@cloudscape-design/components-themeable 3.0.1333 → 3.0.1335

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 (206) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/box/visual-accent.scss +61 -25
  3. package/lib/internal/scss/button/styles.scss +6 -0
  4. package/lib/internal/scss/code-editor/ace-editor.scss +1 -1
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  6. package/lib/internal/scss/side-navigation/styles.scss +10 -3
  7. package/lib/internal/scss/steps/styles.scss +113 -31
  8. package/lib/internal/scss/table/header-cell/styles.scss +42 -14
  9. package/lib/internal/scss/table/styles.scss +6 -0
  10. package/lib/internal/scss/tooltip/styles.scss +22 -0
  11. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js +1 -1
  12. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
  13. package/lib/internal/template/box/interfaces.d.ts +1 -1
  14. package/lib/internal/template/box/interfaces.d.ts.map +1 -1
  15. package/lib/internal/template/box/interfaces.js.map +1 -1
  16. package/lib/internal/template/box/styles.css.js +220 -224
  17. package/lib/internal/template/box/styles.scoped.css +293 -313
  18. package/lib/internal/template/box/styles.selectors.js +220 -224
  19. package/lib/internal/template/button/internal.d.ts +2 -0
  20. package/lib/internal/template/button/internal.d.ts.map +1 -1
  21. package/lib/internal/template/button/internal.js +2 -1
  22. package/lib/internal/template/button/internal.js.map +1 -1
  23. package/lib/internal/template/button/styles.css.js +23 -22
  24. package/lib/internal/template/button/styles.scoped.css +74 -69
  25. package/lib/internal/template/button/styles.selectors.js +23 -22
  26. package/lib/internal/template/button-dropdown/internal-interfaces.d.ts +11 -0
  27. package/lib/internal/template/button-dropdown/internal-interfaces.d.ts.map +1 -1
  28. package/lib/internal/template/button-dropdown/internal-interfaces.js.map +1 -1
  29. package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
  30. package/lib/internal/template/button-dropdown/internal.js +3 -2
  31. package/lib/internal/template/button-dropdown/internal.js.map +1 -1
  32. package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts +16 -0
  33. package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts.map +1 -0
  34. package/lib/internal/template/button-group/copy-to-clipboard-item.js +38 -0
  35. package/lib/internal/template/button-group/copy-to-clipboard-item.js.map +1 -0
  36. package/lib/internal/template/button-group/index.d.ts.map +1 -1
  37. package/lib/internal/template/button-group/index.js +9 -1
  38. package/lib/internal/template/button-group/index.js.map +1 -1
  39. package/lib/internal/template/button-group/interfaces.d.ts +38 -2
  40. package/lib/internal/template/button-group/interfaces.d.ts.map +1 -1
  41. package/lib/internal/template/button-group/interfaces.js.map +1 -1
  42. package/lib/internal/template/button-group/internal-interfaces.d.ts +1 -1
  43. package/lib/internal/template/button-group/internal-interfaces.d.ts.map +1 -1
  44. package/lib/internal/template/button-group/internal-interfaces.js.map +1 -1
  45. package/lib/internal/template/button-group/internal.d.ts.map +1 -1
  46. package/lib/internal/template/button-group/internal.js +2 -2
  47. package/lib/internal/template/button-group/internal.js.map +1 -1
  48. package/lib/internal/template/button-group/item-element.d.ts +2 -0
  49. package/lib/internal/template/button-group/item-element.d.ts.map +1 -1
  50. package/lib/internal/template/button-group/item-element.js +13 -3
  51. package/lib/internal/template/button-group/item-element.js.map +1 -1
  52. package/lib/internal/template/code-editor/styles.css.js +33 -33
  53. package/lib/internal/template/code-editor/styles.scoped.css +187 -187
  54. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  55. package/lib/internal/template/i18n/messages/all.all.js +1 -1
  56. package/lib/internal/template/i18n/messages/all.all.json +1 -1
  57. package/lib/internal/template/i18n/messages/all.ar.js +1 -1
  58. package/lib/internal/template/i18n/messages/all.ar.json +1 -1
  59. package/lib/internal/template/i18n/messages/all.de.js +1 -1
  60. package/lib/internal/template/i18n/messages/all.de.json +1 -1
  61. package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
  62. package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
  63. package/lib/internal/template/i18n/messages/all.en.js +1 -1
  64. package/lib/internal/template/i18n/messages/all.en.json +1 -1
  65. package/lib/internal/template/i18n/messages/all.es.js +1 -1
  66. package/lib/internal/template/i18n/messages/all.es.json +1 -1
  67. package/lib/internal/template/i18n/messages/all.fr.js +1 -1
  68. package/lib/internal/template/i18n/messages/all.fr.json +1 -1
  69. package/lib/internal/template/i18n/messages/all.id.js +1 -1
  70. package/lib/internal/template/i18n/messages/all.id.json +1 -1
  71. package/lib/internal/template/i18n/messages/all.it.js +1 -1
  72. package/lib/internal/template/i18n/messages/all.it.json +1 -1
  73. package/lib/internal/template/i18n/messages/all.ja.js +1 -1
  74. package/lib/internal/template/i18n/messages/all.ja.json +1 -1
  75. package/lib/internal/template/i18n/messages/all.ko.js +1 -1
  76. package/lib/internal/template/i18n/messages/all.ko.json +1 -1
  77. package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
  78. package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
  79. package/lib/internal/template/i18n/messages/all.tr.js +1 -1
  80. package/lib/internal/template/i18n/messages/all.tr.json +1 -1
  81. package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
  82. package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
  83. package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
  84. package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
  85. package/lib/internal/template/i18n/messages-types.d.ts +19 -0
  86. package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
  87. package/lib/internal/template/i18n/messages-types.js.map +1 -1
  88. package/lib/internal/template/internal/base-component/styles.scoped.css +163 -3
  89. package/lib/internal/template/internal/environment.js +2 -2
  90. package/lib/internal/template/internal/environment.json +2 -2
  91. package/lib/internal/template/internal/generated/styles/tokens.d.ts +35 -38
  92. package/lib/internal/template/internal/generated/styles/tokens.js +35 -38
  93. package/lib/internal/template/internal/generated/theming/index.cjs +585 -774
  94. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +36 -9
  95. package/lib/internal/template/internal/generated/theming/index.d.ts +36 -9
  96. package/lib/internal/template/internal/generated/theming/index.js +585 -774
  97. package/lib/internal/template/internal/utils/scrollable-containers.d.ts +5 -0
  98. package/lib/internal/template/internal/utils/scrollable-containers.d.ts.map +1 -1
  99. package/lib/internal/template/internal/utils/scrollable-containers.js +16 -0
  100. package/lib/internal/template/internal/utils/scrollable-containers.js.map +1 -1
  101. package/lib/internal/template/side-navigation/implementation.d.ts.map +1 -1
  102. package/lib/internal/template/side-navigation/implementation.js +3 -2
  103. package/lib/internal/template/side-navigation/implementation.js.map +1 -1
  104. package/lib/internal/template/side-navigation/parts.d.ts +2 -1
  105. package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
  106. package/lib/internal/template/side-navigation/parts.js +14 -13
  107. package/lib/internal/template/side-navigation/parts.js.map +1 -1
  108. package/lib/internal/template/side-navigation/styles.css.js +48 -47
  109. package/lib/internal/template/side-navigation/styles.scoped.css +77 -74
  110. package/lib/internal/template/side-navigation/styles.selectors.js +48 -47
  111. package/lib/internal/template/side-navigation/util.d.ts +1 -0
  112. package/lib/internal/template/side-navigation/util.d.ts.map +1 -1
  113. package/lib/internal/template/side-navigation/util.js +5 -0
  114. package/lib/internal/template/side-navigation/util.js.map +1 -1
  115. package/lib/internal/template/steps/interfaces.d.ts +2 -0
  116. package/lib/internal/template/steps/interfaces.d.ts.map +1 -1
  117. package/lib/internal/template/steps/interfaces.js.map +1 -1
  118. package/lib/internal/template/steps/internal.d.ts.map +1 -1
  119. package/lib/internal/template/steps/internal.js +35 -12
  120. package/lib/internal/template/steps/internal.js.map +1 -1
  121. package/lib/internal/template/steps/styles.css.js +17 -13
  122. package/lib/internal/template/steps/styles.scoped.css +99 -42
  123. package/lib/internal/template/steps/styles.selectors.js +17 -13
  124. package/lib/internal/template/table/clear-sort.d.ts +9 -0
  125. package/lib/internal/template/table/clear-sort.d.ts.map +1 -0
  126. package/lib/internal/template/table/clear-sort.js +15 -0
  127. package/lib/internal/template/table/clear-sort.js.map +1 -0
  128. package/lib/internal/template/table/header-cell/index.d.ts +4 -1
  129. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  130. package/lib/internal/template/table/header-cell/index.js +122 -33
  131. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  132. package/lib/internal/template/table/header-cell/sort-menu.d.ts +14 -0
  133. package/lib/internal/template/table/header-cell/sort-menu.d.ts.map +1 -0
  134. package/lib/internal/template/table/header-cell/sort-menu.js +50 -0
  135. package/lib/internal/template/table/header-cell/sort-menu.js.map +1 -0
  136. package/lib/internal/template/table/header-cell/styles.css.js +38 -33
  137. package/lib/internal/template/table/header-cell/styles.scoped.css +101 -76
  138. package/lib/internal/template/table/header-cell/styles.selectors.js +38 -33
  139. package/lib/internal/template/table/header-cell/th-element.d.ts +8 -1
  140. package/lib/internal/template/table/header-cell/th-element.d.ts.map +1 -1
  141. package/lib/internal/template/table/header-cell/th-element.js +6 -2
  142. package/lib/internal/template/table/header-cell/th-element.js.map +1 -1
  143. package/lib/internal/template/table/index.d.ts.map +1 -1
  144. package/lib/internal/template/table/index.js +8 -4
  145. package/lib/internal/template/table/index.js.map +1 -1
  146. package/lib/internal/template/table/interfaces.d.ts +81 -2
  147. package/lib/internal/template/table/interfaces.d.ts.map +1 -1
  148. package/lib/internal/template/table/interfaces.js.map +1 -1
  149. package/lib/internal/template/table/internal.d.ts.map +1 -1
  150. package/lib/internal/template/table/internal.js +40 -9
  151. package/lib/internal/template/table/internal.js.map +1 -1
  152. package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts +16 -0
  153. package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts.map +1 -0
  154. package/lib/internal/template/table/multi-column-sort/live-announcement.js +68 -0
  155. package/lib/internal/template/table/multi-column-sort/live-announcement.js.map +1 -0
  156. package/lib/internal/template/table/multi-column-sort/utils.d.ts +45 -0
  157. package/lib/internal/template/table/multi-column-sort/utils.d.ts.map +1 -0
  158. package/lib/internal/template/table/multi-column-sort/utils.js +76 -0
  159. package/lib/internal/template/table/multi-column-sort/utils.js.map +1 -0
  160. package/lib/internal/template/table/styles.css.js +37 -36
  161. package/lib/internal/template/table/styles.scoped.css +46 -43
  162. package/lib/internal/template/table/styles.selectors.js +37 -36
  163. package/lib/internal/template/table/thead.d.ts +3 -0
  164. package/lib/internal/template/table/thead.d.ts.map +1 -1
  165. package/lib/internal/template/table/thead.js +3 -3
  166. package/lib/internal/template/table/thead.js.map +1 -1
  167. package/lib/internal/template/table/tools-header.d.ts +2 -1
  168. package/lib/internal/template/table/tools-header.d.ts.map +1 -1
  169. package/lib/internal/template/table/tools-header.js +4 -3
  170. package/lib/internal/template/table/tools-header.js.map +1 -1
  171. package/lib/internal/template/table/use-auto-skeleton-rows.d.ts +12 -0
  172. package/lib/internal/template/table/use-auto-skeleton-rows.d.ts.map +1 -0
  173. package/lib/internal/template/table/use-auto-skeleton-rows.js +100 -0
  174. package/lib/internal/template/table/use-auto-skeleton-rows.js.map +1 -0
  175. package/lib/internal/template/test-utils/dom/button-group/index.d.ts +4 -0
  176. package/lib/internal/template/test-utils/dom/button-group/index.js +8 -0
  177. package/lib/internal/template/test-utils/dom/button-group/index.js.map +1 -1
  178. package/lib/internal/template/test-utils/dom/pagination/index.js +2 -2
  179. package/lib/internal/template/test-utils/dom/pagination/index.js.map +1 -1
  180. package/lib/internal/template/test-utils/dom/steps/index.d.ts +4 -0
  181. package/lib/internal/template/test-utils/dom/steps/index.js +6 -0
  182. package/lib/internal/template/test-utils/dom/steps/index.js.map +1 -1
  183. package/lib/internal/template/test-utils/dom/table/index.d.ts +77 -0
  184. package/lib/internal/template/test-utils/dom/table/index.js +87 -2
  185. package/lib/internal/template/test-utils/dom/table/index.js.map +1 -1
  186. package/lib/internal/template/test-utils/selectors/button-group/index.d.ts +4 -0
  187. package/lib/internal/template/test-utils/selectors/button-group/index.js +8 -0
  188. package/lib/internal/template/test-utils/selectors/button-group/index.js.map +1 -1
  189. package/lib/internal/template/test-utils/selectors/pagination/index.js +2 -2
  190. package/lib/internal/template/test-utils/selectors/pagination/index.js.map +1 -1
  191. package/lib/internal/template/test-utils/selectors/steps/index.d.ts +4 -0
  192. package/lib/internal/template/test-utils/selectors/steps/index.js +6 -0
  193. package/lib/internal/template/test-utils/selectors/steps/index.js.map +1 -1
  194. package/lib/internal/template/test-utils/selectors/table/index.d.ts +77 -0
  195. package/lib/internal/template/test-utils/selectors/table/index.js +87 -2
  196. package/lib/internal/template/test-utils/selectors/table/index.js.map +1 -1
  197. package/lib/internal/template/tooltip/internal.d.ts.map +1 -1
  198. package/lib/internal/template/tooltip/internal.js +2 -1
  199. package/lib/internal/template/tooltip/internal.js.map +1 -1
  200. package/lib/internal/template/tooltip/styles.css.js +7 -0
  201. package/lib/internal/template/tooltip/styles.scoped.css +165 -0
  202. package/lib/internal/template/tooltip/styles.selectors.js +8 -0
  203. package/lib/internal/template/top-navigation/use-top-navigation.d.ts.map +1 -1
  204. package/lib/internal/template/top-navigation/use-top-navigation.js +2 -5
  205. package/lib/internal/template/top-navigation/use-top-navigation.js.map +1 -1
  206. package/package.json +1 -1
@@ -183,6 +183,10 @@ export var preset = {
183
183
  "light": "#db0000",
184
184
  "dark": "#db0000"
185
185
  },
