@genesislcap/rapid-design-system 14.366.0 → 14.366.2-alpha-11da8b5.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 +954 -954
  2. package/package.json +11 -11
@@ -764,37 +764,6 @@
764
764
  }
765
765
  ]
766
766
  },
767
- {
768
- "kind": "javascript-module",
769
- "path": "src/_config/index.ts",
770
- "declarations": [],
771
- "exports": [
772
- {
773
- "kind": "js",
774
- "name": "*",
775
- "declaration": {
776
- "name": "*",
777
- "package": "./styles"
778
- }
779
- },
780
- {
781
- "kind": "js",
782
- "name": "*",
783
- "declaration": {
784
- "name": "*",
785
- "package": "./tokens"
786
- }
787
- },
788
- {
789
- "kind": "js",
790
- "name": "*",
791
- "declaration": {
792
- "name": "*",
793
- "package": "./values"
794
- }
795
- }
796
- ]
797
- },
798
767
  {
799
768
  "kind": "javascript-module",
800
769
  "path": "src/accordion/accordion.styles.ts",
@@ -943,6 +912,37 @@
943
912
  }
944
913
  ]
945
914
  },
915
+ {
916
+ "kind": "javascript-module",
917
+ "path": "src/_config/index.ts",
918
+ "declarations": [],
919
+ "exports": [
920
+ {
921
+ "kind": "js",
922
+ "name": "*",
923
+ "declaration": {
924
+ "name": "*",
925
+ "package": "./styles"
926
+ }
927
+ },
928
+ {
929
+ "kind": "js",
930
+ "name": "*",
931
+ "declaration": {
932
+ "name": "*",
933
+ "package": "./tokens"
934
+ }
935
+ },
936
+ {
937
+ "kind": "js",
938
+ "name": "*",
939
+ "declaration": {
940
+ "name": "*",
941
+ "package": "./values"
942
+ }
943
+ }
944
+ ]
945
+ },
946
946
  {
947
947
  "kind": "javascript-module",
948
948
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1665,11 +1665,11 @@
1665
1665
  },
