@genesislcap/foundation-ui 14.180.5 → 14.180.6

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.
@@ -817,6 +817,233 @@
817
817
  }
818
818
  ]
819
819
  },
820
+ {
821
+ "kind": "javascript-module",
822
+ "path": "src/_common/icons.ts",
823
+ "declarations": [
824
+ {
825
+ "kind": "function",
826
+ "name": "closeIcon",
827
+ "parameters": [
828
+ {
829
+ "name": "slot",
830
+ "default": "'start'"
831
+ },
832
+ {
833
+ "name": "fill",
834
+ "default": "'#879ba6'"
835
+ }
836
+ ]
837
+ }
838
+ ],
839
+ "exports": [
840
+ {
841
+ "kind": "js",
842
+ "name": "closeIcon",
843
+ "declaration": {
844
+ "name": "closeIcon",
845
+ "module": "src/_common/icons.ts"
846
+ }
847
+ }
848
+ ]
849
+ },
850
+ {
851
+ "kind": "javascript-module",
852
+ "path": "src/_common/index.ts",
853
+ "declarations": [],
854
+ "exports": [
855
+ {
856
+ "kind": "js",
857
+ "name": "*",
858
+ "declaration": {
859
+ "name": "*",
860
+ "package": "./icons"
861
+ }
862
+ }
863
+ ]
864
+ },
865
+ {
866
+ "kind": "javascript-module",
867
+ "path": "src/accordion/accordion.styles.ts",
868
+ "declarations": [
869
+ {
870
+ "kind": "function",
871
+ "name": "foundationAccordionStyles",
872
+ "return": {
873
+ "type": {
874
+ "text": "ElementStyles"
875
+ }
876
+ },
877
+ "parameters": [
878
+ {
879
+ "name": "context",
880
+ "type": {
881
+ "text": "ElementDefinitionContext"
882
+ }
883
+ },
884
+ {
885
+ "name": "definition",
886
+ "type": {
887
+ "text": "FoundationElementDefinition"
888
+ }
889
+ }
890
+ ]
891
+ }
892
+ ],
893
+ "exports": [
894
+ {
895
+ "kind": "js",
896
+ "name": "foundationAccordionStyles",
897
+ "declaration": {
898
+ "name": "foundationAccordionStyles",
899
+ "module": "src/accordion/accordion.styles.ts"
900
+ }
901
+ }
902
+ ]
903
+ },
904
+ {
905
+ "kind": "javascript-module",
906
+ "path": "src/accordion/accordion.template.ts",
907
+ "declarations": [
908
+ {
909
+ "kind": "function",
910
+ "name": "foundationAccordionTemplate",
911
+ "return": {
912
+ "type": {
913
+ "text": "ViewTemplate<Accordion>"
914
+ }
915
+ },
916
+ "parameters": [
917
+ {
918
+ "name": "context",
919
+ "type": {
920
+ "text": "ElementDefinitionContext"
921
+ }
922
+ },
923
+ {
924
+ "name": "definition",
925
+ "type": {
926
+ "text": "FoundationElementDefinition"
927
+ }
928
+ }
929
+ ]
930
+ }
931
+ ],
932
+ "exports": [
933
+ {
934
+ "kind": "js",
935
+ "name": "foundationAccordionTemplate",
936
+ "declaration": {
937
+ "name": "foundationAccordionTemplate",
938
+ "module": "src/accordion/accordion.template.ts"
939
+ }
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "kind": "javascript-module",
945
+ "path": "src/accordion/accordion.ts",
946
+ "declarations": [
947
+ {
948
+ "kind": "class",
949
+ "description": "",
950
+ "name": "Accordion",
951
+ "superclass": {
952
+ "name": "FASTAccordion",
953
+ "package": "@microsoft/fast-foundation"
954
+ },
955
+ "tagName": "%%prefix%%-accordion",
956
+ "customElement": true
957
+ },
958
+ {
959
+ "kind": "variable",
960
+ "name": "foundationAccordionShadowOptions",
961
+ "type": {
962
+ "text": "ShadowRootInit"
963
+ },
964
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
965
+ },
966
+ {
967
+ "kind": "variable",
968
+ "name": "defaultAccordionConfig",
969
+ "type": {
970
+ "text": "object"
971
+ },
972
+ "default": "{}"
973
+ },
974
+ {
975
+ "kind": "variable",
976
+ "name": "foundationAccordion",
977
+ "description": "The Foundation Accordion",
978
+ "privacy": "public"
979
+ }
980
+ ],
981
+ "exports": [
982
+ {
983
+ "kind": "js",
984
+ "name": "Accordion",
985
+ "declaration": {
986
+ "name": "Accordion",
987
+ "module": "src/accordion/accordion.ts"
988
+ }
989
+ },
990
+ {
991
+ "kind": "js",
992
+ "name": "foundationAccordionShadowOptions",
993
+ "declaration": {
994
+ "name": "foundationAccordionShadowOptions",
995
+ "module": "src/accordion/accordion.ts"
996
+ }
997
+ },
998
+ {
999
+ "kind": "js",
1000
+ "name": "defaultAccordionConfig",
1001
+ "declaration": {
1002
+ "name": "defaultAccordionConfig",
1003
+ "module": "src/accordion/accordion.ts"
1004
+ }
1005
+ },
1006
+ {
1007
+ "kind": "js",
1008
+ "name": "foundationAccordion",
1009
+ "declaration": {
1010
+ "name": "foundationAccordion",
1011
+ "module": "src/accordion/accordion.ts"
1012
+ }
1013
+ }
1014
+ ]
1015
+ },
1016
+ {
1017
+ "kind": "javascript-module",
1018
+ "path": "src/accordion/index.ts",
1019
+ "declarations": [],
1020
+ "exports": [
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "*",
1024
+ "declaration": {
1025
+ "name": "*",
1026
+ "package": "./accordion.template"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "*",
1032
+ "declaration": {
1033
+ "name": "*",
1034
+ "package": "./accordion.styles"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "*",
1040
+ "declaration": {
1041
+ "name": "*",
1042
+ "package": "./accordion"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
820
1047
  {
821
1048
  "kind": "javascript-module",
822
1049
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1211,6 +1438,37 @@
1211
1438
  }
1212
1439
  ]
1213
1440
  },
1441
+ {
1442
+ "kind": "javascript-module",
1443
+ "path": "src/_config/index.ts",
1444
+ "declarations": [],
1445
+ "exports": [
1446
+ {
1447
+ "kind": "js",
1448
+ "name": "*",
1449
+ "declaration": {
1450
+ "name": "*",
1451
+ "package": "./styles"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "js",
1456
+ "name": "*",
1457
+ "declaration": {
1458
+ "name": "*",
1459
+ "package": "./tokens"
1460
+ }
1461
+ },
1462
+ {
1463
+ "kind": "js",
1464
+ "name": "*",
1465
+ "declaration": {
1466
+ "name": "*",
1467
+ "package": "./values"
1468
+ }
1469
+ }
1470
+ ]
1471
+ },
1214
1472
  {
1215
1473
  "kind": "javascript-module",
1216
1474
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1770,739 +2028,6 @@
1770
2028
  }
1771
2029
  ]
1772
2030
  },
1773
- {
1774
- "kind": "javascript-module",
1775
- "path": "src/accordion/accordion.styles.ts",
1776
- "declarations": [
1777
- {
1778
- "kind": "function",
1779
- "name": "foundationAccordionStyles",
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": "foundationAccordionStyles",
1805
- "declaration": {
1806
- "name": "foundationAccordionStyles",
1807
- "module": "src/accordion/accordion.styles.ts"
1808
- }
1809
- }
1810
- ]
1811
- },
1812
- {
1813
- "kind": "javascript-module",
1814
- "path": "src/accordion/accordion.template.ts",
1815
- "declarations": [
1816
- {
1817
- "kind": "function",
1818
- "name": "foundationAccordionTemplate",
1819
- "return": {
1820
- "type": {
1821
- "text": "ViewTemplate<Accordion>"
1822
- }
1823
- },
1824
- "parameters": [
1825
- {
1826
- "name": "context",
1827
- "type": {
1828
- "text": "ElementDefinitionContext"
1829
- }
1830
- },
1831
- {
1832
- "name": "definition",
1833
- "type": {
1834
- "text": "FoundationElementDefinition"
1835
- }
1836
- }
1837
- ]
1838
- }
1839
- ],
1840
- "exports": [
1841
- {
1842
- "kind": "js",
1843
- "name": "foundationAccordionTemplate",
1844
- "declaration": {
1845
- "name": "foundationAccordionTemplate",
1846
- "module": "src/accordion/accordion.template.ts"
1847
- }
1848
- }
1849
- ]
1850
- },
1851
- {
1852
- "kind": "javascript-module",
1853
- "path": "src/accordion/accordion.ts",
1854
- "declarations": [
1855
- {
1856
- "kind": "class",
1857
- "description": "",
1858
- "name": "Accordion",
1859
- "superclass": {
1860
- "name": "FASTAccordion",
1861
- "package": "@microsoft/fast-foundation"
1862
- },
1863
- "tagName": "%%prefix%%-accordion",
1864
- "customElement": true
1865
- },
1866
- {
1867
- "kind": "variable",
1868
- "name": "foundationAccordionShadowOptions",
1869
- "type": {
1870
- "text": "ShadowRootInit"
1871
- },
1872
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1873
- },
1874
- {
1875
- "kind": "variable",
1876
- "name": "defaultAccordionConfig",
1877
- "type": {
1878
- "text": "object"
1879
- },
1880
- "default": "{}"
1881
- },
1882
- {
1883
- "kind": "variable",
1884
- "name": "foundationAccordion",
1885
- "description": "The Foundation Accordion",
1886
- "privacy": "public"
1887
- }
1888
- ],
1889
- "exports": [
1890
- {
1891
- "kind": "js",
1892
- "name": "Accordion",
1893
- "declaration": {
1894
- "name": "Accordion",
1895
- "module": "src/accordion/accordion.ts"
1896
- }
1897
- },
1898
- {
1899
- "kind": "js",
1900
- "name": "foundationAccordionShadowOptions",
1901
- "declaration": {
1902
- "name": "foundationAccordionShadowOptions",
1903
- "module": "src/accordion/accordion.ts"
1904
- }
1905
- },
1906
- {
1907
- "kind": "js",
1908
- "name": "defaultAccordionConfig",
1909
- "declaration": {
1910
- "name": "defaultAccordionConfig",
1911
- "module": "src/accordion/accordion.ts"
1912
- }
1913
- },
1914
- {
1915
- "kind": "js",
1916
- "name": "foundationAccordion",
1917
- "declaration": {
1918
- "name": "foundationAccordion",
1919
- "module": "src/accordion/accordion.ts"
1920
- }
1921
- }
1922
- ]
1923
- },
1924
- {
1925
- "kind": "javascript-module",
1926
- "path": "src/accordion/index.ts",
1927
- "declarations": [],
1928
- "exports": [
1929
- {
1930
- "kind": "js",
1931
- "name": "*",
1932
- "declaration": {
1933
- "name": "*",
1934
- "package": "./accordion.template"
1935
- }
1936
- },
1937
- {
1938
- "kind": "js",
1939
- "name": "*",
1940
- "declaration": {
1941
- "name": "*",
1942
- "package": "./accordion.styles"
1943
- }
1944
- },
1945
- {
1946
- "kind": "js",
1947
- "name": "*",
1948
- "declaration": {
1949
- "name": "*",
1950
- "package": "./accordion"
1951
- }
1952
- }
1953
- ]
1954
- },
1955
- {
1956
- "kind": "javascript-module",
1957
- "path": "src/_config/index.ts",
1958
- "declarations": [],
1959
- "exports": [
1960
- {
1961
- "kind": "js",
1962
- "name": "*",
1963
- "declaration": {
1964
- "name": "*",
1965
- "package": "./styles"
1966
- }
1967
- },
1968
- {
1969
- "kind": "js",
1970
- "name": "*",
1971
- "declaration": {
1972
- "name": "*",
1973
- "package": "./tokens"
1974
- }
1975
- },
1976
- {
1977
- "kind": "js",
1978
- "name": "*",
1979
- "declaration": {
1980
- "name": "*",
1981
- "package": "./values"
1982
- }
1983
- }
1984
- ]
1985
- },
1986
- {
1987
- "kind": "javascript-module",
1988
- "path": "src/anchor/anchor.styles.ts",
1989
- "declarations": [
1990
- {
1991
- "kind": "function",
1992
- "name": "foundationAnchorStyles",
1993
- "return": {
1994
- "type": {
1995
- "text": "ElementStyles"
1996
- }
1997
- },
1998
- "parameters": [
1999
- {
2000
- "name": "context",
2001
- "type": {
2002
- "text": "ElementDefinitionContext"
2003
- }
2004
- },
2005
- {
2006
- "name": "definition",
2007
- "type": {
2008
- "text": "FoundationElementDefinition"
2009
- }
2010
- }
2011
- ]
2012
- }
2013
- ],
2014
- "exports": [
2015
- {
2016
- "kind": "js",
2017
- "name": "foundationAnchorStyles",
2018
- "declaration": {
2019
- "name": "foundationAnchorStyles",
2020
- "module": "src/anchor/anchor.styles.ts"
2021
- }
2022
- }
2023
- ]
2024
- },
2025
- {
2026
- "kind": "javascript-module",
2027
- "path": "src/anchor/anchor.template.ts",
2028
- "declarations": [
2029
- {
2030
- "kind": "function",
2031
- "name": "foundationAnchorTemplate",
2032
- "return": {
2033
- "type": {
2034
- "text": "ViewTemplate<Anchor>"
2035
- }
2036
- },
2037
- "parameters": [
2038
- {
2039
- "name": "context",
2040
- "type": {
2041
- "text": "ElementDefinitionContext"
2042
- }
2043
- },
2044
- {
2045
- "name": "definition",
2046
- "type": {
2047
- "text": "FoundationElementDefinition"
2048
- }
2049
- }
2050
- ]
2051
- }
2052
- ],
2053
- "exports": [
2054
- {
2055
- "kind": "js",
2056
- "name": "foundationAnchorTemplate",
2057
- "declaration": {
2058
- "name": "foundationAnchorTemplate",
2059
- "module": "src/anchor/anchor.template.ts"
2060
- }
2061
- }
2062
- ]
2063
- },
2064
- {
2065
- "kind": "javascript-module",
2066
- "path": "src/anchor/anchor.ts",
2067
- "declarations": [
2068
- {
2069
- "kind": "class",
2070
- "description": "",
2071
- "name": "Anchor",
2072
- "superclass": {
2073
- "name": "FASTAnchor",
2074
- "package": "@microsoft/fast-components"
2075
- },
2076
- "tagName": "%%prefix%%-anchor",
2077
- "customElement": true,
2078
- "attributes": [
2079
- {
2080
- "name": "download",
2081
- "type": {
2082
- "text": "string"
2083
- },
2084
- "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.",
2085
- "fieldName": "download",
2086
- "inheritedFrom": {
2087
- "name": "Anchor",
2088
- "module": "src/anchor/anchor.ts"
2089
- }
2090
- },
2091
- {
2092
- "name": "href",
2093
- "type": {
2094
- "text": "string"
2095
- },
2096
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2097
- "fieldName": "href",
2098
- "inheritedFrom": {
2099
- "name": "Anchor",
2100
- "module": "src/anchor/anchor.ts"
2101
- }
2102
- },
2103
- {
2104
- "name": "hreflang",
2105
- "type": {
2106
- "text": "string"
2107
- },
2108
- "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.",
2109
- "fieldName": "hreflang",
2110
- "inheritedFrom": {
2111
- "name": "Anchor",
2112
- "module": "src/anchor/anchor.ts"
2113
- }
2114
- },
2115
- {
2116
- "name": "ping",
2117
- "type": {
2118
- "text": "string"
2119
- },
2120
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2121
- "fieldName": "ping",
2122
- "inheritedFrom": {
2123
- "name": "Anchor",
2124
- "module": "src/anchor/anchor.ts"
2125
- }
2126
- },
2127
- {
2128
- "name": "referrerpolicy",
2129
- "type": {
2130
- "text": "string"
2131
- },
2132
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2133
- "fieldName": "referrerpolicy",
2134
- "inheritedFrom": {
2135
- "name": "Anchor",
2136
- "module": "src/anchor/anchor.ts"
2137
- }
2138
- },
2139
- {
2140
- "name": "rel",
2141
- "type": {
2142
- "text": "string"
2143
- },
2144
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2145
- "fieldName": "rel",
2146
- "inheritedFrom": {
2147
- "name": "Anchor",
2148
- "module": "src/anchor/anchor.ts"
2149
- }
2150
- },
2151
- {
2152
- "name": "target",
2153
- "type": {
2154
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2155
- },
2156
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2157
- "fieldName": "target",
2158
- "inheritedFrom": {
2159
- "name": "Anchor",
2160
- "module": "src/anchor/anchor.ts"
2161
- }
2162
- },
2163
- {
2164
- "name": "type",
2165
- "type": {
2166
- "text": "string"
2167
- },
2168
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2169
- "fieldName": "type",
2170
- "inheritedFrom": {
2171
- "name": "Anchor",
2172
- "module": "src/anchor/anchor.ts"
2173
- }
2174
- }
2175
- ],
2176
- "members": [
2177
- {
2178
- "kind": "field",
2179
- "name": "download",
2180
- "type": {
2181
- "text": "string"
2182
- },
2183
- "privacy": "public",
2184
- "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.",
2185
- "inheritedFrom": {
2186
- "name": "Anchor",
2187
- "module": "src/anchor/anchor.ts"
2188
- }
2189
- },
2190
- {
2191
- "kind": "field",
2192
- "name": "href",
2193
- "type": {
2194
- "text": "string"
2195
- },
2196
- "privacy": "public",
2197
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2198
- "inheritedFrom": {
2199
- "name": "Anchor",
2200
- "module": "src/anchor/anchor.ts"
2201
- }
2202
- },
2203
- {
2204
- "kind": "field",
2205
- "name": "hreflang",
2206
- "type": {
2207
- "text": "string"
2208
- },
2209
- "privacy": "public",
2210
- "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.",
2211
- "inheritedFrom": {
2212
- "name": "Anchor",
2213
- "module": "src/anchor/anchor.ts"
2214
- }
2215
- },
2216
- {
2217
- "kind": "field",
2218
- "name": "ping",
2219
- "type": {
2220
- "text": "string"
2221
- },
2222
- "privacy": "public",
2223
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2224
- "inheritedFrom": {
2225
- "name": "Anchor",
2226
- "module": "src/anchor/anchor.ts"
2227
- }
2228
- },
2229
- {
2230
- "kind": "field",
2231
- "name": "referrerpolicy",
2232
- "type": {
2233
- "text": "string"
2234
- },
2235
- "privacy": "public",
2236
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2237
- "inheritedFrom": {
2238
- "name": "Anchor",
2239
- "module": "src/anchor/anchor.ts"
2240
- }
2241
- },
2242
- {
2243
- "kind": "field",
2244
- "name": "rel",
2245
- "type": {
2246
- "text": "string"
2247
- },
2248
- "privacy": "public",
2249
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2250
- "inheritedFrom": {
2251
- "name": "Anchor",
2252
- "module": "src/anchor/anchor.ts"
2253
- }
2254
- },
2255
- {
2256
- "kind": "field",
2257
- "name": "target",
2258
- "type": {
2259
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2260
- },
2261
- "privacy": "public",
2262
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2263
- "inheritedFrom": {
2264
- "name": "Anchor",
2265
- "module": "src/anchor/anchor.ts"
2266
- }
2267
- },
2268
- {
2269
- "kind": "field",
2270
- "name": "type",
2271
- "type": {
2272
- "text": "string"
2273
- },
2274
- "privacy": "public",
2275
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2276
- "inheritedFrom": {
2277
- "name": "Anchor",
2278
- "module": "src/anchor/anchor.ts"
2279
- }
2280
- },
2281
- {
2282
- "kind": "field",
2283
- "name": "control",
2284
- "type": {
2285
- "text": "HTMLAnchorElement | undefined"
2286
- },
2287
- "privacy": "public",
2288
- "description": "References the root element",
2289
- "inheritedFrom": {
2290
- "name": "Anchor",
2291
- "module": "src/anchor/anchor.ts"
2292
- }
2293
- },
2294
- {
2295
- "kind": "field",
2296
- "name": "handleUnsupportedDelegatesFocus",
2297
- "privacy": "private",
2298
- "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",
2299
- "inheritedFrom": {
2300
- "name": "Anchor",
2301
- "module": "src/anchor/anchor.ts"
2302
- }
2303
- },
2304
- {
2305
- "kind": "field",
2306
- "name": "_presentation",
2307
- "type": {
2308
- "text": "ComponentPresentation | null | undefined"
2309
- },
2310
- "privacy": "private",
2311
- "default": "void 0",
2312
- "inheritedFrom": {
2313
- "name": "FoundationElement",
2314
- "module": "src/foundation-element/foundation-element.ts"
2315
- }
2316
- },
2317
- {
2318
- "kind": "field",
2319
- "name": "$presentation",
2320
- "type": {
2321
- "text": "ComponentPresentation | null"
2322
- },
2323
- "privacy": "public",
2324
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2325
- "inheritedFrom": {
2326
- "name": "FoundationElement",
2327
- "module": "src/foundation-element/foundation-element.ts"
2328
- }
2329
- },
2330
- {
2331
- "kind": "field",
2332
- "name": "template",
2333
- "type": {
2334
- "text": "ElementViewTemplate | void | null"
2335
- },
2336
- "privacy": "public",
2337
- "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.",
2338
- "inheritedFrom": {
2339
- "name": "FoundationElement",
2340
- "module": "src/foundation-element/foundation-element.ts"
2341
- }
2342
- },
2343
- {
2344
- "kind": "method",
2345
- "name": "templateChanged",
2346
- "privacy": "protected",
2347
- "return": {
2348
- "type": {
2349
- "text": "void"
2350
- }
2351
- },
2352
- "inheritedFrom": {
2353
- "name": "FoundationElement",
2354
- "module": "src/foundation-element/foundation-element.ts"
2355
- }
2356
- },
2357
- {
2358
- "kind": "field",
2359
- "name": "styles",
2360
- "type": {
2361
- "text": "ElementStyles | void | null"
2362
- },
2363
- "privacy": "public",
2364
- "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.",
2365
- "inheritedFrom": {
2366
- "name": "FoundationElement",
2367
- "module": "src/foundation-element/foundation-element.ts"
2368
- }
2369
- },
2370
- {
2371
- "kind": "method",
2372
- "name": "stylesChanged",
2373
- "privacy": "protected",
2374
- "return": {
2375
- "type": {
2376
- "text": "void"
2377
- }
2378
- },
2379
- "inheritedFrom": {
2380
- "name": "FoundationElement",
2381
- "module": "src/foundation-element/foundation-element.ts"
2382
- }
2383
- },
2384
- {
2385
- "kind": "method",
2386
- "name": "compose",
2387
- "privacy": "public",
2388
- "static": true,
2389
- "return": {
2390
- "type": {
2391
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2392
- }
2393
- },
2394
- "parameters": [
2395
- {
2396
- "name": "this",
2397
- "type": {
2398
- "text": "K"
2399
- }
2400
- },
2401
- {
2402
- "name": "elementDefinition",
2403
- "type": {
2404
- "text": "T"
2405
- },
2406
- "description": "The definition of the element to create the registry\nfunction for."
2407
- }
2408
- ],
2409
- "description": "Defines an element registry function with a set of element definition defaults.",
2410
- "inheritedFrom": {
2411
- "name": "FoundationElement",
2412
- "module": "src/foundation-element/foundation-element.ts"
2413
- }
2414
- }
2415
- ]
2416
- },
2417
- {
2418
- "kind": "variable",
2419
- "name": "foundationAnchorShadowOptions",
2420
- "type": {
2421
- "text": "ShadowRootInit"
2422
- },
2423
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2424
- },
2425
- {
2426
- "kind": "variable",
2427
- "name": "defaultAnchorConfig",
2428
- "type": {
2429
- "text": "object"
2430
- },
2431
- "default": "{}"
2432
- },
2433
- {
2434
- "kind": "variable",
2435
- "name": "foundationAnchor",
2436
- "description": "The Foundation Anchor",
2437
- "privacy": "public"
2438
- }
2439
- ],
2440
- "exports": [
2441
- {
2442
- "kind": "js",
2443
- "name": "Anchor",
2444
- "declaration": {
2445
- "name": "Anchor",
2446
- "module": "src/anchor/anchor.ts"
2447
- }
2448
- },
2449
- {
2450
- "kind": "js",
2451
- "name": "foundationAnchorShadowOptions",
2452
- "declaration": {
2453
- "name": "foundationAnchorShadowOptions",
2454
- "module": "src/anchor/anchor.ts"
2455
- }
2456
- },
2457
- {
2458
- "kind": "js",
2459
- "name": "defaultAnchorConfig",
2460
- "declaration": {
2461
- "name": "defaultAnchorConfig",
2462
- "module": "src/anchor/anchor.ts"
2463
- }
2464
- },
2465
- {
2466
- "kind": "js",
2467
- "name": "foundationAnchor",
2468
- "declaration": {
2469
- "name": "foundationAnchor",
2470
- "module": "src/anchor/anchor.ts"
2471
- }
2472
- }
2473
- ]
2474
- },
2475
- {
2476
- "kind": "javascript-module",
2477
- "path": "src/anchor/index.ts",
2478
- "declarations": [],
2479
- "exports": [
2480
- {
2481
- "kind": "js",
2482
- "name": "*",
2483
- "declaration": {
2484
- "name": "*",
2485
- "package": "./anchor.template"
2486
- }
2487
- },
2488
- {
2489
- "kind": "js",
2490
- "name": "*",
2491
- "declaration": {
2492
- "name": "*",
2493
- "package": "./anchor.styles"
2494
- }
2495
- },
2496
- {
2497
- "kind": "js",
2498
- "name": "*",
2499
- "declaration": {
2500
- "name": "*",
2501
- "package": "./anchor"
2502
- }
2503
- }
2504
- ]
2505
- },
2506
2031
  {
2507
2032
  "kind": "javascript-module",
2508
2033
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -3649,228 +3174,766 @@
3649
3174
  }
3650
3175
  },
3651
3176
  {
3652
- "kind": "method",
3653
- "name": "setInitialState",
3654
- "privacy": "private",
3655
- "return": {
3656
- "type": {
3657
- "text": "void"
3658
- }
3659
- },
3660
- "description": "sets the starting configuration for component internal values",
3661
- "inheritedFrom": {
3662
- "name": "AnchoredRegion",
3663
- "module": "src/anchored-region/anchored-region.ts"
3177
+ "kind": "method",
3178
+ "name": "setInitialState",
3179
+ "privacy": "private",
3180
+ "return": {
3181
+ "type": {
3182
+ "text": "void"
3183
+ }
3184
+ },
3185
+ "description": "sets the starting configuration for component internal values",
3186
+ "inheritedFrom": {
3187
+ "name": "AnchoredRegion",
3188
+ "module": "src/anchored-region/anchored-region.ts"
3189
+ }
3190
+ },
3191
+ {
3192
+ "kind": "field",
3193
+ "name": "startObservers",
3194
+ "privacy": "private",
3195
+ "description": "starts observers",
3196
+ "inheritedFrom": {
3197
+ "name": "AnchoredRegion",
3198
+ "module": "src/anchored-region/anchored-region.ts"
3199
+ }
3200
+ },
3201
+ {
3202
+ "kind": "field",
3203
+ "name": "requestPositionUpdates",
3204
+ "privacy": "private",
3205
+ "description": "get position updates",
3206
+ "inheritedFrom": {
3207
+ "name": "AnchoredRegion",
3208
+ "module": "src/anchored-region/anchored-region.ts"
3209
+ }
3210
+ },
3211
+ {
3212
+ "kind": "field",
3213
+ "name": "stopObservers",
3214
+ "privacy": "private",
3215
+ "description": "stops observers",
3216
+ "inheritedFrom": {
3217
+ "name": "AnchoredRegion",
3218
+ "module": "src/anchored-region/anchored-region.ts"
3219
+ }
3220
+ },
3221
+ {
3222
+ "kind": "field",
3223
+ "name": "getViewport",
3224
+ "privacy": "private",
3225
+ "description": "Gets the viewport element by id, or defaults to document root",
3226
+ "inheritedFrom": {
3227
+ "name": "AnchoredRegion",
3228
+ "module": "src/anchored-region/anchored-region.ts"
3229
+ }
3230
+ },
3231
+ {
3232
+ "kind": "field",
3233
+ "name": "getAnchor",
3234
+ "privacy": "private",
3235
+ "description": "Gets the anchor element by id",
3236
+ "inheritedFrom": {
3237
+ "name": "AnchoredRegion",
3238
+ "module": "src/anchored-region/anchored-region.ts"
3239
+ }
3240
+ },
3241
+ {
3242
+ "kind": "field",
3243
+ "name": "handleIntersection",
3244
+ "privacy": "private",
3245
+ "description": "Handle intersections",
3246
+ "inheritedFrom": {
3247
+ "name": "AnchoredRegion",
3248
+ "module": "src/anchored-region/anchored-region.ts"
3249
+ }
3250
+ },
3251
+ {
3252
+ "kind": "field",
3253
+ "name": "applyIntersectionEntries",
3254
+ "privacy": "private",
3255
+ "description": "iterate through intersection entries and apply data",
3256
+ "inheritedFrom": {
3257
+ "name": "AnchoredRegion",
3258
+ "module": "src/anchored-region/anchored-region.ts"
3259
+ }
3260
+ },
3261
+ {
3262
+ "kind": "field",
3263
+ "name": "updateRegionOffset",
3264
+ "privacy": "private",
3265
+ "description": "Update the offset values",
3266
+ "inheritedFrom": {
3267
+ "name": "AnchoredRegion",
3268
+ "module": "src/anchored-region/anchored-region.ts"
3269
+ }
3270
+ },
3271
+ {
3272
+ "kind": "field",
3273
+ "name": "isRectDifferent",
3274
+ "privacy": "private",
3275
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3276
+ "inheritedFrom": {
3277
+ "name": "AnchoredRegion",
3278
+ "module": "src/anchored-region/anchored-region.ts"
3279
+ }
3280
+ },
3281
+ {
3282
+ "kind": "field",
3283
+ "name": "handleResize",
3284
+ "privacy": "private",
3285
+ "description": "Handle resize events",
3286
+ "inheritedFrom": {
3287
+ "name": "AnchoredRegion",
3288
+ "module": "src/anchored-region/anchored-region.ts"
3289
+ }
3290
+ },
3291
+ {
3292
+ "kind": "field",
3293
+ "name": "reset",
3294
+ "privacy": "private",
3295
+ "description": "resets the component",
3296
+ "inheritedFrom": {
3297
+ "name": "AnchoredRegion",
3298
+ "module": "src/anchored-region/anchored-region.ts"
3299
+ }
3300
+ },
3301
+ {
3302
+ "kind": "field",
3303
+ "name": "updateLayout",
3304
+ "privacy": "private",
3305
+ "description": "Recalculate layout related state values",
3306
+ "inheritedFrom": {
3307
+ "name": "AnchoredRegion",
3308
+ "module": "src/anchored-region/anchored-region.ts"
3309
+ }
3310
+ },
3311
+ {
3312
+ "kind": "field",
3313
+ "name": "updateRegionStyle",
3314
+ "privacy": "private",
3315
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3316
+ "inheritedFrom": {
3317
+ "name": "AnchoredRegion",
3318
+ "module": "src/anchored-region/anchored-region.ts"
3319
+ }
3320
+ },
3321
+ {
3322
+ "kind": "field",
3323
+ "name": "updatePositionClasses",
3324
+ "privacy": "private",
3325
+ "description": "Updates the css classes that reflect the current position of the element",
3326
+ "inheritedFrom": {
3327
+ "name": "AnchoredRegion",
3328
+ "module": "src/anchored-region/anchored-region.ts"
3329
+ }
3330
+ },
3331
+ {
3332
+ "kind": "field",
3333
+ "name": "setHorizontalPosition",
3334
+ "privacy": "private",
3335
+ "description": "Get horizontal positioning state based on desired position",
3336
+ "inheritedFrom": {
3337
+ "name": "AnchoredRegion",
3338
+ "module": "src/anchored-region/anchored-region.ts"
3339
+ }
3340
+ },
3341
+ {
3342
+ "kind": "field",
3343
+ "name": "setVerticalPosition",
3344
+ "privacy": "private",
3345
+ "description": "Set vertical positioning state based on desired position",
3346
+ "inheritedFrom": {
3347
+ "name": "AnchoredRegion",
3348
+ "module": "src/anchored-region/anchored-region.ts"
3349
+ }
3350
+ },
3351
+ {
3352
+ "kind": "field",
3353
+ "name": "getPositioningOptions",
3354
+ "privacy": "private",
3355
+ "description": "Get available positions based on positioning mode",
3356
+ "inheritedFrom": {
3357
+ "name": "AnchoredRegion",
3358
+ "module": "src/anchored-region/anchored-region.ts"
3359
+ }
3360
+ },
3361
+ {
3362
+ "kind": "field",
3363
+ "name": "getAvailableSpace",
3364
+ "privacy": "private",
3365
+ "description": "Get the space available for a particular relative position",
3366
+ "inheritedFrom": {
3367
+ "name": "AnchoredRegion",
3368
+ "module": "src/anchored-region/anchored-region.ts"
3369
+ }
3370
+ },
3371
+ {
3372
+ "kind": "field",
3373
+ "name": "getNextRegionDimension",
3374
+ "privacy": "private",
3375
+ "description": "Get region dimensions",
3376
+ "inheritedFrom": {
3377
+ "name": "AnchoredRegion",
3378
+ "module": "src/anchored-region/anchored-region.ts"
3379
+ }
3380
+ },
3381
+ {
3382
+ "kind": "field",
3383
+ "name": "startAutoUpdateEventListeners",
3384
+ "privacy": "private",
3385
+ "description": "starts event listeners that can trigger auto updating",
3386
+ "inheritedFrom": {
3387
+ "name": "AnchoredRegion",
3388
+ "module": "src/anchored-region/anchored-region.ts"
3389
+ }
3390
+ },
3391
+ {
3392
+ "kind": "field",
3393
+ "name": "stopAutoUpdateEventListeners",
3394
+ "privacy": "private",
3395
+ "description": "stops event listeners that can trigger auto updating",
3396
+ "inheritedFrom": {
3397
+ "name": "AnchoredRegion",
3398
+ "module": "src/anchored-region/anchored-region.ts"
3399
+ }
3400
+ },
3401
+ {
3402
+ "kind": "field",
3403
+ "name": "_presentation",
3404
+ "type": {
3405
+ "text": "ComponentPresentation | null | undefined"
3406
+ },
3407
+ "privacy": "private",
3408
+ "default": "void 0",
3409
+ "inheritedFrom": {
3410
+ "name": "FoundationElement",
3411
+ "module": "src/foundation-element/foundation-element.ts"
3412
+ }
3413
+ },
3414
+ {
3415
+ "kind": "field",
3416
+ "name": "$presentation",
3417
+ "type": {
3418
+ "text": "ComponentPresentation | null"
3419
+ },
3420
+ "privacy": "public",
3421
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3422
+ "inheritedFrom": {
3423
+ "name": "FoundationElement",
3424
+ "module": "src/foundation-element/foundation-element.ts"
3425
+ }
3426
+ },
3427
+ {
3428
+ "kind": "field",
3429
+ "name": "template",
3430
+ "type": {
3431
+ "text": "ElementViewTemplate | void | null"
3432
+ },
3433
+ "privacy": "public",
3434
+ "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.",
3435
+ "inheritedFrom": {
3436
+ "name": "FoundationElement",
3437
+ "module": "src/foundation-element/foundation-element.ts"
3438
+ }
3439
+ },
3440
+ {
3441
+ "kind": "method",
3442
+ "name": "templateChanged",
3443
+ "privacy": "protected",
3444
+ "return": {
3445
+ "type": {
3446
+ "text": "void"
3447
+ }
3448
+ },
3449
+ "inheritedFrom": {
3450
+ "name": "FoundationElement",
3451
+ "module": "src/foundation-element/foundation-element.ts"
3452
+ }
3453
+ },
3454
+ {
3455
+ "kind": "field",
3456
+ "name": "styles",
3457
+ "type": {
3458
+ "text": "ElementStyles | void | null"
3459
+ },
3460
+ "privacy": "public",
3461
+ "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.",
3462
+ "inheritedFrom": {
3463
+ "name": "FoundationElement",
3464
+ "module": "src/foundation-element/foundation-element.ts"
3465
+ }
3466
+ },
3467
+ {
3468
+ "kind": "method",
3469
+ "name": "stylesChanged",
3470
+ "privacy": "protected",
3471
+ "return": {
3472
+ "type": {
3473
+ "text": "void"
3474
+ }
3475
+ },
3476
+ "inheritedFrom": {
3477
+ "name": "FoundationElement",
3478
+ "module": "src/foundation-element/foundation-element.ts"
3479
+ }
3480
+ },
3481
+ {
3482
+ "kind": "method",
3483
+ "name": "compose",
3484
+ "privacy": "public",
3485
+ "static": true,
3486
+ "return": {
3487
+ "type": {
3488
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3489
+ }
3490
+ },
3491
+ "parameters": [
3492
+ {
3493
+ "name": "this",
3494
+ "type": {
3495
+ "text": "K"
3496
+ }
3497
+ },
3498
+ {
3499
+ "name": "elementDefinition",
3500
+ "type": {
3501
+ "text": "T"
3502
+ },
3503
+ "description": "The definition of the element to create the registry\nfunction for."
3504
+ }
3505
+ ],
3506
+ "description": "Defines an element registry function with a set of element definition defaults.",
3507
+ "inheritedFrom": {
3508
+ "name": "FoundationElement",
3509
+ "module": "src/foundation-element/foundation-element.ts"
3510
+ }
3511
+ }
3512
+ ],
3513
+ "events": [
3514
+ {
3515
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3516
+ "name": "loaded",
3517
+ "inheritedFrom": {
3518
+ "name": "AnchoredRegion",
3519
+ "module": "src/anchored-region/anchored-region.ts"
3520
+ }
3521
+ },
3522
+ {
3523
+ "description": "Fires a custom 'positionchange' event when the position has changed",
3524
+ "name": "positionchange",
3525
+ "inheritedFrom": {
3526
+ "name": "AnchoredRegion",
3527
+ "module": "src/anchored-region/anchored-region.ts"
3528
+ }
3529
+ }
3530
+ ]
3531
+ },
3532
+ {
3533
+ "kind": "variable",
3534
+ "name": "foundationAnchoredRegionShadowOptions",
3535
+ "type": {
3536
+ "text": "ShadowRootInit"
3537
+ },
3538
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3539
+ },
3540
+ {
3541
+ "kind": "variable",
3542
+ "name": "defaultAnchoredRegionConfig",
3543
+ "type": {
3544
+ "text": "object"
3545
+ },
3546
+ "default": "{}"
3547
+ },
3548
+ {
3549
+ "kind": "variable",
3550
+ "name": "foundationAnchoredRegion",
3551
+ "description": "The Foundation Anchored Region",
3552
+ "privacy": "public"
3553
+ }
3554
+ ],
3555
+ "exports": [
3556
+ {
3557
+ "kind": "js",
3558
+ "name": "AnchoredRegion",
3559
+ "declaration": {
3560
+ "name": "AnchoredRegion",
3561
+ "module": "src/anchored-region/anchored-region.ts"
3562
+ }
3563
+ },
3564
+ {
3565
+ "kind": "js",
3566
+ "name": "foundationAnchoredRegionShadowOptions",
3567
+ "declaration": {
3568
+ "name": "foundationAnchoredRegionShadowOptions",
3569
+ "module": "src/anchored-region/anchored-region.ts"
3570
+ }
3571
+ },
3572
+ {
3573
+ "kind": "js",
3574
+ "name": "defaultAnchoredRegionConfig",
3575
+ "declaration": {
3576
+ "name": "defaultAnchoredRegionConfig",
3577
+ "module": "src/anchored-region/anchored-region.ts"
3578
+ }
3579
+ },
3580
+ {
3581
+ "kind": "js",
3582
+ "name": "foundationAnchoredRegion",
3583
+ "declaration": {
3584
+ "name": "foundationAnchoredRegion",
3585
+ "module": "src/anchored-region/anchored-region.ts"
3586
+ }
3587
+ }
3588
+ ]
3589
+ },
3590
+ {
3591
+ "kind": "javascript-module",
3592
+ "path": "src/anchored-region/index.ts",
3593
+ "declarations": [],
3594
+ "exports": [
3595
+ {
3596
+ "kind": "js",
3597
+ "name": "*",
3598
+ "declaration": {
3599
+ "name": "*",
3600
+ "package": "./anchor-region.template"
3601
+ }
3602
+ },
3603
+ {
3604
+ "kind": "js",
3605
+ "name": "*",
3606
+ "declaration": {
3607
+ "name": "*",
3608
+ "package": "./anchored-region.styles"
3609
+ }
3610
+ },
3611
+ {
3612
+ "kind": "js",
3613
+ "name": "*",
3614
+ "declaration": {
3615
+ "name": "*",
3616
+ "package": "./anchored-region"
3617
+ }
3618
+ }
3619
+ ]
3620
+ },
3621
+ {
3622
+ "kind": "javascript-module",
3623
+ "path": "src/anchor/anchor.styles.ts",
3624
+ "declarations": [
3625
+ {
3626
+ "kind": "function",
3627
+ "name": "foundationAnchorStyles",
3628
+ "return": {
3629
+ "type": {
3630
+ "text": "ElementStyles"
3631
+ }
3632
+ },
3633
+ "parameters": [
3634
+ {
3635
+ "name": "context",
3636
+ "type": {
3637
+ "text": "ElementDefinitionContext"
3664
3638
  }
3665
3639
  },
3666
3640
  {
3667
- "kind": "field",
3668
- "name": "startObservers",
3669
- "privacy": "private",
3670
- "description": "starts observers",
3671
- "inheritedFrom": {
3672
- "name": "AnchoredRegion",
3673
- "module": "src/anchored-region/anchored-region.ts"
3641
+ "name": "definition",
3642
+ "type": {
3643
+ "text": "FoundationElementDefinition"
3674
3644
  }
3675
- },
3645
+ }
3646
+ ]
3647
+ }
3648
+ ],
3649
+ "exports": [
3650
+ {
3651
+ "kind": "js",
3652
+ "name": "foundationAnchorStyles",
3653
+ "declaration": {
3654
+ "name": "foundationAnchorStyles",
3655
+ "module": "src/anchor/anchor.styles.ts"
3656
+ }
3657
+ }
3658
+ ]
3659
+ },
3660
+ {
3661
+ "kind": "javascript-module",
3662
+ "path": "src/anchor/anchor.template.ts",
3663
+ "declarations": [
3664
+ {
3665
+ "kind": "function",
3666
+ "name": "foundationAnchorTemplate",
3667
+ "return": {
3668
+ "type": {
3669
+ "text": "ViewTemplate<Anchor>"
3670
+ }
3671
+ },
3672
+ "parameters": [
3676
3673
  {
3677
- "kind": "field",
3678
- "name": "requestPositionUpdates",
3679
- "privacy": "private",
3680
- "description": "get position updates",
3681
- "inheritedFrom": {
3682
- "name": "AnchoredRegion",
3683
- "module": "src/anchored-region/anchored-region.ts"
3674
+ "name": "context",
3675
+ "type": {
3676
+ "text": "ElementDefinitionContext"
3684
3677
  }
3685
3678
  },
3686
3679
  {
3687
- "kind": "field",
3688
- "name": "stopObservers",
3689
- "privacy": "private",
3690
- "description": "stops observers",
3691
- "inheritedFrom": {
3692
- "name": "AnchoredRegion",
3693
- "module": "src/anchored-region/anchored-region.ts"
3680
+ "name": "definition",
3681
+ "type": {
3682
+ "text": "FoundationElementDefinition"
3694
3683
  }
3695
- },
3684
+ }
3685
+ ]
3686
+ }
3687
+ ],
3688
+ "exports": [
3689
+ {
3690
+ "kind": "js",
3691
+ "name": "foundationAnchorTemplate",
3692
+ "declaration": {
3693
+ "name": "foundationAnchorTemplate",
3694
+ "module": "src/anchor/anchor.template.ts"
3695
+ }
3696
+ }
3697
+ ]
3698
+ },
3699
+ {
3700
+ "kind": "javascript-module",
3701
+ "path": "src/anchor/anchor.ts",
3702
+ "declarations": [
3703
+ {
3704
+ "kind": "class",
3705
+ "description": "",
3706
+ "name": "Anchor",
3707
+ "superclass": {
3708
+ "name": "FASTAnchor",
3709
+ "package": "@microsoft/fast-components"
3710
+ },
3711
+ "tagName": "%%prefix%%-anchor",
3712
+ "customElement": true,
3713
+ "attributes": [
3696
3714
  {
3697
- "kind": "field",
3698
- "name": "getViewport",
3699
- "privacy": "private",
3700
- "description": "Gets the viewport element by id, or defaults to document root",
3715
+ "name": "download",
3716
+ "type": {
3717
+ "text": "string"
3718
+ },
3719
+ "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.",
3720
+ "fieldName": "download",
3701
3721
  "inheritedFrom": {
3702
- "name": "AnchoredRegion",
3703
- "module": "src/anchored-region/anchored-region.ts"
3722
+ "name": "Anchor",
3723
+ "module": "src/anchor/anchor.ts"
3704
3724
  }
3705
3725
  },
3706
3726
  {
3707
- "kind": "field",
3708
- "name": "getAnchor",
3709
- "privacy": "private",
3710
- "description": "Gets the anchor element by id",
3727
+ "name": "href",
3728
+ "type": {
3729
+ "text": "string"
3730
+ },
3731
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3732
+ "fieldName": "href",
3711
3733
  "inheritedFrom": {
3712
- "name": "AnchoredRegion",
3713
- "module": "src/anchored-region/anchored-region.ts"
3734
+ "name": "Anchor",
3735
+ "module": "src/anchor/anchor.ts"
3714
3736
  }
3715
3737
  },
3716
3738
  {
3717
- "kind": "field",
3718
- "name": "handleIntersection",
3719
- "privacy": "private",
3720
- "description": "Handle intersections",
3739
+ "name": "hreflang",
3740
+ "type": {
3741
+ "text": "string"
3742
+ },
3743
+ "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.",
3744
+ "fieldName": "hreflang",
3721
3745
  "inheritedFrom": {
3722
- "name": "AnchoredRegion",
3723
- "module": "src/anchored-region/anchored-region.ts"
3746
+ "name": "Anchor",
3747
+ "module": "src/anchor/anchor.ts"
3724
3748
  }
3725
3749
  },
3726
3750
  {
3727
- "kind": "field",
3728
- "name": "applyIntersectionEntries",
3729
- "privacy": "private",
3730
- "description": "iterate through intersection entries and apply data",
3751
+ "name": "ping",
3752
+ "type": {
3753
+ "text": "string"
3754
+ },
3755
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3756
+ "fieldName": "ping",
3731
3757
  "inheritedFrom": {
3732
- "name": "AnchoredRegion",
3733
- "module": "src/anchored-region/anchored-region.ts"
3758
+ "name": "Anchor",
3759
+ "module": "src/anchor/anchor.ts"
3734
3760
  }
3735
3761
  },
3736
3762
  {
3737
- "kind": "field",
3738
- "name": "updateRegionOffset",
3739
- "privacy": "private",
3740
- "description": "Update the offset values",
3763
+ "name": "referrerpolicy",
3764
+ "type": {
3765
+ "text": "string"
3766
+ },
3767
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3768
+ "fieldName": "referrerpolicy",
3741
3769
  "inheritedFrom": {
3742
- "name": "AnchoredRegion",
3743
- "module": "src/anchored-region/anchored-region.ts"
3770
+ "name": "Anchor",
3771
+ "module": "src/anchor/anchor.ts"
3744
3772
  }
3745
3773
  },
3746
3774
  {
3747
- "kind": "field",
3748
- "name": "isRectDifferent",
3749
- "privacy": "private",
3750
- "description": "compare rects to see if there is enough change to justify a DOM update",
3775
+ "name": "rel",
3776
+ "type": {
3777
+ "text": "string"
3778
+ },
3779
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3780
+ "fieldName": "rel",
3751
3781
  "inheritedFrom": {
3752
- "name": "AnchoredRegion",
3753
- "module": "src/anchored-region/anchored-region.ts"
3782
+ "name": "Anchor",
3783
+ "module": "src/anchor/anchor.ts"
3754
3784
  }
3755
3785
  },
3756
3786
  {
3757
- "kind": "field",
3758
- "name": "handleResize",
3759
- "privacy": "private",
3760
- "description": "Handle resize events",
3787
+ "name": "target",
3788
+ "type": {
3789
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3790
+ },
3791
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3792
+ "fieldName": "target",
3761
3793
  "inheritedFrom": {
3762
- "name": "AnchoredRegion",
3763
- "module": "src/anchored-region/anchored-region.ts"
3794
+ "name": "Anchor",
3795
+ "module": "src/anchor/anchor.ts"
3764
3796
  }
3765
3797
  },
3766
3798
  {
3767
- "kind": "field",
3768
- "name": "reset",
3769
- "privacy": "private",
3770
- "description": "resets the component",
3799
+ "name": "type",
3800
+ "type": {
3801
+ "text": "string"
3802
+ },
3803
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3804
+ "fieldName": "type",
3771
3805
  "inheritedFrom": {
3772
- "name": "AnchoredRegion",
3773
- "module": "src/anchored-region/anchored-region.ts"
3806
+ "name": "Anchor",
3807
+ "module": "src/anchor/anchor.ts"
3774
3808
  }
3775
- },
3809
+ }
3810
+ ],
3811
+ "members": [
3776
3812
  {
3777
3813
  "kind": "field",
3778
- "name": "updateLayout",
3779
- "privacy": "private",
3780
- "description": "Recalculate layout related state values",
3814
+ "name": "download",
3815
+ "type": {
3816
+ "text": "string"
3817
+ },
3818
+ "privacy": "public",
3819
+ "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.",
3781
3820
  "inheritedFrom": {
3782
- "name": "AnchoredRegion",
3783
- "module": "src/anchored-region/anchored-region.ts"
3821
+ "name": "Anchor",
3822
+ "module": "src/anchor/anchor.ts"
3784
3823
  }
3785
3824
  },
3786
3825
  {
3787
3826
  "kind": "field",
3788
- "name": "updateRegionStyle",
3789
- "privacy": "private",
3790
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3827
+ "name": "href",
3828
+ "type": {
3829
+ "text": "string"
3830
+ },
3831
+ "privacy": "public",
3832
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3791
3833
  "inheritedFrom": {
3792
- "name": "AnchoredRegion",
3793
- "module": "src/anchored-region/anchored-region.ts"
3834
+ "name": "Anchor",
3835
+ "module": "src/anchor/anchor.ts"
3794
3836
  }
3795
3837
  },
3796
3838
  {
3797
3839
  "kind": "field",
3798
- "name": "updatePositionClasses",
3799
- "privacy": "private",
3800
- "description": "Updates the css classes that reflect the current position of the element",
3840
+ "name": "hreflang",
3841
+ "type": {
3842
+ "text": "string"
3843
+ },
3844
+ "privacy": "public",
3845
+ "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.",
3801
3846
  "inheritedFrom": {
3802
- "name": "AnchoredRegion",
3803
- "module": "src/anchored-region/anchored-region.ts"
3847
+ "name": "Anchor",
3848
+ "module": "src/anchor/anchor.ts"
3804
3849
  }
3805
3850
  },
3806
3851
  {
3807
3852
  "kind": "field",
3808
- "name": "setHorizontalPosition",
3809
- "privacy": "private",
3810
- "description": "Get horizontal positioning state based on desired position",
3853
+ "name": "ping",
3854
+ "type": {
3855
+ "text": "string"
3856
+ },
3857
+ "privacy": "public",
3858
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3811
3859
  "inheritedFrom": {
3812
- "name": "AnchoredRegion",
3813
- "module": "src/anchored-region/anchored-region.ts"
3860
+ "name": "Anchor",
3861
+ "module": "src/anchor/anchor.ts"
3814
3862
  }
3815
3863
  },
3816
3864
  {
3817
3865
  "kind": "field",
3818
- "name": "setVerticalPosition",
3819
- "privacy": "private",
3820
- "description": "Set vertical positioning state based on desired position",
3866
+ "name": "referrerpolicy",
3867
+ "type": {
3868
+ "text": "string"
3869
+ },
3870
+ "privacy": "public",
3871
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3821
3872
  "inheritedFrom": {
3822
- "name": "AnchoredRegion",
3823
- "module": "src/anchored-region/anchored-region.ts"
3873
+ "name": "Anchor",
3874
+ "module": "src/anchor/anchor.ts"
3824
3875
  }
3825
3876
  },
3826
3877
  {
3827
3878
  "kind": "field",
3828
- "name": "getPositioningOptions",
3829
- "privacy": "private",
3830
- "description": "Get available positions based on positioning mode",
3879
+ "name": "rel",
3880
+ "type": {
3881
+ "text": "string"
3882
+ },
3883
+ "privacy": "public",
3884
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3831
3885
  "inheritedFrom": {
3832
- "name": "AnchoredRegion",
3833
- "module": "src/anchored-region/anchored-region.ts"
3886
+ "name": "Anchor",
3887
+ "module": "src/anchor/anchor.ts"
3834
3888
  }
3835
3889
  },
3836
3890
  {
3837
3891
  "kind": "field",
3838
- "name": "getAvailableSpace",
3839
- "privacy": "private",
3840
- "description": "Get the space available for a particular relative position",
3892
+ "name": "target",
3893
+ "type": {
3894
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3895
+ },
3896
+ "privacy": "public",
3897
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3841
3898
  "inheritedFrom": {
3842
- "name": "AnchoredRegion",
3843
- "module": "src/anchored-region/anchored-region.ts"
3899
+ "name": "Anchor",
3900
+ "module": "src/anchor/anchor.ts"
3844
3901
  }
3845
3902
  },
3846
3903
  {
3847
3904
  "kind": "field",
3848
- "name": "getNextRegionDimension",
3849
- "privacy": "private",
3850
- "description": "Get region dimensions",
3905
+ "name": "type",
3906
+ "type": {
3907
+ "text": "string"
3908
+ },
3909
+ "privacy": "public",
3910
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3851
3911
  "inheritedFrom": {
3852
- "name": "AnchoredRegion",
3853
- "module": "src/anchored-region/anchored-region.ts"
3912
+ "name": "Anchor",
3913
+ "module": "src/anchor/anchor.ts"
3854
3914
  }
3855
3915
  },
3856
3916
  {
3857
3917
  "kind": "field",
3858
- "name": "startAutoUpdateEventListeners",
3859
- "privacy": "private",
3860
- "description": "starts event listeners that can trigger auto updating",
3918
+ "name": "control",
3919
+ "type": {
3920
+ "text": "HTMLAnchorElement | undefined"
3921
+ },
3922
+ "privacy": "public",
3923
+ "description": "References the root element",
3861
3924
  "inheritedFrom": {
3862
- "name": "AnchoredRegion",
3863
- "module": "src/anchored-region/anchored-region.ts"
3925
+ "name": "Anchor",
3926
+ "module": "src/anchor/anchor.ts"
3864
3927
  }
3865
3928
  },
3866
3929
  {
3867
3930
  "kind": "field",
3868
- "name": "stopAutoUpdateEventListeners",
3931
+ "name": "handleUnsupportedDelegatesFocus",
3869
3932
  "privacy": "private",
3870
- "description": "stops event listeners that can trigger auto updating",
3933
+ "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",
3871
3934
  "inheritedFrom": {
3872
- "name": "AnchoredRegion",
3873
- "module": "src/anchored-region/anchored-region.ts"
3935
+ "name": "Anchor",
3936
+ "module": "src/anchor/anchor.ts"
3874
3937
  }
3875
3938
  },
3876
3939
  {
@@ -3984,29 +4047,11 @@
3984
4047
  "module": "src/foundation-element/foundation-element.ts"
3985
4048
  }
3986
4049
  }
3987
- ],
3988
- "events": [
3989
- {
3990
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3991
- "name": "loaded",
3992
- "inheritedFrom": {
3993
- "name": "AnchoredRegion",
3994
- "module": "src/anchored-region/anchored-region.ts"
3995
- }
3996
- },
3997
- {
3998
- "description": "Fires a custom 'positionchange' event when the position has changed",
3999
- "name": "positionchange",
4000
- "inheritedFrom": {
4001
- "name": "AnchoredRegion",
4002
- "module": "src/anchored-region/anchored-region.ts"
4003
- }
4004
- }
4005
4050
  ]
4006
4051
  },
4007
4052
  {
4008
4053
  "kind": "variable",
4009
- "name": "foundationAnchoredRegionShadowOptions",
4054
+ "name": "foundationAnchorShadowOptions",
4010
4055
  "type": {
4011
4056
  "text": "ShadowRootInit"
4012
4057
  },
@@ -4014,7 +4059,7 @@
4014
4059
  },
4015
4060
  {
4016
4061
  "kind": "variable",
4017
- "name": "defaultAnchoredRegionConfig",
4062
+ "name": "defaultAnchorConfig",
4018
4063
  "type": {
4019
4064
  "text": "object"
4020
4065
  },
@@ -4022,49 +4067,49 @@
4022
4067
  },
4023
4068
  {
4024
4069
  "kind": "variable",
4025
- "name": "foundationAnchoredRegion",
4026
- "description": "The Foundation Anchored Region",
4070
+ "name": "foundationAnchor",
4071
+ "description": "The Foundation Anchor",
4027
4072
  "privacy": "public"
4028
4073
  }
4029
4074
  ],
