@causw/core 0.0.13 → 0.0.14
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/components/Avatar/Avatar.d.cts +2 -2
- package/dist/components/Avatar/Avatar.d.mts +2 -2
- package/dist/components/Avatar/Avatar.styles.d.cts +3 -3
- package/dist/components/Avatar/Avatar.styles.d.mts +3 -3
- package/dist/components/BottomNavigation/BottomNavigation.d.cts +5 -5
- package/dist/components/BottomNavigation/BottomNavigation.d.mts +5 -5
- package/dist/components/BottomNavigation/BottomNavigation.styles.d.cts +3 -3
- package/dist/components/BottomNavigation/BottomNavigation.styles.d.mts +3 -3
- 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.cts +3 -3
- 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.d.mts +2 -2
- package/dist/components/Button/Button.d.mts.map +1 -1
- 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.cts +2 -2
- package/dist/components/CTAButton/CTAButton.styles.d.cts +3 -3
- package/dist/components/Calendar/Calendar.d.cts +2 -2
- package/dist/components/Calendar/Calendar.d.mts +2 -2
- package/dist/components/Calendar/Calendar.styles.d.cts +3 -3
- package/dist/components/Calendar/Calendar.styles.d.mts +3 -3
- package/dist/components/Checkbox/Checkbox.d.cts +4 -4
- package/dist/components/Checkbox/Checkbox.d.mts +4 -4
- package/dist/components/Checkbox/Checkbox.d.mts.map +1 -1
- package/dist/components/Checkbox/Checkbox.styles.d.cts +3 -3
- package/dist/components/Chip/Chip.d.cts +2 -2
- package/dist/components/Chip/Chip.styles.d.cts +3 -3
- package/dist/components/Dialog/Dialog.d.cts +5 -5
- package/dist/components/Dialog/Dialog.d.mts +5 -5
- package/dist/components/Dialog/Dialog.styles.d.cts +3 -3
- package/dist/components/Dialog/Dialog.styles.d.mts +3 -3
- package/dist/components/Drawer/Drawer.d.cts +3 -3
- package/dist/components/Drawer/Drawer.d.mts +3 -3
- package/dist/components/Drawer/Drawer.styles.d.cts +3 -3
- package/dist/components/Drawer/Drawer.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.cts +3 -3
- package/dist/components/Dropdown/Dropdown.styles.d.mts +3 -3
- package/dist/components/FloatingActionButton/FloatingActionButton.d.mts +2 -2
- package/dist/components/FloatingActionButton/FloatingActionButton.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.mts +7 -7
- package/dist/components/Modal/Modal.styles.d.mts +3 -3
- package/dist/components/Primitive/Primitive.d.cts +16 -16
- package/dist/components/Radio/Radio.d.cts +3 -3
- package/dist/components/Radio/Radio.d.cts.map +1 -1
- package/dist/components/Radio/Radio.d.mts +3 -3
- package/dist/components/RatioChart/RatioChart.d.mts +5 -5
- 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/Separator/Separator.styles.d.mts +3 -3
- package/dist/components/Sidebar/Sidebar.d.cts +8 -8
- package/dist/components/Sidebar/Sidebar.d.mts +8 -8
- package/dist/components/Spacer/Spacer.styles.d.mts +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.cts +3 -3
- package/dist/components/Tab/Tab.styles.d.mts +3 -3
- package/dist/components/Text/Text.styles.d.cts +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.styles.d.cts +3 -3
- package/dist/components/Toast/Toast.d.mts +3 -3
- package/dist/components/Toast/Toast.styles.d.mts +3 -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.mts +3 -3
- package/dist/components/VStack/VStack.d.cts +2 -2
- package/dist/components/VStack/VStack.d.mts +2 -2
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
2
2
|
import { ChipVariants } from "./Chip.styles.cjs";
|
|
3
3
|
import * as React$1 from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime35 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Chip/Chip.d.ts
|
|
7
7
|
interface ChipProps extends Omit<React$1.ComponentPropsWithoutRef<'div'>, 'color'>, PrimitiveProps, ChipVariants {}
|
|
@@ -14,7 +14,7 @@ declare const Chip: {
|
|
|
14
14
|
onClick,
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: ChipProps):
|
|
17
|
+
}: ChipProps): react_jsx_runtime35.JSX.Element;
|
|
18
18
|
displayName: string;
|
|
19
19
|
};
|
|
20
20
|
//#endregion
|
|
@@ -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/Chip/Chip.styles.d.ts
|
|
5
|
-
declare const chip:
|
|
5
|
+
declare const chip: tailwind_variants17.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
white: string;
|
|
8
8
|
lightgray: string;
|
|
@@ -30,7 +30,7 @@ declare const chip: tailwind_variants15.TVReturnType<{
|
|
|
30
30
|
true: string;
|
|
31
31
|
false: string;
|
|
32
32
|
};
|
|
33
|
-
}, undefined,
|
|
33
|
+
}, undefined, tailwind_variants17.TVReturnType<{
|
|
34
34
|
color: {
|
|
35
35
|
white: string;
|
|
36
36
|
lightgray: string;
|
|
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
|
2
2
|
import { DialogSizeOptions, DialogVariants } from "./Dialog.styles.cjs";
|
|
3
3
|
import * as react0 from "react";
|
|
4
4
|
import { ComponentProps } from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime25 from "react/jsx-runtime";
|
|
6
6
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
7
7
|
|
|
8
8
|
//#region src/components/Dialog/Dialog.d.ts
|
|
@@ -26,28 +26,28 @@ declare const Dialog: react0.FC<DialogPrimitive.DialogProps> & {
|
|
|
26
26
|
className,
|
|
27
27
|
children,
|
|
28
28
|
...props
|
|
29
|
-
}: DialogContentProps):
|
|
29
|
+
}: DialogContentProps): react_jsx_runtime25.JSX.Element;
|
|
30
30
|
displayName: string | undefined;
|
|
31
31
|
};
|
|
32
32
|
Title: {
|
|
33
33
|
({
|
|
34
34
|
className,
|
|
35
35
|
...props
|
|
36
|
-
}: DialogTitleProps):
|
|
36
|
+
}: DialogTitleProps): react_jsx_runtime25.JSX.Element;
|
|
37
37
|
displayName: string | undefined;
|
|
38
38
|
};
|
|
39
39
|
Description: {
|
|
40
40
|
({
|
|
41
41
|
className,
|
|
42
42
|
...props
|
|
43
|
-
}: DialogDescriptionProps):
|
|
43
|
+
}: DialogDescriptionProps): react_jsx_runtime25.JSX.Element;
|
|
44
44
|
displayName: string | undefined;
|
|
45
45
|
};
|
|
46
46
|
Footer: {
|
|
47
47
|
({
|
|
48
48
|
className,
|
|
49
49
|
...props
|
|
50
|
-
}: DialogFooterProps):
|
|
50
|
+
}: DialogFooterProps): react_jsx_runtime25.JSX.Element;
|
|
51
51
|
displayName: string;
|
|
52
52
|
};
|
|
53
53
|
Close: react0.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react0.RefAttributes<HTMLButtonElement>>;
|
|
@@ -3,7 +3,7 @@ import "../Primitive/index.mjs";
|
|
|
3
3
|
import { DialogSizeOptions, DialogVariants } from "./Dialog.styles.mjs";
|
|
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,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants11 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_variants11.TVReturnType<{
|
|
6
6
|
fullscreen: {
|
|
7
7
|
true: {
|
|
8
8
|
content: string;
|
|
@@ -22,7 +22,7 @@ declare const dialog: tailwind_variants17.TVReturnType<{
|
|
|
22
22
|
overlay: string;
|
|
23
23
|
content: string;
|
|
24
24
|
close: string;
|
|
25
|
-
},
|
|
25
|
+
}, tailwind_variants11.TVReturnType<{
|
|
26
26
|
fullscreen: {
|
|
27
27
|
true: {
|
|
28
28
|
content: string;
|
|
@@ -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_variants13.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,6 +1,6 @@
|
|
|
1
1
|
import { DrawerVariants } from "./Drawer.styles.cjs";
|
|
2
2
|
import * as react16 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime76 from "react/jsx-runtime";
|
|
4
4
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Drawer/Drawer.d.ts
|
|
@@ -14,13 +14,13 @@ declare const Drawer: react16.FC<DialogPrimitive.DialogProps> & {
|
|
|
14
14
|
Overlay: ({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: DrawerOverlayProps) =>
|
|
17
|
+
}: DrawerOverlayProps) => react_jsx_runtime76.JSX.Element;
|
|
18
18
|
Content: ({
|
|
19
19
|
position,
|
|
20
20
|
className,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: DrawerContentProps) =>
|
|
23
|
+
}: DrawerContentProps) => react_jsx_runtime76.JSX.Element;
|
|
24
24
|
Title: react16.ForwardRefExoticComponent<DialogPrimitive.DialogTitleProps & react16.RefAttributes<HTMLHeadingElement>>;
|
|
25
25
|
Description: react16.ForwardRefExoticComponent<DialogPrimitive.DialogDescriptionProps & react16.RefAttributes<HTMLParagraphElement>>;
|
|
26
26
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DrawerVariants } from "./Drawer.styles.mjs";
|
|
2
2
|
import * as react16 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime82 from "react/jsx-runtime";
|
|
4
4
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Drawer/Drawer.d.ts
|
|
@@ -14,13 +14,13 @@ declare const Drawer: react16.FC<DialogPrimitive.DialogProps> & {
|
|
|
14
14
|
Overlay: ({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: DrawerOverlayProps) =>
|
|
17
|
+
}: DrawerOverlayProps) => react_jsx_runtime82.JSX.Element;
|
|
18
18
|
Content: ({
|
|
19
19
|
position,
|
|
20
20
|
className,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: DrawerContentProps) =>
|
|
23
|
+
}: DrawerContentProps) => react_jsx_runtime82.JSX.Element;
|
|
24
24
|
Title: react16.ForwardRefExoticComponent<DialogPrimitive.DialogTitleProps & react16.RefAttributes<HTMLHeadingElement>>;
|
|
25
25
|
Description: react16.ForwardRefExoticComponent<DialogPrimitive.DialogDescriptionProps & react16.RefAttributes<HTMLParagraphElement>>;
|
|
26
26
|
};
|
|
@@ -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/Drawer/Drawer.styles.d.ts
|
|
5
|
-
declare const drawer:
|
|
5
|
+
declare const drawer: tailwind_variants47.TVReturnType<{
|
|
6
6
|
position: {
|
|
7
7
|
bottom: {
|
|
8
8
|
content: string;
|
|
@@ -20,7 +20,7 @@ declare const drawer: tailwind_variants45.TVReturnType<{
|
|
|
20
20
|
}, {
|
|
21
21
|
overlay: string[];
|
|
22
22
|
content: string[];
|
|
23
|
-
},
|
|
23
|
+
}, tailwind_variants47.TVReturnType<{
|
|
24
24
|
position: {
|
|
25
25
|
bottom: {
|
|
26
26
|
content: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants51 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Drawer/Drawer.styles.d.ts
|
|
5
|
-
declare const drawer:
|
|
5
|
+
declare const drawer: tailwind_variants51.TVReturnType<{
|
|
6
6
|
position: {
|
|
7
7
|
bottom: {
|
|
8
8
|
content: string;
|
|
@@ -20,7 +20,7 @@ declare const drawer: tailwind_variants49.TVReturnType<{
|
|
|
20
20
|
}, {
|
|
21
21
|
overlay: string[];
|
|
22
22
|
content: string[];
|
|
23
|
-
},
|
|
23
|
+
}, tailwind_variants51.TVReturnType<{
|
|
24
24
|
position: {
|
|
25
25
|
bottom: {
|
|
26
26
|
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_runtime33 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_runtime33.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_runtime33.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_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,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/Dropdown/Dropdown.styles.d.ts
|
|
5
|
-
declare const dropdown:
|
|
5
|
+
declare const dropdown: tailwind_variants15.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
default: {
|
|
8
8
|
item: string;
|
|
@@ -32,7 +32,7 @@ declare const dropdown: tailwind_variants13.TVReturnType<{
|
|
|
32
32
|
}, {
|
|
33
33
|
content: string;
|
|
34
34
|
item: string;
|
|
35
|
-
},
|
|
35
|
+
}, tailwind_variants15.TVReturnType<{
|
|
36
36
|
color: {
|
|
37
37
|
default: {
|
|
38
38
|
item: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants13 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_variants13.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
default: {
|
|
8
8
|
item: string;
|
|
@@ -32,7 +32,7 @@ declare const dropdown: tailwind_variants15.TVReturnType<{
|
|
|
32
32
|
}, {
|
|
33
33
|
content: string;
|
|
34
34
|
item: string;
|
|
35
|
-
},
|
|
35
|
+
}, tailwind_variants13.TVReturnType<{
|
|
36
36
|
color: {
|
|
37
37
|
default: {
|
|
38
38
|
item: string;
|
|
@@ -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_runtime16 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_runtime16.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_variants37 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_variants37.TVReturnType<{
|
|
6
6
|
disabled: {
|
|
7
7
|
true: string;
|
|
8
8
|
false: string;
|
|
@@ -12,7 +12,7 @@ declare const floatingActionButton: tailwind_variants35.TVReturnType<{
|
|
|
12
12
|
true: string;
|
|
13
13
|
false: string;
|
|
14
14
|
};
|
|
15
|
-
}, undefined,
|
|
15
|
+
}, undefined, tailwind_variants37.TVReturnType<{
|
|
16
16
|
disabled: {
|
|
17
17
|
true: string;
|
|
18
18
|
false: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { StackProps } from "../Stack/Stack.cjs";
|
|
2
2
|
import { ElementType } from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/HStack/HStack.d.ts
|
|
6
6
|
type HStackProps<E extends ElementType = 'div'> = Omit<StackProps<E>, 'direction'>;
|
|
7
7
|
declare const HStack: {
|
|
8
8
|
<E extends ElementType = "div">({
|
|
9
9
|
...props
|
|
10
|
-
}: HStackProps<E>):
|
|
10
|
+
}: HStackProps<E>): react_jsx_runtime19.JSX.Element;
|
|
11
11
|
displayName: string;
|
|
12
12
|
};
|
|
13
13
|
//#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_runtime19 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_runtime19.JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
14
|
//#endregion
|
|
@@ -3,7 +3,7 @@ import "../Dialog/index.mjs";
|
|
|
3
3
|
import { ModalVariants } from "./Modal.styles.mjs";
|
|
4
4
|
import * as react12 from "react";
|
|
5
5
|
import { ComponentProps } from "react";
|
|
6
|
-
import * as
|
|
6
|
+
import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
7
7
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
8
8
|
|
|
9
9
|
//#region src/components/Modal/Modal.d.ts
|
|
@@ -14,7 +14,7 @@ interface ModalDescriptionProps extends ComponentProps<typeof DialogPrimitive.De
|
|
|
14
14
|
type ModalFooterProps = ComponentProps<'div'>;
|
|
15
15
|
interface ModalActionProps extends ComponentProps<'button'>, Pick<ModalVariants, 'variant'> {}
|
|
16
16
|
declare const Modal: {
|
|
17
|
-
(props: ComponentProps<typeof Dialog>):
|
|
17
|
+
(props: ComponentProps<typeof Dialog>): react_jsx_runtime44.JSX.Element;
|
|
18
18
|
displayName: string;
|
|
19
19
|
} & {
|
|
20
20
|
Trigger: react12.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & react12.RefAttributes<HTMLButtonElement>>;
|
|
@@ -23,7 +23,7 @@ declare const Modal: {
|
|
|
23
23
|
className,
|
|
24
24
|
children,
|
|
25
25
|
...props
|
|
26
|
-
}: ModalContentProps):
|
|
26
|
+
}: ModalContentProps): react_jsx_runtime44.JSX.Element;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
Title: {
|
|
@@ -31,7 +31,7 @@ declare const Modal: {
|
|
|
31
31
|
className,
|
|
32
32
|
textAlign,
|
|
33
33
|
...props
|
|
34
|
-
}: ModalTitleProps):
|
|
34
|
+
}: ModalTitleProps): react_jsx_runtime44.JSX.Element;
|
|
35
35
|
displayName: string;
|
|
36
36
|
};
|
|
37
37
|
Description: {
|
|
@@ -39,7 +39,7 @@ declare const Modal: {
|
|
|
39
39
|
className,
|
|
40
40
|
textAlign,
|
|
41
41
|
...props
|
|
42
|
-
}: ModalDescriptionProps):
|
|
42
|
+
}: ModalDescriptionProps): react_jsx_runtime44.JSX.Element;
|
|
43
43
|
displayName: string;
|
|
44
44
|
};
|
|
45
45
|
Footer: {
|
|
@@ -47,7 +47,7 @@ declare const Modal: {
|
|
|
47
47
|
className,
|
|
48
48
|
children,
|
|
49
49
|
...props
|
|
50
|
-
}: ModalFooterProps):
|
|
50
|
+
}: ModalFooterProps): react_jsx_runtime44.JSX.Element;
|
|
51
51
|
displayName: string;
|
|
52
52
|
};
|
|
53
53
|
Close: react12.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react12.RefAttributes<HTMLButtonElement>>;
|
|
@@ -56,7 +56,7 @@ declare const Modal: {
|
|
|
56
56
|
className,
|
|
57
57
|
variant,
|
|
58
58
|
...props
|
|
59
|
-
}: ModalActionProps):
|
|
59
|
+
}: ModalActionProps): react_jsx_runtime44.JSX.Element;
|
|
60
60
|
displayName: string;
|
|
61
61
|
};
|
|
62
62
|
};
|
|
@@ -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/Modal/Modal.styles.d.ts
|
|
5
|
-
declare const modal:
|
|
5
|
+
declare const modal: tailwind_variants25.TVReturnType<{
|
|
6
6
|
variant: {
|
|
7
7
|
primary: {
|
|
8
8
|
actionButton: string;
|
|
@@ -68,7 +68,7 @@ declare const modal: tailwind_variants23.TVReturnType<{
|
|
|
68
68
|
description: string;
|
|
69
69
|
footer: string;
|
|
70
70
|
actionButton: string;
|
|
71
|
-
},
|
|
71
|
+
}, tailwind_variants25.TVReturnType<{
|
|
72
72
|
variant: {
|
|
73
73
|
primary: {
|
|
74
74
|
actionButton: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime50 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Primitive/Primitive.d.ts
|
|
5
5
|
interface PrimitiveProps {
|
|
@@ -12,63 +12,63 @@ interface PrimitiveProps {
|
|
|
12
12
|
type PrimitivePropsWithRef<E extends React$1.ElementType> = React$1.ComponentProps<E> & PrimitiveProps;
|
|
13
13
|
declare const Primitive: {
|
|
14
14
|
div: {
|
|
15
|
-
(props: PrimitivePropsWithRef<"div">):
|
|
15
|
+
(props: PrimitivePropsWithRef<"div">): react_jsx_runtime50.JSX.Element;
|
|
16
16
|
displayName: string;
|
|
17
17
|
};
|
|
18
18
|
span: {
|
|
19
|
-
(props: PrimitivePropsWithRef<"span">):
|
|
19
|
+
(props: PrimitivePropsWithRef<"span">): react_jsx_runtime50.JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
img: {
|
|
23
|
-
(props: PrimitivePropsWithRef<"img">):
|
|
23
|
+
(props: PrimitivePropsWithRef<"img">): react_jsx_runtime50.JSX.Element;
|
|
24
24
|
displayName: string;
|
|
25
25
|
};
|
|
26
26
|
button: {
|
|
27
|
-
(props: PrimitivePropsWithRef<"button">):
|
|
27
|
+
(props: PrimitivePropsWithRef<"button">): react_jsx_runtime50.JSX.Element;
|
|
28
28
|
displayName: string;
|
|
29
29
|
};
|
|
30
30
|
label: {
|
|
31
|
-
(props: PrimitivePropsWithRef<"label">):
|
|
31
|
+
(props: PrimitivePropsWithRef<"label">): react_jsx_runtime50.JSX.Element;
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
input: {
|
|
35
|
-
(props: PrimitivePropsWithRef<"input">):
|
|
35
|
+
(props: PrimitivePropsWithRef<"input">): react_jsx_runtime50.JSX.Element;
|
|
36
36
|
displayName: string;
|
|
37
37
|
};
|
|
38
38
|
textarea: {
|
|
39
|
-
(props: PrimitivePropsWithRef<"textarea">):
|
|
39
|
+
(props: PrimitivePropsWithRef<"textarea">): react_jsx_runtime50.JSX.Element;
|
|
40
40
|
displayName: string;
|
|
41
41
|
};
|
|
42
42
|
a: {
|
|
43
|
-
(props: PrimitivePropsWithRef<"a">):
|
|
43
|
+
(props: PrimitivePropsWithRef<"a">): react_jsx_runtime50.JSX.Element;
|
|
44
44
|
displayName: string;
|
|
45
45
|
};
|
|
46
46
|
p: {
|
|
47
|
-
(props: PrimitivePropsWithRef<"p">):
|
|
47
|
+
(props: PrimitivePropsWithRef<"p">): react_jsx_runtime50.JSX.Element;
|
|
48
48
|
displayName: string;
|
|
49
49
|
};
|
|
50
50
|
h2: {
|
|
51
|
-
(props: PrimitivePropsWithRef<"h2">):
|
|
51
|
+
(props: PrimitivePropsWithRef<"h2">): react_jsx_runtime50.JSX.Element;
|
|
52
52
|
displayName: string;
|
|
53
53
|
};
|
|
54
54
|
ul: {
|
|
55
|
-
(props: PrimitivePropsWithRef<"ul">):
|
|
55
|
+
(props: PrimitivePropsWithRef<"ul">): react_jsx_runtime50.JSX.Element;
|
|
56
56
|
displayName: string;
|
|
57
57
|
};
|
|
58
58
|
li: {
|
|
59
|
-
(props: PrimitivePropsWithRef<"li">):
|
|
59
|
+
(props: PrimitivePropsWithRef<"li">): react_jsx_runtime50.JSX.Element;
|
|
60
60
|
displayName: string;
|
|
61
61
|
};
|
|
62
62
|
svg: {
|
|
63
|
-
(props: PrimitivePropsWithRef<"svg">):
|
|
63
|
+
(props: PrimitivePropsWithRef<"svg">): react_jsx_runtime50.JSX.Element;
|
|
64
64
|
displayName: string;
|
|
65
65
|
};
|
|
66
66
|
circle: {
|
|
67
|
-
(props: PrimitivePropsWithRef<"circle">):
|
|
67
|
+
(props: PrimitivePropsWithRef<"circle">): react_jsx_runtime50.JSX.Element;
|
|
68
68
|
displayName: string;
|
|
69
69
|
};
|
|
70
70
|
nav: {
|
|
71
|
-
(props: PrimitivePropsWithRef<"nav">):
|
|
71
|
+
(props: PrimitivePropsWithRef<"nav">): react_jsx_runtime50.JSX.Element;
|
|
72
72
|
displayName: string;
|
|
73
73
|
};
|
|
74
74
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime10 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Radio/Radio.d.ts
|
|
6
6
|
interface RadioGroupContextValue {
|
|
@@ -25,7 +25,7 @@ declare const RadioGroup: {
|
|
|
25
25
|
className,
|
|
26
26
|
children,
|
|
27
27
|
...props
|
|
28
|
-
}: RadioGroupProps):
|
|
28
|
+
}: RadioGroupProps): react_jsx_runtime10.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
};
|
|
31
31
|
interface RadioProps extends Omit<React.ComponentProps<'input'>, 'type'> {
|
|
@@ -40,7 +40,7 @@ declare const Radio: {
|
|
|
40
40
|
checked: checkedProp,
|
|
41
41
|
onChange,
|
|
42
42
|
...props
|
|
43
|
-
}: RadioProps):
|
|
43
|
+
}: RadioProps): react_jsx_runtime10.JSX.Element;
|
|
44
44
|
displayName: string;
|
|
45
45
|
};
|
|
46
46
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Radio.d.cts","names":[],"sources":["../../../src/components/Radio/Radio.tsx"],"mappings":";;;;;UAMU,sBAAA;EACR,IAAA;EACA,KAAA;EACA,QAAA,IAAY,KAAA;AAAA;AAAA,cAKR,oBAAA,QAAoB,sBAAA;AAAA,UAKT,eAAA,SACP,KAAA,CAAM,cAAA,CAAe,cAAA,GAAiB,cAAA;EAC9C,IAAA;EACA,KAAA;EACA,YAAA;EACA,aAAA,IAAiB,KAAA;EACjB,QAAA,EAAU,KAAA,CAAM,SAAA;AAAA;AAAA,cAGL,UAAA;EAAA;;;;;;;;KAQV,eAAA,GAAe,
|
|
1
|
+
{"version":3,"file":"Radio.d.cts","names":[],"sources":["../../../src/components/Radio/Radio.tsx"],"mappings":";;;;;UAMU,sBAAA;EACR,IAAA;EACA,KAAA;EACA,QAAA,IAAY,KAAA;AAAA;AAAA,cAKR,oBAAA,QAAoB,sBAAA;AAAA,UAKT,eAAA,SACP,KAAA,CAAM,cAAA,CAAe,cAAA,GAAiB,cAAA;EAC9C,IAAA;EACA,KAAA;EACA,YAAA;EACA,aAAA,IAAiB,KAAA;EACjB,QAAA,EAAU,KAAA,CAAM,SAAA;AAAA;AAAA,cAGL,UAAA;EAAA;;;;;;;;KAQV,eAAA,GAAe,mBAAA,CAAA,GAAA,CAAA,OAAA;;;UAuDD,UAAA,SAAmB,IAAA,CAClC,KAAA,CAAM,cAAA;EAGN,KAAA;EACA,QAAA,EAAU,KAAA,CAAM,SAAA;AAAA;AAAA,cAGL,KAAA;EAAA;;;;;;;KAOV,UAAA,GAAU,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PrimitiveProps } from "../Primitive/Primitive.mjs";
|
|
2
2
|
import "../Primitive/index.mjs";
|
|
3
3
|
import React from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime11 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Radio/Radio.d.ts
|
|
7
7
|
interface RadioGroupContextValue {
|
|
@@ -26,7 +26,7 @@ declare const RadioGroup: {
|
|
|
26
26
|
className,
|
|
27
27
|
children,
|
|
28
28
|
...props
|
|
29
|
-
}: RadioGroupProps):
|
|
29
|
+
}: RadioGroupProps): react_jsx_runtime11.JSX.Element;
|
|
30
30
|
displayName: string;
|
|
31
31
|
};
|
|
32
32
|
interface RadioProps extends Omit<React.ComponentProps<'input'>, 'type'> {
|
|
@@ -41,7 +41,7 @@ declare const Radio: {
|
|
|
41
41
|
checked: checkedProp,
|
|
42
42
|
onChange,
|
|
43
43
|
...props
|
|
44
|
-
}: RadioProps):
|
|
44
|
+
}: RadioProps): react_jsx_runtime11.JSX.Element;
|
|
45
45
|
displayName: string;
|
|
46
46
|
};
|
|
47
47
|
//#endregion
|