@finema/finework-layer 0.2.89 → 0.2.90

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.90](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.89...0.2.90) (2025-12-18)
4
+
5
+ ### Bug Fixes
6
+
7
+ * legal link ([fae0468](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/fae0468ee67d4d0809e78d55562ab4c2e1835309))
8
+
3
9
  ## [0.2.89](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.88...0.2.89) (2025-12-17)
4
10
 
5
11
  ### 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] rounded-sm bg-white"
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] rounded-sm bg-white"
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] rounded-sm bg-white"
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 peopleApps"
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] rounded-sm bg-white"
169
+ class="h-[45px] w-[45px] bg-white"
170
170
  />
171
171
  <div>
172
172
  <div class="text-lg font-bold">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.89",
4
+ "version": "0.2.90",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",