@spectrum-web-components/slider 1.12.0-testing.20260223092154 → 1.12.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.
Files changed (2) hide show
  1. package/package.json +7 -7
  2. package/src/Slider.d.ts +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/slider",
3
- "version": "1.12.0-testing.20260223092154",
3
+ "version": "1.12.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Adobe",
@@ -73,12 +73,12 @@
73
73
  "dependencies": {
74
74
  "@internationalized/number": "3.6.5",
75
75
  "@lit-labs/observers": "2.0.2",
76
- "@spectrum-web-components/base": "1.12.0-testing.20260223092154",
77
- "@spectrum-web-components/field-label": "1.12.0-testing.20260223092154",
78
- "@spectrum-web-components/number-field": "1.12.0-testing.20260223092154",
79
- "@spectrum-web-components/reactive-controllers": "1.12.0-testing.20260223092154",
80
- "@spectrum-web-components/shared": "1.12.0-testing.20260223092154",
81
- "@spectrum-web-components/theme": "1.12.0-testing.20260223092154"
76
+ "@spectrum-web-components/base": "1.12.0",
77
+ "@spectrum-web-components/field-label": "1.12.0",
78
+ "@spectrum-web-components/number-field": "1.12.0",
79
+ "@spectrum-web-components/reactive-controllers": "1.12.0",
80
+ "@spectrum-web-components/shared": "1.12.0",
81
+ "@spectrum-web-components/theme": "1.12.0"
82
82
  },
83
83
  "keywords": [
84
84
  "design-system",
package/src/Slider.d.ts CHANGED
@@ -19,10 +19,7 @@ export declare const variants: string[];
19
19
  declare const Slider_base: typeof SliderHandle & {
20
20
  new (...args: any[]): import("@spectrum-web-components/shared").SlotTextObservingInterface;
21
21
  prototype: import("@spectrum-web-components/shared").SlotTextObservingInterface;
22
- } & {
23
- new (...args: any[]): import("@spectrum-web-components/base").SizedElementInterface;
24
- prototype: import("@spectrum-web-components/base").SizedElementInterface;
25
- } & import("@spectrum-web-components/core/mixins/sized-mixin.js").SizedElementConstructor;
22
+ } & import("@spectrum-web-components/base").Constructor<import("@spectrum-web-components/base").SizedElementInterface> & import("@spectrum-web-components/base").SizedElementConstructor;
26
23
  /**
27
24
  * @element sp-slider
28
25
  *