@nextui-org/theme 0.0.0-dev-v2-20230709145117 → 0.0.0-dev-v2-20230710220232
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-333QUO7L.mjs → chunk-VXHFMI4N.mjs} +3 -3
- package/dist/components/chip.js +3 -3
- package/dist/components/chip.mjs +1 -1
- package/dist/components/index.js +3 -3
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -388,21 +388,21 @@ var chip = tv({
|
|
|
388
388
|
isOneChar: true,
|
|
389
389
|
size: "sm",
|
|
390
390
|
class: {
|
|
391
|
-
base: "w-5 h-5 min-w-5 min-h-5"
|
|
391
|
+
base: "w-5 h-5 min-w-unit-5 min-h-5"
|
|
392
392
|
}
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
isOneChar: true,
|
|
396
396
|
size: "md",
|
|
397
397
|
class: {
|
|
398
|
-
base: "w-6 h-6 min-w-6 min-h-6"
|
|
398
|
+
base: "w-6 h-6 min-w-unit-6 min-h-6"
|
|
399
399
|
}
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
isOneChar: true,
|
|
403
403
|
size: "lg",
|
|
404
404
|
class: {
|
|
405
|
-
base: "w-7 h-7 min-w-7 min-h-7"
|
|
405
|
+
base: "w-7 h-7 min-w-unit-7 min-h-7"
|
|
406
406
|
}
|
|
407
407
|
},
|
|
408
408
|
{
|
package/dist/components/chip.js
CHANGED
|
@@ -574,21 +574,21 @@ var chip = tv({
|
|
|
574
574
|
isOneChar: true,
|
|
575
575
|
size: "sm",
|
|
576
576
|
class: {
|
|
577
|
-
base: "w-5 h-5 min-w-5 min-h-5"
|
|
577
|
+
base: "w-5 h-5 min-w-unit-5 min-h-5"
|
|
578
578
|
}
|
|
579
579
|
},
|
|
580
580
|
{
|
|
581
581
|
isOneChar: true,
|
|
582
582
|
size: "md",
|
|
583
583
|
class: {
|
|
584
|
-
base: "w-6 h-6 min-w-6 min-h-6"
|
|
584
|
+
base: "w-6 h-6 min-w-unit-6 min-h-6"
|
|
585
585
|
}
|
|
586
586
|
},
|
|
587
587
|
{
|
|
588
588
|
isOneChar: true,
|
|
589
589
|
size: "lg",
|
|
590
590
|
class: {
|
|
591
|
-
base: "w-7 h-7 min-w-7 min-h-7"
|
|
591
|
+
base: "w-7 h-7 min-w-unit-7 min-h-7"
|
|
592
592
|
}
|
|
593
593
|
},
|
|
594
594
|
{
|
package/dist/components/chip.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -1957,21 +1957,21 @@ var chip = tv({
|
|
|
1957
1957
|
isOneChar: true,
|
|
1958
1958
|
size: "sm",
|
|
1959
1959
|
class: {
|
|
1960
|
-
base: "w-5 h-5 min-w-5 min-h-5"
|
|
1960
|
+
base: "w-5 h-5 min-w-unit-5 min-h-5"
|
|
1961
1961
|
}
|
|
1962
1962
|
},
|
|
1963
1963
|
{
|
|
1964
1964
|
isOneChar: true,
|
|
1965
1965
|
size: "md",
|
|
1966
1966
|
class: {
|
|
1967
|
-
base: "w-6 h-6 min-w-6 min-h-6"
|
|
1967
|
+
base: "w-6 h-6 min-w-unit-6 min-h-6"
|
|
1968
1968
|
}
|
|
1969
1969
|
},
|
|
1970
1970
|
{
|
|
1971
1971
|
isOneChar: true,
|
|
1972
1972
|
size: "lg",
|
|
1973
1973
|
class: {
|
|
1974
|
-
base: "w-7 h-7 min-w-7 min-h-7"
|
|
1974
|
+
base: "w-7 h-7 min-w-unit-7 min-h-7"
|
|
1975
1975
|
}
|
|
1976
1976
|
},
|
|
1977
1977
|
{
|
package/dist/index.js
CHANGED
|
@@ -1991,21 +1991,21 @@ var chip = tv({
|
|
|
1991
1991
|
isOneChar: true,
|
|
1992
1992
|
size: "sm",
|
|
1993
1993
|
class: {
|
|
1994
|
-
base: "w-5 h-5 min-w-5 min-h-5"
|
|
1994
|
+
base: "w-5 h-5 min-w-unit-5 min-h-5"
|
|
1995
1995
|
}
|
|
1996
1996
|
},
|
|
1997
1997
|
{
|
|
1998
1998
|
isOneChar: true,
|
|
1999
1999
|
size: "md",
|
|
2000
2000
|
class: {
|
|
2001
|
-
base: "w-6 h-6 min-w-6 min-h-6"
|
|
2001
|
+
base: "w-6 h-6 min-w-unit-6 min-h-6"
|
|
2002
2002
|
}
|
|
2003
2003
|
},
|
|
2004
2004
|
{
|
|
2005
2005
|
isOneChar: true,
|
|
2006
2006
|
size: "lg",
|
|
2007
2007
|
class: {
|
|
2008
|
-
base: "w-7 h-7 min-w-7 min-h-7"
|
|
2008
|
+
base: "w-7 h-7 min-w-unit-7 min-h-7"
|
|
2009
2009
|
}
|
|
2010
2010
|
},
|
|
2011
2011
|
{
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextui-org/theme",
|
|
3
|
-
"version": "0.0.0-dev-v2-
|
|
3
|
+
"version": "0.0.0-dev-v2-20230710220232",
|
|
4
4
|
"description": "The default theme for NextUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"lodash.kebabcase": "^4.1.1",
|
|
47
47
|
"lodash.mapkeys": "^4.6.0",
|
|
48
48
|
"lodash.omit": "^4.5.0",
|
|
49
|
-
"tailwind-variants": "^0.1.
|
|
49
|
+
"tailwind-variants": "^0.1.12",
|
|
50
50
|
"tailwindcss": "^3.2.7"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|