@genesislcap/foundation-ui 14.180.8 → 14.181.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 +638 -638
  2. package/package.json +16 -16
@@ -817,37 +817,6 @@
817
817
  }
818
818
  ]
819
819
  },
820
- {
821
- "kind": "javascript-module",
822
- "path": "src/_config/index.ts",
823
- "declarations": [],
824
- "exports": [
825
- {
826
- "kind": "js",
827
- "name": "*",
828
- "declaration": {
829
- "name": "*",
830
- "package": "./styles"
831
- }
832
- },
833
- {
834
- "kind": "js",
835
- "name": "*",
836
- "declaration": {
837
- "name": "*",
838
- "package": "./tokens"
839
- }
840
- },
841
- {
842
- "kind": "js",
843
- "name": "*",
844
- "declaration": {
845
- "name": "*",
846
- "package": "./values"
847
- }
848
- }
849
- ]
850
- },
851
820
  {
852
821
  "kind": "javascript-module",
853
822
  "path": "src/_common/icons.ts",
@@ -893,400 +862,6 @@
893
862
  }
894
863
  ]
895
864
  },
896
- {
897
- "kind": "javascript-module",
898
- "path": "src/accordion-item/accordion-item.styles.ts",
899
- "declarations": [
900
- {
901
- "kind": "function",
902
- "name": "foundationAccordionItemStyles",
903
- "return": {
904
- "type": {
905
- "text": "ElementStyles"
906
- }
907
- },
908
- "parameters": [
909
- {
910
- "name": "context",
911
- "type": {
912
- "text": "ElementDefinitionContext"
913
- }
914
- },
915
- {
916
- "name": "definition",
917
- "type": {
918
- "text": "FoundationElementDefinition"
919
- }
920
- }
921
- ]
922
- }
923
- ],
924
- "exports": [
925
- {
926
- "kind": "js",
927
- "name": "foundationAccordionItemStyles",
928
- "declaration": {
929
- "name": "foundationAccordionItemStyles",
930
- "module": "src/accordion-item/accordion-item.styles.ts"
931
- }
932
- }
933
- ]
934
- },
935
- {
936
- "kind": "javascript-module",
937
- "path": "src/accordion-item/accordion-item.template.ts",
938
- "declarations": [
939
- {
940
- "kind": "function",
941
- "name": "foundationAccordionItemTemplate",
942
- "return": {
943
- "type": {
944
- "text": "ViewTemplate<AccordionItem>"
945
- }
946
- },
947
- "parameters": [
948
- {
949
- "name": "context",
950
- "type": {
951
- "text": "ElementDefinitionContext"
952
- }
953
- },
954
- {
955
- "name": "definition",
956
- "type": {
957
- "text": "FoundationElementDefinition"
958
- }
959
- }
960
- ]
961
- }
962
- ],
963
- "exports": [
964
- {
965
- "kind": "js",
966
- "name": "foundationAccordionItemTemplate",
967
- "declaration": {
968
- "name": "foundationAccordionItemTemplate",
969
- "module": "src/accordion-item/accordion-item.template.ts"
970
- }
971
- }
972
- ]
973
- },
974
- {
975
- "kind": "javascript-module",
976
- "path": "src/accordion-item/accordion-item.ts",
977
- "declarations": [
978
- {
979
- "kind": "class",
980
- "description": "",
981
- "name": "AccordionItem",
982
- "superclass": {
983
- "name": "FASTAccordionItem",
984
- "package": "@microsoft/fast-components"
985
- },
986
- "tagName": "%%prefix%%-accordion-item",
987
- "customElement": true,
988
- "attributes": [
989
- {
990
- "name": "heading-level",
991
- "type": {
992
- "text": "1 | 2 | 3 | 4 | 5 | 6"
993
- },
994
- "default": "2",
995
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
996
- "fieldName": "headinglevel",
997
- "inheritedFrom": {
998
- "name": "AccordionItem",
999
- "module": "src/accordion-item/accordion-item.ts"
1000
- }
1001
- },
1002
- {
1003
- "type": {
1004
- "text": "boolean"
1005
- },
1006
- "default": "false",
1007
- "description": "Expands or collapses the item.",
1008
- "fieldName": "expanded",
1009
- "inheritedFrom": {
1010
- "name": "AccordionItem",
1011
- "module": "src/accordion-item/accordion-item.ts"
1012
- }
1013
- },
1014
- {
1015
- "name": "id",
1016
- "type": {
1017
- "text": "string"
1018
- },
1019
- "description": "The item ID",
1020
- "fieldName": "id",
1021
- "inheritedFrom": {
1022
- "name": "AccordionItem",
1023
- "module": "src/accordion-item/accordion-item.ts"
1024
- }
1025
- }
1026
- ],
1027
- "members": [
1028
- {
1029
- "kind": "field",
1030
- "name": "headinglevel",
1031
- "type": {
1032
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1033
- },
1034
- "privacy": "public",
1035
- "default": "2",
1036
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1037
- "inheritedFrom": {
1038
- "name": "AccordionItem",
1039
- "module": "src/accordion-item/accordion-item.ts"
1040
- }
1041
- },
1042
- {
1043
- "kind": "field",
1044
- "name": "expanded",
1045
- "type": {
1046
- "text": "boolean"
1047
- },
1048
- "privacy": "public",
1049
- "default": "false",
1050
- "description": "Expands or collapses the item.",
1051
- "inheritedFrom": {
1052
- "name": "AccordionItem",
1053
- "module": "src/accordion-item/accordion-item.ts"
1054
- }
1055
- },
1056
- {
1057
- "kind": "field",
1058
- "name": "id",
1059
- "type": {
1060
- "text": "string"
1061
- },
1062
- "privacy": "public",
1063
- "description": "The item ID",
1064
- "inheritedFrom": {
1065
- "name": "AccordionItem",
1066
- "module": "src/accordion-item/accordion-item.ts"
1067
- }
1068
- },
1069
- {
1070
- "kind": "field",
1071
- "name": "change",
1072
- "privacy": "private",
1073
- "inheritedFrom": {
1074
- "name": "AccordionItem",
1075
- "module": "src/accordion-item/accordion-item.ts"
1076
- }
1077
- },
1078
- {
1079
- "kind": "field",
1080
- "name": "_presentation",
1081
- "type": {
1082
- "text": "ComponentPresentation | null | undefined"
1083
- },
1084
- "privacy": "private",
1085
- "default": "void 0",
1086
- "inheritedFrom": {
1087
- "name": "FoundationElement",
1088
- "module": "src/foundation-element/foundation-element.ts"
1089
- }
1090
- },
1091
- {
1092
- "kind": "field",
1093
- "name": "$presentation",
1094
- "type": {
1095
- "text": "ComponentPresentation | null"
1096
- },
1097
- "privacy": "public",
1098
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1099
- "inheritedFrom": {
1100
- "name": "FoundationElement",
1101
- "module": "src/foundation-element/foundation-element.ts"
1102
- }
1103
- },
1104
- {
1105
- "kind": "field",
1106
- "name": "template",
1107
- "type": {
1108
- "text": "ElementViewTemplate | void | null"
1109
- },
1110
- "privacy": "public",
1111
- "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.",
1112
- "inheritedFrom": {
1113
- "name": "FoundationElement",
1114
- "module": "src/foundation-element/foundation-element.ts"
1115
- }
1116
- },
1117
- {
1118
- "kind": "method",
1119
- "name": "templateChanged",
1120
- "privacy": "protected",
1121
- "return": {
1122
- "type": {
1123
- "text": "void"
1124
- }
1125
- },
1126
- "inheritedFrom": {
1127
- "name": "FoundationElement",
1128
- "module": "src/foundation-element/foundation-element.ts"
1129
- }
1130
- },
1131
- {
1132
- "kind": "field",
1133
- "name": "styles",
1134
- "type": {
1135
- "text": "ElementStyles | void | null"
1136
- },
1137
- "privacy": "public",
1138
- "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.",
1139
- "inheritedFrom": {
1140
- "name": "FoundationElement",
1141
- "module": "src/foundation-element/foundation-element.ts"
1142
- }
1143
- },
1144
- {
1145
- "kind": "method",
1146
- "name": "stylesChanged",
1147
- "privacy": "protected",
1148
- "return": {
1149
- "type": {
1150
- "text": "void"
1151
- }
1152
- },
1153
- "inheritedFrom": {
1154
- "name": "FoundationElement",
1155
- "module": "src/foundation-element/foundation-element.ts"
1156
- }
1157
- },
1158
- {
1159
- "kind": "method",
1160
- "name": "compose",
1161
- "privacy": "public",
1162
- "static": true,
1163
- "return": {
1164
- "type": {
1165
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1166
- }
1167
- },
1168
- "parameters": [
1169
- {
1170
- "name": "this",
1171
- "type": {
1172
- "text": "K"
1173
- }
1174
- },
1175
- {
1176
- "name": "elementDefinition",
1177
- "type": {
1178
- "text": "T"
1179
- },
1180
- "description": "The definition of the element to create the registry\nfunction for."
1181
- }
1182
- ],
1183
- "description": "Defines an element registry function with a set of element definition defaults.",
1184
- "inheritedFrom": {
1185
- "name": "FoundationElement",
1186
- "module": "src/foundation-element/foundation-element.ts"
1187
- }
1188
- }
1189
- ],
1190
- "events": [
1191
- {
1192
- "description": "Fires a custom 'change' event when the button is invoked",
1193
- "name": "change",
1194
- "inheritedFrom": {
1195
- "name": "AccordionItem",
1196
- "module": "src/accordion-item/accordion-item.ts"
1197
- }
1198
- }
1199
- ]
1200
- },
1201
- {
1202
- "kind": "variable",
1203
- "name": "foundationAccordionItemShadowOptions",
1204
- "type": {
1205
- "text": "ShadowRootInit"
1206
- },
1207
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1208
- },
1209
- {
1210
- "kind": "variable",
1211
- "name": "defaultAccordionItemConfig",
1212
- "type": {
1213
- "text": "object"
1214
- },
1215
- "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}"
1216
- },
1217
- {
1218
- "kind": "variable",
1219
- "name": "foundationAccordionItem",
1220
- "description": "The Foundation Accordion Item",
1221
- "privacy": "public"
1222
- }
1223
- ],
1224
- "exports": [
1225
- {
1226
- "kind": "js",
1227
- "name": "AccordionItem",
1228
- "declaration": {
1229
- "name": "AccordionItem",
1230
- "module": "src/accordion-item/accordion-item.ts"
1231
- }
1232
- },
1233
- {
1234
- "kind": "js",
1235
- "name": "foundationAccordionItemShadowOptions",
1236
- "declaration": {
1237
- "name": "foundationAccordionItemShadowOptions",
1238
- "module": "src/accordion-item/accordion-item.ts"
1239
- }
1240
- },
1241
- {
1242
- "kind": "js",
1243
- "name": "defaultAccordionItemConfig",
1244
- "declaration": {
1245
- "name": "defaultAccordionItemConfig",
1246
- "module": "src/accordion-item/accordion-item.ts"
1247
- }
1248
- },
1249
- {
1250
- "kind": "js",
1251
- "name": "foundationAccordionItem",
1252
- "declaration": {
1253
- "name": "foundationAccordionItem",
1254
- "module": "src/accordion-item/accordion-item.ts"
1255
- }
1256
- }
1257
- ]
1258
- },
1259
- {
1260
- "kind": "javascript-module",
1261
- "path": "src/accordion-item/index.ts",
1262
- "declarations": [],
1263
- "exports": [
1264
- {
1265
- "kind": "js",
1266
- "name": "*",
1267
- "declaration": {
1268
- "name": "*",
1269
- "package": "./accordion-item.template"
1270
- }
1271
- },
1272
- {
1273
- "kind": "js",
1274
- "name": "*",
1275
- "declaration": {
1276
- "name": "*",
1277
- "package": "./accordion-item.styles"
1278
- }
1279
- },
1280
- {
1281
- "kind": "js",
1282
- "name": "*",
1283
- "declaration": {
1284
- "name": "*",
1285
- "package": "./accordion-item"
1286
- }
1287
- }
1288
- ]
1289
- },
1290
865
  {
1291
866
  "kind": "javascript-module",
1292
867
  "path": "src/accordion/accordion.styles.ts",
@@ -2548,6 +2123,431 @@
2548
2123
  }
