globalfy-design-system 1.50.0 → 1.51.1
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/atoms/Alert/Alert.d.ts +0 -1
- package/dist/components/atoms/Button/Button.d.ts +37 -181
- package/dist/components/atoms/Button/SpinnerIcon.d.ts +41 -105
- package/dist/components/atoms/DatePicker/DatePicker.stories.d.ts +0 -1
- package/dist/components/atoms/DropdownList/CssVariants.d.ts +58 -246
- package/dist/components/atoms/GlobCheckbox/GlobCheckbox.stories.d.ts +4 -4
- package/dist/components/atoms/Icon/glob-icons/glob-icons-list.d.ts +0 -1
- package/dist/components/atoms/Input/Input.d.ts +12 -12
- package/dist/components/atoms/Input/Input.stories.d.ts +13 -13
- package/dist/components/atoms/InputMask/InputMask.d.ts +11 -12
- package/dist/components/atoms/InputMask/InputMask.stories.d.ts +12 -12
- package/dist/components/atoms/Popover/Popover.d.ts +0 -1
- package/dist/components/atoms/TextArea/TextArea.d.ts +6 -6
- package/dist/components/atoms/TextArea/TextArea.stories.d.ts +6 -6
- package/dist/components/atoms/Tooltip/Tooltip.d.ts +0 -1
- package/dist/components/molecules/empty-state/empty-state.d.ts +0 -1
- package/dist/components/molecules/error-state/error-state.d.ts +0 -1
- package/dist/components/molecules/popover-menu/variants.d.ts +28 -92
- package/dist/globalfy-design-system.js +1140 -1138
- package/dist/globalfy-design-system.umd.cjs +132 -111
- package/dist/{index-3ac2ba72.js → index-6b1d72b9.js} +1 -1
- package/dist/main-dc6f2fa6.js +70006 -0
- package/package.json +24 -24
- package/dist/main-ab5d96a3.js +0 -70030
|
@@ -1,114 +1,50 @@
|
|
|
1
1
|
export declare const containerVariants: import('tailwind-variants').TVReturnType<{
|
|
2
2
|
align: {
|
|
3
|
-
left:
|
|
4
|
-
right:
|
|
5
|
-
center:
|
|
3
|
+
left: string;
|
|
4
|
+
right: string;
|
|
5
|
+
center: string;
|
|
6
6
|
};
|
|
7
7
|
allowSort: {
|
|
8
|
-
true:
|
|
9
|
-
false:
|
|
8
|
+
true: string;
|
|
9
|
+
false: string;
|
|
10
10
|
};
|
|
11
|
-
}, undefined, "flex items-center gap-2 border-none",
|
|
11
|
+
}, undefined, "flex items-center gap-2 border-none", {
|
|
12
12
|
align: {
|
|
13
|
-
left:
|
|
14
|
-
right:
|
|
15
|
-
center:
|
|
13
|
+
left: string;
|
|
14
|
+
right: string;
|
|
15
|
+
center: string;
|
|
16
16
|
};
|
|
17
17
|
allowSort: {
|
|
18
|
-
true:
|
|
19
|
-
false:
|
|
20
|
-
};
|
|
21
|
-
}, {
|
|
22
|
-
align: {
|
|
23
|
-
left: "justify-start";
|
|
24
|
-
right: "justify-end";
|
|
25
|
-
center: "justify-center";
|
|
26
|
-
};
|
|
27
|
-
allowSort: {
|
|
28
|
-
true: "cursor-pointer";
|
|
29
|
-
false: "";
|
|
30
|
-
};
|
|
31
|
-
}>, {
|
|
32
|
-
align: {
|
|
33
|
-
left: "justify-start";
|
|
34
|
-
right: "justify-end";
|
|
35
|
-
center: "justify-center";
|
|
36
|
-
};
|
|
37
|
-
allowSort: {
|
|
38
|
-
true: "cursor-pointer";
|
|
39
|
-
false: "";
|
|
18
|
+
true: string;
|
|
19
|
+
false: string;
|
|
40
20
|
};
|
|
41
21
|
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
42
22
|
align: {
|
|
43
|
-
left:
|
|
44
|
-
right:
|
|
45
|
-
center:
|
|
46
|
-
};
|
|
47
|
-
allowSort: {
|
|
48
|
-
true: "cursor-pointer";
|
|
49
|
-
false: "";
|
|
50
|
-
};
|
|
51
|
-
}, undefined, "flex items-center gap-2 border-none", import('tailwind-variants/dist/config.js').TVConfig<{
|
|
52
|
-
align: {
|
|
53
|
-
left: "justify-start";
|
|
54
|
-
right: "justify-end";
|
|
55
|
-
center: "justify-center";
|
|
23
|
+
left: string;
|
|
24
|
+
right: string;
|
|
25
|
+
center: string;
|
|
56
26
|
};
|
|
57
27
|
allowSort: {
|
|
58
|
-
true:
|
|
59
|
-
false:
|
|
28
|
+
true: string;
|
|
29
|
+
false: string;
|
|
60
30
|
};
|
|
61
|
-
},
|
|
62
|
-
align: {
|
|
63
|
-
left: "justify-start";
|
|
64
|
-
right: "justify-end";
|
|
65
|
-
center: "justify-center";
|
|
66
|
-
};
|
|
67
|
-
allowSort: {
|
|
68
|
-
true: "cursor-pointer";
|
|
69
|
-
false: "";
|
|
70
|
-
};
|
|
71
|
-
}>, unknown, unknown, undefined>>;
|
|
31
|
+
}, undefined, "flex items-center gap-2 border-none", unknown, unknown, undefined>>;
|
|
72
32
|
export declare const headVariants: import('tailwind-variants').TVReturnType<{
|
|
73
33
|
align: {
|
|
74
|
-
left:
|
|
75
|
-
right:
|
|
76
|
-
center:
|
|
77
|
-
};
|
|
78
|
-
}, undefined, "text-xs uppercase text-primary-grey-900", import('tailwind-variants/dist/config.js').TVConfig<{
|
|
79
|
-
align: {
|
|
80
|
-
left: "text-left";
|
|
81
|
-
right: "text-right";
|
|
82
|
-
center: "text-center";
|
|
34
|
+
left: string;
|
|
35
|
+
right: string;
|
|
36
|
+
center: string;
|
|
83
37
|
};
|
|
84
|
-
}, {
|
|
38
|
+
}, undefined, "text-xs uppercase text-primary-grey-900", {
|
|
85
39
|
align: {
|
|
86
|
-
left:
|
|
87
|
-
right:
|
|
88
|
-
center:
|
|
89
|
-
};
|
|
90
|
-
}>, {
|
|
91
|
-
align: {
|
|
92
|
-
left: "text-left";
|
|
93
|
-
right: "text-right";
|
|
94
|
-
center: "text-center";
|
|
40
|
+
left: string;
|
|
41
|
+
right: string;
|
|
42
|
+
center: string;
|
|
95
43
|
};
|
|
96
44
|
}, undefined, import('tailwind-variants').TVReturnType<{
|
|
97
45
|
align: {
|
|
98
|
-
left:
|
|
99
|
-
right:
|
|
100
|
-
center:
|
|
101
|
-
};
|
|
102
|
-
}, undefined, "text-xs uppercase text-primary-grey-900", import('tailwind-variants/dist/config.js').TVConfig<{
|
|
103
|
-
align: {
|
|
104
|
-
left: "text-left";
|
|
105
|
-
right: "text-right";
|
|
106
|
-
center: "text-center";
|
|
107
|
-
};
|
|
108
|
-
}, {
|
|
109
|
-
align: {
|
|
110
|
-
left: "text-left";
|
|
111
|
-
right: "text-right";
|
|
112
|
-
center: "text-center";
|
|
46
|
+
left: string;
|
|
47
|
+
right: string;
|
|
48
|
+
center: string;
|
|
113
49
|
};
|
|
114
|
-
}
|
|
50
|
+
}, undefined, "text-xs uppercase text-primary-grey-900", unknown, unknown, undefined>>;
|