@finema/finework-layer 0.0.9 → 0.0.10

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,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.10](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.0.9...0.0.10) (2025-10-10)
4
+
3
5
  ## [0.0.9](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.0.8...0.0.9) (2025-10-10)
4
6
 
5
7
  ## [0.0.8](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.0.7...0.0.8) (2025-10-10)
@@ -5,6 +5,7 @@
5
5
  {
6
6
  'lg:grid-cols-2': !vertical,
7
7
  },
8
+ customClass,
8
9
  ]"
9
10
  >
10
11
  <div
@@ -123,10 +124,11 @@ defineProps<{
123
124
  key?: string
124
125
  type?: TYPE_INFO_ITEM
125
126
  customClass?: string
126
-
127
127
  }>
128
128
  vertical?: boolean
129
129
  inline?: boolean
130
+ customClass?: string
131
+
130
132
  }>()
131
133
 
132
134
  const expandedItems = reactive<Record<string, boolean>>({})
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.0.9",
4
+ "version": "0.0.10",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",