@genesislcap/foundation-zero 14.329.1 → 14.330.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.
@@ -882,6 +882,37 @@
882
882
  }
883
883
  ]
884
884
  },
885
+ {
886
+ "kind": "javascript-module",
887
+ "path": "src/_config/index.ts",
888
+ "declarations": [],
889
+ "exports": [
890
+ {
891
+ "kind": "js",
892
+ "name": "*",
893
+ "declaration": {
894
+ "name": "*",
895
+ "package": "./styles"
896
+ }
897
+ },
898
+ {
899
+ "kind": "js",
900
+ "name": "*",
901
+ "declaration": {
902
+ "name": "*",
903
+ "package": "./tokens"
904
+ }
905
+ },
906
+ {
907
+ "kind": "js",
908
+ "name": "*",
909
+ "declaration": {
910
+ "name": "*",
911
+ "package": "./values"
912
+ }
913
+ }
914
+ ]
915
+ },
885
916
  {
886
917
  "kind": "javascript-module",
887
918
  "path": "src/accordion/accordion.styles.ts",
@@ -1030,37 +1061,6 @@
1030
1061
  }
1031
1062
  ]
1032
1063
  },
1033
- {
1034
- "kind": "javascript-module",
1035
- "path": "src/_config/index.ts",
1036
- "declarations": [],
1037
- "exports": [
1038
- {
1039
- "kind": "js",
1040
- "name": "*",
1041
- "declaration": {
1042
- "name": "*",
1043
- "package": "./styles"
1044
- }
1045
- },
1046
- {
1047
- "kind": "js",
1048
- "name": "*",
1049
- "declaration": {
1050
- "name": "*",
1051
- "package": "./tokens"
1052
- }
1053
- },
1054
- {
1055
- "kind": "js",
1056
- "name": "*",
1057
- "declaration": {
1058
- "name": "*",
1059
- "package": "./values"
1060
- }
1061
- }
1062
- ]
1063
- },
1064
1064
  {
1065
1065
  "kind": "javascript-module",
1066
1066
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1423,11 +1423,11 @@
1423
1423
  },