2549
2124
  ]
2550
2125
  },
2126
+ {
2127
+ "kind": "javascript-module",
2128
+ "path": "src/_config/index.ts",
2129
+ "declarations": [],
2130
+ "exports": [
2131
+ {
2132
+ "kind": "js",
2133
+ "name": "*",
2134
+ "declaration": {
2135
+ "name": "*",
2136
+ "package": "./styles"
2137
+ }
2138
+ },
2139
+ {
2140
+ "kind": "js",
2141
+ "name": "*",
2142
+ "declaration": {
2143
+ "name": "*",
2144
+ "package": "./tokens"
2145
+ }
2146
+ },
2147
+ {
2148
+ "kind": "js",
2149
+ "name": "*",
2150
+ "declaration": {
2151
+ "name": "*",
2152
+ "package": "./values"
2153
+ }
2154
+ }
2155
+ ]
2156
+ },
2157
+ {
2158
+ "kind": "javascript-module",
2159
+ "path": "src/accordion-item/accordion-item.styles.ts",
2160
+ "declarations": [
2161
+ {
2162
+ "kind": "function",
2163
+ "name": "foundationAccordionItemStyles",
2164
+ "return": {
2165
+ "type": {
2166
+ "text": "ElementStyles"
2167
+ }
2168
+ },
2169
+ "parameters": [
2170
+ {
2171
+ "name": "context",
2172
+ "type": {
2173
+ "text": "ElementDefinitionContext"
2174
+ }
2175
+ },
2176
+ {
2177
+ "name": "definition",
2178
+ "type": {
2179
+ "text": "FoundationElementDefinition"
2180
+ }
2181
+ }
2182
+ ]
2183
+ }
2184
+ ],
2185
+ "exports": [
2186
+ {
2187
+ "kind": "js",
2188
+ "name": "foundationAccordionItemStyles",
2189
+ "declaration": {
2190
+ "name": "foundationAccordionItemStyles",
2191
+ "module": "src/accordion-item/accordion-item.styles.ts"
2192
+ }
2193
+ }
2194
+ ]
2195
+ },
2196
+ {
2197
+ "kind": "javascript-module",
2198
+ "path": "src/accordion-item/accordion-item.template.ts",
2199
+ "declarations": [
2200
+ {
2201
+ "kind": "function",
2202
+ "name": "foundationAccordionItemTemplate",
2203
+ "return": {
2204
+ "type": {
2205
+ "text": "ViewTemplate<AccordionItem>"
2206
+ }
2207
+ },
2208
+ "parameters": [
2209
+ {
2210
+ "name": "context",
2211
+ "type": {
2212
+ "text": "ElementDefinitionContext"
2213
+ }
2214
+ },
2215
+ {
2216
+ "name": "definition",
2217
+ "type": {
2218
+ "text": "FoundationElementDefinition"
2219
+ }
2220
+ }
2221
+ ]
2222
+ }
2223
+ ],
2224
+ "exports": [
2225
+ {
2226
+ "kind": "js",
2227
+ "name": "foundationAccordionItemTemplate",
2228
+ "declaration": {
2229
+ "name": "foundationAccordionItemTemplate",
2230
+ "module": "src/accordion-item/accordion-item.template.ts"
2231
+ }
2232
+ }
2233
+ ]
2234
+ },
2235
+ {
2236
+ "kind": "javascript-module",
2237
+ "path": "src/accordion-item/accordion-item.ts",
2238
+ "declarations": [
2239
+ {
2240
+ "kind": "class",
2241
+ "description": "",
2242
+ "name": "AccordionItem",
2243
+ "superclass": {
2244
+ "name": "FASTAccordionItem",
2245
+ "package": "@microsoft/fast-components"
2246
+ },
2247
+ "tagName": "%%prefix%%-accordion-item",
2248
+ "customElement": true,
2249
+ "attributes": [
2250
+ {
2251
+ "name": "heading-level",
2252
+ "type": {
2253
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2254
+ },
2255
+ "default": "2",
2256
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2257
+ "fieldName": "headinglevel",
2258
+ "inheritedFrom": {
2259
+ "name": "AccordionItem",
2260
+ "module": "src/accordion-item/accordion-item.ts"
2261
+ }
2262
+ },
2263
+ {
2264
+ "type": {
2265
+ "text": "boolean"
2266
+ },
2267
+ "default": "false",
2268
+ "description": "Expands or collapses the item.",
2269
+ "fieldName": "expanded",
2270
+ "inheritedFrom": {
2271
+ "name": "AccordionItem",
2272
+ "module": "src/accordion-item/accordion-item.ts"
2273
+ }
2274
+ },
2275
+ {
2276
+ "name": "id",
2277
+ "type": {
2278
+ "text": "string"
2279
+ },
2280
+ "description": "The item ID",
2281
+ "fieldName": "id",
2282
+ "inheritedFrom": {
2283
+ "name": "AccordionItem",
2284
+ "module": "src/accordion-item/accordion-item.ts"
2285
+ }
2286
+ }
2287
+ ],
2288
+ "members": [
2289
+ {
2290
+ "kind": "field",
2291
+ "name": "headinglevel",
2292
+ "type": {
2293
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2294
+ },
2295
+ "privacy": "public",
2296
+ "default": "2",
2297
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2298
+ "inheritedFrom": {
2299
+ "name": "AccordionItem",
2300
+ "module": "src/accordion-item/accordion-item.ts"
2301
+ }
2302
+ },
2303
+ {
2304
+ "kind": "field",
2305
+ "name": "expanded",
2306
+ "type": {
2307
+ "text": "boolean"
2308
+ },
2309
+ "privacy": "public",
2310
+ "default": "false",
2311
+ "description": "Expands or collapses the item.",
2312
+ "inheritedFrom": {
2313
+ "name": "AccordionItem",
2314
+ "module": "src/accordion-item/accordion-item.ts"
2315
+ }
2316
+ },
2317
+ {
2318
+ "kind": "field",
2319
+ "name": "id",
2320
+ "type": {
2321
+ "text": "string"
2322
+ },
2323
+ "privacy": "public",
2324
+ "description": "The item ID",
2325
+ "inheritedFrom": {
2326
+ "name": "AccordionItem",
2327
+ "module": "src/accordion-item/accordion-item.ts"
2328
+ }
2329
+ },
2330
+ {
2331
+ "kind": "field",
2332
+ "name": "change",
2333
+ "privacy": "private",
2334
+ "inheritedFrom": {
2335
+ "name": "AccordionItem",
2336
+ "module": "src/accordion-item/accordion-item.ts"
2337
+ }
2338
+ },
2339
+ {
2340
+ "kind": "field",
2341
+ "name": "_presentation",
2342
+ "type": {
2343
+ "text": "ComponentPresentation | null | undefined"
2344
+ },
2345
+ "privacy": "private",
2346
+ "default": "void 0",
2347
+ "inheritedFrom": {
2348
+ "name": "FoundationElement",
2349
+ "module": "src/foundation-element/foundation-element.ts"
2350
+ }
2351
+ },
2352
+ {
2353
+ "kind": "field",
2354
+ "name": "$presentation",
2355
+ "type": {
2356
+ "text": "ComponentPresentation | null"
2357
+ },
2358
+ "privacy": "public",
2359
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2360
+ "inheritedFrom": {
2361
+ "name": "FoundationElement",
2362
+ "module": "src/foundation-element/foundation-element.ts"
2363
+ }
2364
+ },
2365
+ {
2366
+ "kind": "field",
2367
+ "name": "template",
2368
+ "type": {
2369
+ "text": "ElementViewTemplate | void | null"
2370
+ },
2371
+ "privacy": "public",
2372
+ "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.",
2373
+ "inheritedFrom": {
2374
+ "name": "FoundationElement",
2375
+ "module": "src/foundation-element/foundation-element.ts"
2376
+ }
2377
+ },
2378
+ {
2379
+ "kind": "method",
2380
+ "name": "templateChanged",
2381
+ "privacy": "protected",
2382
+ "return": {
2383
+ "type": {
2384
+ "text": "void"
2385
+ }
2386
+ },
2387
+ "inheritedFrom": {
2388
+ "name": "FoundationElement",
2389
+ "module": "src/foundation-element/foundation-element.ts"
2390
+ }
2391
+ },
2392
+ {
2393
+ "kind": "field",
2394
+ "name": "styles",
2395
+ "type": {
2396
+ "text": "ElementStyles | void | null"
2397
+ },
2398
+ "privacy": "public",
2399
+ "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.",
2400
+ "inheritedFrom": {
2401
+ "name": "FoundationElement",
2402
+ "module": "src/foundation-element/foundation-element.ts"
2403
+ }
2404
+ },
2405
+ {
2406
+ "kind": "method",
2407
+ "name": "stylesChanged",
2408
+ "privacy": "protected",
2409
+ "return": {
2410
+ "type": {
2411
+ "text": "void"
2412
+ }
2413
+ },
2414
+ "inheritedFrom": {
2415
+ "name": "FoundationElement",
2416
+ "module": "src/foundation-element/foundation-element.ts"
2417
+ }
2418
+ },
2419
+ {
2420
+ "kind": "method",
2421
+ "name": "compose",
2422
+ "privacy": "public",
2423
+ "static": true,
2424
+ "return": {
2425
+ "type": {
2426
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2427
+ }
2428
+ },
2429
+ "parameters": [
2430
+ {
2431
+ "name": "this",
2432
+ "type": {
2433
+ "text": "K"
2434
+ }
2435
+ },
2436
+ {
2437
+ "name": "elementDefinition",
2438
+ "type": {
2439
+ "text": "T"
2440
+ },
2441
+ "description": "The definition of the element to create the registry\nfunction for."
2442
+ }
2443
+ ],
2444
+ "description": "Defines an element registry function with a set of element definition defaults.",
2445
+ "inheritedFrom": {
2446
+ "name": "FoundationElement",
2447
+ "module": "src/foundation-element/foundation-element.ts"
2448
+ }
2449
+ }
2450
+ ],
2451
+ "events": [
2452
+ {
2453
+ "description": "Fires a custom 'change' event when the button is invoked",
2454
+ "name": "change",
2455
+ "inheritedFrom": {
2456
+ "name": "AccordionItem",
2457
+ "module": "src/accordion-item/accordion-item.ts"
2458
+ }
2459
+ }
2460
+ ]
2461
+ },
2462
+ {
2463
+ "kind": "variable",
2464
+ "name": "foundationAccordionItemShadowOptions",
2465
+ "type": {
2466
+ "text": "ShadowRootInit"
2467
+ },
2468
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2469
+ },
2470
+ {
2471
+ "kind": "variable",
2472
+ "name": "defaultAccordionItemConfig",
2473
+ "type": {
2474
+ "text": "object"
2475
+ },
2476
+ "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}"
2477
+ },
2478
+ {
2479
+ "kind": "variable",
2480
+ "name": "foundationAccordionItem",
2481
+ "description": "The Foundation Accordion Item",
2482
+ "privacy": "public"
2483
+ }
2484
+ ],
2485
+ "exports": [
2486
+ {
2487
+ "kind": "js",
2488
+ "name": "AccordionItem",
2489
+ "declaration": {
2490
+ "name": "AccordionItem",
2491
+ "module": "src/accordion-item/accordion-item.ts"
2492
+ }
2493
+ },
2494
+ {
2495
+ "kind": "js",
2496
+ "name": "foundationAccordionItemShadowOptions",
2497
+ "declaration": {
2498
+ "name": "foundationAccordionItemShadowOptions",
2499
+ "module": "src/accordion-item/accordion-item.ts"
2500
+ }
2501
+ },
2502
+ {
2503
+ "kind": "js",
2504
+ "name": "defaultAccordionItemConfig",
2505
+ "declaration": {
2506
+ "name": "defaultAccordionItemConfig",
2507
+ "module": "src/accordion-item/accordion-item.ts"
2508
+ }
2509
+ },
2510
+ {
2511
+ "kind": "js",
2512
+ "name": "foundationAccordionItem",
2513
+ "declaration": {
2514
+ "name": "foundationAccordionItem",
2515
+ "module": "src/accordion-item/accordion-item.ts"
2516
+ }
2517
+ }
2518
+ ]
2519
+ },
2520
+ {
2521
+ "kind": "javascript-module",
2522
+ "path": "src/accordion-item/index.ts",
2523
+ "declarations": [],
2524
+ "exports": [
2525
+ {
2526
+ "kind": "js",
2527
+ "name": "*",
2528
+ "declaration": {
2529
+ "name": "*",
2530
+ "package": "./accordion-item.template"
2531
+ }
2532
+ },
2533
+ {
2534
+ "kind": "js",
2535
+ "name": "*",
2536
+ "declaration": {
2537
+ "name": "*",
2538
+ "package": "./accordion-item.styles"
2539
+ }
2540
+ },
2541
+ {
2542
+ "kind": "js",
2543
+ "name": "*",
2544
+ "declaration": {
2545
+ "name": "*",
2546
+ "package": "./accordion-item"
2547
+ }
2548
+ }
2549
+ ]
2550
+ },
2551
2551
  {
2552
2552
  "kind": "javascript-module",
2553
2553
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -35473,7 +35473,7 @@
35473
35473
  },
