@spectrum-css/button
Advanced tools
Comparing version 10.1.8 to 10.1.9
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="10.1.9"></a> | ||
##10.1.9 | ||
🗓 | ||
2023-07-14 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/button@10.1.8...@spectrum-css/button@10.1.9) | ||
### 🐛 Bug fixes | ||
- **button:**add explicit highcontrast variables for disabled color ([#1985](https://github.com/adobe/spectrum-css/issues/1985))([8697c37](https://github.com/adobe/spectrum-css/commit/8697c37)) | ||
<a name="10.1.8"></a> | ||
@@ -8,0 +17,0 @@ ##10.1.8 |
{ | ||
"name": "@spectrum-css/button", | ||
"version": "10.1.8", | ||
"version": "10.1.9", | ||
"description": "The Spectrum CSS button component", | ||
@@ -26,3 +26,3 @@ "license": "Apache-2.0", | ||
"@spectrum-css/icon": "^3.0.49", | ||
"@spectrum-css/tokens": "^10.2.2", | ||
"@spectrum-css/tokens": "^11.0.0", | ||
"gulp": "^4.0.0" | ||
@@ -33,3 +33,3 @@ }, | ||
}, | ||
"gitHead": "7166def0bb7d347569bc9cd55ac82c0e94d303c4" | ||
"gitHead": "f65fe1d029a46fbf325b9f34f663b023cf396a11" | ||
} |
@@ -169,1 +169,9 @@ import { html } from "lit"; | ||
}; | ||
export const WithForcedColors = CustomButton.bind({}); | ||
WithForcedColors.parameters = { | ||
chromatic: { forcedColors: "active" }, | ||
}; | ||
WithForcedColors.args = { | ||
iconName: "Actions", | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
484107
4316