@spectrum-web-components/button 0.20.1 → 0.20.2-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/README.md CHANGED
@@ -177,12 +177,12 @@ attribute defaults to `accent` but also accepts the following value: `accent`, `
177
177
 
178
178
  ```html demo
179
179
  <sp-button-group style="min-width: max-content">
180
- <sp-button variant="black">Label only</sp-button>
181
- <sp-button variant="black">
180
+ <sp-button static="black">Label only</sp-button>
181
+ <sp-button static="black">
182
182
  <sp-icon-help slot="icon"></sp-icon-help>
183
183
  Icon + Label
184
184
  </sp-button>
185
- <sp-button variant="black" label="Icon only">
185
+ <sp-button static="black" label="Icon only">
186
186
  <sp-icon-help slot="icon"></sp-icon-help>
187
187
  </sp-button>
188
188
  </sp-button-group>
@@ -194,12 +194,12 @@ attribute defaults to `accent` but also accepts the following value: `accent`, `
194
194
 
195
195
  ```html demo
196
196
  <sp-button-group style="min-width: max-content">
197
- <sp-button variant="white">Label only</sp-button>
198
- <sp-button variant="white">
197
+ <sp-button static="white">Label only</sp-button>
198
+ <sp-button static="white">
199
199
  <sp-icon-help slot="icon"></sp-icon-help>
200
200
  Icon + Label
201
201
  </sp-button>
202
- <sp-button variant="white" label="Icon only">
202
+ <sp-button static="white" label="Icon only">
203
203
  <sp-icon-help slot="icon"></sp-icon-help>
204
204
  </sp-button>
205
205
  </sp-button-group>
@@ -250,12 +250,12 @@ The `treatment` attribute accepts `fill` and `outline` as values, and defaults t
250
250
  <sp-button-group
251
251
  style="background: var(--spectrum-global-color-seafoam-600); padding: 0.5em; min-width: max-content"
252
252
  >
253
- <sp-button treatment="outline" variant="black">Label only</sp-button>
254
- <sp-button treatment="outline" variant="black">
253
+ <sp-button treatment="outline" static="black">Label only</sp-button>
254
+ <sp-button treatment="outline" static="black">
255
255
  <sp-icon-help slot="icon"></sp-icon-help>
256
256
  Icon + Label
257
257
  </sp-button>
258
- <sp-button treatment="outline" variant="black" label="Icon only">
258
+ <sp-button treatment="outline" static="black" label="Icon only">
259
259
  <sp-icon-help slot="icon"></sp-icon-help>
260
260
  </sp-button>
261
261
  </sp-button-group>
@@ -269,12 +269,12 @@ The `treatment` attribute accepts `fill` and `outline` as values, and defaults t
269
269
  <sp-button-group
270
270
  style="background: var(--spectrum-global-color-seafoam-600); padding: 0.5em; min-width: max-content"
271
271
  >
272
- <sp-button treatment="outline" variant="white">Label only</sp-button>
273
- <sp-button treatment="outline" variant="white">
272
+ <sp-button treatment="outline" static="white">Label only</sp-button>
273
+ <sp-button treatment="outline" static="white">
274
274
  <sp-icon-help slot="icon"></sp-icon-help>
275
275
  Icon + Label
276
276
  </sp-button>
277
- <sp-button treatment="outline" variant="white" label="Icon only">
277
+ <sp-button treatment="outline" static="white" label="Icon only">
278
278
  <sp-icon-help slot="icon"></sp-icon-help>
279
279
  </sp-button>
280
280
  </sp-button-group>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/button",
3
- "version": "0.20.1",
3
+ "version": "0.20.2-overlay.33+499d5fe96",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -87,7 +87,7 @@
87
87
  "@spectrum-web-components/close-button": "^0.3.9",
88
88
  "@spectrum-web-components/icon": "^0.12.8",
89
89
  "@spectrum-web-components/icons-ui": "^0.9.8",
90
- "@spectrum-web-components/shared": "^0.15.5"
90
+ "@spectrum-web-components/shared": "^0.15.6-overlay.99+499d5fe96"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@spectrum-css/button": "^9.0.0"
@@ -98,5 +98,5 @@
98
98
  "./sp-*.js",
99
99
  "./**/*.dev.js"
100
100
  ],
101
- "gitHead": "15365e4ee7e9171108d5dc6694cf64cc11db3048"
101
+ "gitHead": "499d5fe966f35eb862c1983eb3a42641f213ac6a"
102
102
  }