@genesislcap/foundation-zero 14.393.3-FUI-2471.3 → 14.393.3-FUI-2471.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +954 -954
  2. package/package.json +12 -12
@@ -890,37 +890,6 @@
890
890
  }
891
891
  ]
892
892
  },
893
- {
894
- "kind": "javascript-module",
895
- "path": "src/_config/index.ts",
896
- "declarations": [],
897
- "exports": [
898
- {
899
- "kind": "js",
900
- "name": "*",
901
- "declaration": {
902
- "name": "*",
903
- "package": "./styles"
904
- }
905
- },
906
- {
907
- "kind": "js",
908
- "name": "*",
909
- "declaration": {
910
- "name": "*",
911
- "package": "./tokens"
912
- }
913
- },
914
- {
915
- "kind": "js",
916
- "name": "*",
917
- "declaration": {
918
- "name": "*",
919
- "package": "./values"
920
- }
921
- }
922
- ]
923
- },
924
893
  {
925
894
  "kind": "javascript-module",
926
895
  "path": "src/accordion/accordion.styles.ts",
@@ -1069,6 +1038,37 @@
1069
1038
  }
1070
1039
  ]
1071
1040
  },
1041
+ {
1042
+ "kind": "javascript-module",
1043
+ "path": "src/_config/index.ts",
1044
+ "declarations": [],
1045
+ "exports": [
1046
+ {
1047
+ "kind": "js",
1048
+ "name": "*",
1049
+ "declaration": {
1050
+ "name": "*",
1051
+ "package": "./styles"
1052
+ }
1053
+ },
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "*",
1057
+ "declaration": {
1058
+ "name": "*",
1059
+ "package": "./tokens"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "*",
1065
+ "declaration": {
1066
+ "name": "*",
1067
+ "package": "./values"
1068
+ }
1069
+ }
1070
+ ]
1071
+ },
1072
1072
  {
1073
1073
  "kind": "javascript-module",
1074
1074
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2003,11 +2003,11 @@
2003
2003
  },
