@genesislcap/foundation-ui 14.397.0 → 14.397.1

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 +526 -526
  2. package/package.json +18 -18
@@ -1304,11 +1304,11 @@
1304
1304
  },
1305
1305
  {
1306
1306
  "kind": "javascript-module",
1307
- "path": "src/accordion-item/accordion-item.styles.ts",
1307
+ "path": "src/accordion/accordion.styles.ts",
1308
1308
  "declarations": [
1309
1309
  {
1310
1310
  "kind": "function",
1311
- "name": "foundationAccordionItemStyles",
1311
+ "name": "foundationAccordionStyles",
1312
1312
  "return": {
1313
1313
  "type": {
1314
1314
  "text": "ElementStyles"
@@ -1333,24 +1333,24 @@
1333
1333
  "exports": [
1334
1334
  {
1335
1335
  "kind": "js",
1336
- "name": "foundationAccordionItemStyles",
1336
+ "name": "foundationAccordionStyles",
1337
1337
  "declaration": {
1338
- "name": "foundationAccordionItemStyles",
1339
- "module": "src/accordion-item/accordion-item.styles.ts"
1338
+ "name": "foundationAccordionStyles",
1339
+ "module": "src/accordion/accordion.styles.ts"
1340
1340
  }
1341
1341
  }
1342
1342
  ]
1343
1343
  },
1344
1344
  {
1345
1345
  "kind": "javascript-module",
1346
- "path": "src/accordion-item/accordion-item.template.ts",
1346
+ "path": "src/accordion/accordion.template.ts",
1347
1347
  "declarations": [
1348
1348
  {
1349
1349
  "kind": "function",
1350
- "name": "foundationAccordionItemTemplate",
1350
+ "name": "foundationAccordionTemplate",
1351
1351
  "return": {
1352
1352
  "type": {
1353
- "text": "ViewTemplate<AccordionItem>"
1353
+ "text": "ViewTemplate<Accordion>"
1354
1354
  }
1355
1355
  },
1356
1356
  "parameters": [
@@ -1372,244 +1372,32 @@
1372
1372
  "exports": [
1373
1373
  {
1374
1374
  "kind": "js",
1375
- "name": "foundationAccordionItemTemplate",
1375
+ "name": "foundationAccordionTemplate",
1376
1376
  "declaration": {
1377
- "name": "foundationAccordionItemTemplate",
1378
- "module": "src/accordion-item/accordion-item.template.ts"
1377
+ "name": "foundationAccordionTemplate",
1378
+ "module": "src/accordion/accordion.template.ts"
1379
1379
  }
1380
1380
  }
1381
1381
  ]
1382
1382
  },
1383
1383
  {
1384
1384
  "kind": "javascript-module",
1385
- "path": "src/accordion-item/accordion-item.ts",
1385
+ "path": "src/accordion/accordion.ts",
1386
1386
  "declarations": [
1387
1387
  {
1388
1388
  "kind": "class",
1389
1389
  "description": "",
1390
- "name": "AccordionItem",
1390
+ "name": "Accordion",
1391
1391
  "superclass": {
1392
- "name": "FASTAccordionItem",
1393
- "package": "@microsoft/fast-components"
1392
+ "name": "FASTAccordion",
1393
+ "package": "@microsoft/fast-foundation"
1394
1394
  },
1395
- "tagName": "%%prefix%%-accordion-item",
1396
- "customElement": true,
1397
- "attributes": [
1398
- {
1399
- "name": "heading-level",
1400
- "type": {
1401
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1402
- },
1403
- "default": "2",
1404
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1405
- "fieldName": "headinglevel",
1406
- "inheritedFrom": {
1407
- "name": "AccordionItem",
1408
- "module": "src/accordion-item/accordion-item.ts"
1409
- }
1410
- },
1411
- {
1412
- "type": {
1413
- "text": "boolean"
1414
- },
1415
- "default": "false",
1416
- "description": "Expands or collapses the item.",
1417
- "fieldName": "expanded",
1418
- "inheritedFrom": {
1419
- "name": "AccordionItem",
1420
- "module": "src/accordion-item/accordion-item.ts"
1421
- }
1422
- },
1423
- {
1424
- "name": "id",
1425
- "type": {
1426
- "text": "string"
1427
- },
1428
- "description": "The item ID",
1429
- "fieldName": "id",
1430
- "inheritedFrom": {
1431
- "name": "AccordionItem",
1432
- "module": "src/accordion-item/accordion-item.ts"
1433
- }
1434
- }
1435
- ],
1436
- "members": [
1437
- {
1438
- "kind": "field",
1439
- "name": "headinglevel",
1440
- "type": {
1441
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1442
- },
1443
- "privacy": "public",
1444
- "default": "2",
1445
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1446
- "inheritedFrom": {
1447
- "name": "AccordionItem",
1448
- "module": "src/accordion-item/accordion-item.ts"
1449
- }
1450
- },
1451
- {
1452
- "kind": "field",
1453
- "name": "expanded",
1454
- "type": {
1455
- "text": "boolean"
1456
- },
1457
- "privacy": "public",
1458
- "default": "false",
1459
- "description": "Expands or collapses the item.",
1460
- "inheritedFrom": {
1461
- "name": "AccordionItem",
1462
- "module": "src/accordion-item/accordion-item.ts"
1463
- }
1464
- },
1465
- {
1466
- "kind": "field",
1467
- "name": "id",
1468
- "type": {
1469
- "text": "string"
1470
- },
1471
- "privacy": "public",
1472
- "description": "The item ID",
1473
- "inheritedFrom": {
1474
- "name": "AccordionItem",
1475
- "module": "src/accordion-item/accordion-item.ts"
1476
- }
1477
- },
1478
- {
1479
- "kind": "field",
1480
- "name": "change",
1481
- "privacy": "private",
1482
- "inheritedFrom": {
1483
- "name": "AccordionItem",
1484
- "module": "src/accordion-item/accordion-item.ts"
1485
- }
1486
- },
1487
- {
1488
- "kind": "field",
1489
- "name": "_presentation",
1490
- "type": {
1491
- "text": "ComponentPresentation | null | undefined"
1492
- },
1493
- "privacy": "private",
1494
- "default": "void 0",
1495
- "inheritedFrom": {
1496
- "name": "FoundationElement",
1497
- "module": "src/foundation-element/foundation-element.ts"
1498
- }
1499
- },
1500
- {
1501
- "kind": "field",
1502
- "name": "$presentation",
1503
- "type": {
1504
- "text": "ComponentPresentation | null"
1505
- },
1506
- "privacy": "public",
1507
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1508
- "inheritedFrom": {
1509
- "name": "FoundationElement",
1510
- "module": "src/foundation-element/foundation-element.ts"
1511
- }
1512
- },
1513
- {
1514
- "kind": "field",
1515
- "name": "template",
1516
- "type": {
1517
- "text": "ElementViewTemplate | void | null"
1518
- },
1519
- "privacy": "public",
1520
- "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.",
1521
- "inheritedFrom": {
1522
- "name": "FoundationElement",
1523
- "module": "src/foundation-element/foundation-element.ts"
1524
- }
1525
- },
1526
- {
1527
- "kind": "method",
1528
- "name": "templateChanged",
1529
- "privacy": "protected",
1530
- "return": {
1531
- "type": {
1532
- "text": "void"
1533
- }
1534
- },
1535
- "inheritedFrom": {
1536
- "name": "FoundationElement",
1537
- "module": "src/foundation-element/foundation-element.ts"
1538
- }
1539
- },
1540
- {
1541
- "kind": "field",
1542
- "name": "styles",
1543
- "type": {
1544
- "text": "ElementStyles | void | null"
1545
- },
1546
- "privacy": "public",
1547
- "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.",
1548
- "inheritedFrom": {
1549
- "name": "FoundationElement",
1550
- "module": "src/foundation-element/foundation-element.ts"
1551
- }
1552
- },
1553
- {
1554
- "kind": "method",
1555
- "name": "stylesChanged",
1556
- "privacy": "protected",
1557
- "return": {
1558
- "type": {
1559
- "text": "void"
1560
- }
1561
- },
1562
- "inheritedFrom": {
1563
- "name": "FoundationElement",
1564
- "module": "src/foundation-element/foundation-element.ts"
1565
- }
1566
- },
1567
- {
1568
- "kind": "method",
1569
- "name": "compose",
1570
- "privacy": "public",
1571
- "static": true,
1572
- "return": {
1573
- "type": {
1574
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1575
- }
1576
- },
1577
- "parameters": [
1578
- {
1579
- "name": "this",
1580
- "type": {
1581
- "text": "K"
1582
- }
1583
- },
1584
- {
1585
- "name": "elementDefinition",
1586
- "type": {
1587
- "text": "T"
1588
- },
1589
- "description": "The definition of the element to create the registry\nfunction for."
1590
- }
1591
- ],
1592
- "description": "Defines an element registry function with a set of element definition defaults.",
1593
- "inheritedFrom": {
1594
- "name": "FoundationElement",
1595
- "module": "src/foundation-element/foundation-element.ts"
1596
- }
1597
- }
1598
- ],
1599
- "events": [
1600
- {
1601
- "description": "Fires a custom 'change' event when the button is invoked",
1602
- "name": "change",
1603
- "inheritedFrom": {
1604
- "name": "AccordionItem",
1605
- "module": "src/accordion-item/accordion-item.ts"
1606
- }
1607
- }
1608
- ]
1395
+ "tagName": "%%prefix%%-accordion",
1396
+ "customElement": true
1609
1397
  },
1610
1398
  {
1611
1399
  "kind": "variable",
1612
- "name": "foundationAccordionItemShadowOptions",
1400
+ "name": "foundationAccordionShadowOptions",
1613
1401
  "type": {
1614
1402
  "text": "ShadowRootInit"
1615
1403
  },
@@ -1617,198 +1405,16 @@
1617
1405
  },
1618
1406
  {
1619
1407
  "kind": "variable",
1620
- "name": "defaultAccordionItemConfig",
1408
+ "name": "defaultAccordionConfig",
1621
1409
  "type": {
1622
1410
  "text": "object"
1623
1411
  },
1624
- "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}"
1412
+ "default": "{}"
1625
1413
  },
1626
1414
  {
1627
1415
  "kind": "variable",
1628
- "name": "foundationAccordionItem",
1629
- "description": "The Foundation Accordion Item",
1630
- "privacy": "public"
1631
- }
1632
- ],
1633
- "exports": [
1634
- {
1635
- "kind": "js",
1636
- "name": "AccordionItem",
1637
- "declaration": {
1638
- "name": "AccordionItem",
1639
- "module": "src/accordion-item/accordion-item.ts"
1640
- }
1641
- },
1642
- {
1643
- "kind": "js",
1644
- "name": "foundationAccordionItemShadowOptions",
1645
- "declaration": {
1646
- "name": "foundationAccordionItemShadowOptions",
1647
- "module": "src/accordion-item/accordion-item.ts"
1648
- }
1649
- },
1650
- {
1651
- "kind": "js",
1652
- "name": "defaultAccordionItemConfig",
1653
- "declaration": {
1654
- "name": "defaultAccordionItemConfig",
1655
- "module": "src/accordion-item/accordion-item.ts"
1656
- }
1657
- },
1658
- {
1659
- "kind": "js",
1660
- "name": "foundationAccordionItem",
1661
- "declaration": {
1662
- "name": "foundationAccordionItem",
1663
- "module": "src/accordion-item/accordion-item.ts"
1664
- }
1665
- }
1666
- ]
1667
- },
1668
- {
1669
- "kind": "javascript-module",
1670
- "path": "src/accordion-item/index.ts",
1671
- "declarations": [],
1672
- "exports": [
1673
- {
1674
- "kind": "js",
1675
- "name": "*",
1676
- "declaration": {
1677
- "name": "*",
1678
- "package": "./accordion-item.template"
1679
- }
1680
- },
1681
- {
1682
- "kind": "js",
1683
- "name": "*",
1684
- "declaration": {
1685
- "name": "*",
1686
- "package": "./accordion-item.styles"
1687
- }
1688
- },
1689
- {
1690
- "kind": "js",
1691
- "name": "*",
1692
- "declaration": {
1693
- "name": "*",
1694
- "package": "./accordion-item"
1695
- }
1696
- }
1697
- ]
1698
- },
1699
- {
1700
- "kind": "javascript-module",
1701
- "path": "src/accordion/accordion.styles.ts",
1702
- "declarations": [
1703
- {
1704
- "kind": "function",
1705
- "name": "foundationAccordionStyles",
1706
- "return": {
1707
- "type": {
1708
- "text": "ElementStyles"
1709
- }
1710
- },
1711
- "parameters": [
1712
- {
1713
- "name": "context",
1714
- "type": {
1715
- "text": "ElementDefinitionContext"
1716
- }
1717
- },
1718
- {
1719
- "name": "definition",
1720
- "type": {
1721
- "text": "FoundationElementDefinition"
1722
- }
1723
- }
1724
- ]
1725
- }
1726
- ],
1727
- "exports": [
1728
- {
1729
- "kind": "js",
1730
- "name": "foundationAccordionStyles",
1731
- "declaration": {
1732
- "name": "foundationAccordionStyles",
1733
- "module": "src/accordion/accordion.styles.ts"
1734
- }
1735
- }
1736
- ]
1737
- },
1738
- {
1739
- "kind": "javascript-module",
1740
- "path": "src/accordion/accordion.template.ts",
1741
- "declarations": [
1742
- {
1743
- "kind": "function",
1744
- "name": "foundationAccordionTemplate",
1745
- "return": {
1746
- "type": {
1747
- "text": "ViewTemplate<Accordion>"
1748
- }
1749
- },
1750
- "parameters": [
1751
- {
1752
- "name": "context",
1753
- "type": {
1754
- "text": "ElementDefinitionContext"
1755
- }
1756
- },
1757
- {
1758
- "name": "definition",
1759
- "type": {
1760
- "text": "FoundationElementDefinition"
1761
- }
1762
- }
1763
- ]
1764
- }
1765
- ],
1766
- "exports": [
1767
- {
1768
- "kind": "js",
1769
- "name": "foundationAccordionTemplate",
1770
- "declaration": {
1771
- "name": "foundationAccordionTemplate",
1772
- "module": "src/accordion/accordion.template.ts"
1773
- }
1774
- }
1775
- ]
1776
- },
1777
- {
1778
- "kind": "javascript-module",
1779
- "path": "src/accordion/accordion.ts",
1780
- "declarations": [
1781
- {
1782
- "kind": "class",
1783
- "description": "",
1784
- "name": "Accordion",
1785
- "superclass": {
1786
- "name": "FASTAccordion",
1787
- "package": "@microsoft/fast-foundation"
1788
- },
1789
- "tagName": "%%prefix%%-accordion",
1790
- "customElement": true
1791
- },
1792
- {
1793
- "kind": "variable",
1794
- "name": "foundationAccordionShadowOptions",
1795
- "type": {
1796
- "text": "ShadowRootInit"
1797
- },
1798
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1799
- },
1800
- {
1801
- "kind": "variable",
1802
- "name": "defaultAccordionConfig",
1803
- "type": {
1804
- "text": "object"
1805
- },
1806
- "default": "{}"
1807
- },
1808
- {
1809
- "kind": "variable",
1810
- "name": "foundationAccordion",
1811
- "description": "The Foundation Accordion",
1416
+ "name": "foundationAccordion",
1417
+ "description": "The Foundation Accordion",
1812
1418
  "privacy": "public"
1813
1419
  }
1814
1420
  ],
@@ -2603,156 +2209,540 @@
2603
2209
  }
2604
2210
  },
2605
2211
  {
2606
- "name": "target",
2212
+ "name": "target",
2213
+ "type": {
2214
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2215
+ },
2216
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2217
+ "fieldName": "target",
2218
+ "inheritedFrom": {
2219
+ "name": "Anchor",
2220
+ "module": "src/anchor/anchor.ts"
2221
+ }
2222
+ },
2223
+ {
2224
+ "name": "type",
2225
+ "type": {
2226
+ "text": "string"
2227
+ },
2228
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2229
+ "fieldName": "type",
2230
+ "inheritedFrom": {
2231
+ "name": "Anchor",
2232
+ "module": "src/anchor/anchor.ts"
2233
+ }
2234
+ }
2235
+ ],
2236
+ "members": [
2237
+ {
2238
+ "kind": "field",
2239
+ "name": "download",
2240
+ "type": {
2241
+ "text": "string"
2242
+ },
2243
+ "privacy": "public",
2244
+ "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.",
2245
+ "inheritedFrom": {
2246
+ "name": "Anchor",
2247
+ "module": "src/anchor/anchor.ts"
2248
+ }
2249
+ },
2250
+ {
2251
+ "kind": "field",
2252
+ "name": "href",
2253
+ "type": {
2254
+ "text": "string"
2255
+ },
2256
+ "privacy": "public",
2257
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2258
+ "inheritedFrom": {
2259
+ "name": "Anchor",
2260
+ "module": "src/anchor/anchor.ts"
2261
+ }
2262
+ },
2263
+ {
2264
+ "kind": "field",
2265
+ "name": "hreflang",
2266
+ "type": {
2267
+ "text": "string"
2268
+ },
2269
+ "privacy": "public",
2270
+ "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.",
2271
+ "inheritedFrom": {
2272
+ "name": "Anchor",
2273
+ "module": "src/anchor/anchor.ts"
2274
+ }
2275
+ },
2276
+ {
2277
+ "kind": "field",
2278
+ "name": "ping",
2279
+ "type": {
2280
+ "text": "string"
2281
+ },
2282
+ "privacy": "public",
2283
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2284
+ "inheritedFrom": {
2285
+ "name": "Anchor",
2286
+ "module": "src/anchor/anchor.ts"
2287
+ }
2288
+ },
2289
+ {
2290
+ "kind": "field",
2291
+ "name": "referrerpolicy",
2292
+ "type": {
2293
+ "text": "string"
2294
+ },
2295
+ "privacy": "public",
2296
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2297
+ "inheritedFrom": {
2298
+ "name": "Anchor",
2299
+ "module": "src/anchor/anchor.ts"
2300
+ }
2301
+ },
2302
+ {
2303
+ "kind": "field",
2304
+ "name": "rel",
2305
+ "type": {
2306
+ "text": "string"
2307
+ },
2308
+ "privacy": "public",
2309
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2310
+ "inheritedFrom": {
2311
+ "name": "Anchor",
2312
+ "module": "src/anchor/anchor.ts"
2313
+ }
2314
+ },
2315
+ {
2316
+ "kind": "field",
2317
+ "name": "target",
2318
+ "type": {
2319
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2320
+ },
2321
+ "privacy": "public",
2322
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2323
+ "inheritedFrom": {
2324
+ "name": "Anchor",
2325
+ "module": "src/anchor/anchor.ts"
2326
+ }
2327
+ },
2328
+ {
2329
+ "kind": "field",
2330
+ "name": "type",
2331
+ "type": {
2332
+ "text": "string"
2333
+ },
2334
+ "privacy": "public",
2335
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2336
+ "inheritedFrom": {
2337
+ "name": "Anchor",
2338
+ "module": "src/anchor/anchor.ts"
2339
+ }
2340
+ },
2341
+ {
2342
+ "kind": "field",
2343
+ "name": "control",
2344
+ "type": {
2345
+ "text": "HTMLAnchorElement | undefined"
2346
+ },
2347
+ "privacy": "public",
2348
+ "description": "References the root element",
2349
+ "inheritedFrom": {
2350
+ "name": "Anchor",
2351
+ "module": "src/anchor/anchor.ts"
2352
+ }
2353
+ },
2354
+ {
2355
+ "kind": "field",
2356
+ "name": "handleUnsupportedDelegatesFocus",
2357
+ "privacy": "private",
2358
+ "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",
2359
+ "inheritedFrom": {
2360
+ "name": "Anchor",
2361
+ "module": "src/anchor/anchor.ts"
2362
+ }
2363
+ },
2364
+ {
2365
+ "kind": "field",
2366
+ "name": "_presentation",
2367
+ "type": {
2368
+ "text": "ComponentPresentation | null | undefined"
2369
+ },
2370
+ "privacy": "private",
2371
+ "default": "void 0",
2372
+ "inheritedFrom": {
2373
+ "name": "FoundationElement",
2374
+ "module": "src/foundation-element/foundation-element.ts"
2375
+ }
2376
+ },
2377
+ {
2378
+ "kind": "field",
2379
+ "name": "$presentation",
2380
+ "type": {
2381
+ "text": "ComponentPresentation | null"
2382
+ },
2383
+ "privacy": "public",
2384
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2385
+ "inheritedFrom": {
2386
+ "name": "FoundationElement",
2387
+ "module": "src/foundation-element/foundation-element.ts"
2388
+ }
2389
+ },
2390
+ {
2391
+ "kind": "field",
2392
+ "name": "template",
2393
+ "type": {
2394
+ "text": "ElementViewTemplate | void | null"
2395
+ },
2396
+ "privacy": "public",
2397
+ "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.",
2398
+ "inheritedFrom": {
2399
+ "name": "FoundationElement",
2400
+ "module": "src/foundation-element/foundation-element.ts"
2401
+ }
2402
+ },
2403
+ {
2404
+ "kind": "method",
2405
+ "name": "templateChanged",
2406
+ "privacy": "protected",
2407
+ "return": {
2408
+ "type": {
2409
+ "text": "void"
2410
+ }
2411
+ },
2412
+ "inheritedFrom": {
2413
+ "name": "FoundationElement",
2414
+ "module": "src/foundation-element/foundation-element.ts"
2415
+ }
2416
+ },
2417
+ {
2418
+ "kind": "field",
2419
+ "name": "styles",
2420
+ "type": {
2421
+ "text": "ElementStyles | void | null"
2422
+ },
2423
+ "privacy": "public",
2424
+ "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.",
2425
+ "inheritedFrom": {
2426
+ "name": "FoundationElement",
2427
+ "module": "src/foundation-element/foundation-element.ts"
2428
+ }
2429
+ },
2430
+ {
2431
+ "kind": "method",
2432
+ "name": "stylesChanged",
2433
+ "privacy": "protected",
2434
+ "return": {
2435
+ "type": {
2436
+ "text": "void"
2437
+ }
2438
+ },
2439
+ "inheritedFrom": {
2440
+ "name": "FoundationElement",
2441
+ "module": "src/foundation-element/foundation-element.ts"
2442
+ }
2443
+ },
2444
+ {
2445
+ "kind": "method",
2446
+ "name": "compose",
2447
+ "privacy": "public",
2448
+ "static": true,
2449
+ "return": {
2450
+ "type": {
2451
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2452
+ }
2453
+ },
2454
+ "parameters": [
2455
+ {
2456
+ "name": "this",
2457
+ "type": {
2458
+ "text": "K"
2459
+ }
2460
+ },
2461
+ {
2462
+ "name": "elementDefinition",
2463
+ "type": {
2464
+ "text": "T"
2465
+ },
2466
+ "description": "The definition of the element to create the registry\nfunction for."
2467
+ }
2468
+ ],
2469
+ "description": "Defines an element registry function with a set of element definition defaults.",
2470
+ "inheritedFrom": {
2471
+ "name": "FoundationElement",
2472
+ "module": "src/foundation-element/foundation-element.ts"
2473
+ }
2474
+ }
2475
+ ]
2476
+ },
2477
+ {
2478
+ "kind": "variable",
2479
+ "name": "foundationAnchorShadowOptions",
2480
+ "type": {
2481
+ "text": "ShadowRootInit"
2482
+ },
2483
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2484
+ },
2485
+ {
2486
+ "kind": "variable",
2487
+ "name": "defaultAnchorConfig",
2488
+ "type": {
2489
+ "text": "object"
2490
+ },
2491
+ "default": "{}"
2492
+ },
2493
+ {
2494
+ "kind": "variable",
2495
+ "name": "foundationAnchor",
2496
+ "description": "The Foundation Anchor",
2497
+ "privacy": "public"
2498
+ }
2499
+ ],
2500
+ "exports": [
2501
+ {
2502
+ "kind": "js",
2503
+ "name": "Anchor",
2504
+ "declaration": {
2505
+ "name": "Anchor",
2506
+ "module": "src/anchor/anchor.ts"
2507
+ }
2508
+ },
2509
+ {
2510
+ "kind": "js",
2511
+ "name": "foundationAnchorShadowOptions",
2512
+ "declaration": {
2513
+ "name": "foundationAnchorShadowOptions",
2514
+ "module": "src/anchor/anchor.ts"
2515
+ }
2516
+ },
2517
+ {
2518
+ "kind": "js",
2519
+ "name": "defaultAnchorConfig",
2520
+ "declaration": {
2521
+ "name": "defaultAnchorConfig",
2522
+ "module": "src/anchor/anchor.ts"
2523
+ }
2524
+ },
2525
+ {
2526
+ "kind": "js",
2527
+ "name": "foundationAnchor",
2528
+ "declaration": {
2529
+ "name": "foundationAnchor",
2530
+ "module": "src/anchor/anchor.ts"
2531
+ }
2532
+ }
2533
+ ]
2534
+ },
2535
+ {
2536
+ "kind": "javascript-module",
2537
+ "path": "src/anchor/index.ts",
2538
+ "declarations": [],
2539
+ "exports": [
2540
+ {
2541
+ "kind": "js",
2542
+ "name": "*",
2543
+ "declaration": {
2544
+ "name": "*",
2545
+ "package": "./anchor.template"
2546
+ }
2547
+ },
2548
+ {
2549
+ "kind": "js",
2550
+ "name": "*",
2551
+ "declaration": {
2552
+ "name": "*",
2553
+ "package": "./anchor.styles"
2554
+ }
2555
+ },
2556
+ {
2557
+ "kind": "js",
2558
+ "name": "*",
2559
+ "declaration": {
2560
+ "name": "*",
2561
+ "package": "./anchor"
2562
+ }
2563
+ }
2564
+ ]
2565
+ },
2566
+ {
2567
+ "kind": "javascript-module",
2568
+ "path": "src/accordion-item/accordion-item.styles.ts",
2569
+ "declarations": [
2570
+ {
2571
+ "kind": "function",
2572
+ "name": "foundationAccordionItemStyles",
2573
+ "return": {
2574
+ "type": {
2575
+ "text": "ElementStyles"
2576
+ }
2577
+ },
2578
+ "parameters": [
2579
+ {
2580
+ "name": "context",
2607
2581
  "type": {
2608
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2609
- },
2610
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2611
- "fieldName": "target",
2612
- "inheritedFrom": {
2613
- "name": "Anchor",
2614
- "module": "src/anchor/anchor.ts"
2582
+ "text": "ElementDefinitionContext"
2615
2583
  }
2616
2584
  },
2617
2585
  {
2618
- "name": "type",
2586
+ "name": "definition",
2619
2587
  "type": {
2620
- "text": "string"
2621
- },
2622
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2623
- "fieldName": "type",
2624
- "inheritedFrom": {
2625
- "name": "Anchor",
2626
- "module": "src/anchor/anchor.ts"
2588
+ "text": "FoundationElementDefinition"
2627
2589
  }
2628
2590
  }
2629
- ],
2630
- "members": [
2591
+ ]
2592
+ }
2593
+ ],
2594
+ "exports": [
2595
+ {
2596
+ "kind": "js",
2597
+ "name": "foundationAccordionItemStyles",
2598
+ "declaration": {
2599
+ "name": "foundationAccordionItemStyles",
2600
+ "module": "src/accordion-item/accordion-item.styles.ts"
2601
+ }
2602
+ }
2603
+ ]
2604
+ },
2605
+ {
2606
+ "kind": "javascript-module",
2607
+ "path": "src/accordion-item/accordion-item.template.ts",
2608
+ "declarations": [
2609
+ {
2610
+ "kind": "function",
2611
+ "name": "foundationAccordionItemTemplate",
2612
+ "return": {
2613
+ "type": {
2614
+ "text": "ViewTemplate<AccordionItem>"
2615
+ }
2616
+ },
2617
+ "parameters": [
2631
2618
  {
2632
- "kind": "field",
2633
- "name": "download",
2619
+ "name": "context",
2634
2620
  "type": {
2635
- "text": "string"
2636
- },
2637
- "privacy": "public",
2638
- "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.",
2639
- "inheritedFrom": {
2640
- "name": "Anchor",
2641
- "module": "src/anchor/anchor.ts"
2621
+ "text": "ElementDefinitionContext"
2642
2622
  }
2643
2623
  },
2644
2624
  {
2645
- "kind": "field",
2646
- "name": "href",
2625
+ "name": "definition",
2647
2626
  "type": {
2648
- "text": "string"
2649
- },
2650
- "privacy": "public",
2651
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2652
- "inheritedFrom": {
2653
- "name": "Anchor",
2654
- "module": "src/anchor/anchor.ts"
2627
+ "text": "FoundationElementDefinition"
2655
2628
  }
2656
- },
2629
+ }
2630
+ ]
2631
+ }
2632
+ ],
2633
+ "exports": [
2634
+ {
2635
+ "kind": "js",
2636
+ "name": "foundationAccordionItemTemplate",
2637
+ "declaration": {
2638
+ "name": "foundationAccordionItemTemplate",
2639
+ "module": "src/accordion-item/accordion-item.template.ts"
2640
+ }
2641
+ }
2642
+ ]
2643
+ },
2644
+ {
2645
+ "kind": "javascript-module",
2646
+ "path": "src/accordion-item/accordion-item.ts",
2647
+ "declarations": [
2648
+ {
2649
+ "kind": "class",
2650
+ "description": "",
2651
+ "name": "AccordionItem",
2652
+ "superclass": {
2653
+ "name": "FASTAccordionItem",
2654
+ "package": "@microsoft/fast-components"
2655
+ },
2656
+ "tagName": "%%prefix%%-accordion-item",
2657
+ "customElement": true,
2658
+ "attributes": [
2657
2659
  {
2658
- "kind": "field",
2659
- "name": "hreflang",
2660
+ "name": "heading-level",
2660
2661
  "type": {
2661
- "text": "string"
2662
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2662
2663
  },
2663
- "privacy": "public",
2664
- "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.",
2664
+ "default": "2",
2665
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2666
+ "fieldName": "headinglevel",
2665
2667
  "inheritedFrom": {
2666
- "name": "Anchor",
2667
- "module": "src/anchor/anchor.ts"
2668
+ "name": "AccordionItem",
2669
+ "module": "src/accordion-item/accordion-item.ts"
2668
2670
  }
2669
2671
  },
2670
2672
  {
2671
- "kind": "field",
2672
- "name": "ping",
2673
2673
  "type": {
2674
- "text": "string"
2674
+ "text": "boolean"
2675
2675
  },
2676
- "privacy": "public",
2677
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2676
+ "default": "false",
2677
+ "description": "Expands or collapses the item.",
2678
+ "fieldName": "expanded",
2678
2679
  "inheritedFrom": {
2679
- "name": "Anchor",
2680
- "module": "src/anchor/anchor.ts"
2680
+ "name": "AccordionItem",
2681
+ "module": "src/accordion-item/accordion-item.ts"
2681
2682
  }
2682
2683
  },
2683
2684
  {
2684
- "kind": "field",
2685
- "name": "referrerpolicy",
2685
+ "name": "id",
2686
2686
  "type": {
2687
2687
  "text": "string"
2688
2688
  },
2689
- "privacy": "public",
2690
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2689
+ "description": "The item ID",
2690
+ "fieldName": "id",
2691
2691
  "inheritedFrom": {
2692
- "name": "Anchor",
2693
- "module": "src/anchor/anchor.ts"
2692
+ "name": "AccordionItem",
2693
+ "module": "src/accordion-item/accordion-item.ts"
2694
2694
  }
2695
- },
2695
+ }
2696
+ ],
2697
+ "members": [
2696
2698
  {
2697
2699
  "kind": "field",
2698
- "name": "rel",
2700
+ "name": "headinglevel",
2699
2701
  "type": {
2700
- "text": "string"
2702
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
2701
2703
  },
2702
2704
  "privacy": "public",
2703
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2705
+ "default": "2",
2706
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2704
2707
  "inheritedFrom": {
2705
- "name": "Anchor",
2706
- "module": "src/anchor/anchor.ts"
2708
+ "name": "AccordionItem",
2709
+ "module": "src/accordion-item/accordion-item.ts"
2707
2710
  }
2708
2711
  },
2709
2712
  {
2710
2713
  "kind": "field",
2711
- "name": "target",
2714
+ "name": "expanded",
2712
2715
  "type": {
2713
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2716
+ "text": "boolean"
2714
2717
  },
2715
2718
  "privacy": "public",
2716
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2719
+ "default": "false",
2720
+ "description": "Expands or collapses the item.",
2717
2721
  "inheritedFrom": {
2718
- "name": "Anchor",
2719
- "module": "src/anchor/anchor.ts"
2722
+ "name": "AccordionItem",
2723
+ "module": "src/accordion-item/accordion-item.ts"
2720
2724
  }
2721
2725
  },
2722
2726
  {
2723
2727
  "kind": "field",
2724
- "name": "type",
2728
+ "name": "id",
2725
2729
  "type": {
2726
2730
  "text": "string"
2727
2731
  },
2728
2732
  "privacy": "public",
2729
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2730
- "inheritedFrom": {
2731
- "name": "Anchor",
2732
- "module": "src/anchor/anchor.ts"
2733
- }
2734
- },
2735
- {
2736
- "kind": "field",
2737
- "name": "control",
2738
- "type": {
2739
- "text": "HTMLAnchorElement | undefined"
2740
- },
2741
- "privacy": "public",
2742
- "description": "References the root element",
2733
+ "description": "The item ID",
2743
2734
  "inheritedFrom": {
2744
- "name": "Anchor",
2745
- "module": "src/anchor/anchor.ts"
2735
+ "name": "AccordionItem",
2736
+ "module": "src/accordion-item/accordion-item.ts"
2746
2737
  }
2747
2738
  },
2748
2739
  {
2749
2740
  "kind": "field",
2750
- "name": "handleUnsupportedDelegatesFocus",
2741
+ "name": "change",
2751
2742
  "privacy": "private",
2752
- "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",
2753
2743
  "inheritedFrom": {
2754
- "name": "Anchor",
2755
- "module": "src/anchor/anchor.ts"
2744
+ "name": "AccordionItem",
2745
+ "module": "src/accordion-item/accordion-item.ts"
2756
2746
  }
2757
2747
  },
2758
2748
  {
@@ -2866,11 +2856,21 @@
2866
2856
  "module": "src/foundation-element/foundation-element.ts"
2867
2857
  }
2868
2858
  }
2859
+ ],
2860
+ "events": [
2861
+ {
2862
+ "description": "Fires a custom 'change' event when the button is invoked",
2863
+ "name": "change",
2864
+ "inheritedFrom": {
2865
+ "name": "AccordionItem",
2866
+ "module": "src/accordion-item/accordion-item.ts"
2867
+ }
2868
+ }
2869
2869
  ]
2870
2870
  },
2871
2871
  {
2872
2872
  "kind": "variable",
2873
- "name": "foundationAnchorShadowOptions",
2873
+ "name": "foundationAccordionItemShadowOptions",
2874
2874
  "type": {
2875
2875
  "text": "ShadowRootInit"
2876
2876
  },
@@ -2878,57 +2878,57 @@
2878
2878
  },
2879
2879
  {
2880
2880
  "kind": "variable",
2881
- "name": "defaultAnchorConfig",
2881
+ "name": "defaultAccordionItemConfig",
2882
2882
  "type": {
2883
2883
  "text": "object"
2884
2884
  },
2885
- "default": "{}"
2885
+ "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}"
2886
2886
  },
2887
2887
  {
2888
2888
  "kind": "variable",
2889
- "name": "foundationAnchor",
2890
- "description": "The Foundation Anchor",
2889
+ "name": "foundationAccordionItem",
2890
+ "description": "The Foundation Accordion Item",
2891
2891
  "privacy": "public"
2892
2892
  }
2893
2893
  ],
