@spectrum-css/swatch
Advanced tools
Comparing version 4.0.25 to 4.0.26
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="4.0.26"></a> | ||
##4.0.26 | ||
🗓 | ||
2023-06-21 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/swatch@4.0.25...@spectrum-css/swatch@4.0.26) | ||
### 🐛 Bug fixes | ||
- **swatch:**remove override in WHCM for disabled swatch ([#1955](https://github.com/adobe/spectrum-css/issues/1955))([9492040](https://github.com/adobe/spectrum-css/commit/9492040)) | ||
<a name="4.0.25"></a> | ||
@@ -8,0 +17,0 @@ ##4.0.25 |
{ | ||
"name": "@spectrum-css/swatch", | ||
"version": "4.0.25", | ||
"version": "4.0.26", | ||
"description": "The Spectrum CSS Color swatch component", | ||
@@ -31,3 +31,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "6d8212fd528010b39590de4a3b860c6709cb9a2e" | ||
"gitHead": "17e4b28a5d1d4ec356f33e9a37476e0f789ece5f" | ||
} |
@@ -1,4 +0,4 @@ | ||
import { html } from "lit-html"; | ||
import { classMap } from "lit-html/directives/class-map.js"; | ||
import { ifDefined } from "lit-html/directives/if-defined.js"; | ||
import { html } from "lit"; | ||
import { classMap } from "lit/directives/class-map.js"; | ||
import { ifDefined } from "lit/directives/if-defined.js"; | ||
@@ -5,0 +5,0 @@ import "../index.css"; |
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
119359
1126