@finema/finework-layer 0.2.30 → 0.2.32

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,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.32](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.31...0.2.32) (2025-10-28)
4
+
5
+ ## [0.2.31](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.30...0.2.31) (2025-10-28)
6
+
3
7
  ## [0.2.30](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.29...0.2.30) (2025-10-28)
4
8
 
5
9
  ## [0.2.29](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.28...0.2.29) (2025-10-28)
package/app/app.config.ts CHANGED
@@ -34,7 +34,7 @@ export default defineAppConfig({
34
34
  tabs: {
35
35
  slots: {
36
36
  list: 'p-0 ',
37
- label: ' font-bold text-[#344054] ',
37
+ label: ' font-bold ',
38
38
  leadingIcon: 'hover:!text-primary',
39
39
  },
40
40
 
@@ -45,11 +45,10 @@ export default defineAppConfig({
45
45
  trigger: 'grow',
46
46
  indicator: 'rounded-md shadow-xs',
47
47
  },
48
-
49
48
  },
50
49
  orientation: {
51
50
  horizontal: {
52
- root: 'flex-col px-4 py-2 bg-white rounded-xl',
51
+ root: 'flex-col ',
53
52
  list: 'w-full ',
54
53
  indicator: 'left-0 w-(--reka-tabs-indicator-size) translate-x-(--reka-tabs-indicator-position)',
55
54
  trigger: 'justify-center',
@@ -57,7 +56,6 @@ export default defineAppConfig({
57
56
  vertical: {
58
57
  list: 'flex-col gap-3 xl:gap-5 ',
59
58
  indicator: 'top-0 h-(--reka-tabs-indicator-size) translate-y-(--reka-tabs-indicator-position)',
60
- root: 'p-4 bg-white rounded-xl',
61
59
  },
62
60
  },
63
61
  size: {
@@ -69,6 +67,42 @@ export default defineAppConfig({
69
67
  },
70
68
  },
71
69
  compoundVariants: [
70
+ {
71
+ orientation: 'horizontal',
72
+ variant: 'pill',
73
+ class: {
74
+ root: ' px-4 py-2 bg-white rounded-xl',
75
+ indicator: 'inset-y-5 ',
76
+ label: 'text-[#344054]',
77
+ },
78
+ },
79
+ {
80
+ orientation: 'vertical',
81
+ variant: 'pill',
82
+ class: {
83
+ indicator: 'inset-x-1',
84
+ list: 'items-center',
85
+ root: 'p-4 bg-white rounded-xl',
86
+ label: 'text-[#344054]',
87
+ },
88
+ },
89
+ {
90
+ orientation: 'horizontal',
91
+ variant: 'link',
92
+ class: {
93
+ list: 'border-b -mb-px',
94
+ indicator: '-bottom-px h-px',
95
+ trigger: 'data-[state=active]:text-primary data-[state=active]:bg-[#F9FAFB]',
96
+ },
97
+ },
98
+ {
99
+ orientation: 'vertical',
100
+ variant: 'link',
101
+ class: {
102
+ list: 'border-s -ms-px',
103
+ indicator: '-start-px w-px',
104
+ },
105
+ },
72
106
  {
73
107
  color: 'primary',
74
108
  variant: 'pill',
@@ -77,6 +111,7 @@ export default defineAppConfig({
77
111
  trigger: 'data-[state=active]:text-primary data-[state=active]:bg-[#F9FAFB] ',
78
112
  },
79
113
  },
114
+
80
115
  ],
81
116
  defaultVariants: {
82
117
  color: 'primary',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.30",
4
+ "version": "0.2.32",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",