@spectrum-css/inlinealert
Advanced tools
Comparing version
# Change Log | ||
## 9.0.0-s2-foundations.10 | ||
### Minor Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`54c5625`](https://github.com/adobe/spectrum-css/commit/54c56257bcca5872567a2bf0c5737e35b8190b05) Thanks [@pfulton](https://github.com/pfulton)! - Fixes to index.css imports to ensure appropriate system mappings get loaded | ||
### Patch Changes | ||
- Updated dependencies [[`54c5625`](https://github.com/adobe/spectrum-css/commit/54c56257bcca5872567a2bf0c5737e35b8190b05)]: | ||
- @spectrum-css/button@14.0.0-s2-foundations.10 | ||
- @spectrum-css/icon@8.0.0-s2-foundations.11 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.10 | ||
## 9.0.0-s2-foundations.9 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@spectrum-css/inlinealert", | ||
"version": "9.0.0-s2-foundations.9", | ||
"version": "9.0.0-s2-foundations.10", | ||
"description": "The Spectrum CSS in-line alert component", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -5,3 +5,2 @@ import { Template as Button } from "@spectrum-css/button/stories/template.js"; | ||
import { classMap } from "lit/directives/class-map.js"; | ||
import { ifDefined } from "lit/directives/if-defined.js"; | ||
import { styleMap } from "lit/directives/style-map.js"; | ||
@@ -21,3 +20,3 @@ | ||
isClosable = false, | ||
} = {}, context) => { | ||
} = {}, context = {}) => { | ||
let iconName; | ||
@@ -66,3 +65,3 @@ switch (variant) { | ||
})} | ||
style=${ifDefined(styleMap(customStyles))} | ||
style=${styleMap(customStyles)} | ||
@@ -69,0 +68,0 @@ > |
94764
0.59%752
-0.13%