@arcgis/lumina 5.1.0-next.99 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,5 +8,5 @@ It is not intended to be used directly, but rather used as a dependency by other
8
8
 
9
9
  ## License
10
10
 
11
- This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.0/LICENSE.txt.
12
- For third party notices, see https://js.arcgis.com/5.0/third-party-notices.txt.
11
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.1/LICENSE.txt.
12
+ For third party notices, see https://js.arcgis.com/5.1/third-party-notices.txt.
@@ -128,7 +128,7 @@ export declare class LitElement extends OriginalLitElement implements ComponentL
128
128
  */
129
129
  devOnly$PureGetElementInternals?: () => ElementInternals | undefined;
130
130
  /**
131
- * @see [MDN ElementInternals](https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals)
131
+ * @see [MDN ElementInternals](https://developer.mozilla.org/docs/Web/API/ElementInternals)
132
132
  */
133
133
  get elementInternals(): ElementInternals;
134
134
  constructor();
package/dist/index.js CHANGED
@@ -181,7 +181,7 @@ class LitElement extends LitElement$1 {
181
181
  #trackingTarget;
182
182
  #elementInternals;
183
183
  /**
184
- * @see [MDN ElementInternals](https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals)
184
+ * @see [MDN ElementInternals](https://developer.mozilla.org/docs/Web/API/ElementInternals)
185
185
  */
186
186
  get elementInternals() {
187
187
  this.#elementInternals ??= this.el.attachInternals();
@@ -120,9 +120,9 @@ export interface GlobalEventHandlersCamelCase<T = HTMLElement> {
120
120
  onError?: EventHandlerUnion<T, Event>;
121
121
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focus_event) */
122
122
  onFocus?: FocusEventHandlerUnion<T, FocusEvent>;
123
- /** [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/API/Element/focusin_event) */
123
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focusin_event) */
124
124
  onFocusIn?: FocusEventHandlerUnion<T, FocusEvent>;
125
- /** [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/API/Element/focusout_event) */
125
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focusout_event) */
126
126
  onFocusOut?: FocusEventHandlerUnion<T, FocusEvent>;
127
127
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/formdata_event) */
128
128
  onFormData?: EventHandlerUnion<T, FormDataEvent>;
@@ -2731,7 +2731,7 @@ interface SvgTspanAttributes<T> extends SvgTextContentElementAttributes<T>, SvgC
2731
2731
  y?: number | string;
2732
2732
  }
2733
2733
  /**
2734
- * @see https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use
2734
+ * @see https://developer.mozilla.org/docs/Web/SVG/Element/use
2735
2735
  */
2736
2736
  interface SvgUseAttributes<T> extends SvgCoreAttributes<T>, SvgStylableAttributes, SvgConditionalProcessingAttributes, SvgGraphicsElementAttributes<T>, SvgPresentationAttributes, SvgExternalResourceAttributes, SvgTransformableAttributes {
2737
2737
  height?: number | string;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@arcgis/lumina",
3
- "version": "5.1.0-next.99",
3
+ "version": "5.1.0",
4
4
  "description": "Runtime for WebGIS SDK web components",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
- "main": "dist/index.cjs",
8
- "module": "dist/index.js",
9
- "types": "dist/index.d.ts",
7
+ "main": "./dist/index.js",
8
+ "module": "./dist/index.js",
9
+ "types": "./dist/index.d.ts",
10
10
  "exports": {
11
11
  ".": "./dist/index.js",
12
12
  "./config": "./dist/config.js",
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "csstype": "^3.1.3",
34
34
  "tslib": "^2.8.1",
35
- "@arcgis/toolkit": "~5.1.0-next.99"
35
+ "@arcgis/toolkit": "~5.1.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@lit/context": "^1.1.6",