@nextui-org/theme 0.0.0-dev-v2-20230528153341 → 0.0.0-dev-v2-20230528191554
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-AWAXOLMA.mjs → chunk-ADHGFNBD.mjs} +14 -6
- package/dist/components/index.js +14 -6
- package/dist/components/index.mjs +25 -25
- package/dist/components/snippet.js +14 -6
- package/dist/components/snippet.mjs +1 -1
- package/dist/index.js +14 -6
- package/dist/index.mjs +28 -28
- package/dist/plugin.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-QGXXHT3T.mjs → chunk-EYP4NAT4.mjs} +3 -3
|
@@ -6,11 +6,19 @@ import {
|
|
|
6
6
|
import { tv } from "tailwind-variants";
|
|
7
7
|
var snippet = tv({
|
|
8
8
|
slots: {
|
|
9
|
-
base: "inline-flex items-center justify-between rounded-md",
|
|
10
|
-
pre: "bg-transparent text-inherit font-mono whitespace-
|
|
9
|
+
base: "inline-flex items-center justify-between h-fit rounded-md",
|
|
10
|
+
pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
|
|
11
11
|
content: "flex flex-col",
|
|
12
12
|
symbol: "select-none",
|
|
13
|
-
copyButton: [
|
|
13
|
+
copyButton: [
|
|
14
|
+
"group",
|
|
15
|
+
"relative",
|
|
16
|
+
"z-10",
|
|
17
|
+
"ml-2",
|
|
18
|
+
"text-lg",
|
|
19
|
+
"text-inherit",
|
|
20
|
+
"data-[hover=true]:bg-transparent"
|
|
21
|
+
],
|
|
14
22
|
copyIcon: [
|
|
15
23
|
"absolute text-inherit opacity-100 scale-100 group-data-[copied=true]:opacity-0 group-data-[copied=true]:scale-50"
|
|
16
24
|
],
|
|
@@ -53,13 +61,13 @@ var snippet = tv({
|
|
|
53
61
|
base: "px-2 py-1 text-sm"
|
|
54
62
|
},
|
|
55
63
|
md: {
|
|
56
|
-
base: "px-3 py-1.5 text-
|
|
64
|
+
base: "px-3 py-1.5 text-sm"
|
|
57
65
|
},
|
|
58
66
|
lg: {
|
|
59
|
-
base: "px-4 py-2 text-
|
|
67
|
+
base: "px-4 py-2 text-base"
|
|
60
68
|
},
|
|
61
69
|
xl: {
|
|
62
|
-
base: "px-4 py-2 text-
|
|
70
|
+
base: "px-4 py-2 text-lg"
|
|
63
71
|
}
|
|
64
72
|
},
|
|
65
73
|
radius: {
|
package/dist/components/index.js
CHANGED
|
@@ -1551,11 +1551,19 @@ var popover = (0, import_tailwind_variants9.tv)({
|
|
|
1551
1551
|
var import_tailwind_variants10 = require("tailwind-variants");
|
|
1552
1552
|
var snippet = (0, import_tailwind_variants10.tv)({
|
|
1553
1553
|
slots: {
|
|
1554
|
-
base: "inline-flex items-center justify-between rounded-md",
|
|
1555
|
-
pre: "bg-transparent text-inherit font-mono whitespace-
|
|
1554
|
+
base: "inline-flex items-center justify-between h-fit rounded-md",
|
|
1555
|
+
pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
|
|
1556
1556
|
content: "flex flex-col",
|
|
1557
1557
|
symbol: "select-none",
|
|
1558
|
-
copyButton: [
|
|
1558
|
+
copyButton: [
|
|
1559
|
+
"group",
|
|
1560
|
+
"relative",
|
|
1561
|
+
"z-10",
|
|
1562
|
+
"ml-2",
|
|
1563
|
+
"text-lg",
|
|
1564
|
+
"text-inherit",
|
|
1565
|
+
"data-[hover=true]:bg-transparent"
|
|
1566
|
+
],
|
|
1559
1567
|
copyIcon: [
|
|
1560
1568
|
"absolute text-inherit opacity-100 scale-100 group-data-[copied=true]:opacity-0 group-data-[copied=true]:scale-50"
|
|
1561
1569
|
],
|
|
@@ -1598,13 +1606,13 @@ var snippet = (0, import_tailwind_variants10.tv)({
|
|
|
1598
1606
|
base: "px-2 py-1 text-sm"
|
|
1599
1607
|
},
|
|
1600
1608
|
md: {
|
|
1601
|
-
base: "px-3 py-1.5 text-
|
|
1609
|
+
base: "px-3 py-1.5 text-sm"
|
|
1602
1610
|
},
|
|
1603
1611
|
lg: {
|
|
1604
|
-
base: "px-4 py-2 text-
|
|
1612
|
+
base: "px-4 py-2 text-base"
|
|
1605
1613
|
},
|
|
1606
1614
|
xl: {
|
|
1607
|
-
base: "px-4 py-2 text-
|
|
1615
|
+
base: "px-4 py-2 text-lg"
|
|
1608
1616
|
}
|
|
1609
1617
|
},
|
|
1610
1618
|
radius: {
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
import "../chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
spacer
|
|
4
|
-
} from "../chunk-3B4SYPW2.mjs";
|
|
5
|
-
import {
|
|
6
|
-
spinner
|
|
7
|
-
} from "../chunk-EQNNT2LH.mjs";
|
|
8
2
|
import {
|
|
9
3
|
table
|
|
10
4
|
} from "../chunk-U54UQOTS.mjs";
|
|
@@ -17,12 +11,6 @@ import {
|
|
|
17
11
|
import {
|
|
18
12
|
user
|
|
19
13
|
} from "../chunk-ZFYINWFR.mjs";
|
|
20
|
-
import {
|
|
21
|
-
modal
|
|
22
|
-
} from "../chunk-QYXL3KZR.mjs";
|
|
23
|
-
import {
|
|
24
|
-
navbar
|
|
25
|
-
} from "../chunk-6LITGDC7.mjs";
|
|
26
14
|
import {
|
|
27
15
|
pagination
|
|
28
16
|
} from "../chunk-4MSPP245.mjs";
|
|
@@ -41,13 +29,13 @@ import {
|
|
|
41
29
|
} from "../chunk-P5E3PNHW.mjs";
|
|
42
30
|
import {
|
|
43
31
|
snippet
|
|
44
|
-
} from "../chunk-
|
|
32
|
+
} from "../chunk-ADHGFNBD.mjs";
|
|
45
33
|
import {
|
|
46
|
-
|
|
47
|
-
} from "../chunk-
|
|
34
|
+
spacer
|
|
35
|
+
} from "../chunk-3B4SYPW2.mjs";
|
|
48
36
|
import {
|
|
49
|
-
|
|
50
|
-
} from "../chunk-
|
|
37
|
+
spinner
|
|
38
|
+
} from "../chunk-EQNNT2LH.mjs";
|
|
51
39
|
import {
|
|
52
40
|
dropdown,
|
|
53
41
|
dropdownItem,
|
|
@@ -68,12 +56,11 @@ import {
|
|
|
68
56
|
linkAnchorClasses
|
|
69
57
|
} from "../chunk-YQXYRWJP.mjs";
|
|
70
58
|
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
} from "../chunk-ZL6WUYLC.mjs";
|
|
59
|
+
modal
|
|
60
|
+
} from "../chunk-QYXL3KZR.mjs";
|
|
74
61
|
import {
|
|
75
|
-
|
|
76
|
-
} from "../chunk-
|
|
62
|
+
navbar
|
|
63
|
+
} from "../chunk-6LITGDC7.mjs";
|
|
77
64
|
import {
|
|
78
65
|
button,
|
|
79
66
|
buttonGroup
|
|
@@ -94,13 +81,26 @@ import {
|
|
|
94
81
|
import {
|
|
95
82
|
code
|
|
96
83
|
} from "../chunk-E3HXNSRG.mjs";
|
|
97
|
-
import
|
|
98
|
-
|
|
99
|
-
|
|
84
|
+
import {
|
|
85
|
+
divider
|
|
86
|
+
} from "../chunk-5HKM2D3Z.mjs";
|
|
87
|
+
import {
|
|
88
|
+
drip
|
|
89
|
+
} from "../chunk-OIVGIOVG.mjs";
|
|
100
90
|
import {
|
|
101
91
|
accordion,
|
|
102
92
|
accordionItem
|
|
103
93
|
} from "../chunk-76WBK7WN.mjs";
|
|
94
|
+
import {
|
|
95
|
+
avatar,
|
|
96
|
+
avatarGroup
|
|
97
|
+
} from "../chunk-ZL6WUYLC.mjs";
|
|
98
|
+
import {
|
|
99
|
+
badge
|
|
100
|
+
} from "../chunk-BUDAC6TR.mjs";
|
|
101
|
+
import "../chunk-CMYR6AOY.mjs";
|
|
102
|
+
import "../chunk-K7LK7NCE.mjs";
|
|
103
|
+
import "../chunk-IQPW7V4N.mjs";
|
|
104
104
|
import "../chunk-INZK6TTL.mjs";
|
|
105
105
|
export {
|
|
106
106
|
accordion,
|
|
@@ -102,11 +102,19 @@ var colorVariants = {
|
|
|
102
102
|
// src/components/snippet.ts
|
|
103
103
|
var snippet = (0, import_tailwind_variants.tv)({
|
|
104
104
|
slots: {
|
|
105
|
-
base: "inline-flex items-center justify-between rounded-md",
|
|
106
|
-
pre: "bg-transparent text-inherit font-mono whitespace-
|
|
105
|
+
base: "inline-flex items-center justify-between h-fit rounded-md",
|
|
106
|
+
pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
|
|
107
107
|
content: "flex flex-col",
|
|
108
108
|
symbol: "select-none",
|
|
109
|
-
copyButton: [
|
|
109
|
+
copyButton: [
|
|
110
|
+
"group",
|
|
111
|
+
"relative",
|
|
112
|
+
"z-10",
|
|
113
|
+
"ml-2",
|
|
114
|
+
"text-lg",
|
|
115
|
+
"text-inherit",
|
|
116
|
+
"data-[hover=true]:bg-transparent"
|
|
117
|
+
],
|
|
110
118
|
copyIcon: [
|
|
111
119
|
"absolute text-inherit opacity-100 scale-100 group-data-[copied=true]:opacity-0 group-data-[copied=true]:scale-50"
|
|
112
120
|
],
|
|
@@ -149,13 +157,13 @@ var snippet = (0, import_tailwind_variants.tv)({
|
|
|
149
157
|
base: "px-2 py-1 text-sm"
|
|
150
158
|
},
|
|
151
159
|
md: {
|
|
152
|
-
base: "px-3 py-1.5 text-
|
|
160
|
+
base: "px-3 py-1.5 text-sm"
|
|
153
161
|
},
|
|
154
162
|
lg: {
|
|
155
|
-
base: "px-4 py-2 text-
|
|
163
|
+
base: "px-4 py-2 text-base"
|
|
156
164
|
},
|
|
157
165
|
xl: {
|
|
158
|
-
base: "px-4 py-2 text-
|
|
166
|
+
base: "px-4 py-2 text-lg"
|
|
159
167
|
}
|
|
160
168
|
},
|
|
161
169
|
radius: {
|
package/dist/index.js
CHANGED
|
@@ -1583,11 +1583,19 @@ var popover = (0, import_tailwind_variants9.tv)({
|
|
|
1583
1583
|
var import_tailwind_variants10 = require("tailwind-variants");
|
|
1584
1584
|
var snippet = (0, import_tailwind_variants10.tv)({
|
|
1585
1585
|
slots: {
|
|
1586
|
-
base: "inline-flex items-center justify-between rounded-md",
|
|
1587
|
-
pre: "bg-transparent text-inherit font-mono whitespace-
|
|
1586
|
+
base: "inline-flex items-center justify-between h-fit rounded-md",
|
|
1587
|
+
pre: "bg-transparent text-inherit font-mono font-normal inline-block whitespace-nowrap",
|
|
1588
1588
|
content: "flex flex-col",
|
|
1589
1589
|
symbol: "select-none",
|
|
1590
|
-
copyButton: [
|
|
1590
|
+
copyButton: [
|
|
1591
|
+
"group",
|
|
1592
|
+
"relative",
|
|
1593
|
+
"z-10",
|
|
1594
|
+
"ml-2",
|
|
1595
|
+
"text-lg",
|
|
1596
|
+
"text-inherit",
|
|
1597
|
+
"data-[hover=true]:bg-transparent"
|
|
1598
|
+
],
|
|
1591
1599
|
copyIcon: [
|
|
1592
1600
|
"absolute text-inherit opacity-100 scale-100 group-data-[copied=true]:opacity-0 group-data-[copied=true]:scale-50"
|
|
1593
1601
|
],
|
|
@@ -1630,13 +1638,13 @@ var snippet = (0, import_tailwind_variants10.tv)({
|
|
|
1630
1638
|
base: "px-2 py-1 text-sm"
|
|
1631
1639
|
},
|
|
1632
1640
|
md: {
|
|
1633
|
-
base: "px-3 py-1.5 text-
|
|
1641
|
+
base: "px-3 py-1.5 text-sm"
|
|
1634
1642
|
},
|
|
1635
1643
|
lg: {
|
|
1636
|
-
base: "px-4 py-2 text-
|
|
1644
|
+
base: "px-4 py-2 text-base"
|
|
1637
1645
|
},
|
|
1638
1646
|
xl: {
|
|
1639
|
-
base: "px-4 py-2 text-
|
|
1647
|
+
base: "px-4 py-2 text-lg"
|
|
1640
1648
|
}
|
|
1641
1649
|
},
|
|
1642
1650
|
radius: {
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
import "./chunk-PRWEADY4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
spacer
|
|
4
|
-
} from "./chunk-3B4SYPW2.mjs";
|
|
5
|
-
import {
|
|
6
|
-
spinner
|
|
7
|
-
} from "./chunk-EQNNT2LH.mjs";
|
|
8
2
|
import {
|
|
9
3
|
table
|
|
10
4
|
} from "./chunk-U54UQOTS.mjs";
|
|
@@ -17,12 +11,6 @@ import {
|
|
|
17
11
|
import {
|
|
18
12
|
user
|
|
19
13
|
} from "./chunk-ZFYINWFR.mjs";
|
|
20
|
-
import {
|
|
21
|
-
modal
|
|
22
|
-
} from "./chunk-QYXL3KZR.mjs";
|
|
23
|
-
import {
|
|
24
|
-
navbar
|
|
25
|
-
} from "./chunk-6LITGDC7.mjs";
|
|
26
14
|
import {
|
|
27
15
|
pagination
|
|
28
16
|
} from "./chunk-4MSPP245.mjs";
|
|
@@ -41,13 +29,13 @@ import {
|
|
|
41
29
|
} from "./chunk-P5E3PNHW.mjs";
|
|
42
30
|
import {
|
|
43
31
|
snippet
|
|
44
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-ADHGFNBD.mjs";
|
|
45
33
|
import {
|
|
46
|
-
|
|
47
|
-
} from "./chunk-
|
|
34
|
+
spacer
|
|
35
|
+
} from "./chunk-3B4SYPW2.mjs";
|
|
48
36
|
import {
|
|
49
|
-
|
|
50
|
-
} from "./chunk-
|
|
37
|
+
spinner
|
|
38
|
+
} from "./chunk-EQNNT2LH.mjs";
|
|
51
39
|
import {
|
|
52
40
|
dropdown,
|
|
53
41
|
dropdownItem,
|
|
@@ -68,12 +56,11 @@ import {
|
|
|
68
56
|
linkAnchorClasses
|
|
69
57
|
} from "./chunk-YQXYRWJP.mjs";
|
|
70
58
|
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
} from "./chunk-ZL6WUYLC.mjs";
|
|
59
|
+
modal
|
|
60
|
+
} from "./chunk-QYXL3KZR.mjs";
|
|
74
61
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
62
|
+
navbar
|
|
63
|
+
} from "./chunk-6LITGDC7.mjs";
|
|
77
64
|
import {
|
|
78
65
|
button,
|
|
79
66
|
buttonGroup
|
|
@@ -94,19 +81,31 @@ import {
|
|
|
94
81
|
import {
|
|
95
82
|
code
|
|
96
83
|
} from "./chunk-E3HXNSRG.mjs";
|
|
97
|
-
import "./chunk-CMYR6AOY.mjs";
|
|
98
|
-
import "./chunk-K7LK7NCE.mjs";
|
|
99
84
|
import {
|
|
100
|
-
|
|
101
|
-
} from "./chunk-
|
|
85
|
+
divider
|
|
86
|
+
} from "./chunk-5HKM2D3Z.mjs";
|
|
87
|
+
import {
|
|
88
|
+
drip
|
|
89
|
+
} from "./chunk-OIVGIOVG.mjs";
|
|
102
90
|
import {
|
|
103
91
|
accordion,
|
|
104
92
|
accordionItem
|
|
105
93
|
} from "./chunk-76WBK7WN.mjs";
|
|
94
|
+
import {
|
|
95
|
+
avatar,
|
|
96
|
+
avatarGroup
|
|
97
|
+
} from "./chunk-ZL6WUYLC.mjs";
|
|
98
|
+
import {
|
|
99
|
+
badge
|
|
100
|
+
} from "./chunk-BUDAC6TR.mjs";
|
|
101
|
+
import "./chunk-CMYR6AOY.mjs";
|
|
102
|
+
import "./chunk-K7LK7NCE.mjs";
|
|
103
|
+
import {
|
|
104
|
+
colorVariants
|
|
105
|
+
} from "./chunk-IQPW7V4N.mjs";
|
|
106
106
|
import {
|
|
107
107
|
nextui
|
|
108
|
-
} from "./chunk-
|
|
109
|
-
import "./chunk-XLATS5QU.mjs";
|
|
108
|
+
} from "./chunk-EYP4NAT4.mjs";
|
|
110
109
|
import {
|
|
111
110
|
absoluteFullClasses,
|
|
112
111
|
baseStyles,
|
|
@@ -114,6 +113,7 @@ import {
|
|
|
114
113
|
ringClasses,
|
|
115
114
|
translateCenterClasses
|
|
116
115
|
} from "./chunk-INZK6TTL.mjs";
|
|
116
|
+
import "./chunk-XLATS5QU.mjs";
|
|
117
117
|
import "./chunk-WQEDQHKX.mjs";
|
|
118
118
|
import {
|
|
119
119
|
colors
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-XLATS5QU.mjs";
|
|
3
|
+
} from "./chunk-EYP4NAT4.mjs";
|
|
5
4
|
import "./chunk-INZK6TTL.mjs";
|
|
5
|
+
import "./chunk-XLATS5QU.mjs";
|
|
6
6
|
import "./chunk-WQEDQHKX.mjs";
|
|
7
7
|
import "./chunk-7PRU5S35.mjs";
|
|
8
8
|
import "./chunk-6QXUR7SY.mjs";
|
package/package.json
CHANGED