From 59090b979ce6eca43e204282c334d247dc74da82 Mon Sep 17 00:00:00 2001 From: log101 Date: Wed, 10 Jul 2024 13:59:13 +0300 Subject: [PATCH] feat: locked-content repond to attribute changes --- .gitignore | 1 + bun.lockb | Bin 254093 -> 254093 bytes src/components/WebComponentWrapper.astro | 8 ++-- src/components/locked-content.ts | 47 +++++++++++++++++++++-- 4 files changed, 49 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6d4c0aa..90b22c1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ pnpm-debug.log* # macOS-specific files .DS_Store +TODO diff --git a/bun.lockb b/bun.lockb index 27d9837d992f8f88aa692df5b66588d5f4ef4ab2..d6aa602f847dd76c13d35e19574a326cbecd3b01 100755 GIT binary patch delta 32 ocmeA@$lrUAzoCV33)9^h9E@>>dX{>IM(s~$Fl~Q2gL#EJ0MAqmrvLx| delta 32 kcmeA@$lrUAzoCV33)9^h983%l(EfA=)Apw`m{+(10J(q*ApigX diff --git a/src/components/WebComponentWrapper.astro b/src/components/WebComponentWrapper.astro index dd003ce..3a2644e 100644 --- a/src/components/WebComponentWrapper.astro +++ b/src/components/WebComponentWrapper.astro @@ -18,7 +18,7 @@ const { contentId = "", imageUrl = "#", location = "" } = Astro.props;
-