@genesislcap/foundation-ui 14.393.3 → 14.393.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +661 -661
  2. package/package.json +18 -18
@@ -1698,11 +1698,34 @@
1698
1698
  },
1699
1699
  {
1700
1700
  "kind": "javascript-module",
1701
- "path": "src/anchor/anchor.styles.ts",
1701
+ "path": "src/actions-menu/actions-menu.styles.ts",
1702
1702
  "declarations": [
1703
1703
  {
1704
1704
  "kind": "function",
1705
- "name": "foundationAnchorStyles",
1705
+ "name": "actionsMenuBaseStyles",
1706
+ "return": {
1707
+ "type": {
1708
+ "text": "ElementStyles"
1709
+ }
1710
+ },
1711
+ "parameters": [
1712
+ {
1713
+ "name": "context",
1714
+ "type": {
1715
+ "text": "ElementDefinitionContext"
1716
+ }
1717
+ },
1718
+ {
1719
+ "name": "definition",
1720
+ "type": {
1721
+ "text": "FoundationElementDefinition"
1722
+ }
1723
+ }
1724
+ ]
1725
+ },
1726
+ {
1727
+ "kind": "function",
1728
+ "name": "foundationActionsMenuStyles",
1706
1729
  "return": {
1707
1730
  "type": {
1708
1731
  "text": "ElementStyles"
@@ -1727,292 +1750,269 @@
1727
1750
  "exports": [
1728
1751
  {
1729
1752
  "kind": "js",
1730
- "name": "foundationAnchorStyles",
1753
+ "name": "actionsMenuBaseStyles",
1731
1754
  "declaration": {
1732
- "name": "foundationAnchorStyles",
1733
- "module": "src/anchor/anchor.styles.ts"
1755
+ "name": "actionsMenuBaseStyles",
1756
+ "module": "src/actions-menu/actions-menu.styles.ts"
1757
+ }
1758
+ },
1759
+ {
1760
+ "kind": "js",
1761
+ "name": "foundationActionsMenuStyles",
1762
+ "declaration": {
1763
+ "name": "foundationActionsMenuStyles",
1764
+ "module": "src/actions-menu/actions-menu.styles.ts"
1734
1765
  }
1735
1766
  }
1736
1767
  ]
1737
1768
  },
1738
1769
  {
1739
1770
  "kind": "javascript-module",
1740
- "path": "src/anchor/anchor.template.ts",
1771
+ "path": "src/actions-menu/actions-menu.template.ts",
1741
1772
  "declarations": [
1742
1773
  {
1743
1774
  "kind": "function",
1744
- "name": "foundationAnchorTemplate",
1745
- "return": {
1746
- "type": {
1747
- "text": "ViewTemplate<Anchor>"
1748
- }
1749
- },
1775
+ "name": "menuTemplate",
1750
1776
  "parameters": [
1751
1777
  {
1752
- "name": "context",
1778
+ "name": "prefix",
1753
1779
  "type": {
1754
- "text": "ElementDefinitionContext"
1780
+ "text": "string"
1755
1781
  }
1756
- },
1782
+ }
1783
+ ]
1784
+ },
1785
+ {
1786
+ "kind": "function",
1787
+ "name": "singleOptionTemplate",
1788
+ "parameters": [
1757
1789
  {
1758
- "name": "definition",
1790
+ "name": "prefix",
1759
1791
  "type": {
1760
- "text": "FoundationElementDefinition"
1792
+ "text": "string"
1761
1793
  }
1762
1794
  }
1763
1795
  ]
1796
+ },
1797
+ {
1798
+ "kind": "variable",
1799
+ "name": "foundationActionsMenuTemplate",
1800
+ "type": {
1801
+ "text": "ViewTemplate<ActionsMenu>"
1802
+ },
1803
+ "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`"
1764
1804
  }
1765
1805
  ],
1766
1806
  "exports": [
1767
1807
  {
1768
1808
  "kind": "js",
1769
- "name": "foundationAnchorTemplate",
1809
+ "name": "menuTemplate",
1770
1810
  "declaration": {
1771
- "name": "foundationAnchorTemplate",
1772
- "module": "src/anchor/anchor.template.ts"
1811
+ "name": "menuTemplate",
1812
+ "module": "src/actions-menu/actions-menu.template.ts"
1813
+ }
1814
+ },
1815
+ {
1816
+ "kind": "js",
1817
+ "name": "singleOptionTemplate",
1818
+ "declaration": {
1819
+ "name": "singleOptionTemplate",
1820
+ "module": "src/actions-menu/actions-menu.template.ts"
1821
+ }
1822
+ },
1823
+ {
1824
+ "kind": "js",
1825
+ "name": "foundationActionsMenuTemplate",
1826
+ "declaration": {
1827
+ "name": "foundationActionsMenuTemplate",
1828
+ "module": "src/actions-menu/actions-menu.template.ts"
1773
1829
  }
1774
1830
  }
1775
1831
  ]
1776
1832
  },
1777
1833
  {
1778
1834
  "kind": "javascript-module",
1779
- "path": "src/anchor/anchor.ts",
1835
+ "path": "src/actions-menu/actions-menu.ts",
1780
1836
  "declarations": [
1781
1837
  {
1782
1838
  "kind": "class",
1783
1839
  "description": "",
1784
- "name": "Anchor",
1785
- "superclass": {
1786
- "name": "FASTAnchor",
1787
- "package": "@microsoft/fast-components"
1788
- },
1789
- "tagName": "%%prefix%%-anchor",
1790
- "customElement": true,
1791
- "attributes": [
1792
- {
1793
- "name": "download",
1794
- "type": {
1795
- "text": "string"
1796
- },
1797
- "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.",
1798
- "fieldName": "download",
1799
- "inheritedFrom": {
1800
- "name": "Anchor",
1801
- "module": "src/anchor/anchor.ts"
1802
- }
1803
- },
1840
+ "name": "ActionsMenu",
1841
+ "members": [
1804
1842
  {
1805
- "name": "href",
1843
+ "kind": "field",
1844
+ "name": "actions",
1806
1845
  "type": {
1807
- "text": "string"
1808
- },
1809
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1810
- "fieldName": "href",
1811
- "inheritedFrom": {
1812
- "name": "Anchor",
1813
- "module": "src/anchor/anchor.ts"
1846
+ "text": "ActionMenuItem[]"
1814
1847
  }
1815
1848
  },
1816
1849
  {
1817
- "name": "hreflang",
1850
+ "kind": "field",
1851
+ "name": "isVertical",
1818
1852
  "type": {
1819
- "text": "string"
1853
+ "text": "boolean"
1820
1854
  },
1821
- "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.",
1822
- "fieldName": "hreflang",
1823
- "inheritedFrom": {
1824
- "name": "Anchor",
1825
- "module": "src/anchor/anchor.ts"
1826
- }
1855
+ "default": "false"
1827
1856
  },
1828
1857
  {
1829
- "name": "ping",
1858
+ "kind": "field",
1859
+ "name": "addDefaultActions",
1830
1860
  "type": {
1831
- "text": "string"
1861
+ "text": "boolean"
1832
1862
  },
1833
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1834
- "fieldName": "ping",
1835
- "inheritedFrom": {
1836
- "name": "Anchor",
1837
- "module": "src/anchor/anchor.ts"
1838
- }
1863
+ "default": "true"
1839
1864
  },
1840
1865
  {
1841
- "name": "referrerpolicy",
1866
+ "kind": "field",
1867
+ "name": "autoCloseOnAction",
1842
1868
  "type": {
1843
- "text": "string"
1869
+ "text": "boolean"
1844
1870
  },
1845
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1846
- "fieldName": "referrerpolicy",
1847
- "inheritedFrom": {
1848
- "name": "Anchor",
1849
- "module": "src/anchor/anchor.ts"
1850
- }
1871
+ "default": "true"
1851
1872
  },
1852
1873
  {
1853
- "name": "rel",
1874
+ "kind": "field",
1875
+ "name": "classNames",
1854
1876
  "type": {
1855
1877
  "text": "string"
1856
- },
1857
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1858
- "fieldName": "rel",
1859
- "inheritedFrom": {
1860
- "name": "Anchor",
1861
- "module": "src/anchor/anchor.ts"
1862
1878
  }
1863
1879
  },
1864
1880
  {
1865
- "name": "target",
1881
+ "kind": "field",
1882
+ "name": "definition",
1866
1883
  "type": {
1867
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1868
- },
1869
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1870
- "fieldName": "target",
1871
- "inheritedFrom": {
1872
- "name": "Anchor",
1873
- "module": "src/anchor/anchor.ts"
1884
+ "text": "any"
1874
1885
  }
1875
1886
  },
1876
1887
  {
1877
- "name": "type",
1888
+ "kind": "field",
1889
+ "name": "name",
1878
1890
  "type": {
1879
1891
  "text": "string"
1880
1892
  },
1881
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1882
- "fieldName": "type",
1883
- "inheritedFrom": {
1884
- "name": "Anchor",
1885
- "module": "src/anchor/anchor.ts"
1886
- }
1887
- }
1888
- ],
1889
- "members": [
1893
+ "default": "'Actions'"
1894
+ },
1890
1895
  {
1891
1896
  "kind": "field",
1892
- "name": "download",
1897
+ "name": "open",
1893
1898
  "type": {
1894
- "text": "string"
1899
+ "text": "boolean"
1895
1900
  },
1896
- "privacy": "public",
1897
- "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.",
1898
- "inheritedFrom": {
1899
- "name": "Anchor",
1900
- "module": "src/anchor/anchor.ts"
1901
- }
1901
+ "default": "false"
1902
1902
  },
1903
1903
  {
1904
1904
  "kind": "field",
1905
- "name": "href",
1905
+ "name": "buttonAppearance",
1906
1906
  "type": {
1907
1907
  "text": "string"
1908
- },
1909
- "privacy": "public",
1910
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1911
- "inheritedFrom": {
1912
- "name": "Anchor",
1913
- "module": "src/anchor/anchor.ts"
1914
1908
  }
1915
1909
  },
1916
1910
  {
1917
1911
  "kind": "field",
1918
- "name": "hreflang",
1912
+ "name": "hideDisabled",
1919
1913
  "type": {
1920
- "text": "string"
1914
+ "text": "boolean"
1921
1915
  },
1922
- "privacy": "public",
1923
- "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.",
1924
- "inheritedFrom": {
1925
- "name": "Anchor",
1926
- "module": "src/anchor/anchor.ts"
1927
- }
1916
+ "default": "false"
1928
1917
  },
1929
1918
  {
1930
1919
  "kind": "field",
1931
- "name": "ping",
1920
+ "name": "hideMenuSingleOption",
1932
1921
  "type": {
1933
- "text": "string"
1922
+ "text": "boolean"
1934
1923
  },
1935
- "privacy": "public",
1936
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1937
- "inheritedFrom": {
1938
- "name": "Anchor",
1939
- "module": "src/anchor/anchor.ts"
1940
- }
1924
+ "default": "false"
1941
1925
  },
1942
1926
  {
1943
1927
  "kind": "field",
1944
- "name": "referrerpolicy",
1928
+ "name": "singleOption",
1945
1929
  "type": {
1946
- "text": "string"
1947
- },
1948
- "privacy": "public",
1949
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1950
- "inheritedFrom": {
1951
- "name": "Anchor",
1952
- "module": "src/anchor/anchor.ts"
1930
+ "text": "ActionMenuItem"
1953
1931
  }
1954
1932
  },
1955
1933
  {
1956
1934
  "kind": "field",
1957
- "name": "rel",
1935
+ "name": "actionsMenu",
1958
1936
  "type": {
1959
- "text": "string"
1960
- },
1961
- "privacy": "public",
1962
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1963
- "inheritedFrom": {
1964
- "name": "Anchor",
1965
- "module": "src/anchor/anchor.ts"
1937
+ "text": "HTMLElement"
1966
1938
  }
1967
1939
  },
1940
+ {
1941
+ "kind": "method",
1942
+ "name": "definitionChanged",
1943
+ "privacy": "protected",
1944
+ "parameters": [
1945
+ {
1946
+ "name": "oldValue",
1947
+ "type": {
1948
+ "text": "any"
1949
+ }
1950
+ },
1951
+ {
1952
+ "name": "newValue",
1953
+ "type": {
1954
+ "text": "any"
1955
+ }
1956
+ }
1957
+ ]
1958
+ },
1959
+ {
1960
+ "kind": "method",
1961
+ "name": "openChanged",
1962
+ "privacy": "protected"
1963
+ },
1964
+ {
1965
+ "kind": "method",
1966
+ "name": "toggleActionsMenuVisibility"
1967
+ },
1968
+ {
1969
+ "kind": "method",
1970
+ "name": "onActionMenuItemClick",
1971
+ "parameters": [
1972
+ {
1973
+ "name": "callback",
1974
+ "type": {
1975
+ "text": "(rowData) => void | any"
1976
+ }
1977
+ }
1978
+ ]
1979
+ },
1968
1980
  {
1969
1981
  "kind": "field",
1970
- "name": "target",
1982
+ "name": "allActions",
1971
1983
  "type": {
1972
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1984
+ "text": "ActionMenuItem[]"
1973
1985
  },
1974
- "privacy": "public",
1975
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1976
- "inheritedFrom": {
1977
- "name": "Anchor",
1978
- "module": "src/anchor/anchor.ts"
1979
- }
1986
+ "readonly": true
1980
1987
  },
1981
1988
  {
1982
1989
  "kind": "field",
1983
- "name": "type",
1984
- "type": {
1985
- "text": "string"
1986
- },
1987
- "privacy": "public",
1988
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1989
- "inheritedFrom": {
1990
- "name": "Anchor",
1991
- "module": "src/anchor/anchor.ts"
1992
- }
1990
+ "name": "rowData",
1991
+ "readonly": true
1993
1992
  },
1994
1993
  {
1995
- "kind": "field",
1996
- "name": "control",
1997
- "type": {
1998
- "text": "HTMLAnchorElement | undefined"
1999
- },
2000
- "privacy": "public",
2001
- "description": "References the root element",
2002
- "inheritedFrom": {
2003
- "name": "Anchor",
2004
- "module": "src/anchor/anchor.ts"
2005
- }
1994
+ "kind": "method",
1995
+ "name": "getLabel",
1996
+ "parameters": [
1997
+ {
1998
+ "name": "name",
1999
+ "type": {
2000
+ "text": "string | ((rowData: any) => string)"
2001
+ }
2002
+ }
2003
+ ]
2006
2004
  },
2007
2005
  {
2008
- "kind": "field",
2009
- "name": "handleUnsupportedDelegatesFocus",
2010
- "privacy": "private",
2011
- "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",
2012
- "inheritedFrom": {
2013
- "name": "Anchor",
2014
- "module": "src/anchor/anchor.ts"
2015
- }
2006
+ "kind": "method",
2007
+ "name": "getTemplate",
2008
+ "parameters": [
2009
+ {
2010
+ "name": "prefix",
2011
+ "type": {
2012
+ "text": "string"
2013
+ }
2014
+ }
2015
+ ]
2016
2016
  },
2017
2017
  {
2018
2018
  "kind": "field",
@@ -2125,11 +2125,232 @@
2125
2125
  "module": "src/foundation-element/foundation-element.ts"
2126
2126
  }
2127
2127
  }
2128
+ ],
2129
+ "attributes": [
2130
+ {
2131
+ "name": "is-vertical",
2132
+ "type": {
2133
+ "text": "boolean"
2134
+ },
2135
+ "default": "false",
2136
+ "fieldName": "isVertical"
2137
+ },
2138
+ {
2139
+ "name": "add-default-actions",
2140
+ "type": {
2141
+ "text": "boolean"
2142
+ },
2143
+ "default": "true",
2144
+ "fieldName": "addDefaultActions"
2145
+ },
2146
+ {
2147
+ "name": "auto-close-on-action",
2148
+ "type": {
2149
+ "text": "boolean"
2150
+ },
2151
+ "default": "true",
2152
+ "fieldName": "autoCloseOnAction"
2153
+ },
2154
+ {
2155
+ "name": "name",
2156
+ "type": {
2157
+ "text": "string"
2158
+ },
2159
+ "default": "'Actions'",
2160
+ "fieldName": "name"
2161
+ },
2162
+ {
2163
+ "name": "open",
2164
+ "type": {
2165
+ "text": "boolean"
2166
+ },
2167
+ "default": "false",
2168
+ "fieldName": "open"
2169
+ },
2170
+ {
2171
+ "name": "buttonAppearance",
2172
+ "type": {
2173
+ "text": "string"
2174
+ },
2175
+ "fieldName": "buttonAppearance"
2176
+ },
2177
+ {
2178
+ "name": "hide-disabled",
2179
+ "type": {
2180
+ "text": "boolean"
2181
+ },
2182
+ "default": "false",
2183
+ "fieldName": "hideDisabled"
2184
+ },
2185
+ {
2186
+ "name": "hide-menu-single-option",
2187
+ "type": {
2188
+ "text": "boolean"
2189
+ },
2190
+ "default": "false",
2191
+ "fieldName": "hideMenuSingleOption"
2192
+ }
2193
+ ],
2194
+ "superclass": {
2195
+ "name": "FoundationElement",
2196
+ "package": "@microsoft/fast-foundation"
2197
+ },
2198
+ "tagName": "%%prefix%%-actions-menu",
2199
+ "customElement": true
2200
+ },
2201
+ {
2202
+ "kind": "variable",
2203
+ "name": "foundationActionsMenu",
2204
+ "description": "The Foundation Actions Menu",
2205
+ "privacy": "public"
2206
+ }
2207
+ ],
2208
+ "exports": [
2209
+ {
2210
+ "kind": "js",
2211
+ "name": "ActionsMenu",
2212
+ "declaration": {
2213
+ "name": "ActionsMenu",
2214
+ "module": "src/actions-menu/actions-menu.ts"
2215
+ }
2216
+ },
2217
+ {
2218
+ "kind": "js",
2219
+ "name": "foundationActionsMenu",
2220
+ "declaration": {
2221
+ "name": "foundationActionsMenu",
2222
+ "module": "src/actions-menu/actions-menu.ts"
2223
+ }
2224
+ }
2225
+ ]
2226
+ },
2227
+ {
2228
+ "kind": "javascript-module",
2229
+ "path": "src/actions-menu/index.ts",
2230
+ "declarations": [],
2231
+ "exports": [
2232
+ {
2233
+ "kind": "js",
2234
+ "name": "*",
2235
+ "declaration": {
2236
+ "name": "*",
2237
+ "package": "./actions-menu.styles"
2238
+ }
2239
+ },
2240
+ {
2241
+ "kind": "js",
2242
+ "name": "*",
2243
+ "declaration": {
2244
+ "name": "*",
2245
+ "package": "./actions-menu.template"
2246
+ }
2247
+ },
2248
+ {
2249
+ "kind": "js",
2250
+ "name": "*",
2251
+ "declaration": {
2252
+ "name": "*",
2253
+ "package": "./actions-menu"
2254
+ }
2255
+ }
2256
+ ]
2257
+ },
2258
+ {
2259
+ "kind": "javascript-module",
2260
+ "path": "src/accordion/accordion.styles.ts",
2261
+ "declarations": [
2262
+ {
2263
+ "kind": "function",
2264
+ "name": "foundationAccordionStyles",
2265
+ "return": {
2266
+ "type": {
2267
+ "text": "ElementStyles"
2268
+ }
2269
+ },
2270
+ "parameters": [
2271
+ {
2272
+ "name": "context",
2273
+ "type": {
2274
+ "text": "ElementDefinitionContext"
2275
+ }
2276
+ },
2277
+ {
2278
+ "name": "definition",
2279
+ "type": {
2280
+ "text": "FoundationElementDefinition"
2281
+ }
2282
+ }
2283
+ ]
2284
+ }
2285
+ ],
2286
+ "exports": [
2287
+ {
2288
+ "kind": "js",
2289
+ "name": "foundationAccordionStyles",
2290
+ "declaration": {
2291
+ "name": "foundationAccordionStyles",
2292
+ "module": "src/accordion/accordion.styles.ts"
2293
+ }
2294
+ }
2295
+ ]
2296
+ },
2297
+ {
2298
+ "kind": "javascript-module",
2299
+ "path": "src/accordion/accordion.template.ts",
2300
+ "declarations": [
2301
+ {
2302
+ "kind": "function",
2303
+ "name": "foundationAccordionTemplate",
2304
+ "return": {
2305
+ "type": {
2306
+ "text": "ViewTemplate<Accordion>"
2307
+ }
2308
+ },
2309
+ "parameters": [
2310
+ {
2311
+ "name": "context",
2312
+ "type": {
2313
+ "text": "ElementDefinitionContext"
2314
+ }
2315
+ },
2316
+ {
2317
+ "name": "definition",
2318
+ "type": {
2319
+ "text": "FoundationElementDefinition"
2320
+ }
2321
+ }
2128
2322
  ]
2323
+ }
2324
+ ],
2325
+ "exports": [
2326
+ {
2327
+ "kind": "js",
2328
+ "name": "foundationAccordionTemplate",
2329
+ "declaration": {
2330
+ "name": "foundationAccordionTemplate",
2331
+ "module": "src/accordion/accordion.template.ts"
2332
+ }
2333
+ }
2334
+ ]
2335
+ },
2336
+ {
2337
+ "kind": "javascript-module",
2338
+ "path": "src/accordion/accordion.ts",
2339
+ "declarations": [
2340
+ {
2341
+ "kind": "class",
2342
+ "description": "",
2343
+ "name": "Accordion",
2344
+ "superclass": {
2345
+ "name": "FASTAccordion",
2346
+ "package": "@microsoft/fast-foundation"
2347
+ },
2348
+ "tagName": "%%prefix%%-accordion",
2349
+ "customElement": true
2129
2350
  },
2130
2351
  {
2131
2352
  "kind": "variable",
2132
- "name": "foundationAnchorShadowOptions",
2353
+ "name": "foundationAccordionShadowOptions",
2133
2354
  "type": {
2134
2355
  "text": "ShadowRootInit"
2135
2356
  },
@@ -2137,7 +2358,7 @@
2137
2358
  },
2138
2359
  {
2139
2360
  "kind": "variable",
2140
- "name": "defaultAnchorConfig",
2361
+ "name": "defaultAccordionConfig",
2141
2362
  "type": {
2142
2363
  "text": "object"
2143
2364
  },
@@ -2145,49 +2366,49 @@
2145
2366
  },
2146
2367
  {
2147
2368
  "kind": "variable",
2148
- "name": "foundationAnchor",
2149
- "description": "The Foundation Anchor",
2369
+ "name": "foundationAccordion",
2370
+ "description": "The Foundation Accordion",
2150
2371
  "privacy": "public"
2151
2372
  }
2152
2373
  ],
2153
2374
  "exports": [
2154
2375
  {
2155
2376
  "kind": "js",
2156
- "name": "Anchor",
2377
+ "name": "Accordion",
2157
2378
  "declaration": {
2158
- "name": "Anchor",
2159
- "module": "src/anchor/anchor.ts"
2379
+ "name": "Accordion",
2380
+ "module": "src/accordion/accordion.ts"
2160
2381
  }
2161
2382
  },
2162
2383
  {
2163
2384
  "kind": "js",
2164
- "name": "foundationAnchorShadowOptions",
2385
+ "name": "foundationAccordionShadowOptions",
2165
2386
  "declaration": {
2166
- "name": "foundationAnchorShadowOptions",
2167
- "module": "src/anchor/anchor.ts"
2387
+ "name": "foundationAccordionShadowOptions",
2388
+ "module": "src/accordion/accordion.ts"
2168
2389
  }
2169
2390
  },
2170
2391
  {
2171
2392
  "kind": "js",
2172
- "name": "defaultAnchorConfig",
2393
+ "name": "defaultAccordionConfig",
2173
2394
  "declaration": {
2174
- "name": "defaultAnchorConfig",
2175
- "module": "src/anchor/anchor.ts"
2395
+ "name": "defaultAccordionConfig",
2396
+ "module": "src/accordion/accordion.ts"
2176
2397
  }
2177
2398
  },
2178
2399
  {
2179
2400
  "kind": "js",
2180
- "name": "foundationAnchor",
2401
+ "name": "foundationAccordion",
2181
2402
  "declaration": {
2182
- "name": "foundationAnchor",
2183
- "module": "src/anchor/anchor.ts"
2403
+ "name": "foundationAccordion",
2404
+ "module": "src/accordion/accordion.ts"
2184
2405
  }
2185
2406
  }
2186
2407
  ]
2187
2408
  },
2188
2409
  {
2189
2410
  "kind": "javascript-module",
2190
- "path": "src/anchor/index.ts",
2411
+ "path": "src/accordion/index.ts",
2191
2412
  "declarations": [],
2192
2413
  "exports": [
2193
2414
  {
@@ -2195,7 +2416,7 @@
2195
2416
  "name": "*",
2196
2417
  "declaration": {
2197
2418
  "name": "*",
2198
- "package": "./anchor.template"
2419
+ "package": "./accordion.template"
2199
2420
  }
2200
2421
  },
2201
2422
  {
@@ -2203,7 +2424,7 @@
2203
2424
  "name": "*",
2204
2425
  "declaration": {
2205
2426
  "name": "*",
2206
- "package": "./anchor.styles"
2427
+ "package": "./accordion.styles"
2207
2428
  }
2208
2429
  },
2209
2430
  {
@@ -2211,18 +2432,18 @@
2211
2432
  "name": "*",
2212
2433
  "declaration": {
2213
2434
  "name": "*",
2214
- "package": "./anchor"
2435
+ "package": "./accordion"
2215
2436
  }
2216
2437
  }
2217
2438
  ]
2218
2439
  },
2219
2440
  {
2220
2441
  "kind": "javascript-module",
2221
- "path": "src/actions-menu/actions-menu.styles.ts",
2442
+ "path": "src/anchor/anchor.styles.ts",
2222
2443
  "declarations": [
2223
2444
  {
2224
2445
  "kind": "function",
2225
- "name": "actionsMenuBaseStyles",
2446
+ "name": "foundationAnchorStyles",
2226
2447
  "return": {
2227
2448
  "type": {
2228
2449
  "text": "ElementStyles"
@@ -2242,13 +2463,29 @@
2242
2463
  }
2243
2464
  }
2244
2465
  ]
2245
- },
2466
+ }
2467
+ ],
2468
+ "exports": [
2469
+ {
2470
+ "kind": "js",
2471
+ "name": "foundationAnchorStyles",
2472
+ "declaration": {
2473
+ "name": "foundationAnchorStyles",
2474
+ "module": "src/anchor/anchor.styles.ts"
2475
+ }
2476
+ }
2477
+ ]
2478
+ },
2479
+ {
2480
+ "kind": "javascript-module",
2481
+ "path": "src/anchor/anchor.template.ts",
2482
+ "declarations": [
2246
2483
  {
2247
2484
  "kind": "function",
2248
- "name": "foundationActionsMenuStyles",
2485
+ "name": "foundationAnchorTemplate",
2249
2486
  "return": {
2250
2487
  "type": {
2251
- "text": "ElementStyles"
2488
+ "text": "ViewTemplate<Anchor>"
2252
2489
  }
2253
2490
  },
2254
2491
  "parameters": [
@@ -2270,269 +2507,253 @@
2270
2507
  "exports": [
2271
2508
  {
2272
2509
  "kind": "js",
2273
- "name": "actionsMenuBaseStyles",
2274
- "declaration": {
2275
- "name": "actionsMenuBaseStyles",
2276
- "module": "src/actions-menu/actions-menu.styles.ts"
2277
- }
2278
- },
2279
- {
2280
- "kind": "js",
2281
- "name": "foundationActionsMenuStyles",
2510
+ "name": "foundationAnchorTemplate",
2282
2511
  "declaration": {
2283
- "name": "foundationActionsMenuStyles",
2284
- "module": "src/actions-menu/actions-menu.styles.ts"
2512
+ "name": "foundationAnchorTemplate",
2513
+ "module": "src/anchor/anchor.template.ts"
2285
2514
  }
2286
2515
  }
2287
2516
  ]
2288
2517
  },
2289
2518
  {
2290
2519
  "kind": "javascript-module",
2291
- "path": "src/actions-menu/actions-menu.template.ts",
2520
+ "path": "src/anchor/anchor.ts",
2292
2521
  "declarations": [
2293
2522
  {
2294
- "kind": "function",
2295
- "name": "menuTemplate",
2296
- "parameters": [
2523
+ "kind": "class",
2524
+ "description": "",
2525
+ "name": "Anchor",
2526
+ "superclass": {
2527
+ "name": "FASTAnchor",
2528
+ "package": "@microsoft/fast-components"
2529
+ },
2530
+ "tagName": "%%prefix%%-anchor",
2531
+ "customElement": true,
2532
+ "attributes": [
2297
2533
  {
2298
- "name": "prefix",
2534
+ "name": "download",
2299
2535
  "type": {
2300
2536
  "text": "string"
2537
+ },
2538
+ "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.",
2539
+ "fieldName": "download",
2540
+ "inheritedFrom": {
2541
+ "name": "Anchor",
2542
+ "module": "src/anchor/anchor.ts"
2301
2543
  }
2302
- }
2303
- ]
2304
- },
2305
- {
2306
- "kind": "function",
2307
- "name": "singleOptionTemplate",
2308
- "parameters": [
2544
+ },
2309
2545
  {
2310
- "name": "prefix",
2546
+ "name": "href",
2311
2547
  "type": {
2312
2548
  "text": "string"
2549
+ },
2550
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2551
+ "fieldName": "href",
2552
+ "inheritedFrom": {
2553
+ "name": "Anchor",
2554
+ "module": "src/anchor/anchor.ts"
2313
2555
  }
2314
- }
2315
- ]
2316
- },
2317
- {
2318
- "kind": "variable",
2319
- "name": "foundationActionsMenuTemplate",
2320
- "type": {
2321
- "text": "ViewTemplate<ActionsMenu>"
2322
- },
2323
- "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`"
2324
- }
2325
- ],
2326
- "exports": [
2327
- {
2328
- "kind": "js",
2329
- "name": "menuTemplate",
2330
- "declaration": {
2331
- "name": "menuTemplate",
2332
- "module": "src/actions-menu/actions-menu.template.ts"
2333
- }
2334
- },
2335
- {
2336
- "kind": "js",
2337
- "name": "singleOptionTemplate",
2338
- "declaration": {
2339
- "name": "singleOptionTemplate",
2340
- "module": "src/actions-menu/actions-menu.template.ts"
2341
- }
2342
- },
2343
- {
2344
- "kind": "js",
2345
- "name": "foundationActionsMenuTemplate",
2346
- "declaration": {
2347
- "name": "foundationActionsMenuTemplate",
2348
- "module": "src/actions-menu/actions-menu.template.ts"
2349
- }
2350
- }
2351
- ]
2352
- },
2353
- {
2354
- "kind": "javascript-module",
2355
- "path": "src/actions-menu/actions-menu.ts",
2356
- "declarations": [
2357
- {
2358
- "kind": "class",
2359
- "description": "",
2360
- "name": "ActionsMenu",
2361
- "members": [
2556
+ },
2362
2557
  {
2363
- "kind": "field",
2364
- "name": "actions",
2558
+ "name": "hreflang",
2365
2559
  "type": {
2366
- "text": "ActionMenuItem[]"
2560
+ "text": "string"
2561
+ },
2562
+ "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.",
2563
+ "fieldName": "hreflang",
2564
+ "inheritedFrom": {
2565
+ "name": "Anchor",
2566
+ "module": "src/anchor/anchor.ts"
2367
2567
  }
2368
2568
  },
2369
2569
  {
2370
- "kind": "field",
2371
- "name": "isVertical",
2570
+ "name": "ping",
2372
2571
  "type": {
2373
- "text": "boolean"
2572
+ "text": "string"
2374
2573
  },
2375
- "default": "false"
2574
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2575
+ "fieldName": "ping",
2576
+ "inheritedFrom": {
2577
+ "name": "Anchor",
2578
+ "module": "src/anchor/anchor.ts"
2579
+ }
2376
2580
  },
2377
2581
  {
2378
- "kind": "field",
2379
- "name": "addDefaultActions",
2582
+ "name": "referrerpolicy",
2380
2583
  "type": {
2381
- "text": "boolean"
2584
+ "text": "string"
2382
2585
  },
2383
- "default": "true"
2586
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2587
+ "fieldName": "referrerpolicy",
2588
+ "inheritedFrom": {
2589
+ "name": "Anchor",
2590
+ "module": "src/anchor/anchor.ts"
2591
+ }
2384
2592
  },
2385
2593
  {
2386
- "kind": "field",
2387
- "name": "autoCloseOnAction",
2594
+ "name": "rel",
2388
2595
  "type": {
2389
- "text": "boolean"
2596
+ "text": "string"
2390
2597
  },
2391
- "default": "true"
2598
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2599
+ "fieldName": "rel",
2600
+ "inheritedFrom": {
2601
+ "name": "Anchor",
2602
+ "module": "src/anchor/anchor.ts"
2603
+ }
2604
+ },
2605
+ {
2606
+ "name": "target",
2607
+ "type": {
2608
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2609
+ },
2610
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2611
+ "fieldName": "target",
2612
+ "inheritedFrom": {
2613
+ "name": "Anchor",
2614
+ "module": "src/anchor/anchor.ts"
2615
+ }
2392
2616
  },
2393
2617
  {
2394
- "kind": "field",
2395
- "name": "classNames",
2618
+ "name": "type",
2396
2619
  "type": {
2397
2620
  "text": "string"
2621
+ },
2622
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2623
+ "fieldName": "type",
2624
+ "inheritedFrom": {
2625
+ "name": "Anchor",
2626
+ "module": "src/anchor/anchor.ts"
2398
2627
  }
2399
- },
2628
+ }
2629
+ ],
2630
+ "members": [
2400
2631
  {
2401
2632
  "kind": "field",
2402
- "name": "definition",
2633
+ "name": "download",
2403
2634
  "type": {
2404
- "text": "any"
2635
+ "text": "string"
2636
+ },
2637
+ "privacy": "public",
2638
+ "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.",
2639
+ "inheritedFrom": {
2640
+ "name": "Anchor",
2641
+ "module": "src/anchor/anchor.ts"
2405
2642
  }
2406
2643
  },
2407
2644
  {
2408
2645
  "kind": "field",
2409
- "name": "name",
2646
+ "name": "href",
2410
2647
  "type": {
2411
2648
  "text": "string"
2412
2649
  },
2413
- "default": "'Actions'"
2650
+ "privacy": "public",
2651
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2652
+ "inheritedFrom": {
2653
+ "name": "Anchor",
2654
+ "module": "src/anchor/anchor.ts"
2655
+ }
2414
2656
  },
2415
2657
  {
2416
2658
  "kind": "field",
2417
- "name": "open",
2659
+ "name": "hreflang",
2418
2660
  "type": {
2419
- "text": "boolean"
2661
+ "text": "string"
2420
2662
  },
2421
- "default": "false"
2663
+ "privacy": "public",
2664
+ "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.",
2665
+ "inheritedFrom": {
2666
+ "name": "Anchor",
2667
+ "module": "src/anchor/anchor.ts"
2668
+ }
2422
2669
  },
2423
2670
  {
2424
2671
  "kind": "field",
2425
- "name": "buttonAppearance",
2672
+ "name": "ping",
2426
2673
  "type": {
2427
2674
  "text": "string"
2675
+ },
2676
+ "privacy": "public",
2677
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2678
+ "inheritedFrom": {
2679
+ "name": "Anchor",
2680
+ "module": "src/anchor/anchor.ts"
2428
2681
  }
2429
2682
  },
2430
2683
  {
2431
2684
  "kind": "field",
2432
- "name": "hideDisabled",
2685
+ "name": "referrerpolicy",
2433
2686
  "type": {
2434
- "text": "boolean"
2687
+ "text": "string"
2435
2688
  },
2436
- "default": "false"
2689
+ "privacy": "public",
2690
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2691
+ "inheritedFrom": {
2692
+ "name": "Anchor",
2693
+ "module": "src/anchor/anchor.ts"
2694
+ }
2437
2695
  },
2438
2696
  {
2439
2697
  "kind": "field",
2440
- "name": "hideMenuSingleOption",
2698
+ "name": "rel",
2441
2699
  "type": {
2442
- "text": "boolean"
2700
+ "text": "string"
2443
2701
  },
2444
- "default": "false"
2702
+ "privacy": "public",
2703
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2704
+ "inheritedFrom": {
2705
+ "name": "Anchor",
2706
+ "module": "src/anchor/anchor.ts"
2707
+ }
2445
2708
  },
2446
2709
  {
2447
2710
  "kind": "field",
2448
- "name": "singleOption",
2711
+ "name": "target",
2449
2712
  "type": {
2450
- "text": "ActionMenuItem"
2713
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2714
+ },
2715
+ "privacy": "public",
2716
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2717
+ "inheritedFrom": {
2718
+ "name": "Anchor",
2719
+ "module": "src/anchor/anchor.ts"
2451
2720
  }
2452
2721
  },
2453
2722
  {
2454
2723
  "kind": "field",
2455
- "name": "actionsMenu",
2724
+ "name": "type",
2456
2725
  "type": {
2457
- "text": "HTMLElement"
2726
+ "text": "string"
2727
+ },
2728
+ "privacy": "public",
2729
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2730
+ "inheritedFrom": {
2731
+ "name": "Anchor",
2732
+ "module": "src/anchor/anchor.ts"
2458
2733
  }
2459
2734
  },
2460
- {
2461
- "kind": "method",
2462
- "name": "definitionChanged",
2463
- "privacy": "protected",
2464
- "parameters": [
2465
- {
2466
- "name": "oldValue",
2467
- "type": {
2468
- "text": "any"
2469
- }
2470
- },
2471
- {
2472
- "name": "newValue",
2473
- "type": {
2474
- "text": "any"
2475
- }
2476
- }
2477
- ]
2478
- },
2479
- {
2480
- "kind": "method",
2481
- "name": "openChanged",
2482
- "privacy": "protected"
2483
- },
2484
- {
2485
- "kind": "method",
2486
- "name": "toggleActionsMenuVisibility"
2487
- },
2488
- {
2489
- "kind": "method",
2490
- "name": "onActionMenuItemClick",
2491
- "parameters": [
2492
- {
2493
- "name": "callback",
2494
- "type": {
2495
- "text": "(rowData) => void | any"
2496
- }
2497
- }
2498
- ]
2499
- },
2500
2735
  {
2501
2736
  "kind": "field",
2502
- "name": "allActions",
2737
+ "name": "control",
2503
2738
  "type": {
2504
- "text": "ActionMenuItem[]"
2739
+ "text": "HTMLAnchorElement | undefined"
2505
2740
  },
2506
- "readonly": true
2741
+ "privacy": "public",
2742
+ "description": "References the root element",
2743
+ "inheritedFrom": {
2744
+ "name": "Anchor",
2745
+ "module": "src/anchor/anchor.ts"
2746
+ }
2507
2747
  },
2508
2748
  {
2509
2749
  "kind": "field",
2510
- "name": "rowData",
2511
- "readonly": true
2512
- },
2513
- {
2514
- "kind": "method",
2515
- "name": "getLabel",
2516
- "parameters": [
2517
- {
2518
- "name": "name",
2519
- "type": {
2520
- "text": "string | ((rowData: any) => string)"
2521
- }
2522
- }
2523
- ]
2524
- },
2525
- {
2526
- "kind": "method",
2527
- "name": "getTemplate",
2528
- "parameters": [
2529
- {
2530
- "name": "prefix",
2531
- "type": {
2532
- "text": "string"
2533
- }
2534
- }
2535
- ]
2750
+ "name": "handleUnsupportedDelegatesFocus",
2751
+ "privacy": "private",
2752
+ "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",
2753
+ "inheritedFrom": {
2754
+ "name": "Anchor",
2755
+ "module": "src/anchor/anchor.ts"
2756
+ }
2536
2757
  },
2537
2758
  {
2538
2759
  "kind": "field",
@@ -2632,121 +2853,82 @@
2632
2853
  }
2633
2854
  },
2634
2855
  {
2635
- "name": "elementDefinition",
2636
- "type": {
2637
- "text": "T"
2638
- },
2639
- "description": "The definition of the element to create the registry\nfunction for."
2640
- }
2641
- ],
2642
- "description": "Defines an element registry function with a set of element definition defaults.",
2643
- "inheritedFrom": {
2644
- "name": "FoundationElement",
2645
- "module": "src/foundation-element/foundation-element.ts"
2646
- }
2647
- }
2648
- ],
2649
- "attributes": [
2650
- {
2651
- "name": "is-vertical",
2652
- "type": {
2653
- "text": "boolean"
2654
- },
2655
- "default": "false",
2656
- "fieldName": "isVertical"
2657
- },
2658
- {
2659
- "name": "add-default-actions",
2660
- "type": {
2661
- "text": "boolean"
2662
- },
2663
- "default": "true",
2664
- "fieldName": "addDefaultActions"
2665
- },
2666
- {
2667
- "name": "auto-close-on-action",
2668
- "type": {
2669
- "text": "boolean"
2670
- },
2671
- "default": "true",
2672
- "fieldName": "autoCloseOnAction"
2673
- },
2674
- {
2675
- "name": "name",
2676
- "type": {
2677
- "text": "string"
2678
- },
2679
- "default": "'Actions'",
2680
- "fieldName": "name"
2681
- },
2682
- {
2683
- "name": "open",
2684
- "type": {
2685
- "text": "boolean"
2686
- },
2687
- "default": "false",
2688
- "fieldName": "open"
2689
- },
2690
- {
2691
- "name": "buttonAppearance",
2692
- "type": {
2693
- "text": "string"
2694
- },
2695
- "fieldName": "buttonAppearance"
2696
- },
2697
- {
2698
- "name": "hide-disabled",
2699
- "type": {
2700
- "text": "boolean"
2701
- },
2702
- "default": "false",
2703
- "fieldName": "hideDisabled"
2704
- },
2705
- {
2706
- "name": "hide-menu-single-option",
2707
- "type": {
2708
- "text": "boolean"
2709
- },
2710
- "default": "false",
2711
- "fieldName": "hideMenuSingleOption"
2856
+ "name": "elementDefinition",
2857
+ "type": {
2858
+ "text": "T"
2859
+ },
2860
+ "description": "The definition of the element to create the registry\nfunction for."
2861
+ }
2862
+ ],
2863
+ "description": "Defines an element registry function with a set of element definition defaults.",
2864
+ "inheritedFrom": {
2865
+ "name": "FoundationElement",
2866
+ "module": "src/foundation-element/foundation-element.ts"
2867
+ }
2712
2868
  }
