@spectrum-web-components/action-button 1.2.0-beta.12 → 1.2.0-beta.14

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/action-button",
3
- "version": "1.2.0-beta.12",
3
+ "version": "1.2.0-beta.14",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -58,11 +58,11 @@
58
58
  "lit-html"
59
59
  ],
60
60
  "dependencies": {
61
- "@spectrum-web-components/base": "^1.2.0-beta.12",
62
- "@spectrum-web-components/button": "^1.2.0-beta.12",
63
- "@spectrum-web-components/icon": "^1.2.0-beta.12",
64
- "@spectrum-web-components/icons-ui": "^1.2.0-beta.12",
65
- "@spectrum-web-components/shared": "^1.2.0-beta.12"
61
+ "@spectrum-web-components/base": "^1.2.0-beta.14",
62
+ "@spectrum-web-components/button": "^1.2.0-beta.14",
63
+ "@spectrum-web-components/icon": "^1.2.0-beta.14",
64
+ "@spectrum-web-components/icons-ui": "^1.2.0-beta.14",
65
+ "@spectrum-web-components/shared": "^1.2.0-beta.14"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@spectrum-css/actionbutton": "7.1.1"
@@ -73,5 +73,5 @@
73
73
  "./sp-*.js",
74
74
  "./**/*.dev.js"
75
75
  ],
76
- "gitHead": "c14029936cd6224fb669993a9890b2ed0c3c9575"
76
+ "gitHead": "5892237f53f691803eb3aff462a92d3119eb998e"
77
77
  }
@@ -223,15 +223,15 @@ const config = {
223
223
  [
224
224
  {
225
225
  type: 'class',
226
- name: 'spectrum-ActionButton--staticBlack'
227
- }
226
+ name: 'spectrum-ActionButton--staticBlack',
227
+ },
228
228
  ],
229
229
  [
230
230
  {
231
231
  type: 'class',
232
- name: 'spectrum-ActionButton--staticWhite'
233
- }
234
- ]
232
+ name: 'spectrum-ActionButton--staticWhite',
233
+ },
234
+ ],
235
235
  ],
236
236
  },
237
237
  replace: {
@@ -244,7 +244,7 @@ const config = {
244
244
  name: 'static-color',
245
245
  operation: {
246
246
  operator: 'equal',
247
- value: 'black'
247
+ value: 'black',
248
248
  },
249
249
  },
250
250
  ],