@genesislcap/foundation-ui 14.275.1 → 14.275.2-PA-1663.3

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 +463 -463
  2. package/package.json +18 -18
@@ -913,431 +913,6 @@
913
913
  }
914
914
  ]
915
915
  },
916
- {
917
- "kind": "javascript-module",
918
- "path": "src/_config/index.ts",
919
- "declarations": [],
920
- "exports": [
921
- {
922
- "kind": "js",
923
- "name": "*",
924
- "declaration": {
925
- "name": "*",
926
- "package": "./styles"
927
- }
928
- },
929
- {
930
- "kind": "js",
931
- "name": "*",
932
- "declaration": {
933
- "name": "*",
934
- "package": "./tokens"
935
- }
936
- },
937
- {
938
- "kind": "js",
939
- "name": "*",
940
- "declaration": {
941
- "name": "*",
942
- "package": "./values"
943
- }
944
- }
945
- ]
946
- },
947
- {
948
- "kind": "javascript-module",
949
- "path": "src/accordion-item/accordion-item.styles.ts",
950
- "declarations": [
951
- {
952
- "kind": "function",
953
- "name": "foundationAccordionItemStyles",
954
- "return": {
955
- "type": {
956
- "text": "ElementStyles"
957
- }
958
- },
959
- "parameters": [
960
- {
961
- "name": "context",
962
- "type": {
963
- "text": "ElementDefinitionContext"
964
- }
965
- },
966
- {
967
- "name": "definition",
968
- "type": {
969
- "text": "FoundationElementDefinition"
970
- }
971
- }
972
- ]
973
- }
974
- ],
975
- "exports": [
976
- {
977
- "kind": "js",
978
- "name": "foundationAccordionItemStyles",
979
- "declaration": {
980
- "name": "foundationAccordionItemStyles",
981
- "module": "src/accordion-item/accordion-item.styles.ts"
982
- }
983
- }
984
- ]
985
- },
986
- {
987
- "kind": "javascript-module",
988
- "path": "src/accordion-item/accordion-item.template.ts",
989
- "declarations": [
990
- {
991
- "kind": "function",
992
- "name": "foundationAccordionItemTemplate",
993
- "return": {
994
- "type": {
995
- "text": "ViewTemplate<AccordionItem>"
996
- }
997
- },
998
- "parameters": [
999
- {
1000
- "name": "context",
1001
- "type": {
1002
- "text": "ElementDefinitionContext"
1003
- }
1004
- },
1005
- {
1006
- "name": "definition",
1007
- "type": {
1008
- "text": "FoundationElementDefinition"
1009
- }
1010
- }
1011
- ]
1012
- }
1013
- ],
1014
- "exports": [
1015
- {
1016
- "kind": "js",
1017
- "name": "foundationAccordionItemTemplate",
1018
- "declaration": {
1019
- "name": "foundationAccordionItemTemplate",
1020
- "module": "src/accordion-item/accordion-item.template.ts"
1021
- }
1022
- }
1023
- ]
1024
- },
1025
- {
1026
- "kind": "javascript-module",
1027
- "path": "src/accordion-item/accordion-item.ts",
1028
- "declarations": [
1029
- {
1030
- "kind": "class",
1031
- "description": "",
1032
- "name": "AccordionItem",
1033
- "superclass": {
1034
- "name": "FASTAccordionItem",
1035
- "package": "@microsoft/fast-components"
1036
- },
1037
- "tagName": "%%prefix%%-accordion-item",
1038
- "customElement": true,
1039
- "attributes": [
1040
- {
1041
- "name": "heading-level",
1042
- "type": {
1043
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1044
- },
1045
- "default": "2",
1046
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1047
- "fieldName": "headinglevel",
1048
- "inheritedFrom": {
1049
- "name": "AccordionItem",
1050
- "module": "src/accordion-item/accordion-item.ts"
1051
- }
1052
- },
1053
- {
1054
- "type": {
1055
- "text": "boolean"
1056
- },
1057
- "default": "false",
1058
- "description": "Expands or collapses the item.",
1059
- "fieldName": "expanded",
1060
- "inheritedFrom": {
1061
- "name": "AccordionItem",
1062
- "module": "src/accordion-item/accordion-item.ts"
1063
- }
1064
- },
1065
- {
1066
- "name": "id",
1067
- "type": {
1068
- "text": "string"
1069
- },
1070
- "description": "The item ID",
1071
- "fieldName": "id",
1072
- "inheritedFrom": {
1073
- "name": "AccordionItem",
1074
- "module": "src/accordion-item/accordion-item.ts"
1075
- }
1076
- }
1077
- ],
1078
- "members": [
1079
- {
1080
- "kind": "field",
1081
- "name": "headinglevel",
1082
- "type": {
1083
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1084
- },
1085
- "privacy": "public",
1086
- "default": "2",
1087
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1088
- "inheritedFrom": {
1089
- "name": "AccordionItem",
1090
- "module": "src/accordion-item/accordion-item.ts"
1091
- }
1092
- },
1093
- {
1094
- "kind": "field",
1095
- "name": "expanded",
1096
- "type": {
1097
- "text": "boolean"
1098
- },
1099
- "privacy": "public",
1100
- "default": "false",
1101
- "description": "Expands or collapses the item.",
1102
- "inheritedFrom": {
1103
- "name": "AccordionItem",
1104
- "module": "src/accordion-item/accordion-item.ts"
1105
- }
1106
- },
1107
- {
1108
- "kind": "field",
1109
- "name": "id",
1110
- "type": {
1111
- "text": "string"
1112
- },
1113
- "privacy": "public",
1114
- "description": "The item ID",
1115
- "inheritedFrom": {
1116
- "name": "AccordionItem",
1117
- "module": "src/accordion-item/accordion-item.ts"
1118
- }
1119
- },
1120
- {
1121
- "kind": "field",
1122
- "name": "change",
1123
- "privacy": "private",
1124
- "inheritedFrom": {
1125
- "name": "AccordionItem",
1126
- "module": "src/accordion-item/accordion-item.ts"
1127
- }
1128
- },
1129
- {
1130
- "kind": "field",
1131
- "name": "_presentation",
1132
- "type": {
1133
- "text": "ComponentPresentation | null | undefined"
1134
- },
1135
- "privacy": "private",
1136
- "default": "void 0",
1137
- "inheritedFrom": {
1138
- "name": "FoundationElement",
1139
- "module": "src/foundation-element/foundation-element.ts"
1140
- }
1141
- },
1142
- {
1143
- "kind": "field",
1144
- "name": "$presentation",
1145
- "type": {
1146
- "text": "ComponentPresentation | null"
1147
- },
1148
- "privacy": "public",
1149
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1150
- "inheritedFrom": {
1151
- "name": "FoundationElement",
1152
- "module": "src/foundation-element/foundation-element.ts"
1153
- }
1154
- },
1155
- {
1156
- "kind": "field",
1157
- "name": "template",
1158
- "type": {
1159
- "text": "ElementViewTemplate | void | null"
1160
- },
1161
- "privacy": "public",
1162
- "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.",
1163
- "inheritedFrom": {
1164
- "name": "FoundationElement",
1165
- "module": "src/foundation-element/foundation-element.ts"
1166
- }
1167
- },
1168
- {
1169
- "kind": "method",
1170
- "name": "templateChanged",
1171
- "privacy": "protected",
1172
- "return": {
1173
- "type": {
1174
- "text": "void"
1175
- }
1176
- },
1177
- "inheritedFrom": {
1178
- "name": "FoundationElement",
1179
- "module": "src/foundation-element/foundation-element.ts"
1180
- }
1181
- },
1182
- {
1183
- "kind": "field",
1184
- "name": "styles",
1185
- "type": {
1186
- "text": "ElementStyles | void | null"
1187
- },
1188
- "privacy": "public",
1189
- "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.",
1190
- "inheritedFrom": {
1191
- "name": "FoundationElement",
1192
- "module": "src/foundation-element/foundation-element.ts"
1193
- }
1194
- },
1195
- {
1196
- "kind": "method",
1197
- "name": "stylesChanged",
1198
- "privacy": "protected",
1199
- "return": {
1200
- "type": {
1201
- "text": "void"
1202
- }
1203
- },
1204
- "inheritedFrom": {
1205
- "name": "FoundationElement",
1206
- "module": "src/foundation-element/foundation-element.ts"
1207
- }
1208
- },
1209
- {
1210
- "kind": "method",
1211
- "name": "compose",
1212
- "privacy": "public",
1213
- "static": true,
1214
- "return": {
1215
- "type": {
1216
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1217
- }
1218
- },
1219
- "parameters": [
1220
- {
1221
- "name": "this",
1222
- "type": {
1223
- "text": "K"
1224
- }
1225
- },
1226
- {
1227
- "name": "elementDefinition",
1228
- "type": {
1229
- "text": "T"
1230
- },
1231
- "description": "The definition of the element to create the registry\nfunction for."
1232
- }
1233
- ],
1234
- "description": "Defines an element registry function with a set of element definition defaults.",
1235
- "inheritedFrom": {
1236
- "name": "FoundationElement",
1237
- "module": "src/foundation-element/foundation-element.ts"
1238
- }
1239
- }
1240
- ],
1241
- "events": [
1242
- {
1243
- "description": "Fires a custom 'change' event when the button is invoked",
1244
- "name": "change",
1245
- "inheritedFrom": {
1246
- "name": "AccordionItem",
1247
- "module": "src/accordion-item/accordion-item.ts"
1248
- }
1249
- }
1250
- ]
1251
- },
1252
- {
1253
- "kind": "variable",
1254
- "name": "foundationAccordionItemShadowOptions",
1255
- "type": {
1256
- "text": "ShadowRootInit"
1257
- },
1258
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1259
- },
1260
- {
1261
- "kind": "variable",
1262
- "name": "defaultAccordionItemConfig",
1263
- "type": {
1264
- "text": "object"
1265
- },
1266
- "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}"
1267
- },
1268
- {
1269
- "kind": "variable",
1270
- "name": "foundationAccordionItem",
1271
- "description": "The Foundation Accordion Item",
1272
- "privacy": "public"
1273
- }
1274
- ],
1275
- "exports": [
1276
- {
1277
- "kind": "js",
1278
- "name": "AccordionItem",
1279
- "declaration": {
1280
- "name": "AccordionItem",
1281
- "module": "src/accordion-item/accordion-item.ts"
1282
- }
1283
- },
1284
- {
1285
- "kind": "js",
1286
- "name": "foundationAccordionItemShadowOptions",
1287
- "declaration": {
1288
- "name": "foundationAccordionItemShadowOptions",
1289
- "module": "src/accordion-item/accordion-item.ts"
1290
- }
1291
- },
1292
- {
1293
- "kind": "js",
1294
- "name": "defaultAccordionItemConfig",
1295
- "declaration": {
1296
- "name": "defaultAccordionItemConfig",
1297
- "module": "src/accordion-item/accordion-item.ts"
1298
- }
1299
- },
1300
- {
1301
- "kind": "js",
1302
- "name": "foundationAccordionItem",
1303
- "declaration": {
1304
- "name": "foundationAccordionItem",
1305
- "module": "src/accordion-item/accordion-item.ts"
1306
- }
1307
- }
1308
- ]
1309
- },
1310
- {
1311
- "kind": "javascript-module",
1312
- "path": "src/accordion-item/index.ts",
1313
- "declarations": [],
1314
- "exports": [
1315
- {
1316
- "kind": "js",
1317
- "name": "*",
1318
- "declaration": {
1319
- "name": "*",
1320
- "package": "./accordion-item.template"
1321
- }
1322
- },
1323
- {
1324
- "kind": "js",
1325
- "name": "*",
1326
- "declaration": {
1327
- "name": "*",
1328
- "package": "./accordion-item.styles"
1329
- }
1330
- },
1331
- {
1332
- "kind": "js",
1333
- "name": "*",
1334
- "declaration": {
1335
- "name": "*",
1336
- "package": "./accordion-item"
1337
- }
1338
- }
1339
- ]
1340
- },
1341
916
  {
1342
917
  "kind": "javascript-module",
1343
918
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1899,11 +1474,11 @@
1899
1474
  },
