-
Notifications
You must be signed in to change notification settings - Fork 16
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
Created Alert component aligned with design system #2895
Merged
Made1ra
merged 8 commits into
develop
from
feature/2846/create-alert-component-aligned-with-design-system
Nov 28, 2024
Merged
Created Alert component aligned with design system #2895
Made1ra
merged 8 commits into
develop
from
feature/2846/create-alert-component-aligned-with-design-system
Nov 28, 2024
Conversation
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
Made1ra
added
Frontend part
feature
component
design system
task related to scss design system
labels
Nov 26, 2024
Made1ra
requested review from
dudchakk,
markgol777,
Renatavl,
ArtemHolikov,
SofiiaYevush,
amoutens,
Mav-Ivan,
Mike-Popovych and
ShadowOfTheSpace
November 26, 2024 19:59
amoutens
reviewed
Nov 27, 2024
amoutens
approved these changes
Nov 27, 2024
Renatavl
approved these changes
Nov 27, 2024
Made1ra
force-pushed
the
feature/2846/create-alert-component-aligned-with-design-system
branch
from
November 28, 2024 09:14
66f0569
to
f905a54
Compare
ShadowOfTheSpace
requested changes
Nov 28, 2024
ShadowOfTheSpace
approved these changes
Nov 28, 2024
Quality Gate passedIssues Measures |
Made1ra
deleted the
feature/2846/create-alert-component-aligned-with-design-system
branch
November 28, 2024 09:29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Implemented a reusable
Alert
component that meets the design system standards. This component will be used throughout the application to maintain consistency in alert styles, behavior, and accessibility.Figma
Requirements:
Styles:
Props:
variant
: Defines type (filled, outlined).label
: Provide a label for the Alert.title
: Provide a title for the Alert.description
: Provide a description for the Alert.severity
: Representing different states (success, info, error, warning).icon
: Optional prop, have the icon to eachseverity
by default