@upstart.gg/style-system 0.0.96 → 0.0.98
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/CHANGELOG.md +4 -0
- package/dist/colors.d.ts +288 -249
- package/dist/colors.js +1 -1
- package/dist/colors.js.map +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/twind-config.js +1 -1
- package/dist/twind-config.js.map +1 -1
- package/dist/twind.js +1 -1
- package/dist/twind.js.map +1 -1
- package/package.json +3 -2
- package/src/colors.ts +5 -249
- package/src/default-theme.css +7 -86
- package/src/editor.css +9 -1
- package/src/radix.css +3 -3
- package/src/twind-config.ts +58 -327
- package/tsup.config.ts +1 -1
package/CHANGELOG.md
CHANGED
package/dist/colors.d.ts
CHANGED
|
@@ -1,251 +1,290 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
1
|
+
declare const neutral: {
|
|
2
|
+
'50': string;
|
|
3
|
+
'100': string;
|
|
4
|
+
'200': string;
|
|
5
|
+
'300': string;
|
|
6
|
+
'400': string;
|
|
7
|
+
'500': string;
|
|
8
|
+
'600': string;
|
|
9
|
+
'700': string;
|
|
10
|
+
'800': string;
|
|
11
|
+
'900': string;
|
|
12
|
+
'950': string;
|
|
13
|
+
};
|
|
14
|
+
declare const colorPalette: {
|
|
15
|
+
slate: {
|
|
16
|
+
"50": string;
|
|
17
|
+
"100": string;
|
|
18
|
+
"200": string;
|
|
19
|
+
"300": string;
|
|
20
|
+
"400": string;
|
|
21
|
+
"500": string;
|
|
22
|
+
"600": string;
|
|
23
|
+
"700": string;
|
|
24
|
+
"800": string;
|
|
25
|
+
"900": string;
|
|
26
|
+
"950": string;
|
|
27
|
+
};
|
|
28
|
+
gray: {
|
|
29
|
+
"50": string;
|
|
30
|
+
"100": string;
|
|
31
|
+
"200": string;
|
|
32
|
+
"300": string;
|
|
33
|
+
"400": string;
|
|
34
|
+
"500": string;
|
|
35
|
+
"600": string;
|
|
36
|
+
"700": string;
|
|
37
|
+
"800": string;
|
|
38
|
+
"900": string;
|
|
39
|
+
"950": string;
|
|
40
|
+
};
|
|
41
|
+
zinc: {
|
|
42
|
+
"50": string;
|
|
43
|
+
"100": string;
|
|
44
|
+
"200": string;
|
|
45
|
+
"300": string;
|
|
46
|
+
"400": string;
|
|
47
|
+
"500": string;
|
|
48
|
+
"600": string;
|
|
49
|
+
"700": string;
|
|
50
|
+
"800": string;
|
|
51
|
+
"900": string;
|
|
52
|
+
"950": string;
|
|
53
|
+
};
|
|
54
|
+
stone: {
|
|
55
|
+
"50": string;
|
|
56
|
+
"100": string;
|
|
57
|
+
"200": string;
|
|
58
|
+
"300": string;
|
|
59
|
+
"400": string;
|
|
60
|
+
"500": string;
|
|
61
|
+
"600": string;
|
|
62
|
+
"700": string;
|
|
63
|
+
"800": string;
|
|
64
|
+
"900": string;
|
|
65
|
+
"950": string;
|
|
66
|
+
};
|
|
67
|
+
red: {
|
|
68
|
+
"50": string;
|
|
69
|
+
"100": string;
|
|
70
|
+
"200": string;
|
|
71
|
+
"300": string;
|
|
72
|
+
"400": string;
|
|
73
|
+
"500": string;
|
|
74
|
+
"600": string;
|
|
75
|
+
"700": string;
|
|
76
|
+
"800": string;
|
|
77
|
+
"900": string;
|
|
78
|
+
"950": string;
|
|
79
|
+
};
|
|
80
|
+
orange: {
|
|
81
|
+
"50": string;
|
|
82
|
+
"100": string;
|
|
83
|
+
"200": string;
|
|
84
|
+
"300": string;
|
|
85
|
+
"400": string;
|
|
86
|
+
"500": string;
|
|
87
|
+
"600": string;
|
|
88
|
+
"700": string;
|
|
89
|
+
"800": string;
|
|
90
|
+
"900": string;
|
|
91
|
+
"950": string;
|
|
92
|
+
};
|
|
93
|
+
amber: {
|
|
94
|
+
"50": string;
|
|
95
|
+
"100": string;
|
|
96
|
+
"200": string;
|
|
97
|
+
"300": string;
|
|
98
|
+
"400": string;
|
|
99
|
+
"500": string;
|
|
100
|
+
"600": string;
|
|
101
|
+
"700": string;
|
|
102
|
+
"800": string;
|
|
103
|
+
"900": string;
|
|
104
|
+
"950": string;
|
|
105
|
+
};
|
|
106
|
+
yellow: {
|
|
107
|
+
"50": string;
|
|
108
|
+
"100": string;
|
|
109
|
+
"200": string;
|
|
110
|
+
"300": string;
|
|
111
|
+
"400": string;
|
|
112
|
+
"500": string;
|
|
113
|
+
"600": string;
|
|
114
|
+
"700": string;
|
|
115
|
+
"800": string;
|
|
116
|
+
"900": string;
|
|
117
|
+
"950": string;
|
|
118
|
+
};
|
|
119
|
+
lime: {
|
|
120
|
+
"50": string;
|
|
121
|
+
"100": string;
|
|
122
|
+
"200": string;
|
|
123
|
+
"300": string;
|
|
124
|
+
"400": string;
|
|
125
|
+
"500": string;
|
|
126
|
+
"600": string;
|
|
127
|
+
"700": string;
|
|
128
|
+
"800": string;
|
|
129
|
+
"900": string;
|
|
130
|
+
"950": string;
|
|
131
|
+
};
|
|
132
|
+
green: {
|
|
133
|
+
"50": string;
|
|
134
|
+
"100": string;
|
|
135
|
+
"200": string;
|
|
136
|
+
"300": string;
|
|
137
|
+
"400": string;
|
|
138
|
+
"500": string;
|
|
139
|
+
"600": string;
|
|
140
|
+
"700": string;
|
|
141
|
+
"800": string;
|
|
142
|
+
"900": string;
|
|
143
|
+
"950": string;
|
|
144
|
+
};
|
|
145
|
+
emerald: {
|
|
146
|
+
"50": string;
|
|
147
|
+
"100": string;
|
|
148
|
+
"200": string;
|
|
149
|
+
"300": string;
|
|
150
|
+
"400": string;
|
|
151
|
+
"500": string;
|
|
152
|
+
"600": string;
|
|
153
|
+
"700": string;
|
|
154
|
+
"800": string;
|
|
155
|
+
"900": string;
|
|
156
|
+
"950": string;
|
|
157
|
+
};
|
|
158
|
+
teal: {
|
|
159
|
+
"50": string;
|
|
160
|
+
"100": string;
|
|
161
|
+
"200": string;
|
|
162
|
+
"300": string;
|
|
163
|
+
"400": string;
|
|
164
|
+
"500": string;
|
|
165
|
+
"600": string;
|
|
166
|
+
"700": string;
|
|
167
|
+
"800": string;
|
|
168
|
+
"900": string;
|
|
169
|
+
"950": string;
|
|
170
|
+
};
|
|
171
|
+
cyan: {
|
|
172
|
+
"50": string;
|
|
173
|
+
"100": string;
|
|
174
|
+
"200": string;
|
|
175
|
+
"300": string;
|
|
176
|
+
"400": string;
|
|
177
|
+
"500": string;
|
|
178
|
+
"600": string;
|
|
179
|
+
"700": string;
|
|
180
|
+
"800": string;
|
|
181
|
+
"900": string;
|
|
182
|
+
"950": string;
|
|
183
|
+
};
|
|
184
|
+
sky: {
|
|
185
|
+
"50": string;
|
|
186
|
+
"100": string;
|
|
187
|
+
"200": string;
|
|
188
|
+
"300": string;
|
|
189
|
+
"400": string;
|
|
190
|
+
"500": string;
|
|
191
|
+
"600": string;
|
|
192
|
+
"700": string;
|
|
193
|
+
"800": string;
|
|
194
|
+
"900": string;
|
|
195
|
+
"950": string;
|
|
196
|
+
};
|
|
197
|
+
blue: {
|
|
198
|
+
"50": string;
|
|
199
|
+
"100": string;
|
|
200
|
+
"200": string;
|
|
201
|
+
"300": string;
|
|
202
|
+
"400": string;
|
|
203
|
+
"500": string;
|
|
204
|
+
"600": string;
|
|
205
|
+
"700": string;
|
|
206
|
+
"800": string;
|
|
207
|
+
"900": string;
|
|
208
|
+
"950": string;
|
|
209
|
+
};
|
|
210
|
+
indigo: {
|
|
211
|
+
"50": string;
|
|
212
|
+
"100": string;
|
|
213
|
+
"200": string;
|
|
214
|
+
"300": string;
|
|
215
|
+
"400": string;
|
|
216
|
+
"500": string;
|
|
217
|
+
"600": string;
|
|
218
|
+
"700": string;
|
|
219
|
+
"800": string;
|
|
220
|
+
"900": string;
|
|
221
|
+
"950": string;
|
|
222
|
+
};
|
|
223
|
+
violet: {
|
|
224
|
+
"50": string;
|
|
225
|
+
"100": string;
|
|
226
|
+
"200": string;
|
|
227
|
+
"300": string;
|
|
228
|
+
"400": string;
|
|
229
|
+
"500": string;
|
|
230
|
+
"600": string;
|
|
231
|
+
"700": string;
|
|
232
|
+
"800": string;
|
|
233
|
+
"900": string;
|
|
234
|
+
"950": string;
|
|
235
|
+
};
|
|
236
|
+
purple: {
|
|
237
|
+
"50": string;
|
|
238
|
+
"100": string;
|
|
239
|
+
"200": string;
|
|
240
|
+
"300": string;
|
|
241
|
+
"400": string;
|
|
242
|
+
"500": string;
|
|
243
|
+
"600": string;
|
|
244
|
+
"700": string;
|
|
245
|
+
"800": string;
|
|
246
|
+
"900": string;
|
|
247
|
+
"950": string;
|
|
248
|
+
};
|
|
249
|
+
fuchsia: {
|
|
250
|
+
"50": string;
|
|
251
|
+
"100": string;
|
|
252
|
+
"200": string;
|
|
253
|
+
"300": string;
|
|
254
|
+
"400": string;
|
|
255
|
+
"500": string;
|
|
256
|
+
"600": string;
|
|
257
|
+
"700": string;
|
|
258
|
+
"800": string;
|
|
259
|
+
"900": string;
|
|
260
|
+
"950": string;
|
|
261
|
+
};
|
|
262
|
+
pink: {
|
|
263
|
+
"50": string;
|
|
264
|
+
"100": string;
|
|
265
|
+
"200": string;
|
|
266
|
+
"300": string;
|
|
267
|
+
"400": string;
|
|
268
|
+
"500": string;
|
|
269
|
+
"600": string;
|
|
270
|
+
"700": string;
|
|
271
|
+
"800": string;
|
|
272
|
+
"900": string;
|
|
273
|
+
"950": string;
|
|
274
|
+
};
|
|
275
|
+
rose: {
|
|
276
|
+
"50": string;
|
|
277
|
+
"100": string;
|
|
278
|
+
"200": string;
|
|
279
|
+
"300": string;
|
|
280
|
+
"400": string;
|
|
281
|
+
"500": string;
|
|
282
|
+
"600": string;
|
|
283
|
+
"700": string;
|
|
284
|
+
"800": string;
|
|
285
|
+
"900": string;
|
|
286
|
+
"950": string;
|
|
287
|
+
};
|
|
249
288
|
};
|
|
250
289
|
|
|
251
|
-
export {
|
|
290
|
+
export { colorPalette, neutral };
|
package/dist/colors.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var
|
|
1
|
+
import r from"tailwindcss/colors";var{inherit:e,current:o,black:n,white:a,transparent:c,neutral:l,...i}=r;export{i as colorPalette,l as neutral};
|
|
2
2
|
//# sourceMappingURL=colors.js.map
|
package/dist/colors.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/colors.ts"],"sourcesContent":["export const colors = {\n inherit: \"inherit\",\n current: \"currentColor\",\n transparent: \"transparent\",\n black: \"#000\",\n white: \"#fff\",\n \"slate-50\": \"#f8fafc\",\n \"slate-100\": \"#f1f5f9\",\n \"slate-200\": \"#e2e8f0\",\n \"slate-300\": \"#cbd5e1\",\n \"slate-400\": \"#94a3b8\",\n \"slate-500\": \"#64748b\",\n \"slate-600\": \"#475569\",\n \"slate-700\": \"#334155\",\n \"slate-800\": \"#1e293b\",\n \"slate-900\": \"#0f172a\",\n \"slate-950\": \"#020617\",\n \"gray-50\": \"#f9fafb\",\n \"gray-100\": \"#f3f4f6\",\n \"gray-200\": \"#e5e7eb\",\n \"gray-300\": \"#d1d5db\",\n \"gray-400\": \"#9ca3af\",\n \"gray-500\": \"#6b7280\",\n \"gray-600\": \"#4b5563\",\n \"gray-700\": \"#374151\",\n \"gray-800\": \"#1f2937\",\n \"gray-900\": \"#111827\",\n \"gray-950\": \"#030712\",\n \"zinc-50\": \"#fafafa\",\n \"zinc-100\": \"#f4f4f5\",\n \"zinc-200\": \"#e4e4e7\",\n \"zinc-300\": \"#d4d4d8\",\n \"zinc-400\": \"#a1a1aa\",\n \"zinc-500\": \"#71717a\",\n \"zinc-600\": \"#52525b\",\n \"zinc-700\": \"#3f3f46\",\n \"zinc-800\": \"#27272a\",\n \"zinc-900\": \"#18181b\",\n \"zinc-950\": \"#09090b\",\n \"neutral-50\": \"#fafafa\",\n \"neutral-100\": \"#f5f5f5\",\n \"neutral-200\": \"#e5e5e5\",\n \"neutral-300\": \"#d4d4d4\",\n \"neutral-400\": \"#a3a3a3\",\n \"neutral-500\": \"#737373\",\n \"neutral-600\": \"#525252\",\n \"neutral-700\": \"#404040\",\n \"neutral-800\": \"#262626\",\n \"neutral-900\": \"#171717\",\n \"neutral-950\": \"#0a0a0a\",\n \"stone-50\": \"#fafaf9\",\n \"stone-100\": \"#f5f5f4\",\n \"stone-200\": \"#e7e5e4\",\n \"stone-300\": \"#d6d3d1\",\n \"stone-400\": \"#a8a29e\",\n \"stone-500\": \"#78716c\",\n \"stone-600\": \"#57534e\",\n \"stone-700\": \"#44403c\",\n \"stone-800\": \"#292524\",\n \"stone-900\": \"#1c1917\",\n \"stone-950\": \"#0c0a09\",\n \"red-50\": \"#fef2f2\",\n \"red-100\": \"#fee2e2\",\n \"red-200\": \"#fecaca\",\n \"red-300\": \"#fca5a5\",\n \"red-400\": \"#f87171\",\n \"red-500\": \"#ef4444\",\n \"red-600\": \"#dc2626\",\n \"red-700\": \"#b91c1c\",\n \"red-800\": \"#991b1b\",\n \"red-900\": \"#7f1d1d\",\n \"red-950\": \"#450a0a\",\n \"orange-50\": \"#fff7ed\",\n \"orange-100\": \"#ffedd5\",\n \"orange-200\": \"#fed7aa\",\n \"orange-300\": \"#fdba74\",\n \"orange-400\": \"#fb923c\",\n \"orange-500\": \"#f97316\",\n \"orange-600\": \"#ea580c\",\n \"orange-700\": \"#c2410c\",\n \"orange-800\": \"#9a3412\",\n \"orange-900\": \"#7c2d12\",\n \"orange-950\": \"#431407\",\n \"amber-50\": \"#fffbeb\",\n \"amber-100\": \"#fef3c7\",\n \"amber-200\": \"#fde68a\",\n \"amber-300\": \"#fcd34d\",\n \"amber-400\": \"#fbbf24\",\n \"amber-500\": \"#f59e0b\",\n \"amber-600\": \"#d97706\",\n \"amber-700\": \"#b45309\",\n \"amber-800\": \"#92400e\",\n \"amber-900\": \"#78350f\",\n \"amber-950\": \"#451a03\",\n \"yellow-50\": \"#fefce8\",\n \"yellow-100\": \"#fef9c3\",\n \"yellow-200\": \"#fef08a\",\n \"yellow-300\": \"#fde047\",\n \"yellow-400\": \"#facc15\",\n \"yellow-500\": \"#eab308\",\n \"yellow-600\": \"#ca8a04\",\n \"yellow-700\": \"#a16207\",\n \"yellow-800\": \"#854d0e\",\n \"yellow-900\": \"#713f12\",\n \"yellow-950\": \"#422006\",\n \"lime-50\": \"#f7fee7\",\n \"lime-100\": \"#ecfccb\",\n \"lime-200\": \"#d9f99d\",\n \"lime-300\": \"#bef264\",\n \"lime-400\": \"#a3e635\",\n \"lime-500\": \"#84cc16\",\n \"lime-600\": \"#65a30d\",\n \"lime-700\": \"#4d7c0f\",\n \"lime-800\": \"#3f6212\",\n \"lime-900\": \"#365314\",\n \"lime-950\": \"#1a2e05\",\n \"green-50\": \"#f0fdf4\",\n \"green-100\": \"#dcfce7\",\n \"green-200\": \"#bbf7d0\",\n \"green-300\": \"#86efac\",\n \"green-400\": \"#4ade80\",\n \"green-500\": \"#22c55e\",\n \"green-600\": \"#16a34a\",\n \"green-700\": \"#15803d\",\n \"green-800\": \"#166534\",\n \"green-900\": \"#14532d\",\n \"green-950\": \"#052e16\",\n \"emerald-50\": \"#ecfdf5\",\n \"emerald-100\": \"#d1fae5\",\n \"emerald-200\": \"#a7f3d0\",\n \"emerald-300\": \"#6ee7b7\",\n \"emerald-400\": \"#34d399\",\n \"emerald-500\": \"#10b981\",\n \"emerald-600\": \"#059669\",\n \"emerald-700\": \"#047857\",\n \"emerald-800\": \"#065f46\",\n \"emerald-900\": \"#064e3b\",\n \"emerald-950\": \"#022c22\",\n \"teal-50\": \"#f0fdfa\",\n \"teal-100\": \"#ccfbf1\",\n \"teal-200\": \"#99f6e4\",\n \"teal-300\": \"#5eead4\",\n \"teal-400\": \"#2dd4bf\",\n \"teal-500\": \"#14b8a6\",\n \"teal-600\": \"#0d9488\",\n \"teal-700\": \"#0f766e\",\n \"teal-800\": \"#115e59\",\n \"teal-900\": \"#134e4a\",\n \"teal-950\": \"#042f2e\",\n \"cyan-50\": \"#ecfeff\",\n \"cyan-100\": \"#cffafe\",\n \"cyan-200\": \"#a5f3fc\",\n \"cyan-300\": \"#67e8f9\",\n \"cyan-400\": \"#22d3ee\",\n \"cyan-500\": \"#06b6d4\",\n \"cyan-600\": \"#0891b2\",\n \"cyan-700\": \"#0e7490\",\n \"cyan-800\": \"#155e75\",\n \"cyan-900\": \"#164e63\",\n \"cyan-950\": \"#083344\",\n \"sky-50\": \"#f0f9ff\",\n \"sky-100\": \"#e0f2fe\",\n \"sky-200\": \"#bae6fd\",\n \"sky-300\": \"#7dd3fc\",\n \"sky-400\": \"#38bdf8\",\n \"sky-500\": \"#0ea5e9\",\n \"sky-600\": \"#0284c7\",\n \"sky-700\": \"#0369a1\",\n \"sky-800\": \"#075985\",\n \"sky-900\": \"#0c4a6e\",\n \"sky-950\": \"#082f49\",\n \"blue-50\": \"#eff6ff\",\n \"blue-100\": \"#dbeafe\",\n \"blue-200\": \"#bfdbfe\",\n \"blue-300\": \"#93c5fd\",\n \"blue-400\": \"#60a5fa\",\n \"blue-500\": \"#3b82f6\",\n \"blue-600\": \"#2563eb\",\n \"blue-700\": \"#1d4ed8\",\n \"blue-800\": \"#1e40af\",\n \"blue-900\": \"#1e3a8a\",\n \"blue-950\": \"#172554\",\n \"indigo-50\": \"#eef2ff\",\n \"indigo-100\": \"#e0e7ff\",\n \"indigo-200\": \"#c7d2fe\",\n \"indigo-300\": \"#a5b4fc\",\n \"indigo-400\": \"#818cf8\",\n \"indigo-500\": \"#6366f1\",\n \"indigo-600\": \"#4f46e5\",\n \"indigo-700\": \"#4338ca\",\n \"indigo-800\": \"#3730a3\",\n \"indigo-900\": \"#312e81\",\n \"indigo-950\": \"#1e1b4b\",\n \"violet-50\": \"#f5f3ff\",\n \"violet-100\": \"#ede9fe\",\n \"violet-200\": \"#ddd6fe\",\n \"violet-300\": \"#c4b5fd\",\n \"violet-400\": \"#a78bfa\",\n \"violet-500\": \"#8b5cf6\",\n \"violet-600\": \"#7c3aed\",\n \"violet-700\": \"#6d28d9\",\n \"violet-800\": \"#5b21b6\",\n \"violet-900\": \"#4c1d95\",\n \"violet-950\": \"#2e1065\",\n \"purple-50\": \"#faf5ff\",\n \"purple-100\": \"#f3e8ff\",\n \"purple-200\": \"#e9d5ff\",\n \"purple-300\": \"#d8b4fe\",\n \"purple-400\": \"#c084fc\",\n \"purple-500\": \"#a855f7\",\n \"purple-600\": \"#9333ea\",\n \"purple-700\": \"#7e22ce\",\n \"purple-800\": \"#6b21a8\",\n \"purple-900\": \"#581c87\",\n \"purple-950\": \"#3b0764\",\n \"fuchsia-50\": \"#fdf4ff\",\n \"fuchsia-100\": \"#fae8ff\",\n \"fuchsia-200\": \"#f5d0fe\",\n \"fuchsia-300\": \"#f0abfc\",\n \"fuchsia-400\": \"#e879f9\",\n \"fuchsia-500\": \"#d946ef\",\n \"fuchsia-600\": \"#c026d3\",\n \"fuchsia-700\": \"#a21caf\",\n \"fuchsia-800\": \"#86198f\",\n \"fuchsia-900\": \"#701a75\",\n \"fuchsia-950\": \"#4a044e\",\n \"pink-50\": \"#fdf2f8\",\n \"pink-100\": \"#fce7f3\",\n \"pink-200\": \"#fbcfe8\",\n \"pink-300\": \"#f9a8d4\",\n \"pink-400\": \"#f472b6\",\n \"pink-500\": \"#ec4899\",\n \"pink-600\": \"#db2777\",\n \"pink-700\": \"#be185d\",\n \"pink-800\": \"#9d174d\",\n \"pink-900\": \"#831843\",\n \"pink-950\": \"#500724\",\n \"rose-50\": \"#fff1f2\",\n \"rose-100\": \"#ffe4e6\",\n \"rose-200\": \"#fecdd3\",\n \"rose-300\": \"#fda4af\",\n \"rose-400\": \"#fb7185\",\n \"rose-500\": \"#f43f5e\",\n \"rose-600\": \"#e11d48\",\n \"rose-700\": \"#be123c\",\n \"rose-800\": \"#9f1239\",\n \"rose-900\": \"#881337\",\n \"rose-950\": \"#4c0519\",\n};\n"],"mappings":"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","names":["colors"]}
|
|
1
|
+
{"version":3,"sources":["../src/colors.ts"],"sourcesContent":["import colors from \"tailwindcss/colors\";\n\nconst { inherit, current, black, white, transparent, neutral, ...colorPalette } = colors;\n\nexport { colorPalette, neutral };\n"],"mappings":"AAAA,OAAOA,MAAY,qBAEnB,GAAM,CAAE,QAAAC,EAAS,QAAAC,EAAS,MAAAC,EAAO,MAAAC,EAAO,YAAAC,EAAa,QAAAC,EAAS,GAAGC,CAAa,EAAIP","names":["colors","inherit","current","black","white","transparent","neutral","colorPalette"]}
|