@genesislcap/foundation-ui 14.458.1-GENC-0.1 → 14.458.1-GENC-0.2

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.
@@ -1431,34 +1431,11 @@
1431
1431
  },
1432
1432
  {
1433
1433
  "kind": "javascript-module",
1434
- "path": "src/actions-menu/actions-menu.styles.ts",
1434
+ "path": "src/accordion-item/accordion-item.styles.ts",
1435
1435
  "declarations": [
1436
1436
  {
1437
1437
  "kind": "function",
1438
- "name": "actionsMenuBaseStyles",
1439
- "return": {
1440
- "type": {
1441
- "text": "ElementStyles"
1442
- }
1443
- },
1444
- "parameters": [
1445
- {
1446
- "name": "context",
1447
- "type": {
1448
- "text": "ElementDefinitionContext"
1449
- }
1450
- },
1451
- {
1452
- "name": "definition",
1453
- "type": {
1454
- "text": "FoundationElementDefinition"
1455
- }
1456
- }
1457
- ]
1458
- },
1459
- {
1460
- "kind": "function",
1461
- "name": "foundationActionsMenuStyles",
1438
+ "name": "foundationAccordionItemStyles",
1462
1439
  "return": {
1463
1440
  "type": {
1464
1441
  "text": "ElementStyles"
@@ -1483,270 +1460,157 @@
1483
1460
  "exports": [
1484
1461
  {
1485
1462
  "kind": "js",
1486
- "name": "actionsMenuBaseStyles",
1487
- "declaration": {
1488
- "name": "actionsMenuBaseStyles",
1489
- "module": "src/actions-menu/actions-menu.styles.ts"
1490
- }
1491
- },
1492
- {
1493
- "kind": "js",
1494
- "name": "foundationActionsMenuStyles",
1463
+ "name": "foundationAccordionItemStyles",
1495
1464
  "declaration": {
1496
- "name": "foundationActionsMenuStyles",
1497
- "module": "src/actions-menu/actions-menu.styles.ts"
1465
+ "name": "foundationAccordionItemStyles",
1466
+ "module": "src/accordion-item/accordion-item.styles.ts"
1498
1467
  }
1499
1468
  }
1500
1469
  ]
1501
1470
  },
1502
1471
  {
1503
1472
  "kind": "javascript-module",
1504
- "path": "src/actions-menu/actions-menu.template.ts",
1473
+ "path": "src/accordion-item/accordion-item.template.ts",
1505
1474
  "declarations": [
1506
1475
  {
1507
1476
  "kind": "function",
1508
- "name": "menuTemplate",
1477
+ "name": "foundationAccordionItemTemplate",
1478
+ "return": {
1479
+ "type": {
1480
+ "text": "ViewTemplate<AccordionItem>"
1481
+ }
1482
+ },
1509
1483
  "parameters": [
1510
1484
  {
1511
- "name": "prefix",
1485
+ "name": "context",
1512
1486
  "type": {
1513
- "text": "string"
1487
+ "text": "ElementDefinitionContext"
1514
1488
  }
1515
- }
1516
- ]
1517
- },
1518
- {
1519
- "kind": "function",
1520
- "name": "singleOptionTemplate",
1521
- "parameters": [
1489
+ },
1522
1490
  {
1523
- "name": "prefix",
1491
+ "name": "definition",
1524
1492
  "type": {
1525
- "text": "string"
1493
+ "text": "FoundationElementDefinition"
1526
1494
  }
1527
1495
  }
1528
1496
  ]
1529
- },
1530
- {
1531
- "kind": "variable",
1532
- "name": "foundationActionsMenuTemplate",
1533
- "type": {
1534
- "text": "ViewTemplate<ActionsMenu>"
1535
- },
1536
- "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
1537
1497
  }
1538
1498
  ],
1539
1499
  "exports": [
1540
1500
  {
1541
1501
  "kind": "js",
1542
- "name": "menuTemplate",
1543
- "declaration": {
1544
- "name": "menuTemplate",
1545
- "module": "src/actions-menu/actions-menu.template.ts"
1546
- }
1547
- },
1548
- {
1549
- "kind": "js",
1550
- "name": "singleOptionTemplate",
1551
- "declaration": {
1552
- "name": "singleOptionTemplate",
1553
- "module": "src/actions-menu/actions-menu.template.ts"
1554
- }
1555
- },
1556
- {
1557
- "kind": "js",
1558
- "name": "foundationActionsMenuTemplate",
1502
+ "name": "foundationAccordionItemTemplate",
1559
1503
  "declaration": {
1560
- "name": "foundationActionsMenuTemplate",
1561
- "module": "src/actions-menu/actions-menu.template.ts"
1504
+ "name": "foundationAccordionItemTemplate",
1505
+ "module": "src/accordion-item/accordion-item.template.ts"
1562
1506
  }
1563
1507
  }
1564
1508
  ]
1565
1509
  },
1566
1510
  {
1567
1511
  "kind": "javascript-module",
1568
- "path": "src/actions-menu/actions-menu.ts",
1512
+ "path": "src/accordion-item/accordion-item.ts",
1569
1513
  "declarations": [
1570
1514
  {
1571
1515
  "kind": "class",
1572
1516
  "description": "",
1573
- "name": "ActionsMenu",
1574
- "members": [
1575
- {
1576
- "kind": "field",
1577
- "name": "actions",
1578
- "type": {
1579
- "text": "ActionMenuItem[]"
1580
- }
1581
- },
1582
- {
1583
- "kind": "field",
1584
- "name": "isVertical",
1585
- "type": {
1586
- "text": "boolean"
1587
- },
1588
- "default": "false"
1589
- },
1517
+ "name": "AccordionItem",
1518
+ "superclass": {
1519
+ "name": "FASTAccordionItem",
1520
+ "package": "@microsoft/fast-components"
1521
+ },
1522
+ "tagName": "%%prefix%%-accordion-item",
1523
+ "customElement": true,
1524
+ "attributes": [
1590
1525
  {
1591
- "kind": "field",
1592
- "name": "addDefaultActions",
1526
+ "name": "heading-level",
1593
1527
  "type": {
1594
- "text": "boolean"
1528
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1595
1529
  },
1596
- "default": "true"
1530
+ "default": "2",
1531
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1532
+ "fieldName": "headinglevel",
1533
+ "inheritedFrom": {
1534
+ "name": "AccordionItem",
1535
+ "module": "src/accordion-item/accordion-item.ts"
1536
+ }
1597
1537
  },
1598
1538
  {
1599
- "kind": "field",
1600
- "name": "autoCloseOnAction",
1601
1539
  "type": {
1602
1540
  "text": "boolean"
1603
1541
  },
1604
- "default": "true"
1605
- },
1606
- {
1607
- "kind": "field",
1608
- "name": "classNames",
1609
- "type": {
1610
- "text": "string"
1611
- }
1612
- },
1613
- {
1614
- "kind": "field",
1615
- "name": "definition",
1616
- "type": {
1617
- "text": "any"
1542
+ "default": "false",
1543
+ "description": "Expands or collapses the item.",
1544
+ "fieldName": "expanded",
1545
+ "inheritedFrom": {
1546
+ "name": "AccordionItem",
1547
+ "module": "src/accordion-item/accordion-item.ts"
1618
1548
  }
1619
1549
  },
1620
1550
  {
1621
- "kind": "field",
1622
- "name": "name",
1551
+ "name": "id",
1623
1552
  "type": {
1624
1553
  "text": "string"
1625
1554
  },
1626
- "default": "'Actions'"
1627
- },
1555
+ "description": "The item ID",
1556
+ "fieldName": "id",
1557
+ "inheritedFrom": {
1558
+ "name": "AccordionItem",
1559
+ "module": "src/accordion-item/accordion-item.ts"
1560
+ }
1561
+ }
1562
+ ],
1563
+ "members": [
1628
1564
  {
1629
1565
  "kind": "field",
1630
- "name": "open",
1566
+ "name": "headinglevel",
1631
1567
  "type": {
1632
- "text": "boolean"
1568
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1633
1569
  },
1634
- "default": "false"
1635
- },
1636
- {
1637
- "kind": "field",
1638
- "name": "buttonAppearance",
1639
- "type": {
1640
- "text": "string"
1570
+ "privacy": "public",
1571
+ "default": "2",
1572
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1573
+ "inheritedFrom": {
1574
+ "name": "AccordionItem",
1575
+ "module": "src/accordion-item/accordion-item.ts"
1641
1576
  }
1642
1577
  },
1643
1578
  {
1644
1579
  "kind": "field",
1645
- "name": "hideDisabled",
1580
+ "name": "expanded",
1646
1581
  "type": {
1647
1582
  "text": "boolean"
1648
1583
  },
1649
- "default": "false"
1584
+ "privacy": "public",
1585
+ "default": "false",
1586
+ "description": "Expands or collapses the item.",
1587
+ "inheritedFrom": {
1588
+ "name": "AccordionItem",
1589
+ "module": "src/accordion-item/accordion-item.ts"
1590
+ }
1650
1591
  },
1651
1592
  {
1652
1593
  "kind": "field",
1653
- "name": "hideMenuSingleOption",
1594
+ "name": "id",
1654
1595
  "type": {
1655
- "text": "boolean"
1596
+ "text": "string"
1656
1597
  },
1657
- "default": "false"
1658
- },
1659
- {
1660
- "kind": "field",
1661
- "name": "singleOption",
1662
- "type": {
1663
- "text": "ActionMenuItem"
1598
+ "privacy": "public",
1599
+ "description": "The item ID",
1600
+ "inheritedFrom": {
1601
+ "name": "AccordionItem",
1602
+ "module": "src/accordion-item/accordion-item.ts"
1664
1603
  }
1665
1604
  },
1666
1605
  {
1667
1606
  "kind": "field",
1668
- "name": "actionsMenu",
1669
- "type": {
1670
- "text": "HTMLElement"
1607
+ "name": "change",
1608
+ "privacy": "private",
1609
+ "inheritedFrom": {
1610
+ "name": "AccordionItem",
1611
+ "module": "src/accordion-item/accordion-item.ts"
1671
1612
  }
1672
1613
  },
1673
- {
1674
- "kind": "method",
1675
- "name": "definitionChanged",
1676
- "privacy": "protected",
1677
- "parameters": [
1678
- {
1679
- "name": "oldValue",
1680
- "type": {
1681
- "text": "any"
1682
- }
1683
- },
1684
- {
1685
- "name": "newValue",
1686
- "type": {
1687
- "text": "any"
1688
- }
1689
- }
1690
- ]
1691
- },
1692
- {
1693
- "kind": "method",
1694
- "name": "openChanged",
1695
- "privacy": "protected"
1696
- },
1697
- {
1698
- "kind": "method",
1699
- "name": "toggleActionsMenuVisibility"
1700
- },
1701
- {
1702
- "kind": "method",
1703
- "name": "onActionMenuItemClick",
1704
- "parameters": [
1705
- {
1706
- "name": "callback",
1707
- "type": {
1708
- "text": "(rowData) => void | any"
1709
- }
1710
- }
1711
- ]
1712
- },
1713
- {
1714
- "kind": "field",
1715
- "name": "allActions",
1716
- "type": {
1717
- "text": "ActionMenuItem[]"
1718
- },
1719
- "readonly": true
1720
- },
1721
- {
1722
- "kind": "field",
1723
- "name": "rowData",
1724
- "readonly": true
1725
- },
1726
- {
1727
- "kind": "method",
1728
- "name": "getLabel",
1729
- "parameters": [
1730
- {
1731
- "name": "name",
1732
- "type": {
1733
- "text": "string | ((rowData: any) => string)"
1734
- }
1735
- }
1736
- ]
1737
- },
1738
- {
1739
- "kind": "method",
1740
- "name": "getTemplate",
1741
- "parameters": [
1742
- {
1743
- "name": "prefix",
1744
- "type": {
1745
- "text": "string"
1746
- }
1747
- }
1748
- ]
1749
- },
1750
1614
  {
1751
1615
  "kind": "field",
1752
1616
  "name": "_presentation",
@@ -1854,112 +1718,83 @@
1854
1718
  ],
1855
1719
  "description": "Defines an element registry function with a set of element definition defaults.",
1856
1720
  "inheritedFrom": {
1857
- "name": "FoundationElement",
1858
- "module": "src/foundation-element/foundation-element.ts"
1859
- }
1860
- }
1861
- ],
1862
- "attributes": [
1863
- {
1864
- "name": "is-vertical",
1865
- "type": {
1866
- "text": "boolean"
1867
- },
1868
- "default": "false",
1869
- "fieldName": "isVertical"
1870
- },
1871
- {
1872
- "name": "add-default-actions",
1873
- "type": {
1874
- "text": "boolean"
1875
- },
1876
- "default": "true",
1877
- "fieldName": "addDefaultActions"
1878
- },
1879
- {
1880
- "name": "auto-close-on-action",
1881
- "type": {
1882
- "text": "boolean"
1883
- },
1884
- "default": "true",
1885
- "fieldName": "autoCloseOnAction"
1886
- },
1887
- {
1888
- "name": "name",
1889
- "type": {
1890
- "text": "string"
1891
- },
1892
- "default": "'Actions'",
1893
- "fieldName": "name"
1894
- },
1895
- {
1896
- "name": "open",
1897
- "type": {
1898
- "text": "boolean"
1899
- },
1900
- "default": "false",
1901
- "fieldName": "open"
1902
- },
1903
- {
1904
- "name": "buttonAppearance",
1905
- "type": {
1906
- "text": "string"
1907
- },
1908
- "fieldName": "buttonAppearance"
1909
- },
1910
- {
1911
- "name": "hide-disabled",
1912
- "type": {
1913
- "text": "boolean"
1914
- },
1915
- "default": "false",
1916
- "fieldName": "hideDisabled"
1917
- },
1918
- {
1919
- "name": "hide-menu-single-option",
1920
- "type": {
1921
- "text": "boolean"
1922
- },
1923
- "default": "false",
1924
- "fieldName": "hideMenuSingleOption"
1721
+ "name": "FoundationElement",
1722
+ "module": "src/foundation-element/foundation-element.ts"
1723
+ }
1925
1724
  }
1926
1725
  ],
1927
- "superclass": {
1928
- "name": "FoundationElement",
1929
- "package": "@microsoft/fast-foundation"
1726
+ "events": [
1727
+ {
1728
+ "description": "Fires a custom 'change' event when the button is invoked",
1729
+ "name": "change",
1730
+ "inheritedFrom": {
1731
+ "name": "AccordionItem",
1732
+ "module": "src/accordion-item/accordion-item.ts"
1733
+ }
1734
+ }
1735
+ ]
1736
+ },
1737
+ {
1738
+ "kind": "variable",
1739
+ "name": "foundationAccordionItemShadowOptions",
1740
+ "type": {
1741
+ "text": "ShadowRootInit"
1930
1742
  },
1931
- "tagName": "%%prefix%%-actions-menu",
1932
- "customElement": true
1743
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1933
1744
  },
1934
1745
  {
1935
1746
  "kind": "variable",
1936
- "name": "foundationActionsMenu",
1937
- "description": "The Foundation Actions Menu",
1747
+ "name": "defaultAccordionItemConfig",
1748
+ "type": {
1749
+ "text": "object"
1750
+ },
1751
+ "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1752
+ },
1753
+ {
1754
+ "kind": "variable",
1755
+ "name": "foundationAccordionItem",
1756
+ "description": "The Foundation Accordion Item",
1938
1757
  "privacy": "public"
1939
1758
  }
1940
1759
  ],
1941
1760
  "exports": [
1942
1761
  {
1943
1762
  "kind": "js",
1944
- "name": "ActionsMenu",
1763
+ "name": "AccordionItem",
1945
1764
  "declaration": {
1946
- "name": "ActionsMenu",
1947
- "module": "src/actions-menu/actions-menu.ts"
1765
+ "name": "AccordionItem",
1766
+ "module": "src/accordion-item/accordion-item.ts"
1948
1767
  }
1949
1768
  },
1950
1769
  {
1951
1770
  "kind": "js",
1952
- "name": "foundationActionsMenu",
1771
+ "name": "foundationAccordionItemShadowOptions",
1953
1772
  "declaration": {
1954
- "name": "foundationActionsMenu",
1955
- "module": "src/actions-menu/actions-menu.ts"
1773
+ "name": "foundationAccordionItemShadowOptions",
1774
+ "module": "src/accordion-item/accordion-item.ts"
1775
+ }
1776
+ },
1777
+ {
1778
+ "kind": "js",
1779
+ "name": "defaultAccordionItemConfig",
1780
+ "declaration": {
1781
+ "name": "defaultAccordionItemConfig",
1782
+ "module": "src/accordion-item/accordion-item.ts"
1783
+ }
1784
+ },
1785
+ {
1786
+ "kind": "js",
1787
+ "name": "foundationAccordionItem",
1788
+ "declaration": {
1789
+ "name": "foundationAccordionItem",
1790
+ "module": "src/accordion-item/accordion-item.ts"
1956
1791
  }
1957
1792
  }
1958
1793
  ]
1959
1794
  },
1960
1795
  {
1961
1796
  "kind": "javascript-module",
1962
- "path": "src/actions-menu/index.ts",
1797
+ "path": "src/accordion-item/index.ts",
1963
1798
  "declarations": [],
1964
1799
  "exports": [
1965
1800
  {
@@ -1967,7 +1802,7 @@
1967
1802
  "name": "*",
1968
1803
  "declaration": {
1969
1804
  "name": "*",
1970
- "package": "./actions-menu.styles"
1805
+ "package": "./accordion-item.template"
1971
1806
  }
1972
1807
  },
1973
1808
  {
@@ -1975,7 +1810,7 @@
1975
1810
  "name": "*",
1976
1811
  "declaration": {
1977
1812
  "name": "*",
1978
- "package": "./actions-menu.template"
1813
+ "package": "./accordion-item.styles"
1979
1814
  }
1980
1815
  },
1981
1816
  {
@@ -1983,18 +1818,41 @@
1983
1818
  "name": "*",
1984
1819
  "declaration": {
1985
1820
  "name": "*",
1986
- "package": "./actions-menu"
1821
+ "package": "./accordion-item"
1987
1822
  }
1988
1823
  }
1989
1824
  ]
1990
1825
  },
1991
1826
  {
1992
1827
  "kind": "javascript-module",
1993
- "path": "src/accordion-item/accordion-item.styles.ts",
1828
+ "path": "src/actions-menu/actions-menu.styles.ts",
1994
1829
  "declarations": [
1995
1830
  {
1996
1831
  "kind": "function",
1997
- "name": "foundationAccordionItemStyles",
1832
+ "name": "actionsMenuBaseStyles",
1833
+ "return": {
1834
+ "type": {
1835
+ "text": "ElementStyles"
1836
+ }
1837
+ },
1838
+ "parameters": [
1839
+ {
1840
+ "name": "context",
1841
+ "type": {
1842
+ "text": "ElementDefinitionContext"
1843
+ }
1844
+ },
1845
+ {
1846
+ "name": "definition",
1847
+ "type": {
1848
+ "text": "FoundationElementDefinition"
1849
+ }
1850
+ }
1851
+ ]
1852
+ },
1853
+ {
1854
+ "kind": "function",
1855
+ "name": "foundationActionsMenuStyles",
1998
1856
  "return": {
1999
1857
  "type": {
2000
1858
  "text": "ElementStyles"
@@ -2019,156 +1877,269 @@
2019
1877
  "exports": [
2020
1878
  {
2021
1879
  "kind": "js",
2022
- "name": "foundationAccordionItemStyles",
1880
+ "name": "actionsMenuBaseStyles",
2023
1881
  "declaration": {
2024
- "name": "foundationAccordionItemStyles",
2025
- "module": "src/accordion-item/accordion-item.styles.ts"
1882
+ "name": "actionsMenuBaseStyles",
1883
+ "module": "src/actions-menu/actions-menu.styles.ts"
1884
+ }
1885
+ },
1886
+ {
1887
+ "kind": "js",
1888
+ "name": "foundationActionsMenuStyles",
1889
+ "declaration": {
1890
+ "name": "foundationActionsMenuStyles",
1891
+ "module": "src/actions-menu/actions-menu.styles.ts"
2026
1892
  }
2027
1893
  }
2028
1894
  ]
2029
1895
  },
2030
1896
  {
2031
1897
  "kind": "javascript-module",
2032
- "path": "src/accordion-item/accordion-item.template.ts",
1898
+ "path": "src/actions-menu/actions-menu.template.ts",
2033
1899
  "declarations": [
2034
1900
  {
2035
1901
  "kind": "function",
2036
- "name": "foundationAccordionItemTemplate",
2037
- "return": {
2038
- "type": {
2039
- "text": "ViewTemplate<AccordionItem>"
2040
- }
2041
- },
1902
+ "name": "menuTemplate",
2042
1903
  "parameters": [
2043
1904
  {
2044
- "name": "context",
1905
+ "name": "prefix",
2045
1906
  "type": {
2046
- "text": "ElementDefinitionContext"
1907
+ "text": "string"
2047
1908
  }
2048
- },
1909
+ }
1910
+ ]
1911
+ },
1912
+ {
1913
+ "kind": "function",
1914
+ "name": "singleOptionTemplate",
1915
+ "parameters": [
2049
1916
  {
2050
- "name": "definition",
1917
+ "name": "prefix",
2051
1918
  "type": {
2052
- "text": "FoundationElementDefinition"
1919
+ "text": "string"
2053
1920
  }
2054
1921
  }
2055
1922
  ]
1923
+ },
1924
+ {
1925
+ "kind": "variable",
1926
+ "name": "foundationActionsMenuTemplate",
1927
+ "type": {
1928
+ "text": "ViewTemplate<ActionsMenu>"
1929
+ },
1930
+ "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
2056
1931
  }
2057
1932
  ],
2058
1933
  "exports": [
2059
1934
  {
2060
1935
  "kind": "js",
2061
- "name": "foundationAccordionItemTemplate",
1936
+ "name": "menuTemplate",
2062
1937
  "declaration": {
2063
- "name": "foundationAccordionItemTemplate",
2064
- "module": "src/accordion-item/accordion-item.template.ts"
1938
+ "name": "menuTemplate",
1939
+ "module": "src/actions-menu/actions-menu.template.ts"
1940
+ }
1941
+ },
1942
+ {
1943
+ "kind": "js",
1944
+ "name": "singleOptionTemplate",
1945
+ "declaration": {
1946
+ "name": "singleOptionTemplate",
1947
+ "module": "src/actions-menu/actions-menu.template.ts"
1948
+ }
1949
+ },
1950
+ {
1951
+ "kind": "js",
1952
+ "name": "foundationActionsMenuTemplate",
1953
+ "declaration": {
1954
+ "name": "foundationActionsMenuTemplate",
1955
+ "module": "src/actions-menu/actions-menu.template.ts"
2065
1956
  }
2066
1957
  }
2067
1958
  ]
2068
1959
  },
2069
1960
  {
2070
1961
  "kind": "javascript-module",
2071
- "path": "src/accordion-item/accordion-item.ts",
1962
+ "path": "src/actions-menu/actions-menu.ts",
2072
1963
  "declarations": [
2073
1964
  {
2074
1965
  "kind": "class",
2075
1966
  "description": "",
2076
- "name": "AccordionItem",
2077
- "superclass": {
2078
- "name": "FASTAccordionItem",
2079
- "package": "@microsoft/fast-components"
2080
- },
2081
- "tagName": "%%prefix%%-accordion-item",
2082
- "customElement": true,
2083
- "attributes": [
1967
+ "name": "ActionsMenu",
1968
+ "members": [
2084
1969
  {
2085
- "name": "heading-level",
1970
+ "kind": "field",
1971
+ "name": "actions",
2086
1972
  "type": {
2087
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1973
+ "text": "ActionMenuItem[]"
1974
+ }
1975
+ },
1976
+ {
1977
+ "kind": "field",
1978
+ "name": "isVertical",
1979
+ "type": {
1980
+ "text": "boolean"
2088
1981
  },
2089
- "default": "2",
2090
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2091
- "fieldName": "headinglevel",
2092
- "inheritedFrom": {
2093
- "name": "AccordionItem",
2094
- "module": "src/accordion-item/accordion-item.ts"
1982
+ "default": "false"
1983
+ },
1984
+ {
1985
+ "kind": "field",
1986
+ "name": "addDefaultActions",
1987
+ "type": {
1988
+ "text": "boolean"
1989
+ },
1990
+ "default": "true"
1991
+ },
1992
+ {
1993
+ "kind": "field",
1994
+ "name": "autoCloseOnAction",
1995
+ "type": {
1996
+ "text": "boolean"
1997
+ },
1998
+ "default": "true"
1999
+ },
2000
+ {
2001
+ "kind": "field",
2002
+ "name": "classNames",
2003
+ "type": {
2004
+ "text": "string"
2005
+ }
2006
+ },
2007
+ {
2008
+ "kind": "field",
2009
+ "name": "definition",
2010
+ "type": {
2011
+ "text": "any"
2095
2012
  }
2096
2013
  },
2097
2014
  {
2015
+ "kind": "field",
2016
+ "name": "name",
2017
+ "type": {
2018
+ "text": "string"
2019
+ },
2020
+ "default": "'Actions'"
2021
+ },
2022
+ {
2023
+ "kind": "field",
2024
+ "name": "open",
2098
2025
  "type": {
2099
2026
  "text": "boolean"
2100
2027
  },
2101
- "default": "false",
2102
- "description": "Expands or collapses the item.",
2103
- "fieldName": "expanded",
2104
- "inheritedFrom": {
2105
- "name": "AccordionItem",
2106
- "module": "src/accordion-item/accordion-item.ts"
2028
+ "default": "false"
2029
+ },
2030
+ {
2031
+ "kind": "field",
2032
+ "name": "buttonAppearance",
2033
+ "type": {
2034
+ "text": "string"
2107
2035
  }
2108
2036
  },
2109
2037
  {
2110
- "name": "id",
2038
+ "kind": "field",
2039
+ "name": "hideDisabled",
2040
+ "type": {
2041
+ "text": "boolean"
2042
+ },
2043
+ "default": "false"
2044
+ },
2045
+ {
2046
+ "kind": "field",
2047
+ "name": "hideMenuSingleOption",
2111
2048
  "type": {
2112
- "text": "string"
2049
+ "text": "boolean"
2113
2050
  },
2114
- "description": "The item ID",
2115
- "fieldName": "id",
2116
- "inheritedFrom": {
2117
- "name": "AccordionItem",
2118
- "module": "src/accordion-item/accordion-item.ts"
2119
- }
2120
- }
2121
- ],
2122
- "members": [
2051
+ "default": "false"
2052
+ },
2123
2053
  {
2124
2054
  "kind": "field",
2125
- "name": "headinglevel",
2055
+ "name": "singleOption",
2126
2056
  "type": {
2127
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2128
- },
2129
- "privacy": "public",
2130
- "default": "2",
2131
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2132
- "inheritedFrom": {
2133
- "name": "AccordionItem",
2134
- "module": "src/accordion-item/accordion-item.ts"
2057
+ "text": "ActionMenuItem"
2135
2058
  }
2136
2059
  },
2137
2060
  {
2138
2061
  "kind": "field",
2139
- "name": "expanded",
2062
+ "name": "actionsMenu",
2140
2063
  "type": {
2141
- "text": "boolean"
2142
- },
2143
- "privacy": "public",
2144
- "default": "false",
2145
- "description": "Expands or collapses the item.",
2146
- "inheritedFrom": {
2147
- "name": "AccordionItem",
2148
- "module": "src/accordion-item/accordion-item.ts"
2064
+ "text": "HTMLElement"
2149
2065
  }
2150
2066
  },
2067
+ {
2068
+ "kind": "method",
2069
+ "name": "definitionChanged",
2070
+ "privacy": "protected",
2071
+ "parameters": [
2072
+ {
2073
+ "name": "oldValue",
2074
+ "type": {
2075
+ "text": "any"
2076
+ }
2077
+ },
2078
+ {
2079
+ "name": "newValue",
2080
+ "type": {
2081
+ "text": "any"
2082
+ }
2083
+ }
2084
+ ]
2085
+ },
2086
+ {
2087
+ "kind": "method",
2088
+ "name": "openChanged",
2089
+ "privacy": "protected"
2090
+ },
2091
+ {
2092
+ "kind": "method",
2093
+ "name": "toggleActionsMenuVisibility"
2094
+ },
2095
+ {
2096
+ "kind": "method",
2097
+ "name": "onActionMenuItemClick",
2098
+ "parameters": [
2099
+ {
2100
+ "name": "callback",
2101
+ "type": {
2102
+ "text": "(rowData) => void | any"
2103
+ }
2104
+ }
2105
+ ]
2106
+ },
2151
2107
  {
2152
2108
  "kind": "field",
2153
- "name": "id",
2109
+ "name": "allActions",
2154
2110
  "type": {
2155
- "text": "string"
2111
+ "text": "ActionMenuItem[]"
2156
2112
  },
2157
- "privacy": "public",
2158
- "description": "The item ID",
2159
- "inheritedFrom": {
2160
- "name": "AccordionItem",
2161
- "module": "src/accordion-item/accordion-item.ts"
2162
- }
2113
+ "readonly": true
2163
2114
  },
2164
2115
  {
2165
2116
  "kind": "field",
2166
- "name": "change",
2167
- "privacy": "private",
2168
- "inheritedFrom": {
2169
- "name": "AccordionItem",
2170
- "module": "src/accordion-item/accordion-item.ts"
2171
- }
2117
+ "name": "rowData",
2118
+ "readonly": true
2119
+ },
2120
+ {
2121
+ "kind": "method",
2122
+ "name": "getLabel",
2123
+ "parameters": [
2124
+ {
2125
+ "name": "name",
2126
+ "type": {
2127
+ "text": "string | ((rowData: any) => string)"
2128
+ }
2129
+ }
2130
+ ]
2131
+ },
2132
+ {
2133
+ "kind": "method",
2134
+ "name": "getTemplate",
2135
+ "parameters": [
2136
+ {
2137
+ "name": "prefix",
2138
+ "type": {
2139
+ "text": "string"
2140
+ }
2141
+ }
2142
+ ]
2172
2143
  },
2173
2144
  {
2174
2145
  "kind": "field",
@@ -2282,78 +2253,107 @@
2282
2253
  }
2283
2254
  }
2284
2255
  ],
2285
- "events": [
2256
+ "attributes": [
2286
2257
  {
2287
- "description": "Fires a custom 'change' event when the button is invoked",
2288
- "name": "change",
2289
- "inheritedFrom": {
2290
- "name": "AccordionItem",
2291
- "module": "src/accordion-item/accordion-item.ts"
2292
- }
2258
+ "name": "is-vertical",
2259
+ "type": {
2260
+ "text": "boolean"
2261
+ },
2262
+ "default": "false",
2263
+ "fieldName": "isVertical"
2264
+ },
2265
+ {
2266
+ "name": "add-default-actions",
2267
+ "type": {
2268
+ "text": "boolean"
2269
+ },
2270
+ "default": "true",
2271
+ "fieldName": "addDefaultActions"
2272
+ },
2273
+ {
2274
+ "name": "auto-close-on-action",
2275
+ "type": {
2276
+ "text": "boolean"
2277
+ },
2278
+ "default": "true",
2279
+ "fieldName": "autoCloseOnAction"
2280
+ },
2281
+ {
2282
+ "name": "name",
2283
+ "type": {
2284
+ "text": "string"
2285
+ },
2286
+ "default": "'Actions'",
2287
+ "fieldName": "name"
2288
+ },
2289
+ {
2290
+ "name": "open",
2291
+ "type": {
2292
+ "text": "boolean"
2293
+ },
2294
+ "default": "false",
2295
+ "fieldName": "open"
2296
+ },
2297
+ {
2298
+ "name": "buttonAppearance",
2299
+ "type": {
2300
+ "text": "string"
2301
+ },
2302
+ "fieldName": "buttonAppearance"
2303
+ },
2304
+ {
2305
+ "name": "hide-disabled",
2306
+ "type": {
2307
+ "text": "boolean"
2308
+ },
2309
+ "default": "false",
2310
+ "fieldName": "hideDisabled"
2311
+ },
2312
+ {
2313
+ "name": "hide-menu-single-option",
2314
+ "type": {
2315
+ "text": "boolean"
2316
+ },
2317
+ "default": "false",
2318
+ "fieldName": "hideMenuSingleOption"
2293
2319
  }
2294
- ]
2295
- },
2296
- {
2297
- "kind": "variable",
2298
- "name": "foundationAccordionItemShadowOptions",
2299
- "type": {
2300
- "text": "ShadowRootInit"
2301
- },
2302
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2303
- },
2304
- {
2305
- "kind": "variable",
2306
- "name": "defaultAccordionItemConfig",
2307
- "type": {
2308
- "text": "object"
2320
+ ],
2321
+ "superclass": {
2322
+ "name": "FoundationElement",
2323
+ "package": "@microsoft/fast-foundation"
2309
2324
  },
2310
- "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
2325
+ "tagName": "%%prefix%%-actions-menu",
2326
+ "customElement": true
2311
2327
  },
2312
2328
  {
2313
2329
  "kind": "variable",
2314
- "name": "foundationAccordionItem",
2315
- "description": "The Foundation Accordion Item",
2330
+ "name": "foundationActionsMenu",
2331
+ "description": "The Foundation Actions Menu",
2316
2332
  "privacy": "public"
2317
2333
  }
2318
2334
  ],
2319
2335
  "exports": [
2320
2336
  {
2321
2337
  "kind": "js",
2322
- "name": "AccordionItem",
2323
- "declaration": {
2324
- "name": "AccordionItem",
2325
- "module": "src/accordion-item/accordion-item.ts"
2326
- }
2327
- },
2328
- {
2329
- "kind": "js",
2330
- "name": "foundationAccordionItemShadowOptions",
2331
- "declaration": {
2332
- "name": "foundationAccordionItemShadowOptions",
2333
- "module": "src/accordion-item/accordion-item.ts"
2334
- }
2335
- },
2336
- {
2337
- "kind": "js",
2338
- "name": "defaultAccordionItemConfig",
2338
+ "name": "ActionsMenu",
2339
2339
  "declaration": {
2340
- "name": "defaultAccordionItemConfig",
2341
- "module": "src/accordion-item/accordion-item.ts"
2340
+ "name": "ActionsMenu",
2341
+ "module": "src/actions-menu/actions-menu.ts"
2342
2342
  }
2343
2343
  },
2344
2344
  {
2345
2345
  "kind": "js",
2346
- "name": "foundationAccordionItem",
2346
+ "name": "foundationActionsMenu",
2347
2347
  "declaration": {
2348
- "name": "foundationAccordionItem",
2349
- "module": "src/accordion-item/accordion-item.ts"
2348
+ "name": "foundationActionsMenu",
2349
+ "module": "src/actions-menu/actions-menu.ts"
2350
2350
  }
2351
2351
  }
2352
2352
  ]
2353
2353
  },
2354
2354
  {
2355
2355
  "kind": "javascript-module",
2356
- "path": "src/accordion-item/index.ts",
2356
+ "path": "src/actions-menu/index.ts",
2357
2357
  "declarations": [],
2358
2358
  "exports": [
2359
2359
  {
@@ -2361,7 +2361,7 @@
2361
2361
  "name": "*",
2362
2362
  "declaration": {
2363
2363
  "name": "*",
2364
- "package": "./accordion-item.template"
2364
+ "package": "./actions-menu.styles"
2365
2365
  }
2366
2366
  },
2367
2367
  {
@@ -2369,7 +2369,7 @@
2369
2369
  "name": "*",
2370
2370
  "declaration": {
2371
2371
  "name": "*",
2372
- "package": "./accordion-item.styles"
2372
+ "package": "./actions-menu.template"
2373
2373
  }
2374
2374
  },
2375
2375
  {
@@ -2377,7 +2377,7 @@
2377
2377
  "name": "*",
2378
2378
  "declaration": {
2379
2379
  "name": "*",
2380
- "package": "./accordion-item"
2380
+ "package": "./actions-menu"
2381
2381
  }
2382
2382
  }
2383
2383
  ]
@@ -129,23 +129,23 @@ interface HTMLWCProps extends React.AriaAttributes {
129
129
  onInput?(e: Event): void;
130
130
  }
131
131
 
132
- export declare const ActionsMenu: React.ForwardRefExoticComponent<
132
+ export declare const AccordionItem: React.ForwardRefExoticComponent<
133
133
  React.PropsWithChildren<
134
- Omit<PublicOf<ActionsMenuWC>, 'children' | 'style'> &
134
+ Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
135
135
  HTMLWCProps & {
136
136
  }
137
- > & React.RefAttributes<ActionsMenuWC>
137
+ > & React.RefAttributes<AccordionItemWC>
138
138
  >;
139
- export type ActionsMenuRef = ActionsMenuWC;
139
+ export type AccordionItemRef = AccordionItemWC;
140
140
 
141
- export declare const AccordionItem: React.ForwardRefExoticComponent<
141
+ export declare const ActionsMenu: React.ForwardRefExoticComponent<
142
142
  React.PropsWithChildren<
143
- Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
143
+ Omit<PublicOf<ActionsMenuWC>, 'children' | 'style'> &
144
144
  HTMLWCProps & {
145
145
  }
146
- > & React.RefAttributes<AccordionItemWC>
146
+ > & React.RefAttributes<ActionsMenuWC>
147
147
  >;
148
- export type AccordionItemRef = AccordionItemWC;
148
+ export type ActionsMenuRef = ActionsMenuWC;
149
149
 
150
150
  export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
151
151
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -111,14 +111,14 @@ function _mergeRefs(...refs) {
111
111
  };
112
112
  }
113
113
 
114
- const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
114
+ const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
115
115
  const { children, ...rest } = props;
116
- return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
116
+ return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
117
117
  });
118
118
 
119
- const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
119
+ const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
120
120
  const { children, ...rest } = props;
121
- return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
121
+ return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
122
122
  });
123
123
 
124
124
  const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
@@ -1078,8 +1078,8 @@ const WeeklyRecurrence = React.forwardRef(function WeeklyRecurrence(props, ref)
1078
1078
  });
1079
1079
 
1080
1080
  module.exports = {
1081
- ActionsMenu,
1082
1081
  AccordionItem,
1082
+ ActionsMenu,
1083
1083
  AiCriteriaSearch,
1084
1084
  AiIndicator,
1085
1085
  Accordion,
package/dist/react.mjs CHANGED
@@ -109,14 +109,14 @@ function _mergeRefs(...refs) {
109
109
  };
110
110
  }
111
111
 
112
- export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
112
+ export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
113
113
  const { children, ...rest } = props;
114
- return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
114
+ return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
115
115
  });
116
116
 
117
- export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
117
+ export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
118
118
  const { children, ...rest } = props;
119
- return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
119
+ return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
120
120
  });
121
121
 
122
122
  export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.458.1-GENC-0.1",
4
+ "version": "14.458.1-GENC-0.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -85,13 +85,13 @@
85
85
  }
86
86
  },
