@norges-domstoler/dds-design-tokens 1.3.0 → 2.0.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.
Files changed (72) hide show
  1. package/dist/cjs/dds/build/js/border.d.ts +1 -1
  2. package/dist/cjs/dds/build/js/borderRadius.d.ts +1 -1
  3. package/dist/cjs/dds/build/js/breakpoints.d.ts +1 -1
  4. package/dist/cjs/dds/build/js/colors.d.ts +1 -1
  5. package/dist/cjs/dds/build/js/ddsTokens.d.ts +51 -107
  6. package/dist/cjs/dds/build/js/font.d.ts +51 -107
  7. package/dist/cjs/dds/build/js/fontObject.d.ts +9 -823
  8. package/dist/cjs/dds/build/js/grid.d.ts +1 -1
  9. package/dist/cjs/dds/build/js/iconSize.d.ts +1 -1
  10. package/dist/cjs/dds/build/js/innershadow.d.ts +1 -1
  11. package/dist/cjs/dds/build/js/outershadow.d.ts +1 -1
  12. package/dist/cjs/dds/build/js/spacing.d.ts +1 -1
  13. package/dist/cjs/dds/formattedStyles/fontPackages/fontPackages.d.ts +6 -82
  14. package/dist/cjs/index.js +409 -1580
  15. package/dist/cjs/src/ddsBaseTokens.d.ts +6 -82
  16. package/dist/cjs/src/ddsReferenceTokens.d.ts +0 -8
  17. package/dist/cjs/src/index.d.ts +2 -0
  18. package/dist/css/border.css +31 -31
  19. package/dist/css/borderRadius.css +22 -22
  20. package/dist/css/breakpoints.css +12 -12
  21. package/dist/css/colors.css +73 -73
  22. package/dist/css/ddsTokens.css +448 -492
  23. package/dist/css/font.css +282 -326
  24. package/dist/css/grid.css +32 -32
  25. package/dist/css/iconSize.css +10 -10
  26. package/dist/css/innershadow.css +11 -11
  27. package/dist/css/outershadow.css +15 -15
  28. package/dist/css/spacing.css +55 -55
  29. package/dist/dds/build/js/border.d.ts +1 -1
  30. package/dist/dds/build/js/border.js +1 -1
  31. package/dist/dds/build/js/borderRadius.d.ts +1 -1
  32. package/dist/dds/build/js/borderRadius.js +1 -1
  33. package/dist/dds/build/js/breakpoints.d.ts +1 -1
  34. package/dist/dds/build/js/breakpoints.js +1 -1
  35. package/dist/dds/build/js/colors.d.ts +1 -1
  36. package/dist/dds/build/js/colors.js +1 -1
  37. package/dist/dds/build/js/ddsTokens.d.ts +51 -107
  38. package/dist/dds/build/js/font.d.ts +51 -107
  39. package/dist/dds/build/js/font.js +53 -109
  40. package/dist/dds/build/js/fontObject.d.ts +9 -823
  41. package/dist/dds/build/js/fontObject.js +302 -1356
  42. package/dist/dds/build/js/grid.d.ts +1 -1
  43. package/dist/dds/build/js/grid.js +1 -1
  44. package/dist/dds/build/js/iconSize.d.ts +1 -1
  45. package/dist/dds/build/js/iconSize.js +1 -1
  46. package/dist/dds/build/js/innershadow.d.ts +1 -1
  47. package/dist/dds/build/js/innershadow.js +1 -1
  48. package/dist/dds/build/js/outershadow.d.ts +1 -1
  49. package/dist/dds/build/js/outershadow.js +1 -1
  50. package/dist/dds/build/js/spacing.d.ts +1 -1
  51. package/dist/dds/build/js/spacing.js +1 -1
  52. package/dist/dds/formattedStyles/fontPackages/fontPackages.d.ts +6 -82
  53. package/dist/dds/formattedStyles/fontPackages/fontPackages.js +3 -7
  54. package/dist/ddsReferenceTokens.js +0 -1
  55. package/dist/scss/_border.scss +27 -27
  56. package/dist/scss/_borderRadius.scss +18 -18
  57. package/dist/scss/_breakpoints.scss +8 -8
  58. package/dist/scss/_colors.scss +69 -69
  59. package/dist/scss/_ddsTokens.scss +444 -488
  60. package/dist/scss/_font.scss +279 -323
  61. package/dist/scss/_iconSize.scss +6 -6
  62. package/dist/scss/_innershadow.scss +7 -7
  63. package/dist/scss/_outershadow.scss +11 -11
  64. package/dist/scss/_spacing.scss +51 -51
  65. package/dist/src/ddsBaseTokens.d.ts +6 -82
  66. package/dist/src/ddsReferenceTokens.d.ts +0 -8
  67. package/dist/src/index.d.ts +2 -0
  68. package/package.json +7 -7
  69. package/dist/cjs/index.d.ts +0 -2
  70. package/dist/index.d.ts +0 -2
  71. package/dist/index.es.js +0 -9259
  72. package/dist/index.es.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Apr 2022 10:41:33 GMT
3
+ * Generated on Thu, 22 Sep 2022 09:11:12 GMT
4
4
  */
5
5
  export declare const BordersDdsBorderFocusBaseStrokeAlign = "inside";