4030
4075
  "exports": [
4031
4076
  {
4032
4077
  "kind": "js",
4033
- "name": "AnchoredRegion",
4078
+ "name": "Anchor",
4034
4079
  "declaration": {
4035
- "name": "AnchoredRegion",
4036
- "module": "src/anchored-region/anchored-region.ts"
4080
+ "name": "Anchor",
4081
+ "module": "src/anchor/anchor.ts"
4037
4082
  }
4038
4083
  },
4039
4084
  {
4040
4085
  "kind": "js",
4041
- "name": "foundationAnchoredRegionShadowOptions",
4086
+ "name": "foundationAnchorShadowOptions",
4042
4087
  "declaration": {
4043
- "name": "foundationAnchoredRegionShadowOptions",
4044
- "module": "src/anchored-region/anchored-region.ts"
4088
+ "name": "foundationAnchorShadowOptions",
4089
+ "module": "src/anchor/anchor.ts"
4045
4090
  }
4046
4091
  },
4047
4092
  {
4048
4093
  "kind": "js",
4049
- "name": "defaultAnchoredRegionConfig",
4094
+ "name": "defaultAnchorConfig",
4050
4095
  "declaration": {
4051
- "name": "defaultAnchoredRegionConfig",
4052
- "module": "src/anchored-region/anchored-region.ts"
4096
+ "name": "defaultAnchorConfig",
4097
+ "module": "src/anchor/anchor.ts"
4053
4098
  }
4054
4099
  },
4055
4100
  {
4056
4101
  "kind": "js",
4057
- "name": "foundationAnchoredRegion",
4102
+ "name": "foundationAnchor",
4058
4103
  "declaration": {
4059
- "name": "foundationAnchoredRegion",
4060
- "module": "src/anchored-region/anchored-region.ts"
4104
+ "name": "foundationAnchor",
4105
+ "module": "src/anchor/anchor.ts"
4061
4106
  }
4062
4107
  }
4063
4108
  ]
