-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
UI: HDS adoption update <AlertInline> component to use Hds::Alert #24299
Changes from 6 commits
584866a
fd58d66
d69f9c4
f28c62c
8f9a65d
cdffd1d
3ce92a5
0e5aad4
c6067e3
103d157
89184d7
3ecc003
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 |
---|---|---|
|
@@ -34,5 +34,5 @@ | |
/> | ||
</Hds::SegmentedGroup> | ||
{{#if this.invalidDate}} | ||
<AlertInline @type="danger" @message={{this.invalidDate}} @paddingTop={{true}} @mimicRefresh={{true}} /> | ||
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. decided to make |
||
<AlertInline @type="danger" @message={{this.invalidDate}} class="has-top-padding-s" /> | ||
{{/if}} |
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. |
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.
the class
size-small
no longer exists (functionality have been removed previously?), so remove this arg all together.