@nextui-org/theme 2.1.6 → 2.1.8
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-X3O5NF4F.mjs → chunk-F76574GG.mjs} +1 -1
- 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 +10 -2
- package/dist/components/index.mjs +2 -2
- package/dist/components/select.js +1 -1
- package/dist/components/select.mjs +1 -1
- package/dist/index.js +10 -2
- package/dist/index.mjs +2 -2
- 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",
|
|
@@ -5821,7 +5829,7 @@ var select = tv({
|
|
|
5821
5829
|
},
|
|
5822
5830
|
labelPlacement: {
|
|
5823
5831
|
outside: {
|
|
5824
|
-
base: "
|
|
5832
|
+
base: "flex flex-col",
|
|
5825
5833
|
label: "text-foreground pb-1.5"
|
|
5826
5834
|
},
|
|
5827
5835
|
"outside-left": {
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
} from "../chunk-4JBYJQSP.mjs";
|
|
30
30
|
import {
|
|
31
31
|
select
|
|
32
|
-
} from "../chunk-
|
|
32
|
+
} from "../chunk-F76574GG.mjs";
|
|
33
33
|
import {
|
|
34
34
|
skeleton
|
|
35
35
|
} from "../chunk-EUS2SEYI.mjs";
|
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
} from "../chunk-FZZINZOQ.mjs";
|
|
67
67
|
import {
|
|
68
68
|
chip
|
|
69
|
-
} from "../chunk-
|
|
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: [
|
|
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",
|
|
@@ -5853,7 +5861,7 @@ var select = tv({
|
|
|
5853
5861
|
},
|
|
5854
5862
|
labelPlacement: {
|
|
5855
5863
|
outside: {
|
|
5856
|
-
base: "
|
|
5864
|
+
base: "flex flex-col",
|
|
5857
5865
|
label: "text-foreground pb-1.5"
|
|
5858
5866
|
},
|
|
5859
5867
|
"outside-left": {
|
package/dist/index.mjs
CHANGED
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
} from "./chunk-4JBYJQSP.mjs";
|
|
30
30
|
import {
|
|
31
31
|
select
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-F76574GG.mjs";
|
|
33
33
|
import {
|
|
34
34
|
skeleton
|
|
35
35
|
} from "./chunk-EUS2SEYI.mjs";
|
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
} from "./chunk-FZZINZOQ.mjs";
|
|
67
67
|
import {
|
|
68
68
|
chip
|
|
69
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-WM43BKYH.mjs";
|
|
70
70
|
import {
|
|
71
71
|
circularProgress
|
|
72
72
|
} from "./chunk-XPLXQDB3.mjs";
|