2894
2894
  "exports": [
2895
2895
  {
2896
2896
  "kind": "js",
2897
- "name": "Anchor",
2897
+ "name": "AccordionItem",
2898
2898
  "declaration": {
2899
- "name": "Anchor",
2900
- "module": "src/anchor/anchor.ts"
2899
+ "name": "AccordionItem",
2900
+ "module": "src/accordion-item/accordion-item.ts"
2901
2901
  }
2902
2902
  },
2903
2903
  {
2904
2904
  "kind": "js",
2905
- "name": "foundationAnchorShadowOptions",
2905
+ "name": "foundationAccordionItemShadowOptions",
2906
2906
  "declaration": {
2907
- "name": "foundationAnchorShadowOptions",
2908
- "module": "src/anchor/anchor.ts"
2907
+ "name": "foundationAccordionItemShadowOptions",
2908
+ "module": "src/accordion-item/accordion-item.ts"
2909
2909
  }
2910
2910
  },
2911
2911
  {
2912
2912
  "kind": "js",
2913
- "name": "defaultAnchorConfig",
2913
+ "name": "defaultAccordionItemConfig",
2914
2914
  "declaration": {
2915
- "name": "defaultAnchorConfig",
2916
- "module": "src/anchor/anchor.ts"
2915
+ "name": "defaultAccordionItemConfig",
2916
+ "module": "src/accordion-item/accordion-item.ts"
2917
2917
  }
2918
2918
  },
2919
2919
  {
2920
2920
  "kind": "js",
2921
- "name": "foundationAnchor",
2921
+ "name": "foundationAccordionItem",
2922
2922
  "declaration": {
2923
- "name": "foundationAnchor",
2924
- "module": "src/anchor/anchor.ts"
2923
+ "name": "foundationAccordionItem",
2924
+ "module": "src/accordion-item/accordion-item.ts"
2925
2925
  }
2926
2926
  }
2927
2927
  ]
