@openkfw/design-tokens 0.1.0
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/LICENSE +373 -0
- package/README.md +39 -0
- package/output/README.md +32 -0
- package/output/figma/kfw-design-tokens.light.json +890 -0
- package/output/json/kfw-design-tokens.light.json +7330 -0
- package/output/penpot/kfw-design-tokens.light.json +890 -0
- package/output/web_next_16px/css/kfw-design-tokens.light.css +262 -0
- package/output/web_next_16px/js/kfw-design-tokens.light.d.ts +560 -0
- package/output/web_next_16px/js/kfw-design-tokens.light.js +568 -0
- package/output/web_next_16px/scss/kfw-design-tokens.light.scss +257 -0
- package/output/web_stable_10px/css/kfw-design-tokens.light.css +262 -0
- package/output/web_stable_10px/js/kfw-design-tokens.light.d.ts +560 -0
- package/output/web_stable_10px/js/kfw-design-tokens.light.js +568 -0
- package/output/web_stable_10px/scss/kfw-design-tokens.light.scss +257 -0
- package/package.json +58 -0
- package/sd.config.ts +162 -0
- package/tokens/extended/README.md +15 -0
- package/tokens/extended/build.ts +79 -0
- package/tokens/extended/tokens/tokens.dark.json +21 -0
- package/tokens/gen-tokens.dark.json5 +1463 -0
- package/tokens/tokens.json +450 -0
|
@@ -0,0 +1,560 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* KfW Design Tokens v0.1.0
|
|
3
|
+
* Copyright 2025
|
|
4
|
+
* Licensed under MPL-2.0 (https://github.com/openkfw/design-tokens/blob/main/LICENSE)
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
export const KfwBaseColorBlue100: {
|
|
8
|
+
colorSpace: string;
|
|
9
|
+
components: number[];
|
|
10
|
+
hex: string;
|
|
11
|
+
};
|
|
12
|
+
export const KfwBaseColorBlue400: {
|
|
13
|
+
colorSpace: string;
|
|
14
|
+
components: number[];
|
|
15
|
+
hex: string;
|
|
16
|
+
};
|
|
17
|
+
export const KfwBaseColorBlue500: {
|
|
18
|
+
colorSpace: string;
|
|
19
|
+
components: number[];
|
|
20
|
+
hex: string;
|
|
21
|
+
};
|
|
22
|
+
export const KfwBaseColorBlue600: {
|
|
23
|
+
colorSpace: string;
|
|
24
|
+
components: number[];
|
|
25
|
+
hex: string;
|
|
26
|
+
};
|
|
27
|
+
export const KfwBaseColorBlue700: {
|
|
28
|
+
colorSpace: string;
|
|
29
|
+
components: number[];
|
|
30
|
+
hex: string;
|
|
31
|
+
};
|
|
32
|
+
export const KfwBaseColorBlue800: {
|
|
33
|
+
colorSpace: string;
|
|
34
|
+
components: number[];
|
|
35
|
+
hex: string;
|
|
36
|
+
};
|
|
37
|
+
export const KfwBaseColorGreen100: {
|
|
38
|
+
colorSpace: string;
|
|
39
|
+
components: number[];
|
|
40
|
+
hex: string;
|
|
41
|
+
};
|
|
42
|
+
export const KfwBaseColorGreen300: {
|
|
43
|
+
colorSpace: string;
|
|
44
|
+
components: number[];
|
|
45
|
+
hex: string;
|
|
46
|
+
};
|
|
47
|
+
export const KfwBaseColorGreen400: {
|
|
48
|
+
colorSpace: string;
|
|
49
|
+
components: number[];
|
|
50
|
+
hex: string;
|
|
51
|
+
};
|
|
52
|
+
export const KfwBaseColorGreen700: {
|
|
53
|
+
colorSpace: string;
|
|
54
|
+
components: number[];
|
|
55
|
+
hex: string;
|
|
56
|
+
};
|
|
57
|
+
export const KfwBaseColorWhite90: {
|
|
58
|
+
colorSpace: string;
|
|
59
|
+
components: number[];
|
|
60
|
+
hex: string;
|
|
61
|
+
alpha: number;
|
|
62
|
+
};
|
|
63
|
+
export const KfwBaseColorWhite95: {
|
|
64
|
+
colorSpace: string;
|
|
65
|
+
components: number[];
|
|
66
|
+
hex: string;
|
|
67
|
+
alpha: number;
|
|
68
|
+
};
|
|
69
|
+
export const KfwBaseColorWhite: {
|
|
70
|
+
colorSpace: string;
|
|
71
|
+
components: number[];
|
|
72
|
+
hex: string;
|
|
73
|
+
};
|
|
74
|
+
export const KfwBaseColorBlack: {
|
|
75
|
+
colorSpace: string;
|
|
76
|
+
components: number[];
|
|
77
|
+
hex: string;
|
|
78
|
+
};
|
|
79
|
+
export const KfwBaseColorGray50: {
|
|
80
|
+
colorSpace: string;
|
|
81
|
+
components: number[];
|
|
82
|
+
hex: string;
|
|
83
|
+
};
|
|
84
|
+
export const KfwBaseColorGray100: {
|
|
85
|
+
colorSpace: string;
|
|
86
|
+
components: number[];
|
|
87
|
+
hex: string;
|
|
88
|
+
};
|
|
89
|
+
export const KfwBaseColorGray200: {
|
|
90
|
+
colorSpace: string;
|
|
91
|
+
components: number[];
|
|
92
|
+
hex: string;
|
|
93
|
+
};
|
|
94
|
+
export const KfwBaseColorGray300: {
|
|
95
|
+
colorSpace: string;
|
|
96
|
+
components: number[];
|
|
97
|
+
hex: string;
|
|
98
|
+
};
|
|
99
|
+
export const KfwBaseColorGray400: {
|
|
100
|
+
colorSpace: string;
|
|
101
|
+
components: number[];
|
|
102
|
+
hex: string;
|
|
103
|
+
};
|
|
104
|
+
export const KfwBaseColorGray50010: {
|
|
105
|
+
colorSpace: string;
|
|
106
|
+
components: number[];
|
|
107
|
+
hex: string;
|
|
108
|
+
alpha: number;
|
|
109
|
+
};
|
|
110
|
+
export const KfwBaseColorGray50030: {
|
|
111
|
+
colorSpace: string;
|
|
112
|
+
components: number[];
|
|
113
|
+
hex: string;
|
|
114
|
+
alpha: number;
|
|
115
|
+
};
|
|
116
|
+
export const KfwBaseColorGray50090: {
|
|
117
|
+
colorSpace: string;
|
|
118
|
+
components: number[];
|
|
119
|
+
hex: string;
|
|
120
|
+
alpha: number;
|
|
121
|
+
};
|
|
122
|
+
export const KfwBaseColorGray500: {
|
|
123
|
+
colorSpace: string;
|
|
124
|
+
components: number[];
|
|
125
|
+
hex: string;
|
|
126
|
+
};
|
|
127
|
+
export const KfwBaseColorGray600: {
|
|
128
|
+
colorSpace: string;
|
|
129
|
+
components: number[];
|
|
130
|
+
hex: string;
|
|
131
|
+
};
|
|
132
|
+
export const KfwBaseColorViolet400: {
|
|
133
|
+
colorSpace: string;
|
|
134
|
+
components: number[];
|
|
135
|
+
hex: string;
|
|
136
|
+
};
|
|
137
|
+
export const KfwBaseColorViolet500: {
|
|
138
|
+
colorSpace: string;
|
|
139
|
+
components: number[];
|
|
140
|
+
hex: string;
|
|
141
|
+
};
|
|
142
|
+
export const KfwBaseColorRed400: {
|
|
143
|
+
colorSpace: string;
|
|
144
|
+
components: number[];
|
|
145
|
+
hex: string;
|
|
146
|
+
};
|
|
147
|
+
export const KfwBaseColorYellow500: {
|
|
148
|
+
colorSpace: string;
|
|
149
|
+
components: number[];
|
|
150
|
+
hex: string;
|
|
151
|
+
};
|
|
152
|
+
export const KfwBaseFontfamilySans: string;
|
|
153
|
+
export const KfwBaseFontfamilyMono: string;
|
|
154
|
+
export const KfwBaseSpaceStatic5: string;
|
|
155
|
+
export const KfwBaseSpaceStatic10: string;
|
|
156
|
+
export const KfwBaseSpaceStatic15: string;
|
|
157
|
+
export const KfwBaseSpaceStatic20: string;
|
|
158
|
+
export const KfwBaseSpaceStatic25: string;
|
|
159
|
+
export const KfwBaseSpaceStatic30: string;
|
|
160
|
+
export const KfwBaseSpaceStatic35: string;
|
|
161
|
+
export const KfwBaseSpaceStatic40: string;
|
|
162
|
+
export const KfwBaseSpaceStatic50: string;
|
|
163
|
+
export const KfwBaseSpaceStatic60: string;
|
|
164
|
+
export const KfwBaseSpaceFluid5Min: string;
|
|
165
|
+
export const KfwBaseSpaceFluid5Max: string;
|
|
166
|
+
export const KfwBaseSpaceFluid5Val: string;
|
|
167
|
+
export const KfwBaseSpaceFluid10Min: string;
|
|
168
|
+
export const KfwBaseSpaceFluid10Max: string;
|
|
169
|
+
export const KfwBaseSpaceFluid10Val: string;
|
|
170
|
+
export const KfwBaseSpaceFluid15Min: string;
|
|
171
|
+
export const KfwBaseSpaceFluid15Max: string;
|
|
172
|
+
export const KfwBaseSpaceFluid15Val: string;
|
|
173
|
+
export const KfwBaseSpaceFluid20Min: string;
|
|
174
|
+
export const KfwBaseSpaceFluid20Max: string;
|
|
175
|
+
export const KfwBaseSpaceFluid20Val: string;
|
|
176
|
+
export const KfwBaseSpaceFluid25Min: string;
|
|
177
|
+
export const KfwBaseSpaceFluid25Max: string;
|
|
178
|
+
export const KfwBaseSpaceFluid25Val: string;
|
|
179
|
+
export const KfwBaseSpaceFluid30Min: string;
|
|
180
|
+
export const KfwBaseSpaceFluid30Max: string;
|
|
181
|
+
export const KfwBaseSpaceFluid30Val: string;
|
|
182
|
+
export const KfwBaseSpaceFluid35Min: string;
|
|
183
|
+
export const KfwBaseSpaceFluid35Max: string;
|
|
184
|
+
export const KfwBaseSpaceFluid35Val: string;
|
|
185
|
+
export const KfwBaseSpaceFluid40Min: string;
|
|
186
|
+
export const KfwBaseSpaceFluid40Max: string;
|
|
187
|
+
export const KfwBaseSpaceFluid40Val: string;
|
|
188
|
+
export const KfwBaseSpaceFluid50Min: string;
|
|
189
|
+
export const KfwBaseSpaceFluid50Max: string;
|
|
190
|
+
export const KfwBaseSpaceFluid50Val: string;
|
|
191
|
+
export const KfwBaseFontsizeStaticSm: string;
|
|
192
|
+
export const KfwBaseFontsizeStaticMd: string;
|
|
193
|
+
export const KfwBaseFontsizeStaticLg: string;
|
|
194
|
+
export const KfwBaseFontsizeStaticXl: string;
|
|
195
|
+
export const KfwBaseFontsizeStatic2xl: string;
|
|
196
|
+
export const KfwBaseFontsizeStatic3xl: string;
|
|
197
|
+
export const KfwBaseFontsizeStatic4xl: string;
|
|
198
|
+
export const KfwBaseFontsizeStatic5xl: string;
|
|
199
|
+
export const KfwBaseFontsizeStatic6xl: string;
|
|
200
|
+
export const KfwBaseFontsizeStatic7xl: string;
|
|
201
|
+
export const KfwBaseFontsizeStatic8xl: string;
|
|
202
|
+
export const KfwBaseFontsizeFluidSmMin: string;
|
|
203
|
+
export const KfwBaseFontsizeFluidSmMax: string;
|
|
204
|
+
export const KfwBaseFontsizeFluidSmVal: string;
|
|
205
|
+
export const KfwBaseFontsizeFluidMdMin: string;
|
|
206
|
+
export const KfwBaseFontsizeFluidMdMax: string;
|
|
207
|
+
export const KfwBaseFontsizeFluidMdVal: string;
|
|
208
|
+
export const KfwBaseFontsizeFluidLgMin: string;
|
|
209
|
+
export const KfwBaseFontsizeFluidLgMax: string;
|
|
210
|
+
export const KfwBaseFontsizeFluidLgVal: string;
|
|
211
|
+
export const KfwBaseFontsizeFluidXlMin: string;
|
|
212
|
+
export const KfwBaseFontsizeFluidXlMax: string;
|
|
213
|
+
export const KfwBaseFontsizeFluidXlVal: string;
|
|
214
|
+
export const KfwBaseFontsizeFluid2xlMin: string;
|
|
215
|
+
export const KfwBaseFontsizeFluid2xlMax: string;
|
|
216
|
+
export const KfwBaseFontsizeFluid2xlVal: string;
|
|
217
|
+
export const KfwBaseFontsizeFluid3xlMin: string;
|
|
218
|
+
export const KfwBaseFontsizeFluid3xlMax: string;
|
|
219
|
+
export const KfwBaseFontsizeFluid3xlVal: string;
|
|
220
|
+
export const KfwBaseFontsizeFluid4xlMin: string;
|
|
221
|
+
export const KfwBaseFontsizeFluid4xlMax: string;
|
|
222
|
+
export const KfwBaseFontsizeFluid4xlVal: string;
|
|
223
|
+
export const KfwBaseFontsizeFluid5xlMin: string;
|
|
224
|
+
export const KfwBaseFontsizeFluid5xlMax: string;
|
|
225
|
+
export const KfwBaseFontsizeFluid5xlVal: string;
|
|
226
|
+
export const KfwBaseFontsizeFluid6xlMin: string;
|
|
227
|
+
export const KfwBaseFontsizeFluid6xlMax: string;
|
|
228
|
+
export const KfwBaseFontsizeFluid6xlVal: string;
|
|
229
|
+
export const KfwBaseLineheight2xs: number;
|
|
230
|
+
export const KfwBaseLineheightXs: number;
|
|
231
|
+
export const KfwBaseLineheightSm: number;
|
|
232
|
+
export const KfwBaseLineheightMd: number;
|
|
233
|
+
export const KfwBaseLineheightLg: number;
|
|
234
|
+
export const KfwBaseBorderradiusSm: string;
|
|
235
|
+
export const KfwBaseBorderradiusMd: string;
|
|
236
|
+
export const KfwBaseBorderradiusLg: string;
|
|
237
|
+
export const KfwBaseBorderradiusFull: string;
|
|
238
|
+
export const KfwBaseBorderwidthNone: string;
|
|
239
|
+
export const KfwBaseBorderwidthMd: string;
|
|
240
|
+
export const KfwBaseBorderwidthLg: string;
|
|
241
|
+
export const KfwBaseFontweightRegular: number;
|
|
242
|
+
export const KfwBaseFontweightMedium: number;
|
|
243
|
+
export const KfwBaseLetterspacingTight: string;
|
|
244
|
+
export const KfwBaseLetterspacingNormal: string;
|
|
245
|
+
export const KfwBaseLetterspacingWide: string;
|
|
246
|
+
export const KfwBaseLetterspacingWider: string;
|
|
247
|
+
export const KfwBaseLayoutBreakpointXs: string;
|
|
248
|
+
export const KfwBaseLayoutBreakpointSm: string;
|
|
249
|
+
export const KfwBaseLayoutBreakpointMd: string;
|
|
250
|
+
export const KfwBaseLayoutBreakpointLg: string;
|
|
251
|
+
export const KfwBaseLayoutBreakpointXl: string;
|
|
252
|
+
export const KfwBaseLayoutContainerSm: string;
|
|
253
|
+
export const KfwBaseLayoutContainerMd: string;
|
|
254
|
+
export const KfwBaseLayoutContainerLg: string;
|
|
255
|
+
export const KfwBaseLayoutSafezoneStaticMd: string;
|
|
256
|
+
export const KfwBaseLayoutSafezoneStaticLg: string;
|
|
257
|
+
export const KfwBaseLayoutSafezoneFluidMin: string;
|
|
258
|
+
export const KfwBaseLayoutSafezoneFluidMax: string;
|
|
259
|
+
export const KfwBaseLayoutSafezoneFluidVal: string;
|
|
260
|
+
export const KfwBaseLayoutGridcolumn1: number;
|
|
261
|
+
export const KfwBaseLayoutGridcolumn2: number;
|
|
262
|
+
export const KfwBaseLayoutGridcolumn3: number;
|
|
263
|
+
export const KfwBaseLayoutGridcolumn4: number;
|
|
264
|
+
export const KfwBaseLayoutGridcolumn6: number;
|
|
265
|
+
export const KfwBaseLayoutGridcolumn8: number;
|
|
266
|
+
export const KfwBaseLayoutGridcolumn12: number;
|
|
267
|
+
export const KfwBaseLayoutGridgapStaticXs: string;
|
|
268
|
+
export const KfwBaseLayoutGridgapStaticSm: string;
|
|
269
|
+
export const KfwBaseLayoutGridgapStaticMd: string;
|
|
270
|
+
export const KfwBaseLayoutGridgapStaticLg: string;
|
|
271
|
+
export const KfwBaseLayoutGridgapStaticXl: string;
|
|
272
|
+
export const KfwBaseLayoutGridgapFluidMin: string;
|
|
273
|
+
export const KfwBaseLayoutGridgapFluidMax: string;
|
|
274
|
+
export const KfwBaseLayoutGridgapFluidVal: string;
|
|
275
|
+
export const KfwColorFn: {
|
|
276
|
+
colorSpace: string;
|
|
277
|
+
components: number[];
|
|
278
|
+
hex: string;
|
|
279
|
+
};
|
|
280
|
+
export const KfwColorFnActive: {
|
|
281
|
+
colorSpace: string;
|
|
282
|
+
components: number[];
|
|
283
|
+
hex: string;
|
|
284
|
+
};
|
|
285
|
+
export const KfwColorFnInactive: {
|
|
286
|
+
colorSpace: string;
|
|
287
|
+
components: number[];
|
|
288
|
+
hex: string;
|
|
289
|
+
};
|
|
290
|
+
export const KfwColorFnBorder: {
|
|
291
|
+
colorSpace: string;
|
|
292
|
+
components: number[];
|
|
293
|
+
hex: string;
|
|
294
|
+
};
|
|
295
|
+
export const KfwColorFnLabel: {
|
|
296
|
+
colorSpace: string;
|
|
297
|
+
components: number[];
|
|
298
|
+
hex: string;
|
|
299
|
+
};
|
|
300
|
+
export const KfwColorText: {
|
|
301
|
+
colorSpace: string;
|
|
302
|
+
components: number[];
|
|
303
|
+
hex: string;
|
|
304
|
+
};
|
|
305
|
+
export const KfwColorTextOnDarkBg: {
|
|
306
|
+
colorSpace: string;
|
|
307
|
+
components: number[];
|
|
308
|
+
hex: string;
|
|
309
|
+
};
|
|
310
|
+
export const KfwColorTextOnDisabled: {
|
|
311
|
+
colorSpace: string;
|
|
312
|
+
components: number[];
|
|
313
|
+
hex: string;
|
|
314
|
+
};
|
|
315
|
+
export const KfwColorTextHeadlineOnDarkBg: {
|
|
316
|
+
colorSpace: string;
|
|
317
|
+
components: number[];
|
|
318
|
+
hex: string;
|
|
319
|
+
};
|
|
320
|
+
export const KfwColorBackground: {
|
|
321
|
+
colorSpace: string;
|
|
322
|
+
components: number[];
|
|
323
|
+
hex: string;
|
|
324
|
+
};
|
|
325
|
+
export const KfwColorBackgroundSubtle: {
|
|
326
|
+
colorSpace: string;
|
|
327
|
+
components: number[];
|
|
328
|
+
hex: string;
|
|
329
|
+
};
|
|
330
|
+
export const KfwColorBackgroundDisabled: {
|
|
331
|
+
colorSpace: string;
|
|
332
|
+
components: number[];
|
|
333
|
+
hex: string;
|
|
334
|
+
};
|
|
335
|
+
export const KfwColorBackgroundLightBlue: {
|
|
336
|
+
colorSpace: string;
|
|
337
|
+
components: number[];
|
|
338
|
+
hex: string;
|
|
339
|
+
};
|
|
340
|
+
export const KfwColorBackgroundLightGreen: {
|
|
341
|
+
colorSpace: string;
|
|
342
|
+
components: number[];
|
|
343
|
+
hex: string;
|
|
344
|
+
};
|
|
345
|
+
export const KfwColorBackgroundDarkBlue: {
|
|
346
|
+
colorSpace: string;
|
|
347
|
+
components: number[];
|
|
348
|
+
hex: string;
|
|
349
|
+
};
|
|
350
|
+
export const KfwColorBackgroundDarkGreen: {
|
|
351
|
+
colorSpace: string;
|
|
352
|
+
components: number[];
|
|
353
|
+
hex: string;
|
|
354
|
+
};
|
|
355
|
+
export const KfwColorAccent: {
|
|
356
|
+
colorSpace: string;
|
|
357
|
+
components: number[];
|
|
358
|
+
hex: string;
|
|
359
|
+
};
|
|
360
|
+
export const KfwColorOpaqueWhite90: {
|
|
361
|
+
colorSpace: string;
|
|
362
|
+
components: number[];
|
|
363
|
+
hex: string;
|
|
364
|
+
alpha: number;
|
|
365
|
+
};
|
|
366
|
+
export const KfwColorOpaqueWhite95: {
|
|
367
|
+
colorSpace: string;
|
|
368
|
+
components: number[];
|
|
369
|
+
hex: string;
|
|
370
|
+
alpha: number;
|
|
371
|
+
};
|
|
372
|
+
export const KfwColorOpaqueGray50010: {
|
|
373
|
+
colorSpace: string;
|
|
374
|
+
components: number[];
|
|
375
|
+
hex: string;
|
|
376
|
+
alpha: number;
|
|
377
|
+
};
|
|
378
|
+
export const KfwColorOpaqueGray50030: {
|
|
379
|
+
colorSpace: string;
|
|
380
|
+
components: number[];
|
|
381
|
+
hex: string;
|
|
382
|
+
alpha: number;
|
|
383
|
+
};
|
|
384
|
+
export const KfwColorOpaqueGray50090: {
|
|
385
|
+
colorSpace: string;
|
|
386
|
+
components: number[];
|
|
387
|
+
hex: string;
|
|
388
|
+
alpha: number;
|
|
389
|
+
};
|
|
390
|
+
export const KfwColorStateDanger: {
|
|
391
|
+
colorSpace: string;
|
|
392
|
+
components: number[];
|
|
393
|
+
hex: string;
|
|
394
|
+
};
|
|
395
|
+
export const KfwColorStateSuccess: {
|
|
396
|
+
colorSpace: string;
|
|
397
|
+
components: number[];
|
|
398
|
+
hex: string;
|
|
399
|
+
};
|
|
400
|
+
export const KfwColorStateWarning: {
|
|
401
|
+
colorSpace: string;
|
|
402
|
+
components: number[];
|
|
403
|
+
hex: string;
|
|
404
|
+
};
|
|
405
|
+
export const KfwColorStatusRed: {
|
|
406
|
+
colorSpace: string;
|
|
407
|
+
components: number[];
|
|
408
|
+
hex: string;
|
|
409
|
+
};
|
|
410
|
+
export const KfwColorStatusYellow: {
|
|
411
|
+
colorSpace: string;
|
|
412
|
+
components: number[];
|
|
413
|
+
hex: string;
|
|
414
|
+
};
|
|
415
|
+
export const KfwColorStatusGreen: {
|
|
416
|
+
colorSpace: string;
|
|
417
|
+
components: number[];
|
|
418
|
+
hex: string;
|
|
419
|
+
};
|
|
420
|
+
export const KfwColorLine6: {
|
|
421
|
+
colorSpace: string;
|
|
422
|
+
components: number[];
|
|
423
|
+
hex: string;
|
|
424
|
+
};
|
|
425
|
+
export const KfwColorLine7: {
|
|
426
|
+
colorSpace: string;
|
|
427
|
+
components: number[];
|
|
428
|
+
hex: string;
|
|
429
|
+
};
|
|
430
|
+
export const KfwColorLine8: {
|
|
431
|
+
colorSpace: string;
|
|
432
|
+
components: number[];
|
|
433
|
+
hex: string;
|
|
434
|
+
};
|
|
435
|
+
export const KfwColorLine9: {
|
|
436
|
+
colorSpace: string;
|
|
437
|
+
components: number[];
|
|
438
|
+
hex: string;
|
|
439
|
+
};
|
|
440
|
+
export const KfwColorLine10: {
|
|
441
|
+
colorSpace: string;
|
|
442
|
+
components: number[];
|
|
443
|
+
hex: string;
|
|
444
|
+
};
|
|
445
|
+
export const KfwColorLine11: {
|
|
446
|
+
colorSpace: string;
|
|
447
|
+
components: number[];
|
|
448
|
+
hex: string;
|
|
449
|
+
};
|
|
450
|
+
export const KfwColorLine12: {
|
|
451
|
+
colorSpace: string;
|
|
452
|
+
components: number[];
|
|
453
|
+
hex: string;
|
|
454
|
+
};
|
|
455
|
+
export const KfwColorProductContainer: {
|
|
456
|
+
colorSpace: string;
|
|
457
|
+
components: number[];
|
|
458
|
+
hex: string;
|
|
459
|
+
};
|
|
460
|
+
export const KfwColorProductBenefit: {
|
|
461
|
+
colorSpace: string;
|
|
462
|
+
components: number[];
|
|
463
|
+
hex: string;
|
|
464
|
+
};
|
|
465
|
+
export const KfwColorProductCredit: {
|
|
466
|
+
colorSpace: string;
|
|
467
|
+
components: number[];
|
|
468
|
+
hex: string;
|
|
469
|
+
};
|
|
470
|
+
export const KfwColorProductCooperation: {
|
|
471
|
+
colorSpace: string;
|
|
472
|
+
components: number[];
|
|
473
|
+
hex: string;
|
|
474
|
+
};
|
|
475
|
+
export const KfwColorProductCreditBenefit: {
|
|
476
|
+
colorSpace: string;
|
|
477
|
+
components: number[];
|
|
478
|
+
hex: string;
|
|
479
|
+
};
|
|
480
|
+
export const KfwColorIcon: {
|
|
481
|
+
colorSpace: string;
|
|
482
|
+
components: number[];
|
|
483
|
+
hex: string;
|
|
484
|
+
};
|
|
485
|
+
export const KfwColorIconSecondary: {
|
|
486
|
+
colorSpace: string;
|
|
487
|
+
components: number[];
|
|
488
|
+
hex: string;
|
|
489
|
+
};
|
|
490
|
+
export const KfwColorIconDisabled: {
|
|
491
|
+
colorSpace: string;
|
|
492
|
+
components: number[];
|
|
493
|
+
hex: string;
|
|
494
|
+
};
|
|
495
|
+
export const KfwColorIconDisabledSecondary: {
|
|
496
|
+
colorSpace: string;
|
|
497
|
+
components: number[];
|
|
498
|
+
hex: string;
|
|
499
|
+
};
|
|
500
|
+
export const KfwFontfamily: string;
|
|
501
|
+
export const KfwFontfamilyCode: string;
|
|
502
|
+
export const KfwSpaceXsmall: string;
|
|
503
|
+
export const KfwSpaceSmall: string;
|
|
504
|
+
export const KfwSpaceMedium: string;
|
|
505
|
+
export const KfwSpaceLargeMin: string;
|
|
506
|
+
export const KfwSpaceLargeMax: string;
|
|
507
|
+
export const KfwSpaceLargeVal: string;
|
|
508
|
+
export const KfwSpaceBigMin: string;
|
|
509
|
+
export const KfwSpaceBigMax: string;
|
|
510
|
+
export const KfwSpaceBigVal: string;
|
|
511
|
+
export const KfwFontspace: string;
|
|
512
|
+
export const KfwFontspaceIntroduction: string;
|
|
513
|
+
export const KfwFontspaceSmall: string;
|
|
514
|
+
export const KfwFontspaceLarge: string;
|
|
515
|
+
export const KfwFontspaceHeading1: string;
|
|
516
|
+
export const KfwFontspaceHeading2: string;
|
|
517
|
+
export const KfwFontspaceHeading3: string;
|
|
518
|
+
export const KfwFontspaceHeading4: string;
|
|
519
|
+
export const KfwFontspaceHeading5: string;
|
|
520
|
+
export const KfwFontspaceHeading6: string;
|
|
521
|
+
export const KfwFontsize: string;
|
|
522
|
+
export const KfwFontsizeIntroduction: string;
|
|
523
|
+
export const KfwFontsizeSmall: string;
|
|
524
|
+
export const KfwFontsizeLarge: string;
|
|
525
|
+
export const KfwFontsizeHeading1Min: string;
|
|
526
|
+
export const KfwFontsizeHeading1Max: string;
|
|
527
|
+
export const KfwFontsizeHeading1Val: string;
|
|
528
|
+
export const KfwFontsizeHeading2Min: string;
|
|
529
|
+
export const KfwFontsizeHeading2Max: string;
|
|
530
|
+
export const KfwFontsizeHeading2Val: string;
|
|
531
|
+
export const KfwFontsizeHeading3Min: string;
|
|
532
|
+
export const KfwFontsizeHeading3Max: string;
|
|
533
|
+
export const KfwFontsizeHeading3Val: string;
|
|
534
|
+
export const KfwFontsizeHeading4Min: string;
|
|
535
|
+
export const KfwFontsizeHeading4Max: string;
|
|
536
|
+
export const KfwFontsizeHeading4Val: string;
|
|
537
|
+
export const KfwFontsizeHeading5: string;
|
|
538
|
+
export const KfwFontsizeHeading6: string;
|
|
539
|
+
export const KfwLineheight: number;
|
|
540
|
+
export const KfwLineheightList: number;
|
|
541
|
+
export const KfwLineheightHeading: number;
|
|
542
|
+
export const KfwLineheightHeading5: number;
|
|
543
|
+
export const KfwBorderradius: string;
|
|
544
|
+
export const KfwFocusringOutline: {
|
|
545
|
+
color: { colorSpace: string; components: number[]; hex: string };
|
|
546
|
+
width: string;
|
|
547
|
+
style: string;
|
|
548
|
+
};
|
|
549
|
+
export const KfwFocusringOutlineOffset: string;
|
|
550
|
+
export const KfwFontweight: number;
|
|
551
|
+
export const KfwFontweightHeading: number;
|
|
552
|
+
export const KfwBreakpointMobile: string;
|
|
553
|
+
export const KfwBreakpointTablet: string;
|
|
554
|
+
export const KfwBreakpointDesktop: string;
|
|
555
|
+
export const KfwContentwrapperNarrow: string;
|
|
556
|
+
export const KfwContentwrapperBasic: string;
|
|
557
|
+
export const KfwContentwrapperExtended: string;
|
|
558
|
+
export const KfwSafezoneMin: string;
|
|
559
|
+
export const KfwSafezoneMax: string;
|
|
560
|
+
export const KfwSafezoneVal: string;
|