@spectrum-web-components/button 0.20.4 → 0.20.6-overlay.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.
- package/README.md +2 -2
- package/package.json +8 -8
- package/custom-elements.json +0 -1846
package/README.md
CHANGED
|
@@ -248,7 +248,7 @@ The `treatment` attribute accepts `fill` and `outline` as values, and defaults t
|
|
|
248
248
|
|
|
249
249
|
```html demo
|
|
250
250
|
<sp-button-group
|
|
251
|
-
style="background: var(--spectrum-
|
|
251
|
+
style="background: var(--spectrum-seafoam-600); padding: 0.5em; min-width: max-content"
|
|
252
252
|
>
|
|
253
253
|
<sp-button treatment="outline" static="black">Label only</sp-button>
|
|
254
254
|
<sp-button treatment="outline" static="black">
|
|
@@ -267,7 +267,7 @@ The `treatment` attribute accepts `fill` and `outline` as values, and defaults t
|
|
|
267
267
|
|
|
268
268
|
```html demo
|
|
269
269
|
<sp-button-group
|
|
270
|
-
style="background: var(--spectrum-
|
|
270
|
+
style="background: var(--spectrum-seafoam-600); padding: 0.5em; min-width: max-content"
|
|
271
271
|
>
|
|
272
272
|
<sp-button treatment="outline" static="white">Label only</sp-button>
|
|
273
273
|
<sp-button treatment="outline" static="white">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/button",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.6-overlay.10+7a73c9eee",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
"lit-html"
|
|
83
83
|
],
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@spectrum-web-components/base": "^0.7.
|
|
86
|
-
"@spectrum-web-components/clear-button": "^0.2.
|
|
87
|
-
"@spectrum-web-components/close-button": "^0.3.
|
|
88
|
-
"@spectrum-web-components/icon": "^0.12.10",
|
|
89
|
-
"@spectrum-web-components/icons-ui": "^0.9.
|
|
90
|
-
"@spectrum-web-components/shared": "^0.15.
|
|
85
|
+
"@spectrum-web-components/base": "^0.7.6-overlay.54+7a73c9eee",
|
|
86
|
+
"@spectrum-web-components/clear-button": "^0.2.10-overlay.10+7a73c9eee",
|
|
87
|
+
"@spectrum-web-components/close-button": "^0.3.13-overlay.10+7a73c9eee",
|
|
88
|
+
"@spectrum-web-components/icon": "^0.12.12-overlay.10+7a73c9eee",
|
|
89
|
+
"@spectrum-web-components/icons-ui": "^0.9.13-overlay.10+7a73c9eee",
|
|
90
|
+
"@spectrum-web-components/shared": "^0.15.8-overlay.10+7a73c9eee"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@spectrum-css/button": "^9.0.8"
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"./sp-*.js",
|
|
99
99
|
"./**/*.dev.js"
|
|
100
100
|
],
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "7a73c9eeec7dffb9c968f7f30586139b8e5ee348"
|
|
102
102
|
}
|