-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! Docs(web-twig): Minor fixes in twig demos #DS-979
- Loading branch information
1 parent
4f917b9
commit 39df5ae
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
packages/web-twig/src/Resources/components/Alert/stories/AlertCentered.twig
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,17 +1,17 @@ | ||
<Alert color="success" isCentered> | ||
We sent you an activation link to email <strong>[email protected]</strong>. | ||
We sent you an activation link to email <strong>[email protected]</strong>. See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> | ||
|
||
<Alert color="informative" isCentered> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam at excepturi laudantium magnam mollitia | ||
perferendis reprehenderit, voluptate. Cum delectus dicta ducimus eligendi excepturi natus perferendis | ||
provident unde. Eveniet, iste, molestiae? | ||
provident unde. Eveniet, iste, molestiae? See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> | ||
|
||
<Alert color="warning" isCentered> | ||
<strong>Warning!</strong> Data update failed due to missing internet connection. | ||
<strong>Warning!</strong> Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> | ||
|
||
<Alert color="danger" isCentered> | ||
Data update failed due to missing internet connection. | ||
Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> |
8 changes: 4 additions & 4 deletions
8
packages/web-twig/src/Resources/components/Alert/stories/AlertColors.twig
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,17 +1,17 @@ | ||
<Alert color="success"> | ||
We sent you an activation link to email <strong>[email protected]</strong>. | ||
We sent you an activation link to email <strong>[email protected]</strong>. See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> | ||
|
||
<Alert color="informative"> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam at excepturi laudantium magnam mollitia | ||
perferendis reprehenderit, voluptate. Cum delectus dicta ducimus eligendi excepturi natus perferendis | ||
provident unde. Eveniet, iste, molestiae? | ||
provident unde. Eveniet, iste, molestiae? See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> | ||
|
||
<Alert color="warning"> | ||
<strong>Warning!</strong> Data update failed due to missing internet connection. | ||
<strong>Warning!</strong> Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> | ||
|
||
<Alert color="danger"> | ||
Data update failed due to missing internet connection. | ||
Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> |
8 changes: 4 additions & 4 deletions
8
packages/web-twig/src/Resources/components/Alert/stories/AlertIcons.twig
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,17 +1,17 @@ | ||
<Alert color="success" iconName="profile"> | ||
We sent you an activation link to email <strong>[email protected]</strong>. | ||
We sent you an activation link to email <strong>[email protected]</strong>. See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> | ||
|
||
<Alert color="informative" iconName="info"> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam at excepturi laudantium magnam mollitia | ||
perferendis reprehenderit, voluptate. Cum delectus dicta ducimus eligendi excepturi natus perferendis | ||
provident unde. Eveniet, iste, molestiae? | ||
provident unde. Eveniet, iste, molestiae? See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> | ||
|
||
<Alert color="warning" iconName="warning"> | ||
<strong>Warning!</strong> Data update failed due to missing internet connection. | ||
<strong>Warning!</strong> Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> | ||
|
||
<Alert color="danger" iconName="close"> | ||
Data update failed due to missing internet connection. | ||
Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info. | ||
</Alert> |