@genesislcap/foundation-zero 14.330.0 → 14.331.0

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