@nextui-org/theme 2.3.0-beta.10 → 2.3.0-beta.12
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-2TAKWWRG.mjs → chunk-ZZ2VSLD6.mjs} +1 -1
- package/dist/components/autocomplete.js +1 -1
- package/dist/components/autocomplete.mjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
var autocomplete = tv({
|
|
7
7
|
slots: {
|
|
8
8
|
base: "group inline-flex flex-column w-full",
|
|
9
|
-
listboxWrapper: "scroll-py-6
|
|
9
|
+
listboxWrapper: "scroll-py-6 w-full",
|
|
10
10
|
listbox: "",
|
|
11
11
|
popoverContent: "w-full p-1 overflow-hidden",
|
|
12
12
|
endContentWrapper: "relative flex h-full items-center -mr-2",
|
|
@@ -74,7 +74,7 @@ var tv = (options, config) => {
|
|
|
74
74
|
var autocomplete = tv({
|
|
75
75
|
slots: {
|
|
76
76
|
base: "group inline-flex flex-column w-full",
|
|
77
|
-
listboxWrapper: "scroll-py-6
|
|
77
|
+
listboxWrapper: "scroll-py-6 w-full",
|
|
78
78
|
listbox: "",
|
|
79
79
|
popoverContent: "w-full p-1 overflow-hidden",
|
|
80
80
|
endContentWrapper: "relative flex h-full items-center -mr-2",
|
package/dist/components/index.js
CHANGED
|
@@ -7989,7 +7989,7 @@ var breadcrumbs = tv({
|
|
|
7989
7989
|
var autocomplete = tv({
|
|
7990
7990
|
slots: {
|
|
7991
7991
|
base: "group inline-flex flex-column w-full",
|
|
7992
|
-
listboxWrapper: "scroll-py-6
|
|
7992
|
+
listboxWrapper: "scroll-py-6 w-full",
|
|
7993
7993
|
listbox: "",
|
|
7994
7994
|
popoverContent: "w-full p-1 overflow-hidden",
|
|
7995
7995
|
endContentWrapper: "relative flex h-full items-center -mr-2",
|
package/dist/index.js
CHANGED
|
@@ -8034,7 +8034,7 @@ var breadcrumbs = tv({
|
|
|
8034
8034
|
var autocomplete = tv({
|
|
8035
8035
|
slots: {
|
|
8036
8036
|
base: "group inline-flex flex-column w-full",
|
|
8037
|
-
listboxWrapper: "scroll-py-6
|
|
8037
|
+
listboxWrapper: "scroll-py-6 w-full",
|
|
8038
8038
|
listbox: "",
|
|
8039
8039
|
popoverContent: "w-full p-1 overflow-hidden",
|
|
8040
8040
|
endContentWrapper: "relative flex h-full items-center -mr-2",
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextui-org/theme",
|
|
3
|
-
"version": "2.3.0-beta.
|
|
3
|
+
"version": "2.3.0-beta.12",
|
|
4
4
|
"description": "The default theme for NextUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"clsx": "^1.2.1",
|
|
45
45
|
"tailwind-variants": "^0.1.20",
|
|
46
46
|
"tailwind-merge": "^2.5.2",
|
|
47
|
-
"@nextui-org/shared-utils": "2.0.9-beta.
|
|
47
|
+
"@nextui-org/shared-utils": "2.0.9-beta.7"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"tailwindcss": ">=3.4.0"
|