2713
- ],
2714
- "superclass": {
2715
- "name": "FoundationElement",
2716
- "package": "@microsoft/fast-foundation"
2869
+ ]
2870
+ },
2871
+ {
2872
+ "kind": "variable",
2873
+ "name": "foundationAnchorShadowOptions",
2874
+ "type": {
2875
+ "text": "ShadowRootInit"
2717
2876
  },
2718
- "tagName": "%%prefix%%-actions-menu",
2719
- "customElement": true
2877
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2720
2878
  },
2721
2879
  {
2722
2880
  "kind": "variable",
2723
- "name": "foundationActionsMenu",
2724
- "description": "The Foundation Actions Menu",
2881
+ "name": "defaultAnchorConfig",
2882
+ "type": {
2883
+ "text": "object"
2884
+ },
2885
+ "default": "{}"
2886
+ },
2887
+ {
2888
+ "kind": "variable",
2889
+ "name": "foundationAnchor",
2890
+ "description": "The Foundation Anchor",
2725
2891
  "privacy": "public"
2726
2892
  }
2727
2893
  ],
2728
2894
  "exports": [
2729
2895
  {
2730
2896
  "kind": "js",
2731
- "name": "ActionsMenu",
2897
+ "name": "Anchor",
2732
2898
  "declaration": {
2733
- "name": "ActionsMenu",
2734
- "module": "src/actions-menu/actions-menu.ts"
2899
+ "name": "Anchor",
2900
+ "module": "src/anchor/anchor.ts"
2735
2901
  }
2736
2902
  },
2737
2903
  {
2738
2904
  "kind": "js",
2739
- "name": "foundationActionsMenu",
2905
+ "name": "foundationAnchorShadowOptions",
2740
2906
  "declaration": {
2741
- "name": "foundationActionsMenu",
2742
- "module": "src/actions-menu/actions-menu.ts"
2907
+ "name": "foundationAnchorShadowOptions",
2908
+ "module": "src/anchor/anchor.ts"
2909
+ }
2910
+ },
2911
+ {
2912
+ "kind": "js",
2913
+ "name": "defaultAnchorConfig",
2914
+ "declaration": {
2915
+ "name": "defaultAnchorConfig",
2916
+ "module": "src/anchor/anchor.ts"
2917
+ }
2918
+ },
2919
+ {
2920
+ "kind": "js",
2921
+ "name": "foundationAnchor",
2922
+ "declaration": {
2923
+ "name": "foundationAnchor",
2924
+ "module": "src/anchor/anchor.ts"
2743
2925
  }
2744
2926
  }
2745
2927
  ]
