@openkfw/design-tokens 0.4.1 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -14
- package/output/figma/kfw-design-tokens.light.json +16 -6
- package/output/json/kfw-design-tokens.light.json +77 -30
- package/output/penpot/kfw-design-tokens.light.json +16 -6
- package/output/web_stable_10px/css/kfw-design-tokens.light.css +18 -16
- package/output/web_stable_10px/js/kfw-design-tokens.light.d.ts +4 -2
- package/output/web_stable_10px/js/kfw-design-tokens.light.js +18 -16
- package/output/web_stable_10px/scss/kfw-design-tokens.light.scss +18 -16
- package/output/web_thirdparty_16px/css/kfw-design-tokens.light.css +18 -16
- package/output/web_thirdparty_16px/js/kfw-design-tokens.light.d.ts +4 -2
- package/output/web_thirdparty_16px/js/kfw-design-tokens.light.js +18 -16
- package/output/web_thirdparty_16px/scss/kfw-design-tokens.light.scss +18 -16
- package/package.json +3 -3
- package/tokens/gen-tokens.dark.json5 +12 -4
- package/tokens/tokens.json +4 -2
package/README.md
CHANGED
|
@@ -67,17 +67,3 @@ Otherwise you can use the static `px` values provided in the design tokens.
|
|
|
67
67
|
|
|
68
68
|
In Tailwind CSS v3, you can define breakpoints directly in your `tailwind.config.js` using JavaScript.
|
|
69
69
|
In Tailwind CSS v4, you can either use the <a href="https://v3.tailwindcss.com/docs/using-with-preprocessors#using-sass-less-or-stylus">SCSS preprocessor</a> with variables for breakpoints, or use the standard CSS version with the workaround described above.
|
|
70
|
-
|
|
71
|
-
### How to use KfW Design Tokens with AI?
|
|
72
|
-
|
|
73
|
-
You can integrate `KfW Design Tokens` with AI tools like [Google Stitch](https://stitch.withgoogle.com/)
|
|
74
|
-
by providing prompts that include specific token values. This helps generate designs aligned with KfW's branding, including colors, typography, and spacing.
|
|
75
|
-
|
|
76
|
-
Example prompt:
|
|
77
|
-
|
|
78
|
-
```
|
|
79
|
-
Create a modern website design that aligns with the KfW brand provided by KfW Design Tokens:
|
|
80
|
-
|
|
81
|
-
https://github.com/openkfw/design-tokens/blob/main/output/web_stable_10px/css/kfw-design-tokens.light.css
|
|
82
|
-
(Copy the CSS from the link above and paste it here)
|
|
83
|
-
```
|
|
@@ -603,14 +603,14 @@
|
|
|
603
603
|
"$value": "20px",
|
|
604
604
|
"$type": "fontSizes"
|
|
605
605
|
},
|
|
606
|
-
"Small": {
|
|
607
|
-
"$value": "14px",
|
|
608
|
-
"$type": "fontSizes"
|
|
609
|
-
},
|
|
610
606
|
"Large": {
|
|
611
607
|
"$value": "18px",
|
|
612
608
|
"$type": "fontSizes"
|
|
613
609
|
},
|
|
610
|
+
"Small": {
|
|
611
|
+
"$value": "14px",
|
|
612
|
+
"$type": "fontSizes"
|
|
613
|
+
},
|
|
614
614
|
"Heading-1": {
|
|
615
615
|
"Mobile": {
|
|
616
616
|
"$value": "30px",
|
|
@@ -679,8 +679,18 @@
|
|
|
679
679
|
}
|
|
680
680
|
},
|
|
681
681
|
"Borderradius": {
|
|
682
|
-
"
|
|
683
|
-
|
|
682
|
+
"Default": {
|
|
683
|
+
"$value": "4px",
|
|
684
|
+
"$type": "borderRadius"
|
|
685
|
+
},
|
|
686
|
+
"Large": {
|
|
687
|
+
"$value": "20px",
|
|
688
|
+
"$type": "borderRadius"
|
|
689
|
+
},
|
|
690
|
+
"Small": {
|
|
691
|
+
"$value": "2px",
|
|
692
|
+
"$type": "borderRadius"
|
|
693
|
+
}
|
|
684
694
|
},
|
|
685
695
|
"Borderwidth": {
|
|
686
696
|
"Default": {
|
|
@@ -6521,48 +6521,48 @@
|
|
|
6521
6521
|
"introduction"
|
|
6522
6522
|
]
|
|
6523
6523
|
},
|
|
6524
|
-
"
|
|
6525
|
-
"key": "{semantic.fontsize.
|
|
6524
|
+
"large": {
|
|
6525
|
+
"key": "{semantic.fontsize.large}",
|
|
6526
6526
|
"$value": {
|
|
6527
6527
|
"unit": "px",
|
|
6528
|
-
"value":
|
|
6528
|
+
"value": 18
|
|
6529
6529
|
},
|
|
6530
6530
|
"filePath": "tokens/tokens.json",
|
|
6531
6531
|
"isSource": true,
|
|
6532
6532
|
"$type": "dimension",
|
|
6533
6533
|
"original": {
|
|
6534
|
-
"$value": "{base.fontsize.static.
|
|
6534
|
+
"$value": "{base.fontsize.static.lg}",
|
|
6535
6535
|
"$type": "dimension",
|
|
6536
|
-
"key": "{semantic.fontsize.
|
|
6536
|
+
"key": "{semantic.fontsize.large}"
|
|
6537
6537
|
},
|
|
6538
|
-
"name": "
|
|
6538
|
+
"name": "large",
|
|
6539
6539
|
"attributes": {},
|
|
6540
6540
|
"path": [
|
|
6541
6541
|
"semantic",
|
|
6542
6542
|
"fontsize",
|
|
6543
|
-
"
|
|
6543
|
+
"large"
|
|
6544
6544
|
]
|
|
6545
6545
|
},
|
|
6546
|
-
"
|
|
6547
|
-
"key": "{semantic.fontsize.
|
|
6546
|
+
"small": {
|
|
6547
|
+
"key": "{semantic.fontsize.small}",
|
|
6548
6548
|
"$value": {
|
|
6549
6549
|
"unit": "px",
|
|
6550
|
-
"value":
|
|
6550
|
+
"value": 14
|
|
6551
6551
|
},
|
|
6552
6552
|
"filePath": "tokens/tokens.json",
|
|
6553
6553
|
"isSource": true,
|
|
6554
6554
|
"$type": "dimension",
|
|
6555
6555
|
"original": {
|
|
6556
|
-
"$value": "{base.fontsize.static.
|
|
6556
|
+
"$value": "{base.fontsize.static.sm}",
|
|
6557
6557
|
"$type": "dimension",
|
|
6558
|
-
"key": "{semantic.fontsize.
|
|
6558
|
+
"key": "{semantic.fontsize.small}"
|
|
6559
6559
|
},
|
|
6560
|
-
"name": "
|
|
6560
|
+
"name": "small",
|
|
6561
6561
|
"attributes": {},
|
|
6562
6562
|
"path": [
|
|
6563
6563
|
"semantic",
|
|
6564
6564
|
"fontsize",
|
|
6565
|
-
"
|
|
6565
|
+
"small"
|
|
6566
6566
|
]
|
|
6567
6567
|
},
|
|
6568
6568
|
"heading-1": {
|
|
@@ -6989,25 +6989,72 @@
|
|
|
6989
6989
|
}
|
|
6990
6990
|
},
|
|
6991
6991
|
"borderradius": {
|
|
6992
|
-
"
|
|
6993
|
-
|
|
6994
|
-
|
|
6995
|
-
|
|
6996
|
-
|
|
6992
|
+
"default": {
|
|
6993
|
+
"key": "{semantic.borderradius.default}",
|
|
6994
|
+
"$value": {
|
|
6995
|
+
"unit": "px",
|
|
6996
|
+
"value": 4
|
|
6997
|
+
},
|
|
6998
|
+
"filePath": "tokens/tokens.json",
|
|
6999
|
+
"isSource": true,
|
|
7000
|
+
"$type": "dimension",
|
|
7001
|
+
"original": {
|
|
7002
|
+
"$value": "{base.borderradius.md}",
|
|
7003
|
+
"$type": "dimension",
|
|
7004
|
+
"key": "{semantic.borderradius.default}"
|
|
7005
|
+
},
|
|
7006
|
+
"name": "default",
|
|
7007
|
+
"attributes": {},
|
|
7008
|
+
"path": [
|
|
7009
|
+
"semantic",
|
|
7010
|
+
"borderradius",
|
|
7011
|
+
"default"
|
|
7012
|
+
]
|
|
6997
7013
|
},
|
|
6998
|
-
"
|
|
6999
|
-
|
|
7000
|
-
|
|
7014
|
+
"large": {
|
|
7015
|
+
"key": "{semantic.borderradius.large}",
|
|
7016
|
+
"$value": {
|
|
7017
|
+
"unit": "px",
|
|
7018
|
+
"value": 20
|
|
7019
|
+
},
|
|
7020
|
+
"filePath": "tokens/tokens.json",
|
|
7021
|
+
"isSource": true,
|
|
7001
7022
|
"$type": "dimension",
|
|
7002
|
-
"
|
|
7003
|
-
|
|
7023
|
+
"original": {
|
|
7024
|
+
"$value": "{base.borderradius.lg}",
|
|
7025
|
+
"$type": "dimension",
|
|
7026
|
+
"key": "{semantic.borderradius.large}"
|
|
7027
|
+
},
|
|
7028
|
+
"name": "large",
|
|
7029
|
+
"attributes": {},
|
|
7030
|
+
"path": [
|
|
7031
|
+
"semantic",
|
|
7032
|
+
"borderradius",
|
|
7033
|
+
"large"
|
|
7034
|
+
]
|
|
7004
7035
|
},
|
|
7005
|
-
"
|
|
7006
|
-
|
|
7007
|
-
|
|
7008
|
-
|
|
7009
|
-
|
|
7010
|
-
|
|
7036
|
+
"small": {
|
|
7037
|
+
"key": "{semantic.borderradius.small}",
|
|
7038
|
+
"$value": {
|
|
7039
|
+
"unit": "px",
|
|
7040
|
+
"value": 2
|
|
7041
|
+
},
|
|
7042
|
+
"filePath": "tokens/tokens.json",
|
|
7043
|
+
"isSource": true,
|
|
7044
|
+
"$type": "dimension",
|
|
7045
|
+
"original": {
|
|
7046
|
+
"$value": "{base.borderradius.sm}",
|
|
7047
|
+
"$type": "dimension",
|
|
7048
|
+
"key": "{semantic.borderradius.small}"
|
|
7049
|
+
},
|
|
7050
|
+
"name": "small",
|
|
7051
|
+
"attributes": {},
|
|
7052
|
+
"path": [
|
|
7053
|
+
"semantic",
|
|
7054
|
+
"borderradius",
|
|
7055
|
+
"small"
|
|
7056
|
+
]
|
|
7057
|
+
}
|
|
7011
7058
|
},
|
|
7012
7059
|
"borderwidth": {
|
|
7013
7060
|
"default": {
|
|
@@ -603,14 +603,14 @@
|
|
|
603
603
|
"$value": "20px",
|
|
604
604
|
"$type": "fontSizes"
|
|
605
605
|
},
|
|
606
|
-
"Small": {
|
|
607
|
-
"$value": "14px",
|
|
608
|
-
"$type": "fontSizes"
|
|
609
|
-
},
|
|
610
606
|
"Large": {
|
|
611
607
|
"$value": "18px",
|
|
612
608
|
"$type": "fontSizes"
|
|
613
609
|
},
|
|
610
|
+
"Small": {
|
|
611
|
+
"$value": "14px",
|
|
612
|
+
"$type": "fontSizes"
|
|
613
|
+
},
|
|
614
614
|
"Heading-1": {
|
|
615
615
|
"Mobile": {
|
|
616
616
|
"$value": "30px",
|
|
@@ -679,8 +679,18 @@
|
|
|
679
679
|
}
|
|
680
680
|
},
|
|
681
681
|
"Borderradius": {
|
|
682
|
-
"
|
|
683
|
-
|
|
682
|
+
"Default": {
|
|
683
|
+
"$value": "4px",
|
|
684
|
+
"$type": "borderRadius"
|
|
685
|
+
},
|
|
686
|
+
"Large": {
|
|
687
|
+
"$value": "20px",
|
|
688
|
+
"$type": "borderRadius"
|
|
689
|
+
},
|
|
690
|
+
"Small": {
|
|
691
|
+
"$value": "2px",
|
|
692
|
+
"$type": "borderRadius"
|
|
693
|
+
}
|
|
684
694
|
},
|
|
685
695
|
"Borderwidth": {
|
|
686
696
|
"Default": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* KfW Design Tokens v0.4.
|
|
2
|
+
* KfW Design Tokens v0.4.3
|
|
3
3
|
* Copyright 2025
|
|
4
4
|
* Licensed under MPL-2.0 (https://github.com/openkfw/design-tokens/blob/main/LICENSE)
|
|
5
5
|
*/
|
|
@@ -117,24 +117,24 @@
|
|
|
117
117
|
--kfw-base-lineheight-sm: 1.333;
|
|
118
118
|
--kfw-base-lineheight-md: 1.4;
|
|
119
119
|
--kfw-base-lineheight-lg: 1.5;
|
|
120
|
-
--kfw-base-borderradius-sm:
|
|
120
|
+
--kfw-base-borderradius-sm: 2px;
|
|
121
121
|
--kfw-base-borderradius-md: 0.4rem;
|
|
122
122
|
--kfw-base-borderradius-lg: 2rem;
|
|
123
123
|
--kfw-base-borderradius-full: 999.9rem;
|
|
124
124
|
--kfw-base-borderwidth-none: 0;
|
|
125
125
|
--kfw-base-borderwidth-md: 1px;
|
|
126
|
-
--kfw-base-borderwidth-lg:
|
|
126
|
+
--kfw-base-borderwidth-lg: 2px;
|
|
127
127
|
--kfw-base-fontweight-regular: 400;
|
|
128
128
|
--kfw-base-fontweight-medium: 500;
|
|
129
129
|
--kfw-base-letterspacing-tight: -0.5px;
|
|
130
130
|
--kfw-base-letterspacing-normal: 0;
|
|
131
131
|
--kfw-base-letterspacing-wide: 0.5px;
|
|
132
132
|
--kfw-base-letterspacing-wider: 1px;
|
|
133
|
-
--kfw-base-layout-breakpoint-xs:
|
|
134
|
-
--kfw-base-layout-breakpoint-sm:
|
|
135
|
-
--kfw-base-layout-breakpoint-md:
|
|
136
|
-
--kfw-base-layout-breakpoint-lg:
|
|
137
|
-
--kfw-base-layout-breakpoint-xl:
|
|
133
|
+
--kfw-base-layout-breakpoint-xs: 320px;
|
|
134
|
+
--kfw-base-layout-breakpoint-sm: 600px;
|
|
135
|
+
--kfw-base-layout-breakpoint-md: 840px;
|
|
136
|
+
--kfw-base-layout-breakpoint-lg: 960px;
|
|
137
|
+
--kfw-base-layout-breakpoint-xl: 1280px;
|
|
138
138
|
--kfw-base-layout-container-sm: 89.6rem;
|
|
139
139
|
--kfw-base-layout-container-md: 108rem;
|
|
140
140
|
--kfw-base-layout-container-lg: 128rem;
|
|
@@ -225,8 +225,8 @@
|
|
|
225
225
|
--kfw-fontspace-heading-6: 1rem;
|
|
226
226
|
--kfw-fontsize: 1.6rem;
|
|
227
227
|
--kfw-fontsize-introduction: 2rem;
|
|
228
|
-
--kfw-fontsize-small: 1.4rem;
|
|
229
228
|
--kfw-fontsize-large: 1.8rem;
|
|
229
|
+
--kfw-fontsize-small: 1.4rem;
|
|
230
230
|
--kfw-fontsize-heading-1-min: 3rem;
|
|
231
231
|
--kfw-fontsize-heading-1-max: 3.6rem;
|
|
232
232
|
--kfw-fontsize-heading-1-val: 0.882vi + 2.4706rem;
|
|
@@ -246,17 +246,19 @@
|
|
|
246
246
|
--kfw-lineheight-heading: 1.3;
|
|
247
247
|
--kfw-lineheight-heading-5: 1.333;
|
|
248
248
|
--kfw-borderradius: 0.4rem;
|
|
249
|
+
--kfw-borderradius-large: 2rem;
|
|
250
|
+
--kfw-borderradius-small: 2px;
|
|
249
251
|
--kfw-borderwidth: 1px;
|
|
250
|
-
--kfw-borderwidth-large:
|
|
251
|
-
--kfw-focusring-outline-width:
|
|
252
|
-
--kfw-focusring-outline-offset:
|
|
252
|
+
--kfw-borderwidth-large: 2px;
|
|
253
|
+
--kfw-focusring-outline-width: 2px;
|
|
254
|
+
--kfw-focusring-outline-offset: 2px;
|
|
253
255
|
--kfw-focusring-outline-style: dashed;
|
|
254
256
|
--kfw-fontweight: 400;
|
|
255
257
|
--kfw-fontweight-bold: 500;
|
|
256
|
-
--kfw-breakpoint-mobile:
|
|
257
|
-
--kfw-breakpoint-tablet:
|
|
258
|
-
--kfw-breakpoint-desktop:
|
|
259
|
-
--kfw-breakpoint-desktop-large:
|
|
258
|
+
--kfw-breakpoint-mobile: 600px;
|
|
259
|
+
--kfw-breakpoint-tablet: 840px;
|
|
260
|
+
--kfw-breakpoint-desktop: 960px;
|
|
261
|
+
--kfw-breakpoint-desktop-large: 1280px;
|
|
260
262
|
--kfw-contentwrapper-narrow: 89.6rem;
|
|
261
263
|
--kfw-contentwrapper-basic: 108rem;
|
|
262
264
|
--kfw-contentwrapper-extended: 128rem;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* KfW Design Tokens v0.4.
|
|
2
|
+
* KfW Design Tokens v0.4.3
|
|
3
3
|
* Copyright 2025
|
|
4
4
|
* Licensed under MPL-2.0 (https://github.com/openkfw/design-tokens/blob/main/LICENSE)
|
|
5
5
|
*/
|
|
@@ -519,8 +519,8 @@ export const KfwFontspaceHeading5: string;
|
|
|
519
519
|
export const KfwFontspaceHeading6: string;
|
|
520
520
|
export const KfwFontsize: string;
|
|
521
521
|
export const KfwFontsizeIntroduction: string;
|
|
522
|
-
export const KfwFontsizeSmall: string;
|
|
523
522
|
export const KfwFontsizeLarge: string;
|
|
523
|
+
export const KfwFontsizeSmall: string;
|
|
524
524
|
export const KfwFontsizeHeading1Min: string;
|
|
525
525
|
export const KfwFontsizeHeading1Max: string;
|
|
526
526
|
export const KfwFontsizeHeading1Val: string;
|
|
@@ -540,6 +540,8 @@ export const KfwLineheightList: number;
|
|
|
540
540
|
export const KfwLineheightHeading: number;
|
|
541
541
|
export const KfwLineheightHeading5: number;
|
|
542
542
|
export const KfwBorderradius: string;
|
|
543
|
+
export const KfwBorderradiusLarge: string;
|
|
544
|
+
export const KfwBorderradiusSmall: string;
|
|
543
545
|
export const KfwBorderwidth: string;
|
|
544
546
|
export const KfwBorderwidthLarge: string;
|
|
545
547
|
export const KfwFocusringOutlineWidth: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* KfW Design Tokens v0.4.
|
|
2
|
+
* KfW Design Tokens v0.4.3
|
|
3
3
|
* Copyright 2025
|
|
4
4
|
* Licensed under MPL-2.0 (https://github.com/openkfw/design-tokens/blob/main/LICENSE)
|
|
5
5
|
*/
|
|
@@ -233,24 +233,24 @@ export const KfwBaseLineheightXs = 1.3;
|
|
|
233
233
|
export const KfwBaseLineheightSm = 1.333;
|
|
234
234
|
export const KfwBaseLineheightMd = 1.4;
|
|
235
235
|
export const KfwBaseLineheightLg = 1.5;
|
|
236
|
-
export const KfwBaseBorderradiusSm = "
|
|
236
|
+
export const KfwBaseBorderradiusSm = "2px";
|
|
237
237
|
export const KfwBaseBorderradiusMd = "0.4rem";
|
|
238
238
|
export const KfwBaseBorderradiusLg = "2rem";
|
|
239
239
|
export const KfwBaseBorderradiusFull = "999.9rem";
|
|
240
240
|
export const KfwBaseBorderwidthNone = "0";
|
|
241
241
|
export const KfwBaseBorderwidthMd = "1px";
|
|
242
|
-
export const KfwBaseBorderwidthLg = "
|
|
242
|
+
export const KfwBaseBorderwidthLg = "2px";
|
|
243
243
|
export const KfwBaseFontweightRegular = 400;
|
|
244
244
|
export const KfwBaseFontweightMedium = 500;
|
|
245
245
|
export const KfwBaseLetterspacingTight = "-0.5px";
|
|
246
246
|
export const KfwBaseLetterspacingNormal = "0";
|
|
247
247
|
export const KfwBaseLetterspacingWide = "0.5px";
|
|
248
248
|
export const KfwBaseLetterspacingWider = "1px";
|
|
249
|
-
export const KfwBaseLayoutBreakpointXs = "
|
|
250
|
-
export const KfwBaseLayoutBreakpointSm = "
|
|
251
|
-
export const KfwBaseLayoutBreakpointMd = "
|
|
252
|
-
export const KfwBaseLayoutBreakpointLg = "
|
|
253
|
-
export const KfwBaseLayoutBreakpointXl = "
|
|
249
|
+
export const KfwBaseLayoutBreakpointXs = "320px";
|
|
250
|
+
export const KfwBaseLayoutBreakpointSm = "600px";
|
|
251
|
+
export const KfwBaseLayoutBreakpointMd = "840px";
|
|
252
|
+
export const KfwBaseLayoutBreakpointLg = "960px";
|
|
253
|
+
export const KfwBaseLayoutBreakpointXl = "1280px";
|
|
254
254
|
export const KfwBaseLayoutContainerSm = "89.6rem";
|
|
255
255
|
export const KfwBaseLayoutContainerMd = "108rem";
|
|
256
256
|
export const KfwBaseLayoutContainerLg = "128rem";
|
|
@@ -520,8 +520,8 @@ export const KfwFontspaceHeading5 = "1rem";
|
|
|
520
520
|
export const KfwFontspaceHeading6 = "1rem";
|
|
521
521
|
export const KfwFontsize = "1.6rem";
|
|
522
522
|
export const KfwFontsizeIntroduction = "2rem";
|
|
523
|
-
export const KfwFontsizeSmall = "1.4rem";
|
|
524
523
|
export const KfwFontsizeLarge = "1.8rem";
|
|
524
|
+
export const KfwFontsizeSmall = "1.4rem";
|
|
525
525
|
export const KfwFontsizeHeading1Min = "3rem";
|
|
526
526
|
export const KfwFontsizeHeading1Max = "3.6rem";
|
|
527
527
|
export const KfwFontsizeHeading1Val = "2.4706rem";
|
|
@@ -541,17 +541,19 @@ export const KfwLineheightList = 1.5;
|
|
|
541
541
|
export const KfwLineheightHeading = 1.3;
|
|
542
542
|
export const KfwLineheightHeading5 = 1.333;
|
|
543
543
|
export const KfwBorderradius = "0.4rem";
|
|
544
|
+
export const KfwBorderradiusLarge = "2rem";
|
|
545
|
+
export const KfwBorderradiusSmall = "2px";
|
|
544
546
|
export const KfwBorderwidth = "1px";
|
|
545
|
-
export const KfwBorderwidthLarge = "
|
|
546
|
-
export const KfwFocusringOutlineWidth = "
|
|
547
|
-
export const KfwFocusringOutlineOffset = "
|
|
547
|
+
export const KfwBorderwidthLarge = "2px";
|
|
548
|
+
export const KfwFocusringOutlineWidth = "2px";
|
|
549
|
+
export const KfwFocusringOutlineOffset = "2px";
|
|
548
550
|
export const KfwFocusringOutlineStyle = "dashed";
|
|
549
551
|
export const KfwFontweight = 400;
|
|
550
552
|
export const KfwFontweightBold = 500;
|
|
551
|
-
export const KfwBreakpointMobile = "
|
|
552
|
-
export const KfwBreakpointTablet = "
|
|
553
|
-
export const KfwBreakpointDesktop = "
|
|
554
|
-
export const KfwBreakpointDesktopLarge = "
|
|
553
|
+
export const KfwBreakpointMobile = "600px";
|
|
554
|
+
export const KfwBreakpointTablet = "840px";
|
|
555
|
+
export const KfwBreakpointDesktop = "960px";
|
|
556
|
+
export const KfwBreakpointDesktopLarge = "1280px";
|
|
555
557
|
export const KfwContentwrapperNarrow = "89.6rem";
|
|
556
558
|
export const KfwContentwrapperBasic = "108rem";
|
|
557
559
|
export const KfwContentwrapperExtended = "128rem";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
// KfW Design Tokens v0.4.
|
|
2
|
+
// KfW Design Tokens v0.4.3
|
|
3
3
|
// Copyright 2025
|
|
4
4
|
// Licensed under MPL-2.0 (https://github.com/openkfw/design-tokens/blob/main/LICENSE)
|
|
5
5
|
|
|
@@ -113,24 +113,24 @@ $kfw-base-lineheight-xs: 1.3;
|
|
|
113
113
|
$kfw-base-lineheight-sm: 1.333;
|
|
114
114
|
$kfw-base-lineheight-md: 1.4;
|
|
115
115
|
$kfw-base-lineheight-lg: 1.5;
|
|
116
|
-
$kfw-base-borderradius-sm:
|
|
116
|
+
$kfw-base-borderradius-sm: 2px;
|
|
117
117
|
$kfw-base-borderradius-md: 0.4rem;
|
|
118
118
|
$kfw-base-borderradius-lg: 2rem;
|
|
119
119
|
$kfw-base-borderradius-full: 999.9rem;
|
|
120
120
|
$kfw-base-borderwidth-none: 0;
|
|
121
121
|
$kfw-base-borderwidth-md: 1px;
|
|
122
|
-
$kfw-base-borderwidth-lg:
|
|
122
|
+
$kfw-base-borderwidth-lg: 2px;
|
|
123
123
|
$kfw-base-fontweight-regular: 400;
|
|
124
124
|
$kfw-base-fontweight-medium: 500;
|
|
125
125
|
$kfw-base-letterspacing-tight: -0.5px;
|
|
126
126
|
$kfw-base-letterspacing-normal: 0;
|
|
127
127
|
$kfw-base-letterspacing-wide: 0.5px;
|
|
128
128
|
$kfw-base-letterspacing-wider: 1px;
|
|
129
|
-
$kfw-base-layout-breakpoint-xs:
|
|
130
|
-
$kfw-base-layout-breakpoint-sm:
|
|
131
|
-
$kfw-base-layout-breakpoint-md:
|
|
132
|
-
$kfw-base-layout-breakpoint-lg:
|
|
133
|
-
$kfw-base-layout-breakpoint-xl:
|
|
129
|
+
$kfw-base-layout-breakpoint-xs: 320px;
|
|
130
|
+
$kfw-base-layout-breakpoint-sm: 600px;
|
|
131
|
+
$kfw-base-layout-breakpoint-md: 840px;
|
|
132
|
+
$kfw-base-layout-breakpoint-lg: 960px;
|
|
133
|
+
$kfw-base-layout-breakpoint-xl: 1280px;
|
|
134
134
|
$kfw-base-layout-container-sm: 89.6rem;
|
|
135
135
|
$kfw-base-layout-container-md: 108rem;
|
|
136
136
|
$kfw-base-layout-container-lg: 128rem;
|
|
@@ -221,8 +221,8 @@ $kfw-fontspace-heading-5: 1rem;
|
|
|
221
221
|
$kfw-fontspace-heading-6: 1rem;
|
|
222
222
|
$kfw-fontsize: 1.6rem;
|
|
223
223
|
$kfw-fontsize-introduction: 2rem;
|
|
224
|
-
$kfw-fontsize-small: 1.4rem;
|
|
225
224
|
$kfw-fontsize-large: 1.8rem;
|
|
225
|
+
$kfw-fontsize-small: 1.4rem;
|
|
226
226
|
$kfw-fontsize-heading-1-min: 3rem;
|
|
227
227
|
$kfw-fontsize-heading-1-max: 3.6rem;
|
|
228
228
|
$kfw-fontsize-heading-1-val: 0.882vi + 2.4706rem;
|
|
@@ -242,17 +242,19 @@ $kfw-lineheight-list: 1.5;
|
|
|
242
242
|
$kfw-lineheight-heading: 1.3;
|
|
243
243
|
$kfw-lineheight-heading-5: 1.333;
|
|
244
244
|
$kfw-borderradius: 0.4rem;
|
|
245
|
+
$kfw-borderradius-large: 2rem;
|
|
246
|
+
$kfw-borderradius-small: 2px;
|
|
245
247
|
$kfw-borderwidth: 1px;
|
|
246
|
-
$kfw-borderwidth-large:
|
|
247
|
-
$kfw-focusring-outline-width:
|
|
248
|
-
$kfw-focusring-outline-offset:
|
|
248
|
+
$kfw-borderwidth-large: 2px;
|
|
249
|
+
$kfw-focusring-outline-width: 2px;
|
|
250
|
+
$kfw-focusring-outline-offset: 2px;
|
|
249
251
|
$kfw-focusring-outline-style: dashed;
|
|
250
252
|
$kfw-fontweight: 400;
|
|
251
253
|
$kfw-fontweight-bold: 500;
|
|
252
|
-
$kfw-breakpoint-mobile:
|
|
253
|
-
$kfw-breakpoint-tablet:
|
|
254
|
-
$kfw-breakpoint-desktop:
|
|
255
|
-
$kfw-breakpoint-desktop-large:
|
|
254
|
+
$kfw-breakpoint-mobile: 600px;
|
|
255
|
+
$kfw-breakpoint-tablet: 840px;
|
|
256
|
+
$kfw-breakpoint-desktop: 960px;
|
|
257
|
+
$kfw-breakpoint-desktop-large: 1280px;
|
|
256
258
|
$kfw-contentwrapper-narrow: 89.6rem;
|
|
257
259
|
$kfw-contentwrapper-basic: 108rem;
|
|
258
260
|
$kfw-contentwrapper-extended: 128rem;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* KfW Design Tokens v0.4.
|
|
2
|
+
* KfW Design Tokens v0.4.3
|
|
3
3
|
* Copyright 2025
|
|
4
4
|
* Licensed under MPL-2.0 (https://github.com/openkfw/design-tokens/blob/main/LICENSE)
|
|
5
5
|
*/
|
|
@@ -117,24 +117,24 @@
|
|
|
117
117
|
--kfw-base-lineheight-sm: 1.333;
|
|
118
118
|
--kfw-base-lineheight-md: 1.4;
|
|
119
119
|
--kfw-base-lineheight-lg: 1.5;
|
|
120
|
-
--kfw-base-borderradius-sm:
|
|
120
|
+
--kfw-base-borderradius-sm: 2px;
|
|
121
121
|
--kfw-base-borderradius-md: 0.25rem;
|
|
122
122
|
--kfw-base-borderradius-lg: 1.25rem;
|
|
123
123
|
--kfw-base-borderradius-full: 624.9375rem;
|
|
124
124
|
--kfw-base-borderwidth-none: 0;
|
|
125
125
|
--kfw-base-borderwidth-md: 1px;
|
|
126
|
-
--kfw-base-borderwidth-lg:
|
|
126
|
+
--kfw-base-borderwidth-lg: 2px;
|
|
127
127
|
--kfw-base-fontweight-regular: 400;
|
|
128
128
|
--kfw-base-fontweight-medium: 500;
|
|
129
129
|
--kfw-base-letterspacing-tight: -0.5px;
|
|
130
130
|
--kfw-base-letterspacing-normal: 0;
|
|
131
131
|
--kfw-base-letterspacing-wide: 0.5px;
|
|
132
132
|
--kfw-base-letterspacing-wider: 1px;
|
|
133
|
-
--kfw-base-layout-breakpoint-xs:
|
|
134
|
-
--kfw-base-layout-breakpoint-sm:
|
|
135
|
-
--kfw-base-layout-breakpoint-md:
|
|
136
|
-
--kfw-base-layout-breakpoint-lg:
|
|
137
|
-
--kfw-base-layout-breakpoint-xl:
|
|
133
|
+
--kfw-base-layout-breakpoint-xs: 320px;
|
|
134
|
+
--kfw-base-layout-breakpoint-sm: 600px;
|
|
135
|
+
--kfw-base-layout-breakpoint-md: 840px;
|
|
136
|
+
--kfw-base-layout-breakpoint-lg: 960px;
|
|
137
|
+
--kfw-base-layout-breakpoint-xl: 1280px;
|
|
138
138
|
--kfw-base-layout-container-sm: 56rem;
|
|
139
139
|
--kfw-base-layout-container-md: 67.5rem;
|
|
140
140
|
--kfw-base-layout-container-lg: 80rem;
|
|
@@ -225,8 +225,8 @@
|
|
|
225
225
|
--kfw-fontspace-heading-6: 0.625rem;
|
|
226
226
|
--kfw-fontsize: 1rem;
|
|
227
227
|
--kfw-fontsize-introduction: 1.25rem;
|
|
228
|
-
--kfw-fontsize-small: 0.875rem;
|
|
229
228
|
--kfw-fontsize-large: 1.125rem;
|
|
229
|
+
--kfw-fontsize-small: 0.875rem;
|
|
230
230
|
--kfw-fontsize-heading-1-min: 1.875rem;
|
|
231
231
|
--kfw-fontsize-heading-1-max: 2.25rem;
|
|
232
232
|
--kfw-fontsize-heading-1-val: 0.882vi + 1.544125rem;
|
|
@@ -246,17 +246,19 @@
|
|
|
246
246
|
--kfw-lineheight-heading: 1.3;
|
|
247
247
|
--kfw-lineheight-heading-5: 1.333;
|
|
248
248
|
--kfw-borderradius: 0.25rem;
|
|
249
|
+
--kfw-borderradius-large: 1.25rem;
|
|
250
|
+
--kfw-borderradius-small: 2px;
|
|
249
251
|
--kfw-borderwidth: 1px;
|
|
250
|
-
--kfw-borderwidth-large:
|
|
251
|
-
--kfw-focusring-outline-width:
|
|
252
|
-
--kfw-focusring-outline-offset:
|
|
252
|
+
--kfw-borderwidth-large: 2px;
|
|
253
|
+
--kfw-focusring-outline-width: 2px;
|
|
254
|
+
--kfw-focusring-outline-offset: 2px;
|
|
253
255
|
--kfw-focusring-outline-style: dashed;
|
|
254
256
|
--kfw-fontweight: 400;
|
|
255
257
|
--kfw-fontweight-bold: 500;
|
|
256
|
-
--kfw-breakpoint-mobile:
|
|
257
|
-
--kfw-breakpoint-tablet:
|
|
258
|
-
--kfw-breakpoint-desktop:
|
|
259
|
-
--kfw-breakpoint-desktop-large:
|
|
258
|
+
--kfw-breakpoint-mobile: 600px;
|
|
259
|
+
--kfw-breakpoint-tablet: 840px;
|
|
260
|
+
--kfw-breakpoint-desktop: 960px;
|
|
261
|
+
--kfw-breakpoint-desktop-large: 1280px;
|
|
260
262
|
--kfw-contentwrapper-narrow: 56rem;
|
|
261
263
|
--kfw-contentwrapper-basic: 67.5rem;
|
|
262
264
|
--kfw-contentwrapper-extended: 80rem;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* KfW Design Tokens v0.4.
|
|
2
|
+
* KfW Design Tokens v0.4.3
|
|
3
3
|
* Copyright 2025
|
|
4
4
|
* Licensed under MPL-2.0 (https://github.com/openkfw/design-tokens/blob/main/LICENSE)
|
|
5
5
|
*/
|
|
@@ -519,8 +519,8 @@ export const KfwFontspaceHeading5: string;
|
|
|
519
519
|
export const KfwFontspaceHeading6: string;
|
|
520
520
|
export const KfwFontsize: string;
|
|
521
521
|
export const KfwFontsizeIntroduction: string;
|
|
522
|
-
export const KfwFontsizeSmall: string;
|
|
523
522
|
export const KfwFontsizeLarge: string;
|
|
523
|
+
export const KfwFontsizeSmall: string;
|
|
524
524
|
export const KfwFontsizeHeading1Min: string;
|
|
525
525
|
export const KfwFontsizeHeading1Max: string;
|
|
526
526
|
export const KfwFontsizeHeading1Val: string;
|
|
@@ -540,6 +540,8 @@ export const KfwLineheightList: number;
|
|
|
540
540
|
export const KfwLineheightHeading: number;
|
|
541
541
|
export const KfwLineheightHeading5: number;
|
|
542
542
|
export const KfwBorderradius: string;
|
|
543
|
+
export const KfwBorderradiusLarge: string;
|
|
544
|
+
export const KfwBorderradiusSmall: string;
|
|
543
545
|
export const KfwBorderwidth: string;
|
|
544
546
|
export const KfwBorderwidthLarge: string;
|
|
545
547
|
export const KfwFocusringOutlineWidth: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* KfW Design Tokens v0.4.
|
|
2
|
+
* KfW Design Tokens v0.4.3
|
|
3
3
|
* Copyright 2025
|
|
4
4
|
* Licensed under MPL-2.0 (https://github.com/openkfw/design-tokens/blob/main/LICENSE)
|
|
5
5
|
*/
|
|
@@ -233,24 +233,24 @@ export const KfwBaseLineheightXs = 1.3;
|
|
|
233
233
|
export const KfwBaseLineheightSm = 1.333;
|
|
234
234
|
export const KfwBaseLineheightMd = 1.4;
|
|
235
235
|
export const KfwBaseLineheightLg = 1.5;
|
|
236
|
-
export const KfwBaseBorderradiusSm = "
|
|
236
|
+
export const KfwBaseBorderradiusSm = "2px";
|
|
237
237
|
export const KfwBaseBorderradiusMd = "0.25rem";
|
|
238
238
|
export const KfwBaseBorderradiusLg = "1.25rem";
|
|
239
239
|
export const KfwBaseBorderradiusFull = "624.9375rem";
|
|
240
240
|
export const KfwBaseBorderwidthNone = "0";
|
|
241
241
|
export const KfwBaseBorderwidthMd = "1px";
|
|
242
|
-
export const KfwBaseBorderwidthLg = "
|
|
242
|
+
export const KfwBaseBorderwidthLg = "2px";
|
|
243
243
|
export const KfwBaseFontweightRegular = 400;
|
|
244
244
|
export const KfwBaseFontweightMedium = 500;
|
|
245
245
|
export const KfwBaseLetterspacingTight = "-0.5px";
|
|
246
246
|
export const KfwBaseLetterspacingNormal = "0";
|
|
247
247
|
export const KfwBaseLetterspacingWide = "0.5px";
|
|
248
248
|
export const KfwBaseLetterspacingWider = "1px";
|
|
249
|
-
export const KfwBaseLayoutBreakpointXs = "
|
|
250
|
-
export const KfwBaseLayoutBreakpointSm = "
|
|
251
|
-
export const KfwBaseLayoutBreakpointMd = "
|
|
252
|
-
export const KfwBaseLayoutBreakpointLg = "
|
|
253
|
-
export const KfwBaseLayoutBreakpointXl = "
|
|
249
|
+
export const KfwBaseLayoutBreakpointXs = "320px";
|
|
250
|
+
export const KfwBaseLayoutBreakpointSm = "600px";
|
|
251
|
+
export const KfwBaseLayoutBreakpointMd = "840px";
|
|
252
|
+
export const KfwBaseLayoutBreakpointLg = "960px";
|
|
253
|
+
export const KfwBaseLayoutBreakpointXl = "1280px";
|
|
254
254
|
export const KfwBaseLayoutContainerSm = "56rem";
|
|
255
255
|
export const KfwBaseLayoutContainerMd = "67.5rem";
|
|
256
256
|
export const KfwBaseLayoutContainerLg = "80rem";
|
|
@@ -520,8 +520,8 @@ export const KfwFontspaceHeading5 = "0.625rem";
|
|
|
520
520
|
export const KfwFontspaceHeading6 = "0.625rem";
|
|
521
521
|
export const KfwFontsize = "1rem";
|
|
522
522
|
export const KfwFontsizeIntroduction = "1.25rem";
|
|
523
|
-
export const KfwFontsizeSmall = "0.875rem";
|
|
524
523
|
export const KfwFontsizeLarge = "1.125rem";
|
|
524
|
+
export const KfwFontsizeSmall = "0.875rem";
|
|
525
525
|
export const KfwFontsizeHeading1Min = "1.875rem";
|
|
526
526
|
export const KfwFontsizeHeading1Max = "2.25rem";
|
|
527
527
|
export const KfwFontsizeHeading1Val = "1.544125rem";
|
|
@@ -541,17 +541,19 @@ export const KfwLineheightList = 1.5;
|
|
|
541
541
|
export const KfwLineheightHeading = 1.3;
|
|
542
542
|
export const KfwLineheightHeading5 = 1.333;
|
|
543
543
|
export const KfwBorderradius = "0.25rem";
|
|
544
|
+
export const KfwBorderradiusLarge = "1.25rem";
|
|
545
|
+
export const KfwBorderradiusSmall = "2px";
|
|
544
546
|
export const KfwBorderwidth = "1px";
|
|
545
|
-
export const KfwBorderwidthLarge = "
|
|
546
|
-
export const KfwFocusringOutlineWidth = "
|
|
547
|
-
export const KfwFocusringOutlineOffset = "
|
|
547
|
+
export const KfwBorderwidthLarge = "2px";
|
|
548
|
+
export const KfwFocusringOutlineWidth = "2px";
|
|
549
|
+
export const KfwFocusringOutlineOffset = "2px";
|
|
548
550
|
export const KfwFocusringOutlineStyle = "dashed";
|
|
549
551
|
export const KfwFontweight = 400;
|
|
550
552
|
export const KfwFontweightBold = 500;
|
|
551
|
-
export const KfwBreakpointMobile = "
|
|
552
|
-
export const KfwBreakpointTablet = "
|
|
553
|
-
export const KfwBreakpointDesktop = "
|
|
554
|
-
export const KfwBreakpointDesktopLarge = "
|
|
553
|
+
export const KfwBreakpointMobile = "600px";
|
|
554
|
+
export const KfwBreakpointTablet = "840px";
|
|
555
|
+
export const KfwBreakpointDesktop = "960px";
|
|
556
|
+
export const KfwBreakpointDesktopLarge = "1280px";
|
|
555
557
|
export const KfwContentwrapperNarrow = "56rem";
|
|
556
558
|
export const KfwContentwrapperBasic = "67.5rem";
|
|
557
559
|
export const KfwContentwrapperExtended = "80rem";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
// KfW Design Tokens v0.4.
|
|
2
|
+
// KfW Design Tokens v0.4.3
|
|
3
3
|
// Copyright 2025
|
|
4
4
|
// Licensed under MPL-2.0 (https://github.com/openkfw/design-tokens/blob/main/LICENSE)
|
|
5
5
|
|
|
@@ -113,24 +113,24 @@ $kfw-base-lineheight-xs: 1.3;
|
|
|
113
113
|
$kfw-base-lineheight-sm: 1.333;
|
|
114
114
|
$kfw-base-lineheight-md: 1.4;
|
|
115
115
|
$kfw-base-lineheight-lg: 1.5;
|
|
116
|
-
$kfw-base-borderradius-sm:
|
|
116
|
+
$kfw-base-borderradius-sm: 2px;
|
|
117
117
|
$kfw-base-borderradius-md: 0.25rem;
|
|
118
118
|
$kfw-base-borderradius-lg: 1.25rem;
|
|
119
119
|
$kfw-base-borderradius-full: 624.9375rem;
|
|
120
120
|
$kfw-base-borderwidth-none: 0;
|
|
121
121
|
$kfw-base-borderwidth-md: 1px;
|
|
122
|
-
$kfw-base-borderwidth-lg:
|
|
122
|
+
$kfw-base-borderwidth-lg: 2px;
|
|
123
123
|
$kfw-base-fontweight-regular: 400;
|
|
124
124
|
$kfw-base-fontweight-medium: 500;
|
|
125
125
|
$kfw-base-letterspacing-tight: -0.5px;
|
|
126
126
|
$kfw-base-letterspacing-normal: 0;
|
|
127
127
|
$kfw-base-letterspacing-wide: 0.5px;
|
|
128
128
|
$kfw-base-letterspacing-wider: 1px;
|
|
129
|
-
$kfw-base-layout-breakpoint-xs:
|
|
130
|
-
$kfw-base-layout-breakpoint-sm:
|
|
131
|
-
$kfw-base-layout-breakpoint-md:
|
|
132
|
-
$kfw-base-layout-breakpoint-lg:
|
|
133
|
-
$kfw-base-layout-breakpoint-xl:
|
|
129
|
+
$kfw-base-layout-breakpoint-xs: 320px;
|
|
130
|
+
$kfw-base-layout-breakpoint-sm: 600px;
|
|
131
|
+
$kfw-base-layout-breakpoint-md: 840px;
|
|
132
|
+
$kfw-base-layout-breakpoint-lg: 960px;
|
|
133
|
+
$kfw-base-layout-breakpoint-xl: 1280px;
|
|
134
134
|
$kfw-base-layout-container-sm: 56rem;
|
|
135
135
|
$kfw-base-layout-container-md: 67.5rem;
|
|
136
136
|
$kfw-base-layout-container-lg: 80rem;
|
|
@@ -221,8 +221,8 @@ $kfw-fontspace-heading-5: 0.625rem;
|
|
|
221
221
|
$kfw-fontspace-heading-6: 0.625rem;
|
|
222
222
|
$kfw-fontsize: 1rem;
|
|
223
223
|
$kfw-fontsize-introduction: 1.25rem;
|
|
224
|
-
$kfw-fontsize-small: 0.875rem;
|
|
225
224
|
$kfw-fontsize-large: 1.125rem;
|
|
225
|
+
$kfw-fontsize-small: 0.875rem;
|
|
226
226
|
$kfw-fontsize-heading-1-min: 1.875rem;
|
|
227
227
|
$kfw-fontsize-heading-1-max: 2.25rem;
|
|
228
228
|
$kfw-fontsize-heading-1-val: 0.882vi + 1.544125rem;
|
|
@@ -242,17 +242,19 @@ $kfw-lineheight-list: 1.5;
|
|
|
242
242
|
$kfw-lineheight-heading: 1.3;
|
|
243
243
|
$kfw-lineheight-heading-5: 1.333;
|
|
244
244
|
$kfw-borderradius: 0.25rem;
|
|
245
|
+
$kfw-borderradius-large: 1.25rem;
|
|
246
|
+
$kfw-borderradius-small: 2px;
|
|
245
247
|
$kfw-borderwidth: 1px;
|
|
246
|
-
$kfw-borderwidth-large:
|
|
247
|
-
$kfw-focusring-outline-width:
|
|
248
|
-
$kfw-focusring-outline-offset:
|
|
248
|
+
$kfw-borderwidth-large: 2px;
|
|
249
|
+
$kfw-focusring-outline-width: 2px;
|
|
250
|
+
$kfw-focusring-outline-offset: 2px;
|
|
249
251
|
$kfw-focusring-outline-style: dashed;
|
|
250
252
|
$kfw-fontweight: 400;
|
|
251
253
|
$kfw-fontweight-bold: 500;
|
|
252
|
-
$kfw-breakpoint-mobile:
|
|
253
|
-
$kfw-breakpoint-tablet:
|
|
254
|
-
$kfw-breakpoint-desktop:
|
|
255
|
-
$kfw-breakpoint-desktop-large:
|
|
254
|
+
$kfw-breakpoint-mobile: 600px;
|
|
255
|
+
$kfw-breakpoint-tablet: 840px;
|
|
256
|
+
$kfw-breakpoint-desktop: 960px;
|
|
257
|
+
$kfw-breakpoint-desktop-large: 1280px;
|
|
256
258
|
$kfw-contentwrapper-narrow: 56rem;
|
|
257
259
|
$kfw-contentwrapper-basic: 67.5rem;
|
|
258
260
|
$kfw-contentwrapper-extended: 80rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openkfw/design-tokens",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "The source of truth for KfW-branded digital products.",
|
|
5
5
|
"files": [
|
|
6
6
|
"output",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"node": ">= 22.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@eslint/js": "^9.
|
|
38
|
+
"@eslint/js": "^9.37.0",
|
|
39
39
|
"@tsconfig/node22": "^22.0.2",
|
|
40
40
|
"@types/lodash": "^4.17.20",
|
|
41
41
|
"@types/node": "^22.18.8",
|
|
42
42
|
"concurrently": "^9.2.1",
|
|
43
43
|
"deep-get-set-ts": "^1.1.2",
|
|
44
|
-
"eslint": "^9.
|
|
44
|
+
"eslint": "^9.37.0",
|
|
45
45
|
"json5": "^2.2.3",
|
|
46
46
|
"jsoneditor-cli": "^1.1.0",
|
|
47
47
|
"lodash": "4.17.21",
|
|
@@ -1327,12 +1327,12 @@
|
|
|
1327
1327
|
introduction: {
|
|
1328
1328
|
$value: "{base.fontsize.static.xl}",
|
|
1329
1329
|
},
|
|
1330
|
-
small: {
|
|
1331
|
-
$value: "{base.fontsize.static.sm}",
|
|
1332
|
-
},
|
|
1333
1330
|
large: {
|
|
1334
1331
|
$value: "{base.fontsize.static.lg}",
|
|
1335
1332
|
},
|
|
1333
|
+
small: {
|
|
1334
|
+
$value: "{base.fontsize.static.sm}",
|
|
1335
|
+
},
|
|
1336
1336
|
"heading-1": {
|
|
1337
1337
|
min: {
|
|
1338
1338
|
$value: "{base.fontsize.fluid.6xl.min}",
|
|
@@ -1401,7 +1401,15 @@
|
|
|
1401
1401
|
},
|
|
1402
1402
|
borderradius: {
|
|
1403
1403
|
$type: "dimension",
|
|
1404
|
-
|
|
1404
|
+
default: {
|
|
1405
|
+
$value: "{base.borderradius.md}",
|
|
1406
|
+
},
|
|
1407
|
+
large: {
|
|
1408
|
+
$value: "{base.borderradius.lg}",
|
|
1409
|
+
},
|
|
1410
|
+
small: {
|
|
1411
|
+
$value: "{base.borderradius.sm}",
|
|
1412
|
+
},
|
|
1405
1413
|
},
|
|
1406
1414
|
borderwidth: {
|
|
1407
1415
|
$type: "dimension",
|
package/tokens/tokens.json
CHANGED
|
@@ -376,8 +376,8 @@
|
|
|
376
376
|
"$type": "dimension",
|
|
377
377
|
"default": { "$value": "{base.fontsize.static.md}" },
|
|
378
378
|
"introduction": { "$value": "{base.fontsize.static.xl}" },
|
|
379
|
-
"small": { "$value": "{base.fontsize.static.sm}" },
|
|
380
379
|
"large": { "$value": "{base.fontsize.static.lg}" },
|
|
380
|
+
"small": { "$value": "{base.fontsize.static.sm}" },
|
|
381
381
|
"heading-1": {
|
|
382
382
|
"min": { "$value": "{base.fontsize.fluid.6xl.min}" },
|
|
383
383
|
"max": { "$value": "{base.fontsize.fluid.6xl.max}" },
|
|
@@ -410,7 +410,9 @@
|
|
|
410
410
|
},
|
|
411
411
|
"borderradius": {
|
|
412
412
|
"$type": "dimension",
|
|
413
|
-
"$value": "{base.borderradius.md}"
|
|
413
|
+
"default": { "$value": "{base.borderradius.md}" },
|
|
414
|
+
"large": { "$value": "{base.borderradius.lg}" },
|
|
415
|
+
"small": { "$value": "{base.borderradius.sm}" }
|
|
414
416
|
},
|
|
415
417
|
"borderwidth": {
|
|
416
418
|
"$type": "dimension",
|