@sage/design-tokens 17.5.0 → 17.6.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 (127) hide show
  1. package/assets/fonts/sageui.css +1 -1
  2. package/css/components/badge.css +1 -1
  3. package/css/components/button.css +4 -4
  4. package/css/components/container.css +1 -1
  5. package/css/components/dataviz.css +1 -1
  6. package/css/components/focus.css +1 -1
  7. package/css/components/input.css +1 -1
  8. package/css/components/link.css +2 -2
  9. package/css/components/logo.css +1 -1
  10. package/css/components/message.css +1 -1
  11. package/css/components/nav.css +1 -1
  12. package/css/components/page.css +1 -1
  13. package/css/components/pill.css +1 -1
  14. package/css/components/popover.css +1 -1
  15. package/css/components/profile.css +1 -1
  16. package/css/components/progress.css +1 -1
  17. package/css/components/tab.css +1 -1
  18. package/css/components/table.css +3 -3
  19. package/css/dark.css +3 -1
  20. package/css/global.css +8 -8
  21. package/css/light.css +3 -1
  22. package/js/ES6/index.js +1 -1
  23. package/js/common/components/badge.d.ts +1 -1
  24. package/js/common/components/badge.js +1 -1
  25. package/js/common/components/button.d.ts +1 -1
  26. package/js/common/components/button.js +1 -1
  27. package/js/common/components/container.d.ts +1 -1
  28. package/js/common/components/container.js +1 -1
  29. package/js/common/components/dataviz.d.ts +1 -1
  30. package/js/common/components/dataviz.js +1 -1
  31. package/js/common/components/focus.d.ts +1 -1
  32. package/js/common/components/focus.js +1 -1
  33. package/js/common/components/input.d.ts +1 -1
  34. package/js/common/components/input.js +1 -1
  35. package/js/common/components/link.d.ts +1 -1
  36. package/js/common/components/link.js +1 -1
  37. package/js/common/components/logo.d.ts +1 -1
  38. package/js/common/components/logo.js +1 -1
  39. package/js/common/components/message.d.ts +1 -1
  40. package/js/common/components/message.js +1 -1
  41. package/js/common/components/nav.d.ts +1 -1
  42. package/js/common/components/nav.js +1 -1
  43. package/js/common/components/page.d.ts +1 -1
  44. package/js/common/components/page.js +1 -1
  45. package/js/common/components/pill.d.ts +1 -1
  46. package/js/common/components/pill.js +1 -1
  47. package/js/common/components/popover.d.ts +1 -1
  48. package/js/common/components/popover.js +1 -1
  49. package/js/common/components/profile.d.ts +1 -1
  50. package/js/common/components/profile.js +1 -1
  51. package/js/common/components/progress.d.ts +1 -1
  52. package/js/common/components/progress.js +1 -1
  53. package/js/common/components/tab.d.ts +1 -1
  54. package/js/common/components/tab.js +1 -1
  55. package/js/common/components/table.d.ts +1 -1
  56. package/js/common/components/table.js +3 -3
  57. package/js/common/dark.d.ts +3 -1
  58. package/js/common/dark.js +3 -1
  59. package/js/common/global.d.ts +1 -1
  60. package/js/common/global.js +1 -1
  61. package/js/common/index.js +1 -1
  62. package/js/common/light.d.ts +3 -1
  63. package/js/common/light.js +3 -1
  64. package/js/es6/components/badge.d.ts +1 -1
  65. package/js/es6/components/badge.js +1 -1
  66. package/js/es6/components/button.d.ts +1 -1
  67. package/js/es6/components/button.js +1 -1
  68. package/js/es6/components/container.d.ts +1 -1
  69. package/js/es6/components/container.js +1 -1
  70. package/js/es6/components/dataviz.d.ts +1 -1
  71. package/js/es6/components/dataviz.js +1 -1
  72. package/js/es6/components/focus.d.ts +1 -1
  73. package/js/es6/components/focus.js +1 -1
  74. package/js/es6/components/input.d.ts +1 -1
  75. package/js/es6/components/input.js +1 -1
  76. package/js/es6/components/link.d.ts +1 -1
  77. package/js/es6/components/link.js +1 -1
  78. package/js/es6/components/logo.d.ts +1 -1
  79. package/js/es6/components/logo.js +1 -1
  80. package/js/es6/components/message.d.ts +1 -1
  81. package/js/es6/components/message.js +1 -1
  82. package/js/es6/components/nav.d.ts +1 -1
  83. package/js/es6/components/nav.js +1 -1
  84. package/js/es6/components/page.d.ts +1 -1
  85. package/js/es6/components/page.js +1 -1
  86. package/js/es6/components/pill.d.ts +1 -1
  87. package/js/es6/components/pill.js +1 -1
  88. package/js/es6/components/popover.d.ts +1 -1
  89. package/js/es6/components/popover.js +1 -1
  90. package/js/es6/components/profile.d.ts +1 -1
  91. package/js/es6/components/profile.js +1 -1
  92. package/js/es6/components/progress.d.ts +1 -1
  93. package/js/es6/components/progress.js +1 -1
  94. package/js/es6/components/tab.d.ts +1 -1
  95. package/js/es6/components/tab.js +1 -1
  96. package/js/es6/components/table.d.ts +1 -1
  97. package/js/es6/components/table.js +3 -3
  98. package/js/es6/dark.d.ts +3 -1
  99. package/js/es6/dark.js +3 -1
  100. package/js/es6/global.d.ts +1 -1
  101. package/js/es6/global.js +1 -1
  102. package/js/es6/light.d.ts +3 -1
  103. package/js/es6/light.js +3 -1
  104. package/json/components/table.json +2 -2
  105. package/json/dark.json +2 -0
  106. package/json/light.json +2 -0
  107. package/package.json +1 -1
  108. package/scss/components/badge.scss +1 -1
  109. package/scss/components/button.scss +1 -1
  110. package/scss/components/container.scss +1 -1
  111. package/scss/components/dataviz.scss +1 -1
  112. package/scss/components/focus.scss +1 -1
  113. package/scss/components/input.scss +1 -1
  114. package/scss/components/link.scss +1 -1
  115. package/scss/components/logo.scss +1 -1
  116. package/scss/components/message.scss +1 -1
  117. package/scss/components/nav.scss +1 -1
  118. package/scss/components/page.scss +1 -1
  119. package/scss/components/pill.scss +1 -1
  120. package/scss/components/popover.scss +1 -1
  121. package/scss/components/profile.scss +1 -1
  122. package/scss/components/progress.scss +1 -1
  123. package/scss/components/tab.scss +1 -1
  124. package/scss/components/table.scss +3 -3
  125. package/scss/dark.scss +3 -1
  126. package/scss/global.scss +8 -8
  127. package/scss/light.scss +3 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  // Main commonJS token requires
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -155,6 +155,8 @@ declare const tokens: {
155
155
  surface: {
156
156
  nought: DesignToken;
157
157
  faint: DesignToken;
158
+ harsh: DesignToken;
159
+ severe: DesignToken;
158
160
  };
159
161
  };
