@spectrum-web-components/action-button 0.31.1-react.3 → 0.32.1-overlay.33
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/custom-elements.json +14 -3
- package/package.json +8 -8
package/custom-elements.json
CHANGED
|
@@ -6,7 +6,16 @@
|
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "sp-action-button.ts",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-action-button",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "ActionButton",
|
|
15
|
+
"module": "/src/ActionButton.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
@@ -137,7 +146,8 @@
|
|
|
137
146
|
"type": {
|
|
138
147
|
"text": "string"
|
|
139
148
|
},
|
|
140
|
-
"privacy": "private"
|
|
149
|
+
"privacy": "private",
|
|
150
|
+
"readonly": true
|
|
141
151
|
},
|
|
142
152
|
{
|
|
143
153
|
"kind": "field",
|
|
@@ -214,7 +224,8 @@
|
|
|
214
224
|
"type": {
|
|
215
225
|
"text": "TemplateResult[]"
|
|
216
226
|
},
|
|
217
|
-
"privacy": "protected"
|
|
227
|
+
"privacy": "protected",
|
|
228
|
+
"readonly": true
|
|
218
229
|
}
|
|
219
230
|
],
|
|
220
231
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/action-button",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.1-overlay.33+8b9227d00",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"lit-html"
|
|
58
58
|
],
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@spectrum-web-components/base": "^0.
|
|
61
|
-
"@spectrum-web-components/button": "^0.
|
|
62
|
-
"@spectrum-web-components/icon": "^0.
|
|
63
|
-
"@spectrum-web-components/icons-ui": "^0.
|
|
64
|
-
"@spectrum-web-components/shared": "^0.
|
|
60
|
+
"@spectrum-web-components/base": "^0.32.1-overlay.33+8b9227d00",
|
|
61
|
+
"@spectrum-web-components/button": "^0.32.1-overlay.33+8b9227d00",
|
|
62
|
+
"@spectrum-web-components/icon": "^0.32.1-overlay.33+8b9227d00",
|
|
63
|
+
"@spectrum-web-components/icons-ui": "^0.32.1-overlay.33+8b9227d00",
|
|
64
|
+
"@spectrum-web-components/shared": "^0.32.1-overlay.33+8b9227d00"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@spectrum-css/actionbutton": "^3.0.
|
|
67
|
+
"@spectrum-css/actionbutton": "^3.0.43"
|
|
68
68
|
},
|
|
69
69
|
"types": "./src/index.d.ts",
|
|
70
70
|
"customElements": "custom-elements.json",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"./sp-*.js",
|
|
73
73
|
"./**/*.dev.js"
|
|
74
74
|
],
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "8b9227d00900eacee1c6d194064f10062f27ab3e"
|
|
76
76
|
}
|