@finema/finework-layer 0.2.137 → 0.2.138

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.138](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.137...0.2.138) (2026-02-16)
4
+
5
+ ### Features
6
+
7
+ * add pinned variants to table styles and update @finema/core dependency ([4c643d7](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/4c643d742168ce1493044da0d504599bc5ba969d))
8
+
3
9
  ## [0.2.137](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.136...0.2.137) (2026-02-11)
4
10
 
5
11
  ### Bug Fixes
package/app/app.config.ts CHANGED
@@ -130,6 +130,14 @@ export default defineAppConfig({
130
130
  th: 'text-[#222222] whitespace-nowrap border-r border-[#EAECF0] last:border-0 bg-[#F9FAFB]',
131
131
  td: 'text-[#222222] border-r border-[#EAECF0] last:border-0',
132
132
  },
133
+ variants: {
134
+ pinned: {
135
+ true: {
136
+ th: 'sticky bg-[#F9FAFB] data-[pinned=left]:left-0 data-[pinned=right]:right-0 z-[100] ',
137
+ td: 'sticky bg-white data-[pinned=left]:left-0 data-[pinned=right]:right-0 ',
138
+ },
139
+ },
140
+ },
133
141
  },
134
142
  button: {
135
143
  compoundVariants: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.137",
4
+ "version": "0.2.138",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",
@@ -30,7 +30,7 @@
30
30
  "vue": "latest"
31
31
  },
32
32
  "dependencies": {
33
- "@finema/core": "^3.11.0"
33
+ "@finema/core": "^3.12.0"
34
34
  },
35
35
  "lint-staged": {
36
36
  "*": "eslint"