@nextui-org/theme 0.0.0-dev-v2-20230909135756 → 0.0.0-dev-v2-20230910194958

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.
@@ -11,7 +11,15 @@ import {
11
11
  // src/components/chip.ts
12
12
  var chip = tv({
13
13
  slots: {
14
- base: ["relative", "max-w-fit", "inline-flex", "items-center", "justify-between", "box-border"],
14
+ base: [
15
+ "relative",
16
+ "max-w-fit",
17
+ "inline-flex",
18
+ "items-center",
19
+ "justify-between",
20
+ "box-border",
21
+ "whitespace-nowrap"
22
+ ],
15
23
  content: "flex-1 text-inherit font-normal",
16
24
  dot: ["w-2", "h-2", "ml-1", "rounded-full"],
17
25
  avatar: "flex-shrink-0",
@@ -202,7 +202,15 @@ var colorVariants = {
202
202
  // src/components/chip.ts
203
203
  var chip = tv({
204
204
  slots: {
205
- base: ["relative", "max-w-fit", "inline-flex", "items-center", "justify-between", "box-border"],
205
+ base: [
206
+ "relative",
207
+ "max-w-fit",
208
+ "inline-flex",
209
+ "items-center",
210
+ "justify-between",
211
+ "box-border",
212
+ "whitespace-nowrap"
213
+ ],
206
214
  content: "flex-1 text-inherit font-normal",
207
215
  dot: ["w-2", "h-2", "ml-1", "rounded-full"],
208
216
  avatar: "flex-shrink-0",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  chip
3
- } from "../chunk-PKP3F3VC.mjs";
3
+ } from "../chunk-WM43BKYH.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-2PIR7DFM.mjs";
@@ -1635,7 +1635,15 @@ var snippet = tv({
1635
1635
  // src/components/chip.ts
1636
1636
  var chip = tv({
1637
1637
  slots: {
1638
- base: ["relative", "max-w-fit", "inline-flex", "items-center", "justify-between", "box-border"],
1638
+ base: [
1639
+ "relative",
1640
+ "max-w-fit",
1641
+ "inline-flex",
1642
+ "items-center",
1643
+ "justify-between",
1644
+ "box-border",
1645
+ "whitespace-nowrap"
1646
+ ],
1639
1647
  content: "flex-1 text-inherit font-normal",
1640
1648
  dot: ["w-2", "h-2", "ml-1", "rounded-full"],
1641
1649
  avatar: "flex-shrink-0",
@@ -66,7 +66,7 @@ import {
66
66
  } from "../chunk-FZZINZOQ.mjs";
67
67
  import {
68
68
  chip
69
- } from "../chunk-PKP3F3VC.mjs";
69
+ } from "../chunk-WM43BKYH.mjs";
70
70
  import {
71
71
  circularProgress
72
72
  } from "../chunk-XPLXQDB3.mjs";
package/dist/index.js CHANGED
@@ -1667,7 +1667,15 @@ var snippet = tv({
1667
1667
  // src/components/chip.ts
1668
1668
  var chip = tv({
1669
1669
  slots: {
1670
- base: ["relative", "max-w-fit", "inline-flex", "items-center", "justify-between", "box-border"],
1670
+ base: [
1671
+ "relative",
1672
+ "max-w-fit",
1673
+ "inline-flex",
1674
+ "items-center",
1675
+ "justify-between",
1676
+ "box-border",
1677
+ "whitespace-nowrap"
1678
+ ],
1671
1679
  content: "flex-1 text-inherit font-normal",
1672
1680
  dot: ["w-2", "h-2", "ml-1", "rounded-full"],
1673
1681
  avatar: "flex-shrink-0",
package/dist/index.mjs CHANGED
@@ -66,7 +66,7 @@ import {
66
66
  } from "./chunk-FZZINZOQ.mjs";
67
67
  import {
68
68
  chip
69
- } from "./chunk-PKP3F3VC.mjs";
69
+ } from "./chunk-WM43BKYH.mjs";
70
70
  import {
71
71
  circularProgress
72
72
  } from "./chunk-XPLXQDB3.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/theme",
3
- "version": "0.0.0-dev-v2-20230909135756",
3
+ "version": "0.0.0-dev-v2-20230910194958",
4
4
  "description": "The default theme for NextUI components",
5
5
  "keywords": [
6
6
  "theme",