@gem-sdk/styles 19.0.0 → 19.1.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/globals.d.ts +2474 -2470
@@ -1,2472 +1,2476 @@
1
- declare namespace React {
2
- // Inject additional properties on express.Request
3
- export interface CSSProperties extends CSS.Properties<string | number> {
4
- /**
5
- * The index signature was removed to enable closed typing for style
6
- * using CSSType. You're able to use type assertion or module augmentation
7
- * to add properties or an index signature of your own.
8
- *
9
- * For examples and more information, visit:
10
- * https://github.com/frenic/csstype#what-should-i-do-when-i-get-type-errors
11
- */
12
-
13
- /**
14
- * **CSS Property**: `align-items`
15
- *
16
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
17
- */
18
-
19
- '--ai'?: CSSProperties['alignItems'];
20
- '--hvr-ai'?: CSSProperties['alignItems'];
21
- '--focus-ai'?: CSSProperties['alignItems'];
22
-
23
- /**
24
- * **CSS Property**: `align-items`
25
- *
26
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
27
- */
28
- '--ai-tablet'?: CSSProperties['alignItems'];
29
- '--hvr-ai-tablet'?: CSSProperties['alignItems'];
30
- '--focus-ai-tablet'?: CSSProperties['alignItems'];
31
- /**
32
- * **CSS Property**: `align-items`
33
- *
34
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
35
- */
36
- '--ai-mobile'?: CSSProperties['alignItems'];
37
- '--hvr-ai-mobile'?: CSSProperties['alignItems'];
38
- '--focus-ai-mobile'?: CSSProperties['alignItems'];
39
-
40
- /**
41
- * **CSS Property**: `align-self`
42
- *
43
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
44
- */
45
-
46
- '--as'?: CSSProperties['alignSelf'];
47
- '--hvr-as'?: CSSProperties['alignSelf'];
48
- '--focus-as'?: CSSProperties['alignSelf'];
49
-
50
- /**
51
- * **CSS Property**: `align-self`
52
- *
53
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
54
- */
55
- '--as-tablet'?: CSSProperties['alignSelf'];
56
- '--hvr-as-tablet'?: CSSProperties['alignSelf'];
57
- '--focus-as-tablet'?: CSSProperties['alignSelf'];
58
- /**
59
- * **CSS Property**: `align-self`
60
- *
61
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
62
- */
63
- '--as-mobile'?: CSSProperties['alignSelf'];
64
- '--hvr-as-mobile'?: CSSProperties['alignSelf'];
65
- '--focus-as-mobile'?: CSSProperties['alignSelf'];
66
-
67
- /**
68
- * **CSS Property**: `aspect-ratio`
69
- *
70
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
71
- */
72
-
73
- '--aspect'?: CSSProperties['aspectRatio'];
74
- '--hvr-aspect'?: CSSProperties['aspectRatio'];
75
- '--focus-aspect'?: CSSProperties['aspectRatio'];
76
-
77
- /**
78
- * **CSS Property**: `aspect-ratio`
79
- *
80
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
81
- */
82
- '--aspect-tablet'?: CSSProperties['aspectRatio'];
83
- '--hvr-aspect-tablet'?: CSSProperties['aspectRatio'];
84
- '--focus-aspect-tablet'?: CSSProperties['aspectRatio'];
85
- /**
86
- * **CSS Property**: `aspect-ratio`
87
- *
88
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
89
- */
90
- '--aspect-mobile'?: CSSProperties['aspectRatio'];
91
- '--hvr-aspect-mobile'?: CSSProperties['aspectRatio'];
92
- '--focus-aspect-mobile'?: CSSProperties['aspectRatio'];
93
-
94
- /**
95
- * **CSS Property**: `background`
96
- *
97
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background
98
- */
99
-
100
- '--bg'?: CSSProperties['background'];
101
- '--hvr-bg'?: CSSProperties['background'];
102
- '--focus-bg'?: CSSProperties['background'];
103
-
104
- /**
105
- * **CSS Property**: `background`
106
- *
107
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background
108
- */
109
- '--bg-tablet'?: CSSProperties['background'];
110
- '--hvr-bg-tablet'?: CSSProperties['background'];
111
- '--focus-bg-tablet'?: CSSProperties['background'];
112
- /**
113
- * **CSS Property**: `background`
114
- *
115
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background
116
- */
117
- '--bg-mobile'?: CSSProperties['background'];
118
- '--hvr-bg-mobile'?: CSSProperties['background'];
119
- '--focus-bg-mobile'?: CSSProperties['background'];
120
-
121
- /**
122
- * **CSS Property**: `background-attachment`
123
- *
124
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-attachment
125
- */
126
-
127
- '--bga'?: CSSProperties['backgroundAttachment'];
128
- '--hvr-bga'?: CSSProperties['backgroundAttachment'];
129
- '--focus-bga'?: CSSProperties['backgroundAttachment'];
130
-
131
- /**
132
- * **CSS Property**: `background-attachment`
133
- *
134
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-attachment
135
- */
136
- '--bga-tablet'?: CSSProperties['backgroundAttachment'];
137
- '--hvr-bga-tablet'?: CSSProperties['backgroundAttachment'];
138
- '--focus-bga-tablet'?: CSSProperties['backgroundAttachment'];
139
- /**
140
- * **CSS Property**: `background-attachment`
141
- *
142
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-attachment
143
- */
144
- '--bga-mobile'?: CSSProperties['backgroundAttachment'];
145
- '--hvr-bga-mobile'?: CSSProperties['backgroundAttachment'];
146
- '--focus-bga-mobile'?: CSSProperties['backgroundAttachment'];
147
-
148
- /**
149
- * **CSS Property**: `background-color`
150
- *
151
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-color
152
- */
153
-
154
- '--bgc'?: CSSProperties['backgroundColor'];
155
- '--hvr-bgc'?: CSSProperties['backgroundColor'];
156
- '--focus-bgc'?: CSSProperties['backgroundColor'];
157
-
158
- /**
159
- * **CSS Property**: `background-color`
160
- *
161
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-color
162
- */
163
- '--bgc-tablet'?: CSSProperties['backgroundColor'];
164
- '--hvr-bgc-tablet'?: CSSProperties['backgroundColor'];
165
- '--focus-bgc-tablet'?: CSSProperties['backgroundColor'];
166
- /**
167
- * **CSS Property**: `background-color`
168
- *
169
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-color
170
- */
171
- '--bgc-mobile'?: CSSProperties['backgroundColor'];
172
- '--hvr-bgc-mobile'?: CSSProperties['backgroundColor'];
173
- '--focus-bgc-mobile'?: CSSProperties['backgroundColor'];
174
-
175
- /**
176
- * **CSS Property**: `background-image`
177
- *
178
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
179
- */
180
-
181
- '--bgi'?: CSSProperties['backgroundImage'];
182
- '--hvr-bgi'?: CSSProperties['backgroundImage'];
183
- '--focus-bgi'?: CSSProperties['backgroundImage'];
184
-
185
- /**
186
- * **CSS Property**: `background-image`
187
- *
188
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
189
- */
190
- '--bgi-tablet'?: CSSProperties['backgroundImage'];
191
- '--hvr-bgi-tablet'?: CSSProperties['backgroundImage'];
192
- '--focus-bgi-tablet'?: CSSProperties['backgroundImage'];
193
- /**
194
- * **CSS Property**: `background-image`
195
- *
196
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
197
- */
198
- '--bgi-mobile'?: CSSProperties['backgroundImage'];
199
- '--hvr-bgi-mobile'?: CSSProperties['backgroundImage'];
200
- '--focus-bgi-mobile'?: CSSProperties['backgroundImage'];
201
-
202
- /**
203
- * **CSS Property**: `background-position`
204
- *
205
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
206
- */
207
-
208
- '--bgp'?: CSSProperties['backgroundPosition'];
209
- '--hvr-bgp'?: CSSProperties['backgroundPosition'];
210
- '--focus-bgp'?: CSSProperties['backgroundPosition'];
211
-
212
- /**
213
- * **CSS Property**: `background-position`
214
- *
215
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
216
- */
217
- '--bgp-tablet'?: CSSProperties['backgroundPosition'];
218
- '--hvr-bgp-tablet'?: CSSProperties['backgroundPosition'];
219
- '--focus-bgp-tablet'?: CSSProperties['backgroundPosition'];
220
- /**
221
- * **CSS Property**: `background-position`
222
- *
223
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
224
- */
225
- '--bgp-mobile'?: CSSProperties['backgroundPosition'];
226
- '--hvr-bgp-mobile'?: CSSProperties['backgroundPosition'];
227
- '--focus-bgp-mobile'?: CSSProperties['backgroundPosition'];
228
-
229
- /**
230
- * **CSS Property**: `background-repeat`
231
- *
232
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-repeat
233
- */
234
-
235
- '--bgr'?: CSSProperties['backgroundRepeat'];
236
- '--hvr-bgr'?: CSSProperties['backgroundRepeat'];
237
- '--focus-bgr'?: CSSProperties['backgroundRepeat'];
238
-
239
- /**
240
- * **CSS Property**: `background-repeat`
241
- *
242
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-repeat
243
- */
244
- '--bgr-tablet'?: CSSProperties['backgroundRepeat'];
245
- '--hvr-bgr-tablet'?: CSSProperties['backgroundRepeat'];
246
- '--focus-bgr-tablet'?: CSSProperties['backgroundRepeat'];
247
- /**
248
- * **CSS Property**: `background-repeat`
249
- *
250
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-repeat
251
- */
252
- '--bgr-mobile'?: CSSProperties['backgroundRepeat'];
253
- '--hvr-bgr-mobile'?: CSSProperties['backgroundRepeat'];
254
- '--focus-bgr-mobile'?: CSSProperties['backgroundRepeat'];
255
-
256
- /**
257
- * **CSS Property**: `background-size`
258
- *
259
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-size
260
- */
261
-
262
- '--bgs'?: CSSProperties['backgroundSize'];
263
- '--hvr-bgs'?: CSSProperties['backgroundSize'];
264
- '--focus-bgs'?: CSSProperties['backgroundSize'];
265
-
266
- /**
267
- * **CSS Property**: `background-size`
268
- *
269
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-size
270
- */
271
- '--bgs-tablet'?: CSSProperties['backgroundSize'];
272
- '--hvr-bgs-tablet'?: CSSProperties['backgroundSize'];
273
- '--focus-bgs-tablet'?: CSSProperties['backgroundSize'];
274
- /**
275
- * **CSS Property**: `background-size`
276
- *
277
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-size
278
- */
279
- '--bgs-mobile'?: CSSProperties['backgroundSize'];
280
- '--hvr-bgs-mobile'?: CSSProperties['backgroundSize'];
281
- '--focus-bgs-mobile'?: CSSProperties['backgroundSize'];
282
-
283
- /**
284
- * **CSS Property**: `border`
285
- *
286
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border
287
- */
288
-
289
- '--b'?: CSSProperties['border'];
290
- '--hvr-b'?: CSSProperties['border'];
291
- '--focus-b'?: CSSProperties['border'];
292
-
293
- /**
294
- * **CSS Property**: `border`
295
- *
296
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border
297
- */
298
- '--b-tablet'?: CSSProperties['border'];
299
- '--hvr-b-tablet'?: CSSProperties['border'];
300
- '--focus-b-tablet'?: CSSProperties['border'];
301
- /**
302
- * **CSS Property**: `border`
303
- *
304
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border
305
- */
306
- '--b-mobile'?: CSSProperties['border'];
307
- '--hvr-b-mobile'?: CSSProperties['border'];
308
- '--focus-b-mobile'?: CSSProperties['border'];
309
-
310
- /**
311
- * **CSS Property**: `border-bottom`
312
- *
313
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom
314
- */
315
-
316
- '--bb'?: CSSProperties['borderBottom'];
317
- '--hvr-bb'?: CSSProperties['borderBottom'];
318
- '--focus-bb'?: CSSProperties['borderBottom'];
319
-
320
- /**
321
- * **CSS Property**: `border-bottom`
322
- *
323
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom
324
- */
325
- '--bb-tablet'?: CSSProperties['borderBottom'];
326
- '--hvr-bb-tablet'?: CSSProperties['borderBottom'];
327
- '--focus-bb-tablet'?: CSSProperties['borderBottom'];
328
- /**
329
- * **CSS Property**: `border-bottom`
330
- *
331
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom
332
- */
333
- '--bb-mobile'?: CSSProperties['borderBottom'];
334
- '--hvr-bb-mobile'?: CSSProperties['borderBottom'];
335
- '--focus-bb-mobile'?: CSSProperties['borderBottom'];
336
-
337
- /**
338
- * **CSS Property**: `border-bottom-width`
339
- *
340
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-width
341
- */
342
-
343
- '--bbw'?: CSSProperties['borderBottomWidth'];
344
- '--hvr-bbw'?: CSSProperties['borderBottomWidth'];
345
- '--focus-bbw'?: CSSProperties['borderBottomWidth'];
346
-
347
- /**
348
- * **CSS Property**: `border-bottom-width`
349
- *
350
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-width
351
- */
352
- '--bbw-tablet'?: CSSProperties['borderBottomWidth'];
353
- '--hvr-bbw-tablet'?: CSSProperties['borderBottomWidth'];
354
- '--focus-bbw-tablet'?: CSSProperties['borderBottomWidth'];
355
- /**
356
- * **CSS Property**: `border-bottom-width`
357
- *
358
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-width
359
- */
360
- '--bbw-mobile'?: CSSProperties['borderBottomWidth'];
361
- '--hvr-bbw-mobile'?: CSSProperties['borderBottomWidth'];
362
- '--focus-bbw-mobile'?: CSSProperties['borderBottomWidth'];
363
-
364
- /**
365
- * **CSS Property**: `border-left-width`
366
- *
367
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width
368
- */
369
-
370
- '--blw'?: CSSProperties['borderLeftWidth'];
371
- '--hvr-blw'?: CSSProperties['borderLeftWidth'];
372
- '--focus-blw'?: CSSProperties['borderLeftWidth'];
373
-
374
- /**
375
- * **CSS Property**: `border-left-width`
376
- *
377
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width
378
- */
379
- '--blw-tablet'?: CSSProperties['borderLeftWidth'];
380
- '--hvr-blw-tablet'?: CSSProperties['borderLeftWidth'];
381
- '--focus-blw-tablet'?: CSSProperties['borderLeftWidth'];
382
- /**
383
- * **CSS Property**: `border-left-width`
384
- *
385
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width
386
- */
387
- '--blw-mobile'?: CSSProperties['borderLeftWidth'];
388
- '--hvr-blw-mobile'?: CSSProperties['borderLeftWidth'];
389
- '--focus-blw-mobile'?: CSSProperties['borderLeftWidth'];
390
-
391
- /**
392
- * **CSS Property**: `border-right-width`
393
- *
394
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width
395
- */
396
-
397
- '--brw'?: CSSProperties['borderRightWidth'];
398
- '--hvr-brw'?: CSSProperties['borderRightWidth'];
399
- '--focus-brw'?: CSSProperties['borderRightWidth'];
400
-
401
- /**
402
- * **CSS Property**: `border-right-width`
403
- *
404
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width
405
- */
406
- '--brw-tablet'?: CSSProperties['borderRightWidth'];
407
- '--hvr-brw-tablet'?: CSSProperties['borderRightWidth'];
408
- '--focus-brw-tablet'?: CSSProperties['borderRightWidth'];
409
- /**
410
- * **CSS Property**: `border-right-width`
411
- *
412
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width
413
- */
414
- '--brw-mobile'?: CSSProperties['borderRightWidth'];
415
- '--hvr-brw-mobile'?: CSSProperties['borderRightWidth'];
416
- '--focus-brw-mobile'?: CSSProperties['borderRightWidth'];
417
-
418
- /**
419
- * **CSS Property**: `border-top-width`
420
- *
421
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width
422
- */
423
-
424
- '--btw'?: CSSProperties['borderTopWidth'];
425
- '--hvr-btw'?: CSSProperties['borderTopWidth'];
426
- '--focus-btw'?: CSSProperties['borderTopWidth'];
427
-
428
- /**
429
- * **CSS Property**: `border-top-width`
430
- *
431
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width
432
- */
433
- '--btw-tablet'?: CSSProperties['borderTopWidth'];
434
- '--hvr-btw-tablet'?: CSSProperties['borderTopWidth'];
435
- '--focus-btw-tablet'?: CSSProperties['borderTopWidth'];
436
- /**
437
- * **CSS Property**: `border-top-width`
438
- *
439
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width
440
- */
441
- '--btw-mobile'?: CSSProperties['borderTopWidth'];
442
- '--hvr-btw-mobile'?: CSSProperties['borderTopWidth'];
443
- '--focus-btw-mobile'?: CSSProperties['borderTopWidth'];
444
-
445
- /**
446
- * **CSS Property**: `border-bottom-color`
447
- *
448
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-color
449
- */
450
-
451
- '--bbc'?: CSSProperties['borderBottomColor'];
452
- '--hvr-bbc'?: CSSProperties['borderBottomColor'];
453
- '--focus-bbc'?: CSSProperties['borderBottomColor'];
454
-
455
- /**
456
- * **CSS Property**: `border-bottom-color`
457
- *
458
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-color
459
- */
460
- '--bbc-tablet'?: CSSProperties['borderBottomColor'];
461
- '--hvr-bbc-tablet'?: CSSProperties['borderBottomColor'];
462
- '--focus-bbc-tablet'?: CSSProperties['borderBottomColor'];
463
- /**
464
- * **CSS Property**: `border-bottom-color`
465
- *
466
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-color
467
- */
468
- '--bbc-mobile'?: CSSProperties['borderBottomColor'];
469
- '--hvr-bbc-mobile'?: CSSProperties['borderBottomColor'];
470
- '--focus-bbc-mobile'?: CSSProperties['borderBottomColor'];
471
-
472
- /**
473
- * **CSS Property**: `border-top-color`
474
- *
475
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color
476
- */
477
-
478
- '--btc'?: CSSProperties['borderTopColor'];
479
- '--hvr-btc'?: CSSProperties['borderTopColor'];
480
- '--focus-btc'?: CSSProperties['borderTopColor'];
481
-
482
- /**
483
- * **CSS Property**: `border-top-color`
484
- *
485
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color
486
- */
487
- '--btc-tablet'?: CSSProperties['borderTopColor'];
488
- '--hvr-btc-tablet'?: CSSProperties['borderTopColor'];
489
- '--focus-btc-tablet'?: CSSProperties['borderTopColor'];
490
- /**
491
- * **CSS Property**: `border-top-color`
492
- *
493
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color
494
- */
495
- '--btc-mobile'?: CSSProperties['borderTopColor'];
496
- '--hvr-btc-mobile'?: CSSProperties['borderTopColor'];
497
- '--focus-btc-mobile'?: CSSProperties['borderTopColor'];
498
-
499
- /**
500
- * **CSS Property**: `border-left-color`
501
- *
502
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color
503
- */
504
-
505
- '--blc'?: CSSProperties['borderLeftColor'];
506
- '--hvr-blc'?: CSSProperties['borderLeftColor'];
507
- '--focus-blc'?: CSSProperties['borderLeftColor'];
508
-
509
- /**
510
- * **CSS Property**: `border-left-color`
511
- *
512
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color
513
- */
514
- '--blc-tablet'?: CSSProperties['borderLeftColor'];
515
- '--hvr-blc-tablet'?: CSSProperties['borderLeftColor'];
516
- '--focus-blc-tablet'?: CSSProperties['borderLeftColor'];
517
- /**
518
- * **CSS Property**: `border-left-color`
519
- *
520
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color
521
- */
522
- '--blc-mobile'?: CSSProperties['borderLeftColor'];
523
- '--hvr-blc-mobile'?: CSSProperties['borderLeftColor'];
524
- '--focus-blc-mobile'?: CSSProperties['borderLeftColor'];
525
-
526
- /**
527
- * **CSS Property**: `border-right-color`
528
- *
529
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color
530
- */
531
-
532
- '--brc'?: CSSProperties['borderRightColor'];
533
- '--hvr-brc'?: CSSProperties['borderRightColor'];
534
- '--focus-brc'?: CSSProperties['borderRightColor'];
535
-
536
- /**
537
- * **CSS Property**: `border-right-color`
538
- *
539
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color
540
- */
541
- '--brc-tablet'?: CSSProperties['borderRightColor'];
542
- '--hvr-brc-tablet'?: CSSProperties['borderRightColor'];
543
- '--focus-brc-tablet'?: CSSProperties['borderRightColor'];
544
- /**
545
- * **CSS Property**: `border-right-color`
546
- *
547
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color
548
- */
549
- '--brc-mobile'?: CSSProperties['borderRightColor'];
550
- '--hvr-brc-mobile'?: CSSProperties['borderRightColor'];
551
- '--focus-brc-mobile'?: CSSProperties['borderRightColor'];
552
-
553
- /**
554
- * **CSS Property**: `border-color`
555
- *
556
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-color
557
- */
558
-
559
- '--bc'?: CSSProperties['borderColor'];
560
- '--hvr-bc'?: CSSProperties['borderColor'];
561
- '--focus-bc'?: CSSProperties['borderColor'];
562
-
563
- /**
564
- * **CSS Property**: `border-color`
565
- *
566
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-color
567
- */
568
- '--bc-tablet'?: CSSProperties['borderColor'];
569
- '--hvr-bc-tablet'?: CSSProperties['borderColor'];
570
- '--focus-bc-tablet'?: CSSProperties['borderColor'];
571
- /**
572
- * **CSS Property**: `border-color`
573
- *
574
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-color
575
- */
576
- '--bc-mobile'?: CSSProperties['borderColor'];
577
- '--hvr-bc-mobile'?: CSSProperties['borderColor'];
578
- '--focus-bc-mobile'?: CSSProperties['borderColor'];
579
-
580
- /**
581
- * **CSS Property**: `border-bottom-left-radius`
582
- *
583
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius
584
- */
585
-
586
- '--bblr'?: CSSProperties['borderBottomLeftRadius'];
587
- '--hvr-bblr'?: CSSProperties['borderBottomLeftRadius'];
588
- '--focus-bblr'?: CSSProperties['borderBottomLeftRadius'];
589
-
590
- /**
591
- * **CSS Property**: `border-bottom-left-radius`
592
- *
593
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius
594
- */
595
- '--bblr-tablet'?: CSSProperties['borderBottomLeftRadius'];
596
- '--hvr-bblr-tablet'?: CSSProperties['borderBottomLeftRadius'];
597
- '--focus-bblr-tablet'?: CSSProperties['borderBottomLeftRadius'];
598
- /**
599
- * **CSS Property**: `border-bottom-left-radius`
600
- *
601
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius
602
- */
603
- '--bblr-mobile'?: CSSProperties['borderBottomLeftRadius'];
604
- '--hvr-bblr-mobile'?: CSSProperties['borderBottomLeftRadius'];
605
- '--focus-bblr-mobile'?: CSSProperties['borderBottomLeftRadius'];
606
-
607
- /**
608
- * **CSS Property**: `border-bottom-right-radius`
609
- *
610
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius
611
- */
612
-
613
- '--bbrr'?: CSSProperties['borderBottomRightRadius'];
614
- '--hvr-bbrr'?: CSSProperties['borderBottomRightRadius'];
615
- '--focus-bbrr'?: CSSProperties['borderBottomRightRadius'];
616
-
617
- /**
618
- * **CSS Property**: `border-bottom-right-radius`
619
- *
620
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius
621
- */
622
- '--bbrr-tablet'?: CSSProperties['borderBottomRightRadius'];
623
- '--hvr-bbrr-tablet'?: CSSProperties['borderBottomRightRadius'];
624
- '--focus-bbrr-tablet'?: CSSProperties['borderBottomRightRadius'];
625
- /**
626
- * **CSS Property**: `border-bottom-right-radius`
627
- *
628
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius
629
- */
630
- '--bbrr-mobile'?: CSSProperties['borderBottomRightRadius'];
631
- '--hvr-bbrr-mobile'?: CSSProperties['borderBottomRightRadius'];
632
- '--focus-bbrr-mobile'?: CSSProperties['borderBottomRightRadius'];
633
-
634
- /**
635
- * **CSS Property**: `border-left`
636
- *
637
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left
638
- */
639
-
640
- '--bl'?: CSSProperties['borderLeft'];
641
- '--hvr-bl'?: CSSProperties['borderLeft'];
642
- '--focus-bl'?: CSSProperties['borderLeft'];
643
-
644
- /**
645
- * **CSS Property**: `border-left`
646
- *
647
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left
648
- */
649
- '--bl-tablet'?: CSSProperties['borderLeft'];
650
- '--hvr-bl-tablet'?: CSSProperties['borderLeft'];
651
- '--focus-bl-tablet'?: CSSProperties['borderLeft'];
652
- /**
653
- * **CSS Property**: `border-left`
654
- *
655
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left
656
- */
657
- '--bl-mobile'?: CSSProperties['borderLeft'];
658
- '--hvr-bl-mobile'?: CSSProperties['borderLeft'];
659
- '--focus-bl-mobile'?: CSSProperties['borderLeft'];
660
-
661
- /**
662
- * **CSS Property**: `border-radius`
663
- *
664
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
665
- */
666
-
667
- '--radius'?: CSSProperties['borderRadius'];
668
- '--hvr-radius'?: CSSProperties['borderRadius'];
669
- '--focus-radius'?: CSSProperties['borderRadius'];
670
-
671
- /**
672
- * **CSS Property**: `border-radius`
673
- *
674
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
675
- */
676
- '--radius-tablet'?: CSSProperties['borderRadius'];
677
- '--hvr-radius-tablet'?: CSSProperties['borderRadius'];
678
- '--focus-radius-tablet'?: CSSProperties['borderRadius'];
679
- /**
680
- * **CSS Property**: `border-radius`
681
- *
682
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
683
- */
684
- '--radius-mobile'?: CSSProperties['borderRadius'];
685
- '--hvr-radius-mobile'?: CSSProperties['borderRadius'];
686
- '--focus-radius-mobile'?: CSSProperties['borderRadius'];
687
-
688
- /**
689
- * **CSS Property**: `border-right`
690
- *
691
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right
692
- */
693
-
694
- '--br'?: CSSProperties['borderRight'];
695
- '--hvr-br'?: CSSProperties['borderRight'];
696
- '--focus-br'?: CSSProperties['borderRight'];
697
-
698
- /**
699
- * **CSS Property**: `border-right`
700
- *
701
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right
702
- */
703
- '--br-tablet'?: CSSProperties['borderRight'];
704
- '--hvr-br-tablet'?: CSSProperties['borderRight'];
705
- '--focus-br-tablet'?: CSSProperties['borderRight'];
706
- /**
707
- * **CSS Property**: `border-right`
708
- *
709
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right
710
- */
711
- '--br-mobile'?: CSSProperties['borderRight'];
712
- '--hvr-br-mobile'?: CSSProperties['borderRight'];
713
- '--focus-br-mobile'?: CSSProperties['borderRight'];
714
-
715
- /**
716
- * **CSS Property**: `border-style`
717
- *
718
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-style
719
- */
720
-
721
- '--bs'?: CSSProperties['borderStyle'];
722
- '--hvr-bs'?: CSSProperties['borderStyle'];
723
- '--focus-bs'?: CSSProperties['borderStyle'];
724
-
725
- /**
726
- * **CSS Property**: `border-style`
727
- *
728
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-style
729
- */
730
- '--bs-tablet'?: CSSProperties['borderStyle'];
731
- '--hvr-bs-tablet'?: CSSProperties['borderStyle'];
732
- '--focus-bs-tablet'?: CSSProperties['borderStyle'];
733
- /**
734
- * **CSS Property**: `border-style`
735
- *
736
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-style
737
- */
738
- '--bs-mobile'?: CSSProperties['borderStyle'];
739
- '--hvr-bs-mobile'?: CSSProperties['borderStyle'];
740
- '--focus-bs-mobile'?: CSSProperties['borderStyle'];
741
-
742
- /**
743
- * **CSS Property**: `border-top`
744
- *
745
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top
746
- */
747
-
748
- '--bt'?: CSSProperties['borderTop'];
749
- '--hvr-bt'?: CSSProperties['borderTop'];
750
- '--focus-bt'?: CSSProperties['borderTop'];
751
-
752
- /**
753
- * **CSS Property**: `border-top`
754
- *
755
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top
756
- */
757
- '--bt-tablet'?: CSSProperties['borderTop'];
758
- '--hvr-bt-tablet'?: CSSProperties['borderTop'];
759
- '--focus-bt-tablet'?: CSSProperties['borderTop'];
760
- /**
761
- * **CSS Property**: `border-top`
762
- *
763
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top
764
- */
765
- '--bt-mobile'?: CSSProperties['borderTop'];
766
- '--hvr-bt-mobile'?: CSSProperties['borderTop'];
767
- '--focus-bt-mobile'?: CSSProperties['borderTop'];
768
-
769
- /**
770
- * **CSS Property**: `border-top-left-radius`
771
- *
772
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius
773
- */
774
-
775
- '--btlr'?: CSSProperties['borderTopLeftRadius'];
776
- '--hvr-btlr'?: CSSProperties['borderTopLeftRadius'];
777
- '--focus-btlr'?: CSSProperties['borderTopLeftRadius'];
778
-
779
- /**
780
- * **CSS Property**: `border-top-left-radius`
781
- *
782
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius
783
- */
784
- '--btlr-tablet'?: CSSProperties['borderTopLeftRadius'];
785
- '--hvr-btlr-tablet'?: CSSProperties['borderTopLeftRadius'];
786
- '--focus-btlr-tablet'?: CSSProperties['borderTopLeftRadius'];
787
- /**
788
- * **CSS Property**: `border-top-left-radius`
789
- *
790
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius
791
- */
792
- '--btlr-mobile'?: CSSProperties['borderTopLeftRadius'];
793
- '--hvr-btlr-mobile'?: CSSProperties['borderTopLeftRadius'];
794
- '--focus-btlr-mobile'?: CSSProperties['borderTopLeftRadius'];
795
-
796
- /**
797
- * **CSS Property**: `border-top-right-radius`
798
- *
799
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-right-radius
800
- */
801
-
802
- '--btrr'?: CSSProperties['borderTopRightRadius'];
803
- '--hvr-btrr'?: CSSProperties['borderTopRightRadius'];
804
- '--focus-btrr'?: CSSProperties['borderTopRightRadius'];
805
-
806
- /**
807
- * **CSS Property**: `border-top-right-radius`
808
- *
809
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-right-radius
810
- */
811
- '--btrr-tablet'?: CSSProperties['borderTopRightRadius'];
812
- '--hvr-btrr-tablet'?: CSSProperties['borderTopRightRadius'];
813
- '--focus-btrr-tablet'?: CSSProperties['borderTopRightRadius'];
814
- /**
815
- * **CSS Property**: `border-top-right-radius`
816
- *
817
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-right-radius
818
- */
819
- '--btrr-mobile'?: CSSProperties['borderTopRightRadius'];
820
- '--hvr-btrr-mobile'?: CSSProperties['borderTopRightRadius'];
821
- '--focus-btrr-mobile'?: CSSProperties['borderTopRightRadius'];
822
-
823
- /**
824
- * **CSS Property**: `border-width`
825
- *
826
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-width
827
- */
828
-
829
- '--bw'?: CSSProperties['borderWidth'];
830
- '--hvr-bw'?: CSSProperties['borderWidth'];
831
- '--focus-bw'?: CSSProperties['borderWidth'];
832
-
833
- /**
834
- * **CSS Property**: `border-width`
835
- *
836
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-width
837
- */
838
- '--bw-tablet'?: CSSProperties['borderWidth'];
839
- '--hvr-bw-tablet'?: CSSProperties['borderWidth'];
840
- '--focus-bw-tablet'?: CSSProperties['borderWidth'];
841
- /**
842
- * **CSS Property**: `border-width`
843
- *
844
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-width
845
- */
846
- '--bw-mobile'?: CSSProperties['borderWidth'];
847
- '--hvr-bw-mobile'?: CSSProperties['borderWidth'];
848
- '--focus-bw-mobile'?: CSSProperties['borderWidth'];
849
-
850
- /**
851
- * **CSS Property**: `bottom`
852
- *
853
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/bottom
854
- */
855
-
856
- '--bottom'?: CSSProperties['bottom'];
857
- '--hvr-bottom'?: CSSProperties['bottom'];
858
- '--focus-bottom'?: CSSProperties['bottom'];
859
-
860
- /**
861
- * **CSS Property**: `bottom`
862
- *
863
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/bottom
864
- */
865
- '--bottom-tablet'?: CSSProperties['bottom'];
866
- '--hvr-bottom-tablet'?: CSSProperties['bottom'];
867
- '--focus-bottom-tablet'?: CSSProperties['bottom'];
868
- /**
869
- * **CSS Property**: `bottom`
870
- *
871
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/bottom
872
- */
873
- '--bottom-mobile'?: CSSProperties['bottom'];
874
- '--hvr-bottom-mobile'?: CSSProperties['bottom'];
875
- '--focus-bottom-mobile'?: CSSProperties['bottom'];
876
-
877
- /**
878
- * **CSS Property**: `box-shadow`
879
- *
880
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
881
- */
882
-
883
- '--shadow'?: CSSProperties['boxShadow'];
884
- '--hvr-shadow'?: CSSProperties['boxShadow'];
885
- '--focus-shadow'?: CSSProperties['boxShadow'];
886
-
887
- /**
888
- * **CSS Property**: `box-shadow`
889
- *
890
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
891
- */
892
- '--shadow-tablet'?: CSSProperties['boxShadow'];
893
- '--hvr-shadow-tablet'?: CSSProperties['boxShadow'];
894
- '--focus-shadow-tablet'?: CSSProperties['boxShadow'];
895
- /**
896
- * **CSS Property**: `box-shadow`
897
- *
898
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
899
- */
900
- '--shadow-mobile'?: CSSProperties['boxShadow'];
901
- '--hvr-shadow-mobile'?: CSSProperties['boxShadow'];
902
- '--focus-shadow-mobile'?: CSSProperties['boxShadow'];
903
-
904
- /**
905
- * **CSS Property**: `color`
906
- *
907
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/color
908
- */
909
-
910
- '--c'?: CSSProperties['color'];
911
- '--hvr-c'?: CSSProperties['color'];
912
- '--focus-c'?: CSSProperties['color'];
913
-
914
- /**
915
- * **CSS Property**: `color`
916
- *
917
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/color
918
- */
919
- '--c-tablet'?: CSSProperties['color'];
920
- '--hvr-c-tablet'?: CSSProperties['color'];
921
- '--focus-c-tablet'?: CSSProperties['color'];
922
- /**
923
- * **CSS Property**: `color`
924
- *
925
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/color
926
- */
927
- '--c-mobile'?: CSSProperties['color'];
928
- '--hvr-c-mobile'?: CSSProperties['color'];
929
- '--focus-c-mobile'?: CSSProperties['color'];
930
-
931
- /**
932
- * **CSS Property**: `column-gap`
933
- *
934
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap
935
- */
936
-
937
- '--cg'?: CSSProperties['columnGap'];
938
- '--hvr-cg'?: CSSProperties['columnGap'];
939
- '--focus-cg'?: CSSProperties['columnGap'];
940
-
941
- /**
942
- * **CSS Property**: `column-gap`
943
- *
944
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap
945
- */
946
- '--cg-tablet'?: CSSProperties['columnGap'];
947
- '--hvr-cg-tablet'?: CSSProperties['columnGap'];
948
- '--focus-cg-tablet'?: CSSProperties['columnGap'];
949
- /**
950
- * **CSS Property**: `column-gap`
951
- *
952
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap
953
- */
954
- '--cg-mobile'?: CSSProperties['columnGap'];
955
- '--hvr-cg-mobile'?: CSSProperties['columnGap'];
956
- '--focus-cg-mobile'?: CSSProperties['columnGap'];
957
-
958
- /**
959
- * **CSS Property**: `display`
960
- *
961
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/display
962
- */
963
-
964
- '--d'?: CSSProperties['display'];
965
- '--hvr-d'?: CSSProperties['display'];
966
- '--focus-d'?: CSSProperties['display'];
967
-
968
- /**
969
- * **CSS Property**: `display`
970
- *
971
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/display
972
- */
973
- '--d-tablet'?: CSSProperties['display'];
974
- '--hvr-d-tablet'?: CSSProperties['display'];
975
- '--focus-d-tablet'?: CSSProperties['display'];
976
- /**
977
- * **CSS Property**: `display`
978
- *
979
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/display
980
- */
981
- '--d-mobile'?: CSSProperties['display'];
982
- '--hvr-d-mobile'?: CSSProperties['display'];
983
- '--focus-d-mobile'?: CSSProperties['display'];
984
-
985
- /**
986
- * **CSS Property**: `flex-direction`
987
- *
988
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction
989
- */
990
-
991
- '--fd'?: CSSProperties['flexDirection'];
992
- '--hvr-fd'?: CSSProperties['flexDirection'];
993
- '--focus-fd'?: CSSProperties['flexDirection'];
994
-
995
- /**
996
- * **CSS Property**: `flex-direction`
997
- *
998
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction
999
- */
1000
- '--fd-tablet'?: CSSProperties['flexDirection'];
1001
- '--hvr-fd-tablet'?: CSSProperties['flexDirection'];
1002
- '--focus-fd-tablet'?: CSSProperties['flexDirection'];
1003
- /**
1004
- * **CSS Property**: `flex-direction`
1005
- *
1006
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction
1007
- */
1008
- '--fd-mobile'?: CSSProperties['flexDirection'];
1009
- '--hvr-fd-mobile'?: CSSProperties['flexDirection'];
1010
- '--focus-fd-mobile'?: CSSProperties['flexDirection'];
1011
-
1012
- /**
1013
- * **CSS Property**: `font-family`
1014
- *
1015
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
1016
- */
1017
-
1018
- '--ff'?: CSSProperties['fontFamily'];
1019
- '--hvr-ff'?: CSSProperties['fontFamily'];
1020
- '--focus-ff'?: CSSProperties['fontFamily'];
1021
-
1022
- /**
1023
- * **CSS Property**: `font-family`
1024
- *
1025
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
1026
- */
1027
- '--ff-tablet'?: CSSProperties['fontFamily'];
1028
- '--hvr-ff-tablet'?: CSSProperties['fontFamily'];
1029
- '--focus-ff-tablet'?: CSSProperties['fontFamily'];
1030
- /**
1031
- * **CSS Property**: `font-family`
1032
- *
1033
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
1034
- */
1035
- '--ff-mobile'?: CSSProperties['fontFamily'];
1036
- '--hvr-ff-mobile'?: CSSProperties['fontFamily'];
1037
- '--focus-ff-mobile'?: CSSProperties['fontFamily'];
1038
-
1039
- /**
1040
- * **CSS Property**: `font-size`
1041
- *
1042
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-size
1043
- */
1044
-
1045
- '--size'?: CSSProperties['fontSize'];
1046
- '--hvr-size'?: CSSProperties['fontSize'];
1047
- '--focus-size'?: CSSProperties['fontSize'];
1048
-
1049
- /**
1050
- * **CSS Property**: `font-size`
1051
- *
1052
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-size
1053
- */
1054
- '--size-tablet'?: CSSProperties['fontSize'];
1055
- '--hvr-size-tablet'?: CSSProperties['fontSize'];
1056
- '--focus-size-tablet'?: CSSProperties['fontSize'];
1057
- /**
1058
- * **CSS Property**: `font-size`
1059
- *
1060
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-size
1061
- */
1062
- '--size-mobile'?: CSSProperties['fontSize'];
1063
- '--hvr-size-mobile'?: CSSProperties['fontSize'];
1064
- '--focus-size-mobile'?: CSSProperties['fontSize'];
1065
-
1066
- /**
1067
- * **CSS Property**: `font-weight`
1068
- *
1069
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
1070
- */
1071
-
1072
- '--weight'?: CSSProperties['fontWeight'];
1073
- '--hvr-weight'?: CSSProperties['fontWeight'];
1074
- '--focus-weight'?: CSSProperties['fontWeight'];
1075
-
1076
- /**
1077
- * **CSS Property**: `font-weight`
1078
- *
1079
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
1080
- */
1081
- '--weight-tablet'?: CSSProperties['fontWeight'];
1082
- '--hvr-weight-tablet'?: CSSProperties['fontWeight'];
1083
- '--focus-weight-tablet'?: CSSProperties['fontWeight'];
1084
- /**
1085
- * **CSS Property**: `font-weight`
1086
- *
1087
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
1088
- */
1089
- '--weight-mobile'?: CSSProperties['fontWeight'];
1090
- '--hvr-weight-mobile'?: CSSProperties['fontWeight'];
1091
- '--focus-weight-mobile'?: CSSProperties['fontWeight'];
1092
-
1093
- /**
1094
- * **CSS Property**: `font-style`
1095
- *
1096
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
1097
- */
1098
-
1099
- '--fs'?: CSSProperties['fontStyle'];
1100
- '--hvr-fs'?: CSSProperties['fontStyle'];
1101
- '--focus-fs'?: CSSProperties['fontStyle'];
1102
-
1103
- /**
1104
- * **CSS Property**: `font-style`
1105
- *
1106
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
1107
- */
1108
- '--fs-tablet'?: CSSProperties['fontStyle'];
1109
- '--hvr-fs-tablet'?: CSSProperties['fontStyle'];
1110
- '--focus-fs-tablet'?: CSSProperties['fontStyle'];
1111
- /**
1112
- * **CSS Property**: `font-style`
1113
- *
1114
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
1115
- */
1116
- '--fs-mobile'?: CSSProperties['fontStyle'];
1117
- '--hvr-fs-mobile'?: CSSProperties['fontStyle'];
1118
- '--focus-fs-mobile'?: CSSProperties['fontStyle'];
1119
-
1120
- /**
1121
- * **CSS Property**: `grid-gap`
1122
- *
1123
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
1124
- */
1125
-
1126
- '--gg'?: CSSProperties['gridGap'];
1127
- '--hvr-gg'?: CSSProperties['gridGap'];
1128
- '--focus-gg'?: CSSProperties['gridGap'];
1129
-
1130
- /**
1131
- * **CSS Property**: `grid-gap`
1132
- *
1133
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
1134
- */
1135
- '--gg-tablet'?: CSSProperties['gridGap'];
1136
- '--hvr-gg-tablet'?: CSSProperties['gridGap'];
1137
- '--focus-gg-tablet'?: CSSProperties['gridGap'];
1138
- /**
1139
- * **CSS Property**: `grid-gap`
1140
- *
1141
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
1142
- */
1143
- '--gg-mobile'?: CSSProperties['gridGap'];
1144
- '--hvr-gg-mobile'?: CSSProperties['gridGap'];
1145
- '--focus-gg-mobile'?: CSSProperties['gridGap'];
1146
-
1147
- /**
1148
- * **CSS Property**: `grid-row`
1149
- *
1150
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1151
- */
1152
-
1153
- '--gr'?: CSSProperties['gridRow'];
1154
- '--hvr-gr'?: CSSProperties['gridRow'];
1155
- '--focus-gr'?: CSSProperties['gridRow'];
1156
-
1157
- /**
1158
- * **CSS Property**: `grid-row`
1159
- *
1160
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1161
- */
1162
- '--gr-tablet'?: CSSProperties['gridRow'];
1163
- '--hvr-gr-tablet'?: CSSProperties['gridRow'];
1164
- '--focus-gr-tablet'?: CSSProperties['gridRow'];
1165
- /**
1166
- * **CSS Property**: `grid-row`
1167
- *
1168
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1169
- */
1170
- '--gr-mobile'?: CSSProperties['gridRow'];
1171
- '--hvr-gr-mobile'?: CSSProperties['gridRow'];
1172
- '--focus-gr-mobile'?: CSSProperties['gridRow'];
1173
-
1174
- /**
1175
- * **CSS Property**: `grid-template-columns`
1176
- *
1177
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
1178
- */
1179
-
1180
- '--gtc'?: CSSProperties['gridTemplateColumns'];
1181
- '--hvr-gtc'?: CSSProperties['gridTemplateColumns'];
1182
- '--focus-gtc'?: CSSProperties['gridTemplateColumns'];
1183
-
1184
- /**
1185
- * **CSS Property**: `grid-template-columns`
1186
- *
1187
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
1188
- */
1189
- '--gtc-tablet'?: CSSProperties['gridTemplateColumns'];
1190
- '--hvr-gtc-tablet'?: CSSProperties['gridTemplateColumns'];
1191
- '--focus-gtc-tablet'?: CSSProperties['gridTemplateColumns'];
1192
- /**
1193
- * **CSS Property**: `grid-template-columns`
1194
- *
1195
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
1196
- */
1197
- '--gtc-mobile'?: CSSProperties['gridTemplateColumns'];
1198
- '--hvr-gtc-mobile'?: CSSProperties['gridTemplateColumns'];
1199
- '--focus-gtc-mobile'?: CSSProperties['gridTemplateColumns'];
1200
-
1201
- /**
1202
- * **CSS Property**: `grid-template-rows`
1203
- *
1204
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1205
- */
1206
-
1207
- '--gtr'?: CSSProperties['gridTemplateRows'];
1208
- '--hvr-gtr'?: CSSProperties['gridTemplateRows'];
1209
- '--focus-gtr'?: CSSProperties['gridTemplateRows'];
1210
-
1211
- /**
1212
- * **CSS Property**: `grid-template-rows`
1213
- *
1214
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1215
- */
1216
- '--gtr-tablet'?: CSSProperties['gridTemplateRows'];
1217
- '--hvr-gtr-tablet'?: CSSProperties['gridTemplateRows'];
1218
- '--focus-gtr-tablet'?: CSSProperties['gridTemplateRows'];
1219
- /**
1220
- * **CSS Property**: `grid-template-rows`
1221
- *
1222
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1223
- */
1224
- '--gtr-mobile'?: CSSProperties['gridTemplateRows'];
1225
- '--hvr-gtr-mobile'?: CSSProperties['gridTemplateRows'];
1226
- '--focus-gtr-mobile'?: CSSProperties['gridTemplateRows'];
1227
-
1228
- /**
1229
- * **CSS Property**: `height`
1230
- *
1231
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/height
1232
- */
1233
-
1234
- '--h'?: CSSProperties['height'];
1235
- '--hvr-h'?: CSSProperties['height'];
1236
- '--focus-h'?: CSSProperties['height'];
1237
-
1238
- /**
1239
- * **CSS Property**: `height`
1240
- *
1241
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/height
1242
- */
1243
- '--h-tablet'?: CSSProperties['height'];
1244
- '--hvr-h-tablet'?: CSSProperties['height'];
1245
- '--focus-h-tablet'?: CSSProperties['height'];
1246
- /**
1247
- * **CSS Property**: `height`
1248
- *
1249
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/height
1250
- */
1251
- '--h-mobile'?: CSSProperties['height'];
1252
- '--hvr-h-mobile'?: CSSProperties['height'];
1253
- '--focus-h-mobile'?: CSSProperties['height'];
1254
-
1255
- /**
1256
- * **CSS Property**: `justify-content`
1257
- *
1258
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
1259
- */
1260
-
1261
- '--jc'?: CSSProperties['justifyContent'];
1262
- '--hvr-jc'?: CSSProperties['justifyContent'];
1263
- '--focus-jc'?: CSSProperties['justifyContent'];
1264
-
1265
- /**
1266
- * **CSS Property**: `justify-content`
1267
- *
1268
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
1269
- */
1270
- '--jc-tablet'?: CSSProperties['justifyContent'];
1271
- '--hvr-jc-tablet'?: CSSProperties['justifyContent'];
1272
- '--focus-jc-tablet'?: CSSProperties['justifyContent'];
1273
- /**
1274
- * **CSS Property**: `justify-content`
1275
- *
1276
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
1277
- */
1278
- '--jc-mobile'?: CSSProperties['justifyContent'];
1279
- '--hvr-jc-mobile'?: CSSProperties['justifyContent'];
1280
- '--focus-jc-mobile'?: CSSProperties['justifyContent'];
1281
-
1282
- /**
1283
- * **CSS Property**: `justify-self`
1284
- *
1285
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self
1286
- */
1287
-
1288
- '--js'?: CSSProperties['justifySelf'];
1289
- '--hvr-js'?: CSSProperties['justifySelf'];
1290
- '--focus-js'?: CSSProperties['justifySelf'];
1291
-
1292
- /**
1293
- * **CSS Property**: `justify-self`
1294
- *
1295
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self
1296
- */
1297
- '--js-tablet'?: CSSProperties['justifySelf'];
1298
- '--hvr-js-tablet'?: CSSProperties['justifySelf'];
1299
- '--focus-js-tablet'?: CSSProperties['justifySelf'];
1300
- /**
1301
- * **CSS Property**: `justify-self`
1302
- *
1303
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self
1304
- */
1305
- '--js-mobile'?: CSSProperties['justifySelf'];
1306
- '--hvr-js-mobile'?: CSSProperties['justifySelf'];
1307
- '--focus-js-mobile'?: CSSProperties['justifySelf'];
1308
-
1309
- /**
1310
- * **CSS Property**: `left`
1311
- *
1312
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/left
1313
- */
1314
-
1315
- '--left'?: CSSProperties['left'];
1316
- '--hvr-left'?: CSSProperties['left'];
1317
- '--focus-left'?: CSSProperties['left'];
1318
-
1319
- /**
1320
- * **CSS Property**: `left`
1321
- *
1322
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/left
1323
- */
1324
- '--left-tablet'?: CSSProperties['left'];
1325
- '--hvr-left-tablet'?: CSSProperties['left'];
1326
- '--focus-left-tablet'?: CSSProperties['left'];
1327
- /**
1328
- * **CSS Property**: `left`
1329
- *
1330
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/left
1331
- */
1332
- '--left-mobile'?: CSSProperties['left'];
1333
- '--hvr-left-mobile'?: CSSProperties['left'];
1334
- '--focus-left-mobile'?: CSSProperties['left'];
1335
-
1336
- /**
1337
- * **CSS Property**: `letter-spacing`
1338
- *
1339
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing
1340
- */
1341
-
1342
- '--ls'?: CSSProperties['letterSpacing'];
1343
- '--hvr-ls'?: CSSProperties['letterSpacing'];
1344
- '--focus-ls'?: CSSProperties['letterSpacing'];
1345
-
1346
- /**
1347
- * **CSS Property**: `letter-spacing`
1348
- *
1349
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing
1350
- */
1351
- '--ls-tablet'?: CSSProperties['letterSpacing'];
1352
- '--hvr-ls-tablet'?: CSSProperties['letterSpacing'];
1353
- '--focus-ls-tablet'?: CSSProperties['letterSpacing'];
1354
- /**
1355
- * **CSS Property**: `letter-spacing`
1356
- *
1357
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing
1358
- */
1359
- '--ls-mobile'?: CSSProperties['letterSpacing'];
1360
- '--hvr-ls-mobile'?: CSSProperties['letterSpacing'];
1361
- '--focus-ls-mobile'?: CSSProperties['letterSpacing'];
1362
-
1363
- /**
1364
- * **CSS Property**: `-webkit-line-clamp`
1365
- *
1366
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp
1367
- */
1368
-
1369
- '--line-clamp'?: CSSProperties['webkitLineClamp'];
1370
- '--hvr-line-clamp'?: CSSProperties['webkitLineClamp'];
1371
- '--focus-line-clamp'?: CSSProperties['webkitLineClamp'];
1372
-
1373
- /**
1374
- * **CSS Property**: `-webkit-line-clamp`
1375
- *
1376
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp
1377
- */
1378
- '--line-clamp-tablet'?: CSSProperties['webkitLineClamp'];
1379
- '--hvr-line-clamp-tablet'?: CSSProperties['webkitLineClamp'];
1380
- '--focus-line-clamp-tablet'?: CSSProperties['webkitLineClamp'];
1381
- /**
1382
- * **CSS Property**: `-webkit-line-clamp`
1383
- *
1384
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp
1385
- */
1386
- '--line-clamp-mobile'?: CSSProperties['webkitLineClamp'];
1387
- '--hvr-line-clamp-mobile'?: CSSProperties['webkitLineClamp'];
1388
- '--focus-line-clamp-mobile'?: CSSProperties['webkitLineClamp'];
1389
-
1390
- /**
1391
- * **CSS Property**: `line-height`
1392
- *
1393
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
1394
- */
1395
-
1396
- '--lh'?: CSSProperties['lineHeight'];
1397
- '--hvr-lh'?: CSSProperties['lineHeight'];
1398
- '--focus-lh'?: CSSProperties['lineHeight'];
1399
-
1400
- /**
1401
- * **CSS Property**: `line-height`
1402
- *
1403
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
1404
- */
1405
- '--lh-tablet'?: CSSProperties['lineHeight'];
1406
- '--hvr-lh-tablet'?: CSSProperties['lineHeight'];
1407
- '--focus-lh-tablet'?: CSSProperties['lineHeight'];
1408
- /**
1409
- * **CSS Property**: `line-height`
1410
- *
1411
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
1412
- */
1413
- '--lh-mobile'?: CSSProperties['lineHeight'];
1414
- '--hvr-lh-mobile'?: CSSProperties['lineHeight'];
1415
- '--focus-lh-mobile'?: CSSProperties['lineHeight'];
1416
-
1417
- /**
1418
- * **CSS Property**: `text-decoration-thickness`
1419
- *
1420
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-thickness
1421
- */
1422
-
1423
- '--tdt'?: CSSProperties['textDecorationThickness'];
1424
- '--hvr-tdt'?: CSSProperties['textDecorationThickness'];
1425
- '--focus-tdt'?: CSSProperties['textDecorationThickness'];
1426
-
1427
- /**
1428
- * **CSS Property**: `text-decoration-thickness`
1429
- *
1430
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-thickness
1431
- */
1432
- '--tdt-tablet'?: CSSProperties['textDecorationThickness'];
1433
- '--hvr-tdt-tablet'?: CSSProperties['textDecorationThickness'];
1434
- '--focus-tdt-tablet'?: CSSProperties['textDecorationThickness'];
1435
- /**
1436
- * **CSS Property**: `text-decoration-thickness`
1437
- *
1438
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-thickness
1439
- */
1440
- '--tdt-mobile'?: CSSProperties['textDecorationThickness'];
1441
- '--hvr-tdt-mobile'?: CSSProperties['textDecorationThickness'];
1442
- '--focus-tdt-mobile'?: CSSProperties['textDecorationThickness'];
1443
-
1444
- /**
1445
- * **CSS Property**: `text-decoration-color`
1446
- *
1447
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-color
1448
- */
1449
-
1450
- '--tdc'?: CSSProperties['textDecorationColor'];
1451
- '--hvr-tdc'?: CSSProperties['textDecorationColor'];
1452
- '--focus-tdc'?: CSSProperties['textDecorationColor'];
1453
-
1454
- /**
1455
- * **CSS Property**: `text-decoration-color`
1456
- *
1457
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-color
1458
- */
1459
- '--tdc-tablet'?: CSSProperties['textDecorationColor'];
1460
- '--hvr-tdc-tablet'?: CSSProperties['textDecorationColor'];
1461
- '--focus-tdc-tablet'?: CSSProperties['textDecorationColor'];
1462
- /**
1463
- * **CSS Property**: `text-decoration-color`
1464
- *
1465
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-color
1466
- */
1467
- '--tdc-mobile'?: CSSProperties['textDecorationColor'];
1468
- '--hvr-tdc-mobile'?: CSSProperties['textDecorationColor'];
1469
- '--focus-tdc-mobile'?: CSSProperties['textDecorationColor'];
1470
-
1471
- /**
1472
- * **CSS Property**: `text-decoration-line`
1473
- *
1474
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-line
1475
- */
1476
-
1477
- '--tdl'?: CSSProperties['textDecorationLine'];
1478
- '--hvr-tdl'?: CSSProperties['textDecorationLine'];
1479
- '--focus-tdl'?: CSSProperties['textDecorationLine'];
1480
-
1481
- /**
1482
- * **CSS Property**: `text-decoration-line`
1483
- *
1484
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-line
1485
- */
1486
- '--tdl-tablet'?: CSSProperties['textDecorationLine'];
1487
- '--hvr-tdl-tablet'?: CSSProperties['textDecorationLine'];
1488
- '--focus-tdl-tablet'?: CSSProperties['textDecorationLine'];
1489
- /**
1490
- * **CSS Property**: `text-decoration-line`
1491
- *
1492
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-line
1493
- */
1494
- '--tdl-mobile'?: CSSProperties['textDecorationLine'];
1495
- '--hvr-tdl-mobile'?: CSSProperties['textDecorationLine'];
1496
- '--focus-tdl-mobile'?: CSSProperties['textDecorationLine'];
1497
-
1498
- /**
1499
- * **CSS Property**: `margin`
1500
- *
1501
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin
1502
- */
1503
-
1504
- '--m'?: CSSProperties['margin'];
1505
- '--hvr-m'?: CSSProperties['margin'];
1506
- '--focus-m'?: CSSProperties['margin'];
1507
-
1508
- /**
1509
- * **CSS Property**: `margin`
1510
- *
1511
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin
1512
- */
1513
- '--m-tablet'?: CSSProperties['margin'];
1514
- '--hvr-m-tablet'?: CSSProperties['margin'];
1515
- '--focus-m-tablet'?: CSSProperties['margin'];
1516
- /**
1517
- * **CSS Property**: `margin`
1518
- *
1519
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin
1520
- */
1521
- '--m-mobile'?: CSSProperties['margin'];
1522
- '--hvr-m-mobile'?: CSSProperties['margin'];
1523
- '--focus-m-mobile'?: CSSProperties['margin'];
1524
-
1525
- /**
1526
- * **CSS Property**: `margin-bottom`
1527
- *
1528
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom
1529
- */
1530
-
1531
- '--mb'?: CSSProperties['marginBottom'];
1532
- '--hvr-mb'?: CSSProperties['marginBottom'];
1533
- '--focus-mb'?: CSSProperties['marginBottom'];
1534
-
1535
- /**
1536
- * **CSS Property**: `margin-bottom`
1537
- *
1538
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom
1539
- */
1540
- '--mb-tablet'?: CSSProperties['marginBottom'];
1541
- '--hvr-mb-tablet'?: CSSProperties['marginBottom'];
1542
- '--focus-mb-tablet'?: CSSProperties['marginBottom'];
1543
- /**
1544
- * **CSS Property**: `margin-bottom`
1545
- *
1546
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom
1547
- */
1548
- '--mb-mobile'?: CSSProperties['marginBottom'];
1549
- '--hvr-mb-mobile'?: CSSProperties['marginBottom'];
1550
- '--focus-mb-mobile'?: CSSProperties['marginBottom'];
1551
-
1552
- /**
1553
- * **CSS Property**: `margin-left`
1554
- *
1555
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left
1556
- */
1557
-
1558
- '--ml'?: CSSProperties['marginLeft'];
1559
- '--hvr-ml'?: CSSProperties['marginLeft'];
1560
- '--focus-ml'?: CSSProperties['marginLeft'];
1561
-
1562
- /**
1563
- * **CSS Property**: `margin-left`
1564
- *
1565
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left
1566
- */
1567
- '--ml-tablet'?: CSSProperties['marginLeft'];
1568
- '--hvr-ml-tablet'?: CSSProperties['marginLeft'];
1569
- '--focus-ml-tablet'?: CSSProperties['marginLeft'];
1570
- /**
1571
- * **CSS Property**: `margin-left`
1572
- *
1573
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left
1574
- */
1575
- '--ml-mobile'?: CSSProperties['marginLeft'];
1576
- '--hvr-ml-mobile'?: CSSProperties['marginLeft'];
1577
- '--focus-ml-mobile'?: CSSProperties['marginLeft'];
1578
-
1579
- /**
1580
- * **CSS Property**: `margin-right`
1581
- *
1582
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right
1583
- */
1584
-
1585
- '--mr'?: CSSProperties['marginRight'];
1586
- '--hvr-mr'?: CSSProperties['marginRight'];
1587
- '--focus-mr'?: CSSProperties['marginRight'];
1588
-
1589
- /**
1590
- * **CSS Property**: `margin-right`
1591
- *
1592
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right
1593
- */
1594
- '--mr-tablet'?: CSSProperties['marginRight'];
1595
- '--hvr-mr-tablet'?: CSSProperties['marginRight'];
1596
- '--focus-mr-tablet'?: CSSProperties['marginRight'];
1597
- /**
1598
- * **CSS Property**: `margin-right`
1599
- *
1600
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right
1601
- */
1602
- '--mr-mobile'?: CSSProperties['marginRight'];
1603
- '--hvr-mr-mobile'?: CSSProperties['marginRight'];
1604
- '--focus-mr-mobile'?: CSSProperties['marginRight'];
1605
-
1606
- /**
1607
- * **CSS Property**: `margin-top`
1608
- *
1609
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top
1610
- */
1611
-
1612
- '--mt'?: CSSProperties['marginTop'];
1613
- '--hvr-mt'?: CSSProperties['marginTop'];
1614
- '--focus-mt'?: CSSProperties['marginTop'];
1615
-
1616
- /**
1617
- * **CSS Property**: `margin-top`
1618
- *
1619
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top
1620
- */
1621
- '--mt-tablet'?: CSSProperties['marginTop'];
1622
- '--hvr-mt-tablet'?: CSSProperties['marginTop'];
1623
- '--focus-mt-tablet'?: CSSProperties['marginTop'];
1624
- /**
1625
- * **CSS Property**: `margin-top`
1626
- *
1627
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top
1628
- */
1629
- '--mt-mobile'?: CSSProperties['marginTop'];
1630
- '--hvr-mt-mobile'?: CSSProperties['marginTop'];
1631
- '--focus-mt-mobile'?: CSSProperties['marginTop'];
1632
-
1633
- /**
1634
- * **CSS Property**: `max-height`
1635
- *
1636
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-height
1637
- */
1638
-
1639
- '--maxh'?: CSSProperties['maxHeight'];
1640
- '--hvr-maxh'?: CSSProperties['maxHeight'];
1641
- '--focus-maxh'?: CSSProperties['maxHeight'];
1642
-
1643
- /**
1644
- * **CSS Property**: `max-height`
1645
- *
1646
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-height
1647
- */
1648
- '--maxh-tablet'?: CSSProperties['maxHeight'];
1649
- '--hvr-maxh-tablet'?: CSSProperties['maxHeight'];
1650
- '--focus-maxh-tablet'?: CSSProperties['maxHeight'];
1651
- /**
1652
- * **CSS Property**: `max-height`
1653
- *
1654
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-height
1655
- */
1656
- '--maxh-mobile'?: CSSProperties['maxHeight'];
1657
- '--hvr-maxh-mobile'?: CSSProperties['maxHeight'];
1658
- '--focus-maxh-mobile'?: CSSProperties['maxHeight'];
1659
-
1660
- /**
1661
- * **CSS Property**: `max-width`
1662
- *
1663
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-width
1664
- */
1665
-
1666
- '--maxw'?: CSSProperties['maxWidth'];
1667
- '--hvr-maxw'?: CSSProperties['maxWidth'];
1668
- '--focus-maxw'?: CSSProperties['maxWidth'];
1669
-
1670
- /**
1671
- * **CSS Property**: `max-width`
1672
- *
1673
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-width
1674
- */
1675
- '--maxw-tablet'?: CSSProperties['maxWidth'];
1676
- '--hvr-maxw-tablet'?: CSSProperties['maxWidth'];
1677
- '--focus-maxw-tablet'?: CSSProperties['maxWidth'];
1678
- /**
1679
- * **CSS Property**: `max-width`
1680
- *
1681
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-width
1682
- */
1683
- '--maxw-mobile'?: CSSProperties['maxWidth'];
1684
- '--hvr-maxw-mobile'?: CSSProperties['maxWidth'];
1685
- '--focus-maxw-mobile'?: CSSProperties['maxWidth'];
1686
-
1687
- /**
1688
- * **CSS Property**: `min-height`
1689
- *
1690
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-height
1691
- */
1692
-
1693
- '--minh'?: CSSProperties['minHeight'];
1694
- '--hvr-minh'?: CSSProperties['minHeight'];
1695
- '--focus-minh'?: CSSProperties['minHeight'];
1696
-
1697
- /**
1698
- * **CSS Property**: `min-height`
1699
- *
1700
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-height
1701
- */
1702
- '--minh-tablet'?: CSSProperties['minHeight'];
1703
- '--hvr-minh-tablet'?: CSSProperties['minHeight'];
1704
- '--focus-minh-tablet'?: CSSProperties['minHeight'];
1705
- /**
1706
- * **CSS Property**: `min-height`
1707
- *
1708
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-height
1709
- */
1710
- '--minh-mobile'?: CSSProperties['minHeight'];
1711
- '--hvr-minh-mobile'?: CSSProperties['minHeight'];
1712
- '--focus-minh-mobile'?: CSSProperties['minHeight'];
1713
-
1714
- /**
1715
- * **CSS Property**: `min-width`
1716
- *
1717
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-width
1718
- */
1719
-
1720
- '--minw'?: CSSProperties['minWidth'];
1721
- '--hvr-minw'?: CSSProperties['minWidth'];
1722
- '--focus-minw'?: CSSProperties['minWidth'];
1723
-
1724
- /**
1725
- * **CSS Property**: `min-width`
1726
- *
1727
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-width
1728
- */
1729
- '--minw-tablet'?: CSSProperties['minWidth'];
1730
- '--hvr-minw-tablet'?: CSSProperties['minWidth'];
1731
- '--focus-minw-tablet'?: CSSProperties['minWidth'];
1732
- /**
1733
- * **CSS Property**: `min-width`
1734
- *
1735
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-width
1736
- */
1737
- '--minw-mobile'?: CSSProperties['minWidth'];
1738
- '--hvr-minw-mobile'?: CSSProperties['minWidth'];
1739
- '--focus-minw-mobile'?: CSSProperties['minWidth'];
1740
-
1741
- /**
1742
- * **CSS Property**: `object-fit`
1743
- *
1744
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
1745
- */
1746
-
1747
- '--objf'?: CSSProperties['objectFit'];
1748
- '--hvr-objf'?: CSSProperties['objectFit'];
1749
- '--focus-objf'?: CSSProperties['objectFit'];
1750
-
1751
- /**
1752
- * **CSS Property**: `object-fit`
1753
- *
1754
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
1755
- */
1756
- '--objf-tablet'?: CSSProperties['objectFit'];
1757
- '--hvr-objf-tablet'?: CSSProperties['objectFit'];
1758
- '--focus-objf-tablet'?: CSSProperties['objectFit'];
1759
- /**
1760
- * **CSS Property**: `object-fit`
1761
- *
1762
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
1763
- */
1764
- '--objf-mobile'?: CSSProperties['objectFit'];
1765
- '--hvr-objf-mobile'?: CSSProperties['objectFit'];
1766
- '--focus-objf-mobile'?: CSSProperties['objectFit'];
1767
-
1768
- /**
1769
- * **CSS Property**: `object-position`
1770
- *
1771
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-position
1772
- */
1773
-
1774
- '--objp'?: CSSProperties['objectPosition'];
1775
- '--hvr-objp'?: CSSProperties['objectPosition'];
1776
- '--focus-objp'?: CSSProperties['objectPosition'];
1777
-
1778
- /**
1779
- * **CSS Property**: `object-position`
1780
- *
1781
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-position
1782
- */
1783
- '--objp-tablet'?: CSSProperties['objectPosition'];
1784
- '--hvr-objp-tablet'?: CSSProperties['objectPosition'];
1785
- '--focus-objp-tablet'?: CSSProperties['objectPosition'];
1786
- /**
1787
- * **CSS Property**: `object-position`
1788
- *
1789
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-position
1790
- */
1791
- '--objp-mobile'?: CSSProperties['objectPosition'];
1792
- '--hvr-objp-mobile'?: CSSProperties['objectPosition'];
1793
- '--focus-objp-mobile'?: CSSProperties['objectPosition'];
1794
-
1795
- /**
1796
- * **CSS Property**: `opacity`
1797
- *
1798
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/opacity
1799
- */
1800
-
1801
- '--op'?: CSSProperties['opacity'];
1802
- '--hvr-op'?: CSSProperties['opacity'];
1803
- '--focus-op'?: CSSProperties['opacity'];
1804
-
1805
- /**
1806
- * **CSS Property**: `opacity`
1807
- *
1808
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/opacity
1809
- */
1810
- '--op-tablet'?: CSSProperties['opacity'];
1811
- '--hvr-op-tablet'?: CSSProperties['opacity'];
1812
- '--focus-op-tablet'?: CSSProperties['opacity'];
1813
- /**
1814
- * **CSS Property**: `opacity`
1815
- *
1816
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/opacity
1817
- */
1818
- '--op-mobile'?: CSSProperties['opacity'];
1819
- '--hvr-op-mobile'?: CSSProperties['opacity'];
1820
- '--focus-op-mobile'?: CSSProperties['opacity'];
1821
-
1822
- /**
1823
- * **CSS Property**: `order`
1824
- *
1825
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/order
1826
- */
1827
-
1828
- '--o'?: CSSProperties['order'];
1829
- '--hvr-o'?: CSSProperties['order'];
1830
- '--focus-o'?: CSSProperties['order'];
1831
-
1832
- /**
1833
- * **CSS Property**: `order`
1834
- *
1835
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/order
1836
- */
1837
- '--o-tablet'?: CSSProperties['order'];
1838
- '--hvr-o-tablet'?: CSSProperties['order'];
1839
- '--focus-o-tablet'?: CSSProperties['order'];
1840
- /**
1841
- * **CSS Property**: `order`
1842
- *
1843
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/order
1844
- */
1845
- '--o-mobile'?: CSSProperties['order'];
1846
- '--hvr-o-mobile'?: CSSProperties['order'];
1847
- '--focus-o-mobile'?: CSSProperties['order'];
1848
-
1849
- /**
1850
- * **CSS Property**: `overflow`
1851
- *
1852
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow
1853
- */
1854
-
1855
- '--of'?: CSSProperties['overflow'];
1856
- '--hvr-of'?: CSSProperties['overflow'];
1857
- '--focus-of'?: CSSProperties['overflow'];
1858
-
1859
- /**
1860
- * **CSS Property**: `overflow`
1861
- *
1862
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow
1863
- */
1864
- '--of-tablet'?: CSSProperties['overflow'];
1865
- '--hvr-of-tablet'?: CSSProperties['overflow'];
1866
- '--focus-of-tablet'?: CSSProperties['overflow'];
1867
- /**
1868
- * **CSS Property**: `overflow`
1869
- *
1870
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow
1871
- */
1872
- '--of-mobile'?: CSSProperties['overflow'];
1873
- '--hvr-of-mobile'?: CSSProperties['overflow'];
1874
- '--focus-of-mobile'?: CSSProperties['overflow'];
1875
-
1876
- /**
1877
- * **CSS Property**: `overflow-x`
1878
- *
1879
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-x
1880
- */
1881
-
1882
- '--ofx'?: CSSProperties['overflowX'];
1883
- '--hvr-ofx'?: CSSProperties['overflowX'];
1884
- '--focus-ofx'?: CSSProperties['overflowX'];
1885
-
1886
- /**
1887
- * **CSS Property**: `overflow-x`
1888
- *
1889
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-x
1890
- */
1891
- '--ofx-tablet'?: CSSProperties['overflowX'];
1892
- '--hvr-ofx-tablet'?: CSSProperties['overflowX'];
1893
- '--focus-ofx-tablet'?: CSSProperties['overflowX'];
1894
- /**
1895
- * **CSS Property**: `overflow-x`
1896
- *
1897
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-x
1898
- */
1899
- '--ofx-mobile'?: CSSProperties['overflowX'];
1900
- '--hvr-ofx-mobile'?: CSSProperties['overflowX'];
1901
- '--focus-ofx-mobile'?: CSSProperties['overflowX'];
1902
-
1903
- /**
1904
- * **CSS Property**: `overflow-y`
1905
- *
1906
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y
1907
- */
1908
-
1909
- '--ofy'?: CSSProperties['overflowY'];
1910
- '--hvr-ofy'?: CSSProperties['overflowY'];
1911
- '--focus-ofy'?: CSSProperties['overflowY'];
1912
-
1913
- /**
1914
- * **CSS Property**: `overflow-y`
1915
- *
1916
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y
1917
- */
1918
- '--ofy-tablet'?: CSSProperties['overflowY'];
1919
- '--hvr-ofy-tablet'?: CSSProperties['overflowY'];
1920
- '--focus-ofy-tablet'?: CSSProperties['overflowY'];
1921
- /**
1922
- * **CSS Property**: `overflow-y`
1923
- *
1924
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y
1925
- */
1926
- '--ofy-mobile'?: CSSProperties['overflowY'];
1927
- '--hvr-ofy-mobile'?: CSSProperties['overflowY'];
1928
- '--focus-ofy-mobile'?: CSSProperties['overflowY'];
1929
-
1930
- /**
1931
- * **CSS Property**: `place-content`
1932
- *
1933
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/place-content
1934
- */
1935
-
1936
- '--pc'?: CSSProperties['placeContent'];
1937
- '--hvr-pc'?: CSSProperties['placeContent'];
1938
- '--focus-pc'?: CSSProperties['placeContent'];
1939
-
1940
- /**
1941
- * **CSS Property**: `place-content`
1942
- *
1943
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/place-content
1944
- */
1945
- '--pc-tablet'?: CSSProperties['placeContent'];
1946
- '--hvr-pc-tablet'?: CSSProperties['placeContent'];
1947
- '--focus-pc-tablet'?: CSSProperties['placeContent'];
1948
- /**
1949
- * **CSS Property**: `place-content`
1950
- *
1951
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/place-content
1952
- */
1953
- '--pc-mobile'?: CSSProperties['placeContent'];
1954
- '--hvr-pc-mobile'?: CSSProperties['placeContent'];
1955
- '--focus-pc-mobile'?: CSSProperties['placeContent'];
1956
-
1957
- /**
1958
- * **CSS Property**: `padding`
1959
- *
1960
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding
1961
- */
1962
-
1963
- '--p'?: CSSProperties['padding'];
1964
- '--hvr-p'?: CSSProperties['padding'];
1965
- '--focus-p'?: CSSProperties['padding'];
1966
-
1967
- /**
1968
- * **CSS Property**: `padding`
1969
- *
1970
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding
1971
- */
1972
- '--p-tablet'?: CSSProperties['padding'];
1973
- '--hvr-p-tablet'?: CSSProperties['padding'];
1974
- '--focus-p-tablet'?: CSSProperties['padding'];
1975
- /**
1976
- * **CSS Property**: `padding`
1977
- *
1978
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding
1979
- */
1980
- '--p-mobile'?: CSSProperties['padding'];
1981
- '--hvr-p-mobile'?: CSSProperties['padding'];
1982
- '--focus-p-mobile'?: CSSProperties['padding'];
1983
-
1984
- /**
1985
- * **CSS Property**: `padding-bottom`
1986
- *
1987
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-bottom
1988
- */
1989
-
1990
- '--pb'?: CSSProperties['paddingBottom'];
1991
- '--hvr-pb'?: CSSProperties['paddingBottom'];
1992
- '--focus-pb'?: CSSProperties['paddingBottom'];
1993
-
1994
- /**
1995
- * **CSS Property**: `padding-bottom`
1996
- *
1997
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-bottom
1998
- */
1999
- '--pb-tablet'?: CSSProperties['paddingBottom'];
2000
- '--hvr-pb-tablet'?: CSSProperties['paddingBottom'];
2001
- '--focus-pb-tablet'?: CSSProperties['paddingBottom'];
2002
- /**
2003
- * **CSS Property**: `padding-bottom`
2004
- *
2005
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-bottom
2006
- */
2007
- '--pb-mobile'?: CSSProperties['paddingBottom'];
2008
- '--hvr-pb-mobile'?: CSSProperties['paddingBottom'];
2009
- '--focus-pb-mobile'?: CSSProperties['paddingBottom'];
2010
-
2011
- /**
2012
- * **CSS Property**: `padding-left`
2013
- *
2014
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-left
2015
- */
2016
-
2017
- '--pl'?: CSSProperties['paddingLeft'];
2018
- '--hvr-pl'?: CSSProperties['paddingLeft'];
2019
- '--focus-pl'?: CSSProperties['paddingLeft'];
2020
-
2021
- /**
2022
- * **CSS Property**: `padding-left`
2023
- *
2024
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-left
2025
- */
2026
- '--pl-tablet'?: CSSProperties['paddingLeft'];
2027
- '--hvr-pl-tablet'?: CSSProperties['paddingLeft'];
2028
- '--focus-pl-tablet'?: CSSProperties['paddingLeft'];
2029
- /**
2030
- * **CSS Property**: `padding-left`
2031
- *
2032
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-left
2033
- */
2034
- '--pl-mobile'?: CSSProperties['paddingLeft'];
2035
- '--hvr-pl-mobile'?: CSSProperties['paddingLeft'];
2036
- '--focus-pl-mobile'?: CSSProperties['paddingLeft'];
2037
-
2038
- /**
2039
- * **CSS Property**: `padding-right`
2040
- *
2041
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-right
2042
- */
2043
-
2044
- '--pr'?: CSSProperties['paddingRight'];
2045
- '--hvr-pr'?: CSSProperties['paddingRight'];
2046
- '--focus-pr'?: CSSProperties['paddingRight'];
2047
-
2048
- /**
2049
- * **CSS Property**: `padding-right`
2050
- *
2051
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-right
2052
- */
2053
- '--pr-tablet'?: CSSProperties['paddingRight'];
2054
- '--hvr-pr-tablet'?: CSSProperties['paddingRight'];
2055
- '--focus-pr-tablet'?: CSSProperties['paddingRight'];
2056
- /**
2057
- * **CSS Property**: `padding-right`
2058
- *
2059
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-right
2060
- */
2061
- '--pr-mobile'?: CSSProperties['paddingRight'];
2062
- '--hvr-pr-mobile'?: CSSProperties['paddingRight'];
2063
- '--focus-pr-mobile'?: CSSProperties['paddingRight'];
2064
-
2065
- /**
2066
- * **CSS Property**: `padding-top`
2067
- *
2068
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-top
2069
- */
2070
-
2071
- '--pt'?: CSSProperties['paddingTop'];
2072
- '--hvr-pt'?: CSSProperties['paddingTop'];
2073
- '--focus-pt'?: CSSProperties['paddingTop'];
2074
-
2075
- /**
2076
- * **CSS Property**: `padding-top`
2077
- *
2078
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-top
2079
- */
2080
- '--pt-tablet'?: CSSProperties['paddingTop'];
2081
- '--hvr-pt-tablet'?: CSSProperties['paddingTop'];
2082
- '--focus-pt-tablet'?: CSSProperties['paddingTop'];
2083
- /**
2084
- * **CSS Property**: `padding-top`
2085
- *
2086
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-top
2087
- */
2088
- '--pt-mobile'?: CSSProperties['paddingTop'];
2089
- '--hvr-pt-mobile'?: CSSProperties['paddingTop'];
2090
- '--focus-pt-mobile'?: CSSProperties['paddingTop'];
2091
-
2092
- /**
2093
- * **CSS Property**: `pointer-events`
2094
- *
2095
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
2096
- */
2097
-
2098
- '--pe'?: CSSProperties['pointerEvents'];
2099
- '--hvr-pe'?: CSSProperties['pointerEvents'];
2100
- '--focus-pe'?: CSSProperties['pointerEvents'];
2101
-
2102
- /**
2103
- * **CSS Property**: `pointer-events`
2104
- *
2105
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
2106
- */
2107
- '--pe-tablet'?: CSSProperties['pointerEvents'];
2108
- '--hvr-pe-tablet'?: CSSProperties['pointerEvents'];
2109
- '--focus-pe-tablet'?: CSSProperties['pointerEvents'];
2110
- /**
2111
- * **CSS Property**: `pointer-events`
2112
- *
2113
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
2114
- */
2115
- '--pe-mobile'?: CSSProperties['pointerEvents'];
2116
- '--hvr-pe-mobile'?: CSSProperties['pointerEvents'];
2117
- '--focus-pe-mobile'?: CSSProperties['pointerEvents'];
2118
-
2119
- /**
2120
- * **CSS Property**: `position`
2121
- *
2122
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/position
2123
- */
2124
-
2125
- '--pos'?: CSSProperties['position'];
2126
- '--hvr-pos'?: CSSProperties['position'];
2127
- '--focus-pos'?: CSSProperties['position'];
2128
-
2129
- /**
2130
- * **CSS Property**: `position`
2131
- *
2132
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/position
2133
- */
2134
- '--pos-tablet'?: CSSProperties['position'];
2135
- '--hvr-pos-tablet'?: CSSProperties['position'];
2136
- '--focus-pos-tablet'?: CSSProperties['position'];
2137
- /**
2138
- * **CSS Property**: `position`
2139
- *
2140
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/position
2141
- */
2142
- '--pos-mobile'?: CSSProperties['position'];
2143
- '--hvr-pos-mobile'?: CSSProperties['position'];
2144
- '--focus-pos-mobile'?: CSSProperties['position'];
2145
-
2146
- /**
2147
- * **CSS Property**: `right`
2148
- *
2149
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/right
2150
- */
2151
-
2152
- '--right'?: CSSProperties['right'];
2153
- '--hvr-right'?: CSSProperties['right'];
2154
- '--focus-right'?: CSSProperties['right'];
2155
-
2156
- /**
2157
- * **CSS Property**: `right`
2158
- *
2159
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/right
2160
- */
2161
- '--right-tablet'?: CSSProperties['right'];
2162
- '--hvr-right-tablet'?: CSSProperties['right'];
2163
- '--focus-right-tablet'?: CSSProperties['right'];
2164
- /**
2165
- * **CSS Property**: `right`
2166
- *
2167
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/right
2168
- */
2169
- '--right-mobile'?: CSSProperties['right'];
2170
- '--hvr-right-mobile'?: CSSProperties['right'];
2171
- '--focus-right-mobile'?: CSSProperties['right'];
2172
-
2173
- /**
2174
- * **CSS Property**: `row-gap`
2175
- *
2176
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap
2177
- */
2178
-
2179
- '--rg'?: CSSProperties['rowGap'];
2180
- '--hvr-rg'?: CSSProperties['rowGap'];
2181
- '--focus-rg'?: CSSProperties['rowGap'];
2182
-
2183
- /**
2184
- * **CSS Property**: `row-gap`
2185
- *
2186
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap
2187
- */
2188
- '--rg-tablet'?: CSSProperties['rowGap'];
2189
- '--hvr-rg-tablet'?: CSSProperties['rowGap'];
2190
- '--focus-rg-tablet'?: CSSProperties['rowGap'];
2191
- /**
2192
- * **CSS Property**: `row-gap`
2193
- *
2194
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap
2195
- */
2196
- '--rg-mobile'?: CSSProperties['rowGap'];
2197
- '--hvr-rg-mobile'?: CSSProperties['rowGap'];
2198
- '--focus-rg-mobile'?: CSSProperties['rowGap'];
2199
-
2200
- /**
2201
- * **CSS Property**: `text-align`
2202
- *
2203
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-align
2204
- */
2205
-
2206
- '--ta'?: CSSProperties['textAlign'];
2207
- '--hvr-ta'?: CSSProperties['textAlign'];
2208
- '--focus-ta'?: CSSProperties['textAlign'];
2209
-
2210
- /**
2211
- * **CSS Property**: `text-align`
2212
- *
2213
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-align
2214
- */
2215
- '--ta-tablet'?: CSSProperties['textAlign'];
2216
- '--hvr-ta-tablet'?: CSSProperties['textAlign'];
2217
- '--focus-ta-tablet'?: CSSProperties['textAlign'];
2218
- /**
2219
- * **CSS Property**: `text-align`
2220
- *
2221
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-align
2222
- */
2223
- '--ta-mobile'?: CSSProperties['textAlign'];
2224
- '--hvr-ta-mobile'?: CSSProperties['textAlign'];
2225
- '--focus-ta-mobile'?: CSSProperties['textAlign'];
2226
-
2227
- /**
2228
- * **CSS Property**: `text-shadow`
2229
- *
2230
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow
2231
- */
2232
-
2233
- '--ts'?: CSSProperties['textShadow'];
2234
- '--hvr-ts'?: CSSProperties['textShadow'];
2235
- '--focus-ts'?: CSSProperties['textShadow'];
2236
-
2237
- /**
2238
- * **CSS Property**: `text-shadow`
2239
- *
2240
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow
2241
- */
2242
- '--ts-tablet'?: CSSProperties['textShadow'];
2243
- '--hvr-ts-tablet'?: CSSProperties['textShadow'];
2244
- '--focus-ts-tablet'?: CSSProperties['textShadow'];
2245
- /**
2246
- * **CSS Property**: `text-shadow`
2247
- *
2248
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow
2249
- */
2250
- '--ts-mobile'?: CSSProperties['textShadow'];
2251
- '--hvr-ts-mobile'?: CSSProperties['textShadow'];
2252
- '--focus-ts-mobile'?: CSSProperties['textShadow'];
2253
-
2254
- /**
2255
- * **CSS Property**: `text-transform`
2256
- *
2257
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform
2258
- */
2259
-
2260
- '--tt'?: CSSProperties['textTransform'];
2261
- '--hvr-tt'?: CSSProperties['textTransform'];
2262
- '--focus-tt'?: CSSProperties['textTransform'];
2263
-
2264
- /**
2265
- * **CSS Property**: `text-transform`
2266
- *
2267
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform
2268
- */
2269
- '--tt-tablet'?: CSSProperties['textTransform'];
2270
- '--hvr-tt-tablet'?: CSSProperties['textTransform'];
2271
- '--focus-tt-tablet'?: CSSProperties['textTransform'];
2272
- /**
2273
- * **CSS Property**: `text-transform`
2274
- *
2275
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform
2276
- */
2277
- '--tt-mobile'?: CSSProperties['textTransform'];
2278
- '--hvr-tt-mobile'?: CSSProperties['textTransform'];
2279
- '--focus-tt-mobile'?: CSSProperties['textTransform'];
2280
-
2281
- /**
2282
- * **CSS Property**: `top`
2283
- *
2284
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/top
2285
- */
2286
-
2287
- '--top'?: CSSProperties['top'];
2288
- '--hvr-top'?: CSSProperties['top'];
2289
- '--focus-top'?: CSSProperties['top'];
2290
-
2291
- /**
2292
- * **CSS Property**: `top`
2293
- *
2294
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/top
2295
- */
2296
- '--top-tablet'?: CSSProperties['top'];
2297
- '--hvr-top-tablet'?: CSSProperties['top'];
2298
- '--focus-top-tablet'?: CSSProperties['top'];
2299
- /**
2300
- * **CSS Property**: `top`
2301
- *
2302
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/top
2303
- */
2304
- '--top-mobile'?: CSSProperties['top'];
2305
- '--hvr-top-mobile'?: CSSProperties['top'];
2306
- '--focus-top-mobile'?: CSSProperties['top'];
2307
-
2308
- /**
2309
- * **CSS Property**: `transform`
2310
- *
2311
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform
2312
- */
2313
-
2314
- '--t'?: CSSProperties['transform'];
2315
- '--hvr-t'?: CSSProperties['transform'];
2316
- '--focus-t'?: CSSProperties['transform'];
2317
-
2318
- /**
2319
- * **CSS Property**: `transform`
2320
- *
2321
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform
2322
- */
2323
- '--t-tablet'?: CSSProperties['transform'];
2324
- '--hvr-t-tablet'?: CSSProperties['transform'];
2325
- '--focus-t-tablet'?: CSSProperties['transform'];
2326
- /**
2327
- * **CSS Property**: `transform`
2328
- *
2329
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform
2330
- */
2331
- '--t-mobile'?: CSSProperties['transform'];
2332
- '--hvr-t-mobile'?: CSSProperties['transform'];
2333
- '--focus-t-mobile'?: CSSProperties['transform'];
2334
-
2335
- /**
2336
- * **CSS Property**: `visibility`
2337
- *
2338
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/visibility
2339
- */
2340
-
2341
- '--v'?: CSSProperties['visibility'];
2342
- '--hvr-v'?: CSSProperties['visibility'];
2343
- '--focus-v'?: CSSProperties['visibility'];
2344
-
2345
- /**
2346
- * **CSS Property**: `visibility`
2347
- *
2348
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/visibility
2349
- */
2350
- '--v-tablet'?: CSSProperties['visibility'];
2351
- '--hvr-v-tablet'?: CSSProperties['visibility'];
2352
- '--focus-v-tablet'?: CSSProperties['visibility'];
2353
- /**
2354
- * **CSS Property**: `visibility`
2355
- *
2356
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/visibility
2357
- */
2358
- '--v-mobile'?: CSSProperties['visibility'];
2359
- '--hvr-v-mobile'?: CSSProperties['visibility'];
2360
- '--focus-v-mobile'?: CSSProperties['visibility'];
2361
-
2362
- /**
2363
- * **CSS Property**: `white-space`
2364
- *
2365
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
2366
- */
2367
-
2368
- '--ws'?: CSSProperties['whiteSpace'];
2369
- '--hvr-ws'?: CSSProperties['whiteSpace'];
2370
- '--focus-ws'?: CSSProperties['whiteSpace'];
2371
-
2372
- /**
2373
- * **CSS Property**: `white-space`
2374
- *
2375
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
2376
- */
2377
- '--ws-tablet'?: CSSProperties['whiteSpace'];
2378
- '--hvr-ws-tablet'?: CSSProperties['whiteSpace'];
2379
- '--focus-ws-tablet'?: CSSProperties['whiteSpace'];
2380
- /**
2381
- * **CSS Property**: `white-space`
2382
- *
2383
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
2384
- */
2385
- '--ws-mobile'?: CSSProperties['whiteSpace'];
2386
- '--hvr-ws-mobile'?: CSSProperties['whiteSpace'];
2387
- '--focus-ws-mobile'?: CSSProperties['whiteSpace'];
2388
-
2389
- /**
2390
- * **CSS Property**: `width`
2391
- *
2392
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/width
2393
- */
2394
-
2395
- '--w'?: CSSProperties['width'];
2396
- '--hvr-w'?: CSSProperties['width'];
2397
- '--focus-w'?: CSSProperties['width'];
2398
-
2399
- /**
2400
- * **CSS Property**: `width`
2401
- *
2402
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/width
2403
- */
2404
- '--w-tablet'?: CSSProperties['width'];
2405
- '--hvr-w-tablet'?: CSSProperties['width'];
2406
- '--focus-w-tablet'?: CSSProperties['width'];
2407
- /**
2408
- * **CSS Property**: `width`
2409
- *
2410
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/width
2411
- */
2412
- '--w-mobile'?: CSSProperties['width'];
2413
- '--hvr-w-mobile'?: CSSProperties['width'];
2414
- '--focus-w-mobile'?: CSSProperties['width'];
2415
-
2416
- /**
2417
- * **CSS Property**: `z-index`
2418
- *
2419
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index
2420
- */
2421
-
2422
- '--z'?: CSSProperties['zIndex'];
2423
- '--hvr-z'?: CSSProperties['zIndex'];
2424
- '--focus-z'?: CSSProperties['zIndex'];
2425
-
2426
- /**
2427
- * **CSS Property**: `z-index`
2428
- *
2429
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index
2430
- */
2431
- '--z-tablet'?: CSSProperties['zIndex'];
2432
- '--hvr-z-tablet'?: CSSProperties['zIndex'];
2433
- '--focus-z-tablet'?: CSSProperties['zIndex'];
2434
- /**
2435
- * **CSS Property**: `z-index`
2436
- *
2437
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index
2438
- */
2439
- '--z-mobile'?: CSSProperties['zIndex'];
2440
- '--hvr-z-mobile'?: CSSProperties['zIndex'];
2441
- '--focus-z-mobile'?: CSSProperties['zIndex'];
2442
-
2443
- /**
2444
- * **CSS Property**: `writing-mode`
2445
- *
2446
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode
2447
- */
2448
-
2449
- '--wm'?: CSSProperties['writingMode'];
2450
- '--hvr-wm'?: CSSProperties['writingMode'];
2451
- '--focus-wm'?: CSSProperties['writingMode'];
2452
-
2453
- /**
2454
- * **CSS Property**: `writing-mode`
2455
- *
2456
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode
2457
- */
2458
- '--wm-tablet'?: CSSProperties['writingMode'];
2459
- '--hvr-wm-tablet'?: CSSProperties['writingMode'];
2460
- '--focus-wm-tablet'?: CSSProperties['writingMode'];
2461
- /**
2462
- * **CSS Property**: `writing-mode`
2463
- *
2464
- * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode
2465
- */
2466
- '--wm-mobile'?: CSSProperties['writingMode'];
2467
- '--hvr-wm-mobile'?: CSSProperties['writingMode'];
2468
- '--focus-wm-mobile'?: CSSProperties['writingMode'];
2469
-
2470
- [key: string]: any;
1
+ import type * as CSS from 'csstype';
2
+
3
+ declare global {
4
+ namespace React {
5
+ // Inject additional properties on express.Request
6
+ export interface CSSProperties extends CSS.Properties<string | number> {
7
+ /**
8
+ * The index signature was removed to enable closed typing for style
9
+ * using CSSType. You're able to use type assertion or module augmentation
10
+ * to add properties or an index signature of your own.
11
+ *
12
+ * For examples and more information, visit:
13
+ * https://github.com/frenic/csstype#what-should-i-do-when-i-get-type-errors
14
+ */
15
+
16
+ /**
17
+ * **CSS Property**: `align-items`
18
+ *
19
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
20
+ */
21
+
22
+ '--ai'?: CSSProperties['alignItems'];
23
+ '--hvr-ai'?: CSSProperties['alignItems'];
24
+ '--focus-ai'?: CSSProperties['alignItems'];
25
+
26
+ /**
27
+ * **CSS Property**: `align-items`
28
+ *
29
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
30
+ */
31
+ '--ai-tablet'?: CSSProperties['alignItems'];
32
+ '--hvr-ai-tablet'?: CSSProperties['alignItems'];
33
+ '--focus-ai-tablet'?: CSSProperties['alignItems'];
34
+ /**
35
+ * **CSS Property**: `align-items`
36
+ *
37
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-items
38
+ */
39
+ '--ai-mobile'?: CSSProperties['alignItems'];
40
+ '--hvr-ai-mobile'?: CSSProperties['alignItems'];
41
+ '--focus-ai-mobile'?: CSSProperties['alignItems'];
42
+
43
+ /**
44
+ * **CSS Property**: `align-self`
45
+ *
46
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
47
+ */
48
+
49
+ '--as'?: CSSProperties['alignSelf'];
50
+ '--hvr-as'?: CSSProperties['alignSelf'];
51
+ '--focus-as'?: CSSProperties['alignSelf'];
52
+
53
+ /**
54
+ * **CSS Property**: `align-self`
55
+ *
56
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
57
+ */
58
+ '--as-tablet'?: CSSProperties['alignSelf'];
59
+ '--hvr-as-tablet'?: CSSProperties['alignSelf'];
60
+ '--focus-as-tablet'?: CSSProperties['alignSelf'];
61
+ /**
62
+ * **CSS Property**: `align-self`
63
+ *
64
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
65
+ */
66
+ '--as-mobile'?: CSSProperties['alignSelf'];
67
+ '--hvr-as-mobile'?: CSSProperties['alignSelf'];
68
+ '--focus-as-mobile'?: CSSProperties['alignSelf'];
69
+
70
+ /**
71
+ * **CSS Property**: `aspect-ratio`
72
+ *
73
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
74
+ */
75
+
76
+ '--aspect'?: CSSProperties['aspectRatio'];
77
+ '--hvr-aspect'?: CSSProperties['aspectRatio'];
78
+ '--focus-aspect'?: CSSProperties['aspectRatio'];
79
+
80
+ /**
81
+ * **CSS Property**: `aspect-ratio`
82
+ *
83
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
84
+ */
85
+ '--aspect-tablet'?: CSSProperties['aspectRatio'];
86
+ '--hvr-aspect-tablet'?: CSSProperties['aspectRatio'];
87
+ '--focus-aspect-tablet'?: CSSProperties['aspectRatio'];
88
+ /**
89
+ * **CSS Property**: `aspect-ratio`
90
+ *
91
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio
92
+ */
93
+ '--aspect-mobile'?: CSSProperties['aspectRatio'];
94
+ '--hvr-aspect-mobile'?: CSSProperties['aspectRatio'];
95
+ '--focus-aspect-mobile'?: CSSProperties['aspectRatio'];
96
+
97
+ /**
98
+ * **CSS Property**: `background`
99
+ *
100
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background
101
+ */
102
+
103
+ '--bg'?: CSSProperties['background'];
104
+ '--hvr-bg'?: CSSProperties['background'];
105
+ '--focus-bg'?: CSSProperties['background'];
106
+
107
+ /**
108
+ * **CSS Property**: `background`
109
+ *
110
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background
111
+ */
112
+ '--bg-tablet'?: CSSProperties['background'];
113
+ '--hvr-bg-tablet'?: CSSProperties['background'];
114
+ '--focus-bg-tablet'?: CSSProperties['background'];
115
+ /**
116
+ * **CSS Property**: `background`
117
+ *
118
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background
119
+ */
120
+ '--bg-mobile'?: CSSProperties['background'];
121
+ '--hvr-bg-mobile'?: CSSProperties['background'];
122
+ '--focus-bg-mobile'?: CSSProperties['background'];
123
+
124
+ /**
125
+ * **CSS Property**: `background-attachment`
126
+ *
127
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-attachment
128
+ */
129
+
130
+ '--bga'?: CSSProperties['backgroundAttachment'];
131
+ '--hvr-bga'?: CSSProperties['backgroundAttachment'];
132
+ '--focus-bga'?: CSSProperties['backgroundAttachment'];
133
+
134
+ /**
135
+ * **CSS Property**: `background-attachment`
136
+ *
137
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-attachment
138
+ */
139
+ '--bga-tablet'?: CSSProperties['backgroundAttachment'];
140
+ '--hvr-bga-tablet'?: CSSProperties['backgroundAttachment'];
141
+ '--focus-bga-tablet'?: CSSProperties['backgroundAttachment'];
142
+ /**
143
+ * **CSS Property**: `background-attachment`
144
+ *
145
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-attachment
146
+ */
147
+ '--bga-mobile'?: CSSProperties['backgroundAttachment'];
148
+ '--hvr-bga-mobile'?: CSSProperties['backgroundAttachment'];
149
+ '--focus-bga-mobile'?: CSSProperties['backgroundAttachment'];
150
+
151
+ /**
152
+ * **CSS Property**: `background-color`
153
+ *
154
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-color
155
+ */
156
+
157
+ '--bgc'?: CSSProperties['backgroundColor'];
158
+ '--hvr-bgc'?: CSSProperties['backgroundColor'];
159
+ '--focus-bgc'?: CSSProperties['backgroundColor'];
160
+
161
+ /**
162
+ * **CSS Property**: `background-color`
163
+ *
164
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-color
165
+ */
166
+ '--bgc-tablet'?: CSSProperties['backgroundColor'];
167
+ '--hvr-bgc-tablet'?: CSSProperties['backgroundColor'];
168
+ '--focus-bgc-tablet'?: CSSProperties['backgroundColor'];
169
+ /**
170
+ * **CSS Property**: `background-color`
171
+ *
172
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-color
173
+ */
174
+ '--bgc-mobile'?: CSSProperties['backgroundColor'];
175
+ '--hvr-bgc-mobile'?: CSSProperties['backgroundColor'];
176
+ '--focus-bgc-mobile'?: CSSProperties['backgroundColor'];
177
+
178
+ /**
179
+ * **CSS Property**: `background-image`
180
+ *
181
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
182
+ */
183
+
184
+ '--bgi'?: CSSProperties['backgroundImage'];
185
+ '--hvr-bgi'?: CSSProperties['backgroundImage'];
186
+ '--focus-bgi'?: CSSProperties['backgroundImage'];
187
+
188
+ /**
189
+ * **CSS Property**: `background-image`
190
+ *
191
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
192
+ */
193
+ '--bgi-tablet'?: CSSProperties['backgroundImage'];
194
+ '--hvr-bgi-tablet'?: CSSProperties['backgroundImage'];
195
+ '--focus-bgi-tablet'?: CSSProperties['backgroundImage'];
196
+ /**
197
+ * **CSS Property**: `background-image`
198
+ *
199
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
200
+ */
201
+ '--bgi-mobile'?: CSSProperties['backgroundImage'];
202
+ '--hvr-bgi-mobile'?: CSSProperties['backgroundImage'];
203
+ '--focus-bgi-mobile'?: CSSProperties['backgroundImage'];
204
+
205
+ /**
206
+ * **CSS Property**: `background-position`
207
+ *
208
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
209
+ */
210
+
211
+ '--bgp'?: CSSProperties['backgroundPosition'];
212
+ '--hvr-bgp'?: CSSProperties['backgroundPosition'];
213
+ '--focus-bgp'?: CSSProperties['backgroundPosition'];
214
+
215
+ /**
216
+ * **CSS Property**: `background-position`
217
+ *
218
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
219
+ */
220
+ '--bgp-tablet'?: CSSProperties['backgroundPosition'];
221
+ '--hvr-bgp-tablet'?: CSSProperties['backgroundPosition'];
222
+ '--focus-bgp-tablet'?: CSSProperties['backgroundPosition'];
223
+ /**
224
+ * **CSS Property**: `background-position`
225
+ *
226
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
227
+ */
228
+ '--bgp-mobile'?: CSSProperties['backgroundPosition'];
229
+ '--hvr-bgp-mobile'?: CSSProperties['backgroundPosition'];
230
+ '--focus-bgp-mobile'?: CSSProperties['backgroundPosition'];
231
+
232
+ /**
233
+ * **CSS Property**: `background-repeat`
234
+ *
235
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-repeat
236
+ */
237
+
238
+ '--bgr'?: CSSProperties['backgroundRepeat'];
239
+ '--hvr-bgr'?: CSSProperties['backgroundRepeat'];
240
+ '--focus-bgr'?: CSSProperties['backgroundRepeat'];
241
+
242
+ /**
243
+ * **CSS Property**: `background-repeat`
244
+ *
245
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-repeat
246
+ */
247
+ '--bgr-tablet'?: CSSProperties['backgroundRepeat'];
248
+ '--hvr-bgr-tablet'?: CSSProperties['backgroundRepeat'];
249
+ '--focus-bgr-tablet'?: CSSProperties['backgroundRepeat'];
250
+ /**
251
+ * **CSS Property**: `background-repeat`
252
+ *
253
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-repeat
254
+ */
255
+ '--bgr-mobile'?: CSSProperties['backgroundRepeat'];
256
+ '--hvr-bgr-mobile'?: CSSProperties['backgroundRepeat'];
257
+ '--focus-bgr-mobile'?: CSSProperties['backgroundRepeat'];
258
+
259
+ /**
260
+ * **CSS Property**: `background-size`
261
+ *
262
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-size
263
+ */
264
+
265
+ '--bgs'?: CSSProperties['backgroundSize'];
266
+ '--hvr-bgs'?: CSSProperties['backgroundSize'];
267
+ '--focus-bgs'?: CSSProperties['backgroundSize'];
268
+
269
+ /**
270
+ * **CSS Property**: `background-size`
271
+ *
272
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-size
273
+ */
274
+ '--bgs-tablet'?: CSSProperties['backgroundSize'];
275
+ '--hvr-bgs-tablet'?: CSSProperties['backgroundSize'];
276
+ '--focus-bgs-tablet'?: CSSProperties['backgroundSize'];
277
+ /**
278
+ * **CSS Property**: `background-size`
279
+ *
280
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/background-size
281
+ */
282
+ '--bgs-mobile'?: CSSProperties['backgroundSize'];
283
+ '--hvr-bgs-mobile'?: CSSProperties['backgroundSize'];
284
+ '--focus-bgs-mobile'?: CSSProperties['backgroundSize'];
285
+
286
+ /**
287
+ * **CSS Property**: `border`
288
+ *
289
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border
290
+ */
291
+
292
+ '--b'?: CSSProperties['border'];
293
+ '--hvr-b'?: CSSProperties['border'];
294
+ '--focus-b'?: CSSProperties['border'];
295
+
296
+ /**
297
+ * **CSS Property**: `border`
298
+ *
299
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border
300
+ */
301
+ '--b-tablet'?: CSSProperties['border'];
302
+ '--hvr-b-tablet'?: CSSProperties['border'];
303
+ '--focus-b-tablet'?: CSSProperties['border'];
304
+ /**
305
+ * **CSS Property**: `border`
306
+ *
307
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border
308
+ */
309
+ '--b-mobile'?: CSSProperties['border'];
310
+ '--hvr-b-mobile'?: CSSProperties['border'];
311
+ '--focus-b-mobile'?: CSSProperties['border'];
312
+
313
+ /**
314
+ * **CSS Property**: `border-bottom`
315
+ *
316
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom
317
+ */
318
+
319
+ '--bb'?: CSSProperties['borderBottom'];
320
+ '--hvr-bb'?: CSSProperties['borderBottom'];
321
+ '--focus-bb'?: CSSProperties['borderBottom'];
322
+
323
+ /**
324
+ * **CSS Property**: `border-bottom`
325
+ *
326
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom
327
+ */
328
+ '--bb-tablet'?: CSSProperties['borderBottom'];
329
+ '--hvr-bb-tablet'?: CSSProperties['borderBottom'];
330
+ '--focus-bb-tablet'?: CSSProperties['borderBottom'];
331
+ /**
332
+ * **CSS Property**: `border-bottom`
333
+ *
334
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom
335
+ */
336
+ '--bb-mobile'?: CSSProperties['borderBottom'];
337
+ '--hvr-bb-mobile'?: CSSProperties['borderBottom'];
338
+ '--focus-bb-mobile'?: CSSProperties['borderBottom'];
339
+
340
+ /**
341
+ * **CSS Property**: `border-bottom-width`
342
+ *
343
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-width
344
+ */
345
+
346
+ '--bbw'?: CSSProperties['borderBottomWidth'];
347
+ '--hvr-bbw'?: CSSProperties['borderBottomWidth'];
348
+ '--focus-bbw'?: CSSProperties['borderBottomWidth'];
349
+
350
+ /**
351
+ * **CSS Property**: `border-bottom-width`
352
+ *
353
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-width
354
+ */
355
+ '--bbw-tablet'?: CSSProperties['borderBottomWidth'];
356
+ '--hvr-bbw-tablet'?: CSSProperties['borderBottomWidth'];
357
+ '--focus-bbw-tablet'?: CSSProperties['borderBottomWidth'];
358
+ /**
359
+ * **CSS Property**: `border-bottom-width`
360
+ *
361
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-width
362
+ */
363
+ '--bbw-mobile'?: CSSProperties['borderBottomWidth'];
364
+ '--hvr-bbw-mobile'?: CSSProperties['borderBottomWidth'];
365
+ '--focus-bbw-mobile'?: CSSProperties['borderBottomWidth'];
366
+
367
+ /**
368
+ * **CSS Property**: `border-left-width`
369
+ *
370
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width
371
+ */
372
+
373
+ '--blw'?: CSSProperties['borderLeftWidth'];
374
+ '--hvr-blw'?: CSSProperties['borderLeftWidth'];
375
+ '--focus-blw'?: CSSProperties['borderLeftWidth'];
376
+
377
+ /**
378
+ * **CSS Property**: `border-left-width`
379
+ *
380
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width
381
+ */
382
+ '--blw-tablet'?: CSSProperties['borderLeftWidth'];
383
+ '--hvr-blw-tablet'?: CSSProperties['borderLeftWidth'];
384
+ '--focus-blw-tablet'?: CSSProperties['borderLeftWidth'];
385
+ /**
386
+ * **CSS Property**: `border-left-width`
387
+ *
388
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-width
389
+ */
390
+ '--blw-mobile'?: CSSProperties['borderLeftWidth'];
391
+ '--hvr-blw-mobile'?: CSSProperties['borderLeftWidth'];
392
+ '--focus-blw-mobile'?: CSSProperties['borderLeftWidth'];
393
+
394
+ /**
395
+ * **CSS Property**: `border-right-width`
396
+ *
397
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width
398
+ */
399
+
400
+ '--brw'?: CSSProperties['borderRightWidth'];
401
+ '--hvr-brw'?: CSSProperties['borderRightWidth'];
402
+ '--focus-brw'?: CSSProperties['borderRightWidth'];
403
+
404
+ /**
405
+ * **CSS Property**: `border-right-width`
406
+ *
407
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width
408
+ */
409
+ '--brw-tablet'?: CSSProperties['borderRightWidth'];
410
+ '--hvr-brw-tablet'?: CSSProperties['borderRightWidth'];
411
+ '--focus-brw-tablet'?: CSSProperties['borderRightWidth'];
412
+ /**
413
+ * **CSS Property**: `border-right-width`
414
+ *
415
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-width
416
+ */
417
+ '--brw-mobile'?: CSSProperties['borderRightWidth'];
418
+ '--hvr-brw-mobile'?: CSSProperties['borderRightWidth'];
419
+ '--focus-brw-mobile'?: CSSProperties['borderRightWidth'];
420
+
421
+ /**
422
+ * **CSS Property**: `border-top-width`
423
+ *
424
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width
425
+ */
426
+
427
+ '--btw'?: CSSProperties['borderTopWidth'];
428
+ '--hvr-btw'?: CSSProperties['borderTopWidth'];
429
+ '--focus-btw'?: CSSProperties['borderTopWidth'];
430
+
431
+ /**
432
+ * **CSS Property**: `border-top-width`
433
+ *
434
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width
435
+ */
436
+ '--btw-tablet'?: CSSProperties['borderTopWidth'];
437
+ '--hvr-btw-tablet'?: CSSProperties['borderTopWidth'];
438
+ '--focus-btw-tablet'?: CSSProperties['borderTopWidth'];
439
+ /**
440
+ * **CSS Property**: `border-top-width`
441
+ *
442
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-width
443
+ */
444
+ '--btw-mobile'?: CSSProperties['borderTopWidth'];
445
+ '--hvr-btw-mobile'?: CSSProperties['borderTopWidth'];
446
+ '--focus-btw-mobile'?: CSSProperties['borderTopWidth'];
447
+
448
+ /**
449
+ * **CSS Property**: `border-bottom-color`
450
+ *
451
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-color
452
+ */
453
+
454
+ '--bbc'?: CSSProperties['borderBottomColor'];
455
+ '--hvr-bbc'?: CSSProperties['borderBottomColor'];
456
+ '--focus-bbc'?: CSSProperties['borderBottomColor'];
457
+
458
+ /**
459
+ * **CSS Property**: `border-bottom-color`
460
+ *
461
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-color
462
+ */
463
+ '--bbc-tablet'?: CSSProperties['borderBottomColor'];
464
+ '--hvr-bbc-tablet'?: CSSProperties['borderBottomColor'];
465
+ '--focus-bbc-tablet'?: CSSProperties['borderBottomColor'];
466
+ /**
467
+ * **CSS Property**: `border-bottom-color`
468
+ *
469
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-color
470
+ */
471
+ '--bbc-mobile'?: CSSProperties['borderBottomColor'];
472
+ '--hvr-bbc-mobile'?: CSSProperties['borderBottomColor'];
473
+ '--focus-bbc-mobile'?: CSSProperties['borderBottomColor'];
474
+
475
+ /**
476
+ * **CSS Property**: `border-top-color`
477
+ *
478
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color
479
+ */
480
+
481
+ '--btc'?: CSSProperties['borderTopColor'];
482
+ '--hvr-btc'?: CSSProperties['borderTopColor'];
483
+ '--focus-btc'?: CSSProperties['borderTopColor'];
484
+
485
+ /**
486
+ * **CSS Property**: `border-top-color`
487
+ *
488
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color
489
+ */
490
+ '--btc-tablet'?: CSSProperties['borderTopColor'];
491
+ '--hvr-btc-tablet'?: CSSProperties['borderTopColor'];
492
+ '--focus-btc-tablet'?: CSSProperties['borderTopColor'];
493
+ /**
494
+ * **CSS Property**: `border-top-color`
495
+ *
496
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-color
497
+ */
498
+ '--btc-mobile'?: CSSProperties['borderTopColor'];
499
+ '--hvr-btc-mobile'?: CSSProperties['borderTopColor'];
500
+ '--focus-btc-mobile'?: CSSProperties['borderTopColor'];
501
+
502
+ /**
503
+ * **CSS Property**: `border-left-color`
504
+ *
505
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color
506
+ */
507
+
508
+ '--blc'?: CSSProperties['borderLeftColor'];
509
+ '--hvr-blc'?: CSSProperties['borderLeftColor'];
510
+ '--focus-blc'?: CSSProperties['borderLeftColor'];
511
+
512
+ /**
513
+ * **CSS Property**: `border-left-color`
514
+ *
515
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color
516
+ */
517
+ '--blc-tablet'?: CSSProperties['borderLeftColor'];
518
+ '--hvr-blc-tablet'?: CSSProperties['borderLeftColor'];
519
+ '--focus-blc-tablet'?: CSSProperties['borderLeftColor'];
520
+ /**
521
+ * **CSS Property**: `border-left-color`
522
+ *
523
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left-color
524
+ */
525
+ '--blc-mobile'?: CSSProperties['borderLeftColor'];
526
+ '--hvr-blc-mobile'?: CSSProperties['borderLeftColor'];
527
+ '--focus-blc-mobile'?: CSSProperties['borderLeftColor'];
528
+
529
+ /**
530
+ * **CSS Property**: `border-right-color`
531
+ *
532
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color
533
+ */
534
+
535
+ '--brc'?: CSSProperties['borderRightColor'];
536
+ '--hvr-brc'?: CSSProperties['borderRightColor'];
537
+ '--focus-brc'?: CSSProperties['borderRightColor'];
538
+
539
+ /**
540
+ * **CSS Property**: `border-right-color`
541
+ *
542
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color
543
+ */
544
+ '--brc-tablet'?: CSSProperties['borderRightColor'];
545
+ '--hvr-brc-tablet'?: CSSProperties['borderRightColor'];
546
+ '--focus-brc-tablet'?: CSSProperties['borderRightColor'];
547
+ /**
548
+ * **CSS Property**: `border-right-color`
549
+ *
550
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right-color
551
+ */
552
+ '--brc-mobile'?: CSSProperties['borderRightColor'];
553
+ '--hvr-brc-mobile'?: CSSProperties['borderRightColor'];
554
+ '--focus-brc-mobile'?: CSSProperties['borderRightColor'];
555
+
556
+ /**
557
+ * **CSS Property**: `border-color`
558
+ *
559
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-color
560
+ */
561
+
562
+ '--bc'?: CSSProperties['borderColor'];
563
+ '--hvr-bc'?: CSSProperties['borderColor'];
564
+ '--focus-bc'?: CSSProperties['borderColor'];
565
+
566
+ /**
567
+ * **CSS Property**: `border-color`
568
+ *
569
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-color
570
+ */
571
+ '--bc-tablet'?: CSSProperties['borderColor'];
572
+ '--hvr-bc-tablet'?: CSSProperties['borderColor'];
573
+ '--focus-bc-tablet'?: CSSProperties['borderColor'];
574
+ /**
575
+ * **CSS Property**: `border-color`
576
+ *
577
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-color
578
+ */
579
+ '--bc-mobile'?: CSSProperties['borderColor'];
580
+ '--hvr-bc-mobile'?: CSSProperties['borderColor'];
581
+ '--focus-bc-mobile'?: CSSProperties['borderColor'];
582
+
583
+ /**
584
+ * **CSS Property**: `border-bottom-left-radius`
585
+ *
586
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius
587
+ */
588
+
589
+ '--bblr'?: CSSProperties['borderBottomLeftRadius'];
590
+ '--hvr-bblr'?: CSSProperties['borderBottomLeftRadius'];
591
+ '--focus-bblr'?: CSSProperties['borderBottomLeftRadius'];
592
+
593
+ /**
594
+ * **CSS Property**: `border-bottom-left-radius`
595
+ *
596
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius
597
+ */
598
+ '--bblr-tablet'?: CSSProperties['borderBottomLeftRadius'];
599
+ '--hvr-bblr-tablet'?: CSSProperties['borderBottomLeftRadius'];
600
+ '--focus-bblr-tablet'?: CSSProperties['borderBottomLeftRadius'];
601
+ /**
602
+ * **CSS Property**: `border-bottom-left-radius`
603
+ *
604
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius
605
+ */
606
+ '--bblr-mobile'?: CSSProperties['borderBottomLeftRadius'];
607
+ '--hvr-bblr-mobile'?: CSSProperties['borderBottomLeftRadius'];
608
+ '--focus-bblr-mobile'?: CSSProperties['borderBottomLeftRadius'];
609
+
610
+ /**
611
+ * **CSS Property**: `border-bottom-right-radius`
612
+ *
613
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius
614
+ */
615
+
616
+ '--bbrr'?: CSSProperties['borderBottomRightRadius'];
617
+ '--hvr-bbrr'?: CSSProperties['borderBottomRightRadius'];
618
+ '--focus-bbrr'?: CSSProperties['borderBottomRightRadius'];
619
+
620
+ /**
621
+ * **CSS Property**: `border-bottom-right-radius`
622
+ *
623
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius
624
+ */
625
+ '--bbrr-tablet'?: CSSProperties['borderBottomRightRadius'];
626
+ '--hvr-bbrr-tablet'?: CSSProperties['borderBottomRightRadius'];
627
+ '--focus-bbrr-tablet'?: CSSProperties['borderBottomRightRadius'];
628
+ /**
629
+ * **CSS Property**: `border-bottom-right-radius`
630
+ *
631
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius
632
+ */
633
+ '--bbrr-mobile'?: CSSProperties['borderBottomRightRadius'];
634
+ '--hvr-bbrr-mobile'?: CSSProperties['borderBottomRightRadius'];
635
+ '--focus-bbrr-mobile'?: CSSProperties['borderBottomRightRadius'];
636
+
637
+ /**
638
+ * **CSS Property**: `border-left`
639
+ *
640
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left
641
+ */
642
+
643
+ '--bl'?: CSSProperties['borderLeft'];
644
+ '--hvr-bl'?: CSSProperties['borderLeft'];
645
+ '--focus-bl'?: CSSProperties['borderLeft'];
646
+
647
+ /**
648
+ * **CSS Property**: `border-left`
649
+ *
650
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left
651
+ */
652
+ '--bl-tablet'?: CSSProperties['borderLeft'];
653
+ '--hvr-bl-tablet'?: CSSProperties['borderLeft'];
654
+ '--focus-bl-tablet'?: CSSProperties['borderLeft'];
655
+ /**
656
+ * **CSS Property**: `border-left`
657
+ *
658
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-left
659
+ */
660
+ '--bl-mobile'?: CSSProperties['borderLeft'];
661
+ '--hvr-bl-mobile'?: CSSProperties['borderLeft'];
662
+ '--focus-bl-mobile'?: CSSProperties['borderLeft'];
663
+
664
+ /**
665
+ * **CSS Property**: `border-radius`
666
+ *
667
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
668
+ */
669
+
670
+ '--radius'?: CSSProperties['borderRadius'];
671
+ '--hvr-radius'?: CSSProperties['borderRadius'];
672
+ '--focus-radius'?: CSSProperties['borderRadius'];
673
+
674
+ /**
675
+ * **CSS Property**: `border-radius`
676
+ *
677
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
678
+ */
679
+ '--radius-tablet'?: CSSProperties['borderRadius'];
680
+ '--hvr-radius-tablet'?: CSSProperties['borderRadius'];
681
+ '--focus-radius-tablet'?: CSSProperties['borderRadius'];
682
+ /**
683
+ * **CSS Property**: `border-radius`
684
+ *
685
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius
686
+ */
687
+ '--radius-mobile'?: CSSProperties['borderRadius'];
688
+ '--hvr-radius-mobile'?: CSSProperties['borderRadius'];
689
+ '--focus-radius-mobile'?: CSSProperties['borderRadius'];
690
+
691
+ /**
692
+ * **CSS Property**: `border-right`
693
+ *
694
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right
695
+ */
696
+
697
+ '--br'?: CSSProperties['borderRight'];
698
+ '--hvr-br'?: CSSProperties['borderRight'];
699
+ '--focus-br'?: CSSProperties['borderRight'];
700
+
701
+ /**
702
+ * **CSS Property**: `border-right`
703
+ *
704
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right
705
+ */
706
+ '--br-tablet'?: CSSProperties['borderRight'];
707
+ '--hvr-br-tablet'?: CSSProperties['borderRight'];
708
+ '--focus-br-tablet'?: CSSProperties['borderRight'];
709
+ /**
710
+ * **CSS Property**: `border-right`
711
+ *
712
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-right
713
+ */
714
+ '--br-mobile'?: CSSProperties['borderRight'];
715
+ '--hvr-br-mobile'?: CSSProperties['borderRight'];
716
+ '--focus-br-mobile'?: CSSProperties['borderRight'];
717
+
718
+ /**
719
+ * **CSS Property**: `border-style`
720
+ *
721
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-style
722
+ */
723
+
724
+ '--bs'?: CSSProperties['borderStyle'];
725
+ '--hvr-bs'?: CSSProperties['borderStyle'];
726
+ '--focus-bs'?: CSSProperties['borderStyle'];
727
+
728
+ /**
729
+ * **CSS Property**: `border-style`
730
+ *
731
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-style
732
+ */
733
+ '--bs-tablet'?: CSSProperties['borderStyle'];
734
+ '--hvr-bs-tablet'?: CSSProperties['borderStyle'];
735
+ '--focus-bs-tablet'?: CSSProperties['borderStyle'];
736
+ /**
737
+ * **CSS Property**: `border-style`
738
+ *
739
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-style
740
+ */
741
+ '--bs-mobile'?: CSSProperties['borderStyle'];
742
+ '--hvr-bs-mobile'?: CSSProperties['borderStyle'];
743
+ '--focus-bs-mobile'?: CSSProperties['borderStyle'];
744
+
745
+ /**
746
+ * **CSS Property**: `border-top`
747
+ *
748
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top
749
+ */
750
+
751
+ '--bt'?: CSSProperties['borderTop'];
752
+ '--hvr-bt'?: CSSProperties['borderTop'];
753
+ '--focus-bt'?: CSSProperties['borderTop'];
754
+
755
+ /**
756
+ * **CSS Property**: `border-top`
757
+ *
758
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top
759
+ */
760
+ '--bt-tablet'?: CSSProperties['borderTop'];
761
+ '--hvr-bt-tablet'?: CSSProperties['borderTop'];
762
+ '--focus-bt-tablet'?: CSSProperties['borderTop'];
763
+ /**
764
+ * **CSS Property**: `border-top`
765
+ *
766
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top
767
+ */
768
+ '--bt-mobile'?: CSSProperties['borderTop'];
769
+ '--hvr-bt-mobile'?: CSSProperties['borderTop'];
770
+ '--focus-bt-mobile'?: CSSProperties['borderTop'];
771
+
772
+ /**
773
+ * **CSS Property**: `border-top-left-radius`
774
+ *
775
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius
776
+ */
777
+
778
+ '--btlr'?: CSSProperties['borderTopLeftRadius'];
779
+ '--hvr-btlr'?: CSSProperties['borderTopLeftRadius'];
780
+ '--focus-btlr'?: CSSProperties['borderTopLeftRadius'];
781
+
782
+ /**
783
+ * **CSS Property**: `border-top-left-radius`
784
+ *
785
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius
786
+ */
787
+ '--btlr-tablet'?: CSSProperties['borderTopLeftRadius'];
788
+ '--hvr-btlr-tablet'?: CSSProperties['borderTopLeftRadius'];
789
+ '--focus-btlr-tablet'?: CSSProperties['borderTopLeftRadius'];
790
+ /**
791
+ * **CSS Property**: `border-top-left-radius`
792
+ *
793
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius
794
+ */
795
+ '--btlr-mobile'?: CSSProperties['borderTopLeftRadius'];
796
+ '--hvr-btlr-mobile'?: CSSProperties['borderTopLeftRadius'];
797
+ '--focus-btlr-mobile'?: CSSProperties['borderTopLeftRadius'];
798
+
799
+ /**
800
+ * **CSS Property**: `border-top-right-radius`
801
+ *
802
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-right-radius
803
+ */
804
+
805
+ '--btrr'?: CSSProperties['borderTopRightRadius'];
806
+ '--hvr-btrr'?: CSSProperties['borderTopRightRadius'];
807
+ '--focus-btrr'?: CSSProperties['borderTopRightRadius'];
808
+
809
+ /**
810
+ * **CSS Property**: `border-top-right-radius`
811
+ *
812
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-right-radius
813
+ */
814
+ '--btrr-tablet'?: CSSProperties['borderTopRightRadius'];
815
+ '--hvr-btrr-tablet'?: CSSProperties['borderTopRightRadius'];
816
+ '--focus-btrr-tablet'?: CSSProperties['borderTopRightRadius'];
817
+ /**
818
+ * **CSS Property**: `border-top-right-radius`
819
+ *
820
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-right-radius
821
+ */
822
+ '--btrr-mobile'?: CSSProperties['borderTopRightRadius'];
823
+ '--hvr-btrr-mobile'?: CSSProperties['borderTopRightRadius'];
824
+ '--focus-btrr-mobile'?: CSSProperties['borderTopRightRadius'];
825
+
826
+ /**
827
+ * **CSS Property**: `border-width`
828
+ *
829
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-width
830
+ */
831
+
832
+ '--bw'?: CSSProperties['borderWidth'];
833
+ '--hvr-bw'?: CSSProperties['borderWidth'];
834
+ '--focus-bw'?: CSSProperties['borderWidth'];
835
+
836
+ /**
837
+ * **CSS Property**: `border-width`
838
+ *
839
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-width
840
+ */
841
+ '--bw-tablet'?: CSSProperties['borderWidth'];
842
+ '--hvr-bw-tablet'?: CSSProperties['borderWidth'];
843
+ '--focus-bw-tablet'?: CSSProperties['borderWidth'];
844
+ /**
845
+ * **CSS Property**: `border-width`
846
+ *
847
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/border-width
848
+ */
849
+ '--bw-mobile'?: CSSProperties['borderWidth'];
850
+ '--hvr-bw-mobile'?: CSSProperties['borderWidth'];
851
+ '--focus-bw-mobile'?: CSSProperties['borderWidth'];
852
+
853
+ /**
854
+ * **CSS Property**: `bottom`
855
+ *
856
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/bottom
857
+ */
858
+
859
+ '--bottom'?: CSSProperties['bottom'];
860
+ '--hvr-bottom'?: CSSProperties['bottom'];
861
+ '--focus-bottom'?: CSSProperties['bottom'];
862
+
863
+ /**
864
+ * **CSS Property**: `bottom`
865
+ *
866
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/bottom
867
+ */
868
+ '--bottom-tablet'?: CSSProperties['bottom'];
869
+ '--hvr-bottom-tablet'?: CSSProperties['bottom'];
870
+ '--focus-bottom-tablet'?: CSSProperties['bottom'];
871
+ /**
872
+ * **CSS Property**: `bottom`
873
+ *
874
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/bottom
875
+ */
876
+ '--bottom-mobile'?: CSSProperties['bottom'];
877
+ '--hvr-bottom-mobile'?: CSSProperties['bottom'];
878
+ '--focus-bottom-mobile'?: CSSProperties['bottom'];
879
+
880
+ /**
881
+ * **CSS Property**: `box-shadow`
882
+ *
883
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
884
+ */
885
+
886
+ '--shadow'?: CSSProperties['boxShadow'];
887
+ '--hvr-shadow'?: CSSProperties['boxShadow'];
888
+ '--focus-shadow'?: CSSProperties['boxShadow'];
889
+
890
+ /**
891
+ * **CSS Property**: `box-shadow`
892
+ *
893
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
894
+ */
895
+ '--shadow-tablet'?: CSSProperties['boxShadow'];
896
+ '--hvr-shadow-tablet'?: CSSProperties['boxShadow'];
897
+ '--focus-shadow-tablet'?: CSSProperties['boxShadow'];
898
+ /**
899
+ * **CSS Property**: `box-shadow`
900
+ *
901
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
902
+ */
903
+ '--shadow-mobile'?: CSSProperties['boxShadow'];
904
+ '--hvr-shadow-mobile'?: CSSProperties['boxShadow'];
905
+ '--focus-shadow-mobile'?: CSSProperties['boxShadow'];
906
+
907
+ /**
908
+ * **CSS Property**: `color`
909
+ *
910
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/color
911
+ */
912
+
913
+ '--c'?: CSSProperties['color'];
914
+ '--hvr-c'?: CSSProperties['color'];
915
+ '--focus-c'?: CSSProperties['color'];
916
+
917
+ /**
918
+ * **CSS Property**: `color`
919
+ *
920
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/color
921
+ */
922
+ '--c-tablet'?: CSSProperties['color'];
923
+ '--hvr-c-tablet'?: CSSProperties['color'];
924
+ '--focus-c-tablet'?: CSSProperties['color'];
925
+ /**
926
+ * **CSS Property**: `color`
927
+ *
928
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/color
929
+ */
930
+ '--c-mobile'?: CSSProperties['color'];
931
+ '--hvr-c-mobile'?: CSSProperties['color'];
932
+ '--focus-c-mobile'?: CSSProperties['color'];
933
+
934
+ /**
935
+ * **CSS Property**: `column-gap`
936
+ *
937
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap
938
+ */
939
+
940
+ '--cg'?: CSSProperties['columnGap'];
941
+ '--hvr-cg'?: CSSProperties['columnGap'];
942
+ '--focus-cg'?: CSSProperties['columnGap'];
943
+
944
+ /**
945
+ * **CSS Property**: `column-gap`
946
+ *
947
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap
948
+ */
949
+ '--cg-tablet'?: CSSProperties['columnGap'];
950
+ '--hvr-cg-tablet'?: CSSProperties['columnGap'];
951
+ '--focus-cg-tablet'?: CSSProperties['columnGap'];
952
+ /**
953
+ * **CSS Property**: `column-gap`
954
+ *
955
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap
956
+ */
957
+ '--cg-mobile'?: CSSProperties['columnGap'];
958
+ '--hvr-cg-mobile'?: CSSProperties['columnGap'];
959
+ '--focus-cg-mobile'?: CSSProperties['columnGap'];
960
+
961
+ /**
962
+ * **CSS Property**: `display`
963
+ *
964
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/display
965
+ */
966
+
967
+ '--d'?: CSSProperties['display'];
968
+ '--hvr-d'?: CSSProperties['display'];
969
+ '--focus-d'?: CSSProperties['display'];
970
+
971
+ /**
972
+ * **CSS Property**: `display`
973
+ *
974
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/display
975
+ */
976
+ '--d-tablet'?: CSSProperties['display'];
977
+ '--hvr-d-tablet'?: CSSProperties['display'];
978
+ '--focus-d-tablet'?: CSSProperties['display'];
979
+ /**
980
+ * **CSS Property**: `display`
981
+ *
982
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/display
983
+ */
984
+ '--d-mobile'?: CSSProperties['display'];
985
+ '--hvr-d-mobile'?: CSSProperties['display'];
986
+ '--focus-d-mobile'?: CSSProperties['display'];
987
+
988
+ /**
989
+ * **CSS Property**: `flex-direction`
990
+ *
991
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction
992
+ */
993
+
994
+ '--fd'?: CSSProperties['flexDirection'];
995
+ '--hvr-fd'?: CSSProperties['flexDirection'];
996
+ '--focus-fd'?: CSSProperties['flexDirection'];
997
+
998
+ /**
999
+ * **CSS Property**: `flex-direction`
1000
+ *
1001
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction
1002
+ */
1003
+ '--fd-tablet'?: CSSProperties['flexDirection'];
1004
+ '--hvr-fd-tablet'?: CSSProperties['flexDirection'];
1005
+ '--focus-fd-tablet'?: CSSProperties['flexDirection'];
1006
+ /**
1007
+ * **CSS Property**: `flex-direction`
1008
+ *
1009
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction
1010
+ */
1011
+ '--fd-mobile'?: CSSProperties['flexDirection'];
1012
+ '--hvr-fd-mobile'?: CSSProperties['flexDirection'];
1013
+ '--focus-fd-mobile'?: CSSProperties['flexDirection'];
1014
+
1015
+ /**
1016
+ * **CSS Property**: `font-family`
1017
+ *
1018
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
1019
+ */
1020
+
1021
+ '--ff'?: CSSProperties['fontFamily'];
1022
+ '--hvr-ff'?: CSSProperties['fontFamily'];
1023
+ '--focus-ff'?: CSSProperties['fontFamily'];
1024
+
1025
+ /**
1026
+ * **CSS Property**: `font-family`
1027
+ *
1028
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
1029
+ */
1030
+ '--ff-tablet'?: CSSProperties['fontFamily'];
1031
+ '--hvr-ff-tablet'?: CSSProperties['fontFamily'];
1032
+ '--focus-ff-tablet'?: CSSProperties['fontFamily'];
1033
+ /**
1034
+ * **CSS Property**: `font-family`
1035
+ *
1036
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
1037
+ */
1038
+ '--ff-mobile'?: CSSProperties['fontFamily'];
1039
+ '--hvr-ff-mobile'?: CSSProperties['fontFamily'];
1040
+ '--focus-ff-mobile'?: CSSProperties['fontFamily'];
1041
+
1042
+ /**
1043
+ * **CSS Property**: `font-size`
1044
+ *
1045
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-size
1046
+ */
1047
+
1048
+ '--size'?: CSSProperties['fontSize'];
1049
+ '--hvr-size'?: CSSProperties['fontSize'];
1050
+ '--focus-size'?: CSSProperties['fontSize'];
1051
+
1052
+ /**
1053
+ * **CSS Property**: `font-size`
1054
+ *
1055
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-size
1056
+ */
1057
+ '--size-tablet'?: CSSProperties['fontSize'];
1058
+ '--hvr-size-tablet'?: CSSProperties['fontSize'];
1059
+ '--focus-size-tablet'?: CSSProperties['fontSize'];
1060
+ /**
1061
+ * **CSS Property**: `font-size`
1062
+ *
1063
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-size
1064
+ */
1065
+ '--size-mobile'?: CSSProperties['fontSize'];
1066
+ '--hvr-size-mobile'?: CSSProperties['fontSize'];
1067
+ '--focus-size-mobile'?: CSSProperties['fontSize'];
1068
+
1069
+ /**
1070
+ * **CSS Property**: `font-weight`
1071
+ *
1072
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
1073
+ */
1074
+
1075
+ '--weight'?: CSSProperties['fontWeight'];
1076
+ '--hvr-weight'?: CSSProperties['fontWeight'];
1077
+ '--focus-weight'?: CSSProperties['fontWeight'];
1078
+
1079
+ /**
1080
+ * **CSS Property**: `font-weight`
1081
+ *
1082
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
1083
+ */
1084
+ '--weight-tablet'?: CSSProperties['fontWeight'];
1085
+ '--hvr-weight-tablet'?: CSSProperties['fontWeight'];
1086
+ '--focus-weight-tablet'?: CSSProperties['fontWeight'];
1087
+ /**
1088
+ * **CSS Property**: `font-weight`
1089
+ *
1090
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
1091
+ */
1092
+ '--weight-mobile'?: CSSProperties['fontWeight'];
1093
+ '--hvr-weight-mobile'?: CSSProperties['fontWeight'];
1094
+ '--focus-weight-mobile'?: CSSProperties['fontWeight'];
1095
+
1096
+ /**
1097
+ * **CSS Property**: `font-style`
1098
+ *
1099
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
1100
+ */
1101
+
1102
+ '--fs'?: CSSProperties['fontStyle'];
1103
+ '--hvr-fs'?: CSSProperties['fontStyle'];
1104
+ '--focus-fs'?: CSSProperties['fontStyle'];
1105
+
1106
+ /**
1107
+ * **CSS Property**: `font-style`
1108
+ *
1109
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
1110
+ */
1111
+ '--fs-tablet'?: CSSProperties['fontStyle'];
1112
+ '--hvr-fs-tablet'?: CSSProperties['fontStyle'];
1113
+ '--focus-fs-tablet'?: CSSProperties['fontStyle'];
1114
+ /**
1115
+ * **CSS Property**: `font-style`
1116
+ *
1117
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style
1118
+ */
1119
+ '--fs-mobile'?: CSSProperties['fontStyle'];
1120
+ '--hvr-fs-mobile'?: CSSProperties['fontStyle'];
1121
+ '--focus-fs-mobile'?: CSSProperties['fontStyle'];
1122
+
1123
+ /**
1124
+ * **CSS Property**: `grid-gap`
1125
+ *
1126
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
1127
+ */
1128
+
1129
+ '--gg'?: CSSProperties['gridGap'];
1130
+ '--hvr-gg'?: CSSProperties['gridGap'];
1131
+ '--focus-gg'?: CSSProperties['gridGap'];
1132
+
1133
+ /**
1134
+ * **CSS Property**: `grid-gap`
1135
+ *
1136
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
1137
+ */
1138
+ '--gg-tablet'?: CSSProperties['gridGap'];
1139
+ '--hvr-gg-tablet'?: CSSProperties['gridGap'];
1140
+ '--focus-gg-tablet'?: CSSProperties['gridGap'];
1141
+ /**
1142
+ * **CSS Property**: `grid-gap`
1143
+ *
1144
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
1145
+ */
1146
+ '--gg-mobile'?: CSSProperties['gridGap'];
1147
+ '--hvr-gg-mobile'?: CSSProperties['gridGap'];
1148
+ '--focus-gg-mobile'?: CSSProperties['gridGap'];
1149
+
1150
+ /**
1151
+ * **CSS Property**: `grid-row`
1152
+ *
1153
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1154
+ */
1155
+
1156
+ '--gr'?: CSSProperties['gridRow'];
1157
+ '--hvr-gr'?: CSSProperties['gridRow'];
1158
+ '--focus-gr'?: CSSProperties['gridRow'];
1159
+
1160
+ /**
1161
+ * **CSS Property**: `grid-row`
1162
+ *
1163
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1164
+ */
1165
+ '--gr-tablet'?: CSSProperties['gridRow'];
1166
+ '--hvr-gr-tablet'?: CSSProperties['gridRow'];
1167
+ '--focus-gr-tablet'?: CSSProperties['gridRow'];
1168
+ /**
1169
+ * **CSS Property**: `grid-row`
1170
+ *
1171
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1172
+ */
1173
+ '--gr-mobile'?: CSSProperties['gridRow'];
1174
+ '--hvr-gr-mobile'?: CSSProperties['gridRow'];
1175
+ '--focus-gr-mobile'?: CSSProperties['gridRow'];
1176
+
1177
+ /**
1178
+ * **CSS Property**: `grid-template-columns`
1179
+ *
1180
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
1181
+ */
1182
+
1183
+ '--gtc'?: CSSProperties['gridTemplateColumns'];
1184
+ '--hvr-gtc'?: CSSProperties['gridTemplateColumns'];
1185
+ '--focus-gtc'?: CSSProperties['gridTemplateColumns'];
1186
+
1187
+ /**
1188
+ * **CSS Property**: `grid-template-columns`
1189
+ *
1190
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
1191
+ */
1192
+ '--gtc-tablet'?: CSSProperties['gridTemplateColumns'];
1193
+ '--hvr-gtc-tablet'?: CSSProperties['gridTemplateColumns'];
1194
+ '--focus-gtc-tablet'?: CSSProperties['gridTemplateColumns'];
1195
+ /**
1196
+ * **CSS Property**: `grid-template-columns`
1197
+ *
1198
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
1199
+ */
1200
+ '--gtc-mobile'?: CSSProperties['gridTemplateColumns'];
1201
+ '--hvr-gtc-mobile'?: CSSProperties['gridTemplateColumns'];
1202
+ '--focus-gtc-mobile'?: CSSProperties['gridTemplateColumns'];
1203
+
1204
+ /**
1205
+ * **CSS Property**: `grid-template-rows`
1206
+ *
1207
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1208
+ */
1209
+
1210
+ '--gtr'?: CSSProperties['gridTemplateRows'];
1211
+ '--hvr-gtr'?: CSSProperties['gridTemplateRows'];
1212
+ '--focus-gtr'?: CSSProperties['gridTemplateRows'];
1213
+
1214
+ /**
1215
+ * **CSS Property**: `grid-template-rows`
1216
+ *
1217
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1218
+ */
1219
+ '--gtr-tablet'?: CSSProperties['gridTemplateRows'];
1220
+ '--hvr-gtr-tablet'?: CSSProperties['gridTemplateRows'];
1221
+ '--focus-gtr-tablet'?: CSSProperties['gridTemplateRows'];
1222
+ /**
1223
+ * **CSS Property**: `grid-template-rows`
1224
+ *
1225
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1226
+ */
1227
+ '--gtr-mobile'?: CSSProperties['gridTemplateRows'];
1228
+ '--hvr-gtr-mobile'?: CSSProperties['gridTemplateRows'];
1229
+ '--focus-gtr-mobile'?: CSSProperties['gridTemplateRows'];
1230
+
1231
+ /**
1232
+ * **CSS Property**: `height`
1233
+ *
1234
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/height
1235
+ */
1236
+
1237
+ '--h'?: CSSProperties['height'];
1238
+ '--hvr-h'?: CSSProperties['height'];
1239
+ '--focus-h'?: CSSProperties['height'];
1240
+
1241
+ /**
1242
+ * **CSS Property**: `height`
1243
+ *
1244
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/height
1245
+ */
1246
+ '--h-tablet'?: CSSProperties['height'];
1247
+ '--hvr-h-tablet'?: CSSProperties['height'];
1248
+ '--focus-h-tablet'?: CSSProperties['height'];
1249
+ /**
1250
+ * **CSS Property**: `height`
1251
+ *
1252
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/height
1253
+ */
1254
+ '--h-mobile'?: CSSProperties['height'];
1255
+ '--hvr-h-mobile'?: CSSProperties['height'];
1256
+ '--focus-h-mobile'?: CSSProperties['height'];
1257
+
1258
+ /**
1259
+ * **CSS Property**: `justify-content`
1260
+ *
1261
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
1262
+ */
1263
+
1264
+ '--jc'?: CSSProperties['justifyContent'];
1265
+ '--hvr-jc'?: CSSProperties['justifyContent'];
1266
+ '--focus-jc'?: CSSProperties['justifyContent'];
1267
+
1268
+ /**
1269
+ * **CSS Property**: `justify-content`
1270
+ *
1271
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
1272
+ */
1273
+ '--jc-tablet'?: CSSProperties['justifyContent'];
1274
+ '--hvr-jc-tablet'?: CSSProperties['justifyContent'];
1275
+ '--focus-jc-tablet'?: CSSProperties['justifyContent'];
1276
+ /**
1277
+ * **CSS Property**: `justify-content`
1278
+ *
1279
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content
1280
+ */
1281
+ '--jc-mobile'?: CSSProperties['justifyContent'];
1282
+ '--hvr-jc-mobile'?: CSSProperties['justifyContent'];
1283
+ '--focus-jc-mobile'?: CSSProperties['justifyContent'];
1284
+
1285
+ /**
1286
+ * **CSS Property**: `justify-self`
1287
+ *
1288
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self
1289
+ */
1290
+
1291
+ '--js'?: CSSProperties['justifySelf'];
1292
+ '--hvr-js'?: CSSProperties['justifySelf'];
1293
+ '--focus-js'?: CSSProperties['justifySelf'];
1294
+
1295
+ /**
1296
+ * **CSS Property**: `justify-self`
1297
+ *
1298
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self
1299
+ */
1300
+ '--js-tablet'?: CSSProperties['justifySelf'];
1301
+ '--hvr-js-tablet'?: CSSProperties['justifySelf'];
1302
+ '--focus-js-tablet'?: CSSProperties['justifySelf'];
1303
+ /**
1304
+ * **CSS Property**: `justify-self`
1305
+ *
1306
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self
1307
+ */
1308
+ '--js-mobile'?: CSSProperties['justifySelf'];
1309
+ '--hvr-js-mobile'?: CSSProperties['justifySelf'];
1310
+ '--focus-js-mobile'?: CSSProperties['justifySelf'];
1311
+
1312
+ /**
1313
+ * **CSS Property**: `left`
1314
+ *
1315
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/left
1316
+ */
1317
+
1318
+ '--left'?: CSSProperties['left'];
1319
+ '--hvr-left'?: CSSProperties['left'];
1320
+ '--focus-left'?: CSSProperties['left'];
1321
+
1322
+ /**
1323
+ * **CSS Property**: `left`
1324
+ *
1325
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/left
1326
+ */
1327
+ '--left-tablet'?: CSSProperties['left'];
1328
+ '--hvr-left-tablet'?: CSSProperties['left'];
1329
+ '--focus-left-tablet'?: CSSProperties['left'];
1330
+ /**
1331
+ * **CSS Property**: `left`
1332
+ *
1333
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/left
1334
+ */
1335
+ '--left-mobile'?: CSSProperties['left'];
1336
+ '--hvr-left-mobile'?: CSSProperties['left'];
1337
+ '--focus-left-mobile'?: CSSProperties['left'];
1338
+
1339
+ /**
1340
+ * **CSS Property**: `letter-spacing`
1341
+ *
1342
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing
1343
+ */
1344
+
1345
+ '--ls'?: CSSProperties['letterSpacing'];
1346
+ '--hvr-ls'?: CSSProperties['letterSpacing'];
1347
+ '--focus-ls'?: CSSProperties['letterSpacing'];
1348
+
1349
+ /**
1350
+ * **CSS Property**: `letter-spacing`
1351
+ *
1352
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing
1353
+ */
1354
+ '--ls-tablet'?: CSSProperties['letterSpacing'];
1355
+ '--hvr-ls-tablet'?: CSSProperties['letterSpacing'];
1356
+ '--focus-ls-tablet'?: CSSProperties['letterSpacing'];
1357
+ /**
1358
+ * **CSS Property**: `letter-spacing`
1359
+ *
1360
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/letter-spacing
1361
+ */
1362
+ '--ls-mobile'?: CSSProperties['letterSpacing'];
1363
+ '--hvr-ls-mobile'?: CSSProperties['letterSpacing'];
1364
+ '--focus-ls-mobile'?: CSSProperties['letterSpacing'];
1365
+
1366
+ /**
1367
+ * **CSS Property**: `-webkit-line-clamp`
1368
+ *
1369
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp
1370
+ */
1371
+
1372
+ '--line-clamp'?: CSSProperties['webkitLineClamp'];
1373
+ '--hvr-line-clamp'?: CSSProperties['webkitLineClamp'];
1374
+ '--focus-line-clamp'?: CSSProperties['webkitLineClamp'];
1375
+
1376
+ /**
1377
+ * **CSS Property**: `-webkit-line-clamp`
1378
+ *
1379
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp
1380
+ */
1381
+ '--line-clamp-tablet'?: CSSProperties['webkitLineClamp'];
1382
+ '--hvr-line-clamp-tablet'?: CSSProperties['webkitLineClamp'];
1383
+ '--focus-line-clamp-tablet'?: CSSProperties['webkitLineClamp'];
1384
+ /**
1385
+ * **CSS Property**: `-webkit-line-clamp`
1386
+ *
1387
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp
1388
+ */
1389
+ '--line-clamp-mobile'?: CSSProperties['webkitLineClamp'];
1390
+ '--hvr-line-clamp-mobile'?: CSSProperties['webkitLineClamp'];
1391
+ '--focus-line-clamp-mobile'?: CSSProperties['webkitLineClamp'];
1392
+
1393
+ /**
1394
+ * **CSS Property**: `line-height`
1395
+ *
1396
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
1397
+ */
1398
+
1399
+ '--lh'?: CSSProperties['lineHeight'];
1400
+ '--hvr-lh'?: CSSProperties['lineHeight'];
1401
+ '--focus-lh'?: CSSProperties['lineHeight'];
1402
+
1403
+ /**
1404
+ * **CSS Property**: `line-height`
1405
+ *
1406
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
1407
+ */
1408
+ '--lh-tablet'?: CSSProperties['lineHeight'];
1409
+ '--hvr-lh-tablet'?: CSSProperties['lineHeight'];
1410
+ '--focus-lh-tablet'?: CSSProperties['lineHeight'];
1411
+ /**
1412
+ * **CSS Property**: `line-height`
1413
+ *
1414
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
1415
+ */
1416
+ '--lh-mobile'?: CSSProperties['lineHeight'];
1417
+ '--hvr-lh-mobile'?: CSSProperties['lineHeight'];
1418
+ '--focus-lh-mobile'?: CSSProperties['lineHeight'];
1419
+
1420
+ /**
1421
+ * **CSS Property**: `text-decoration-thickness`
1422
+ *
1423
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-thickness
1424
+ */
1425
+
1426
+ '--tdt'?: CSSProperties['textDecorationThickness'];
1427
+ '--hvr-tdt'?: CSSProperties['textDecorationThickness'];
1428
+ '--focus-tdt'?: CSSProperties['textDecorationThickness'];
1429
+
1430
+ /**
1431
+ * **CSS Property**: `text-decoration-thickness`
1432
+ *
1433
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-thickness
1434
+ */
1435
+ '--tdt-tablet'?: CSSProperties['textDecorationThickness'];
1436
+ '--hvr-tdt-tablet'?: CSSProperties['textDecorationThickness'];
1437
+ '--focus-tdt-tablet'?: CSSProperties['textDecorationThickness'];
1438
+ /**
1439
+ * **CSS Property**: `text-decoration-thickness`
1440
+ *
1441
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-thickness
1442
+ */
1443
+ '--tdt-mobile'?: CSSProperties['textDecorationThickness'];
1444
+ '--hvr-tdt-mobile'?: CSSProperties['textDecorationThickness'];
1445
+ '--focus-tdt-mobile'?: CSSProperties['textDecorationThickness'];
1446
+
1447
+ /**
1448
+ * **CSS Property**: `text-decoration-color`
1449
+ *
1450
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-color
1451
+ */
1452
+
1453
+ '--tdc'?: CSSProperties['textDecorationColor'];
1454
+ '--hvr-tdc'?: CSSProperties['textDecorationColor'];
1455
+ '--focus-tdc'?: CSSProperties['textDecorationColor'];
1456
+
1457
+ /**
1458
+ * **CSS Property**: `text-decoration-color`
1459
+ *
1460
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-color
1461
+ */
1462
+ '--tdc-tablet'?: CSSProperties['textDecorationColor'];
1463
+ '--hvr-tdc-tablet'?: CSSProperties['textDecorationColor'];
1464
+ '--focus-tdc-tablet'?: CSSProperties['textDecorationColor'];
1465
+ /**
1466
+ * **CSS Property**: `text-decoration-color`
1467
+ *
1468
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-color
1469
+ */
1470
+ '--tdc-mobile'?: CSSProperties['textDecorationColor'];
1471
+ '--hvr-tdc-mobile'?: CSSProperties['textDecorationColor'];
1472
+ '--focus-tdc-mobile'?: CSSProperties['textDecorationColor'];
1473
+
1474
+ /**
1475
+ * **CSS Property**: `text-decoration-line`
1476
+ *
1477
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-line
1478
+ */
1479
+
1480
+ '--tdl'?: CSSProperties['textDecorationLine'];
1481
+ '--hvr-tdl'?: CSSProperties['textDecorationLine'];
1482
+ '--focus-tdl'?: CSSProperties['textDecorationLine'];
1483
+
1484
+ /**
1485
+ * **CSS Property**: `text-decoration-line`
1486
+ *
1487
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-line
1488
+ */
1489
+ '--tdl-tablet'?: CSSProperties['textDecorationLine'];
1490
+ '--hvr-tdl-tablet'?: CSSProperties['textDecorationLine'];
1491
+ '--focus-tdl-tablet'?: CSSProperties['textDecorationLine'];
1492
+ /**
1493
+ * **CSS Property**: `text-decoration-line`
1494
+ *
1495
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-line
1496
+ */
1497
+ '--tdl-mobile'?: CSSProperties['textDecorationLine'];
1498
+ '--hvr-tdl-mobile'?: CSSProperties['textDecorationLine'];
1499
+ '--focus-tdl-mobile'?: CSSProperties['textDecorationLine'];
1500
+
1501
+ /**
1502
+ * **CSS Property**: `margin`
1503
+ *
1504
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin
1505
+ */
1506
+
1507
+ '--m'?: CSSProperties['margin'];
1508
+ '--hvr-m'?: CSSProperties['margin'];
1509
+ '--focus-m'?: CSSProperties['margin'];
1510
+
1511
+ /**
1512
+ * **CSS Property**: `margin`
1513
+ *
1514
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin
1515
+ */
1516
+ '--m-tablet'?: CSSProperties['margin'];
1517
+ '--hvr-m-tablet'?: CSSProperties['margin'];
1518
+ '--focus-m-tablet'?: CSSProperties['margin'];
1519
+ /**
1520
+ * **CSS Property**: `margin`
1521
+ *
1522
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin
1523
+ */
1524
+ '--m-mobile'?: CSSProperties['margin'];
1525
+ '--hvr-m-mobile'?: CSSProperties['margin'];
1526
+ '--focus-m-mobile'?: CSSProperties['margin'];
1527
+
1528
+ /**
1529
+ * **CSS Property**: `margin-bottom`
1530
+ *
1531
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom
1532
+ */
1533
+
1534
+ '--mb'?: CSSProperties['marginBottom'];
1535
+ '--hvr-mb'?: CSSProperties['marginBottom'];
1536
+ '--focus-mb'?: CSSProperties['marginBottom'];
1537
+
1538
+ /**
1539
+ * **CSS Property**: `margin-bottom`
1540
+ *
1541
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom
1542
+ */
1543
+ '--mb-tablet'?: CSSProperties['marginBottom'];
1544
+ '--hvr-mb-tablet'?: CSSProperties['marginBottom'];
1545
+ '--focus-mb-tablet'?: CSSProperties['marginBottom'];
1546
+ /**
1547
+ * **CSS Property**: `margin-bottom`
1548
+ *
1549
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-bottom
1550
+ */
1551
+ '--mb-mobile'?: CSSProperties['marginBottom'];
1552
+ '--hvr-mb-mobile'?: CSSProperties['marginBottom'];
1553
+ '--focus-mb-mobile'?: CSSProperties['marginBottom'];
1554
+
1555
+ /**
1556
+ * **CSS Property**: `margin-left`
1557
+ *
1558
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left
1559
+ */
1560
+
1561
+ '--ml'?: CSSProperties['marginLeft'];
1562
+ '--hvr-ml'?: CSSProperties['marginLeft'];
1563
+ '--focus-ml'?: CSSProperties['marginLeft'];
1564
+
1565
+ /**
1566
+ * **CSS Property**: `margin-left`
1567
+ *
1568
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left
1569
+ */
1570
+ '--ml-tablet'?: CSSProperties['marginLeft'];
1571
+ '--hvr-ml-tablet'?: CSSProperties['marginLeft'];
1572
+ '--focus-ml-tablet'?: CSSProperties['marginLeft'];
1573
+ /**
1574
+ * **CSS Property**: `margin-left`
1575
+ *
1576
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-left
1577
+ */
1578
+ '--ml-mobile'?: CSSProperties['marginLeft'];
1579
+ '--hvr-ml-mobile'?: CSSProperties['marginLeft'];
1580
+ '--focus-ml-mobile'?: CSSProperties['marginLeft'];
1581
+
1582
+ /**
1583
+ * **CSS Property**: `margin-right`
1584
+ *
1585
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right
1586
+ */
1587
+
1588
+ '--mr'?: CSSProperties['marginRight'];
1589
+ '--hvr-mr'?: CSSProperties['marginRight'];
1590
+ '--focus-mr'?: CSSProperties['marginRight'];
1591
+
1592
+ /**
1593
+ * **CSS Property**: `margin-right`
1594
+ *
1595
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right
1596
+ */
1597
+ '--mr-tablet'?: CSSProperties['marginRight'];
1598
+ '--hvr-mr-tablet'?: CSSProperties['marginRight'];
1599
+ '--focus-mr-tablet'?: CSSProperties['marginRight'];
1600
+ /**
1601
+ * **CSS Property**: `margin-right`
1602
+ *
1603
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-right
1604
+ */
1605
+ '--mr-mobile'?: CSSProperties['marginRight'];
1606
+ '--hvr-mr-mobile'?: CSSProperties['marginRight'];
1607
+ '--focus-mr-mobile'?: CSSProperties['marginRight'];
1608
+
1609
+ /**
1610
+ * **CSS Property**: `margin-top`
1611
+ *
1612
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top
1613
+ */
1614
+
1615
+ '--mt'?: CSSProperties['marginTop'];
1616
+ '--hvr-mt'?: CSSProperties['marginTop'];
1617
+ '--focus-mt'?: CSSProperties['marginTop'];
1618
+
1619
+ /**
1620
+ * **CSS Property**: `margin-top`
1621
+ *
1622
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top
1623
+ */
1624
+ '--mt-tablet'?: CSSProperties['marginTop'];
1625
+ '--hvr-mt-tablet'?: CSSProperties['marginTop'];
1626
+ '--focus-mt-tablet'?: CSSProperties['marginTop'];
1627
+ /**
1628
+ * **CSS Property**: `margin-top`
1629
+ *
1630
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/margin-top
1631
+ */
1632
+ '--mt-mobile'?: CSSProperties['marginTop'];
1633
+ '--hvr-mt-mobile'?: CSSProperties['marginTop'];
1634
+ '--focus-mt-mobile'?: CSSProperties['marginTop'];
1635
+
1636
+ /**
1637
+ * **CSS Property**: `max-height`
1638
+ *
1639
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-height
1640
+ */
1641
+
1642
+ '--maxh'?: CSSProperties['maxHeight'];
1643
+ '--hvr-maxh'?: CSSProperties['maxHeight'];
1644
+ '--focus-maxh'?: CSSProperties['maxHeight'];
1645
+
1646
+ /**
1647
+ * **CSS Property**: `max-height`
1648
+ *
1649
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-height
1650
+ */
1651
+ '--maxh-tablet'?: CSSProperties['maxHeight'];
1652
+ '--hvr-maxh-tablet'?: CSSProperties['maxHeight'];
1653
+ '--focus-maxh-tablet'?: CSSProperties['maxHeight'];
1654
+ /**
1655
+ * **CSS Property**: `max-height`
1656
+ *
1657
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-height
1658
+ */
1659
+ '--maxh-mobile'?: CSSProperties['maxHeight'];
1660
+ '--hvr-maxh-mobile'?: CSSProperties['maxHeight'];
1661
+ '--focus-maxh-mobile'?: CSSProperties['maxHeight'];
1662
+
1663
+ /**
1664
+ * **CSS Property**: `max-width`
1665
+ *
1666
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-width
1667
+ */
1668
+
1669
+ '--maxw'?: CSSProperties['maxWidth'];
1670
+ '--hvr-maxw'?: CSSProperties['maxWidth'];
1671
+ '--focus-maxw'?: CSSProperties['maxWidth'];
1672
+
1673
+ /**
1674
+ * **CSS Property**: `max-width`
1675
+ *
1676
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-width
1677
+ */
1678
+ '--maxw-tablet'?: CSSProperties['maxWidth'];
1679
+ '--hvr-maxw-tablet'?: CSSProperties['maxWidth'];
1680
+ '--focus-maxw-tablet'?: CSSProperties['maxWidth'];
1681
+ /**
1682
+ * **CSS Property**: `max-width`
1683
+ *
1684
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/max-width
1685
+ */
1686
+ '--maxw-mobile'?: CSSProperties['maxWidth'];
1687
+ '--hvr-maxw-mobile'?: CSSProperties['maxWidth'];
1688
+ '--focus-maxw-mobile'?: CSSProperties['maxWidth'];
1689
+
1690
+ /**
1691
+ * **CSS Property**: `min-height`
1692
+ *
1693
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-height
1694
+ */
1695
+
1696
+ '--minh'?: CSSProperties['minHeight'];
1697
+ '--hvr-minh'?: CSSProperties['minHeight'];
1698
+ '--focus-minh'?: CSSProperties['minHeight'];
1699
+
1700
+ /**
1701
+ * **CSS Property**: `min-height`
1702
+ *
1703
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-height
1704
+ */
1705
+ '--minh-tablet'?: CSSProperties['minHeight'];
1706
+ '--hvr-minh-tablet'?: CSSProperties['minHeight'];
1707
+ '--focus-minh-tablet'?: CSSProperties['minHeight'];
1708
+ /**
1709
+ * **CSS Property**: `min-height`
1710
+ *
1711
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-height
1712
+ */
1713
+ '--minh-mobile'?: CSSProperties['minHeight'];
1714
+ '--hvr-minh-mobile'?: CSSProperties['minHeight'];
1715
+ '--focus-minh-mobile'?: CSSProperties['minHeight'];
1716
+
1717
+ /**
1718
+ * **CSS Property**: `min-width`
1719
+ *
1720
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-width
1721
+ */
1722
+
1723
+ '--minw'?: CSSProperties['minWidth'];
1724
+ '--hvr-minw'?: CSSProperties['minWidth'];
1725
+ '--focus-minw'?: CSSProperties['minWidth'];
1726
+
1727
+ /**
1728
+ * **CSS Property**: `min-width`
1729
+ *
1730
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-width
1731
+ */
1732
+ '--minw-tablet'?: CSSProperties['minWidth'];
1733
+ '--hvr-minw-tablet'?: CSSProperties['minWidth'];
1734
+ '--focus-minw-tablet'?: CSSProperties['minWidth'];
1735
+ /**
1736
+ * **CSS Property**: `min-width`
1737
+ *
1738
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/min-width
1739
+ */
1740
+ '--minw-mobile'?: CSSProperties['minWidth'];
1741
+ '--hvr-minw-mobile'?: CSSProperties['minWidth'];
1742
+ '--focus-minw-mobile'?: CSSProperties['minWidth'];
1743
+
1744
+ /**
1745
+ * **CSS Property**: `object-fit`
1746
+ *
1747
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
1748
+ */
1749
+
1750
+ '--objf'?: CSSProperties['objectFit'];
1751
+ '--hvr-objf'?: CSSProperties['objectFit'];
1752
+ '--focus-objf'?: CSSProperties['objectFit'];
1753
+
1754
+ /**
1755
+ * **CSS Property**: `object-fit`
1756
+ *
1757
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
1758
+ */
1759
+ '--objf-tablet'?: CSSProperties['objectFit'];
1760
+ '--hvr-objf-tablet'?: CSSProperties['objectFit'];
1761
+ '--focus-objf-tablet'?: CSSProperties['objectFit'];
1762
+ /**
1763
+ * **CSS Property**: `object-fit`
1764
+ *
1765
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
1766
+ */
1767
+ '--objf-mobile'?: CSSProperties['objectFit'];
1768
+ '--hvr-objf-mobile'?: CSSProperties['objectFit'];
1769
+ '--focus-objf-mobile'?: CSSProperties['objectFit'];
1770
+
1771
+ /**
1772
+ * **CSS Property**: `object-position`
1773
+ *
1774
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-position
1775
+ */
1776
+
1777
+ '--objp'?: CSSProperties['objectPosition'];
1778
+ '--hvr-objp'?: CSSProperties['objectPosition'];
1779
+ '--focus-objp'?: CSSProperties['objectPosition'];
1780
+
1781
+ /**
1782
+ * **CSS Property**: `object-position`
1783
+ *
1784
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-position
1785
+ */
1786
+ '--objp-tablet'?: CSSProperties['objectPosition'];
1787
+ '--hvr-objp-tablet'?: CSSProperties['objectPosition'];
1788
+ '--focus-objp-tablet'?: CSSProperties['objectPosition'];
1789
+ /**
1790
+ * **CSS Property**: `object-position`
1791
+ *
1792
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/object-position
1793
+ */
1794
+ '--objp-mobile'?: CSSProperties['objectPosition'];
1795
+ '--hvr-objp-mobile'?: CSSProperties['objectPosition'];
1796
+ '--focus-objp-mobile'?: CSSProperties['objectPosition'];
1797
+
1798
+ /**
1799
+ * **CSS Property**: `opacity`
1800
+ *
1801
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/opacity
1802
+ */
1803
+
1804
+ '--op'?: CSSProperties['opacity'];
1805
+ '--hvr-op'?: CSSProperties['opacity'];
1806
+ '--focus-op'?: CSSProperties['opacity'];
1807
+
1808
+ /**
1809
+ * **CSS Property**: `opacity`
1810
+ *
1811
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/opacity
1812
+ */
1813
+ '--op-tablet'?: CSSProperties['opacity'];
1814
+ '--hvr-op-tablet'?: CSSProperties['opacity'];
1815
+ '--focus-op-tablet'?: CSSProperties['opacity'];
1816
+ /**
1817
+ * **CSS Property**: `opacity`
1818
+ *
1819
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/opacity
1820
+ */
1821
+ '--op-mobile'?: CSSProperties['opacity'];
1822
+ '--hvr-op-mobile'?: CSSProperties['opacity'];
1823
+ '--focus-op-mobile'?: CSSProperties['opacity'];
1824
+
1825
+ /**
1826
+ * **CSS Property**: `order`
1827
+ *
1828
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/order
1829
+ */
1830
+
1831
+ '--o'?: CSSProperties['order'];
1832
+ '--hvr-o'?: CSSProperties['order'];
1833
+ '--focus-o'?: CSSProperties['order'];
1834
+
1835
+ /**
1836
+ * **CSS Property**: `order`
1837
+ *
1838
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/order
1839
+ */
1840
+ '--o-tablet'?: CSSProperties['order'];
1841
+ '--hvr-o-tablet'?: CSSProperties['order'];
1842
+ '--focus-o-tablet'?: CSSProperties['order'];
1843
+ /**
1844
+ * **CSS Property**: `order`
1845
+ *
1846
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/order
1847
+ */
1848
+ '--o-mobile'?: CSSProperties['order'];
1849
+ '--hvr-o-mobile'?: CSSProperties['order'];
1850
+ '--focus-o-mobile'?: CSSProperties['order'];
1851
+
1852
+ /**
1853
+ * **CSS Property**: `overflow`
1854
+ *
1855
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow
1856
+ */
1857
+
1858
+ '--of'?: CSSProperties['overflow'];
1859
+ '--hvr-of'?: CSSProperties['overflow'];
1860
+ '--focus-of'?: CSSProperties['overflow'];
1861
+
1862
+ /**
1863
+ * **CSS Property**: `overflow`
1864
+ *
1865
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow
1866
+ */
1867
+ '--of-tablet'?: CSSProperties['overflow'];
1868
+ '--hvr-of-tablet'?: CSSProperties['overflow'];
1869
+ '--focus-of-tablet'?: CSSProperties['overflow'];
1870
+ /**
1871
+ * **CSS Property**: `overflow`
1872
+ *
1873
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow
1874
+ */
1875
+ '--of-mobile'?: CSSProperties['overflow'];
1876
+ '--hvr-of-mobile'?: CSSProperties['overflow'];
1877
+ '--focus-of-mobile'?: CSSProperties['overflow'];
1878
+
1879
+ /**
1880
+ * **CSS Property**: `overflow-x`
1881
+ *
1882
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-x
1883
+ */
1884
+
1885
+ '--ofx'?: CSSProperties['overflowX'];
1886
+ '--hvr-ofx'?: CSSProperties['overflowX'];
1887
+ '--focus-ofx'?: CSSProperties['overflowX'];
1888
+
1889
+ /**
1890
+ * **CSS Property**: `overflow-x`
1891
+ *
1892
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-x
1893
+ */
1894
+ '--ofx-tablet'?: CSSProperties['overflowX'];
1895
+ '--hvr-ofx-tablet'?: CSSProperties['overflowX'];
1896
+ '--focus-ofx-tablet'?: CSSProperties['overflowX'];
1897
+ /**
1898
+ * **CSS Property**: `overflow-x`
1899
+ *
1900
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-x
1901
+ */
1902
+ '--ofx-mobile'?: CSSProperties['overflowX'];
1903
+ '--hvr-ofx-mobile'?: CSSProperties['overflowX'];
1904
+ '--focus-ofx-mobile'?: CSSProperties['overflowX'];
1905
+
1906
+ /**
1907
+ * **CSS Property**: `overflow-y`
1908
+ *
1909
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y
1910
+ */
1911
+
1912
+ '--ofy'?: CSSProperties['overflowY'];
1913
+ '--hvr-ofy'?: CSSProperties['overflowY'];
1914
+ '--focus-ofy'?: CSSProperties['overflowY'];
1915
+
1916
+ /**
1917
+ * **CSS Property**: `overflow-y`
1918
+ *
1919
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y
1920
+ */
1921
+ '--ofy-tablet'?: CSSProperties['overflowY'];
1922
+ '--hvr-ofy-tablet'?: CSSProperties['overflowY'];
1923
+ '--focus-ofy-tablet'?: CSSProperties['overflowY'];
1924
+ /**
1925
+ * **CSS Property**: `overflow-y`
1926
+ *
1927
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y
1928
+ */
1929
+ '--ofy-mobile'?: CSSProperties['overflowY'];
1930
+ '--hvr-ofy-mobile'?: CSSProperties['overflowY'];
1931
+ '--focus-ofy-mobile'?: CSSProperties['overflowY'];
1932
+
1933
+ /**
1934
+ * **CSS Property**: `place-content`
1935
+ *
1936
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/place-content
1937
+ */
1938
+
1939
+ '--pc'?: CSSProperties['placeContent'];
1940
+ '--hvr-pc'?: CSSProperties['placeContent'];
1941
+ '--focus-pc'?: CSSProperties['placeContent'];
1942
+
1943
+ /**
1944
+ * **CSS Property**: `place-content`
1945
+ *
1946
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/place-content
1947
+ */
1948
+ '--pc-tablet'?: CSSProperties['placeContent'];
1949
+ '--hvr-pc-tablet'?: CSSProperties['placeContent'];
1950
+ '--focus-pc-tablet'?: CSSProperties['placeContent'];
1951
+ /**
1952
+ * **CSS Property**: `place-content`
1953
+ *
1954
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/place-content
1955
+ */
1956
+ '--pc-mobile'?: CSSProperties['placeContent'];
1957
+ '--hvr-pc-mobile'?: CSSProperties['placeContent'];
1958
+ '--focus-pc-mobile'?: CSSProperties['placeContent'];
1959
+
1960
+ /**
1961
+ * **CSS Property**: `padding`
1962
+ *
1963
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding
1964
+ */
1965
+
1966
+ '--p'?: CSSProperties['padding'];
1967
+ '--hvr-p'?: CSSProperties['padding'];
1968
+ '--focus-p'?: CSSProperties['padding'];
1969
+
1970
+ /**
1971
+ * **CSS Property**: `padding`
1972
+ *
1973
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding
1974
+ */
1975
+ '--p-tablet'?: CSSProperties['padding'];
1976
+ '--hvr-p-tablet'?: CSSProperties['padding'];
1977
+ '--focus-p-tablet'?: CSSProperties['padding'];
1978
+ /**
1979
+ * **CSS Property**: `padding`
1980
+ *
1981
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding
1982
+ */
1983
+ '--p-mobile'?: CSSProperties['padding'];
1984
+ '--hvr-p-mobile'?: CSSProperties['padding'];
1985
+ '--focus-p-mobile'?: CSSProperties['padding'];
1986
+
1987
+ /**
1988
+ * **CSS Property**: `padding-bottom`
1989
+ *
1990
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-bottom
1991
+ */
1992
+
1993
+ '--pb'?: CSSProperties['paddingBottom'];
1994
+ '--hvr-pb'?: CSSProperties['paddingBottom'];
1995
+ '--focus-pb'?: CSSProperties['paddingBottom'];
1996
+
1997
+ /**
1998
+ * **CSS Property**: `padding-bottom`
1999
+ *
2000
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-bottom
2001
+ */
2002
+ '--pb-tablet'?: CSSProperties['paddingBottom'];
2003
+ '--hvr-pb-tablet'?: CSSProperties['paddingBottom'];
2004
+ '--focus-pb-tablet'?: CSSProperties['paddingBottom'];
2005
+ /**
2006
+ * **CSS Property**: `padding-bottom`
2007
+ *
2008
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-bottom
2009
+ */
2010
+ '--pb-mobile'?: CSSProperties['paddingBottom'];
2011
+ '--hvr-pb-mobile'?: CSSProperties['paddingBottom'];
2012
+ '--focus-pb-mobile'?: CSSProperties['paddingBottom'];
2013
+
2014
+ /**
2015
+ * **CSS Property**: `padding-left`
2016
+ *
2017
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-left
2018
+ */
2019
+
2020
+ '--pl'?: CSSProperties['paddingLeft'];
2021
+ '--hvr-pl'?: CSSProperties['paddingLeft'];
2022
+ '--focus-pl'?: CSSProperties['paddingLeft'];
2023
+
2024
+ /**
2025
+ * **CSS Property**: `padding-left`
2026
+ *
2027
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-left
2028
+ */
2029
+ '--pl-tablet'?: CSSProperties['paddingLeft'];
2030
+ '--hvr-pl-tablet'?: CSSProperties['paddingLeft'];
2031
+ '--focus-pl-tablet'?: CSSProperties['paddingLeft'];
2032
+ /**
2033
+ * **CSS Property**: `padding-left`
2034
+ *
2035
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-left
2036
+ */
2037
+ '--pl-mobile'?: CSSProperties['paddingLeft'];
2038
+ '--hvr-pl-mobile'?: CSSProperties['paddingLeft'];
2039
+ '--focus-pl-mobile'?: CSSProperties['paddingLeft'];
2040
+
2041
+ /**
2042
+ * **CSS Property**: `padding-right`
2043
+ *
2044
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-right
2045
+ */
2046
+
2047
+ '--pr'?: CSSProperties['paddingRight'];
2048
+ '--hvr-pr'?: CSSProperties['paddingRight'];
2049
+ '--focus-pr'?: CSSProperties['paddingRight'];
2050
+
2051
+ /**
2052
+ * **CSS Property**: `padding-right`
2053
+ *
2054
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-right
2055
+ */
2056
+ '--pr-tablet'?: CSSProperties['paddingRight'];
2057
+ '--hvr-pr-tablet'?: CSSProperties['paddingRight'];
2058
+ '--focus-pr-tablet'?: CSSProperties['paddingRight'];
2059
+ /**
2060
+ * **CSS Property**: `padding-right`
2061
+ *
2062
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-right
2063
+ */
2064
+ '--pr-mobile'?: CSSProperties['paddingRight'];
2065
+ '--hvr-pr-mobile'?: CSSProperties['paddingRight'];
2066
+ '--focus-pr-mobile'?: CSSProperties['paddingRight'];
2067
+
2068
+ /**
2069
+ * **CSS Property**: `padding-top`
2070
+ *
2071
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-top
2072
+ */
2073
+
2074
+ '--pt'?: CSSProperties['paddingTop'];
2075
+ '--hvr-pt'?: CSSProperties['paddingTop'];
2076
+ '--focus-pt'?: CSSProperties['paddingTop'];
2077
+
2078
+ /**
2079
+ * **CSS Property**: `padding-top`
2080
+ *
2081
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-top
2082
+ */
2083
+ '--pt-tablet'?: CSSProperties['paddingTop'];
2084
+ '--hvr-pt-tablet'?: CSSProperties['paddingTop'];
2085
+ '--focus-pt-tablet'?: CSSProperties['paddingTop'];
2086
+ /**
2087
+ * **CSS Property**: `padding-top`
2088
+ *
2089
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/padding-top
2090
+ */
2091
+ '--pt-mobile'?: CSSProperties['paddingTop'];
2092
+ '--hvr-pt-mobile'?: CSSProperties['paddingTop'];
2093
+ '--focus-pt-mobile'?: CSSProperties['paddingTop'];
2094
+
2095
+ /**
2096
+ * **CSS Property**: `pointer-events`
2097
+ *
2098
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
2099
+ */
2100
+
2101
+ '--pe'?: CSSProperties['pointerEvents'];
2102
+ '--hvr-pe'?: CSSProperties['pointerEvents'];
2103
+ '--focus-pe'?: CSSProperties['pointerEvents'];
2104
+
2105
+ /**
2106
+ * **CSS Property**: `pointer-events`
2107
+ *
2108
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
2109
+ */
2110
+ '--pe-tablet'?: CSSProperties['pointerEvents'];
2111
+ '--hvr-pe-tablet'?: CSSProperties['pointerEvents'];
2112
+ '--focus-pe-tablet'?: CSSProperties['pointerEvents'];
2113
+ /**
2114
+ * **CSS Property**: `pointer-events`
2115
+ *
2116
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
2117
+ */
2118
+ '--pe-mobile'?: CSSProperties['pointerEvents'];
2119
+ '--hvr-pe-mobile'?: CSSProperties['pointerEvents'];
2120
+ '--focus-pe-mobile'?: CSSProperties['pointerEvents'];
2121
+
2122
+ /**
2123
+ * **CSS Property**: `position`
2124
+ *
2125
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/position
2126
+ */
2127
+
2128
+ '--pos'?: CSSProperties['position'];
2129
+ '--hvr-pos'?: CSSProperties['position'];
2130
+ '--focus-pos'?: CSSProperties['position'];
2131
+
2132
+ /**
2133
+ * **CSS Property**: `position`
2134
+ *
2135
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/position
2136
+ */
2137
+ '--pos-tablet'?: CSSProperties['position'];
2138
+ '--hvr-pos-tablet'?: CSSProperties['position'];
2139
+ '--focus-pos-tablet'?: CSSProperties['position'];
2140
+ /**
2141
+ * **CSS Property**: `position`
2142
+ *
2143
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/position
2144
+ */
2145
+ '--pos-mobile'?: CSSProperties['position'];
2146
+ '--hvr-pos-mobile'?: CSSProperties['position'];
2147
+ '--focus-pos-mobile'?: CSSProperties['position'];
2148
+
2149
+ /**
2150
+ * **CSS Property**: `right`
2151
+ *
2152
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/right
2153
+ */
2154
+
2155
+ '--right'?: CSSProperties['right'];
2156
+ '--hvr-right'?: CSSProperties['right'];
2157
+ '--focus-right'?: CSSProperties['right'];
2158
+
2159
+ /**
2160
+ * **CSS Property**: `right`
2161
+ *
2162
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/right
2163
+ */
2164
+ '--right-tablet'?: CSSProperties['right'];
2165
+ '--hvr-right-tablet'?: CSSProperties['right'];
2166
+ '--focus-right-tablet'?: CSSProperties['right'];
2167
+ /**
2168
+ * **CSS Property**: `right`
2169
+ *
2170
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/right
2171
+ */
2172
+ '--right-mobile'?: CSSProperties['right'];
2173
+ '--hvr-right-mobile'?: CSSProperties['right'];
2174
+ '--focus-right-mobile'?: CSSProperties['right'];
2175
+
2176
+ /**
2177
+ * **CSS Property**: `row-gap`
2178
+ *
2179
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap
2180
+ */
2181
+
2182
+ '--rg'?: CSSProperties['rowGap'];
2183
+ '--hvr-rg'?: CSSProperties['rowGap'];
2184
+ '--focus-rg'?: CSSProperties['rowGap'];
2185
+
2186
+ /**
2187
+ * **CSS Property**: `row-gap`
2188
+ *
2189
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap
2190
+ */
2191
+ '--rg-tablet'?: CSSProperties['rowGap'];
2192
+ '--hvr-rg-tablet'?: CSSProperties['rowGap'];
2193
+ '--focus-rg-tablet'?: CSSProperties['rowGap'];
2194
+ /**
2195
+ * **CSS Property**: `row-gap`
2196
+ *
2197
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap
2198
+ */
2199
+ '--rg-mobile'?: CSSProperties['rowGap'];
2200
+ '--hvr-rg-mobile'?: CSSProperties['rowGap'];
2201
+ '--focus-rg-mobile'?: CSSProperties['rowGap'];
2202
+
2203
+ /**
2204
+ * **CSS Property**: `text-align`
2205
+ *
2206
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-align
2207
+ */
2208
+
2209
+ '--ta'?: CSSProperties['textAlign'];
2210
+ '--hvr-ta'?: CSSProperties['textAlign'];
2211
+ '--focus-ta'?: CSSProperties['textAlign'];
2212
+
2213
+ /**
2214
+ * **CSS Property**: `text-align`
2215
+ *
2216
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-align
2217
+ */
2218
+ '--ta-tablet'?: CSSProperties['textAlign'];
2219
+ '--hvr-ta-tablet'?: CSSProperties['textAlign'];
2220
+ '--focus-ta-tablet'?: CSSProperties['textAlign'];
2221
+ /**
2222
+ * **CSS Property**: `text-align`
2223
+ *
2224
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-align
2225
+ */
2226
+ '--ta-mobile'?: CSSProperties['textAlign'];
2227
+ '--hvr-ta-mobile'?: CSSProperties['textAlign'];
2228
+ '--focus-ta-mobile'?: CSSProperties['textAlign'];
2229
+
2230
+ /**
2231
+ * **CSS Property**: `text-shadow`
2232
+ *
2233
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow
2234
+ */
2235
+
2236
+ '--ts'?: CSSProperties['textShadow'];
2237
+ '--hvr-ts'?: CSSProperties['textShadow'];
2238
+ '--focus-ts'?: CSSProperties['textShadow'];
2239
+
2240
+ /**
2241
+ * **CSS Property**: `text-shadow`
2242
+ *
2243
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow
2244
+ */
2245
+ '--ts-tablet'?: CSSProperties['textShadow'];
2246
+ '--hvr-ts-tablet'?: CSSProperties['textShadow'];
2247
+ '--focus-ts-tablet'?: CSSProperties['textShadow'];
2248
+ /**
2249
+ * **CSS Property**: `text-shadow`
2250
+ *
2251
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow
2252
+ */
2253
+ '--ts-mobile'?: CSSProperties['textShadow'];
2254
+ '--hvr-ts-mobile'?: CSSProperties['textShadow'];
2255
+ '--focus-ts-mobile'?: CSSProperties['textShadow'];
2256
+
2257
+ /**
2258
+ * **CSS Property**: `text-transform`
2259
+ *
2260
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform
2261
+ */
2262
+
2263
+ '--tt'?: CSSProperties['textTransform'];
2264
+ '--hvr-tt'?: CSSProperties['textTransform'];
2265
+ '--focus-tt'?: CSSProperties['textTransform'];
2266
+
2267
+ /**
2268
+ * **CSS Property**: `text-transform`
2269
+ *
2270
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform
2271
+ */
2272
+ '--tt-tablet'?: CSSProperties['textTransform'];
2273
+ '--hvr-tt-tablet'?: CSSProperties['textTransform'];
2274
+ '--focus-tt-tablet'?: CSSProperties['textTransform'];
2275
+ /**
2276
+ * **CSS Property**: `text-transform`
2277
+ *
2278
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform
2279
+ */
2280
+ '--tt-mobile'?: CSSProperties['textTransform'];
2281
+ '--hvr-tt-mobile'?: CSSProperties['textTransform'];
2282
+ '--focus-tt-mobile'?: CSSProperties['textTransform'];
2283
+
2284
+ /**
2285
+ * **CSS Property**: `top`
2286
+ *
2287
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/top
2288
+ */
2289
+
2290
+ '--top'?: CSSProperties['top'];
2291
+ '--hvr-top'?: CSSProperties['top'];
2292
+ '--focus-top'?: CSSProperties['top'];
2293
+
2294
+ /**
2295
+ * **CSS Property**: `top`
2296
+ *
2297
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/top
2298
+ */
2299
+ '--top-tablet'?: CSSProperties['top'];
2300
+ '--hvr-top-tablet'?: CSSProperties['top'];
2301
+ '--focus-top-tablet'?: CSSProperties['top'];
2302
+ /**
2303
+ * **CSS Property**: `top`
2304
+ *
2305
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/top
2306
+ */
2307
+ '--top-mobile'?: CSSProperties['top'];
2308
+ '--hvr-top-mobile'?: CSSProperties['top'];
2309
+ '--focus-top-mobile'?: CSSProperties['top'];
2310
+
2311
+ /**
2312
+ * **CSS Property**: `transform`
2313
+ *
2314
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform
2315
+ */
2316
+
2317
+ '--t'?: CSSProperties['transform'];
2318
+ '--hvr-t'?: CSSProperties['transform'];
2319
+ '--focus-t'?: CSSProperties['transform'];
2320
+
2321
+ /**
2322
+ * **CSS Property**: `transform`
2323
+ *
2324
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform
2325
+ */
2326
+ '--t-tablet'?: CSSProperties['transform'];
2327
+ '--hvr-t-tablet'?: CSSProperties['transform'];
2328
+ '--focus-t-tablet'?: CSSProperties['transform'];
2329
+ /**
2330
+ * **CSS Property**: `transform`
2331
+ *
2332
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/transform
2333
+ */
2334
+ '--t-mobile'?: CSSProperties['transform'];
2335
+ '--hvr-t-mobile'?: CSSProperties['transform'];
2336
+ '--focus-t-mobile'?: CSSProperties['transform'];
2337
+
2338
+ /**
2339
+ * **CSS Property**: `visibility`
2340
+ *
2341
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/visibility
2342
+ */
2343
+
2344
+ '--v'?: CSSProperties['visibility'];
2345
+ '--hvr-v'?: CSSProperties['visibility'];
2346
+ '--focus-v'?: CSSProperties['visibility'];
2347
+
2348
+ /**
2349
+ * **CSS Property**: `visibility`
2350
+ *
2351
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/visibility
2352
+ */
2353
+ '--v-tablet'?: CSSProperties['visibility'];
2354
+ '--hvr-v-tablet'?: CSSProperties['visibility'];
2355
+ '--focus-v-tablet'?: CSSProperties['visibility'];
2356
+ /**
2357
+ * **CSS Property**: `visibility`
2358
+ *
2359
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/visibility
2360
+ */
2361
+ '--v-mobile'?: CSSProperties['visibility'];
2362
+ '--hvr-v-mobile'?: CSSProperties['visibility'];
2363
+ '--focus-v-mobile'?: CSSProperties['visibility'];
2364
+
2365
+ /**
2366
+ * **CSS Property**: `white-space`
2367
+ *
2368
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
2369
+ */
2370
+
2371
+ '--ws'?: CSSProperties['whiteSpace'];
2372
+ '--hvr-ws'?: CSSProperties['whiteSpace'];
2373
+ '--focus-ws'?: CSSProperties['whiteSpace'];
2374
+
2375
+ /**
2376
+ * **CSS Property**: `white-space`
2377
+ *
2378
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
2379
+ */
2380
+ '--ws-tablet'?: CSSProperties['whiteSpace'];
2381
+ '--hvr-ws-tablet'?: CSSProperties['whiteSpace'];
2382
+ '--focus-ws-tablet'?: CSSProperties['whiteSpace'];
2383
+ /**
2384
+ * **CSS Property**: `white-space`
2385
+ *
2386
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
2387
+ */
2388
+ '--ws-mobile'?: CSSProperties['whiteSpace'];
2389
+ '--hvr-ws-mobile'?: CSSProperties['whiteSpace'];
2390
+ '--focus-ws-mobile'?: CSSProperties['whiteSpace'];
2391
+
2392
+ /**
2393
+ * **CSS Property**: `width`
2394
+ *
2395
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/width
2396
+ */
2397
+
2398
+ '--w'?: CSSProperties['width'];
2399
+ '--hvr-w'?: CSSProperties['width'];
2400
+ '--focus-w'?: CSSProperties['width'];
2401
+
2402
+ /**
2403
+ * **CSS Property**: `width`
2404
+ *
2405
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/width
2406
+ */
2407
+ '--w-tablet'?: CSSProperties['width'];
2408
+ '--hvr-w-tablet'?: CSSProperties['width'];
2409
+ '--focus-w-tablet'?: CSSProperties['width'];
2410
+ /**
2411
+ * **CSS Property**: `width`
2412
+ *
2413
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/width
2414
+ */
2415
+ '--w-mobile'?: CSSProperties['width'];
2416
+ '--hvr-w-mobile'?: CSSProperties['width'];
2417
+ '--focus-w-mobile'?: CSSProperties['width'];
2418
+
2419
+ /**
2420
+ * **CSS Property**: `z-index`
2421
+ *
2422
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index
2423
+ */
2424
+
2425
+ '--z'?: CSSProperties['zIndex'];
2426
+ '--hvr-z'?: CSSProperties['zIndex'];
2427
+ '--focus-z'?: CSSProperties['zIndex'];
2428
+
2429
+ /**
2430
+ * **CSS Property**: `z-index`
2431
+ *
2432
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index
2433
+ */
2434
+ '--z-tablet'?: CSSProperties['zIndex'];
2435
+ '--hvr-z-tablet'?: CSSProperties['zIndex'];
2436
+ '--focus-z-tablet'?: CSSProperties['zIndex'];
2437
+ /**
2438
+ * **CSS Property**: `z-index`
2439
+ *
2440
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index
2441
+ */
2442
+ '--z-mobile'?: CSSProperties['zIndex'];
2443
+ '--hvr-z-mobile'?: CSSProperties['zIndex'];
2444
+ '--focus-z-mobile'?: CSSProperties['zIndex'];
2445
+
2446
+ /**
2447
+ * **CSS Property**: `writing-mode`
2448
+ *
2449
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode
2450
+ */
2451
+
2452
+ '--wm'?: CSSProperties['writingMode'];
2453
+ '--hvr-wm'?: CSSProperties['writingMode'];
2454
+ '--focus-wm'?: CSSProperties['writingMode'];
2455
+
2456
+ /**
2457
+ * **CSS Property**: `writing-mode`
2458
+ *
2459
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode
2460
+ */
2461
+ '--wm-tablet'?: CSSProperties['writingMode'];
2462
+ '--hvr-wm-tablet'?: CSSProperties['writingMode'];
2463
+ '--focus-wm-tablet'?: CSSProperties['writingMode'];
2464
+ /**
2465
+ * **CSS Property**: `writing-mode`
2466
+ *
2467
+ * **Reference**: https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode
2468
+ */
2469
+ '--wm-mobile'?: CSSProperties['writingMode'];
2470
+ '--hvr-wm-mobile'?: CSSProperties['writingMode'];
2471
+ '--focus-wm-mobile'?: CSSProperties['writingMode'];
2472
+
2473
+ [key: string]: any;
2474
+ }
2471
2475
  }
2472
2476
  }