2004
2004
  {
2005
2005
  "kind": "javascript-module",
2006
- "path": "src/anchor/anchor.styles.ts",
2006
+ "path": "src/anchored-region/anchored-region.styles.ts",
2007
2007
  "declarations": [
2008
2008
  {
2009
2009
  "kind": "function",
2010
- "name": "zeroAnchorStyles",
2010
+ "name": "zeroAnchoredRegionStyles",
2011
2011
  "return": {
2012
2012
  "type": {
2013
2013
  "text": "ElementStyles"
@@ -2032,24 +2032,24 @@
2032
2032
  "exports": [
2033
2033
  {
2034
2034
  "kind": "js",
2035
- "name": "zeroAnchorStyles",
2035
+ "name": "zeroAnchoredRegionStyles",
2036
2036
  "declaration": {
2037
- "name": "zeroAnchorStyles",
2038
- "module": "src/anchor/anchor.styles.ts"
2037
+ "name": "zeroAnchoredRegionStyles",
2038
+ "module": "src/anchored-region/anchored-region.styles.ts"
2039
2039
  }
2040
2040
  }
2041
2041
  ]
2042
2042
  },
2043
2043
  {
2044
2044
  "kind": "javascript-module",
2045
- "path": "src/anchor/anchor.template.ts",
2045
+ "path": "src/anchored-region/anchored-region.template.ts",
2046
2046
  "declarations": [
2047
2047
  {
2048
2048
  "kind": "function",
2049
- "name": "zeroAnchorTemplate",
2049
+ "name": "zeroAnchoredRegionTemplate",
2050
2050
  "return": {
2051
2051
  "type": {
2052
- "text": "ViewTemplate<Anchor>"
2052
+ "text": "ViewTemplate<AnchoredRegion>"
2053
2053
  }
2054
2054
  },
2055
2055
  "parameters": [
@@ -2071,732 +2071,608 @@
2071
2071
  "exports": [
2072
2072
  {
2073
2073
  "kind": "js",
2074
- "name": "zeroAnchorTemplate",
2074
+ "name": "zeroAnchoredRegionTemplate",
2075
2075
  "declaration": {
2076
- "name": "zeroAnchorTemplate",
2077
- "module": "src/anchor/anchor.template.ts"
2076
+ "name": "zeroAnchoredRegionTemplate",
2077
+ "module": "src/anchored-region/anchored-region.template.ts"
2078
2078
  }
2079
2079
  }
2080
2080
  ]
2081
2081
  },
2082
2082
  {
2083
2083
  "kind": "javascript-module",
2084
- "path": "src/anchor/anchor.ts",
2084
+ "path": "src/anchored-region/anchored-region.ts",
2085
2085
  "declarations": [
2086
2086
  {
2087
2087
  "kind": "class",
2088
2088
  "description": "",
2089
- "name": "Anchor",
2089
+ "name": "AnchoredRegion",
2090
2090
  "superclass": {
2091
- "name": "FoundationAnchor",
2091
+ "name": "FoundationAnchoredRegion",
2092
2092
  "package": "@genesislcap/foundation-ui"
2093
2093
  },
2094
- "tagName": "%%prefix%%-anchor",
2094
+ "tagName": "%%prefix%%-anchored-region",
2095
2095
  "customElement": true,
2096
2096
  "attributes": [
2097
2097
  {
2098
- "name": "download",
2098
+ "name": "anchor",
2099
2099
  "type": {
2100
2100
  "text": "string"
2101
2101
  },
2102
- "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.",
2103
- "fieldName": "download",
2102
+ "default": "\"\"",
2103
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2104
+ "fieldName": "anchor",
2104
2105
  "inheritedFrom": {
2105
- "name": "Anchor",
2106
- "module": "src/anchor/anchor.ts"
2106
+ "name": "AnchoredRegion",
2107
+ "module": "src/anchored-region/anchored-region.ts"
2107
2108
  }
2108
2109
  },
2109
2110
  {
2110
- "name": "href",
2111
+ "name": "viewport",
2111
2112
  "type": {
2112
2113
  "text": "string"
2113
2114
  },
2114
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2115
- "fieldName": "href",
2115
+ "default": "\"\"",
2116
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2117
+ "fieldName": "viewport",
2116
2118
  "inheritedFrom": {
2117
- "name": "Anchor",
2118
- "module": "src/anchor/anchor.ts"
2119
+ "name": "AnchoredRegion",
2120
+ "module": "src/anchored-region/anchored-region.ts"
2119
2121
  }
2120
2122
  },
2121
2123
  {
2122
- "name": "hreflang",
2124
+ "name": "horizontal-positioning-mode",
2123
2125
  "type": {
2124
- "text": "string"
2126
+ "text": "AxisPositioningMode"
2125
2127
  },
2126
- "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.",
2127
- "fieldName": "hreflang",
2128
+ "default": "\"uncontrolled\"",
2129
+ "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",
2130
+ "fieldName": "horizontalPositioningMode",
2128
2131
  "inheritedFrom": {
2129
- "name": "Anchor",
2130
- "module": "src/anchor/anchor.ts"
2132
+ "name": "AnchoredRegion",
2133
+ "module": "src/anchored-region/anchored-region.ts"
2131
2134
  }
2132
2135
  },
2133
2136
  {
2134
- "name": "ping",
2137
+ "name": "horizontal-default-position",
2135
2138
  "type": {
2136
- "text": "string"
2139
+ "text": "HorizontalPosition"
2137
2140
  },
2138
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2139
- "fieldName": "ping",
2141
+ "default": "\"unset\"",
2142
+ "description": "The default horizontal position of the region relative to the anchor element",
2143
+ "fieldName": "horizontalDefaultPosition",
2140
2144
  "inheritedFrom": {
2141
- "name": "Anchor",
2142
- "module": "src/anchor/anchor.ts"
2145
+ "name": "AnchoredRegion",
2146
+ "module": "src/anchored-region/anchored-region.ts"
2143
2147
  }
2144
2148
  },
2145
2149
  {
2146
- "name": "referrerpolicy",
2150
+ "name": "horizontal-viewport-lock",
2147
2151
  "type": {
2148
- "text": "string"
2152
+ "text": "boolean"
2149
2153
  },
2150
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2151
- "fieldName": "referrerpolicy",
2154
+ "default": "false",
2155
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2156
+ "fieldName": "horizontalViewportLock",
2152
2157
  "inheritedFrom": {
2153
- "name": "Anchor",
2154
- "module": "src/anchor/anchor.ts"
2158
+ "name": "AnchoredRegion",
2159
+ "module": "src/anchored-region/anchored-region.ts"
2155
2160
  }
2156
2161
  },
2157
2162
  {
2158
- "name": "rel",
2163
+ "name": "horizontal-inset",
2159
2164
  "type": {
2160
- "text": "string"
2165
+ "text": "boolean"
2161
2166
  },
2162
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2163
- "fieldName": "rel",
2167
+ "default": "false",
2168
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2169
+ "fieldName": "horizontalInset",
2164
2170
  "inheritedFrom": {
2165
- "name": "Anchor",
2166
- "module": "src/anchor/anchor.ts"
2171
+ "name": "AnchoredRegion",
2172
+ "module": "src/anchored-region/anchored-region.ts"
2167
2173
  }
2168
2174
  },
2169
2175
  {
2170
- "name": "target",
2176
+ "name": "horizontal-threshold",
2171
2177
  "type": {
2172
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2178
+ "text": "number"
2173
2179
  },
2174
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2175
- "fieldName": "target",
2180
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2181
+ "fieldName": "horizontalThreshold",
2176
2182
  "inheritedFrom": {
2177
- "name": "Anchor",
2178
- "module": "src/anchor/anchor.ts"
2183
+ "name": "AnchoredRegion",
2184
+ "module": "src/anchored-region/anchored-region.ts"
2179
2185
  }
2180
2186
  },
2181
2187
  {
2182
- "name": "type",
2188
+ "name": "horizontal-scaling",
2183
2189
  "type": {
2184
- "text": "string"
2190
+ "text": "AxisScalingMode"
2185
2191
  },
2186
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2187
- "fieldName": "type",
2192
+ "default": "\"content\"",
2193
+ "description": "Defines how the width of the region is calculated",
2194
+ "fieldName": "horizontalScaling",
2188
2195
  "inheritedFrom": {
2189
- "name": "Anchor",
2190
- "module": "src/anchor/anchor.ts"
2196
+ "name": "AnchoredRegion",
2197
+ "module": "src/anchored-region/anchored-region.ts"
2191
2198
  }
2192
- }
2193
- ],
2194
- "members": [
2199
+ },
2195
2200
  {
2196
- "kind": "field",
2197
- "name": "download",
2201
+ "name": "vertical-positioning-mode",
2198
2202
  "type": {
2199
- "text": "string"
2203
+ "text": "AxisPositioningMode"
2200
2204
  },
2201
- "privacy": "public",
2202
- "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.",
2205
+ "default": "\"uncontrolled\"",
2206
+ "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",
2207
+ "fieldName": "verticalPositioningMode",
2203
2208
  "inheritedFrom": {
2204
- "name": "Anchor",
2205
- "module": "src/anchor/anchor.ts"
2209
+ "name": "AnchoredRegion",
2210
+ "module": "src/anchored-region/anchored-region.ts"
2206
2211
  }
2207
2212
  },
2208
2213
  {
2209
- "kind": "field",
2210
- "name": "href",
2214
+ "name": "vertical-default-position",
2211
2215
  "type": {
2212
- "text": "string"
2216
+ "text": "VerticalPosition"
2213
2217
  },
2214
- "privacy": "public",
2215
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2218
+ "default": "\"unset\"",
2219
+ "description": "The default vertical position of the region relative to the anchor element",
2220
+ "fieldName": "verticalDefaultPosition",
2216
2221
  "inheritedFrom": {
2217
- "name": "Anchor",
2218
- "module": "src/anchor/anchor.ts"
2222
+ "name": "AnchoredRegion",
2223
+ "module": "src/anchored-region/anchored-region.ts"
2219
2224
  }
2220
2225
  },
2221
2226
  {
2222
- "kind": "field",
2223
- "name": "hreflang",
2227
+ "name": "vertical-viewport-lock",
2224
2228
  "type": {
2225
- "text": "string"
2229
+ "text": "boolean"
2226
2230
  },
2227
- "privacy": "public",
2228
- "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.",
2231
+ "default": "false",
2232
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2233
+ "fieldName": "verticalViewportLock",
2229
2234
  "inheritedFrom": {
2230
- "name": "Anchor",
2231
- "module": "src/anchor/anchor.ts"
2235
+ "name": "AnchoredRegion",
2236
+ "module": "src/anchored-region/anchored-region.ts"
2232
2237
  }
2233
2238
  },
2234
2239
  {
2235
- "kind": "field",
2236
- "name": "ping",
2240
+ "name": "vertical-inset",
2237
2241
  "type": {
2238
- "text": "string"
2242
+ "text": "boolean"
2239
2243
  },
2240
- "privacy": "public",
2241
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2244
+ "default": "false",
2245
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2246
+ "fieldName": "verticalInset",
2242
2247
  "inheritedFrom": {
2243
- "name": "Anchor",
2244
- "module": "src/anchor/anchor.ts"
2248
+ "name": "AnchoredRegion",
2249
+ "module": "src/anchored-region/anchored-region.ts"
2245
2250
  }
2246
2251
  },
2247
2252
  {
2248
- "kind": "field",
2249
- "name": "referrerpolicy",
2253
+ "name": "vertical-threshold",
2250
2254
  "type": {
2251
- "text": "string"
2255
+ "text": "number"
2252
2256
  },
2253
- "privacy": "public",
2254
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2257
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2258
+ "fieldName": "verticalThreshold",
2255
2259
  "inheritedFrom": {
2256
- "name": "Anchor",
2257
- "module": "src/anchor/anchor.ts"
2260
+ "name": "AnchoredRegion",
2261
+ "module": "src/anchored-region/anchored-region.ts"
2258
2262
  }
2259
2263
  },
2260
2264
  {
2261
- "kind": "field",
2262
- "name": "rel",
2265
+ "name": "vertical-scaling",
2263
2266
  "type": {
2264
- "text": "string"
2267
+ "text": "AxisScalingMode"
2265
2268
  },
2266
- "privacy": "public",
2267
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2269
+ "default": "\"content\"",
2270
+ "description": "Defines how the height of the region is calculated",
2271
+ "fieldName": "verticalScaling",
2268
2272
  "inheritedFrom": {
2269
- "name": "Anchor",
2270
- "module": "src/anchor/anchor.ts"
2273
+ "name": "AnchoredRegion",
2274
+ "module": "src/anchored-region/anchored-region.ts"
2275
+ }
2276
+ },
2277
+ {
2278
+ "name": "fixed-placement",
2279
+ "type": {
2280
+ "text": "boolean"
2281
+ },
2282
+ "default": "false",
2283
+ "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,",
2284
+ "fieldName": "fixedPlacement",
2285
+ "inheritedFrom": {
2286
+ "name": "AnchoredRegion",
2287
+ "module": "src/anchored-region/anchored-region.ts"
2271
2288
  }
2272
2289
  },
2290
+ {
2291
+ "name": "auto-update-mode",
2292
+ "type": {
2293
+ "text": "AutoUpdateMode"
2294
+ },
2295
+ "default": "\"anchor\"",
2296
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2297
+ "fieldName": "autoUpdateMode",
2298
+ "inheritedFrom": {
2299
+ "name": "AnchoredRegion",
2300
+ "module": "src/anchored-region/anchored-region.ts"
2301
+ }
2302
+ }
2303
+ ],
2304
+ "members": [
2273
2305
  {
2274
2306
  "kind": "field",
2275
- "name": "target",
2307
+ "name": "anchor",
2276
2308
  "type": {
2277
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2309
+ "text": "string"
2278
2310
  },
2279
2311
  "privacy": "public",
2280
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2312
+ "default": "\"\"",
2313
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2281
2314
  "inheritedFrom": {
2282
- "name": "Anchor",
2283
- "module": "src/anchor/anchor.ts"
2315
+ "name": "AnchoredRegion",
2316
+ "module": "src/anchored-region/anchored-region.ts"
2317
+ }
2318
+ },
2319
+ {
2320
+ "kind": "method",
2321
+ "name": "anchorChanged",
2322
+ "privacy": "private",
2323
+ "return": {
2324
+ "type": {
2325
+ "text": "void"
2326
+ }
2327
+ },
2328
+ "inheritedFrom": {
2329
+ "name": "AnchoredRegion",
2330
+ "module": "src/anchored-region/anchored-region.ts"
2284
2331
  }
2285
2332
  },
2286
2333
  {
2287
2334
  "kind": "field",
2288
- "name": "type",
2335
+ "name": "viewport",
2289
2336
  "type": {
2290
2337
  "text": "string"
2291
2338
  },
2292
2339
  "privacy": "public",
2293
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2340
+ "default": "\"\"",
2341
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2294
2342
  "inheritedFrom": {
2295
- "name": "Anchor",
2296
- "module": "src/anchor/anchor.ts"
2343
+ "name": "AnchoredRegion",
2344
+ "module": "src/anchored-region/anchored-region.ts"
2345
+ }
2346
+ },
2347
+ {
2348
+ "kind": "method",
2349
+ "name": "viewportChanged",
2350
+ "privacy": "private",
2351
+ "return": {
2352
+ "type": {
2353
+ "text": "void"
2354
+ }
2355
+ },
2356
+ "inheritedFrom": {
2357
+ "name": "AnchoredRegion",
2358
+ "module": "src/anchored-region/anchored-region.ts"
2297
2359
  }
2298
2360
  },
2299
2361
  {
2300
2362
  "kind": "field",
2301
- "name": "control",
2363
+ "name": "horizontalPositioningMode",
2302
2364
  "type": {
2303
- "text": "HTMLAnchorElement | undefined"
2365
+ "text": "AxisPositioningMode"
2304
2366
  },
2305
2367
  "privacy": "public",
2306
- "description": "References the root element",
2368
+ "default": "\"uncontrolled\"",
2369
+ "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",
2307
2370
  "inheritedFrom": {
2308
- "name": "Anchor",
2309
- "module": "src/anchor/anchor.ts"
2371
+ "name": "AnchoredRegion",
2372
+ "module": "src/anchored-region/anchored-region.ts"
2310
2373
  }
2311
2374
  },
2312
2375
  {
2313
- "kind": "field",
2314
- "name": "handleUnsupportedDelegatesFocus",
2376
+ "kind": "method",
2377
+ "name": "horizontalPositioningModeChanged",
2315
2378
  "privacy": "private",
2316
- "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",
2379
+ "return": {
2380
+ "type": {
2381
+ "text": "void"
2382
+ }
2383
+ },
2317
2384
  "inheritedFrom": {
2318
- "name": "Anchor",
2319
- "module": "src/anchor/anchor.ts"
2385
+ "name": "AnchoredRegion",
2386
+ "module": "src/anchored-region/anchored-region.ts"
2320
2387
  }
2321
2388
  },
2322
2389
  {
2323
2390
  "kind": "field",
2324
- "name": "_presentation",
2391
+ "name": "horizontalDefaultPosition",
2325
2392
  "type": {
2326
- "text": "ComponentPresentation | null | undefined"
2393
+ "text": "HorizontalPosition"
2327
2394
  },
2395
+ "privacy": "public",
2396
+ "default": "\"unset\"",
2397
+ "description": "The default horizontal position of the region relative to the anchor element",
2398
+ "inheritedFrom": {
2399
+ "name": "AnchoredRegion",
2400
+ "module": "src/anchored-region/anchored-region.ts"
2401
+ }
2402
+ },
2403
+ {
2404
+ "kind": "method",
2405
+ "name": "horizontalDefaultPositionChanged",
2328
2406
  "privacy": "private",
2329
- "default": "void 0",
2407
+ "return": {
2408
+ "type": {
2409
+ "text": "void"
2410
+ }
2411
+ },
2330
2412
  "inheritedFrom": {
2331
- "name": "Anchor",
2332
- "module": "src/anchor/anchor.ts"
2413
+ "name": "AnchoredRegion",
2414
+ "module": "src/anchored-region/anchored-region.ts"
2333
2415
  }
2334
2416
  },
2335
2417
  {
2336
2418
  "kind": "field",
2337
- "name": "$presentation",
2419
+ "name": "horizontalViewportLock",
2338
2420
  "type": {
2339
- "text": "ComponentPresentation | null"
2421
+ "text": "boolean"
2340
2422
  },
2341
2423
  "privacy": "public",
2342
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2424
+ "default": "false",
2425
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2343
2426
  "inheritedFrom": {
2344
- "name": "Anchor",
2345
- "module": "src/anchor/anchor.ts"
2427
+ "name": "AnchoredRegion",
2428
+ "module": "src/anchored-region/anchored-region.ts"
2429
+ }
2430
+ },
2431
+ {
2432
+ "kind": "method",
2433
+ "name": "horizontalViewportLockChanged",
2434
+ "privacy": "private",
2435
+ "return": {
2436
+ "type": {
2437
+ "text": "void"
2438
+ }
2439
+ },
2440
+ "inheritedFrom": {
2441
+ "name": "AnchoredRegion",
2442
+ "module": "src/anchored-region/anchored-region.ts"
2346
2443
  }
2347
2444
  },
2348
2445
  {
2349
2446
  "kind": "field",
2350
- "name": "template",
2447
+ "name": "horizontalInset",
2351
2448
  "type": {
2352
- "text": "ElementViewTemplate | void | null"
2449
+ "text": "boolean"
2353
2450
  },
2354
2451
  "privacy": "public",
2355
- "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.",
2452
+ "default": "false",
2453
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2356
2454
  "inheritedFrom": {
2357
- "name": "Anchor",
2358
- "module": "src/anchor/anchor.ts"
2455
+ "name": "AnchoredRegion",
2456
+ "module": "src/anchored-region/anchored-region.ts"
2359
2457
  }
2360
2458
  },
2361
2459
  {
2362
2460
  "kind": "method",
2363
- "name": "templateChanged",
2364
- "privacy": "protected",
2461
+ "name": "horizontalInsetChanged",
2462
+ "privacy": "private",
2365
2463
  "return": {
2366
2464
  "type": {
2367
2465
  "text": "void"
2368
2466
  }
2369
2467
  },
2370
2468
  "inheritedFrom": {
2371
- "name": "Anchor",
2372
- "module": "src/anchor/anchor.ts"
2469
+ "name": "AnchoredRegion",
2470
+ "module": "src/anchored-region/anchored-region.ts"
2373
2471
  }
2374
2472
  },
2375
2473
  {
2376
2474
  "kind": "field",
2377
- "name": "styles",
2475
+ "name": "horizontalThreshold",
2378
2476
  "type": {
2379
- "text": "ElementStyles | void | null"
2477
+ "text": "number"
2380
2478
  },
2381
2479
  "privacy": "public",
2382
- "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.",
2480
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2383
2481
  "inheritedFrom": {
2384
- "name": "Anchor",
2385
- "module": "src/anchor/anchor.ts"
2482
+ "name": "AnchoredRegion",
2483
+ "module": "src/anchored-region/anchored-region.ts"
2386
2484
  }
2387
2485
  },
2388
2486
  {
2389
2487
  "kind": "method",
2390
- "name": "stylesChanged",
2391
- "privacy": "protected",
2488
+ "name": "horizontalThresholdChanged",
2489
+ "privacy": "private",
2392
2490
  "return": {
2393
2491
  "type": {
2394
2492
  "text": "void"
2395
2493
  }
2396
2494
  },
2397
2495
  "inheritedFrom": {
2398
- "name": "Anchor",
2399
- "module": "src/anchor/anchor.ts"
2496
+ "name": "AnchoredRegion",
2497
+ "module": "src/anchored-region/anchored-region.ts"
2400
2498
  }
2401
2499
  },
2402
2500
  {
2403
- "kind": "method",
2404
- "name": "compose",
2501
+ "kind": "field",
2502
+ "name": "horizontalScaling",
2503
+ "type": {
2504
+ "text": "AxisScalingMode"
2505
+ },
2405
2506
  "privacy": "public",
2406
- "static": true,
2507
+ "default": "\"content\"",
2508
+ "description": "Defines how the width of the region is calculated",
2509
+ "inheritedFrom": {
2510
+ "name": "AnchoredRegion",
2511
+ "module": "src/anchored-region/anchored-region.ts"
2512
+ }
2513
+ },
2514
+ {
2515
+ "kind": "method",
2516
+ "name": "horizontalScalingChanged",
2517
+ "privacy": "private",
2407
2518
  "return": {
2408
2519
  "type": {
2409
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2520
+ "text": "void"
2410
2521
  }
2411
2522
  },
2412
- "parameters": [
2413
- {
2414
- "name": "this",
2415
- "type": {
2416
- "text": "K"
2417
- }
2418
- },
2419
- {
2420
- "name": "elementDefinition",
2421
- "type": {
2422
- "text": "T"
2423
- },
2424
- "description": "The definition of the element to create the registry\nfunction for."
2425
- }
2426
- ],
2427
- "description": "Defines an element registry function with a set of element definition defaults.",
2428
2523
  "inheritedFrom": {
2429
- "name": "Anchor",
2430
- "module": "src/anchor/anchor.ts"
2431
- }
2432
- }
2433
- ]
2434
- },
2435
- {
2436
- "kind": "variable",
2437
- "name": "zeroAnchor"
2438
- }
2439
- ],
2440
- "exports": [
2441
- {
2442
- "kind": "js",
2443
- "name": "Anchor",
2444
- "declaration": {
2445
- "name": "Anchor",
2446
- "module": "src/anchor/anchor.ts"
2447
- }
2448
- },
2449
- {
2450
- "kind": "js",
2451
- "name": "zeroAnchor",
2452
- "declaration": {
2453
- "name": "zeroAnchor",
2454
- "module": "src/anchor/anchor.ts"
2455
- }
2456
- }
2457
- ]
2458
- },
2459
- {
2460
- "kind": "javascript-module",
2461
- "path": "src/anchor/index.ts",
2462
- "declarations": [],
2463
- "exports": [
2464
- {
2465
- "kind": "js",
2466
- "name": "*",
2467
- "declaration": {
2468
- "name": "*",
2469
- "package": "./anchor"
2470
- }
2471
- },
2472
- {
2473
- "kind": "js",
2474
- "name": "*",
2475
- "declaration": {
2476
- "name": "*",
2477
- "package": "./anchor.styles"
2478
- }
2479
- },
2480
- {
2481
- "kind": "js",
2482
- "name": "*",
2483
- "declaration": {
2484
- "name": "*",
2485
- "package": "./anchor.template"
2486
- }
2487
- }
2488
- ]
2489
- },
2490
- {
2491
- "kind": "javascript-module",
2492
- "path": "src/anchored-region/anchored-region.styles.ts",
2493
- "declarations": [
2494
- {
2495
- "kind": "function",
2496
- "name": "zeroAnchoredRegionStyles",
2497
- "return": {
2498
- "type": {
2499
- "text": "ElementStyles"
2500
- }
2501
- },
2502
- "parameters": [
2503
- {
2504
- "name": "context",
2505
- "type": {
2506
- "text": "ElementDefinitionContext"
2524
+ "name": "AnchoredRegion",
2525
+ "module": "src/anchored-region/anchored-region.ts"
2507
2526
  }
2508
2527
  },
2509
2528
  {
2510
- "name": "definition",
2511
- "type": {
2512
- "text": "FoundationElementDefinition"
2513
- }
2514
- }
2515
- ]
2516
- }
2517
- ],
2518
- "exports": [
2519
- {
2520
- "kind": "js",
2521
- "name": "zeroAnchoredRegionStyles",
2522
- "declaration": {
2523
- "name": "zeroAnchoredRegionStyles",
2524
- "module": "src/anchored-region/anchored-region.styles.ts"
2525
- }
2526
- }
2527
- ]
2528
- },
2529
- {
2530
- "kind": "javascript-module",
2531
- "path": "src/anchored-region/anchored-region.template.ts",
2532
- "declarations": [
2533
- {
2534
- "kind": "function",
2535
- "name": "zeroAnchoredRegionTemplate",
2536
- "return": {
2537
- "type": {
2538
- "text": "ViewTemplate<AnchoredRegion>"
2539
- }
2540
- },
2541
- "parameters": [
2542
- {
2543
- "name": "context",
2529
+ "kind": "field",
2530
+ "name": "verticalPositioningMode",
2544
2531
  "type": {
2545
- "text": "ElementDefinitionContext"
2532
+ "text": "AxisPositioningMode"
2533
+ },
2534
+ "privacy": "public",
2535
+ "default": "\"uncontrolled\"",
2536
+ "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",
2537
+ "inheritedFrom": {
2538
+ "name": "AnchoredRegion",
2539
+ "module": "src/anchored-region/anchored-region.ts"
2546
2540
  }
2547
2541
  },
2548
2542
  {
2549
- "name": "definition",
2550
- "type": {
2551
- "text": "FoundationElementDefinition"
2552
- }
2553
- }
2554
- ]
2555
- }
2556
- ],
2557
- "exports": [
2558
- {
2559
- "kind": "js",
2560
- "name": "zeroAnchoredRegionTemplate",
2561
- "declaration": {
2562
- "name": "zeroAnchoredRegionTemplate",
2563
- "module": "src/anchored-region/anchored-region.template.ts"
2564
- }
2565
- }
2566
- ]
2567
- },
2568
- {
2569
- "kind": "javascript-module",
2570
- "path": "src/anchored-region/anchored-region.ts",
2571
- "declarations": [
2572
- {
2573
- "kind": "class",
2574
- "description": "",
2575
- "name": "AnchoredRegion",
2576
- "superclass": {
2577
- "name": "FoundationAnchoredRegion",
2578
- "package": "@genesislcap/foundation-ui"
2579
- },
2580
- "tagName": "%%prefix%%-anchored-region",
2581
- "customElement": true,
2582
- "attributes": [
2583
- {
2584
- "name": "anchor",
2585
- "type": {
2586
- "text": "string"
2543
+ "kind": "method",
2544
+ "name": "verticalPositioningModeChanged",
2545
+ "privacy": "private",
2546
+ "return": {
2547
+ "type": {
2548
+ "text": "void"
2549
+ }
2587
2550
  },
2588
- "default": "\"\"",
2589
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2590
- "fieldName": "anchor",
2591
2551
  "inheritedFrom": {
2592
2552
  "name": "AnchoredRegion",
2593
2553
  "module": "src/anchored-region/anchored-region.ts"
2594
2554
  }
2595
2555
  },
2596
2556
  {
2597
- "name": "viewport",
2557
+ "kind": "field",
2558
+ "name": "verticalDefaultPosition",
2598
2559
  "type": {
2599
- "text": "string"
2560
+ "text": "VerticalPosition"
2600
2561
  },
2601
- "default": "\"\"",
2602
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2603
- "fieldName": "viewport",
2562
+ "privacy": "public",
2563
+ "default": "\"unset\"",
2564
+ "description": "The default vertical position of the region relative to the anchor element",
2604
2565
  "inheritedFrom": {
2605
2566
  "name": "AnchoredRegion",
2606
2567
  "module": "src/anchored-region/anchored-region.ts"
2607
2568
  }
2608
2569
  },
2609
2570
  {
2610
- "name": "horizontal-positioning-mode",
2611
- "type": {
2612
- "text": "AxisPositioningMode"
2571
+ "kind": "method",
2572
+ "name": "verticalDefaultPositionChanged",
2573
+ "privacy": "private",
2574
+ "return": {
2575
+ "type": {
2576
+ "text": "void"
2577
+ }
2613
2578
  },
2614
- "default": "\"uncontrolled\"",
2615
- "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",
2616
- "fieldName": "horizontalPositioningMode",
2617
2579
  "inheritedFrom": {
2618
2580
  "name": "AnchoredRegion",
2619
2581
  "module": "src/anchored-region/anchored-region.ts"
2620
2582
  }
2621
2583
  },
2622
2584
  {
2623
- "name": "horizontal-default-position",
2585
+ "kind": "field",
2586
+ "name": "verticalViewportLock",
2624
2587
  "type": {
2625
- "text": "HorizontalPosition"
2588
+ "text": "boolean"
2626
2589
  },
2627
- "default": "\"unset\"",
2628
- "description": "The default horizontal position of the region relative to the anchor element",
2629
- "fieldName": "horizontalDefaultPosition",
2590
+ "privacy": "public",
2591
+ "default": "false",
2592
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2630
2593
  "inheritedFrom": {
2631
2594
  "name": "AnchoredRegion",
2632
2595
  "module": "src/anchored-region/anchored-region.ts"
2633
2596
  }
2634
2597
  },
2635
2598
  {
2636
- "name": "horizontal-viewport-lock",
2637
- "type": {
2638
- "text": "boolean"
2599
+ "kind": "method",
2600
+ "name": "verticalViewportLockChanged",
2601
+ "privacy": "private",
2602
+ "return": {
2603
+ "type": {
2604
+ "text": "void"
2605
+ }
2639
2606
  },
2640
- "default": "false",
2641
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2642
- "fieldName": "horizontalViewportLock",
2643
2607
  "inheritedFrom": {
2644
2608
  "name": "AnchoredRegion",
2645
2609
  "module": "src/anchored-region/anchored-region.ts"
2646
2610
  }
2647
2611
  },
2648
2612
  {
2649
- "name": "horizontal-inset",
2613
+ "kind": "field",
2614
+ "name": "verticalInset",
2650
2615
  "type": {
2651
2616
  "text": "boolean"
2652
2617
  },
2618
+ "privacy": "public",
2653
2619
  "default": "false",
2654
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2655
- "fieldName": "horizontalInset",
2620
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2656
2621
  "inheritedFrom": {
2657
2622
  "name": "AnchoredRegion",
2658
2623
  "module": "src/anchored-region/anchored-region.ts"
2659
2624
  }
2660
2625
  },
2661
2626
  {
2662
- "name": "horizontal-threshold",
2663
- "type": {
2664
- "text": "number"
2627
+ "kind": "method",
2628
+ "name": "verticalInsetChanged",
2629
+ "privacy": "private",
2630
+ "return": {
2631
+ "type": {
2632
+ "text": "void"
2633
+ }
2665
2634
  },
2666
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2667
- "fieldName": "horizontalThreshold",
2668
2635
  "inheritedFrom": {
2669
2636
  "name": "AnchoredRegion",
2670
2637
  "module": "src/anchored-region/anchored-region.ts"
2671
2638
  }
2672
2639
  },
2673
2640
  {
2674
- "name": "horizontal-scaling",
2641
+ "kind": "field",
2642
+ "name": "verticalThreshold",
2675
2643
  "type": {
2676
- "text": "AxisScalingMode"
2644
+ "text": "number"
2677
2645
  },
2678
- "default": "\"content\"",
2679
- "description": "Defines how the width of the region is calculated",
2680
- "fieldName": "horizontalScaling",
2646
+ "privacy": "public",
2647
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2681
2648
  "inheritedFrom": {
2682
2649
  "name": "AnchoredRegion",
2683
2650
  "module": "src/anchored-region/anchored-region.ts"
2684
2651
  }
2685
2652
  },
2686
2653
  {
2687
- "name": "vertical-positioning-mode",
2688
- "type": {
2689
- "text": "AxisPositioningMode"
2654
+ "kind": "method",
2655
+ "name": "verticalThresholdChanged",
2656
+ "privacy": "private",
2657
+ "return": {
2658
+ "type": {
2659
+ "text": "void"
2660
+ }
2690
2661
  },
2691
- "default": "\"uncontrolled\"",
2692
- "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",
2693
- "fieldName": "verticalPositioningMode",
2694
2662
  "inheritedFrom": {
2695
2663
  "name": "AnchoredRegion",
2696
2664
  "module": "src/anchored-region/anchored-region.ts"
2697
2665
  }
2698
2666
  },
2699
2667
  {
2700
- "name": "vertical-default-position",
2701
- "type": {
2702
- "text": "VerticalPosition"
2703
- },
2704
- "default": "\"unset\"",
2705
- "description": "The default vertical position of the region relative to the anchor element",
2706
- "fieldName": "verticalDefaultPosition",
2707
- "inheritedFrom": {
2708
- "name": "AnchoredRegion",
2709
- "module": "src/anchored-region/anchored-region.ts"
2710
- }
2711
- },
2712
- {
2713
- "name": "vertical-viewport-lock",
2714
- "type": {
2715
- "text": "boolean"
2716
- },
2717
- "default": "false",
2718
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2719
- "fieldName": "verticalViewportLock",
2720
- "inheritedFrom": {
2721
- "name": "AnchoredRegion",
2722
- "module": "src/anchored-region/anchored-region.ts"
2723
- }
2724
- },
2725
- {
2726
- "name": "vertical-inset",
2727
- "type": {
2728
- "text": "boolean"
2729
- },
2730
- "default": "false",
2731
- "description": "Whether the region overlaps the anchor on the vertical axis",
2732
- "fieldName": "verticalInset",
2733
- "inheritedFrom": {
2734
- "name": "AnchoredRegion",
2735
- "module": "src/anchored-region/anchored-region.ts"
2736
- }
2737
- },
2738
- {
2739
- "name": "vertical-threshold",
2740
- "type": {
2741
- "text": "number"
2742
- },
2743
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2744
- "fieldName": "verticalThreshold",
2745
- "inheritedFrom": {
2746
- "name": "AnchoredRegion",
2747
- "module": "src/anchored-region/anchored-region.ts"
2748
- }
2749
- },
2750
- {
2751
- "name": "vertical-scaling",
2668
+ "kind": "field",
2669
+ "name": "verticalScaling",
2752
2670
  "type": {
2753
2671
  "text": "AxisScalingMode"
2754
2672
  },
2673
+ "privacy": "public",
2755
2674
  "default": "\"content\"",
2756
2675
  "description": "Defines how the height of the region is calculated",
2757
- "fieldName": "verticalScaling",
2758
- "inheritedFrom": {
2759
- "name": "AnchoredRegion",
2760
- "module": "src/anchored-region/anchored-region.ts"
2761
- }
2762
- },
2763
- {
2764
- "name": "fixed-placement",
2765
- "type": {
2766
- "text": "boolean"
2767
- },
2768
- "default": "false",
2769
- "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,",
2770
- "fieldName": "fixedPlacement",
2771
- "inheritedFrom": {
2772
- "name": "AnchoredRegion",
2773
- "module": "src/anchored-region/anchored-region.ts"
2774
- }
2775
- },
2776
- {
2777
- "name": "auto-update-mode",
2778
- "type": {
2779
- "text": "AutoUpdateMode"
2780
- },
2781
- "default": "\"anchor\"",
2782
- "description": "Defines what triggers the anchored region to revaluate positioning",
2783
- "fieldName": "autoUpdateMode",
2784
- "inheritedFrom": {
2785
- "name": "AnchoredRegion",
2786
- "module": "src/anchored-region/anchored-region.ts"
2787
- }
2788
- }
2789
- ],
2790
- "members": [
2791
- {
2792
- "kind": "field",
2793
- "name": "anchor",
2794
- "type": {
2795
- "text": "string"
2796
- },
2797
- "privacy": "public",
2798
- "default": "\"\"",
2799
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2800
2676
  "inheritedFrom": {
2801
2677
  "name": "AnchoredRegion",
2802
2678
  "module": "src/anchored-region/anchored-region.ts"
@@ -2804,7 +2680,7 @@
2804
2680
  },
2805
2681
  {
2806
2682
  "kind": "method",
2807
- "name": "anchorChanged",
2683
+ "name": "verticalScalingChanged",
2808
2684
  "privacy": "private",
2809
2685
  "return": {
2810
2686
  "type": {
@@ -2818,13 +2694,13 @@
2818
2694
  },
2819
2695
  {
2820
2696
  "kind": "field",
2821
- "name": "viewport",
2697
+ "name": "fixedPlacement",
2822
2698
  "type": {
2823
- "text": "string"
2699
+ "text": "boolean"
2824
2700
  },
2825
2701
  "privacy": "public",
2826
- "default": "\"\"",
2827
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2702
+ "default": "false",
2703
+ "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,",
2828
2704
  "inheritedFrom": {
2829
2705
  "name": "AnchoredRegion",
2830
2706
  "module": "src/anchored-region/anchored-region.ts"
@@ -2832,7 +2708,7 @@
2832
2708
  },
2833
2709
  {
2834
2710
  "kind": "method",
2835
- "name": "viewportChanged",
2711
+ "name": "fixedPlacementChanged",
2836
2712
  "privacy": "private",
2837
2713
  "return": {
2838
2714
  "type": {
@@ -2846,13 +2722,13 @@
2846
2722
  },
2847
2723
  {
2848
2724
  "kind": "field",
2849
- "name": "horizontalPositioningMode",
2725
+ "name": "autoUpdateMode",
2850
2726
  "type": {
2851
- "text": "AxisPositioningMode"
2727
+ "text": "AutoUpdateMode"
2852
2728
  },
2853
2729
  "privacy": "public",
2854
- "default": "\"uncontrolled\"",
2855
- "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",
2730
+ "default": "\"anchor\"",
2731
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2856
2732
  "inheritedFrom": {
2857
2733
  "name": "AnchoredRegion",
2858
2734
  "module": "src/anchored-region/anchored-region.ts"
@@ -2860,13 +2736,27 @@
2860
2736
  },
2861
2737
  {
2862
2738
  "kind": "method",
2863
- "name": "horizontalPositioningModeChanged",
2739
+ "name": "autoUpdateModeChanged",
2864
2740
  "privacy": "private",
2865
2741
  "return": {
2866
2742
  "type": {
2867
2743
  "text": "void"
2868
2744
  }
2869
2745
  },
2746
+ "parameters": [
2747
+ {
2748
+ "name": "prevMode",
2749
+ "type": {
2750
+ "text": "AutoUpdateMode"
2751
+ }
2752
+ },
2753
+ {
2754
+ "name": "newMode",
2755
+ "type": {
2756
+ "text": "AutoUpdateMode"
2757
+ }
2758
+ }
2759
+ ],
2870
2760
  "inheritedFrom": {
2871
2761
  "name": "AnchoredRegion",
2872
2762
  "module": "src/anchored-region/anchored-region.ts"
@@ -2874,13 +2764,13 @@
2874
2764
  },
2875
2765
  {
2876
2766
  "kind": "field",
2877
- "name": "horizontalDefaultPosition",
2767
+ "name": "anchorElement",
2878
2768
  "type": {
2879
- "text": "HorizontalPosition"
2769
+ "text": "HTMLElement | null"
2880
2770
  },
2881
2771
  "privacy": "public",
2882
- "default": "\"unset\"",
2883
- "description": "The default horizontal position of the region relative to the anchor element",
2772
+ "default": "null",
2773
+ "description": "The HTML element being used as the anchor",
2884
2774
  "inheritedFrom": {
2885
2775
  "name": "AnchoredRegion",
2886
2776
  "module": "src/anchored-region/anchored-region.ts"
@@ -2888,7 +2778,7 @@
2888
2778
  },
2889
2779
  {
2890
2780
  "kind": "method",
2891
- "name": "horizontalDefaultPositionChanged",
2781
+ "name": "anchorElementChanged",
2892
2782
  "privacy": "private",
2893
2783
  "return": {
2894
2784
  "type": {
@@ -2902,13 +2792,13 @@
2902
2792
  },
2903
2793
  {
2904
2794
  "kind": "field",
2905
- "name": "horizontalViewportLock",
2795
+ "name": "viewportElement",
2906
2796
  "type": {
2907
- "text": "boolean"
2797
+ "text": "HTMLElement | null"
2908
2798
  },
2909
2799
  "privacy": "public",
2910
- "default": "false",
2911
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2800
+ "default": "null",
2801
+ "description": "The HTML element being used as the viewport",
2912
2802
  "inheritedFrom": {
2913
2803
  "name": "AnchoredRegion",
2914
2804
  "module": "src/anchored-region/anchored-region.ts"
@@ -2916,7 +2806,7 @@
2916
2806
  },
2917
2807
  {
2918
2808
  "kind": "method",
2919
- "name": "horizontalViewportLockChanged",
2809
+ "name": "viewportElementChanged",
2920
2810
  "privacy": "private",
2921
2811
  "return": {
2922
2812
  "type": {
@@ -2930,27 +2820,25 @@
2930
2820
  },
2931
2821
  {
2932
2822
  "kind": "field",
2933
- "name": "horizontalInset",
2823
+ "name": "verticalPosition",
2934
2824
  "type": {
2935
- "text": "boolean"
2825
+ "text": "AnchoredRegionPositionLabel | undefined"
2936
2826
  },
2937
2827
  "privacy": "public",
2938
- "default": "false",
2939
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2828
+ "description": "indicates the current horizontal position of the region",
2940
2829
  "inheritedFrom": {
2941
2830
  "name": "AnchoredRegion",
2942
2831
  "module": "src/anchored-region/anchored-region.ts"
2943
2832
  }
2944
2833
  },
2945
2834
  {
2946
- "kind": "method",
2947
- "name": "horizontalInsetChanged",
2948
- "privacy": "private",
2949
- "return": {
2950
- "type": {
2951
- "text": "void"
2952
- }
2835
+ "kind": "field",
2836
+ "name": "horizontalPosition",
2837
+ "type": {
2838
+ "text": "AnchoredRegionPositionLabel | undefined"
2953
2839
  },
2840
+ "privacy": "public",
2841
+ "description": "indicates the current vertical position of the region",
2954
2842
  "inheritedFrom": {
2955
2843
  "name": "AnchoredRegion",
2956
2844
  "module": "src/anchored-region/anchored-region.ts"
@@ -2958,26 +2846,24 @@
2958
2846
  },
2959
2847
  {
2960
2848
  "kind": "field",
2961
- "name": "horizontalThreshold",
2849
+ "name": "translateX",
2962
2850
  "type": {
2963
2851
  "text": "number"
2964
2852
  },
2965
- "privacy": "public",
2966
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2853
+ "privacy": "private",
2854
+ "description": "values to be applied to the component's transform on render",
2967
2855
  "inheritedFrom": {
2968
2856
  "name": "AnchoredRegion",
2969
2857
  "module": "src/anchored-region/anchored-region.ts"
2970
2858
  }
2971
2859
  },
2972
2860
  {
2973
- "kind": "method",
2974
- "name": "horizontalThresholdChanged",
2975
- "privacy": "private",
2976
- "return": {
2977
- "type": {
2978
- "text": "void"
2979
- }
2861
+ "kind": "field",
2862
+ "name": "translateY",
2863
+ "type": {
2864
+ "text": "number"
2980
2865
  },
2866
+ "privacy": "private",
2981
2867
  "inheritedFrom": {
2982
2868
  "name": "AnchoredRegion",
2983
2869
  "module": "src/anchored-region/anchored-region.ts"
@@ -2985,27 +2871,24 @@
2985
2871
  },
2986
2872
  {
2987
2873
  "kind": "field",
2988
- "name": "horizontalScaling",
2874
+ "name": "regionWidth",
2989
2875
  "type": {
2990
- "text": "AxisScalingMode"
2876
+ "text": "string"
2991
2877
  },
2992
- "privacy": "public",
2993
- "default": "\"content\"",
2994
- "description": "Defines how the width of the region is calculated",
2878
+ "privacy": "private",
2879
+ "description": "the span to be applied to the region on each axis",
2995
2880
  "inheritedFrom": {
2996
2881
  "name": "AnchoredRegion",
2997
2882
  "module": "src/anchored-region/anchored-region.ts"
2998
2883
  }
2999
2884
  },
3000
2885
  {
3001
- "kind": "method",
3002
- "name": "horizontalScalingChanged",
3003
- "privacy": "private",
3004
- "return": {
3005
- "type": {
3006
- "text": "void"
3007
- }
2886
+ "kind": "field",
2887
+ "name": "regionHeight",
2888
+ "type": {
2889
+ "text": "string"
3008
2890
  },
2891
+ "privacy": "private",
3009
2892
  "inheritedFrom": {
3010
2893
  "name": "AnchoredRegion",
3011
2894
  "module": "src/anchored-region/anchored-region.ts"
@@ -3013,27 +2896,24 @@
3013
2896
  },
3014
2897
  {
3015
2898
  "kind": "field",
3016
- "name": "verticalPositioningMode",
2899
+ "name": "resizeDetector",
3017
2900
  "type": {
3018
- "text": "AxisPositioningMode"
2901
+ "text": "ResizeObserverClassDefinition | null"
3019
2902
  },
3020
- "privacy": "public",
3021
- "default": "\"uncontrolled\"",
3022
- "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",
2903
+ "privacy": "private",
2904
+ "default": "null",
3023
2905
  "inheritedFrom": {
3024
2906
  "name": "AnchoredRegion",
3025
2907
  "module": "src/anchored-region/anchored-region.ts"
3026
2908
  }
3027
2909
  },
3028
2910
  {
3029
- "kind": "method",
3030
- "name": "verticalPositioningModeChanged",
3031
- "privacy": "private",
3032
- "return": {
3033
- "type": {
3034
- "text": "void"
3035
- }
2911
+ "kind": "field",
2912
+ "name": "viewportRect",
2913
+ "type": {
2914
+ "text": "ClientRect | DOMRect | undefined"
3036
2915
  },
2916
+ "privacy": "private",
3037
2917
  "inheritedFrom": {
3038
2918
  "name": "AnchoredRegion",
3039
2919
  "module": "src/anchored-region/anchored-region.ts"
@@ -3041,27 +2921,23 @@
3041
2921
  },
3042
2922
  {
3043
2923
  "kind": "field",
3044
- "name": "verticalDefaultPosition",
2924
+ "name": "anchorRect",
3045
2925
  "type": {
3046
- "text": "VerticalPosition"
2926
+ "text": "ClientRect | DOMRect | undefined"
3047
2927
  },
3048
- "privacy": "public",
3049
- "default": "\"unset\"",
3050
- "description": "The default vertical position of the region relative to the anchor element",
2928
+ "privacy": "private",
3051
2929
  "inheritedFrom": {
3052
2930
  "name": "AnchoredRegion",
3053
2931
  "module": "src/anchored-region/anchored-region.ts"
3054
2932
  }
3055
2933
  },
3056
2934
  {
3057
- "kind": "method",
3058
- "name": "verticalDefaultPositionChanged",
3059
- "privacy": "private",
3060
- "return": {
3061
- "type": {
3062
- "text": "void"
3063
- }
2935
+ "kind": "field",
2936
+ "name": "regionRect",
2937
+ "type": {
2938
+ "text": "ClientRect | DOMRect | undefined"
3064
2939
  },
2940
+ "privacy": "private",
3065
2941
  "inheritedFrom": {
3066
2942
  "name": "AnchoredRegion",
3067
2943
  "module": "src/anchored-region/anchored-region.ts"
@@ -3069,27 +2945,26 @@
3069
2945
  },
3070
2946
  {
3071
2947
  "kind": "field",
3072
- "name": "verticalViewportLock",
2948
+ "name": "baseHorizontalOffset",
3073
2949
  "type": {
3074
- "text": "boolean"
2950
+ "text": "number"
3075
2951
  },
3076
- "privacy": "public",
3077
- "default": "false",
3078
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2952
+ "privacy": "private",
2953
+ "default": "0",
2954
+ "description": "base offsets between the positioner's base position and the anchor's",
3079
2955
  "inheritedFrom": {
3080
2956
  "name": "AnchoredRegion",
3081
2957
  "module": "src/anchored-region/anchored-region.ts"
3082
2958
  }
3083
2959
  },
3084
2960
  {
3085
- "kind": "method",
3086
- "name": "verticalViewportLockChanged",
3087
- "privacy": "private",
3088
- "return": {
3089
- "type": {
3090
- "text": "void"
3091
- }
2961
+ "kind": "field",
2962
+ "name": "baseVerticalOffset",
2963
+ "type": {
2964
+ "text": "number"
3092
2965
  },
2966
+ "privacy": "private",
2967
+ "default": "0",
3093
2968
  "inheritedFrom": {
3094
2969
  "name": "AnchoredRegion",
3095
2970
  "module": "src/anchored-region/anchored-region.ts"
@@ -3097,27 +2972,25 @@
3097
2972
  },
3098
2973
  {
3099
2974
  "kind": "field",
3100
- "name": "verticalInset",
2975
+ "name": "pendingPositioningUpdate",
3101
2976
  "type": {
3102
2977
  "text": "boolean"
3103
2978
  },
3104
- "privacy": "public",
2979
+ "privacy": "private",
3105
2980
  "default": "false",
3106
- "description": "Whether the region overlaps the anchor on the vertical axis",
3107
2981
  "inheritedFrom": {
3108
2982
  "name": "AnchoredRegion",
3109
2983
  "module": "src/anchored-region/anchored-region.ts"
3110
2984
  }
3111
2985
  },
3112
2986
  {
3113
- "kind": "method",
3114
- "name": "verticalInsetChanged",
3115
- "privacy": "private",
3116
- "return": {
3117
- "type": {
3118
- "text": "void"
3119
- }
2987
+ "kind": "field",
2988
+ "name": "pendingReset",
2989
+ "type": {
2990
+ "text": "boolean"
3120
2991
  },
2992
+ "privacy": "private",
2993
+ "default": "false",
3121
2994
  "inheritedFrom": {
3122
2995
  "name": "AnchoredRegion",
3123
2996
  "module": "src/anchored-region/anchored-region.ts"
@@ -3125,26 +2998,24 @@
3125
2998
  },
3126
2999
  {
3127
3000
  "kind": "field",
3128
- "name": "verticalThreshold",
3001
+ "name": "currentDirection",
3129
3002
  "type": {
3130
- "text": "number"
3003
+ "text": "Direction"
3131
3004
  },
3132
- "privacy": "public",
3133
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3005
+ "privacy": "private",
3134
3006
  "inheritedFrom": {
3135
3007
  "name": "AnchoredRegion",
3136
3008
  "module": "src/anchored-region/anchored-region.ts"
3137
3009
  }
3138
3010
  },
3139
3011
  {
3140
- "kind": "method",
3141
- "name": "verticalThresholdChanged",
3142
- "privacy": "private",
3143
- "return": {
3144
- "type": {
3145
- "text": "void"
3146
- }
3012
+ "kind": "field",
3013
+ "name": "regionVisible",
3014
+ "type": {
3015
+ "text": "boolean"
3147
3016
  },
3017
+ "privacy": "private",
3018
+ "default": "false",
3148
3019
  "inheritedFrom": {
3149
3020
  "name": "AnchoredRegion",
3150
3021
  "module": "src/anchored-region/anchored-region.ts"
@@ -3152,27 +3023,25 @@
3152
3023
  },
3153
3024
  {
3154
3025
  "kind": "field",
3155
- "name": "verticalScaling",
3026
+ "name": "forceUpdate",
3156
3027
  "type": {
3157
- "text": "AxisScalingMode"
3028
+ "text": "boolean"
3158
3029
  },
3159
- "privacy": "public",
3160
- "default": "\"content\"",
3161
- "description": "Defines how the height of the region is calculated",
3030
+ "privacy": "private",
3031
+ "default": "false",
3162
3032
  "inheritedFrom": {
3163
3033
  "name": "AnchoredRegion",
3164
3034
  "module": "src/anchored-region/anchored-region.ts"
3165
3035
  }
3166
3036
  },
3167
3037
  {
3168
- "kind": "method",
3169
- "name": "verticalScalingChanged",
3170
- "privacy": "private",
3171
- "return": {
3172
- "type": {
3173
- "text": "void"
3174
- }
3038
+ "kind": "field",
3039
+ "name": "updateThreshold",
3040
+ "type": {
3041
+ "text": "number"
3175
3042
  },
3043
+ "privacy": "private",
3044
+ "default": "0.5",
3176
3045
  "inheritedFrom": {
3177
3046
  "name": "AnchoredRegion",
3178
3047
  "module": "src/anchored-region/anchored-region.ts"
@@ -3180,13 +3049,23 @@
3180
3049
  },
3181
3050
  {
3182
3051
  "kind": "field",
3183
- "name": "fixedPlacement",
3052
+ "name": "intersectionService",
3184
3053
  "type": {
3185
- "text": "boolean"
3054
+ "text": "IntersectionService"
3186
3055
  },
3056
+ "privacy": "private",
3057
+ "static": true,
3058
+ "default": "new IntersectionService()",
3059
+ "inheritedFrom": {
3060
+ "name": "AnchoredRegion",
3061
+ "module": "src/anchored-region/anchored-region.ts"
3062
+ }
3063
+ },
3064
+ {
3065
+ "kind": "field",
3066
+ "name": "update",
3187
3067
  "privacy": "public",
3188
- "default": "false",
3189
- "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,",
3068
+ "description": "update position",
3190
3069
  "inheritedFrom": {
3191
3070
  "name": "AnchoredRegion",
3192
3071
  "module": "src/anchored-region/anchored-region.ts"
@@ -3194,27 +3073,14 @@
3194
3073
  },
3195
3074
  {
3196
3075
  "kind": "method",
3197
- "name": "fixedPlacementChanged",
3076
+ "name": "disconnectResizeDetector",
3198
3077
  "privacy": "private",
3199
3078
  "return": {
3200
3079
  "type": {
3201
3080
  "text": "void"
3202
3081
  }
3203
3082
  },
3204
- "inheritedFrom": {
3205
- "name": "AnchoredRegion",
3206
- "module": "src/anchored-region/anchored-region.ts"
3207
- }
3208
- },
3209
- {
3210
- "kind": "field",
3211
- "name": "autoUpdateMode",
3212
- "type": {
3213
- "text": "AutoUpdateMode"
3214
- },
3215
- "privacy": "public",
3216
- "default": "\"anchor\"",
3217
- "description": "Defines what triggers the anchored region to revaluate positioning",
3083
+ "description": "destroys the instance's resize observer",
3218
3084
  "inheritedFrom": {
3219
3085
  "name": "AnchoredRegion",
3220
3086
  "module": "src/anchored-region/anchored-region.ts"
@@ -3222,41 +3088,29 @@
3222
3088
  },
3223
3089
  {
3224
3090
  "kind": "method",
3225
- "name": "autoUpdateModeChanged",
3091
+ "name": "initializeResizeDetector",
3226
3092
  "privacy": "private",
3227
3093
  "return": {
3228
3094
  "type": {
3229
3095
  "text": "void"
3230
3096
  }
3231
3097
  },
3232
- "parameters": [
3233
- {
3234
- "name": "prevMode",
3235
- "type": {
3236
- "text": "AutoUpdateMode"
3237
- }
3238
- },
3239
- {
3240
- "name": "newMode",
3241
- "type": {
3242
- "text": "AutoUpdateMode"
3243
- }
3244
- }
3245
- ],
3098
+ "description": "initializes the instance's resize observer",
3246
3099
  "inheritedFrom": {
3247
3100
  "name": "AnchoredRegion",
3248
3101
  "module": "src/anchored-region/anchored-region.ts"
3249
3102
  }
3250
3103
  },
3251
3104
  {
3252
- "kind": "field",
3253
- "name": "anchorElement",
3254
- "type": {
3255
- "text": "HTMLElement | null"
3105
+ "kind": "method",
3106
+ "name": "updateForAttributeChange",
3107
+ "privacy": "private",
3108
+ "return": {
3109
+ "type": {
3110
+ "text": "void"
3111
+ }
3256
3112
  },
3257
- "privacy": "public",
3258
- "default": "null",
3259
- "description": "The HTML element being used as the anchor",
3113
+ "description": "react to attribute changes that don't require a reset",
3260
3114
  "inheritedFrom": {
3261
3115
  "name": "AnchoredRegion",
3262
3116
  "module": "src/anchored-region/anchored-region.ts"
@@ -3264,27 +3118,29 @@
3264
3118
  },
3265
3119
  {
3266
3120
  "kind": "method",
3267
- "name": "anchorElementChanged",
3121
+ "name": "initialize",
3268
3122
  "privacy": "private",
3269
3123
  "return": {
3270
3124
  "type": {
3271
3125
  "text": "void"
3272
3126
  }
3273
3127
  },
3128
+ "description": "fully initializes the component",
3274
3129
  "inheritedFrom": {
3275
3130
  "name": "AnchoredRegion",
3276
3131
  "module": "src/anchored-region/anchored-region.ts"
3277
3132
  }
3278
3133
  },
3279
3134
  {
3280
- "kind": "field",
3281
- "name": "viewportElement",
3282
- "type": {
3283
- "text": "HTMLElement | null"
3135
+ "kind": "method",
3136
+ "name": "requestReset",
3137
+ "privacy": "private",
3138
+ "return": {
3139
+ "type": {
3140
+ "text": "void"
3141
+ }
3284
3142
  },
3285
- "privacy": "public",
3286
- "default": "null",
3287
- "description": "The HTML element being used as the viewport",
3143
+ "description": "Request a reset if there are currently no open requests",
3288
3144
  "inheritedFrom": {
3289
3145
  "name": "AnchoredRegion",
3290
3146
  "module": "src/anchored-region/anchored-region.ts"
@@ -3292,13 +3148,14 @@
3292
3148
  },
3293
3149
  {
3294
3150
  "kind": "method",
3295
- "name": "viewportElementChanged",
3151
+ "name": "setInitialState",
3296
3152
  "privacy": "private",
3297
3153
  "return": {
3298
3154
  "type": {
3299
3155
  "text": "void"
3300
3156
  }
3301
3157
  },
3158
+ "description": "sets the starting configuration for component internal values",
3302
3159
  "inheritedFrom": {
3303
3160
  "name": "AnchoredRegion",
3304
3161
  "module": "src/anchored-region/anchored-region.ts"
@@ -3306,12 +3163,9 @@
3306
3163
  },
3307
3164
  {
3308
3165
  "kind": "field",
3309
- "name": "verticalPosition",
3310
- "type": {
3311
- "text": "AnchoredRegionPositionLabel | undefined"
3312
- },
3313
- "privacy": "public",
3314
- "description": "indicates the current horizontal position of the region",
3166
+ "name": "startObservers",
3167
+ "privacy": "private",
3168
+ "description": "starts observers",
3315
3169
  "inheritedFrom": {
3316
3170
  "name": "AnchoredRegion",
3317
3171
  "module": "src/anchored-region/anchored-region.ts"
@@ -3319,12 +3173,9 @@
3319
3173
  },
3320
3174
  {
3321
3175
  "kind": "field",
3322
- "name": "horizontalPosition",
3323
- "type": {
3324
- "text": "AnchoredRegionPositionLabel | undefined"
3325
- },
3326
- "privacy": "public",
3327
- "description": "indicates the current vertical position of the region",
3176
+ "name": "requestPositionUpdates",
3177
+ "privacy": "private",
3178
+ "description": "get position updates",
3328
3179
  "inheritedFrom": {
3329
3180
  "name": "AnchoredRegion",
3330
3181
  "module": "src/anchored-region/anchored-region.ts"
@@ -3332,12 +3183,9 @@
3332
3183
  },
3333
3184
  {
3334
3185
  "kind": "field",
3335
- "name": "translateX",
3336
- "type": {
3337
- "text": "number"
3338
- },
3186
+ "name": "stopObservers",
3339
3187
  "privacy": "private",
3340
- "description": "values to be applied to the component's transform on render",
3188
+ "description": "stops observers",
3341
3189
  "inheritedFrom": {
3342
3190
  "name": "AnchoredRegion",
3343
3191
  "module": "src/anchored-region/anchored-region.ts"
@@ -3345,11 +3193,9 @@
3345
3193
  },
3346
3194
  {
3347
3195
  "kind": "field",
3348
- "name": "translateY",
3349
- "type": {
3350
- "text": "number"
3351
- },
3196
+ "name": "getViewport",
3352
3197
  "privacy": "private",
3198
+ "description": "Gets the viewport element by id, or defaults to document root",
3353
3199
  "inheritedFrom": {
3354
3200
  "name": "AnchoredRegion",
3355
3201
  "module": "src/anchored-region/anchored-region.ts"
@@ -3357,12 +3203,9 @@
3357
3203
  },
3358
3204
  {
3359
3205
  "kind": "field",
3360
- "name": "regionWidth",
3361
- "type": {
3362
- "text": "string"
3363
- },
3206
+ "name": "getAnchor",
3364
3207
  "privacy": "private",
3365
- "description": "the span to be applied to the region on each axis",
3208
+ "description": "Gets the anchor element by id",
3366
3209
  "inheritedFrom": {
3367
3210
  "name": "AnchoredRegion",
3368
3211
  "module": "src/anchored-region/anchored-region.ts"
@@ -3370,11 +3213,9 @@
3370
3213
  },
3371
3214
  {
3372
3215
  "kind": "field",
3373
- "name": "regionHeight",
3374
- "type": {
3375
- "text": "string"
3376
- },
3216
+ "name": "handleIntersection",
3377
3217
  "privacy": "private",
3218
+ "description": "Handle intersections",
3378
3219
  "inheritedFrom": {
3379
3220
  "name": "AnchoredRegion",
3380
3221
  "module": "src/anchored-region/anchored-region.ts"
@@ -3382,12 +3223,9 @@
3382
3223
  },
3383
3224
  {
3384
3225
  "kind": "field",
3385
- "name": "resizeDetector",
3386
- "type": {
3387
- "text": "ResizeObserverClassDefinition | null"
3388
- },
3226
+ "name": "applyIntersectionEntries",
3389
3227
  "privacy": "private",
3390
- "default": "null",
3228
+ "description": "iterate through intersection entries and apply data",
3391
3229
  "inheritedFrom": {
3392
3230
  "name": "AnchoredRegion",
3393
3231
  "module": "src/anchored-region/anchored-region.ts"
@@ -3395,11 +3233,9 @@
3395
3233
  },
3396
3234
  {
3397
3235
  "kind": "field",
3398
- "name": "viewportRect",
3399
- "type": {
3400
- "text": "ClientRect | DOMRect | undefined"
3401
- },
3236
+ "name": "updateRegionOffset",
3402
3237
  "privacy": "private",
3238
+ "description": "Update the offset values",
3403
3239
  "inheritedFrom": {
3404
3240
  "name": "AnchoredRegion",
3405
3241
  "module": "src/anchored-region/anchored-region.ts"
@@ -3407,11 +3243,9 @@
3407
3243
  },
3408
3244
  {
3409
3245
  "kind": "field",
3410
- "name": "anchorRect",
3411
- "type": {
3412
- "text": "ClientRect | DOMRect | undefined"
3413
- },
3246
+ "name": "isRectDifferent",
3414
3247
  "privacy": "private",
3248
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3415
3249
  "inheritedFrom": {
3416
3250
  "name": "AnchoredRegion",
3417
3251
  "module": "src/anchored-region/anchored-region.ts"
@@ -3419,11 +3253,9 @@
3419
3253
  },
3420
3254
  {
3421
3255
  "kind": "field",
3422
- "name": "regionRect",
3423
- "type": {
3424
- "text": "ClientRect | DOMRect | undefined"
3425
- },
3256
+ "name": "handleResize",
3426
3257
  "privacy": "private",
3258
+ "description": "Handle resize events",
3427
3259
  "inheritedFrom": {
3428
3260
  "name": "AnchoredRegion",
3429
3261
  "module": "src/anchored-region/anchored-region.ts"
@@ -3431,13 +3263,9 @@
3431
3263
  },
3432
3264
  {
3433
3265
  "kind": "field",
3434
- "name": "baseHorizontalOffset",
3435
- "type": {
3436
- "text": "number"
3437
- },
3266
+ "name": "reset",
3438
3267
  "privacy": "private",
3439
- "default": "0",
3440
- "description": "base offsets between the positioner's base position and the anchor's",
3268
+ "description": "resets the component",
3441
3269
  "inheritedFrom": {
3442
3270
  "name": "AnchoredRegion",
3443
3271
  "module": "src/anchored-region/anchored-region.ts"
@@ -3445,12 +3273,9 @@
3445
3273
  },
3446
3274
  {
3447
3275
  "kind": "field",
3448
- "name": "baseVerticalOffset",
3449
- "type": {
3450
- "text": "number"
3451
- },
3276
+ "name": "updateLayout",
3452
3277
  "privacy": "private",
3453
- "default": "0",
3278
+ "description": "Recalculate layout related state values",
3454
3279
  "inheritedFrom": {
3455
3280
  "name": "AnchoredRegion",
3456
3281
  "module": "src/anchored-region/anchored-region.ts"
@@ -3458,12 +3283,9 @@
3458
3283
  },
3459
3284
  {
3460
3285
  "kind": "field",
3461
- "name": "pendingPositioningUpdate",
3462
- "type": {
3463
- "text": "boolean"
3464
- },
3286
+ "name": "updateRegionStyle",
3465
3287
  "privacy": "private",
3466
- "default": "false",
3288
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3467
3289
  "inheritedFrom": {
3468
3290
  "name": "AnchoredRegion",
3469
3291
  "module": "src/anchored-region/anchored-region.ts"
@@ -3471,12 +3293,9 @@
3471
3293
  },
3472
3294
  {
3473
3295
  "kind": "field",
3474
- "name": "pendingReset",
3475
- "type": {
3476
- "text": "boolean"
3477
- },
3296
+ "name": "updatePositionClasses",
3478
3297
  "privacy": "private",
3479
- "default": "false",
3298
+ "description": "Updates the css classes that reflect the current position of the element",
3480
3299
  "inheritedFrom": {
3481
3300
  "name": "AnchoredRegion",
3482
3301
  "module": "src/anchored-region/anchored-region.ts"
@@ -3484,11 +3303,9 @@
3484
3303
  },
3485
3304
  {
3486
3305
  "kind": "field",
3487
- "name": "currentDirection",
3488
- "type": {
3489
- "text": "Direction"
3490
- },
3306
+ "name": "setHorizontalPosition",
3491
3307
  "privacy": "private",
3308
+ "description": "Get horizontal positioning state based on desired position",
3492
3309
  "inheritedFrom": {
3493
3310
  "name": "AnchoredRegion",
3494
3311
  "module": "src/anchored-region/anchored-region.ts"
@@ -3496,12 +3313,9 @@
3496
3313
  },
3497
3314
  {
3498
3315
  "kind": "field",
3499
- "name": "regionVisible",
3500
- "type": {
3501
- "text": "boolean"
3502
- },
3316
+ "name": "setVerticalPosition",
3503
3317
  "privacy": "private",
3504
- "default": "false",
3318
+ "description": "Set vertical positioning state based on desired position",
3505
3319
  "inheritedFrom": {
3506
3320
  "name": "AnchoredRegion",
3507
3321
  "module": "src/anchored-region/anchored-region.ts"
@@ -3509,12 +3323,9 @@
3509
3323
  },
3510
3324
  {
3511
3325
  "kind": "field",
3512
- "name": "forceUpdate",
3513
- "type": {
3514
- "text": "boolean"
3515
- },
3326
+ "name": "getPositioningOptions",
3516
3327
  "privacy": "private",
3517
- "default": "false",
3328
+ "description": "Get available positions based on positioning mode",
3518
3329
  "inheritedFrom": {
3519
3330
  "name": "AnchoredRegion",
3520
3331
  "module": "src/anchored-region/anchored-region.ts"
@@ -3522,12 +3333,9 @@
3522
3333
  },
3523
3334
  {
3524
3335
  "kind": "field",
3525
- "name": "updateThreshold",
3526
- "type": {
3527
- "text": "number"
3528
- },
3336
+ "name": "getAvailableSpace",
3529
3337
  "privacy": "private",
3530
- "default": "0.5",
3338
+ "description": "Get the space available for a particular relative position",
3531
3339
  "inheritedFrom": {
3532
3340
  "name": "AnchoredRegion",
3533
3341
  "module": "src/anchored-region/anchored-region.ts"
@@ -3535,13 +3343,9 @@
3535
3343
  },
3536
3344
  {
3537
3345
  "kind": "field",
3538
- "name": "intersectionService",
3539
- "type": {
3540
- "text": "IntersectionService"
3541
- },
3346
+ "name": "getNextRegionDimension",
3542
3347
  "privacy": "private",
3543
- "static": true,
3544
- "default": "new IntersectionService()",
3348
+ "description": "Get region dimensions",
3545
3349
  "inheritedFrom": {
3546
3350
  "name": "AnchoredRegion",
3547
3351
  "module": "src/anchored-region/anchored-region.ts"
@@ -3549,54 +3353,58 @@
3549
3353
  },
3550
3354
  {
3551
3355
  "kind": "field",
3552
- "name": "update",
3553
- "privacy": "public",
3554
- "description": "update position",
3356
+ "name": "startAutoUpdateEventListeners",
3357
+ "privacy": "private",
3358
+ "description": "starts event listeners that can trigger auto updating",
3555
3359
  "inheritedFrom": {
3556
3360
  "name": "AnchoredRegion",
3557
3361
  "module": "src/anchored-region/anchored-region.ts"
3558
3362
  }
3559
3363
  },
3560
3364
  {
3561
- "kind": "method",
3562
- "name": "disconnectResizeDetector",
3365
+ "kind": "field",
3366
+ "name": "stopAutoUpdateEventListeners",
3563
3367
  "privacy": "private",
3564
- "return": {
3565
- "type": {
3566
- "text": "void"
3567
- }
3568
- },
3569
- "description": "destroys the instance's resize observer",
3368
+ "description": "stops event listeners that can trigger auto updating",
3570
3369
  "inheritedFrom": {
3571
3370
  "name": "AnchoredRegion",
3572
3371
  "module": "src/anchored-region/anchored-region.ts"
3573
3372
  }
3574
3373
  },
3575
3374
  {
3576
- "kind": "method",
3577
- "name": "initializeResizeDetector",
3375
+ "kind": "field",
3376
+ "name": "_presentation",
3377
+ "type": {
3378
+ "text": "ComponentPresentation | null | undefined"
3379
+ },
3578
3380
  "privacy": "private",
3579
- "return": {
3580
- "type": {
3581
- "text": "void"
3582
- }
3381
+ "default": "void 0",
3382
+ "inheritedFrom": {
3383
+ "name": "AnchoredRegion",
3384
+ "module": "src/anchored-region/anchored-region.ts"
3385
+ }
3386
+ },
3387
+ {
3388
+ "kind": "field",
3389
+ "name": "$presentation",
3390
+ "type": {
3391
+ "text": "ComponentPresentation | null"
3583
3392
  },
3584
- "description": "initializes the instance's resize observer",
3393
+ "privacy": "public",
3394
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3585
3395
  "inheritedFrom": {
3586
3396
  "name": "AnchoredRegion",
3587
3397
  "module": "src/anchored-region/anchored-region.ts"
3588
3398
  }
3589
3399
  },
3590
3400
  {
3591
- "kind": "method",
3592
- "name": "updateForAttributeChange",
3593
- "privacy": "private",
3594
- "return": {
3595
- "type": {
3596
- "text": "void"
3597
- }
3401
+ "kind": "field",
3402
+ "name": "template",
3403
+ "type": {
3404
+ "text": "ElementViewTemplate | void | null"
3598
3405
  },
3599
- "description": "react to attribute changes that don't require a reset",
3406
+ "privacy": "public",
3407
+ "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.",
3600
3408
  "inheritedFrom": {
3601
3409
  "name": "AnchoredRegion",
3602
3410
  "module": "src/anchored-region/anchored-region.ts"
@@ -3604,14 +3412,26 @@
3604
3412
  },
3605
3413
  {
3606
3414
  "kind": "method",
3607
- "name": "initialize",
3608
- "privacy": "private",
3415
+ "name": "templateChanged",
3416
+ "privacy": "protected",
3609
3417
  "return": {
3610
3418
  "type": {
3611
3419
  "text": "void"
3612
3420
  }
3613
3421
  },
3614
- "description": "fully initializes the component",
3422
+ "inheritedFrom": {
3423
+ "name": "AnchoredRegion",
3424
+ "module": "src/anchored-region/anchored-region.ts"
3425
+ }
3426
+ },
3427
+ {
3428
+ "kind": "field",
3429
+ "name": "styles",
3430
+ "type": {
3431
+ "text": "ElementStyles | void | null"
3432
+ },
3433
+ "privacy": "public",
3434
+ "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.",
3615
3435
  "inheritedFrom": {
3616
3436
  "name": "AnchoredRegion",
3617
3437
  "module": "src/anchored-region/anchored-region.ts"
@@ -3619,14 +3439,13 @@
3619
3439
  },
3620
3440
  {
3621
3441
  "kind": "method",
3622
- "name": "requestReset",
3623
- "privacy": "private",
3442
+ "name": "stylesChanged",
3443
+ "privacy": "protected",
3624
3444
  "return": {
3625
3445
  "type": {
3626
3446
  "text": "void"
3627
3447
  }
3628
3448
  },
3629
- "description": "Request a reset if there are currently no open requests",
3630
3449
  "inheritedFrom": {
3631
3450
  "name": "AnchoredRegion",
3632
3451
  "module": "src/anchored-region/anchored-region.ts"
@@ -3634,227 +3453,426 @@
3634
3453
  },
3635
3454
  {
3636
3455
  "kind": "method",
3637
- "name": "setInitialState",
3638
- "privacy": "private",
3456
+ "name": "compose",
3457
+ "privacy": "public",
3458
+ "static": true,
3639
3459
  "return": {
3640
3460
  "type": {
3641
- "text": "void"
3461
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3642
3462
  }
3643
3463
  },
3644
- "description": "sets the starting configuration for component internal values",
3464
+ "parameters": [
3465
+ {
3466
+ "name": "this",
3467
+ "type": {
3468
+ "text": "K"
3469
+ }
3470
+ },
3471
+ {
3472
+ "name": "elementDefinition",
3473
+ "type": {
3474
+ "text": "T"
3475
+ },
3476
+ "description": "The definition of the element to create the registry\nfunction for."
3477
+ }
3478
+ ],
3479
+ "description": "Defines an element registry function with a set of element definition defaults.",
3645
3480
  "inheritedFrom": {
3646
3481
  "name": "AnchoredRegion",
3647
3482
  "module": "src/anchored-region/anchored-region.ts"
3648
3483
  }
3649
- },
3484
+ }
3485
+ ],
3486
+ "events": [
3650
3487
  {
3651
- "kind": "field",
3652
- "name": "startObservers",
3653
- "privacy": "private",
3654
- "description": "starts observers",
3488
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3489
+ "name": "loaded",
3655
3490
  "inheritedFrom": {
3656
3491
  "name": "AnchoredRegion",
3657
3492
  "module": "src/anchored-region/anchored-region.ts"
3658
3493
  }
3659
3494
  },
3660
3495
  {
3661
- "kind": "field",
3662
- "name": "requestPositionUpdates",
3663
- "privacy": "private",
3664
- "description": "get position updates",
3496
+ "description": "Fires a custom 'positionchange' event when the position has changed",
3497
+ "name": "positionchange",
3665
3498
  "inheritedFrom": {
3666
3499
  "name": "AnchoredRegion",
3667
3500
  "module": "src/anchored-region/anchored-region.ts"
3668
3501
  }
3502
+ }
3503
+ ]
3504
+ },
3505
+ {
3506
+ "kind": "variable",
3507
+ "name": "zeroAnchoredRegion"
3508
+ }
3509
+ ],
3510
+ "exports": [
3511
+ {
3512
+ "kind": "js",
3513
+ "name": "AnchoredRegion",
3514
+ "declaration": {
3515
+ "name": "AnchoredRegion",
3516
+ "module": "src/anchored-region/anchored-region.ts"
3517
+ }
3518
+ },
3519
+ {
3520
+ "kind": "js",
3521
+ "name": "zeroAnchoredRegion",
3522
+ "declaration": {
3523
+ "name": "zeroAnchoredRegion",
3524
+ "module": "src/anchored-region/anchored-region.ts"
3525
+ }
3526
+ }
3527
+ ]
3528
+ },
3529
+ {
3530
+ "kind": "javascript-module",
3531
+ "path": "src/anchored-region/index.ts",
3532
+ "declarations": [],
3533
+ "exports": [
3534
+ {
3535
+ "kind": "js",
3536
+ "name": "*",
3537
+ "declaration": {
3538
+ "name": "*",
3539
+ "package": "./anchored-region"
3540
+ }
3541
+ },
3542
+ {
3543
+ "kind": "js",
3544
+ "name": "*",
3545
+ "declaration": {
3546
+ "name": "*",
3547
+ "package": "./anchored-region.styles"
3548
+ }
3549
+ },
3550
+ {
3551
+ "kind": "js",
3552
+ "name": "*",
3553
+ "declaration": {
3554
+ "name": "*",
3555
+ "package": "./anchored-region.template"
3556
+ }
3557
+ }
3558
+ ]
3559
+ },
3560
+ {
3561
+ "kind": "javascript-module",
3562
+ "path": "src/anchor/anchor.styles.ts",
3563
+ "declarations": [
3564
+ {
3565
+ "kind": "function",
3566
+ "name": "zeroAnchorStyles",
3567
+ "return": {
3568
+ "type": {
3569
+ "text": "ElementStyles"
3570
+ }
3571
+ },
3572
+ "parameters": [
3573
+ {
3574
+ "name": "context",
3575
+ "type": {
3576
+ "text": "ElementDefinitionContext"
3577
+ }
3669
3578
  },
3670
3579
  {
3671
- "kind": "field",
3672
- "name": "stopObservers",
3673
- "privacy": "private",
3674
- "description": "stops observers",
3675
- "inheritedFrom": {
3676
- "name": "AnchoredRegion",
3677
- "module": "src/anchored-region/anchored-region.ts"
3580
+ "name": "definition",
3581
+ "type": {
3582
+ "text": "FoundationElementDefinition"
3583
+ }
3584
+ }
3585
+ ]
3586
+ }
3587
+ ],
3588
+ "exports": [
3589
+ {
3590
+ "kind": "js",
3591
+ "name": "zeroAnchorStyles",
3592
+ "declaration": {
3593
+ "name": "zeroAnchorStyles",
3594
+ "module": "src/anchor/anchor.styles.ts"
3595
+ }
3596
+ }
3597
+ ]
3598
+ },
3599
+ {
3600
+ "kind": "javascript-module",
3601
+ "path": "src/anchor/anchor.template.ts",
3602
+ "declarations": [
3603
+ {
3604
+ "kind": "function",
3605
+ "name": "zeroAnchorTemplate",
3606
+ "return": {
3607
+ "type": {
3608
+ "text": "ViewTemplate<Anchor>"
3609
+ }
3610
+ },
3611
+ "parameters": [
3612
+ {
3613
+ "name": "context",
3614
+ "type": {
3615
+ "text": "ElementDefinitionContext"
3678
3616
  }
3679
3617
  },
3680
3618
  {
3681
- "kind": "field",
3682
- "name": "getViewport",
3683
- "privacy": "private",
3684
- "description": "Gets the viewport element by id, or defaults to document root",
3619
+ "name": "definition",
3620
+ "type": {
3621
+ "text": "FoundationElementDefinition"
3622
+ }
3623
+ }
3624
+ ]
3625
+ }
3626
+ ],
3627
+ "exports": [
3628
+ {
3629
+ "kind": "js",
3630
+ "name": "zeroAnchorTemplate",
3631
+ "declaration": {
3632
+ "name": "zeroAnchorTemplate",
3633
+ "module": "src/anchor/anchor.template.ts"
3634
+ }
3635
+ }
3636
+ ]
3637
+ },
3638
+ {
3639
+ "kind": "javascript-module",
3640
+ "path": "src/anchor/anchor.ts",
3641
+ "declarations": [
3642
+ {
3643
+ "kind": "class",
3644
+ "description": "",
3645
+ "name": "Anchor",
3646
+ "superclass": {
3647
+ "name": "FoundationAnchor",
3648
+ "package": "@genesislcap/foundation-ui"
3649
+ },
3650
+ "tagName": "%%prefix%%-anchor",
3651
+ "customElement": true,
3652
+ "attributes": [
3653
+ {
3654
+ "name": "download",
3655
+ "type": {
3656
+ "text": "string"
3657
+ },
3658
+ "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.",
3659
+ "fieldName": "download",
3685
3660
  "inheritedFrom": {
3686
- "name": "AnchoredRegion",
3687
- "module": "src/anchored-region/anchored-region.ts"
3661
+ "name": "Anchor",
3662
+ "module": "src/anchor/anchor.ts"
3688
3663
  }
3689
3664
  },
3690
3665
  {
3691
- "kind": "field",
3692
- "name": "getAnchor",
3693
- "privacy": "private",
3694
- "description": "Gets the anchor element by id",
3666
+ "name": "href",
3667
+ "type": {
3668
+ "text": "string"
3669
+ },
3670
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3671
+ "fieldName": "href",
3695
3672
  "inheritedFrom": {
3696
- "name": "AnchoredRegion",
3697
- "module": "src/anchored-region/anchored-region.ts"
3673
+ "name": "Anchor",
3674
+ "module": "src/anchor/anchor.ts"
3698
3675
  }
3699
3676
  },
3700
3677
  {
3701
- "kind": "field",
3702
- "name": "handleIntersection",
3703
- "privacy": "private",
3704
- "description": "Handle intersections",
3678
+ "name": "hreflang",
3679
+ "type": {
3680
+ "text": "string"
3681
+ },
3682
+ "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.",
3683
+ "fieldName": "hreflang",
3705
3684
  "inheritedFrom": {
3706
- "name": "AnchoredRegion",
3707
- "module": "src/anchored-region/anchored-region.ts"
3685
+ "name": "Anchor",
3686
+ "module": "src/anchor/anchor.ts"
3708
3687
  }
3709
3688
  },
3710
3689
  {
3711
- "kind": "field",
3712
- "name": "applyIntersectionEntries",
3713
- "privacy": "private",
3714
- "description": "iterate through intersection entries and apply data",
3715
- "inheritedFrom": {
3716
- "name": "AnchoredRegion",
3717
- "module": "src/anchored-region/anchored-region.ts"
3690
+ "name": "ping",
3691
+ "type": {
3692
+ "text": "string"
3693
+ },
3694
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3695
+ "fieldName": "ping",
3696
+ "inheritedFrom": {
3697
+ "name": "Anchor",
3698
+ "module": "src/anchor/anchor.ts"
3718
3699
  }
3719
3700
  },
3720
3701
  {
3721
- "kind": "field",
3722
- "name": "updateRegionOffset",
3723
- "privacy": "private",
3724
- "description": "Update the offset values",
3702
+ "name": "referrerpolicy",
3703
+ "type": {
3704
+ "text": "string"
3705
+ },
3706
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3707
+ "fieldName": "referrerpolicy",
3725
3708
  "inheritedFrom": {
3726
- "name": "AnchoredRegion",
3727
- "module": "src/anchored-region/anchored-region.ts"
3709
+ "name": "Anchor",
3710
+ "module": "src/anchor/anchor.ts"
3728
3711
  }
3729
3712
  },
3730
3713
  {
3731
- "kind": "field",
3732
- "name": "isRectDifferent",
3733
- "privacy": "private",
3734
- "description": "compare rects to see if there is enough change to justify a DOM update",
3714
+ "name": "rel",
3715
+ "type": {
3716
+ "text": "string"
3717
+ },
3718
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3719
+ "fieldName": "rel",
3735
3720
  "inheritedFrom": {
3736
- "name": "AnchoredRegion",
3737
- "module": "src/anchored-region/anchored-region.ts"
3721
+ "name": "Anchor",
3722
+ "module": "src/anchor/anchor.ts"
3738
3723
  }
3739
3724
  },
3740
3725
  {
3741
- "kind": "field",
3742
- "name": "handleResize",
3743
- "privacy": "private",
3744
- "description": "Handle resize events",
3726
+ "name": "target",
3727
+ "type": {
3728
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3729
+ },
3730
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3731
+ "fieldName": "target",
3745
3732
  "inheritedFrom": {
3746
- "name": "AnchoredRegion",
3747
- "module": "src/anchored-region/anchored-region.ts"
3733
+ "name": "Anchor",
3734
+ "module": "src/anchor/anchor.ts"
3748
3735
  }
3749
3736
  },
3750
3737
  {
3751
- "kind": "field",
3752
- "name": "reset",
3753
- "privacy": "private",
3754
- "description": "resets the component",
3738
+ "name": "type",
3739
+ "type": {
3740
+ "text": "string"
3741
+ },
3742
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3743
+ "fieldName": "type",
3755
3744
  "inheritedFrom": {
3756
- "name": "AnchoredRegion",
3757
- "module": "src/anchored-region/anchored-region.ts"
3745
+ "name": "Anchor",
3746
+ "module": "src/anchor/anchor.ts"
3758
3747
  }
3759
- },
3748
+ }
3749
+ ],
3750
+ "members": [
3760
3751
  {
3761
3752
  "kind": "field",
3762
- "name": "updateLayout",
3763
- "privacy": "private",
3764
- "description": "Recalculate layout related state values",
3753
+ "name": "download",
3754
+ "type": {
3755
+ "text": "string"
3756
+ },
3757
+ "privacy": "public",
3758
+ "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.",
3765
3759
  "inheritedFrom": {
3766
- "name": "AnchoredRegion",
3767
- "module": "src/anchored-region/anchored-region.ts"
3760
+ "name": "Anchor",
3761
+ "module": "src/anchor/anchor.ts"
3768
3762
  }
3769
3763
  },
3770
3764
  {
3771
3765
  "kind": "field",
3772
- "name": "updateRegionStyle",
3773
- "privacy": "private",
3774
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3766
+ "name": "href",
3767
+ "type": {
3768
+ "text": "string"
3769
+ },
3770
+ "privacy": "public",
3771
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3775
3772
  "inheritedFrom": {
3776
- "name": "AnchoredRegion",
3777
- "module": "src/anchored-region/anchored-region.ts"
3773
+ "name": "Anchor",
3774
+ "module": "src/anchor/anchor.ts"
3778
3775
  }
3779
3776
  },
3780
3777
  {
3781
3778
  "kind": "field",
3782
- "name": "updatePositionClasses",
3783
- "privacy": "private",
3784
- "description": "Updates the css classes that reflect the current position of the element",
3779
+ "name": "hreflang",
3780
+ "type": {
3781
+ "text": "string"
3782
+ },
3783
+ "privacy": "public",
3784
+ "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.",
3785
3785
  "inheritedFrom": {
3786
- "name": "AnchoredRegion",
3787
- "module": "src/anchored-region/anchored-region.ts"
3786
+ "name": "Anchor",
3787
+ "module": "src/anchor/anchor.ts"
3788
3788
  }
3789
3789
  },
3790
3790
  {
3791
3791
  "kind": "field",
3792
- "name": "setHorizontalPosition",
3793
- "privacy": "private",
3794
- "description": "Get horizontal positioning state based on desired position",
3792
+ "name": "ping",
3793
+ "type": {
3794
+ "text": "string"
3795
+ },
3796
+ "privacy": "public",
3797
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3795
3798
  "inheritedFrom": {
3796
- "name": "AnchoredRegion",
3797
- "module": "src/anchored-region/anchored-region.ts"
3799
+ "name": "Anchor",
3800
+ "module": "src/anchor/anchor.ts"
3798
3801
  }
3799
3802
  },
3800
3803
  {
3801
3804
  "kind": "field",
3802
- "name": "setVerticalPosition",
3803
- "privacy": "private",
3804
- "description": "Set vertical positioning state based on desired position",
3805
+ "name": "referrerpolicy",
3806
+ "type": {
3807
+ "text": "string"
3808
+ },
3809
+ "privacy": "public",
3810
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3805
3811
  "inheritedFrom": {
3806
- "name": "AnchoredRegion",
3807
- "module": "src/anchored-region/anchored-region.ts"
3812
+ "name": "Anchor",
3813
+ "module": "src/anchor/anchor.ts"
3808
3814
  }
3809
3815
  },
3810
3816
  {
3811
3817
  "kind": "field",
3812
- "name": "getPositioningOptions",
3813
- "privacy": "private",
3814
- "description": "Get available positions based on positioning mode",
3818
+ "name": "rel",
3819
+ "type": {
3820
+ "text": "string"
3821
+ },
3822
+ "privacy": "public",
3823
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3815
3824
  "inheritedFrom": {
3816
- "name": "AnchoredRegion",
3817
- "module": "src/anchored-region/anchored-region.ts"
3825
+ "name": "Anchor",
3826
+ "module": "src/anchor/anchor.ts"
3818
3827
  }
3819
3828
  },
3820
3829
  {
3821
3830
  "kind": "field",
3822
- "name": "getAvailableSpace",
3823
- "privacy": "private",
3824
- "description": "Get the space available for a particular relative position",
3831
+ "name": "target",
3832
+ "type": {
3833
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3834
+ },
3835
+ "privacy": "public",
3836
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3825
3837
  "inheritedFrom": {
3826
- "name": "AnchoredRegion",
3827
- "module": "src/anchored-region/anchored-region.ts"
3838
+ "name": "Anchor",
3839
+ "module": "src/anchor/anchor.ts"
3828
3840
  }
3829
3841
  },
3830
3842
  {
3831
3843
  "kind": "field",
3832
- "name": "getNextRegionDimension",
3833
- "privacy": "private",
3834
- "description": "Get region dimensions",
3844
+ "name": "type",
3845
+ "type": {
3846
+ "text": "string"
3847
+ },
3848
+ "privacy": "public",
3849
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3835
3850
  "inheritedFrom": {
3836
- "name": "AnchoredRegion",
3837
- "module": "src/anchored-region/anchored-region.ts"
3851
+ "name": "Anchor",
3852
+ "module": "src/anchor/anchor.ts"
3838
3853
  }
3839
3854
  },
3840
3855
  {
3841
3856
  "kind": "field",
3842
- "name": "startAutoUpdateEventListeners",
3843
- "privacy": "private",
3844
- "description": "starts event listeners that can trigger auto updating",
3857
+ "name": "control",
3858
+ "type": {
3859
+ "text": "HTMLAnchorElement | undefined"
3860
+ },
3861
+ "privacy": "public",
3862
+ "description": "References the root element",
3845
3863
  "inheritedFrom": {
3846
- "name": "AnchoredRegion",
3847
- "module": "src/anchored-region/anchored-region.ts"
3864
+ "name": "Anchor",
3865
+ "module": "src/anchor/anchor.ts"
3848
3866
  }
3849
3867
  },
3850
3868
  {
3851
3869
  "kind": "field",
3852
- "name": "stopAutoUpdateEventListeners",
3870
+ "name": "handleUnsupportedDelegatesFocus",
3853
3871
  "privacy": "private",
3854
- "description": "stops event listeners that can trigger auto updating",
3872
+ "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",
3855
3873
  "inheritedFrom": {
3856
- "name": "AnchoredRegion",
3857
- "module": "src/anchored-region/anchored-region.ts"
3874
+ "name": "Anchor",
3875
+ "module": "src/anchor/anchor.ts"
3858
3876
  }
3859
3877
  },
3860
3878
  {
@@ -3866,8 +3884,8 @@
3866
3884
  "privacy": "private",
3867
3885
  "default": "void 0",
3868
3886
  "inheritedFrom": {
3869
- "name": "AnchoredRegion",
3870
- "module": "src/anchored-region/anchored-region.ts"
3887
+ "name": "Anchor",
3888
+ "module": "src/anchor/anchor.ts"
3871
3889
  }
3872
3890
  },
3873
3891
  {
@@ -3879,8 +3897,8 @@
3879
3897
  "privacy": "public",
3880
3898
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3881
3899
  "inheritedFrom": {
3882
- "name": "AnchoredRegion",
3883
- "module": "src/anchored-region/anchored-region.ts"
3900
+ "name": "Anchor",
3901
+ "module": "src/anchor/anchor.ts"
3884
3902
  }
3885
3903
  },
3886
3904
  {
@@ -3892,8 +3910,8 @@
3892
3910
  "privacy": "public",
3893
3911
  "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.",
3894
3912
  "inheritedFrom": {
3895
- "name": "AnchoredRegion",
3896
- "module": "src/anchored-region/anchored-region.ts"
3913
+ "name": "Anchor",
3914
+ "module": "src/anchor/anchor.ts"
3897
3915
  }
3898
3916
  },
3899
3917
  {
@@ -3906,8 +3924,8 @@
3906
3924
  }
3907
3925
  },
3908
3926
  "inheritedFrom": {
3909
- "name": "AnchoredRegion",
3910
- "module": "src/anchored-region/anchored-region.ts"
3927
+ "name": "Anchor",
3928
+ "module": "src/anchor/anchor.ts"
3911
3929
  }
3912
3930
  },
3913
3931
  {
@@ -3919,8 +3937,8 @@
3919
3937
  "privacy": "public",
3920
3938
  "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.",
3921
3939
  "inheritedFrom": {
3922
- "name": "AnchoredRegion",
3923
- "module": "src/anchored-region/anchored-region.ts"
3940
+ "name": "Anchor",
3941
+ "module": "src/anchor/anchor.ts"
3924
3942
  }
3925
3943
  },
3926
3944
  {
@@ -3933,8 +3951,8 @@
3933
3951
  }
3934
3952
  },
3935
3953
  "inheritedFrom": {
3936
- "name": "AnchoredRegion",
3937
- "module": "src/anchored-region/anchored-region.ts"
3954
+ "name": "Anchor",
3955
+ "module": "src/anchor/anchor.ts"
3938
3956
  }
3939
3957
  },
3940
3958
  {
@@ -3964,57 +3982,39 @@
3964
3982
  ],
3965
3983
  "description": "Defines an element registry function with a set of element definition defaults.",
3966
3984
  "inheritedFrom": {
3967
- "name": "AnchoredRegion",
3968
- "module": "src/anchored-region/anchored-region.ts"
3969
- }
3970
- }
3971
- ],
3972
- "events": [
3973
- {
3974
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3975
- "name": "loaded",
3976
- "inheritedFrom": {
3977
- "name": "AnchoredRegion",
3978
- "module": "src/anchored-region/anchored-region.ts"
3979
- }
3980
- },
3981
- {
3982
- "description": "Fires a custom 'positionchange' event when the position has changed",
3983
- "name": "positionchange",
3984
- "inheritedFrom": {
3985
- "name": "AnchoredRegion",
3986
- "module": "src/anchored-region/anchored-region.ts"
3985
+ "name": "Anchor",
3986
+ "module": "src/anchor/anchor.ts"
3987
3987
  }
3988
3988
  }
3989
3989
  ]
3990
3990
  },
3991
3991
  {
3992
3992
  "kind": "variable",
3993
- "name": "zeroAnchoredRegion"
3993
+ "name": "zeroAnchor"
3994
3994
  }
3995
3995
  ],
3996
3996
  "exports": [
3997
3997
  {
3998
3998
  "kind": "js",
3999
- "name": "AnchoredRegion",
3999
+ "name": "Anchor",
4000
4000
  "declaration": {
4001
- "name": "AnchoredRegion",
4002
- "module": "src/anchored-region/anchored-region.ts"
4001
+ "name": "Anchor",
4002
+ "module": "src/anchor/anchor.ts"
4003
4003
  }
4004
4004
  },
4005
4005
  {
4006
4006
  "kind": "js",
4007
- "name": "zeroAnchoredRegion",
4007
+ "name": "zeroAnchor",
4008
4008
  "declaration": {
4009
- "name": "zeroAnchoredRegion",
4010
- "module": "src/anchored-region/anchored-region.ts"
4009
+ "name": "zeroAnchor",
4010
+ "module": "src/anchor/anchor.ts"
4011
4011
  }
4012
4012
  }
4013
4013
  ]
4014
4014
  },
4015
4015
  {
4016
4016
  "kind": "javascript-module",
4017
- "path": "src/anchored-region/index.ts",
4017
+ "path": "src/anchor/index.ts",
4018
4018
  "declarations": [],
4019
4019
  "exports": [
4020
4020
  {
@@ -4022,7 +4022,7 @@
4022
4022
  "name": "*",
4023
4023
  "declaration": {
4024
4024
  "name": "*",
4025
- "package": "./anchored-region"
4025
+ "package": "./anchor"
4026
4026
  }
4027
4027
  },
4028
4028
  {
@@ -4030,7 +4030,7 @@
4030
4030
  "name": "*",
4031
4031
  "declaration": {
4032
4032
  "name": "*",
4033
- "package": "./anchored-region.styles"
4033
+ "package": "./anchor.styles"
4034
4034
  }
4035
4035
  },
4036
4036
  {
@@ -4038,7 +4038,7 @@
4038
4038
  "name": "*",
4039
4039
  "declaration": {
4040
4040
  "name": "*",
4041
- "package": "./anchored-region.template"
4041
+ "package": "./anchor.template"
4042
4042
  }
4043
4043
  }
4044
4044
  ]