@dsn-starter-kit/design-tokens 1.0.1 → 1.0.2

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 (55) hide show
  1. package/dist/css/scoped/density-default.css +1 -1
  2. package/dist/css/scoped/density-information-dense.css +1 -1
  3. package/dist/css/scoped/wireframe-dark.css +1 -1
  4. package/dist/css/scoped/wireframe-light.css +1 -1
  5. package/dist/css/start-dark-default.css +14 -6
  6. package/dist/css/start-dark-information-dense.css +14 -6
  7. package/dist/css/start-light-default.css +14 -6
  8. package/dist/css/start-light-information-dense.css +14 -6
  9. package/dist/css/variables-dark.css +14 -6
  10. package/dist/css/variables.css +14 -6
  11. package/dist/css/wireframe-dark-default.css +13 -5
  12. package/dist/css/wireframe-dark-information-dense.css +13 -5
  13. package/dist/css/wireframe-light-default.css +13 -5
  14. package/dist/css/wireframe-light-information-dense.css +13 -5
  15. package/dist/js/start-dark-default.d.ts +8 -0
  16. package/dist/js/start-dark-default.js +165 -3
  17. package/dist/js/start-dark-information-dense.d.ts +8 -0
  18. package/dist/js/start-dark-information-dense.js +165 -3
  19. package/dist/js/start-light-default.d.ts +8 -0
  20. package/dist/js/start-light-default.js +165 -3
  21. package/dist/js/start-light-information-dense.d.ts +8 -0
  22. package/dist/js/start-light-information-dense.js +165 -3
  23. package/dist/js/tokens-dark.d.ts +8 -0
  24. package/dist/js/tokens-dark.js +165 -3
  25. package/dist/js/tokens.d.ts +8 -0
  26. package/dist/js/tokens.js +165 -3
  27. package/dist/js/wireframe-dark-default.d.ts +8 -0
  28. package/dist/js/wireframe-dark-default.js +165 -3
  29. package/dist/js/wireframe-dark-information-dense.d.ts +8 -0
  30. package/dist/js/wireframe-dark-information-dense.js +165 -3
  31. package/dist/js/wireframe-light-default.d.ts +8 -0
  32. package/dist/js/wireframe-light-default.js +165 -3
  33. package/dist/js/wireframe-light-information-dense.d.ts +8 -0
  34. package/dist/js/wireframe-light-information-dense.js +165 -3
  35. package/dist/json/start-dark-default.json +8 -0
  36. package/dist/json/start-dark-information-dense.json +8 -0
  37. package/dist/json/start-light-default.json +8 -0
  38. package/dist/json/start-light-information-dense.json +8 -0
  39. package/dist/json/tokens-dark.json +8 -0
  40. package/dist/json/tokens.json +8 -0
  41. package/dist/json/wireframe-dark-default.json +8 -0
  42. package/dist/json/wireframe-dark-information-dense.json +8 -0
  43. package/dist/json/wireframe-light-default.json +8 -0
  44. package/dist/json/wireframe-light-information-dense.json +8 -0
  45. package/dist/scss/_start-dark-default.scss +14 -6
  46. package/dist/scss/_start-dark-information-dense.scss +14 -6
  47. package/dist/scss/_start-light-default.scss +14 -6
  48. package/dist/scss/_start-light-information-dense.scss +14 -6
  49. package/dist/scss/_variables-dark.scss +14 -6
  50. package/dist/scss/_variables.scss +14 -6
  51. package/dist/scss/_wireframe-dark-default.scss +13 -5
  52. package/dist/scss/_wireframe-dark-information-dense.scss +13 -5
  53. package/dist/scss/_wireframe-light-default.scss +13 -5
  54. package/dist/scss/_wireframe-light-information-dense.scss +13 -5
  55. package/package.json +1 -1
@@ -560,6 +560,7 @@ export declare const DsnBreadcrumbNavigationLinkActiveTextDecorationLine: string
560
560
  export declare const DsnBreadcrumbNavigationSeparatorColor: string;
561
561
  export declare const DsnBreadcrumbNavigationSeparatorSize: string;
562
562
  export declare const DsnBreadcrumbNavigationIconSize: string;
563
+ export declare const DsnBreakoutSectionBorderBlockWidth: string;
563
564
  export declare const DsnButtonBorderRadius: string;
564
565
  export declare const DsnButtonBorderWidth: string;
565
566
  export declare const DsnButtonFontFamily: string;
