@finema/finework-layer 1.0.18 → 1.0.19
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
|
+
## [1.0.19](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.18...1.0.19) (2026-03-23)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* update main max-width and change title in PortalApp for better layout clarity ([f2390f3](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/f2390f38bfdd71925467c82cbeb5d12eed7c808b))
|
|
8
|
+
|
|
3
9
|
## [1.0.18](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.17...1.0.18) (2026-03-23)
|
|
4
10
|
|
|
5
11
|
### Bug Fixes
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
</div>
|
|
55
55
|
</div>
|
|
56
56
|
</nav>
|
|
57
|
-
<main class="mx-auto w-full flex-1 px-4 pb-20 md:px-10">
|
|
57
|
+
<main class="mx-auto w-full max-w-[1480px] flex-1 px-4 pb-20 md:px-10">
|
|
58
58
|
<div
|
|
59
59
|
v-if="app.pageMeta.title"
|
|
60
60
|
class="mb-4 flex flex-col justify-between gap-1 md:mb-6 md:gap-4 lg:flex-row lg:items-center"
|
|
@@ -248,13 +248,14 @@
|
|
|
248
248
|
class="h-8 w-8 -translate-y-1"
|
|
249
249
|
/>
|
|
250
250
|
<div class="text-2xl font-bold">
|
|
251
|
-
|
|
251
|
+
My Apps
|
|
252
252
|
</div>
|
|
253
253
|
</div>
|
|
254
254
|
|
|
255
255
|
<Button
|
|
256
256
|
v-if="!isNavbar"
|
|
257
257
|
variant="outline"
|
|
258
|
+
color="neutral"
|
|
258
259
|
:icon="open ? 'i-lucide-chevron-up' : 'i-lucide-chevron-down'"
|
|
259
260
|
/>
|
|
260
261
|
</div>
|