@finema/finework-layer 0.2.45 → 0.2.46

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.2.46](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.45...0.2.46) (2025-11-06)
4
+
3
5
  ## [0.2.45](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.44...0.2.45) (2025-11-05)
4
6
 
5
7
  ## [0.2.44](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.43...0.2.44) (2025-11-04)
package/app/app.config.ts CHANGED
@@ -121,5 +121,11 @@ export default defineAppConfig({
121
121
  size: 'lg',
122
122
  },
123
123
  },
124
+ table: {
125
+ slots: {
126
+ th: 'text-[#222222] whitespace-nowrap border-r border-[#EAECF0] last:border-0 ',
127
+ td: 'text-[#222222] border-r border-[#EAECF0] last:border-0 align-top',
128
+ },
129
+ },
124
130
  },
125
131
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.45",
4
+ "version": "0.2.46",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",