@arcgis/lumina 4.34.0-next.110 → 4.34.0-next.112

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.
@@ -1,5 +1,5 @@
1
1
  import { LuminaPropertyDeclaration } from './controllers/types';
2
- export { state } from '@lit/reactive-element/decorators/state.js';
2
+ export { state } from 'lit/decorators/state.js';
3
3
  /**
4
4
  * A class field or accessor decorator which creates a reactive property that
5
5
  * reflects a corresponding attribute value. When a decorated property is set
package/dist/index.js CHANGED
@@ -1,21 +1,20 @@
1
1
  import { G as GenericController, p as propertyTrackResolve } from "./Controller-ftAEcdmI.js";
2
2
  import { c } from "./Controller-ftAEcdmI.js";
3
- import { state } from "@lit/reactive-element/decorators/state.js";
4
- import { property as property$1 } from "@lit/reactive-element/decorators/property.js";
3
+ import { state } from "lit/decorators/state.js";
4
+ import { property as property$1 } from "lit/decorators/property.js";
5
5
  import { e as emptyFunction, n as noShadowRoot, a as attachToAncestor } from "./lazyLoad-B6Te7FRR.js";
6
6
  import { d, m } from "./lazyLoad-B6Te7FRR.js";
7
7
  import { isEsriInternalEnv, safeCall, safeAsyncCall } from "@arcgis/toolkit/error";
8
8
  import { camelToKebab } from "@arcgis/toolkit/string";
9
9
  import { devToolsAwareTimeout, Deferred } from "@arcgis/toolkit/promise";
10
- import { nothing as nothing$1, LitElement as LitElement$1, isServer, notEqual, noChange as noChange$1 } from "lit";
10
+ import { nothing as nothing$1, LitElement as LitElement$1, isServer, notEqual, noChange as noChange$1, render } from "lit";
11
11
  import { s as setAmbientComponent, c as controllerSymbol, a as shouldBypassReadOnly } from "./ControllerInternals-CWQrfEA8.js";
12
12
  import { propertyFlagAttribute, propertyFlagNoAccessor, propertyFlagReadOnly, propertyFlagState, propertyFlagBoolean, propertyFlagNumber, propertyFlagReflect } from "./config.js";
13
- import { classMap } from "lit-html/directives/class-map.js";
13
+ import { classMap } from "lit/directives/class-map.js";
14
14
  import { styleMap } from "lit/directives/style-map.js";
15
- import { directive as directive$1, Directive } from "lit-html/directive.js";
16
- import { live as live$1 } from "lit-html/directives/live.js";
15
+ import { directive as directive$1, Directive } from "lit/directive.js";
16
+ import { live as live$1 } from "lit/directives/live.js";
17
17
  import { ref } from "lit/directives/ref.js";
18
- import { nothing as nothing$2, noChange as noChange$2, render } from "lit-html";
19
18
  const property = property$1;
20
19
  const method = void 0;
21
20
  class ControllerManager extends GenericController {
@@ -609,8 +608,8 @@ class StabilizedRef extends Directive {
609
608
  const stabilizedRef = directive$1(StabilizedRef);
610
609
  const directive = directive$1;
611
610
  const live = live$1;
612
- const nothing = nothing$2;
613
- const noChange = noChange$2;
611
+ const nothing = nothing$1;
612
+ const noChange = noChange$1;
614
613
  function setAttribute(element, attributeName, value) {
615
614
  if (value == null) {
616
615
  element.removeAttribute(attributeName);
@@ -1,5 +1,5 @@
1
- import { DirectiveResult } from 'lit-html/directive.js';
2
- import { Ref } from 'lit-html/directives/ref.js';
1
+ import { DirectiveResult } from 'lit/directive.js';
2
+ import { Ref } from 'lit/directives/ref.js';
3
3
  export type EventHandlerUnion<T, E extends Event> = (e: E & {
4
4
  currentTarget: T;
5
5
  target: Element;
@@ -1,10 +1,8 @@
1
1
  import { nil } from '@arcgis/toolkit/type';
2
2
  import { Properties as CssProperties } from 'csstype';
3
- import { ClassInfo } from 'lit-html/directives/class-map.js';
4
- import { DirectiveResult } from 'lit/directive.js';
5
- import { ClassMapDirective } from 'lit/directives/class-map.js';
3
+ import { ClassInfo, ClassMapDirective } from 'lit/directives/class-map.js';
4
+ import { DirectiveResult, DirectiveClass, ElementPart, PartInfo, Directive } from 'lit/directive.js';
6
5
  import { StyleMapDirective } from 'lit/directives/style-map.js';
7
- import { DirectiveClass, ElementPart, PartInfo, Directive } from 'lit-html/directive.js';
8
6
  import { noChange } from 'lit';
9
7
  import { CustomAttributes } from './baseTypes';
10
8
  import { RefDirective } from 'lit/directives/ref.js';
@@ -1,5 +1,5 @@
1
- import { TemplateResult } from 'lit-html';
2
- import { DirectiveResult } from 'lit-html/directive.js';
1
+ import { TemplateResult } from 'lit';
2
+ import { DirectiveResult } from 'lit/directive.js';
3
3
  import { HTMLElementTags, HTMLAttributes, GlobalEventHandlersCamelCase, SvgElementTags, DOMAttributes, AriaAttributes } from './generatedTypes';
4
4
  import { CustomAttributes } from './baseTypes';
5
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina",
3
- "version": "4.34.0-next.110",
3
+ "version": "4.34.0-next.112",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "license": "SEE LICENSE IN LICENSE.md",
24
24
  "dependencies": {
25
- "@arcgis/toolkit": "4.34.0-next.110",
25
+ "@arcgis/toolkit": "4.34.0-next.112",
26
26
  "csstype": "^3.1.3",
27
27
  "tslib": "^2.8.1"
28
28
  },