@finema/finework-layer 0.2.5 → 0.2.6

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.6](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.5...0.2.6) (2025-10-16)
4
+
5
+ ### Bug Fixes
6
+
7
+ * truncate when isCollapsed ([f87622a](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/f87622aba1cf2ca4e3796ac5623bb27526b01d08))
8
+
3
9
  ## [0.2.5](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.4...0.2.5) (2025-10-16)
4
10
 
5
11
  ## [0.2.4](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.3...0.2.4) (2025-10-16)
@@ -49,7 +49,7 @@
49
49
  <div class="flex-1 overflow-y-auto border-r border-gray-200 p-4">
50
50
  <div v-if="isGroup" class="space-y-5">
51
51
  <div v-for="group in navigationItems" :key="group.label">
52
- <div class="px-2.5 text-xs font-bold text-gray-500">
52
+ <div class="truncate px-2.5 text-xs font-bold text-gray-500">
53
53
  {{ group.label }}
54
54
  </div>
55
55
  <Separator v-if="group.label" class="mt-3 mb-1" />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.5",
4
+ "version": "0.2.6",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",