@spectrum-css/swatch
Advanced tools
Comparing version 5.0.22 to 5.1.0
@@ -6,2 +6,16 @@ # Change Log | ||
<a name="5.1.0"></a> | ||
#5.1.0 | ||
š | ||
2024-01-16 ā¢ š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/swatch@5.0.22...@spectrum-css/swatch@5.1.0) | ||
### āØ Features | ||
\*remove theme files without content([1eadd4f](https://github.com/adobe/spectrum-css/commit/1eadd4f)) | ||
### š Bug fixes | ||
- **swatch:**correct markup ([#2399](https://github.com/adobe/spectrum-css/issues/2399))([3edd7cc](https://github.com/adobe/spectrum-css/commit/3edd7cc))\* | ||
**swatch:**icons use display instead of visibility([569bd2e](https://github.com/adobe/spectrum-css/commit/569bd2e)) | ||
<a name="5.0.22"></a> | ||
@@ -8,0 +22,0 @@ ##5.0.22 |
@@ -1,2 +0,2 @@ | ||
| Modifiable Custom Properties | | ||
| Modifiable custom properties | | ||
| -------------------------------------------- | | ||
@@ -3,0 +3,0 @@ | `--mod-animation-duration-100` | |
{ | ||
"name": "@spectrum-css/swatch", | ||
"version": "5.0.22", | ||
"version": "5.1.0", | ||
"description": "The Spectrum CSS Color swatch component", | ||
@@ -24,3 +24,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "e978397c22cf2813262f5a326491f5e485adff03" | ||
"gitHead": "f9f5d7b93201c84c774486b7c66c29745d16c8d8" | ||
} |
@@ -9,2 +9,4 @@ { | ||
"compare": {}, | ||
"lint": {}, | ||
"test": { | ||
@@ -11,0 +13,0 @@ "defaultConfiguration": "scope" |
@@ -7,3 +7,2 @@ import { html } from "lit"; | ||
import { useArgs } from '@storybook/client-api'; | ||
@@ -24,14 +23,3 @@ import { Template as OpacityCheckerboard } from "@spectrum-css/opacitycheckerboard/stories/template.js"; | ||
id, | ||
...globals | ||
}) => { | ||
const { express } = globals; | ||
const [_, updateArgs] = useArgs(); | ||
try { | ||
if (!express) import(/* webpackPrefetch: true */ "../themes/spectrum.css"); | ||
else import(/* webpackPrefetch: true */ "../themes/express.css"); | ||
} catch (e) { | ||
console.warn(e); | ||
} | ||
return html` | ||
@@ -38,0 +26,0 @@ <div |
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
Sorry, the diff of this file is not supported yet
126879
14
1258