@rarui/components 1.4.0 → 1.6.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 +16 -2
- package/custom-elements.json +1458 -1286
- package/dist/index.d.ts +4366 -24
- package/dist/index.js +127 -31
- package/package.json +4 -3
package/custom-elements.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.5.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,198 +1034,244 @@
|
|
|
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": "
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
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-radio-button",
|
|
1077
|
+
"description": "## Rarui Radio Button\n---\nRadio Button allows users to select one option from a set. They are a selection control that usually appears when users are asked to make decisions or select an option from a set of choices.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/radiobutton) for more details.",
|
|
1078
|
+
"attributes": [
|
|
1079
|
+
{
|
|
1080
|
+
"name": "selected",
|
|
1081
|
+
"description": "Sets radio state to activated or deactivated.",
|
|
1082
|
+
"type": "boolean"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "label",
|
|
1086
|
+
"description": "Text to be rendered inside the component.",
|
|
1087
|
+
"type": "string"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"name": "size",
|
|
1091
|
+
"description": "Specifies the size of the radiobutton\n\n- large\n- small",
|
|
1092
|
+
"type": "string",
|
|
1093
|
+
"values": [
|
|
1074
1094
|
{
|
|
1075
|
-
"name": "
|
|
1095
|
+
"name": "large"
|
|
1076
1096
|
},
|
|
1077
1097
|
{
|
|
1078
|
-
"name": "
|
|
1079
|
-
}
|
|
1098
|
+
"name": "small"
|
|
1099
|
+
}
|
|
1100
|
+
]
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "error",
|
|
1104
|
+
"description": "Specifies whether the radiobutton is in error state",
|
|
1105
|
+
"type": "boolean"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "id",
|
|
1109
|
+
"description": "Defines a unique identifier (ID) which must be unique in the whole document.\nIts purpose is to identify the element when linking (using a fragment identifier), scripting, or styling (with CSS).",
|
|
1110
|
+
"type": "string"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": "disabled",
|
|
1114
|
+
"description": "Disables the radio button, disallowing user interaction.",
|
|
1115
|
+
"type": "boolean"
|
|
1116
|
+
}
|
|
1117
|
+
]
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"name": "rarui-textarea",
|
|
1121
|
+
"description": "## Rarui Radio Button\n---\nExpanded text area for long text entries. Allows you to enter large blocks of text, such as comments or detailed descriptions.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/textarea) for more details.",
|
|
1122
|
+
"attributes": [
|
|
1123
|
+
{
|
|
1124
|
+
"name": "lines",
|
|
1125
|
+
"description": "Number of lines to be rendered for the user to input text",
|
|
1126
|
+
"type": "number"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"name": "appearance",
|
|
1130
|
+
"description": "Determines the visual style of the textarea, affecting its border\n\n- error\n- success",
|
|
1131
|
+
"type": "string",
|
|
1132
|
+
"values": [
|
|
1080
1133
|
{
|
|
1081
|
-
"name": "
|
|
1134
|
+
"name": "error"
|
|
1082
1135
|
},
|
|
1083
1136
|
{
|
|
1084
|
-
"name": "
|
|
1137
|
+
"name": "success"
|
|
1085
1138
|
}
|
|
1086
1139
|
]
|
|
1087
1140
|
},
|
|
1088
1141
|
{
|
|
1089
|
-
"name": "
|
|
1090
|
-
"description": "
|
|
1142
|
+
"name": "disabled",
|
|
1143
|
+
"description": "Disables the Textarea, disallowing user interaction.",
|
|
1144
|
+
"type": "boolean"
|
|
1145
|
+
}
|
|
1146
|
+
]
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "rarui-box",
|
|
1150
|
+
"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.",
|
|
1151
|
+
"attributes": [
|
|
1152
|
+
{
|
|
1153
|
+
"name": "background-color",
|
|
1154
|
+
"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",
|
|
1091
1155
|
"values": [
|
|
1092
1156
|
{
|
|
1093
|
-
"name": "
|
|
1157
|
+
"name": "$background"
|
|
1094
1158
|
},
|
|
1095
1159
|
{
|
|
1096
|
-
"name": "
|
|
1160
|
+
"name": "$brand"
|
|
1097
1161
|
},
|
|
1098
1162
|
{
|
|
1099
|
-
"name": "
|
|
1163
|
+
"name": "$brand-hover"
|
|
1100
1164
|
},
|
|
1101
1165
|
{
|
|
1102
|
-
"name": "
|
|
1166
|
+
"name": "$brand-press"
|
|
1103
1167
|
},
|
|
1104
1168
|
{
|
|
1105
|
-
"name": "
|
|
1169
|
+
"name": "$brand-subdued"
|
|
1106
1170
|
},
|
|
1107
1171
|
{
|
|
1108
|
-
"name": "
|
|
1172
|
+
"name": "$disabled"
|
|
1109
1173
|
},
|
|
1110
1174
|
{
|
|
1111
|
-
"name": "
|
|
1175
|
+
"name": "$error"
|
|
1112
1176
|
},
|
|
1113
1177
|
{
|
|
1114
|
-
"name": "
|
|
1178
|
+
"name": "$error-hover"
|
|
1115
1179
|
},
|
|
1116
1180
|
{
|
|
1117
|
-
"name": "
|
|
1181
|
+
"name": "$error-press"
|
|
1118
1182
|
},
|
|
1119
1183
|
{
|
|
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": [
|
|
1128
|
-
{
|
|
1129
|
-
"name": "$1"
|
|
1184
|
+
"name": "$error-subdued"
|
|
1130
1185
|
},
|
|
1131
1186
|
{
|
|
1132
|
-
"name": "$
|
|
1187
|
+
"name": "$hover"
|
|
1133
1188
|
},
|
|
1134
1189
|
{
|
|
1135
|
-
"name": "$
|
|
1190
|
+
"name": "$info"
|
|
1136
1191
|
},
|
|
1137
1192
|
{
|
|
1138
|
-
"name": "$
|
|
1193
|
+
"name": "$info-hover"
|
|
1139
1194
|
},
|
|
1140
1195
|
{
|
|
1141
|
-
"name": "$
|
|
1196
|
+
"name": "$info-press"
|
|
1142
1197
|
},
|
|
1143
1198
|
{
|
|
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": [
|
|
1199
|
+
"name": "$info-subdued"
|
|
1200
|
+
},
|
|
1152
1201
|
{
|
|
1153
|
-
"name": "$
|
|
1202
|
+
"name": "$invert"
|
|
1154
1203
|
},
|
|
1155
1204
|
{
|
|
1156
|
-
"name": "$
|
|
1205
|
+
"name": "$invert-disabled"
|
|
1157
1206
|
},
|
|
1158
1207
|
{
|
|
1159
|
-
"name": "$
|
|
1208
|
+
"name": "$invert-hover"
|
|
1160
1209
|
},
|
|
1161
1210
|
{
|
|
1162
|
-
"name": "$
|
|
1211
|
+
"name": "$invert-press"
|
|
1163
1212
|
},
|
|
1164
1213
|
{
|
|
1165
|
-
"name": "$
|
|
1214
|
+
"name": "$invert-secondary"
|
|
1166
1215
|
},
|
|
1167
1216
|
{
|
|
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": [
|
|
1217
|
+
"name": "$overlay"
|
|
1218
|
+
},
|
|
1176
1219
|
{
|
|
1177
|
-
"name": "
|
|
1220
|
+
"name": "$press"
|
|
1178
1221
|
},
|
|
1179
1222
|
{
|
|
1180
|
-
"name": "
|
|
1223
|
+
"name": "$primary"
|
|
1181
1224
|
},
|
|
1182
1225
|
{
|
|
1183
|
-
"name": "
|
|
1226
|
+
"name": "$secondary"
|
|
1184
1227
|
},
|
|
1185
1228
|
{
|
|
1186
|
-
"name": "
|
|
1229
|
+
"name": "$success"
|
|
1187
1230
|
},
|
|
1188
1231
|
{
|
|
1189
|
-
"name": "
|
|
1232
|
+
"name": "$success-hover"
|
|
1190
1233
|
},
|
|
1191
1234
|
{
|
|
1192
|
-
"name": "
|
|
1235
|
+
"name": "$success-press"
|
|
1193
1236
|
},
|
|
1194
1237
|
{
|
|
1195
|
-
"name": "
|
|
1196
|
-
}
|
|
1197
|
-
]
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"name": "height",
|
|
1201
|
-
"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",
|
|
1202
|
-
"values": [
|
|
1238
|
+
"name": "$success-subdued"
|
|
1239
|
+
},
|
|
1203
1240
|
{
|
|
1204
|
-
"name": "
|
|
1241
|
+
"name": "$transparent"
|
|
1205
1242
|
},
|
|
1206
1243
|
{
|
|
1207
|
-
"name": "
|
|
1244
|
+
"name": "$warning"
|
|
1208
1245
|
},
|
|
1209
1246
|
{
|
|
1210
|
-
"name": "
|
|
1247
|
+
"name": "$warning-hover"
|
|
1211
1248
|
},
|
|
1212
1249
|
{
|
|
1213
|
-
"name": "
|
|
1250
|
+
"name": "$warning-press"
|
|
1214
1251
|
},
|
|
1215
1252
|
{
|
|
1216
|
-
"name": "
|
|
1253
|
+
"name": "$warning-subdued"
|
|
1217
1254
|
}
|
|
1218
1255
|
]
|
|
1219
1256
|
},
|
|
1220
1257
|
{
|
|
1221
|
-
"name": "
|
|
1222
|
-
"description": "The color property is used to set the color of the box.\n\nThis property supports responsive values. You can pass a single value like `\"$
|
|
1258
|
+
"name": "fill",
|
|
1259
|
+
"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",
|
|
1223
1260
|
"values": [
|
|
1261
|
+
{
|
|
1262
|
+
"name": "$background"
|
|
1263
|
+
},
|
|
1224
1264
|
{
|
|
1225
1265
|
"name": "$brand"
|
|
1226
1266
|
},
|
|
1227
1267
|
{
|
|
1228
|
-
"name": "$brand-
|
|
1268
|
+
"name": "$brand-hover"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"name": "$brand-press"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "$brand-subdued"
|
|
1229
1275
|
},
|
|
1230
1276
|
{
|
|
1231
1277
|
"name": "$currentColor"
|
|
@@ -1237,489 +1283,466 @@
|
|
|
1237
1283
|
"name": "$error"
|
|
1238
1284
|
},
|
|
1239
1285
|
{
|
|
1240
|
-
"name": "$
|
|
1286
|
+
"name": "$error-hover"
|
|
1241
1287
|
},
|
|
1242
1288
|
{
|
|
1243
|
-
"name": "$
|
|
1289
|
+
"name": "$error-press"
|
|
1244
1290
|
},
|
|
1245
1291
|
{
|
|
1246
|
-
"name": "$
|
|
1292
|
+
"name": "$error-subdued"
|
|
1247
1293
|
},
|
|
1248
1294
|
{
|
|
1249
|
-
"name": "$
|
|
1295
|
+
"name": "$hover"
|
|
1250
1296
|
},
|
|
1251
1297
|
{
|
|
1252
|
-
"name": "$
|
|
1298
|
+
"name": "$info"
|
|
1253
1299
|
},
|
|
1254
1300
|
{
|
|
1255
|
-
"name": "$
|
|
1301
|
+
"name": "$info-hover"
|
|
1256
1302
|
},
|
|
1257
1303
|
{
|
|
1258
|
-
"name": "$
|
|
1304
|
+
"name": "$info-press"
|
|
1259
1305
|
},
|
|
1260
1306
|
{
|
|
1261
|
-
"name": "$
|
|
1307
|
+
"name": "$info-subdued"
|
|
1262
1308
|
},
|
|
1263
1309
|
{
|
|
1264
|
-
"name": "$
|
|
1310
|
+
"name": "$invert"
|
|
1265
1311
|
},
|
|
1266
1312
|
{
|
|
1267
|
-
"name": "$
|
|
1313
|
+
"name": "$invert-disabled"
|
|
1268
1314
|
},
|
|
1269
1315
|
{
|
|
1270
|
-
"name": "$
|
|
1316
|
+
"name": "$invert-hover"
|
|
1271
1317
|
},
|
|
1272
1318
|
{
|
|
1273
|
-
"name": "$
|
|
1319
|
+
"name": "$invert-press"
|
|
1274
1320
|
},
|
|
1275
1321
|
{
|
|
1276
|
-
"name": "$
|
|
1322
|
+
"name": "$invert-secondary"
|
|
1277
1323
|
},
|
|
1278
1324
|
{
|
|
1279
|
-
"name": "$
|
|
1280
|
-
}
|
|
1281
|
-
]
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
"name": "align-content",
|
|
1285
|
-
"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",
|
|
1286
|
-
"values": [
|
|
1325
|
+
"name": "$overlay"
|
|
1326
|
+
},
|
|
1287
1327
|
{
|
|
1288
|
-
"name": "
|
|
1328
|
+
"name": "$press"
|
|
1289
1329
|
},
|
|
1290
1330
|
{
|
|
1291
|
-
"name": "
|
|
1331
|
+
"name": "$primary"
|
|
1292
1332
|
},
|
|
1293
1333
|
{
|
|
1294
|
-
"name": "
|
|
1334
|
+
"name": "$secondary"
|
|
1295
1335
|
},
|
|
1296
1336
|
{
|
|
1297
|
-
"name": "
|
|
1337
|
+
"name": "$success"
|
|
1298
1338
|
},
|
|
1299
1339
|
{
|
|
1300
|
-
"name": "
|
|
1340
|
+
"name": "$success-hover"
|
|
1301
1341
|
},
|
|
1302
1342
|
{
|
|
1303
|
-
"name": "
|
|
1343
|
+
"name": "$success-press"
|
|
1304
1344
|
},
|
|
1305
1345
|
{
|
|
1306
|
-
"name": "
|
|
1346
|
+
"name": "$success-subdued"
|
|
1307
1347
|
},
|
|
1308
1348
|
{
|
|
1309
|
-
"name": "
|
|
1349
|
+
"name": "$transparent"
|
|
1310
1350
|
},
|
|
1311
1351
|
{
|
|
1312
|
-
"name": "
|
|
1352
|
+
"name": "$warning"
|
|
1313
1353
|
},
|
|
1314
1354
|
{
|
|
1315
|
-
"name": "
|
|
1355
|
+
"name": "$warning-hover"
|
|
1316
1356
|
},
|
|
1317
1357
|
{
|
|
1318
|
-
"name": "
|
|
1358
|
+
"name": "$warning-press"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "$warning-subdued"
|
|
1319
1362
|
}
|
|
1320
1363
|
]
|
|
1321
1364
|
},
|
|
1322
1365
|
{
|
|
1323
|
-
"name": "
|
|
1324
|
-
"description": "The
|
|
1366
|
+
"name": "border-color",
|
|
1367
|
+
"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",
|
|
1325
1368
|
"values": [
|
|
1326
1369
|
{
|
|
1327
|
-
"name": "
|
|
1370
|
+
"name": "$brand"
|
|
1328
1371
|
},
|
|
1329
1372
|
{
|
|
1330
|
-
"name": "
|
|
1373
|
+
"name": "$brand-alt"
|
|
1331
1374
|
},
|
|
1332
1375
|
{
|
|
1333
|
-
"name": "
|
|
1376
|
+
"name": "$disabled"
|
|
1334
1377
|
},
|
|
1335
1378
|
{
|
|
1336
|
-
"name": "
|
|
1379
|
+
"name": "$divider"
|
|
1337
1380
|
},
|
|
1338
1381
|
{
|
|
1339
|
-
"name": "
|
|
1382
|
+
"name": "$error"
|
|
1340
1383
|
},
|
|
1341
1384
|
{
|
|
1342
|
-
"name": "
|
|
1385
|
+
"name": "$info"
|
|
1343
1386
|
},
|
|
1344
1387
|
{
|
|
1345
|
-
"name": "
|
|
1388
|
+
"name": "$invert"
|
|
1346
1389
|
},
|
|
1347
1390
|
{
|
|
1348
|
-
"name": "
|
|
1391
|
+
"name": "$invert-disabled"
|
|
1349
1392
|
},
|
|
1350
1393
|
{
|
|
1351
|
-
"name": "
|
|
1394
|
+
"name": "$primary"
|
|
1352
1395
|
},
|
|
1353
1396
|
{
|
|
1354
|
-
"name": "
|
|
1397
|
+
"name": "$secondary"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "$subdued"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"name": "$success"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"name": "$transparent"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "$warning"
|
|
1355
1410
|
}
|
|
1356
1411
|
]
|
|
1357
1412
|
},
|
|
1358
1413
|
{
|
|
1359
|
-
"name": "
|
|
1360
|
-
"description": "The
|
|
1414
|
+
"name": "color",
|
|
1415
|
+
"description": "The color property is used to set the color of the box.\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",
|
|
1361
1416
|
"values": [
|
|
1362
1417
|
{
|
|
1363
|
-
"name": "
|
|
1418
|
+
"name": "$brand"
|
|
1364
1419
|
},
|
|
1365
1420
|
{
|
|
1366
|
-
"name": "
|
|
1421
|
+
"name": "$brand-alt"
|
|
1367
1422
|
},
|
|
1368
1423
|
{
|
|
1369
|
-
"name": "
|
|
1424
|
+
"name": "$currentColor"
|
|
1370
1425
|
},
|
|
1371
1426
|
{
|
|
1372
|
-
"name": "
|
|
1427
|
+
"name": "$disabled"
|
|
1373
1428
|
},
|
|
1374
1429
|
{
|
|
1375
|
-
"name": "
|
|
1430
|
+
"name": "$error"
|
|
1376
1431
|
},
|
|
1377
1432
|
{
|
|
1378
|
-
"name": "
|
|
1433
|
+
"name": "$info"
|
|
1379
1434
|
},
|
|
1380
1435
|
{
|
|
1381
|
-
"name": "
|
|
1436
|
+
"name": "$invert"
|
|
1382
1437
|
},
|
|
1383
1438
|
{
|
|
1384
|
-
"name": "
|
|
1439
|
+
"name": "$invert-disabled"
|
|
1385
1440
|
},
|
|
1386
1441
|
{
|
|
1387
|
-
"name": "
|
|
1442
|
+
"name": "$invert-secondary"
|
|
1388
1443
|
},
|
|
1389
1444
|
{
|
|
1390
|
-
"name": "
|
|
1445
|
+
"name": "$on-brand"
|
|
1391
1446
|
},
|
|
1392
1447
|
{
|
|
1393
|
-
"name": "
|
|
1394
|
-
}
|
|
1395
|
-
]
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"name": "background-blend-mode",
|
|
1399
|
-
"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",
|
|
1400
|
-
"values": [
|
|
1448
|
+
"name": "$on-error"
|
|
1449
|
+
},
|
|
1401
1450
|
{
|
|
1402
|
-
"name": "
|
|
1451
|
+
"name": "$on-info"
|
|
1403
1452
|
},
|
|
1404
1453
|
{
|
|
1405
|
-
"name": "
|
|
1454
|
+
"name": "$on-success"
|
|
1406
1455
|
},
|
|
1407
1456
|
{
|
|
1408
|
-
"name": "
|
|
1457
|
+
"name": "$on-warning"
|
|
1409
1458
|
},
|
|
1410
1459
|
{
|
|
1411
|
-
"name": "
|
|
1460
|
+
"name": "$primary"
|
|
1412
1461
|
},
|
|
1413
1462
|
{
|
|
1414
|
-
"name": "
|
|
1463
|
+
"name": "$secondary"
|
|
1415
1464
|
},
|
|
1416
1465
|
{
|
|
1417
|
-
"name": "
|
|
1466
|
+
"name": "$success"
|
|
1418
1467
|
},
|
|
1419
1468
|
{
|
|
1420
|
-
"name": "
|
|
1469
|
+
"name": "$warning"
|
|
1421
1470
|
},
|
|
1422
1471
|
{
|
|
1423
|
-
"name": "
|
|
1472
|
+
"name": "$warning-alt"
|
|
1473
|
+
}
|
|
1474
|
+
]
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "border-radius",
|
|
1478
|
+
"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",
|
|
1479
|
+
"values": [
|
|
1480
|
+
{
|
|
1481
|
+
"name": "$2xl"
|
|
1424
1482
|
},
|
|
1425
1483
|
{
|
|
1426
|
-
"name": "
|
|
1484
|
+
"name": "$2xs"
|
|
1427
1485
|
},
|
|
1428
1486
|
{
|
|
1429
|
-
"name": "
|
|
1487
|
+
"name": "$button"
|
|
1430
1488
|
},
|
|
1431
1489
|
{
|
|
1432
|
-
"name": "
|
|
1490
|
+
"name": "$input"
|
|
1433
1491
|
},
|
|
1434
1492
|
{
|
|
1435
|
-
"name": "
|
|
1493
|
+
"name": "$lg"
|
|
1436
1494
|
},
|
|
1437
1495
|
{
|
|
1438
|
-
"name": "
|
|
1496
|
+
"name": "$md"
|
|
1439
1497
|
},
|
|
1440
1498
|
{
|
|
1441
|
-
"name": "
|
|
1499
|
+
"name": "$none"
|
|
1442
1500
|
},
|
|
1443
1501
|
{
|
|
1444
|
-
"name": "
|
|
1502
|
+
"name": "$pill"
|
|
1445
1503
|
},
|
|
1446
1504
|
{
|
|
1447
|
-
"name": "
|
|
1505
|
+
"name": "$sm"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "$xl"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"name": "$xs"
|
|
1448
1512
|
}
|
|
1449
1513
|
]
|
|
1450
1514
|
},
|
|
1451
1515
|
{
|
|
1452
|
-
"name": "
|
|
1453
|
-
"description": "The
|
|
1516
|
+
"name": "border-top-left-radius",
|
|
1517
|
+
"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",
|
|
1454
1518
|
"values": [
|
|
1455
1519
|
{
|
|
1456
|
-
"name": "$
|
|
1520
|
+
"name": "$2xl"
|
|
1457
1521
|
},
|
|
1458
1522
|
{
|
|
1459
|
-
"name": "$
|
|
1523
|
+
"name": "$2xs"
|
|
1460
1524
|
},
|
|
1461
1525
|
{
|
|
1462
|
-
"name": "$
|
|
1526
|
+
"name": "$button"
|
|
1463
1527
|
},
|
|
1464
1528
|
{
|
|
1465
|
-
"name": "$
|
|
1529
|
+
"name": "$input"
|
|
1466
1530
|
},
|
|
1467
1531
|
{
|
|
1468
|
-
"name": "$
|
|
1532
|
+
"name": "$lg"
|
|
1469
1533
|
},
|
|
1470
1534
|
{
|
|
1471
|
-
"name": "$
|
|
1535
|
+
"name": "$md"
|
|
1472
1536
|
},
|
|
1473
1537
|
{
|
|
1474
|
-
"name": "$
|
|
1538
|
+
"name": "$none"
|
|
1475
1539
|
},
|
|
1476
1540
|
{
|
|
1477
|
-
"name": "$
|
|
1541
|
+
"name": "$pill"
|
|
1478
1542
|
},
|
|
1479
1543
|
{
|
|
1480
|
-
"name": "$
|
|
1544
|
+
"name": "$sm"
|
|
1481
1545
|
},
|
|
1482
1546
|
{
|
|
1483
|
-
"name": "$
|
|
1547
|
+
"name": "$xl"
|
|
1484
1548
|
},
|
|
1485
1549
|
{
|
|
1486
|
-
"name": "$
|
|
1487
|
-
}
|
|
1550
|
+
"name": "$xs"
|
|
1551
|
+
}
|
|
1552
|
+
]
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "border-top-right-radius",
|
|
1556
|
+
"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",
|
|
1557
|
+
"values": [
|
|
1488
1558
|
{
|
|
1489
|
-
"name": "$
|
|
1559
|
+
"name": "$2xl"
|
|
1490
1560
|
},
|
|
1491
1561
|
{
|
|
1492
|
-
"name": "$
|
|
1562
|
+
"name": "$2xs"
|
|
1493
1563
|
},
|
|
1494
1564
|
{
|
|
1495
|
-
"name": "$
|
|
1565
|
+
"name": "$button"
|
|
1496
1566
|
},
|
|
1497
1567
|
{
|
|
1498
|
-
"name": "$
|
|
1568
|
+
"name": "$input"
|
|
1499
1569
|
},
|
|
1500
1570
|
{
|
|
1501
|
-
"name": "$
|
|
1571
|
+
"name": "$lg"
|
|
1502
1572
|
},
|
|
1503
1573
|
{
|
|
1504
|
-
"name": "$
|
|
1574
|
+
"name": "$md"
|
|
1505
1575
|
},
|
|
1506
1576
|
{
|
|
1507
|
-
"name": "$
|
|
1577
|
+
"name": "$none"
|
|
1508
1578
|
},
|
|
1509
1579
|
{
|
|
1510
|
-
"name": "$
|
|
1580
|
+
"name": "$pill"
|
|
1511
1581
|
},
|
|
1512
1582
|
{
|
|
1513
|
-
"name": "$
|
|
1583
|
+
"name": "$sm"
|
|
1514
1584
|
},
|
|
1515
1585
|
{
|
|
1516
|
-
"name": "$
|
|
1586
|
+
"name": "$xl"
|
|
1517
1587
|
},
|
|
1518
1588
|
{
|
|
1519
|
-
"name": "$
|
|
1520
|
-
}
|
|
1589
|
+
"name": "$xs"
|
|
1590
|
+
}
|
|
1591
|
+
]
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"name": "border-bottom-left-radius",
|
|
1595
|
+
"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",
|
|
1596
|
+
"values": [
|
|
1521
1597
|
{
|
|
1522
|
-
"name": "$
|
|
1598
|
+
"name": "$2xl"
|
|
1523
1599
|
},
|
|
1524
1600
|
{
|
|
1525
|
-
"name": "$
|
|
1601
|
+
"name": "$2xs"
|
|
1526
1602
|
},
|
|
1527
1603
|
{
|
|
1528
|
-
"name": "$
|
|
1604
|
+
"name": "$button"
|
|
1529
1605
|
},
|
|
1530
1606
|
{
|
|
1531
|
-
"name": "$
|
|
1607
|
+
"name": "$input"
|
|
1532
1608
|
},
|
|
1533
1609
|
{
|
|
1534
|
-
"name": "$
|
|
1610
|
+
"name": "$lg"
|
|
1535
1611
|
},
|
|
1536
1612
|
{
|
|
1537
|
-
"name": "$
|
|
1613
|
+
"name": "$md"
|
|
1538
1614
|
},
|
|
1539
1615
|
{
|
|
1540
|
-
"name": "$
|
|
1616
|
+
"name": "$none"
|
|
1541
1617
|
},
|
|
1542
1618
|
{
|
|
1543
|
-
"name": "$
|
|
1619
|
+
"name": "$pill"
|
|
1544
1620
|
},
|
|
1545
1621
|
{
|
|
1546
|
-
"name": "$
|
|
1622
|
+
"name": "$sm"
|
|
1547
1623
|
},
|
|
1548
1624
|
{
|
|
1549
|
-
"name": "$
|
|
1625
|
+
"name": "$xl"
|
|
1550
1626
|
},
|
|
1551
1627
|
{
|
|
1552
|
-
"name": "$
|
|
1628
|
+
"name": "$xs"
|
|
1553
1629
|
}
|
|
1554
1630
|
]
|
|
1555
1631
|
},
|
|
1556
1632
|
{
|
|
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",
|
|
1633
|
+
"name": "border-bottom-right-radius",
|
|
1634
|
+
"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",
|
|
1564
1635
|
"values": [
|
|
1565
1636
|
{
|
|
1566
|
-
"name": "
|
|
1637
|
+
"name": "$2xl"
|
|
1567
1638
|
},
|
|
1568
1639
|
{
|
|
1569
|
-
"name": "
|
|
1640
|
+
"name": "$2xs"
|
|
1570
1641
|
},
|
|
1571
1642
|
{
|
|
1572
|
-
"name": "
|
|
1643
|
+
"name": "$button"
|
|
1573
1644
|
},
|
|
1574
1645
|
{
|
|
1575
|
-
"name": "
|
|
1646
|
+
"name": "$input"
|
|
1576
1647
|
},
|
|
1577
1648
|
{
|
|
1578
|
-
"name": "
|
|
1579
|
-
}
|
|
1580
|
-
]
|
|
1581
|
-
},
|
|
1582
|
-
{
|
|
1583
|
-
"name": "background-position-y",
|
|
1584
|
-
"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",
|
|
1585
|
-
"values": [
|
|
1649
|
+
"name": "$lg"
|
|
1650
|
+
},
|
|
1586
1651
|
{
|
|
1587
|
-
"name": "
|
|
1652
|
+
"name": "$md"
|
|
1588
1653
|
},
|
|
1589
1654
|
{
|
|
1590
|
-
"name": "
|
|
1655
|
+
"name": "$none"
|
|
1591
1656
|
},
|
|
1592
1657
|
{
|
|
1593
|
-
"name": "
|
|
1658
|
+
"name": "$pill"
|
|
1594
1659
|
},
|
|
1595
1660
|
{
|
|
1596
|
-
"name": "
|
|
1661
|
+
"name": "$sm"
|
|
1597
1662
|
},
|
|
1598
1663
|
{
|
|
1599
|
-
"name": "
|
|
1664
|
+
"name": "$xl"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"name": "$xs"
|
|
1600
1668
|
}
|
|
1601
1669
|
]
|
|
1602
1670
|
},
|
|
1603
1671
|
{
|
|
1604
|
-
"name": "
|
|
1605
|
-
"description": "The
|
|
1672
|
+
"name": "border-width",
|
|
1673
|
+
"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",
|
|
1606
1674
|
"values": [
|
|
1607
1675
|
{
|
|
1608
|
-
"name": "
|
|
1676
|
+
"name": "$1"
|
|
1609
1677
|
},
|
|
1610
1678
|
{
|
|
1611
|
-
"name": "
|
|
1679
|
+
"name": "$2"
|
|
1612
1680
|
},
|
|
1613
1681
|
{
|
|
1614
|
-
"name": "
|
|
1682
|
+
"name": "$3"
|
|
1615
1683
|
},
|
|
1616
1684
|
{
|
|
1617
|
-
"name": "
|
|
1685
|
+
"name": "$4"
|
|
1618
1686
|
},
|
|
1619
1687
|
{
|
|
1620
|
-
"name": "
|
|
1688
|
+
"name": "$5"
|
|
1621
1689
|
},
|
|
1622
1690
|
{
|
|
1623
|
-
"name": "
|
|
1624
|
-
}
|
|
1625
|
-
]
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"name": "background-size",
|
|
1629
|
-
"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",
|
|
1630
|
-
"values": [
|
|
1631
|
-
{
|
|
1632
|
-
"name": "auto"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"name": "contain"
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"name": "cover"
|
|
1691
|
+
"name": "$none"
|
|
1639
1692
|
}
|
|
1640
1693
|
]
|
|
1641
1694
|
},
|
|
1642
1695
|
{
|
|
1643
|
-
"name": "border-
|
|
1644
|
-
"description": "The
|
|
1696
|
+
"name": "border-top-width",
|
|
1697
|
+
"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",
|
|
1645
1698
|
"values": [
|
|
1646
1699
|
{
|
|
1647
|
-
"name": "$
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"name": "$2xs"
|
|
1700
|
+
"name": "$1"
|
|
1651
1701
|
},
|
|
1652
1702
|
{
|
|
1653
|
-
"name": "$
|
|
1703
|
+
"name": "$2"
|
|
1654
1704
|
},
|
|
1655
1705
|
{
|
|
1656
|
-
"name": "$
|
|
1706
|
+
"name": "$3"
|
|
1657
1707
|
},
|
|
1658
1708
|
{
|
|
1659
|
-
"name": "$
|
|
1709
|
+
"name": "$4"
|
|
1660
1710
|
},
|
|
1661
1711
|
{
|
|
1662
|
-
"name": "$
|
|
1712
|
+
"name": "$5"
|
|
1663
1713
|
},
|
|
1664
1714
|
{
|
|
1665
1715
|
"name": "$none"
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"name": "$pill"
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"name": "$sm"
|
|
1672
|
-
},
|
|
1673
|
-
{
|
|
1674
|
-
"name": "$xl"
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"name": "$xs"
|
|
1678
1716
|
}
|
|
1679
1717
|
]
|
|
1680
1718
|
},
|
|
1681
1719
|
{
|
|
1682
|
-
"name": "border-bottom-
|
|
1683
|
-
"description": "The
|
|
1720
|
+
"name": "border-bottom-width",
|
|
1721
|
+
"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",
|
|
1684
1722
|
"values": [
|
|
1685
1723
|
{
|
|
1686
|
-
"name": "$
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"name": "$2xs"
|
|
1724
|
+
"name": "$1"
|
|
1690
1725
|
},
|
|
1691
1726
|
{
|
|
1692
|
-
"name": "$
|
|
1727
|
+
"name": "$2"
|
|
1693
1728
|
},
|
|
1694
1729
|
{
|
|
1695
|
-
"name": "$
|
|
1730
|
+
"name": "$3"
|
|
1696
1731
|
},
|
|
1697
1732
|
{
|
|
1698
|
-
"name": "$
|
|
1733
|
+
"name": "$4"
|
|
1699
1734
|
},
|
|
1700
1735
|
{
|
|
1701
|
-
"name": "$
|
|
1736
|
+
"name": "$5"
|
|
1702
1737
|
},
|
|
1703
1738
|
{
|
|
1704
1739
|
"name": "$none"
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"name": "$pill"
|
|
1708
|
-
},
|
|
1709
|
-
{
|
|
1710
|
-
"name": "$sm"
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"name": "$xl"
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"name": "$xs"
|
|
1717
1740
|
}
|
|
1718
1741
|
]
|
|
1719
1742
|
},
|
|
1720
1743
|
{
|
|
1721
|
-
"name": "border-
|
|
1722
|
-
"description": "The
|
|
1744
|
+
"name": "border-left-width",
|
|
1745
|
+
"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",
|
|
1723
1746
|
"values": [
|
|
1724
1747
|
{
|
|
1725
1748
|
"name": "$1"
|
|
@@ -1766,47 +1789,47 @@
|
|
|
1766
1789
|
]
|
|
1767
1790
|
},
|
|
1768
1791
|
{
|
|
1769
|
-
"name": "
|
|
1770
|
-
"description": "The
|
|
1792
|
+
"name": "box-shadow",
|
|
1793
|
+
"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",
|
|
1771
1794
|
"values": [
|
|
1772
1795
|
{
|
|
1773
|
-
"name": "$
|
|
1796
|
+
"name": "$bottom-1"
|
|
1774
1797
|
},
|
|
1775
1798
|
{
|
|
1776
|
-
"name": "$
|
|
1799
|
+
"name": "$bottom-2"
|
|
1777
1800
|
},
|
|
1778
1801
|
{
|
|
1779
|
-
"name": "$
|
|
1802
|
+
"name": "$bottom-3"
|
|
1780
1803
|
},
|
|
1781
1804
|
{
|
|
1782
|
-
"name": "$
|
|
1805
|
+
"name": "$bottom-4"
|
|
1783
1806
|
},
|
|
1784
1807
|
{
|
|
1785
|
-
"name": "$
|
|
1808
|
+
"name": "$bottom-5"
|
|
1786
1809
|
},
|
|
1787
1810
|
{
|
|
1788
|
-
"name": "$
|
|
1811
|
+
"name": "$none"
|
|
1789
1812
|
},
|
|
1790
1813
|
{
|
|
1791
|
-
"name": "$
|
|
1814
|
+
"name": "$top-1"
|
|
1792
1815
|
},
|
|
1793
1816
|
{
|
|
1794
|
-
"name": "$
|
|
1817
|
+
"name": "$top-2"
|
|
1795
1818
|
},
|
|
1796
1819
|
{
|
|
1797
|
-
"name": "$
|
|
1820
|
+
"name": "$top-3"
|
|
1798
1821
|
},
|
|
1799
1822
|
{
|
|
1800
|
-
"name": "$
|
|
1823
|
+
"name": "$top-4"
|
|
1801
1824
|
},
|
|
1802
1825
|
{
|
|
1803
|
-
"name": "$
|
|
1826
|
+
"name": "$top-5"
|
|
1804
1827
|
}
|
|
1805
1828
|
]
|
|
1806
1829
|
},
|
|
1807
1830
|
{
|
|
1808
|
-
"name": "
|
|
1809
|
-
"description": "The
|
|
1831
|
+
"name": "padding",
|
|
1832
|
+
"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",
|
|
1810
1833
|
"values": [
|
|
1811
1834
|
{
|
|
1812
1835
|
"name": "$2xl"
|
|
@@ -1815,10 +1838,28 @@
|
|
|
1815
1838
|
"name": "$2xs"
|
|
1816
1839
|
},
|
|
1817
1840
|
{
|
|
1818
|
-
"name": "$
|
|
1841
|
+
"name": "$3xl"
|
|
1819
1842
|
},
|
|
1820
1843
|
{
|
|
1821
|
-
"name": "$
|
|
1844
|
+
"name": "$3xs"
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"name": "$4xl"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "$4xs"
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "$5xl"
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"name": "$6xl"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "$7xl"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "$8xl"
|
|
1822
1863
|
},
|
|
1823
1864
|
{
|
|
1824
1865
|
"name": "$lg"
|
|
@@ -1830,10 +1871,7 @@
|
|
|
1830
1871
|
"name": "$none"
|
|
1831
1872
|
},
|
|
1832
1873
|
{
|
|
1833
|
-
"name": "$
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"name": "$sm"
|
|
1874
|
+
"name": "$s"
|
|
1837
1875
|
},
|
|
1838
1876
|
{
|
|
1839
1877
|
"name": "$xl"
|
|
@@ -1844,630 +1882,509 @@
|
|
|
1844
1882
|
]
|
|
1845
1883
|
},
|
|
1846
1884
|
{
|
|
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",
|
|
1885
|
+
"name": "padding-top",
|
|
1886
|
+
"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",
|
|
1854
1887
|
"values": [
|
|
1855
1888
|
{
|
|
1856
|
-
"name": "$
|
|
1889
|
+
"name": "$2xl"
|
|
1857
1890
|
},
|
|
1858
1891
|
{
|
|
1859
|
-
"name": "$
|
|
1892
|
+
"name": "$2xs"
|
|
1860
1893
|
},
|
|
1861
1894
|
{
|
|
1862
|
-
"name": "$
|
|
1895
|
+
"name": "$3xl"
|
|
1863
1896
|
},
|
|
1864
1897
|
{
|
|
1865
|
-
"name": "$
|
|
1898
|
+
"name": "$3xs"
|
|
1866
1899
|
},
|
|
1867
1900
|
{
|
|
1868
|
-
"name": "$
|
|
1901
|
+
"name": "$4xl"
|
|
1869
1902
|
},
|
|
1870
1903
|
{
|
|
1871
|
-
"name": "$
|
|
1904
|
+
"name": "$4xs"
|
|
1872
1905
|
},
|
|
1873
1906
|
{
|
|
1874
|
-
"name": "$
|
|
1907
|
+
"name": "$5xl"
|
|
1875
1908
|
},
|
|
1876
1909
|
{
|
|
1877
|
-
"name": "$
|
|
1910
|
+
"name": "$6xl"
|
|
1878
1911
|
},
|
|
1879
1912
|
{
|
|
1880
|
-
"name": "$
|
|
1913
|
+
"name": "$7xl"
|
|
1881
1914
|
},
|
|
1882
1915
|
{
|
|
1883
|
-
"name": "$
|
|
1916
|
+
"name": "$8xl"
|
|
1884
1917
|
},
|
|
1885
1918
|
{
|
|
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": [
|
|
1919
|
+
"name": "$lg"
|
|
1920
|
+
},
|
|
1894
1921
|
{
|
|
1895
|
-
"name": "
|
|
1922
|
+
"name": "$md"
|
|
1896
1923
|
},
|
|
1897
1924
|
{
|
|
1898
|
-
"name": "
|
|
1925
|
+
"name": "$none"
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "$s"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "$xl"
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "$xs"
|
|
1899
1935
|
}
|
|
1900
1936
|
]
|
|
1901
1937
|
},
|
|
1902
1938
|
{
|
|
1903
|
-
"name": "
|
|
1904
|
-
"description": "The
|
|
1939
|
+
"name": "padding-bottom",
|
|
1940
|
+
"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",
|
|
1905
1941
|
"values": [
|
|
1906
1942
|
{
|
|
1907
|
-
"name": "
|
|
1943
|
+
"name": "$2xl"
|
|
1908
1944
|
},
|
|
1909
1945
|
{
|
|
1910
|
-
"name": "
|
|
1946
|
+
"name": "$2xs"
|
|
1911
1947
|
},
|
|
1912
1948
|
{
|
|
1913
|
-
"name": "
|
|
1949
|
+
"name": "$3xl"
|
|
1914
1950
|
},
|
|
1915
1951
|
{
|
|
1916
|
-
"name": "
|
|
1952
|
+
"name": "$3xs"
|
|
1917
1953
|
},
|
|
1918
1954
|
{
|
|
1919
|
-
"name": "
|
|
1955
|
+
"name": "$4xl"
|
|
1920
1956
|
},
|
|
1921
1957
|
{
|
|
1922
|
-
"name": "
|
|
1958
|
+
"name": "$4xs"
|
|
1923
1959
|
},
|
|
1924
1960
|
{
|
|
1925
|
-
"name": "
|
|
1961
|
+
"name": "$5xl"
|
|
1926
1962
|
},
|
|
1927
1963
|
{
|
|
1928
|
-
"name": "
|
|
1964
|
+
"name": "$6xl"
|
|
1929
1965
|
},
|
|
1930
1966
|
{
|
|
1931
|
-
"name": "
|
|
1967
|
+
"name": "$7xl"
|
|
1932
1968
|
},
|
|
1933
1969
|
{
|
|
1934
|
-
"name": "
|
|
1970
|
+
"name": "$8xl"
|
|
1935
1971
|
},
|
|
1936
1972
|
{
|
|
1937
|
-
"name": "
|
|
1973
|
+
"name": "$lg"
|
|
1938
1974
|
},
|
|
1939
1975
|
{
|
|
1940
|
-
"name": "
|
|
1976
|
+
"name": "$md"
|
|
1941
1977
|
},
|
|
1942
1978
|
{
|
|
1943
|
-
"name": "
|
|
1979
|
+
"name": "$none"
|
|
1944
1980
|
},
|
|
1945
1981
|
{
|
|
1946
|
-
"name": "
|
|
1982
|
+
"name": "$s"
|
|
1947
1983
|
},
|
|
1948
1984
|
{
|
|
1949
|
-
"name": "
|
|
1985
|
+
"name": "$xl"
|
|
1950
1986
|
},
|
|
1951
1987
|
{
|
|
1952
|
-
"name": "
|
|
1953
|
-
}
|
|
1988
|
+
"name": "$xs"
|
|
1989
|
+
}
|
|
1990
|
+
]
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"name": "padding-left",
|
|
1994
|
+
"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",
|
|
1995
|
+
"values": [
|
|
1954
1996
|
{
|
|
1955
|
-
"name": "
|
|
1997
|
+
"name": "$2xl"
|
|
1956
1998
|
},
|
|
1957
1999
|
{
|
|
1958
|
-
"name": "
|
|
2000
|
+
"name": "$2xs"
|
|
1959
2001
|
},
|
|
1960
2002
|
{
|
|
1961
|
-
"name": "
|
|
2003
|
+
"name": "$3xl"
|
|
1962
2004
|
},
|
|
1963
2005
|
{
|
|
1964
|
-
"name": "
|
|
2006
|
+
"name": "$3xs"
|
|
1965
2007
|
},
|
|
1966
2008
|
{
|
|
1967
|
-
"name": "
|
|
2009
|
+
"name": "$4xl"
|
|
1968
2010
|
},
|
|
1969
2011
|
{
|
|
1970
|
-
"name": "
|
|
2012
|
+
"name": "$4xs"
|
|
1971
2013
|
},
|
|
1972
2014
|
{
|
|
1973
|
-
"name": "
|
|
2015
|
+
"name": "$5xl"
|
|
1974
2016
|
},
|
|
1975
2017
|
{
|
|
1976
|
-
"name": "
|
|
2018
|
+
"name": "$6xl"
|
|
1977
2019
|
},
|
|
1978
2020
|
{
|
|
1979
|
-
"name": "
|
|
2021
|
+
"name": "$7xl"
|
|
1980
2022
|
},
|
|
1981
2023
|
{
|
|
1982
|
-
"name": "
|
|
2024
|
+
"name": "$8xl"
|
|
1983
2025
|
},
|
|
1984
2026
|
{
|
|
1985
|
-
"name": "
|
|
2027
|
+
"name": "$lg"
|
|
1986
2028
|
},
|
|
1987
2029
|
{
|
|
1988
|
-
"name": "
|
|
2030
|
+
"name": "$md"
|
|
1989
2031
|
},
|
|
1990
2032
|
{
|
|
1991
|
-
"name": "
|
|
2033
|
+
"name": "$none"
|
|
1992
2034
|
},
|
|
1993
2035
|
{
|
|
1994
|
-
"name": "
|
|
2036
|
+
"name": "$s"
|
|
1995
2037
|
},
|
|
1996
2038
|
{
|
|
1997
|
-
"name": "
|
|
2039
|
+
"name": "$xl"
|
|
1998
2040
|
},
|
|
1999
2041
|
{
|
|
2000
|
-
"name": "
|
|
2001
|
-
}
|
|
2042
|
+
"name": "$xs"
|
|
2043
|
+
}
|
|
2044
|
+
]
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"name": "padding-right",
|
|
2048
|
+
"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",
|
|
2049
|
+
"values": [
|
|
2002
2050
|
{
|
|
2003
|
-
"name": "
|
|
2051
|
+
"name": "$2xl"
|
|
2004
2052
|
},
|
|
2005
2053
|
{
|
|
2006
|
-
"name": "
|
|
2054
|
+
"name": "$2xs"
|
|
2007
2055
|
},
|
|
2008
2056
|
{
|
|
2009
|
-
"name": "
|
|
2057
|
+
"name": "$3xl"
|
|
2010
2058
|
},
|
|
2011
2059
|
{
|
|
2012
|
-
"name": "
|
|
2013
|
-
}
|
|
2014
|
-
]
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"name": "display",
|
|
2018
|
-
"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",
|
|
2019
|
-
"values": [
|
|
2020
|
-
{
|
|
2021
|
-
"name": "block"
|
|
2060
|
+
"name": "$3xs"
|
|
2022
2061
|
},
|
|
2023
2062
|
{
|
|
2024
|
-
"name": "
|
|
2063
|
+
"name": "$4xl"
|
|
2025
2064
|
},
|
|
2026
2065
|
{
|
|
2027
|
-
"name": "
|
|
2066
|
+
"name": "$4xs"
|
|
2028
2067
|
},
|
|
2029
2068
|
{
|
|
2030
|
-
"name": "
|
|
2069
|
+
"name": "$5xl"
|
|
2031
2070
|
},
|
|
2032
2071
|
{
|
|
2033
|
-
"name": "
|
|
2072
|
+
"name": "$6xl"
|
|
2034
2073
|
},
|
|
2035
2074
|
{
|
|
2036
|
-
"name": "
|
|
2075
|
+
"name": "$7xl"
|
|
2037
2076
|
},
|
|
2038
2077
|
{
|
|
2039
|
-
"name": "
|
|
2078
|
+
"name": "$8xl"
|
|
2040
2079
|
},
|
|
2041
2080
|
{
|
|
2042
|
-
"name": "
|
|
2081
|
+
"name": "$lg"
|
|
2043
2082
|
},
|
|
2044
2083
|
{
|
|
2045
|
-
"name": "
|
|
2084
|
+
"name": "$md"
|
|
2046
2085
|
},
|
|
2047
2086
|
{
|
|
2048
|
-
"name": "
|
|
2087
|
+
"name": "$none"
|
|
2049
2088
|
},
|
|
2050
2089
|
{
|
|
2051
|
-
"name": "
|
|
2090
|
+
"name": "$s"
|
|
2052
2091
|
},
|
|
2053
2092
|
{
|
|
2054
|
-
"name": "
|
|
2093
|
+
"name": "$xl"
|
|
2055
2094
|
},
|
|
2056
2095
|
{
|
|
2057
|
-
"name": "
|
|
2096
|
+
"name": "$xs"
|
|
2097
|
+
}
|
|
2098
|
+
]
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"name": "margin",
|
|
2102
|
+
"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",
|
|
2103
|
+
"values": [
|
|
2104
|
+
{
|
|
2105
|
+
"name": "$2xl"
|
|
2058
2106
|
},
|
|
2059
2107
|
{
|
|
2060
|
-
"name": "
|
|
2108
|
+
"name": "$2xs"
|
|
2061
2109
|
},
|
|
2062
2110
|
{
|
|
2063
|
-
"name": "
|
|
2111
|
+
"name": "$3xl"
|
|
2064
2112
|
},
|
|
2065
2113
|
{
|
|
2066
|
-
"name": "
|
|
2114
|
+
"name": "$3xs"
|
|
2067
2115
|
},
|
|
2068
2116
|
{
|
|
2069
|
-
"name": "
|
|
2117
|
+
"name": "$4xl"
|
|
2070
2118
|
},
|
|
2071
2119
|
{
|
|
2072
|
-
"name": "
|
|
2120
|
+
"name": "$4xs"
|
|
2073
2121
|
},
|
|
2074
2122
|
{
|
|
2075
|
-
"name": "
|
|
2123
|
+
"name": "$5xl"
|
|
2076
2124
|
},
|
|
2077
2125
|
{
|
|
2078
|
-
"name": "
|
|
2126
|
+
"name": "$6xl"
|
|
2079
2127
|
},
|
|
2080
2128
|
{
|
|
2081
|
-
"name": "
|
|
2129
|
+
"name": "$7xl"
|
|
2082
2130
|
},
|
|
2083
2131
|
{
|
|
2084
|
-
"name": "
|
|
2132
|
+
"name": "$8xl"
|
|
2085
2133
|
},
|
|
2086
2134
|
{
|
|
2087
|
-
"name": "
|
|
2135
|
+
"name": "$auto"
|
|
2088
2136
|
},
|
|
2089
2137
|
{
|
|
2090
|
-
"name": "
|
|
2138
|
+
"name": "$lg"
|
|
2091
2139
|
},
|
|
2092
2140
|
{
|
|
2093
|
-
"name": "
|
|
2141
|
+
"name": "$md"
|
|
2094
2142
|
},
|
|
2095
2143
|
{
|
|
2096
|
-
"name": "
|
|
2144
|
+
"name": "$none"
|
|
2097
2145
|
},
|
|
2098
2146
|
{
|
|
2099
|
-
"name": "
|
|
2147
|
+
"name": "$s"
|
|
2100
2148
|
},
|
|
2101
2149
|
{
|
|
2102
|
-
"name": "
|
|
2150
|
+
"name": "$xl"
|
|
2103
2151
|
},
|
|
2104
2152
|
{
|
|
2105
|
-
"name": "
|
|
2153
|
+
"name": "$xs"
|
|
2106
2154
|
}
|
|
2107
2155
|
]
|
|
2108
2156
|
},
|
|
2109
2157
|
{
|
|
2110
|
-
"name": "
|
|
2111
|
-
"description": "The
|
|
2158
|
+
"name": "margin-top",
|
|
2159
|
+
"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",
|
|
2112
2160
|
"values": [
|
|
2113
2161
|
{
|
|
2114
|
-
"name": "
|
|
2162
|
+
"name": "$2xl"
|
|
2115
2163
|
},
|
|
2116
2164
|
{
|
|
2117
|
-
"name": "
|
|
2165
|
+
"name": "$2xs"
|
|
2118
2166
|
},
|
|
2119
2167
|
{
|
|
2120
|
-
"name": "
|
|
2168
|
+
"name": "$3xl"
|
|
2121
2169
|
},
|
|
2122
2170
|
{
|
|
2123
|
-
"name": "
|
|
2171
|
+
"name": "$3xs"
|
|
2124
2172
|
},
|
|
2125
2173
|
{
|
|
2126
|
-
"name": "
|
|
2174
|
+
"name": "$4xl"
|
|
2127
2175
|
},
|
|
2128
2176
|
{
|
|
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": [
|
|
2177
|
+
"name": "$4xs"
|
|
2178
|
+
},
|
|
2137
2179
|
{
|
|
2138
|
-
"name": "
|
|
2180
|
+
"name": "$5xl"
|
|
2139
2181
|
},
|
|
2140
2182
|
{
|
|
2141
|
-
"name": "
|
|
2183
|
+
"name": "$6xl"
|
|
2142
2184
|
},
|
|
2143
2185
|
{
|
|
2144
|
-
"name": "
|
|
2186
|
+
"name": "$7xl"
|
|
2145
2187
|
},
|
|
2146
2188
|
{
|
|
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": [
|
|
2189
|
+
"name": "$8xl"
|
|
2190
|
+
},
|
|
2165
2191
|
{
|
|
2166
|
-
"name": "
|
|
2192
|
+
"name": "$auto"
|
|
2167
2193
|
},
|
|
2168
2194
|
{
|
|
2169
|
-
"name": "
|
|
2195
|
+
"name": "$lg"
|
|
2170
2196
|
},
|
|
2171
2197
|
{
|
|
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": [
|
|
2198
|
+
"name": "$md"
|
|
2199
|
+
},
|
|
2180
2200
|
{
|
|
2181
|
-
"name": "$
|
|
2201
|
+
"name": "$none"
|
|
2182
2202
|
},
|
|
2183
2203
|
{
|
|
2184
|
-
"name": "$
|
|
2204
|
+
"name": "$s"
|
|
2185
2205
|
},
|
|
2186
2206
|
{
|
|
2187
|
-
"name": "$
|
|
2207
|
+
"name": "$xl"
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"name": "$xs"
|
|
2188
2211
|
}
|
|
2189
2212
|
]
|
|
2190
2213
|
},
|
|
2191
2214
|
{
|
|
2192
|
-
"name": "
|
|
2193
|
-
"description": "The
|
|
2215
|
+
"name": "margin-bottom",
|
|
2216
|
+
"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",
|
|
2194
2217
|
"values": [
|
|
2195
2218
|
{
|
|
2196
|
-
"name": "$
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"name": "$body-m"
|
|
2219
|
+
"name": "$2xl"
|
|
2200
2220
|
},
|
|
2201
2221
|
{
|
|
2202
|
-
"name": "$
|
|
2222
|
+
"name": "$2xs"
|
|
2203
2223
|
},
|
|
2204
2224
|
{
|
|
2205
|
-
"name": "$
|
|
2225
|
+
"name": "$3xl"
|
|
2206
2226
|
},
|
|
2207
2227
|
{
|
|
2208
|
-
"name": "$
|
|
2228
|
+
"name": "$3xs"
|
|
2209
2229
|
},
|
|
2210
2230
|
{
|
|
2211
|
-
"name": "$
|
|
2231
|
+
"name": "$4xl"
|
|
2212
2232
|
},
|
|
2213
2233
|
{
|
|
2214
|
-
"name": "$
|
|
2234
|
+
"name": "$4xs"
|
|
2215
2235
|
},
|
|
2216
2236
|
{
|
|
2217
|
-
"name": "$
|
|
2237
|
+
"name": "$5xl"
|
|
2218
2238
|
},
|
|
2219
2239
|
{
|
|
2220
|
-
"name": "$
|
|
2240
|
+
"name": "$6xl"
|
|
2221
2241
|
},
|
|
2222
2242
|
{
|
|
2223
|
-
"name": "$
|
|
2243
|
+
"name": "$7xl"
|
|
2224
2244
|
},
|
|
2225
2245
|
{
|
|
2226
|
-
"name": "$
|
|
2246
|
+
"name": "$8xl"
|
|
2227
2247
|
},
|
|
2228
2248
|
{
|
|
2229
|
-
"name": "$
|
|
2249
|
+
"name": "$auto"
|
|
2230
2250
|
},
|
|
2231
2251
|
{
|
|
2232
|
-
"name": "$
|
|
2252
|
+
"name": "$lg"
|
|
2233
2253
|
},
|
|
2234
2254
|
{
|
|
2235
|
-
"name": "$
|
|
2255
|
+
"name": "$md"
|
|
2236
2256
|
},
|
|
2237
2257
|
{
|
|
2238
|
-
"name": "$
|
|
2258
|
+
"name": "$none"
|
|
2239
2259
|
},
|
|
2240
2260
|
{
|
|
2241
|
-
"name": "$
|
|
2261
|
+
"name": "$s"
|
|
2242
2262
|
},
|
|
2243
2263
|
{
|
|
2244
|
-
"name": "$
|
|
2264
|
+
"name": "$xl"
|
|
2245
2265
|
},
|
|
2246
2266
|
{
|
|
2247
|
-
"name": "$
|
|
2267
|
+
"name": "$xs"
|
|
2248
2268
|
}
|
|
2249
2269
|
]
|
|
2250
2270
|
},
|
|
2251
2271
|
{
|
|
2252
|
-
"name": "
|
|
2253
|
-
"description": "The
|
|
2272
|
+
"name": "margin-left",
|
|
2273
|
+
"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",
|
|
2254
2274
|
"values": [
|
|
2255
2275
|
{
|
|
2256
|
-
"name": "$
|
|
2276
|
+
"name": "$2xl"
|
|
2257
2277
|
},
|
|
2258
2278
|
{
|
|
2259
|
-
"name": "$
|
|
2279
|
+
"name": "$2xs"
|
|
2260
2280
|
},
|
|
2261
2281
|
{
|
|
2262
|
-
"name": "$
|
|
2282
|
+
"name": "$3xl"
|
|
2263
2283
|
},
|
|
2264
2284
|
{
|
|
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": [
|
|
2278
|
-
{
|
|
2279
|
-
"name": "auto"
|
|
2285
|
+
"name": "$3xs"
|
|
2280
2286
|
},
|
|
2281
2287
|
{
|
|
2282
|
-
"name": "
|
|
2288
|
+
"name": "$4xl"
|
|
2283
2289
|
},
|
|
2284
2290
|
{
|
|
2285
|
-
"name": "
|
|
2291
|
+
"name": "$4xs"
|
|
2286
2292
|
},
|
|
2287
2293
|
{
|
|
2288
|
-
"name": "
|
|
2294
|
+
"name": "$5xl"
|
|
2289
2295
|
},
|
|
2290
2296
|
{
|
|
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": [
|
|
2297
|
+
"name": "$6xl"
|
|
2298
|
+
},
|
|
2299
2299
|
{
|
|
2300
|
-
"name": "
|
|
2300
|
+
"name": "$7xl"
|
|
2301
2301
|
},
|
|
2302
2302
|
{
|
|
2303
|
-
"name": "
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"name": "min-content"
|
|
2307
|
-
},
|
|
2308
|
-
{
|
|
2309
|
-
"name": "none"
|
|
2310
|
-
},
|
|
2311
|
-
{
|
|
2312
|
-
"name": "subgrid"
|
|
2313
|
-
}
|
|
2314
|
-
]
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"name": "justify-content",
|
|
2318
|
-
"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",
|
|
2319
|
-
"values": [
|
|
2320
|
-
{
|
|
2321
|
-
"name": "center"
|
|
2322
|
-
},
|
|
2323
|
-
{
|
|
2324
|
-
"name": "end"
|
|
2325
|
-
},
|
|
2326
|
-
{
|
|
2327
|
-
"name": "flex-end"
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"name": "flex-start"
|
|
2331
|
-
},
|
|
2332
|
-
{
|
|
2333
|
-
"name": "left"
|
|
2334
|
-
},
|
|
2335
|
-
{
|
|
2336
|
-
"name": "normal"
|
|
2337
|
-
},
|
|
2338
|
-
{
|
|
2339
|
-
"name": "right"
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"name": "space-around"
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"name": "space-between"
|
|
2346
|
-
},
|
|
2347
|
-
{
|
|
2348
|
-
"name": "space-evenly"
|
|
2349
|
-
},
|
|
2350
|
-
{
|
|
2351
|
-
"name": "start"
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"name": "stretch"
|
|
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": [
|
|
2362
|
-
{
|
|
2363
|
-
"name": "baseline"
|
|
2364
|
-
},
|
|
2365
|
-
{
|
|
2366
|
-
"name": "center"
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "end"
|
|
2370
|
-
},
|
|
2371
|
-
{
|
|
2372
|
-
"name": "flex-end"
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"name": "flex-start"
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"name": "left"
|
|
2303
|
+
"name": "$8xl"
|
|
2379
2304
|
},
|
|
2380
2305
|
{
|
|
2381
|
-
"name": "
|
|
2306
|
+
"name": "$auto"
|
|
2382
2307
|
},
|
|
2383
2308
|
{
|
|
2384
|
-
"name": "
|
|
2309
|
+
"name": "$lg"
|
|
2385
2310
|
},
|
|
2386
2311
|
{
|
|
2387
|
-
"name": "
|
|
2312
|
+
"name": "$md"
|
|
2388
2313
|
},
|
|
2389
2314
|
{
|
|
2390
|
-
"name": "
|
|
2315
|
+
"name": "$none"
|
|
2391
2316
|
},
|
|
2392
2317
|
{
|
|
2393
|
-
"name": "
|
|
2318
|
+
"name": "$s"
|
|
2394
2319
|
},
|
|
2395
2320
|
{
|
|
2396
|
-
"name": "
|
|
2321
|
+
"name": "$xl"
|
|
2397
2322
|
},
|
|
2398
2323
|
{
|
|
2399
|
-
"name": "
|
|
2324
|
+
"name": "$xs"
|
|
2400
2325
|
}
|
|
2401
2326
|
]
|
|
2402
2327
|
},
|
|
2403
2328
|
{
|
|
2404
|
-
"name": "
|
|
2405
|
-
"description": "The
|
|
2406
|
-
"values": []
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"name": "line-height",
|
|
2410
|
-
"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",
|
|
2329
|
+
"name": "margin-right",
|
|
2330
|
+
"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",
|
|
2411
2331
|
"values": [
|
|
2412
2332
|
{
|
|
2413
|
-
"name": "$
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"name": "$body-m"
|
|
2333
|
+
"name": "$2xl"
|
|
2417
2334
|
},
|
|
2418
2335
|
{
|
|
2419
|
-
"name": "$
|
|
2336
|
+
"name": "$2xs"
|
|
2420
2337
|
},
|
|
2421
2338
|
{
|
|
2422
|
-
"name": "$
|
|
2339
|
+
"name": "$3xl"
|
|
2423
2340
|
},
|
|
2424
2341
|
{
|
|
2425
|
-
"name": "$
|
|
2342
|
+
"name": "$3xs"
|
|
2426
2343
|
},
|
|
2427
2344
|
{
|
|
2428
|
-
"name": "$
|
|
2345
|
+
"name": "$4xl"
|
|
2429
2346
|
},
|
|
2430
2347
|
{
|
|
2431
|
-
"name": "$
|
|
2348
|
+
"name": "$4xs"
|
|
2432
2349
|
},
|
|
2433
2350
|
{
|
|
2434
|
-
"name": "$
|
|
2351
|
+
"name": "$5xl"
|
|
2435
2352
|
},
|
|
2436
2353
|
{
|
|
2437
|
-
"name": "$
|
|
2354
|
+
"name": "$6xl"
|
|
2438
2355
|
},
|
|
2439
2356
|
{
|
|
2440
|
-
"name": "$
|
|
2357
|
+
"name": "$7xl"
|
|
2441
2358
|
},
|
|
2442
2359
|
{
|
|
2443
|
-
"name": "$
|
|
2360
|
+
"name": "$8xl"
|
|
2444
2361
|
},
|
|
2445
2362
|
{
|
|
2446
|
-
"name": "$
|
|
2363
|
+
"name": "$auto"
|
|
2447
2364
|
},
|
|
2448
2365
|
{
|
|
2449
|
-
"name": "$
|
|
2366
|
+
"name": "$lg"
|
|
2450
2367
|
},
|
|
2451
2368
|
{
|
|
2452
|
-
"name": "$
|
|
2369
|
+
"name": "$md"
|
|
2453
2370
|
},
|
|
2454
2371
|
{
|
|
2455
|
-
"name": "$
|
|
2372
|
+
"name": "$none"
|
|
2456
2373
|
},
|
|
2457
2374
|
{
|
|
2458
|
-
"name": "$
|
|
2375
|
+
"name": "$s"
|
|
2459
2376
|
},
|
|
2460
2377
|
{
|
|
2461
|
-
"name": "$
|
|
2378
|
+
"name": "$xl"
|
|
2462
2379
|
},
|
|
2463
2380
|
{
|
|
2464
|
-
"name": "$
|
|
2381
|
+
"name": "$xs"
|
|
2465
2382
|
}
|
|
2466
2383
|
]
|
|
2467
2384
|
},
|
|
2468
2385
|
{
|
|
2469
|
-
"name": "
|
|
2470
|
-
"description": "The
|
|
2386
|
+
"name": "gap",
|
|
2387
|
+
"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",
|
|
2471
2388
|
"values": [
|
|
2472
2389
|
{
|
|
2473
2390
|
"name": "$2xl"
|
|
@@ -2499,9 +2416,6 @@
|
|
|
2499
2416
|
{
|
|
2500
2417
|
"name": "$8xl"
|
|
2501
2418
|
},
|
|
2502
|
-
{
|
|
2503
|
-
"name": "$auto"
|
|
2504
|
-
},
|
|
2505
2419
|
{
|
|
2506
2420
|
"name": "$lg"
|
|
2507
2421
|
},
|
|
@@ -2523,8 +2437,8 @@
|
|
|
2523
2437
|
]
|
|
2524
2438
|
},
|
|
2525
2439
|
{
|
|
2526
|
-
"name": "
|
|
2527
|
-
"description": "The
|
|
2440
|
+
"name": "grid-gap",
|
|
2441
|
+
"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",
|
|
2528
2442
|
"values": [
|
|
2529
2443
|
{
|
|
2530
2444
|
"name": "$2xl"
|
|
@@ -2556,9 +2470,6 @@
|
|
|
2556
2470
|
{
|
|
2557
2471
|
"name": "$8xl"
|
|
2558
2472
|
},
|
|
2559
|
-
{
|
|
2560
|
-
"name": "$auto"
|
|
2561
|
-
},
|
|
2562
2473
|
{
|
|
2563
2474
|
"name": "$lg"
|
|
2564
2475
|
},
|
|
@@ -2580,747 +2491,759 @@
|
|
|
2580
2491
|
]
|
|
2581
2492
|
},
|
|
2582
2493
|
{
|
|
2583
|
-
"name": "
|
|
2584
|
-
"description": "The
|
|
2494
|
+
"name": "z-index",
|
|
2495
|
+
"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",
|
|
2585
2496
|
"values": [
|
|
2586
2497
|
{
|
|
2587
|
-
"name": "$
|
|
2588
|
-
},
|
|
2589
|
-
{
|
|
2590
|
-
"name": "$2xs"
|
|
2591
|
-
},
|
|
2592
|
-
{
|
|
2593
|
-
"name": "$3xl"
|
|
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"
|
|
2498
|
+
"name": "$100"
|
|
2612
2499
|
},
|
|
2613
2500
|
{
|
|
2614
|
-
"name": "$
|
|
2501
|
+
"name": "$200"
|
|
2615
2502
|
},
|
|
2616
2503
|
{
|
|
2617
|
-
"name": "$
|
|
2504
|
+
"name": "$300"
|
|
2618
2505
|
},
|
|
2619
2506
|
{
|
|
2620
|
-
"name": "$
|
|
2507
|
+
"name": "$400"
|
|
2621
2508
|
},
|
|
2622
2509
|
{
|
|
2623
|
-
"name": "$
|
|
2510
|
+
"name": "$500"
|
|
2624
2511
|
},
|
|
2625
2512
|
{
|
|
2626
|
-
"name": "$
|
|
2513
|
+
"name": "$600"
|
|
2627
2514
|
},
|
|
2628
2515
|
{
|
|
2629
|
-
"name": "$
|
|
2516
|
+
"name": "$700"
|
|
2630
2517
|
},
|
|
2631
2518
|
{
|
|
2632
|
-
"name": "$
|
|
2519
|
+
"name": "$800"
|
|
2633
2520
|
},
|
|
2634
2521
|
{
|
|
2635
|
-
"name": "$
|
|
2522
|
+
"name": "$900"
|
|
2636
2523
|
}
|
|
2637
2524
|
]
|
|
2638
2525
|
},
|
|
2639
2526
|
{
|
|
2640
|
-
"name": "
|
|
2641
|
-
"description": "The
|
|
2527
|
+
"name": "line-height",
|
|
2528
|
+
"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",
|
|
2642
2529
|
"values": [
|
|
2643
2530
|
{
|
|
2644
|
-
"name": "$
|
|
2531
|
+
"name": "$body-l"
|
|
2645
2532
|
},
|
|
2646
2533
|
{
|
|
2647
|
-
"name": "$
|
|
2534
|
+
"name": "$body-m"
|
|
2648
2535
|
},
|
|
2649
2536
|
{
|
|
2650
|
-
"name": "$
|
|
2537
|
+
"name": "$body-s"
|
|
2651
2538
|
},
|
|
2652
2539
|
{
|
|
2653
|
-
"name": "$
|
|
2540
|
+
"name": "$body-xl"
|
|
2654
2541
|
},
|
|
2655
2542
|
{
|
|
2656
|
-
"name": "$
|
|
2543
|
+
"name": "$body-xs"
|
|
2657
2544
|
},
|
|
2658
2545
|
{
|
|
2659
|
-
"name": "$
|
|
2546
|
+
"name": "$body-xxs"
|
|
2660
2547
|
},
|
|
2661
2548
|
{
|
|
2662
|
-
"name": "$
|
|
2549
|
+
"name": "$button-l"
|
|
2663
2550
|
},
|
|
2664
2551
|
{
|
|
2665
|
-
"name": "$
|
|
2552
|
+
"name": "$button-m"
|
|
2666
2553
|
},
|
|
2667
2554
|
{
|
|
2668
|
-
"name": "$
|
|
2555
|
+
"name": "$button-s"
|
|
2669
2556
|
},
|
|
2670
2557
|
{
|
|
2671
|
-
"name": "$
|
|
2558
|
+
"name": "$heading-hero"
|
|
2672
2559
|
},
|
|
2673
2560
|
{
|
|
2674
|
-
"name": "$
|
|
2561
|
+
"name": "$heading-l"
|
|
2675
2562
|
},
|
|
2676
2563
|
{
|
|
2677
|
-
"name": "$
|
|
2564
|
+
"name": "$heading-m"
|
|
2678
2565
|
},
|
|
2679
2566
|
{
|
|
2680
|
-
"name": "$
|
|
2567
|
+
"name": "$heading-s"
|
|
2681
2568
|
},
|
|
2682
2569
|
{
|
|
2683
|
-
"name": "$
|
|
2570
|
+
"name": "$heading-xl"
|
|
2684
2571
|
},
|
|
2685
2572
|
{
|
|
2686
|
-
"name": "$
|
|
2573
|
+
"name": "$heading-xs"
|
|
2687
2574
|
},
|
|
2688
2575
|
{
|
|
2689
|
-
"name": "$
|
|
2576
|
+
"name": "$label-l"
|
|
2690
2577
|
},
|
|
2691
2578
|
{
|
|
2692
|
-
"name": "$
|
|
2579
|
+
"name": "$label-m"
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
"name": "$label-s"
|
|
2693
2583
|
}
|
|
2694
2584
|
]
|
|
2695
2585
|
},
|
|
2696
2586
|
{
|
|
2697
|
-
"name": "
|
|
2698
|
-
"description": "The
|
|
2587
|
+
"name": "font-weight",
|
|
2588
|
+
"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",
|
|
2699
2589
|
"values": [
|
|
2700
2590
|
{
|
|
2701
|
-
"name": "
|
|
2702
|
-
},
|
|
2703
|
-
{
|
|
2704
|
-
"name": "intrinsic"
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"name": "max-content"
|
|
2591
|
+
"name": "$bold"
|
|
2708
2592
|
},
|
|
2709
2593
|
{
|
|
2710
|
-
"name": "
|
|
2594
|
+
"name": "$medium"
|
|
2711
2595
|
},
|
|
2712
2596
|
{
|
|
2713
|
-
"name": "
|
|
2597
|
+
"name": "$regular"
|
|
2714
2598
|
},
|
|
2715
2599
|
{
|
|
2716
|
-
"name": "
|
|
2600
|
+
"name": "$semiBold"
|
|
2717
2601
|
}
|
|
2718
2602
|
]
|
|
2719
2603
|
},
|
|
2720
2604
|
{
|
|
2721
|
-
"name": "
|
|
2722
|
-
"description": "The
|
|
2605
|
+
"name": "font-size",
|
|
2606
|
+
"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",
|
|
2723
2607
|
"values": [
|
|
2724
2608
|
{
|
|
2725
|
-
"name": "
|
|
2609
|
+
"name": "$body-l"
|
|
2726
2610
|
},
|
|
2727
2611
|
{
|
|
2728
|
-
"name": "
|
|
2612
|
+
"name": "$body-m"
|
|
2729
2613
|
},
|
|
2730
2614
|
{
|
|
2731
|
-
"name": "
|
|
2615
|
+
"name": "$body-s"
|
|
2732
2616
|
},
|
|
2733
2617
|
{
|
|
2734
|
-
"name": "
|
|
2618
|
+
"name": "$body-xl"
|
|
2735
2619
|
},
|
|
2736
2620
|
{
|
|
2737
|
-
"name": "
|
|
2621
|
+
"name": "$body-xs"
|
|
2738
2622
|
},
|
|
2739
2623
|
{
|
|
2740
|
-
"name": "
|
|
2741
|
-
}
|
|
2742
|
-
]
|
|
2743
|
-
},
|
|
2744
|
-
{
|
|
2745
|
-
"name": "min-height",
|
|
2746
|
-
"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",
|
|
2747
|
-
"values": [
|
|
2748
|
-
{
|
|
2749
|
-
"name": "auto"
|
|
2624
|
+
"name": "$body-xxs"
|
|
2750
2625
|
},
|
|
2751
2626
|
{
|
|
2752
|
-
"name": "
|
|
2627
|
+
"name": "$button-l"
|
|
2753
2628
|
},
|
|
2754
2629
|
{
|
|
2755
|
-
"name": "
|
|
2630
|
+
"name": "$button-m"
|
|
2756
2631
|
},
|
|
2757
2632
|
{
|
|
2758
|
-
"name": "
|
|
2633
|
+
"name": "$button-s"
|
|
2759
2634
|
},
|
|
2760
2635
|
{
|
|
2761
|
-
"name": "
|
|
2636
|
+
"name": "$heading-hero"
|
|
2762
2637
|
},
|
|
2763
2638
|
{
|
|
2764
|
-
"name": "
|
|
2765
|
-
}
|
|
2766
|
-
]
|
|
2767
|
-
},
|
|
2768
|
-
{
|
|
2769
|
-
"name": "min-width",
|
|
2770
|
-
"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",
|
|
2771
|
-
"values": [
|
|
2639
|
+
"name": "$heading-l"
|
|
2640
|
+
},
|
|
2772
2641
|
{
|
|
2773
|
-
"name": "
|
|
2642
|
+
"name": "$heading-m"
|
|
2774
2643
|
},
|
|
2775
2644
|
{
|
|
2776
|
-
"name": "
|
|
2645
|
+
"name": "$heading-s"
|
|
2777
2646
|
},
|
|
2778
2647
|
{
|
|
2779
|
-
"name": "
|
|
2648
|
+
"name": "$heading-xl"
|
|
2780
2649
|
},
|
|
2781
2650
|
{
|
|
2782
|
-
"name": "
|
|
2651
|
+
"name": "$heading-xs"
|
|
2783
2652
|
},
|
|
2784
2653
|
{
|
|
2785
|
-
"name": "
|
|
2654
|
+
"name": "$label-l"
|
|
2786
2655
|
},
|
|
2787
2656
|
{
|
|
2788
|
-
"name": "
|
|
2657
|
+
"name": "$label-m"
|
|
2789
2658
|
},
|
|
2790
2659
|
{
|
|
2791
|
-
"name": "
|
|
2660
|
+
"name": "$label-s"
|
|
2792
2661
|
}
|
|
2793
2662
|
]
|
|
2794
2663
|
},
|
|
2795
2664
|
{
|
|
2796
|
-
"name": "
|
|
2797
|
-
"description": "The
|
|
2798
|
-
"values": []
|
|
2799
|
-
},
|
|
2800
|
-
{
|
|
2801
|
-
"name": "order",
|
|
2802
|
-
"description": "The **`order`** CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending `order` value and then by their source code order.\n\n\n**Initial value**: `0`",
|
|
2803
|
-
"values": []
|
|
2804
|
-
},
|
|
2805
|
-
{
|
|
2806
|
-
"name": "overflow-x",
|
|
2807
|
-
"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",
|
|
2665
|
+
"name": "font-family",
|
|
2666
|
+
"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",
|
|
2808
2667
|
"values": [
|
|
2809
2668
|
{
|
|
2810
|
-
"name": "
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"name": "clip"
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"name": "hidden"
|
|
2669
|
+
"name": "$body"
|
|
2817
2670
|
},
|
|
2818
2671
|
{
|
|
2819
|
-
"name": "
|
|
2672
|
+
"name": "$button"
|
|
2820
2673
|
},
|
|
2821
2674
|
{
|
|
2822
|
-
"name": "
|
|
2675
|
+
"name": "$heading"
|
|
2823
2676
|
}
|
|
2824
2677
|
]
|
|
2825
2678
|
},
|
|
2826
2679
|
{
|
|
2827
|
-
"name": "
|
|
2828
|
-
"description": "The **`
|
|
2680
|
+
"name": "width",
|
|
2681
|
+
"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",
|
|
2829
2682
|
"values": [
|
|
2830
2683
|
{
|
|
2831
2684
|
"name": "auto"
|
|
2832
2685
|
},
|
|
2833
2686
|
{
|
|
2834
|
-
"name": "
|
|
2687
|
+
"name": "fit-content"
|
|
2835
2688
|
},
|
|
2836
2689
|
{
|
|
2837
|
-
"name": "
|
|
2690
|
+
"name": "intrinsic"
|
|
2838
2691
|
},
|
|
2839
2692
|
{
|
|
2840
|
-
"name": "
|
|
2693
|
+
"name": "max-content"
|
|
2841
2694
|
},
|
|
2842
2695
|
{
|
|
2843
|
-
"name": "
|
|
2696
|
+
"name": "min-content"
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "min-intrinsic"
|
|
2700
|
+
},
|
|
2701
|
+
{
|
|
2702
|
+
"name": "stretch"
|
|
2844
2703
|
}
|
|
2845
2704
|
]
|
|
2846
2705
|
},
|
|
2847
2706
|
{
|
|
2848
|
-
"name": "
|
|
2849
|
-
"description": "The
|
|
2707
|
+
"name": "height",
|
|
2708
|
+
"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",
|
|
2850
2709
|
"values": [
|
|
2851
2710
|
{
|
|
2852
|
-
"name": "
|
|
2711
|
+
"name": "auto"
|
|
2853
2712
|
},
|
|
2854
2713
|
{
|
|
2855
|
-
"name": "
|
|
2714
|
+
"name": "fit-content"
|
|
2856
2715
|
},
|
|
2857
2716
|
{
|
|
2858
|
-
"name": "
|
|
2717
|
+
"name": "max-content"
|
|
2859
2718
|
},
|
|
2860
2719
|
{
|
|
2861
|
-
"name": "
|
|
2720
|
+
"name": "min-content"
|
|
2862
2721
|
},
|
|
2863
2722
|
{
|
|
2864
|
-
"name": "
|
|
2865
|
-
}
|
|
2723
|
+
"name": "stretch"
|
|
2724
|
+
}
|
|
2725
|
+
]
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"name": "max-width",
|
|
2729
|
+
"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",
|
|
2730
|
+
"values": [
|
|
2866
2731
|
{
|
|
2867
|
-
"name": "
|
|
2732
|
+
"name": "fit-content"
|
|
2868
2733
|
},
|
|
2869
2734
|
{
|
|
2870
|
-
"name": "
|
|
2735
|
+
"name": "intrinsic"
|
|
2871
2736
|
},
|
|
2872
2737
|
{
|
|
2873
|
-
"name": "
|
|
2738
|
+
"name": "max-content"
|
|
2874
2739
|
},
|
|
2875
2740
|
{
|
|
2876
|
-
"name": "
|
|
2741
|
+
"name": "min-content"
|
|
2877
2742
|
},
|
|
2878
2743
|
{
|
|
2879
|
-
"name": "
|
|
2744
|
+
"name": "none"
|
|
2880
2745
|
},
|
|
2881
2746
|
{
|
|
2882
|
-
"name": "
|
|
2747
|
+
"name": "stretch"
|
|
2748
|
+
}
|
|
2749
|
+
]
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "max-height",
|
|
2753
|
+
"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",
|
|
2754
|
+
"values": [
|
|
2755
|
+
{
|
|
2756
|
+
"name": "fit-content"
|
|
2883
2757
|
},
|
|
2884
2758
|
{
|
|
2885
|
-
"name": "
|
|
2759
|
+
"name": "intrinsic"
|
|
2886
2760
|
},
|
|
2887
2761
|
{
|
|
2888
|
-
"name": "
|
|
2762
|
+
"name": "max-content"
|
|
2889
2763
|
},
|
|
2890
2764
|
{
|
|
2891
|
-
"name": "
|
|
2765
|
+
"name": "min-content"
|
|
2892
2766
|
},
|
|
2893
2767
|
{
|
|
2894
|
-
"name": "
|
|
2768
|
+
"name": "none"
|
|
2895
2769
|
},
|
|
2896
2770
|
{
|
|
2897
|
-
"name": "
|
|
2771
|
+
"name": "stretch"
|
|
2898
2772
|
}
|
|
2899
2773
|
]
|
|
2900
2774
|
},
|
|
2901
2775
|
{
|
|
2902
|
-
"name": "
|
|
2903
|
-
"description": "The
|
|
2776
|
+
"name": "min-width",
|
|
2777
|
+
"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",
|
|
2904
2778
|
"values": [
|
|
2905
2779
|
{
|
|
2906
|
-
"name": "
|
|
2907
|
-
},
|
|
2908
|
-
{
|
|
2909
|
-
"name": "$2xs"
|
|
2910
|
-
},
|
|
2911
|
-
{
|
|
2912
|
-
"name": "$3xl"
|
|
2913
|
-
},
|
|
2914
|
-
{
|
|
2915
|
-
"name": "$3xs"
|
|
2780
|
+
"name": "auto"
|
|
2916
2781
|
},
|
|
2917
2782
|
{
|
|
2918
|
-
"name": "
|
|
2783
|
+
"name": "fit-content"
|
|
2919
2784
|
},
|
|
2920
2785
|
{
|
|
2921
|
-
"name": "
|
|
2786
|
+
"name": "intrinsic"
|
|
2922
2787
|
},
|
|
2923
2788
|
{
|
|
2924
|
-
"name": "
|
|
2789
|
+
"name": "max-content"
|
|
2925
2790
|
},
|
|
2926
2791
|
{
|
|
2927
|
-
"name": "
|
|
2792
|
+
"name": "min-content"
|
|
2928
2793
|
},
|
|
2929
2794
|
{
|
|
2930
|
-
"name": "
|
|
2795
|
+
"name": "min-intrinsic"
|
|
2931
2796
|
},
|
|
2932
2797
|
{
|
|
2933
|
-
"name": "
|
|
2934
|
-
}
|
|
2798
|
+
"name": "stretch"
|
|
2799
|
+
}
|
|
2800
|
+
]
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"name": "min-height",
|
|
2804
|
+
"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",
|
|
2805
|
+
"values": [
|
|
2935
2806
|
{
|
|
2936
|
-
"name": "
|
|
2807
|
+
"name": "auto"
|
|
2937
2808
|
},
|
|
2938
2809
|
{
|
|
2939
|
-
"name": "
|
|
2810
|
+
"name": "fit-content"
|
|
2940
2811
|
},
|
|
2941
2812
|
{
|
|
2942
|
-
"name": "
|
|
2813
|
+
"name": "intrinsic"
|
|
2943
2814
|
},
|
|
2944
2815
|
{
|
|
2945
|
-
"name": "
|
|
2816
|
+
"name": "max-content"
|
|
2946
2817
|
},
|
|
2947
2818
|
{
|
|
2948
|
-
"name": "
|
|
2819
|
+
"name": "min-content"
|
|
2949
2820
|
},
|
|
2950
2821
|
{
|
|
2951
|
-
"name": "
|
|
2822
|
+
"name": "stretch"
|
|
2952
2823
|
}
|
|
2953
2824
|
]
|
|
2954
2825
|
},
|
|
2955
2826
|
{
|
|
2956
|
-
"name": "
|
|
2957
|
-
"description": "The
|
|
2827
|
+
"name": "bottom",
|
|
2828
|
+
"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`",
|
|
2829
|
+
"values": []
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"name": "left",
|
|
2833
|
+
"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`",
|
|
2834
|
+
"values": []
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"name": "right",
|
|
2838
|
+
"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`",
|
|
2839
|
+
"values": []
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"name": "top",
|
|
2843
|
+
"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`",
|
|
2844
|
+
"values": []
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"name": "flex",
|
|
2848
|
+
"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",
|
|
2958
2849
|
"values": [
|
|
2959
2850
|
{
|
|
2960
|
-
"name": "
|
|
2851
|
+
"name": "auto"
|
|
2961
2852
|
},
|
|
2962
2853
|
{
|
|
2963
|
-
"name": "
|
|
2854
|
+
"name": "content"
|
|
2964
2855
|
},
|
|
2965
2856
|
{
|
|
2966
|
-
"name": "
|
|
2857
|
+
"name": "fit-content"
|
|
2967
2858
|
},
|
|
2968
2859
|
{
|
|
2969
|
-
"name": "
|
|
2860
|
+
"name": "max-content"
|
|
2970
2861
|
},
|
|
2971
2862
|
{
|
|
2972
|
-
"name": "
|
|
2863
|
+
"name": "min-content"
|
|
2973
2864
|
},
|
|
2974
2865
|
{
|
|
2975
|
-
"name": "
|
|
2866
|
+
"name": "none"
|
|
2976
2867
|
},
|
|
2977
2868
|
{
|
|
2978
|
-
"name": "
|
|
2979
|
-
}
|
|
2869
|
+
"name": "stretch"
|
|
2870
|
+
}
|
|
2871
|
+
]
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"name": "grid-template-areas",
|
|
2875
|
+
"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`",
|
|
2876
|
+
"values": []
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"name": "grid-template-columns",
|
|
2880
|
+
"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",
|
|
2881
|
+
"values": [
|
|
2980
2882
|
{
|
|
2981
|
-
"name": "
|
|
2883
|
+
"name": "auto"
|
|
2982
2884
|
},
|
|
2983
2885
|
{
|
|
2984
|
-
"name": "
|
|
2886
|
+
"name": "max-content"
|
|
2985
2887
|
},
|
|
2986
2888
|
{
|
|
2987
|
-
"name": "
|
|
2889
|
+
"name": "min-content"
|
|
2988
2890
|
},
|
|
2989
2891
|
{
|
|
2990
|
-
"name": "
|
|
2892
|
+
"name": "none"
|
|
2991
2893
|
},
|
|
2992
2894
|
{
|
|
2993
|
-
"name": "
|
|
2895
|
+
"name": "subgrid"
|
|
2896
|
+
}
|
|
2897
|
+
]
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "grid-template-rows",
|
|
2901
|
+
"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",
|
|
2902
|
+
"values": [
|
|
2903
|
+
{
|
|
2904
|
+
"name": "auto"
|
|
2994
2905
|
},
|
|
2995
2906
|
{
|
|
2996
|
-
"name": "
|
|
2907
|
+
"name": "max-content"
|
|
2997
2908
|
},
|
|
2998
2909
|
{
|
|
2999
|
-
"name": "
|
|
2910
|
+
"name": "min-content"
|
|
3000
2911
|
},
|
|
3001
2912
|
{
|
|
3002
|
-
"name": "
|
|
2913
|
+
"name": "none"
|
|
3003
2914
|
},
|
|
3004
2915
|
{
|
|
3005
|
-
"name": "
|
|
2916
|
+
"name": "subgrid"
|
|
3006
2917
|
}
|
|
3007
2918
|
]
|
|
3008
2919
|
},
|
|
3009
2920
|
{
|
|
3010
|
-
"name": "
|
|
3011
|
-
"description": "The
|
|
2921
|
+
"name": "grid-area",
|
|
2922
|
+
"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.",
|
|
2923
|
+
"values": []
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
"name": "flex-shrink",
|
|
2927
|
+
"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`",
|
|
2928
|
+
"values": []
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"name": "flex-grow",
|
|
2932
|
+
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item main size.\n\n\n**Initial value**: `0`",
|
|
2933
|
+
"values": []
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "order",
|
|
2937
|
+
"description": "The **`order`** CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending `order` value and then by their source code order.\n\n\n**Initial value**: `0`",
|
|
2938
|
+
"values": []
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"name": "transition-delay",
|
|
2942
|
+
"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`",
|
|
2943
|
+
"type": "string"
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"name": "transition-property",
|
|
2947
|
+
"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",
|
|
3012
2948
|
"values": [
|
|
3013
2949
|
{
|
|
3014
|
-
"name": "
|
|
2950
|
+
"name": "all"
|
|
3015
2951
|
},
|
|
3016
2952
|
{
|
|
3017
|
-
"name": "
|
|
3018
|
-
}
|
|
2953
|
+
"name": "none"
|
|
2954
|
+
}
|
|
2955
|
+
]
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"name": "background-image",
|
|
2959
|
+
"description": "The **`background-image`** CSS property sets one or more background images on an element.\n\n\n**Initial value**: `none`",
|
|
2960
|
+
"values": []
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"name": "background-position",
|
|
2964
|
+
"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",
|
|
2965
|
+
"values": [
|
|
3019
2966
|
{
|
|
3020
|
-
"name": "
|
|
2967
|
+
"name": "bottom"
|
|
3021
2968
|
},
|
|
3022
2969
|
{
|
|
3023
|
-
"name": "
|
|
2970
|
+
"name": "center"
|
|
3024
2971
|
},
|
|
3025
2972
|
{
|
|
3026
|
-
"name": "
|
|
2973
|
+
"name": "left"
|
|
3027
2974
|
},
|
|
3028
2975
|
{
|
|
3029
|
-
"name": "
|
|
2976
|
+
"name": "right"
|
|
3030
2977
|
},
|
|
3031
2978
|
{
|
|
3032
|
-
"name": "
|
|
3033
|
-
}
|
|
2979
|
+
"name": "top"
|
|
2980
|
+
}
|
|
2981
|
+
]
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"name": "background-position-x",
|
|
2985
|
+
"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",
|
|
2986
|
+
"values": [
|
|
3034
2987
|
{
|
|
3035
|
-
"name": "
|
|
2988
|
+
"name": "center"
|
|
3036
2989
|
},
|
|
3037
2990
|
{
|
|
3038
|
-
"name": "
|
|
2991
|
+
"name": "left"
|
|
3039
2992
|
},
|
|
3040
2993
|
{
|
|
3041
|
-
"name": "
|
|
2994
|
+
"name": "right"
|
|
3042
2995
|
},
|
|
3043
2996
|
{
|
|
3044
|
-
"name": "
|
|
2997
|
+
"name": "x-end"
|
|
3045
2998
|
},
|
|
3046
2999
|
{
|
|
3047
|
-
"name": "
|
|
3000
|
+
"name": "x-start"
|
|
3001
|
+
}
|
|
3002
|
+
]
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "background-position-y",
|
|
3006
|
+
"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",
|
|
3007
|
+
"values": [
|
|
3008
|
+
{
|
|
3009
|
+
"name": "bottom"
|
|
3048
3010
|
},
|
|
3049
3011
|
{
|
|
3050
|
-
"name": "
|
|
3012
|
+
"name": "center"
|
|
3051
3013
|
},
|
|
3052
3014
|
{
|
|
3053
|
-
"name": "
|
|
3015
|
+
"name": "top"
|
|
3054
3016
|
},
|
|
3055
3017
|
{
|
|
3056
|
-
"name": "
|
|
3018
|
+
"name": "y-end"
|
|
3057
3019
|
},
|
|
3058
3020
|
{
|
|
3059
|
-
"name": "
|
|
3021
|
+
"name": "y-start"
|
|
3060
3022
|
}
|
|
3061
3023
|
]
|
|
3062
3024
|
},
|
|
3063
3025
|
{
|
|
3064
|
-
"name": "
|
|
3065
|
-
"description": "The **`
|
|
3026
|
+
"name": "background-blend-mode",
|
|
3027
|
+
"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
3028
|
"values": [
|
|
3067
3029
|
{
|
|
3068
|
-
"name": "
|
|
3030
|
+
"name": "color"
|
|
3069
3031
|
},
|
|
3070
3032
|
{
|
|
3071
|
-
"name": "
|
|
3033
|
+
"name": "color-burn"
|
|
3072
3034
|
},
|
|
3073
3035
|
{
|
|
3074
|
-
"name": "
|
|
3036
|
+
"name": "color-dodge"
|
|
3075
3037
|
},
|
|
3076
3038
|
{
|
|
3077
|
-
"name": "
|
|
3039
|
+
"name": "darken"
|
|
3078
3040
|
},
|
|
3079
3041
|
{
|
|
3080
|
-
"name": "
|
|
3042
|
+
"name": "difference"
|
|
3081
3043
|
},
|
|
3082
3044
|
{
|
|
3083
|
-
"name": "
|
|
3045
|
+
"name": "exclusion"
|
|
3084
3046
|
},
|
|
3085
3047
|
{
|
|
3086
|
-
"name": "
|
|
3048
|
+
"name": "hard-light"
|
|
3087
3049
|
},
|
|
3088
3050
|
{
|
|
3089
|
-
"name": "
|
|
3051
|
+
"name": "hue"
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"name": "lighten"
|
|
3090
3055
|
},
|
|
3091
3056
|
{
|
|
3092
|
-
"name": "
|
|
3057
|
+
"name": "luminosity"
|
|
3093
3058
|
},
|
|
3094
3059
|
{
|
|
3095
|
-
"name": "
|
|
3060
|
+
"name": "multiply"
|
|
3096
3061
|
},
|
|
3097
3062
|
{
|
|
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"
|
|
3063
|
+
"name": "normal"
|
|
3108
3064
|
},
|
|
3109
3065
|
{
|
|
3110
|
-
"name": "
|
|
3066
|
+
"name": "overlay"
|
|
3111
3067
|
},
|
|
3112
3068
|
{
|
|
3113
|
-
"name": "
|
|
3069
|
+
"name": "saturation"
|
|
3114
3070
|
},
|
|
3115
3071
|
{
|
|
3116
|
-
"name": "
|
|
3072
|
+
"name": "screen"
|
|
3117
3073
|
},
|
|
3118
3074
|
{
|
|
3119
|
-
"name": "
|
|
3075
|
+
"name": "soft-light"
|
|
3120
3076
|
}
|
|
3121
3077
|
]
|
|
3122
3078
|
},
|
|
3123
3079
|
{
|
|
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",
|
|
3080
|
+
"name": "background-repeat",
|
|
3081
|
+
"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
3082
|
"values": [
|
|
3132
3083
|
{
|
|
3133
|
-
"name": "
|
|
3134
|
-
},
|
|
3135
|
-
{
|
|
3136
|
-
"name": "end"
|
|
3084
|
+
"name": "no-repeat"
|
|
3137
3085
|
},
|
|
3138
3086
|
{
|
|
3139
|
-
"name": "
|
|
3087
|
+
"name": "repeat"
|
|
3140
3088
|
},
|
|
3141
3089
|
{
|
|
3142
|
-
"name": "
|
|
3090
|
+
"name": "repeat-x"
|
|
3143
3091
|
},
|
|
3144
3092
|
{
|
|
3145
|
-
"name": "
|
|
3093
|
+
"name": "repeat-y"
|
|
3146
3094
|
},
|
|
3147
3095
|
{
|
|
3148
|
-
"name": "
|
|
3096
|
+
"name": "round"
|
|
3149
3097
|
},
|
|
3150
3098
|
{
|
|
3151
|
-
"name": "
|
|
3099
|
+
"name": "space"
|
|
3152
3100
|
}
|
|
3153
3101
|
]
|
|
3154
3102
|
},
|
|
3155
3103
|
{
|
|
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",
|
|
3104
|
+
"name": "background-size",
|
|
3105
|
+
"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
3106
|
"values": [
|
|
3169
3107
|
{
|
|
3170
|
-
"name": "
|
|
3108
|
+
"name": "auto"
|
|
3171
3109
|
},
|
|
3172
3110
|
{
|
|
3173
|
-
"name": "
|
|
3111
|
+
"name": "contain"
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
"name": "cover"
|
|
3174
3115
|
}
|
|
3175
3116
|
]
|
|
3176
3117
|
},
|
|
3177
3118
|
{
|
|
3178
|
-
"name": "
|
|
3179
|
-
"description": "The **`
|
|
3119
|
+
"name": "display",
|
|
3120
|
+
"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
3121
|
"values": [
|
|
3181
3122
|
{
|
|
3182
|
-
"name": "
|
|
3123
|
+
"name": "block"
|
|
3183
3124
|
},
|
|
3184
3125
|
{
|
|
3185
|
-
"name": "
|
|
3126
|
+
"name": "contents"
|
|
3186
3127
|
},
|
|
3187
3128
|
{
|
|
3188
|
-
"name": "
|
|
3129
|
+
"name": "flex"
|
|
3189
3130
|
},
|
|
3190
3131
|
{
|
|
3191
|
-
"name": "
|
|
3132
|
+
"name": "flow"
|
|
3192
3133
|
},
|
|
3193
3134
|
{
|
|
3194
|
-
"name": "
|
|
3135
|
+
"name": "flow-root"
|
|
3195
3136
|
},
|
|
3196
3137
|
{
|
|
3197
|
-
"name": "
|
|
3138
|
+
"name": "grid"
|
|
3198
3139
|
},
|
|
3199
3140
|
{
|
|
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"
|
|
3141
|
+
"name": "inline"
|
|
3210
3142
|
},
|
|
3211
3143
|
{
|
|
3212
|
-
"name": "
|
|
3144
|
+
"name": "inline-block"
|
|
3213
3145
|
},
|
|
3214
3146
|
{
|
|
3215
|
-
"name": "
|
|
3147
|
+
"name": "inline-flex"
|
|
3216
3148
|
},
|
|
3217
3149
|
{
|
|
3218
|
-
"name": "
|
|
3150
|
+
"name": "inline-grid"
|
|
3219
3151
|
},
|
|
3220
3152
|
{
|
|
3221
|
-
"name": "
|
|
3153
|
+
"name": "inline-list-item"
|
|
3222
3154
|
},
|
|
3223
3155
|
{
|
|
3224
|
-
"name": "
|
|
3156
|
+
"name": "inline-table"
|
|
3225
3157
|
},
|
|
3226
3158
|
{
|
|
3227
|
-
"name": "
|
|
3159
|
+
"name": "list-item"
|
|
3228
3160
|
},
|
|
3229
3161
|
{
|
|
3230
|
-
"name": "
|
|
3162
|
+
"name": "none"
|
|
3231
3163
|
},
|
|
3232
3164
|
{
|
|
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"
|
|
3165
|
+
"name": "ruby"
|
|
3243
3166
|
},
|
|
3244
3167
|
{
|
|
3245
|
-
"name": "
|
|
3168
|
+
"name": "ruby-base"
|
|
3246
3169
|
},
|
|
3247
3170
|
{
|
|
3248
|
-
"name": "
|
|
3171
|
+
"name": "ruby-base-container"
|
|
3249
3172
|
},
|
|
3250
3173
|
{
|
|
3251
|
-
"name": "
|
|
3174
|
+
"name": "ruby-text"
|
|
3252
3175
|
},
|
|
3253
3176
|
{
|
|
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"
|
|
3177
|
+
"name": "ruby-text-container"
|
|
3264
3178
|
},
|
|
3265
3179
|
{
|
|
3266
|
-
"name": "
|
|
3180
|
+
"name": "run-in"
|
|
3267
3181
|
},
|
|
3268
3182
|
{
|
|
3269
|
-
"name": "
|
|
3183
|
+
"name": "table"
|
|
3270
3184
|
},
|
|
3271
3185
|
{
|
|
3272
|
-
"name": "
|
|
3186
|
+
"name": "table-caption"
|
|
3273
3187
|
},
|
|
3274
3188
|
{
|
|
3275
|
-
"name": "
|
|
3189
|
+
"name": "table-cell"
|
|
3276
3190
|
},
|
|
3277
3191
|
{
|
|
3278
|
-
"name": "
|
|
3192
|
+
"name": "table-column"
|
|
3279
3193
|
},
|
|
3280
3194
|
{
|
|
3281
|
-
"name": "
|
|
3195
|
+
"name": "table-column-group"
|
|
3282
3196
|
},
|
|
3283
3197
|
{
|
|
3284
|
-
"name": "
|
|
3198
|
+
"name": "table-footer-group"
|
|
3285
3199
|
},
|
|
3286
3200
|
{
|
|
3287
|
-
"name": "
|
|
3201
|
+
"name": "table-header-group"
|
|
3288
3202
|
},
|
|
3289
3203
|
{
|
|
3290
|
-
"name": "
|
|
3204
|
+
"name": "table-row"
|
|
3291
3205
|
},
|
|
3292
3206
|
{
|
|
3293
|
-
"name": "
|
|
3207
|
+
"name": "table-row-group"
|
|
3294
3208
|
}
|
|
3295
3209
|
]
|
|
3296
3210
|
},
|
|
3297
3211
|
{
|
|
3298
|
-
"name": "
|
|
3299
|
-
"description": "The
|
|
3212
|
+
"name": "flex-direction",
|
|
3213
|
+
"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
3214
|
"values": [
|
|
3301
3215
|
{
|
|
3302
|
-
"name": "
|
|
3216
|
+
"name": "column"
|
|
3303
3217
|
},
|
|
3304
3218
|
{
|
|
3305
|
-
"name": "
|
|
3219
|
+
"name": "column-reverse"
|
|
3306
3220
|
},
|
|
3307
3221
|
{
|
|
3308
|
-
"name": "
|
|
3222
|
+
"name": "row"
|
|
3309
3223
|
},
|
|
3310
3224
|
{
|
|
3311
|
-
"name": "
|
|
3225
|
+
"name": "row-reverse"
|
|
3226
|
+
}
|
|
3227
|
+
]
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "flex-wrap",
|
|
3231
|
+
"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",
|
|
3232
|
+
"values": [
|
|
3233
|
+
{
|
|
3234
|
+
"name": "nowrap"
|
|
3312
3235
|
},
|
|
3313
3236
|
{
|
|
3314
|
-
"name": "
|
|
3237
|
+
"name": "wrap"
|
|
3315
3238
|
},
|
|
3316
3239
|
{
|
|
3317
|
-
"name": "
|
|
3240
|
+
"name": "wrap-reverse"
|
|
3318
3241
|
}
|
|
3319
3242
|
]
|
|
3320
3243
|
},
|
|
3321
3244
|
{
|
|
3322
|
-
"name": "flex",
|
|
3323
|
-
"description": "The **`flex`** CSS
|
|
3245
|
+
"name": "flex-basis",
|
|
3246
|
+
"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
3247
|
"values": [
|
|
3325
3248
|
{
|
|
3326
3249
|
"name": "auto"
|
|
@@ -3337,9 +3260,6 @@
|
|
|
3337
3260
|
{
|
|
3338
3261
|
"name": "min-content"
|
|
3339
3262
|
},
|
|
3340
|
-
{
|
|
3341
|
-
"name": "none"
|
|
3342
|
-
},
|
|
3343
3263
|
{
|
|
3344
3264
|
"name": "stretch"
|
|
3345
3265
|
}
|
|
@@ -3373,206 +3293,270 @@
|
|
|
3373
3293
|
]
|
|
3374
3294
|
},
|
|
3375
3295
|
{
|
|
3376
|
-
"name": "
|
|
3377
|
-
"description": "The
|
|
3296
|
+
"name": "justify-content",
|
|
3297
|
+
"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",
|
|
3298
|
+
"values": [
|
|
3299
|
+
{
|
|
3300
|
+
"name": "center"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "end"
|
|
3304
|
+
},
|
|
3305
|
+
{
|
|
3306
|
+
"name": "flex-end"
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"name": "flex-start"
|
|
3310
|
+
},
|
|
3311
|
+
{
|
|
3312
|
+
"name": "left"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"name": "normal"
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"name": "right"
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"name": "space-around"
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"name": "space-between"
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"name": "space-evenly"
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
"name": "start"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"name": "stretch"
|
|
3334
|
+
}
|
|
3335
|
+
]
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"name": "justify-items",
|
|
3339
|
+
"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
3340
|
"values": [
|
|
3379
3341
|
{
|
|
3380
|
-
"name": "
|
|
3342
|
+
"name": "baseline"
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"name": "center"
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"name": "end"
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"name": "flex-end"
|
|
3352
|
+
},
|
|
3353
|
+
{
|
|
3354
|
+
"name": "flex-start"
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"name": "left"
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"name": "legacy"
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"name": "normal"
|
|
3381
3364
|
},
|
|
3382
3365
|
{
|
|
3383
|
-
"name": "
|
|
3366
|
+
"name": "right"
|
|
3384
3367
|
},
|
|
3385
3368
|
{
|
|
3386
|
-
"name": "
|
|
3369
|
+
"name": "self-end"
|
|
3387
3370
|
},
|
|
3388
3371
|
{
|
|
3389
|
-
"name": "
|
|
3372
|
+
"name": "self-start"
|
|
3390
3373
|
},
|
|
3391
3374
|
{
|
|
3392
|
-
"name": "
|
|
3375
|
+
"name": "start"
|
|
3393
3376
|
},
|
|
3394
3377
|
{
|
|
3395
|
-
"name": "
|
|
3378
|
+
"name": "stretch"
|
|
3379
|
+
}
|
|
3380
|
+
]
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"name": "align-content",
|
|
3384
|
+
"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",
|
|
3385
|
+
"values": [
|
|
3386
|
+
{
|
|
3387
|
+
"name": "baseline"
|
|
3396
3388
|
},
|
|
3397
3389
|
{
|
|
3398
|
-
"name": "
|
|
3390
|
+
"name": "center"
|
|
3399
3391
|
},
|
|
3400
3392
|
{
|
|
3401
|
-
"name": "
|
|
3393
|
+
"name": "end"
|
|
3402
3394
|
},
|
|
3403
3395
|
{
|
|
3404
|
-
"name": "
|
|
3396
|
+
"name": "flex-end"
|
|
3405
3397
|
},
|
|
3406
3398
|
{
|
|
3407
|
-
"name": "
|
|
3399
|
+
"name": "flex-start"
|
|
3408
3400
|
},
|
|
3409
3401
|
{
|
|
3410
|
-
"name": "
|
|
3402
|
+
"name": "normal"
|
|
3411
3403
|
},
|
|
3412
3404
|
{
|
|
3413
|
-
"name": "
|
|
3405
|
+
"name": "space-around"
|
|
3414
3406
|
},
|
|
3415
3407
|
{
|
|
3416
|
-
"name": "
|
|
3408
|
+
"name": "space-between"
|
|
3417
3409
|
},
|
|
3418
3410
|
{
|
|
3419
|
-
"name": "
|
|
3411
|
+
"name": "space-evenly"
|
|
3420
3412
|
},
|
|
3421
3413
|
{
|
|
3422
|
-
"name": "
|
|
3414
|
+
"name": "start"
|
|
3423
3415
|
},
|
|
3424
3416
|
{
|
|
3425
|
-
"name": "
|
|
3417
|
+
"name": "stretch"
|
|
3426
3418
|
}
|
|
3427
3419
|
]
|
|
3428
3420
|
},
|
|
3429
3421
|
{
|
|
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",
|
|
3422
|
+
"name": "align-items",
|
|
3423
|
+
"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
3424
|
"values": [
|
|
3438
3425
|
{
|
|
3439
|
-
"name": "
|
|
3426
|
+
"name": "baseline"
|
|
3440
3427
|
},
|
|
3441
3428
|
{
|
|
3442
|
-
"name": "
|
|
3429
|
+
"name": "center"
|
|
3443
3430
|
},
|
|
3444
3431
|
{
|
|
3445
|
-
"name": "
|
|
3432
|
+
"name": "end"
|
|
3446
3433
|
},
|
|
3447
3434
|
{
|
|
3448
|
-
"name": "
|
|
3435
|
+
"name": "flex-end"
|
|
3449
3436
|
},
|
|
3450
3437
|
{
|
|
3451
|
-
"name": "
|
|
3438
|
+
"name": "flex-start"
|
|
3452
3439
|
},
|
|
3453
3440
|
{
|
|
3454
|
-
"name": "
|
|
3441
|
+
"name": "normal"
|
|
3455
3442
|
},
|
|
3456
3443
|
{
|
|
3457
|
-
"name": "
|
|
3444
|
+
"name": "self-end"
|
|
3458
3445
|
},
|
|
3459
3446
|
{
|
|
3460
|
-
"name": "
|
|
3447
|
+
"name": "self-start"
|
|
3461
3448
|
},
|
|
3462
3449
|
{
|
|
3463
|
-
"name": "
|
|
3450
|
+
"name": "start"
|
|
3464
3451
|
},
|
|
3465
3452
|
{
|
|
3466
|
-
"name": "
|
|
3467
|
-
}
|
|
3453
|
+
"name": "stretch"
|
|
3454
|
+
}
|
|
3455
|
+
]
|
|
3456
|
+
},
|
|
3457
|
+
{
|
|
3458
|
+
"name": "align-self",
|
|
3459
|
+
"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",
|
|
3460
|
+
"values": [
|
|
3468
3461
|
{
|
|
3469
|
-
"name": "
|
|
3462
|
+
"name": "auto"
|
|
3470
3463
|
},
|
|
3471
3464
|
{
|
|
3472
|
-
"name": "
|
|
3465
|
+
"name": "baseline"
|
|
3473
3466
|
},
|
|
3474
3467
|
{
|
|
3475
|
-
"name": "
|
|
3468
|
+
"name": "center"
|
|
3476
3469
|
},
|
|
3477
3470
|
{
|
|
3478
|
-
"name": "
|
|
3471
|
+
"name": "end"
|
|
3479
3472
|
},
|
|
3480
3473
|
{
|
|
3481
|
-
"name": "
|
|
3474
|
+
"name": "flex-end"
|
|
3482
3475
|
},
|
|
3483
3476
|
{
|
|
3484
|
-
"name": "
|
|
3477
|
+
"name": "flex-start"
|
|
3485
3478
|
},
|
|
3486
3479
|
{
|
|
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"
|
|
3480
|
+
"name": "normal"
|
|
3497
3481
|
},
|
|
3498
3482
|
{
|
|
3499
|
-
"name": "
|
|
3483
|
+
"name": "self-end"
|
|
3500
3484
|
},
|
|
3501
3485
|
{
|
|
3502
|
-
"name": "
|
|
3486
|
+
"name": "self-start"
|
|
3503
3487
|
},
|
|
3504
3488
|
{
|
|
3505
|
-
"name": "
|
|
3489
|
+
"name": "start"
|
|
3506
3490
|
},
|
|
3507
3491
|
{
|
|
3508
|
-
"name": "
|
|
3492
|
+
"name": "stretch"
|
|
3509
3493
|
}
|
|
3510
3494
|
]
|
|
3511
3495
|
},
|
|
3512
3496
|
{
|
|
3513
|
-
"name": "
|
|
3514
|
-
"description": "The
|
|
3497
|
+
"name": "pointer-events",
|
|
3498
|
+
"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
3499
|
"values": [
|
|
3516
3500
|
{
|
|
3517
|
-
"name": "
|
|
3501
|
+
"name": "all"
|
|
3518
3502
|
},
|
|
3519
3503
|
{
|
|
3520
|
-
"name": "
|
|
3504
|
+
"name": "auto"
|
|
3521
3505
|
},
|
|
3522
3506
|
{
|
|
3523
|
-
"name": "
|
|
3507
|
+
"name": "fill"
|
|
3524
3508
|
},
|
|
3525
3509
|
{
|
|
3526
|
-
"name": "
|
|
3510
|
+
"name": "inherit"
|
|
3527
3511
|
},
|
|
3528
3512
|
{
|
|
3529
|
-
"name": "
|
|
3513
|
+
"name": "none"
|
|
3530
3514
|
},
|
|
3531
3515
|
{
|
|
3532
|
-
"name": "
|
|
3516
|
+
"name": "painted"
|
|
3533
3517
|
},
|
|
3534
3518
|
{
|
|
3535
|
-
"name": "
|
|
3519
|
+
"name": "stroke"
|
|
3536
3520
|
},
|
|
3537
3521
|
{
|
|
3538
|
-
"name": "
|
|
3522
|
+
"name": "visible"
|
|
3539
3523
|
},
|
|
3540
3524
|
{
|
|
3541
|
-
"name": "
|
|
3525
|
+
"name": "visibleFill"
|
|
3542
3526
|
},
|
|
3543
3527
|
{
|
|
3544
|
-
"name": "
|
|
3528
|
+
"name": "visiblePainted"
|
|
3545
3529
|
},
|
|
3546
3530
|
{
|
|
3547
|
-
"name": "
|
|
3548
|
-
}
|
|
3531
|
+
"name": "visibleStroke"
|
|
3532
|
+
}
|
|
3533
|
+
]
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"name": "position",
|
|
3537
|
+
"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",
|
|
3538
|
+
"values": [
|
|
3549
3539
|
{
|
|
3550
|
-
"name": "
|
|
3540
|
+
"name": "absolute"
|
|
3551
3541
|
},
|
|
3552
3542
|
{
|
|
3553
|
-
"name": "
|
|
3543
|
+
"name": "fixed"
|
|
3554
3544
|
},
|
|
3555
3545
|
{
|
|
3556
|
-
"name": "
|
|
3546
|
+
"name": "relative"
|
|
3557
3547
|
},
|
|
3558
3548
|
{
|
|
3559
|
-
"name": "
|
|
3549
|
+
"name": "static"
|
|
3560
3550
|
},
|
|
3561
3551
|
{
|
|
3562
|
-
"name": "
|
|
3552
|
+
"name": "sticky"
|
|
3563
3553
|
}
|
|
3564
3554
|
]
|
|
3565
3555
|
},
|
|
3566
3556
|
{
|
|
3567
|
-
"name": "
|
|
3568
|
-
"description": "The **`
|
|
3557
|
+
"name": "border-style",
|
|
3558
|
+
"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
3559
|
"values": [
|
|
3570
|
-
{
|
|
3571
|
-
"name": "auto"
|
|
3572
|
-
},
|
|
3573
|
-
{
|
|
3574
|
-
"name": "blink"
|
|
3575
|
-
},
|
|
3576
3560
|
{
|
|
3577
3561
|
"name": "dashed"
|
|
3578
3562
|
},
|
|
@@ -3583,253 +3567,324 @@
|
|
|
3583
3567
|
"name": "double"
|
|
3584
3568
|
},
|
|
3585
3569
|
{
|
|
3586
|
-
"name": "
|
|
3570
|
+
"name": "groove"
|
|
3587
3571
|
},
|
|
3588
3572
|
{
|
|
3589
|
-
"name": "
|
|
3573
|
+
"name": "hidden"
|
|
3590
3574
|
},
|
|
3591
3575
|
{
|
|
3592
|
-
"name": "
|
|
3576
|
+
"name": "inset"
|
|
3593
3577
|
},
|
|
3594
3578
|
{
|
|
3595
3579
|
"name": "none"
|
|
3596
3580
|
},
|
|
3597
3581
|
{
|
|
3598
|
-
"name": "
|
|
3582
|
+
"name": "outset"
|
|
3599
3583
|
},
|
|
3600
3584
|
{
|
|
3601
|
-
"name": "
|
|
3585
|
+
"name": "ridge"
|
|
3602
3586
|
},
|
|
3603
3587
|
{
|
|
3604
|
-
"name": "
|
|
3605
|
-
}
|
|
3588
|
+
"name": "solid"
|
|
3589
|
+
}
|
|
3590
|
+
]
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"name": "box-sizing",
|
|
3594
|
+
"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",
|
|
3595
|
+
"values": [
|
|
3606
3596
|
{
|
|
3607
|
-
"name": "
|
|
3597
|
+
"name": "border-box"
|
|
3608
3598
|
},
|
|
3609
3599
|
{
|
|
3610
|
-
"name": "
|
|
3600
|
+
"name": "content-box"
|
|
3611
3601
|
}
|
|
3612
3602
|
]
|
|
3613
3603
|
},
|
|
3614
3604
|
{
|
|
3615
|
-
"name": "
|
|
3616
|
-
"description": "The
|
|
3605
|
+
"name": "cursor",
|
|
3606
|
+
"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
3607
|
"values": [
|
|
3618
3608
|
{
|
|
3619
|
-
"name": "
|
|
3609
|
+
"name": "alias"
|
|
3620
3610
|
},
|
|
3621
3611
|
{
|
|
3622
|
-
"name": "
|
|
3612
|
+
"name": "all-scroll"
|
|
3623
3613
|
},
|
|
3624
3614
|
{
|
|
3625
|
-
"name": "
|
|
3615
|
+
"name": "auto"
|
|
3626
3616
|
},
|
|
3627
3617
|
{
|
|
3628
|
-
"name": "
|
|
3618
|
+
"name": "cell"
|
|
3629
3619
|
},
|
|
3630
3620
|
{
|
|
3631
|
-
"name": "
|
|
3621
|
+
"name": "col-resize"
|
|
3632
3622
|
},
|
|
3633
3623
|
{
|
|
3634
|
-
"name": "
|
|
3624
|
+
"name": "context-menu"
|
|
3635
3625
|
},
|
|
3636
3626
|
{
|
|
3637
|
-
"name": "
|
|
3627
|
+
"name": "copy"
|
|
3638
3628
|
},
|
|
3639
3629
|
{
|
|
3640
|
-
"name": "
|
|
3630
|
+
"name": "crosshair"
|
|
3641
3631
|
},
|
|
3642
3632
|
{
|
|
3643
|
-
"name": "
|
|
3633
|
+
"name": "default"
|
|
3644
3634
|
},
|
|
3645
3635
|
{
|
|
3646
|
-
"name": "
|
|
3636
|
+
"name": "e-resize"
|
|
3647
3637
|
},
|
|
3648
3638
|
{
|
|
3649
|
-
"name": "
|
|
3639
|
+
"name": "ew-resize"
|
|
3650
3640
|
},
|
|
3651
3641
|
{
|
|
3652
|
-
"name": "
|
|
3642
|
+
"name": "grab"
|
|
3653
3643
|
},
|
|
3654
3644
|
{
|
|
3655
|
-
"name": "
|
|
3645
|
+
"name": "grabbing"
|
|
3656
3646
|
},
|
|
3657
3647
|
{
|
|
3658
|
-
"name": "
|
|
3648
|
+
"name": "help"
|
|
3659
3649
|
},
|
|
3660
3650
|
{
|
|
3661
|
-
"name": "
|
|
3651
|
+
"name": "move"
|
|
3662
3652
|
},
|
|
3663
3653
|
{
|
|
3664
|
-
"name": "
|
|
3654
|
+
"name": "n-resize"
|
|
3665
3655
|
},
|
|
3666
3656
|
{
|
|
3667
|
-
"name": "
|
|
3657
|
+
"name": "ne-resize"
|
|
3668
3658
|
},
|
|
3669
3659
|
{
|
|
3670
|
-
"name": "
|
|
3660
|
+
"name": "nesw-resize"
|
|
3671
3661
|
},
|
|
3672
3662
|
{
|
|
3673
|
-
"name": "
|
|
3663
|
+
"name": "no-drop"
|
|
3674
3664
|
},
|
|
3675
3665
|
{
|
|
3676
|
-
"name": "
|
|
3666
|
+
"name": "none"
|
|
3677
3667
|
},
|
|
3678
3668
|
{
|
|
3679
|
-
"name": "
|
|
3669
|
+
"name": "not-allowed"
|
|
3680
3670
|
},
|
|
3681
3671
|
{
|
|
3682
|
-
"name": "
|
|
3672
|
+
"name": "ns-resize"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"name": "nw-resize"
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"name": "nwse-resize"
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"name": "pointer"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "progress"
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
"name": "row-resize"
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
"name": "s-resize"
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"name": "se-resize"
|
|
3683
3694
|
},
|
|
3684
3695
|
{
|
|
3685
|
-
"name": "
|
|
3696
|
+
"name": "sw-resize"
|
|
3686
3697
|
},
|
|
3687
3698
|
{
|
|
3688
|
-
"name": "
|
|
3699
|
+
"name": "text"
|
|
3689
3700
|
},
|
|
3690
3701
|
{
|
|
3691
|
-
"name": "
|
|
3702
|
+
"name": "vertical-text"
|
|
3692
3703
|
},
|
|
3693
3704
|
{
|
|
3694
|
-
"name": "
|
|
3705
|
+
"name": "w-resize"
|
|
3695
3706
|
},
|
|
3696
3707
|
{
|
|
3697
|
-
"name": "
|
|
3708
|
+
"name": "wait"
|
|
3698
3709
|
},
|
|
3699
3710
|
{
|
|
3700
|
-
"name": "
|
|
3711
|
+
"name": "zoom-in"
|
|
3701
3712
|
},
|
|
3702
3713
|
{
|
|
3703
|
-
"name": "
|
|
3704
|
-
}
|
|
3714
|
+
"name": "zoom-out"
|
|
3715
|
+
}
|
|
3716
|
+
]
|
|
3717
|
+
},
|
|
3718
|
+
{
|
|
3719
|
+
"name": "overflow",
|
|
3720
|
+
"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",
|
|
3721
|
+
"values": [
|
|
3705
3722
|
{
|
|
3706
|
-
"name": "
|
|
3723
|
+
"name": "auto"
|
|
3707
3724
|
},
|
|
3708
3725
|
{
|
|
3709
|
-
"name": "
|
|
3726
|
+
"name": "clip"
|
|
3710
3727
|
},
|
|
3711
3728
|
{
|
|
3712
|
-
"name": "
|
|
3729
|
+
"name": "hidden"
|
|
3713
3730
|
},
|
|
3714
3731
|
{
|
|
3715
|
-
"name": "
|
|
3732
|
+
"name": "scroll"
|
|
3716
3733
|
},
|
|
3717
3734
|
{
|
|
3718
|
-
"name": "
|
|
3735
|
+
"name": "visible"
|
|
3719
3736
|
}
|
|
3720
3737
|
]
|
|
3721
3738
|
},
|
|
3722
3739
|
{
|
|
3723
|
-
"name": "
|
|
3724
|
-
"description": "The
|
|
3740
|
+
"name": "overflow-x",
|
|
3741
|
+
"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
3742
|
"values": [
|
|
3726
3743
|
{
|
|
3727
|
-
"name": "
|
|
3744
|
+
"name": "auto"
|
|
3728
3745
|
},
|
|
3729
3746
|
{
|
|
3730
|
-
"name": "
|
|
3747
|
+
"name": "clip"
|
|
3731
3748
|
},
|
|
3732
3749
|
{
|
|
3733
|
-
"name": "
|
|
3750
|
+
"name": "hidden"
|
|
3734
3751
|
},
|
|
3735
3752
|
{
|
|
3736
|
-
"name": "
|
|
3753
|
+
"name": "scroll"
|
|
3737
3754
|
},
|
|
3738
3755
|
{
|
|
3739
|
-
"name": "
|
|
3740
|
-
}
|
|
3756
|
+
"name": "visible"
|
|
3757
|
+
}
|
|
3758
|
+
]
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "overflow-y",
|
|
3762
|
+
"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",
|
|
3763
|
+
"values": [
|
|
3741
3764
|
{
|
|
3742
|
-
"name": "
|
|
3765
|
+
"name": "auto"
|
|
3743
3766
|
},
|
|
3744
3767
|
{
|
|
3745
|
-
"name": "
|
|
3768
|
+
"name": "clip"
|
|
3746
3769
|
},
|
|
3747
3770
|
{
|
|
3748
|
-
"name": "
|
|
3771
|
+
"name": "hidden"
|
|
3749
3772
|
},
|
|
3750
3773
|
{
|
|
3751
|
-
"name": "
|
|
3774
|
+
"name": "scroll"
|
|
3752
3775
|
},
|
|
3753
3776
|
{
|
|
3754
|
-
"name": "
|
|
3755
|
-
}
|
|
3777
|
+
"name": "visible"
|
|
3778
|
+
}
|
|
3779
|
+
]
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"name": "transition-timing-function",
|
|
3783
|
+
"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",
|
|
3784
|
+
"values": [
|
|
3756
3785
|
{
|
|
3757
|
-
"name": "
|
|
3786
|
+
"name": "ease"
|
|
3758
3787
|
},
|
|
3759
3788
|
{
|
|
3760
|
-
"name": "
|
|
3789
|
+
"name": "ease-in"
|
|
3761
3790
|
},
|
|
3762
3791
|
{
|
|
3763
|
-
"name": "
|
|
3792
|
+
"name": "ease-in-out"
|
|
3764
3793
|
},
|
|
3765
3794
|
{
|
|
3766
|
-
"name": "
|
|
3795
|
+
"name": "ease-out"
|
|
3767
3796
|
},
|
|
3768
3797
|
{
|
|
3769
|
-
"name": "
|
|
3798
|
+
"name": "linear"
|
|
3770
3799
|
},
|
|
3771
3800
|
{
|
|
3772
|
-
"name": "
|
|
3801
|
+
"name": "step-end"
|
|
3773
3802
|
},
|
|
3774
3803
|
{
|
|
3775
|
-
"name": "
|
|
3804
|
+
"name": "step-start"
|
|
3776
3805
|
}
|
|
3777
3806
|
]
|
|
3778
3807
|
},
|
|
3779
3808
|
{
|
|
3780
|
-
"name": "
|
|
3781
|
-
"description": "The
|
|
3809
|
+
"name": "text-decoration",
|
|
3810
|
+
"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
3811
|
"values": [
|
|
3783
3812
|
{
|
|
3784
|
-
"name": "
|
|
3813
|
+
"name": "auto"
|
|
3785
3814
|
},
|
|
3786
3815
|
{
|
|
3787
|
-
"name": "
|
|
3816
|
+
"name": "blink"
|
|
3788
3817
|
},
|
|
3789
3818
|
{
|
|
3790
|
-
"name": "
|
|
3819
|
+
"name": "dashed"
|
|
3791
3820
|
},
|
|
3792
3821
|
{
|
|
3793
|
-
"name": "
|
|
3822
|
+
"name": "dotted"
|
|
3794
3823
|
},
|
|
3795
3824
|
{
|
|
3796
|
-
"name": "
|
|
3825
|
+
"name": "double"
|
|
3797
3826
|
},
|
|
3798
3827
|
{
|
|
3799
|
-
"name": "
|
|
3828
|
+
"name": "from-font"
|
|
3800
3829
|
},
|
|
3801
3830
|
{
|
|
3802
|
-
"name": "
|
|
3831
|
+
"name": "grammar-error"
|
|
3803
3832
|
},
|
|
3804
3833
|
{
|
|
3805
|
-
"name": "
|
|
3834
|
+
"name": "line-through"
|
|
3806
3835
|
},
|
|
3807
3836
|
{
|
|
3808
|
-
"name": "
|
|
3837
|
+
"name": "none"
|
|
3809
3838
|
},
|
|
3810
3839
|
{
|
|
3811
|
-
"name": "
|
|
3840
|
+
"name": "overline"
|
|
3812
3841
|
},
|
|
3813
3842
|
{
|
|
3814
|
-
"name": "
|
|
3843
|
+
"name": "solid"
|
|
3815
3844
|
},
|
|
3816
3845
|
{
|
|
3817
|
-
"name": "
|
|
3846
|
+
"name": "spelling-error"
|
|
3818
3847
|
},
|
|
3819
3848
|
{
|
|
3820
|
-
"name": "
|
|
3849
|
+
"name": "underline"
|
|
3821
3850
|
},
|
|
3822
3851
|
{
|
|
3823
|
-
"name": "
|
|
3852
|
+
"name": "wavy"
|
|
3853
|
+
}
|
|
3854
|
+
]
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"name": "text-align",
|
|
3858
|
+
"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",
|
|
3859
|
+
"values": [
|
|
3860
|
+
{
|
|
3861
|
+
"name": "center"
|
|
3824
3862
|
},
|
|
3825
3863
|
{
|
|
3826
|
-
"name": "
|
|
3864
|
+
"name": "end"
|
|
3827
3865
|
},
|
|
3828
3866
|
{
|
|
3829
|
-
"name": "
|
|
3867
|
+
"name": "justify"
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"name": "left"
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "match-parent"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"name": "right"
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"name": "start"
|
|
3830
3880
|
}
|
|
3831
3881
|
]
|
|
3832
3882
|
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "opacity",
|
|
3885
|
+
"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`",
|
|
3886
|
+
"values": []
|
|
3887
|
+
},
|
|
3833
3888
|
{
|
|
3834
3889
|
"name": "border-width-x",
|
|
3835
3890
|
"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 +4533,63 @@
|
|
|
4478
4533
|
}
|
|
4479
4534
|
]
|
|
4480
4535
|
},
|
|
4536
|
+
{
|
|
4537
|
+
"name": "m",
|
|
4538
|
+
"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",
|
|
4539
|
+
"values": [
|
|
4540
|
+
{
|
|
4541
|
+
"name": "$2xl"
|
|
4542
|
+
},
|
|
4543
|
+
{
|
|
4544
|
+
"name": "$2xs"
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
"name": "$3xl"
|
|
4548
|
+
},
|
|
4549
|
+
{
|
|
4550
|
+
"name": "$3xs"
|
|
4551
|
+
},
|
|
4552
|
+
{
|
|
4553
|
+
"name": "$4xl"
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"name": "$4xs"
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"name": "$5xl"
|
|
4560
|
+
},
|
|
4561
|
+
{
|
|
4562
|
+
"name": "$6xl"
|
|
4563
|
+
},
|
|
4564
|
+
{
|
|
4565
|
+
"name": "$7xl"
|
|
4566
|
+
},
|
|
4567
|
+
{
|
|
4568
|
+
"name": "$8xl"
|
|
4569
|
+
},
|
|
4570
|
+
{
|
|
4571
|
+
"name": "$auto"
|
|
4572
|
+
},
|
|
4573
|
+
{
|
|
4574
|
+
"name": "$lg"
|
|
4575
|
+
},
|
|
4576
|
+
{
|
|
4577
|
+
"name": "$md"
|
|
4578
|
+
},
|
|
4579
|
+
{
|
|
4580
|
+
"name": "$none"
|
|
4581
|
+
},
|
|
4582
|
+
{
|
|
4583
|
+
"name": "$s"
|
|
4584
|
+
},
|
|
4585
|
+
{
|
|
4586
|
+
"name": "$xl"
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"name": "$xs"
|
|
4590
|
+
}
|
|
4591
|
+
]
|
|
4592
|
+
},
|
|
4481
4593
|
{
|
|
4482
4594
|
"name": "mr",
|
|
4483
4595
|
"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 +4948,11 @@
|
|
|
4836
4948
|
"description": "Sets the indicated tab as current active tab.\nCan be used to change the active tab from outside of the component",
|
|
4837
4949
|
"type": "number"
|
|
4838
4950
|
},
|
|
4951
|
+
{
|
|
4952
|
+
"name": "underlined",
|
|
4953
|
+
"description": "Determines whether the tabs should have an underline style.",
|
|
4954
|
+
"type": "boolean"
|
|
4955
|
+
},
|
|
4839
4956
|
{
|
|
4840
4957
|
"name": "position",
|
|
4841
4958
|
"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 +4974,66 @@
|
|
|
4857
4974
|
"name": "full",
|
|
4858
4975
|
"description": "Determines whether the tabs should occupy the full width of their container.",
|
|
4859
4976
|
"type": "boolean"
|
|
4977
|
+
}
|
|
4978
|
+
]
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"name": "rarui-card",
|
|
4982
|
+
"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.",
|
|
4983
|
+
"attributes": [
|
|
4984
|
+
{
|
|
4985
|
+
"name": "padding",
|
|
4986
|
+
"description": "Specifies the padding inside the card.\nThis prop accepts one of the following values: \"none\" or \"base\".\n\n- base\n- none",
|
|
4987
|
+
"type": "string",
|
|
4988
|
+
"values": [
|
|
4989
|
+
{
|
|
4990
|
+
"name": "base",
|
|
4991
|
+
"description": "(default)"
|
|
4992
|
+
},
|
|
4993
|
+
{
|
|
4994
|
+
"name": "none"
|
|
4995
|
+
}
|
|
4996
|
+
]
|
|
4860
4997
|
},
|
|
4861
4998
|
{
|
|
4862
|
-
"name": "
|
|
4863
|
-
"description": "
|
|
4864
|
-
"
|
|
4999
|
+
"name": "background-color",
|
|
5000
|
+
"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",
|
|
5001
|
+
"values": [
|
|
5002
|
+
{
|
|
5003
|
+
"name": "$background"
|
|
5004
|
+
},
|
|
5005
|
+
{
|
|
5006
|
+
"name": "$primary",
|
|
5007
|
+
"description": "(default)"
|
|
5008
|
+
},
|
|
5009
|
+
{
|
|
5010
|
+
"name": "$secondary"
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"name": "$transparent"
|
|
5014
|
+
}
|
|
5015
|
+
]
|
|
5016
|
+
}
|
|
5017
|
+
]
|
|
5018
|
+
},
|
|
5019
|
+
{
|
|
5020
|
+
"name": "rarui-card-body",
|
|
5021
|
+
"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.",
|
|
5022
|
+
"attributes": []
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"name": "rarui-card-header",
|
|
5026
|
+
"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.",
|
|
5027
|
+
"attributes": [
|
|
5028
|
+
{
|
|
5029
|
+
"name": "title",
|
|
5030
|
+
"description": "The title of the card. This is typically displayed prominently in the header section.",
|
|
5031
|
+
"type": "string"
|
|
5032
|
+
},
|
|
5033
|
+
{
|
|
5034
|
+
"name": "description",
|
|
5035
|
+
"description": "The description of the card. This is typically displayed below the title in the header section.",
|
|
5036
|
+
"type": "string"
|
|
4865
5037
|
}
|
|
4866
5038
|
]
|
|
4867
5039
|
}
|