Skip to content

Commit ac2b6c4

Browse files
authored
feature/UIDS-317 update Alert to support CTA (#319)
* adds example CTA story via message prop * adds action prop to render nodes within grid layout * updates Alert.mdx * WIP adds primary CTA built by component * WIP changing grid layout for Alert and Toast to support CTA * update useToast * adds @fortawesome/free-brands-svg-icons' * use a tag instead of form input for action * use primary-action @mixin * remove google logo * update primary action margins + use scss variables * add whitespace nowrap to primary action * more margin updates * margin edit woops * update mdx docs
1 parent 269a2a1 commit ac2b6c4

File tree

11 files changed

+795
-32
lines changed

11 files changed

+795
-32
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
},
3434
"peerDependencies": {
3535
"@fortawesome/fontawesome-svg-core": "^1.2.28",
36+
"@fortawesome/free-brands-svg-icons": "^5.15.3",
3637
"@fortawesome/free-regular-svg-icons": "^5.13.0",
3738
"@fortawesome/free-solid-svg-icons": "^5.13.0",
3839
"@fortawesome/react-fontawesome": "^0.1.9",
@@ -56,6 +57,7 @@
5657
"@babel/preset-env": "^7.8.4",
5758
"@babel/runtime": "^7.12.5",
5859
"@fortawesome/fontawesome-svg-core": "^1.2.28",
60+
"@fortawesome/free-brands-svg-icons": "^5.15.3",
5961
"@fortawesome/free-regular-svg-icons": "^5.13.0",
6062
"@fortawesome/free-solid-svg-icons": "^5.13.0",
6163
"@fortawesome/react-fontawesome": "^0.1.9",

0 commit comments

Comments
 (0)