87
87
  "devDependencies": {
88
- "@genesislcap/foundation-testing": "14.458.1-GENC-0.1",
89
- "@genesislcap/genx": "14.458.1-GENC-0.1",
90
- "@genesislcap/rollup-builder": "14.458.1-GENC-0.1",
91
- "@genesislcap/ts-builder": "14.458.1-GENC-0.1",
92
- "@genesislcap/uvu-playwright-builder": "14.458.1-GENC-0.1",
93
- "@genesislcap/vite-builder": "14.458.1-GENC-0.1",
94
- "@genesislcap/webpack-builder": "14.458.1-GENC-0.1",
88
+ "@genesislcap/foundation-testing": "14.458.1-GENC-0.2",
89
+ "@genesislcap/genx": "14.458.1-GENC-0.2",
90
+ "@genesislcap/rollup-builder": "14.458.1-GENC-0.2",
91
+ "@genesislcap/ts-builder": "14.458.1-GENC-0.2",
92
+ "@genesislcap/uvu-playwright-builder": "14.458.1-GENC-0.2",
93
+ "@genesislcap/vite-builder": "14.458.1-GENC-0.2",
94
+ "@genesislcap/webpack-builder": "14.458.1-GENC-0.2",
95
95
  "copyfiles": "^2.4.1"
96
96
  },