35474
35474
  {
35475
35475
  "kind": "javascript-module",
35476
- "path": "src/stepper-tab-panel/index.ts",
35476
+ "path": "src/switch/index.ts",
35477
35477
  "declarations": [],
35478
35478
  "exports": [
35479
35479
  {
@@ -35481,7 +35481,7 @@
35481
35481
  "name": "*",
35482
35482
  "declaration": {
35483
35483
  "name": "*",
35484
- "package": "./stepper-tab-panel.template"
35484
+ "package": "./switch.template"
35485
35485
  }
35486
35486
  },
35487
35487
  {
@@ -35489,46 +35489,161 @@
35489
35489
  "name": "*",
35490
35490
  "declaration": {
35491
35491
  "name": "*",
35492
- "package": "./stepper-tab-panel"
35492
+ "package": "./switch.styles"
35493
+ }
35494
+ },
35495
+ {
35496
+ "kind": "js",
35497
+ "name": "*",
35498
+ "declaration": {
35499
+ "name": "*",
35500
+ "package": "./switch"
35493
35501
  }
35494
35502
  }
35495
35503
  ]
35496
35504
  },
35497
35505
  {
35498
35506
  "kind": "javascript-module",
35499
- "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
35507
+ "path": "src/switch/switch.styles.ts",
35500
35508
  "declarations": [
35501
35509
  {
35502
35510
  "kind": "function",
35503
- "name": "foundationStepperTabPanelTemplate"
35511
+ "name": "foundationSwitchStyles",
35512
+ "return": {
35513
+ "type": {
35514
+ "text": "ElementStyles"
35515
+ }
35516
+ },
35517
+ "parameters": [
35518
+ {
35519
+ "name": "context",
35520
+ "type": {
35521
+ "text": "ElementDefinitionContext"
35522
+ }
35523
+ },
35524
+ {
35525
+ "name": "definition",
35526
+ "type": {
35527
+ "text": "SwitchOptions"
35528
+ }
35529
+ }
35530
+ ]
35504
35531
  }
35505
35532
  ],
35506
35533
  "exports": [
35507
35534
  {
35508
35535
  "kind": "js",
35509
- "name": "foundationStepperTabPanelTemplate",
35536
+ "name": "foundationSwitchStyles",
35510
35537
  "declaration": {
35511
- "name": "foundationStepperTabPanelTemplate",
35512
- "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
35538
+ "name": "foundationSwitchStyles",
35539
+ "module": "src/switch/switch.styles.ts"
35513
35540
  }
35514
35541
  }
35515
35542
  ]
35516
35543
  },