6
6
  export declare const BordersDdsBorderFocusBaseStrokeMiterLimit = 4;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Apr 2022 10:41:33 GMT
3
+ * Generated on Thu, 22 Sep 2022 09:11:12 GMT
4
4
  */
5
5
  export declare const RadiiDdsBorderRadius1Radius = "2px";
6
6
  export declare const RadiiDdsBorderRadius1RadiusNumberPx = 2;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Apr 2022 10:41:33 GMT
3
+ * Generated on Thu, 22 Sep 2022 09:11:12 GMT
4
4
  */
5
5
  export declare const DdsBreakpointXs = "1px";
6
6
  export declare const DdsBreakpointXsNumberPx = 1;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Apr 2022 10:41:33 GMT
3
+ * Generated on Thu, 22 Sep 2022 09:11:12 GMT
4
4
  */
5
5
  export declare const DdsColorPrimaryLightest = "rgba(234, 239, 244, 1)";
6
6
  export declare const DdsColorPrimaryLighter = "rgba(172, 187, 198, 1)";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Apr 2022 10:41:33 GMT
3
+ * Generated on Thu, 22 Sep 2022 09:11:12 GMT
4
4
  */
5
5
  export declare const DdsBreakpointXs = "1px";
6
6
  export declare const DdsBreakpointXsNumberPx = 1;
@@ -246,62 +246,6 @@ export declare const DdsFontBodySans04ParagraphIndentNumberPx = 0;
246
246
  export declare const DdsFontBodySans04ParagraphSpacing = "20px";
247
247
  export declare const DdsFontBodySans04ParagraphSpacingNumberPx = 20;
248
248
  export declare const DdsFontBodySans04TextCase = "none";
249
- export declare const DdsFontBodySerif01FontSize = "14px";
250
- export declare const DdsFontBodySerif01FontSizeNumberPx = 14;
251
- export declare const DdsFontBodySerif01TextDecoration = "none";
252
- export declare const DdsFontBodySerif01FontFamily = "Georgia";
253
- export declare const DdsFontBodySerif01FontWeight = 400;
254
- export declare const DdsFontBodySerif01FontStyle = "normal";
255
- export declare const DdsFontBodySerif01FontStretch = "normal";
256
- export declare const DdsFontBodySerif01LetterSpacing = "0.01em";
257
- export declare const DdsFontBodySerif01LineHeight = "1.5em";
258
- export declare const DdsFontBodySerif01ParagraphIndent = "0px";
259
- export declare const DdsFontBodySerif01ParagraphIndentNumberPx = 0;
260
- export declare const DdsFontBodySerif01ParagraphSpacing = "14px";
261
- export declare const DdsFontBodySerif01ParagraphSpacingNumberPx = 14;
262
- export declare const DdsFontBodySerif01TextCase = "none";
263
- export declare const DdsFontBodySerif02FontSize = "16px";
264
- export declare const DdsFontBodySerif02FontSizeNumberPx = 16;
265
- export declare const DdsFontBodySerif02TextDecoration = "none";
266
- export declare const DdsFontBodySerif02FontFamily = "Georgia";
267
- export declare const DdsFontBodySerif02FontWeight = 400;
268
- export declare const DdsFontBodySerif02FontStyle = "normal";
269
- export declare const DdsFontBodySerif02FontStretch = "normal";
270
- export declare const DdsFontBodySerif02LetterSpacing = "0em";
271
- export declare const DdsFontBodySerif02LineHeight = "1.5em";
272
- export declare const DdsFontBodySerif02ParagraphIndent = "0px";
273
- export declare const DdsFontBodySerif02ParagraphIndentNumberPx = 0;
274
- export declare const DdsFontBodySerif02ParagraphSpacing = "16px";
275
- export declare const DdsFontBodySerif02ParagraphSpacingNumberPx = 16;
276
- export declare const DdsFontBodySerif02TextCase = "none";
277
- export declare const DdsFontBodySerif03FontSize = "18px";
278
- export declare const DdsFontBodySerif03FontSizeNumberPx = 18;
279
- export declare const DdsFontBodySerif03TextDecoration = "none";
280
- export declare const DdsFontBodySerif03FontFamily = "Georgia";
281
- export declare const DdsFontBodySerif03FontWeight = 400;
282
- export declare const DdsFontBodySerif03FontStyle = "normal";
283
- export declare const DdsFontBodySerif03FontStretch = "normal";
284
- export declare const DdsFontBodySerif03LetterSpacing = "0em";
285
- export declare const DdsFontBodySerif03LineHeight = "1.5em";
286
- export declare const DdsFontBodySerif03ParagraphIndent = "0px";
287
- export declare const DdsFontBodySerif03ParagraphIndentNumberPx = 0;
288
- export declare const DdsFontBodySerif03ParagraphSpacing = "18px";
289
- export declare const DdsFontBodySerif03ParagraphSpacingNumberPx = 18;
290
- export declare const DdsFontBodySerif03TextCase = "none";
291
- export declare const DdsFontBodySerif04FontSize = "20px";
292
- export declare const DdsFontBodySerif04FontSizeNumberPx = 20;
293
- export declare const DdsFontBodySerif04TextDecoration = "none";
294
- export declare const DdsFontBodySerif04FontFamily = "Georgia";
295
- export declare const DdsFontBodySerif04FontWeight = 400;
296
- export declare const DdsFontBodySerif04FontStyle = "normal";
297
- export declare const DdsFontBodySerif04FontStretch = "normal";
298
- export declare const DdsFontBodySerif04LetterSpacing = "0em";
299
- export declare const DdsFontBodySerif04LineHeight = "1.5em";
300
- export declare const DdsFontBodySerif04ParagraphIndent = "0px";
301
- export declare const DdsFontBodySerif04ParagraphIndentNumberPx = 0;
302
- export declare const DdsFontBodySerif04ParagraphSpacing = "20px";
303
- export declare const DdsFontBodySerif04ParagraphSpacingNumberPx = 20;
304
- export declare const DdsFontBodySerif04TextCase = "none";
305
249
  export declare const DdsFontLeadSans01FontSize = "18px";
