@causw/core 0.0.15 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +123 -0
- package/dist/components/Avatar/Avatar.d.cts +3 -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.styles.d.cts +3 -3
- package/dist/components/Avatar/Avatar.styles.d.mts +3 -3
- package/dist/components/Avatar/index.d.cts +2 -0
- package/dist/components/BottomNavigation/BottomNavigation.d.cts +6 -5
- package/dist/components/BottomNavigation/BottomNavigation.d.cts.map +1 -1
- package/dist/components/BottomNavigation/BottomNavigation.d.mts +5 -5
- package/dist/components/BottomNavigation/BottomNavigation.styles.d.mts +3 -3
- package/dist/components/BottomNavigation/index.d.cts +1 -0
- 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/BottomSheet/index.d.cts +1 -0
- package/dist/components/Box/Box.d.cts +1 -0
- package/dist/components/Box/Box.d.cts.map +1 -1
- package/dist/components/Box/index.d.cts +2 -0
- package/dist/components/Button/Button.d.cts +3 -2
- package/dist/components/Button/Button.d.cts.map +1 -1
- 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.cjs +1 -1
- package/dist/components/Button/Button.styles.d.cts +5 -5
- package/dist/components/Button/Button.styles.d.mts +5 -5
- package/dist/components/Button/Button.styles.mjs +1 -1
- package/dist/components/Button/Button.styles.mjs.map +1 -1
- package/dist/components/Button/index.d.cts +1 -0
- package/dist/components/CTAButton/CTAButton.d.cts +3 -2
- package/dist/components/CTAButton/CTAButton.d.cts.map +1 -1
- package/dist/components/CTAButton/CTAButton.styles.cjs +1 -1
- package/dist/components/CTAButton/CTAButton.styles.d.cts +5 -5
- package/dist/components/CTAButton/CTAButton.styles.d.mts +5 -5
- package/dist/components/CTAButton/CTAButton.styles.mjs +1 -1
- package/dist/components/CTAButton/CTAButton.styles.mjs.map +1 -1
- package/dist/components/CTAButton/index.d.cts +1 -0
- package/dist/components/Calendar/Calendar.cjs +2 -2
- package/dist/components/Calendar/Calendar.d.cts +4 -2
- package/dist/components/Calendar/Calendar.d.cts.map +1 -1
- package/dist/components/Calendar/Calendar.d.mts +4 -2
- package/dist/components/Calendar/Calendar.d.mts.map +1 -1
- package/dist/components/Calendar/Calendar.mjs +2 -2
- package/dist/components/Calendar/Calendar.mjs.map +1 -1
- 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 +6 -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/index.d.cts +1 -0
- package/dist/components/Chip/Chip.d.cts +3 -2
- package/dist/components/Chip/Chip.d.cts.map +1 -1
- package/dist/components/Chip/Chip.d.mts +2 -2
- package/dist/components/Chip/Chip.styles.cjs +1 -1
- package/dist/components/Chip/Chip.styles.d.cts +3 -3
- package/dist/components/Chip/Chip.styles.d.mts +3 -3
- package/dist/components/Chip/Chip.styles.mjs +1 -1
- package/dist/components/Chip/Chip.styles.mjs.map +1 -1
- package/dist/components/Chip/index.d.cts +2 -0
- package/dist/components/DatePicker/DatePicker.cjs +93 -0
- package/dist/components/DatePicker/DatePicker.d.cts +40 -0
- package/dist/components/DatePicker/DatePicker.d.cts.map +1 -0
- package/dist/components/DatePicker/DatePicker.d.mts +41 -0
- package/dist/components/DatePicker/DatePicker.d.mts.map +1 -0
- package/dist/components/DatePicker/DatePicker.mjs +92 -0
- package/dist/components/DatePicker/DatePicker.mjs.map +1 -0
- package/dist/components/DatePicker/DatePicker.styles.cjs +33 -0
- package/dist/components/DatePicker/DatePicker.styles.d.cts +84 -0
- package/dist/components/DatePicker/DatePicker.styles.d.cts.map +1 -0
- package/dist/components/DatePicker/DatePicker.styles.d.mts +84 -0
- package/dist/components/DatePicker/DatePicker.styles.d.mts.map +1 -0
- package/dist/components/DatePicker/DatePicker.styles.mjs +33 -0
- package/dist/components/DatePicker/DatePicker.styles.mjs.map +1 -0
- package/dist/components/DatePicker/index.d.cts +2 -0
- package/dist/components/DatePicker/index.d.mts +2 -0
- package/dist/components/Dialog/Dialog.d.cts +9 -8
- package/dist/components/Dialog/Dialog.d.cts.map +1 -1
- 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/Dialog/index.d.cts +2 -0
- package/dist/components/Drawer/Drawer.d.cts +11 -11
- package/dist/components/Drawer/Drawer.d.cts.map +1 -1
- 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/Drawer/index.d.cts +1 -0
- 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/Dropdown/Dropdown.styles.d.mts.map +1 -1
- package/dist/components/Dropdown/index.d.cts +2 -0
- package/dist/components/Field/Field.d.cts +6 -5
- package/dist/components/Field/Field.d.cts.map +1 -1
- package/dist/components/Field/Field.d.mts +5 -5
- package/dist/components/Field/index.d.cts +1 -0
- package/dist/components/Flex/Flex.d.cts +1 -0
- package/dist/components/Flex/Flex.d.cts.map +1 -1
- package/dist/components/Flex/index.d.cts +2 -0
- package/dist/components/Float/Float.d.cts +1 -0
- package/dist/components/Float/Float.d.cts.map +1 -1
- package/dist/components/Float/Float.styles.d.mts +3 -3
- package/dist/components/Float/index.d.cts +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.d.cts +3 -2
- package/dist/components/FloatingActionButton/FloatingActionButton.d.cts.map +1 -1
- 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/FloatingActionButton/index.d.cts +1 -0
- package/dist/components/Grid/Grid.d.cts +1 -0
- package/dist/components/Grid/Grid.d.cts.map +1 -1
- package/dist/components/Grid/Grid.styles.d.mts +3 -3
- package/dist/components/Grid/index.d.cts +1 -0
- package/dist/components/HStack/HStack.d.cts +3 -2
- package/dist/components/HStack/HStack.d.cts.map +1 -1
- package/dist/components/HStack/HStack.d.mts +2 -2
- package/dist/components/HStack/index.d.cts +1 -0
- package/dist/components/Modal/Modal.cjs +4 -7
- package/dist/components/Modal/Modal.d.cts +14 -15
- package/dist/components/Modal/Modal.d.cts.map +1 -1
- package/dist/components/Modal/Modal.d.mts +10 -12
- package/dist/components/Modal/Modal.d.mts.map +1 -1
- package/dist/components/Modal/Modal.mjs +4 -7
- package/dist/components/Modal/Modal.mjs.map +1 -1
- package/dist/components/Modal/Modal.styles.cjs +15 -26
- package/dist/components/Modal/Modal.styles.d.cts +3 -39
- package/dist/components/Modal/Modal.styles.d.cts.map +1 -1
- package/dist/components/Modal/Modal.styles.d.mts +0 -36
- package/dist/components/Modal/Modal.styles.d.mts.map +1 -1
- package/dist/components/Modal/Modal.styles.mjs +15 -26
- package/dist/components/Modal/Modal.styles.mjs.map +1 -1
- package/dist/components/Modal/index.d.cts +2 -0
- package/dist/components/Primitive/Primitive.d.cts +16 -16
- package/dist/components/Primitive/Primitive.d.mts +16 -16
- package/dist/components/Primitive/index.d.cts +1 -0
- package/dist/components/PullToRefresh/PullToRefresh.cjs +79 -0
- package/dist/components/PullToRefresh/PullToRefresh.d.cts +20 -0
- package/dist/components/PullToRefresh/PullToRefresh.d.cts.map +1 -0
- package/dist/components/PullToRefresh/PullToRefresh.d.mts +20 -0
- package/dist/components/PullToRefresh/PullToRefresh.d.mts.map +1 -0
- package/dist/components/PullToRefresh/PullToRefresh.mjs +78 -0
- package/dist/components/PullToRefresh/PullToRefresh.mjs.map +1 -0
- package/dist/components/PullToRefresh/PullToRefresh.styles.cjs +12 -0
- package/dist/components/PullToRefresh/PullToRefresh.styles.d.cts +46 -0
- package/dist/components/PullToRefresh/PullToRefresh.styles.d.cts.map +1 -0
- package/dist/components/PullToRefresh/PullToRefresh.styles.d.mts +46 -0
- package/dist/components/PullToRefresh/PullToRefresh.styles.d.mts.map +1 -0
- package/dist/components/PullToRefresh/PullToRefresh.styles.mjs +12 -0
- package/dist/components/PullToRefresh/PullToRefresh.styles.mjs.map +1 -0
- package/dist/components/PullToRefresh/index.d.cts +1 -0
- package/dist/components/PullToRefresh/index.d.mts +1 -0
- package/dist/components/Radio/Radio.d.cts +4 -3
- package/dist/components/Radio/Radio.d.cts.map +1 -1
- package/dist/components/Radio/index.d.cts +1 -0
- 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/RatioChart/index.d.cts +2 -0
- package/dist/components/Select/Select.d.mts +5 -5
- package/dist/components/Select/Select.styles.d.cts +3 -3
- package/dist/components/Select/index.d.cts +2 -0
- package/dist/components/Separator/Separator.d.cts +1 -0
- package/dist/components/Separator/Separator.d.cts.map +1 -1
- package/dist/components/Separator/Separator.styles.cjs +1 -1
- package/dist/components/Separator/Separator.styles.d.mts +3 -3
- package/dist/components/Separator/Separator.styles.mjs +1 -1
- package/dist/components/Separator/Separator.styles.mjs.map +1 -1
- package/dist/components/Separator/index.d.cts +2 -0
- package/dist/components/Sidebar/Sidebar.d.cts +9 -8
- package/dist/components/Sidebar/Sidebar.d.cts.map +1 -1
- package/dist/components/Sidebar/Sidebar.d.mts +8 -8
- package/dist/components/Sidebar/Sidebar.styles.d.mts +3 -3
- package/dist/components/Sidebar/hooks/useSidebarContext.d.cts +2 -0
- package/dist/components/Sidebar/hooks/useSidebarContext.d.cts.map +1 -1
- package/dist/components/Sidebar/index.d.cts +2 -0
- package/dist/components/Skeleton/Skeleton.cjs +34 -0
- package/dist/components/Skeleton/Skeleton.d.cts +25 -0
- package/dist/components/Skeleton/Skeleton.d.cts.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.mts +25 -0
- package/dist/components/Skeleton/Skeleton.d.mts.map +1 -0
- package/dist/components/Skeleton/Skeleton.mjs +33 -0
- package/dist/components/Skeleton/Skeleton.mjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.styles.cjs +40 -0
- package/dist/components/Skeleton/Skeleton.styles.d.cts +50 -0
- package/dist/components/Skeleton/Skeleton.styles.d.cts.map +1 -0
- package/dist/components/Skeleton/Skeleton.styles.d.mts +50 -0
- package/dist/components/Skeleton/Skeleton.styles.d.mts.map +1 -0
- package/dist/components/Skeleton/Skeleton.styles.mjs +39 -0
- package/dist/components/Skeleton/Skeleton.styles.mjs.map +1 -0
- package/dist/components/Skeleton/index.d.cts +1 -0
- package/dist/components/Skeleton/index.d.mts +1 -0
- package/dist/components/Spacer/Spacer.d.cts +1 -0
- package/dist/components/Spacer/Spacer.d.cts.map +1 -1
- package/dist/components/Spacer/Spacer.styles.d.mts +3 -3
- package/dist/components/Spacer/Spacer.styles.d.mts.map +1 -1
- package/dist/components/Spacer/index.d.cts +2 -0
- package/dist/components/Spinner/Spinner.cjs +38 -0
- package/dist/components/Spinner/Spinner.d.cts +17 -0
- package/dist/components/Spinner/Spinner.d.cts.map +1 -0
- package/dist/components/Spinner/Spinner.d.mts +17 -0
- package/dist/components/Spinner/Spinner.d.mts.map +1 -0
- package/dist/components/Spinner/Spinner.mjs +37 -0
- package/dist/components/Spinner/Spinner.mjs.map +1 -0
- package/dist/components/Spinner/Spinner.styles.cjs +34 -0
- package/dist/components/Spinner/Spinner.styles.d.cts +63 -0
- package/dist/components/Spinner/Spinner.styles.d.cts.map +1 -0
- package/dist/components/Spinner/Spinner.styles.d.mts +63 -0
- package/dist/components/Spinner/Spinner.styles.d.mts.map +1 -0
- package/dist/components/Spinner/Spinner.styles.mjs +34 -0
- package/dist/components/Spinner/Spinner.styles.mjs.map +1 -0
- package/dist/components/Spinner/index.d.mts +1 -0
- package/dist/components/Stack/Stack.d.cts +1 -0
- package/dist/components/Stack/Stack.d.cts.map +1 -1
- package/dist/components/Stack/Stack.styles.d.mts +3 -3
- package/dist/components/Stack/index.d.cts +2 -0
- package/dist/components/Tab/Tab.d.cts +7 -6
- package/dist/components/Tab/Tab.d.cts.map +1 -1
- package/dist/components/Tab/Tab.d.mts +6 -6
- package/dist/components/Tab/Tab.styles.d.cts +3 -3
- package/dist/components/Tab/index.d.cts +2 -0
- package/dist/components/Text/Text.d.cts +2 -1
- package/dist/components/Text/Text.d.cts.map +1 -1
- package/dist/components/Text/Text.d.mts +1 -1
- package/dist/components/Text/index.d.cts +2 -0
- package/dist/components/TextArea/TextArea.d.cts +5 -4
- package/dist/components/TextArea/TextArea.d.cts.map +1 -1
- package/dist/components/TextArea/TextArea.d.mts +4 -4
- package/dist/components/TextArea/TextArea.styles.d.cts +3 -3
- package/dist/components/TextArea/TextArea.styles.d.mts +3 -3
- package/dist/components/TextArea/index.d.cts +1 -0
- package/dist/components/TextInput/TextInput.d.cts +3 -2
- package/dist/components/TextInput/TextInput.d.cts.map +1 -1
- package/dist/components/TextInput/TextInput.d.mts +2 -2
- package/dist/components/TextInput/index.d.cts +2 -0
- package/dist/components/Toast/Toast.d.cts +5 -5
- package/dist/components/Toast/Toast.d.cts.map +1 -1
- 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/Toast/index.d.cts +3 -0
- package/dist/components/Toast/index.d.mts +2 -1
- package/dist/components/Toast/toastStore.cjs +38 -0
- package/dist/components/Toast/toastStore.d.cts +19 -0
- package/dist/components/Toast/toastStore.d.cts.map +1 -0
- package/dist/components/Toast/toastStore.d.mts +19 -0
- package/dist/components/Toast/toastStore.d.mts.map +1 -0
- package/dist/components/Toast/toastStore.mjs +39 -0
- package/dist/components/Toast/toastStore.mjs.map +1 -0
- package/dist/components/Toggle/Toggle.d.cts +6 -4
- package/dist/components/Toggle/Toggle.d.cts.map +1 -1
- package/dist/components/Toggle/Toggle.d.mts +4 -4
- package/dist/components/Toggle/Toggle.d.mts.map +1 -1
- package/dist/components/Toggle/Toggle.styles.d.cts +3 -3
- package/dist/components/Toggle/index.d.cts +1 -0
- package/dist/components/VStack/VStack.d.cts +3 -2
- package/dist/components/VStack/VStack.d.cts.map +1 -1
- package/dist/components/VStack/VStack.d.mts +2 -2
- package/dist/components/VStack/index.d.cts +1 -0
- package/dist/components/index.d.cts +93 -0
- package/dist/components/index.d.mts +11 -1
- package/dist/index.cjs +10 -0
- package/dist/index.d.cts +9 -1
- package/dist/index.d.mts +7 -1
- package/dist/index.mjs +6 -1
- package/dist/utils/index.d.cts +5 -0
- package/dist/utils/polymorphic/index.d.cts +1 -0
- package/package.json +3 -3
- package/src/styles/global.css +32 -0
|
@@ -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_variants11.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,28 +1,28 @@
|
|
|
1
1
|
import { DrawerVariants } from "./Drawer.styles.cjs";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as react16 from "react";
|
|
3
|
+
import * as react_jsx_runtime77 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
|
|
7
7
|
type DrawerOverlayProps = React.ComponentProps<typeof DialogPrimitive.Overlay>;
|
|
8
8
|
type DrawerContentProps = React.ComponentProps<typeof DialogPrimitive.Content> & DrawerVariants;
|
|
9
|
-
declare const Drawer:
|
|
10
|
-
Root:
|
|
11
|
-
Trigger:
|
|
12
|
-
Close:
|
|
13
|
-
Portal:
|
|
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
14
|
Overlay: ({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: DrawerOverlayProps) =>
|
|
17
|
+
}: DrawerOverlayProps) => react_jsx_runtime77.JSX.Element;
|
|
18
18
|
Content: ({
|
|
19
19
|
position,
|
|
20
20
|
className,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: DrawerContentProps) =>
|
|
24
|
-
Title:
|
|
25
|
-
Description:
|
|
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
26
|
};
|
|
27
27
|
//#endregion
|
|
28
28
|
export { Drawer };
|
|
@@ -1 +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,
|
|
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"}
|
|
@@ -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_runtime83 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_runtime83.JSX.Element;
|
|
18
18
|
Content: ({
|
|
19
19
|
position,
|
|
20
20
|
className,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: DrawerContentProps) =>
|
|
23
|
+
}: DrawerContentProps) => react_jsx_runtime83.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_variants49 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_variants49.TVReturnType<{
|
|
6
6
|
position: {
|
|
7
7
|
bottom: {
|
|
8
8
|
content: string;
|
|
@@ -20,7 +20,7 @@ declare const drawer: tailwind_variants41.TVReturnType<{
|
|
|
20
20
|
}, {
|
|
21
21
|
overlay: string[];
|
|
22
22
|
content: string[];
|
|
23
|
-
},
|
|
23
|
+
}, tailwind_variants49.TVReturnType<{
|
|
24
24
|
position: {
|
|
25
25
|
bottom: {
|
|
26
26
|
content: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants53 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_variants53.TVReturnType<{
|
|
6
6
|
position: {
|
|
7
7
|
bottom: {
|
|
8
8
|
content: string;
|
|
@@ -20,7 +20,7 @@ declare const drawer: tailwind_variants47.TVReturnType<{
|
|
|
20
20
|
}, {
|
|
21
21
|
overlay: string[];
|
|
22
22
|
content: string[];
|
|
23
|
-
},
|
|
23
|
+
}, tailwind_variants53.TVReturnType<{
|
|
24
24
|
position: {
|
|
25
25
|
bottom: {
|
|
26
26
|
content: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import { Drawer } from "./Drawer.cjs";
|
|
@@ -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_runtime18 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_runtime18.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_runtime18.JSX.Element;
|
|
31
31
|
displayName: string | undefined;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
@@ -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/Dropdown/Dropdown.styles.d.ts
|
|
5
|
-
declare const dropdown:
|
|
5
|
+
declare const dropdown: tailwind_variants17.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_variants17.TVReturnType<{
|
|
36
36
|
color: {
|
|
37
37
|
default: {
|
|
38
38
|
item: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants5 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_variants5.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_variants5.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,6 +1,7 @@
|
|
|
1
1
|
import { TextVariants } from "../Text/Text.styles.cjs";
|
|
2
|
+
import "../Text/index.cjs";
|
|
2
3
|
import React, { ComponentProps } from "react";
|
|
3
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
4
5
|
|
|
5
6
|
//#region src/components/Field/Field.d.ts
|
|
6
7
|
interface FieldProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
@@ -24,7 +25,7 @@ declare const Field: {
|
|
|
24
25
|
error,
|
|
25
26
|
className,
|
|
26
27
|
...props
|
|
27
|
-
}: FieldProps):
|
|
28
|
+
}: FieldProps): react_jsx_runtime3.JSX.Element;
|
|
28
29
|
displayName: string;
|
|
29
30
|
} & {
|
|
30
31
|
Label: {
|
|
@@ -34,7 +35,7 @@ declare const Field: {
|
|
|
34
35
|
typography,
|
|
35
36
|
textColor,
|
|
36
37
|
...labelProps
|
|
37
|
-
}: FieldLabelProps):
|
|
38
|
+
}: FieldLabelProps): react_jsx_runtime3.JSX.Element;
|
|
38
39
|
displayName: string;
|
|
39
40
|
};
|
|
40
41
|
Description: {
|
|
@@ -42,7 +43,7 @@ declare const Field: {
|
|
|
42
43
|
children,
|
|
43
44
|
className,
|
|
44
45
|
...props
|
|
45
|
-
}: FieldDescriptionProps):
|
|
46
|
+
}: FieldDescriptionProps): react_jsx_runtime3.JSX.Element | null;
|
|
46
47
|
displayName: string;
|
|
47
48
|
};
|
|
48
49
|
ErrorDescription: {
|
|
@@ -50,7 +51,7 @@ declare const Field: {
|
|
|
50
51
|
children,
|
|
51
52
|
className,
|
|
52
53
|
...props
|
|
53
|
-
}: FieldErrorDescriptionProps):
|
|
54
|
+
}: FieldErrorDescriptionProps): react_jsx_runtime3.JSX.Element | null;
|
|
54
55
|
displayName: string;
|
|
55
56
|
};
|
|
56
57
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Field.d.cts","names":[],"sources":["../../../src/components/Field/Field.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"Field.d.cts","names":[],"sources":["../../../src/components/Field/Field.tsx"],"mappings":";;;;;;UASiB,UAAA,SAAmB,KAAA,CAAM,cAAA,CAAe,cAAA;EACvD,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,QAAA;EACA,KAAA;AAAA;AAAA,UAsBe,eAAA,SACP,cAAA,WAAyB,YAAA;AAAA,UA2BlB,qBAAA,SAA8B,KAAA,CAAM,cAAA,CAAe,cAAA;EAClE,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,SAAA;AAAA;AAAA,UA6Be,0BAAA,SAAmC,KAAA,CAAM,cAAA,CAAe,cAAA;EACvE,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,SAAA;AAAA;AAAA,cAkCW,KAAA;EAAA;;;;;;KA5GV,UAAA,GAAU,kBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;;;;;OAsBV,eAAA,GAAe,kBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;;;OA4Bf,qBAAA,GAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;;;OA+BrB,0BAAA,GAA0B,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -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_runtime2 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_runtime2.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_runtime2.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_runtime2.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_runtime2.JSX.Element | null;
|
|
55
55
|
displayName: string;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import { Field, FieldDescriptionProps, FieldErrorDescriptionProps, FieldLabelProps, FieldProps } from "./Field.cjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Flex.d.cts","names":[],"sources":["../../../src/components/Flex/Flex.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"Flex.d.cts","names":[],"sources":["../../../src/components/Flex/Flex.tsx"],"mappings":";;;;;;KAKY,aAAA,GAAgB,iBAAA;AAAA,KAEhB,SAAA,WAAoB,WAAA,YAAuB,gBAAA,CACrD,CAAA,EACA,aAAA;AAAA,cAGW,IAAA;EAAA,WAAkB,WAAA;IAAW,EAAA;IAAA,SAAA;IAAA,GAAA;IAAA,KAAA;IAAA,OAAA;IAAA,IAAA;IAAA,SAAA;IAAA,QAAA;IAAA,GAAA;EAAA,GAUvC,SAAA,CAAU,CAAA,IAAE,KAAA,CAAA,YAAA,eAAA,KAAA,CAAA,qBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Float.d.cts","names":[],"sources":["../../../src/components/Float/Float.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"Float.d.cts","names":[],"sources":["../../../src/components/Float/Float.tsx"],"mappings":";;;;;;KAQY,UAAA,WAAqB,WAAA,YAAuB,gBAAA,CACtD,CAAA,EACA,kBAAA;AAAA,cAGW,KAAA;EAAA,WAAmB,WAAA;IAAW,EAAA;IAAA,SAAA;IAAA,MAAA;IAAA,GAAA;IAAA,MAAA;IAAA,IAAA;IAAA,KAAA;IAAA,SAAA;IAAA,KAAA;IAAA,QAAA;IAAA,GAAA;EAAA,GAYxC,UAAA,CAAW,CAAA,IAAE,KAAA,CAAA,YAAA,eAAA,KAAA,CAAA,qBAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants45 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_variants45.TVReturnType<{
|
|
6
6
|
floatType: {
|
|
7
7
|
absolute: string;
|
|
8
8
|
fixed: string;
|
|
@@ -30,7 +30,7 @@ declare const float: tailwind_variants43.TVReturnType<{
|
|
|
30
30
|
modal: string;
|
|
31
31
|
toast: string;
|
|
32
32
|
};
|
|
33
|
-
}, undefined,
|
|
33
|
+
}, undefined, tailwind_variants45.TVReturnType<{
|
|
34
34
|
floatType: {
|
|
35
35
|
absolute: string;
|
|
36
36
|
fixed: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import { Float, FloatProps } from "./Float.cjs";
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
2
|
+
import "../Primitive/index.cjs";
|
|
2
3
|
import { FloatingActionButtonVariants } from "./FloatingActionButton.styles.cjs";
|
|
3
4
|
import { ComponentProps } from "react";
|
|
4
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
5
6
|
|
|
6
7
|
//#region src/components/FloatingActionButton/FloatingActionButton.d.ts
|
|
7
8
|
interface FloatingActionButtonProps extends ComponentProps<'button'>, FloatingActionButtonVariants, PrimitiveProps {}
|
|
@@ -10,7 +11,7 @@ declare function FloatingActionButton({
|
|
|
10
11
|
children,
|
|
11
12
|
className,
|
|
12
13
|
...props
|
|
13
|
-
}: FloatingActionButtonProps):
|
|
14
|
+
}: FloatingActionButtonProps): react_jsx_runtime22.JSX.Element;
|
|
14
15
|
//#endregion
|
|
15
16
|
export { FloatingActionButton, FloatingActionButtonProps };
|
|
16
17
|
//# sourceMappingURL=FloatingActionButton.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FloatingActionButton.d.cts","names":[],"sources":["../../../src/components/FloatingActionButton/FloatingActionButton.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"FloatingActionButton.d.cts","names":[],"sources":["../../../src/components/FloatingActionButton/FloatingActionButton.tsx"],"mappings":";;;;;;;UAQiB,yBAAA,SAEb,cAAA,YACA,4BAAA,EACA,cAAA;AAAA,iBAEY,oBAAA,CAAA;EACd,QAAA;EACA,QAAA;EACA,SAAA;EAAA,GACG;AAAA,GACF,yBAAA,GAAyB,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -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_runtime17 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_runtime17.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_variants41 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_variants41.TVReturnType<{
|
|
6
6
|
disabled: {
|
|
7
7
|
true: string;
|
|
8
8
|
false: string;
|
|
@@ -12,7 +12,7 @@ declare const floatingActionButton: tailwind_variants37.TVReturnType<{
|
|
|
12
12
|
true: string;
|
|
13
13
|
false: string;
|
|
14
14
|
};
|
|
15
|
-
}, undefined,
|
|
15
|
+
}, undefined, tailwind_variants41.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/FloatingActionButton/FloatingActionButton.styles.d.ts
|
|
5
|
-
declare const floatingActionButton:
|
|
5
|
+
declare const floatingActionButton: tailwind_variants41.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_variants41.TVReturnType<{
|
|
16
16
|
disabled: {
|
|
17
17
|
true: string;
|
|
18
18
|
false: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import { FloatingActionButton, FloatingActionButtonProps } from "./FloatingActionButton.cjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Grid.d.cts","names":[],"sources":["../../../src/components/Grid/Grid.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"Grid.d.cts","names":[],"sources":["../../../src/components/Grid/Grid.tsx"],"mappings":";;;;;;KAKY,SAAA,WAAoB,WAAA,YAAuB,gBAAA,CACrD,CAAA,EACA,YAAA;AAAA,cAGW,IAAA;EAAA,WAAkB,WAAA;IAAW,EAAA;IAAA,OAAA;IAAA,IAAA;IAAA,GAAA;IAAA,IAAA;IAAA,SAAA;IAAA,QAAA;IAAA,GAAA;EAAA,GASvC,SAAA,CAAU,CAAA,IAAE,KAAA,CAAA,YAAA,eAAA,KAAA,CAAA,qBAAA"}
|
|
@@ -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/Grid/Grid.styles.d.ts
|
|
5
|
-
declare const grid:
|
|
5
|
+
declare const grid: tailwind_variants43.TVReturnType<{
|
|
6
6
|
columns: {
|
|
7
7
|
1: string;
|
|
8
8
|
2: string;
|
|
@@ -80,7 +80,7 @@ declare const grid: tailwind_variants41.TVReturnType<{
|
|
|
80
80
|
'row-dense': string;
|
|
81
81
|
'col-dense': string;
|
|
82
82
|
};
|
|
83
|
-
}, undefined,
|
|
83
|
+
}, undefined, tailwind_variants43.TVReturnType<{
|
|
84
84
|
columns: {
|
|
85
85
|
1: string;
|
|
86
86
|
2: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import { Grid, GridProps } from "./Grid.cjs";
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { StackProps } from "../Stack/Stack.cjs";
|
|
2
|
+
import "../Stack/index.cjs";
|
|
2
3
|
import { ElementType } from "react";
|
|
3
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime24 from "react/jsx-runtime";
|
|
4
5
|
|
|
5
6
|
//#region src/components/HStack/HStack.d.ts
|
|
6
7
|
type HStackProps<E extends ElementType = 'div'> = Omit<StackProps<E>, 'direction'>;
|
|
7
8
|
declare const HStack: {
|
|
8
9
|
<E extends ElementType = "div">({
|
|
9
10
|
...props
|
|
10
|
-
}: HStackProps<E>):
|
|
11
|
+
}: HStackProps<E>): react_jsx_runtime24.JSX.Element;
|
|
11
12
|
displayName: string;
|
|
12
13
|
};
|
|
13
14
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HStack.d.cts","names":[],"sources":["../../../src/components/HStack/HStack.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"HStack.d.cts","names":[],"sources":["../../../src/components/HStack/HStack.tsx"],"mappings":";;;;;;KAGY,WAAA,WAAsB,WAAA,YAAuB,IAAA,CACvD,UAAA,CAAW,CAAA;AAAA,cAIA,MAAA;EAAA,WAAoB,WAAA;IAAA,GAAW;EAAA,GAEzC,WAAA,CAAY,CAAA,IAAE,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -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_runtime21 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_runtime21.JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
14
|
//#endregion
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import { HStack, HStackProps } from "./HStack.cjs";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
|
+
const require_CTAButton = require('../CTAButton/CTAButton.cjs');
|
|
2
3
|
const require_Dialog = require('../Dialog/Dialog.cjs');
|
|
3
4
|
const require_Modal_styles = require('./Modal.styles.cjs');
|
|
4
5
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
@@ -54,13 +55,9 @@ const ModalFooter = ({ className, children, ...props }) => {
|
|
|
54
55
|
});
|
|
55
56
|
};
|
|
56
57
|
ModalFooter.displayName = "ModalFooter";
|
|
57
|
-
const ModalAction = (
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
className: actionButton({
|
|
61
|
-
className,
|
|
62
|
-
variant
|
|
63
|
-
}),
|
|
58
|
+
const ModalAction = (props) => {
|
|
59
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_CTAButton.CTAButton, {
|
|
60
|
+
fullWidth: true,
|
|
64
61
|
...props
|
|
65
62
|
});
|
|
66
63
|
};
|