-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(icon): update to use beta of auro-icon with theme support
- Loading branch information
1 parent
e9700ee
commit 7df7568
Showing
12 changed files
with
116 additions
and
145 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import versionWriter from '@aurodesignsystem/auro-library/scripts/build/versionWriter.js'; | ||
|
||
versionWriter.writeDepVersionFile('@aurodesignsystem/auro-icon'); |
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export default '5.0.0-beta.1' |
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 |
---|---|---|
@@ -1,12 +1,10 @@ | ||
:host { | ||
--ds-auro-input-alert-icon-color: var(--ds-color-alert-error-default, $ds-color-alert-error-default); | ||
--ds-auro-input-background-color: var(--ds-color-background-primary-100-default, $ds-color-background-primary-100-default); | ||
:root { | ||
--ds-auro-input-background-color: var(--ds-color-container-primary-default, $ds-color-container-primary-default); | ||
--ds-auro-input-border-color: var(--ds-color-border-secondary-default, $ds-color-border-secondary-default); | ||
--ds-auro-input-caret-color: var(--ds-color-text-ui-focus-default, $ds-color-text-ui-focus-default); | ||
--ds-auro-input-help-text-color: var(--ds-color-text-tertiary-default, $ds-color-text-tertiary-default); | ||
--ds-auro-input-label-text-color: var(--ds-color-text-tertiary-default, $ds-color-text-tertiary-default); | ||
--ds-auro-input-notification-icon-color: var(--ds-color-alert-error-default, $ds-color-alert-error-default); | ||
--ds-auro-input-placeholder-text-color: transparent; | ||
--ds-auro-input-placeholder-text-color: var(--ds-color-text-primary-default, $ds-color-text-primary-default); | ||
--ds-auro-input-text-color: var(--ds-color-text-primary-default, $ds-color-text-primary-default); | ||
--ds-auro-input-type-icon-color: var(--ds-color-icon-primary-default, $ds-color-icon-primary-default); | ||
} |
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