@universal-material/web 3.3.17 → 3.3.18

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.
@@ -2,6 +2,95 @@
2
2
  "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
3
3
  "version": 1.1,
4
4
  "tags": [
5
+ {
6
+ "name": "u-badge",
7
+ "description": "\n---\n",
8
+ "attributes": [
9
+ {
10
+ "name": "static",
11
+ "values": []
12
+ }
13
+ ],
14
+ "references": []
15
+ },
16
+ {
17
+ "name": "u-button-field",
18
+ "description": "\n---\n",
19
+ "attributes": [
20
+ {
21
+ "name": "value",
22
+ "values": []
23
+ },
24
+ {
25
+ "name": "placeholder",
26
+ "values": []
27
+ },
28
+ {
29
+ "name": "variant",
30
+ "values": [
31
+ {
32
+ "name": "filled"
33
+ },
34
+ {
35
+ "name": "outlined"
36
+ }
37
+ ]
38
+ },
39
+ {
40
+ "name": "label",
41
+ "description": "The floating label for the field",
42
+ "values": []
43
+ },
44
+ {
45
+ "name": "counter",
46
+ "values": []
47
+ },
48
+ {
49
+ "name": "hide-counter",
50
+ "values": []
51
+ },
52
+ {
53
+ "name": "supporting-text",
54
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
55
+ "values": []
56
+ },
57
+ {
58
+ "name": "error-text",
59
+ "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
60
+ "values": []
61
+ },
62
+ {
63
+ "name": "empty",
64
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
65
+ "values": []
66
+ },
67
+ {
68
+ "name": "disabled",
69
+ "values": []
70
+ },
71
+ {
72
+ "name": "invalid",
73
+ "description": "Get or sets where or not the field is in a visually invalid state.",
74
+ "values": []
75
+ },
76
+ {
77
+ "name": "has-leading-icon",
78
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
79
+ "values": []
80
+ },
81
+ {
82
+ "name": "has-trailing-icon",
83
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
84
+ "values": []
85
+ },
86
+ {
87
+ "name": "has-error-text",
88
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
89
+ "values": []
90
+ }
91
+ ],
92
+ "references": []
93
+ },
5
94
  {
6
95
  "name": "u-top-app-bar",
7
96
  "description": "\n---\n",
@@ -67,56 +156,39 @@
67
156
  "references": []
68
157
  },
69
158
  {
70
- "name": "u-badge",
71
- "description": "\n---\n",
159
+ "name": "u-calendar",
160
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
72
161
  "attributes": [
73
162
  {
74
- "name": "static",
163
+ "name": "value",
75
164
  "values": []
76
- }
77
- ],
78
- "references": []
79
- },
80
- {
81
- "name": "u-card-content",
82
- "description": "\n---\n",
83
- "attributes": [
165
+ },
84
166
  {
85
- "name": "has-content",
167
+ "name": "dateOutsideMonth",
86
168
  "values": []
87
- }
88
- ],
89
- "references": []
90
- },
91
- {
92
- "name": "u-card-media",
93
- "description": "\n---\n",
94
- "attributes": [
169
+ },
95
170
  {
96
- "name": "wide",
171
+ "name": "locale",
97
172
  "values": []
98
173
  }
99
174
  ],
100
175
  "references": []
101
176
  },
102
177
  {
103
- "name": "u-card",
104
- "description": "\n---\n",
178
+ "name": "u-range-calendar",
179
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
105
180
  "attributes": [
106
181
  {
107
- "name": "variant",
108
- "description": "The Card variant to render.",
109
- "values": [
110
- {
111
- "name": "filled"
112
- },
113
- {
114
- "name": "elevated"
115
- },
116
- {
117
- "name": "outlined"
118
- }
119
- ]
182
+ "name": "value",
183
+ "values": []
184
+ },
185
+ {
186
+ "name": "dateOutsideMonth",
187
+ "values": []
188
+ },
189
+ {
190
+ "name": "locale",
191
+ "values": []
120
192
  }
121
193
  ],
122
194
  "references": []
@@ -498,184 +570,136 @@
498
570
  "references": []
499
571
  },
