@causw/core 0.0.12 → 0.0.13
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.cjs +78 -0
- package/dist/components/BottomNavigation/BottomNavigation.d.cts +48 -0
- package/dist/components/BottomNavigation/BottomNavigation.d.cts.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.d.mts +49 -0
- package/dist/components/BottomNavigation/BottomNavigation.d.mts.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.mjs +78 -0
- package/dist/components/BottomNavigation/BottomNavigation.mjs.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.styles.cjs +26 -0
- package/dist/components/BottomNavigation/BottomNavigation.styles.d.cts +57 -0
- package/dist/components/BottomNavigation/BottomNavigation.styles.d.cts.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.styles.d.mts +57 -0
- package/dist/components/BottomNavigation/BottomNavigation.styles.d.mts.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.styles.mjs +26 -0
- package/dist/components/BottomNavigation/BottomNavigation.styles.mjs.map +1 -0
- package/dist/components/BottomNavigation/hooks/useBottomNavigationContext.cjs +22 -0
- package/dist/components/BottomNavigation/hooks/useBottomNavigationContext.mjs +19 -0
- package/dist/components/BottomNavigation/hooks/useBottomNavigationContext.mjs.map +1 -0
- package/dist/components/BottomNavigation/index.d.mts +1 -0
- package/dist/components/BottomSheet/BottomSheet.cjs +94 -0
- package/dist/components/BottomSheet/BottomSheet.d.cts +69 -0
- package/dist/components/BottomSheet/BottomSheet.d.cts.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.d.mts +69 -0
- package/dist/components/BottomSheet/BottomSheet.d.mts.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.mjs +93 -0
- package/dist/components/BottomSheet/BottomSheet.mjs.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.styles.cjs +21 -0
- package/dist/components/BottomSheet/BottomSheet.styles.d.cts +54 -0
- package/dist/components/BottomSheet/BottomSheet.styles.d.cts.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.styles.d.mts +54 -0
- package/dist/components/BottomSheet/BottomSheet.styles.d.mts.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.styles.mjs +21 -0
- package/dist/components/BottomSheet/BottomSheet.styles.mjs.map +1 -0
- package/dist/components/BottomSheet/index.d.mts +1 -0
- 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.styles.d.mts +3 -3
- package/dist/components/CTAButton/CTAButton.d.cts +2 -2
- package/dist/components/CTAButton/CTAButton.d.mts +2 -2
- 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 +191 -0
- package/dist/components/Calendar/Calendar.d.cts +40 -0
- package/dist/components/Calendar/Calendar.d.cts.map +1 -0
- package/dist/components/Calendar/Calendar.d.mts +40 -0
- package/dist/components/Calendar/Calendar.d.mts.map +1 -0
- package/dist/components/Calendar/Calendar.mjs +190 -0
- package/dist/components/Calendar/Calendar.mjs.map +1 -0
- package/dist/components/Calendar/Calendar.styles.cjs +121 -0
- package/dist/components/Calendar/Calendar.styles.d.cts +269 -0
- package/dist/components/Calendar/Calendar.styles.d.cts.map +1 -0
- package/dist/components/Calendar/Calendar.styles.d.mts +269 -0
- package/dist/components/Calendar/Calendar.styles.d.mts.map +1 -0
- package/dist/components/Calendar/Calendar.styles.mjs +120 -0
- package/dist/components/Calendar/Calendar.styles.mjs.map +1 -0
- package/dist/components/Calendar/index.d.mts +1 -0
- 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.mts +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.styles.d.cts +3 -3
- package/dist/components/Dialog/Dialog.styles.d.cts.map +1 -1
- package/dist/components/Drawer/Drawer.cjs +41 -0
- package/dist/components/Drawer/Drawer.d.cts +29 -0
- package/dist/components/Drawer/Drawer.d.cts.map +1 -0
- package/dist/components/Drawer/Drawer.d.mts +29 -0
- package/dist/components/Drawer/Drawer.d.mts.map +1 -0
- package/dist/components/Drawer/Drawer.mjs +40 -0
- package/dist/components/Drawer/Drawer.mjs.map +1 -0
- package/dist/components/Drawer/Drawer.styles.cjs +23 -0
- package/dist/components/Drawer/Drawer.styles.d.cts +36 -0
- package/dist/components/Drawer/Drawer.styles.d.cts.map +1 -0
- package/dist/components/Drawer/Drawer.styles.d.mts +36 -0
- package/dist/components/Drawer/Drawer.styles.d.mts.map +1 -0
- package/dist/components/Drawer/Drawer.styles.mjs +23 -0
- package/dist/components/Drawer/Drawer.styles.mjs.map +1 -0
- package/dist/components/Drawer/index.d.mts +1 -0
- package/dist/components/Dropdown/Dropdown.d.cts +3 -3
- package/dist/components/Field/Field.d.mts +5 -5
- package/dist/components/Float/Float.styles.d.cts +3 -3
- package/dist/components/Float/Float.styles.d.mts +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.cts +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 +7 -7
- package/dist/components/Modal/Modal.d.mts +7 -7
- 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/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/Radio/Radio.d.mts.map +1 -1
- package/dist/components/RatioChart/RatioChart.d.cts +5 -5
- package/dist/components/RatioChart/RatioChartEditor.d.cts +2 -2
- package/dist/components/Select/Select.d.cts +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.cjs +95 -0
- package/dist/components/Sidebar/Sidebar.d.cts +64 -0
- package/dist/components/Sidebar/Sidebar.d.cts.map +1 -0
- package/dist/components/Sidebar/Sidebar.d.mts +65 -0
- package/dist/components/Sidebar/Sidebar.d.mts.map +1 -0
- package/dist/components/Sidebar/Sidebar.mjs +95 -0
- package/dist/components/Sidebar/Sidebar.mjs.map +1 -0
- package/dist/components/Sidebar/Sidebar.styles.cjs +32 -0
- package/dist/components/Sidebar/Sidebar.styles.d.cts +75 -0
- package/dist/components/Sidebar/Sidebar.styles.d.cts.map +1 -0
- package/dist/components/Sidebar/Sidebar.styles.d.mts +75 -0
- package/dist/components/Sidebar/Sidebar.styles.d.mts.map +1 -0
- package/dist/components/Sidebar/Sidebar.styles.mjs +32 -0
- package/dist/components/Sidebar/Sidebar.styles.mjs.map +1 -0
- package/dist/components/Sidebar/hooks/useSidebarContext.cjs +22 -0
- package/dist/components/Sidebar/hooks/useSidebarContext.d.cts +5 -0
- package/dist/components/Sidebar/hooks/useSidebarContext.d.cts.map +1 -0
- package/dist/components/Sidebar/hooks/useSidebarContext.d.mts +7 -0
- package/dist/components/Sidebar/hooks/useSidebarContext.d.mts.map +1 -0
- package/dist/components/Sidebar/hooks/useSidebarContext.mjs +19 -0
- package/dist/components/Sidebar/hooks/useSidebarContext.mjs.map +1 -0
- package/dist/components/Sidebar/index.d.mts +2 -0
- 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/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.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.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 +3 -3
- package/dist/components/Toast/Toast.d.mts +3 -3
- package/dist/components/Toast/Toast.styles.d.cts +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.cts +3 -3
- package/dist/components/VStack/VStack.d.mts +2 -2
- package/dist/components/index.d.mts +12 -1
- package/dist/hooks/bottomSheet/useBottomSheet.cjs +15 -0
- package/dist/hooks/bottomSheet/useBottomSheet.mjs +13 -0
- package/dist/hooks/bottomSheet/useBottomSheet.mjs.map +1 -0
- package/dist/index.cjs +10 -0
- package/dist/index.d.cts +7 -1
- package/dist/index.d.mts +7 -1
- package/dist/index.mjs +6 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { PolymorphicProps } from "../../utils/polymorphic/polymorphic.cjs";
|
|
|
3
3
|
import { TextElement } from "../Text/Text.cjs";
|
|
4
4
|
import { CheckboxVariants } from "./Checkbox.styles.cjs";
|
|
5
5
|
import React from "react";
|
|
6
|
-
import * as
|
|
6
|
+
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
7
7
|
|
|
8
8
|
//#region src/components/Checkbox/Checkbox.d.ts
|
|
9
9
|
interface CheckboxRootProps extends Omit<React.ComponentProps<'label'>, 'onChange'>, CheckboxVariants {
|
|
@@ -21,11 +21,11 @@ declare const Checkbox: {
|
|
|
21
21
|
children,
|
|
22
22
|
className,
|
|
23
23
|
...props
|
|
24
|
-
}: CheckboxRootProps):
|
|
24
|
+
}: CheckboxRootProps): react_jsx_runtime12.JSX.Element;
|
|
25
25
|
displayName: string;
|
|
26
26
|
} & {
|
|
27
27
|
Indicator: {
|
|
28
|
-
():
|
|
28
|
+
(): react_jsx_runtime12.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
};
|
|
31
31
|
Label: {
|
|
@@ -35,7 +35,7 @@ declare const Checkbox: {
|
|
|
35
35
|
textColor,
|
|
36
36
|
className,
|
|
37
37
|
...props
|
|
38
|
-
}: CheckboxLabelProps<E>):
|
|
38
|
+
}: CheckboxLabelProps<E>): react_jsx_runtime12.JSX.Element;
|
|
39
39
|
displayName: string;
|
|
40
40
|
};
|
|
41
41
|
};
|
|
@@ -5,7 +5,7 @@ import "../Text/index.mjs";
|
|
|
5
5
|
import "../../utils/index.mjs";
|
|
6
6
|
import { CheckboxVariants } from "./Checkbox.styles.mjs";
|
|
7
7
|
import React from "react";
|
|
8
|
-
import * as
|
|
8
|
+
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
9
9
|
|
|
10
10
|
//#region src/components/Checkbox/Checkbox.d.ts
|
|
11
11
|
interface CheckboxRootProps extends Omit<React.ComponentProps<'label'>, 'onChange'>, CheckboxVariants {
|
|
@@ -23,11 +23,11 @@ declare const Checkbox: {
|
|
|
23
23
|
children,
|
|
24
24
|
className,
|
|
25
25
|
...props
|
|
26
|
-
}: CheckboxRootProps):
|
|
26
|
+
}: CheckboxRootProps): react_jsx_runtime12.JSX.Element;
|
|
27
27
|
displayName: string;
|
|
28
28
|
} & {
|
|
29
29
|
Indicator: {
|
|
30
|
-
():
|
|
30
|
+
(): react_jsx_runtime12.JSX.Element;
|
|
31
31
|
displayName: string;
|
|
32
32
|
};
|
|
33
33
|
Label: {
|
|
@@ -37,7 +37,7 @@ declare const Checkbox: {
|
|
|
37
37
|
textColor,
|
|
38
38
|
className,
|
|
39
39
|
...props
|
|
40
|
-
}: CheckboxLabelProps<E>):
|
|
40
|
+
}: CheckboxLabelProps<E>): react_jsx_runtime12.JSX.Element;
|
|
41
41
|
displayName: string;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.mts","names":[],"sources":["../../../src/components/Checkbox/Checkbox.tsx"],"mappings":";;;;;;;;;;UAyBiB,iBAAA,SACP,IAAA,CAAK,KAAA,CAAM,cAAA,wBAAsC,gBAAA;EACzD,cAAA;EACA,eAAA,IAAmB,OAAA;EACnB,QAAA,GAAW,KAAA,CAAM,SAAA;AAAA;AAAA,KAoEP,kBAAA,WAA6B,WAAA,aACvC,gBAAA,CAAiB,CAAA,EAAG,YAAA;AAAA,cA6BT,QAAA;EAAA;;;;;;;;KAvFV,iBAAA,GAAiB,
|
|
1
|
+
{"version":3,"file":"Checkbox.d.mts","names":[],"sources":["../../../src/components/Checkbox/Checkbox.tsx"],"mappings":";;;;;;;;;;UAyBiB,iBAAA,SACP,IAAA,CAAK,KAAA,CAAM,cAAA,wBAAsC,gBAAA;EACzD,cAAA;EACA,eAAA,IAAmB,OAAA;EACnB,QAAA,GAAW,KAAA,CAAM,SAAA;AAAA;AAAA,KAoEP,kBAAA,WAA6B,WAAA,aACvC,gBAAA,CAAiB,CAAA,EAAG,YAAA;AAAA,cA6BT,QAAA;EAAA;;;;;;;;KAvFV,iBAAA,GAAiB,mBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;;;eA4Da,WAAA;MAAW,QAAA;MAAA,UAAA;MAAA,SAAA;MAAA,SAAA;MAAA,GAAA;IAAA,GAMzC,kBAAA,CAAmB,CAAA,IAAE,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants33 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Checkbox/Checkbox.styles.d.ts
|
|
5
|
-
declare const checkbox:
|
|
5
|
+
declare const checkbox: tailwind_variants33.TVReturnType<{
|
|
6
6
|
checked: {
|
|
7
7
|
true: {
|
|
8
8
|
indicator: string;
|
|
@@ -46,7 +46,7 @@ declare const checkbox: tailwind_variants27.TVReturnType<{
|
|
|
46
46
|
indicator: string;
|
|
47
47
|
indicatorIcon: string;
|
|
48
48
|
label: string;
|
|
49
|
-
},
|
|
49
|
+
}, tailwind_variants33.TVReturnType<{
|
|
50
50
|
checked: {
|
|
51
51
|
true: {
|
|
52
52
|
indicator: string;
|
|
@@ -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_runtime31 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_runtime31.JSX.Element;
|
|
18
18
|
displayName: string;
|
|
19
19
|
};
|
|
20
20
|
//#endregion
|
|
@@ -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/Chip/Chip.styles.d.ts
|
|
5
|
-
declare const chip:
|
|
5
|
+
declare const chip: tailwind_variants15.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
white: string;
|
|
8
8
|
lightgray: string;
|
|
@@ -30,7 +30,7 @@ declare const chip: tailwind_variants19.TVReturnType<{
|
|
|
30
30
|
true: string;
|
|
31
31
|
false: string;
|
|
32
32
|
};
|
|
33
|
-
}, undefined,
|
|
33
|
+
}, undefined, tailwind_variants15.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_runtime32 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_runtime32.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_runtime32.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_runtime32.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_runtime32.JSX.Element;
|
|
51
51
|
displayName: string;
|
|
52
52
|
};
|
|
53
53
|
Close: react0.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react0.RefAttributes<HTMLButtonElement>>;
|
|
@@ -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/Dialog/Dialog.styles.d.ts
|
|
5
|
-
declare const dialog:
|
|
5
|
+
declare const dialog: tailwind_variants17.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_variants17.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"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_Drawer_styles = require('./Drawer.styles.cjs');
|
|
3
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
4
|
+
let _radix_ui_react_dialog = require("@radix-ui/react-dialog");
|
|
5
|
+
_radix_ui_react_dialog = require_rolldown_runtime.__toESM(_radix_ui_react_dialog);
|
|
6
|
+
|
|
7
|
+
//#region src/components/Drawer/Drawer.tsx
|
|
8
|
+
const DrawerRoot = _radix_ui_react_dialog.Root;
|
|
9
|
+
const DrawerTrigger = _radix_ui_react_dialog.Trigger;
|
|
10
|
+
const DrawerClose = _radix_ui_react_dialog.Close;
|
|
11
|
+
const DrawerPortal = _radix_ui_react_dialog.Portal;
|
|
12
|
+
const DrawerTitle = _radix_ui_react_dialog.Title;
|
|
13
|
+
const DrawerDescription = _radix_ui_react_dialog.Description;
|
|
14
|
+
const DrawerOverlay = ({ className, ...props }) => {
|
|
15
|
+
const { overlay } = require_Drawer_styles.drawer();
|
|
16
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_radix_ui_react_dialog.Overlay, {
|
|
17
|
+
className: overlay({ className }),
|
|
18
|
+
...props
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
const DrawerContent = ({ position, className, children, ...props }) => {
|
|
22
|
+
const { content } = require_Drawer_styles.drawer({ position });
|
|
23
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_radix_ui_react_dialog.Content, {
|
|
24
|
+
className: content({ className }),
|
|
25
|
+
...props,
|
|
26
|
+
children
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
const Drawer = Object.assign(DrawerRoot, {
|
|
30
|
+
Root: DrawerRoot,
|
|
31
|
+
Trigger: DrawerTrigger,
|
|
32
|
+
Close: DrawerClose,
|
|
33
|
+
Portal: DrawerPortal,
|
|
34
|
+
Overlay: DrawerOverlay,
|
|
35
|
+
Content: DrawerContent,
|
|
36
|
+
Title: DrawerTitle,
|
|
37
|
+
Description: DrawerDescription
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
//#endregion
|
|
41
|
+
exports.Drawer = Drawer;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DrawerVariants } from "./Drawer.styles.cjs";
|
|
2
|
+
import * as react16 from "react";
|
|
3
|
+
import * as react_jsx_runtime50 from "react/jsx-runtime";
|
|
4
|
+
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
5
|
+
|
|
6
|
+
//#region src/components/Drawer/Drawer.d.ts
|
|
7
|
+
type DrawerOverlayProps = React.ComponentProps<typeof DialogPrimitive.Overlay>;
|
|
8
|
+
type DrawerContentProps = React.ComponentProps<typeof DialogPrimitive.Content> & DrawerVariants;
|
|
9
|
+
declare const Drawer: react16.FC<DialogPrimitive.DialogProps> & {
|
|
10
|
+
Root: react16.FC<DialogPrimitive.DialogProps>;
|
|
11
|
+
Trigger: react16.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & react16.RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
Close: react16.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react16.RefAttributes<HTMLButtonElement>>;
|
|
13
|
+
Portal: react16.FC<DialogPrimitive.DialogPortalProps>;
|
|
14
|
+
Overlay: ({
|
|
15
|
+
className,
|
|
16
|
+
...props
|
|
17
|
+
}: DrawerOverlayProps) => react_jsx_runtime50.JSX.Element;
|
|
18
|
+
Content: ({
|
|
19
|
+
position,
|
|
20
|
+
className,
|
|
21
|
+
children,
|
|
22
|
+
...props
|
|
23
|
+
}: DrawerContentProps) => react_jsx_runtime50.JSX.Element;
|
|
24
|
+
Title: react16.ForwardRefExoticComponent<DialogPrimitive.DialogTitleProps & react16.RefAttributes<HTMLHeadingElement>>;
|
|
25
|
+
Description: react16.ForwardRefExoticComponent<DialogPrimitive.DialogDescriptionProps & react16.RefAttributes<HTMLParagraphElement>>;
|
|
26
|
+
};
|
|
27
|
+
//#endregion
|
|
28
|
+
export { Drawer };
|
|
29
|
+
//# sourceMappingURL=Drawer.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.d.cts","names":[],"sources":["../../../src/components/Drawer/Drawer.tsx"],"mappings":";;;;;;KAUK,kBAAA,GAAqB,KAAA,CAAM,cAAA,QAAsB,eAAA,CAAgB,OAAA;AAAA,KASjE,kBAAA,GAAqB,KAAA,CAAM,cAAA,QAAsB,eAAA,CAAgB,OAAA,IACpE,cAAA;AAAA,cAgBW,MAAA,EAAM,OAAA,CAAA,EAAA,CAAA,eAAA,CAAA,WAAA;;;;;;;;KAxB6B,kBAAA,KAAkB,mBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;KAe/D,kBAAA,KAAkB,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DrawerVariants } from "./Drawer.styles.mjs";
|
|
2
|
+
import * as react16 from "react";
|
|
3
|
+
import * as react_jsx_runtime77 from "react/jsx-runtime";
|
|
4
|
+
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
5
|
+
|
|
6
|
+
//#region src/components/Drawer/Drawer.d.ts
|
|
7
|
+
type DrawerOverlayProps = React.ComponentProps<typeof DialogPrimitive.Overlay>;
|
|
8
|
+
type DrawerContentProps = React.ComponentProps<typeof DialogPrimitive.Content> & DrawerVariants;
|
|
9
|
+
declare const Drawer: react16.FC<DialogPrimitive.DialogProps> & {
|
|
10
|
+
Root: react16.FC<DialogPrimitive.DialogProps>;
|
|
11
|
+
Trigger: react16.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & react16.RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
Close: react16.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react16.RefAttributes<HTMLButtonElement>>;
|
|
13
|
+
Portal: react16.FC<DialogPrimitive.DialogPortalProps>;
|
|
14
|
+
Overlay: ({
|
|
15
|
+
className,
|
|
16
|
+
...props
|
|
17
|
+
}: DrawerOverlayProps) => react_jsx_runtime77.JSX.Element;
|
|
18
|
+
Content: ({
|
|
19
|
+
position,
|
|
20
|
+
className,
|
|
21
|
+
children,
|
|
22
|
+
...props
|
|
23
|
+
}: DrawerContentProps) => react_jsx_runtime77.JSX.Element;
|
|
24
|
+
Title: react16.ForwardRefExoticComponent<DialogPrimitive.DialogTitleProps & react16.RefAttributes<HTMLHeadingElement>>;
|
|
25
|
+
Description: react16.ForwardRefExoticComponent<DialogPrimitive.DialogDescriptionProps & react16.RefAttributes<HTMLParagraphElement>>;
|
|
26
|
+
};
|
|
27
|
+
//#endregion
|
|
28
|
+
export { Drawer };
|
|
29
|
+
//# sourceMappingURL=Drawer.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.d.mts","names":[],"sources":["../../../src/components/Drawer/Drawer.tsx"],"mappings":";;;;;;KAUK,kBAAA,GAAqB,KAAA,CAAM,cAAA,QAAsB,eAAA,CAAgB,OAAA;AAAA,KASjE,kBAAA,GAAqB,KAAA,CAAM,cAAA,QAAsB,eAAA,CAAgB,OAAA,IACpE,cAAA;AAAA,cAgBW,MAAA,EAAM,OAAA,CAAA,EAAA,CAAA,eAAA,CAAA,WAAA;;;;;;;;KAxB6B,kBAAA,KAAkB,mBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;KAe/D,kBAAA,KAAkB,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { drawer } from "./Drawer.styles.mjs";
|
|
2
|
+
import { jsx } from "react/jsx-runtime";
|
|
3
|
+
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
4
|
+
|
|
5
|
+
//#region src/components/Drawer/Drawer.tsx
|
|
6
|
+
const DrawerRoot = DialogPrimitive.Root;
|
|
7
|
+
const DrawerTrigger = DialogPrimitive.Trigger;
|
|
8
|
+
const DrawerClose = DialogPrimitive.Close;
|
|
9
|
+
const DrawerPortal = DialogPrimitive.Portal;
|
|
10
|
+
const DrawerTitle = DialogPrimitive.Title;
|
|
11
|
+
const DrawerDescription = DialogPrimitive.Description;
|
|
12
|
+
const DrawerOverlay = ({ className, ...props }) => {
|
|
13
|
+
const { overlay } = drawer();
|
|
14
|
+
return /* @__PURE__ */ jsx(DialogPrimitive.Overlay, {
|
|
15
|
+
className: overlay({ className }),
|
|
16
|
+
...props
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
const DrawerContent = ({ position, className, children, ...props }) => {
|
|
20
|
+
const { content } = drawer({ position });
|
|
21
|
+
return /* @__PURE__ */ jsx(DialogPrimitive.Content, {
|
|
22
|
+
className: content({ className }),
|
|
23
|
+
...props,
|
|
24
|
+
children
|
|
25
|
+
});
|
|
26
|
+
};
|
|
27
|
+
const Drawer = Object.assign(DrawerRoot, {
|
|
28
|
+
Root: DrawerRoot,
|
|
29
|
+
Trigger: DrawerTrigger,
|
|
30
|
+
Close: DrawerClose,
|
|
31
|
+
Portal: DrawerPortal,
|
|
32
|
+
Overlay: DrawerOverlay,
|
|
33
|
+
Content: DrawerContent,
|
|
34
|
+
Title: DrawerTitle,
|
|
35
|
+
Description: DrawerDescription
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
//#endregion
|
|
39
|
+
export { Drawer };
|
|
40
|
+
//# sourceMappingURL=Drawer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.mjs","names":[],"sources":["../../../src/components/Drawer/Drawer.tsx"],"sourcesContent":["import * as DialogPrimitive from '@radix-ui/react-dialog';\nimport { drawer, DrawerVariants } from './Drawer.styles';\n\nconst DrawerRoot = DialogPrimitive.Root;\nconst DrawerTrigger = DialogPrimitive.Trigger;\nconst DrawerClose = DialogPrimitive.Close;\nconst DrawerPortal = DialogPrimitive.Portal;\nconst DrawerTitle = DialogPrimitive.Title;\nconst DrawerDescription = DialogPrimitive.Description;\n\ntype DrawerOverlayProps = React.ComponentProps<typeof DialogPrimitive.Overlay>;\n\nconst DrawerOverlay = ({ className, ...props }: DrawerOverlayProps) => {\n const { overlay } = drawer();\n return (\n <DialogPrimitive.Overlay className={overlay({ className })} {...props} />\n );\n};\n\ntype DrawerContentProps = React.ComponentProps<typeof DialogPrimitive.Content> &\n DrawerVariants;\n\nconst DrawerContent = ({\n position,\n className,\n children,\n ...props\n}: DrawerContentProps) => {\n const { content } = drawer({ position });\n return (\n <DialogPrimitive.Content className={content({ className })} {...props}>\n {children}\n </DialogPrimitive.Content>\n );\n};\n\nexport const Drawer = Object.assign(DrawerRoot, {\n Root: DrawerRoot,\n Trigger: DrawerTrigger,\n Close: DrawerClose,\n Portal: DrawerPortal,\n Overlay: DrawerOverlay,\n Content: DrawerContent,\n Title: DrawerTitle,\n Description: DrawerDescription,\n});\n"],"mappings":";;;;;AAGA,MAAM,aAAa,gBAAgB;AACnC,MAAM,gBAAgB,gBAAgB;AACtC,MAAM,cAAc,gBAAgB;AACpC,MAAM,eAAe,gBAAgB;AACrC,MAAM,cAAc,gBAAgB;AACpC,MAAM,oBAAoB,gBAAgB;AAI1C,MAAM,iBAAiB,EAAE,WAAW,GAAG,YAAgC;CACrE,MAAM,EAAE,YAAY,QAAQ;AAC5B,QACE,oBAAC,gBAAgB;EAAQ,WAAW,QAAQ,EAAE,WAAW,CAAC;EAAE,GAAI;GAAS;;AAO7E,MAAM,iBAAiB,EACrB,UACA,WACA,UACA,GAAG,YACqB;CACxB,MAAM,EAAE,YAAY,OAAO,EAAE,UAAU,CAAC;AACxC,QACE,oBAAC,gBAAgB;EAAQ,WAAW,QAAQ,EAAE,WAAW,CAAC;EAAE,GAAI;EAC7D;GACuB;;AAI9B,MAAa,SAAS,OAAO,OAAO,YAAY;CAC9C,MAAM;CACN,SAAS;CACT,OAAO;CACP,QAAQ;CACR,SAAS;CACT,SAAS;CACT,OAAO;CACP,aAAa;CACd,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
|
+
let tailwind_variants = require("tailwind-variants");
|
|
3
|
+
|
|
4
|
+
//#region src/components/Drawer/Drawer.styles.ts
|
|
5
|
+
const drawer = (0, tailwind_variants.tv)({
|
|
6
|
+
slots: {
|
|
7
|
+
overlay: [
|
|
8
|
+
"fixed inset-0 z-50",
|
|
9
|
+
"data-[state=open]:animate-overlay-show",
|
|
10
|
+
"data-[state=closed]:animate-overlay-hide"
|
|
11
|
+
],
|
|
12
|
+
content: [
|
|
13
|
+
"fixed z-50 w-full",
|
|
14
|
+
"data-[state=open]:animate-content-show",
|
|
15
|
+
"data-[state=closed]:animate-content-hide"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
variants: { position: { bottom: { content: "bottom-0" } } },
|
|
19
|
+
defaultVariants: { position: "bottom" }
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.drawer = drawer;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as tailwind_variants45 from "tailwind-variants";
|
|
2
|
+
import { VariantProps } from "tailwind-variants";
|
|
3
|
+
|
|
4
|
+
//#region src/components/Drawer/Drawer.styles.d.ts
|
|
5
|
+
declare const drawer: tailwind_variants45.TVReturnType<{
|
|
6
|
+
position: {
|
|
7
|
+
bottom: {
|
|
8
|
+
content: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
}, {
|
|
12
|
+
overlay: string[];
|
|
13
|
+
content: string[];
|
|
14
|
+
}, undefined, {
|
|
15
|
+
position: {
|
|
16
|
+
bottom: {
|
|
17
|
+
content: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
}, {
|
|
21
|
+
overlay: string[];
|
|
22
|
+
content: string[];
|
|
23
|
+
}, tailwind_variants45.TVReturnType<{
|
|
24
|
+
position: {
|
|
25
|
+
bottom: {
|
|
26
|
+
content: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
}, {
|
|
30
|
+
overlay: string[];
|
|
31
|
+
content: string[];
|
|
32
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
33
|
+
type DrawerVariants = VariantProps<typeof drawer>;
|
|
34
|
+
//#endregion
|
|
35
|
+
export { DrawerVariants };
|
|
36
|
+
//# sourceMappingURL=Drawer.styles.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.styles.d.cts","names":[],"sources":["../../../src/components/Drawer/Drawer.styles.ts"],"mappings":";;;;cAEa,MAAA,EAuBX,mBAAA,CAvBiB,YAAA;;;;;;;;;;;;;;;;;;GAuBjB,mBAAA,CAAA,YAAA;;;;;;;;;;KAEU,cAAA,GAAiB,YAAA,QAAoB,MAAA"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as tailwind_variants49 from "tailwind-variants";
|
|
2
|
+
import { VariantProps } from "tailwind-variants";
|
|
3
|
+
|
|
4
|
+
//#region src/components/Drawer/Drawer.styles.d.ts
|
|
5
|
+
declare const drawer: tailwind_variants49.TVReturnType<{
|
|
6
|
+
position: {
|
|
7
|
+
bottom: {
|
|
8
|
+
content: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
}, {
|
|
12
|
+
overlay: string[];
|
|
13
|
+
content: string[];
|
|
14
|
+
}, undefined, {
|
|
15
|
+
position: {
|
|
16
|
+
bottom: {
|
|
17
|
+
content: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
}, {
|
|
21
|
+
overlay: string[];
|
|
22
|
+
content: string[];
|
|
23
|
+
}, tailwind_variants49.TVReturnType<{
|
|
24
|
+
position: {
|
|
25
|
+
bottom: {
|
|
26
|
+
content: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
}, {
|
|
30
|
+
overlay: string[];
|
|
31
|
+
content: string[];
|
|
32
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
33
|
+
type DrawerVariants = VariantProps<typeof drawer>;
|
|
34
|
+
//#endregion
|
|
35
|
+
export { DrawerVariants };
|
|
36
|
+
//# sourceMappingURL=Drawer.styles.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.styles.d.mts","names":[],"sources":["../../../src/components/Drawer/Drawer.styles.ts"],"mappings":";;;;cAEa,MAAA,EAuBX,mBAAA,CAvBiB,YAAA;;;;;;;;;;;;;;;;;;GAuBjB,mBAAA,CAAA,YAAA;;;;;;;;;;KAEU,cAAA,GAAiB,YAAA,QAAoB,MAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { tv } from "tailwind-variants";
|
|
2
|
+
|
|
3
|
+
//#region src/components/Drawer/Drawer.styles.ts
|
|
4
|
+
const drawer = tv({
|
|
5
|
+
slots: {
|
|
6
|
+
overlay: [
|
|
7
|
+
"fixed inset-0 z-50",
|
|
8
|
+
"data-[state=open]:animate-overlay-show",
|
|
9
|
+
"data-[state=closed]:animate-overlay-hide"
|
|
10
|
+
],
|
|
11
|
+
content: [
|
|
12
|
+
"fixed z-50 w-full",
|
|
13
|
+
"data-[state=open]:animate-content-show",
|
|
14
|
+
"data-[state=closed]:animate-content-hide"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
variants: { position: { bottom: { content: "bottom-0" } } },
|
|
18
|
+
defaultVariants: { position: "bottom" }
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
export { drawer };
|
|
23
|
+
//# sourceMappingURL=Drawer.styles.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.styles.mjs","names":[],"sources":["../../../src/components/Drawer/Drawer.styles.ts"],"sourcesContent":["import { tv, type VariantProps } from 'tailwind-variants';\n\nexport const drawer = tv({\n slots: {\n overlay: [\n 'fixed inset-0 z-50',\n 'data-[state=open]:animate-overlay-show',\n 'data-[state=closed]:animate-overlay-hide',\n ],\n content: [\n 'fixed z-50 w-full',\n 'data-[state=open]:animate-content-show',\n 'data-[state=closed]:animate-content-hide',\n ],\n },\n variants: {\n position: {\n bottom: {\n content: 'bottom-0',\n },\n },\n },\n defaultVariants: {\n position: 'bottom',\n },\n});\n\nexport type DrawerVariants = VariantProps<typeof drawer>;\n"],"mappings":";;;AAEA,MAAa,SAAS,GAAG;CACvB,OAAO;EACL,SAAS;GACP;GACA;GACA;GACD;EACD,SAAS;GACP;GACA;GACA;GACD;EACF;CACD,UAAU,EACR,UAAU,EACR,QAAQ,EACN,SAAS,YACV,EACF,EACF;CACD,iBAAiB,EACf,UAAU,UACX;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import { Drawer } from "./Drawer.mjs";
|
|
@@ -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,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_variants43 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_variants43.TVReturnType<{
|
|
6
6
|
floatType: {
|
|
7
7
|
absolute: string;
|
|
8
8
|
fixed: string;
|
|
@@ -30,7 +30,7 @@ declare const float: tailwind_variants41.TVReturnType<{
|
|
|
30
30
|
modal: string;
|
|
31
31
|
toast: string;
|
|
32
32
|
};
|
|
33
|
-
}, undefined,
|
|
33
|
+
}, undefined, tailwind_variants43.TVReturnType<{
|
|
34
34
|
floatType: {
|
|
35
35
|
absolute: string;
|
|
36
36
|
fixed: 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/Float/Float.styles.d.ts
|
|
5
|
-
declare const float:
|
|
5
|
+
declare const float: tailwind_variants43.TVReturnType<{
|
|
6
6
|
floatType: {
|
|
7
7
|
absolute: string;
|
|
8
8
|
fixed: string;
|
|
@@ -30,7 +30,7 @@ declare const float: tailwind_variants41.TVReturnType<{
|
|
|
30
30
|
modal: string;
|
|
31
31
|
toast: string;
|
|
32
32
|
};
|
|
33
|
-
}, undefined,
|
|
33
|
+
}, undefined, tailwind_variants43.TVReturnType<{
|
|
34
34
|
floatType: {
|
|
35
35
|
absolute: string;
|
|
36
36
|
fixed: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
2
2
|
import { FloatingActionButtonVariants } from "./FloatingActionButton.styles.cjs";
|
|
3
3
|
import { ComponentProps } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime16 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/FloatingActionButton/FloatingActionButton.d.ts
|
|
7
7
|
interface FloatingActionButtonProps extends ComponentProps<'button'>, FloatingActionButtonVariants, PrimitiveProps {}
|
|
@@ -10,7 +10,7 @@ declare function FloatingActionButton({
|
|
|
10
10
|
children,
|
|
11
11
|
className,
|
|
12
12
|
...props
|
|
13
|
-
}: FloatingActionButtonProps):
|
|
13
|
+
}: FloatingActionButtonProps): react_jsx_runtime16.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { FloatingActionButton, FloatingActionButtonProps };
|
|
16
16
|
//# 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_runtime15 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_runtime15.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { FloatingActionButton, FloatingActionButtonProps };
|
|
17
17
|
//# sourceMappingURL=FloatingActionButton.d.mts.map
|