306
250
  export declare const DdsFontLeadSans01FontSizeNumberPx = 18;
307
251
  export declare const DdsFontLeadSans01TextDecoration = "none";
@@ -386,8 +330,8 @@ export declare const DdsFontSupportingStyleLabel01ParagraphIndentNumberPx = 0;
386
330
  export declare const DdsFontSupportingStyleLabel01ParagraphSpacing = "14px";
387
331
  export declare const DdsFontSupportingStyleLabel01ParagraphSpacingNumberPx = 14;
388
332
  export declare const DdsFontSupportingStyleLabel01TextCase = "none";
389
- export declare const DdsFontSupportingStyleHelpertext01FontSize = "14px";
390
- export declare const DdsFontSupportingStyleHelpertext01FontSizeNumberPx = 14;
333
+ export declare const DdsFontSupportingStyleHelpertext01FontSize = "12px";
334
+ export declare const DdsFontSupportingStyleHelpertext01FontSizeNumberPx = 12;
391
335
  export declare const DdsFontSupportingStyleHelpertext01TextDecoration = "none";
392
336
  export declare const DdsFontSupportingStyleHelpertext01FontFamily = "IBM Plex Sans";
393
337
  export declare const DdsFontSupportingStyleHelpertext01FontWeight = 400;
@@ -397,53 +341,11 @@ export declare const DdsFontSupportingStyleHelpertext01LetterSpacing = "0.01em";
397
341
  export declare const DdsFontSupportingStyleHelpertext01LineHeight = "1.5em";
398
342
  export declare const DdsFontSupportingStyleHelpertext01ParagraphIndent = "0px";
399
343
  export declare const DdsFontSupportingStyleHelpertext01ParagraphIndentNumberPx = 0;
400
- export declare const DdsFontSupportingStyleHelpertext01ParagraphSpacing = "14px";
401
- export declare const DdsFontSupportingStyleHelpertext01ParagraphSpacingNumberPx = 14;
344
+ export declare const DdsFontSupportingStyleHelpertext01ParagraphSpacing = "12px";
345
+ export declare const DdsFontSupportingStyleHelpertext01ParagraphSpacingNumberPx = 12;
402
346
  export declare const DdsFontSupportingStyleHelpertext01TextCase = "none";