1666
1666
  {
1667
1667
  "kind": "javascript-module",
1668
- "path": "src/anchor/anchor.styles.ts",
1668
+ "path": "src/anchored-region/anchored-region.styles.ts",
1669
1669
  "declarations": [
1670
1670
  {
1671
1671
  "kind": "function",
1672
- "name": "rapidAnchorStyles",
1672
+ "name": "rapidAnchoredRegionStyles",
1673
1673
  "return": {
1674
1674
  "type": {
1675
1675
  "text": "ElementStyles"
@@ -1694,24 +1694,24 @@
1694
1694
  "exports": [
1695
1695
  {
1696
1696
  "kind": "js",
1697
- "name": "rapidAnchorStyles",
1697
+ "name": "rapidAnchoredRegionStyles",
1698
1698
  "declaration": {
1699
- "name": "rapidAnchorStyles",
1700
- "module": "src/anchor/anchor.styles.ts"
1699
+ "name": "rapidAnchoredRegionStyles",
1700
+ "module": "src/anchored-region/anchored-region.styles.ts"
1701
1701
  }
1702
1702
  }
1703
1703
  ]
1704
1704
  },
1705
1705
  {
1706
1706
  "kind": "javascript-module",
1707
- "path": "src/anchor/anchor.template.ts",
1707
+ "path": "src/anchored-region/anchored-region.template.ts",
1708
1708
  "declarations": [
1709
1709
  {
1710
1710
  "kind": "function",
1711
- "name": "rapidAnchorTemplate",
1711
+ "name": "rapidAnchoredRegionTemplate",
1712
1712
  "return": {
1713
1713
  "type": {
1714
- "text": "ViewTemplate<Anchor>"
1714
+ "text": "ViewTemplate<AnchoredRegion>"
1715
1715
  }
1716
1716
  },
1717
1717
  "parameters": [
@@ -1733,732 +1733,608 @@
1733
1733
  "exports": [
1734
1734
  {
1735
1735
  "kind": "js",
1736
- "name": "rapidAnchorTemplate",
1736
+ "name": "rapidAnchoredRegionTemplate",
1737
1737
  "declaration": {
1738
- "name": "rapidAnchorTemplate",
1739
- "module": "src/anchor/anchor.template.ts"
1738
+ "name": "rapidAnchoredRegionTemplate",
1739
+ "module": "src/anchored-region/anchored-region.template.ts"
1740
1740
  }
1741
1741
  }
1742
1742
  ]
1743
1743
  },
1744
1744
  {
1745
1745
  "kind": "javascript-module",
1746
- "path": "src/anchor/anchor.ts",
1746
+ "path": "src/anchored-region/anchored-region.ts",
1747
1747
  "declarations": [
1748
1748
  {
1749
1749
  "kind": "class",
1750
1750
  "description": "",
1751
- "name": "Anchor",
1751
+ "name": "AnchoredRegion",
1752
1752
  "superclass": {
1753
- "name": "FoundationAnchor",
1753
+ "name": "FoundationAnchoredRegion",
1754
1754
  "package": "@genesislcap/foundation-ui"
1755
1755
  },
1756
- "tagName": "%%prefix%%-anchor",
1756
+ "tagName": "%%prefix%%-anchored-region",
1757
1757
  "customElement": true,
1758
1758
  "attributes": [
1759
1759
  {
1760
- "name": "download",
1760
+ "name": "anchor",
1761
1761
  "type": {
1762
1762
  "text": "string"
1763
1763
  },
1764
- "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.",
1765
- "fieldName": "download",
1764
+ "default": "\"\"",
1765
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
1766
+ "fieldName": "anchor",
1766
1767
  "inheritedFrom": {
1767
- "name": "Anchor",
1768
- "module": "src/anchor/anchor.ts"
1768
+ "name": "AnchoredRegion",
1769
+ "module": "src/anchored-region/anchored-region.ts"
1769
1770
  }
1770
1771
  },
1771
1772
  {
1772
- "name": "href",
1773
+ "name": "viewport",
1773
1774
  "type": {
1774
1775
  "text": "string"
1775
1776
  },
1776
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1777
- "fieldName": "href",
1777
+ "default": "\"\"",
1778
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
1779
+ "fieldName": "viewport",
1778
1780
  "inheritedFrom": {
1779
- "name": "Anchor",
1780
- "module": "src/anchor/anchor.ts"
1781
+ "name": "AnchoredRegion",
1782
+ "module": "src/anchored-region/anchored-region.ts"
1781
1783
  }
1782
1784
  },
1783
1785
  {
1784
- "name": "hreflang",
1786
+ "name": "horizontal-positioning-mode",
1785
1787
  "type": {
1786
- "text": "string"
1788
+ "text": "AxisPositioningMode"
1787
1789
  },
1788
- "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.",
1789
- "fieldName": "hreflang",
1790
+ "default": "\"uncontrolled\"",
1791
+ "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",
1792
+ "fieldName": "horizontalPositioningMode",
1790
1793
  "inheritedFrom": {
1791
- "name": "Anchor",
1792
- "module": "src/anchor/anchor.ts"
1794
+ "name": "AnchoredRegion",
1795
+ "module": "src/anchored-region/anchored-region.ts"
1793
1796
  }
1794
1797
  },
1795
1798
  {
1796
- "name": "ping",
1799
+ "name": "horizontal-default-position",
1797
1800
  "type": {
1798
- "text": "string"
1801
+ "text": "HorizontalPosition"
1799
1802
  },
1800
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1801
- "fieldName": "ping",
1803
+ "default": "\"unset\"",
1804
+ "description": "The default horizontal position of the region relative to the anchor element",
1805
+ "fieldName": "horizontalDefaultPosition",
1802
1806
  "inheritedFrom": {
1803
- "name": "Anchor",
1804
- "module": "src/anchor/anchor.ts"
1807
+ "name": "AnchoredRegion",
1808
+ "module": "src/anchored-region/anchored-region.ts"
1805
1809
  }
1806
1810
  },
1807
1811
  {
1808
- "name": "referrerpolicy",
1812
+ "name": "horizontal-viewport-lock",
1809
1813
  "type": {
1810
- "text": "string"
1814
+ "text": "boolean"
1811
1815
  },
1812
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1813
- "fieldName": "referrerpolicy",
1816
+ "default": "false",
1817
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
1818
+ "fieldName": "horizontalViewportLock",
1814
1819
  "inheritedFrom": {
1815
- "name": "Anchor",
1816
- "module": "src/anchor/anchor.ts"
1820
+ "name": "AnchoredRegion",
1821
+ "module": "src/anchored-region/anchored-region.ts"
1817
1822
  }
1818
1823
  },
1819
1824
  {
1820
- "name": "rel",
1825
+ "name": "horizontal-inset",
1821
1826
  "type": {
1822
- "text": "string"
1827
+ "text": "boolean"
1823
1828
  },
1824
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1825
- "fieldName": "rel",
1829
+ "default": "false",
1830
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
1831
+ "fieldName": "horizontalInset",
1826
1832
  "inheritedFrom": {
1827
- "name": "Anchor",
1828
- "module": "src/anchor/anchor.ts"
1833
+ "name": "AnchoredRegion",
1834
+ "module": "src/anchored-region/anchored-region.ts"
1829
1835
  }
1830
1836
  },
1831
1837
  {
1832
- "name": "target",
1838
+ "name": "horizontal-threshold",
1833
1839
  "type": {
1834
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1840
+ "text": "number"
1835
1841
  },
1836
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1837
- "fieldName": "target",
1842
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
1843
+ "fieldName": "horizontalThreshold",
1838
1844
  "inheritedFrom": {
1839
- "name": "Anchor",
1840
- "module": "src/anchor/anchor.ts"
1845
+ "name": "AnchoredRegion",
1846
+ "module": "src/anchored-region/anchored-region.ts"
1841
1847
  }
1842
1848
  },
1843
1849
  {
1844
- "name": "type",
1850
+ "name": "horizontal-scaling",
1845
1851
  "type": {
1846
- "text": "string"
1852
+ "text": "AxisScalingMode"
1847
1853
  },
1848
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1849
- "fieldName": "type",
1854
+ "default": "\"content\"",
1855
+ "description": "Defines how the width of the region is calculated",
1856
+ "fieldName": "horizontalScaling",
1850
1857
  "inheritedFrom": {
1851
- "name": "Anchor",
1852
- "module": "src/anchor/anchor.ts"
1858
+ "name": "AnchoredRegion",
1859
+ "module": "src/anchored-region/anchored-region.ts"
1853
1860
  }
1854
- }
1855
- ],
1856
- "members": [
1861
+ },
1857
1862
  {
1858
- "kind": "field",
1859
- "name": "download",
1863
+ "name": "vertical-positioning-mode",
1860
1864
  "type": {
1861
- "text": "string"
1865
+ "text": "AxisPositioningMode"
1862
1866
  },
1863
- "privacy": "public",
1864
- "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.",
1867
+ "default": "\"uncontrolled\"",
1868
+ "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",
1869
+ "fieldName": "verticalPositioningMode",
1865
1870
  "inheritedFrom": {
1866
- "name": "Anchor",
1867
- "module": "src/anchor/anchor.ts"
1871
+ "name": "AnchoredRegion",
1872
+ "module": "src/anchored-region/anchored-region.ts"
1868
1873
  }
1869
1874
  },
1870
1875
  {
1871
- "kind": "field",
1872
- "name": "href",
1876
+ "name": "vertical-default-position",
1873
1877
  "type": {
1874
- "text": "string"
1878
+ "text": "VerticalPosition"
1875
1879
  },
1876
- "privacy": "public",
1877
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1880
+ "default": "\"unset\"",
1881
+ "description": "The default vertical position of the region relative to the anchor element",
1882
+ "fieldName": "verticalDefaultPosition",
1878
1883
  "inheritedFrom": {
1879
- "name": "Anchor",
1880
- "module": "src/anchor/anchor.ts"
1884
+ "name": "AnchoredRegion",
1885
+ "module": "src/anchored-region/anchored-region.ts"
1881
1886
  }
1882
1887
  },
1883
1888
  {
1884
- "kind": "field",
1885
- "name": "hreflang",
1889
+ "name": "vertical-viewport-lock",
1886
1890
  "type": {
1887
- "text": "string"
1891
+ "text": "boolean"
1888
1892
  },
1889
- "privacy": "public",
1890
- "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.",
1893
+ "default": "false",
1894
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
1895
+ "fieldName": "verticalViewportLock",
1891
1896
  "inheritedFrom": {
1892
- "name": "Anchor",
1893
- "module": "src/anchor/anchor.ts"
1897
+ "name": "AnchoredRegion",
1898
+ "module": "src/anchored-region/anchored-region.ts"
1894
1899
  }
1895
1900
  },
1896
1901
  {
1897
- "kind": "field",
1898
- "name": "ping",
1902
+ "name": "vertical-inset",
1899
1903
  "type": {
1900
- "text": "string"
1904
+ "text": "boolean"
1901
1905
  },
1902
- "privacy": "public",
1903
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1906
+ "default": "false",
1907
+ "description": "Whether the region overlaps the anchor on the vertical axis",
1908
+ "fieldName": "verticalInset",
1904
1909
  "inheritedFrom": {
1905
- "name": "Anchor",
1906
- "module": "src/anchor/anchor.ts"
1910
+ "name": "AnchoredRegion",
1911
+ "module": "src/anchored-region/anchored-region.ts"
1907
1912
  }
1908
1913
  },
1909
1914
  {
1910
- "kind": "field",
1911
- "name": "referrerpolicy",
1915
+ "name": "vertical-threshold",
1912
1916
  "type": {
1913
- "text": "string"
1917
+ "text": "number"
1914
1918
  },
1915
- "privacy": "public",
1916
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1919
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
1920
+ "fieldName": "verticalThreshold",
1917
1921
  "inheritedFrom": {
1918
- "name": "Anchor",
1919
- "module": "src/anchor/anchor.ts"
1922
+ "name": "AnchoredRegion",
1923
+ "module": "src/anchored-region/anchored-region.ts"
1920
1924
  }
1921
1925
  },
1922
1926
  {
1923
- "kind": "field",
1924
- "name": "rel",
1927
+ "name": "vertical-scaling",
1925
1928
  "type": {
1926
- "text": "string"
1929
+ "text": "AxisScalingMode"
1927
1930
  },
1928
- "privacy": "public",
1929
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1931
+ "default": "\"content\"",
1932
+ "description": "Defines how the height of the region is calculated",
1933
+ "fieldName": "verticalScaling",
1930
1934
  "inheritedFrom": {
1931
- "name": "Anchor",
1932
- "module": "src/anchor/anchor.ts"
1935
+ "name": "AnchoredRegion",
1936
+ "module": "src/anchored-region/anchored-region.ts"
1937
+ }
1938
+ },
1939
+ {
1940
+ "name": "fixed-placement",
1941
+ "type": {
1942
+ "text": "boolean"
1943
+ },
1944
+ "default": "false",
1945
+ "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,",
1946
+ "fieldName": "fixedPlacement",
1947
+ "inheritedFrom": {
1948
+ "name": "AnchoredRegion",
1949
+ "module": "src/anchored-region/anchored-region.ts"
1933
1950
  }
1934
1951
  },
1952
+ {
1953
+ "name": "auto-update-mode",
1954
+ "type": {
1955
+ "text": "AutoUpdateMode"
1956
+ },
1957
+ "default": "\"anchor\"",
1958
+ "description": "Defines what triggers the anchored region to revaluate positioning",
1959
+ "fieldName": "autoUpdateMode",
1960
+ "inheritedFrom": {
1961
+ "name": "AnchoredRegion",
1962
+ "module": "src/anchored-region/anchored-region.ts"
1963
+ }
1964
+ }
1965
+ ],
1966
+ "members": [
1935
1967
  {
1936
1968
  "kind": "field",
1937
- "name": "target",
1969
+ "name": "anchor",
1938
1970
  "type": {
1939
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1971
+ "text": "string"
1940
1972
  },
1941
1973
  "privacy": "public",
1942
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1974
+ "default": "\"\"",
1975
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
1943
1976
  "inheritedFrom": {
1944
- "name": "Anchor",
1945
- "module": "src/anchor/anchor.ts"
1977
+ "name": "AnchoredRegion",
1978
+ "module": "src/anchored-region/anchored-region.ts"
1979
+ }
1980
+ },
1981
+ {
1982
+ "kind": "method",
1983
+ "name": "anchorChanged",
1984
+ "privacy": "private",
1985
+ "return": {
1986
+ "type": {
1987
+ "text": "void"
1988
+ }
1989
+ },
1990
+ "inheritedFrom": {
1991
+ "name": "AnchoredRegion",
1992
+ "module": "src/anchored-region/anchored-region.ts"
1946
1993
  }
1947
1994
  },
1948
1995
  {
1949
1996
  "kind": "field",
1950
- "name": "type",
1997
+ "name": "viewport",
1951
1998
  "type": {
1952
1999
  "text": "string"
1953
2000
  },
1954
2001
  "privacy": "public",
1955
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2002
+ "default": "\"\"",
2003
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
1956
2004
  "inheritedFrom": {
1957
- "name": "Anchor",
1958
- "module": "src/anchor/anchor.ts"
2005
+ "name": "AnchoredRegion",
2006
+ "module": "src/anchored-region/anchored-region.ts"
2007
+ }
2008
+ },
2009
+ {
2010
+ "kind": "method",
2011
+ "name": "viewportChanged",
2012
+ "privacy": "private",
2013
+ "return": {
2014
+ "type": {
2015
+ "text": "void"
2016
+ }
2017
+ },
2018
+ "inheritedFrom": {
2019
+ "name": "AnchoredRegion",
2020
+ "module": "src/anchored-region/anchored-region.ts"
1959
2021
  }
1960
2022
  },
1961
2023
  {
1962
2024
  "kind": "field",
1963
- "name": "control",
2025
+ "name": "horizontalPositioningMode",
1964
2026
  "type": {
1965
- "text": "HTMLAnchorElement | undefined"
2027
+ "text": "AxisPositioningMode"
1966
2028
  },
1967
2029
  "privacy": "public",
1968
- "description": "References the root element",
2030
+ "default": "\"uncontrolled\"",
2031
+ "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",
1969
2032
  "inheritedFrom": {
1970
- "name": "Anchor",
1971
- "module": "src/anchor/anchor.ts"
2033
+ "name": "AnchoredRegion",
2034
+ "module": "src/anchored-region/anchored-region.ts"
1972
2035
  }
1973
2036
  },
1974
2037
  {
1975
- "kind": "field",
1976
- "name": "handleUnsupportedDelegatesFocus",
2038
+ "kind": "method",
2039
+ "name": "horizontalPositioningModeChanged",
1977
2040
  "privacy": "private",
1978
- "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",
2041
+ "return": {
2042
+ "type": {
2043
+ "text": "void"
2044
+ }
2045
+ },
1979
2046
  "inheritedFrom": {
1980
- "name": "Anchor",
1981
- "module": "src/anchor/anchor.ts"
2047
+ "name": "AnchoredRegion",
2048
+ "module": "src/anchored-region/anchored-region.ts"
1982
2049
  }
1983
2050
  },
1984
2051
  {
1985
2052
  "kind": "field",
1986
- "name": "_presentation",
2053
+ "name": "horizontalDefaultPosition",
1987
2054
  "type": {
1988
- "text": "ComponentPresentation | null | undefined"
2055
+ "text": "HorizontalPosition"
1989
2056
  },
2057
+ "privacy": "public",
2058
+ "default": "\"unset\"",
2059
+ "description": "The default horizontal position of the region relative to the anchor element",
2060
+ "inheritedFrom": {
2061
+ "name": "AnchoredRegion",
2062
+ "module": "src/anchored-region/anchored-region.ts"
2063
+ }
2064
+ },
2065
+ {
2066
+ "kind": "method",
2067
+ "name": "horizontalDefaultPositionChanged",
1990
2068
  "privacy": "private",
1991
- "default": "void 0",
2069
+ "return": {
2070
+ "type": {
2071
+ "text": "void"
2072
+ }
2073
+ },
1992
2074
  "inheritedFrom": {
1993
- "name": "Anchor",
1994
- "module": "src/anchor/anchor.ts"
2075
+ "name": "AnchoredRegion",
2076
+ "module": "src/anchored-region/anchored-region.ts"
1995
2077
  }
1996
2078
  },
1997
2079
  {
1998
2080
  "kind": "field",
1999
- "name": "$presentation",
2081
+ "name": "horizontalViewportLock",
2000
2082
  "type": {
2001
- "text": "ComponentPresentation | null"
2083
+ "text": "boolean"
2002
2084
  },
2003
2085
  "privacy": "public",
2004
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2086
+ "default": "false",
2087
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2005
2088
  "inheritedFrom": {
2006
- "name": "Anchor",
2007
- "module": "src/anchor/anchor.ts"
2089
+ "name": "AnchoredRegion",
2090
+ "module": "src/anchored-region/anchored-region.ts"
2091
+ }
2092
+ },
2093
+ {
2094
+ "kind": "method",
2095
+ "name": "horizontalViewportLockChanged",
2096
+ "privacy": "private",
2097
+ "return": {
2098
+ "type": {
2099
+ "text": "void"
2100
+ }
2101
+ },
2102
+ "inheritedFrom": {
2103
+ "name": "AnchoredRegion",
2104
+ "module": "src/anchored-region/anchored-region.ts"
2008
2105
  }
2009
2106
  },
2010
2107
  {
2011
2108
  "kind": "field",
2012
- "name": "template",
2109
+ "name": "horizontalInset",
2013
2110
  "type": {
2014
- "text": "ElementViewTemplate | void | null"
2111
+ "text": "boolean"
2015
2112
  },
2016
2113
  "privacy": "public",
2017
- "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.",
2114
+ "default": "false",
2115
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2018
2116
  "inheritedFrom": {
2019
- "name": "Anchor",
2020
- "module": "src/anchor/anchor.ts"
2117
+ "name": "AnchoredRegion",
2118
+ "module": "src/anchored-region/anchored-region.ts"
2021
2119
  }
2022
2120
  },
2023
2121
  {
2024
2122
  "kind": "method",
2025
- "name": "templateChanged",
2026
- "privacy": "protected",
2123
+ "name": "horizontalInsetChanged",
2124
+ "privacy": "private",
2027
2125
  "return": {
2028
2126
  "type": {
2029
2127
  "text": "void"
2030
2128
  }
2031
2129
  },
2032
2130
  "inheritedFrom": {
2033
- "name": "Anchor",
2034
- "module": "src/anchor/anchor.ts"
2131
+ "name": "AnchoredRegion",
2132
+ "module": "src/anchored-region/anchored-region.ts"
2035
2133
  }
2036
2134
  },
2037
2135
  {
2038
2136
  "kind": "field",
2039
- "name": "styles",
2137
+ "name": "horizontalThreshold",
2040
2138
  "type": {
2041
- "text": "ElementStyles | void | null"
2139
+ "text": "number"
2042
2140
  },
2043
2141
  "privacy": "public",
2044
- "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.",
2142
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2045
2143
  "inheritedFrom": {
2046
- "name": "Anchor",
2047
- "module": "src/anchor/anchor.ts"
2144
+ "name": "AnchoredRegion",
2145
+ "module": "src/anchored-region/anchored-region.ts"
2048
2146
  }
2049
2147
  },
2050
2148
  {
2051
2149
  "kind": "method",
2052
- "name": "stylesChanged",
2053
- "privacy": "protected",
2150
+ "name": "horizontalThresholdChanged",
2151
+ "privacy": "private",
2054
2152
  "return": {
2055
2153
  "type": {
2056
2154
  "text": "void"
2057
2155
  }
2058
2156
  },
2059
2157
  "inheritedFrom": {
2060
- "name": "Anchor",
2061
- "module": "src/anchor/anchor.ts"
2158
+ "name": "AnchoredRegion",
2159
+ "module": "src/anchored-region/anchored-region.ts"
2062
2160
  }
2063
2161
  },
2064
2162
  {
2065
- "kind": "method",
2066
- "name": "compose",
2163
+ "kind": "field",
2164
+ "name": "horizontalScaling",
2165
+ "type": {
2166
+ "text": "AxisScalingMode"
2167
+ },
2067
2168
  "privacy": "public",
2068
- "static": true,
2169
+ "default": "\"content\"",
2170
+ "description": "Defines how the width of the region is calculated",
2171
+ "inheritedFrom": {
2172
+ "name": "AnchoredRegion",
2173
+ "module": "src/anchored-region/anchored-region.ts"
2174
+ }
2175
+ },
2176
+ {
2177
+ "kind": "method",
2178
+ "name": "horizontalScalingChanged",
2179
+ "privacy": "private",
2069
2180
  "return": {
2070
2181
  "type": {
2071
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2182
+ "text": "void"
2072
2183
  }
2073
2184
  },
2074
- "parameters": [
2075
- {
2076
- "name": "this",
2077
- "type": {
2078
- "text": "K"
2079
- }
2080
- },
2081
- {
2082
- "name": "elementDefinition",
2083
- "type": {
2084
- "text": "T"
2085
- },
2086
- "description": "The definition of the element to create the registry\nfunction for."
2087
- }
2088
- ],
2089
- "description": "Defines an element registry function with a set of element definition defaults.",
2090
2185
  "inheritedFrom": {
2091
- "name": "Anchor",
2092
- "module": "src/anchor/anchor.ts"
2093
- }
2094
- }
2095
- ]
2096
- },
2097
- {
2098
- "kind": "variable",
2099
- "name": "rapidAnchor"
2100
- }
2101
- ],
2102
- "exports": [
2103
- {
2104
- "kind": "js",
2105
- "name": "Anchor",
2106
- "declaration": {
2107
- "name": "Anchor",
2108
- "module": "src/anchor/anchor.ts"
2109
- }
2110
- },
2111
- {
2112
- "kind": "js",
2113
- "name": "rapidAnchor",
2114
- "declaration": {
2115
- "name": "rapidAnchor",
2116
- "module": "src/anchor/anchor.ts"
2117
- }
2118
- }
2119
- ]
2120
- },
2121
- {
2122
- "kind": "javascript-module",
2123
- "path": "src/anchor/index.ts",
2124
- "declarations": [],
2125
- "exports": [
2126
- {
2127
- "kind": "js",
2128
- "name": "*",
2129
- "declaration": {
2130
- "name": "*",
2131
- "package": "./anchor"
2132
- }
2133
- },
2134
- {
2135
- "kind": "js",
2136
- "name": "*",
2137
- "declaration": {
2138
- "name": "*",
2139
- "package": "./anchor.styles"
2140
- }
2141
- },
2142
- {
2143
- "kind": "js",
2144
- "name": "*",
2145
- "declaration": {
2146
- "name": "*",
2147
- "package": "./anchor.template"
2148
- }
2149
- }
2150
- ]
2151
- },
2152
- {
2153
- "kind": "javascript-module",
2154
- "path": "src/anchored-region/anchored-region.styles.ts",
2155
- "declarations": [
2156
- {
2157
- "kind": "function",
2158
- "name": "rapidAnchoredRegionStyles",
2159
- "return": {
2160
- "type": {
2161
- "text": "ElementStyles"
2162
- }
2163
- },
2164
- "parameters": [
2165
- {
2166
- "name": "context",
2167
- "type": {
2168
- "text": "ElementDefinitionContext"
2186
+ "name": "AnchoredRegion",
2187
+ "module": "src/anchored-region/anchored-region.ts"
2169
2188
  }
2170
2189
  },
2171
2190
  {
2172
- "name": "definition",
2173
- "type": {
2174
- "text": "FoundationElementDefinition"
2175
- }
2176
- }
2177
- ]
2178
- }
2179
- ],
2180
- "exports": [
2181
- {
2182
- "kind": "js",
2183
- "name": "rapidAnchoredRegionStyles",
2184
- "declaration": {
2185
- "name": "rapidAnchoredRegionStyles",
2186
- "module": "src/anchored-region/anchored-region.styles.ts"
2187
- }
2188
- }
2189
- ]
2190
- },
2191
- {
2192
- "kind": "javascript-module",
2193
- "path": "src/anchored-region/anchored-region.template.ts",
2194
- "declarations": [
2195
- {
2196
- "kind": "function",
2197
- "name": "rapidAnchoredRegionTemplate",
2198
- "return": {
2199
- "type": {
2200
- "text": "ViewTemplate<AnchoredRegion>"
2201
- }
2202
- },
2203
- "parameters": [
2204
- {
2205
- "name": "context",
2191
+ "kind": "field",
2192
+ "name": "verticalPositioningMode",
2206
2193
  "type": {
2207
- "text": "ElementDefinitionContext"
2194
+ "text": "AxisPositioningMode"
2195
+ },
2196
+ "privacy": "public",
2197
+ "default": "\"uncontrolled\"",
2198
+ "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",
2199
+ "inheritedFrom": {
2200
+ "name": "AnchoredRegion",
2201
+ "module": "src/anchored-region/anchored-region.ts"
2208
2202
  }
2209
2203
  },
2210
2204
  {
2211
- "name": "definition",
2212
- "type": {
2213
- "text": "FoundationElementDefinition"
2214
- }
2215
- }
2216
- ]
2217
- }
2218
- ],
2219
- "exports": [
2220
- {
2221
- "kind": "js",
2222
- "name": "rapidAnchoredRegionTemplate",
2223
- "declaration": {
2224
- "name": "rapidAnchoredRegionTemplate",
2225
- "module": "src/anchored-region/anchored-region.template.ts"
2226
- }
2227
- }
2228
- ]
2229
- },
2230
- {
2231
- "kind": "javascript-module",
2232
- "path": "src/anchored-region/anchored-region.ts",
2233
- "declarations": [
2234
- {
2235
- "kind": "class",
2236
- "description": "",
2237
- "name": "AnchoredRegion",
2238
- "superclass": {
2239
- "name": "FoundationAnchoredRegion",
2240
- "package": "@genesislcap/foundation-ui"
2241
- },
2242
- "tagName": "%%prefix%%-anchored-region",
2243
- "customElement": true,
2244
- "attributes": [
2245
- {
2246
- "name": "anchor",
2247
- "type": {
2248
- "text": "string"
2205
+ "kind": "method",
2206
+ "name": "verticalPositioningModeChanged",
2207
+ "privacy": "private",
2208
+ "return": {
2209
+ "type": {
2210
+ "text": "void"
2211
+ }
2249
2212
  },
2250
- "default": "\"\"",
2251
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2252
- "fieldName": "anchor",
2253
2213
  "inheritedFrom": {
2254
2214
  "name": "AnchoredRegion",
2255
2215
  "module": "src/anchored-region/anchored-region.ts"
2256
2216
  }
2257
2217
  },
2258
2218
  {
2259
- "name": "viewport",
2219
+ "kind": "field",
2220
+ "name": "verticalDefaultPosition",
2260
2221
  "type": {
2261
- "text": "string"
2222
+ "text": "VerticalPosition"
2262
2223
  },
2263
- "default": "\"\"",
2264
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2265
- "fieldName": "viewport",
2224
+ "privacy": "public",
2225
+ "default": "\"unset\"",
2226
+ "description": "The default vertical position of the region relative to the anchor element",
2266
2227
  "inheritedFrom": {
2267
2228
  "name": "AnchoredRegion",
2268
2229
  "module": "src/anchored-region/anchored-region.ts"
2269
2230
  }
2270
2231
  },
2271
2232
  {
2272
- "name": "horizontal-positioning-mode",
2273
- "type": {
2274
- "text": "AxisPositioningMode"
2233
+ "kind": "method",
2234
+ "name": "verticalDefaultPositionChanged",
2235
+ "privacy": "private",
2236
+ "return": {
2237
+ "type": {
2238
+ "text": "void"
2239
+ }
2275
2240
  },
2276
- "default": "\"uncontrolled\"",
2277
- "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",
2278
- "fieldName": "horizontalPositioningMode",
2279
2241
  "inheritedFrom": {
2280
2242
  "name": "AnchoredRegion",
2281
2243
  "module": "src/anchored-region/anchored-region.ts"
2282
2244
  }
2283
2245
  },
2284
2246
  {
2285
- "name": "horizontal-default-position",
2247
+ "kind": "field",
2248
+ "name": "verticalViewportLock",
2286
2249
  "type": {
2287
- "text": "HorizontalPosition"
2250
+ "text": "boolean"
2288
2251
  },
2289
- "default": "\"unset\"",
2290
- "description": "The default horizontal position of the region relative to the anchor element",
2291
- "fieldName": "horizontalDefaultPosition",
2252
+ "privacy": "public",
2253
+ "default": "false",
2254
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2292
2255
  "inheritedFrom": {
2293
2256
  "name": "AnchoredRegion",
2294
2257
  "module": "src/anchored-region/anchored-region.ts"
2295
2258
  }
2296
2259
  },
2297
2260
  {
2298
- "name": "horizontal-viewport-lock",
2299
- "type": {
2300
- "text": "boolean"
2261
+ "kind": "method",
2262
+ "name": "verticalViewportLockChanged",
2263
+ "privacy": "private",
2264
+ "return": {
2265
+ "type": {
2266
+ "text": "void"
2267
+ }
2301
2268
  },
2302
- "default": "false",
2303
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2304
- "fieldName": "horizontalViewportLock",
2305
2269
  "inheritedFrom": {
2306
2270
  "name": "AnchoredRegion",
2307
2271
  "module": "src/anchored-region/anchored-region.ts"
2308
2272
  }
2309
2273
  },
2310
2274
  {
2311
- "name": "horizontal-inset",
2275
+ "kind": "field",
2276
+ "name": "verticalInset",
2312
2277
  "type": {
2313
2278
  "text": "boolean"
2314
2279
  },
2280
+ "privacy": "public",
2315
2281
  "default": "false",
2316
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2317
- "fieldName": "horizontalInset",
2282
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2318
2283
  "inheritedFrom": {
2319
2284
  "name": "AnchoredRegion",
2320
2285
  "module": "src/anchored-region/anchored-region.ts"
2321
2286
  }
2322
2287
  },
2323
2288
  {
2324
- "name": "horizontal-threshold",
2325
- "type": {
2326
- "text": "number"
2289
+ "kind": "method",
2290
+ "name": "verticalInsetChanged",
2291
+ "privacy": "private",
2292
+ "return": {
2293
+ "type": {
2294
+ "text": "void"
2295
+ }
2327
2296
  },
2328
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2329
- "fieldName": "horizontalThreshold",
2330
2297
  "inheritedFrom": {
2331
2298
  "name": "AnchoredRegion",
2332
2299
  "module": "src/anchored-region/anchored-region.ts"
2333
2300
  }
2334
2301
  },
2335
2302
  {
2336
- "name": "horizontal-scaling",
2303
+ "kind": "field",
2304
+ "name": "verticalThreshold",
2337
2305
  "type": {
2338
- "text": "AxisScalingMode"
2306
+ "text": "number"
2339
2307
  },
2340
- "default": "\"content\"",
2341
- "description": "Defines how the width of the region is calculated",
2342
- "fieldName": "horizontalScaling",
2308
+ "privacy": "public",
2309
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2343
2310
  "inheritedFrom": {
2344
2311
  "name": "AnchoredRegion",
2345
2312
  "module": "src/anchored-region/anchored-region.ts"
2346
2313
  }
2347
2314
  },
2348
2315
  {
2349
- "name": "vertical-positioning-mode",
2350
- "type": {
2351
- "text": "AxisPositioningMode"
2316
+ "kind": "method",
2317
+ "name": "verticalThresholdChanged",
2318
+ "privacy": "private",
2319
+ "return": {
2320
+ "type": {
2321
+ "text": "void"
2322
+ }
2352
2323
  },
2353
- "default": "\"uncontrolled\"",
2354
- "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",
2355
- "fieldName": "verticalPositioningMode",
2356
2324
  "inheritedFrom": {
2357
2325
  "name": "AnchoredRegion",
2358
2326
  "module": "src/anchored-region/anchored-region.ts"
2359
2327
  }
2360
2328
  },
2361
2329
  {
2362
- "name": "vertical-default-position",
2363
- "type": {
2364
- "text": "VerticalPosition"
2365
- },
2366
- "default": "\"unset\"",
2367
- "description": "The default vertical position of the region relative to the anchor element",
2368
- "fieldName": "verticalDefaultPosition",
2369
- "inheritedFrom": {
2370
- "name": "AnchoredRegion",
2371
- "module": "src/anchored-region/anchored-region.ts"
2372
- }
2373
- },
2374
- {
2375
- "name": "vertical-viewport-lock",
2376
- "type": {
2377
- "text": "boolean"
2378
- },
2379
- "default": "false",
2380
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2381
- "fieldName": "verticalViewportLock",
2382
- "inheritedFrom": {
2383
- "name": "AnchoredRegion",
2384
- "module": "src/anchored-region/anchored-region.ts"
2385
- }
2386
- },
2387
- {
2388
- "name": "vertical-inset",
2389
- "type": {
2390
- "text": "boolean"
2391
- },
2392
- "default": "false",
2393
- "description": "Whether the region overlaps the anchor on the vertical axis",
2394
- "fieldName": "verticalInset",
2395
- "inheritedFrom": {
2396
- "name": "AnchoredRegion",
2397
- "module": "src/anchored-region/anchored-region.ts"
2398
- }
2399
- },
2400
- {
2401
- "name": "vertical-threshold",
2402
- "type": {
2403
- "text": "number"
2404
- },
2405
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2406
- "fieldName": "verticalThreshold",
2407
- "inheritedFrom": {
2408
- "name": "AnchoredRegion",
2409
- "module": "src/anchored-region/anchored-region.ts"
2410
- }
2411
- },
2412
- {
2413
- "name": "vertical-scaling",
2330
+ "kind": "field",
2331
+ "name": "verticalScaling",
2414
2332
  "type": {
2415
2333
  "text": "AxisScalingMode"
2416
2334
  },
2335
+ "privacy": "public",
2417
2336
  "default": "\"content\"",
2418
2337
  "description": "Defines how the height of the region is calculated",
2419
- "fieldName": "verticalScaling",
2420
- "inheritedFrom": {
2421
- "name": "AnchoredRegion",
2422
- "module": "src/anchored-region/anchored-region.ts"
2423
- }
2424
- },
2425
- {
2426
- "name": "fixed-placement",
2427
- "type": {
2428
- "text": "boolean"
2429
- },
2430
- "default": "false",
2431
- "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,",
2432
- "fieldName": "fixedPlacement",
2433
- "inheritedFrom": {
2434
- "name": "AnchoredRegion",
2435
- "module": "src/anchored-region/anchored-region.ts"
2436
- }
2437
- },
2438
- {
2439
- "name": "auto-update-mode",
2440
- "type": {
2441
- "text": "AutoUpdateMode"
2442
- },
2443
- "default": "\"anchor\"",
2444
- "description": "Defines what triggers the anchored region to revaluate positioning",
2445
- "fieldName": "autoUpdateMode",
2446
- "inheritedFrom": {
2447
- "name": "AnchoredRegion",
2448
- "module": "src/anchored-region/anchored-region.ts"
2449
- }
2450
- }
2451
- ],
2452
- "members": [
2453
- {
2454
- "kind": "field",
2455
- "name": "anchor",
2456
- "type": {
2457
- "text": "string"
2458
- },
2459
- "privacy": "public",
2460
- "default": "\"\"",
2461
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2462
2338
  "inheritedFrom": {
2463
2339
  "name": "AnchoredRegion",
2464
2340
  "module": "src/anchored-region/anchored-region.ts"
@@ -2466,7 +2342,7 @@
2466
2342
  },
2467
2343
  {
2468
2344
  "kind": "method",
2469
- "name": "anchorChanged",
2345
+ "name": "verticalScalingChanged",
2470
2346
  "privacy": "private",
2471
2347
  "return": {
2472
2348
  "type": {
@@ -2480,13 +2356,13 @@
2480
2356
  },
2481
2357
  {
2482
2358
  "kind": "field",
2483
- "name": "viewport",
2359
+ "name": "fixedPlacement",
2484
2360
  "type": {
2485
- "text": "string"
2361
+ "text": "boolean"
2486
2362
  },
2487
2363
  "privacy": "public",
2488
- "default": "\"\"",
2489
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2364
+ "default": "false",
2365
+ "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,",
2490
2366
  "inheritedFrom": {
2491
2367
  "name": "AnchoredRegion",
2492
2368
  "module": "src/anchored-region/anchored-region.ts"
@@ -2494,7 +2370,7 @@
2494
2370
  },
2495
2371
  {
2496
2372
  "kind": "method",
2497
- "name": "viewportChanged",
2373
+ "name": "fixedPlacementChanged",
2498
2374
  "privacy": "private",
2499
2375
  "return": {
2500
2376
  "type": {
@@ -2508,13 +2384,13 @@
2508
2384
  },
2509
2385
  {
2510
2386
  "kind": "field",
2511
- "name": "horizontalPositioningMode",
2387
+ "name": "autoUpdateMode",
2512
2388
  "type": {
2513
- "text": "AxisPositioningMode"
2389
+ "text": "AutoUpdateMode"
2514
2390
  },
2515
2391
  "privacy": "public",
2516
- "default": "\"uncontrolled\"",
2517
- "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",
2392
+ "default": "\"anchor\"",
2393
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2518
2394
  "inheritedFrom": {
2519
2395
  "name": "AnchoredRegion",
2520
2396
  "module": "src/anchored-region/anchored-region.ts"
@@ -2522,13 +2398,27 @@
2522
2398
  },
2523
2399
  {
2524
2400
  "kind": "method",
2525
- "name": "horizontalPositioningModeChanged",
2401
+ "name": "autoUpdateModeChanged",
2526
2402
  "privacy": "private",
2527
2403
  "return": {
2528
2404
  "type": {
2529
2405
  "text": "void"
2530
2406
  }
2531
2407
  },
2408
+ "parameters": [
2409
+ {
2410
+ "name": "prevMode",
2411
+ "type": {
2412
+ "text": "AutoUpdateMode"
2413
+ }
2414
+ },
2415
+ {
2416
+ "name": "newMode",
2417
+ "type": {
2418
+ "text": "AutoUpdateMode"
2419
+ }
2420
+ }
2421
+ ],
2532
2422
  "inheritedFrom": {
2533
2423
  "name": "AnchoredRegion",
2534
2424
  "module": "src/anchored-region/anchored-region.ts"
@@ -2536,13 +2426,13 @@
2536
2426
  },
2537
2427
  {
2538
2428
  "kind": "field",
2539
- "name": "horizontalDefaultPosition",
2429
+ "name": "anchorElement",
2540
2430
  "type": {
2541
- "text": "HorizontalPosition"
2431
+ "text": "HTMLElement | null"
2542
2432
  },
2543
2433
  "privacy": "public",
2544
- "default": "\"unset\"",
2545
- "description": "The default horizontal position of the region relative to the anchor element",
2434
+ "default": "null",
2435
+ "description": "The HTML element being used as the anchor",
2546
2436
  "inheritedFrom": {
2547
2437
  "name": "AnchoredRegion",
2548
2438
  "module": "src/anchored-region/anchored-region.ts"
@@ -2550,7 +2440,7 @@
2550
2440
  },
2551
2441
  {
2552
2442
  "kind": "method",
2553
- "name": "horizontalDefaultPositionChanged",
2443
+ "name": "anchorElementChanged",
2554
2444
  "privacy": "private",
2555
2445
  "return": {
2556
2446
  "type": {
@@ -2564,13 +2454,13 @@
2564
2454
  },
2565
2455
  {
2566
2456
  "kind": "field",
2567
- "name": "horizontalViewportLock",
2457
+ "name": "viewportElement",
2568
2458
  "type": {
2569
- "text": "boolean"
2459
+ "text": "HTMLElement | null"
2570
2460
  },
2571
2461
  "privacy": "public",
2572
- "default": "false",
2573
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2462
+ "default": "null",
2463
+ "description": "The HTML element being used as the viewport",
2574
2464
  "inheritedFrom": {
2575
2465
  "name": "AnchoredRegion",
2576
2466
  "module": "src/anchored-region/anchored-region.ts"
@@ -2578,7 +2468,7 @@
2578
2468
  },
2579
2469
  {
2580
2470
  "kind": "method",
2581
- "name": "horizontalViewportLockChanged",
2471
+ "name": "viewportElementChanged",
2582
2472
  "privacy": "private",
2583
2473
  "return": {
2584
2474
  "type": {
@@ -2592,27 +2482,25 @@
2592
2482
  },
2593
2483
  {
2594
2484
  "kind": "field",
2595
- "name": "horizontalInset",
2485
+ "name": "verticalPosition",
2596
2486
  "type": {
2597
- "text": "boolean"
2487
+ "text": "AnchoredRegionPositionLabel | undefined"
2598
2488
  },
2599
2489
  "privacy": "public",
2600
- "default": "false",
2601
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2490
+ "description": "indicates the current horizontal position of the region",
2602
2491
  "inheritedFrom": {
2603
2492
  "name": "AnchoredRegion",
2604
2493
  "module": "src/anchored-region/anchored-region.ts"
2605
2494
  }
2606
2495
  },
2607
2496
  {
2608
- "kind": "method",
2609
- "name": "horizontalInsetChanged",
2610
- "privacy": "private",
2611
- "return": {
2612
- "type": {
2613
- "text": "void"
2614
- }
2497
+ "kind": "field",
2498
+ "name": "horizontalPosition",
2499
+ "type": {
2500
+ "text": "AnchoredRegionPositionLabel | undefined"
2615
2501
  },
2502
+ "privacy": "public",
2503
+ "description": "indicates the current vertical position of the region",
2616
2504
  "inheritedFrom": {
2617
2505
  "name": "AnchoredRegion",
2618
2506
  "module": "src/anchored-region/anchored-region.ts"
@@ -2620,26 +2508,24 @@
2620
2508
  },
2621
2509
  {
2622
2510
  "kind": "field",
2623
- "name": "horizontalThreshold",
2511
+ "name": "translateX",
2624
2512
  "type": {
2625
2513
  "text": "number"
2626
2514
  },
2627
- "privacy": "public",
2628
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2515
+ "privacy": "private",
2516
+ "description": "values to be applied to the component's transform on render",
2629
2517
  "inheritedFrom": {
2630
2518
  "name": "AnchoredRegion",
2631
2519
  "module": "src/anchored-region/anchored-region.ts"
2632
2520
  }
2633
2521
  },
2634
2522
  {
2635
- "kind": "method",
2636
- "name": "horizontalThresholdChanged",
2637
- "privacy": "private",
2638
- "return": {
2639
- "type": {
2640
- "text": "void"
2641
- }
2523
+ "kind": "field",
2524
+ "name": "translateY",
2525
+ "type": {
2526
+ "text": "number"
2642
2527
  },
2528
+ "privacy": "private",
2643
2529
  "inheritedFrom": {
2644
2530
  "name": "AnchoredRegion",
2645
2531
  "module": "src/anchored-region/anchored-region.ts"
@@ -2647,27 +2533,24 @@
2647
2533
  },
2648
2534
  {
2649
2535
  "kind": "field",
2650
- "name": "horizontalScaling",
2536
+ "name": "regionWidth",
2651
2537
  "type": {
2652
- "text": "AxisScalingMode"
2538
+ "text": "string"
2653
2539
  },
2654
- "privacy": "public",
2655
- "default": "\"content\"",
2656
- "description": "Defines how the width of the region is calculated",
2540
+ "privacy": "private",
2541
+ "description": "the span to be applied to the region on each axis",
2657
2542
  "inheritedFrom": {
2658
2543
  "name": "AnchoredRegion",
2659
2544
  "module": "src/anchored-region/anchored-region.ts"
2660
2545
  }
2661
2546
  },
2662
2547
  {
2663
- "kind": "method",
2664
- "name": "horizontalScalingChanged",
2665
- "privacy": "private",
2666
- "return": {
2667
- "type": {
2668
- "text": "void"
2669
- }
2548
+ "kind": "field",
2549
+ "name": "regionHeight",
2550
+ "type": {
2551
+ "text": "string"
2670
2552
  },
2553
+ "privacy": "private",
2671
2554
  "inheritedFrom": {
2672
2555
  "name": "AnchoredRegion",
2673
2556
  "module": "src/anchored-region/anchored-region.ts"
@@ -2675,27 +2558,24 @@
2675
2558
  },
2676
2559
  {
2677
2560
  "kind": "field",
2678
- "name": "verticalPositioningMode",
2561
+ "name": "resizeDetector",
2679
2562
  "type": {
2680
- "text": "AxisPositioningMode"
2563
+ "text": "ResizeObserverClassDefinition | null"
2681
2564
  },
2682
- "privacy": "public",
2683
- "default": "\"uncontrolled\"",
2684
- "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",
2565
+ "privacy": "private",
2566
+ "default": "null",
2685
2567
  "inheritedFrom": {
2686
2568
  "name": "AnchoredRegion",
2687
2569
  "module": "src/anchored-region/anchored-region.ts"
2688
2570
  }
2689
2571
  },
2690
2572
  {
2691
- "kind": "method",
2692
- "name": "verticalPositioningModeChanged",
2693
- "privacy": "private",
2694
- "return": {
2695
- "type": {
2696
- "text": "void"
2697
- }
2573
+ "kind": "field",
2574
+ "name": "viewportRect",
2575
+ "type": {
2576
+ "text": "ClientRect | DOMRect | undefined"
2698
2577
  },
2578
+ "privacy": "private",
2699
2579
  "inheritedFrom": {
2700
2580
  "name": "AnchoredRegion",
2701
2581
  "module": "src/anchored-region/anchored-region.ts"
@@ -2703,27 +2583,23 @@
2703
2583
  },
2704
2584
  {
2705
2585
  "kind": "field",
2706
- "name": "verticalDefaultPosition",
2586
+ "name": "anchorRect",
2707
2587
  "type": {
2708
- "text": "VerticalPosition"
2588
+ "text": "ClientRect | DOMRect | undefined"
2709
2589
  },
2710
- "privacy": "public",
2711
- "default": "\"unset\"",
2712
- "description": "The default vertical position of the region relative to the anchor element",
2590
+ "privacy": "private",
2713
2591
  "inheritedFrom": {
2714
2592
  "name": "AnchoredRegion",
2715
2593
  "module": "src/anchored-region/anchored-region.ts"
2716
2594
  }
2717
2595
  },
2718
2596
  {
2719
- "kind": "method",
2720
- "name": "verticalDefaultPositionChanged",
2721
- "privacy": "private",
2722
- "return": {
2723
- "type": {
2724
- "text": "void"
2725
- }
2597
+ "kind": "field",
2598
+ "name": "regionRect",
2599
+ "type": {
2600
+ "text": "ClientRect | DOMRect | undefined"
2726
2601
  },
2602
+ "privacy": "private",
2727
2603
  "inheritedFrom": {
2728
2604
  "name": "AnchoredRegion",
2729
2605
  "module": "src/anchored-region/anchored-region.ts"
@@ -2731,27 +2607,26 @@
2731
2607
  },
2732
2608
  {
2733
2609
  "kind": "field",
2734
- "name": "verticalViewportLock",
2610
+ "name": "baseHorizontalOffset",
2735
2611
  "type": {
2736
- "text": "boolean"
2612
+ "text": "number"
2737
2613
  },
2738
- "privacy": "public",
2739
- "default": "false",
2740
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2614
+ "privacy": "private",
2615
+ "default": "0",
2616
+ "description": "base offsets between the positioner's base position and the anchor's",
2741
2617
  "inheritedFrom": {
2742
2618
  "name": "AnchoredRegion",
2743
2619
  "module": "src/anchored-region/anchored-region.ts"
2744
2620
  }
2745
2621
  },
2746
2622
  {
2747
- "kind": "method",
2748
- "name": "verticalViewportLockChanged",
2749
- "privacy": "private",
2750
- "return": {
2751
- "type": {
2752
- "text": "void"
2753
- }
2623
+ "kind": "field",
2624
+ "name": "baseVerticalOffset",
2625
+ "type": {
2626
+ "text": "number"
2754
2627
  },
2628
+ "privacy": "private",
2629
+ "default": "0",
2755
2630
  "inheritedFrom": {
2756
2631
  "name": "AnchoredRegion",
2757
2632
  "module": "src/anchored-region/anchored-region.ts"
@@ -2759,27 +2634,25 @@
2759
2634
  },
2760
2635
  {
2761
2636
  "kind": "field",
2762
- "name": "verticalInset",
2637
+ "name": "pendingPositioningUpdate",
2763
2638
  "type": {
2764
2639
  "text": "boolean"
2765
2640
  },
2766
- "privacy": "public",
2641
+ "privacy": "private",
2767
2642
  "default": "false",
2768
- "description": "Whether the region overlaps the anchor on the vertical axis",
2769
2643
  "inheritedFrom": {
2770
2644
  "name": "AnchoredRegion",
2771
2645
  "module": "src/anchored-region/anchored-region.ts"
2772
2646
  }
2773
2647
  },
2774
2648
  {
2775
- "kind": "method",
2776
- "name": "verticalInsetChanged",
2777
- "privacy": "private",
2778
- "return": {
2779
- "type": {
2780
- "text": "void"
2781
- }
2649
+ "kind": "field",
2650
+ "name": "pendingReset",
2651
+ "type": {
2652
+ "text": "boolean"
2782
2653
  },
2654
+ "privacy": "private",
2655
+ "default": "false",
2783
2656
  "inheritedFrom": {
2784
2657
  "name": "AnchoredRegion",
2785
2658
  "module": "src/anchored-region/anchored-region.ts"
@@ -2787,26 +2660,24 @@
2787
2660
  },
2788
2661
  {
2789
2662
  "kind": "field",
2790
- "name": "verticalThreshold",
2663
+ "name": "currentDirection",
2791
2664
  "type": {
2792
- "text": "number"
2665
+ "text": "Direction"
2793
2666
  },
2794
- "privacy": "public",
2795
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2667
+ "privacy": "private",
2796
2668
  "inheritedFrom": {
2797
2669
  "name": "AnchoredRegion",
2798
2670
  "module": "src/anchored-region/anchored-region.ts"
2799
2671
  }
2800
2672
  },
2801
2673
  {
2802
- "kind": "method",
2803
- "name": "verticalThresholdChanged",
2804
- "privacy": "private",
2805
- "return": {
2806
- "type": {
2807
- "text": "void"
2808
- }
2674
+ "kind": "field",
2675
+ "name": "regionVisible",
2676
+ "type": {
2677
+ "text": "boolean"
2809
2678
  },
2679
+ "privacy": "private",
2680
+ "default": "false",
2810
2681
  "inheritedFrom": {
2811
2682
  "name": "AnchoredRegion",
2812
2683
  "module": "src/anchored-region/anchored-region.ts"
@@ -2814,27 +2685,25 @@
2814
2685
  },
2815
2686
  {
2816
2687
  "kind": "field",
2817
- "name": "verticalScaling",
2688
+ "name": "forceUpdate",
2818
2689
  "type": {
2819
- "text": "AxisScalingMode"
2690
+ "text": "boolean"
2820
2691
  },
2821
- "privacy": "public",
2822
- "default": "\"content\"",
2823
- "description": "Defines how the height of the region is calculated",
2692
+ "privacy": "private",
2693
+ "default": "false",
2824
2694
  "inheritedFrom": {
2825
2695
  "name": "AnchoredRegion",
2826
2696
  "module": "src/anchored-region/anchored-region.ts"
2827
2697
  }
2828
2698
  },
2829
2699
  {
2830
- "kind": "method",
2831
- "name": "verticalScalingChanged",
2832
- "privacy": "private",
2833
- "return": {
2834
- "type": {
2835
- "text": "void"
2836
- }
2700
+ "kind": "field",
2701
+ "name": "updateThreshold",
2702
+ "type": {
2703
+ "text": "number"
2837
2704
  },
2705
+ "privacy": "private",
2706
+ "default": "0.5",
2838
2707
  "inheritedFrom": {
2839
2708
  "name": "AnchoredRegion",
2840
2709
  "module": "src/anchored-region/anchored-region.ts"
@@ -2842,13 +2711,23 @@
2842
2711
  },
2843
2712
  {
2844
2713
  "kind": "field",
2845
- "name": "fixedPlacement",
2714
+ "name": "intersectionService",
2846
2715
  "type": {
2847
- "text": "boolean"
2716
+ "text": "IntersectionService"
2848
2717
  },
2718
+ "privacy": "private",
2719
+ "static": true,
2720
+ "default": "new IntersectionService()",
2721
+ "inheritedFrom": {
2722
+ "name": "AnchoredRegion",
2723
+ "module": "src/anchored-region/anchored-region.ts"
2724
+ }
2725
+ },
2726
+ {
2727
+ "kind": "field",
2728
+ "name": "update",
2849
2729
  "privacy": "public",
2850
- "default": "false",
2851
- "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,",
2730
+ "description": "update position",
2852
2731
  "inheritedFrom": {
2853
2732
  "name": "AnchoredRegion",
2854
2733
  "module": "src/anchored-region/anchored-region.ts"
@@ -2856,27 +2735,14 @@
2856
2735
  },
2857
2736
  {
2858
2737
  "kind": "method",
2859
- "name": "fixedPlacementChanged",
2738
+ "name": "disconnectResizeDetector",
2860
2739
  "privacy": "private",
2861
2740
  "return": {
2862
2741
  "type": {
2863
2742
  "text": "void"
2864
2743
  }
2865
2744
  },
2866
- "inheritedFrom": {
2867
- "name": "AnchoredRegion",
2868
- "module": "src/anchored-region/anchored-region.ts"
2869
- }
2870
- },
2871
- {
2872
- "kind": "field",
2873
- "name": "autoUpdateMode",
2874
- "type": {
2875
- "text": "AutoUpdateMode"
2876
- },
2877
- "privacy": "public",
2878
- "default": "\"anchor\"",
2879
- "description": "Defines what triggers the anchored region to revaluate positioning",
2745
+ "description": "destroys the instance's resize observer",
2880
2746
  "inheritedFrom": {
2881
2747
  "name": "AnchoredRegion",
2882
2748
  "module": "src/anchored-region/anchored-region.ts"
@@ -2884,41 +2750,29 @@
2884
2750
  },
2885
2751
  {
2886
2752
  "kind": "method",
2887
- "name": "autoUpdateModeChanged",
2753
+ "name": "initializeResizeDetector",
2888
2754
  "privacy": "private",
2889
2755
  "return": {
2890
2756
  "type": {
2891
2757
  "text": "void"
2892
2758
  }
2893
2759
  },
2894
- "parameters": [
2895
- {
2896
- "name": "prevMode",
2897
- "type": {
2898
- "text": "AutoUpdateMode"
2899
- }
2900
- },
2901
- {
2902
- "name": "newMode",
2903
- "type": {
2904
- "text": "AutoUpdateMode"
2905
- }
2906
- }
2907
- ],
2760
+ "description": "initializes the instance's resize observer",
2908
2761
  "inheritedFrom": {
2909
2762
  "name": "AnchoredRegion",
2910
2763
  "module": "src/anchored-region/anchored-region.ts"
2911
2764
  }
2912
2765
  },
2913
2766
  {
2914
- "kind": "field",
2915
- "name": "anchorElement",
2916
- "type": {
2917
- "text": "HTMLElement | null"
2767
+ "kind": "method",
2768
+ "name": "updateForAttributeChange",
2769
+ "privacy": "private",
2770
+ "return": {
2771
+ "type": {
2772
+ "text": "void"
2773
+ }
2918
2774
  },
2919
- "privacy": "public",
2920
- "default": "null",
2921
- "description": "The HTML element being used as the anchor",
2775
+ "description": "react to attribute changes that don't require a reset",
2922
2776
  "inheritedFrom": {
2923
2777
  "name": "AnchoredRegion",
2924
2778
  "module": "src/anchored-region/anchored-region.ts"
@@ -2926,27 +2780,29 @@
2926
2780
  },
2927
2781
  {
2928
2782
  "kind": "method",
2929
- "name": "anchorElementChanged",
2783
+ "name": "initialize",
2930
2784
  "privacy": "private",
2931
2785
  "return": {
2932
2786
  "type": {
2933
2787
  "text": "void"
2934
2788
  }
2935
2789
  },
2790
+ "description": "fully initializes the component",
2936
2791
  "inheritedFrom": {
2937
2792
  "name": "AnchoredRegion",
2938
2793
  "module": "src/anchored-region/anchored-region.ts"
2939
2794
  }
2940
2795
  },
2941
2796
  {
2942
- "kind": "field",
2943
- "name": "viewportElement",
2944
- "type": {
2945
- "text": "HTMLElement | null"
2797
+ "kind": "method",
2798
+ "name": "requestReset",
2799
+ "privacy": "private",
2800
+ "return": {
2801
+ "type": {
2802
+ "text": "void"
2803
+ }
2946
2804
  },
2947
- "privacy": "public",
2948
- "default": "null",
2949
- "description": "The HTML element being used as the viewport",
2805
+ "description": "Request a reset if there are currently no open requests",
2950
2806
  "inheritedFrom": {
2951
2807
  "name": "AnchoredRegion",
2952
2808
  "module": "src/anchored-region/anchored-region.ts"
@@ -2954,13 +2810,14 @@
2954
2810
  },
2955
2811
  {
2956
2812
  "kind": "method",
2957
- "name": "viewportElementChanged",
2813
+ "name": "setInitialState",
2958
2814
  "privacy": "private",
2959
2815
  "return": {
2960
2816
  "type": {
2961
2817
  "text": "void"
2962
2818
  }
2963
2819
  },
2820
+ "description": "sets the starting configuration for component internal values",
2964
2821
  "inheritedFrom": {
2965
2822
  "name": "AnchoredRegion",
2966
2823
  "module": "src/anchored-region/anchored-region.ts"
@@ -2968,12 +2825,9 @@
2968
2825
  },
2969
2826
  {
2970
2827
  "kind": "field",
2971
- "name": "verticalPosition",
2972
- "type": {
2973
- "text": "AnchoredRegionPositionLabel | undefined"
2974
- },
2975
- "privacy": "public",
2976
- "description": "indicates the current horizontal position of the region",
2828
+ "name": "startObservers",
2829
+ "privacy": "private",
2830
+ "description": "starts observers",
2977
2831
  "inheritedFrom": {
2978
2832
  "name": "AnchoredRegion",
2979
2833
  "module": "src/anchored-region/anchored-region.ts"
@@ -2981,12 +2835,9 @@
2981
2835
  },
2982
2836
  {
2983
2837
  "kind": "field",
2984
- "name": "horizontalPosition",
2985
- "type": {
2986
- "text": "AnchoredRegionPositionLabel | undefined"
2987
- },
2988
- "privacy": "public",
2989
- "description": "indicates the current vertical position of the region",
2838
+ "name": "requestPositionUpdates",
2839
+ "privacy": "private",
2840
+ "description": "get position updates",
2990
2841
  "inheritedFrom": {
2991
2842
  "name": "AnchoredRegion",
2992
2843
  "module": "src/anchored-region/anchored-region.ts"
@@ -2994,12 +2845,9 @@
2994
2845
  },
2995
2846
  {
2996
2847
  "kind": "field",
2997
- "name": "translateX",
2998
- "type": {
2999
- "text": "number"
3000
- },
2848
+ "name": "stopObservers",
3001
2849
  "privacy": "private",
3002
- "description": "values to be applied to the component's transform on render",
2850
+ "description": "stops observers",
3003
2851
  "inheritedFrom": {
3004
2852
  "name": "AnchoredRegion",
3005
2853
  "module": "src/anchored-region/anchored-region.ts"
@@ -3007,11 +2855,9 @@
3007
2855
  },
3008
2856
  {
3009
2857
  "kind": "field",
3010
- "name": "translateY",
3011
- "type": {
3012
- "text": "number"
3013
- },
2858
+ "name": "getViewport",
3014
2859
  "privacy": "private",
2860
+ "description": "Gets the viewport element by id, or defaults to document root",
3015
2861
  "inheritedFrom": {
3016
2862
  "name": "AnchoredRegion",
3017
2863
  "module": "src/anchored-region/anchored-region.ts"
@@ -3019,12 +2865,9 @@
3019
2865
  },
3020
2866
  {
3021
2867
  "kind": "field",
3022
- "name": "regionWidth",
3023
- "type": {
3024
- "text": "string"
3025
- },
2868
+ "name": "getAnchor",
3026
2869
  "privacy": "private",
3027
- "description": "the span to be applied to the region on each axis",
2870
+ "description": "Gets the anchor element by id",
3028
2871
  "inheritedFrom": {
3029
2872
  "name": "AnchoredRegion",
3030
2873
  "module": "src/anchored-region/anchored-region.ts"
@@ -3032,11 +2875,9 @@
3032
2875
  },
3033
2876
  {
3034
2877
  "kind": "field",
3035
- "name": "regionHeight",
3036
- "type": {
3037
- "text": "string"
3038
- },
2878
+ "name": "handleIntersection",
3039
2879
  "privacy": "private",
2880
+ "description": "Handle intersections",
3040
2881
  "inheritedFrom": {
3041
2882
  "name": "AnchoredRegion",
3042
2883
  "module": "src/anchored-region/anchored-region.ts"
@@ -3044,12 +2885,9 @@
3044
2885
  },
3045
2886
  {
3046
2887
  "kind": "field",
3047
- "name": "resizeDetector",
3048
- "type": {
3049
- "text": "ResizeObserverClassDefinition | null"
3050
- },
2888
+ "name": "applyIntersectionEntries",
3051
2889
  "privacy": "private",
3052
- "default": "null",
2890
+ "description": "iterate through intersection entries and apply data",
3053
2891
  "inheritedFrom": {
3054
2892
  "name": "AnchoredRegion",
3055
2893
  "module": "src/anchored-region/anchored-region.ts"
@@ -3057,11 +2895,9 @@
3057
2895
  },
3058
2896
  {
3059
2897
  "kind": "field",
3060
- "name": "viewportRect",
3061
- "type": {
3062
- "text": "ClientRect | DOMRect | undefined"
3063
- },
2898
+ "name": "updateRegionOffset",
3064
2899
  "privacy": "private",
2900
+ "description": "Update the offset values",
3065
2901
  "inheritedFrom": {
3066
2902
  "name": "AnchoredRegion",
3067
2903
  "module": "src/anchored-region/anchored-region.ts"
@@ -3069,11 +2905,9 @@
3069
2905
  },
3070
2906
  {
3071
2907
  "kind": "field",
3072
- "name": "anchorRect",
3073
- "type": {
3074
- "text": "ClientRect | DOMRect | undefined"
3075
- },
2908
+ "name": "isRectDifferent",
3076
2909
  "privacy": "private",
2910
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3077
2911
  "inheritedFrom": {
3078
2912
  "name": "AnchoredRegion",
3079
2913
  "module": "src/anchored-region/anchored-region.ts"
@@ -3081,11 +2915,9 @@
3081
2915
  },
3082
2916
  {
3083
2917
  "kind": "field",
3084
- "name": "regionRect",
3085
- "type": {
3086
- "text": "ClientRect | DOMRect | undefined"
3087
- },
2918
+ "name": "handleResize",
3088
2919
  "privacy": "private",
2920
+ "description": "Handle resize events",
3089
2921
  "inheritedFrom": {
3090
2922
  "name": "AnchoredRegion",
3091
2923
  "module": "src/anchored-region/anchored-region.ts"
@@ -3093,13 +2925,9 @@
3093
2925
  },
3094
2926
  {
3095
2927
  "kind": "field",
3096
- "name": "baseHorizontalOffset",
3097
- "type": {
3098
- "text": "number"
3099
- },
2928
+ "name": "reset",
3100
2929
  "privacy": "private",
3101
- "default": "0",
3102
- "description": "base offsets between the positioner's base position and the anchor's",
2930
+ "description": "resets the component",
3103
2931
  "inheritedFrom": {
3104
2932
  "name": "AnchoredRegion",
3105
2933
  "module": "src/anchored-region/anchored-region.ts"
@@ -3107,12 +2935,9 @@
3107
2935
  },
3108
2936
  {
3109
2937
  "kind": "field",
3110
- "name": "baseVerticalOffset",
3111
- "type": {
3112
- "text": "number"
3113
- },
2938
+ "name": "updateLayout",
3114
2939
  "privacy": "private",
3115
- "default": "0",
2940
+ "description": "Recalculate layout related state values",
3116
2941
  "inheritedFrom": {
3117
2942
  "name": "AnchoredRegion",
3118
2943
  "module": "src/anchored-region/anchored-region.ts"
@@ -3120,12 +2945,9 @@
3120
2945
  },
3121
2946
  {
3122
2947
  "kind": "field",
3123
- "name": "pendingPositioningUpdate",
3124
- "type": {
3125
- "text": "boolean"
3126
- },
2948
+ "name": "updateRegionStyle",
3127
2949
  "privacy": "private",
3128
- "default": "false",
2950
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3129
2951
  "inheritedFrom": {
3130
2952
  "name": "AnchoredRegion",
3131
2953
  "module": "src/anchored-region/anchored-region.ts"
@@ -3133,12 +2955,9 @@
3133
2955
  },
3134
2956
  {
3135
2957
  "kind": "field",
3136
- "name": "pendingReset",
3137
- "type": {
3138
- "text": "boolean"
3139
- },
2958
+ "name": "updatePositionClasses",
3140
2959
  "privacy": "private",
3141
- "default": "false",
2960
+ "description": "Updates the css classes that reflect the current position of the element",
3142
2961
  "inheritedFrom": {
3143
2962
  "name": "AnchoredRegion",
3144
2963
  "module": "src/anchored-region/anchored-region.ts"
@@ -3146,11 +2965,9 @@
3146
2965
  },
3147
2966
  {
3148
2967
  "kind": "field",
3149
- "name": "currentDirection",
3150
- "type": {
3151
- "text": "Direction"
3152
- },
2968
+ "name": "setHorizontalPosition",
3153
2969
  "privacy": "private",
2970
+ "description": "Get horizontal positioning state based on desired position",
3154
2971
  "inheritedFrom": {
3155
2972
  "name": "AnchoredRegion",
3156
2973
  "module": "src/anchored-region/anchored-region.ts"
@@ -3158,12 +2975,9 @@
3158
2975
  },
3159
2976
  {
3160
2977
  "kind": "field",
3161
- "name": "regionVisible",
3162
- "type": {
3163
- "text": "boolean"
3164
- },
2978
+ "name": "setVerticalPosition",
3165
2979
  "privacy": "private",
3166
- "default": "false",
2980
+ "description": "Set vertical positioning state based on desired position",
3167
2981
  "inheritedFrom": {
3168
2982
  "name": "AnchoredRegion",
3169
2983
  "module": "src/anchored-region/anchored-region.ts"
@@ -3171,12 +2985,9 @@
3171
2985
  },
3172
2986
  {
3173
2987
  "kind": "field",
3174
- "name": "forceUpdate",
3175
- "type": {
3176
- "text": "boolean"
3177
- },
2988
+ "name": "getPositioningOptions",
3178
2989
  "privacy": "private",
3179
- "default": "false",
2990
+ "description": "Get available positions based on positioning mode",
3180
2991
  "inheritedFrom": {
3181
2992
  "name": "AnchoredRegion",
3182
2993
  "module": "src/anchored-region/anchored-region.ts"
@@ -3184,12 +2995,9 @@
3184
2995
  },
3185
2996
  {
3186
2997
  "kind": "field",
3187
- "name": "updateThreshold",
3188
- "type": {
3189
- "text": "number"
3190
- },
2998
+ "name": "getAvailableSpace",
3191
2999
  "privacy": "private",
3192
- "default": "0.5",
3000
+ "description": "Get the space available for a particular relative position",
3193
3001
  "inheritedFrom": {
3194
3002
  "name": "AnchoredRegion",
3195
3003
  "module": "src/anchored-region/anchored-region.ts"
@@ -3197,13 +3005,9 @@
3197
3005
  },
3198
3006
  {
3199
3007
  "kind": "field",
3200
- "name": "intersectionService",
3201
- "type": {
3202
- "text": "IntersectionService"
3203
- },
3008
+ "name": "getNextRegionDimension",
3204
3009
  "privacy": "private",
3205
- "static": true,
3206
- "default": "new IntersectionService()",
3010
+ "description": "Get region dimensions",
3207
3011
  "inheritedFrom": {
3208
3012
  "name": "AnchoredRegion",
3209
3013
  "module": "src/anchored-region/anchored-region.ts"
@@ -3211,54 +3015,58 @@
3211
3015
  },
3212
3016
  {
3213
3017
  "kind": "field",
3214
- "name": "update",
3215
- "privacy": "public",
3216
- "description": "update position",
3018
+ "name": "startAutoUpdateEventListeners",
3019
+ "privacy": "private",
3020
+ "description": "starts event listeners that can trigger auto updating",
3217
3021
  "inheritedFrom": {
3218
3022
  "name": "AnchoredRegion",
3219
3023
  "module": "src/anchored-region/anchored-region.ts"
3220
3024
  }
3221
3025
  },
3222
3026
  {
3223
- "kind": "method",
3224
- "name": "disconnectResizeDetector",
3027
+ "kind": "field",
3028
+ "name": "stopAutoUpdateEventListeners",
3225
3029
  "privacy": "private",
3226
- "return": {
3227
- "type": {
3228
- "text": "void"
3229
- }
3230
- },
3231
- "description": "destroys the instance's resize observer",
3030
+ "description": "stops event listeners that can trigger auto updating",
3232
3031
  "inheritedFrom": {
3233
3032
  "name": "AnchoredRegion",
3234
3033
  "module": "src/anchored-region/anchored-region.ts"
3235
3034
  }
3236
3035
  },
3237
3036
  {
3238
- "kind": "method",
3239
- "name": "initializeResizeDetector",
3037
+ "kind": "field",
3038
+ "name": "_presentation",
3039
+ "type": {
3040
+ "text": "ComponentPresentation | null | undefined"
3041
+ },
3240
3042
  "privacy": "private",
3241
- "return": {
3242
- "type": {
3243
- "text": "void"
3244
- }
3043
+ "default": "void 0",
3044
+ "inheritedFrom": {
3045
+ "name": "AnchoredRegion",
3046
+ "module": "src/anchored-region/anchored-region.ts"
3047
+ }
3048
+ },
3049
+ {
3050
+ "kind": "field",
3051
+ "name": "$presentation",
3052
+ "type": {
3053
+ "text": "ComponentPresentation | null"
3245
3054
  },
3246
- "description": "initializes the instance's resize observer",
3055
+ "privacy": "public",
3056
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3247
3057
  "inheritedFrom": {
3248
3058
  "name": "AnchoredRegion",
3249
3059
  "module": "src/anchored-region/anchored-region.ts"
3250
3060
  }
3251
3061
  },
3252
3062
  {
3253
- "kind": "method",
3254
- "name": "updateForAttributeChange",
3255
- "privacy": "private",
3256
- "return": {
3257
- "type": {
3258
- "text": "void"
3259
- }
3063
+ "kind": "field",
3064
+ "name": "template",
3065
+ "type": {
3066
+ "text": "ElementViewTemplate | void | null"
3260
3067
  },
3261
- "description": "react to attribute changes that don't require a reset",
3068
+ "privacy": "public",
3069
+ "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.",
3262
3070
  "inheritedFrom": {
3263
3071
  "name": "AnchoredRegion",
3264
3072
  "module": "src/anchored-region/anchored-region.ts"
@@ -3266,14 +3074,26 @@
3266
3074
  },
3267
3075
  {
3268
3076
  "kind": "method",
3269
- "name": "initialize",
3270
- "privacy": "private",
3077
+ "name": "templateChanged",
3078
+ "privacy": "protected",
3271
3079
  "return": {
3272
3080
  "type": {
3273
3081
  "text": "void"
3274
3082
  }
3275
3083
  },
3276
- "description": "fully initializes the component",
3084
+ "inheritedFrom": {
3085
+ "name": "AnchoredRegion",
3086
+ "module": "src/anchored-region/anchored-region.ts"
3087
+ }
3088
+ },
3089
+ {
3090
+ "kind": "field",
3091
+ "name": "styles",
3092
+ "type": {
3093
+ "text": "ElementStyles | void | null"
3094
+ },
3095
+ "privacy": "public",
3096
+ "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.",
3277
3097
  "inheritedFrom": {
3278
3098
  "name": "AnchoredRegion",
3279
3099
  "module": "src/anchored-region/anchored-region.ts"
@@ -3281,14 +3101,13 @@
3281
3101
  },
3282
3102
  {
3283
3103
  "kind": "method",
3284
- "name": "requestReset",
3285
- "privacy": "private",
3104
+ "name": "stylesChanged",
3105
+ "privacy": "protected",
3286
3106
  "return": {
3287
3107
  "type": {
3288
3108
  "text": "void"
3289
3109
  }
3290
3110
  },
3291
- "description": "Request a reset if there are currently no open requests",
3292
3111
  "inheritedFrom": {
3293
3112
  "name": "AnchoredRegion",
3294
3113
  "module": "src/anchored-region/anchored-region.ts"
@@ -3296,227 +3115,426 @@
3296
3115
  },
3297
3116
  {
3298
3117
  "kind": "method",
3299
- "name": "setInitialState",
3300
- "privacy": "private",
3118
+ "name": "compose",
3119
+ "privacy": "public",
3120
+ "static": true,
3301
3121
  "return": {
3302
3122
  "type": {
3303
- "text": "void"
3123
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3304
3124
  }
3305
3125
  },
3306
- "description": "sets the starting configuration for component internal values",
3126
+ "parameters": [
3127
+ {
3128
+ "name": "this",
3129
+ "type": {
3130
+ "text": "K"
3131
+ }
3132
+ },
3133
+ {
3134
+ "name": "elementDefinition",
3135
+ "type": {
3136
+ "text": "T"
3137
+ },
3138
+ "description": "The definition of the element to create the registry\nfunction for."
3139
+ }
3140
+ ],
3141
+ "description": "Defines an element registry function with a set of element definition defaults.",
3307
3142
  "inheritedFrom": {
3308
3143
  "name": "AnchoredRegion",
3309
3144
  "module": "src/anchored-region/anchored-region.ts"
3310
3145
  }
3311
- },
3146
+ }
3147
+ ],
3148
+ "events": [
3312
3149
  {
3313
- "kind": "field",
3314
- "name": "startObservers",
3315
- "privacy": "private",
3316
- "description": "starts observers",
3150
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3151
+ "name": "loaded",
3317
3152
  "inheritedFrom": {
3318
3153
  "name": "AnchoredRegion",
3319
3154
  "module": "src/anchored-region/anchored-region.ts"
3320
3155
  }
3321
3156
  },
3322
3157
  {
3323
- "kind": "field",
3324
- "name": "requestPositionUpdates",
3325
- "privacy": "private",
3326
- "description": "get position updates",
3158
+ "description": "Fires a custom 'positionchange' event when the position has changed",
3159
+ "name": "positionchange",
3327
3160
  "inheritedFrom": {
3328
3161
  "name": "AnchoredRegion",
3329
3162
  "module": "src/anchored-region/anchored-region.ts"
3330
3163
  }
3164
+ }
3165
+ ]
3166
+ },
3167
+ {
3168
+ "kind": "variable",
3169
+ "name": "rapidAnchoredRegion"
3170
+ }
3171
+ ],
3172
+ "exports": [
3173
+ {
3174
+ "kind": "js",
3175
+ "name": "AnchoredRegion",
3176
+ "declaration": {
3177
+ "name": "AnchoredRegion",
3178
+ "module": "src/anchored-region/anchored-region.ts"
3179
+ }
3180
+ },
3181
+ {
3182
+ "kind": "js",
3183
+ "name": "rapidAnchoredRegion",
3184
+ "declaration": {
3185
+ "name": "rapidAnchoredRegion",
3186
+ "module": "src/anchored-region/anchored-region.ts"
3187
+ }
3188
+ }
3189
+ ]
3190
+ },
3191
+ {
3192
+ "kind": "javascript-module",
3193
+ "path": "src/anchored-region/index.ts",
3194
+ "declarations": [],
3195
+ "exports": [
3196
+ {
3197
+ "kind": "js",
3198
+ "name": "*",
3199
+ "declaration": {
3200
+ "name": "*",
3201
+ "package": "./anchored-region"
3202
+ }
3203
+ },
3204
+ {
3205
+ "kind": "js",
3206
+ "name": "*",
3207
+ "declaration": {
3208
+ "name": "*",
3209
+ "package": "./anchored-region.template"
3210
+ }
3211
+ },
3212
+ {
3213
+ "kind": "js",
3214
+ "name": "*",
3215
+ "declaration": {
3216
+ "name": "*",
3217
+ "package": "./anchored-region.styles"
3218
+ }
3219
+ }
3220
+ ]
3221
+ },
3222
+ {
3223
+ "kind": "javascript-module",
3224
+ "path": "src/anchor/anchor.styles.ts",
3225
+ "declarations": [
3226
+ {
3227
+ "kind": "function",
3228
+ "name": "rapidAnchorStyles",
3229
+ "return": {
3230
+ "type": {
3231
+ "text": "ElementStyles"
3232
+ }
3233
+ },
3234
+ "parameters": [
3235
+ {
3236
+ "name": "context",
3237
+ "type": {
3238
+ "text": "ElementDefinitionContext"
3239
+ }
3331
3240
  },
3332
3241
  {
3333
- "kind": "field",
3334
- "name": "stopObservers",
3335
- "privacy": "private",
3336
- "description": "stops observers",
3337
- "inheritedFrom": {
3338
- "name": "AnchoredRegion",
3339
- "module": "src/anchored-region/anchored-region.ts"
3242
+ "name": "definition",
3243
+ "type": {
3244
+ "text": "FoundationElementDefinition"
3245
+ }
3246
+ }
3247
+ ]
3248
+ }
3249
+ ],
3250
+ "exports": [
3251
+ {
3252
+ "kind": "js",
3253
+ "name": "rapidAnchorStyles",
3254
+ "declaration": {
3255
+ "name": "rapidAnchorStyles",
3256
+ "module": "src/anchor/anchor.styles.ts"
3257
+ }
3258
+ }
3259
+ ]
3260
+ },
3261
+ {
3262
+ "kind": "javascript-module",
3263
+ "path": "src/anchor/anchor.template.ts",
3264
+ "declarations": [
3265
+ {
3266
+ "kind": "function",
3267
+ "name": "rapidAnchorTemplate",
3268
+ "return": {
3269
+ "type": {
3270
+ "text": "ViewTemplate<Anchor>"
3271
+ }
3272
+ },
3273
+ "parameters": [
3274
+ {
3275
+ "name": "context",
3276
+ "type": {
3277
+ "text": "ElementDefinitionContext"
3340
3278
  }
3341
3279
  },
3342
3280
  {
3343
- "kind": "field",
3344
- "name": "getViewport",
3345
- "privacy": "private",
3346
- "description": "Gets the viewport element by id, or defaults to document root",
3281
+ "name": "definition",
3282
+ "type": {
3283
+ "text": "FoundationElementDefinition"
3284
+ }
3285
+ }
3286
+ ]
3287
+ }
3288
+ ],
3289
+ "exports": [
3290
+ {
3291
+ "kind": "js",
3292
+ "name": "rapidAnchorTemplate",
3293
+ "declaration": {
3294
+ "name": "rapidAnchorTemplate",
3295
+ "module": "src/anchor/anchor.template.ts"
3296
+ }
3297
+ }
3298
+ ]
3299
+ },
3300
+ {
3301
+ "kind": "javascript-module",
3302
+ "path": "src/anchor/anchor.ts",
3303
+ "declarations": [
3304
+ {
3305
+ "kind": "class",
3306
+ "description": "",
3307
+ "name": "Anchor",
3308
+ "superclass": {
3309
+ "name": "FoundationAnchor",
3310
+ "package": "@genesislcap/foundation-ui"
3311
+ },
3312
+ "tagName": "%%prefix%%-anchor",
3313
+ "customElement": true,
3314
+ "attributes": [
3315
+ {
3316
+ "name": "download",
3317
+ "type": {
3318
+ "text": "string"
3319
+ },
3320
+ "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.",
3321
+ "fieldName": "download",
3347
3322
  "inheritedFrom": {
3348
- "name": "AnchoredRegion",
3349
- "module": "src/anchored-region/anchored-region.ts"
3323
+ "name": "Anchor",
3324
+ "module": "src/anchor/anchor.ts"
3350
3325
  }
3351
3326
  },
3352
3327
  {
3353
- "kind": "field",
3354
- "name": "getAnchor",
3355
- "privacy": "private",
3356
- "description": "Gets the anchor element by id",
3328
+ "name": "href",
3329
+ "type": {
3330
+ "text": "string"
3331
+ },
3332
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3333
+ "fieldName": "href",
3357
3334
  "inheritedFrom": {
3358
- "name": "AnchoredRegion",
3359
- "module": "src/anchored-region/anchored-region.ts"
3335
+ "name": "Anchor",
3336
+ "module": "src/anchor/anchor.ts"
3360
3337
  }
3361
3338
  },
3362
3339
  {
3363
- "kind": "field",
3364
- "name": "handleIntersection",
3365
- "privacy": "private",
3366
- "description": "Handle intersections",
3340
+ "name": "hreflang",
3341
+ "type": {
3342
+ "text": "string"
3343
+ },
3344
+ "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.",
3345
+ "fieldName": "hreflang",
3367
3346
  "inheritedFrom": {
3368
- "name": "AnchoredRegion",
3369
- "module": "src/anchored-region/anchored-region.ts"
3347
+ "name": "Anchor",
3348
+ "module": "src/anchor/anchor.ts"
3370
3349
  }
3371
3350
  },
3372
3351
  {
3373
- "kind": "field",
3374
- "name": "applyIntersectionEntries",
3375
- "privacy": "private",
3376
- "description": "iterate through intersection entries and apply data",
3377
- "inheritedFrom": {
3378
- "name": "AnchoredRegion",
3379
- "module": "src/anchored-region/anchored-region.ts"
3352
+ "name": "ping",
3353
+ "type": {
3354
+ "text": "string"
3355
+ },
3356
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3357
+ "fieldName": "ping",
3358
+ "inheritedFrom": {
3359
+ "name": "Anchor",
3360
+ "module": "src/anchor/anchor.ts"
3380
3361
  }
3381
3362
  },
3382
3363
  {
3383
- "kind": "field",
3384
- "name": "updateRegionOffset",
3385
- "privacy": "private",
3386
- "description": "Update the offset values",
3364
+ "name": "referrerpolicy",
3365
+ "type": {
3366
+ "text": "string"
3367
+ },
3368
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3369
+ "fieldName": "referrerpolicy",
3387
3370
  "inheritedFrom": {
3388
- "name": "AnchoredRegion",
3389
- "module": "src/anchored-region/anchored-region.ts"
3371
+ "name": "Anchor",
3372
+ "module": "src/anchor/anchor.ts"
3390
3373
  }
3391
3374
  },
3392
3375
  {
3393
- "kind": "field",
3394
- "name": "isRectDifferent",
3395
- "privacy": "private",
3396
- "description": "compare rects to see if there is enough change to justify a DOM update",
3376
+ "name": "rel",
3377
+ "type": {
3378
+ "text": "string"
3379
+ },
3380
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3381
+ "fieldName": "rel",
3397
3382
  "inheritedFrom": {
3398
- "name": "AnchoredRegion",
3399
- "module": "src/anchored-region/anchored-region.ts"
3383
+ "name": "Anchor",
3384
+ "module": "src/anchor/anchor.ts"
3400
3385
  }
3401
3386
  },
3402
3387
  {
3403
- "kind": "field",
3404
- "name": "handleResize",
3405
- "privacy": "private",
3406
- "description": "Handle resize events",
3388
+ "name": "target",
3389
+ "type": {
3390
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3391
+ },
3392
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3393
+ "fieldName": "target",
3407
3394
  "inheritedFrom": {
3408
- "name": "AnchoredRegion",
3409
- "module": "src/anchored-region/anchored-region.ts"
3395
+ "name": "Anchor",
3396
+ "module": "src/anchor/anchor.ts"
3410
3397
  }
3411
3398
  },
3412
3399
  {
3413
- "kind": "field",
3414
- "name": "reset",
3415
- "privacy": "private",
3416
- "description": "resets the component",
3400
+ "name": "type",
3401
+ "type": {
3402
+ "text": "string"
3403
+ },
3404
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3405
+ "fieldName": "type",
3417
3406
  "inheritedFrom": {
3418
- "name": "AnchoredRegion",
3419
- "module": "src/anchored-region/anchored-region.ts"
3407
+ "name": "Anchor",
3408
+ "module": "src/anchor/anchor.ts"
3420
3409
  }
3421
- },
3410
+ }
3411
+ ],
3412
+ "members": [
3422
3413
  {
3423
3414
  "kind": "field",
3424
- "name": "updateLayout",
3425
- "privacy": "private",
3426
- "description": "Recalculate layout related state values",
3415
+ "name": "download",
3416
+ "type": {
3417
+ "text": "string"
3418
+ },
3419
+ "privacy": "public",
3420
+ "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.",
3427
3421
  "inheritedFrom": {
3428
- "name": "AnchoredRegion",
3429
- "module": "src/anchored-region/anchored-region.ts"
3422
+ "name": "Anchor",
3423
+ "module": "src/anchor/anchor.ts"
3430
3424
  }
3431
3425
  },
3432
3426
  {
3433
3427
  "kind": "field",
3434
- "name": "updateRegionStyle",
3435
- "privacy": "private",
3436
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3428
+ "name": "href",
3429
+ "type": {
3430
+ "text": "string"
3431
+ },
3432
+ "privacy": "public",
3433
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3437
3434
  "inheritedFrom": {
3438
- "name": "AnchoredRegion",
3439
- "module": "src/anchored-region/anchored-region.ts"
3435
+ "name": "Anchor",
3436
+ "module": "src/anchor/anchor.ts"
3440
3437
  }
3441
3438
  },
3442
3439
  {
3443
3440
  "kind": "field",
3444
- "name": "updatePositionClasses",
3445
- "privacy": "private",
3446
- "description": "Updates the css classes that reflect the current position of the element",
3441
+ "name": "hreflang",
3442
+ "type": {
3443
+ "text": "string"
3444
+ },
3445
+ "privacy": "public",
3446
+ "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.",
3447
3447
  "inheritedFrom": {
3448
- "name": "AnchoredRegion",
3449
- "module": "src/anchored-region/anchored-region.ts"
3448
+ "name": "Anchor",
3449
+ "module": "src/anchor/anchor.ts"
3450
3450
  }
3451
3451
  },
3452
3452
  {
3453
3453
  "kind": "field",
3454
- "name": "setHorizontalPosition",
3455
- "privacy": "private",
3456
- "description": "Get horizontal positioning state based on desired position",
3454
+ "name": "ping",
3455
+ "type": {
3456
+ "text": "string"
3457
+ },
3458
+ "privacy": "public",
3459
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3457
3460
  "inheritedFrom": {
3458
- "name": "AnchoredRegion",
3459
- "module": "src/anchored-region/anchored-region.ts"
3461
+ "name": "Anchor",
3462
+ "module": "src/anchor/anchor.ts"
3460
3463
  }
3461
3464
  },
3462
3465
  {
3463
3466
  "kind": "field",
3464
- "name": "setVerticalPosition",
3465
- "privacy": "private",
3466
- "description": "Set vertical positioning state based on desired position",
3467
+ "name": "referrerpolicy",
3468
+ "type": {
3469
+ "text": "string"
3470
+ },
3471
+ "privacy": "public",
3472
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3467
3473
  "inheritedFrom": {
3468
- "name": "AnchoredRegion",
3469
- "module": "src/anchored-region/anchored-region.ts"
3474
+ "name": "Anchor",
3475
+ "module": "src/anchor/anchor.ts"
3470
3476
  }
3471
3477
  },
3472
3478
  {
3473
3479
  "kind": "field",
3474
- "name": "getPositioningOptions",
3475
- "privacy": "private",
3476
- "description": "Get available positions based on positioning mode",
3480
+ "name": "rel",
3481
+ "type": {
3482
+ "text": "string"
3483
+ },
3484
+ "privacy": "public",
3485
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3477
3486
  "inheritedFrom": {
3478
- "name": "AnchoredRegion",
3479
- "module": "src/anchored-region/anchored-region.ts"
3487
+ "name": "Anchor",
3488
+ "module": "src/anchor/anchor.ts"
3480
3489
  }
3481
3490
  },
3482
3491
  {
3483
3492
  "kind": "field",
3484
- "name": "getAvailableSpace",
3485
- "privacy": "private",
3486
- "description": "Get the space available for a particular relative position",
3493
+ "name": "target",
3494
+ "type": {
3495
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3496
+ },
3497
+ "privacy": "public",
3498
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3487
3499
  "inheritedFrom": {
3488
- "name": "AnchoredRegion",
3489
- "module": "src/anchored-region/anchored-region.ts"
3500
+ "name": "Anchor",
3501
+ "module": "src/anchor/anchor.ts"
3490
3502
  }
3491
3503
  },
3492
3504
  {
3493
3505
  "kind": "field",
3494
- "name": "getNextRegionDimension",
3495
- "privacy": "private",
3496
- "description": "Get region dimensions",
3506
+ "name": "type",
3507
+ "type": {
3508
+ "text": "string"
3509
+ },
3510
+ "privacy": "public",
3511
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3497
3512
  "inheritedFrom": {
3498
- "name": "AnchoredRegion",
3499
- "module": "src/anchored-region/anchored-region.ts"
3513
+ "name": "Anchor",
3514
+ "module": "src/anchor/anchor.ts"
3500
3515
  }
3501
3516
  },
3502
3517
  {
3503
3518
  "kind": "field",
3504
- "name": "startAutoUpdateEventListeners",
3505
- "privacy": "private",
3506
- "description": "starts event listeners that can trigger auto updating",
3519
+ "name": "control",
3520
+ "type": {
3521
+ "text": "HTMLAnchorElement | undefined"
3522
+ },
3523
+ "privacy": "public",
3524
+ "description": "References the root element",
3507
3525
  "inheritedFrom": {
3508
- "name": "AnchoredRegion",
3509
- "module": "src/anchored-region/anchored-region.ts"
3526
+ "name": "Anchor",
3527
+ "module": "src/anchor/anchor.ts"
3510
3528
  }
3511
3529
  },
3512
3530
  {
3513
3531
  "kind": "field",
3514
- "name": "stopAutoUpdateEventListeners",
3532
+ "name": "handleUnsupportedDelegatesFocus",
3515
3533
  "privacy": "private",
3516
- "description": "stops event listeners that can trigger auto updating",
3534
+ "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",
3517
3535
  "inheritedFrom": {
3518
- "name": "AnchoredRegion",
3519
- "module": "src/anchored-region/anchored-region.ts"
3536
+ "name": "Anchor",
3537
+ "module": "src/anchor/anchor.ts"
3520
3538
  }
3521
3539
  },
3522
3540
  {
@@ -3528,8 +3546,8 @@
3528
3546
  "privacy": "private",
3529
3547
  "default": "void 0",
3530
3548
  "inheritedFrom": {
3531
- "name": "AnchoredRegion",
3532
- "module": "src/anchored-region/anchored-region.ts"
3549
+ "name": "Anchor",
3550
+ "module": "src/anchor/anchor.ts"
3533
3551
  }
3534
3552
  },
3535
3553
  {
@@ -3541,8 +3559,8 @@
3541
3559
  "privacy": "public",
3542
3560
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3543
3561
  "inheritedFrom": {
3544
- "name": "AnchoredRegion",
3545
- "module": "src/anchored-region/anchored-region.ts"
3562
+ "name": "Anchor",
3563
+ "module": "src/anchor/anchor.ts"
3546
3564
  }
3547
3565
  },
3548
3566
  {
@@ -3554,8 +3572,8 @@
3554
3572
  "privacy": "public",
3555
3573
  "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.",
3556
3574
  "inheritedFrom": {
3557
- "name": "AnchoredRegion",
3558
- "module": "src/anchored-region/anchored-region.ts"
3575
+ "name": "Anchor",
3576
+ "module": "src/anchor/anchor.ts"
3559
3577
  }
3560
3578
  },
3561
3579
  {
@@ -3568,8 +3586,8 @@
3568
3586
  }
3569
3587
  },
3570
3588
  "inheritedFrom": {
3571
- "name": "AnchoredRegion",
3572
- "module": "src/anchored-region/anchored-region.ts"
3589
+ "name": "Anchor",
3590
+ "module": "src/anchor/anchor.ts"
3573
3591
  }
3574
3592
  },
3575
3593
  {
@@ -3581,8 +3599,8 @@
3581
3599
  "privacy": "public",
3582
3600
  "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.",
3583
3601
  "inheritedFrom": {
3584
- "name": "AnchoredRegion",
3585
- "module": "src/anchored-region/anchored-region.ts"
3602
+ "name": "Anchor",
3603
+ "module": "src/anchor/anchor.ts"
3586
3604
  }
3587
3605
  },
3588
3606
  {
@@ -3595,8 +3613,8 @@
3595
3613
  }
3596
3614
  },
3597
3615
  "inheritedFrom": {
3598
- "name": "AnchoredRegion",
3599
- "module": "src/anchored-region/anchored-region.ts"
3616
+ "name": "Anchor",
3617
+ "module": "src/anchor/anchor.ts"
3600
3618
  }
3601
3619
  },
3602
3620
  {
@@ -3626,57 +3644,39 @@
3626
3644
  ],
3627
3645
  "description": "Defines an element registry function with a set of element definition defaults.",
3628
3646
  "inheritedFrom": {
3629
- "name": "AnchoredRegion",
3630
- "module": "src/anchored-region/anchored-region.ts"
3631
- }
3632
- }
3633
- ],
3634
- "events": [
3635
- {
3636
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3637
- "name": "loaded",
3638
- "inheritedFrom": {
3639
- "name": "AnchoredRegion",
3640
- "module": "src/anchored-region/anchored-region.ts"
3641
- }
3642
- },
3643
- {
3644
- "description": "Fires a custom 'positionchange' event when the position has changed",
3645
- "name": "positionchange",
3646
- "inheritedFrom": {
3647
- "name": "AnchoredRegion",
3648
- "module": "src/anchored-region/anchored-region.ts"
3647
+ "name": "Anchor",
3648
+ "module": "src/anchor/anchor.ts"
3649
3649
  }
3650
3650
  }
3651
3651
  ]
3652
3652
  },
3653
3653
  {
3654
3654
  "kind": "variable",
3655
- "name": "rapidAnchoredRegion"
3655
+ "name": "rapidAnchor"
3656
3656
  }
3657
3657
  ],
3658
3658
  "exports": [
3659
3659
  {
3660
3660
  "kind": "js",
3661
- "name": "AnchoredRegion",
3661
+ "name": "Anchor",
3662
3662
  "declaration": {
3663
- "name": "AnchoredRegion",
3664
- "module": "src/anchored-region/anchored-region.ts"
3663
+ "name": "Anchor",
3664
+ "module": "src/anchor/anchor.ts"
3665
3665
  }
3666
3666
  },
3667
3667
  {
3668
3668
  "kind": "js",
3669
- "name": "rapidAnchoredRegion",
3669
+ "name": "rapidAnchor",
3670
3670
  "declaration": {
3671
- "name": "rapidAnchoredRegion",
3672
- "module": "src/anchored-region/anchored-region.ts"
3671
+ "name": "rapidAnchor",
3672
+ "module": "src/anchor/anchor.ts"
3673
3673
  }
3674
3674
  }
3675
3675
  ]
3676
3676
  },
3677
3677
  {
3678
3678
  "kind": "javascript-module",
3679
- "path": "src/anchored-region/index.ts",
3679
+ "path": "src/anchor/index.ts",
3680
3680
  "declarations": [],
3681
3681
  "exports": [
3682
3682
  {
@@ -3684,7 +3684,7 @@
3684
3684
  "name": "*",
3685
3685
  "declaration": {
3686
3686
  "name": "*",
3687
- "package": "./anchored-region"
3687
+ "package": "./anchor"
3688
3688
  }
3689
3689
  },
3690
3690
  {
@@ -3692,7 +3692,7 @@
3692
3692
  "name": "*",
3693
3693
  "declaration": {
3694
3694
  "name": "*",
3695
- "package": "./anchored-region.template"
3695
+ "package": "./anchor.styles"
3696
3696
  }
3697
3697
  },
3698
3698
  {
@@ -3700,7 +3700,7 @@
3700
3700
  "name": "*",
3701
3701
  "declaration": {
3702
3702
  "name": "*",
3703
- "package": "./anchored-region.styles"
3703
+ "package": "./anchor.template"
3704
3704
  }
3705
3705
  }
3706
3706
  ]