1424
1424
  {
1425
1425
  "kind": "javascript-module",
1426
- "path": "src/actions-menu/actions-menu.styles.ts",
1426
+ "path": "src/anchor/anchor.styles.ts",
1427
1427
  "declarations": [
1428
1428
  {
1429
1429
  "kind": "function",
1430
- "name": "zeroActionsMenuStyles",
1430
+ "name": "zeroAnchorStyles",
1431
1431
  "return": {
1432
1432
  "type": {
1433
1433
  "text": "ElementStyles"
@@ -1452,383 +1452,291 @@
1452
1452
  "exports": [
1453
1453
  {
1454
1454
  "kind": "js",
1455
- "name": "zeroActionsMenuStyles",
1455
+ "name": "zeroAnchorStyles",
1456
1456
  "declaration": {
1457
- "name": "zeroActionsMenuStyles",
1458
- "module": "src/actions-menu/actions-menu.styles.ts"
1457
+ "name": "zeroAnchorStyles",
1458
+ "module": "src/anchor/anchor.styles.ts"
1459
1459
  }
1460
1460
  }
1461
1461
  ]
1462
1462
  },
1463
1463
  {
1464
1464
  "kind": "javascript-module",
1465
- "path": "src/actions-menu/actions-menu.ts",
1465
+ "path": "src/anchor/anchor.template.ts",
1466
+ "declarations": [
1467
+ {
1468
+ "kind": "function",
1469
+ "name": "zeroAnchorTemplate",
1470
+ "return": {
1471
+ "type": {
1472
+ "text": "ViewTemplate<Anchor>"
1473
+ }
1474
+ },
1475
+ "parameters": [
1476
+ {
1477
+ "name": "context",
1478
+ "type": {
1479
+ "text": "ElementDefinitionContext"
1480
+ }
1481
+ },
1482
+ {
1483
+ "name": "definition",
1484
+ "type": {
1485
+ "text": "FoundationElementDefinition"
1486
+ }
1487
+ }
1488
+ ]
1489
+ }
1490
+ ],
1491
+ "exports": [
1492
+ {
1493
+ "kind": "js",
1494
+ "name": "zeroAnchorTemplate",
1495
+ "declaration": {
1496
+ "name": "zeroAnchorTemplate",
1497
+ "module": "src/anchor/anchor.template.ts"
1498
+ }
1499
+ }
1500
+ ]
1501
+ },
1502
+ {
1503
+ "kind": "javascript-module",
1504
+ "path": "src/anchor/anchor.ts",
1466
1505
  "declarations": [
1467
1506
  {
1468
1507
  "kind": "class",
1469
1508
  "description": "",
1470
- "name": "ActionsMenu",
1509
+ "name": "Anchor",
1471
1510
  "superclass": {
1472
- "name": "FoundationActionsMenu",
1511
+ "name": "FoundationAnchor",
1473
1512
  "package": "@genesislcap/foundation-ui"
1474
1513
  },
1475
- "tagName": "%%prefix%%-actions-menu",
1514
+ "tagName": "%%prefix%%-anchor",
1476
1515
  "customElement": true,
1477
1516
  "attributes": [
1478
1517
  {
1479
- "name": "is-vertical",
1518
+ "name": "download",
1480
1519
  "type": {
1481
- "text": "boolean"
1520
+ "text": "string"
1482
1521
  },
1483
- "default": "false",
1484
- "fieldName": "isVertical",
1522
+ "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.",
1523
+ "fieldName": "download",
1485
1524
  "inheritedFrom": {
1486
- "name": "ActionsMenu",
1487
- "module": "src/actions-menu/actions-menu.ts"
1525
+ "name": "Anchor",
1526
+ "module": "src/anchor/anchor.ts"
1488
1527
  }
1489
1528
  },
1490
1529
  {
1491
- "name": "add-default-actions",
1530
+ "name": "href",
1492
1531
  "type": {
1493
- "text": "boolean"
1532
+ "text": "string"
1494
1533
  },
1495
- "default": "true",
1496
- "fieldName": "addDefaultActions",
1534
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1535
+ "fieldName": "href",
1497
1536
  "inheritedFrom": {
1498
- "name": "ActionsMenu",
1499
- "module": "src/actions-menu/actions-menu.ts"
1537
+ "name": "Anchor",
1538
+ "module": "src/anchor/anchor.ts"
1500
1539
  }
1501
1540
  },
1502
1541
  {
1503
- "name": "auto-close-on-action",
1542
+ "name": "hreflang",
1504
1543
  "type": {
1505
- "text": "boolean"
1544
+ "text": "string"
1506
1545
  },
1507
- "default": "true",
1508
- "fieldName": "autoCloseOnAction",
1546
+ "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.",
1547
+ "fieldName": "hreflang",
1509
1548
  "inheritedFrom": {
1510
- "name": "ActionsMenu",
1511
- "module": "src/actions-menu/actions-menu.ts"
1549
+ "name": "Anchor",
1550
+ "module": "src/anchor/anchor.ts"
1512
1551
  }
1513
1552
  },
1514
1553
  {
1515
- "name": "name",
1554
+ "name": "ping",
1516
1555
  "type": {
1517
1556
  "text": "string"
1518
1557
  },
1519
- "default": "'Actions'",
1520
- "fieldName": "name",
1558
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1559
+ "fieldName": "ping",
1521
1560
  "inheritedFrom": {
1522
- "name": "ActionsMenu",
1523
- "module": "src/actions-menu/actions-menu.ts"
1561
+ "name": "Anchor",
1562
+ "module": "src/anchor/anchor.ts"
1524
1563
  }
1525
1564
  },
1526
1565
  {
1527
- "name": "open",
1566
+ "name": "referrerpolicy",
1528
1567
  "type": {
1529
- "text": "boolean"
1568
+ "text": "string"
1530
1569
  },
1531
- "default": "false",
1532
- "fieldName": "open",
1570
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1571
+ "fieldName": "referrerpolicy",
1533
1572
  "inheritedFrom": {
1534
- "name": "ActionsMenu",
1535
- "module": "src/actions-menu/actions-menu.ts"
1573
+ "name": "Anchor",
1574
+ "module": "src/anchor/anchor.ts"
1536
1575
  }
1537
1576
  },
1538
1577
  {
1539
- "name": "buttonAppearance",
1578
+ "name": "rel",
1540
1579
  "type": {
1541
1580
  "text": "string"
1542
1581
  },
1543
- "fieldName": "buttonAppearance",
1582
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1583
+ "fieldName": "rel",
1544
1584
  "inheritedFrom": {
1545
- "name": "ActionsMenu",
1546
- "module": "src/actions-menu/actions-menu.ts"
1585
+ "name": "Anchor",
1586
+ "module": "src/anchor/anchor.ts"
1547
1587
  }
1548
1588
  },
1549
1589
  {
1550
- "name": "hide-disabled",
1590
+ "name": "target",
1551
1591
  "type": {
1552
- "text": "boolean"
1592
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1553
1593
  },
1554
- "default": "false",
1555
- "fieldName": "hideDisabled",
1594
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1595
+ "fieldName": "target",
1556
1596
  "inheritedFrom": {
1557
- "name": "ActionsMenu",
1558
- "module": "src/actions-menu/actions-menu.ts"
1597
+ "name": "Anchor",
1598
+ "module": "src/anchor/anchor.ts"
1559
1599
  }
1560
1600
  },
1561
1601
  {
1562
- "name": "hide-menu-single-option",
1602
+ "name": "type",
1563
1603
  "type": {
1564
- "text": "boolean"
1604
+ "text": "string"
1565
1605
  },
1566
- "default": "false",
1567
- "fieldName": "hideMenuSingleOption",
1606
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1607
+ "fieldName": "type",
1568
1608
  "inheritedFrom": {
1569
- "name": "ActionsMenu",
1570
- "module": "src/actions-menu/actions-menu.ts"
1609
+ "name": "Anchor",
1610
+ "module": "src/anchor/anchor.ts"
1571
1611
  }
1572
1612
  }
1573
1613
  ],
1574
1614
  "members": [
1575
1615
  {
1576
1616
  "kind": "field",
1577
- "name": "actions",
1578
- "type": {
1579
- "text": "ActionMenuItem[]"
1580
- },
1581
- "inheritedFrom": {
1582
- "name": "ActionsMenu",
1583
- "module": "src/actions-menu/actions-menu.ts"
1584
- }
1585
- },
1586
- {
1587
- "kind": "field",
1588
- "name": "isVertical",
1589
- "type": {
1590
- "text": "boolean"
1591
- },
1592
- "default": "false",
1593
- "inheritedFrom": {
1594
- "name": "ActionsMenu",
1595
- "module": "src/actions-menu/actions-menu.ts"
1596
- }
1597
- },
1598
- {
1599
- "kind": "field",
1600
- "name": "addDefaultActions",
1601
- "type": {
1602
- "text": "boolean"
1603
- },
1604
- "default": "true",
1605
- "inheritedFrom": {
1606
- "name": "ActionsMenu",
1607
- "module": "src/actions-menu/actions-menu.ts"
1608
- }
1609
- },
1610
- {
1611
- "kind": "field",
1612
- "name": "autoCloseOnAction",
1613
- "type": {
1614
- "text": "boolean"
1615
- },
1616
- "default": "true",
1617
- "inheritedFrom": {
1618
- "name": "ActionsMenu",
1619
- "module": "src/actions-menu/actions-menu.ts"
1620
- }
1621
- },
1622
- {
1623
- "kind": "field",
1624
- "name": "classNames",
1617
+ "name": "download",
1625
1618
  "type": {
1626
1619
  "text": "string"
1627
1620
  },
1621
+ "privacy": "public",
1622
+ "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.",
1628
1623
  "inheritedFrom": {
1629
- "name": "ActionsMenu",
1630
- "module": "src/actions-menu/actions-menu.ts"
1631
- }
1632
- },
1633
- {
1634
- "kind": "field",
1635
- "name": "definition",
1636
- "type": {
1637
- "text": "any"
1638
- },
1639
- "inheritedFrom": {
1640
- "name": "ActionsMenu",
1641
- "module": "src/actions-menu/actions-menu.ts"
1624
+ "name": "Anchor",
1625
+ "module": "src/anchor/anchor.ts"
1642
1626
  }
1643
1627
  },
1644
1628
  {
1645
1629
  "kind": "field",
1646
- "name": "name",
1630
+ "name": "href",
1647
1631
  "type": {
1648
1632
  "text": "string"
1649
1633
  },
1650
- "default": "'Actions'",
1634
+ "privacy": "public",
1635
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1651
1636
  "inheritedFrom": {
1652
- "name": "ActionsMenu",
1653
- "module": "src/actions-menu/actions-menu.ts"
1637
+ "name": "Anchor",
1638
+ "module": "src/anchor/anchor.ts"
1654
1639
  }
1655
1640
  },
1656
1641
  {
1657
1642
  "kind": "field",
1658
- "name": "open",
1643
+ "name": "hreflang",
1659
1644
  "type": {
1660
- "text": "boolean"
1645
+ "text": "string"
1661
1646
  },
1662
- "default": "false",
1647
+ "privacy": "public",
1648
+ "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.",
1663
1649
  "inheritedFrom": {
1664
- "name": "ActionsMenu",
1665
- "module": "src/actions-menu/actions-menu.ts"
1650
+ "name": "Anchor",
1651
+ "module": "src/anchor/anchor.ts"
1666
1652
  }
1667
1653
  },
1668
1654
  {
1669
1655
  "kind": "field",
1670
- "name": "buttonAppearance",
1656
+ "name": "ping",
1671
1657
  "type": {
1672
1658
  "text": "string"
1673
1659
  },
1660
+ "privacy": "public",
1661
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1674
1662
  "inheritedFrom": {
1675
- "name": "ActionsMenu",
1676
- "module": "src/actions-menu/actions-menu.ts"
1663
+ "name": "Anchor",
1664
+ "module": "src/anchor/anchor.ts"
1677
1665
  }
1678
1666
  },
1679
1667
  {
1680
1668
  "kind": "field",
1681
- "name": "hideDisabled",
1669
+ "name": "referrerpolicy",
1682
1670
  "type": {
1683
- "text": "boolean"
1671
+ "text": "string"
1684
1672
  },
1685
- "default": "false",
1673
+ "privacy": "public",
1674
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1686
1675
  "inheritedFrom": {
1687
- "name": "ActionsMenu",
1688
- "module": "src/actions-menu/actions-menu.ts"
1676
+ "name": "Anchor",
1677
+ "module": "src/anchor/anchor.ts"
1689
1678
  }
1690
1679
  },
1691
1680
  {
1692
1681
  "kind": "field",
1693
- "name": "hideMenuSingleOption",
1682
+ "name": "rel",
1694
1683
  "type": {
1695
- "text": "boolean"
1684
+ "text": "string"
1696
1685
  },
1697
- "default": "false",
1686
+ "privacy": "public",
1687
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1698
1688
  "inheritedFrom": {
1699
- "name": "ActionsMenu",
1700
- "module": "src/actions-menu/actions-menu.ts"
1689
+ "name": "Anchor",
1690
+ "module": "src/anchor/anchor.ts"
1701
1691
  }
1702
1692
  },
1703
1693
  {
1704
1694
  "kind": "field",
1705
- "name": "singleOption",
1695
+ "name": "target",
1706
1696
  "type": {
1707
- "text": "ActionMenuItem"
1697
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1708
1698
  },
1699
+ "privacy": "public",
1700
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1709
1701
  "inheritedFrom": {
1710
- "name": "ActionsMenu",
1711
- "module": "src/actions-menu/actions-menu.ts"
1702
+ "name": "Anchor",
1703
+ "module": "src/anchor/anchor.ts"
1712
1704
  }
1713
1705
  },
1714
1706
  {
1715
1707
  "kind": "field",
1716
- "name": "actionsMenu",
1708
+ "name": "type",
1717
1709
  "type": {
1718
- "text": "HTMLElement"
1710
+ "text": "string"
1719
1711
  },
1712
+ "privacy": "public",
1713
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1720
1714
  "inheritedFrom": {
1721
- "name": "ActionsMenu",
1722
- "module": "src/actions-menu/actions-menu.ts"
1723
- }
1724
- },
1725
- {
1726
- "kind": "method",
1727
- "name": "definitionChanged",
1728
- "privacy": "protected",
1729
- "parameters": [
1730
- {
1731
- "name": "oldValue",
1732
- "type": {
1733
- "text": "any"
1734
- }
1735
- },
1736
- {
1737
- "name": "newValue",
1738
- "type": {
1739
- "text": "any"
1740
- }
1741
- }
1742
- ],
1743
- "inheritedFrom": {
1744
- "name": "ActionsMenu",
1745
- "module": "src/actions-menu/actions-menu.ts"
1746
- }
1747
- },
1748
- {
1749
- "kind": "method",
1750
- "name": "openChanged",
1751
- "privacy": "protected",
1752
- "inheritedFrom": {
1753
- "name": "ActionsMenu",
1754
- "module": "src/actions-menu/actions-menu.ts"
1755
- }
1756
- },
1757
- {
1758
- "kind": "method",
1759
- "name": "toggleActionsMenuVisibility",
1760
- "inheritedFrom": {
1761
- "name": "ActionsMenu",
1762
- "module": "src/actions-menu/actions-menu.ts"
1763
- }
1764
- },
1765
- {
1766
- "kind": "method",
1767
- "name": "onActionMenuItemClick",
1768
- "parameters": [
1769
- {
1770
- "name": "callback",
1771
- "type": {
1772
- "text": "(rowData) => void | any"
1773
- }
1774
- }
1775
- ],
1776
- "inheritedFrom": {
1777
- "name": "ActionsMenu",
1778
- "module": "src/actions-menu/actions-menu.ts"
1715
+ "name": "Anchor",
1716
+ "module": "src/anchor/anchor.ts"
1779
1717
  }
1780
1718
  },
1781
1719
  {
1782
1720
  "kind": "field",
1783
- "name": "allActions",
1721
+ "name": "control",
1784
1722
  "type": {
1785
- "text": "ActionMenuItem[]"
1723
+ "text": "HTMLAnchorElement | undefined"
1786
1724
  },
1787
- "readonly": true,
1725
+ "privacy": "public",
1726
+ "description": "References the root element",
1788
1727
  "inheritedFrom": {
1789
- "name": "ActionsMenu",
1790
- "module": "src/actions-menu/actions-menu.ts"
1728
+ "name": "Anchor",
1729
+ "module": "src/anchor/anchor.ts"
1791
1730
  }
1792
1731
  },
1793
1732
  {
1794
1733
  "kind": "field",
1795
- "name": "rowData",
1796
- "readonly": true,
1797
- "inheritedFrom": {
1798
- "name": "ActionsMenu",
1799
- "module": "src/actions-menu/actions-menu.ts"
1800
- }
1801
- },
1802
- {
1803
- "kind": "method",
1804
- "name": "getLabel",
1805
- "parameters": [
1806
- {
1807
- "name": "name",
1808
- "type": {
1809
- "text": "string | ((rowData: any) => string)"
1810
- }
1811
- }
1812
- ],
1813
- "inheritedFrom": {
1814
- "name": "ActionsMenu",
1815
- "module": "src/actions-menu/actions-menu.ts"
1816
- }
1817
- },
1818
- {
1819
- "kind": "method",
1820
- "name": "getTemplate",
1821
- "parameters": [
1822
- {
1823
- "name": "prefix",
1824
- "type": {
1825
- "text": "string"
1826
- }
1827
- }
1828
- ],
1734
+ "name": "handleUnsupportedDelegatesFocus",
1735
+ "privacy": "private",
1736
+ "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",
1829
1737
  "inheritedFrom": {
1830
- "name": "ActionsMenu",
1831
- "module": "src/actions-menu/actions-menu.ts"
1738
+ "name": "Anchor",
1739
+ "module": "src/anchor/anchor.ts"
1832
1740
  }
1833
1741
  },
1834
1742
  {
@@ -1840,8 +1748,8 @@
1840
1748
  "privacy": "private",
1841
1749
  "default": "void 0",
1842
1750
  "inheritedFrom": {
1843
- "name": "FoundationElement",
1844
- "module": "src/foundation-element/foundation-element.ts"
1751
+ "name": "Anchor",
1752
+ "module": "src/anchor/anchor.ts"
1845
1753
  }
1846
1754
  },
1847
1755
  {
@@ -1853,8 +1761,8 @@
1853
1761
  "privacy": "public",
1854
1762
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1855
1763
  "inheritedFrom": {
1856
- "name": "FoundationElement",
1857
- "module": "src/foundation-element/foundation-element.ts"
1764
+ "name": "Anchor",
1765
+ "module": "src/anchor/anchor.ts"
1858
1766
  }
1859
1767
  },
1860
1768
  {
@@ -1866,8 +1774,8 @@
1866
1774
  "privacy": "public",
1867
1775
  "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.",
1868
1776
  "inheritedFrom": {
1869
- "name": "FoundationElement",
1870
- "module": "src/foundation-element/foundation-element.ts"
1777
+ "name": "Anchor",
1778
+ "module": "src/anchor/anchor.ts"
1871
1779
  }
1872
1780
  },
1873
1781
  {
@@ -1880,8 +1788,8 @@
1880
1788
  }
1881
1789
  },
1882
1790
  "inheritedFrom": {
1883
- "name": "FoundationElement",
1884
- "module": "src/foundation-element/foundation-element.ts"
1791
+ "name": "Anchor",
1792
+ "module": "src/anchor/anchor.ts"
1885
1793
  }
1886
1794
  },
1887
1795
  {
@@ -1893,8 +1801,8 @@
1893
1801
  "privacy": "public",
1894
1802
  "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.",
1895
1803
  "inheritedFrom": {
1896
- "name": "FoundationElement",
1897
- "module": "src/foundation-element/foundation-element.ts"
1804
+ "name": "Anchor",
1805
+ "module": "src/anchor/anchor.ts"
1898
1806
  }
1899
1807
  },
1900
1808
  {
@@ -1907,8 +1815,8 @@
1907
1815
  }
1908
1816
  },
1909
1817
  "inheritedFrom": {
1910
- "name": "FoundationElement",
1911
- "module": "src/foundation-element/foundation-element.ts"
1818
+ "name": "Anchor",
1819
+ "module": "src/anchor/anchor.ts"
1912
1820
  }
1913
1821
  },
1914
1822
  {
@@ -1938,41 +1846,39 @@
1938
1846
  ],
1939
1847
  "description": "Defines an element registry function with a set of element definition defaults.",
1940
1848
  "inheritedFrom": {
1941
- "name": "FoundationElement",
1942
- "module": "src/foundation-element/foundation-element.ts"
1849
+ "name": "Anchor",
1850
+ "module": "src/anchor/anchor.ts"
1943
1851
  }
1944
1852
  }
1945
1853
  ]
1946
1854
  },
1947
1855
  {
1948
1856
  "kind": "variable",
1949
- "name": "zeroActionsMenu",
1950
- "description": "The Zero Actions Menu",
1951
- "privacy": "public"
1857
+ "name": "zeroAnchor"
1952
1858
  }
1953
1859
  ],
