Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement →
Sign In

@spectrum-css/alertdialog

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-css/alertdialog - npm Package Compare versions

Comparing version
4.1.0
to
4.2.0
+85
-142
CHANGELOG.md

@@ -1,3 +0,11 @@

# Change Log
# Change log
## 4.2.0
### Minor Changes
šŸ“ [#4218](https://github.com/adobe/spectrum-css/pull/4218) [`2df53f8`](https://github.com/adobe/spectrum-css/commit/2df53f8b9ef6d6a031ca99726aa7f0475443ca03) Thanks [@castastrophe](https://github.com/castastrophe)!
Ensure accurate exports are present for each component. Specifically, adding `themes/*` assets where present and removing`index-*.css` exports where those assets do not exist.
## 4.1.0

@@ -7,3 +15,3 @@

- [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)!
šŸ“ [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)!

@@ -16,3 +24,3 @@ ## New feature

- [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!
šŸ“ [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!

@@ -33,14 +41,16 @@ Dependency alignment across the project.

- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.
šŸ“ [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)!
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.
Fixes a bug in the content of the `dist/index-theme.css` file.
Expected output example for the index-theme.css:
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.
```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```
Expected output example for the index-theme.css:
```css
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:

@@ -57,26 +67,28 @@ - @spectrum-css/buttongroup@9.0.1

- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`6c19fcf`](https://github.com/adobe/spectrum-css/commit/6c19fcf3f0eda76987f338981ae20f9999febce6) Thanks [@pfulton](https://github.com/pfulton)! - ## Breaking change
šŸ“ [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`6c19fcf`](https://github.com/adobe/spectrum-css/commit/6c19fcf3f0eda76987f338981ae20f9999febce6) Thanks [@pfulton](https://github.com/pfulton)!
This major update creates a bridge between the Spectrum 1 (S1) and Spectrum 2 (S2) designs, dubbed "Spectrum 2 Foundations". These do _NOT_ reflect a fully migrated S2 component. This approach allows consumers to swap the appearance of their components between S1, Express, and S2 by leveraging a "system" layer that remaps the necessary component-level tokens to the appropriate token dataset.
### šŸ›‘ Breaking change
For these components to appear S2, you must load the assets with the `@spectrum-css/tokens` at `v16` or higher.
This major update creates a bridge between the Spectrum 1 (S1) and Spectrum 2 (S2) designs, dubbed "Spectrum 2 Foundations". These do _NOT_ reflect a fully migrated S2 component. This approach allows consumers to swap the appearance of their components between S1, Express, and S2 by leveraging a "system" layer that remaps the necessary component-level tokens to the appropriate token dataset.
For S1 or Express, load assets with the `@spectrum-css/tokens` at `v14.x` or `v15.x`.
For these components to appear S2, you must load the assets with the `@spectrum-css/tokens` at `v16` or higher.
If you are looking to implement a fully S2 design, please explore the `next` tag releases instead of using this foundations release. **This release is used in Spectrum Web Components 1.x**.
For S1 or Express, load assets with the `@spectrum-css/tokens` at `v14.x` or `v15.x`.
### Deprecations
If you are looking to implement a fully S2 design, please explore the `next` tag releases instead of using this foundations release. **This release is used in Spectrum Web Components 1.x**.
The `metadata` folder containing the `mods.md` and `metadata.json` assets has been removed from source. To find information about the components including what selectors, modifiers, and passthroughs are used, please see the `dist/metadata.json` asset shipped with every component containing CSS.
### Deprecations
The `index-vars.css` asset has been removed in this release as it was previously deprecated and is no longer maintained. Please use the `index.css` or `index-base.css`
The `metadata` folder containing the `mods.md` and `metadata.json` assets has been removed from source. To find information about the components including what selectors, modifiers, and passthroughs are used, please see the `dist/metadata.json` asset shipped with every component containing CSS.
### File usage
The `index-vars.css` asset has been removed in this release as it was previously deprecated and is no longer maintained. Please use the `index.css` or `index-base.css`
If you are rendering components and need **only** the S2 Foundations styles, you can make use of the `index.css` asset which contains all the base styles plus the system mappings for S2 Foundations.
### File usage
If you are using this version to publish **only** an S1 or Express component, you can use the `index-base.css` plus the desired `themes/(spectrum|express).css` file.
If you are rendering components and need **only** the S2 Foundations styles, you can make use of the `index.css` asset which contains all the base styles plus the system mappings for S2 Foundations.
To render a component that can be easily swapped between the S2 Foundations, S1, or Express contexts, load `index-base.css` with the `index-theme.css` file and leverage the appropriate context classes (`.spectrum--legacy` for S1 and `.spectrum--express` for Express).
If you are using this version to publish **only** an S1 or Express component, you can use the `index-base.css` plus the desired `themes/(spectrum|express).css` file.
To render a component that can be easily swapped between the S2 Foundations, S1, or Express contexts, load `index-base.css` with the `index-theme.css` file and leverage the appropriate context classes (`.spectrum--legacy` for S1 and `.spectrum--express` for Express).
### Patch Changes

@@ -96,4 +108,6 @@

- [#3522](https://github.com/adobe/spectrum-css/pull/3522) [`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39) Thanks [@castastrophe](https://github.com/castastrophe)! - Peer dependency for @spectrum-css/tokens updated to include v15 as well as v14.
šŸ“ [#3522](https://github.com/adobe/spectrum-css/pull/3522) [`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39) Thanks [@castastrophe](https://github.com/castastrophe)!
- Peer dependency for @spectrum-css/tokens updated to include v15 as well as v14.
- Updated dependencies [[`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39), [`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39)]:

@@ -111,4 +125,5 @@ - @spectrum-css/tokens@15.2.0

- [#3502](https://github.com/adobe/spectrum-css/pull/3502) [`562396e`](https://github.com/adobe/spectrum-css/commit/562396eaf21769341f78ea3761393b65f00e751b) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove empty theme references to reduce complexity for components that don't need to define any mappings. This involves removing the source `themes` directories with the empty `spectrum.css` and `express.com` files as well as removing the following empty or unnecessary exports:
šŸ“ [#3502](https://github.com/adobe/spectrum-css/pull/3502) [`562396e`](https://github.com/adobe/spectrum-css/commit/562396eaf21769341f78ea3761393b65f00e751b) Thanks [@castastrophe](https://github.com/castastrophe)!
- Remove empty theme references to reduce complexity for components that don't need to define any mappings. This involves removing the source `themes` directories with the empty `spectrum.css` and `express.com` files as well as removing the following empty or unnecessary exports:
- `index-base.css`

@@ -133,4 +148,6 @@ - `index-theme.css`

- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components
šŸ“ [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)!
- Remove the storybook assets from the shipped output for components
### Patch Changes

@@ -149,4 +166,6 @@

- [#3107](https://github.com/adobe/spectrum-css/pull/3107) [`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2) Thanks [@castastrophe](https://github.com/castastrophe)! - Incorporate glob export for the dist directory in all component packages as well as glob markdown exports (to include both CHANGELOG and READMEs).
šŸ“ [#3107](https://github.com/adobe/spectrum-css/pull/3107) [`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2) Thanks [@castastrophe](https://github.com/castastrophe)!
- Incorporate glob export for the dist directory in all component packages as well as glob markdown exports (to include both CHANGELOG and READMEs).
Sort keys in the package.json assets.

@@ -165,4 +184,6 @@

- [#3045](https://github.com/adobe/spectrum-css/pull/3045) [`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277) Thanks [@castastrophe](https://github.com/castastrophe)! - Improve changeset suggestions by using exports instead of files in component packages
šŸ“ [#3045](https://github.com/adobe/spectrum-css/pull/3045) [`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277) Thanks [@castastrophe](https://github.com/castastrophe)!
- Improve changeset suggestions by using exports instead of files in component packages
- Updated dependencies [[`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277)]:

@@ -179,4 +200,6 @@ - @spectrum-css/buttongroup@7.1.2

- [#2677](https://github.com/adobe/spectrum-css/pull/2677) [`d83200c`](https://github.com/adobe/spectrum-css/commit/d83200ca70a959aa70329e71de0c4383de157855) Thanks [@castastrophe](https://github.com/castastrophe)! - Leveral local workspace versioning to prevent misalignment
šŸ“ [#2677](https://github.com/adobe/spectrum-css/pull/2677) [`d83200c`](https://github.com/adobe/spectrum-css/commit/d83200ca70a959aa70329e71de0c4383de157855) Thanks [@castastrophe](https://github.com/castastrophe)!
- Leverage local workspace versioning to prevent misalignment
- Updated dependencies [[`d83200c`](https://github.com/adobe/spectrum-css/commit/d83200ca70a959aa70329e71de0c4383de157855)]:

@@ -193,3 +216,3 @@ - @spectrum-css/buttongroup@7.1.1

- [#2616](https://github.com/adobe/spectrum-css/pull/2616) [`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d) Thanks [@castastrophe](https://github.com/castastrophe)!
šŸ“ [#2616](https://github.com/adobe/spectrum-css/pull/2616) [`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d) Thanks [@castastrophe](https://github.com/castastrophe)!

@@ -210,68 +233,44 @@ #### Build optmizations to support minification

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="2.0.0"></a>
## 2.0.0
šŸ—“
2024-04-18 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.2.4...@spectrum-css/alertdialog@2.0.0)
šŸ—“ 2024-04-18 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.2.4...@spectrum-css/alertdialog@2.0.0)
### ✨ Features
\*use storybook v8 ([#2604](https://github.com/adobe/spectrum-css/issues/2604))([166ab23](https://github.com/adobe/spectrum-css/commit/166ab23))
- use storybook v8 ([#2604](https://github.com/adobe/spectrum-css/issues/2604))([166ab23](https://github.com/adobe/spectrum-css/commit/166ab23))
\*feat!: postcss config build and script; remove gulp (#2466)([b0f337b](https://github.com/adobe/spectrum-css/commit/b0f337b)), closes[#2466](https://github.com/adobe/spectrum-css/issues/2466)
- feat!: postcss config build and script; remove gulp (#2466)([b0f337b](https://github.com/adobe/spectrum-css/commit/b0f337b)), closes[#2466](https://github.com/adobe/spectrum-css/issues/2466)
###
šŸ›‘ BREAKING CHANGES
### šŸ›‘ BREAKING CHANGE
*
- Removes component-builder & component-builder-simple for script leveraging postcss
- Removes component-builder & component-builder-simple for script leveraging postcss
- Imports added to index.css and themes/express.css
<a name="1.2.4"></a>
## 1.2.4
šŸ—“
2024-03-07 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.2.3...@spectrum-css/alertdialog@1.2.4)
šŸ—“ 2024-03-07 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.2.3...@spectrum-css/alertdialog@1.2.4)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.2.3"></a>
## 1.2.3
šŸ—“
2024-02-26 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.2.2...@spectrum-css/alertdialog@1.2.3)
šŸ—“ 2024-02-26 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.2.2...@spectrum-css/alertdialog@1.2.3)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.2.2"></a>
## 1.2.2
šŸ—“
2024-02-15 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.2.1...@spectrum-css/alertdialog@1.2.2)
šŸ—“ 2024-02-15 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.2.1...@spectrum-css/alertdialog@1.2.2)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.2.1"></a>
## 1.2.1
šŸ—“
2024-02-06
šŸ—“ 2024-02-06
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.2.0"></a>
## 1.2.0
šŸ—“
2024-01-29 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.1.0...@spectrum-css/alertdialog@1.2.0)
šŸ—“ 2024-01-29 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.1.0...@spectrum-css/alertdialog@1.2.0)

@@ -282,170 +281,114 @@ ### ✨ Features

<a name="1.1.0"></a>
## 1.1.0
šŸ—“
2024-01-16 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.16...@spectrum-css/alertdialog@1.1.0)
šŸ—“ 2024-01-16 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.16...@spectrum-css/alertdialog@1.1.0)
### ✨ Features
\*remove theme files without content([1eadd4f](https://github.com/adobe/spectrum-css/commit/1eadd4f))
- remove theme files without content([1eadd4f](https://github.com/adobe/spectrum-css/commit/1eadd4f))
<a name="1.0.16"></a>
## 1.0.16
šŸ—“
2023-12-12 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.15...@spectrum-css/alertdialog@1.0.16)
šŸ—“ 2023-12-12 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.15...@spectrum-css/alertdialog@1.0.16)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.15"></a>
## 1.0.15
šŸ—“
2023-12-04 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.14...@spectrum-css/alertdialog@1.0.15)
šŸ—“ 2023-12-04 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.14...@spectrum-css/alertdialog@1.0.15)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.14"></a>
## 1.0.14
šŸ—“
2023-11-15 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.12...@spectrum-css/alertdialog@1.0.14)
šŸ—“ 2023-11-15 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.12...@spectrum-css/alertdialog@1.0.14)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.13"></a>
## 1.0.13
šŸ—“
2023-11-13 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.12...@spectrum-css/alertdialog@1.0.13)
šŸ—“ 2023-11-13 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.12...@spectrum-css/alertdialog@1.0.13)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.12"></a>
## 1.0.12
šŸ—“
2023-11-09 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.11...@spectrum-css/alertdialog@1.0.12)
šŸ—“ 2023-11-09 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.11...@spectrum-css/alertdialog@1.0.12)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.11"></a>
## 1.0.11
šŸ—“
2023-10-13 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.10...@spectrum-css/alertdialog@1.0.11)
šŸ—“ 2023-10-13 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.10...@spectrum-css/alertdialog@1.0.11)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.10"></a>
## 1.0.10
šŸ—“
2023-09-26 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.9...@spectrum-css/alertdialog@1.0.10)
šŸ—“ 2023-09-26 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.9...@spectrum-css/alertdialog@1.0.10)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.9"></a>
## 1.0.9
šŸ—“
2023-09-18 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.8...@spectrum-css/alertdialog@1.0.9)
šŸ—“ 2023-09-18 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.8...@spectrum-css/alertdialog@1.0.9)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.8"></a>
## 1.0.8
šŸ—“
2023-09-14 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.7...@spectrum-css/alertdialog@1.0.8)
šŸ—“ 2023-09-14 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.7...@spectrum-css/alertdialog@1.0.8)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.7"></a>
## 1.0.7
šŸ—“
2023-09-13 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.6...@spectrum-css/alertdialog@1.0.7)
šŸ—“ 2023-09-13 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.6...@spectrum-css/alertdialog@1.0.7)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.6"></a>
## 1.0.6
šŸ—“
2023-09-07 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.5...@spectrum-css/alertdialog@1.0.6)
šŸ—“ 2023-09-07 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.5...@spectrum-css/alertdialog@1.0.6)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.5"></a>
## 1.0.5
šŸ—“
2023-09-01 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.4...@spectrum-css/alertdialog@1.0.5)
šŸ—“ 2023-09-01 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.4...@spectrum-css/alertdialog@1.0.5)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.4"></a>
## 1.0.4
šŸ—“
2023-08-31 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.3...@spectrum-css/alertdialog@1.0.4)
šŸ—“ 2023-08-31 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.3...@spectrum-css/alertdialog@1.0.4)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.3"></a>
## 1.0.3
šŸ—“
2023-08-31 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.2...@spectrum-css/alertdialog@1.0.3)
šŸ—“ 2023-08-31 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.2...@spectrum-css/alertdialog@1.0.3)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.2"></a>
## 1.0.2
šŸ—“
2023-08-29 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.1...@spectrum-css/alertdialog@1.0.2)
šŸ—“ 2023-08-29 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.1...@spectrum-css/alertdialog@1.0.2)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.1"></a>
## 1.0.1
šŸ—“
2023-08-22 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.0...@spectrum-css/alertdialog@1.0.1)
šŸ—“ 2023-08-22 • šŸ“ [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.0...@spectrum-css/alertdialog@1.0.1)
**Note:** Version bump only for package @spectrum-css/alertdialog
<a name="1.0.0"></a>
## 1.0.0
šŸ—“
2023-08-22
šŸ—“ 2023-08-22
\*feat(alertdialog)!: new component([d6b7286](https://github.com/adobe/spectrum-css/commit/d6b7286))
- feat(alertdialog)!: new component([d6b7286](https://github.com/adobe/spectrum-css/commit/d6b7286))
###
šŸ›‘ BREAKING CHANGES
### šŸ›‘ BREAKING CHANGE
*
new alert dialog component added
- new alert dialog component added
{
"name": "@spectrum-css/alertdialog",
"version": "4.1.0",
"version": "4.2.0",
"description": "The Spectrum CSS alertdialog component",

@@ -19,7 +19,6 @@ "license": "Apache-2.0",

"./*.md": "./*.md",
"./package.json": "./package.json",
"./dist/*": "./dist/*",
"./index-*.css": "./dist/index-*.css",
"./index.css": "./dist/index.css",
"./metadata.json": "./dist/metadata.json",
"./package.json": "./package.json",
"./stories/*": "./stories/*"

@@ -57,8 +56,8 @@ },

"devDependencies": {
"@spectrum-css/buttongroup": "9.1.0",
"@spectrum-css/divider": "5.1.0",
"@spectrum-css/icon": "9.1.0",
"@spectrum-css/modal": "7.1.0",
"@spectrum-css/tokens": "16.0.1",
"@spectrum-css/underlay": "6.1.0"
"@spectrum-css/buttongroup": "9.2.0",
"@spectrum-css/divider": "5.2.0",
"@spectrum-css/icon": "9.2.0",
"@spectrum-css/modal": "7.2.0",
"@spectrum-css/tokens": "16.0.2",
"@spectrum-css/underlay": "6.2.0"
},

@@ -65,0 +64,0 @@ "keywords": [