@finema/finework-layer 0.2.85 → 0.2.86

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.
@@ -61,6 +61,7 @@
61
61
  },
62
62
  ]"
63
63
  />
64
+ <PortalApp />
64
65
  </LayoutAdmin>
65
66
  </template>
66
67
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.86](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.85...0.2.86) (2025-12-16)
4
+
5
+ ### Features
6
+
7
+ * integrate PortalApp component into layout-admin template ([54bad89](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/54bad89122d66bb329a7dcb7a5bae6522d27fc91))
8
+
3
9
  ## [0.2.85](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.84...0.2.85) (2025-12-16)
4
10
 
5
11
  ### Bug Fixes
@@ -1,5 +1,8 @@
1
1
  <template>
2
- <div class="max-h-[calc(100vh-130px)] overflow-auto bg-white p-5">
2
+ <div
3
+ class="overflow-auto bg-white p-5"
4
+ :class="[isNavbar ? 'max-h-[calc(100vh-130px)]' : 'h-full']"
5
+ >
3
6
  <div class="mb-5 flex items-center gap-2">
4
7
  <img
5
8
  src="/icon-finema.png"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.85",
4
+ "version": "0.2.86",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",