35517
35544
  {
35518
35545
  "kind": "javascript-module",
35519
- "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
35546
+ "path": "src/switch/switch.template.ts",
35547
+ "declarations": [
35548
+ {
35549
+ "kind": "function",
35550
+ "name": "foundationSwitchTemplate",
35551
+ "return": {
35552
+ "type": {
35553
+ "text": "ViewTemplate<Switch>"
35554
+ }
35555
+ },
35556
+ "parameters": [
35557
+ {
35558
+ "name": "context",
35559
+ "type": {
35560
+ "text": "ElementDefinitionContext"
35561
+ }
35562
+ },
35563
+ {
35564
+ "name": "definition",
35565
+ "type": {
35566
+ "text": "FoundationElementDefinition"
35567
+ }
35568
+ }
35569
+ ]
35570
+ }
35571
+ ],
35572
+ "exports": [
35573
+ {
35574
+ "kind": "js",
35575
+ "name": "foundationSwitchTemplate",
35576
+ "declaration": {
35577
+ "name": "foundationSwitchTemplate",
35578
+ "module": "src/switch/switch.template.ts"
35579
+ }
35580
+ }
35581
+ ]
35582
+ },
35583
+ {
35584
+ "kind": "javascript-module",
35585
+ "path": "src/switch/switch.ts",
35520
35586
  "declarations": [
35521
35587
  {
35522
35588
  "kind": "class",
35523
35589
  "description": "",
35524
- "name": "StepperTabPanel",
35590
+ "name": "Switch",
35525
35591
  "superclass": {
35526
- "name": "FoundationElement",
35527
- "package": "@microsoft/fast-foundation"
35592
+ "name": "FASTSwitch",
35593
+ "package": "@microsoft/fast-components"
35528
35594
  },
35529
- "tagName": "%%prefix%%-stepper-tab-panel",
35595
+ "tagName": "%%prefix%%-switch",
35530
35596
  "customElement": true,
35597
+ "attributes": [
35598
+ {
35599
+ "name": "readonly",
35600
+ "type": {
35601
+ "text": "boolean"
35602
+ },
35603
+ "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.",
35604
+ "fieldName": "readOnly",
35605
+ "inheritedFrom": {
35606
+ "name": "Switch",
35607
+ "module": "src/switch/switch.ts"
35608
+ }
35609
+ }
35610
+ ],
35531
35611
  "members": [
35612
+ {
35613
+ "kind": "field",
35614
+ "name": "readOnly",
35615
+ "type": {
35616
+ "text": "boolean"
35617
+ },
35618
+ "privacy": "public",
35619
+ "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.",
35620
+ "inheritedFrom": {
35621
+ "name": "Switch",
35622
+ "module": "src/switch/switch.ts"
35623
+ }
35624
+ },
35625
+ {
35626
+ "kind": "method",
35627
+ "name": "readOnlyChanged",
35628
+ "privacy": "private",
35629
+ "return": {
35630
+ "type": {
35631
+ "text": "void"
35632
+ }
35633
+ },
35634
+ "inheritedFrom": {
35635
+ "name": "Switch",
35636
+ "module": "src/switch/switch.ts"
35637
+ }
35638
+ },
35639
+ {
35640
+ "kind": "field",
35641
+ "name": "proxy",
35642
+ "inheritedFrom": {
35643
+ "name": "Switch",
35644
+ "module": "src/switch/switch.ts"
35645
+ }
35646
+ },
35532
35647
  {
35533
35648
  "kind": "field",
35534
35649
  "name": "_presentation",
@@ -35538,8 +35653,8 @@
35538
35653
  "privacy": "private",
35539
35654
  "default": "void 0",
35540
35655
  "inheritedFrom": {
35541
- "name": "FoundationElement",
35542
- "module": "src/foundation-element/foundation-element.ts"
35656
+ "name": "Switch",
35657
+ "module": "src/switch/switch.ts"
35543
35658
  }
35544
35659
  },
35545
35660
  {
@@ -35551,8 +35666,8 @@
35551
35666
  "privacy": "public",
35552
35667
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
35553
35668
  "inheritedFrom": {
35554
- "name": "FoundationElement",
35555
- "module": "src/foundation-element/foundation-element.ts"
35669
+ "name": "Switch",
35670
+ "module": "src/switch/switch.ts"
35556
35671
  }
35557
35672
  },
35558
35673
  {
@@ -35564,8 +35679,8 @@
35564
35679
  "privacy": "public",
35565
35680
  "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.",
35566
35681
  "inheritedFrom": {
35567
- "name": "FoundationElement",
35568
- "module": "src/foundation-element/foundation-element.ts"
35682
+ "name": "Switch",
35683
+ "module": "src/switch/switch.ts"
35569
35684
  }
35570
35685
  },
35571
35686
  {
@@ -35578,8 +35693,8 @@
35578
35693
  }
35579
35694
  },
35580
35695
  "inheritedFrom": {
35581
- "name": "FoundationElement",
35582
- "module": "src/foundation-element/foundation-element.ts"
35696
+ "name": "Switch",
35697
+ "module": "src/switch/switch.ts"
35583
35698
  }
35584
35699
  },
35585
35700
  {
@@ -35591,8 +35706,8 @@
35591
35706
  "privacy": "public",
35592
35707
  "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.",
35593
35708
  "inheritedFrom": {
35594
- "name": "FoundationElement",
35595
- "module": "src/foundation-element/foundation-element.ts"
35709
+ "name": "Switch",
35710
+ "module": "src/switch/switch.ts"
35596
35711
  }
35597
35712
  },
35598
35713
  {
@@ -35605,8 +35720,8 @@
35605
35720
  }
35606
35721
  },
35607
35722
  "inheritedFrom": {
35608
- "name": "FoundationElement",
35609
- "module": "src/foundation-element/foundation-element.ts"
35723
+ "name": "Switch",
35724
+ "module": "src/switch/switch.ts"
35610
35725
  }
35611
35726
  },