4064
4109
  },
4065
4110
  {
4066
4111
  "kind": "javascript-module",
4067
- "path": "src/anchored-region/index.ts",
4112
+ "path": "src/anchor/index.ts",
4068
4113
  "declarations": [],
4069
4114
  "exports": [
4070
4115
  {
@@ -4072,7 +4117,7 @@
4072
4117
  "name": "*",
4073
4118
  "declaration": {
4074
4119
  "name": "*",
4075
- "package": "./anchor-region.template"
4120
+ "package": "./anchor.template"
4076
4121
  }
4077
4122
  },
4078
4123
  {
@@ -4080,7 +4125,7 @@
4080
4125
  "name": "*",
4081
4126
  "declaration": {
4082
4127
  "name": "*",
4083
- "package": "./anchored-region.styles"
4128
+ "package": "./anchor.styles"
4084
4129
  }
4085
4130
  },
4086
4131
  {
@@ -4088,52 +4133,7 @@
4088
4133
  "name": "*",
4089
4134
  "declaration": {
4090
4135
  "name": "*",
4091
- "package": "./anchored-region"
4092
- }
4093
- }
4094
- ]
4095
- },
4096
- {
4097
- "kind": "javascript-module",
4098
- "path": "src/_common/icons.ts",
4099
- "declarations": [
4100
- {
4101
- "kind": "function",
4102
- "name": "closeIcon",
4103
- "parameters": [
4104
- {
4105
- "name": "slot",
4106
- "default": "'start'"
4107
- },
4108
- {
4109
- "name": "fill",
4110
- "default": "'#879ba6'"
4111
- }
4112
- ]
4113
- }
4114
- ],
4115
- "exports": [
4116
- {
4117
- "kind": "js",
4118
- "name": "closeIcon",
4119
- "declaration": {
4120
- "name": "closeIcon",
4121
- "module": "src/_common/icons.ts"
4122
- }
4123
- }
4124
- ]
4125
- },
4126
- {
4127
- "kind": "javascript-module",
4128
- "path": "src/_common/index.ts",
4129
- "declarations": [],
4130
- "exports": [
4131
- {
4132
- "kind": "js",
4133
- "name": "*",
4134
- "declaration": {
4135
- "name": "*",
4136
- "package": "./icons"
4136
+ "package": "./anchor"
4137
4137
  }
4138
4138
  }
4139
4139
  ]
@@ -25587,21 +25587,6 @@
25587
25587
  }