403
- export declare const DdsFontSupportingStyleInputtext01FontSize = "14px";
404
- export declare const DdsFontSupportingStyleInputtext01FontSizeNumberPx = 14;
405
- export declare const DdsFontSupportingStyleInputtext01TextDecoration = "none";
406
- export declare const DdsFontSupportingStyleInputtext01FontFamily = "IBM Plex Sans";
407
- export declare const DdsFontSupportingStyleInputtext01FontWeight = 400;
408
- export declare const DdsFontSupportingStyleInputtext01FontStyle = "normal";
409
- export declare const DdsFontSupportingStyleInputtext01FontStretch = "normal";
410
- export declare const DdsFontSupportingStyleInputtext01LetterSpacing = "0.01em";
411
- export declare const DdsFontSupportingStyleInputtext01LineHeight = "1.5em";
412
- export declare const DdsFontSupportingStyleInputtext01ParagraphIndent = "0px";
413
- export declare const DdsFontSupportingStyleInputtext01ParagraphIndentNumberPx = 0;
414
- export declare const DdsFontSupportingStyleInputtext01ParagraphSpacing = "14px";
415
- export declare const DdsFontSupportingStyleInputtext01ParagraphSpacingNumberPx = 14;
416
- export declare const DdsFontSupportingStyleInputtext01TextCase = "none";
417
- export declare const DdsFontSupportingStyleInputtext02FontSize = "18px";
418
- export declare const DdsFontSupportingStyleInputtext02FontSizeNumberPx = 18;
419
- export declare const DdsFontSupportingStyleInputtext02TextDecoration = "none";
420
- export declare const DdsFontSupportingStyleInputtext02FontFamily = "IBM Plex Sans";
421
- export declare const DdsFontSupportingStyleInputtext02FontWeight = 400;
422
- export declare const DdsFontSupportingStyleInputtext02FontStyle = "normal";
423
- export declare const DdsFontSupportingStyleInputtext02FontStretch = "normal";
424
- export declare const DdsFontSupportingStyleInputtext02LetterSpacing = "0em";
425
- export declare const DdsFontSupportingStyleInputtext02LineHeight = "1.5em";
426
- export declare const DdsFontSupportingStyleInputtext02ParagraphIndent = "0px";
427
- export declare const DdsFontSupportingStyleInputtext02ParagraphIndentNumberPx = 0;
428
- export declare const DdsFontSupportingStyleInputtext02ParagraphSpacing = "18px";
429
- export declare const DdsFontSupportingStyleInputtext02ParagraphSpacingNumberPx = 18;
430
- export declare const DdsFontSupportingStyleInputtext02TextCase = "none";
431
- export declare const DdsFontSupportingStyleInputtext03FontSize = "20px";
432
- export declare const DdsFontSupportingStyleInputtext03FontSizeNumberPx = 20;
433
- export declare const DdsFontSupportingStyleInputtext03TextDecoration = "none";
434
- export declare const DdsFontSupportingStyleInputtext03FontFamily = "IBM Plex Sans";
435
- export declare const DdsFontSupportingStyleInputtext03FontWeight = 400;
436
- export declare const DdsFontSupportingStyleInputtext03FontStyle = "normal";
437
- export declare const DdsFontSupportingStyleInputtext03FontStretch = "normal";
438
- export declare const DdsFontSupportingStyleInputtext03LetterSpacing = "0em";
439
- export declare const DdsFontSupportingStyleInputtext03LineHeight = "1.5em";
440
- export declare const DdsFontSupportingStyleInputtext03ParagraphIndent = "0px";
441
- export declare const DdsFontSupportingStyleInputtext03ParagraphIndentNumberPx = 0;
442
- export declare const DdsFontSupportingStyleInputtext03ParagraphSpacing = "20px";
443
- export declare const DdsFontSupportingStyleInputtext03ParagraphSpacingNumberPx = 20;
444
- export declare const DdsFontSupportingStyleInputtext03TextCase = "none";
445
- export declare const DdsFontSupportingStylePlaceholdertext01FontSize = "18px";
446
- export declare const DdsFontSupportingStylePlaceholdertext01FontSizeNumberPx = 18;
347
+ export declare const DdsFontSupportingStylePlaceholdertext01FontSize = "16px";
348
+ export declare const DdsFontSupportingStylePlaceholdertext01FontSizeNumberPx = 16;
447
349
  export declare const DdsFontSupportingStylePlaceholdertext01TextDecoration = "none";
448
350
  export declare const DdsFontSupportingStylePlaceholdertext01FontFamily = "IBM Plex Sans";
449
351
  export declare const DdsFontSupportingStylePlaceholdertext01FontWeight = 400;
@@ -453,8 +355,8 @@ export declare const DdsFontSupportingStylePlaceholdertext01LetterSpacing = "0em
453
355
  export declare const DdsFontSupportingStylePlaceholdertext01LineHeight = "1.5em";
454
356
  export declare const DdsFontSupportingStylePlaceholdertext01ParagraphIndent = "0px";
455
357
  export declare const DdsFontSupportingStylePlaceholdertext01ParagraphIndentNumberPx = 0;
456
- export declare const DdsFontSupportingStylePlaceholdertext01ParagraphSpacing = "18px";
457
- export declare const DdsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberPx = 18;
358
+ export declare const DdsFontSupportingStylePlaceholdertext01ParagraphSpacing = "16px";
359
+ export declare const DdsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberPx = 16;
458
360
  export declare const DdsFontSupportingStylePlaceholdertext01TextCase = "none";
459
361
  export declare const DdsFontSupportingStyleTiny01FontSize = "12px";
460
362
  export declare const DdsFontSupportingStyleTiny01FontSizeNumberPx = 12;
@@ -484,6 +386,48 @@ export declare const DdsFontSupportingStyleTiny02ParagraphIndentNumberPx = 0;
484
386
  export declare const DdsFontSupportingStyleTiny02ParagraphSpacing = "12px";
485
387
  export declare const DdsFontSupportingStyleTiny02ParagraphSpacingNumberPx = 12;
486
388
  export declare const DdsFontSupportingStyleTiny02TextCase = "none";
