@reshape-biotech/design-system 0.0.42 → 0.0.43
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.svelte.d.ts +4 -4
- package/dist/components/banner/Banner.stories.svelte.d.ts +32 -15
- package/dist/components/banner/Banner.svelte +6 -6
- package/dist/components/banner/Banner.svelte.d.ts +6 -6
- package/dist/components/button/Button.stories.svelte.d.ts +32 -15
- package/dist/components/button/Button.svelte +81 -81
- package/dist/components/button/Button.svelte.d.ts +18 -14
- package/dist/components/datepicker/DatePicker.svelte +13 -12
- package/dist/components/datepicker/DatePicker.svelte.d.ts +3 -3
- package/dist/components/divider/Divider.stories.svelte.d.ts +44 -23
- package/dist/components/divider/Divider.svelte.d.ts +2 -2
- package/dist/components/drawer/Drawer.stories.svelte.d.ts +44 -23
- package/dist/components/drawer/Drawer.svelte.d.ts +7 -7
- package/dist/components/drawer/DrawerLabel.svelte +23 -25
- package/dist/components/drawer/DrawerLabel.svelte.d.ts +4 -4
- package/dist/components/dropdown/Dropdown.stories.svelte.d.ts +44 -23
- package/dist/components/dropdown/Dropdown.svelte.d.ts +23 -17
- package/dist/components/dropdown/components/DropdownContent.svelte.d.ts +4 -4
- package/dist/components/dropdown/components/DropdownMenu.svelte +2 -2
- package/dist/components/dropdown/components/DropdownMenu.svelte.d.ts +3 -3
- package/dist/components/dropdown/components/DropdownTrigger.svelte.d.ts +6 -6
- package/dist/components/dropdown/components/OutlinedButton.svelte +23 -25
- package/dist/components/dropdown/components/OutlinedButton.svelte.d.ts +3 -3
- package/dist/components/icon-button/IconButton.stories.svelte.d.ts +32 -15
- package/dist/components/icon-button/IconButton.svelte.d.ts +9 -9
- package/dist/components/image/Image.svelte +3 -3
- package/dist/components/image/Image.svelte.d.ts +3 -3
- package/dist/components/input/Input.stories.svelte.d.ts +44 -23
- package/dist/components/input/Input.svelte +26 -32
- package/dist/components/input/Input.svelte.d.ts +22 -18
- package/dist/components/list/List.stories.svelte.d.ts +32 -15
- package/dist/components/list/List.svelte +28 -33
- package/dist/components/list/List.svelte.d.ts +24 -15
- package/dist/components/logo/Logo.stories.svelte.d.ts +44 -23
- package/dist/components/logo/Logo.svelte.d.ts +2 -2
- package/dist/components/markdown/Markdown.stories.svelte.d.ts +44 -23
- package/dist/components/markdown/Markdown.svelte.d.ts +2 -2
- package/dist/components/modal/Modal.stories.svelte.d.ts +32 -15
- package/dist/components/modal/Modal.svelte +19 -3
- package/dist/components/modal/Modal.svelte.d.ts +16 -12
- package/dist/components/notification-popup/NotificationPopup.stories.svelte.d.ts +44 -23
- package/dist/components/notification-popup/NotificationPopup.svelte.d.ts +6 -6
- package/dist/components/pill/Pill.svelte +3 -3
- package/dist/components/pill/Pill.svelte.d.ts +6 -6
- package/dist/components/progress-circle/ProgressCircle.svelte +6 -10
- package/dist/components/progress-circle/ProgressCircle.svelte.d.ts +3 -3
- package/dist/components/segmented-control-buttons/ControlButton.svelte +10 -10
- package/dist/components/segmented-control-buttons/ControlButton.svelte.d.ts +8 -8
- package/dist/components/segmented-control-buttons/SegmentedControlButtons.stories.svelte.d.ts +32 -15
- package/dist/components/segmented-control-buttons/SegmentedControlButtons.svelte.d.ts +10 -6
- package/dist/components/select/Select.stories.svelte.d.ts +32 -15
- package/dist/components/select/Select.svelte +5 -5
- package/dist/components/select/Select.svelte.d.ts +81 -56
- package/dist/components/select/index.d.ts +4 -4
- package/dist/components/skeleton-loader/SkeletonLoader.stories.svelte.d.ts +44 -23
- package/dist/components/skeleton-loader/SkeletonLoader.svelte.d.ts +11 -7
- package/dist/components/skeleton-loader/StatcardSkeleton.svelte.d.ts +32 -15
- package/dist/components/skeleton-loader/components/Skeleton.svelte.d.ts +3 -3
- package/dist/components/skeleton-loader/components/SkeletonImage.svelte.d.ts +44 -23
- package/dist/components/slider/Slider.stories.svelte.d.ts +44 -23
- package/dist/components/slider/Slider.svelte +15 -13
- package/dist/components/slider/Slider.svelte.d.ts +43 -26
- package/dist/components/spinner/Spinner.svelte.d.ts +2 -2
- package/dist/components/stat-card/StatCard.stories.svelte.d.ts +44 -23
- package/dist/components/stat-card/StatCard.svelte.d.ts +6 -6
- package/dist/components/status-badge/StatusBadge.stories.svelte.d.ts +32 -15
- package/dist/components/status-badge/StatusBadge.svelte +73 -73
- package/dist/components/status-badge/StatusBadge.svelte.d.ts +7 -7
- package/dist/components/table/Table.stories.svelte.d.ts +35 -18
- package/dist/components/table/Table.svelte +5 -5
- package/dist/components/table/Table.svelte.d.ts +13 -11
- package/dist/components/table/components/TBody.svelte.d.ts +3 -3
- package/dist/components/table/components/THead.svelte.d.ts +3 -3
- package/dist/components/table/components/Td.svelte.d.ts +3 -3
- package/dist/components/table/components/Th.svelte.d.ts +3 -3
- package/dist/components/table/components/Tr.svelte +11 -11
- package/dist/components/table/components/Tr.svelte.d.ts +3 -3
- package/dist/components/tabs/Tabs.stories.svelte.d.ts +44 -23
- package/dist/components/tabs/Tabs.svelte.d.ts +10 -6
- package/dist/components/tabs/components/Content.svelte.d.ts +4 -4
- package/dist/components/tabs/components/Tab.svelte.d.ts +5 -5
- package/dist/components/tabs/components/Tabs.svelte.d.ts +3 -3
- package/dist/components/tag/Tag.stories.svelte.d.ts +32 -15
- package/dist/components/tag/Tag.svelte +14 -16
- package/dist/components/tag/Tag.svelte.d.ts +12 -8
- package/dist/components/toggle/Toggle.stories.svelte.d.ts +44 -23
- package/dist/components/toggle/Toggle.svelte +6 -6
- package/dist/components/toggle/Toggle.svelte.d.ts +9 -5
- package/dist/components/tooltip/Tooltip.stories.svelte.d.ts +44 -23
- package/dist/components/tooltip/Tooltip.svelte +12 -10
- package/dist/components/tooltip/Tooltip.svelte.d.ts +7 -7
- package/dist/fonts/index.d.ts +4 -4
- package/dist/fonts/index.js +4 -4
- package/dist/tailwind.d.ts +14 -1
- package/dist/tailwind.preset.d.ts +330 -327
- package/dist/tailwind.preset.js +47 -47
- package/dist/tokens.d.ts +558 -558
- package/dist/tokens.js +237 -237
- package/package.json +1 -1
|
@@ -1,331 +1,334 @@
|
|
|
1
1
|
import typography from '@tailwindcss/typography';
|
|
2
2
|
declare const config: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
3
|
+
safelist: string[];
|
|
4
|
+
theme: {
|
|
5
|
+
extend: {
|
|
6
|
+
colors: {
|
|
7
|
+
base: {
|
|
8
|
+
mist: string;
|
|
9
|
+
snow: string;
|
|
10
|
+
white: {
|
|
11
|
+
default: string;
|
|
12
|
+
5: string;
|
|
13
|
+
10: string;
|
|
14
|
+
15: string;
|
|
15
|
+
25: string;
|
|
16
|
+
50: string;
|
|
17
|
+
70: string;
|
|
18
|
+
90: string;
|
|
19
|
+
};
|
|
20
|
+
midnight: {
|
|
21
|
+
default: string;
|
|
22
|
+
5: string;
|
|
23
|
+
10: string;
|
|
24
|
+
15: string;
|
|
25
|
+
25: string;
|
|
26
|
+
50: string;
|
|
27
|
+
70: string;
|
|
28
|
+
90: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
gray: {
|
|
32
|
+
1: string;
|
|
33
|
+
2: string;
|
|
34
|
+
3: string;
|
|
35
|
+
4: string;
|
|
36
|
+
5: string;
|
|
37
|
+
6: string;
|
|
38
|
+
};
|
|
39
|
+
periwinkle: {
|
|
40
|
+
1: string;
|
|
41
|
+
2: string;
|
|
42
|
+
3: {
|
|
43
|
+
default: string;
|
|
44
|
+
10: string;
|
|
45
|
+
25: string;
|
|
46
|
+
};
|
|
47
|
+
4: {
|
|
48
|
+
default: string;
|
|
49
|
+
10: string;
|
|
50
|
+
25: string;
|
|
51
|
+
};
|
|
52
|
+
5: {
|
|
53
|
+
default: string;
|
|
54
|
+
10: string;
|
|
55
|
+
25: string;
|
|
56
|
+
};
|
|
57
|
+
6: string;
|
|
58
|
+
};
|
|
59
|
+
orange: {
|
|
60
|
+
1: string;
|
|
61
|
+
2: string;
|
|
62
|
+
3: string;
|
|
63
|
+
4: {
|
|
64
|
+
default: string;
|
|
65
|
+
10: string;
|
|
66
|
+
25: string;
|
|
67
|
+
};
|
|
68
|
+
5: {
|
|
69
|
+
default: string;
|
|
70
|
+
10: string;
|
|
71
|
+
25: string;
|
|
72
|
+
};
|
|
73
|
+
6: string;
|
|
74
|
+
};
|
|
75
|
+
sky: {
|
|
76
|
+
1: string;
|
|
77
|
+
2: string;
|
|
78
|
+
3: string;
|
|
79
|
+
4: {
|
|
80
|
+
default: string;
|
|
81
|
+
10: string;
|
|
82
|
+
25: string;
|
|
83
|
+
};
|
|
84
|
+
5: {
|
|
85
|
+
default: string;
|
|
86
|
+
10: string;
|
|
87
|
+
25: string;
|
|
88
|
+
};
|
|
89
|
+
6: string;
|
|
90
|
+
};
|
|
91
|
+
blue: {
|
|
92
|
+
1: string;
|
|
93
|
+
2: string;
|
|
94
|
+
3: string;
|
|
95
|
+
4: {
|
|
96
|
+
default: string;
|
|
97
|
+
10: string;
|
|
98
|
+
25: string;
|
|
99
|
+
};
|
|
100
|
+
5: {
|
|
101
|
+
default: string;
|
|
102
|
+
10: string;
|
|
103
|
+
25: string;
|
|
104
|
+
};
|
|
105
|
+
6: string;
|
|
106
|
+
};
|
|
107
|
+
green: {
|
|
108
|
+
1: string;
|
|
109
|
+
2: string;
|
|
110
|
+
3: string;
|
|
111
|
+
4: {
|
|
112
|
+
default: string;
|
|
113
|
+
10: string;
|
|
114
|
+
25: string;
|
|
115
|
+
};
|
|
116
|
+
5: {
|
|
117
|
+
default: string;
|
|
118
|
+
5: string;
|
|
119
|
+
10: string;
|
|
120
|
+
25: string;
|
|
121
|
+
};
|
|
122
|
+
6: string;
|
|
123
|
+
};
|
|
124
|
+
yellow: {
|
|
125
|
+
1: string;
|
|
126
|
+
2: string;
|
|
127
|
+
3: string;
|
|
128
|
+
4: {
|
|
129
|
+
default: string;
|
|
130
|
+
10: string;
|
|
131
|
+
25: string;
|
|
132
|
+
};
|
|
133
|
+
5: {
|
|
134
|
+
default: string;
|
|
135
|
+
10: string;
|
|
136
|
+
25: string;
|
|
137
|
+
};
|
|
138
|
+
6: string;
|
|
139
|
+
};
|
|
140
|
+
red: {
|
|
141
|
+
1: string;
|
|
142
|
+
2: string;
|
|
143
|
+
3: string;
|
|
144
|
+
4: {
|
|
145
|
+
default: string;
|
|
146
|
+
10: string;
|
|
147
|
+
25: string;
|
|
148
|
+
};
|
|
149
|
+
5: {
|
|
150
|
+
default: string;
|
|
151
|
+
10: string;
|
|
152
|
+
25: string;
|
|
153
|
+
};
|
|
154
|
+
6: string;
|
|
155
|
+
};
|
|
156
|
+
shadow: {
|
|
157
|
+
2: string;
|
|
158
|
+
4: string;
|
|
159
|
+
8: string;
|
|
160
|
+
12: string;
|
|
161
|
+
16: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
backgroundColor: {
|
|
165
|
+
'dark-neutral': string;
|
|
166
|
+
'dark-neutral-hover': string;
|
|
167
|
+
'dark-neutral-darker': string;
|
|
168
|
+
'dark-neutral-darker-hover': string;
|
|
169
|
+
'dark-accent': string;
|
|
170
|
+
'dark-accent-hover': string;
|
|
171
|
+
'dark-accent-inverse': string;
|
|
172
|
+
'dark-accent-inverse-hover': string;
|
|
173
|
+
'dark-success': string;
|
|
174
|
+
'dark-success-hover': string;
|
|
175
|
+
'dark-success-inverse': string;
|
|
176
|
+
'dark-success-inverse-hover': string;
|
|
177
|
+
'dark-warning': string;
|
|
178
|
+
'dark-warning-hover': string;
|
|
179
|
+
'dark-warning-inverse': string;
|
|
180
|
+
'dark-warning-inverse-hover': string;
|
|
181
|
+
'dark-danger': string;
|
|
182
|
+
'dark-danger-hover': string;
|
|
183
|
+
'dark-danger-inverse': string;
|
|
184
|
+
'dark-danger-inverse-hover': string;
|
|
185
|
+
'dark-blue': string;
|
|
186
|
+
'dark-blue-hover': string;
|
|
187
|
+
'dark-orange': string;
|
|
188
|
+
'dark-orange-hover': string;
|
|
189
|
+
'dark-sky': string;
|
|
190
|
+
'dark-sky-hover': string;
|
|
191
|
+
'dark-primary': string;
|
|
192
|
+
'dark-secondary': string;
|
|
193
|
+
'dark-base': string;
|
|
194
|
+
'dark-base-inverse': string;
|
|
195
|
+
'dark-overlay': string;
|
|
196
|
+
surface: string;
|
|
197
|
+
'surface-secondary': string;
|
|
198
|
+
base: string;
|
|
199
|
+
'base-inverse': string;
|
|
200
|
+
overlay: string;
|
|
201
|
+
neutral: string;
|
|
202
|
+
'neutral-hover': string;
|
|
203
|
+
'neutral-darker': string;
|
|
204
|
+
'neutral-darker-hover': string;
|
|
205
|
+
'neutral-inverse': string;
|
|
206
|
+
'neutral-inverse-hover': string;
|
|
207
|
+
accent: string;
|
|
208
|
+
'accent-hover': string;
|
|
209
|
+
'accent-inverse': string;
|
|
210
|
+
'accent-inverse-hover': string;
|
|
211
|
+
success: string;
|
|
212
|
+
'success-hover': string;
|
|
213
|
+
'success-inverse': string;
|
|
214
|
+
'success-inverse-hover': string;
|
|
215
|
+
warning: string;
|
|
216
|
+
'warning-hover': string;
|
|
217
|
+
'warning-inverse': string;
|
|
218
|
+
'warning-inverse-hover': string;
|
|
219
|
+
danger: string;
|
|
220
|
+
'danger-hover': string;
|
|
221
|
+
'danger-inverse': string;
|
|
222
|
+
'danger-inverse-hover': string;
|
|
223
|
+
blue: string;
|
|
224
|
+
'blue-hover': string;
|
|
225
|
+
orange: string;
|
|
226
|
+
'orange-hover': string;
|
|
227
|
+
'orange-inverse': string;
|
|
228
|
+
'orange-inverse-hover': string;
|
|
229
|
+
sky: string;
|
|
230
|
+
'sky-hover': string;
|
|
231
|
+
'sky-inverse': string;
|
|
232
|
+
'sky-inverse-hover': string;
|
|
233
|
+
};
|
|
234
|
+
borderColor: {
|
|
235
|
+
'dark-static': string;
|
|
236
|
+
'dark-interactive': string;
|
|
237
|
+
'dark-hover': string;
|
|
238
|
+
'dark-focus': string;
|
|
239
|
+
'dark-danger': string;
|
|
240
|
+
static: string;
|
|
241
|
+
input: string;
|
|
242
|
+
interactive: string;
|
|
243
|
+
hover: string;
|
|
244
|
+
focus: string;
|
|
245
|
+
danger: string;
|
|
246
|
+
};
|
|
247
|
+
textColor: {
|
|
248
|
+
'icon-primary': string;
|
|
249
|
+
'icon-secondary': string;
|
|
250
|
+
'icon-tertiary': string;
|
|
251
|
+
'icon-primary-inverse': string;
|
|
252
|
+
'icon-accent': string;
|
|
253
|
+
'icon-success': string;
|
|
254
|
+
'icon-warning': string;
|
|
255
|
+
'icon-danger': string;
|
|
256
|
+
'icon-blue': string;
|
|
257
|
+
'icon-orange': string;
|
|
258
|
+
'icon-sky': string;
|
|
259
|
+
'dark-primary': string;
|
|
260
|
+
'dark-secondary': string;
|
|
261
|
+
'dark-tertiary': string;
|
|
262
|
+
'dark-primary-inverse': string;
|
|
263
|
+
'dark-secondary-inverse': string;
|
|
264
|
+
'dark-tertiary-inverse': string;
|
|
265
|
+
'dark-accent': string;
|
|
266
|
+
'dark-success': string;
|
|
267
|
+
'dark-warning': string;
|
|
268
|
+
'dark-danger': string;
|
|
269
|
+
primary: string;
|
|
270
|
+
secondary: string;
|
|
271
|
+
tertiary: string;
|
|
272
|
+
'primary-inverse': string;
|
|
273
|
+
'secondary-inverse': string;
|
|
274
|
+
'tertiary-inverse': string;
|
|
275
|
+
accent: string;
|
|
276
|
+
success: string;
|
|
277
|
+
warning: string;
|
|
278
|
+
danger: string;
|
|
279
|
+
};
|
|
280
|
+
boxShadow: {
|
|
281
|
+
input: string;
|
|
282
|
+
field: string;
|
|
283
|
+
nav: string;
|
|
284
|
+
calendar: string;
|
|
285
|
+
container: string;
|
|
286
|
+
panel: string;
|
|
287
|
+
outline: string;
|
|
288
|
+
focus: string;
|
|
289
|
+
};
|
|
290
|
+
fontFamily: {
|
|
291
|
+
mono: string[];
|
|
292
|
+
sans: string[];
|
|
293
|
+
};
|
|
294
|
+
fontSize: {
|
|
295
|
+
xxs: string;
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
};
|
|
299
|
+
plugins: (
|
|
300
|
+
| typeof typography
|
|
301
|
+
| {
|
|
302
|
+
handler: import('tailwindcss/types/config.js').PluginCreator;
|
|
303
|
+
config?: Partial<import('tailwindcss/types/config.js').Config> | undefined;
|
|
304
|
+
}
|
|
305
|
+
)[];
|
|
306
|
+
daisyui: {
|
|
307
|
+
base: boolean;
|
|
308
|
+
styled: boolean;
|
|
309
|
+
logs: boolean;
|
|
310
|
+
themes: {
|
|
311
|
+
light: {
|
|
312
|
+
primary: string;
|
|
313
|
+
'primary-content': string;
|
|
314
|
+
secondary: string;
|
|
315
|
+
'secondary-content': string;
|
|
316
|
+
accent: string;
|
|
317
|
+
'accent-content': string;
|
|
318
|
+
neutral: string;
|
|
319
|
+
'neutral-content': string;
|
|
320
|
+
'base-100': string;
|
|
321
|
+
info: string;
|
|
322
|
+
'info-content': string;
|
|
323
|
+
success: string;
|
|
324
|
+
'success-content': string;
|
|
325
|
+
warning: string;
|
|
326
|
+
'warning-content': string;
|
|
327
|
+
error: string;
|
|
328
|
+
'error-content': string;
|
|
329
|
+
default: string;
|
|
330
|
+
};
|
|
331
|
+
}[];
|
|
332
|
+
};
|
|
330
333
|
};
|
|
331
334
|
export default config;
|