@openkfw/design-tokens 0.4.2 → 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/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 +4 -2
- 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 +4 -2
- package/output/web_stable_10px/scss/kfw-design-tokens.light.scss +4 -2
- package/output/web_thirdparty_16px/css/kfw-design-tokens.light.css +4 -2
- 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 +4 -2
- package/output/web_thirdparty_16px/scss/kfw-design-tokens.light.scss +4 -2
- package/package.json +1 -1
- package/tokens/gen-tokens.dark.json5 +12 -4
- package/tokens/tokens.json +4 -2
|
@@ -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
|
*/
|
|
@@ -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,6 +246,8 @@
|
|
|
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
252
|
--kfw-borderwidth-large: 2px;
|
|
251
253
|
--kfw-focusring-outline-width: 2px;
|
|
@@ -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
|
*/
|
|
@@ -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,6 +541,8 @@ 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
547
|
export const KfwBorderwidthLarge = "2px";
|
|
546
548
|
export const KfwFocusringOutlineWidth = "2px";
|
|
@@ -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
|
|
|
@@ -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,6 +242,8 @@ $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
248
|
$kfw-borderwidth-large: 2px;
|
|
247
249
|
$kfw-focusring-outline-width: 2px;
|
|
@@ -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
|
*/
|
|
@@ -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,6 +246,8 @@
|
|
|
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
252
|
--kfw-borderwidth-large: 2px;
|
|
251
253
|
--kfw-focusring-outline-width: 2px;
|
|
@@ -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
|
*/
|
|
@@ -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,6 +541,8 @@ 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
547
|
export const KfwBorderwidthLarge = "2px";
|
|
546
548
|
export const KfwFocusringOutlineWidth = "2px";
|
|
@@ -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
|
|
|
@@ -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,6 +242,8 @@ $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
248
|
$kfw-borderwidth-large: 2px;
|
|
247
249
|
$kfw-focusring-outline-width: 2px;
|
package/package.json
CHANGED
|
@@ -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",
|