@genesislcap/foundation-ui 14.230.2 → 14.231.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +1147 -1147
  2. package/package.json +16 -16
@@ -866,7 +866,370 @@
866
866
  },
867
867
  {
868
868
  "kind": "javascript-module",
869
- "path": "src/_config/index.ts",
869
+ "path": "src/accordion-item/accordion-item.styles.ts",
870
+ "declarations": [
871
+ {
872
+ "kind": "function",
873
+ "name": "foundationAccordionItemStyles",
874
+ "return": {
875
+ "type": {
876
+ "text": "ElementStyles"
877
+ }
878
+ },
879
+ "parameters": [
880
+ {
881
+ "name": "context",
882
+ "type": {
883
+ "text": "ElementDefinitionContext"
884
+ }
885
+ },
886
+ {
887
+ "name": "definition",
888
+ "type": {
889
+ "text": "FoundationElementDefinition"
890
+ }
891
+ }
892
+ ]
893
+ }
894
+ ],
895
+ "exports": [
896
+ {
897
+ "kind": "js",
898
+ "name": "foundationAccordionItemStyles",
899
+ "declaration": {
900
+ "name": "foundationAccordionItemStyles",
901
+ "module": "src/accordion-item/accordion-item.styles.ts"
902
+ }
903
+ }
904
+ ]
905
+ },
906
+ {
907
+ "kind": "javascript-module",
908
+ "path": "src/accordion-item/accordion-item.template.ts",
909
+ "declarations": [
910
+ {
911
+ "kind": "function",
912
+ "name": "foundationAccordionItemTemplate",
913
+ "return": {
914
+ "type": {
915
+ "text": "ViewTemplate<AccordionItem>"
916
+ }
917
+ },
918
+ "parameters": [
919
+ {
920
+ "name": "context",
921
+ "type": {
922
+ "text": "ElementDefinitionContext"
923
+ }
924
+ },
925
+ {
926
+ "name": "definition",
927
+ "type": {
928
+ "text": "FoundationElementDefinition"
929
+ }
930
+ }
931
+ ]
932
+ }
933
+ ],
934
+ "exports": [
935
+ {
936
+ "kind": "js",
937
+ "name": "foundationAccordionItemTemplate",
938
+ "declaration": {
939
+ "name": "foundationAccordionItemTemplate",
940
+ "module": "src/accordion-item/accordion-item.template.ts"
941
+ }
942
+ }
943
+ ]
944
+ },
945
+ {
946
+ "kind": "javascript-module",
947
+ "path": "src/accordion-item/accordion-item.ts",
948
+ "declarations": [
949
+ {
950
+ "kind": "class",
951
+ "description": "",
952
+ "name": "AccordionItem",
953
+ "superclass": {
954
+ "name": "FASTAccordionItem",
955
+ "package": "@microsoft/fast-components"
956
+ },
957
+ "tagName": "%%prefix%%-accordion-item",
958
+ "customElement": true,
959
+ "attributes": [
960
+ {
961
+ "name": "heading-level",
962
+ "type": {
963
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
964
+ },
965
+ "default": "2",
966
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
967
+ "fieldName": "headinglevel",
968
+ "inheritedFrom": {
969
+ "name": "AccordionItem",
970
+ "module": "src/accordion-item/accordion-item.ts"
971
+ }
972
+ },
973
+ {
974
+ "type": {
975
+ "text": "boolean"
976
+ },
977
+ "default": "false",
978
+ "description": "Expands or collapses the item.",
979
+ "fieldName": "expanded",
980
+ "inheritedFrom": {
981
+ "name": "AccordionItem",
982
+ "module": "src/accordion-item/accordion-item.ts"
983
+ }
984
+ },
985
+ {
986
+ "name": "id",
987
+ "type": {
988
+ "text": "string"
989
+ },
990
+ "description": "The item ID",
991
+ "fieldName": "id",
992
+ "inheritedFrom": {
993
+ "name": "AccordionItem",
994
+ "module": "src/accordion-item/accordion-item.ts"
995
+ }
996
+ }
997
+ ],
998
+ "members": [
999
+ {
1000
+ "kind": "field",
1001
+ "name": "headinglevel",
1002
+ "type": {
1003
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1004
+ },
1005
+ "privacy": "public",
1006
+ "default": "2",
1007
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1008
+ "inheritedFrom": {
1009
+ "name": "AccordionItem",
1010
+ "module": "src/accordion-item/accordion-item.ts"
1011
+ }
1012
+ },
1013
+ {
1014
+ "kind": "field",
1015
+ "name": "expanded",
1016
+ "type": {
1017
+ "text": "boolean"
1018
+ },
1019
+ "privacy": "public",
1020
+ "default": "false",
1021
+ "description": "Expands or collapses the item.",
1022
+ "inheritedFrom": {
1023
+ "name": "AccordionItem",
1024
+ "module": "src/accordion-item/accordion-item.ts"
1025
+ }
1026
+ },
1027
+ {
1028
+ "kind": "field",
1029
+ "name": "id",
1030
+ "type": {
1031
+ "text": "string"
1032
+ },
1033
+ "privacy": "public",
1034
+ "description": "The item ID",
1035
+ "inheritedFrom": {
1036
+ "name": "AccordionItem",
1037
+ "module": "src/accordion-item/accordion-item.ts"
1038
+ }
1039
+ },
1040
+ {
1041
+ "kind": "field",
1042
+ "name": "change",
1043
+ "privacy": "private",
1044
+ "inheritedFrom": {
1045
+ "name": "AccordionItem",
1046
+ "module": "src/accordion-item/accordion-item.ts"
1047
+ }
1048
+ },
1049
+ {
1050
+ "kind": "field",
1051
+ "name": "_presentation",
1052
+ "type": {
1053
+ "text": "ComponentPresentation | null | undefined"
1054
+ },
1055
+ "privacy": "private",
1056
+ "default": "void 0",
1057
+ "inheritedFrom": {
1058
+ "name": "FoundationElement",
1059
+ "module": "src/foundation-element/foundation-element.ts"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "field",
1064
+ "name": "$presentation",
1065
+ "type": {
1066
+ "text": "ComponentPresentation | null"
1067
+ },
1068
+ "privacy": "public",
1069
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1070
+ "inheritedFrom": {
1071
+ "name": "FoundationElement",
1072
+ "module": "src/foundation-element/foundation-element.ts"
1073
+ }
1074
+ },
1075
+ {
1076
+ "kind": "field",
1077
+ "name": "template",
1078
+ "type": {
1079
+ "text": "ElementViewTemplate | void | null"
1080
+ },
1081
+ "privacy": "public",
1082
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1083
+ "inheritedFrom": {
1084
+ "name": "FoundationElement",
1085
+ "module": "src/foundation-element/foundation-element.ts"
1086
+ }
1087
+ },
1088
+ {
1089
+ "kind": "method",
1090
+ "name": "templateChanged",
1091
+ "privacy": "protected",
1092
+ "return": {
1093
+ "type": {
1094
+ "text": "void"
1095
+ }
1096
+ },
1097
+ "inheritedFrom": {
1098
+ "name": "FoundationElement",
1099
+ "module": "src/foundation-element/foundation-element.ts"
1100
+ }
1101
+ },
1102
+ {
1103
+ "kind": "field",
1104
+ "name": "styles",
1105
+ "type": {
1106
+ "text": "ElementStyles | void | null"
1107
+ },
1108
+ "privacy": "public",
1109
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1110
+ "inheritedFrom": {
1111
+ "name": "FoundationElement",
1112
+ "module": "src/foundation-element/foundation-element.ts"
1113
+ }
1114
+ },
1115
+ {
1116
+ "kind": "method",
1117
+ "name": "stylesChanged",
1118
+ "privacy": "protected",
1119
+ "return": {
1120
+ "type": {
1121
+ "text": "void"
1122
+ }
1123
+ },
1124
+ "inheritedFrom": {
1125
+ "name": "FoundationElement",
1126
+ "module": "src/foundation-element/foundation-element.ts"
1127
+ }
1128
+ },
1129
+ {
1130
+ "kind": "method",
1131
+ "name": "compose",
1132
+ "privacy": "public",
1133
+ "static": true,
1134
+ "return": {
1135
+ "type": {
1136
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1137
+ }
1138
+ },
1139
+ "parameters": [
1140
+ {
1141
+ "name": "this",
1142
+ "type": {
1143
+ "text": "K"
1144
+ }
1145
+ },
1146
+ {
1147
+ "name": "elementDefinition",
1148
+ "type": {
1149
+ "text": "T"
1150
+ },
1151
+ "description": "The definition of the element to create the registry\nfunction for."
1152
+ }
1153
+ ],
1154
+ "description": "Defines an element registry function with a set of element definition defaults.",
1155
+ "inheritedFrom": {
1156
+ "name": "FoundationElement",
1157
+ "module": "src/foundation-element/foundation-element.ts"
1158
+ }
1159
+ }
1160
+ ],
1161
+ "events": [
1162
+ {
1163
+ "description": "Fires a custom 'change' event when the button is invoked",
1164
+ "name": "change",
1165
+ "inheritedFrom": {
1166
+ "name": "AccordionItem",
1167
+ "module": "src/accordion-item/accordion-item.ts"
1168
+ }
1169
+ }
1170
+ ]
1171
+ },
1172
+ {
1173
+ "kind": "variable",
1174
+ "name": "foundationAccordionItemShadowOptions",
1175
+ "type": {
1176
+ "text": "ShadowRootInit"
1177
+ },
1178
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1179
+ },
1180
+ {
1181
+ "kind": "variable",
1182
+ "name": "defaultAccordionItemConfig",
1183
+ "type": {
1184
+ "text": "object"
1185
+ },
1186
+ "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1187
+ },
1188
+ {
1189
+ "kind": "variable",
1190
+ "name": "foundationAccordionItem",
1191
+ "description": "The Foundation Accordion Item",
1192
+ "privacy": "public"
1193
+ }
1194
+ ],
1195
+ "exports": [
1196
+ {
1197
+ "kind": "js",
1198
+ "name": "AccordionItem",
1199
+ "declaration": {
1200
+ "name": "AccordionItem",
1201
+ "module": "src/accordion-item/accordion-item.ts"
1202
+ }
1203
+ },
1204
+ {
1205
+ "kind": "js",
1206
+ "name": "foundationAccordionItemShadowOptions",
1207
+ "declaration": {
1208
+ "name": "foundationAccordionItemShadowOptions",
1209
+ "module": "src/accordion-item/accordion-item.ts"
1210
+ }
1211
+ },
1212
+ {
1213
+ "kind": "js",
1214
+ "name": "defaultAccordionItemConfig",
1215
+ "declaration": {
1216
+ "name": "defaultAccordionItemConfig",
1217
+ "module": "src/accordion-item/accordion-item.ts"
1218
+ }
1219
+ },
1220
+ {
1221
+ "kind": "js",
1222
+ "name": "foundationAccordionItem",
1223
+ "declaration": {
1224
+ "name": "foundationAccordionItem",
1225
+ "module": "src/accordion-item/accordion-item.ts"
1226
+ }
1227
+ }
1228
+ ]
1229
+ },
1230
+ {
1231
+ "kind": "javascript-module",
1232
+ "path": "src/accordion-item/index.ts",
870
1233
  "declarations": [],
871
1234
  "exports": [
872
1235
  {
@@ -874,7 +1237,7 @@
874
1237
  "name": "*",
875
1238
  "declaration": {
876
1239
  "name": "*",
877
- "package": "./styles"
1240
+ "package": "./accordion-item.template"
878
1241
  }
879
1242
  },
880
1243
  {
@@ -882,7 +1245,7 @@
882
1245
  "name": "*",
883
1246
  "declaration": {
884
1247
  "name": "*",
885
- "package": "./tokens"
1248
+ "package": "./accordion-item.styles"
886
1249
  }
887
1250
  },
888
1251
  {
@@ -890,7 +1253,7 @@
890
1253
  "name": "*",
891
1254
  "declaration": {
892
1255
  "name": "*",
893
- "package": "./values"
1256
+ "package": "./accordion-item"
894
1257
  }
895
1258
  }
896
1259
  ]
@@ -1638,370 +2001,7 @@
1638
2001
  },
1639
2002
  {
1640
2003
  "kind": "javascript-module",
1641
- "path": "src/accordion-item/accordion-item.styles.ts",
1642
- "declarations": [
1643
- {
1644
- "kind": "function",
1645
- "name": "foundationAccordionItemStyles",
1646
- "return": {
1647
- "type": {
1648
- "text": "ElementStyles"
1649
- }
1650
- },
1651
- "parameters": [
1652
- {
1653
- "name": "context",
1654
- "type": {
1655
- "text": "ElementDefinitionContext"
1656
- }
1657
- },
1658
- {
1659
- "name": "definition",
1660
- "type": {
1661
- "text": "FoundationElementDefinition"
1662
- }
1663
- }
1664
- ]
1665
- }
1666
- ],
1667
- "exports": [
1668
- {
1669
- "kind": "js",
1670
- "name": "foundationAccordionItemStyles",
1671
- "declaration": {
1672
- "name": "foundationAccordionItemStyles",
1673
- "module": "src/accordion-item/accordion-item.styles.ts"
1674
- }
1675
- }
1676
- ]
1677
- },
1678
- {
1679
- "kind": "javascript-module",
1680
- "path": "src/accordion-item/accordion-item.template.ts",
1681
- "declarations": [
1682
- {
1683
- "kind": "function",
1684
- "name": "foundationAccordionItemTemplate",
1685
- "return": {
1686
- "type": {
1687
- "text": "ViewTemplate<AccordionItem>"
1688
- }
1689
- },
1690
- "parameters": [
1691
- {
1692
- "name": "context",
1693
- "type": {
1694
- "text": "ElementDefinitionContext"
1695
- }
1696
- },
1697
- {
1698
- "name": "definition",
1699
- "type": {
1700
- "text": "FoundationElementDefinition"
1701
- }
1702
- }
1703
- ]
1704
- }
1705
- ],
1706
- "exports": [
1707
- {
1708
- "kind": "js",
1709
- "name": "foundationAccordionItemTemplate",
1710
- "declaration": {
1711
- "name": "foundationAccordionItemTemplate",
1712
- "module": "src/accordion-item/accordion-item.template.ts"
1713
- }
1714
- }
1715
- ]
1716
- },
1717
- {
1718
- "kind": "javascript-module",
1719
- "path": "src/accordion-item/accordion-item.ts",
1720
- "declarations": [
1721
- {
1722
- "kind": "class",
1723
- "description": "",
1724
- "name": "AccordionItem",
1725
- "superclass": {
1726
- "name": "FASTAccordionItem",
1727
- "package": "@microsoft/fast-components"
1728
- },
1729
- "tagName": "%%prefix%%-accordion-item",
1730
- "customElement": true,
1731
- "attributes": [
1732
- {
1733
- "name": "heading-level",
1734
- "type": {
1735
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1736
- },
1737
- "default": "2",
1738
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1739
- "fieldName": "headinglevel",
1740
- "inheritedFrom": {
1741
- "name": "AccordionItem",
1742
- "module": "src/accordion-item/accordion-item.ts"
1743
- }
1744
- },
1745
- {
1746
- "type": {
1747
- "text": "boolean"
1748
- },
1749
- "default": "false",
1750
- "description": "Expands or collapses the item.",
1751
- "fieldName": "expanded",
1752
- "inheritedFrom": {
1753
- "name": "AccordionItem",
1754
- "module": "src/accordion-item/accordion-item.ts"
1755
- }
1756
- },
1757
- {
1758
- "name": "id",
1759
- "type": {
1760
- "text": "string"
1761
- },
1762
- "description": "The item ID",
1763
- "fieldName": "id",
1764
- "inheritedFrom": {
1765
- "name": "AccordionItem",
1766
- "module": "src/accordion-item/accordion-item.ts"
1767
- }
1768
- }
1769
- ],
1770
- "members": [
1771
- {
1772
- "kind": "field",
1773
- "name": "headinglevel",
1774
- "type": {
1775
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1776
- },
1777
- "privacy": "public",
1778
- "default": "2",
1779
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1780
- "inheritedFrom": {
1781
- "name": "AccordionItem",
1782
- "module": "src/accordion-item/accordion-item.ts"
1783
- }
1784
- },
1785
- {
1786
- "kind": "field",
1787
- "name": "expanded",
1788
- "type": {
1789
- "text": "boolean"
1790
- },
1791
- "privacy": "public",
1792
- "default": "false",
1793
- "description": "Expands or collapses the item.",
1794
- "inheritedFrom": {
1795
- "name": "AccordionItem",
1796
- "module": "src/accordion-item/accordion-item.ts"
1797
- }
1798
- },
1799
- {
1800
- "kind": "field",
1801
- "name": "id",
1802
- "type": {
1803
- "text": "string"
1804
- },
1805
- "privacy": "public",
1806
- "description": "The item ID",
1807
- "inheritedFrom": {
1808
- "name": "AccordionItem",
1809
- "module": "src/accordion-item/accordion-item.ts"
1810
- }
1811
- },
1812
- {
1813
- "kind": "field",
1814
- "name": "change",
1815
- "privacy": "private",
1816
- "inheritedFrom": {
1817
- "name": "AccordionItem",
1818
- "module": "src/accordion-item/accordion-item.ts"
1819
- }
1820
- },
1821
- {
1822
- "kind": "field",
1823
- "name": "_presentation",
1824
- "type": {
1825
- "text": "ComponentPresentation | null | undefined"
1826
- },
1827
- "privacy": "private",
1828
- "default": "void 0",
1829
- "inheritedFrom": {
1830
- "name": "FoundationElement",
1831
- "module": "src/foundation-element/foundation-element.ts"
1832
- }
1833
- },
1834
- {
1835
- "kind": "field",
1836
- "name": "$presentation",
1837
- "type": {
1838
- "text": "ComponentPresentation | null"
1839
- },
1840
- "privacy": "public",
1841
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1842
- "inheritedFrom": {
1843
- "name": "FoundationElement",
1844
- "module": "src/foundation-element/foundation-element.ts"
1845
- }
1846
- },
1847
- {
1848
- "kind": "field",
1849
- "name": "template",
1850
- "type": {
1851
- "text": "ElementViewTemplate | void | null"
1852
- },
1853
- "privacy": "public",
1854
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1855
- "inheritedFrom": {
1856
- "name": "FoundationElement",
1857
- "module": "src/foundation-element/foundation-element.ts"
1858
- }
1859
- },
1860
- {
1861
- "kind": "method",
1862
- "name": "templateChanged",
1863
- "privacy": "protected",
1864
- "return": {
1865
- "type": {
1866
- "text": "void"
1867
- }
1868
- },
1869
- "inheritedFrom": {
1870
- "name": "FoundationElement",
1871
- "module": "src/foundation-element/foundation-element.ts"
1872
- }
1873
- },
1874
- {
1875
- "kind": "field",
1876
- "name": "styles",
1877
- "type": {
1878
- "text": "ElementStyles | void | null"
1879
- },
1880
- "privacy": "public",
1881
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1882
- "inheritedFrom": {
1883
- "name": "FoundationElement",
1884
- "module": "src/foundation-element/foundation-element.ts"
1885
- }
1886
- },
1887
- {
1888
- "kind": "method",
1889
- "name": "stylesChanged",
1890
- "privacy": "protected",
1891
- "return": {
1892
- "type": {
1893
- "text": "void"
1894
- }
1895
- },
1896
- "inheritedFrom": {
1897
- "name": "FoundationElement",
1898
- "module": "src/foundation-element/foundation-element.ts"
1899
- }
1900
- },
1901
- {
1902
- "kind": "method",
1903
- "name": "compose",
1904
- "privacy": "public",
1905
- "static": true,
1906
- "return": {
1907
- "type": {
1908
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1909
- }
1910
- },
1911
- "parameters": [
1912
- {
1913
- "name": "this",
1914
- "type": {
1915
- "text": "K"
1916
- }
1917
- },
1918
- {
1919
- "name": "elementDefinition",
1920
- "type": {
1921
- "text": "T"
1922
- },
1923
- "description": "The definition of the element to create the registry\nfunction for."
1924
- }
1925
- ],
1926
- "description": "Defines an element registry function with a set of element definition defaults.",
1927
- "inheritedFrom": {
1928
- "name": "FoundationElement",
1929
- "module": "src/foundation-element/foundation-element.ts"
1930
- }
1931
- }
1932
- ],
1933
- "events": [
1934
- {
1935
- "description": "Fires a custom 'change' event when the button is invoked",
1936
- "name": "change",
1937
- "inheritedFrom": {
1938
- "name": "AccordionItem",
1939
- "module": "src/accordion-item/accordion-item.ts"
1940
- }
1941
- }
1942
- ]
1943
- },
1944
- {
1945
- "kind": "variable",
1946
- "name": "foundationAccordionItemShadowOptions",
1947
- "type": {
1948
- "text": "ShadowRootInit"
1949
- },
1950
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1951
- },
1952
- {
1953
- "kind": "variable",
1954
- "name": "defaultAccordionItemConfig",
1955
- "type": {
1956
- "text": "object"
1957
- },
1958
- "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1959
- },
1960
- {
1961
- "kind": "variable",
1962
- "name": "foundationAccordionItem",
1963
- "description": "The Foundation Accordion Item",
1964
- "privacy": "public"
1965
- }
1966
- ],
1967
- "exports": [
1968
- {
1969
- "kind": "js",
1970
- "name": "AccordionItem",
1971
- "declaration": {
1972
- "name": "AccordionItem",
1973
- "module": "src/accordion-item/accordion-item.ts"
1974
- }
1975
- },
1976
- {
1977
- "kind": "js",
1978
- "name": "foundationAccordionItemShadowOptions",
1979
- "declaration": {
1980
- "name": "foundationAccordionItemShadowOptions",
1981
- "module": "src/accordion-item/accordion-item.ts"
1982
- }
1983
- },
1984
- {
1985
- "kind": "js",
1986
- "name": "defaultAccordionItemConfig",
1987
- "declaration": {
1988
- "name": "defaultAccordionItemConfig",
1989
- "module": "src/accordion-item/accordion-item.ts"
1990
- }
1991
- },
1992
- {
1993
- "kind": "js",
1994
- "name": "foundationAccordionItem",
1995
- "declaration": {
1996
- "name": "foundationAccordionItem",
1997
- "module": "src/accordion-item/accordion-item.ts"
1998
- }
1999
- }
2000
- ]
2001
- },
2002
- {
2003
- "kind": "javascript-module",
2004
- "path": "src/accordion-item/index.ts",
2004
+ "path": "src/_config/index.ts",
2005
2005
  "declarations": [],
2006
2006
  "exports": [
2007
2007
  {
@@ -2009,7 +2009,7 @@
2009
2009
  "name": "*",
2010
2010
  "declaration": {
2011
2011
  "name": "*",
2012
- "package": "./accordion-item.template"
2012
+ "package": "./styles"
2013
2013
  }
2014
2014
  },
2015
2015
  {
@@ -2017,7 +2017,7 @@
2017
2017
  "name": "*",
2018
2018
  "declaration": {
2019
2019
  "name": "*",
2020
- "package": "./accordion-item.styles"
2020
+ "package": "./tokens"
2021
2021
  }
2022
2022
  },
2023
2023
  {
@@ -2025,7 +2025,7 @@
2025
2025
  "name": "*",
2026
2026
  "declaration": {
2027
2027
  "name": "*",
2028
- "package": "./accordion-item"
2028
+ "package": "./values"
2029
2029
  }
2030
2030
  }
2031
2031
  ]
@@ -5238,11 +5238,11 @@
5238
5238
  },
5239
5239
  {
5240
5240
  "kind": "javascript-module",
5241
- "path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
5241
+ "path": "src/breadcrumb/breadcrumb.styles.ts",
5242
5242
  "declarations": [
5243
5243
  {
5244
5244
  "kind": "function",
5245
- "name": "foundationBreadcrumbItemStyles",
5245
+ "name": "foundationBreadcrumbStyles",
5246
5246
  "return": {
5247
5247
  "type": {
5248
5248
  "text": "ElementStyles"
@@ -5267,24 +5267,24 @@
5267
5267
  "exports": [
5268
5268
  {
5269
5269
  "kind": "js",
5270
- "name": "foundationBreadcrumbItemStyles",
5270
+ "name": "foundationBreadcrumbStyles",
5271
5271
  "declaration": {
5272
- "name": "foundationBreadcrumbItemStyles",
5273
- "module": "src/breadcrumb-item/breadcrumb-item.styles.ts"
5272
+ "name": "foundationBreadcrumbStyles",
5273
+ "module": "src/breadcrumb/breadcrumb.styles.ts"
5274
5274
  }
5275
5275
  }
5276
5276
  ]
5277
5277
  },
5278
5278
  {
5279
5279
  "kind": "javascript-module",
5280
- "path": "src/breadcrumb-item/breadcrumb-item.template.ts",
5280
+ "path": "src/breadcrumb/breadcrumb.template.ts",
5281
5281
  "declarations": [
5282
5282
  {
5283
5283
  "kind": "function",
5284
- "name": "foundationBreadcrumbItemTemplate",
5284
+ "name": "foundationBreadcrumbTemplate",
5285
5285
  "return": {
5286
5286
  "type": {
5287
- "text": "ViewTemplate<BreadcrumbItem>"
5287
+ "text": "ViewTemplate<Breadcrumb>"
5288
5288
  }
5289
5289
  },
5290
5290
  "parameters": [
@@ -5306,252 +5306,116 @@
5306
5306
  "exports": [
5307
5307
  {
5308
5308
  "kind": "js",
5309
- "name": "foundationBreadcrumbItemTemplate",
5309
+ "name": "foundationBreadcrumbTemplate",
5310
5310
  "declaration": {
5311
- "name": "foundationBreadcrumbItemTemplate",
5312
- "module": "src/breadcrumb-item/breadcrumb-item.template.ts"
5311
+ "name": "foundationBreadcrumbTemplate",
5312
+ "module": "src/breadcrumb/breadcrumb.template.ts"
5313
5313
  }
5314
5314
  }
5315
5315
  ]
5316
5316
  },
5317
5317
  {
5318
5318
  "kind": "javascript-module",
5319
- "path": "src/breadcrumb-item/breadcrumb-item.ts",
5319
+ "path": "src/breadcrumb/breadcrumb.ts",
5320
5320
  "declarations": [
5321
5321
  {
5322
5322
  "kind": "class",
5323
5323
  "description": "",
5324
- "name": "BreadcrumbItem",
5324
+ "name": "Breadcrumb",
5325
5325
  "superclass": {
5326
- "name": "FASTBreadcrumbItem",
5326
+ "name": "FASTBreadcrumb",
5327
5327
  "package": "@microsoft/fast-components"
5328
5328
  },
5329
- "tagName": "%%prefix%%-breadcrumb-item",
5329
+ "tagName": "%%prefix%%-breadcrumb",
5330
5330
  "customElement": true,
5331
- "attributes": [
5332
- {
5333
- "name": "download",
5334
- "type": {
5335
- "text": "string"
5336
- },
5337
- "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5338
- "fieldName": "download",
5339
- "inheritedFrom": {
5340
- "name": "Anchor",
5341
- "module": "src/anchor/anchor.ts"
5342
- }
5343
- },
5344
- {
5345
- "name": "href",
5346
- "type": {
5347
- "text": "string"
5348
- },
5349
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5350
- "fieldName": "href",
5351
- "inheritedFrom": {
5352
- "name": "Anchor",
5353
- "module": "src/anchor/anchor.ts"
5354
- }
5355
- },
5356
- {
5357
- "name": "hreflang",
5358
- "type": {
5359
- "text": "string"
5360
- },
5361
- "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5362
- "fieldName": "hreflang",
5363
- "inheritedFrom": {
5364
- "name": "Anchor",
5365
- "module": "src/anchor/anchor.ts"
5366
- }
5367
- },
5368
- {
5369
- "name": "ping",
5370
- "type": {
5371
- "text": "string"
5372
- },
5373
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5374
- "fieldName": "ping",
5375
- "inheritedFrom": {
5376
- "name": "Anchor",
5377
- "module": "src/anchor/anchor.ts"
5378
- }
5379
- },
5380
- {
5381
- "name": "referrerpolicy",
5382
- "type": {
5383
- "text": "string"
5384
- },
5385
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5386
- "fieldName": "referrerpolicy",
5387
- "inheritedFrom": {
5388
- "name": "Anchor",
5389
- "module": "src/anchor/anchor.ts"
5390
- }
5391
- },
5392
- {
5393
- "name": "rel",
5394
- "type": {
5395
- "text": "string"
5396
- },
5397
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5398
- "fieldName": "rel",
5399
- "inheritedFrom": {
5400
- "name": "Anchor",
5401
- "module": "src/anchor/anchor.ts"
5402
- }
5403
- },
5404
- {
5405
- "name": "target",
5406
- "type": {
5407
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
5408
- },
5409
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5410
- "fieldName": "target",
5411
- "inheritedFrom": {
5412
- "name": "Anchor",
5413
- "module": "src/anchor/anchor.ts"
5414
- }
5415
- },
5416
- {
5417
- "name": "type",
5418
- "type": {
5419
- "text": "string"
5420
- },
5421
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5422
- "fieldName": "type",
5423
- "inheritedFrom": {
5424
- "name": "Anchor",
5425
- "module": "src/anchor/anchor.ts"
5426
- }
5427
- }
5428
- ],
5429
5331
  "members": [
5430
5332
  {
5431
- "kind": "field",
5432
- "name": "download",
5433
- "type": {
5434
- "text": "string"
5435
- },
5436
- "privacy": "public",
5437
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5438
- "inheritedFrom": {
5439
- "name": "Anchor",
5440
- "module": "src/anchor/anchor.ts"
5441
- }
5442
- },
5443
- {
5444
- "kind": "field",
5445
- "name": "href",
5446
- "type": {
5447
- "text": "string"
5448
- },
5449
- "privacy": "public",
5450
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5451
- "inheritedFrom": {
5452
- "name": "Anchor",
5453
- "module": "src/anchor/anchor.ts"
5454
- }
5455
- },
5456
- {
5457
- "kind": "field",
5458
- "name": "hreflang",
5459
- "type": {
5460
- "text": "string"
5461
- },
5462
- "privacy": "public",
5463
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5464
- "inheritedFrom": {
5465
- "name": "Anchor",
5466
- "module": "src/anchor/anchor.ts"
5467
- }
5468
- },
5469
- {
5470
- "kind": "field",
5471
- "name": "ping",
5472
- "type": {
5473
- "text": "string"
5474
- },
5475
- "privacy": "public",
5476
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5477
- "inheritedFrom": {
5478
- "name": "Anchor",
5479
- "module": "src/anchor/anchor.ts"
5480
- }
5481
- },
5482
- {
5483
- "kind": "field",
5484
- "name": "referrerpolicy",
5485
- "type": {
5486
- "text": "string"
5487
- },
5488
- "privacy": "public",
5489
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5490
- "inheritedFrom": {
5491
- "name": "Anchor",
5492
- "module": "src/anchor/anchor.ts"
5493
- }
5494
- },
5495
- {
5496
- "kind": "field",
5497
- "name": "rel",
5498
- "type": {
5499
- "text": "string"
5500
- },
5501
- "privacy": "public",
5502
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5503
- "inheritedFrom": {
5504
- "name": "Anchor",
5505
- "module": "src/anchor/anchor.ts"
5506
- }
5507
- },
5508
- {
5509
- "kind": "field",
5510
- "name": "target",
5511
- "type": {
5512
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
5513
- },
5333
+ "kind": "method",
5334
+ "name": "slottedBreadcrumbItemsChanged",
5514
5335
  "privacy": "public",
5515
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5516
5336
  "inheritedFrom": {
5517
- "name": "Anchor",
5518
- "module": "src/anchor/anchor.ts"
5337
+ "name": "Breadcrumb",
5338
+ "module": "src/breadcrumb/breadcrumb.ts"
5519
5339
  }
5520
5340
  },
5521
5341
  {
5522
- "kind": "field",
5523
- "name": "type",
5524
- "type": {
5525
- "text": "string"
5342
+ "kind": "method",
5343
+ "name": "setItemSeparator",
5344
+ "privacy": "private",
5345
+ "return": {
5346
+ "type": {
5347
+ "text": "void"
5348
+ }
5526
5349
  },
5527
- "privacy": "public",
5528
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5350
+ "parameters": [
5351
+ {
5352
+ "name": "item",
5353
+ "type": {
5354
+ "text": "HTMLElement"
5355
+ }
5356
+ },
5357
+ {
5358
+ "name": "isLastNode",
5359
+ "type": {
5360
+ "text": "boolean"
5361
+ }
5362
+ }
5363
+ ],
5529
5364
  "inheritedFrom": {
5530
- "name": "Anchor",
5531
- "module": "src/anchor/anchor.ts"
5365
+ "name": "Breadcrumb",
5366
+ "module": "src/breadcrumb/breadcrumb.ts"
5532
5367
  }
5533
5368
  },
5534
5369
  {
5535
- "kind": "field",
5536
- "name": "control",
5537
- "type": {
5538
- "text": "HTMLAnchorElement | undefined"
5370
+ "kind": "method",
5371
+ "name": "findChildWithHref",
5372
+ "privacy": "private",
5373
+ "return": {
5374
+ "type": {
5375
+ "text": "HTMLElement | null"
5376
+ }
5539
5377
  },
5540
- "privacy": "public",
5541
- "description": "References the root element",
5378
+ "parameters": [
5379
+ {
5380
+ "name": "node",
5381
+ "type": {
5382
+ "text": "HTMLElement"
5383
+ }
5384
+ }
5385
+ ],
5386
+ "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
5542
5387
  "inheritedFrom": {
5543
- "name": "Anchor",
5544
- "module": "src/anchor/anchor.ts"
5388
+ "name": "Breadcrumb",
5389
+ "module": "src/breadcrumb/breadcrumb.ts"
5545
5390
  }
5546
5391
  },
5547
5392
  {
5548
- "kind": "field",
5549
- "name": "handleUnsupportedDelegatesFocus",
5393
+ "kind": "method",
5394
+ "name": "setAriaCurrent",
5550
5395
  "privacy": "private",
5551
- "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
5396
+ "return": {
5397
+ "type": {
5398
+ "text": "void"
5399
+ }
5400
+ },
5401
+ "parameters": [
5402
+ {
5403
+ "name": "item",
5404
+ "type": {
5405
+ "text": "HTMLElement"
5406
+ }
5407
+ },
5408
+ {
5409
+ "name": "isLastNode",
5410
+ "type": {
5411
+ "text": "boolean"
5412
+ }
5413
+ }
5414
+ ],
5415
+ "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
5552
5416
  "inheritedFrom": {
5553
- "name": "Anchor",
5554
- "module": "src/anchor/anchor.ts"
5417
+ "name": "Breadcrumb",
5418
+ "module": "src/breadcrumb/breadcrumb.ts"
5555
5419
  }
5556
5420
  },
5557
5421
  {
@@ -5669,7 +5533,7 @@
5669
5533
  },
5670
5534
  {
5671
5535
  "kind": "variable",
5672
- "name": "foundationBreadcrumbItemShadowOptions",
5536
+ "name": "foundationBreadcrumbShadowOptions",
5673
5537
  "type": {
5674
5538
  "text": "ShadowRootInit"
5675
5539
  },
@@ -5677,57 +5541,57 @@
5677
5541
  },
5678
5542
  {
5679
5543
  "kind": "variable",
5680
- "name": "defaultBreadcrumbItemConfig",
5544
+ "name": "defaultBreadcrumbConfig",
5681
5545
  "type": {
5682
5546
  "text": "object"
5683
5547
  },
5684
- "default": "{\n separator: '/',\n}"
5548
+ "default": "{}"
5685
5549
  },
5686
5550
  {
5687
5551
  "kind": "variable",
5688
- "name": "foundationBreadcrumbItem",
5689
- "description": "The Foundation Breadcrumb Item",
5552
+ "name": "foundationBreadcrumb",
5553
+ "description": "The Foundation Breadcrumb",
5690
5554
  "privacy": "public"
5691
5555
  }
5692
5556
  ],
5693
5557
  "exports": [
5694
5558
  {
5695
5559
  "kind": "js",
5696
- "name": "BreadcrumbItem",
5560
+ "name": "Breadcrumb",
5697
5561
  "declaration": {
5698
- "name": "BreadcrumbItem",
5699
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
5562
+ "name": "Breadcrumb",
5563
+ "module": "src/breadcrumb/breadcrumb.ts"
5700
5564
  }
5701
5565
  },
5702
5566
  {
5703
5567
  "kind": "js",
5704
- "name": "foundationBreadcrumbItemShadowOptions",
5568
+ "name": "foundationBreadcrumbShadowOptions",
5705
5569
  "declaration": {
5706
- "name": "foundationBreadcrumbItemShadowOptions",
5707
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
5570
+ "name": "foundationBreadcrumbShadowOptions",
5571
+ "module": "src/breadcrumb/breadcrumb.ts"
5708
5572
  }
5709
5573
  },
5710
5574
  {
5711
5575
  "kind": "js",
5712
- "name": "defaultBreadcrumbItemConfig",
5576
+ "name": "defaultBreadcrumbConfig",
5713
5577
  "declaration": {
5714
- "name": "defaultBreadcrumbItemConfig",
5715
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
5578
+ "name": "defaultBreadcrumbConfig",
5579
+ "module": "src/breadcrumb/breadcrumb.ts"
5716
5580
  }
5717
5581
  },
5718
5582
  {
5719
5583
  "kind": "js",
5720
- "name": "foundationBreadcrumbItem",
5584
+ "name": "foundationBreadcrumb",
5721
5585
  "declaration": {
5722
- "name": "foundationBreadcrumbItem",
5723
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
5586
+ "name": "foundationBreadcrumb",
5587
+ "module": "src/breadcrumb/breadcrumb.ts"
5724
5588
  }
5725
5589
  }
5726
5590
  ]
5727
5591
  },
5728
5592
  {
5729
5593
  "kind": "javascript-module",
5730
- "path": "src/breadcrumb-item/index.ts",
5594
+ "path": "src/breadcrumb/index.ts",
5731
5595
  "declarations": [],
5732
5596
  "exports": [
5733
5597
  {
@@ -5735,7 +5599,7 @@
5735
5599
  "name": "*",
5736
5600
  "declaration": {
5737
5601
  "name": "*",
5738
- "package": "./breadcrumb-item.template"
5602
+ "package": "./breadcrumb.template"
5739
5603
  }
5740
5604
  },
5741
5605
  {
@@ -5743,7 +5607,7 @@
5743
5607
  "name": "*",
5744
5608
  "declaration": {
5745
5609
  "name": "*",
5746
- "package": "./breadcrumb-item.styles"
5610
+ "package": "./breadcrumb.styles"
5747
5611
  }
5748
5612
  },
5749
5613
  {
@@ -5751,18 +5615,18 @@
5751
5615
  "name": "*",
5752
5616
  "declaration": {
5753
5617
  "name": "*",
5754
- "package": "./breadcrumb-item"
5618
+ "package": "./breadcrumb"
5755
5619
  }
5756
5620
  }
5757
5621
  ]
5758
5622
  },
5759
5623
  {
5760
5624
  "kind": "javascript-module",
5761
- "path": "src/breadcrumb/breadcrumb.styles.ts",
5625
+ "path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
5762
5626
  "declarations": [
5763
5627
  {
5764
5628
  "kind": "function",
5765
- "name": "foundationBreadcrumbStyles",
5629
+ "name": "foundationBreadcrumbItemStyles",
5766
5630
  "return": {
5767
5631
  "type": {
5768
5632
  "text": "ElementStyles"
@@ -5787,24 +5651,24 @@
5787
5651
  "exports": [
5788
5652
  {
5789
5653
  "kind": "js",
5790
- "name": "foundationBreadcrumbStyles",
5654
+ "name": "foundationBreadcrumbItemStyles",
5791
5655
  "declaration": {
5792
- "name": "foundationBreadcrumbStyles",
5793
- "module": "src/breadcrumb/breadcrumb.styles.ts"
5656
+ "name": "foundationBreadcrumbItemStyles",
5657
+ "module": "src/breadcrumb-item/breadcrumb-item.styles.ts"
5794
5658
  }
5795
5659
  }
5796
5660
  ]
5797
5661
  },
5798
5662
  {
5799
5663
  "kind": "javascript-module",
5800
- "path": "src/breadcrumb/breadcrumb.template.ts",
5664
+ "path": "src/breadcrumb-item/breadcrumb-item.template.ts",
5801
5665
  "declarations": [
5802
5666
  {
5803
5667
  "kind": "function",
5804
- "name": "foundationBreadcrumbTemplate",
5668
+ "name": "foundationBreadcrumbItemTemplate",
5805
5669
  "return": {
5806
5670
  "type": {
5807
- "text": "ViewTemplate<Breadcrumb>"
5671
+ "text": "ViewTemplate<BreadcrumbItem>"
5808
5672
  }
5809
5673
  },
5810
5674
  "parameters": [
@@ -5826,116 +5690,252 @@
5826
5690
  "exports": [
5827
5691
  {
5828
5692
  "kind": "js",
5829
- "name": "foundationBreadcrumbTemplate",
5693
+ "name": "foundationBreadcrumbItemTemplate",
5830
5694
  "declaration": {
5831
- "name": "foundationBreadcrumbTemplate",
5832
- "module": "src/breadcrumb/breadcrumb.template.ts"
5695
+ "name": "foundationBreadcrumbItemTemplate",
5696
+ "module": "src/breadcrumb-item/breadcrumb-item.template.ts"
5833
5697
  }
5834
5698
  }
5835
5699
  ]
5836
5700
  },
5837
5701
  {
5838
5702
  "kind": "javascript-module",
5839
- "path": "src/breadcrumb/breadcrumb.ts",
5703
+ "path": "src/breadcrumb-item/breadcrumb-item.ts",
5840
5704
  "declarations": [
5841
5705
  {
5842
5706
  "kind": "class",
5843
5707
  "description": "",
5844
- "name": "Breadcrumb",
5708
+ "name": "BreadcrumbItem",
5845
5709
  "superclass": {
5846
- "name": "FASTBreadcrumb",
5710
+ "name": "FASTBreadcrumbItem",
5847
5711
  "package": "@microsoft/fast-components"
5848
5712
  },
5849
- "tagName": "%%prefix%%-breadcrumb",
5713
+ "tagName": "%%prefix%%-breadcrumb-item",
5850
5714
  "customElement": true,
5715
+ "attributes": [
5716
+ {
5717
+ "name": "download",
5718
+ "type": {
5719
+ "text": "string"
5720
+ },
5721
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5722
+ "fieldName": "download",
5723
+ "inheritedFrom": {
5724
+ "name": "Anchor",
5725
+ "module": "src/anchor/anchor.ts"
5726
+ }
5727
+ },
5728
+ {
5729
+ "name": "href",
5730
+ "type": {
5731
+ "text": "string"
5732
+ },
5733
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5734
+ "fieldName": "href",
5735
+ "inheritedFrom": {
5736
+ "name": "Anchor",
5737
+ "module": "src/anchor/anchor.ts"
5738
+ }
5739
+ },
5740
+ {
5741
+ "name": "hreflang",
5742
+ "type": {
5743
+ "text": "string"
5744
+ },
5745
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5746
+ "fieldName": "hreflang",
5747
+ "inheritedFrom": {
5748
+ "name": "Anchor",
5749
+ "module": "src/anchor/anchor.ts"
5750
+ }
5751
+ },
5752
+ {
5753
+ "name": "ping",
5754
+ "type": {
5755
+ "text": "string"
5756
+ },
5757
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5758
+ "fieldName": "ping",
5759
+ "inheritedFrom": {
5760
+ "name": "Anchor",
5761
+ "module": "src/anchor/anchor.ts"
5762
+ }
5763
+ },
5764
+ {
5765
+ "name": "referrerpolicy",
5766
+ "type": {
5767
+ "text": "string"
5768
+ },
5769
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5770
+ "fieldName": "referrerpolicy",
5771
+ "inheritedFrom": {
5772
+ "name": "Anchor",
5773
+ "module": "src/anchor/anchor.ts"
5774
+ }
5775
+ },
5776
+ {
5777
+ "name": "rel",
5778
+ "type": {
5779
+ "text": "string"
5780
+ },
5781
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5782
+ "fieldName": "rel",
5783
+ "inheritedFrom": {
5784
+ "name": "Anchor",
5785
+ "module": "src/anchor/anchor.ts"
5786
+ }
5787
+ },
5788
+ {
5789
+ "name": "target",
5790
+ "type": {
5791
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
5792
+ },
5793
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5794
+ "fieldName": "target",
5795
+ "inheritedFrom": {
5796
+ "name": "Anchor",
5797
+ "module": "src/anchor/anchor.ts"
5798
+ }
5799
+ },
5800
+ {
5801
+ "name": "type",
5802
+ "type": {
5803
+ "text": "string"
5804
+ },
5805
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5806
+ "fieldName": "type",
5807
+ "inheritedFrom": {
5808
+ "name": "Anchor",
5809
+ "module": "src/anchor/anchor.ts"
5810
+ }
5811
+ }
5812
+ ],
5851
5813
  "members": [
5852
5814
  {
5853
- "kind": "method",
5854
- "name": "slottedBreadcrumbItemsChanged",
5815
+ "kind": "field",
5816
+ "name": "download",
5817
+ "type": {
5818
+ "text": "string"
5819
+ },
5855
5820
  "privacy": "public",
5821
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5856
5822
  "inheritedFrom": {
5857
- "name": "Breadcrumb",
5858
- "module": "src/breadcrumb/breadcrumb.ts"
5823
+ "name": "Anchor",
5824
+ "module": "src/anchor/anchor.ts"
5859
5825
  }
5860
5826
  },
5861
5827
  {
5862
- "kind": "method",
5863
- "name": "setItemSeparator",
5864
- "privacy": "private",
5865
- "return": {
5866
- "type": {
5867
- "text": "void"
5868
- }
5828
+ "kind": "field",
5829
+ "name": "href",
5830
+ "type": {
5831
+ "text": "string"
5869
5832
  },
5870
- "parameters": [
5871
- {
5872
- "name": "item",
5873
- "type": {
5874
- "text": "HTMLElement"
5875
- }
5876
- },
5877
- {
5878
- "name": "isLastNode",
5879
- "type": {
5880
- "text": "boolean"
5881
- }
5882
- }
5883
- ],
5833
+ "privacy": "public",
5834
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5884
5835
  "inheritedFrom": {
5885
- "name": "Breadcrumb",
5886
- "module": "src/breadcrumb/breadcrumb.ts"
5836
+ "name": "Anchor",
5837
+ "module": "src/anchor/anchor.ts"
5887
5838
  }
5888
5839
  },
5889
5840
  {
5890
- "kind": "method",
5891
- "name": "findChildWithHref",
5892
- "privacy": "private",
5893
- "return": {
5894
- "type": {
5895
- "text": "HTMLElement | null"
5896
- }
5841
+ "kind": "field",
5842
+ "name": "hreflang",
5843
+ "type": {
5844
+ "text": "string"
5897
5845
  },
5898
- "parameters": [
5899
- {
5900
- "name": "node",
5901
- "type": {
5902
- "text": "HTMLElement"
5903
- }
5904
- }
5905
- ],
5906
- "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
5846
+ "privacy": "public",
5847
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5907
5848
  "inheritedFrom": {
5908
- "name": "Breadcrumb",
5909
- "module": "src/breadcrumb/breadcrumb.ts"
5849
+ "name": "Anchor",
5850
+ "module": "src/anchor/anchor.ts"
5910
5851
  }
5911
5852
  },
5912
5853
  {
5913
- "kind": "method",
5914
- "name": "setAriaCurrent",
5915
- "privacy": "private",
5916
- "return": {
5917
- "type": {
5918
- "text": "void"
5919
- }
5854
+ "kind": "field",
5855
+ "name": "ping",
5856
+ "type": {
5857
+ "text": "string"
5920
5858
  },
5921
- "parameters": [
5922
- {
5923
- "name": "item",
5924
- "type": {
5925
- "text": "HTMLElement"
5926
- }
5927
- },
5928
- {
5929
- "name": "isLastNode",
5930
- "type": {
5931
- "text": "boolean"
5932
- }
5933
- }
5934
- ],
5935
- "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
5859
+ "privacy": "public",
5860
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5936
5861
  "inheritedFrom": {
5937
- "name": "Breadcrumb",
5938
- "module": "src/breadcrumb/breadcrumb.ts"
5862
+ "name": "Anchor",
5863
+ "module": "src/anchor/anchor.ts"
5864
+ }
5865
+ },
5866
+ {
5867
+ "kind": "field",
5868
+ "name": "referrerpolicy",
5869
+ "type": {
5870
+ "text": "string"
5871
+ },
5872
+ "privacy": "public",
5873
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5874
+ "inheritedFrom": {
5875
+ "name": "Anchor",
5876
+ "module": "src/anchor/anchor.ts"
5877
+ }
5878
+ },
5879
+ {
5880
+ "kind": "field",
5881
+ "name": "rel",
5882
+ "type": {
5883
+ "text": "string"
5884
+ },
5885
+ "privacy": "public",
5886
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5887
+ "inheritedFrom": {
5888
+ "name": "Anchor",
5889
+ "module": "src/anchor/anchor.ts"
5890
+ }
5891
+ },
5892
+ {
5893
+ "kind": "field",
5894
+ "name": "target",
5895
+ "type": {
5896
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
5897
+ },
5898
+ "privacy": "public",
5899
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5900
+ "inheritedFrom": {
5901
+ "name": "Anchor",
5902
+ "module": "src/anchor/anchor.ts"
5903
+ }
5904
+ },
5905
+ {
5906
+ "kind": "field",
5907
+ "name": "type",
5908
+ "type": {
5909
+ "text": "string"
5910
+ },
5911
+ "privacy": "public",
5912
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5913
+ "inheritedFrom": {
5914
+ "name": "Anchor",
5915
+ "module": "src/anchor/anchor.ts"
5916
+ }
5917
+ },
5918
+ {
5919
+ "kind": "field",
5920
+ "name": "control",
5921
+ "type": {
5922
+ "text": "HTMLAnchorElement | undefined"
5923
+ },
5924
+ "privacy": "public",
5925
+ "description": "References the root element",
5926
+ "inheritedFrom": {
5927
+ "name": "Anchor",
5928
+ "module": "src/anchor/anchor.ts"
5929
+ }
5930
+ },
5931
+ {
5932
+ "kind": "field",
5933
+ "name": "handleUnsupportedDelegatesFocus",
5934
+ "privacy": "private",
5935
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
5936
+ "inheritedFrom": {
5937
+ "name": "Anchor",
5938
+ "module": "src/anchor/anchor.ts"
5939
5939
  }
5940
5940
  },
5941
5941
  {
@@ -6053,7 +6053,7 @@
6053
6053
  },
6054
6054
  {
6055
6055
  "kind": "variable",
6056
- "name": "foundationBreadcrumbShadowOptions",
6056
+ "name": "foundationBreadcrumbItemShadowOptions",
6057
6057
  "type": {
6058
6058
  "text": "ShadowRootInit"
6059
6059
  },
@@ -6061,57 +6061,57 @@
6061
6061
  },
6062
6062
  {
6063
6063
  "kind": "variable",
6064
- "name": "defaultBreadcrumbConfig",
6064
+ "name": "defaultBreadcrumbItemConfig",
6065
6065
  "type": {
6066
6066
  "text": "object"
6067
6067
  },
6068
- "default": "{}"
6068
+ "default": "{\n separator: '/',\n}"
6069
6069
  },
6070
6070
  {
6071
6071
  "kind": "variable",
6072
- "name": "foundationBreadcrumb",
6073
- "description": "The Foundation Breadcrumb",
6072
+ "name": "foundationBreadcrumbItem",
6073
+ "description": "The Foundation Breadcrumb Item",
6074
6074
  "privacy": "public"
6075
6075
  }
6076
6076
  ],
6077
6077
  "exports": [
6078
6078
  {
6079
6079
  "kind": "js",
6080
- "name": "Breadcrumb",
6080
+ "name": "BreadcrumbItem",
6081
6081
  "declaration": {
6082
- "name": "Breadcrumb",
6083
- "module": "src/breadcrumb/breadcrumb.ts"
6082
+ "name": "BreadcrumbItem",
6083
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
6084
6084
  }
6085
6085
  },
6086
6086
  {
6087
6087
  "kind": "js",
6088
- "name": "foundationBreadcrumbShadowOptions",
6088
+ "name": "foundationBreadcrumbItemShadowOptions",
6089
6089
  "declaration": {
6090
- "name": "foundationBreadcrumbShadowOptions",
6091
- "module": "src/breadcrumb/breadcrumb.ts"
6090
+ "name": "foundationBreadcrumbItemShadowOptions",
6091
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
6092
6092
  }
6093
6093
  },
6094
6094
  {
6095
6095
  "kind": "js",
6096
- "name": "defaultBreadcrumbConfig",
6096
+ "name": "defaultBreadcrumbItemConfig",
6097
6097
  "declaration": {
6098
- "name": "defaultBreadcrumbConfig",
6099
- "module": "src/breadcrumb/breadcrumb.ts"
6098
+ "name": "defaultBreadcrumbItemConfig",
6099
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
6100
6100
  }
6101
6101
  },
6102
6102
  {
6103
6103
  "kind": "js",
6104
- "name": "foundationBreadcrumb",
6104
+ "name": "foundationBreadcrumbItem",
6105
6105
  "declaration": {
6106
- "name": "foundationBreadcrumb",
6107
- "module": "src/breadcrumb/breadcrumb.ts"
6106
+ "name": "foundationBreadcrumbItem",
6107
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
6108
6108
  }
6109
6109
  }
6110
6110
  ]
6111
6111
  },
6112
6112
  {
6113
6113
  "kind": "javascript-module",
6114
- "path": "src/breadcrumb/index.ts",
6114
+ "path": "src/breadcrumb-item/index.ts",
6115
6115
  "declarations": [],
6116
6116
  "exports": [
6117
6117
  {
@@ -6119,7 +6119,7 @@
6119
6119
  "name": "*",
6120
6120
  "declaration": {
6121
6121
  "name": "*",
6122
- "package": "./breadcrumb.template"
6122
+ "package": "./breadcrumb-item.template"
6123
6123
  }
6124
6124
  },
6125
6125
  {
@@ -6127,7 +6127,7 @@
6127
6127
  "name": "*",
6128
6128
  "declaration": {
6129
6129
  "name": "*",
6130
- "package": "./breadcrumb.styles"
6130
+ "package": "./breadcrumb-item.styles"
6131
6131
  }
6132
6132
  },
6133
6133
  {
@@ -6135,7 +6135,7 @@
6135
6135
  "name": "*",
6136
6136
  "declaration": {
6137
6137
  "name": "*",
6138
- "package": "./breadcrumb"
6138
+ "package": "./breadcrumb-item"
6139
6139
  }
6140
6140
  }
6141
6141
  ]
@@ -28663,6 +28663,387 @@
28663
28663
  }
28664
28664
  ]
28665
28665
  },
28666
+ {
28667
+ "kind": "javascript-module",
28668
+ "path": "src/radio/index.ts",
28669
+ "declarations": [],
28670
+ "exports": [
28671
+ {
28672
+ "kind": "js",
28673
+ "name": "*",
28674
+ "declaration": {
28675
+ "name": "*",
28676
+ "package": "./radio.template"
28677
+ }
28678
+ },
28679
+ {
28680
+ "kind": "js",
28681
+ "name": "*",
28682
+ "declaration": {
28683
+ "name": "*",
28684
+ "package": "./radio.styles"
28685
+ }
28686
+ },
28687
+ {
28688
+ "kind": "js",
28689
+ "name": "*",
28690
+ "declaration": {
28691
+ "name": "*",
28692
+ "package": "./radio"
28693
+ }
28694
+ }
28695
+ ]
28696
+ },
28697
+ {
28698
+ "kind": "javascript-module",
28699
+ "path": "src/radio/radio.styles.ts",
28700
+ "declarations": [
28701
+ {
28702
+ "kind": "function",
28703
+ "name": "foundationRadioStyles",
28704
+ "return": {
28705
+ "type": {
28706
+ "text": "ElementStyles"
28707
+ }
28708
+ },
28709
+ "parameters": [
28710
+ {
28711
+ "name": "context",
28712
+ "type": {
28713
+ "text": "ElementDefinitionContext"
28714
+ }
28715
+ },
28716
+ {
28717
+ "name": "definition",
28718
+ "type": {
28719
+ "text": "RadioOptions"
28720
+ }
28721
+ }
28722
+ ]
28723
+ }
28724
+ ],
28725
+ "exports": [
28726
+ {
28727
+ "kind": "js",
28728
+ "name": "foundationRadioStyles",
28729
+ "declaration": {
28730
+ "name": "foundationRadioStyles",
28731
+ "module": "src/radio/radio.styles.ts"
28732
+ }
28733
+ }
28734
+ ]
28735
+ },
28736
+ {
28737
+ "kind": "javascript-module",
28738
+ "path": "src/radio/radio.template.ts",
28739
+ "declarations": [
28740
+ {
28741
+ "kind": "function",
28742
+ "name": "foundationRadioTemplate",
28743
+ "return": {
28744
+ "type": {
28745
+ "text": "ViewTemplate<Radio>"
28746
+ }
28747
+ },
28748
+ "parameters": [
28749
+ {
28750
+ "name": "context",
28751
+ "type": {
28752
+ "text": "ElementDefinitionContext"
28753
+ }
28754
+ },
28755
+ {
28756
+ "name": "definition",
28757
+ "type": {
28758
+ "text": "RadioOptions"
28759
+ }
28760
+ }
28761
+ ]
28762
+ }
28763
+ ],
28764
+ "exports": [
28765
+ {
28766
+ "kind": "js",
28767
+ "name": "foundationRadioTemplate",
28768
+ "declaration": {
28769
+ "name": "foundationRadioTemplate",
28770
+ "module": "src/radio/radio.template.ts"
28771
+ }
28772
+ }
28773
+ ]
28774
+ },
28775
+ {
28776
+ "kind": "javascript-module",
28777
+ "path": "src/radio/radio.ts",
28778
+ "declarations": [
28779
+ {
28780
+ "kind": "class",
28781
+ "description": "",
28782
+ "name": "Radio",
28783
+ "superclass": {
28784
+ "name": "FASTRadio",
28785
+ "package": "@microsoft/fast-components"
28786
+ },
28787
+ "tagName": "%%prefix%%-radio",
28788
+ "customElement": true,
28789
+ "attributes": [
28790
+ {
28791
+ "name": "readonly",
28792
+ "type": {
28793
+ "text": "boolean"
28794
+ },
28795
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
28796
+ "fieldName": "readOnly",
28797
+ "inheritedFrom": {
28798
+ "name": "Radio",
28799
+ "module": "src/radio/radio.ts"
28800
+ }
28801
+ }
28802
+ ],
28803
+ "members": [
28804
+ {
28805
+ "kind": "field",
28806
+ "name": "readOnly",
28807
+ "type": {
28808
+ "text": "boolean"
28809
+ },
28810
+ "privacy": "public",
28811
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
28812
+ "inheritedFrom": {
28813
+ "name": "Radio",
28814
+ "module": "src/radio/radio.ts"
28815
+ }
28816
+ },
28817
+ {
28818
+ "kind": "method",
28819
+ "name": "readOnlyChanged",
28820
+ "privacy": "private",
28821
+ "return": {
28822
+ "type": {
28823
+ "text": "void"
28824
+ }
28825
+ },
28826
+ "inheritedFrom": {
28827
+ "name": "Radio",
28828
+ "module": "src/radio/radio.ts"
28829
+ }
28830
+ },
28831
+ {
28832
+ "kind": "field",
28833
+ "name": "name",
28834
+ "type": {
28835
+ "text": "string"
28836
+ },
28837
+ "privacy": "public",
28838
+ "description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
28839
+ "inheritedFrom": {
28840
+ "name": "Radio",
28841
+ "module": "src/radio/radio.ts"
28842
+ }
28843
+ },
28844
+ {
28845
+ "kind": "method",
28846
+ "name": "isInsideRadioGroup",
28847
+ "privacy": "private",
28848
+ "return": {
28849
+ "type": {
28850
+ "text": "boolean"
28851
+ }
28852
+ },
28853
+ "inheritedFrom": {
28854
+ "name": "Radio",
28855
+ "module": "src/radio/radio.ts"
28856
+ }
28857
+ },
28858
+ {
28859
+ "kind": "field",
28860
+ "name": "proxy",
28861
+ "inheritedFrom": {
28862
+ "name": "Radio",
28863
+ "module": "src/radio/radio.ts"
28864
+ }
28865
+ },
28866
+ {
28867
+ "kind": "field",
28868
+ "name": "_presentation",
28869
+ "type": {
28870
+ "text": "ComponentPresentation | null | undefined"
28871
+ },
28872
+ "privacy": "private",
28873
+ "default": "void 0",
28874
+ "inheritedFrom": {
28875
+ "name": "Radio",
28876
+ "module": "src/radio/radio.ts"
28877
+ }
28878
+ },
28879
+ {
28880
+ "kind": "field",
28881
+ "name": "$presentation",
28882
+ "type": {
28883
+ "text": "ComponentPresentation | null"
28884
+ },
28885
+ "privacy": "public",
28886
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
28887
+ "inheritedFrom": {
28888
+ "name": "Radio",
28889
+ "module": "src/radio/radio.ts"
28890
+ }
28891
+ },
28892
+ {
28893
+ "kind": "field",
28894
+ "name": "template",
28895
+ "type": {
28896
+ "text": "ElementViewTemplate | void | null"
28897
+ },
28898
+ "privacy": "public",
28899
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
28900
+ "inheritedFrom": {
28901
+ "name": "Radio",
28902
+ "module": "src/radio/radio.ts"
28903
+ }
28904
+ },
28905
+ {
28906
+ "kind": "method",
28907
+ "name": "templateChanged",
28908
+ "privacy": "protected",
28909
+ "return": {
28910
+ "type": {
28911
+ "text": "void"
28912
+ }
28913
+ },
28914
+ "inheritedFrom": {
28915
+ "name": "Radio",
28916
+ "module": "src/radio/radio.ts"
28917
+ }
28918
+ },
28919
+ {
28920
+ "kind": "field",
28921
+ "name": "styles",
28922
+ "type": {
28923
+ "text": "ElementStyles | void | null"
28924
+ },
28925
+ "privacy": "public",
28926
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
28927
+ "inheritedFrom": {
28928
+ "name": "Radio",
28929
+ "module": "src/radio/radio.ts"
28930
+ }
28931
+ },
28932
+ {
28933
+ "kind": "method",
28934
+ "name": "stylesChanged",
28935
+ "privacy": "protected",
28936
+ "return": {
28937
+ "type": {
28938
+ "text": "void"
28939
+ }
28940
+ },
28941
+ "inheritedFrom": {
28942
+ "name": "Radio",
28943
+ "module": "src/radio/radio.ts"
28944
+ }
28945
+ },
28946
+ {
28947
+ "kind": "method",
28948
+ "name": "compose",
28949
+ "privacy": "public",
28950
+ "static": true,
28951
+ "return": {
28952
+ "type": {
28953
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
28954
+ }
28955
+ },
28956
+ "parameters": [
28957
+ {
28958
+ "name": "this",
28959
+ "type": {
28960
+ "text": "K"
28961
+ }
28962
+ },
28963
+ {
28964
+ "name": "elementDefinition",
28965
+ "type": {
28966
+ "text": "T"
28967
+ },
28968
+ "description": "The definition of the element to create the registry\nfunction for."
28969
+ }
28970
+ ],
28971
+ "description": "Defines an element registry function with a set of element definition defaults.",
28972
+ "inheritedFrom": {
28973
+ "name": "Radio",
28974
+ "module": "src/radio/radio.ts"
28975
+ }
28976
+ }
28977
+ ],
28978
+ "events": [
28979
+ {
28980
+ "description": "Emits a custom change event when the checked state changes",
28981
+ "name": "change",
28982
+ "inheritedFrom": {
28983
+ "name": "Radio",
28984
+ "module": "src/radio/radio.ts"
28985
+ }
28986
+ }
28987
+ ]
28988
+ },
28989
+ {
28990
+ "kind": "variable",
28991
+ "name": "foundationRadioShadowOptions",
28992
+ "type": {
28993
+ "text": "ShadowRootInit"
28994
+ },
28995
+ "default": "undefined"
28996
+ },
28997
+ {
28998
+ "kind": "variable",
28999
+ "name": "defaultRadioConfig",
29000
+ "type": {
29001
+ "text": "object"
29002
+ },
29003
+ "default": "{\n checkedIndicator: `\n <div part=\"checked-indicator\" class=\"checked-indicator\"></div>\n `,\n}"
29004
+ },
29005
+ {
29006
+ "kind": "variable",
29007
+ "name": "foundationRadio",
29008
+ "description": "The Foundation Radio",
29009
+ "privacy": "public"
29010
+ }
29011
+ ],
29012
+ "exports": [
29013
+ {
29014
+ "kind": "js",
29015
+ "name": "Radio",
29016
+ "declaration": {
29017
+ "name": "Radio",
29018
+ "module": "src/radio/radio.ts"
29019
+ }
29020
+ },
29021
+ {
29022
+ "kind": "js",
29023
+ "name": "foundationRadioShadowOptions",
29024
+ "declaration": {
29025
+ "name": "foundationRadioShadowOptions",
29026
+ "module": "src/radio/radio.ts"
29027
+ }
29028
+ },
29029
+ {
29030
+ "kind": "js",
29031
+ "name": "defaultRadioConfig",
29032
+ "declaration": {
29033
+ "name": "defaultRadioConfig",
29034
+ "module": "src/radio/radio.ts"
29035
+ }
29036
+ },
29037
+ {
29038
+ "kind": "js",
29039
+ "name": "foundationRadio",
29040
+ "declaration": {
29041
+ "name": "foundationRadio",
29042
+ "module": "src/radio/radio.ts"
29043
+ }
29044
+ }
29045
+ ]
29046
+ },
28666
29047
  {
28667
29048
  "kind": "javascript-module",
28668
29049
  "path": "src/radio-group/index.ts",
@@ -29358,387 +29739,6 @@
29358
29739
  }
29359
29740
  ]
29360
29741
  },
29361
- {
29362
- "kind": "javascript-module",
29363
- "path": "src/radio/index.ts",
29364
- "declarations": [],
29365
- "exports": [
29366
- {
29367
- "kind": "js",
29368
- "name": "*",
29369
- "declaration": {
29370
- "name": "*",
29371
- "package": "./radio.template"
29372
- }
29373
- },
29374
- {
29375
- "kind": "js",
29376
- "name": "*",
29377
- "declaration": {
29378
- "name": "*",
29379
- "package": "./radio.styles"
29380
- }
29381
- },
29382
- {
29383
- "kind": "js",
29384
- "name": "*",
29385
- "declaration": {
29386
- "name": "*",
29387
- "package": "./radio"
29388
- }
29389
- }
29390
- ]
29391
- },
29392
- {
29393
- "kind": "javascript-module",
29394
- "path": "src/radio/radio.styles.ts",
29395
- "declarations": [
29396
- {
29397
- "kind": "function",
29398
- "name": "foundationRadioStyles",
29399
- "return": {
29400
- "type": {
29401
- "text": "ElementStyles"
29402
- }
29403
- },
29404
- "parameters": [
29405
- {
29406
- "name": "context",
29407
- "type": {
29408
- "text": "ElementDefinitionContext"
29409
- }
29410
- },
29411
- {
29412
- "name": "definition",
29413
- "type": {
29414
- "text": "RadioOptions"
29415
- }
29416
- }
29417
- ]
29418
- }
29419
- ],
29420
- "exports": [
29421
- {
29422
- "kind": "js",
29423
- "name": "foundationRadioStyles",
29424
- "declaration": {
29425
- "name": "foundationRadioStyles",
29426
- "module": "src/radio/radio.styles.ts"
29427
- }
29428
- }
29429
- ]
29430
- },
29431
- {
29432
- "kind": "javascript-module",
29433
- "path": "src/radio/radio.template.ts",
29434
- "declarations": [
29435
- {
29436
- "kind": "function",
29437
- "name": "foundationRadioTemplate",
29438
- "return": {
29439
- "type": {
29440
- "text": "ViewTemplate<Radio>"
29441
- }
29442
- },
29443
- "parameters": [
29444
- {
29445
- "name": "context",
29446
- "type": {
29447
- "text": "ElementDefinitionContext"
29448
- }
29449
- },
29450
- {
29451
- "name": "definition",
29452
- "type": {
29453
- "text": "RadioOptions"
29454
- }
29455
- }
29456
- ]
29457
- }
29458
- ],
29459
- "exports": [
29460
- {
29461
- "kind": "js",
29462
- "name": "foundationRadioTemplate",
29463
- "declaration": {
29464
- "name": "foundationRadioTemplate",
29465
- "module": "src/radio/radio.template.ts"
29466
- }
29467
- }
29468
- ]
29469
- },
29470
- {
29471
- "kind": "javascript-module",
29472
- "path": "src/radio/radio.ts",
29473
- "declarations": [
29474
- {
29475
- "kind": "class",
29476
- "description": "",
29477
- "name": "Radio",
29478
- "superclass": {
29479
- "name": "FASTRadio",
29480
- "package": "@microsoft/fast-components"
29481
- },
29482
- "tagName": "%%prefix%%-radio",
29483
- "customElement": true,
29484
- "attributes": [
29485
- {
29486
- "name": "readonly",
29487
- "type": {
29488
- "text": "boolean"
29489
- },
29490
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
29491
- "fieldName": "readOnly",
29492
- "inheritedFrom": {
29493
- "name": "Radio",
29494
- "module": "src/radio/radio.ts"
29495
- }
29496
- }
29497
- ],
29498
- "members": [
29499
- {
29500
- "kind": "field",
29501
- "name": "readOnly",
29502
- "type": {
29503
- "text": "boolean"
29504
- },
29505
- "privacy": "public",
29506
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
29507
- "inheritedFrom": {
29508
- "name": "Radio",
29509
- "module": "src/radio/radio.ts"
29510
- }
29511
- },
29512
- {
29513
- "kind": "method",
29514
- "name": "readOnlyChanged",
29515
- "privacy": "private",
29516
- "return": {
29517
- "type": {
29518
- "text": "void"
29519
- }
29520
- },
29521
- "inheritedFrom": {
29522
- "name": "Radio",
29523
- "module": "src/radio/radio.ts"
29524
- }
29525
- },
29526
- {
29527
- "kind": "field",
29528
- "name": "name",
29529
- "type": {
29530
- "text": "string"
29531
- },
29532
- "privacy": "public",
29533
- "description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
29534
- "inheritedFrom": {
29535
- "name": "Radio",
29536
- "module": "src/radio/radio.ts"
29537
- }
29538
- },
29539
- {
29540
- "kind": "method",
29541
- "name": "isInsideRadioGroup",
29542
- "privacy": "private",
29543
- "return": {
29544
- "type": {
29545
- "text": "boolean"
29546
- }
29547
- },
29548
- "inheritedFrom": {
29549
- "name": "Radio",
29550
- "module": "src/radio/radio.ts"
29551
- }
29552
- },
29553
- {
29554
- "kind": "field",
29555
- "name": "proxy",
29556
- "inheritedFrom": {
29557
- "name": "Radio",
29558
- "module": "src/radio/radio.ts"
29559
- }
29560
- },
29561
- {
29562
- "kind": "field",
29563
- "name": "_presentation",
29564
- "type": {
29565
- "text": "ComponentPresentation | null | undefined"
29566
- },
29567
- "privacy": "private",
29568
- "default": "void 0",
29569
- "inheritedFrom": {
29570
- "name": "Radio",
29571
- "module": "src/radio/radio.ts"
29572
- }
29573
- },
29574
- {
29575
- "kind": "field",
29576
- "name": "$presentation",
29577
- "type": {
29578
- "text": "ComponentPresentation | null"
29579
- },
29580
- "privacy": "public",
29581
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
29582
- "inheritedFrom": {
29583
- "name": "Radio",
29584
- "module": "src/radio/radio.ts"
29585
- }
29586
- },
29587
- {
29588
- "kind": "field",
29589
- "name": "template",
29590
- "type": {
29591
- "text": "ElementViewTemplate | void | null"
29592
- },
29593
- "privacy": "public",
29594
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
29595
- "inheritedFrom": {
29596
- "name": "Radio",
29597
- "module": "src/radio/radio.ts"
29598
- }
29599
- },
29600
- {
29601
- "kind": "method",
29602
- "name": "templateChanged",
29603
- "privacy": "protected",
29604
- "return": {
29605
- "type": {
29606
- "text": "void"
29607
- }
29608
- },
29609
- "inheritedFrom": {
29610
- "name": "Radio",
29611
- "module": "src/radio/radio.ts"
29612
- }
29613
- },
29614
- {
29615
- "kind": "field",
29616
- "name": "styles",
29617
- "type": {
29618
- "text": "ElementStyles | void | null"
29619
- },
29620
- "privacy": "public",
29621
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
29622
- "inheritedFrom": {
29623
- "name": "Radio",
29624
- "module": "src/radio/radio.ts"
29625
- }
29626
- },
29627
- {
29628
- "kind": "method",
29629
- "name": "stylesChanged",
29630
- "privacy": "protected",
29631
- "return": {
29632
- "type": {
29633
- "text": "void"
29634
- }
29635
- },
29636
- "inheritedFrom": {
29637
- "name": "Radio",
29638
- "module": "src/radio/radio.ts"
29639
- }
29640
- },
29641
- {
29642
- "kind": "method",
29643
- "name": "compose",
29644
- "privacy": "public",
29645
- "static": true,
29646
- "return": {
29647
- "type": {
29648
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
29649
- }
29650
- },
29651
- "parameters": [
29652
- {
29653
- "name": "this",
29654
- "type": {
29655
- "text": "K"
29656
- }
29657
- },
29658
- {
29659
- "name": "elementDefinition",
29660
- "type": {
29661
- "text": "T"
29662
- },
29663
- "description": "The definition of the element to create the registry\nfunction for."
29664
- }
29665
- ],
29666
- "description": "Defines an element registry function with a set of element definition defaults.",
29667
- "inheritedFrom": {
29668
- "name": "Radio",
29669
- "module": "src/radio/radio.ts"
29670
- }
29671
- }
29672
- ],
29673
- "events": [
29674
- {
29675
- "description": "Emits a custom change event when the checked state changes",
29676
- "name": "change",
29677
- "inheritedFrom": {
29678
- "name": "Radio",
29679
- "module": "src/radio/radio.ts"
29680
- }
29681
- }
29682
- ]
29683
- },
29684
- {
29685
- "kind": "variable",
29686
- "name": "foundationRadioShadowOptions",
29687
- "type": {
29688
- "text": "ShadowRootInit"
29689
- },
29690
- "default": "undefined"
29691
- },
29692
- {
29693
- "kind": "variable",
29694
- "name": "defaultRadioConfig",
29695
- "type": {
29696
- "text": "object"
29697
- },
29698
- "default": "{\n checkedIndicator: `\n <div part=\"checked-indicator\" class=\"checked-indicator\"></div>\n `,\n}"
29699
- },
29700
- {
29701
- "kind": "variable",
29702
- "name": "foundationRadio",
29703
- "description": "The Foundation Radio",
29704
- "privacy": "public"
29705
- }
29706
- ],
29707
- "exports": [
29708
- {
29709
- "kind": "js",
29710
- "name": "Radio",
29711
- "declaration": {
29712
- "name": "Radio",
29713
- "module": "src/radio/radio.ts"
29714
- }
29715
- },
29716
- {
29717
- "kind": "js",
29718
- "name": "foundationRadioShadowOptions",
29719
- "declaration": {
29720
- "name": "foundationRadioShadowOptions",
29721
- "module": "src/radio/radio.ts"
29722
- }
29723
- },
29724
- {
29725
- "kind": "js",
29726
- "name": "defaultRadioConfig",
29727
- "declaration": {
29728
- "name": "defaultRadioConfig",
29729
- "module": "src/radio/radio.ts"
29730
- }
29731
- },
29732
- {
29733
- "kind": "js",
29734
- "name": "foundationRadio",
29735
- "declaration": {
29736
- "name": "foundationRadio",
29737
- "module": "src/radio/radio.ts"
29738
- }
29739
- }
29740
- ]
29741
- },
29742
29742
  {
29743
29743
  "kind": "javascript-module",
29744
29744
  "path": "src/router/configuration.ts",
@@ -45104,6 +45104,55 @@
45104
45104
  }
45105
45105
  ]
45106
45106
  },
45107
+ {
45108
+ "kind": "javascript-module",
45109
+ "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
45110
+ "declarations": [
45111
+ {
45112
+ "kind": "function",
45113
+ "name": "gridLayoutRWDStyles",
45114
+ "return": {
45115
+ "type": {
45116
+ "text": "ElementStyles"
45117
+ }
45118
+ },
45119
+ "parameters": [
45120
+ {
45121
+ "name": "breakPoint",
45122
+ "optional": true,
45123
+ "type": {
45124
+ "text": "GridBreakPointType"
45125
+ }
45126
+ }
45127
+ ]
45128
+ }
45129
+ ],
45130
+ "exports": [
45131
+ {
45132
+ "kind": "js",
45133
+ "name": "gridLayoutRWDStyles",
45134
+ "declaration": {
45135
+ "name": "gridLayoutRWDStyles",
45136
+ "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
45137
+ }
45138
+ }
45139
+ ]
45140
+ },
45141
+ {
45142
+ "kind": "javascript-module",
45143
+ "path": "src/grid-layout/responsiveness/index.ts",
45144
+ "declarations": [],
45145
+ "exports": [
45146
+ {
45147
+ "kind": "js",
45148
+ "name": "*",
45149
+ "declaration": {
45150
+ "name": "*",
45151
+ "package": "./grid-layout-rwd.styles"
45152
+ }
45153
+ }
45154
+ ]
45155
+ },
45107
45156
  {
45108
45157
  "kind": "javascript-module",
45109
45158
  "path": "src/overlays/system-health/index.ts",
@@ -45637,55 +45686,6 @@
45637
45686
  }
45638
45687
  ]
45639
45688
  },
45640
- {
45641
- "kind": "javascript-module",
45642
- "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
45643
- "declarations": [
45644
- {
45645
- "kind": "function",
45646
- "name": "gridLayoutRWDStyles",
45647
- "return": {
45648
- "type": {
45649
- "text": "ElementStyles"
45650
- }
45651
- },
45652
- "parameters": [
45653
- {
45654
- "name": "breakPoint",
45655
- "optional": true,
45656
- "type": {
45657
- "text": "GridBreakPointType"
45658
- }
45659
- }
45660
- ]
45661
- }
45662
- ],
45663
- "exports": [
45664
- {
45665
- "kind": "js",
45666
- "name": "gridLayoutRWDStyles",
45667
- "declaration": {
45668
- "name": "gridLayoutRWDStyles",
45669
- "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
45670
- }
45671
- }
45672
- ]
45673
- },
45674
- {
45675
- "kind": "javascript-module",
45676
- "path": "src/grid-layout/responsiveness/index.ts",
45677
- "declarations": [],
45678
- "exports": [
45679
- {
45680
- "kind": "js",
45681
- "name": "*",
45682
- "declaration": {
45683
- "name": "*",
45684
- "package": "./grid-layout-rwd.styles"
45685
- }
45686
- }
45687
- ]
45688
- },
45689
45689
  {
45690
45690
  "kind": "javascript-module",
45691
45691
  "path": "src/_config/styles/external/index.ts",