389
+ export declare const DdsFontSupportingStylePlaceholdertext02FontSize = "14px";
390
+ export declare const DdsFontSupportingStylePlaceholdertext02FontSizeNumberPx = 14;
391
+ export declare const DdsFontSupportingStylePlaceholdertext02TextDecoration = "none";
392
+ export declare const DdsFontSupportingStylePlaceholdertext02FontFamily = "IBM Plex Sans";
393
+ export declare const DdsFontSupportingStylePlaceholdertext02FontWeight = 400;
394
+ export declare const DdsFontSupportingStylePlaceholdertext02FontStyle = "italic";
395
+ export declare const DdsFontSupportingStylePlaceholdertext02FontStretch = "normal";
396
+ export declare const DdsFontSupportingStylePlaceholdertext02LetterSpacing = "0.01em";
397
+ export declare const DdsFontSupportingStylePlaceholdertext02LineHeight = "1.5em";
398
+ export declare const DdsFontSupportingStylePlaceholdertext02ParagraphIndent = "0px";
399
+ export declare const DdsFontSupportingStylePlaceholdertext02ParagraphIndentNumberPx = 0;
400
+ export declare const DdsFontSupportingStylePlaceholdertext02ParagraphSpacing = "14px";
401
+ export declare const DdsFontSupportingStylePlaceholdertext02ParagraphSpacingNumberPx = 14;
402
+ export declare const DdsFontSupportingStylePlaceholdertext02TextCase = "none";
403
+ export declare const DdsFontSupportingStylePlaceholdertext03FontSize = "12px";
404
+ export declare const DdsFontSupportingStylePlaceholdertext03FontSizeNumberPx = 12;
405
+ export declare const DdsFontSupportingStylePlaceholdertext03TextDecoration = "none";
406
+ export declare const DdsFontSupportingStylePlaceholdertext03FontFamily = "IBM Plex Sans";
407
+ export declare const DdsFontSupportingStylePlaceholdertext03FontWeight = 400;
408
+ export declare const DdsFontSupportingStylePlaceholdertext03FontStyle = "italic";
409
+ export declare const DdsFontSupportingStylePlaceholdertext03FontStretch = "normal";
410
+ export declare const DdsFontSupportingStylePlaceholdertext03LetterSpacing = "0.01em";
411
+ export declare const DdsFontSupportingStylePlaceholdertext03LineHeight = "1.5em";
412
+ export declare const DdsFontSupportingStylePlaceholdertext03ParagraphIndent = "0px";
413
+ export declare const DdsFontSupportingStylePlaceholdertext03ParagraphIndentNumberPx = 0;
414
+ export declare const DdsFontSupportingStylePlaceholdertext03ParagraphSpacing = "12px";
415
+ export declare const DdsFontSupportingStylePlaceholdertext03ParagraphSpacingNumberPx = 12;
416
+ export declare const DdsFontSupportingStylePlaceholdertext03TextCase = "none";
417
+ export declare const DdsFontCodeMonospace02FontSize = "16px";
418
+ export declare const DdsFontCodeMonospace02FontSizeNumberPx = 16;
419
+ export declare const DdsFontCodeMonospace02TextDecoration = "none";
420
+ export declare const DdsFontCodeMonospace02FontFamily = "IBM Plex Mono";
421
+ export declare const DdsFontCodeMonospace02FontWeight = 400;
422
+ export declare const DdsFontCodeMonospace02FontStyle = "normal";
423
+ export declare const DdsFontCodeMonospace02FontStretch = "normal";
424
+ export declare const DdsFontCodeMonospace02LetterSpacing = "0em";
425
+ export declare const DdsFontCodeMonospace02LineHeight = "1.5em";
426
+ export declare const DdsFontCodeMonospace02ParagraphIndent = "0px";
427
+ export declare const DdsFontCodeMonospace02ParagraphIndentNumberPx = 0;
428
+ export declare const DdsFontCodeMonospace02ParagraphSpacing = "9px";
429
+ export declare const DdsFontCodeMonospace02ParagraphSpacingNumberPx = 9;
430
+ export declare const DdsFontCodeMonospace02TextCase = "none";
487
431
  export declare const BordersDdsBorderFocusBaseStrokeAlign = "inside";
488
432
  export declare const BordersDdsBorderFocusBaseStrokeMiterLimit = 4;
489
433
  export declare const BordersDdsBorderFocusBaseStrokeWeight = "1px";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Apr 2022 10:41:33 GMT
3
+ * Generated on Thu, 22 Sep 2022 09:11:12 GMT
4
4
  */
5
5
  export declare const DdsFontHeadingSans01FontSize = "16px";
6
6
  export declare const DdsFontHeadingSans01FontSizeNumberPx = 16;
@@ -170,62 +170,6 @@ export declare const DdsFontBodySans04ParagraphIndentNumberPx = 0;
170
170
  export declare const DdsFontBodySans04ParagraphSpacing = "20px";
171
171
  export declare const DdsFontBodySans04ParagraphSpacingNumberPx = 20;
172
172
  export declare const DdsFontBodySans04TextCase = "none";
