@finema/finework-layer 0.2.89 → 0.2.91
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 +8 -0
- package/app/components/PortalApp.vue +5 -5
- package/bun.lock +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.91](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.90...0.2.91) (2025-12-19)
|
|
4
|
+
|
|
5
|
+
## [0.2.90](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.89...0.2.90) (2025-12-18)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* legal link ([fae0468](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/fae0468ee67d4d0809e78d55562ab4c2e1835309))
|
|
10
|
+
|
|
3
11
|
## [0.2.89](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.88...0.2.89) (2025-12-17)
|
|
4
12
|
|
|
5
13
|
### Bug Fixes
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<img
|
|
45
45
|
:src="app.logo"
|
|
46
46
|
:alt="app.label"
|
|
47
|
-
class="h-[45px] w-[45px]
|
|
47
|
+
class="h-[45px] w-[45px] bg-white"
|
|
48
48
|
/>
|
|
49
49
|
<div>
|
|
50
50
|
<div class="text-lg font-bold">
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
<img
|
|
86
86
|
:src="app.logo"
|
|
87
87
|
:alt="app.label"
|
|
88
|
-
class="h-[45px] w-[45px]
|
|
88
|
+
class="h-[45px] w-[45px] bg-white"
|
|
89
89
|
/>
|
|
90
90
|
|
|
91
91
|
<div>
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
<img
|
|
127
127
|
:src="app.logo"
|
|
128
128
|
:alt="app.label"
|
|
129
|
-
class="h-[45px] w-[45px]
|
|
129
|
+
class="h-[45px] w-[45px] bg-white"
|
|
130
130
|
/>
|
|
131
131
|
<div>
|
|
132
132
|
<div class="text-lg font-bold">
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
|
|
150
150
|
<component
|
|
151
151
|
:is="app.status === StatusPortal.DEVELOPING ? 'div' : NuxtLink"
|
|
152
|
-
v-for="app in
|
|
152
|
+
v-for="app in legalApps"
|
|
153
153
|
:key="app.name"
|
|
154
154
|
:to="app.status !== StatusPortal.DEVELOPING ? app.to : undefined"
|
|
155
155
|
class="relative flex items-center gap-3 rounded-lg px-2.5 py-[15px]"
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
<img
|
|
167
167
|
:src="app.logo"
|
|
168
168
|
:alt="app.label"
|
|
169
|
-
class="h-[45px] w-[45px]
|
|
169
|
+
class="h-[45px] w-[45px] bg-white"
|
|
170
170
|
/>
|
|
171
171
|
<div>
|
|
172
172
|
<div class="text-lg font-bold">
|
package/bun.lock
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"": {
|
|
5
5
|
"name": "@finema/finework-layer",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@finema/core": "^3.
|
|
7
|
+
"@finema/core": "^3.4.0",
|
|
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@3.
|
|
190
|
+
"@finema/core": ["@finema/core@3.4.0", "", { "dependencies": { "@iconify-json/heroicons": "^1.2.2", "@iconify-json/ph": "^1.2.2", "@iconify-json/svg-spinners": "^1.2.2", "@nuxt/kit": "^4.1.3", "@nuxt/ui": "^4.1.0", "@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.9.0", "@vueuse/core": "^13.9.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-++4lLr/JueEOcPs9rAH7j/2XuRuA6pTEZNkCH+0vkrEx43KE+dcYYkoqwrRnRVbOGu8qbCT9WfGCXXS/kSjGyQ=="],
|
|
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.91",
|
|
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": "^3.
|
|
33
|
+
"@finema/core": "^3.4.0"
|
|
34
34
|
},
|
|
35
35
|
"lint-staged": {
|
|
36
36
|
"*": "eslint"
|