@finema/finework-layer 2.0.17 → 2.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,6 +27,7 @@
27
27
  </Button>
28
28
  </div>
29
29
  <Card> asdasdasdasdasdasd </Card>
30
+ <BookmarkButton />
30
31
  <div class="bg-white p-4">
31
32
  <Tabs
32
33
  variant="link"
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.18](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.17...2.0.18) (2026-07-31)
4
+
3
5
  ## [2.0.17](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.16...2.0.17) (2026-07-31)
4
6
 
5
7
  ## [2.0.16](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/2.0.15...2.0.16) (2026-07-31)
@@ -33,7 +33,7 @@
33
33
 
34
34
  <div class="flex gap-3">
35
35
  <div class="flex size-16 shrink-0 items-center justify-center overflow-hidden rounded-lg bg-gray-100">
36
- <Loader :loading="preview.status.value.isLoading">
36
+ <Loader :loading="preview.status.isLoading">
37
37
  <img
38
38
  v-if="thumbnailUrl"
39
39
  :src="thumbnailUrl"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "2.0.17",
4
+ "version": "2.0.18",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",