173
- export declare const DdsFontBodySerif01FontSize = "14px";
174
- export declare const DdsFontBodySerif01FontSizeNumberPx = 14;
175
- export declare const DdsFontBodySerif01TextDecoration = "none";
176
- export declare const DdsFontBodySerif01FontFamily = "Georgia";
177
- export declare const DdsFontBodySerif01FontWeight = 400;
178
- export declare const DdsFontBodySerif01FontStyle = "normal";
179
- export declare const DdsFontBodySerif01FontStretch = "normal";
180
- export declare const DdsFontBodySerif01LetterSpacing = "0.01em";
181
- export declare const DdsFontBodySerif01LineHeight = "1.5em";
182
- export declare const DdsFontBodySerif01ParagraphIndent = "0px";
183
- export declare const DdsFontBodySerif01ParagraphIndentNumberPx = 0;
184
- export declare const DdsFontBodySerif01ParagraphSpacing = "14px";
185
- export declare const DdsFontBodySerif01ParagraphSpacingNumberPx = 14;
186
- export declare const DdsFontBodySerif01TextCase = "none";
187
- export declare const DdsFontBodySerif02FontSize = "16px";
188
- export declare const DdsFontBodySerif02FontSizeNumberPx = 16;
189
- export declare const DdsFontBodySerif02TextDecoration = "none";
190
- export declare const DdsFontBodySerif02FontFamily = "Georgia";
191
- export declare const DdsFontBodySerif02FontWeight = 400;
192
- export declare const DdsFontBodySerif02FontStyle = "normal";
193
- export declare const DdsFontBodySerif02FontStretch = "normal";
194
- export declare const DdsFontBodySerif02LetterSpacing = "0em";
195
- export declare const DdsFontBodySerif02LineHeight = "1.5em";
196
- export declare const DdsFontBodySerif02ParagraphIndent = "0px";
197
- export declare const DdsFontBodySerif02ParagraphIndentNumberPx = 0;
198
- export declare const DdsFontBodySerif02ParagraphSpacing = "16px";
199
- export declare const DdsFontBodySerif02ParagraphSpacingNumberPx = 16;
200
- export declare const DdsFontBodySerif02TextCase = "none";
201
- export declare const DdsFontBodySerif03FontSize = "18px";
202
- export declare const DdsFontBodySerif03FontSizeNumberPx = 18;
203
- export declare const DdsFontBodySerif03TextDecoration = "none";
204
- export declare const DdsFontBodySerif03FontFamily = "Georgia";
205
- export declare const DdsFontBodySerif03FontWeight = 400;
206
- export declare const DdsFontBodySerif03FontStyle = "normal";
207
- export declare const DdsFontBodySerif03FontStretch = "normal";
208
- export declare const DdsFontBodySerif03LetterSpacing = "0em";
209
- export declare const DdsFontBodySerif03LineHeight = "1.5em";
210
- export declare const DdsFontBodySerif03ParagraphIndent = "0px";
211
- export declare const DdsFontBodySerif03ParagraphIndentNumberPx = 0;
212
- export declare const DdsFontBodySerif03ParagraphSpacing = "18px";
213
- export declare const DdsFontBodySerif03ParagraphSpacingNumberPx = 18;
214
- export declare const DdsFontBodySerif03TextCase = "none";
215
- export declare const DdsFontBodySerif04FontSize = "20px";
216
- export declare const DdsFontBodySerif04FontSizeNumberPx = 20;
217
- export declare const DdsFontBodySerif04TextDecoration = "none";
218
- export declare const DdsFontBodySerif04FontFamily = "Georgia";
219
- export declare const DdsFontBodySerif04FontWeight = 400;
220
- export declare const DdsFontBodySerif04FontStyle = "normal";
221
- export declare const DdsFontBodySerif04FontStretch = "normal";
222
- export declare const DdsFontBodySerif04LetterSpacing = "0em";
223
- export declare const DdsFontBodySerif04LineHeight = "1.5em";
224
- export declare const DdsFontBodySerif04ParagraphIndent = "0px";
225
- export declare const DdsFontBodySerif04ParagraphIndentNumberPx = 0;
226
- export declare const DdsFontBodySerif04ParagraphSpacing = "20px";
227
- export declare const DdsFontBodySerif04ParagraphSpacingNumberPx = 20;
228
- export declare const DdsFontBodySerif04TextCase = "none";
229
173
  export declare const DdsFontLeadSans01FontSize = "18px";
230
174
  export declare const DdsFontLeadSans01FontSizeNumberPx = 18;
231
175
  export declare const DdsFontLeadSans01TextDecoration = "none";
@@ -310,8 +254,8 @@ export declare const DdsFontSupportingStyleLabel01ParagraphIndentNumberPx = 0;
310
254
  export declare const DdsFontSupportingStyleLabel01ParagraphSpacing = "14px";
311
255
  export declare const DdsFontSupportingStyleLabel01ParagraphSpacingNumberPx = 14;
312
256
  export declare const DdsFontSupportingStyleLabel01TextCase = "none";
313
- export declare const DdsFontSupportingStyleHelpertext01FontSize = "14px";
314
- export declare const DdsFontSupportingStyleHelpertext01FontSizeNumberPx = 14;
257
+ export declare const DdsFontSupportingStyleHelpertext01FontSize = "12px";
258
+ export declare const DdsFontSupportingStyleHelpertext01FontSizeNumberPx = 12;
315
259
  export declare const DdsFontSupportingStyleHelpertext01TextDecoration = "none";
316
260
  export declare const DdsFontSupportingStyleHelpertext01FontFamily = "IBM Plex Sans";
317
261
  export declare const DdsFontSupportingStyleHelpertext01FontWeight = 400;
@@ -321,53 +265,11 @@ export declare const DdsFontSupportingStyleHelpertext01LetterSpacing = "0.01em";
321
265
  export declare const DdsFontSupportingStyleHelpertext01LineHeight = "1.5em";
322
266
  export declare const DdsFontSupportingStyleHelpertext01ParagraphIndent = "0px";
323
267
  export declare const DdsFontSupportingStyleHelpertext01ParagraphIndentNumberPx = 0;
324
- export declare const DdsFontSupportingStyleHelpertext01ParagraphSpacing = "14px";
325
- export declare const DdsFontSupportingStyleHelpertext01ParagraphSpacingNumberPx = 14;
268
+ export declare const DdsFontSupportingStyleHelpertext01ParagraphSpacing = "12px";
269
+ export declare const DdsFontSupportingStyleHelpertext01ParagraphSpacingNumberPx = 12;
326
270
  export declare const DdsFontSupportingStyleHelpertext01TextCase = "none";