500
572
  {
501
- "name": "u-button-field",
573
+ "name": "u-card-content",
502
574
  "description": "\n---\n",
503
575
  "attributes": [
504
576
  {
505
- "name": "value",
577
+ "name": "has-content",
506
578
  "values": []
507
- },
579
+ }
580
+ ],
581
+ "references": []
582
+ },
583
+ {
584
+ "name": "u-card-media",
585
+ "description": "\n---\n",
586
+ "attributes": [
508
587
  {
509
- "name": "placeholder",
588
+ "name": "wide",
510
589
  "values": []
511
- },
590
+ }
591
+ ],
592
+ "references": []
593
+ },
594
+ {
595
+ "name": "u-card",
596
+ "description": "\n---\n",
597
+ "attributes": [
512
598
  {
513
599
  "name": "variant",
600
+ "description": "The Card variant to render.",
514
601
  "values": [
515
602
  {
516
603
  "name": "filled"
517
604
  },
605
+ {
606
+ "name": "elevated"
607
+ },
518
608
  {
519
609
  "name": "outlined"
520
610
  }
521
611
  ]
522
- },
523
- {
524
- "name": "label",
525
- "description": "The floating label for the field",
526
- "values": []
527
- },
528
- {
529
- "name": "counter",
530
- "values": []
531
- },
532
- {
533
- "name": "hide-counter",
534
- "values": []
535
- },
536
- {
537
- "name": "supporting-text",
538
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
539
- "values": []
540
- },
541
- {
542
- "name": "error-text",
543
- "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
544
- "values": []
545
- },
546
- {
547
- "name": "empty",
548
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
549
- "values": []
550
- },
551
- {
552
- "name": "disabled",
553
- "values": []
554
- },
555
- {
556
- "name": "invalid",
557
- "description": "Get or sets where or not the field is in a visually invalid state.",
558
- "values": []
559
- },
560
- {
561
- "name": "has-leading-icon",
562
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
563
- "values": []
564
- },
565
- {
566
- "name": "has-trailing-icon",
567
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
568
- "values": []
569
- },
570
- {
571
- "name": "has-error-text",
572
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
573
- "values": []
574
612
  }
575
613
  ],
576
614
  "references": []
577
615
  },
578
616
  {
579
- "name": "u-calendar",
580
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
617
+ "name": "u-chip-set",
618
+ "description": "\n---\n",
581
619
  "attributes": [
582
620
  {
583
- "name": "value",
584
- "values": []
585
- },
586
- {
587
- "name": "dateOutsideMonth",
588
- "values": []
589
- },
590
- {
591
- "name": "locale",
592
- "values": []
621
+ "name": "alignment",
622
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
623
+ "values": [
624
+ {
625
+ "name": "start"
626
+ },
627
+ {
628
+ "name": "center"
629
+ },
630
+ {
631
+ "name": "end"
632
+ }
633
+ ]
593
634
  }
594
635
  ],
595
636
  "references": []
596
637
  },
597
638
  {
598
- "name": "u-range-calendar",
599
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
639
+ "name": "u-chip",
640
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
600
641
  "attributes": [
601
642
  {
602
- "name": "value",
603
- "values": []
604
- },
605
- {
606
- "name": "dateOutsideMonth",
643
+ "name": "selected",
644
+ "description": "Whether the chip is selected or not",
607
645
  "values": []
608
646
  },
609
647
  {
610
- "name": "locale",
611
- "values": []
612
- }
613
- ],
614
- "references": []
615
- },
616
- {
617
- "name": "u-checkbox-list-item",
618
- "description": "\n---\n",
619
- "attributes": [
620
- {
621
- "name": "leading",
648
+ "name": "clickable",
622
649
  "values": []
623
650
  },
624
651
  {
625
- "name": "hide-state-layer",
652
+ "name": "elevated",
653
+ "description": "Adds elevation to the chip",
626
654
  "values": []
627
655
  },
628
656
  {
629
- "name": "indeterminate",
657
+ "name": "toggle",
658
+ "description": "When true, the chip will toggle between selected and unselected\nstates",
630
659
  "values": []
631
660
  },
632
661
  {
633
- "name": "name",
662
+ "name": "removable",
663
+ "description": "Add the remove icon",
634
664
  "values": []
635
665
  },
636
666
  {
637
- "name": "disabled",
667
+ "name": "hide-selected-icon",
668
+ "description": "Hide the selected icon",
638
669
  "values": []
639
670
  },
640
671
  {
641
- "name": "value",
642
- "description": "The element value to use in form submission when checked.",
672
+ "name": "has-leading-icon",
673
+ "description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
643
674
  "values": []
644
675
  },
645
676
  {
646
- "name": "checked",
647
- "values": []
648
- }
649
- ],
650
- "references": []
651
- },
652
- {
653
- "name": "u-checkbox",
654
- "description": "\n---\n",
655
- "attributes": [
656
- {
657
- "name": "hide-state-layer",
677
+ "name": "has-selected-icon",
678
+ "description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
658
679
  "values": []
659
680
  },
660
681
  {
661
- "name": "indeterminate",
682
+ "name": "has-trailing-icon",
683
+ "description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
662
684
  "values": []
663
685
  },
664
686
  {
665
- "name": "name",
687
+ "name": "disabled",
688
+ "description": "Whether the button is disabled or not.",
666
689
  "values": []
667
690
  },
668
691
  {
669
- "name": "disabled",
692
+ "name": "href",
693
+ "description": "The URL that the link button points to.",
670
694
  "values": []
671
695
  },
672
696
  {
673
- "name": "value",
674
- "description": "The element value to use in form submission when checked.",
697
+ "name": "target",
698
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
675
699
  "values": []
676
700
  },
677
701
  {
678
- "name": "checked",
702
+ "name": "name",
679
703
  "values": []
680
704
  }
681
705
  ],
@@ -765,113 +789,68 @@
765
789
  "references": []
766
790
  },
