@finema/finework-layer 0.2.33 → 0.2.35

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.35](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.34...0.2.35) (2025-10-29)
4
+
5
+ ## [0.2.34](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.33...0.2.34) (2025-10-29)
6
+
7
+ ### Bug Fixes
8
+
9
+ * component infoItemList ([53df21d](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/53df21d9009b3f48dd7d82007863cb59f0582411))
10
+
3
11
  ## [0.2.33](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.32...0.2.33) (2025-10-28)
4
12
 
5
13
  ## [0.2.32](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.31...0.2.32) (2025-10-28)
@@ -171,7 +171,6 @@ const getValue = (item: any): string => {
171
171
  hour: '2-digit',
172
172
  minute: '2-digit',
173
173
  hour12: false,
174
- timeZone: 'UTC',
175
174
  })
176
175
  : '-'
177
176
  }
@@ -117,7 +117,7 @@
117
117
  <main
118
118
  :class="[
119
119
  'mx-auto min-h-full flex-1 px-6 py-10 lg:px-8',
120
- fullScreen ? 'w-full max-w-[1600px]' : 'max-w-7xl 2xl:max-w-[70%]',
120
+ fullScreen ? 'w-full max-w-[1600px]' : 'max-w-7xl 2xl:max-w-[80%]',
121
121
  ]"
122
122
  >
123
123
  <Breadcrumb
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.33",
4
+ "version": "0.2.35",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",