@@ -3,52 +3,52 @@ import { DBButton, DBCard, DBLink } from "@db-ux/react-core-components";
3
3
const Page1 = ( ) => {
4
4
return (
5
5
< 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
10
10
>
11
11
< DBCard className = "gap-fix-md" >
12
12
< h1 > Example</ h1 >
13
13
< p > Default font-size</ p >
14
14
< p data-font-size = "sm" > Smaller font-size</ p >
15
15
< 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 */ }
17
17
< DBButton icon = "plus" > Button 1</ DBButton >
18
18
< DBButton > Button 2</ DBButton >
19
19
< DBButton > Button 3</ DBButton >
20
20
</ div >
21
21
< div className = "flex gap-fix-md flex-wrap" >
22
22
< 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"
24
24
content = "external"
25
25
target = "_blank"
26
26
>
27
27
Colors
28
28
</ DBLink >
29
29
< 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"
31
31
content = "external"
32
32
target = "_blank"
33
33
>
34
34
Font-Sizes
35
35
</ DBLink >
36
36
< 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"
38
38
content = "external"
39
39
target = "_blank"
40
40
>
41
41
Icons
42
42
</ DBLink >
43
43
< 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"
45
45
content = "external"
46
46
target = "_blank"
47
47
>
48
48
Densities
49
49
</ DBLink >
50
50
< 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"
52
52
content = "external"
53
53
target = "_blank"
54
54
>
0 commit comments