@@ -906,6 +907,7 @@ export declare const DsnHeroBackgroundColorDefault: string;
906
907
  export declare const DsnHeroBackgroundColorInverse: string;
907
908
  export declare const DsnHeroColorDefault: string;
908
909
  export declare const DsnHeroColorInverse: string;
910
+ export declare const DsnHeroBorderBlockWidth: string;
909
911
  export declare const DsnHeroImageBlendColor: string;
910
912
  export declare const DsnImageBorderRadius: string;
911
913
  export declare const DsnImageCaptionColor: string;
@@ -1104,6 +1106,12 @@ export declare const DsnPopoverBodyPaddingInline: string;
1104
1106
  export declare const DsnPopoverFooterPaddingBlockStart: string;
1105
1107
  export declare const DsnPopoverFooterPaddingBlockEnd: string;
1106
1108
  export declare const DsnPopoverFooterPaddingInline: string;
1109
+ export declare const DsnPreHeadingColor: string;
1110
+ export declare const DsnPreHeadingFontFamily: string;
1111
+ export declare const DsnPreHeadingFontSize: string;
1112
+ export declare const DsnPreHeadingFontWeight: string;
1113
+ export declare const DsnPreHeadingLineHeight: string;
1114
+ export declare const DsnPreHeadingMarginBlockEnd: string;
1107
1115
  export declare const DsnProgressBarColorTrack: string;
1108
1116
  export declare const DsnProgressBarColorFill: string;
1109
1117
  export declare const DsnProgressBarBlockSize: string;
@@ -11339,6 +11339,29 @@ export default {
11339
11339
  },
11340
11340
  },
11341
11341
  },
