@rarui/components 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -2
- package/custom-elements.json +1440 -1341
- package/dist/index.d.ts +4151 -0
- package/dist/index.js +90 -31
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.4.0",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "rarui-avatar",
|
|
@@ -194,33 +194,6 @@
|
|
|
194
194
|
"name": "rarui-text",
|
|
195
195
|
"description": "## Rarui Text\n---\nText is a basic component that allows us to write blocks of text and give it formatting to use within other components, sections and pages of our application or website.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/exhibition/typography) for more details.",
|
|
196
196
|
"attributes": [
|
|
197
|
-
{
|
|
198
|
-
"name": "width",
|
|
199
|
-
"description": "The **`width`** CSS property sets an element's width. By default, it sets the width of the content area, but if `box-sizing` is set to `border-box`, it sets the width of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"fit-content\",\n\"lg\": \"intrinsic\",\n\"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
200
|
-
"values": [
|
|
201
|
-
{
|
|
202
|
-
"name": "auto"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"name": "fit-content"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"name": "intrinsic"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"name": "max-content"
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"name": "min-content"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"name": "min-intrinsic"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"name": "stretch"
|
|
221
|
-
}
|
|
222
|
-
]
|
|
223
|
-
},
|
|
224
197
|
{
|
|
225
198
|
"name": "color",
|
|
226
199
|
"description": "The color property is used to set the color of the title.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$brand\",\n\"md\": \"$brand-alt\",\n\"lg\": \"$currentColor\",\n\"xl\": \"$disabled\"\n}\n```\n\n- $brand\n- $brand-alt\n- $currentColor\n- $disabled\n- $error\n- $info\n- $invert\n- $invert-disabled\n- $invert-secondary\n- $on-brand\n- $on-error\n- $on-info\n- $on-success\n- $on-warning\n- $primary\n- $secondary\n- $success\n- $warning\n- $warning-alt",
|
|
@@ -285,51 +258,51 @@
|
|
|
285
258
|
]
|
|
286
259
|
},
|
|
287
260
|
{
|
|
288
|
-
"name": "font-
|
|
289
|
-
"description": "The
|
|
261
|
+
"name": "font-weight",
|
|
262
|
+
"description": "The color property is used to set the color of the title.\n\nThis property supports responsive values. You can pass a single value like `\"$bold\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$bold\",\n\"md\": \"$medium\",\n\"lg\": \"$regular\",\n\"xl\": \"$semiBold\"\n}\n```\n\n- $bold\n- $medium\n- $regular\n- $semiBold",
|
|
290
263
|
"values": [
|
|
291
264
|
{
|
|
292
|
-
"name": "$
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"name": "$m"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"name": "$s"
|
|
265
|
+
"name": "$bold"
|
|
299
266
|
},
|
|
300
267
|
{
|
|
301
|
-
"name": "$
|
|
268
|
+
"name": "$medium"
|
|
302
269
|
},
|
|
303
270
|
{
|
|
304
|
-
"name": "$
|
|
271
|
+
"name": "$regular",
|
|
272
|
+
"description": "(default)"
|
|
305
273
|
},
|
|
306
274
|
{
|
|
307
|
-
"name": "$
|
|
275
|
+
"name": "$semiBold"
|
|
308
276
|
}
|
|
309
277
|
]
|
|
310
278
|
},
|
|
311
279
|
{
|
|
312
|
-
"name": "
|
|
313
|
-
"description": "The
|
|
280
|
+
"name": "line-height",
|
|
281
|
+
"description": "The lineHeight property specifies the line height of the title.\n\nThis property supports responsive values. You can pass a single value like `\"$l\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$l\",\n\"md\": \"$m\",\n\"lg\": \"$s\",\n\"xl\": \"$xl\"\n}\n```\n\n- $l\n- $m\n- $s\n- $xl\n- $xs\n- $xxs",
|
|
314
282
|
"values": [
|
|
315
283
|
{
|
|
316
|
-
"name": "$
|
|
284
|
+
"name": "$l"
|
|
317
285
|
},
|
|
318
286
|
{
|
|
319
|
-
"name": "$
|
|
287
|
+
"name": "$m"
|
|
320
288
|
},
|
|
321
289
|
{
|
|
322
|
-
"name": "$
|
|
323
|
-
"description": "(default)"
|
|
290
|
+
"name": "$s"
|
|
324
291
|
},
|
|
325
292
|
{
|
|
326
|
-
"name": "$
|
|
293
|
+
"name": "$xl"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "$xs"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"name": "$xxs"
|
|
327
300
|
}
|
|
328
301
|
]
|
|
329
302
|
},
|
|
330
303
|
{
|
|
331
|
-
"name": "
|
|
332
|
-
"description": "The
|
|
304
|
+
"name": "font-size",
|
|
305
|
+
"description": "The fontSize property sets the size of the text.\n\nThis property supports responsive values. You can pass a single value like `\"$l\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$l\",\n\"md\": \"$m\",\n\"lg\": \"$s\",\n\"xl\": \"$xl\"\n}\n```\n\n- $l\n- $m\n- $s\n- $xl\n- $xs\n- $xxs",
|
|
333
306
|
"values": [
|
|
334
307
|
{
|
|
335
308
|
"name": "$l"
|
|
@@ -379,14 +352,20 @@
|
|
|
379
352
|
]
|
|
380
353
|
},
|
|
381
354
|
{
|
|
382
|
-
"name": "
|
|
383
|
-
"description": "The **`
|
|
355
|
+
"name": "word-break",
|
|
356
|
+
"description": "The **`word-break`** CSS property sets whether line breaks appear wherever the text would otherwise overflow its content box.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"break-all\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"break-all\",\n\"md\": \"break-word\",\n\"lg\": \"keep-all\",\n\"xl\": \"normal\"\n}\n```\n\n- break-all\n- break-word\n- keep-all\n- normal",
|
|
384
357
|
"values": [
|
|
385
358
|
{
|
|
386
|
-
"name": "
|
|
359
|
+
"name": "break-all"
|
|
387
360
|
},
|
|
388
361
|
{
|
|
389
|
-
"name": "
|
|
362
|
+
"name": "break-word"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "keep-all"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "normal"
|
|
390
369
|
}
|
|
391
370
|
]
|
|
392
371
|
},
|
|
@@ -415,120 +394,141 @@
|
|
|
415
394
|
]
|
|
416
395
|
},
|
|
417
396
|
{
|
|
418
|
-
"name": "
|
|
419
|
-
"description": "The **`
|
|
397
|
+
"name": "text-decoration",
|
|
398
|
+
"description": "The **`text-decoration`** shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for `text-decoration-line`, `text-decoration-color`, `text-decoration-style`, and the newer `text-decoration-thickness` property.\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"blink\",\n\"lg\": \"dashed\",\n\"xl\": \"dotted\"\n}\n```\n\n- auto\n- blink\n- dashed\n- dotted\n- double\n- from-font\n- grammar-error\n- line-through\n- none\n- overline\n- solid\n- spelling-error\n- underline\n- wavy",
|
|
420
399
|
"values": [
|
|
421
400
|
{
|
|
422
|
-
"name": "
|
|
401
|
+
"name": "auto"
|
|
423
402
|
},
|
|
424
403
|
{
|
|
425
|
-
"name": "
|
|
404
|
+
"name": "blink"
|
|
426
405
|
},
|
|
427
406
|
{
|
|
428
|
-
"name": "
|
|
407
|
+
"name": "dashed"
|
|
429
408
|
},
|
|
430
409
|
{
|
|
431
|
-
"name": "
|
|
410
|
+
"name": "dotted"
|
|
432
411
|
},
|
|
433
412
|
{
|
|
434
|
-
"name": "
|
|
413
|
+
"name": "double"
|
|
435
414
|
},
|
|
436
415
|
{
|
|
437
|
-
"name": "
|
|
438
|
-
}
|
|
439
|
-
]
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"name": "word-break",
|
|
443
|
-
"description": "The **`word-break`** CSS property sets whether line breaks appear wherever the text would otherwise overflow its content box.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"break-all\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"break-all\",\n\"md\": \"break-word\",\n\"lg\": \"keep-all\",\n\"xl\": \"normal\"\n}\n```\n\n- break-all\n- break-word\n- keep-all\n- normal",
|
|
444
|
-
"values": [
|
|
416
|
+
"name": "from-font"
|
|
417
|
+
},
|
|
445
418
|
{
|
|
446
|
-
"name": "
|
|
419
|
+
"name": "grammar-error"
|
|
447
420
|
},
|
|
448
421
|
{
|
|
449
|
-
"name": "
|
|
422
|
+
"name": "line-through"
|
|
450
423
|
},
|
|
451
424
|
{
|
|
452
|
-
"name": "
|
|
425
|
+
"name": "none"
|
|
453
426
|
},
|
|
454
427
|
{
|
|
455
|
-
"name": "
|
|
428
|
+
"name": "overline"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "solid"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "spelling-error"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "underline"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "wavy"
|
|
456
441
|
}
|
|
457
442
|
]
|
|
458
443
|
},
|
|
459
444
|
{
|
|
460
|
-
"name": "
|
|
461
|
-
"description": "The -
|
|
462
|
-
"
|
|
445
|
+
"name": "text-overflow",
|
|
446
|
+
"description": "The **`text-overflow`** CSS property sets how hidden overflow content is signaled to users. It can be clipped, display an ellipsis ('`…`'), or display a custom string.\n\n\n**Initial value**: `clip`\n\nThis property supports responsive values. You can pass a single value like `\"clip\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"clip\",\n\"md\": \"ellipsis\",\n\"lg\": \"clip\",\n\"xl\": \"ellipsis\"\n}\n```\n\n- clip\n- ellipsis",
|
|
447
|
+
"values": [
|
|
448
|
+
{
|
|
449
|
+
"name": "clip"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "ellipsis"
|
|
453
|
+
}
|
|
454
|
+
]
|
|
463
455
|
},
|
|
464
456
|
{
|
|
465
|
-
"name": "
|
|
466
|
-
"description": "The **`
|
|
457
|
+
"name": "width",
|
|
458
|
+
"description": "The **`width`** CSS property sets an element's width. By default, it sets the width of the content area, but if `box-sizing` is set to `border-box`, it sets the width of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"fit-content\",\n\"lg\": \"intrinsic\",\n\"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
467
459
|
"values": [
|
|
468
460
|
{
|
|
469
461
|
"name": "auto"
|
|
470
462
|
},
|
|
471
463
|
{
|
|
472
|
-
"name": "
|
|
464
|
+
"name": "fit-content"
|
|
473
465
|
},
|
|
474
466
|
{
|
|
475
|
-
"name": "
|
|
467
|
+
"name": "intrinsic"
|
|
476
468
|
},
|
|
477
469
|
{
|
|
478
|
-
"name": "
|
|
470
|
+
"name": "max-content"
|
|
479
471
|
},
|
|
480
472
|
{
|
|
481
|
-
"name": "
|
|
473
|
+
"name": "min-content"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"name": "min-intrinsic"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "stretch"
|
|
482
480
|
}
|
|
483
481
|
]
|
|
484
482
|
},
|
|
485
483
|
{
|
|
486
|
-
"name": "
|
|
487
|
-
"description": "The **`
|
|
484
|
+
"name": "overflow",
|
|
485
|
+
"description": "The **`overflow`** CSS shorthand property sets the desired behavior for an element's overflow — i.e. when an element's content is too big to fit in its block formatting context — in both directions.\n\n\n**Initial value**: `visible`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"clip\",\n\"lg\": \"hidden\",\n\"xl\": \"scroll\"\n}\n```\n\n- auto\n- clip\n- hidden\n- scroll\n- visible",
|
|
488
486
|
"values": [
|
|
489
487
|
{
|
|
490
488
|
"name": "auto"
|
|
491
489
|
},
|
|
492
490
|
{
|
|
493
|
-
"name": "
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
"name": "dashed"
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "dotted"
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"name": "double"
|
|
491
|
+
"name": "clip"
|
|
503
492
|
},
|
|
504
493
|
{
|
|
505
|
-
"name": "
|
|
494
|
+
"name": "hidden"
|
|
506
495
|
},
|
|
507
496
|
{
|
|
508
|
-
"name": "
|
|
497
|
+
"name": "scroll"
|
|
509
498
|
},
|
|
510
499
|
{
|
|
511
|
-
"name": "
|
|
512
|
-
}
|
|
500
|
+
"name": "visible"
|
|
501
|
+
}
|
|
502
|
+
]
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "white-space",
|
|
506
|
+
"description": "The **`white-space`** CSS property sets how white space inside an element is handled.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"break-spaces\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"break-spaces\",\n\"md\": \"normal\",\n\"lg\": \"nowrap\",\n\"xl\": \"pre\"\n}\n```\n\n- break-spaces\n- normal\n- nowrap\n- pre\n- pre-line\n- pre-wrap",
|
|
507
|
+
"values": [
|
|
513
508
|
{
|
|
514
|
-
"name": "
|
|
509
|
+
"name": "break-spaces"
|
|
515
510
|
},
|
|
516
511
|
{
|
|
517
|
-
"name": "
|
|
512
|
+
"name": "normal"
|
|
518
513
|
},
|
|
519
514
|
{
|
|
520
|
-
"name": "
|
|
515
|
+
"name": "nowrap"
|
|
521
516
|
},
|
|
522
517
|
{
|
|
523
|
-
"name": "
|
|
518
|
+
"name": "pre"
|
|
524
519
|
},
|
|
525
520
|
{
|
|
526
|
-
"name": "
|
|
521
|
+
"name": "pre-line"
|
|
527
522
|
},
|
|
528
523
|
{
|
|
529
|
-
"name": "
|
|
524
|
+
"name": "pre-wrap"
|
|
530
525
|
}
|
|
531
526
|
]
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "line-clamp",
|
|
530
|
+
"description": "The -webkit-line-clamp CSS property allows limiting of the contents of a block to the specified number of lines.",
|
|
531
|
+
"type": "number"
|
|
532
532
|
}
|
|
533
533
|
]
|
|
534
534
|
},
|
|
@@ -856,8 +856,8 @@
|
|
|
856
856
|
]
|
|
857
857
|
},
|
|
858
858
|
{
|
|
859
|
-
"name": "max-
|
|
860
|
-
"description": "The **`max-
|
|
859
|
+
"name": "max-width",
|
|
860
|
+
"description": "The **`max-width`** CSS property sets the maximum width of an element. It prevents the used value of the `width` property from becoming larger than the value specified by `max-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"fit-content\",\n\"md\": \"intrinsic\",\n\"lg\": \"max-content\",\n\"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
861
861
|
"values": [
|
|
862
862
|
{
|
|
863
863
|
"name": "fit-content"
|
|
@@ -880,8 +880,8 @@
|
|
|
880
880
|
]
|
|
881
881
|
},
|
|
882
882
|
{
|
|
883
|
-
"name": "max-
|
|
884
|
-
"description": "The **`max-
|
|
883
|
+
"name": "max-height",
|
|
884
|
+
"description": "The **`max-height`** CSS property sets the maximum height of an element. It prevents the used value of the `height` property from becoming larger than the value specified for `max-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"fit-content\",\n\"md\": \"intrinsic\",\n\"lg\": \"max-content\",\n\"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
885
885
|
"values": [
|
|
886
886
|
{
|
|
887
887
|
"name": "fit-content"
|
|
@@ -904,8 +904,8 @@
|
|
|
904
904
|
]
|
|
905
905
|
},
|
|
906
906
|
{
|
|
907
|
-
"name": "min-
|
|
908
|
-
"description": "The **`min-
|
|
907
|
+
"name": "min-width",
|
|
908
|
+
"description": "The **`min-width`** CSS property sets the minimum width of an element. It prevents the used value of the `width` property from becoming smaller than the value specified for `min-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"fit-content\",\n\"lg\": \"intrinsic\",\n\"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
909
909
|
"values": [
|
|
910
910
|
{
|
|
911
911
|
"name": "auto"
|
|
@@ -922,14 +922,17 @@
|
|
|
922
922
|
{
|
|
923
923
|
"name": "min-content"
|
|
924
924
|
},
|
|
925
|
+
{
|
|
926
|
+
"name": "min-intrinsic"
|
|
927
|
+
},
|
|
925
928
|
{
|
|
926
929
|
"name": "stretch"
|
|
927
930
|
}
|
|
928
931
|
]
|
|
929
932
|
},
|
|
930
933
|
{
|
|
931
|
-
"name": "min-
|
|
932
|
-
"description": "The **`min-
|
|
934
|
+
"name": "min-height",
|
|
935
|
+
"description": "The **`min-height`** CSS property sets the minimum height of an element. It prevents the used value of the `height` property from becoming smaller than the value specified for `min-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"fit-content\",\n\"lg\": \"intrinsic\",\n\"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- stretch",
|
|
933
936
|
"values": [
|
|
934
937
|
{
|
|
935
938
|
"name": "auto"
|
|
@@ -946,9 +949,6 @@
|
|
|
946
949
|
{
|
|
947
950
|
"name": "min-content"
|
|
948
951
|
},
|
|
949
|
-
{
|
|
950
|
-
"name": "min-intrinsic"
|
|
951
|
-
},
|
|
952
952
|
{
|
|
953
953
|
"name": "stretch"
|
|
954
954
|
}
|
|
@@ -1034,30 +1034,96 @@
|
|
|
1034
1034
|
]
|
|
1035
1035
|
},
|
|
1036
1036
|
{
|
|
1037
|
-
"name": "rarui-
|
|
1038
|
-
"description": "## Rarui
|
|
1037
|
+
"name": "rarui-checkbox",
|
|
1038
|
+
"description": "## Rarui Checkbox\n---\nThe Checkbox allows users to select one or more items from a set and can be used to enable or disable an option.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/checkbox) for more details.",
|
|
1039
1039
|
"attributes": [
|
|
1040
1040
|
{
|
|
1041
|
-
"name": "
|
|
1042
|
-
"description": "The
|
|
1041
|
+
"name": "label",
|
|
1042
|
+
"description": "The label of the checkbox.",
|
|
1043
|
+
"type": "string"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "id",
|
|
1047
|
+
"description": "The id of the checkbox.",
|
|
1048
|
+
"type": "string"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "error",
|
|
1052
|
+
"description": "Specifies whether the checkbox is in error state",
|
|
1053
|
+
"type": "boolean"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "size",
|
|
1057
|
+
"description": "Specifies the size of the checkbox\n\n- large\n- medium",
|
|
1058
|
+
"type": "string",
|
|
1043
1059
|
"values": [
|
|
1044
1060
|
{
|
|
1045
|
-
"name": "
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"name": "$brand-alt"
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"name": "$disabled"
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
"name": "$divider"
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"name": "$error"
|
|
1061
|
+
"name": "large"
|
|
1058
1062
|
},
|
|
1059
1063
|
{
|
|
1060
|
-
"name": "
|
|
1064
|
+
"name": "medium"
|
|
1065
|
+
}
|
|
1066
|
+
]
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "indeterminate",
|
|
1070
|
+
"description": "Specifies whether the checkbox is indeterminate state",
|
|
1071
|
+
"type": "boolean"
|
|
1072
|
+
}
|
|
1073
|
+
]
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"name": "rarui-box",
|
|
1077
|
+
"description": "## Rarui Box\n---\nA low-level `utility` component that provides stylized system accessories to allow for custom styling with theme reconfection.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/layout/box) for more details.",
|
|
1078
|
+
"attributes": [
|
|
1079
|
+
{
|
|
1080
|
+
"name": "background-color",
|
|
1081
|
+
"description": "The backgroundColor property sets the background color of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$background\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$background\",\n\"md\": \"$brand\",\n\"lg\": \"$brand-hover\",\n\"xl\": \"$brand-press\"\n}\n```\n\n- $background\n- $brand\n- $brand-hover\n- $brand-press\n- $brand-subdued\n- $disabled\n- $error\n- $error-hover\n- $error-press\n- $error-subdued\n- $hover\n- $info\n- $info-hover\n- $info-press\n- $info-subdued\n- $invert\n- $invert-disabled\n- $invert-hover\n- $invert-press\n- $invert-secondary\n- $overlay\n- $press\n- $primary\n- $secondary\n- $success\n- $success-hover\n- $success-press\n- $success-subdued\n- $transparent\n- $warning\n- $warning-hover\n- $warning-press\n- $warning-subdued",
|
|
1082
|
+
"values": [
|
|
1083
|
+
{
|
|
1084
|
+
"name": "$background"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "$brand"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"name": "$brand-hover"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "$brand-press"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "$brand-subdued"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"name": "$disabled"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"name": "$error"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "$error-hover"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "$error-press"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "$error-subdued"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"name": "$hover"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"name": "$info"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"name": "$info-hover"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "$info-press"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "$info-subdued"
|
|
1061
1127
|
},
|
|
1062
1128
|
{
|
|
1063
1129
|
"name": "$invert"
|
|
@@ -1065,6 +1131,21 @@
|
|
|
1065
1131
|
{
|
|
1066
1132
|
"name": "$invert-disabled"
|
|
1067
1133
|
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "$invert-hover"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"name": "$invert-press"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"name": "$invert-secondary"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"name": "$overlay"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "$press"
|
|
1148
|
+
},
|
|
1068
1149
|
{
|
|
1069
1150
|
"name": "$primary"
|
|
1070
1151
|
},
|
|
@@ -1072,148 +1153,187 @@
|
|
|
1072
1153
|
"name": "$secondary"
|
|
1073
1154
|
},
|
|
1074
1155
|
{
|
|
1075
|
-
"name": "$
|
|
1156
|
+
"name": "$success"
|
|
1076
1157
|
},
|
|
1077
1158
|
{
|
|
1078
|
-
"name": "$success"
|
|
1159
|
+
"name": "$success-hover"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"name": "$success-press"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "$success-subdued"
|
|
1079
1166
|
},
|
|
1080
1167
|
{
|
|
1081
1168
|
"name": "$transparent"
|
|
1082
1169
|
},
|
|
1083
1170
|
{
|
|
1084
1171
|
"name": "$warning"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"name": "$warning-hover"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"name": "$warning-press"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"name": "$warning-subdued"
|
|
1085
1181
|
}
|
|
1086
1182
|
]
|
|
1087
1183
|
},
|
|
1088
1184
|
{
|
|
1089
|
-
"name": "
|
|
1090
|
-
"description": "The
|
|
1185
|
+
"name": "fill",
|
|
1186
|
+
"description": "The fill color property is used to set the color of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$background\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$background\",\n\"md\": \"$brand\",\n\"lg\": \"$brand-hover\",\n\"xl\": \"$brand-press\"\n}\n```\n\n- $background\n- $brand\n- $brand-hover\n- $brand-press\n- $brand-subdued\n- $currentColor\n- $disabled\n- $error\n- $error-hover\n- $error-press\n- $error-subdued\n- $hover\n- $info\n- $info-hover\n- $info-press\n- $info-subdued\n- $invert\n- $invert-disabled\n- $invert-hover\n- $invert-press\n- $invert-secondary\n- $overlay\n- $press\n- $primary\n- $secondary\n- $success\n- $success-hover\n- $success-press\n- $success-subdued\n- $transparent\n- $warning\n- $warning-hover\n- $warning-press\n- $warning-subdued",
|
|
1091
1187
|
"values": [
|
|
1092
1188
|
{
|
|
1093
|
-
"name": "
|
|
1189
|
+
"name": "$background"
|
|
1094
1190
|
},
|
|
1095
1191
|
{
|
|
1096
|
-
"name": "
|
|
1192
|
+
"name": "$brand"
|
|
1097
1193
|
},
|
|
1098
1194
|
{
|
|
1099
|
-
"name": "
|
|
1195
|
+
"name": "$brand-hover"
|
|
1100
1196
|
},
|
|
1101
1197
|
{
|
|
1102
|
-
"name": "
|
|
1198
|
+
"name": "$brand-press"
|
|
1103
1199
|
},
|
|
1104
1200
|
{
|
|
1105
|
-
"name": "
|
|
1201
|
+
"name": "$brand-subdued"
|
|
1106
1202
|
},
|
|
1107
1203
|
{
|
|
1108
|
-
"name": "
|
|
1204
|
+
"name": "$currentColor"
|
|
1109
1205
|
},
|
|
1110
1206
|
{
|
|
1111
|
-
"name": "
|
|
1207
|
+
"name": "$disabled"
|
|
1112
1208
|
},
|
|
1113
1209
|
{
|
|
1114
|
-
"name": "
|
|
1210
|
+
"name": "$error"
|
|
1115
1211
|
},
|
|
1116
1212
|
{
|
|
1117
|
-
"name": "
|
|
1213
|
+
"name": "$error-hover"
|
|
1118
1214
|
},
|
|
1119
1215
|
{
|
|
1120
|
-
"name": "
|
|
1121
|
-
}
|
|
1122
|
-
]
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"name": "border-top-width",
|
|
1126
|
-
"description": "The borderTopWidth property defines the width of the border at the top of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$1\",\n\"md\": \"$2\",\n\"lg\": \"$3\",\n\"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
1127
|
-
"values": [
|
|
1216
|
+
"name": "$error-press"
|
|
1217
|
+
},
|
|
1128
1218
|
{
|
|
1129
|
-
"name": "$
|
|
1219
|
+
"name": "$error-subdued"
|
|
1130
1220
|
},
|
|
1131
1221
|
{
|
|
1132
|
-
"name": "$
|
|
1222
|
+
"name": "$hover"
|
|
1133
1223
|
},
|
|
1134
1224
|
{
|
|
1135
|
-
"name": "$
|
|
1225
|
+
"name": "$info"
|
|
1136
1226
|
},
|
|
1137
1227
|
{
|
|
1138
|
-
"name": "$
|
|
1228
|
+
"name": "$info-hover"
|
|
1139
1229
|
},
|
|
1140
1230
|
{
|
|
1141
|
-
"name": "$
|
|
1231
|
+
"name": "$info-press"
|
|
1142
1232
|
},
|
|
1143
1233
|
{
|
|
1144
|
-
"name": "$
|
|
1145
|
-
}
|
|
1146
|
-
]
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"name": "border-left-width",
|
|
1150
|
-
"description": "The borderLeftWidth property defines the width of the border at the left of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$1\",\n\"md\": \"$2\",\n\"lg\": \"$3\",\n\"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
1151
|
-
"values": [
|
|
1234
|
+
"name": "$info-subdued"
|
|
1235
|
+
},
|
|
1152
1236
|
{
|
|
1153
|
-
"name": "$
|
|
1237
|
+
"name": "$invert"
|
|
1154
1238
|
},
|
|
1155
1239
|
{
|
|
1156
|
-
"name": "$
|
|
1240
|
+
"name": "$invert-disabled"
|
|
1157
1241
|
},
|
|
1158
1242
|
{
|
|
1159
|
-
"name": "$
|
|
1243
|
+
"name": "$invert-hover"
|
|
1160
1244
|
},
|
|
1161
1245
|
{
|
|
1162
|
-
"name": "$
|
|
1246
|
+
"name": "$invert-press"
|
|
1163
1247
|
},
|
|
1164
1248
|
{
|
|
1165
|
-
"name": "$
|
|
1249
|
+
"name": "$invert-secondary"
|
|
1166
1250
|
},
|
|
1167
1251
|
{
|
|
1168
|
-
"name": "$
|
|
1169
|
-
}
|
|
1170
|
-
]
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"name": "width",
|
|
1174
|
-
"description": "The **`width`** CSS property sets an element's width. By default, it sets the width of the content area, but if `box-sizing` is set to `border-box`, it sets the width of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"fit-content\",\n\"lg\": \"intrinsic\",\n\"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
1175
|
-
"values": [
|
|
1252
|
+
"name": "$overlay"
|
|
1253
|
+
},
|
|
1176
1254
|
{
|
|
1177
|
-
"name": "
|
|
1255
|
+
"name": "$press"
|
|
1178
1256
|
},
|
|
1179
1257
|
{
|
|
1180
|
-
"name": "
|
|
1258
|
+
"name": "$primary"
|
|
1181
1259
|
},
|
|
1182
1260
|
{
|
|
1183
|
-
"name": "
|
|
1261
|
+
"name": "$secondary"
|
|
1184
1262
|
},
|
|
1185
1263
|
{
|
|
1186
|
-
"name": "
|
|
1264
|
+
"name": "$success"
|
|
1187
1265
|
},
|
|
1188
1266
|
{
|
|
1189
|
-
"name": "
|
|
1267
|
+
"name": "$success-hover"
|
|
1190
1268
|
},
|
|
1191
1269
|
{
|
|
1192
|
-
"name": "
|
|
1270
|
+
"name": "$success-press"
|
|
1193
1271
|
},
|
|
1194
1272
|
{
|
|
1195
|
-
"name": "
|
|
1273
|
+
"name": "$success-subdued"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"name": "$transparent"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"name": "$warning"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"name": "$warning-hover"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "$warning-press"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"name": "$warning-subdued"
|
|
1196
1289
|
}
|
|
1197
1290
|
]
|
|
1198
1291
|
},
|
|
1199
1292
|
{
|
|
1200
|
-
"name": "
|
|
1201
|
-
"description": "The
|
|
1293
|
+
"name": "border-color",
|
|
1294
|
+
"description": "The borderColor property sets the color of the box's four borders.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$brand\",\n\"md\": \"$brand-alt\",\n\"lg\": \"$disabled\",\n\"xl\": \"$divider\"\n}\n```\n\n- $brand\n- $brand-alt\n- $disabled\n- $divider\n- $error\n- $info\n- $invert\n- $invert-disabled\n- $primary\n- $secondary\n- $subdued\n- $success\n- $transparent\n- $warning",
|
|
1202
1295
|
"values": [
|
|
1203
1296
|
{
|
|
1204
|
-
"name": "
|
|
1297
|
+
"name": "$brand"
|
|
1205
1298
|
},
|
|
1206
1299
|
{
|
|
1207
|
-
"name": "
|
|
1300
|
+
"name": "$brand-alt"
|
|
1208
1301
|
},
|
|
1209
1302
|
{
|
|
1210
|
-
"name": "
|
|
1303
|
+
"name": "$disabled"
|
|
1211
1304
|
},
|
|
1212
1305
|
{
|
|
1213
|
-
"name": "
|
|
1306
|
+
"name": "$divider"
|
|
1214
1307
|
},
|
|
1215
1308
|
{
|
|
1216
|
-
"name": "
|
|
1309
|
+
"name": "$error"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "$info"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "$invert"
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"name": "$invert-disabled"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"name": "$primary"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "$secondary"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "$subdued"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"name": "$success"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"name": "$transparent"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "$warning"
|
|
1217
1337
|
}
|
|
1218
1338
|
]
|
|
1219
1339
|
},
|
|
@@ -1281,379 +1401,392 @@
|
|
|
1281
1401
|
]
|
|
1282
1402
|
},
|
|
1283
1403
|
{
|
|
1284
|
-
"name": "
|
|
1285
|
-
"description": "The
|
|
1404
|
+
"name": "border-radius",
|
|
1405
|
+
"description": "The borderRadius property rounds the corners of an box's outer border edge.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$button\",\n\"xl\": \"$input\"\n}\n```\n\n- $2xl\n- $2xs\n- $button\n- $input\n- $lg\n- $md\n- $none\n- $pill\n- $sm\n- $xl\n- $xs",
|
|
1286
1406
|
"values": [
|
|
1287
1407
|
{
|
|
1288
|
-
"name": "
|
|
1408
|
+
"name": "$2xl"
|
|
1289
1409
|
},
|
|
1290
1410
|
{
|
|
1291
|
-
"name": "
|
|
1411
|
+
"name": "$2xs"
|
|
1292
1412
|
},
|
|
1293
1413
|
{
|
|
1294
|
-
"name": "
|
|
1414
|
+
"name": "$button"
|
|
1295
1415
|
},
|
|
1296
1416
|
{
|
|
1297
|
-
"name": "
|
|
1417
|
+
"name": "$input"
|
|
1298
1418
|
},
|
|
1299
1419
|
{
|
|
1300
|
-
"name": "
|
|
1420
|
+
"name": "$lg"
|
|
1301
1421
|
},
|
|
1302
1422
|
{
|
|
1303
|
-
"name": "
|
|
1423
|
+
"name": "$md"
|
|
1304
1424
|
},
|
|
1305
1425
|
{
|
|
1306
|
-
"name": "
|
|
1426
|
+
"name": "$none"
|
|
1307
1427
|
},
|
|
1308
1428
|
{
|
|
1309
|
-
"name": "
|
|
1429
|
+
"name": "$pill"
|
|
1310
1430
|
},
|
|
1311
1431
|
{
|
|
1312
|
-
"name": "
|
|
1432
|
+
"name": "$sm"
|
|
1313
1433
|
},
|
|
1314
1434
|
{
|
|
1315
|
-
"name": "
|
|
1435
|
+
"name": "$xl"
|
|
1316
1436
|
},
|
|
1317
1437
|
{
|
|
1318
|
-
"name": "
|
|
1438
|
+
"name": "$xs"
|
|
1319
1439
|
}
|
|
1320
1440
|
]
|
|
1321
1441
|
},
|
|
1322
1442
|
{
|
|
1323
|
-
"name": "
|
|
1324
|
-
"description": "The
|
|
1443
|
+
"name": "border-top-left-radius",
|
|
1444
|
+
"description": "The borderTopLeftRadius property rounds the corners of an box's outer border edge.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$button\",\n\"xl\": \"$input\"\n}\n```\n\n- $2xl\n- $2xs\n- $button\n- $input\n- $lg\n- $md\n- $none\n- $pill\n- $sm\n- $xl\n- $xs",
|
|
1325
1445
|
"values": [
|
|
1326
1446
|
{
|
|
1327
|
-
"name": "
|
|
1447
|
+
"name": "$2xl"
|
|
1328
1448
|
},
|
|
1329
1449
|
{
|
|
1330
|
-
"name": "
|
|
1450
|
+
"name": "$2xs"
|
|
1331
1451
|
},
|
|
1332
1452
|
{
|
|
1333
|
-
"name": "
|
|
1453
|
+
"name": "$button"
|
|
1334
1454
|
},
|
|
1335
1455
|
{
|
|
1336
|
-
"name": "
|
|
1456
|
+
"name": "$input"
|
|
1337
1457
|
},
|
|
1338
1458
|
{
|
|
1339
|
-
"name": "
|
|
1459
|
+
"name": "$lg"
|
|
1340
1460
|
},
|
|
1341
1461
|
{
|
|
1342
|
-
"name": "
|
|
1462
|
+
"name": "$md"
|
|
1343
1463
|
},
|
|
1344
1464
|
{
|
|
1345
|
-
"name": "
|
|
1465
|
+
"name": "$none"
|
|
1346
1466
|
},
|
|
1347
1467
|
{
|
|
1348
|
-
"name": "
|
|
1468
|
+
"name": "$pill"
|
|
1349
1469
|
},
|
|
1350
1470
|
{
|
|
1351
|
-
"name": "
|
|
1471
|
+
"name": "$sm"
|
|
1352
1472
|
},
|
|
1353
1473
|
{
|
|
1354
|
-
"name": "
|
|
1474
|
+
"name": "$xl"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "$xs"
|
|
1355
1478
|
}
|
|
1356
1479
|
]
|
|
1357
1480
|
},
|
|
1358
1481
|
{
|
|
1359
|
-
"name": "
|
|
1360
|
-
"description": "The
|
|
1482
|
+
"name": "border-top-right-radius",
|
|
1483
|
+
"description": "The borderTopRightRadius property rounds the corners of an box's outer border edge.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$button\",\n\"xl\": \"$input\"\n}\n```\n\n- $2xl\n- $2xs\n- $button\n- $input\n- $lg\n- $md\n- $none\n- $pill\n- $sm\n- $xl\n- $xs",
|
|
1361
1484
|
"values": [
|
|
1362
1485
|
{
|
|
1363
|
-
"name": "
|
|
1486
|
+
"name": "$2xl"
|
|
1364
1487
|
},
|
|
1365
1488
|
{
|
|
1366
|
-
"name": "
|
|
1489
|
+
"name": "$2xs"
|
|
1367
1490
|
},
|
|
1368
1491
|
{
|
|
1369
|
-
"name": "
|
|
1492
|
+
"name": "$button"
|
|
1370
1493
|
},
|
|
1371
1494
|
{
|
|
1372
|
-
"name": "
|
|
1495
|
+
"name": "$input"
|
|
1373
1496
|
},
|
|
1374
1497
|
{
|
|
1375
|
-
"name": "
|
|
1498
|
+
"name": "$lg"
|
|
1376
1499
|
},
|
|
1377
1500
|
{
|
|
1378
|
-
"name": "
|
|
1501
|
+
"name": "$md"
|
|
1379
1502
|
},
|
|
1380
1503
|
{
|
|
1381
|
-
"name": "
|
|
1504
|
+
"name": "$none"
|
|
1382
1505
|
},
|
|
1383
1506
|
{
|
|
1384
|
-
"name": "
|
|
1507
|
+
"name": "$pill"
|
|
1385
1508
|
},
|
|
1386
1509
|
{
|
|
1387
|
-
"name": "
|
|
1510
|
+
"name": "$sm"
|
|
1388
1511
|
},
|
|
1389
1512
|
{
|
|
1390
|
-
"name": "
|
|
1513
|
+
"name": "$xl"
|
|
1391
1514
|
},
|
|
1392
1515
|
{
|
|
1393
|
-
"name": "
|
|
1516
|
+
"name": "$xs"
|
|
1394
1517
|
}
|
|
1395
1518
|
]
|
|
1396
1519
|
},
|
|
1397
1520
|
{
|
|
1398
|
-
"name": "
|
|
1399
|
-
"description": "The
|
|
1521
|
+
"name": "border-bottom-left-radius",
|
|
1522
|
+
"description": "The borderBottomLeftRadius property rounds the corners of an box's outer border edge.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$button\",\n\"xl\": \"$input\"\n}\n```\n\n- $2xl\n- $2xs\n- $button\n- $input\n- $lg\n- $md\n- $none\n- $pill\n- $sm\n- $xl\n- $xs",
|
|
1400
1523
|
"values": [
|
|
1401
1524
|
{
|
|
1402
|
-
"name": "
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"name": "color-burn"
|
|
1406
|
-
},
|
|
1407
|
-
{
|
|
1408
|
-
"name": "color-dodge"
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
"name": "darken"
|
|
1412
|
-
},
|
|
1413
|
-
{
|
|
1414
|
-
"name": "difference"
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
"name": "exclusion"
|
|
1525
|
+
"name": "$2xl"
|
|
1418
1526
|
},
|
|
1419
1527
|
{
|
|
1420
|
-
"name": "
|
|
1528
|
+
"name": "$2xs"
|
|
1421
1529
|
},
|
|
1422
1530
|
{
|
|
1423
|
-
"name": "
|
|
1531
|
+
"name": "$button"
|
|
1424
1532
|
},
|
|
1425
1533
|
{
|
|
1426
|
-
"name": "
|
|
1534
|
+
"name": "$input"
|
|
1427
1535
|
},
|
|
1428
1536
|
{
|
|
1429
|
-
"name": "
|
|
1537
|
+
"name": "$lg"
|
|
1430
1538
|
},
|
|
1431
1539
|
{
|
|
1432
|
-
"name": "
|
|
1540
|
+
"name": "$md"
|
|
1433
1541
|
},
|
|
1434
1542
|
{
|
|
1435
|
-
"name": "
|
|
1543
|
+
"name": "$none"
|
|
1436
1544
|
},
|
|
1437
1545
|
{
|
|
1438
|
-
"name": "
|
|
1546
|
+
"name": "$pill"
|
|
1439
1547
|
},
|
|
1440
1548
|
{
|
|
1441
|
-
"name": "
|
|
1549
|
+
"name": "$sm"
|
|
1442
1550
|
},
|
|
1443
1551
|
{
|
|
1444
|
-
"name": "
|
|
1552
|
+
"name": "$xl"
|
|
1445
1553
|
},
|
|
1446
1554
|
{
|
|
1447
|
-
"name": "
|
|
1555
|
+
"name": "$xs"
|
|
1448
1556
|
}
|
|
1449
1557
|
]
|
|
1450
1558
|
},
|
|
1451
1559
|
{
|
|
1452
|
-
"name": "
|
|
1453
|
-
"description": "The
|
|
1560
|
+
"name": "border-bottom-right-radius",
|
|
1561
|
+
"description": "The borderBottomRightRadius property rounds the corners of an box's outer border edge.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$button\",\n\"xl\": \"$input\"\n}\n```\n\n- $2xl\n- $2xs\n- $button\n- $input\n- $lg\n- $md\n- $none\n- $pill\n- $sm\n- $xl\n- $xs",
|
|
1454
1562
|
"values": [
|
|
1455
1563
|
{
|
|
1456
|
-
"name": "$
|
|
1564
|
+
"name": "$2xl"
|
|
1457
1565
|
},
|
|
1458
1566
|
{
|
|
1459
|
-
"name": "$
|
|
1567
|
+
"name": "$2xs"
|
|
1460
1568
|
},
|
|
1461
1569
|
{
|
|
1462
|
-
"name": "$
|
|
1570
|
+
"name": "$button"
|
|
1463
1571
|
},
|
|
1464
1572
|
{
|
|
1465
|
-
"name": "$
|
|
1573
|
+
"name": "$input"
|
|
1466
1574
|
},
|
|
1467
1575
|
{
|
|
1468
|
-
"name": "$
|
|
1576
|
+
"name": "$lg"
|
|
1469
1577
|
},
|
|
1470
1578
|
{
|
|
1471
|
-
"name": "$
|
|
1579
|
+
"name": "$md"
|
|
1472
1580
|
},
|
|
1473
1581
|
{
|
|
1474
|
-
"name": "$
|
|
1582
|
+
"name": "$none"
|
|
1475
1583
|
},
|
|
1476
1584
|
{
|
|
1477
|
-
"name": "$
|
|
1585
|
+
"name": "$pill"
|
|
1478
1586
|
},
|
|
1479
1587
|
{
|
|
1480
|
-
"name": "$
|
|
1588
|
+
"name": "$sm"
|
|
1481
1589
|
},
|
|
1482
1590
|
{
|
|
1483
|
-
"name": "$
|
|
1591
|
+
"name": "$xl"
|
|
1484
1592
|
},
|
|
1485
1593
|
{
|
|
1486
|
-
"name": "$
|
|
1487
|
-
}
|
|
1594
|
+
"name": "$xs"
|
|
1595
|
+
}
|
|
1596
|
+
]
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"name": "border-width",
|
|
1600
|
+
"description": "The borderWidth property sets the width of an box's border.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$1\",\n\"md\": \"$2\",\n\"lg\": \"$3\",\n\"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
1601
|
+
"values": [
|
|
1488
1602
|
{
|
|
1489
|
-
"name": "$
|
|
1603
|
+
"name": "$1"
|
|
1490
1604
|
},
|
|
1491
1605
|
{
|
|
1492
|
-
"name": "$
|
|
1606
|
+
"name": "$2"
|
|
1493
1607
|
},
|
|
1494
1608
|
{
|
|
1495
|
-
"name": "$
|
|
1609
|
+
"name": "$3"
|
|
1496
1610
|
},
|
|
1497
1611
|
{
|
|
1498
|
-
"name": "$
|
|
1612
|
+
"name": "$4"
|
|
1499
1613
|
},
|
|
1500
1614
|
{
|
|
1501
|
-
"name": "$
|
|
1615
|
+
"name": "$5"
|
|
1502
1616
|
},
|
|
1503
1617
|
{
|
|
1504
|
-
"name": "$
|
|
1505
|
-
}
|
|
1618
|
+
"name": "$none"
|
|
1619
|
+
}
|
|
1620
|
+
]
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"name": "border-top-width",
|
|
1624
|
+
"description": "The borderTopWidth property defines the width of the border at the top of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$1\",\n\"md\": \"$2\",\n\"lg\": \"$3\",\n\"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
1625
|
+
"values": [
|
|
1506
1626
|
{
|
|
1507
|
-
"name": "$
|
|
1627
|
+
"name": "$1"
|
|
1508
1628
|
},
|
|
1509
1629
|
{
|
|
1510
|
-
"name": "$
|
|
1630
|
+
"name": "$2"
|
|
1511
1631
|
},
|
|
1512
1632
|
{
|
|
1513
|
-
"name": "$
|
|
1633
|
+
"name": "$3"
|
|
1514
1634
|
},
|
|
1515
1635
|
{
|
|
1516
|
-
"name": "$
|
|
1636
|
+
"name": "$4"
|
|
1517
1637
|
},
|
|
1518
1638
|
{
|
|
1519
|
-
"name": "$
|
|
1639
|
+
"name": "$5"
|
|
1520
1640
|
},
|
|
1521
1641
|
{
|
|
1522
|
-
"name": "$
|
|
1642
|
+
"name": "$none"
|
|
1643
|
+
}
|
|
1644
|
+
]
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "border-bottom-width",
|
|
1648
|
+
"description": "The borderBottomWidth property defines the width of the border at the bottom of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$1\",\n\"md\": \"$2\",\n\"lg\": \"$3\",\n\"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
1649
|
+
"values": [
|
|
1650
|
+
{
|
|
1651
|
+
"name": "$1"
|
|
1523
1652
|
},
|
|
1524
1653
|
{
|
|
1525
|
-
"name": "$
|
|
1654
|
+
"name": "$2"
|
|
1526
1655
|
},
|
|
1527
1656
|
{
|
|
1528
|
-
"name": "$
|
|
1657
|
+
"name": "$3"
|
|
1529
1658
|
},
|
|
1530
1659
|
{
|
|
1531
|
-
"name": "$
|
|
1660
|
+
"name": "$4"
|
|
1532
1661
|
},
|
|
1533
1662
|
{
|
|
1534
|
-
"name": "$
|
|
1663
|
+
"name": "$5"
|
|
1535
1664
|
},
|
|
1536
1665
|
{
|
|
1537
|
-
"name": "$
|
|
1666
|
+
"name": "$none"
|
|
1667
|
+
}
|
|
1668
|
+
]
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"name": "border-left-width",
|
|
1672
|
+
"description": "The borderLeftWidth property defines the width of the border at the left of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$1\",\n\"md\": \"$2\",\n\"lg\": \"$3\",\n\"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
1673
|
+
"values": [
|
|
1674
|
+
{
|
|
1675
|
+
"name": "$1"
|
|
1538
1676
|
},
|
|
1539
1677
|
{
|
|
1540
|
-
"name": "$
|
|
1678
|
+
"name": "$2"
|
|
1541
1679
|
},
|
|
1542
1680
|
{
|
|
1543
|
-
"name": "$
|
|
1681
|
+
"name": "$3"
|
|
1544
1682
|
},
|
|
1545
1683
|
{
|
|
1546
|
-
"name": "$
|
|
1684
|
+
"name": "$4"
|
|
1547
1685
|
},
|
|
1548
1686
|
{
|
|
1549
|
-
"name": "$
|
|
1687
|
+
"name": "$5"
|
|
1550
1688
|
},
|
|
1551
1689
|
{
|
|
1552
|
-
"name": "$
|
|
1690
|
+
"name": "$none"
|
|
1553
1691
|
}
|
|
1554
1692
|
]
|
|
1555
1693
|
},
|
|
1556
1694
|
{
|
|
1557
|
-
"name": "
|
|
1558
|
-
"description": "The
|
|
1559
|
-
"values": []
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"name": "background-position-x",
|
|
1563
|
-
"description": "The **`background-position-x`** CSS property sets the initial horizontal position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `left`\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"center\",\n\"md\": \"left\",\n\"lg\": \"right\",\n\"xl\": \"x-end\"\n}\n```\n\n- center\n- left\n- right\n- x-end\n- x-start",
|
|
1695
|
+
"name": "border-right-width",
|
|
1696
|
+
"description": "The borderRightWidth property defines the width of the border at the right of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$1\",\n\"md\": \"$2\",\n\"lg\": \"$3\",\n\"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
1564
1697
|
"values": [
|
|
1565
1698
|
{
|
|
1566
|
-
"name": "
|
|
1699
|
+
"name": "$1"
|
|
1567
1700
|
},
|
|
1568
1701
|
{
|
|
1569
|
-
"name": "
|
|
1702
|
+
"name": "$2"
|
|
1570
1703
|
},
|
|
1571
1704
|
{
|
|
1572
|
-
"name": "
|
|
1705
|
+
"name": "$3"
|
|
1573
1706
|
},
|
|
1574
1707
|
{
|
|
1575
|
-
"name": "
|
|
1708
|
+
"name": "$4"
|
|
1576
1709
|
},
|
|
1577
1710
|
{
|
|
1578
|
-
"name": "
|
|
1711
|
+
"name": "$5"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"name": "$none"
|
|
1579
1715
|
}
|
|
1580
1716
|
]
|
|
1581
1717
|
},
|
|
1582
1718
|
{
|
|
1583
|
-
"name": "
|
|
1584
|
-
"description": "The
|
|
1719
|
+
"name": "box-shadow",
|
|
1720
|
+
"description": "The boxShadow property adds shadow effects around an box's frame.\n\nThis property supports responsive values. You can pass a single value like `\"$bottom-1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$bottom-1\",\n\"md\": \"$bottom-2\",\n\"lg\": \"$bottom-3\",\n\"xl\": \"$bottom-4\"\n}\n```\n\n- $bottom-1\n- $bottom-2\n- $bottom-3\n- $bottom-4\n- $bottom-5\n- $none\n- $top-1\n- $top-2\n- $top-3\n- $top-4\n- $top-5",
|
|
1585
1721
|
"values": [
|
|
1586
1722
|
{
|
|
1587
|
-
"name": "bottom"
|
|
1723
|
+
"name": "$bottom-1"
|
|
1588
1724
|
},
|
|
1589
1725
|
{
|
|
1590
|
-
"name": "
|
|
1726
|
+
"name": "$bottom-2"
|
|
1591
1727
|
},
|
|
1592
1728
|
{
|
|
1593
|
-
"name": "
|
|
1729
|
+
"name": "$bottom-3"
|
|
1594
1730
|
},
|
|
1595
1731
|
{
|
|
1596
|
-
"name": "
|
|
1732
|
+
"name": "$bottom-4"
|
|
1597
1733
|
},
|
|
1598
1734
|
{
|
|
1599
|
-
"name": "
|
|
1600
|
-
}
|
|
1601
|
-
]
|
|
1602
|
-
},
|
|
1603
|
-
{
|
|
1604
|
-
"name": "background-repeat",
|
|
1605
|
-
"description": "The **`background-repeat`** CSS property sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.\n\n\n**Initial value**: `repeat`\n\nThis property supports responsive values. You can pass a single value like `\"no-repeat\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"no-repeat\",\n\"md\": \"repeat\",\n\"lg\": \"repeat-x\",\n\"xl\": \"repeat-y\"\n}\n```\n\n- no-repeat\n- repeat\n- repeat-x\n- repeat-y\n- round\n- space",
|
|
1606
|
-
"values": [
|
|
1607
|
-
{
|
|
1608
|
-
"name": "no-repeat"
|
|
1735
|
+
"name": "$bottom-5"
|
|
1609
1736
|
},
|
|
1610
1737
|
{
|
|
1611
|
-
"name": "
|
|
1738
|
+
"name": "$none"
|
|
1612
1739
|
},
|
|
1613
1740
|
{
|
|
1614
|
-
"name": "
|
|
1741
|
+
"name": "$top-1"
|
|
1615
1742
|
},
|
|
1616
1743
|
{
|
|
1617
|
-
"name": "
|
|
1744
|
+
"name": "$top-2"
|
|
1618
1745
|
},
|
|
1619
1746
|
{
|
|
1620
|
-
"name": "
|
|
1747
|
+
"name": "$top-3"
|
|
1621
1748
|
},
|
|
1622
1749
|
{
|
|
1623
|
-
"name": "
|
|
1750
|
+
"name": "$top-4"
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"name": "$top-5"
|
|
1624
1754
|
}
|
|
1625
1755
|
]
|
|
1626
1756
|
},
|
|
1627
1757
|
{
|
|
1628
|
-
"name": "
|
|
1629
|
-
"description": "The
|
|
1758
|
+
"name": "padding",
|
|
1759
|
+
"description": "The padding properties are used to generate space around an box's content area.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
1630
1760
|
"values": [
|
|
1631
1761
|
{
|
|
1632
|
-
"name": "
|
|
1762
|
+
"name": "$2xl"
|
|
1633
1763
|
},
|
|
1634
1764
|
{
|
|
1635
|
-
"name": "
|
|
1765
|
+
"name": "$2xs"
|
|
1636
1766
|
},
|
|
1637
1767
|
{
|
|
1638
|
-
"name": "
|
|
1639
|
-
}
|
|
1640
|
-
]
|
|
1641
|
-
},
|
|
1642
|
-
{
|
|
1643
|
-
"name": "border-bottom-left-radius",
|
|
1644
|
-
"description": "The borderBottomLeftRadius property rounds the corners of an box's outer border edge.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$button\",\n\"xl\": \"$input\"\n}\n```\n\n- $2xl\n- $2xs\n- $button\n- $input\n- $lg\n- $md\n- $none\n- $pill\n- $sm\n- $xl\n- $xs",
|
|
1645
|
-
"values": [
|
|
1768
|
+
"name": "$3xl"
|
|
1769
|
+
},
|
|
1646
1770
|
{
|
|
1647
|
-
"name": "$
|
|
1771
|
+
"name": "$3xs"
|
|
1648
1772
|
},
|
|
1649
1773
|
{
|
|
1650
|
-
"name": "$
|
|
1774
|
+
"name": "$4xl"
|
|
1651
1775
|
},
|
|
1652
1776
|
{
|
|
1653
|
-
"name": "$
|
|
1777
|
+
"name": "$4xs"
|
|
1654
1778
|
},
|
|
1655
1779
|
{
|
|
1656
|
-
"name": "$
|
|
1780
|
+
"name": "$5xl"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"name": "$6xl"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"name": "$7xl"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"name": "$8xl"
|
|
1657
1790
|
},
|
|
1658
1791
|
{
|
|
1659
1792
|
"name": "$lg"
|
|
@@ -1665,10 +1798,7 @@
|
|
|
1665
1798
|
"name": "$none"
|
|
1666
1799
|
},
|
|
1667
1800
|
{
|
|
1668
|
-
"name": "$
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"name": "$sm"
|
|
1801
|
+
"name": "$s"
|
|
1672
1802
|
},
|
|
1673
1803
|
{
|
|
1674
1804
|
"name": "$xl"
|
|
@@ -1679,8 +1809,8 @@
|
|
|
1679
1809
|
]
|
|
1680
1810
|
},
|
|
1681
1811
|
{
|
|
1682
|
-
"name": "
|
|
1683
|
-
"description": "The
|
|
1812
|
+
"name": "padding-top",
|
|
1813
|
+
"description": "The paddingTop property sets the height of the padding area on the top of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
1684
1814
|
"values": [
|
|
1685
1815
|
{
|
|
1686
1816
|
"name": "$2xl"
|
|
@@ -1689,97 +1819,82 @@
|
|
|
1689
1819
|
"name": "$2xs"
|
|
1690
1820
|
},
|
|
1691
1821
|
{
|
|
1692
|
-
"name": "$
|
|
1822
|
+
"name": "$3xl"
|
|
1693
1823
|
},
|
|
1694
1824
|
{
|
|
1695
|
-
"name": "$
|
|
1825
|
+
"name": "$3xs"
|
|
1696
1826
|
},
|
|
1697
1827
|
{
|
|
1698
|
-
"name": "$
|
|
1828
|
+
"name": "$4xl"
|
|
1699
1829
|
},
|
|
1700
1830
|
{
|
|
1701
|
-
"name": "$
|
|
1831
|
+
"name": "$4xs"
|
|
1702
1832
|
},
|
|
1703
1833
|
{
|
|
1704
|
-
"name": "$
|
|
1834
|
+
"name": "$5xl"
|
|
1705
1835
|
},
|
|
1706
1836
|
{
|
|
1707
|
-
"name": "$
|
|
1837
|
+
"name": "$6xl"
|
|
1708
1838
|
},
|
|
1709
1839
|
{
|
|
1710
|
-
"name": "$
|
|
1840
|
+
"name": "$7xl"
|
|
1711
1841
|
},
|
|
1712
1842
|
{
|
|
1713
|
-
"name": "$
|
|
1843
|
+
"name": "$8xl"
|
|
1714
1844
|
},
|
|
1715
1845
|
{
|
|
1716
|
-
"name": "$
|
|
1717
|
-
}
|
|
1718
|
-
]
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"name": "border-bottom-width",
|
|
1722
|
-
"description": "The borderBottomWidth property defines the width of the border at the bottom of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$1\",\n\"md\": \"$2\",\n\"lg\": \"$3\",\n\"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
1723
|
-
"values": [
|
|
1724
|
-
{
|
|
1725
|
-
"name": "$1"
|
|
1846
|
+
"name": "$lg"
|
|
1726
1847
|
},
|
|
1727
1848
|
{
|
|
1728
|
-
"name": "$
|
|
1849
|
+
"name": "$md"
|
|
1729
1850
|
},
|
|
1730
1851
|
{
|
|
1731
|
-
"name": "$
|
|
1852
|
+
"name": "$none"
|
|
1732
1853
|
},
|
|
1733
1854
|
{
|
|
1734
|
-
"name": "$
|
|
1855
|
+
"name": "$s"
|
|
1735
1856
|
},
|
|
1736
1857
|
{
|
|
1737
|
-
"name": "$
|
|
1858
|
+
"name": "$xl"
|
|
1738
1859
|
},
|
|
1739
1860
|
{
|
|
1740
|
-
"name": "$
|
|
1861
|
+
"name": "$xs"
|
|
1741
1862
|
}
|
|
1742
1863
|
]
|
|
1743
1864
|
},
|
|
1744
1865
|
{
|
|
1745
|
-
"name": "
|
|
1746
|
-
"description": "The
|
|
1866
|
+
"name": "padding-bottom",
|
|
1867
|
+
"description": "The paddingBottom property sets the height of the padding area on the bottom of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
1747
1868
|
"values": [
|
|
1748
1869
|
{
|
|
1749
|
-
"name": "$
|
|
1870
|
+
"name": "$2xl"
|
|
1750
1871
|
},
|
|
1751
1872
|
{
|
|
1752
|
-
"name": "$
|
|
1873
|
+
"name": "$2xs"
|
|
1753
1874
|
},
|
|
1754
1875
|
{
|
|
1755
|
-
"name": "$
|
|
1876
|
+
"name": "$3xl"
|
|
1756
1877
|
},
|
|
1757
1878
|
{
|
|
1758
|
-
"name": "$
|
|
1879
|
+
"name": "$3xs"
|
|
1759
1880
|
},
|
|
1760
1881
|
{
|
|
1761
|
-
"name": "$
|
|
1882
|
+
"name": "$4xl"
|
|
1762
1883
|
},
|
|
1763
1884
|
{
|
|
1764
|
-
"name": "$
|
|
1765
|
-
}
|
|
1766
|
-
]
|
|
1767
|
-
},
|
|
1768
|
-
{
|
|
1769
|
-
"name": "border-top-left-radius",
|
|
1770
|
-
"description": "The borderTopLeftRadius property rounds the corners of an box's outer border edge.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$button\",\n\"xl\": \"$input\"\n}\n```\n\n- $2xl\n- $2xs\n- $button\n- $input\n- $lg\n- $md\n- $none\n- $pill\n- $sm\n- $xl\n- $xs",
|
|
1771
|
-
"values": [
|
|
1885
|
+
"name": "$4xs"
|
|
1886
|
+
},
|
|
1772
1887
|
{
|
|
1773
|
-
"name": "$
|
|
1888
|
+
"name": "$5xl"
|
|
1774
1889
|
},
|
|
1775
1890
|
{
|
|
1776
|
-
"name": "$
|
|
1891
|
+
"name": "$6xl"
|
|
1777
1892
|
},
|
|
1778
1893
|
{
|
|
1779
|
-
"name": "$
|
|
1894
|
+
"name": "$7xl"
|
|
1780
1895
|
},
|
|
1781
1896
|
{
|
|
1782
|
-
"name": "$
|
|
1897
|
+
"name": "$8xl"
|
|
1783
1898
|
},
|
|
1784
1899
|
{
|
|
1785
1900
|
"name": "$lg"
|
|
@@ -1791,10 +1906,7 @@
|
|
|
1791
1906
|
"name": "$none"
|
|
1792
1907
|
},
|
|
1793
1908
|
{
|
|
1794
|
-
"name": "$
|
|
1795
|
-
},
|
|
1796
|
-
{
|
|
1797
|
-
"name": "$sm"
|
|
1909
|
+
"name": "$s"
|
|
1798
1910
|
},
|
|
1799
1911
|
{
|
|
1800
1912
|
"name": "$xl"
|
|
@@ -1805,8 +1917,8 @@
|
|
|
1805
1917
|
]
|
|
1806
1918
|
},
|
|
1807
1919
|
{
|
|
1808
|
-
"name": "
|
|
1809
|
-
"description": "The
|
|
1920
|
+
"name": "padding-left",
|
|
1921
|
+
"description": "The paddingLeft property sets the width of the padding area to the left of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
1810
1922
|
"values": [
|
|
1811
1923
|
{
|
|
1812
1924
|
"name": "$2xl"
|
|
@@ -1815,10 +1927,28 @@
|
|
|
1815
1927
|
"name": "$2xs"
|
|
1816
1928
|
},
|
|
1817
1929
|
{
|
|
1818
|
-
"name": "$
|
|
1930
|
+
"name": "$3xl"
|
|
1819
1931
|
},
|
|
1820
1932
|
{
|
|
1821
|
-
"name": "$
|
|
1933
|
+
"name": "$3xs"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"name": "$4xl"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"name": "$4xs"
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"name": "$5xl"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"name": "$6xl"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "$7xl"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "$8xl"
|
|
1822
1952
|
},
|
|
1823
1953
|
{
|
|
1824
1954
|
"name": "$lg"
|
|
@@ -1830,10 +1960,7 @@
|
|
|
1830
1960
|
"name": "$none"
|
|
1831
1961
|
},
|
|
1832
1962
|
{
|
|
1833
|
-
"name": "$
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"name": "$sm"
|
|
1963
|
+
"name": "$s"
|
|
1837
1964
|
},
|
|
1838
1965
|
{
|
|
1839
1966
|
"name": "$xl"
|
|
@@ -1844,570 +1971,566 @@
|
|
|
1844
1971
|
]
|
|
1845
1972
|
},
|
|
1846
1973
|
{
|
|
1847
|
-
"name": "
|
|
1848
|
-
"description": "The
|
|
1849
|
-
"values": []
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"name": "box-shadow",
|
|
1853
|
-
"description": "The boxShadow property adds shadow effects around an box's frame.\n\nThis property supports responsive values. You can pass a single value like `\"$bottom-1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$bottom-1\",\n\"md\": \"$bottom-2\",\n\"lg\": \"$bottom-3\",\n\"xl\": \"$bottom-4\"\n}\n```\n\n- $bottom-1\n- $bottom-2\n- $bottom-3\n- $bottom-4\n- $bottom-5\n- $none\n- $top-1\n- $top-2\n- $top-3\n- $top-4\n- $top-5",
|
|
1974
|
+
"name": "padding-right",
|
|
1975
|
+
"description": "The paddingLeft property sets the width of the padding area to the right of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
1854
1976
|
"values": [
|
|
1855
1977
|
{
|
|
1856
|
-
"name": "$
|
|
1978
|
+
"name": "$2xl"
|
|
1857
1979
|
},
|
|
1858
1980
|
{
|
|
1859
|
-
"name": "$
|
|
1981
|
+
"name": "$2xs"
|
|
1860
1982
|
},
|
|
1861
1983
|
{
|
|
1862
|
-
"name": "$
|
|
1984
|
+
"name": "$3xl"
|
|
1863
1985
|
},
|
|
1864
1986
|
{
|
|
1865
|
-
"name": "$
|
|
1987
|
+
"name": "$3xs"
|
|
1866
1988
|
},
|
|
1867
1989
|
{
|
|
1868
|
-
"name": "$
|
|
1990
|
+
"name": "$4xl"
|
|
1869
1991
|
},
|
|
1870
1992
|
{
|
|
1871
|
-
"name": "$
|
|
1993
|
+
"name": "$4xs"
|
|
1872
1994
|
},
|
|
1873
1995
|
{
|
|
1874
|
-
"name": "$
|
|
1996
|
+
"name": "$5xl"
|
|
1875
1997
|
},
|
|
1876
1998
|
{
|
|
1877
|
-
"name": "$
|
|
1999
|
+
"name": "$6xl"
|
|
1878
2000
|
},
|
|
1879
2001
|
{
|
|
1880
|
-
"name": "$
|
|
2002
|
+
"name": "$7xl"
|
|
1881
2003
|
},
|
|
1882
2004
|
{
|
|
1883
|
-
"name": "$
|
|
2005
|
+
"name": "$8xl"
|
|
1884
2006
|
},
|
|
1885
2007
|
{
|
|
1886
|
-
"name": "$
|
|
1887
|
-
}
|
|
1888
|
-
]
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"name": "box-sizing",
|
|
1892
|
-
"description": "The **`box-sizing`** CSS property sets how the total width and height of an element is calculated.\n\n\n**Initial value**: `content-box`\n\nThis property supports responsive values. You can pass a single value like `\"border-box\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"border-box\",\n\"md\": \"content-box\",\n\"lg\": \"border-box\",\n\"xl\": \"content-box\"\n}\n```\n\n- border-box\n- content-box",
|
|
1893
|
-
"values": [
|
|
2008
|
+
"name": "$lg"
|
|
2009
|
+
},
|
|
1894
2010
|
{
|
|
1895
|
-
"name": "
|
|
2011
|
+
"name": "$md"
|
|
1896
2012
|
},
|
|
1897
2013
|
{
|
|
1898
|
-
"name": "
|
|
2014
|
+
"name": "$none"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"name": "$s"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "$xl"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"name": "$xs"
|
|
1899
2024
|
}
|
|
1900
2025
|
]
|
|
1901
2026
|
},
|
|
1902
2027
|
{
|
|
1903
|
-
"name": "
|
|
1904
|
-
"description": "The
|
|
2028
|
+
"name": "margin",
|
|
2029
|
+
"description": "The margin shorthand property sets the margin area on all four sides of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
1905
2030
|
"values": [
|
|
1906
2031
|
{
|
|
1907
|
-
"name": "
|
|
2032
|
+
"name": "$2xl"
|
|
1908
2033
|
},
|
|
1909
2034
|
{
|
|
1910
|
-
"name": "
|
|
2035
|
+
"name": "$2xs"
|
|
1911
2036
|
},
|
|
1912
2037
|
{
|
|
1913
|
-
"name": "
|
|
2038
|
+
"name": "$3xl"
|
|
1914
2039
|
},
|
|
1915
2040
|
{
|
|
1916
|
-
"name": "
|
|
2041
|
+
"name": "$3xs"
|
|
1917
2042
|
},
|
|
1918
2043
|
{
|
|
1919
|
-
"name": "
|
|
2044
|
+
"name": "$4xl"
|
|
1920
2045
|
},
|
|
1921
2046
|
{
|
|
1922
|
-
"name": "
|
|
2047
|
+
"name": "$4xs"
|
|
1923
2048
|
},
|
|
1924
2049
|
{
|
|
1925
|
-
"name": "
|
|
2050
|
+
"name": "$5xl"
|
|
1926
2051
|
},
|
|
1927
2052
|
{
|
|
1928
|
-
"name": "
|
|
2053
|
+
"name": "$6xl"
|
|
1929
2054
|
},
|
|
1930
2055
|
{
|
|
1931
|
-
"name": "
|
|
2056
|
+
"name": "$7xl"
|
|
1932
2057
|
},
|
|
1933
2058
|
{
|
|
1934
|
-
"name": "
|
|
2059
|
+
"name": "$8xl"
|
|
1935
2060
|
},
|
|
1936
2061
|
{
|
|
1937
|
-
"name": "
|
|
2062
|
+
"name": "$auto"
|
|
1938
2063
|
},
|
|
1939
2064
|
{
|
|
1940
|
-
"name": "
|
|
2065
|
+
"name": "$lg"
|
|
1941
2066
|
},
|
|
1942
2067
|
{
|
|
1943
|
-
"name": "
|
|
2068
|
+
"name": "$md"
|
|
1944
2069
|
},
|
|
1945
2070
|
{
|
|
1946
|
-
"name": "
|
|
2071
|
+
"name": "$none"
|
|
1947
2072
|
},
|
|
1948
2073
|
{
|
|
1949
|
-
"name": "
|
|
2074
|
+
"name": "$s"
|
|
1950
2075
|
},
|
|
1951
2076
|
{
|
|
1952
|
-
"name": "
|
|
2077
|
+
"name": "$xl"
|
|
1953
2078
|
},
|
|
1954
2079
|
{
|
|
1955
|
-
"name": "
|
|
1956
|
-
}
|
|
2080
|
+
"name": "$xs"
|
|
2081
|
+
}
|
|
2082
|
+
]
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"name": "margin-top",
|
|
2086
|
+
"description": "The marginTop property sets the margin area on the top of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
2087
|
+
"values": [
|
|
1957
2088
|
{
|
|
1958
|
-
"name": "
|
|
2089
|
+
"name": "$2xl"
|
|
1959
2090
|
},
|
|
1960
2091
|
{
|
|
1961
|
-
"name": "
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"name": "none"
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"name": "not-allowed"
|
|
2092
|
+
"name": "$2xs"
|
|
1968
2093
|
},
|
|
1969
2094
|
{
|
|
1970
|
-
"name": "
|
|
2095
|
+
"name": "$3xl"
|
|
1971
2096
|
},
|
|
1972
2097
|
{
|
|
1973
|
-
"name": "
|
|
2098
|
+
"name": "$3xs"
|
|
1974
2099
|
},
|
|
1975
2100
|
{
|
|
1976
|
-
"name": "
|
|
2101
|
+
"name": "$4xl"
|
|
1977
2102
|
},
|
|
1978
2103
|
{
|
|
1979
|
-
"name": "
|
|
2104
|
+
"name": "$4xs"
|
|
1980
2105
|
},
|
|
1981
2106
|
{
|
|
1982
|
-
"name": "
|
|
2107
|
+
"name": "$5xl"
|
|
1983
2108
|
},
|
|
1984
2109
|
{
|
|
1985
|
-
"name": "
|
|
2110
|
+
"name": "$6xl"
|
|
1986
2111
|
},
|
|
1987
2112
|
{
|
|
1988
|
-
"name": "
|
|
2113
|
+
"name": "$7xl"
|
|
1989
2114
|
},
|
|
1990
2115
|
{
|
|
1991
|
-
"name": "
|
|
2116
|
+
"name": "$8xl"
|
|
1992
2117
|
},
|
|
1993
2118
|
{
|
|
1994
|
-
"name": "
|
|
2119
|
+
"name": "$auto"
|
|
1995
2120
|
},
|
|
1996
2121
|
{
|
|
1997
|
-
"name": "
|
|
2122
|
+
"name": "$lg"
|
|
1998
2123
|
},
|
|
1999
2124
|
{
|
|
2000
|
-
"name": "
|
|
2125
|
+
"name": "$md"
|
|
2001
2126
|
},
|
|
2002
2127
|
{
|
|
2003
|
-
"name": "
|
|
2128
|
+
"name": "$none"
|
|
2004
2129
|
},
|
|
2005
2130
|
{
|
|
2006
|
-
"name": "
|
|
2131
|
+
"name": "$s"
|
|
2007
2132
|
},
|
|
2008
2133
|
{
|
|
2009
|
-
"name": "
|
|
2134
|
+
"name": "$xl"
|
|
2010
2135
|
},
|
|
2011
2136
|
{
|
|
2012
|
-
"name": "
|
|
2137
|
+
"name": "$xs"
|
|
2013
2138
|
}
|
|
2014
2139
|
]
|
|
2015
2140
|
},
|
|
2016
2141
|
{
|
|
2017
|
-
"name": "
|
|
2018
|
-
"description": "The
|
|
2142
|
+
"name": "margin-bottom",
|
|
2143
|
+
"description": "The marginBottom property sets the margin area on the bottom of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
2019
2144
|
"values": [
|
|
2020
2145
|
{
|
|
2021
|
-
"name": "
|
|
2146
|
+
"name": "$2xl"
|
|
2022
2147
|
},
|
|
2023
2148
|
{
|
|
2024
|
-
"name": "
|
|
2149
|
+
"name": "$2xs"
|
|
2025
2150
|
},
|
|
2026
2151
|
{
|
|
2027
|
-
"name": "
|
|
2152
|
+
"name": "$3xl"
|
|
2028
2153
|
},
|
|
2029
2154
|
{
|
|
2030
|
-
"name": "
|
|
2155
|
+
"name": "$3xs"
|
|
2031
2156
|
},
|
|
2032
2157
|
{
|
|
2033
|
-
"name": "
|
|
2158
|
+
"name": "$4xl"
|
|
2034
2159
|
},
|
|
2035
2160
|
{
|
|
2036
|
-
"name": "
|
|
2161
|
+
"name": "$4xs"
|
|
2037
2162
|
},
|
|
2038
2163
|
{
|
|
2039
|
-
"name": "
|
|
2164
|
+
"name": "$5xl"
|
|
2040
2165
|
},
|
|
2041
2166
|
{
|
|
2042
|
-
"name": "
|
|
2167
|
+
"name": "$6xl"
|
|
2043
2168
|
},
|
|
2044
2169
|
{
|
|
2045
|
-
"name": "
|
|
2170
|
+
"name": "$7xl"
|
|
2046
2171
|
},
|
|
2047
2172
|
{
|
|
2048
|
-
"name": "
|
|
2173
|
+
"name": "$8xl"
|
|
2049
2174
|
},
|
|
2050
2175
|
{
|
|
2051
|
-
"name": "
|
|
2176
|
+
"name": "$auto"
|
|
2052
2177
|
},
|
|
2053
2178
|
{
|
|
2054
|
-
"name": "
|
|
2179
|
+
"name": "$lg"
|
|
2055
2180
|
},
|
|
2056
2181
|
{
|
|
2057
|
-
"name": "
|
|
2182
|
+
"name": "$md"
|
|
2058
2183
|
},
|
|
2059
2184
|
{
|
|
2060
|
-
"name": "none"
|
|
2185
|
+
"name": "$none"
|
|
2061
2186
|
},
|
|
2062
2187
|
{
|
|
2063
|
-
"name": "
|
|
2188
|
+
"name": "$s"
|
|
2064
2189
|
},
|
|
2065
2190
|
{
|
|
2066
|
-
"name": "
|
|
2191
|
+
"name": "$xl"
|
|
2067
2192
|
},
|
|
2068
2193
|
{
|
|
2069
|
-
"name": "
|
|
2194
|
+
"name": "$xs"
|
|
2195
|
+
}
|
|
2196
|
+
]
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "margin-left",
|
|
2200
|
+
"description": "The marginLeft property sets the margin area on the left side of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
2201
|
+
"values": [
|
|
2202
|
+
{
|
|
2203
|
+
"name": "$2xl"
|
|
2070
2204
|
},
|
|
2071
2205
|
{
|
|
2072
|
-
"name": "
|
|
2206
|
+
"name": "$2xs"
|
|
2073
2207
|
},
|
|
2074
2208
|
{
|
|
2075
|
-
"name": "
|
|
2209
|
+
"name": "$3xl"
|
|
2076
2210
|
},
|
|
2077
2211
|
{
|
|
2078
|
-
"name": "
|
|
2212
|
+
"name": "$3xs"
|
|
2079
2213
|
},
|
|
2080
2214
|
{
|
|
2081
|
-
"name": "
|
|
2215
|
+
"name": "$4xl"
|
|
2082
2216
|
},
|
|
2083
2217
|
{
|
|
2084
|
-
"name": "
|
|
2218
|
+
"name": "$4xs"
|
|
2085
2219
|
},
|
|
2086
2220
|
{
|
|
2087
|
-
"name": "
|
|
2221
|
+
"name": "$5xl"
|
|
2088
2222
|
},
|
|
2089
2223
|
{
|
|
2090
|
-
"name": "
|
|
2224
|
+
"name": "$6xl"
|
|
2091
2225
|
},
|
|
2092
2226
|
{
|
|
2093
|
-
"name": "
|
|
2227
|
+
"name": "$7xl"
|
|
2094
2228
|
},
|
|
2095
2229
|
{
|
|
2096
|
-
"name": "
|
|
2230
|
+
"name": "$8xl"
|
|
2097
2231
|
},
|
|
2098
2232
|
{
|
|
2099
|
-
"name": "
|
|
2233
|
+
"name": "$auto"
|
|
2100
2234
|
},
|
|
2101
2235
|
{
|
|
2102
|
-
"name": "
|
|
2236
|
+
"name": "$lg"
|
|
2103
2237
|
},
|
|
2104
2238
|
{
|
|
2105
|
-
"name": "
|
|
2239
|
+
"name": "$md"
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"name": "$none"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "$s"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"name": "$xl"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"name": "$xs"
|
|
2106
2252
|
}
|
|
2107
2253
|
]
|
|
2108
2254
|
},
|
|
2109
2255
|
{
|
|
2110
|
-
"name": "
|
|
2111
|
-
"description": "The
|
|
2256
|
+
"name": "margin-right",
|
|
2257
|
+
"description": "The marginRight property sets the margin area on the right side of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
2112
2258
|
"values": [
|
|
2113
2259
|
{
|
|
2114
|
-
"name": "
|
|
2260
|
+
"name": "$2xl"
|
|
2115
2261
|
},
|
|
2116
2262
|
{
|
|
2117
|
-
"name": "
|
|
2263
|
+
"name": "$2xs"
|
|
2118
2264
|
},
|
|
2119
2265
|
{
|
|
2120
|
-
"name": "
|
|
2266
|
+
"name": "$3xl"
|
|
2121
2267
|
},
|
|
2122
2268
|
{
|
|
2123
|
-
"name": "
|
|
2269
|
+
"name": "$3xs"
|
|
2124
2270
|
},
|
|
2125
2271
|
{
|
|
2126
|
-
"name": "
|
|
2272
|
+
"name": "$4xl"
|
|
2127
2273
|
},
|
|
2128
2274
|
{
|
|
2129
|
-
"name": "
|
|
2130
|
-
}
|
|
2131
|
-
]
|
|
2132
|
-
},
|
|
2133
|
-
{
|
|
2134
|
-
"name": "flex-direction",
|
|
2135
|
-
"description": "The **`flex-direction`** CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).\n\n\n**Initial value**: `row`\n\nThis property supports responsive values. You can pass a single value like `\"column\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"column\",\n\"md\": \"column-reverse\",\n\"lg\": \"row\",\n\"xl\": \"row-reverse\"\n}\n```\n\n- column\n- column-reverse\n- row\n- row-reverse",
|
|
2136
|
-
"values": [
|
|
2275
|
+
"name": "$4xs"
|
|
2276
|
+
},
|
|
2137
2277
|
{
|
|
2138
|
-
"name": "
|
|
2278
|
+
"name": "$5xl"
|
|
2139
2279
|
},
|
|
2140
2280
|
{
|
|
2141
|
-
"name": "
|
|
2281
|
+
"name": "$6xl"
|
|
2142
2282
|
},
|
|
2143
2283
|
{
|
|
2144
|
-
"name": "
|
|
2284
|
+
"name": "$7xl"
|
|
2145
2285
|
},
|
|
2146
2286
|
{
|
|
2147
|
-
"name": "
|
|
2148
|
-
}
|
|
2149
|
-
]
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"name": "flex-grow",
|
|
2153
|
-
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item main size.\n\n\n**Initial value**: `0`",
|
|
2154
|
-
"values": []
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
"name": "flex-shrink",
|
|
2158
|
-
"description": "The **`flex-shrink`** CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to `flex-shrink`.\n\n\n**Initial value**: `1`",
|
|
2159
|
-
"values": []
|
|
2160
|
-
},
|
|
2161
|
-
{
|
|
2162
|
-
"name": "flex-wrap",
|
|
2163
|
-
"description": "The **`flex-wrap`** CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.\n\n\n**Initial value**: `nowrap`\n\nThis property supports responsive values. You can pass a single value like `\"nowrap\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"nowrap\",\n\"md\": \"wrap\",\n\"lg\": \"wrap-reverse\",\n\"xl\": \"nowrap\"\n}\n```\n\n- nowrap\n- wrap\n- wrap-reverse",
|
|
2164
|
-
"values": [
|
|
2287
|
+
"name": "$8xl"
|
|
2288
|
+
},
|
|
2165
2289
|
{
|
|
2166
|
-
"name": "
|
|
2290
|
+
"name": "$auto"
|
|
2167
2291
|
},
|
|
2168
2292
|
{
|
|
2169
|
-
"name": "
|
|
2293
|
+
"name": "$lg"
|
|
2170
2294
|
},
|
|
2171
2295
|
{
|
|
2172
|
-
"name": "
|
|
2173
|
-
}
|
|
2174
|
-
]
|
|
2175
|
-
},
|
|
2176
|
-
{
|
|
2177
|
-
"name": "font-family",
|
|
2178
|
-
"description": "The fontFamily property sets the font family of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$body\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$body\",\n\"md\": \"$button\",\n\"lg\": \"$heading\",\n\"xl\": \"$body\"\n}\n```\n\n- $body\n- $button\n- $heading",
|
|
2179
|
-
"values": [
|
|
2296
|
+
"name": "$md"
|
|
2297
|
+
},
|
|
2180
2298
|
{
|
|
2181
|
-
"name": "$
|
|
2299
|
+
"name": "$none"
|
|
2182
2300
|
},
|
|
2183
2301
|
{
|
|
2184
|
-
"name": "$
|
|
2302
|
+
"name": "$s"
|
|
2185
2303
|
},
|
|
2186
2304
|
{
|
|
2187
|
-
"name": "$
|
|
2305
|
+
"name": "$xl"
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "$xs"
|
|
2188
2309
|
}
|
|
2189
2310
|
]
|
|
2190
2311
|
},
|
|
2191
2312
|
{
|
|
2192
|
-
"name": "
|
|
2193
|
-
"description": "The
|
|
2313
|
+
"name": "gap",
|
|
2314
|
+
"description": "The gap property sets the gaps between rows and columns. It is a shorthand for rowGap and columnGap.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
2194
2315
|
"values": [
|
|
2195
2316
|
{
|
|
2196
|
-
"name": "$
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"name": "$body-m"
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"name": "$body-s"
|
|
2317
|
+
"name": "$2xl"
|
|
2203
2318
|
},
|
|
2204
2319
|
{
|
|
2205
|
-
"name": "$
|
|
2320
|
+
"name": "$2xs"
|
|
2206
2321
|
},
|
|
2207
2322
|
{
|
|
2208
|
-
"name": "$
|
|
2323
|
+
"name": "$3xl"
|
|
2209
2324
|
},
|
|
2210
2325
|
{
|
|
2211
|
-
"name": "$
|
|
2326
|
+
"name": "$3xs"
|
|
2212
2327
|
},
|
|
2213
2328
|
{
|
|
2214
|
-
"name": "$
|
|
2329
|
+
"name": "$4xl"
|
|
2215
2330
|
},
|
|
2216
2331
|
{
|
|
2217
|
-
"name": "$
|
|
2332
|
+
"name": "$4xs"
|
|
2218
2333
|
},
|
|
2219
2334
|
{
|
|
2220
|
-
"name": "$
|
|
2335
|
+
"name": "$5xl"
|
|
2221
2336
|
},
|
|
2222
2337
|
{
|
|
2223
|
-
"name": "$
|
|
2338
|
+
"name": "$6xl"
|
|
2224
2339
|
},
|
|
2225
2340
|
{
|
|
2226
|
-
"name": "$
|
|
2341
|
+
"name": "$7xl"
|
|
2227
2342
|
},
|
|
2228
2343
|
{
|
|
2229
|
-
"name": "$
|
|
2344
|
+
"name": "$8xl"
|
|
2230
2345
|
},
|
|
2231
2346
|
{
|
|
2232
|
-
"name": "$
|
|
2347
|
+
"name": "$lg"
|
|
2233
2348
|
},
|
|
2234
2349
|
{
|
|
2235
|
-
"name": "$
|
|
2350
|
+
"name": "$md"
|
|
2236
2351
|
},
|
|
2237
2352
|
{
|
|
2238
|
-
"name": "$
|
|
2353
|
+
"name": "$none"
|
|
2239
2354
|
},
|
|
2240
2355
|
{
|
|
2241
|
-
"name": "$
|
|
2356
|
+
"name": "$s"
|
|
2242
2357
|
},
|
|
2243
2358
|
{
|
|
2244
|
-
"name": "$
|
|
2359
|
+
"name": "$xl"
|
|
2245
2360
|
},
|
|
2246
2361
|
{
|
|
2247
|
-
"name": "$
|
|
2362
|
+
"name": "$xs"
|
|
2248
2363
|
}
|
|
2249
2364
|
]
|
|
2250
2365
|
},
|
|
2251
2366
|
{
|
|
2252
|
-
"name": "
|
|
2253
|
-
"description": "The
|
|
2367
|
+
"name": "grid-gap",
|
|
2368
|
+
"description": "The gridGap property sets the gaps between rows and columns. It is a shorthand for rowGap and columnGap.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
2254
2369
|
"values": [
|
|
2255
2370
|
{
|
|
2256
|
-
"name": "$
|
|
2371
|
+
"name": "$2xl"
|
|
2257
2372
|
},
|
|
2258
2373
|
{
|
|
2259
|
-
"name": "$
|
|
2374
|
+
"name": "$2xs"
|
|
2260
2375
|
},
|
|
2261
2376
|
{
|
|
2262
|
-
"name": "$
|
|
2377
|
+
"name": "$3xl"
|
|
2263
2378
|
},
|
|
2264
2379
|
{
|
|
2265
|
-
"name": "$
|
|
2266
|
-
}
|
|
2267
|
-
]
|
|
2268
|
-
},
|
|
2269
|
-
{
|
|
2270
|
-
"name": "grid-template-areas",
|
|
2271
|
-
"description": "The **`grid-template-areas`** CSS property specifies named grid areas, establishing the cells in the grid and assigning them names.\n\n\n**Initial value**: `none`",
|
|
2272
|
-
"values": []
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
"name": "grid-template-columns",
|
|
2276
|
-
"description": "The **`grid-template-columns`** CSS property defines the line names and track sizing functions of the grid columns.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"max-content\",\n\"lg\": \"min-content\",\n\"xl\": \"none\"\n}\n```\n\n- auto\n- max-content\n- min-content\n- none\n- subgrid",
|
|
2277
|
-
"values": [
|
|
2380
|
+
"name": "$3xs"
|
|
2381
|
+
},
|
|
2278
2382
|
{
|
|
2279
|
-
"name": "
|
|
2383
|
+
"name": "$4xl"
|
|
2280
2384
|
},
|
|
2281
2385
|
{
|
|
2282
|
-
"name": "
|
|
2386
|
+
"name": "$4xs"
|
|
2283
2387
|
},
|
|
2284
2388
|
{
|
|
2285
|
-
"name": "
|
|
2389
|
+
"name": "$5xl"
|
|
2286
2390
|
},
|
|
2287
2391
|
{
|
|
2288
|
-
"name": "
|
|
2392
|
+
"name": "$6xl"
|
|
2289
2393
|
},
|
|
2290
2394
|
{
|
|
2291
|
-
"name": "
|
|
2292
|
-
}
|
|
2293
|
-
]
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"name": "grid-template-rows",
|
|
2297
|
-
"description": "The **`grid-template-rows`** CSS property defines the line names and track sizing functions of the grid rows.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"max-content\",\n\"lg\": \"min-content\",\n\"xl\": \"none\"\n}\n```\n\n- auto\n- max-content\n- min-content\n- none\n- subgrid",
|
|
2298
|
-
"values": [
|
|
2395
|
+
"name": "$7xl"
|
|
2396
|
+
},
|
|
2299
2397
|
{
|
|
2300
|
-
"name": "
|
|
2398
|
+
"name": "$8xl"
|
|
2301
2399
|
},
|
|
2302
2400
|
{
|
|
2303
|
-
"name": "
|
|
2401
|
+
"name": "$lg"
|
|
2304
2402
|
},
|
|
2305
2403
|
{
|
|
2306
|
-
"name": "
|
|
2404
|
+
"name": "$md"
|
|
2307
2405
|
},
|
|
2308
2406
|
{
|
|
2309
|
-
"name": "none"
|
|
2407
|
+
"name": "$none"
|
|
2310
2408
|
},
|
|
2311
2409
|
{
|
|
2312
|
-
"name": "
|
|
2410
|
+
"name": "$s"
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"name": "$xl"
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"name": "$xs"
|
|
2313
2417
|
}
|
|
2314
2418
|
]
|
|
2315
2419
|
},
|
|
2316
2420
|
{
|
|
2317
|
-
"name": "
|
|
2318
|
-
"description": "The
|
|
2421
|
+
"name": "z-index",
|
|
2422
|
+
"description": "The zIndex property specifies the stack order of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$100\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$100\",\n\"md\": \"$200\",\n\"lg\": \"$300\",\n\"xl\": \"$400\"\n}\n```\n\n- $100\n- $200\n- $300\n- $400\n- $500\n- $600\n- $700\n- $800\n- $900",
|
|
2319
2423
|
"values": [
|
|
2320
2424
|
{
|
|
2321
|
-
"name": "
|
|
2425
|
+
"name": "$100"
|
|
2322
2426
|
},
|
|
2323
2427
|
{
|
|
2324
|
-
"name": "
|
|
2428
|
+
"name": "$200"
|
|
2325
2429
|
},
|
|
2326
2430
|
{
|
|
2327
|
-
"name": "
|
|
2431
|
+
"name": "$300"
|
|
2328
2432
|
},
|
|
2329
2433
|
{
|
|
2330
|
-
"name": "
|
|
2434
|
+
"name": "$400"
|
|
2331
2435
|
},
|
|
2332
2436
|
{
|
|
2333
|
-
"name": "
|
|
2437
|
+
"name": "$500"
|
|
2334
2438
|
},
|
|
2335
2439
|
{
|
|
2336
|
-
"name": "
|
|
2440
|
+
"name": "$600"
|
|
2337
2441
|
},
|
|
2338
2442
|
{
|
|
2339
|
-
"name": "
|
|
2443
|
+
"name": "$700"
|
|
2340
2444
|
},
|
|
2341
2445
|
{
|
|
2342
|
-
"name": "
|
|
2446
|
+
"name": "$800"
|
|
2343
2447
|
},
|
|
2344
2448
|
{
|
|
2345
|
-
"name": "
|
|
2449
|
+
"name": "$900"
|
|
2450
|
+
}
|
|
2451
|
+
]
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"name": "line-height",
|
|
2455
|
+
"description": "The lineHeight property specifies the line height of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$body-l\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$body-l\",\n\"md\": \"$body-m\",\n\"lg\": \"$body-s\",\n\"xl\": \"$body-xl\"\n}\n```\n\n- $body-l\n- $body-m\n- $body-s\n- $body-xl\n- $body-xs\n- $body-xxs\n- $button-l\n- $button-m\n- $button-s\n- $heading-hero\n- $heading-l\n- $heading-m\n- $heading-s\n- $heading-xl\n- $heading-xs\n- $label-l\n- $label-m\n- $label-s",
|
|
2456
|
+
"values": [
|
|
2457
|
+
{
|
|
2458
|
+
"name": "$body-l"
|
|
2346
2459
|
},
|
|
2347
2460
|
{
|
|
2348
|
-
"name": "
|
|
2461
|
+
"name": "$body-m"
|
|
2349
2462
|
},
|
|
2350
2463
|
{
|
|
2351
|
-
"name": "
|
|
2464
|
+
"name": "$body-s"
|
|
2352
2465
|
},
|
|
2353
2466
|
{
|
|
2354
|
-
"name": "
|
|
2355
|
-
}
|
|
2356
|
-
]
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"name": "justify-items",
|
|
2360
|
-
"description": "The CSS **`justify-items`** property defines the default `justify-self` for all items of the box, giving them all a default way of justifying each box along the appropriate axis.\n\n\n**Initial value**: `legacy`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"baseline\",\n\"md\": \"center\",\n\"lg\": \"end\",\n\"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- left\n- legacy\n- normal\n- right\n- self-end\n- self-start\n- start\n- stretch",
|
|
2361
|
-
"values": [
|
|
2467
|
+
"name": "$body-xl"
|
|
2468
|
+
},
|
|
2362
2469
|
{
|
|
2363
|
-
"name": "
|
|
2470
|
+
"name": "$body-xs"
|
|
2364
2471
|
},
|
|
2365
2472
|
{
|
|
2366
|
-
"name": "
|
|
2473
|
+
"name": "$body-xxs"
|
|
2367
2474
|
},
|
|
2368
2475
|
{
|
|
2369
|
-
"name": "
|
|
2476
|
+
"name": "$button-l"
|
|
2370
2477
|
},
|
|
2371
2478
|
{
|
|
2372
|
-
"name": "
|
|
2479
|
+
"name": "$button-m"
|
|
2373
2480
|
},
|
|
2374
2481
|
{
|
|
2375
|
-
"name": "
|
|
2482
|
+
"name": "$button-s"
|
|
2376
2483
|
},
|
|
2377
2484
|
{
|
|
2378
|
-
"name": "
|
|
2485
|
+
"name": "$heading-hero"
|
|
2379
2486
|
},
|
|
2380
2487
|
{
|
|
2381
|
-
"name": "
|
|
2488
|
+
"name": "$heading-l"
|
|
2382
2489
|
},
|
|
2383
2490
|
{
|
|
2384
|
-
"name": "
|
|
2491
|
+
"name": "$heading-m"
|
|
2385
2492
|
},
|
|
2386
2493
|
{
|
|
2387
|
-
"name": "
|
|
2494
|
+
"name": "$heading-s"
|
|
2388
2495
|
},
|
|
2389
2496
|
{
|
|
2390
|
-
"name": "
|
|
2497
|
+
"name": "$heading-xl"
|
|
2391
2498
|
},
|
|
2392
2499
|
{
|
|
2393
|
-
"name": "
|
|
2500
|
+
"name": "$heading-xs"
|
|
2394
2501
|
},
|
|
2395
2502
|
{
|
|
2396
|
-
"name": "
|
|
2503
|
+
"name": "$label-l"
|
|
2397
2504
|
},
|
|
2398
2505
|
{
|
|
2399
|
-
"name": "
|
|
2506
|
+
"name": "$label-m"
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
"name": "$label-s"
|
|
2400
2510
|
}
|
|
2401
2511
|
]
|
|
2402
2512
|
},
|
|
2403
2513
|
{
|
|
2404
|
-
"name": "
|
|
2405
|
-
"description": "The
|
|
2406
|
-
"values": [
|
|
2514
|
+
"name": "font-weight",
|
|
2515
|
+
"description": "The fontWeight property sets how thick or thin characters in box should be displayed.\n\nThis property supports responsive values. You can pass a single value like `\"$bold\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$bold\",\n\"md\": \"$medium\",\n\"lg\": \"$regular\",\n\"xl\": \"$semiBold\"\n}\n```\n\n- $bold\n- $medium\n- $regular\n- $semiBold",
|
|
2516
|
+
"values": [
|
|
2517
|
+
{
|
|
2518
|
+
"name": "$bold"
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"name": "$medium"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"name": "$regular"
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"name": "$semiBold"
|
|
2528
|
+
}
|
|
2529
|
+
]
|
|
2407
2530
|
},
|
|
2408
2531
|
{
|
|
2409
|
-
"name": "
|
|
2410
|
-
"description": "The
|
|
2532
|
+
"name": "font-size",
|
|
2533
|
+
"description": "The fontSize property sets the size of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$body-l\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$body-l\",\n\"md\": \"$body-m\",\n\"lg\": \"$body-s\",\n\"xl\": \"$body-xl\"\n}\n```\n\n- $body-l\n- $body-m\n- $body-s\n- $body-xl\n- $body-xs\n- $body-xxs\n- $button-l\n- $button-m\n- $button-s\n- $heading-hero\n- $heading-l\n- $heading-m\n- $heading-s\n- $heading-xl\n- $heading-xs\n- $label-l\n- $label-m\n- $label-s",
|
|
2411
2534
|
"values": [
|
|
2412
2535
|
{
|
|
2413
2536
|
"name": "$body-l"
|
|
@@ -2466,267 +2589,200 @@
|
|
|
2466
2589
|
]
|
|
2467
2590
|
},
|
|
2468
2591
|
{
|
|
2469
|
-
"name": "
|
|
2470
|
-
"description": "The
|
|
2592
|
+
"name": "font-family",
|
|
2593
|
+
"description": "The fontFamily property sets the font family of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$body\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$body\",\n\"md\": \"$button\",\n\"lg\": \"$heading\",\n\"xl\": \"$body\"\n}\n```\n\n- $body\n- $button\n- $heading",
|
|
2471
2594
|
"values": [
|
|
2472
2595
|
{
|
|
2473
|
-
"name": "$
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"name": "$2xs"
|
|
2477
|
-
},
|
|
2478
|
-
{
|
|
2479
|
-
"name": "$3xl"
|
|
2596
|
+
"name": "$body"
|
|
2480
2597
|
},
|
|
2481
2598
|
{
|
|
2482
|
-
"name": "$
|
|
2599
|
+
"name": "$button"
|
|
2483
2600
|
},
|
|
2484
2601
|
{
|
|
2485
|
-
"name": "$
|
|
2486
|
-
}
|
|
2602
|
+
"name": "$heading"
|
|
2603
|
+
}
|
|
2604
|
+
]
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
"name": "width",
|
|
2608
|
+
"description": "The **`width`** CSS property sets an element's width. By default, it sets the width of the content area, but if `box-sizing` is set to `border-box`, it sets the width of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"fit-content\",\n\"lg\": \"intrinsic\",\n\"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
2609
|
+
"values": [
|
|
2487
2610
|
{
|
|
2488
|
-
"name": "
|
|
2611
|
+
"name": "auto"
|
|
2489
2612
|
},
|
|
2490
2613
|
{
|
|
2491
|
-
"name": "
|
|
2614
|
+
"name": "fit-content"
|
|
2492
2615
|
},
|
|
2493
2616
|
{
|
|
2494
|
-
"name": "
|
|
2617
|
+
"name": "intrinsic"
|
|
2495
2618
|
},
|
|
2496
2619
|
{
|
|
2497
|
-
"name": "
|
|
2620
|
+
"name": "max-content"
|
|
2498
2621
|
},
|
|
2499
2622
|
{
|
|
2500
|
-
"name": "
|
|
2623
|
+
"name": "min-content"
|
|
2501
2624
|
},
|
|
2502
2625
|
{
|
|
2503
|
-
"name": "
|
|
2626
|
+
"name": "min-intrinsic"
|
|
2504
2627
|
},
|
|
2505
2628
|
{
|
|
2506
|
-
"name": "
|
|
2507
|
-
}
|
|
2629
|
+
"name": "stretch"
|
|
2630
|
+
}
|
|
2631
|
+
]
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"name": "height",
|
|
2635
|
+
"description": "The **`height`** CSS property specifies the height of an element. By default, the property defines the height of the content area. If `box-sizing` is set to `border-box`, however, it instead determines the height of the border area. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"fit-content\",\n\"lg\": \"max-content\",\n\"xl\": \"min-content\"\n}\n```\n\n- auto\n- fit-content\n- max-content\n- min-content\n- stretch",
|
|
2636
|
+
"values": [
|
|
2508
2637
|
{
|
|
2509
|
-
"name": "
|
|
2638
|
+
"name": "auto"
|
|
2510
2639
|
},
|
|
2511
2640
|
{
|
|
2512
|
-
"name": "
|
|
2641
|
+
"name": "fit-content"
|
|
2513
2642
|
},
|
|
2514
2643
|
{
|
|
2515
|
-
"name": "
|
|
2644
|
+
"name": "max-content"
|
|
2516
2645
|
},
|
|
2517
2646
|
{
|
|
2518
|
-
"name": "
|
|
2647
|
+
"name": "min-content"
|
|
2519
2648
|
},
|
|
2520
2649
|
{
|
|
2521
|
-
"name": "
|
|
2650
|
+
"name": "stretch"
|
|
2522
2651
|
}
|
|
2523
2652
|
]
|
|
2524
2653
|
},
|
|
2525
2654
|
{
|
|
2526
|
-
"name": "
|
|
2527
|
-
"description": "The
|
|
2655
|
+
"name": "max-width",
|
|
2656
|
+
"description": "The **`max-width`** CSS property sets the maximum width of an element. It prevents the used value of the `width` property from becoming larger than the value specified by `max-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"fit-content\",\n\"md\": \"intrinsic\",\n\"lg\": \"max-content\",\n\"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
2528
2657
|
"values": [
|
|
2529
2658
|
{
|
|
2530
|
-
"name": "
|
|
2659
|
+
"name": "fit-content"
|
|
2531
2660
|
},
|
|
2532
2661
|
{
|
|
2533
|
-
"name": "
|
|
2662
|
+
"name": "intrinsic"
|
|
2534
2663
|
},
|
|
2535
2664
|
{
|
|
2536
|
-
"name": "
|
|
2665
|
+
"name": "max-content"
|
|
2537
2666
|
},
|
|
2538
2667
|
{
|
|
2539
|
-
"name": "
|
|
2668
|
+
"name": "min-content"
|
|
2540
2669
|
},
|
|
2541
2670
|
{
|
|
2542
|
-
"name": "
|
|
2671
|
+
"name": "none"
|
|
2543
2672
|
},
|
|
2544
2673
|
{
|
|
2545
|
-
"name": "
|
|
2674
|
+
"name": "stretch"
|
|
2675
|
+
}
|
|
2676
|
+
]
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"name": "max-height",
|
|
2680
|
+
"description": "The **`max-height`** CSS property sets the maximum height of an element. It prevents the used value of the `height` property from becoming larger than the value specified for `max-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"fit-content\",\n\"md\": \"intrinsic\",\n\"lg\": \"max-content\",\n\"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
2681
|
+
"values": [
|
|
2682
|
+
{
|
|
2683
|
+
"name": "fit-content"
|
|
2546
2684
|
},
|
|
2547
2685
|
{
|
|
2548
|
-
"name": "
|
|
2686
|
+
"name": "intrinsic"
|
|
2549
2687
|
},
|
|
2550
2688
|
{
|
|
2551
|
-
"name": "
|
|
2689
|
+
"name": "max-content"
|
|
2552
2690
|
},
|
|
2553
2691
|
{
|
|
2554
|
-
"name": "
|
|
2692
|
+
"name": "min-content"
|
|
2555
2693
|
},
|
|
2556
2694
|
{
|
|
2557
|
-
"name": "
|
|
2695
|
+
"name": "none"
|
|
2558
2696
|
},
|
|
2559
2697
|
{
|
|
2560
|
-
"name": "
|
|
2698
|
+
"name": "stretch"
|
|
2699
|
+
}
|
|
2700
|
+
]
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"name": "min-width",
|
|
2704
|
+
"description": "The **`min-width`** CSS property sets the minimum width of an element. It prevents the used value of the `width` property from becoming smaller than the value specified for `min-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"fit-content\",\n\"lg\": \"intrinsic\",\n\"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- min-intrinsic\n- stretch",
|
|
2705
|
+
"values": [
|
|
2706
|
+
{
|
|
2707
|
+
"name": "auto"
|
|
2561
2708
|
},
|
|
2562
2709
|
{
|
|
2563
|
-
"name": "
|
|
2710
|
+
"name": "fit-content"
|
|
2564
2711
|
},
|
|
2565
2712
|
{
|
|
2566
|
-
"name": "
|
|
2713
|
+
"name": "intrinsic"
|
|
2567
2714
|
},
|
|
2568
2715
|
{
|
|
2569
|
-
"name": "
|
|
2716
|
+
"name": "max-content"
|
|
2570
2717
|
},
|
|
2571
2718
|
{
|
|
2572
|
-
"name": "
|
|
2719
|
+
"name": "min-content"
|
|
2573
2720
|
},
|
|
2574
2721
|
{
|
|
2575
|
-
"name": "
|
|
2722
|
+
"name": "min-intrinsic"
|
|
2576
2723
|
},
|
|
2577
2724
|
{
|
|
2578
|
-
"name": "
|
|
2725
|
+
"name": "stretch"
|
|
2579
2726
|
}
|
|
2580
2727
|
]
|
|
2581
2728
|
},
|
|
2582
2729
|
{
|
|
2583
|
-
"name": "
|
|
2584
|
-
"description": "The
|
|
2730
|
+
"name": "min-height",
|
|
2731
|
+
"description": "The **`min-height`** CSS property sets the minimum height of an element. It prevents the used value of the `height` property from becoming smaller than the value specified for `min-height`. It is also possible to pass a specific value.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"fit-content\",\n\"lg\": \"intrinsic\",\n\"xl\": \"max-content\"\n}\n```\n\n- auto\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- stretch",
|
|
2585
2732
|
"values": [
|
|
2586
2733
|
{
|
|
2587
|
-
"name": "
|
|
2734
|
+
"name": "auto"
|
|
2588
2735
|
},
|
|
2589
2736
|
{
|
|
2590
|
-
"name": "
|
|
2737
|
+
"name": "fit-content"
|
|
2591
2738
|
},
|
|
2592
2739
|
{
|
|
2593
|
-
"name": "
|
|
2594
|
-
},
|
|
2595
|
-
{
|
|
2596
|
-
"name": "$3xs"
|
|
2597
|
-
},
|
|
2598
|
-
{
|
|
2599
|
-
"name": "$4xl"
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"name": "$4xs"
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"name": "$5xl"
|
|
2606
|
-
},
|
|
2607
|
-
{
|
|
2608
|
-
"name": "$6xl"
|
|
2609
|
-
},
|
|
2610
|
-
{
|
|
2611
|
-
"name": "$7xl"
|
|
2612
|
-
},
|
|
2613
|
-
{
|
|
2614
|
-
"name": "$8xl"
|
|
2615
|
-
},
|
|
2616
|
-
{
|
|
2617
|
-
"name": "$auto"
|
|
2618
|
-
},
|
|
2619
|
-
{
|
|
2620
|
-
"name": "$lg"
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"name": "$md"
|
|
2624
|
-
},
|
|
2625
|
-
{
|
|
2626
|
-
"name": "$none"
|
|
2740
|
+
"name": "intrinsic"
|
|
2627
2741
|
},
|
|
2628
2742
|
{
|
|
2629
|
-
"name": "
|
|
2743
|
+
"name": "max-content"
|
|
2630
2744
|
},
|
|
2631
2745
|
{
|
|
2632
|
-
"name": "
|
|
2746
|
+
"name": "min-content"
|
|
2633
2747
|
},
|
|
2634
2748
|
{
|
|
2635
|
-
"name": "
|
|
2749
|
+
"name": "stretch"
|
|
2636
2750
|
}
|
|
2637
2751
|
]
|
|
2638
2752
|
},
|
|
2639
2753
|
{
|
|
2640
|
-
"name": "
|
|
2641
|
-
"description": "The
|
|
2642
|
-
"values": [
|
|
2643
|
-
{
|
|
2644
|
-
"name": "$2xl"
|
|
2645
|
-
},
|
|
2646
|
-
{
|
|
2647
|
-
"name": "$2xs"
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
"name": "$3xl"
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
"name": "$3xs"
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"name": "$4xl"
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"name": "$4xs"
|
|
2660
|
-
},
|
|
2661
|
-
{
|
|
2662
|
-
"name": "$5xl"
|
|
2663
|
-
},
|
|
2664
|
-
{
|
|
2665
|
-
"name": "$6xl"
|
|
2666
|
-
},
|
|
2667
|
-
{
|
|
2668
|
-
"name": "$7xl"
|
|
2669
|
-
},
|
|
2670
|
-
{
|
|
2671
|
-
"name": "$8xl"
|
|
2672
|
-
},
|
|
2673
|
-
{
|
|
2674
|
-
"name": "$auto"
|
|
2675
|
-
},
|
|
2676
|
-
{
|
|
2677
|
-
"name": "$lg"
|
|
2678
|
-
},
|
|
2679
|
-
{
|
|
2680
|
-
"name": "$md"
|
|
2681
|
-
},
|
|
2682
|
-
{
|
|
2683
|
-
"name": "$none"
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
2686
|
-
"name": "$s"
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
"name": "$xl"
|
|
2690
|
-
},
|
|
2691
|
-
{
|
|
2692
|
-
"name": "$xs"
|
|
2693
|
-
}
|
|
2694
|
-
]
|
|
2754
|
+
"name": "bottom",
|
|
2755
|
+
"description": "The **`bottom`** CSS property participates in setting the vertical position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
2756
|
+
"values": []
|
|
2695
2757
|
},
|
|
2696
2758
|
{
|
|
2697
|
-
"name": "
|
|
2698
|
-
"description": "The **`
|
|
2759
|
+
"name": "left",
|
|
2760
|
+
"description": "The **`left`** CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
2761
|
+
"values": []
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"name": "right",
|
|
2765
|
+
"description": "The **`right`** CSS property participates in specifying the horizontal position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
2766
|
+
"values": []
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"name": "top",
|
|
2770
|
+
"description": "The **`top`** CSS property participates in specifying the vertical position of a positioned element. It has no effect on non-positioned elements.\n\n\n**Initial value**: `auto`",
|
|
2771
|
+
"values": []
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "flex",
|
|
2775
|
+
"description": "The **`flex`** CSS shorthand property sets how a flex _item_ will grow or shrink to fit the space available in its flex container.\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"content\",\n\"lg\": \"fit-content\",\n\"xl\": \"max-content\"\n}\n```\n\n- auto\n- content\n- fit-content\n- max-content\n- min-content\n- none\n- stretch",
|
|
2699
2776
|
"values": [
|
|
2700
2777
|
{
|
|
2701
|
-
"name": "
|
|
2702
|
-
},
|
|
2703
|
-
{
|
|
2704
|
-
"name": "intrinsic"
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"name": "max-content"
|
|
2708
|
-
},
|
|
2709
|
-
{
|
|
2710
|
-
"name": "min-content"
|
|
2778
|
+
"name": "auto"
|
|
2711
2779
|
},
|
|
2712
2780
|
{
|
|
2713
|
-
"name": "
|
|
2781
|
+
"name": "content"
|
|
2714
2782
|
},
|
|
2715
|
-
{
|
|
2716
|
-
"name": "stretch"
|
|
2717
|
-
}
|
|
2718
|
-
]
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"name": "max-width",
|
|
2722
|
-
"description": "The **`max-width`** CSS property sets the maximum width of an element. It prevents the used value of the `width` property from becoming larger than the value specified by `max-width`. It is also possible to pass a specific value.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"fit-content\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"fit-content\",\n\"md\": \"intrinsic\",\n\"lg\": \"max-content\",\n\"xl\": \"min-content\"\n}\n```\n\n- fit-content\n- intrinsic\n- max-content\n- min-content\n- none\n- stretch",
|
|
2723
|
-
"values": [
|
|
2724
2783
|
{
|
|
2725
2784
|
"name": "fit-content"
|
|
2726
2785
|
},
|
|
2727
|
-
{
|
|
2728
|
-
"name": "intrinsic"
|
|
2729
|
-
},
|
|
2730
2786
|
{
|
|
2731
2787
|
"name": "max-content"
|
|
2732
2788
|
},
|
|
@@ -2742,18 +2798,17 @@
|
|
|
2742
2798
|
]
|
|
2743
2799
|
},
|
|
2744
2800
|
{
|
|
2745
|
-
"name": "
|
|
2746
|
-
"description": "The **`
|
|
2801
|
+
"name": "grid-template-areas",
|
|
2802
|
+
"description": "The **`grid-template-areas`** CSS property specifies named grid areas, establishing the cells in the grid and assigning them names.\n\n\n**Initial value**: `none`",
|
|
2803
|
+
"values": []
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"name": "grid-template-columns",
|
|
2807
|
+
"description": "The **`grid-template-columns`** CSS property defines the line names and track sizing functions of the grid columns.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"max-content\",\n\"lg\": \"min-content\",\n\"xl\": \"none\"\n}\n```\n\n- auto\n- max-content\n- min-content\n- none\n- subgrid",
|
|
2747
2808
|
"values": [
|
|
2748
2809
|
{
|
|
2749
2810
|
"name": "auto"
|
|
2750
2811
|
},
|
|
2751
|
-
{
|
|
2752
|
-
"name": "fit-content"
|
|
2753
|
-
},
|
|
2754
|
-
{
|
|
2755
|
-
"name": "intrinsic"
|
|
2756
|
-
},
|
|
2757
2812
|
{
|
|
2758
2813
|
"name": "max-content"
|
|
2759
2814
|
},
|
|
@@ -2761,23 +2816,20 @@
|
|
|
2761
2816
|
"name": "min-content"
|
|
2762
2817
|
},
|
|
2763
2818
|
{
|
|
2764
|
-
"name": "
|
|
2819
|
+
"name": "none"
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"name": "subgrid"
|
|
2765
2823
|
}
|
|
2766
2824
|
]
|
|
2767
2825
|
},
|
|
2768
2826
|
{
|
|
2769
|
-
"name": "
|
|
2770
|
-
"description": "The **`
|
|
2827
|
+
"name": "grid-template-rows",
|
|
2828
|
+
"description": "The **`grid-template-rows`** CSS property defines the line names and track sizing functions of the grid rows.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"max-content\",\n\"lg\": \"min-content\",\n\"xl\": \"none\"\n}\n```\n\n- auto\n- max-content\n- min-content\n- none\n- subgrid",
|
|
2771
2829
|
"values": [
|
|
2772
2830
|
{
|
|
2773
2831
|
"name": "auto"
|
|
2774
2832
|
},
|
|
2775
|
-
{
|
|
2776
|
-
"name": "fit-content"
|
|
2777
|
-
},
|
|
2778
|
-
{
|
|
2779
|
-
"name": "intrinsic"
|
|
2780
|
-
},
|
|
2781
2833
|
{
|
|
2782
2834
|
"name": "max-content"
|
|
2783
2835
|
},
|
|
@@ -2785,16 +2837,26 @@
|
|
|
2785
2837
|
"name": "min-content"
|
|
2786
2838
|
},
|
|
2787
2839
|
{
|
|
2788
|
-
"name": "
|
|
2840
|
+
"name": "none"
|
|
2789
2841
|
},
|
|
2790
2842
|
{
|
|
2791
|
-
"name": "
|
|
2843
|
+
"name": "subgrid"
|
|
2792
2844
|
}
|
|
2793
2845
|
]
|
|
2794
2846
|
},
|
|
2795
2847
|
{
|
|
2796
|
-
"name": "
|
|
2797
|
-
"description": "The **`
|
|
2848
|
+
"name": "grid-area",
|
|
2849
|
+
"description": "The **`grid-area`** CSS shorthand property specifies a grid item’s size and location within a grid by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.",
|
|
2850
|
+
"values": []
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"name": "flex-shrink",
|
|
2854
|
+
"description": "The **`flex-shrink`** CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to `flex-shrink`.\n\n\n**Initial value**: `1`",
|
|
2855
|
+
"values": []
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"name": "flex-grow",
|
|
2859
|
+
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item main size.\n\n\n**Initial value**: `0`",
|
|
2798
2860
|
"values": []
|
|
2799
2861
|
},
|
|
2800
2862
|
{
|
|
@@ -2803,524 +2865,312 @@
|
|
|
2803
2865
|
"values": []
|
|
2804
2866
|
},
|
|
2805
2867
|
{
|
|
2806
|
-
"name": "
|
|
2807
|
-
"description": "The **`
|
|
2808
|
-
"
|
|
2809
|
-
{
|
|
2810
|
-
"name": "auto"
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"name": "clip"
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"name": "hidden"
|
|
2817
|
-
},
|
|
2818
|
-
{
|
|
2819
|
-
"name": "scroll"
|
|
2820
|
-
},
|
|
2821
|
-
{
|
|
2822
|
-
"name": "visible"
|
|
2823
|
-
}
|
|
2824
|
-
]
|
|
2868
|
+
"name": "transition-delay",
|
|
2869
|
+
"description": "The **`transition-delay`** CSS property specifies the duration to wait before starting a property's transition effect when its value changes.\n\n\n**Initial value**: `0s`",
|
|
2870
|
+
"type": "string"
|
|
2825
2871
|
},
|
|
2826
2872
|
{
|
|
2827
|
-
"name": "
|
|
2828
|
-
"description": "The **`
|
|
2873
|
+
"name": "transition-property",
|
|
2874
|
+
"description": "The **`transition-property`** CSS property sets the CSS properties to which a transition effect should be applied.\n\n\n**Initial value**: all\n\nThis property supports responsive values. You can pass a single value like `\"all\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"all\",\n\"md\": \"none\",\n\"lg\": \"all\",\n\"xl\": \"none\"\n}\n```\n\n- all\n- none",
|
|
2829
2875
|
"values": [
|
|
2830
2876
|
{
|
|
2831
|
-
"name": "
|
|
2832
|
-
},
|
|
2833
|
-
{
|
|
2834
|
-
"name": "clip"
|
|
2835
|
-
},
|
|
2836
|
-
{
|
|
2837
|
-
"name": "hidden"
|
|
2838
|
-
},
|
|
2839
|
-
{
|
|
2840
|
-
"name": "scroll"
|
|
2877
|
+
"name": "all"
|
|
2841
2878
|
},
|
|
2842
2879
|
{
|
|
2843
|
-
"name": "
|
|
2880
|
+
"name": "none"
|
|
2844
2881
|
}
|
|
2845
2882
|
]
|
|
2846
2883
|
},
|
|
2847
2884
|
{
|
|
2848
|
-
"name": "
|
|
2849
|
-
"description": "The
|
|
2850
|
-
"values": [
|
|
2851
|
-
{
|
|
2852
|
-
"name": "$2xl"
|
|
2853
|
-
},
|
|
2854
|
-
{
|
|
2855
|
-
"name": "$2xs"
|
|
2856
|
-
},
|
|
2857
|
-
{
|
|
2858
|
-
"name": "$3xl"
|
|
2859
|
-
},
|
|
2860
|
-
{
|
|
2861
|
-
"name": "$3xs"
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"name": "$4xl"
|
|
2865
|
-
},
|
|
2866
|
-
{
|
|
2867
|
-
"name": "$4xs"
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"name": "$5xl"
|
|
2871
|
-
},
|
|
2872
|
-
{
|
|
2873
|
-
"name": "$6xl"
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"name": "$7xl"
|
|
2877
|
-
},
|
|
2878
|
-
{
|
|
2879
|
-
"name": "$8xl"
|
|
2880
|
-
},
|
|
2881
|
-
{
|
|
2882
|
-
"name": "$lg"
|
|
2883
|
-
},
|
|
2884
|
-
{
|
|
2885
|
-
"name": "$md"
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"name": "$none"
|
|
2889
|
-
},
|
|
2890
|
-
{
|
|
2891
|
-
"name": "$s"
|
|
2892
|
-
},
|
|
2893
|
-
{
|
|
2894
|
-
"name": "$xl"
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
"name": "$xs"
|
|
2898
|
-
}
|
|
2899
|
-
]
|
|
2885
|
+
"name": "background-image",
|
|
2886
|
+
"description": "The **`background-image`** CSS property sets one or more background images on an element.\n\n\n**Initial value**: `none`",
|
|
2887
|
+
"values": []
|
|
2900
2888
|
},
|
|
2901
2889
|
{
|
|
2902
|
-
"name": "
|
|
2903
|
-
"description": "The
|
|
2890
|
+
"name": "background-position",
|
|
2891
|
+
"description": "The **`background-position`** CSS property sets the initial position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `0% 0%`\n\nThis property supports responsive values. You can pass a single value like `\"bottom\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"bottom\",\n\"md\": \"center\",\n\"lg\": \"left\",\n\"xl\": \"right\"\n}\n```\n\n- bottom\n- center\n- left\n- right\n- top",
|
|
2904
2892
|
"values": [
|
|
2905
2893
|
{
|
|
2906
|
-
"name": "
|
|
2907
|
-
},
|
|
2908
|
-
{
|
|
2909
|
-
"name": "$2xs"
|
|
2910
|
-
},
|
|
2911
|
-
{
|
|
2912
|
-
"name": "$3xl"
|
|
2913
|
-
},
|
|
2914
|
-
{
|
|
2915
|
-
"name": "$3xs"
|
|
2916
|
-
},
|
|
2917
|
-
{
|
|
2918
|
-
"name": "$4xl"
|
|
2919
|
-
},
|
|
2920
|
-
{
|
|
2921
|
-
"name": "$4xs"
|
|
2922
|
-
},
|
|
2923
|
-
{
|
|
2924
|
-
"name": "$5xl"
|
|
2925
|
-
},
|
|
2926
|
-
{
|
|
2927
|
-
"name": "$6xl"
|
|
2928
|
-
},
|
|
2929
|
-
{
|
|
2930
|
-
"name": "$7xl"
|
|
2931
|
-
},
|
|
2932
|
-
{
|
|
2933
|
-
"name": "$8xl"
|
|
2934
|
-
},
|
|
2935
|
-
{
|
|
2936
|
-
"name": "$lg"
|
|
2937
|
-
},
|
|
2938
|
-
{
|
|
2939
|
-
"name": "$md"
|
|
2894
|
+
"name": "bottom"
|
|
2940
2895
|
},
|
|
2941
2896
|
{
|
|
2942
|
-
"name": "
|
|
2897
|
+
"name": "center"
|
|
2943
2898
|
},
|
|
2944
2899
|
{
|
|
2945
|
-
"name": "
|
|
2900
|
+
"name": "left"
|
|
2946
2901
|
},
|
|
2947
2902
|
{
|
|
2948
|
-
"name": "
|
|
2903
|
+
"name": "right"
|
|
2949
2904
|
},
|
|
2950
2905
|
{
|
|
2951
|
-
"name": "
|
|
2906
|
+
"name": "top"
|
|
2952
2907
|
}
|
|
2953
2908
|
]
|
|
2954
2909
|
},
|
|
2955
2910
|
{
|
|
2956
|
-
"name": "
|
|
2957
|
-
"description": "The
|
|
2911
|
+
"name": "background-position-x",
|
|
2912
|
+
"description": "The **`background-position-x`** CSS property sets the initial horizontal position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `left`\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"center\",\n\"md\": \"left\",\n\"lg\": \"right\",\n\"xl\": \"x-end\"\n}\n```\n\n- center\n- left\n- right\n- x-end\n- x-start",
|
|
2958
2913
|
"values": [
|
|
2959
2914
|
{
|
|
2960
|
-
"name": "
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"name": "$2xs"
|
|
2964
|
-
},
|
|
2965
|
-
{
|
|
2966
|
-
"name": "$3xl"
|
|
2967
|
-
},
|
|
2968
|
-
{
|
|
2969
|
-
"name": "$3xs"
|
|
2970
|
-
},
|
|
2971
|
-
{
|
|
2972
|
-
"name": "$4xl"
|
|
2973
|
-
},
|
|
2974
|
-
{
|
|
2975
|
-
"name": "$4xs"
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"name": "$5xl"
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
"name": "$6xl"
|
|
2982
|
-
},
|
|
2983
|
-
{
|
|
2984
|
-
"name": "$7xl"
|
|
2985
|
-
},
|
|
2986
|
-
{
|
|
2987
|
-
"name": "$8xl"
|
|
2988
|
-
},
|
|
2989
|
-
{
|
|
2990
|
-
"name": "$lg"
|
|
2991
|
-
},
|
|
2992
|
-
{
|
|
2993
|
-
"name": "$md"
|
|
2915
|
+
"name": "center"
|
|
2994
2916
|
},
|
|
2995
2917
|
{
|
|
2996
|
-
"name": "
|
|
2918
|
+
"name": "left"
|
|
2997
2919
|
},
|
|
2998
2920
|
{
|
|
2999
|
-
"name": "
|
|
2921
|
+
"name": "right"
|
|
3000
2922
|
},
|
|
3001
2923
|
{
|
|
3002
|
-
"name": "
|
|
2924
|
+
"name": "x-end"
|
|
3003
2925
|
},
|
|
3004
2926
|
{
|
|
3005
|
-
"name": "
|
|
2927
|
+
"name": "x-start"
|
|
3006
2928
|
}
|
|
3007
2929
|
]
|
|
3008
2930
|
},
|
|
3009
2931
|
{
|
|
3010
|
-
"name": "
|
|
3011
|
-
"description": "The
|
|
2932
|
+
"name": "background-position-y",
|
|
2933
|
+
"description": "The **`background-position-y`** CSS property sets the initial vertical position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `top`\n\nThis property supports responsive values. You can pass a single value like `\"bottom\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"bottom\",\n\"md\": \"center\",\n\"lg\": \"top\",\n\"xl\": \"y-end\"\n}\n```\n\n- bottom\n- center\n- top\n- y-end\n- y-start",
|
|
3012
2934
|
"values": [
|
|
3013
2935
|
{
|
|
3014
|
-
"name": "
|
|
3015
|
-
},
|
|
3016
|
-
{
|
|
3017
|
-
"name": "$2xs"
|
|
3018
|
-
},
|
|
3019
|
-
{
|
|
3020
|
-
"name": "$3xl"
|
|
3021
|
-
},
|
|
3022
|
-
{
|
|
3023
|
-
"name": "$3xs"
|
|
3024
|
-
},
|
|
3025
|
-
{
|
|
3026
|
-
"name": "$4xl"
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
"name": "$4xs"
|
|
3030
|
-
},
|
|
3031
|
-
{
|
|
3032
|
-
"name": "$5xl"
|
|
3033
|
-
},
|
|
3034
|
-
{
|
|
3035
|
-
"name": "$6xl"
|
|
3036
|
-
},
|
|
3037
|
-
{
|
|
3038
|
-
"name": "$7xl"
|
|
3039
|
-
},
|
|
3040
|
-
{
|
|
3041
|
-
"name": "$8xl"
|
|
3042
|
-
},
|
|
3043
|
-
{
|
|
3044
|
-
"name": "$lg"
|
|
3045
|
-
},
|
|
3046
|
-
{
|
|
3047
|
-
"name": "$md"
|
|
2936
|
+
"name": "bottom"
|
|
3048
2937
|
},
|
|
3049
2938
|
{
|
|
3050
|
-
"name": "
|
|
2939
|
+
"name": "center"
|
|
3051
2940
|
},
|
|
3052
2941
|
{
|
|
3053
|
-
"name": "
|
|
2942
|
+
"name": "top"
|
|
3054
2943
|
},
|
|
3055
2944
|
{
|
|
3056
|
-
"name": "
|
|
2945
|
+
"name": "y-end"
|
|
3057
2946
|
},
|
|
3058
2947
|
{
|
|
3059
|
-
"name": "
|
|
2948
|
+
"name": "y-start"
|
|
3060
2949
|
}
|
|
3061
2950
|
]
|
|
3062
2951
|
},
|
|
3063
2952
|
{
|
|
3064
|
-
"name": "
|
|
3065
|
-
"description": "The **`
|
|
2953
|
+
"name": "background-blend-mode",
|
|
2954
|
+
"description": "The **`background-blend-mode`** CSS property sets how an element's background images should blend with each other and with the element's background color.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"color\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"color\",\n\"md\": \"color-burn\",\n\"lg\": \"color-dodge\",\n\"xl\": \"darken\"\n}\n```\n\n- color\n- color-burn\n- color-dodge\n- darken\n- difference\n- exclusion\n- hard-light\n- hue\n- lighten\n- luminosity\n- multiply\n- normal\n- overlay\n- saturation\n- screen\n- soft-light",
|
|
3066
2955
|
"values": [
|
|
3067
2956
|
{
|
|
3068
|
-
"name": "
|
|
2957
|
+
"name": "color"
|
|
3069
2958
|
},
|
|
3070
2959
|
{
|
|
3071
|
-
"name": "
|
|
2960
|
+
"name": "color-burn"
|
|
3072
2961
|
},
|
|
3073
2962
|
{
|
|
3074
|
-
"name": "
|
|
2963
|
+
"name": "color-dodge"
|
|
3075
2964
|
},
|
|
3076
2965
|
{
|
|
3077
|
-
"name": "
|
|
2966
|
+
"name": "darken"
|
|
3078
2967
|
},
|
|
3079
2968
|
{
|
|
3080
|
-
"name": "
|
|
2969
|
+
"name": "difference"
|
|
3081
2970
|
},
|
|
3082
2971
|
{
|
|
3083
|
-
"name": "
|
|
2972
|
+
"name": "exclusion"
|
|
3084
2973
|
},
|
|
3085
2974
|
{
|
|
3086
|
-
"name": "
|
|
2975
|
+
"name": "hard-light"
|
|
3087
2976
|
},
|
|
3088
2977
|
{
|
|
3089
|
-
"name": "
|
|
2978
|
+
"name": "hue"
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"name": "lighten"
|
|
3090
2982
|
},
|
|
3091
2983
|
{
|
|
3092
|
-
"name": "
|
|
2984
|
+
"name": "luminosity"
|
|
3093
2985
|
},
|
|
3094
2986
|
{
|
|
3095
|
-
"name": "
|
|
2987
|
+
"name": "multiply"
|
|
3096
2988
|
},
|
|
3097
2989
|
{
|
|
3098
|
-
"name": "
|
|
3099
|
-
}
|
|
3100
|
-
]
|
|
3101
|
-
},
|
|
3102
|
-
{
|
|
3103
|
-
"name": "position",
|
|
3104
|
-
"description": "The **`position`** CSS property sets how an element is positioned in a document. The `top`, `right`, `bottom`, and `left` properties determine the final location of positioned elements.\n\n\n**Initial value**: `static`\n\nThis property supports responsive values. You can pass a single value like `\"absolute\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"absolute\",\n\"md\": \"fixed\",\n\"lg\": \"relative\",\n\"xl\": \"static\"\n}\n```\n\n- absolute\n- fixed\n- relative\n- static\n- sticky",
|
|
3105
|
-
"values": [
|
|
3106
|
-
{
|
|
3107
|
-
"name": "absolute"
|
|
2990
|
+
"name": "normal"
|
|
3108
2991
|
},
|
|
3109
2992
|
{
|
|
3110
|
-
"name": "
|
|
2993
|
+
"name": "overlay"
|
|
3111
2994
|
},
|
|
3112
2995
|
{
|
|
3113
|
-
"name": "
|
|
2996
|
+
"name": "saturation"
|
|
3114
2997
|
},
|
|
3115
2998
|
{
|
|
3116
|
-
"name": "
|
|
2999
|
+
"name": "screen"
|
|
3117
3000
|
},
|
|
3118
3001
|
{
|
|
3119
|
-
"name": "
|
|
3002
|
+
"name": "soft-light"
|
|
3120
3003
|
}
|
|
3121
3004
|
]
|
|
3122
3005
|
},
|
|
3123
3006
|
{
|
|
3124
|
-
"name": "
|
|
3125
|
-
"description": "The **`
|
|
3126
|
-
"values": []
|
|
3127
|
-
},
|
|
3128
|
-
{
|
|
3129
|
-
"name": "text-align",
|
|
3130
|
-
"description": "The **`text-align`** CSS property sets the horizontal alignment of a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.\n\n\n**Initial value**: `start`, or a nameless value that acts as `left` if _direction_ is `ltr`, `right` if _direction_ is `rtl` if `start` is not supported by the browser.\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"center\",\n\"md\": \"end\",\n\"lg\": \"justify\",\n\"xl\": \"left\"\n}\n```\n\n- center\n- end\n- justify\n- left\n- match-parent\n- right\n- start",
|
|
3007
|
+
"name": "background-repeat",
|
|
3008
|
+
"description": "The **`background-repeat`** CSS property sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.\n\n\n**Initial value**: `repeat`\n\nThis property supports responsive values. You can pass a single value like `\"no-repeat\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"no-repeat\",\n\"md\": \"repeat\",\n\"lg\": \"repeat-x\",\n\"xl\": \"repeat-y\"\n}\n```\n\n- no-repeat\n- repeat\n- repeat-x\n- repeat-y\n- round\n- space",
|
|
3131
3009
|
"values": [
|
|
3132
3010
|
{
|
|
3133
|
-
"name": "
|
|
3134
|
-
},
|
|
3135
|
-
{
|
|
3136
|
-
"name": "end"
|
|
3011
|
+
"name": "no-repeat"
|
|
3137
3012
|
},
|
|
3138
3013
|
{
|
|
3139
|
-
"name": "
|
|
3014
|
+
"name": "repeat"
|
|
3140
3015
|
},
|
|
3141
3016
|
{
|
|
3142
|
-
"name": "
|
|
3017
|
+
"name": "repeat-x"
|
|
3143
3018
|
},
|
|
3144
3019
|
{
|
|
3145
|
-
"name": "
|
|
3020
|
+
"name": "repeat-y"
|
|
3146
3021
|
},
|
|
3147
3022
|
{
|
|
3148
|
-
"name": "
|
|
3023
|
+
"name": "round"
|
|
3149
3024
|
},
|
|
3150
3025
|
{
|
|
3151
|
-
"name": "
|
|
3026
|
+
"name": "space"
|
|
3152
3027
|
}
|
|
3153
3028
|
]
|
|
3154
3029
|
},
|
|
3155
3030
|
{
|
|
3156
|
-
"name": "
|
|
3157
|
-
"description": "The **`
|
|
3158
|
-
"values": []
|
|
3159
|
-
},
|
|
3160
|
-
{
|
|
3161
|
-
"name": "transition-delay",
|
|
3162
|
-
"description": "The **`transition-delay`** CSS property specifies the duration to wait before starting a property's transition effect when its value changes.\n\n\n**Initial value**: `0s`",
|
|
3163
|
-
"type": "string"
|
|
3164
|
-
},
|
|
3165
|
-
{
|
|
3166
|
-
"name": "transition-property",
|
|
3167
|
-
"description": "The **`transition-property`** CSS property sets the CSS properties to which a transition effect should be applied.\n\n\n**Initial value**: all\n\nThis property supports responsive values. You can pass a single value like `\"all\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"all\",\n\"md\": \"none\",\n\"lg\": \"all\",\n\"xl\": \"none\"\n}\n```\n\n- all\n- none",
|
|
3031
|
+
"name": "background-size",
|
|
3032
|
+
"description": "The **`background-size`** CSS property sets the size of the element's background image. The image can be left to its natural size, stretched, or constrained to fit the available space.\n\n\n**Initial value**: `auto auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"contain\",\n\"lg\": \"cover\",\n\"xl\": \"auto\"\n}\n```\n\n- auto\n- contain\n- cover",
|
|
3168
3033
|
"values": [
|
|
3169
3034
|
{
|
|
3170
|
-
"name": "
|
|
3035
|
+
"name": "auto"
|
|
3171
3036
|
},
|
|
3172
3037
|
{
|
|
3173
|
-
"name": "
|
|
3038
|
+
"name": "contain"
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"name": "cover"
|
|
3174
3042
|
}
|
|
3175
3043
|
]
|
|
3176
3044
|
},
|
|
3177
3045
|
{
|
|
3178
|
-
"name": "
|
|
3179
|
-
"description": "The **`
|
|
3046
|
+
"name": "display",
|
|
3047
|
+
"description": "The **`display`** CSS property sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex.\n\n\n**Initial value**: `inline`\n\nThis property supports responsive values. You can pass a single value like `\"block\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"block\",\n\"md\": \"contents\",\n\"lg\": \"flex\",\n\"xl\": \"flow\"\n}\n```\n\n- block\n- contents\n- flex\n- flow\n- flow-root\n- grid\n- inline\n- inline-block\n- inline-flex\n- inline-grid\n- inline-list-item\n- inline-table\n- list-item\n- none\n- ruby\n- ruby-base\n- ruby-base-container\n- ruby-text\n- ruby-text-container\n- run-in\n- table\n- table-caption\n- table-cell\n- table-column\n- table-column-group\n- table-footer-group\n- table-header-group\n- table-row\n- table-row-group",
|
|
3180
3048
|
"values": [
|
|
3181
3049
|
{
|
|
3182
|
-
"name": "
|
|
3050
|
+
"name": "block"
|
|
3183
3051
|
},
|
|
3184
3052
|
{
|
|
3185
|
-
"name": "
|
|
3053
|
+
"name": "contents"
|
|
3186
3054
|
},
|
|
3187
3055
|
{
|
|
3188
|
-
"name": "
|
|
3056
|
+
"name": "flex"
|
|
3189
3057
|
},
|
|
3190
3058
|
{
|
|
3191
|
-
"name": "
|
|
3059
|
+
"name": "flow"
|
|
3192
3060
|
},
|
|
3193
3061
|
{
|
|
3194
|
-
"name": "
|
|
3062
|
+
"name": "flow-root"
|
|
3195
3063
|
},
|
|
3196
3064
|
{
|
|
3197
|
-
"name": "
|
|
3065
|
+
"name": "grid"
|
|
3198
3066
|
},
|
|
3199
3067
|
{
|
|
3200
|
-
"name": "
|
|
3201
|
-
}
|
|
3202
|
-
]
|
|
3203
|
-
},
|
|
3204
|
-
{
|
|
3205
|
-
"name": "z-index",
|
|
3206
|
-
"description": "The zIndex property specifies the stack order of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$100\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$100\",\n\"md\": \"$200\",\n\"lg\": \"$300\",\n\"xl\": \"$400\"\n}\n```\n\n- $100\n- $200\n- $300\n- $400\n- $500\n- $600\n- $700\n- $800\n- $900",
|
|
3207
|
-
"values": [
|
|
3208
|
-
{
|
|
3209
|
-
"name": "$100"
|
|
3068
|
+
"name": "inline"
|
|
3210
3069
|
},
|
|
3211
3070
|
{
|
|
3212
|
-
"name": "
|
|
3071
|
+
"name": "inline-block"
|
|
3213
3072
|
},
|
|
3214
3073
|
{
|
|
3215
|
-
"name": "
|
|
3074
|
+
"name": "inline-flex"
|
|
3216
3075
|
},
|
|
3217
3076
|
{
|
|
3218
|
-
"name": "
|
|
3077
|
+
"name": "inline-grid"
|
|
3219
3078
|
},
|
|
3220
3079
|
{
|
|
3221
|
-
"name": "
|
|
3080
|
+
"name": "inline-list-item"
|
|
3222
3081
|
},
|
|
3223
3082
|
{
|
|
3224
|
-
"name": "
|
|
3083
|
+
"name": "inline-table"
|
|
3225
3084
|
},
|
|
3226
3085
|
{
|
|
3227
|
-
"name": "
|
|
3086
|
+
"name": "list-item"
|
|
3228
3087
|
},
|
|
3229
3088
|
{
|
|
3230
|
-
"name": "
|
|
3089
|
+
"name": "none"
|
|
3231
3090
|
},
|
|
3232
3091
|
{
|
|
3233
|
-
"name": "
|
|
3234
|
-
}
|
|
3235
|
-
]
|
|
3236
|
-
},
|
|
3237
|
-
{
|
|
3238
|
-
"name": "background-position",
|
|
3239
|
-
"description": "The **`background-position`** CSS property sets the initial position for each background image. The position is relative to the position layer set by `background-origin`.\n\n\n**Initial value**: `0% 0%`\n\nThis property supports responsive values. You can pass a single value like `\"bottom\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"bottom\",\n\"md\": \"center\",\n\"lg\": \"left\",\n\"xl\": \"right\"\n}\n```\n\n- bottom\n- center\n- left\n- right\n- top",
|
|
3240
|
-
"values": [
|
|
3241
|
-
{
|
|
3242
|
-
"name": "bottom"
|
|
3092
|
+
"name": "ruby"
|
|
3243
3093
|
},
|
|
3244
3094
|
{
|
|
3245
|
-
"name": "
|
|
3095
|
+
"name": "ruby-base"
|
|
3246
3096
|
},
|
|
3247
3097
|
{
|
|
3248
|
-
"name": "
|
|
3098
|
+
"name": "ruby-base-container"
|
|
3249
3099
|
},
|
|
3250
3100
|
{
|
|
3251
|
-
"name": "
|
|
3101
|
+
"name": "ruby-text"
|
|
3252
3102
|
},
|
|
3253
3103
|
{
|
|
3254
|
-
"name": "
|
|
3255
|
-
}
|
|
3256
|
-
]
|
|
3257
|
-
},
|
|
3258
|
-
{
|
|
3259
|
-
"name": "border-radius",
|
|
3260
|
-
"description": "The borderRadius property rounds the corners of an box's outer border edge.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$button\",\n\"xl\": \"$input\"\n}\n```\n\n- $2xl\n- $2xs\n- $button\n- $input\n- $lg\n- $md\n- $none\n- $pill\n- $sm\n- $xl\n- $xs",
|
|
3261
|
-
"values": [
|
|
3262
|
-
{
|
|
3263
|
-
"name": "$2xl"
|
|
3104
|
+
"name": "ruby-text-container"
|
|
3264
3105
|
},
|
|
3265
3106
|
{
|
|
3266
|
-
"name": "
|
|
3107
|
+
"name": "run-in"
|
|
3267
3108
|
},
|
|
3268
3109
|
{
|
|
3269
|
-
"name": "
|
|
3110
|
+
"name": "table"
|
|
3270
3111
|
},
|
|
3271
3112
|
{
|
|
3272
|
-
"name": "
|
|
3113
|
+
"name": "table-caption"
|
|
3273
3114
|
},
|
|
3274
3115
|
{
|
|
3275
|
-
"name": "
|
|
3116
|
+
"name": "table-cell"
|
|
3276
3117
|
},
|
|
3277
3118
|
{
|
|
3278
|
-
"name": "
|
|
3119
|
+
"name": "table-column"
|
|
3279
3120
|
},
|
|
3280
3121
|
{
|
|
3281
|
-
"name": "
|
|
3122
|
+
"name": "table-column-group"
|
|
3282
3123
|
},
|
|
3283
3124
|
{
|
|
3284
|
-
"name": "
|
|
3125
|
+
"name": "table-footer-group"
|
|
3285
3126
|
},
|
|
3286
3127
|
{
|
|
3287
|
-
"name": "
|
|
3128
|
+
"name": "table-header-group"
|
|
3288
3129
|
},
|
|
3289
3130
|
{
|
|
3290
|
-
"name": "
|
|
3131
|
+
"name": "table-row"
|
|
3291
3132
|
},
|
|
3292
3133
|
{
|
|
3293
|
-
"name": "
|
|
3134
|
+
"name": "table-row-group"
|
|
3294
3135
|
}
|
|
3295
3136
|
]
|
|
3296
3137
|
},
|
|
3297
3138
|
{
|
|
3298
|
-
"name": "
|
|
3299
|
-
"description": "The
|
|
3139
|
+
"name": "flex-direction",
|
|
3140
|
+
"description": "The **`flex-direction`** CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).\n\n\n**Initial value**: `row`\n\nThis property supports responsive values. You can pass a single value like `\"column\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"column\",\n\"md\": \"column-reverse\",\n\"lg\": \"row\",\n\"xl\": \"row-reverse\"\n}\n```\n\n- column\n- column-reverse\n- row\n- row-reverse",
|
|
3300
3141
|
"values": [
|
|
3301
3142
|
{
|
|
3302
|
-
"name": "
|
|
3143
|
+
"name": "column"
|
|
3303
3144
|
},
|
|
3304
3145
|
{
|
|
3305
|
-
"name": "
|
|
3146
|
+
"name": "column-reverse"
|
|
3306
3147
|
},
|
|
3307
3148
|
{
|
|
3308
|
-
"name": "
|
|
3149
|
+
"name": "row"
|
|
3309
3150
|
},
|
|
3310
3151
|
{
|
|
3311
|
-
"name": "
|
|
3152
|
+
"name": "row-reverse"
|
|
3153
|
+
}
|
|
3154
|
+
]
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
"name": "flex-wrap",
|
|
3158
|
+
"description": "The **`flex-wrap`** CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.\n\n\n**Initial value**: `nowrap`\n\nThis property supports responsive values. You can pass a single value like `\"nowrap\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"nowrap\",\n\"md\": \"wrap\",\n\"lg\": \"wrap-reverse\",\n\"xl\": \"nowrap\"\n}\n```\n\n- nowrap\n- wrap\n- wrap-reverse",
|
|
3159
|
+
"values": [
|
|
3160
|
+
{
|
|
3161
|
+
"name": "nowrap"
|
|
3312
3162
|
},
|
|
3313
3163
|
{
|
|
3314
|
-
"name": "
|
|
3164
|
+
"name": "wrap"
|
|
3315
3165
|
},
|
|
3316
3166
|
{
|
|
3317
|
-
"name": "
|
|
3167
|
+
"name": "wrap-reverse"
|
|
3318
3168
|
}
|
|
3319
3169
|
]
|
|
3320
3170
|
},
|
|
3321
3171
|
{
|
|
3322
|
-
"name": "flex",
|
|
3323
|
-
"description": "The **`flex`** CSS
|
|
3172
|
+
"name": "flex-basis",
|
|
3173
|
+
"description": "The **`flex-basis`** CSS property sets the initial main size of a flex item. It sets the size of the content box unless otherwise set with `box-sizing`.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"content\",\n\"lg\": \"fit-content\",\n\"xl\": \"max-content\"\n}\n```\n\n- auto\n- content\n- fit-content\n- max-content\n- min-content\n- stretch",
|
|
3324
3174
|
"values": [
|
|
3325
3175
|
{
|
|
3326
3176
|
"name": "auto"
|
|
@@ -3337,9 +3187,6 @@
|
|
|
3337
3187
|
{
|
|
3338
3188
|
"name": "min-content"
|
|
3339
3189
|
},
|
|
3340
|
-
{
|
|
3341
|
-
"name": "none"
|
|
3342
|
-
},
|
|
3343
3190
|
{
|
|
3344
3191
|
"name": "stretch"
|
|
3345
3192
|
}
|
|
@@ -3373,206 +3220,270 @@
|
|
|
3373
3220
|
]
|
|
3374
3221
|
},
|
|
3375
3222
|
{
|
|
3376
|
-
"name": "
|
|
3377
|
-
"description": "The
|
|
3223
|
+
"name": "justify-content",
|
|
3224
|
+
"description": "The CSS **`justify-content`** property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"center\",\n\"md\": \"end\",\n\"lg\": \"flex-end\",\n\"xl\": \"flex-start\"\n}\n```\n\n- center\n- end\n- flex-end\n- flex-start\n- left\n- normal\n- right\n- space-around\n- space-between\n- space-evenly\n- start\n- stretch",
|
|
3225
|
+
"values": [
|
|
3226
|
+
{
|
|
3227
|
+
"name": "center"
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "end"
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"name": "flex-end"
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
"name": "flex-start"
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "left"
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"name": "normal"
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"name": "right"
|
|
3246
|
+
},
|
|
3247
|
+
{
|
|
3248
|
+
"name": "space-around"
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"name": "space-between"
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"name": "space-evenly"
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"name": "start"
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
"name": "stretch"
|
|
3261
|
+
}
|
|
3262
|
+
]
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"name": "justify-items",
|
|
3266
|
+
"description": "The CSS **`justify-items`** property defines the default `justify-self` for all items of the box, giving them all a default way of justifying each box along the appropriate axis.\n\n\n**Initial value**: `legacy`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"baseline\",\n\"md\": \"center\",\n\"lg\": \"end\",\n\"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- left\n- legacy\n- normal\n- right\n- self-end\n- self-start\n- start\n- stretch",
|
|
3378
3267
|
"values": [
|
|
3379
3268
|
{
|
|
3380
|
-
"name": "
|
|
3269
|
+
"name": "baseline"
|
|
3270
|
+
},
|
|
3271
|
+
{
|
|
3272
|
+
"name": "center"
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"name": "end"
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"name": "flex-end"
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"name": "flex-start"
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"name": "left"
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"name": "legacy"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"name": "normal"
|
|
3381
3291
|
},
|
|
3382
3292
|
{
|
|
3383
|
-
"name": "
|
|
3293
|
+
"name": "right"
|
|
3384
3294
|
},
|
|
3385
3295
|
{
|
|
3386
|
-
"name": "
|
|
3296
|
+
"name": "self-end"
|
|
3387
3297
|
},
|
|
3388
3298
|
{
|
|
3389
|
-
"name": "
|
|
3299
|
+
"name": "self-start"
|
|
3390
3300
|
},
|
|
3391
3301
|
{
|
|
3392
|
-
"name": "
|
|
3302
|
+
"name": "start"
|
|
3393
3303
|
},
|
|
3394
3304
|
{
|
|
3395
|
-
"name": "
|
|
3305
|
+
"name": "stretch"
|
|
3306
|
+
}
|
|
3307
|
+
]
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
"name": "align-content",
|
|
3311
|
+
"description": "The CSS **`align-content`** property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"baseline\",\n\"md\": \"center\",\n\"lg\": \"end\",\n\"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- normal\n- space-around\n- space-between\n- space-evenly\n- start\n- stretch",
|
|
3312
|
+
"values": [
|
|
3313
|
+
{
|
|
3314
|
+
"name": "baseline"
|
|
3396
3315
|
},
|
|
3397
3316
|
{
|
|
3398
|
-
"name": "
|
|
3317
|
+
"name": "center"
|
|
3399
3318
|
},
|
|
3400
3319
|
{
|
|
3401
|
-
"name": "
|
|
3320
|
+
"name": "end"
|
|
3402
3321
|
},
|
|
3403
3322
|
{
|
|
3404
|
-
"name": "
|
|
3323
|
+
"name": "flex-end"
|
|
3405
3324
|
},
|
|
3406
3325
|
{
|
|
3407
|
-
"name": "
|
|
3326
|
+
"name": "flex-start"
|
|
3408
3327
|
},
|
|
3409
3328
|
{
|
|
3410
|
-
"name": "
|
|
3329
|
+
"name": "normal"
|
|
3411
3330
|
},
|
|
3412
3331
|
{
|
|
3413
|
-
"name": "
|
|
3332
|
+
"name": "space-around"
|
|
3414
3333
|
},
|
|
3415
3334
|
{
|
|
3416
|
-
"name": "
|
|
3335
|
+
"name": "space-between"
|
|
3417
3336
|
},
|
|
3418
3337
|
{
|
|
3419
|
-
"name": "
|
|
3338
|
+
"name": "space-evenly"
|
|
3420
3339
|
},
|
|
3421
3340
|
{
|
|
3422
|
-
"name": "
|
|
3341
|
+
"name": "start"
|
|
3423
3342
|
},
|
|
3424
3343
|
{
|
|
3425
|
-
"name": "
|
|
3344
|
+
"name": "stretch"
|
|
3426
3345
|
}
|
|
3427
3346
|
]
|
|
3428
3347
|
},
|
|
3429
3348
|
{
|
|
3430
|
-
"name": "
|
|
3431
|
-
"description": "The **`
|
|
3432
|
-
"values": []
|
|
3433
|
-
},
|
|
3434
|
-
{
|
|
3435
|
-
"name": "margin",
|
|
3436
|
-
"description": "The margin shorthand property sets the margin area on all four sides of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
3349
|
+
"name": "align-items",
|
|
3350
|
+
"description": "The CSS **`align-items`** property sets the `align-self` value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.\n\n\n**Initial value**: `normal`\n\nThis property supports responsive values. You can pass a single value like `\"baseline\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"baseline\",\n\"md\": \"center\",\n\"lg\": \"end\",\n\"xl\": \"flex-end\"\n}\n```\n\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- normal\n- self-end\n- self-start\n- start\n- stretch",
|
|
3437
3351
|
"values": [
|
|
3438
3352
|
{
|
|
3439
|
-
"name": "
|
|
3353
|
+
"name": "baseline"
|
|
3440
3354
|
},
|
|
3441
3355
|
{
|
|
3442
|
-
"name": "
|
|
3356
|
+
"name": "center"
|
|
3443
3357
|
},
|
|
3444
3358
|
{
|
|
3445
|
-
"name": "
|
|
3359
|
+
"name": "end"
|
|
3446
3360
|
},
|
|
3447
3361
|
{
|
|
3448
|
-
"name": "
|
|
3362
|
+
"name": "flex-end"
|
|
3449
3363
|
},
|
|
3450
3364
|
{
|
|
3451
|
-
"name": "
|
|
3365
|
+
"name": "flex-start"
|
|
3452
3366
|
},
|
|
3453
3367
|
{
|
|
3454
|
-
"name": "
|
|
3368
|
+
"name": "normal"
|
|
3455
3369
|
},
|
|
3456
3370
|
{
|
|
3457
|
-
"name": "
|
|
3371
|
+
"name": "self-end"
|
|
3458
3372
|
},
|
|
3459
3373
|
{
|
|
3460
|
-
"name": "
|
|
3374
|
+
"name": "self-start"
|
|
3461
3375
|
},
|
|
3462
3376
|
{
|
|
3463
|
-
"name": "
|
|
3377
|
+
"name": "start"
|
|
3464
3378
|
},
|
|
3465
3379
|
{
|
|
3466
|
-
"name": "
|
|
3467
|
-
}
|
|
3380
|
+
"name": "stretch"
|
|
3381
|
+
}
|
|
3382
|
+
]
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"name": "align-self",
|
|
3386
|
+
"description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"baseline\",\n\"lg\": \"center\",\n\"xl\": \"end\"\n}\n```\n\n- auto\n- baseline\n- center\n- end\n- flex-end\n- flex-start\n- normal\n- self-end\n- self-start\n- start\n- stretch",
|
|
3387
|
+
"values": [
|
|
3468
3388
|
{
|
|
3469
|
-
"name": "
|
|
3389
|
+
"name": "auto"
|
|
3470
3390
|
},
|
|
3471
3391
|
{
|
|
3472
|
-
"name": "
|
|
3392
|
+
"name": "baseline"
|
|
3473
3393
|
},
|
|
3474
3394
|
{
|
|
3475
|
-
"name": "
|
|
3395
|
+
"name": "center"
|
|
3476
3396
|
},
|
|
3477
3397
|
{
|
|
3478
|
-
"name": "
|
|
3398
|
+
"name": "end"
|
|
3479
3399
|
},
|
|
3480
3400
|
{
|
|
3481
|
-
"name": "
|
|
3401
|
+
"name": "flex-end"
|
|
3482
3402
|
},
|
|
3483
3403
|
{
|
|
3484
|
-
"name": "
|
|
3404
|
+
"name": "flex-start"
|
|
3485
3405
|
},
|
|
3486
3406
|
{
|
|
3487
|
-
"name": "
|
|
3488
|
-
}
|
|
3489
|
-
]
|
|
3490
|
-
},
|
|
3491
|
-
{
|
|
3492
|
-
"name": "overflow",
|
|
3493
|
-
"description": "The **`overflow`** CSS shorthand property sets the desired behavior for an element's overflow — i.e. when an element's content is too big to fit in its block formatting context — in both directions.\n\n\n**Initial value**: `visible`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"clip\",\n\"lg\": \"hidden\",\n\"xl\": \"scroll\"\n}\n```\n\n- auto\n- clip\n- hidden\n- scroll\n- visible",
|
|
3494
|
-
"values": [
|
|
3495
|
-
{
|
|
3496
|
-
"name": "auto"
|
|
3407
|
+
"name": "normal"
|
|
3497
3408
|
},
|
|
3498
3409
|
{
|
|
3499
|
-
"name": "
|
|
3410
|
+
"name": "self-end"
|
|
3500
3411
|
},
|
|
3501
3412
|
{
|
|
3502
|
-
"name": "
|
|
3413
|
+
"name": "self-start"
|
|
3503
3414
|
},
|
|
3504
3415
|
{
|
|
3505
|
-
"name": "
|
|
3416
|
+
"name": "start"
|
|
3506
3417
|
},
|
|
3507
3418
|
{
|
|
3508
|
-
"name": "
|
|
3419
|
+
"name": "stretch"
|
|
3509
3420
|
}
|
|
3510
3421
|
]
|
|
3511
3422
|
},
|
|
3512
3423
|
{
|
|
3513
|
-
"name": "
|
|
3514
|
-
"description": "The
|
|
3424
|
+
"name": "pointer-events",
|
|
3425
|
+
"description": "The **`pointer-events`** CSS property sets under what circumstances (if any) a particular graphic element can become the target of pointer events.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"all\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"all\",\n\"md\": \"auto\",\n\"lg\": \"fill\",\n\"xl\": \"inherit\"\n}\n```\n\n- all\n- auto\n- fill\n- inherit\n- none\n- painted\n- stroke\n- visible\n- visibleFill\n- visiblePainted\n- visibleStroke",
|
|
3515
3426
|
"values": [
|
|
3516
3427
|
{
|
|
3517
|
-
"name": "
|
|
3428
|
+
"name": "all"
|
|
3518
3429
|
},
|
|
3519
3430
|
{
|
|
3520
|
-
"name": "
|
|
3431
|
+
"name": "auto"
|
|
3521
3432
|
},
|
|
3522
3433
|
{
|
|
3523
|
-
"name": "
|
|
3434
|
+
"name": "fill"
|
|
3524
3435
|
},
|
|
3525
3436
|
{
|
|
3526
|
-
"name": "
|
|
3437
|
+
"name": "inherit"
|
|
3527
3438
|
},
|
|
3528
3439
|
{
|
|
3529
|
-
"name": "
|
|
3440
|
+
"name": "none"
|
|
3530
3441
|
},
|
|
3531
3442
|
{
|
|
3532
|
-
"name": "
|
|
3443
|
+
"name": "painted"
|
|
3533
3444
|
},
|
|
3534
3445
|
{
|
|
3535
|
-
"name": "
|
|
3446
|
+
"name": "stroke"
|
|
3536
3447
|
},
|
|
3537
3448
|
{
|
|
3538
|
-
"name": "
|
|
3449
|
+
"name": "visible"
|
|
3539
3450
|
},
|
|
3540
3451
|
{
|
|
3541
|
-
"name": "
|
|
3452
|
+
"name": "visibleFill"
|
|
3542
3453
|
},
|
|
3543
3454
|
{
|
|
3544
|
-
"name": "
|
|
3455
|
+
"name": "visiblePainted"
|
|
3545
3456
|
},
|
|
3546
3457
|
{
|
|
3547
|
-
"name": "
|
|
3548
|
-
}
|
|
3458
|
+
"name": "visibleStroke"
|
|
3459
|
+
}
|
|
3460
|
+
]
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"name": "position",
|
|
3464
|
+
"description": "The **`position`** CSS property sets how an element is positioned in a document. The `top`, `right`, `bottom`, and `left` properties determine the final location of positioned elements.\n\n\n**Initial value**: `static`\n\nThis property supports responsive values. You can pass a single value like `\"absolute\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"absolute\",\n\"md\": \"fixed\",\n\"lg\": \"relative\",\n\"xl\": \"static\"\n}\n```\n\n- absolute\n- fixed\n- relative\n- static\n- sticky",
|
|
3465
|
+
"values": [
|
|
3549
3466
|
{
|
|
3550
|
-
"name": "
|
|
3467
|
+
"name": "absolute"
|
|
3551
3468
|
},
|
|
3552
3469
|
{
|
|
3553
|
-
"name": "
|
|
3470
|
+
"name": "fixed"
|
|
3554
3471
|
},
|
|
3555
3472
|
{
|
|
3556
|
-
"name": "
|
|
3473
|
+
"name": "relative"
|
|
3557
3474
|
},
|
|
3558
3475
|
{
|
|
3559
|
-
"name": "
|
|
3476
|
+
"name": "static"
|
|
3560
3477
|
},
|
|
3561
3478
|
{
|
|
3562
|
-
"name": "
|
|
3479
|
+
"name": "sticky"
|
|
3563
3480
|
}
|
|
3564
3481
|
]
|
|
3565
3482
|
},
|
|
3566
3483
|
{
|
|
3567
|
-
"name": "
|
|
3568
|
-
"description": "The **`
|
|
3484
|
+
"name": "border-style",
|
|
3485
|
+
"description": "The **`border-style`** shorthand CSS property sets the line style for all four sides of an element's border.\n\nThis property supports responsive values. You can pass a single value like `\"dashed\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"dashed\",\n\"md\": \"dotted\",\n\"lg\": \"double\",\n\"xl\": \"groove\"\n}\n```\n\n- dashed\n- dotted\n- double\n- groove\n- hidden\n- inset\n- none\n- outset\n- ridge\n- solid",
|
|
3569
3486
|
"values": [
|
|
3570
|
-
{
|
|
3571
|
-
"name": "auto"
|
|
3572
|
-
},
|
|
3573
|
-
{
|
|
3574
|
-
"name": "blink"
|
|
3575
|
-
},
|
|
3576
3487
|
{
|
|
3577
3488
|
"name": "dashed"
|
|
3578
3489
|
},
|
|
@@ -3583,253 +3494,324 @@
|
|
|
3583
3494
|
"name": "double"
|
|
3584
3495
|
},
|
|
3585
3496
|
{
|
|
3586
|
-
"name": "
|
|
3497
|
+
"name": "groove"
|
|
3587
3498
|
},
|
|
3588
3499
|
{
|
|
3589
|
-
"name": "
|
|
3500
|
+
"name": "hidden"
|
|
3590
3501
|
},
|
|
3591
3502
|
{
|
|
3592
|
-
"name": "
|
|
3503
|
+
"name": "inset"
|
|
3593
3504
|
},
|
|
3594
3505
|
{
|
|
3595
3506
|
"name": "none"
|
|
3596
3507
|
},
|
|
3597
3508
|
{
|
|
3598
|
-
"name": "
|
|
3509
|
+
"name": "outset"
|
|
3599
3510
|
},
|
|
3600
3511
|
{
|
|
3601
|
-
"name": "
|
|
3512
|
+
"name": "ridge"
|
|
3602
3513
|
},
|
|
3603
3514
|
{
|
|
3604
|
-
"name": "
|
|
3605
|
-
}
|
|
3515
|
+
"name": "solid"
|
|
3516
|
+
}
|
|
3517
|
+
]
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"name": "box-sizing",
|
|
3521
|
+
"description": "The **`box-sizing`** CSS property sets how the total width and height of an element is calculated.\n\n\n**Initial value**: `content-box`\n\nThis property supports responsive values. You can pass a single value like `\"border-box\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"border-box\",\n\"md\": \"content-box\",\n\"lg\": \"border-box\",\n\"xl\": \"content-box\"\n}\n```\n\n- border-box\n- content-box",
|
|
3522
|
+
"values": [
|
|
3606
3523
|
{
|
|
3607
|
-
"name": "
|
|
3524
|
+
"name": "border-box"
|
|
3608
3525
|
},
|
|
3609
3526
|
{
|
|
3610
|
-
"name": "
|
|
3527
|
+
"name": "content-box"
|
|
3611
3528
|
}
|
|
3612
3529
|
]
|
|
3613
3530
|
},
|
|
3614
3531
|
{
|
|
3615
|
-
"name": "
|
|
3616
|
-
"description": "The
|
|
3532
|
+
"name": "cursor",
|
|
3533
|
+
"description": "The **`cursor`** CSS property sets the type of mouse cursor, if any, to show when the mouse pointer is over an element.\n\n\n**Initial value**: `auto`\n\nThis property supports responsive values. You can pass a single value like `\"alias\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"alias\",\n\"md\": \"all-scroll\",\n\"lg\": \"auto\",\n\"xl\": \"cell\"\n}\n```\n\n- alias\n- all-scroll\n- auto\n- cell\n- col-resize\n- context-menu\n- copy\n- crosshair\n- default\n- e-resize\n- ew-resize\n- grab\n- grabbing\n- help\n- move\n- n-resize\n- ne-resize\n- nesw-resize\n- no-drop\n- none\n- not-allowed\n- ns-resize\n- nw-resize\n- nwse-resize\n- pointer\n- progress\n- row-resize\n- s-resize\n- se-resize\n- sw-resize\n- text\n- vertical-text\n- w-resize\n- wait\n- zoom-in\n- zoom-out",
|
|
3617
3534
|
"values": [
|
|
3618
3535
|
{
|
|
3619
|
-
"name": "
|
|
3536
|
+
"name": "alias"
|
|
3620
3537
|
},
|
|
3621
3538
|
{
|
|
3622
|
-
"name": "
|
|
3539
|
+
"name": "all-scroll"
|
|
3623
3540
|
},
|
|
3624
3541
|
{
|
|
3625
|
-
"name": "
|
|
3542
|
+
"name": "auto"
|
|
3626
3543
|
},
|
|
3627
3544
|
{
|
|
3628
|
-
"name": "
|
|
3545
|
+
"name": "cell"
|
|
3629
3546
|
},
|
|
3630
3547
|
{
|
|
3631
|
-
"name": "
|
|
3548
|
+
"name": "col-resize"
|
|
3632
3549
|
},
|
|
3633
3550
|
{
|
|
3634
|
-
"name": "
|
|
3551
|
+
"name": "context-menu"
|
|
3635
3552
|
},
|
|
3636
3553
|
{
|
|
3637
|
-
"name": "
|
|
3554
|
+
"name": "copy"
|
|
3638
3555
|
},
|
|
3639
3556
|
{
|
|
3640
|
-
"name": "
|
|
3557
|
+
"name": "crosshair"
|
|
3641
3558
|
},
|
|
3642
3559
|
{
|
|
3643
|
-
"name": "
|
|
3560
|
+
"name": "default"
|
|
3644
3561
|
},
|
|
3645
3562
|
{
|
|
3646
|
-
"name": "
|
|
3563
|
+
"name": "e-resize"
|
|
3647
3564
|
},
|
|
3648
3565
|
{
|
|
3649
|
-
"name": "
|
|
3566
|
+
"name": "ew-resize"
|
|
3650
3567
|
},
|
|
3651
3568
|
{
|
|
3652
|
-
"name": "
|
|
3569
|
+
"name": "grab"
|
|
3653
3570
|
},
|
|
3654
3571
|
{
|
|
3655
|
-
"name": "
|
|
3572
|
+
"name": "grabbing"
|
|
3656
3573
|
},
|
|
3657
3574
|
{
|
|
3658
|
-
"name": "
|
|
3575
|
+
"name": "help"
|
|
3659
3576
|
},
|
|
3660
3577
|
{
|
|
3661
|
-
"name": "
|
|
3578
|
+
"name": "move"
|
|
3662
3579
|
},
|
|
3663
3580
|
{
|
|
3664
|
-
"name": "
|
|
3581
|
+
"name": "n-resize"
|
|
3665
3582
|
},
|
|
3666
3583
|
{
|
|
3667
|
-
"name": "
|
|
3584
|
+
"name": "ne-resize"
|
|
3668
3585
|
},
|
|
3669
3586
|
{
|
|
3670
|
-
"name": "
|
|
3587
|
+
"name": "nesw-resize"
|
|
3671
3588
|
},
|
|
3672
3589
|
{
|
|
3673
|
-
"name": "
|
|
3590
|
+
"name": "no-drop"
|
|
3674
3591
|
},
|
|
3675
3592
|
{
|
|
3676
|
-
"name": "
|
|
3593
|
+
"name": "none"
|
|
3677
3594
|
},
|
|
3678
3595
|
{
|
|
3679
|
-
"name": "
|
|
3596
|
+
"name": "not-allowed"
|
|
3680
3597
|
},
|
|
3681
3598
|
{
|
|
3682
|
-
"name": "
|
|
3599
|
+
"name": "ns-resize"
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "nw-resize"
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"name": "nwse-resize"
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"name": "pointer"
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"name": "progress"
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "row-resize"
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"name": "s-resize"
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"name": "se-resize"
|
|
3683
3621
|
},
|
|
3684
3622
|
{
|
|
3685
|
-
"name": "
|
|
3623
|
+
"name": "sw-resize"
|
|
3686
3624
|
},
|
|
3687
3625
|
{
|
|
3688
|
-
"name": "
|
|
3626
|
+
"name": "text"
|
|
3689
3627
|
},
|
|
3690
3628
|
{
|
|
3691
|
-
"name": "
|
|
3629
|
+
"name": "vertical-text"
|
|
3692
3630
|
},
|
|
3693
3631
|
{
|
|
3694
|
-
"name": "
|
|
3632
|
+
"name": "w-resize"
|
|
3695
3633
|
},
|
|
3696
3634
|
{
|
|
3697
|
-
"name": "
|
|
3635
|
+
"name": "wait"
|
|
3698
3636
|
},
|
|
3699
3637
|
{
|
|
3700
|
-
"name": "
|
|
3638
|
+
"name": "zoom-in"
|
|
3701
3639
|
},
|
|
3702
3640
|
{
|
|
3703
|
-
"name": "
|
|
3704
|
-
}
|
|
3641
|
+
"name": "zoom-out"
|
|
3642
|
+
}
|
|
3643
|
+
]
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"name": "overflow",
|
|
3647
|
+
"description": "The **`overflow`** CSS shorthand property sets the desired behavior for an element's overflow — i.e. when an element's content is too big to fit in its block formatting context — in both directions.\n\n\n**Initial value**: `visible`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"clip\",\n\"lg\": \"hidden\",\n\"xl\": \"scroll\"\n}\n```\n\n- auto\n- clip\n- hidden\n- scroll\n- visible",
|
|
3648
|
+
"values": [
|
|
3705
3649
|
{
|
|
3706
|
-
"name": "
|
|
3650
|
+
"name": "auto"
|
|
3707
3651
|
},
|
|
3708
3652
|
{
|
|
3709
|
-
"name": "
|
|
3653
|
+
"name": "clip"
|
|
3710
3654
|
},
|
|
3711
3655
|
{
|
|
3712
|
-
"name": "
|
|
3656
|
+
"name": "hidden"
|
|
3713
3657
|
},
|
|
3714
3658
|
{
|
|
3715
|
-
"name": "
|
|
3659
|
+
"name": "scroll"
|
|
3716
3660
|
},
|
|
3717
3661
|
{
|
|
3718
|
-
"name": "
|
|
3662
|
+
"name": "visible"
|
|
3719
3663
|
}
|
|
3720
3664
|
]
|
|
3721
3665
|
},
|
|
3722
3666
|
{
|
|
3723
|
-
"name": "
|
|
3724
|
-
"description": "The
|
|
3667
|
+
"name": "overflow-x",
|
|
3668
|
+
"description": "The **`overflow-x`** CSS property sets what shows when content overflows a block-level element's left and right edges. This may be nothing, a scroll bar, or the overflow content.\n\n\n**Initial value**: `visible`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"clip\",\n\"lg\": \"hidden\",\n\"xl\": \"scroll\"\n}\n```\n\n- auto\n- clip\n- hidden\n- scroll\n- visible",
|
|
3725
3669
|
"values": [
|
|
3726
3670
|
{
|
|
3727
|
-
"name": "
|
|
3671
|
+
"name": "auto"
|
|
3728
3672
|
},
|
|
3729
3673
|
{
|
|
3730
|
-
"name": "
|
|
3674
|
+
"name": "clip"
|
|
3731
3675
|
},
|
|
3732
3676
|
{
|
|
3733
|
-
"name": "
|
|
3677
|
+
"name": "hidden"
|
|
3734
3678
|
},
|
|
3735
3679
|
{
|
|
3736
|
-
"name": "
|
|
3680
|
+
"name": "scroll"
|
|
3737
3681
|
},
|
|
3738
3682
|
{
|
|
3739
|
-
"name": "
|
|
3740
|
-
}
|
|
3683
|
+
"name": "visible"
|
|
3684
|
+
}
|
|
3685
|
+
]
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"name": "overflow-y",
|
|
3689
|
+
"description": "The **`overflow-y`** CSS property sets what shows when content overflows a block-level element's top and bottom edges. This may be nothing, a scroll bar, or the overflow content.\n\n\n**Initial value**: `visible`\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"clip\",\n\"lg\": \"hidden\",\n\"xl\": \"scroll\"\n}\n```\n\n- auto\n- clip\n- hidden\n- scroll\n- visible",
|
|
3690
|
+
"values": [
|
|
3741
3691
|
{
|
|
3742
|
-
"name": "
|
|
3692
|
+
"name": "auto"
|
|
3743
3693
|
},
|
|
3744
3694
|
{
|
|
3745
|
-
"name": "
|
|
3695
|
+
"name": "clip"
|
|
3746
3696
|
},
|
|
3747
3697
|
{
|
|
3748
|
-
"name": "
|
|
3698
|
+
"name": "hidden"
|
|
3749
3699
|
},
|
|
3750
3700
|
{
|
|
3751
|
-
"name": "
|
|
3701
|
+
"name": "scroll"
|
|
3752
3702
|
},
|
|
3753
3703
|
{
|
|
3754
|
-
"name": "
|
|
3755
|
-
}
|
|
3704
|
+
"name": "visible"
|
|
3705
|
+
}
|
|
3706
|
+
]
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"name": "transition-timing-function",
|
|
3710
|
+
"description": "The **`transition-timing-function`** CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.\n\n\n**Initial value**: `ease`\n\nThis property supports responsive values. You can pass a single value like `\"ease\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"ease\",\n\"md\": \"ease-in\",\n\"lg\": \"ease-in-out\",\n\"xl\": \"ease-out\"\n}\n```\n\n- ease\n- ease-in\n- ease-in-out\n- ease-out\n- linear\n- step-end\n- step-start",
|
|
3711
|
+
"values": [
|
|
3756
3712
|
{
|
|
3757
|
-
"name": "
|
|
3713
|
+
"name": "ease"
|
|
3758
3714
|
},
|
|
3759
3715
|
{
|
|
3760
|
-
"name": "
|
|
3716
|
+
"name": "ease-in"
|
|
3761
3717
|
},
|
|
3762
3718
|
{
|
|
3763
|
-
"name": "
|
|
3719
|
+
"name": "ease-in-out"
|
|
3764
3720
|
},
|
|
3765
3721
|
{
|
|
3766
|
-
"name": "
|
|
3722
|
+
"name": "ease-out"
|
|
3767
3723
|
},
|
|
3768
3724
|
{
|
|
3769
|
-
"name": "
|
|
3725
|
+
"name": "linear"
|
|
3770
3726
|
},
|
|
3771
3727
|
{
|
|
3772
|
-
"name": "
|
|
3728
|
+
"name": "step-end"
|
|
3773
3729
|
},
|
|
3774
3730
|
{
|
|
3775
|
-
"name": "
|
|
3731
|
+
"name": "step-start"
|
|
3776
3732
|
}
|
|
3777
3733
|
]
|
|
3778
3734
|
},
|
|
3779
3735
|
{
|
|
3780
|
-
"name": "
|
|
3781
|
-
"description": "The
|
|
3736
|
+
"name": "text-decoration",
|
|
3737
|
+
"description": "The **`text-decoration`** shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for `text-decoration-line`, `text-decoration-color`, `text-decoration-style`, and the newer `text-decoration-thickness` property.\n\nThis property supports responsive values. You can pass a single value like `\"auto\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"auto\",\n\"md\": \"blink\",\n\"lg\": \"dashed\",\n\"xl\": \"dotted\"\n}\n```\n\n- auto\n- blink\n- dashed\n- dotted\n- double\n- from-font\n- grammar-error\n- line-through\n- none\n- overline\n- solid\n- spelling-error\n- underline\n- wavy",
|
|
3782
3738
|
"values": [
|
|
3783
3739
|
{
|
|
3784
|
-
"name": "
|
|
3740
|
+
"name": "auto"
|
|
3785
3741
|
},
|
|
3786
3742
|
{
|
|
3787
|
-
"name": "
|
|
3743
|
+
"name": "blink"
|
|
3788
3744
|
},
|
|
3789
3745
|
{
|
|
3790
|
-
"name": "
|
|
3746
|
+
"name": "dashed"
|
|
3791
3747
|
},
|
|
3792
3748
|
{
|
|
3793
|
-
"name": "
|
|
3749
|
+
"name": "dotted"
|
|
3794
3750
|
},
|
|
3795
3751
|
{
|
|
3796
|
-
"name": "
|
|
3752
|
+
"name": "double"
|
|
3797
3753
|
},
|
|
3798
3754
|
{
|
|
3799
|
-
"name": "
|
|
3755
|
+
"name": "from-font"
|
|
3800
3756
|
},
|
|
3801
3757
|
{
|
|
3802
|
-
"name": "
|
|
3758
|
+
"name": "grammar-error"
|
|
3803
3759
|
},
|
|
3804
3760
|
{
|
|
3805
|
-
"name": "
|
|
3761
|
+
"name": "line-through"
|
|
3806
3762
|
},
|
|
3807
3763
|
{
|
|
3808
|
-
"name": "
|
|
3764
|
+
"name": "none"
|
|
3809
3765
|
},
|
|
3810
3766
|
{
|
|
3811
|
-
"name": "
|
|
3767
|
+
"name": "overline"
|
|
3812
3768
|
},
|
|
3813
3769
|
{
|
|
3814
|
-
"name": "
|
|
3770
|
+
"name": "solid"
|
|
3815
3771
|
},
|
|
3816
3772
|
{
|
|
3817
|
-
"name": "
|
|
3773
|
+
"name": "spelling-error"
|
|
3818
3774
|
},
|
|
3819
3775
|
{
|
|
3820
|
-
"name": "
|
|
3776
|
+
"name": "underline"
|
|
3821
3777
|
},
|
|
3822
3778
|
{
|
|
3823
|
-
"name": "
|
|
3779
|
+
"name": "wavy"
|
|
3780
|
+
}
|
|
3781
|
+
]
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"name": "text-align",
|
|
3785
|
+
"description": "The **`text-align`** CSS property sets the horizontal alignment of a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.\n\n\n**Initial value**: `start`, or a nameless value that acts as `left` if _direction_ is `ltr`, `right` if _direction_ is `rtl` if `start` is not supported by the browser.\n\nThis property supports responsive values. You can pass a single value like `\"center\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"center\",\n\"md\": \"end\",\n\"lg\": \"justify\",\n\"xl\": \"left\"\n}\n```\n\n- center\n- end\n- justify\n- left\n- match-parent\n- right\n- start",
|
|
3786
|
+
"values": [
|
|
3787
|
+
{
|
|
3788
|
+
"name": "center"
|
|
3824
3789
|
},
|
|
3825
3790
|
{
|
|
3826
|
-
"name": "
|
|
3791
|
+
"name": "end"
|
|
3827
3792
|
},
|
|
3828
3793
|
{
|
|
3829
|
-
"name": "
|
|
3794
|
+
"name": "justify"
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"name": "left"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"name": "match-parent"
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"name": "right"
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"name": "start"
|
|
3830
3807
|
}
|
|
3831
3808
|
]
|
|
3832
3809
|
},
|
|
3810
|
+
{
|
|
3811
|
+
"name": "opacity",
|
|
3812
|
+
"description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n\n**Initial value**: `1.0`",
|
|
3813
|
+
"values": []
|
|
3814
|
+
},
|
|
3833
3815
|
{
|
|
3834
3816
|
"name": "border-width-x",
|
|
3835
3817
|
"description": "The borderWidthX shorthand property defines the width of the element's border on the left and right.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$1\",\n\"md\": \"$2\",\n\"lg\": \"$3\",\n\"xl\": \"$4\"\n}\n```\n\n- $1\n- $2\n- $3\n- $4\n- $5\n- $none",
|
|
@@ -4478,6 +4460,63 @@
|
|
|
4478
4460
|
}
|
|
4479
4461
|
]
|
|
4480
4462
|
},
|
|
4463
|
+
{
|
|
4464
|
+
"name": "m",
|
|
4465
|
+
"description": "The m shorthand property sets the margin area on all four sides of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
4466
|
+
"values": [
|
|
4467
|
+
{
|
|
4468
|
+
"name": "$2xl"
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"name": "$2xs"
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"name": "$3xl"
|
|
4475
|
+
},
|
|
4476
|
+
{
|
|
4477
|
+
"name": "$3xs"
|
|
4478
|
+
},
|
|
4479
|
+
{
|
|
4480
|
+
"name": "$4xl"
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"name": "$4xs"
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"name": "$5xl"
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"name": "$6xl"
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"name": "$7xl"
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"name": "$8xl"
|
|
4496
|
+
},
|
|
4497
|
+
{
|
|
4498
|
+
"name": "$auto"
|
|
4499
|
+
},
|
|
4500
|
+
{
|
|
4501
|
+
"name": "$lg"
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"name": "$md"
|
|
4505
|
+
},
|
|
4506
|
+
{
|
|
4507
|
+
"name": "$none"
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"name": "$s"
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"name": "$xl"
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"name": "$xs"
|
|
4517
|
+
}
|
|
4518
|
+
]
|
|
4519
|
+
},
|
|
4481
4520
|
{
|
|
4482
4521
|
"name": "mr",
|
|
4483
4522
|
"description": "The mr property sets the margin area on the right side of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$2xl\",\n\"md\": \"$2xs\",\n\"lg\": \"$3xl\",\n\"xl\": \"$3xs\"\n}\n```\n\n- $2xl\n- $2xs\n- $3xl\n- $3xs\n- $4xl\n- $4xs\n- $5xl\n- $6xl\n- $7xl\n- $8xl\n- $auto\n- $lg\n- $md\n- $none\n- $s\n- $xl\n- $xs",
|
|
@@ -4836,6 +4875,11 @@
|
|
|
4836
4875
|
"description": "Sets the indicated tab as current active tab.\nCan be used to change the active tab from outside of the component",
|
|
4837
4876
|
"type": "number"
|
|
4838
4877
|
},
|
|
4878
|
+
{
|
|
4879
|
+
"name": "underlined",
|
|
4880
|
+
"description": "Determines whether the tabs should have an underline style.",
|
|
4881
|
+
"type": "boolean"
|
|
4882
|
+
},
|
|
4839
4883
|
{
|
|
4840
4884
|
"name": "position",
|
|
4841
4885
|
"description": "Controls where the tab buttons are displayed. This prop accepts one of the following values: \"left\", \"center\", or \"right\".\n\n- center\n- left\n- right",
|
|
@@ -4857,11 +4901,66 @@
|
|
|
4857
4901
|
"name": "full",
|
|
4858
4902
|
"description": "Determines whether the tabs should occupy the full width of their container.",
|
|
4859
4903
|
"type": "boolean"
|
|
4904
|
+
}
|
|
4905
|
+
]
|
|
4906
|
+
},
|
|
4907
|
+
{
|
|
4908
|
+
"name": "rarui-card",
|
|
4909
|
+
"description": "## Rarui Card\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/card) for more details.",
|
|
4910
|
+
"attributes": [
|
|
4911
|
+
{
|
|
4912
|
+
"name": "padding",
|
|
4913
|
+
"description": "Specifies the padding inside the card.\nThis prop accepts one of the following values: \"none\" or \"base\".\n\n- base\n- none",
|
|
4914
|
+
"type": "string",
|
|
4915
|
+
"values": [
|
|
4916
|
+
{
|
|
4917
|
+
"name": "base",
|
|
4918
|
+
"description": "(default)"
|
|
4919
|
+
},
|
|
4920
|
+
{
|
|
4921
|
+
"name": "none"
|
|
4922
|
+
}
|
|
4923
|
+
]
|
|
4860
4924
|
},
|
|
4861
4925
|
{
|
|
4862
|
-
"name": "
|
|
4863
|
-
"description": "
|
|
4864
|
-
"
|
|
4926
|
+
"name": "background-color",
|
|
4927
|
+
"description": "Specifies the background color of the card.\nThis prop accepts one of the following values: \"$transparent\", \"$background\", \"$primary\", or \"$secondary\"\n\nThis property supports responsive values. You can pass a single value like `\"$background\"`.\n\nOr an object like:\n```\n{\n\"xs\": \"$background\",\n\"md\": \"$primary\",\n\"lg\": \"$secondary\",\n\"xl\": \"$transparent\"\n}\n```\n\n- $background\n- $primary\n- $secondary\n- $transparent",
|
|
4928
|
+
"values": [
|
|
4929
|
+
{
|
|
4930
|
+
"name": "$background"
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"name": "$primary",
|
|
4934
|
+
"description": "(default)"
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"name": "$secondary"
|
|
4938
|
+
},
|
|
4939
|
+
{
|
|
4940
|
+
"name": "$transparent"
|
|
4941
|
+
}
|
|
4942
|
+
]
|
|
4943
|
+
}
|
|
4944
|
+
]
|
|
4945
|
+
},
|
|
4946
|
+
{
|
|
4947
|
+
"name": "rarui-card-body",
|
|
4948
|
+
"description": "## Rarui Card Body\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/card) for more details.",
|
|
4949
|
+
"attributes": []
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"name": "rarui-card-header",
|
|
4953
|
+
"description": "## Rarui Card Header\n---\nThe Card component contains textual content, images, and actions about a topic.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/surface/card) for more details.",
|
|
4954
|
+
"attributes": [
|
|
4955
|
+
{
|
|
4956
|
+
"name": "title",
|
|
4957
|
+
"description": "The title of the card. This is typically displayed prominently in the header section.",
|
|
4958
|
+
"type": "string"
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"name": "description",
|
|
4962
|
+
"description": "The description of the card. This is typically displayed below the title in the header section.",
|
|
4963
|
+
"type": "string"
|
|
4865
4964
|
}
|
|
4866
4965
|
]
|
|
4867
4966
|
}
|