@okam/stack-ui 1.6.1 → 1.6.2
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/ArrowDown-2bdc734f.mjs +7 -0
- package/ArrowDown-a6edacd9.js +1 -0
- package/ArrowLeft-4eeead7e.js +1 -0
- package/ArrowLeft-cfc85f6d.mjs +10 -0
- package/BrandArrowRight-686606ab.mjs +7 -0
- package/BrandArrowRight-810d374a.js +1 -0
- package/Check-5b690106.js +1 -0
- package/Check-f0e31d77.mjs +7 -0
- package/ChevronLeft-3d464239.js +1 -0
- package/ChevronLeft-50f70f08.mjs +7 -0
- package/ChevronRight-5709c683.js +1 -0
- package/ChevronRight-ea754d4d.mjs +7 -0
- package/CloseBtn-2f4aad79.mjs +13 -0
- package/CloseBtn-e65fe8bd.js +1 -0
- package/Facebook-0c77fec8.mjs +13 -0
- package/Facebook-f2646126.js +1 -0
- package/FacebookColored-9be40f21.mjs +15 -0
- package/FacebookColored-d986225c.js +1 -0
- package/Globe-cb458fad.mjs +48 -0
- package/Globe-cbe70168.js +1 -0
- package/Instagram-2f8ef20d.js +1 -0
- package/Instagram-bf4a1667.mjs +10 -0
- package/InstagramColored-6a2b2b7a.js +1 -0
- package/InstagramColored-c4931693.mjs +73 -0
- package/Link-4ef5aaf2.mjs +10 -0
- package/Link-db71325e.js +1 -0
- package/Mail-a1aec200.js +1 -0
- package/Mail-c45e037a.mjs +12 -0
- package/Plus-144cf5f8.mjs +19 -0
- package/Plus-75849570.js +1 -0
- package/Share-608e1dd8.js +1 -0
- package/Share-c707352d.mjs +15 -0
- package/Twitter-1eb11c0c.js +1 -0
- package/Twitter-78d0ccc7.mjs +15 -0
- package/TwitterColored-334512f5.mjs +15 -0
- package/TwitterColored-8b72aa64.js +1 -0
- package/Upload-1f27bbaa.mjs +13 -0
- package/Upload-578304b2.js +1 -0
- package/YouTube-5dbf2e75.js +1 -0
- package/YouTube-782a6434.mjs +15 -0
- package/YouTubeColored-45e92b0e.mjs +16 -0
- package/YouTubeColored-5baa4a6c.js +1 -0
- package/components/Accordion/index.d.ts +3 -0
- package/components/Accordion/interface.d.ts +16 -0
- package/components/Box/index.d.ts +5 -0
- package/components/Box/interface.d.ts +10 -0
- package/components/Button/index.d.ts +5 -0
- package/components/Button/interface.d.ts +16 -0
- package/components/Calendar/components/CalendarCell.d.ts +3 -0
- package/components/Calendar/components/CalendarGrid.d.ts +3 -0
- package/components/Calendar/index.d.ts +3 -0
- package/components/Calendar/interface.d.ts +32 -0
- package/components/Date/index.d.ts +3 -0
- package/components/Date/interface.d.ts +6 -0
- package/components/Dialog/index.d.ts +2 -0
- package/components/Dialog/interface.d.ts +6 -0
- package/components/Icon/index.d.ts +3 -0
- package/components/Icon/interface.d.ts +7 -0
- package/components/Lightbox/hooks/overlay/index.d.ts +12 -0
- package/components/Lightbox/hooks/overlay/interface.d.ts +2 -0
- package/components/Lightbox/index.d.ts +3 -0
- package/components/Lightbox/interface.d.ts +20 -0
- package/components/Modal/Dialog.d.ts +3 -0
- package/components/Modal/index.d.ts +3 -0
- package/components/Modal/interface.d.ts +11 -0
- package/components/Popover/index.d.ts +10 -0
- package/components/Popover/interface.d.ts +11 -0
- package/components/ShareButton/index.d.ts +4 -0
- package/components/ShareButton/interface.d.ts +23 -0
- package/components/ShareButton/utils/generateUtmTags.d.ts +2 -0
- package/components/ShareButton/utils/useFacebookShareUrl.d.ts +2 -0
- package/components/ShareButton/utils/useMailToShareUrl.d.ts +2 -0
- package/components/ShareButton/utils/useTwitterShareUrl.d.ts +2 -0
- package/components/ShareButton/utils/useWindow.d.ts +5 -0
- package/components/SidePanel/index.d.ts +4 -0
- package/components/SidePanel/interface.d.ts +9 -0
- package/components/Typography/index.d.ts +5 -0
- package/components/Typography/interface.d.ts +9 -0
- package/components/WysiwygBlock/index.d.ts +3 -0
- package/components/WysiwygBlock/interface.d.ts +5 -0
- package/components/fields/Checkbox/Checkbox.interface.d.ts +24 -0
- package/components/fields/Checkbox/index.d.ts +3 -0
- package/components/fields/DatePicker/components/CalendarPopover.d.ts +2 -0
- package/components/fields/DatePicker/components/DateField.d.ts +4 -0
- package/components/fields/DatePicker/index.d.ts +3 -0
- package/components/fields/DatePicker/interface.d.ts +37 -0
- package/components/fields/Select/Select.d.ts +4 -0
- package/components/fields/Select/Select.interface.d.ts +21 -0
- package/components/fields/Select/components/Listbox.d.ts +4 -0
- package/components/fields/Select/components/Listbox.interface.d.ts +12 -0
- package/components/fields/Select/components/Popover.d.ts +3 -0
- package/components/fields/Select/components/Popover.interface.d.ts +12 -0
- package/components/fields/TextArea/index.d.ts +3 -0
- package/components/fields/TextArea/interface.d.ts +17 -0
- package/components/fields/TextInputField/index.d.ts +4 -0
- package/components/fields/TextInputField/interface.d.ts +23 -0
- package/components/icons/ArrowDown.d.ts +3 -0
- package/components/icons/ArrowLeft.d.ts +3 -0
- package/components/icons/ArrowRight.d.ts +3 -0
- package/components/icons/BrandArrowRight.d.ts +3 -0
- package/components/icons/Check.d.ts +3 -0
- package/components/icons/ChevronLeft.d.ts +3 -0
- package/components/icons/ChevronRight.d.ts +3 -0
- package/components/icons/CloseBtn.d.ts +3 -0
- package/components/icons/Facebook.d.ts +3 -0
- package/components/icons/FacebookColored.d.ts +3 -0
- package/components/icons/Globe.d.ts +3 -0
- package/components/icons/IconFallback.d.ts +3 -0
- package/components/icons/Instagram.d.ts +3 -0
- package/components/icons/InstagramColored.d.ts +3 -0
- package/components/icons/Link.d.ts +3 -0
- package/components/icons/Mail.d.ts +3 -0
- package/components/icons/Plus.d.ts +3 -0
- package/components/icons/Share.d.ts +3 -0
- package/components/icons/Twitter.d.ts +3 -0
- package/components/icons/TwitterColored.d.ts +3 -0
- package/components/icons/Upload.d.ts +3 -0
- package/components/icons/YouTube.d.ts +3 -0
- package/components/icons/YouTubeColored.d.ts +3 -0
- package/index.d.ts +32 -0
- package/index.js +46 -4536
- package/index.mjs +9221 -0
- package/package.json +16 -12
- package/providers/Client/index.d.ts +4 -0
- package/providers/Client/interface.d.ts +10 -0
- package/providers/SidePanel/index.d.ts +4 -0
- package/providers/SidePanel/interface.d.ts +17 -0
- package/providers/Theme/hooks.d.ts +3 -0
- package/providers/Theme/index.d.ts +10 -0
- package/providers/Theme/interface.d.ts +23 -0
- package/providers/Theme/utils.d.ts +2 -0
- package/theme/Accordion/index.d.ts +154 -0
- package/theme/Box/index.d.ts +100 -0
- package/theme/Button/index.d.ts +70 -0
- package/theme/Calendar/index.d.ts +237 -0
- package/theme/Checkbox/index.d.ts +75 -0
- package/theme/DatePicker/index.d.ts +51 -0
- package/theme/LightBox/index.d.ts +143 -0
- package/theme/ShareButton/index.d.ts +110 -0
- package/theme/SidePanel/index.d.ts +15 -0
- package/theme/TextArea/index.d.ts +17 -0
- package/theme/Typography/index.d.ts +134 -0
- package/theme/index.d.ts +5 -0
- package/transitions/ModalTransition.d.ts +7 -0
- package/transitions/RenderWithSlide.d.ts +7 -0
- package/transitions/SidePanelTransition.d.ts +7 -0
- package/types/components.d.ts +23 -0
- package/README.md +0 -8
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
export declare const calendarContainer: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "inline-block text-gray-800"> | {
|
|
2
|
+
[x: string]: {
|
|
3
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "inline-block text-gray-800">;
|
|
4
|
+
} | undefined;
|
|
5
|
+
} | {}, undefined, "inline-block text-gray-800", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "inline-block text-gray-800"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "inline-block text-gray-800"> | {}, undefined>;
|
|
6
|
+
export declare const calendarHeaderContainer: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "flex items-center justify-between pb-4"> | {
|
|
7
|
+
[x: string]: {
|
|
8
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "flex items-center justify-between pb-4">;
|
|
9
|
+
} | undefined;
|
|
10
|
+
} | {}, undefined, "flex items-center justify-between pb-4", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "flex items-center justify-between pb-4"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "flex items-center justify-between pb-4"> | {}, undefined>;
|
|
11
|
+
export declare const calendarNavigationButtonsContainer: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "flex items-center gap-1"> | {
|
|
12
|
+
[x: string]: {
|
|
13
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "flex items-center gap-1">;
|
|
14
|
+
} | undefined;
|
|
15
|
+
} | {}, undefined, "flex items-center gap-1", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "flex items-center gap-1"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "flex items-center gap-1"> | {}, undefined>;
|
|
16
|
+
export declare const calendarNavigationButtons: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "active:bg-color-1-500 p-2 rounded-full active:text-color-1-100 hover:bg-color-1-200"> | {
|
|
17
|
+
[x: string]: {
|
|
18
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "active:bg-color-1-500 p-2 rounded-full active:text-color-1-100 hover:bg-color-1-200">;
|
|
19
|
+
} | undefined;
|
|
20
|
+
} | {}, undefined, "active:bg-color-1-500 p-2 rounded-full active:text-color-1-100 hover:bg-color-1-200", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "active:bg-color-1-500 p-2 rounded-full active:text-color-1-100 hover:bg-color-1-200"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "active:bg-color-1-500 p-2 rounded-full active:text-color-1-100 hover:bg-color-1-200"> | {}, undefined>;
|
|
21
|
+
export declare const calendarTable: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "flex-1"> | {
|
|
22
|
+
[x: string]: {
|
|
23
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "flex-1">;
|
|
24
|
+
} | undefined;
|
|
25
|
+
} | {}, undefined, "flex-1", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "flex-1"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "flex-1"> | {}, undefined>;
|
|
26
|
+
export declare const calendarDayLabel: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "text-center"> | {
|
|
27
|
+
[x: string]: {
|
|
28
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "text-center">;
|
|
29
|
+
} | undefined;
|
|
30
|
+
} | {}, undefined, "text-center", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "text-center"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "text-center"> | {}, undefined>;
|
|
31
|
+
export declare const calendarCellContainer: import("tailwind-variants").TVReturnType<{
|
|
32
|
+
isFocusVisible: {
|
|
33
|
+
true: "z-10";
|
|
34
|
+
false: "";
|
|
35
|
+
};
|
|
36
|
+
}, undefined, "py-0.5 relative", import("tailwind-variants/dist/config").TVConfig<{
|
|
37
|
+
isFocusVisible: {
|
|
38
|
+
true: "z-10";
|
|
39
|
+
false: "";
|
|
40
|
+
};
|
|
41
|
+
}, {
|
|
42
|
+
isFocusVisible: {
|
|
43
|
+
true: "z-10";
|
|
44
|
+
false: "";
|
|
45
|
+
};
|
|
46
|
+
}>, {
|
|
47
|
+
isFocusVisible: {
|
|
48
|
+
true: "z-10";
|
|
49
|
+
false: "";
|
|
50
|
+
};
|
|
51
|
+
}, undefined>;
|
|
52
|
+
export declare const calendarCell: import("tailwind-variants").TVReturnType<{
|
|
53
|
+
isSelected: {
|
|
54
|
+
true: "";
|
|
55
|
+
false: "";
|
|
56
|
+
};
|
|
57
|
+
isInvalid: {
|
|
58
|
+
true: "";
|
|
59
|
+
fasle: "";
|
|
60
|
+
};
|
|
61
|
+
isDisabled: {
|
|
62
|
+
true: "disabled";
|
|
63
|
+
false: "";
|
|
64
|
+
};
|
|
65
|
+
isRoundedLeft: {
|
|
66
|
+
true: "rounded-l-full";
|
|
67
|
+
false: "";
|
|
68
|
+
};
|
|
69
|
+
isRoundedRight: {
|
|
70
|
+
true: "rounded-r-full";
|
|
71
|
+
false: "";
|
|
72
|
+
};
|
|
73
|
+
}, undefined, "w-10 h-10 outline-none group", import("tailwind-variants/dist/config").TVConfig<{
|
|
74
|
+
isSelected: {
|
|
75
|
+
true: "";
|
|
76
|
+
false: "";
|
|
77
|
+
};
|
|
78
|
+
isInvalid: {
|
|
79
|
+
true: "";
|
|
80
|
+
fasle: "";
|
|
81
|
+
};
|
|
82
|
+
isDisabled: {
|
|
83
|
+
true: "disabled";
|
|
84
|
+
false: "";
|
|
85
|
+
};
|
|
86
|
+
isRoundedLeft: {
|
|
87
|
+
true: "rounded-l-full";
|
|
88
|
+
false: "";
|
|
89
|
+
};
|
|
90
|
+
isRoundedRight: {
|
|
91
|
+
true: "rounded-r-full";
|
|
92
|
+
false: "";
|
|
93
|
+
};
|
|
94
|
+
}, {
|
|
95
|
+
isSelected: {
|
|
96
|
+
true: "";
|
|
97
|
+
false: "";
|
|
98
|
+
};
|
|
99
|
+
isInvalid: {
|
|
100
|
+
true: "";
|
|
101
|
+
fasle: "";
|
|
102
|
+
};
|
|
103
|
+
isDisabled: {
|
|
104
|
+
true: "disabled";
|
|
105
|
+
false: "";
|
|
106
|
+
};
|
|
107
|
+
isRoundedLeft: {
|
|
108
|
+
true: "rounded-l-full";
|
|
109
|
+
false: "";
|
|
110
|
+
};
|
|
111
|
+
isRoundedRight: {
|
|
112
|
+
true: "rounded-r-full";
|
|
113
|
+
false: "";
|
|
114
|
+
};
|
|
115
|
+
}>, {
|
|
116
|
+
isSelected: {
|
|
117
|
+
true: "";
|
|
118
|
+
false: "";
|
|
119
|
+
};
|
|
120
|
+
isInvalid: {
|
|
121
|
+
true: "";
|
|
122
|
+
fasle: "";
|
|
123
|
+
};
|
|
124
|
+
isDisabled: {
|
|
125
|
+
true: "disabled";
|
|
126
|
+
false: "";
|
|
127
|
+
};
|
|
128
|
+
isRoundedLeft: {
|
|
129
|
+
true: "rounded-l-full";
|
|
130
|
+
false: "";
|
|
131
|
+
};
|
|
132
|
+
isRoundedRight: {
|
|
133
|
+
true: "rounded-r-full";
|
|
134
|
+
false: "";
|
|
135
|
+
};
|
|
136
|
+
}, undefined>;
|
|
137
|
+
export declare const calendarCellFormattedDate: import("tailwind-variants").TVReturnType<{
|
|
138
|
+
isSelected: {
|
|
139
|
+
true: "";
|
|
140
|
+
false: "";
|
|
141
|
+
};
|
|
142
|
+
isInvalid: {
|
|
143
|
+
true: "";
|
|
144
|
+
fasle: "";
|
|
145
|
+
};
|
|
146
|
+
isDisabled: {
|
|
147
|
+
true: "";
|
|
148
|
+
false: "";
|
|
149
|
+
};
|
|
150
|
+
isFocusVisible: {
|
|
151
|
+
true: "ring-2 group-focus:z-2 ring-violet-600 ring-offset-2";
|
|
152
|
+
false: "";
|
|
153
|
+
};
|
|
154
|
+
isSelectionStart: {
|
|
155
|
+
true: "";
|
|
156
|
+
false: "";
|
|
157
|
+
};
|
|
158
|
+
isSelectionEnd: {
|
|
159
|
+
true: "";
|
|
160
|
+
false: "";
|
|
161
|
+
};
|
|
162
|
+
}, undefined, "w-full h-full rounded-full flex items-center justify-center cursor-pointer", import("tailwind-variants/dist/config").TVConfig<{
|
|
163
|
+
isSelected: {
|
|
164
|
+
true: "";
|
|
165
|
+
false: "";
|
|
166
|
+
};
|
|
167
|
+
isInvalid: {
|
|
168
|
+
true: "";
|
|
169
|
+
fasle: "";
|
|
170
|
+
};
|
|
171
|
+
isDisabled: {
|
|
172
|
+
true: "";
|
|
173
|
+
false: "";
|
|
174
|
+
};
|
|
175
|
+
isFocusVisible: {
|
|
176
|
+
true: "ring-2 group-focus:z-2 ring-violet-600 ring-offset-2";
|
|
177
|
+
false: "";
|
|
178
|
+
};
|
|
179
|
+
isSelectionStart: {
|
|
180
|
+
true: "";
|
|
181
|
+
false: "";
|
|
182
|
+
};
|
|
183
|
+
isSelectionEnd: {
|
|
184
|
+
true: "";
|
|
185
|
+
false: "";
|
|
186
|
+
};
|
|
187
|
+
}, {
|
|
188
|
+
isSelected: {
|
|
189
|
+
true: "";
|
|
190
|
+
false: "";
|
|
191
|
+
};
|
|
192
|
+
isInvalid: {
|
|
193
|
+
true: "";
|
|
194
|
+
fasle: "";
|
|
195
|
+
};
|
|
196
|
+
isDisabled: {
|
|
197
|
+
true: "";
|
|
198
|
+
false: "";
|
|
199
|
+
};
|
|
200
|
+
isFocusVisible: {
|
|
201
|
+
true: "ring-2 group-focus:z-2 ring-violet-600 ring-offset-2";
|
|
202
|
+
false: "";
|
|
203
|
+
};
|
|
204
|
+
isSelectionStart: {
|
|
205
|
+
true: "";
|
|
206
|
+
false: "";
|
|
207
|
+
};
|
|
208
|
+
isSelectionEnd: {
|
|
209
|
+
true: "";
|
|
210
|
+
false: "";
|
|
211
|
+
};
|
|
212
|
+
}>, {
|
|
213
|
+
isSelected: {
|
|
214
|
+
true: "";
|
|
215
|
+
false: "";
|
|
216
|
+
};
|
|
217
|
+
isInvalid: {
|
|
218
|
+
true: "";
|
|
219
|
+
fasle: "";
|
|
220
|
+
};
|
|
221
|
+
isDisabled: {
|
|
222
|
+
true: "";
|
|
223
|
+
false: "";
|
|
224
|
+
};
|
|
225
|
+
isFocusVisible: {
|
|
226
|
+
true: "ring-2 group-focus:z-2 ring-violet-600 ring-offset-2";
|
|
227
|
+
false: "";
|
|
228
|
+
};
|
|
229
|
+
isSelectionStart: {
|
|
230
|
+
true: "";
|
|
231
|
+
false: "";
|
|
232
|
+
};
|
|
233
|
+
isSelectionEnd: {
|
|
234
|
+
true: "";
|
|
235
|
+
false: "";
|
|
236
|
+
};
|
|
237
|
+
}, undefined>;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
export declare const checkboxLabel: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
isDisabled: {
|
|
3
|
+
true: "text-gray-6";
|
|
4
|
+
};
|
|
5
|
+
}, undefined, "text-gray-2 flex flex-row items-start hover:cursor-pointer", import("tailwind-variants/dist/config").TVConfig<{
|
|
6
|
+
isDisabled: {
|
|
7
|
+
true: "text-gray-6";
|
|
8
|
+
};
|
|
9
|
+
}, {
|
|
10
|
+
isDisabled: {
|
|
11
|
+
true: "text-gray-6";
|
|
12
|
+
};
|
|
13
|
+
}>, {
|
|
14
|
+
isDisabled: {
|
|
15
|
+
true: "text-gray-6";
|
|
16
|
+
};
|
|
17
|
+
}, undefined>;
|
|
18
|
+
export declare const checkBox: import("tailwind-variants").TVReturnType<{
|
|
19
|
+
isDisabled: {
|
|
20
|
+
true: "border-gray-6";
|
|
21
|
+
};
|
|
22
|
+
isFocused: {
|
|
23
|
+
true: "outline-black [outline-offset: 2px]";
|
|
24
|
+
};
|
|
25
|
+
isError: {
|
|
26
|
+
true: "border-red-500";
|
|
27
|
+
};
|
|
28
|
+
}, undefined, "w-5 h-5 mt-0.5 mr-2.5 rounded-full border-2 border-gray-2 shrink-0 hover:cursor-pointer flex items-center justify-center", import("tailwind-variants/dist/config").TVConfig<{
|
|
29
|
+
isDisabled: {
|
|
30
|
+
true: "border-gray-6";
|
|
31
|
+
};
|
|
32
|
+
isFocused: {
|
|
33
|
+
true: "outline-black [outline-offset: 2px]";
|
|
34
|
+
};
|
|
35
|
+
isError: {
|
|
36
|
+
true: "border-red-500";
|
|
37
|
+
};
|
|
38
|
+
}, {
|
|
39
|
+
isDisabled: {
|
|
40
|
+
true: "border-gray-6";
|
|
41
|
+
};
|
|
42
|
+
isFocused: {
|
|
43
|
+
true: "outline-black [outline-offset: 2px]";
|
|
44
|
+
};
|
|
45
|
+
isError: {
|
|
46
|
+
true: "border-red-500";
|
|
47
|
+
};
|
|
48
|
+
}>, {
|
|
49
|
+
isDisabled: {
|
|
50
|
+
true: "border-gray-6";
|
|
51
|
+
};
|
|
52
|
+
isFocused: {
|
|
53
|
+
true: "outline-black [outline-offset: 2px]";
|
|
54
|
+
};
|
|
55
|
+
isError: {
|
|
56
|
+
true: "border-red-500";
|
|
57
|
+
};
|
|
58
|
+
}, undefined>;
|
|
59
|
+
export declare const checkMark: import("tailwind-variants").TVReturnType<{
|
|
60
|
+
selected: {
|
|
61
|
+
true: "block";
|
|
62
|
+
};
|
|
63
|
+
}, undefined, "hidden w-3 h-3 bg-gray-2 rounded-full", import("tailwind-variants/dist/config").TVConfig<{
|
|
64
|
+
selected: {
|
|
65
|
+
true: "block";
|
|
66
|
+
};
|
|
67
|
+
}, {
|
|
68
|
+
selected: {
|
|
69
|
+
true: "block";
|
|
70
|
+
};
|
|
71
|
+
}>, {
|
|
72
|
+
selected: {
|
|
73
|
+
true: "block";
|
|
74
|
+
};
|
|
75
|
+
}, undefined>;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export declare const datePickerContainer: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "relative inline-flex flex-col text-left"> | {
|
|
2
|
+
[x: string]: {
|
|
3
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "relative inline-flex flex-col text-left">;
|
|
4
|
+
} | undefined;
|
|
5
|
+
} | {}, undefined, "relative inline-flex flex-col text-left", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "relative inline-flex flex-col text-left"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "relative inline-flex flex-col text-left"> | {}, undefined>;
|
|
6
|
+
export declare const datePickerButton: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "flex items-center border-2 border-color-1-500 rounded"> | {
|
|
7
|
+
[x: string]: {
|
|
8
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "flex items-center border-2 border-color-1-500 rounded">;
|
|
9
|
+
} | undefined;
|
|
10
|
+
} | {}, undefined, "flex items-center border-2 border-color-1-500 rounded", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "flex items-center border-2 border-color-1-500 rounded"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "flex items-center border-2 border-color-1-500 rounded"> | {}, undefined>;
|
|
11
|
+
export declare const datePickerCalendarPopoverUnderlay: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "fixed inset-0"> | {
|
|
12
|
+
[x: string]: {
|
|
13
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "fixed inset-0">;
|
|
14
|
+
} | undefined;
|
|
15
|
+
} | {}, undefined, "fixed inset-0", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "fixed inset-0"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "fixed inset-0"> | {}, undefined>;
|
|
16
|
+
export declare const datePickerCalendarPopoverContainer: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "absolute top-full bg-white border border-gray-300 rounded-md shadow-lg mt-2 p-8 z-10"> | {
|
|
17
|
+
[x: string]: {
|
|
18
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "absolute top-full bg-white border border-gray-300 rounded-md shadow-lg mt-2 p-8 z-10">;
|
|
19
|
+
} | undefined;
|
|
20
|
+
} | {}, undefined, "absolute top-full bg-white border border-gray-300 rounded-md shadow-lg mt-2 p-8 z-10", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "absolute top-full bg-white border border-gray-300 rounded-md shadow-lg mt-2 p-8 z-10"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "absolute top-full bg-white border border-gray-300 rounded-md shadow-lg mt-2 p-8 z-10"> | {}, undefined>;
|
|
21
|
+
export declare const datePickerDateField: import("tailwind-variants").TVReturnType<{
|
|
22
|
+
dateFieldShown: {
|
|
23
|
+
true: "";
|
|
24
|
+
false: "hidden";
|
|
25
|
+
};
|
|
26
|
+
}, undefined, "pr-1 flex gap-2", import("tailwind-variants/dist/config").TVConfig<{
|
|
27
|
+
dateFieldShown: {
|
|
28
|
+
true: "";
|
|
29
|
+
false: "hidden";
|
|
30
|
+
};
|
|
31
|
+
}, {
|
|
32
|
+
dateFieldShown: {
|
|
33
|
+
true: "";
|
|
34
|
+
false: "hidden";
|
|
35
|
+
};
|
|
36
|
+
}>, {
|
|
37
|
+
dateFieldShown: {
|
|
38
|
+
true: "";
|
|
39
|
+
false: "hidden";
|
|
40
|
+
};
|
|
41
|
+
}, undefined>;
|
|
42
|
+
export declare const datePickerIcon: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "text-color-1-500 bg-color-1-100 border-l-2 border-color-1-500 h-full py-2 px-2"> | {
|
|
43
|
+
[x: string]: {
|
|
44
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "text-color-1-500 bg-color-1-100 border-l-2 border-color-1-500 h-full py-2 px-2">;
|
|
45
|
+
} | undefined;
|
|
46
|
+
} | {}, undefined, "text-color-1-500 bg-color-1-100 border-l-2 border-color-1-500 h-full py-2 px-2", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "text-color-1-500 bg-color-1-100 border-l-2 border-color-1-500 h-full py-2 px-2"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "text-color-1-500 bg-color-1-100 border-l-2 border-color-1-500 h-full py-2 px-2"> | {}, undefined>;
|
|
47
|
+
export declare const datePickerLabel: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "text-color-1-500 font-bold px-2"> | {
|
|
48
|
+
[x: string]: {
|
|
49
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "text-color-1-500 font-bold px-2">;
|
|
50
|
+
} | undefined;
|
|
51
|
+
} | {}, undefined, "text-color-1-500 font-bold px-2", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "text-color-1-500 font-bold px-2"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "text-color-1-500 font-bold px-2"> | {}, undefined>;
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
export declare const lightBoxContainer: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, " w-screen h-screen relative flex items-center m-auto justify-center"> | {
|
|
2
|
+
[x: string]: {
|
|
3
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, " w-screen h-screen relative flex items-center m-auto justify-center">;
|
|
4
|
+
} | undefined;
|
|
5
|
+
} | {}, undefined, " w-screen h-screen relative flex items-center m-auto justify-center", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, " w-screen h-screen relative flex items-center m-auto justify-center"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, " w-screen h-screen relative flex items-center m-auto justify-center"> | {}, undefined>;
|
|
6
|
+
export declare const lightBoxCloseBtn: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "absolute xl:top-10 xl:right-20 lg:top-8 lg:right-8 z-10 top-4 right-4 w-[2.5rem]\n h-[2.5rem]"> | {
|
|
7
|
+
[x: string]: {
|
|
8
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "absolute xl:top-10 xl:right-20 lg:top-8 lg:right-8 z-10 top-4 right-4 w-[2.5rem]\n h-[2.5rem]">;
|
|
9
|
+
} | undefined;
|
|
10
|
+
} | {}, undefined, "absolute xl:top-10 xl:right-20 lg:top-8 lg:right-8 z-10 top-4 right-4 w-[2.5rem]\n h-[2.5rem]", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "absolute xl:top-10 xl:right-20 lg:top-8 lg:right-8 z-10 top-4 right-4 w-[2.5rem]\n h-[2.5rem]"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "absolute xl:top-10 xl:right-20 lg:top-8 lg:right-8 z-10 top-4 right-4 w-[2.5rem]\n h-[2.5rem]"> | {}, undefined>;
|
|
11
|
+
export declare const lightBoxLabel: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "sr-only"> | {
|
|
12
|
+
size?: {
|
|
13
|
+
h1?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
14
|
+
h2?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
15
|
+
h3?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
16
|
+
h4?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
17
|
+
h5?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
18
|
+
h6?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
19
|
+
leading?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
20
|
+
paragraph?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
21
|
+
footnotes?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
22
|
+
xs?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
23
|
+
} | undefined;
|
|
24
|
+
font?: {
|
|
25
|
+
body?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
26
|
+
} | undefined;
|
|
27
|
+
weight?: {
|
|
28
|
+
normal?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
29
|
+
light?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
30
|
+
bold?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
31
|
+
} | undefined;
|
|
32
|
+
color?: {
|
|
33
|
+
gray?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
34
|
+
white?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
35
|
+
} | undefined;
|
|
36
|
+
isError?: {
|
|
37
|
+
true?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
38
|
+
} | undefined;
|
|
39
|
+
align?: {
|
|
40
|
+
center?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
41
|
+
left?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
42
|
+
right?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
43
|
+
} | undefined;
|
|
44
|
+
}, undefined, "sr-only", import("tailwind-variants/dist/config").TVConfig<import("tailwind-variants").TVVariantsDefault<undefined, "sr-only"> | {
|
|
45
|
+
size?: {
|
|
46
|
+
h1?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
47
|
+
h2?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
48
|
+
h3?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
49
|
+
h4?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
50
|
+
h5?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
51
|
+
h6?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
52
|
+
leading?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
53
|
+
paragraph?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
54
|
+
footnotes?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
55
|
+
xs?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
56
|
+
} | undefined;
|
|
57
|
+
font?: {
|
|
58
|
+
body?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
59
|
+
} | undefined;
|
|
60
|
+
weight?: {
|
|
61
|
+
normal?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
62
|
+
light?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
63
|
+
bold?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
64
|
+
} | undefined;
|
|
65
|
+
color?: {
|
|
66
|
+
gray?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
67
|
+
white?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
68
|
+
} | undefined;
|
|
69
|
+
isError?: {
|
|
70
|
+
true?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
71
|
+
} | undefined;
|
|
72
|
+
align?: {
|
|
73
|
+
center?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
74
|
+
left?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
75
|
+
right?: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "sr-only">;
|
|
76
|
+
} | undefined;
|
|
77
|
+
}, {
|
|
78
|
+
size: {
|
|
79
|
+
h1: "text-5xl";
|
|
80
|
+
h2: "text-4xl";
|
|
81
|
+
h3: "text-3xl";
|
|
82
|
+
h4: "text-2xl";
|
|
83
|
+
h5: "text-xl";
|
|
84
|
+
h6: "text-lg";
|
|
85
|
+
leading: "text-md font-bold leading-normal";
|
|
86
|
+
paragraph: "text-md inline";
|
|
87
|
+
footnotes: "text-sm";
|
|
88
|
+
xs: "text-xs";
|
|
89
|
+
};
|
|
90
|
+
font: {
|
|
91
|
+
body: "font-body";
|
|
92
|
+
};
|
|
93
|
+
weight: {
|
|
94
|
+
normal: "font-normal";
|
|
95
|
+
light: "font-light";
|
|
96
|
+
bold: "font-bold";
|
|
97
|
+
};
|
|
98
|
+
color: {
|
|
99
|
+
gray: "text-gray-500";
|
|
100
|
+
white: "text-white";
|
|
101
|
+
};
|
|
102
|
+
isError: {
|
|
103
|
+
true: "text-sm text-error ml-8 py-3";
|
|
104
|
+
};
|
|
105
|
+
align: {
|
|
106
|
+
center: "text-center";
|
|
107
|
+
left: "text-left";
|
|
108
|
+
right: "text-right";
|
|
109
|
+
};
|
|
110
|
+
}>, {
|
|
111
|
+
size: {
|
|
112
|
+
h1: "text-5xl";
|
|
113
|
+
h2: "text-4xl";
|
|
114
|
+
h3: "text-3xl";
|
|
115
|
+
h4: "text-2xl";
|
|
116
|
+
h5: "text-xl";
|
|
117
|
+
h6: "text-lg";
|
|
118
|
+
leading: "text-md font-bold leading-normal";
|
|
119
|
+
paragraph: "text-md inline";
|
|
120
|
+
footnotes: "text-sm";
|
|
121
|
+
xs: "text-xs";
|
|
122
|
+
};
|
|
123
|
+
font: {
|
|
124
|
+
body: "font-body";
|
|
125
|
+
};
|
|
126
|
+
weight: {
|
|
127
|
+
normal: "font-normal";
|
|
128
|
+
light: "font-light";
|
|
129
|
+
bold: "font-bold";
|
|
130
|
+
};
|
|
131
|
+
color: {
|
|
132
|
+
gray: "text-gray-500";
|
|
133
|
+
white: "text-white";
|
|
134
|
+
};
|
|
135
|
+
isError: {
|
|
136
|
+
true: "text-sm text-error ml-8 py-3";
|
|
137
|
+
};
|
|
138
|
+
align: {
|
|
139
|
+
center: "text-center";
|
|
140
|
+
left: "text-left";
|
|
141
|
+
right: "text-right";
|
|
142
|
+
};
|
|
143
|
+
}, undefined>;
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
export declare const shareButtonContainer: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
listDirection: {
|
|
3
|
+
row: "flex-row";
|
|
4
|
+
column: "flex-col";
|
|
5
|
+
};
|
|
6
|
+
}, undefined, "flex print:hidden", import("tailwind-variants/dist/config").TVConfig<{
|
|
7
|
+
listDirection: {
|
|
8
|
+
row: "flex-row";
|
|
9
|
+
column: "flex-col";
|
|
10
|
+
};
|
|
11
|
+
}, {
|
|
12
|
+
listDirection: {
|
|
13
|
+
row: "flex-row";
|
|
14
|
+
column: "flex-col";
|
|
15
|
+
};
|
|
16
|
+
}>, {
|
|
17
|
+
listDirection: {
|
|
18
|
+
row: "flex-row";
|
|
19
|
+
column: "flex-col";
|
|
20
|
+
};
|
|
21
|
+
}, undefined>;
|
|
22
|
+
export declare const shareButton: import("tailwind-variants").TVReturnType<{
|
|
23
|
+
isOpen: {
|
|
24
|
+
true: "";
|
|
25
|
+
false: "";
|
|
26
|
+
};
|
|
27
|
+
}, undefined, "relative z-20 !bg-color-1-500 hover:!bg-color-1-400 p-4 active:!bg-color-1-400 rounded-full text-white", import("tailwind-variants/dist/config").TVConfig<{
|
|
28
|
+
isOpen: {
|
|
29
|
+
true: "";
|
|
30
|
+
false: "";
|
|
31
|
+
};
|
|
32
|
+
}, {
|
|
33
|
+
isOpen: {
|
|
34
|
+
true: "";
|
|
35
|
+
false: "";
|
|
36
|
+
};
|
|
37
|
+
}>, {
|
|
38
|
+
isOpen: {
|
|
39
|
+
true: "";
|
|
40
|
+
false: "";
|
|
41
|
+
};
|
|
42
|
+
}, undefined>;
|
|
43
|
+
export declare const shareButtonLinksList: import("tailwind-variants").TVReturnType<{
|
|
44
|
+
listDirection: {
|
|
45
|
+
row: "flex-row pl-14 [margin-left:-3.25rem]";
|
|
46
|
+
column: "flex-col [margin-top:-3.25rem] [width:calc(100% + .5rem)] pt-14";
|
|
47
|
+
};
|
|
48
|
+
isOpen: {
|
|
49
|
+
true: "opacity-100 visible";
|
|
50
|
+
false: "";
|
|
51
|
+
};
|
|
52
|
+
}, undefined, "!bg-color-1-200 relative opacity-0 invisible transition duration-300 flex items-center p-0 bg-primary-1 pb-0 z-0 rounded-b-full rounded-t-full", import("tailwind-variants/dist/config").TVConfig<{
|
|
53
|
+
listDirection: {
|
|
54
|
+
row: "flex-row pl-14 [margin-left:-3.25rem]";
|
|
55
|
+
column: "flex-col [margin-top:-3.25rem] [width:calc(100% + .5rem)] pt-14";
|
|
56
|
+
};
|
|
57
|
+
isOpen: {
|
|
58
|
+
true: "opacity-100 visible";
|
|
59
|
+
false: "";
|
|
60
|
+
};
|
|
61
|
+
}, {
|
|
62
|
+
listDirection: {
|
|
63
|
+
row: "flex-row pl-14 [margin-left:-3.25rem]";
|
|
64
|
+
column: "flex-col [margin-top:-3.25rem] [width:calc(100% + .5rem)] pt-14";
|
|
65
|
+
};
|
|
66
|
+
isOpen: {
|
|
67
|
+
true: "opacity-100 visible";
|
|
68
|
+
false: "";
|
|
69
|
+
};
|
|
70
|
+
}>, {
|
|
71
|
+
listDirection: {
|
|
72
|
+
row: "flex-row pl-14 [margin-left:-3.25rem]";
|
|
73
|
+
column: "flex-col [margin-top:-3.25rem] [width:calc(100% + .5rem)] pt-14";
|
|
74
|
+
};
|
|
75
|
+
isOpen: {
|
|
76
|
+
true: "opacity-100 visible";
|
|
77
|
+
false: "";
|
|
78
|
+
};
|
|
79
|
+
}, undefined>;
|
|
80
|
+
export declare const shareButtonLink: import("tailwind-variants").TVReturnType<{
|
|
81
|
+
listDirection: {
|
|
82
|
+
row: "last:rounded-r-full h-full";
|
|
83
|
+
column: "last:rounded-b-full";
|
|
84
|
+
};
|
|
85
|
+
}, undefined, "flex items-center justify-center cursor-pointer bg-color-1-200 hover:bg-color-1-300 w-full text-color-1-500 rounded-none p-2", import("tailwind-variants/dist/config").TVConfig<{
|
|
86
|
+
listDirection: {
|
|
87
|
+
row: "last:rounded-r-full h-full";
|
|
88
|
+
column: "last:rounded-b-full";
|
|
89
|
+
};
|
|
90
|
+
}, {
|
|
91
|
+
listDirection: {
|
|
92
|
+
row: "last:rounded-r-full h-full";
|
|
93
|
+
column: "last:rounded-b-full";
|
|
94
|
+
};
|
|
95
|
+
}>, {
|
|
96
|
+
listDirection: {
|
|
97
|
+
row: "last:rounded-r-full h-full";
|
|
98
|
+
column: "last:rounded-b-full";
|
|
99
|
+
};
|
|
100
|
+
}, undefined>;
|
|
101
|
+
export declare const shareButtonIcon: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "text-white"> | {
|
|
102
|
+
[x: string]: {
|
|
103
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "text-white">;
|
|
104
|
+
} | undefined;
|
|
105
|
+
} | {}, undefined, "text-white", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "text-white"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "text-white"> | {}, undefined>;
|
|
106
|
+
export declare const shareButtonLinkIcons: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, ""> | {
|
|
107
|
+
[x: string]: {
|
|
108
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "">;
|
|
109
|
+
} | undefined;
|
|
110
|
+
} | {}, undefined, "", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, ""> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, ""> | {}, undefined>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const sidePanelWrapper: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "m-auto fixed right-0 top-0 bottom-0 w-full max-w-[512px] [&>div]:h-full"> | {
|
|
2
|
+
[x: string]: {
|
|
3
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "m-auto fixed right-0 top-0 bottom-0 w-full max-w-[512px] [&>div]:h-full">;
|
|
4
|
+
} | undefined;
|
|
5
|
+
} | {}, undefined, "m-auto fixed right-0 top-0 bottom-0 w-full max-w-[512px] [&>div]:h-full", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "m-auto fixed right-0 top-0 bottom-0 w-full max-w-[512px] [&>div]:h-full"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "m-auto fixed right-0 top-0 bottom-0 w-full max-w-[512px] [&>div]:h-full"> | {}, undefined>;
|
|
6
|
+
export declare const sidePanelContainer: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "h-full w-full flex justify-end"> | {
|
|
7
|
+
[x: string]: {
|
|
8
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "h-full w-full flex justify-end">;
|
|
9
|
+
} | undefined;
|
|
10
|
+
} | {}, undefined, "h-full w-full flex justify-end", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "h-full w-full flex justify-end"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "h-full w-full flex justify-end"> | {}, undefined>;
|
|
11
|
+
export declare const sidePanelInnerContainer: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "bg-black h-full w-full overflow-y-auto"> | {
|
|
12
|
+
[x: string]: {
|
|
13
|
+
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "bg-black h-full w-full overflow-y-auto">;
|
|
14
|
+
} | undefined;
|
|
15
|
+
} | {}, undefined, "bg-black h-full w-full overflow-y-auto", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "bg-black h-full w-full overflow-y-auto"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "bg-black h-full w-full overflow-y-auto"> | {}, undefined>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const textArea: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
isError: {
|
|
3
|
+
true: "border-red-500";
|
|
4
|
+
};
|
|
5
|
+
}, undefined, "w-full min-h-32 rounded-2xl px-6 h-12 border-2 border-solid transition duration-300 ease-in-out text-gray-2 placeholder:text-gray-2 focus-visible:text-black focus-visible:placeholder:text-black focus-visible:border-black", import("tailwind-variants/dist/config").TVConfig<{
|
|
6
|
+
isError: {
|
|
7
|
+
true: "border-red-500";
|
|
8
|
+
};
|
|
9
|
+
}, {
|
|
10
|
+
isError: {
|
|
11
|
+
true: "border-red-500";
|
|
12
|
+
};
|
|
13
|
+
}>, {
|
|
14
|
+
isError: {
|
|
15
|
+
true: "border-red-500";
|
|
16
|
+
};
|
|
17
|
+
}, undefined>;
|