sodtrack-web-ui 0.86.4 → 0.87.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 +3 -0
- package/dist/chunk-K4WOO5Z2.mjs +1 -0
- package/dist/components/badge-expandable.d.mts +1 -1
- package/dist/components/badge-expandable.d.ts +1 -1
- package/dist/components/chip-form-complementary.d.mts +3 -3
- package/dist/components/chip-form-complementary.d.ts +3 -3
- package/dist/components/chip-form.d.mts +6 -6
- package/dist/components/chip-form.d.ts +6 -6
- package/dist/components/chip-status-complementary.d.mts +1 -1
- package/dist/components/chip-status-complementary.d.ts +1 -1
- package/dist/components/chip-status-table.d.mts +1 -1
- package/dist/components/chip-status-table.d.ts +1 -1
- package/dist/components/index.d.mts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/components/list-item-arrow.mjs +1 -1
- package/dist/components/list-item-button.mjs +1 -1
- package/dist/components/list-item-checkbox-left.mjs +1 -1
- package/dist/components/list-item-checkbox.mjs +1 -1
- package/dist/components/list-item.mjs +1 -1
- package/dist/components/select-new.d.mts +1 -1
- package/dist/components/select-new.d.ts +1 -1
- package/dist/components/signature-pad.d.mts +1 -1
- package/dist/components/signature-pad.d.ts +1 -1
- package/dist/components/switch.d.mts +10 -2
- package/dist/components/switch.d.ts +10 -2
- package/dist/components/switch.js +1 -1
- package/dist/components/switch.mjs +1 -1
- package/dist/components/tab.d.mts +2 -2
- package/dist/components/tab.d.ts +2 -2
- package/dist/components/time-picker-new.d.mts +1 -1
- package/dist/components/time-picker-new.d.ts +1 -1
- package/dist/styles/colors.css +1 -1
- package/dist/styles/index.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-K42J25V2.mjs +0 -1
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {a}from'./chunk-XJD5SYZJ.mjs';import {Switch}from'@ark-ui/react/switch';import {Loader2}from'lucide-react';import {jsxs,jsx}from'react/jsx-runtime';var P=["sm","md"],N=["base","status"],T=["primary","secondary"],I=({size:a$1="md",type:t="base",variant:d="primary",className:u,disabled:h,onCheckedChange:p,label:e,icon:g,loading:n=false,...l})=>{let i=n?Loader2:g,b=h||n,k=m=>{p?.(m.checked);};return jsxs(Switch.Root,{className:a("relative flex",u),disabled:b,onCheckedChange:k,...l,readOnly:false,"aria-readonly":false,children:[jsxs(Switch.Control,{className:a("group relative inline-flex shrink-0 cursor-pointer items-center rounded-full","transition-all ring-inset",d==="secondary"&&["ring"],t==="base"&&d==="primary"&&["data-[state=checked]:bg-primary-600","data-[state=unchecked]:bg-primary-200","data-[state=unchecked]:ring-primary-400","data-[state=checked]:hover:not-data-disabled:bg-primary-800","data-[state=unchecked]:hover:not-data-disabled:bg-primary-300","data-[state=checked]:active:not-data-disabled:bg-primary-600","data-[state=checked]:active:not-data-disabled:ring-primary-800","data-[state=unchecked]:active:not-data-disabled:bg-primary-300","data-[state=unchecked]:active:not-data-disabled:ring-primary-700","data-disabled:ring-0!"],t==="base"&&d==="secondary"&&["data-[state=checked]:bg-primary-400","data-[state=checked]:ring-primary-600","data-[state=unchecked]:bg-primary-200","data-[state=unchecked]:ring-primary-500","data-[state=checked]:hover:not-data-disabled:bg-primary-500","data-[state=checked]:hover:not-data-disabled:ring-primary-600","data-[state=unchecked]:hover:not-data-disabled:bg-primary-300","active:not-data-disabled:ring-primary-800","data-[state=unchecked]:active:not-data-disabled:bg-primary-300","data-disabled:ring-neutral-400!"],t==="status"&&d==="primary"&&["data-[state=checked]:bg-success-300","data-[state=unchecked]:bg-neutral-400","data-[state=unchecked]:ring-neutral-600","data-[state=checked]:hover:not-data-disabled:bg-success-500","data-[state=unchecked]:hover:not-data-disabled:bg-neutral-500","data-[state=checked]:active:not-data-disabled:ring-success-800","data-[state=unchecked]:active:not-data-disabled:ring-neutral-800","data-disabled:ring-0!"],t==="status"&&d==="secondary"&&["data-[state=checked]:bg-success-100","data-[state=checked]:ring-success-600","data-[state=unchecked]:bg-neutral-300","data-[state=unchecked]:ring-neutral-600","data-[state=checked]:hover:not-data-disabled:bg-success-300","data-[state=unchecked]:hover:not-data-disabled:bg-neutral-400","data-[state=checked]:active:not-data-disabled:ring-success-800","data-[state=unchecked]:active:not-data-disabled:ring-neutral-800","data-disabled:ring-neutral-400!"],"data-[state=unchecked]:not-active:ring-1","active:not-data-disabled:ring-4","data-disabled:cursor-not-allowed","data-disabled:bg-neutral-300!",!e&&a$1==="sm"&&"h-6 w-10",!e&&a$1==="md"&&"h-8 w-14",e&&a$1==="sm"&&["h-6 gap-2","data-[state=checked]:pl-2 data-[state=checked]:pr-1","data-[state=unchecked]:pl-1.5 data-[state=unchecked]:pr-2.5"],e&&a$1==="md"&&["h-8 gap-2","data-[state=checked]:pl-2 data-[state=checked]:pr-1","data-[state=unchecked]:pl-2 data-[state=unchecked]:pr-3"]),children:[e&&jsx("span",{className:a("leading-[133%] font-medium transition-all select-none",t==="base"&&d==="primary"&&["group-data-[state=checked]:not-group-data-disabled:text-neutral-50","group-data-[state=unchecked]:not-group-data-disabled:text-primary-700"],t==="base"&&d==="secondary"&&["group-data-[state=unchecked]:not-group-data-disabled:text-primary-600","group-data-[state=checked]:not-group-data-disabled:text-primary-800"],t==="status"&&["group-data-[state=checked]:not-group-data-disabled:text-success-800","group-data-[state=unchecked]:not-group-data-disabled:text-neutral-800"],"group-data-disabled:text-neutral-600","group-data-[state=checked]:order-1","group-data-[state=unchecked]:order-2",a$1==="sm"&&"text-xs",a$1==="md"&&"text-sm"),children:e}),jsx(Switch.Thumb,{className:a("flex items-center justify-center rounded-full bg-neutral-50 transition-all shrink-0","group-hover:not-group-data-disabled:ring-8","group-active:not-group-data-disabled:ring-7",t==="base"&&["group-hover:not-group-data-disabled:ring-transparent-primary-400-50","group-active:not-group-data-disabled:ring-transparent-primary-400-50"],t==="status"&&["group-data-[state=checked]:group-hover:not-group-data-disabled:ring-transparent-primary-400-50","group-data-[state=unchecked]:group-hover:not-group-data-disabled:ring-transparent-neutral-800-20","group-data-[state=checked]:group-active:not-group-data-disabled:ring-transparent-primary-400-50","group-data-[state=unchecked]:group-active:not-group-data-disabled:ring-transparent-neutral-800-20"],"group-data-disabled:ring-0!",a$1==="sm"&&"size-4 data-[state=unchecked]:size-3",a$1==="md"&&"size-6 data-[state=unchecked]:size-4",a$1==="sm"&&["group-active:data-[state=checked]:not-group-data-disabled:scale-[1.125]","group-active:data-[state=unchecked]:not-group-data-disabled:scale-[1.5]"],a$1==="md"&&["group-active:data-[state=checked]:not-group-data-disabled:scale-[1.08]","group-active:data-[state=unchecked]:not-group-data-disabled:scale-[1.625]"],!e&&"absolute",!e&&a$1==="sm"&&"data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-1.5",!e&&a$1==="md"&&"data-[state=checked]:translate-x-7 data-[state=unchecked]:translate-x-2",e&&"group-data-[state=checked]:order-2",e&&"group-data-[state=unchecked]:order-1"),children:i&&jsx(i,{className:a("transition-colors",n&&"animate-spin",a$1==="sm"&&"size-3 group-data-[state=unchecked]:size-2.5",a$1==="md"&&"size-3.5",t==="base"&&["group-data-[state=checked]:not-group-data-disabled:text-primary-600","group-data-[state=unchecked]:not-group-data-disabled:text-primary-500"],t==="status"&&["group-data-[state=checked]:not-group-data-disabled:text-success-700","group-data-[state=unchecked]:not-group-data-disabled:text-neutral-700"],"group-data-disabled:text-neutral-400")})})]}),jsx(Switch.HiddenInput,{})]})};export{P as a,N as b,T as c,I as d};
|
|
@@ -1039,6 +1039,6 @@ declare const BadgeExpandable: React.ForwardRefExoticComponent<Omit<HTMLAttribut
|
|
|
1039
1039
|
text: string;
|
|
1040
1040
|
dot: string;
|
|
1041
1041
|
leadingSymbolContainer: string;
|
|
1042
|
-
}, undefined, unknown, unknown, undefined>>>, "
|
|
1042
|
+
}, undefined, unknown, unknown, undefined>>>, "color" | "size"> & React.RefAttributes<HTMLDivElement>>;
|
|
1043
1043
|
|
|
1044
1044
|
export { BadgeExpandable, type BadgeExpandableColor, type BadgeExpandableLeading, type BadgeExpandableProps, type BadgeExpandableSize };
|
|
@@ -1039,6 +1039,6 @@ declare const BadgeExpandable: React.ForwardRefExoticComponent<Omit<HTMLAttribut
|
|
|
1039
1039
|
text: string;
|
|
1040
1040
|
dot: string;
|
|
1041
1041
|
leadingSymbolContainer: string;
|
|
1042
|
-
}, undefined, unknown, unknown, undefined>>>, "
|
|
1042
|
+
}, undefined, unknown, unknown, undefined>>>, "color" | "size"> & React.RefAttributes<HTMLDivElement>>;
|
|
1043
1043
|
|
|
1044
1044
|
export { BadgeExpandable, type BadgeExpandableColor, type BadgeExpandableLeading, type BadgeExpandableProps, type BadgeExpandableSize };
|
|
@@ -6,7 +6,7 @@ type ChipFormComplementaryVariantsType = (typeof ChipFormComplementaryVariants)[
|
|
|
6
6
|
declare const ChipFormComplementaryVariantsClassNames: Record<ChipFormComplementaryVariantsType, string>;
|
|
7
7
|
declare const chipForm: (props?: ({
|
|
8
8
|
variant?: "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
|
|
9
|
-
size?: "
|
|
9
|
+
size?: "sm" | "md" | undefined;
|
|
10
10
|
selected?: boolean | undefined;
|
|
11
11
|
disabled?: boolean | undefined;
|
|
12
12
|
} & ({
|
|
@@ -74,7 +74,7 @@ declare const ChipFormComplementary: React__default.ForwardRefExoticComponent<{
|
|
|
74
74
|
children?: React__default.ReactNode | undefined;
|
|
75
75
|
} & Omit<VariantProps<(props?: ({
|
|
76
76
|
variant?: "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
|
|
77
|
-
size?: "
|
|
77
|
+
size?: "sm" | "md" | undefined;
|
|
78
78
|
selected?: boolean | undefined;
|
|
79
79
|
disabled?: boolean | undefined;
|
|
80
80
|
} & ({
|
|
@@ -133,7 +133,7 @@ declare const ChipFormComplementary: React__default.ForwardRefExoticComponent<{
|
|
|
133
133
|
} | null | undefined;
|
|
134
134
|
})) | undefined) => string>, "variant"> & Required<Pick<VariantProps<(props?: ({
|
|
135
135
|
variant?: "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
|
|
136
|
-
size?: "
|
|
136
|
+
size?: "sm" | "md" | undefined;
|
|
137
137
|
selected?: boolean | undefined;
|
|
138
138
|
disabled?: boolean | undefined;
|
|
139
139
|
} & ({
|
|
@@ -6,7 +6,7 @@ type ChipFormComplementaryVariantsType = (typeof ChipFormComplementaryVariants)[
|
|
|
6
6
|
declare const ChipFormComplementaryVariantsClassNames: Record<ChipFormComplementaryVariantsType, string>;
|
|
7
7
|
declare const chipForm: (props?: ({
|
|
8
8
|
variant?: "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
|
|
9
|
-
size?: "
|
|
9
|
+
size?: "sm" | "md" | undefined;
|
|
10
10
|
selected?: boolean | undefined;
|
|
11
11
|
disabled?: boolean | undefined;
|
|
12
12
|
} & ({
|
|
@@ -74,7 +74,7 @@ declare const ChipFormComplementary: React__default.ForwardRefExoticComponent<{
|
|
|
74
74
|
children?: React__default.ReactNode | undefined;
|
|
75
75
|
} & Omit<VariantProps<(props?: ({
|
|
76
76
|
variant?: "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
|
|
77
|
-
size?: "
|
|
77
|
+
size?: "sm" | "md" | undefined;
|
|
78
78
|
selected?: boolean | undefined;
|
|
79
79
|
disabled?: boolean | undefined;
|
|
80
80
|
} & ({
|
|
@@ -133,7 +133,7 @@ declare const ChipFormComplementary: React__default.ForwardRefExoticComponent<{
|
|
|
133
133
|
} | null | undefined;
|
|
134
134
|
})) | undefined) => string>, "variant"> & Required<Pick<VariantProps<(props?: ({
|
|
135
135
|
variant?: "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
|
|
136
|
-
size?: "
|
|
136
|
+
size?: "sm" | "md" | undefined;
|
|
137
137
|
selected?: boolean | undefined;
|
|
138
138
|
disabled?: boolean | undefined;
|
|
139
139
|
} & ({
|
|
@@ -15,11 +15,11 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
|
|
|
15
15
|
children?: React__default.ReactNode | undefined;
|
|
16
16
|
} & Omit<Omit<VariantProps<(props?: ({
|
|
17
17
|
variant?: "standard" | "primary" | undefined;
|
|
18
|
-
type?: "
|
|
18
|
+
type?: "fill" | "outlined" | "ghost" | undefined;
|
|
19
19
|
selected?: boolean | undefined;
|
|
20
20
|
disabled?: boolean | undefined;
|
|
21
21
|
duotone?: boolean | undefined;
|
|
22
|
-
size?: "
|
|
22
|
+
size?: "sm" | "md" | "xs" | undefined;
|
|
23
23
|
} & ({
|
|
24
24
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
25
25
|
[x: string]: any;
|
|
@@ -76,11 +76,11 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
|
|
|
76
76
|
} | null | undefined;
|
|
77
77
|
})) | undefined) => string>, "variant">, "type"> & Required<Pick<VariantProps<(props?: ({
|
|
78
78
|
variant?: "standard" | "primary" | undefined;
|
|
79
|
-
type?: "
|
|
79
|
+
type?: "fill" | "outlined" | "ghost" | undefined;
|
|
80
80
|
selected?: boolean | undefined;
|
|
81
81
|
disabled?: boolean | undefined;
|
|
82
82
|
duotone?: boolean | undefined;
|
|
83
|
-
size?: "
|
|
83
|
+
size?: "sm" | "md" | "xs" | undefined;
|
|
84
84
|
} & ({
|
|
85
85
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
86
86
|
[x: string]: any;
|
|
@@ -137,11 +137,11 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
|
|
|
137
137
|
} | null | undefined;
|
|
138
138
|
})) | undefined) => string>, "variant">> & Required<Pick<VariantProps<(props?: ({
|
|
139
139
|
variant?: "standard" | "primary" | undefined;
|
|
140
|
-
type?: "
|
|
140
|
+
type?: "fill" | "outlined" | "ghost" | undefined;
|
|
141
141
|
selected?: boolean | undefined;
|
|
142
142
|
disabled?: boolean | undefined;
|
|
143
143
|
duotone?: boolean | undefined;
|
|
144
|
-
size?: "
|
|
144
|
+
size?: "sm" | "md" | "xs" | undefined;
|
|
145
145
|
} & ({
|
|
146
146
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
147
147
|
[x: string]: any;
|
|
@@ -15,11 +15,11 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
|
|
|
15
15
|
children?: React__default.ReactNode | undefined;
|
|
16
16
|
} & Omit<Omit<VariantProps<(props?: ({
|
|
17
17
|
variant?: "standard" | "primary" | undefined;
|
|
18
|
-
type?: "
|
|
18
|
+
type?: "fill" | "outlined" | "ghost" | undefined;
|
|
19
19
|
selected?: boolean | undefined;
|
|
20
20
|
disabled?: boolean | undefined;
|
|
21
21
|
duotone?: boolean | undefined;
|
|
22
|
-
size?: "
|
|
22
|
+
size?: "sm" | "md" | "xs" | undefined;
|
|
23
23
|
} & ({
|
|
24
24
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
25
25
|
[x: string]: any;
|
|
@@ -76,11 +76,11 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
|
|
|
76
76
|
} | null | undefined;
|
|
77
77
|
})) | undefined) => string>, "variant">, "type"> & Required<Pick<VariantProps<(props?: ({
|
|
78
78
|
variant?: "standard" | "primary" | undefined;
|
|
79
|
-
type?: "
|
|
79
|
+
type?: "fill" | "outlined" | "ghost" | undefined;
|
|
80
80
|
selected?: boolean | undefined;
|
|
81
81
|
disabled?: boolean | undefined;
|
|
82
82
|
duotone?: boolean | undefined;
|
|
83
|
-
size?: "
|
|
83
|
+
size?: "sm" | "md" | "xs" | undefined;
|
|
84
84
|
} & ({
|
|
85
85
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
86
86
|
[x: string]: any;
|
|
@@ -137,11 +137,11 @@ declare const ChipForm: React__default.ForwardRefExoticComponent<{
|
|
|
137
137
|
} | null | undefined;
|
|
138
138
|
})) | undefined) => string>, "variant">> & Required<Pick<VariantProps<(props?: ({
|
|
139
139
|
variant?: "standard" | "primary" | undefined;
|
|
140
|
-
type?: "
|
|
140
|
+
type?: "fill" | "outlined" | "ghost" | undefined;
|
|
141
141
|
selected?: boolean | undefined;
|
|
142
142
|
disabled?: boolean | undefined;
|
|
143
143
|
duotone?: boolean | undefined;
|
|
144
|
-
size?: "
|
|
144
|
+
size?: "sm" | "md" | "xs" | undefined;
|
|
145
145
|
} & ({
|
|
146
146
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
147
147
|
[x: string]: any;
|
|
@@ -6,7 +6,7 @@ type ChipStatusComplementaryVariantType = (typeof ChipStatusComplementaryVariant
|
|
|
6
6
|
type ChipStatusComplementarySizeType = (typeof ChipStatusComplementarySizes)[number];
|
|
7
7
|
declare const chipStatusComplementary: (props?: ({
|
|
8
8
|
variant?: "warning" | "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
|
|
9
|
-
size?: "
|
|
9
|
+
size?: "sm" | "md" | "xs" | undefined;
|
|
10
10
|
} & ({
|
|
11
11
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
12
12
|
[x: string]: any;
|
|
@@ -6,7 +6,7 @@ type ChipStatusComplementaryVariantType = (typeof ChipStatusComplementaryVariant
|
|
|
6
6
|
type ChipStatusComplementarySizeType = (typeof ChipStatusComplementarySizes)[number];
|
|
7
7
|
declare const chipStatusComplementary: (props?: ({
|
|
8
8
|
variant?: "warning" | "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
|
|
9
|
-
size?: "
|
|
9
|
+
size?: "sm" | "md" | "xs" | undefined;
|
|
10
10
|
} & ({
|
|
11
11
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
12
12
|
[x: string]: any;
|
|
@@ -2,7 +2,7 @@ import { VariantProps } from 'cva';
|
|
|
2
2
|
import { HTMLAttributes, FC } from 'react';
|
|
3
3
|
|
|
4
4
|
declare const chipStatusTable: (props?: ({
|
|
5
|
-
variant?: "
|
|
5
|
+
variant?: "success" | "info" | "warning" | "error" | "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
|
|
6
6
|
} & ({
|
|
7
7
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
8
8
|
[x: string]: any;
|
|
@@ -2,7 +2,7 @@ import { VariantProps } from 'cva';
|
|
|
2
2
|
import { HTMLAttributes, FC } from 'react';
|
|
3
3
|
|
|
4
4
|
declare const chipStatusTable: (props?: ({
|
|
5
|
-
variant?: "
|
|
5
|
+
variant?: "success" | "info" | "warning" | "error" | "zoro" | "ussop" | "crocodile" | "silvers" | "buggy" | "nami" | "shanks" | "piiman" | "sanji" | "ace" | "hancock" | "chopper" | "bentham" | "ivankov" | "brook" | "luffy" | "frankie" | "jinbe" | "robin" | "law" | undefined;
|
|
6
6
|
} & ({
|
|
7
7
|
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
|
|
8
8
|
[x: string]: any;
|
|
@@ -38,7 +38,7 @@ export { ChipContext, ChipContextColorType, ChipContextColors, ChipContextProps,
|
|
|
38
38
|
export { CountryEnum, CountryTextField, CountryTextFieldProps } from './country-text-field.mjs';
|
|
39
39
|
export { Tooltip, TooltipProps } from './tooltip.mjs';
|
|
40
40
|
export { Checkbox, CheckboxCheckedState, CheckboxCheckedStates, CheckboxProps, CheckboxSize, CheckboxSizes } from './checkbox.mjs';
|
|
41
|
-
export { Switch, SwitchProps, SwitchSizes } from './switch.mjs';
|
|
41
|
+
export { Switch, SwitchProps, SwitchSizes, SwitchTypes, SwitchVariants } from './switch.mjs';
|
|
42
42
|
export { Popover, PopoverContent, PopoverProps, PopoverTrigger } from './popover.mjs';
|
|
43
43
|
export { ToastActionOptions, ToastPlacement, ToastStatus, ToastStatusChangeDetails, ToastType, ToastTypes, Toaster, ToasterProps, toast } from './toast.mjs';
|
|
44
44
|
export { ListItemButton } from './list-item-button.mjs';
|
|
@@ -38,7 +38,7 @@ export { ChipContext, ChipContextColorType, ChipContextColors, ChipContextProps,
|
|
|
38
38
|
export { CountryEnum, CountryTextField, CountryTextFieldProps } from './country-text-field.js';
|
|
39
39
|
export { Tooltip, TooltipProps } from './tooltip.js';
|
|
40
40
|
export { Checkbox, CheckboxCheckedState, CheckboxCheckedStates, CheckboxProps, CheckboxSize, CheckboxSizes } from './checkbox.js';
|
|
41
|
-
export { Switch, SwitchProps, SwitchSizes } from './switch.js';
|
|
41
|
+
export { Switch, SwitchProps, SwitchSizes, SwitchTypes, SwitchVariants } from './switch.js';
|
|
42
42
|
export { Popover, PopoverContent, PopoverProps, PopoverTrigger } from './popover.js';
|
|
43
43
|
export { ToastActionOptions, ToastPlacement, ToastStatus, ToastStatusChangeDetails, ToastType, ToastTypes, Toaster, ToasterProps, toast } from './toast.js';
|
|
44
44
|
export { ListItemButton } from './list-item-button.js';
|