@causw/core 0.0.16 → 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 +2 -2
- package/dist/components/Avatar/Avatar.d.mts +2 -2
- package/dist/components/Avatar/Avatar.styles.d.cts +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/Button/Button.d.cts +2 -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.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.d.mts +2 -2
- package/dist/components/CTAButton/CTAButton.styles.d.mts +3 -3
- 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 +4 -4
- package/dist/components/Checkbox/Checkbox.d.mts +4 -4
- package/dist/components/Checkbox/Checkbox.styles.d.cts +3 -3
- package/dist/components/Checkbox/Checkbox.styles.d.mts +3 -3
- package/dist/components/Chip/Chip.d.cts +2 -2
- package/dist/components/Chip/Chip.d.mts +2 -2
- package/dist/components/Chip/Chip.styles.d.cts +3 -3
- package/dist/components/Chip/Chip.styles.d.mts +3 -3
- package/dist/components/DatePicker/DatePicker.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 +13 -13
- 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 +11 -11
- package/dist/components/Drawer/Drawer.d.mts +3 -3
- package/dist/components/Drawer/Drawer.styles.d.cts +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/Dropdown/Dropdown.styles.d.mts.map +1 -1
- package/dist/components/Field/Field.d.cts +5 -5
- 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.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 +10 -10
- 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/Primitive/Primitive.d.mts +16 -16
- package/dist/components/PullToRefresh/PullToRefresh.d.cts +2 -2
- package/dist/components/PullToRefresh/PullToRefresh.d.mts +2 -2
- package/dist/components/PullToRefresh/PullToRefresh.styles.d.cts +3 -3
- package/dist/components/PullToRefresh/PullToRefresh.styles.d.mts +3 -3
- package/dist/components/Radio/Radio.d.cts +3 -3
- package/dist/components/Radio/Radio.d.mts +3 -3
- package/dist/components/Radio/Radio.d.mts.map +1 -1
- package/dist/components/RatioChart/RatioChart.d.cts +5 -5
- package/dist/components/RatioChart/RatioChart.d.mts +5 -5
- package/dist/components/RatioChart/RatioChartEditor.d.cts +2 -2
- package/dist/components/RatioChart/RatioChartEditor.d.mts +2 -2
- package/dist/components/Select/Select.d.cts +5 -5
- package/dist/components/Select/Select.d.mts +5 -5
- package/dist/components/Select/Select.styles.d.mts +3 -3
- package/dist/components/Separator/Separator.styles.cjs +1 -1
- package/dist/components/Separator/Separator.styles.mjs +1 -1
- package/dist/components/Separator/Separator.styles.mjs.map +1 -1
- package/dist/components/Sidebar/Sidebar.d.cts +8 -8
- package/dist/components/Sidebar/Sidebar.d.mts +8 -8
- package/dist/components/Sidebar/Sidebar.styles.d.cts +3 -3
- package/dist/components/Sidebar/Sidebar.styles.d.mts +3 -3
- package/dist/components/Skeleton/Skeleton.d.cts +2 -2
- package/dist/components/Skeleton/Skeleton.d.mts +2 -2
- package/dist/components/Skeleton/Skeleton.styles.d.mts +3 -3
- package/dist/components/Spacer/Spacer.styles.d.mts +3 -3
- package/dist/components/Spacer/Spacer.styles.d.mts.map +1 -1
- package/dist/components/Spinner/Spinner.d.cts +2 -2
- package/dist/components/Spinner/Spinner.d.mts +2 -2
- package/dist/components/Spinner/Spinner.styles.d.cts +3 -3
- package/dist/components/Spinner/Spinner.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/Text/Text.d.cts +1 -1
- package/dist/components/Text/Text.d.mts +1 -1
- package/dist/components/TextArea/TextArea.d.cts +4 -4
- package/dist/components/TextArea/TextArea.d.mts +4 -4
- package/dist/components/TextArea/TextArea.styles.d.cts +3 -3
- package/dist/components/TextInput/TextInput.d.cts +2 -2
- package/dist/components/TextInput/TextInput.d.cts.map +1 -1
- package/dist/components/TextInput/TextInput.d.mts +2 -2
- package/dist/components/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/Toggle/Toggle.d.cts +4 -4
- package/dist/components/Toggle/Toggle.d.mts +4 -4
- package/dist/components/Toggle/Toggle.styles.d.cts +3 -3
- package/dist/components/Toggle/Toggle.styles.d.mts +3 -3
- package/dist/components/VStack/VStack.d.cts +2 -2
- package/dist/components/VStack/VStack.d.mts +2 -2
- package/dist/components/index.d.cts +4 -1
- package/dist/components/index.d.mts +4 -1
- package/dist/index.cjs +2 -0
- package/dist/index.d.cts +3 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.mjs +2 -1
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
2
2
|
import "../Primitive/index.cjs";
|
|
3
3
|
import React from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime1 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_runtime1.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_runtime1.JSX.Element;
|
|
45
45
|
displayName: string;
|
|
46
46
|
};
|
|
47
47
|
//#endregion
|
|
@@ -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_runtime7 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_runtime7.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_runtime7.JSX.Element;
|
|
45
45
|
displayName: string;
|
|
46
46
|
};
|
|
47
47
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Radio.d.mts","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.mts","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,kBAAA,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,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/RatioChart/RatioChart.d.ts
|
|
5
5
|
interface RatioChartRootSingleProps extends Omit<React.ComponentProps<'div'>, 'defaultValue'> {
|
|
@@ -30,11 +30,11 @@ interface RatioChartFooterProps extends React.ComponentProps<'div'> {
|
|
|
30
30
|
hideParticipantCount?: boolean;
|
|
31
31
|
}
|
|
32
32
|
declare const RatioChart: {
|
|
33
|
-
(props: RatioChartRootProps):
|
|
33
|
+
(props: RatioChartRootProps): react_jsx_runtime18.JSX.Element;
|
|
34
34
|
displayName: string;
|
|
35
35
|
} & {
|
|
36
36
|
Root: {
|
|
37
|
-
(props: RatioChartRootProps):
|
|
37
|
+
(props: RatioChartRootProps): react_jsx_runtime18.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
Item: {
|
|
@@ -46,7 +46,7 @@ declare const RatioChart: {
|
|
|
46
46
|
disabled: itemDisabled,
|
|
47
47
|
className,
|
|
48
48
|
...props
|
|
49
|
-
}: RatioChartItemProps):
|
|
49
|
+
}: RatioChartItemProps): react_jsx_runtime18.JSX.Element;
|
|
50
50
|
displayName: string;
|
|
51
51
|
};
|
|
52
52
|
Footer: {
|
|
@@ -57,7 +57,7 @@ declare const RatioChart: {
|
|
|
57
57
|
className,
|
|
58
58
|
children,
|
|
59
59
|
...props
|
|
60
|
-
}: RatioChartFooterProps):
|
|
60
|
+
}: RatioChartFooterProps): react_jsx_runtime18.JSX.Element;
|
|
61
61
|
displayName: string;
|
|
62
62
|
};
|
|
63
63
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/RatioChart/RatioChart.d.ts
|
|
5
5
|
interface RatioChartRootSingleProps extends Omit<React.ComponentProps<'div'>, 'defaultValue'> {
|
|
@@ -30,11 +30,11 @@ interface RatioChartFooterProps extends React.ComponentProps<'div'> {
|
|
|
30
30
|
hideParticipantCount?: boolean;
|
|
31
31
|
}
|
|
32
32
|
declare const RatioChart: {
|
|
33
|
-
(props: RatioChartRootProps):
|
|
33
|
+
(props: RatioChartRootProps): react_jsx_runtime23.JSX.Element;
|
|
34
34
|
displayName: string;
|
|
35
35
|
} & {
|
|
36
36
|
Root: {
|
|
37
|
-
(props: RatioChartRootProps):
|
|
37
|
+
(props: RatioChartRootProps): react_jsx_runtime23.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
Item: {
|
|
@@ -46,7 +46,7 @@ declare const RatioChart: {
|
|
|
46
46
|
disabled: itemDisabled,
|
|
47
47
|
className,
|
|
48
48
|
...props
|
|
49
|
-
}: RatioChartItemProps):
|
|
49
|
+
}: RatioChartItemProps): react_jsx_runtime23.JSX.Element;
|
|
50
50
|
displayName: string;
|
|
51
51
|
};
|
|
52
52
|
Footer: {
|
|
@@ -57,7 +57,7 @@ declare const RatioChart: {
|
|
|
57
57
|
className,
|
|
58
58
|
children,
|
|
59
59
|
...props
|
|
60
|
-
}: RatioChartFooterProps):
|
|
60
|
+
}: RatioChartFooterProps): react_jsx_runtime23.JSX.Element;
|
|
61
61
|
displayName: string;
|
|
62
62
|
};
|
|
63
63
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/RatioChart/RatioChartEditor.d.ts
|
|
5
5
|
interface RatioChartEditorOption {
|
|
@@ -36,7 +36,7 @@ declare const RatioChartEditor: {
|
|
|
36
36
|
disabled,
|
|
37
37
|
className,
|
|
38
38
|
...props
|
|
39
|
-
}: RatioChartEditorProps):
|
|
39
|
+
}: RatioChartEditorProps): react_jsx_runtime17.JSX.Element;
|
|
40
40
|
displayName: string;
|
|
41
41
|
};
|
|
42
42
|
//#endregion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/RatioChart/RatioChartEditor.d.ts
|
|
5
5
|
interface RatioChartEditorOption {
|
|
@@ -36,7 +36,7 @@ declare const RatioChartEditor: {
|
|
|
36
36
|
disabled,
|
|
37
37
|
className,
|
|
38
38
|
...props
|
|
39
|
-
}: RatioChartEditorProps):
|
|
39
|
+
}: RatioChartEditorProps): react_jsx_runtime22.JSX.Element;
|
|
40
40
|
displayName: string;
|
|
41
41
|
};
|
|
42
42
|
//#endregion
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SelectVariants } from "./Select.styles.cjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
4
4
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Select/Select.d.ts
|
|
@@ -25,7 +25,7 @@ declare const Select: React$1.FC<SelectPrimitive.SelectProps> & {
|
|
|
25
25
|
children,
|
|
26
26
|
error,
|
|
27
27
|
...props
|
|
28
|
-
}: SelectTriggerProps):
|
|
28
|
+
}: SelectTriggerProps): react_jsx_runtime27.JSX.Element;
|
|
29
29
|
displayName: string | undefined;
|
|
30
30
|
};
|
|
31
31
|
Content: {
|
|
@@ -36,14 +36,14 @@ declare const Select: React$1.FC<SelectPrimitive.SelectProps> & {
|
|
|
36
36
|
sideOffset,
|
|
37
37
|
maxHeight,
|
|
38
38
|
...props
|
|
39
|
-
}: SelectContentProps):
|
|
39
|
+
}: SelectContentProps): react_jsx_runtime27.JSX.Element;
|
|
40
40
|
displayName: string | undefined;
|
|
41
41
|
};
|
|
42
42
|
Label: {
|
|
43
43
|
({
|
|
44
44
|
className,
|
|
45
45
|
...props
|
|
46
|
-
}: SelectLabelProps):
|
|
46
|
+
}: SelectLabelProps): react_jsx_runtime27.JSX.Element;
|
|
47
47
|
displayName: string | undefined;
|
|
48
48
|
};
|
|
49
49
|
Item: {
|
|
@@ -51,7 +51,7 @@ declare const Select: React$1.FC<SelectPrimitive.SelectProps> & {
|
|
|
51
51
|
className,
|
|
52
52
|
children,
|
|
53
53
|
...props
|
|
54
|
-
}: SelectItemProps):
|
|
54
|
+
}: SelectItemProps): react_jsx_runtime27.JSX.Element;
|
|
55
55
|
displayName: string | undefined;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SelectVariants } from "./Select.styles.mjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
4
4
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Select/Select.d.ts
|
|
@@ -25,7 +25,7 @@ declare const Select: React$1.FC<SelectPrimitive.SelectProps> & {
|
|
|
25
25
|
children,
|
|
26
26
|
error,
|
|
27
27
|
...props
|
|
28
|
-
}: SelectTriggerProps):
|
|
28
|
+
}: SelectTriggerProps): react_jsx_runtime27.JSX.Element;
|
|
29
29
|
displayName: string | undefined;
|
|
30
30
|
};
|
|
31
31
|
Content: {
|
|
@@ -36,14 +36,14 @@ declare const Select: React$1.FC<SelectPrimitive.SelectProps> & {
|
|
|
36
36
|
sideOffset,
|
|
37
37
|
maxHeight,
|
|
38
38
|
...props
|
|
39
|
-
}: SelectContentProps):
|
|
39
|
+
}: SelectContentProps): react_jsx_runtime27.JSX.Element;
|
|
40
40
|
displayName: string | undefined;
|
|
41
41
|
};
|
|
42
42
|
Label: {
|
|
43
43
|
({
|
|
44
44
|
className,
|
|
45
45
|
...props
|
|
46
|
-
}: SelectLabelProps):
|
|
46
|
+
}: SelectLabelProps): react_jsx_runtime27.JSX.Element;
|
|
47
47
|
displayName: string | undefined;
|
|
48
48
|
};
|
|
49
49
|
Item: {
|
|
@@ -51,7 +51,7 @@ declare const Select: React$1.FC<SelectPrimitive.SelectProps> & {
|
|
|
51
51
|
className,
|
|
52
52
|
children,
|
|
53
53
|
...props
|
|
54
|
-
}: SelectItemProps):
|
|
54
|
+
}: SelectItemProps): react_jsx_runtime27.JSX.Element;
|
|
55
55
|
displayName: string | undefined;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
@@ -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/Select/Select.styles.d.ts
|
|
5
|
-
declare const select:
|
|
5
|
+
declare const select: tailwind_variants13.TVReturnType<{
|
|
6
6
|
error: {
|
|
7
7
|
true: {
|
|
8
8
|
trigger: string;
|
|
@@ -44,7 +44,7 @@ declare const select: tailwind_variants11.TVReturnType<{
|
|
|
44
44
|
item: string[];
|
|
45
45
|
label: string;
|
|
46
46
|
viewport: string;
|
|
47
|
-
},
|
|
47
|
+
}, tailwind_variants13.TVReturnType<{
|
|
48
48
|
error: {
|
|
49
49
|
true: {
|
|
50
50
|
trigger: string;
|
|
@@ -6,7 +6,7 @@ const separator = (0, tailwind_variants.tv)({
|
|
|
6
6
|
base: "bg-gray-200",
|
|
7
7
|
variants: { orientation: {
|
|
8
8
|
horizontal: "h-px w-full my-2",
|
|
9
|
-
vertical: "h-full w-px mx-2
|
|
9
|
+
vertical: "h-full w-px mx-2"
|
|
10
10
|
} },
|
|
11
11
|
defaultVariants: { orientation: "horizontal" }
|
|
12
12
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Separator.styles.mjs","names":[],"sources":["../../../src/components/Separator/Separator.styles.ts"],"sourcesContent":["import { tv, type VariantProps } from 'tailwind-variants';\n\nexport const separator = tv({\n base: 'bg-gray-200',\n variants: {\n orientation: {\n horizontal: 'h-px w-full my-2',\n vertical: 'h-full w-px mx-2
|
|
1
|
+
{"version":3,"file":"Separator.styles.mjs","names":[],"sources":["../../../src/components/Separator/Separator.styles.ts"],"sourcesContent":["import { tv, type VariantProps } from 'tailwind-variants';\n\nexport const separator = tv({\n base: 'bg-gray-200',\n variants: {\n orientation: {\n horizontal: 'h-px w-full my-2',\n vertical: 'h-full w-px mx-2',\n },\n },\n defaultVariants: {\n orientation: 'horizontal',\n },\n});\n\nexport type SeparatorVariants = VariantProps<typeof separator>;\n"],"mappings":";;;AAEA,MAAa,YAAY,GAAG;CAC1B,MAAM;CACN,UAAU,EACR,aAAa;EACX,YAAY;EACZ,UAAU;EACX,EACF;CACD,iBAAiB,EACf,aAAa,cACd;CACF,CAAC"}
|
|
@@ -3,7 +3,7 @@ import "../Primitive/index.cjs";
|
|
|
3
3
|
import { SidebarVariants } from "./Sidebar.styles.cjs";
|
|
4
4
|
import { SidebarValue } from "./hooks/useSidebarContext.cjs";
|
|
5
5
|
import { ComponentProps, SVGProps } from "react";
|
|
6
|
-
import * as
|
|
6
|
+
import * as react_jsx_runtime61 from "react/jsx-runtime";
|
|
7
7
|
|
|
8
8
|
//#region src/components/Sidebar/Sidebar.d.ts
|
|
9
9
|
interface SidebarProps extends ComponentProps<'nav'>, PrimitiveProps {
|
|
@@ -31,34 +31,34 @@ declare const Sidebar: (({
|
|
|
31
31
|
selected,
|
|
32
32
|
onSelectChange,
|
|
33
33
|
...props
|
|
34
|
-
}: SidebarProps) =>
|
|
34
|
+
}: SidebarProps) => react_jsx_runtime61.JSX.Element) & {
|
|
35
35
|
Header: ({
|
|
36
36
|
children,
|
|
37
37
|
...props
|
|
38
|
-
}: SidebarHeaderProps) =>
|
|
38
|
+
}: SidebarHeaderProps) => react_jsx_runtime61.JSX.Element;
|
|
39
39
|
Content: ({
|
|
40
40
|
children,
|
|
41
41
|
...props
|
|
42
|
-
}: SidebarContentProps) =>
|
|
42
|
+
}: SidebarContentProps) => react_jsx_runtime61.JSX.Element;
|
|
43
43
|
Item: ({
|
|
44
44
|
selected,
|
|
45
45
|
value,
|
|
46
46
|
children,
|
|
47
47
|
onClick,
|
|
48
48
|
...props
|
|
49
|
-
}: SidebarItemProps) =>
|
|
49
|
+
}: SidebarItemProps) => react_jsx_runtime61.JSX.Element;
|
|
50
50
|
ItemIcon: ({
|
|
51
51
|
children,
|
|
52
52
|
...props
|
|
53
|
-
}: SidebarItemIconProps) =>
|
|
53
|
+
}: SidebarItemIconProps) => react_jsx_runtime61.JSX.Element;
|
|
54
54
|
ItemText: ({
|
|
55
55
|
children,
|
|
56
56
|
...props
|
|
57
|
-
}: SidebarItemTextProps) =>
|
|
57
|
+
}: SidebarItemTextProps) => react_jsx_runtime61.JSX.Element;
|
|
58
58
|
Footer: ({
|
|
59
59
|
children,
|
|
60
60
|
...props
|
|
61
|
-
}: SidebarFooterProps) =>
|
|
61
|
+
}: SidebarFooterProps) => react_jsx_runtime61.JSX.Element;
|
|
62
62
|
};
|
|
63
63
|
//#endregion
|
|
64
64
|
export { Sidebar };
|
|
@@ -3,7 +3,7 @@ import "../Primitive/index.mjs";
|
|
|
3
3
|
import { SidebarVariants } from "./Sidebar.styles.mjs";
|
|
4
4
|
import { SidebarValue } from "./hooks/useSidebarContext.mjs";
|
|
5
5
|
import { ComponentProps, SVGProps } from "react";
|
|
6
|
-
import * as
|
|
6
|
+
import * as react_jsx_runtime66 from "react/jsx-runtime";
|
|
7
7
|
|
|
8
8
|
//#region src/components/Sidebar/Sidebar.d.ts
|
|
9
9
|
interface SidebarProps extends ComponentProps<'nav'>, PrimitiveProps {
|
|
@@ -31,34 +31,34 @@ declare const Sidebar: (({
|
|
|
31
31
|
selected,
|
|
32
32
|
onSelectChange,
|
|
33
33
|
...props
|
|
34
|
-
}: SidebarProps) =>
|
|
34
|
+
}: SidebarProps) => react_jsx_runtime66.JSX.Element) & {
|
|
35
35
|
Header: ({
|
|
36
36
|
children,
|
|
37
37
|
...props
|
|
38
|
-
}: SidebarHeaderProps) =>
|
|
38
|
+
}: SidebarHeaderProps) => react_jsx_runtime66.JSX.Element;
|
|
39
39
|
Content: ({
|
|
40
40
|
children,
|
|
41
41
|
...props
|
|
42
|
-
}: SidebarContentProps) =>
|
|
42
|
+
}: SidebarContentProps) => react_jsx_runtime66.JSX.Element;
|
|
43
43
|
Item: ({
|
|
44
44
|
selected,
|
|
45
45
|
value,
|
|
46
46
|
children,
|
|
47
47
|
onClick,
|
|
48
48
|
...props
|
|
49
|
-
}: SidebarItemProps) =>
|
|
49
|
+
}: SidebarItemProps) => react_jsx_runtime66.JSX.Element;
|
|
50
50
|
ItemIcon: ({
|
|
51
51
|
children,
|
|
52
52
|
...props
|
|
53
|
-
}: SidebarItemIconProps) =>
|
|
53
|
+
}: SidebarItemIconProps) => react_jsx_runtime66.JSX.Element;
|
|
54
54
|
ItemText: ({
|
|
55
55
|
children,
|
|
56
56
|
...props
|
|
57
|
-
}: SidebarItemTextProps) =>
|
|
57
|
+
}: SidebarItemTextProps) => react_jsx_runtime66.JSX.Element;
|
|
58
58
|
Footer: ({
|
|
59
59
|
children,
|
|
60
60
|
...props
|
|
61
|
-
}: SidebarFooterProps) =>
|
|
61
|
+
}: SidebarFooterProps) => react_jsx_runtime66.JSX.Element;
|
|
62
62
|
};
|
|
63
63
|
//#endregion
|
|
64
64
|
export { Sidebar };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants27 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Sidebar/Sidebar.styles.d.ts
|
|
5
|
-
declare const sidebar:
|
|
5
|
+
declare const sidebar: tailwind_variants27.TVReturnType<{
|
|
6
6
|
selected: {
|
|
7
7
|
true: {
|
|
8
8
|
item: string;
|
|
@@ -46,7 +46,7 @@ declare const sidebar: tailwind_variants25.TVReturnType<{
|
|
|
46
46
|
badge: string;
|
|
47
47
|
icon: string;
|
|
48
48
|
text: string;
|
|
49
|
-
},
|
|
49
|
+
}, tailwind_variants27.TVReturnType<{
|
|
50
50
|
selected: {
|
|
51
51
|
true: {
|
|
52
52
|
item: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants29 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Sidebar/Sidebar.styles.d.ts
|
|
5
|
-
declare const sidebar:
|
|
5
|
+
declare const sidebar: tailwind_variants29.TVReturnType<{
|
|
6
6
|
selected: {
|
|
7
7
|
true: {
|
|
8
8
|
item: string;
|
|
@@ -46,7 +46,7 @@ declare const sidebar: tailwind_variants27.TVReturnType<{
|
|
|
46
46
|
badge: string;
|
|
47
47
|
icon: string;
|
|
48
48
|
text: string;
|
|
49
|
-
},
|
|
49
|
+
}, tailwind_variants29.TVReturnType<{
|
|
50
50
|
selected: {
|
|
51
51
|
true: {
|
|
52
52
|
item: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SkeletonSizeOptions, SkeletonVariants } from "./Skeleton.styles.cjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime79 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Skeleton/Skeleton.d.ts
|
|
6
6
|
interface SkeletonProps extends React$1.ComponentProps<'div'>, SkeletonVariants, SkeletonSizeOptions {}
|
|
@@ -17,7 +17,7 @@ declare const Skeleton: {
|
|
|
17
17
|
style,
|
|
18
18
|
className,
|
|
19
19
|
...rest
|
|
20
|
-
}: SkeletonProps):
|
|
20
|
+
}: SkeletonProps): react_jsx_runtime79.JSX.Element;
|
|
21
21
|
displayName: string;
|
|
22
22
|
};
|
|
23
23
|
//#endregion
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SkeletonSizeOptions, SkeletonVariants } from "./Skeleton.styles.mjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime85 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Skeleton/Skeleton.d.ts
|
|
6
6
|
interface SkeletonProps extends React$1.ComponentProps<'div'>, SkeletonVariants, SkeletonSizeOptions {}
|
|
@@ -17,7 +17,7 @@ declare const Skeleton: {
|
|
|
17
17
|
style,
|
|
18
18
|
className,
|
|
19
19
|
...rest
|
|
20
|
-
}: SkeletonProps):
|
|
20
|
+
}: SkeletonProps): react_jsx_runtime85.JSX.Element;
|
|
21
21
|
displayName: string;
|
|
22
22
|
};
|
|
23
23
|
//#endregion
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants55 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Skeleton/Skeleton.styles.d.ts
|
|
5
|
-
declare const skeleton:
|
|
5
|
+
declare const skeleton: tailwind_variants55.TVReturnType<{
|
|
6
6
|
radius: {
|
|
7
7
|
'0': string;
|
|
8
8
|
'8': string;
|
|
@@ -24,7 +24,7 @@ declare const skeleton: tailwind_variants49.TVReturnType<{
|
|
|
24
24
|
neutral: string;
|
|
25
25
|
magic: string;
|
|
26
26
|
};
|
|
27
|
-
}, undefined,
|
|
27
|
+
}, undefined, tailwind_variants55.TVReturnType<{
|
|
28
28
|
radius: {
|
|
29
29
|
'0': string;
|
|
30
30
|
'8': string;
|
|
@@ -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/Spacer/Spacer.styles.d.ts
|
|
5
|
-
declare const spacer:
|
|
5
|
+
declare const spacer: tailwind_variants11.TVReturnType<{
|
|
6
6
|
size: {
|
|
7
7
|
1: string;
|
|
8
8
|
2: string;
|
|
@@ -30,7 +30,7 @@ declare const spacer: tailwind_variants7.TVReturnType<{
|
|
|
30
30
|
24: string;
|
|
31
31
|
auto: string;
|
|
32
32
|
};
|
|
33
|
-
}, undefined,
|
|
33
|
+
}, undefined, tailwind_variants11.TVReturnType<{
|
|
34
34
|
size: {
|
|
35
35
|
1: string;
|
|
36
36
|
2: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spacer.styles.d.mts","names":[],"sources":["../../../src/components/Spacer/Spacer.styles.ts"],"mappings":";;;;cAEa,MAAA,EAoBX,
|
|
1
|
+
{"version":3,"file":"Spacer.styles.d.mts","names":[],"sources":["../../../src/components/Spacer/Spacer.styles.ts"],"mappings":";;;;cAEa,MAAA,EAoBX,mBAAA,CApBiB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoBjB,mBAAA,CAAA,YAAA;;;;;;;;;;;;;;;KAEU,cAAA,GAAiB,YAAA,QAAoB,MAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SpinnerVariants } from "./Spinner.styles.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime81 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Spinner/Spinner.d.ts
|
|
5
5
|
interface SpinnerProps extends SpinnerVariants {
|
|
@@ -11,7 +11,7 @@ declare const Spinner: ({
|
|
|
11
11
|
color,
|
|
12
12
|
speed,
|
|
13
13
|
...props
|
|
14
|
-
}: SpinnerProps) =>
|
|
14
|
+
}: SpinnerProps) => react_jsx_runtime81.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { Spinner, SpinnerProps };
|
|
17
17
|
//# sourceMappingURL=Spinner.d.cts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SpinnerVariants } from "./Spinner.styles.mjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime86 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Spinner/Spinner.d.ts
|
|
5
5
|
interface SpinnerProps extends SpinnerVariants {
|
|
@@ -11,7 +11,7 @@ declare const Spinner: ({
|
|
|
11
11
|
color,
|
|
12
12
|
speed,
|
|
13
13
|
...props
|
|
14
|
-
}: SpinnerProps) =>
|
|
14
|
+
}: SpinnerProps) => react_jsx_runtime86.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { Spinner, SpinnerProps };
|
|
17
17
|
//# sourceMappingURL=Spinner.d.mts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants55 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Spinner/Spinner.styles.d.ts
|
|
5
|
-
declare const spinner:
|
|
5
|
+
declare const spinner: tailwind_variants55.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: string;
|
|
8
8
|
white: string;
|
|
@@ -38,7 +38,7 @@ declare const spinner: tailwind_variants57.TVReturnType<{
|
|
|
38
38
|
normal: string;
|
|
39
39
|
fast: string;
|
|
40
40
|
};
|
|
41
|
-
}, undefined,
|
|
41
|
+
}, undefined, tailwind_variants55.TVReturnType<{
|
|
42
42
|
color: {
|
|
43
43
|
primary: string;
|
|
44
44
|
white: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants57 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Spinner/Spinner.styles.d.ts
|
|
5
|
-
declare const spinner:
|
|
5
|
+
declare const spinner: tailwind_variants57.TVReturnType<{
|
|
6
6
|
color: {
|
|
7
7
|
primary: string;
|
|
8
8
|
white: string;
|
|
@@ -38,7 +38,7 @@ declare const spinner: tailwind_variants51.TVReturnType<{
|
|
|
38
38
|
normal: string;
|
|
39
39
|
fast: string;
|
|
40
40
|
};
|
|
41
|
-
}, undefined,
|
|
41
|
+
}, undefined, tailwind_variants57.TVReturnType<{
|
|
42
42
|
color: {
|
|
43
43
|
primary: string;
|
|
44
44
|
white: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants7 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Stack/Stack.styles.d.ts
|
|
5
|
-
declare const stack:
|
|
5
|
+
declare const stack: tailwind_variants7.TVReturnType<{
|
|
6
6
|
direction: {
|
|
7
7
|
horizontal: string;
|
|
8
8
|
vertical: string;
|
|
@@ -52,7 +52,7 @@ declare const stack: tailwind_variants5.TVReturnType<{
|
|
|
52
52
|
end: string;
|
|
53
53
|
between: string;
|
|
54
54
|
};
|
|
55
|
-
}, undefined,
|
|
55
|
+
}, undefined, tailwind_variants7.TVReturnType<{
|
|
56
56
|
direction: {
|
|
57
57
|
horizontal: string;
|
|
58
58
|
vertical: string;
|