35612
35727
  {
@@ -35636,15 +35751,25 @@
35636
35751
  ],
35637
35752
  "description": "Defines an element registry function with a set of element definition defaults.",
35638
35753
  "inheritedFrom": {
35639
- "name": "FoundationElement",
35640
- "module": "src/foundation-element/foundation-element.ts"
35754
+ "name": "Switch",
35755
+ "module": "src/switch/switch.ts"
35756
+ }
35757
+ }
35758
+ ],
35759
+ "events": [
35760
+ {
35761
+ "description": "Emits a custom change event when the checked state changes",
35762
+ "name": "change",
35763
+ "inheritedFrom": {
35764
+ "name": "Switch",
35765
+ "module": "src/switch/switch.ts"
35641
35766
  }
35642
35767
  }
35643
35768
  ]
35644
35769
  },
35645
35770
  {
35646
35771
  "kind": "variable",
35647
- "name": "foundationStepperTabPanelShadowOptions",
35772
+ "name": "foundationSwitchShadowOptions",
35648
35773
  "type": {
35649
35774
  "text": "ShadowRootInit"
35650
35775
  },
@@ -35652,57 +35777,57 @@
35652
35777
  },
35653
35778
  {
35654
35779
  "kind": "variable",
35655
- "name": "defaultStepperTabPanelConfig",
35780
+ "name": "defaultSwitchConfig",
35656
35781
  "type": {
35657
35782
  "text": "object"
35658
35783
  },
35659
- "default": "{}"
35784
+ "default": "{\n switch: `<div class=\"checked-indicator\" part=\"checked-indicator\"></div>`,\n}"
35660
35785
  },
