@spectrum-css/alertdialog
Advanced tools
Comparing version 3.0.0-s2-foundations.11 to 3.0.0-s2-foundations.12
# Change Log | ||
## 3.0.0-s2-foundations.12 | ||
### Minor Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`5546ec6`](https://github.com/adobe/spectrum-css/commit/5546ec6a508eb249ede78031db22ddf5972e5c05) Thanks [@pfulton](https://github.com/pfulton)! - - Accordion: Flatten sizing variables in theme layer | ||
- ActionButton: Fix typo in variable name "\*-defaul-selectedt" | ||
- Move out rtl logical transform from theme to index.css for: calendar, pagination, treeview | ||
### Patch Changes | ||
- Updated dependencies [[`5546ec6`](https://github.com/adobe/spectrum-css/commit/5546ec6a508eb249ede78031db22ddf5972e5c05)]: | ||
- @spectrum-css/buttongroup@8.0.0-s2-foundations.12 | ||
- @spectrum-css/underlay@5.0.0-s2-foundations.12 | ||
- @spectrum-css/divider@4.0.0-s2-foundations.12 | ||
- @spectrum-css/modal@6.0.0-s2-foundations.12 | ||
- @spectrum-css/icon@8.0.0-s2-foundations.13 | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.13 | ||
## 3.0.0-s2-foundations.11 | ||
@@ -7,7 +25,7 @@ | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`b0862e1`](https://github.com/adobe/spectrum-css/commit/b0862e1a5b95c19443fd919c6baf4b4ea9ba79c1) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false | ||
### Patch Changes | ||
- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: | ||
- Updated dependencies [[`b0862e1`](https://github.com/adobe/spectrum-css/commit/b0862e1a5b95c19443fd919c6baf4b4ea9ba79c1)]: | ||
- @spectrum-css/buttongroup@8.0.0-s2-foundations.11 | ||
@@ -14,0 +32,0 @@ - @spectrum-css/underlay@5.0.0-s2-foundations.11 |
@@ -5,3 +5,2 @@ { | ||
".spectrum", | ||
".spectrum--legacy", | ||
".spectrum-AlertDialog", | ||
@@ -8,0 +7,0 @@ ".spectrum-AlertDialog .spectrum-Icon", |
{ | ||
"name": "@spectrum-css/alertdialog", | ||
"version": "3.0.0-s2-foundations.11", | ||
"version": "3.0.0-s2-foundations.12", | ||
"description": "The Spectrum CSS alertdialog component", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -13,2 +13,4 @@ import { Template as ButtonGroup } from "@spectrum-css/buttongroup/stories/template.js"; | ||
import "../index.css"; | ||
import "../themes/express.css"; | ||
import "../themes/spectrum.css"; | ||
@@ -15,0 +17,0 @@ const Dialog = ({ |
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
56027