flowbite-svelte 1.4.1 → 1.4.2
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.
|
@@ -65,7 +65,7 @@ export declare const buttonToggle: import("tailwind-variants").TVReturnType<{
|
|
|
65
65
|
rose: string;
|
|
66
66
|
none: string;
|
|
67
67
|
};
|
|
68
|
-
}, undefined, "relative flex items-center transition-all duration-200 focus:outline-none", {
|
|
68
|
+
}, undefined, "relative flex items-center transition-all duration-200 focus:outline-none border-r last:border-r-0", {
|
|
69
69
|
selected: {
|
|
70
70
|
true: string;
|
|
71
71
|
false: string;
|
|
@@ -147,7 +147,7 @@ export declare const buttonToggle: import("tailwind-variants").TVReturnType<{
|
|
|
147
147
|
rose: string;
|
|
148
148
|
none: string;
|
|
149
149
|
};
|
|
150
|
-
}, undefined, "relative flex items-center transition-all duration-200 focus:outline-none", unknown, unknown, undefined>>;
|
|
150
|
+
}, undefined, "relative flex items-center transition-all duration-200 focus:outline-none border-r last:border-r-0", unknown, unknown, undefined>>;
|
|
151
151
|
export declare const buttonToggleContent: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "flex items-center w-full overflow-hidden relative", {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "flex items-center w-full overflow-hidden relative", unknown, unknown, undefined>>;
|
|
152
152
|
export declare const buttonToggleText: import("tailwind-variants").TVReturnType<{
|
|
153
153
|
selected: {
|
|
@@ -12,7 +12,7 @@ export const buttonToggleGroup = tv({
|
|
|
12
12
|
}
|
|
13
13
|
});
|
|
14
14
|
export const buttonToggle = tv({
|
|
15
|
-
base: "relative flex items-center transition-all duration-200 focus:outline-none",
|
|
15
|
+
base: "relative flex items-center transition-all duration-200 focus:outline-none border-r last:border-r-0",
|
|
16
16
|
variants: {
|
|
17
17
|
selected: {
|
|
18
18
|
true: "",
|