35661
35786
  {
35662
35787
  "kind": "variable",
35663
- "name": "foundationStepperTabPanel",
35664
- "description": "The Foundation Stepper Tab Panel",
35788
+ "name": "foundationSwitch",
35789
+ "description": "The Foundation Switch",
35665
35790
  "privacy": "public"
35666
35791
  }
35667
35792
  ],
35668
35793
  "exports": [
35669
35794
  {
35670
35795
  "kind": "js",
35671
- "name": "StepperTabPanel",
35796
+ "name": "Switch",
35672
35797
  "declaration": {
35673
- "name": "StepperTabPanel",
35674
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35798
+ "name": "Switch",
35799
+ "module": "src/switch/switch.ts"
35675
35800
  }
35676
35801
  },
35677
35802
  {
35678
35803
  "kind": "js",
35679
- "name": "foundationStepperTabPanelShadowOptions",
35804
+ "name": "foundationSwitchShadowOptions",
35680
35805
  "declaration": {
35681
- "name": "foundationStepperTabPanelShadowOptions",
35682
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35806
+ "name": "foundationSwitchShadowOptions",
35807
+ "module": "src/switch/switch.ts"
35683
35808
  }
35684
35809
  },
35685
35810
  {
35686
35811
  "kind": "js",
35687
- "name": "defaultStepperTabPanelConfig",
35812
+ "name": "defaultSwitchConfig",
35688
35813
  "declaration": {
35689
- "name": "defaultStepperTabPanelConfig",
35690
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35814
+ "name": "defaultSwitchConfig",
35815
+ "module": "src/switch/switch.ts"
35691
35816
  }
35692
35817
  },
35693
35818
  {
35694
35819
  "kind": "js",
35695
- "name": "foundationStepperTabPanel",
35820
+ "name": "foundationSwitch",
35696
35821
  "declaration": {
35697
- "name": "foundationStepperTabPanel",
35698
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35822
+ "name": "foundationSwitch",
35823
+ "module": "src/switch/switch.ts"
35699
35824
  }
35700
35825
  }
35701
35826
  ]
