@okam/next-component 1.3.4 → 1.3.5
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/CHANGELOG.md +7 -0
- package/components/AdminBar/components/AdminBarError.d.ts +1 -2
- package/components/AdminBar/index.d.ts +1 -2
- package/components/AdminBar/index.js +5 -5
- package/components/AdminBar/index.mjs +4 -4
- package/components/AdminBar/interface.d.ts +0 -1
- package/components/Filter/index.d.ts +1 -2
- package/components/Filter/index.js +2 -2
- package/components/Filter/index.mjs +2 -2
- package/components/Filter/interface.d.ts +1 -2
- package/components/Img/index.d.ts +1 -2
- package/components/Img/index.js +3 -3
- package/components/Img/index.mjs +3 -3
- package/components/Img/interface.d.ts +0 -1
- package/components/Link/index.d.ts +7 -2
- package/components/Link/index.js +3 -4
- package/components/Link/index.mjs +3 -4
- package/components/Link/interface.d.ts +0 -1
- package/hooks/useFilterState/index.d.ts +0 -1
- package/hooks/useFilterState/index.js +3 -3
- package/hooks/useFilterState/index.mjs +3 -3
- package/hooks/useFilterState/interface.d.ts +0 -1
- package/hooks/useHash/index.js +6 -3
- package/hooks/useHash/index.mjs +6 -3
- package/hooks/useLink/index.d.ts +0 -1
- package/hooks/useLink/index.js +17 -15
- package/hooks/useLink/index.mjs +14 -12
- package/hooks/useLink/interface.d.ts +3 -4
- package/index.d.ts +8 -8
- package/index.js +16 -16
- package/index.mjs +9 -9
- package/package.json +22 -16
- package/providers/AdminBar/index.d.ts +1 -2
- package/providers/AdminBar/index.js +3 -2
- package/providers/AdminBar/index.mjs +3 -2
- package/providers/AdminBar/interface.d.ts +3 -4
- package/providers/DraftMode/index.d.ts +1 -2
- package/providers/DraftMode/index.js +3 -2
- package/providers/DraftMode/index.mjs +3 -2
- package/providers/DraftMode/interface.d.ts +2 -3
- package/providers/DraftMode/server.d.ts +1 -2
- package/providers/DraftMode/server.js +4 -4
- package/providers/DraftMode/server.mjs +3 -3
- package/server.d.ts +1 -1
- package/server.js +2 -2
- package/server.mjs +1 -1
- package/theme/AdminBar/index.d.ts +20 -524
- package/theme/Button/index.d.ts +2 -86
- package/theme/Filter/index.d.ts +98 -1184
- package/theme/Link/index.d.ts +2 -90
- package/theme/Typography/index.d.ts +2 -134
- package/theme/index.d.ts +1 -2
- package/theme/index.js +18 -1
- package/theme/index.mjs +2 -2
|
@@ -22,43 +22,7 @@ export declare const adminBarContainer: import('tailwind-variants').TVReturnType
|
|
|
22
22
|
medium: string;
|
|
23
23
|
large: string;
|
|
24
24
|
};
|
|
25
|
-
}, undefined, "w-full bg-gray-100 py-2 px-4 border-gray-200 fixed left-0 right-0 z-50",
|
|
26
|
-
position: {
|
|
27
|
-
top: string;
|
|
28
|
-
bottom: string;
|
|
29
|
-
};
|
|
30
|
-
fullWidth: {
|
|
31
|
-
true: string;
|
|
32
|
-
};
|
|
33
|
-
background: {
|
|
34
|
-
grey: string;
|
|
35
|
-
dark: string;
|
|
36
|
-
light: string;
|
|
37
|
-
};
|
|
38
|
-
padding: {
|
|
39
|
-
small: string;
|
|
40
|
-
medium: string;
|
|
41
|
-
large: string;
|
|
42
|
-
};
|
|
43
|
-
}, {
|
|
44
|
-
position: {
|
|
45
|
-
top: string;
|
|
46
|
-
bottom: string;
|
|
47
|
-
};
|
|
48
|
-
fullWidth: {
|
|
49
|
-
true: string;
|
|
50
|
-
};
|
|
51
|
-
background: {
|
|
52
|
-
grey: string;
|
|
53
|
-
dark: string;
|
|
54
|
-
light: string;
|
|
55
|
-
};
|
|
56
|
-
padding: {
|
|
57
|
-
small: string;
|
|
58
|
-
medium: string;
|
|
59
|
-
large: string;
|
|
60
|
-
};
|
|
61
|
-
}>, {
|
|
25
|
+
}, undefined, "w-full bg-gray-100 py-2 px-4 border-gray-200 fixed left-0 right-0 z-50", {
|
|
62
26
|
position: {
|
|
63
27
|
top: string;
|
|
64
28
|
bottom: string;
|
|
@@ -94,43 +58,7 @@ export declare const adminBarContainer: import('tailwind-variants').TVReturnType
|
|
|
94
58
|
medium: string;
|
|
95
59
|
large: string;
|
|
96
60
|
};
|
|
97
|
-
}, undefined, "w-full bg-gray-100 py-2 px-4 border-gray-200 fixed left-0 right-0 z-50",
|
|
98
|
-
position: {
|
|
99
|
-
top: string;
|
|
100
|
-
bottom: string;
|
|
101
|
-
};
|
|
102
|
-
fullWidth: {
|
|
103
|
-
true: string;
|
|
104
|
-
};
|
|
105
|
-
background: {
|
|
106
|
-
grey: string;
|
|
107
|
-
dark: string;
|
|
108
|
-
light: string;
|
|
109
|
-
};
|
|
110
|
-
padding: {
|
|
111
|
-
small: string;
|
|
112
|
-
medium: string;
|
|
113
|
-
large: string;
|
|
114
|
-
};
|
|
115
|
-
}, {
|
|
116
|
-
position: {
|
|
117
|
-
top: string;
|
|
118
|
-
bottom: string;
|
|
119
|
-
};
|
|
120
|
-
fullWidth: {
|
|
121
|
-
true: string;
|
|
122
|
-
};
|
|
123
|
-
background: {
|
|
124
|
-
grey: string;
|
|
125
|
-
dark: string;
|
|
126
|
-
light: string;
|
|
127
|
-
};
|
|
128
|
-
padding: {
|
|
129
|
-
small: string;
|
|
130
|
-
medium: string;
|
|
131
|
-
large: string;
|
|
132
|
-
};
|
|
133
|
-
}>, unknown, unknown, undefined>>;
|
|
61
|
+
}, undefined, "w-full bg-gray-100 py-2 px-4 border-gray-200 fixed left-0 right-0 z-50", unknown, unknown, undefined>>;
|
|
134
62
|
export declare const adminBarContent: import('tailwind-variants').TVReturnType<{
|
|
135
63
|
justify: {
|
|
136
64
|
start: string;
|
|
@@ -149,43 +77,7 @@ export declare const adminBarContent: import('tailwind-variants').TVReturnType<{
|
|
|
149
77
|
true: string;
|
|
150
78
|
false: string;
|
|
151
79
|
};
|
|
152
|
-
}, undefined, "flex items-center",
|
|
153
|
-
justify: {
|
|
154
|
-
start: string;
|
|
155
|
-
center: string;
|
|
156
|
-
end: string;
|
|
157
|
-
between: string;
|
|
158
|
-
around: string;
|
|
159
|
-
evenly: string;
|
|
160
|
-
};
|
|
161
|
-
gap: {
|
|
162
|
-
small: string;
|
|
163
|
-
medium: string;
|
|
164
|
-
large: string;
|
|
165
|
-
};
|
|
166
|
-
wrap: {
|
|
167
|
-
true: string;
|
|
168
|
-
false: string;
|
|
169
|
-
};
|
|
170
|
-
}, {
|
|
171
|
-
justify: {
|
|
172
|
-
start: string;
|
|
173
|
-
center: string;
|
|
174
|
-
end: string;
|
|
175
|
-
between: string;
|
|
176
|
-
around: string;
|
|
177
|
-
evenly: string;
|
|
178
|
-
};
|
|
179
|
-
gap: {
|
|
180
|
-
small: string;
|
|
181
|
-
medium: string;
|
|
182
|
-
large: string;
|
|
183
|
-
};
|
|
184
|
-
wrap: {
|
|
185
|
-
true: string;
|
|
186
|
-
false: string;
|
|
187
|
-
};
|
|
188
|
-
}>, {
|
|
80
|
+
}, undefined, "flex items-center", {
|
|
189
81
|
justify: {
|
|
190
82
|
start: string;
|
|
191
83
|
center: string;
|
|
@@ -221,43 +113,7 @@ export declare const adminBarContent: import('tailwind-variants').TVReturnType<{
|
|
|
221
113
|
true: string;
|
|
222
114
|
false: string;
|
|
223
115
|
};
|
|
224
|
-
}, undefined, "flex items-center",
|
|
225
|
-
justify: {
|
|
226
|
-
start: string;
|
|
227
|
-
center: string;
|
|
228
|
-
end: string;
|
|
229
|
-
between: string;
|
|
230
|
-
around: string;
|
|
231
|
-
evenly: string;
|
|
232
|
-
};
|
|
233
|
-
gap: {
|
|
234
|
-
small: string;
|
|
235
|
-
medium: string;
|
|
236
|
-
large: string;
|
|
237
|
-
};
|
|
238
|
-
wrap: {
|
|
239
|
-
true: string;
|
|
240
|
-
false: string;
|
|
241
|
-
};
|
|
242
|
-
}, {
|
|
243
|
-
justify: {
|
|
244
|
-
start: string;
|
|
245
|
-
center: string;
|
|
246
|
-
end: string;
|
|
247
|
-
between: string;
|
|
248
|
-
around: string;
|
|
249
|
-
evenly: string;
|
|
250
|
-
};
|
|
251
|
-
gap: {
|
|
252
|
-
small: string;
|
|
253
|
-
medium: string;
|
|
254
|
-
large: string;
|
|
255
|
-
};
|
|
256
|
-
wrap: {
|
|
257
|
-
true: string;
|
|
258
|
-
false: string;
|
|
259
|
-
};
|
|
260
|
-
}>, unknown, unknown, undefined>>;
|
|
116
|
+
}, undefined, "flex items-center", unknown, unknown, undefined>>;
|
|
261
117
|
export declare const adminBarButton: import('tailwind-variants').TVReturnType<{
|
|
262
118
|
variant: {
|
|
263
119
|
primary: string;
|
|
@@ -269,29 +125,7 @@ export declare const adminBarButton: import('tailwind-variants').TVReturnType<{
|
|
|
269
125
|
medium: string;
|
|
270
126
|
large: string;
|
|
271
127
|
};
|
|
272
|
-
}, undefined, "px-3 py-1 rounded text-sm font-medium transition-colors",
|
|
273
|
-
variant: {
|
|
274
|
-
primary: string;
|
|
275
|
-
secondary: string;
|
|
276
|
-
danger: string;
|
|
277
|
-
};
|
|
278
|
-
size: {
|
|
279
|
-
small: string;
|
|
280
|
-
medium: string;
|
|
281
|
-
large: string;
|
|
282
|
-
};
|
|
283
|
-
}, {
|
|
284
|
-
variant: {
|
|
285
|
-
primary: string;
|
|
286
|
-
secondary: string;
|
|
287
|
-
danger: string;
|
|
288
|
-
};
|
|
289
|
-
size: {
|
|
290
|
-
small: string;
|
|
291
|
-
medium: string;
|
|
292
|
-
large: string;
|
|
293
|
-
};
|
|
294
|
-
}>, {
|
|
128
|
+
}, undefined, "px-3 py-1 rounded text-sm font-medium transition-colors", {
|
|
295
129
|
variant: {
|
|
296
130
|
primary: string;
|
|
297
131
|
secondary: string;
|
|
@@ -313,29 +147,7 @@ export declare const adminBarButton: import('tailwind-variants').TVReturnType<{
|
|
|
313
147
|
medium: string;
|
|
314
148
|
large: string;
|
|
315
149
|
};
|
|
316
|
-
}, undefined, "px-3 py-1 rounded text-sm font-medium transition-colors",
|
|
317
|
-
variant: {
|
|
318
|
-
primary: string;
|
|
319
|
-
secondary: string;
|
|
320
|
-
danger: string;
|
|
321
|
-
};
|
|
322
|
-
size: {
|
|
323
|
-
small: string;
|
|
324
|
-
medium: string;
|
|
325
|
-
large: string;
|
|
326
|
-
};
|
|
327
|
-
}, {
|
|
328
|
-
variant: {
|
|
329
|
-
primary: string;
|
|
330
|
-
secondary: string;
|
|
331
|
-
danger: string;
|
|
332
|
-
};
|
|
333
|
-
size: {
|
|
334
|
-
small: string;
|
|
335
|
-
medium: string;
|
|
336
|
-
large: string;
|
|
337
|
-
};
|
|
338
|
-
}>, unknown, unknown, undefined>>;
|
|
150
|
+
}, undefined, "px-3 py-1 rounded text-sm font-medium transition-colors", unknown, unknown, undefined>>;
|
|
339
151
|
export declare const adminBarError: import('tailwind-variants').TVReturnType<{
|
|
340
152
|
severity: {
|
|
341
153
|
low: string;
|
|
@@ -346,27 +158,7 @@ export declare const adminBarError: import('tailwind-variants').TVReturnType<{
|
|
|
346
158
|
true: string;
|
|
347
159
|
false: string;
|
|
348
160
|
};
|
|
349
|
-
}, undefined, "flex items-center justify-center bg-red-50 text-red-700 px-3 py-1 rounded-md text-sm",
|
|
350
|
-
severity: {
|
|
351
|
-
low: string;
|
|
352
|
-
medium: string;
|
|
353
|
-
high: string;
|
|
354
|
-
};
|
|
355
|
-
hasBorder: {
|
|
356
|
-
true: string;
|
|
357
|
-
false: string;
|
|
358
|
-
};
|
|
359
|
-
}, {
|
|
360
|
-
severity: {
|
|
361
|
-
low: string;
|
|
362
|
-
medium: string;
|
|
363
|
-
high: string;
|
|
364
|
-
};
|
|
365
|
-
hasBorder: {
|
|
366
|
-
true: string;
|
|
367
|
-
false: string;
|
|
368
|
-
};
|
|
369
|
-
}>, {
|
|
161
|
+
}, undefined, "flex items-center justify-center bg-red-50 text-red-700 px-3 py-1 rounded-md text-sm", {
|
|
370
162
|
severity: {
|
|
371
163
|
low: string;
|
|
372
164
|
medium: string;
|
|
@@ -386,46 +178,14 @@ export declare const adminBarError: import('tailwind-variants').TVReturnType<{
|
|
|
386
178
|
true: string;
|
|
387
179
|
false: string;
|
|
388
180
|
};
|
|
389
|
-
}, undefined, "flex items-center justify-center bg-red-50 text-red-700 px-3 py-1 rounded-md text-sm",
|
|
390
|
-
severity: {
|
|
391
|
-
low: string;
|
|
392
|
-
medium: string;
|
|
393
|
-
high: string;
|
|
394
|
-
};
|
|
395
|
-
hasBorder: {
|
|
396
|
-
true: string;
|
|
397
|
-
false: string;
|
|
398
|
-
};
|
|
399
|
-
}, {
|
|
400
|
-
severity: {
|
|
401
|
-
low: string;
|
|
402
|
-
medium: string;
|
|
403
|
-
high: string;
|
|
404
|
-
};
|
|
405
|
-
hasBorder: {
|
|
406
|
-
true: string;
|
|
407
|
-
false: string;
|
|
408
|
-
};
|
|
409
|
-
}>, unknown, unknown, undefined>>;
|
|
181
|
+
}, undefined, "flex items-center justify-center bg-red-50 text-red-700 px-3 py-1 rounded-md text-sm", unknown, unknown, undefined>>;
|
|
410
182
|
export declare const adminBarErrorTypography: import('tailwind-variants').TVReturnType<{
|
|
411
183
|
severity: {
|
|
412
184
|
low: string;
|
|
413
185
|
medium: string;
|
|
414
186
|
high: string;
|
|
415
187
|
};
|
|
416
|
-
}, undefined, "text-red-700 text-sm font-medium",
|
|
417
|
-
severity: {
|
|
418
|
-
low: string;
|
|
419
|
-
medium: string;
|
|
420
|
-
high: string;
|
|
421
|
-
};
|
|
422
|
-
}, {
|
|
423
|
-
severity: {
|
|
424
|
-
low: string;
|
|
425
|
-
medium: string;
|
|
426
|
-
high: string;
|
|
427
|
-
};
|
|
428
|
-
}>, {
|
|
188
|
+
}, undefined, "text-red-700 text-sm font-medium", {
|
|
429
189
|
severity: {
|
|
430
190
|
low: string;
|
|
431
191
|
medium: string;
|
|
@@ -437,19 +197,7 @@ export declare const adminBarErrorTypography: import('tailwind-variants').TVRetu
|
|
|
437
197
|
medium: string;
|
|
438
198
|
high: string;
|
|
439
199
|
};
|
|
440
|
-
}, undefined, "text-red-700 text-sm font-medium",
|
|
441
|
-
severity: {
|
|
442
|
-
low: string;
|
|
443
|
-
medium: string;
|
|
444
|
-
high: string;
|
|
445
|
-
};
|
|
446
|
-
}, {
|
|
447
|
-
severity: {
|
|
448
|
-
low: string;
|
|
449
|
-
medium: string;
|
|
450
|
-
high: string;
|
|
451
|
-
};
|
|
452
|
-
}>, unknown, unknown, undefined>>;
|
|
200
|
+
}, undefined, "text-red-700 text-sm font-medium", unknown, unknown, undefined>>;
|
|
453
201
|
export declare const adminBarTheme: {
|
|
454
202
|
container: import('tailwind-variants').TVReturnType<{
|
|
455
203
|
position: {
|
|
@@ -469,43 +217,7 @@ export declare const adminBarTheme: {
|
|
|
469
217
|
medium: string;
|
|
470
218
|
large: string;
|
|
471
219
|
};
|
|
472
|
-
}, undefined, "w-full bg-gray-100 py-2 px-4 border-gray-200 fixed left-0 right-0 z-50",
|
|
473
|
-
position: {
|
|
474
|
-
top: string;
|
|
475
|
-
bottom: string;
|
|
476
|
-
};
|
|
477
|
-
fullWidth: {
|
|
478
|
-
true: string;
|
|
479
|
-
};
|
|
480
|
-
background: {
|
|
481
|
-
grey: string;
|
|
482
|
-
dark: string;
|
|
483
|
-
light: string;
|
|
484
|
-
};
|
|
485
|
-
padding: {
|
|
486
|
-
small: string;
|
|
487
|
-
medium: string;
|
|
488
|
-
large: string;
|
|
489
|
-
};
|
|
490
|
-
}, {
|
|
491
|
-
position: {
|
|
492
|
-
top: string;
|
|
493
|
-
bottom: string;
|
|
494
|
-
};
|
|
495
|
-
fullWidth: {
|
|
496
|
-
true: string;
|
|
497
|
-
};
|
|
498
|
-
background: {
|
|
499
|
-
grey: string;
|
|
500
|
-
dark: string;
|
|
501
|
-
light: string;
|
|
502
|
-
};
|
|
503
|
-
padding: {
|
|
504
|
-
small: string;
|
|
505
|
-
medium: string;
|
|
506
|
-
large: string;
|
|
507
|
-
};
|
|
508
|
-
}>, {
|
|
220
|
+
}, undefined, "w-full bg-gray-100 py-2 px-4 border-gray-200 fixed left-0 right-0 z-50", {
|
|
509
221
|
position: {
|
|
510
222
|
top: string;
|
|
511
223
|
bottom: string;
|
|
@@ -541,43 +253,7 @@ export declare const adminBarTheme: {
|
|
|
541
253
|
medium: string;
|
|
542
254
|
large: string;
|
|
543
255
|
};
|
|
544
|
-
}, undefined, "w-full bg-gray-100 py-2 px-4 border-gray-200 fixed left-0 right-0 z-50",
|
|
545
|
-
position: {
|
|
546
|
-
top: string;
|
|
547
|
-
bottom: string;
|
|
548
|
-
};
|
|
549
|
-
fullWidth: {
|
|
550
|
-
true: string;
|
|
551
|
-
};
|
|
552
|
-
background: {
|
|
553
|
-
grey: string;
|
|
554
|
-
dark: string;
|
|
555
|
-
light: string;
|
|
556
|
-
};
|
|
557
|
-
padding: {
|
|
558
|
-
small: string;
|
|
559
|
-
medium: string;
|
|
560
|
-
large: string;
|
|
561
|
-
};
|
|
562
|
-
}, {
|
|
563
|
-
position: {
|
|
564
|
-
top: string;
|
|
565
|
-
bottom: string;
|
|
566
|
-
};
|
|
567
|
-
fullWidth: {
|
|
568
|
-
true: string;
|
|
569
|
-
};
|
|
570
|
-
background: {
|
|
571
|
-
grey: string;
|
|
572
|
-
dark: string;
|
|
573
|
-
light: string;
|
|
574
|
-
};
|
|
575
|
-
padding: {
|
|
576
|
-
small: string;
|
|
577
|
-
medium: string;
|
|
578
|
-
large: string;
|
|
579
|
-
};
|
|
580
|
-
}>, unknown, unknown, undefined>>;
|
|
256
|
+
}, undefined, "w-full bg-gray-100 py-2 px-4 border-gray-200 fixed left-0 right-0 z-50", unknown, unknown, undefined>>;
|
|
581
257
|
content: import('tailwind-variants').TVReturnType<{
|
|
582
258
|
justify: {
|
|
583
259
|
start: string;
|
|
@@ -596,43 +272,7 @@ export declare const adminBarTheme: {
|
|
|
596
272
|
true: string;
|
|
597
273
|
false: string;
|
|
598
274
|
};
|
|
599
|
-
}, undefined, "flex items-center",
|
|
600
|
-
justify: {
|
|
601
|
-
start: string;
|
|
602
|
-
center: string;
|
|
603
|
-
end: string;
|
|
604
|
-
between: string;
|
|
605
|
-
around: string;
|
|
606
|
-
evenly: string;
|
|
607
|
-
};
|
|
608
|
-
gap: {
|
|
609
|
-
small: string;
|
|
610
|
-
medium: string;
|
|
611
|
-
large: string;
|
|
612
|
-
};
|
|
613
|
-
wrap: {
|
|
614
|
-
true: string;
|
|
615
|
-
false: string;
|
|
616
|
-
};
|
|
617
|
-
}, {
|
|
618
|
-
justify: {
|
|
619
|
-
start: string;
|
|
620
|
-
center: string;
|
|
621
|
-
end: string;
|
|
622
|
-
between: string;
|
|
623
|
-
around: string;
|
|
624
|
-
evenly: string;
|
|
625
|
-
};
|
|
626
|
-
gap: {
|
|
627
|
-
small: string;
|
|
628
|
-
medium: string;
|
|
629
|
-
large: string;
|
|
630
|
-
};
|
|
631
|
-
wrap: {
|
|
632
|
-
true: string;
|
|
633
|
-
false: string;
|
|
634
|
-
};
|
|
635
|
-
}>, {
|
|
275
|
+
}, undefined, "flex items-center", {
|
|
636
276
|
justify: {
|
|
637
277
|
start: string;
|
|
638
278
|
center: string;
|
|
@@ -668,43 +308,7 @@ export declare const adminBarTheme: {
|
|
|
668
308
|
true: string;
|
|
669
309
|
false: string;
|
|
670
310
|
};
|
|
671
|
-
}, undefined, "flex items-center",
|
|
672
|
-
justify: {
|
|
673
|
-
start: string;
|
|
674
|
-
center: string;
|
|
675
|
-
end: string;
|
|
676
|
-
between: string;
|
|
677
|
-
around: string;
|
|
678
|
-
evenly: string;
|
|
679
|
-
};
|
|
680
|
-
gap: {
|
|
681
|
-
small: string;
|
|
682
|
-
medium: string;
|
|
683
|
-
large: string;
|
|
684
|
-
};
|
|
685
|
-
wrap: {
|
|
686
|
-
true: string;
|
|
687
|
-
false: string;
|
|
688
|
-
};
|
|
689
|
-
}, {
|
|
690
|
-
justify: {
|
|
691
|
-
start: string;
|
|
692
|
-
center: string;
|
|
693
|
-
end: string;
|
|
694
|
-
between: string;
|
|
695
|
-
around: string;
|
|
696
|
-
evenly: string;
|
|
697
|
-
};
|
|
698
|
-
gap: {
|
|
699
|
-
small: string;
|
|
700
|
-
medium: string;
|
|
701
|
-
large: string;
|
|
702
|
-
};
|
|
703
|
-
wrap: {
|
|
704
|
-
true: string;
|
|
705
|
-
false: string;
|
|
706
|
-
};
|
|
707
|
-
}>, unknown, unknown, undefined>>;
|
|
311
|
+
}, undefined, "flex items-center", unknown, unknown, undefined>>;
|
|
708
312
|
button: import('tailwind-variants').TVReturnType<{
|
|
709
313
|
variant: {
|
|
710
314
|
primary: string;
|
|
@@ -716,29 +320,7 @@ export declare const adminBarTheme: {
|
|
|
716
320
|
medium: string;
|
|
717
321
|
large: string;
|
|
718
322
|
};
|
|
719
|
-
}, undefined, "px-3 py-1 rounded text-sm font-medium transition-colors",
|
|
720
|
-
variant: {
|
|
721
|
-
primary: string;
|
|
722
|
-
secondary: string;
|
|
723
|
-
danger: string;
|
|
724
|
-
};
|
|
725
|
-
size: {
|
|
726
|
-
small: string;
|
|
727
|
-
medium: string;
|
|
728
|
-
large: string;
|
|
729
|
-
};
|
|
730
|
-
}, {
|
|
731
|
-
variant: {
|
|
732
|
-
primary: string;
|
|
733
|
-
secondary: string;
|
|
734
|
-
danger: string;
|
|
735
|
-
};
|
|
736
|
-
size: {
|
|
737
|
-
small: string;
|
|
738
|
-
medium: string;
|
|
739
|
-
large: string;
|
|
740
|
-
};
|
|
741
|
-
}>, {
|
|
323
|
+
}, undefined, "px-3 py-1 rounded text-sm font-medium transition-colors", {
|
|
742
324
|
variant: {
|
|
743
325
|
primary: string;
|
|
744
326
|
secondary: string;
|
|
@@ -760,29 +342,7 @@ export declare const adminBarTheme: {
|
|
|
760
342
|
medium: string;
|
|
761
343
|
large: string;
|
|
762
344
|
};
|
|
763
|
-
}, undefined, "px-3 py-1 rounded text-sm font-medium transition-colors",
|
|
764
|
-
variant: {
|
|
765
|
-
primary: string;
|
|
766
|
-
secondary: string;
|
|
767
|
-
danger: string;
|
|
768
|
-
};
|
|
769
|
-
size: {
|
|
770
|
-
small: string;
|
|
771
|
-
medium: string;
|
|
772
|
-
large: string;
|
|
773
|
-
};
|
|
774
|
-
}, {
|
|
775
|
-
variant: {
|
|
776
|
-
primary: string;
|
|
777
|
-
secondary: string;
|
|
778
|
-
danger: string;
|
|
779
|
-
};
|
|
780
|
-
size: {
|
|
781
|
-
small: string;
|
|
782
|
-
medium: string;
|
|
783
|
-
large: string;
|
|
784
|
-
};
|
|
785
|
-
}>, unknown, unknown, undefined>>;
|
|
345
|
+
}, undefined, "px-3 py-1 rounded text-sm font-medium transition-colors", unknown, unknown, undefined>>;
|
|
786
346
|
error: import('tailwind-variants').TVReturnType<{
|
|
787
347
|
severity: {
|
|
788
348
|
low: string;
|
|
@@ -793,27 +353,7 @@ export declare const adminBarTheme: {
|
|
|
793
353
|
true: string;
|
|
794
354
|
false: string;
|
|
795
355
|
};
|
|
796
|
-
}, undefined, "flex items-center justify-center bg-red-50 text-red-700 px-3 py-1 rounded-md text-sm",
|
|
797
|
-
severity: {
|
|
798
|
-
low: string;
|
|
799
|
-
medium: string;
|
|
800
|
-
high: string;
|
|
801
|
-
};
|
|
802
|
-
hasBorder: {
|
|
803
|
-
true: string;
|
|
804
|
-
false: string;
|
|
805
|
-
};
|
|
806
|
-
}, {
|
|
807
|
-
severity: {
|
|
808
|
-
low: string;
|
|
809
|
-
medium: string;
|
|
810
|
-
high: string;
|
|
811
|
-
};
|
|
812
|
-
hasBorder: {
|
|
813
|
-
true: string;
|
|
814
|
-
false: string;
|
|
815
|
-
};
|
|
816
|
-
}>, {
|
|
356
|
+
}, undefined, "flex items-center justify-center bg-red-50 text-red-700 px-3 py-1 rounded-md text-sm", {
|
|
817
357
|
severity: {
|
|
818
358
|
low: string;
|
|
819
359
|
medium: string;
|
|
@@ -833,46 +373,14 @@ export declare const adminBarTheme: {
|
|
|
833
373
|
true: string;
|
|
834
374
|
false: string;
|
|
835
375
|
};
|
|
836
|
-
}, undefined, "flex items-center justify-center bg-red-50 text-red-700 px-3 py-1 rounded-md text-sm",
|
|
837
|
-
severity: {
|
|
838
|
-
low: string;
|
|
839
|
-
medium: string;
|
|
840
|
-
high: string;
|
|
841
|
-
};
|
|
842
|
-
hasBorder: {
|
|
843
|
-
true: string;
|
|
844
|
-
false: string;
|
|
845
|
-
};
|
|
846
|
-
}, {
|
|
847
|
-
severity: {
|
|
848
|
-
low: string;
|
|
849
|
-
medium: string;
|
|
850
|
-
high: string;
|
|
851
|
-
};
|
|
852
|
-
hasBorder: {
|
|
853
|
-
true: string;
|
|
854
|
-
false: string;
|
|
855
|
-
};
|
|
856
|
-
}>, unknown, unknown, undefined>>;
|
|
376
|
+
}, undefined, "flex items-center justify-center bg-red-50 text-red-700 px-3 py-1 rounded-md text-sm", unknown, unknown, undefined>>;
|
|
857
377
|
errorTypography: import('tailwind-variants').TVReturnType<{
|
|
858
378
|
severity: {
|
|
859
379
|
low: string;
|
|
860
380
|
medium: string;
|
|
861
381
|
high: string;
|
|
862
382
|
};
|
|
863
|
-
}, undefined, "text-red-700 text-sm font-medium",
|
|
864
|
-
severity: {
|
|
865
|
-
low: string;
|
|
866
|
-
medium: string;
|
|
867
|
-
high: string;
|
|
868
|
-
};
|
|
869
|
-
}, {
|
|
870
|
-
severity: {
|
|
871
|
-
low: string;
|
|
872
|
-
medium: string;
|
|
873
|
-
high: string;
|
|
874
|
-
};
|
|
875
|
-
}>, {
|
|
383
|
+
}, undefined, "text-red-700 text-sm font-medium", {
|
|
876
384
|
severity: {
|
|
877
385
|
low: string;
|
|
878
386
|
medium: string;
|
|
@@ -884,17 +392,5 @@ export declare const adminBarTheme: {
|
|
|
884
392
|
medium: string;
|
|
885
393
|
high: string;
|
|
886
394
|
};
|
|
887
|
-
}, undefined, "text-red-700 text-sm font-medium",
|
|
888
|
-
severity: {
|
|
889
|
-
low: string;
|
|
890
|
-
medium: string;
|
|
891
|
-
high: string;
|
|
892
|
-
};
|
|
893
|
-
}, {
|
|
894
|
-
severity: {
|
|
895
|
-
low: string;
|
|
896
|
-
medium: string;
|
|
897
|
-
high: string;
|
|
898
|
-
};
|
|
899
|
-
}>, unknown, unknown, undefined>>;
|
|
395
|
+
}, undefined, "text-red-700 text-sm font-medium", unknown, unknown, undefined>>;
|
|
900
396
|
};
|