@nextui-org/theme 2.2.1 → 2.2.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/dist/{chunk-HGSHFC5N.mjs → chunk-KA5SSSWD.mjs} +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/components/popover.d.ts +7 -7
- package/dist/components/popover.js +1 -1
- package/dist/components/popover.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -108,7 +108,7 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
108
108
|
base: string;
|
|
109
109
|
};
|
|
110
110
|
};
|
|
111
|
-
|
|
111
|
+
isTriggerDisabled: {
|
|
112
112
|
true: {
|
|
113
113
|
trigger: string;
|
|
114
114
|
};
|
|
@@ -210,7 +210,7 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
210
210
|
base: string;
|
|
211
211
|
};
|
|
212
212
|
};
|
|
213
|
-
|
|
213
|
+
isTriggerDisabled: {
|
|
214
214
|
true: {
|
|
215
215
|
trigger: string;
|
|
216
216
|
};
|
|
@@ -306,7 +306,7 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
306
306
|
base: string;
|
|
307
307
|
};
|
|
308
308
|
};
|
|
309
|
-
|
|
309
|
+
isTriggerDisabled: {
|
|
310
310
|
true: {
|
|
311
311
|
trigger: string;
|
|
312
312
|
};
|
|
@@ -402,7 +402,7 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
402
402
|
base: string;
|
|
403
403
|
};
|
|
404
404
|
};
|
|
405
|
-
|
|
405
|
+
isTriggerDisabled: {
|
|
406
406
|
true: {
|
|
407
407
|
trigger: string;
|
|
408
408
|
};
|
|
@@ -504,7 +504,7 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
504
504
|
base: string;
|
|
505
505
|
};
|
|
506
506
|
};
|
|
507
|
-
|
|
507
|
+
isTriggerDisabled: {
|
|
508
508
|
true: {
|
|
509
509
|
trigger: string;
|
|
510
510
|
};
|
|
@@ -606,7 +606,7 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
606
606
|
base: string;
|
|
607
607
|
};
|
|
608
608
|
};
|
|
609
|
-
|
|
609
|
+
isTriggerDisabled: {
|
|
610
610
|
true: {
|
|
611
611
|
trigger: string;
|
|
612
612
|
};
|
|
@@ -702,7 +702,7 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
702
702
|
base: string;
|
|
703
703
|
};
|
|
704
704
|
};
|
|
705
|
-
|
|
705
|
+
isTriggerDisabled: {
|
|
706
706
|
true: {
|
|
707
707
|
trigger: string;
|
|
708
708
|
};
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED