@finema/finework-layer 0.2.11 → 0.2.13
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.13](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.12...0.2.13) (2025-10-17)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* update @finema/core to version 2.52.3 and adjust layout for fullScreen prop ([7ffe5fd](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/7ffe5fd4e1ee3cae62ae66f31da98b4c0e727d33))
|
|
8
|
+
|
|
9
|
+
## [0.2.12](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.11...0.2.12) (2025-10-17)
|
|
10
|
+
|
|
3
11
|
## [0.2.11](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.10...0.2.11) (2025-10-17)
|
|
4
12
|
|
|
5
13
|
## [0.2.10](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.9...0.2.10) (2025-10-17)
|
package/app/app.config.ts
CHANGED
|
@@ -17,5 +17,19 @@ export default defineAppConfig({
|
|
|
17
17
|
],
|
|
18
18
|
},
|
|
19
19
|
},
|
|
20
|
+
|
|
21
|
+
card: {
|
|
22
|
+
variants: {
|
|
23
|
+
variant: {
|
|
24
|
+
soft: {
|
|
25
|
+
root: 'bg-elevated/50 divide-y divide-default',
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
defaultVariants: {
|
|
30
|
+
variant: 'soft',
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
},
|
|
20
34
|
},
|
|
21
35
|
})
|
|
@@ -111,7 +111,12 @@
|
|
|
111
111
|
</div>
|
|
112
112
|
</nav>
|
|
113
113
|
<div class="w-full bg-gray-50 pt-[64px] lg:pt-[72px]">
|
|
114
|
-
<main
|
|
114
|
+
<main
|
|
115
|
+
:class="[
|
|
116
|
+
'mx-auto min-h-full flex-1 px-6 py-10 lg:px-8',
|
|
117
|
+
fullScreen ? 'w-full' : 'max-w-7xl 2xl:max-w-[70%]',
|
|
118
|
+
]"
|
|
119
|
+
>
|
|
115
120
|
<Breadcrumb
|
|
116
121
|
v-if="
|
|
117
122
|
!app.pageMeta.isHideBreadcrumbs && breadcrumbsItems.length > 1
|
|
@@ -160,6 +165,7 @@ defineProps<{
|
|
|
160
165
|
label: string
|
|
161
166
|
sidebarItems: NavigationMenuItem[]
|
|
162
167
|
isSidebarGroup?: boolean
|
|
168
|
+
fullScreen?: boolean
|
|
163
169
|
}>()
|
|
164
170
|
|
|
165
171
|
const app = useApp()
|
package/bun.lock
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"": {
|
|
5
5
|
"name": "@finema/finework-layer",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@finema/core": "^2.52.
|
|
7
|
+
"@finema/core": "^2.52.3",
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"@finema/eslint-config": "^2.0.3",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
|
|
188
188
|
"@eslint/plugin-kit": ["@eslint/plugin-kit@0.4.0", "", { "dependencies": { "@eslint/core": "^0.16.0", "levn": "^0.4.1" } }, "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A=="],
|
|
189
189
|
|
|
190
|
-
"@finema/core": ["@finema/core@2.52.
|
|
190
|
+
"@finema/core": ["@finema/core@2.52.3", "", { "dependencies": { "@iconify-json/heroicons": "^1.2.2", "@iconify-json/ph": "^1.2.2", "@iconify-json/svg-spinners": "^1.2.2", "@nuxt/kit": "^4.0.2", "@nuxt/ui": "^4.0.1", "@pinia/nuxt": "^0.11.0", "@tailwindcss/typography": "^0.5.0-alpha.3", "@tiptap/extension-image": "^3.0.7", "@tiptap/extension-link": "^3.0.7", "@tiptap/extension-text-align": "^3.0.7", "@tiptap/extension-text-style": "^3.0.7", "@tiptap/extension-underline": "^3.0.7", "@tiptap/extension-youtube": "^3.0.7", "@tiptap/pm": "^3.0.7", "@tiptap/starter-kit": "^3.0.7", "@tiptap/vue-3": "^3.0.7", "@vee-validate/nuxt": "^4.15.1", "@vee-validate/valibot": "^4.15.1", "@vuepic/vue-datepicker": "^11.0.2", "@vueuse/components": "^13.2.0", "@vueuse/core": "^13.4.0", "@wdns/vue-code-block": "^2.3.5", "axios": "^1.10.0", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", "defu": "^6.1.4", "lodash-es": "^4.17.21", "maska": "^3.1.1", "url-join": "^5.0.0" } }, "sha512-zc9w2mNMBufYpARjpvOlG7Icjqd0IzURix6k4Ddn5+rIJU3xV8Ahsvf13qQRfdqGHgiy45FtQYP1D9webZO7Bw=="],
|
|
191
191
|
|
|
192
192
|
"@finema/eslint-config": ["@finema/eslint-config@2.0.3", "", { "dependencies": { "eslint-plugin-better-tailwindcss": "^3.7.10", "eslint-plugin-tailwindcss": "^3.18.2", "eslint-plugin-unused-imports": "^4.2.0" }, "peerDependencies": { "eslint": "^9.37.0" } }, "sha512-cKayHHZLTp/cA1q9ohowBcNWqpMZcA3zYcw8W7JkB89B+cyT1hYUOIi046cUEW23mFTfsSKUVIeW/C+BKpXuXQ=="],
|
|
193
193
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finema/finework-layer",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.13",
|
|
5
5
|
"main": "./nuxt.config.ts",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "nuxi dev .playground -o",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"vue": "latest"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@finema/core": "^2.52.
|
|
33
|
+
"@finema/core": "^2.52.3"
|
|
34
34
|
},
|
|
35
35
|
"lint-staged": {
|
|
36
36
|
"*": "eslint"
|