2746
2928
  },
2747
2929
  {
2748
2930
  "kind": "javascript-module",
2749
- "path": "src/actions-menu/index.ts",
2931
+ "path": "src/anchor/index.ts",
2750
2932
  "declarations": [],
2751
2933
  "exports": [
2752
2934
  {
@@ -2754,7 +2936,7 @@
2754
2936
  "name": "*",
2755
2937
  "declaration": {
2756
2938
  "name": "*",
2757
- "package": "./actions-menu.styles"
2939
+ "package": "./anchor.template"
2758
2940
  }
2759
2941
  },
2760
2942
  {
@@ -2762,7 +2944,7 @@
2762
2944
  "name": "*",
2763
2945
  "declaration": {
2764
2946
  "name": "*",
2765
- "package": "./actions-menu.template"
2947
+ "package": "./anchor.styles"
2766
2948
  }
2767
2949
  },
2768
2950
  {
@@ -2770,7 +2952,7 @@
2770
2952
  "name": "*",
2771
2953
  "declaration": {
2772
2954
  "name": "*",
2773
- "package": "./actions-menu"
2955
+ "package": "./anchor"
2774
2956
  }
2775
2957
  }
2776
2958
  ]
@@ -4365,188 +4547,6 @@
4365
4547
  }
4366
4548
  ]