97
97
  "dependencies": {
@@ -100,16 +100,16 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/expression-builder": "14.458.1-GENC-0.1",
104
- "@genesislcap/foundation-ai": "14.458.1-GENC-0.1",
105
- "@genesislcap/foundation-comms": "14.458.1-GENC-0.1",
106
- "@genesislcap/foundation-criteria": "14.458.1-GENC-0.1",
107
- "@genesislcap/foundation-errors": "14.458.1-GENC-0.1",
108
- "@genesislcap/foundation-events": "14.458.1-GENC-0.1",
109
- "@genesislcap/foundation-logger": "14.458.1-GENC-0.1",
110
- "@genesislcap/foundation-notifications": "14.458.1-GENC-0.1",
111
- "@genesislcap/foundation-user": "14.458.1-GENC-0.1",
112
- "@genesislcap/foundation-utils": "14.458.1-GENC-0.1",
103
+ "@genesislcap/expression-builder": "14.458.1-GENC-0.2",
104
+ "@genesislcap/foundation-ai": "14.458.1-GENC-0.2",
105
+ "@genesislcap/foundation-comms": "14.458.1-GENC-0.2",
106
+ "@genesislcap/foundation-criteria": "14.458.1-GENC-0.2",
107
+ "@genesislcap/foundation-errors": "14.458.1-GENC-0.2",
108
+ "@genesislcap/foundation-events": "14.458.1-GENC-0.2",
109
+ "@genesislcap/foundation-logger": "14.458.1-GENC-0.2",
110
+ "@genesislcap/foundation-notifications": "14.458.1-GENC-0.2",
111
+ "@genesislcap/foundation-user": "14.458.1-GENC-0.2",
112
+ "@genesislcap/foundation-utils": "14.458.1-GENC-0.2",
113
113
  "@microsoft/fast-colors": "5.3.1",
114
114
  "@microsoft/fast-components": "2.30.6",
115
115
  "@microsoft/fast-element": "1.14.0",
@@ -142,5 +142,5 @@
142
142
  "require": "./dist/react.cjs"
143
143
  }
144
144
  },
145
- "gitHead": "4807180a46cbc61edd0c9d000340abbdf90eb47c"
145
+ "gitHead": "7506d57ff2fb4954bdba714195727a48ebb3d9a3"
146
146
  }