@tokenami/ds 0.0.62
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/LICENSE +21 -0
- package/README.md +79 -0
- package/dist/index.cjs +2403 -0
- package/dist/index.d.cts +3840 -0
- package/dist/index.d.ts +3840 -0
- package/dist/index.js +2401 -0
- package/package.json +44 -0
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,2403 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var config = require('@tokenami/config');
|
|
4
|
+
var colors = require('@radix-ui/colors');
|
|
5
|
+
|
|
6
|
+
// src/index.ts
|
|
7
|
+
var shared = {
|
|
8
|
+
black: "#000",
|
|
9
|
+
black1a: colors.blackA.blackA1,
|
|
10
|
+
black2a: colors.blackA.blackA2,
|
|
11
|
+
black3a: colors.blackA.blackA3,
|
|
12
|
+
black4a: colors.blackA.blackA4,
|
|
13
|
+
black5a: colors.blackA.blackA5,
|
|
14
|
+
black6a: colors.blackA.blackA6,
|
|
15
|
+
black7a: colors.blackA.blackA7,
|
|
16
|
+
black8a: colors.blackA.blackA8,
|
|
17
|
+
black9a: colors.blackA.blackA9,
|
|
18
|
+
black10a: colors.blackA.blackA10,
|
|
19
|
+
black11a: colors.blackA.blackA11,
|
|
20
|
+
black12a: colors.blackA.blackA12,
|
|
21
|
+
white: "#fff",
|
|
22
|
+
white1a: colors.whiteA.whiteA1,
|
|
23
|
+
white2a: colors.whiteA.whiteA2,
|
|
24
|
+
white3a: colors.whiteA.whiteA3,
|
|
25
|
+
white4a: colors.whiteA.whiteA4,
|
|
26
|
+
white5a: colors.whiteA.whiteA5,
|
|
27
|
+
white6a: colors.whiteA.whiteA6,
|
|
28
|
+
white7a: colors.whiteA.whiteA7,
|
|
29
|
+
white8a: colors.whiteA.whiteA8,
|
|
30
|
+
white9a: colors.whiteA.whiteA9,
|
|
31
|
+
white10a: colors.whiteA.whiteA10,
|
|
32
|
+
white11a: colors.whiteA.whiteA11,
|
|
33
|
+
white12a: colors.whiteA.whiteA12
|
|
34
|
+
};
|
|
35
|
+
var light = {
|
|
36
|
+
...colors.gray,
|
|
37
|
+
...colors.mauve,
|
|
38
|
+
...colors.slate,
|
|
39
|
+
...colors.sage,
|
|
40
|
+
...colors.olive,
|
|
41
|
+
...colors.sand,
|
|
42
|
+
...colors.gold,
|
|
43
|
+
...colors.bronze,
|
|
44
|
+
...colors.brown,
|
|
45
|
+
...colors.yellow,
|
|
46
|
+
...colors.amber,
|
|
47
|
+
...colors.orange,
|
|
48
|
+
...colors.tomato,
|
|
49
|
+
...colors.red,
|
|
50
|
+
...colors.ruby,
|
|
51
|
+
...colors.crimson,
|
|
52
|
+
...colors.pink,
|
|
53
|
+
...colors.plum,
|
|
54
|
+
...colors.purple,
|
|
55
|
+
...colors.violet,
|
|
56
|
+
...colors.iris,
|
|
57
|
+
...colors.indigo,
|
|
58
|
+
...colors.blue,
|
|
59
|
+
...colors.cyan,
|
|
60
|
+
...colors.teal,
|
|
61
|
+
...colors.jade,
|
|
62
|
+
...colors.green,
|
|
63
|
+
...colors.grass,
|
|
64
|
+
...colors.lime,
|
|
65
|
+
...colors.mint,
|
|
66
|
+
...colors.sky,
|
|
67
|
+
gray1a: colors.grayA.grayA1,
|
|
68
|
+
gray2a: colors.grayA.grayA2,
|
|
69
|
+
gray3a: colors.grayA.grayA3,
|
|
70
|
+
gray4a: colors.grayA.grayA4,
|
|
71
|
+
gray5a: colors.grayA.grayA5,
|
|
72
|
+
gray6a: colors.grayA.grayA6,
|
|
73
|
+
gray7a: colors.grayA.grayA7,
|
|
74
|
+
gray8a: colors.grayA.grayA8,
|
|
75
|
+
gray9a: colors.grayA.grayA9,
|
|
76
|
+
gray10a: colors.grayA.grayA10,
|
|
77
|
+
gray11a: colors.grayA.grayA11,
|
|
78
|
+
gray12a: colors.grayA.grayA12,
|
|
79
|
+
mauve1a: colors.mauveA.mauveA1,
|
|
80
|
+
mauve2a: colors.mauveA.mauveA2,
|
|
81
|
+
mauve3a: colors.mauveA.mauveA3,
|
|
82
|
+
mauve4a: colors.mauveA.mauveA4,
|
|
83
|
+
mauve5a: colors.mauveA.mauveA5,
|
|
84
|
+
mauve6a: colors.mauveA.mauveA6,
|
|
85
|
+
mauve7a: colors.mauveA.mauveA7,
|
|
86
|
+
mauve8a: colors.mauveA.mauveA8,
|
|
87
|
+
mauve9a: colors.mauveA.mauveA9,
|
|
88
|
+
mauve10a: colors.mauveA.mauveA10,
|
|
89
|
+
mauve11a: colors.mauveA.mauveA11,
|
|
90
|
+
mauve12a: colors.mauveA.mauveA12,
|
|
91
|
+
slate1a: colors.slateA.slateA1,
|
|
92
|
+
slate2a: colors.slateA.slateA2,
|
|
93
|
+
slate3a: colors.slateA.slateA3,
|
|
94
|
+
slate4a: colors.slateA.slateA4,
|
|
95
|
+
slate5a: colors.slateA.slateA5,
|
|
96
|
+
slate6a: colors.slateA.slateA6,
|
|
97
|
+
slate7a: colors.slateA.slateA7,
|
|
98
|
+
slate8a: colors.slateA.slateA8,
|
|
99
|
+
slate9a: colors.slateA.slateA9,
|
|
100
|
+
slate10a: colors.slateA.slateA10,
|
|
101
|
+
slate11a: colors.slateA.slateA11,
|
|
102
|
+
slate12a: colors.slateA.slateA12,
|
|
103
|
+
sage1a: colors.sageA.sageA1,
|
|
104
|
+
sage2a: colors.sageA.sageA2,
|
|
105
|
+
sage3a: colors.sageA.sageA3,
|
|
106
|
+
sage4a: colors.sageA.sageA4,
|
|
107
|
+
sage5a: colors.sageA.sageA5,
|
|
108
|
+
sage6a: colors.sageA.sageA6,
|
|
109
|
+
sage7a: colors.sageA.sageA7,
|
|
110
|
+
sage8a: colors.sageA.sageA8,
|
|
111
|
+
sage9a: colors.sageA.sageA9,
|
|
112
|
+
sage10a: colors.sageA.sageA10,
|
|
113
|
+
sage11a: colors.sageA.sageA11,
|
|
114
|
+
sage12a: colors.sageA.sageA12,
|
|
115
|
+
olive1a: colors.oliveA.oliveA1,
|
|
116
|
+
olive2a: colors.oliveA.oliveA2,
|
|
117
|
+
olive3a: colors.oliveA.oliveA3,
|
|
118
|
+
olive4a: colors.oliveA.oliveA4,
|
|
119
|
+
olive5a: colors.oliveA.oliveA5,
|
|
120
|
+
olive6a: colors.oliveA.oliveA6,
|
|
121
|
+
olive7a: colors.oliveA.oliveA7,
|
|
122
|
+
olive8a: colors.oliveA.oliveA8,
|
|
123
|
+
olive9a: colors.oliveA.oliveA9,
|
|
124
|
+
olive10a: colors.oliveA.oliveA10,
|
|
125
|
+
olive11a: colors.oliveA.oliveA11,
|
|
126
|
+
olive12a: colors.oliveA.oliveA12,
|
|
127
|
+
sand1a: colors.sandA.sandA1,
|
|
128
|
+
sand2a: colors.sandA.sandA2,
|
|
129
|
+
sand3a: colors.sandA.sandA3,
|
|
130
|
+
sand4a: colors.sandA.sandA4,
|
|
131
|
+
sand5a: colors.sandA.sandA5,
|
|
132
|
+
sand6a: colors.sandA.sandA6,
|
|
133
|
+
sand7a: colors.sandA.sandA7,
|
|
134
|
+
sand8a: colors.sandA.sandA8,
|
|
135
|
+
sand9a: colors.sandA.sandA9,
|
|
136
|
+
sand10a: colors.sandA.sandA10,
|
|
137
|
+
sand11a: colors.sandA.sandA11,
|
|
138
|
+
sand12a: colors.sandA.sandA12,
|
|
139
|
+
gold1a: colors.goldA.goldA1,
|
|
140
|
+
gold2a: colors.goldA.goldA2,
|
|
141
|
+
gold3a: colors.goldA.goldA3,
|
|
142
|
+
gold4a: colors.goldA.goldA4,
|
|
143
|
+
gold5a: colors.goldA.goldA5,
|
|
144
|
+
gold6a: colors.goldA.goldA6,
|
|
145
|
+
gold7a: colors.goldA.goldA7,
|
|
146
|
+
gold8a: colors.goldA.goldA8,
|
|
147
|
+
gold9a: colors.goldA.goldA9,
|
|
148
|
+
gold10a: colors.goldA.goldA10,
|
|
149
|
+
gold11a: colors.goldA.goldA11,
|
|
150
|
+
gold12a: colors.goldA.goldA12,
|
|
151
|
+
bronze1a: colors.bronzeA.bronzeA1,
|
|
152
|
+
bronze2a: colors.bronzeA.bronzeA2,
|
|
153
|
+
bronze3a: colors.bronzeA.bronzeA3,
|
|
154
|
+
bronze4a: colors.bronzeA.bronzeA4,
|
|
155
|
+
bronze5a: colors.bronzeA.bronzeA5,
|
|
156
|
+
bronze6a: colors.bronzeA.bronzeA6,
|
|
157
|
+
bronze7a: colors.bronzeA.bronzeA7,
|
|
158
|
+
bronze8a: colors.bronzeA.bronzeA8,
|
|
159
|
+
bronze9a: colors.bronzeA.bronzeA9,
|
|
160
|
+
bronze10a: colors.bronzeA.bronzeA10,
|
|
161
|
+
bronze11a: colors.bronzeA.bronzeA11,
|
|
162
|
+
bronze12a: colors.bronzeA.bronzeA12,
|
|
163
|
+
brown1a: colors.brownA.brownA1,
|
|
164
|
+
brown2a: colors.brownA.brownA2,
|
|
165
|
+
brown3a: colors.brownA.brownA3,
|
|
166
|
+
brown4a: colors.brownA.brownA4,
|
|
167
|
+
brown5a: colors.brownA.brownA5,
|
|
168
|
+
brown6a: colors.brownA.brownA6,
|
|
169
|
+
brown7a: colors.brownA.brownA7,
|
|
170
|
+
brown8a: colors.brownA.brownA8,
|
|
171
|
+
brown9a: colors.brownA.brownA9,
|
|
172
|
+
brown10a: colors.brownA.brownA10,
|
|
173
|
+
brown11a: colors.brownA.brownA11,
|
|
174
|
+
brown12a: colors.brownA.brownA12,
|
|
175
|
+
yellow1a: colors.yellowA.yellowA1,
|
|
176
|
+
yellow2a: colors.yellowA.yellowA2,
|
|
177
|
+
yellow3a: colors.yellowA.yellowA3,
|
|
178
|
+
yellow4a: colors.yellowA.yellowA4,
|
|
179
|
+
yellow5a: colors.yellowA.yellowA5,
|
|
180
|
+
yellow6a: colors.yellowA.yellowA6,
|
|
181
|
+
yellow7a: colors.yellowA.yellowA7,
|
|
182
|
+
yellow8a: colors.yellowA.yellowA8,
|
|
183
|
+
yellow9a: colors.yellowA.yellowA9,
|
|
184
|
+
yellow10a: colors.yellowA.yellowA10,
|
|
185
|
+
yellow11a: colors.yellowA.yellowA11,
|
|
186
|
+
yellow12a: colors.yellowA.yellowA12,
|
|
187
|
+
amber1a: colors.amberA.amberA1,
|
|
188
|
+
amber2a: colors.amberA.amberA2,
|
|
189
|
+
amber3a: colors.amberA.amberA3,
|
|
190
|
+
amber4a: colors.amberA.amberA4,
|
|
191
|
+
amber5a: colors.amberA.amberA5,
|
|
192
|
+
amber6a: colors.amberA.amberA6,
|
|
193
|
+
amber7a: colors.amberA.amberA7,
|
|
194
|
+
amber8a: colors.amberA.amberA8,
|
|
195
|
+
amber9a: colors.amberA.amberA9,
|
|
196
|
+
amber10a: colors.amberA.amberA10,
|
|
197
|
+
amber11a: colors.amberA.amberA11,
|
|
198
|
+
amber12a: colors.amberA.amberA12,
|
|
199
|
+
orange1a: colors.orangeA.orangeA1,
|
|
200
|
+
orange2a: colors.orangeA.orangeA2,
|
|
201
|
+
orange3a: colors.orangeA.orangeA3,
|
|
202
|
+
orange4a: colors.orangeA.orangeA4,
|
|
203
|
+
orange5a: colors.orangeA.orangeA5,
|
|
204
|
+
orange6a: colors.orangeA.orangeA6,
|
|
205
|
+
orange7a: colors.orangeA.orangeA7,
|
|
206
|
+
orange8a: colors.orangeA.orangeA8,
|
|
207
|
+
orange9a: colors.orangeA.orangeA9,
|
|
208
|
+
orange10a: colors.orangeA.orangeA10,
|
|
209
|
+
orange11a: colors.orangeA.orangeA11,
|
|
210
|
+
orange12a: colors.orangeA.orangeA12,
|
|
211
|
+
tomato1a: colors.tomatoA.tomatoA1,
|
|
212
|
+
tomato2a: colors.tomatoA.tomatoA2,
|
|
213
|
+
tomato3a: colors.tomatoA.tomatoA3,
|
|
214
|
+
tomato4a: colors.tomatoA.tomatoA4,
|
|
215
|
+
tomato5a: colors.tomatoA.tomatoA5,
|
|
216
|
+
tomato6a: colors.tomatoA.tomatoA6,
|
|
217
|
+
tomato7a: colors.tomatoA.tomatoA7,
|
|
218
|
+
tomato8a: colors.tomatoA.tomatoA8,
|
|
219
|
+
tomato9a: colors.tomatoA.tomatoA9,
|
|
220
|
+
tomato10a: colors.tomatoA.tomatoA10,
|
|
221
|
+
tomato11a: colors.tomatoA.tomatoA11,
|
|
222
|
+
tomato12a: colors.tomatoA.tomatoA12,
|
|
223
|
+
red1a: colors.redA.redA1,
|
|
224
|
+
red2a: colors.redA.redA2,
|
|
225
|
+
red3a: colors.redA.redA3,
|
|
226
|
+
red4a: colors.redA.redA4,
|
|
227
|
+
red5a: colors.redA.redA5,
|
|
228
|
+
red6a: colors.redA.redA6,
|
|
229
|
+
red7a: colors.redA.redA7,
|
|
230
|
+
red8a: colors.redA.redA8,
|
|
231
|
+
red9a: colors.redA.redA9,
|
|
232
|
+
red10a: colors.redA.redA10,
|
|
233
|
+
red11a: colors.redA.redA11,
|
|
234
|
+
red12a: colors.redA.redA12,
|
|
235
|
+
ruby1a: colors.rubyA.rubyA1,
|
|
236
|
+
ruby2a: colors.rubyA.rubyA2,
|
|
237
|
+
ruby3a: colors.rubyA.rubyA3,
|
|
238
|
+
ruby4a: colors.rubyA.rubyA4,
|
|
239
|
+
ruby5a: colors.rubyA.rubyA5,
|
|
240
|
+
ruby6a: colors.rubyA.rubyA6,
|
|
241
|
+
ruby7a: colors.rubyA.rubyA7,
|
|
242
|
+
ruby8a: colors.rubyA.rubyA8,
|
|
243
|
+
ruby9a: colors.rubyA.rubyA9,
|
|
244
|
+
ruby10a: colors.rubyA.rubyA10,
|
|
245
|
+
ruby11a: colors.rubyA.rubyA11,
|
|
246
|
+
ruby12a: colors.rubyA.rubyA12,
|
|
247
|
+
crimson1a: colors.crimsonA.crimsonA1,
|
|
248
|
+
crimson2a: colors.crimsonA.crimsonA2,
|
|
249
|
+
crimson3a: colors.crimsonA.crimsonA3,
|
|
250
|
+
crimson4a: colors.crimsonA.crimsonA4,
|
|
251
|
+
crimson5a: colors.crimsonA.crimsonA5,
|
|
252
|
+
crimson6a: colors.crimsonA.crimsonA6,
|
|
253
|
+
crimson7a: colors.crimsonA.crimsonA7,
|
|
254
|
+
crimson8a: colors.crimsonA.crimsonA8,
|
|
255
|
+
crimson9a: colors.crimsonA.crimsonA9,
|
|
256
|
+
crimson10a: colors.crimsonA.crimsonA10,
|
|
257
|
+
crimson11a: colors.crimsonA.crimsonA11,
|
|
258
|
+
crimson12a: colors.crimsonA.crimsonA12,
|
|
259
|
+
pink1a: colors.pinkA.pinkA1,
|
|
260
|
+
pink2a: colors.pinkA.pinkA2,
|
|
261
|
+
pink3a: colors.pinkA.pinkA3,
|
|
262
|
+
pink4a: colors.pinkA.pinkA4,
|
|
263
|
+
pink5a: colors.pinkA.pinkA5,
|
|
264
|
+
pink6a: colors.pinkA.pinkA6,
|
|
265
|
+
pink7a: colors.pinkA.pinkA7,
|
|
266
|
+
pink8a: colors.pinkA.pinkA8,
|
|
267
|
+
pink9a: colors.pinkA.pinkA9,
|
|
268
|
+
pink10a: colors.pinkA.pinkA10,
|
|
269
|
+
pink11a: colors.pinkA.pinkA11,
|
|
270
|
+
pink12a: colors.pinkA.pinkA12,
|
|
271
|
+
plum1a: colors.plumA.plumA1,
|
|
272
|
+
plum2a: colors.plumA.plumA2,
|
|
273
|
+
plum3a: colors.plumA.plumA3,
|
|
274
|
+
plum4a: colors.plumA.plumA4,
|
|
275
|
+
plum5a: colors.plumA.plumA5,
|
|
276
|
+
plum6a: colors.plumA.plumA6,
|
|
277
|
+
plum7a: colors.plumA.plumA7,
|
|
278
|
+
plum8a: colors.plumA.plumA8,
|
|
279
|
+
plum9a: colors.plumA.plumA9,
|
|
280
|
+
plum10a: colors.plumA.plumA10,
|
|
281
|
+
plum11a: colors.plumA.plumA11,
|
|
282
|
+
plum12a: colors.plumA.plumA12,
|
|
283
|
+
purple1a: colors.purpleA.purpleA1,
|
|
284
|
+
purple2a: colors.purpleA.purpleA2,
|
|
285
|
+
purple3a: colors.purpleA.purpleA3,
|
|
286
|
+
purple4a: colors.purpleA.purpleA4,
|
|
287
|
+
purple5a: colors.purpleA.purpleA5,
|
|
288
|
+
purple6a: colors.purpleA.purpleA6,
|
|
289
|
+
purple7a: colors.purpleA.purpleA7,
|
|
290
|
+
purple8a: colors.purpleA.purpleA8,
|
|
291
|
+
purple9a: colors.purpleA.purpleA9,
|
|
292
|
+
purple10a: colors.purpleA.purpleA10,
|
|
293
|
+
purple11a: colors.purpleA.purpleA11,
|
|
294
|
+
purple12a: colors.purpleA.purpleA12,
|
|
295
|
+
violet1a: colors.violetA.violetA1,
|
|
296
|
+
violet2a: colors.violetA.violetA2,
|
|
297
|
+
violet3a: colors.violetA.violetA3,
|
|
298
|
+
violet4a: colors.violetA.violetA4,
|
|
299
|
+
violet5a: colors.violetA.violetA5,
|
|
300
|
+
violet6a: colors.violetA.violetA6,
|
|
301
|
+
violet7a: colors.violetA.violetA7,
|
|
302
|
+
violet8a: colors.violetA.violetA8,
|
|
303
|
+
violet9a: colors.violetA.violetA9,
|
|
304
|
+
violet10a: colors.violetA.violetA10,
|
|
305
|
+
violet11a: colors.violetA.violetA11,
|
|
306
|
+
violet12a: colors.violetA.violetA12,
|
|
307
|
+
iris1a: colors.irisA.irisA1,
|
|
308
|
+
iris2a: colors.irisA.irisA2,
|
|
309
|
+
iris3a: colors.irisA.irisA3,
|
|
310
|
+
iris4a: colors.irisA.irisA4,
|
|
311
|
+
iris5a: colors.irisA.irisA5,
|
|
312
|
+
iris6a: colors.irisA.irisA6,
|
|
313
|
+
iris7a: colors.irisA.irisA7,
|
|
314
|
+
iris8a: colors.irisA.irisA8,
|
|
315
|
+
iris9a: colors.irisA.irisA9,
|
|
316
|
+
iris10a: colors.irisA.irisA10,
|
|
317
|
+
iris11a: colors.irisA.irisA11,
|
|
318
|
+
iris12a: colors.irisA.irisA12,
|
|
319
|
+
indigo1a: colors.indigoA.indigoA1,
|
|
320
|
+
indigo2a: colors.indigoA.indigoA2,
|
|
321
|
+
indigo3a: colors.indigoA.indigoA3,
|
|
322
|
+
indigo4a: colors.indigoA.indigoA4,
|
|
323
|
+
indigo5a: colors.indigoA.indigoA5,
|
|
324
|
+
indigo6a: colors.indigoA.indigoA6,
|
|
325
|
+
indigo7a: colors.indigoA.indigoA7,
|
|
326
|
+
indigo8a: colors.indigoA.indigoA8,
|
|
327
|
+
indigo9a: colors.indigoA.indigoA9,
|
|
328
|
+
indigo10a: colors.indigoA.indigoA10,
|
|
329
|
+
indigo11a: colors.indigoA.indigoA11,
|
|
330
|
+
indigo12a: colors.indigoA.indigoA12,
|
|
331
|
+
blue1a: colors.blueA.blueA1,
|
|
332
|
+
blue2a: colors.blueA.blueA2,
|
|
333
|
+
blue3a: colors.blueA.blueA3,
|
|
334
|
+
blue4a: colors.blueA.blueA4,
|
|
335
|
+
blue5a: colors.blueA.blueA5,
|
|
336
|
+
blue6a: colors.blueA.blueA6,
|
|
337
|
+
blue7a: colors.blueA.blueA7,
|
|
338
|
+
blue8a: colors.blueA.blueA8,
|
|
339
|
+
blue9a: colors.blueA.blueA9,
|
|
340
|
+
blue10a: colors.blueA.blueA10,
|
|
341
|
+
blue11a: colors.blueA.blueA11,
|
|
342
|
+
blue12a: colors.blueA.blueA12,
|
|
343
|
+
cyan1a: colors.cyanA.cyanA1,
|
|
344
|
+
cyan2a: colors.cyanA.cyanA2,
|
|
345
|
+
cyan3a: colors.cyanA.cyanA3,
|
|
346
|
+
cyan4a: colors.cyanA.cyanA4,
|
|
347
|
+
cyan5a: colors.cyanA.cyanA5,
|
|
348
|
+
cyan6a: colors.cyanA.cyanA6,
|
|
349
|
+
cyan7a: colors.cyanA.cyanA7,
|
|
350
|
+
cyan8a: colors.cyanA.cyanA8,
|
|
351
|
+
cyan9a: colors.cyanA.cyanA9,
|
|
352
|
+
cyan10a: colors.cyanA.cyanA10,
|
|
353
|
+
cyan11a: colors.cyanA.cyanA11,
|
|
354
|
+
cyan12a: colors.cyanA.cyanA12,
|
|
355
|
+
teal1a: colors.tealA.tealA1,
|
|
356
|
+
teal2a: colors.tealA.tealA2,
|
|
357
|
+
teal3a: colors.tealA.tealA3,
|
|
358
|
+
teal4a: colors.tealA.tealA4,
|
|
359
|
+
teal5a: colors.tealA.tealA5,
|
|
360
|
+
teal6a: colors.tealA.tealA6,
|
|
361
|
+
teal7a: colors.tealA.tealA7,
|
|
362
|
+
teal8a: colors.tealA.tealA8,
|
|
363
|
+
teal9a: colors.tealA.tealA9,
|
|
364
|
+
teal10a: colors.tealA.tealA10,
|
|
365
|
+
teal11a: colors.tealA.tealA11,
|
|
366
|
+
teal12a: colors.tealA.tealA12,
|
|
367
|
+
jade1a: colors.jadeA.jadeA1,
|
|
368
|
+
jade2a: colors.jadeA.jadeA2,
|
|
369
|
+
jade3a: colors.jadeA.jadeA3,
|
|
370
|
+
jade4a: colors.jadeA.jadeA4,
|
|
371
|
+
jade5a: colors.jadeA.jadeA5,
|
|
372
|
+
jade6a: colors.jadeA.jadeA6,
|
|
373
|
+
jade7a: colors.jadeA.jadeA7,
|
|
374
|
+
jade8a: colors.jadeA.jadeA8,
|
|
375
|
+
jade9a: colors.jadeA.jadeA9,
|
|
376
|
+
jade10a: colors.jadeA.jadeA10,
|
|
377
|
+
jade11a: colors.jadeA.jadeA11,
|
|
378
|
+
jade12a: colors.jadeA.jadeA12,
|
|
379
|
+
green1a: colors.greenA.greenA1,
|
|
380
|
+
green2a: colors.greenA.greenA2,
|
|
381
|
+
green3a: colors.greenA.greenA3,
|
|
382
|
+
green4a: colors.greenA.greenA4,
|
|
383
|
+
green5a: colors.greenA.greenA5,
|
|
384
|
+
green6a: colors.greenA.greenA6,
|
|
385
|
+
green7a: colors.greenA.greenA7,
|
|
386
|
+
green8a: colors.greenA.greenA8,
|
|
387
|
+
green9a: colors.greenA.greenA9,
|
|
388
|
+
green10a: colors.greenA.greenA10,
|
|
389
|
+
green11a: colors.greenA.greenA11,
|
|
390
|
+
green12a: colors.greenA.greenA12,
|
|
391
|
+
grass1a: colors.grassA.grassA1,
|
|
392
|
+
grass2a: colors.grassA.grassA2,
|
|
393
|
+
grass3a: colors.grassA.grassA3,
|
|
394
|
+
grass4a: colors.grassA.grassA4,
|
|
395
|
+
grass5a: colors.grassA.grassA5,
|
|
396
|
+
grass6a: colors.grassA.grassA6,
|
|
397
|
+
grass7a: colors.grassA.grassA7,
|
|
398
|
+
grass8a: colors.grassA.grassA8,
|
|
399
|
+
grass9a: colors.grassA.grassA9,
|
|
400
|
+
grass10a: colors.grassA.grassA10,
|
|
401
|
+
grass11a: colors.grassA.grassA11,
|
|
402
|
+
grass12a: colors.grassA.grassA12,
|
|
403
|
+
lime1a: colors.limeA.limeA1,
|
|
404
|
+
lime2a: colors.limeA.limeA2,
|
|
405
|
+
lime3a: colors.limeA.limeA3,
|
|
406
|
+
lime4a: colors.limeA.limeA4,
|
|
407
|
+
lime5a: colors.limeA.limeA5,
|
|
408
|
+
lime6a: colors.limeA.limeA6,
|
|
409
|
+
lime7a: colors.limeA.limeA7,
|
|
410
|
+
lime8a: colors.limeA.limeA8,
|
|
411
|
+
lime9a: colors.limeA.limeA9,
|
|
412
|
+
lime10a: colors.limeA.limeA10,
|
|
413
|
+
lime11a: colors.limeA.limeA11,
|
|
414
|
+
lime12a: colors.limeA.limeA12,
|
|
415
|
+
mint1a: colors.mintA.mintA1,
|
|
416
|
+
mint2a: colors.mintA.mintA2,
|
|
417
|
+
mint3a: colors.mintA.mintA3,
|
|
418
|
+
mint4a: colors.mintA.mintA4,
|
|
419
|
+
mint5a: colors.mintA.mintA5,
|
|
420
|
+
mint6a: colors.mintA.mintA6,
|
|
421
|
+
mint7a: colors.mintA.mintA7,
|
|
422
|
+
mint8a: colors.mintA.mintA8,
|
|
423
|
+
mint9a: colors.mintA.mintA9,
|
|
424
|
+
mint10a: colors.mintA.mintA10,
|
|
425
|
+
mint11a: colors.mintA.mintA11,
|
|
426
|
+
mint12a: colors.mintA.mintA12,
|
|
427
|
+
sky1a: colors.skyA.skyA1,
|
|
428
|
+
sky2a: colors.skyA.skyA2,
|
|
429
|
+
sky3a: colors.skyA.skyA3,
|
|
430
|
+
sky4a: colors.skyA.skyA4,
|
|
431
|
+
sky5a: colors.skyA.skyA5,
|
|
432
|
+
sky6a: colors.skyA.skyA6,
|
|
433
|
+
sky7a: colors.skyA.skyA7,
|
|
434
|
+
sky8a: colors.skyA.skyA8,
|
|
435
|
+
sky9a: colors.skyA.skyA9,
|
|
436
|
+
sky10a: colors.skyA.skyA10,
|
|
437
|
+
sky11a: colors.skyA.skyA11,
|
|
438
|
+
sky12a: colors.skyA.skyA12
|
|
439
|
+
};
|
|
440
|
+
var dark = {
|
|
441
|
+
...colors.grayDark,
|
|
442
|
+
...colors.mauveDark,
|
|
443
|
+
...colors.slateDark,
|
|
444
|
+
...colors.sageDark,
|
|
445
|
+
...colors.oliveDark,
|
|
446
|
+
...colors.sandDark,
|
|
447
|
+
...colors.goldDark,
|
|
448
|
+
...colors.bronzeDark,
|
|
449
|
+
...colors.brownDark,
|
|
450
|
+
...colors.yellowDark,
|
|
451
|
+
...colors.amberDark,
|
|
452
|
+
...colors.orangeDark,
|
|
453
|
+
...colors.tomatoDark,
|
|
454
|
+
...colors.redDark,
|
|
455
|
+
...colors.rubyDark,
|
|
456
|
+
...colors.crimsonDark,
|
|
457
|
+
...colors.pinkDark,
|
|
458
|
+
...colors.plumDark,
|
|
459
|
+
...colors.purpleDark,
|
|
460
|
+
...colors.violetDark,
|
|
461
|
+
...colors.irisDark,
|
|
462
|
+
...colors.indigoDark,
|
|
463
|
+
...colors.blueDark,
|
|
464
|
+
...colors.cyanDark,
|
|
465
|
+
...colors.tealDark,
|
|
466
|
+
...colors.jadeDark,
|
|
467
|
+
...colors.greenDark,
|
|
468
|
+
...colors.grassDark,
|
|
469
|
+
...colors.limeDark,
|
|
470
|
+
...colors.mintDark,
|
|
471
|
+
...colors.skyDark,
|
|
472
|
+
gray1a: colors.grayDarkA.grayA1,
|
|
473
|
+
gray2a: colors.grayDarkA.grayA2,
|
|
474
|
+
gray3a: colors.grayDarkA.grayA3,
|
|
475
|
+
gray4a: colors.grayDarkA.grayA4,
|
|
476
|
+
gray5a: colors.grayDarkA.grayA5,
|
|
477
|
+
gray6a: colors.grayDarkA.grayA6,
|
|
478
|
+
gray7a: colors.grayDarkA.grayA7,
|
|
479
|
+
gray8a: colors.grayDarkA.grayA8,
|
|
480
|
+
gray9a: colors.grayDarkA.grayA9,
|
|
481
|
+
gray10a: colors.grayDarkA.grayA10,
|
|
482
|
+
gray11a: colors.grayDarkA.grayA11,
|
|
483
|
+
gray12a: colors.grayDarkA.grayA12,
|
|
484
|
+
mauve1a: colors.mauveDarkA.mauveA1,
|
|
485
|
+
mauve2a: colors.mauveDarkA.mauveA2,
|
|
486
|
+
mauve3a: colors.mauveDarkA.mauveA3,
|
|
487
|
+
mauve4a: colors.mauveDarkA.mauveA4,
|
|
488
|
+
mauve5a: colors.mauveDarkA.mauveA5,
|
|
489
|
+
mauve6a: colors.mauveDarkA.mauveA6,
|
|
490
|
+
mauve7a: colors.mauveDarkA.mauveA7,
|
|
491
|
+
mauve8a: colors.mauveDarkA.mauveA8,
|
|
492
|
+
mauve9a: colors.mauveDarkA.mauveA9,
|
|
493
|
+
mauve10a: colors.mauveDarkA.mauveA10,
|
|
494
|
+
mauve11a: colors.mauveDarkA.mauveA11,
|
|
495
|
+
mauve12a: colors.mauveDarkA.mauveA12,
|
|
496
|
+
slate1a: colors.slateDarkA.slateA1,
|
|
497
|
+
slate2a: colors.slateDarkA.slateA2,
|
|
498
|
+
slate3a: colors.slateDarkA.slateA3,
|
|
499
|
+
slate4a: colors.slateDarkA.slateA4,
|
|
500
|
+
slate5a: colors.slateDarkA.slateA5,
|
|
501
|
+
slate6a: colors.slateDarkA.slateA6,
|
|
502
|
+
slate7a: colors.slateDarkA.slateA7,
|
|
503
|
+
slate8a: colors.slateDarkA.slateA8,
|
|
504
|
+
slate9a: colors.slateDarkA.slateA9,
|
|
505
|
+
slate10a: colors.slateDarkA.slateA10,
|
|
506
|
+
slate11a: colors.slateDarkA.slateA11,
|
|
507
|
+
slate12a: colors.slateDarkA.slateA12,
|
|
508
|
+
sage1a: colors.sageDarkA.sageA1,
|
|
509
|
+
sage2a: colors.sageDarkA.sageA2,
|
|
510
|
+
sage3a: colors.sageDarkA.sageA3,
|
|
511
|
+
sage4a: colors.sageDarkA.sageA4,
|
|
512
|
+
sage5a: colors.sageDarkA.sageA5,
|
|
513
|
+
sage6a: colors.sageDarkA.sageA6,
|
|
514
|
+
sage7a: colors.sageDarkA.sageA7,
|
|
515
|
+
sage8a: colors.sageDarkA.sageA8,
|
|
516
|
+
sage9a: colors.sageDarkA.sageA9,
|
|
517
|
+
sage10a: colors.sageDarkA.sageA10,
|
|
518
|
+
sage11a: colors.sageDarkA.sageA11,
|
|
519
|
+
sage12a: colors.sageDarkA.sageA12,
|
|
520
|
+
olive1a: colors.oliveDarkA.oliveA1,
|
|
521
|
+
olive2a: colors.oliveDarkA.oliveA2,
|
|
522
|
+
olive3a: colors.oliveDarkA.oliveA3,
|
|
523
|
+
olive4a: colors.oliveDarkA.oliveA4,
|
|
524
|
+
olive5a: colors.oliveDarkA.oliveA5,
|
|
525
|
+
olive6a: colors.oliveDarkA.oliveA6,
|
|
526
|
+
olive7a: colors.oliveDarkA.oliveA7,
|
|
527
|
+
olive8a: colors.oliveDarkA.oliveA8,
|
|
528
|
+
olive9a: colors.oliveDarkA.oliveA9,
|
|
529
|
+
olive10a: colors.oliveDarkA.oliveA10,
|
|
530
|
+
olive11a: colors.oliveDarkA.oliveA11,
|
|
531
|
+
olive12a: colors.oliveDarkA.oliveA12,
|
|
532
|
+
sand1a: colors.sandDarkA.sandA1,
|
|
533
|
+
sand2a: colors.sandDarkA.sandA2,
|
|
534
|
+
sand3a: colors.sandDarkA.sandA3,
|
|
535
|
+
sand4a: colors.sandDarkA.sandA4,
|
|
536
|
+
sand5a: colors.sandDarkA.sandA5,
|
|
537
|
+
sand6a: colors.sandDarkA.sandA6,
|
|
538
|
+
sand7a: colors.sandDarkA.sandA7,
|
|
539
|
+
sand8a: colors.sandDarkA.sandA8,
|
|
540
|
+
sand9a: colors.sandDarkA.sandA9,
|
|
541
|
+
sand10a: colors.sandDarkA.sandA10,
|
|
542
|
+
sand11a: colors.sandDarkA.sandA11,
|
|
543
|
+
sand12a: colors.sandDarkA.sandA12,
|
|
544
|
+
gold1a: colors.goldDarkA.goldA1,
|
|
545
|
+
gold2a: colors.goldDarkA.goldA2,
|
|
546
|
+
gold3a: colors.goldDarkA.goldA3,
|
|
547
|
+
gold4a: colors.goldDarkA.goldA4,
|
|
548
|
+
gold5a: colors.goldDarkA.goldA5,
|
|
549
|
+
gold6a: colors.goldDarkA.goldA6,
|
|
550
|
+
gold7a: colors.goldDarkA.goldA7,
|
|
551
|
+
gold8a: colors.goldDarkA.goldA8,
|
|
552
|
+
gold9a: colors.goldDarkA.goldA9,
|
|
553
|
+
gold10a: colors.goldDarkA.goldA10,
|
|
554
|
+
gold11a: colors.goldDarkA.goldA11,
|
|
555
|
+
gold12a: colors.goldDarkA.goldA12,
|
|
556
|
+
bronze1a: colors.bronzeDarkA.bronzeA1,
|
|
557
|
+
bronze2a: colors.bronzeDarkA.bronzeA2,
|
|
558
|
+
bronze3a: colors.bronzeDarkA.bronzeA3,
|
|
559
|
+
bronze4a: colors.bronzeDarkA.bronzeA4,
|
|
560
|
+
bronze5a: colors.bronzeDarkA.bronzeA5,
|
|
561
|
+
bronze6a: colors.bronzeDarkA.bronzeA6,
|
|
562
|
+
bronze7a: colors.bronzeDarkA.bronzeA7,
|
|
563
|
+
bronze8a: colors.bronzeDarkA.bronzeA8,
|
|
564
|
+
bronze9a: colors.bronzeDarkA.bronzeA9,
|
|
565
|
+
bronze10a: colors.bronzeDarkA.bronzeA10,
|
|
566
|
+
bronze11a: colors.bronzeDarkA.bronzeA11,
|
|
567
|
+
bronze12a: colors.bronzeDarkA.bronzeA12,
|
|
568
|
+
brown1a: colors.brownDarkA.brownA1,
|
|
569
|
+
brown2a: colors.brownDarkA.brownA2,
|
|
570
|
+
brown3a: colors.brownDarkA.brownA3,
|
|
571
|
+
brown4a: colors.brownDarkA.brownA4,
|
|
572
|
+
brown5a: colors.brownDarkA.brownA5,
|
|
573
|
+
brown6a: colors.brownDarkA.brownA6,
|
|
574
|
+
brown7a: colors.brownDarkA.brownA7,
|
|
575
|
+
brown8a: colors.brownDarkA.brownA8,
|
|
576
|
+
brown9a: colors.brownDarkA.brownA9,
|
|
577
|
+
brown10a: colors.brownDarkA.brownA10,
|
|
578
|
+
brown11a: colors.brownDarkA.brownA11,
|
|
579
|
+
brown12a: colors.brownDarkA.brownA12,
|
|
580
|
+
yellow1a: colors.yellowDarkA.yellowA1,
|
|
581
|
+
yellow2a: colors.yellowDarkA.yellowA2,
|
|
582
|
+
yellow3a: colors.yellowDarkA.yellowA3,
|
|
583
|
+
yellow4a: colors.yellowDarkA.yellowA4,
|
|
584
|
+
yellow5a: colors.yellowDarkA.yellowA5,
|
|
585
|
+
yellow6a: colors.yellowDarkA.yellowA6,
|
|
586
|
+
yellow7a: colors.yellowDarkA.yellowA7,
|
|
587
|
+
yellow8a: colors.yellowDarkA.yellowA8,
|
|
588
|
+
yellow9a: colors.yellowDarkA.yellowA9,
|
|
589
|
+
yellow10a: colors.yellowDarkA.yellowA10,
|
|
590
|
+
yellow11a: colors.yellowDarkA.yellowA11,
|
|
591
|
+
yellow12a: colors.yellowDarkA.yellowA12,
|
|
592
|
+
amber1a: colors.amberDarkA.amberA1,
|
|
593
|
+
amber2a: colors.amberDarkA.amberA2,
|
|
594
|
+
amber3a: colors.amberDarkA.amberA3,
|
|
595
|
+
amber4a: colors.amberDarkA.amberA4,
|
|
596
|
+
amber5a: colors.amberDarkA.amberA5,
|
|
597
|
+
amber6a: colors.amberDarkA.amberA6,
|
|
598
|
+
amber7a: colors.amberDarkA.amberA7,
|
|
599
|
+
amber8a: colors.amberDarkA.amberA8,
|
|
600
|
+
amber9a: colors.amberDarkA.amberA9,
|
|
601
|
+
amber10a: colors.amberDarkA.amberA10,
|
|
602
|
+
amber11a: colors.amberDarkA.amberA11,
|
|
603
|
+
amber12a: colors.amberDarkA.amberA12,
|
|
604
|
+
orange1a: colors.orangeDarkA.orangeA1,
|
|
605
|
+
orange2a: colors.orangeDarkA.orangeA2,
|
|
606
|
+
orange3a: colors.orangeDarkA.orangeA3,
|
|
607
|
+
orange4a: colors.orangeDarkA.orangeA4,
|
|
608
|
+
orange5a: colors.orangeDarkA.orangeA5,
|
|
609
|
+
orange6a: colors.orangeDarkA.orangeA6,
|
|
610
|
+
orange7a: colors.orangeDarkA.orangeA7,
|
|
611
|
+
orange8a: colors.orangeDarkA.orangeA8,
|
|
612
|
+
orange9a: colors.orangeDarkA.orangeA9,
|
|
613
|
+
orange10a: colors.orangeDarkA.orangeA10,
|
|
614
|
+
orange11a: colors.orangeDarkA.orangeA11,
|
|
615
|
+
orange12a: colors.orangeDarkA.orangeA12,
|
|
616
|
+
tomato1a: colors.tomatoDarkA.tomatoA1,
|
|
617
|
+
tomato2a: colors.tomatoDarkA.tomatoA2,
|
|
618
|
+
tomato3a: colors.tomatoDarkA.tomatoA3,
|
|
619
|
+
tomato4a: colors.tomatoDarkA.tomatoA4,
|
|
620
|
+
tomato5a: colors.tomatoDarkA.tomatoA5,
|
|
621
|
+
tomato6a: colors.tomatoDarkA.tomatoA6,
|
|
622
|
+
tomato7a: colors.tomatoDarkA.tomatoA7,
|
|
623
|
+
tomato8a: colors.tomatoDarkA.tomatoA8,
|
|
624
|
+
tomato9a: colors.tomatoDarkA.tomatoA9,
|
|
625
|
+
tomato10a: colors.tomatoDarkA.tomatoA10,
|
|
626
|
+
tomato11a: colors.tomatoDarkA.tomatoA11,
|
|
627
|
+
tomato12a: colors.tomatoDarkA.tomatoA12,
|
|
628
|
+
red1a: colors.redDarkA.redA1,
|
|
629
|
+
red2a: colors.redDarkA.redA2,
|
|
630
|
+
red3a: colors.redDarkA.redA3,
|
|
631
|
+
red4a: colors.redDarkA.redA4,
|
|
632
|
+
red5a: colors.redDarkA.redA5,
|
|
633
|
+
red6a: colors.redDarkA.redA6,
|
|
634
|
+
red7a: colors.redDarkA.redA7,
|
|
635
|
+
red8a: colors.redDarkA.redA8,
|
|
636
|
+
red9a: colors.redDarkA.redA9,
|
|
637
|
+
red10a: colors.redDarkA.redA10,
|
|
638
|
+
red11a: colors.redDarkA.redA11,
|
|
639
|
+
red12a: colors.redDarkA.redA12,
|
|
640
|
+
ruby1a: colors.rubyDarkA.rubyA1,
|
|
641
|
+
ruby2a: colors.rubyDarkA.rubyA2,
|
|
642
|
+
ruby3a: colors.rubyDarkA.rubyA3,
|
|
643
|
+
ruby4a: colors.rubyDarkA.rubyA4,
|
|
644
|
+
ruby5a: colors.rubyDarkA.rubyA5,
|
|
645
|
+
ruby6a: colors.rubyDarkA.rubyA6,
|
|
646
|
+
ruby7a: colors.rubyDarkA.rubyA7,
|
|
647
|
+
ruby8a: colors.rubyDarkA.rubyA8,
|
|
648
|
+
ruby9a: colors.rubyDarkA.rubyA9,
|
|
649
|
+
ruby10a: colors.rubyDarkA.rubyA10,
|
|
650
|
+
ruby11a: colors.rubyDarkA.rubyA11,
|
|
651
|
+
ruby12a: colors.rubyDarkA.rubyA12,
|
|
652
|
+
crimson1a: colors.crimsonDarkA.crimsonA1,
|
|
653
|
+
crimson2a: colors.crimsonDarkA.crimsonA2,
|
|
654
|
+
crimson3a: colors.crimsonDarkA.crimsonA3,
|
|
655
|
+
crimson4a: colors.crimsonDarkA.crimsonA4,
|
|
656
|
+
crimson5a: colors.crimsonDarkA.crimsonA5,
|
|
657
|
+
crimson6a: colors.crimsonDarkA.crimsonA6,
|
|
658
|
+
crimson7a: colors.crimsonDarkA.crimsonA7,
|
|
659
|
+
crimson8a: colors.crimsonDarkA.crimsonA8,
|
|
660
|
+
crimson9a: colors.crimsonDarkA.crimsonA9,
|
|
661
|
+
crimson10a: colors.crimsonDarkA.crimsonA10,
|
|
662
|
+
crimson11a: colors.crimsonDarkA.crimsonA11,
|
|
663
|
+
crimson12a: colors.crimsonDarkA.crimsonA12,
|
|
664
|
+
pink1a: colors.pinkDarkA.pinkA1,
|
|
665
|
+
pink2a: colors.pinkDarkA.pinkA2,
|
|
666
|
+
pink3a: colors.pinkDarkA.pinkA3,
|
|
667
|
+
pink4a: colors.pinkDarkA.pinkA4,
|
|
668
|
+
pink5a: colors.pinkDarkA.pinkA5,
|
|
669
|
+
pink6a: colors.pinkDarkA.pinkA6,
|
|
670
|
+
pink7a: colors.pinkDarkA.pinkA7,
|
|
671
|
+
pink8a: colors.pinkDarkA.pinkA8,
|
|
672
|
+
pink9a: colors.pinkDarkA.pinkA9,
|
|
673
|
+
pink10a: colors.pinkDarkA.pinkA10,
|
|
674
|
+
pink11a: colors.pinkDarkA.pinkA11,
|
|
675
|
+
pink12a: colors.pinkDarkA.pinkA12,
|
|
676
|
+
plum1a: colors.plumDarkA.plumA1,
|
|
677
|
+
plum2a: colors.plumDarkA.plumA2,
|
|
678
|
+
plum3a: colors.plumDarkA.plumA3,
|
|
679
|
+
plum4a: colors.plumDarkA.plumA4,
|
|
680
|
+
plum5a: colors.plumDarkA.plumA5,
|
|
681
|
+
plum6a: colors.plumDarkA.plumA6,
|
|
682
|
+
plum7a: colors.plumDarkA.plumA7,
|
|
683
|
+
plum8a: colors.plumDarkA.plumA8,
|
|
684
|
+
plum9a: colors.plumDarkA.plumA9,
|
|
685
|
+
plum10a: colors.plumDarkA.plumA10,
|
|
686
|
+
plum11a: colors.plumDarkA.plumA11,
|
|
687
|
+
plum12a: colors.plumDarkA.plumA12,
|
|
688
|
+
purple1a: colors.purpleDarkA.purpleA1,
|
|
689
|
+
purple2a: colors.purpleDarkA.purpleA2,
|
|
690
|
+
purple3a: colors.purpleDarkA.purpleA3,
|
|
691
|
+
purple4a: colors.purpleDarkA.purpleA4,
|
|
692
|
+
purple5a: colors.purpleDarkA.purpleA5,
|
|
693
|
+
purple6a: colors.purpleDarkA.purpleA6,
|
|
694
|
+
purple7a: colors.purpleDarkA.purpleA7,
|
|
695
|
+
purple8a: colors.purpleDarkA.purpleA8,
|
|
696
|
+
purple9a: colors.purpleDarkA.purpleA9,
|
|
697
|
+
purple10a: colors.purpleDarkA.purpleA10,
|
|
698
|
+
purple11a: colors.purpleDarkA.purpleA11,
|
|
699
|
+
purple12a: colors.purpleDarkA.purpleA12,
|
|
700
|
+
violet1a: colors.violetDarkA.violetA1,
|
|
701
|
+
violet2a: colors.violetDarkA.violetA2,
|
|
702
|
+
violet3a: colors.violetDarkA.violetA3,
|
|
703
|
+
violet4a: colors.violetDarkA.violetA4,
|
|
704
|
+
violet5a: colors.violetDarkA.violetA5,
|
|
705
|
+
violet6a: colors.violetDarkA.violetA6,
|
|
706
|
+
violet7a: colors.violetDarkA.violetA7,
|
|
707
|
+
violet8a: colors.violetDarkA.violetA8,
|
|
708
|
+
violet9a: colors.violetDarkA.violetA9,
|
|
709
|
+
violet10a: colors.violetDarkA.violetA10,
|
|
710
|
+
violet11a: colors.violetDarkA.violetA11,
|
|
711
|
+
violet12a: colors.violetDarkA.violetA12,
|
|
712
|
+
iris1a: colors.irisDarkA.irisA1,
|
|
713
|
+
iris2a: colors.irisDarkA.irisA2,
|
|
714
|
+
iris3a: colors.irisDarkA.irisA3,
|
|
715
|
+
iris4a: colors.irisDarkA.irisA4,
|
|
716
|
+
iris5a: colors.irisDarkA.irisA5,
|
|
717
|
+
iris6a: colors.irisDarkA.irisA6,
|
|
718
|
+
iris7a: colors.irisDarkA.irisA7,
|
|
719
|
+
iris8a: colors.irisDarkA.irisA8,
|
|
720
|
+
iris9a: colors.irisDarkA.irisA9,
|
|
721
|
+
iris10a: colors.irisDarkA.irisA10,
|
|
722
|
+
iris11a: colors.irisDarkA.irisA11,
|
|
723
|
+
iris12a: colors.irisDarkA.irisA12,
|
|
724
|
+
indigo1a: colors.indigoDarkA.indigoA1,
|
|
725
|
+
indigo2a: colors.indigoDarkA.indigoA2,
|
|
726
|
+
indigo3a: colors.indigoDarkA.indigoA3,
|
|
727
|
+
indigo4a: colors.indigoDarkA.indigoA4,
|
|
728
|
+
indigo5a: colors.indigoDarkA.indigoA5,
|
|
729
|
+
indigo6a: colors.indigoDarkA.indigoA6,
|
|
730
|
+
indigo7a: colors.indigoDarkA.indigoA7,
|
|
731
|
+
indigo8a: colors.indigoDarkA.indigoA8,
|
|
732
|
+
indigo9a: colors.indigoDarkA.indigoA9,
|
|
733
|
+
indigo10a: colors.indigoDarkA.indigoA10,
|
|
734
|
+
indigo11a: colors.indigoDarkA.indigoA11,
|
|
735
|
+
indigo12a: colors.indigoDarkA.indigoA12,
|
|
736
|
+
blue1a: colors.blueDarkA.blueA1,
|
|
737
|
+
blue2a: colors.blueDarkA.blueA2,
|
|
738
|
+
blue3a: colors.blueDarkA.blueA3,
|
|
739
|
+
blue4a: colors.blueDarkA.blueA4,
|
|
740
|
+
blue5a: colors.blueDarkA.blueA5,
|
|
741
|
+
blue6a: colors.blueDarkA.blueA6,
|
|
742
|
+
blue7a: colors.blueDarkA.blueA7,
|
|
743
|
+
blue8a: colors.blueDarkA.blueA8,
|
|
744
|
+
blue9a: colors.blueDarkA.blueA9,
|
|
745
|
+
blue10a: colors.blueDarkA.blueA10,
|
|
746
|
+
blue11a: colors.blueDarkA.blueA11,
|
|
747
|
+
blue12a: colors.blueDarkA.blueA12,
|
|
748
|
+
cyan1a: colors.cyanDarkA.cyanA1,
|
|
749
|
+
cyan2a: colors.cyanDarkA.cyanA2,
|
|
750
|
+
cyan3a: colors.cyanDarkA.cyanA3,
|
|
751
|
+
cyan4a: colors.cyanDarkA.cyanA4,
|
|
752
|
+
cyan5a: colors.cyanDarkA.cyanA5,
|
|
753
|
+
cyan6a: colors.cyanDarkA.cyanA6,
|
|
754
|
+
cyan7a: colors.cyanDarkA.cyanA7,
|
|
755
|
+
cyan8a: colors.cyanDarkA.cyanA8,
|
|
756
|
+
cyan9a: colors.cyanDarkA.cyanA9,
|
|
757
|
+
cyan10a: colors.cyanDarkA.cyanA10,
|
|
758
|
+
cyan11a: colors.cyanDarkA.cyanA11,
|
|
759
|
+
cyan12a: colors.cyanDarkA.cyanA12,
|
|
760
|
+
teal1a: colors.tealDarkA.tealA1,
|
|
761
|
+
teal2a: colors.tealDarkA.tealA2,
|
|
762
|
+
teal3a: colors.tealDarkA.tealA3,
|
|
763
|
+
teal4a: colors.tealDarkA.tealA4,
|
|
764
|
+
teal5a: colors.tealDarkA.tealA5,
|
|
765
|
+
teal6a: colors.tealDarkA.tealA6,
|
|
766
|
+
teal7a: colors.tealDarkA.tealA7,
|
|
767
|
+
teal8a: colors.tealDarkA.tealA8,
|
|
768
|
+
teal9a: colors.tealDarkA.tealA9,
|
|
769
|
+
teal10a: colors.tealDarkA.tealA10,
|
|
770
|
+
teal11a: colors.tealDarkA.tealA11,
|
|
771
|
+
teal12a: colors.tealDarkA.tealA12,
|
|
772
|
+
jade1a: colors.jadeDarkA.jadeA1,
|
|
773
|
+
jade2a: colors.jadeDarkA.jadeA2,
|
|
774
|
+
jade3a: colors.jadeDarkA.jadeA3,
|
|
775
|
+
jade4a: colors.jadeDarkA.jadeA4,
|
|
776
|
+
jade5a: colors.jadeDarkA.jadeA5,
|
|
777
|
+
jade6a: colors.jadeDarkA.jadeA6,
|
|
778
|
+
jade7a: colors.jadeDarkA.jadeA7,
|
|
779
|
+
jade8a: colors.jadeDarkA.jadeA8,
|
|
780
|
+
jade9a: colors.jadeDarkA.jadeA9,
|
|
781
|
+
jade10a: colors.jadeDarkA.jadeA10,
|
|
782
|
+
jade11a: colors.jadeDarkA.jadeA11,
|
|
783
|
+
jade12a: colors.jadeDarkA.jadeA12,
|
|
784
|
+
green1a: colors.greenDarkA.greenA1,
|
|
785
|
+
green2a: colors.greenDarkA.greenA2,
|
|
786
|
+
green3a: colors.greenDarkA.greenA3,
|
|
787
|
+
green4a: colors.greenDarkA.greenA4,
|
|
788
|
+
green5a: colors.greenDarkA.greenA5,
|
|
789
|
+
green6a: colors.greenDarkA.greenA6,
|
|
790
|
+
green7a: colors.greenDarkA.greenA7,
|
|
791
|
+
green8a: colors.greenDarkA.greenA8,
|
|
792
|
+
green9a: colors.greenDarkA.greenA9,
|
|
793
|
+
green10a: colors.greenDarkA.greenA10,
|
|
794
|
+
green11a: colors.greenDarkA.greenA11,
|
|
795
|
+
green12a: colors.greenDarkA.greenA12,
|
|
796
|
+
grass1a: colors.grassDarkA.grassA1,
|
|
797
|
+
grass2a: colors.grassDarkA.grassA2,
|
|
798
|
+
grass3a: colors.grassDarkA.grassA3,
|
|
799
|
+
grass4a: colors.grassDarkA.grassA4,
|
|
800
|
+
grass5a: colors.grassDarkA.grassA5,
|
|
801
|
+
grass6a: colors.grassDarkA.grassA6,
|
|
802
|
+
grass7a: colors.grassDarkA.grassA7,
|
|
803
|
+
grass8a: colors.grassDarkA.grassA8,
|
|
804
|
+
grass9a: colors.grassDarkA.grassA9,
|
|
805
|
+
grass10a: colors.grassDarkA.grassA10,
|
|
806
|
+
grass11a: colors.grassDarkA.grassA11,
|
|
807
|
+
grass12a: colors.grassDarkA.grassA12,
|
|
808
|
+
lime1a: colors.limeDarkA.limeA1,
|
|
809
|
+
lime2a: colors.limeDarkA.limeA2,
|
|
810
|
+
lime3a: colors.limeDarkA.limeA3,
|
|
811
|
+
lime4a: colors.limeDarkA.limeA4,
|
|
812
|
+
lime5a: colors.limeDarkA.limeA5,
|
|
813
|
+
lime6a: colors.limeDarkA.limeA6,
|
|
814
|
+
lime7a: colors.limeDarkA.limeA7,
|
|
815
|
+
lime8a: colors.limeDarkA.limeA8,
|
|
816
|
+
lime9a: colors.limeDarkA.limeA9,
|
|
817
|
+
lime10a: colors.limeDarkA.limeA10,
|
|
818
|
+
lime11a: colors.limeDarkA.limeA11,
|
|
819
|
+
lime12a: colors.limeDarkA.limeA12,
|
|
820
|
+
mint1a: colors.mintDarkA.mintA1,
|
|
821
|
+
mint2a: colors.mintDarkA.mintA2,
|
|
822
|
+
mint3a: colors.mintDarkA.mintA3,
|
|
823
|
+
mint4a: colors.mintDarkA.mintA4,
|
|
824
|
+
mint5a: colors.mintDarkA.mintA5,
|
|
825
|
+
mint6a: colors.mintDarkA.mintA6,
|
|
826
|
+
mint7a: colors.mintDarkA.mintA7,
|
|
827
|
+
mint8a: colors.mintDarkA.mintA8,
|
|
828
|
+
mint9a: colors.mintDarkA.mintA9,
|
|
829
|
+
mint10a: colors.mintDarkA.mintA10,
|
|
830
|
+
mint11a: colors.mintDarkA.mintA11,
|
|
831
|
+
mint12a: colors.mintDarkA.mintA12,
|
|
832
|
+
sky1a: colors.skyDarkA.skyA1,
|
|
833
|
+
sky2a: colors.skyDarkA.skyA2,
|
|
834
|
+
sky3a: colors.skyDarkA.skyA3,
|
|
835
|
+
sky4a: colors.skyDarkA.skyA4,
|
|
836
|
+
sky5a: colors.skyDarkA.skyA5,
|
|
837
|
+
sky6a: colors.skyDarkA.skyA6,
|
|
838
|
+
sky7a: colors.skyDarkA.skyA7,
|
|
839
|
+
sky8a: colors.skyDarkA.skyA8,
|
|
840
|
+
sky9a: colors.skyDarkA.skyA9,
|
|
841
|
+
sky10a: colors.skyDarkA.skyA10,
|
|
842
|
+
sky11a: colors.skyDarkA.skyA11,
|
|
843
|
+
sky12a: colors.skyDarkA.skyA12
|
|
844
|
+
};
|
|
845
|
+
|
|
846
|
+
// src/index.ts
|
|
847
|
+
var BASE_FONT_SIZE = 16;
|
|
848
|
+
var BASE_GRID_SIZE = 4;
|
|
849
|
+
var BP_SM = 640;
|
|
850
|
+
var BP_MD = 768;
|
|
851
|
+
var BP_LG = 1024;
|
|
852
|
+
var BP_XL = 1280;
|
|
853
|
+
var BP_2XL = 1536;
|
|
854
|
+
var rem = (value) => `${value / BASE_FONT_SIZE}rem`;
|
|
855
|
+
var remBreakpoint = (bp) => `@media (min-width: ${rem(bp)})`;
|
|
856
|
+
var optionalViaGradient = (direction) => `linear-gradient(${direction}, var(--gradient-from) var(--gradient-from-stop,/**/), var(---via, var(--gradient-to) var(--gradient-to-stop,/**/)));
|
|
857
|
+
---via: var(--gradient-via) var(--gradient-via-stop,/**/), var(--gradient-to)`;
|
|
858
|
+
var fluid = (params) => {
|
|
859
|
+
const divider = params.divider ?? BASE_GRID_SIZE;
|
|
860
|
+
const breakpointMin = params.from / BASE_FONT_SIZE;
|
|
861
|
+
const breakpointMax = params.to / BASE_FONT_SIZE;
|
|
862
|
+
const breakpointScope = breakpointMax - breakpointMin;
|
|
863
|
+
return `
|
|
864
|
+
clamp(calc(var(---${params.property}-min) * 1rem), calc((var(---${params.property}-scope) * 100vw) + (var(---${params.property}-intercept) * 1rem)), calc(var(---${params.property}-max) * 1rem));
|
|
865
|
+
---${params.property}-min: var(--${params.property}-min) / ${divider};
|
|
866
|
+
---${params.property}-max: var(--${params.property}-max) / ${divider};
|
|
867
|
+
---${params.property}-scope: (var(---${params.property}-max) - var(---${params.property}-min)) / ${breakpointScope};
|
|
868
|
+
---${params.property}-intercept: calc(var(---${params.property}-min) - (var(---${params.property}-scope) * ${breakpointMin}));
|
|
869
|
+
`;
|
|
870
|
+
};
|
|
871
|
+
var src_default = config.createConfig({
|
|
872
|
+
include: [],
|
|
873
|
+
grid: rem(BASE_GRID_SIZE),
|
|
874
|
+
themeSelector: (mode) => mode === "root" ? ":root" : `[data-theme=${mode}]`,
|
|
875
|
+
responsive: {
|
|
876
|
+
sm: remBreakpoint(BP_SM),
|
|
877
|
+
md: remBreakpoint(BP_MD),
|
|
878
|
+
lg: remBreakpoint(BP_LG),
|
|
879
|
+
xl: remBreakpoint(BP_XL),
|
|
880
|
+
xxl: remBreakpoint(BP_2XL)
|
|
881
|
+
},
|
|
882
|
+
keyframes: {
|
|
883
|
+
spin: {
|
|
884
|
+
from: {
|
|
885
|
+
transform: "rotate(0deg)"
|
|
886
|
+
},
|
|
887
|
+
to: {
|
|
888
|
+
transform: "rotate(360deg)"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
ping: {
|
|
892
|
+
"75%, 100%": {
|
|
893
|
+
transform: "scale(2)",
|
|
894
|
+
opacity: "0"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
pulse: {
|
|
898
|
+
"0%, 100%": {
|
|
899
|
+
opacity: "1"
|
|
900
|
+
},
|
|
901
|
+
"50%": {
|
|
902
|
+
opacity: ".5"
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
bounce: {
|
|
906
|
+
"0%, 100%": {
|
|
907
|
+
transform: "translateY(-25%)",
|
|
908
|
+
animationTimingFunction: "cubic-bezier(0.8, 0, 1, 1)"
|
|
909
|
+
},
|
|
910
|
+
"50%": {
|
|
911
|
+
transform: "translateY(0)",
|
|
912
|
+
animationTimingFunction: "cubic-bezier(0, 0, 0.2, 1)"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
wiggle: {
|
|
916
|
+
"0%, 100%": { transform: "rotate(-3deg)" },
|
|
917
|
+
"50%": { transform: "rotate(3deg)" }
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
// tweaked version of preflight from Tailwind https://github.com/tailwindlabs/tailwindcss/blob/next/packages/tailwindcss/preflight.css
|
|
921
|
+
globalStyles: {
|
|
922
|
+
"*, *::before, *::after": {
|
|
923
|
+
boxSizing: "border-box",
|
|
924
|
+
margin: 0,
|
|
925
|
+
padding: 0,
|
|
926
|
+
border: "0 solid"
|
|
927
|
+
},
|
|
928
|
+
"html, :host": {
|
|
929
|
+
lineHeight: 1.5,
|
|
930
|
+
WebkitTextSizeAdjust: "100%",
|
|
931
|
+
tabSize: 4,
|
|
932
|
+
fontFamily: `ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"`,
|
|
933
|
+
fontFeatureSettings: "normal",
|
|
934
|
+
fontVariationSettings: "normal",
|
|
935
|
+
WebkitTapHighlightColor: "transparent"
|
|
936
|
+
},
|
|
937
|
+
body: {
|
|
938
|
+
lineHeight: "inherit"
|
|
939
|
+
},
|
|
940
|
+
hr: {
|
|
941
|
+
height: "0",
|
|
942
|
+
color: "inherit",
|
|
943
|
+
borderTopWidth: "1px"
|
|
944
|
+
},
|
|
945
|
+
"abbr:where([title])": {
|
|
946
|
+
textDecoration: "underline dotted"
|
|
947
|
+
},
|
|
948
|
+
"h1, h2, h3, h4, h5, h6": {
|
|
949
|
+
fontSize: "inherit",
|
|
950
|
+
fontWeight: "inherit"
|
|
951
|
+
},
|
|
952
|
+
a: {
|
|
953
|
+
color: "inherit",
|
|
954
|
+
textDecoration: "inherit"
|
|
955
|
+
},
|
|
956
|
+
"b, strong": {
|
|
957
|
+
fontWeight: "bolder"
|
|
958
|
+
},
|
|
959
|
+
"code, kbd, samp, pre": {
|
|
960
|
+
fontFamily: `ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace`,
|
|
961
|
+
fontFeatureSettings: "normal",
|
|
962
|
+
fontVariationSettings: "normal",
|
|
963
|
+
fontSize: "1em"
|
|
964
|
+
},
|
|
965
|
+
small: {
|
|
966
|
+
fontSize: "80%"
|
|
967
|
+
},
|
|
968
|
+
"sub, sup": {
|
|
969
|
+
fontSize: "75%",
|
|
970
|
+
lineHeight: 0,
|
|
971
|
+
position: "relative",
|
|
972
|
+
verticalAlign: "baseline"
|
|
973
|
+
},
|
|
974
|
+
sub: {
|
|
975
|
+
bottom: "-0.25em"
|
|
976
|
+
},
|
|
977
|
+
sup: {
|
|
978
|
+
top: "-0.5em"
|
|
979
|
+
},
|
|
980
|
+
table: {
|
|
981
|
+
textIndent: 0,
|
|
982
|
+
borderColor: "inherit",
|
|
983
|
+
borderCollapse: "collapse"
|
|
984
|
+
},
|
|
985
|
+
"button, input, optgroup, select, textarea, ::file-selector-button": {
|
|
986
|
+
font: "inherit",
|
|
987
|
+
fontFeatureSettings: "inherit",
|
|
988
|
+
fontVariationSettings: "inherit",
|
|
989
|
+
letterSpacing: "inherit",
|
|
990
|
+
color: "inherit",
|
|
991
|
+
background: "transparent"
|
|
992
|
+
},
|
|
993
|
+
'input:where(:not([type="button"], [type="reset"], [type="submit"])), select, textarea': {
|
|
994
|
+
border: "1px solid"
|
|
995
|
+
},
|
|
996
|
+
'button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]), ::file-selector-button ': {
|
|
997
|
+
appearance: "button"
|
|
998
|
+
},
|
|
999
|
+
":-moz-focusring": {
|
|
1000
|
+
outline: "auto"
|
|
1001
|
+
},
|
|
1002
|
+
":-moz-ui-invalid": {
|
|
1003
|
+
boxShadow: "none"
|
|
1004
|
+
},
|
|
1005
|
+
progress: {
|
|
1006
|
+
verticalAlign: "baseline"
|
|
1007
|
+
},
|
|
1008
|
+
"::-webkit-inner-spin-button, ::-webkit-outer-spin-button": {
|
|
1009
|
+
height: "auto"
|
|
1010
|
+
},
|
|
1011
|
+
"::webkit-search-decoration": {
|
|
1012
|
+
WebkitAppearance: "none"
|
|
1013
|
+
},
|
|
1014
|
+
summary: {
|
|
1015
|
+
display: "list-item"
|
|
1016
|
+
},
|
|
1017
|
+
"ol, ul, menu": {
|
|
1018
|
+
listStyle: "none"
|
|
1019
|
+
},
|
|
1020
|
+
textarea: {
|
|
1021
|
+
resize: "vertical"
|
|
1022
|
+
},
|
|
1023
|
+
"::placeholder": {
|
|
1024
|
+
opacity: "1",
|
|
1025
|
+
color: "color-mix(in srgb, currentColor 50%, transparent)"
|
|
1026
|
+
},
|
|
1027
|
+
"img, svg, video, canvas, audio, iframe, embed, object": {
|
|
1028
|
+
display: "block",
|
|
1029
|
+
verticalAlign: "middle"
|
|
1030
|
+
},
|
|
1031
|
+
'[hidden]:not([hidden="until-found"])': {
|
|
1032
|
+
display: "none"
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
theme: {
|
|
1036
|
+
modes: {
|
|
1037
|
+
root: {
|
|
1038
|
+
color: {
|
|
1039
|
+
current: "currentColor",
|
|
1040
|
+
transparent: "transparent",
|
|
1041
|
+
...shared,
|
|
1042
|
+
...light
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
light: {
|
|
1046
|
+
color: {
|
|
1047
|
+
current: "currentColor",
|
|
1048
|
+
transparent: "transparent",
|
|
1049
|
+
...shared,
|
|
1050
|
+
...light
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
dark: {
|
|
1054
|
+
color: {
|
|
1055
|
+
current: "currentColor",
|
|
1056
|
+
transparent: "transparent",
|
|
1057
|
+
...shared,
|
|
1058
|
+
...dark
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
alpha: {
|
|
1063
|
+
"0": "0",
|
|
1064
|
+
"5": "0.05",
|
|
1065
|
+
"10": "0.1",
|
|
1066
|
+
"15": "0.15",
|
|
1067
|
+
"20": "0.2",
|
|
1068
|
+
"25": "0.25",
|
|
1069
|
+
"30": "0.3",
|
|
1070
|
+
"35": "0.35",
|
|
1071
|
+
"40": "0.4",
|
|
1072
|
+
"45": "0.45",
|
|
1073
|
+
"50": "0.5",
|
|
1074
|
+
"55": "0.55",
|
|
1075
|
+
"60": "0.6",
|
|
1076
|
+
"65": "0.65",
|
|
1077
|
+
"70": "0.7",
|
|
1078
|
+
"75": "0.75",
|
|
1079
|
+
"80": "0.8",
|
|
1080
|
+
"85": "0.85",
|
|
1081
|
+
"90": "0.9",
|
|
1082
|
+
"95": "0.95",
|
|
1083
|
+
"100": "1"
|
|
1084
|
+
},
|
|
1085
|
+
anim: {
|
|
1086
|
+
none: "none",
|
|
1087
|
+
spin: "spin 1s linear infinite",
|
|
1088
|
+
ping: "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",
|
|
1089
|
+
pulse: "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",
|
|
1090
|
+
bounce: "bounce 1s infinite",
|
|
1091
|
+
wiggle: "wiggle 1s ease-in-out infinite"
|
|
1092
|
+
},
|
|
1093
|
+
col: {
|
|
1094
|
+
auto: "auto",
|
|
1095
|
+
"3xs": rem(256),
|
|
1096
|
+
"2xs": rem(288),
|
|
1097
|
+
xs: rem(320),
|
|
1098
|
+
sm: rem(384),
|
|
1099
|
+
md: rem(448),
|
|
1100
|
+
lg: rem(512),
|
|
1101
|
+
xl: rem(576),
|
|
1102
|
+
"2xl": rem(672),
|
|
1103
|
+
"3xl": rem(768),
|
|
1104
|
+
"4xl": rem(896),
|
|
1105
|
+
"5xl": rem(1024),
|
|
1106
|
+
"6xl": rem(1152),
|
|
1107
|
+
"7xl": rem(1280)
|
|
1108
|
+
},
|
|
1109
|
+
ease: {
|
|
1110
|
+
linear: "linear",
|
|
1111
|
+
in: "cubic-bezier(0.4, 0, 1, 1)",
|
|
1112
|
+
out: "cubic-bezier(0, 0, 0.2, 1)",
|
|
1113
|
+
"in-out": "cubic-bezier(0.4, 0, 0.2, 1)"
|
|
1114
|
+
},
|
|
1115
|
+
effect: {
|
|
1116
|
+
"alpha-0": "opacity(0)",
|
|
1117
|
+
"alpha-5": "opacity(.05)",
|
|
1118
|
+
"alpha-10": "opacity(.1)",
|
|
1119
|
+
"alpha-15": "opacity(.15)",
|
|
1120
|
+
"alpha-20": "opacity(.2)",
|
|
1121
|
+
"alpha-25": "opacity(.25)",
|
|
1122
|
+
"alpha-30": "opacity(.3)",
|
|
1123
|
+
"alpha-35": "opacity(.35)",
|
|
1124
|
+
"alpha-40": "opacity(.4)",
|
|
1125
|
+
"alpha-45": "opacity(.45)",
|
|
1126
|
+
"alpha-50": "opacity(.5)",
|
|
1127
|
+
"alpha-55": "opacity(.55)",
|
|
1128
|
+
"alpha-60": "opacity(.6)",
|
|
1129
|
+
"alpha-65": "opacity(.65)",
|
|
1130
|
+
"alpha-70": "opacity(.7)",
|
|
1131
|
+
"alpha-75": "opacity(.75)",
|
|
1132
|
+
"alpha-80": "opacity(.8)",
|
|
1133
|
+
"alpha-85": "opacity(.85)",
|
|
1134
|
+
"alpha-90": "opacity(.9)",
|
|
1135
|
+
"alpha-95": "opacity(.95)",
|
|
1136
|
+
"alpha-100": "opacity(1)",
|
|
1137
|
+
"blur-none": "blur(0)",
|
|
1138
|
+
"blur-sm": "blur(4px)",
|
|
1139
|
+
blur: "blur(8px)",
|
|
1140
|
+
"blur-md": "blur(12px)",
|
|
1141
|
+
"blur-lg": "blur(16px)",
|
|
1142
|
+
"blur-xl": "blur(24px)",
|
|
1143
|
+
"blur-2xl": "blur(40px)",
|
|
1144
|
+
"blur-3xl": "blur(64px)",
|
|
1145
|
+
"bright-0": "brightness(0)",
|
|
1146
|
+
"bright-50": "brightness(.5)",
|
|
1147
|
+
"bright-75": "brightness(.75)",
|
|
1148
|
+
"bright-90": "brightness(.9)",
|
|
1149
|
+
"bright-95": "brightness(.95)",
|
|
1150
|
+
"bright-100": "brightness(1)",
|
|
1151
|
+
"bright-105": "brightness(1.05)",
|
|
1152
|
+
"bright-110": "brightness(1.1)",
|
|
1153
|
+
"bright-125": "brightness(1.25)",
|
|
1154
|
+
"bright-150": "brightness(1.5)",
|
|
1155
|
+
"bright-200": "brightness(2)",
|
|
1156
|
+
"contrast-0": "contrast(0)",
|
|
1157
|
+
"contrast-50": "contrast(.5)",
|
|
1158
|
+
"contrast-75": "contrast(.75)",
|
|
1159
|
+
"contrast-100": "contrast(1)",
|
|
1160
|
+
"contrast-125": "contrast(1.25)",
|
|
1161
|
+
"contrast-150": "contrast(1.5)",
|
|
1162
|
+
"contrast-200": "contrast(2)",
|
|
1163
|
+
"gray-0": "grayscale(0)",
|
|
1164
|
+
"gray-100": "grayscale(1)",
|
|
1165
|
+
"hue-0": "hue-rotate(0deg)",
|
|
1166
|
+
"hue-15": "hue-rotate(15deg)",
|
|
1167
|
+
"hue-30": "hue-rotate(30deg)",
|
|
1168
|
+
"hue-60": "hue-rotate(60deg)",
|
|
1169
|
+
"hue-90": "hue-rotate(90deg)",
|
|
1170
|
+
"invert-0": "invert(0)",
|
|
1171
|
+
"invert-100": "invert(1)",
|
|
1172
|
+
"saturate-0": "saturate(0)",
|
|
1173
|
+
"saturate-50": "saturate(.5)",
|
|
1174
|
+
"saturate-100": "saturate(1)",
|
|
1175
|
+
"saturate-150": "saturate(1.5)",
|
|
1176
|
+
"saturate-200": "saturate(2)",
|
|
1177
|
+
"sepia-0": "sepia(0)",
|
|
1178
|
+
"sepia-100": "sepia(1)"
|
|
1179
|
+
},
|
|
1180
|
+
flex: {
|
|
1181
|
+
"1": "1 1 0%",
|
|
1182
|
+
auto: "1 1 auto",
|
|
1183
|
+
initial: "0 1 auto",
|
|
1184
|
+
none: "none"
|
|
1185
|
+
},
|
|
1186
|
+
"fluid-height": {
|
|
1187
|
+
"min-max": fluid({ property: "fluid-height", from: BP_SM, to: BP_2XL }),
|
|
1188
|
+
"sm-md": fluid({ property: "fluid-height", from: BP_SM, to: BP_MD }),
|
|
1189
|
+
"sm-lg": fluid({ property: "fluid-height", from: BP_SM, to: BP_LG }),
|
|
1190
|
+
"sm-xl": fluid({ property: "fluid-height", from: BP_SM, to: BP_XL }),
|
|
1191
|
+
"md-lg": fluid({ property: "fluid-height", from: BP_MD, to: BP_LG }),
|
|
1192
|
+
"md-xl": fluid({ property: "fluid-height", from: BP_MD, to: BP_XL }),
|
|
1193
|
+
"md-2xl": fluid({ property: "fluid-height", from: BP_MD, to: BP_2XL }),
|
|
1194
|
+
"lg-xl": fluid({ property: "fluid-height", from: BP_LG, to: BP_XL }),
|
|
1195
|
+
"lg-2xl": fluid({ property: "fluid-height", from: BP_LG, to: BP_2XL })
|
|
1196
|
+
},
|
|
1197
|
+
"fluid-border-spacing": {
|
|
1198
|
+
"min-max": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_2XL }),
|
|
1199
|
+
"sm-md": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_MD }),
|
|
1200
|
+
"sm-lg": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_LG }),
|
|
1201
|
+
"sm-xl": fluid({ property: "fluid-border-spacing", from: BP_SM, to: BP_XL }),
|
|
1202
|
+
"md-lg": fluid({ property: "fluid-border-spacing", from: BP_MD, to: BP_LG }),
|
|
1203
|
+
"md-xl": fluid({ property: "fluid-border-spacing", from: BP_MD, to: BP_XL }),
|
|
1204
|
+
"md-2xl": fluid({ property: "fluid-border-spacing", from: BP_MD, to: BP_2XL }),
|
|
1205
|
+
"lg-xl": fluid({ property: "fluid-border-spacing", from: BP_LG, to: BP_XL }),
|
|
1206
|
+
"lg-2xl": fluid({ property: "fluid-border-spacing", from: BP_LG, to: BP_2XL })
|
|
1207
|
+
},
|
|
1208
|
+
"fluid-column-gap": {
|
|
1209
|
+
"min-max": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_2XL }),
|
|
1210
|
+
"sm-md": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_MD }),
|
|
1211
|
+
"sm-lg": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_LG }),
|
|
1212
|
+
"sm-xl": fluid({ property: "fluid-column-gap", from: BP_SM, to: BP_XL }),
|
|
1213
|
+
"md-lg": fluid({ property: "fluid-column-gap", from: BP_MD, to: BP_LG }),
|
|
1214
|
+
"md-xl": fluid({ property: "fluid-column-gap", from: BP_MD, to: BP_XL }),
|
|
1215
|
+
"md-2xl": fluid({ property: "fluid-column-gap", from: BP_MD, to: BP_2XL }),
|
|
1216
|
+
"lg-xl": fluid({ property: "fluid-column-gap", from: BP_LG, to: BP_XL }),
|
|
1217
|
+
"lg-2xl": fluid({ property: "fluid-column-gap", from: BP_LG, to: BP_2XL })
|
|
1218
|
+
},
|
|
1219
|
+
"fluid-column-width": {
|
|
1220
|
+
"min-max": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_2XL }),
|
|
1221
|
+
"sm-md": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_MD }),
|
|
1222
|
+
"sm-lg": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_LG }),
|
|
1223
|
+
"sm-xl": fluid({ property: "fluid-column-width", from: BP_SM, to: BP_XL }),
|
|
1224
|
+
"md-lg": fluid({ property: "fluid-column-width", from: BP_MD, to: BP_LG }),
|
|
1225
|
+
"md-xl": fluid({ property: "fluid-column-width", from: BP_MD, to: BP_XL }),
|
|
1226
|
+
"md-2xl": fluid({ property: "fluid-column-width", from: BP_MD, to: BP_2XL }),
|
|
1227
|
+
"lg-xl": fluid({ property: "fluid-column-width", from: BP_LG, to: BP_XL }),
|
|
1228
|
+
"lg-2xl": fluid({ property: "fluid-column-width", from: BP_LG, to: BP_2XL })
|
|
1229
|
+
},
|
|
1230
|
+
"fluid-flex-basis": {
|
|
1231
|
+
"min-max": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_2XL }),
|
|
1232
|
+
"sm-md": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_MD }),
|
|
1233
|
+
"sm-lg": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_LG }),
|
|
1234
|
+
"sm-xl": fluid({ property: "fluid-flex-basis", from: BP_SM, to: BP_XL }),
|
|
1235
|
+
"md-lg": fluid({ property: "fluid-flex-basis", from: BP_MD, to: BP_LG }),
|
|
1236
|
+
"md-xl": fluid({ property: "fluid-flex-basis", from: BP_MD, to: BP_XL }),
|
|
1237
|
+
"md-2xl": fluid({ property: "fluid-flex-basis", from: BP_MD, to: BP_2XL }),
|
|
1238
|
+
"lg-xl": fluid({ property: "fluid-flex-basis", from: BP_LG, to: BP_XL }),
|
|
1239
|
+
"lg-2xl": fluid({ property: "fluid-flex-basis", from: BP_LG, to: BP_2XL })
|
|
1240
|
+
},
|
|
1241
|
+
"fluid-text-size": {
|
|
1242
|
+
"min-max": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_2XL, divider: 1 }),
|
|
1243
|
+
"sm-md": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_MD, divider: 1 }),
|
|
1244
|
+
"sm-lg": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_LG, divider: 1 }),
|
|
1245
|
+
"sm-xl": fluid({ property: "fluid-text-size", from: BP_SM, to: BP_XL, divider: 1 }),
|
|
1246
|
+
"md-lg": fluid({ property: "fluid-text-size", from: BP_MD, to: BP_LG, divider: 1 }),
|
|
1247
|
+
"md-xl": fluid({ property: "fluid-text-size", from: BP_MD, to: BP_XL, divider: 1 }),
|
|
1248
|
+
"md-2xl": fluid({ property: "fluid-text-size", from: BP_MD, to: BP_2XL, divider: 1 }),
|
|
1249
|
+
"lg-xl": fluid({ property: "fluid-text-size", from: BP_LG, to: BP_XL, divider: 1 }),
|
|
1250
|
+
"lg-2xl": fluid({ property: "fluid-text-size", from: BP_LG, to: BP_2XL, divider: 1 })
|
|
1251
|
+
},
|
|
1252
|
+
"fluid-gap": {
|
|
1253
|
+
"min-max": fluid({ property: "fluid-gap", from: BP_SM, to: BP_2XL }),
|
|
1254
|
+
"sm-md": fluid({ property: "fluid-gap", from: BP_SM, to: BP_MD }),
|
|
1255
|
+
"sm-lg": fluid({ property: "fluid-gap", from: BP_SM, to: BP_LG }),
|
|
1256
|
+
"sm-xl": fluid({ property: "fluid-gap", from: BP_SM, to: BP_XL }),
|
|
1257
|
+
"md-lg": fluid({ property: "fluid-gap", from: BP_MD, to: BP_LG }),
|
|
1258
|
+
"md-xl": fluid({ property: "fluid-gap", from: BP_MD, to: BP_XL }),
|
|
1259
|
+
"md-2xl": fluid({ property: "fluid-gap", from: BP_MD, to: BP_2XL }),
|
|
1260
|
+
"lg-xl": fluid({ property: "fluid-gap", from: BP_LG, to: BP_XL }),
|
|
1261
|
+
"lg-2xl": fluid({ property: "fluid-gap", from: BP_LG, to: BP_2XL })
|
|
1262
|
+
},
|
|
1263
|
+
"fluid-width": {
|
|
1264
|
+
"min-max": fluid({ property: "fluid-width", from: BP_SM, to: BP_2XL }),
|
|
1265
|
+
"sm-md": fluid({ property: "fluid-width", from: BP_SM, to: BP_MD }),
|
|
1266
|
+
"sm-lg": fluid({ property: "fluid-width", from: BP_SM, to: BP_LG }),
|
|
1267
|
+
"sm-xl": fluid({ property: "fluid-width", from: BP_SM, to: BP_XL }),
|
|
1268
|
+
"md-lg": fluid({ property: "fluid-width", from: BP_MD, to: BP_LG }),
|
|
1269
|
+
"md-xl": fluid({ property: "fluid-width", from: BP_MD, to: BP_XL }),
|
|
1270
|
+
"md-2xl": fluid({ property: "fluid-width", from: BP_MD, to: BP_2XL }),
|
|
1271
|
+
"lg-xl": fluid({ property: "fluid-width", from: BP_LG, to: BP_XL }),
|
|
1272
|
+
"lg-2xl": fluid({ property: "fluid-width", from: BP_LG, to: BP_2XL })
|
|
1273
|
+
},
|
|
1274
|
+
"fluid-inset": {
|
|
1275
|
+
"min-max": fluid({ property: "fluid-inset", from: BP_SM, to: BP_2XL }),
|
|
1276
|
+
"sm-md": fluid({ property: "fluid-inset", from: BP_SM, to: BP_MD }),
|
|
1277
|
+
"sm-lg": fluid({ property: "fluid-inset", from: BP_SM, to: BP_LG }),
|
|
1278
|
+
"sm-xl": fluid({ property: "fluid-inset", from: BP_SM, to: BP_XL }),
|
|
1279
|
+
"md-lg": fluid({ property: "fluid-inset", from: BP_MD, to: BP_LG }),
|
|
1280
|
+
"md-xl": fluid({ property: "fluid-inset", from: BP_MD, to: BP_XL }),
|
|
1281
|
+
"md-2xl": fluid({ property: "fluid-inset", from: BP_MD, to: BP_2XL }),
|
|
1282
|
+
"lg-xl": fluid({ property: "fluid-inset", from: BP_LG, to: BP_XL }),
|
|
1283
|
+
"lg-2xl": fluid({ property: "fluid-inset", from: BP_LG, to: BP_2XL })
|
|
1284
|
+
},
|
|
1285
|
+
"fluid-inset-y": {
|
|
1286
|
+
"min-max": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_2XL }),
|
|
1287
|
+
"sm-md": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_MD }),
|
|
1288
|
+
"sm-lg": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_LG }),
|
|
1289
|
+
"sm-xl": fluid({ property: "fluid-inset-y", from: BP_SM, to: BP_XL }),
|
|
1290
|
+
"md-lg": fluid({ property: "fluid-inset-y", from: BP_MD, to: BP_LG }),
|
|
1291
|
+
"md-xl": fluid({ property: "fluid-inset-y", from: BP_MD, to: BP_XL }),
|
|
1292
|
+
"md-2xl": fluid({ property: "fluid-inset-y", from: BP_MD, to: BP_2XL }),
|
|
1293
|
+
"lg-xl": fluid({ property: "fluid-inset-y", from: BP_LG, to: BP_XL }),
|
|
1294
|
+
"lg-2xl": fluid({ property: "fluid-inset-y", from: BP_LG, to: BP_2XL })
|
|
1295
|
+
},
|
|
1296
|
+
"fluid-bottom": {
|
|
1297
|
+
"min-max": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_2XL }),
|
|
1298
|
+
"sm-md": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_MD }),
|
|
1299
|
+
"sm-lg": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_LG }),
|
|
1300
|
+
"sm-xl": fluid({ property: "fluid-bottom", from: BP_SM, to: BP_XL }),
|
|
1301
|
+
"md-lg": fluid({ property: "fluid-bottom", from: BP_MD, to: BP_LG }),
|
|
1302
|
+
"md-xl": fluid({ property: "fluid-bottom", from: BP_MD, to: BP_XL }),
|
|
1303
|
+
"md-2xl": fluid({ property: "fluid-bottom", from: BP_MD, to: BP_2XL }),
|
|
1304
|
+
"lg-xl": fluid({ property: "fluid-bottom", from: BP_LG, to: BP_XL }),
|
|
1305
|
+
"lg-2xl": fluid({ property: "fluid-bottom", from: BP_LG, to: BP_2XL })
|
|
1306
|
+
},
|
|
1307
|
+
"fluid-top": {
|
|
1308
|
+
"min-max": fluid({ property: "fluid-top", from: BP_SM, to: BP_2XL }),
|
|
1309
|
+
"sm-md": fluid({ property: "fluid-top", from: BP_SM, to: BP_MD }),
|
|
1310
|
+
"sm-lg": fluid({ property: "fluid-top", from: BP_SM, to: BP_LG }),
|
|
1311
|
+
"sm-xl": fluid({ property: "fluid-top", from: BP_SM, to: BP_XL }),
|
|
1312
|
+
"md-lg": fluid({ property: "fluid-top", from: BP_MD, to: BP_LG }),
|
|
1313
|
+
"md-xl": fluid({ property: "fluid-top", from: BP_MD, to: BP_XL }),
|
|
1314
|
+
"md-2xl": fluid({ property: "fluid-top", from: BP_MD, to: BP_2XL }),
|
|
1315
|
+
"lg-xl": fluid({ property: "fluid-top", from: BP_LG, to: BP_XL }),
|
|
1316
|
+
"lg-2xl": fluid({ property: "fluid-top", from: BP_LG, to: BP_2XL })
|
|
1317
|
+
},
|
|
1318
|
+
"fluid-inset-x": {
|
|
1319
|
+
"min-max": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_2XL }),
|
|
1320
|
+
"sm-md": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_MD }),
|
|
1321
|
+
"sm-lg": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_LG }),
|
|
1322
|
+
"sm-xl": fluid({ property: "fluid-inset-x", from: BP_SM, to: BP_XL }),
|
|
1323
|
+
"md-lg": fluid({ property: "fluid-inset-x", from: BP_MD, to: BP_LG }),
|
|
1324
|
+
"md-xl": fluid({ property: "fluid-inset-x", from: BP_MD, to: BP_XL }),
|
|
1325
|
+
"md-2xl": fluid({ property: "fluid-inset-x", from: BP_MD, to: BP_2XL }),
|
|
1326
|
+
"lg-xl": fluid({ property: "fluid-inset-x", from: BP_LG, to: BP_XL }),
|
|
1327
|
+
"lg-2xl": fluid({ property: "fluid-inset-x", from: BP_LG, to: BP_2XL })
|
|
1328
|
+
},
|
|
1329
|
+
"fluid-right": {
|
|
1330
|
+
"min-max": fluid({ property: "fluid-right", from: BP_SM, to: BP_2XL }),
|
|
1331
|
+
"sm-md": fluid({ property: "fluid-right", from: BP_SM, to: BP_MD }),
|
|
1332
|
+
"sm-lg": fluid({ property: "fluid-right", from: BP_SM, to: BP_LG }),
|
|
1333
|
+
"sm-xl": fluid({ property: "fluid-right", from: BP_SM, to: BP_XL }),
|
|
1334
|
+
"md-lg": fluid({ property: "fluid-right", from: BP_MD, to: BP_LG }),
|
|
1335
|
+
"md-xl": fluid({ property: "fluid-right", from: BP_MD, to: BP_XL }),
|
|
1336
|
+
"md-2xl": fluid({ property: "fluid-right", from: BP_MD, to: BP_2XL }),
|
|
1337
|
+
"lg-xl": fluid({ property: "fluid-right", from: BP_LG, to: BP_XL }),
|
|
1338
|
+
"lg-2xl": fluid({ property: "fluid-right", from: BP_LG, to: BP_2XL })
|
|
1339
|
+
},
|
|
1340
|
+
"fluid-left": {
|
|
1341
|
+
"min-max": fluid({ property: "fluid-left", from: BP_SM, to: BP_2XL }),
|
|
1342
|
+
"sm-md": fluid({ property: "fluid-left", from: BP_SM, to: BP_MD }),
|
|
1343
|
+
"sm-lg": fluid({ property: "fluid-left", from: BP_SM, to: BP_LG }),
|
|
1344
|
+
"sm-xl": fluid({ property: "fluid-left", from: BP_SM, to: BP_XL }),
|
|
1345
|
+
"md-lg": fluid({ property: "fluid-left", from: BP_MD, to: BP_LG }),
|
|
1346
|
+
"md-xl": fluid({ property: "fluid-left", from: BP_MD, to: BP_XL }),
|
|
1347
|
+
"md-2xl": fluid({ property: "fluid-left", from: BP_MD, to: BP_2XL }),
|
|
1348
|
+
"lg-xl": fluid({ property: "fluid-left", from: BP_LG, to: BP_XL }),
|
|
1349
|
+
"lg-2xl": fluid({ property: "fluid-left", from: BP_LG, to: BP_2XL })
|
|
1350
|
+
},
|
|
1351
|
+
"fluid-m": {
|
|
1352
|
+
"min-max": fluid({ property: "fluid-m", from: BP_SM, to: BP_2XL }),
|
|
1353
|
+
"sm-md": fluid({ property: "fluid-m", from: BP_SM, to: BP_MD }),
|
|
1354
|
+
"sm-lg": fluid({ property: "fluid-m", from: BP_SM, to: BP_LG }),
|
|
1355
|
+
"sm-xl": fluid({ property: "fluid-m", from: BP_SM, to: BP_XL }),
|
|
1356
|
+
"md-lg": fluid({ property: "fluid-m", from: BP_MD, to: BP_LG }),
|
|
1357
|
+
"md-xl": fluid({ property: "fluid-m", from: BP_MD, to: BP_XL }),
|
|
1358
|
+
"md-2xl": fluid({ property: "fluid-m", from: BP_MD, to: BP_2XL }),
|
|
1359
|
+
"lg-xl": fluid({ property: "fluid-m", from: BP_LG, to: BP_XL }),
|
|
1360
|
+
"lg-2xl": fluid({ property: "fluid-m", from: BP_LG, to: BP_2XL })
|
|
1361
|
+
},
|
|
1362
|
+
"fluid-my": {
|
|
1363
|
+
"min-max": fluid({ property: "fluid-my", from: BP_SM, to: BP_2XL }),
|
|
1364
|
+
"sm-md": fluid({ property: "fluid-my", from: BP_SM, to: BP_MD }),
|
|
1365
|
+
"sm-lg": fluid({ property: "fluid-my", from: BP_SM, to: BP_LG }),
|
|
1366
|
+
"sm-xl": fluid({ property: "fluid-my", from: BP_SM, to: BP_XL }),
|
|
1367
|
+
"md-lg": fluid({ property: "fluid-my", from: BP_MD, to: BP_LG }),
|
|
1368
|
+
"md-xl": fluid({ property: "fluid-my", from: BP_MD, to: BP_XL }),
|
|
1369
|
+
"md-2xl": fluid({ property: "fluid-my", from: BP_MD, to: BP_2XL }),
|
|
1370
|
+
"lg-xl": fluid({ property: "fluid-my", from: BP_LG, to: BP_XL }),
|
|
1371
|
+
"lg-2xl": fluid({ property: "fluid-my", from: BP_LG, to: BP_2XL })
|
|
1372
|
+
},
|
|
1373
|
+
"fluid-mb": {
|
|
1374
|
+
"min-max": fluid({ property: "fluid-mb", from: BP_SM, to: BP_2XL }),
|
|
1375
|
+
"sm-md": fluid({ property: "fluid-mb", from: BP_SM, to: BP_MD }),
|
|
1376
|
+
"sm-lg": fluid({ property: "fluid-mb", from: BP_SM, to: BP_LG }),
|
|
1377
|
+
"sm-xl": fluid({ property: "fluid-mb", from: BP_SM, to: BP_XL }),
|
|
1378
|
+
"md-lg": fluid({ property: "fluid-mb", from: BP_MD, to: BP_LG }),
|
|
1379
|
+
"md-xl": fluid({ property: "fluid-mb", from: BP_MD, to: BP_XL }),
|
|
1380
|
+
"md-2xl": fluid({ property: "fluid-mb", from: BP_MD, to: BP_2XL }),
|
|
1381
|
+
"lg-xl": fluid({ property: "fluid-mb", from: BP_LG, to: BP_XL }),
|
|
1382
|
+
"lg-2xl": fluid({ property: "fluid-mb", from: BP_LG, to: BP_2XL })
|
|
1383
|
+
},
|
|
1384
|
+
"fluid-mt": {
|
|
1385
|
+
"min-max": fluid({ property: "fluid-mt", from: BP_SM, to: BP_2XL }),
|
|
1386
|
+
"sm-md": fluid({ property: "fluid-mt", from: BP_SM, to: BP_MD }),
|
|
1387
|
+
"sm-lg": fluid({ property: "fluid-mt", from: BP_SM, to: BP_LG }),
|
|
1388
|
+
"sm-xl": fluid({ property: "fluid-mt", from: BP_SM, to: BP_XL }),
|
|
1389
|
+
"md-lg": fluid({ property: "fluid-mt", from: BP_MD, to: BP_LG }),
|
|
1390
|
+
"md-xl": fluid({ property: "fluid-mt", from: BP_MD, to: BP_XL }),
|
|
1391
|
+
"md-2xl": fluid({ property: "fluid-mt", from: BP_MD, to: BP_2XL }),
|
|
1392
|
+
"lg-xl": fluid({ property: "fluid-mt", from: BP_LG, to: BP_XL }),
|
|
1393
|
+
"lg-2xl": fluid({ property: "fluid-mt", from: BP_LG, to: BP_2XL })
|
|
1394
|
+
},
|
|
1395
|
+
"fluid-mx": {
|
|
1396
|
+
"min-max": fluid({ property: "fluid-mx", from: BP_SM, to: BP_2XL }),
|
|
1397
|
+
"sm-md": fluid({ property: "fluid-mx", from: BP_SM, to: BP_MD }),
|
|
1398
|
+
"sm-lg": fluid({ property: "fluid-mx", from: BP_SM, to: BP_LG }),
|
|
1399
|
+
"sm-xl": fluid({ property: "fluid-mx", from: BP_SM, to: BP_XL }),
|
|
1400
|
+
"md-lg": fluid({ property: "fluid-mx", from: BP_MD, to: BP_LG }),
|
|
1401
|
+
"md-xl": fluid({ property: "fluid-mx", from: BP_MD, to: BP_XL }),
|
|
1402
|
+
"md-2xl": fluid({ property: "fluid-mx", from: BP_MD, to: BP_2XL }),
|
|
1403
|
+
"lg-xl": fluid({ property: "fluid-mx", from: BP_LG, to: BP_XL }),
|
|
1404
|
+
"lg-2xl": fluid({ property: "fluid-mx", from: BP_LG, to: BP_2XL })
|
|
1405
|
+
},
|
|
1406
|
+
"fluid-mr": {
|
|
1407
|
+
"min-max": fluid({ property: "fluid-mr", from: BP_SM, to: BP_2XL }),
|
|
1408
|
+
"sm-md": fluid({ property: "fluid-mr", from: BP_SM, to: BP_MD }),
|
|
1409
|
+
"sm-lg": fluid({ property: "fluid-mr", from: BP_SM, to: BP_LG }),
|
|
1410
|
+
"sm-xl": fluid({ property: "fluid-mr", from: BP_SM, to: BP_XL }),
|
|
1411
|
+
"md-lg": fluid({ property: "fluid-mr", from: BP_MD, to: BP_LG }),
|
|
1412
|
+
"md-xl": fluid({ property: "fluid-mr", from: BP_MD, to: BP_XL }),
|
|
1413
|
+
"md-2xl": fluid({ property: "fluid-mr", from: BP_MD, to: BP_2XL }),
|
|
1414
|
+
"lg-xl": fluid({ property: "fluid-mr", from: BP_LG, to: BP_XL }),
|
|
1415
|
+
"lg-2xl": fluid({ property: "fluid-mr", from: BP_LG, to: BP_2XL })
|
|
1416
|
+
},
|
|
1417
|
+
"fluid-ml": {
|
|
1418
|
+
"min-max": fluid({ property: "fluid-ml", from: BP_SM, to: BP_2XL }),
|
|
1419
|
+
"sm-md": fluid({ property: "fluid-ml", from: BP_SM, to: BP_MD }),
|
|
1420
|
+
"sm-lg": fluid({ property: "fluid-ml", from: BP_SM, to: BP_LG }),
|
|
1421
|
+
"sm-xl": fluid({ property: "fluid-ml", from: BP_SM, to: BP_XL }),
|
|
1422
|
+
"md-lg": fluid({ property: "fluid-ml", from: BP_MD, to: BP_LG }),
|
|
1423
|
+
"md-xl": fluid({ property: "fluid-ml", from: BP_MD, to: BP_XL }),
|
|
1424
|
+
"md-2xl": fluid({ property: "fluid-ml", from: BP_MD, to: BP_2XL }),
|
|
1425
|
+
"lg-xl": fluid({ property: "fluid-ml", from: BP_LG, to: BP_XL }),
|
|
1426
|
+
"lg-2xl": fluid({ property: "fluid-ml", from: BP_LG, to: BP_2XL })
|
|
1427
|
+
},
|
|
1428
|
+
"fluid-max-height": {
|
|
1429
|
+
"min-max": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_2XL }),
|
|
1430
|
+
"sm-md": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_MD }),
|
|
1431
|
+
"sm-lg": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_LG }),
|
|
1432
|
+
"sm-xl": fluid({ property: "fluid-max-height", from: BP_SM, to: BP_XL }),
|
|
1433
|
+
"md-lg": fluid({ property: "fluid-max-height", from: BP_MD, to: BP_LG }),
|
|
1434
|
+
"md-xl": fluid({ property: "fluid-max-height", from: BP_MD, to: BP_XL }),
|
|
1435
|
+
"md-2xl": fluid({ property: "fluid-max-height", from: BP_MD, to: BP_2XL }),
|
|
1436
|
+
"lg-xl": fluid({ property: "fluid-max-height", from: BP_LG, to: BP_XL }),
|
|
1437
|
+
"lg-2xl": fluid({ property: "fluid-max-height", from: BP_LG, to: BP_2XL })
|
|
1438
|
+
},
|
|
1439
|
+
"fluid-max-width": {
|
|
1440
|
+
"min-max": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_2XL }),
|
|
1441
|
+
"sm-md": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_MD }),
|
|
1442
|
+
"sm-lg": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_LG }),
|
|
1443
|
+
"sm-xl": fluid({ property: "fluid-max-width", from: BP_SM, to: BP_XL }),
|
|
1444
|
+
"md-lg": fluid({ property: "fluid-max-width", from: BP_MD, to: BP_LG }),
|
|
1445
|
+
"md-xl": fluid({ property: "fluid-max-width", from: BP_MD, to: BP_XL }),
|
|
1446
|
+
"md-2xl": fluid({ property: "fluid-max-width", from: BP_MD, to: BP_2XL }),
|
|
1447
|
+
"lg-xl": fluid({ property: "fluid-max-width", from: BP_LG, to: BP_XL }),
|
|
1448
|
+
"lg-2xl": fluid({ property: "fluid-max-width", from: BP_LG, to: BP_2XL })
|
|
1449
|
+
},
|
|
1450
|
+
"fluid-min-height": {
|
|
1451
|
+
"min-max": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_2XL }),
|
|
1452
|
+
"sm-md": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_MD }),
|
|
1453
|
+
"sm-lg": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_LG }),
|
|
1454
|
+
"sm-xl": fluid({ property: "fluid-min-height", from: BP_SM, to: BP_XL }),
|
|
1455
|
+
"md-lg": fluid({ property: "fluid-min-height", from: BP_MD, to: BP_LG }),
|
|
1456
|
+
"md-xl": fluid({ property: "fluid-min-height", from: BP_MD, to: BP_XL }),
|
|
1457
|
+
"md-2xl": fluid({ property: "fluid-min-height", from: BP_MD, to: BP_2XL }),
|
|
1458
|
+
"lg-xl": fluid({ property: "fluid-min-height", from: BP_LG, to: BP_XL }),
|
|
1459
|
+
"lg-2xl": fluid({ property: "fluid-min-height", from: BP_LG, to: BP_2XL })
|
|
1460
|
+
},
|
|
1461
|
+
"fluid-min-width": {
|
|
1462
|
+
"min-max": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_2XL }),
|
|
1463
|
+
"sm-md": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_MD }),
|
|
1464
|
+
"sm-lg": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_LG }),
|
|
1465
|
+
"sm-xl": fluid({ property: "fluid-min-width", from: BP_SM, to: BP_XL }),
|
|
1466
|
+
"md-lg": fluid({ property: "fluid-min-width", from: BP_MD, to: BP_LG }),
|
|
1467
|
+
"md-xl": fluid({ property: "fluid-min-width", from: BP_MD, to: BP_XL }),
|
|
1468
|
+
"md-2xl": fluid({ property: "fluid-min-width", from: BP_MD, to: BP_2XL }),
|
|
1469
|
+
"lg-xl": fluid({ property: "fluid-min-width", from: BP_LG, to: BP_XL }),
|
|
1470
|
+
"lg-2xl": fluid({ property: "fluid-min-width", from: BP_LG, to: BP_2XL })
|
|
1471
|
+
},
|
|
1472
|
+
"fluid-p": {
|
|
1473
|
+
"min-max": fluid({ property: "fluid-p", from: BP_SM, to: BP_2XL }),
|
|
1474
|
+
"sm-md": fluid({ property: "fluid-p", from: BP_SM, to: BP_MD }),
|
|
1475
|
+
"sm-lg": fluid({ property: "fluid-p", from: BP_SM, to: BP_LG }),
|
|
1476
|
+
"sm-xl": fluid({ property: "fluid-p", from: BP_SM, to: BP_XL }),
|
|
1477
|
+
"md-lg": fluid({ property: "fluid-p", from: BP_MD, to: BP_LG }),
|
|
1478
|
+
"md-xl": fluid({ property: "fluid-p", from: BP_MD, to: BP_XL }),
|
|
1479
|
+
"md-2xl": fluid({ property: "fluid-p", from: BP_MD, to: BP_2XL }),
|
|
1480
|
+
"lg-xl": fluid({ property: "fluid-p", from: BP_LG, to: BP_XL }),
|
|
1481
|
+
"lg-2xl": fluid({ property: "fluid-p", from: BP_LG, to: BP_2XL })
|
|
1482
|
+
},
|
|
1483
|
+
"fluid-py": {
|
|
1484
|
+
"min-max": fluid({ property: "fluid-py", from: BP_SM, to: BP_2XL }),
|
|
1485
|
+
"sm-md": fluid({ property: "fluid-py", from: BP_SM, to: BP_MD }),
|
|
1486
|
+
"sm-lg": fluid({ property: "fluid-py", from: BP_SM, to: BP_LG }),
|
|
1487
|
+
"sm-xl": fluid({ property: "fluid-py", from: BP_SM, to: BP_XL }),
|
|
1488
|
+
"md-lg": fluid({ property: "fluid-py", from: BP_MD, to: BP_LG }),
|
|
1489
|
+
"md-xl": fluid({ property: "fluid-py", from: BP_MD, to: BP_XL }),
|
|
1490
|
+
"md-2xl": fluid({ property: "fluid-py", from: BP_MD, to: BP_2XL }),
|
|
1491
|
+
"lg-xl": fluid({ property: "fluid-py", from: BP_LG, to: BP_XL }),
|
|
1492
|
+
"lg-2xl": fluid({ property: "fluid-py", from: BP_LG, to: BP_2XL })
|
|
1493
|
+
},
|
|
1494
|
+
"fluid-pb": {
|
|
1495
|
+
"min-max": fluid({ property: "fluid-pb", from: BP_SM, to: BP_2XL }),
|
|
1496
|
+
"sm-md": fluid({ property: "fluid-pb", from: BP_SM, to: BP_MD }),
|
|
1497
|
+
"sm-lg": fluid({ property: "fluid-pb", from: BP_SM, to: BP_LG }),
|
|
1498
|
+
"sm-xl": fluid({ property: "fluid-pb", from: BP_SM, to: BP_XL }),
|
|
1499
|
+
"md-lg": fluid({ property: "fluid-pb", from: BP_MD, to: BP_LG }),
|
|
1500
|
+
"md-xl": fluid({ property: "fluid-pb", from: BP_MD, to: BP_XL }),
|
|
1501
|
+
"md-2xl": fluid({ property: "fluid-pb", from: BP_MD, to: BP_2XL }),
|
|
1502
|
+
"lg-xl": fluid({ property: "fluid-pb", from: BP_LG, to: BP_XL }),
|
|
1503
|
+
"lg-2xl": fluid({ property: "fluid-pb", from: BP_LG, to: BP_2XL })
|
|
1504
|
+
},
|
|
1505
|
+
"fluid-pt": {
|
|
1506
|
+
"min-max": fluid({ property: "fluid-pt", from: BP_SM, to: BP_2XL }),
|
|
1507
|
+
"sm-md": fluid({ property: "fluid-pt", from: BP_SM, to: BP_MD }),
|
|
1508
|
+
"sm-lg": fluid({ property: "fluid-pt", from: BP_SM, to: BP_LG }),
|
|
1509
|
+
"sm-xl": fluid({ property: "fluid-pt", from: BP_SM, to: BP_XL }),
|
|
1510
|
+
"md-lg": fluid({ property: "fluid-pt", from: BP_MD, to: BP_LG }),
|
|
1511
|
+
"md-xl": fluid({ property: "fluid-pt", from: BP_MD, to: BP_XL }),
|
|
1512
|
+
"md-2xl": fluid({ property: "fluid-pt", from: BP_MD, to: BP_2XL }),
|
|
1513
|
+
"lg-xl": fluid({ property: "fluid-pt", from: BP_LG, to: BP_XL }),
|
|
1514
|
+
"lg-2xl": fluid({ property: "fluid-pt", from: BP_LG, to: BP_2XL })
|
|
1515
|
+
},
|
|
1516
|
+
"fluid-px": {
|
|
1517
|
+
"min-max": fluid({ property: "fluid-px", from: BP_SM, to: BP_2XL }),
|
|
1518
|
+
"sm-md": fluid({ property: "fluid-px", from: BP_SM, to: BP_MD }),
|
|
1519
|
+
"sm-lg": fluid({ property: "fluid-px", from: BP_SM, to: BP_LG }),
|
|
1520
|
+
"sm-xl": fluid({ property: "fluid-px", from: BP_SM, to: BP_XL }),
|
|
1521
|
+
"md-lg": fluid({ property: "fluid-px", from: BP_MD, to: BP_LG }),
|
|
1522
|
+
"md-xl": fluid({ property: "fluid-px", from: BP_MD, to: BP_XL }),
|
|
1523
|
+
"md-2xl": fluid({ property: "fluid-px", from: BP_MD, to: BP_2XL }),
|
|
1524
|
+
"lg-xl": fluid({ property: "fluid-px", from: BP_LG, to: BP_XL }),
|
|
1525
|
+
"lg-2xl": fluid({ property: "fluid-px", from: BP_LG, to: BP_2XL })
|
|
1526
|
+
},
|
|
1527
|
+
"fluid-pr": {
|
|
1528
|
+
"min-max": fluid({ property: "fluid-pr", from: BP_SM, to: BP_2XL }),
|
|
1529
|
+
"sm-md": fluid({ property: "fluid-pr", from: BP_SM, to: BP_MD }),
|
|
1530
|
+
"sm-lg": fluid({ property: "fluid-pr", from: BP_SM, to: BP_LG }),
|
|
1531
|
+
"sm-xl": fluid({ property: "fluid-pr", from: BP_SM, to: BP_XL }),
|
|
1532
|
+
"md-lg": fluid({ property: "fluid-pr", from: BP_MD, to: BP_LG }),
|
|
1533
|
+
"md-xl": fluid({ property: "fluid-pr", from: BP_MD, to: BP_XL }),
|
|
1534
|
+
"md-2xl": fluid({ property: "fluid-pr", from: BP_MD, to: BP_2XL }),
|
|
1535
|
+
"lg-xl": fluid({ property: "fluid-pr", from: BP_LG, to: BP_XL }),
|
|
1536
|
+
"lg-2xl": fluid({ property: "fluid-pr", from: BP_LG, to: BP_2XL })
|
|
1537
|
+
},
|
|
1538
|
+
"fluid-pl": {
|
|
1539
|
+
"min-max": fluid({ property: "fluid-pl", from: BP_SM, to: BP_2XL }),
|
|
1540
|
+
"sm-md": fluid({ property: "fluid-pl", from: BP_SM, to: BP_MD }),
|
|
1541
|
+
"sm-lg": fluid({ property: "fluid-pl", from: BP_SM, to: BP_LG }),
|
|
1542
|
+
"sm-xl": fluid({ property: "fluid-pl", from: BP_SM, to: BP_XL }),
|
|
1543
|
+
"md-lg": fluid({ property: "fluid-pl", from: BP_MD, to: BP_LG }),
|
|
1544
|
+
"md-xl": fluid({ property: "fluid-pl", from: BP_MD, to: BP_XL }),
|
|
1545
|
+
"md-2xl": fluid({ property: "fluid-pl", from: BP_MD, to: BP_2XL }),
|
|
1546
|
+
"lg-xl": fluid({ property: "fluid-pl", from: BP_LG, to: BP_XL }),
|
|
1547
|
+
"lg-2xl": fluid({ property: "fluid-pl", from: BP_LG, to: BP_2XL })
|
|
1548
|
+
},
|
|
1549
|
+
"fluid-row-gap": {
|
|
1550
|
+
"min-max": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_2XL }),
|
|
1551
|
+
"sm-md": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_MD }),
|
|
1552
|
+
"sm-lg": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_LG }),
|
|
1553
|
+
"sm-xl": fluid({ property: "fluid-row-gap", from: BP_SM, to: BP_XL }),
|
|
1554
|
+
"md-lg": fluid({ property: "fluid-row-gap", from: BP_MD, to: BP_LG }),
|
|
1555
|
+
"md-xl": fluid({ property: "fluid-row-gap", from: BP_MD, to: BP_XL }),
|
|
1556
|
+
"md-2xl": fluid({ property: "fluid-row-gap", from: BP_MD, to: BP_2XL }),
|
|
1557
|
+
"lg-xl": fluid({ property: "fluid-row-gap", from: BP_LG, to: BP_XL }),
|
|
1558
|
+
"lg-2xl": fluid({ property: "fluid-row-gap", from: BP_LG, to: BP_2XL })
|
|
1559
|
+
},
|
|
1560
|
+
"fluid-scroll-m": {
|
|
1561
|
+
"min-max": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_2XL }),
|
|
1562
|
+
"sm-md": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_MD }),
|
|
1563
|
+
"sm-lg": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_LG }),
|
|
1564
|
+
"sm-xl": fluid({ property: "fluid-scroll-m", from: BP_SM, to: BP_XL }),
|
|
1565
|
+
"md-lg": fluid({ property: "fluid-scroll-m", from: BP_MD, to: BP_LG }),
|
|
1566
|
+
"md-xl": fluid({ property: "fluid-scroll-m", from: BP_MD, to: BP_XL }),
|
|
1567
|
+
"md-2xl": fluid({ property: "fluid-scroll-m", from: BP_MD, to: BP_2XL }),
|
|
1568
|
+
"lg-xl": fluid({ property: "fluid-scroll-m", from: BP_LG, to: BP_XL }),
|
|
1569
|
+
"lg-2xl": fluid({ property: "fluid-scroll-m", from: BP_LG, to: BP_2XL })
|
|
1570
|
+
},
|
|
1571
|
+
"fluid-scroll-my": {
|
|
1572
|
+
"min-max": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_2XL }),
|
|
1573
|
+
"sm-md": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_MD }),
|
|
1574
|
+
"sm-lg": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_LG }),
|
|
1575
|
+
"sm-xl": fluid({ property: "fluid-scroll-my", from: BP_SM, to: BP_XL }),
|
|
1576
|
+
"md-lg": fluid({ property: "fluid-scroll-my", from: BP_MD, to: BP_LG }),
|
|
1577
|
+
"md-xl": fluid({ property: "fluid-scroll-my", from: BP_MD, to: BP_XL }),
|
|
1578
|
+
"md-2xl": fluid({ property: "fluid-scroll-my", from: BP_MD, to: BP_2XL }),
|
|
1579
|
+
"lg-xl": fluid({ property: "fluid-scroll-my", from: BP_LG, to: BP_XL }),
|
|
1580
|
+
"lg-2xl": fluid({ property: "fluid-scroll-my", from: BP_LG, to: BP_2XL })
|
|
1581
|
+
},
|
|
1582
|
+
"fluid-scroll-mb": {
|
|
1583
|
+
"min-max": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_2XL }),
|
|
1584
|
+
"sm-md": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_MD }),
|
|
1585
|
+
"sm-lg": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_LG }),
|
|
1586
|
+
"sm-xl": fluid({ property: "fluid-scroll-mb", from: BP_SM, to: BP_XL }),
|
|
1587
|
+
"md-lg": fluid({ property: "fluid-scroll-mb", from: BP_MD, to: BP_LG }),
|
|
1588
|
+
"md-xl": fluid({ property: "fluid-scroll-mb", from: BP_MD, to: BP_XL }),
|
|
1589
|
+
"md-2xl": fluid({ property: "fluid-scroll-mb", from: BP_MD, to: BP_2XL }),
|
|
1590
|
+
"lg-xl": fluid({ property: "fluid-scroll-mb", from: BP_LG, to: BP_XL }),
|
|
1591
|
+
"lg-2xl": fluid({ property: "fluid-scroll-mb", from: BP_LG, to: BP_2XL })
|
|
1592
|
+
},
|
|
1593
|
+
"fluid-scroll-mt": {
|
|
1594
|
+
"min-max": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_2XL }),
|
|
1595
|
+
"sm-md": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_MD }),
|
|
1596
|
+
"sm-lg": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_LG }),
|
|
1597
|
+
"sm-xl": fluid({ property: "fluid-scroll-mt", from: BP_SM, to: BP_XL }),
|
|
1598
|
+
"md-lg": fluid({ property: "fluid-scroll-mt", from: BP_MD, to: BP_LG }),
|
|
1599
|
+
"md-xl": fluid({ property: "fluid-scroll-mt", from: BP_MD, to: BP_XL }),
|
|
1600
|
+
"md-2xl": fluid({ property: "fluid-scroll-mt", from: BP_MD, to: BP_2XL }),
|
|
1601
|
+
"lg-xl": fluid({ property: "fluid-scroll-mt", from: BP_LG, to: BP_XL }),
|
|
1602
|
+
"lg-2xl": fluid({ property: "fluid-scroll-mt", from: BP_LG, to: BP_2XL })
|
|
1603
|
+
},
|
|
1604
|
+
"fluid-scroll-mx": {
|
|
1605
|
+
"min-max": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_2XL }),
|
|
1606
|
+
"sm-md": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_MD }),
|
|
1607
|
+
"sm-lg": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_LG }),
|
|
1608
|
+
"sm-xl": fluid({ property: "fluid-scroll-mx", from: BP_SM, to: BP_XL }),
|
|
1609
|
+
"md-lg": fluid({ property: "fluid-scroll-mx", from: BP_MD, to: BP_LG }),
|
|
1610
|
+
"md-xl": fluid({ property: "fluid-scroll-mx", from: BP_MD, to: BP_XL }),
|
|
1611
|
+
"md-2xl": fluid({ property: "fluid-scroll-mx", from: BP_MD, to: BP_2XL }),
|
|
1612
|
+
"lg-xl": fluid({ property: "fluid-scroll-mx", from: BP_LG, to: BP_XL }),
|
|
1613
|
+
"lg-2xl": fluid({ property: "fluid-scroll-mx", from: BP_LG, to: BP_2XL })
|
|
1614
|
+
},
|
|
1615
|
+
"fluid-scroll-mr": {
|
|
1616
|
+
"min-max": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_2XL }),
|
|
1617
|
+
"sm-md": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_MD }),
|
|
1618
|
+
"sm-lg": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_LG }),
|
|
1619
|
+
"sm-xl": fluid({ property: "fluid-scroll-mr", from: BP_SM, to: BP_XL }),
|
|
1620
|
+
"md-lg": fluid({ property: "fluid-scroll-mr", from: BP_MD, to: BP_LG }),
|
|
1621
|
+
"md-xl": fluid({ property: "fluid-scroll-mr", from: BP_MD, to: BP_XL }),
|
|
1622
|
+
"md-2xl": fluid({ property: "fluid-scroll-mr", from: BP_MD, to: BP_2XL }),
|
|
1623
|
+
"lg-xl": fluid({ property: "fluid-scroll-mr", from: BP_LG, to: BP_XL }),
|
|
1624
|
+
"lg-2xl": fluid({ property: "fluid-scroll-mr", from: BP_LG, to: BP_2XL })
|
|
1625
|
+
},
|
|
1626
|
+
"fluid-scroll-ml": {
|
|
1627
|
+
"min-max": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_2XL }),
|
|
1628
|
+
"sm-md": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_MD }),
|
|
1629
|
+
"sm-lg": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_LG }),
|
|
1630
|
+
"sm-xl": fluid({ property: "fluid-scroll-ml", from: BP_SM, to: BP_XL }),
|
|
1631
|
+
"md-lg": fluid({ property: "fluid-scroll-ml", from: BP_MD, to: BP_LG }),
|
|
1632
|
+
"md-xl": fluid({ property: "fluid-scroll-ml", from: BP_MD, to: BP_XL }),
|
|
1633
|
+
"md-2xl": fluid({ property: "fluid-scroll-ml", from: BP_MD, to: BP_2XL }),
|
|
1634
|
+
"lg-xl": fluid({ property: "fluid-scroll-ml", from: BP_LG, to: BP_XL }),
|
|
1635
|
+
"lg-2xl": fluid({ property: "fluid-scroll-ml", from: BP_LG, to: BP_2XL })
|
|
1636
|
+
},
|
|
1637
|
+
"fluid-scroll-p": {
|
|
1638
|
+
"min-max": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_2XL }),
|
|
1639
|
+
"sm-md": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_MD }),
|
|
1640
|
+
"sm-lg": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_LG }),
|
|
1641
|
+
"sm-xl": fluid({ property: "fluid-scroll-p", from: BP_SM, to: BP_XL }),
|
|
1642
|
+
"md-lg": fluid({ property: "fluid-scroll-p", from: BP_MD, to: BP_LG }),
|
|
1643
|
+
"md-xl": fluid({ property: "fluid-scroll-p", from: BP_MD, to: BP_XL }),
|
|
1644
|
+
"md-2xl": fluid({ property: "fluid-scroll-p", from: BP_MD, to: BP_2XL }),
|
|
1645
|
+
"lg-xl": fluid({ property: "fluid-scroll-p", from: BP_LG, to: BP_XL }),
|
|
1646
|
+
"lg-2xl": fluid({ property: "fluid-scroll-p", from: BP_LG, to: BP_2XL })
|
|
1647
|
+
},
|
|
1648
|
+
"fluid-scroll-py": {
|
|
1649
|
+
"min-max": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_2XL }),
|
|
1650
|
+
"sm-md": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_MD }),
|
|
1651
|
+
"sm-lg": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_LG }),
|
|
1652
|
+
"sm-xl": fluid({ property: "fluid-scroll-py", from: BP_SM, to: BP_XL }),
|
|
1653
|
+
"md-lg": fluid({ property: "fluid-scroll-py", from: BP_MD, to: BP_LG }),
|
|
1654
|
+
"md-xl": fluid({ property: "fluid-scroll-py", from: BP_MD, to: BP_XL }),
|
|
1655
|
+
"md-2xl": fluid({ property: "fluid-scroll-py", from: BP_MD, to: BP_2XL }),
|
|
1656
|
+
"lg-xl": fluid({ property: "fluid-scroll-py", from: BP_LG, to: BP_XL }),
|
|
1657
|
+
"lg-2xl": fluid({ property: "fluid-scroll-py", from: BP_LG, to: BP_2XL })
|
|
1658
|
+
},
|
|
1659
|
+
"fluid-scroll-pb": {
|
|
1660
|
+
"min-max": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_2XL }),
|
|
1661
|
+
"sm-md": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_MD }),
|
|
1662
|
+
"sm-lg": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_LG }),
|
|
1663
|
+
"sm-xl": fluid({ property: "fluid-scroll-pb", from: BP_SM, to: BP_XL }),
|
|
1664
|
+
"md-lg": fluid({ property: "fluid-scroll-pb", from: BP_MD, to: BP_LG }),
|
|
1665
|
+
"md-xl": fluid({ property: "fluid-scroll-pb", from: BP_MD, to: BP_XL }),
|
|
1666
|
+
"md-2xl": fluid({ property: "fluid-scroll-pb", from: BP_MD, to: BP_2XL }),
|
|
1667
|
+
"lg-xl": fluid({ property: "fluid-scroll-pb", from: BP_LG, to: BP_XL }),
|
|
1668
|
+
"lg-2xl": fluid({ property: "fluid-scroll-pb", from: BP_LG, to: BP_2XL })
|
|
1669
|
+
},
|
|
1670
|
+
"fluid-scroll-pt": {
|
|
1671
|
+
"min-max": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_2XL }),
|
|
1672
|
+
"sm-md": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_MD }),
|
|
1673
|
+
"sm-lg": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_LG }),
|
|
1674
|
+
"sm-xl": fluid({ property: "fluid-scroll-pt", from: BP_SM, to: BP_XL }),
|
|
1675
|
+
"md-lg": fluid({ property: "fluid-scroll-pt", from: BP_MD, to: BP_LG }),
|
|
1676
|
+
"md-xl": fluid({ property: "fluid-scroll-pt", from: BP_MD, to: BP_XL }),
|
|
1677
|
+
"md-2xl": fluid({ property: "fluid-scroll-pt", from: BP_MD, to: BP_2XL }),
|
|
1678
|
+
"lg-xl": fluid({ property: "fluid-scroll-pt", from: BP_LG, to: BP_XL }),
|
|
1679
|
+
"lg-2xl": fluid({ property: "fluid-scroll-pt", from: BP_LG, to: BP_2XL })
|
|
1680
|
+
},
|
|
1681
|
+
"fluid-scroll-px": {
|
|
1682
|
+
"min-max": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_2XL }),
|
|
1683
|
+
"sm-md": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_MD }),
|
|
1684
|
+
"sm-lg": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_LG }),
|
|
1685
|
+
"sm-xl": fluid({ property: "fluid-scroll-px", from: BP_SM, to: BP_XL }),
|
|
1686
|
+
"md-lg": fluid({ property: "fluid-scroll-px", from: BP_MD, to: BP_LG }),
|
|
1687
|
+
"md-xl": fluid({ property: "fluid-scroll-px", from: BP_MD, to: BP_XL }),
|
|
1688
|
+
"md-2xl": fluid({ property: "fluid-scroll-px", from: BP_MD, to: BP_2XL }),
|
|
1689
|
+
"lg-xl": fluid({ property: "fluid-scroll-px", from: BP_LG, to: BP_XL }),
|
|
1690
|
+
"lg-2xl": fluid({ property: "fluid-scroll-px", from: BP_LG, to: BP_2XL })
|
|
1691
|
+
},
|
|
1692
|
+
"fluid-scroll-pr": {
|
|
1693
|
+
"min-max": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_2XL }),
|
|
1694
|
+
"sm-md": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_MD }),
|
|
1695
|
+
"sm-lg": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_LG }),
|
|
1696
|
+
"sm-xl": fluid({ property: "fluid-scroll-pr", from: BP_SM, to: BP_XL }),
|
|
1697
|
+
"md-lg": fluid({ property: "fluid-scroll-pr", from: BP_MD, to: BP_LG }),
|
|
1698
|
+
"md-xl": fluid({ property: "fluid-scroll-pr", from: BP_MD, to: BP_XL }),
|
|
1699
|
+
"md-2xl": fluid({ property: "fluid-scroll-pr", from: BP_MD, to: BP_2XL }),
|
|
1700
|
+
"lg-xl": fluid({ property: "fluid-scroll-pr", from: BP_LG, to: BP_XL }),
|
|
1701
|
+
"lg-2xl": fluid({ property: "fluid-scroll-pr", from: BP_LG, to: BP_2XL })
|
|
1702
|
+
},
|
|
1703
|
+
"fluid-scroll-pl": {
|
|
1704
|
+
"min-max": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_2XL }),
|
|
1705
|
+
"sm-md": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_MD }),
|
|
1706
|
+
"sm-lg": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_LG }),
|
|
1707
|
+
"sm-xl": fluid({ property: "fluid-scroll-pl", from: BP_SM, to: BP_XL }),
|
|
1708
|
+
"md-lg": fluid({ property: "fluid-scroll-pl", from: BP_MD, to: BP_LG }),
|
|
1709
|
+
"md-xl": fluid({ property: "fluid-scroll-pl", from: BP_MD, to: BP_XL }),
|
|
1710
|
+
"md-2xl": fluid({ property: "fluid-scroll-pl", from: BP_MD, to: BP_2XL }),
|
|
1711
|
+
"lg-xl": fluid({ property: "fluid-scroll-pl", from: BP_LG, to: BP_XL }),
|
|
1712
|
+
"lg-2xl": fluid({ property: "fluid-scroll-pl", from: BP_LG, to: BP_2XL })
|
|
1713
|
+
},
|
|
1714
|
+
"fluid-stroke-width": {
|
|
1715
|
+
"min-max": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_2XL }),
|
|
1716
|
+
"sm-md": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_MD }),
|
|
1717
|
+
"sm-lg": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_LG }),
|
|
1718
|
+
"sm-xl": fluid({ property: "fluid-stroke-width", from: BP_SM, to: BP_XL }),
|
|
1719
|
+
"md-lg": fluid({ property: "fluid-stroke-width", from: BP_MD, to: BP_LG }),
|
|
1720
|
+
"md-xl": fluid({ property: "fluid-stroke-width", from: BP_MD, to: BP_XL }),
|
|
1721
|
+
"md-2xl": fluid({ property: "fluid-stroke-width", from: BP_MD, to: BP_2XL }),
|
|
1722
|
+
"lg-xl": fluid({ property: "fluid-stroke-width", from: BP_LG, to: BP_XL }),
|
|
1723
|
+
"lg-2xl": fluid({ property: "fluid-stroke-width", from: BP_LG, to: BP_2XL })
|
|
1724
|
+
},
|
|
1725
|
+
"fluid-text-indent": {
|
|
1726
|
+
"min-max": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_2XL }),
|
|
1727
|
+
"sm-md": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_MD }),
|
|
1728
|
+
"sm-lg": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_LG }),
|
|
1729
|
+
"sm-xl": fluid({ property: "fluid-text-indent", from: BP_SM, to: BP_XL }),
|
|
1730
|
+
"md-lg": fluid({ property: "fluid-text-indent", from: BP_MD, to: BP_LG }),
|
|
1731
|
+
"md-xl": fluid({ property: "fluid-text-indent", from: BP_MD, to: BP_XL }),
|
|
1732
|
+
"md-2xl": fluid({ property: "fluid-text-indent", from: BP_MD, to: BP_2XL }),
|
|
1733
|
+
"lg-xl": fluid({ property: "fluid-text-indent", from: BP_LG, to: BP_XL }),
|
|
1734
|
+
"lg-2xl": fluid({ property: "fluid-text-indent", from: BP_LG, to: BP_2XL })
|
|
1735
|
+
},
|
|
1736
|
+
font: {
|
|
1737
|
+
sans: `ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"`,
|
|
1738
|
+
serif: `ui-serif, Georgia, Cambria, "Times New Roman", Times, serif`,
|
|
1739
|
+
mono: `ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace`
|
|
1740
|
+
},
|
|
1741
|
+
gradient: {
|
|
1742
|
+
"to-t": optionalViaGradient("to top"),
|
|
1743
|
+
"to-tr": optionalViaGradient("to top right"),
|
|
1744
|
+
"to-r": optionalViaGradient("to right"),
|
|
1745
|
+
"to-br": optionalViaGradient("to bottom right"),
|
|
1746
|
+
"to-b": optionalViaGradient("to bottom"),
|
|
1747
|
+
"to-bl": optionalViaGradient("to bottom left"),
|
|
1748
|
+
"to-l": optionalViaGradient("to left"),
|
|
1749
|
+
"to-tl": optionalViaGradient("to top left")
|
|
1750
|
+
},
|
|
1751
|
+
space: {
|
|
1752
|
+
"0": "0",
|
|
1753
|
+
px: rem(1),
|
|
1754
|
+
auto: "auto",
|
|
1755
|
+
half: "50%",
|
|
1756
|
+
third: "33.333333%",
|
|
1757
|
+
"two-thirds": "66.666667%",
|
|
1758
|
+
quarter: "25%",
|
|
1759
|
+
"three-quarters": "75%",
|
|
1760
|
+
full: "100%"
|
|
1761
|
+
},
|
|
1762
|
+
"grid-span": {
|
|
1763
|
+
"1": "repeat(1, minmax(0, 1fr))",
|
|
1764
|
+
"2": "repeat(2, minmax(0, 1fr))1",
|
|
1765
|
+
"3": "repeat(3, minmax(0, 1fr))",
|
|
1766
|
+
"4": "repeat(4, minmax(0, 1fr))",
|
|
1767
|
+
"5": "repeat(5, minmax(0, 1fr))",
|
|
1768
|
+
"6": "repeat(6, minmax(0, 1fr))",
|
|
1769
|
+
"7": "repeat(7, minmax(0, 1fr))",
|
|
1770
|
+
"8": "repeat(8, minmax(0, 1fr))",
|
|
1771
|
+
"9": "repeat(9, minmax(0, 1fr))",
|
|
1772
|
+
"10": "repeat(10, minmax(0, 1fr))",
|
|
1773
|
+
"11": "repeat(11, minmax(0, 1fr))",
|
|
1774
|
+
"12": "repeat(12, minmax(0, 1fr))",
|
|
1775
|
+
none: "none",
|
|
1776
|
+
subgrid: "subgrid"
|
|
1777
|
+
},
|
|
1778
|
+
line: {
|
|
1779
|
+
"0": "0 solid",
|
|
1780
|
+
px: `${rem(1)} solid`,
|
|
1781
|
+
"2": `${rem(2)} solid`,
|
|
1782
|
+
"4": `${rem(4)} solid`,
|
|
1783
|
+
"8": `${rem(8)} solid`
|
|
1784
|
+
},
|
|
1785
|
+
"line-size": {
|
|
1786
|
+
"0": "0 ",
|
|
1787
|
+
px: rem(1),
|
|
1788
|
+
"2": rem(2),
|
|
1789
|
+
"4": rem(4),
|
|
1790
|
+
"8": rem(8)
|
|
1791
|
+
},
|
|
1792
|
+
leading: {
|
|
1793
|
+
"3": rem(12),
|
|
1794
|
+
"4": rem(16),
|
|
1795
|
+
"5": rem(20),
|
|
1796
|
+
"6": rem(24),
|
|
1797
|
+
"7": rem(28),
|
|
1798
|
+
"8": rem(32),
|
|
1799
|
+
"9": rem(36),
|
|
1800
|
+
"10": rem(40),
|
|
1801
|
+
none: "1",
|
|
1802
|
+
tight: "1.25",
|
|
1803
|
+
snug: "1.375",
|
|
1804
|
+
normal: "1.5",
|
|
1805
|
+
relaxed: "1.625",
|
|
1806
|
+
loose: "2"
|
|
1807
|
+
},
|
|
1808
|
+
morph: {
|
|
1809
|
+
none: "none",
|
|
1810
|
+
all: "all cubic-bezier(0.4, 0, 0.2, 1) 150ms",
|
|
1811
|
+
style: `all cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 150ms, background-color 150ms, border-color 150ms, text-decoration-color 150ms, fill 150ms, stroke 150ms, opacity 150ms, box-shadow 150ms, transform 150ms, filter 150ms, backdrop-filter 150ms`,
|
|
1812
|
+
colors: `all cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 150ms, background-color 150ms, border-color 150ms, text-decoration-color 150ms, fill 150ms, stroke 150ms`,
|
|
1813
|
+
opacity: `opacity cubic-bezier(0.4, 0, 0.2, 1) 150ms`,
|
|
1814
|
+
shadow: `box-shadow cubic-bezier(0.4, 0, 0.2, 1) 150ms`,
|
|
1815
|
+
transform: `transform cubic-bezier(0.4, 0, 0.2, 1) 150ms`
|
|
1816
|
+
},
|
|
1817
|
+
offset: {
|
|
1818
|
+
"0": "0",
|
|
1819
|
+
px: rem(1),
|
|
1820
|
+
"2": rem(2),
|
|
1821
|
+
"4": rem(4),
|
|
1822
|
+
"8": rem(8)
|
|
1823
|
+
},
|
|
1824
|
+
radii: {
|
|
1825
|
+
none: "0",
|
|
1826
|
+
sm: rem(2),
|
|
1827
|
+
base: rem(4),
|
|
1828
|
+
md: rem(6),
|
|
1829
|
+
lg: rem(8),
|
|
1830
|
+
xl: rem(12),
|
|
1831
|
+
"2xl": rem(16),
|
|
1832
|
+
"3xl": rem(24),
|
|
1833
|
+
full: "9999px"
|
|
1834
|
+
},
|
|
1835
|
+
ratio: {
|
|
1836
|
+
auto: "auto",
|
|
1837
|
+
square: "1 / 1",
|
|
1838
|
+
video: "16 / 9"
|
|
1839
|
+
},
|
|
1840
|
+
shadow: {
|
|
1841
|
+
sm: `0 1px 2px 0 var(--shadow-color, rgb(0 0 0 / 0.05))`,
|
|
1842
|
+
base: `0 1px 3px 0 var(--shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--shadow-color, rgb(0 0 0 / 0.1))`,
|
|
1843
|
+
md: `0 4px 6px -1px var(--shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--shadow-color, rgb(0 0 0 / 0.1))`,
|
|
1844
|
+
lg: `0 10px 15px -3px var(--shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--shadow-color, rgb(0 0 0 / 0.1))`,
|
|
1845
|
+
xl: `0 20px 25px -5px var(--shadow-color, rgb(0 0 0 / 0.1)), 0 10px 10px -5px var(--shadow-color, rgb(0 0 0 / 0.1))`,
|
|
1846
|
+
"2xl": `0 25px 50px -12px var(--shadow-color, rgb(0 0 0 / 0.25))`,
|
|
1847
|
+
inner: `inset 0 2px 4px 0 var(--shadow-color, rgb(0 0 0 / 0.05))`,
|
|
1848
|
+
none: "none"
|
|
1849
|
+
},
|
|
1850
|
+
size: {
|
|
1851
|
+
"0": "0",
|
|
1852
|
+
px: rem(1),
|
|
1853
|
+
auto: "auto",
|
|
1854
|
+
fit: "fit-content",
|
|
1855
|
+
full: "100%",
|
|
1856
|
+
half: "50%",
|
|
1857
|
+
third: "33.333333%",
|
|
1858
|
+
"two-thirds": "66.666667%",
|
|
1859
|
+
quarter: "25%",
|
|
1860
|
+
"three-quarters": "75%",
|
|
1861
|
+
min: "min-content",
|
|
1862
|
+
max: "max-content",
|
|
1863
|
+
"screen-w": "100vw",
|
|
1864
|
+
"screen-h": "100vh",
|
|
1865
|
+
dvh: "100dvh",
|
|
1866
|
+
dvw: "100dvw",
|
|
1867
|
+
svh: "100svh",
|
|
1868
|
+
svw: "100svw",
|
|
1869
|
+
lvh: "100lvh",
|
|
1870
|
+
lvw: "100lvw"
|
|
1871
|
+
},
|
|
1872
|
+
span: {
|
|
1873
|
+
auto: "auto",
|
|
1874
|
+
"span-1": "span 1 / span 1",
|
|
1875
|
+
"span-2": "span 2 / span 2",
|
|
1876
|
+
"span-3": "span 3 / span 3",
|
|
1877
|
+
"span-4": "span 4 / span 4",
|
|
1878
|
+
"span-5": "span 5 / span 5",
|
|
1879
|
+
"span-6": "span 6 / span 6",
|
|
1880
|
+
"span-7": "span 7 / span 7",
|
|
1881
|
+
"span-8": "span 8 / span 8",
|
|
1882
|
+
"span-9": "span 9 / span 9",
|
|
1883
|
+
"span-10": "span 10 / span 10",
|
|
1884
|
+
"span-11": "span 11 / span 11",
|
|
1885
|
+
"span-12": "span 12 / span 12",
|
|
1886
|
+
"span-full": "1 / -1"
|
|
1887
|
+
},
|
|
1888
|
+
stop: {
|
|
1889
|
+
"0": "0%",
|
|
1890
|
+
"5": "5%",
|
|
1891
|
+
"10": "10%",
|
|
1892
|
+
"15": "15%",
|
|
1893
|
+
"20": "20%",
|
|
1894
|
+
"25": "25%",
|
|
1895
|
+
"30": "30%",
|
|
1896
|
+
"35": "35%",
|
|
1897
|
+
"40": "40%",
|
|
1898
|
+
"45": "45%",
|
|
1899
|
+
"50": "50%",
|
|
1900
|
+
"55": "55%",
|
|
1901
|
+
"60": "60%",
|
|
1902
|
+
"65": "65%",
|
|
1903
|
+
"70": "70%",
|
|
1904
|
+
"75": "75%",
|
|
1905
|
+
"80": "80%",
|
|
1906
|
+
"85": "85%",
|
|
1907
|
+
"90": "90%",
|
|
1908
|
+
"95": "95%",
|
|
1909
|
+
"100": "100%"
|
|
1910
|
+
},
|
|
1911
|
+
time: {
|
|
1912
|
+
"0": "0ms",
|
|
1913
|
+
"75": "75ms",
|
|
1914
|
+
"100": "100ms",
|
|
1915
|
+
"150": "150ms",
|
|
1916
|
+
"200": "200ms",
|
|
1917
|
+
"300": "300ms",
|
|
1918
|
+
"500": "500ms",
|
|
1919
|
+
"700": "700ms",
|
|
1920
|
+
"1000": "1000ms"
|
|
1921
|
+
},
|
|
1922
|
+
text: {
|
|
1923
|
+
xs: `${rem(12)}/1rem var(--font-family)`,
|
|
1924
|
+
sm: `${rem(14)}/1.25rem var(--font-family)`,
|
|
1925
|
+
base: `${rem(16)}/1.5rem var(--font-family)`,
|
|
1926
|
+
lg: `${rem(18)}/1.75rem var(--font-family)`,
|
|
1927
|
+
xl: `${rem(20)}/1.75rem var(--font-family)`,
|
|
1928
|
+
"2xl": `${rem(24)}/2rem var(--font-family)`,
|
|
1929
|
+
"3xl": `${rem(30)}/2.25rem var(--font-family)`,
|
|
1930
|
+
"4xl": `${rem(36)}/2.5rem var(--font-family)`,
|
|
1931
|
+
"5xl": `${rem(48)}/1 var(--font-family)`,
|
|
1932
|
+
"6xl": `${rem(60)}/1 var(--font-family)`,
|
|
1933
|
+
"7xl": `${rem(72)}/1 var(--font-family)`,
|
|
1934
|
+
"8xl": `${rem(96)}/1 var(--font-family)`,
|
|
1935
|
+
"9xl": `${rem(128)}/1 var(--font-family)`
|
|
1936
|
+
},
|
|
1937
|
+
"text-size": {
|
|
1938
|
+
xs: rem(12),
|
|
1939
|
+
sm: rem(14),
|
|
1940
|
+
base: rem(16),
|
|
1941
|
+
lg: rem(18),
|
|
1942
|
+
xl: rem(20),
|
|
1943
|
+
"2xl": rem(24),
|
|
1944
|
+
"3xl": rem(30),
|
|
1945
|
+
"4xl": rem(36),
|
|
1946
|
+
"5xl": rem(48),
|
|
1947
|
+
"6xl": rem(60),
|
|
1948
|
+
"7xl": rem(72),
|
|
1949
|
+
"8xl": rem(96),
|
|
1950
|
+
"9xl": rem(128)
|
|
1951
|
+
},
|
|
1952
|
+
tracking: {
|
|
1953
|
+
tighter: "-0.05em",
|
|
1954
|
+
tight: "-0.025em",
|
|
1955
|
+
normal: "0",
|
|
1956
|
+
wide: "0.025em",
|
|
1957
|
+
wider: "0.05em",
|
|
1958
|
+
widest: "0.1em"
|
|
1959
|
+
},
|
|
1960
|
+
weight: {
|
|
1961
|
+
thin: "100",
|
|
1962
|
+
extralight: "200",
|
|
1963
|
+
light: "300",
|
|
1964
|
+
normal: "400",
|
|
1965
|
+
medium: "500",
|
|
1966
|
+
semibold: "600",
|
|
1967
|
+
bold: "700",
|
|
1968
|
+
extrabold: "800",
|
|
1969
|
+
black: "900"
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
selectors: {
|
|
1973
|
+
"prefers-dark": ["@media (prefers-color-scheme: dark)", "&"],
|
|
1974
|
+
"prefers-light": ["@media (prefers-color-scheme: light)", "&"],
|
|
1975
|
+
portrait: ["@media (orientation: portrait)", "&"],
|
|
1976
|
+
landscape: ["@media (orientation: landscape)", "&"],
|
|
1977
|
+
"motion-safe": ["@media (prefers-reduced-motion: no-preference)", "&"],
|
|
1978
|
+
"motion-reduce": ["@media (prefers-reduced-motion: reduce)", "&"],
|
|
1979
|
+
"contrast-more": ["@media (contrast: more)", "&"],
|
|
1980
|
+
"contrast-less": ["@media (contrast: less)", "&"],
|
|
1981
|
+
print: ["@media print", "&"],
|
|
1982
|
+
hover: ["@media (hover: hover) and (pointer: fine)", "&:not(:disabled):hover"],
|
|
1983
|
+
focus: ["&:not(:disabled):focus"],
|
|
1984
|
+
"focus-within": "&:focus-within",
|
|
1985
|
+
"focus-visible": "&:focus-visible",
|
|
1986
|
+
active: "&:active",
|
|
1987
|
+
visited: "&:visited",
|
|
1988
|
+
target: "&:target",
|
|
1989
|
+
first: "&:first-child",
|
|
1990
|
+
last: "&:last-child",
|
|
1991
|
+
only: "&:only-child",
|
|
1992
|
+
odd: "&:nth-child(odd)",
|
|
1993
|
+
even: "&:nth-child(even)",
|
|
1994
|
+
child: "& > *",
|
|
1995
|
+
"first-of-type": "&:first-of-type",
|
|
1996
|
+
"last-of-type": "&:last-of-type",
|
|
1997
|
+
"only-of-type": "&:only-of-type",
|
|
1998
|
+
empty: "&:empty",
|
|
1999
|
+
disabled: "&:disabled",
|
|
2000
|
+
enabled: "&:enabled",
|
|
2001
|
+
checked: "&:checked",
|
|
2002
|
+
indeterminate: "&:indeterminate",
|
|
2003
|
+
default: "&:default",
|
|
2004
|
+
optional: "&:optional",
|
|
2005
|
+
required: "&:required",
|
|
2006
|
+
valid: "&:valid",
|
|
2007
|
+
invalid: "&:invalid",
|
|
2008
|
+
"in-range": "&:in-range",
|
|
2009
|
+
"out-of-range": "&:out-of-range",
|
|
2010
|
+
"placeholder-shown": "&:placeholder-shown",
|
|
2011
|
+
autofill: "&:autofill",
|
|
2012
|
+
"read-only": "&:read-only",
|
|
2013
|
+
flow: "& > * + *",
|
|
2014
|
+
dark: "[data-theme=dark] &",
|
|
2015
|
+
light: "[data-theme=light] &",
|
|
2016
|
+
rtl: "[dir=rtl] &",
|
|
2017
|
+
ltr: "[dir=ltr] &",
|
|
2018
|
+
open: "&[open]",
|
|
2019
|
+
after: "&::after",
|
|
2020
|
+
before: "&::before",
|
|
2021
|
+
"first-letter": "&::first-letter",
|
|
2022
|
+
"first-line": "&::first-line",
|
|
2023
|
+
marker: "&::marker",
|
|
2024
|
+
selection: "&::selection",
|
|
2025
|
+
file: "&::file-selector-button",
|
|
2026
|
+
backdrop: "&::backdrop",
|
|
2027
|
+
placeholder: "&::placeholder",
|
|
2028
|
+
"aria-busy": "&[aria-busy=true]",
|
|
2029
|
+
"aria-checked": "&[aria-checked=true]",
|
|
2030
|
+
"aria-disabled": "&[aria-disabled=true]",
|
|
2031
|
+
"aria-expanded": "&[aria-expanded=true]",
|
|
2032
|
+
"aria-hidden": "&[aria-hidden=true]",
|
|
2033
|
+
"aria-pressed": "&[aria-pressed=true]",
|
|
2034
|
+
"aria-readonly": "&[aria-readonly=true]",
|
|
2035
|
+
"aria-required": "&[aria-required=true]",
|
|
2036
|
+
"aria-selected": "&[aria-selected=true]"
|
|
2037
|
+
},
|
|
2038
|
+
aliases: {
|
|
2039
|
+
bg: ["background-color"],
|
|
2040
|
+
"bg-gradient": ["background-image"],
|
|
2041
|
+
"bg-position": ["background-position"],
|
|
2042
|
+
"bg-size": ["background-size"],
|
|
2043
|
+
bottom: ["inset-block-end"],
|
|
2044
|
+
"border-top": ["border-block-start-width"],
|
|
2045
|
+
"border-right": ["border-inline-end-width"],
|
|
2046
|
+
"border-bottom": ["border-block-end-width"],
|
|
2047
|
+
"border-left": ["border-inline-start-width"],
|
|
2048
|
+
"border-top-width": ["border-block-start-width"],
|
|
2049
|
+
"border-right-width": ["border-inline-end-width"],
|
|
2050
|
+
"border-bottom-width": ["border-block-end-width"],
|
|
2051
|
+
"border-left-width": ["border-inline-start-width"],
|
|
2052
|
+
"border-x": ["border-inline-width"],
|
|
2053
|
+
"border-y": ["border-block-width"],
|
|
2054
|
+
"border-top-radius": ["border-start-start-radius", "border-start-end-radius"],
|
|
2055
|
+
"border-right-radius": ["border-start-end-radius", "border-end-end-radius"],
|
|
2056
|
+
"border-bottom-radius": ["border-end-start-radius", "border-end-end-radius"],
|
|
2057
|
+
"border-left-radius": ["border-start-start-radius", "border-end-start-radius"],
|
|
2058
|
+
"border-top-left-radius": ["border-start-start-radius"],
|
|
2059
|
+
"border-top-right-radius": ["border-start-end-radius"],
|
|
2060
|
+
"border-bottom-left-radius": ["border-end-start-radius"],
|
|
2061
|
+
"border-bottom-right-radius": ["border-end-end-radius"],
|
|
2062
|
+
"radius-left": ["border-start-start-radius", "border-end-start-radius"],
|
|
2063
|
+
"radius-right": ["border-start-end-radius", "border-end-end-radius"],
|
|
2064
|
+
"radius-top": ["border-start-start-radius", "border-start-end-radius"],
|
|
2065
|
+
"radius-bottom": ["border-end-start-radius", "border-end-end-radius"],
|
|
2066
|
+
"radius-top-left": ["border-start-start-radius"],
|
|
2067
|
+
"radius-top-right": ["border-start-end-radius"],
|
|
2068
|
+
"radius-bottom-left": ["border-end-start-radius"],
|
|
2069
|
+
"radius-bottom-right": ["border-end-end-radius"],
|
|
2070
|
+
"gap-x": ["column-gap"],
|
|
2071
|
+
"gap-y": ["row-gap"],
|
|
2072
|
+
height: ["block-size"],
|
|
2073
|
+
h: ["block-size"],
|
|
2074
|
+
"inset-x": ["inset-inline"],
|
|
2075
|
+
"inset-y": ["inset-block"],
|
|
2076
|
+
left: ["inset-inline-start"],
|
|
2077
|
+
"margin-top": ["margin-block-start"],
|
|
2078
|
+
"margin-right": ["margin-inline-end"],
|
|
2079
|
+
"margin-bottom": ["margin-block-end"],
|
|
2080
|
+
"margin-left": ["margin-inline-start"],
|
|
2081
|
+
m: ["margin"],
|
|
2082
|
+
mt: ["margin-block-start"],
|
|
2083
|
+
mr: ["margin-inline-end"],
|
|
2084
|
+
mb: ["margin-block-end"],
|
|
2085
|
+
ml: ["margin-inline-start"],
|
|
2086
|
+
mx: ["margin-inline"],
|
|
2087
|
+
my: ["margin-block"],
|
|
2088
|
+
"padding-top": ["padding-block-start"],
|
|
2089
|
+
"padding-right": ["padding-inline-end"],
|
|
2090
|
+
"padding-bottom": ["padding-block-end"],
|
|
2091
|
+
"padding-left": ["padding-inline-start"],
|
|
2092
|
+
p: ["padding"],
|
|
2093
|
+
pt: ["padding-block-start"],
|
|
2094
|
+
pr: ["padding-inline-end"],
|
|
2095
|
+
pb: ["padding-block-end"],
|
|
2096
|
+
pl: ["padding-inline-start"],
|
|
2097
|
+
px: ["padding-inline"],
|
|
2098
|
+
py: ["padding-block"],
|
|
2099
|
+
right: ["inset-inline-end"],
|
|
2100
|
+
"scroll-margin-top": ["scroll-margin-block-start"],
|
|
2101
|
+
"scroll-margin-right": ["scroll-margin-inline-end"],
|
|
2102
|
+
"scroll-margin-bottom": ["scroll-margin-block-end"],
|
|
2103
|
+
"scroll-margin-left": ["scroll-margin-inline-start"],
|
|
2104
|
+
"scroll-m": ["scroll-margin"],
|
|
2105
|
+
"scroll-mt": ["scroll-margin-block-start"],
|
|
2106
|
+
"scroll-mr": ["scroll-margin-inline-end"],
|
|
2107
|
+
"scroll-mb": ["scroll-margin-block-end"],
|
|
2108
|
+
"scroll-ml": ["scroll-margin-inline-start"],
|
|
2109
|
+
"scroll-mx": ["scroll-margin-inline"],
|
|
2110
|
+
"scroll-my": ["scroll-margin-block"],
|
|
2111
|
+
"scroll-padding-top": ["scroll-padding-block-start"],
|
|
2112
|
+
"scroll-padding-right": ["scroll-padding-inline-end"],
|
|
2113
|
+
"scroll-padding-bottom": ["scroll-padding-block-end"],
|
|
2114
|
+
"scroll-padding-left": ["scroll-padding-inline-start"],
|
|
2115
|
+
"scroll-p": ["scroll-padding"],
|
|
2116
|
+
"scroll-pt": ["scroll-padding-block-start"],
|
|
2117
|
+
"scroll-pr": ["scroll-padding-inline-end"],
|
|
2118
|
+
"scroll-pb": ["scroll-padding-block-end"],
|
|
2119
|
+
"scroll-pl": ["scroll-padding-inline-start"],
|
|
2120
|
+
"scroll-px": ["scroll-padding-inline"],
|
|
2121
|
+
"scroll-py": ["scroll-padding-block"],
|
|
2122
|
+
size: ["block-size", "inline-size"],
|
|
2123
|
+
top: ["inset-block-start"],
|
|
2124
|
+
width: ["inline-size"],
|
|
2125
|
+
w: ["inline-size"]
|
|
2126
|
+
},
|
|
2127
|
+
properties: {
|
|
2128
|
+
"accent-color": ["color"],
|
|
2129
|
+
animation: ["anim"],
|
|
2130
|
+
"animation-timing-function": ["ease"],
|
|
2131
|
+
"aspect-ratio": ["ratio"],
|
|
2132
|
+
"backdrop-filter": ["effect"],
|
|
2133
|
+
background: ["color", "gradient"],
|
|
2134
|
+
"background-color": ["color"],
|
|
2135
|
+
"background-image": ["gradient"],
|
|
2136
|
+
"background-position-x": ["grid", "space"],
|
|
2137
|
+
"background-position-y": ["grid", "space"],
|
|
2138
|
+
"block-size": ["size", "grid", "fluid-height"],
|
|
2139
|
+
"block-size-min": ["number"],
|
|
2140
|
+
"block-size-max": ["number"],
|
|
2141
|
+
border: ["line"],
|
|
2142
|
+
"border-top": ["line"],
|
|
2143
|
+
"border-right": ["line"],
|
|
2144
|
+
"border-bottom": ["line"],
|
|
2145
|
+
"border-left": ["line"],
|
|
2146
|
+
"border-width": ["line-size"],
|
|
2147
|
+
"border-top-width": ["line-size"],
|
|
2148
|
+
"border-right-width": ["line-size"],
|
|
2149
|
+
"border-bottom-width": ["line-size"],
|
|
2150
|
+
"border-left-width": ["line-size"],
|
|
2151
|
+
"border-block": ["line"],
|
|
2152
|
+
"border-block-start": ["line"],
|
|
2153
|
+
"border-block-start-width": ["line-size"],
|
|
2154
|
+
"border-block-end": ["line"],
|
|
2155
|
+
"border-block-end-width": ["line-size"],
|
|
2156
|
+
"border-inline": ["line"],
|
|
2157
|
+
"border-inline-start": ["line"],
|
|
2158
|
+
"border-inline-start-width": ["line-size"],
|
|
2159
|
+
"border-inline-end": ["line"],
|
|
2160
|
+
"border-inline-end-width": ["line-size"],
|
|
2161
|
+
"border-color": ["color"],
|
|
2162
|
+
"border-top-color": ["color"],
|
|
2163
|
+
"border-right-color": ["color"],
|
|
2164
|
+
"border-bottom-color": ["color"],
|
|
2165
|
+
"border-left-color": ["color"],
|
|
2166
|
+
"border-block-color": ["color"],
|
|
2167
|
+
"border-block-start-color": ["color"],
|
|
2168
|
+
"border-block-end-color": ["color"],
|
|
2169
|
+
"border-inline-color": ["color"],
|
|
2170
|
+
"border-inline-start-color": ["color"],
|
|
2171
|
+
"border-inline-end-color": ["color"],
|
|
2172
|
+
"border-radius": ["radii"],
|
|
2173
|
+
"border-top-radius": ["radii"],
|
|
2174
|
+
"border-right-radius": ["radii"],
|
|
2175
|
+
"border-bottom-radius": ["radii"],
|
|
2176
|
+
"border-left-radius": ["radii"],
|
|
2177
|
+
"border-top-left-radius": ["radii"],
|
|
2178
|
+
"border-top-right-radius": ["radii"],
|
|
2179
|
+
"border-bottom-left-radius": ["radii"],
|
|
2180
|
+
"border-bottom-right-radius": ["radii"],
|
|
2181
|
+
"border-start-end-radius": ["radii"],
|
|
2182
|
+
"border-start-start-radius": ["radii"],
|
|
2183
|
+
"border-end-start-radius": ["radii"],
|
|
2184
|
+
"border-end-end-radius": ["radii"],
|
|
2185
|
+
"border-spacing": ["grid", "fluid-border-spacing"],
|
|
2186
|
+
bottom: ["grid", "space", "fluid-bottom"],
|
|
2187
|
+
"box-shadow": ["shadow"],
|
|
2188
|
+
"caret-color": ["color"],
|
|
2189
|
+
color: ["color"],
|
|
2190
|
+
"column-gap": ["grid", "fluid-column-gap"],
|
|
2191
|
+
"column-rule": ["line"],
|
|
2192
|
+
"column-rule-color": ["color"],
|
|
2193
|
+
"column-rule-width": ["line-size"],
|
|
2194
|
+
columns: ["col"],
|
|
2195
|
+
"column-width": ["size", "grid", "fluid-column-width"],
|
|
2196
|
+
filter: ["effect", "drop-shadow"],
|
|
2197
|
+
fill: ["color"],
|
|
2198
|
+
flex: ["flex"],
|
|
2199
|
+
"flex-basis": ["grid", "space", "fluid-flex-basis"],
|
|
2200
|
+
"flex-basis-min": ["number"],
|
|
2201
|
+
"flex-basis-max": ["number"],
|
|
2202
|
+
"fluid-height-min": ["number"],
|
|
2203
|
+
"fluid-height-max": ["number"],
|
|
2204
|
+
"fluid-border-spacing-min": ["number"],
|
|
2205
|
+
"fluid-border-spacing-max": ["number"],
|
|
2206
|
+
"fluid-column-gap-min": ["number"],
|
|
2207
|
+
"fluid-column-gap-max": ["number"],
|
|
2208
|
+
"fluid-column-width-min": ["number"],
|
|
2209
|
+
"fluid-column-width-max": ["number"],
|
|
2210
|
+
"fluid-flex-basis-min": ["number"],
|
|
2211
|
+
"fluid-flex-basis-max": ["number"],
|
|
2212
|
+
"fluid-text-size-min": ["number"],
|
|
2213
|
+
"fluid-text-size-max": ["number"],
|
|
2214
|
+
"fluid-gap-min": ["number"],
|
|
2215
|
+
"fluid-gap-max": ["number"],
|
|
2216
|
+
"fluid-width-min": ["number"],
|
|
2217
|
+
"fluid-width-max": ["number"],
|
|
2218
|
+
"fluid-inset-min": ["number"],
|
|
2219
|
+
"fluid-inset-max": ["number"],
|
|
2220
|
+
"fluid-inset-y-min": ["number"],
|
|
2221
|
+
"fluid-inset-y-max": ["number"],
|
|
2222
|
+
"fluid-bottom-min": ["number"],
|
|
2223
|
+
"fluid-bottom-max": ["number"],
|
|
2224
|
+
"fluid-top-min": ["number"],
|
|
2225
|
+
"fluid-top-max": ["number"],
|
|
2226
|
+
"fluid-inset-x-min": ["number"],
|
|
2227
|
+
"fluid-inset-x-max": ["number"],
|
|
2228
|
+
"fluid-right-min": ["number"],
|
|
2229
|
+
"fluid-right-max": ["number"],
|
|
2230
|
+
"fluid-left-min": ["number"],
|
|
2231
|
+
"fluid-left-max": ["number"],
|
|
2232
|
+
"fluid-m-min": ["number"],
|
|
2233
|
+
"fluid-m-max": ["number"],
|
|
2234
|
+
"fluid-my-min": ["number"],
|
|
2235
|
+
"fluid-my-max": ["number"],
|
|
2236
|
+
"fluid-mb-min": ["number"],
|
|
2237
|
+
"fluid-mb-max": ["number"],
|
|
2238
|
+
"fluid-mt-min": ["number"],
|
|
2239
|
+
"fluid-mt-max": ["number"],
|
|
2240
|
+
"fluid-mx-min": ["number"],
|
|
2241
|
+
"fluid-mx-max": ["number"],
|
|
2242
|
+
"fluid-mr-min": ["number"],
|
|
2243
|
+
"fluid-mr-max": ["number"],
|
|
2244
|
+
"fluid-ml-min": ["number"],
|
|
2245
|
+
"fluid-ml-max": ["number"],
|
|
2246
|
+
"fluid-max-height-min": ["number"],
|
|
2247
|
+
"fluid-max-height-max": ["number"],
|
|
2248
|
+
"fluid-max-width-min": ["number"],
|
|
2249
|
+
"fluid-max-width-max": ["number"],
|
|
2250
|
+
"fluid-min-height-min": ["number"],
|
|
2251
|
+
"fluid-min-height-max": ["number"],
|
|
2252
|
+
"fluid-min-width-min": ["number"],
|
|
2253
|
+
"fluid-min-width-max": ["number"],
|
|
2254
|
+
"fluid-p-min": ["number"],
|
|
2255
|
+
"fluid-p-max": ["number"],
|
|
2256
|
+
"fluid-py-min": ["number"],
|
|
2257
|
+
"fluid-py-max": ["number"],
|
|
2258
|
+
"fluid-pb-min": ["number"],
|
|
2259
|
+
"fluid-pb-max": ["number"],
|
|
2260
|
+
"fluid-pt-min": ["number"],
|
|
2261
|
+
"fluid-pt-max": ["number"],
|
|
2262
|
+
"fluid-px-min": ["number"],
|
|
2263
|
+
"fluid-px-max": ["number"],
|
|
2264
|
+
"fluid-pr-min": ["number"],
|
|
2265
|
+
"fluid-pr-max": ["number"],
|
|
2266
|
+
"fluid-pl-min": ["number"],
|
|
2267
|
+
"fluid-pl-max": ["number"],
|
|
2268
|
+
"fluid-row-gap-min": ["number"],
|
|
2269
|
+
"fluid-row-gap-max": ["number"],
|
|
2270
|
+
"fluid-scroll-m-min": ["number"],
|
|
2271
|
+
"fluid-scroll-m-max": ["number"],
|
|
2272
|
+
"fluid-scroll-my-min": ["number"],
|
|
2273
|
+
"fluid-scroll-my-max": ["number"],
|
|
2274
|
+
"fluid-scroll-mb-min": ["number"],
|
|
2275
|
+
"fluid-scroll-mb-max": ["number"],
|
|
2276
|
+
"fluid-scroll-mt-min": ["number"],
|
|
2277
|
+
"fluid-scroll-mt-max": ["number"],
|
|
2278
|
+
"fluid-scroll-mx-min": ["number"],
|
|
2279
|
+
"fluid-scroll-mx-max": ["number"],
|
|
2280
|
+
"fluid-scroll-mr-min": ["number"],
|
|
2281
|
+
"fluid-scroll-mr-max": ["number"],
|
|
2282
|
+
"fluid-scroll-ml-min": ["number"],
|
|
2283
|
+
"fluid-scroll-ml-max": ["number"],
|
|
2284
|
+
"fluid-scroll-p-min": ["number"],
|
|
2285
|
+
"fluid-scroll-p-max": ["number"],
|
|
2286
|
+
"fluid-scroll-py-min": ["number"],
|
|
2287
|
+
"fluid-scroll-py-max": ["number"],
|
|
2288
|
+
"fluid-scroll-pb-min": ["number"],
|
|
2289
|
+
"fluid-scroll-pb-max": ["number"],
|
|
2290
|
+
"fluid-scroll-pt-min": ["number"],
|
|
2291
|
+
"fluid-scroll-pt-max": ["number"],
|
|
2292
|
+
"fluid-scroll-px-min": ["number"],
|
|
2293
|
+
"fluid-scroll-px-max": ["number"],
|
|
2294
|
+
"fluid-scroll-pr-min": ["number"],
|
|
2295
|
+
"fluid-scroll-pr-max": ["number"],
|
|
2296
|
+
"fluid-scroll-pl-min": ["number"],
|
|
2297
|
+
"fluid-scroll-pl-max": ["number"],
|
|
2298
|
+
"fluid-stroke-width-min": ["number"],
|
|
2299
|
+
"fluid-stroke-width-max": ["number"],
|
|
2300
|
+
"fluid-text-indent-min": ["number"],
|
|
2301
|
+
"fluid-text-indent-max": ["number"],
|
|
2302
|
+
font: ["text"],
|
|
2303
|
+
"font-family": ["font"],
|
|
2304
|
+
"font-size": ["text-size", "fluid-text-size"],
|
|
2305
|
+
"font-weight": ["weight"],
|
|
2306
|
+
"line-height": ["leading"],
|
|
2307
|
+
gap: ["grid", "fluid-gap"],
|
|
2308
|
+
"gradient-from": ["color"],
|
|
2309
|
+
"gradient-from-stop": ["stop"],
|
|
2310
|
+
"gradient-to": ["color"],
|
|
2311
|
+
"gradient-to-stop": ["stop"],
|
|
2312
|
+
"gradient-via": ["color"],
|
|
2313
|
+
"gradient-via-stop": ["stop"],
|
|
2314
|
+
"grid-column": ["span"],
|
|
2315
|
+
"grid-row": ["span"],
|
|
2316
|
+
"grid-template-rows": ["grid-span"],
|
|
2317
|
+
"grid-template-columns": ["grid-span"],
|
|
2318
|
+
height: ["size", "grid", "fluid-height"],
|
|
2319
|
+
"inline-size": ["size", "grid", "fluid-width"],
|
|
2320
|
+
inset: ["grid", "space", "fluid-inset"],
|
|
2321
|
+
"inset-block": ["grid", "space", "fluid-inset-y"],
|
|
2322
|
+
"inset-block-end": ["grid", "space", "fluid-bottom"],
|
|
2323
|
+
"inset-block-start": ["grid", "space", "fluid-top"],
|
|
2324
|
+
"inset-inline": ["grid", "space", "fluid-inset-x"],
|
|
2325
|
+
"inset-inline-end": ["grid", "space", "fluid-right"],
|
|
2326
|
+
"inset-inline-start": ["grid", "space", "fluid-left"],
|
|
2327
|
+
left: ["grid", "space", "fluid-left"],
|
|
2328
|
+
"letter-spacing": ["tracking"],
|
|
2329
|
+
margin: ["grid", "fluid-m"],
|
|
2330
|
+
"margin-block": ["grid", "fluid-my"],
|
|
2331
|
+
"margin-block-end": ["grid", "fluid-mb"],
|
|
2332
|
+
"margin-block-start": ["grid", "fluid-mt"],
|
|
2333
|
+
"margin-inline": ["grid", "fluid-mx"],
|
|
2334
|
+
"margin-inline-end": ["grid", "fluid-mr"],
|
|
2335
|
+
"margin-inline-start": ["grid", "fluid-ml"],
|
|
2336
|
+
"margin-top": ["grid", "fluid-mt"],
|
|
2337
|
+
"margin-right": ["grid", "fluid-mr"],
|
|
2338
|
+
"margin-bottom": ["grid", "fluid-mb"],
|
|
2339
|
+
"margin-left": ["grid", "fluid-ml"],
|
|
2340
|
+
"max-block-size": ["size", "grid", "fluid-max-height"],
|
|
2341
|
+
"max-height": ["size", "grid", "fluid-max-width"],
|
|
2342
|
+
"max-inline-size": ["size", "grid", "fluid-max-width"],
|
|
2343
|
+
"max-width": ["size", "grid", "fluid-max-height"],
|
|
2344
|
+
"min-block-size": ["size", "grid", "fluid-min-height"],
|
|
2345
|
+
"min-height": ["size", "grid", "fluid-min-width"],
|
|
2346
|
+
"min-inline-size": ["size", "grid", "fluid-min-width"],
|
|
2347
|
+
"min-width": ["size", "grid", "fluid-min-height"],
|
|
2348
|
+
opacity: ["alpha"],
|
|
2349
|
+
outline: ["line"],
|
|
2350
|
+
"outline-color": ["color"],
|
|
2351
|
+
"outline-width": ["line-size"],
|
|
2352
|
+
"outline-offset": ["offset"],
|
|
2353
|
+
padding: ["grid", "fluid-p"],
|
|
2354
|
+
"padding-block": ["grid", "fluid-py"],
|
|
2355
|
+
"padding-block-end": ["grid", "fluid-pb"],
|
|
2356
|
+
"padding-block-start": ["grid", "fluid-pt"],
|
|
2357
|
+
"padding-inline": ["grid", "fluid-px"],
|
|
2358
|
+
"padding-inline-end": ["grid", "fluid-pr"],
|
|
2359
|
+
"padding-inline-start": ["grid", "fluid-pl"],
|
|
2360
|
+
"padding-top": ["grid", "fluid-pt"],
|
|
2361
|
+
"padding-right": ["grid", "fluid-pr"],
|
|
2362
|
+
"padding-bottom": ["grid", "fluid-pb"],
|
|
2363
|
+
"padding-left": ["grid", "fluid-pl"],
|
|
2364
|
+
right: ["grid", "space", "fluid-right"],
|
|
2365
|
+
"row-gap": ["grid", "fluid-row-gap"],
|
|
2366
|
+
"scroll-margin": ["grid", "fluid-scroll-m"],
|
|
2367
|
+
"scroll-margin-block": ["grid", "fluid-scroll-my"],
|
|
2368
|
+
"scroll-margin-block-end": ["grid", "fluid-scroll-mb"],
|
|
2369
|
+
"scroll-margin-block-start": ["grid", "fluid-scroll-mt"],
|
|
2370
|
+
"scroll-margin-inline": ["grid", "fluid-scroll-mx"],
|
|
2371
|
+
"scroll-margin-inline-end": ["grid", "fluid-scroll-mr"],
|
|
2372
|
+
"scroll-margin-inline-start": ["grid", "fluid-scroll-ml"],
|
|
2373
|
+
"scroll-margin-top": ["grid", "fluid-scroll-mt"],
|
|
2374
|
+
"scroll-margin-right": ["grid", "fluid-scroll-mr"],
|
|
2375
|
+
"scroll-margin-bottom": ["grid", "fluid-scroll-mb"],
|
|
2376
|
+
"scroll-margin-left": ["grid", "fluid-scroll-ml"],
|
|
2377
|
+
"scroll-padding": ["grid", "fluid-scroll-p"],
|
|
2378
|
+
"scroll-padding-block": ["grid", "fluid-scroll-py"],
|
|
2379
|
+
"scroll-padding-block-end": ["grid", "fluid-scroll-pb"],
|
|
2380
|
+
"scroll-padding-block-start": ["grid", "fluid-scroll-pt"],
|
|
2381
|
+
"scroll-padding-inline": ["grid", "fluid-scroll-px"],
|
|
2382
|
+
"scroll-padding-inline-end": ["grid", "fluid-scroll-pr"],
|
|
2383
|
+
"scroll-padding-inline-start": ["grid", "fluid-scroll-pl"],
|
|
2384
|
+
"scroll-padding-top": ["grid", "fluid-scroll-pt"],
|
|
2385
|
+
"scroll-padding-right": ["grid", "fluid-scroll-pr"],
|
|
2386
|
+
"scroll-padding-bottom": ["grid", "fluid-scroll-pb"],
|
|
2387
|
+
"scroll-padding-left": ["grid", "fluid-scroll-pl"],
|
|
2388
|
+
"shadow-color": ["color"],
|
|
2389
|
+
stroke: ["color"],
|
|
2390
|
+
"stroke-width": ["grid", "fluid-stroke-width"],
|
|
2391
|
+
"text-decoration-color": ["color"],
|
|
2392
|
+
"text-indent": ["grid", "fluid-text-indent"],
|
|
2393
|
+
"text-shadow": ["shadow"],
|
|
2394
|
+
top: ["grid", "space", "fluid-top"],
|
|
2395
|
+
transition: ["morph"],
|
|
2396
|
+
"transition-duration": ["time"],
|
|
2397
|
+
"transition-timing-function": ["ease"],
|
|
2398
|
+
"transition-delay": ["time"],
|
|
2399
|
+
width: ["size", "grid", "fluid-width"]
|
|
2400
|
+
}
|
|
2401
|
+
});
|
|
2402
|
+
|
|
2403
|
+
module.exports = src_default;
|