@unocss/preset-mini 0.55.1 → 0.55.3

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.
Files changed (56) hide show
  1. package/dist/colors.cjs +360 -6
  2. package/dist/{colors-dabdd21f.d.ts → colors.d.cts} +3 -2
  3. package/dist/colors.d.mts +354 -0
  4. package/dist/colors.d.ts +353 -2
  5. package/dist/colors.mjs +361 -1
  6. package/dist/index.cjs +12 -12
  7. package/dist/index.d.cts +69 -0
  8. package/dist/index.d.mts +69 -0
  9. package/dist/index.d.ts +6 -6
  10. package/dist/index.mjs +9 -10
  11. package/dist/rules.cjs +928 -48
  12. package/dist/rules.d.cts +133 -0
  13. package/dist/rules.d.mts +133 -0
  14. package/dist/rules.d.ts +1 -1
  15. package/dist/rules.mjs +891 -4
  16. package/dist/shared/preset-mini.0d957b3b.d.mts +721 -0
  17. package/dist/shared/preset-mini.0fac4963.mjs +320 -0
  18. package/dist/shared/preset-mini.2f8c3259.d.mts +67 -0
  19. package/dist/{types-d991ba46.d.ts → shared/preset-mini.32abac2c.d.cts} +1 -1
  20. package/dist/shared/preset-mini.32abac2c.d.mts +71 -0
  21. package/dist/shared/preset-mini.32abac2c.d.ts +71 -0
  22. package/dist/{default-1f25a0ae.d.ts → shared/preset-mini.3a79e471.d.ts} +1 -1
  23. package/dist/shared/preset-mini.5bfee53b.cjs +344 -0
  24. package/dist/shared/preset-mini.7b9de562.d.cts +67 -0
  25. package/dist/shared/{preset-mini.a21c5071.cjs → preset-mini.b4ad509c.cjs} +12 -8
  26. package/dist/shared/{preset-mini.6c1c8016.mjs → preset-mini.f1fe435e.mjs} +13 -9
  27. package/dist/shared/preset-mini.f67366b3.d.cts +721 -0
  28. package/dist/{utilities-d496540e.d.ts → shared/preset-mini.fa67009f.d.ts} +1 -1
  29. package/dist/theme.cjs +308 -34
  30. package/dist/theme.d.cts +264 -0
  31. package/dist/theme.d.mts +264 -0
  32. package/dist/theme.d.ts +5 -5
  33. package/dist/theme.mjs +284 -4
  34. package/dist/utils.cjs +81 -10
  35. package/dist/utils.d.cts +65 -0
  36. package/dist/utils.d.mts +65 -0
  37. package/dist/utils.d.ts +13 -31
  38. package/dist/utils.mjs +81 -3
  39. package/dist/variants.cjs +737 -33
  40. package/dist/variants.d.cts +46 -0
  41. package/dist/variants.d.mts +46 -0
  42. package/dist/variants.d.ts +4 -4
  43. package/dist/variants.mjs +714 -4
  44. package/package.json +3 -3
  45. package/dist/shared/preset-mini.0131b915.mjs +0 -704
  46. package/dist/shared/preset-mini.1c66bf79.mjs +0 -361
  47. package/dist/shared/preset-mini.74f9d55e.mjs +0 -80
  48. package/dist/shared/preset-mini.811eb23d.mjs +0 -681
  49. package/dist/shared/preset-mini.8dd73081.mjs +0 -452
  50. package/dist/shared/preset-mini.9d93761b.cjs +0 -729
  51. package/dist/shared/preset-mini.b8d9397e.cjs +0 -471
  52. package/dist/shared/preset-mini.ce5169f2.cjs +0 -730
  53. package/dist/shared/preset-mini.d778b487.cjs +0 -85
  54. package/dist/shared/preset-mini.de3bd9f7.mjs +0 -284
  55. package/dist/shared/preset-mini.e078d7da.cjs +0 -313
  56. package/dist/shared/preset-mini.f3fc54d2.cjs +0 -363