327
- export declare const DdsFontSupportingStyleInputtext01FontSize = "14px";
328
- export declare const DdsFontSupportingStyleInputtext01FontSizeNumberPx = 14;
329
- export declare const DdsFontSupportingStyleInputtext01TextDecoration = "none";
330
- export declare const DdsFontSupportingStyleInputtext01FontFamily = "IBM Plex Sans";
331
- export declare const DdsFontSupportingStyleInputtext01FontWeight = 400;
332
- export declare const DdsFontSupportingStyleInputtext01FontStyle = "normal";
333
- export declare const DdsFontSupportingStyleInputtext01FontStretch = "normal";
334
- export declare const DdsFontSupportingStyleInputtext01LetterSpacing = "0.01em";
335
- export declare const DdsFontSupportingStyleInputtext01LineHeight = "1.5em";
336
- export declare const DdsFontSupportingStyleInputtext01ParagraphIndent = "0px";
337
- export declare const DdsFontSupportingStyleInputtext01ParagraphIndentNumberPx = 0;
338
- export declare const DdsFontSupportingStyleInputtext01ParagraphSpacing = "14px";
339
- export declare const DdsFontSupportingStyleInputtext01ParagraphSpacingNumberPx = 14;
340
- export declare const DdsFontSupportingStyleInputtext01TextCase = "none";
341
- export declare const DdsFontSupportingStyleInputtext02FontSize = "18px";
342
- export declare const DdsFontSupportingStyleInputtext02FontSizeNumberPx = 18;
343
- export declare const DdsFontSupportingStyleInputtext02TextDecoration = "none";
344
- export declare const DdsFontSupportingStyleInputtext02FontFamily = "IBM Plex Sans";
345
- export declare const DdsFontSupportingStyleInputtext02FontWeight = 400;
346
- export declare const DdsFontSupportingStyleInputtext02FontStyle = "normal";
347
- export declare const DdsFontSupportingStyleInputtext02FontStretch = "normal";
348
- export declare const DdsFontSupportingStyleInputtext02LetterSpacing = "0em";
349
- export declare const DdsFontSupportingStyleInputtext02LineHeight = "1.5em";
350
- export declare const DdsFontSupportingStyleInputtext02ParagraphIndent = "0px";
351
- export declare const DdsFontSupportingStyleInputtext02ParagraphIndentNumberPx = 0;
352
- export declare const DdsFontSupportingStyleInputtext02ParagraphSpacing = "18px";
353
- export declare const DdsFontSupportingStyleInputtext02ParagraphSpacingNumberPx = 18;
354
- export declare const DdsFontSupportingStyleInputtext02TextCase = "none";
355
- export declare const DdsFontSupportingStyleInputtext03FontSize = "20px";
356
- export declare const DdsFontSupportingStyleInputtext03FontSizeNumberPx = 20;
357
- export declare const DdsFontSupportingStyleInputtext03TextDecoration = "none";
358
- export declare const DdsFontSupportingStyleInputtext03FontFamily = "IBM Plex Sans";
359
- export declare const DdsFontSupportingStyleInputtext03FontWeight = 400;
360
- export declare const DdsFontSupportingStyleInputtext03FontStyle = "normal";
361
- export declare const DdsFontSupportingStyleInputtext03FontStretch = "normal";
362
- export declare const DdsFontSupportingStyleInputtext03LetterSpacing = "0em";
363
- export declare const DdsFontSupportingStyleInputtext03LineHeight = "1.5em";
364
- export declare const DdsFontSupportingStyleInputtext03ParagraphIndent = "0px";
365
- export declare const DdsFontSupportingStyleInputtext03ParagraphIndentNumberPx = 0;
366
- export declare const DdsFontSupportingStyleInputtext03ParagraphSpacing = "20px";
367
- export declare const DdsFontSupportingStyleInputtext03ParagraphSpacingNumberPx = 20;
368
- export declare const DdsFontSupportingStyleInputtext03TextCase = "none";
369
- export declare const DdsFontSupportingStylePlaceholdertext01FontSize = "18px";
370
- export declare const DdsFontSupportingStylePlaceholdertext01FontSizeNumberPx = 18;
271
+ export declare const DdsFontSupportingStylePlaceholdertext01FontSize = "16px";
272
+ export declare const DdsFontSupportingStylePlaceholdertext01FontSizeNumberPx = 16;
371
273
  export declare const DdsFontSupportingStylePlaceholdertext01TextDecoration = "none";
372
274
  export declare const DdsFontSupportingStylePlaceholdertext01FontFamily = "IBM Plex Sans";
373
275
  export declare const DdsFontSupportingStylePlaceholdertext01FontWeight = 400;
@@ -377,8 +279,8 @@ export declare const DdsFontSupportingStylePlaceholdertext01LetterSpacing = "0em
377
279
  export declare const DdsFontSupportingStylePlaceholdertext01LineHeight = "1.5em";
378
280
  export declare const DdsFontSupportingStylePlaceholdertext01ParagraphIndent = "0px";