35702
35827
  },
35703
35828
  {
35704
35829
  "kind": "javascript-module",
35705
- "path": "src/switch/index.ts",
35830
+ "path": "src/stepper-tab-panel/index.ts",
35706
35831
  "declarations": [],
35707
35832
  "exports": [
35708
35833
  {
@@ -35710,15 +35835,7 @@
35710
35835
  "name": "*",
35711
35836
  "declaration": {
35712
35837
  "name": "*",
35713
- "package": "./switch.template"
35714
- }
35715
- },
35716
- {
35717
- "kind": "js",
35718
- "name": "*",
35719
- "declaration": {
35720
- "name": "*",
35721
- "package": "./switch.styles"
35838
+ "package": "./stepper-tab-panel.template"
35722
35839
  }
35723
35840
  },
35724
35841
  {
@@ -35726,153 +35843,46 @@
35726
35843
  "name": "*",
35727
35844
  "declaration": {
35728
35845
  "name": "*",
35729
- "package": "./switch"
35730
- }
35731
- }
35732
- ]
35733
- },
35734
- {
35735
- "kind": "javascript-module",
35736
- "path": "src/switch/switch.styles.ts",
35737
- "declarations": [
35738
- {
35739
- "kind": "function",
35740
- "name": "foundationSwitchStyles",
35741
- "return": {
35742
- "type": {
35743
- "text": "ElementStyles"
35744
- }
35745
- },
35746
- "parameters": [
35747
- {
35748
- "name": "context",
35749
- "type": {
35750
- "text": "ElementDefinitionContext"
35751
- }
35752
- },
35753
- {
35754
- "name": "definition",
35755
- "type": {
35756
- "text": "SwitchOptions"
35757
- }
35758
- }
35759
- ]
35760
- }
35761
- ],
35762
- "exports": [
35763
- {
35764
- "kind": "js",
35765
- "name": "foundationSwitchStyles",
35766
- "declaration": {
35767
- "name": "foundationSwitchStyles",
35768
- "module": "src/switch/switch.styles.ts"
35846
+ "package": "./stepper-tab-panel"
35769
35847
  }
35770
35848
  }
35771
35849
  ]
35772
35850
  },
35773
35851
  {
35774
35852
  "kind": "javascript-module",
35775
- "path": "src/switch/switch.template.ts",
35853
+ "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
35776
35854
  "declarations": [
35777
35855
  {
35778
35856
  "kind": "function",
35779
- "name": "foundationSwitchTemplate",
35780
- "return": {
35781
- "type": {
35782
- "text": "ViewTemplate<Switch>"
35783
- }
35784
- },
35785
- "parameters": [
35786
- {
35787
- "name": "context",
35788
- "type": {
35789
- "text": "ElementDefinitionContext"
35790
- }
35791
- },
35792
- {
35793
- "name": "definition",
35794
- "type": {
35795
- "text": "FoundationElementDefinition"
35796
- }
35797
- }
35798
- ]
35857
+ "name": "foundationStepperTabPanelTemplate"
35799
35858
  }
35800
35859
  ],
35801
35860
  "exports": [
35802
35861
  {
35803
35862
  "kind": "js",
35804
- "name": "foundationSwitchTemplate",
35863
+ "name": "foundationStepperTabPanelTemplate",
35805
35864
  "declaration": {
35806
- "name": "foundationSwitchTemplate",
35807
- "module": "src/switch/switch.template.ts"
35865
+ "name": "foundationStepperTabPanelTemplate",
35866
+ "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
35808
35867
  }
35809
35868
  }
35810
35869
  ]
35811
35870
  },