160
162
  action: {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  module.exports.modeColorNone = "#fff0";
@@ -88,6 +88,8 @@ module.exports.modeColorGenericFgInverseFirm = "#6f6f6f";
88
88
  module.exports.modeColorGenericFgInverseExtreme = "#FFFFFF";
89
89
  module.exports.modeColorGenericSurfaceNought = "#FFFFFF";
90
90
  module.exports.modeColorGenericSurfaceFaint = "#f4f5f6";
91
+ module.exports.modeColorGenericSurfaceHarsh = "#475a6a";
92
+ module.exports.modeColorGenericSurfaceSevere = "#304658";
91
93
  module.exports.modeColorActionAiGradActive = "linear-gradient(90deg, #13a03826 0%, #14919726 40%, #a87cfb26 90%)";
92
94
  module.exports.modeColorActionAiGradHover = "linear-gradient(90deg, #13a03814 0%, #14919714 40%, #a87cfb14 90%)";
93
95
  module.exports.modeColorActionAiGradDefault = "linear-gradient(90deg, #13a038 0%, #149197 40%, #a87cfb 90%)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const badgeNone = "var(--mode-color-none)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const buttonNone = "var(--mode-color-none)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const containerActionBgFooterActivated = "var(--mode-color-status-positive-default)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const datavizChartLineBgDefault = "var(--mode-color-colorcode-green-deep)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const focusBg = "var(--mode-color-action-focus-with-default-alt)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const inputCalendarBgActive = "var(--mode-color-action-grayscale-active)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const linkDestructiveLabelDefault = "var(--mode-color-action-danger-default-alt)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const logoSageBgDefault = "var(--mode-color-brand-default)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const messageNone = "var(--mode-color-none)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const navBgDefault = "var(--mode-color-generic-bg-nought)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const pageBgDefault = "var(--mode-color-generic-surface-nought)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const pillGenericNone = "var(--mode-color-none)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const popoverSizeMenuMinwidthS = "calc(var(--container-size-fluid-items-m) / 2)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const profileSizeOutsideXs = "var(--global-size-xs)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const progressNone = "var(--mode-color-none)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const tabBgActive = "var(--mode-color-action-grayscale-with-active)";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -1,13 +1,13 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  export const tableHeaderSubtleBgAlt = "var(--mode-color-generic-bg-faint)";
6
6
  export const tableHeaderSubtleBgDefault = "var(--mode-color-none)";
7
7
  export const tableHeaderSubtleBorderDefault = "var(--mode-color-generic-fg-soft)";
8
8
  export const tableHeaderSubtleLabelDefault = "var(--mode-color-generic-txt-severe)";
9
- export const tableHeaderHarshBgAlt = "var(--mode-color-action-grayscale-default)";
10
- export const tableHeaderHarshBgDefault = "var(--mode-color-action-grayscale-default-alt)";
9
+ export const tableHeaderHarshBgAlt = "var(--mode-color-generic-surface-severe)";
10
+ export const tableHeaderHarshBgDefault = "var(--mode-color-generic-surface-harsh)";
11
11
  export const tableHeaderHarshBorderDefault = "var(--mode-color-generic-fg-soft)";
12
12
  export const tableHeaderHarshLabelDefault = "var(--mode-color-generic-txt-inverse-severe)";
13
13
  export const tableRowBgDefault = "var(--mode-color-generic-bg-nought)";
package/js/es6/dark.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -119,6 +119,8 @@ export const modeColorGenericFgInverseExtreme: string;
119
119
  export const modeColorGenericSurfaceNought: string;
120
120
  /** used on full page backgrounds as an alternative option */
121
121
  export const modeColorGenericSurfaceFaint: string;
122
+ export const modeColorGenericSurfaceHarsh: string;
123
+ export const modeColorGenericSurfaceSevere: string;
122
124
  export const modeColorActionAiGradActive: string;
123
125
  export const modeColorActionAiGradHover: string;
124
126
  export const modeColorActionAiGradDefault: string;
package/js/es6/dark.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -92,6 +92,8 @@ export const modeColorGenericFgInverseFirm = "#75838f";
92
92
  export const modeColorGenericFgInverseExtreme = "#000000"; // deprecation candidate
93
93
  export const modeColorGenericSurfaceNought = "#000000"; // used on full page backgrounds
94
94
  export const modeColorGenericSurfaceFaint = "#253b4e"; // used on full page backgrounds as an alternative option
95
+ export const modeColorGenericSurfaceHarsh = "#d1d6da";
96
+ export const modeColorGenericSurfaceSevere = "#e8eaec";
95
97
  export const modeColorActionAiGradActive =
96
98
  "linear-gradient(90deg, #00d63926 0%, #00d6de26 40%, #9d60ff26 90%)";
97
99
  export const modeColorActionAiGradHover =
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
package/js/es6/global.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
package/js/es6/light.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -119,6 +119,8 @@ export const modeColorGenericFgInverseExtreme: string;
119
119
  export const modeColorGenericSurfaceNought: string;
120
120
  /** used on full page backgrounds as an alternative option */
121
121
  export const modeColorGenericSurfaceFaint: string;
122
+ export const modeColorGenericSurfaceHarsh: string;
123
+ export const modeColorGenericSurfaceSevere: string;
122
124
  export const modeColorActionAiGradActive: string;
123
125
  export const modeColorActionAiGradHover: string;
124
126
  export const modeColorActionAiGradDefault: string;
package/js/es6/light.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
2
+ * Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
3
3
  */
4
4
 
5
5
  /**
@@ -92,6 +92,8 @@ export const modeColorGenericFgInverseFirm = "#6f6f6f";
92
92
  export const modeColorGenericFgInverseExtreme = "#FFFFFF"; // deprecation candidate
93
93
  export const modeColorGenericSurfaceNought = "#FFFFFF"; // used on full page backgrounds
94
94
  export const modeColorGenericSurfaceFaint = "#f4f5f6"; // used on full page backgrounds as an alternative option
95
+ export const modeColorGenericSurfaceHarsh = "#475a6a";
96
+ export const modeColorGenericSurfaceSevere = "#304658";
95
97
  export const modeColorActionAiGradActive =
96
98
  "linear-gradient(90deg, #13a03826 0%, #14919726 40%, #a87cfb26 90%)";
97
99
  export const modeColorActionAiGradHover =
@@ -3,8 +3,8 @@
3
3
  "tableHeaderSubtleBgDefault": "var(--mode-color-none)",
4
4
  "tableHeaderSubtleBorderDefault": "var(--mode-color-generic-fg-soft)",
5
5
  "tableHeaderSubtleLabelDefault": "var(--mode-color-generic-txt-severe)",
6
- "tableHeaderHarshBgAlt": "var(--mode-color-action-grayscale-default)",
7
- "tableHeaderHarshBgDefault": "var(--mode-color-action-grayscale-default-alt)",
6
+ "tableHeaderHarshBgAlt": "var(--mode-color-generic-surface-severe)",
7
+ "tableHeaderHarshBgDefault": "var(--mode-color-generic-surface-harsh)",
8
8
  "tableHeaderHarshBorderDefault": "var(--mode-color-generic-fg-soft)",
9
9
  "tableHeaderHarshLabelDefault": "var(--mode-color-generic-txt-inverse-severe)",
10
10
  "tableRowBgDefault": "var(--mode-color-generic-bg-nought)",
package/json/dark.json CHANGED
@@ -85,6 +85,8 @@
85
85
  "modeColorGenericFgInverseExtreme": "#000000",
86
86
  "modeColorGenericSurfaceNought": "#000000",
87
87
  "modeColorGenericSurfaceFaint": "#253b4e",
88
+ "modeColorGenericSurfaceHarsh": "#d1d6da",
89
+ "modeColorGenericSurfaceSevere": "#e8eaec",
88
90
  "modeColorActionAiGradActive": "linear-gradient(90deg, #00d63926 0%, #00d6de26 40%, #9d60ff26 90%)",
89
91
  "modeColorActionAiGradHover": "linear-gradient(90deg, #00d63914 0%, #00d6de14 40%, #9d60ff14 90%)",
90
92
  "modeColorActionAiGradDefault": "linear-gradient(90deg, #00d639 0%, #00d6de 40%, #9d60ff 90%)",
package/json/light.json CHANGED
@@ -85,6 +85,8 @@
85
85
  "modeColorGenericFgInverseExtreme": "#FFFFFF",
86
86
  "modeColorGenericSurfaceNought": "#FFFFFF",
87
87
  "modeColorGenericSurfaceFaint": "#f4f5f6",
88
+ "modeColorGenericSurfaceHarsh": "#475a6a",
89
+ "modeColorGenericSurfaceSevere": "#304658",
88
90
  "modeColorActionAiGradActive": "linear-gradient(90deg, #13a03826 0%, #14919726 40%, #a87cfb26 90%)",
89
91
  "modeColorActionAiGradHover": "linear-gradient(90deg, #13a03814 0%, #14919714 40%, #a87cfb14 90%)",
90
92
  "modeColorActionAiGradDefault": "linear-gradient(90deg, #13a038 0%, #149197 40%, #a87cfb 90%)",
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "description": "Design tokens for the Sage Design System.",
8
8
  "author": "The Sage Group plc",
9
- "version": "17.5.0",
9
+ "version": "17.6.0",
10
10
  "license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
11
11
  "tags": [
12
12
  "design tokens",
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -6,6 +6,8 @@
6
6
  $table-header-subtle-bg-alt: $mode-color-generic-bg-faint;
7
7
  $table-header-subtle-bg-default: $mode-color-none;
8
8
  $table-header-subtle-border-default: $mode-color-generic-fg-soft;
9
+ $table-header-harsh-bg-alt: $mode-color-generic-surface-severe;
10
+ $table-header-harsh-bg-default: $mode-color-generic-surface-harsh;
9
11
  $table-header-harsh-border-default: $mode-color-generic-fg-soft;
10
12
  $table-row-bg-default: $mode-color-generic-bg-nought;
11
13
  $table-row-bg-alt: $mode-color-generic-bg-delicate;
@@ -17,8 +19,6 @@ $table-row-label-selected: $mode-color-generic-txt-extreme;
17
19
  $table-footer-bg-default: $mode-color-generic-bg-soft;
18
20
  $table-footer-border-default: $mode-color-generic-fg-soft;
19
21
  $table-header-subtle-label-default: $mode-color-generic-txt-severe;
20
- $table-header-harsh-bg-alt: $mode-color-action-grayscale-default;
21
- $table-header-harsh-bg-default: $mode-color-action-grayscale-default-alt;
22
22
  $table-header-harsh-label-default: $mode-color-generic-txt-inverse-severe;
23
23
  $table-row-label-default: $mode-color-generic-txt-severe;
24
24
  $table-footer-label-default: $mode-color-generic-txt-severe;
package/scss/dark.scss CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright © 2025 The Sage Group plc or its licensors. All Rights reserved
1
+ // Copyright © 2026 The Sage Group plc or its licensors. All Rights reserved
2
2
 
3
3
 
4
4
  // Do not edit directly, this file was auto-generated.
@@ -89,6 +89,8 @@ $mode-color-generic-fg-inverse-firm: #75838f;
89
89
  $mode-color-generic-fg-inverse-extreme: #000000;
90
90
  $mode-color-generic-surface-nought: #000000;
91
91
  $mode-color-generic-surface-faint: #253b4e;
92
+ $mode-color-generic-surface-harsh: #d1d6da;
93
+ $mode-color-generic-surface-severe: #e8eaec;
92
94
  $mode-color-action-ai-grad-active: linear-gradient(90deg, #00d63926 0%, #00d6de26 40%, #9d60ff26 90%);
93
95
  $mode-color-action-ai-grad-hover: linear-gradient(90deg, #00d63914 0%, #00d6de14 40%, #9d60ff14 90%);
94
96
  $mode-color-action-ai-grad-default: linear-gradient(90deg, #00d639 0%, #00d6de 40%, #9d60ff 90%);