@genesislcap/foundation-zero 14.132.0 → 14.133.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +1164 -1164
  2. package/package.json +7 -7
@@ -808,225 +808,6 @@
808
808
  }
809
809
  ]
810
810
  },
811
- {
812
- "kind": "javascript-module",
813
- "path": "src/_config/index.ts",
814
- "declarations": [],
815
- "exports": [
816
- {
817
- "kind": "js",
818
- "name": "*",
819
- "declaration": {
820
- "name": "*",
821
- "package": "./styles"
822
- }
823
- },
824
- {
825
- "kind": "js",
826
- "name": "*",
827
- "declaration": {
828
- "name": "*",
829
- "package": "./tokens"
830
- }
831
- },
832
- {
833
- "kind": "js",
834
- "name": "*",
835
- "declaration": {
836
- "name": "*",
837
- "package": "./values"
838
- }
839
- }
840
- ]
841
- },
842
- {
843
- "kind": "javascript-module",
844
- "path": "src/accordion/accordion.stories.ts",
845
- "declarations": [
846
- {
847
- "kind": "variable",
848
- "name": "meta",
849
- "type": {
850
- "text": "Meta"
851
- },
852
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
853
- },
854
- {
855
- "kind": "variable",
856
- "name": "Primary",
857
- "type": {
858
- "text": "StoryObj"
859
- },
860
- "default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
861
- }
862
- ],
863
- "exports": [
864
- {
865
- "kind": "js",
866
- "name": "default",
867
- "declaration": {
868
- "name": "meta",
869
- "module": "src/accordion/accordion.stories.ts"
870
- }
871
- },
872
- {
873
- "kind": "js",
874
- "name": "Primary",
875
- "declaration": {
876
- "name": "Primary",
877
- "module": "src/accordion/accordion.stories.ts"
878
- }
879
- }
880
- ]
881
- },
882
- {
883
- "kind": "javascript-module",
884
- "path": "src/accordion/accordion.styles.ts",
885
- "declarations": [
886
- {
887
- "kind": "function",
888
- "name": "zeroAccordionStyles",
889
- "return": {
890
- "type": {
891
- "text": "ElementStyles"
892
- }
893
- },
894
- "parameters": [
895
- {
896
- "name": "context",
897
- "type": {
898
- "text": "ElementDefinitionContext"
899
- }
900
- },
901
- {
902
- "name": "definition",
903
- "type": {
904
- "text": "FoundationElementDefinition"
905
- }
906
- }
907
- ]
908
- }
909
- ],
910
- "exports": [
911
- {
912
- "kind": "js",
913
- "name": "zeroAccordionStyles",
914
- "declaration": {
915
- "name": "zeroAccordionStyles",
916
- "module": "src/accordion/accordion.styles.ts"
917
- }
918
- }
919
- ]
920
- },
921
- {
922
- "kind": "javascript-module",
923
- "path": "src/accordion/accordion.template.ts",
924
- "declarations": [
925
- {
926
- "kind": "function",
927
- "name": "zeroAccordionTemplate",
928
- "return": {
929
- "type": {
930
- "text": "ViewTemplate<Accordion>"
931
- }
932
- },
933
- "parameters": [
934
- {
935
- "name": "context",
936
- "type": {
937
- "text": "ElementDefinitionContext"
938
- }
939
- },
940
- {
941
- "name": "definition",
942
- "type": {
943
- "text": "FoundationElementDefinition"
944
- }
945
- }
946
- ]
947
- }
948
- ],
949
- "exports": [
950
- {
951
- "kind": "js",
952
- "name": "zeroAccordionTemplate",
953
- "declaration": {
954
- "name": "zeroAccordionTemplate",
955
- "module": "src/accordion/accordion.template.ts"
956
- }
957
- }
958
- ]
959
- },
960
- {
961
- "kind": "javascript-module",
962
- "path": "src/accordion/accordion.ts",
963
- "declarations": [
964
- {
965
- "kind": "class",
966
- "description": "",
967
- "name": "Accordion",
968
- "superclass": {
969
- "name": "FoundationAccordion",
970
- "package": "@genesislcap/foundation-ui"
971
- },
972
- "tagName": "%%prefix%%-card",
973
- "customElement": true
974
- },
975
- {
976
- "kind": "variable",
977
- "name": "zeroAccordion"
978
- }
979
- ],
980
- "exports": [
981
- {
982
- "kind": "js",
983
- "name": "Accordion",
984
- "declaration": {
985
- "name": "Accordion",
986
- "module": "src/accordion/accordion.ts"
987
- }
988
- },
989
- {
990
- "kind": "js",
991
- "name": "zeroAccordion",
992
- "declaration": {
993
- "name": "zeroAccordion",
994
- "module": "src/accordion/accordion.ts"
995
- }
996
- }
997
- ]
998
- },
999
- {
1000
- "kind": "javascript-module",
1001
- "path": "src/accordion/index.ts",
1002
- "declarations": [],
1003
- "exports": [
1004
- {
1005
- "kind": "js",
1006
- "name": "*",
1007
- "declaration": {
1008
- "name": "*",
1009
- "package": "./accordion"
1010
- }
1011
- },
1012
- {
1013
- "kind": "js",
1014
- "name": "*",
1015
- "declaration": {
1016
- "name": "*",
1017
- "package": "./accordion.styles"
1018
- }
1019
- },
1020
- {
1021
- "kind": "js",
1022
- "name": "*",
1023
- "declaration": {
1024
- "name": "*",
1025
- "package": "./accordion.template"
1026
- }
1027
- }
1028
- ]
1029
- },
1030
811
  {
1031
812
  "kind": "javascript-module",
1032
813
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1387,6 +1168,37 @@
1387
1168
  }
1388
1169
  ]
1389
1170
  },
1171
+ {
1172
+ "kind": "javascript-module",
1173
+ "path": "src/_config/index.ts",
1174
+ "declarations": [],
1175
+ "exports": [
1176
+ {
1177
+ "kind": "js",
1178
+ "name": "*",
1179
+ "declaration": {
1180
+ "name": "*",
1181
+ "package": "./styles"
1182
+ }
1183
+ },
1184
+ {
1185
+ "kind": "js",
1186
+ "name": "*",
1187
+ "declaration": {
1188
+ "name": "*",
1189
+ "package": "./tokens"
1190
+ }
1191
+ },
1192
+ {
1193
+ "kind": "js",
1194
+ "name": "*",
1195
+ "declaration": {
1196
+ "name": "*",
1197
+ "package": "./values"
1198
+ }
1199
+ }
1200
+ ]
1201
+ },
1390
1202
  {
1391
1203
  "kind": "javascript-module",
1392
1204
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -2017,7 +1829,7 @@
2017
1829
  },
2018
1830
  {
2019
1831
  "kind": "javascript-module",
2020
- "path": "src/anchored-region/anchored-region.stories.ts",
1832
+ "path": "src/accordion/accordion.stories.ts",
2021
1833
  "declarations": [
2022
1834
  {
2023
1835
  "kind": "variable",
@@ -2025,15 +1837,15 @@
2025
1837
  "type": {
2026
1838
  "text": "Meta"
2027
1839
  },
2028
- "default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
1840
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
2029
1841
  },
2030
1842
  {
2031
1843
  "kind": "variable",
2032
- "name": "Default",
1844
+ "name": "Primary",
2033
1845
  "type": {
2034
1846
  "text": "StoryObj"
2035
1847
  },
2036
- "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
1848
+ "default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
2037
1849
  }
2038
1850
  ],
2039
1851
  "exports": [
@@ -2042,26 +1854,26 @@
2042
1854
  "name": "default",
2043
1855
  "declaration": {
2044
1856
  "name": "meta",
2045
- "module": "src/anchored-region/anchored-region.stories.ts"
1857
+ "module": "src/accordion/accordion.stories.ts"
2046
1858
  }
2047
1859
  },
2048
1860
  {
2049
1861
  "kind": "js",
2050
- "name": "Default",
1862
+ "name": "Primary",
2051
1863
  "declaration": {
2052
- "name": "Default",
2053
- "module": "src/anchored-region/anchored-region.stories.ts"
1864
+ "name": "Primary",
1865
+ "module": "src/accordion/accordion.stories.ts"
2054
1866
  }
2055
1867
  }
2056
1868
  ]
2057
1869
  },
