@spectrum-web-components/button 1.11.1-snapshot.20260128213745 → 1.11.1

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/button",
3
- "version": "1.11.1-snapshot.20260128213745",
3
+ "version": "1.11.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -89,14 +89,14 @@
89
89
  "css"
90
90
  ],
91
91
  "dependencies": {
92
- "@spectrum-web-components/base": "1.11.1-snapshot.20260128213745",
93
- "@spectrum-web-components/clear-button": "1.11.1-snapshot.20260128213745",
94
- "@spectrum-web-components/close-button": "1.11.1-snapshot.20260128213745",
95
- "@spectrum-web-components/icon": "1.11.1-snapshot.20260128213745",
96
- "@spectrum-web-components/icons-ui": "1.11.1-snapshot.20260128213745",
97
- "@spectrum-web-components/progress-circle": "1.11.1-snapshot.20260128213745",
98
- "@spectrum-web-components/reactive-controllers": "1.11.1-snapshot.20260128213745",
99
- "@spectrum-web-components/shared": "1.11.1-snapshot.20260128213745"
92
+ "@spectrum-web-components/base": "1.11.1",
93
+ "@spectrum-web-components/clear-button": "1.11.1",
94
+ "@spectrum-web-components/close-button": "1.11.1",
95
+ "@spectrum-web-components/icon": "1.11.1",
96
+ "@spectrum-web-components/icons-ui": "1.11.1",
97
+ "@spectrum-web-components/progress-circle": "1.11.1",
98
+ "@spectrum-web-components/reactive-controllers": "1.11.1",
99
+ "@spectrum-web-components/shared": "1.11.1"
100
100
  },
101
101
  "types": "./src/index.d.ts",
102
102
  "customElements": "custom-elements.json",
package/src/Button.d.ts CHANGED
@@ -21,7 +21,7 @@ export type ButtonTreatments = 'fill' | 'outline';
21
21
  declare const Button_base: typeof ButtonBase & {
22
22
  new (...args: any[]): import("@spectrum-web-components/base").SizedElementInterface;
23
23
  prototype: import("@spectrum-web-components/base").SizedElementInterface;
24
- } & import("@spectrum-web-components/base").SizedElementConstructor;
24
+ } & import("@spectrum-web-components/core/shared/base/sizedMixin.js").SizedElementConstructor;
25
25
  /**
26
26
  * @element sp-button
27
27
  *
@@ -18,7 +18,7 @@ import '@spectrum-web-components/icons-ui/icons/sp-icon-cross300.js';
18
18
  declare const ClearButton_base: typeof StyledButton & {
19
19
  new (...args: any[]): import("@spectrum-web-components/base").SizedElementInterface;
20
20
  prototype: import("@spectrum-web-components/base").SizedElementInterface;
21
- } & import("@spectrum-web-components/base").SizedElementConstructor;
21
+ } & import("@spectrum-web-components/core/shared/base/sizedMixin.js").SizedElementConstructor;
22
22
  /**
23
23
  * @element sp-clear-button
24
24
  *
@@ -19,7 +19,7 @@ import type { ButtonStaticColors } from './Button.js';
19
19
  declare const CloseButton_base: typeof StyledButton & {
20
20
  new (...args: any[]): import("@spectrum-web-components/base").SizedElementInterface;
21
21
  prototype: import("@spectrum-web-components/base").SizedElementInterface;
22
- } & import("@spectrum-web-components/base").SizedElementConstructor;
22
+ } & import("@spectrum-web-components/core/shared/base/sizedMixin.js").SizedElementConstructor;
23
23
  /**
24
24
  * @element sp-close-button
25
25
  *