@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.
- package/dist/{chunk-PKP3F3VC.mjs → chunk-WM43BKYH.mjs} +9 -1
- package/dist/components/chip.js +9 -1
- package/dist/components/chip.mjs +1 -1
- package/dist/components/index.js +9 -1
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +9 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,15 @@ import {
|
|
|
11
11
|
// src/components/chip.ts
|
|
12
12
|
var chip = tv({
|
|
13
13
|
slots: {
|
|
14
|
-
base: [
|
|
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",
|
package/dist/components/chip.js
CHANGED
|
@@ -202,7 +202,15 @@ var colorVariants = {
|
|
|
202
202
|
// src/components/chip.ts
|
|
203
203
|
var chip = tv({
|
|
204
204
|
slots: {
|
|
205
|
-
base: [
|
|
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",
|
package/dist/components/chip.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -1635,7 +1635,15 @@ var snippet = tv({
|
|
|
1635
1635
|
// src/components/chip.ts
|
|
1636
1636
|
var chip = tv({
|
|
1637
1637
|
slots: {
|
|
1638
|
-
base: [
|
|
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",
|
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: [
|
|
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