@causw/core 0.0.21 → 0.0.23
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/assets/avatar/defaultAvatar1.cjs +11 -0
- package/dist/assets/avatar/defaultAvatar1.mjs +6 -0
- package/dist/assets/avatar/defaultAvatar1.mjs.map +1 -0
- package/dist/assets/avatar/defaultAvatar2.cjs +11 -0
- package/dist/assets/avatar/defaultAvatar2.mjs +6 -0
- package/dist/assets/avatar/defaultAvatar2.mjs.map +1 -0
- package/dist/assets/avatar/defaultAvatar3.cjs +11 -0
- package/dist/assets/avatar/defaultAvatar3.mjs +6 -0
- package/dist/assets/avatar/defaultAvatar3.mjs.map +1 -0
- package/dist/assets/avatar/defaultAvatar4.cjs +11 -0
- package/dist/assets/avatar/defaultAvatar4.mjs +6 -0
- package/dist/assets/avatar/defaultAvatar4.mjs.map +1 -0
- package/dist/components/Avatar/Avatar.cjs +16 -3
- package/dist/components/Avatar/Avatar.d.cts +2 -2
- package/dist/components/Avatar/Avatar.d.cts.map +1 -1
- package/dist/components/Avatar/Avatar.d.mts +2 -2
- package/dist/components/Avatar/Avatar.d.mts.map +1 -1
- package/dist/components/Avatar/Avatar.mjs +16 -3
- package/dist/components/Avatar/Avatar.mjs.map +1 -1
- package/dist/components/Avatar/Avatar.styles.cjs +8 -6
- package/dist/components/Avatar/Avatar.styles.d.cts +36 -18
- package/dist/components/Avatar/Avatar.styles.d.cts.map +1 -1
- package/dist/components/Avatar/Avatar.styles.d.mts +36 -18
- package/dist/components/Avatar/Avatar.styles.d.mts.map +1 -1
- package/dist/components/Avatar/Avatar.styles.mjs +8 -6
- package/dist/components/Avatar/Avatar.styles.mjs.map +1 -1
- package/dist/components/BottomNavigation/BottomNavigation.d.cts +5 -5
- package/dist/components/BottomNavigation/BottomNavigation.d.mts +5 -5
- package/dist/components/BottomNavigation/BottomNavigation.styles.cjs +1 -1
- package/dist/components/BottomNavigation/BottomNavigation.styles.d.cts +3 -3
- package/dist/components/BottomNavigation/BottomNavigation.styles.d.mts +3 -3
- package/dist/components/BottomNavigation/BottomNavigation.styles.mjs +1 -1
- package/dist/components/BottomNavigation/BottomNavigation.styles.mjs.map +1 -1
- package/dist/components/BottomSheet/BottomSheet.d.cts +6 -6
- package/dist/components/BottomSheet/BottomSheet.d.mts +6 -6
- package/dist/components/BottomSheet/BottomSheet.styles.d.mts +3 -3
- package/dist/components/Box/Box.styles.d.mts +3 -3
- package/dist/components/Button/Button.d.cts +2 -2
- package/dist/components/Button/Button.styles.d.cts +3 -3
- package/dist/components/Button/Button.styles.d.mts +3 -3
- package/dist/components/CTAButton/CTAButton.d.mts +2 -2
- package/dist/components/CTAButton/CTAButton.d.mts.map +1 -1
- package/dist/components/CTAButton/CTAButton.styles.d.cts +3 -3
- package/dist/components/CTAButton/CTAButton.styles.d.mts +3 -3
- package/dist/components/Calendar/Calendar.cjs +49 -24
- package/dist/components/Calendar/Calendar.d.cts +4 -4
- package/dist/components/Calendar/Calendar.d.cts.map +1 -1
- package/dist/components/Calendar/Calendar.d.mts +4 -4
- package/dist/components/Calendar/Calendar.d.mts.map +1 -1
- package/dist/components/Calendar/Calendar.mjs +50 -24
- package/dist/components/Calendar/Calendar.mjs.map +1 -1
- package/dist/components/Calendar/Calendar.styles.cjs +28 -13
- package/dist/components/Calendar/Calendar.styles.d.cts +104 -8
- package/dist/components/Calendar/Calendar.styles.d.cts.map +1 -1
- package/dist/components/Calendar/Calendar.styles.d.mts +107 -11
- package/dist/components/Calendar/Calendar.styles.d.mts.map +1 -1
- package/dist/components/Calendar/Calendar.styles.mjs +28 -13
- package/dist/components/Calendar/Calendar.styles.mjs.map +1 -1
- package/dist/components/Checkbox/Checkbox.d.cts +4 -4
- package/dist/components/Checkbox/Checkbox.d.cts.map +1 -1
- package/dist/components/Checkbox/Checkbox.d.mts +4 -4
- package/dist/components/Checkbox/Checkbox.styles.d.cts +3 -3
- package/dist/components/Checkbox/Checkbox.styles.d.mts +3 -3
- package/dist/components/Chip/Chip.d.cts +2 -2
- package/dist/components/Chip/Chip.d.mts +2 -2
- package/dist/components/Chip/Chip.styles.d.cts +3 -3
- package/dist/components/Chip/Chip.styles.d.mts +3 -3
- package/dist/components/DatePicker/DatePicker.d.cts +2 -2
- package/dist/components/DatePicker/DatePicker.d.cts.map +1 -1
- package/dist/components/DatePicker/DatePicker.d.mts +2 -2
- package/dist/components/DatePicker/DatePicker.styles.d.cts +3 -3
- package/dist/components/DatePicker/DatePicker.styles.d.cts.map +1 -1
- package/dist/components/DatePicker/DatePicker.styles.d.mts +3 -3
- package/dist/components/Dialog/Dialog.d.cts +5 -5
- package/dist/components/Dialog/Dialog.d.mts +13 -13
- package/dist/components/Dialog/Dialog.styles.d.cts +3 -3
- package/dist/components/Dialog/Dialog.styles.d.cts.map +1 -1
- package/dist/components/Dialog/Dialog.styles.d.mts +3 -3
- package/dist/components/Dropdown/Dropdown.d.cts +3 -3
- package/dist/components/Dropdown/Dropdown.d.mts +3 -3
- package/dist/components/Dropdown/Dropdown.styles.d.mts +3 -3
- package/dist/components/Dropdown/Dropdown.styles.d.mts.map +1 -1
- package/dist/components/Field/Field.d.mts +5 -5
- package/dist/components/Float/Float.styles.d.cts +3 -3
- package/dist/components/FloatingActionButton/FloatingActionButton.d.cts +2 -2
- package/dist/components/FloatingActionButton/FloatingActionButton.d.mts +2 -2
- package/dist/components/FloatingActionButton/FloatingActionButton.styles.d.cts +3 -3
- package/dist/components/FloatingActionButton/FloatingActionButton.styles.d.mts +3 -3
- package/dist/components/Grid/Grid.styles.d.mts +3 -3
- package/dist/components/HStack/HStack.d.cts +2 -2
- package/dist/components/HStack/HStack.d.mts +2 -2
- package/dist/components/Modal/Modal.d.cts +10 -10
- package/dist/components/Modal/Modal.d.mts +10 -10
- package/dist/components/Modal/Modal.styles.d.cts +3 -3
- package/dist/components/Modal/Modal.styles.d.mts +3 -3
- package/dist/components/Primitive/Primitive.d.cts +16 -16
- package/dist/components/PullToRefresh/PullToRefresh.d.cts +2 -2
- package/dist/components/PullToRefresh/PullToRefresh.d.mts +2 -2
- package/dist/components/PullToRefresh/PullToRefresh.styles.d.mts +3 -3
- package/dist/components/Radio/Radio.d.cts +3 -3
- package/dist/components/Radio/Radio.d.mts +3 -3
- package/dist/components/RatioChart/RatioChart.d.cts +5 -5
- package/dist/components/RatioChart/RatioChart.d.mts +5 -5
- package/dist/components/RatioChart/RatioChartEditor.d.cts +2 -2
- package/dist/components/RatioChart/RatioChartEditor.d.mts +2 -2
- package/dist/components/Select/Select.d.cts +5 -5
- package/dist/components/Select/Select.d.mts +5 -5
- package/dist/components/Select/Select.styles.d.cts +3 -3
- package/dist/components/Select/Select.styles.d.mts +3 -3
- package/dist/components/Separator/Separator.styles.d.cts +3 -3
- package/dist/components/Separator/Separator.styles.d.cts.map +1 -1
- package/dist/components/Separator/Separator.styles.d.mts +3 -3
- package/dist/components/Separator/Separator.styles.d.mts.map +1 -1
- package/dist/components/Sidebar/Sidebar.d.cts +8 -8
- package/dist/components/Sidebar/Sidebar.d.mts +8 -8
- package/dist/components/Sidebar/Sidebar.styles.d.mts +3 -3
- package/dist/components/Skeleton/Skeleton.d.cts +2 -2
- package/dist/components/Skeleton/Skeleton.d.mts +2 -2
- package/dist/components/Skeleton/Skeleton.styles.d.mts +3 -3
- package/dist/components/Spacer/Spacer.styles.d.cts +3 -3
- package/dist/components/Spacer/Spacer.styles.d.cts.map +1 -1
- package/dist/components/Spacer/Spacer.styles.d.mts +3 -3
- package/dist/components/Spinner/Spinner.d.cts +2 -2
- package/dist/components/Spinner/Spinner.d.mts +2 -2
- package/dist/components/Spinner/Spinner.styles.d.mts +3 -3
- package/dist/components/Stack/Stack.styles.d.cts +3 -3
- package/dist/components/Stack/Stack.styles.d.mts +3 -3
- package/dist/components/Tab/Tab.d.cts +6 -6
- package/dist/components/Tab/Tab.d.mts +6 -6
- package/dist/components/Tab/Tab.styles.d.mts +3 -3
- package/dist/components/Text/Text.d.cts +1 -1
- package/dist/components/Text/Text.d.mts +1 -1
- package/dist/components/Text/Text.styles.d.cts +3 -3
- package/dist/components/Text/Text.styles.d.mts +3 -3
- package/dist/components/TextArea/TextArea.d.cts +4 -4
- package/dist/components/TextArea/TextArea.d.mts +4 -4
- package/dist/components/TextArea/TextArea.d.mts.map +1 -1
- package/dist/components/TextArea/TextArea.styles.d.mts +3 -3
- package/dist/components/TextInput/TextInput.d.cts +2 -2
- package/dist/components/TextInput/TextInput.d.cts.map +1 -1
- package/dist/components/TextInput/TextInput.d.mts +2 -2
- package/dist/components/TextInput/TextInput.styles.d.cts +3 -3
- package/dist/components/TextInput/TextInput.styles.d.mts +3 -3
- package/dist/components/Toast/Toast.d.cts +5 -5
- package/dist/components/Toast/Toast.d.mts +2 -2
- package/dist/components/Toast/Toast.d.mts.map +1 -1
- package/dist/components/Toast/Toast.styles.d.cts +3 -3
- package/dist/components/Toast/Toast.styles.d.mts +3 -3
- package/dist/components/Toast/index.d.cts +1 -3
- package/dist/components/Toast/index.d.mts +1 -3
- package/dist/components/Toggle/Toggle.d.cts +4 -4
- package/dist/components/Toggle/Toggle.d.mts +4 -4
- package/dist/components/Toggle/Toggle.styles.d.cts +3 -3
- package/dist/components/Toggle/Toggle.styles.d.mts +3 -3
- package/dist/components/VStack/VStack.d.cts +2 -2
- package/dist/components/VStack/VStack.d.mts +2 -2
- package/dist/components/index.d.cts +0 -2
- package/dist/components/index.d.mts +0 -2
- package/dist/index.cjs +0 -4
- package/dist/index.d.cts +1 -3
- package/dist/index.d.mts +1 -3
- package/dist/index.mjs +1 -3
- package/package.json +3 -3
- package/dist/assets/avatar/default.cjs +0 -11
- package/dist/assets/avatar/default.mjs +0 -6
- package/dist/assets/avatar/default.mjs.map +0 -1
- package/dist/components/Toast/Toaster.cjs +0 -41
- package/dist/components/Toast/Toaster.d.cts +0 -7
- package/dist/components/Toast/Toaster.d.cts.map +0 -1
- package/dist/components/Toast/Toaster.d.mts +0 -7
- package/dist/components/Toast/Toaster.d.mts.map +0 -1
- package/dist/components/Toast/Toaster.mjs +0 -41
- package/dist/components/Toast/Toaster.mjs.map +0 -1
- package/dist/components/Toast/toastStore.cjs +0 -49
- package/dist/components/Toast/toastStore.d.cts +0 -19
- package/dist/components/Toast/toastStore.d.cts.map +0 -1
- package/dist/components/Toast/toastStore.d.mts +0 -19
- package/dist/components/Toast/toastStore.d.mts.map +0 -1
- package/dist/components/Toast/toastStore.mjs +0 -48
- package/dist/components/Toast/toastStore.mjs.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants59 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Skeleton/Skeleton.styles.d.ts
|
|
5
|
-
declare const skeleton:
|
|
5
|
+
declare const skeleton: tailwind_variants59.TVReturnType<{
|
|
6
6
|
radius: {
|
|
7
7
|
'0': string;
|
|
8
8
|
'8': string;
|
|
@@ -24,7 +24,7 @@ declare const skeleton: tailwind_variants51.TVReturnType<{
|
|
|
24
24
|
neutral: string;
|
|
25
25
|
magic: string;
|
|
26
26
|
};
|
|
27
|
-
}, undefined,
|
|
27
|
+
}, undefined, tailwind_variants59.TVReturnType<{
|
|
28
28
|
radius: {
|
|
29
29
|
'0': string;
|
|
30
30
|
'8': string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants7 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Spacer/Spacer.styles.d.ts
|
|
5
|
-
declare const spacer:
|
|
5
|
+
declare const spacer: tailwind_variants7.TVReturnType<{
|
|
6
6
|
size: {
|
|
7
7
|
1: string;
|
|
8
8
|
2: string;
|
|
@@ -30,7 +30,7 @@ declare const spacer: tailwind_variants11.TVReturnType<{
|
|
|
30
30
|
24: string;
|
|
31
31
|
auto: string;
|
|
32
32
|
};
|
|
33
|
-
}, undefined,
|
|
33
|
+
}, undefined, tailwind_variants7.TVReturnType<{
|
|
34
34
|
size: {
|
|
35
35
|
1: string;
|
|
36
36
|
2: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spacer.styles.d.cts","names":[],"sources":["../../../src/components/Spacer/Spacer.styles.ts"],"mappings":";;;;cAEa,MAAA,EAoBX,
|
|
1
|
+
{"version":3,"file":"Spacer.styles.d.cts","names":[],"sources":["../../../src/components/Spacer/Spacer.styles.ts"],"mappings":";;;;cAEa,MAAA,EAoBX,kBAAA,CApBiB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoBjB,kBAAA,CAAA,YAAA;;;;;;;;;;;;;;;KAEU,cAAA,GAAiB,YAAA,QAAoB,MAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants15 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Spacer/Spacer.styles.d.ts
|
|
5
|
-
declare const spacer:
|
|
5
|
+
declare const spacer: tailwind_variants15.TVReturnType<{
|
|
6
6
|
size: {
|
|
7
7
|
1: string;
|
|
8
8
|
2: string;
|
|
@@ -30,7 +30,7 @@ declare const spacer: tailwind_variants11.TVReturnType<{
|
|
|
30
30
|
24: string;
|
|
31
31
|
auto: string;
|
|
32
32
|
};
|
|
33
|
-
}, undefined,
|
|
33
|
+
}, undefined, tailwind_variants15.TVReturnType<{
|
|
34
34
|
size: {
|
|
35
35
|
1: string;
|
|
36
36
|
2: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SpinnerVariants } from "./Spinner.styles.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime83 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Spinner/Spinner.d.ts
|
|
5
5
|
interface SpinnerProps extends SpinnerVariants {
|
|
@@ -11,7 +11,7 @@ declare const Spinner: ({
|
|
|
11
11
|
color,
|
|
12
12
|
speed,
|
|
13
13
|
...props
|
|
14
|
-
}: SpinnerProps) =>
|
|
14
|
+
}: SpinnerProps) => react_jsx_runtime83.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { Spinner, SpinnerProps };
|
|
17
17
|
//# sourceMappingURL=Spinner.d.cts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SpinnerVariants } from "./Spinner.styles.mjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime82 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Spinner/Spinner.d.ts
|
|
5
5
|
interface SpinnerProps extends SpinnerVariants {
|
|
@@ -11,7 +11,7 @@ declare const Spinner: ({
|
|
|
11
11
|
color,
|
|
12
12
|
speed,
|
|
13
13
|
...props
|
|
14
|
-
}: SpinnerProps) =>
|
|
14
|
+
}: SpinnerProps) => react_jsx_runtime82.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { Spinner, SpinnerProps };
|
|
17
17
|
//# sourceMappingURL=Spinner.d.mts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants55 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Spinner/Spinner.styles.d.ts
|
|
5
|
-
declare const spinner:
|
|
5
|
+
declare const spinner: tailwind_variants55.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: string;
|
|
8
8
|
white: string;
|
|
@@ -38,7 +38,7 @@ declare const spinner: tailwind_variants53.TVReturnType<{
|
|
|
38
38
|
normal: string;
|
|
39
39
|
fast: string;
|
|
40
40
|
};
|
|
41
|
-
}, undefined,
|
|
41
|
+
}, undefined, tailwind_variants55.TVReturnType<{
|
|
42
42
|
color: {
|
|
43
43
|
primary: string;
|
|
44
44
|
white: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants9 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Stack/Stack.styles.d.ts
|
|
5
|
-
declare const stack:
|
|
5
|
+
declare const stack: tailwind_variants9.TVReturnType<{
|
|
6
6
|
direction: {
|
|
7
7
|
horizontal: string;
|
|
8
8
|
vertical: string;
|
|
@@ -52,7 +52,7 @@ declare const stack: tailwind_variants7.TVReturnType<{
|
|
|
52
52
|
end: string;
|
|
53
53
|
between: string;
|
|
54
54
|
};
|
|
55
|
-
}, undefined,
|
|
55
|
+
}, undefined, tailwind_variants9.TVReturnType<{
|
|
56
56
|
direction: {
|
|
57
57
|
horizontal: string;
|
|
58
58
|
vertical: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants3 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Stack/Stack.styles.d.ts
|
|
5
|
-
declare const stack:
|
|
5
|
+
declare const stack: tailwind_variants3.TVReturnType<{
|
|
6
6
|
direction: {
|
|
7
7
|
horizontal: string;
|
|
8
8
|
vertical: string;
|
|
@@ -52,7 +52,7 @@ declare const stack: tailwind_variants5.TVReturnType<{
|
|
|
52
52
|
end: string;
|
|
53
53
|
between: string;
|
|
54
54
|
};
|
|
55
|
-
}, undefined,
|
|
55
|
+
}, undefined, tailwind_variants3.TVReturnType<{
|
|
56
56
|
direction: {
|
|
57
57
|
horizontal: string;
|
|
58
58
|
vertical: string;
|
|
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
|
2
2
|
import "../Primitive/index.cjs";
|
|
3
3
|
import { TabVariants } from "./Tab.styles.cjs";
|
|
4
4
|
import * as React$1 from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime59 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/Tab/Tab.d.ts
|
|
8
8
|
interface TabRootProps extends TabVariants {
|
|
@@ -35,7 +35,7 @@ declare const Tab: {
|
|
|
35
35
|
id,
|
|
36
36
|
className,
|
|
37
37
|
children
|
|
38
|
-
}: TabRootProps):
|
|
38
|
+
}: TabRootProps): react_jsx_runtime59.JSX.Element;
|
|
39
39
|
displayName: string;
|
|
40
40
|
} & {
|
|
41
41
|
Root: {
|
|
@@ -48,14 +48,14 @@ declare const Tab: {
|
|
|
48
48
|
id,
|
|
49
49
|
className,
|
|
50
50
|
children
|
|
51
|
-
}: TabRootProps):
|
|
51
|
+
}: TabRootProps): react_jsx_runtime59.JSX.Element;
|
|
52
52
|
displayName: string;
|
|
53
53
|
};
|
|
54
54
|
List: {
|
|
55
55
|
({
|
|
56
56
|
className,
|
|
57
57
|
...props
|
|
58
|
-
}: TabListProps):
|
|
58
|
+
}: TabListProps): react_jsx_runtime59.JSX.Element;
|
|
59
59
|
displayName: string;
|
|
60
60
|
};
|
|
61
61
|
TabItem: {
|
|
@@ -65,7 +65,7 @@ declare const Tab: {
|
|
|
65
65
|
className,
|
|
66
66
|
onClick,
|
|
67
67
|
...props
|
|
68
|
-
}: TabTabItemProps):
|
|
68
|
+
}: TabTabItemProps): react_jsx_runtime59.JSX.Element;
|
|
69
69
|
displayName: string;
|
|
70
70
|
};
|
|
71
71
|
Content: {
|
|
@@ -76,7 +76,7 @@ declare const Tab: {
|
|
|
76
76
|
className,
|
|
77
77
|
children,
|
|
78
78
|
...props
|
|
79
|
-
}: TabContentProps):
|
|
79
|
+
}: TabContentProps): react_jsx_runtime59.JSX.Element | null;
|
|
80
80
|
displayName: string;
|
|
81
81
|
};
|
|
82
82
|
};
|
|
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.mjs";
|
|
|
2
2
|
import "../Primitive/index.mjs";
|
|
3
3
|
import { TabVariants } from "./Tab.styles.mjs";
|
|
4
4
|
import * as React$1 from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime35 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/Tab/Tab.d.ts
|
|
8
8
|
interface TabRootProps extends TabVariants {
|
|
@@ -35,7 +35,7 @@ declare const Tab: {
|
|
|
35
35
|
id,
|
|
36
36
|
className,
|
|
37
37
|
children
|
|
38
|
-
}: TabRootProps):
|
|
38
|
+
}: TabRootProps): react_jsx_runtime35.JSX.Element;
|
|
39
39
|
displayName: string;
|
|
40
40
|
} & {
|
|
41
41
|
Root: {
|
|
@@ -48,14 +48,14 @@ declare const Tab: {
|
|
|
48
48
|
id,
|
|
49
49
|
className,
|
|
50
50
|
children
|
|
51
|
-
}: TabRootProps):
|
|
51
|
+
}: TabRootProps): react_jsx_runtime35.JSX.Element;
|
|
52
52
|
displayName: string;
|
|
53
53
|
};
|
|
54
54
|
List: {
|
|
55
55
|
({
|
|
56
56
|
className,
|
|
57
57
|
...props
|
|
58
|
-
}: TabListProps):
|
|
58
|
+
}: TabListProps): react_jsx_runtime35.JSX.Element;
|
|
59
59
|
displayName: string;
|
|
60
60
|
};
|
|
61
61
|
TabItem: {
|
|
@@ -65,7 +65,7 @@ declare const Tab: {
|
|
|
65
65
|
className,
|
|
66
66
|
onClick,
|
|
67
67
|
...props
|
|
68
|
-
}: TabTabItemProps):
|
|
68
|
+
}: TabTabItemProps): react_jsx_runtime35.JSX.Element;
|
|
69
69
|
displayName: string;
|
|
70
70
|
};
|
|
71
71
|
Content: {
|
|
@@ -76,7 +76,7 @@ declare const Tab: {
|
|
|
76
76
|
className,
|
|
77
77
|
children,
|
|
78
78
|
...props
|
|
79
|
-
}: TabContentProps):
|
|
79
|
+
}: TabContentProps): react_jsx_runtime35.JSX.Element | null;
|
|
80
80
|
displayName: string;
|
|
81
81
|
};
|
|
82
82
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants19 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Tab/Tab.styles.d.ts
|
|
5
|
-
declare const tabs:
|
|
5
|
+
declare const tabs: tailwind_variants19.TVReturnType<{
|
|
6
6
|
variant: {
|
|
7
7
|
underline: {
|
|
8
8
|
list: string;
|
|
@@ -30,7 +30,7 @@ declare const tabs: tailwind_variants21.TVReturnType<{
|
|
|
30
30
|
}, {
|
|
31
31
|
list: string;
|
|
32
32
|
item: string;
|
|
33
|
-
},
|
|
33
|
+
}, tailwind_variants19.TVReturnType<{
|
|
34
34
|
variant: {
|
|
35
35
|
underline: {
|
|
36
36
|
list: string;
|
|
@@ -17,7 +17,7 @@ declare const Text: {
|
|
|
17
17
|
...props
|
|
18
18
|
}: TextProps<E>): react0.DetailedReactHTMLElement<{
|
|
19
19
|
className: string;
|
|
20
|
-
} & Omit<TextProps<E>, "
|
|
20
|
+
} & Omit<TextProps<E>, "children" | "className" | "typography" | "textColor" | "align" | "as">, HTMLSpanElement>;
|
|
21
21
|
displayName: string;
|
|
22
22
|
};
|
|
23
23
|
//#endregion
|
|
@@ -17,7 +17,7 @@ declare const Text: {
|
|
|
17
17
|
...props
|
|
18
18
|
}: TextProps<E>): react0.DetailedReactHTMLElement<{
|
|
19
19
|
className: string;
|
|
20
|
-
} & Omit<TextProps<E>, "
|
|
20
|
+
} & Omit<TextProps<E>, "children" | "className" | "typography" | "textColor" | "align" | "as">, HTMLSpanElement>;
|
|
21
21
|
displayName: string;
|
|
22
22
|
};
|
|
23
23
|
//#endregion
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants0 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Text/Text.styles.d.ts
|
|
5
|
-
declare const text:
|
|
5
|
+
declare const text: tailwind_variants0.TVReturnType<{
|
|
6
6
|
typography: {
|
|
7
7
|
'title-48-bold': string;
|
|
8
8
|
'title-32-bold': string;
|
|
@@ -98,7 +98,7 @@ declare const text: tailwind_variants1.TVReturnType<{
|
|
|
98
98
|
right: string;
|
|
99
99
|
justify: string;
|
|
100
100
|
};
|
|
101
|
-
}, undefined,
|
|
101
|
+
}, undefined, tailwind_variants0.TVReturnType<{
|
|
102
102
|
typography: {
|
|
103
103
|
'title-48-bold': string;
|
|
104
104
|
'title-32-bold': string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants0 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Text/Text.styles.d.ts
|
|
5
|
-
declare const text:
|
|
5
|
+
declare const text: tailwind_variants0.TVReturnType<{
|
|
6
6
|
typography: {
|
|
7
7
|
'title-48-bold': string;
|
|
8
8
|
'title-32-bold': string;
|
|
@@ -98,7 +98,7 @@ declare const text: tailwind_variants1.TVReturnType<{
|
|
|
98
98
|
right: string;
|
|
99
99
|
justify: string;
|
|
100
100
|
};
|
|
101
|
-
}, undefined,
|
|
101
|
+
}, undefined, tailwind_variants0.TVReturnType<{
|
|
102
102
|
typography: {
|
|
103
103
|
'title-48-bold': string;
|
|
104
104
|
'title-32-bold': string;
|
|
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
|
2
2
|
import "../Primitive/index.cjs";
|
|
3
3
|
import { TextAreaVariants } from "./TextArea.styles.cjs";
|
|
4
4
|
import React from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/TextArea/TextArea.d.ts
|
|
8
8
|
interface TextAreaProps extends React.HTMLAttributes<HTMLDivElement>, PrimitiveProps {
|
|
@@ -17,7 +17,7 @@ declare const TextArea: {
|
|
|
17
17
|
className,
|
|
18
18
|
children,
|
|
19
19
|
...props
|
|
20
|
-
}: TextAreaProps):
|
|
20
|
+
}: TextAreaProps): react_jsx_runtime5.JSX.Element;
|
|
21
21
|
displayName: string;
|
|
22
22
|
} & {
|
|
23
23
|
Input: {
|
|
@@ -26,7 +26,7 @@ declare const TextArea: {
|
|
|
26
26
|
disabled: disabledProp,
|
|
27
27
|
className,
|
|
28
28
|
...props
|
|
29
|
-
}: TextAreaInputProps):
|
|
29
|
+
}: TextAreaInputProps): react_jsx_runtime5.JSX.Element;
|
|
30
30
|
displayName: string;
|
|
31
31
|
};
|
|
32
32
|
Footer: {
|
|
@@ -34,7 +34,7 @@ declare const TextArea: {
|
|
|
34
34
|
className,
|
|
35
35
|
children,
|
|
36
36
|
...props
|
|
37
|
-
}: TextAreaFooterProps):
|
|
37
|
+
}: TextAreaFooterProps): react_jsx_runtime5.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.mjs";
|
|
|
2
2
|
import "../Primitive/index.mjs";
|
|
3
3
|
import { TextAreaVariants } from "./TextArea.styles.mjs";
|
|
4
4
|
import React from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/TextArea/TextArea.d.ts
|
|
8
8
|
interface TextAreaProps extends React.HTMLAttributes<HTMLDivElement>, PrimitiveProps {
|
|
@@ -17,7 +17,7 @@ declare const TextArea: {
|
|
|
17
17
|
className,
|
|
18
18
|
children,
|
|
19
19
|
...props
|
|
20
|
-
}: TextAreaProps):
|
|
20
|
+
}: TextAreaProps): react_jsx_runtime13.JSX.Element;
|
|
21
21
|
displayName: string;
|
|
22
22
|
} & {
|
|
23
23
|
Input: {
|
|
@@ -26,7 +26,7 @@ declare const TextArea: {
|
|
|
26
26
|
disabled: disabledProp,
|
|
27
27
|
className,
|
|
28
28
|
...props
|
|
29
|
-
}: TextAreaInputProps):
|
|
29
|
+
}: TextAreaInputProps): react_jsx_runtime13.JSX.Element;
|
|
30
30
|
displayName: string;
|
|
31
31
|
};
|
|
32
32
|
Footer: {
|
|
@@ -34,7 +34,7 @@ declare const TextArea: {
|
|
|
34
34
|
className,
|
|
35
35
|
children,
|
|
36
36
|
...props
|
|
37
|
-
}: TextAreaFooterProps):
|
|
37
|
+
}: TextAreaFooterProps): react_jsx_runtime13.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.mts","names":[],"sources":["../../../src/components/TextArea/TextArea.tsx"],"mappings":";;;;;;;UAMiB,aAAA,SACP,KAAA,CAAM,cAAA,CAAe,cAAA,GAAiB,cAAA;EAC9C,QAAA,EAAU,KAAA,CAAM,SAAA;AAAA;AAAA,UAmBD,kBAAA,SACP,KAAA,CAAM,cAAA,cAA4B,IAAA,CAAK,gBAAA;AAAA,UAmBhC,mBAAA,SACP,KAAA,CAAM,cAAA,CAAe,cAAA,GAAiB,cAAA;EAC9C,QAAA,EAAU,KAAA,CAAM,SAAA;AAAA;AAAA,cAqBL,QAAA;EAAA;;;;KA3D4C,aAAA,GAAa,
|
|
1
|
+
{"version":3,"file":"TextArea.d.mts","names":[],"sources":["../../../src/components/TextArea/TextArea.tsx"],"mappings":";;;;;;;UAMiB,aAAA,SACP,KAAA,CAAM,cAAA,CAAe,cAAA,GAAiB,cAAA;EAC9C,QAAA,EAAU,KAAA,CAAM,SAAA;AAAA;AAAA,UAmBD,kBAAA,SACP,KAAA,CAAM,cAAA,cAA4B,IAAA,CAAK,gBAAA;AAAA,UAmBhC,mBAAA,SACP,KAAA,CAAM,cAAA,CAAe,cAAA,GAAiB,cAAA;EAC9C,QAAA,EAAU,KAAA,CAAM,SAAA;AAAA;AAAA,cAqBL,QAAA;EAAA;;;;KA3D4C,aAAA,GAAa,mBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;;;;OAwBnE,kBAAA,GAAkB,mBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;;;OAqBlB,mBAAA,GAAmB,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants37 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/TextArea/TextArea.styles.d.ts
|
|
5
|
-
declare const textArea:
|
|
5
|
+
declare const textArea: tailwind_variants37.TVReturnType<{
|
|
6
6
|
disabled: {
|
|
7
7
|
true: {
|
|
8
8
|
root: string;
|
|
@@ -52,7 +52,7 @@ declare const textArea: tailwind_variants33.TVReturnType<{
|
|
|
52
52
|
root: string;
|
|
53
53
|
input: string;
|
|
54
54
|
footer: string;
|
|
55
|
-
},
|
|
55
|
+
}, tailwind_variants37.TVReturnType<{
|
|
56
56
|
disabled: {
|
|
57
57
|
true: {
|
|
58
58
|
root: string;
|
|
@@ -2,7 +2,7 @@ import { TextVariants } from "../Text/Text.styles.cjs";
|
|
|
2
2
|
import "../Text/index.cjs";
|
|
3
3
|
import { TextInputVariants } from "./TextInput.styles.cjs";
|
|
4
4
|
import React from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime14 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/TextInput/TextInput.d.ts
|
|
8
8
|
interface TextInputProps extends React.ComponentProps<'input'>, TextVariants, TextInputVariants {
|
|
@@ -25,7 +25,7 @@ declare const TextInput: {
|
|
|
25
25
|
typography,
|
|
26
26
|
textColor,
|
|
27
27
|
...props
|
|
28
|
-
}: TextInputProps):
|
|
28
|
+
}: TextInputProps): react_jsx_runtime14.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
};
|
|
31
31
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.d.cts","names":[],"sources":["../../../src/components/TextInput/TextInput.tsx"],"mappings":";;;;;;;UAMiB,cAAA,SACP,KAAA,CAAM,cAAA,WAAyB,YAAA,EAAc,iBAAA;;EAErD,QAAA,GAAW,KAAA,CAAM,SAAA;;EAEjB,SAAA,GAAY,KAAA,CAAM,SAAA;EAJlB;EAMA,KAAA;AAAA;AAAA,cAGW,SAAA;EAAA;;;;;;;;;;;KAWV,cAAA,GAAc,
|
|
1
|
+
{"version":3,"file":"TextInput.d.cts","names":[],"sources":["../../../src/components/TextInput/TextInput.tsx"],"mappings":";;;;;;;UAMiB,cAAA,SACP,KAAA,CAAM,cAAA,WAAyB,YAAA,EAAc,iBAAA;;EAErD,QAAA,GAAW,KAAA,CAAM,SAAA;;EAEjB,SAAA,GAAY,KAAA,CAAM,SAAA;EAJlB;EAMA,KAAA;AAAA;AAAA,cAGW,SAAA;EAAA;;;;;;;;;;;KAWV,cAAA,GAAc,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -2,7 +2,7 @@ import { TextVariants } from "../Text/Text.styles.mjs";
|
|
|
2
2
|
import "../Text/index.mjs";
|
|
3
3
|
import { TextInputVariants } from "./TextInput.styles.mjs";
|
|
4
4
|
import React from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime9 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/TextInput/TextInput.d.ts
|
|
8
8
|
interface TextInputProps extends React.ComponentProps<'input'>, TextVariants, TextInputVariants {
|
|
@@ -25,7 +25,7 @@ declare const TextInput: {
|
|
|
25
25
|
typography,
|
|
26
26
|
textColor,
|
|
27
27
|
...props
|
|
28
|
-
}: TextInputProps):
|
|
28
|
+
}: TextInputProps): react_jsx_runtime9.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
};
|
|
31
31
|
//#endregion
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants1 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/TextInput/TextInput.styles.d.ts
|
|
5
|
-
declare const textInput:
|
|
5
|
+
declare const textInput: tailwind_variants1.TVReturnType<{
|
|
6
6
|
variant: {
|
|
7
7
|
default: {
|
|
8
8
|
root: string;
|
|
@@ -50,7 +50,7 @@ declare const textInput: tailwind_variants3.TVReturnType<{
|
|
|
50
50
|
input: string;
|
|
51
51
|
leftIcon: string;
|
|
52
52
|
rightIcon: string;
|
|
53
|
-
},
|
|
53
|
+
}, tailwind_variants1.TVReturnType<{
|
|
54
54
|
variant: {
|
|
55
55
|
default: {
|
|
56
56
|
root: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants1 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/TextInput/TextInput.styles.d.ts
|
|
5
|
-
declare const textInput:
|
|
5
|
+
declare const textInput: tailwind_variants1.TVReturnType<{
|
|
6
6
|
variant: {
|
|
7
7
|
default: {
|
|
8
8
|
root: string;
|
|
@@ -50,7 +50,7 @@ declare const textInput: tailwind_variants0.TVReturnType<{
|
|
|
50
50
|
input: string;
|
|
51
51
|
leftIcon: string;
|
|
52
52
|
rightIcon: string;
|
|
53
|
-
},
|
|
53
|
+
}, tailwind_variants1.TVReturnType<{
|
|
54
54
|
variant: {
|
|
55
55
|
default: {
|
|
56
56
|
root: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ToastVariants } from "./Toast.styles.cjs";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as react15 from "react";
|
|
3
|
+
import * as react_jsx_runtime56 from "react/jsx-runtime";
|
|
4
4
|
import * as ToastPrimitives from "@radix-ui/react-toast";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Toast/Toast.d.ts
|
|
@@ -15,13 +15,13 @@ declare const Toast: ({
|
|
|
15
15
|
message,
|
|
16
16
|
icon,
|
|
17
17
|
...props
|
|
18
|
-
}: ToastProps) =>
|
|
18
|
+
}: ToastProps) => react_jsx_runtime56.JSX.Element;
|
|
19
19
|
type ToastViewportProps = React.ComponentProps<typeof ToastPrimitives.Viewport>;
|
|
20
20
|
declare const ToastViewport: ({
|
|
21
21
|
className,
|
|
22
22
|
...props
|
|
23
|
-
}: ToastViewportProps) =>
|
|
24
|
-
declare const ToastProvider:
|
|
23
|
+
}: ToastViewportProps) => react_jsx_runtime56.JSX.Element;
|
|
24
|
+
declare const ToastProvider: react15.FC<ToastPrimitives.ToastProviderProps>;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { Toast, ToastProps, ToastProvider, ToastViewport, ToastViewportProps };
|
|
27
27
|
//# sourceMappingURL=Toast.d.cts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ToastVariants } from "./Toast.styles.mjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react4 from "react";
|
|
3
3
|
import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
4
4
|
import * as ToastPrimitives from "@radix-ui/react-toast";
|
|
5
5
|
|
|
@@ -21,7 +21,7 @@ declare const ToastViewport: ({
|
|
|
21
21
|
className,
|
|
22
22
|
...props
|
|
23
23
|
}: ToastViewportProps) => react_jsx_runtime44.JSX.Element;
|
|
24
|
-
declare const ToastProvider:
|
|
24
|
+
declare const ToastProvider: react4.FC<ToastPrimitives.ToastProviderProps>;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { Toast, ToastProps, ToastProvider, ToastViewport, ToastViewportProps };
|
|
27
27
|
//# sourceMappingURL=Toast.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.d.mts","names":[],"sources":["../../../src/components/Toast/Toast.tsx"],"mappings":";;;;;;UAKiB,UAAA,SAAmB,KAAA,CAAM,cAAA,QACjC,eAAA,CAAgB,IAAA;EAEvB,OAAA,GAAU,aAAA;EACV,OAAA;EACA,IAAA,GAAO,KAAA,CAAM,SAAA;AAAA;AAAA,cAGF,KAAA;EAAS,SAAA;EAAA,OAAA;EAAA,OAAA;EAAA,IAAA;EAAA,GAAA;AAAA,GAMnB,UAAA,KAAU,mBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,KAmBD,kBAAA,GAAqB,KAAA,CAAM,cAAA,QAC9B,eAAA,CAAgB,QAAA;AAAA,cAGZ,aAAA;EAAiB,SAAA;EAAA,GAAA;AAAA,GAAyB,kBAAA,KAAkB,mBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,cAQ5D,aAAA,EAAa,
|
|
1
|
+
{"version":3,"file":"Toast.d.mts","names":[],"sources":["../../../src/components/Toast/Toast.tsx"],"mappings":";;;;;;UAKiB,UAAA,SAAmB,KAAA,CAAM,cAAA,QACjC,eAAA,CAAgB,IAAA;EAEvB,OAAA,GAAU,aAAA;EACV,OAAA;EACA,IAAA,GAAO,KAAA,CAAM,SAAA;AAAA;AAAA,cAGF,KAAA;EAAS,SAAA;EAAA,OAAA;EAAA,OAAA;EAAA,IAAA;EAAA,GAAA;AAAA,GAMnB,UAAA,KAAU,mBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,KAmBD,kBAAA,GAAqB,KAAA,CAAM,cAAA,QAC9B,eAAA,CAAgB,QAAA;AAAA,cAGZ,aAAA;EAAiB,SAAA;EAAA,GAAA;AAAA,GAAyB,kBAAA,KAAkB,mBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,cAQ5D,aAAA,EAAa,MAAA,CAAA,EAAA,CAAA,eAAA,CAAA,kBAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants19 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Toast/Toast.styles.d.ts
|
|
5
|
-
declare const toast:
|
|
5
|
+
declare const toast: tailwind_variants19.TVReturnType<{
|
|
6
6
|
variant: {
|
|
7
7
|
default: {
|
|
8
8
|
root: string;
|
|
@@ -20,7 +20,7 @@ declare const toast: tailwind_variants21.TVReturnType<{
|
|
|
20
20
|
}, {
|
|
21
21
|
root: string[];
|
|
22
22
|
viewport: string[];
|
|
23
|
-
},
|
|
23
|
+
}, tailwind_variants19.TVReturnType<{
|
|
24
24
|
variant: {
|
|
25
25
|
default: {
|
|
26
26
|
root: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants23 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Toast/Toast.styles.d.ts
|
|
5
|
-
declare const toast:
|
|
5
|
+
declare const toast: tailwind_variants23.TVReturnType<{
|
|
6
6
|
variant: {
|
|
7
7
|
default: {
|
|
8
8
|
root: string;
|
|
@@ -20,7 +20,7 @@ declare const toast: tailwind_variants25.TVReturnType<{
|
|
|
20
20
|
}, {
|
|
21
21
|
root: string[];
|
|
22
22
|
viewport: string[];
|
|
23
|
-
},
|
|
23
|
+
}, tailwind_variants23.TVReturnType<{
|
|
24
24
|
variant: {
|
|
25
25
|
default: {
|
|
26
26
|
root: string;
|
|
@@ -1,4 +1,2 @@
|
|
|
1
1
|
import { ToastVariants } from "./Toast.styles.cjs";
|
|
2
|
-
import { Toast, ToastProps, ToastProvider, ToastViewport, ToastViewportProps } from "./Toast.cjs";
|
|
3
|
-
import { toast } from "./toastStore.cjs";
|
|
4
|
-
import { Toaster } from "./Toaster.cjs";
|
|
2
|
+
import { Toast, ToastProps, ToastProvider, ToastViewport, ToastViewportProps } from "./Toast.cjs";
|
|
@@ -1,4 +1,2 @@
|
|
|
1
1
|
import { ToastVariants } from "./Toast.styles.mjs";
|
|
2
|
-
import { Toast, ToastProps, ToastProvider, ToastViewport, ToastViewportProps } from "./Toast.mjs";
|
|
3
|
-
import { toast } from "./toastStore.mjs";
|
|
4
|
-
import { Toaster } from "./Toaster.mjs";
|
|
2
|
+
import { Toast, ToastProps, ToastProvider, ToastViewport, ToastViewportProps } from "./Toast.mjs";
|