@@ -3,52 +3,52 @@ import { DBButton, DBCard, DBLink } from "@db-ux/react-core-components";
33const Page1 = ( ) => {
44 return (
55 < div
6- className = "p-fix-xl" // TODO: Change my padding; https://db-ux- design-system.github.io /core-web/review/main/foundations/variables/examples
7- data-container-color = "neutral" // TODO: Change my color; https://db-ux- design-system.github.io /core-web/review/main/foundations/colors/color-classes
8- data-bg-color = "basic-level-2" // TODO: Change my color; https://db-ux- design-system.github.io /core-web/review/main/foundations/colors/color-classes
9- data-density = "functional" // TODO: Change my density; https://db-ux- design-system.github.io /core-web/review/main/foundations/densities/examples
6+ className = "p-fix-xl" // TODO: Change my padding; https://design-system.deutschebahn.com /core-web/review/main/foundations/variables/examples
7+ data-container-color = "neutral" // TODO: Change my color; https://design-system.deutschebahn.com /core-web/review/main/foundations/colors/color-classes
8+ data-bg-color = "basic-level-2" // TODO: Change my color; https://design-system.deutschebahn.com /core-web/review/main/foundations/colors/color-classes
9+ data-density = "functional" // TODO: Change my density; https://design-system.deutschebahn.com /core-web/review/main/foundations/densities/examples
1010 >
1111 < DBCard className = "gap-fix-md" >
1212 < h1 > Example</ h1 >
1313 < p > Default font-size</ p >
1414 < p data-font-size = "sm" > Smaller font-size</ p >
1515 < div className = "flex gap-fix-md flex-wrap" >
16- { /* TODO: Change my icon; https://db-ux- design-system.github.io /core-web/review/main/foundations/icons/overview */ }
16+ { /* TODO: Change my icon; https://design-system.deutschebahn.com /core-web/review/main/foundations/icons/overview */ }
1717 < DBButton icon = "plus" > Button 1</ DBButton >
1818 < DBButton > Button 2</ DBButton >
1919 < DBButton > Button 3</ DBButton >
2020 </ div >
2121 < div className = "flex gap-fix-md flex-wrap" >
2222 < DBLink
23- href = "https://db-ux- design-system.github.io /core-web/review/main/foundations/colors/color-classes"
23+ href = "https://design-system.deutschebahn.com /core-web/review/main/foundations/colors/color-classes"
2424 content = "external"
2525 target = "_blank"
2626 >
2727 Colors
2828 </ DBLink >
2929 < DBLink
30- href = "https://db-ux- design-system.github.io /core-web/review/main/foundations/font-sizes/overview"
30+ href = "https://design-system.deutschebahn.com /core-web/review/main/foundations/font-sizes/overview"
3131 content = "external"
3232 target = "_blank"
3333 >
3434 Font-Sizes
3535 </ DBLink >
3636 < DBLink
37- href = "https://db-ux- design-system.github.io /core-web/review/main/foundations/icons/overview"
37+ href = "https://design-system.deutschebahn.com /core-web/review/main/foundations/icons/overview"
3838 content = "external"
3939 target = "_blank"
4040 >
4141 Icons
4242 </ DBLink >
4343 < DBLink
44- href = "https://db-ux- design-system.github.io /core-web/review/main/foundations/densities/examples"
44+ href = "https://design-system.deutschebahn.com /core-web/review/main/foundations/densities/examples"
4545 content = "external"
4646 target = "_blank"
4747 >
4848 Densities
4949 </ DBLink >
5050 < DBLink
51- href = "https://db-ux- design-system.github.io /core-web/review/main/foundations/variables/examples"
51+ href = "https://design-system.deutschebahn.com /core-web/review/main/foundations/variables/examples"
5252 content = "external"
5353 target = "_blank"
5454 >
0 commit comments