@rarui/components 1.8.0 → 1.10.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 +13 -0
- package/custom-elements.json +1259 -121
- package/dist/index.d.ts +315 -0
- package/dist/index.js +173 -112
- package/package.json +2 -1
package/custom-elements.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.9.0",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "rarui-avatar",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
{
|
|
129
129
|
"name": "type",
|
|
130
130
|
"default": "solid",
|
|
131
|
-
"description": "The **`type`** shorthand CSS property sets the line style for all four sides of an element's.\n\nThis property supports responsive values. You can pass a single value like `\"$dashed\"`.\n\
|
|
131
|
+
"description": "The **`type`** shorthand CSS property sets the line style for all four sides of an element's.\n\nThis property supports responsive values. You can pass a single value like `\"$dashed\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$dashed\",\n \"md\": \"$solid\",\n \"lg\": \"$dashed\",\n \"xl\": \"$solid\"\n}\n```\n\n- $dashed\n- $solid",
|
|
132
132
|
"values": [
|
|
133
133
|
{
|
|
134
134
|
"name": "$dashed"
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
{
|
|
142
142
|
"name": "thickness",
|
|
143
143
|
"default": "$1",
|
|
144
|
-
"description": "The **`thickness`** shorthand CSS property sets the width of an element's.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\
|
|
144
|
+
"description": "The **`thickness`** shorthand CSS property sets the width of an element's.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$1\",\n \"md\": \"$2\",\n \"lg\": \"$1\",\n \"xl\": \"$2\"\n}\n```\n\n- $1\n- $2",
|
|
145
145
|
"values": [
|
|
146
146
|
{
|
|
147
147
|
"name": "$1",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
{
|
|
156
156
|
"name": "color",
|
|
157
157
|
"default": "$divider",
|
|
158
|
-
"description": "The **`color`** CSS property sets an element's color.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\
|
|
158
|
+
"description": "The **`color`** CSS property sets an element's color.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\n Or an object like:\n \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",
|
|
159
159
|
"values": [
|
|
160
160
|
{
|
|
161
161
|
"name": "$brand"
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"attributes": [
|
|
210
210
|
{
|
|
211
211
|
"name": "color",
|
|
212
|
-
"description": "The color property sets the icon.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\
|
|
212
|
+
"description": "The color property sets the icon.\n\nThis property supports responsive values. You can pass a single value like `\"$brand\"`.\n\n Or an object like:\n \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",
|
|
213
213
|
"values": [
|
|
214
214
|
{
|
|
215
215
|
"name": "$brand"
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
274
|
"name": "cursor",
|
|
275
|
-
"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\
|
|
275
|
+
"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\n Or an object like:\n \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",
|
|
276
276
|
"values": [
|
|
277
277
|
{
|
|
278
278
|
"name": "alias"
|
|
@@ -383,6 +383,975 @@
|
|
|
383
383
|
"name": "zoom-out"
|
|
384
384
|
}
|
|
385
385
|
]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "name",
|
|
389
|
+
"description": "Name of the icon to be rendered (must be in the @rarui/icons package).\n\n- add-circle-filled\n- add-circle-outlined\n- alarm-filled\n- alarm-outlined\n- alternate-email\n- archive-all-filled\n- archive-all-outlined\n- archive-filled\n- archive-in-filled\n- archive-in-outlined\n- archive-outlined\n- arrow-alt-down\n- arrow-alt-left\n- arrow-alt-right\n- arrow-alt-up\n- arrow-circle-down-filled\n- arrow-circle-down-outlined\n- arrow-circle-up-filled\n- arrow-circle-up-outlined\n- arrow-circled-down-circle-outlined\n- arrow-circled-down-filled\n- arrow-circled-up-circle-outlined\n- arrow-direction-down-up\n- arrow-direction-left-right\n- arrow-direction-right-left\n- arrow-direction-up-down\n- arrow-directions\n- arrow-down\n- arrow-down-left\n- arrow-down-right\n- arrow-first-page\n- arrow-last-page\n- arrow-left\n- arrow-line-down\n- arrow-line-left\n- arrow-line-long-down\n- arrow-line-long-left\n- arrow-line-long-right\n- arrow-line-long-up\n- arrow-line-right\n- arrow-line-up\n- arrow-right\n- arrow-subdirectory-left\n- arrow-subdirectory-right\n- arrow-trending-down\n- arrow-trending-up\n- arrow-up\n- arrow-up-left\n- arrow-up-right\n- attachment\n- backspace\n- backspace-outlined\n- barley\n- barley-off\n- bolt-circle-filled\n- bolt-circle-outlined\n- bookmark-filled\n- bookmark-outlined\n- calendar-date-range-filled\n- calendar-date-range-outlined\n- calendar-event-filled\n- calendar-event-outlined\n- calendar-filled\n- calendar-outlined\n- camera-filled\n- camera-outlined\n- camera-shutter-filled\n- camera-shutter-outlined\n- cancel-circle-filled\n- cancel-circle-outlined\n- car-filled\n- car-outlined\n- chart-bars-filled\n- chart-bars-outlined\n- chat-bubble-filled\n- chat-bubble-outlined\n- chat-message-filled\n- chat-message-outlined\n- check\n- check-circle-filled\n- check-circle-outlined\n- check-small\n- chevron-big-down\n- chevron-big-left\n- chevron-big-right\n- chevron-big-up\n- chevron-down\n- chevron-left\n- chevron-right\n- chevron-up\n- clock-filled\n- clock-outlined\n- close\n- cloud-filled\n- cloud-outlined\n- contact-support-filled\n- contact-support-outlined\n- content-copy-filled\n- content-copy-outlined\n- content-paste-filled\n- content-paste-outlined\n- conversation-filled\n- conversation-outlined\n- copyright-filled\n- copyright-outlined\n- credit-card-filled\n- credit-card-outlined\n- danger-filled\n- danger-outlined\n- dashboard-filled\n- dashboard-outlined\n- document-filled\n- document-outlined\n- document-text-filled\n- document-text-outlined\n- download-filled\n- download-outlined\n- eco-filled\n- eco-outlined\n- edit-filled\n- edit-outlined\n- euro-symbol\n- exit-fullscreen\n- eye-filled\n- eye-off-filled\n- eye-off-outlined\n- eye-outlined\n- facebook-filled\n- facebook-outlined\n- file-copy-filled\n- file-copy-outlined\n- filter-alt-filled\n- filter-alt-outlined\n- filter-list\n- fingerprint\n- flag-filled\n- flag-outlined\n- flag-tour-filled\n- flag-tour-outlined\n- flower-filled\n- flower-outlined\n- folder-filled\n- folder-list-filled\n- folder-list-outlined\n- folder-open\n- folder-outlined\n- fruit-apple-filled\n- fruit-apple-outlined\n- fullscreen-filled\n- fullscreen-outlined\n- google\n- google-play\n- headphones-filled\n- headphones-outlined\n- heart-filled\n- heart-outlined\n- help-filled\n- help-outlined\n- history\n- home-filled\n- home-outlined\n- image-filled\n- image-outlined\n- info-circle-filled\n- info-circle-outlined\n- instagram\n- instagram-outlined\n- label-filled\n- label-important-filled\n- label-important-outlined\n- label-outlined\n- language\n- lightbulb-filled\n- lightbulb-outlined\n- link\n- linkedin-filled\n- linkedin-outlined\n- loader\n- loading\n- lock-filled\n- lock-open-filled\n- lock-open-outlined\n- lock-outlined\n- login\n- logout\n- mail-filled\n- mail-open-filled\n- mail-open-outlined\n- mail-outlined\n- menu\n- menu-large\n- microphone-filled\n- microphone-outlined\n- minus\n- money-filled\n- money-outlined\n- mood-bad\n- mood-bad-outlined\n- mood-filled\n- mood-outlined\n- more-horiz\n- more-vert\n- music-note-filled\n- music-note-outlined\n- notification-filled\n- notification-outlined\n- open-in-new\n- package\n- package-outlined\n- pause-filled\n- pause-outlined\n- pets-filled\n- pets-outlined\n- phone-call-filled\n- phone-call-outlined\n- phone-filled\n- phone-outlined\n- pin-filled\n- pin-outlined\n- play-arrow-filled\n- play-arrow-outlined\n- play-circle-filled\n- play-circle-outlined\n- plus\n- power-settings-new\n- printer-filled\n- printer-outlined\n- push-pin-filled\n- push-pin-outlined\n- receipt-filled\n- receipt-outlined\n- recycle\n- redeem\n- redo\n- refresh\n- refresh-alt\n- remove\n- remove-circle-filled\n- remove-circle-outlined\n- repeat\n- reply\n- save-alt\n- screen-outlined\n- search\n- send-filled\n- send-outlined\n- sentiment-dissatisfied-filled\n- sentiment-dissatisfied-outlined\n- sentiment-neutral-filled\n- sentiment-neutral-outlined\n- sentiment-satisfied-filled\n- sentiment-satisfied-outlined\n- sentiment-very-dissatisfied-filled\n- sentiment-very-dissatisfied-outlined\n- sentiment-very-satisfied-filled\n- sentiment-very-satisfied-outlined\n- settings-filled\n- settings-outlined\n- share-filled\n- share-outlined\n- shopping-bag-filled\n- shopping-bag-outlined\n- shopping-cart-add\n- shopping-cart-filled\n- shopping-cart-outlined\n- sprout\n- sprout-outline-outlined\n- star-filled\n- star-outlined\n- stay-primary-portrait\n- storefront\n- tag-filled\n- tag-outlined\n- textsms-filled\n- textsms-outlined\n- thumb-down-filled\n- thumb-down-outlined\n- thumb-up-filled\n- thumb-up-outlined\n- tiktok\n- toc\n- trash-filled\n- trash-outlined\n- truck-filled\n- truck-outlined\n- tune\n- twitter\n- undo\n- upload-filled\n- upload-outlined\n- user-circle-filled\n- user-circle-outlined\n- user-filled\n- user-outlined\n- user-square-filled\n- user-square-outlined\n- users-filled\n- users-outlined\n- view-grid-filled\n- view-grid-outlined\n- view-list-filled\n- view-list-outlined\n- warning-bubble-filled\n- warning-bubble-outlined\n- warning-filled\n- warning-outlined\n- whatsapp-filled\n- whatsapp-outlined\n- work-filled\n- work-outlined\n- wysiwyg-filled\n- youtube-filled\n- youtube-outlined\n- zoom-in\n- zoom-out\n\n(Required)",
|
|
390
|
+
"type": "string",
|
|
391
|
+
"values": [
|
|
392
|
+
{
|
|
393
|
+
"name": "add-circle-filled"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "add-circle-outlined"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "alarm-filled"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "alarm-outlined"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "alternate-email"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "archive-all-filled"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "archive-all-outlined"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "archive-filled"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "archive-in-filled"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "archive-in-outlined"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "archive-outlined"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "arrow-alt-down"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "arrow-alt-left"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "arrow-alt-right"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "arrow-alt-up"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"name": "arrow-circle-down-filled"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "arrow-circle-down-outlined"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "arrow-circle-up-filled"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "arrow-circle-up-outlined"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "arrow-circled-down-circle-outlined"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "arrow-circled-down-filled"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "arrow-circled-up-circle-outlined"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "arrow-direction-down-up"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "arrow-direction-left-right"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "arrow-direction-right-left"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "arrow-direction-up-down"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "arrow-directions"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "arrow-down"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "arrow-down-left"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "arrow-down-right"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "arrow-first-page"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "arrow-last-page"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "arrow-left"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"name": "arrow-line-down"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "arrow-line-left"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"name": "arrow-line-long-down"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "arrow-line-long-left"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "arrow-line-long-right"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "arrow-line-long-up"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "arrow-line-right"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "arrow-line-up"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "arrow-right"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "arrow-subdirectory-left"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "arrow-subdirectory-right"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "arrow-trending-down"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "arrow-trending-up"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"name": "arrow-up"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"name": "arrow-up-left"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "arrow-up-right"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"name": "attachment"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "backspace"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "backspace-outlined"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "barley"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "barley-off"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "bolt-circle-filled"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"name": "bolt-circle-outlined"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "bookmark-filled"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "bookmark-outlined"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "calendar-date-range-filled"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"name": "calendar-date-range-outlined"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "calendar-event-filled"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "calendar-event-outlined"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "calendar-filled"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"name": "calendar-outlined"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"name": "camera-filled"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "camera-outlined"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "camera-shutter-filled"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "camera-shutter-outlined"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"name": "cancel-circle-filled"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "cancel-circle-outlined"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"name": "car-filled"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "car-outlined"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "chart-bars-filled"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"name": "chart-bars-outlined"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "chat-bubble-filled"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "chat-bubble-outlined"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "chat-message-filled"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "chat-message-outlined"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "check"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"name": "check-circle-filled"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "check-circle-outlined"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "check-small"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "chevron-big-down"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "chevron-big-left"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "chevron-big-right"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"name": "chevron-big-up"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "chevron-down"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"name": "chevron-left"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "chevron-right"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"name": "chevron-up"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "clock-filled"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "clock-outlined"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"name": "close"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "cloud-filled"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "cloud-outlined"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "contact-support-filled"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "contact-support-outlined"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "content-copy-filled"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "content-copy-outlined"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"name": "content-paste-filled"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "content-paste-outlined"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "conversation-filled"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "conversation-outlined"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "copyright-filled"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "copyright-outlined"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "credit-card-filled"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"name": "credit-card-outlined"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "danger-filled"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "danger-outlined"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "dashboard-filled"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "dashboard-outlined"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "document-filled"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "document-outlined"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "document-text-filled"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "document-text-outlined"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "download-filled"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "download-outlined"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "eco-filled"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "eco-outlined"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"name": "edit-filled"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "edit-outlined"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "euro-symbol"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "exit-fullscreen"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "eye-filled"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "eye-off-filled"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "eye-off-outlined"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"name": "eye-outlined"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "facebook-filled"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "facebook-outlined"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "file-copy-filled"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "file-copy-outlined"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "filter-alt-filled"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "filter-alt-outlined"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "filter-list"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "fingerprint"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"name": "flag-filled"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "flag-outlined"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"name": "flag-tour-filled"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "flag-tour-outlined"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "flower-filled"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "flower-outlined"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"name": "folder-filled"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "folder-list-filled"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "folder-list-outlined"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "folder-open"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"name": "folder-outlined"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "fruit-apple-filled"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"name": "fruit-apple-outlined"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "fullscreen-filled"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "fullscreen-outlined"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "google"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"name": "google-play"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "headphones-filled"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "headphones-outlined"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "heart-filled"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"name": "heart-outlined"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "help-filled"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "help-outlined"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "history"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"name": "home-filled"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"name": "home-outlined"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "image-filled"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "image-outlined"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "info-circle-filled"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "info-circle-outlined"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "instagram"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"name": "instagram-outlined"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"name": "label-filled"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"name": "label-important-filled"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "label-important-outlined"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "label-outlined"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "language"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "lightbulb-filled"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "lightbulb-outlined"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "link"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"name": "linkedin-filled"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "linkedin-outlined"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "loader"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "loading"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "lock-filled"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"name": "lock-open-filled"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "lock-open-outlined"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"name": "lock-outlined"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "login"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "logout"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "mail-filled"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "mail-open-filled"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "mail-open-outlined"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"name": "mail-outlined"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "menu"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "menu-large"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"name": "microphone-filled"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "microphone-outlined"
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"name": "minus"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "money-filled"
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"name": "money-outlined"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "mood-bad"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "mood-bad-outlined"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"name": "mood-filled"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "mood-outlined"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "more-horiz"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"name": "more-vert"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "music-note-filled"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"name": "music-note-outlined"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "notification-filled"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "notification-outlined"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"name": "open-in-new"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "package"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "package-outlined"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "pause-filled"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "pause-outlined"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"name": "pets-filled"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "pets-outlined"
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "phone-call-filled"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "phone-call-outlined"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"name": "phone-filled"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"name": "phone-outlined"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "pin-filled"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "pin-outlined"
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "play-arrow-filled"
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"name": "play-arrow-outlined"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "play-circle-filled"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"name": "play-circle-outlined"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"name": "plus"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "power-settings-new"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "printer-filled"
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"name": "printer-outlined"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"name": "push-pin-filled"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"name": "push-pin-outlined"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "receipt-filled"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"name": "receipt-outlined"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"name": "recycle"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"name": "redeem"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "redo"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "refresh"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "refresh-alt"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "remove"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "remove-circle-filled"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "remove-circle-outlined"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "repeat"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": "reply"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"name": "save-alt"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "screen-outlined"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "search"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "send-filled"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"name": "send-outlined"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "sentiment-dissatisfied-filled"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "sentiment-dissatisfied-outlined"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"name": "sentiment-neutral-filled"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "sentiment-neutral-outlined"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"name": "sentiment-satisfied-filled"
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"name": "sentiment-satisfied-outlined"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "sentiment-very-dissatisfied-filled"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"name": "sentiment-very-dissatisfied-outlined"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "sentiment-very-satisfied-filled"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "sentiment-very-satisfied-outlined"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"name": "settings-filled"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"name": "settings-outlined"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"name": "share-filled"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"name": "share-outlined"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"name": "shopping-bag-filled"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"name": "shopping-bag-outlined"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "shopping-cart-add"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"name": "shopping-cart-filled"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"name": "shopping-cart-outlined"
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "sprout"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"name": "sprout-outline-outlined"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "star-filled"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "star-outlined"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"name": "stay-primary-portrait"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "storefront"
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"name": "tag-filled"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"name": "tag-outlined"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"name": "textsms-filled"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"name": "textsms-outlined"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"name": "thumb-down-filled"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "thumb-down-outlined"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"name": "thumb-up-filled"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"name": "thumb-up-outlined"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"name": "tiktok"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"name": "toc"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "trash-filled"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"name": "trash-outlined"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"name": "truck-filled"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "truck-outlined"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"name": "tune"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "twitter"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "undo"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"name": "upload-filled"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "upload-outlined"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"name": "user-circle-filled"
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"name": "user-circle-outlined"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"name": "user-filled"
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"name": "user-outlined"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "user-square-filled"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "user-square-outlined"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "users-filled"
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "users-outlined"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"name": "view-grid-filled"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"name": "view-grid-outlined"
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "view-list-filled"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "view-list-outlined"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "warning-bubble-filled"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "warning-bubble-outlined"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"name": "warning-filled"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "warning-outlined"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"name": "whatsapp-filled"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"name": "whatsapp-outlined"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "work-filled"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "work-outlined"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"name": "wysiwyg-filled"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"name": "youtube-filled"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"name": "youtube-outlined"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "zoom-in"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "zoom-out"
|
|
1336
|
+
}
|
|
1337
|
+
]
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"name": "size",
|
|
1341
|
+
"default": "medium",
|
|
1342
|
+
"description": "Icon size, can be 'small' |'medium' |'large' or a number.\n\n- large\n- medium\n- small",
|
|
1343
|
+
"values": [
|
|
1344
|
+
{
|
|
1345
|
+
"name": "large"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"name": "medium",
|
|
1349
|
+
"description": "(default)"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "small"
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
386
1355
|
}
|
|
387
1356
|
]
|
|
388
1357
|
},
|
|
@@ -392,7 +1361,7 @@
|
|
|
392
1361
|
"attributes": [
|
|
393
1362
|
{
|
|
394
1363
|
"name": "color",
|
|
395
|
-
"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\
|
|
1364
|
+
"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\n Or an object like:\n \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",
|
|
396
1365
|
"values": [
|
|
397
1366
|
{
|
|
398
1367
|
"name": "$brand"
|
|
@@ -456,7 +1425,7 @@
|
|
|
456
1425
|
{
|
|
457
1426
|
"name": "font-weight",
|
|
458
1427
|
"default": "$regular",
|
|
459
|
-
"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\
|
|
1428
|
+
"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\n Or an object like:\n \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",
|
|
460
1429
|
"values": [
|
|
461
1430
|
{
|
|
462
1431
|
"name": "$bold"
|
|
@@ -475,7 +1444,7 @@
|
|
|
475
1444
|
},
|
|
476
1445
|
{
|
|
477
1446
|
"name": "line-height",
|
|
478
|
-
"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\
|
|
1447
|
+
"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\n Or an object like:\n \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",
|
|
479
1448
|
"values": [
|
|
480
1449
|
{
|
|
481
1450
|
"name": "$l"
|
|
@@ -499,7 +1468,7 @@
|
|
|
499
1468
|
},
|
|
500
1469
|
{
|
|
501
1470
|
"name": "font-size",
|
|
502
|
-
"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\
|
|
1471
|
+
"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\n Or an object like:\n \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",
|
|
503
1472
|
"values": [
|
|
504
1473
|
{
|
|
505
1474
|
"name": "$l"
|
|
@@ -523,7 +1492,7 @@
|
|
|
523
1492
|
},
|
|
524
1493
|
{
|
|
525
1494
|
"name": "text-align",
|
|
526
|
-
"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\
|
|
1495
|
+
"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\n Or an object like:\n \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",
|
|
527
1496
|
"values": [
|
|
528
1497
|
{
|
|
529
1498
|
"name": "center"
|
|
@@ -550,7 +1519,7 @@
|
|
|
550
1519
|
},
|
|
551
1520
|
{
|
|
552
1521
|
"name": "word-break",
|
|
553
|
-
"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\
|
|
1522
|
+
"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\n Or an object like:\n \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",
|
|
554
1523
|
"values": [
|
|
555
1524
|
{
|
|
556
1525
|
"name": "break-all"
|
|
@@ -568,7 +1537,7 @@
|
|
|
568
1537
|
},
|
|
569
1538
|
{
|
|
570
1539
|
"name": "text-transform",
|
|
571
|
-
"description": "The **`text-transform`** CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"capitalize\"`.\n\
|
|
1540
|
+
"description": "The **`text-transform`** CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"capitalize\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"capitalize\",\n \"md\": \"full-size-kana\",\n \"lg\": \"full-width\",\n \"xl\": \"lowercase\"\n}\n```\n\n- capitalize\n- full-size-kana\n- full-width\n- lowercase\n- none\n- uppercase",
|
|
572
1541
|
"values": [
|
|
573
1542
|
{
|
|
574
1543
|
"name": "capitalize"
|
|
@@ -592,7 +1561,7 @@
|
|
|
592
1561
|
},
|
|
593
1562
|
{
|
|
594
1563
|
"name": "text-decoration",
|
|
595
|
-
"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\
|
|
1564
|
+
"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\n Or an object like:\n \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",
|
|
596
1565
|
"values": [
|
|
597
1566
|
{
|
|
598
1567
|
"name": "auto"
|
|
@@ -640,7 +1609,7 @@
|
|
|
640
1609
|
},
|
|
641
1610
|
{
|
|
642
1611
|
"name": "text-overflow",
|
|
643
|
-
"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\
|
|
1612
|
+
"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\n Or an object like:\n \n ```\n{\n \"xs\": \"clip\",\n \"md\": \"ellipsis\",\n \"lg\": \"clip\",\n \"xl\": \"ellipsis\"\n}\n```\n\n- clip\n- ellipsis",
|
|
644
1613
|
"values": [
|
|
645
1614
|
{
|
|
646
1615
|
"name": "clip"
|
|
@@ -652,7 +1621,7 @@
|
|
|
652
1621
|
},
|
|
653
1622
|
{
|
|
654
1623
|
"name": "width",
|
|
655
|
-
"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\
|
|
1624
|
+
"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\n Or an object like:\n \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",
|
|
656
1625
|
"values": [
|
|
657
1626
|
{
|
|
658
1627
|
"name": "auto"
|
|
@@ -679,7 +1648,7 @@
|
|
|
679
1648
|
},
|
|
680
1649
|
{
|
|
681
1650
|
"name": "overflow",
|
|
682
|
-
"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\
|
|
1651
|
+
"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\n Or an object like:\n \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",
|
|
683
1652
|
"values": [
|
|
684
1653
|
{
|
|
685
1654
|
"name": "auto"
|
|
@@ -700,7 +1669,7 @@
|
|
|
700
1669
|
},
|
|
701
1670
|
{
|
|
702
1671
|
"name": "white-space",
|
|
703
|
-
"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\
|
|
1672
|
+
"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\n Or an object like:\n \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",
|
|
704
1673
|
"values": [
|
|
705
1674
|
{
|
|
706
1675
|
"name": "break-spaces"
|
|
@@ -762,7 +1731,7 @@
|
|
|
762
1731
|
},
|
|
763
1732
|
{
|
|
764
1733
|
"name": "color",
|
|
765
|
-
"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\
|
|
1734
|
+
"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\n Or an object like:\n \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",
|
|
766
1735
|
"values": [
|
|
767
1736
|
{
|
|
768
1737
|
"name": "$brand"
|
|
@@ -826,7 +1795,7 @@
|
|
|
826
1795
|
{
|
|
827
1796
|
"name": "font-weight",
|
|
828
1797
|
"default": "$regular",
|
|
829
|
-
"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\
|
|
1798
|
+
"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\n Or an object like:\n \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",
|
|
830
1799
|
"values": [
|
|
831
1800
|
{
|
|
832
1801
|
"name": "$bold"
|
|
@@ -845,7 +1814,7 @@
|
|
|
845
1814
|
},
|
|
846
1815
|
{
|
|
847
1816
|
"name": "font-size",
|
|
848
|
-
"description": "The fontSize property sets the size of the title.\n\nThis property supports responsive values. You can pass a single value like `\"$hero\"`.\n\
|
|
1817
|
+
"description": "The fontSize property sets the size of the title.\n\nThis property supports responsive values. You can pass a single value like `\"$hero\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$hero\",\n \"md\": \"$l\",\n \"lg\": \"$m\",\n \"xl\": \"$s\"\n}\n```\n\n- $hero\n- $l\n- $m\n- $s\n- $xl\n- $xs",
|
|
849
1818
|
"values": [
|
|
850
1819
|
{
|
|
851
1820
|
"name": "$hero"
|
|
@@ -869,7 +1838,7 @@
|
|
|
869
1838
|
},
|
|
870
1839
|
{
|
|
871
1840
|
"name": "line-height",
|
|
872
|
-
"description": "The lineHeight property specifies the line height of the title.\n\nThis property supports responsive values. You can pass a single value like `\"$hero\"`.\n\
|
|
1841
|
+
"description": "The lineHeight property specifies the line height of the title.\n\nThis property supports responsive values. You can pass a single value like `\"$hero\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$hero\",\n \"md\": \"$l\",\n \"lg\": \"$m\",\n \"xl\": \"$s\"\n}\n```\n\n- $hero\n- $l\n- $m\n- $s\n- $xl\n- $xs",
|
|
873
1842
|
"values": [
|
|
874
1843
|
{
|
|
875
1844
|
"name": "$hero"
|
|
@@ -893,7 +1862,7 @@
|
|
|
893
1862
|
},
|
|
894
1863
|
{
|
|
895
1864
|
"name": "text-align",
|
|
896
|
-
"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\
|
|
1865
|
+
"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\n Or an object like:\n \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",
|
|
897
1866
|
"values": [
|
|
898
1867
|
{
|
|
899
1868
|
"name": "center"
|
|
@@ -920,7 +1889,7 @@
|
|
|
920
1889
|
},
|
|
921
1890
|
{
|
|
922
1891
|
"name": "text-transform",
|
|
923
|
-
"description": "The **`text-transform`** CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"capitalize\"`.\n\
|
|
1892
|
+
"description": "The **`text-transform`** CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"capitalize\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"capitalize\",\n \"md\": \"full-size-kana\",\n \"lg\": \"full-width\",\n \"xl\": \"lowercase\"\n}\n```\n\n- capitalize\n- full-size-kana\n- full-width\n- lowercase\n- none\n- uppercase",
|
|
924
1893
|
"values": [
|
|
925
1894
|
{
|
|
926
1895
|
"name": "capitalize"
|
|
@@ -944,7 +1913,7 @@
|
|
|
944
1913
|
},
|
|
945
1914
|
{
|
|
946
1915
|
"name": "text-decoration",
|
|
947
|
-
"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\
|
|
1916
|
+
"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\n Or an object like:\n \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",
|
|
948
1917
|
"values": [
|
|
949
1918
|
{
|
|
950
1919
|
"name": "auto"
|
|
@@ -1204,7 +2173,7 @@
|
|
|
1204
2173
|
},
|
|
1205
2174
|
{
|
|
1206
2175
|
"name": "width",
|
|
1207
|
-
"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\
|
|
2176
|
+
"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\n Or an object like:\n \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",
|
|
1208
2177
|
"values": [
|
|
1209
2178
|
{
|
|
1210
2179
|
"name": "auto"
|
|
@@ -1231,7 +2200,7 @@
|
|
|
1231
2200
|
},
|
|
1232
2201
|
{
|
|
1233
2202
|
"name": "height",
|
|
1234
|
-
"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\
|
|
2203
|
+
"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\n Or an object like:\n \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",
|
|
1235
2204
|
"values": [
|
|
1236
2205
|
{
|
|
1237
2206
|
"name": "auto"
|
|
@@ -1252,7 +2221,7 @@
|
|
|
1252
2221
|
},
|
|
1253
2222
|
{
|
|
1254
2223
|
"name": "max-width",
|
|
1255
|
-
"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\
|
|
2224
|
+
"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\n Or an object like:\n \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",
|
|
1256
2225
|
"values": [
|
|
1257
2226
|
{
|
|
1258
2227
|
"name": "fit-content"
|
|
@@ -1276,7 +2245,7 @@
|
|
|
1276
2245
|
},
|
|
1277
2246
|
{
|
|
1278
2247
|
"name": "max-height",
|
|
1279
|
-
"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\
|
|
2248
|
+
"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\n Or an object like:\n \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",
|
|
1280
2249
|
"values": [
|
|
1281
2250
|
{
|
|
1282
2251
|
"name": "fit-content"
|
|
@@ -1300,7 +2269,7 @@
|
|
|
1300
2269
|
},
|
|
1301
2270
|
{
|
|
1302
2271
|
"name": "min-width",
|
|
1303
|
-
"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\
|
|
2272
|
+
"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\n Or an object like:\n \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",
|
|
1304
2273
|
"values": [
|
|
1305
2274
|
{
|
|
1306
2275
|
"name": "auto"
|
|
@@ -1327,7 +2296,7 @@
|
|
|
1327
2296
|
},
|
|
1328
2297
|
{
|
|
1329
2298
|
"name": "min-height",
|
|
1330
|
-
"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\
|
|
2299
|
+
"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\n Or an object like:\n \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",
|
|
1331
2300
|
"values": [
|
|
1332
2301
|
{
|
|
1333
2302
|
"name": "auto"
|
|
@@ -1491,6 +2460,175 @@
|
|
|
1491
2460
|
}
|
|
1492
2461
|
]
|
|
1493
2462
|
},
|
|
2463
|
+
{
|
|
2464
|
+
"name": "rarui-chip",
|
|
2465
|
+
"description": "## Rarui Chip\n---\nChip component helps people enter information, make selections, filter content or trigger actions.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/button) for more details.",
|
|
2466
|
+
"attributes": [
|
|
2467
|
+
{
|
|
2468
|
+
"name": "closeable",
|
|
2469
|
+
"default": false,
|
|
2470
|
+
"description": "Displays a delete icon and adds user interaction.",
|
|
2471
|
+
"type": "boolean"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"name": "padding",
|
|
2475
|
+
"description": "The padding properties are used to generate space around an chip's content area.\n\nThis property supports responsive values. You can pass a single value like `\"$medium\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"$medium\",\n \"md\": \"$small\",\n \"lg\": \"$medium\",\n \"xl\": \"$small\"\n}\n```\n\n- $medium\n- $small",
|
|
2476
|
+
"values": [
|
|
2477
|
+
{
|
|
2478
|
+
"name": "$medium"
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"name": "$small"
|
|
2482
|
+
}
|
|
2483
|
+
]
|
|
2484
|
+
},
|
|
2485
|
+
{
|
|
2486
|
+
"name": "text-transform",
|
|
2487
|
+
"description": "The **`text-transform`** CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.\n\n\n**Initial value**: `none`\n\nThis property supports responsive values. You can pass a single value like `\"capitalize\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"capitalize\",\n \"md\": \"full-size-kana\",\n \"lg\": \"full-width\",\n \"xl\": \"lowercase\"\n}\n```\n\n- capitalize\n- full-size-kana\n- full-width\n- lowercase\n- none\n- uppercase",
|
|
2488
|
+
"values": [
|
|
2489
|
+
{
|
|
2490
|
+
"name": "capitalize"
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"name": "full-size-kana"
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "full-width"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"name": "lowercase"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"name": "none"
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"name": "uppercase"
|
|
2506
|
+
}
|
|
2507
|
+
]
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"name": "pill",
|
|
2511
|
+
"default": false,
|
|
2512
|
+
"description": "Specifies whether the chip will be displayed in the pill shape",
|
|
2513
|
+
"type": "boolean"
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"name": "selected",
|
|
2517
|
+
"default": false,
|
|
2518
|
+
"description": "Specifies whether the chip is selected",
|
|
2519
|
+
"type": "boolean"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "size",
|
|
2523
|
+
"default": "medium",
|
|
2524
|
+
"description": "Specifies the size of the chip\n\n- medium\n- small",
|
|
2525
|
+
"type": "string",
|
|
2526
|
+
"values": [
|
|
2527
|
+
{
|
|
2528
|
+
"name": "medium",
|
|
2529
|
+
"description": "(default)"
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"name": "small"
|
|
2533
|
+
}
|
|
2534
|
+
]
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"name": "text-overflow",
|
|
2538
|
+
"default": false,
|
|
2539
|
+
"description": "Specifies whether to handle text overflow within the chip.\nWhen true, overflowing text is typically truncated with an ellipsis.",
|
|
2540
|
+
"type": "boolean"
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"name": "disabled",
|
|
2544
|
+
"default": false,
|
|
2545
|
+
"description": "Disables the chip, disallowing user interaction.",
|
|
2546
|
+
"type": "boolean"
|
|
2547
|
+
}
|
|
2548
|
+
]
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"name": "rarui-icon-button",
|
|
2552
|
+
"description": "## Rarui Icon Button\n---\nButton allows the user to perform actions, such as sending a file, advancing a form, sharing a document, or making a comment.\n\nSee [a complete document](https://rarui.rarolabs.com.br/docs/components/input/button) for more details.",
|
|
2553
|
+
"attributes": [
|
|
2554
|
+
{
|
|
2555
|
+
"name": "disabled",
|
|
2556
|
+
"default": false,
|
|
2557
|
+
"description": "Disables the button, disallowing user interaction.",
|
|
2558
|
+
"type": "boolean"
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"name": "appearance",
|
|
2562
|
+
"default": "brand",
|
|
2563
|
+
"description": "Determines the visual style of the icon button, influencing its color scheme and appearance.\n\n- brand\n- danger\n- inverted\n- neutral\n- success\n- warning",
|
|
2564
|
+
"type": "string",
|
|
2565
|
+
"values": [
|
|
2566
|
+
{
|
|
2567
|
+
"name": "brand",
|
|
2568
|
+
"description": "(default)"
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"name": "danger"
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"name": "inverted"
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"name": "neutral"
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"name": "success"
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"name": "warning"
|
|
2584
|
+
}
|
|
2585
|
+
]
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"name": "size",
|
|
2589
|
+
"default": "medium",
|
|
2590
|
+
"description": "Defines the size of the icon button component.\n\n- large\n- medium\n- small",
|
|
2591
|
+
"type": "string",
|
|
2592
|
+
"values": [
|
|
2593
|
+
{
|
|
2594
|
+
"name": "large"
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"name": "medium",
|
|
2598
|
+
"description": "(default)"
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
"name": "small"
|
|
2602
|
+
}
|
|
2603
|
+
]
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
"name": "variant",
|
|
2607
|
+
"description": "- ghost\n- outlined\n- solid\n- tonal",
|
|
2608
|
+
"type": "string",
|
|
2609
|
+
"values": [
|
|
2610
|
+
{
|
|
2611
|
+
"name": "ghost"
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
"name": "outlined"
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"name": "solid"
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"name": "tonal"
|
|
2621
|
+
}
|
|
2622
|
+
]
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"name": "rounded",
|
|
2626
|
+
"default": false,
|
|
2627
|
+
"description": "Defines if the button should have rounded edges.\n\n- `true`: The button will be rendered with completely rounded edges, useful for circular -shaped icons.\n- `false` (default): The button will have standard edges or defined by the component style.",
|
|
2628
|
+
"type": "boolean"
|
|
2629
|
+
}
|
|
2630
|
+
]
|
|
2631
|
+
},
|
|
1494
2632
|
{
|
|
1495
2633
|
"name": "rarui-radio-button",
|
|
1496
2634
|
"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.",
|
|
@@ -1573,7 +2711,7 @@
|
|
|
1573
2711
|
"attributes": [
|
|
1574
2712
|
{
|
|
1575
2713
|
"name": "background-color",
|
|
1576
|
-
"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\
|
|
2714
|
+
"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\n Or an object like:\n \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",
|
|
1577
2715
|
"values": [
|
|
1578
2716
|
{
|
|
1579
2717
|
"name": "$background"
|
|
@@ -1678,7 +2816,7 @@
|
|
|
1678
2816
|
},
|
|
1679
2817
|
{
|
|
1680
2818
|
"name": "fill",
|
|
1681
|
-
"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\
|
|
2819
|
+
"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\n Or an object like:\n \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",
|
|
1682
2820
|
"values": [
|
|
1683
2821
|
{
|
|
1684
2822
|
"name": "$background"
|
|
@@ -1786,7 +2924,7 @@
|
|
|
1786
2924
|
},
|
|
1787
2925
|
{
|
|
1788
2926
|
"name": "border-color",
|
|
1789
|
-
"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\
|
|
2927
|
+
"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\n Or an object like:\n \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",
|
|
1790
2928
|
"values": [
|
|
1791
2929
|
{
|
|
1792
2930
|
"name": "$brand"
|
|
@@ -1834,7 +2972,7 @@
|
|
|
1834
2972
|
},
|
|
1835
2973
|
{
|
|
1836
2974
|
"name": "color",
|
|
1837
|
-
"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\
|
|
2975
|
+
"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\n Or an object like:\n \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",
|
|
1838
2976
|
"values": [
|
|
1839
2977
|
{
|
|
1840
2978
|
"name": "$brand"
|
|
@@ -1897,7 +3035,7 @@
|
|
|
1897
3035
|
},
|
|
1898
3036
|
{
|
|
1899
3037
|
"name": "border-radius",
|
|
1900
|
-
"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\
|
|
3038
|
+
"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\n Or an object like:\n \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",
|
|
1901
3039
|
"values": [
|
|
1902
3040
|
{
|
|
1903
3041
|
"name": "$2xl"
|
|
@@ -1936,7 +3074,7 @@
|
|
|
1936
3074
|
},
|
|
1937
3075
|
{
|
|
1938
3076
|
"name": "border-top-left-radius",
|
|
1939
|
-
"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\
|
|
3077
|
+
"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\n Or an object like:\n \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",
|
|
1940
3078
|
"values": [
|
|
1941
3079
|
{
|
|
1942
3080
|
"name": "$2xl"
|
|
@@ -1975,7 +3113,7 @@
|
|
|
1975
3113
|
},
|
|
1976
3114
|
{
|
|
1977
3115
|
"name": "border-top-right-radius",
|
|
1978
|
-
"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\
|
|
3116
|
+
"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\n Or an object like:\n \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",
|
|
1979
3117
|
"values": [
|
|
1980
3118
|
{
|
|
1981
3119
|
"name": "$2xl"
|
|
@@ -2014,7 +3152,7 @@
|
|
|
2014
3152
|
},
|
|
2015
3153
|
{
|
|
2016
3154
|
"name": "border-bottom-left-radius",
|
|
2017
|
-
"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\
|
|
3155
|
+
"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\n Or an object like:\n \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",
|
|
2018
3156
|
"values": [
|
|
2019
3157
|
{
|
|
2020
3158
|
"name": "$2xl"
|
|
@@ -2053,7 +3191,7 @@
|
|
|
2053
3191
|
},
|
|
2054
3192
|
{
|
|
2055
3193
|
"name": "border-bottom-right-radius",
|
|
2056
|
-
"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\
|
|
3194
|
+
"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\n Or an object like:\n \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",
|
|
2057
3195
|
"values": [
|
|
2058
3196
|
{
|
|
2059
3197
|
"name": "$2xl"
|
|
@@ -2092,7 +3230,7 @@
|
|
|
2092
3230
|
},
|
|
2093
3231
|
{
|
|
2094
3232
|
"name": "border-width",
|
|
2095
|
-
"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\
|
|
3233
|
+
"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\n Or an object like:\n \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",
|
|
2096
3234
|
"values": [
|
|
2097
3235
|
{
|
|
2098
3236
|
"name": "$1"
|
|
@@ -2116,7 +3254,7 @@
|
|
|
2116
3254
|
},
|
|
2117
3255
|
{
|
|
2118
3256
|
"name": "border-top-width",
|
|
2119
|
-
"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\
|
|
3257
|
+
"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\n Or an object like:\n \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",
|
|
2120
3258
|
"values": [
|
|
2121
3259
|
{
|
|
2122
3260
|
"name": "$1"
|
|
@@ -2140,7 +3278,7 @@
|
|
|
2140
3278
|
},
|
|
2141
3279
|
{
|
|
2142
3280
|
"name": "border-bottom-width",
|
|
2143
|
-
"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\
|
|
3281
|
+
"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\n Or an object like:\n \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",
|
|
2144
3282
|
"values": [
|
|
2145
3283
|
{
|
|
2146
3284
|
"name": "$1"
|
|
@@ -2164,7 +3302,7 @@
|
|
|
2164
3302
|
},
|
|
2165
3303
|
{
|
|
2166
3304
|
"name": "border-left-width",
|
|
2167
|
-
"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\
|
|
3305
|
+
"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\n Or an object like:\n \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",
|
|
2168
3306
|
"values": [
|
|
2169
3307
|
{
|
|
2170
3308
|
"name": "$1"
|
|
@@ -2188,7 +3326,7 @@
|
|
|
2188
3326
|
},
|
|
2189
3327
|
{
|
|
2190
3328
|
"name": "border-right-width",
|
|
2191
|
-
"description": "The borderRightWidth property defines the width of the border at the right of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\
|
|
3329
|
+
"description": "The borderRightWidth property defines the width of the border at the right of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\n Or an object like:\n \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",
|
|
2192
3330
|
"values": [
|
|
2193
3331
|
{
|
|
2194
3332
|
"name": "$1"
|
|
@@ -2212,7 +3350,7 @@
|
|
|
2212
3350
|
},
|
|
2213
3351
|
{
|
|
2214
3352
|
"name": "box-shadow",
|
|
2215
|
-
"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\
|
|
3353
|
+
"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\n Or an object like:\n \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",
|
|
2216
3354
|
"values": [
|
|
2217
3355
|
{
|
|
2218
3356
|
"name": "$bottom-1"
|
|
@@ -2251,7 +3389,7 @@
|
|
|
2251
3389
|
},
|
|
2252
3390
|
{
|
|
2253
3391
|
"name": "padding",
|
|
2254
|
-
"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\
|
|
3392
|
+
"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\n Or an object like:\n \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",
|
|
2255
3393
|
"values": [
|
|
2256
3394
|
{
|
|
2257
3395
|
"name": "$2xl"
|
|
@@ -2305,7 +3443,7 @@
|
|
|
2305
3443
|
},
|
|
2306
3444
|
{
|
|
2307
3445
|
"name": "padding-top",
|
|
2308
|
-
"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\
|
|
3446
|
+
"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\n Or an object like:\n \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",
|
|
2309
3447
|
"values": [
|
|
2310
3448
|
{
|
|
2311
3449
|
"name": "$2xl"
|
|
@@ -2359,7 +3497,7 @@
|
|
|
2359
3497
|
},
|
|
2360
3498
|
{
|
|
2361
3499
|
"name": "padding-bottom",
|
|
2362
|
-
"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\
|
|
3500
|
+
"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\n Or an object like:\n \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",
|
|
2363
3501
|
"values": [
|
|
2364
3502
|
{
|
|
2365
3503
|
"name": "$2xl"
|
|
@@ -2413,7 +3551,7 @@
|
|
|
2413
3551
|
},
|
|
2414
3552
|
{
|
|
2415
3553
|
"name": "padding-left",
|
|
2416
|
-
"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\
|
|
3554
|
+
"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\n Or an object like:\n \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",
|
|
2417
3555
|
"values": [
|
|
2418
3556
|
{
|
|
2419
3557
|
"name": "$2xl"
|
|
@@ -2467,7 +3605,7 @@
|
|
|
2467
3605
|
},
|
|
2468
3606
|
{
|
|
2469
3607
|
"name": "padding-right",
|
|
2470
|
-
"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\
|
|
3608
|
+
"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\n Or an object like:\n \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
3609
|
"values": [
|
|
2472
3610
|
{
|
|
2473
3611
|
"name": "$2xl"
|
|
@@ -2521,7 +3659,7 @@
|
|
|
2521
3659
|
},
|
|
2522
3660
|
{
|
|
2523
3661
|
"name": "margin",
|
|
2524
|
-
"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\
|
|
3662
|
+
"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\n Or an object like:\n \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",
|
|
2525
3663
|
"values": [
|
|
2526
3664
|
{
|
|
2527
3665
|
"name": "$2xl"
|
|
@@ -2578,7 +3716,7 @@
|
|
|
2578
3716
|
},
|
|
2579
3717
|
{
|
|
2580
3718
|
"name": "margin-top",
|
|
2581
|
-
"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\
|
|
3719
|
+
"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\n Or an object like:\n \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",
|
|
2582
3720
|
"values": [
|
|
2583
3721
|
{
|
|
2584
3722
|
"name": "$2xl"
|
|
@@ -2635,7 +3773,7 @@
|
|
|
2635
3773
|
},
|
|
2636
3774
|
{
|
|
2637
3775
|
"name": "margin-bottom",
|
|
2638
|
-
"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\
|
|
3776
|
+
"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\n Or an object like:\n \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",
|
|
2639
3777
|
"values": [
|
|
2640
3778
|
{
|
|
2641
3779
|
"name": "$2xl"
|
|
@@ -2692,7 +3830,7 @@
|
|
|
2692
3830
|
},
|
|
2693
3831
|
{
|
|
2694
3832
|
"name": "margin-left",
|
|
2695
|
-
"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\
|
|
3833
|
+
"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\n Or an object like:\n \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",
|
|
2696
3834
|
"values": [
|
|
2697
3835
|
{
|
|
2698
3836
|
"name": "$2xl"
|
|
@@ -2749,7 +3887,7 @@
|
|
|
2749
3887
|
},
|
|
2750
3888
|
{
|
|
2751
3889
|
"name": "margin-right",
|
|
2752
|
-
"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\
|
|
3890
|
+
"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\n Or an object like:\n \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",
|
|
2753
3891
|
"values": [
|
|
2754
3892
|
{
|
|
2755
3893
|
"name": "$2xl"
|
|
@@ -2806,7 +3944,7 @@
|
|
|
2806
3944
|
},
|
|
2807
3945
|
{
|
|
2808
3946
|
"name": "gap",
|
|
2809
|
-
"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\
|
|
3947
|
+
"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\n Or an object like:\n \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",
|
|
2810
3948
|
"values": [
|
|
2811
3949
|
{
|
|
2812
3950
|
"name": "$2xl"
|
|
@@ -2860,7 +3998,7 @@
|
|
|
2860
3998
|
},
|
|
2861
3999
|
{
|
|
2862
4000
|
"name": "grid-gap",
|
|
2863
|
-
"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\
|
|
4001
|
+
"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\n Or an object like:\n \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",
|
|
2864
4002
|
"values": [
|
|
2865
4003
|
{
|
|
2866
4004
|
"name": "$2xl"
|
|
@@ -2914,7 +4052,7 @@
|
|
|
2914
4052
|
},
|
|
2915
4053
|
{
|
|
2916
4054
|
"name": "z-index",
|
|
2917
|
-
"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\
|
|
4055
|
+
"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\n Or an object like:\n \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",
|
|
2918
4056
|
"values": [
|
|
2919
4057
|
{
|
|
2920
4058
|
"name": "$100"
|
|
@@ -2948,7 +4086,7 @@
|
|
|
2948
4086
|
{
|
|
2949
4087
|
"name": "line-height",
|
|
2950
4088
|
"default": "base",
|
|
2951
|
-
"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\
|
|
4089
|
+
"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\n Or an object like:\n \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",
|
|
2952
4090
|
"values": [
|
|
2953
4091
|
{
|
|
2954
4092
|
"name": "$body-l"
|
|
@@ -3008,7 +4146,7 @@
|
|
|
3008
4146
|
},
|
|
3009
4147
|
{
|
|
3010
4148
|
"name": "font-weight",
|
|
3011
|
-
"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\
|
|
4149
|
+
"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\n Or an object like:\n \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",
|
|
3012
4150
|
"values": [
|
|
3013
4151
|
{
|
|
3014
4152
|
"name": "$bold"
|
|
@@ -3026,7 +4164,7 @@
|
|
|
3026
4164
|
},
|
|
3027
4165
|
{
|
|
3028
4166
|
"name": "font-size",
|
|
3029
|
-
"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\
|
|
4167
|
+
"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\n Or an object like:\n \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",
|
|
3030
4168
|
"values": [
|
|
3031
4169
|
{
|
|
3032
4170
|
"name": "$body-l"
|
|
@@ -3086,7 +4224,7 @@
|
|
|
3086
4224
|
},
|
|
3087
4225
|
{
|
|
3088
4226
|
"name": "font-family",
|
|
3089
|
-
"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\
|
|
4227
|
+
"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\n Or an object like:\n \n ```\n{\n \"xs\": \"$body\",\n \"md\": \"$button\",\n \"lg\": \"$heading\",\n \"xl\": \"$body\"\n}\n```\n\n- $body\n- $button\n- $heading",
|
|
3090
4228
|
"values": [
|
|
3091
4229
|
{
|
|
3092
4230
|
"name": "$body"
|
|
@@ -3101,7 +4239,7 @@
|
|
|
3101
4239
|
},
|
|
3102
4240
|
{
|
|
3103
4241
|
"name": "width",
|
|
3104
|
-
"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\
|
|
4242
|
+
"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\n Or an object like:\n \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",
|
|
3105
4243
|
"values": [
|
|
3106
4244
|
{
|
|
3107
4245
|
"name": "auto"
|
|
@@ -3128,7 +4266,7 @@
|
|
|
3128
4266
|
},
|
|
3129
4267
|
{
|
|
3130
4268
|
"name": "height",
|
|
3131
|
-
"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\
|
|
4269
|
+
"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\n Or an object like:\n \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",
|
|
3132
4270
|
"values": [
|
|
3133
4271
|
{
|
|
3134
4272
|
"name": "auto"
|
|
@@ -3149,7 +4287,7 @@
|
|
|
3149
4287
|
},
|
|
3150
4288
|
{
|
|
3151
4289
|
"name": "max-width",
|
|
3152
|
-
"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\
|
|
4290
|
+
"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\n Or an object like:\n \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",
|
|
3153
4291
|
"values": [
|
|
3154
4292
|
{
|
|
3155
4293
|
"name": "fit-content"
|
|
@@ -3173,7 +4311,7 @@
|
|
|
3173
4311
|
},
|
|
3174
4312
|
{
|
|
3175
4313
|
"name": "max-height",
|
|
3176
|
-
"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\
|
|
4314
|
+
"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\n Or an object like:\n \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",
|
|
3177
4315
|
"values": [
|
|
3178
4316
|
{
|
|
3179
4317
|
"name": "fit-content"
|
|
@@ -3197,7 +4335,7 @@
|
|
|
3197
4335
|
},
|
|
3198
4336
|
{
|
|
3199
4337
|
"name": "min-width",
|
|
3200
|
-
"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\
|
|
4338
|
+
"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\n Or an object like:\n \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",
|
|
3201
4339
|
"values": [
|
|
3202
4340
|
{
|
|
3203
4341
|
"name": "auto"
|
|
@@ -3224,7 +4362,7 @@
|
|
|
3224
4362
|
},
|
|
3225
4363
|
{
|
|
3226
4364
|
"name": "min-height",
|
|
3227
|
-
"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\
|
|
4365
|
+
"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\n Or an object like:\n \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",
|
|
3228
4366
|
"values": [
|
|
3229
4367
|
{
|
|
3230
4368
|
"name": "auto"
|
|
@@ -3268,7 +4406,7 @@
|
|
|
3268
4406
|
},
|
|
3269
4407
|
{
|
|
3270
4408
|
"name": "flex",
|
|
3271
|
-
"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\
|
|
4409
|
+
"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\n Or an object like:\n \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",
|
|
3272
4410
|
"values": [
|
|
3273
4411
|
{
|
|
3274
4412
|
"name": "auto"
|
|
@@ -3300,7 +4438,7 @@
|
|
|
3300
4438
|
},
|
|
3301
4439
|
{
|
|
3302
4440
|
"name": "grid-template-columns",
|
|
3303
|
-
"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\
|
|
4441
|
+
"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\n Or an object like:\n \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",
|
|
3304
4442
|
"values": [
|
|
3305
4443
|
{
|
|
3306
4444
|
"name": "auto"
|
|
@@ -3321,7 +4459,7 @@
|
|
|
3321
4459
|
},
|
|
3322
4460
|
{
|
|
3323
4461
|
"name": "grid-template-rows",
|
|
3324
|
-
"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\
|
|
4462
|
+
"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\n Or an object like:\n \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",
|
|
3325
4463
|
"values": [
|
|
3326
4464
|
{
|
|
3327
4465
|
"name": "auto"
|
|
@@ -3367,7 +4505,7 @@
|
|
|
3367
4505
|
},
|
|
3368
4506
|
{
|
|
3369
4507
|
"name": "transition-property",
|
|
3370
|
-
"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\
|
|
4508
|
+
"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\n Or an object like:\n \n ```\n{\n \"xs\": \"all\",\n \"md\": \"none\",\n \"lg\": \"all\",\n \"xl\": \"none\"\n}\n```\n\n- all\n- none",
|
|
3371
4509
|
"values": [
|
|
3372
4510
|
{
|
|
3373
4511
|
"name": "all"
|
|
@@ -3384,7 +4522,7 @@
|
|
|
3384
4522
|
},
|
|
3385
4523
|
{
|
|
3386
4524
|
"name": "background-position",
|
|
3387
|
-
"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\
|
|
4525
|
+
"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\n Or an object like:\n \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",
|
|
3388
4526
|
"values": [
|
|
3389
4527
|
{
|
|
3390
4528
|
"name": "bottom"
|
|
@@ -3405,7 +4543,7 @@
|
|
|
3405
4543
|
},
|
|
3406
4544
|
{
|
|
3407
4545
|
"name": "background-position-x",
|
|
3408
|
-
"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\
|
|
4546
|
+
"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\n Or an object like:\n \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",
|
|
3409
4547
|
"values": [
|
|
3410
4548
|
{
|
|
3411
4549
|
"name": "center"
|
|
@@ -3426,7 +4564,7 @@
|
|
|
3426
4564
|
},
|
|
3427
4565
|
{
|
|
3428
4566
|
"name": "background-position-y",
|
|
3429
|
-
"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\
|
|
4567
|
+
"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\n Or an object like:\n \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",
|
|
3430
4568
|
"values": [
|
|
3431
4569
|
{
|
|
3432
4570
|
"name": "bottom"
|
|
@@ -3447,7 +4585,7 @@
|
|
|
3447
4585
|
},
|
|
3448
4586
|
{
|
|
3449
4587
|
"name": "background-blend-mode",
|
|
3450
|
-
"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\
|
|
4588
|
+
"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\n Or an object like:\n \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",
|
|
3451
4589
|
"values": [
|
|
3452
4590
|
{
|
|
3453
4591
|
"name": "color"
|
|
@@ -3501,7 +4639,7 @@
|
|
|
3501
4639
|
},
|
|
3502
4640
|
{
|
|
3503
4641
|
"name": "background-repeat",
|
|
3504
|
-
"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\
|
|
4642
|
+
"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\n Or an object like:\n \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",
|
|
3505
4643
|
"values": [
|
|
3506
4644
|
{
|
|
3507
4645
|
"name": "no-repeat"
|
|
@@ -3525,7 +4663,7 @@
|
|
|
3525
4663
|
},
|
|
3526
4664
|
{
|
|
3527
4665
|
"name": "background-size",
|
|
3528
|
-
"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\
|
|
4666
|
+
"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\n Or an object like:\n \n ```\n{\n \"xs\": \"auto\",\n \"md\": \"contain\",\n \"lg\": \"cover\",\n \"xl\": \"auto\"\n}\n```\n\n- auto\n- contain\n- cover",
|
|
3529
4667
|
"values": [
|
|
3530
4668
|
{
|
|
3531
4669
|
"name": "auto"
|
|
@@ -3540,7 +4678,7 @@
|
|
|
3540
4678
|
},
|
|
3541
4679
|
{
|
|
3542
4680
|
"name": "display",
|
|
3543
|
-
"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\
|
|
4681
|
+
"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\n Or an object like:\n \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",
|
|
3544
4682
|
"values": [
|
|
3545
4683
|
{
|
|
3546
4684
|
"name": "block"
|
|
@@ -3633,7 +4771,7 @@
|
|
|
3633
4771
|
},
|
|
3634
4772
|
{
|
|
3635
4773
|
"name": "flex-direction",
|
|
3636
|
-
"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\
|
|
4774
|
+
"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\n Or an object like:\n \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",
|
|
3637
4775
|
"values": [
|
|
3638
4776
|
{
|
|
3639
4777
|
"name": "column"
|
|
@@ -3651,7 +4789,7 @@
|
|
|
3651
4789
|
},
|
|
3652
4790
|
{
|
|
3653
4791
|
"name": "flex-wrap",
|
|
3654
|
-
"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\
|
|
4792
|
+
"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\n Or an object like:\n \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",
|
|
3655
4793
|
"values": [
|
|
3656
4794
|
{
|
|
3657
4795
|
"name": "nowrap"
|
|
@@ -3666,7 +4804,7 @@
|
|
|
3666
4804
|
},
|
|
3667
4805
|
{
|
|
3668
4806
|
"name": "flex-basis",
|
|
3669
|
-
"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\
|
|
4807
|
+
"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\n Or an object like:\n \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",
|
|
3670
4808
|
"values": [
|
|
3671
4809
|
{
|
|
3672
4810
|
"name": "auto"
|
|
@@ -3690,7 +4828,7 @@
|
|
|
3690
4828
|
},
|
|
3691
4829
|
{
|
|
3692
4830
|
"name": "flex-flow",
|
|
3693
|
-
"description": "The **`flex-flow`** CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.\n\nThis property supports responsive values. You can pass a single value like `\"column\"`.\n\
|
|
4831
|
+
"description": "The **`flex-flow`** CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.\n\nThis property supports responsive values. You can pass a single value like `\"column\"`.\n\n Or an object like:\n \n ```\n{\n \"xs\": \"column\",\n \"md\": \"column-reverse\",\n \"lg\": \"nowrap\",\n \"xl\": \"row\"\n}\n```\n\n- column\n- column-reverse\n- nowrap\n- row\n- row-reverse\n- wrap\n- wrap-reverse",
|
|
3694
4832
|
"values": [
|
|
3695
4833
|
{
|
|
3696
4834
|
"name": "column"
|
|
@@ -3717,7 +4855,7 @@
|
|
|
3717
4855
|
},
|
|
3718
4856
|
{
|
|
3719
4857
|
"name": "justify-content",
|
|
3720
|
-
"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\
|
|
4858
|
+
"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\n Or an object like:\n \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",
|
|
3721
4859
|
"values": [
|
|
3722
4860
|
{
|
|
3723
4861
|
"name": "center"
|
|
@@ -3759,7 +4897,7 @@
|
|
|
3759
4897
|
},
|
|
3760
4898
|
{
|
|
3761
4899
|
"name": "justify-items",
|
|
3762
|
-
"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\
|
|
4900
|
+
"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\n Or an object like:\n \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",
|
|
3763
4901
|
"values": [
|
|
3764
4902
|
{
|
|
3765
4903
|
"name": "baseline"
|
|
@@ -3804,7 +4942,7 @@
|
|
|
3804
4942
|
},
|
|
3805
4943
|
{
|
|
3806
4944
|
"name": "align-content",
|
|
3807
|
-
"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\
|
|
4945
|
+
"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\n Or an object like:\n \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",
|
|
3808
4946
|
"values": [
|
|
3809
4947
|
{
|
|
3810
4948
|
"name": "baseline"
|
|
@@ -3843,7 +4981,7 @@
|
|
|
3843
4981
|
},
|
|
3844
4982
|
{
|
|
3845
4983
|
"name": "align-items",
|
|
3846
|
-
"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\
|
|
4984
|
+
"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\n Or an object like:\n \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",
|
|
3847
4985
|
"values": [
|
|
3848
4986
|
{
|
|
3849
4987
|
"name": "baseline"
|
|
@@ -3879,7 +5017,7 @@
|
|
|
3879
5017
|
},
|
|
3880
5018
|
{
|
|
3881
5019
|
"name": "align-self",
|
|
3882
|
-
"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\
|
|
5020
|
+
"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\n Or an object like:\n \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",
|
|
3883
5021
|
"values": [
|
|
3884
5022
|
{
|
|
3885
5023
|
"name": "auto"
|
|
@@ -3918,7 +5056,7 @@
|
|
|
3918
5056
|
},
|
|
3919
5057
|
{
|
|
3920
5058
|
"name": "pointer-events",
|
|
3921
|
-
"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\
|
|
5059
|
+
"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\n Or an object like:\n \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",
|
|
3922
5060
|
"values": [
|
|
3923
5061
|
{
|
|
3924
5062
|
"name": "all"
|
|
@@ -3957,7 +5095,7 @@
|
|
|
3957
5095
|
},
|
|
3958
5096
|
{
|
|
3959
5097
|
"name": "position",
|
|
3960
|
-
"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\
|
|
5098
|
+
"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\n Or an object like:\n \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",
|
|
3961
5099
|
"values": [
|
|
3962
5100
|
{
|
|
3963
5101
|
"name": "absolute"
|
|
@@ -3978,7 +5116,7 @@
|
|
|
3978
5116
|
},
|
|
3979
5117
|
{
|
|
3980
5118
|
"name": "border-style",
|
|
3981
|
-
"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\
|
|
5119
|
+
"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\n Or an object like:\n \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",
|
|
3982
5120
|
"values": [
|
|
3983
5121
|
{
|
|
3984
5122
|
"name": "dashed"
|
|
@@ -4014,7 +5152,7 @@
|
|
|
4014
5152
|
},
|
|
4015
5153
|
{
|
|
4016
5154
|
"name": "box-sizing",
|
|
4017
|
-
"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\
|
|
5155
|
+
"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\n Or an object like:\n \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",
|
|
4018
5156
|
"values": [
|
|
4019
5157
|
{
|
|
4020
5158
|
"name": "border-box"
|
|
@@ -4026,7 +5164,7 @@
|
|
|
4026
5164
|
},
|
|
4027
5165
|
{
|
|
4028
5166
|
"name": "cursor",
|
|
4029
|
-
"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\
|
|
5167
|
+
"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\n Or an object like:\n \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",
|
|
4030
5168
|
"values": [
|
|
4031
5169
|
{
|
|
4032
5170
|
"name": "alias"
|
|
@@ -4140,7 +5278,7 @@
|
|
|
4140
5278
|
},
|
|
4141
5279
|
{
|
|
4142
5280
|
"name": "overflow",
|
|
4143
|
-
"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\
|
|
5281
|
+
"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\n Or an object like:\n \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",
|
|
4144
5282
|
"values": [
|
|
4145
5283
|
{
|
|
4146
5284
|
"name": "auto"
|
|
@@ -4161,7 +5299,7 @@
|
|
|
4161
5299
|
},
|
|
4162
5300
|
{
|
|
4163
5301
|
"name": "overflow-x",
|
|
4164
|
-
"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\
|
|
5302
|
+
"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\n Or an object like:\n \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",
|
|
4165
5303
|
"values": [
|
|
4166
5304
|
{
|
|
4167
5305
|
"name": "auto"
|
|
@@ -4182,7 +5320,7 @@
|
|
|
4182
5320
|
},
|
|
4183
5321
|
{
|
|
4184
5322
|
"name": "overflow-y",
|
|
4185
|
-
"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\
|
|
5323
|
+
"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\n Or an object like:\n \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",
|
|
4186
5324
|
"values": [
|
|
4187
5325
|
{
|
|
4188
5326
|
"name": "auto"
|
|
@@ -4203,7 +5341,7 @@
|
|
|
4203
5341
|
},
|
|
4204
5342
|
{
|
|
4205
5343
|
"name": "transition-timing-function",
|
|
4206
|
-
"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\
|
|
5344
|
+
"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\n Or an object like:\n \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",
|
|
4207
5345
|
"values": [
|
|
4208
5346
|
{
|
|
4209
5347
|
"name": "ease"
|
|
@@ -4230,7 +5368,7 @@
|
|
|
4230
5368
|
},
|
|
4231
5369
|
{
|
|
4232
5370
|
"name": "text-decoration",
|
|
4233
|
-
"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\
|
|
5371
|
+
"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\n Or an object like:\n \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",
|
|
4234
5372
|
"values": [
|
|
4235
5373
|
{
|
|
4236
5374
|
"name": "auto"
|
|
@@ -4278,7 +5416,7 @@
|
|
|
4278
5416
|
},
|
|
4279
5417
|
{
|
|
4280
5418
|
"name": "text-align",
|
|
4281
|
-
"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\
|
|
5419
|
+
"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\n Or an object like:\n \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",
|
|
4282
5420
|
"values": [
|
|
4283
5421
|
{
|
|
4284
5422
|
"name": "center"
|
|
@@ -4310,7 +5448,7 @@
|
|
|
4310
5448
|
},
|
|
4311
5449
|
{
|
|
4312
5450
|
"name": "border-width-x",
|
|
4313
|
-
"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\
|
|
5451
|
+
"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\n Or an object like:\n \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",
|
|
4314
5452
|
"values": [
|
|
4315
5453
|
{
|
|
4316
5454
|
"name": "$1"
|
|
@@ -4334,7 +5472,7 @@
|
|
|
4334
5472
|
},
|
|
4335
5473
|
{
|
|
4336
5474
|
"name": "border-width-y",
|
|
4337
|
-
"description": "The borderWidthY shorthand property defines the width of the element's border on the top and bottom.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\
|
|
5475
|
+
"description": "The borderWidthY shorthand property defines the width of the element's border on the top and bottom.\n\nThis property supports responsive values. You can pass a single value like `\"$1\"`.\n\n Or an object like:\n \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",
|
|
4338
5476
|
"values": [
|
|
4339
5477
|
{
|
|
4340
5478
|
"name": "$1"
|
|
@@ -4358,7 +5496,7 @@
|
|
|
4358
5496
|
},
|
|
4359
5497
|
{
|
|
4360
5498
|
"name": "padding-x",
|
|
4361
|
-
"description": "The paddingX shorthand property defines the width of the left and right padding area of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\
|
|
5499
|
+
"description": "The paddingX shorthand property defines the width of the left and right padding area of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \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",
|
|
4362
5500
|
"values": [
|
|
4363
5501
|
{
|
|
4364
5502
|
"name": "$2xl"
|
|
@@ -4412,7 +5550,7 @@
|
|
|
4412
5550
|
},
|
|
4413
5551
|
{
|
|
4414
5552
|
"name": "padding-y",
|
|
4415
|
-
"description": "The paddingY pt shorthand property sets the height of the padding area at the top and bottom of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\
|
|
5553
|
+
"description": "The paddingY pt shorthand property sets the height of the padding area at the top and bottom of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \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",
|
|
4416
5554
|
"values": [
|
|
4417
5555
|
{
|
|
4418
5556
|
"name": "$2xl"
|
|
@@ -4466,7 +5604,7 @@
|
|
|
4466
5604
|
},
|
|
4467
5605
|
{
|
|
4468
5606
|
"name": "p",
|
|
4469
|
-
"description": "The p 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\
|
|
5607
|
+
"description": "The p 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\n Or an object like:\n \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",
|
|
4470
5608
|
"values": [
|
|
4471
5609
|
{
|
|
4472
5610
|
"name": "$2xl"
|
|
@@ -4520,7 +5658,7 @@
|
|
|
4520
5658
|
},
|
|
4521
5659
|
{
|
|
4522
5660
|
"name": "pl",
|
|
4523
|
-
"description": "The pl shorthand 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\
|
|
5661
|
+
"description": "The pl shorthand 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\n Or an object like:\n \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",
|
|
4524
5662
|
"values": [
|
|
4525
5663
|
{
|
|
4526
5664
|
"name": "$2xl"
|
|
@@ -4574,7 +5712,7 @@
|
|
|
4574
5712
|
},
|
|
4575
5713
|
{
|
|
4576
5714
|
"name": "pr",
|
|
4577
|
-
"description": "The pl shorthand 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\
|
|
5715
|
+
"description": "The pl shorthand 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\n Or an object like:\n \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",
|
|
4578
5716
|
"values": [
|
|
4579
5717
|
{
|
|
4580
5718
|
"name": "$2xl"
|
|
@@ -4628,7 +5766,7 @@
|
|
|
4628
5766
|
},
|
|
4629
5767
|
{
|
|
4630
5768
|
"name": "pt",
|
|
4631
|
-
"description": "The pt shorthand 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\
|
|
5769
|
+
"description": "The pt shorthand 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\n Or an object like:\n \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",
|
|
4632
5770
|
"values": [
|
|
4633
5771
|
{
|
|
4634
5772
|
"name": "$2xl"
|
|
@@ -4682,7 +5820,7 @@
|
|
|
4682
5820
|
},
|
|
4683
5821
|
{
|
|
4684
5822
|
"name": "pb",
|
|
4685
|
-
"description": "The pb shorthand property sets the height of the padding area on the botton of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\
|
|
5823
|
+
"description": "The pb shorthand property sets the height of the padding area on the botton of an box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \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",
|
|
4686
5824
|
"values": [
|
|
4687
5825
|
{
|
|
4688
5826
|
"name": "$2xl"
|
|
@@ -4736,7 +5874,7 @@
|
|
|
4736
5874
|
},
|
|
4737
5875
|
{
|
|
4738
5876
|
"name": "px",
|
|
4739
|
-
"description": "The px shorthand property defines the width of the left and right padding area of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\
|
|
5877
|
+
"description": "The px shorthand property defines the width of the left and right padding area of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \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",
|
|
4740
5878
|
"values": [
|
|
4741
5879
|
{
|
|
4742
5880
|
"name": "$2xl"
|
|
@@ -4790,7 +5928,7 @@
|
|
|
4790
5928
|
},
|
|
4791
5929
|
{
|
|
4792
5930
|
"name": "py",
|
|
4793
|
-
"description": "The py pt shorthand property sets the height of the padding area at the top and bottom of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\
|
|
5931
|
+
"description": "The py pt shorthand property sets the height of the padding area at the top and bottom of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \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",
|
|
4794
5932
|
"values": [
|
|
4795
5933
|
{
|
|
4796
5934
|
"name": "$2xl"
|
|
@@ -4844,7 +5982,7 @@
|
|
|
4844
5982
|
},
|
|
4845
5983
|
{
|
|
4846
5984
|
"name": "margin-x",
|
|
4847
|
-
"description": "The marginX property defines the margin area on the left and right side of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\
|
|
5985
|
+
"description": "The marginX property defines the margin area on the left and right side of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \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",
|
|
4848
5986
|
"values": [
|
|
4849
5987
|
{
|
|
4850
5988
|
"name": "$2xl"
|
|
@@ -4901,7 +6039,7 @@
|
|
|
4901
6039
|
},
|
|
4902
6040
|
{
|
|
4903
6041
|
"name": "margin-y",
|
|
4904
|
-
"description": "The marginY property defines the margin area on the top and bottom of a box\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\
|
|
6042
|
+
"description": "The marginY property defines the margin area on the top and bottom of a box\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \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",
|
|
4905
6043
|
"values": [
|
|
4906
6044
|
{
|
|
4907
6045
|
"name": "$2xl"
|
|
@@ -4958,7 +6096,7 @@
|
|
|
4958
6096
|
},
|
|
4959
6097
|
{
|
|
4960
6098
|
"name": "m",
|
|
4961
|
-
"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\
|
|
6099
|
+
"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\n Or an object like:\n \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",
|
|
4962
6100
|
"values": [
|
|
4963
6101
|
{
|
|
4964
6102
|
"name": "$2xl"
|
|
@@ -5015,7 +6153,7 @@
|
|
|
5015
6153
|
},
|
|
5016
6154
|
{
|
|
5017
6155
|
"name": "mr",
|
|
5018
|
-
"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\
|
|
6156
|
+
"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\n Or an object like:\n \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",
|
|
5019
6157
|
"values": [
|
|
5020
6158
|
{
|
|
5021
6159
|
"name": "$2xl"
|
|
@@ -5072,7 +6210,7 @@
|
|
|
5072
6210
|
},
|
|
5073
6211
|
{
|
|
5074
6212
|
"name": "ml",
|
|
5075
|
-
"description": "The ml 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\
|
|
6213
|
+
"description": "The ml 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\n Or an object like:\n \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",
|
|
5076
6214
|
"values": [
|
|
5077
6215
|
{
|
|
5078
6216
|
"name": "$2xl"
|
|
@@ -5129,7 +6267,7 @@
|
|
|
5129
6267
|
},
|
|
5130
6268
|
{
|
|
5131
6269
|
"name": "mt",
|
|
5132
|
-
"description": "The mt 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\
|
|
6270
|
+
"description": "The mt 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\n Or an object like:\n \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",
|
|
5133
6271
|
"values": [
|
|
5134
6272
|
{
|
|
5135
6273
|
"name": "$2xl"
|
|
@@ -5186,7 +6324,7 @@
|
|
|
5186
6324
|
},
|
|
5187
6325
|
{
|
|
5188
6326
|
"name": "mb",
|
|
5189
|
-
"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\
|
|
6327
|
+
"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\n Or an object like:\n \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",
|
|
5190
6328
|
"values": [
|
|
5191
6329
|
{
|
|
5192
6330
|
"name": "$2xl"
|
|
@@ -5243,7 +6381,7 @@
|
|
|
5243
6381
|
},
|
|
5244
6382
|
{
|
|
5245
6383
|
"name": "mx",
|
|
5246
|
-
"description": "The mx property defines the margin area on the left and right side of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\
|
|
6384
|
+
"description": "The mx property defines the margin area on the left and right side of a box.\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \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",
|
|
5247
6385
|
"values": [
|
|
5248
6386
|
{
|
|
5249
6387
|
"name": "$2xl"
|
|
@@ -5300,7 +6438,7 @@
|
|
|
5300
6438
|
},
|
|
5301
6439
|
{
|
|
5302
6440
|
"name": "my",
|
|
5303
|
-
"description": "The my property defines the margin area on the top and bottom of a box\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\
|
|
6441
|
+
"description": "The my property defines the margin area on the top and bottom of a box\n\nThis property supports responsive values. You can pass a single value like `\"$2xl\"`.\n\n Or an object like:\n \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",
|
|
5304
6442
|
"values": [
|
|
5305
6443
|
{
|
|
5306
6444
|
"name": "$2xl"
|
|
@@ -5423,7 +6561,7 @@
|
|
|
5423
6561
|
{
|
|
5424
6562
|
"name": "background-color",
|
|
5425
6563
|
"default": "$primary",
|
|
5426
|
-
"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\
|
|
6564
|
+
"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\n Or an object like:\n \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",
|
|
5427
6565
|
"values": [
|
|
5428
6566
|
{
|
|
5429
6567
|
"name": "$background"
|