@synergy-design-system/tokens 1.0.0-main.4 → 1.0.0-main.6

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.
@@ -0,0 +1,1212 @@
1
+ {
2
+ "components": {
3
+ "alert": {
4
+ "description": {
5
+ "value": "Alerts are used to display important messages inline or as toast notifications.",
6
+ "type": "text"
7
+ },
8
+ "title": {
9
+ "value": "Alert",
10
+ "type": "text"
11
+ }
12
+ },
13
+ "animated-image": {
14
+ "description": {
15
+ "value": "A component for displaying animated GIFs and WEBPs that play and pause on interaction.",
16
+ "type": "text"
17
+ },
18
+ "title": {
19
+ "value": "Animated Image",
20
+ "type": "text"
21
+ }
22
+ },
23
+ "animation": {
24
+ "description": {
25
+ "value": "Animate elements declaratively with nearly 100 baked-in presets, or roll your own with custom keyframes.",
26
+ "type": "text"
27
+ },
28
+ "title": {
29
+ "value": "Animation",
30
+ "type": "text"
31
+ }
32
+ },
33
+ "avatar": {
34
+ "description": {
35
+ "value": "Avatars are used to represent a person or object.",
36
+ "type": "text"
37
+ },
38
+ "title": {
39
+ "value": "Avatar",
40
+ "type": "text"
41
+ }
42
+ },
43
+ "badge": {
44
+ "description": {
45
+ "value": "Badges are used to draw attention and display statuses or counts.",
46
+ "type": "text"
47
+ },
48
+ "title": {
49
+ "value": "Badge",
50
+ "type": "text"
51
+ }
52
+ },
53
+ "breadcrumb-item": {
54
+ "description": {
55
+ "value": "Breadcrumb Items are used inside breadcrumbs to represent different links.",
56
+ "type": "text"
57
+ },
58
+ "title": {
59
+ "value": "Breadcrumb Item",
60
+ "type": "text"
61
+ }
62
+ },
63
+ "breadcrumb": {
64
+ "description": {
65
+ "value": "Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy.",
66
+ "type": "text"
67
+ },
68
+ "title": {
69
+ "value": "Breadcrumb",
70
+ "type": "text"
71
+ }
72
+ },
73
+ "button": {
74
+ "default": {
75
+ "description": {
76
+ "value": "Buttons represent actions that are available to the user.",
77
+ "type": "text"
78
+ },
79
+ "title": {
80
+ "value": "Button",
81
+ "type": "text"
82
+ }
83
+ },
84
+ "variant": {
85
+ "title": {
86
+ "value": "Variants",
87
+ "type": "text"
88
+ },
89
+ "description": {
90
+ "value": "Use the variant attribute to set the button’s variant. Variants can be default, Outline and Text Buttons. Use the outline attribute to draw outlined buttons with transparent backgrounds. Use the text variant to create text buttons that share the same size as regular buttons but don’t have backgrounds or borders.",
91
+ "type": "text"
92
+ }
93
+ },
94
+ "size": {
95
+ "title": {
96
+ "value": "Sizes",
97
+ "type": "text"
98
+ },
99
+ "description": {
100
+ "value": "Use the size attribute to change a button’s size.",
101
+ "type": "text"
102
+ }
103
+ },
104
+ "link": {
105
+ "title": {
106
+ "value": "Link Buttons",
107
+ "type": "text"
108
+ },
109
+ "description": {
110
+ "value": "It’s often helpful to have a button that works like a link. This is possible by setting the href attribute, which will make the component render an <a> under the hood. This gives you all the default link behavior the browser provides (e.g. CMD/CTRL/SHIFT + CLICK) and exposes the target and download attributes.",
111
+ "type": "text"
112
+ }
113
+ },
114
+ "width": {
115
+ "title": {
116
+ "value": "Setting a Custom Width",
117
+ "type": "text"
118
+ },
119
+ "desciption": {
120
+ "value": "As expected, buttons can be given a custom width by setting the width attribute. This is useful for making buttons span the full width of their container on smaller screens.",
121
+ "type": "text"
122
+ }
123
+ },
124
+ "prefix-suffix": {
125
+ "title": {
126
+ "value": "Prefix and Suffix Icons.",
127
+ "type": "text"
128
+ },
129
+ "description": {
130
+ "value": "Use the prefix and suffix slots to add icons.",
131
+ "type": "text"
132
+ }
133
+ },
134
+ "caret": {
135
+ "title": {
136
+ "value": "Caret",
137
+ "type": "text"
138
+ },
139
+ "description": {
140
+ "value": "Use the caret attribute to add a dropdown indicator when a button will trigger a dropdown, menu, or popover.",
141
+ "type": "text"
142
+ }
143
+ },
144
+ "loading": {
145
+ "title": {
146
+ "value": "Loading",
147
+ "type": "text"
148
+ },
149
+ "description": {
150
+ "value": "Use the loading attribute to make a button busy. The width will remain the same as before, preventing adjacent elements from moving around. Clicks will be suppressed until the loading state is removed.",
151
+ "type": "text"
152
+ }
153
+ },
154
+ "disabled": {
155
+ "title": {
156
+ "value": "Disabled",
157
+ "type": "text"
158
+ },
159
+ "description": {
160
+ "value": "Use the disabled attribute to disable a button.",
161
+ "type": "text"
162
+ }
163
+ }
164
+ },
165
+ "button-group": {
166
+ "description": {
167
+ "value": "Button groups can be used to group related buttons into sections.",
168
+ "type": "text"
169
+ },
170
+ "title": {
171
+ "value": "Button Group",
172
+ "type": "text"
173
+ }
174
+ },
175
+ "card": {
176
+ "description": {
177
+ "value": "Cards can be used to group related subjects in a container.",
178
+ "type": "text"
179
+ },
180
+ "title": {
181
+ "value": "Card",
182
+ "type": "text"
183
+ }
184
+ },
185
+ "carousel-item": {
186
+ "description": {
187
+ "value": "A carousel item represent a slide within a carousel.",
188
+ "type": "text"
189
+ },
190
+ "title": {
191
+ "value": "Carousel Item",
192
+ "type": "text"
193
+ }
194
+ },
195
+ "carousel": {
196
+ "description": {
197
+ "value": "Carousels display an arbitrary number of content slides along a horizontal or vertical axis.",
198
+ "type": "text"
199
+ },
200
+ "title": {
201
+ "value": "Carousel",
202
+ "type": "text"
203
+ }
204
+ },
205
+ "checkbox": {
206
+ "description": {
207
+ "value": "Checkboxes allow the user to toggle an option on or off.",
208
+ "type": "text"
209
+ },
210
+ "title": {
211
+ "value": "Checkbox",
212
+ "type": "text"
213
+ }
214
+ },
215
+ "color-picker": {
216
+ "description": {
217
+ "value": "Color pickers allow the user to select a color.",
218
+ "type": "text"
219
+ },
220
+ "title": {
221
+ "value": "Color Picker",
222
+ "type": "text"
223
+ }
224
+ },
225
+ "copy-button": {
226
+ "description": {
227
+ "value": "Copies data to the clipboard when the user clicks the button.",
228
+ "type": "text"
229
+ },
230
+ "title": {
231
+ "value": "Copy Button",
232
+ "type": "text"
233
+ }
234
+ },
235
+ "details": {
236
+ "description": {
237
+ "value": "Details show a brief summary and expand to show additional content.",
238
+ "type": "text"
239
+ },
240
+ "title": {
241
+ "value": "Details",
242
+ "type": "text"
243
+ }
244
+ },
245
+ "dialog": {
246
+ "description": {
247
+ "value": "Dialogs, sometimes called \"modals\", appear above the page and require the user's immediate attention.",
248
+ "type": "text"
249
+ },
250
+ "title": {
251
+ "value": "Dialog",
252
+ "type": "text"
253
+ }
254
+ },
255
+ "divider": {
256
+ "description": {
257
+ "value": "Dividers are used to visually separate or group elements.",
258
+ "type": "text"
259
+ },
260
+ "title": {
261
+ "value": "Divider",
262
+ "type": "text"
263
+ }
264
+ },
265
+ "drawer": {
266
+ "description": {
267
+ "value": "Drawers slide in from a container to expose additional options and information.",
268
+ "type": "text"
269
+ },
270
+ "title": {
271
+ "value": "Drawer",
272
+ "type": "text"
273
+ }
274
+ },
275
+ "dropdown": {
276
+ "description": {
277
+ "value": "Dropdowns expose additional content that \"drops down\" in a panel.",
278
+ "type": "text"
279
+ },
280
+ "title": {
281
+ "value": "Dropdown",
282
+ "type": "text"
283
+ }
284
+ },
285
+ "format-bytes": {
286
+ "description": {
287
+ "value": "Formats a number as a human readable bytes value.",
288
+ "type": "text"
289
+ },
290
+ "title": {
291
+ "value": "Format Bytes",
292
+ "type": "text"
293
+ }
294
+ },
295
+ "format-date": {
296
+ "description": {
297
+ "value": "Formats a date/time using the specified locale and options.",
298
+ "type": "text"
299
+ },
300
+ "title": {
301
+ "value": "Format Date",
302
+ "type": "text"
303
+ }
304
+ },
305
+ "format-number": {
306
+ "description": {
307
+ "value": "Formats a number using the specified locale and options.",
308
+ "type": "text"
309
+ },
310
+ "title": {
311
+ "value": "Format Number",
312
+ "type": "text"
313
+ }
314
+ },
315
+ "icon-button": {
316
+ "description": {
317
+ "value": "Icons buttons are simple, icon-only buttons that can be used for actions and in toolbars.",
318
+ "type": "text"
319
+ },
320
+ "title": {
321
+ "value": "Icon Button",
322
+ "type": "text"
323
+ }
324
+ },
325
+ "icon": {
326
+ "description": {
327
+ "value": "Icons are symbols that can be used to represent various options within an application.",
328
+ "type": "text"
329
+ },
330
+ "title": {
331
+ "value": "Icon",
332
+ "type": "text"
333
+ }
334
+ },
335
+ "image-comparer": {
336
+ "description": {
337
+ "value": "Compare visual differences between similar photos with a sliding panel.",
338
+ "type": "text"
339
+ },
340
+ "title": {
341
+ "value": "Image Comparer",
342
+ "type": "text"
343
+ }
344
+ },
345
+ "include": {
346
+ "description": {
347
+ "value": "Includes give you the power to embed external HTML files into the page.",
348
+ "type": "text"
349
+ },
350
+ "title": {
351
+ "value": "Include",
352
+ "type": "text"
353
+ }
354
+ },
355
+ "input": {
356
+ "default": {
357
+ "description": {
358
+ "value": "Inputs collect data from the user.",
359
+ "type": "text"
360
+ },
361
+ "title": {
362
+ "value": "Input",
363
+ "type": "text"
364
+ }
365
+ },
366
+ "label": {
367
+ "title": {
368
+ "value": "Labels",
369
+ "type": "text"
370
+ },
371
+ "description": {
372
+ "value": "Use the label attribute to give the input an accessible label. For labels that contain HTML, use the label slot instead.",
373
+ "type": "text"
374
+ }
375
+ },
376
+ "help-text": {
377
+ "title": {
378
+ "value": "help-text",
379
+ "type": "text"
380
+ },
381
+ "description": {
382
+ "value": "Add descriptive help text to an input with the help-text attribute. For help texts that contain HTML, use the help-text slot instead.",
383
+ "type": "text"
384
+ }
385
+ },
386
+ "placeholder": {
387
+ "title": {
388
+ "value": "Placeholder",
389
+ "type": "text"
390
+ },
391
+ "description": {
392
+ "value": "Use the placeholder attribute to add a placeholder.",
393
+ "type": "text"
394
+ }
395
+ },
396
+ "clearable": {
397
+ "title": {
398
+ "value": "Clearable",
399
+ "type": "text"
400
+ },
401
+ "description": {
402
+ "value": "Add the clearable attribute to add a clear button when the input has content.",
403
+ "type": "text"
404
+ }
405
+ },
406
+ "password-toggle": {
407
+ "title": {
408
+ "value": "Toggle Password",
409
+ "type": "text"
410
+ },
411
+ "description": {
412
+ "value": "Add the password-toggle attribute to add a toggle button that will show the password when activated.",
413
+ "type": "text"
414
+ }
415
+ },
416
+ "filled": {
417
+ "title": {
418
+ "value": "Filled Inputs",
419
+ "type": "text"
420
+ },
421
+ "description": {
422
+ "value": "Add the filled attribute to draw a (pre-)filled input.",
423
+ "type": "text"
424
+ }
425
+ },
426
+ "disabled": {
427
+ "title": {
428
+ "value": "Disabled",
429
+ "type": "text"
430
+ },
431
+ "description": {
432
+ "value": "Use the disabled attribute to disable an input.",
433
+ "type": "text"
434
+ }
435
+ },
436
+ "size": {
437
+ "title": {
438
+ "value": "Sizes",
439
+ "type": "text"
440
+ },
441
+ "description": {
442
+ "value": "Use the size attribute to change an input's size.",
443
+ "type": "text"
444
+ }
445
+ },
446
+ "prefix-suffix": {
447
+ "title": {
448
+ "value": "Prefix Suffix Icons",
449
+ "type": "text"
450
+ },
451
+ "description": {
452
+ "value": "Use the prefix and suffix slots to add icons.",
453
+ "type": "text"
454
+ }
455
+ }
456
+ },
457
+ "menu-item": {
458
+ "description": {
459
+ "value": "Menu items provide options for the user to pick from in a menu.",
460
+ "type": "text"
461
+ },
462
+ "title": {
463
+ "value": "Menu Item",
464
+ "type": "text"
465
+ }
466
+ },
467
+ "menu-label": {
468
+ "description": {
469
+ "value": "Menu labels are used to describe a group of menu items.",
470
+ "type": "text"
471
+ },
472
+ "title": {
473
+ "value": "Menu Label",
474
+ "type": "text"
475
+ }
476
+ },
477
+ "menu": {
478
+ "description": {
479
+ "value": "Menus provide a list of options for the user to choose from.",
480
+ "type": "text"
481
+ },
482
+ "title": {
483
+ "value": "Menu",
484
+ "type": "text"
485
+ }
486
+ },
487
+ "mutation-observer": {
488
+ "description": {
489
+ "value": "The Mutation Observer component offers a thin, declarative interface to the MutationObserver API.",
490
+ "type": "text"
491
+ },
492
+ "title": {
493
+ "value": "Mutation Observer",
494
+ "type": "text"
495
+ }
496
+ },
497
+ "option": {
498
+ "description": {
499
+ "value": "Options define the selectable items within various form controls such as select.",
500
+ "type": "text"
501
+ },
502
+ "title": {
503
+ "value": "Option",
504
+ "type": "text"
505
+ }
506
+ },
507
+ "popup": {
508
+ "description": {
509
+ "value": "Popup is a utility that lets you declaratively anchor \"popup\" containers to another element.",
510
+ "type": "text"
511
+ },
512
+ "title": {
513
+ "value": "Popup",
514
+ "type": "text"
515
+ }
516
+ },
517
+ "progress-bar": {
518
+ "description": {
519
+ "value": "Progress bars are used to show the status of an ongoing operation.",
520
+ "type": "text"
521
+ },
522
+ "title": {
523
+ "value": "Progress Bar",
524
+ "type": "text"
525
+ }
526
+ },
527
+ "progress-ring": {
528
+ "description": {
529
+ "value": "Progress rings are used to show the progress of a determinate operation in a circular fashion.",
530
+ "type": "text"
531
+ },
532
+ "title": {
533
+ "value": "Progress Ring",
534
+ "type": "text"
535
+ }
536
+ },
537
+ "qr-code": {
538
+ "description": {
539
+ "value": "Generates a QR code and renders it using the Canvas API.",
540
+ "type": "text"
541
+ },
542
+ "title": {
543
+ "value": "QR Code",
544
+ "type": "text"
545
+ }
546
+ },
547
+ "radio-button": {
548
+ "description": {
549
+ "value": "Radios buttons allow the user to select a single option from a group using a button-like control.",
550
+ "type": "text"
551
+ },
552
+ "title": {
553
+ "value": "Radio Button",
554
+ "type": "text"
555
+ }
556
+ },
557
+ "radio-group": {
558
+ "default": {
559
+ "description": {
560
+ "value": "Radio groups are used to group multiple radios or radio buttons so they function as a single form control.",
561
+ "type": "text"
562
+ },
563
+ "title": {
564
+ "value": "Radio Group",
565
+ "type": "text"
566
+ }
567
+ },
568
+ "example": {
569
+ "title": {
570
+ "value": "Examples",
571
+ "type": "text"
572
+ },
573
+ "help-text": {
574
+ "title": {
575
+ "value": "Help Text",
576
+ "type": "text"
577
+ },
578
+ "description": {
579
+ "value": "Add descriptive help text to a radio group with the help-text attribute. For help texts that contain HTML, use the help-text slot instead.",
580
+ "type": "text"
581
+ }
582
+ },
583
+ "disabled": {
584
+ "title": {
585
+ "value": "Disabling Options",
586
+ "type": "text"
587
+ },
588
+ "description": {
589
+ "value": "Radios and radio buttons can be disabled by adding the disabled attribute to the respective options inside the radio group.",
590
+ "type": "text"
591
+ }
592
+ },
593
+ "size": {
594
+ "title": {
595
+ "value": "Sizing Options",
596
+ "type": "text"
597
+ },
598
+ "description": {
599
+ "value": "The size of Radios and Radio Buttons will be determined by the Radio Group’s size attribute.",
600
+ "type": "text"
601
+ }
602
+ },
603
+ "required": {
604
+ "title": {
605
+ "value": "Validation",
606
+ "type": "text"
607
+ },
608
+ "description": {
609
+ "value": "Setting the required attribute to make selecting an option mandatory. If a value has not been selected, it will prevent the form from submitting and display an error message.",
610
+ "type": "text"
611
+ }
612
+ },
613
+ "setCustomValidity": {
614
+ "title": {
615
+ "value": "Custom Validity",
616
+ "type": "text"
617
+ },
618
+ "description": {
619
+ "value": "Use the setCustomValidity() method to set a custom validation message. This will prevent the form from submitting and make the browser display the error message you provide. To clear the error, call this function with an empty string.",
620
+ "type": "text"
621
+ }
622
+ }
623
+ }
624
+ },
625
+ "range": {
626
+ "description": {
627
+ "value": "Ranges allow the user to select a single value within a given range using a slider.",
628
+ "type": "text"
629
+ },
630
+ "title": {
631
+ "value": "Range",
632
+ "type": "text"
633
+ }
634
+ },
635
+ "rating": {
636
+ "description": {
637
+ "value": "Ratings give users a way to quickly view and provide feedback.",
638
+ "type": "text"
639
+ },
640
+ "title": {
641
+ "value": "Rating",
642
+ "type": "text"
643
+ }
644
+ },
645
+ "relative-time": {
646
+ "description": {
647
+ "value": "Outputs a localized time phrase relative to the current date and time.",
648
+ "type": "text"
649
+ },
650
+ "title": {
651
+ "value": "Relative Time",
652
+ "type": "text"
653
+ }
654
+ },
655
+ "resize-observer": {
656
+ "description": {
657
+ "value": "The Resize Observer component offers a thin, declarative interface to the ResizeObserver API.",
658
+ "type": "text"
659
+ },
660
+ "title": {
661
+ "value": "Resize Observer",
662
+ "type": "text"
663
+ }
664
+ },
665
+ "select": {
666
+ "description": {
667
+ "value": "Selects allow you to choose items from a menu of predefined options.",
668
+ "type": "text"
669
+ },
670
+ "title": {
671
+ "value": "Select",
672
+ "type": "text"
673
+ }
674
+ },
675
+ "skeleton": {
676
+ "description": {
677
+ "value": "Skeletons are used to provide a visual representation of where content will eventually be drawn.",
678
+ "type": "text"
679
+ },
680
+ "title": {
681
+ "value": "Skeleton",
682
+ "type": "text"
683
+ }
684
+ },
685
+ "spinner": {
686
+ "description": {
687
+ "value": "Spinners are used to show the progress of an indeterminate operation.",
688
+ "type": "text"
689
+ },
690
+ "title": {
691
+ "value": "Spinner",
692
+ "type": "text"
693
+ }
694
+ },
695
+ "split-panel": {
696
+ "description": {
697
+ "value": "Split panels display two adjacent panels, allowing the user to reposition them.",
698
+ "type": "text"
699
+ },
700
+ "title": {
701
+ "value": "Split Panel",
702
+ "type": "text"
703
+ }
704
+ },
705
+ "switch": {
706
+ "description": {
707
+ "value": "Switches allow the user to toggle an option on or off.",
708
+ "type": "text"
709
+ },
710
+ "title": {
711
+ "value": "Switch",
712
+ "type": "text"
713
+ }
714
+ },
715
+ "tab-group": {
716
+ "description": {
717
+ "value": "Tab groups organize content into a container that shows one section at a time.",
718
+ "type": "text"
719
+ },
720
+ "title": {
721
+ "value": "Tab Group",
722
+ "type": "text"
723
+ }
724
+ },
725
+ "tab-panel": {
726
+ "description": {
727
+ "value": "Tab panels are used inside tab groups to display tabbed content.",
728
+ "type": "text"
729
+ },
730
+ "title": {
731
+ "value": "Tab Panel",
732
+ "type": "text"
733
+ }
734
+ },
735
+ "tab": {
736
+ "description": {
737
+ "value": "Tabs are used inside tab groups to represent and activate tab panels.",
738
+ "type": "text"
739
+ },
740
+ "title": {
741
+ "value": "Tab",
742
+ "type": "text"
743
+ }
744
+ },
745
+ "tag": {
746
+ "description": {
747
+ "value": "Tags are used as labels to organize things or to indicate a selection.",
748
+ "type": "text"
749
+ },
750
+ "title": {
751
+ "value": "Tag",
752
+ "type": "text"
753
+ }
754
+ },
755
+ "textarea": {
756
+ "default": {
757
+ "title": {
758
+ "value": "Textarea",
759
+ "type": "text"
760
+ },
761
+ "description": {
762
+ "value": "Textareas collect data from the user and allow multiple lines of text.",
763
+ "type": "text"
764
+ }
765
+ },
766
+ "examples": {
767
+ "title": {
768
+ "value": "Examples",
769
+ "type": "text"
770
+ },
771
+ "labels": {
772
+ "title": {
773
+ "value": "Labels",
774
+ "type": "text"
775
+ },
776
+ "description": {
777
+ "value": "Use the label attribute to give the textarea an accessible label. For labels that contain HTML, use the label slot instead.",
778
+ "type": "text"
779
+ }
780
+ },
781
+ "help-text": {
782
+ "title": {
783
+ "value": "Help Text",
784
+ "type": "text"
785
+ },
786
+ "description": {
787
+ "value": "Add descriptive help text to a textarea with the help-text attribute. For help texts that contain HTML, use the help-text slot instead.",
788
+ "type": "text"
789
+ }
790
+ },
791
+ "rows": {
792
+ "title": {
793
+ "value": "Rows",
794
+ "type": "text"
795
+ },
796
+ "description": {
797
+ "value": "Use the rows attribute to change the number of text rows that get shown.",
798
+ "type": "text"
799
+ }
800
+ },
801
+ "placeholder": {
802
+ "title": {
803
+ "value": "Placeholders",
804
+ "type": "text"
805
+ },
806
+ "description": {
807
+ "value": "Use the placeholder attribute to add a placeholder.",
808
+ "type": "text"
809
+ }
810
+ },
811
+ "filled": {
812
+ "title": {
813
+ "value": "Filled Textareas",
814
+ "type": "text"
815
+ },
816
+ "description": {
817
+ "value": "Add the filled attribute to draw a filled textarea.",
818
+ "type": "text"
819
+ }
820
+ },
821
+ "disabled": {
822
+ "title": {
823
+ "value": "Disabled",
824
+ "type": "text"
825
+ },
826
+ "description": {
827
+ "value": "Use the disabled attribute to disable a textarea.",
828
+ "type": "text"
829
+ }
830
+ },
831
+ "size": {
832
+ "title": {
833
+ "value": "Sizes",
834
+ "type": "text"
835
+ },
836
+ "description": {
837
+ "value": "Use the size attribute to change a textarea’s size.",
838
+ "type": "text"
839
+ }
840
+ },
841
+ "resize": {
842
+ "title": {
843
+ "value": "Prevent Resizing",
844
+ "type": "text"
845
+ },
846
+ "description": {
847
+ "value": "By default, textareas can be resized vertically by the user. To prevent resizing, set the resize attribute to none.",
848
+ "type": "text"
849
+ }
850
+ },
851
+ "resize-auto": {
852
+ "title": {
853
+ "value": "Expand with Content",
854
+ "type": "text"
855
+ },
856
+ "description": {
857
+ "value": "Textareas will automatically resize to expand to fit their content when resize is set to auto.",
858
+ "type": "text"
859
+ }
860
+ }
861
+ }
862
+ },
863
+ "tooltip": {
864
+ "description": {
865
+ "value": "Tooltips display additional information based on a specific action.",
866
+ "type": "text"
867
+ },
868
+ "title": {
869
+ "value": "Tooltip",
870
+ "type": "text"
871
+ }
872
+ },
873
+ "tree-item": {
874
+ "description": {
875
+ "value": "A tree item serves as a hierarchical node that lives inside a tree.",
876
+ "type": "text"
877
+ },
878
+ "title": {
879
+ "value": "Tree Item",
880
+ "type": "text"
881
+ }
882
+ },
883
+ "tree": {
884
+ "description": {
885
+ "value": "Trees allow you to display a hierarchical list of selectable tree items. Items with children can be expanded and collapsed as desired by the user.",
886
+ "type": "text"
887
+ },
888
+ "title": {
889
+ "value": "Tree",
890
+ "type": "text"
891
+ }
892
+ },
893
+ "visually-hidden": {
894
+ "description": {
895
+ "value": "The visually hidden utility makes content accessible to assistive devices without displaying it on the screen.",
896
+ "type": "text"
897
+ },
898
+ "title": {
899
+ "value": "Visually Hidden",
900
+ "type": "text"
901
+ }
902
+ },
903
+ "radio": {
904
+ "default": {
905
+ "title": {
906
+ "value": "Radio",
907
+ "type": "text"
908
+ },
909
+ "description": {
910
+ "value": "Radios allow the user to select a single option from a group. \nRadios are designed to be used with radio groups.",
911
+ "type": "text"
912
+ }
913
+ },
914
+ "examples": {
915
+ "title": {
916
+ "value": "Examples",
917
+ "type": "text"
918
+ },
919
+ "value": {
920
+ "title": {
921
+ "value": "Initial Value",
922
+ "type": "text"
923
+ },
924
+ "description": {
925
+ "value": "To set the initial value and checked state, use the value attribute on the containing radio group.",
926
+ "type": "text"
927
+ }
928
+ },
929
+ "disabled": {
930
+ "title": {
931
+ "value": "Disabled",
932
+ "type": "text"
933
+ },
934
+ "text": {
935
+ "value": "Use the disabled attribute to disable a radio.",
936
+ "type": "text"
937
+ }
938
+ },
939
+ "sizes": {
940
+ "title": {
941
+ "value": "Sizes",
942
+ "type": "text"
943
+ },
944
+ "description": {
945
+ "value": "Add the size attribute to the Radio Group to change the radios’ size.",
946
+ "type": "text"
947
+ }
948
+ }
949
+ }
950
+ }
951
+ },
952
+ "frameworks": {
953
+ "angular": {
954
+ "description": {
955
+ "value": "Tips for using Essential in your Angular app.",
956
+ "type": "text"
957
+ },
958
+ "title": {
959
+ "value": "Angular",
960
+ "type": "text"
961
+ }
962
+ },
963
+ "react": {
964
+ "description": {
965
+ "value": "Tips for using Essential in your React app.",
966
+ "type": "text"
967
+ },
968
+ "title": {
969
+ "value": "React",
970
+ "type": "text"
971
+ }
972
+ },
973
+ "vue-2": {
974
+ "description": {
975
+ "value": "Tips for using Essential in your Vue 2 app.",
976
+ "type": "text"
977
+ },
978
+ "title": {
979
+ "value": "Vue (version 2)",
980
+ "type": "text"
981
+ }
982
+ },
983
+ "vue": {
984
+ "description": {
985
+ "value": "Tips for using Essential in your Vue 3 app.",
986
+ "type": "text"
987
+ },
988
+ "title": {
989
+ "value": "Vue",
990
+ "type": "text"
991
+ }
992
+ }
993
+ },
994
+ "getting-started": {
995
+ "customizing": {
996
+ "description": {
997
+ "value": "Learn how to customize Essential through parts and custom properties.",
998
+ "type": "text"
999
+ },
1000
+ "title": {
1001
+ "value": "Customizing",
1002
+ "type": "text"
1003
+ }
1004
+ },
1005
+ "form-controls": {
1006
+ "description": {
1007
+ "value": "Some things to note about Essential and forms.",
1008
+ "type": "text"
1009
+ },
1010
+ "title": {
1011
+ "value": "Form Controls",
1012
+ "type": "text"
1013
+ }
1014
+ },
1015
+ "installation": {
1016
+ "description": {
1017
+ "value": "Choose the installation method that works best for you.",
1018
+ "type": "text"
1019
+ },
1020
+ "title": {
1021
+ "value": "Installation",
1022
+ "type": "text"
1023
+ }
1024
+ },
1025
+ "localization": {
1026
+ "description": {
1027
+ "value": "Discover how to localize Essential with minimal effort.",
1028
+ "type": "text"
1029
+ },
1030
+ "title": {
1031
+ "value": "Localization",
1032
+ "type": "text"
1033
+ }
1034
+ },
1035
+ "themes": {
1036
+ "description": {
1037
+ "value": "Everything you need to know about theming Essential.",
1038
+ "type": "text"
1039
+ },
1040
+ "title": {
1041
+ "value": "Themes",
1042
+ "type": "text"
1043
+ }
1044
+ },
1045
+ "usage": {
1046
+ "description": {
1047
+ "value": "Learn more about using custom elements.",
1048
+ "type": "text"
1049
+ },
1050
+ "title": {
1051
+ "value": "Usage",
1052
+ "type": "text"
1053
+ }
1054
+ }
1055
+ },
1056
+ "resources": {
1057
+ "accessibility": {
1058
+ "description": {
1059
+ "value": "Essential recognizes the need for all users to have undeterred access to the websites and applications that are created with it.",
1060
+ "type": "text"
1061
+ },
1062
+ "title": {
1063
+ "value": "Accessibility Commitment",
1064
+ "type": "text"
1065
+ }
1066
+ },
1067
+ "changelog": {
1068
+ "description": {
1069
+ "value": "Changes to each version of the project are documented here.",
1070
+ "type": "text"
1071
+ },
1072
+ "title": {
1073
+ "value": "Changelog",
1074
+ "type": "text"
1075
+ }
1076
+ },
1077
+ "community": {
1078
+ "description": {
1079
+ "value": "Essential has a growing community of designers and developers that are building amazing things with web components.",
1080
+ "type": "text"
1081
+ },
1082
+ "title": {
1083
+ "value": "Community",
1084
+ "type": "text"
1085
+ }
1086
+ },
1087
+ "contributing": {
1088
+ "description": {
1089
+ "value": "Essential is an open source project, meaning everyone can use it and contribute to its development.",
1090
+ "type": "text"
1091
+ },
1092
+ "title": {
1093
+ "value": "Contributing",
1094
+ "type": "text"
1095
+ }
1096
+ }
1097
+ },
1098
+ "tokens": {
1099
+ "border-radius": {
1100
+ "description": {
1101
+ "value": "Border radius tokens are used to give sharp edges a more subtle, rounded effect.",
1102
+ "type": "text"
1103
+ },
1104
+ "title": {
1105
+ "value": "Border Radius",
1106
+ "type": "text"
1107
+ }
1108
+ },
1109
+ "color": {
1110
+ "description": {
1111
+ "value": "Color tokens help maintain consistent use of color throughout your app.",
1112
+ "type": "text"
1113
+ },
1114
+ "title": {
1115
+ "value": "Color Tokens",
1116
+ "type": "text"
1117
+ }
1118
+ },
1119
+ "elevation": {
1120
+ "description": {
1121
+ "value": "Elevation tokens are used to give elements the appearance of being raised off the page.",
1122
+ "type": "text"
1123
+ },
1124
+ "title": {
1125
+ "value": "Elevation",
1126
+ "type": "text"
1127
+ }
1128
+ },
1129
+ "more": {
1130
+ "description": {
1131
+ "value": "Additional design tokens can be found here.",
1132
+ "type": "text"
1133
+ },
1134
+ "title": {
1135
+ "value": "More Design Tokens",
1136
+ "type": "text"
1137
+ }
1138
+ },
1139
+ "spacing": {
1140
+ "description": {
1141
+ "value": "Spacing tokens are used to provide consistent spacing between content in your app.",
1142
+ "type": "text"
1143
+ },
1144
+ "title": {
1145
+ "value": "Spacing Tokens",
1146
+ "type": "text"
1147
+ }
1148
+ },
1149
+ "transition": {
1150
+ "description": {
1151
+ "value": "Transition tokens are used to provide consistent transitions throughout your app.",
1152
+ "type": "text"
1153
+ },
1154
+ "title": {
1155
+ "value": "Transition Tokens",
1156
+ "type": "text"
1157
+ }
1158
+ },
1159
+ "typography": {
1160
+ "description": {
1161
+ "value": "Typography tokens are used to maintain a consistent set of font styles throughout your app.",
1162
+ "type": "text"
1163
+ },
1164
+ "title": {
1165
+ "value": "Typography",
1166
+ "type": "text"
1167
+ }
1168
+ },
1169
+ "z-index": {
1170
+ "description": {
1171
+ "value": "Z-indexes are used to stack components in a logical manner.",
1172
+ "type": "text"
1173
+ },
1174
+ "title": {
1175
+ "value": "Z-Index Tokens",
1176
+ "type": "text"
1177
+ }
1178
+ }
1179
+ },
1180
+ "tutorials": {
1181
+ "integrating-with-laravel": {
1182
+ "description": {
1183
+ "value": "This page explains how to integrate Essential with a Laravel app.",
1184
+ "type": "text"
1185
+ },
1186
+ "title": {
1187
+ "value": "Integrating with Laravel",
1188
+ "type": "text"
1189
+ }
1190
+ },
1191
+ "integrating-with-nextjs": {
1192
+ "description": {
1193
+ "value": "This page explains how to integrate Essential with a NextJS app.",
1194
+ "type": "text"
1195
+ },
1196
+ "title": {
1197
+ "value": "Integrating with NextJS",
1198
+ "type": "text"
1199
+ }
1200
+ },
1201
+ "integrating-with-rails": {
1202
+ "description": {
1203
+ "value": "This page explains how to integrate Essential with a Rails app.",
1204
+ "type": "text"
1205
+ },
1206
+ "title": {
1207
+ "value": "Integrating with Rails",
1208
+ "type": "text"
1209
+ }
1210
+ }
1211
+ }
1212
+ }