@spectrum-web-components/button-group 1.2.0-beta.1 → 1.2.0-beta.10

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.
@@ -0,0 +1,126 @@
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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/button-group",
3
- "version": "1.2.0-beta.1",
3
+ "version": "1.2.0-beta.10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -58,8 +58,8 @@
58
58
  "lit-html"
59
59
  ],
60
60
  "dependencies": {
61
- "@spectrum-web-components/base": "^1.2.0-beta.1",
62
- "@spectrum-web-components/button": "^1.2.0-beta.1"
61
+ "@spectrum-web-components/base": "^1.2.0-beta.10",
62
+ "@spectrum-web-components/button": "^1.2.0-beta.10"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@spectrum-css/buttongroup": "8.0.0-s2-foundations.15"
@@ -70,5 +70,5 @@
70
70
  "./sp-*.js",
71
71
  "./**/*.dev.js"
72
72
  ],
73
- "gitHead": "10139c3ba67a3abfb114859efadac87d9dc4a472"
73
+ "gitHead": "81f02546f87154b9952ff46c747d0cde97849772"
74
74
  }