35812
35871
  {
35813
35872
  "kind": "javascript-module",
35814
- "path": "src/switch/switch.ts",
35873
+ "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
35815
35874
  "declarations": [
35816
35875
  {
35817
35876
  "kind": "class",
35818
35877
  "description": "",
35819
- "name": "Switch",
35878
+ "name": "StepperTabPanel",
35820
35879
  "superclass": {
35821
- "name": "FASTSwitch",
35822
- "package": "@microsoft/fast-components"
35880
+ "name": "FoundationElement",
35881
+ "package": "@microsoft/fast-foundation"
35823
35882
  },
35824
- "tagName": "%%prefix%%-switch",
35883
+ "tagName": "%%prefix%%-stepper-tab-panel",
35825
35884
  "customElement": true,
35826
- "attributes": [
35827
- {
35828
- "name": "readonly",
35829
- "type": {
35830
- "text": "boolean"
35831
- },
35832
- "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.",
35833
- "fieldName": "readOnly",
35834
- "inheritedFrom": {
35835
- "name": "Switch",
35836
- "module": "src/switch/switch.ts"
35837
- }
35838
- }
35839
- ],
35840
35885
  "members": [
35841
- {
35842
- "kind": "field",
35843
- "name": "readOnly",
35844
- "type": {
35845
- "text": "boolean"
35846
- },
35847
- "privacy": "public",
35848
- "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.",
35849
- "inheritedFrom": {
35850
- "name": "Switch",
35851
- "module": "src/switch/switch.ts"
35852
- }
35853
- },
35854
- {
35855
- "kind": "method",
35856
- "name": "readOnlyChanged",
35857
- "privacy": "private",
35858
- "return": {
35859
- "type": {
35860
- "text": "void"
35861
- }
35862
- },
35863
- "inheritedFrom": {
35864
- "name": "Switch",
35865
- "module": "src/switch/switch.ts"
35866
- }
35867
- },
35868
- {
35869
- "kind": "field",
35870
- "name": "proxy",
35871
- "inheritedFrom": {
35872
- "name": "Switch",
35873
- "module": "src/switch/switch.ts"
35874
- }
35875
- },
35876
35886
  {
35877
35887
  "kind": "field",
35878
35888
  "name": "_presentation",
@@ -35882,8 +35892,8 @@
35882
35892
  "privacy": "private",
35883
35893
  "default": "void 0",
35884
35894
  "inheritedFrom": {
35885
- "name": "Switch",
35886
- "module": "src/switch/switch.ts"
35895
+ "name": "FoundationElement",
35896
+ "module": "src/foundation-element/foundation-element.ts"
35887
35897
  }
35888
35898
  },
35889
35899
  {
@@ -35895,8 +35905,8 @@
35895
35905
  "privacy": "public",
35896
35906
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
35897
35907
  "inheritedFrom": {
35898
- "name": "Switch",
35899
- "module": "src/switch/switch.ts"
35908
+ "name": "FoundationElement",
35909
+ "module": "src/foundation-element/foundation-element.ts"
35900
35910
  }
35901
35911
  },
35902
35912
  {
@@ -35908,8 +35918,8 @@
35908
35918
  "privacy": "public",
35909
35919
  "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.",
35910
35920
  "inheritedFrom": {
35911
- "name": "Switch",
35912
- "module": "src/switch/switch.ts"
35921
+ "name": "FoundationElement",
35922
+ "module": "src/foundation-element/foundation-element.ts"
35913
35923
  }
35914
35924
  },
35915
35925
  {
@@ -35922,8 +35932,8 @@
35922
35932
  }
35923
35933
  },
35924
35934
  "inheritedFrom": {
35925
- "name": "Switch",
35926
- "module": "src/switch/switch.ts"
35935
+ "name": "FoundationElement",
35936
+ "module": "src/foundation-element/foundation-element.ts"
35927
35937
  }
35928
35938
  },
35929
35939
  {
@@ -35935,8 +35945,8 @@
35935
35945
  "privacy": "public",
35936
35946
  "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.",
35937
35947
  "inheritedFrom": {
35938
- "name": "Switch",
35939
- "module": "src/switch/switch.ts"
35948
+ "name": "FoundationElement",
35949
+ "module": "src/foundation-element/foundation-element.ts"
35940
35950
  }
35941
35951
  },
35942
35952
  {
@@ -35949,8 +35959,8 @@
35949
35959
  }
35950
35960
  },
35951
35961
  "inheritedFrom": {
35952
- "name": "Switch",
35953
- "module": "src/switch/switch.ts"
35962
+ "name": "FoundationElement",
35963
+ "module": "src/foundation-element/foundation-element.ts"
35954
35964
  }
35955
35965
  },
35956
35966
  {
@@ -35980,25 +35990,15 @@
35980
35990
  ],
35981
35991
  "description": "Defines an element registry function with a set of element definition defaults.",
35982
35992
  "inheritedFrom": {
35983
- "name": "Switch",
35984
- "module": "src/switch/switch.ts"
35985
- }
35986
- }
35987
- ],
35988
- "events": [
35989
- {
35990
- "description": "Emits a custom change event when the checked state changes",
35991
- "name": "change",
35992
- "inheritedFrom": {
35993
- "name": "Switch",
35994
- "module": "src/switch/switch.ts"
35993
+ "name": "FoundationElement",
35994
+ "module": "src/foundation-element/foundation-element.ts"
35995
35995
  }
35996
35996
  }
35997
35997
  ]
35998
35998
  },
35999
35999
  {
36000
36000
  "kind": "variable",
36001
- "name": "foundationSwitchShadowOptions",
36001
+ "name": "foundationStepperTabPanelShadowOptions",
36002
36002
  "type": {
36003
36003
  "text": "ShadowRootInit"
36004
36004
  },
@@ -36006,50 +36006,50 @@
36006
36006
  },
36007
36007
  {
36008
36008
  "kind": "variable",
36009
- "name": "defaultSwitchConfig",
36009
+ "name": "defaultStepperTabPanelConfig",
36010
36010
  "type": {
36011
36011
  "text": "object"
36012
36012
  },
36013
- "default": "{\n switch: `<div class=\"checked-indicator\" part=\"checked-indicator\"></div>`,\n}"
36013
+ "default": "{}"
36014
36014
  },
36015
36015
  {
36016
36016
  "kind": "variable",
36017
- "name": "foundationSwitch",
36018
- "description": "The Foundation Switch",
36017
+ "name": "foundationStepperTabPanel",
36018
+ "description": "The Foundation Stepper Tab Panel",
36019
36019
  "privacy": "public"
36020
36020
  }
36021
36021
  ],
36022
36022
  "exports": [
36023
36023
  {
36024
36024
  "kind": "js",
36025
- "name": "Switch",
36025
+ "name": "StepperTabPanel",
36026
36026
  "declaration": {
36027
- "name": "Switch",
36028
- "module": "src/switch/switch.ts"
36027
+ "name": "StepperTabPanel",
36028
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36029
36029
  }
36030
36030
  },
36031
36031
  {
36032
36032
  "kind": "js",
36033
- "name": "foundationSwitchShadowOptions",
36033
+ "name": "foundationStepperTabPanelShadowOptions",
36034
36034
  "declaration": {
36035
- "name": "foundationSwitchShadowOptions",
36036
- "module": "src/switch/switch.ts"
36035
+ "name": "foundationStepperTabPanelShadowOptions",
36036
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36037
36037
  }
36038
36038
  },
36039
36039
  {
36040
36040
  "kind": "js",
36041
- "name": "defaultSwitchConfig",
36041
+ "name": "defaultStepperTabPanelConfig",
36042
36042
  "declaration": {
36043
- "name": "defaultSwitchConfig",
36044
- "module": "src/switch/switch.ts"
36043
+ "name": "defaultStepperTabPanelConfig",
36044
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36045
36045
  }
36046
36046
  },
36047
36047
  {
36048
36048
  "kind": "js",
36049
- "name": "foundationSwitch",
36049
+ "name": "foundationStepperTabPanel",
36050
36050
  "declaration": {
36051
- "name": "foundationSwitch",
36052
- "module": "src/switch/switch.ts"
36051
+ "name": "foundationStepperTabPanel",
36052
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36053
36053
  }
36054
36054
  }
36055
36055
  ]