25588
25588
  ]
25589
25589
  },
25590
- {
25591
- "kind": "javascript-module",
25592
- "path": "src/overlays/index.ts",
25593
- "declarations": [],
25594
- "exports": [
25595
- {
25596
- "kind": "js",
25597
- "name": "*",
25598
- "declaration": {
25599
- "name": "*",
25600
- "package": "./system-health"
25601
- }
25602
- }
25603
- ]
25604
- },
25605
25590
  {
25606
25591
  "kind": "javascript-module",
25607
25592
  "path": "src/options-datasource/index.ts",
@@ -27422,6 +27407,21 @@
27422
27407
  }
27423
27408
  ]
27424
27409
  },
27410
+ {
27411
+ "kind": "javascript-module",
27412
+ "path": "src/overlays/index.ts",
27413
+ "declarations": [],
27414
+ "exports": [
27415
+ {
27416
+ "kind": "js",
27417
+ "name": "*",
27418
+ "declaration": {
27419
+ "name": "*",
27420
+ "package": "./system-health"
27421
+ }
27422
+ }
27423
+ ]
27424
+ },
27425
27425
  {
27426
27426
  "kind": "javascript-module",
27427
27427
  "path": "src/patterns/define.ts",
@@ -33826,7 +33826,7 @@
33826
33826
  "type": {
33827
33827
  "text": "ElementStyles"
33828
33828
  },
33829
- "default": "css`\n @keyframes append-from-left-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-left-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n @keyframes append-from-top-animate {\n from {\n transform: translateY(-100%);\n opacity: 0%;\n }\n\n to {\n transform: translateY(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-top-animate {\n from {\n transform: translateY(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateY(-100%);\n opacity: 0%;\n }\n }\n\n @keyframes delete-fade-animate {\n from {\n opacity: 100%;\n }\n\n to {\n opacity: 0%;\n }\n }\n\n :host {\n --snackbar-min-width: 356px;\n --snackbar-min-height: 55px;\n --snackbar-max-width: 496px;\n --snackbar-max-height: auto;\n --snackbar-animation-name: append-from-left-animate;\n --snackbar-animation-delete-name: delete-from-left-animate;\n }\n\n .snackbar {\n animation: var(--snackbar-animation-name) 0.3s linear;\n max-width: var(--snackbar-max-width);\n min-width: var(--snackbar-min-width);\n max-height: var(--snackbar-max-height);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);\n box-sizing: border-box;\n display: flex;\n position: relative;\n bottom: 5px;\n flex-direction: row;\n padding: 2px 16px;\n }\n\n .snackbar-delete {\n animation: var(--snackbar-animation-delete-name) 0.3s linear;\n opacity: 0%;\n }\n\n .snackbar::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 0;\n height: calc(100% - 2px);\n width: 2px;\n border-radius: 2px;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
33829
+ "default": "css`\n @keyframes append-from-left-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-left-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n @keyframes append-from-top-animate {\n from {\n transform: translateY(-100%);\n opacity: 0%;\n }\n\n to {\n transform: translateY(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-top-animate {\n from {\n transform: translateY(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateY(-100%);\n opacity: 0%;\n }\n }\n\n @keyframes delete-fade-animate {\n from {\n opacity: 100%;\n }\n\n to {\n opacity: 0%;\n }\n }\n\n :host {\n --snackbar-min-width: 356px;\n --snackbar-min-height: 55px;\n --snackbar-max-width: 496px;\n --snackbar-max-height: auto;\n --snackbar-animation-name: append-from-left-animate;\n --snackbar-animation-delete-name: delete-from-left-animate;\n }\n\n .snackbar {\n animation: var(--snackbar-animation-name) 0.3s linear;\n max-width: var(--snackbar-max-width);\n min-width: var(--snackbar-min-width);\n min-height: var(--snackbar-min-height);\n max-height: var(--snackbar-max-height);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);\n box-sizing: border-box;\n display: flex;\n position: relative;\n bottom: 5px;\n flex-direction: row;\n padding: 2px 16px;\n }\n\n .snackbar-delete {\n animation: var(--snackbar-animation-delete-name) 0.3s linear;\n opacity: 0%;\n }\n\n .snackbar::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 0;\n height: calc(100% - 2px);\n width: 2px;\n border-radius: 2px;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n overflow-wrap: anywhere;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
33830
33830
  }
33831
33831
  ],
33832
33832
  "exports": [