379
281
  export declare const DdsFontSupportingStylePlaceholdertext01ParagraphIndentNumberPx = 0;
380
- export declare const DdsFontSupportingStylePlaceholdertext01ParagraphSpacing = "18px";
381
- export declare const DdsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberPx = 18;
282
+ export declare const DdsFontSupportingStylePlaceholdertext01ParagraphSpacing = "16px";
283
+ export declare const DdsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberPx = 16;
382
284
  export declare const DdsFontSupportingStylePlaceholdertext01TextCase = "none";
383
285
  export declare const DdsFontSupportingStyleTiny01FontSize = "12px";
384
286
  export declare const DdsFontSupportingStyleTiny01FontSizeNumberPx = 12;
@@ -408,3 +310,45 @@ export declare const DdsFontSupportingStyleTiny02ParagraphIndentNumberPx = 0;
408
310
  export declare const DdsFontSupportingStyleTiny02ParagraphSpacing = "12px";
409
311
  export declare const DdsFontSupportingStyleTiny02ParagraphSpacingNumberPx = 12;
410
312
  export declare const DdsFontSupportingStyleTiny02TextCase = "none";
313
+ export declare const DdsFontSupportingStylePlaceholdertext02FontSize = "14px";
314
+ export declare const DdsFontSupportingStylePlaceholdertext02FontSizeNumberPx = 14;
315
+ export declare const DdsFontSupportingStylePlaceholdertext02TextDecoration = "none";
316
+ export declare const DdsFontSupportingStylePlaceholdertext02FontFamily = "IBM Plex Sans";
317
+ export declare const DdsFontSupportingStylePlaceholdertext02FontWeight = 400;
318
+ export declare const DdsFontSupportingStylePlaceholdertext02FontStyle = "italic";
319
+ export declare const DdsFontSupportingStylePlaceholdertext02FontStretch = "normal";
320
+ export declare const DdsFontSupportingStylePlaceholdertext02LetterSpacing = "0.01em";
321
+ export declare const DdsFontSupportingStylePlaceholdertext02LineHeight = "1.5em";
322
+ export declare const DdsFontSupportingStylePlaceholdertext02ParagraphIndent = "0px";
323
+ export declare const DdsFontSupportingStylePlaceholdertext02ParagraphIndentNumberPx = 0;
324
+ export declare const DdsFontSupportingStylePlaceholdertext02ParagraphSpacing = "14px";
325
+ export declare const DdsFontSupportingStylePlaceholdertext02ParagraphSpacingNumberPx = 14;
326
+ export declare const DdsFontSupportingStylePlaceholdertext02TextCase = "none";
327
+ export declare const DdsFontSupportingStylePlaceholdertext03FontSize = "12px";
328
+ export declare const DdsFontSupportingStylePlaceholdertext03FontSizeNumberPx = 12;
329
+ export declare const DdsFontSupportingStylePlaceholdertext03TextDecoration = "none";
330
+ export declare const DdsFontSupportingStylePlaceholdertext03FontFamily = "IBM Plex Sans";
331
+ export declare const DdsFontSupportingStylePlaceholdertext03FontWeight = 400;
332
+ export declare const DdsFontSupportingStylePlaceholdertext03FontStyle = "italic";
333
+ export declare const DdsFontSupportingStylePlaceholdertext03FontStretch = "normal";
334
+ export declare const DdsFontSupportingStylePlaceholdertext03LetterSpacing = "0.01em";
335
+ export declare const DdsFontSupportingStylePlaceholdertext03LineHeight = "1.5em";
336
+ export declare const DdsFontSupportingStylePlaceholdertext03ParagraphIndent = "0px";
337
+ export declare const DdsFontSupportingStylePlaceholdertext03ParagraphIndentNumberPx = 0;
338
+ export declare const DdsFontSupportingStylePlaceholdertext03ParagraphSpacing = "12px";
339
+ export declare const DdsFontSupportingStylePlaceholdertext03ParagraphSpacingNumberPx = 12;
340
+ export declare const DdsFontSupportingStylePlaceholdertext03TextCase = "none";
341
+ export declare const DdsFontCodeMonospace02FontSize = "16px";
342
+ export declare const DdsFontCodeMonospace02FontSizeNumberPx = 16;
343
+ export declare const DdsFontCodeMonospace02TextDecoration = "none";
344
+ export declare const DdsFontCodeMonospace02FontFamily = "IBM Plex Mono";
345
+ export declare const DdsFontCodeMonospace02FontWeight = 400;
346
+ export declare const DdsFontCodeMonospace02FontStyle = "normal";
347
+ export declare const DdsFontCodeMonospace02FontStretch = "normal";
348
+ export declare const DdsFontCodeMonospace02LetterSpacing = "0em";
349
+ export declare const DdsFontCodeMonospace02LineHeight = "1.5em";
350
+ export declare const DdsFontCodeMonospace02ParagraphIndent = "0px";
351
+ export declare const DdsFontCodeMonospace02ParagraphIndentNumberPx = 0;
352
+ export declare const DdsFontCodeMonospace02ParagraphSpacing = "9px";
353
+ export declare const DdsFontCodeMonospace02ParagraphSpacingNumberPx = 9;
354
+ export declare const DdsFontCodeMonospace02TextCase = "none";