package/dist/colors.cjs CHANGED
@@ -1,9 +1,363 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
3
+ const colors = {
4
+ inherit: "inherit",
5
+ current: "currentColor",
6
+ transparent: "transparent",
7
+ black: "#000",
8
+ white: "#fff",
9
+ rose: {
10
+ 50: "#fff1f2",
11
+ 100: "#ffe4e6",
12
+ 200: "#fecdd3",
13
+ 300: "#fda4af",
14
+ 400: "#fb7185",
15
+ 500: "#f43f5e",
16
+ 600: "#e11d48",
17
+ 700: "#be123c",
18
+ 800: "#9f1239",
19
+ 900: "#881337",
20
+ 950: "#4c0519"
21
+ },
22
+ pink: {
23
+ 50: "#fdf2f8",
24
+ 100: "#fce7f3",
25
+ 200: "#fbcfe8",
26
+ 300: "#f9a8d4",
27
+ 400: "#f472b6",
28
+ 500: "#ec4899",
29
+ 600: "#db2777",
30
+ 700: "#be185d",
31
+ 800: "#9d174d",
32
+ 900: "#831843",
33
+ 950: "#500724"
34
+ },
35
+ fuchsia: {
36
+ 50: "#fdf4ff",
37
+ 100: "#fae8ff",
38
+ 200: "#f5d0fe",
39
+ 300: "#f0abfc",
40
+ 400: "#e879f9",
41
+ 500: "#d946ef",
42
+ 600: "#c026d3",
43
+ 700: "#a21caf",
44
+ 800: "#86198f",
45
+ 900: "#701a75",
46
+ 950: "#4a044e"
47
+ },
48
+ purple: {
49
+ 50: "#faf5ff",
50
+ 100: "#f3e8ff",
51
+ 200: "#e9d5ff",
52
+ 300: "#d8b4fe",
53
+ 400: "#c084fc",
54
+ 500: "#a855f7",
55
+ 600: "#9333ea",
56
+ 700: "#7e22ce",
57
+ 800: "#6b21a8",
58
+ 900: "#581c87",
59
+ 950: "#3b0764"
60
+ },
61
+ violet: {
62
+ 50: "#f5f3ff",
63
+ 100: "#ede9fe",
64
+ 200: "#ddd6fe",
65
+ 300: "#c4b5fd",
66
+ 400: "#a78bfa",
67
+ 500: "#8b5cf6",
68
+ 600: "#7c3aed",
69
+ 700: "#6d28d9",
70
+ 800: "#5b21b6",
71
+ 900: "#4c1d95",
72
+ 950: "#2e1065"
73
+ },
74
+ indigo: {
75
+ 50: "#eef2ff",
76
+ 100: "#e0e7ff",
77
+ 200: "#c7d2fe",
78
+ 300: "#a5b4fc",
79
+ 400: "#818cf8",
80
+ 500: "#6366f1",
81
+ 600: "#4f46e5",
82
+ 700: "#4338ca",
83
+ 800: "#3730a3",
84
+ 900: "#312e81",
85
+ 950: "#1e1b4b"
86
+ },
87
+ blue: {
88
+ 50: "#eff6ff",
89
+ 100: "#dbeafe",
90
+ 200: "#bfdbfe",
91
+ 300: "#93c5fd",
92
+ 400: "#60a5fa",
93
+ 500: "#3b82f6",
94
+ 600: "#2563eb",
95
+ 700: "#1d4ed8",
96
+ 800: "#1e40af",
97
+ 900: "#1e3a8a",
98
+ 950: "#172554"
99
+ },
100
+ sky: {
101
+ 50: "#f0f9ff",
102
+ 100: "#e0f2fe",
103
+ 200: "#bae6fd",
104
+ 300: "#7dd3fc",
105
+ 400: "#38bdf8",
106
+ 500: "#0ea5e9",
107
+ 600: "#0284c7",
108
+ 700: "#0369a1",
109
+ 800: "#075985",
110
+ 900: "#0c4a6e",
111
+ 950: "#082f49"
112
+ },
113
+ cyan: {
114
+ 50: "#ecfeff",
115
+ 100: "#cffafe",
116
+ 200: "#a5f3fc",
117
+ 300: "#67e8f9",
118
+ 400: "#22d3ee",
119
+ 500: "#06b6d4",
120
+ 600: "#0891b2",
121
+ 700: "#0e7490",
122
+ 800: "#155e75",
123
+ 900: "#164e63",
124
+ 950: "#083344"
125
+ },
126
+ teal: {
127
+ 50: "#f0fdfa",
128
+ 100: "#ccfbf1",
129
+ 200: "#99f6e4",
130
+ 300: "#5eead4",
131
+ 400: "#2dd4bf",
132
+ 500: "#14b8a6",
133
+ 600: "#0d9488",
134
+ 700: "#0f766e",
135
+ 800: "#115e59",
136
+ 900: "#134e4a",
137
+ 950: "#042f2e"
138
+ },
139
+ emerald: {
140
+ 50: "#ecfdf5",
141
+ 100: "#d1fae5",
142
+ 200: "#a7f3d0",
143
+ 300: "#6ee7b7",
144
+ 400: "#34d399",
145
+ 500: "#10b981",
146
+ 600: "#059669",
147
+ 700: "#047857",
148
+ 800: "#065f46",
149
+ 900: "#064e3b",
150
+ 950: "#022c22"
151
+ },
152
+ green: {
153
+ 50: "#f0fdf4",
154
+ 100: "#dcfce7",
155
+ 200: "#bbf7d0",
156
+ 300: "#86efac",
157
+ 400: "#4ade80",
158
+ 500: "#22c55e",
159
+ 600: "#16a34a",
160
+ 700: "#15803d",
161
+ 800: "#166534",
162
+ 900: "#14532d",
163
+ 950: "#052e16"
164
+ },
165
+ lime: {
166
+ 50: "#f7fee7",
167
+ 100: "#ecfccb",
168
+ 200: "#d9f99d",
169
+ 300: "#bef264",
170
+ 400: "#a3e635",
171
+ 500: "#84cc16",
172
+ 600: "#65a30d",
173
+ 700: "#4d7c0f",
174
+ 800: "#3f6212",
175
+ 900: "#365314",
176
+ 950: "#1a2e05"
177
+ },
178
+ yellow: {
179
+ 50: "#fefce8",
180
+ 100: "#fef9c3",
181
+ 200: "#fef08a",
182
+ 300: "#fde047",
183
+ 400: "#facc15",
184
+ 500: "#eab308",
185
+ 600: "#ca8a04",
186
+ 700: "#a16207",
187
+ 800: "#854d0e",
188
+ 900: "#713f12",
189
+ 950: "#422006"
190
+ },
191
+ amber: {
192
+ 50: "#fffbeb",
193
+ 100: "#fef3c7",
194
+ 200: "#fde68a",
195
+ 300: "#fcd34d",
196
+ 400: "#fbbf24",
197
+ 500: "#f59e0b",
198
+ 600: "#d97706",
199
+ 700: "#b45309",
200
+ 800: "#92400e",
201
+ 900: "#78350f",
202
+ 950: "#451a03"
203
+ },
204
+ orange: {
205
+ 50: "#fff7ed",
206
+ 100: "#ffedd5",
207
+ 200: "#fed7aa",
208
+ 300: "#fdba74",
209
+ 400: "#fb923c",
210
+ 500: "#f97316",
211
+ 600: "#ea580c",
212
+ 700: "#c2410c",
213
+ 800: "#9a3412",
214
+ 900: "#7c2d12",
215
+ 950: "#431407"
216
+ },
217
+ red: {
218
+ 50: "#fef2f2",
219
+ 100: "#fee2e2",
220
+ 200: "#fecaca",
221
+ 300: "#fca5a5",
222
+ 400: "#f87171",
223
+ 500: "#ef4444",
224
+ 600: "#dc2626",
225
+ 700: "#b91c1c",
226
+ 800: "#991b1b",
227
+ 900: "#7f1d1d",
228
+ 950: "#450a0a"
229
+ },
230
+ gray: {
231
+ 50: "#f9fafb",
232
+ 100: "#f3f4f6",
233
+ 200: "#e5e7eb",
234
+ 300: "#d1d5db",
235
+ 400: "#9ca3af",
236
+ 500: "#6b7280",
237
+ 600: "#4b5563",
238
+ 700: "#374151",
239
+ 800: "#1f2937",
240
+ 900: "#111827",
241
+ 950: "#030712"
242
+ },
243
+ slate: {
244
+ 50: "#f8fafc",
245
+ 100: "#f1f5f9",
246
+ 200: "#e2e8f0",
247
+ 300: "#cbd5e1",
248
+ 400: "#94a3b8",
249
+ 500: "#64748b",
250
+ 600: "#475569",
251
+ 700: "#334155",
252
+ 800: "#1e293b",
253
+ 900: "#0f172a",
254
+ 950: "#020617"
255
+ },
256
+ zinc: {
257
+ 50: "#fafafa",
258
+ 100: "#f4f4f5",
259
+ 200: "#e4e4e7",
260
+ 300: "#d4d4d8",
261
+ 400: "#a1a1aa",
262
+ 500: "#71717a",
263
+ 600: "#52525b",
264
+ 700: "#3f3f46",
265
+ 800: "#27272a",
266
+ 900: "#18181b",
267
+ 950: "#09090b"
268
+ },
269
+ neutral: {
270
+ 50: "#fafafa",
271
+ 100: "#f5f5f5",
272
+ 200: "#e5e5e5",
273
+ 300: "#d4d4d4",
274
+ 400: "#a3a3a3",
275
+ 500: "#737373",
276
+ 600: "#525252",
277
+ 700: "#404040",
278
+ 800: "#262626",
279
+ 900: "#171717",
280
+ 950: "#0a0a0a"
281
+ },
282
+ stone: {
283
+ 50: "#fafaf9",
284
+ 100: "#f5f5f4",
285
+ 200: "#e7e5e4",
286
+ 300: "#d6d3d1",
287
+ 400: "#a8a29e",
288
+ 500: "#78716c",
289
+ 600: "#57534e",
290
+ 700: "#44403c",
291
+ 800: "#292524",
292
+ 900: "#1c1917",
293
+ 950: "#0c0a09"
294
+ },
295
+ light: {
296
+ 50: "#fdfdfd",
297
+ 100: "#fcfcfc",
298
+ 200: "#fafafa",
299
+ 300: "#f8f9fa",
300
+ 400: "#f6f6f6",
301
+ 500: "#f2f2f2",
302
+ 600: "#f1f3f5",
303
+ 700: "#e9ecef",
304
+ 800: "#dee2e6",
305
+ 900: "#dde1e3",
306
+ 950: "#d8dcdf"
307
+ },
308
+ dark: {
309
+ 50: "#4a4a4a",
310
+ 100: "#3c3c3c",
311
+ 200: "#323232",
312
+ 300: "#2d2d2d",
313
+ 400: "#222222",
314
+ 500: "#1f1f1f",
315
+ 600: "#1c1c1e",
316
+ 700: "#1b1b1b",
317
+ 800: "#181818",
318
+ 900: "#0f0f0f",
319
+ 950: "#080808"
320
+ },
321
+ get lightblue() {
322
+ return this.sky;
323
+ },
324
+ get lightBlue() {
325
+ return this.sky;
326
+ },
327
+ get warmgray() {
328
+ return this.stone;
329
+ },
330
+ get warmGray() {
331
+ return this.stone;
332
+ },
333
+ get truegray() {
334
+ return this.neutral;
335
+ },
336
+ get trueGray() {
337
+ return this.neutral;
338
+ },
339
+ get coolgray() {
340
+ return this.gray;
341
+ },
342
+ get coolGray() {
343
+ return this.gray;
344
+ },
345
+ get bluegray() {
346
+ return this.slate;
347
+ },
348
+ get blueGray() {
349
+ return this.slate;
350
+ }
351
+ };
352
+ Object.values(colors).forEach((color) => {
353
+ if (typeof color !== "string" && color !== void 0) {
354
+ color.DEFAULT = color.DEFAULT || color[400];
355
+ Object.keys(color).forEach((key) => {
356
+ const short = +key / 100;
357
+ if (short === Math.round(short))
358
+ color[short] = color[key];
359
+ });
360
+ }
361
+ });
4
362
 