4367
4549
  },
4368
- {
4369
- "kind": "javascript-module",
4370
- "path": "src/accordion/accordion.styles.ts",
4371
- "declarations": [
4372
- {
4373
- "kind": "function",
4374
- "name": "foundationAccordionStyles",
4375
- "return": {
4376
- "type": {
4377
- "text": "ElementStyles"
4378
- }
4379
- },
4380
- "parameters": [
4381
- {
4382
- "name": "context",
4383
- "type": {
4384
- "text": "ElementDefinitionContext"
4385
- }
4386
- },
4387
- {
4388
- "name": "definition",
4389
- "type": {
4390
- "text": "FoundationElementDefinition"
4391
- }
4392
- }
4393
- ]
4394
- }
4395
- ],
4396
- "exports": [
4397
- {
4398
- "kind": "js",
4399
- "name": "foundationAccordionStyles",
4400
- "declaration": {
4401
- "name": "foundationAccordionStyles",
4402
- "module": "src/accordion/accordion.styles.ts"
4403
- }
4404
- }
4405
- ]
4406
- },
4407
- {
4408
- "kind": "javascript-module",
4409
- "path": "src/accordion/accordion.template.ts",
4410
- "declarations": [
4411
- {
4412
- "kind": "function",
4413
- "name": "foundationAccordionTemplate",
4414
- "return": {
4415
- "type": {
4416
- "text": "ViewTemplate<Accordion>"
4417
- }
4418
- },
4419
- "parameters": [
4420
- {
4421
- "name": "context",
4422
- "type": {
4423
- "text": "ElementDefinitionContext"
4424
- }
4425
- },
4426
- {
4427
- "name": "definition",
4428
- "type": {
4429
- "text": "FoundationElementDefinition"
4430
- }
4431
- }
4432
- ]
4433
- }
4434
- ],
4435
- "exports": [
4436
- {
4437
- "kind": "js",
4438
- "name": "foundationAccordionTemplate",
4439
- "declaration": {
4440
- "name": "foundationAccordionTemplate",
4441
- "module": "src/accordion/accordion.template.ts"
4442
- }
4443
- }
4444
- ]
4445
- },
4446
- {
4447
- "kind": "javascript-module",
4448
- "path": "src/accordion/accordion.ts",
4449
- "declarations": [
4450
- {
4451
- "kind": "class",
4452
- "description": "",
4453
- "name": "Accordion",
4454
- "superclass": {
4455
- "name": "FASTAccordion",
4456
- "package": "@microsoft/fast-foundation"
4457
- },
4458
- "tagName": "%%prefix%%-accordion",
4459
- "customElement": true
4460
- },
4461
- {
4462
- "kind": "variable",
4463
- "name": "foundationAccordionShadowOptions",
4464
- "type": {
4465
- "text": "ShadowRootInit"
4466
- },
4467
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4468
- },
4469
- {
4470
- "kind": "variable",
4471
- "name": "defaultAccordionConfig",
4472
- "type": {
4473
- "text": "object"
4474
- },
4475
- "default": "{}"
4476
- },
4477
- {
4478
- "kind": "variable",
4479
- "name": "foundationAccordion",
4480
- "description": "The Foundation Accordion",
4481
- "privacy": "public"
4482
- }
4483
- ],
4484
- "exports": [
4485
- {
4486
- "kind": "js",
4487
- "name": "Accordion",
4488
- "declaration": {
4489
- "name": "Accordion",
4490
- "module": "src/accordion/accordion.ts"
4491
- }
4492
- },
4493
- {
4494
- "kind": "js",
4495
- "name": "foundationAccordionShadowOptions",
4496
- "declaration": {
4497
- "name": "foundationAccordionShadowOptions",
4498
- "module": "src/accordion/accordion.ts"
4499
- }
4500
- },
4501
- {
4502
- "kind": "js",
4503
- "name": "defaultAccordionConfig",
4504
- "declaration": {
4505
- "name": "defaultAccordionConfig",
4506
- "module": "src/accordion/accordion.ts"
4507
- }
4508
- },
4509
- {
4510
- "kind": "js",
4511
- "name": "foundationAccordion",
4512
- "declaration": {
4513
- "name": "foundationAccordion",
4514
- "module": "src/accordion/accordion.ts"
4515
- }
4516
- }
4517
- ]
4518
- },
4519
- {
4520
- "kind": "javascript-module",
4521
- "path": "src/accordion/index.ts",
4522
- "declarations": [],
4523
- "exports": [
4524
- {
4525
- "kind": "js",
4526
- "name": "*",
4527
- "declaration": {
4528
- "name": "*",
4529
- "package": "./accordion.template"
4530
- }
4531
- },
4532
- {
4533
- "kind": "js",
4534
- "name": "*",
4535
- "declaration": {
4536
- "name": "*",
4537
- "package": "./accordion.styles"
4538
- }
4539
- },
4540
- {
4541
- "kind": "js",
4542
- "name": "*",
4543
- "declaration": {
4544
- "name": "*",
4545
- "package": "./accordion"
4546
- }
4547
- }
4548
- ]
4549
- },
4550
4550
  {
4551
4551
  "kind": "javascript-module",
4552
4552
  "path": "src/avatar/avatar.styles.ts",