@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
|
@@ -3,7 +3,7 @@ import "../Primitive/index.cjs";
|
|
|
3
3
|
import { DialogSizeOptions, DialogVariants } from "./Dialog.styles.cjs";
|
|
4
4
|
import * as react0 from "react";
|
|
5
5
|
import { ComponentProps } from "react";
|
|
6
|
-
import * as
|
|
6
|
+
import * as react_jsx_runtime31 from "react/jsx-runtime";
|
|
7
7
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
8
8
|
|
|
9
9
|
//#region src/components/Dialog/Dialog.d.ts
|
|
@@ -27,28 +27,28 @@ declare const Dialog: react0.FC<DialogPrimitive.DialogProps> & {
|
|
|
27
27
|
className,
|
|
28
28
|
children,
|
|
29
29
|
...props
|
|
30
|
-
}: DialogContentProps):
|
|
30
|
+
}: DialogContentProps): react_jsx_runtime31.JSX.Element;
|
|
31
31
|
displayName: string | undefined;
|
|
32
32
|
};
|
|
33
33
|
Title: {
|
|
34
34
|
({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: DialogTitleProps):
|
|
37
|
+
}: DialogTitleProps): react_jsx_runtime31.JSX.Element;
|
|
38
38
|
displayName: string | undefined;
|
|
39
39
|
};
|
|
40
40
|
Description: {
|
|
41
41
|
({
|
|
42
42
|
className,
|
|
43
43
|
...props
|
|
44
|
-
}: DialogDescriptionProps):
|
|
44
|
+
}: DialogDescriptionProps): react_jsx_runtime31.JSX.Element;
|
|
45
45
|
displayName: string | undefined;
|
|
46
46
|
};
|
|
47
47
|
Footer: {
|
|
48
48
|
({
|
|
49
49
|
className,
|
|
50
50
|
...props
|
|
51
|
-
}: DialogFooterProps):
|
|
51
|
+
}: DialogFooterProps): react_jsx_runtime31.JSX.Element;
|
|
52
52
|
displayName: string;
|
|
53
53
|
};
|
|
54
54
|
Close: react0.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react0.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
import { PrimitiveProps } from "../Primitive/Primitive.mjs";
|
|
2
2
|
import "../Primitive/index.mjs";
|
|
3
3
|
import { DialogSizeOptions, DialogVariants } from "./Dialog.styles.mjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react5 from "react";
|
|
5
5
|
import { ComponentProps } from "react";
|
|
6
|
-
import * as
|
|
6
|
+
import * as react_jsx_runtime46 from "react/jsx-runtime";
|
|
7
7
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
8
8
|
|
|
9
9
|
//#region src/components/Dialog/Dialog.d.ts
|
|
10
|
-
declare const DialogRoot:
|
|
10
|
+
declare const DialogRoot: react5.FC<DialogPrimitive.DialogProps>;
|
|
11
11
|
type DialogProps = ComponentProps<typeof DialogRoot>;
|
|
12
|
-
declare const DialogTrigger:
|
|
12
|
+
declare const DialogTrigger: react5.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & react5.RefAttributes<HTMLButtonElement>>;
|
|
13
13
|
type DialogTriggerProps = ComponentProps<typeof DialogTrigger>;
|
|
14
|
-
declare const DialogPortal:
|
|
14
|
+
declare const DialogPortal: react5.FC<DialogPrimitive.DialogPortalProps>;
|
|
15
15
|
type DialogPortalProps = ComponentProps<typeof DialogPortal>;
|
|
16
|
-
declare const DialogClose:
|
|
16
|
+
declare const DialogClose: react5.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react5.RefAttributes<HTMLButtonElement>>;
|
|
17
17
|
type DialogCloseProps = ComponentProps<typeof DialogClose>;
|
|
18
18
|
type DialogOverlayProps = ComponentProps<typeof DialogPrimitive.Overlay>;
|
|
19
19
|
interface DialogContentProps extends ComponentProps<typeof DialogPrimitive.Content>, DialogSizeOptions, DialogVariants {}
|
|
20
20
|
type DialogTitleProps = ComponentProps<typeof DialogPrimitive.Title>;
|
|
21
21
|
type DialogDescriptionProps = ComponentProps<typeof DialogPrimitive.Description>;
|
|
22
22
|
type DialogFooterProps = ComponentProps<'div'> & PrimitiveProps;
|
|
23
|
-
declare const Dialog:
|
|
24
|
-
Trigger:
|
|
23
|
+
declare const Dialog: react5.FC<DialogPrimitive.DialogProps> & {
|
|
24
|
+
Trigger: react5.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & react5.RefAttributes<HTMLButtonElement>>;
|
|
25
25
|
Content: {
|
|
26
26
|
({
|
|
27
27
|
className,
|
|
28
28
|
children,
|
|
29
29
|
...props
|
|
30
|
-
}: DialogContentProps):
|
|
30
|
+
}: DialogContentProps): react_jsx_runtime46.JSX.Element;
|
|
31
31
|
displayName: string | undefined;
|
|
32
32
|
};
|
|
33
33
|
Title: {
|
|
34
34
|
({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: DialogTitleProps):
|
|
37
|
+
}: DialogTitleProps): react_jsx_runtime46.JSX.Element;
|
|
38
38
|
displayName: string | undefined;
|
|
39
39
|
};
|
|
40
40
|
Description: {
|
|
41
41
|
({
|
|
42
42
|
className,
|
|
43
43
|
...props
|
|
44
|
-
}: DialogDescriptionProps):
|
|
44
|
+
}: DialogDescriptionProps): react_jsx_runtime46.JSX.Element;
|
|
45
45
|
displayName: string | undefined;
|
|
46
46
|
};
|
|
47
47
|
Footer: {
|
|
48
48
|
({
|
|
49
49
|
className,
|
|
50
50
|
...props
|
|
51
|
-
}: DialogFooterProps):
|
|
51
|
+
}: DialogFooterProps): react_jsx_runtime46.JSX.Element;
|
|
52
52
|
displayName: string;
|
|
53
53
|
};
|
|
54
|
-
Close:
|
|
54
|
+
Close: react5.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react5.RefAttributes<HTMLButtonElement>>;
|
|
55
55
|
};
|
|
56
56
|
//#endregion
|
|
57
57
|
export { Dialog, DialogCloseProps, DialogContentProps, DialogDescriptionProps, DialogFooterProps, DialogOverlayProps, DialogPortalProps, DialogProps, DialogTitleProps, DialogTriggerProps };
|
|
@@ -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/Dialog/Dialog.styles.d.ts
|
|
5
|
-
declare const dialog:
|
|
5
|
+
declare const dialog: tailwind_variants15.TVReturnType<{
|
|
6
6
|
fullscreen: {
|
|
7
7
|
true: {
|
|
8
8
|
content: string;
|
|
@@ -22,7 +22,7 @@ declare const dialog: tailwind_variants9.TVReturnType<{
|
|
|
22
22
|
overlay: string;
|
|
23
23
|
content: string;
|
|
24
24
|
close: string;
|
|
25
|
-
},
|
|
25
|
+
}, tailwind_variants15.TVReturnType<{
|
|
26
26
|
fullscreen: {
|
|
27
27
|
true: {
|
|
28
28
|
content: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.styles.d.cts","names":[],"sources":["../../../src/components/Dialog/Dialog.styles.ts"],"mappings":";;;;cAGa,MAAA,EAiBX,
|
|
1
|
+
{"version":3,"file":"Dialog.styles.d.cts","names":[],"sources":["../../../src/components/Dialog/Dialog.styles.ts"],"mappings":";;;;cAGa,MAAA,EAiBX,mBAAA,CAjBiB,YAAA;;;;;;;;;;;;;;;;;;;;GAiBjB,mBAAA,CAAA,YAAA;;;;;;;;;;;UAEe,iBAAA;EACf,QAAA;EACA,QAAA;EACA,KAAA;EACA,SAAA;EACA,SAAA;AAAA;AAAA,KAqBU,cAAA,GAAiB,YAAA,QAAoB,MAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants25 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Dialog/Dialog.styles.d.ts
|
|
5
|
-
declare const dialog:
|
|
5
|
+
declare const dialog: tailwind_variants25.TVReturnType<{
|
|
6
6
|
fullscreen: {
|
|
7
7
|
true: {
|
|
8
8
|
content: string;
|
|
@@ -22,7 +22,7 @@ declare const dialog: tailwind_variants15.TVReturnType<{
|
|
|
22
22
|
overlay: string;
|
|
23
23
|
content: string;
|
|
24
24
|
close: string;
|
|
25
|
-
},
|
|
25
|
+
}, tailwind_variants25.TVReturnType<{
|
|
26
26
|
fullscreen: {
|
|
27
27
|
true: {
|
|
28
28
|
content: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DropdownVariants } from "./Dropdown.styles.cjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
4
4
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Dropdown/Dropdown.d.ts
|
|
@@ -18,7 +18,7 @@ declare const Dropdown: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps> & {
|
|
|
18
18
|
sideOffset,
|
|
19
19
|
ref,
|
|
20
20
|
...props
|
|
21
|
-
}: DropdownContentProps):
|
|
21
|
+
}: DropdownContentProps): react_jsx_runtime29.JSX.Element;
|
|
22
22
|
displayName: string | undefined;
|
|
23
23
|
};
|
|
24
24
|
Item: {
|
|
@@ -27,7 +27,7 @@ declare const Dropdown: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps> & {
|
|
|
27
27
|
color,
|
|
28
28
|
ref,
|
|
29
29
|
...props
|
|
30
|
-
}: DropdownItemProps):
|
|
30
|
+
}: DropdownItemProps): react_jsx_runtime29.JSX.Element;
|
|
31
31
|
displayName: string | undefined;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DropdownVariants } from "./Dropdown.styles.mjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime20 from "react/jsx-runtime";
|
|
4
4
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Dropdown/Dropdown.d.ts
|
|
@@ -18,7 +18,7 @@ declare const Dropdown: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps> & {
|
|
|
18
18
|
sideOffset,
|
|
19
19
|
ref,
|
|
20
20
|
...props
|
|
21
|
-
}: DropdownContentProps):
|
|
21
|
+
}: DropdownContentProps): react_jsx_runtime20.JSX.Element;
|
|
22
22
|
displayName: string | undefined;
|
|
23
23
|
};
|
|
24
24
|
Item: {
|
|
@@ -27,7 +27,7 @@ declare const Dropdown: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps> & {
|
|
|
27
27
|
color,
|
|
28
28
|
ref,
|
|
29
29
|
...props
|
|
30
|
-
}: DropdownItemProps):
|
|
30
|
+
}: DropdownItemProps): react_jsx_runtime20.JSX.Element;
|
|
31
31
|
displayName: string | undefined;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
@@ -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/Dropdown/Dropdown.styles.d.ts
|
|
5
|
-
declare const dropdown:
|
|
5
|
+
declare const dropdown: tailwind_variants7.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
default: {
|
|
8
8
|
item: string;
|
|
@@ -32,7 +32,7 @@ declare const dropdown: tailwind_variants19.TVReturnType<{
|
|
|
32
32
|
}, {
|
|
33
33
|
content: string;
|
|
34
34
|
item: string;
|
|
35
|
-
},
|
|
35
|
+
}, tailwind_variants7.TVReturnType<{
|
|
36
36
|
color: {
|
|
37
37
|
default: {
|
|
38
38
|
item: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.styles.d.mts","names":[],"sources":["../../../src/components/Dropdown/Dropdown.styles.ts"],"mappings":";;;;cAEa,QAAA,EAsBX,
|
|
1
|
+
{"version":3,"file":"Dropdown.styles.d.mts","names":[],"sources":["../../../src/components/Dropdown/Dropdown.styles.ts"],"mappings":";;;;cAEa,QAAA,EAsBX,kBAAA,CAtBmB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsBnB,kBAAA,CAAA,YAAA;;;;;;;;;;;;;;;;KAEU,gBAAA,GAAmB,YAAA,QAAoB,QAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TextVariants } from "../Text/Text.styles.mjs";
|
|
2
2
|
import "../Text/index.mjs";
|
|
3
3
|
import React, { ComponentProps } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Field/Field.d.ts
|
|
7
7
|
interface FieldProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
@@ -25,7 +25,7 @@ declare const Field: {
|
|
|
25
25
|
error,
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: FieldProps):
|
|
28
|
+
}: FieldProps): react_jsx_runtime0.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
} & {
|
|
31
31
|
Label: {
|
|
@@ -35,7 +35,7 @@ declare const Field: {
|
|
|
35
35
|
typography,
|
|
36
36
|
textColor,
|
|
37
37
|
...labelProps
|
|
38
|
-
}: FieldLabelProps):
|
|
38
|
+
}: FieldLabelProps): react_jsx_runtime0.JSX.Element;
|
|
39
39
|
displayName: string;
|
|
40
40
|
};
|
|
41
41
|
Description: {
|
|
@@ -43,7 +43,7 @@ declare const Field: {
|
|
|
43
43
|
children,
|
|
44
44
|
className,
|
|
45
45
|
...props
|
|
46
|
-
}: FieldDescriptionProps):
|
|
46
|
+
}: FieldDescriptionProps): react_jsx_runtime0.JSX.Element | null;
|
|
47
47
|
displayName: string;
|
|
48
48
|
};
|
|
49
49
|
ErrorDescription: {
|
|
@@ -51,7 +51,7 @@ declare const Field: {
|
|
|
51
51
|
children,
|
|
52
52
|
className,
|
|
53
53
|
...props
|
|
54
|
-
}: FieldErrorDescriptionProps):
|
|
54
|
+
}: FieldErrorDescriptionProps): react_jsx_runtime0.JSX.Element | null;
|
|
55
55
|
displayName: string;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants47 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Float/Float.styles.d.ts
|
|
5
|
-
declare const float:
|
|
5
|
+
declare const float: tailwind_variants47.TVReturnType<{
|
|
6
6
|
floatType: {
|
|
7
7
|
absolute: string;
|
|
8
8
|
fixed: string;
|
|
@@ -30,7 +30,7 @@ declare const float: tailwind_variants45.TVReturnType<{
|
|
|
30
30
|
modal: string;
|
|
31
31
|
toast: string;
|
|
32
32
|
};
|
|
33
|
-
}, undefined,
|
|
33
|
+
}, undefined, tailwind_variants47.TVReturnType<{
|
|
34
34
|
floatType: {
|
|
35
35
|
absolute: string;
|
|
36
36
|
fixed: string;
|
|
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
|
2
2
|
import "../Primitive/index.cjs";
|
|
3
3
|
import { FloatingActionButtonVariants } from "./FloatingActionButton.styles.cjs";
|
|
4
4
|
import { ComponentProps } from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/FloatingActionButton/FloatingActionButton.d.ts
|
|
8
8
|
interface FloatingActionButtonProps extends ComponentProps<'button'>, FloatingActionButtonVariants, PrimitiveProps {}
|
|
@@ -11,7 +11,7 @@ declare function FloatingActionButton({
|
|
|
11
11
|
children,
|
|
12
12
|
className,
|
|
13
13
|
...props
|
|
14
|
-
}: FloatingActionButtonProps):
|
|
14
|
+
}: FloatingActionButtonProps): react_jsx_runtime23.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { FloatingActionButton, FloatingActionButtonProps };
|
|
17
17
|
//# sourceMappingURL=FloatingActionButton.d.cts.map
|
|
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.mjs";
|
|
|
2
2
|
import "../Primitive/index.mjs";
|
|
3
3
|
import { FloatingActionButtonVariants } from "./FloatingActionButton.styles.mjs";
|
|
4
4
|
import { ComponentProps } from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/FloatingActionButton/FloatingActionButton.d.ts
|
|
8
8
|
interface FloatingActionButtonProps extends ComponentProps<'button'>, FloatingActionButtonVariants, PrimitiveProps {}
|
|
@@ -11,7 +11,7 @@ declare function FloatingActionButton({
|
|
|
11
11
|
children,
|
|
12
12
|
className,
|
|
13
13
|
...props
|
|
14
|
-
}: FloatingActionButtonProps):
|
|
14
|
+
}: FloatingActionButtonProps): react_jsx_runtime19.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { FloatingActionButton, FloatingActionButtonProps };
|
|
17
17
|
//# sourceMappingURL=FloatingActionButton.d.mts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants39 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingActionButton/FloatingActionButton.styles.d.ts
|
|
5
|
-
declare const floatingActionButton:
|
|
5
|
+
declare const floatingActionButton: tailwind_variants39.TVReturnType<{
|
|
6
6
|
disabled: {
|
|
7
7
|
true: string;
|
|
8
8
|
false: string;
|
|
@@ -12,7 +12,7 @@ declare const floatingActionButton: tailwind_variants41.TVReturnType<{
|
|
|
12
12
|
true: string;
|
|
13
13
|
false: string;
|
|
14
14
|
};
|
|
15
|
-
}, undefined,
|
|
15
|
+
}, undefined, tailwind_variants39.TVReturnType<{
|
|
16
16
|
disabled: {
|
|
17
17
|
true: string;
|
|
18
18
|
false: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants43 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/FloatingActionButton/FloatingActionButton.styles.d.ts
|
|
5
|
-
declare const floatingActionButton:
|
|
5
|
+
declare const floatingActionButton: tailwind_variants43.TVReturnType<{
|
|
6
6
|
disabled: {
|
|
7
7
|
true: string;
|
|
8
8
|
false: string;
|
|
@@ -12,7 +12,7 @@ declare const floatingActionButton: tailwind_variants39.TVReturnType<{
|
|
|
12
12
|
true: string;
|
|
13
13
|
false: string;
|
|
14
14
|
};
|
|
15
|
-
}, undefined,
|
|
15
|
+
}, undefined, tailwind_variants43.TVReturnType<{
|
|
16
16
|
disabled: {
|
|
17
17
|
true: string;
|
|
18
18
|
false: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants41 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Grid/Grid.styles.d.ts
|
|
5
|
-
declare const grid:
|
|
5
|
+
declare const grid: tailwind_variants41.TVReturnType<{
|
|
6
6
|
columns: {
|
|
7
7
|
1: string;
|
|
8
8
|
2: string;
|
|
@@ -80,7 +80,7 @@ declare const grid: tailwind_variants31.TVReturnType<{
|
|
|
80
80
|
'row-dense': string;
|
|
81
81
|
'col-dense': string;
|
|
82
82
|
};
|
|
83
|
-
}, undefined,
|
|
83
|
+
}, undefined, tailwind_variants41.TVReturnType<{
|
|
84
84
|
columns: {
|
|
85
85
|
1: string;
|
|
86
86
|
2: string;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { StackProps } from "../Stack/Stack.cjs";
|
|
2
2
|
import "../Stack/index.cjs";
|
|
3
3
|
import { ElementType } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/HStack/HStack.d.ts
|
|
7
7
|
type HStackProps<E extends ElementType = 'div'> = Omit<StackProps<E>, 'direction'>;
|
|
8
8
|
declare const HStack: {
|
|
9
9
|
<E extends ElementType = "div">({
|
|
10
10
|
...props
|
|
11
|
-
}: HStackProps<E>):
|
|
11
|
+
}: HStackProps<E>): react_jsx_runtime17.JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
14
|
//#endregion
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { StackProps } from "../Stack/Stack.mjs";
|
|
2
2
|
import "../Stack/index.mjs";
|
|
3
3
|
import { ElementType } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/HStack/HStack.d.ts
|
|
7
7
|
type HStackProps<E extends ElementType = 'div'> = Omit<StackProps<E>, 'direction'>;
|
|
8
8
|
declare const HStack: {
|
|
9
9
|
<E extends ElementType = "div">({
|
|
10
10
|
...props
|
|
11
|
-
}: HStackProps<E>):
|
|
11
|
+
}: HStackProps<E>): react_jsx_runtime18.JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
14
|
//#endregion
|
|
@@ -3,9 +3,9 @@ import "../CTAButton/index.cjs";
|
|
|
3
3
|
import { Dialog } from "../Dialog/Dialog.cjs";
|
|
4
4
|
import "../Dialog/index.cjs";
|
|
5
5
|
import { ModalVariants } from "./Modal.styles.cjs";
|
|
6
|
-
import * as
|
|
6
|
+
import * as react11 from "react";
|
|
7
7
|
import { ComponentProps } from "react";
|
|
8
|
-
import * as
|
|
8
|
+
import * as react_jsx_runtime50 from "react/jsx-runtime";
|
|
9
9
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
10
10
|
|
|
11
11
|
//#region src/components/Modal/Modal.d.ts
|
|
@@ -16,16 +16,16 @@ interface ModalDescriptionProps extends ComponentProps<typeof DialogPrimitive.De
|
|
|
16
16
|
type ModalFooterProps = ComponentProps<'div'>;
|
|
17
17
|
type ModalActionProps = ComponentProps<typeof CTAButton>;
|
|
18
18
|
declare const Modal: {
|
|
19
|
-
(props: ComponentProps<typeof Dialog>):
|
|
19
|
+
(props: ComponentProps<typeof Dialog>): react_jsx_runtime50.JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
} & {
|
|
22
|
-
Trigger:
|
|
22
|
+
Trigger: react11.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & react11.RefAttributes<HTMLButtonElement>>;
|
|
23
23
|
Content: {
|
|
24
24
|
({
|
|
25
25
|
className,
|
|
26
26
|
children,
|
|
27
27
|
...props
|
|
28
|
-
}: ModalContentProps):
|
|
28
|
+
}: ModalContentProps): react_jsx_runtime50.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
};
|
|
31
31
|
Title: {
|
|
@@ -33,7 +33,7 @@ declare const Modal: {
|
|
|
33
33
|
className,
|
|
34
34
|
textAlign,
|
|
35
35
|
...props
|
|
36
|
-
}: ModalTitleProps):
|
|
36
|
+
}: ModalTitleProps): react_jsx_runtime50.JSX.Element;
|
|
37
37
|
displayName: string;
|
|
38
38
|
};
|
|
39
39
|
Description: {
|
|
@@ -41,7 +41,7 @@ declare const Modal: {
|
|
|
41
41
|
className,
|
|
42
42
|
textAlign,
|
|
43
43
|
...props
|
|
44
|
-
}: ModalDescriptionProps):
|
|
44
|
+
}: ModalDescriptionProps): react_jsx_runtime50.JSX.Element;
|
|
45
45
|
displayName: string;
|
|
46
46
|
};
|
|
47
47
|
Footer: {
|
|
@@ -49,12 +49,12 @@ declare const Modal: {
|
|
|
49
49
|
className,
|
|
50
50
|
children,
|
|
51
51
|
...props
|
|
52
|
-
}: ModalFooterProps):
|
|
52
|
+
}: ModalFooterProps): react_jsx_runtime50.JSX.Element;
|
|
53
53
|
displayName: string;
|
|
54
54
|
};
|
|
55
|
-
Close:
|
|
55
|
+
Close: react11.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react11.RefAttributes<HTMLButtonElement>>;
|
|
56
56
|
ActionButton: {
|
|
57
|
-
(props: ModalActionProps):
|
|
57
|
+
(props: ModalActionProps): react_jsx_runtime50.JSX.Element;
|
|
58
58
|
displayName: string;
|
|
59
59
|
};
|
|
60
60
|
};
|
|
@@ -3,9 +3,9 @@ import "../CTAButton/index.mjs";
|
|
|
3
3
|
import { Dialog } from "../Dialog/Dialog.mjs";
|
|
4
4
|
import "../Dialog/index.mjs";
|
|
5
5
|
import { ModalVariants } from "./Modal.styles.mjs";
|
|
6
|
-
import * as
|
|
6
|
+
import * as react0 from "react";
|
|
7
7
|
import { ComponentProps } from "react";
|
|
8
|
-
import * as
|
|
8
|
+
import * as react_jsx_runtime24 from "react/jsx-runtime";
|
|
9
9
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
10
10
|
|
|
11
11
|
//#region src/components/Modal/Modal.d.ts
|
|
@@ -16,16 +16,16 @@ interface ModalDescriptionProps extends ComponentProps<typeof DialogPrimitive.De
|
|
|
16
16
|
type ModalFooterProps = ComponentProps<'div'>;
|
|
17
17
|
type ModalActionProps = ComponentProps<typeof CTAButton>;
|
|
18
18
|
declare const Modal: {
|
|
19
|
-
(props: ComponentProps<typeof Dialog>):
|
|
19
|
+
(props: ComponentProps<typeof Dialog>): react_jsx_runtime24.JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
} & {
|
|
22
|
-
Trigger:
|
|
22
|
+
Trigger: react0.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & react0.RefAttributes<HTMLButtonElement>>;
|
|
23
23
|
Content: {
|
|
24
24
|
({
|
|
25
25
|
className,
|
|
26
26
|
children,
|
|
27
27
|
...props
|
|
28
|
-
}: ModalContentProps):
|
|
28
|
+
}: ModalContentProps): react_jsx_runtime24.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
};
|
|
31
31
|
Title: {
|
|
@@ -33,7 +33,7 @@ declare const Modal: {
|
|
|
33
33
|
className,
|
|
34
34
|
textAlign,
|
|
35
35
|
...props
|
|
36
|
-
}: ModalTitleProps):
|
|
36
|
+
}: ModalTitleProps): react_jsx_runtime24.JSX.Element;
|
|
37
37
|
displayName: string;
|
|
38
38
|
};
|
|
39
39
|
Description: {
|
|
@@ -41,7 +41,7 @@ declare const Modal: {
|
|
|
41
41
|
className,
|
|
42
42
|
textAlign,
|
|
43
43
|
...props
|
|
44
|
-
}: ModalDescriptionProps):
|
|
44
|
+
}: ModalDescriptionProps): react_jsx_runtime24.JSX.Element;
|
|
45
45
|
displayName: string;
|
|
46
46
|
};
|
|
47
47
|
Footer: {
|
|
@@ -49,12 +49,12 @@ declare const Modal: {
|
|
|
49
49
|
className,
|
|
50
50
|
children,
|
|
51
51
|
...props
|
|
52
|
-
}: ModalFooterProps):
|
|
52
|
+
}: ModalFooterProps): react_jsx_runtime24.JSX.Element;
|
|
53
53
|
displayName: string;
|
|
54
54
|
};
|
|
55
|
-
Close:
|
|
55
|
+
Close: react0.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react0.RefAttributes<HTMLButtonElement>>;
|
|
56
56
|
ActionButton: {
|
|
57
|
-
(props: ModalActionProps):
|
|
57
|
+
(props: ModalActionProps): react_jsx_runtime24.JSX.Element;
|
|
58
58
|
displayName: string;
|
|
59
59
|
};
|
|
60
60
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants17 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Modal/Modal.styles.d.ts
|
|
5
|
-
declare const modal:
|
|
5
|
+
declare const modal: tailwind_variants17.TVReturnType<{
|
|
6
6
|
textAlign: {
|
|
7
7
|
center: {
|
|
8
8
|
title: string;
|
|
@@ -44,7 +44,7 @@ declare const modal: tailwind_variants25.TVReturnType<{
|
|
|
44
44
|
title: string;
|
|
45
45
|
description: string;
|
|
46
46
|
footer: string;
|
|
47
|
-
},
|
|
47
|
+
}, tailwind_variants17.TVReturnType<{
|
|
48
48
|
textAlign: {
|
|
49
49
|
center: {
|
|
50
50
|
title: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants17 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Modal/Modal.styles.d.ts
|
|
5
|
-
declare const modal:
|
|
5
|
+
declare const modal: tailwind_variants17.TVReturnType<{
|
|
6
6
|
textAlign: {
|
|
7
7
|
center: {
|
|
8
8
|
title: string;
|
|
@@ -44,7 +44,7 @@ declare const modal: tailwind_variants27.TVReturnType<{
|
|
|
44
44
|
title: string;
|
|
45
45
|
description: string;
|
|
46
46
|
footer: string;
|
|
47
|
-
},
|
|
47
|
+
}, tailwind_variants17.TVReturnType<{
|
|
48
48
|
textAlign: {
|
|
49
49
|
center: {
|
|
50
50
|
title: string;
|