@finema/finework-layer 0.2.36 → 0.2.37

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.37](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.36...0.2.37) (2025-10-29)
4
+
5
+ ### Bug Fixes
6
+
7
+ * breakword in component infoitemList ([1c0774c](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/1c0774ce12411840241a7df376221cbf0c6151f0))
8
+
3
9
  ## [0.2.36](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.35...0.2.36) (2025-10-29)
4
10
 
5
11
  ## [0.2.35](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.34...0.2.35) (2025-10-29)
@@ -49,7 +49,7 @@
49
49
  />
50
50
  <div
51
51
  v-else
52
- class="whitespace-pre-line text-gray-900"
52
+ class="break-words whitespace-pre-line text-gray-900"
53
53
  >
54
54
  <span
55
55
  v-if="shouldTruncateText(item)"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.36",
4
+ "version": "0.2.37",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",