1954
1860
  "exports": [
1955
1861
  {
1956
1862
  "kind": "js",
1957
- "name": "ActionsMenu",
1863
+ "name": "Anchor",
1958
1864
  "declaration": {
1959
- "name": "ActionsMenu",
1960
- "module": "src/actions-menu/actions-menu.ts"
1865
+ "name": "Anchor",
1866
+ "module": "src/anchor/anchor.ts"
1961
1867
  }
1962
1868
  },
1963
1869
  {
1964
1870
  "kind": "js",
1965
- "name": "zeroActionsMenu",
1871
+ "name": "zeroAnchor",
1966
1872
  "declaration": {
1967
- "name": "zeroActionsMenu",
1968
- "module": "src/actions-menu/actions-menu.ts"
1873
+ "name": "zeroAnchor",
1874
+ "module": "src/anchor/anchor.ts"
1969
1875
  }
1970
1876
  }
1971
1877
  ]
1972
1878
  },
1973
1879
  {
1974
1880
  "kind": "javascript-module",
1975
- "path": "src/actions-menu/index.ts",
1881
+ "path": "src/anchor/index.ts",
1976
1882
  "declarations": [],
1977
1883
  "exports": [
1978
1884
  {
@@ -1980,7 +1886,7 @@
1980
1886
  "name": "*",
1981
1887
  "declaration": {
1982
1888
  "name": "*",
1983
- "package": "./actions-menu"
1889
+ "package": "./anchor"
1984
1890
  }
1985
1891
  },
1986
1892
  {
@@ -1988,60 +1894,29 @@
1988
1894
  "name": "*",
1989
1895
  "declaration": {
1990
1896
  "name": "*",
1991
- "package": "./actions-menu.styles"
1897
+ "package": "./anchor.styles"
1992
1898
  }
1993
- }
1994
- ]
1995
- },
1996
- {
1997
- "kind": "javascript-module",
1998
- "path": "src/anchor/anchor.styles.ts",
1999
- "declarations": [
2000
- {
2001
- "kind": "function",
2002
- "name": "zeroAnchorStyles",
2003
- "return": {
2004
- "type": {
2005
- "text": "ElementStyles"
2006
- }
2007
- },
2008
- "parameters": [
2009
- {
2010
- "name": "context",
2011
- "type": {
2012
- "text": "ElementDefinitionContext"
2013
- }
2014
- },
2015
- {
2016
- "name": "definition",
2017
- "type": {
2018
- "text": "FoundationElementDefinition"
2019
- }
2020
- }
2021
- ]
2022
- }
2023
- ],
2024
- "exports": [
1899
+ },
2025
1900
  {
2026
1901
  "kind": "js",
2027
- "name": "zeroAnchorStyles",
1902
+ "name": "*",
2028
1903
  "declaration": {
2029
- "name": "zeroAnchorStyles",
2030
- "module": "src/anchor/anchor.styles.ts"
1904
+ "name": "*",
1905
+ "package": "./anchor.template"
2031
1906
  }
2032
1907
  }
2033
1908
  ]
