-
Notifications
You must be signed in to change notification settings - Fork 7
refactor(design-system)!: remove deprecated DsSystemStatus component [AR-53409] #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e9da37f
5028ada
cc3ed18
06fa1ba
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| '@drivenets/design-system': major | ||
| '@drivenets/eslint-plugin-design-system': major | ||
| --- | ||
|
|
||
| Remove deprecated component `DsSystemStatus` | ||
| Remove deprecation eslint rules for `DsSystemStatus` |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| @use '../../../../../styles/root_updated'; | ||
|
|
||
| .progressInfographic { | ||
| width: 100%; | ||
| height: 20px; | ||
|
|
@@ -17,15 +19,15 @@ | |
| transition: width 0.3s ease-in-out; | ||
|
|
||
| &--low { | ||
| background-color: var(--system-status-error); | ||
| background-color: var(--background-background-negative); | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I asked Ruth about those colors. If wrong, I will update the |
||
| } | ||
|
|
||
| &--medium { | ||
| background-color: var(--system-status-info); | ||
| background-color: var(--background-background-info-strong); | ||
| } | ||
|
|
||
| &--high { | ||
| background-color: var(--system-status-ok); | ||
| background-color: var(--background-background-positive-strong); | ||
| } | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,7 +24,6 @@ export default defineConfig({ | |
| '**/ds-chip/**', | ||
| '**/ds-chip-group/**', | ||
| '**/ds-date-input/**', | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. see #341 (comment) |
||
| '**/ds-system-status/**', | ||
| ], | ||
| thresholds: { | ||
| lines: 90, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
again, same as #340 (comment)