5
- const colors = require('./shared/preset-mini.f3fc54d2.cjs');
6
-
7
-
8
-
9
- exports.colors = colors.colors;
363
+ exports.colors = colors;
@@ -1,4 +1,5 @@
1
- import { C as Colors } from './types-d991ba46.js';
1
+ import { C as Colors } from './shared/preset-mini.32abac2c.cjs';
2
+ import '@unocss/core';
2
3
 
3
4
  declare const colors: {
4
5
  inherit: string;
@@ -350,4 +351,4 @@ declare const colors: {
350
351
  });
351
352
  };
352
353
 
353
- export { colors as c };
354
+ export { colors };
@@ -0,0 +1,354 @@
1
+ import { C as Colors } from './shared/preset-mini.32abac2c.mjs';
2
+ import '@unocss/core';
3
+
4
+ declare const colors: {
5
+ inherit: string;
6
+ current: string;
7
+ transparent: string;
8
+ black: string;
9
+ white: string;
10
+ rose: {
11
+ 50: string;
12
+ 100: string;
13
+ 200: string;
14
+ 300: string;
15
+ 400: string;
16
+ 500: string;
17
+ 600: string;
18
+ 700: string;
19
+ 800: string;
20
+ 900: string;
21
+ 950: string;
22
+ };
23
+ pink: {
24
+ 50: string;
25
+ 100: string;
26
+ 200: string;
27
+ 300: string;
28
+ 400: string;
29
+ 500: string;
30
+ 600: string;
31
+ 700: string;
32
+ 800: string;
33
+ 900: string;
34
+ 950: string;
35
+ };
36
+ fuchsia: {
37
+ 50: string;
38
+ 100: string;
39
+ 200: string;
40
+ 300: string;
41
+ 400: string;
42
+ 500: string;
43
+ 600: string;
44
+ 700: string;
45
+ 800: string;
46
+ 900: string;
47
+ 950: string;
48
+ };
49
+ purple: {
50
+ 50: string;
51
+ 100: string;
52
+ 200: string;
53
+ 300: string;
54
+ 400: string;
55
+ 500: string;
56
+ 600: string;
57
+ 700: string;
58
+ 800: string;
59
+ 900: string;
60
+ 950: string;
61
+ };
62
+ violet: {
63
+ 50: string;
64
+ 100: string;
65
+ 200: string;
66
+ 300: string;
67
+ 400: string;
68
+ 500: string;
69
+ 600: string;
70
+ 700: string;
71
+ 800: string;
72
+ 900: string;
73
+ 950: string;
74
+ };
75
+ indigo: {
76
+ 50: string;
77
+ 100: string;
78
+ 200: string;
79
+ 300: string;
80
+ 400: string;
81
+ 500: string;
82
+ 600: string;
83
+ 700: string;
84
+ 800: string;
85
+ 900: string;
86
+ 950: string;
87
+ };
88
+ blue: {
89
+ 50: string;
90
+ 100: string;
91
+ 200: string;
92
+ 300: string;
93
+ 400: string;
94
+ 500: string;
95
+ 600: string;
96
+ 700: string;
97
+ 800: string;
98
+ 900: string;
99
+ 950: string;
100
+ };
101
+ sky: {
102
+ 50: string;
103
+ 100: string;
104
+ 200: string;
105
+ 300: string;
106
+ 400: string;
107
+ 500: string;
108
+ 600: string;
109
+ 700: string;
110
+ 800: string;
111
+ 900: string;
112
+ 950: string;
113
+ };
114
+ cyan: {
115
+ 50: string;
116
+ 100: string;
117
+ 200: string;
118
+ 300: string;
119
+ 400: string;
120
+ 500: string;
121
+ 600: string;
122
+ 700: string;
123
+ 800: string;
124
+ 900: string;
125
+ 950: string;
126
+ };
127
+ teal: {
128
+ 50: string;
129
+ 100: string;
130
+ 200: string;
131
+ 300: string;
132
+ 400: string;
133
+ 500: string;
134
+ 600: string;
135
+ 700: string;
136
+ 800: string;
137
+ 900: string;
138
+ 950: string;
139
+ };
140
+ emerald: {
141
+ 50: string;
142
+ 100: string;
143
+ 200: string;
144
+ 300: string;
145
+ 400: string;
146
+ 500: string;
147
+ 600: string;
148
+ 700: string;
149
+ 800: string;
150
+ 900: string;
151
+ 950: string;
152
+ };
153
+ green: {
154
+ 50: string;
155
+ 100: string;
156
+ 200: string;
157
+ 300: string;
158
+ 400: string;
159
+ 500: string;
160
+ 600: string;
161
+ 700: string;
162
+ 800: string;
163
+ 900: string;
164
+ 950: string;
165
+ };
166
+ lime: {
167
+ 50: string;
168
+ 100: string;
169
+ 200: string;
170
+ 300: string;
171
+ 400: string;
172
+ 500: string;
173
+ 600: string;
174
+ 700: string;
175
+ 800: string;
176
+ 900: string;
177
+ 950: string;
178
+ };
179
+ yellow: {
180
+ 50: string;
181
+ 100: string;
182
+ 200: string;
183
+ 300: string;
184
+ 400: string;
185
+ 500: string;
186
+ 600: string;
187
+ 700: string;
188
+ 800: string;
189
+ 900: string;
190
+ 950: string;
191
+ };
192
+ amber: {
193
+ 50: string;
194
+ 100: string;
195
+ 200: string;
196
+ 300: string;
197
+ 400: string;
198
+ 500: string;
199
+ 600: string;
200
+ 700: string;
201
+ 800: string;
202
+ 900: string;
203
+ 950: string;
204
+ };
205
+ orange: {
206
+ 50: string;
207
+ 100: string;
208
+ 200: string;
209
+ 300: string;
210
+ 400: string;
211
+ 500: string;
212
+ 600: string;
213
+ 700: string;
214
+ 800: string;
215
+ 900: string;
216
+ 950: string;
217
+ };
218
+ red: {
219
+ 50: string;
220
+ 100: string;
221
+ 200: string;
222
+ 300: string;
223
+ 400: string;
224
+ 500: string;
225
+ 600: string;
226
+ 700: string;
227
+ 800: string;
228
+ 900: string;
229
+ 950: string;
230
+ };
231
+ gray: {
232
+ 50: string;
233
+ 100: string;
234
+ 200: string;
235
+ 300: string;
236
+ 400: string;
237
+ 500: string;
238
+ 600: string;
239
+ 700: string;
240
+ 800: string;
241
+ 900: string;
242
+ 950: string;
243
+ };
244
+ slate: {
245
+ 50: string;
246
+ 100: string;
247
+ 200: string;
248
+ 300: string;
249
+ 400: string;
250
+ 500: string;
251
+ 600: string;
252
+ 700: string;
253
+ 800: string;
254
+ 900: string;
255
+ 950: string;
256
+ };
257
+ zinc: {
258
+ 50: string;
259
+ 100: string;
260
+ 200: string;
261
+ 300: string;
262
+ 400: string;
263
+ 500: string;
264
+ 600: string;
265
+ 700: string;
266
+ 800: string;
267
+ 900: string;
268
+ 950: string;
269
+ };
270
+ neutral: {
271
+ 50: string;
272
+ 100: string;
273
+ 200: string;
274
+ 300: string;
275
+ 400: string;
276
+ 500: string;
277
+ 600: string;
278
+ 700: string;
279
+ 800: string;
280
+ 900: string;
281
+ 950: string;
282
+ };
283
+ stone: {
284
+ 50: string;
285
+ 100: string;
286
+ 200: string;
287
+ 300: string;
288
+ 400: string;
289
+ 500: string;
290
+ 600: string;
291
+ 700: string;
292
+ 800: string;
293
+ 900: string;
294
+ 950: string;
295
+ };
296
+ light: {
297
+ 50: string;
298
+ 100: string;
299
+ 200: string;
300
+ 300: string;
301
+ 400: string;
302
+ 500: string;
303
+ 600: string;
304
+ 700: string;
305
+ 800: string;
306
+ 900: string;
307
+ 950: string;
308
+ };
309
+ dark: {
310
+ 50: string;
311
+ 100: string;
312
+ 200: string;
313
+ 300: string;
314
+ 400: string;
315
+ 500: string;
316
+ 600: string;
317
+ 700: string;
318
+ 800: string;
319
+ 900: string;
320
+ 950: string;
321
+ };
322
+ readonly lightblue: string | (Colors & {
323
+ DEFAULT?: string | undefined;
324
+ });
325
+ readonly lightBlue: string | (Colors & {
326
+ DEFAULT?: string | undefined;
327
+ });
328
+ readonly warmgray: string | (Colors & {
329
+ DEFAULT?: string | undefined;
330
+ });
331
+ readonly warmGray: string | (Colors & {
332
+ DEFAULT?: string | undefined;
333
+ });
334
+ readonly truegray: string | (Colors & {
335
+ DEFAULT?: string | undefined;
336
+ });
337
+ readonly trueGray: string | (Colors & {
338
+ DEFAULT?: string | undefined;
339
+ });
340
+ readonly coolgray: string | (Colors & {
341
+ DEFAULT?: string | undefined;
342
+ });
343
+ readonly coolGray: string | (Colors & {
344
+ DEFAULT?: string | undefined;
345
+ });
346
+ readonly bluegray: string | (Colors & {
347
+ DEFAULT?: string | undefined;
348
+ });
349
+ readonly blueGray: string | (Colors & {
350
+ DEFAULT?: string | undefined;
351
+ });
352
+ };
353
+
354
+ export { colors };