-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.0.0](v3.2.3...v4.0.0) (2024-09-30) ### Bug Fixes * **popover:** update styles to reconfigure trigger and box-shadow ([6228987](6228987)) * resolve minor color theming issues ([f547a63](f547a63)) ### Features * refactor color token structure with tier 3 tokens [#63](#63) ([e9906cf](e9906cf)) ### Performance Improvements * refactor custom component registration config ([083e22c](083e22c)) * replace hardcoded size values with design tokens ([ae404c3](ae404c3)) * update dependencies ([8c81954](8c81954)) * update deps and add name as attribute when custom registered ([100e6cc](100e6cc)) ### BREAKING CHANGES * trigger major release for color theme support #63
- Loading branch information
1 parent
d8df30f
commit 4e7d734
Showing
4 changed files
with
123 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ In cases where the project is not able to process JS assets, there are pre-proce | |
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/tokens/CSSCustomProperties.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]-beta.1/dist/auro-popover__bundled.js" type="module"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/auro-popover__bundled.js" type="module"></script> | ||
``` | ||
|
||
<!-- AURO-GENERATED-CONTENT:END --> | ||
|
Oops, something went wrong.