@kopexa/theme 17.1.2 → 17.3.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-4XIBRN6X.mjs +69 -0
- package/dist/{chunk-W6VVV2XH.mjs → chunk-5YHTCPJL.mjs} +35 -38
- package/dist/chunk-CC225WUG.mjs +75 -0
- package/dist/{chunk-45KIKY4A.mjs → chunk-Z5W4E7GM.mjs} +79 -10
- package/dist/components/card.d.mts +30 -27
- package/dist/components/card.d.ts +30 -27
- package/dist/components/card.js +35 -38
- package/dist/components/card.mjs +1 -1
- package/dist/components/data-grid.d.mts +36 -24
- package/dist/components/data-grid.d.ts +36 -24
- package/dist/components/data-grid.js +79 -10
- package/dist/components/data-grid.mjs +1 -1
- package/dist/components/index.js +185 -84
- package/dist/components/index.mjs +4 -4
- package/dist/components/preview-card.d.mts +69 -9
- package/dist/components/preview-card.d.ts +69 -9
- package/dist/components/preview-card.js +36 -12
- package/dist/components/preview-card.mjs +1 -1
- package/dist/components/section-row.d.mts +60 -33
- package/dist/components/section-row.d.ts +60 -33
- package/dist/components/section-row.js +35 -24
- package/dist/components/section-row.mjs +1 -1
- package/dist/index.js +185 -84
- package/dist/index.mjs +4 -4
- package/package.json +2 -2
- package/dist/chunk-I4ZIT7EK.mjs +0 -64
- package/dist/chunk-WPOYEHD2.mjs +0 -45
|
@@ -7,19 +7,39 @@ declare const previewCard: tailwind_variants.TVReturnType<{
|
|
|
7
7
|
icon: string;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
border: {
|
|
11
|
+
all: {
|
|
12
|
+
root: string[];
|
|
13
|
+
};
|
|
14
|
+
bottom: {
|
|
12
15
|
root: string[];
|
|
13
16
|
};
|
|
17
|
+
none: {};
|
|
18
|
+
};
|
|
19
|
+
hoverBorder: {
|
|
20
|
+
true: {
|
|
21
|
+
root: string;
|
|
22
|
+
};
|
|
14
23
|
false: {};
|
|
15
24
|
};
|
|
16
|
-
|
|
25
|
+
hoverBg: {
|
|
17
26
|
true: {
|
|
18
27
|
root: string;
|
|
28
|
+
};
|
|
29
|
+
false: {};
|
|
30
|
+
};
|
|
31
|
+
hoverTitle: {
|
|
32
|
+
true: {
|
|
19
33
|
title: string;
|
|
20
34
|
};
|
|
21
35
|
false: {};
|
|
22
36
|
};
|
|
37
|
+
showAction: {
|
|
38
|
+
hover: {
|
|
39
|
+
action: string;
|
|
40
|
+
};
|
|
41
|
+
always: {};
|
|
42
|
+
};
|
|
23
43
|
}, {
|
|
24
44
|
root: string[];
|
|
25
45
|
icon: string[];
|
|
@@ -34,19 +54,39 @@ declare const previewCard: tailwind_variants.TVReturnType<{
|
|
|
34
54
|
icon: string;
|
|
35
55
|
};
|
|
36
56
|
};
|
|
37
|
-
|
|
38
|
-
|
|
57
|
+
border: {
|
|
58
|
+
all: {
|
|
59
|
+
root: string[];
|
|
60
|
+
};
|
|
61
|
+
bottom: {
|
|
39
62
|
root: string[];
|
|
40
63
|
};
|
|
64
|
+
none: {};
|
|
65
|
+
};
|
|
66
|
+
hoverBorder: {
|
|
67
|
+
true: {
|
|
68
|
+
root: string;
|
|
69
|
+
};
|
|
41
70
|
false: {};
|
|
42
71
|
};
|
|
43
|
-
|
|
72
|
+
hoverBg: {
|
|
44
73
|
true: {
|
|
45
74
|
root: string;
|
|
75
|
+
};
|
|
76
|
+
false: {};
|
|
77
|
+
};
|
|
78
|
+
hoverTitle: {
|
|
79
|
+
true: {
|
|
46
80
|
title: string;
|
|
47
81
|
};
|
|
48
82
|
false: {};
|
|
49
83
|
};
|
|
84
|
+
showAction: {
|
|
85
|
+
hover: {
|
|
86
|
+
action: string;
|
|
87
|
+
};
|
|
88
|
+
always: {};
|
|
89
|
+
};
|
|
50
90
|
}, {
|
|
51
91
|
root: string[];
|
|
52
92
|
icon: string[];
|
|
@@ -61,19 +101,39 @@ declare const previewCard: tailwind_variants.TVReturnType<{
|
|
|
61
101
|
icon: string;
|
|
62
102
|
};
|
|
63
103
|
};
|
|
64
|
-
|
|
65
|
-
|
|
104
|
+
border: {
|
|
105
|
+
all: {
|
|
66
106
|
root: string[];
|
|
67
107
|
};
|
|
108
|
+
bottom: {
|
|
109
|
+
root: string[];
|
|
110
|
+
};
|
|
111
|
+
none: {};
|
|
112
|
+
};
|
|
113
|
+
hoverBorder: {
|
|
114
|
+
true: {
|
|
115
|
+
root: string;
|
|
116
|
+
};
|
|
68
117
|
false: {};
|
|
69
118
|
};
|
|
70
|
-
|
|
119
|
+
hoverBg: {
|
|
71
120
|
true: {
|
|
72
121
|
root: string;
|
|
122
|
+
};
|
|
123
|
+
false: {};
|
|
124
|
+
};
|
|
125
|
+
hoverTitle: {
|
|
126
|
+
true: {
|
|
73
127
|
title: string;
|
|
74
128
|
};
|
|
75
129
|
false: {};
|
|
76
130
|
};
|
|
131
|
+
showAction: {
|
|
132
|
+
hover: {
|
|
133
|
+
action: string;
|
|
134
|
+
};
|
|
135
|
+
always: {};
|
|
136
|
+
};
|
|
77
137
|
}, {
|
|
78
138
|
root: string[];
|
|
79
139
|
icon: string[];
|
|
@@ -27,16 +27,16 @@ var import_tailwind_variants = require("tailwind-variants");
|
|
|
27
27
|
var previewCard = (0, import_tailwind_variants.tv)({
|
|
28
28
|
slots: {
|
|
29
29
|
root: [
|
|
30
|
-
"
|
|
31
|
-
"transition-all group min-h-10",
|
|
30
|
+
"grid w-full grid-cols-[auto_1fr_auto] items-center gap-y-1.5 rounded-md bg-background p-2",
|
|
31
|
+
"transition-all group min-h-10 cursor-pointer",
|
|
32
32
|
"focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1"
|
|
33
33
|
],
|
|
34
|
-
icon: ["
|
|
35
|
-
content: ["flex min-w-0 flex-
|
|
34
|
+
icon: ["row-start-1 col-start-1 mr-3 text-muted-foreground"],
|
|
35
|
+
content: ["row-start-1 col-start-2 flex min-w-0 flex-col justify-center"],
|
|
36
36
|
title: ["truncate text-xs font-medium text-foreground"],
|
|
37
37
|
description: ["truncate text-[10px] text-muted-foreground line-clamp-1"],
|
|
38
|
-
action: ["
|
|
39
|
-
tags: ["
|
|
38
|
+
action: ["row-start-1 col-start-3 ml-3 rounded-full [&_svg]:size-4"],
|
|
39
|
+
tags: ["col-start-2 flex items-center gap-2"]
|
|
40
40
|
},
|
|
41
41
|
variants: {
|
|
42
42
|
size: {
|
|
@@ -44,23 +44,47 @@ var previewCard = (0, import_tailwind_variants.tv)({
|
|
|
44
44
|
icon: "[&__svg]:size-5"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
border: {
|
|
48
|
+
all: {
|
|
49
49
|
root: ["border"]
|
|
50
50
|
},
|
|
51
|
+
bottom: {
|
|
52
|
+
root: ["border-b rounded-none"]
|
|
53
|
+
},
|
|
54
|
+
none: {}
|
|
55
|
+
},
|
|
56
|
+
hoverBorder: {
|
|
57
|
+
true: {
|
|
58
|
+
root: "hover:border-primary"
|
|
59
|
+
},
|
|
51
60
|
false: {}
|
|
52
61
|
},
|
|
53
|
-
|
|
62
|
+
hoverBg: {
|
|
54
63
|
true: {
|
|
55
|
-
root: "hover:bg-muted/50
|
|
56
|
-
title: "group-hover:text-primary"
|
|
64
|
+
root: "hover:bg-muted/50"
|
|
57
65
|
},
|
|
58
66
|
false: {}
|
|
67
|
+
},
|
|
68
|
+
hoverTitle: {
|
|
69
|
+
true: {
|
|
70
|
+
title: "group-hover:underline"
|
|
71
|
+
},
|
|
72
|
+
false: {}
|
|
73
|
+
},
|
|
74
|
+
showAction: {
|
|
75
|
+
hover: {
|
|
76
|
+
action: "opacity-0 group-hover:opacity-100 transition-opacity"
|
|
77
|
+
},
|
|
78
|
+
always: {}
|
|
59
79
|
}
|
|
60
80
|
},
|
|
61
81
|
defaultVariants: {
|
|
62
82
|
size: "md",
|
|
63
|
-
|
|
83
|
+
border: "all",
|
|
84
|
+
hoverBorder: true,
|
|
85
|
+
hoverBg: true,
|
|
86
|
+
hoverTitle: false,
|
|
87
|
+
showAction: "hover"
|
|
64
88
|
}
|
|
65
89
|
});
|
|
66
90
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -8,40 +8,49 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
8
8
|
};
|
|
9
9
|
vertical: {
|
|
10
10
|
root: string;
|
|
11
|
-
title: string;
|
|
12
11
|
valueContainer: string;
|
|
12
|
+
action: string;
|
|
13
13
|
};
|
|
14
|
-
|
|
14
|
+
};
|
|
15
|
+
align: {
|
|
16
|
+
start: {
|
|
17
|
+
root: string;
|
|
18
|
+
};
|
|
19
|
+
center: {
|
|
15
20
|
root: string;
|
|
16
|
-
valueContainer: string;
|
|
17
21
|
};
|
|
18
22
|
};
|
|
19
23
|
spacing: {
|
|
24
|
+
none: {
|
|
25
|
+
root: string;
|
|
26
|
+
};
|
|
20
27
|
tight: {
|
|
21
28
|
root: string;
|
|
22
|
-
title: string;
|
|
23
|
-
valueContainer: string;
|
|
24
29
|
};
|
|
25
30
|
default: {
|
|
26
31
|
root: string;
|
|
27
|
-
title: string;
|
|
28
|
-
valueContainer: string;
|
|
29
32
|
};
|
|
30
33
|
loose: {
|
|
31
34
|
root: string;
|
|
32
|
-
title: string;
|
|
33
|
-
valueContainer: string;
|
|
34
35
|
};
|
|
35
36
|
};
|
|
36
37
|
hasActions: {
|
|
37
|
-
true: {
|
|
38
|
+
true: {};
|
|
39
|
+
false: {
|
|
40
|
+
action: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
justify: {
|
|
44
|
+
start: {};
|
|
45
|
+
between: {
|
|
46
|
+
root: string;
|
|
38
47
|
valueContainer: string;
|
|
39
48
|
};
|
|
40
|
-
false: {};
|
|
41
49
|
};
|
|
42
50
|
}, {
|
|
43
51
|
root: string[];
|
|
44
52
|
title: string[];
|
|
53
|
+
icon: string;
|
|
45
54
|
infoTip: string[];
|
|
46
55
|
valueText: string;
|
|
47
56
|
valueContainer: string[];
|
|
@@ -53,40 +62,49 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
53
62
|
};
|
|
54
63
|
vertical: {
|
|
55
64
|
root: string;
|
|
56
|
-
title: string;
|
|
57
65
|
valueContainer: string;
|
|
66
|
+
action: string;
|
|
58
67
|
};
|
|
59
|
-
|
|
68
|
+
};
|
|
69
|
+
align: {
|
|
70
|
+
start: {
|
|
71
|
+
root: string;
|
|
72
|
+
};
|
|
73
|
+
center: {
|
|
60
74
|
root: string;
|
|
61
|
-
valueContainer: string;
|
|
62
75
|
};
|
|
63
76
|
};
|
|
64
77
|
spacing: {
|
|
78
|
+
none: {
|
|
79
|
+
root: string;
|
|
80
|
+
};
|
|
65
81
|
tight: {
|
|
66
82
|
root: string;
|
|
67
|
-
title: string;
|
|
68
|
-
valueContainer: string;
|
|
69
83
|
};
|
|
70
84
|
default: {
|
|
71
85
|
root: string;
|
|
72
|
-
title: string;
|
|
73
|
-
valueContainer: string;
|
|
74
86
|
};
|
|
75
87
|
loose: {
|
|
76
88
|
root: string;
|
|
77
|
-
title: string;
|
|
78
|
-
valueContainer: string;
|
|
79
89
|
};
|
|
80
90
|
};
|
|
81
91
|
hasActions: {
|
|
82
|
-
true: {
|
|
92
|
+
true: {};
|
|
93
|
+
false: {
|
|
94
|
+
action: string;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
justify: {
|
|
98
|
+
start: {};
|
|
99
|
+
between: {
|
|
100
|
+
root: string;
|
|
83
101
|
valueContainer: string;
|
|
84
102
|
};
|
|
85
|
-
false: {};
|
|
86
103
|
};
|
|
87
104
|
}, {
|
|
88
105
|
root: string[];
|
|
89
106
|
title: string[];
|
|
107
|
+
icon: string;
|
|
90
108
|
infoTip: string[];
|
|
91
109
|
valueText: string;
|
|
92
110
|
valueContainer: string[];
|
|
@@ -98,40 +116,49 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
98
116
|
};
|
|
99
117
|
vertical: {
|
|
100
118
|
root: string;
|
|
101
|
-
title: string;
|
|
102
119
|
valueContainer: string;
|
|
120
|
+
action: string;
|
|
103
121
|
};
|
|
104
|
-
|
|
122
|
+
};
|
|
123
|
+
align: {
|
|
124
|
+
start: {
|
|
125
|
+
root: string;
|
|
126
|
+
};
|
|
127
|
+
center: {
|
|
105
128
|
root: string;
|
|
106
|
-
valueContainer: string;
|
|
107
129
|
};
|
|
108
130
|
};
|
|
109
131
|
spacing: {
|
|
132
|
+
none: {
|
|
133
|
+
root: string;
|
|
134
|
+
};
|
|
110
135
|
tight: {
|
|
111
136
|
root: string;
|
|
112
|
-
title: string;
|
|
113
|
-
valueContainer: string;
|
|
114
137
|
};
|
|
115
138
|
default: {
|
|
116
139
|
root: string;
|
|
117
|
-
title: string;
|
|
118
|
-
valueContainer: string;
|
|
119
140
|
};
|
|
120
141
|
loose: {
|
|
121
142
|
root: string;
|
|
122
|
-
title: string;
|
|
123
|
-
valueContainer: string;
|
|
124
143
|
};
|
|
125
144
|
};
|
|
126
145
|
hasActions: {
|
|
127
|
-
true: {
|
|
146
|
+
true: {};
|
|
147
|
+
false: {
|
|
148
|
+
action: string;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
justify: {
|
|
152
|
+
start: {};
|
|
153
|
+
between: {
|
|
154
|
+
root: string;
|
|
128
155
|
valueContainer: string;
|
|
129
156
|
};
|
|
130
|
-
false: {};
|
|
131
157
|
};
|
|
132
158
|
}, {
|
|
133
159
|
root: string[];
|
|
134
160
|
title: string[];
|
|
161
|
+
icon: string;
|
|
135
162
|
infoTip: string[];
|
|
136
163
|
valueText: string;
|
|
137
164
|
valueContainer: string[];
|
|
@@ -8,40 +8,49 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
8
8
|
};
|
|
9
9
|
vertical: {
|
|
10
10
|
root: string;
|
|
11
|
-
title: string;
|
|
12
11
|
valueContainer: string;
|
|
12
|
+
action: string;
|
|
13
13
|
};
|
|
14
|
-
|
|
14
|
+
};
|
|
15
|
+
align: {
|
|
16
|
+
start: {
|
|
17
|
+
root: string;
|
|
18
|
+
};
|
|
19
|
+
center: {
|
|
15
20
|
root: string;
|
|
16
|
-
valueContainer: string;
|
|
17
21
|
};
|
|
18
22
|
};
|
|
19
23
|
spacing: {
|
|
24
|
+
none: {
|
|
25
|
+
root: string;
|
|
26
|
+
};
|
|
20
27
|
tight: {
|
|
21
28
|
root: string;
|
|
22
|
-
title: string;
|
|
23
|
-
valueContainer: string;
|
|
24
29
|
};
|
|
25
30
|
default: {
|
|
26
31
|
root: string;
|
|
27
|
-
title: string;
|
|
28
|
-
valueContainer: string;
|
|
29
32
|
};
|
|
30
33
|
loose: {
|
|
31
34
|
root: string;
|
|
32
|
-
title: string;
|
|
33
|
-
valueContainer: string;
|
|
34
35
|
};
|
|
35
36
|
};
|
|
36
37
|
hasActions: {
|
|
37
|
-
true: {
|
|
38
|
+
true: {};
|
|
39
|
+
false: {
|
|
40
|
+
action: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
justify: {
|
|
44
|
+
start: {};
|
|
45
|
+
between: {
|
|
46
|
+
root: string;
|
|
38
47
|
valueContainer: string;
|
|
39
48
|
};
|
|
40
|
-
false: {};
|
|
41
49
|
};
|
|
42
50
|
}, {
|
|
43
51
|
root: string[];
|
|
44
52
|
title: string[];
|
|
53
|
+
icon: string;
|
|
45
54
|
infoTip: string[];
|
|
46
55
|
valueText: string;
|
|
47
56
|
valueContainer: string[];
|
|
@@ -53,40 +62,49 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
53
62
|
};
|
|
54
63
|
vertical: {
|
|
55
64
|
root: string;
|
|
56
|
-
title: string;
|
|
57
65
|
valueContainer: string;
|
|
66
|
+
action: string;
|
|
58
67
|
};
|
|
59
|
-
|
|
68
|
+
};
|
|
69
|
+
align: {
|
|
70
|
+
start: {
|
|
71
|
+
root: string;
|
|
72
|
+
};
|
|
73
|
+
center: {
|
|
60
74
|
root: string;
|
|
61
|
-
valueContainer: string;
|
|
62
75
|
};
|
|
63
76
|
};
|
|
64
77
|
spacing: {
|
|
78
|
+
none: {
|
|
79
|
+
root: string;
|
|
80
|
+
};
|
|
65
81
|
tight: {
|
|
66
82
|
root: string;
|
|
67
|
-
title: string;
|
|
68
|
-
valueContainer: string;
|
|
69
83
|
};
|
|
70
84
|
default: {
|
|
71
85
|
root: string;
|
|
72
|
-
title: string;
|
|
73
|
-
valueContainer: string;
|
|
74
86
|
};
|
|
75
87
|
loose: {
|
|
76
88
|
root: string;
|
|
77
|
-
title: string;
|
|
78
|
-
valueContainer: string;
|
|
79
89
|
};
|
|
80
90
|
};
|
|
81
91
|
hasActions: {
|
|
82
|
-
true: {
|
|
92
|
+
true: {};
|
|
93
|
+
false: {
|
|
94
|
+
action: string;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
justify: {
|
|
98
|
+
start: {};
|
|
99
|
+
between: {
|
|
100
|
+
root: string;
|
|
83
101
|
valueContainer: string;
|
|
84
102
|
};
|
|
85
|
-
false: {};
|
|
86
103
|
};
|
|
87
104
|
}, {
|
|
88
105
|
root: string[];
|
|
89
106
|
title: string[];
|
|
107
|
+
icon: string;
|
|
90
108
|
infoTip: string[];
|
|
91
109
|
valueText: string;
|
|
92
110
|
valueContainer: string[];
|
|
@@ -98,40 +116,49 @@ declare const sectionRow: tailwind_variants.TVReturnType<{
|
|
|
98
116
|
};
|
|
99
117
|
vertical: {
|
|
100
118
|
root: string;
|
|
101
|
-
title: string;
|
|
102
119
|
valueContainer: string;
|
|
120
|
+
action: string;
|
|
103
121
|
};
|
|
104
|
-
|
|
122
|
+
};
|
|
123
|
+
align: {
|
|
124
|
+
start: {
|
|
125
|
+
root: string;
|
|
126
|
+
};
|
|
127
|
+
center: {
|
|
105
128
|
root: string;
|
|
106
|
-
valueContainer: string;
|
|
107
129
|
};
|
|
108
130
|
};
|
|
109
131
|
spacing: {
|
|
132
|
+
none: {
|
|
133
|
+
root: string;
|
|
134
|
+
};
|
|
110
135
|
tight: {
|
|
111
136
|
root: string;
|
|
112
|
-
title: string;
|
|
113
|
-
valueContainer: string;
|
|
114
137
|
};
|
|
115
138
|
default: {
|
|
116
139
|
root: string;
|
|
117
|
-
title: string;
|
|
118
|
-
valueContainer: string;
|
|
119
140
|
};
|
|
120
141
|
loose: {
|
|
121
142
|
root: string;
|
|
122
|
-
title: string;
|
|
123
|
-
valueContainer: string;
|
|
124
143
|
};
|
|
125
144
|
};
|
|
126
145
|
hasActions: {
|
|
127
|
-
true: {
|
|
146
|
+
true: {};
|
|
147
|
+
false: {
|
|
148
|
+
action: string;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
justify: {
|
|
152
|
+
start: {};
|
|
153
|
+
between: {
|
|
154
|
+
root: string;
|
|
128
155
|
valueContainer: string;
|
|
129
156
|
};
|
|
130
|
-
false: {};
|
|
131
157
|
};
|
|
132
158
|
}, {
|
|
133
159
|
root: string[];
|
|
134
160
|
title: string[];
|
|
161
|
+
icon: string;
|
|
135
162
|
infoTip: string[];
|
|
136
163
|
valueText: string;
|
|
137
164
|
valueContainer: string[];
|
|
@@ -29,57 +29,68 @@ var sectionRow = (0, import_tailwind_variants.tv)({
|
|
|
29
29
|
root: ["grid grid-cols-1 text-base/6 sm:text-sm/6", "w-full"],
|
|
30
30
|
title: [
|
|
31
31
|
"col-start-1 text-muted-foreground text-sm font-medium",
|
|
32
|
-
"flex flex-row items-
|
|
32
|
+
"flex flex-row items-center gap-1.5",
|
|
33
33
|
"shrink-0"
|
|
34
34
|
],
|
|
35
|
+
icon: "shrink-0 text-muted-foreground [&>svg]:size-4",
|
|
35
36
|
infoTip: ["min-w-64 w-auto max-w-96 p-2"],
|
|
36
37
|
valueText: "whitespace-pre-line text-pretty text-sm",
|
|
37
|
-
valueContainer: ["flex flex-row items-start gap-1", "grow"],
|
|
38
|
-
action: "
|
|
38
|
+
valueContainer: ["flex flex-row items-start gap-1", "grow min-w-0"],
|
|
39
|
+
action: "shrink-0"
|
|
39
40
|
},
|
|
40
41
|
variants: {
|
|
41
42
|
orientation: {
|
|
42
43
|
horizontal: {
|
|
43
|
-
root: "
|
|
44
|
+
root: "grid-cols-[min(33%,theme(spacing.48))_1fr_auto]"
|
|
44
45
|
},
|
|
45
46
|
vertical: {
|
|
46
|
-
root: "grid-cols-
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
root: "grid-cols-[1fr_auto] items-center",
|
|
48
|
+
valueContainer: "col-span-full items-start",
|
|
49
|
+
action: "row-start-1 col-start-2"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
align: {
|
|
53
|
+
start: {
|
|
54
|
+
root: "items-start"
|
|
49
55
|
},
|
|
50
|
-
|
|
51
|
-
root: "
|
|
52
|
-
valueContainer: "items-center"
|
|
56
|
+
center: {
|
|
57
|
+
root: "items-center"
|
|
53
58
|
}
|
|
54
59
|
},
|
|
55
60
|
spacing: {
|
|
61
|
+
none: {
|
|
62
|
+
root: "gap-x-3 gap-y-0 py-0"
|
|
63
|
+
},
|
|
56
64
|
tight: {
|
|
57
|
-
root: "gap-1"
|
|
58
|
-
title: "max-sm:pt-1",
|
|
59
|
-
valueContainer: "max-sm:pt-0"
|
|
65
|
+
root: "gap-x-3 gap-y-0.5 py-1"
|
|
60
66
|
},
|
|
61
67
|
default: {
|
|
62
|
-
root: "gap-3"
|
|
63
|
-
title: "max-sm:pt-3",
|
|
64
|
-
valueContainer: "max-sm:pt-1"
|
|
68
|
+
root: "gap-x-3 gap-y-1 py-2"
|
|
65
69
|
},
|
|
66
70
|
loose: {
|
|
67
|
-
root: "gap-
|
|
68
|
-
title: "max-sm:pt-4",
|
|
69
|
-
valueContainer: "max-sm:pt-2"
|
|
71
|
+
root: "gap-x-3 gap-y-2 py-3"
|
|
70
72
|
}
|
|
71
73
|
},
|
|
72
74
|
hasActions: {
|
|
73
|
-
true: {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
true: {},
|
|
76
|
+
false: {
|
|
77
|
+
action: "hidden"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
justify: {
|
|
81
|
+
start: {},
|
|
82
|
+
between: {
|
|
83
|
+
root: "justify-between",
|
|
84
|
+
valueContainer: "justify-end text-right"
|
|
85
|
+
}
|
|
77
86
|
}
|
|
78
87
|
},
|
|
79
88
|
defaultVariants: {
|
|
80
89
|
hasActions: false,
|
|
81
90
|
orientation: "horizontal",
|
|
82
|
-
|
|
91
|
+
align: "start",
|
|
92
|
+
spacing: "default",
|
|
93
|
+
justify: "start"
|
|
83
94
|
}
|
|
84
95
|
});
|
|
85
96
|
// Annotate the CommonJS export names for ESM import in node:
|