@unocss/preset-wind4 66.5.10 → 66.5.11
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-w_xFUvYo.mjs +36 -0
- package/dist/colors-CEavILWB.d.mts +319 -0
- package/dist/colors-hDdKuL6f.mjs +323 -0
- package/dist/colors.d.mts +2 -318
- package/dist/colors.mjs +2 -322
- package/dist/container-Bma9LDm4.mjs +60 -0
- package/dist/index-DgftjMve.d.mts +428 -0
- package/dist/index.d.mts +3 -143
- package/dist/index.mjs +170 -186
- package/dist/postprocess.d.mts +2 -13
- package/dist/postprocess.mjs +28 -37
- package/dist/rules.d.mts +2 -171
- package/dist/rules.mjs +3077 -5
- package/dist/shortcuts.d.mts +2 -6
- package/dist/shortcuts.mjs +8 -5
- package/dist/theme-BcMDscP8.d.mts +1530 -0
- package/dist/theme.d.mts +3 -584
- package/dist/theme.mjs +591 -503
- package/dist/utils-BiCtQrPC.mjs +787 -0
- package/dist/utils.d.mts +54 -84
- package/dist/utils.mjs +3 -18
- package/dist/variants-jhZqwv4U.mjs +675 -0
- package/dist/variants.d.mts +2 -62
- package/dist/variants.mjs +4 -4
- package/package.json +7 -8
- package/colors.d.ts +0 -1
- package/dist/colors.d.ts +0 -318
- package/dist/index.d.ts +0 -143
- package/dist/postprocess.d.ts +0 -13
- package/dist/rules.d.ts +0 -171
- package/dist/shared/preset-wind4.BAOF9NKq.mjs +0 -770
- package/dist/shared/preset-wind4.BFwoiH_7.mjs +0 -7
- package/dist/shared/preset-wind4.BztVNsdW.mjs +0 -75
- package/dist/shared/preset-wind4.CeNzqhCV.d.mts +0 -54
- package/dist/shared/preset-wind4.CeNzqhCV.d.ts +0 -54
- package/dist/shared/preset-wind4.Ck80JB0H.mjs +0 -2786
- package/dist/shared/preset-wind4.CvBfTR_1.mjs +0 -727
- package/dist/shared/preset-wind4.O8irdiHr.d.mts +0 -6
- package/dist/shared/preset-wind4.VVeg6taI.d.mts +0 -888
- package/dist/shared/preset-wind4.VVeg6taI.d.ts +0 -888
- package/dist/shared/preset-wind4.oLaz9HAb.d.ts +0 -6
- package/dist/shortcuts.d.ts +0 -6
- package/dist/theme.d.ts +0 -584
- package/dist/utils.d.ts +0 -180
- package/dist/variants.d.ts +0 -62
- package/postprocess.d.ts +0 -1
- package/rules.d.ts +0 -1
- package/shortcuts.d.ts +0 -1
- package/theme.d.ts +0 -1
- package/utils.d.ts +0 -1
- package/variants.d.ts +0 -1
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
//#region rolldown:runtime
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __exportAll = (all, symbols) => {
|
|
7
|
+
let target = {};
|
|
8
|
+
for (var name in all) {
|
|
9
|
+
__defProp(target, name, {
|
|
10
|
+
get: all[name],
|
|
11
|
+
enumerable: true
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
if (symbols) {
|
|
15
|
+
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
16
|
+
}
|
|
17
|
+
return target;
|
|
18
|
+
};
|
|
19
|
+
var __copyProps = (to, from, except, desc) => {
|
|
20
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
21
|
+
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
22
|
+
key = keys[i];
|
|
23
|
+
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
24
|
+
__defProp(to, key, {
|
|
25
|
+
get: ((k) => from[k]).bind(null, key),
|
|
26
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
return to;
|
|
32
|
+
};
|
|
33
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
34
|
+
|
|
35
|
+
//#endregion
|
|
36
|
+
export { __reExport as n, __exportAll as t };
|
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
//#region src/theme/colors.d.ts
|
|
2
|
+
declare const colors: {
|
|
3
|
+
black: string;
|
|
4
|
+
white: string;
|
|
5
|
+
slate: {
|
|
6
|
+
50: string;
|
|
7
|
+
100: string;
|
|
8
|
+
200: string;
|
|
9
|
+
300: string;
|
|
10
|
+
400: string;
|
|
11
|
+
500: string;
|
|
12
|
+
600: string;
|
|
13
|
+
700: string;
|
|
14
|
+
800: string;
|
|
15
|
+
900: string;
|
|
16
|
+
950: string;
|
|
17
|
+
};
|
|
18
|
+
gray: {
|
|
19
|
+
50: string;
|
|
20
|
+
100: string;
|
|
21
|
+
200: string;
|
|
22
|
+
300: string;
|
|
23
|
+
400: string;
|
|
24
|
+
500: string;
|
|
25
|
+
600: string;
|
|
26
|
+
700: string;
|
|
27
|
+
800: string;
|
|
28
|
+
900: string;
|
|
29
|
+
950: string;
|
|
30
|
+
};
|
|
31
|
+
zinc: {
|
|
32
|
+
50: string;
|
|
33
|
+
100: string;
|
|
34
|
+
200: string;
|
|
35
|
+
300: string;
|
|
36
|
+
400: string;
|
|
37
|
+
500: string;
|
|
38
|
+
600: string;
|
|
39
|
+
700: string;
|
|
40
|
+
800: string;
|
|
41
|
+
900: string;
|
|
42
|
+
950: string;
|
|
43
|
+
};
|
|
44
|
+
neutral: {
|
|
45
|
+
50: string;
|
|
46
|
+
100: string;
|
|
47
|
+
200: string;
|
|
48
|
+
300: string;
|
|
49
|
+
400: string;
|
|
50
|
+
500: string;
|
|
51
|
+
600: string;
|
|
52
|
+
700: string;
|
|
53
|
+
800: string;
|
|
54
|
+
900: string;
|
|
55
|
+
950: string;
|
|
56
|
+
};
|
|
57
|
+
stone: {
|
|
58
|
+
50: string;
|
|
59
|
+
100: string;
|
|
60
|
+
200: string;
|
|
61
|
+
300: string;
|
|
62
|
+
400: string;
|
|
63
|
+
500: string;
|
|
64
|
+
600: string;
|
|
65
|
+
700: string;
|
|
66
|
+
800: string;
|
|
67
|
+
900: string;
|
|
68
|
+
950: string;
|
|
69
|
+
};
|
|
70
|
+
red: {
|
|
71
|
+
50: string;
|
|
72
|
+
100: string;
|
|
73
|
+
200: string;
|
|
74
|
+
300: string;
|
|
75
|
+
400: string;
|
|
76
|
+
500: string;
|
|
77
|
+
600: string;
|
|
78
|
+
700: string;
|
|
79
|
+
800: string;
|
|
80
|
+
900: string;
|
|
81
|
+
950: string;
|
|
82
|
+
};
|
|
83
|
+
orange: {
|
|
84
|
+
50: string;
|
|
85
|
+
100: string;
|
|
86
|
+
200: string;
|
|
87
|
+
300: string;
|
|
88
|
+
400: string;
|
|
89
|
+
500: string;
|
|
90
|
+
600: string;
|
|
91
|
+
700: string;
|
|
92
|
+
800: string;
|
|
93
|
+
900: string;
|
|
94
|
+
950: string;
|
|
95
|
+
};
|
|
96
|
+
amber: {
|
|
97
|
+
50: string;
|
|
98
|
+
100: string;
|
|
99
|
+
200: string;
|
|
100
|
+
300: string;
|
|
101
|
+
400: string;
|
|
102
|
+
500: string;
|
|
103
|
+
600: string;
|
|
104
|
+
700: string;
|
|
105
|
+
800: string;
|
|
106
|
+
900: string;
|
|
107
|
+
950: string;
|
|
108
|
+
};
|
|
109
|
+
yellow: {
|
|
110
|
+
50: string;
|
|
111
|
+
100: string;
|
|
112
|
+
200: string;
|
|
113
|
+
300: string;
|
|
114
|
+
400: string;
|
|
115
|
+
500: string;
|
|
116
|
+
600: string;
|
|
117
|
+
700: string;
|
|
118
|
+
800: string;
|
|
119
|
+
900: string;
|
|
120
|
+
950: string;
|
|
121
|
+
};
|
|
122
|
+
lime: {
|
|
123
|
+
50: string;
|
|
124
|
+
100: string;
|
|
125
|
+
200: string;
|
|
126
|
+
300: string;
|
|
127
|
+
400: string;
|
|
128
|
+
500: string;
|
|
129
|
+
600: string;
|
|
130
|
+
700: string;
|
|
131
|
+
800: string;
|
|
132
|
+
900: string;
|
|
133
|
+
950: string;
|
|
134
|
+
};
|
|
135
|
+
green: {
|
|
136
|
+
50: string;
|
|
137
|
+
100: string;
|
|
138
|
+
200: string;
|
|
139
|
+
300: string;
|
|
140
|
+
400: string;
|
|
141
|
+
500: string;
|
|
142
|
+
600: string;
|
|
143
|
+
700: string;
|
|
144
|
+
800: string;
|
|
145
|
+
900: string;
|
|
146
|
+
950: string;
|
|
147
|
+
};
|
|
148
|
+
emerald: {
|
|
149
|
+
50: string;
|
|
150
|
+
100: string;
|
|
151
|
+
200: string;
|
|
152
|
+
300: string;
|
|
153
|
+
400: string;
|
|
154
|
+
500: string;
|
|
155
|
+
600: string;
|
|
156
|
+
700: string;
|
|
157
|
+
800: string;
|
|
158
|
+
900: string;
|
|
159
|
+
950: string;
|
|
160
|
+
};
|
|
161
|
+
teal: {
|
|
162
|
+
50: string;
|
|
163
|
+
100: string;
|
|
164
|
+
200: string;
|
|
165
|
+
300: string;
|
|
166
|
+
400: string;
|
|
167
|
+
500: string;
|
|
168
|
+
600: string;
|
|
169
|
+
700: string;
|
|
170
|
+
800: string;
|
|
171
|
+
900: string;
|
|
172
|
+
950: string;
|
|
173
|
+
};
|
|
174
|
+
cyan: {
|
|
175
|
+
50: string;
|
|
176
|
+
100: string;
|
|
177
|
+
200: string;
|
|
178
|
+
300: string;
|
|
179
|
+
400: string;
|
|
180
|
+
500: string;
|
|
181
|
+
600: string;
|
|
182
|
+
700: string;
|
|
183
|
+
800: string;
|
|
184
|
+
900: string;
|
|
185
|
+
950: string;
|
|
186
|
+
};
|
|
187
|
+
sky: {
|
|
188
|
+
50: string;
|
|
189
|
+
100: string;
|
|
190
|
+
200: string;
|
|
191
|
+
300: string;
|
|
192
|
+
400: string;
|
|
193
|
+
500: string;
|
|
194
|
+
600: string;
|
|
195
|
+
700: string;
|
|
196
|
+
800: string;
|
|
197
|
+
900: string;
|
|
198
|
+
950: string;
|
|
199
|
+
};
|
|
200
|
+
blue: {
|
|
201
|
+
50: string;
|
|
202
|
+
100: string;
|
|
203
|
+
200: string;
|
|
204
|
+
300: string;
|
|
205
|
+
400: string;
|
|
206
|
+
500: string;
|
|
207
|
+
600: string;
|
|
208
|
+
700: string;
|
|
209
|
+
800: string;
|
|
210
|
+
900: string;
|
|
211
|
+
950: string;
|
|
212
|
+
};
|
|
213
|
+
indigo: {
|
|
214
|
+
50: string;
|
|
215
|
+
100: string;
|
|
216
|
+
200: string;
|
|
217
|
+
300: string;
|
|
218
|
+
400: string;
|
|
219
|
+
500: string;
|
|
220
|
+
600: string;
|
|
221
|
+
700: string;
|
|
222
|
+
800: string;
|
|
223
|
+
900: string;
|
|
224
|
+
950: string;
|
|
225
|
+
};
|
|
226
|
+
violet: {
|
|
227
|
+
50: string;
|
|
228
|
+
100: string;
|
|
229
|
+
200: string;
|
|
230
|
+
300: string;
|
|
231
|
+
400: string;
|
|
232
|
+
500: string;
|
|
233
|
+
600: string;
|
|
234
|
+
700: string;
|
|
235
|
+
800: string;
|
|
236
|
+
900: string;
|
|
237
|
+
950: string;
|
|
238
|
+
};
|
|
239
|
+
purple: {
|
|
240
|
+
50: string;
|
|
241
|
+
100: string;
|
|
242
|
+
200: string;
|
|
243
|
+
300: string;
|
|
244
|
+
400: string;
|
|
245
|
+
500: string;
|
|
246
|
+
600: string;
|
|
247
|
+
700: string;
|
|
248
|
+
800: string;
|
|
249
|
+
900: string;
|
|
250
|
+
950: string;
|
|
251
|
+
};
|
|
252
|
+
fuchsia: {
|
|
253
|
+
50: string;
|
|
254
|
+
100: string;
|
|
255
|
+
200: string;
|
|
256
|
+
300: string;
|
|
257
|
+
400: string;
|
|
258
|
+
500: string;
|
|
259
|
+
600: string;
|
|
260
|
+
700: string;
|
|
261
|
+
800: string;
|
|
262
|
+
900: string;
|
|
263
|
+
950: string;
|
|
264
|
+
};
|
|
265
|
+
pink: {
|
|
266
|
+
50: string;
|
|
267
|
+
100: string;
|
|
268
|
+
200: string;
|
|
269
|
+
300: string;
|
|
270
|
+
400: string;
|
|
271
|
+
500: string;
|
|
272
|
+
600: string;
|
|
273
|
+
700: string;
|
|
274
|
+
800: string;
|
|
275
|
+
900: string;
|
|
276
|
+
950: string;
|
|
277
|
+
};
|
|
278
|
+
rose: {
|
|
279
|
+
50: string;
|
|
280
|
+
100: string;
|
|
281
|
+
200: string;
|
|
282
|
+
300: string;
|
|
283
|
+
400: string;
|
|
284
|
+
500: string;
|
|
285
|
+
600: string;
|
|
286
|
+
700: string;
|
|
287
|
+
800: string;
|
|
288
|
+
900: string;
|
|
289
|
+
950: string;
|
|
290
|
+
};
|
|
291
|
+
light: {
|
|
292
|
+
50: string;
|
|
293
|
+
100: string;
|
|
294
|
+
200: string;
|
|
295
|
+
300: string;
|
|
296
|
+
400: string;
|
|
297
|
+
500: string;
|
|
298
|
+
600: string;
|
|
299
|
+
700: string;
|
|
300
|
+
800: string;
|
|
301
|
+
900: string;
|
|
302
|
+
950: string;
|
|
303
|
+
};
|
|
304
|
+
dark: {
|
|
305
|
+
50: string;
|
|
306
|
+
100: string;
|
|
307
|
+
200: string;
|
|
308
|
+
300: string;
|
|
309
|
+
400: string;
|
|
310
|
+
500: string;
|
|
311
|
+
600: string;
|
|
312
|
+
700: string;
|
|
313
|
+
800: string;
|
|
314
|
+
900: string;
|
|
315
|
+
950: string;
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
//#endregion
|
|
319
|
+
export { colors as t };
|
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
//#region src/theme/colors.ts
|
|
2
|
+
const colors = {
|
|
3
|
+
black: "#000",
|
|
4
|
+
white: "#fff",
|
|
5
|
+
slate: {
|
|
6
|
+
50: "oklch(98.4% 0.003 247.858)",
|
|
7
|
+
100: "oklch(96.8% 0.007 247.896)",
|
|
8
|
+
200: "oklch(92.9% 0.013 255.508)",
|
|
9
|
+
300: "oklch(86.9% 0.022 252.894)",
|
|
10
|
+
400: "oklch(70.4% 0.04 256.788)",
|
|
11
|
+
500: "oklch(55.4% 0.046 257.417)",
|
|
12
|
+
600: "oklch(44.6% 0.043 257.281)",
|
|
13
|
+
700: "oklch(37.2% 0.044 257.287)",
|
|
14
|
+
800: "oklch(27.9% 0.041 260.031)",
|
|
15
|
+
900: "oklch(20.8% 0.042 265.755)",
|
|
16
|
+
950: "oklch(12.9% 0.042 264.695)"
|
|
17
|
+
},
|
|
18
|
+
gray: {
|
|
19
|
+
50: "oklch(98.5% 0.002 247.839)",
|
|
20
|
+
100: "oklch(96.7% 0.003 264.542)",
|
|
21
|
+
200: "oklch(92.8% 0.006 264.531)",
|
|
22
|
+
300: "oklch(87.2% 0.01 258.338)",
|
|
23
|
+
400: "oklch(70.7% 0.022 261.325)",
|
|
24
|
+
500: "oklch(55.1% 0.027 264.364)",
|
|
25
|
+
600: "oklch(44.6% 0.03 256.802)",
|
|
26
|
+
700: "oklch(37.3% 0.034 259.733)",
|
|
27
|
+
800: "oklch(27.8% 0.033 256.848)",
|
|
28
|
+
900: "oklch(21% 0.034 264.665)",
|
|
29
|
+
950: "oklch(13% 0.028 261.692)"
|
|
30
|
+
},
|
|
31
|
+
zinc: {
|
|
32
|
+
50: "oklch(98.5% 0 0)",
|
|
33
|
+
100: "oklch(96.7% 0.001 286.375)",
|
|
34
|
+
200: "oklch(92% 0.004 286.32)",
|
|
35
|
+
300: "oklch(87.1% 0.006 286.286)",
|
|
36
|
+
400: "oklch(70.5% 0.015 286.067)",
|
|
37
|
+
500: "oklch(55.2% 0.016 285.938)",
|
|
38
|
+
600: "oklch(44.2% 0.017 285.786)",
|
|
39
|
+
700: "oklch(37% 0.013 285.805)",
|
|
40
|
+
800: "oklch(27.4% 0.006 286.033)",
|
|
41
|
+
900: "oklch(21% 0.006 285.885)",
|
|
42
|
+
950: "oklch(14.1% 0.005 285.823)"
|
|
43
|
+
},
|
|
44
|
+
neutral: {
|
|
45
|
+
50: "oklch(98.5% 0 0)",
|
|
46
|
+
100: "oklch(97% 0 0)",
|
|
47
|
+
200: "oklch(92.2% 0 0)",
|
|
48
|
+
300: "oklch(87% 0 0)",
|
|
49
|
+
400: "oklch(70.8% 0 0)",
|
|
50
|
+
500: "oklch(55.6% 0 0)",
|
|
51
|
+
600: "oklch(43.9% 0 0)",
|
|
52
|
+
700: "oklch(37.1% 0 0)",
|
|
53
|
+
800: "oklch(26.9% 0 0)",
|
|
54
|
+
900: "oklch(20.5% 0 0)",
|
|
55
|
+
950: "oklch(14.5% 0 0)"
|
|
56
|
+
},
|
|
57
|
+
stone: {
|
|
58
|
+
50: "oklch(98.5% 0.001 106.423)",
|
|
59
|
+
100: "oklch(97% 0.001 106.424)",
|
|
60
|
+
200: "oklch(92.3% 0.003 48.717)",
|
|
61
|
+
300: "oklch(86.9% 0.005 56.366)",
|
|
62
|
+
400: "oklch(70.9% 0.01 56.259)",
|
|
63
|
+
500: "oklch(55.3% 0.013 58.071)",
|
|
64
|
+
600: "oklch(44.4% 0.011 73.639)",
|
|
65
|
+
700: "oklch(37.4% 0.01 67.558)",
|
|
66
|
+
800: "oklch(26.8% 0.007 34.298)",
|
|
67
|
+
900: "oklch(21.6% 0.006 56.043)",
|
|
68
|
+
950: "oklch(14.7% 0.004 49.25)"
|
|
69
|
+
},
|
|
70
|
+
red: {
|
|
71
|
+
50: "oklch(97.1% 0.013 17.38)",
|
|
72
|
+
100: "oklch(93.6% 0.032 17.717)",
|
|
73
|
+
200: "oklch(88.5% 0.062 18.334)",
|
|
74
|
+
300: "oklch(80.8% 0.114 19.571)",
|
|
75
|
+
400: "oklch(70.4% 0.191 22.216)",
|
|
76
|
+
500: "oklch(63.7% 0.237 25.331)",
|
|
77
|
+
600: "oklch(57.7% 0.245 27.325)",
|
|
78
|
+
700: "oklch(50.5% 0.213 27.518)",
|
|
79
|
+
800: "oklch(44.4% 0.177 26.899)",
|
|
80
|
+
900: "oklch(39.6% 0.141 25.723)",
|
|
81
|
+
950: "oklch(25.8% 0.092 26.042)"
|
|
82
|
+
},
|
|
83
|
+
orange: {
|
|
84
|
+
50: "oklch(98% 0.016 73.684)",
|
|
85
|
+
100: "oklch(95.4% 0.038 75.164)",
|
|
86
|
+
200: "oklch(90.1% 0.076 70.697)",
|
|
87
|
+
300: "oklch(83.7% 0.128 66.29)",
|
|
88
|
+
400: "oklch(75% 0.183 55.934)",
|
|
89
|
+
500: "oklch(70.5% 0.213 47.604)",
|
|
90
|
+
600: "oklch(64.6% 0.222 41.116)",
|
|
91
|
+
700: "oklch(55.3% 0.195 38.402)",
|
|
92
|
+
800: "oklch(47% 0.157 37.304)",
|
|
93
|
+
900: "oklch(40.8% 0.123 38.172)",
|
|
94
|
+
950: "oklch(26.6% 0.079 36.259)"
|
|
95
|
+
},
|
|
96
|
+
amber: {
|
|
97
|
+
50: "oklch(98.7% 0.022 95.277)",
|
|
98
|
+
100: "oklch(96.2% 0.059 95.617)",
|
|
99
|
+
200: "oklch(92.4% 0.12 95.746)",
|
|
100
|
+
300: "oklch(87.9% 0.169 91.605)",
|
|
101
|
+
400: "oklch(82.8% 0.189 84.429)",
|
|
102
|
+
500: "oklch(76.9% 0.188 70.08)",
|
|
103
|
+
600: "oklch(66.6% 0.179 58.318)",
|
|
104
|
+
700: "oklch(55.5% 0.163 48.998)",
|
|
105
|
+
800: "oklch(47.3% 0.137 46.201)",
|
|
106
|
+
900: "oklch(41.4% 0.112 45.904)",
|
|
107
|
+
950: "oklch(27.9% 0.077 45.635)"
|
|
108
|
+
},
|
|
109
|
+
yellow: {
|
|
110
|
+
50: "oklch(98.7% 0.026 102.212)",
|
|
111
|
+
100: "oklch(97.3% 0.071 103.193)",
|
|
112
|
+
200: "oklch(94.5% 0.129 101.54)",
|
|
113
|
+
300: "oklch(90.5% 0.182 98.111)",
|
|
114
|
+
400: "oklch(85.2% 0.199 91.936)",
|
|
115
|
+
500: "oklch(79.5% 0.184 86.047)",
|
|
116
|
+
600: "oklch(68.1% 0.162 75.834)",
|
|
117
|
+
700: "oklch(55.4% 0.135 66.442)",
|
|
118
|
+
800: "oklch(47.6% 0.114 61.907)",
|
|
119
|
+
900: "oklch(42.1% 0.095 57.708)",
|
|
120
|
+
950: "oklch(28.6% 0.066 53.813)"
|
|
121
|
+
},
|
|
122
|
+
lime: {
|
|
123
|
+
50: "oklch(98.6% 0.031 120.757)",
|
|
124
|
+
100: "oklch(96.7% 0.067 122.328)",
|
|
125
|
+
200: "oklch(93.8% 0.127 124.321)",
|
|
126
|
+
300: "oklch(89.7% 0.196 126.665)",
|
|
127
|
+
400: "oklch(84.1% 0.238 128.85)",
|
|
128
|
+
500: "oklch(76.8% 0.233 130.85)",
|
|
129
|
+
600: "oklch(64.8% 0.2 131.684)",
|
|
130
|
+
700: "oklch(53.2% 0.157 131.589)",
|
|
131
|
+
800: "oklch(45.3% 0.124 130.933)",
|
|
132
|
+
900: "oklch(40.5% 0.101 131.063)",
|
|
133
|
+
950: "oklch(27.4% 0.072 132.109)"
|
|
134
|
+
},
|
|
135
|
+
green: {
|
|
136
|
+
50: "oklch(98.2% 0.018 155.826)",
|
|
137
|
+
100: "oklch(96.2% 0.044 156.743)",
|
|
138
|
+
200: "oklch(92.5% 0.084 155.995)",
|
|
139
|
+
300: "oklch(87.1% 0.15 154.449)",
|
|
140
|
+
400: "oklch(79.2% 0.209 151.711)",
|
|
141
|
+
500: "oklch(72.3% 0.219 149.579)",
|
|
142
|
+
600: "oklch(62.7% 0.194 149.214)",
|
|
143
|
+
700: "oklch(52.7% 0.154 150.069)",
|
|
144
|
+
800: "oklch(44.8% 0.119 151.328)",
|
|
145
|
+
900: "oklch(39.3% 0.095 152.535)",
|
|
146
|
+
950: "oklch(26.6% 0.065 152.934)"
|
|
147
|
+
},
|
|
148
|
+
emerald: {
|
|
149
|
+
50: "oklch(97.9% 0.021 166.113)",
|
|
150
|
+
100: "oklch(95% 0.052 163.051)",
|
|
151
|
+
200: "oklch(90.5% 0.093 164.15)",
|
|
152
|
+
300: "oklch(84.5% 0.143 164.978)",
|
|
153
|
+
400: "oklch(76.5% 0.177 163.223)",
|
|
154
|
+
500: "oklch(69.6% 0.17 162.48)",
|
|
155
|
+
600: "oklch(59.6% 0.145 163.225)",
|
|
156
|
+
700: "oklch(50.8% 0.118 165.612)",
|
|
157
|
+
800: "oklch(43.2% 0.095 166.913)",
|
|
158
|
+
900: "oklch(37.8% 0.077 168.94)",
|
|
159
|
+
950: "oklch(26.2% 0.051 172.552)"
|
|
160
|
+
},
|
|
161
|
+
teal: {
|
|
162
|
+
50: "oklch(98.4% 0.014 180.72)",
|
|
163
|
+
100: "oklch(95.3% 0.051 180.801)",
|
|
164
|
+
200: "oklch(91% 0.096 180.426)",
|
|
165
|
+
300: "oklch(85.5% 0.138 181.071)",
|
|
166
|
+
400: "oklch(77.7% 0.152 181.912)",
|
|
167
|
+
500: "oklch(70.4% 0.14 182.503)",
|
|
168
|
+
600: "oklch(60% 0.118 184.704)",
|
|
169
|
+
700: "oklch(51.1% 0.096 186.391)",
|
|
170
|
+
800: "oklch(43.7% 0.078 188.216)",
|
|
171
|
+
900: "oklch(38.6% 0.063 188.416)",
|
|
172
|
+
950: "oklch(27.7% 0.046 192.524)"
|
|
173
|
+
},
|
|
174
|
+
cyan: {
|
|
175
|
+
50: "oklch(98.4% 0.019 200.873)",
|
|
176
|
+
100: "oklch(95.6% 0.045 203.388)",
|
|
177
|
+
200: "oklch(91.7% 0.08 205.041)",
|
|
178
|
+
300: "oklch(86.5% 0.127 207.078)",
|
|
179
|
+
400: "oklch(78.9% 0.154 211.53)",
|
|
180
|
+
500: "oklch(71.5% 0.143 215.221)",
|
|
181
|
+
600: "oklch(60.9% 0.126 221.723)",
|
|
182
|
+
700: "oklch(52% 0.105 223.128)",
|
|
183
|
+
800: "oklch(45% 0.085 224.283)",
|
|
184
|
+
900: "oklch(39.8% 0.07 227.392)",
|
|
185
|
+
950: "oklch(30.2% 0.056 229.695)"
|
|
186
|
+
},
|
|
187
|
+
sky: {
|
|
188
|
+
50: "oklch(97.7% 0.013 236.62)",
|
|
189
|
+
100: "oklch(95.1% 0.026 236.824)",
|
|
190
|
+
200: "oklch(90.1% 0.058 230.902)",
|
|
191
|
+
300: "oklch(82.8% 0.111 230.318)",
|
|
192
|
+
400: "oklch(74.6% 0.16 232.661)",
|
|
193
|
+
500: "oklch(68.5% 0.169 237.323)",
|
|
194
|
+
600: "oklch(58.8% 0.158 241.966)",
|
|
195
|
+
700: "oklch(50% 0.134 242.749)",
|
|
196
|
+
800: "oklch(44.3% 0.11 240.79)",
|
|
197
|
+
900: "oklch(39.1% 0.09 240.876)",
|
|
198
|
+
950: "oklch(29.3% 0.066 243.157)"
|
|
199
|
+
},
|
|
200
|
+
blue: {
|
|
201
|
+
50: "oklch(97% 0.014 254.604)",
|
|
202
|
+
100: "oklch(93.2% 0.032 255.585)",
|
|
203
|
+
200: "oklch(88.2% 0.059 254.128)",
|
|
204
|
+
300: "oklch(80.9% 0.105 251.813)",
|
|
205
|
+
400: "oklch(70.7% 0.165 254.624)",
|
|
206
|
+
500: "oklch(62.3% 0.214 259.815)",
|
|
207
|
+
600: "oklch(54.6% 0.245 262.881)",
|
|
208
|
+
700: "oklch(48.8% 0.243 264.376)",
|
|
209
|
+
800: "oklch(42.4% 0.199 265.638)",
|
|
210
|
+
900: "oklch(37.9% 0.146 265.522)",
|
|
211
|
+
950: "oklch(28.2% 0.091 267.935)"
|
|
212
|
+
},
|
|
213
|
+
indigo: {
|
|
214
|
+
50: "oklch(96.2% 0.018 272.314)",
|
|
215
|
+
100: "oklch(93% 0.034 272.788)",
|
|
216
|
+
200: "oklch(87% 0.065 274.039)",
|
|
217
|
+
300: "oklch(78.5% 0.115 274.713)",
|
|
218
|
+
400: "oklch(67.3% 0.182 276.935)",
|
|
219
|
+
500: "oklch(58.5% 0.233 277.117)",
|
|
220
|
+
600: "oklch(51.1% 0.262 276.966)",
|
|
221
|
+
700: "oklch(45.7% 0.24 277.023)",
|
|
222
|
+
800: "oklch(39.8% 0.195 277.366)",
|
|
223
|
+
900: "oklch(35.9% 0.144 278.697)",
|
|
224
|
+
950: "oklch(25.7% 0.09 281.288)"
|
|
225
|
+
},
|
|
226
|
+
violet: {
|
|
227
|
+
50: "oklch(96.9% 0.016 293.756)",
|
|
228
|
+
100: "oklch(94.3% 0.029 294.588)",
|
|
229
|
+
200: "oklch(89.4% 0.057 293.283)",
|
|
230
|
+
300: "oklch(81.1% 0.111 293.571)",
|
|
231
|
+
400: "oklch(70.2% 0.183 293.541)",
|
|
232
|
+
500: "oklch(60.6% 0.25 292.717)",
|
|
233
|
+
600: "oklch(54.1% 0.281 293.009)",
|
|
234
|
+
700: "oklch(49.1% 0.27 292.581)",
|
|
235
|
+
800: "oklch(43.2% 0.232 292.759)",
|
|
236
|
+
900: "oklch(38% 0.189 293.745)",
|
|
237
|
+
950: "oklch(28.3% 0.141 291.089)"
|
|
238
|
+
},
|
|
239
|
+
purple: {
|
|
240
|
+
50: "oklch(97.7% 0.014 308.299)",
|
|
241
|
+
100: "oklch(94.6% 0.033 307.174)",
|
|
242
|
+
200: "oklch(90.2% 0.063 306.703)",
|
|
243
|
+
300: "oklch(82.7% 0.119 306.383)",
|
|
244
|
+
400: "oklch(71.4% 0.203 305.504)",
|
|
245
|
+
500: "oklch(62.7% 0.265 303.9)",
|
|
246
|
+
600: "oklch(55.8% 0.288 302.321)",
|
|
247
|
+
700: "oklch(49.6% 0.265 301.924)",
|
|
248
|
+
800: "oklch(43.8% 0.218 303.724)",
|
|
249
|
+
900: "oklch(38.1% 0.176 304.987)",
|
|
250
|
+
950: "oklch(29.1% 0.149 302.717)"
|
|
251
|
+
},
|
|
252
|
+
fuchsia: {
|
|
253
|
+
50: "oklch(97.7% 0.017 320.058)",
|
|
254
|
+
100: "oklch(95.2% 0.037 318.852)",
|
|
255
|
+
200: "oklch(90.3% 0.076 319.62)",
|
|
256
|
+
300: "oklch(83.3% 0.145 321.434)",
|
|
257
|
+
400: "oklch(74% 0.238 322.16)",
|
|
258
|
+
500: "oklch(66.7% 0.295 322.15)",
|
|
259
|
+
600: "oklch(59.1% 0.293 322.896)",
|
|
260
|
+
700: "oklch(51.8% 0.253 323.949)",
|
|
261
|
+
800: "oklch(45.2% 0.211 324.591)",
|
|
262
|
+
900: "oklch(40.1% 0.17 325.612)",
|
|
263
|
+
950: "oklch(29.3% 0.136 325.661)"
|
|
264
|
+
},
|
|
265
|
+
pink: {
|
|
266
|
+
50: "oklch(97.1% 0.014 343.198)",
|
|
267
|
+
100: "oklch(94.8% 0.028 342.258)",
|
|
268
|
+
200: "oklch(89.9% 0.061 343.231)",
|
|
269
|
+
300: "oklch(82.3% 0.12 346.018)",
|
|
270
|
+
400: "oklch(71.8% 0.202 349.761)",
|
|
271
|
+
500: "oklch(65.6% 0.241 354.308)",
|
|
272
|
+
600: "oklch(59.2% 0.249 0.584)",
|
|
273
|
+
700: "oklch(52.5% 0.223 3.958)",
|
|
274
|
+
800: "oklch(45.9% 0.187 3.815)",
|
|
275
|
+
900: "oklch(40.8% 0.153 2.432)",
|
|
276
|
+
950: "oklch(28.4% 0.109 3.907)"
|
|
277
|
+
},
|
|
278
|
+
rose: {
|
|
279
|
+
50: "oklch(96.9% 0.015 12.422)",
|
|
280
|
+
100: "oklch(94.1% 0.03 12.58)",
|
|
281
|
+
200: "oklch(89.2% 0.058 10.001)",
|
|
282
|
+
300: "oklch(81% 0.117 11.638)",
|
|
283
|
+
400: "oklch(71.2% 0.194 13.428)",
|
|
284
|
+
500: "oklch(64.5% 0.246 16.439)",
|
|
285
|
+
600: "oklch(58.6% 0.253 17.585)",
|
|
286
|
+
700: "oklch(51.4% 0.222 16.935)",
|
|
287
|
+
800: "oklch(45.5% 0.188 13.697)",
|
|
288
|
+
900: "oklch(41% 0.159 10.272)",
|
|
289
|
+
950: "oklch(27.1% 0.105 12.094)"
|
|
290
|
+
},
|
|
291
|
+
light: {
|
|
292
|
+
50: "oklch(99.4% 0 0)",
|
|
293
|
+
100: "oklch(99.11% 0 0)",
|
|
294
|
+
200: "oklch(98.51% 0 0)",
|
|
295
|
+
300: "oklch(98.16% 0.0017 247.84)",
|
|
296
|
+
400: "oklch(97.31% 0 0)",
|
|
297
|
+
500: "oklch(96.12% 0 0)",
|
|
298
|
+
600: "oklch(96.32% 0.0034 247.86)",
|
|
299
|
+
700: "oklch(94.17% 0.0052 247.88)",
|
|
300
|
+
800: "oklch(91.09% 0.007 247.9)",
|
|
301
|
+
900: "oklch(90.72% 0.0051 228.82)",
|
|
302
|
+
950: "oklch(89.23% 0.006 239.83)"
|
|
303
|
+
},
|
|
304
|
+
dark: {
|
|
305
|
+
50: "oklch(40.91% 0 0)",
|
|
306
|
+
100: "oklch(35.62% 0 0)",
|
|
307
|
+
200: "oklch(31.71% 0 0)",
|
|
308
|
+
300: "oklch(29.72% 0 0)",
|
|
309
|
+
400: "oklch(25.2% 0 0)",
|
|
310
|
+
500: "oklch(23.93% 0 0)",
|
|
311
|
+
600: "oklch(22.73% 0.0038 286.09)",
|
|
312
|
+
700: "oklch(22.21% 0 0)",
|
|
313
|
+
800: "oklch(20.9% 0 0)",
|
|
314
|
+
900: "oklch(16.84% 0 0)",
|
|
315
|
+
950: "oklch(13.44% 0 0)"
|
|
316
|
+
}
|
|
317
|
+
};
|
|
318
|
+
Object.values(colors).forEach((color) => {
|
|
319
|
+
if (typeof color !== "string" && color !== void 0) color.DEFAULT = color.DEFAULT || color[400];
|
|
320
|
+
});
|
|
321
|
+
|
|
322
|
+
//#endregion
|
|
323
|
+
export { colors as t };
|