767
791
  {
768
- "name": "u-chip-set",
792
+ "name": "u-checkbox-list-item",
769
793
  "description": "\n---\n",
770
794
  "attributes": [
771
795
  {
772
- "name": "alignment",
773
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
774
- "values": [
775
- {
776
- "name": "start"
777
- },
778
- {
779
- "name": "center"
780
- },
781
- {
782
- "name": "end"
783
- }
784
- ]
785
- }
786
- ],
787
- "references": []
788
- },
789
- {
790
- "name": "u-chip",
791
- "description": "\n---\n\n\n### **Events:**\n - **change**",
792
- "attributes": [
793
- {
794
- "name": "selected",
795
- "description": "Whether the chip is selected or not",
796
- "values": []
797
- },
798
- {
799
- "name": "clickable",
800
- "values": []
801
- },
802
- {
803
- "name": "elevated",
804
- "description": "Adds elevation to the chip",
805
- "values": []
806
- },
807
- {
808
- "name": "toggle",
809
- "description": "When true, the chip will toggle between selected and unselected\nstates",
810
- "values": []
811
- },
812
- {
813
- "name": "removable",
814
- "description": "Add the remove icon",
815
- "values": []
816
- },
817
- {
818
- "name": "hide-selected-icon",
819
- "description": "Hide the selected icon",
820
- "values": []
821
- },
822
- {
823
- "name": "has-leading-icon",
824
- "description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
796
+ "name": "leading",
825
797
  "values": []
826
798
  },
827
799
  {
828
- "name": "has-selected-icon",
829
- "description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
800
+ "name": "hide-state-layer",
830
801
  "values": []
831
802
  },
832
803
  {
833
- "name": "has-trailing-icon",
834
- "description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
804
+ "name": "indeterminate",
835
805
  "values": []
836
806
  },
837
807
  {
838
- "name": "disabled",
839
- "description": "Whether the button is disabled or not.",
808
+ "name": "name",
840
809
  "values": []
841
810
  },
842
811
  {
843
- "name": "href",
844
- "description": "The URL that the link button points to.",
812
+ "name": "disabled",
845
813
  "values": []
846
814
  },
847
815
  {
848
- "name": "target",
849
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
816
+ "name": "value",
817
+ "description": "The element value to use in form submission when checked.",
850
818
  "values": []
851
819
  },
852
820
  {
853
- "name": "name",
821
+ "name": "checked",
854
822
  "values": []
855
823
  }
856
824
  ],
857
825
  "references": []
858
826
  },
859
827
  {
860
- "name": "u-dialog",
861
- "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
828
+ "name": "u-checkbox",
829
+ "description": "\n---\n",
862
830
  "attributes": [
863
831
  {
864
- "name": "open",
832
+ "name": "hide-state-layer",
865
833
  "values": []
866
834
  },
867
835
  {
868
- "name": "has-headline",
869
- "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
836
+ "name": "indeterminate",
870
837
  "values": []
871
838
  },
872
839
  {
873
- "name": "has-icon",
874
- "description": "Whether dialog has icon\n\n_Note:_ Readonly",
840
+ "name": "name",
841
+ "values": []
842
+ },
843
+ {
844
+ "name": "disabled",
845
+ "values": []
846
+ },
847
+ {
848
+ "name": "value",
849
+ "description": "The element value to use in form submission when checked.",
850
+ "values": []
851
+ },
852
+ {
853
+ "name": "checked",
875
854
  "values": []
876
855
  }
877
856
  ],
@@ -883,12 +862,6 @@
883
862
  "attributes": [],
884
863
  "references": []
885
864
  },