2034
1909
  },
2035
1910
  {
2036
1911
  "kind": "javascript-module",
2037
- "path": "src/anchor/anchor.template.ts",
1912
+ "path": "src/actions-menu/actions-menu.styles.ts",
2038
1913
  "declarations": [
2039
1914
  {
2040
1915
  "kind": "function",
2041
- "name": "zeroAnchorTemplate",
1916
+ "name": "zeroActionsMenuStyles",
2042
1917
  "return": {
2043
1918
  "type": {
2044
- "text": "ViewTemplate<Anchor>"
1919
+ "text": "ElementStyles"
2045
1920
  }
2046
1921
  },
2047
1922
  "parameters": [
@@ -2063,252 +1938,383 @@
2063
1938
  "exports": [
2064
1939
  {
2065
1940
  "kind": "js",
2066
- "name": "zeroAnchorTemplate",
1941
+ "name": "zeroActionsMenuStyles",
2067
1942
  "declaration": {
2068
- "name": "zeroAnchorTemplate",
2069
- "module": "src/anchor/anchor.template.ts"
1943
+ "name": "zeroActionsMenuStyles",
1944
+ "module": "src/actions-menu/actions-menu.styles.ts"
2070
1945
  }
2071
1946
  }
2072
1947
  ]
2073
1948
  },
2074
1949
  {
2075
1950
  "kind": "javascript-module",
2076
- "path": "src/anchor/anchor.ts",
1951
+ "path": "src/actions-menu/actions-menu.ts",
2077
1952
  "declarations": [
2078
1953
  {
2079
1954
  "kind": "class",
2080
1955
  "description": "",
2081
- "name": "Anchor",
1956
+ "name": "ActionsMenu",
2082
1957
  "superclass": {
2083
- "name": "FoundationAnchor",
1958
+ "name": "FoundationActionsMenu",
2084
1959
  "package": "@genesislcap/foundation-ui"
2085
1960
  },
2086
- "tagName": "%%prefix%%-anchor",
1961
+ "tagName": "%%prefix%%-actions-menu",
2087
1962
  "customElement": true,
2088
1963
  "attributes": [
2089
1964
  {
2090
- "name": "download",
1965
+ "name": "is-vertical",
2091
1966
  "type": {
2092
- "text": "string"
1967
+ "text": "boolean"
2093
1968
  },
2094
- "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.",
2095
- "fieldName": "download",
1969
+ "default": "false",
1970
+ "fieldName": "isVertical",
2096
1971
  "inheritedFrom": {
2097
- "name": "Anchor",
2098
- "module": "src/anchor/anchor.ts"
1972
+ "name": "ActionsMenu",
1973
+ "module": "src/actions-menu/actions-menu.ts"
2099
1974
  }
2100
1975
  },
2101
1976
  {
2102
- "name": "href",
1977
+ "name": "add-default-actions",
2103
1978
  "type": {
2104
- "text": "string"
1979
+ "text": "boolean"
2105
1980
  },
2106
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2107
- "fieldName": "href",
1981
+ "default": "true",
1982
+ "fieldName": "addDefaultActions",
2108
1983
  "inheritedFrom": {
2109
- "name": "Anchor",
2110
- "module": "src/anchor/anchor.ts"
1984
+ "name": "ActionsMenu",
1985
+ "module": "src/actions-menu/actions-menu.ts"
2111
1986
  }
2112
1987
  },
2113
1988
  {
2114
- "name": "hreflang",
1989
+ "name": "auto-close-on-action",
2115
1990
  "type": {
2116
- "text": "string"
1991
+ "text": "boolean"
2117
1992
  },
2118
- "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.",
2119
- "fieldName": "hreflang",
1993
+ "default": "true",
1994
+ "fieldName": "autoCloseOnAction",
2120
1995
  "inheritedFrom": {
2121
- "name": "Anchor",
2122
- "module": "src/anchor/anchor.ts"
1996
+ "name": "ActionsMenu",
1997
+ "module": "src/actions-menu/actions-menu.ts"
2123
1998
  }
2124
1999
  },
2125
2000
  {
2126
- "name": "ping",
2001
+ "name": "name",
2127
2002
  "type": {
2128
2003
  "text": "string"
2129
2004
  },
2130
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2131
- "fieldName": "ping",
2005
+ "default": "'Actions'",
2006
+ "fieldName": "name",
2132
2007
  "inheritedFrom": {
2133
- "name": "Anchor",
2134
- "module": "src/anchor/anchor.ts"
2008
+ "name": "ActionsMenu",
2009
+ "module": "src/actions-menu/actions-menu.ts"
2135
2010
  }
2136
2011
  },
2137
2012
  {
2138
- "name": "referrerpolicy",
2013
+ "name": "open",
2139
2014
  "type": {
2140
- "text": "string"
2015
+ "text": "boolean"
2141
2016
  },
2142
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2143
- "fieldName": "referrerpolicy",
2017
+ "default": "false",
2018
+ "fieldName": "open",
2144
2019
  "inheritedFrom": {
2145
- "name": "Anchor",
2146
- "module": "src/anchor/anchor.ts"
2020
+ "name": "ActionsMenu",
2021
+ "module": "src/actions-menu/actions-menu.ts"
2147
2022
  }
2148
2023
  },
2149
2024
  {
2150
- "name": "rel",
2025
+ "name": "buttonAppearance",
2151
2026
  "type": {
2152
2027
  "text": "string"
2153
2028
  },
2154
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2155
- "fieldName": "rel",
2029
+ "fieldName": "buttonAppearance",
2156
2030
  "inheritedFrom": {
2157
- "name": "Anchor",
2158
- "module": "src/anchor/anchor.ts"
2031
+ "name": "ActionsMenu",
2032
+ "module": "src/actions-menu/actions-menu.ts"
2159
2033
  }
2160
2034
  },
2161
2035
  {
2162
- "name": "target",
2036
+ "name": "hide-disabled",
2163
2037
  "type": {
2164
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2038
+ "text": "boolean"
2165
2039
  },
2166
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2167
- "fieldName": "target",
2040
+ "default": "false",
2041
+ "fieldName": "hideDisabled",
2168
2042
  "inheritedFrom": {
2169
- "name": "Anchor",
2170
- "module": "src/anchor/anchor.ts"
2043
+ "name": "ActionsMenu",
2044
+ "module": "src/actions-menu/actions-menu.ts"
2171
2045
  }
2172
2046
  },
2173
2047
  {
2174
- "name": "type",
2048
+ "name": "hide-menu-single-option",
2175
2049
  "type": {
2176
- "text": "string"
2050
+ "text": "boolean"
2177
2051
  },
2178
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2179
- "fieldName": "type",
2052
+ "default": "false",
2053
+ "fieldName": "hideMenuSingleOption",
2180
2054
  "inheritedFrom": {
2181
- "name": "Anchor",
2182
- "module": "src/anchor/anchor.ts"
2055
+ "name": "ActionsMenu",
2056
+ "module": "src/actions-menu/actions-menu.ts"
2183
2057
  }
2184
2058
  }
2185
2059
  ],
2186
2060
  "members": [
2187
2061
  {
2188
2062
  "kind": "field",
2189
- "name": "download",
2063
+ "name": "actions",
2190
2064
  "type": {
2191
- "text": "string"
2065
+ "text": "ActionMenuItem[]"
2192
2066
  },
2193
- "privacy": "public",
2194
- "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.",
2195
2067
  "inheritedFrom": {
2196
- "name": "Anchor",
2197
- "module": "src/anchor/anchor.ts"
2068
+ "name": "ActionsMenu",
2069
+ "module": "src/actions-menu/actions-menu.ts"
2198
2070
  }
2199
2071
  },
2200
2072
  {
2201
2073
  "kind": "field",
2202
- "name": "href",
2074
+ "name": "isVertical",
2203
2075
  "type": {
2204
- "text": "string"
2076
+ "text": "boolean"
2205
2077
  },
2206
- "privacy": "public",
2207
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2078
+ "default": "false",
2208
2079
  "inheritedFrom": {
2209
- "name": "Anchor",
2210
- "module": "src/anchor/anchor.ts"
2080
+ "name": "ActionsMenu",
2081
+ "module": "src/actions-menu/actions-menu.ts"
2211
2082
  }
2212
2083
  },
2213
2084
  {
2214
2085
  "kind": "field",
2215
- "name": "hreflang",
2086
+ "name": "addDefaultActions",
2216
2087
  "type": {
2217
- "text": "string"
2088
+ "text": "boolean"
2218
2089
  },
2219
- "privacy": "public",
2220
- "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.",
2090
+ "default": "true",
2221
2091
  "inheritedFrom": {
2222
- "name": "Anchor",
2223
- "module": "src/anchor/anchor.ts"
2092
+ "name": "ActionsMenu",
2093
+ "module": "src/actions-menu/actions-menu.ts"
2224
2094
  }
2225
2095
  },
2226
2096
  {
2227
2097
  "kind": "field",
2228
- "name": "ping",
2098
+ "name": "autoCloseOnAction",
2229
2099
  "type": {
2230
- "text": "string"
2100
+ "text": "boolean"
2231
2101
  },
2232
- "privacy": "public",
2233
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2102
+ "default": "true",
2234
2103
  "inheritedFrom": {
2235
- "name": "Anchor",
2236
- "module": "src/anchor/anchor.ts"
2104
+ "name": "ActionsMenu",
2105
+ "module": "src/actions-menu/actions-menu.ts"
2237
2106
  }
2238
2107
  },
2239
2108
  {
2240
2109
  "kind": "field",
2241
- "name": "referrerpolicy",
2110
+ "name": "classNames",
2242
2111
  "type": {
2243
2112
  "text": "string"
2244
2113
  },
2245
- "privacy": "public",
2246
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2247
2114
  "inheritedFrom": {
2248
- "name": "Anchor",
2249
- "module": "src/anchor/anchor.ts"
2115
+ "name": "ActionsMenu",
2116
+ "module": "src/actions-menu/actions-menu.ts"
2250
2117
  }
2251
2118
  },
2252
2119
  {
2253
2120
  "kind": "field",
2254
- "name": "rel",
2121
+ "name": "definition",
2122
+ "type": {
2123
+ "text": "any"
2124
+ },
2125
+ "inheritedFrom": {
2126
+ "name": "ActionsMenu",
2127
+ "module": "src/actions-menu/actions-menu.ts"
2128
+ }
2129
+ },
2130
+ {
2131
+ "kind": "field",
2132
+ "name": "name",
2255
2133
  "type": {
2256
2134
  "text": "string"
2257
2135
  },
2258
- "privacy": "public",
2259
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2136
+ "default": "'Actions'",
2260
2137
  "inheritedFrom": {
2261
- "name": "Anchor",
2262
- "module": "src/anchor/anchor.ts"
2138
+ "name": "ActionsMenu",
2139
+ "module": "src/actions-menu/actions-menu.ts"
2263
2140
  }
2264
2141
  },
2265
2142
  {
2266
2143
  "kind": "field",
2267
- "name": "target",
2144
+ "name": "open",
2268
2145
  "type": {
2269
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2146
+ "text": "boolean"
2270
2147
  },
2271
- "privacy": "public",
2272
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2148
+ "default": "false",
2273
2149
  "inheritedFrom": {
2274
- "name": "Anchor",
2275
- "module": "src/anchor/anchor.ts"
2150
+ "name": "ActionsMenu",
2151
+ "module": "src/actions-menu/actions-menu.ts"
2276
2152
  }
2277
2153
  },
2278
2154
  {
2279
2155
  "kind": "field",
2280
- "name": "type",
2156
+ "name": "buttonAppearance",
2281
2157
  "type": {
2282
2158
  "text": "string"
2283
2159
  },
2284
- "privacy": "public",
2285
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2286
2160
  "inheritedFrom": {
2287
- "name": "Anchor",
2288
- "module": "src/anchor/anchor.ts"
2161
+ "name": "ActionsMenu",
2162
+ "module": "src/actions-menu/actions-menu.ts"
2289
2163
  }
2290
2164
  },
2291
2165
  {
2292
2166
  "kind": "field",
2293
- "name": "control",
2167
+ "name": "hideDisabled",
2294
2168
  "type": {
2295
- "text": "HTMLAnchorElement | undefined"
2169
+ "text": "boolean"
2296
2170
  },
2297
- "privacy": "public",
2298
- "description": "References the root element",
2171
+ "default": "false",
2299
2172
  "inheritedFrom": {
2300
- "name": "Anchor",
2301
- "module": "src/anchor/anchor.ts"
2173
+ "name": "ActionsMenu",
2174
+ "module": "src/actions-menu/actions-menu.ts"
2302
2175
  }
2303
2176
  },
2304
2177
  {
2305
2178
  "kind": "field",
2306
- "name": "handleUnsupportedDelegatesFocus",
2307
- "privacy": "private",
2308
- "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",
2179
+ "name": "hideMenuSingleOption",
2180
+ "type": {
2181
+ "text": "boolean"
2182
+ },
2183
+ "default": "false",
2309
2184
  "inheritedFrom": {
2310
- "name": "Anchor",
2311
- "module": "src/anchor/anchor.ts"
2185
+ "name": "ActionsMenu",
2186
+ "module": "src/actions-menu/actions-menu.ts"
2187
+ }
2188
+ },
2189
+ {
2190
+ "kind": "field",
2191
+ "name": "singleOption",
2192
+ "type": {
2193
+ "text": "ActionMenuItem"
2194
+ },
2195
+ "inheritedFrom": {
2196
+ "name": "ActionsMenu",
2197
+ "module": "src/actions-menu/actions-menu.ts"
2198
+ }
2199
+ },
2200
+ {
2201
+ "kind": "field",
2202
+ "name": "actionsMenu",
2203
+ "type": {
2204
+ "text": "HTMLElement"
2205
+ },
2206
+ "inheritedFrom": {
2207
+ "name": "ActionsMenu",
2208
+ "module": "src/actions-menu/actions-menu.ts"
2209
+ }
2210
+ },
2211
+ {
2212
+ "kind": "method",
2213
+ "name": "definitionChanged",
2214
+ "privacy": "protected",
2215
+ "parameters": [
2216
+ {
2217
+ "name": "oldValue",
2218
+ "type": {
2219
+ "text": "any"
2220
+ }
2221
+ },
2222
+ {
2223
+ "name": "newValue",
2224
+ "type": {
2225
+ "text": "any"
2226
+ }
2227
+ }
2228
+ ],
2229
+ "inheritedFrom": {
2230
+ "name": "ActionsMenu",
2231
+ "module": "src/actions-menu/actions-menu.ts"
2232
+ }
2233
+ },
2234
+ {
2235
+ "kind": "method",
2236
+ "name": "openChanged",
2237
+ "privacy": "protected",
2238
+ "inheritedFrom": {
2239
+ "name": "ActionsMenu",
2240
+ "module": "src/actions-menu/actions-menu.ts"
2241
+ }
2242
+ },
2243
+ {
2244
+ "kind": "method",
2245
+ "name": "toggleActionsMenuVisibility",
2246
+ "inheritedFrom": {
2247
+ "name": "ActionsMenu",
2248
+ "module": "src/actions-menu/actions-menu.ts"
2249
+ }
2250
+ },
2251
+ {
2252
+ "kind": "method",
2253
+ "name": "onActionMenuItemClick",
2254
+ "parameters": [
2255
+ {
2256
+ "name": "callback",
2257
+ "type": {
2258
+ "text": "(rowData) => void | any"
2259
+ }
2260
+ }
2261
+ ],
2262
+ "inheritedFrom": {
2263
+ "name": "ActionsMenu",
2264
+ "module": "src/actions-menu/actions-menu.ts"
2265
+ }
2266
+ },
2267
+ {
2268
+ "kind": "field",
2269
+ "name": "allActions",
2270
+ "type": {
2271
+ "text": "ActionMenuItem[]"
2272
+ },
2273
+ "readonly": true,
2274
+ "inheritedFrom": {
2275
+ "name": "ActionsMenu",
2276
+ "module": "src/actions-menu/actions-menu.ts"
2277
+ }
2278
+ },
2279
+ {
2280
+ "kind": "field",
2281
+ "name": "rowData",
2282
+ "readonly": true,
2283
+ "inheritedFrom": {
2284
+ "name": "ActionsMenu",
2285
+ "module": "src/actions-menu/actions-menu.ts"
2286
+ }
2287
+ },
2288
+ {
2289
+ "kind": "method",
2290
+ "name": "getLabel",
2291
+ "parameters": [
2292
+ {
2293
+ "name": "name",
2294
+ "type": {
2295
+ "text": "string | ((rowData: any) => string)"
2296
+ }
2297
+ }
2298
+ ],
2299
+ "inheritedFrom": {
2300
+ "name": "ActionsMenu",
2301
+ "module": "src/actions-menu/actions-menu.ts"
2302
+ }
2303
+ },
2304
+ {
2305
+ "kind": "method",
2306
+ "name": "getTemplate",
2307
+ "parameters": [
2308
+ {
2309
+ "name": "prefix",
2310
+ "type": {
2311
+ "text": "string"
2312
+ }
2313
+ }
2314
+ ],
2315
+ "inheritedFrom": {
2316
+ "name": "ActionsMenu",
2317
+ "module": "src/actions-menu/actions-menu.ts"
2312
2318
  }
2313
2319
  },
2314
2320
  {
@@ -2320,8 +2326,8 @@
2320
2326
  "privacy": "private",
2321
2327
  "default": "void 0",
2322
2328
  "inheritedFrom": {
2323
- "name": "Anchor",
2324
- "module": "src/anchor/anchor.ts"
2329
+ "name": "FoundationElement",
2330
+ "module": "src/foundation-element/foundation-element.ts"
2325
2331
  }
2326
2332
  },
2327
2333
  {
@@ -2333,8 +2339,8 @@
2333
2339
  "privacy": "public",
2334
2340
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2335
2341
  "inheritedFrom": {
2336
- "name": "Anchor",
2337
- "module": "src/anchor/anchor.ts"
2342
+ "name": "FoundationElement",
2343
+ "module": "src/foundation-element/foundation-element.ts"
2338
2344
  }
2339
2345
  },
2340
2346
  {
@@ -2346,8 +2352,8 @@
2346
2352
  "privacy": "public",
2347
2353
  "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.",
2348
2354
  "inheritedFrom": {
2349
- "name": "Anchor",
2350
- "module": "src/anchor/anchor.ts"
2355
+ "name": "FoundationElement",
2356
+ "module": "src/foundation-element/foundation-element.ts"
2351
2357
  }
2352
2358
  },
2353
2359
  {
@@ -2360,8 +2366,8 @@
2360
2366
  }
2361
2367
  },
2362
2368
  "inheritedFrom": {
2363
- "name": "Anchor",
2364
- "module": "src/anchor/anchor.ts"
2369
+ "name": "FoundationElement",
2370
+ "module": "src/foundation-element/foundation-element.ts"
2365
2371
  }
2366
2372
  },
2367
2373
  {
@@ -2373,8 +2379,8 @@
2373
2379
  "privacy": "public",
2374
2380
  "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.",
2375
2381
  "inheritedFrom": {
2376
- "name": "Anchor",
2377
- "module": "src/anchor/anchor.ts"
2382
+ "name": "FoundationElement",
2383
+ "module": "src/foundation-element/foundation-element.ts"
2378
2384
  }
2379
2385
  },
2380
2386
  {
@@ -2387,8 +2393,8 @@
2387
2393
  }
2388
2394
  },
2389
2395
  "inheritedFrom": {
2390
- "name": "Anchor",
2391
- "module": "src/anchor/anchor.ts"
2396
+ "name": "FoundationElement",
2397
+ "module": "src/foundation-element/foundation-element.ts"
2392
2398
  }
2393
2399
  },
2394
2400
  {
@@ -2418,39 +2424,41 @@
2418
2424
  ],
2419
2425
  "description": "Defines an element registry function with a set of element definition defaults.",
2420
2426
  "inheritedFrom": {
2421
- "name": "Anchor",
2422
- "module": "src/anchor/anchor.ts"
2427
+ "name": "FoundationElement",
2428
+ "module": "src/foundation-element/foundation-element.ts"
2423
2429
  }
2424
2430
  }
2425
2431
  ]
2426
2432
  },
