@finema/finework-layer 0.2.138 → 0.2.139
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 +6 -0
- package/app/app.config.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.139](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.138...0.2.139) (2026-02-16)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* adjust table header and cell styles for pinned variants ([54fa9bb](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/54fa9bbaeb3b1f3f9d143424b0207f90e287b489))
|
|
8
|
+
|
|
3
9
|
## [0.2.138](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.137...0.2.138) (2026-02-16)
|
|
4
10
|
|
|
5
11
|
### Features
|
package/app/app.config.ts
CHANGED
|
@@ -133,8 +133,8 @@ export default defineAppConfig({
|
|
|
133
133
|
variants: {
|
|
134
134
|
pinned: {
|
|
135
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 ',
|
|
136
|
+
th: 'sticky translate-x-px bg-[#F9FAFB] data-[pinned=left]:left-0 data-[pinned=right]:right-0 z-[100] ',
|
|
137
|
+
td: 'sticky translate-x-px bg-white data-[pinned=left]:left-0 data-[pinned=right]:right-0 ',
|
|
138
138
|
},
|
|
139
139
|
},
|
|
140
140
|
},
|