@finema/finework-layer 1.0.49 → 1.0.50

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.50](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.49...1.0.50) (2026-05-08)
4
+
5
+ ### Bug Fixes
6
+
7
+ * update @finema/core dependency to version 3.14.9 and adjust navbar max-height ([5d1f68d](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/5d1f68d72db5b1154b7f3a718bbc18abc845b153))
8
+
3
9
  ## [1.0.49](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.48...1.0.49) (2026-05-07)
4
10
 
5
11
  ### Bug Fixes
@@ -232,7 +232,7 @@
232
232
  v-if="dailyApps.length > 0 || managementApps.length > 0 || financeApps.length > 0 || peopleApps.length > 0 || legalApps.length > 0"
233
233
  :ui="{
234
234
  body: isNavbar
235
- ? 'max-h-[calc(100vh-95px)] md:max-h-[calc(100vh-115px)] overflow-auto'
235
+ ? 'md:max-h-[100vh] md:max-h-[calc(100vh-115px)] overflow-auto'
236
236
  : 'h-full overflow-auto p-4!',
237
237
  }"
238
238
  >
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.49",
4
+ "version": "1.0.50",
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.14.8"
33
+ "@finema/core": "^3.14.9"
34
34
  },
35
35
  "lint-staged": {
36
36
  "*": "eslint"