odj-svelte-ui 0.2.6 → 0.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/README.md +2 -0
- package/dist/_legacy/accordion/Accordion.svelte.d.ts +1 -1
- package/dist/_legacy/alert/Alert.svelte.d.ts +2 -2
- package/dist/_legacy/badge/Badge.svelte.d.ts +1 -1
- package/dist/_legacy/banner/Banner.svelte.d.ts +1 -1
- package/dist/_legacy/bottom-navigation/BottomNavHeaderItem.svelte.d.ts +1 -1
- package/dist/_legacy/bottom-navigation/BottomNavItem.svelte.d.ts +1 -1
- package/dist/_legacy/buttons/Button.svelte.d.ts +2 -2
- package/dist/_legacy/buttons/GradientButton.svelte.d.ts +1 -1
- package/dist/_legacy/cards/Card.svelte.d.ts +2 -2
- package/dist/_legacy/carousel/ControlButton.svelte.d.ts +1 -1
- package/dist/_legacy/dropdown/Dropdown.svelte.d.ts +1 -1
- package/dist/_legacy/dropdown/DropdownItem.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Checkbox.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Dropzone.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Fileupload.svelte.d.ts +1 -1
- package/dist/_legacy/forms/FloatingLabelInput.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Input.svelte.d.ts +2 -2
- package/dist/_legacy/forms/Label.svelte.d.ts +1 -1
- package/dist/_legacy/forms/MultiSelect.svelte.d.ts +1 -1
- package/dist/_legacy/forms/NumberInput.svelte.d.ts +2 -2
- package/dist/_legacy/forms/Radio.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Range.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Search.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Select.svelte.d.ts +1 -1
- package/dist/_legacy/forms/Textarea.svelte.d.ts +2 -2
- package/dist/_legacy/forms/Toggle.svelte.d.ts +1 -1
- package/dist/_legacy/indicators/Indicator.svelte.d.ts +1 -1
- package/dist/_legacy/list-group/Listgroup.svelte.d.ts +1 -1
- package/dist/_legacy/list-group/ListgroupItem.svelte.d.ts +1 -1
- package/dist/_legacy/mega-menu/MegaMenu.svelte.d.ts +1 -1
- package/dist/_legacy/modal/Modal.svelte.d.ts +1 -1
- package/dist/_legacy/navbar/Menu.svelte.d.ts +1 -1
- package/dist/_legacy/navbar/NavHamburger.svelte.d.ts +1 -1
- package/dist/_legacy/navbar/NavLi.svelte.d.ts +1 -1
- package/dist/_legacy/navbar/NavUl.svelte.d.ts +1 -1
- package/dist/_legacy/navbar/Navbar.svelte.d.ts +1 -1
- package/dist/_legacy/pagination/Pagination.svelte.d.ts +1 -1
- package/dist/_legacy/pagination/PaginationItem.svelte.d.ts +1 -1
- package/dist/_legacy/popover/Popover.svelte.d.ts +1 -1
- package/dist/_legacy/rating/Heart.svelte.d.ts +1 -1
- package/dist/_legacy/rating/Star.svelte.d.ts +1 -1
- package/dist/_legacy/rating/Thumbup.svelte.d.ts +1 -1
- package/dist/_legacy/sidebar/SidebarDropdownItem.svelte.d.ts +1 -1
- package/dist/_legacy/sidebar/SidebarItem.svelte.d.ts +1 -1
- package/dist/_legacy/speed-dial/SpeedDialButton.svelte.d.ts +1 -1
- package/dist/_legacy/table/TableBodyCell.svelte.d.ts +1 -1
- package/dist/_legacy/table/TableBodyRow.svelte.d.ts +2 -2
- package/dist/_legacy/table/TableHeadCell.svelte.d.ts +1 -1
- package/dist/_legacy/tabs/TabItem.svelte.d.ts +2 -2
- package/dist/_legacy/toast/Toast.svelte.d.ts +1 -1
- package/dist/_legacy/toolbar/Toolbar.svelte.d.ts +1 -1
- package/dist/_legacy/toolbar/ToolbarButton.svelte.d.ts +1 -1
- package/dist/_legacy/tooltip/Tooltip.svelte.d.ts +1 -1
- package/dist/_legacy/typography/A.svelte.d.ts +1 -1
- package/dist/_legacy/utils/CloseButton.svelte.d.ts +1 -1
- package/dist/_legacy/utils/Frame.svelte.d.ts +2 -2
- package/dist/_legacy/utils/Popper.svelte.d.ts +1 -1
- package/dist/_legacy/utils/createEventDispatcher.d.ts +1 -1
- package/dist/accordion/Accordion.svelte +3 -3
- package/dist/accordion/AccordionItem.svelte +22 -26
- package/dist/accordion/theme.d.ts +146 -90
- package/dist/accordion/theme.js +29 -37
- package/dist/accordion/type.d.ts +2 -2
- package/dist/alert/theme.d.ts +2 -2
- package/dist/avatar/theme.d.ts +4 -4
- package/dist/badge/theme.d.ts +2 -2
- package/dist/banner/theme.d.ts +2 -2
- package/dist/bottom-navigation/theme.d.ts +8 -8
- package/dist/breadcrumb/theme.d.ts +2 -2
- package/dist/buttongroup/theme.d.ts +2 -2
- package/dist/buttons/theme.d.ts +4 -4
- package/dist/cards/theme.d.ts +2 -2
- package/dist/darkmode/theme.d.ts +1 -1
- package/dist/device-mockups/theme.d.ts +14 -14
- package/dist/drawer/theme.d.ts +4 -4
- package/dist/dropdown/theme.d.ts +8 -8
- package/dist/footer/theme.d.ts +10 -10
- package/dist/forms/checkbox/theme.d.ts +2 -2
- package/dist/forms/dropzone/theme.d.ts +1 -1
- package/dist/forms/fileupload/theme.d.ts +2 -2
- package/dist/forms/floating-label-input/theme.d.ts +2 -2
- package/dist/forms/helper/theme.d.ts +2 -2
- package/dist/forms/input/theme.d.ts +2 -2
- package/dist/forms/input-addon/InputAddon.svelte +7 -7
- package/dist/forms/label/theme.d.ts +2 -2
- package/dist/forms/radio/Radio.svelte.d.ts +10 -3
- package/dist/forms/radio/theme.d.ts +2 -2
- package/dist/forms/radio-button/RadioButton.svelte.d.ts +10 -3
- package/dist/forms/radio-button/theme.d.ts +2 -2
- package/dist/forms/range/theme.d.ts +2 -2
- package/dist/forms/search/Search.svelte.d.ts +10 -3
- package/dist/forms/search/theme.d.ts +2 -2
- package/dist/forms/select/MultiSelect.svelte +31 -0
- package/dist/forms/select/MultiSelect.svelte.d.ts +26 -0
- package/dist/forms/select/Select.svelte.d.ts +10 -3
- package/dist/forms/select/index.d.ts +3 -2
- package/dist/forms/select/index.js +3 -2
- package/dist/forms/select/theme.d.ts +71 -2
- package/dist/forms/select/theme.js +9 -0
- package/dist/forms/select/type.d.ts +8 -9
- package/dist/forms/textarea/theme.d.ts +2 -2
- package/dist/forms/toggle/theme.d.ts +2 -2
- package/dist/gallery/theme.d.ts +2 -2
- package/dist/indicator/theme.d.ts +2 -2
- package/dist/kbd/theme.d.ts +1 -1
- package/dist/list-group/theme.d.ts +4 -4
- package/dist/mega-menu/theme.d.ts +2 -2
- package/dist/modal/theme.d.ts +2 -2
- package/dist/nav/theme.d.ts +12 -12
- package/dist/pagination/theme.d.ts +4 -4
- package/dist/popover/theme.d.ts +2 -2
- package/dist/progress/theme.d.ts +2 -2
- package/dist/rating/theme.d.ts +8 -8
- package/dist/sidebar/theme.d.ts +10 -10
- package/dist/skeleton/theme.d.ts +16 -16
- package/dist/spinner/theme.d.ts +2 -2
- package/dist/table/theme.d.ts +8 -8
- package/dist/tabs/theme.d.ts +4 -4
- package/dist/timeline/theme.d.ts +11 -11
- package/dist/toast/theme.d.ts +2 -2
- package/dist/toolbar/theme.d.ts +6 -6
- package/dist/tooltip/theme.d.ts +2 -2
- package/dist/typography/anchor/theme.d.ts +2 -2
- package/dist/typography/blockquote/theme.d.ts +2 -2
- package/dist/typography/descriptionlist/theme.d.ts +2 -2
- package/dist/typography/heading/theme.d.ts +2 -2
- package/dist/typography/hr/theme.d.ts +2 -2
- package/dist/typography/img/theme.d.ts +2 -2
- package/dist/typography/layout/theme.d.ts +1 -1
- package/dist/typography/list/theme.d.ts +2 -2
- package/dist/typography/mark/theme.d.ts +1 -1
- package/dist/typography/paragraph/theme.d.ts +2 -2
- package/dist/typography/secondary/theme.d.ts +1 -1
- package/dist/typography/span/theme.d.ts +2 -2
- package/dist/utils/index.d.ts +2 -2
- package/package.json +642 -641
package/dist/tooltip/theme.d.ts
CHANGED
|
@@ -102,7 +102,7 @@ export declare const tooltip: import("tailwind-variants").TVReturnType<{
|
|
|
102
102
|
}, {
|
|
103
103
|
base: string;
|
|
104
104
|
arrowBase: string;
|
|
105
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
105
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
106
106
|
color: {
|
|
107
107
|
default: {
|
|
108
108
|
base: string;
|
|
@@ -512,7 +512,7 @@ export declare const tooltip: import("tailwind-variants").TVReturnType<{
|
|
|
512
512
|
}, {
|
|
513
513
|
base: string;
|
|
514
514
|
arrowBase: string;
|
|
515
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
515
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
516
516
|
color: {
|
|
517
517
|
default: {
|
|
518
518
|
base: string;
|
|
@@ -21,7 +21,7 @@ export declare const anchor: import("tailwind-variants").TVReturnType<{
|
|
|
21
21
|
pink: string;
|
|
22
22
|
rose: string;
|
|
23
23
|
};
|
|
24
|
-
}, undefined, "inline-flex items-center hover:underline", import("tailwind-variants/dist/config").TVConfig<{
|
|
24
|
+
}, undefined, "inline-flex items-center hover:underline", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
25
25
|
color: {
|
|
26
26
|
primary: string;
|
|
27
27
|
secondary: string;
|
|
@@ -113,7 +113,7 @@ export declare const anchor: import("tailwind-variants").TVReturnType<{
|
|
|
113
113
|
pink: string;
|
|
114
114
|
rose: string;
|
|
115
115
|
};
|
|
116
|
-
}, undefined, "inline-flex items-center hover:underline", import("tailwind-variants/dist/config").TVConfig<{
|
|
116
|
+
}, undefined, "inline-flex items-center hover:underline", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
117
117
|
color: {
|
|
118
118
|
primary: string;
|
|
119
119
|
secondary: string;
|
|
@@ -31,7 +31,7 @@ export declare const blockquote: import("tailwind-variants").TVReturnType<{
|
|
|
31
31
|
"8xl": string;
|
|
32
32
|
"9xl": string;
|
|
33
33
|
};
|
|
34
|
-
}, undefined, "font-semibold text-gray-900 dark:text-white", import("tailwind-variants/dist/config").TVConfig<{
|
|
34
|
+
}, undefined, "font-semibold text-gray-900 dark:text-white", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
35
35
|
border: {
|
|
36
36
|
true: string;
|
|
37
37
|
false: string;
|
|
@@ -163,7 +163,7 @@ export declare const blockquote: import("tailwind-variants").TVReturnType<{
|
|
|
163
163
|
"8xl": string;
|
|
164
164
|
"9xl": string;
|
|
165
165
|
};
|
|
166
|
-
}, undefined, "font-semibold text-gray-900 dark:text-white", import("tailwind-variants/dist/config").TVConfig<{
|
|
166
|
+
}, undefined, "font-semibold text-gray-900 dark:text-white", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
167
167
|
border: {
|
|
168
168
|
true: string;
|
|
169
169
|
false: string;
|
|
@@ -3,7 +3,7 @@ export declare const descriptionList: import("tailwind-variants").TVReturnType<{
|
|
|
3
3
|
dt: string;
|
|
4
4
|
dd: string;
|
|
5
5
|
};
|
|
6
|
-
}, undefined, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
6
|
+
}, undefined, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
7
7
|
tag: {
|
|
8
8
|
dt: string;
|
|
9
9
|
dd: string;
|
|
@@ -23,7 +23,7 @@ export declare const descriptionList: import("tailwind-variants").TVReturnType<{
|
|
|
23
23
|
dt: string;
|
|
24
24
|
dd: string;
|
|
25
25
|
};
|
|
26
|
-
}, undefined, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
26
|
+
}, undefined, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
27
27
|
tag: {
|
|
28
28
|
dt: string;
|
|
29
29
|
dd: string;
|
|
@@ -7,7 +7,7 @@ export declare const heading: import("tailwind-variants").TVReturnType<{
|
|
|
7
7
|
h5: string;
|
|
8
8
|
h6: string;
|
|
9
9
|
};
|
|
10
|
-
}, undefined, "font-bold text-gray-900 dark:text-white", import("tailwind-variants/dist/config").TVConfig<{
|
|
10
|
+
}, undefined, "font-bold text-gray-900 dark:text-white", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
11
11
|
tag: {
|
|
12
12
|
h1: string;
|
|
13
13
|
h2: string;
|
|
@@ -43,7 +43,7 @@ export declare const heading: import("tailwind-variants").TVReturnType<{
|
|
|
43
43
|
h5: string;
|
|
44
44
|
h6: string;
|
|
45
45
|
};
|
|
46
|
-
}, undefined, "font-bold text-gray-900 dark:text-white", import("tailwind-variants/dist/config").TVConfig<{
|
|
46
|
+
}, undefined, "font-bold text-gray-900 dark:text-white", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
47
47
|
tag: {
|
|
48
48
|
h1: string;
|
|
49
49
|
h2: string;
|
|
@@ -9,7 +9,7 @@ export declare const hr: import("tailwind-variants").TVReturnType<{
|
|
|
9
9
|
base: string;
|
|
10
10
|
container: string;
|
|
11
11
|
content: string;
|
|
12
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
12
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
13
13
|
withChildren: {
|
|
14
14
|
true: {
|
|
15
15
|
base: string;
|
|
@@ -45,7 +45,7 @@ export declare const hr: import("tailwind-variants").TVReturnType<{
|
|
|
45
45
|
base: string;
|
|
46
46
|
container: string;
|
|
47
47
|
content: string;
|
|
48
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
48
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
49
49
|
withChildren: {
|
|
50
50
|
true: {
|
|
51
51
|
base: string;
|
|
@@ -126,7 +126,7 @@ export declare const img: import("tailwind-variants").TVReturnType<{
|
|
|
126
126
|
base: string;
|
|
127
127
|
figure: string;
|
|
128
128
|
figureCaption: string;
|
|
129
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
129
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
130
130
|
size: {
|
|
131
131
|
xs: {
|
|
132
132
|
base: string;
|
|
@@ -630,7 +630,7 @@ export declare const img: import("tailwind-variants").TVReturnType<{
|
|
|
630
630
|
base: string;
|
|
631
631
|
figure: string;
|
|
632
632
|
figureCaption: string;
|
|
633
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
633
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
634
634
|
size: {
|
|
635
635
|
xs: {
|
|
636
636
|
base: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const layout: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "grid grid-cols-1 sm:grid-cols-2", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "grid grid-cols-1 sm:grid-cols-2", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|
|
1
|
+
export declare const layout: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "grid grid-cols-1 sm:grid-cols-2", import("tailwind-variants/dist/config.js").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "grid grid-cols-1 sm:grid-cols-2", import("tailwind-variants/dist/config.js").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|
|
@@ -8,7 +8,7 @@ export declare const list: import("tailwind-variants").TVReturnType<{
|
|
|
8
8
|
inside: string;
|
|
9
9
|
outside: string;
|
|
10
10
|
};
|
|
11
|
-
}, undefined, "", import("tailwind-variants/dist/config").TVConfig<{
|
|
11
|
+
}, undefined, "", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
12
12
|
tag: {
|
|
13
13
|
ul: string;
|
|
14
14
|
dl: string;
|
|
@@ -48,7 +48,7 @@ export declare const list: import("tailwind-variants").TVReturnType<{
|
|
|
48
48
|
inside: string;
|
|
49
49
|
outside: string;
|
|
50
50
|
};
|
|
51
|
-
}, undefined, "", import("tailwind-variants/dist/config").TVConfig<{
|
|
51
|
+
}, undefined, "", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
52
52
|
tag: {
|
|
53
53
|
ul: string;
|
|
54
54
|
dl: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const mark: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "text-white dark:bg-blue-500 bg-blue-600 px-2 rounded-sm", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "text-white dark:bg-blue-500 bg-blue-600 px-2 rounded-sm", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|
|
1
|
+
export declare const mark: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "text-white dark:bg-blue-500 bg-blue-600 px-2 rounded-sm", import("tailwind-variants/dist/config.js").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "text-white dark:bg-blue-500 bg-blue-600 px-2 rounded-sm", import("tailwind-variants/dist/config.js").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|
|
@@ -72,7 +72,7 @@ export declare const paragraph: import("tailwind-variants").TVReturnType<{
|
|
|
72
72
|
true: string;
|
|
73
73
|
false: string;
|
|
74
74
|
};
|
|
75
|
-
}, undefined, "text-gray-900 dark:text-white", import("tailwind-variants/dist/config").TVConfig<{
|
|
75
|
+
}, undefined, "text-gray-900 dark:text-white", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
76
76
|
size: {
|
|
77
77
|
xs: string;
|
|
78
78
|
sm: string;
|
|
@@ -368,7 +368,7 @@ export declare const paragraph: import("tailwind-variants").TVReturnType<{
|
|
|
368
368
|
true: string;
|
|
369
369
|
false: string;
|
|
370
370
|
};
|
|
371
|
-
}, undefined, "text-gray-900 dark:text-white", import("tailwind-variants/dist/config").TVConfig<{
|
|
371
|
+
}, undefined, "text-gray-900 dark:text-white", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
372
372
|
size: {
|
|
373
373
|
xs: string;
|
|
374
374
|
sm: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const secondary: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "text-gray-500 dark:text-gray-400 font-semibold", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "text-gray-500 dark:text-gray-400 font-semibold", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|
|
1
|
+
export declare const secondary: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "text-gray-500 dark:text-gray-400 font-semibold", import("tailwind-variants/dist/config.js").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "text-gray-500 dark:text-gray-400 font-semibold", import("tailwind-variants/dist/config.js").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|
|
@@ -79,7 +79,7 @@ export declare const span: import("tailwind-variants").TVReturnType<{
|
|
|
79
79
|
"8": string;
|
|
80
80
|
"0": string;
|
|
81
81
|
};
|
|
82
|
-
}, undefined, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
82
|
+
}, undefined, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
83
83
|
italic: {
|
|
84
84
|
true: string;
|
|
85
85
|
};
|
|
@@ -403,7 +403,7 @@ export declare const span: import("tailwind-variants").TVReturnType<{
|
|
|
403
403
|
"8": string;
|
|
404
404
|
"0": string;
|
|
405
405
|
};
|
|
406
|
-
}, undefined, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
406
|
+
}, undefined, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
407
407
|
italic: {
|
|
408
408
|
true: string;
|
|
409
409
|
};
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ declare const closeButtonVariants: import("tailwind-variants").TVReturnType<{
|
|
|
33
33
|
};
|
|
34
34
|
}, {
|
|
35
35
|
svg: string;
|
|
36
|
-
}, "focus:outline-hidden whitespace-normal", import("tailwind-variants/dist/config").TVConfig<{
|
|
36
|
+
}, "focus:outline-hidden whitespace-normal", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
37
37
|
color: {
|
|
38
38
|
primary: string;
|
|
39
39
|
secondary: string;
|
|
@@ -157,7 +157,7 @@ declare const closeButtonVariants: import("tailwind-variants").TVReturnType<{
|
|
|
157
157
|
};
|
|
158
158
|
}, {
|
|
159
159
|
svg: string;
|
|
160
|
-
}, "focus:outline-hidden whitespace-normal", import("tailwind-variants/dist/config").TVConfig<{
|
|
160
|
+
}, "focus:outline-hidden whitespace-normal", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
161
161
|
color: {
|
|
162
162
|
primary: string;
|
|
163
163
|
secondary: string;
|