@openremote/or-components 1.8.0-snapshot.20250725120000 → 1.8.0-snapshot.20250725120001

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.
@@ -12,5 +12,5 @@ export declare class OrFileUploader extends LitElement {
12
12
  static get styles(): import("lit").CSSResult;
13
13
  protected firstUpdated(_changedProperties: PropertyValues): void;
14
14
  _onChange(e: any): Promise<void>;
15
- render(): import("lit-html").TemplateResult<1>;
15
+ render(): import("lit").TemplateResult<1>;
16
16
  }
package/lib/or-form.d.ts CHANGED
@@ -5,7 +5,7 @@ import { LitElement, PropertyValues } from "lit";
5
5
  export declare class OrForm extends LitElement {
6
6
  protected formNodes: Node[];
7
7
  protected firstUpdated(_changedProperties: PropertyValues): void;
8
- render(): import("lit-html").TemplateResult<1>;
8
+ render(): import("lit").TemplateResult<1>;
9
9
  checkValidity(): boolean;
10
10
  reportValidity(): boolean;
11
11
  submit(): {
@@ -2,5 +2,5 @@ import { LitElement } from "lit";
2
2
  export declare class OrLoadingIndicator extends LitElement {
3
3
  overlay: boolean;
4
4
  static get styles(): import("lit").CSSResult;
5
- render(): import("lit-html").TemplateResult<1>;
5
+ render(): import("lit").TemplateResult<1>;
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/or-components",
3
- "version": "1.8.0-snapshot.20250725120000",
3
+ "version": "1.8.0-snapshot.20250725120001",
4
4
  "description": "OpenRemote basic UI components",
5
5
  "customElements": "custom-elements.json",
6
6
  "main": "dist/umd/index.bundle.js",
@@ -26,14 +26,14 @@
26
26
  "license": "AGPL-3.0-or-later",
27
27
  "dependencies": {
28
28
  "@material/elevation": "^9.0.0",
29
- "@openremote/core": "1.8.0-snapshot.20250725120000",
30
- "@openremote/or-mwc-components": "1.8.0-snapshot.20250725120000",
29
+ "@openremote/core": "1.8.0-snapshot.20250725120001",
30
+ "@openremote/or-mwc-components": "1.8.0-snapshot.20250725120001",
31
31
  "ace-builds": "^1.41.0",
32
32
  "lit": "^2.0.2",
33
33
  "simplebar": "^5.3.6"
34
34
  },
35
35
  "devDependencies": {
36
- "@openremote/util": "1.8.0-snapshot.20250725120000"
36
+ "@openremote/util": "1.8.0-snapshot.20250725120001"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"