1900
1475
  {
1901
1476
  "kind": "javascript-module",
1902
- "path": "src/accordion/accordion.styles.ts",
1477
+ "path": "src/accordion-item/accordion-item.styles.ts",
1903
1478
  "declarations": [
1904
1479
  {
1905
1480
  "kind": "function",
1906
- "name": "foundationAccordionStyles",
1481
+ "name": "foundationAccordionItemStyles",
1907
1482
  "return": {
1908
1483
  "type": {
1909
1484
  "text": "ElementStyles"
@@ -1928,24 +1503,24 @@
1928
1503
  "exports": [
1929
1504
  {
1930
1505
  "kind": "js",
1931
- "name": "foundationAccordionStyles",
1506
+ "name": "foundationAccordionItemStyles",
1932
1507
  "declaration": {
1933
- "name": "foundationAccordionStyles",
1934
- "module": "src/accordion/accordion.styles.ts"
1508
+ "name": "foundationAccordionItemStyles",
1509
+ "module": "src/accordion-item/accordion-item.styles.ts"
1935
1510
  }
1936
1511
  }
1937
1512
  ]
1938
1513
  },
1939
1514
  {
1940
1515
  "kind": "javascript-module",
1941
- "path": "src/accordion/accordion.template.ts",
1516
+ "path": "src/accordion-item/accordion-item.template.ts",
1942
1517
  "declarations": [
1943
1518
  {
1944
1519
  "kind": "function",
1945
- "name": "foundationAccordionTemplate",
1520
+ "name": "foundationAccordionItemTemplate",
1946
1521
  "return": {
1947
1522
  "type": {
1948
- "text": "ViewTemplate<Accordion>"
1523
+ "text": "ViewTemplate<AccordionItem>"
1949
1524
  }
1950
1525
  },
1951
1526
  "parameters": [
@@ -1967,32 +1542,244 @@
1967
1542
  "exports": [
1968
1543
  {
1969
1544
  "kind": "js",
1970
- "name": "foundationAccordionTemplate",
1545
+ "name": "foundationAccordionItemTemplate",
1971
1546
  "declaration": {
1972
- "name": "foundationAccordionTemplate",
1973
- "module": "src/accordion/accordion.template.ts"
1547
+ "name": "foundationAccordionItemTemplate",
1548
+ "module": "src/accordion-item/accordion-item.template.ts"
1974
1549
  }
1975
1550
  }
1976
1551
  ]
1977
1552
  },
1978
1553
  {
1979
1554
  "kind": "javascript-module",
1980
- "path": "src/accordion/accordion.ts",
1555
+ "path": "src/accordion-item/accordion-item.ts",
1981
1556
  "declarations": [
1982
1557
  {
1983
1558
  "kind": "class",
1984
1559
  "description": "",
1985
- "name": "Accordion",
1560
+ "name": "AccordionItem",
1986
1561
  "superclass": {
1987
- "name": "FASTAccordion",
1988
- "package": "@microsoft/fast-foundation"
1562
+ "name": "FASTAccordionItem",
1563
+ "package": "@microsoft/fast-components"
1989
1564
  },
1990
- "tagName": "%%prefix%%-accordion",
1991
- "customElement": true
1565
+ "tagName": "%%prefix%%-accordion-item",
1566
+ "customElement": true,
1567
+ "attributes": [
1568
+ {
1569
+ "name": "heading-level",
1570
+ "type": {
1571
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1572
+ },
1573
+ "default": "2",
1574
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1575
+ "fieldName": "headinglevel",
1576
+ "inheritedFrom": {
1577
+ "name": "AccordionItem",
1578
+ "module": "src/accordion-item/accordion-item.ts"
1579
+ }
1580
+ },
1581
+ {
1582
+ "type": {
1583
+ "text": "boolean"
1584
+ },
1585
+ "default": "false",
1586
+ "description": "Expands or collapses the item.",
1587
+ "fieldName": "expanded",
1588
+ "inheritedFrom": {
1589
+ "name": "AccordionItem",
1590
+ "module": "src/accordion-item/accordion-item.ts"
1591
+ }
1592
+ },
1593
+ {
1594
+ "name": "id",
1595
+ "type": {
1596
+ "text": "string"
1597
+ },
1598
+ "description": "The item ID",
1599
+ "fieldName": "id",
1600
+ "inheritedFrom": {
1601
+ "name": "AccordionItem",
1602
+ "module": "src/accordion-item/accordion-item.ts"
1603
+ }
1604
+ }
1605
+ ],
1606
+ "members": [
1607
+ {
1608
+ "kind": "field",
1609
+ "name": "headinglevel",
1610
+ "type": {
1611
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1612
+ },
1613
+ "privacy": "public",
1614
+ "default": "2",
1615
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1616
+ "inheritedFrom": {
1617
+ "name": "AccordionItem",
1618
+ "module": "src/accordion-item/accordion-item.ts"
1619
+ }
1620
+ },
1621
+ {
1622
+ "kind": "field",
1623
+ "name": "expanded",
1624
+ "type": {
1625
+ "text": "boolean"
1626
+ },
1627
+ "privacy": "public",
1628
+ "default": "false",
1629
+ "description": "Expands or collapses the item.",
1630
+ "inheritedFrom": {
1631
+ "name": "AccordionItem",
1632
+ "module": "src/accordion-item/accordion-item.ts"
1633
+ }
1634
+ },
1635
+ {
1636
+ "kind": "field",
1637
+ "name": "id",
1638
+ "type": {
1639
+ "text": "string"
1640
+ },
1641
+ "privacy": "public",
1642
+ "description": "The item ID",
1643
+ "inheritedFrom": {
1644
+ "name": "AccordionItem",
1645
+ "module": "src/accordion-item/accordion-item.ts"
1646
+ }
1647
+ },
1648
+ {
1649
+ "kind": "field",
1650
+ "name": "change",
1651
+ "privacy": "private",
1652
+ "inheritedFrom": {
1653
+ "name": "AccordionItem",
1654
+ "module": "src/accordion-item/accordion-item.ts"
1655
+ }
1656
+ },
1657
+ {
1658
+ "kind": "field",
1659
+ "name": "_presentation",
1660
+ "type": {
1661
+ "text": "ComponentPresentation | null | undefined"
1662
+ },
1663
+ "privacy": "private",
1664
+ "default": "void 0",
1665
+ "inheritedFrom": {
1666
+ "name": "FoundationElement",
1667
+ "module": "src/foundation-element/foundation-element.ts"
1668
+ }
1669
+ },
1670
+ {
1671
+ "kind": "field",
1672
+ "name": "$presentation",
1673
+ "type": {
1674
+ "text": "ComponentPresentation | null"
1675
+ },
1676
+ "privacy": "public",
1677
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1678
+ "inheritedFrom": {
1679
+ "name": "FoundationElement",
1680
+ "module": "src/foundation-element/foundation-element.ts"
1681
+ }
1682
+ },
1683
+ {
1684
+ "kind": "field",
1685
+ "name": "template",
1686
+ "type": {
1687
+ "text": "ElementViewTemplate | void | null"
1688
+ },
1689
+ "privacy": "public",
1690
+ "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.",
1691
+ "inheritedFrom": {
1692
+ "name": "FoundationElement",
1693
+ "module": "src/foundation-element/foundation-element.ts"
1694
+ }
1695
+ },
1696
+ {
1697
+ "kind": "method",
1698
+ "name": "templateChanged",
1699
+ "privacy": "protected",
1700
+ "return": {
1701
+ "type": {
1702
+ "text": "void"
1703
+ }
1704
+ },
1705
+ "inheritedFrom": {
1706
+ "name": "FoundationElement",
1707
+ "module": "src/foundation-element/foundation-element.ts"
1708
+ }
1709
+ },
1710
+ {
1711
+ "kind": "field",
1712
+ "name": "styles",
1713
+ "type": {
1714
+ "text": "ElementStyles | void | null"
1715
+ },
1716
+ "privacy": "public",
1717
+ "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.",
1718
+ "inheritedFrom": {
1719
+ "name": "FoundationElement",
1720
+ "module": "src/foundation-element/foundation-element.ts"
1721
+ }
1722
+ },
1723
+ {
1724
+ "kind": "method",
1725
+ "name": "stylesChanged",
1726
+ "privacy": "protected",
1727
+ "return": {
1728
+ "type": {
1729
+ "text": "void"
1730
+ }
1731
+ },
1732
+ "inheritedFrom": {
1733
+ "name": "FoundationElement",
1734
+ "module": "src/foundation-element/foundation-element.ts"
1735
+ }
1736
+ },
1737
+ {
1738
+ "kind": "method",
1739
+ "name": "compose",
1740
+ "privacy": "public",
1741
+ "static": true,
1742
+ "return": {
1743
+ "type": {
1744
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1745
+ }
1746
+ },
1747
+ "parameters": [
1748
+ {
1749
+ "name": "this",
1750
+ "type": {
1751
+ "text": "K"
1752
+ }
1753
+ },
1754
+ {
1755
+ "name": "elementDefinition",
1756
+ "type": {
1757
+ "text": "T"
1758
+ },
1759
+ "description": "The definition of the element to create the registry\nfunction for."
1760
+ }
1761
+ ],
1762
+ "description": "Defines an element registry function with a set of element definition defaults.",
1763
+ "inheritedFrom": {
1764
+ "name": "FoundationElement",
1765
+ "module": "src/foundation-element/foundation-element.ts"
1766
+ }
1767
+ }
1768
+ ],
1769
+ "events": [
1770
+ {
1771
+ "description": "Fires a custom 'change' event when the button is invoked",
1772
+ "name": "change",
1773
+ "inheritedFrom": {
1774
+ "name": "AccordionItem",
1775
+ "module": "src/accordion-item/accordion-item.ts"
1776
+ }
1777
+ }
1778
+ ]
1992
1779
  },
1993
1780
  {
1994
1781
  "kind": "variable",
1995
- "name": "foundationAccordionShadowOptions",
1782
+ "name": "foundationAccordionItemShadowOptions",
1996
1783
  "type": {
1997
1784
  "text": "ShadowRootInit"
1998
1785
  },
@@ -2000,57 +1787,57 @@
2000
1787
  },
2001
1788
  {
2002
1789
  "kind": "variable",
2003
- "name": "defaultAccordionConfig",
1790
+ "name": "defaultAccordionItemConfig",
2004
1791
  "type": {
2005
1792
  "text": "object"
2006
1793
  },
2007
- "default": "{}"
1794
+ "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}"
2008
1795
  },
2009
1796
  {
2010
1797
  "kind": "variable",
2011
- "name": "foundationAccordion",
2012
- "description": "The Foundation Accordion",
1798
+ "name": "foundationAccordionItem",
1799
+ "description": "The Foundation Accordion Item",
2013
1800
  "privacy": "public"
2014
1801
  }
2015
1802
  ],
2016
1803
  "exports": [
2017
1804
  {
2018
1805
  "kind": "js",
2019
- "name": "Accordion",
1806
+ "name": "AccordionItem",
2020
1807
  "declaration": {
2021
- "name": "Accordion",
2022
- "module": "src/accordion/accordion.ts"
1808
+ "name": "AccordionItem",
1809
+ "module": "src/accordion-item/accordion-item.ts"
2023
1810
  }
2024
1811
  },
2025
1812
  {
2026
1813
  "kind": "js",
2027
- "name": "foundationAccordionShadowOptions",
1814
+ "name": "foundationAccordionItemShadowOptions",
2028
1815
  "declaration": {
2029
- "name": "foundationAccordionShadowOptions",
2030
- "module": "src/accordion/accordion.ts"
1816
+ "name": "foundationAccordionItemShadowOptions",
1817
+ "module": "src/accordion-item/accordion-item.ts"
2031
1818
  }
2032
1819
  },
2033
1820
  {
2034
1821
  "kind": "js",
2035
- "name": "defaultAccordionConfig",
1822
+ "name": "defaultAccordionItemConfig",
2036
1823
  "declaration": {
2037
- "name": "defaultAccordionConfig",
2038
- "module": "src/accordion/accordion.ts"
1824
+ "name": "defaultAccordionItemConfig",
1825
+ "module": "src/accordion-item/accordion-item.ts"
2039
1826
  }
2040
1827
  },
2041
1828
  {
2042
1829
  "kind": "js",
2043
- "name": "foundationAccordion",
1830
+ "name": "foundationAccordionItem",
2044
1831
  "declaration": {
2045
- "name": "foundationAccordion",
2046
- "module": "src/accordion/accordion.ts"
1832
+ "name": "foundationAccordionItem",
1833
+ "module": "src/accordion-item/accordion-item.ts"
2047
1834
  }
2048
1835
  }
2049
1836
  ]
2050
1837
  },
2051
1838
  {
2052
1839
  "kind": "javascript-module",
2053
- "path": "src/accordion/index.ts",
1840
+ "path": "src/accordion-item/index.ts",
2054
1841
  "declarations": [],
2055
1842
  "exports": [
2056
1843
  {
@@ -2058,7 +1845,7 @@
2058
1845
  "name": "*",
2059
1846
  "declaration": {
2060
1847
  "name": "*",
2061
- "package": "./accordion.template"
1848
+ "package": "./accordion-item.template"
2062
1849
  }
2063
1850
  },
2064
1851
  {
@@ -2066,7 +1853,7 @@
2066
1853
  "name": "*",
2067
1854
  "declaration": {
2068
1855
  "name": "*",
2069
- "package": "./accordion.styles"
1856
+ "package": "./accordion-item.styles"
2070
1857
  }
2071
1858
  },
2072
1859
  {
@@ -2074,7 +1861,38 @@
2074
1861
  "name": "*",
2075
1862
  "declaration": {
2076
1863
  "name": "*",
2077
- "package": "./accordion"
1864
+ "package": "./accordion-item"
1865
+ }
1866
+ }
1867
+ ]
1868
+ },
1869
+ {
1870
+ "kind": "javascript-module",
1871
+ "path": "src/_config/index.ts",
1872
+ "declarations": [],
1873
+ "exports": [
1874
+ {
1875
+ "kind": "js",
1876
+ "name": "*",
1877
+ "declaration": {
1878
+ "name": "*",
1879
+ "package": "./styles"
1880
+ }
1881
+ },
1882
+ {
1883
+ "kind": "js",
1884
+ "name": "*",
1885
+ "declaration": {
1886
+ "name": "*",
1887
+ "package": "./tokens"
1888
+ }
1889
+ },
1890
+ {
1891
+ "kind": "js",
1892
+ "name": "*",
1893
+ "declaration": {
1894
+ "name": "*",
1895
+ "package": "./values"
2078
1896
  }
2079
1897
  }
2080
1898
  ]
@@ -4189,6 +4007,188 @@
4189
4007
  }
4190
4008
  ]
4191
4009
  },
4010
+ {
4011
+ "kind": "javascript-module",
4012
+ "path": "src/accordion/accordion.styles.ts",
4013
+ "declarations": [
4014
+ {
4015
+ "kind": "function",
4016
+ "name": "foundationAccordionStyles",
4017
+ "return": {
4018
+ "type": {
4019
+ "text": "ElementStyles"
4020
+ }
4021
+ },
4022
+ "parameters": [
4023
+ {
4024
+ "name": "context",
4025
+ "type": {
4026
+ "text": "ElementDefinitionContext"
4027
+ }
4028
+ },
4029
+ {
4030
+ "name": "definition",
4031
+ "type": {
4032
+ "text": "FoundationElementDefinition"
4033
+ }
4034
+ }
4035
+ ]
4036
+ }
4037
+ ],
4038
+ "exports": [
4039
+ {
4040
+ "kind": "js",
4041
+ "name": "foundationAccordionStyles",
4042
+ "declaration": {
4043
+ "name": "foundationAccordionStyles",
4044
+ "module": "src/accordion/accordion.styles.ts"
4045
+ }
4046
+ }
4047
+ ]
4048
+ },
4049
+ {
4050
+ "kind": "javascript-module",
4051
+ "path": "src/accordion/accordion.template.ts",
4052
+ "declarations": [
4053
+ {
4054
+ "kind": "function",
4055
+ "name": "foundationAccordionTemplate",
4056
+ "return": {
4057
+ "type": {
4058
+ "text": "ViewTemplate<Accordion>"
4059
+ }
4060
+ },
4061
+ "parameters": [
4062
+ {
4063
+ "name": "context",
4064
+ "type": {
4065
+ "text": "ElementDefinitionContext"
4066
+ }
4067
+ },
4068
+ {
4069
+ "name": "definition",
4070
+ "type": {
4071
+ "text": "FoundationElementDefinition"
4072
+ }
4073
+ }
4074
+ ]
4075
+ }
4076
+ ],
4077
+ "exports": [
4078
+ {
4079
+ "kind": "js",
4080
+ "name": "foundationAccordionTemplate",
4081
+ "declaration": {
4082
+ "name": "foundationAccordionTemplate",
4083
+ "module": "src/accordion/accordion.template.ts"
4084
+ }
4085
+ }
4086
+ ]
4087
+ },
4088
+ {
4089
+ "kind": "javascript-module",
4090
+ "path": "src/accordion/accordion.ts",
4091
+ "declarations": [
4092
+ {
4093
+ "kind": "class",
4094
+ "description": "",
4095
+ "name": "Accordion",
4096
+ "superclass": {
4097
+ "name": "FASTAccordion",
4098
+ "package": "@microsoft/fast-foundation"
4099
+ },
4100
+ "tagName": "%%prefix%%-accordion",
4101
+ "customElement": true
4102
+ },
4103
+ {
4104
+ "kind": "variable",
4105
+ "name": "foundationAccordionShadowOptions",
4106
+ "type": {
4107
+ "text": "ShadowRootInit"
4108
+ },
4109
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4110
+ },
4111
+ {
4112
+ "kind": "variable",
4113
+ "name": "defaultAccordionConfig",
4114
+ "type": {
4115
+ "text": "object"
4116
+ },
4117
+ "default": "{}"
4118
+ },
4119
+ {
4120
+ "kind": "variable",
4121
+ "name": "foundationAccordion",
4122
+ "description": "The Foundation Accordion",
4123
+ "privacy": "public"
4124
+ }
4125
+ ],
4126
+ "exports": [
4127
+ {
4128
+ "kind": "js",
4129
+ "name": "Accordion",
4130
+ "declaration": {
4131
+ "name": "Accordion",
4132
+ "module": "src/accordion/accordion.ts"
4133
+ }
4134
+ },
4135
+ {
4136
+ "kind": "js",
4137
+ "name": "foundationAccordionShadowOptions",
4138
+ "declaration": {
4139
+ "name": "foundationAccordionShadowOptions",
4140
+ "module": "src/accordion/accordion.ts"
4141
+ }
4142
+ },
4143
+ {
4144
+ "kind": "js",
4145
+ "name": "defaultAccordionConfig",
4146
+ "declaration": {
4147
+ "name": "defaultAccordionConfig",
4148
+ "module": "src/accordion/accordion.ts"
4149
+ }
4150
+ },
4151
+ {
4152
+ "kind": "js",
4153
+ "name": "foundationAccordion",
4154
+ "declaration": {
4155
+ "name": "foundationAccordion",
4156
+ "module": "src/accordion/accordion.ts"
4157
+ }
4158
+ }
4159
+ ]
4160
+ },
4161
+ {
4162
+ "kind": "javascript-module",
4163
+ "path": "src/accordion/index.ts",
4164
+ "declarations": [],
4165
+ "exports": [
4166
+ {
4167
+ "kind": "js",
4168
+ "name": "*",
4169
+ "declaration": {
4170
+ "name": "*",
4171
+ "package": "./accordion.template"
4172
+ }
4173
+ },
4174
+ {
4175
+ "kind": "js",
4176
+ "name": "*",
4177
+ "declaration": {
4178
+ "name": "*",
4179
+ "package": "./accordion.styles"
4180
+ }
4181
+ },
4182
+ {
4183
+ "kind": "js",
4184
+ "name": "*",
4185
+ "declaration": {
4186
+ "name": "*",
4187
+ "package": "./accordion"
4188
+ }
4189
+ }
4190
+ ]
4191
+ },
4192
4192
  {
4193
4193
  "kind": "javascript-module",
4194
4194
  "path": "src/avatar/avatar.styles.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.275.1",
4
+ "version": "14.275.2-PA-1663.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.275.1",
87
- "@genesislcap/genx": "14.275.1",
88
- "@genesislcap/rollup-builder": "14.275.1",
89
- "@genesislcap/ts-builder": "14.275.1",
90
- "@genesislcap/uvu-playwright-builder": "14.275.1",
91
- "@genesislcap/vite-builder": "14.275.1",
92
- "@genesislcap/webpack-builder": "14.275.1",
86
+ "@genesislcap/foundation-testing": "14.275.2-PA-1663.3",
87
+ "@genesislcap/genx": "14.275.2-PA-1663.3",
88
+ "@genesislcap/rollup-builder": "14.275.2-PA-1663.3",
89
+ "@genesislcap/ts-builder": "14.275.2-PA-1663.3",
90
+ "@genesislcap/uvu-playwright-builder": "14.275.2-PA-1663.3",
91
+ "@genesislcap/vite-builder": "14.275.2-PA-1663.3",
92
+ "@genesislcap/webpack-builder": "14.275.2-PA-1663.3",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,15 +100,15 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/expression-builder": "14.275.1",
104
- "@genesislcap/foundation-comms": "14.275.1",
105
- "@genesislcap/foundation-criteria": "14.275.1",
106
- "@genesislcap/foundation-errors": "14.275.1",
107
- "@genesislcap/foundation-events": "14.275.1",
108
- "@genesislcap/foundation-logger": "14.275.1",
109
- "@genesislcap/foundation-notifications": "14.275.1",
110
- "@genesislcap/foundation-user": "14.275.1",
111
- "@genesislcap/foundation-utils": "14.275.1",
103
+ "@genesislcap/expression-builder": "14.275.2-PA-1663.3",
104
+ "@genesislcap/foundation-comms": "14.275.2-PA-1663.3",
105
+ "@genesislcap/foundation-criteria": "14.275.2-PA-1663.3",
106
+ "@genesislcap/foundation-errors": "14.275.2-PA-1663.3",
107
+ "@genesislcap/foundation-events": "14.275.2-PA-1663.3",
108
+ "@genesislcap/foundation-logger": "14.275.2-PA-1663.3",
109
+ "@genesislcap/foundation-notifications": "14.275.2-PA-1663.3",
110
+ "@genesislcap/foundation-user": "14.275.2-PA-1663.3",
111
+ "@genesislcap/foundation-utils": "14.275.2-PA-1663.3",
112
112
  "@microsoft/fast-colors": "5.3.1",
113
113
  "@microsoft/fast-components": "2.30.6",
114
114
  "@microsoft/fast-element": "1.14.0",
@@ -130,5 +130,5 @@
130
130
  "access": "public"
131
131
  },
132
132
  "customElements": "dist/custom-elements.json",
133
- "gitHead": "5d8c2614e138b7ac3d29a399f786f76f96283c8b"
133
+ "gitHead": "4a0f42cfd231dbc140d22aa9dd1069f7ed4d322f"
134
134
  }