@spectrum-web-components/button-group 1.12.0-testing.20260223092154 → 2.0.0-next.20260512072922

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-group",
3
- "version": "1.12.0-testing.20260223092154",
3
+ "version": "2.0.0-next.20260512072922",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Adobe",
@@ -54,8 +54,8 @@
54
54
  ],
55
55
  "types": "./src/index.d.ts",
56
56
  "dependencies": {
57
- "@spectrum-web-components/base": "1.12.0-testing.20260223092154",
58
- "@spectrum-web-components/button": "1.12.0-testing.20260223092154"
57
+ "@spectrum-web-components/base": "2.0.0-next.20260512072922",
58
+ "@spectrum-web-components/button": "2.0.0-next.20260512072922"
59
59
  },
60
60
  "keywords": [
61
61
  "design-system",
@@ -10,10 +10,7 @@
10
10
  * governing permissions and limitations under the License.
11
11
  */
12
12
  import { CSSResultArray, PropertyValues, SpectrumElement, TemplateResult } from '@spectrum-web-components/base';
13
- declare const ButtonGroup_base: typeof SpectrumElement & {
14
- new (...args: any[]): import("@spectrum-web-components/base").SizedElementInterface;
15
- prototype: import("@spectrum-web-components/base").SizedElementInterface;
16
- } & import("@spectrum-web-components/core/mixins").SizedElementConstructor;
13
+ declare const ButtonGroup_base: typeof SpectrumElement & import("@spectrum-web-components/base").Constructor<import("@spectrum-web-components/base").SizedElementInterface> & import("@spectrum-web-components/base").SizedElementConstructor;
17
14
  /**
18
15
  * @element sp-button-group
19
16
  * @slot - the sp-button elements that make up the group