@genesislcap/foundation-ui 14.178.0 → 14.180.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 (3) hide show
  1. package/README.md +114 -12
  2. package/dist/custom-elements.json +1063 -1063
  3. package/package.json +16 -16
@@ -817,219 +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
- {
852
- "kind": "javascript-module",
853
- "path": "src/accordion/accordion.styles.ts",
854
- "declarations": [
855
- {
856
- "kind": "function",
857
- "name": "foundationAccordionStyles",
858
- "return": {
859
- "type": {
860
- "text": "ElementStyles"
861
- }
862
- },
863
- "parameters": [
864
- {
865
- "name": "context",
866
- "type": {
867
- "text": "ElementDefinitionContext"
868
- }
869
- },
870
- {
871
- "name": "definition",
872
- "type": {
873
- "text": "FoundationElementDefinition"
874
- }
875
- }
876
- ]
877
- }
878
- ],
879
- "exports": [
880
- {
881
- "kind": "js",
882
- "name": "foundationAccordionStyles",
883
- "declaration": {
884
- "name": "foundationAccordionStyles",
885
- "module": "src/accordion/accordion.styles.ts"
886
- }
887
- }
888
- ]
889
- },
890
- {
891
- "kind": "javascript-module",
892
- "path": "src/accordion/accordion.template.ts",
893
- "declarations": [
894
- {
895
- "kind": "function",
896
- "name": "foundationAccordionTemplate",
897
- "return": {
898
- "type": {
899
- "text": "ViewTemplate<Accordion>"
900
- }
901
- },
902
- "parameters": [
903
- {
904
- "name": "context",
905
- "type": {
906
- "text": "ElementDefinitionContext"
907
- }
908
- },
909
- {
910
- "name": "definition",
911
- "type": {
912
- "text": "FoundationElementDefinition"
913
- }
914
- }
915
- ]
916
- }
917
- ],
918
- "exports": [
919
- {
920
- "kind": "js",
921
- "name": "foundationAccordionTemplate",
922
- "declaration": {
923
- "name": "foundationAccordionTemplate",
924
- "module": "src/accordion/accordion.template.ts"
925
- }
926
- }
927
- ]
928
- },
929
- {
930
- "kind": "javascript-module",
931
- "path": "src/accordion/accordion.ts",
932
- "declarations": [
933
- {
934
- "kind": "class",
935
- "description": "",
936
- "name": "Accordion",
937
- "superclass": {
938
- "name": "FASTAccordion",
939
- "package": "@microsoft/fast-foundation"
940
- },
941
- "tagName": "%%prefix%%-accordion",
942
- "customElement": true
943
- },
944
- {
945
- "kind": "variable",
946
- "name": "foundationAccordionShadowOptions",
947
- "type": {
948
- "text": "ShadowRootInit"
949
- },
950
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
951
- },
952
- {
953
- "kind": "variable",
954
- "name": "defaultAccordionConfig",
955
- "type": {
956
- "text": "object"
957
- },
958
- "default": "{}"
959
- },
960
- {
961
- "kind": "variable",
962
- "name": "foundationAccordion",
963
- "description": "The Foundation Accordion",
964
- "privacy": "public"
965
- }
966
- ],
967
- "exports": [
968
- {
969
- "kind": "js",
970
- "name": "Accordion",
971
- "declaration": {
972
- "name": "Accordion",
973
- "module": "src/accordion/accordion.ts"
974
- }
975
- },
976
- {
977
- "kind": "js",
978
- "name": "foundationAccordionShadowOptions",
979
- "declaration": {
980
- "name": "foundationAccordionShadowOptions",
981
- "module": "src/accordion/accordion.ts"
982
- }
983
- },
984
- {
985
- "kind": "js",
986
- "name": "defaultAccordionConfig",
987
- "declaration": {
988
- "name": "defaultAccordionConfig",
989
- "module": "src/accordion/accordion.ts"
990
- }
991
- },
992
- {
993
- "kind": "js",
994
- "name": "foundationAccordion",
995
- "declaration": {
996
- "name": "foundationAccordion",
997
- "module": "src/accordion/accordion.ts"
998
- }
999
- }
1000
- ]
1001
- },
1002
- {
1003
- "kind": "javascript-module",
1004
- "path": "src/accordion/index.ts",
1005
- "declarations": [],
1006
- "exports": [
1007
- {
1008
- "kind": "js",
1009
- "name": "*",
1010
- "declaration": {
1011
- "name": "*",
1012
- "package": "./accordion.template"
1013
- }
1014
- },
1015
- {
1016
- "kind": "js",
1017
- "name": "*",
1018
- "declaration": {
1019
- "name": "*",
1020
- "package": "./accordion.styles"
1021
- }
1022
- },
1023
- {
1024
- "kind": "js",
1025
- "name": "*",
1026
- "declaration": {
1027
- "name": "*",
1028
- "package": "./accordion"
1029
- }
1030
- }
1031
- ]
1032
- },
1033
820
  {
1034
821
  "kind": "javascript-module",
1035
822
  "path": "src/_common/icons.ts",
@@ -1077,34 +864,11 @@
1077
864
  },