886
- {
887
- "name": "u-icon",
888
- "description": "\n---\n",
889
- "attributes": [],
890
- "references": []
891
- },
892
865
  {
893
866
  "name": "u-field",
894
867
  "description": "\n---\n",
@@ -964,18 +937,28 @@
964
937
  "references": []
965
938
  },
966
939
  {
967
- "name": "u-list-item",
968
- "description": "\n---\n",
940
+ "name": "u-dialog",
941
+ "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
969
942
  "attributes": [
970
943
  {
971
- "name": "selectable",
944
+ "name": "open",
945
+ "values": []
946
+ },
947
+ {
948
+ "name": "has-headline",
949
+ "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
950
+ "values": []
951
+ },
952
+ {
953
+ "name": "has-icon",
954
+ "description": "Whether dialog has icon\n\n_Note:_ Readonly",
972
955
  "values": []
973
956
  }
974
957
  ],
975
958
  "references": []
976
959
  },
977
960
  {
978
- "name": "u-list",
961
+ "name": "u-icon",
979
962
  "description": "\n---\n",
980
963
  "attributes": [],
981
964
  "references": []
@@ -1179,22 +1162,45 @@
1179
1162
  "references": []
1180
1163
  },
1181
1164
  {
1182
- "name": "u-circular-progress",
1165
+ "name": "u-overflow-menu-item",
1183
1166
  "description": "\n---\n",
1184
1167
  "attributes": [
1185
1168
  {
1186
- "name": "value",
1169
+ "name": "label",
1187
1170
  "values": []
1188
1171
  },
1189
1172
  {
1190
- "name": "max",
1173
+ "name": "priority",
1191
1174
  "values": []
1192
1175
  }
1193
1176
  ],
1194
1177
  "references": []
1195
1178
  },