2427
2433
  {
2428
2434
  "kind": "variable",
2429
- "name": "zeroAnchor"
2435
+ "name": "zeroActionsMenu",
2436
+ "description": "The Zero Actions Menu",
2437
+ "privacy": "public"
2430
2438
  }
2431
2439
  ],
2432
2440
  "exports": [
2433
2441
  {
2434
2442
  "kind": "js",
2435
- "name": "Anchor",
2443
+ "name": "ActionsMenu",
2436
2444
  "declaration": {
2437
- "name": "Anchor",
2438
- "module": "src/anchor/anchor.ts"
2445
+ "name": "ActionsMenu",
2446
+ "module": "src/actions-menu/actions-menu.ts"
2439
2447
  }
2440
2448
  },
2441
2449
  {
2442
2450
  "kind": "js",
2443
- "name": "zeroAnchor",
2451
+ "name": "zeroActionsMenu",
2444
2452
  "declaration": {
2445
- "name": "zeroAnchor",
2446
- "module": "src/anchor/anchor.ts"
2453
+ "name": "zeroActionsMenu",
2454
+ "module": "src/actions-menu/actions-menu.ts"
2447
2455
  }
2448
2456
  }
2449
2457
  ]
2450
2458
  },
2451
2459
  {
2452
2460
  "kind": "javascript-module",
2453
- "path": "src/anchor/index.ts",
2461
+ "path": "src/actions-menu/index.ts",
2454
2462
  "declarations": [],
2455
2463
  "exports": [
2456
2464
  {
@@ -2458,15 +2466,7 @@
2458
2466
  "name": "*",
2459
2467
  "declaration": {
2460
2468
  "name": "*",
2461
- "package": "./anchor"
2462
- }
2463
- },
2464
- {
2465
- "kind": "js",
2466
- "name": "*",
2467
- "declaration": {
2468
- "name": "*",
2469
- "package": "./anchor.styles"
2469
+ "package": "./actions-menu"
2470
2470
  }
2471
2471
  },
2472
2472
  {
@@ -2474,7 +2474,7 @@
2474
2474
  "name": "*",
2475
2475
  "declaration": {
2476
2476
  "name": "*",
2477
- "package": "./anchor.template"
2477
+ "package": "./actions-menu.styles"
2478
2478
  }
2479
2479
  }
2480
2480
  ]
@@ -36729,7 +36729,7 @@
36729
36729
  {
36730
36730
  "kind": "variable",
36731
36731
  "name": "zeroToastStyles",
36732
- "default": "css`\n ${foundationToastStyles}\n .toast {\n border: calc(var(--stroke-width) * 1px) solid ${neutralLayer3};\n background-color: ${neutralLayer1};\n }\n\n .toast::after {\n background-color: ${primaryBlueWebRGBA(1)};\n }\n\n :host([notify='warning']) .toast::after {\n background-color: ${chartPinkWebRGBA(1)};\n }\n\n :host([notify='success']) .toast::after {\n background-color: ${secondaryTealWebRGBA(1)};\n }\n\n :host([notify='critical']) .toast::after {\n background-color: ${warningYellowWebRGBA(1)};\n }\n\n :host([notify='serious']) .toast::after {\n background-color: ${secondaryOrangeWebRGBA(1)};\n }\n`"
36732
+ "default": "css`\n ${foundationToastStyles}\n .toast {\n border: calc(var(--stroke-width) * 1px) solid ${neutralLayer3};\n background-color: ${neutralLayer1};\n }\n\n .toast::after {\n background-color: ${primaryBlueWebRGBA(1)};\n }\n\n :host([notify='warning']) .toast::after {\n background-color: ${chartPinkWebRGBA(1)};\n }\n\n :host([notify='success']) .toast::after {\n background-color: ${secondaryTealWebRGBA(1)};\n }\n\n :host([notify='critical']) .toast::after {\n background-color: ${warningYellowWebRGBA(1)};\n }\n\n :host([notify='serious']) .toast::after,\n :host([notify='error']) .toast::after {\n background-color: ${secondaryOrangeWebRGBA(1)};\n }\n`"
36733
36733
  }
36734
36734
  ],
36735
36735
  "exports": [
@@ -36791,6 +36791,17 @@
36791
36791
  "name": "Toast",
36792
36792
  "module": "src/toast/toast.ts"
36793
36793
  }
36794
+ },
36795
+ {
36796
+ "name": "notification-icon",
36797
+ "type": {
36798
+ "text": "string"
36799
+ },
36800
+ "fieldName": "notificationIcon",
36801
+ "inheritedFrom": {
36802
+ "name": "Toast",
36803
+ "module": "src/toast/toast.ts"
36804
+ }
36794
36805
  }
36795
36806
  ],
36796
36807
  "members": [
@@ -36842,6 +36853,17 @@
36842
36853
  "module": "src/toast/toast.ts"
36843
36854
  }
36844
36855
  },
36856
+ {
36857
+ "kind": "field",
36858
+ "name": "notificationIcon",
36859
+ "type": {
36860
+ "text": "string"
36861
+ },
36862
+ "inheritedFrom": {
36863
+ "name": "Toast",
36864
+ "module": "src/toast/toast.ts"
36865
+ }
36866
+ },
36845
36867
  {
36846
36868
  "kind": "method",
36847
36869
  "name": "close",