@kopexa/theme 1.7.7 → 2.1.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-2NA54PNL.mjs +43 -0
- package/dist/{chunk-EXBKQDH5.mjs → chunk-3PCDCW7G.mjs} +1 -1
- package/dist/{chunk-UEMJVVVF.mjs → chunk-5DOB3IBE.mjs} +14 -1
- package/dist/{chunk-7O57EDVS.mjs → chunk-63C4SFQK.mjs} +20 -10
- package/dist/{chunk-SHHD2WUZ.mjs → chunk-7VZZASRG.mjs} +1 -1
- package/dist/{chunk-XAHAVJUM.mjs → chunk-A3F4CV54.mjs} +8 -1
- package/dist/chunk-BETLBSSF.mjs +23 -0
- package/dist/chunk-CPERWXKN.mjs +21 -0
- package/dist/chunk-DI54XTS5.mjs +56 -0
- package/dist/{chunk-ZL6FAOXE.mjs → chunk-HHOMDBMZ.mjs} +1 -1
- package/dist/chunk-HWEYNK3O.mjs +25 -0
- package/dist/{chunk-U32YEQZ5.mjs → chunk-IHITEH7V.mjs} +15 -9
- package/dist/chunk-IHW4FWFB.mjs +71 -0
- package/dist/{chunk-TJDRYBGW.mjs → chunk-JXQPOORM.mjs} +15 -9
- package/dist/{chunk-MWG2OZMD.mjs → chunk-LAJQAXSV.mjs} +7 -9
- package/dist/{chunk-VCLXE57S.mjs → chunk-LM7MKBHT.mjs} +7 -1
- package/dist/chunk-LMCM4CW2.mjs +22 -0
- package/dist/chunk-M3GQ563Q.mjs +33 -0
- package/dist/chunk-M4TXKRUU.mjs +7 -0
- package/dist/chunk-NFOF75HQ.mjs +106 -0
- package/dist/chunk-NUEQ5FLX.mjs +50 -0
- package/dist/{chunk-JHKTRIIA.mjs → chunk-RQYYDG26.mjs} +4 -2
- package/dist/chunk-SPQE7K66.mjs +18 -0
- package/dist/chunk-TVC4THD6.mjs +16 -0
- package/dist/chunk-URGRCBNW.mjs +27 -0
- package/dist/chunk-VSVGOX3P.mjs +48 -0
- package/dist/chunk-WQ446TVH.mjs +39 -0
- package/dist/chunk-XGUDXC5P.mjs +26 -0
- package/dist/{chunk-755GJHKQ.mjs → chunk-XRKUQMGU.mjs} +1 -1
- package/dist/{chunk-JQ74U2S3.mjs → chunk-YH6TDPK7.mjs} +4 -4
- package/dist/chunk-Z7D56R5U.mjs +70 -0
- package/dist/components/alert-dialog.d.mts +9 -9
- package/dist/components/alert-dialog.d.ts +9 -9
- package/dist/components/alert-dialog.js +11 -2
- package/dist/components/alert-dialog.mjs +1 -1
- package/dist/components/autocomplete.d.mts +73 -0
- package/dist/components/autocomplete.d.ts +73 -0
- package/dist/components/autocomplete.js +173 -0
- package/dist/components/autocomplete.mjs +8 -0
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/button.d.mts +15 -0
- package/dist/components/button.d.ts +15 -0
- package/dist/components/button.js +12 -6
- package/dist/components/button.mjs +2 -2
- package/dist/components/callout.d.mts +18 -0
- package/dist/components/callout.d.ts +18 -0
- package/dist/components/callout.js +8 -1
- package/dist/components/callout.mjs +1 -1
- package/dist/components/card.d.mts +27 -0
- package/dist/components/card.d.ts +27 -0
- package/dist/components/card.js +20 -10
- package/dist/components/card.mjs +1 -1
- package/dist/components/chip.d.mts +3 -0
- package/dist/components/chip.d.ts +3 -0
- package/dist/components/chip.js +4 -2
- package/dist/components/chip.mjs +1 -1
- package/dist/components/color-highlight-button.d.mts +36 -0
- package/dist/components/color-highlight-button.d.ts +36 -0
- package/dist/components/color-highlight-button.js +45 -0
- package/dist/components/color-highlight-button.mjs +6 -0
- package/dist/components/command.d.mts +9 -9
- package/dist/components/command.d.ts +9 -9
- package/dist/components/control-extension.d.mts +5 -0
- package/dist/components/control-extension.d.ts +5 -0
- package/dist/components/control-extension.js +31 -0
- package/dist/components/control-extension.mjs +6 -0
- package/dist/components/dialog.js +7 -9
- package/dist/components/dialog.mjs +1 -1
- package/dist/components/drawer.d.mts +3 -3
- package/dist/components/drawer.d.ts +3 -3
- package/dist/components/drawer.js +21 -17
- package/dist/components/drawer.mjs +2 -2
- package/dist/components/dropdown-menu.js +1 -1
- package/dist/components/dropdown-menu.mjs +1 -1
- package/dist/components/editor-basic.d.mts +61 -0
- package/dist/components/editor-basic.d.ts +61 -0
- package/dist/components/editor-basic.js +74 -0
- package/dist/components/editor-basic.mjs +6 -0
- package/dist/components/editor-spinner.d.mts +60 -0
- package/dist/components/editor-spinner.d.ts +60 -0
- package/dist/components/editor-spinner.js +40 -0
- package/dist/components/editor-spinner.mjs +6 -0
- package/dist/components/hover-card.mjs +2 -2
- package/dist/components/index.d.mts +15 -0
- package/dist/components/index.d.ts +15 -0
- package/dist/components/index.js +787 -209
- package/dist/components/index.mjs +111 -51
- package/dist/components/input-group.d.mts +5 -0
- package/dist/components/input-group.d.ts +5 -0
- package/dist/components/input-group.js +49 -0
- package/dist/components/input-group.mjs +6 -0
- package/dist/components/input-wrapper.d.mts +25 -0
- package/dist/components/input-wrapper.d.ts +25 -0
- package/dist/components/input-wrapper.js +72 -0
- package/dist/components/input-wrapper.mjs +6 -0
- package/dist/components/input.d.mts +30 -129
- package/dist/components/input.d.ts +30 -129
- package/dist/components/input.js +58 -71
- package/dist/components/input.mjs +2 -2
- package/dist/components/integration-card.d.mts +3 -3
- package/dist/components/integration-card.d.ts +3 -3
- package/dist/components/kbd.d.mts +35 -0
- package/dist/components/kbd.d.ts +35 -0
- package/dist/components/kbd.js +47 -0
- package/dist/components/kbd.mjs +6 -0
- package/dist/components/label.d.mts +22 -0
- package/dist/components/label.d.ts +22 -0
- package/dist/components/label.js +46 -0
- package/dist/components/label.mjs +6 -0
- package/dist/components/popover.d.mts +79 -14
- package/dist/components/popover.d.ts +79 -14
- package/dist/components/popover.js +41 -4
- package/dist/components/popover.mjs +2 -2
- package/dist/components/scroll-area.d.mts +50 -0
- package/dist/components/scroll-area.d.ts +50 -0
- package/dist/components/scroll-area.js +42 -0
- package/dist/components/scroll-area.mjs +6 -0
- package/dist/components/select.d.mts +76 -0
- package/dist/components/select.d.ts +76 -0
- package/dist/components/select.js +145 -0
- package/dist/components/select.mjs +7 -0
- package/dist/components/separator.d.mts +2 -2
- package/dist/components/separator.d.ts +2 -2
- package/dist/components/separator.js +7 -1
- package/dist/components/separator.mjs +1 -1
- package/dist/components/skeleton-avatar.mjs +3 -3
- package/dist/components/slash-dropdown-menu.d.mts +54 -0
- package/dist/components/slash-dropdown-menu.d.ts +54 -0
- package/dist/components/slash-dropdown-menu.js +55 -0
- package/dist/components/slash-dropdown-menu.mjs +7 -0
- package/dist/components/standard-chip.d.mts +4 -0
- package/dist/components/standard-chip.d.ts +4 -0
- package/dist/components/standard-chip.js +4 -2
- package/dist/components/standard-chip.mjs +2 -2
- package/dist/components/switch.d.mts +62 -0
- package/dist/components/switch.d.ts +62 -0
- package/dist/components/switch.js +63 -0
- package/dist/components/switch.mjs +6 -0
- package/dist/components/textarea.d.mts +25 -0
- package/dist/components/textarea.d.ts +25 -0
- package/dist/components/textarea.js +72 -0
- package/dist/components/textarea.mjs +7 -0
- package/dist/components/toolbar.d.mts +91 -0
- package/dist/components/toolbar.d.ts +91 -0
- package/dist/components/toolbar.js +67 -0
- package/dist/components/toolbar.mjs +6 -0
- package/dist/editor.css +839 -0
- package/dist/index.css +28 -1
- package/dist/index.d.mts +15 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +787 -209
- package/dist/index.mjs +111 -51
- package/dist/utils/classes.d.mts +13 -1
- package/dist/utils/classes.d.ts +13 -1
- package/dist/utils/classes.js +14 -0
- package/dist/utils/classes.mjs +3 -1
- package/package.json +26 -20
- package/dist/chunk-CPEP2RO4.mjs +0 -17
- package/dist/chunk-IKJHZT2S.mjs +0 -19
- package/dist/chunk-UMSU2ZEG.mjs +0 -96
- /package/dist/{chunk-3ZVSVLZD.mjs → chunk-4I5ASWB3.mjs} +0 -0
|
@@ -9,6 +9,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
9
9
|
muted: {
|
|
10
10
|
root: string;
|
|
11
11
|
};
|
|
12
|
+
accent: {
|
|
13
|
+
root: string;
|
|
14
|
+
header: string;
|
|
15
|
+
body: string;
|
|
16
|
+
};
|
|
12
17
|
};
|
|
13
18
|
shadow: {
|
|
14
19
|
none: {
|
|
@@ -33,9 +38,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
33
38
|
};
|
|
34
39
|
default: {
|
|
35
40
|
root: string;
|
|
41
|
+
header: string;
|
|
36
42
|
};
|
|
37
43
|
emphasized: {
|
|
38
44
|
root: string;
|
|
45
|
+
header: string;
|
|
39
46
|
};
|
|
40
47
|
};
|
|
41
48
|
radius: {
|
|
@@ -133,6 +140,8 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
133
140
|
}, {
|
|
134
141
|
root: string[];
|
|
135
142
|
header: string[];
|
|
143
|
+
heading: string;
|
|
144
|
+
toolbar: string;
|
|
136
145
|
body: string[];
|
|
137
146
|
footer: string[];
|
|
138
147
|
}, undefined, {
|
|
@@ -143,6 +152,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
143
152
|
muted: {
|
|
144
153
|
root: string;
|
|
145
154
|
};
|
|
155
|
+
accent: {
|
|
156
|
+
root: string;
|
|
157
|
+
header: string;
|
|
158
|
+
body: string;
|
|
159
|
+
};
|
|
146
160
|
};
|
|
147
161
|
shadow: {
|
|
148
162
|
none: {
|
|
@@ -167,9 +181,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
167
181
|
};
|
|
168
182
|
default: {
|
|
169
183
|
root: string;
|
|
184
|
+
header: string;
|
|
170
185
|
};
|
|
171
186
|
emphasized: {
|
|
172
187
|
root: string;
|
|
188
|
+
header: string;
|
|
173
189
|
};
|
|
174
190
|
};
|
|
175
191
|
radius: {
|
|
@@ -267,6 +283,8 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
267
283
|
}, {
|
|
268
284
|
root: string[];
|
|
269
285
|
header: string[];
|
|
286
|
+
heading: string;
|
|
287
|
+
toolbar: string;
|
|
270
288
|
body: string[];
|
|
271
289
|
footer: string[];
|
|
272
290
|
}, tailwind_variants.TVReturnType<{
|
|
@@ -277,6 +295,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
277
295
|
muted: {
|
|
278
296
|
root: string;
|
|
279
297
|
};
|
|
298
|
+
accent: {
|
|
299
|
+
root: string;
|
|
300
|
+
header: string;
|
|
301
|
+
body: string;
|
|
302
|
+
};
|
|
280
303
|
};
|
|
281
304
|
shadow: {
|
|
282
305
|
none: {
|
|
@@ -301,9 +324,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
301
324
|
};
|
|
302
325
|
default: {
|
|
303
326
|
root: string;
|
|
327
|
+
header: string;
|
|
304
328
|
};
|
|
305
329
|
emphasized: {
|
|
306
330
|
root: string;
|
|
331
|
+
header: string;
|
|
307
332
|
};
|
|
308
333
|
};
|
|
309
334
|
radius: {
|
|
@@ -401,6 +426,8 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
401
426
|
}, {
|
|
402
427
|
root: string[];
|
|
403
428
|
header: string[];
|
|
429
|
+
heading: string;
|
|
430
|
+
toolbar: string;
|
|
404
431
|
body: string[];
|
|
405
432
|
footer: string[];
|
|
406
433
|
}, undefined, unknown, unknown, undefined>>;
|
package/dist/components/card.js
CHANGED
|
@@ -32,22 +32,25 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
32
32
|
],
|
|
33
33
|
header: [
|
|
34
34
|
"flex",
|
|
35
|
-
"p-3",
|
|
36
|
-
"z-10",
|
|
37
|
-
"w-full",
|
|
38
|
-
"justify-start",
|
|
39
35
|
"items-center",
|
|
36
|
+
"justify-between",
|
|
37
|
+
"flex-wrap",
|
|
38
|
+
"min-h-14",
|
|
39
|
+
"gap-2.5",
|
|
40
|
+
"w-full",
|
|
40
41
|
"shrink-0",
|
|
41
42
|
"overflow-inherit",
|
|
42
43
|
"color-inherit",
|
|
43
44
|
"subpixel-antialiased"
|
|
44
45
|
],
|
|
46
|
+
heading: "space-y-1",
|
|
47
|
+
toolbar: "flex items-center gap-2.5",
|
|
45
48
|
body: [
|
|
49
|
+
"grow",
|
|
46
50
|
"relative",
|
|
47
51
|
"flex",
|
|
48
52
|
"flex-1",
|
|
49
53
|
"w-full",
|
|
50
|
-
"p-3",
|
|
51
54
|
"flex-auto",
|
|
52
55
|
"flex-col",
|
|
53
56
|
"place-content-inherit",
|
|
@@ -76,6 +79,11 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
76
79
|
},
|
|
77
80
|
muted: {
|
|
78
81
|
root: "bg-muted text-muted-foreground"
|
|
82
|
+
},
|
|
83
|
+
accent: {
|
|
84
|
+
root: "bg-muted shadow-xs p-1",
|
|
85
|
+
header: "!border-none",
|
|
86
|
+
body: "bg-card rounded-t-xl [&:last-child]:rounded-b-xl"
|
|
79
87
|
}
|
|
80
88
|
},
|
|
81
89
|
shadow: {
|
|
@@ -100,10 +108,12 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
100
108
|
root: "border-0"
|
|
101
109
|
},
|
|
102
110
|
default: {
|
|
103
|
-
root: "border border-border"
|
|
111
|
+
root: "border border-border",
|
|
112
|
+
header: "border-b border-border"
|
|
104
113
|
},
|
|
105
114
|
emphasized: {
|
|
106
|
-
root: "border-2 border-border"
|
|
115
|
+
root: "border-2 border-border",
|
|
116
|
+
header: "border-b border-border"
|
|
107
117
|
}
|
|
108
118
|
},
|
|
109
119
|
radius: {
|
|
@@ -184,9 +194,9 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
184
194
|
footer: "p-2"
|
|
185
195
|
},
|
|
186
196
|
md: {
|
|
187
|
-
body: "p-
|
|
188
|
-
header: "
|
|
189
|
-
footer: "
|
|
197
|
+
body: "p-5",
|
|
198
|
+
header: "px-5",
|
|
199
|
+
footer: "px-5"
|
|
190
200
|
},
|
|
191
201
|
lg: {
|
|
192
202
|
body: "p-4",
|
package/dist/components/card.mjs
CHANGED
|
@@ -11,6 +11,7 @@ declare const chip: tailwind_variants.TVReturnType<{
|
|
|
11
11
|
root: string;
|
|
12
12
|
};
|
|
13
13
|
flat: {};
|
|
14
|
+
ghost: {};
|
|
14
15
|
};
|
|
15
16
|
color: {
|
|
16
17
|
default: {
|
|
@@ -127,6 +128,7 @@ declare const chip: tailwind_variants.TVReturnType<{
|
|
|
127
128
|
root: string;
|
|
128
129
|
};
|
|
129
130
|
flat: {};
|
|
131
|
+
ghost: {};
|
|
130
132
|
};
|
|
131
133
|
color: {
|
|
132
134
|
default: {
|
|
@@ -243,6 +245,7 @@ declare const chip: tailwind_variants.TVReturnType<{
|
|
|
243
245
|
root: string;
|
|
244
246
|
};
|
|
245
247
|
flat: {};
|
|
248
|
+
ghost: {};
|
|
246
249
|
};
|
|
247
250
|
color: {
|
|
248
251
|
default: {
|
|
@@ -11,6 +11,7 @@ declare const chip: tailwind_variants.TVReturnType<{
|
|
|
11
11
|
root: string;
|
|
12
12
|
};
|
|
13
13
|
flat: {};
|
|
14
|
+
ghost: {};
|
|
14
15
|
};
|
|
15
16
|
color: {
|
|
16
17
|
default: {
|
|
@@ -127,6 +128,7 @@ declare const chip: tailwind_variants.TVReturnType<{
|
|
|
127
128
|
root: string;
|
|
128
129
|
};
|
|
129
130
|
flat: {};
|
|
131
|
+
ghost: {};
|
|
130
132
|
};
|
|
131
133
|
color: {
|
|
132
134
|
default: {
|
|
@@ -243,6 +245,7 @@ declare const chip: tailwind_variants.TVReturnType<{
|
|
|
243
245
|
root: string;
|
|
244
246
|
};
|
|
245
247
|
flat: {};
|
|
248
|
+
ghost: {};
|
|
246
249
|
};
|
|
247
250
|
color: {
|
|
248
251
|
default: {
|
package/dist/components/chip.js
CHANGED
|
@@ -88,7 +88,8 @@ var chip = (0, import_tailwind_variants.tv)({
|
|
|
88
88
|
"justify-between",
|
|
89
89
|
"box-border",
|
|
90
90
|
"whitespace-nowrap",
|
|
91
|
-
"isolate"
|
|
91
|
+
"isolate",
|
|
92
|
+
"data-[active=true]:ring-2"
|
|
92
93
|
],
|
|
93
94
|
content: "flex-1 text-inherit font-normal",
|
|
94
95
|
indicator: "relative flex size-2 ml-1",
|
|
@@ -109,7 +110,8 @@ var chip = (0, import_tailwind_variants.tv)({
|
|
|
109
110
|
faded: {
|
|
110
111
|
root: "border-2"
|
|
111
112
|
},
|
|
112
|
-
flat: {}
|
|
113
|
+
flat: {},
|
|
114
|
+
ghost: {}
|
|
113
115
|
},
|
|
114
116
|
color: {
|
|
115
117
|
default: {
|
package/dist/components/chip.mjs
CHANGED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
import * as tailwind_merge from 'tailwind-merge';
|
|
3
|
+
|
|
4
|
+
declare const colorHighlightButton: tailwind_variants.TVReturnType<{
|
|
5
|
+
[key: string]: {
|
|
6
|
+
[key: string]: tailwind_merge.ClassNameValue | {
|
|
7
|
+
button?: tailwind_merge.ClassNameValue;
|
|
8
|
+
mark?: tailwind_merge.ClassNameValue;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
} | {
|
|
12
|
+
[x: string]: {
|
|
13
|
+
[x: string]: tailwind_merge.ClassNameValue | {
|
|
14
|
+
button?: tailwind_merge.ClassNameValue;
|
|
15
|
+
mark?: tailwind_merge.ClassNameValue;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
} | {}, {
|
|
19
|
+
button: string[];
|
|
20
|
+
mark: string[];
|
|
21
|
+
}, undefined, {
|
|
22
|
+
[key: string]: {
|
|
23
|
+
[key: string]: tailwind_merge.ClassNameValue | {
|
|
24
|
+
button?: tailwind_merge.ClassNameValue;
|
|
25
|
+
mark?: tailwind_merge.ClassNameValue;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
} | {}, {
|
|
29
|
+
button: string[];
|
|
30
|
+
mark: string[];
|
|
31
|
+
}, tailwind_variants.TVReturnType<unknown, {
|
|
32
|
+
button: string[];
|
|
33
|
+
mark: string[];
|
|
34
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
35
|
+
|
|
36
|
+
export { colorHighlightButton };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
import * as tailwind_merge from 'tailwind-merge';
|
|
3
|
+
|
|
4
|
+
declare const colorHighlightButton: tailwind_variants.TVReturnType<{
|
|
5
|
+
[key: string]: {
|
|
6
|
+
[key: string]: tailwind_merge.ClassNameValue | {
|
|
7
|
+
button?: tailwind_merge.ClassNameValue;
|
|
8
|
+
mark?: tailwind_merge.ClassNameValue;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
} | {
|
|
12
|
+
[x: string]: {
|
|
13
|
+
[x: string]: tailwind_merge.ClassNameValue | {
|
|
14
|
+
button?: tailwind_merge.ClassNameValue;
|
|
15
|
+
mark?: tailwind_merge.ClassNameValue;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
} | {}, {
|
|
19
|
+
button: string[];
|
|
20
|
+
mark: string[];
|
|
21
|
+
}, undefined, {
|
|
22
|
+
[key: string]: {
|
|
23
|
+
[key: string]: tailwind_merge.ClassNameValue | {
|
|
24
|
+
button?: tailwind_merge.ClassNameValue;
|
|
25
|
+
mark?: tailwind_merge.ClassNameValue;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
} | {}, {
|
|
29
|
+
button: string[];
|
|
30
|
+
mark: string[];
|
|
31
|
+
}, tailwind_variants.TVReturnType<unknown, {
|
|
32
|
+
button: string[];
|
|
33
|
+
mark: string[];
|
|
34
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
35
|
+
|
|
36
|
+
export { colorHighlightButton };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/components/color-highlight-button.ts
|
|
21
|
+
var color_highlight_button_exports = {};
|
|
22
|
+
__export(color_highlight_button_exports, {
|
|
23
|
+
colorHighlightButton: () => colorHighlightButton
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(color_highlight_button_exports);
|
|
26
|
+
var import_tailwind_variants = require("tailwind-variants");
|
|
27
|
+
var colorHighlightButton = (0, import_tailwind_variants.tv)({
|
|
28
|
+
slots: {
|
|
29
|
+
button: [
|
|
30
|
+
"relative min-w-none",
|
|
31
|
+
"hover:bg-",
|
|
32
|
+
"size-5 bg-[var(--highlight-color)]"
|
|
33
|
+
],
|
|
34
|
+
mark: [
|
|
35
|
+
"absolute size- left-0 top-0",
|
|
36
|
+
"border border-[var(--highlight-color)]",
|
|
37
|
+
"rounded-[inherit] box-border brightness-95 mix-blend-multiply",
|
|
38
|
+
"data-[active-state=on]:brightness-140"
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
colorHighlightButton
|
|
45
|
+
});
|
|
@@ -10,12 +10,12 @@ declare const command: tailwind_variants.TVReturnType<{
|
|
|
10
10
|
header?: tailwind_merge.ClassNameValue;
|
|
11
11
|
title?: tailwind_merge.ClassNameValue;
|
|
12
12
|
description?: tailwind_merge.ClassNameValue;
|
|
13
|
-
group?: tailwind_merge.ClassNameValue;
|
|
14
|
-
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
15
|
-
inputIcon?: tailwind_merge.ClassNameValue;
|
|
16
13
|
input?: tailwind_merge.ClassNameValue;
|
|
17
14
|
list?: tailwind_merge.ClassNameValue;
|
|
18
15
|
empty?: tailwind_merge.ClassNameValue;
|
|
16
|
+
group?: tailwind_merge.ClassNameValue;
|
|
17
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
18
|
+
inputIcon?: tailwind_merge.ClassNameValue;
|
|
19
19
|
separator?: tailwind_merge.ClassNameValue;
|
|
20
20
|
shortcut?: tailwind_merge.ClassNameValue;
|
|
21
21
|
};
|
|
@@ -28,12 +28,12 @@ declare const command: tailwind_variants.TVReturnType<{
|
|
|
28
28
|
header?: tailwind_merge.ClassNameValue;
|
|
29
29
|
title?: tailwind_merge.ClassNameValue;
|
|
30
30
|
description?: tailwind_merge.ClassNameValue;
|
|
31
|
-
group?: tailwind_merge.ClassNameValue;
|
|
32
|
-
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
33
|
-
inputIcon?: tailwind_merge.ClassNameValue;
|
|
34
31
|
input?: tailwind_merge.ClassNameValue;
|
|
35
32
|
list?: tailwind_merge.ClassNameValue;
|
|
36
33
|
empty?: tailwind_merge.ClassNameValue;
|
|
34
|
+
group?: tailwind_merge.ClassNameValue;
|
|
35
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
36
|
+
inputIcon?: tailwind_merge.ClassNameValue;
|
|
37
37
|
separator?: tailwind_merge.ClassNameValue;
|
|
38
38
|
shortcut?: tailwind_merge.ClassNameValue;
|
|
39
39
|
};
|
|
@@ -60,12 +60,12 @@ declare const command: tailwind_variants.TVReturnType<{
|
|
|
60
60
|
header?: tailwind_merge.ClassNameValue;
|
|
61
61
|
title?: tailwind_merge.ClassNameValue;
|
|
62
62
|
description?: tailwind_merge.ClassNameValue;
|
|
63
|
-
group?: tailwind_merge.ClassNameValue;
|
|
64
|
-
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
65
|
-
inputIcon?: tailwind_merge.ClassNameValue;
|
|
66
63
|
input?: tailwind_merge.ClassNameValue;
|
|
67
64
|
list?: tailwind_merge.ClassNameValue;
|
|
68
65
|
empty?: tailwind_merge.ClassNameValue;
|
|
66
|
+
group?: tailwind_merge.ClassNameValue;
|
|
67
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
68
|
+
inputIcon?: tailwind_merge.ClassNameValue;
|
|
69
69
|
separator?: tailwind_merge.ClassNameValue;
|
|
70
70
|
shortcut?: tailwind_merge.ClassNameValue;
|
|
71
71
|
};
|
|
@@ -10,12 +10,12 @@ declare const command: tailwind_variants.TVReturnType<{
|
|
|
10
10
|
header?: tailwind_merge.ClassNameValue;
|
|
11
11
|
title?: tailwind_merge.ClassNameValue;
|
|
12
12
|
description?: tailwind_merge.ClassNameValue;
|
|
13
|
-
group?: tailwind_merge.ClassNameValue;
|
|
14
|
-
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
15
|
-
inputIcon?: tailwind_merge.ClassNameValue;
|
|
16
13
|
input?: tailwind_merge.ClassNameValue;
|
|
17
14
|
list?: tailwind_merge.ClassNameValue;
|
|
18
15
|
empty?: tailwind_merge.ClassNameValue;
|
|
16
|
+
group?: tailwind_merge.ClassNameValue;
|
|
17
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
18
|
+
inputIcon?: tailwind_merge.ClassNameValue;
|
|
19
19
|
separator?: tailwind_merge.ClassNameValue;
|
|
20
20
|
shortcut?: tailwind_merge.ClassNameValue;
|
|
21
21
|
};
|
|
@@ -28,12 +28,12 @@ declare const command: tailwind_variants.TVReturnType<{
|
|
|
28
28
|
header?: tailwind_merge.ClassNameValue;
|
|
29
29
|
title?: tailwind_merge.ClassNameValue;
|
|
30
30
|
description?: tailwind_merge.ClassNameValue;
|
|
31
|
-
group?: tailwind_merge.ClassNameValue;
|
|
32
|
-
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
33
|
-
inputIcon?: tailwind_merge.ClassNameValue;
|
|
34
31
|
input?: tailwind_merge.ClassNameValue;
|
|
35
32
|
list?: tailwind_merge.ClassNameValue;
|
|
36
33
|
empty?: tailwind_merge.ClassNameValue;
|
|
34
|
+
group?: tailwind_merge.ClassNameValue;
|
|
35
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
36
|
+
inputIcon?: tailwind_merge.ClassNameValue;
|
|
37
37
|
separator?: tailwind_merge.ClassNameValue;
|
|
38
38
|
shortcut?: tailwind_merge.ClassNameValue;
|
|
39
39
|
};
|
|
@@ -60,12 +60,12 @@ declare const command: tailwind_variants.TVReturnType<{
|
|
|
60
60
|
header?: tailwind_merge.ClassNameValue;
|
|
61
61
|
title?: tailwind_merge.ClassNameValue;
|
|
62
62
|
description?: tailwind_merge.ClassNameValue;
|
|
63
|
-
group?: tailwind_merge.ClassNameValue;
|
|
64
|
-
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
65
|
-
inputIcon?: tailwind_merge.ClassNameValue;
|
|
66
63
|
input?: tailwind_merge.ClassNameValue;
|
|
67
64
|
list?: tailwind_merge.ClassNameValue;
|
|
68
65
|
empty?: tailwind_merge.ClassNameValue;
|
|
66
|
+
group?: tailwind_merge.ClassNameValue;
|
|
67
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
68
|
+
inputIcon?: tailwind_merge.ClassNameValue;
|
|
69
69
|
separator?: tailwind_merge.ClassNameValue;
|
|
70
70
|
shortcut?: tailwind_merge.ClassNameValue;
|
|
71
71
|
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
|
|
3
|
+
declare const controlExtension: tailwind_variants.TVReturnType<{} | {} | {}, undefined, undefined, {} | {}, undefined, tailwind_variants.TVReturnType<unknown, undefined, undefined, unknown, unknown, undefined>>;
|
|
4
|
+
|
|
5
|
+
export { controlExtension };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
|
|
3
|
+
declare const controlExtension: tailwind_variants.TVReturnType<{} | {} | {}, undefined, undefined, {} | {}, undefined, tailwind_variants.TVReturnType<unknown, undefined, undefined, unknown, unknown, undefined>>;
|
|
4
|
+
|
|
5
|
+
export { controlExtension };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/components/control-extension.ts
|
|
21
|
+
var control_extension_exports = {};
|
|
22
|
+
__export(control_extension_exports, {
|
|
23
|
+
controlExtension: () => controlExtension
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(control_extension_exports);
|
|
26
|
+
var import_tailwind_variants = require("tailwind-variants");
|
|
27
|
+
var controlExtension = (0, import_tailwind_variants.tv)({});
|
|
28
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
+
0 && (module.exports = {
|
|
30
|
+
controlExtension
|
|
31
|
+
});
|
|
@@ -27,19 +27,17 @@ var import_tailwind_variants = require("tailwind-variants");
|
|
|
27
27
|
var dialog = (0, import_tailwind_variants.tv)({
|
|
28
28
|
slots: {
|
|
29
29
|
overlay: [
|
|
30
|
-
"fixed inset-0
|
|
31
|
-
"data-[
|
|
32
|
-
"data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0"
|
|
30
|
+
"fixed inset-0 bg-black/25 [backdrop-filter:blur(4px)]",
|
|
31
|
+
"data-[ending-style]:opacity-0 data-[starting-style]:opacity-0"
|
|
33
32
|
],
|
|
34
33
|
content: [
|
|
35
34
|
"flex flex-col",
|
|
36
|
-
"bg-background fixed top-[50%] left-[50%]
|
|
35
|
+
"bg-background fixed top-[50%] left-[50%]",
|
|
37
36
|
"w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%]",
|
|
38
|
-
"border shadow-lg",
|
|
39
|
-
"data-[
|
|
40
|
-
"data-[
|
|
41
|
-
"
|
|
42
|
-
"duration-200 sm:max-w-lg"
|
|
37
|
+
"border shadow-lg transition-all",
|
|
38
|
+
"data-[ending-style]:scale-90 data-[ending-style]:opacity-0",
|
|
39
|
+
"data-[starting-style]:scale-90 data-[starting-style]:opacity-0",
|
|
40
|
+
"duration-150 sm:max-w-lg"
|
|
43
41
|
],
|
|
44
42
|
close: [
|
|
45
43
|
"ring-offset-background focus:ring-ring",
|
|
@@ -64,7 +64,7 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
66
|
}, {
|
|
67
|
-
overlay: string[];
|
|
67
|
+
overlay: (string | string[])[];
|
|
68
68
|
content: string[];
|
|
69
69
|
close: string[];
|
|
70
70
|
closeTrigger: never[];
|
|
@@ -136,7 +136,7 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
136
136
|
};
|
|
137
137
|
};
|
|
138
138
|
}, {
|
|
139
|
-
overlay: string[];
|
|
139
|
+
overlay: (string | string[])[];
|
|
140
140
|
content: string[];
|
|
141
141
|
close: string[];
|
|
142
142
|
closeTrigger: never[];
|
|
@@ -208,7 +208,7 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
208
208
|
};
|
|
209
209
|
};
|
|
210
210
|
}, {
|
|
211
|
-
overlay: string[];
|
|
211
|
+
overlay: (string | string[])[];
|
|
212
212
|
content: string[];
|
|
213
213
|
close: string[];
|
|
214
214
|
closeTrigger: never[];
|
|
@@ -64,7 +64,7 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
66
|
}, {
|
|
67
|
-
overlay: string[];
|
|
67
|
+
overlay: (string | string[])[];
|
|
68
68
|
content: string[];
|
|
69
69
|
close: string[];
|
|
70
70
|
closeTrigger: never[];
|
|
@@ -136,7 +136,7 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
136
136
|
};
|
|
137
137
|
};
|
|
138
138
|
}, {
|
|
139
|
-
overlay: string[];
|
|
139
|
+
overlay: (string | string[])[];
|
|
140
140
|
content: string[];
|
|
141
141
|
close: string[];
|
|
142
142
|
closeTrigger: never[];
|
|
@@ -208,7 +208,7 @@ declare const drawer: tailwind_variants.TVReturnType<{
|
|
|
208
208
|
};
|
|
209
209
|
};
|
|
210
210
|
}, {
|
|
211
|
-
overlay: string[];
|
|
211
|
+
overlay: (string | string[])[];
|
|
212
212
|
content: string[];
|
|
213
213
|
close: string[];
|
|
214
214
|
closeTrigger: never[];
|