@nextui-org/theme 0.0.0-dev-v2-20230717232039 → 0.0.0-dev-v2-20230718014939
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-H3WJKBMK.mjs → chunk-2T5RQ7SK.mjs} +3 -2
- package/dist/{chunk-GIVXQT7B.mjs → chunk-3M6H25BL.mjs} +5 -5
- package/dist/{chunk-G4RCK475.mjs → chunk-7L2ZWDVP.mjs} +1 -1
- package/dist/{chunk-TJL5HHMD.mjs → chunk-KO4T2DX4.mjs} +4 -5
- package/dist/{chunk-QZTWGJ72.mjs → chunk-QGHMGO5E.mjs} +2 -2
- package/dist/{chunk-WK6I5GT7.mjs → chunk-RUD4TZ7J.mjs} +4 -4
- package/dist/{chunk-HKDWTEHI.mjs → chunk-SJ7X4UT4.mjs} +29 -12
- package/dist/{chunk-4DKW2WAC.mjs → chunk-Y33ZY7KH.mjs} +2 -2
- package/dist/colors/common.mjs +3 -3
- package/dist/colors/index.mjs +5 -5
- package/dist/colors/semantic.mjs +4 -4
- package/dist/colors.mjs +5 -5
- package/dist/components/accordion.mjs +1 -1
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/badge.mjs +2 -2
- package/dist/components/button.d.ts +4 -4
- package/dist/components/button.js +1 -2
- package/dist/components/button.mjs +2 -2
- package/dist/components/card.mjs +1 -1
- package/dist/components/checkbox.js +3 -2
- package/dist/components/checkbox.mjs +2 -2
- package/dist/components/chip.mjs +2 -2
- package/dist/components/code.mjs +2 -2
- package/dist/components/dropdown.mjs +1 -1
- package/dist/components/index.js +35 -18
- package/dist/components/index.mjs +40 -40
- package/dist/components/input.mjs +1 -1
- package/dist/components/link.mjs +1 -1
- package/dist/components/modal.mjs +1 -1
- package/dist/components/navbar.mjs +1 -1
- package/dist/components/pagination.d.ts +4 -4
- package/dist/components/pagination.js +1 -1
- package/dist/components/pagination.mjs +2 -2
- package/dist/components/popover.mjs +2 -2
- package/dist/components/radio.d.ts +4 -4
- package/dist/components/radio.js +2 -2
- package/dist/components/radio.mjs +2 -2
- package/dist/components/snippet.mjs +2 -2
- package/dist/components/table.mjs +1 -1
- package/dist/components/tabs.mjs +2 -2
- package/dist/components/toggle.js +34 -16
- package/dist/components/toggle.mjs +2 -2
- package/dist/components/user.mjs +1 -1
- package/dist/index.js +35 -18
- package/dist/index.mjs +47 -47
- package/dist/plugin.mjs +7 -7
- package/package.json +1 -1
- package/dist/{chunk-XCWQAA5D.mjs → chunk-3RZCOCFH.mjs} +3 -3
- package/dist/{chunk-IAS3SFA4.mjs → chunk-6TOTQSJE.mjs} +6 -6
- package/dist/{chunk-RHIZZ5XX.mjs → chunk-AWPGSFD6.mjs} +3 -3
- package/dist/{chunk-77O7KLUI.mjs → chunk-HDWYLUG3.mjs} +3 -3
- package/dist/{chunk-HFOW2Y4W.mjs → chunk-HREHHLTK.mjs} +3 -3
- package/dist/{chunk-B55QBA5E.mjs → chunk-O3IKQG57.mjs} +3 -3
- package/dist/{chunk-MYJVNM2A.mjs → chunk-QZOZ7UWM.mjs} +3 -3
- package/dist/{chunk-RPMLQF4Y.mjs → chunk-VB6YPWEW.mjs} +3 -3
package/dist/index.js
CHANGED
|
@@ -735,7 +735,6 @@ var button = tv({
|
|
|
735
735
|
"min-w-max",
|
|
736
736
|
"font-normal",
|
|
737
737
|
"subpixel-antialiased",
|
|
738
|
-
"data-[pressed=true]:scale-95",
|
|
739
738
|
"overflow-hidden",
|
|
740
739
|
"tap-highlight-transparent",
|
|
741
740
|
...dataFocusVisibleClasses
|
|
@@ -788,7 +787,7 @@ var button = tv({
|
|
|
788
787
|
},
|
|
789
788
|
disableAnimation: {
|
|
790
789
|
true: "!transition-none",
|
|
791
|
-
false: "transition-transform-colors motion-reduce:transition-none"
|
|
790
|
+
false: "data-[pressed=true]:scale-95 transition-transform-colors motion-reduce:transition-none"
|
|
792
791
|
}
|
|
793
792
|
},
|
|
794
793
|
defaultVariants: {
|
|
@@ -2457,7 +2456,7 @@ var badge = tv({
|
|
|
2457
2456
|
// src/components/checkbox.ts
|
|
2458
2457
|
var checkbox = tv({
|
|
2459
2458
|
slots: {
|
|
2460
|
-
base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer tap-highlight-transparent",
|
|
2459
|
+
base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer tap-highlight-transparent p-2 -m-2",
|
|
2461
2460
|
wrapper: [
|
|
2462
2461
|
"relative",
|
|
2463
2462
|
"inline-flex",
|
|
@@ -2481,7 +2480,6 @@ var checkbox = tv({
|
|
|
2481
2480
|
"group-data-[selected=true]:after:scale-100",
|
|
2482
2481
|
"group-data-[selected=true]:after:opacity-100",
|
|
2483
2482
|
"group-data-[hover=true]:before:bg-default-100",
|
|
2484
|
-
"group-data-[hover=true]:before:bg-default-100",
|
|
2485
2483
|
...groupDataFocusVisibleClasses
|
|
2486
2484
|
],
|
|
2487
2485
|
icon: "z-10 w-4 h-3 opacity-0 group-data-[selected=true]:opacity-100",
|
|
@@ -2599,6 +2597,8 @@ var checkbox = tv({
|
|
|
2599
2597
|
false: {
|
|
2600
2598
|
wrapper: [
|
|
2601
2599
|
"before:transition-background",
|
|
2600
|
+
"group-data-[pressed=true]:scale-95",
|
|
2601
|
+
"transition-transform",
|
|
2602
2602
|
"after:transition-transform-opacity",
|
|
2603
2603
|
"after:!ease-linear",
|
|
2604
2604
|
"after:!duration-200"
|
|
@@ -2629,7 +2629,7 @@ var checkboxGroup = tv({
|
|
|
2629
2629
|
// src/components/radio.ts
|
|
2630
2630
|
var radio = tv({
|
|
2631
2631
|
slots: {
|
|
2632
|
-
base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer tap-highlight-transparent",
|
|
2632
|
+
base: "group relative max-w-fit inline-flex items-center justify-start cursor-pointer tap-highlight-transparent p-2 -m-2",
|
|
2633
2633
|
wrapper: [
|
|
2634
2634
|
"relative",
|
|
2635
2635
|
"inline-flex",
|
|
@@ -2726,7 +2726,7 @@ var radio = tv({
|
|
|
2726
2726
|
disableAnimation: {
|
|
2727
2727
|
true: {},
|
|
2728
2728
|
false: {
|
|
2729
|
-
wrapper: "transition-background",
|
|
2729
|
+
wrapper: ["group-data-[pressed=true]:scale-95", "transition-transform-background"],
|
|
2730
2730
|
control: "transition-transform-opacity"
|
|
2731
2731
|
}
|
|
2732
2732
|
}
|
|
@@ -2864,7 +2864,7 @@ var pagination = tv({
|
|
|
2864
2864
|
cursor: "transition-none"
|
|
2865
2865
|
},
|
|
2866
2866
|
false: {
|
|
2867
|
-
item: "transition-background",
|
|
2867
|
+
item: ["data-[pressed=true]:scale-95", "transition-transform-background"],
|
|
2868
2868
|
cursor: ["transition-transform", "!duration-300"]
|
|
2869
2869
|
}
|
|
2870
2870
|
}
|
|
@@ -3139,7 +3139,7 @@ var toggle = tv({
|
|
|
3139
3139
|
"overflow-hidden",
|
|
3140
3140
|
"bg-default-200",
|
|
3141
3141
|
"rounded-full",
|
|
3142
|
-
...
|
|
3142
|
+
...groupDataFocusVisibleClasses
|
|
3143
3143
|
],
|
|
3144
3144
|
thumb: [
|
|
3145
3145
|
"z-10",
|
|
@@ -3200,9 +3200,7 @@ var toggle = tv({
|
|
|
3200
3200
|
wrapper: "w-10 h-6 mr-2",
|
|
3201
3201
|
thumb: [
|
|
3202
3202
|
"w-4 h-4 text-tiny",
|
|
3203
|
-
"group-data-[selected=true]:ml-4"
|
|
3204
|
-
"group-data-[pressed=true]:w-5",
|
|
3205
|
-
"group-data-[selected]:group-data-[pressed]:ml-4"
|
|
3203
|
+
"group-data-[selected=true]:ml-4"
|
|
3206
3204
|
],
|
|
3207
3205
|
endContent: "text-tiny",
|
|
3208
3206
|
startContent: "text-tiny",
|
|
@@ -3212,9 +3210,7 @@ var toggle = tv({
|
|
|
3212
3210
|
wrapper: "w-12 h-7 mr-2",
|
|
3213
3211
|
thumb: [
|
|
3214
3212
|
"w-5 h-5 text-small",
|
|
3215
|
-
"group-data-[selected=true]:ml-5"
|
|
3216
|
-
"group-data-[pressed=true]:w-6",
|
|
3217
|
-
"group-data-[selected]:group-data-[pressed]:ml-4"
|
|
3213
|
+
"group-data-[selected=true]:ml-5"
|
|
3218
3214
|
],
|
|
3219
3215
|
endContent: "text-small",
|
|
3220
3216
|
startContent: "text-small",
|
|
@@ -3224,9 +3220,7 @@ var toggle = tv({
|
|
|
3224
3220
|
wrapper: "w-14 h-8 mr-2",
|
|
3225
3221
|
thumb: [
|
|
3226
3222
|
"w-6 h-6 text-medium",
|
|
3227
|
-
"group-data-[selected=true]:ml-6"
|
|
3228
|
-
"group-data-[pressed=true]:w-7",
|
|
3229
|
-
"group-data-[selected]:group-data-[pressed]:ml-5"
|
|
3223
|
+
"group-data-[selected=true]:ml-6"
|
|
3230
3224
|
],
|
|
3231
3225
|
endContent: "text-medium",
|
|
3232
3226
|
startContent: "text-medium",
|
|
@@ -3267,7 +3261,30 @@ var toggle = tv({
|
|
|
3267
3261
|
size: "md",
|
|
3268
3262
|
isDisabled: false,
|
|
3269
3263
|
disableAnimation: false
|
|
3270
|
-
}
|
|
3264
|
+
},
|
|
3265
|
+
compoundVariants: [
|
|
3266
|
+
{
|
|
3267
|
+
disableAnimation: false,
|
|
3268
|
+
size: "sm",
|
|
3269
|
+
class: {
|
|
3270
|
+
thumb: ["group-data-[pressed=true]:w-5", "group-data-[selected]:group-data-[pressed]:ml-4"]
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
disableAnimation: false,
|
|
3275
|
+
size: "md",
|
|
3276
|
+
class: {
|
|
3277
|
+
thumb: ["group-data-[pressed=true]:w-6", "group-data-[selected]:group-data-[pressed]:ml-4"]
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
disableAnimation: false,
|
|
3282
|
+
size: "lg",
|
|
3283
|
+
class: {
|
|
3284
|
+
thumb: ["group-data-[pressed=true]:w-7", "group-data-[selected]:group-data-[pressed]:ml-5"]
|
|
3285
|
+
}
|
|
3286
|
+
}
|
|
3287
|
+
]
|
|
3271
3288
|
});
|
|
3272
3289
|
|
|
3273
3290
|
// src/components/accordion.ts
|
package/dist/index.mjs
CHANGED
|
@@ -1,17 +1,35 @@
|
|
|
1
1
|
import "./chunk-PRWEADY4.mjs";
|
|
2
|
+
import {
|
|
3
|
+
table
|
|
4
|
+
} from "./chunk-ADNJ6GPZ.mjs";
|
|
5
|
+
import {
|
|
6
|
+
tabs
|
|
7
|
+
} from "./chunk-AWPGSFD6.mjs";
|
|
8
|
+
import {
|
|
9
|
+
toggle
|
|
10
|
+
} from "./chunk-SJ7X4UT4.mjs";
|
|
2
11
|
import {
|
|
3
12
|
user
|
|
4
13
|
} from "./chunk-O24TFHPZ.mjs";
|
|
14
|
+
import {
|
|
15
|
+
pagination
|
|
16
|
+
} from "./chunk-RUD4TZ7J.mjs";
|
|
17
|
+
import {
|
|
18
|
+
popover
|
|
19
|
+
} from "./chunk-HREHHLTK.mjs";
|
|
20
|
+
import {
|
|
21
|
+
progress
|
|
22
|
+
} from "./chunk-LQGOKGQV.mjs";
|
|
5
23
|
import {
|
|
6
24
|
radio,
|
|
7
25
|
radioGroup
|
|
8
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-Y33ZY7KH.mjs";
|
|
9
27
|
import {
|
|
10
28
|
skeleton
|
|
11
29
|
} from "./chunk-EUS2SEYI.mjs";
|
|
12
30
|
import {
|
|
13
31
|
snippet
|
|
14
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-O3IKQG57.mjs";
|
|
15
33
|
import {
|
|
16
34
|
spacer
|
|
17
35
|
} from "./chunk-EC4F6RJF.mjs";
|
|
@@ -19,14 +37,14 @@ import {
|
|
|
19
37
|
spinner
|
|
20
38
|
} from "./chunk-NAY2XKLY.mjs";
|
|
21
39
|
import {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
} from "./chunk-
|
|
40
|
+
dropdown,
|
|
41
|
+
dropdownItem,
|
|
42
|
+
dropdownMenu,
|
|
43
|
+
dropdownSection
|
|
44
|
+
} from "./chunk-23KK2ZAZ.mjs";
|
|
27
45
|
import {
|
|
28
|
-
|
|
29
|
-
} from "./chunk-
|
|
46
|
+
image
|
|
47
|
+
} from "./chunk-WBNF66V7.mjs";
|
|
30
48
|
import {
|
|
31
49
|
input
|
|
32
50
|
} from "./chunk-LIHSRRTN.mjs";
|
|
@@ -44,38 +62,31 @@ import {
|
|
|
44
62
|
navbar
|
|
45
63
|
} from "./chunk-LGRQRHJJ.mjs";
|
|
46
64
|
import {
|
|
47
|
-
|
|
48
|
-
|
|
65
|
+
button,
|
|
66
|
+
buttonGroup
|
|
67
|
+
} from "./chunk-KO4T2DX4.mjs";
|
|
49
68
|
import {
|
|
50
|
-
|
|
51
|
-
} from "./chunk-
|
|
69
|
+
card
|
|
70
|
+
} from "./chunk-O5HCT4VI.mjs";
|
|
52
71
|
import {
|
|
53
|
-
|
|
54
|
-
|
|
72
|
+
checkbox,
|
|
73
|
+
checkboxGroup
|
|
74
|
+
} from "./chunk-2T5RQ7SK.mjs";
|
|
55
75
|
import {
|
|
56
76
|
chip
|
|
57
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-QZOZ7UWM.mjs";
|
|
58
78
|
import {
|
|
59
79
|
circularProgress
|
|
60
80
|
} from "./chunk-XPLXQDB3.mjs";
|
|
61
81
|
import {
|
|
62
82
|
code
|
|
63
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-HDWYLUG3.mjs";
|
|
64
84
|
import {
|
|
65
85
|
divider
|
|
66
86
|
} from "./chunk-YSXRNNDV.mjs";
|
|
67
87
|
import {
|
|
68
88
|
drip
|
|
69
89
|
} from "./chunk-GNLIYZAQ.mjs";
|
|
70
|
-
import {
|
|
71
|
-
dropdown,
|
|
72
|
-
dropdownItem,
|
|
73
|
-
dropdownMenu,
|
|
74
|
-
dropdownSection
|
|
75
|
-
} from "./chunk-23KK2ZAZ.mjs";
|
|
76
|
-
import {
|
|
77
|
-
image
|
|
78
|
-
} from "./chunk-WBNF66V7.mjs";
|
|
79
90
|
import {
|
|
80
91
|
accordion,
|
|
81
92
|
accordionItem
|
|
@@ -83,31 +94,21 @@ import {
|
|
|
83
94
|
import {
|
|
84
95
|
avatar,
|
|
85
96
|
avatarGroup
|
|
86
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-VB6YPWEW.mjs";
|
|
87
98
|
import {
|
|
88
99
|
badge
|
|
89
|
-
} from "./chunk-
|
|
90
|
-
import
|
|
91
|
-
button,
|
|
92
|
-
buttonGroup
|
|
93
|
-
} from "./chunk-TJL5HHMD.mjs";
|
|
94
|
-
import {
|
|
95
|
-
card
|
|
96
|
-
} from "./chunk-O5HCT4VI.mjs";
|
|
97
|
-
import {
|
|
98
|
-
checkbox,
|
|
99
|
-
checkboxGroup
|
|
100
|
-
} from "./chunk-H3WJKBMK.mjs";
|
|
100
|
+
} from "./chunk-3RZCOCFH.mjs";
|
|
101
|
+
import "./chunk-6AEINX52.mjs";
|
|
101
102
|
import "./chunk-CMYR6AOY.mjs";
|
|
102
103
|
import "./chunk-K7LK7NCE.mjs";
|
|
103
104
|
import {
|
|
104
105
|
colorVariants
|
|
105
106
|
} from "./chunk-2PIR7DFM.mjs";
|
|
106
|
-
import "./chunk-6AEINX52.mjs";
|
|
107
107
|
import {
|
|
108
108
|
nextui
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-3M6H25BL.mjs";
|
|
110
110
|
import "./chunk-XA5ALA4E.mjs";
|
|
111
|
+
import "./chunk-DMASP6FA.mjs";
|
|
111
112
|
import "./chunk-DYIIRM5B.mjs";
|
|
112
113
|
import "./chunk-DI2L75XK.mjs";
|
|
113
114
|
import "./chunk-4Z22WXZX.mjs";
|
|
@@ -124,10 +125,10 @@ import {
|
|
|
124
125
|
import "./chunk-WQEDQHKX.mjs";
|
|
125
126
|
import {
|
|
126
127
|
colors
|
|
127
|
-
} from "./chunk-
|
|
128
|
+
} from "./chunk-QGHMGO5E.mjs";
|
|
128
129
|
import {
|
|
129
130
|
semanticColors
|
|
130
|
-
} from "./chunk-
|
|
131
|
+
} from "./chunk-7L2ZWDVP.mjs";
|
|
131
132
|
import "./chunk-KUNVFLXJ.mjs";
|
|
132
133
|
import "./chunk-M63AFAHO.mjs";
|
|
133
134
|
import "./chunk-7MCHEQXT.mjs";
|
|
@@ -135,18 +136,17 @@ import {
|
|
|
135
136
|
mappedSpacingScaleKeys,
|
|
136
137
|
spacingScaleKeys
|
|
137
138
|
} from "./chunk-WA5F6AED.mjs";
|
|
138
|
-
import "./chunk-DMASP6FA.mjs";
|
|
139
139
|
import {
|
|
140
140
|
commonColors
|
|
141
|
-
} from "./chunk-
|
|
142
|
-
import "./chunk-JUEOCLA3.mjs";
|
|
141
|
+
} from "./chunk-6TOTQSJE.mjs";
|
|
143
142
|
import "./chunk-3LKKH4AR.mjs";
|
|
144
|
-
import "./chunk-T3GWIVAM.mjs";
|
|
145
143
|
import "./chunk-OR5PUD24.mjs";
|
|
146
144
|
import "./chunk-DCEG5LGX.mjs";
|
|
147
145
|
import "./chunk-L2OL7R23.mjs";
|
|
148
146
|
import "./chunk-YZYGFPNK.mjs";
|
|
147
|
+
import "./chunk-JUEOCLA3.mjs";
|
|
149
148
|
import "./chunk-GHZ36ATJ.mjs";
|
|
149
|
+
import "./chunk-T3GWIVAM.mjs";
|
|
150
150
|
|
|
151
151
|
// src/index.ts
|
|
152
152
|
import { tv } from "tailwind-variants";
|
package/dist/plugin.mjs
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import {
|
|
2
2
|
nextui
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3M6H25BL.mjs";
|
|
4
4
|
import "./chunk-XA5ALA4E.mjs";
|
|
5
|
+
import "./chunk-DMASP6FA.mjs";
|
|
5
6
|
import "./chunk-DYIIRM5B.mjs";
|
|
6
7
|
import "./chunk-DI2L75XK.mjs";
|
|
7
8
|
import "./chunk-4Z22WXZX.mjs";
|
|
8
9
|
import "./chunk-KPK2JQIF.mjs";
|
|
9
10
|
import "./chunk-T7JNS25F.mjs";
|
|
10
11
|
import "./chunk-WQEDQHKX.mjs";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-QGHMGO5E.mjs";
|
|
13
|
+
import "./chunk-7L2ZWDVP.mjs";
|
|
13
14
|
import "./chunk-KUNVFLXJ.mjs";
|
|
14
15
|
import "./chunk-M63AFAHO.mjs";
|
|
15
16
|
import "./chunk-7MCHEQXT.mjs";
|
|
16
17
|
import "./chunk-WA5F6AED.mjs";
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-IAS3SFA4.mjs";
|
|
19
|
-
import "./chunk-JUEOCLA3.mjs";
|
|
18
|
+
import "./chunk-6TOTQSJE.mjs";
|
|
20
19
|
import "./chunk-3LKKH4AR.mjs";
|
|
21
|
-
import "./chunk-T3GWIVAM.mjs";
|
|
22
20
|
import "./chunk-OR5PUD24.mjs";
|
|
23
21
|
import "./chunk-DCEG5LGX.mjs";
|
|
24
22
|
import "./chunk-L2OL7R23.mjs";
|
|
25
23
|
import "./chunk-YZYGFPNK.mjs";
|
|
24
|
+
import "./chunk-JUEOCLA3.mjs";
|
|
26
25
|
import "./chunk-GHZ36ATJ.mjs";
|
|
26
|
+
import "./chunk-T3GWIVAM.mjs";
|
|
27
27
|
export {
|
|
28
28
|
nextui
|
|
29
29
|
};
|
package/package.json
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
yellow
|
|
3
|
-
} from "./chunk-JUEOCLA3.mjs";
|
|
4
1
|
import {
|
|
5
2
|
zinc
|
|
6
3
|
} from "./chunk-3LKKH4AR.mjs";
|
|
7
|
-
import {
|
|
8
|
-
cyan
|
|
9
|
-
} from "./chunk-T3GWIVAM.mjs";
|
|
10
4
|
import {
|
|
11
5
|
green
|
|
12
6
|
} from "./chunk-OR5PUD24.mjs";
|
|
@@ -19,9 +13,15 @@ import {
|
|
|
19
13
|
import {
|
|
20
14
|
red
|
|
21
15
|
} from "./chunk-YZYGFPNK.mjs";
|
|
16
|
+
import {
|
|
17
|
+
yellow
|
|
18
|
+
} from "./chunk-JUEOCLA3.mjs";
|
|
22
19
|
import {
|
|
23
20
|
blue
|
|
24
21
|
} from "./chunk-GHZ36ATJ.mjs";
|
|
22
|
+
import {
|
|
23
|
+
cyan
|
|
24
|
+
} from "./chunk-T3GWIVAM.mjs";
|
|
25
25
|
|
|
26
26
|
// src/colors/common.ts
|
|
27
27
|
var commonColors = {
|