@spectrum-web-components/action-button 0.31.1-react.3 → 0.32.0

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.
@@ -4,13 +4,22 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "sp-action-button.ts",
7
+ "path": "sp-action-button.js",
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",
13
- "path": "src/ActionButton.ts",
22
+ "path": "src/ActionButton.js",
14
23
  "declarations": [
15
24
  {
16
25
  "kind": "variable",
@@ -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": [
@@ -316,7 +327,7 @@
316
327
  "name": "LONGPRESS_DURATION",
317
328
  "declaration": {
318
329
  "name": "LONGPRESS_DURATION",
319
- "module": "src/ActionButton.ts"
330
+ "module": "src/ActionButton.js"
320
331
  }
321
332
  },
322
333
  {
@@ -324,7 +335,7 @@
324
335
  "name": "ActionButton",
325
336
  "declaration": {
326
337
  "name": "ActionButton",
327
- "module": "src/ActionButton.ts"
338
+ "module": "src/ActionButton.js"
328
339
  }
329
340
  }
330
341
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/action-button",
3
- "version": "0.31.1-react.3+886f51591",
3
+ "version": "0.32.0",
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.31.1-react.3+886f51591",
61
- "@spectrum-web-components/button": "^0.31.1-react.3+886f51591",
62
- "@spectrum-web-components/icon": "^0.31.1-react.3+886f51591",
63
- "@spectrum-web-components/icons-ui": "^0.31.1-react.3+886f51591",
64
- "@spectrum-web-components/shared": "^0.31.1-react.3+886f51591"
60
+ "@spectrum-web-components/base": "^0.32.0",
61
+ "@spectrum-web-components/button": "^0.32.0",
62
+ "@spectrum-web-components/icon": "^0.32.0",
63
+ "@spectrum-web-components/icons-ui": "^0.32.0",
64
+ "@spectrum-web-components/shared": "^0.32.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@spectrum-css/actionbutton": "^3.0.35"
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": "886f515919ca0e8a1cec52a00babb1d4a195ae01"
75
+ "gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
76
76
  }