1078
865
  {
1079
866
  "kind": "javascript-module",
1080
- "path": "src/actions-menu/actions-menu.styles.ts",
867
+ "path": "src/accordion-item/accordion-item.styles.ts",
1081
868
  "declarations": [
1082
869
  {
1083
870
  "kind": "function",
1084
- "name": "actionsMenuBaseStyles",
1085
- "return": {
1086
- "type": {
1087
- "text": "ElementStyles"
1088
- }
1089
- },
1090
- "parameters": [
1091
- {
1092
- "name": "context",
1093
- "type": {
1094
- "text": "ElementDefinitionContext"
1095
- }
1096
- },
1097
- {
1098
- "name": "definition",
1099
- "type": {
1100
- "text": "FoundationElementDefinition"
1101
- }
1102
- }
1103
- ]
1104
- },
1105
- {
1106
- "kind": "function",
1107
- "name": "foundationActionsMenuStyles",
871
+ "name": "foundationAccordionItemStyles",
1108
872
  "return": {
1109
873
  "type": {
1110
874
  "text": "ElementStyles"
@@ -1129,270 +893,157 @@
1129
893
  "exports": [
1130
894
  {
1131
895
  "kind": "js",
1132
- "name": "actionsMenuBaseStyles",
1133
- "declaration": {
1134
- "name": "actionsMenuBaseStyles",
1135
- "module": "src/actions-menu/actions-menu.styles.ts"
1136
- }
1137
- },
1138
- {
1139
- "kind": "js",
1140
- "name": "foundationActionsMenuStyles",
896
+ "name": "foundationAccordionItemStyles",
1141
897
  "declaration": {
1142
- "name": "foundationActionsMenuStyles",
1143
- "module": "src/actions-menu/actions-menu.styles.ts"
898
+ "name": "foundationAccordionItemStyles",
899
+ "module": "src/accordion-item/accordion-item.styles.ts"
1144
900
  }
1145
901
  }
1146
902
  ]
1147
903
  },
1148
904
  {
1149
905
  "kind": "javascript-module",
1150
- "path": "src/actions-menu/actions-menu.template.ts",
906
+ "path": "src/accordion-item/accordion-item.template.ts",
1151
907
  "declarations": [
1152
908
  {
1153
909
  "kind": "function",
1154
- "name": "menuTemplate",
910
+ "name": "foundationAccordionItemTemplate",
911
+ "return": {
912
+ "type": {
913
+ "text": "ViewTemplate<AccordionItem>"
914
+ }
915
+ },
1155
916
  "parameters": [
1156
917
  {
1157
- "name": "prefix",
918
+ "name": "context",
1158
919
  "type": {
1159
- "text": "string"
920
+ "text": "ElementDefinitionContext"
1160
921
  }
1161
- }
1162
- ]
1163
- },
1164
- {
1165
- "kind": "function",
1166
- "name": "singleOptionTemplate",
1167
- "parameters": [
922
+ },
1168
923
  {
1169
- "name": "prefix",
924
+ "name": "definition",
1170
925
  "type": {
1171
- "text": "string"
926
+ "text": "FoundationElementDefinition"
1172
927
  }
1173
928
  }
1174
929
  ]
1175
- },
1176
- {
1177
- "kind": "variable",
1178
- "name": "foundationActionsMenuTemplate",
1179
- "type": {
1180
- "text": "ViewTemplate<ActionsMenu>"
1181
- },
1182
- "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
1183
930
  }
1184
931
  ],
1185
932
  "exports": [
1186
933
  {
1187
934
  "kind": "js",
1188
- "name": "menuTemplate",
1189
- "declaration": {
1190
- "name": "menuTemplate",
1191
- "module": "src/actions-menu/actions-menu.template.ts"
1192
- }
1193
- },
1194
- {
1195
- "kind": "js",
1196
- "name": "singleOptionTemplate",
1197
- "declaration": {
1198
- "name": "singleOptionTemplate",
1199
- "module": "src/actions-menu/actions-menu.template.ts"
1200
- }
1201
- },
1202
- {
1203
- "kind": "js",
1204
- "name": "foundationActionsMenuTemplate",
935
+ "name": "foundationAccordionItemTemplate",
1205
936
  "declaration": {
1206
- "name": "foundationActionsMenuTemplate",
1207
- "module": "src/actions-menu/actions-menu.template.ts"
937
+ "name": "foundationAccordionItemTemplate",
938
+ "module": "src/accordion-item/accordion-item.template.ts"
1208
939
  }
1209
940
  }
1210
941
  ]
1211
942
  },
1212
943
  {
1213
944
  "kind": "javascript-module",
1214
- "path": "src/actions-menu/actions-menu.ts",
945
+ "path": "src/accordion-item/accordion-item.ts",
1215
946
  "declarations": [
1216
947
  {
1217
948
  "kind": "class",
1218
949
  "description": "",
1219
- "name": "ActionsMenu",
1220
- "members": [
1221
- {
1222
- "kind": "field",
1223
- "name": "actions",
1224
- "type": {
1225
- "text": "ActionMenuItem[]"
1226
- }
1227
- },
1228
- {
1229
- "kind": "field",
1230
- "name": "isVertical",
1231
- "type": {
1232
- "text": "boolean"
1233
- },
1234
- "default": "false"
1235
- },
950
+ "name": "AccordionItem",
951
+ "superclass": {
952
+ "name": "FASTAccordionItem",
953
+ "package": "@microsoft/fast-components"
954
+ },
955
+ "tagName": "%%prefix%%-accordion-item",
956
+ "customElement": true,
957
+ "attributes": [
1236
958
  {
1237
- "kind": "field",
1238
- "name": "addDefaultActions",
959
+ "name": "heading-level",
1239
960
  "type": {
1240
- "text": "boolean"
961
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1241
962
  },
1242
- "default": "true"
963
+ "default": "2",
964
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
965
+ "fieldName": "headinglevel",
966
+ "inheritedFrom": {
967
+ "name": "AccordionItem",
968
+ "module": "src/accordion-item/accordion-item.ts"
969
+ }
1243
970
  },
1244
971
  {
1245
- "kind": "field",
1246
- "name": "autoCloseOnAction",
1247
972
  "type": {
1248
973
  "text": "boolean"
1249
974
  },
1250
- "default": "true"
1251
- },
1252
- {
1253
- "kind": "field",
1254
- "name": "classNames",
1255
- "type": {
1256
- "text": "string"
1257
- }
1258
- },
1259
- {
1260
- "kind": "field",
1261
- "name": "definition",
1262
- "type": {
1263
- "text": "any"
975
+ "default": "false",
976
+ "description": "Expands or collapses the item.",
977
+ "fieldName": "expanded",
978
+ "inheritedFrom": {
979
+ "name": "AccordionItem",
980
+ "module": "src/accordion-item/accordion-item.ts"
1264
981
  }
1265
982
  },
1266
983
  {
1267
- "kind": "field",
1268
- "name": "name",
984
+ "name": "id",
1269
985
  "type": {
1270
986
  "text": "string"
1271
987
  },
1272
- "default": "'Actions'"
1273
- },
988
+ "description": "The item ID",
989
+ "fieldName": "id",
990
+ "inheritedFrom": {
991
+ "name": "AccordionItem",
992
+ "module": "src/accordion-item/accordion-item.ts"
993
+ }
994
+ }
995
+ ],
996
+ "members": [
1274
997
  {
1275
998
  "kind": "field",
1276
- "name": "open",
999
+ "name": "headinglevel",
1277
1000
  "type": {
1278
- "text": "boolean"
1001
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1279
1002
  },
1280
- "default": "false"
1281
- },
1282
- {
1283
- "kind": "field",
1284
- "name": "buttonAppearance",
1285
- "type": {
1286
- "text": "string"
1003
+ "privacy": "public",
1004
+ "default": "2",
1005
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1006
+ "inheritedFrom": {
1007
+ "name": "AccordionItem",
1008
+ "module": "src/accordion-item/accordion-item.ts"
1287
1009
  }
1288
1010
  },
1289
1011
  {
1290
1012
  "kind": "field",
1291
- "name": "hideDisabled",
1013
+ "name": "expanded",
1292
1014
  "type": {
1293
1015
  "text": "boolean"
1294
1016
  },
1295
- "default": "false"
1017
+ "privacy": "public",
1018
+ "default": "false",
1019
+ "description": "Expands or collapses the item.",
1020
+ "inheritedFrom": {
1021
+ "name": "AccordionItem",
1022
+ "module": "src/accordion-item/accordion-item.ts"
1023
+ }
1296
1024
  },
1297
1025
  {
1298
1026
  "kind": "field",
1299
- "name": "hideMenuSingleOption",
1027
+ "name": "id",
1300
1028
  "type": {
1301
- "text": "boolean"
1029
+ "text": "string"
1302
1030
  },
1303
- "default": "false"
1304
- },
1305
- {
1306
- "kind": "field",
1307
- "name": "singleOption",
1308
- "type": {
1309
- "text": "ActionMenuItem"
1031
+ "privacy": "public",
1032
+ "description": "The item ID",
1033
+ "inheritedFrom": {
1034
+ "name": "AccordionItem",
1035
+ "module": "src/accordion-item/accordion-item.ts"
1310
1036
  }
1311
1037
  },
1312
1038
  {
1313
1039
  "kind": "field",
1314
- "name": "actionsMenu",
1315
- "type": {
1316
- "text": "HTMLElement"
1040
+ "name": "change",
1041
+ "privacy": "private",
1042
+ "inheritedFrom": {
1043
+ "name": "AccordionItem",
1044
+ "module": "src/accordion-item/accordion-item.ts"
1317
1045
  }
1318
1046
  },
1319
- {
1320
- "kind": "method",
1321
- "name": "definitionChanged",
1322
- "privacy": "protected",
1323
- "parameters": [
1324
- {
1325
- "name": "oldValue",
1326
- "type": {
1327
- "text": "any"
1328
- }
1329
- },
1330
- {
1331
- "name": "newValue",
1332
- "type": {
1333
- "text": "any"
1334
- }
1335
- }
1336
- ]
1337
- },
1338
- {
1339
- "kind": "method",
1340
- "name": "openChanged",
1341
- "privacy": "protected"
1342
- },
1343
- {
1344
- "kind": "method",
1345
- "name": "toggleActionsMenuVisibility"
1346
- },
1347
- {
1348
- "kind": "method",
1349
- "name": "onActionMenuItemClick",
1350
- "parameters": [
1351
- {
1352
- "name": "callback",
1353
- "type": {
1354
- "text": "(rowData) => void | any"
1355
- }
1356
- }
1357
- ]
1358
- },
1359
- {
1360
- "kind": "field",
1361
- "name": "allActions",
1362
- "type": {
1363
- "text": "ActionMenuItem[]"
1364
- },
1365
- "readonly": true
1366
- },
1367
- {
1368
- "kind": "field",
1369
- "name": "rowData",
1370
- "readonly": true
1371
- },
1372
- {
1373
- "kind": "method",
1374
- "name": "getLabel",
1375
- "parameters": [
1376
- {
1377
- "name": "name",
1378
- "type": {
1379
- "text": "string | ((rowData: any) => string)"
1380
- }
1381
- }
1382
- ]
1383
- },
1384
- {
1385
- "kind": "method",
1386
- "name": "getTemplate",
1387
- "parameters": [
1388
- {
1389
- "name": "prefix",
1390
- "type": {
1391
- "text": "string"
1392
- }
1393
- }
1394
- ]
1395
- },
1396
1047
  {
1397
1048
  "kind": "field",
1398
1049
  "name": "_presentation",
@@ -1505,107 +1156,78 @@
1505
1156
  }
1506
1157
  }
1507
1158
  ],
1508
- "attributes": [
1509
- {
1510
- "name": "is-vertical",
1511
- "type": {
1512
- "text": "boolean"
1513
- },
1514
- "default": "false",
1515
- "fieldName": "isVertical"
1516
- },
1517
- {
1518
- "name": "add-default-actions",
1519
- "type": {
1520
- "text": "boolean"
1521
- },
1522
- "default": "true",
1523
- "fieldName": "addDefaultActions"
1524
- },
1525
- {
1526
- "name": "auto-close-on-action",
1527
- "type": {
1528
- "text": "boolean"
1529
- },
1530
- "default": "true",
1531
- "fieldName": "autoCloseOnAction"
1532
- },
1533
- {
1534
- "name": "name",
1535
- "type": {
1536
- "text": "string"
1537
- },
1538
- "default": "'Actions'",
1539
- "fieldName": "name"
1540
- },
1541
- {
1542
- "name": "open",
1543
- "type": {
1544
- "text": "boolean"
1545
- },
1546
- "default": "false",
1547
- "fieldName": "open"
1548
- },
1549
- {
1550
- "name": "buttonAppearance",
1551
- "type": {
1552
- "text": "string"
1553
- },
1554
- "fieldName": "buttonAppearance"
1555
- },
1556
- {
1557
- "name": "hide-disabled",
1558
- "type": {
1559
- "text": "boolean"
1560
- },
1561
- "default": "false",
1562
- "fieldName": "hideDisabled"
1563
- },
1159
+ "events": [
1564
1160
  {
1565
- "name": "hide-menu-single-option",
1566
- "type": {
1567
- "text": "boolean"
1568
- },
1569
- "default": "false",
1570
- "fieldName": "hideMenuSingleOption"
1161
+ "description": "Fires a custom 'change' event when the button is invoked",
1162
+ "name": "change",
1163
+ "inheritedFrom": {
1164
+ "name": "AccordionItem",
1165
+ "module": "src/accordion-item/accordion-item.ts"
1166
+ }
1571
1167
  }
1572
- ],
1573
- "superclass": {
1574
- "name": "FoundationElement",
1575
- "package": "@microsoft/fast-foundation"
1168
+ ]
1169
+ },
1170
+ {
1171
+ "kind": "variable",
1172
+ "name": "foundationAccordionItemShadowOptions",
1173
+ "type": {
1174
+ "text": "ShadowRootInit"
1576
1175
  },
1577
- "tagName": "%%prefix%%-actions-menu",
1578
- "customElement": true
1176
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1579
1177
  },
1580
1178
  {
1581
1179
  "kind": "variable",
1582
- "name": "foundationActionsMenu",
1583
- "description": "The Foundation Actions Menu",
1180
+ "name": "defaultAccordionItemConfig",
1181
+ "type": {
1182
+ "text": "object"
1183
+ },
1184
+ "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}"
1185
+ },
1186
+ {
1187
+ "kind": "variable",
1188
+ "name": "foundationAccordionItem",
1189
+ "description": "The Foundation Accordion Item",
1584
1190
  "privacy": "public"
1585
1191
  }
1586
1192
  ],
1587
1193
  "exports": [
1588
1194
  {
1589
1195
  "kind": "js",
1590
- "name": "ActionsMenu",
1196
+ "name": "AccordionItem",
1591
1197
  "declaration": {
1592
- "name": "ActionsMenu",
1593
- "module": "src/actions-menu/actions-menu.ts"
1198
+ "name": "AccordionItem",
1199
+ "module": "src/accordion-item/accordion-item.ts"
1594
1200
  }
1595
1201
  },
1596
1202
  {
1597
1203
  "kind": "js",
1598
- "name": "foundationActionsMenu",
1204
+ "name": "foundationAccordionItemShadowOptions",
1599
1205
  "declaration": {
1600
- "name": "foundationActionsMenu",
1601
- "module": "src/actions-menu/actions-menu.ts"
1206
+ "name": "foundationAccordionItemShadowOptions",
1207
+ "module": "src/accordion-item/accordion-item.ts"
1208
+ }
1209
+ },
1210
+ {
1211
+ "kind": "js",
1212
+ "name": "defaultAccordionItemConfig",
1213
+ "declaration": {
1214
+ "name": "defaultAccordionItemConfig",
1215
+ "module": "src/accordion-item/accordion-item.ts"
1216
+ }
1217
+ },
1218
+ {
1219
+ "kind": "js",
1220
+ "name": "foundationAccordionItem",
1221
+ "declaration": {
1222
+ "name": "foundationAccordionItem",
1223
+ "module": "src/accordion-item/accordion-item.ts"
1602
1224
  }
1603
1225
  }
1604
1226
  ]
1605
1227
  },
1606
1228
  {
1607
1229
  "kind": "javascript-module",
1608
- "path": "src/actions-menu/index.ts",
1230
+ "path": "src/accordion-item/index.ts",
1609
1231
  "declarations": [],
1610
1232
  "exports": [
1611
1233
  {
@@ -1613,7 +1235,7 @@
1613
1235
  "name": "*",
1614
1236
  "declaration": {
1615
1237
  "name": "*",
1616
- "package": "./actions-menu.styles"
1238
+ "package": "./accordion-item.template"
1617
1239
  }
1618
1240
  },
1619
1241
  {
@@ -1621,7 +1243,7 @@
1621
1243
  "name": "*",
1622
1244
  "declaration": {
1623
1245
  "name": "*",
1624
- "package": "./actions-menu.template"
1246
+ "package": "./accordion-item.styles"
1625
1247
  }
1626
1248
  },
1627
1249
  {
@@ -1629,18 +1251,18 @@
1629
1251
  "name": "*",
1630
1252
  "declaration": {
1631
1253
  "name": "*",
1632
- "package": "./actions-menu"
1254
+ "package": "./accordion-item"
1633
1255
  }
1634
1256
  }
1635
1257
  ]
1636
1258
  },
1637
1259
  {
1638
1260
  "kind": "javascript-module",
1639
- "path": "src/anchor/anchor.styles.ts",
1261
+ "path": "src/actions-menu/actions-menu.styles.ts",
1640
1262
  "declarations": [
1641
1263
  {
1642
1264
  "kind": "function",
1643
- "name": "foundationAnchorStyles",
1265
+ "name": "actionsMenuBaseStyles",
1644
1266
  "return": {
1645
1267
  "type": {
1646
1268
  "text": "ElementStyles"
@@ -1660,29 +1282,13 @@
1660
1282
  }
1661
1283
  }
1662
1284
  ]
1663
- }
1664
- ],
1665
- "exports": [
1666
- {
1667
- "kind": "js",
1668
- "name": "foundationAnchorStyles",
1669
- "declaration": {
1670
- "name": "foundationAnchorStyles",
1671
- "module": "src/anchor/anchor.styles.ts"
1672
- }
1673
- }
1674
- ]
1675
- },
1676
- {
1677
- "kind": "javascript-module",
1678
- "path": "src/anchor/anchor.template.ts",
1679
- "declarations": [
1285
+ },
1680
1286
  {
1681
1287
  "kind": "function",
1682
- "name": "foundationAnchorTemplate",
1288
+ "name": "foundationActionsMenuStyles",
1683
1289
  "return": {
1684
1290
  "type": {
1685
- "text": "ViewTemplate<Anchor>"
1291
+ "text": "ElementStyles"
1686
1292
  }
1687
1293
  },
1688
1294
  "parameters": [
@@ -1704,253 +1310,269 @@
1704
1310
  "exports": [
1705
1311
  {
1706
1312
  "kind": "js",
1707
- "name": "foundationAnchorTemplate",
1313
+ "name": "actionsMenuBaseStyles",
1708
1314
  "declaration": {
1709
- "name": "foundationAnchorTemplate",
1710
- "module": "src/anchor/anchor.template.ts"
1315
+ "name": "actionsMenuBaseStyles",
1316
+ "module": "src/actions-menu/actions-menu.styles.ts"
1317
+ }
1318
+ },
1319
+ {
1320
+ "kind": "js",
1321
+ "name": "foundationActionsMenuStyles",
1322
+ "declaration": {
1323
+ "name": "foundationActionsMenuStyles",
1324
+ "module": "src/actions-menu/actions-menu.styles.ts"
1711
1325
  }
1712
1326
  }
1713
1327
  ]
1714
1328
  },
1715
1329
  {
1716
1330
  "kind": "javascript-module",
1717
- "path": "src/anchor/anchor.ts",
1331
+ "path": "src/actions-menu/actions-menu.template.ts",
1718
1332
  "declarations": [
1719
1333
  {
1720
- "kind": "class",
1721
- "description": "",
1722
- "name": "Anchor",
1723
- "superclass": {
1724
- "name": "FASTAnchor",
1725
- "package": "@microsoft/fast-components"
1726
- },
1727
- "tagName": "%%prefix%%-anchor",
1728
- "customElement": true,
1729
- "attributes": [
1730
- {
1731
- "name": "download",
1732
- "type": {
1733
- "text": "string"
1734
- },
1735
- "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.",
1736
- "fieldName": "download",
1737
- "inheritedFrom": {
1738
- "name": "Anchor",
1739
- "module": "src/anchor/anchor.ts"
1740
- }
1741
- },
1334
+ "kind": "function",
1335
+ "name": "menuTemplate",
1336
+ "parameters": [
1742
1337
  {
1743
- "name": "href",
1338
+ "name": "prefix",
1744
1339
  "type": {
1745
1340
  "text": "string"
1746
- },
1747
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1748
- "fieldName": "href",
1749
- "inheritedFrom": {
1750
- "name": "Anchor",
1751
- "module": "src/anchor/anchor.ts"
1752
1341
  }
1753
- },
1342
+ }
1343
+ ]
1344
+ },
1345
+ {
1346
+ "kind": "function",
1347
+ "name": "singleOptionTemplate",
1348
+ "parameters": [
1754
1349
  {
1755
- "name": "hreflang",
1350
+ "name": "prefix",
1756
1351
  "type": {
1757
1352
  "text": "string"
1758
- },
1759
- "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.",
1760
- "fieldName": "hreflang",
1761
- "inheritedFrom": {
1762
- "name": "Anchor",
1763
- "module": "src/anchor/anchor.ts"
1764
1353
  }
1765
- },
1354
+ }
1355
+ ]
1356
+ },
1357
+ {
1358
+ "kind": "variable",
1359
+ "name": "foundationActionsMenuTemplate",
1360
+ "type": {
1361
+ "text": "ViewTemplate<ActionsMenu>"
1362
+ },
1363
+ "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
1364
+ }
1365
+ ],
1366
+ "exports": [
1367
+ {
1368
+ "kind": "js",
1369
+ "name": "menuTemplate",
1370
+ "declaration": {
1371
+ "name": "menuTemplate",
1372
+ "module": "src/actions-menu/actions-menu.template.ts"
1373
+ }
1374
+ },
1375
+ {
1376
+ "kind": "js",
1377
+ "name": "singleOptionTemplate",
1378
+ "declaration": {
1379
+ "name": "singleOptionTemplate",
1380
+ "module": "src/actions-menu/actions-menu.template.ts"
1381
+ }
1382
+ },
1383
+ {
1384
+ "kind": "js",
1385
+ "name": "foundationActionsMenuTemplate",
1386
+ "declaration": {
1387
+ "name": "foundationActionsMenuTemplate",
1388
+ "module": "src/actions-menu/actions-menu.template.ts"
1389
+ }
1390
+ }
1391
+ ]
1392
+ },
1393
+ {
1394
+ "kind": "javascript-module",
1395
+ "path": "src/actions-menu/actions-menu.ts",
1396
+ "declarations": [
1397
+ {
1398
+ "kind": "class",
1399
+ "description": "",
1400
+ "name": "ActionsMenu",
1401
+ "members": [
1766
1402
  {
1767
- "name": "ping",
1403
+ "kind": "field",
1404
+ "name": "actions",
1768
1405
  "type": {
1769
- "text": "string"
1770
- },
1771
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1772
- "fieldName": "ping",
1773
- "inheritedFrom": {
1774
- "name": "Anchor",
1775
- "module": "src/anchor/anchor.ts"
1406
+ "text": "ActionMenuItem[]"
1776
1407
  }
1777
1408
  },
1778
1409
  {
1779
- "name": "referrerpolicy",
1410
+ "kind": "field",
1411
+ "name": "isVertical",
1780
1412
  "type": {
1781
- "text": "string"
1413
+ "text": "boolean"
1782
1414
  },
1783
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1784
- "fieldName": "referrerpolicy",
1785
- "inheritedFrom": {
1786
- "name": "Anchor",
1787
- "module": "src/anchor/anchor.ts"
1788
- }
1415
+ "default": "false"
1789
1416
  },
1790
1417
  {
1791
- "name": "rel",
1418
+ "kind": "field",
1419
+ "name": "addDefaultActions",
1792
1420
  "type": {
1793
- "text": "string"
1421
+ "text": "boolean"
1794
1422
  },
1795
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1796
- "fieldName": "rel",
1797
- "inheritedFrom": {
1798
- "name": "Anchor",
1799
- "module": "src/anchor/anchor.ts"
1800
- }
1423
+ "default": "true"
1801
1424
  },
1802
1425
  {
1803
- "name": "target",
1426
+ "kind": "field",
1427
+ "name": "autoCloseOnAction",
1804
1428
  "type": {
1805
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1429
+ "text": "boolean"
1806
1430
  },
1807
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1808
- "fieldName": "target",
1809
- "inheritedFrom": {
1810
- "name": "Anchor",
1811
- "module": "src/anchor/anchor.ts"
1812
- }
1431
+ "default": "true"
1813
1432
  },
1814
- {
1815
- "name": "type",
1816
- "type": {
1817
- "text": "string"
1818
- },
1819
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1820
- "fieldName": "type",
1821
- "inheritedFrom": {
1822
- "name": "Anchor",
1823
- "module": "src/anchor/anchor.ts"
1824
- }
1825
- }
1826
- ],
1827
- "members": [
1828
1433
  {
1829
1434
  "kind": "field",
1830
- "name": "download",
1435
+ "name": "classNames",
1831
1436
  "type": {
1832
1437
  "text": "string"
1833
- },
1834
- "privacy": "public",
1835
- "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.",
1836
- "inheritedFrom": {
1837
- "name": "Anchor",
1838
- "module": "src/anchor/anchor.ts"
1839
1438
  }
1840
1439
  },
1841
1440
  {
1842
1441
  "kind": "field",
1843
- "name": "href",
1442
+ "name": "definition",
1844
1443
  "type": {
1845
- "text": "string"
1846
- },
1847
- "privacy": "public",
1848
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1849
- "inheritedFrom": {
1850
- "name": "Anchor",
1851
- "module": "src/anchor/anchor.ts"
1444
+ "text": "any"
1852
1445
  }
1853
1446
  },
1854
1447
  {
1855
1448
  "kind": "field",
1856
- "name": "hreflang",
1449
+ "name": "name",
1857
1450
  "type": {
1858
1451
  "text": "string"
1859
1452
  },
1860
- "privacy": "public",
1861
- "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.",
1862
- "inheritedFrom": {
1863
- "name": "Anchor",
1864
- "module": "src/anchor/anchor.ts"
1865
- }
1453
+ "default": "'Actions'"
1866
1454
  },
1867
1455
  {
1868
1456
  "kind": "field",
1869
- "name": "ping",
1457
+ "name": "open",
1870
1458
  "type": {
1871
- "text": "string"
1459
+ "text": "boolean"
1872
1460
  },
1873
- "privacy": "public",
1874
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1875
- "inheritedFrom": {
1876
- "name": "Anchor",
1877
- "module": "src/anchor/anchor.ts"
1878
- }
1461
+ "default": "false"
1879
1462
  },
1880
1463
  {
1881
1464
  "kind": "field",
1882
- "name": "referrerpolicy",
1465
+ "name": "buttonAppearance",
1883
1466
  "type": {
1884
1467
  "text": "string"
1885
- },
1886
- "privacy": "public",
1887
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1888
- "inheritedFrom": {
1889
- "name": "Anchor",
1890
- "module": "src/anchor/anchor.ts"
1891
1468
  }
1892
1469
  },
1893
1470
  {
1894
1471
  "kind": "field",
1895
- "name": "rel",
1472
+ "name": "hideDisabled",
1896
1473
  "type": {
1897
- "text": "string"
1474
+ "text": "boolean"
1898
1475
  },
1899
- "privacy": "public",
1900
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1901
- "inheritedFrom": {
1902
- "name": "Anchor",
1903
- "module": "src/anchor/anchor.ts"
1904
- }
1476
+ "default": "false"
1905
1477
  },
1906
1478
  {
1907
1479
  "kind": "field",
1908
- "name": "target",
1480
+ "name": "hideMenuSingleOption",
1909
1481
  "type": {
1910
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1482
+ "text": "boolean"
1911
1483
  },
1912
- "privacy": "public",
1913
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1914
- "inheritedFrom": {
1915
- "name": "Anchor",
1916
- "module": "src/anchor/anchor.ts"
1484
+ "default": "false"
1485
+ },
1486
+ {
1487
+ "kind": "field",
1488
+ "name": "singleOption",
1489
+ "type": {
1490
+ "text": "ActionMenuItem"
1917
1491
  }
1918
1492
  },
1919
1493
  {
1920
1494
  "kind": "field",
1921
- "name": "type",
1495
+ "name": "actionsMenu",
1922
1496
  "type": {
1923
- "text": "string"
1924
- },
1925
- "privacy": "public",
1926
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1927
- "inheritedFrom": {
1928
- "name": "Anchor",
1929
- "module": "src/anchor/anchor.ts"
1497
+ "text": "HTMLElement"
1930
1498
  }
1931
1499
  },
1500
+ {
1501
+ "kind": "method",
1502
+ "name": "definitionChanged",
1503
+ "privacy": "protected",
1504
+ "parameters": [
1505
+ {
1506
+ "name": "oldValue",
1507
+ "type": {
1508
+ "text": "any"
1509
+ }
1510
+ },
1511
+ {
1512
+ "name": "newValue",
1513
+ "type": {
1514
+ "text": "any"
1515
+ }
1516
+ }
1517
+ ]
1518
+ },
1519
+ {
1520
+ "kind": "method",
1521
+ "name": "openChanged",
1522
+ "privacy": "protected"
1523
+ },
1524
+ {
1525
+ "kind": "method",
1526
+ "name": "toggleActionsMenuVisibility"
1527
+ },
1528
+ {
1529
+ "kind": "method",
1530
+ "name": "onActionMenuItemClick",
1531
+ "parameters": [
1532
+ {
1533
+ "name": "callback",
1534
+ "type": {
1535
+ "text": "(rowData) => void | any"
1536
+ }
1537
+ }
1538
+ ]
1539
+ },
1932
1540
  {
1933
1541
  "kind": "field",
1934
- "name": "control",
1542
+ "name": "allActions",
1935
1543
  "type": {
1936
- "text": "HTMLAnchorElement | undefined"
1544
+ "text": "ActionMenuItem[]"
1937
1545
  },
1938
- "privacy": "public",
1939
- "description": "References the root element",
1940
- "inheritedFrom": {
1941
- "name": "Anchor",
1942
- "module": "src/anchor/anchor.ts"
1943
- }
1546
+ "readonly": true
1944
1547
  },
1945
1548
  {
1946
1549
  "kind": "field",
1947
- "name": "handleUnsupportedDelegatesFocus",
1948
- "privacy": "private",
1949
- "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",
1950
- "inheritedFrom": {
1951
- "name": "Anchor",
1952
- "module": "src/anchor/anchor.ts"
1953
- }
1550
+ "name": "rowData",
1551
+ "readonly": true
1552
+ },
1553
+ {
1554
+ "kind": "method",
1555
+ "name": "getLabel",
1556
+ "parameters": [
1557
+ {
1558
+ "name": "name",
1559
+ "type": {
1560
+ "text": "string | ((rowData: any) => string)"
1561
+ }
1562
+ }
1563
+ ]
1564
+ },
1565
+ {
1566
+ "kind": "method",
1567
+ "name": "getTemplate",
1568
+ "parameters": [
1569
+ {
1570
+ "name": "prefix",
1571
+ "type": {
1572
+ "text": "string"
1573
+ }
1574
+ }
1575
+ ]
1954
1576
  },
1955
1577
  {
1956
1578
  "kind": "field",
@@ -2027,105 +1649,175 @@
2027
1649
  "text": "void"
2028
1650
  }
2029
1651
  },
2030
- "inheritedFrom": {
2031
- "name": "FoundationElement",
2032
- "module": "src/foundation-element/foundation-element.ts"
2033
- }
1652
+ "inheritedFrom": {
1653
+ "name": "FoundationElement",
1654
+ "module": "src/foundation-element/foundation-element.ts"
1655
+ }
1656
+ },
1657
+ {
1658
+ "kind": "method",
1659
+ "name": "compose",
1660
+ "privacy": "public",
1661
+ "static": true,
1662
+ "return": {
1663
+ "type": {
1664
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1665
+ }
1666
+ },
1667
+ "parameters": [
1668
+ {
1669
+ "name": "this",
1670
+ "type": {
1671
+ "text": "K"
1672
+ }
1673
+ },
1674
+ {
1675
+ "name": "elementDefinition",
1676
+ "type": {
1677
+ "text": "T"
1678
+ },
1679
+ "description": "The definition of the element to create the registry\nfunction for."
1680
+ }
1681
+ ],
1682
+ "description": "Defines an element registry function with a set of element definition defaults.",
1683
+ "inheritedFrom": {
1684
+ "name": "FoundationElement",
1685
+ "module": "src/foundation-element/foundation-element.ts"
1686
+ }
1687
+ }
1688
+ ],
1689
+ "attributes": [
1690
+ {
1691
+ "name": "is-vertical",
1692
+ "type": {
1693
+ "text": "boolean"
1694
+ },
1695
+ "default": "false",
1696
+ "fieldName": "isVertical"
1697
+ },
1698
+ {
1699
+ "name": "add-default-actions",
1700
+ "type": {
1701
+ "text": "boolean"
1702
+ },
1703
+ "default": "true",
1704
+ "fieldName": "addDefaultActions"
1705
+ },
1706
+ {
1707
+ "name": "auto-close-on-action",
1708
+ "type": {
1709
+ "text": "boolean"
1710
+ },
1711
+ "default": "true",
1712
+ "fieldName": "autoCloseOnAction"
1713
+ },
1714
+ {
1715
+ "name": "name",
1716
+ "type": {
1717
+ "text": "string"
1718
+ },
1719
+ "default": "'Actions'",
1720
+ "fieldName": "name"
1721
+ },
1722
+ {
1723
+ "name": "open",
1724
+ "type": {
1725
+ "text": "boolean"
1726
+ },
1727
+ "default": "false",
1728
+ "fieldName": "open"
1729
+ },
1730
+ {
1731
+ "name": "buttonAppearance",
1732
+ "type": {
1733
+ "text": "string"
1734
+ },
1735
+ "fieldName": "buttonAppearance"
1736
+ },
1737
+ {
1738
+ "name": "hide-disabled",
1739
+ "type": {
1740
+ "text": "boolean"
1741
+ },
1742
+ "default": "false",
1743
+ "fieldName": "hideDisabled"
2034
1744
  },
2035
1745
  {
2036
- "kind": "method",
2037
- "name": "compose",
2038
- "privacy": "public",
2039
- "static": true,
2040
- "return": {
2041
- "type": {
2042
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2043
- }
1746
+ "name": "hide-menu-single-option",
1747
+ "type": {
1748
+ "text": "boolean"
2044
1749
  },
2045
- "parameters": [
2046
- {
2047
- "name": "this",
2048
- "type": {
2049
- "text": "K"
2050
- }
2051
- },
2052
- {
2053
- "name": "elementDefinition",
2054
- "type": {
2055
- "text": "T"
2056
- },
2057
- "description": "The definition of the element to create the registry\nfunction for."
2058
- }
2059
- ],
2060
- "description": "Defines an element registry function with a set of element definition defaults.",
2061
- "inheritedFrom": {
2062
- "name": "FoundationElement",
2063
- "module": "src/foundation-element/foundation-element.ts"
2064
- }
1750
+ "default": "false",
1751
+ "fieldName": "hideMenuSingleOption"
2065
1752
  }
2066
- ]
2067
- },
2068
- {
2069
- "kind": "variable",
2070
- "name": "foundationAnchorShadowOptions",
2071
- "type": {
2072
- "text": "ShadowRootInit"
2073
- },
2074
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2075
- },
2076
- {
2077
- "kind": "variable",
2078
- "name": "defaultAnchorConfig",
2079
- "type": {
2080
- "text": "object"
1753
+ ],
1754
+ "superclass": {
1755
+ "name": "FoundationElement",
1756
+ "package": "@microsoft/fast-foundation"
2081
1757
  },
2082
- "default": "{}"
1758
+ "tagName": "%%prefix%%-actions-menu",
1759
+ "customElement": true
2083
1760
  },
2084
1761
  {
2085
1762
  "kind": "variable",
2086
- "name": "foundationAnchor",
2087
- "description": "The Foundation Anchor",
1763
+ "name": "foundationActionsMenu",
1764
+ "description": "The Foundation Actions Menu",
2088
1765
  "privacy": "public"
2089
1766
  }
2090
1767
  ],
2091
1768
  "exports": [
2092
1769
  {
2093
1770
  "kind": "js",
2094
- "name": "Anchor",
1771
+ "name": "ActionsMenu",
2095
1772
  "declaration": {
2096
- "name": "Anchor",
2097
- "module": "src/anchor/anchor.ts"
1773
+ "name": "ActionsMenu",
1774
+ "module": "src/actions-menu/actions-menu.ts"
2098
1775
  }
2099
1776
  },
2100
1777
  {
2101
1778
  "kind": "js",
2102
- "name": "foundationAnchorShadowOptions",
1779
+ "name": "foundationActionsMenu",
2103
1780
  "declaration": {
2104
- "name": "foundationAnchorShadowOptions",
2105
- "module": "src/anchor/anchor.ts"
1781
+ "name": "foundationActionsMenu",
1782
+ "module": "src/actions-menu/actions-menu.ts"
1783
+ }
1784
+ }
1785
+ ]
1786
+ },
1787
+ {
1788
+ "kind": "javascript-module",
1789
+ "path": "src/actions-menu/index.ts",
1790
+ "declarations": [],
1791
+ "exports": [
1792
+ {
1793
+ "kind": "js",
1794
+ "name": "*",
1795
+ "declaration": {
1796
+ "name": "*",
1797
+ "package": "./actions-menu.styles"
2106
1798
  }
2107
1799
  },
2108
1800
  {
2109
1801
  "kind": "js",
2110
- "name": "defaultAnchorConfig",
1802
+ "name": "*",
2111
1803
  "declaration": {
2112
- "name": "defaultAnchorConfig",
2113
- "module": "src/anchor/anchor.ts"
1804
+ "name": "*",
1805
+ "package": "./actions-menu.template"
2114
1806
  }
2115
1807
  },
2116
1808
  {
2117
1809
  "kind": "js",
2118
- "name": "foundationAnchor",
1810
+ "name": "*",
2119
1811
  "declaration": {
2120
- "name": "foundationAnchor",
2121
- "module": "src/anchor/anchor.ts"
1812
+ "name": "*",
1813
+ "package": "./actions-menu"
2122
1814
  }
2123
1815
  }
2124
1816
  ]
2125
1817
  },
2126
1818
  {
2127
1819
  "kind": "javascript-module",
2128
- "path": "src/anchor/index.ts",
1820
+ "path": "src/_config/index.ts",
2129
1821
  "declarations": [],
2130
1822
  "exports": [
2131
1823
  {
@@ -2133,7 +1825,7 @@
2133
1825
  "name": "*",
2134
1826
  "declaration": {
2135
1827
  "name": "*",
2136
- "package": "./anchor.template"
1828
+ "package": "./styles"
2137
1829
  }
2138
1830
  },
2139
1831
  {
@@ -2141,7 +1833,7 @@
2141
1833
  "name": "*",
2142
1834
  "declaration": {
2143
1835
  "name": "*",
2144
- "package": "./anchor.styles"
1836
+ "package": "./tokens"
2145
1837
  }
2146
1838
  },
2147
1839
  {
@@ -2149,18 +1841,18 @@
2149
1841
  "name": "*",
2150
1842
  "declaration": {
2151
1843
  "name": "*",
2152
- "package": "./anchor"
1844
+ "package": "./values"
2153
1845
  }
2154
1846
  }
2155
1847
  ]
2156
1848
  },
2157
1849
  {
2158
1850
  "kind": "javascript-module",
2159
- "path": "src/accordion-item/accordion-item.styles.ts",
1851
+ "path": "src/anchor/anchor.styles.ts",
2160
1852
  "declarations": [
2161
1853
  {
2162
1854
  "kind": "function",
2163
- "name": "foundationAccordionItemStyles",
1855
+ "name": "foundationAnchorStyles",
2164
1856
  "return": {
2165
1857
  "type": {
2166
1858
  "text": "ElementStyles"
@@ -2185,24 +1877,24 @@
2185
1877
  "exports": [
2186
1878
  {
2187
1879
  "kind": "js",
2188
- "name": "foundationAccordionItemStyles",
1880
+ "name": "foundationAnchorStyles",
2189
1881
  "declaration": {
2190
- "name": "foundationAccordionItemStyles",
2191
- "module": "src/accordion-item/accordion-item.styles.ts"
1882
+ "name": "foundationAnchorStyles",
1883
+ "module": "src/anchor/anchor.styles.ts"
2192
1884
  }
2193
1885
  }
2194
1886
  ]
2195
1887
  },
2196
1888
  {
2197
1889
  "kind": "javascript-module",
2198
- "path": "src/accordion-item/accordion-item.template.ts",
1890
+ "path": "src/anchor/anchor.template.ts",
2199
1891
  "declarations": [
2200
1892
  {
2201
1893
  "kind": "function",
2202
- "name": "foundationAccordionItemTemplate",
1894
+ "name": "foundationAnchorTemplate",
2203
1895
  "return": {
2204
1896
  "type": {
2205
- "text": "ViewTemplate<AccordionItem>"
1897
+ "text": "ViewTemplate<Anchor>"
2206
1898
  }
2207
1899
  },
2208
1900
  "parameters": [
@@ -2224,116 +1916,252 @@
2224
1916
  "exports": [
2225
1917
  {
2226
1918
  "kind": "js",
2227
- "name": "foundationAccordionItemTemplate",
1919
+ "name": "foundationAnchorTemplate",
2228
1920
  "declaration": {
2229
- "name": "foundationAccordionItemTemplate",
2230
- "module": "src/accordion-item/accordion-item.template.ts"
1921
+ "name": "foundationAnchorTemplate",
1922
+ "module": "src/anchor/anchor.template.ts"
2231
1923
  }
2232
1924
  }
2233
1925
  ]
2234
1926
  },
2235
1927
  {
2236
1928
  "kind": "javascript-module",
2237
- "path": "src/accordion-item/accordion-item.ts",
1929
+ "path": "src/anchor/anchor.ts",
2238
1930
  "declarations": [
2239
1931
  {
2240
1932
  "kind": "class",
2241
1933
  "description": "",
2242
- "name": "AccordionItem",
1934
+ "name": "Anchor",
2243
1935
  "superclass": {
2244
- "name": "FASTAccordionItem",
1936
+ "name": "FASTAnchor",
2245
1937
  "package": "@microsoft/fast-components"
2246
1938
  },
2247
- "tagName": "%%prefix%%-accordion-item",
1939
+ "tagName": "%%prefix%%-anchor",
2248
1940
  "customElement": true,
2249
1941
  "attributes": [
2250
1942
  {
2251
- "name": "heading-level",
1943
+ "name": "download",
1944
+ "type": {
1945
+ "text": "string"
1946
+ },
1947
+ "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.",
1948
+ "fieldName": "download",
1949
+ "inheritedFrom": {
1950
+ "name": "Anchor",
1951
+ "module": "src/anchor/anchor.ts"
1952
+ }
1953
+ },
1954
+ {
1955
+ "name": "href",
1956
+ "type": {
1957
+ "text": "string"
1958
+ },
1959
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1960
+ "fieldName": "href",
1961
+ "inheritedFrom": {
1962
+ "name": "Anchor",
1963
+ "module": "src/anchor/anchor.ts"
1964
+ }
1965
+ },
1966
+ {
1967
+ "name": "hreflang",
1968
+ "type": {
1969
+ "text": "string"
1970
+ },
1971
+ "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.",
1972
+ "fieldName": "hreflang",
1973
+ "inheritedFrom": {
1974
+ "name": "Anchor",
1975
+ "module": "src/anchor/anchor.ts"
1976
+ }
1977
+ },
1978
+ {
1979
+ "name": "ping",
1980
+ "type": {
1981
+ "text": "string"
1982
+ },
1983
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1984
+ "fieldName": "ping",
1985
+ "inheritedFrom": {
1986
+ "name": "Anchor",
1987
+ "module": "src/anchor/anchor.ts"
1988
+ }
1989
+ },
1990
+ {
1991
+ "name": "referrerpolicy",
1992
+ "type": {
1993
+ "text": "string"
1994
+ },
1995
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1996
+ "fieldName": "referrerpolicy",
1997
+ "inheritedFrom": {
1998
+ "name": "Anchor",
1999
+ "module": "src/anchor/anchor.ts"
2000
+ }
2001
+ },
2002
+ {
2003
+ "name": "rel",
2004
+ "type": {
2005
+ "text": "string"
2006
+ },
2007
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2008
+ "fieldName": "rel",
2009
+ "inheritedFrom": {
2010
+ "name": "Anchor",
2011
+ "module": "src/anchor/anchor.ts"
2012
+ }
2013
+ },
2014
+ {
2015
+ "name": "target",
2016
+ "type": {
2017
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2018
+ },
2019
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2020
+ "fieldName": "target",
2021
+ "inheritedFrom": {
2022
+ "name": "Anchor",
2023
+ "module": "src/anchor/anchor.ts"
2024
+ }
2025
+ },
2026
+ {
2027
+ "name": "type",
2028
+ "type": {
2029
+ "text": "string"
2030
+ },
2031
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2032
+ "fieldName": "type",
2033
+ "inheritedFrom": {
2034
+ "name": "Anchor",
2035
+ "module": "src/anchor/anchor.ts"
2036
+ }
2037
+ }
2038
+ ],
2039
+ "members": [
2040
+ {
2041
+ "kind": "field",
2042
+ "name": "download",
2043
+ "type": {
2044
+ "text": "string"
2045
+ },
2046
+ "privacy": "public",
2047
+ "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.",
2048
+ "inheritedFrom": {
2049
+ "name": "Anchor",
2050
+ "module": "src/anchor/anchor.ts"
2051
+ }
2052
+ },
2053
+ {
2054
+ "kind": "field",
2055
+ "name": "href",
2056
+ "type": {
2057
+ "text": "string"
2058
+ },
2059
+ "privacy": "public",
2060
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2061
+ "inheritedFrom": {
2062
+ "name": "Anchor",
2063
+ "module": "src/anchor/anchor.ts"
2064
+ }
2065
+ },
2066
+ {
2067
+ "kind": "field",
2068
+ "name": "hreflang",
2252
2069
  "type": {
2253
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2070
+ "text": "string"
2254
2071
  },
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",
2072
+ "privacy": "public",
2073
+ "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.",
2258
2074
  "inheritedFrom": {
2259
- "name": "AccordionItem",
2260
- "module": "src/accordion-item/accordion-item.ts"
2075
+ "name": "Anchor",
2076
+ "module": "src/anchor/anchor.ts"
2261
2077
  }
2262
2078
  },
2263
2079
  {
2080
+ "kind": "field",
2081
+ "name": "ping",
2264
2082
  "type": {
2265
- "text": "boolean"
2083
+ "text": "string"
2266
2084
  },
2267
- "default": "false",
2268
- "description": "Expands or collapses the item.",
2269
- "fieldName": "expanded",
2085
+ "privacy": "public",
2086
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2270
2087
  "inheritedFrom": {
2271
- "name": "AccordionItem",
2272
- "module": "src/accordion-item/accordion-item.ts"
2088
+ "name": "Anchor",
2089
+ "module": "src/anchor/anchor.ts"
2273
2090
  }
2274
2091
  },
2275
2092
  {
2276
- "name": "id",
2093
+ "kind": "field",
2094
+ "name": "referrerpolicy",
2277
2095
  "type": {
2278
2096
  "text": "string"
2279
2097
  },
2280
- "description": "The item ID",
2281
- "fieldName": "id",
2098
+ "privacy": "public",
2099
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2282
2100
  "inheritedFrom": {
2283
- "name": "AccordionItem",
2284
- "module": "src/accordion-item/accordion-item.ts"
2101
+ "name": "Anchor",
2102
+ "module": "src/anchor/anchor.ts"
2285
2103
  }
2286
- }
2287
- ],
2288
- "members": [
2104
+ },
2289
2105
  {
2290
2106
  "kind": "field",
2291
- "name": "headinglevel",
2107
+ "name": "rel",
2292
2108
  "type": {
2293
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2109
+ "text": "string"
2294
2110
  },
2295
2111
  "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.",
2112
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2298
2113
  "inheritedFrom": {
2299
- "name": "AccordionItem",
2300
- "module": "src/accordion-item/accordion-item.ts"
2114
+ "name": "Anchor",
2115
+ "module": "src/anchor/anchor.ts"
2301
2116
  }
2302
2117
  },
2303
2118
  {
2304
2119
  "kind": "field",
2305
- "name": "expanded",
2120
+ "name": "target",
2306
2121
  "type": {
2307
- "text": "boolean"
2122
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2308
2123
  },
2309
2124
  "privacy": "public",
2310
- "default": "false",
2311
- "description": "Expands or collapses the item.",
2125
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2312
2126
  "inheritedFrom": {
2313
- "name": "AccordionItem",
2314
- "module": "src/accordion-item/accordion-item.ts"
2127
+ "name": "Anchor",
2128
+ "module": "src/anchor/anchor.ts"
2315
2129
  }
2316
2130
  },
2317
2131
  {
2318
2132
  "kind": "field",
2319
- "name": "id",
2133
+ "name": "type",
2320
2134
  "type": {
2321
2135
  "text": "string"
2322
2136
  },
2323
2137
  "privacy": "public",
2324
- "description": "The item ID",
2138
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2325
2139
  "inheritedFrom": {
2326
- "name": "AccordionItem",
2327
- "module": "src/accordion-item/accordion-item.ts"
2140
+ "name": "Anchor",
2141
+ "module": "src/anchor/anchor.ts"
2328
2142
  }
2329
2143
  },
2330
2144
  {
2331
2145
  "kind": "field",
2332
- "name": "change",
2146
+ "name": "control",
2147
+ "type": {
2148
+ "text": "HTMLAnchorElement | undefined"
2149
+ },
2150
+ "privacy": "public",
2151
+ "description": "References the root element",
2152
+ "inheritedFrom": {
2153
+ "name": "Anchor",
2154
+ "module": "src/anchor/anchor.ts"
2155
+ }
2156
+ },
2157
+ {
2158
+ "kind": "field",
2159
+ "name": "handleUnsupportedDelegatesFocus",
2333
2160
  "privacy": "private",
2161
+ "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",
2334
2162
  "inheritedFrom": {
2335
- "name": "AccordionItem",
2336
- "module": "src/accordion-item/accordion-item.ts"
2163
+ "name": "Anchor",
2164
+ "module": "src/anchor/anchor.ts"
2337
2165
  }
2338
2166
  },
2339
2167
  {
@@ -2447,21 +2275,193 @@
2447
2275
  "module": "src/foundation-element/foundation-element.ts"
2448
2276
  }
2449
2277
  }
2450
- ],
2451
- "events": [
2278
+ ]
2279
+ },
2280
+ {
2281
+ "kind": "variable",
2282
+ "name": "foundationAnchorShadowOptions",
2283
+ "type": {
2284
+ "text": "ShadowRootInit"
2285
+ },
2286
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2287
+ },
2288
+ {
2289
+ "kind": "variable",
2290
+ "name": "defaultAnchorConfig",
2291
+ "type": {
2292
+ "text": "object"
2293
+ },
2294
+ "default": "{}"
2295
+ },
2296
+ {
2297
+ "kind": "variable",
2298
+ "name": "foundationAnchor",
2299
+ "description": "The Foundation Anchor",
2300
+ "privacy": "public"
2301
+ }
2302
+ ],
2303
+ "exports": [
2304
+ {
2305
+ "kind": "js",
2306
+ "name": "Anchor",
2307
+ "declaration": {
2308
+ "name": "Anchor",
2309
+ "module": "src/anchor/anchor.ts"
2310
+ }
2311
+ },
2312
+ {
2313
+ "kind": "js",
2314
+ "name": "foundationAnchorShadowOptions",
2315
+ "declaration": {
2316
+ "name": "foundationAnchorShadowOptions",
2317
+ "module": "src/anchor/anchor.ts"
2318
+ }
2319
+ },
2320
+ {
2321
+ "kind": "js",
2322
+ "name": "defaultAnchorConfig",
2323
+ "declaration": {
2324
+ "name": "defaultAnchorConfig",
2325
+ "module": "src/anchor/anchor.ts"
2326
+ }
2327
+ },
2328
+ {
2329
+ "kind": "js",
2330
+ "name": "foundationAnchor",
2331
+ "declaration": {
2332
+ "name": "foundationAnchor",
2333
+ "module": "src/anchor/anchor.ts"
2334
+ }
2335
+ }
2336
+ ]
2337
+ },
2338
+ {
2339
+ "kind": "javascript-module",
2340
+ "path": "src/anchor/index.ts",
2341
+ "declarations": [],
2342
+ "exports": [
2343
+ {
2344
+ "kind": "js",
2345
+ "name": "*",
2346
+ "declaration": {
2347
+ "name": "*",
2348
+ "package": "./anchor.template"
2349
+ }
2350
+ },
2351
+ {
2352
+ "kind": "js",
2353
+ "name": "*",
2354
+ "declaration": {
2355
+ "name": "*",
2356
+ "package": "./anchor.styles"
2357
+ }
2358
+ },
2359
+ {
2360
+ "kind": "js",
2361
+ "name": "*",
2362
+ "declaration": {
2363
+ "name": "*",
2364
+ "package": "./anchor"
2365
+ }
2366
+ }
2367
+ ]
2368
+ },
2369
+ {
2370
+ "kind": "javascript-module",
2371
+ "path": "src/accordion/accordion.styles.ts",
2372
+ "declarations": [
2373
+ {
2374
+ "kind": "function",
2375
+ "name": "foundationAccordionStyles",
2376
+ "return": {
2377
+ "type": {
2378
+ "text": "ElementStyles"
2379
+ }
2380
+ },
2381
+ "parameters": [
2452
2382
  {
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"
2383
+ "name": "context",
2384
+ "type": {
2385
+ "text": "ElementDefinitionContext"
2386
+ }
2387
+ },
2388
+ {
2389
+ "name": "definition",
2390
+ "type": {
2391
+ "text": "FoundationElementDefinition"
2392
+ }
2393
+ }
2394
+ ]
2395
+ }
2396
+ ],
2397
+ "exports": [
2398
+ {
2399
+ "kind": "js",
2400
+ "name": "foundationAccordionStyles",
2401
+ "declaration": {
2402
+ "name": "foundationAccordionStyles",
2403
+ "module": "src/accordion/accordion.styles.ts"
2404
+ }
2405
+ }
2406
+ ]
2407
+ },
2408
+ {
2409
+ "kind": "javascript-module",
2410
+ "path": "src/accordion/accordion.template.ts",
2411
+ "declarations": [
2412
+ {
2413
+ "kind": "function",
2414
+ "name": "foundationAccordionTemplate",
2415
+ "return": {
2416
+ "type": {
2417
+ "text": "ViewTemplate<Accordion>"
2418
+ }
2419
+ },
2420
+ "parameters": [
2421
+ {
2422
+ "name": "context",
2423
+ "type": {
2424
+ "text": "ElementDefinitionContext"
2425
+ }
2426
+ },
2427
+ {
2428
+ "name": "definition",
2429
+ "type": {
2430
+ "text": "FoundationElementDefinition"
2458
2431
  }
2459
2432
  }
2460
2433
  ]
2434
+ }
2435
+ ],
2436
+ "exports": [
2437
+ {
2438
+ "kind": "js",
2439
+ "name": "foundationAccordionTemplate",
2440
+ "declaration": {
2441
+ "name": "foundationAccordionTemplate",
2442
+ "module": "src/accordion/accordion.template.ts"
2443
+ }
2444
+ }
2445
+ ]
2446
+ },
2447
+ {
2448
+ "kind": "javascript-module",
2449
+ "path": "src/accordion/accordion.ts",
2450
+ "declarations": [
2451
+ {
2452
+ "kind": "class",
2453
+ "description": "",
2454
+ "name": "Accordion",
2455
+ "superclass": {
2456
+ "name": "FASTAccordion",
2457
+ "package": "@microsoft/fast-foundation"
2458
+ },
2459
+ "tagName": "%%prefix%%-accordion",
2460
+ "customElement": true
2461
2461
  },
2462
2462
  {
2463
2463
  "kind": "variable",
2464
- "name": "foundationAccordionItemShadowOptions",
2464
+ "name": "foundationAccordionShadowOptions",
2465
2465
  "type": {
2466
2466
  "text": "ShadowRootInit"
2467
2467
  },
@@ -2469,57 +2469,57 @@
2469
2469
  },
2470
2470
  {
2471
2471
  "kind": "variable",
2472
- "name": "defaultAccordionItemConfig",
2472
+ "name": "defaultAccordionConfig",
2473
2473
  "type": {
2474
2474
  "text": "object"
2475
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}"
2476
+ "default": "{}"
2477
2477
  },
2478
2478
  {
2479
2479
  "kind": "variable",
2480
- "name": "foundationAccordionItem",
2481
- "description": "The Foundation Accordion Item",
2480
+ "name": "foundationAccordion",
2481
+ "description": "The Foundation Accordion",
2482
2482
  "privacy": "public"
2483
2483
  }
2484
2484
  ],
2485
2485
  "exports": [
2486
2486
  {
2487
2487
  "kind": "js",
2488
- "name": "AccordionItem",
2488
+ "name": "Accordion",
2489
2489
  "declaration": {
2490
- "name": "AccordionItem",
2491
- "module": "src/accordion-item/accordion-item.ts"
2490
+ "name": "Accordion",
2491
+ "module": "src/accordion/accordion.ts"
2492
2492
  }
2493
2493
  },
2494
2494
  {
2495
2495
  "kind": "js",
2496
- "name": "foundationAccordionItemShadowOptions",
2496
+ "name": "foundationAccordionShadowOptions",
2497
2497
  "declaration": {
2498
- "name": "foundationAccordionItemShadowOptions",
2499
- "module": "src/accordion-item/accordion-item.ts"
2498
+ "name": "foundationAccordionShadowOptions",
2499
+ "module": "src/accordion/accordion.ts"
2500
2500
  }
2501
2501
  },
2502
2502
  {
2503
2503
  "kind": "js",
2504
- "name": "defaultAccordionItemConfig",
2504
+ "name": "defaultAccordionConfig",
2505
2505
  "declaration": {
2506
- "name": "defaultAccordionItemConfig",
2507
- "module": "src/accordion-item/accordion-item.ts"
2506
+ "name": "defaultAccordionConfig",
2507
+ "module": "src/accordion/accordion.ts"
2508
2508
  }
2509
2509
  },
2510
2510
  {
2511
2511
  "kind": "js",
2512
- "name": "foundationAccordionItem",
2512
+ "name": "foundationAccordion",
2513
2513
  "declaration": {
2514
- "name": "foundationAccordionItem",
2515
- "module": "src/accordion-item/accordion-item.ts"
2514
+ "name": "foundationAccordion",
2515
+ "module": "src/accordion/accordion.ts"
2516
2516
  }
2517
2517
  }
2518
2518
  ]
2519
2519
  },
2520
2520
  {
2521
2521
  "kind": "javascript-module",
2522
- "path": "src/accordion-item/index.ts",
2522
+ "path": "src/accordion/index.ts",
2523
2523
  "declarations": [],
2524
2524
  "exports": [
2525
2525
  {
@@ -2527,7 +2527,7 @@
2527
2527
  "name": "*",
2528
2528
  "declaration": {
2529
2529
  "name": "*",
2530
- "package": "./accordion-item.template"
2530
+ "package": "./accordion.template"
2531
2531
  }
2532
2532
  },
2533
2533
  {
@@ -2535,7 +2535,7 @@
2535
2535
  "name": "*",
2536
2536
  "declaration": {
2537
2537
  "name": "*",
2538
- "package": "./accordion-item.styles"
2538
+ "package": "./accordion.styles"
2539
2539
  }
2540
2540
  },
2541
2541
  {
@@ -2543,7 +2543,7 @@
2543
2543
  "name": "*",
2544
2544
  "declaration": {
2545
2545
  "name": "*",
2546
- "package": "./accordion-item"
2546
+ "package": "./accordion"
2547
2547
  }
2548
2548
  }
2549
2549
  ]
@@ -14456,7 +14456,189 @@
14456
14456
  "name": "*",
14457
14457
  "declaration": {
14458
14458
  "name": "*",
14459
- "package": "./dialog.template"
14459
+ "package": "./dialog.template"
14460
+ }
14461
+ },
14462
+ {
14463
+ "kind": "js",
14464
+ "name": "*",
14465
+ "declaration": {
14466
+ "name": "*",
14467
+ "package": "./dialog"
14468
+ }
14469
+ }
14470
+ ]
14471
+ },
14472
+ {
14473
+ "kind": "javascript-module",
14474
+ "path": "src/disclosure/disclosure.styles.ts",
14475
+ "declarations": [
14476
+ {
14477
+ "kind": "function",
14478
+ "name": "foundationDisclosureStyles",
14479
+ "return": {
14480
+ "type": {
14481
+ "text": "ElementStyles"
14482
+ }
14483
+ },
14484
+ "parameters": [
14485
+ {
14486
+ "name": "context",
14487
+ "type": {
14488
+ "text": "ElementDefinitionContext"
14489
+ }
14490
+ },
14491
+ {
14492
+ "name": "definition",
14493
+ "type": {
14494
+ "text": "FoundationElementDefinition"
14495
+ }
14496
+ }
14497
+ ]
14498
+ }
14499
+ ],
14500
+ "exports": [
14501
+ {
14502
+ "kind": "js",
14503
+ "name": "foundationDisclosureStyles",
14504
+ "declaration": {
14505
+ "name": "foundationDisclosureStyles",
14506
+ "module": "src/disclosure/disclosure.styles.ts"
14507
+ }
14508
+ }
14509
+ ]
14510
+ },
14511
+ {
14512
+ "kind": "javascript-module",
14513
+ "path": "src/disclosure/disclosure.template.ts",
14514
+ "declarations": [
14515
+ {
14516
+ "kind": "function",
14517
+ "name": "foundationDisclosureTemplate",
14518
+ "return": {
14519
+ "type": {
14520
+ "text": "ViewTemplate<Disclosure>"
14521
+ }
14522
+ },
14523
+ "parameters": [
14524
+ {
14525
+ "name": "context",
14526
+ "type": {
14527
+ "text": "ElementDefinitionContext"
14528
+ }
14529
+ },
14530
+ {
14531
+ "name": "definition",
14532
+ "type": {
14533
+ "text": "FoundationElementDefinition"
14534
+ }
14535
+ }
14536
+ ]
14537
+ }
14538
+ ],
14539
+ "exports": [
14540
+ {
14541
+ "kind": "js",
14542
+ "name": "foundationDisclosureTemplate",
14543
+ "declaration": {
14544
+ "name": "foundationDisclosureTemplate",
14545
+ "module": "src/disclosure/disclosure.template.ts"
14546
+ }
14547
+ }
14548
+ ]
14549
+ },
14550
+ {
14551
+ "kind": "javascript-module",
14552
+ "path": "src/disclosure/disclosure.ts",
14553
+ "declarations": [
14554
+ {
14555
+ "kind": "class",
14556
+ "description": "",
14557
+ "name": "Disclosure",
14558
+ "superclass": {
14559
+ "name": "FASTDisclosure",
14560
+ "package": "@microsoft/fast-foundation"
14561
+ },
14562
+ "tagName": "%%prefix%%-disclosure",
14563
+ "customElement": true
14564
+ },
14565
+ {
14566
+ "kind": "variable",
14567
+ "name": "foundationDisclosureShadowOptions",
14568
+ "type": {
14569
+ "text": "ShadowRootInit"
14570
+ },
14571
+ "default": "undefined"
14572
+ },
14573
+ {
14574
+ "kind": "variable",
14575
+ "name": "defaultDisclosureConfig",
14576
+ "type": {
14577
+ "text": "object"
14578
+ },
14579
+ "default": "{}"
14580
+ },
14581
+ {
14582
+ "kind": "variable",
14583
+ "name": "foundationDisclosure",
14584
+ "description": "The Foundation Disclosure",
14585
+ "privacy": "public"
14586
+ }
14587
+ ],
14588
+ "exports": [
14589
+ {
14590
+ "kind": "js",
14591
+ "name": "Disclosure",
14592
+ "declaration": {
14593
+ "name": "Disclosure",
14594
+ "module": "src/disclosure/disclosure.ts"
14595
+ }
14596
+ },
14597
+ {
14598
+ "kind": "js",
14599
+ "name": "foundationDisclosureShadowOptions",
14600
+ "declaration": {
14601
+ "name": "foundationDisclosureShadowOptions",
14602
+ "module": "src/disclosure/disclosure.ts"
14603
+ }
14604
+ },
14605
+ {
14606
+ "kind": "js",
14607
+ "name": "defaultDisclosureConfig",
14608
+ "declaration": {
14609
+ "name": "defaultDisclosureConfig",
14610
+ "module": "src/disclosure/disclosure.ts"
14611
+ }
14612
+ },
14613
+ {
14614
+ "kind": "js",
14615
+ "name": "foundationDisclosure",
14616
+ "declaration": {
14617
+ "name": "foundationDisclosure",
14618
+ "module": "src/disclosure/disclosure.ts"
14619
+ }
14620
+ }
14621
+ ]
14622
+ },
14623
+ {
14624
+ "kind": "javascript-module",
14625
+ "path": "src/disclosure/index.ts",
14626
+ "declarations": [],
14627
+ "exports": [
14628
+ {
14629
+ "kind": "js",
14630
+ "name": "*",
14631
+ "declaration": {
14632
+ "name": "*",
14633
+ "package": "./disclosure.template"
14634
+ }
14635
+ },
14636
+ {
14637
+ "kind": "js",
14638
+ "name": "*",
14639
+ "declaration": {
14640
+ "name": "*",
14641
+ "package": "./disclosure.styles"
14460
14642
  }
14461
14643
  },
14462
14644
  {
@@ -14464,18 +14646,18 @@
14464
14646
  "name": "*",
14465
14647
  "declaration": {
14466
14648
  "name": "*",
14467
- "package": "./dialog"
14649
+ "package": "./disclosure"
14468
14650
  }
14469
14651
  }
14470
14652
  ]
14471
14653
  },
14472
14654
  {
14473
14655
  "kind": "javascript-module",
14474
- "path": "src/disclosure/disclosure.styles.ts",
14656
+ "path": "src/divider/divider.styles.ts",
14475
14657
  "declarations": [
14476
14658
  {
14477
14659
  "kind": "function",
14478
- "name": "foundationDisclosureStyles",
14660
+ "name": "foundationDividerStyles",
14479
14661
  "return": {
14480
14662
  "type": {
14481
14663
  "text": "ElementStyles"
@@ -14500,24 +14682,24 @@
14500
14682
  "exports": [
14501
14683
  {
14502
14684
  "kind": "js",
14503
- "name": "foundationDisclosureStyles",
14685
+ "name": "foundationDividerStyles",
14504
14686
  "declaration": {
14505
- "name": "foundationDisclosureStyles",
14506
- "module": "src/disclosure/disclosure.styles.ts"
14687
+ "name": "foundationDividerStyles",
14688
+ "module": "src/divider/divider.styles.ts"
14507
14689
  }
14508
14690
  }
14509
14691
  ]
14510
14692
  },
14511
14693
  {
14512
14694
  "kind": "javascript-module",
14513
- "path": "src/disclosure/disclosure.template.ts",
14695
+ "path": "src/divider/divider.template.ts",
14514
14696
  "declarations": [
14515
14697
  {
14516
14698
  "kind": "function",
14517
- "name": "foundationDisclosureTemplate",
14699
+ "name": "foundationDividerTemplate",
14518
14700
  "return": {
14519
14701
  "type": {
14520
- "text": "ViewTemplate<Disclosure>"
14702
+ "text": "ViewTemplate<Divider>"
14521
14703
  }
14522
14704
  },
14523
14705
  "parameters": [
@@ -14539,32 +14721,32 @@
14539
14721
  "exports": [
14540
14722
  {
14541
14723
  "kind": "js",
14542
- "name": "foundationDisclosureTemplate",
14724
+ "name": "foundationDividerTemplate",
14543
14725
  "declaration": {
14544
- "name": "foundationDisclosureTemplate",
14545
- "module": "src/disclosure/disclosure.template.ts"
14726
+ "name": "foundationDividerTemplate",
14727
+ "module": "src/divider/divider.template.ts"
14546
14728
  }
14547
14729
  }
14548
14730
  ]
14549
14731
  },
14550
14732
  {
14551
14733
  "kind": "javascript-module",
14552
- "path": "src/disclosure/disclosure.ts",
14734
+ "path": "src/divider/divider.ts",
14553
14735
  "declarations": [
14554
14736
  {
14555
14737
  "kind": "class",
14556
14738
  "description": "",
14557
- "name": "Disclosure",
14739
+ "name": "Divider",
14558
14740
  "superclass": {
14559
- "name": "FASTDisclosure",
14741
+ "name": "FASTDivider",
14560
14742
  "package": "@microsoft/fast-foundation"
14561
14743
  },
14562
- "tagName": "%%prefix%%-disclosure",
14744
+ "tagName": "%%prefix%%-divider",
14563
14745
  "customElement": true
14564
14746
  },
14565
14747
  {
14566
14748
  "kind": "variable",
14567
- "name": "foundationDisclosureShadowOptions",
14749
+ "name": "foundationDividerShadowOptions",
14568
14750
  "type": {
14569
14751
  "text": "ShadowRootInit"
14570
14752
  },
@@ -14572,7 +14754,7 @@
14572
14754
  },
14573
14755
  {
14574
14756
  "kind": "variable",
14575
- "name": "defaultDisclosureConfig",
14757
+ "name": "defaultDividerConfig",
14576
14758
  "type": {
14577
14759
  "text": "object"
14578
14760
  },
@@ -14580,49 +14762,49 @@
14580
14762
  },
14581
14763
  {
14582
14764
  "kind": "variable",
14583
- "name": "foundationDisclosure",
14584
- "description": "The Foundation Disclosure",
14765
+ "name": "foundationDivider",
14766
+ "description": "The Foundation Divider",
14585
14767
  "privacy": "public"
14586
14768
  }
14587
14769
  ],
14588
14770
  "exports": [
14589
14771
  {
14590
14772
  "kind": "js",
14591
- "name": "Disclosure",
14773
+ "name": "Divider",
14592
14774
  "declaration": {
14593
- "name": "Disclosure",
14594
- "module": "src/disclosure/disclosure.ts"
14775
+ "name": "Divider",
14776
+ "module": "src/divider/divider.ts"
14595
14777
  }
14596
14778
  },
14597
14779
  {
14598
14780
  "kind": "js",
14599
- "name": "foundationDisclosureShadowOptions",
14781
+ "name": "foundationDividerShadowOptions",
14600
14782
  "declaration": {
14601
- "name": "foundationDisclosureShadowOptions",
14602
- "module": "src/disclosure/disclosure.ts"
14783
+ "name": "foundationDividerShadowOptions",
14784
+ "module": "src/divider/divider.ts"
14603
14785
  }
14604
14786
  },
14605
14787
  {
14606
14788
  "kind": "js",
14607
- "name": "defaultDisclosureConfig",
14789
+ "name": "defaultDividerConfig",
14608
14790
  "declaration": {
14609
- "name": "defaultDisclosureConfig",
14610
- "module": "src/disclosure/disclosure.ts"
14791
+ "name": "defaultDividerConfig",
14792
+ "module": "src/divider/divider.ts"
14611
14793
  }
14612
14794
  },
14613
14795
  {
14614
14796
  "kind": "js",
14615
- "name": "foundationDisclosure",
14797
+ "name": "foundationDivider",
14616
14798
  "declaration": {
14617
- "name": "foundationDisclosure",
14618
- "module": "src/disclosure/disclosure.ts"
14799
+ "name": "foundationDivider",
14800
+ "module": "src/divider/divider.ts"
14619
14801
  }
14620
14802
  }
14621
14803
  ]
14622
14804
  },
14623
14805
  {
14624
14806
  "kind": "javascript-module",
14625
- "path": "src/disclosure/index.ts",
14807
+ "path": "src/divider/index.ts",
14626
14808
  "declarations": [],
14627
14809
  "exports": [
14628
14810
  {
@@ -14630,7 +14812,7 @@
14630
14812
  "name": "*",
14631
14813
  "declaration": {
14632
14814
  "name": "*",
14633
- "package": "./disclosure.template"
14815
+ "package": "./divider.template"
14634
14816
  }
14635
14817
  },
14636
14818
  {
@@ -14638,7 +14820,7 @@
14638
14820
  "name": "*",
14639
14821
  "declaration": {
14640
14822
  "name": "*",
14641
- "package": "./disclosure.styles"
14823
+ "package": "./divider.styles"
14642
14824
  }
14643
14825
  },
14644
14826
  {
@@ -14646,7 +14828,7 @@
14646
14828
  "name": "*",
14647
14829
  "declaration": {
14648
14830
  "name": "*",
14649
- "package": "./disclosure"
14831
+ "package": "./divider"
14650
14832
  }
14651
14833
  }
14652
14834
  ]
@@ -15116,188 +15298,6 @@
15116
15298
  }
15117
15299
  ]
15118
15300
  },
15119
- {
15120
- "kind": "javascript-module",
15121
- "path": "src/divider/divider.styles.ts",
15122
- "declarations": [
15123
- {
15124
- "kind": "function",
15125
- "name": "foundationDividerStyles",
15126
- "return": {
15127
- "type": {
15128
- "text": "ElementStyles"
15129
- }
15130
- },
15131
- "parameters": [
15132
- {
15133
- "name": "context",
15134
- "type": {
15135
- "text": "ElementDefinitionContext"
15136
- }
15137
- },
15138
- {
15139
- "name": "definition",
15140
- "type": {
15141
- "text": "FoundationElementDefinition"
15142
- }
15143
- }
15144
- ]
15145
- }
15146
- ],
15147
- "exports": [
15148
- {
15149
- "kind": "js",
15150
- "name": "foundationDividerStyles",
15151
- "declaration": {
15152
- "name": "foundationDividerStyles",
15153
- "module": "src/divider/divider.styles.ts"
15154
- }
15155
- }
15156
- ]
15157
- },
15158
- {
15159
- "kind": "javascript-module",
15160
- "path": "src/divider/divider.template.ts",
15161
- "declarations": [
15162
- {
15163
- "kind": "function",
15164
- "name": "foundationDividerTemplate",
15165
- "return": {
15166
- "type": {
15167
- "text": "ViewTemplate<Divider>"
15168
- }
15169
- },
15170
- "parameters": [
15171
- {
15172
- "name": "context",
15173
- "type": {
15174
- "text": "ElementDefinitionContext"
15175
- }
15176
- },
15177
- {
15178
- "name": "definition",
15179
- "type": {
15180
- "text": "FoundationElementDefinition"
15181
- }
15182
- }
15183
- ]
15184
- }
15185
- ],
15186
- "exports": [
15187
- {
15188
- "kind": "js",
15189
- "name": "foundationDividerTemplate",
15190
- "declaration": {
15191
- "name": "foundationDividerTemplate",
15192
- "module": "src/divider/divider.template.ts"
15193
- }
15194
- }
15195
- ]
15196
- },
15197
- {
15198
- "kind": "javascript-module",
15199
- "path": "src/divider/divider.ts",
15200
- "declarations": [
15201
- {
15202
- "kind": "class",
15203
- "description": "",
15204
- "name": "Divider",
15205
- "superclass": {
15206
- "name": "FASTDivider",
15207
- "package": "@microsoft/fast-foundation"
15208
- },
15209
- "tagName": "%%prefix%%-divider",
15210
- "customElement": true
15211
- },
15212
- {
15213
- "kind": "variable",
15214
- "name": "foundationDividerShadowOptions",
15215
- "type": {
15216
- "text": "ShadowRootInit"
15217
- },
15218
- "default": "undefined"
15219
- },
15220
- {
15221
- "kind": "variable",
15222
- "name": "defaultDividerConfig",
15223
- "type": {
15224
- "text": "object"
15225
- },
15226
- "default": "{}"
15227
- },
15228
- {
15229
- "kind": "variable",
15230
- "name": "foundationDivider",
15231
- "description": "The Foundation Divider",
15232
- "privacy": "public"
15233
- }
15234
- ],
15235
- "exports": [
15236
- {
15237
- "kind": "js",
15238
- "name": "Divider",
15239
- "declaration": {
15240
- "name": "Divider",
15241
- "module": "src/divider/divider.ts"
15242
- }
15243
- },
15244
- {
15245
- "kind": "js",
15246
- "name": "foundationDividerShadowOptions",
15247
- "declaration": {
15248
- "name": "foundationDividerShadowOptions",
15249
- "module": "src/divider/divider.ts"
15250
- }
15251
- },
15252
- {
15253
- "kind": "js",
15254
- "name": "defaultDividerConfig",
15255
- "declaration": {
15256
- "name": "defaultDividerConfig",
15257
- "module": "src/divider/divider.ts"
15258
- }
15259
- },
15260
- {
15261
- "kind": "js",
15262
- "name": "foundationDivider",
15263
- "declaration": {
15264
- "name": "foundationDivider",
15265
- "module": "src/divider/divider.ts"
15266
- }
15267
- }
15268
- ]
15269
- },
15270
- {
15271
- "kind": "javascript-module",
15272
- "path": "src/divider/index.ts",
15273
- "declarations": [],
15274
- "exports": [
15275
- {
15276
- "kind": "js",
15277
- "name": "*",
15278
- "declaration": {
15279
- "name": "*",
15280
- "package": "./divider.template"
15281
- }
15282
- },
15283
- {
15284
- "kind": "js",
15285
- "name": "*",
15286
- "declaration": {
15287
- "name": "*",
15288
- "package": "./divider.styles"
15289
- }
15290
- },
15291
- {
15292
- "kind": "js",
15293
- "name": "*",
15294
- "declaration": {
15295
- "name": "*",
15296
- "package": "./divider"
15297
- }
15298
- }
15299
- ]
15300
- },
15301
15301
  {
15302
15302
  "kind": "javascript-module",
15303
15303
  "path": "src/error-banner/error-banner.template.ts",