@spectrum-web-components/meter 1.11.1 → 1.11.3-next.20260216102310

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/meter",
3
- "version": "1.11.1",
3
+ "version": "1.11.3-next.20260216102310",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -65,10 +65,10 @@
65
65
  "css"
66
66
  ],
67
67
  "dependencies": {
68
- "@spectrum-web-components/base": "1.11.1",
69
- "@spectrum-web-components/field-label": "1.11.1",
70
- "@spectrum-web-components/reactive-controllers": "1.11.1",
71
- "@spectrum-web-components/shared": "1.11.1"
68
+ "@spectrum-web-components/base": "1.11.3-next.20260216102310",
69
+ "@spectrum-web-components/field-label": "1.11.3-next.20260216102310",
70
+ "@spectrum-web-components/reactive-controllers": "1.11.3-next.20260216102310",
71
+ "@spectrum-web-components/shared": "1.11.3-next.20260216102310"
72
72
  },
73
73
  "types": "./src/index.d.ts",
74
74
  "customElements": "custom-elements.json",
package/src/Meter.d.ts CHANGED
@@ -14,8 +14,8 @@ import '@spectrum-web-components/field-label/sp-field-label.js';
14
14
  export declare const meterVariants: string[];
15
15
  export type MeterVariants = (typeof meterVariants)[number];
16
16
  declare const Meter_base: typeof SpectrumElement & {
17
- new (...args: any[]): import("@spectrum-web-components/core/shared/observe-slot-text.js").SlotTextObservingInterface;
18
- prototype: import("@spectrum-web-components/core/shared/observe-slot-text.js").SlotTextObservingInterface;
17
+ new (...args: any[]): import("@spectrum-web-components/shared").SlotTextObservingInterface;
18
+ prototype: import("@spectrum-web-components/shared").SlotTextObservingInterface;
19
19
  } & {
20
20
  new (...args: any[]): import("@spectrum-web-components/base").SizedElementInterface;
21
21
  prototype: import("@spectrum-web-components/base").SizedElementInterface;
@@ -1,2 +1,2 @@
1
- declare const styles: import("@spectrum-web-components/base").CSSResult;
1
+ declare const styles: import("lit").CSSResult;
2
2
  export default styles;
@@ -1,2 +1,2 @@
1
- declare const styles: import("@spectrum-web-components/base").CSSResult;
1
+ declare const styles: import("lit").CSSResult;
2
2
  export default styles;
@@ -1,2 +1,2 @@
1
- declare const styles: import("@spectrum-web-components/base").CSSResult;
1
+ declare const styles: import("lit").CSSResult;
2
2
  export default styles;
@@ -1,2 +1,2 @@
1
- declare const styles: import("@spectrum-web-components/base").CSSResult;
1
+ declare const styles: import("lit").CSSResult;
2
2
  export default styles;
@@ -1,2 +1,2 @@
1
- declare const styles: import("@spectrum-web-components/base").CSSResult;
1
+ declare const styles: import("lit").CSSResult;
2
2
  export default styles;