@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.
@@ -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
  {
@@ -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
  {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  chip
3
- } from "../chunk-333QUO7L.mjs";
3
+ } from "../chunk-VXHFMI4N.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-2PIR7DFM.mjs";
@@ -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
  {
@@ -54,7 +54,7 @@ import {
54
54
  } from "../chunk-GGKWZEZ3.mjs";
55
55
  import {
56
56
  chip
57
- } from "../chunk-333QUO7L.mjs";
57
+ } from "../chunk-VXHFMI4N.mjs";
58
58
  import {
59
59
  circularProgress
60
60
  } from "../chunk-UXQJVK7X.mjs";
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
@@ -54,7 +54,7 @@ import {
54
54
  } from "./chunk-GGKWZEZ3.mjs";
55
55
  import {
56
56
  chip
57
- } from "./chunk-333QUO7L.mjs";
57
+ } from "./chunk-VXHFMI4N.mjs";
58
58
  import {
59
59
  circularProgress
60
60
  } from "./chunk-UXQJVK7X.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/theme",
3
- "version": "0.0.0-dev-v2-20230709145117",
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.10",
49
+ "tailwind-variants": "^0.1.12",
50
50
  "tailwindcss": "^3.2.7"
51
51
  },
52
52
  "peerDependencies": {