Skip to content

Commit

Permalink
feat: export Ext. and Int. link icons for use in new Donate (#675)
Browse files Browse the repository at this point in the history
* feat: export Ext. and Int. link icons for use in new Donate

* Snaps too?
  • Loading branch information
AndyEPhipps authored Oct 9, 2024
1 parent 5aa9233 commit 99bcf36
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/components/Molecules/CardDs/__snapshots__/CardDs.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ exports[`renders Column view correctly 1`] = `
color: #FFFFFF;
}
.c9 {
fill: #FFFFFF;
}
.c0 {
display: -webkit-box;
display: -webkit-flex;
Expand Down Expand Up @@ -115,10 +119,6 @@ exports[`renders Column view correctly 1`] = `
z-index: 2;
}
.c9 {
fill: #FFFFFF;
}
@media (min-width:740px) {
.c8 {
width: auto;
Expand All @@ -145,6 +145,12 @@ exports[`renders Column view correctly 1`] = `
}
}
@media (min-width:1024px) {
.c9 {
fill: #FFFFFF;
}
}
@media (min-width:1440px) {
.c0 {
-webkit-flex-direction: column;
Expand Down Expand Up @@ -172,12 +178,6 @@ exports[`renders Column view correctly 1`] = `
}
}
@media (min-width:1024px) {
.c9 {
fill: #FFFFFF;
}
}
<div
className="c0"
>
Expand Down Expand Up @@ -313,6 +313,10 @@ exports[`renders correctly 1`] = `
color: #FFFFFF;
}
.c9 {
fill: #FFFFFF;
}
.c0 {
display: -webkit-box;
display: -webkit-flex;
Expand Down Expand Up @@ -367,10 +371,6 @@ exports[`renders correctly 1`] = `
z-index: 2;
}
.c9 {
fill: #FFFFFF;
}
@media (min-width:740px) {
.c8 {
width: auto;
Expand All @@ -397,6 +397,12 @@ exports[`renders correctly 1`] = `
}
}
@media (min-width:1024px) {
.c9 {
fill: #FFFFFF;
}
}
@media (min-width:740px) {
.c0 {
-webkit-flex-direction: row;
Expand Down Expand Up @@ -457,12 +463,6 @@ exports[`renders correctly 1`] = `
}
}
@media (min-width:1024px) {
.c9 {
fill: #FFFFFF;
}
}
<div
className="c0"
>
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export { default as ErrorText } from './components/Atoms/ErrorText/ErrorText';
export { default as Label } from './components/Atoms/Label/Label';
export { default as ButtonWithStates } from './components/Atoms/ButtonWithStates/ButtonWithStates';
export { default as Confetti } from './components/Atoms/Confetti/Confetti';
export { default as External } from './components/Atoms/Icons/External';
export { default as Internal } from './components/Atoms/Icons/Internal';

/* Molecules */
export { default as HeroBanner } from './components/Molecules/HeroBanner/HeroBanner';
Expand Down

0 comments on commit 99bcf36

Please sign in to comment.