@spectrum-css/inlinealert
Advanced tools
Comparing version
# Change Log | ||
## 9.0.0-s2-foundations.2 | ||
### Major Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`b00388b`](https://github.com/adobe/spectrum-css/commit/b00388b3ab026989f261f7bcdd77699521f45d58) Thanks [@pfulton](https://github.com/pfulton)! - Preserves `themes` folder in `dist` artifacts for easier downstream consumption | ||
### Patch Changes | ||
- Updated dependencies [[`b00388b`](https://github.com/adobe/spectrum-css/commit/b00388b3ab026989f261f7bcdd77699521f45d58)]: | ||
- @spectrum-css/button@14.0.0-s2-foundations.2 | ||
- @spectrum-css/icon@8.0.0-s2-foundations.2 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.2 | ||
## 9.0.0-s2-foundations.1 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@spectrum-css/inlinealert", | ||
"version": "9.0.0-s2-foundations.1", | ||
"version": "9.0.0-s2-foundations.2", | ||
"description": "The Spectrum CSS in-line alert component", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -18,4 +18,3 @@ import { Template as Button } from "@spectrum-css/button/stories/template.js"; | ||
isClosable = false, | ||
...globals | ||
}, context) => { | ||
} = {}, context) => { | ||
let iconName; | ||
@@ -41,3 +40,2 @@ switch (variant) { | ||
? Icon({ | ||
...globals, | ||
iconName, | ||
@@ -50,3 +48,2 @@ customClasses: [`${rootClass}-icon`], | ||
${Button({ | ||
...globals, | ||
treatment: "outline", | ||
@@ -53,0 +50,0 @@ variant: "primary", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
75246
14.36%12
33.33%545
24.71%