@nextui-org/theme 0.0.0-dev-v2-20240401180017 → 0.0.0-dev-v2-20240402013814
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/{chunk-FHNC7F3W.mjs → chunk-TGLAWCNS.mjs} +6 -0
- package/dist/components/index.js +6 -0
- package/dist/components/index.mjs +1 -1
- package/dist/components/popover.d.ts +42 -0
- package/dist/components/popover.js +6 -0
- package/dist/components/popover.mjs +1 -1
- package/dist/index.js +6 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -108,6 +108,12 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
108
108
|
base: string;
|
|
109
109
|
};
|
|
110
110
|
};
|
|
111
|
+
isDropdownDisabled: {
|
|
112
|
+
true: {
|
|
113
|
+
trigger: string;
|
|
114
|
+
};
|
|
115
|
+
false: {};
|
|
116
|
+
};
|
|
111
117
|
}, {
|
|
112
118
|
base: string[];
|
|
113
119
|
content: string[];
|
|
@@ -204,6 +210,12 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
204
210
|
base: string;
|
|
205
211
|
};
|
|
206
212
|
};
|
|
213
|
+
isDropdownDisabled: {
|
|
214
|
+
true: {
|
|
215
|
+
trigger: string;
|
|
216
|
+
};
|
|
217
|
+
false: {};
|
|
218
|
+
};
|
|
207
219
|
}, {
|
|
208
220
|
size: {
|
|
209
221
|
sm: {
|
|
@@ -294,6 +306,12 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
294
306
|
base: string;
|
|
295
307
|
};
|
|
296
308
|
};
|
|
309
|
+
isDropdownDisabled: {
|
|
310
|
+
true: {
|
|
311
|
+
trigger: string;
|
|
312
|
+
};
|
|
313
|
+
false: {};
|
|
314
|
+
};
|
|
297
315
|
}>, {
|
|
298
316
|
size: {
|
|
299
317
|
sm: {
|
|
@@ -384,6 +402,12 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
384
402
|
base: string;
|
|
385
403
|
};
|
|
386
404
|
};
|
|
405
|
+
isDropdownDisabled: {
|
|
406
|
+
true: {
|
|
407
|
+
trigger: string;
|
|
408
|
+
};
|
|
409
|
+
false: {};
|
|
410
|
+
};
|
|
387
411
|
}, {
|
|
388
412
|
base: string[];
|
|
389
413
|
content: string[];
|
|
@@ -480,6 +504,12 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
480
504
|
base: string;
|
|
481
505
|
};
|
|
482
506
|
};
|
|
507
|
+
isDropdownDisabled: {
|
|
508
|
+
true: {
|
|
509
|
+
trigger: string;
|
|
510
|
+
};
|
|
511
|
+
false: {};
|
|
512
|
+
};
|
|
483
513
|
}, {
|
|
484
514
|
base: string[];
|
|
485
515
|
content: string[];
|
|
@@ -576,6 +606,12 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
576
606
|
base: string;
|
|
577
607
|
};
|
|
578
608
|
};
|
|
609
|
+
isDropdownDisabled: {
|
|
610
|
+
true: {
|
|
611
|
+
trigger: string;
|
|
612
|
+
};
|
|
613
|
+
false: {};
|
|
614
|
+
};
|
|
579
615
|
}, {
|
|
580
616
|
size: {
|
|
581
617
|
sm: {
|
|
@@ -666,6 +702,12 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
666
702
|
base: string;
|
|
667
703
|
};
|
|
668
704
|
};
|
|
705
|
+
isDropdownDisabled: {
|
|
706
|
+
true: {
|
|
707
|
+
trigger: string;
|
|
708
|
+
};
|
|
709
|
+
false: {};
|
|
710
|
+
};
|
|
669
711
|
}>, unknown, unknown, undefined>>;
|
|
670
712
|
type PopoverVariantProps = VariantProps<typeof popover>;
|
|
671
713
|
type PopoverSlots = keyof ReturnType<typeof popover>;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED