@finema/finework-layer 0.2.58 → 0.2.59
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 +2 -0
- package/app/app.config.ts +4 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.59](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.58...0.2.59) (2025-11-18)
|
|
4
|
+
|
|
3
5
|
## [0.2.58](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.57...0.2.58) (2025-11-18)
|
|
4
6
|
|
|
5
7
|
## [0.2.57](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.56...0.2.57) (2025-11-18)
|
package/app/app.config.ts
CHANGED
|
@@ -37,7 +37,6 @@ export default defineAppConfig({
|
|
|
37
37
|
label: ' font-bold ',
|
|
38
38
|
leadingIcon: 'hover:!text-primary',
|
|
39
39
|
},
|
|
40
|
-
|
|
41
40
|
variants: {
|
|
42
41
|
variant: {
|
|
43
42
|
pill: {
|
|
@@ -53,13 +52,13 @@ export default defineAppConfig({
|
|
|
53
52
|
},
|
|
54
53
|
orientation: {
|
|
55
54
|
horizontal: {
|
|
56
|
-
root: 'flex-col
|
|
55
|
+
root: 'flex-col',
|
|
57
56
|
list: 'w-full ',
|
|
58
57
|
indicator: 'left-0 w-(--reka-tabs-indicator-size) translate-x-(--reka-tabs-indicator-position) ',
|
|
59
58
|
trigger: 'justify-center ',
|
|
60
59
|
},
|
|
61
60
|
vertical: {
|
|
62
|
-
list: 'flex-col
|
|
61
|
+
list: 'flex-col',
|
|
63
62
|
trigger: '!px-3 py-2 text-sm gap-3',
|
|
64
63
|
indicator: 'top-0 h-(--reka-tabs-indicator-size) translate-y-(--reka-tabs-indicator-position) ',
|
|
65
64
|
},
|
|
@@ -88,7 +87,7 @@ export default defineAppConfig({
|
|
|
88
87
|
variant: 'pill',
|
|
89
88
|
class: {
|
|
90
89
|
indicator: 'inset-x-1',
|
|
91
|
-
list: 'items-center',
|
|
90
|
+
list: 'items-center gap-3 xl:gap-5',
|
|
92
91
|
root: 'p-4 bg-white rounded-xl',
|
|
93
92
|
label: 'text-[#344054]',
|
|
94
93
|
trigger: 'data-[state=active]:bg-[#F9FAFB]',
|
|
@@ -107,7 +106,7 @@ export default defineAppConfig({
|
|
|
107
106
|
orientation: 'vertical',
|
|
108
107
|
variant: 'link',
|
|
109
108
|
class: {
|
|
110
|
-
list: 'border-none -ms-px',
|
|
109
|
+
list: 'border-none -ms-px gap-1',
|
|
111
110
|
indicator: '-start-px w-px !w-[2px] !left-[-2px]',
|
|
112
111
|
},
|
|
113
112
|
},
|