@kopexa/theme 1.5.7 → 1.6.0
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/dist/{chunk-JFDWB4XQ.mjs → chunk-3IIJVON7.mjs} +13 -10
- package/dist/chunk-CZMZHA7U.mjs +37 -0
- package/dist/{chunk-UI2M2MFB.mjs → chunk-DH3KNPAO.mjs} +3 -1
- package/dist/{chunk-4VKJFW6Y.mjs → chunk-EACX3NZF.mjs} +11 -2
- package/dist/chunk-GA6UOB2D.mjs +166 -0
- package/dist/{chunk-32L6KXLV.mjs → chunk-HOQ2LD24.mjs} +1 -1
- package/dist/chunk-I6M4S2KZ.mjs +41 -0
- package/dist/chunk-IRKCLWJD.mjs +15 -0
- package/dist/{chunk-3M5JSM7Y.mjs → chunk-MGYGD5BF.mjs} +1 -1
- package/dist/{chunk-I2NMD23O.mjs → chunk-OMS3433R.mjs} +1 -1
- package/dist/{chunk-CDTKWCOH.mjs → chunk-SU53TZN7.mjs} +34 -2
- package/dist/chunk-UPTG533L.mjs +87 -0
- package/dist/{chunk-67PPUTSS.mjs → chunk-UVT775TU.mjs} +1 -1
- package/dist/{chunk-5BIGFSZK.mjs → chunk-WSX3HKVE.mjs} +1 -1
- package/dist/components/avatar.js +1 -1
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/button.js +1 -1
- package/dist/components/button.mjs +2 -2
- package/dist/components/card.d.mts +24 -0
- package/dist/components/card.d.ts +24 -0
- package/dist/components/card.js +11 -2
- package/dist/components/card.mjs +1 -1
- package/dist/components/chip.js +1 -1
- package/dist/components/chip.mjs +2 -2
- package/dist/components/code.js +1 -1
- package/dist/components/code.mjs +2 -2
- package/dist/components/drawer.d.mts +9 -3
- package/dist/components/drawer.d.ts +9 -3
- package/dist/components/drawer.js +3 -1
- package/dist/components/drawer.mjs +1 -1
- package/dist/components/index.d.mts +5 -0
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.js +413 -24
- package/dist/components/index.mjs +39 -15
- package/dist/components/page-layout.d.mts +9 -0
- package/dist/components/page-layout.d.ts +9 -0
- package/dist/components/page-layout.js +13 -10
- package/dist/components/page-layout.mjs +1 -1
- package/dist/components/risk-indicator.d.mts +76 -0
- package/dist/components/risk-indicator.d.ts +76 -0
- package/dist/components/risk-indicator.js +61 -0
- package/dist/components/risk-indicator.mjs +6 -0
- package/dist/components/separator.d.mts +22 -0
- package/dist/components/separator.d.ts +22 -0
- package/dist/components/separator.js +39 -0
- package/dist/components/separator.mjs +6 -0
- package/dist/components/sidebar.d.mts +206 -0
- package/dist/components/sidebar.d.ts +206 -0
- package/dist/components/sidebar.js +192 -0
- package/dist/components/sidebar.mjs +10 -0
- package/dist/components/tab-nav.d.mts +101 -0
- package/dist/components/tab-nav.d.ts +101 -0
- package/dist/components/tab-nav.js +111 -0
- package/dist/components/tab-nav.mjs +6 -0
- package/dist/components/table.d.mts +54 -0
- package/dist/components/table.d.ts +54 -0
- package/dist/components/table.js +34 -2
- package/dist/components/table.mjs +1 -1
- package/dist/components/tabs.d.mts +43 -0
- package/dist/components/tabs.d.ts +43 -0
- package/dist/components/tabs.js +65 -0
- package/dist/components/tabs.mjs +6 -0
- package/dist/index.css +23 -11
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +413 -24
- package/dist/index.mjs +39 -15
- package/dist/utils/variants.js +1 -1
- package/dist/utils/variants.mjs +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-FWB233VZ.mjs → chunk-EOJ6MEGH.mjs} +0 -0
|
@@ -6,6 +6,9 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
6
6
|
none: {
|
|
7
7
|
root: string;
|
|
8
8
|
};
|
|
9
|
+
"2xs": {
|
|
10
|
+
root: string;
|
|
11
|
+
};
|
|
9
12
|
sm: {
|
|
10
13
|
root: string;
|
|
11
14
|
};
|
|
@@ -16,6 +19,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
16
19
|
root: string;
|
|
17
20
|
};
|
|
18
21
|
};
|
|
22
|
+
border: {
|
|
23
|
+
true: {
|
|
24
|
+
root: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
19
27
|
radius: {
|
|
20
28
|
none: {
|
|
21
29
|
root: string;
|
|
@@ -73,6 +81,9 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
73
81
|
none: {
|
|
74
82
|
root: string;
|
|
75
83
|
};
|
|
84
|
+
"2xs": {
|
|
85
|
+
root: string;
|
|
86
|
+
};
|
|
76
87
|
sm: {
|
|
77
88
|
root: string;
|
|
78
89
|
};
|
|
@@ -83,6 +94,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
83
94
|
root: string;
|
|
84
95
|
};
|
|
85
96
|
};
|
|
97
|
+
border: {
|
|
98
|
+
true: {
|
|
99
|
+
root: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
86
102
|
radius: {
|
|
87
103
|
none: {
|
|
88
104
|
root: string;
|
|
@@ -140,6 +156,9 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
140
156
|
none: {
|
|
141
157
|
root: string;
|
|
142
158
|
};
|
|
159
|
+
"2xs": {
|
|
160
|
+
root: string;
|
|
161
|
+
};
|
|
143
162
|
sm: {
|
|
144
163
|
root: string;
|
|
145
164
|
};
|
|
@@ -150,6 +169,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
150
169
|
root: string;
|
|
151
170
|
};
|
|
152
171
|
};
|
|
172
|
+
border: {
|
|
173
|
+
true: {
|
|
174
|
+
root: string;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
153
177
|
radius: {
|
|
154
178
|
none: {
|
|
155
179
|
root: string;
|
|
@@ -6,6 +6,9 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
6
6
|
none: {
|
|
7
7
|
root: string;
|
|
8
8
|
};
|
|
9
|
+
"2xs": {
|
|
10
|
+
root: string;
|
|
11
|
+
};
|
|
9
12
|
sm: {
|
|
10
13
|
root: string;
|
|
11
14
|
};
|
|
@@ -16,6 +19,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
16
19
|
root: string;
|
|
17
20
|
};
|
|
18
21
|
};
|
|
22
|
+
border: {
|
|
23
|
+
true: {
|
|
24
|
+
root: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
19
27
|
radius: {
|
|
20
28
|
none: {
|
|
21
29
|
root: string;
|
|
@@ -73,6 +81,9 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
73
81
|
none: {
|
|
74
82
|
root: string;
|
|
75
83
|
};
|
|
84
|
+
"2xs": {
|
|
85
|
+
root: string;
|
|
86
|
+
};
|
|
76
87
|
sm: {
|
|
77
88
|
root: string;
|
|
78
89
|
};
|
|
@@ -83,6 +94,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
83
94
|
root: string;
|
|
84
95
|
};
|
|
85
96
|
};
|
|
97
|
+
border: {
|
|
98
|
+
true: {
|
|
99
|
+
root: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
86
102
|
radius: {
|
|
87
103
|
none: {
|
|
88
104
|
root: string;
|
|
@@ -140,6 +156,9 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
140
156
|
none: {
|
|
141
157
|
root: string;
|
|
142
158
|
};
|
|
159
|
+
"2xs": {
|
|
160
|
+
root: string;
|
|
161
|
+
};
|
|
143
162
|
sm: {
|
|
144
163
|
root: string;
|
|
145
164
|
};
|
|
@@ -150,6 +169,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
150
169
|
root: string;
|
|
151
170
|
};
|
|
152
171
|
};
|
|
172
|
+
border: {
|
|
173
|
+
true: {
|
|
174
|
+
root: string;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
153
177
|
radius: {
|
|
154
178
|
none: {
|
|
155
179
|
root: string;
|
package/dist/components/card.js
CHANGED
|
@@ -74,6 +74,9 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
74
74
|
none: {
|
|
75
75
|
root: "shadow-none"
|
|
76
76
|
},
|
|
77
|
+
"2xs": {
|
|
78
|
+
root: "shadow-2xs"
|
|
79
|
+
},
|
|
77
80
|
sm: {
|
|
78
81
|
root: "shadow-sm"
|
|
79
82
|
},
|
|
@@ -84,6 +87,11 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
84
87
|
root: "shadow-lg"
|
|
85
88
|
}
|
|
86
89
|
},
|
|
90
|
+
border: {
|
|
91
|
+
true: {
|
|
92
|
+
root: "border"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
87
95
|
radius: {
|
|
88
96
|
none: {
|
|
89
97
|
root: "rounded-none",
|
|
@@ -132,12 +140,13 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
132
140
|
},
|
|
133
141
|
defaultVariants: {
|
|
134
142
|
radius: "lg",
|
|
135
|
-
shadow: "
|
|
143
|
+
shadow: "sm",
|
|
136
144
|
fullWidth: false,
|
|
137
145
|
isHoverable: false,
|
|
138
146
|
isPressable: false,
|
|
139
147
|
isBlurred: false,
|
|
140
|
-
isDisabled: false
|
|
148
|
+
isDisabled: false,
|
|
149
|
+
border: true
|
|
141
150
|
}
|
|
142
151
|
});
|
|
143
152
|
// Annotate the CommonJS export names for ESM import in node:
|
package/dist/components/card.mjs
CHANGED
package/dist/components/chip.js
CHANGED
|
@@ -61,7 +61,7 @@ var faded = {
|
|
|
61
61
|
foreground: "border-default bg-accent/30 text-foreground"
|
|
62
62
|
};
|
|
63
63
|
var ghost = {
|
|
64
|
-
primary: "bg-transparent text-primary",
|
|
64
|
+
primary: "bg-transparent text-primary dark:text-primary-foreground",
|
|
65
65
|
secondary: "bg-transparent text-secondary",
|
|
66
66
|
destructive: "bg-transparent text-destructive",
|
|
67
67
|
warning: "bg-transparent text-warning",
|
package/dist/components/chip.mjs
CHANGED
package/dist/components/code.js
CHANGED
|
@@ -61,7 +61,7 @@ var faded = {
|
|
|
61
61
|
foreground: "border-default bg-accent/30 text-foreground"
|
|
62
62
|
};
|
|
63
63
|
var ghost = {
|
|
64
|
-
primary: "bg-transparent text-primary",
|
|
64
|
+
primary: "bg-transparent text-primary dark:text-primary-foreground",
|
|
65
65
|
secondary: "bg-transparent text-secondary",
|
|
66
66
|
destructive: "bg-transparent text-destructive",
|
|
67
67
|
warning: "bg-transparent text-warning",
|
package/dist/components/code.mjs
CHANGED
|
@@ -40,7 +40,9 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
40
40
|
placement: {
|
|
41
41
|
top: {};
|
|
42
42
|
bottom: {};
|
|
43
|
-
left: {
|
|
43
|
+
left: {
|
|
44
|
+
content: string;
|
|
45
|
+
};
|
|
44
46
|
right: {
|
|
45
47
|
content: string;
|
|
46
48
|
};
|
|
@@ -106,7 +108,9 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
106
108
|
placement: {
|
|
107
109
|
top: {};
|
|
108
110
|
bottom: {};
|
|
109
|
-
left: {
|
|
111
|
+
left: {
|
|
112
|
+
content: string;
|
|
113
|
+
};
|
|
110
114
|
right: {
|
|
111
115
|
content: string;
|
|
112
116
|
};
|
|
@@ -172,7 +176,9 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
172
176
|
placement: {
|
|
173
177
|
top: {};
|
|
174
178
|
bottom: {};
|
|
175
|
-
left: {
|
|
179
|
+
left: {
|
|
180
|
+
content: string;
|
|
181
|
+
};
|
|
176
182
|
right: {
|
|
177
183
|
content: string;
|
|
178
184
|
};
|
|
@@ -40,7 +40,9 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
40
40
|
placement: {
|
|
41
41
|
top: {};
|
|
42
42
|
bottom: {};
|
|
43
|
-
left: {
|
|
43
|
+
left: {
|
|
44
|
+
content: string;
|
|
45
|
+
};
|
|
44
46
|
right: {
|
|
45
47
|
content: string;
|
|
46
48
|
};
|
|
@@ -106,7 +108,9 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
106
108
|
placement: {
|
|
107
109
|
top: {};
|
|
108
110
|
bottom: {};
|
|
109
|
-
left: {
|
|
111
|
+
left: {
|
|
112
|
+
content: string;
|
|
113
|
+
};
|
|
110
114
|
right: {
|
|
111
115
|
content: string;
|
|
112
116
|
};
|
|
@@ -172,7 +176,9 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
172
176
|
placement: {
|
|
173
177
|
top: {};
|
|
174
178
|
bottom: {};
|
|
175
|
-
left: {
|
|
179
|
+
left: {
|
|
180
|
+
content: string;
|
|
181
|
+
};
|
|
176
182
|
right: {
|
|
177
183
|
content: string;
|
|
178
184
|
};
|
|
@@ -172,7 +172,9 @@ var drawer = (0, import_tailwind_variants2.tv)({
|
|
|
172
172
|
placement: {
|
|
173
173
|
top: {},
|
|
174
174
|
bottom: {},
|
|
175
|
-
left: {
|
|
175
|
+
left: {
|
|
176
|
+
content: "inset-y-2 ms-2 left-0 border-r h-[calc(100dvh_-_1rem)]"
|
|
177
|
+
},
|
|
176
178
|
right: {
|
|
177
179
|
content: "inset-y-2 me-2 right-0 h-[calc(100%-1rem)] border-l"
|
|
178
180
|
}
|
|
@@ -17,8 +17,13 @@ export { InputVariantProps, input, passwordInput } from './input.mjs';
|
|
|
17
17
|
export { PageHeaderVariantProps, pageHeader } from './page-header.mjs';
|
|
18
18
|
export { PageLayoutSlots, PageLayoutVariantProps, pageLayout } from './page-layout.mjs';
|
|
19
19
|
export { PopoverVariants, popover } from './popover.mjs';
|
|
20
|
+
export { RiskIndicatorVariantProps, riskIndicator } from './risk-indicator.mjs';
|
|
21
|
+
export { SeparatorVariantProps, separator } from './separator.mjs';
|
|
22
|
+
export { SidebarMenuActionVariantProps, SidebarMenuButtonVariantProps, SidebarVariantProps, sidebar, sidebarMenuAction, sidebarMenuButton } from './sidebar.mjs';
|
|
20
23
|
export { skeleton } from './skeleton.mjs';
|
|
21
24
|
export { SpinnerVariants, spinner } from './spinner.mjs';
|
|
25
|
+
export { TabNavSlots, TabNavVariantProps, tabNav } from './tab-nav.mjs';
|
|
22
26
|
export { TableSlots, TableVariantProps, table } from './table.mjs';
|
|
27
|
+
export { TabsVariantProps, tabs } from './tabs.mjs';
|
|
23
28
|
export { TooltipVariants, tooltip } from './tooltip.mjs';
|
|
24
29
|
import 'tailwind-variants';
|
|
@@ -17,8 +17,13 @@ export { InputVariantProps, input, passwordInput } from './input.js';
|
|
|
17
17
|
export { PageHeaderVariantProps, pageHeader } from './page-header.js';
|
|
18
18
|
export { PageLayoutSlots, PageLayoutVariantProps, pageLayout } from './page-layout.js';
|
|
19
19
|
export { PopoverVariants, popover } from './popover.js';
|
|
20
|
+
export { RiskIndicatorVariantProps, riskIndicator } from './risk-indicator.js';
|
|
21
|
+
export { SeparatorVariantProps, separator } from './separator.js';
|
|
22
|
+
export { SidebarMenuActionVariantProps, SidebarMenuButtonVariantProps, SidebarVariantProps, sidebar, sidebarMenuAction, sidebarMenuButton } from './sidebar.js';
|
|
20
23
|
export { skeleton } from './skeleton.js';
|
|
21
24
|
export { SpinnerVariants, spinner } from './spinner.js';
|
|
25
|
+
export { TabNavSlots, TabNavVariantProps, tabNav } from './tab-nav.js';
|
|
22
26
|
export { TableSlots, TableVariantProps, table } from './table.js';
|
|
27
|
+
export { TabsVariantProps, tabs } from './tabs.js';
|
|
23
28
|
export { TooltipVariants, tooltip } from './tooltip.js';
|
|
24
29
|
import 'tailwind-variants';
|