@spectrum-web-components/button 0.19.4 → 0.19.6
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 +1 -1
- package/package.json +8 -9
package/README.md
CHANGED
|
@@ -138,7 +138,7 @@ attribute defaults to `accent` but also accepts the following value: `accent`, `
|
|
|
138
138
|
```
|
|
139
139
|
|
|
140
140
|
</sp-tab-panel>
|
|
141
|
-
<sp-tab value="secondary">
|
|
141
|
+
<sp-tab value="secondary">Secondary</sp-tab>
|
|
142
142
|
<sp-tab-panel value="secondary">
|
|
143
143
|
|
|
144
144
|
```html demo
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/button",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.6",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -82,13 +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.
|
|
89
|
-
"@spectrum-web-components/icons-ui": "^0.9.
|
|
90
|
-
"@spectrum-web-components/shared": "^0.15.
|
|
91
|
-
"tslib": "^2.0.0"
|
|
85
|
+
"@spectrum-web-components/base": "^0.7.1",
|
|
86
|
+
"@spectrum-web-components/clear-button": "^0.2.1",
|
|
87
|
+
"@spectrum-web-components/close-button": "^0.3.4",
|
|
88
|
+
"@spectrum-web-components/icon": "^0.12.3",
|
|
89
|
+
"@spectrum-web-components/icons-ui": "^0.9.3",
|
|
90
|
+
"@spectrum-web-components/shared": "^0.15.2"
|
|
92
91
|
},
|
|
93
92
|
"devDependencies": {
|
|
94
93
|
"@spectrum-css/button": "^6.0.13"
|
|
@@ -99,5 +98,5 @@
|
|
|
99
98
|
"./sp-*.js",
|
|
100
99
|
"./**/*.dev.js"
|
|
101
100
|
],
|
|
102
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "8bd87724e91e23df83dbf63a434bbbe10b8daaa6"
|
|
103
102
|
}
|