@causw/core 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Avatar/Avatar.d.cts +2 -2
- package/dist/components/Avatar/Avatar.d.mts +2 -2
- package/dist/components/Avatar/Avatar.styles.d.cts +3 -3
- package/dist/components/Avatar/Avatar.styles.d.mts +3 -3
- package/dist/components/BottomNavigation/BottomNavigation.d.cts +5 -5
- package/dist/components/BottomNavigation/BottomNavigation.d.mts +5 -5
- package/dist/components/BottomNavigation/BottomNavigation.styles.d.cts +3 -3
- package/dist/components/BottomNavigation/BottomNavigation.styles.d.mts +3 -3
- package/dist/components/BottomSheet/BottomSheet.d.cts +6 -6
- package/dist/components/BottomSheet/BottomSheet.d.mts +6 -6
- package/dist/components/BottomSheet/BottomSheet.styles.d.cts +3 -3
- package/dist/components/BottomSheet/BottomSheet.styles.d.mts +3 -3
- package/dist/components/Box/Box.styles.d.mts +3 -3
- package/dist/components/Button/Button.d.cts +2 -2
- package/dist/components/Button/Button.d.mts +2 -2
- package/dist/components/Button/Button.d.mts.map +1 -1
- package/dist/components/Button/Button.styles.d.cts +3 -3
- package/dist/components/Button/Button.styles.d.mts +3 -3
- package/dist/components/CTAButton/CTAButton.d.cts +2 -2
- package/dist/components/CTAButton/CTAButton.styles.d.cts +3 -3
- package/dist/components/Calendar/Calendar.d.cts +2 -2
- package/dist/components/Calendar/Calendar.d.mts +2 -2
- package/dist/components/Calendar/Calendar.styles.d.cts +3 -3
- package/dist/components/Calendar/Calendar.styles.d.mts +3 -3
- package/dist/components/Checkbox/Checkbox.d.cts +4 -4
- package/dist/components/Checkbox/Checkbox.d.mts +4 -4
- package/dist/components/Checkbox/Checkbox.d.mts.map +1 -1
- package/dist/components/Checkbox/Checkbox.styles.d.cts +3 -3
- package/dist/components/Chip/Chip.d.cts +2 -2
- package/dist/components/Chip/Chip.styles.d.cts +3 -3
- package/dist/components/Dialog/Dialog.d.cts +5 -5
- package/dist/components/Dialog/Dialog.d.mts +5 -5
- package/dist/components/Dialog/Dialog.styles.d.cts +3 -3
- package/dist/components/Dialog/Dialog.styles.d.mts +3 -3
- package/dist/components/Drawer/Drawer.d.cts +3 -3
- package/dist/components/Drawer/Drawer.d.mts +3 -3
- package/dist/components/Drawer/Drawer.styles.d.cts +3 -3
- package/dist/components/Drawer/Drawer.styles.d.mts +3 -3
- package/dist/components/Dropdown/Dropdown.d.cts +3 -3
- package/dist/components/Dropdown/Dropdown.d.mts +3 -3
- package/dist/components/Dropdown/Dropdown.styles.d.cts +3 -3
- package/dist/components/Dropdown/Dropdown.styles.d.mts +3 -3
- package/dist/components/FloatingActionButton/FloatingActionButton.d.mts +2 -2
- package/dist/components/FloatingActionButton/FloatingActionButton.styles.d.mts +3 -3
- package/dist/components/HStack/HStack.d.cts +2 -2
- package/dist/components/HStack/HStack.d.mts +2 -2
- package/dist/components/Modal/Modal.d.mts +7 -7
- package/dist/components/Modal/Modal.styles.d.mts +3 -3
- package/dist/components/Primitive/Primitive.d.cts +16 -16
- package/dist/components/Radio/Radio.d.cts +3 -3
- package/dist/components/Radio/Radio.d.cts.map +1 -1
- package/dist/components/Radio/Radio.d.mts +3 -3
- package/dist/components/RatioChart/RatioChart.d.mts +5 -5
- package/dist/components/RatioChart/RatioChartEditor.d.mts +2 -2
- package/dist/components/Select/Select.d.cts +5 -5
- package/dist/components/Select/Select.d.mts +5 -5
- package/dist/components/Select/Select.styles.d.cts +3 -3
- package/dist/components/Separator/Separator.styles.d.mts +3 -3
- package/dist/components/Sidebar/Sidebar.d.cts +8 -8
- package/dist/components/Sidebar/Sidebar.d.mts +8 -8
- package/dist/components/Spacer/Spacer.styles.d.mts +3 -3
- package/dist/components/Stack/Stack.styles.d.mts +3 -3
- package/dist/components/Tab/Tab.d.cts +6 -6
- package/dist/components/Tab/Tab.d.mts +6 -6
- package/dist/components/Tab/Tab.styles.d.cts +3 -3
- package/dist/components/Tab/Tab.styles.d.mts +3 -3
- package/dist/components/Text/Text.styles.d.cts +3 -3
- package/dist/components/TextArea/TextArea.d.cts +4 -4
- package/dist/components/TextArea/TextArea.d.mts +4 -4
- package/dist/components/TextArea/TextArea.d.mts.map +1 -1
- package/dist/components/TextArea/TextArea.styles.d.mts +3 -3
- package/dist/components/TextInput/TextInput.d.cts +2 -2
- package/dist/components/TextInput/TextInput.styles.d.cts +3 -3
- package/dist/components/Toast/Toast.d.mts +3 -3
- package/dist/components/Toast/Toast.styles.d.mts +3 -3
- package/dist/components/Toggle/Toggle.d.cts +4 -4
- package/dist/components/Toggle/Toggle.d.mts +4 -4
- package/dist/components/Toggle/Toggle.styles.d.mts +3 -3
- package/dist/components/VStack/VStack.d.cts +2 -2
- package/dist/components/VStack/VStack.d.mts +2 -2
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime25 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_runtime25.JSX.Element;
|
|
34
34
|
displayName: string;
|
|
35
35
|
} & {
|
|
36
36
|
Root: {
|
|
37
|
-
(props: RatioChartRootProps):
|
|
37
|
+
(props: RatioChartRootProps): react_jsx_runtime25.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_runtime25.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_runtime25.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_runtime24 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_runtime24.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_runtime29 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_runtime29.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_runtime29.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_runtime29.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_runtime29.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_runtime20 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_runtime20.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_runtime20.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_runtime20.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_runtime20.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;
|
|
@@ -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/Separator/Separator.styles.d.ts
|
|
5
|
-
declare const separator:
|
|
5
|
+
declare const separator: tailwind_variants7.TVReturnType<{
|
|
6
6
|
orientation: {
|
|
7
7
|
horizontal: string;
|
|
8
8
|
vertical: string;
|
|
@@ -12,7 +12,7 @@ declare const separator: tailwind_variants9.TVReturnType<{
|
|
|
12
12
|
horizontal: string;
|
|
13
13
|
vertical: string;
|
|
14
14
|
};
|
|
15
|
-
}, undefined,
|
|
15
|
+
}, undefined, tailwind_variants7.TVReturnType<{
|
|
16
16
|
orientation: {
|
|
17
17
|
horizontal: string;
|
|
18
18
|
vertical: string;
|
|
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
|
2
2
|
import { SidebarVariants } from "./Sidebar.styles.cjs";
|
|
3
3
|
import { SidebarValue } from "./hooks/useSidebarContext.cjs";
|
|
4
4
|
import { ComponentProps, SVGProps } from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime65 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/Sidebar/Sidebar.d.ts
|
|
8
8
|
interface SidebarProps extends ComponentProps<'nav'>, PrimitiveProps {
|
|
@@ -30,34 +30,34 @@ declare const Sidebar: (({
|
|
|
30
30
|
selected,
|
|
31
31
|
onSelectChange,
|
|
32
32
|
...props
|
|
33
|
-
}: SidebarProps) =>
|
|
33
|
+
}: SidebarProps) => react_jsx_runtime65.JSX.Element) & {
|
|
34
34
|
Header: ({
|
|
35
35
|
children,
|
|
36
36
|
...props
|
|
37
|
-
}: SidebarHeaderProps) =>
|
|
37
|
+
}: SidebarHeaderProps) => react_jsx_runtime65.JSX.Element;
|
|
38
38
|
Content: ({
|
|
39
39
|
children,
|
|
40
40
|
...props
|
|
41
|
-
}: SidebarContentProps) =>
|
|
41
|
+
}: SidebarContentProps) => react_jsx_runtime65.JSX.Element;
|
|
42
42
|
Item: ({
|
|
43
43
|
selected,
|
|
44
44
|
value,
|
|
45
45
|
children,
|
|
46
46
|
onClick,
|
|
47
47
|
...props
|
|
48
|
-
}: SidebarItemProps) =>
|
|
48
|
+
}: SidebarItemProps) => react_jsx_runtime65.JSX.Element;
|
|
49
49
|
ItemIcon: ({
|
|
50
50
|
children,
|
|
51
51
|
...props
|
|
52
|
-
}: SidebarItemIconProps) =>
|
|
52
|
+
}: SidebarItemIconProps) => react_jsx_runtime65.JSX.Element;
|
|
53
53
|
ItemText: ({
|
|
54
54
|
children,
|
|
55
55
|
...props
|
|
56
|
-
}: SidebarItemTextProps) =>
|
|
56
|
+
}: SidebarItemTextProps) => react_jsx_runtime65.JSX.Element;
|
|
57
57
|
Footer: ({
|
|
58
58
|
children,
|
|
59
59
|
...props
|
|
60
|
-
}: SidebarFooterProps) =>
|
|
60
|
+
}: SidebarFooterProps) => react_jsx_runtime65.JSX.Element;
|
|
61
61
|
};
|
|
62
62
|
//#endregion
|
|
63
63
|
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_variants9 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_variants9.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_variants9.TVReturnType<{
|
|
34
34
|
size: {
|
|
35
35
|
1: string;
|
|
36
36
|
2: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants3 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_variants3.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_variants3.TVReturnType<{
|
|
56
56
|
direction: {
|
|
57
57
|
horizontal: string;
|
|
58
58
|
vertical: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
2
2
|
import { TabVariants } from "./Tab.styles.cjs";
|
|
3
3
|
import * as React$1 from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime36 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Tab/Tab.d.ts
|
|
7
7
|
interface TabRootProps extends TabVariants {
|
|
@@ -34,7 +34,7 @@ declare const Tab: {
|
|
|
34
34
|
id,
|
|
35
35
|
className,
|
|
36
36
|
children
|
|
37
|
-
}: TabRootProps):
|
|
37
|
+
}: TabRootProps): react_jsx_runtime36.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
} & {
|
|
40
40
|
Root: {
|
|
@@ -47,14 +47,14 @@ declare const Tab: {
|
|
|
47
47
|
id,
|
|
48
48
|
className,
|
|
49
49
|
children
|
|
50
|
-
}: TabRootProps):
|
|
50
|
+
}: TabRootProps): react_jsx_runtime36.JSX.Element;
|
|
51
51
|
displayName: string;
|
|
52
52
|
};
|
|
53
53
|
List: {
|
|
54
54
|
({
|
|
55
55
|
className,
|
|
56
56
|
...props
|
|
57
|
-
}: TabListProps):
|
|
57
|
+
}: TabListProps): react_jsx_runtime36.JSX.Element;
|
|
58
58
|
displayName: string;
|
|
59
59
|
};
|
|
60
60
|
TabItem: {
|
|
@@ -64,7 +64,7 @@ declare const Tab: {
|
|
|
64
64
|
className,
|
|
65
65
|
onClick,
|
|
66
66
|
...props
|
|
67
|
-
}: TabTabItemProps):
|
|
67
|
+
}: TabTabItemProps): react_jsx_runtime36.JSX.Element;
|
|
68
68
|
displayName: string;
|
|
69
69
|
};
|
|
70
70
|
Content: {
|
|
@@ -75,7 +75,7 @@ declare const Tab: {
|
|
|
75
75
|
className,
|
|
76
76
|
children,
|
|
77
77
|
...props
|
|
78
|
-
}: TabContentProps):
|
|
78
|
+
}: TabContentProps): react_jsx_runtime36.JSX.Element | null;
|
|
79
79
|
displayName: string;
|
|
80
80
|
};
|
|
81
81
|
};
|
|
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.mjs";
|
|
|
2
2
|
import "../Primitive/index.mjs";
|
|
3
3
|
import { TabVariants } from "./Tab.styles.mjs";
|
|
4
4
|
import * as React$1 from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime37 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/Tab/Tab.d.ts
|
|
8
8
|
interface TabRootProps extends TabVariants {
|
|
@@ -35,7 +35,7 @@ declare const Tab: {
|
|
|
35
35
|
id,
|
|
36
36
|
className,
|
|
37
37
|
children
|
|
38
|
-
}: TabRootProps):
|
|
38
|
+
}: TabRootProps): react_jsx_runtime37.JSX.Element;
|
|
39
39
|
displayName: string;
|
|
40
40
|
} & {
|
|
41
41
|
Root: {
|
|
@@ -48,14 +48,14 @@ declare const Tab: {
|
|
|
48
48
|
id,
|
|
49
49
|
className,
|
|
50
50
|
children
|
|
51
|
-
}: TabRootProps):
|
|
51
|
+
}: TabRootProps): react_jsx_runtime37.JSX.Element;
|
|
52
52
|
displayName: string;
|
|
53
53
|
};
|
|
54
54
|
List: {
|
|
55
55
|
({
|
|
56
56
|
className,
|
|
57
57
|
...props
|
|
58
|
-
}: TabListProps):
|
|
58
|
+
}: TabListProps): react_jsx_runtime37.JSX.Element;
|
|
59
59
|
displayName: string;
|
|
60
60
|
};
|
|
61
61
|
TabItem: {
|
|
@@ -65,7 +65,7 @@ declare const Tab: {
|
|
|
65
65
|
className,
|
|
66
66
|
onClick,
|
|
67
67
|
...props
|
|
68
|
-
}: TabTabItemProps):
|
|
68
|
+
}: TabTabItemProps): react_jsx_runtime37.JSX.Element;
|
|
69
69
|
displayName: string;
|
|
70
70
|
};
|
|
71
71
|
Content: {
|
|
@@ -76,7 +76,7 @@ declare const Tab: {
|
|
|
76
76
|
className,
|
|
77
77
|
children,
|
|
78
78
|
...props
|
|
79
|
-
}: TabContentProps):
|
|
79
|
+
}: TabContentProps): react_jsx_runtime37.JSX.Element | null;
|
|
80
80
|
displayName: string;
|
|
81
81
|
};
|
|
82
82
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants19 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Tab/Tab.styles.d.ts
|
|
5
|
-
declare const tabs:
|
|
5
|
+
declare const tabs: tailwind_variants19.TVReturnType<{
|
|
6
6
|
variant: {
|
|
7
7
|
underline: {
|
|
8
8
|
list: string;
|
|
@@ -30,7 +30,7 @@ declare const tabs: tailwind_variants21.TVReturnType<{
|
|
|
30
30
|
}, {
|
|
31
31
|
list: string;
|
|
32
32
|
item: string;
|
|
33
|
-
},
|
|
33
|
+
}, tailwind_variants19.TVReturnType<{
|
|
34
34
|
variant: {
|
|
35
35
|
underline: {
|
|
36
36
|
list: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants21 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Tab/Tab.styles.d.ts
|
|
5
|
-
declare const tabs:
|
|
5
|
+
declare const tabs: tailwind_variants21.TVReturnType<{
|
|
6
6
|
variant: {
|
|
7
7
|
underline: {
|
|
8
8
|
list: string;
|
|
@@ -30,7 +30,7 @@ declare const tabs: tailwind_variants19.TVReturnType<{
|
|
|
30
30
|
}, {
|
|
31
31
|
list: string;
|
|
32
32
|
item: string;
|
|
33
|
-
},
|
|
33
|
+
}, tailwind_variants21.TVReturnType<{
|
|
34
34
|
variant: {
|
|
35
35
|
underline: {
|
|
36
36
|
list: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants0 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Text/Text.styles.d.ts
|
|
5
|
-
declare const text:
|
|
5
|
+
declare const text: tailwind_variants0.TVReturnType<{
|
|
6
6
|
typography: {
|
|
7
7
|
'title-48-bold': string;
|
|
8
8
|
'title-32-bold': string;
|
|
@@ -96,7 +96,7 @@ declare const text: tailwind_variants1.TVReturnType<{
|
|
|
96
96
|
right: string;
|
|
97
97
|
justify: string;
|
|
98
98
|
};
|
|
99
|
-
}, undefined,
|
|
99
|
+
}, undefined, tailwind_variants0.TVReturnType<{
|
|
100
100
|
typography: {
|
|
101
101
|
'title-48-bold': string;
|
|
102
102
|
'title-32-bold': string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PrimitiveProps } from "../Primitive/Primitive.cjs";
|
|
2
2
|
import { TextAreaVariants } from "./TextArea.styles.cjs";
|
|
3
3
|
import React from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/TextArea/TextArea.d.ts
|
|
7
7
|
interface TextAreaProps extends React.HTMLAttributes<HTMLDivElement>, PrimitiveProps {
|
|
@@ -16,7 +16,7 @@ declare const TextArea: {
|
|
|
16
16
|
className,
|
|
17
17
|
children,
|
|
18
18
|
...props
|
|
19
|
-
}: TextAreaProps):
|
|
19
|
+
}: TextAreaProps): react_jsx_runtime3.JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
} & {
|
|
22
22
|
Input: {
|
|
@@ -25,7 +25,7 @@ declare const TextArea: {
|
|
|
25
25
|
disabled: disabledProp,
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: TextAreaInputProps):
|
|
28
|
+
}: TextAreaInputProps): react_jsx_runtime3.JSX.Element;
|
|
29
29
|
displayName: string;
|
|
30
30
|
};
|
|
31
31
|
Footer: {
|
|
@@ -33,7 +33,7 @@ declare const TextArea: {
|
|
|
33
33
|
className,
|
|
34
34
|
children,
|
|
35
35
|
...props
|
|
36
|
-
}: TextAreaFooterProps):
|
|
36
|
+
}: TextAreaFooterProps): react_jsx_runtime3.JSX.Element;
|
|
37
37
|
displayName: string;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
@@ -2,7 +2,7 @@ import { PrimitiveProps } from "../Primitive/Primitive.mjs";
|
|
|
2
2
|
import "../Primitive/index.mjs";
|
|
3
3
|
import { TextAreaVariants } from "./TextArea.styles.mjs";
|
|
4
4
|
import React from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/TextArea/TextArea.d.ts
|
|
8
8
|
interface TextAreaProps extends React.HTMLAttributes<HTMLDivElement>, PrimitiveProps {
|
|
@@ -17,7 +17,7 @@ declare const TextArea: {
|
|
|
17
17
|
className,
|
|
18
18
|
children,
|
|
19
19
|
...props
|
|
20
|
-
}: TextAreaProps):
|
|
20
|
+
}: TextAreaProps): react_jsx_runtime13.JSX.Element;
|
|
21
21
|
displayName: string;
|
|
22
22
|
} & {
|
|
23
23
|
Input: {
|
|
@@ -26,7 +26,7 @@ declare const TextArea: {
|
|
|
26
26
|
disabled: disabledProp,
|
|
27
27
|
className,
|
|
28
28
|
...props
|
|
29
|
-
}: TextAreaInputProps):
|
|
29
|
+
}: TextAreaInputProps): react_jsx_runtime13.JSX.Element;
|
|
30
30
|
displayName: string;
|
|
31
31
|
};
|
|
32
32
|
Footer: {
|
|
@@ -34,7 +34,7 @@ declare const TextArea: {
|
|
|
34
34
|
className,
|
|
35
35
|
children,
|
|
36
36
|
...props
|
|
37
|
-
}: TextAreaFooterProps):
|
|
37
|
+
}: TextAreaFooterProps): react_jsx_runtime13.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.mts","names":[],"sources":["../../../src/components/TextArea/TextArea.tsx"],"mappings":";;;;;;;UAMiB,aAAA,SACP,KAAA,CAAM,cAAA,CAAe,cAAA,GAAiB,cAAA;EAC9C,QAAA,EAAU,KAAA,CAAM,SAAA;AAAA;AAAA,UAmBD,kBAAA,SACP,KAAA,CAAM,cAAA,cAA4B,IAAA,CAAK,gBAAA;AAAA,UAmBhC,mBAAA,SACP,KAAA,CAAM,cAAA,CAAe,cAAA,GAAiB,cAAA;EAC9C,QAAA,EAAU,KAAA,CAAM,SAAA;AAAA;AAAA,cAqBL,QAAA;EAAA;;;;KA3D4C,aAAA,GAAa,
|
|
1
|
+
{"version":3,"file":"TextArea.d.mts","names":[],"sources":["../../../src/components/TextArea/TextArea.tsx"],"mappings":";;;;;;;UAMiB,aAAA,SACP,KAAA,CAAM,cAAA,CAAe,cAAA,GAAiB,cAAA;EAC9C,QAAA,EAAU,KAAA,CAAM,SAAA;AAAA;AAAA,UAmBD,kBAAA,SACP,KAAA,CAAM,cAAA,cAA4B,IAAA,CAAK,gBAAA;AAAA,UAmBhC,mBAAA,SACP,KAAA,CAAM,cAAA,CAAe,cAAA,GAAiB,cAAA;EAC9C,QAAA,EAAU,KAAA,CAAM,SAAA;AAAA;AAAA,cAqBL,QAAA;EAAA;;;;KA3D4C,aAAA,GAAa,mBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;;;;OAwBnE,kBAAA,GAAkB,mBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;;;OAqBlB,mBAAA,GAAmB,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants35 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/TextArea/TextArea.styles.d.ts
|
|
5
|
-
declare const textArea:
|
|
5
|
+
declare const textArea: tailwind_variants35.TVReturnType<{
|
|
6
6
|
disabled: {
|
|
7
7
|
true: {
|
|
8
8
|
root: string;
|
|
@@ -52,7 +52,7 @@ declare const textArea: tailwind_variants31.TVReturnType<{
|
|
|
52
52
|
root: string;
|
|
53
53
|
input: string;
|
|
54
54
|
footer: string;
|
|
55
|
-
},
|
|
55
|
+
}, tailwind_variants35.TVReturnType<{
|
|
56
56
|
disabled: {
|
|
57
57
|
true: {
|
|
58
58
|
root: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TextVariants } from "../Text/Text.styles.cjs";
|
|
2
2
|
import { TextInputVariants } from "./TextInput.styles.cjs";
|
|
3
3
|
import React from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime6 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/TextInput/TextInput.d.ts
|
|
7
7
|
interface TextInputProps extends React.ComponentProps<'input'>, TextVariants, TextInputVariants {
|
|
@@ -24,7 +24,7 @@ declare const TextInput: {
|
|
|
24
24
|
typography,
|
|
25
25
|
textColor,
|
|
26
26
|
...props
|
|
27
|
-
}: TextInputProps):
|
|
27
|
+
}: TextInputProps): react_jsx_runtime6.JSX.Element;
|
|
28
28
|
displayName: string;
|
|
29
29
|
};
|
|
30
30
|
//#endregion
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants1 from "tailwind-variants";
|
|
2
2
|
import { VariantProps } from "tailwind-variants";
|
|
3
3
|
|
|
4
4
|
//#region src/components/TextInput/TextInput.styles.d.ts
|
|
5
|
-
declare const textInput:
|
|
5
|
+
declare const textInput: tailwind_variants1.TVReturnType<{
|
|
6
6
|
variant: {
|
|
7
7
|
default: {
|
|
8
8
|
root: string;
|
|
@@ -50,7 +50,7 @@ declare const textInput: tailwind_variants0.TVReturnType<{
|
|
|
50
50
|
input: string;
|
|
51
51
|
leftIcon: string;
|
|
52
52
|
rightIcon: string;
|
|
53
|
-
},
|
|
53
|
+
}, tailwind_variants1.TVReturnType<{
|
|
54
54
|
variant: {
|
|
55
55
|
default: {
|
|
56
56
|
root: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ToastVariants } from "./Toast.styles.mjs";
|
|
2
2
|
import * as react11 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime42 from "react/jsx-runtime";
|
|
4
4
|
import * as ToastPrimitives from "@radix-ui/react-toast";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Toast/Toast.d.ts
|
|
@@ -15,12 +15,12 @@ declare const Toast: ({
|
|
|
15
15
|
message,
|
|
16
16
|
icon,
|
|
17
17
|
...props
|
|
18
|
-
}: ToastProps) =>
|
|
18
|
+
}: ToastProps) => react_jsx_runtime42.JSX.Element;
|
|
19
19
|
type ToastViewportProps = React.ComponentProps<typeof ToastPrimitives.Viewport>;
|
|
20
20
|
declare const ToastViewport: ({
|
|
21
21
|
className,
|
|
22
22
|
...props
|
|
23
|
-
}: ToastViewportProps) =>
|
|
23
|
+
}: ToastViewportProps) => react_jsx_runtime42.JSX.Element;
|
|
24
24
|
declare const ToastProvider: react11.FC<ToastPrimitives.ToastProviderProps>;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { Toast, ToastProps, ToastProvider, ToastViewport, ToastViewportProps };
|