11342
+ "breakout-section": {
11343
+ "border-block-width": {
11344
+ $value: "1px",
11345
+ $type: "dimension",
11346
+ $description:
11347
+ "Breedte van de transparante border-block op de BreakoutSection — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
11348
+ filePath: "src/tokens/components/breakout-section.json",
11349
+ isSource: true,
11350
+ original: {
11351
+ $value: "{dsn.border.width.thin}",
11352
+ $type: "dimension",
11353
+ $description:
11354
+ "Breedte van de transparante border-block op de BreakoutSection — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
11355
+ },
11356
+ name: "DsnBreakoutSectionBorderBlockWidth",
11357
+ attributes: {
11358
+ category: "dsn",
11359
+ type: "breakout-section",
11360
+ item: "border-block-width",
11361
+ },
11362
+ path: ["dsn", "breakout-section", "border-block-width"],
11363
+ },
11364
+ },
11342
11365
  button: {
11343
11366
  "border-radius": {
11344
11367
  $value: "8px",
@@ -18496,6 +18519,27 @@ export default {
18496
18519
  path: ["dsn", "hero", "color", "inverse"],
18497
18520
  },
18498
18521
  },
18522
+ "border-block-width": {
18523
+ $value: "1px",
18524
+ $type: "dimension",
18525
+ $description:
18526
+ "Breedte van de transparante border-block op de Hero — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
18527
+ filePath: "src/tokens/components/hero.json",
18528
+ isSource: true,
18529
+ original: {
18530
+ $value: "{dsn.border.width.thin}",
18531
+ $type: "dimension",
18532
+ $description:
18533
+ "Breedte van de transparante border-block op de Hero — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
18534
+ },
18535
+ name: "DsnHeroBorderBlockWidth",
18536
+ attributes: {
18537
+ category: "dsn",
18538
+ type: "hero",
18539
+ item: "border-block-width",
18540
+ },
18541
+ path: ["dsn", "hero", "border-block-width"],
18542
+ },
18499
18543
  image: {
18500
18544
  "blend-color": {
18501
18545
  $value: "#8faed2",
@@ -22611,6 +22655,124 @@ export default {
22611
22655
  },
22612
22656
  },
22613
22657
  },
22658
+ "pre-heading": {
22659
+ color: {
22660
+ $type: "color",
22661
+ $value: "#f1f1f1",
22662
+ $description: "Pre-heading text color",
22663
+ filePath: "src/tokens/components/pre-heading.json",
22664
+ isSource: true,
22665
+ original: {
22666
+ $type: "color",
22667
+ $value: "{dsn.color.neutral.color-document}",
22668
+ $description: "Pre-heading text color",
22669
+ },
22670
+ name: "DsnPreHeadingColor",
22671
+ attributes: {
22672
+ category: "dsn",
22673
+ type: "pre-heading",
22674
+ item: "color",
22675
+ },
22676
+ path: ["dsn", "pre-heading", "color"],
22677
+ },
22678
+ "font-family": {
22679
+ $type: "fontFamily",
22680
+ $value: "IBM Plex Sans, sans-serif",
22681
+ $description: "Pre-heading font family",
22682
+ filePath: "src/tokens/components/pre-heading.json",
22683
+ isSource: true,
22684
+ original: {
22685
+ $type: "fontFamily",
22686
+ $value: "{dsn.text.font-family.default}",
22687
+ $description: "Pre-heading font family",
22688
+ },
22689
+ name: "DsnPreHeadingFontFamily",
22690
+ attributes: {
22691
+ category: "dsn",
22692
+ type: "pre-heading",
22693
+ item: "font-family",
22694
+ },
22695
+ path: ["dsn", "pre-heading", "font-family"],
22696
+ },
22697
+ "font-size": {
22698
+ $type: "fontSize",
22699
+ $value: "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
22700
+ $description: "Pre-heading font size (same as body text)",
22701
+ filePath: "src/tokens/components/pre-heading.json",
22702
+ isSource: true,
22703
+ original: {
22704
+ $type: "fontSize",
22705
+ $value: "{dsn.text.font-size.md}",
22706
+ $description: "Pre-heading font size (same as body text)",
22707
+ },
22708
+ name: "DsnPreHeadingFontSize",
22709
+ attributes: {
22710
+ category: "dsn",
22711
+ type: "pre-heading",
22712
+ item: "font-size",
22713
+ },
22714
+ path: ["dsn", "pre-heading", "font-size"],
22715
+ },
22716
+ "font-weight": {
22717
+ $type: "fontWeight",
22718
+ $value: "700",
22719
+ $description:
22720
+ "Pre-heading font weight (bold to distinguish from heading text)",
22721
+ filePath: "src/tokens/components/pre-heading.json",
22722
+ isSource: true,
22723
+ original: {
22724
+ $type: "fontWeight",
22725
+ $value: "{dsn.text.font-weight.bold}",
22726
+ $description:
22727
+ "Pre-heading font weight (bold to distinguish from heading text)",
22728
+ },
22729
+ name: "DsnPreHeadingFontWeight",
22730
+ attributes: {
22731
+ category: "dsn",
22732
+ type: "pre-heading",
22733
+ item: "font-weight",
22734
+ },
22735
+ path: ["dsn", "pre-heading", "font-weight"],
22736
+ },
22737
+ "line-height": {
22738
+ $type: "lineHeight",
22739
+ $value: "1.5",
22740
+ $description: "Pre-heading line height",
22741
+ filePath: "src/tokens/components/pre-heading.json",
22742
+ isSource: true,
22743
+ original: {
22744
+ $type: "lineHeight",
22745
+ $value: "{dsn.text.line-height.md}",
22746
+ $description: "Pre-heading line height",
22747
+ },
22748
+ name: "DsnPreHeadingLineHeight",
22749
+ attributes: {
22750
+ category: "dsn",
22751
+ type: "pre-heading",
22752
+ item: "line-height",
22753
+ },
22754
+ path: ["dsn", "pre-heading", "line-height"],
22755
+ },
22756
+ "margin-block-end": {
22757
+ $type: "spacing",
22758
+ $value: "calc(0.5rem * 0.25)",
22759
+ $description: "Space between pre-heading and heading text",
22760
+ filePath: "src/tokens/components/pre-heading.json",
22761
+ isSource: true,
22762
+ original: {
22763
+ $type: "spacing",
22764
+ $value: "{dsn.space.row.xs}",
22765
+ $description: "Space between pre-heading and heading text",
22766
+ },
22767
+ name: "DsnPreHeadingMarginBlockEnd",
22768
+ attributes: {
22769
+ category: "dsn",
22770
+ type: "pre-heading",
22771
+ item: "margin-block-end",
22772
+ },
22773
+ path: ["dsn", "pre-heading", "margin-block-end"],
22774
+ },
22775
+ },
22614
22776
  "progress-bar": {
22615
22777
  color: {
22616
22778
  track: {
@@ -22637,14 +22799,14 @@ export default {
22637
22799
  $value: "#8faed2",
22638
22800
  $type: "color",
22639
22801
  $description:
22640
- "Blauwe vulbalk zelfde primaire accentkleur als Spinner",
22802
+ "Vulbalkdonkerblauwe inverse achtergrondkleur voor voldoende contrast op de lichte track",
22641
22803
  filePath: "src/tokens/components/progress-bar.json",
22642
22804
  isSource: true,
22643
22805
  original: {
22644
- $value: "{dsn.color.accent-1.color-default}",
22806
+ $value: "{dsn.color.accent-1-inverse.bg-default}",
22645
22807
  $type: "color",
22646
22808
  $description:
22647
- "Blauwe vulbalk zelfde primaire accentkleur als Spinner",
22809
+ "Vulbalkdonkerblauwe inverse achtergrondkleur voor voldoende contrast op de lichte track",
22648
22810
  },
22649
22811
  name: "DsnProgressBarColorFill",
22650
22812
  attributes: {
@@ -560,6 +560,7 @@ export declare const DsnBreadcrumbNavigationLinkActiveTextDecorationLine: string
560
560
  export declare const DsnBreadcrumbNavigationSeparatorColor: string;
561
561
  export declare const DsnBreadcrumbNavigationSeparatorSize: string;
562
562
  export declare const DsnBreadcrumbNavigationIconSize: string;
563
+ export declare const DsnBreakoutSectionBorderBlockWidth: string;
563
564
  export declare const DsnButtonBorderRadius: string;
564
565
  export declare const DsnButtonBorderWidth: string;
565
566
  export declare const DsnButtonFontFamily: string;
@@ -906,6 +907,7 @@ export declare const DsnHeroBackgroundColorDefault: string;
906
907
  export declare const DsnHeroBackgroundColorInverse: string;
907
908
  export declare const DsnHeroColorDefault: string;
908
909
  export declare const DsnHeroColorInverse: string;
910
+ export declare const DsnHeroBorderBlockWidth: string;
909
911
  export declare const DsnHeroImageBlendColor: string;
910
912
  export declare const DsnImageBorderRadius: string;
911
913
  export declare const DsnImageCaptionColor: string;
@@ -1104,6 +1106,12 @@ export declare const DsnPopoverBodyPaddingInline: string;
1104
1106
  export declare const DsnPopoverFooterPaddingBlockStart: string;
1105
1107
  export declare const DsnPopoverFooterPaddingBlockEnd: string;
1106
1108
  export declare const DsnPopoverFooterPaddingInline: string;
1109
+ export declare const DsnPreHeadingColor: string;
1110
+ export declare const DsnPreHeadingFontFamily: string;
1111
+ export declare const DsnPreHeadingFontSize: string;
1112
+ export declare const DsnPreHeadingFontWeight: string;
1113
+ export declare const DsnPreHeadingLineHeight: string;
1114
+ export declare const DsnPreHeadingMarginBlockEnd: string;
1107
1115
  export declare const DsnProgressBarColorTrack: string;
1108
1116
  export declare const DsnProgressBarColorFill: string;
1109
1117
  export declare const DsnProgressBarBlockSize: string;
package/dist/js/tokens.js CHANGED
@@ -11337,6 +11337,29 @@ export default {
11337
11337
  },
11338
11338
  },
11339
11339
  },
11340
+ "breakout-section": {
11341
+ "border-block-width": {
11342
+ $value: "1px",
11343
+ $type: "dimension",
11344
+ $description:
11345
+ "Breedte van de transparante border-block op de BreakoutSection — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
11346
+ filePath: "src/tokens/components/breakout-section.json",
11347
+ isSource: true,
11348
+ original: {
11349
+ $value: "{dsn.border.width.thin}",
11350
+ $type: "dimension",
11351
+ $description:
11352
+ "Breedte van de transparante border-block op de BreakoutSection — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
11353
+ },
11354
+ name: "DsnBreakoutSectionBorderBlockWidth",
11355
+ attributes: {
11356
+ category: "dsn",
11357
+ type: "breakout-section",
11358
+ item: "border-block-width",
11359
+ },
11360
+ path: ["dsn", "breakout-section", "border-block-width"],
11361
+ },
11362
+ },
11340
11363
  button: {
11341
11364
  "border-radius": {
11342
11365
  $value: "8px",
@@ -18494,6 +18517,27 @@ export default {
18494
18517
  path: ["dsn", "hero", "color", "inverse"],
18495
18518
  },
18496
18519
  },
18520
+ "border-block-width": {
18521
+ $value: "1px",
18522
+ $type: "dimension",
18523
+ $description:
18524
+ "Breedte van de transparante border-block op de Hero — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
18525
+ filePath: "src/tokens/components/hero.json",
18526
+ isSource: true,
18527
+ original: {
18528
+ $value: "{dsn.border.width.thin}",
18529
+ $type: "dimension",
18530
+ $description:
18531
+ "Breedte van de transparante border-block op de Hero — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
18532
+ },
18533
+ name: "DsnHeroBorderBlockWidth",
18534
+ attributes: {
18535
+ category: "dsn",
18536
+ type: "hero",
18537
+ item: "border-block-width",
18538
+ },
18539
+ path: ["dsn", "hero", "border-block-width"],
18540
+ },
18497
18541
  image: {
18498
18542
  "blend-color": {
18499
18543
  $value: "#1b59a4",
@@ -22609,6 +22653,124 @@ export default {
22609
22653
  },
22610
22654
  },
22611
22655
  },
22656
+ "pre-heading": {
22657
+ color: {
22658
+ $type: "color",
22659
+ $value: "#1b1b1b",
22660
+ $description: "Pre-heading text color",
22661
+ filePath: "src/tokens/components/pre-heading.json",
22662
+ isSource: true,
22663
+ original: {
22664
+ $type: "color",
22665
+ $value: "{dsn.color.neutral.color-document}",
22666
+ $description: "Pre-heading text color",
22667
+ },
22668
+ name: "DsnPreHeadingColor",
22669
+ attributes: {
22670
+ category: "dsn",
22671
+ type: "pre-heading",
22672
+ item: "color",
22673
+ },
22674
+ path: ["dsn", "pre-heading", "color"],
22675
+ },
22676
+ "font-family": {
22677
+ $type: "fontFamily",
22678
+ $value: "IBM Plex Sans, sans-serif",
22679
+ $description: "Pre-heading font family",
22680
+ filePath: "src/tokens/components/pre-heading.json",
22681
+ isSource: true,
22682
+ original: {
22683
+ $type: "fontFamily",
22684
+ $value: "{dsn.text.font-family.default}",
22685
+ $description: "Pre-heading font family",
22686
+ },
22687
+ name: "DsnPreHeadingFontFamily",
22688
+ attributes: {
22689
+ category: "dsn",
22690
+ type: "pre-heading",
22691
+ item: "font-family",
22692
+ },
22693
+ path: ["dsn", "pre-heading", "font-family"],
22694
+ },
22695
+ "font-size": {
22696
+ $type: "fontSize",
22697
+ $value: "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
22698
+ $description: "Pre-heading font size (same as body text)",
22699
+ filePath: "src/tokens/components/pre-heading.json",
22700
+ isSource: true,
22701
+ original: {
22702
+ $type: "fontSize",
22703
+ $value: "{dsn.text.font-size.md}",
22704
+ $description: "Pre-heading font size (same as body text)",
22705
+ },
22706
+ name: "DsnPreHeadingFontSize",
22707
+ attributes: {
22708
+ category: "dsn",
22709
+ type: "pre-heading",
22710
+ item: "font-size",
22711
+ },
22712
+ path: ["dsn", "pre-heading", "font-size"],
22713
+ },
22714
+ "font-weight": {
22715
+ $type: "fontWeight",
22716
+ $value: "700",
22717
+ $description:
22718
+ "Pre-heading font weight (bold to distinguish from heading text)",
22719
+ filePath: "src/tokens/components/pre-heading.json",
22720
+ isSource: true,
22721
+ original: {
22722
+ $type: "fontWeight",
22723
+ $value: "{dsn.text.font-weight.bold}",
22724
+ $description:
22725
+ "Pre-heading font weight (bold to distinguish from heading text)",
22726
+ },
22727
+ name: "DsnPreHeadingFontWeight",
22728
+ attributes: {
22729
+ category: "dsn",
22730
+ type: "pre-heading",
22731
+ item: "font-weight",
22732
+ },
22733
+ path: ["dsn", "pre-heading", "font-weight"],
22734
+ },
22735
+ "line-height": {
22736
+ $type: "lineHeight",
22737
+ $value: "1.5",
22738
+ $description: "Pre-heading line height",
22739
+ filePath: "src/tokens/components/pre-heading.json",
22740
+ isSource: true,
22741
+ original: {
22742
+ $type: "lineHeight",
22743
+ $value: "{dsn.text.line-height.md}",
22744
+ $description: "Pre-heading line height",
22745
+ },
22746
+ name: "DsnPreHeadingLineHeight",
22747
+ attributes: {
22748
+ category: "dsn",
22749
+ type: "pre-heading",
22750
+ item: "line-height",
22751
+ },
22752
+ path: ["dsn", "pre-heading", "line-height"],
22753
+ },
22754
+ "margin-block-end": {
22755
+ $type: "spacing",
22756
+ $value: "calc(0.5rem * 0.25)",
22757
+ $description: "Space between pre-heading and heading text",
22758
+ filePath: "src/tokens/components/pre-heading.json",
22759
+ isSource: true,
22760
+ original: {
22761
+ $type: "spacing",
22762
+ $value: "{dsn.space.row.xs}",
22763
+ $description: "Space between pre-heading and heading text",
22764
+ },
22765
+ name: "DsnPreHeadingMarginBlockEnd",
22766
+ attributes: {
22767
+ category: "dsn",
22768
+ type: "pre-heading",
22769
+ item: "margin-block-end",
22770
+ },
22771
+ path: ["dsn", "pre-heading", "margin-block-end"],
22772
+ },
22773
+ },
22612
22774
  "progress-bar": {
22613
22775
  color: {
22614
22776
  track: {
@@ -22635,14 +22797,14 @@ export default {
22635
22797
  $value: "#1b59a4",
22636
22798
  $type: "color",
22637
22799
  $description:
22638
- "Blauwe vulbalk zelfde primaire accentkleur als Spinner",
22800
+ "Vulbalkdonkerblauwe inverse achtergrondkleur voor voldoende contrast op de lichte track",
22639
22801
  filePath: "src/tokens/components/progress-bar.json",
22640
22802
  isSource: true,
22641
22803
  original: {
22642
- $value: "{dsn.color.accent-1.color-default}",
22804
+ $value: "{dsn.color.accent-1-inverse.bg-default}",
22643
22805
  $type: "color",
22644
22806
  $description:
22645
- "Blauwe vulbalk zelfde primaire accentkleur als Spinner",
22807
+ "Vulbalkdonkerblauwe inverse achtergrondkleur voor voldoende contrast op de lichte track",
22646
22808
  },
22647
22809
  name: "DsnProgressBarColorFill",
22648
22810
  attributes: {
@@ -556,6 +556,7 @@ export declare const DsnBreadcrumbNavigationLinkActiveTextDecorationLine: string
556
556
  export declare const DsnBreadcrumbNavigationSeparatorColor: string;
557
557
  export declare const DsnBreadcrumbNavigationSeparatorSize: string;
558
558
  export declare const DsnBreadcrumbNavigationIconSize: string;
559
+ export declare const DsnBreakoutSectionBorderBlockWidth: string;
559
560
  export declare const DsnButtonBorderRadius: string;
560
561
  export declare const DsnButtonBorderWidth: string;
561
562
  export declare const DsnButtonFontFamily: string;
@@ -902,6 +903,7 @@ export declare const DsnHeroBackgroundColorDefault: string;
902
903
  export declare const DsnHeroBackgroundColorInverse: string;
903
904
  export declare const DsnHeroColorDefault: string;
904
905
  export declare const DsnHeroColorInverse: string;
906
+ export declare const DsnHeroBorderBlockWidth: string;
905
907
  export declare const DsnHeroImageBlendColor: string;
906
908
  export declare const DsnImageBorderRadius: string;
907
909
  export declare const DsnImageCaptionColor: string;
@@ -1100,6 +1102,12 @@ export declare const DsnPopoverBodyPaddingInline: string;
1100
1102
  export declare const DsnPopoverFooterPaddingBlockStart: string;
1101
1103
  export declare const DsnPopoverFooterPaddingBlockEnd: string;
1102
1104
  export declare const DsnPopoverFooterPaddingInline: string;
1105
+ export declare const DsnPreHeadingColor: string;
1106
+ export declare const DsnPreHeadingFontFamily: string;
1107
+ export declare const DsnPreHeadingFontSize: string;
1108
+ export declare const DsnPreHeadingFontWeight: string;
1109
+ export declare const DsnPreHeadingLineHeight: string;
1110
+ export declare const DsnPreHeadingMarginBlockEnd: string;
1103
1111
  export declare const DsnProgressBarColorTrack: string;
1104
1112
  export declare const DsnProgressBarColorFill: string;
1105
1113
  export declare const DsnProgressBarBlockSize: string;