1196
1179
  {
1197
- "name": "u-progress-bar",
1180
+ "name": "u-overflow-menu",
1181
+ "description": "\n---\n",
1182
+ "attributes": [],
1183
+ "references": []
1184
+ },
1185
+ {
1186
+ "name": "u-list-item",
1187
+ "description": "\n---\n",
1188
+ "attributes": [
1189
+ {
1190
+ "name": "selectable",
1191
+ "values": []
1192
+ }
1193
+ ],
1194
+ "references": []
1195
+ },
1196
+ {
1197
+ "name": "u-list",
1198
+ "description": "\n---\n",
1199
+ "attributes": [],
1200
+ "references": []
1201
+ },
1202
+ {
1203
+ "name": "u-circular-progress",
1198
1204
  "description": "\n---\n",
1199
1205
  "attributes": [
1200
1206
  {
@@ -1209,26 +1215,20 @@
1209
1215
  "references": []
1210
1216
  },
1211
1217
  {
1212
- "name": "u-overflow-menu-item",
1218
+ "name": "u-progress-bar",
1213
1219
  "description": "\n---\n",
1214
1220
  "attributes": [
1215
1221
  {
1216
- "name": "label",
1222
+ "name": "value",
1217
1223
  "values": []
1218
1224
  },
1219
1225
  {
1220
- "name": "priority",
1226
+ "name": "max",
1221
1227
  "values": []
1222
1228
  }
1223
1229
  ],
1224
1230
  "references": []
1225
1231
  },
1226
- {
1227
- "name": "u-overflow-menu",
1228
- "description": "\n---\n",
1229
- "attributes": [],
1230
- "references": []
1231
- },
1232
1232
  {
1233
1233
  "name": "u-radio-list-item",
1234
1234
  "description": "\n---\n",
@@ -1551,25 +1551,6 @@
1551
1551
  ],
1552
1552
  "references": []
1553
1553
  },
1554
- {
1555
- "name": "u-snackbar",
1556
- "description": "\n---\n",
1557
- "attributes": [
1558
- {
1559
- "name": "message",
1560
- "values": []
1561
- },
1562
- {
1563
- "name": "action",
1564
- "values": []
1565
- },
1566
- {
1567
- "name": "show-close",
1568
- "values": []
1569
- }
1570
- ],
1571
- "references": []
1572
- },
1573
1554
  {
1574
1555
  "name": "u-switch-list-item",
1575
1556
  "description": "\n---\n",
@@ -1623,59 +1604,46 @@
1623
1604
  "references": []
1624
1605
  },
1625
1606
  {
1626
- "name": "u-tab-bar",
1607
+ "name": "u-snackbar",
1627
1608
  "description": "\n---\n",
1628
1609
  "attributes": [
1629
1610
  {
1630
- "name": "variant",
1631
- "values": [
1632
- {
1633
- "name": "primary"
1634
- },
1635
- {
1636
- "name": "secondary"
1637
- }
1638
- ]
1611
+ "name": "message",
1612
+ "values": []
1613
+ },
1614
+ {
1615
+ "name": "action",
1616
+ "values": []
1617
+ },
1618
+ {
1619
+ "name": "show-close",
1620
+ "values": []
1639
1621
  }
1640
1622
  ],
1641
1623
  "references": []
1642
1624
  },
1643
1625
  {
1644
- "name": "u-tab",
1626
+ "name": "u-text-field",
1645
1627
  "description": "\n---\n",
1646
1628
  "attributes": [
1647
1629
  {
1648
- "name": "hasIcon",
1630
+ "name": "type",
1649
1631
  "values": []
1650
1632
  },
1651
1633
  {
1652
- "name": "disabled",
1653
- "description": "Whether the button is disabled or not.",
1634
+ "name": "prefix-text",
1654
1635
  "values": []
1655
1636
  },
1656
1637
  {
1657
- "name": "href",
1658
- "description": "The URL that the link button points to.",
1638
+ "name": "suffix-text",
1659
1639
  "values": []
1660
1640
  },
1661
1641
  {
1662
- "name": "target",
1663
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1642
+ "name": "readOnly",
1664
1643
  "values": []
1665
1644
  },
1666
1645
  {
1667
- "name": "name",
1668
- "values": []
1669
- }
1670
- ],
1671
- "references": []
1672
- },
1673
- {
1674
- "name": "u-text-area",
1675
- "description": "\n---\n",
1676
- "attributes": [
1677
- {
1678
- "name": "rows",
1646
+ "name": "autocapitalize",
1679
1647
  "values": []
1680
1648
  },
1681
1649
  {
@@ -1772,27 +1740,11 @@
1772
1740
  "references": []
1773
1741
  },
1774
1742
  {
1775
- "name": "u-text-field",
1743
+ "name": "u-text-area",
1776
1744
  "description": "\n---\n",
1777
1745
  "attributes": [
1778
1746
  {
1779
- "name": "type",
1780
- "values": []
1781
- },
1782
- {
1783
- "name": "prefix-text",
1784
- "values": []
1785
- },
1786
- {
1787
- "name": "suffix-text",
1788
- "values": []
1789
- },
1790
- {
1791
- "name": "readOnly",
1792
- "values": []
1793
- },
1794
- {
1795
- "name": "autocapitalize",
1747
+ "name": "rows",
1796
1748
  "values": []
1797
1749
  },
1798
1750
  {
@@ -1951,6 +1903,21 @@
1951
1903
  "description": "The value for the `spellcheck` attribute for the target element.",
1952
1904
  "values": []
1953
1905
  },
1906
+ {
1907
+ "name": "fit-target",
1908
+ "values": []
1909
+ },
1910
+ {
1911
+ "name": "menu-positioning",
1912
+ "values": [
1913
+ {
1914
+ "name": "relative"
1915
+ },
1916
+ {
1917
+ "name": "fixed"
1918
+ }
1919
+ ]
1920
+ },
1954
1921
  {
1955
1922
  "name": "target-id",
1956
1923
  "description": "The id of the target element to attach the typeahead.",
@@ -1958,6 +1925,54 @@
1958
1925
  }
1959
1926
  ],
1960
1927
  "references": []
1928
+ },
1929
+ {
1930
+ "name": "u-tab-bar",
1931
+ "description": "\n---\n",
1932
+ "attributes": [
1933
+ {
1934
+ "name": "variant",
1935
+ "values": [
1936
+ {
1937
+ "name": "primary"
1938
+ },
1939
+ {
1940
+ "name": "secondary"
1941
+ }
1942
+ ]
1943
+ }
1944
+ ],
1945
+ "references": []
1946
+ },
1947
+ {
1948
+ "name": "u-tab",
1949
+ "description": "\n---\n",
1950
+ "attributes": [
1951
+ {
1952
+ "name": "hasIcon",
1953
+ "values": []
1954
+ },
1955
+ {
1956
+ "name": "disabled",
1957
+ "description": "Whether the button is disabled or not.",
1958
+ "values": []
1959
+ },
1960
+ {
1961
+ "name": "href",
1962
+ "description": "The URL that the link button points to.",
1963
+ "values": []
1964
+ },
1965
+ {
1966
+ "name": "target",
1967
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1968
+ "values": []
1969
+ },
1970
+ {
1971
+ "name": "name",
1972
+ "values": []
1973
+ }
1974
+ ],
1975
+ "references": []
1961
1976
  }
1962
1977
  ]
1963
1978
  }