2928
2928
  },
2929
2929
  {
2930
2930
  "kind": "javascript-module",
2931
- "path": "src/anchor/index.ts",
2931
+ "path": "src/accordion-item/index.ts",
2932
2932
  "declarations": [],
2933
2933
  "exports": [
2934
2934
  {
@@ -2936,7 +2936,7 @@
2936
2936
  "name": "*",
2937
2937
  "declaration": {
2938
2938
  "name": "*",
2939
- "package": "./anchor.template"
2939
+ "package": "./accordion-item.template"
2940
2940
  }
2941
2941
  },
2942
2942
  {
@@ -2944,7 +2944,7 @@
2944
2944
  "name": "*",
2945
2945
  "declaration": {
2946
2946
  "name": "*",
2947
- "package": "./anchor.styles"
2947
+ "package": "./accordion-item.styles"
2948
2948
  }
2949
2949
  },
2950
2950
  {
@@ -2952,7 +2952,7 @@
2952
2952
  "name": "*",
2953
2953
  "declaration": {
2954
2954
  "name": "*",
2955
- "package": "./anchor"
2955
+ "package": "./accordion-item"
2956
2956
  }
2957
2957
  }
2958
2958
  ]
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.397.0",
4
+ "version": "14.397.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -85,13 +85,13 @@
85
85
  }