186
+ "colorError700": {
187
+ "light": "#c20000",
188
+ "dark": "#c20000"
189
+ },
186
190
  "colorError800": {
187
191
  "light": "#990000",
188
192
  "dark": "#990000"
@@ -207,6 +211,10 @@ export var preset = {
207
211
  "light": "#d9ffd6",
208
212
  "dark": "#d9ffd6"
209
213
  },
214
+ "colorSuccess200": {
215
+ "light": "#aeffa8",
216
+ "dark": "#aeffa8"
217
+ },
210
218
  "colorSuccess400": {
211
219
  "light": "#00e500",
212
220
  "dark": "#00e500"
@@ -239,6 +247,10 @@ export var preset = {
239
247
  "light": "#fffbbd",
240
248
  "dark": "#fffbbd"
241
249
  },
250
+ "colorWarning200": {
251
+ "light": "#fef571",
252
+ "dark": "#fef571"
253
+ },
242
254
  "colorWarning400": {
243
255
  "light": "#ffe347",
244
256
  "dark": "#ffe347"
@@ -3019,149 +3031,117 @@ export var preset = {
3019
3031
  "light": "#f8f8f8",
3020
3032
  "dark": "#282c34"
3021
3033
  },
3022
- "colorBackgroundAccentRed": {
3023
- "light": "{colorError100}",
3034
+ "colorBackgroundVisualAccentRed": {
3035
+ "light": "#ffe0e0",
3024
3036
  "dark": "rgba(255, 61, 61, 0.2)"
3025
3037
  },
3026
- "colorBackgroundAccentYellow": {
3027
- "light": "{colorWarning100}",
3038
+ "colorBackgroundVisualAccentYellow": {
3039
+ "light": "#fffbbd",
3028
3040
  "dark": "rgba(251, 211, 50, 0.2)"
3029
3041
  },
3030
- "colorBackgroundAccentIndigo": {
3031
- "light": "{colorInfo100}",
3032
- "dark": "rgba(0, 153, 255, 0.2)"
3042
+ "colorBackgroundVisualAccentIndigo": {
3043
+ "light": "#dbe4ff",
3044
+ "dark": "rgba(92, 127, 255, 0.2)"
3033
3045
  },
3034
- "colorBackgroundAccentGreen": {
3035
- "light": "{colorSuccess100}",
3046
+ "colorBackgroundVisualAccentGreen": {
3047
+ "light": "#d9ffd6",
3036
3048
  "dark": "rgba(43, 181, 52, 0.2)"
3037
3049
  },
3038
- "colorBackgroundAccentOrange": {
3039
- "light": "{colorOrange100}",
3050
+ "colorBackgroundVisualAccentOrange": {
3051
+ "light": "rgba(255, 224, 214, 0.6)",
3040
3052
  "dark": "rgba(255, 75, 20, 0.2)"
3041
3053
  },
3042
- "colorBackgroundAccentPurple": {
3043
- "light": "{colorPurple100}",
3054
+ "colorBackgroundVisualAccentPurple": {
3055
+ "light": "rgba(242, 229, 255, 0.6)",
3044
3056
  "dark": "rgba(173, 92, 255, 0.2)"
3045
3057
  },
3046
- "colorBackgroundAccentMint": {
3047
- "light": "{colorMint100}",
3048
- "dark": "rgba(0, 189, 107, 0.2)"
3049
- },
3050
- "colorBackgroundAccentLime": {
3058
+ "colorBackgroundVisualAccentLime": {
3051
3059
  "light": "{colorLime100}",
3052
3060
  "dark": "rgba(49, 184, 0, 0.2)"
3053
3061
  },
3054
- "colorBackgroundAccentGrey": {
3062
+ "colorBackgroundVisualAccentGrey": {
3055
3063
  "light": "{colorNeutral250}",
3056
3064
  "dark": "{colorNeutral700}"
3057
3065
  },
3058
- "colorBackgroundAccentTeal": {
3059
- "light": "{colorTeal100}",
3066
+ "colorBackgroundVisualAccentTeal": {
3067
+ "light": "rgba(204, 255, 252, 0.7)",
3060
3068
  "dark": "rgba(0, 173, 162, 0.2)"
3061
3069
  },
3062
- "colorBackgroundAccentCyan": {
3063
- "light": "{colorCyan100}",
3064
- "dark": "rgba(0, 164, 189, 0.2)"
3065
- },
3066
- "colorBackgroundAccentBlue": {
3067
- "light": "{colorInfo100}",
3070
+ "colorBackgroundVisualAccentBlue": {
3071
+ "light": "rgba(209, 241, 255, 0.6)",
3068
3072
  "dark": "rgba(0, 153, 255, 0.2)"
3069
3073
  },
3070
- "colorBackgroundAccentViolet": {
3071
- "light": "{colorViolet100}",
3074
+ "colorBackgroundVisualAccentViolet": {
3075
+ "light": "rgba(232, 229, 255, 0.6)",
3072
3076
  "dark": "rgba(133, 117, 255, 0.2)"
3073
3077
  },
3074
- "colorBackgroundAccentFuchsia": {
3075
- "light": "{colorFuchsia100}",
3076
- "dark": "rgba(228, 51, 255, 0.2)"
3077
- },
3078
- "colorBackgroundAccentMagenta": {
3079
- "light": "{colorMagenta100}",
3078
+ "colorBackgroundVisualAccentMagenta": {
3079
+ "light": "rgba(255, 224, 251, 0.6)",
3080
3080
  "dark": "rgba(255, 26, 224, 0.2)"
3081
3081
  },
3082
- "colorBackgroundAccentPink": {
3083
- "light": "{colorPink100}",
3082
+ "colorBackgroundVisualAccentPink": {
3083
+ "light": "rgba(255, 224, 240, 0.7)",
3084
3084
  "dark": "rgba(255, 51, 153, 0.2)"
3085
3085
  },
3086
- "colorBackgroundAccentRose": {
3087
- "light": "{colorRose100}",
3088
- "dark": "rgba(255, 56, 106, 0.2)"
3089
- },
3090
- "colorBackgroundAccentAmber": {
3091
- "light": "{colorAmber100}",
3086
+ "colorBackgroundVisualAccentAmber": {
3087
+ "light": "rgba(255, 232, 189, 0.7)",
3092
3088
  "dark": "rgba(250, 111, 0, 0.2)"
3093
3089
  },
3094
- "colorTextAccentRed": {
3095
- "light": "{colorError800}",
3090
+ "colorTextVisualAccentRed": {
3091
+ "light": "{colorError700}",
3096
3092
  "dark": "{colorError400}"
3097
3093
  },
3098
- "colorTextAccentYellow": {
3094
+ "colorTextVisualAccentYellow": {
3099
3095
  "light": "{colorWarning900}",
3100
- "dark": "{colorWarning400}"
3096
+ "dark": "{colorWarning200}"
3101
3097
  },
3102
- "colorTextAccentIndigo": {
3098
+ "colorTextVisualAccentIndigo": {
3103
3099
  "light": "{colorInfo800}",
3104
- "dark": "{colorInfo400}"
3105
- },
3106
- "colorTextAccentGreen": {
3107
- "light": "{colorSuccess800}",
3108
- "dark": "{colorSuccess400}"
3100
+ "dark": "{colorInfo300}"
3109
3101
  },
3110
- "colorTextAccentOrange": {
3111
- "light": "{colorOrange800}",
3112
- "dark": "{colorOrange400}"
3102
+ "colorTextVisualAccentGreen": {
3103
+ "light": "{colorSuccess600}",
3104
+ "dark": "{colorSuccess200}"
3113
3105
  },
3114
- "colorTextAccentPurple": {
3115
- "light": "{colorPurple800}",
3116
- "dark": "{colorPurple400}"
3106
+ "colorTextVisualAccentOrange": {
3107
+ "light": "#a82700",
3108
+ "dark": "#ff997a"
3117
3109
  },
3118
- "colorTextAccentMint": {
3119
- "light": "{colorMint800}",
3120
- "dark": "{colorMint400}"
3110
+ "colorTextVisualAccentPurple": {
3111
+ "light": "#962eff",
3112
+ "dark": "#d4a8ff"
3121
3113
  },
3122
- "colorTextAccentLime": {
3123
- "light": "{colorLime800}",
3124
- "dark": "{colorLime400}"
3114
+ "colorTextVisualAccentLime": {
3115
+ "light": "#007000",
3116
+ "dark": "#acff2e"
3125
3117
  },
3126
- "colorTextAccentGrey": {
3127
- "light": "{colorNeutral800}",
3118
+ "colorTextVisualAccentGrey": {
3119
+ "light": "{colorNeutral850}",
3128
3120
  "dark": "{colorNeutral300}"
3129
3121
  },
3130
- "colorTextAccentTeal": {
3131
- "light": "{colorTeal800}",
3132
- "dark": "{colorTeal400}"
3133
- },
3134
- "colorTextAccentCyan": {
3135
- "light": "{colorCyan800}",
3136
- "dark": "{colorCyan400}"
3137
- },
3138
- "colorTextAccentBlue": {
3139
- "light": "{colorInfo800}",
3140
- "dark": "{colorInfo400}"
3141
- },
3142
- "colorTextAccentViolet": {
3143
- "light": "{colorViolet800}",
3144
- "dark": "{colorViolet400}"
3122
+ "colorTextVisualAccentTeal": {
3123
+ "light": "#008077",
3124
+ "dark": "#00f5e4"
3145
3125
  },
3146
- "colorTextAccentFuchsia": {
3147
- "light": "{colorFuchsia800}",
3148
- "dark": "{colorFuchsia400}"
3126
+ "colorTextVisualAccentBlue": {
3127
+ "light": "#006ce0",
3128
+ "dark": "#75cfff"
3149
3129
  },
3150
- "colorTextAccentMagenta": {
3151
- "light": "{colorMagenta800}",
3152
- "dark": "{colorMagenta400}"
3130
+ "colorTextVisualAccentViolet": {
3131
+ "light": "#6842ff",
3132
+ "dark": "#b2a8ff"
3153
3133
  },
3154
- "colorTextAccentPink": {
3155
- "light": "{colorPink800}",
3156
- "dark": "{colorPink400}"
3134
+ "colorTextVisualAccentMagenta": {
3135
+ "light": "#b2008f",
3136
+ "dark": "#ff57e9"
3157
3137
  },
3158
- "colorTextAccentRose": {
3159
- "light": "{colorRose800}",
3160
- "dark": "{colorRose400}"
3138
+ "colorTextVisualAccentPink": {
3139
+ "light": "#bb005d",
3140
+ "dark": "#ff99cc"
3161
3141
  },
3162
- "colorTextAccentAmber": {
3163
- "light": "{colorAmber800}",
3164
- "dark": "{colorAmber400}"
3142
+ "colorTextVisualAccentAmber": {
3143
+ "light": "#9e3700",
3144
+ "dark": "#ffbb45"
3165
3145
  },
3166
3146
  "fontBoxValueLargeWeight": "700",
3167
3147
  "fontButtonLetterSpacing": "0.005em",
@@ -3463,6 +3443,14 @@ export var preset = {
3463
3443
  "default": "{motionDurationRefreshOnlySlow}",
3464
3444
  "disabled": "{motionDurationRefreshOnlySlow}"
3465
3445
  },
3446
+ "motionDurationTooltipEnter": {
3447
+ "default": "{motionDurationRefreshOnlyFast}",
3448
+ "disabled": "{motionDurationRefreshOnlyFast}"
3449
+ },
3450
+ "motionEasingTooltipEnter": {
3451
+ "default": "{motionEasingRefreshOnlyA}",
3452
+ "disabled": "{motionEasingRefreshOnlyA}"
3453
+ },
3466
3454
  "motionKeyframesFadeIn": {
3467
3455
  "default": "awsui-fade-in-35003c",
3468
3456
  "disabled": "awsui-fade-in-35003c"
@@ -3799,13 +3787,13 @@ export var preset = {
3799
3787
  "comfortable": "{spaceXl}",
3800
3788
  "compact": "{spaceXl}"
3801
3789
  },
3802
- "spaceSideNavigationItemGap": {
3803
- "comfortable": "0px",
3804
- "compact": "0px"
3790
+ "spaceSideNavigationItemDefaultGap": {
3791
+ "comfortable": "{spaceNone}",
3792
+ "compact": "{spaceNone}"
3805
3793
  },
3806
- "spaceSideNavigationItemCollapsedGap": {
3807
- "comfortable": "{spaceXs}",
3808
- "compact": "{spaceXs}"
3794
+ "spaceSideNavigationItemIconGap": {
3795
+ "comfortable": "{spaceXxs}",
3796
+ "compact": "{spaceXxs}"
3809
3797
  },
3810
3798
  "spaceTileGutter": {
3811
3799
  "comfortable": "{spaceXl}",
@@ -4361,13 +4349,13 @@ export var preset = {
4361
4349
  "comfortable": "{spaceXl}",
4362
4350
  "compact": "{spaceXl}"
4363
4351
  },
4364
- "spaceSideNavigationItemGap": {
4365
- "comfortable": "0px",
4366
- "compact": "0px"
4352
+ "spaceSideNavigationItemDefaultGap": {
4353
+ "comfortable": "{spaceNone}",
4354
+ "compact": "{spaceNone}"
4367
4355
  },
4368
- "spaceSideNavigationItemCollapsedGap": {
4369
- "comfortable": "{spaceXs}",
4370
- "compact": "{spaceXs}"
4356
+ "spaceSideNavigationItemIconGap": {
4357
+ "comfortable": "{spaceXxs}",
4358
+ "compact": "{spaceXxs}"
4371
4359
  },
4372
4360
  "spaceTileGutter": {
4373
4361
  "comfortable": "{spaceXl}",
@@ -6047,149 +6035,117 @@ export var preset = {
6047
6035
  "light": "#282c34",
6048
6036
  "dark": "#282c34"
6049
6037
  },
6050
- "colorBackgroundAccentRed": {
6038
+ "colorBackgroundVisualAccentRed": {
6051
6039
  "light": "rgba(255, 61, 61, 0.2)",
6052
6040
  "dark": "rgba(255, 61, 61, 0.2)"
6053
6041
  },
6054
- "colorBackgroundAccentYellow": {
6042
+ "colorBackgroundVisualAccentYellow": {
6055
6043
  "light": "rgba(251, 211, 50, 0.2)",
6056
6044
  "dark": "rgba(251, 211, 50, 0.2)"
6057
6045
  },
6058
- "colorBackgroundAccentIndigo": {
6059
- "light": "rgba(0, 153, 255, 0.2)",
6060
- "dark": "rgba(0, 153, 255, 0.2)"
6046
+ "colorBackgroundVisualAccentIndigo": {
6047
+ "light": "rgba(92, 127, 255, 0.2)",
6048
+ "dark": "rgba(92, 127, 255, 0.2)"
6061
6049
  },
6062
- "colorBackgroundAccentGreen": {
6050
+ "colorBackgroundVisualAccentGreen": {
6063
6051
  "light": "rgba(43, 181, 52, 0.2)",
6064
6052
  "dark": "rgba(43, 181, 52, 0.2)"
6065
6053
  },
6066
- "colorBackgroundAccentOrange": {
6054
+ "colorBackgroundVisualAccentOrange": {
6067
6055
  "light": "rgba(255, 75, 20, 0.2)",
6068
6056
  "dark": "rgba(255, 75, 20, 0.2)"
6069
6057
  },
6070
- "colorBackgroundAccentPurple": {
6058
+ "colorBackgroundVisualAccentPurple": {
6071
6059
  "light": "rgba(173, 92, 255, 0.2)",
6072
6060
  "dark": "rgba(173, 92, 255, 0.2)"
6073
6061
  },
6074
- "colorBackgroundAccentMint": {
6075
- "light": "rgba(0, 189, 107, 0.2)",
6076
- "dark": "rgba(0, 189, 107, 0.2)"
6077
- },
6078
- "colorBackgroundAccentLime": {
6062
+ "colorBackgroundVisualAccentLime": {
6079
6063
  "light": "rgba(49, 184, 0, 0.2)",
6080
6064
  "dark": "rgba(49, 184, 0, 0.2)"
6081
6065
  },
6082
- "colorBackgroundAccentGrey": {
6066
+ "colorBackgroundVisualAccentGrey": {
6083
6067
  "light": "{colorNeutral700}",
6084
6068
  "dark": "{colorNeutral700}"
6085
6069
  },
6086
- "colorBackgroundAccentTeal": {
6070
+ "colorBackgroundVisualAccentTeal": {
6087
6071
  "light": "rgba(0, 173, 162, 0.2)",
6088
6072
  "dark": "rgba(0, 173, 162, 0.2)"
6089
6073
  },
6090
- "colorBackgroundAccentCyan": {
6091
- "light": "rgba(0, 164, 189, 0.2)",
6092
- "dark": "rgba(0, 164, 189, 0.2)"
6093
- },
6094
- "colorBackgroundAccentBlue": {
6074
+ "colorBackgroundVisualAccentBlue": {
6095
6075
  "light": "rgba(0, 153, 255, 0.2)",
6096
6076
  "dark": "rgba(0, 153, 255, 0.2)"
6097
6077
  },
6098
- "colorBackgroundAccentViolet": {
6078
+ "colorBackgroundVisualAccentViolet": {
6099
6079
  "light": "rgba(133, 117, 255, 0.2)",
6100
6080
  "dark": "rgba(133, 117, 255, 0.2)"
6101
6081
  },
6102
- "colorBackgroundAccentFuchsia": {
6103
- "light": "rgba(228, 51, 255, 0.2)",
6104
- "dark": "rgba(228, 51, 255, 0.2)"
6105
- },
6106
- "colorBackgroundAccentMagenta": {
6082
+ "colorBackgroundVisualAccentMagenta": {
6107
6083
  "light": "rgba(255, 26, 224, 0.2)",
6108
6084
  "dark": "rgba(255, 26, 224, 0.2)"
6109
6085
  },
6110
- "colorBackgroundAccentPink": {
6086
+ "colorBackgroundVisualAccentPink": {
6111
6087
  "light": "rgba(255, 51, 153, 0.2)",
6112
6088
  "dark": "rgba(255, 51, 153, 0.2)"
6113
6089
  },
6114
- "colorBackgroundAccentRose": {
6115
- "light": "rgba(255, 56, 106, 0.2)",
6116
- "dark": "rgba(255, 56, 106, 0.2)"
6117
- },
6118
- "colorBackgroundAccentAmber": {
6090
+ "colorBackgroundVisualAccentAmber": {
6119
6091
  "light": "rgba(250, 111, 0, 0.2)",
6120
6092
  "dark": "rgba(250, 111, 0, 0.2)"
6121
6093
  },
6122
- "colorTextAccentRed": {
6094
+ "colorTextVisualAccentRed": {
6123
6095
  "light": "{colorError400}",
6124
6096
  "dark": "{colorError400}"
6125
6097
  },
6126
- "colorTextAccentYellow": {
6127
- "light": "{colorWarning400}",
6128
- "dark": "{colorWarning400}"
6129
- },
6130
- "colorTextAccentIndigo": {
6131
- "light": "{colorInfo400}",
6132
- "dark": "{colorInfo400}"
6098
+ "colorTextVisualAccentYellow": {
6099
+ "light": "{colorWarning200}",
6100
+ "dark": "{colorWarning200}"
6133
6101
  },
6134
- "colorTextAccentGreen": {
6135
- "light": "{colorSuccess400}",
6136
- "dark": "{colorSuccess400}"
6102
+ "colorTextVisualAccentIndigo": {
6103
+ "light": "{colorInfo300}",
6104
+ "dark": "{colorInfo300}"
6137
6105
  },
6138
- "colorTextAccentOrange": {
6139
- "light": "{colorOrange400}",
6140
- "dark": "{colorOrange400}"
6106
+ "colorTextVisualAccentGreen": {
6107
+ "light": "{colorSuccess200}",
6108
+ "dark": "{colorSuccess200}"
6141
6109
  },
6142
- "colorTextAccentPurple": {
6143
- "light": "{colorPurple400}",
6144
- "dark": "{colorPurple400}"
6110
+ "colorTextVisualAccentOrange": {
6111
+ "light": "#ff997a",
6112
+ "dark": "#ff997a"
6145
6113
  },
6146
- "colorTextAccentMint": {
6147
- "light": "{colorMint400}",
6148
- "dark": "{colorMint400}"
6114
+ "colorTextVisualAccentPurple": {
6115
+ "light": "#d4a8ff",
6116
+ "dark": "#d4a8ff"
6149
6117
  },
6150
- "colorTextAccentLime": {
6151
- "light": "{colorLime400}",
6152
- "dark": "{colorLime400}"
6118
+ "colorTextVisualAccentLime": {
6119
+ "light": "#acff2e",
6120
+ "dark": "#acff2e"
6153
6121
  },
6154
- "colorTextAccentGrey": {
6122
+ "colorTextVisualAccentGrey": {
6155
6123
  "light": "{colorNeutral300}",
6156
6124
  "dark": "{colorNeutral300}"
6157
6125
  },
6158
- "colorTextAccentTeal": {
6159
- "light": "{colorTeal400}",
6160
- "dark": "{colorTeal400}"
6161
- },
6162
- "colorTextAccentCyan": {
6163
- "light": "{colorCyan400}",
6164
- "dark": "{colorCyan400}"
6165
- },
6166
- "colorTextAccentBlue": {
6167
- "light": "{colorInfo400}",
6168
- "dark": "{colorInfo400}"
6169
- },
6170
- "colorTextAccentViolet": {
6171
- "light": "{colorViolet400}",
6172
- "dark": "{colorViolet400}"
6126
+ "colorTextVisualAccentTeal": {
6127
+ "light": "#00f5e4",
6128
+ "dark": "#00f5e4"
6173
6129
  },
6174
- "colorTextAccentFuchsia": {
6175
- "light": "{colorFuchsia400}",
6176
- "dark": "{colorFuchsia400}"
6130
+ "colorTextVisualAccentBlue": {
6131
+ "light": "#75cfff",
6132
+ "dark": "#75cfff"
6177
6133
  },
6178
- "colorTextAccentMagenta": {
6179
- "light": "{colorMagenta400}",
6180
- "dark": "{colorMagenta400}"
6134
+ "colorTextVisualAccentViolet": {
6135
+ "light": "#b2a8ff",
6136
+ "dark": "#b2a8ff"
6181
6137
  },
6182
- "colorTextAccentPink": {
6183
- "light": "{colorPink400}",
6184
- "dark": "{colorPink400}"
6138
+ "colorTextVisualAccentMagenta": {
6139
+ "light": "#ff57e9",
6140
+ "dark": "#ff57e9"
6185
6141
  },
6186
- "colorTextAccentRose": {
6187
- "light": "{colorRose400}",
6188
- "dark": "{colorRose400}"
6142
+ "colorTextVisualAccentPink": {
6143
+ "light": "#ff99cc",
6144
+ "dark": "#ff99cc"
6189
6145
  },
6190
- "colorTextAccentAmber": {
6191
- "light": "{colorAmber400}",
6192
- "dark": "{colorAmber400}"
6146
+ "colorTextVisualAccentAmber": {
6147
+ "light": "#ffbb45",
6148
+ "dark": "#ffbb45"
6193
6149
  },
6194
6150
  "colorPrimary50": "#f0fbff",
6195
6151
  "colorPrimary100": "#d1f1ff",
@@ -6227,12 +6183,14 @@ export var preset = {
6227
6183
  "colorError100": "#ffe0e0",
6228
6184
  "colorError400": "#ff7a7a",
6229
6185
  "colorError600": "#db0000",
6186
+ "colorError700": "#c20000",
6230
6187
  "colorError800": "#990000",
6231
6188
  "colorError900": "#700000",
6232
6189
  "colorError950": "#520000",
6233
6190
  "colorError1000": "#1f0000",
6234
6191
  "colorSuccess50": "#effff1",
6235
6192
  "colorSuccess100": "#d9ffd6",
6193
+ "colorSuccess200": "#aeffa8",
6236
6194
  "colorSuccess400": "#00e500",
6237
6195
  "colorSuccess500": "#2bb534",
6238
6196
  "colorSuccess600": "#00802f",
@@ -6241,6 +6199,7 @@ export var preset = {
6241
6199
  "colorSuccess1000": "#001401",
6242
6200
  "colorWarning50": "#fffef0",
6243
6201
  "colorWarning100": "#fffbbd",
6202
+ "colorWarning200": "#fef571",
6244
6203
  "colorWarning400": "#ffe347",
6245
6204
  "colorWarning500": "#fbd332",
6246
6205
  "colorWarning600": "#f2b100",
@@ -7892,149 +7851,117 @@ export var preset = {
7892
7851
  "light": "#282c34",
7893
7852
  "dark": "#282c34"
7894
7853
  },
7895
- "colorBackgroundAccentRed": {
7854
+ "colorBackgroundVisualAccentRed": {
7896
7855
  "light": "rgba(255, 61, 61, 0.2)",
7897
7856
  "dark": "rgba(255, 61, 61, 0.2)"
7898
7857
  },
7899
- "colorBackgroundAccentYellow": {
7858
+ "colorBackgroundVisualAccentYellow": {
7900
7859
  "light": "rgba(251, 211, 50, 0.2)",
7901
7860
  "dark": "rgba(251, 211, 50, 0.2)"
7902
7861
  },
7903
- "colorBackgroundAccentIndigo": {
7904
- "light": "rgba(0, 153, 255, 0.2)",
7905
- "dark": "rgba(0, 153, 255, 0.2)"
7862
+ "colorBackgroundVisualAccentIndigo": {
7863
+ "light": "rgba(92, 127, 255, 0.2)",
7864
+ "dark": "rgba(92, 127, 255, 0.2)"
7906
7865
  },
7907
- "colorBackgroundAccentGreen": {
7866
+ "colorBackgroundVisualAccentGreen": {
7908
7867
  "light": "rgba(43, 181, 52, 0.2)",
7909
7868
  "dark": "rgba(43, 181, 52, 0.2)"
7910
7869
  },
7911
- "colorBackgroundAccentOrange": {
7870
+ "colorBackgroundVisualAccentOrange": {
7912
7871
  "light": "rgba(255, 75, 20, 0.2)",
7913
7872
  "dark": "rgba(255, 75, 20, 0.2)"
7914
7873
  },
7915
- "colorBackgroundAccentPurple": {
7874
+ "colorBackgroundVisualAccentPurple": {
7916
7875
  "light": "rgba(173, 92, 255, 0.2)",
7917
7876
  "dark": "rgba(173, 92, 255, 0.2)"
7918
7877
  },
7919
- "colorBackgroundAccentMint": {
7920
- "light": "rgba(0, 189, 107, 0.2)",
7921
- "dark": "rgba(0, 189, 107, 0.2)"
7922
- },
7923
- "colorBackgroundAccentLime": {
7878
+ "colorBackgroundVisualAccentLime": {
7924
7879
  "light": "rgba(49, 184, 0, 0.2)",
7925
7880
  "dark": "rgba(49, 184, 0, 0.2)"
7926
7881
  },
7927
- "colorBackgroundAccentGrey": {
7882
+ "colorBackgroundVisualAccentGrey": {
7928
7883
  "light": "{colorNeutral700}",
7929
7884
  "dark": "{colorNeutral700}"
7930
7885
  },
7931
- "colorBackgroundAccentTeal": {
7886
+ "colorBackgroundVisualAccentTeal": {
7932
7887
  "light": "rgba(0, 173, 162, 0.2)",
7933
7888
  "dark": "rgba(0, 173, 162, 0.2)"
7934
7889
  },
7935
- "colorBackgroundAccentCyan": {
7936
- "light": "rgba(0, 164, 189, 0.2)",
7937
- "dark": "rgba(0, 164, 189, 0.2)"
7938
- },
7939
- "colorBackgroundAccentBlue": {
7890
+ "colorBackgroundVisualAccentBlue": {
7940
7891
  "light": "rgba(0, 153, 255, 0.2)",
7941
7892
  "dark": "rgba(0, 153, 255, 0.2)"
7942
7893
  },
7943
- "colorBackgroundAccentViolet": {
7894
+ "colorBackgroundVisualAccentViolet": {
7944
7895
  "light": "rgba(133, 117, 255, 0.2)",
7945
7896
  "dark": "rgba(133, 117, 255, 0.2)"
7946
7897
  },
7947
- "colorBackgroundAccentFuchsia": {
7948
- "light": "rgba(228, 51, 255, 0.2)",
7949
- "dark": "rgba(228, 51, 255, 0.2)"
7950
- },
7951
- "colorBackgroundAccentMagenta": {
7898
+ "colorBackgroundVisualAccentMagenta": {
7952
7899
  "light": "rgba(255, 26, 224, 0.2)",
7953
7900
  "dark": "rgba(255, 26, 224, 0.2)"
7954
7901
  },
7955
- "colorBackgroundAccentPink": {
7902
+ "colorBackgroundVisualAccentPink": {
7956
7903
  "light": "rgba(255, 51, 153, 0.2)",
7957
7904
  "dark": "rgba(255, 51, 153, 0.2)"
7958
7905
  },
7959
- "colorBackgroundAccentRose": {
7960
- "light": "rgba(255, 56, 106, 0.2)",
7961
- "dark": "rgba(255, 56, 106, 0.2)"
7962
- },
7963
- "colorBackgroundAccentAmber": {
7906
+ "colorBackgroundVisualAccentAmber": {
7964
7907
  "light": "rgba(250, 111, 0, 0.2)",
7965
7908
  "dark": "rgba(250, 111, 0, 0.2)"
7966
7909
  },
7967
- "colorTextAccentRed": {
7910
+ "colorTextVisualAccentRed": {
7968
7911
  "light": "{colorError400}",
7969
7912
  "dark": "{colorError400}"
7970
7913
  },
7971
- "colorTextAccentYellow": {
7972
- "light": "{colorWarning400}",
7973
- "dark": "{colorWarning400}"
7974
- },
7975
- "colorTextAccentIndigo": {
7976
- "light": "{colorInfo400}",
7977
- "dark": "{colorInfo400}"
7914
+ "colorTextVisualAccentYellow": {
7915
+ "light": "{colorWarning200}",
7916
+ "dark": "{colorWarning200}"
7978
7917
  },
7979
- "colorTextAccentGreen": {
7980
- "light": "{colorSuccess400}",
7981
- "dark": "{colorSuccess400}"
7918
+ "colorTextVisualAccentIndigo": {
7919
+ "light": "{colorInfo300}",
7920
+ "dark": "{colorInfo300}"
7982
7921
  },
7983
- "colorTextAccentOrange": {
7984
- "light": "{colorOrange400}",
7985
- "dark": "{colorOrange400}"
7922
+ "colorTextVisualAccentGreen": {
7923
+ "light": "{colorSuccess200}",
7924
+ "dark": "{colorSuccess200}"
7986
7925
  },
7987
- "colorTextAccentPurple": {
7988
- "light": "{colorPurple400}",
7989
- "dark": "{colorPurple400}"
7926
+ "colorTextVisualAccentOrange": {
7927
+ "light": "#ff997a",
7928
+ "dark": "#ff997a"
7990
7929
  },
7991
- "colorTextAccentMint": {
7992
- "light": "{colorMint400}",
7993
- "dark": "{colorMint400}"
7930
+ "colorTextVisualAccentPurple": {
7931
+ "light": "#d4a8ff",
7932
+ "dark": "#d4a8ff"
7994
7933
  },
7995
- "colorTextAccentLime": {
7996
- "light": "{colorLime400}",
7997
- "dark": "{colorLime400}"
7934
+ "colorTextVisualAccentLime": {
7935
+ "light": "#acff2e",
7936
+ "dark": "#acff2e"
7998
7937
  },
7999
- "colorTextAccentGrey": {
7938
+ "colorTextVisualAccentGrey": {
8000
7939
  "light": "{colorNeutral300}",
8001
7940
  "dark": "{colorNeutral300}"
8002
7941
  },
8003
- "colorTextAccentTeal": {
8004
- "light": "{colorTeal400}",
8005
- "dark": "{colorTeal400}"
8006
- },
8007
- "colorTextAccentCyan": {
8008
- "light": "{colorCyan400}",
8009
- "dark": "{colorCyan400}"
7942
+ "colorTextVisualAccentTeal": {
7943
+ "light": "#00f5e4",
7944
+ "dark": "#00f5e4"
8010
7945
  },
8011
- "colorTextAccentBlue": {
8012
- "light": "{colorInfo400}",
8013
- "dark": "{colorInfo400}"
8014
- },
8015
- "colorTextAccentViolet": {
8016
- "light": "{colorViolet400}",
8017
- "dark": "{colorViolet400}"
8018
- },
8019
- "colorTextAccentFuchsia": {
8020
- "light": "{colorFuchsia400}",
8021
- "dark": "{colorFuchsia400}"
7946
+ "colorTextVisualAccentBlue": {
7947
+ "light": "#75cfff",
7948
+ "dark": "#75cfff"
8022
7949
  },
8023
- "colorTextAccentMagenta": {
8024
- "light": "{colorMagenta400}",
8025
- "dark": "{colorMagenta400}"
7950
+ "colorTextVisualAccentViolet": {
7951
+ "light": "#b2a8ff",
7952
+ "dark": "#b2a8ff"
8026
7953
  },
8027
- "colorTextAccentPink": {
8028
- "light": "{colorPink400}",
8029
- "dark": "{colorPink400}"
7954
+ "colorTextVisualAccentMagenta": {
7955
+ "light": "#ff57e9",
7956
+ "dark": "#ff57e9"
8030
7957
  },
8031
- "colorTextAccentRose": {
8032
- "light": "{colorRose400}",
8033
- "dark": "{colorRose400}"
7958
+ "colorTextVisualAccentPink": {
7959
+ "light": "#ff99cc",
7960
+ "dark": "#ff99cc"
8034
7961
  },
8035
- "colorTextAccentAmber": {
8036
- "light": "{colorAmber400}",
8037
- "dark": "{colorAmber400}"
7962
+ "colorTextVisualAccentAmber": {
7963
+ "light": "#ffbb45",
7964
+ "dark": "#ffbb45"
8038
7965
  },
8039
7966
  "colorPrimary50": "#f0fbff",
8040
7967
  "colorPrimary100": "#d1f1ff",
@@ -8072,12 +7999,14 @@ export var preset = {
8072
7999
  "colorError100": "#ffe0e0",
8073
8000
  "colorError400": "#ff7a7a",
8074
8001
  "colorError600": "#db0000",
8002
+ "colorError700": "#c20000",
8075
8003
  "colorError800": "#990000",
8076
8004
  "colorError900": "#700000",
8077
8005
  "colorError950": "#520000",
8078
8006
  "colorError1000": "#1f0000",
8079
8007
  "colorSuccess50": "#effff1",
8080
8008
  "colorSuccess100": "#d9ffd6",
8009
+ "colorSuccess200": "#aeffa8",
8081
8010
  "colorSuccess400": "#00e500",
8082
8011
  "colorSuccess500": "#2bb534",
8083
8012
  "colorSuccess600": "#00802f",
@@ -8086,6 +8015,7 @@ export var preset = {
8086
8015
  "colorSuccess1000": "#001401",
8087
8016
  "colorWarning50": "#fffef0",
8088
8017
  "colorWarning100": "#fffbbd",
8018
+ "colorWarning200": "#fef571",
8089
8019
  "colorWarning400": "#ffe347",
8090
8020
  "colorWarning500": "#fbd332",
8091
8021
  "colorWarning600": "#f2b100",
@@ -9665,149 +9595,117 @@ export var preset = {
9665
9595
  "light": "#f8f8f8",
9666
9596
  "dark": "#282c34"
9667
9597
  },
9668
- "colorBackgroundAccentRed": {
9669
- "light": "{colorError100}",
9598
+ "colorBackgroundVisualAccentRed": {
9599
+ "light": "#ffe0e0",
9670
9600
  "dark": "rgba(255, 61, 61, 0.2)"
9671
9601
  },
9672
- "colorBackgroundAccentYellow": {
9673
- "light": "{colorWarning100}",
9602
+ "colorBackgroundVisualAccentYellow": {
9603
+ "light": "#fffbbd",
9674
9604
  "dark": "rgba(251, 211, 50, 0.2)"
9675
9605
  },
9676
- "colorBackgroundAccentIndigo": {
9677
- "light": "{colorInfo100}",
9678
- "dark": "rgba(0, 153, 255, 0.2)"
9606
+ "colorBackgroundVisualAccentIndigo": {
9607
+ "light": "#dbe4ff",
9608
+ "dark": "rgba(92, 127, 255, 0.2)"
9679
9609
  },
9680
- "colorBackgroundAccentGreen": {
9681
- "light": "{colorSuccess100}",
9610
+ "colorBackgroundVisualAccentGreen": {
9611
+ "light": "#d9ffd6",
9682
9612
  "dark": "rgba(43, 181, 52, 0.2)"
9683
9613
  },
9684
- "colorBackgroundAccentOrange": {
9685
- "light": "{colorOrange100}",
9614
+ "colorBackgroundVisualAccentOrange": {
9615
+ "light": "rgba(255, 224, 214, 0.6)",
9686
9616
  "dark": "rgba(255, 75, 20, 0.2)"
9687
9617
  },
9688
- "colorBackgroundAccentPurple": {
9689
- "light": "{colorPurple100}",
9618
+ "colorBackgroundVisualAccentPurple": {
9619
+ "light": "rgba(242, 229, 255, 0.6)",
9690
9620
  "dark": "rgba(173, 92, 255, 0.2)"
9691
9621
  },
9692
- "colorBackgroundAccentMint": {
9693
- "light": "{colorMint100}",
9694
- "dark": "rgba(0, 189, 107, 0.2)"
9695
- },
9696
- "colorBackgroundAccentLime": {
9622
+ "colorBackgroundVisualAccentLime": {
9697
9623
  "light": "{colorLime100}",
9698
9624
  "dark": "rgba(49, 184, 0, 0.2)"
9699
9625
  },
9700
- "colorBackgroundAccentGrey": {
9626
+ "colorBackgroundVisualAccentGrey": {
9701
9627
  "light": "{colorNeutral250}",
9702
9628
  "dark": "{colorNeutral700}"
9703
9629
  },
9704
- "colorBackgroundAccentTeal": {
9705
- "light": "{colorTeal100}",
9630
+ "colorBackgroundVisualAccentTeal": {
9631
+ "light": "rgba(204, 255, 252, 0.7)",
9706
9632
  "dark": "rgba(0, 173, 162, 0.2)"
9707
9633
  },
9708
- "colorBackgroundAccentCyan": {
9709
- "light": "{colorCyan100}",
9710
- "dark": "rgba(0, 164, 189, 0.2)"
9711
- },
9712
- "colorBackgroundAccentBlue": {
9713
- "light": "{colorInfo100}",
9634
+ "colorBackgroundVisualAccentBlue": {
9635
+ "light": "rgba(209, 241, 255, 0.6)",
9714
9636
  "dark": "rgba(0, 153, 255, 0.2)"
9715
9637
  },
9716
- "colorBackgroundAccentViolet": {
9717
- "light": "{colorViolet100}",
9638
+ "colorBackgroundVisualAccentViolet": {
9639
+ "light": "rgba(232, 229, 255, 0.6)",
9718
9640
  "dark": "rgba(133, 117, 255, 0.2)"
9719
9641
  },
9720
- "colorBackgroundAccentFuchsia": {
9721
- "light": "{colorFuchsia100}",
9722
- "dark": "rgba(228, 51, 255, 0.2)"
9723
- },
9724
- "colorBackgroundAccentMagenta": {
9725
- "light": "{colorMagenta100}",
9642
+ "colorBackgroundVisualAccentMagenta": {
9643
+ "light": "rgba(255, 224, 251, 0.6)",
9726
9644
  "dark": "rgba(255, 26, 224, 0.2)"
9727
9645
  },
9728
- "colorBackgroundAccentPink": {
9729
- "light": "{colorPink100}",
9646
+ "colorBackgroundVisualAccentPink": {
9647
+ "light": "rgba(255, 224, 240, 0.7)",
9730
9648
  "dark": "rgba(255, 51, 153, 0.2)"
9731
9649
  },
9732
- "colorBackgroundAccentRose": {
9733
- "light": "{colorRose100}",
9734
- "dark": "rgba(255, 56, 106, 0.2)"
9735
- },
9736
- "colorBackgroundAccentAmber": {
9737
- "light": "{colorAmber100}",
9650
+ "colorBackgroundVisualAccentAmber": {
9651
+ "light": "rgba(255, 232, 189, 0.7)",
9738
9652
  "dark": "rgba(250, 111, 0, 0.2)"
9739
9653
  },
9740
- "colorTextAccentRed": {
9741
- "light": "{colorError800}",
9654
+ "colorTextVisualAccentRed": {
9655
+ "light": "{colorError700}",
9742
9656
  "dark": "{colorError400}"
9743
9657
  },
9744
- "colorTextAccentYellow": {
9658
+ "colorTextVisualAccentYellow": {
9745
9659
  "light": "{colorWarning900}",
9746
- "dark": "{colorWarning400}"
9660
+ "dark": "{colorWarning200}"
9747
9661
  },
9748
- "colorTextAccentIndigo": {
9662
+ "colorTextVisualAccentIndigo": {
9749
9663
  "light": "{colorInfo800}",
9750
- "dark": "{colorInfo400}"
9751
- },
9752
- "colorTextAccentGreen": {
9753
- "light": "{colorSuccess800}",
9754
- "dark": "{colorSuccess400}"
9664
+ "dark": "{colorInfo300}"
9755
9665
  },
9756
- "colorTextAccentOrange": {
9757
- "light": "{colorOrange800}",
9758
- "dark": "{colorOrange400}"
9666
+ "colorTextVisualAccentGreen": {
9667
+ "light": "{colorSuccess600}",
9668
+ "dark": "{colorSuccess200}"
9759
9669
  },
9760
- "colorTextAccentPurple": {
9761
- "light": "{colorPurple800}",
9762
- "dark": "{colorPurple400}"
9670
+ "colorTextVisualAccentOrange": {
9671
+ "light": "#a82700",
9672
+ "dark": "#ff997a"
9763
9673
  },
9764
- "colorTextAccentMint": {
9765
- "light": "{colorMint800}",
9766
- "dark": "{colorMint400}"
9674
+ "colorTextVisualAccentPurple": {
9675
+ "light": "#962eff",
9676
+ "dark": "#d4a8ff"
9767
9677
  },
9768
- "colorTextAccentLime": {
9769
- "light": "{colorLime800}",
9770
- "dark": "{colorLime400}"
9678
+ "colorTextVisualAccentLime": {
9679
+ "light": "#007000",
9680
+ "dark": "#acff2e"
9771
9681
  },
9772
- "colorTextAccentGrey": {
9773
- "light": "{colorNeutral800}",
9682
+ "colorTextVisualAccentGrey": {
9683
+ "light": "{colorNeutral850}",
9774
9684
  "dark": "{colorNeutral300}"
9775
9685
  },
9776
- "colorTextAccentTeal": {
9777
- "light": "{colorTeal800}",
9778
- "dark": "{colorTeal400}"
9779
- },
9780
- "colorTextAccentCyan": {
9781
- "light": "{colorCyan800}",
9782
- "dark": "{colorCyan400}"
9783
- },
9784
- "colorTextAccentBlue": {
9785
- "light": "{colorInfo800}",
9786
- "dark": "{colorInfo400}"
9787
- },
9788
- "colorTextAccentViolet": {
9789
- "light": "{colorViolet800}",
9790
- "dark": "{colorViolet400}"
9686
+ "colorTextVisualAccentTeal": {
9687
+ "light": "#008077",
9688
+ "dark": "#00f5e4"
9791
9689
  },
9792
- "colorTextAccentFuchsia": {
9793
- "light": "{colorFuchsia800}",
9794
- "dark": "{colorFuchsia400}"
9690
+ "colorTextVisualAccentBlue": {
9691
+ "light": "#006ce0",
9692
+ "dark": "#75cfff"
9795
9693
  },
9796
- "colorTextAccentMagenta": {
9797
- "light": "{colorMagenta800}",
9798
- "dark": "{colorMagenta400}"
9694
+ "colorTextVisualAccentViolet": {
9695
+ "light": "#6842ff",
9696
+ "dark": "#b2a8ff"
9799
9697
  },
9800
- "colorTextAccentPink": {
9801
- "light": "{colorPink800}",
9802
- "dark": "{colorPink400}"
9698
+ "colorTextVisualAccentMagenta": {
9699
+ "light": "#b2008f",
9700
+ "dark": "#ff57e9"
9803
9701
  },
9804
- "colorTextAccentRose": {
9805
- "light": "{colorRose800}",
9806
- "dark": "{colorRose400}"
9702
+ "colorTextVisualAccentPink": {
9703
+ "light": "#bb005d",
9704
+ "dark": "#ff99cc"
9807
9705
  },
9808
- "colorTextAccentAmber": {
9809
- "light": "{colorAmber800}",
9810
- "dark": "{colorAmber400}"
9706
+ "colorTextVisualAccentAmber": {
9707
+ "light": "#9e3700",
9708
+ "dark": "#ffbb45"
9811
9709
  }
9812
9710
  }
9813
9711
  },
@@ -11287,149 +11185,117 @@ export var preset = {
11287
11185
  "light": "#f8f8f8",
11288
11186
  "dark": "#282c34"
11289
11187
  },
11290
- "colorBackgroundAccentRed": {
11291
- "light": "{colorError100}",
11188
+ "colorBackgroundVisualAccentRed": {
11189
+ "light": "#ffe0e0",
11292
11190
  "dark": "rgba(255, 61, 61, 0.2)"
11293
11191
  },
11294
- "colorBackgroundAccentYellow": {
11295
- "light": "{colorWarning100}",
11192
+ "colorBackgroundVisualAccentYellow": {
11193
+ "light": "#fffbbd",
11296
11194
  "dark": "rgba(251, 211, 50, 0.2)"
11297
11195
  },
11298
- "colorBackgroundAccentIndigo": {
11299
- "light": "{colorInfo100}",
11300
- "dark": "rgba(0, 153, 255, 0.2)"
11196
+ "colorBackgroundVisualAccentIndigo": {
11197
+ "light": "#dbe4ff",
11198
+ "dark": "rgba(92, 127, 255, 0.2)"
11301
11199
  },
11302
- "colorBackgroundAccentGreen": {
11303
- "light": "{colorSuccess100}",
11200
+ "colorBackgroundVisualAccentGreen": {
11201
+ "light": "#d9ffd6",
11304
11202
  "dark": "rgba(43, 181, 52, 0.2)"
11305
11203
  },
11306
- "colorBackgroundAccentOrange": {
11307
- "light": "{colorOrange100}",
11204
+ "colorBackgroundVisualAccentOrange": {
11205
+ "light": "rgba(255, 224, 214, 0.6)",
11308
11206
  "dark": "rgba(255, 75, 20, 0.2)"
11309
11207
  },
11310
- "colorBackgroundAccentPurple": {
11311
- "light": "{colorPurple100}",
11208
+ "colorBackgroundVisualAccentPurple": {
11209
+ "light": "rgba(242, 229, 255, 0.6)",
11312
11210
  "dark": "rgba(173, 92, 255, 0.2)"
11313
11211
  },
11314
- "colorBackgroundAccentMint": {
11315
- "light": "{colorMint100}",
11316
- "dark": "rgba(0, 189, 107, 0.2)"
11317
- },
11318
- "colorBackgroundAccentLime": {
11212
+ "colorBackgroundVisualAccentLime": {
11319
11213
  "light": "{colorLime100}",
11320
11214
  "dark": "rgba(49, 184, 0, 0.2)"
11321
11215
  },
11322
- "colorBackgroundAccentGrey": {
11216
+ "colorBackgroundVisualAccentGrey": {
11323
11217
  "light": "{colorNeutral250}",
11324
11218
  "dark": "{colorNeutral700}"
11325
11219
  },
11326
- "colorBackgroundAccentTeal": {
11327
- "light": "{colorTeal100}",
11220
+ "colorBackgroundVisualAccentTeal": {
11221
+ "light": "rgba(204, 255, 252, 0.7)",
11328
11222
  "dark": "rgba(0, 173, 162, 0.2)"
11329
11223
  },
11330
- "colorBackgroundAccentCyan": {
11331
- "light": "{colorCyan100}",
11332
- "dark": "rgba(0, 164, 189, 0.2)"
11333
- },
11334
- "colorBackgroundAccentBlue": {
11335
- "light": "{colorInfo100}",
11224
+ "colorBackgroundVisualAccentBlue": {
11225
+ "light": "rgba(209, 241, 255, 0.6)",
11336
11226
  "dark": "rgba(0, 153, 255, 0.2)"
11337
11227
  },
11338
- "colorBackgroundAccentViolet": {
11339
- "light": "{colorViolet100}",
11228
+ "colorBackgroundVisualAccentViolet": {
11229
+ "light": "rgba(232, 229, 255, 0.6)",
11340
11230
  "dark": "rgba(133, 117, 255, 0.2)"
11341
11231
  },
11342
- "colorBackgroundAccentFuchsia": {
11343
- "light": "{colorFuchsia100}",
11344
- "dark": "rgba(228, 51, 255, 0.2)"
11345
- },
11346
- "colorBackgroundAccentMagenta": {
11347
- "light": "{colorMagenta100}",
11232
+ "colorBackgroundVisualAccentMagenta": {
11233
+ "light": "rgba(255, 224, 251, 0.6)",
11348
11234
  "dark": "rgba(255, 26, 224, 0.2)"
11349
11235
  },
11350
- "colorBackgroundAccentPink": {
11351
- "light": "{colorPink100}",
11236
+ "colorBackgroundVisualAccentPink": {
11237
+ "light": "rgba(255, 224, 240, 0.7)",
11352
11238
  "dark": "rgba(255, 51, 153, 0.2)"
11353
11239
  },
11354
- "colorBackgroundAccentRose": {
11355
- "light": "{colorRose100}",
11356
- "dark": "rgba(255, 56, 106, 0.2)"
11357
- },
11358
- "colorBackgroundAccentAmber": {
11359
- "light": "{colorAmber100}",
11240
+ "colorBackgroundVisualAccentAmber": {
11241
+ "light": "rgba(255, 232, 189, 0.7)",
11360
11242
  "dark": "rgba(250, 111, 0, 0.2)"
11361
11243
  },
11362
- "colorTextAccentRed": {
11363
- "light": "{colorError800}",
11244
+ "colorTextVisualAccentRed": {
11245
+ "light": "{colorError700}",
11364
11246
  "dark": "{colorError400}"
11365
11247
  },
11366
- "colorTextAccentYellow": {
11248
+ "colorTextVisualAccentYellow": {
11367
11249
  "light": "{colorWarning900}",
11368
- "dark": "{colorWarning400}"
11250
+ "dark": "{colorWarning200}"
11369
11251
  },
11370
- "colorTextAccentIndigo": {
11252
+ "colorTextVisualAccentIndigo": {
11371
11253
  "light": "{colorInfo800}",
11372
- "dark": "{colorInfo400}"
11373
- },
11374
- "colorTextAccentGreen": {
11375
- "light": "{colorSuccess800}",
11376
- "dark": "{colorSuccess400}"
11254
+ "dark": "{colorInfo300}"
11377
11255
  },
11378
- "colorTextAccentOrange": {
11379
- "light": "{colorOrange800}",
11380
- "dark": "{colorOrange400}"
11256
+ "colorTextVisualAccentGreen": {
11257
+ "light": "{colorSuccess600}",
11258
+ "dark": "{colorSuccess200}"
11381
11259
  },
11382
- "colorTextAccentPurple": {
11383
- "light": "{colorPurple800}",
11384
- "dark": "{colorPurple400}"
11260
+ "colorTextVisualAccentOrange": {
11261
+ "light": "#a82700",
11262
+ "dark": "#ff997a"
11385
11263
  },
11386
- "colorTextAccentMint": {
11387
- "light": "{colorMint800}",
11388
- "dark": "{colorMint400}"
11264
+ "colorTextVisualAccentPurple": {
11265
+ "light": "#962eff",
11266
+ "dark": "#d4a8ff"
11389
11267
  },
11390
- "colorTextAccentLime": {
11391
- "light": "{colorLime800}",
11392
- "dark": "{colorLime400}"
11268
+ "colorTextVisualAccentLime": {
11269
+ "light": "#007000",
11270
+ "dark": "#acff2e"
11393
11271
  },
11394
- "colorTextAccentGrey": {
11395
- "light": "{colorNeutral800}",
11272
+ "colorTextVisualAccentGrey": {
11273
+ "light": "{colorNeutral850}",
11396
11274
  "dark": "{colorNeutral300}"
11397
11275
  },
11398
- "colorTextAccentTeal": {
11399
- "light": "{colorTeal800}",
11400
- "dark": "{colorTeal400}"
11401
- },
11402
- "colorTextAccentCyan": {
11403
- "light": "{colorCyan800}",
11404
- "dark": "{colorCyan400}"
11405
- },
11406
- "colorTextAccentBlue": {
11407
- "light": "{colorInfo800}",
11408
- "dark": "{colorInfo400}"
11409
- },
11410
- "colorTextAccentViolet": {
11411
- "light": "{colorViolet800}",
11412
- "dark": "{colorViolet400}"
11276
+ "colorTextVisualAccentTeal": {
11277
+ "light": "#008077",
11278
+ "dark": "#00f5e4"
11413
11279
  },
11414
- "colorTextAccentFuchsia": {
11415
- "light": "{colorFuchsia800}",
11416
- "dark": "{colorFuchsia400}"
11280
+ "colorTextVisualAccentBlue": {
11281
+ "light": "#006ce0",
11282
+ "dark": "#75cfff"
11417
11283
  },
11418
- "colorTextAccentMagenta": {
11419
- "light": "{colorMagenta800}",
11420
- "dark": "{colorMagenta400}"
11284
+ "colorTextVisualAccentViolet": {
11285
+ "light": "#6842ff",
11286
+ "dark": "#b2a8ff"
11421
11287
  },
11422
- "colorTextAccentPink": {
11423
- "light": "{colorPink800}",
11424
- "dark": "{colorPink400}"
11288
+ "colorTextVisualAccentMagenta": {
11289
+ "light": "#b2008f",
11290
+ "dark": "#ff57e9"
11425
11291
  },
11426
- "colorTextAccentRose": {
11427
- "light": "{colorRose800}",
11428
- "dark": "{colorRose400}"
11292
+ "colorTextVisualAccentPink": {
11293
+ "light": "#bb005d",
11294
+ "dark": "#ff99cc"
11429
11295
  },
11430
- "colorTextAccentAmber": {
11431
- "light": "{colorAmber800}",
11432
- "dark": "{colorAmber400}"
11296
+ "colorTextVisualAccentAmber": {
11297
+ "light": "#9e3700",
11298
+ "dark": "#ffbb45"
11433
11299
  }
11434
11300
  }
11435
11301
  },
@@ -12909,149 +12775,117 @@ export var preset = {
12909
12775
  "light": "#f8f8f8",
12910
12776
  "dark": "#282c34"
12911
12777
  },
12912
- "colorBackgroundAccentRed": {
12913
- "light": "{colorError100}",
12778
+ "colorBackgroundVisualAccentRed": {
12779
+ "light": "#ffe0e0",
12914
12780
  "dark": "rgba(255, 61, 61, 0.2)"
12915
12781
  },
12916
- "colorBackgroundAccentYellow": {
12917
- "light": "{colorWarning100}",
12782
+ "colorBackgroundVisualAccentYellow": {
12783
+ "light": "#fffbbd",
12918
12784
  "dark": "rgba(251, 211, 50, 0.2)"
12919
12785
  },
12920
- "colorBackgroundAccentIndigo": {
12921
- "light": "{colorInfo100}",
12922
- "dark": "rgba(0, 153, 255, 0.2)"
12786
+ "colorBackgroundVisualAccentIndigo": {
12787
+ "light": "#dbe4ff",
12788
+ "dark": "rgba(92, 127, 255, 0.2)"
12923
12789
  },
12924
- "colorBackgroundAccentGreen": {
12925
- "light": "{colorSuccess100}",
12790
+ "colorBackgroundVisualAccentGreen": {
12791
+ "light": "#d9ffd6",
12926
12792
  "dark": "rgba(43, 181, 52, 0.2)"
12927
12793
  },
12928
- "colorBackgroundAccentOrange": {
12929
- "light": "{colorOrange100}",
12794
+ "colorBackgroundVisualAccentOrange": {
12795
+ "light": "rgba(255, 224, 214, 0.6)",
12930
12796
  "dark": "rgba(255, 75, 20, 0.2)"
12931
12797
  },
12932
- "colorBackgroundAccentPurple": {
12933
- "light": "{colorPurple100}",
12798
+ "colorBackgroundVisualAccentPurple": {
12799
+ "light": "rgba(242, 229, 255, 0.6)",
12934
12800
  "dark": "rgba(173, 92, 255, 0.2)"
12935
12801
  },
12936
- "colorBackgroundAccentMint": {
12937
- "light": "{colorMint100}",
12938
- "dark": "rgba(0, 189, 107, 0.2)"
12939
- },
12940
- "colorBackgroundAccentLime": {
12802
+ "colorBackgroundVisualAccentLime": {
12941
12803
  "light": "{colorLime100}",
12942
12804
  "dark": "rgba(49, 184, 0, 0.2)"
12943
12805
  },
12944
- "colorBackgroundAccentGrey": {
12806
+ "colorBackgroundVisualAccentGrey": {
12945
12807
  "light": "{colorNeutral250}",
12946
12808
  "dark": "{colorNeutral700}"
12947
12809
  },
12948
- "colorBackgroundAccentTeal": {
12949
- "light": "{colorTeal100}",
12810
+ "colorBackgroundVisualAccentTeal": {
12811
+ "light": "rgba(204, 255, 252, 0.7)",
12950
12812
  "dark": "rgba(0, 173, 162, 0.2)"
12951
12813
  },
12952
- "colorBackgroundAccentCyan": {
12953
- "light": "{colorCyan100}",
12954
- "dark": "rgba(0, 164, 189, 0.2)"
12955
- },
12956
- "colorBackgroundAccentBlue": {
12957
- "light": "{colorInfo100}",
12814
+ "colorBackgroundVisualAccentBlue": {
12815
+ "light": "rgba(209, 241, 255, 0.6)",
12958
12816
  "dark": "rgba(0, 153, 255, 0.2)"
12959
12817
  },
12960
- "colorBackgroundAccentViolet": {
12961
- "light": "{colorViolet100}",
12818
+ "colorBackgroundVisualAccentViolet": {
12819
+ "light": "rgba(232, 229, 255, 0.6)",
12962
12820
  "dark": "rgba(133, 117, 255, 0.2)"
12963
12821
  },
12964
- "colorBackgroundAccentFuchsia": {
12965
- "light": "{colorFuchsia100}",
12966
- "dark": "rgba(228, 51, 255, 0.2)"
12967
- },
12968
- "colorBackgroundAccentMagenta": {
12969
- "light": "{colorMagenta100}",
12822
+ "colorBackgroundVisualAccentMagenta": {
12823
+ "light": "rgba(255, 224, 251, 0.6)",
12970
12824
  "dark": "rgba(255, 26, 224, 0.2)"
12971
12825
  },
12972
- "colorBackgroundAccentPink": {
12973
- "light": "{colorPink100}",
12826
+ "colorBackgroundVisualAccentPink": {
12827
+ "light": "rgba(255, 224, 240, 0.7)",
12974
12828
  "dark": "rgba(255, 51, 153, 0.2)"
12975
12829
  },
12976
- "colorBackgroundAccentRose": {
12977
- "light": "{colorRose100}",
12978
- "dark": "rgba(255, 56, 106, 0.2)"
12979
- },
12980
- "colorBackgroundAccentAmber": {
12981
- "light": "{colorAmber100}",
12830
+ "colorBackgroundVisualAccentAmber": {
12831
+ "light": "rgba(255, 232, 189, 0.7)",
12982
12832
  "dark": "rgba(250, 111, 0, 0.2)"
12983
12833
  },
12984
- "colorTextAccentRed": {
12985
- "light": "{colorError800}",
12834
+ "colorTextVisualAccentRed": {
12835
+ "light": "{colorError700}",
12986
12836
  "dark": "{colorError400}"
12987
12837
  },
12988
- "colorTextAccentYellow": {
12838
+ "colorTextVisualAccentYellow": {
12989
12839
  "light": "{colorWarning900}",
12990
- "dark": "{colorWarning400}"
12840
+ "dark": "{colorWarning200}"
12991
12841
  },
12992
- "colorTextAccentIndigo": {
12842
+ "colorTextVisualAccentIndigo": {
12993
12843
  "light": "{colorInfo800}",
12994
- "dark": "{colorInfo400}"
12995
- },
12996
- "colorTextAccentGreen": {
12997
- "light": "{colorSuccess800}",
12998
- "dark": "{colorSuccess400}"
12844
+ "dark": "{colorInfo300}"
12999
12845
  },
13000
- "colorTextAccentOrange": {
13001
- "light": "{colorOrange800}",
13002
- "dark": "{colorOrange400}"
12846
+ "colorTextVisualAccentGreen": {
12847
+ "light": "{colorSuccess600}",
12848
+ "dark": "{colorSuccess200}"
13003
12849
  },
13004
- "colorTextAccentPurple": {
13005
- "light": "{colorPurple800}",
13006
- "dark": "{colorPurple400}"
12850
+ "colorTextVisualAccentOrange": {
12851
+ "light": "#a82700",
12852
+ "dark": "#ff997a"
13007
12853
  },
13008
- "colorTextAccentMint": {
13009
- "light": "{colorMint800}",
13010
- "dark": "{colorMint400}"
12854
+ "colorTextVisualAccentPurple": {
12855
+ "light": "#962eff",
12856
+ "dark": "#d4a8ff"
13011
12857
  },
13012
- "colorTextAccentLime": {
13013
- "light": "{colorLime800}",
13014
- "dark": "{colorLime400}"
12858
+ "colorTextVisualAccentLime": {
12859
+ "light": "#007000",
12860
+ "dark": "#acff2e"
13015
12861
  },
13016
- "colorTextAccentGrey": {
13017
- "light": "{colorNeutral800}",
12862
+ "colorTextVisualAccentGrey": {
12863
+ "light": "{colorNeutral850}",
13018
12864
  "dark": "{colorNeutral300}"
13019
12865
  },
13020
- "colorTextAccentTeal": {
13021
- "light": "{colorTeal800}",
13022
- "dark": "{colorTeal400}"
13023
- },
13024
- "colorTextAccentCyan": {
13025
- "light": "{colorCyan800}",
13026
- "dark": "{colorCyan400}"
13027
- },
13028
- "colorTextAccentBlue": {
13029
- "light": "{colorInfo800}",
13030
- "dark": "{colorInfo400}"
13031
- },
13032
- "colorTextAccentViolet": {
13033
- "light": "{colorViolet800}",
13034
- "dark": "{colorViolet400}"
12866
+ "colorTextVisualAccentTeal": {
12867
+ "light": "#008077",
12868
+ "dark": "#00f5e4"
13035
12869
  },
13036
- "colorTextAccentFuchsia": {
13037
- "light": "{colorFuchsia800}",
13038
- "dark": "{colorFuchsia400}"
12870
+ "colorTextVisualAccentBlue": {
12871
+ "light": "#006ce0",
12872
+ "dark": "#75cfff"
13039
12873
  },
13040
- "colorTextAccentMagenta": {
13041
- "light": "{colorMagenta800}",
13042
- "dark": "{colorMagenta400}"
12874
+ "colorTextVisualAccentViolet": {
12875
+ "light": "#6842ff",
12876
+ "dark": "#b2a8ff"
13043
12877
  },
13044
- "colorTextAccentPink": {
13045
- "light": "{colorPink800}",
13046
- "dark": "{colorPink400}"
12878
+ "colorTextVisualAccentMagenta": {
12879
+ "light": "#b2008f",
12880
+ "dark": "#ff57e9"
13047
12881
  },
13048
- "colorTextAccentRose": {
13049
- "light": "{colorRose800}",
13050
- "dark": "{colorRose400}"
12882
+ "colorTextVisualAccentPink": {
12883
+ "light": "#bb005d",
12884
+ "dark": "#ff99cc"
13051
12885
  },
13052
- "colorTextAccentAmber": {
13053
- "light": "{colorAmber800}",
13054
- "dark": "{colorAmber400}"
12886
+ "colorTextVisualAccentAmber": {
12887
+ "light": "#9e3700",
12888
+ "dark": "#ffbb45"
13055
12889
  },
13056
12890
  "fontSizeExpandableHeading": "14px",
13057
12891
  "borderDividerSectionWidth": "1px"
@@ -14533,149 +14367,117 @@ export var preset = {
14533
14367
  "light": "#282c34",
14534
14368
  "dark": "#282c34"
14535
14369
  },
14536
- "colorBackgroundAccentRed": {
14370
+ "colorBackgroundVisualAccentRed": {
14537
14371
  "light": "rgba(255, 61, 61, 0.2)",
14538
14372
  "dark": "rgba(255, 61, 61, 0.2)"
14539
14373
  },
14540
- "colorBackgroundAccentYellow": {
14374
+ "colorBackgroundVisualAccentYellow": {
14541
14375
  "light": "rgba(251, 211, 50, 0.2)",
14542
14376
  "dark": "rgba(251, 211, 50, 0.2)"
14543
14377
  },
14544
- "colorBackgroundAccentIndigo": {
14545
- "light": "rgba(0, 153, 255, 0.2)",
14546
- "dark": "rgba(0, 153, 255, 0.2)"
14378
+ "colorBackgroundVisualAccentIndigo": {
14379
+ "light": "rgba(92, 127, 255, 0.2)",
14380
+ "dark": "rgba(92, 127, 255, 0.2)"
14547
14381
  },
14548
- "colorBackgroundAccentGreen": {
14382
+ "colorBackgroundVisualAccentGreen": {
14549
14383
  "light": "rgba(43, 181, 52, 0.2)",
14550
14384
  "dark": "rgba(43, 181, 52, 0.2)"
14551
14385
  },
14552
- "colorBackgroundAccentOrange": {
14386
+ "colorBackgroundVisualAccentOrange": {
14553
14387
  "light": "rgba(255, 75, 20, 0.2)",
14554
14388
  "dark": "rgba(255, 75, 20, 0.2)"
14555
14389
  },
14556
- "colorBackgroundAccentPurple": {
14390
+ "colorBackgroundVisualAccentPurple": {
14557
14391
  "light": "rgba(173, 92, 255, 0.2)",
14558
14392
  "dark": "rgba(173, 92, 255, 0.2)"
14559
14393
  },
14560
- "colorBackgroundAccentMint": {
14561
- "light": "rgba(0, 189, 107, 0.2)",
14562
- "dark": "rgba(0, 189, 107, 0.2)"
14563
- },
14564
- "colorBackgroundAccentLime": {
14394
+ "colorBackgroundVisualAccentLime": {
14565
14395
  "light": "rgba(49, 184, 0, 0.2)",
14566
14396
  "dark": "rgba(49, 184, 0, 0.2)"
14567
14397
  },
14568
- "colorBackgroundAccentGrey": {
14398
+ "colorBackgroundVisualAccentGrey": {
14569
14399
  "light": "{colorNeutral700}",
14570
14400
  "dark": "{colorNeutral700}"
14571
14401
  },
14572
- "colorBackgroundAccentTeal": {
14402
+ "colorBackgroundVisualAccentTeal": {
14573
14403
  "light": "rgba(0, 173, 162, 0.2)",
14574
14404
  "dark": "rgba(0, 173, 162, 0.2)"
14575
14405
  },
14576
- "colorBackgroundAccentCyan": {
14577
- "light": "rgba(0, 164, 189, 0.2)",
14578
- "dark": "rgba(0, 164, 189, 0.2)"
14579
- },
14580
- "colorBackgroundAccentBlue": {
14406
+ "colorBackgroundVisualAccentBlue": {
14581
14407
  "light": "rgba(0, 153, 255, 0.2)",
14582
14408
  "dark": "rgba(0, 153, 255, 0.2)"
14583
14409
  },
14584
- "colorBackgroundAccentViolet": {
14410
+ "colorBackgroundVisualAccentViolet": {
14585
14411
  "light": "rgba(133, 117, 255, 0.2)",
14586
14412
  "dark": "rgba(133, 117, 255, 0.2)"
14587
14413
  },
14588
- "colorBackgroundAccentFuchsia": {
14589
- "light": "rgba(228, 51, 255, 0.2)",
14590
- "dark": "rgba(228, 51, 255, 0.2)"
14591
- },
14592
- "colorBackgroundAccentMagenta": {
14414
+ "colorBackgroundVisualAccentMagenta": {
14593
14415
  "light": "rgba(255, 26, 224, 0.2)",
14594
14416
  "dark": "rgba(255, 26, 224, 0.2)"
14595
14417
  },
14596
- "colorBackgroundAccentPink": {
14418
+ "colorBackgroundVisualAccentPink": {
14597
14419
  "light": "rgba(255, 51, 153, 0.2)",
14598
14420
  "dark": "rgba(255, 51, 153, 0.2)"
14599
14421
  },
14600
- "colorBackgroundAccentRose": {
14601
- "light": "rgba(255, 56, 106, 0.2)",
14602
- "dark": "rgba(255, 56, 106, 0.2)"
14603
- },
14604
- "colorBackgroundAccentAmber": {
14422
+ "colorBackgroundVisualAccentAmber": {
14605
14423
  "light": "rgba(250, 111, 0, 0.2)",
14606
14424
  "dark": "rgba(250, 111, 0, 0.2)"
14607
14425
  },
14608
- "colorTextAccentRed": {
14426
+ "colorTextVisualAccentRed": {
14609
14427
  "light": "{colorError400}",
14610
14428
  "dark": "{colorError400}"
14611
14429
  },
14612
- "colorTextAccentYellow": {
14613
- "light": "{colorWarning400}",
14614
- "dark": "{colorWarning400}"
14615
- },
14616
- "colorTextAccentIndigo": {
14617
- "light": "{colorInfo400}",
14618
- "dark": "{colorInfo400}"
14430
+ "colorTextVisualAccentYellow": {
14431
+ "light": "{colorWarning200}",
14432
+ "dark": "{colorWarning200}"
14619
14433
  },
14620
- "colorTextAccentGreen": {
14621
- "light": "{colorSuccess400}",
14622
- "dark": "{colorSuccess400}"
14434
+ "colorTextVisualAccentIndigo": {
14435
+ "light": "{colorInfo300}",
14436
+ "dark": "{colorInfo300}"
14623
14437
  },
14624
- "colorTextAccentOrange": {
14625
- "light": "{colorOrange400}",
14626
- "dark": "{colorOrange400}"
14438
+ "colorTextVisualAccentGreen": {
14439
+ "light": "{colorSuccess200}",
14440
+ "dark": "{colorSuccess200}"
14627
14441
  },
14628
- "colorTextAccentPurple": {
14629
- "light": "{colorPurple400}",
14630
- "dark": "{colorPurple400}"
14442
+ "colorTextVisualAccentOrange": {
14443
+ "light": "#ff997a",
14444
+ "dark": "#ff997a"
14631
14445
  },
14632
- "colorTextAccentMint": {
14633
- "light": "{colorMint400}",
14634
- "dark": "{colorMint400}"
14446
+ "colorTextVisualAccentPurple": {
14447
+ "light": "#d4a8ff",
14448
+ "dark": "#d4a8ff"
14635
14449
  },
14636
- "colorTextAccentLime": {
14637
- "light": "{colorLime400}",
14638
- "dark": "{colorLime400}"
14450
+ "colorTextVisualAccentLime": {
14451
+ "light": "#acff2e",
14452
+ "dark": "#acff2e"
14639
14453
  },
14640
- "colorTextAccentGrey": {
14454
+ "colorTextVisualAccentGrey": {
14641
14455
  "light": "{colorNeutral300}",
14642
14456
  "dark": "{colorNeutral300}"
14643
14457
  },
14644
- "colorTextAccentTeal": {
14645
- "light": "{colorTeal400}",
14646
- "dark": "{colorTeal400}"
14647
- },
14648
- "colorTextAccentCyan": {
14649
- "light": "{colorCyan400}",
14650
- "dark": "{colorCyan400}"
14458
+ "colorTextVisualAccentTeal": {
14459
+ "light": "#00f5e4",
14460
+ "dark": "#00f5e4"
14651
14461
  },
14652
- "colorTextAccentBlue": {
14653
- "light": "{colorInfo400}",
14654
- "dark": "{colorInfo400}"
14655
- },
14656
- "colorTextAccentViolet": {
14657
- "light": "{colorViolet400}",
14658
- "dark": "{colorViolet400}"
14659
- },
14660
- "colorTextAccentFuchsia": {
14661
- "light": "{colorFuchsia400}",
14662
- "dark": "{colorFuchsia400}"
14462
+ "colorTextVisualAccentBlue": {
14463
+ "light": "#75cfff",
14464
+ "dark": "#75cfff"
14663
14465
  },
14664
- "colorTextAccentMagenta": {
14665
- "light": "{colorMagenta400}",
14666
- "dark": "{colorMagenta400}"
14466
+ "colorTextVisualAccentViolet": {
14467
+ "light": "#b2a8ff",
14468
+ "dark": "#b2a8ff"
14667
14469
  },
14668
- "colorTextAccentPink": {
14669
- "light": "{colorPink400}",
14670
- "dark": "{colorPink400}"
14470
+ "colorTextVisualAccentMagenta": {
14471
+ "light": "#ff57e9",
14472
+ "dark": "#ff57e9"
14671
14473
  },
14672
- "colorTextAccentRose": {
14673
- "light": "{colorRose400}",
14674
- "dark": "{colorRose400}"
14474
+ "colorTextVisualAccentPink": {
14475
+ "light": "#ff99cc",
14476
+ "dark": "#ff99cc"
14675
14477
  },
14676
- "colorTextAccentAmber": {
14677
- "light": "{colorAmber400}",
14678
- "dark": "{colorAmber400}"
14478
+ "colorTextVisualAccentAmber": {
14479
+ "light": "#ffbb45",
14480
+ "dark": "#ffbb45"
14679
14481
  }
14680
14482
  }
14681
14483
  },
@@ -14727,12 +14529,14 @@ export var preset = {
14727
14529
  "colorError100": "color",
14728
14530
  "colorError400": "color",
14729
14531
  "colorError600": "color",
14532
+ "colorError700": "color",
14730
14533
  "colorError800": "color",
14731
14534
  "colorError900": "color",
14732
14535
  "colorError950": "color",
14733
14536
  "colorError1000": "color",
14734
14537
  "colorSuccess50": "color",
14735
14538
  "colorSuccess100": "color",
14539
+ "colorSuccess200": "color",
14736
14540
  "colorSuccess400": "color",
14737
14541
  "colorSuccess500": "color",
14738
14542
  "colorSuccess600": "color",
@@ -14741,6 +14545,7 @@ export var preset = {
14741
14545
  "colorSuccess1000": "color",
14742
14546
  "colorWarning50": "color",
14743
14547
  "colorWarning100": "color",
14548
+ "colorWarning200": "color",
14744
14549
  "colorWarning400": "color",
14745
14550
  "colorWarning500": "color",
14746
14551
  "colorWarning600": "color",
@@ -15436,42 +15241,34 @@ export var preset = {
15436
15241
  "colorTextBadgeBlue": "color",
15437
15242
  "colorTextBadgeRed": "color",
15438
15243
  "colorBackgroundCodeView": "color",
15439
- "colorBackgroundAccentRed": "color",
15440
- "colorBackgroundAccentYellow": "color",
15441
- "colorBackgroundAccentIndigo": "color",
15442
- "colorBackgroundAccentGreen": "color",
15443
- "colorBackgroundAccentOrange": "color",
15444
- "colorBackgroundAccentPurple": "color",
15445
- "colorBackgroundAccentMint": "color",
15446
- "colorBackgroundAccentLime": "color",
15447
- "colorBackgroundAccentGrey": "color",
15448
- "colorBackgroundAccentTeal": "color",
15449
- "colorBackgroundAccentCyan": "color",
15450
- "colorBackgroundAccentBlue": "color",
15451
- "colorBackgroundAccentViolet": "color",
15452
- "colorBackgroundAccentFuchsia": "color",
15453
- "colorBackgroundAccentMagenta": "color",
15454
- "colorBackgroundAccentPink": "color",
15455
- "colorBackgroundAccentRose": "color",
15456
- "colorBackgroundAccentAmber": "color",
15457
- "colorTextAccentRed": "color",
15458
- "colorTextAccentYellow": "color",
15459
- "colorTextAccentIndigo": "color",
15460
- "colorTextAccentGreen": "color",
15461
- "colorTextAccentOrange": "color",
15462
- "colorTextAccentPurple": "color",
15463
- "colorTextAccentMint": "color",
15464
- "colorTextAccentLime": "color",
15465
- "colorTextAccentGrey": "color",
15466
- "colorTextAccentTeal": "color",
15467
- "colorTextAccentCyan": "color",
15468
- "colorTextAccentBlue": "color",
15469
- "colorTextAccentViolet": "color",
15470
- "colorTextAccentFuchsia": "color",
15471
- "colorTextAccentMagenta": "color",
15472
- "colorTextAccentPink": "color",
15473
- "colorTextAccentRose": "color",
15474
- "colorTextAccentAmber": "color",
15244
+ "colorBackgroundVisualAccentRed": "color",
15245
+ "colorBackgroundVisualAccentYellow": "color",
15246
+ "colorBackgroundVisualAccentIndigo": "color",
15247
+ "colorBackgroundVisualAccentGreen": "color",
15248
+ "colorBackgroundVisualAccentOrange": "color",
15249
+ "colorBackgroundVisualAccentPurple": "color",
15250
+ "colorBackgroundVisualAccentLime": "color",
15251
+ "colorBackgroundVisualAccentGrey": "color",
15252
+ "colorBackgroundVisualAccentTeal": "color",
15253
+ "colorBackgroundVisualAccentBlue": "color",
15254
+ "colorBackgroundVisualAccentViolet": "color",
15255
+ "colorBackgroundVisualAccentMagenta": "color",
15256
+ "colorBackgroundVisualAccentPink": "color",
15257
+ "colorBackgroundVisualAccentAmber": "color",
15258
+ "colorTextVisualAccentRed": "color",
15259
+ "colorTextVisualAccentYellow": "color",
15260
+ "colorTextVisualAccentIndigo": "color",
15261
+ "colorTextVisualAccentGreen": "color",
15262
+ "colorTextVisualAccentOrange": "color",
15263
+ "colorTextVisualAccentPurple": "color",
15264
+ "colorTextVisualAccentLime": "color",
15265
+ "colorTextVisualAccentGrey": "color",
15266
+ "colorTextVisualAccentTeal": "color",
15267
+ "colorTextVisualAccentBlue": "color",
15268
+ "colorTextVisualAccentViolet": "color",
15269
+ "colorTextVisualAccentMagenta": "color",
15270
+ "colorTextVisualAccentPink": "color",
15271
+ "colorTextVisualAccentAmber": "color",
15475
15272
  "motionDurationExtraFast": "motion",
15476
15273
  "motionDurationExtraSlow": "motion",
15477
15274
  "motionDurationFast": "motion",
@@ -15509,6 +15306,8 @@ export var preset = {
15509
15306
  "motionDurationResponsive": "motion",
15510
15307
  "motionDurationExpressive": "motion",
15511
15308
  "motionDurationComplex": "motion",
15309
+ "motionDurationTooltipEnter": "motion",
15310
+ "motionEasingTooltipEnter": "motion",
15512
15311
  "motionKeyframesFadeIn": "motion",
15513
15312
  "motionKeyframesFadeOut": "motion",
15514
15313
  "motionKeyframesStatusIconError": "motion",
@@ -15593,8 +15392,8 @@ export var preset = {
15593
15392
  "spaceTableHeaderToolsFullPageBottom": "density",
15594
15393
  "spaceTableHorizontal": "density",
15595
15394
  "spaceTreeViewIndentation": "density",
15596
- "spaceSideNavigationItemGap": "density",
15597
- "spaceSideNavigationItemCollapsedGap": "density",
15395
+ "spaceSideNavigationItemDefaultGap": "density",
15396
+ "spaceSideNavigationItemIconGap": "density",
15598
15397
  "spaceTileGutter": "density",
15599
15398
  "spaceActionCardHorizontalDefault": "density",
15600
15399
  "spaceActionCardHorizontalEmbedded": "density",
@@ -15814,6 +15613,10 @@ export var preset = {
15814
15613
  "light": "#db0000",
15815
15614
  "dark": "#db0000"
15816
15615
  },
15616
+ "700": {
15617
+ "light": "#c20000",
15618
+ "dark": "#c20000"
15619
+ },
15817
15620
  "800": {
15818
15621
  "light": "#990000",
15819
15622
  "dark": "#990000"
@@ -15840,6 +15643,10 @@ export var preset = {
15840
15643
  "light": "#d9ffd6",
15841
15644
  "dark": "#d9ffd6"
15842
15645
  },
15646
+ "200": {
15647
+ "light": "#aeffa8",
15648
+ "dark": "#aeffa8"
15649
+ },
15843
15650
  "400": {
15844
15651
  "light": "#00e500",
15845
15652
  "dark": "#00e500"
@@ -15874,6 +15681,10 @@ export var preset = {
15874
15681
  "light": "#fffbbd",
15875
15682
  "dark": "#fffbbd"
15876
15683
  },
15684
+ "200": {
15685
+ "light": "#fef571",
15686
+ "dark": "#fef571"
15687
+ },
15877
15688
  "400": {
15878
15689
  "light": "#ffe347",
15879
15690
  "dark": "#ffe347"
@@ -16378,6 +16189,8 @@ export var preset = {
16378
16189
  "borderWidthBadge",
16379
16190
  "borderWidthPopover",
16380
16191
  "borderWidthToken",
16192
+ "motionDurationTooltipEnter",
16193
+ "motionEasingTooltipEnter",
16381
16194
  "sizeVerticalInput",
16382
16195
  "sizeSideNavigationItemHeight",
16383
16196
  "spaceAlertVertical",
@@ -16390,7 +16203,8 @@ export var preset = {
16390
16203
  "spaceCardVerticalDefault",
16391
16204
  "spaceCardVerticalEmbedded",
16392
16205
  "spaceTabsVertical",
16393
- "spaceSideNavigationItemGap",
16206
+ "spaceSideNavigationItemDefaultGap",
16207
+ "spaceSideNavigationItemIconGap",
16394
16208
  "spaceActionCardHorizontalDefault",
16395
16209
  "spaceActionCardHorizontalEmbedded",
16396
16210
  "spaceActionCardVerticalDefault",
@@ -16911,6 +16725,8 @@ export var preset = {
16911
16725
  "motionDurationResponsive",
16912
16726
  "motionDurationExpressive",
16913
16727
  "motionDurationComplex",
16728
+ "motionDurationTooltipEnter",
16729
+ "motionEasingTooltipEnter",
16914
16730
  "motionKeyframesFadeIn",
16915
16731
  "motionKeyframesFadeOut",
16916
16732
  "motionKeyframesStatusIconError",
@@ -16930,7 +16746,8 @@ export var preset = {
16930
16746
  "spaceFieldHorizontal",
16931
16747
  "spaceTabsVertical",
16932
16748
  "spaceTreeViewIndentation",
16933
- "spaceSideNavigationItemGap",
16749
+ "spaceSideNavigationItemDefaultGap",
16750
+ "spaceSideNavigationItemIconGap",
16934
16751
  "spaceActionCardHorizontalDefault",
16935
16752
  "spaceActionCardHorizontalEmbedded",
16936
16753
  "spaceActionCardVerticalDefault",
@@ -16995,12 +16812,14 @@ export var preset = {
16995
16812
  "colorError100": "color-error-100",
16996
16813
  "colorError400": "color-error-400",
16997
16814
  "colorError600": "color-error-600",
16815
+ "colorError700": "color-error-700",
16998
16816
  "colorError800": "color-error-800",
16999
16817
  "colorError900": "color-error-900",
17000
16818
  "colorError950": "color-error-950",
17001
16819
  "colorError1000": "color-error-1000",
17002
16820
  "colorSuccess50": "color-success-50",
17003
16821
  "colorSuccess100": "color-success-100",
16822
+ "colorSuccess200": "color-success-200",
17004
16823
  "colorSuccess400": "color-success-400",
17005
16824
  "colorSuccess500": "color-success-500",
17006
16825
  "colorSuccess600": "color-success-600",
@@ -17009,6 +16828,7 @@ export var preset = {
17009
16828
  "colorSuccess1000": "color-success-1000",
17010
16829
  "colorWarning50": "color-warning-50",
17011
16830
  "colorWarning100": "color-warning-100",
16831
+ "colorWarning200": "color-warning-200",
17012
16832
  "colorWarning400": "color-warning-400",
17013
16833
  "colorWarning500": "color-warning-500",
17014
16834
  "colorWarning600": "color-warning-600",
@@ -17704,42 +17524,34 @@ export var preset = {
17704
17524
  "colorTextBadgeBlue": "color-text-badge-blue",
17705
17525
  "colorTextBadgeRed": "color-text-badge-red",
17706
17526
  "colorBackgroundCodeView": "color-background-code-view",
17707
- "colorBackgroundAccentRed": "color-background-accent-red",
17708
- "colorBackgroundAccentYellow": "color-background-accent-yellow",
17709
- "colorBackgroundAccentIndigo": "color-background-accent-indigo",
17710
- "colorBackgroundAccentGreen": "color-background-accent-green",
17711
- "colorBackgroundAccentOrange": "color-background-accent-orange",
17712
- "colorBackgroundAccentPurple": "color-background-accent-purple",
17713
- "colorBackgroundAccentMint": "color-background-accent-mint",
17714
- "colorBackgroundAccentLime": "color-background-accent-lime",
17715
- "colorBackgroundAccentGrey": "color-background-accent-grey",
17716
- "colorBackgroundAccentTeal": "color-background-accent-teal",
17717
- "colorBackgroundAccentCyan": "color-background-accent-cyan",
17718
- "colorBackgroundAccentBlue": "color-background-accent-blue",
17719
- "colorBackgroundAccentViolet": "color-background-accent-violet",
17720
- "colorBackgroundAccentFuchsia": "color-background-accent-fuchsia",
17721
- "colorBackgroundAccentMagenta": "color-background-accent-magenta",
17722
- "colorBackgroundAccentPink": "color-background-accent-pink",
17723
- "colorBackgroundAccentRose": "color-background-accent-rose",
17724
- "colorBackgroundAccentAmber": "color-background-accent-amber",
17725
- "colorTextAccentRed": "color-text-accent-red",
17726
- "colorTextAccentYellow": "color-text-accent-yellow",
17727
- "colorTextAccentIndigo": "color-text-accent-indigo",
17728
- "colorTextAccentGreen": "color-text-accent-green",
17729
- "colorTextAccentOrange": "color-text-accent-orange",
17730
- "colorTextAccentPurple": "color-text-accent-purple",
17731
- "colorTextAccentMint": "color-text-accent-mint",
17732
- "colorTextAccentLime": "color-text-accent-lime",
17733
- "colorTextAccentGrey": "color-text-accent-grey",
17734
- "colorTextAccentTeal": "color-text-accent-teal",
17735
- "colorTextAccentCyan": "color-text-accent-cyan",
17736
- "colorTextAccentBlue": "color-text-accent-blue",
17737
- "colorTextAccentViolet": "color-text-accent-violet",
17738
- "colorTextAccentFuchsia": "color-text-accent-fuchsia",
17739
- "colorTextAccentMagenta": "color-text-accent-magenta",
17740
- "colorTextAccentPink": "color-text-accent-pink",
17741
- "colorTextAccentRose": "color-text-accent-rose",
17742
- "colorTextAccentAmber": "color-text-accent-amber",
17527
+ "colorBackgroundVisualAccentRed": "color-background-visual-accent-red",
17528
+ "colorBackgroundVisualAccentYellow": "color-background-visual-accent-yellow",
17529
+ "colorBackgroundVisualAccentIndigo": "color-background-visual-accent-indigo",
17530
+ "colorBackgroundVisualAccentGreen": "color-background-visual-accent-green",
17531
+ "colorBackgroundVisualAccentOrange": "color-background-visual-accent-orange",
17532
+ "colorBackgroundVisualAccentPurple": "color-background-visual-accent-purple",
17533
+ "colorBackgroundVisualAccentLime": "color-background-visual-accent-lime",
17534
+ "colorBackgroundVisualAccentGrey": "color-background-visual-accent-grey",
17535
+ "colorBackgroundVisualAccentTeal": "color-background-visual-accent-teal",
17536
+ "colorBackgroundVisualAccentBlue": "color-background-visual-accent-blue",
17537
+ "colorBackgroundVisualAccentViolet": "color-background-visual-accent-violet",
17538
+ "colorBackgroundVisualAccentMagenta": "color-background-visual-accent-magenta",
17539
+ "colorBackgroundVisualAccentPink": "color-background-visual-accent-pink",
17540
+ "colorBackgroundVisualAccentAmber": "color-background-visual-accent-amber",
17541
+ "colorTextVisualAccentRed": "color-text-visual-accent-red",
17542
+ "colorTextVisualAccentYellow": "color-text-visual-accent-yellow",
17543
+ "colorTextVisualAccentIndigo": "color-text-visual-accent-indigo",
17544
+ "colorTextVisualAccentGreen": "color-text-visual-accent-green",
17545
+ "colorTextVisualAccentOrange": "color-text-visual-accent-orange",
17546
+ "colorTextVisualAccentPurple": "color-text-visual-accent-purple",
17547
+ "colorTextVisualAccentLime": "color-text-visual-accent-lime",
17548
+ "colorTextVisualAccentGrey": "color-text-visual-accent-grey",
17549
+ "colorTextVisualAccentTeal": "color-text-visual-accent-teal",
17550
+ "colorTextVisualAccentBlue": "color-text-visual-accent-blue",
17551
+ "colorTextVisualAccentViolet": "color-text-visual-accent-violet",
17552
+ "colorTextVisualAccentMagenta": "color-text-visual-accent-magenta",
17553
+ "colorTextVisualAccentPink": "color-text-visual-accent-pink",
17554
+ "colorTextVisualAccentAmber": "color-text-visual-accent-amber",
17743
17555
  "fontBoxValueLargeWeight": "font-box-value-large-weight",
17744
17556
  "fontButtonLetterSpacing": "font-button-letter-spacing",
17745
17557
  "fontChartDetailSize": "font-chart-detail-size",
@@ -17929,6 +17741,8 @@ export var preset = {
17929
17741
  "motionDurationResponsive": "motion-duration-responsive",
17930
17742
  "motionDurationExpressive": "motion-duration-expressive",
17931
17743
  "motionDurationComplex": "motion-duration-complex",
17744
+ "motionDurationTooltipEnter": "motion-duration-tooltip-enter",
17745
+ "motionEasingTooltipEnter": "motion-easing-tooltip-enter",
17932
17746
  "motionKeyframesFadeIn": "motion-keyframes-fade-in",
17933
17747
  "motionKeyframesFadeOut": "motion-keyframes-fade-out",
17934
17748
  "motionKeyframesStatusIconError": "motion-keyframes-status-icon-error",
@@ -18013,8 +17827,8 @@ export var preset = {
18013
17827
  "spaceTableHeaderToolsFullPageBottom": "space-table-header-tools-full-page-bottom",
18014
17828
  "spaceTableHorizontal": "space-table-horizontal",
18015
17829
  "spaceTreeViewIndentation": "space-tree-view-indentation",
18016
- "spaceSideNavigationItemGap": "space-side-navigation-item-gap",
18017
- "spaceSideNavigationItemCollapsedGap": "space-side-navigation-item-collapsed-gap",
17830
+ "spaceSideNavigationItemDefaultGap": "space-side-navigation-item-default-gap",
17831
+ "spaceSideNavigationItemIconGap": "space-side-navigation-item-icon-gap",
18018
17832
  "spaceTileGutter": "space-tile-gutter",
18019
17833
  "spaceActionCardHorizontalDefault": "space-action-card-horizontal-default",
18020
17834
  "spaceActionCardHorizontalEmbedded": "space-action-card-horizontal-embedded",
@@ -18120,12 +17934,14 @@ export var preset = {
18120
17934
  "colorError100": "--color-error-100-eq1ucx",
18121
17935
  "colorError400": "--color-error-400-c0knb8",
18122
17936
  "colorError600": "--color-error-600-mdn3ng",
17937
+ "colorError700": "--color-error-700-pz2kai",
18123
17938
  "colorError800": "--color-error-800-sb9qfi",
18124
17939
  "colorError900": "--color-error-900-skonp1",
18125
17940
  "colorError950": "--color-error-950-o9nk8o",
18126
17941
  "colorError1000": "--color-error-1000-ecmudm",
18127
17942
  "colorSuccess50": "--color-success-50-yow9uc",
18128
17943
  "colorSuccess100": "--color-success-100-0kjz92",
17944
+ "colorSuccess200": "--color-success-200-3vtc6u",
18129
17945
  "colorSuccess400": "--color-success-400-x40jxn",
18130
17946
  "colorSuccess500": "--color-success-500-hhxb4g",
18131
17947
  "colorSuccess600": "--color-success-600-g7hz2i",
@@ -18134,6 +17950,7 @@ export var preset = {
18134
17950
  "colorSuccess1000": "--color-success-1000-xy1gvq",
18135
17951
  "colorWarning50": "--color-warning-50-uxheb8",
18136
17952
  "colorWarning100": "--color-warning-100-0snzyo",
17953
+ "colorWarning200": "--color-warning-200-ssqjgd",
18137
17954
  "colorWarning400": "--color-warning-400-55puga",
18138
17955
  "colorWarning500": "--color-warning-500-zidhub",
18139
17956
  "colorWarning600": "--color-warning-600-iyo9qe",
@@ -18829,42 +18646,34 @@ export var preset = {
18829
18646
  "colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
18830
18647
  "colorTextBadgeRed": "--color-text-badge-red-60jprp",
18831
18648
  "colorBackgroundCodeView": "--color-background-code-view-6vvqfk",
18832
- "colorBackgroundAccentRed": "--color-background-accent-red-rulu42",
18833
- "colorBackgroundAccentYellow": "--color-background-accent-yellow-vlqbut",
18834
- "colorBackgroundAccentIndigo": "--color-background-accent-indigo-9ja74x",
18835
- "colorBackgroundAccentGreen": "--color-background-accent-green-rmpl2f",
18836
- "colorBackgroundAccentOrange": "--color-background-accent-orange-ov4hs7",
18837
- "colorBackgroundAccentPurple": "--color-background-accent-purple-n5youw",
18838
- "colorBackgroundAccentMint": "--color-background-accent-mint-ts206s",
18839
- "colorBackgroundAccentLime": "--color-background-accent-lime-ina0zl",
18840
- "colorBackgroundAccentGrey": "--color-background-accent-grey-rfmt4z",
18841
- "colorBackgroundAccentTeal": "--color-background-accent-teal-6ugcbe",
18842
- "colorBackgroundAccentCyan": "--color-background-accent-cyan-f3c66z",
18843
- "colorBackgroundAccentBlue": "--color-background-accent-blue-yagztr",
18844
- "colorBackgroundAccentViolet": "--color-background-accent-violet-mn1wo4",
18845
- "colorBackgroundAccentFuchsia": "--color-background-accent-fuchsia-iivy1j",
18846
- "colorBackgroundAccentMagenta": "--color-background-accent-magenta-gappab",
18847
- "colorBackgroundAccentPink": "--color-background-accent-pink-dnoxrq",
18848
- "colorBackgroundAccentRose": "--color-background-accent-rose-jh67x0",
18849
- "colorBackgroundAccentAmber": "--color-background-accent-amber-ms1mth",
18850
- "colorTextAccentRed": "--color-text-accent-red-0ltorf",
18851
- "colorTextAccentYellow": "--color-text-accent-yellow-zdoe8v",
18852
- "colorTextAccentIndigo": "--color-text-accent-indigo-41pr77",
18853
- "colorTextAccentGreen": "--color-text-accent-green-sngxmj",
18854
- "colorTextAccentOrange": "--color-text-accent-orange-barc9e",
18855
- "colorTextAccentPurple": "--color-text-accent-purple-zdsf2a",
18856
- "colorTextAccentMint": "--color-text-accent-mint-0ik1n6",
18857
- "colorTextAccentLime": "--color-text-accent-lime-algeww",
18858
- "colorTextAccentGrey": "--color-text-accent-grey-5l6tyt",
18859
- "colorTextAccentTeal": "--color-text-accent-teal-maw0mi",
18860
- "colorTextAccentCyan": "--color-text-accent-cyan-q1yu1l",
18861
- "colorTextAccentBlue": "--color-text-accent-blue-niopud",
18862
- "colorTextAccentViolet": "--color-text-accent-violet-5t8obx",
18863
- "colorTextAccentFuchsia": "--color-text-accent-fuchsia-08sd4f",
18864
- "colorTextAccentMagenta": "--color-text-accent-magenta-t0gcyy",
18865
- "colorTextAccentPink": "--color-text-accent-pink-j1kafk",
18866
- "colorTextAccentRose": "--color-text-accent-rose-6xosmy",
18867
- "colorTextAccentAmber": "--color-text-accent-amber-121gnk",
18649
+ "colorBackgroundVisualAccentRed": "--color-background-visual-accent-red-habalf",
18650
+ "colorBackgroundVisualAccentYellow": "--color-background-visual-accent-yellow-v3fumq",
18651
+ "colorBackgroundVisualAccentIndigo": "--color-background-visual-accent-indigo-z8baso",
18652
+ "colorBackgroundVisualAccentGreen": "--color-background-visual-accent-green-6tpc42",
18653
+ "colorBackgroundVisualAccentOrange": "--color-background-visual-accent-orange-vtf549",
18654
+ "colorBackgroundVisualAccentPurple": "--color-background-visual-accent-purple-jgly27",
18655
+ "colorBackgroundVisualAccentLime": "--color-background-visual-accent-lime-9n4rqq",
18656
+ "colorBackgroundVisualAccentGrey": "--color-background-visual-accent-grey-2gfhie",
18657
+ "colorBackgroundVisualAccentTeal": "--color-background-visual-accent-teal-gkix69",
18658
+ "colorBackgroundVisualAccentBlue": "--color-background-visual-accent-blue-t0e9pu",
18659
+ "colorBackgroundVisualAccentViolet": "--color-background-visual-accent-violet-flqcgb",
18660
+ "colorBackgroundVisualAccentMagenta": "--color-background-visual-accent-magenta-ip1yzm",
18661
+ "colorBackgroundVisualAccentPink": "--color-background-visual-accent-pink-695vlu",
18662
+ "colorBackgroundVisualAccentAmber": "--color-background-visual-accent-amber-duj9a6",
18663
+ "colorTextVisualAccentRed": "--color-text-visual-accent-red-nvp8v6",
18664
+ "colorTextVisualAccentYellow": "--color-text-visual-accent-yellow-2tbbh8",
18665
+ "colorTextVisualAccentIndigo": "--color-text-visual-accent-indigo-z73u1l",
18666
+ "colorTextVisualAccentGreen": "--color-text-visual-accent-green-i9t8cq",
18667
+ "colorTextVisualAccentOrange": "--color-text-visual-accent-orange-71tmqe",
18668
+ "colorTextVisualAccentPurple": "--color-text-visual-accent-purple-o5g0nc",
18669
+ "colorTextVisualAccentLime": "--color-text-visual-accent-lime-s3vqqf",
18670
+ "colorTextVisualAccentGrey": "--color-text-visual-accent-grey-frg4hd",
18671
+ "colorTextVisualAccentTeal": "--color-text-visual-accent-teal-ttn72h",
18672
+ "colorTextVisualAccentBlue": "--color-text-visual-accent-blue-kqsvc5",
18673
+ "colorTextVisualAccentViolet": "--color-text-visual-accent-violet-iec48z",
18674
+ "colorTextVisualAccentMagenta": "--color-text-visual-accent-magenta-jcsc58",
18675
+ "colorTextVisualAccentPink": "--color-text-visual-accent-pink-p6qiw6",
18676
+ "colorTextVisualAccentAmber": "--color-text-visual-accent-amber-8mh5q9",
18868
18677
  "fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
18869
18678
  "fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
18870
18679
  "fontChartDetailSize": "--font-chart-detail-size-9qr25q",
@@ -19054,6 +18863,8 @@ export var preset = {
19054
18863
  "motionDurationResponsive": "--motion-duration-responsive-mehora",
19055
18864
  "motionDurationExpressive": "--motion-duration-expressive-cbdcwy",
19056
18865
  "motionDurationComplex": "--motion-duration-complex-tbdo30",
18866
+ "motionDurationTooltipEnter": "--motion-duration-tooltip-enter-8e7aex",
18867
+ "motionEasingTooltipEnter": "--motion-easing-tooltip-enter-i9exfu",
19057
18868
  "motionKeyframesFadeIn": "--motion-keyframes-fade-in-0r842q",
19058
18869
  "motionKeyframesFadeOut": "--motion-keyframes-fade-out-g7fgdu",
19059
18870
  "motionKeyframesStatusIconError": "--motion-keyframes-status-icon-error-wkou39",
@@ -19138,8 +18949,8 @@ export var preset = {
19138
18949
  "spaceTableHeaderToolsFullPageBottom": "--space-table-header-tools-full-page-bottom-9m47g6",
19139
18950
  "spaceTableHorizontal": "--space-table-horizontal-suurzj",
19140
18951
  "spaceTreeViewIndentation": "--space-tree-view-indentation-xh9kis",
19141
- "spaceSideNavigationItemGap": "--space-side-navigation-item-gap-5vlwdw",
19142
- "spaceSideNavigationItemCollapsedGap": "--space-side-navigation-item-collapsed-gap-d9lti2",
18952
+ "spaceSideNavigationItemDefaultGap": "--space-side-navigation-item-default-gap-a1luyq",
18953
+ "spaceSideNavigationItemIconGap": "--space-side-navigation-item-icon-gap-h45akr",
19143
18954
  "spaceTileGutter": "--space-tile-gutter-bi2bdv",
19144
18955
  "spaceActionCardHorizontalDefault": "--space-action-card-horizontal-default-su1e86",
19145
18956
  "spaceActionCardHorizontalEmbedded": "--space-action-card-horizontal-embedded-pb8pj4",