@genesislcap/foundation-zero 14.496.1-GENC-1461.5 → 14.496.1

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