@genesislcap/foundation-zero 14.496.1 → 14.496.2-alpha-da9ccbd.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.
@@ -1412,11 +1412,11 @@
1412
1412
  },
1413
1413
  {
1414
1414
  "kind": "javascript-module",
1415
- "path": "src/actions-menu/actions-menu.styles.ts",
1415
+ "path": "src/accordion-item/accordion-item.styles.ts",
1416
1416
  "declarations": [
1417
1417
  {
1418
1418
  "kind": "function",
1419
- "name": "zeroActionsMenuStyles",
1419
+ "name": "zeroAccordionItemStyles",
1420
1420
  "return": {
1421
1421
  "type": {
1422
1422
  "text": "ElementStyles"
@@ -1441,339 +1441,492 @@
1441
1441
  "exports": [
1442
1442
  {
1443
1443
  "kind": "js",
1444
- "name": "zeroActionsMenuStyles",
1444
+ "name": "zeroAccordionItemStyles",
1445
1445
  "declaration": {
1446
- "name": "zeroActionsMenuStyles",
1447
- "module": "src/actions-menu/actions-menu.styles.ts"
1446
+ "name": "zeroAccordionItemStyles",
1447
+ "module": "src/accordion-item/accordion-item.styles.ts"
1448
1448
  }
1449
1449
  }
1450
1450
  ]
1451
1451
  },
1452
1452
  {
1453
1453
  "kind": "javascript-module",
1454
- "path": "src/actions-menu/actions-menu.ts",
1454
+ "path": "src/accordion-item/accordion-item.template.ts",
1455
1455
  "declarations": [
1456
1456
  {
1457
- "kind": "class",
1458
- "description": "",
1459
- "name": "ActionsMenu",
1460
- "superclass": {
1461
- "name": "FoundationActionsMenu",
1462
- "package": "@genesislcap/foundation-ui"
1457
+ "kind": "function",
1458
+ "name": "zeroAccordionItemTemplate",
1459
+ "return": {
1460
+ "type": {
1461
+ "text": "ViewTemplate<AccordionItem>"
1462
+ }
1463
1463
  },
1464
- "tagName": "%%prefix%%-actions-menu",
1465
- "customElement": true,
1466
- "attributes": [
1467
- {
1468
- "name": "is-vertical",
1469
- "type": {
1470
- "text": "boolean"
1471
- },
1472
- "default": "false",
1473
- "fieldName": "isVertical",
1474
- "inheritedFrom": {
1475
- "name": "ActionsMenu",
1476
- "module": "src/actions-menu/actions-menu.ts"
1477
- }
1478
- },
1464
+ "parameters": [
1479
1465
  {
1480
- "name": "add-default-actions",
1466
+ "name": "context",
1481
1467
  "type": {
1482
- "text": "boolean"
1483
- },
1484
- "default": "true",
1485
- "fieldName": "addDefaultActions",
1486
- "inheritedFrom": {
1487
- "name": "ActionsMenu",
1488
- "module": "src/actions-menu/actions-menu.ts"
1468
+ "text": "ElementDefinitionContext"
1489
1469
  }
1490
1470
  },
1491
1471
  {
1492
- "name": "auto-close-on-action",
1472
+ "name": "definition",
1493
1473
  "type": {
1494
- "text": "boolean"
1495
- },
1496
- "default": "true",
1497
- "fieldName": "autoCloseOnAction",
1498
- "inheritedFrom": {
1499
- "name": "ActionsMenu",
1500
- "module": "src/actions-menu/actions-menu.ts"
1474
+ "text": "FoundationElementDefinition"
1501
1475
  }
1502
- },
1476
+ }
1477
+ ]
1478
+ }
1479
+ ],
1480
+ "exports": [
1481
+ {
1482
+ "kind": "js",
1483
+ "name": "zeroAccordionItemTemplate",
1484
+ "declaration": {
1485
+ "name": "zeroAccordionItemTemplate",
1486
+ "module": "src/accordion-item/accordion-item.template.ts"
1487
+ }
1488
+ }
1489
+ ]
1490
+ },
1491
+ {
1492
+ "kind": "javascript-module",
1493
+ "path": "src/accordion-item/accordion-item.ts",
1494
+ "declarations": [
1495
+ {
1496
+ "kind": "class",
1497
+ "description": "",
1498
+ "name": "AccordionItem",
1499
+ "superclass": {
1500
+ "name": "FoundationAccordionItem",
1501
+ "package": "@genesislcap/foundation-ui"
1502
+ },
1503
+ "tagName": "%%prefix%%-card",
1504
+ "customElement": true,
1505
+ "attributes": [
1503
1506
  {
1504
- "name": "name",
1507
+ "name": "heading-level",
1505
1508
  "type": {
1506
- "text": "string"
1509
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1507
1510
  },
1508
- "default": "'Actions'",
1509
- "fieldName": "name",
1511
+ "default": "2",
1512
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1513
+ "fieldName": "headinglevel",
1510
1514
  "inheritedFrom": {
1511
- "name": "ActionsMenu",
1512
- "module": "src/actions-menu/actions-menu.ts"
1515
+ "name": "AccordionItem",
1516
+ "module": "src/accordion-item/accordion-item.ts"
1513
1517
  }
1514
1518
  },
1515
1519
  {
1516
- "name": "open",
1517
1520
  "type": {
1518
1521
  "text": "boolean"
1519
1522
  },
1520
1523
  "default": "false",
1521
- "fieldName": "open",
1524
+ "description": "Expands or collapses the item.",
1525
+ "fieldName": "expanded",
1522
1526
  "inheritedFrom": {
1523
- "name": "ActionsMenu",
1524
- "module": "src/actions-menu/actions-menu.ts"
1527
+ "name": "AccordionItem",
1528
+ "module": "src/accordion-item/accordion-item.ts"
1525
1529
  }
1526
1530
  },
1527
1531
  {
1528
- "name": "buttonAppearance",
1532
+ "name": "id",
1529
1533
  "type": {
1530
1534
  "text": "string"
1531
1535
  },
1532
- "fieldName": "buttonAppearance",
1533
- "inheritedFrom": {
1534
- "name": "ActionsMenu",
1535
- "module": "src/actions-menu/actions-menu.ts"
1536
- }
1537
- },
1538
- {
1539
- "name": "hide-disabled",
1540
- "type": {
1541
- "text": "boolean"
1542
- },
1543
- "default": "false",
1544
- "fieldName": "hideDisabled",
1545
- "inheritedFrom": {
1546
- "name": "ActionsMenu",
1547
- "module": "src/actions-menu/actions-menu.ts"
1548
- }
1549
- },
1550
- {
1551
- "name": "hide-menu-single-option",
1552
- "type": {
1553
- "text": "boolean"
1554
- },
1555
- "default": "false",
1556
- "fieldName": "hideMenuSingleOption",
1536
+ "description": "The item ID",
1537
+ "fieldName": "id",
1557
1538
  "inheritedFrom": {
1558
- "name": "ActionsMenu",
1559
- "module": "src/actions-menu/actions-menu.ts"
1539
+ "name": "AccordionItem",
1540
+ "module": "src/accordion-item/accordion-item.ts"
1560
1541
  }
1561
1542
  }
1562
1543
  ],
1563
1544
  "members": [
1564
1545
  {
1565
1546
  "kind": "field",
1566
- "name": "actions",
1547
+ "name": "headinglevel",
1567
1548
  "type": {
1568
- "text": "ActionMenuItem[]"
1549
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1569
1550
  },
1551
+ "privacy": "public",
1552
+ "default": "2",
1553
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1570
1554
  "inheritedFrom": {
1571
- "name": "ActionsMenu",
1572
- "module": "src/actions-menu/actions-menu.ts"
1555
+ "name": "AccordionItem",
1556
+ "module": "src/accordion-item/accordion-item.ts"
1573
1557
  }
1574
1558
  },
1575
1559
  {
1576
1560
  "kind": "field",
1577
- "name": "isVertical",
1561
+ "name": "expanded",
1578
1562
  "type": {
1579
1563
  "text": "boolean"
1580
1564
  },
1565
+ "privacy": "public",
1581
1566
  "default": "false",
1567
+ "description": "Expands or collapses the item.",
1582
1568
  "inheritedFrom": {
1583
- "name": "ActionsMenu",
1584
- "module": "src/actions-menu/actions-menu.ts"
1569
+ "name": "AccordionItem",
1570
+ "module": "src/accordion-item/accordion-item.ts"
1585
1571
  }
1586
1572
  },
1587
1573
  {
1588
1574
  "kind": "field",
1589
- "name": "addDefaultActions",
1575
+ "name": "id",
1590
1576
  "type": {
1591
- "text": "boolean"
1577
+ "text": "string"
1592
1578
  },
1593
- "default": "true",
1579
+ "privacy": "public",
1580
+ "description": "The item ID",
1594
1581
  "inheritedFrom": {
1595
- "name": "ActionsMenu",
1596
- "module": "src/actions-menu/actions-menu.ts"
1582
+ "name": "AccordionItem",
1583
+ "module": "src/accordion-item/accordion-item.ts"
1597
1584
  }
1598
1585
  },
1599
1586
  {
1600
1587
  "kind": "field",
1601
- "name": "autoCloseOnAction",
1602
- "type": {
1603
- "text": "boolean"
1604
- },
1605
- "default": "true",
1588
+ "name": "change",
1589
+ "privacy": "private",
1606
1590
  "inheritedFrom": {
1607
- "name": "ActionsMenu",
1608
- "module": "src/actions-menu/actions-menu.ts"
1591
+ "name": "AccordionItem",
1592
+ "module": "src/accordion-item/accordion-item.ts"
1609
1593
  }
1610
1594
  },
1611
1595
  {
1612
1596
  "kind": "field",
1613
- "name": "classNames",
1597
+ "name": "_presentation",
1614
1598
  "type": {
1615
- "text": "string"
1599
+ "text": "ComponentPresentation | null | undefined"
1616
1600
  },
1601
+ "privacy": "private",
1602
+ "default": "void 0",
1617
1603
  "inheritedFrom": {
1618
- "name": "ActionsMenu",
1619
- "module": "src/actions-menu/actions-menu.ts"
1604
+ "name": "AccordionItem",
1605
+ "module": "src/accordion-item/accordion-item.ts"
1620
1606
  }
1621
1607
  },
1622
1608
  {
1623
1609
  "kind": "field",
1624
- "name": "definition",
1610
+ "name": "$presentation",
1625
1611
  "type": {
1626
- "text": "any"
1612
+ "text": "ComponentPresentation | null"
1627
1613
  },
1614
+ "privacy": "public",
1615
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1628
1616
  "inheritedFrom": {
1629
- "name": "ActionsMenu",
1630
- "module": "src/actions-menu/actions-menu.ts"
1617
+ "name": "AccordionItem",
1618
+ "module": "src/accordion-item/accordion-item.ts"
1631
1619
  }
1632
1620
  },
1633
1621
  {
1634
1622
  "kind": "field",
1635
- "name": "name",
1623
+ "name": "template",
1636
1624
  "type": {
1637
- "text": "string"
1625
+ "text": "ElementViewTemplate | void | null"
1638
1626
  },
1639
- "default": "'Actions'",
1627
+ "privacy": "public",
1628
+ "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.",
1640
1629
  "inheritedFrom": {
1641
- "name": "ActionsMenu",
1642
- "module": "src/actions-menu/actions-menu.ts"
1630
+ "name": "AccordionItem",
1631
+ "module": "src/accordion-item/accordion-item.ts"
1643
1632
  }
1644
1633
  },
1645
1634
  {
1646
- "kind": "field",
1647
- "name": "open",
1648
- "type": {
1649
- "text": "boolean"
1635
+ "kind": "method",
1636
+ "name": "templateChanged",
1637
+ "privacy": "protected",
1638
+ "return": {
1639
+ "type": {
1640
+ "text": "void"
1641
+ }
1650
1642
  },
1651
- "default": "false",
1652
1643
  "inheritedFrom": {
1653
- "name": "ActionsMenu",
1654
- "module": "src/actions-menu/actions-menu.ts"
1644
+ "name": "AccordionItem",
1645
+ "module": "src/accordion-item/accordion-item.ts"
1655
1646
  }
1656
1647
  },
1657
1648
  {
1658
1649
  "kind": "field",
1659
- "name": "buttonAppearance",
1650
+ "name": "styles",
1660
1651
  "type": {
1661
- "text": "string"
1652
+ "text": "ElementStyles | void | null"
1662
1653
  },
1654
+ "privacy": "public",
1655
+ "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.",
1663
1656
  "inheritedFrom": {
1664
- "name": "ActionsMenu",
1665
- "module": "src/actions-menu/actions-menu.ts"
1657
+ "name": "AccordionItem",
1658
+ "module": "src/accordion-item/accordion-item.ts"
1666
1659
  }
1667
1660
  },
1668
1661
  {
1669
- "kind": "field",
1670
- "name": "hideDisabled",
1671
- "type": {
1672
- "text": "boolean"
1662
+ "kind": "method",
1663
+ "name": "stylesChanged",
1664
+ "privacy": "protected",
1665
+ "return": {
1666
+ "type": {
1667
+ "text": "void"
1668
+ }
1673
1669
  },
1674
- "default": "false",
1675
1670
  "inheritedFrom": {
1676
- "name": "ActionsMenu",
1677
- "module": "src/actions-menu/actions-menu.ts"
1671
+ "name": "AccordionItem",
1672
+ "module": "src/accordion-item/accordion-item.ts"
1678
1673
  }
1679
1674
  },
1680
1675
  {
1681
- "kind": "field",
1682
- "name": "hideMenuSingleOption",
1676
+ "kind": "method",
1677
+ "name": "compose",
1678
+ "privacy": "public",
1679
+ "static": true,
1680
+ "return": {
1681
+ "type": {
1682
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1683
+ }
1684
+ },
1685
+ "parameters": [
1686
+ {
1687
+ "name": "this",
1688
+ "type": {
1689
+ "text": "K"
1690
+ }
1691
+ },
1692
+ {
1693
+ "name": "elementDefinition",
1694
+ "type": {
1695
+ "text": "T"
1696
+ },
1697
+ "description": "The definition of the element to create the registry\nfunction for."
1698
+ }
1699
+ ],
1700
+ "description": "Defines an element registry function with a set of element definition defaults.",
1701
+ "inheritedFrom": {
1702
+ "name": "AccordionItem",
1703
+ "module": "src/accordion-item/accordion-item.ts"
1704
+ }
1705
+ }
1706
+ ],
1707
+ "events": [
1708
+ {
1709
+ "description": "Fires a custom 'change' event when the button is invoked",
1710
+ "name": "change",
1711
+ "inheritedFrom": {
1712
+ "name": "AccordionItem",
1713
+ "module": "src/accordion-item/accordion-item.ts"
1714
+ }
1715
+ }
1716
+ ]
1717
+ },
1718
+ {
1719
+ "kind": "variable",
1720
+ "name": "zeroAccordionItem"
1721
+ }
1722
+ ],
1723
+ "exports": [
1724
+ {
1725
+ "kind": "js",
1726
+ "name": "AccordionItem",
1727
+ "declaration": {
1728
+ "name": "AccordionItem",
1729
+ "module": "src/accordion-item/accordion-item.ts"
1730
+ }
1731
+ },
1732
+ {
1733
+ "kind": "js",
1734
+ "name": "zeroAccordionItem",
1735
+ "declaration": {
1736
+ "name": "zeroAccordionItem",
1737
+ "module": "src/accordion-item/accordion-item.ts"
1738
+ }
1739
+ }
1740
+ ]
1741
+ },
1742
+ {
1743
+ "kind": "javascript-module",
1744
+ "path": "src/accordion-item/index.ts",
1745
+ "declarations": [],
1746
+ "exports": [
1747
+ {
1748
+ "kind": "js",
1749
+ "name": "*",
1750
+ "declaration": {
1751
+ "name": "*",
1752
+ "package": "./accordion-item"
1753
+ }
1754
+ },
1755
+ {
1756
+ "kind": "js",
1757
+ "name": "*",
1758
+ "declaration": {
1759
+ "name": "*",
1760
+ "package": "./accordion-item.styles"
1761
+ }
1762
+ },
1763
+ {
1764
+ "kind": "js",
1765
+ "name": "*",
1766
+ "declaration": {
1767
+ "name": "*",
1768
+ "package": "./accordion-item.template"
1769
+ }
1770
+ }
1771
+ ]
1772
+ },
1773
+ {
1774
+ "kind": "javascript-module",
1775
+ "path": "src/actions-menu/actions-menu.styles.ts",
1776
+ "declarations": [
1777
+ {
1778
+ "kind": "function",
1779
+ "name": "zeroActionsMenuStyles",
1780
+ "return": {
1781
+ "type": {
1782
+ "text": "ElementStyles"
1783
+ }
1784
+ },
1785
+ "parameters": [
1786
+ {
1787
+ "name": "context",
1788
+ "type": {
1789
+ "text": "ElementDefinitionContext"
1790
+ }
1791
+ },
1792
+ {
1793
+ "name": "definition",
1794
+ "type": {
1795
+ "text": "FoundationElementDefinition"
1796
+ }
1797
+ }
1798
+ ]
1799
+ }
1800
+ ],
1801
+ "exports": [
1802
+ {
1803
+ "kind": "js",
1804
+ "name": "zeroActionsMenuStyles",
1805
+ "declaration": {
1806
+ "name": "zeroActionsMenuStyles",
1807
+ "module": "src/actions-menu/actions-menu.styles.ts"
1808
+ }
1809
+ }
1810
+ ]
1811
+ },
1812
+ {
1813
+ "kind": "javascript-module",
1814
+ "path": "src/actions-menu/actions-menu.ts",
1815
+ "declarations": [
1816
+ {
1817
+ "kind": "class",
1818
+ "description": "",
1819
+ "name": "ActionsMenu",
1820
+ "superclass": {
1821
+ "name": "FoundationActionsMenu",
1822
+ "package": "@genesislcap/foundation-ui"
1823
+ },
1824
+ "tagName": "%%prefix%%-actions-menu",
1825
+ "customElement": true,
1826
+ "attributes": [
1827
+ {
1828
+ "name": "is-vertical",
1683
1829
  "type": {
1684
1830
  "text": "boolean"
1685
1831
  },
1686
1832
  "default": "false",
1833
+ "fieldName": "isVertical",
1687
1834
  "inheritedFrom": {
1688
1835
  "name": "ActionsMenu",
1689
1836
  "module": "src/actions-menu/actions-menu.ts"
1690
1837
  }
1691
1838
  },
1692
1839
  {
1693
- "kind": "field",
1694
- "name": "singleOption",
1840
+ "name": "add-default-actions",
1695
1841
  "type": {
1696
- "text": "ActionMenuItem"
1842
+ "text": "boolean"
1697
1843
  },
1844
+ "default": "true",
1845
+ "fieldName": "addDefaultActions",
1698
1846
  "inheritedFrom": {
1699
1847
  "name": "ActionsMenu",
1700
1848
  "module": "src/actions-menu/actions-menu.ts"
1701
1849
  }
1702
1850
  },
1703
1851
  {
1704
- "kind": "field",
1705
- "name": "actionsMenu",
1852
+ "name": "auto-close-on-action",
1706
1853
  "type": {
1707
- "text": "HTMLElement"
1854
+ "text": "boolean"
1708
1855
  },
1856
+ "default": "true",
1857
+ "fieldName": "autoCloseOnAction",
1709
1858
  "inheritedFrom": {
1710
1859
  "name": "ActionsMenu",
1711
1860
  "module": "src/actions-menu/actions-menu.ts"
1712
1861
  }
1713
1862
  },
1714
1863
  {
1715
- "kind": "method",
1716
- "name": "definitionChanged",
1717
- "privacy": "protected",
1718
- "parameters": [
1719
- {
1720
- "name": "oldValue",
1721
- "type": {
1722
- "text": "any"
1723
- }
1724
- },
1725
- {
1726
- "name": "newValue",
1727
- "type": {
1728
- "text": "any"
1729
- }
1730
- }
1731
- ],
1864
+ "name": "name",
1865
+ "type": {
1866
+ "text": "string"
1867
+ },
1868
+ "default": "'Actions'",
1869
+ "fieldName": "name",
1732
1870
  "inheritedFrom": {
1733
1871
  "name": "ActionsMenu",
1734
1872
  "module": "src/actions-menu/actions-menu.ts"
1735
1873
  }
1736
1874
  },
1737
1875
  {
1738
- "kind": "method",
1739
- "name": "openChanged",
1740
- "privacy": "protected",
1876
+ "name": "open",
1877
+ "type": {
1878
+ "text": "boolean"
1879
+ },
1880
+ "default": "false",
1881
+ "fieldName": "open",
1741
1882
  "inheritedFrom": {
1742
1883
  "name": "ActionsMenu",
1743
1884
  "module": "src/actions-menu/actions-menu.ts"
1744
1885
  }
1745
1886
  },
1746
1887
  {
1747
- "kind": "method",
1748
- "name": "toggleActionsMenuVisibility",
1888
+ "name": "buttonAppearance",
1889
+ "type": {
1890
+ "text": "string"
1891
+ },
1892
+ "fieldName": "buttonAppearance",
1749
1893
  "inheritedFrom": {
1750
1894
  "name": "ActionsMenu",
1751
1895
  "module": "src/actions-menu/actions-menu.ts"
1752
1896
  }
1753
1897
  },
1754
1898
  {
1755
- "kind": "method",
1756
- "name": "onActionMenuItemClick",
1757
- "parameters": [
1758
- {
1759
- "name": "callback",
1760
- "type": {
1761
- "text": "(rowData) => void | any"
1762
- }
1763
- }
1764
- ],
1899
+ "name": "hide-disabled",
1900
+ "type": {
1901
+ "text": "boolean"
1902
+ },
1903
+ "default": "false",
1904
+ "fieldName": "hideDisabled",
1765
1905
  "inheritedFrom": {
1766
1906
  "name": "ActionsMenu",
1767
1907
  "module": "src/actions-menu/actions-menu.ts"
1768
1908
  }
1769
1909
  },
1910
+ {
1911
+ "name": "hide-menu-single-option",
1912
+ "type": {
1913
+ "text": "boolean"
1914
+ },
1915
+ "default": "false",
1916
+ "fieldName": "hideMenuSingleOption",
1917
+ "inheritedFrom": {
1918
+ "name": "ActionsMenu",
1919
+ "module": "src/actions-menu/actions-menu.ts"
1920
+ }
1921
+ }
1922
+ ],
1923
+ "members": [
1770
1924
  {
1771
1925
  "kind": "field",
1772
- "name": "allActions",
1926
+ "name": "actions",
1773
1927
  "type": {
1774
1928
  "text": "ActionMenuItem[]"
1775
1929
  },
1776
- "readonly": true,
1777
1930
  "inheritedFrom": {
1778
1931
  "name": "ActionsMenu",
1779
1932
  "module": "src/actions-menu/actions-menu.ts"
@@ -1781,40 +1934,35 @@
1781
1934
  },
1782
1935
  {
1783
1936
  "kind": "field",
1784
- "name": "rowData",
1785
- "readonly": true,
1937
+ "name": "isVertical",
1938
+ "type": {
1939
+ "text": "boolean"
1940
+ },
1941
+ "default": "false",
1786
1942
  "inheritedFrom": {
1787
1943
  "name": "ActionsMenu",
1788
1944
  "module": "src/actions-menu/actions-menu.ts"
1789
1945
  }
1790
1946
  },
1791
1947
  {
1792
- "kind": "method",
1793
- "name": "getLabel",
1794
- "parameters": [
1795
- {
1796
- "name": "name",
1797
- "type": {
1798
- "text": "string | ((rowData: any) => string)"
1799
- }
1800
- }
1801
- ],
1948
+ "kind": "field",
1949
+ "name": "addDefaultActions",
1950
+ "type": {
1951
+ "text": "boolean"
1952
+ },
1953
+ "default": "true",
1802
1954
  "inheritedFrom": {
1803
1955
  "name": "ActionsMenu",
1804
1956
  "module": "src/actions-menu/actions-menu.ts"
1805
1957
  }
1806
1958
  },
1807
1959
  {
1808
- "kind": "method",
1809
- "name": "getTemplate",
1810
- "parameters": [
1811
- {
1812
- "name": "prefix",
1813
- "type": {
1814
- "text": "string"
1815
- }
1816
- }
1817
- ],
1960
+ "kind": "field",
1961
+ "name": "autoCloseOnAction",
1962
+ "type": {
1963
+ "text": "boolean"
1964
+ },
1965
+ "default": "true",
1818
1966
  "inheritedFrom": {
1819
1967
  "name": "ActionsMenu",
1820
1968
  "module": "src/actions-menu/actions-menu.ts"
@@ -1822,346 +1970,214 @@
1822
1970
  },
1823
1971
  {
1824
1972
  "kind": "field",
1825
- "name": "_presentation",
1973
+ "name": "classNames",
1826
1974
  "type": {
1827
- "text": "ComponentPresentation | null | undefined"
1975
+ "text": "string"
1828
1976
  },
1829
- "privacy": "private",
1830
- "default": "void 0",
1831
1977
  "inheritedFrom": {
1832
- "name": "FoundationElement",
1833
- "module": "src/foundation-element/foundation-element.ts"
1978
+ "name": "ActionsMenu",
1979
+ "module": "src/actions-menu/actions-menu.ts"
1834
1980
  }
1835
1981
  },
1836
1982
  {
1837
1983
  "kind": "field",
1838
- "name": "$presentation",
1984
+ "name": "definition",
1839
1985
  "type": {
1840
- "text": "ComponentPresentation | null"
1986
+ "text": "any"
1841
1987
  },
1842
- "privacy": "public",
1843
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1844
1988
  "inheritedFrom": {
1845
- "name": "FoundationElement",
1846
- "module": "src/foundation-element/foundation-element.ts"
1989
+ "name": "ActionsMenu",
1990
+ "module": "src/actions-menu/actions-menu.ts"
1847
1991
  }
1848
1992
  },
1849
1993
  {
1850
1994
  "kind": "field",
1851
- "name": "template",
1995
+ "name": "name",
1852
1996
  "type": {
1853
- "text": "ElementViewTemplate | void | null"
1997
+ "text": "string"
1854
1998
  },
1855
- "privacy": "public",
1856
- "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.",
1999
+ "default": "'Actions'",
1857
2000
  "inheritedFrom": {
1858
- "name": "FoundationElement",
1859
- "module": "src/foundation-element/foundation-element.ts"
2001
+ "name": "ActionsMenu",
2002
+ "module": "src/actions-menu/actions-menu.ts"
1860
2003
  }
1861
2004
  },
1862
2005
  {
1863
- "kind": "method",
1864
- "name": "templateChanged",
1865
- "privacy": "protected",
1866
- "return": {
1867
- "type": {
1868
- "text": "void"
1869
- }
2006
+ "kind": "field",
2007
+ "name": "open",
2008
+ "type": {
2009
+ "text": "boolean"
1870
2010
  },
2011
+ "default": "false",
1871
2012
  "inheritedFrom": {
1872
- "name": "FoundationElement",
1873
- "module": "src/foundation-element/foundation-element.ts"
2013
+ "name": "ActionsMenu",
2014
+ "module": "src/actions-menu/actions-menu.ts"
1874
2015
  }
1875
2016
  },
1876
2017
  {
1877
2018
  "kind": "field",
1878
- "name": "styles",
2019
+ "name": "buttonAppearance",
1879
2020
  "type": {
1880
- "text": "ElementStyles | void | null"
2021
+ "text": "string"
1881
2022
  },
1882
- "privacy": "public",
1883
- "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.",
1884
2023
  "inheritedFrom": {
1885
- "name": "FoundationElement",
1886
- "module": "src/foundation-element/foundation-element.ts"
2024
+ "name": "ActionsMenu",
2025
+ "module": "src/actions-menu/actions-menu.ts"
1887
2026
  }
1888
2027
  },
1889
2028
  {
1890
- "kind": "method",
1891
- "name": "stylesChanged",
1892
- "privacy": "protected",
1893
- "return": {
1894
- "type": {
1895
- "text": "void"
1896
- }
2029
+ "kind": "field",
2030
+ "name": "hideDisabled",
2031
+ "type": {
2032
+ "text": "boolean"
1897
2033
  },
2034
+ "default": "false",
1898
2035
  "inheritedFrom": {
1899
- "name": "FoundationElement",
1900
- "module": "src/foundation-element/foundation-element.ts"
2036
+ "name": "ActionsMenu",
2037
+ "module": "src/actions-menu/actions-menu.ts"
1901
2038
  }
1902
2039
  },
1903
2040
  {
1904
- "kind": "method",
1905
- "name": "compose",
1906
- "privacy": "public",
1907
- "static": true,
1908
- "return": {
1909
- "type": {
1910
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1911
- }
2041
+ "kind": "field",
2042
+ "name": "hideMenuSingleOption",
2043
+ "type": {
2044
+ "text": "boolean"
1912
2045
  },
1913
- "parameters": [
1914
- {
1915
- "name": "this",
1916
- "type": {
1917
- "text": "K"
1918
- }
1919
- },
1920
- {
1921
- "name": "elementDefinition",
1922
- "type": {
1923
- "text": "T"
1924
- },
1925
- "description": "The definition of the element to create the registry\nfunction for."
1926
- }
1927
- ],
1928
- "description": "Defines an element registry function with a set of element definition defaults.",
2046
+ "default": "false",
1929
2047
  "inheritedFrom": {
1930
- "name": "FoundationElement",
1931
- "module": "src/foundation-element/foundation-element.ts"
1932
- }
1933
- }
1934
- ]
1935
- },
1936
- {
1937
- "kind": "variable",
1938
- "name": "zeroActionsMenu",
1939
- "description": "The Zero Actions Menu",
1940
- "privacy": "public"
1941
- }
1942
- ],
1943
- "exports": [
1944
- {
1945
- "kind": "js",
1946
- "name": "ActionsMenu",
1947
- "declaration": {
1948
- "name": "ActionsMenu",
1949
- "module": "src/actions-menu/actions-menu.ts"
1950
- }
1951
- },
1952
- {
1953
- "kind": "js",
1954
- "name": "zeroActionsMenu",
1955
- "declaration": {
1956
- "name": "zeroActionsMenu",
1957
- "module": "src/actions-menu/actions-menu.ts"
1958
- }
1959
- }
1960
- ]
1961
- },
1962
- {
1963
- "kind": "javascript-module",
1964
- "path": "src/actions-menu/index.ts",
1965
- "declarations": [],
1966
- "exports": [
1967
- {
1968
- "kind": "js",
1969
- "name": "*",
1970
- "declaration": {
1971
- "name": "*",
1972
- "package": "./actions-menu"
1973
- }
1974
- },
1975
- {
1976
- "kind": "js",
1977
- "name": "*",
1978
- "declaration": {
1979
- "name": "*",
1980
- "package": "./actions-menu.styles"
1981
- }
1982
- }
1983
- ]
1984
- },
1985
- {
1986
- "kind": "javascript-module",
1987
- "path": "src/accordion-item/accordion-item.styles.ts",
1988
- "declarations": [
1989
- {
1990
- "kind": "function",
1991
- "name": "zeroAccordionItemStyles",
1992
- "return": {
1993
- "type": {
1994
- "text": "ElementStyles"
1995
- }
1996
- },
1997
- "parameters": [
1998
- {
1999
- "name": "context",
2000
- "type": {
2001
- "text": "ElementDefinitionContext"
2048
+ "name": "ActionsMenu",
2049
+ "module": "src/actions-menu/actions-menu.ts"
2002
2050
  }
2003
2051
  },
2004
2052
  {
2005
- "name": "definition",
2053
+ "kind": "field",
2054
+ "name": "singleOption",
2006
2055
  "type": {
2007
- "text": "FoundationElementDefinition"
2056
+ "text": "ActionMenuItem"
2057
+ },
2058
+ "inheritedFrom": {
2059
+ "name": "ActionsMenu",
2060
+ "module": "src/actions-menu/actions-menu.ts"
2008
2061
  }
2009
- }
2010
- ]
2011
- }
2012
- ],
2013
- "exports": [
2014
- {
2015
- "kind": "js",
2016
- "name": "zeroAccordionItemStyles",
2017
- "declaration": {
2018
- "name": "zeroAccordionItemStyles",
2019
- "module": "src/accordion-item/accordion-item.styles.ts"
2020
- }
2021
- }
2022
- ]
2023
- },
2024
- {
2025
- "kind": "javascript-module",
2026
- "path": "src/accordion-item/accordion-item.template.ts",
2027
- "declarations": [
2028
- {
2029
- "kind": "function",
2030
- "name": "zeroAccordionItemTemplate",
2031
- "return": {
2032
- "type": {
2033
- "text": "ViewTemplate<AccordionItem>"
2034
- }
2035
- },
2036
- "parameters": [
2062
+ },
2037
2063
  {
2038
- "name": "context",
2064
+ "kind": "field",
2065
+ "name": "actionsMenu",
2039
2066
  "type": {
2040
- "text": "ElementDefinitionContext"
2067
+ "text": "HTMLElement"
2068
+ },
2069
+ "inheritedFrom": {
2070
+ "name": "ActionsMenu",
2071
+ "module": "src/actions-menu/actions-menu.ts"
2041
2072
  }
2042
2073
  },
2043
2074
  {
2044
- "name": "definition",
2045
- "type": {
2046
- "text": "FoundationElementDefinition"
2075
+ "kind": "method",
2076
+ "name": "definitionChanged",
2077
+ "privacy": "protected",
2078
+ "parameters": [
2079
+ {
2080
+ "name": "oldValue",
2081
+ "type": {
2082
+ "text": "any"
2083
+ }
2084
+ },
2085
+ {
2086
+ "name": "newValue",
2087
+ "type": {
2088
+ "text": "any"
2089
+ }
2090
+ }
2091
+ ],
2092
+ "inheritedFrom": {
2093
+ "name": "ActionsMenu",
2094
+ "module": "src/actions-menu/actions-menu.ts"
2047
2095
  }
2048
- }
2049
- ]
2050
- }
2051
- ],
2052
- "exports": [
2053
- {
2054
- "kind": "js",
2055
- "name": "zeroAccordionItemTemplate",
2056
- "declaration": {
2057
- "name": "zeroAccordionItemTemplate",
2058
- "module": "src/accordion-item/accordion-item.template.ts"
2059
- }
2060
- }
2061
- ]
2062
- },
2063
- {
2064
- "kind": "javascript-module",
2065
- "path": "src/accordion-item/accordion-item.ts",
2066
- "declarations": [
2067
- {
2068
- "kind": "class",
2069
- "description": "",
2070
- "name": "AccordionItem",
2071
- "superclass": {
2072
- "name": "FoundationAccordionItem",
2073
- "package": "@genesislcap/foundation-ui"
2074
- },
2075
- "tagName": "%%prefix%%-card",
2076
- "customElement": true,
2077
- "attributes": [
2096
+ },
2078
2097
  {
2079
- "name": "heading-level",
2080
- "type": {
2081
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2082
- },
2083
- "default": "2",
2084
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2085
- "fieldName": "headinglevel",
2098
+ "kind": "method",
2099
+ "name": "openChanged",
2100
+ "privacy": "protected",
2086
2101
  "inheritedFrom": {
2087
- "name": "AccordionItem",
2088
- "module": "src/accordion-item/accordion-item.ts"
2102
+ "name": "ActionsMenu",
2103
+ "module": "src/actions-menu/actions-menu.ts"
2089
2104
  }
2090
2105
  },
2091
2106
  {
2092
- "type": {
2093
- "text": "boolean"
2094
- },
2095
- "default": "false",
2096
- "description": "Expands or collapses the item.",
2097
- "fieldName": "expanded",
2107
+ "kind": "method",
2108
+ "name": "toggleActionsMenuVisibility",
2098
2109
  "inheritedFrom": {
2099
- "name": "AccordionItem",
2100
- "module": "src/accordion-item/accordion-item.ts"
2110
+ "name": "ActionsMenu",
2111
+ "module": "src/actions-menu/actions-menu.ts"
2101
2112
  }
2102
2113
  },
2103
2114
  {
2104
- "name": "id",
2105
- "type": {
2106
- "text": "string"
2107
- },
2108
- "description": "The item ID",
2109
- "fieldName": "id",
2115
+ "kind": "method",
2116
+ "name": "onActionMenuItemClick",
2117
+ "parameters": [
2118
+ {
2119
+ "name": "callback",
2120
+ "type": {
2121
+ "text": "(rowData) => void | any"
2122
+ }
2123
+ }
2124
+ ],
2110
2125
  "inheritedFrom": {
2111
- "name": "AccordionItem",
2112
- "module": "src/accordion-item/accordion-item.ts"
2126
+ "name": "ActionsMenu",
2127
+ "module": "src/actions-menu/actions-menu.ts"
2113
2128
  }
2114
- }
2115
- ],
2116
- "members": [
2129
+ },
2117
2130
  {
2118
2131
  "kind": "field",
2119
- "name": "headinglevel",
2132
+ "name": "allActions",
2120
2133
  "type": {
2121
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2134
+ "text": "ActionMenuItem[]"
2122
2135
  },
2123
- "privacy": "public",
2124
- "default": "2",
2125
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2136
+ "readonly": true,
2126
2137
  "inheritedFrom": {
2127
- "name": "AccordionItem",
2128
- "module": "src/accordion-item/accordion-item.ts"
2138
+ "name": "ActionsMenu",
2139
+ "module": "src/actions-menu/actions-menu.ts"
2129
2140
  }
2130
2141
  },
2131
2142
  {
2132
2143
  "kind": "field",
2133
- "name": "expanded",
2134
- "type": {
2135
- "text": "boolean"
2136
- },
2137
- "privacy": "public",
2138
- "default": "false",
2139
- "description": "Expands or collapses the item.",
2144
+ "name": "rowData",
2145
+ "readonly": true,
2140
2146
  "inheritedFrom": {
2141
- "name": "AccordionItem",
2142
- "module": "src/accordion-item/accordion-item.ts"
2147
+ "name": "ActionsMenu",
2148
+ "module": "src/actions-menu/actions-menu.ts"
2143
2149
  }
2144
2150
  },
2145
2151
  {
2146
- "kind": "field",
2147
- "name": "id",
2148
- "type": {
2149
- "text": "string"
2150
- },
2151
- "privacy": "public",
2152
- "description": "The item ID",
2152
+ "kind": "method",
2153
+ "name": "getLabel",
2154
+ "parameters": [
2155
+ {
2156
+ "name": "name",
2157
+ "type": {
2158
+ "text": "string | ((rowData: any) => string)"
2159
+ }
2160
+ }
2161
+ ],
2153
2162
  "inheritedFrom": {
2154
- "name": "AccordionItem",
2155
- "module": "src/accordion-item/accordion-item.ts"
2163
+ "name": "ActionsMenu",
2164
+ "module": "src/actions-menu/actions-menu.ts"
2156
2165
  }
2157
2166
  },
2158
2167
  {
2159
- "kind": "field",
2160
- "name": "change",
2161
- "privacy": "private",
2168
+ "kind": "method",
2169
+ "name": "getTemplate",
2170
+ "parameters": [
2171
+ {
2172
+ "name": "prefix",
2173
+ "type": {
2174
+ "text": "string"
2175
+ }
2176
+ }
2177
+ ],
2162
2178
  "inheritedFrom": {
2163
- "name": "AccordionItem",
2164
- "module": "src/accordion-item/accordion-item.ts"
2179
+ "name": "ActionsMenu",
2180
+ "module": "src/actions-menu/actions-menu.ts"
2165
2181
  }
2166
2182
  },
2167
2183
  {
@@ -2173,8 +2189,8 @@
2173
2189
  "privacy": "private",
2174
2190
  "default": "void 0",
2175
2191
  "inheritedFrom": {
2176
- "name": "AccordionItem",
2177
- "module": "src/accordion-item/accordion-item.ts"
2192
+ "name": "FoundationElement",
2193
+ "module": "src/foundation-element/foundation-element.ts"
2178
2194
  }
2179
2195
  },
2180
2196
  {
@@ -2186,8 +2202,8 @@
2186
2202
  "privacy": "public",
2187
2203
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2188
2204
  "inheritedFrom": {
2189
- "name": "AccordionItem",
2190
- "module": "src/accordion-item/accordion-item.ts"
2205
+ "name": "FoundationElement",
2206
+ "module": "src/foundation-element/foundation-element.ts"
2191
2207
  }
2192
2208
  },
2193
2209
  {
@@ -2199,8 +2215,8 @@
2199
2215
  "privacy": "public",
2200
2216
  "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.",
2201
2217
  "inheritedFrom": {
2202
- "name": "AccordionItem",
2203
- "module": "src/accordion-item/accordion-item.ts"
2218
+ "name": "FoundationElement",
2219
+ "module": "src/foundation-element/foundation-element.ts"
2204
2220
  }
2205
2221
  },
2206
2222
  {
@@ -2213,8 +2229,8 @@
2213
2229
  }
2214
2230
  },
2215
2231
  "inheritedFrom": {
2216
- "name": "AccordionItem",
2217
- "module": "src/accordion-item/accordion-item.ts"
2232
+ "name": "FoundationElement",
2233
+ "module": "src/foundation-element/foundation-element.ts"
2218
2234
  }
2219
2235
  },
2220
2236
  {
@@ -2226,8 +2242,8 @@
2226
2242
  "privacy": "public",
2227
2243
  "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.",
2228
2244
  "inheritedFrom": {
2229
- "name": "AccordionItem",
2230
- "module": "src/accordion-item/accordion-item.ts"
2245
+ "name": "FoundationElement",
2246
+ "module": "src/foundation-element/foundation-element.ts"
2231
2247
  }
2232
2248
  },
2233
2249
  {
@@ -2240,8 +2256,8 @@
2240
2256
  }
2241
2257
  },
2242
2258
  "inheritedFrom": {
2243
- "name": "AccordionItem",
2244
- "module": "src/accordion-item/accordion-item.ts"
2259
+ "name": "FoundationElement",
2260
+ "module": "src/foundation-element/foundation-element.ts"
2245
2261
  }
2246
2262
  },
2247
2263
  {
@@ -2271,49 +2287,41 @@
2271
2287
  ],
2272
2288
  "description": "Defines an element registry function with a set of element definition defaults.",
2273
2289
  "inheritedFrom": {
2274
- "name": "AccordionItem",
2275
- "module": "src/accordion-item/accordion-item.ts"
2276
- }
2277
- }
2278
- ],
2279
- "events": [
2280
- {
2281
- "description": "Fires a custom 'change' event when the button is invoked",
2282
- "name": "change",
2283
- "inheritedFrom": {
2284
- "name": "AccordionItem",
2285
- "module": "src/accordion-item/accordion-item.ts"
2290
+ "name": "FoundationElement",
2291
+ "module": "src/foundation-element/foundation-element.ts"
2286
2292
  }
2287
2293
  }
2288
2294
  ]
2289
2295
  },
2290
2296
  {
2291
2297
  "kind": "variable",
2292
- "name": "zeroAccordionItem"
2298
+ "name": "zeroActionsMenu",
2299
+ "description": "The Zero Actions Menu",
2300
+ "privacy": "public"
2293
2301
  }
2294
2302
  ],
2295
2303
  "exports": [
2296
2304
  {
2297
2305
  "kind": "js",
2298
- "name": "AccordionItem",
2306
+ "name": "ActionsMenu",
2299
2307
  "declaration": {
2300
- "name": "AccordionItem",
2301
- "module": "src/accordion-item/accordion-item.ts"
2308
+ "name": "ActionsMenu",
2309
+ "module": "src/actions-menu/actions-menu.ts"
2302
2310
  }
2303
2311
  },
2304
2312
  {
2305
2313
  "kind": "js",
2306
- "name": "zeroAccordionItem",
2314
+ "name": "zeroActionsMenu",
2307
2315
  "declaration": {
2308
- "name": "zeroAccordionItem",
2309
- "module": "src/accordion-item/accordion-item.ts"
2316
+ "name": "zeroActionsMenu",
2317
+ "module": "src/actions-menu/actions-menu.ts"
2310
2318
  }
2311
2319
  }
2312
2320
  ]
2313
2321
  },
2314
2322
  {
2315
2323
  "kind": "javascript-module",
2316
- "path": "src/accordion-item/index.ts",
2324
+ "path": "src/actions-menu/index.ts",
2317
2325
  "declarations": [],
2318
2326
  "exports": [
2319
2327
  {
@@ -2321,15 +2329,7 @@
2321
2329
  "name": "*",
2322
2330
  "declaration": {
2323
2331
  "name": "*",
2324
- "package": "./accordion-item"
2325
- }
2326
- },
2327
- {
2328
- "kind": "js",
2329
- "name": "*",
2330
- "declaration": {
2331
- "name": "*",
2332
- "package": "./accordion-item.styles"
2332
+ "package": "./actions-menu"
2333
2333
  }
2334
2334
  },
2335
2335
  {
@@ -2337,7 +2337,7 @@
2337
2337
  "name": "*",
2338
2338
  "declaration": {
2339
2339
  "name": "*",
2340
- "package": "./accordion-item.template"
2340
+ "package": "./actions-menu.styles"
2341
2341
  }
2342
2342
  }
2343
2343
  ]
@@ -3400,11 +3400,11 @@
3400
3400
  },
3401
3401
  {
3402
3402
  "kind": "javascript-module",
3403
- "path": "src/avatar/avatar.styles.ts",
3403
+ "path": "src/anchor/anchor.styles.ts",
3404
3404
  "declarations": [
3405
3405
  {
3406
3406
  "kind": "function",
3407
- "name": "zeroAvatarStyles",
3407
+ "name": "zeroAnchorStyles",
3408
3408
  "return": {
3409
3409
  "type": {
3410
3410
  "text": "ElementStyles"
@@ -3429,24 +3429,24 @@
3429
3429
  "exports": [
3430
3430
  {
3431
3431
  "kind": "js",
3432
- "name": "zeroAvatarStyles",
3432
+ "name": "zeroAnchorStyles",
3433
3433
  "declaration": {
3434
- "name": "zeroAvatarStyles",
3435
- "module": "src/avatar/avatar.styles.ts"
3434
+ "name": "zeroAnchorStyles",
3435
+ "module": "src/anchor/anchor.styles.ts"
3436
3436
  }
3437
3437
  }
3438
3438
  ]
3439
3439
  },
3440
3440
  {
3441
3441
  "kind": "javascript-module",
3442
- "path": "src/avatar/avatar.template.ts",
3442
+ "path": "src/anchor/anchor.template.ts",
3443
3443
  "declarations": [
3444
3444
  {
3445
3445
  "kind": "function",
3446
- "name": "zeroAvatarTemplate",
3446
+ "name": "zeroAnchorTemplate",
3447
3447
  "return": {
3448
3448
  "type": {
3449
- "text": "ViewTemplate<Avatar>"
3449
+ "text": "ViewTemplate<Anchor>"
3450
3450
  }
3451
3451
  },
3452
3452
  "parameters": [
@@ -3468,129 +3468,252 @@
3468
3468
  "exports": [
3469
3469
  {
3470
3470
  "kind": "js",
3471
- "name": "zeroAvatarTemplate",
3471
+ "name": "zeroAnchorTemplate",
3472
3472
  "declaration": {
3473
- "name": "zeroAvatarTemplate",
3474
- "module": "src/avatar/avatar.template.ts"
3473
+ "name": "zeroAnchorTemplate",
3474
+ "module": "src/anchor/anchor.template.ts"
3475
3475
  }
3476
3476
  }
3477
3477
  ]
3478
3478
  },
3479
3479
  {
3480
3480
  "kind": "javascript-module",
3481
- "path": "src/avatar/avatar.ts",
3481
+ "path": "src/anchor/anchor.ts",
3482
3482
  "declarations": [
3483
3483
  {
3484
3484
  "kind": "class",
3485
3485
  "description": "",
3486
- "name": "Avatar",
3486
+ "name": "Anchor",
3487
3487
  "superclass": {
3488
- "name": "FoundationAvatar",
3488
+ "name": "FoundationAnchor",
3489
3489
  "package": "@genesislcap/foundation-ui"
3490
3490
  },
3491
- "tagName": "%%prefix%%-avatar",
3491
+ "tagName": "%%prefix%%-anchor",
3492
3492
  "customElement": true,
3493
3493
  "attributes": [
3494
3494
  {
3495
- "name": "fill",
3495
+ "name": "download",
3496
3496
  "type": {
3497
3497
  "text": "string"
3498
3498
  },
3499
- "description": "Indicates the Avatar should have a color fill.",
3500
- "fieldName": "fill",
3499
+ "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.",
3500
+ "fieldName": "download",
3501
3501
  "inheritedFrom": {
3502
- "name": "Avatar",
3503
- "module": "src/avatar/avatar.ts"
3502
+ "name": "Anchor",
3503
+ "module": "src/anchor/anchor.ts"
3504
3504
  }
3505
3505
  },
3506
3506
  {
3507
- "name": "color",
3507
+ "name": "href",
3508
3508
  "type": {
3509
3509
  "text": "string"
3510
3510
  },
3511
- "description": "Indicates the Avatar should have a text color.",
3512
- "fieldName": "color",
3511
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3512
+ "fieldName": "href",
3513
3513
  "inheritedFrom": {
3514
- "name": "Avatar",
3515
- "module": "src/avatar/avatar.ts"
3514
+ "name": "Anchor",
3515
+ "module": "src/anchor/anchor.ts"
3516
3516
  }
3517
3517
  },
3518
3518
  {
3519
- "name": "link",
3519
+ "name": "hreflang",
3520
+ "type": {
3521
+ "text": "string"
3522
+ },
3523
+ "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.",
3524
+ "fieldName": "hreflang",
3525
+ "inheritedFrom": {
3526
+ "name": "Anchor",
3527
+ "module": "src/anchor/anchor.ts"
3528
+ }
3529
+ },
3530
+ {
3531
+ "name": "ping",
3532
+ "type": {
3533
+ "text": "string"
3534
+ },
3535
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3536
+ "fieldName": "ping",
3537
+ "inheritedFrom": {
3538
+ "name": "Anchor",
3539
+ "module": "src/anchor/anchor.ts"
3540
+ }
3541
+ },
3542
+ {
3543
+ "name": "referrerpolicy",
3544
+ "type": {
3545
+ "text": "string"
3546
+ },
3547
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3548
+ "fieldName": "referrerpolicy",
3549
+ "inheritedFrom": {
3550
+ "name": "Anchor",
3551
+ "module": "src/anchor/anchor.ts"
3552
+ }
3553
+ },
3554
+ {
3555
+ "name": "rel",
3556
+ "type": {
3557
+ "text": "string"
3558
+ },
3559
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3560
+ "fieldName": "rel",
3561
+ "inheritedFrom": {
3562
+ "name": "Anchor",
3563
+ "module": "src/anchor/anchor.ts"
3564
+ }
3565
+ },
3566
+ {
3567
+ "name": "target",
3568
+ "type": {
3569
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3570
+ },
3571
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3572
+ "fieldName": "target",
3573
+ "inheritedFrom": {
3574
+ "name": "Anchor",
3575
+ "module": "src/anchor/anchor.ts"
3576
+ }
3577
+ },
3578
+ {
3579
+ "name": "type",
3580
+ "type": {
3581
+ "text": "string"
3582
+ },
3583
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3584
+ "fieldName": "type",
3585
+ "inheritedFrom": {
3586
+ "name": "Anchor",
3587
+ "module": "src/anchor/anchor.ts"
3588
+ }
3589
+ }
3590
+ ],
3591
+ "members": [
3592
+ {
3593
+ "kind": "field",
3594
+ "name": "download",
3595
+ "type": {
3596
+ "text": "string"
3597
+ },
3598
+ "privacy": "public",
3599
+ "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.",
3600
+ "inheritedFrom": {
3601
+ "name": "Anchor",
3602
+ "module": "src/anchor/anchor.ts"
3603
+ }
3604
+ },
3605
+ {
3606
+ "kind": "field",
3607
+ "name": "href",
3608
+ "type": {
3609
+ "text": "string"
3610
+ },
3611
+ "privacy": "public",
3612
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3613
+ "inheritedFrom": {
3614
+ "name": "Anchor",
3615
+ "module": "src/anchor/anchor.ts"
3616
+ }
3617
+ },
3618
+ {
3619
+ "kind": "field",
3620
+ "name": "hreflang",
3621
+ "type": {
3622
+ "text": "string"
3623
+ },
3624
+ "privacy": "public",
3625
+ "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.",
3626
+ "inheritedFrom": {
3627
+ "name": "Anchor",
3628
+ "module": "src/anchor/anchor.ts"
3629
+ }
3630
+ },
3631
+ {
3632
+ "kind": "field",
3633
+ "name": "ping",
3520
3634
  "type": {
3521
3635
  "text": "string"
3522
3636
  },
3523
- "description": "Indicates the Avatar should have url link",
3524
- "fieldName": "link",
3637
+ "privacy": "public",
3638
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3525
3639
  "inheritedFrom": {
3526
- "name": "Avatar",
3527
- "module": "src/avatar/avatar.ts"
3640
+ "name": "Anchor",
3641
+ "module": "src/anchor/anchor.ts"
3528
3642
  }
3529
3643
  },
3530
3644
  {
3531
- "name": "shape",
3645
+ "kind": "field",
3646
+ "name": "referrerpolicy",
3532
3647
  "type": {
3533
- "text": "AvatarShape"
3648
+ "text": "string"
3534
3649
  },
3535
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
3536
- "fieldName": "shape",
3650
+ "privacy": "public",
3651
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3537
3652
  "inheritedFrom": {
3538
- "name": "Avatar",
3539
- "module": "src/avatar/avatar.ts"
3653
+ "name": "Anchor",
3654
+ "module": "src/anchor/anchor.ts"
3540
3655
  }
3541
- }
3542
- ],
3543
- "members": [
3656
+ },
3544
3657
  {
3545
3658
  "kind": "field",
3546
- "name": "fill",
3659
+ "name": "rel",
3547
3660
  "type": {
3548
3661
  "text": "string"
3549
3662
  },
3550
3663
  "privacy": "public",
3551
- "description": "Indicates the Avatar should have a color fill.",
3664
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3552
3665
  "inheritedFrom": {
3553
- "name": "Avatar",
3554
- "module": "src/avatar/avatar.ts"
3666
+ "name": "Anchor",
3667
+ "module": "src/anchor/anchor.ts"
3555
3668
  }
3556
3669
  },
3557
3670
  {
3558
3671
  "kind": "field",
3559
- "name": "color",
3672
+ "name": "target",
3560
3673
  "type": {
3561
- "text": "string"
3674
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3562
3675
  },
3563
3676
  "privacy": "public",
3564
- "description": "Indicates the Avatar should have a text color.",
3677
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3565
3678
  "inheritedFrom": {
3566
- "name": "Avatar",
3567
- "module": "src/avatar/avatar.ts"
3679
+ "name": "Anchor",
3680
+ "module": "src/anchor/anchor.ts"
3568
3681
  }
3569
3682
  },
3570
3683
  {
3571
3684
  "kind": "field",
3572
- "name": "link",
3685
+ "name": "type",
3573
3686
  "type": {
3574
3687
  "text": "string"
3575
3688
  },
3576
3689
  "privacy": "public",
3577
- "description": "Indicates the Avatar should have url link",
3690
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3578
3691
  "inheritedFrom": {
3579
- "name": "Avatar",
3580
- "module": "src/avatar/avatar.ts"
3692
+ "name": "Anchor",
3693
+ "module": "src/anchor/anchor.ts"
3581
3694
  }
3582
3695
  },
3583
3696
  {
3584
3697
  "kind": "field",
3585
- "name": "shape",
3698
+ "name": "control",
3586
3699
  "type": {
3587
- "text": "AvatarShape"
3700
+ "text": "HTMLAnchorElement | undefined"
3588
3701
  },
3589
3702
  "privacy": "public",
3590
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
3703
+ "description": "References the root element",
3591
3704
  "inheritedFrom": {
3592
- "name": "Avatar",
3593
- "module": "src/avatar/avatar.ts"
3705
+ "name": "Anchor",
3706
+ "module": "src/anchor/anchor.ts"
3707
+ }
3708
+ },
3709
+ {
3710
+ "kind": "field",
3711
+ "name": "handleUnsupportedDelegatesFocus",
3712
+ "privacy": "private",
3713
+ "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",
3714
+ "inheritedFrom": {
3715
+ "name": "Anchor",
3716
+ "module": "src/anchor/anchor.ts"
3594
3717
  }
3595
3718
  },
3596
3719
  {
@@ -3602,8 +3725,8 @@
3602
3725
  "privacy": "private",
3603
3726
  "default": "void 0",
3604
3727
  "inheritedFrom": {
3605
- "name": "Avatar",
3606
- "module": "src/avatar/avatar.ts"
3728
+ "name": "Anchor",
3729
+ "module": "src/anchor/anchor.ts"
3607
3730
  }
3608
3731
  },
3609
3732
  {
@@ -3615,8 +3738,8 @@
3615
3738
  "privacy": "public",
3616
3739
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3617
3740
  "inheritedFrom": {
3618
- "name": "Avatar",
3619
- "module": "src/avatar/avatar.ts"
3741
+ "name": "Anchor",
3742
+ "module": "src/anchor/anchor.ts"
3620
3743
  }
3621
3744
  },
3622
3745
  {
@@ -3628,8 +3751,8 @@
3628
3751
  "privacy": "public",
3629
3752
  "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.",
3630
3753
  "inheritedFrom": {
3631
- "name": "Avatar",
3632
- "module": "src/avatar/avatar.ts"
3754
+ "name": "Anchor",
3755
+ "module": "src/anchor/anchor.ts"
3633
3756
  }
3634
3757
  },
3635
3758
  {
@@ -3642,8 +3765,8 @@
3642
3765
  }
3643
3766
  },
3644
3767
  "inheritedFrom": {
3645
- "name": "Avatar",
3646
- "module": "src/avatar/avatar.ts"
3768
+ "name": "Anchor",
3769
+ "module": "src/anchor/anchor.ts"
3647
3770
  }
3648
3771
  },
3649
3772
  {
@@ -3655,8 +3778,8 @@
3655
3778
  "privacy": "public",
3656
3779
  "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.",
3657
3780
  "inheritedFrom": {
3658
- "name": "Avatar",
3659
- "module": "src/avatar/avatar.ts"
3781
+ "name": "Anchor",
3782
+ "module": "src/anchor/anchor.ts"
3660
3783
  }
3661
3784
  },
3662
3785
  {
@@ -3669,8 +3792,8 @@
3669
3792
  }
3670
3793
  },
3671
3794
  "inheritedFrom": {
3672
- "name": "Avatar",
3673
- "module": "src/avatar/avatar.ts"
3795
+ "name": "Anchor",
3796
+ "module": "src/anchor/anchor.ts"
3674
3797
  }
3675
3798
  },
3676
3799
  {
@@ -3700,39 +3823,39 @@
3700
3823
  ],
3701
3824
  "description": "Defines an element registry function with a set of element definition defaults.",
3702
3825
  "inheritedFrom": {
3703
- "name": "Avatar",
3704
- "module": "src/avatar/avatar.ts"
3826
+ "name": "Anchor",
3827
+ "module": "src/anchor/anchor.ts"
3705
3828
  }
3706
3829
  }
3707
3830
  ]
3708
3831
  },
3709
3832
  {
3710
3833
  "kind": "variable",
3711
- "name": "zeroAvatar"
3834
+ "name": "zeroAnchor"
3712
3835
  }
3713
3836
  ],
3714
3837
  "exports": [
3715
3838
  {
3716
3839
  "kind": "js",
3717
- "name": "Avatar",
3840
+ "name": "Anchor",
3718
3841
  "declaration": {
3719
- "name": "Avatar",
3720
- "module": "src/avatar/avatar.ts"
3842
+ "name": "Anchor",
3843
+ "module": "src/anchor/anchor.ts"
3721
3844
  }
3722
3845
  },
3723
3846
  {
3724
3847
  "kind": "js",
3725
- "name": "zeroAvatar",
3848
+ "name": "zeroAnchor",
3726
3849
  "declaration": {
3727
- "name": "zeroAvatar",
3728
- "module": "src/avatar/avatar.ts"
3850
+ "name": "zeroAnchor",
3851
+ "module": "src/anchor/anchor.ts"
3729
3852
  }
3730
3853
  }
3731
3854
  ]
3732
3855
  },
3733
3856
  {
3734
3857
  "kind": "javascript-module",
3735
- "path": "src/avatar/index.ts",
3858
+ "path": "src/anchor/index.ts",
3736
3859
  "declarations": [],
3737
3860
  "exports": [
3738
3861
  {
@@ -3740,7 +3863,7 @@
3740
3863
  "name": "*",
3741
3864
  "declaration": {
3742
3865
  "name": "*",
3743
- "package": "./avatar"
3866
+ "package": "./anchor"
3744
3867
  }
3745
3868
  },
3746
3869
  {
@@ -3748,7 +3871,7 @@
3748
3871
  "name": "*",
3749
3872
  "declaration": {
3750
3873
  "name": "*",
3751
- "package": "./avatar.styles"
3874
+ "package": "./anchor.styles"
3752
3875
  }
3753
3876
  },
3754
3877
  {
@@ -3756,7 +3879,7 @@
3756
3879
  "name": "*",
3757
3880
  "declaration": {
3758
3881
  "name": "*",
3759
- "package": "./avatar.template"
3882
+ "package": "./anchor.template"
3760
3883
  }
3761
3884
  }
3762
3885
  ]
@@ -5319,11 +5442,11 @@
5319
5442
  },
5320
5443
  {
5321
5444
  "kind": "javascript-module",
5322
- "path": "src/anchor/anchor.styles.ts",
5445
+ "path": "src/avatar/avatar.styles.ts",
5323
5446
  "declarations": [
5324
5447
  {
5325
5448
  "kind": "function",
5326
- "name": "zeroAnchorStyles",
5449
+ "name": "zeroAvatarStyles",
5327
5450
  "return": {
5328
5451
  "type": {
5329
5452
  "text": "ElementStyles"
@@ -5331,308 +5454,185 @@
5331
5454
  },
5332
5455
  "parameters": [
5333
5456
  {
5334
- "name": "context",
5335
- "type": {
5336
- "text": "ElementDefinitionContext"
5337
- }
5338
- },
5339
- {
5340
- "name": "definition",
5341
- "type": {
5342
- "text": "FoundationElementDefinition"
5343
- }
5344
- }
5345
- ]
5346
- }
5347
- ],
5348
- "exports": [
5349
- {
5350
- "kind": "js",
5351
- "name": "zeroAnchorStyles",
5352
- "declaration": {
5353
- "name": "zeroAnchorStyles",
5354
- "module": "src/anchor/anchor.styles.ts"
5355
- }
5356
- }
5357
- ]
5358
- },
5359
- {
5360
- "kind": "javascript-module",
5361
- "path": "src/anchor/anchor.template.ts",
5362
- "declarations": [
5363
- {
5364
- "kind": "function",
5365
- "name": "zeroAnchorTemplate",
5366
- "return": {
5367
- "type": {
5368
- "text": "ViewTemplate<Anchor>"
5369
- }
5370
- },
5371
- "parameters": [
5372
- {
5373
- "name": "context",
5374
- "type": {
5375
- "text": "ElementDefinitionContext"
5376
- }
5377
- },
5378
- {
5379
- "name": "definition",
5380
- "type": {
5381
- "text": "FoundationElementDefinition"
5382
- }
5383
- }
5384
- ]
5385
- }
5386
- ],
5387
- "exports": [
5388
- {
5389
- "kind": "js",
5390
- "name": "zeroAnchorTemplate",
5391
- "declaration": {
5392
- "name": "zeroAnchorTemplate",
5393
- "module": "src/anchor/anchor.template.ts"
5394
- }
5395
- }
5396
- ]
5397
- },
5398
- {
5399
- "kind": "javascript-module",
5400
- "path": "src/anchor/anchor.ts",
5401
- "declarations": [
5402
- {
5403
- "kind": "class",
5404
- "description": "",
5405
- "name": "Anchor",
5406
- "superclass": {
5407
- "name": "FoundationAnchor",
5408
- "package": "@genesislcap/foundation-ui"
5409
- },
5410
- "tagName": "%%prefix%%-anchor",
5411
- "customElement": true,
5412
- "attributes": [
5413
- {
5414
- "name": "download",
5415
- "type": {
5416
- "text": "string"
5417
- },
5418
- "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.",
5419
- "fieldName": "download",
5420
- "inheritedFrom": {
5421
- "name": "Anchor",
5422
- "module": "src/anchor/anchor.ts"
5423
- }
5424
- },
5425
- {
5426
- "name": "href",
5427
- "type": {
5428
- "text": "string"
5429
- },
5430
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5431
- "fieldName": "href",
5432
- "inheritedFrom": {
5433
- "name": "Anchor",
5434
- "module": "src/anchor/anchor.ts"
5435
- }
5436
- },
5437
- {
5438
- "name": "hreflang",
5439
- "type": {
5440
- "text": "string"
5441
- },
5442
- "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.",
5443
- "fieldName": "hreflang",
5444
- "inheritedFrom": {
5445
- "name": "Anchor",
5446
- "module": "src/anchor/anchor.ts"
5447
- }
5448
- },
5449
- {
5450
- "name": "ping",
5451
- "type": {
5452
- "text": "string"
5453
- },
5454
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5455
- "fieldName": "ping",
5456
- "inheritedFrom": {
5457
- "name": "Anchor",
5458
- "module": "src/anchor/anchor.ts"
5459
- }
5460
- },
5461
- {
5462
- "name": "referrerpolicy",
5457
+ "name": "context",
5463
5458
  "type": {
5464
- "text": "string"
5465
- },
5466
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5467
- "fieldName": "referrerpolicy",
5468
- "inheritedFrom": {
5469
- "name": "Anchor",
5470
- "module": "src/anchor/anchor.ts"
5459
+ "text": "ElementDefinitionContext"
5471
5460
  }
5472
5461
  },
5473
5462
  {
5474
- "name": "rel",
5463
+ "name": "definition",
5475
5464
  "type": {
5476
- "text": "string"
5477
- },
5478
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5479
- "fieldName": "rel",
5480
- "inheritedFrom": {
5481
- "name": "Anchor",
5482
- "module": "src/anchor/anchor.ts"
5465
+ "text": "FoundationElementDefinition"
5483
5466
  }
5484
- },
5467
+ }
5468
+ ]
5469
+ }
5470
+ ],
5471
+ "exports": [
5472
+ {
5473
+ "kind": "js",
5474
+ "name": "zeroAvatarStyles",
5475
+ "declaration": {
5476
+ "name": "zeroAvatarStyles",
5477
+ "module": "src/avatar/avatar.styles.ts"
5478
+ }
5479
+ }
5480
+ ]
5481
+ },
5482
+ {
5483
+ "kind": "javascript-module",
5484
+ "path": "src/avatar/avatar.template.ts",
5485
+ "declarations": [
5486
+ {
5487
+ "kind": "function",
5488
+ "name": "zeroAvatarTemplate",
5489
+ "return": {
5490
+ "type": {
5491
+ "text": "ViewTemplate<Avatar>"
5492
+ }
5493
+ },
5494
+ "parameters": [
5485
5495
  {
5486
- "name": "target",
5496
+ "name": "context",
5487
5497
  "type": {
5488
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
5489
- },
5490
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5491
- "fieldName": "target",
5492
- "inheritedFrom": {
5493
- "name": "Anchor",
5494
- "module": "src/anchor/anchor.ts"
5498
+ "text": "ElementDefinitionContext"
5495
5499
  }
5496
5500
  },
5497
5501
  {
5498
- "name": "type",
5502
+ "name": "definition",
5499
5503
  "type": {
5500
- "text": "string"
5501
- },
5502
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5503
- "fieldName": "type",
5504
- "inheritedFrom": {
5505
- "name": "Anchor",
5506
- "module": "src/anchor/anchor.ts"
5504
+ "text": "FoundationElementDefinition"
5507
5505
  }
5508
5506
  }
5509
- ],
5510
- "members": [
5507
+ ]
5508
+ }
5509
+ ],
5510
+ "exports": [
5511
+ {
5512
+ "kind": "js",
5513
+ "name": "zeroAvatarTemplate",
5514
+ "declaration": {
5515
+ "name": "zeroAvatarTemplate",
5516
+ "module": "src/avatar/avatar.template.ts"
5517
+ }
5518
+ }
5519
+ ]
5520
+ },
5521
+ {
5522
+ "kind": "javascript-module",
5523
+ "path": "src/avatar/avatar.ts",
5524
+ "declarations": [
5525
+ {
5526
+ "kind": "class",
5527
+ "description": "",
5528
+ "name": "Avatar",
5529
+ "superclass": {
5530
+ "name": "FoundationAvatar",
5531
+ "package": "@genesislcap/foundation-ui"
5532
+ },
5533
+ "tagName": "%%prefix%%-avatar",
5534
+ "customElement": true,
5535
+ "attributes": [
5511
5536
  {
5512
- "kind": "field",
5513
- "name": "download",
5537
+ "name": "fill",
5514
5538
  "type": {
5515
5539
  "text": "string"
5516
5540
  },
5517
- "privacy": "public",
5518
- "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.",
5541
+ "description": "Indicates the Avatar should have a color fill.",
5542
+ "fieldName": "fill",
5519
5543
  "inheritedFrom": {
5520
- "name": "Anchor",
5521
- "module": "src/anchor/anchor.ts"
5544
+ "name": "Avatar",
5545
+ "module": "src/avatar/avatar.ts"
5522
5546
  }
5523
5547
  },
5524
5548
  {
5525
- "kind": "field",
5526
- "name": "href",
5549
+ "name": "color",
5527
5550
  "type": {
5528
5551
  "text": "string"
5529
5552
  },
5530
- "privacy": "public",
5531
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5553
+ "description": "Indicates the Avatar should have a text color.",
5554
+ "fieldName": "color",
5532
5555
  "inheritedFrom": {
5533
- "name": "Anchor",
5534
- "module": "src/anchor/anchor.ts"
5556
+ "name": "Avatar",
5557
+ "module": "src/avatar/avatar.ts"
5535
5558
  }
5536
5559
  },
5537
5560
  {
5538
- "kind": "field",
5539
- "name": "hreflang",
5561
+ "name": "link",
5540
5562
  "type": {
5541
5563
  "text": "string"
5542
5564
  },
5543
- "privacy": "public",
5544
- "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.",
5565
+ "description": "Indicates the Avatar should have url link",
5566
+ "fieldName": "link",
5545
5567
  "inheritedFrom": {
5546
- "name": "Anchor",
5547
- "module": "src/anchor/anchor.ts"
5568
+ "name": "Avatar",
5569
+ "module": "src/avatar/avatar.ts"
5548
5570
  }
5549
5571
  },
5550
5572
  {
5551
- "kind": "field",
5552
- "name": "ping",
5573
+ "name": "shape",
5553
5574
  "type": {
5554
- "text": "string"
5575
+ "text": "AvatarShape"
5555
5576
  },
5556
- "privacy": "public",
5557
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5577
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5578
+ "fieldName": "shape",
5558
5579
  "inheritedFrom": {
5559
- "name": "Anchor",
5560
- "module": "src/anchor/anchor.ts"
5580
+ "name": "Avatar",
5581
+ "module": "src/avatar/avatar.ts"
5561
5582
  }
5562
- },
5583
+ }
5584
+ ],
5585
+ "members": [
5563
5586
  {
5564
5587
  "kind": "field",
5565
- "name": "referrerpolicy",
5588
+ "name": "fill",
5566
5589
  "type": {
5567
5590
  "text": "string"
5568
5591
  },
5569
5592
  "privacy": "public",
5570
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5593
+ "description": "Indicates the Avatar should have a color fill.",
5571
5594
  "inheritedFrom": {
5572
- "name": "Anchor",
5573
- "module": "src/anchor/anchor.ts"
5595
+ "name": "Avatar",
5596
+ "module": "src/avatar/avatar.ts"
5574
5597
  }
5575
5598
  },
5576
5599
  {
5577
5600
  "kind": "field",
5578
- "name": "rel",
5601
+ "name": "color",
5579
5602
  "type": {
5580
5603
  "text": "string"
5581
5604
  },
5582
5605
  "privacy": "public",
5583
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5584
- "inheritedFrom": {
5585
- "name": "Anchor",
5586
- "module": "src/anchor/anchor.ts"
5587
- }
5588
- },
5589
- {
5590
- "kind": "field",
5591
- "name": "target",
5592
- "type": {
5593
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
5594
- },
5595
- "privacy": "public",
5596
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5606
+ "description": "Indicates the Avatar should have a text color.",
5597
5607
  "inheritedFrom": {
5598
- "name": "Anchor",
5599
- "module": "src/anchor/anchor.ts"
5608
+ "name": "Avatar",
5609
+ "module": "src/avatar/avatar.ts"
5600
5610
  }
5601
5611
  },
5602
5612
  {
5603
5613
  "kind": "field",
5604
- "name": "type",
5614
+ "name": "link",
5605
5615
  "type": {
5606
5616
  "text": "string"
5607
5617
  },
5608
5618
  "privacy": "public",
5609
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5619
+ "description": "Indicates the Avatar should have url link",
5610
5620
  "inheritedFrom": {
5611
- "name": "Anchor",
5612
- "module": "src/anchor/anchor.ts"
5621
+ "name": "Avatar",
5622
+ "module": "src/avatar/avatar.ts"
5613
5623
  }
5614
5624
  },
5615
5625
  {
5616
5626
  "kind": "field",
5617
- "name": "control",
5627
+ "name": "shape",
5618
5628
  "type": {
5619
- "text": "HTMLAnchorElement | undefined"
5629
+ "text": "AvatarShape"
5620
5630
  },
5621
5631
  "privacy": "public",
5622
- "description": "References the root element",
5623
- "inheritedFrom": {
5624
- "name": "Anchor",
5625
- "module": "src/anchor/anchor.ts"
5626
- }
5627
- },
5628
- {
5629
- "kind": "field",
5630
- "name": "handleUnsupportedDelegatesFocus",
5631
- "privacy": "private",
5632
- "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",
5632
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5633
5633
  "inheritedFrom": {
5634
- "name": "Anchor",
5635
- "module": "src/anchor/anchor.ts"
5634
+ "name": "Avatar",
5635
+ "module": "src/avatar/avatar.ts"
5636
5636
  }
5637
5637
  },
5638
5638
  {
@@ -5644,8 +5644,8 @@
5644
5644
  "privacy": "private",
5645
5645
  "default": "void 0",
5646
5646
  "inheritedFrom": {
5647
- "name": "Anchor",
5648
- "module": "src/anchor/anchor.ts"
5647
+ "name": "Avatar",
5648
+ "module": "src/avatar/avatar.ts"
5649
5649
  }
5650
5650
  },
5651
5651
  {
@@ -5657,8 +5657,8 @@
5657
5657
  "privacy": "public",
5658
5658
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5659
5659
  "inheritedFrom": {
5660
- "name": "Anchor",
5661
- "module": "src/anchor/anchor.ts"
5660
+ "name": "Avatar",
5661
+ "module": "src/avatar/avatar.ts"
5662
5662
  }
5663
5663
  },
5664
5664
  {
@@ -5670,8 +5670,8 @@
5670
5670
  "privacy": "public",
5671
5671
  "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.",
5672
5672
  "inheritedFrom": {
5673
- "name": "Anchor",
5674
- "module": "src/anchor/anchor.ts"
5673
+ "name": "Avatar",
5674
+ "module": "src/avatar/avatar.ts"
5675
5675
  }
5676
5676
  },
5677
5677
  {
@@ -5684,8 +5684,8 @@
5684
5684
  }
5685
5685
  },
5686
5686
  "inheritedFrom": {
5687
- "name": "Anchor",
5688
- "module": "src/anchor/anchor.ts"
5687
+ "name": "Avatar",
5688
+ "module": "src/avatar/avatar.ts"
5689
5689
  }
5690
5690
  },
5691
5691
  {
@@ -5697,8 +5697,8 @@
5697
5697
  "privacy": "public",
5698
5698
  "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.",
5699
5699
  "inheritedFrom": {
5700
- "name": "Anchor",
5701
- "module": "src/anchor/anchor.ts"
5700
+ "name": "Avatar",
5701
+ "module": "src/avatar/avatar.ts"
5702
5702
  }
5703
5703
  },
5704
5704
  {
@@ -5711,8 +5711,8 @@
5711
5711
  }
5712
5712
  },
5713
5713
  "inheritedFrom": {
5714
- "name": "Anchor",
5715
- "module": "src/anchor/anchor.ts"
5714
+ "name": "Avatar",
5715
+ "module": "src/avatar/avatar.ts"
5716
5716
  }
5717
5717
  },
5718
5718
  {
@@ -5742,39 +5742,39 @@
5742
5742
  ],
5743
5743
  "description": "Defines an element registry function with a set of element definition defaults.",
5744
5744
  "inheritedFrom": {
5745
- "name": "Anchor",
5746
- "module": "src/anchor/anchor.ts"
5745
+ "name": "Avatar",
5746
+ "module": "src/avatar/avatar.ts"
5747
5747
  }
5748
5748
  }
5749
5749
  ]
5750
5750
  },
5751
5751
  {
5752
5752
  "kind": "variable",
5753
- "name": "zeroAnchor"
5753
+ "name": "zeroAvatar"
5754
5754
  }
5755
5755
  ],
5756
5756
  "exports": [
5757
5757
  {
5758
5758
  "kind": "js",
5759
- "name": "Anchor",
5759
+ "name": "Avatar",
5760
5760
  "declaration": {
5761
- "name": "Anchor",
5762
- "module": "src/anchor/anchor.ts"
5761
+ "name": "Avatar",
5762
+ "module": "src/avatar/avatar.ts"
5763
5763
  }
5764
5764
  },
5765
5765
  {
5766
5766
  "kind": "js",
5767
- "name": "zeroAnchor",
5767
+ "name": "zeroAvatar",
5768
5768
  "declaration": {
5769
- "name": "zeroAnchor",
5770
- "module": "src/anchor/anchor.ts"
5769
+ "name": "zeroAvatar",
5770
+ "module": "src/avatar/avatar.ts"
5771
5771
  }
5772
5772
  }
5773
5773
  ]
5774
5774
  },
5775
5775
  {
5776
5776
  "kind": "javascript-module",
5777
- "path": "src/anchor/index.ts",
5777
+ "path": "src/avatar/index.ts",
5778
5778
  "declarations": [],
5779
5779
  "exports": [
5780
5780
  {
@@ -5782,7 +5782,7 @@
5782
5782
  "name": "*",
5783
5783
  "declaration": {
5784
5784
  "name": "*",
5785
- "package": "./anchor"
5785
+ "package": "./avatar"
5786
5786
  }
5787
5787
  },
5788
5788
  {
@@ -5790,7 +5790,7 @@
5790
5790
  "name": "*",
5791
5791
  "declaration": {
5792
5792
  "name": "*",
5793
- "package": "./anchor.styles"
5793
+ "package": "./avatar.styles"
5794
5794
  }
5795
5795
  },
5796
5796
  {
@@ -5798,7 +5798,7 @@
5798
5798
  "name": "*",
5799
5799
  "declaration": {
5800
5800
  "name": "*",
5801
- "package": "./anchor.template"
5801
+ "package": "./avatar.template"
5802
5802
  }
5803
5803
  }
5804
5804
  ]