@openkfw/design-tokens 0.5.5 → 0.5.7
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/demo/dist/css/style.min.css +1 -1
- package/demo/scripts/build-custom-media.js +38 -0
- package/demo/scripts/postcss.color-to-filter.js +66 -0
- package/demo/scripts/postcss.svg-load-plugin.js +96 -0
- package/demo/src/style.css +126 -84
- package/output/css/kfw-design-tokens.light.css +27 -26
- package/output/figma/kfw-design-tokens.light.json +8 -4
- package/output/js/{kfw-design-tokens.light.d.ts → kfw-design-tokens.d.ts} +23 -4
- package/output/js/kfw-design-tokens.light.js +31 -30
- package/output/json/{kfw-design-tokens.light.json → kfw-design-tokens.json} +87 -30
- package/output/penpot/kfw-design-tokens.light.json +8 -4
- package/output/scss/kfw-design-tokens.light.scss +27 -26
- package/output/web_thirdparty_16px/css/kfw-design-tokens.light.css +27 -26
- package/output/web_thirdparty_16px/js/kfw-design-tokens.light.d.ts +1 -1
- package/output/web_thirdparty_16px/js/kfw-design-tokens.light.js +31 -30
- package/output/web_thirdparty_16px/scss/kfw-design-tokens.light.scss +27 -26
- package/package.json +6 -6
- package/tokens/gen-tokens.dark.json5 +34 -12
- package/tokens/tokens.json +24 -23
|
@@ -1017,11 +1017,11 @@
|
|
|
1017
1017
|
"$value": {
|
|
1018
1018
|
"colorSpace": "srgb",
|
|
1019
1019
|
"components": [
|
|
1020
|
-
0.
|
|
1021
|
-
0.
|
|
1022
|
-
0.
|
|
1020
|
+
0.6431,
|
|
1021
|
+
0.3333,
|
|
1022
|
+
0.7725
|
|
1023
1023
|
],
|
|
1024
|
-
"hex": "#
|
|
1024
|
+
"hex": "#a455c5"
|
|
1025
1025
|
},
|
|
1026
1026
|
"filePath": "tokens/tokens.json",
|
|
1027
1027
|
"isSource": true,
|
|
@@ -1030,11 +1030,11 @@
|
|
|
1030
1030
|
"$value": {
|
|
1031
1031
|
"colorSpace": "srgb",
|
|
1032
1032
|
"components": [
|
|
1033
|
-
0.
|
|
1034
|
-
0.
|
|
1035
|
-
0.
|
|
1033
|
+
0.6431,
|
|
1034
|
+
0.3333,
|
|
1035
|
+
0.7725
|
|
1036
1036
|
],
|
|
1037
|
-
"hex": "#
|
|
1037
|
+
"hex": "#a455c5"
|
|
1038
1038
|
},
|
|
1039
1039
|
"$type": "color",
|
|
1040
1040
|
"key": "{base.color.violet.400}"
|
|
@@ -1058,11 +1058,11 @@
|
|
|
1058
1058
|
"$value": {
|
|
1059
1059
|
"colorSpace": "srgb",
|
|
1060
1060
|
"components": [
|
|
1061
|
-
0.
|
|
1062
|
-
0.
|
|
1063
|
-
0.
|
|
1061
|
+
0.3921,
|
|
1062
|
+
0.1921,
|
|
1063
|
+
0.4745
|
|
1064
1064
|
],
|
|
1065
|
-
"hex": "#
|
|
1065
|
+
"hex": "#643179"
|
|
1066
1066
|
},
|
|
1067
1067
|
"filePath": "tokens/tokens.json",
|
|
1068
1068
|
"isSource": true,
|
|
@@ -1071,11 +1071,11 @@
|
|
|
1071
1071
|
"$value": {
|
|
1072
1072
|
"colorSpace": "srgb",
|
|
1073
1073
|
"components": [
|
|
1074
|
-
0.
|
|
1075
|
-
0.
|
|
1076
|
-
0.
|
|
1074
|
+
0.3921,
|
|
1075
|
+
0.1921,
|
|
1076
|
+
0.4745
|
|
1077
1077
|
],
|
|
1078
|
-
"hex": "#
|
|
1078
|
+
"hex": "#643179"
|
|
1079
1079
|
},
|
|
1080
1080
|
"$type": "color",
|
|
1081
1081
|
"key": "{base.color.violet.500}"
|
|
@@ -4512,13 +4512,13 @@
|
|
|
4512
4512
|
],
|
|
4513
4513
|
"hex": "#005a8c"
|
|
4514
4514
|
},
|
|
4515
|
-
"$description": "Main interaction color for buttons and links",
|
|
4515
|
+
"$description": "Main interaction color for buttons and links (Blue 600)",
|
|
4516
4516
|
"filePath": "tokens/tokens.json",
|
|
4517
4517
|
"isSource": true,
|
|
4518
4518
|
"$type": "color",
|
|
4519
4519
|
"original": {
|
|
4520
4520
|
"$value": "{base.color.blue.600}",
|
|
4521
|
-
"$description": "Main interaction color for buttons and links",
|
|
4521
|
+
"$description": "Main interaction color for buttons and links (Blue 600)",
|
|
4522
4522
|
"$type": "color",
|
|
4523
4523
|
"key": "{semantic.color.fn.default}"
|
|
4524
4524
|
},
|
|
@@ -4547,11 +4547,13 @@
|
|
|
4547
4547
|
],
|
|
4548
4548
|
"hex": "#00446e"
|
|
4549
4549
|
},
|
|
4550
|
+
"$description": "Interaction color when active (e.g., hover, Blue 700)",
|
|
4550
4551
|
"filePath": "tokens/tokens.json",
|
|
4551
4552
|
"isSource": true,
|
|
4552
4553
|
"$type": "color",
|
|
4553
4554
|
"original": {
|
|
4554
4555
|
"$value": "{base.color.blue.700}",
|
|
4556
|
+
"$description": "Interaction color when active (e.g., hover, Blue 700)",
|
|
4555
4557
|
"$type": "color",
|
|
4556
4558
|
"key": "{semantic.color.fn.active}"
|
|
4557
4559
|
},
|
|
@@ -4580,11 +4582,13 @@
|
|
|
4580
4582
|
],
|
|
4581
4583
|
"hex": "#a1adb5"
|
|
4582
4584
|
},
|
|
4585
|
+
"$description": "Interaction color when inactive (Gray 300)",
|
|
4583
4586
|
"filePath": "tokens/tokens.json",
|
|
4584
4587
|
"isSource": true,
|
|
4585
4588
|
"$type": "color",
|
|
4586
4589
|
"original": {
|
|
4587
4590
|
"$value": "{base.color.gray.300}",
|
|
4591
|
+
"$description": "Interaction color when inactive (Gray 300)",
|
|
4588
4592
|
"$type": "color",
|
|
4589
4593
|
"key": "{semantic.color.fn.inactive}"
|
|
4590
4594
|
},
|
|
@@ -4613,11 +4617,13 @@
|
|
|
4613
4617
|
],
|
|
4614
4618
|
"hex": "#2d3134"
|
|
4615
4619
|
},
|
|
4620
|
+
"$description": "Interaction border color (Gray 600)",
|
|
4616
4621
|
"filePath": "tokens/tokens.json",
|
|
4617
4622
|
"isSource": true,
|
|
4618
4623
|
"$type": "color",
|
|
4619
4624
|
"original": {
|
|
4620
4625
|
"$value": "{base.color.gray.600}",
|
|
4626
|
+
"$description": "Interaction border color (Gray 600)",
|
|
4621
4627
|
"$type": "color",
|
|
4622
4628
|
"key": "{semantic.color.fn.border}"
|
|
4623
4629
|
},
|
|
@@ -4646,11 +4652,13 @@
|
|
|
4646
4652
|
],
|
|
4647
4653
|
"hex": "#2d3134"
|
|
4648
4654
|
},
|
|
4655
|
+
"$description": "Interaction label color (Gray 600)",
|
|
4649
4656
|
"filePath": "tokens/tokens.json",
|
|
4650
4657
|
"isSource": true,
|
|
4651
4658
|
"$type": "color",
|
|
4652
4659
|
"original": {
|
|
4653
4660
|
"$value": "{base.color.gray.600}",
|
|
4661
|
+
"$description": "Interaction label color (Gray 600)",
|
|
4654
4662
|
"$type": "color",
|
|
4655
4663
|
"key": "{semantic.color.fn.label}"
|
|
4656
4664
|
},
|
|
@@ -4681,13 +4689,13 @@
|
|
|
4681
4689
|
],
|
|
4682
4690
|
"hex": "#2d3134"
|
|
4683
4691
|
},
|
|
4684
|
-
"$description": "Main text color for body",
|
|
4692
|
+
"$description": "Main text color for body (Gray 600)",
|
|
4685
4693
|
"filePath": "tokens/tokens.json",
|
|
4686
4694
|
"isSource": true,
|
|
4687
4695
|
"$type": "color",
|
|
4688
4696
|
"original": {
|
|
4689
4697
|
"$value": "{base.color.gray.600}",
|
|
4690
|
-
"$description": "Main text color for body",
|
|
4698
|
+
"$description": "Main text color for body (Gray 600)",
|
|
4691
4699
|
"$type": "color",
|
|
4692
4700
|
"key": "{semantic.color.text.default}"
|
|
4693
4701
|
},
|
|
@@ -4716,11 +4724,13 @@
|
|
|
4716
4724
|
],
|
|
4717
4725
|
"hex": "#ffffff"
|
|
4718
4726
|
},
|
|
4727
|
+
"$description": "Main text color on dark background (White)",
|
|
4719
4728
|
"filePath": "tokens/tokens.json",
|
|
4720
4729
|
"isSource": true,
|
|
4721
4730
|
"$type": "color",
|
|
4722
4731
|
"original": {
|
|
4723
4732
|
"$value": "{base.color.white.default}",
|
|
4733
|
+
"$description": "Main text color on dark background (White)",
|
|
4724
4734
|
"$type": "color",
|
|
4725
4735
|
"key": "{semantic.color.text.on-dark-bg}"
|
|
4726
4736
|
},
|
|
@@ -4749,11 +4759,13 @@
|
|
|
4749
4759
|
],
|
|
4750
4760
|
"hex": "#ffffff"
|
|
4751
4761
|
},
|
|
4762
|
+
"$description": "Main text color on disabled (White)",
|
|
4752
4763
|
"filePath": "tokens/tokens.json",
|
|
4753
4764
|
"isSource": true,
|
|
4754
4765
|
"$type": "color",
|
|
4755
4766
|
"original": {
|
|
4756
4767
|
"$value": "{base.color.white.default}",
|
|
4768
|
+
"$description": "Main text color on disabled (White)",
|
|
4757
4769
|
"$type": "color",
|
|
4758
4770
|
"key": "{semantic.color.text.on-disabled}"
|
|
4759
4771
|
},
|
|
@@ -4782,11 +4794,13 @@
|
|
|
4782
4794
|
],
|
|
4783
4795
|
"hex": "#b7f9aa"
|
|
4784
4796
|
},
|
|
4797
|
+
"$description": "Headline text color on dark background (Green 300)",
|
|
4785
4798
|
"filePath": "tokens/tokens.json",
|
|
4786
4799
|
"isSource": true,
|
|
4787
4800
|
"$type": "color",
|
|
4788
4801
|
"original": {
|
|
4789
4802
|
"$value": "{base.color.green.300}",
|
|
4803
|
+
"$description": "Headline text color on dark background (Green 300)",
|
|
4790
4804
|
"$type": "color",
|
|
4791
4805
|
"key": "{semantic.color.text.headline-on-dark-bg}"
|
|
4792
4806
|
},
|
|
@@ -4817,13 +4831,13 @@
|
|
|
4817
4831
|
],
|
|
4818
4832
|
"hex": "#ffffff"
|
|
4819
4833
|
},
|
|
4820
|
-
"$description": "Main background color for body",
|
|
4834
|
+
"$description": "Main background color for body (White)",
|
|
4821
4835
|
"filePath": "tokens/tokens.json",
|
|
4822
4836
|
"isSource": true,
|
|
4823
4837
|
"$type": "color",
|
|
4824
4838
|
"original": {
|
|
4825
4839
|
"$value": "{base.color.white.default}",
|
|
4826
|
-
"$description": "Main background color for body",
|
|
4840
|
+
"$description": "Main background color for body (White)",
|
|
4827
4841
|
"$type": "color",
|
|
4828
4842
|
"key": "{semantic.color.background.default}"
|
|
4829
4843
|
},
|
|
@@ -4852,11 +4866,13 @@
|
|
|
4852
4866
|
],
|
|
4853
4867
|
"hex": "#f6f7f8"
|
|
4854
4868
|
},
|
|
4869
|
+
"$description": "Neutral (Gray 50)",
|
|
4855
4870
|
"filePath": "tokens/tokens.json",
|
|
4856
4871
|
"isSource": true,
|
|
4857
4872
|
"$type": "color",
|
|
4858
4873
|
"original": {
|
|
4859
4874
|
"$value": "{base.color.gray.50}",
|
|
4875
|
+
"$description": "Neutral (Gray 50)",
|
|
4860
4876
|
"$type": "color",
|
|
4861
4877
|
"key": "{semantic.color.background.subtle}"
|
|
4862
4878
|
},
|
|
@@ -4885,11 +4901,13 @@
|
|
|
4885
4901
|
],
|
|
4886
4902
|
"hex": "#a1adb5"
|
|
4887
4903
|
},
|
|
4904
|
+
"$description": "Disabled (Gray 300)",
|
|
4888
4905
|
"filePath": "tokens/tokens.json",
|
|
4889
4906
|
"isSource": true,
|
|
4890
4907
|
"$type": "color",
|
|
4891
4908
|
"original": {
|
|
4892
4909
|
"$value": "{base.color.gray.300}",
|
|
4910
|
+
"$description": "Disabled (Gray 300)",
|
|
4893
4911
|
"$type": "color",
|
|
4894
4912
|
"key": "{semantic.color.background.disabled}"
|
|
4895
4913
|
},
|
|
@@ -4918,11 +4936,13 @@
|
|
|
4918
4936
|
],
|
|
4919
4937
|
"hex": "#e9f5fb"
|
|
4920
4938
|
},
|
|
4939
|
+
"$description": "Light blue (Blue 100)",
|
|
4921
4940
|
"filePath": "tokens/tokens.json",
|
|
4922
4941
|
"isSource": true,
|
|
4923
4942
|
"$type": "color",
|
|
4924
4943
|
"original": {
|
|
4925
4944
|
"$value": "{base.color.blue.100}",
|
|
4945
|
+
"$description": "Light blue (Blue 100)",
|
|
4926
4946
|
"$type": "color",
|
|
4927
4947
|
"key": "{semantic.color.background.light-blue}"
|
|
4928
4948
|
},
|
|
@@ -4951,11 +4971,13 @@
|
|
|
4951
4971
|
],
|
|
4952
4972
|
"hex": "#ecfded"
|
|
4953
4973
|
},
|
|
4974
|
+
"$description": "Light green (Green 100)",
|
|
4954
4975
|
"filePath": "tokens/tokens.json",
|
|
4955
4976
|
"isSource": true,
|
|
4956
4977
|
"$type": "color",
|
|
4957
4978
|
"original": {
|
|
4958
4979
|
"$value": "{base.color.green.100}",
|
|
4980
|
+
"$description": "Light green (Green 100)",
|
|
4959
4981
|
"$type": "color",
|
|
4960
4982
|
"key": "{semantic.color.background.light-green}"
|
|
4961
4983
|
},
|
|
@@ -4984,11 +5006,13 @@
|
|
|
4984
5006
|
],
|
|
4985
5007
|
"hex": "#00375b"
|
|
4986
5008
|
},
|
|
5009
|
+
"$description": "Dark blue (Blue 800)",
|
|
4987
5010
|
"filePath": "tokens/tokens.json",
|
|
4988
5011
|
"isSource": true,
|
|
4989
5012
|
"$type": "color",
|
|
4990
5013
|
"original": {
|
|
4991
5014
|
"$value": "{base.color.blue.800}",
|
|
5015
|
+
"$description": "Dark blue (Blue 800)",
|
|
4992
5016
|
"$type": "color",
|
|
4993
5017
|
"key": "{semantic.color.background.dark-blue}"
|
|
4994
5018
|
},
|
|
@@ -5017,11 +5041,13 @@
|
|
|
5017
5041
|
],
|
|
5018
5042
|
"hex": "#398357"
|
|
5019
5043
|
},
|
|
5044
|
+
"$description": "Dark green (Green 700)",
|
|
5020
5045
|
"filePath": "tokens/tokens.json",
|
|
5021
5046
|
"isSource": true,
|
|
5022
5047
|
"$type": "color",
|
|
5023
5048
|
"original": {
|
|
5024
5049
|
"$value": "{base.color.green.700}",
|
|
5050
|
+
"$description": "Dark green (Green 700)",
|
|
5025
5051
|
"$type": "color",
|
|
5026
5052
|
"key": "{semantic.color.background.dark-green}"
|
|
5027
5053
|
},
|
|
@@ -5053,11 +5079,13 @@
|
|
|
5053
5079
|
"hex": "#ffffff",
|
|
5054
5080
|
"alpha": 0.9
|
|
5055
5081
|
},
|
|
5082
|
+
"$description": "White 90%",
|
|
5056
5083
|
"filePath": "tokens/tokens.json",
|
|
5057
5084
|
"isSource": true,
|
|
5058
5085
|
"$type": "color",
|
|
5059
5086
|
"original": {
|
|
5060
5087
|
"$value": "{base.color.white.90}",
|
|
5088
|
+
"$description": "White 90%",
|
|
5061
5089
|
"$type": "color",
|
|
5062
5090
|
"key": "{semantic.color.opaque.white-90}"
|
|
5063
5091
|
},
|
|
@@ -5087,11 +5115,13 @@
|
|
|
5087
5115
|
"hex": "#ffffff",
|
|
5088
5116
|
"alpha": 0.95
|
|
5089
5117
|
},
|
|
5118
|
+
"$description": "White 95%",
|
|
5090
5119
|
"filePath": "tokens/tokens.json",
|
|
5091
5120
|
"isSource": true,
|
|
5092
5121
|
"$type": "color",
|
|
5093
5122
|
"original": {
|
|
5094
5123
|
"$value": "{base.color.white.95}",
|
|
5124
|
+
"$description": "White 95%",
|
|
5095
5125
|
"$type": "color",
|
|
5096
5126
|
"key": "{semantic.color.opaque.white-95}"
|
|
5097
5127
|
},
|
|
@@ -5121,11 +5151,13 @@
|
|
|
5121
5151
|
"hex": "#41484c",
|
|
5122
5152
|
"alpha": 0.1
|
|
5123
5153
|
},
|
|
5154
|
+
"$description": "Gray 500 10%",
|
|
5124
5155
|
"filePath": "tokens/tokens.json",
|
|
5125
5156
|
"isSource": true,
|
|
5126
5157
|
"$type": "color",
|
|
5127
5158
|
"original": {
|
|
5128
5159
|
"$value": "{base.color.gray.500.10}",
|
|
5160
|
+
"$description": "Gray 500 10%",
|
|
5129
5161
|
"$type": "color",
|
|
5130
5162
|
"key": "{semantic.color.opaque.gray-500-10}"
|
|
5131
5163
|
},
|
|
@@ -5155,11 +5187,13 @@
|
|
|
5155
5187
|
"hex": "#41484c",
|
|
5156
5188
|
"alpha": 0.3
|
|
5157
5189
|
},
|
|
5190
|
+
"$description": "Gray 500 30%",
|
|
5158
5191
|
"filePath": "tokens/tokens.json",
|
|
5159
5192
|
"isSource": true,
|
|
5160
5193
|
"$type": "color",
|
|
5161
5194
|
"original": {
|
|
5162
5195
|
"$value": "{base.color.gray.500.30}",
|
|
5196
|
+
"$description": "Gray 500 30%",
|
|
5163
5197
|
"$type": "color",
|
|
5164
5198
|
"key": "{semantic.color.opaque.gray-500-30}"
|
|
5165
5199
|
},
|
|
@@ -5189,11 +5223,13 @@
|
|
|
5189
5223
|
"hex": "#41484c",
|
|
5190
5224
|
"alpha": 0.9
|
|
5191
5225
|
},
|
|
5226
|
+
"$description": "Gray 500 90%",
|
|
5192
5227
|
"filePath": "tokens/tokens.json",
|
|
5193
5228
|
"isSource": true,
|
|
5194
5229
|
"$type": "color",
|
|
5195
5230
|
"original": {
|
|
5196
5231
|
"$value": "{base.color.gray.500.90}",
|
|
5232
|
+
"$description": "Gray 500 90%",
|
|
5197
5233
|
"$type": "color",
|
|
5198
5234
|
"key": "{semantic.color.opaque.gray-500-90}"
|
|
5199
5235
|
},
|
|
@@ -5284,11 +5320,11 @@
|
|
|
5284
5320
|
"$value": {
|
|
5285
5321
|
"colorSpace": "srgb",
|
|
5286
5322
|
"components": [
|
|
5287
|
-
0.
|
|
5288
|
-
0.
|
|
5289
|
-
0.
|
|
5323
|
+
0.6431,
|
|
5324
|
+
0.3333,
|
|
5325
|
+
0.7725
|
|
5290
5326
|
],
|
|
5291
|
-
"hex": "#
|
|
5327
|
+
"hex": "#a455c5"
|
|
5292
5328
|
},
|
|
5293
5329
|
"filePath": "tokens/tokens.json",
|
|
5294
5330
|
"isSource": true,
|
|
@@ -5752,11 +5788,11 @@
|
|
|
5752
5788
|
"$value": {
|
|
5753
5789
|
"colorSpace": "srgb",
|
|
5754
5790
|
"components": [
|
|
5755
|
-
0.
|
|
5756
|
-
0.
|
|
5757
|
-
0.
|
|
5791
|
+
0.3921,
|
|
5792
|
+
0.1921,
|
|
5793
|
+
0.4745
|
|
5758
5794
|
],
|
|
5759
|
-
"hex": "#
|
|
5795
|
+
"hex": "#643179"
|
|
5760
5796
|
},
|
|
5761
5797
|
"filePath": "tokens/tokens.json",
|
|
5762
5798
|
"isSource": true,
|
|
@@ -7099,6 +7135,27 @@
|
|
|
7099
7135
|
]
|
|
7100
7136
|
}
|
|
7101
7137
|
},
|
|
7138
|
+
"borderstyle": {
|
|
7139
|
+
"key": "{semantic.borderstyle}",
|
|
7140
|
+
"$type": "strokeStyle",
|
|
7141
|
+
"$value": "solid",
|
|
7142
|
+
"filePath": "tokens/tokens.json",
|
|
7143
|
+
"isSource": true,
|
|
7144
|
+
"original": {
|
|
7145
|
+
"$type": "strokeStyle",
|
|
7146
|
+
"$value": "solid",
|
|
7147
|
+
"key": "{semantic.borderstyle}"
|
|
7148
|
+
},
|
|
7149
|
+
"name": "kfw-borderstyle",
|
|
7150
|
+
"attributes": {
|
|
7151
|
+
"category": "semantic",
|
|
7152
|
+
"type": "borderstyle"
|
|
7153
|
+
},
|
|
7154
|
+
"path": [
|
|
7155
|
+
"semantic",
|
|
7156
|
+
"borderstyle"
|
|
7157
|
+
]
|
|
7158
|
+
},
|
|
7102
7159
|
"focusring": {
|
|
7103
7160
|
"outline-width": {
|
|
7104
7161
|
"key": "{semantic.focusring.outline-width}",
|
|
@@ -109,11 +109,11 @@
|
|
|
109
109
|
},
|
|
110
110
|
"Violet": {
|
|
111
111
|
"400": {
|
|
112
|
-
"$value": "#
|
|
112
|
+
"$value": "#a455c5",
|
|
113
113
|
"$type": "color"
|
|
114
114
|
},
|
|
115
115
|
"500": {
|
|
116
|
-
"$value": "#
|
|
116
|
+
"$value": "#643179",
|
|
117
117
|
"$type": "color"
|
|
118
118
|
}
|
|
119
119
|
},
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"$type": "color"
|
|
412
412
|
},
|
|
413
413
|
"Warning": {
|
|
414
|
-
"$value": "#
|
|
414
|
+
"$value": "#a455c5",
|
|
415
415
|
"$type": "color"
|
|
416
416
|
}
|
|
417
417
|
},
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"$type": "color"
|
|
474
474
|
},
|
|
475
475
|
"Cooperation": {
|
|
476
|
-
"$value": "#
|
|
476
|
+
"$value": "#643179",
|
|
477
477
|
"$type": "color"
|
|
478
478
|
},
|
|
479
479
|
"Credit-benefit": {
|
|
@@ -702,6 +702,10 @@
|
|
|
702
702
|
"$type": "borderWidth"
|
|
703
703
|
}
|
|
704
704
|
},
|
|
705
|
+
"Borderstyle": {
|
|
706
|
+
"$value": "solid",
|
|
707
|
+
"$type": "strokeStyle"
|
|
708
|
+
},
|
|
705
709
|
"Fontweight": {
|
|
706
710
|
"Default": {
|
|
707
711
|
"$value": 400,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
// KfW Design Tokens v0.5.
|
|
2
|
+
// KfW Design Tokens v0.5.7 | MPL-2.0 | https://github.com/openkfw/design-tokens
|
|
3
3
|
|
|
4
4
|
$kfw-base-color-blue-100: #e9f5fb;
|
|
5
5
|
$kfw-base-color-blue-400: #54b3e2;
|
|
@@ -25,8 +25,8 @@ $kfw-base-color-gray-500-30: #41484c4d;
|
|
|
25
25
|
$kfw-base-color-gray-500-90: #41484ce6;
|
|
26
26
|
$kfw-base-color-gray-500: #41484c;
|
|
27
27
|
$kfw-base-color-gray-600: #2d3134;
|
|
28
|
-
$kfw-base-color-violet-400: #
|
|
29
|
-
$kfw-base-color-violet-500: #
|
|
28
|
+
$kfw-base-color-violet-400: #a455c5;
|
|
29
|
+
$kfw-base-color-violet-500: #643179;
|
|
30
30
|
$kfw-base-color-red-400: #c80538;
|
|
31
31
|
$kfw-base-color-yellow-500: #eac80b;
|
|
32
32
|
$kfw-base-fontfamily-sans: "KfW Centro Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -151,30 +151,30 @@ $kfw-base-layout-gridgap-static-xl: 3.6rem;
|
|
|
151
151
|
$kfw-base-layout-gridgap-fluid-min: 1.2rem;
|
|
152
152
|
$kfw-base-layout-gridgap-fluid-max: 3.6rem;
|
|
153
153
|
$kfw-base-layout-gridgap-fluid-val: 3.529vi - 0.9176rem;
|
|
154
|
-
$kfw-color-fn: #005a8c; // Main interaction color for buttons and links
|
|
155
|
-
$kfw-color-fn-active: #00446e;
|
|
156
|
-
$kfw-color-fn-inactive: #a1adb5;
|
|
157
|
-
$kfw-color-fn-border: #2d3134;
|
|
158
|
-
$kfw-color-fn-label: #2d3134;
|
|
159
|
-
$kfw-color-text: #2d3134; // Main text color for body
|
|
160
|
-
$kfw-color-text-on-dark-bg: #ffffff;
|
|
161
|
-
$kfw-color-text-on-disabled: #ffffff;
|
|
162
|
-
$kfw-color-text-headline-on-dark-bg: #b7f9aa;
|
|
163
|
-
$kfw-color-background: #ffffff; // Main background color for body
|
|
164
|
-
$kfw-color-background-subtle: #f6f7f8;
|
|
165
|
-
$kfw-color-background-disabled: #a1adb5;
|
|
166
|
-
$kfw-color-background-light-blue: #e9f5fb;
|
|
167
|
-
$kfw-color-background-light-green: #ecfded;
|
|
168
|
-
$kfw-color-background-dark-blue: #00375b;
|
|
169
|
-
$kfw-color-background-dark-green: #398357;
|
|
170
|
-
$kfw-color-opaque-white-90: #ffffffe6;
|
|
171
|
-
$kfw-color-opaque-white-95: #fffffff2;
|
|
172
|
-
$kfw-color-opaque-gray-500-10: #41484c1a;
|
|
173
|
-
$kfw-color-opaque-gray-500-30: #41484c4d;
|
|
174
|
-
$kfw-color-opaque-gray-500-90: #41484ce6;
|
|
154
|
+
$kfw-color-fn: #005a8c; // Main interaction color for buttons and links (Blue 600)
|
|
155
|
+
$kfw-color-fn-active: #00446e; // Interaction color when active (e.g., hover, Blue 700)
|
|
156
|
+
$kfw-color-fn-inactive: #a1adb5; // Interaction color when inactive (Gray 300)
|
|
157
|
+
$kfw-color-fn-border: #2d3134; // Interaction border color (Gray 600)
|
|
158
|
+
$kfw-color-fn-label: #2d3134; // Interaction label color (Gray 600)
|
|
159
|
+
$kfw-color-text: #2d3134; // Main text color for body (Gray 600)
|
|
160
|
+
$kfw-color-text-on-dark-bg: #ffffff; // Main text color on dark background (White)
|
|
161
|
+
$kfw-color-text-on-disabled: #ffffff; // Main text color on disabled (White)
|
|
162
|
+
$kfw-color-text-headline-on-dark-bg: #b7f9aa; // Headline text color on dark background (Green 300)
|
|
163
|
+
$kfw-color-background: #ffffff; // Main background color for body (White)
|
|
164
|
+
$kfw-color-background-subtle: #f6f7f8; // Neutral (Gray 50)
|
|
165
|
+
$kfw-color-background-disabled: #a1adb5; // Disabled (Gray 300)
|
|
166
|
+
$kfw-color-background-light-blue: #e9f5fb; // Light blue (Blue 100)
|
|
167
|
+
$kfw-color-background-light-green: #ecfded; // Light green (Green 100)
|
|
168
|
+
$kfw-color-background-dark-blue: #00375b; // Dark blue (Blue 800)
|
|
169
|
+
$kfw-color-background-dark-green: #398357; // Dark green (Green 700)
|
|
170
|
+
$kfw-color-opaque-white-90: #ffffffe6; // White 90%
|
|
171
|
+
$kfw-color-opaque-white-95: #fffffff2; // White 95%
|
|
172
|
+
$kfw-color-opaque-gray-500-10: #41484c1a; // Gray 500 10%
|
|
173
|
+
$kfw-color-opaque-gray-500-30: #41484c4d; // Gray 500 30%
|
|
174
|
+
$kfw-color-opaque-gray-500-90: #41484ce6; // Gray 500 90%
|
|
175
175
|
$kfw-color-state-danger: #c80538;
|
|
176
176
|
$kfw-color-state-success: #398357;
|
|
177
|
-
$kfw-color-state-warning: #
|
|
177
|
+
$kfw-color-state-warning: #a455c5;
|
|
178
178
|
$kfw-color-status-red: #c80538;
|
|
179
179
|
$kfw-color-status-yellow: #eac80b;
|
|
180
180
|
$kfw-color-status-green: #398357;
|
|
@@ -188,7 +188,7 @@ $kfw-color-line-12: #a1adb5;
|
|
|
188
188
|
$kfw-color-product-container: #f6f7f8;
|
|
189
189
|
$kfw-color-product-benefit: #007abc;
|
|
190
190
|
$kfw-color-product-credit: #398357;
|
|
191
|
-
$kfw-color-product-cooperation: #
|
|
191
|
+
$kfw-color-product-cooperation: #643179;
|
|
192
192
|
$kfw-color-product-credit-benefit: #41484c;
|
|
193
193
|
$kfw-color-icon: #005a8c;
|
|
194
194
|
$kfw-color-icon-secondary: #54b3e2;
|
|
@@ -244,6 +244,7 @@ $kfw-borderradius-small: 2px;
|
|
|
244
244
|
$kfw-borderradius-circle: 999.9rem;
|
|
245
245
|
$kfw-borderwidth: 1px;
|
|
246
246
|
$kfw-borderwidth-large: 2px;
|
|
247
|
+
$kfw-borderstyle: solid;
|
|
247
248
|
$kfw-focusring-outline-width: 2px;
|
|
248
249
|
$kfw-focusring-outline-offset: 2px;
|
|
249
250
|
$kfw-focusring-outline-style: dashed;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* KfW Design Tokens v0.5.
|
|
2
|
+
* KfW Design Tokens v0.5.7 | MPL-2.0 | https://github.com/openkfw/design-tokens
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
:root, :host, .kfw-theme--light { color-scheme: light; }
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
--kfw-base-color-gray-500-90: #41484ce6;
|
|
30
30
|
--kfw-base-color-gray-500: #41484c;
|
|
31
31
|
--kfw-base-color-gray-600: #2d3134;
|
|
32
|
-
--kfw-base-color-violet-400: #
|
|
33
|
-
--kfw-base-color-violet-500: #
|
|
32
|
+
--kfw-base-color-violet-400: #a455c5;
|
|
33
|
+
--kfw-base-color-violet-500: #643179;
|
|
34
34
|
--kfw-base-color-red-400: #c80538;
|
|
35
35
|
--kfw-base-color-yellow-500: #eac80b;
|
|
36
36
|
--kfw-base-fontfamily-sans: "KfW Centro Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -155,30 +155,30 @@
|
|
|
155
155
|
--kfw-base-layout-gridgap-fluid-min: 0.75rem;
|
|
156
156
|
--kfw-base-layout-gridgap-fluid-max: 2.25rem;
|
|
157
157
|
--kfw-base-layout-gridgap-fluid-val: 3.529vi - 0.5735rem;
|
|
158
|
-
--kfw-color-fn: #005a8c; /** Main interaction color for buttons and links */
|
|
159
|
-
--kfw-color-fn-active: #00446e;
|
|
160
|
-
--kfw-color-fn-inactive: #a1adb5;
|
|
161
|
-
--kfw-color-fn-border: #2d3134;
|
|
162
|
-
--kfw-color-fn-label: #2d3134;
|
|
163
|
-
--kfw-color-text: #2d3134; /** Main text color for body */
|
|
164
|
-
--kfw-color-text-on-dark-bg: #ffffff;
|
|
165
|
-
--kfw-color-text-on-disabled: #ffffff;
|
|
166
|
-
--kfw-color-text-headline-on-dark-bg: #b7f9aa;
|
|
167
|
-
--kfw-color-background: #ffffff; /** Main background color for body */
|
|
168
|
-
--kfw-color-background-subtle: #f6f7f8;
|
|
169
|
-
--kfw-color-background-disabled: #a1adb5;
|
|
170
|
-
--kfw-color-background-light-blue: #e9f5fb;
|
|
171
|
-
--kfw-color-background-light-green: #ecfded;
|
|
172
|
-
--kfw-color-background-dark-blue: #00375b;
|
|
173
|
-
--kfw-color-background-dark-green: #398357;
|
|
174
|
-
--kfw-color-opaque-white-90: #ffffffe6;
|
|
175
|
-
--kfw-color-opaque-white-95: #fffffff2;
|
|
176
|
-
--kfw-color-opaque-gray-500-10: #41484c1a;
|
|
177
|
-
--kfw-color-opaque-gray-500-30: #41484c4d;
|
|
178
|
-
--kfw-color-opaque-gray-500-90: #41484ce6;
|
|
158
|
+
--kfw-color-fn: #005a8c; /** Main interaction color for buttons and links (Blue 600) */
|
|
159
|
+
--kfw-color-fn-active: #00446e; /** Interaction color when active (e.g., hover, Blue 700) */
|
|
160
|
+
--kfw-color-fn-inactive: #a1adb5; /** Interaction color when inactive (Gray 300) */
|
|
161
|
+
--kfw-color-fn-border: #2d3134; /** Interaction border color (Gray 600) */
|
|
162
|
+
--kfw-color-fn-label: #2d3134; /** Interaction label color (Gray 600) */
|
|
163
|
+
--kfw-color-text: #2d3134; /** Main text color for body (Gray 600) */
|
|
164
|
+
--kfw-color-text-on-dark-bg: #ffffff; /** Main text color on dark background (White) */
|
|
165
|
+
--kfw-color-text-on-disabled: #ffffff; /** Main text color on disabled (White) */
|
|
166
|
+
--kfw-color-text-headline-on-dark-bg: #b7f9aa; /** Headline text color on dark background (Green 300) */
|
|
167
|
+
--kfw-color-background: #ffffff; /** Main background color for body (White) */
|
|
168
|
+
--kfw-color-background-subtle: #f6f7f8; /** Neutral (Gray 50) */
|
|
169
|
+
--kfw-color-background-disabled: #a1adb5; /** Disabled (Gray 300) */
|
|
170
|
+
--kfw-color-background-light-blue: #e9f5fb; /** Light blue (Blue 100) */
|
|
171
|
+
--kfw-color-background-light-green: #ecfded; /** Light green (Green 100) */
|
|
172
|
+
--kfw-color-background-dark-blue: #00375b; /** Dark blue (Blue 800) */
|
|
173
|
+
--kfw-color-background-dark-green: #398357; /** Dark green (Green 700) */
|
|
174
|
+
--kfw-color-opaque-white-90: #ffffffe6; /** White 90% */
|
|
175
|
+
--kfw-color-opaque-white-95: #fffffff2; /** White 95% */
|
|
176
|
+
--kfw-color-opaque-gray-500-10: #41484c1a; /** Gray 500 10% */
|
|
177
|
+
--kfw-color-opaque-gray-500-30: #41484c4d; /** Gray 500 30% */
|
|
178
|
+
--kfw-color-opaque-gray-500-90: #41484ce6; /** Gray 500 90% */
|
|
179
179
|
--kfw-color-state-danger: #c80538;
|
|
180
180
|
--kfw-color-state-success: #398357;
|
|
181
|
-
--kfw-color-state-warning: #
|
|
181
|
+
--kfw-color-state-warning: #a455c5;
|
|
182
182
|
--kfw-color-status-red: #c80538;
|
|
183
183
|
--kfw-color-status-yellow: #eac80b;
|
|
184
184
|
--kfw-color-status-green: #398357;
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
--kfw-color-product-container: #f6f7f8;
|
|
193
193
|
--kfw-color-product-benefit: #007abc;
|
|
194
194
|
--kfw-color-product-credit: #398357;
|
|
195
|
-
--kfw-color-product-cooperation: #
|
|
195
|
+
--kfw-color-product-cooperation: #643179;
|
|
196
196
|
--kfw-color-product-credit-benefit: #41484c;
|
|
197
197
|
--kfw-color-icon: #005a8c;
|
|
198
198
|
--kfw-color-icon-secondary: #54b3e2;
|
|
@@ -248,6 +248,7 @@
|
|
|
248
248
|
--kfw-borderradius-circle: 624.9375rem;
|
|
249
249
|
--kfw-borderwidth: 1px;
|
|
250
250
|
--kfw-borderwidth-large: 2px;
|
|
251
|
+
--kfw-borderstyle: solid;
|
|
251
252
|
--kfw-focusring-outline-width: 2px;
|
|
252
253
|
--kfw-focusring-outline-offset: 2px;
|
|
253
254
|
--kfw-focusring-outline-style: dashed;
|