2058
1870
  {
2059
1871
  "kind": "javascript-module",
2060
- "path": "src/anchored-region/anchored-region.styles.ts",
1872
+ "path": "src/accordion/accordion.styles.ts",
2061
1873
  "declarations": [
2062
1874
  {
2063
1875
  "kind": "function",
2064
- "name": "zeroAnchoredRegionStyles",
1876
+ "name": "zeroAccordionStyles",
2065
1877
  "return": {
2066
1878
  "type": {
2067
1879
  "text": "ElementStyles"
@@ -2086,24 +1898,24 @@
2086
1898
  "exports": [
2087
1899
  {
2088
1900
  "kind": "js",
2089
- "name": "zeroAnchoredRegionStyles",
1901
+ "name": "zeroAccordionStyles",
2090
1902
  "declaration": {
2091
- "name": "zeroAnchoredRegionStyles",
2092
- "module": "src/anchored-region/anchored-region.styles.ts"
1903
+ "name": "zeroAccordionStyles",
1904
+ "module": "src/accordion/accordion.styles.ts"
2093
1905
  }
2094
1906
  }
2095
1907
  ]
2096
1908
  },
2097
1909
  {
2098
1910
  "kind": "javascript-module",
2099
- "path": "src/anchored-region/anchored-region.template.ts",
1911
+ "path": "src/accordion/accordion.template.ts",
2100
1912
  "declarations": [
2101
1913
  {
2102
1914
  "kind": "function",
2103
- "name": "zeroAnchoredRegionTemplate",
1915
+ "name": "zeroAccordionTemplate",
2104
1916
  "return": {
2105
1917
  "type": {
2106
- "text": "ViewTemplate<AnchoredRegion>"
1918
+ "text": "ViewTemplate<Accordion>"
2107
1919
  }
2108
1920
  },
2109
1921
  "parameters": [
@@ -2125,664 +1937,960 @@
2125
1937
  "exports": [
2126
1938
  {
2127
1939
  "kind": "js",
2128
- "name": "zeroAnchoredRegionTemplate",
1940
+ "name": "zeroAccordionTemplate",
2129
1941
  "declaration": {
2130
- "name": "zeroAnchoredRegionTemplate",
2131
- "module": "src/anchored-region/anchored-region.template.ts"
1942
+ "name": "zeroAccordionTemplate",
1943
+ "module": "src/accordion/accordion.template.ts"
2132
1944
  }
2133
1945
  }
2134
1946
  ]
2135
1947
  },
2136
1948
  {
2137
1949
  "kind": "javascript-module",
2138
- "path": "src/anchored-region/anchored-region.ts",
1950
+ "path": "src/accordion/accordion.ts",
2139
1951
  "declarations": [
2140
1952
  {
2141
1953
  "kind": "class",
2142
1954
  "description": "",
2143
- "name": "AnchoredRegion",
1955
+ "name": "Accordion",
2144
1956
  "superclass": {
2145
- "name": "FoundationAnchoredRegion",
1957
+ "name": "FoundationAccordion",
2146
1958
  "package": "@genesislcap/foundation-ui"
2147
1959
  },
2148
- "tagName": "%%prefix%%-anchored-region",
1960
+ "tagName": "%%prefix%%-card",
1961
+ "customElement": true
1962
+ },
1963
+ {
1964
+ "kind": "variable",
1965
+ "name": "zeroAccordion"
1966
+ }
1967
+ ],
1968
+ "exports": [
1969
+ {
1970
+ "kind": "js",
1971
+ "name": "Accordion",
1972
+ "declaration": {
1973
+ "name": "Accordion",
1974
+ "module": "src/accordion/accordion.ts"
1975
+ }
1976
+ },
1977
+ {
1978
+ "kind": "js",
1979
+ "name": "zeroAccordion",
1980
+ "declaration": {
1981
+ "name": "zeroAccordion",
1982
+ "module": "src/accordion/accordion.ts"
1983
+ }
1984
+ }
1985
+ ]
1986
+ },
1987
+ {
1988
+ "kind": "javascript-module",
1989
+ "path": "src/accordion/index.ts",
1990
+ "declarations": [],
1991
+ "exports": [
1992
+ {
1993
+ "kind": "js",
1994
+ "name": "*",
1995
+ "declaration": {
1996
+ "name": "*",
1997
+ "package": "./accordion"
1998
+ }
1999
+ },
2000
+ {
2001
+ "kind": "js",
2002
+ "name": "*",
2003
+ "declaration": {
2004
+ "name": "*",
2005
+ "package": "./accordion.styles"
2006
+ }
2007
+ },
2008
+ {
2009
+ "kind": "js",
2010
+ "name": "*",
2011
+ "declaration": {
2012
+ "name": "*",
2013
+ "package": "./accordion.template"
2014
+ }
2015
+ }
2016
+ ]
2017
+ },
2018
+ {
2019
+ "kind": "javascript-module",
2020
+ "path": "src/anchor/anchor.stories.ts",
2021
+ "declarations": [
2022
+ {
2023
+ "kind": "variable",
2024
+ "name": "meta",
2025
+ "type": {
2026
+ "text": "Meta"
2027
+ },
2028
+ "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
2029
+ },
2030
+ {
2031
+ "kind": "variable",
2032
+ "name": "All",
2033
+ "type": {
2034
+ "text": "StoryObj"
2035
+ },
2036
+ "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
2037
+ }
2038
+ ],
2039
+ "exports": [
2040
+ {
2041
+ "kind": "js",
2042
+ "name": "default",
2043
+ "declaration": {
2044
+ "name": "meta",
2045
+ "module": "src/anchor/anchor.stories.ts"
2046
+ }
2047
+ },
2048
+ {
2049
+ "kind": "js",
2050
+ "name": "All",
2051
+ "declaration": {
2052
+ "name": "All",
2053
+ "module": "src/anchor/anchor.stories.ts"
2054
+ }
2055
+ }
2056
+ ]
2057
+ },
2058
+ {
2059
+ "kind": "javascript-module",
2060
+ "path": "src/anchor/anchor.styles.ts",
2061
+ "declarations": [
2062
+ {
2063
+ "kind": "function",
2064
+ "name": "zeroAnchorStyles",
2065
+ "return": {
2066
+ "type": {
2067
+ "text": "ElementStyles"
2068
+ }
2069
+ },
2070
+ "parameters": [
2071
+ {
2072
+ "name": "context",
2073
+ "type": {
2074
+ "text": "ElementDefinitionContext"
2075
+ }
2076
+ },
2077
+ {
2078
+ "name": "definition",
2079
+ "type": {
2080
+ "text": "FoundationElementDefinition"
2081
+ }
2082
+ }
2083
+ ]
2084
+ }
2085
+ ],
2086
+ "exports": [
2087
+ {
2088
+ "kind": "js",
2089
+ "name": "zeroAnchorStyles",
2090
+ "declaration": {
2091
+ "name": "zeroAnchorStyles",
2092
+ "module": "src/anchor/anchor.styles.ts"
2093
+ }
2094
+ }
2095
+ ]
2096
+ },
2097
+ {
2098
+ "kind": "javascript-module",
2099
+ "path": "src/anchor/anchor.template.ts",
2100
+ "declarations": [
2101
+ {
2102
+ "kind": "function",
2103
+ "name": "zeroAnchorTemplate",
2104
+ "return": {
2105
+ "type": {
2106
+ "text": "ViewTemplate<Anchor>"
2107
+ }
2108
+ },
2109
+ "parameters": [
2110
+ {
2111
+ "name": "context",
2112
+ "type": {
2113
+ "text": "ElementDefinitionContext"
2114
+ }
2115
+ },
2116
+ {
2117
+ "name": "definition",
2118
+ "type": {
2119
+ "text": "FoundationElementDefinition"
2120
+ }
2121
+ }
2122
+ ]
2123
+ }
2124
+ ],
2125
+ "exports": [
2126
+ {
2127
+ "kind": "js",
2128
+ "name": "zeroAnchorTemplate",
2129
+ "declaration": {
2130
+ "name": "zeroAnchorTemplate",
2131
+ "module": "src/anchor/anchor.template.ts"
2132
+ }
2133
+ }
2134
+ ]
2135
+ },
2136
+ {
2137
+ "kind": "javascript-module",
2138
+ "path": "src/anchor/anchor.ts",
2139
+ "declarations": [
2140
+ {
2141
+ "kind": "class",
2142
+ "description": "",
2143
+ "name": "Anchor",
2144
+ "superclass": {
2145
+ "name": "FoundationAnchor",
2146
+ "package": "@genesislcap/foundation-ui"
2147
+ },
2148
+ "tagName": "%%prefix%%-anchor",
2149
2149
  "customElement": true,
2150
2150
  "attributes": [
2151
2151
  {
2152
- "name": "anchor",
2152
+ "name": "download",
2153
2153
  "type": {
2154
2154
  "text": "string"
2155
2155
  },
2156
- "default": "\"\"",
2157
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2158
- "fieldName": "anchor",
2156
+ "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.",
2157
+ "fieldName": "download",
2159
2158
  "inheritedFrom": {
2160
- "name": "AnchoredRegion",
2161
- "module": "src/anchored-region/anchored-region.ts"
2159
+ "name": "Anchor",
2160
+ "module": "src/anchor/anchor.ts"
2162
2161
  }
2163
2162
  },
2164
2163
  {
2165
- "name": "viewport",
2164
+ "name": "href",
2166
2165
  "type": {
2167
2166
  "text": "string"
2168
2167
  },
2169
- "default": "\"\"",
2170
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2171
- "fieldName": "viewport",
2168
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2169
+ "fieldName": "href",
2172
2170
  "inheritedFrom": {
2173
- "name": "AnchoredRegion",
2174
- "module": "src/anchored-region/anchored-region.ts"
2171
+ "name": "Anchor",
2172
+ "module": "src/anchor/anchor.ts"
2175
2173
  }
2176
2174
  },
2177
2175
  {
2178
- "name": "horizontal-positioning-mode",
2176
+ "name": "hreflang",
2179
2177
  "type": {
2180
- "text": "AxisPositioningMode"
2178
+ "text": "string"
2181
2179
  },
2182
- "default": "\"uncontrolled\"",
2183
- "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
2184
- "fieldName": "horizontalPositioningMode",
2180
+ "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.",
2181
+ "fieldName": "hreflang",
2185
2182
  "inheritedFrom": {
2186
- "name": "AnchoredRegion",
2187
- "module": "src/anchored-region/anchored-region.ts"
2183
+ "name": "Anchor",
2184
+ "module": "src/anchor/anchor.ts"
2188
2185
  }
2189
2186
  },
2190
2187
  {
2191
- "name": "horizontal-default-position",
2188
+ "name": "ping",
2192
2189
  "type": {
2193
- "text": "HorizontalPosition"
2190
+ "text": "string"
2194
2191
  },
2195
- "default": "\"unset\"",
2196
- "description": "The default horizontal position of the region relative to the anchor element",
2197
- "fieldName": "horizontalDefaultPosition",
2192
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2193
+ "fieldName": "ping",
2198
2194
  "inheritedFrom": {
2199
- "name": "AnchoredRegion",
2200
- "module": "src/anchored-region/anchored-region.ts"
2195
+ "name": "Anchor",
2196
+ "module": "src/anchor/anchor.ts"
2201
2197
  }
2202
2198
  },
2203
2199
  {
2204
- "name": "horizontal-viewport-lock",
2200
+ "name": "referrerpolicy",
2205
2201
  "type": {
2206
- "text": "boolean"
2202
+ "text": "string"
2207
2203
  },
2208
- "default": "false",
2209
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2210
- "fieldName": "horizontalViewportLock",
2204
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2205
+ "fieldName": "referrerpolicy",
2211
2206
  "inheritedFrom": {
2212
- "name": "AnchoredRegion",
2213
- "module": "src/anchored-region/anchored-region.ts"
2207
+ "name": "Anchor",
2208
+ "module": "src/anchor/anchor.ts"
2214
2209
  }
2215
2210
  },
2216
2211
  {
2217
- "name": "horizontal-inset",
2212
+ "name": "rel",
2218
2213
  "type": {
2219
- "text": "boolean"
2214
+ "text": "string"
2220
2215
  },
2221
- "default": "false",
2222
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2223
- "fieldName": "horizontalInset",
2216
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2217
+ "fieldName": "rel",
2224
2218
  "inheritedFrom": {
2225
- "name": "AnchoredRegion",
2226
- "module": "src/anchored-region/anchored-region.ts"
2219
+ "name": "Anchor",
2220
+ "module": "src/anchor/anchor.ts"
2227
2221
  }
2228
2222
  },
2229
2223
  {
2230
- "name": "horizontal-threshold",
2224
+ "name": "target",
2231
2225
  "type": {
2232
- "text": "number"
2226
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2233
2227
  },
2234
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2235
- "fieldName": "horizontalThreshold",
2228
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2229
+ "fieldName": "target",
2236
2230
  "inheritedFrom": {
2237
- "name": "AnchoredRegion",
2238
- "module": "src/anchored-region/anchored-region.ts"
2231
+ "name": "Anchor",
2232
+ "module": "src/anchor/anchor.ts"
2239
2233
  }
2240
2234
  },
2241
2235
  {
2242
- "name": "horizontal-scaling",
2236
+ "name": "type",
2243
2237
  "type": {
2244
- "text": "AxisScalingMode"
2238
+ "text": "string"
2245
2239
  },
2246
- "default": "\"content\"",
2247
- "description": "Defines how the width of the region is calculated",
2248
- "fieldName": "horizontalScaling",
2240
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2241
+ "fieldName": "type",
2249
2242
  "inheritedFrom": {
2250
- "name": "AnchoredRegion",
2251
- "module": "src/anchored-region/anchored-region.ts"
2243
+ "name": "Anchor",
2244
+ "module": "src/anchor/anchor.ts"
2252
2245
  }
2253
- },
2246
+ }
2247
+ ],
2248
+ "members": [
2254
2249
  {
2255
- "name": "vertical-positioning-mode",
2250
+ "kind": "field",
2251
+ "name": "download",
2256
2252
  "type": {
2257
- "text": "AxisPositioningMode"
2253
+ "text": "string"
2258
2254
  },
2259
- "default": "\"uncontrolled\"",
2260
- "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
2261
- "fieldName": "verticalPositioningMode",
2255
+ "privacy": "public",
2256
+ "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.",
2262
2257
  "inheritedFrom": {
2263
- "name": "AnchoredRegion",
2264
- "module": "src/anchored-region/anchored-region.ts"
2258
+ "name": "Anchor",
2259
+ "module": "src/anchor/anchor.ts"
2265
2260
  }
2266
2261
  },
2267
2262
  {
2268
- "name": "vertical-default-position",
2263
+ "kind": "field",
2264
+ "name": "href",
2269
2265
  "type": {
2270
- "text": "VerticalPosition"
2266
+ "text": "string"
2271
2267
  },
2272
- "default": "\"unset\"",
2273
- "description": "The default vertical position of the region relative to the anchor element",
2274
- "fieldName": "verticalDefaultPosition",
2268
+ "privacy": "public",
2269
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2275
2270
  "inheritedFrom": {
2276
- "name": "AnchoredRegion",
2277
- "module": "src/anchored-region/anchored-region.ts"
2271
+ "name": "Anchor",
2272
+ "module": "src/anchor/anchor.ts"
2278
2273
  }
2279
2274
  },
2280
2275
  {
2281
- "name": "vertical-viewport-lock",
2276
+ "kind": "field",
2277
+ "name": "hreflang",
2282
2278
  "type": {
2283
- "text": "boolean"
2279
+ "text": "string"
2284
2280
  },
2285
- "default": "false",
2286
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2287
- "fieldName": "verticalViewportLock",
2281
+ "privacy": "public",
2282
+ "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.",
2288
2283
  "inheritedFrom": {
2289
- "name": "AnchoredRegion",
2290
- "module": "src/anchored-region/anchored-region.ts"
2284
+ "name": "Anchor",
2285
+ "module": "src/anchor/anchor.ts"
2291
2286
  }
2292
2287
  },
2293
2288
  {
2294
- "name": "vertical-inset",
2289
+ "kind": "field",
2290
+ "name": "ping",
2295
2291
  "type": {
2296
- "text": "boolean"
2292
+ "text": "string"
2297
2293
  },
2298
- "default": "false",
2299
- "description": "Whether the region overlaps the anchor on the vertical axis",
2300
- "fieldName": "verticalInset",
2294
+ "privacy": "public",
2295
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2301
2296
  "inheritedFrom": {
2302
- "name": "AnchoredRegion",
2303
- "module": "src/anchored-region/anchored-region.ts"
2297
+ "name": "Anchor",
2298
+ "module": "src/anchor/anchor.ts"
2304
2299
  }
2305
2300
  },
2306
2301
  {
2307
- "name": "vertical-threshold",
2302
+ "kind": "field",
2303
+ "name": "referrerpolicy",
2308
2304
  "type": {
2309
- "text": "number"
2305
+ "text": "string"
2310
2306
  },
2311
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2312
- "fieldName": "verticalThreshold",
2307
+ "privacy": "public",
2308
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2313
2309
  "inheritedFrom": {
2314
- "name": "AnchoredRegion",
2315
- "module": "src/anchored-region/anchored-region.ts"
2310
+ "name": "Anchor",
2311
+ "module": "src/anchor/anchor.ts"
2316
2312
  }
2317
2313
  },
2318
2314
  {
2319
- "name": "vertical-scaling",
2315
+ "kind": "field",
2316
+ "name": "rel",
2320
2317
  "type": {
2321
- "text": "AxisScalingMode"
2318
+ "text": "string"
2322
2319
  },
2323
- "default": "\"content\"",
2324
- "description": "Defines how the height of the region is calculated",
2325
- "fieldName": "verticalScaling",
2320
+ "privacy": "public",
2321
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2326
2322
  "inheritedFrom": {
2327
- "name": "AnchoredRegion",
2328
- "module": "src/anchored-region/anchored-region.ts"
2323
+ "name": "Anchor",
2324
+ "module": "src/anchor/anchor.ts"
2329
2325
  }
2330
2326
  },
2331
2327
  {
2332
- "name": "fixed-placement",
2328
+ "kind": "field",
2329
+ "name": "target",
2333
2330
  "type": {
2334
- "text": "boolean"
2331
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2335
2332
  },
2336
- "default": "false",
2337
- "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
2338
- "fieldName": "fixedPlacement",
2333
+ "privacy": "public",
2334
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2339
2335
  "inheritedFrom": {
2340
- "name": "AnchoredRegion",
2341
- "module": "src/anchored-region/anchored-region.ts"
2336
+ "name": "Anchor",
2337
+ "module": "src/anchor/anchor.ts"
2342
2338
  }
2343
2339
  },
2344
2340
  {
2345
- "name": "auto-update-mode",
2341
+ "kind": "field",
2342
+ "name": "type",
2346
2343
  "type": {
2347
- "text": "AutoUpdateMode"
2344
+ "text": "string"
2348
2345
  },
2349
- "default": "\"anchor\"",
2350
- "description": "Defines what triggers the anchored region to revaluate positioning",
2351
- "fieldName": "autoUpdateMode",
2346
+ "privacy": "public",
2347
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2352
2348
  "inheritedFrom": {
2353
- "name": "AnchoredRegion",
2354
- "module": "src/anchored-region/anchored-region.ts"
2349
+ "name": "Anchor",
2350
+ "module": "src/anchor/anchor.ts"
2355
2351
  }
2356
- }
2357
- ],
2358
- "members": [
2352
+ },
2359
2353
  {
2360
2354
  "kind": "field",
2361
- "name": "anchor",
2355
+ "name": "control",
2362
2356
  "type": {
2363
- "text": "string"
2357
+ "text": "HTMLAnchorElement | undefined"
2364
2358
  },
2365
2359
  "privacy": "public",
2366
- "default": "\"\"",
2367
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2360
+ "description": "References the root element",
2368
2361
  "inheritedFrom": {
2369
- "name": "AnchoredRegion",
2370
- "module": "src/anchored-region/anchored-region.ts"
2362
+ "name": "Anchor",
2363
+ "module": "src/anchor/anchor.ts"
2371
2364
  }
2372
2365
  },
2373
2366
  {
2374
- "kind": "method",
2375
- "name": "anchorChanged",
2367
+ "kind": "field",
2368
+ "name": "handleUnsupportedDelegatesFocus",
2376
2369
  "privacy": "private",
2377
- "return": {
2378
- "type": {
2379
- "text": "void"
2380
- }
2381
- },
2370
+ "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",
2382
2371
  "inheritedFrom": {
2383
- "name": "AnchoredRegion",
2384
- "module": "src/anchored-region/anchored-region.ts"
2372
+ "name": "Anchor",
2373
+ "module": "src/anchor/anchor.ts"
2385
2374
  }
2386
2375
  },
2387
2376
  {
2388
2377
  "kind": "field",
2389
- "name": "viewport",
2378
+ "name": "_presentation",
2390
2379
  "type": {
2391
- "text": "string"
2380
+ "text": "ComponentPresentation | null | undefined"
2392
2381
  },
2393
- "privacy": "public",
2394
- "default": "\"\"",
2395
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2382
+ "privacy": "private",
2383
+ "default": "void 0",
2396
2384
  "inheritedFrom": {
2397
- "name": "AnchoredRegion",
2398
- "module": "src/anchored-region/anchored-region.ts"
2385
+ "name": "Anchor",
2386
+ "module": "src/anchor/anchor.ts"
2399
2387
  }
2400
2388
  },
2401
2389
  {
2402
- "kind": "method",
2403
- "name": "viewportChanged",
2404
- "privacy": "private",
2405
- "return": {
2406
- "type": {
2407
- "text": "void"
2408
- }
2390
+ "kind": "field",
2391
+ "name": "$presentation",
2392
+ "type": {
2393
+ "text": "ComponentPresentation | null"
2409
2394
  },
2395
+ "privacy": "public",
2396
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2410
2397
  "inheritedFrom": {
2411
- "name": "AnchoredRegion",
2412
- "module": "src/anchored-region/anchored-region.ts"
2398
+ "name": "Anchor",
2399
+ "module": "src/anchor/anchor.ts"
2413
2400
  }
2414
2401
  },
2415
2402
  {
2416
2403
  "kind": "field",
2417
- "name": "horizontalPositioningMode",
2404
+ "name": "template",
2418
2405
  "type": {
2419
- "text": "AxisPositioningMode"
2406
+ "text": "ElementViewTemplate | void | null"
2420
2407
  },
2421
2408
  "privacy": "public",
2422
- "default": "\"uncontrolled\"",
2423
- "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
2409
+ "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.",
2424
2410
  "inheritedFrom": {
2425
- "name": "AnchoredRegion",
2426
- "module": "src/anchored-region/anchored-region.ts"
2411
+ "name": "Anchor",
2412
+ "module": "src/anchor/anchor.ts"
2427
2413
  }
2428
2414
  },
2429
2415
  {
2430
2416
  "kind": "method",
2431
- "name": "horizontalPositioningModeChanged",
2432
- "privacy": "private",
2417
+ "name": "templateChanged",
2418
+ "privacy": "protected",
2433
2419
  "return": {
2434
2420
  "type": {
2435
2421
  "text": "void"
2436
2422
  }
2437
2423
  },
2438
2424
  "inheritedFrom": {
2439
- "name": "AnchoredRegion",
2440
- "module": "src/anchored-region/anchored-region.ts"
2425
+ "name": "Anchor",
2426
+ "module": "src/anchor/anchor.ts"
2441
2427
  }
2442
2428
  },
2443
2429
  {
2444
2430
  "kind": "field",
2445
- "name": "horizontalDefaultPosition",
2431
+ "name": "styles",
2446
2432
  "type": {
2447
- "text": "HorizontalPosition"
2433
+ "text": "ElementStyles | void | null"
2448
2434
  },
2449
2435
  "privacy": "public",
2450
- "default": "\"unset\"",
2451
- "description": "The default horizontal position of the region relative to the anchor element",
2436
+ "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.",
2452
2437
  "inheritedFrom": {
2453
- "name": "AnchoredRegion",
2454
- "module": "src/anchored-region/anchored-region.ts"
2438
+ "name": "Anchor",
2439
+ "module": "src/anchor/anchor.ts"
2455
2440
  }
2456
2441
  },
2457
2442
  {
2458
2443
  "kind": "method",
2459
- "name": "horizontalDefaultPositionChanged",
2460
- "privacy": "private",
2444
+ "name": "stylesChanged",
2445
+ "privacy": "protected",
2461
2446
  "return": {
2462
2447
  "type": {
2463
2448
  "text": "void"
2464
2449
  }
2465
2450
  },
2466
2451
  "inheritedFrom": {
2467
- "name": "AnchoredRegion",
2468
- "module": "src/anchored-region/anchored-region.ts"
2469
- }
2470
- },
2471
- {
2472
- "kind": "field",
2473
- "name": "horizontalViewportLock",
2474
- "type": {
2475
- "text": "boolean"
2476
- },
2477
- "privacy": "public",
2478
- "default": "false",
2479
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2480
- "inheritedFrom": {
2481
- "name": "AnchoredRegion",
2482
- "module": "src/anchored-region/anchored-region.ts"
2452
+ "name": "Anchor",
2453
+ "module": "src/anchor/anchor.ts"
2483
2454
  }
2484
2455
  },
2485
2456
  {
2486
2457
  "kind": "method",
2487
- "name": "horizontalViewportLockChanged",
2488
- "privacy": "private",
2458
+ "name": "compose",
2459
+ "privacy": "public",
2460
+ "static": true,
2489
2461
  "return": {
2490
2462
  "type": {
2491
- "text": "void"
2463
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2492
2464
  }
2493
2465
  },
2466
+ "parameters": [
2467
+ {
2468
+ "name": "this",
2469
+ "type": {
2470
+ "text": "K"
2471
+ }
2472
+ },
2473
+ {
2474
+ "name": "elementDefinition",
2475
+ "type": {
2476
+ "text": "T"
2477
+ },
2478
+ "description": "The definition of the element to create the registry\nfunction for."
2479
+ }
2480
+ ],
2481
+ "description": "Defines an element registry function with a set of element definition defaults.",
2494
2482
  "inheritedFrom": {
2495
- "name": "AnchoredRegion",
2496
- "module": "src/anchored-region/anchored-region.ts"
2483
+ "name": "Anchor",
2484
+ "module": "src/anchor/anchor.ts"
2497
2485
  }
2498
- },
2486
+ }
2487
+ ]
2488
+ },
2489
+ {
2490
+ "kind": "variable",
2491
+ "name": "zeroAnchor"
2492
+ }
2493
+ ],
2494
+ "exports": [
2495
+ {
2496
+ "kind": "js",
2497
+ "name": "Anchor",
2498
+ "declaration": {
2499
+ "name": "Anchor",
2500
+ "module": "src/anchor/anchor.ts"
2501
+ }
2502
+ },
2503
+ {
2504
+ "kind": "js",
2505
+ "name": "zeroAnchor",
2506
+ "declaration": {
2507
+ "name": "zeroAnchor",
2508
+ "module": "src/anchor/anchor.ts"
2509
+ }
2510
+ }
2511
+ ]
2512
+ },
2513
+ {
2514
+ "kind": "javascript-module",
2515
+ "path": "src/anchor/index.ts",
2516
+ "declarations": [],
2517
+ "exports": [
2518
+ {
2519
+ "kind": "js",
2520
+ "name": "*",
2521
+ "declaration": {
2522
+ "name": "*",
2523
+ "package": "./anchor"
2524
+ }
2525
+ },
2526
+ {
2527
+ "kind": "js",
2528
+ "name": "*",
2529
+ "declaration": {
2530
+ "name": "*",
2531
+ "package": "./anchor.styles"
2532
+ }
2533
+ },
2534
+ {
2535
+ "kind": "js",
2536
+ "name": "*",
2537
+ "declaration": {
2538
+ "name": "*",
2539
+ "package": "./anchor.template"
2540
+ }
2541
+ }
2542
+ ]
2543
+ },
2544
+ {
2545
+ "kind": "javascript-module",
2546
+ "path": "src/anchored-region/anchored-region.stories.ts",
2547
+ "declarations": [
2548
+ {
2549
+ "kind": "variable",
2550
+ "name": "meta",
2551
+ "type": {
2552
+ "text": "Meta"
2553
+ },
2554
+ "default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
2555
+ },
2556
+ {
2557
+ "kind": "variable",
2558
+ "name": "Default",
2559
+ "type": {
2560
+ "text": "StoryObj"
2561
+ },
2562
+ "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
2563
+ }
2564
+ ],
2565
+ "exports": [
2566
+ {
2567
+ "kind": "js",
2568
+ "name": "default",
2569
+ "declaration": {
2570
+ "name": "meta",
2571
+ "module": "src/anchored-region/anchored-region.stories.ts"
2572
+ }
2573
+ },
2574
+ {
2575
+ "kind": "js",
2576
+ "name": "Default",
2577
+ "declaration": {
2578
+ "name": "Default",
2579
+ "module": "src/anchored-region/anchored-region.stories.ts"
2580
+ }
2581
+ }
2582
+ ]
2583
+ },
2584
+ {
2585
+ "kind": "javascript-module",
2586
+ "path": "src/anchored-region/anchored-region.styles.ts",
2587
+ "declarations": [
2588
+ {
2589
+ "kind": "function",
2590
+ "name": "zeroAnchoredRegionStyles",
2591
+ "return": {
2592
+ "type": {
2593
+ "text": "ElementStyles"
2594
+ }
2595
+ },
2596
+ "parameters": [
2499
2597
  {
2500
- "kind": "field",
2501
- "name": "horizontalInset",
2598
+ "name": "context",
2502
2599
  "type": {
2503
- "text": "boolean"
2504
- },
2505
- "privacy": "public",
2506
- "default": "false",
2507
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2508
- "inheritedFrom": {
2509
- "name": "AnchoredRegion",
2510
- "module": "src/anchored-region/anchored-region.ts"
2600
+ "text": "ElementDefinitionContext"
2511
2601
  }
2512
2602
  },
2513
2603
  {
2514
- "kind": "method",
2515
- "name": "horizontalInsetChanged",
2516
- "privacy": "private",
2517
- "return": {
2518
- "type": {
2519
- "text": "void"
2520
- }
2521
- },
2522
- "inheritedFrom": {
2523
- "name": "AnchoredRegion",
2524
- "module": "src/anchored-region/anchored-region.ts"
2604
+ "name": "definition",
2605
+ "type": {
2606
+ "text": "FoundationElementDefinition"
2525
2607
  }
2526
- },
2608
+ }
2609
+ ]
2610
+ }
2611
+ ],
2612
+ "exports": [
2613
+ {
2614
+ "kind": "js",
2615
+ "name": "zeroAnchoredRegionStyles",
2616
+ "declaration": {
2617
+ "name": "zeroAnchoredRegionStyles",
2618
+ "module": "src/anchored-region/anchored-region.styles.ts"
2619
+ }
2620
+ }
2621
+ ]
2622
+ },
2623
+ {
2624
+ "kind": "javascript-module",
2625
+ "path": "src/anchored-region/anchored-region.template.ts",
2626
+ "declarations": [
2627
+ {
2628
+ "kind": "function",
2629
+ "name": "zeroAnchoredRegionTemplate",
2630
+ "return": {
2631
+ "type": {
2632
+ "text": "ViewTemplate<AnchoredRegion>"
2633
+ }
2634
+ },
2635
+ "parameters": [
2527
2636
  {
2528
- "kind": "field",
2529
- "name": "horizontalThreshold",
2637
+ "name": "context",
2530
2638
  "type": {
2531
- "text": "number"
2532
- },
2533
- "privacy": "public",
2534
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2535
- "inheritedFrom": {
2536
- "name": "AnchoredRegion",
2537
- "module": "src/anchored-region/anchored-region.ts"
2639
+ "text": "ElementDefinitionContext"
2538
2640
  }
2539
2641
  },
2540
2642
  {
2541
- "kind": "method",
2542
- "name": "horizontalThresholdChanged",
2543
- "privacy": "private",
2544
- "return": {
2545
- "type": {
2546
- "text": "void"
2547
- }
2548
- },
2549
- "inheritedFrom": {
2550
- "name": "AnchoredRegion",
2551
- "module": "src/anchored-region/anchored-region.ts"
2643
+ "name": "definition",
2644
+ "type": {
2645
+ "text": "FoundationElementDefinition"
2552
2646
  }
2553
- },
2647
+ }
2648
+ ]
2649
+ }
2650
+ ],
2651
+ "exports": [
2652
+ {
2653
+ "kind": "js",
2654
+ "name": "zeroAnchoredRegionTemplate",
2655
+ "declaration": {
2656
+ "name": "zeroAnchoredRegionTemplate",
2657
+ "module": "src/anchored-region/anchored-region.template.ts"
2658
+ }
2659
+ }
2660
+ ]
2661
+ },
2662
+ {
2663
+ "kind": "javascript-module",
2664
+ "path": "src/anchored-region/anchored-region.ts",
2665
+ "declarations": [
2666
+ {
2667
+ "kind": "class",
2668
+ "description": "",
2669
+ "name": "AnchoredRegion",
2670
+ "superclass": {
2671
+ "name": "FoundationAnchoredRegion",
2672
+ "package": "@genesislcap/foundation-ui"
2673
+ },
2674
+ "tagName": "%%prefix%%-anchored-region",
2675
+ "customElement": true,
2676
+ "attributes": [
2554
2677
  {
2555
- "kind": "field",
2556
- "name": "horizontalScaling",
2678
+ "name": "anchor",
2557
2679
  "type": {
2558
- "text": "AxisScalingMode"
2680
+ "text": "string"
2559
2681
  },
2560
- "privacy": "public",
2561
- "default": "\"content\"",
2562
- "description": "Defines how the width of the region is calculated",
2682
+ "default": "\"\"",
2683
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2684
+ "fieldName": "anchor",
2563
2685
  "inheritedFrom": {
2564
2686
  "name": "AnchoredRegion",
2565
2687
  "module": "src/anchored-region/anchored-region.ts"
2566
2688
  }
2567
2689
  },
2568
2690
  {
2569
- "kind": "method",
2570
- "name": "horizontalScalingChanged",
2571
- "privacy": "private",
2572
- "return": {
2573
- "type": {
2574
- "text": "void"
2575
- }
2691
+ "name": "viewport",
2692
+ "type": {
2693
+ "text": "string"
2576
2694
  },
2695
+ "default": "\"\"",
2696
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2697
+ "fieldName": "viewport",
2577
2698
  "inheritedFrom": {
2578
2699
  "name": "AnchoredRegion",
2579
2700
  "module": "src/anchored-region/anchored-region.ts"
2580
2701
  }
2581
2702
  },
2582
2703
  {
2583
- "kind": "field",
2584
- "name": "verticalPositioningMode",
2704
+ "name": "horizontal-positioning-mode",
2585
2705
  "type": {
2586
2706
  "text": "AxisPositioningMode"
2587
2707
  },
2588
- "privacy": "public",
2589
2708
  "default": "\"uncontrolled\"",
2590
- "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
2709
+ "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
2710
+ "fieldName": "horizontalPositioningMode",
2591
2711
  "inheritedFrom": {
2592
2712
  "name": "AnchoredRegion",
2593
2713
  "module": "src/anchored-region/anchored-region.ts"
2594
2714
  }
2595
2715
  },
2596
2716
  {
2597
- "kind": "method",
2598
- "name": "verticalPositioningModeChanged",
2599
- "privacy": "private",
2600
- "return": {
2601
- "type": {
2602
- "text": "void"
2603
- }
2717
+ "name": "horizontal-default-position",
2718
+ "type": {
2719
+ "text": "HorizontalPosition"
2604
2720
  },
2721
+ "default": "\"unset\"",
2722
+ "description": "The default horizontal position of the region relative to the anchor element",
2723
+ "fieldName": "horizontalDefaultPosition",
2605
2724
  "inheritedFrom": {
2606
2725
  "name": "AnchoredRegion",
2607
2726
  "module": "src/anchored-region/anchored-region.ts"
2608
2727
  }
2609
2728
  },
2610
2729
  {
2611
- "kind": "field",
2612
- "name": "verticalDefaultPosition",
2730
+ "name": "horizontal-viewport-lock",
2613
2731
  "type": {
2614
- "text": "VerticalPosition"
2732
+ "text": "boolean"
2615
2733
  },
2616
- "privacy": "public",
2617
- "default": "\"unset\"",
2618
- "description": "The default vertical position of the region relative to the anchor element",
2734
+ "default": "false",
2735
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2736
+ "fieldName": "horizontalViewportLock",
2619
2737
  "inheritedFrom": {
2620
2738
  "name": "AnchoredRegion",
2621
2739
  "module": "src/anchored-region/anchored-region.ts"
2622
2740
  }
2623
2741
  },
2624
2742
  {
2625
- "kind": "method",
2626
- "name": "verticalDefaultPositionChanged",
2627
- "privacy": "private",
2628
- "return": {
2629
- "type": {
2630
- "text": "void"
2631
- }
2743
+ "name": "horizontal-inset",
2744
+ "type": {
2745
+ "text": "boolean"
2632
2746
  },
2747
+ "default": "false",
2748
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2749
+ "fieldName": "horizontalInset",
2633
2750
  "inheritedFrom": {
2634
2751
  "name": "AnchoredRegion",
2635
2752
  "module": "src/anchored-region/anchored-region.ts"
2636
2753
  }
2637
2754
  },
2638
2755
  {
2639
- "kind": "field",
2640
- "name": "verticalViewportLock",
2756
+ "name": "horizontal-threshold",
2641
2757
  "type": {
2642
- "text": "boolean"
2758
+ "text": "number"
2643
2759
  },
2644
- "privacy": "public",
2645
- "default": "false",
2646
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2760
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2761
+ "fieldName": "horizontalThreshold",
2647
2762
  "inheritedFrom": {
2648
2763
  "name": "AnchoredRegion",
2649
2764
  "module": "src/anchored-region/anchored-region.ts"
2650
2765
  }
2651
2766
  },
2652
2767
  {
2653
- "kind": "method",
2654
- "name": "verticalViewportLockChanged",
2655
- "privacy": "private",
2656
- "return": {
2657
- "type": {
2658
- "text": "void"
2659
- }
2768
+ "name": "horizontal-scaling",
2769
+ "type": {
2770
+ "text": "AxisScalingMode"
2660
2771
  },
2772
+ "default": "\"content\"",
2773
+ "description": "Defines how the width of the region is calculated",
2774
+ "fieldName": "horizontalScaling",
2661
2775
  "inheritedFrom": {
2662
2776
  "name": "AnchoredRegion",
2663
2777
  "module": "src/anchored-region/anchored-region.ts"
2664
2778
  }
2665
2779
  },
2666
2780
  {
2667
- "kind": "field",
2668
- "name": "verticalInset",
2781
+ "name": "vertical-positioning-mode",
2669
2782
  "type": {
2670
- "text": "boolean"
2783
+ "text": "AxisPositioningMode"
2671
2784
  },
2672
- "privacy": "public",
2673
- "default": "false",
2674
- "description": "Whether the region overlaps the anchor on the vertical axis",
2785
+ "default": "\"uncontrolled\"",
2786
+ "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
2787
+ "fieldName": "verticalPositioningMode",
2675
2788
  "inheritedFrom": {
2676
2789
  "name": "AnchoredRegion",
2677
2790
  "module": "src/anchored-region/anchored-region.ts"
2678
2791
  }
2679
2792
  },
2680
2793
  {
2681
- "kind": "method",
2682
- "name": "verticalInsetChanged",
2683
- "privacy": "private",
2684
- "return": {
2685
- "type": {
2686
- "text": "void"
2687
- }
2794
+ "name": "vertical-default-position",
2795
+ "type": {
2796
+ "text": "VerticalPosition"
2688
2797
  },
2798
+ "default": "\"unset\"",
2799
+ "description": "The default vertical position of the region relative to the anchor element",
2800
+ "fieldName": "verticalDefaultPosition",
2689
2801
  "inheritedFrom": {
2690
2802
  "name": "AnchoredRegion",
2691
2803
  "module": "src/anchored-region/anchored-region.ts"
2692
2804
  }
2693
2805
  },
2694
2806
  {
2695
- "kind": "field",
2696
- "name": "verticalThreshold",
2807
+ "name": "vertical-viewport-lock",
2697
2808
  "type": {
2698
- "text": "number"
2809
+ "text": "boolean"
2699
2810
  },
2700
- "privacy": "public",
2701
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2811
+ "default": "false",
2812
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2813
+ "fieldName": "verticalViewportLock",
2702
2814
  "inheritedFrom": {
2703
2815
  "name": "AnchoredRegion",
2704
2816
  "module": "src/anchored-region/anchored-region.ts"
2705
2817
  }
2706
2818
  },
2707
2819
  {
2708
- "kind": "method",
2709
- "name": "verticalThresholdChanged",
2710
- "privacy": "private",
2711
- "return": {
2712
- "type": {
2713
- "text": "void"
2714
- }
2820
+ "name": "vertical-inset",
2821
+ "type": {
2822
+ "text": "boolean"
2715
2823
  },
2824
+ "default": "false",
2825
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2826
+ "fieldName": "verticalInset",
2716
2827
  "inheritedFrom": {
2717
2828
  "name": "AnchoredRegion",
2718
2829
  "module": "src/anchored-region/anchored-region.ts"
2719
2830
  }
2720
2831
  },
2721
2832
  {
2722
- "kind": "field",
2723
- "name": "verticalScaling",
2833
+ "name": "vertical-threshold",
2724
2834
  "type": {
2725
- "text": "AxisScalingMode"
2835
+ "text": "number"
2726
2836
  },
2727
- "privacy": "public",
2728
- "default": "\"content\"",
2729
- "description": "Defines how the height of the region is calculated",
2837
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2838
+ "fieldName": "verticalThreshold",
2730
2839
  "inheritedFrom": {
2731
2840
  "name": "AnchoredRegion",
2732
2841
  "module": "src/anchored-region/anchored-region.ts"
2733
2842
  }
2734
2843
  },
2735
2844
  {
2736
- "kind": "method",
2737
- "name": "verticalScalingChanged",
2738
- "privacy": "private",
2739
- "return": {
2740
- "type": {
2741
- "text": "void"
2742
- }
2845
+ "name": "vertical-scaling",
2846
+ "type": {
2847
+ "text": "AxisScalingMode"
2743
2848
  },
2849
+ "default": "\"content\"",
2850
+ "description": "Defines how the height of the region is calculated",
2851
+ "fieldName": "verticalScaling",
2744
2852
  "inheritedFrom": {
2745
2853
  "name": "AnchoredRegion",
2746
2854
  "module": "src/anchored-region/anchored-region.ts"
2747
2855
  }
2748
2856
  },
2749
2857
  {
2750
- "kind": "field",
2751
- "name": "fixedPlacement",
2858
+ "name": "fixed-placement",
2752
2859
  "type": {
2753
2860
  "text": "boolean"
2754
2861
  },
2755
- "privacy": "public",
2756
2862
  "default": "false",
2757
2863
  "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
2864
+ "fieldName": "fixedPlacement",
2758
2865
  "inheritedFrom": {
2759
2866
  "name": "AnchoredRegion",
2760
2867
  "module": "src/anchored-region/anchored-region.ts"
2761
2868
  }
2762
2869
  },
2763
2870
  {
2764
- "kind": "method",
2765
- "name": "fixedPlacementChanged",
2766
- "privacy": "private",
2767
- "return": {
2768
- "type": {
2769
- "text": "void"
2770
- }
2871
+ "name": "auto-update-mode",
2872
+ "type": {
2873
+ "text": "AutoUpdateMode"
2771
2874
  },
2875
+ "default": "\"anchor\"",
2876
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2877
+ "fieldName": "autoUpdateMode",
2772
2878
  "inheritedFrom": {
2773
2879
  "name": "AnchoredRegion",
2774
2880
  "module": "src/anchored-region/anchored-region.ts"
2775
2881
  }
2776
- },
2882
+ }
2883
+ ],
2884
+ "members": [
2777
2885
  {
2778
2886
  "kind": "field",
2779
- "name": "autoUpdateMode",
2887
+ "name": "anchor",
2780
2888
  "type": {
2781
- "text": "AutoUpdateMode"
2889
+ "text": "string"
2782
2890
  },
2783
2891
  "privacy": "public",
2784
- "default": "\"anchor\"",
2785
- "description": "Defines what triggers the anchored region to revaluate positioning",
2892
+ "default": "\"\"",
2893
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2786
2894
  "inheritedFrom": {
2787
2895
  "name": "AnchoredRegion",
2788
2896
  "module": "src/anchored-region/anchored-region.ts"
@@ -2790,27 +2898,13 @@
2790
2898
  },
2791
2899
  {
2792
2900
  "kind": "method",
2793
- "name": "autoUpdateModeChanged",
2901
+ "name": "anchorChanged",
2794
2902
  "privacy": "private",
2795
2903
  "return": {
2796
2904
  "type": {
2797
2905
  "text": "void"
2798
2906
  }
2799
2907
  },
2800
- "parameters": [
2801
- {
2802
- "name": "prevMode",
2803
- "type": {
2804
- "text": "AutoUpdateMode"
2805
- }
2806
- },
2807
- {
2808
- "name": "newMode",
2809
- "type": {
2810
- "text": "AutoUpdateMode"
2811
- }
2812
- }
2813
- ],
2814
2908
  "inheritedFrom": {
2815
2909
  "name": "AnchoredRegion",
2816
2910
  "module": "src/anchored-region/anchored-region.ts"
@@ -2818,13 +2912,13 @@
2818
2912
  },
2819
2913
  {
2820
2914
  "kind": "field",
2821
- "name": "anchorElement",
2915
+ "name": "viewport",
2822
2916
  "type": {
2823
- "text": "HTMLElement | null"
2917
+ "text": "string"
2824
2918
  },
2825
2919
  "privacy": "public",
2826
- "default": "null",
2827
- "description": "The HTML element being used as the anchor",
2920
+ "default": "\"\"",
2921
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2828
2922
  "inheritedFrom": {
2829
2923
  "name": "AnchoredRegion",
2830
2924
  "module": "src/anchored-region/anchored-region.ts"
@@ -2832,7 +2926,7 @@
2832
2926
  },
2833
2927
  {
2834
2928
  "kind": "method",
2835
- "name": "anchorElementChanged",
2929
+ "name": "viewportChanged",
2836
2930
  "privacy": "private",
2837
2931
  "return": {
2838
2932
  "type": {
@@ -2846,13 +2940,13 @@
2846
2940
  },
2847
2941
  {
2848
2942
  "kind": "field",
2849
- "name": "viewportElement",
2943
+ "name": "horizontalPositioningMode",
2850
2944
  "type": {
2851
- "text": "HTMLElement | null"
2945
+ "text": "AxisPositioningMode"
2852
2946
  },
2853
2947
  "privacy": "public",
2854
- "default": "null",
2855
- "description": "The HTML element being used as the viewport",
2948
+ "default": "\"uncontrolled\"",
2949
+ "description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
2856
2950
  "inheritedFrom": {
2857
2951
  "name": "AnchoredRegion",
2858
2952
  "module": "src/anchored-region/anchored-region.ts"
@@ -2860,7 +2954,7 @@
2860
2954
  },
2861
2955
  {
2862
2956
  "kind": "method",
2863
- "name": "viewportElementChanged",
2957
+ "name": "horizontalPositioningModeChanged",
2864
2958
  "privacy": "private",
2865
2959
  "return": {
2866
2960
  "type": {
@@ -2874,25 +2968,27 @@
2874
2968
  },
2875
2969
  {
2876
2970
  "kind": "field",
2877
- "name": "verticalPosition",
2971
+ "name": "horizontalDefaultPosition",
2878
2972
  "type": {
2879
- "text": "AnchoredRegionPositionLabel | undefined"
2973
+ "text": "HorizontalPosition"
2880
2974
  },
2881
2975
  "privacy": "public",
2882
- "description": "indicates the current horizontal position of the region",
2976
+ "default": "\"unset\"",
2977
+ "description": "The default horizontal position of the region relative to the anchor element",
2883
2978
  "inheritedFrom": {
2884
2979
  "name": "AnchoredRegion",
2885
2980
  "module": "src/anchored-region/anchored-region.ts"
2886
2981
  }
2887
2982
  },
2888
2983
  {
2889
- "kind": "field",
2890
- "name": "horizontalPosition",
2891
- "type": {
2892
- "text": "AnchoredRegionPositionLabel | undefined"
2984
+ "kind": "method",
2985
+ "name": "horizontalDefaultPositionChanged",
2986
+ "privacy": "private",
2987
+ "return": {
2988
+ "type": {
2989
+ "text": "void"
2990
+ }
2893
2991
  },
2894
- "privacy": "public",
2895
- "description": "indicates the current vertical position of the region",
2896
2992
  "inheritedFrom": {
2897
2993
  "name": "AnchoredRegion",
2898
2994
  "module": "src/anchored-region/anchored-region.ts"
@@ -2900,24 +2996,27 @@
2900
2996
  },
2901
2997
  {
2902
2998
  "kind": "field",
2903
- "name": "translateX",
2999
+ "name": "horizontalViewportLock",
2904
3000
  "type": {
2905
- "text": "number"
3001
+ "text": "boolean"
2906
3002
  },
2907
- "privacy": "private",
2908
- "description": "values to be applied to the component's transform on render",
3003
+ "privacy": "public",
3004
+ "default": "false",
3005
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2909
3006
  "inheritedFrom": {
2910
3007
  "name": "AnchoredRegion",
2911
3008
  "module": "src/anchored-region/anchored-region.ts"
2912
3009
  }
2913
3010
  },
2914
3011
  {
2915
- "kind": "field",
2916
- "name": "translateY",
2917
- "type": {
2918
- "text": "number"
2919
- },
3012
+ "kind": "method",
3013
+ "name": "horizontalViewportLockChanged",
2920
3014
  "privacy": "private",
3015
+ "return": {
3016
+ "type": {
3017
+ "text": "void"
3018
+ }
3019
+ },
2921
3020
  "inheritedFrom": {
2922
3021
  "name": "AnchoredRegion",
2923
3022
  "module": "src/anchored-region/anchored-region.ts"
@@ -2925,24 +3024,27 @@
2925
3024
  },
2926
3025
  {
2927
3026
  "kind": "field",
2928
- "name": "regionWidth",
3027
+ "name": "horizontalInset",
2929
3028
  "type": {
2930
- "text": "string"
3029
+ "text": "boolean"
2931
3030
  },
2932
- "privacy": "private",
2933
- "description": "the span to be applied to the region on each axis",
3031
+ "privacy": "public",
3032
+ "default": "false",
3033
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2934
3034
  "inheritedFrom": {
2935
3035
  "name": "AnchoredRegion",
2936
3036
  "module": "src/anchored-region/anchored-region.ts"
2937
3037
  }
2938
3038
  },
2939
3039
  {
2940
- "kind": "field",
2941
- "name": "regionHeight",
2942
- "type": {
2943
- "text": "string"
2944
- },
3040
+ "kind": "method",
3041
+ "name": "horizontalInsetChanged",
2945
3042
  "privacy": "private",
3043
+ "return": {
3044
+ "type": {
3045
+ "text": "void"
3046
+ }
3047
+ },
2946
3048
  "inheritedFrom": {
2947
3049
  "name": "AnchoredRegion",
2948
3050
  "module": "src/anchored-region/anchored-region.ts"
@@ -2950,24 +3052,26 @@
2950
3052
  },
2951
3053
  {
2952
3054
  "kind": "field",
2953
- "name": "resizeDetector",
3055
+ "name": "horizontalThreshold",
2954
3056
  "type": {
2955
- "text": "ResizeObserverClassDefinition | null"
3057
+ "text": "number"
2956
3058
  },
2957
- "privacy": "private",
2958
- "default": "null",
3059
+ "privacy": "public",
3060
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2959
3061
  "inheritedFrom": {
2960
3062
  "name": "AnchoredRegion",
2961
3063
  "module": "src/anchored-region/anchored-region.ts"
2962
3064
  }
2963
3065
  },
2964
3066
  {
2965
- "kind": "field",
2966
- "name": "viewportRect",
2967
- "type": {
2968
- "text": "ClientRect | DOMRect | undefined"
2969
- },
3067
+ "kind": "method",
3068
+ "name": "horizontalThresholdChanged",
2970
3069
  "privacy": "private",
3070
+ "return": {
3071
+ "type": {
3072
+ "text": "void"
3073
+ }
3074
+ },
2971
3075
  "inheritedFrom": {
2972
3076
  "name": "AnchoredRegion",
2973
3077
  "module": "src/anchored-region/anchored-region.ts"
@@ -2975,23 +3079,27 @@
2975
3079
  },
2976
3080
  {
2977
3081
  "kind": "field",
2978
- "name": "anchorRect",
3082
+ "name": "horizontalScaling",
2979
3083
  "type": {
2980
- "text": "ClientRect | DOMRect | undefined"
3084
+ "text": "AxisScalingMode"
2981
3085
  },
2982
- "privacy": "private",
3086
+ "privacy": "public",
3087
+ "default": "\"content\"",
3088
+ "description": "Defines how the width of the region is calculated",
2983
3089
  "inheritedFrom": {
2984
3090
  "name": "AnchoredRegion",
2985
3091
  "module": "src/anchored-region/anchored-region.ts"
2986
3092
  }
2987
3093
  },
2988
3094
  {
2989
- "kind": "field",
2990
- "name": "regionRect",
2991
- "type": {
2992
- "text": "ClientRect | DOMRect | undefined"
2993
- },
3095
+ "kind": "method",
3096
+ "name": "horizontalScalingChanged",
2994
3097
  "privacy": "private",
3098
+ "return": {
3099
+ "type": {
3100
+ "text": "void"
3101
+ }
3102
+ },
2995
3103
  "inheritedFrom": {
2996
3104
  "name": "AnchoredRegion",
2997
3105
  "module": "src/anchored-region/anchored-region.ts"
@@ -2999,26 +3107,27 @@
2999
3107
  },
3000
3108
  {
3001
3109
  "kind": "field",
3002
- "name": "baseHorizontalOffset",
3110
+ "name": "verticalPositioningMode",
3003
3111
  "type": {
3004
- "text": "number"
3112
+ "text": "AxisPositioningMode"
3005
3113
  },
3006
- "privacy": "private",
3007
- "default": "0",
3008
- "description": "base offsets between the positioner's base position and the anchor's",
3114
+ "privacy": "public",
3115
+ "default": "\"uncontrolled\"",
3116
+ "description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
3009
3117
  "inheritedFrom": {
3010
3118
  "name": "AnchoredRegion",
3011
3119
  "module": "src/anchored-region/anchored-region.ts"
3012
3120
  }
3013
3121
  },
3014
3122
  {
3015
- "kind": "field",
3016
- "name": "baseVerticalOffset",
3017
- "type": {
3018
- "text": "number"
3019
- },
3123
+ "kind": "method",
3124
+ "name": "verticalPositioningModeChanged",
3020
3125
  "privacy": "private",
3021
- "default": "0",
3126
+ "return": {
3127
+ "type": {
3128
+ "text": "void"
3129
+ }
3130
+ },
3022
3131
  "inheritedFrom": {
3023
3132
  "name": "AnchoredRegion",
3024
3133
  "module": "src/anchored-region/anchored-region.ts"
@@ -3026,12 +3135,27 @@
3026
3135
  },
3027
3136
  {
3028
3137
  "kind": "field",
3029
- "name": "pendingPositioningUpdate",
3138
+ "name": "verticalDefaultPosition",
3030
3139
  "type": {
3031
- "text": "boolean"
3140
+ "text": "VerticalPosition"
3032
3141
  },
3142
+ "privacy": "public",
3143
+ "default": "\"unset\"",
3144
+ "description": "The default vertical position of the region relative to the anchor element",
3145
+ "inheritedFrom": {
3146
+ "name": "AnchoredRegion",
3147
+ "module": "src/anchored-region/anchored-region.ts"
3148
+ }
3149
+ },
3150
+ {
3151
+ "kind": "method",
3152
+ "name": "verticalDefaultPositionChanged",
3033
3153
  "privacy": "private",
3034
- "default": "false",
3154
+ "return": {
3155
+ "type": {
3156
+ "text": "void"
3157
+ }
3158
+ },
3035
3159
  "inheritedFrom": {
3036
3160
  "name": "AnchoredRegion",
3037
3161
  "module": "src/anchored-region/anchored-region.ts"
@@ -3039,24 +3163,27 @@
3039
3163
  },
3040
3164
  {
3041
3165
  "kind": "field",
3042
- "name": "pendingReset",
3166
+ "name": "verticalViewportLock",
3043
3167
  "type": {
3044
3168
  "text": "boolean"
3045
3169
  },
3046
- "privacy": "private",
3170
+ "privacy": "public",
3047
3171
  "default": "false",
3172
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3048
3173
  "inheritedFrom": {
3049
3174
  "name": "AnchoredRegion",
3050
3175
  "module": "src/anchored-region/anchored-region.ts"
3051
3176
  }
3052
3177
  },
3053
3178
  {
3054
- "kind": "field",
3055
- "name": "currentDirection",
3056
- "type": {
3057
- "text": "Direction"
3058
- },
3179
+ "kind": "method",
3180
+ "name": "verticalViewportLockChanged",
3059
3181
  "privacy": "private",
3182
+ "return": {
3183
+ "type": {
3184
+ "text": "void"
3185
+ }
3186
+ },
3060
3187
  "inheritedFrom": {
3061
3188
  "name": "AnchoredRegion",
3062
3189
  "module": "src/anchored-region/anchored-region.ts"
@@ -3064,25 +3191,27 @@
3064
3191
  },
3065
3192
  {
3066
3193
  "kind": "field",
3067
- "name": "regionVisible",
3194
+ "name": "verticalInset",
3068
3195
  "type": {
3069
3196
  "text": "boolean"
3070
3197
  },
3071
- "privacy": "private",
3198
+ "privacy": "public",
3072
3199
  "default": "false",
3200
+ "description": "Whether the region overlaps the anchor on the vertical axis",
3073
3201
  "inheritedFrom": {
3074
3202
  "name": "AnchoredRegion",
3075
3203
  "module": "src/anchored-region/anchored-region.ts"
3076
3204
  }
3077
3205
  },
3078
3206
  {
3079
- "kind": "field",
3080
- "name": "forceUpdate",
3081
- "type": {
3082
- "text": "boolean"
3083
- },
3207
+ "kind": "method",
3208
+ "name": "verticalInsetChanged",
3084
3209
  "privacy": "private",
3085
- "default": "false",
3210
+ "return": {
3211
+ "type": {
3212
+ "text": "void"
3213
+ }
3214
+ },
3086
3215
  "inheritedFrom": {
3087
3216
  "name": "AnchoredRegion",
3088
3217
  "module": "src/anchored-region/anchored-region.ts"
@@ -3090,26 +3219,26 @@
3090
3219
  },
3091
3220
  {
3092
3221
  "kind": "field",
3093
- "name": "updateThreshold",
3222
+ "name": "verticalThreshold",
3094
3223
  "type": {
3095
3224
  "text": "number"
3096
3225
  },
3097
- "privacy": "private",
3098
- "default": "0.5",
3226
+ "privacy": "public",
3227
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3099
3228
  "inheritedFrom": {
3100
3229
  "name": "AnchoredRegion",
3101
3230
  "module": "src/anchored-region/anchored-region.ts"
3102
3231
  }
3103
3232
  },
3104
3233
  {
3105
- "kind": "field",
3106
- "name": "intersectionService",
3107
- "type": {
3108
- "text": "IntersectionService"
3109
- },
3234
+ "kind": "method",
3235
+ "name": "verticalThresholdChanged",
3110
3236
  "privacy": "private",
3111
- "static": true,
3112
- "default": "new IntersectionService()",
3237
+ "return": {
3238
+ "type": {
3239
+ "text": "void"
3240
+ }
3241
+ },
3113
3242
  "inheritedFrom": {
3114
3243
  "name": "AnchoredRegion",
3115
3244
  "module": "src/anchored-region/anchored-region.ts"
@@ -3117,9 +3246,13 @@
3117
3246
  },
3118
3247
  {
3119
3248
  "kind": "field",
3120
- "name": "update",
3249
+ "name": "verticalScaling",
3250
+ "type": {
3251
+ "text": "AxisScalingMode"
3252
+ },
3121
3253
  "privacy": "public",
3122
- "description": "update position",
3254
+ "default": "\"content\"",
3255
+ "description": "Defines how the height of the region is calculated",
3123
3256
  "inheritedFrom": {
3124
3257
  "name": "AnchoredRegion",
3125
3258
  "module": "src/anchored-region/anchored-region.ts"
@@ -3127,29 +3260,27 @@
3127
3260
  },
3128
3261
  {
3129
3262
  "kind": "method",
3130
- "name": "disconnectResizeDetector",
3263
+ "name": "verticalScalingChanged",
3131
3264
  "privacy": "private",
3132
3265
  "return": {
3133
3266
  "type": {
3134
3267
  "text": "void"
3135
3268
  }
3136
3269
  },
3137
- "description": "destroys the instance's resize observer",
3138
3270
  "inheritedFrom": {
3139
3271
  "name": "AnchoredRegion",
3140
3272
  "module": "src/anchored-region/anchored-region.ts"
3141
3273
  }
3142
3274
  },
3143
3275
  {
3144
- "kind": "method",
3145
- "name": "initializeResizeDetector",
3146
- "privacy": "private",
3147
- "return": {
3148
- "type": {
3149
- "text": "void"
3150
- }
3276
+ "kind": "field",
3277
+ "name": "fixedPlacement",
3278
+ "type": {
3279
+ "text": "boolean"
3151
3280
  },
3152
- "description": "initializes the instance's resize observer",
3281
+ "privacy": "public",
3282
+ "default": "false",
3283
+ "description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
3153
3284
  "inheritedFrom": {
3154
3285
  "name": "AnchoredRegion",
3155
3286
  "module": "src/anchored-region/anchored-region.ts"
@@ -3157,29 +3288,27 @@
3157
3288
  },
3158
3289
  {
3159
3290
  "kind": "method",
3160
- "name": "updateForAttributeChange",
3291
+ "name": "fixedPlacementChanged",
3161
3292
  "privacy": "private",
3162
3293
  "return": {
3163
3294
  "type": {
3164
3295
  "text": "void"
3165
3296
  }
3166
3297
  },
3167
- "description": "react to attribute changes that don't require a reset",
3168
3298
  "inheritedFrom": {
3169
3299
  "name": "AnchoredRegion",
3170
3300
  "module": "src/anchored-region/anchored-region.ts"
3171
3301
  }
3172
3302
  },
3173
3303
  {
3174
- "kind": "method",
3175
- "name": "initialize",
3176
- "privacy": "private",
3177
- "return": {
3178
- "type": {
3179
- "text": "void"
3180
- }
3304
+ "kind": "field",
3305
+ "name": "autoUpdateMode",
3306
+ "type": {
3307
+ "text": "AutoUpdateMode"
3181
3308
  },
3182
- "description": "fully initializes the component",
3309
+ "privacy": "public",
3310
+ "default": "\"anchor\"",
3311
+ "description": "Defines what triggers the anchored region to revaluate positioning",
3183
3312
  "inheritedFrom": {
3184
3313
  "name": "AnchoredRegion",
3185
3314
  "module": "src/anchored-region/anchored-region.ts"
@@ -3187,29 +3316,55 @@
3187
3316
  },
3188
3317
  {
3189
3318
  "kind": "method",
3190
- "name": "requestReset",
3319
+ "name": "autoUpdateModeChanged",
3191
3320
  "privacy": "private",
3192
3321
  "return": {
3193
3322
  "type": {
3194
3323
  "text": "void"
3195
3324
  }
3196
3325
  },
3197
- "description": "Request a reset if there are currently no open requests",
3198
- "inheritedFrom": {
3199
- "name": "AnchoredRegion",
3326
+ "parameters": [
3327
+ {
3328
+ "name": "prevMode",
3329
+ "type": {
3330
+ "text": "AutoUpdateMode"
3331
+ }
3332
+ },
3333
+ {
3334
+ "name": "newMode",
3335
+ "type": {
3336
+ "text": "AutoUpdateMode"
3337
+ }
3338
+ }
3339
+ ],
3340
+ "inheritedFrom": {
3341
+ "name": "AnchoredRegion",
3342
+ "module": "src/anchored-region/anchored-region.ts"
3343
+ }
3344
+ },
3345
+ {
3346
+ "kind": "field",
3347
+ "name": "anchorElement",
3348
+ "type": {
3349
+ "text": "HTMLElement | null"
3350
+ },
3351
+ "privacy": "public",
3352
+ "default": "null",
3353
+ "description": "The HTML element being used as the anchor",
3354
+ "inheritedFrom": {
3355
+ "name": "AnchoredRegion",
3200
3356
  "module": "src/anchored-region/anchored-region.ts"
3201
3357
  }
3202
3358
  },
3203
3359
  {
3204
3360
  "kind": "method",
3205
- "name": "setInitialState",
3361
+ "name": "anchorElementChanged",
3206
3362
  "privacy": "private",
3207
3363
  "return": {
3208
3364
  "type": {
3209
3365
  "text": "void"
3210
3366
  }
3211
3367
  },
3212
- "description": "sets the starting configuration for component internal values",
3213
3368
  "inheritedFrom": {
3214
3369
  "name": "AnchoredRegion",
3215
3370
  "module": "src/anchored-region/anchored-region.ts"
@@ -3217,19 +3372,27 @@
3217
3372
  },
3218
3373
  {
3219
3374
  "kind": "field",
3220
- "name": "startObservers",
3221
- "privacy": "private",
3222
- "description": "starts observers",
3375
+ "name": "viewportElement",
3376
+ "type": {
3377
+ "text": "HTMLElement | null"
3378
+ },
3379
+ "privacy": "public",
3380
+ "default": "null",
3381
+ "description": "The HTML element being used as the viewport",
3223
3382
  "inheritedFrom": {
3224
3383
  "name": "AnchoredRegion",
3225
3384
  "module": "src/anchored-region/anchored-region.ts"
3226
3385
  }
3227
3386
  },
3228
3387
  {
3229
- "kind": "field",
3230
- "name": "requestPositionUpdates",
3388
+ "kind": "method",
3389
+ "name": "viewportElementChanged",
3231
3390
  "privacy": "private",
3232
- "description": "get position updates",
3391
+ "return": {
3392
+ "type": {
3393
+ "text": "void"
3394
+ }
3395
+ },
3233
3396
  "inheritedFrom": {
3234
3397
  "name": "AnchoredRegion",
3235
3398
  "module": "src/anchored-region/anchored-region.ts"
@@ -3237,9 +3400,12 @@
3237
3400
  },
3238
3401
  {
3239
3402
  "kind": "field",
3240
- "name": "stopObservers",
3241
- "privacy": "private",
3242
- "description": "stops observers",
3403
+ "name": "verticalPosition",
3404
+ "type": {
3405
+ "text": "AnchoredRegionPositionLabel | undefined"
3406
+ },
3407
+ "privacy": "public",
3408
+ "description": "indicates the current horizontal position of the region",
3243
3409
  "inheritedFrom": {
3244
3410
  "name": "AnchoredRegion",
3245
3411
  "module": "src/anchored-region/anchored-region.ts"
@@ -3247,9 +3413,12 @@
3247
3413
  },
3248
3414
  {
3249
3415
  "kind": "field",
3250
- "name": "getViewport",
3251
- "privacy": "private",
3252
- "description": "Gets the viewport element by id, or defaults to document root",
3416
+ "name": "horizontalPosition",
3417
+ "type": {
3418
+ "text": "AnchoredRegionPositionLabel | undefined"
3419
+ },
3420
+ "privacy": "public",
3421
+ "description": "indicates the current vertical position of the region",
3253
3422
  "inheritedFrom": {
3254
3423
  "name": "AnchoredRegion",
3255
3424
  "module": "src/anchored-region/anchored-region.ts"
@@ -3257,9 +3426,12 @@
3257
3426
  },
3258
3427
  {
3259
3428
  "kind": "field",
3260
- "name": "getAnchor",
3429
+ "name": "translateX",
3430
+ "type": {
3431
+ "text": "number"
3432
+ },
3261
3433
  "privacy": "private",
3262
- "description": "Gets the anchor element by id",
3434
+ "description": "values to be applied to the component's transform on render",
3263
3435
  "inheritedFrom": {
3264
3436
  "name": "AnchoredRegion",
3265
3437
  "module": "src/anchored-region/anchored-region.ts"
@@ -3267,9 +3439,11 @@
3267
3439
  },
3268
3440
  {
3269
3441
  "kind": "field",
3270
- "name": "handleIntersection",
3442
+ "name": "translateY",
3443
+ "type": {
3444
+ "text": "number"
3445
+ },
3271
3446
  "privacy": "private",
3272
- "description": "Handle intersections",
3273
3447
  "inheritedFrom": {
3274
3448
  "name": "AnchoredRegion",
3275
3449
  "module": "src/anchored-region/anchored-region.ts"
@@ -3277,9 +3451,12 @@
3277
3451
  },
3278
3452
  {
3279
3453
  "kind": "field",
3280
- "name": "applyIntersectionEntries",
3454
+ "name": "regionWidth",
3455
+ "type": {
3456
+ "text": "string"
3457
+ },
3281
3458
  "privacy": "private",
3282
- "description": "iterate through intersection entries and apply data",
3459
+ "description": "the span to be applied to the region on each axis",
3283
3460
  "inheritedFrom": {
3284
3461
  "name": "AnchoredRegion",
3285
3462
  "module": "src/anchored-region/anchored-region.ts"
@@ -3287,9 +3464,11 @@
3287
3464
  },
3288
3465
  {
3289
3466
  "kind": "field",
3290
- "name": "updateRegionOffset",
3467
+ "name": "regionHeight",
3468
+ "type": {
3469
+ "text": "string"
3470
+ },
3291
3471
  "privacy": "private",
3292
- "description": "Update the offset values",
3293
3472
  "inheritedFrom": {
3294
3473
  "name": "AnchoredRegion",
3295
3474
  "module": "src/anchored-region/anchored-region.ts"
@@ -3297,9 +3476,12 @@
3297
3476
  },
3298
3477
  {
3299
3478
  "kind": "field",
3300
- "name": "isRectDifferent",
3479
+ "name": "resizeDetector",
3480
+ "type": {
3481
+ "text": "ResizeObserverClassDefinition | null"
3482
+ },
3301
3483
  "privacy": "private",
3302
- "description": "compare rects to see if there is enough change to justify a DOM update",
3484
+ "default": "null",
3303
3485
  "inheritedFrom": {
3304
3486
  "name": "AnchoredRegion",
3305
3487
  "module": "src/anchored-region/anchored-region.ts"
@@ -3307,9 +3489,11 @@
3307
3489
  },
3308
3490
  {
3309
3491
  "kind": "field",
3310
- "name": "handleResize",
3492
+ "name": "viewportRect",
3493
+ "type": {
3494
+ "text": "ClientRect | DOMRect | undefined"
3495
+ },
3311
3496
  "privacy": "private",
3312
- "description": "Handle resize events",
3313
3497
  "inheritedFrom": {
3314
3498
  "name": "AnchoredRegion",
3315
3499
  "module": "src/anchored-region/anchored-region.ts"
@@ -3317,9 +3501,11 @@
3317
3501
  },
3318
3502
  {
3319
3503
  "kind": "field",
3320
- "name": "reset",
3504
+ "name": "anchorRect",
3505
+ "type": {
3506
+ "text": "ClientRect | DOMRect | undefined"
3507
+ },
3321
3508
  "privacy": "private",
3322
- "description": "resets the component",
3323
3509
  "inheritedFrom": {
3324
3510
  "name": "AnchoredRegion",
3325
3511
  "module": "src/anchored-region/anchored-region.ts"
@@ -3327,9 +3513,11 @@
3327
3513
  },
3328
3514
  {
3329
3515
  "kind": "field",
3330
- "name": "updateLayout",
3516
+ "name": "regionRect",
3517
+ "type": {
3518
+ "text": "ClientRect | DOMRect | undefined"
3519
+ },
3331
3520
  "privacy": "private",
3332
- "description": "Recalculate layout related state values",
3333
3521
  "inheritedFrom": {
3334
3522
  "name": "AnchoredRegion",
3335
3523
  "module": "src/anchored-region/anchored-region.ts"
@@ -3337,9 +3525,13 @@
3337
3525
  },
3338
3526
  {
3339
3527
  "kind": "field",
3340
- "name": "updateRegionStyle",
3528
+ "name": "baseHorizontalOffset",
3529
+ "type": {
3530
+ "text": "number"
3531
+ },
3341
3532
  "privacy": "private",
3342
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3533
+ "default": "0",
3534
+ "description": "base offsets between the positioner's base position and the anchor's",
3343
3535
  "inheritedFrom": {
3344
3536
  "name": "AnchoredRegion",
3345
3537
  "module": "src/anchored-region/anchored-region.ts"
@@ -3347,9 +3539,12 @@
3347
3539
  },
3348
3540
  {
3349
3541
  "kind": "field",
3350
- "name": "updatePositionClasses",
3542
+ "name": "baseVerticalOffset",
3543
+ "type": {
3544
+ "text": "number"
3545
+ },
3351
3546
  "privacy": "private",
3352
- "description": "Updates the css classes that reflect the current position of the element",
3547
+ "default": "0",
3353
3548
  "inheritedFrom": {
3354
3549
  "name": "AnchoredRegion",
3355
3550
  "module": "src/anchored-region/anchored-region.ts"
@@ -3357,9 +3552,12 @@
3357
3552
  },
3358
3553
  {
3359
3554
  "kind": "field",
3360
- "name": "setHorizontalPosition",
3555
+ "name": "pendingPositioningUpdate",
3556
+ "type": {
3557
+ "text": "boolean"
3558
+ },
3361
3559
  "privacy": "private",
3362
- "description": "Get horizontal positioning state based on desired position",
3560
+ "default": "false",
3363
3561
  "inheritedFrom": {
3364
3562
  "name": "AnchoredRegion",
3365
3563
  "module": "src/anchored-region/anchored-region.ts"
@@ -3367,9 +3565,12 @@
3367
3565
  },
3368
3566
  {
3369
3567
  "kind": "field",
3370
- "name": "setVerticalPosition",
3568
+ "name": "pendingReset",
3569
+ "type": {
3570
+ "text": "boolean"
3571
+ },
3371
3572
  "privacy": "private",
3372
- "description": "Set vertical positioning state based on desired position",
3573
+ "default": "false",
3373
3574
  "inheritedFrom": {
3374
3575
  "name": "AnchoredRegion",
3375
3576
  "module": "src/anchored-region/anchored-region.ts"
@@ -3377,9 +3578,11 @@
3377
3578
  },
3378
3579
  {
3379
3580
  "kind": "field",
3380
- "name": "getPositioningOptions",
3581
+ "name": "currentDirection",
3582
+ "type": {
3583
+ "text": "Direction"
3584
+ },
3381
3585
  "privacy": "private",
3382
- "description": "Get available positions based on positioning mode",
3383
3586
  "inheritedFrom": {
3384
3587
  "name": "AnchoredRegion",
3385
3588
  "module": "src/anchored-region/anchored-region.ts"
@@ -3387,9 +3590,12 @@
3387
3590
  },
3388
3591
  {
3389
3592
  "kind": "field",
3390
- "name": "getAvailableSpace",
3593
+ "name": "regionVisible",
3594
+ "type": {
3595
+ "text": "boolean"
3596
+ },
3391
3597
  "privacy": "private",
3392
- "description": "Get the space available for a particular relative position",
3598
+ "default": "false",
3393
3599
  "inheritedFrom": {
3394
3600
  "name": "AnchoredRegion",
3395
3601
  "module": "src/anchored-region/anchored-region.ts"
@@ -3397,9 +3603,12 @@
3397
3603
  },
3398
3604
  {
3399
3605
  "kind": "field",
3400
- "name": "getNextRegionDimension",
3606
+ "name": "forceUpdate",
3607
+ "type": {
3608
+ "text": "boolean"
3609
+ },
3401
3610
  "privacy": "private",
3402
- "description": "Get region dimensions",
3611
+ "default": "false",
3403
3612
  "inheritedFrom": {
3404
3613
  "name": "AnchoredRegion",
3405
3614
  "module": "src/anchored-region/anchored-region.ts"
@@ -3407,9 +3616,12 @@
3407
3616
  },
3408
3617
  {
3409
3618
  "kind": "field",
3410
- "name": "startAutoUpdateEventListeners",
3619
+ "name": "updateThreshold",
3620
+ "type": {
3621
+ "text": "number"
3622
+ },
3411
3623
  "privacy": "private",
3412
- "description": "starts event listeners that can trigger auto updating",
3624
+ "default": "0.5",
3413
3625
  "inheritedFrom": {
3414
3626
  "name": "AnchoredRegion",
3415
3627
  "module": "src/anchored-region/anchored-region.ts"
@@ -3417,9 +3629,13 @@
3417
3629
  },
3418
3630
  {
3419
3631
  "kind": "field",
3420
- "name": "stopAutoUpdateEventListeners",
3632
+ "name": "intersectionService",
3633
+ "type": {
3634
+ "text": "IntersectionService"
3635
+ },
3421
3636
  "privacy": "private",
3422
- "description": "stops event listeners that can trigger auto updating",
3637
+ "static": true,
3638
+ "default": "new IntersectionService()",
3423
3639
  "inheritedFrom": {
3424
3640
  "name": "AnchoredRegion",
3425
3641
  "module": "src/anchored-region/anchored-region.ts"
@@ -3427,38 +3643,39 @@
3427
3643
  },
3428
3644
  {
3429
3645
  "kind": "field",
3430
- "name": "_presentation",
3431
- "type": {
3432
- "text": "ComponentPresentation | null | undefined"
3433
- },
3434
- "privacy": "private",
3435
- "default": "void 0",
3646
+ "name": "update",
3647
+ "privacy": "public",
3648
+ "description": "update position",
3436
3649
  "inheritedFrom": {
3437
3650
  "name": "AnchoredRegion",
3438
3651
  "module": "src/anchored-region/anchored-region.ts"
3439
3652
  }
3440
3653
  },
3441
3654
  {
3442
- "kind": "field",
3443
- "name": "$presentation",
3444
- "type": {
3445
- "text": "ComponentPresentation | null"
3655
+ "kind": "method",
3656
+ "name": "disconnectResizeDetector",
3657
+ "privacy": "private",
3658
+ "return": {
3659
+ "type": {
3660
+ "text": "void"
3661
+ }
3446
3662
  },
3447
- "privacy": "public",
3448
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3663
+ "description": "destroys the instance's resize observer",
3449
3664
  "inheritedFrom": {
3450
3665
  "name": "AnchoredRegion",
3451
3666
  "module": "src/anchored-region/anchored-region.ts"
3452
3667
  }
3453
3668
  },
3454
3669
  {
3455
- "kind": "field",
3456
- "name": "template",
3457
- "type": {
3458
- "text": "ElementViewTemplate | void | null"
3670
+ "kind": "method",
3671
+ "name": "initializeResizeDetector",
3672
+ "privacy": "private",
3673
+ "return": {
3674
+ "type": {
3675
+ "text": "void"
3676
+ }
3459
3677
  },
3460
- "privacy": "public",
3461
- "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.",
3678
+ "description": "initializes the instance's resize observer",
3462
3679
  "inheritedFrom": {
3463
3680
  "name": "AnchoredRegion",
3464
3681
  "module": "src/anchored-region/anchored-region.ts"
@@ -3466,26 +3683,29 @@
3466
3683
  },
3467
3684
  {
3468
3685
  "kind": "method",
3469
- "name": "templateChanged",
3470
- "privacy": "protected",
3686
+ "name": "updateForAttributeChange",
3687
+ "privacy": "private",
3471
3688
  "return": {
3472
3689
  "type": {
3473
3690
  "text": "void"
3474
3691
  }
3475
3692
  },
3693
+ "description": "react to attribute changes that don't require a reset",
3476
3694
  "inheritedFrom": {
3477
3695
  "name": "AnchoredRegion",
3478
3696
  "module": "src/anchored-region/anchored-region.ts"
3479
3697
  }
3480
3698
  },
3481
3699
  {
3482
- "kind": "field",
3483
- "name": "styles",
3484
- "type": {
3485
- "text": "ElementStyles | void | null"
3700
+ "kind": "method",
3701
+ "name": "initialize",
3702
+ "privacy": "private",
3703
+ "return": {
3704
+ "type": {
3705
+ "text": "void"
3706
+ }
3486
3707
  },
3487
- "privacy": "public",
3488
- "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.",
3708
+ "description": "fully initializes the component",
3489
3709
  "inheritedFrom": {
3490
3710
  "name": "AnchoredRegion",
3491
3711
  "module": "src/anchored-region/anchored-region.ts"
@@ -3493,13 +3713,14 @@
3493
3713
  },
3494
3714
  {
3495
3715
  "kind": "method",
3496
- "name": "stylesChanged",
3497
- "privacy": "protected",
3716
+ "name": "requestReset",
3717
+ "privacy": "private",
3498
3718
  "return": {
3499
3719
  "type": {
3500
3720
  "text": "void"
3501
3721
  }
3502
3722
  },
3723
+ "description": "Request a reset if there are currently no open requests",
3503
3724
  "inheritedFrom": {
3504
3725
  "name": "AnchoredRegion",
3505
3726
  "module": "src/anchored-region/anchored-region.ts"
@@ -3507,466 +3728,227 @@
3507
3728
  },
3508
3729
  {
3509
3730
  "kind": "method",
3510
- "name": "compose",
3511
- "privacy": "public",
3512
- "static": true,
3731
+ "name": "setInitialState",
3732
+ "privacy": "private",
3513
3733
  "return": {
3514
3734
  "type": {
3515
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3735
+ "text": "void"
3516
3736
  }
3517
3737
  },
3518
- "parameters": [
3519
- {
3520
- "name": "this",
3521
- "type": {
3522
- "text": "K"
3523
- }
3524
- },
3525
- {
3526
- "name": "elementDefinition",
3527
- "type": {
3528
- "text": "T"
3529
- },
3530
- "description": "The definition of the element to create the registry\nfunction for."
3531
- }
3532
- ],
3533
- "description": "Defines an element registry function with a set of element definition defaults.",
3738
+ "description": "sets the starting configuration for component internal values",
3534
3739
  "inheritedFrom": {
3535
3740
  "name": "AnchoredRegion",
3536
3741
  "module": "src/anchored-region/anchored-region.ts"
3537
3742
  }
3538
- }
3539
- ],
3540
- "events": [
3743
+ },
3541
3744
  {
3542
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3543
- "name": "loaded",
3745
+ "kind": "field",
3746
+ "name": "startObservers",
3747
+ "privacy": "private",
3748
+ "description": "starts observers",
3544
3749
  "inheritedFrom": {
3545
3750
  "name": "AnchoredRegion",
3546
3751
  "module": "src/anchored-region/anchored-region.ts"
3547
3752
  }
3548
3753
  },
3549
3754
  {
3550
- "description": "Fires a custom 'positionchange' event when the position has changed",
3551
- "name": "positionchange",
3755
+ "kind": "field",
3756
+ "name": "requestPositionUpdates",
3757
+ "privacy": "private",
3758
+ "description": "get position updates",
3552
3759
  "inheritedFrom": {
3553
3760
  "name": "AnchoredRegion",
3554
3761
  "module": "src/anchored-region/anchored-region.ts"
3555
3762
  }
3556
- }
3557
- ]
3558
- },
3559
- {
3560
- "kind": "variable",
3561
- "name": "zeroAnchoredRegion"
3562
- }
3563
- ],
3564
- "exports": [
3565
- {
3566
- "kind": "js",
3567
- "name": "AnchoredRegion",
3568
- "declaration": {
3569
- "name": "AnchoredRegion",
3570
- "module": "src/anchored-region/anchored-region.ts"
3571
- }
3572
- },
3573
- {
3574
- "kind": "js",
3575
- "name": "zeroAnchoredRegion",
3576
- "declaration": {
3577
- "name": "zeroAnchoredRegion",
3578
- "module": "src/anchored-region/anchored-region.ts"
3579
- }
3580
- }
3581
- ]
3582
- },
3583
- {
3584
- "kind": "javascript-module",
3585
- "path": "src/anchored-region/index.ts",
3586
- "declarations": [],
3587
- "exports": [
3588
- {
3589
- "kind": "js",
3590
- "name": "*",
3591
- "declaration": {
3592
- "name": "*",
3593
- "package": "./anchored-region"
3594
- }
3595
- },
3596
- {
3597
- "kind": "js",
3598
- "name": "*",
3599
- "declaration": {
3600
- "name": "*",
3601
- "package": "./anchored-region.styles"
3602
- }
3603
- },
3604
- {
3605
- "kind": "js",
3606
- "name": "*",
3607
- "declaration": {
3608
- "name": "*",
3609
- "package": "./anchored-region.template"
3610
- }
3611
- }
3612
- ]
3613
- },
3614
- {
3615
- "kind": "javascript-module",
3616
- "path": "src/anchor/anchor.stories.ts",
3617
- "declarations": [
3618
- {
3619
- "kind": "variable",
3620
- "name": "meta",
3621
- "type": {
3622
- "text": "Meta"
3623
- },
3624
- "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
3625
- },
3626
- {
3627
- "kind": "variable",
3628
- "name": "All",
3629
- "type": {
3630
- "text": "StoryObj"
3631
- },
3632
- "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
3633
- }
3634
- ],
3635
- "exports": [
3636
- {
3637
- "kind": "js",
3638
- "name": "default",
3639
- "declaration": {
3640
- "name": "meta",
3641
- "module": "src/anchor/anchor.stories.ts"
3642
- }
3643
- },
3644
- {
3645
- "kind": "js",
3646
- "name": "All",
3647
- "declaration": {
3648
- "name": "All",
3649
- "module": "src/anchor/anchor.stories.ts"
3650
- }
3651
- }
3652
- ]
3653
- },
3654
- {
3655
- "kind": "javascript-module",
3656
- "path": "src/anchor/anchor.styles.ts",
3657
- "declarations": [
3658
- {
3659
- "kind": "function",
3660
- "name": "zeroAnchorStyles",
3661
- "return": {
3662
- "type": {
3663
- "text": "ElementStyles"
3664
- }
3665
- },
3666
- "parameters": [
3667
- {
3668
- "name": "context",
3669
- "type": {
3670
- "text": "ElementDefinitionContext"
3671
- }
3672
3763
  },
3673
3764
  {
3674
- "name": "definition",
3675
- "type": {
3676
- "text": "FoundationElementDefinition"
3677
- }
3678
- }
3679
- ]
3680
- }
3681
- ],
3682
- "exports": [
3683
- {
3684
- "kind": "js",
3685
- "name": "zeroAnchorStyles",
3686
- "declaration": {
3687
- "name": "zeroAnchorStyles",
3688
- "module": "src/anchor/anchor.styles.ts"
3689
- }
3690
- }
3691
- ]
3692
- },
3693
- {
3694
- "kind": "javascript-module",
3695
- "path": "src/anchor/anchor.template.ts",
3696
- "declarations": [
3697
- {
3698
- "kind": "function",
3699
- "name": "zeroAnchorTemplate",
3700
- "return": {
3701
- "type": {
3702
- "text": "ViewTemplate<Anchor>"
3703
- }
3704
- },
3705
- "parameters": [
3706
- {
3707
- "name": "context",
3708
- "type": {
3709
- "text": "ElementDefinitionContext"
3765
+ "kind": "field",
3766
+ "name": "stopObservers",
3767
+ "privacy": "private",
3768
+ "description": "stops observers",
3769
+ "inheritedFrom": {
3770
+ "name": "AnchoredRegion",
3771
+ "module": "src/anchored-region/anchored-region.ts"
3710
3772
  }
3711
3773
  },
3712
3774
  {
3713
- "name": "definition",
3714
- "type": {
3715
- "text": "FoundationElementDefinition"
3716
- }
3717
- }
3718
- ]
3719
- }
3720
- ],
3721
- "exports": [
3722
- {
3723
- "kind": "js",
3724
- "name": "zeroAnchorTemplate",
3725
- "declaration": {
3726
- "name": "zeroAnchorTemplate",
3727
- "module": "src/anchor/anchor.template.ts"
3728
- }
3729
- }
3730
- ]
3731
- },
3732
- {
3733
- "kind": "javascript-module",
3734
- "path": "src/anchor/anchor.ts",
3735
- "declarations": [
3736
- {
3737
- "kind": "class",
3738
- "description": "",
3739
- "name": "Anchor",
3740
- "superclass": {
3741
- "name": "FoundationAnchor",
3742
- "package": "@genesislcap/foundation-ui"
3743
- },
3744
- "tagName": "%%prefix%%-anchor",
3745
- "customElement": true,
3746
- "attributes": [
3747
- {
3748
- "name": "download",
3749
- "type": {
3750
- "text": "string"
3751
- },
3752
- "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.",
3753
- "fieldName": "download",
3775
+ "kind": "field",
3776
+ "name": "getViewport",
3777
+ "privacy": "private",
3778
+ "description": "Gets the viewport element by id, or defaults to document root",
3754
3779
  "inheritedFrom": {
3755
- "name": "Anchor",
3756
- "module": "src/anchor/anchor.ts"
3780
+ "name": "AnchoredRegion",
3781
+ "module": "src/anchored-region/anchored-region.ts"
3757
3782
  }
3758
3783
  },
3759
3784
  {
3760
- "name": "href",
3761
- "type": {
3762
- "text": "string"
3763
- },
3764
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3765
- "fieldName": "href",
3785
+ "kind": "field",
3786
+ "name": "getAnchor",
3787
+ "privacy": "private",
3788
+ "description": "Gets the anchor element by id",
3766
3789
  "inheritedFrom": {
3767
- "name": "Anchor",
3768
- "module": "src/anchor/anchor.ts"
3790
+ "name": "AnchoredRegion",
3791
+ "module": "src/anchored-region/anchored-region.ts"
3769
3792
  }
3770
3793
  },
3771
3794
  {
3772
- "name": "hreflang",
3773
- "type": {
3774
- "text": "string"
3775
- },
3776
- "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.",
3777
- "fieldName": "hreflang",
3795
+ "kind": "field",
3796
+ "name": "handleIntersection",
3797
+ "privacy": "private",
3798
+ "description": "Handle intersections",
3778
3799
  "inheritedFrom": {
3779
- "name": "Anchor",
3780
- "module": "src/anchor/anchor.ts"
3800
+ "name": "AnchoredRegion",
3801
+ "module": "src/anchored-region/anchored-region.ts"
3781
3802
  }
3782
3803
  },
3783
3804
  {
3784
- "name": "ping",
3785
- "type": {
3786
- "text": "string"
3787
- },
3788
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3789
- "fieldName": "ping",
3790
- "inheritedFrom": {
3791
- "name": "Anchor",
3792
- "module": "src/anchor/anchor.ts"
3805
+ "kind": "field",
3806
+ "name": "applyIntersectionEntries",
3807
+ "privacy": "private",
3808
+ "description": "iterate through intersection entries and apply data",
3809
+ "inheritedFrom": {
3810
+ "name": "AnchoredRegion",
3811
+ "module": "src/anchored-region/anchored-region.ts"
3793
3812
  }
3794
3813
  },
3795
3814
  {
3796
- "name": "referrerpolicy",
3797
- "type": {
3798
- "text": "string"
3799
- },
3800
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3801
- "fieldName": "referrerpolicy",
3815
+ "kind": "field",
3816
+ "name": "updateRegionOffset",
3817
+ "privacy": "private",
3818
+ "description": "Update the offset values",
3802
3819
  "inheritedFrom": {
3803
- "name": "Anchor",
3804
- "module": "src/anchor/anchor.ts"
3820
+ "name": "AnchoredRegion",
3821
+ "module": "src/anchored-region/anchored-region.ts"
3805
3822
  }
3806
3823
  },
3807
3824
  {
3808
- "name": "rel",
3809
- "type": {
3810
- "text": "string"
3811
- },
3812
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3813
- "fieldName": "rel",
3825
+ "kind": "field",
3826
+ "name": "isRectDifferent",
3827
+ "privacy": "private",
3828
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3814
3829
  "inheritedFrom": {
3815
- "name": "Anchor",
3816
- "module": "src/anchor/anchor.ts"
3830
+ "name": "AnchoredRegion",
3831
+ "module": "src/anchored-region/anchored-region.ts"
3817
3832
  }
3818
3833
  },
3819
3834
  {
3820
- "name": "target",
3821
- "type": {
3822
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3823
- },
3824
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3825
- "fieldName": "target",
3835
+ "kind": "field",
3836
+ "name": "handleResize",
3837
+ "privacy": "private",
3838
+ "description": "Handle resize events",
3826
3839
  "inheritedFrom": {
3827
- "name": "Anchor",
3828
- "module": "src/anchor/anchor.ts"
3840
+ "name": "AnchoredRegion",
3841
+ "module": "src/anchored-region/anchored-region.ts"
3829
3842
  }
3830
3843
  },
3831
3844
  {
3832
- "name": "type",
3833
- "type": {
3834
- "text": "string"
3835
- },
3836
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3837
- "fieldName": "type",
3845
+ "kind": "field",
3846
+ "name": "reset",
3847
+ "privacy": "private",
3848
+ "description": "resets the component",
3838
3849
  "inheritedFrom": {
3839
- "name": "Anchor",
3840
- "module": "src/anchor/anchor.ts"
3850
+ "name": "AnchoredRegion",
3851
+ "module": "src/anchored-region/anchored-region.ts"
3841
3852
  }
3842
- }
3843
- ],
3844
- "members": [
3853
+ },
3845
3854
  {
3846
3855
  "kind": "field",
3847
- "name": "download",
3848
- "type": {
3849
- "text": "string"
3850
- },
3851
- "privacy": "public",
3852
- "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.",
3856
+ "name": "updateLayout",
3857
+ "privacy": "private",
3858
+ "description": "Recalculate layout related state values",
3853
3859
  "inheritedFrom": {
3854
- "name": "Anchor",
3855
- "module": "src/anchor/anchor.ts"
3860
+ "name": "AnchoredRegion",
3861
+ "module": "src/anchored-region/anchored-region.ts"
3856
3862
  }
3857
3863
  },
3858
3864
  {
3859
3865
  "kind": "field",
3860
- "name": "href",
3861
- "type": {
3862
- "text": "string"
3863
- },
3864
- "privacy": "public",
3865
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3866
+ "name": "updateRegionStyle",
3867
+ "privacy": "private",
3868
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3866
3869
  "inheritedFrom": {
3867
- "name": "Anchor",
3868
- "module": "src/anchor/anchor.ts"
3870
+ "name": "AnchoredRegion",
3871
+ "module": "src/anchored-region/anchored-region.ts"
3869
3872
  }
3870
3873
  },
3871
3874
  {
3872
3875
  "kind": "field",
3873
- "name": "hreflang",
3874
- "type": {
3875
- "text": "string"
3876
- },
3877
- "privacy": "public",
3878
- "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.",
3876
+ "name": "updatePositionClasses",
3877
+ "privacy": "private",
3878
+ "description": "Updates the css classes that reflect the current position of the element",
3879
3879
  "inheritedFrom": {
3880
- "name": "Anchor",
3881
- "module": "src/anchor/anchor.ts"
3880
+ "name": "AnchoredRegion",
3881
+ "module": "src/anchored-region/anchored-region.ts"
3882
3882
  }
3883
3883
  },
3884
3884
  {
3885
3885
  "kind": "field",
3886
- "name": "ping",
3887
- "type": {
3888
- "text": "string"
3889
- },
3890
- "privacy": "public",
3891
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3886
+ "name": "setHorizontalPosition",
3887
+ "privacy": "private",
3888
+ "description": "Get horizontal positioning state based on desired position",
3892
3889
  "inheritedFrom": {
3893
- "name": "Anchor",
3894
- "module": "src/anchor/anchor.ts"
3890
+ "name": "AnchoredRegion",
3891
+ "module": "src/anchored-region/anchored-region.ts"
3895
3892
  }
3896
3893
  },
3897
3894
  {
3898
3895
  "kind": "field",
3899
- "name": "referrerpolicy",
3900
- "type": {
3901
- "text": "string"
3902
- },
3903
- "privacy": "public",
3904
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3896
+ "name": "setVerticalPosition",
3897
+ "privacy": "private",
3898
+ "description": "Set vertical positioning state based on desired position",
3905
3899
  "inheritedFrom": {
3906
- "name": "Anchor",
3907
- "module": "src/anchor/anchor.ts"
3900
+ "name": "AnchoredRegion",
3901
+ "module": "src/anchored-region/anchored-region.ts"
3908
3902
  }
3909
3903
  },
3910
3904
  {
3911
3905
  "kind": "field",
3912
- "name": "rel",
3913
- "type": {
3914
- "text": "string"
3915
- },
3916
- "privacy": "public",
3917
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3906
+ "name": "getPositioningOptions",
3907
+ "privacy": "private",
3908
+ "description": "Get available positions based on positioning mode",
3918
3909
  "inheritedFrom": {
3919
- "name": "Anchor",
3920
- "module": "src/anchor/anchor.ts"
3910
+ "name": "AnchoredRegion",
3911
+ "module": "src/anchored-region/anchored-region.ts"
3921
3912
  }
3922
3913
  },
3923
3914
  {
3924
3915
  "kind": "field",
3925
- "name": "target",
3926
- "type": {
3927
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3928
- },
3929
- "privacy": "public",
3930
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3916
+ "name": "getAvailableSpace",
3917
+ "privacy": "private",
3918
+ "description": "Get the space available for a particular relative position",
3931
3919
  "inheritedFrom": {
3932
- "name": "Anchor",
3933
- "module": "src/anchor/anchor.ts"
3920
+ "name": "AnchoredRegion",
3921
+ "module": "src/anchored-region/anchored-region.ts"
3934
3922
  }
3935
3923
  },
3936
3924
  {
3937
3925
  "kind": "field",
3938
- "name": "type",
3939
- "type": {
3940
- "text": "string"
3941
- },
3942
- "privacy": "public",
3943
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3926
+ "name": "getNextRegionDimension",
3927
+ "privacy": "private",
3928
+ "description": "Get region dimensions",
3944
3929
  "inheritedFrom": {
3945
- "name": "Anchor",
3946
- "module": "src/anchor/anchor.ts"
3930
+ "name": "AnchoredRegion",
3931
+ "module": "src/anchored-region/anchored-region.ts"
3947
3932
  }
3948
3933
  },
3949
3934
  {
3950
3935
  "kind": "field",
3951
- "name": "control",
3952
- "type": {
3953
- "text": "HTMLAnchorElement | undefined"
3954
- },
3955
- "privacy": "public",
3956
- "description": "References the root element",
3936
+ "name": "startAutoUpdateEventListeners",
3937
+ "privacy": "private",
3938
+ "description": "starts event listeners that can trigger auto updating",
3957
3939
  "inheritedFrom": {
3958
- "name": "Anchor",
3959
- "module": "src/anchor/anchor.ts"
3940
+ "name": "AnchoredRegion",
3941
+ "module": "src/anchored-region/anchored-region.ts"
3960
3942
  }
3961
3943
  },
3962
3944
  {
3963
3945
  "kind": "field",
3964
- "name": "handleUnsupportedDelegatesFocus",
3946
+ "name": "stopAutoUpdateEventListeners",
3965
3947
  "privacy": "private",
3966
- "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",
3948
+ "description": "stops event listeners that can trigger auto updating",
3967
3949
  "inheritedFrom": {
3968
- "name": "Anchor",
3969
- "module": "src/anchor/anchor.ts"
3950
+ "name": "AnchoredRegion",
3951
+ "module": "src/anchored-region/anchored-region.ts"
3970
3952
  }
3971
3953
  },
3972
3954
  {
@@ -3978,8 +3960,8 @@
3978
3960
  "privacy": "private",
3979
3961
  "default": "void 0",
3980
3962
  "inheritedFrom": {
3981
- "name": "Anchor",
3982
- "module": "src/anchor/anchor.ts"
3963
+ "name": "AnchoredRegion",
3964
+ "module": "src/anchored-region/anchored-region.ts"
3983
3965
  }
3984
3966
  },
3985
3967
  {
@@ -3991,8 +3973,8 @@
3991
3973
  "privacy": "public",
3992
3974
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3993
3975
  "inheritedFrom": {
3994
- "name": "Anchor",
3995
- "module": "src/anchor/anchor.ts"
3976
+ "name": "AnchoredRegion",
3977
+ "module": "src/anchored-region/anchored-region.ts"
3996
3978
  }
3997
3979
  },
3998
3980
  {
@@ -4004,8 +3986,8 @@
4004
3986
  "privacy": "public",
4005
3987
  "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.",
4006
3988
  "inheritedFrom": {
4007
- "name": "Anchor",
4008
- "module": "src/anchor/anchor.ts"
3989
+ "name": "AnchoredRegion",
3990
+ "module": "src/anchored-region/anchored-region.ts"
4009
3991
  }
4010
3992
  },
4011
3993
  {
@@ -4018,8 +4000,8 @@
4018
4000
  }
4019
4001
  },
4020
4002
  "inheritedFrom": {
4021
- "name": "Anchor",
4022
- "module": "src/anchor/anchor.ts"
4003
+ "name": "AnchoredRegion",
4004
+ "module": "src/anchored-region/anchored-region.ts"
4023
4005
  }
4024
4006
  },
4025
4007
  {
@@ -4031,8 +4013,8 @@
4031
4013
  "privacy": "public",
4032
4014
  "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.",
4033
4015
  "inheritedFrom": {
4034
- "name": "Anchor",
4035
- "module": "src/anchor/anchor.ts"
4016
+ "name": "AnchoredRegion",
4017
+ "module": "src/anchored-region/anchored-region.ts"
4036
4018
  }
4037
4019
  },
4038
4020
  {
@@ -4045,8 +4027,8 @@
4045
4027
  }
4046
4028
  },
4047
4029
  "inheritedFrom": {
4048
- "name": "Anchor",
4049
- "module": "src/anchor/anchor.ts"
4030
+ "name": "AnchoredRegion",
4031
+ "module": "src/anchored-region/anchored-region.ts"
4050
4032
  }
4051
4033
  },
4052
4034
  {
@@ -4076,39 +4058,57 @@
4076
4058
  ],
4077
4059
  "description": "Defines an element registry function with a set of element definition defaults.",
4078
4060
  "inheritedFrom": {
4079
- "name": "Anchor",
4080
- "module": "src/anchor/anchor.ts"
4061
+ "name": "AnchoredRegion",
4062
+ "module": "src/anchored-region/anchored-region.ts"
4063
+ }
4064
+ }
4065
+ ],
4066
+ "events": [
4067
+ {
4068
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4069
+ "name": "loaded",
4070
+ "inheritedFrom": {
4071
+ "name": "AnchoredRegion",
4072
+ "module": "src/anchored-region/anchored-region.ts"
4073
+ }
4074
+ },
4075
+ {
4076
+ "description": "Fires a custom 'positionchange' event when the position has changed",
4077
+ "name": "positionchange",
4078
+ "inheritedFrom": {
4079
+ "name": "AnchoredRegion",
4080
+ "module": "src/anchored-region/anchored-region.ts"
4081
4081
  }
4082
4082
  }
4083
4083
  ]
4084
4084
  },
4085
4085
  {
4086
4086
  "kind": "variable",
4087
- "name": "zeroAnchor"
4087
+ "name": "zeroAnchoredRegion"
4088
4088
  }
4089
4089
  ],
4090
4090
  "exports": [
4091
4091
  {
4092
4092
  "kind": "js",
4093
- "name": "Anchor",
4093
+ "name": "AnchoredRegion",
4094
4094
  "declaration": {
4095
- "name": "Anchor",
4096
- "module": "src/anchor/anchor.ts"
4095
+ "name": "AnchoredRegion",
4096
+ "module": "src/anchored-region/anchored-region.ts"
4097
4097
  }
4098
4098
  },
4099
4099
  {
4100
4100
  "kind": "js",
4101
- "name": "zeroAnchor",
4101
+ "name": "zeroAnchoredRegion",
4102
4102
  "declaration": {
4103
- "name": "zeroAnchor",
4104
- "module": "src/anchor/anchor.ts"
4103
+ "name": "zeroAnchoredRegion",
4104
+ "module": "src/anchored-region/anchored-region.ts"
4105
4105
  }
4106
4106
  }
4107
4107
  ]
4108
4108
  },
4109
4109
  {
4110
4110
  "kind": "javascript-module",
4111
- "path": "src/anchor/index.ts",
4111
+ "path": "src/anchored-region/index.ts",
4112
4112
  "declarations": [],
4113
4113
  "exports": [
4114
4114
  {
@@ -4116,7 +4116,7 @@
4116
4116
  "name": "*",
4117
4117
  "declaration": {
4118
4118
  "name": "*",
4119
- "package": "./anchor"
4119
+ "package": "./anchored-region"
4120
4120
  }
4121
4121
  },
4122
4122
  {
@@ -4124,7 +4124,7 @@
4124
4124
  "name": "*",
4125
4125
  "declaration": {
4126
4126
  "name": "*",
4127
- "package": "./anchor.styles"
4127
+ "package": "./anchored-region.styles"
4128
4128
  }
4129
4129
  },
4130
4130
  {
@@ -4132,7 +4132,7 @@
4132
4132
  "name": "*",
4133
4133
  "declaration": {
4134
4134
  "name": "*",
4135
- "package": "./anchor.template"
4135
+ "package": "./anchored-region.template"
4136
4136
  }
4137
4137
  }
4138
4138
  ]