86
86
  },
87
87
  "devDependencies": {
88
- "@genesislcap/foundation-testing": "14.397.0",
89
- "@genesislcap/genx": "14.397.0",
90
- "@genesislcap/rollup-builder": "14.397.0",
91
- "@genesislcap/ts-builder": "14.397.0",
92
- "@genesislcap/uvu-playwright-builder": "14.397.0",
93
- "@genesislcap/vite-builder": "14.397.0",
94
- "@genesislcap/webpack-builder": "14.397.0",
88
+ "@genesislcap/foundation-testing": "14.397.1",
89
+ "@genesislcap/genx": "14.397.1",
90
+ "@genesislcap/rollup-builder": "14.397.1",
91
+ "@genesislcap/ts-builder": "14.397.1",
92
+ "@genesislcap/uvu-playwright-builder": "14.397.1",
93
+ "@genesislcap/vite-builder": "14.397.1",
94
+ "@genesislcap/webpack-builder": "14.397.1",
95
95
  "copyfiles": "^2.4.1"
96
96
  },
97
97
  "dependencies": {
@@ -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.397.0",
104
- "@genesislcap/foundation-comms": "14.397.0",
105
- "@genesislcap/foundation-criteria": "14.397.0",
106
- "@genesislcap/foundation-errors": "14.397.0",
107
- "@genesislcap/foundation-events": "14.397.0",
108
- "@genesislcap/foundation-logger": "14.397.0",
109
- "@genesislcap/foundation-notifications": "14.397.0",
110
- "@genesislcap/foundation-user": "14.397.0",
111
- "@genesislcap/foundation-utils": "14.397.0",
103
+ "@genesislcap/expression-builder": "14.397.1",
104
+ "@genesislcap/foundation-comms": "14.397.1",
105
+ "@genesislcap/foundation-criteria": "14.397.1",
106
+ "@genesislcap/foundation-errors": "14.397.1",
107
+ "@genesislcap/foundation-events": "14.397.1",
108
+ "@genesislcap/foundation-logger": "14.397.1",
109
+ "@genesislcap/foundation-notifications": "14.397.1",
110
+ "@genesislcap/foundation-user": "14.397.1",
111
+ "@genesislcap/foundation-utils": "14.397.1",
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": "8f1ca152926bc3dfadd9f09ff5f712d0dafda2af"
133
+ "gitHead": "ee61ef9d0c4aec43e3c5b680141cb5b0db7c367a"
134
134
  }