@spectrum-web-components/button-group 1.8.0 → 1.9.0-nightly.20251013134115

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.8.0",
3
+ "version": "1.9.0-nightly.20251013134115",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "https://github.com/adobe/spectrum-web-components.git",
12
- "directory": "packages/button-group"
12
+ "directory": "first-gen/packages/button-group"
13
13
  },
14
14
  "author": "Adobe",
15
15
  "homepage": "https://opensource.adobe.com/spectrum-web-components/components/button-group",
@@ -64,8 +64,8 @@
64
64
  "css"
65
65
  ],
66
66
  "dependencies": {
67
- "@spectrum-web-components/base": "1.8.0",
68
- "@spectrum-web-components/button": "1.8.0"
67
+ "@spectrum-web-components/base": "1.9.0-nightly.20251013134115",
68
+ "@spectrum-web-components/button": "1.9.0-nightly.20251013134115"
69
69
  },
70
70
  "types": "./src/index.d.ts",
71
71
  "customElements": "custom-elements.json",
@@ -13,7 +13,7 @@ import { CSSResultArray, PropertyValues, SpectrumElement, TemplateResult } from
13
13
  declare const ButtonGroup_base: typeof SpectrumElement & {
14
14
  new (...args: any[]): import("@spectrum-web-components/base").SizedElementInterface;
15
15
  prototype: import("@spectrum-web-components/base").SizedElementInterface;
16
- };
16
+ } & import("@spectrum-web-components/base").SizedElementConstructor;
17
17
  /**
18
18
  * @element sp-button-group
19
19
  * @slot - the sp-button elements that make up the group
@@ -1,126 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "sp-button-group.js",
8
- "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "custom-element-definition",
12
- "name": "sp-button-group",
13
- "declaration": {
14
- "name": "ButtonGroup",
15
- "module": "/src/ButtonGroup.js"
16
- }
17
- }
18
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "src/ButtonGroup.js",
23
- "declarations": [
24
- {
25
- "kind": "class",
26
- "description": "",
27
- "name": "ButtonGroup",
28
- "slots": [
29
- {
30
- "description": "the sp-button elements that make up the group",
31
- "name": ""
32
- }
33
- ],
34
- "members": [
35
- {
36
- "kind": "field",
37
- "name": "vertical",
38
- "type": {
39
- "text": "boolean"
40
- },
41
- "privacy": "public",
42
- "default": "false",
43
- "attribute": "vertical",
44
- "reflects": true
45
- },
46
- {
47
- "kind": "field",
48
- "name": "slotElement",
49
- "type": {
50
- "text": "HTMLSlotElement"
51
- }
52
- },
53
- {
54
- "kind": "method",
55
- "name": "handleSlotchange",
56
- "privacy": "protected",
57
- "return": {
58
- "type": {
59
- "text": "void"
60
- }
61
- },
62
- "parameters": [
63
- {
64
- "name": "{\n target: slot,\n }",
65
- "type": {
66
- "text": "Event & { target: HTMLSlotElement }"
67
- }
68
- }
69
- ]
70
- },
71
- {
72
- "kind": "method",
73
- "name": "manageChildrenSize",
74
- "privacy": "private",
75
- "return": {
76
- "type": {
77
- "text": "void"
78
- }
79
- },
80
- "parameters": [
81
- {
82
- "name": "slot",
83
- "type": {
84
- "text": "HTMLSlotElement"
85
- }
86
- }
87
- ]
88
- }
89
- ],
90
- "attributes": [
91
- {
92
- "name": "vertical",
93
- "type": {
94
- "text": "boolean"
95
- },
96
- "default": "false",
97
- "fieldName": "vertical"
98
- }
99
- ],
100
- "mixins": [
101
- {
102
- "name": "SizedMixin",
103
- "package": "@spectrum-web-components/base"
104
- }
105
- ],
106
- "superclass": {
107
- "name": "SpectrumElement",
108
- "package": "@spectrum-web-components/base"
109
- },
110
- "tagName": "sp-button-group",
111
- "customElement": true
112
- }
113
- ],
114
- "exports": [
115
- {
116
- "kind": "js",
117
- "name": "ButtonGroup",
118
- "declaration": {
119
- "name": "ButtonGroup",
120
- "module": "src/ButtonGroup.js"
121
- }
122
- }
123
- ]
124
- }
125
- ]
126
- }