odj-svelte-ui 0.2.6 → 0.4.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/helper/theme.js +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 +2 -2
- 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/ProgressRadial.svelte +155 -0
- package/dist/progress/ProgressRadial.svelte.d.ts +35 -0
- package/dist/progress/index.d.ts +4 -3
- package/dist/progress/index.js +3 -2
- package/dist/progress/theme.d.ts +713 -2
- package/dist/progress/theme.js +111 -1
- package/dist/progress/type.d.ts +23 -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
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import { type RadioProps as Props } from ".";
|
|
2
|
+
declare function $$render<T>(): {
|
|
3
|
+
props: Props<T>;
|
|
4
|
+
exports: {};
|
|
5
|
+
bindings: "group" | "value";
|
|
6
|
+
slots: {};
|
|
7
|
+
events: {};
|
|
8
|
+
};
|
|
2
9
|
declare class __sveltets_Render<T> {
|
|
3
|
-
props():
|
|
4
|
-
events():
|
|
5
|
-
slots():
|
|
10
|
+
props(): ReturnType<typeof $$render<T>>['props'];
|
|
11
|
+
events(): ReturnType<typeof $$render<T>>['events'];
|
|
12
|
+
slots(): ReturnType<typeof $$render<T>>['slots'];
|
|
6
13
|
bindings(): "group" | "value";
|
|
7
14
|
exports(): {};
|
|
8
15
|
}
|
|
@@ -69,7 +69,7 @@ export declare const radio: import("tailwind-variants").TVReturnType<{
|
|
|
69
69
|
}, {
|
|
70
70
|
input: string;
|
|
71
71
|
label: string;
|
|
72
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
72
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
73
73
|
color: {
|
|
74
74
|
primary: {
|
|
75
75
|
input: string;
|
|
@@ -347,7 +347,7 @@ export declare const radio: import("tailwind-variants").TVReturnType<{
|
|
|
347
347
|
}, {
|
|
348
348
|
input: string;
|
|
349
349
|
label: string;
|
|
350
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
350
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
351
351
|
color: {
|
|
352
352
|
primary: {
|
|
353
353
|
input: string;
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import { type RadioButtonProps as Props } from ".";
|
|
2
|
+
declare function $$render<T>(): {
|
|
3
|
+
props: Props<T>;
|
|
4
|
+
exports: {};
|
|
5
|
+
bindings: "group" | "value";
|
|
6
|
+
slots: {};
|
|
7
|
+
events: {};
|
|
8
|
+
};
|
|
2
9
|
declare class __sveltets_Render<T> {
|
|
3
|
-
props():
|
|
4
|
-
events():
|
|
5
|
-
slots():
|
|
10
|
+
props(): ReturnType<typeof $$render<T>>['props'];
|
|
11
|
+
events(): ReturnType<typeof $$render<T>>['events'];
|
|
12
|
+
slots(): ReturnType<typeof $$render<T>>['slots'];
|
|
6
13
|
bindings(): "group" | "value";
|
|
7
14
|
exports(): {};
|
|
8
15
|
}
|
|
@@ -3,7 +3,7 @@ export declare const radioButton: import("tailwind-variants").TVReturnType<{
|
|
|
3
3
|
true: string;
|
|
4
4
|
false: string;
|
|
5
5
|
};
|
|
6
|
-
}, undefined, "", import("tailwind-variants/dist/config").TVConfig<{
|
|
6
|
+
}, undefined, "", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
7
7
|
inline: {
|
|
8
8
|
true: string;
|
|
9
9
|
false: string;
|
|
@@ -23,7 +23,7 @@ export declare const radioButton: import("tailwind-variants").TVReturnType<{
|
|
|
23
23
|
true: string;
|
|
24
24
|
false: string;
|
|
25
25
|
};
|
|
26
|
-
}, undefined, "", import("tailwind-variants/dist/config").TVConfig<{
|
|
26
|
+
}, undefined, "", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
27
27
|
inline: {
|
|
28
28
|
true: string;
|
|
29
29
|
false: string;
|
|
@@ -19,7 +19,7 @@ export declare const range: import("tailwind-variants").TVReturnType<{
|
|
|
19
19
|
auto: string;
|
|
20
20
|
none: string;
|
|
21
21
|
};
|
|
22
|
-
}, undefined, "w-full bg-gray-200 rounded-lg cursor-pointer dark:bg-gray-700", import("tailwind-variants/dist/config").TVConfig<{
|
|
22
|
+
}, undefined, "w-full bg-gray-200 rounded-lg cursor-pointer dark:bg-gray-700", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
23
23
|
size: {
|
|
24
24
|
sm: string;
|
|
25
25
|
md: string;
|
|
@@ -103,7 +103,7 @@ export declare const range: import("tailwind-variants").TVReturnType<{
|
|
|
103
103
|
auto: string;
|
|
104
104
|
none: string;
|
|
105
105
|
};
|
|
106
|
-
}, undefined, "w-full bg-gray-200 rounded-lg cursor-pointer dark:bg-gray-700", import("tailwind-variants/dist/config").TVConfig<{
|
|
106
|
+
}, undefined, "w-full bg-gray-200 rounded-lg cursor-pointer dark:bg-gray-700", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
107
107
|
size: {
|
|
108
108
|
sm: string;
|
|
109
109
|
md: string;
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import { type SearchProps as Props } from ".";
|
|
2
|
+
declare function $$render<T>(): {
|
|
3
|
+
props: Props<T>;
|
|
4
|
+
exports: {};
|
|
5
|
+
bindings: "value";
|
|
6
|
+
slots: {};
|
|
7
|
+
events: {};
|
|
8
|
+
};
|
|
2
9
|
declare class __sveltets_Render<T> {
|
|
3
|
-
props():
|
|
4
|
-
events():
|
|
5
|
-
slots():
|
|
10
|
+
props(): ReturnType<typeof $$render<T>>['props'];
|
|
11
|
+
events(): ReturnType<typeof $$render<T>>['events'];
|
|
12
|
+
slots(): ReturnType<typeof $$render<T>>['slots'];
|
|
6
13
|
bindings(): "value";
|
|
7
14
|
exports(): {};
|
|
8
15
|
}
|
|
@@ -19,7 +19,7 @@ export declare const search: import("tailwind-variants").TVReturnType<{
|
|
|
19
19
|
icon: string;
|
|
20
20
|
content: string;
|
|
21
21
|
input: string;
|
|
22
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
22
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
23
23
|
size: {
|
|
24
24
|
sm: {
|
|
25
25
|
input: string;
|
|
@@ -91,7 +91,7 @@ export declare const search: import("tailwind-variants").TVReturnType<{
|
|
|
91
91
|
icon: string;
|
|
92
92
|
content: string;
|
|
93
93
|
input: string;
|
|
94
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
94
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
95
95
|
size: {
|
|
96
96
|
sm: {
|
|
97
97
|
input: string;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<script lang="ts" generics="T">
|
|
2
|
+
import MultiSelect from "svelte-multiselect";
|
|
3
|
+
import { type MultiSelectProps as Props, multiselect } from ".";
|
|
4
|
+
|
|
5
|
+
let {
|
|
6
|
+
outerDivClass,
|
|
7
|
+
ulOptionsClass,
|
|
8
|
+
ulSelectedClass,
|
|
9
|
+
liSelectedClass,
|
|
10
|
+
inputClass,
|
|
11
|
+
|
|
12
|
+
activeIndex = $bindable(null),
|
|
13
|
+
activeOption = $bindable(null),
|
|
14
|
+
form_input = $bindable(null),
|
|
15
|
+
input = $bindable(null),
|
|
16
|
+
invalid = $bindable(false),
|
|
17
|
+
matchingOptions = $bindable([]),
|
|
18
|
+
open = $bindable(false),
|
|
19
|
+
options = $bindable(),
|
|
20
|
+
outerDiv = $bindable(null),
|
|
21
|
+
searchText = $bindable(``),
|
|
22
|
+
maxSelect = null,
|
|
23
|
+
selected = $bindable(options?.filter((opt) => opt instanceof Object && opt?.preselected).slice(0, maxSelect ?? undefined) ?? []),
|
|
24
|
+
value = $bindable(null),
|
|
25
|
+
|
|
26
|
+
...restProps
|
|
27
|
+
}: Props<T> = $props();
|
|
28
|
+
const { outerDiv: outerDivCls, ulOptions, ulSelected, liSelected, input: inputCls } = $derived(multiselect());
|
|
29
|
+
</script>
|
|
30
|
+
|
|
31
|
+
<MultiSelect bind:selected bind:value bind:searchText bind:open bind:activeIndex bind:activeOption bind:invalid bind:input bind:outerDiv bind:form_input bind:options bind:matchingOptions {...restProps} outerDivClass={outerDivCls({ className: outerDivClass })} ulOptionsClass={ulOptions({ class: ulOptionsClass })} ulSelectedClass={ulSelected({ class: ulSelectedClass })} liSelectedClass={liSelected({ class: liSelectedClass })} inputClass={inputCls({ class: inputClass })} --sms-remove-btn-hover-color="white" />
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import MultiSelect from "svelte-multiselect";
|
|
2
|
+
import { type MultiSelectProps as Props } from ".";
|
|
3
|
+
declare function $$render<T>(): {
|
|
4
|
+
props: Props<T>;
|
|
5
|
+
exports: {};
|
|
6
|
+
bindings: "input" | "invalid" | "open" | "value" | "outerDiv" | "options" | "activeIndex" | "activeOption" | "form_input" | "matchingOptions" | "searchText" | "selected";
|
|
7
|
+
slots: {};
|
|
8
|
+
events: {};
|
|
9
|
+
};
|
|
10
|
+
declare class __sveltets_Render<T> {
|
|
11
|
+
props(): ReturnType<typeof $$render<T>>['props'];
|
|
12
|
+
events(): ReturnType<typeof $$render<T>>['events'];
|
|
13
|
+
slots(): ReturnType<typeof $$render<T>>['slots'];
|
|
14
|
+
bindings(): "input" | "invalid" | "open" | "value" | "outerDiv" | "options" | "activeIndex" | "activeOption" | "form_input" | "matchingOptions" | "searchText" | "selected";
|
|
15
|
+
exports(): {};
|
|
16
|
+
}
|
|
17
|
+
interface $$IsomorphicComponent {
|
|
18
|
+
new <T>(options: import('svelte').ComponentConstructorOptions<ReturnType<__sveltets_Render<T>['props']>>): import('svelte').SvelteComponent<ReturnType<__sveltets_Render<T>['props']>, ReturnType<__sveltets_Render<T>['events']>, ReturnType<__sveltets_Render<T>['slots']>> & {
|
|
19
|
+
$$bindings?: ReturnType<__sveltets_Render<T>['bindings']>;
|
|
20
|
+
} & ReturnType<__sveltets_Render<T>['exports']>;
|
|
21
|
+
<T>(internal: unknown, props: ReturnType<__sveltets_Render<T>['props']> & {}): ReturnType<__sveltets_Render<T>['exports']>;
|
|
22
|
+
z_$$bindings?: ReturnType<__sveltets_Render<any>['bindings']>;
|
|
23
|
+
}
|
|
24
|
+
declare const MultiSelect: $$IsomorphicComponent;
|
|
25
|
+
type MultiSelect<T> = InstanceType<typeof MultiSelect<T>>;
|
|
26
|
+
export default MultiSelect;
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
<select {...restProps} bind:value class={selectStyle}>
|
|
10
10
|
{#if placeholder}
|
|
11
|
-
<option disabled selected value=
|
|
11
|
+
<option disabled selected value={undefined}>{placeholder}</option>
|
|
12
12
|
{/if}
|
|
13
13
|
|
|
14
14
|
{#if items}
|
|
15
15
|
{#each items as { value, name }}
|
|
16
|
-
<option {value} class="text-dark-surface-950
|
|
16
|
+
<option {value} class="text-dark-surface-950 required:invalid:text-dark-surface-400 dark:text-white">{name}</option>
|
|
17
17
|
{/each}
|
|
18
18
|
{/if}
|
|
19
19
|
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import { type SelectProps as Props } from ".";
|
|
2
|
+
declare function $$render<T>(): {
|
|
3
|
+
props: Props<T>;
|
|
4
|
+
exports: {};
|
|
5
|
+
bindings: "value";
|
|
6
|
+
slots: {};
|
|
7
|
+
events: {};
|
|
8
|
+
};
|
|
2
9
|
declare class __sveltets_Render<T> {
|
|
3
|
-
props():
|
|
4
|
-
events():
|
|
5
|
-
slots():
|
|
10
|
+
props(): ReturnType<typeof $$render<T>>['props'];
|
|
11
|
+
events(): ReturnType<typeof $$render<T>>['events'];
|
|
12
|
+
slots(): ReturnType<typeof $$render<T>>['slots'];
|
|
6
13
|
bindings(): "value";
|
|
7
14
|
exports(): {};
|
|
8
15
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { SelectProps, SelectOptionType, MultiSelectProps, SelectSize } from "./type";
|
|
2
2
|
import Select from "./Select.svelte";
|
|
3
|
-
import
|
|
4
|
-
|
|
3
|
+
import MultiSelect from "./MultiSelect.svelte";
|
|
4
|
+
import { select, multiselect } from "./theme";
|
|
5
|
+
export { Select, select, type SelectProps, type SelectOptionType, type SelectSize, MultiSelect, multiselect, type MultiSelectProps };
|
|
@@ -8,7 +8,7 @@ export declare const select: import("tailwind-variants").TVReturnType<{
|
|
|
8
8
|
md: string;
|
|
9
9
|
lg: string;
|
|
10
10
|
};
|
|
11
|
-
}, undefined, "block w-full disabled:cursor-not-allowed disabled:opacity-50", import("tailwind-variants/dist/config").TVConfig<{
|
|
11
|
+
}, undefined, "block w-full disabled:cursor-not-allowed disabled:opacity-50", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
12
12
|
underline: {
|
|
13
13
|
true: string;
|
|
14
14
|
false: string;
|
|
@@ -48,7 +48,7 @@ export declare const select: import("tailwind-variants").TVReturnType<{
|
|
|
48
48
|
md: string;
|
|
49
49
|
lg: string;
|
|
50
50
|
};
|
|
51
|
-
}, undefined, "block w-full disabled:cursor-not-allowed disabled:opacity-50", import("tailwind-variants/dist/config").TVConfig<{
|
|
51
|
+
}, undefined, "block w-full disabled:cursor-not-allowed disabled:opacity-50", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
52
52
|
underline: {
|
|
53
53
|
true: string;
|
|
54
54
|
false: string;
|
|
@@ -69,3 +69,72 @@ export declare const select: import("tailwind-variants").TVReturnType<{
|
|
|
69
69
|
lg: string;
|
|
70
70
|
};
|
|
71
71
|
}>, unknown, unknown, undefined>>;
|
|
72
|
+
export declare const multiselect: import("tailwind-variants").TVReturnType<{
|
|
73
|
+
[key: string]: {
|
|
74
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
75
|
+
input?: import("tailwind-variants").ClassValue;
|
|
76
|
+
outerDiv?: import("tailwind-variants").ClassValue;
|
|
77
|
+
ulOptions?: import("tailwind-variants").ClassValue;
|
|
78
|
+
ulSelected?: import("tailwind-variants").ClassValue;
|
|
79
|
+
liSelected?: import("tailwind-variants").ClassValue;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
} | {
|
|
83
|
+
[x: string]: {
|
|
84
|
+
[x: string]: import("tailwind-variants").ClassValue | {
|
|
85
|
+
input?: import("tailwind-variants").ClassValue;
|
|
86
|
+
outerDiv?: import("tailwind-variants").ClassValue;
|
|
87
|
+
ulOptions?: import("tailwind-variants").ClassValue;
|
|
88
|
+
ulSelected?: import("tailwind-variants").ClassValue;
|
|
89
|
+
liSelected?: import("tailwind-variants").ClassValue;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
} | {}, {
|
|
93
|
+
outerDiv: string;
|
|
94
|
+
ulOptions: string;
|
|
95
|
+
ulSelected: string;
|
|
96
|
+
liSelected: string;
|
|
97
|
+
input: string;
|
|
98
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<unknown, {
|
|
99
|
+
[key: string]: {
|
|
100
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
101
|
+
input?: import("tailwind-variants").ClassValue;
|
|
102
|
+
outerDiv?: import("tailwind-variants").ClassValue;
|
|
103
|
+
ulOptions?: import("tailwind-variants").ClassValue;
|
|
104
|
+
ulSelected?: import("tailwind-variants").ClassValue;
|
|
105
|
+
liSelected?: import("tailwind-variants").ClassValue;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
} | {}>, {
|
|
109
|
+
[key: string]: {
|
|
110
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
111
|
+
input?: import("tailwind-variants").ClassValue;
|
|
112
|
+
outerDiv?: import("tailwind-variants").ClassValue;
|
|
113
|
+
ulOptions?: import("tailwind-variants").ClassValue;
|
|
114
|
+
ulSelected?: import("tailwind-variants").ClassValue;
|
|
115
|
+
liSelected?: import("tailwind-variants").ClassValue;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
} | {}, {
|
|
119
|
+
outerDiv: string;
|
|
120
|
+
ulOptions: string;
|
|
121
|
+
ulSelected: string;
|
|
122
|
+
liSelected: string;
|
|
123
|
+
input: string;
|
|
124
|
+
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
125
|
+
outerDiv: string;
|
|
126
|
+
ulOptions: string;
|
|
127
|
+
ulSelected: string;
|
|
128
|
+
liSelected: string;
|
|
129
|
+
input: string;
|
|
130
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<unknown, {
|
|
131
|
+
[key: string]: {
|
|
132
|
+
[key: string]: import("tailwind-variants").ClassValue | {
|
|
133
|
+
input?: import("tailwind-variants").ClassValue;
|
|
134
|
+
outerDiv?: import("tailwind-variants").ClassValue;
|
|
135
|
+
ulOptions?: import("tailwind-variants").ClassValue;
|
|
136
|
+
ulSelected?: import("tailwind-variants").ClassValue;
|
|
137
|
+
liSelected?: import("tailwind-variants").ClassValue;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
@@ -18,3 +18,12 @@ export const select = tv({
|
|
|
18
18
|
size: "md"
|
|
19
19
|
}
|
|
20
20
|
});
|
|
21
|
+
export const multiselect = tv({
|
|
22
|
+
slots: {
|
|
23
|
+
outerDiv: "!text-light-surface-900 !bg-light-surface-50 !border !border-light-surface-300 !rounded-lg !outline-none focus-within:!ring-1 focus-within:!ring-primary-500 focus-within:!border-primary-500 dark:!bg-dark-surface-700 dark:!border-dark-surface-600 dark:!placeholder-dark-surface-400 dark:!text-white dark:focus-within:!ring-primary-500 dark:focus-within:!border-primary-500 !px-2 !py-1 !min-h-[2.7rem]",
|
|
24
|
+
ulOptions: "!bg-white dark:!bg-dark-surface-700 !max-h-40",
|
|
25
|
+
ulSelected: "!flex !gap-1.5 !mx-2",
|
|
26
|
+
liSelected: "!border-light-surface-200 dark:!border-dark-surface-700 !divide-light-surface-200 dark:!divide-dark-surface-700 !font-medium !text-xs !text-light-surface-800 dark:!text-dark-surface-300 !rounded !bg-light-surface-200 dark:!bg-dark-surface-600 !py-1 !px-2 !m-0",
|
|
27
|
+
input: "placeholder:!text-light-surface-400"
|
|
28
|
+
}
|
|
29
|
+
});
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Snippet } from "svelte";
|
|
2
|
-
import type {
|
|
2
|
+
import type { MultiSelectParameters } from "svelte-multiselect";
|
|
3
|
+
import type { HTMLSelectAttributes } from "svelte/elements";
|
|
3
4
|
type SelectSize = "sm" | "md" | "lg";
|
|
4
5
|
type SelectOptionType<T> = {
|
|
5
6
|
name: string | number;
|
|
@@ -12,13 +13,11 @@ interface SelectProps<T> extends Omit<HTMLSelectAttributes, "size"> {
|
|
|
12
13
|
size?: SelectSize;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
}
|
|
15
|
-
interface MultiSelectProps<T> extends
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
placeholder?: string;
|
|
22
|
-
change?: (event: Event) => void;
|
|
16
|
+
interface MultiSelectProps<T> extends MultiSelectParameters {
|
|
17
|
+
outerDivClass?: string;
|
|
18
|
+
ulOptionsClass?: string;
|
|
19
|
+
ulSelectedClass?: string;
|
|
20
|
+
liSelectedClass?: string;
|
|
21
|
+
inputClass?: string;
|
|
23
22
|
}
|
|
24
23
|
export { type SelectProps, type SelectOptionType, type MultiSelectProps, type SelectSize };
|
|
@@ -37,7 +37,7 @@ export declare const textarea: import("tailwind-variants").TVReturnType<{
|
|
|
37
37
|
innerWrapper: string;
|
|
38
38
|
headerCls: string;
|
|
39
39
|
footerCls: string;
|
|
40
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
40
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
41
41
|
cols: {
|
|
42
42
|
false: {
|
|
43
43
|
base: string;
|
|
@@ -181,7 +181,7 @@ export declare const textarea: import("tailwind-variants").TVReturnType<{
|
|
|
181
181
|
innerWrapper: string;
|
|
182
182
|
headerCls: string;
|
|
183
183
|
footerCls: string;
|
|
184
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
184
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
185
185
|
cols: {
|
|
186
186
|
false: {
|
|
187
187
|
base: string;
|
|
@@ -86,7 +86,7 @@ export declare const toggle: import("tailwind-variants").TVReturnType<{
|
|
|
86
86
|
span: string;
|
|
87
87
|
label: string;
|
|
88
88
|
input: string;
|
|
89
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
89
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
90
90
|
disabled: {
|
|
91
91
|
true: {
|
|
92
92
|
span: string;
|
|
@@ -430,7 +430,7 @@ export declare const toggle: import("tailwind-variants").TVReturnType<{
|
|
|
430
430
|
span: string;
|
|
431
431
|
label: string;
|
|
432
432
|
input: string;
|
|
433
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
433
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
434
434
|
disabled: {
|
|
435
435
|
true: {
|
|
436
436
|
span: string;
|
package/dist/gallery/theme.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const gallery: import("tailwind-variants").TVReturnType<{
|
|
|
15
15
|
} | {}, {
|
|
16
16
|
image: string;
|
|
17
17
|
div: string;
|
|
18
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
18
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<unknown, {
|
|
19
19
|
[key: string]: {
|
|
20
20
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
21
21
|
div?: import("tailwind-variants").ClassValue;
|
|
@@ -35,7 +35,7 @@ declare const gallery: import("tailwind-variants").TVReturnType<{
|
|
|
35
35
|
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
36
36
|
image: string;
|
|
37
37
|
div: string;
|
|
38
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
38
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<unknown, {
|
|
39
39
|
[key: string]: {
|
|
40
40
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
41
41
|
div?: import("tailwind-variants").ClassValue;
|
|
@@ -136,7 +136,7 @@ declare const indicator: import("tailwind-variants").TVReturnType<{
|
|
|
136
136
|
};
|
|
137
137
|
}, {
|
|
138
138
|
base: string;
|
|
139
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
139
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
140
140
|
color: {
|
|
141
141
|
primary: {
|
|
142
142
|
base: string;
|
|
@@ -684,7 +684,7 @@ declare const indicator: import("tailwind-variants").TVReturnType<{
|
|
|
684
684
|
};
|
|
685
685
|
}, {
|
|
686
686
|
base: string;
|
|
687
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
687
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
688
688
|
color: {
|
|
689
689
|
primary: {
|
|
690
690
|
base: string;
|
package/dist/kbd/theme.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const kbd: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "text-xs font-semibold text-gray-800 bg-gray-100 border border-gray-200 rounded-lg dark:bg-gray-600 dark:text-gray-100 dark:border-gray-500", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "text-xs font-semibold text-gray-800 bg-gray-100 border border-gray-200 rounded-lg dark:bg-gray-600 dark:text-gray-100 dark:border-gray-500", import("tailwind-variants/dist/config").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|
|
1
|
+
export declare const kbd: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "text-xs font-semibold text-gray-800 bg-gray-100 border border-gray-200 rounded-lg dark:bg-gray-600 dark:text-gray-100 dark:border-gray-500", import("tailwind-variants/dist/config.js").TVConfig<unknown, {} | {}>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "text-xs font-semibold text-gray-800 bg-gray-100 border border-gray-200 rounded-lg dark:bg-gray-600 dark:text-gray-100 dark:border-gray-500", import("tailwind-variants/dist/config.js").TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
|
|
@@ -7,7 +7,7 @@ export declare const listGroup: import("tailwind-variants").TVReturnType<{
|
|
|
7
7
|
true: string;
|
|
8
8
|
false: string;
|
|
9
9
|
};
|
|
10
|
-
}, undefined, "bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 divide-y divide-gray-200 dark:divide-gray-600", import("tailwind-variants/dist/config").TVConfig<{
|
|
10
|
+
}, undefined, "bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 divide-y divide-gray-200 dark:divide-gray-600", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
11
11
|
rounded: {
|
|
12
12
|
true: string;
|
|
13
13
|
false: string;
|
|
@@ -43,7 +43,7 @@ export declare const listGroup: import("tailwind-variants").TVReturnType<{
|
|
|
43
43
|
true: string;
|
|
44
44
|
false: string;
|
|
45
45
|
};
|
|
46
|
-
}, undefined, "bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 divide-y divide-gray-200 dark:divide-gray-600", import("tailwind-variants/dist/config").TVConfig<{
|
|
46
|
+
}, undefined, "bg-white dark:bg-gray-800 text-gray-500 dark:text-gray-400 divide-y divide-gray-200 dark:divide-gray-600", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
47
47
|
rounded: {
|
|
48
48
|
true: string;
|
|
49
49
|
false: string;
|
|
@@ -72,7 +72,7 @@ export declare const listGroupItem: import("tailwind-variants").TVReturnType<{
|
|
|
72
72
|
true: string;
|
|
73
73
|
false: string;
|
|
74
74
|
};
|
|
75
|
-
}, undefined, "py-2 px-4 w-full text-sm font-medium list-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
75
|
+
}, undefined, "py-2 px-4 w-full text-sm font-medium list-none", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
76
76
|
state: {
|
|
77
77
|
normal: string;
|
|
78
78
|
current: string;
|
|
@@ -112,7 +112,7 @@ export declare const listGroupItem: import("tailwind-variants").TVReturnType<{
|
|
|
112
112
|
true: string;
|
|
113
113
|
false: string;
|
|
114
114
|
};
|
|
115
|
-
}, undefined, "py-2 px-4 w-full text-sm font-medium list-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
115
|
+
}, undefined, "py-2 px-4 w-full text-sm font-medium list-none", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
116
116
|
state: {
|
|
117
117
|
normal: string;
|
|
118
118
|
current: string;
|
|
@@ -5,7 +5,7 @@ export declare const megamenu: import("tailwind-variants").TVReturnType<{
|
|
|
5
5
|
div: string;
|
|
6
6
|
ul: string;
|
|
7
7
|
footerDiv: string;
|
|
8
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
8
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
9
9
|
full: {};
|
|
10
10
|
}, {
|
|
11
11
|
full: {};
|
|
@@ -23,7 +23,7 @@ export declare const megamenu: import("tailwind-variants").TVReturnType<{
|
|
|
23
23
|
div: string;
|
|
24
24
|
ul: string;
|
|
25
25
|
footerDiv: string;
|
|
26
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
26
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
27
27
|
full: {};
|
|
28
28
|
}, {
|
|
29
29
|
full: {};
|
package/dist/modal/theme.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export declare const modal: import("tailwind-variants").TVReturnType<{
|
|
|
73
73
|
body: string;
|
|
74
74
|
closeBtn: string;
|
|
75
75
|
h3: string;
|
|
76
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
76
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
77
77
|
position: {
|
|
78
78
|
"top-left": {
|
|
79
79
|
base: string;
|
|
@@ -353,7 +353,7 @@ export declare const modal: import("tailwind-variants").TVReturnType<{
|
|
|
353
353
|
body: string;
|
|
354
354
|
closeBtn: string;
|
|
355
355
|
h3: string;
|
|
356
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
356
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
357
357
|
position: {
|
|
358
358
|
"top-left": {
|
|
359
359
|
base: string;
|
package/dist/nav/theme.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export declare const navbar: import("tailwind-variants").TVReturnType<{
|
|
|
44
44
|
menuContainer: string;
|
|
45
45
|
activeLink: string;
|
|
46
46
|
inactiveLink: string;
|
|
47
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
47
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
48
48
|
fluid: {
|
|
49
49
|
true: {
|
|
50
50
|
container: string;
|
|
@@ -214,7 +214,7 @@ export declare const navbar: import("tailwind-variants").TVReturnType<{
|
|
|
214
214
|
menuContainer: string;
|
|
215
215
|
activeLink: string;
|
|
216
216
|
inactiveLink: string;
|
|
217
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
217
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
218
218
|
fluid: {
|
|
219
219
|
true: {
|
|
220
220
|
container: string;
|
|
@@ -300,7 +300,7 @@ export declare const navUl: import("tailwind-variants").TVReturnType<{
|
|
|
300
300
|
xl: string;
|
|
301
301
|
xxl: string;
|
|
302
302
|
};
|
|
303
|
-
}, undefined, "bg-light-surface-200 dark:bg-dark-surface-800 text-light-surface-700 dark:text-dark-surface-400 rounded-xl border border-light-surface-300 dark:border-dark-surface-700 divide-light-surface-100 dark:divide-dark-surface-700 flex flex-col gap-2 p-2 mt-2 rtl:space-x-reverse", import("tailwind-variants/dist/config").TVConfig<{
|
|
303
|
+
}, undefined, "bg-light-surface-200 dark:bg-dark-surface-800 text-light-surface-700 dark:text-dark-surface-400 rounded-xl border border-light-surface-300 dark:border-dark-surface-700 divide-light-surface-100 dark:divide-dark-surface-700 flex flex-col gap-2 p-2 mt-2 rtl:space-x-reverse", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
304
304
|
breakPoint: {
|
|
305
305
|
md: string;
|
|
306
306
|
lg: string;
|
|
@@ -328,7 +328,7 @@ export declare const navUl: import("tailwind-variants").TVReturnType<{
|
|
|
328
328
|
xl: string;
|
|
329
329
|
xxl: string;
|
|
330
330
|
};
|
|
331
|
-
}, undefined, "bg-light-surface-200 dark:bg-dark-surface-800 text-light-surface-700 dark:text-dark-surface-400 rounded-xl border border-light-surface-300 dark:border-dark-surface-700 divide-light-surface-100 dark:divide-dark-surface-700 flex flex-col gap-2 p-2 mt-2 rtl:space-x-reverse", import("tailwind-variants/dist/config").TVConfig<{
|
|
331
|
+
}, undefined, "bg-light-surface-200 dark:bg-dark-surface-800 text-light-surface-700 dark:text-dark-surface-400 rounded-xl border border-light-surface-300 dark:border-dark-surface-700 divide-light-surface-100 dark:divide-dark-surface-700 flex flex-col gap-2 p-2 mt-2 rtl:space-x-reverse", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
332
332
|
breakPoint: {
|
|
333
333
|
md: string;
|
|
334
334
|
lg: string;
|
|
@@ -360,7 +360,7 @@ export declare const navbrand: import("tailwind-variants").TVReturnType<{
|
|
|
360
360
|
} | {}, {
|
|
361
361
|
base: string;
|
|
362
362
|
span: string;
|
|
363
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
363
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<unknown, {
|
|
364
364
|
[key: string]: {
|
|
365
365
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
366
366
|
base?: import("tailwind-variants").ClassValue;
|
|
@@ -380,7 +380,7 @@ export declare const navbrand: import("tailwind-variants").TVReturnType<{
|
|
|
380
380
|
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
381
381
|
base: string;
|
|
382
382
|
span: string;
|
|
383
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<unknown, {
|
|
383
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<unknown, {
|
|
384
384
|
[key: string]: {
|
|
385
385
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
386
386
|
base?: import("tailwind-variants").ClassValue;
|
|
@@ -411,7 +411,7 @@ export declare const navLi: import("tailwind-variants").TVReturnType<{
|
|
|
411
411
|
}, {
|
|
412
412
|
base: string;
|
|
413
413
|
link: string;
|
|
414
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
414
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
415
415
|
active: {
|
|
416
416
|
true: {
|
|
417
417
|
link: string;
|
|
@@ -497,7 +497,7 @@ export declare const navLi: import("tailwind-variants").TVReturnType<{
|
|
|
497
497
|
}, {
|
|
498
498
|
base: string;
|
|
499
499
|
link: string;
|
|
500
|
-
}, undefined, import("tailwind-variants/dist/config").TVConfig<{
|
|
500
|
+
}, undefined, import("tailwind-variants/dist/config.js").TVConfig<{
|
|
501
501
|
active: {
|
|
502
502
|
true: {
|
|
503
503
|
link: string;
|
|
@@ -543,7 +543,7 @@ export declare const navcontainer: import("tailwind-variants").TVReturnType<{
|
|
|
543
543
|
true: string;
|
|
544
544
|
false: string;
|
|
545
545
|
};
|
|
546
|
-
}, undefined, "mx-0 flex flex-wrap justify-between items-center max-w-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
546
|
+
}, undefined, "mx-0 flex flex-wrap justify-between items-center max-w-none", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
547
547
|
fluid: {
|
|
548
548
|
true: string;
|
|
549
549
|
false: string;
|
|
@@ -563,7 +563,7 @@ export declare const navcontainer: import("tailwind-variants").TVReturnType<{
|
|
|
563
563
|
true: string;
|
|
564
564
|
false: string;
|
|
565
565
|
};
|
|
566
|
-
}, undefined, "mx-0 flex flex-wrap justify-between items-center max-w-none", import("tailwind-variants/dist/config").TVConfig<{
|
|
566
|
+
}, undefined, "mx-0 flex flex-wrap justify-between items-center max-w-none", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
567
567
|
fluid: {
|
|
568
568
|
true: string;
|
|
569
569
|
false: string;
|
|
@@ -581,7 +581,7 @@ export declare const navhamburger: import("tailwind-variants").TVReturnType<{
|
|
|
581
581
|
xl: string;
|
|
582
582
|
xxl: string;
|
|
583
583
|
};
|
|
584
|
-
}, undefined, "inline-flex h-10 w-10 items-center justify-center rounded-lg p-2 text-sm text-light-surface-500 hover:bg-light-surface-100 focus:outline-hidden focus-visible:ring-2 focus-visible:ring-light-surface-200 dark:text-dark-surface-400 dark:hover:bg-dark-surface-700 dark:focus-visible:ring-dark-surface-600", import("tailwind-variants/dist/config").TVConfig<{
|
|
584
|
+
}, undefined, "inline-flex h-10 w-10 items-center justify-center rounded-lg p-2 text-sm text-light-surface-500 hover:bg-light-surface-100 focus:outline-hidden focus-visible:ring-2 focus-visible:ring-light-surface-200 dark:text-dark-surface-400 dark:hover:bg-dark-surface-700 dark:focus-visible:ring-dark-surface-600", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
585
585
|
breakPoint: {
|
|
586
586
|
md: string;
|
|
587
587
|
lg: string;
|
|
@@ -609,7 +609,7 @@ export declare const navhamburger: import("tailwind-variants").TVReturnType<{
|
|
|
609
609
|
xl: string;
|
|
610
610
|
xxl: string;
|
|
611
611
|
};
|
|
612
|
-
}, undefined, "inline-flex h-10 w-10 items-center justify-center rounded-lg p-2 text-sm text-light-surface-500 hover:bg-light-surface-100 focus:outline-hidden focus-visible:ring-2 focus-visible:ring-light-surface-200 dark:text-dark-surface-400 dark:hover:bg-dark-surface-700 dark:focus-visible:ring-dark-surface-600", import("tailwind-variants/dist/config").TVConfig<{
|
|
612
|
+
}, undefined, "inline-flex h-10 w-10 items-center justify-center rounded-lg p-2 text-sm text-light-surface-500 hover:bg-light-surface-100 focus:outline-hidden focus-visible:ring-2 focus-visible:ring-light-surface-200 dark:text-dark-surface-400 dark:hover:bg-dark-surface-700 dark:focus-visible:ring-dark-surface-600", import("tailwind-variants/dist/config.js").TVConfig<{
|
|
613
613
|
breakPoint: {
|
|
614
614
|
md: string;
|
|
615
615
|
lg: string;
|