@cloudscape-design/components-themeable 3.0.1332 → 3.0.1334

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 (375) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/constants.scss +4 -0
  3. package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +43 -13
  4. package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +7 -1
  5. package/lib/internal/scss/app-layout/visual-refresh-toolbar/toolbar/styles.scss +2 -2
  6. package/lib/internal/scss/box/visual-accent.scss +61 -25
  7. package/lib/internal/scss/button/styles.scss +6 -0
  8. package/lib/internal/scss/code-editor/ace-editor.scss +1 -1
  9. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +174 -173
  10. package/lib/internal/scss/side-navigation/styles.scss +14 -10
  11. package/lib/internal/scss/status-indicator/styles.scss +4 -2
  12. package/lib/internal/scss/steps/styles.scss +113 -31
  13. package/lib/internal/scss/table/header-cell/styles.scss +42 -14
  14. package/lib/internal/scss/table/styles.scss +6 -0
  15. package/lib/internal/scss/tooltip/styles.scss +22 -0
  16. package/lib/internal/template/alert/styles.css.js +27 -27
  17. package/lib/internal/template/alert/styles.scoped.css +50 -50
  18. package/lib/internal/template/alert/styles.selectors.js +27 -27
  19. package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
  20. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +21 -21
  21. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
  22. package/lib/internal/template/app-layout/classic.d.ts +1 -0
  23. package/lib/internal/template/app-layout/classic.d.ts.map +1 -1
  24. package/lib/internal/template/app-layout/index.d.ts.map +1 -1
  25. package/lib/internal/template/app-layout/index.js +2 -1
  26. package/lib/internal/template/app-layout/index.js.map +1 -1
  27. package/lib/internal/template/app-layout/interfaces.d.ts +16 -1
  28. package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
  29. package/lib/internal/template/app-layout/interfaces.js.map +1 -1
  30. package/lib/internal/template/app-layout/internal.d.ts +1 -0
  31. package/lib/internal/template/app-layout/internal.d.ts.map +1 -1
  32. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  33. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  34. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  35. package/lib/internal/template/app-layout/visual-refresh/index.d.ts +1 -0
  36. package/lib/internal/template/app-layout/visual-refresh/index.d.ts.map +1 -1
  37. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
  38. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +262 -262
  39. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
  40. package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts +3 -1
  41. package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts.map +1 -1
  42. package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js +2 -2
  43. package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js.map +1 -1
  44. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  45. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +93 -93
  46. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  47. package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts +2 -0
  48. package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts.map +1 -1
  49. package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.js.map +1 -1
  50. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts +2 -1
  51. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts.map +1 -1
  52. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js +11 -5
  53. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
  54. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -4
  55. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +34 -15
  56. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -4
  57. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.d.ts.map +1 -1
  58. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.js +4 -2
  59. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.js.map +1 -1
  60. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -29
  61. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +72 -67
  62. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -29
  63. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.d.ts +1 -0
  64. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.d.ts.map +1 -1
  65. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.js.map +1 -1
  66. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.d.ts.map +1 -1
  67. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.js +2 -0
  68. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.js.map +1 -1
  69. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts +1 -1
  70. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts.map +1 -1
  71. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js +26 -3
  72. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js.map +1 -1
  73. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.d.ts.map +1 -1
  74. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.js +2 -1
  75. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.js.map +1 -1
  76. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts +1 -0
  77. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts.map +1 -1
  78. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
  79. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
  80. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +36 -36
  81. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
  82. package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.d.ts.map +1 -1
  83. package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js +3 -3
  84. package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js.map +1 -1
  85. package/lib/internal/template/app-layout-toolbar/index.d.ts.map +1 -1
  86. package/lib/internal/template/app-layout-toolbar/index.js +2 -1
  87. package/lib/internal/template/app-layout-toolbar/index.js.map +1 -1
  88. package/lib/internal/template/attribute-editor/styles.css.js +15 -15
  89. package/lib/internal/template/attribute-editor/styles.scoped.css +29 -29
  90. package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
  91. package/lib/internal/template/box/interfaces.d.ts +1 -1
  92. package/lib/internal/template/box/interfaces.d.ts.map +1 -1
  93. package/lib/internal/template/box/interfaces.js.map +1 -1
  94. package/lib/internal/template/box/styles.css.js +220 -224
  95. package/lib/internal/template/box/styles.scoped.css +293 -313
  96. package/lib/internal/template/box/styles.selectors.js +220 -224
  97. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  98. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +30 -30
  99. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  100. package/lib/internal/template/button/internal.d.ts +2 -0
  101. package/lib/internal/template/button/internal.d.ts.map +1 -1
  102. package/lib/internal/template/button/internal.js +2 -1
  103. package/lib/internal/template/button/internal.js.map +1 -1
  104. package/lib/internal/template/button/styles.css.js +23 -22
  105. package/lib/internal/template/button/styles.scoped.css +261 -256
  106. package/lib/internal/template/button/styles.selectors.js +23 -22
  107. package/lib/internal/template/button-dropdown/internal-interfaces.d.ts +11 -0
  108. package/lib/internal/template/button-dropdown/internal-interfaces.d.ts.map +1 -1
  109. package/lib/internal/template/button-dropdown/internal-interfaces.js.map +1 -1
  110. package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
  111. package/lib/internal/template/button-dropdown/internal.js +3 -2
  112. package/lib/internal/template/button-dropdown/internal.js.map +1 -1
  113. package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
  114. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +37 -37
  115. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
  116. package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts +16 -0
  117. package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts.map +1 -0
  118. package/lib/internal/template/button-group/copy-to-clipboard-item.js +38 -0
  119. package/lib/internal/template/button-group/copy-to-clipboard-item.js.map +1 -0
  120. package/lib/internal/template/button-group/index.d.ts.map +1 -1
  121. package/lib/internal/template/button-group/index.js +9 -1
  122. package/lib/internal/template/button-group/index.js.map +1 -1
  123. package/lib/internal/template/button-group/interfaces.d.ts +38 -2
  124. package/lib/internal/template/button-group/interfaces.d.ts.map +1 -1
  125. package/lib/internal/template/button-group/interfaces.js.map +1 -1
  126. package/lib/internal/template/button-group/internal-interfaces.d.ts +1 -1
  127. package/lib/internal/template/button-group/internal-interfaces.d.ts.map +1 -1
  128. package/lib/internal/template/button-group/internal-interfaces.js.map +1 -1
  129. package/lib/internal/template/button-group/internal.d.ts.map +1 -1
  130. package/lib/internal/template/button-group/internal.js +2 -2
  131. package/lib/internal/template/button-group/internal.js.map +1 -1
  132. package/lib/internal/template/button-group/item-element.d.ts +2 -0
  133. package/lib/internal/template/button-group/item-element.d.ts.map +1 -1
  134. package/lib/internal/template/button-group/item-element.js +13 -3
  135. package/lib/internal/template/button-group/item-element.js.map +1 -1
  136. package/lib/internal/template/checkbox/styles.css.js +3 -3
  137. package/lib/internal/template/checkbox/styles.scoped.css +11 -11
  138. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  139. package/lib/internal/template/code-editor/styles.css.js +33 -33
  140. package/lib/internal/template/code-editor/styles.scoped.css +187 -187
  141. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  142. package/lib/internal/template/content-layout/styles.css.js +14 -14
  143. package/lib/internal/template/content-layout/styles.scoped.css +27 -27
  144. package/lib/internal/template/content-layout/styles.selectors.js +14 -14
  145. package/lib/internal/template/dropdown/styles.css.js +20 -20
  146. package/lib/internal/template/dropdown/styles.scoped.css +49 -49
  147. package/lib/internal/template/dropdown/styles.selectors.js +20 -20
  148. package/lib/internal/template/file-token-group/styles.css.js +23 -23
  149. package/lib/internal/template/file-token-group/styles.scoped.css +36 -36
  150. package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
  151. package/lib/internal/template/flashbar/styles.css.js +50 -50
  152. package/lib/internal/template/flashbar/styles.scoped.css +192 -192
  153. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  154. package/lib/internal/template/help-panel/styles.css.js +6 -6
  155. package/lib/internal/template/help-panel/styles.scoped.css +72 -72
  156. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  157. package/lib/internal/template/i18n/messages/all.all.js +1 -1
  158. package/lib/internal/template/i18n/messages/all.all.json +1 -1
  159. package/lib/internal/template/i18n/messages/all.ar.js +1 -1
  160. package/lib/internal/template/i18n/messages/all.ar.json +1 -1
  161. package/lib/internal/template/i18n/messages/all.de.js +1 -1
  162. package/lib/internal/template/i18n/messages/all.de.json +1 -1
  163. package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
  164. package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
  165. package/lib/internal/template/i18n/messages/all.en.js +1 -1
  166. package/lib/internal/template/i18n/messages/all.en.json +1 -1
  167. package/lib/internal/template/i18n/messages/all.es.js +1 -1
  168. package/lib/internal/template/i18n/messages/all.es.json +1 -1
  169. package/lib/internal/template/i18n/messages/all.fr.js +1 -1
  170. package/lib/internal/template/i18n/messages/all.fr.json +1 -1
  171. package/lib/internal/template/i18n/messages/all.id.js +1 -1
  172. package/lib/internal/template/i18n/messages/all.id.json +1 -1
  173. package/lib/internal/template/i18n/messages/all.it.js +1 -1
  174. package/lib/internal/template/i18n/messages/all.it.json +1 -1
  175. package/lib/internal/template/i18n/messages/all.ja.js +1 -1
  176. package/lib/internal/template/i18n/messages/all.ja.json +1 -1
  177. package/lib/internal/template/i18n/messages/all.ko.js +1 -1
  178. package/lib/internal/template/i18n/messages/all.ko.json +1 -1
  179. package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
  180. package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
  181. package/lib/internal/template/i18n/messages/all.tr.js +1 -1
  182. package/lib/internal/template/i18n/messages/all.tr.json +1 -1
  183. package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
  184. package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
  185. package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
  186. package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
  187. package/lib/internal/template/i18n/messages-types.d.ts +19 -0
  188. package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
  189. package/lib/internal/template/i18n/messages-types.js.map +1 -1
  190. package/lib/internal/template/input/styles.css.js +18 -18
  191. package/lib/internal/template/input/styles.scoped.css +82 -82
  192. package/lib/internal/template/input/styles.selectors.js +18 -18
  193. package/lib/internal/template/internal/base-component/styles.scoped.css +171 -3
  194. package/lib/internal/template/internal/components/abstract-switch/index.d.ts.map +1 -1
  195. package/lib/internal/template/internal/components/abstract-switch/index.js +7 -1
  196. package/lib/internal/template/internal/components/abstract-switch/index.js.map +1 -1
  197. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +30 -30
  198. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
  199. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
  200. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  201. package/lib/internal/template/internal/components/option/styles.scoped.css +31 -31
  202. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  203. package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
  204. package/lib/internal/template/internal/components/radio-button/styles.scoped.css +18 -18
  205. package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
  206. package/lib/internal/template/internal/components/selectable-item/styles.css.js +22 -22
  207. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +57 -57
  208. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +22 -22
  209. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  210. package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
  211. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  212. package/lib/internal/template/internal/environment.js +2 -2
  213. package/lib/internal/template/internal/environment.json +2 -2
  214. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +1 -0
  215. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  216. package/lib/internal/template/internal/generated/custom-css-properties/index.js +173 -172
  217. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  218. package/lib/internal/template/internal/generated/styles/tokens.d.ts +37 -38
  219. package/lib/internal/template/internal/generated/styles/tokens.js +37 -38
  220. package/lib/internal/template/internal/generated/theming/index.cjs +625 -774
  221. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +63 -9
  222. package/lib/internal/template/internal/generated/theming/index.d.ts +63 -9
  223. package/lib/internal/template/internal/generated/theming/index.js +625 -774
  224. package/lib/internal/template/item-card/styles.css.js +14 -14
  225. package/lib/internal/template/item-card/styles.scoped.css +63 -63
  226. package/lib/internal/template/item-card/styles.selectors.js +14 -14
  227. package/lib/internal/template/link/styles.css.js +21 -21
  228. package/lib/internal/template/link/styles.scoped.css +117 -117
  229. package/lib/internal/template/link/styles.selectors.js +21 -21
  230. package/lib/internal/template/modal/styles.css.js +31 -31
  231. package/lib/internal/template/modal/styles.scoped.css +48 -48
  232. package/lib/internal/template/modal/styles.selectors.js +31 -31
  233. package/lib/internal/template/package.json +94 -0
  234. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  235. package/lib/internal/template/progress-bar/styles.scoped.css +48 -48
  236. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  237. package/lib/internal/template/prompt-input/styles.css.js +26 -26
  238. package/lib/internal/template/prompt-input/styles.scoped.css +105 -105
  239. package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
  240. package/lib/internal/template/segmented-control/styles.css.js +16 -16
  241. package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
  242. package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
  243. package/lib/internal/template/side-navigation/implementation.d.ts.map +1 -1
  244. package/lib/internal/template/side-navigation/implementation.js +6 -4
  245. package/lib/internal/template/side-navigation/implementation.js.map +1 -1
  246. package/lib/internal/template/side-navigation/parts.d.ts +4 -1
  247. package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
  248. package/lib/internal/template/side-navigation/parts.js +45 -32
  249. package/lib/internal/template/side-navigation/parts.js.map +1 -1
  250. package/lib/internal/template/side-navigation/styles.css.js +48 -47
  251. package/lib/internal/template/side-navigation/styles.scoped.css +79 -78
  252. package/lib/internal/template/side-navigation/styles.selectors.js +48 -47
  253. package/lib/internal/template/side-navigation/util.d.ts +1 -0
  254. package/lib/internal/template/side-navigation/util.d.ts.map +1 -1
  255. package/lib/internal/template/side-navigation/util.js +5 -0
  256. package/lib/internal/template/side-navigation/util.js.map +1 -1
  257. package/lib/internal/template/slider/styles.css.js +26 -26
  258. package/lib/internal/template/slider/styles.scoped.css +165 -165
  259. package/lib/internal/template/slider/styles.selectors.js +26 -26
  260. package/lib/internal/template/spinner/styles.css.js +13 -13
  261. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  262. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  263. package/lib/internal/template/status-indicator/internal-interfaces.d.ts +3 -0
  264. package/lib/internal/template/status-indicator/internal-interfaces.d.ts.map +1 -0
  265. package/lib/internal/template/status-indicator/internal-interfaces.js +2 -0
  266. package/lib/internal/template/status-indicator/internal-interfaces.js.map +1 -0
  267. package/lib/internal/template/status-indicator/internal.d.ts +6 -2
  268. package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
  269. package/lib/internal/template/status-indicator/internal.js +1 -0
  270. package/lib/internal/template/status-indicator/internal.js.map +1 -1
  271. package/lib/internal/template/status-indicator/styles.css.js +25 -24
  272. package/lib/internal/template/status-indicator/styles.scoped.css +59 -53
  273. package/lib/internal/template/status-indicator/styles.selectors.js +25 -24
  274. package/lib/internal/template/steps/interfaces.d.ts +4 -2
  275. package/lib/internal/template/steps/interfaces.d.ts.map +1 -1
  276. package/lib/internal/template/steps/interfaces.js.map +1 -1
  277. package/lib/internal/template/steps/internal.d.ts.map +1 -1
  278. package/lib/internal/template/steps/internal.js +36 -12
  279. package/lib/internal/template/steps/internal.js.map +1 -1
  280. package/lib/internal/template/steps/styles.css.js +17 -13
  281. package/lib/internal/template/steps/styles.scoped.css +99 -42
  282. package/lib/internal/template/steps/styles.selectors.js +17 -13
  283. package/lib/internal/template/table/clear-sort.d.ts +9 -0
  284. package/lib/internal/template/table/clear-sort.d.ts.map +1 -0
  285. package/lib/internal/template/table/clear-sort.js +15 -0
  286. package/lib/internal/template/table/clear-sort.js.map +1 -0
  287. package/lib/internal/template/table/header-cell/index.d.ts +4 -1
  288. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  289. package/lib/internal/template/table/header-cell/index.js +122 -33
  290. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  291. package/lib/internal/template/table/header-cell/sort-menu.d.ts +14 -0
  292. package/lib/internal/template/table/header-cell/sort-menu.d.ts.map +1 -0
  293. package/lib/internal/template/table/header-cell/sort-menu.js +50 -0
  294. package/lib/internal/template/table/header-cell/sort-menu.js.map +1 -0
  295. package/lib/internal/template/table/header-cell/styles.css.js +38 -33
  296. package/lib/internal/template/table/header-cell/styles.scoped.css +101 -76
  297. package/lib/internal/template/table/header-cell/styles.selectors.js +38 -33
  298. package/lib/internal/template/table/header-cell/th-element.d.ts +8 -1
  299. package/lib/internal/template/table/header-cell/th-element.d.ts.map +1 -1
  300. package/lib/internal/template/table/header-cell/th-element.js +6 -2
  301. package/lib/internal/template/table/header-cell/th-element.js.map +1 -1
  302. package/lib/internal/template/table/index.d.ts.map +1 -1
  303. package/lib/internal/template/table/index.js +1 -0
  304. package/lib/internal/template/table/index.js.map +1 -1
  305. package/lib/internal/template/table/interfaces.d.ts +67 -1
  306. package/lib/internal/template/table/interfaces.d.ts.map +1 -1
  307. package/lib/internal/template/table/interfaces.js.map +1 -1
  308. package/lib/internal/template/table/internal.d.ts.map +1 -1
  309. package/lib/internal/template/table/internal.js +21 -3
  310. package/lib/internal/template/table/internal.js.map +1 -1
  311. package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts +16 -0
  312. package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts.map +1 -0
  313. package/lib/internal/template/table/multi-column-sort/live-announcement.js +68 -0
  314. package/lib/internal/template/table/multi-column-sort/live-announcement.js.map +1 -0
  315. package/lib/internal/template/table/multi-column-sort/utils.d.ts +45 -0
  316. package/lib/internal/template/table/multi-column-sort/utils.d.ts.map +1 -0
  317. package/lib/internal/template/table/multi-column-sort/utils.js +76 -0
  318. package/lib/internal/template/table/multi-column-sort/utils.js.map +1 -0
  319. package/lib/internal/template/table/styles.css.js +37 -36
  320. package/lib/internal/template/table/styles.scoped.css +46 -43
  321. package/lib/internal/template/table/styles.selectors.js +37 -36
  322. package/lib/internal/template/table/thead.d.ts +3 -0
  323. package/lib/internal/template/table/thead.d.ts.map +1 -1
  324. package/lib/internal/template/table/thead.js +3 -3
  325. package/lib/internal/template/table/thead.js.map +1 -1
  326. package/lib/internal/template/table/tools-header.d.ts +2 -1
  327. package/lib/internal/template/table/tools-header.d.ts.map +1 -1
  328. package/lib/internal/template/table/tools-header.js +4 -3
  329. package/lib/internal/template/table/tools-header.js.map +1 -1
  330. package/lib/internal/template/tabs/styles.css.js +30 -30
  331. package/lib/internal/template/tabs/styles.scoped.css +76 -76
  332. package/lib/internal/template/tabs/styles.selectors.js +30 -30
  333. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  334. package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
  335. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  336. package/lib/internal/template/test-utils/dom/button-group/index.d.ts +4 -0
  337. package/lib/internal/template/test-utils/dom/button-group/index.js +8 -0
  338. package/lib/internal/template/test-utils/dom/button-group/index.js.map +1 -1
  339. package/lib/internal/template/test-utils/dom/steps/index.d.ts +4 -0
  340. package/lib/internal/template/test-utils/dom/steps/index.js +6 -0
  341. package/lib/internal/template/test-utils/dom/steps/index.js.map +1 -1
  342. package/lib/internal/template/test-utils/dom/table/index.d.ts +77 -0
  343. package/lib/internal/template/test-utils/dom/table/index.js +87 -2
  344. package/lib/internal/template/test-utils/dom/table/index.js.map +1 -1
  345. package/lib/internal/template/test-utils/selectors/button-group/index.d.ts +4 -0
  346. package/lib/internal/template/test-utils/selectors/button-group/index.js +8 -0
  347. package/lib/internal/template/test-utils/selectors/button-group/index.js.map +1 -1
  348. package/lib/internal/template/test-utils/selectors/steps/index.d.ts +4 -0
  349. package/lib/internal/template/test-utils/selectors/steps/index.js +6 -0
  350. package/lib/internal/template/test-utils/selectors/steps/index.js.map +1 -1
  351. package/lib/internal/template/test-utils/selectors/table/index.d.ts +77 -0
  352. package/lib/internal/template/test-utils/selectors/table/index.js +87 -2
  353. package/lib/internal/template/test-utils/selectors/table/index.js.map +1 -1
  354. package/lib/internal/template/text-content/styles.css.js +1 -1
  355. package/lib/internal/template/text-content/styles.scoped.css +66 -66
  356. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  357. package/lib/internal/template/textarea/styles.css.js +5 -5
  358. package/lib/internal/template/textarea/styles.scoped.css +45 -45
  359. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  360. package/lib/internal/template/toggle/styles.css.js +10 -10
  361. package/lib/internal/template/toggle/styles.scoped.css +23 -23
  362. package/lib/internal/template/toggle/styles.selectors.js +10 -10
  363. package/lib/internal/template/token/styles.css.js +14 -14
  364. package/lib/internal/template/token/styles.scoped.css +47 -47
  365. package/lib/internal/template/token/styles.selectors.js +14 -14
  366. package/lib/internal/template/tooltip/internal.d.ts.map +1 -1
  367. package/lib/internal/template/tooltip/internal.js +2 -1
  368. package/lib/internal/template/tooltip/internal.js.map +1 -1
  369. package/lib/internal/template/tooltip/styles.css.js +7 -0
  370. package/lib/internal/template/tooltip/styles.scoped.css +165 -0
  371. package/lib/internal/template/tooltip/styles.selectors.js +8 -0
  372. package/lib/internal/template/top-navigation/use-top-navigation.d.ts.map +1 -1
  373. package/lib/internal/template/top-navigation/use-top-navigation.js +2 -5
  374. package/lib/internal/template/top-navigation/use-top-navigation.js.map +1 -1
  375. package/package.json +1 -1
@@ -183,6 +183,10 @@ module.exports.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 @@ module.exports.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 @@ module.exports.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"
@@ -2303,6 +2315,10 @@ module.exports.preset = {
2303
2315
  "light": "{colorNeutral350}",
2304
2316
  "dark": "{colorNeutral650}"
2305
2317
  },
2318
+ "colorBorderLayoutSideNavigation": {
2319
+ "light": "{colorBorderLayout}",
2320
+ "dark": "{colorBorderLayout}"
2321
+ },
2306
2322
  "colorBorderNotificationStackBar": {
2307
2323
  "light": "{colorNeutral750}",
2308
2324
  "dark": "{colorNeutral750}"
@@ -3015,149 +3031,117 @@ module.exports.preset = {
3015
3031
  "light": "#f8f8f8",
3016
3032
  "dark": "#282c34"
3017
3033
  },
3018
- "colorBackgroundAccentRed": {
3019
- "light": "{colorError100}",
3034
+ "colorBackgroundVisualAccentRed": {
3035
+ "light": "#ffe0e0",
3020
3036
  "dark": "rgba(255, 61, 61, 0.2)"
3021
3037
  },
3022
- "colorBackgroundAccentYellow": {
3023
- "light": "{colorWarning100}",
3038
+ "colorBackgroundVisualAccentYellow": {
3039
+ "light": "#fffbbd",
3024
3040
  "dark": "rgba(251, 211, 50, 0.2)"
3025
3041
  },
3026
- "colorBackgroundAccentIndigo": {
3027
- "light": "{colorInfo100}",
3028
- "dark": "rgba(0, 153, 255, 0.2)"
3042
+ "colorBackgroundVisualAccentIndigo": {
3043
+ "light": "#dbe4ff",
3044
+ "dark": "rgba(92, 127, 255, 0.2)"
3029
3045
  },
3030
- "colorBackgroundAccentGreen": {
3031
- "light": "{colorSuccess100}",
3046
+ "colorBackgroundVisualAccentGreen": {
3047
+ "light": "#d9ffd6",
3032
3048
  "dark": "rgba(43, 181, 52, 0.2)"
3033
3049
  },
3034
- "colorBackgroundAccentOrange": {
3035
- "light": "{colorOrange100}",
3050
+ "colorBackgroundVisualAccentOrange": {
3051
+ "light": "rgba(255, 224, 214, 0.6)",
3036
3052
  "dark": "rgba(255, 75, 20, 0.2)"
3037
3053
  },
3038
- "colorBackgroundAccentPurple": {
3039
- "light": "{colorPurple100}",
3054
+ "colorBackgroundVisualAccentPurple": {
3055
+ "light": "rgba(242, 229, 255, 0.6)",
3040
3056
  "dark": "rgba(173, 92, 255, 0.2)"
3041
3057
  },
3042
- "colorBackgroundAccentMint": {
3043
- "light": "{colorMint100}",
3044
- "dark": "rgba(0, 189, 107, 0.2)"
3045
- },
3046
- "colorBackgroundAccentLime": {
3058
+ "colorBackgroundVisualAccentLime": {
3047
3059
  "light": "{colorLime100}",
3048
3060
  "dark": "rgba(49, 184, 0, 0.2)"
3049
3061
  },
3050
- "colorBackgroundAccentGrey": {
3062
+ "colorBackgroundVisualAccentGrey": {
3051
3063
  "light": "{colorNeutral250}",
3052
3064
  "dark": "{colorNeutral700}"
3053
3065
  },
3054
- "colorBackgroundAccentTeal": {
3055
- "light": "{colorTeal100}",
3066
+ "colorBackgroundVisualAccentTeal": {
3067
+ "light": "rgba(204, 255, 252, 0.7)",
3056
3068
  "dark": "rgba(0, 173, 162, 0.2)"
3057
3069
  },
3058
- "colorBackgroundAccentCyan": {
3059
- "light": "{colorCyan100}",
3060
- "dark": "rgba(0, 164, 189, 0.2)"
3061
- },
3062
- "colorBackgroundAccentBlue": {
3063
- "light": "{colorInfo100}",
3070
+ "colorBackgroundVisualAccentBlue": {
3071
+ "light": "rgba(209, 241, 255, 0.6)",
3064
3072
  "dark": "rgba(0, 153, 255, 0.2)"
3065
3073
  },
3066
- "colorBackgroundAccentViolet": {
3067
- "light": "{colorViolet100}",
3074
+ "colorBackgroundVisualAccentViolet": {
3075
+ "light": "rgba(232, 229, 255, 0.6)",
3068
3076
  "dark": "rgba(133, 117, 255, 0.2)"
3069
3077
  },
3070
- "colorBackgroundAccentFuchsia": {
3071
- "light": "{colorFuchsia100}",
3072
- "dark": "rgba(228, 51, 255, 0.2)"
3073
- },
3074
- "colorBackgroundAccentMagenta": {
3075
- "light": "{colorMagenta100}",
3078
+ "colorBackgroundVisualAccentMagenta": {
3079
+ "light": "rgba(255, 224, 251, 0.6)",
3076
3080
  "dark": "rgba(255, 26, 224, 0.2)"
3077
3081
  },
3078
- "colorBackgroundAccentPink": {
3079
- "light": "{colorPink100}",
3082
+ "colorBackgroundVisualAccentPink": {
3083
+ "light": "rgba(255, 224, 240, 0.7)",
3080
3084
  "dark": "rgba(255, 51, 153, 0.2)"
3081
3085
  },
3082
- "colorBackgroundAccentRose": {
3083
- "light": "{colorRose100}",
3084
- "dark": "rgba(255, 56, 106, 0.2)"
3085
- },
3086
- "colorBackgroundAccentAmber": {
3087
- "light": "{colorAmber100}",
3086
+ "colorBackgroundVisualAccentAmber": {
3087
+ "light": "rgba(255, 232, 189, 0.7)",
3088
3088
  "dark": "rgba(250, 111, 0, 0.2)"
3089
3089
  },
3090
- "colorTextAccentRed": {
3091
- "light": "{colorError800}",
3090
+ "colorTextVisualAccentRed": {
3091
+ "light": "{colorError700}",
3092
3092
  "dark": "{colorError400}"
3093
3093
  },
3094
- "colorTextAccentYellow": {
3094
+ "colorTextVisualAccentYellow": {
3095
3095
  "light": "{colorWarning900}",
3096
- "dark": "{colorWarning400}"
3096
+ "dark": "{colorWarning200}"
3097
3097
  },
3098
- "colorTextAccentIndigo": {
3098
+ "colorTextVisualAccentIndigo": {
3099
3099
  "light": "{colorInfo800}",
3100
- "dark": "{colorInfo400}"
3101
- },
3102
- "colorTextAccentGreen": {
3103
- "light": "{colorSuccess800}",
3104
- "dark": "{colorSuccess400}"
3100
+ "dark": "{colorInfo300}"
3105
3101
  },
3106
- "colorTextAccentOrange": {
3107
- "light": "{colorOrange800}",
3108
- "dark": "{colorOrange400}"
3102
+ "colorTextVisualAccentGreen": {
3103
+ "light": "{colorSuccess600}",
3104
+ "dark": "{colorSuccess200}"
3109
3105
  },
3110
- "colorTextAccentPurple": {
3111
- "light": "{colorPurple800}",
3112
- "dark": "{colorPurple400}"
3106
+ "colorTextVisualAccentOrange": {
3107
+ "light": "#a82700",
3108
+ "dark": "#ff997a"
3113
3109
  },
3114
- "colorTextAccentMint": {
3115
- "light": "{colorMint800}",
3116
- "dark": "{colorMint400}"
3110
+ "colorTextVisualAccentPurple": {
3111
+ "light": "#962eff",
3112
+ "dark": "#d4a8ff"
3117
3113
  },
3118
- "colorTextAccentLime": {
3119
- "light": "{colorLime800}",
3120
- "dark": "{colorLime400}"
3114
+ "colorTextVisualAccentLime": {
3115
+ "light": "#007000",
3116
+ "dark": "#acff2e"
3121
3117
  },
3122
- "colorTextAccentGrey": {
3123
- "light": "{colorNeutral800}",
3118
+ "colorTextVisualAccentGrey": {
3119
+ "light": "{colorNeutral850}",
3124
3120
  "dark": "{colorNeutral300}"
3125
3121
  },
3126
- "colorTextAccentTeal": {
3127
- "light": "{colorTeal800}",
3128
- "dark": "{colorTeal400}"
3129
- },
3130
- "colorTextAccentCyan": {
3131
- "light": "{colorCyan800}",
3132
- "dark": "{colorCyan400}"
3133
- },
3134
- "colorTextAccentBlue": {
3135
- "light": "{colorInfo800}",
3136
- "dark": "{colorInfo400}"
3137
- },
3138
- "colorTextAccentViolet": {
3139
- "light": "{colorViolet800}",
3140
- "dark": "{colorViolet400}"
3122
+ "colorTextVisualAccentTeal": {
3123
+ "light": "#008077",
3124
+ "dark": "#00f5e4"
3141
3125
  },
3142
- "colorTextAccentFuchsia": {
3143
- "light": "{colorFuchsia800}",
3144
- "dark": "{colorFuchsia400}"
3126
+ "colorTextVisualAccentBlue": {
3127
+ "light": "#006ce0",
3128
+ "dark": "#75cfff"
3145
3129
  },
3146
- "colorTextAccentMagenta": {
3147
- "light": "{colorMagenta800}",
3148
- "dark": "{colorMagenta400}"
3130
+ "colorTextVisualAccentViolet": {
3131
+ "light": "#6842ff",
3132
+ "dark": "#b2a8ff"
3149
3133
  },
3150
- "colorTextAccentPink": {
3151
- "light": "{colorPink800}",
3152
- "dark": "{colorPink400}"
3134
+ "colorTextVisualAccentMagenta": {
3135
+ "light": "#b2008f",
3136
+ "dark": "#ff57e9"
3153
3137
  },
3154
- "colorTextAccentRose": {
3155
- "light": "{colorRose800}",
3156
- "dark": "{colorRose400}"
3138
+ "colorTextVisualAccentPink": {
3139
+ "light": "#bb005d",
3140
+ "dark": "#ff99cc"
3157
3141
  },
3158
- "colorTextAccentAmber": {
3159
- "light": "{colorAmber800}",
3160
- "dark": "{colorAmber400}"
3142
+ "colorTextVisualAccentAmber": {
3143
+ "light": "#9e3700",
3144
+ "dark": "#ffbb45"
3161
3145
  },
3162
3146
  "fontBoxValueLargeWeight": "700",
3163
3147
  "fontButtonLetterSpacing": "0.005em",
@@ -3307,6 +3291,7 @@ module.exports.preset = {
3307
3291
  "borderWidthItemCard": "{borderWidthCard}",
3308
3292
  "borderWidthItemCardHighlighted": "{borderWidthCardSelected}",
3309
3293
  "borderWidthItemSelected": "2px",
3294
+ "borderWidthLayoutSideNavigation": "{borderDividerSectionWidth}",
3310
3295
  "borderWidthBadge": "0px",
3311
3296
  "borderWidthPopover": "2px",
3312
3297
  "borderWidthToken": "2px",
@@ -3458,6 +3443,14 @@ module.exports.preset = {
3458
3443
  "default": "{motionDurationRefreshOnlySlow}",
3459
3444
  "disabled": "{motionDurationRefreshOnlySlow}"
3460
3445
  },
3446
+ "motionDurationTooltipEnter": {
3447
+ "default": "{motionDurationRefreshOnlyFast}",
3448
+ "disabled": "{motionDurationRefreshOnlyFast}"
3449
+ },
3450
+ "motionEasingTooltipEnter": {
3451
+ "default": "{motionEasingRefreshOnlyA}",
3452
+ "disabled": "{motionEasingRefreshOnlyA}"
3453
+ },
3461
3454
  "motionKeyframesFadeIn": {
3462
3455
  "default": "awsui-fade-in-35003c",
3463
3456
  "disabled": "awsui-fade-in-35003c"
@@ -3794,13 +3787,13 @@ module.exports.preset = {
3794
3787
  "comfortable": "{spaceXl}",
3795
3788
  "compact": "{spaceXl}"
3796
3789
  },
3797
- "spaceSideNavigationItemGap": {
3798
- "comfortable": "0px",
3799
- "compact": "0px"
3790
+ "spaceSideNavigationItemDefaultGap": {
3791
+ "comfortable": "{spaceNone}",
3792
+ "compact": "{spaceNone}"
3800
3793
  },
3801
- "spaceSideNavigationItemCollapsedGap": {
3802
- "comfortable": "{spaceXs}",
3803
- "compact": "{spaceXs}"
3794
+ "spaceSideNavigationItemIconGap": {
3795
+ "comfortable": "{spaceXxs}",
3796
+ "compact": "{spaceXxs}"
3804
3797
  },
3805
3798
  "spaceTileGutter": {
3806
3799
  "comfortable": "{spaceXl}",
@@ -4356,13 +4349,13 @@ module.exports.preset = {
4356
4349
  "comfortable": "{spaceXl}",
4357
4350
  "compact": "{spaceXl}"
4358
4351
  },
4359
- "spaceSideNavigationItemGap": {
4360
- "comfortable": "0px",
4361
- "compact": "0px"
4352
+ "spaceSideNavigationItemDefaultGap": {
4353
+ "comfortable": "{spaceNone}",
4354
+ "compact": "{spaceNone}"
4362
4355
  },
4363
- "spaceSideNavigationItemCollapsedGap": {
4364
- "comfortable": "{spaceXs}",
4365
- "compact": "{spaceXs}"
4356
+ "spaceSideNavigationItemIconGap": {
4357
+ "comfortable": "{spaceXxs}",
4358
+ "compact": "{spaceXxs}"
4366
4359
  },
4367
4360
  "spaceTileGutter": {
4368
4361
  "comfortable": "{spaceXl}",
@@ -5326,6 +5319,10 @@ module.exports.preset = {
5326
5319
  "light": "{colorNeutral650}",
5327
5320
  "dark": "{colorNeutral650}"
5328
5321
  },
5322
+ "colorBorderLayoutSideNavigation": {
5323
+ "light": "{colorBorderLayout}",
5324
+ "dark": "{colorBorderLayout}"
5325
+ },
5329
5326
  "colorBorderNotificationStackBar": {
5330
5327
  "light": "{colorNeutral750}",
5331
5328
  "dark": "{colorNeutral750}"
@@ -6038,149 +6035,117 @@ module.exports.preset = {
6038
6035
  "light": "#282c34",
6039
6036
  "dark": "#282c34"
6040
6037
  },
6041
- "colorBackgroundAccentRed": {
6038
+ "colorBackgroundVisualAccentRed": {
6042
6039
  "light": "rgba(255, 61, 61, 0.2)",
6043
6040
  "dark": "rgba(255, 61, 61, 0.2)"
6044
6041
  },
6045
- "colorBackgroundAccentYellow": {
6042
+ "colorBackgroundVisualAccentYellow": {
6046
6043
  "light": "rgba(251, 211, 50, 0.2)",
6047
6044
  "dark": "rgba(251, 211, 50, 0.2)"
6048
6045
  },
6049
- "colorBackgroundAccentIndigo": {
6050
- "light": "rgba(0, 153, 255, 0.2)",
6051
- "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)"
6052
6049
  },
6053
- "colorBackgroundAccentGreen": {
6050
+ "colorBackgroundVisualAccentGreen": {
6054
6051
  "light": "rgba(43, 181, 52, 0.2)",
6055
6052
  "dark": "rgba(43, 181, 52, 0.2)"
6056
6053
  },
6057
- "colorBackgroundAccentOrange": {
6054
+ "colorBackgroundVisualAccentOrange": {
6058
6055
  "light": "rgba(255, 75, 20, 0.2)",
6059
6056
  "dark": "rgba(255, 75, 20, 0.2)"
6060
6057
  },
6061
- "colorBackgroundAccentPurple": {
6058
+ "colorBackgroundVisualAccentPurple": {
6062
6059
  "light": "rgba(173, 92, 255, 0.2)",
6063
6060
  "dark": "rgba(173, 92, 255, 0.2)"
6064
6061
  },
6065
- "colorBackgroundAccentMint": {
6066
- "light": "rgba(0, 189, 107, 0.2)",
6067
- "dark": "rgba(0, 189, 107, 0.2)"
6068
- },
6069
- "colorBackgroundAccentLime": {
6062
+ "colorBackgroundVisualAccentLime": {
6070
6063
  "light": "rgba(49, 184, 0, 0.2)",
6071
6064
  "dark": "rgba(49, 184, 0, 0.2)"
6072
6065
  },
6073
- "colorBackgroundAccentGrey": {
6066
+ "colorBackgroundVisualAccentGrey": {
6074
6067
  "light": "{colorNeutral700}",
6075
6068
  "dark": "{colorNeutral700}"
6076
6069
  },
6077
- "colorBackgroundAccentTeal": {
6070
+ "colorBackgroundVisualAccentTeal": {
6078
6071
  "light": "rgba(0, 173, 162, 0.2)",
6079
6072
  "dark": "rgba(0, 173, 162, 0.2)"
6080
6073
  },
6081
- "colorBackgroundAccentCyan": {
6082
- "light": "rgba(0, 164, 189, 0.2)",
6083
- "dark": "rgba(0, 164, 189, 0.2)"
6084
- },
6085
- "colorBackgroundAccentBlue": {
6074
+ "colorBackgroundVisualAccentBlue": {
6086
6075
  "light": "rgba(0, 153, 255, 0.2)",
6087
6076
  "dark": "rgba(0, 153, 255, 0.2)"
6088
6077
  },
6089
- "colorBackgroundAccentViolet": {
6078
+ "colorBackgroundVisualAccentViolet": {
6090
6079
  "light": "rgba(133, 117, 255, 0.2)",
6091
6080
  "dark": "rgba(133, 117, 255, 0.2)"
6092
6081
  },
6093
- "colorBackgroundAccentFuchsia": {
6094
- "light": "rgba(228, 51, 255, 0.2)",
6095
- "dark": "rgba(228, 51, 255, 0.2)"
6096
- },
6097
- "colorBackgroundAccentMagenta": {
6082
+ "colorBackgroundVisualAccentMagenta": {
6098
6083
  "light": "rgba(255, 26, 224, 0.2)",
6099
6084
  "dark": "rgba(255, 26, 224, 0.2)"
6100
6085
  },
6101
- "colorBackgroundAccentPink": {
6086
+ "colorBackgroundVisualAccentPink": {
6102
6087
  "light": "rgba(255, 51, 153, 0.2)",
6103
6088
  "dark": "rgba(255, 51, 153, 0.2)"
6104
6089
  },
6105
- "colorBackgroundAccentRose": {
6106
- "light": "rgba(255, 56, 106, 0.2)",
6107
- "dark": "rgba(255, 56, 106, 0.2)"
6108
- },
6109
- "colorBackgroundAccentAmber": {
6090
+ "colorBackgroundVisualAccentAmber": {
6110
6091
  "light": "rgba(250, 111, 0, 0.2)",
6111
6092
  "dark": "rgba(250, 111, 0, 0.2)"
6112
6093
  },
6113
- "colorTextAccentRed": {
6094
+ "colorTextVisualAccentRed": {
6114
6095
  "light": "{colorError400}",
6115
6096
  "dark": "{colorError400}"
6116
6097
  },
6117
- "colorTextAccentYellow": {
6118
- "light": "{colorWarning400}",
6119
- "dark": "{colorWarning400}"
6120
- },
6121
- "colorTextAccentIndigo": {
6122
- "light": "{colorInfo400}",
6123
- "dark": "{colorInfo400}"
6098
+ "colorTextVisualAccentYellow": {
6099
+ "light": "{colorWarning200}",
6100
+ "dark": "{colorWarning200}"
6124
6101
  },
6125
- "colorTextAccentGreen": {
6126
- "light": "{colorSuccess400}",
6127
- "dark": "{colorSuccess400}"
6102
+ "colorTextVisualAccentIndigo": {
6103
+ "light": "{colorInfo300}",
6104
+ "dark": "{colorInfo300}"
6128
6105
  },
6129
- "colorTextAccentOrange": {
6130
- "light": "{colorOrange400}",
6131
- "dark": "{colorOrange400}"
6106
+ "colorTextVisualAccentGreen": {
6107
+ "light": "{colorSuccess200}",
6108
+ "dark": "{colorSuccess200}"
6132
6109
  },
6133
- "colorTextAccentPurple": {
6134
- "light": "{colorPurple400}",
6135
- "dark": "{colorPurple400}"
6110
+ "colorTextVisualAccentOrange": {
6111
+ "light": "#ff997a",
6112
+ "dark": "#ff997a"
6136
6113
  },
6137
- "colorTextAccentMint": {
6138
- "light": "{colorMint400}",
6139
- "dark": "{colorMint400}"
6114
+ "colorTextVisualAccentPurple": {
6115
+ "light": "#d4a8ff",
6116
+ "dark": "#d4a8ff"
6140
6117
  },
6141
- "colorTextAccentLime": {
6142
- "light": "{colorLime400}",
6143
- "dark": "{colorLime400}"
6118
+ "colorTextVisualAccentLime": {
6119
+ "light": "#acff2e",
6120
+ "dark": "#acff2e"
6144
6121
  },
6145
- "colorTextAccentGrey": {
6122
+ "colorTextVisualAccentGrey": {
6146
6123
  "light": "{colorNeutral300}",
6147
6124
  "dark": "{colorNeutral300}"
6148
6125
  },
6149
- "colorTextAccentTeal": {
6150
- "light": "{colorTeal400}",
6151
- "dark": "{colorTeal400}"
6152
- },
6153
- "colorTextAccentCyan": {
6154
- "light": "{colorCyan400}",
6155
- "dark": "{colorCyan400}"
6156
- },
6157
- "colorTextAccentBlue": {
6158
- "light": "{colorInfo400}",
6159
- "dark": "{colorInfo400}"
6160
- },
6161
- "colorTextAccentViolet": {
6162
- "light": "{colorViolet400}",
6163
- "dark": "{colorViolet400}"
6126
+ "colorTextVisualAccentTeal": {
6127
+ "light": "#00f5e4",
6128
+ "dark": "#00f5e4"
6164
6129
  },
6165
- "colorTextAccentFuchsia": {
6166
- "light": "{colorFuchsia400}",
6167
- "dark": "{colorFuchsia400}"
6130
+ "colorTextVisualAccentBlue": {
6131
+ "light": "#75cfff",
6132
+ "dark": "#75cfff"
6168
6133
  },
6169
- "colorTextAccentMagenta": {
6170
- "light": "{colorMagenta400}",
6171
- "dark": "{colorMagenta400}"
6134
+ "colorTextVisualAccentViolet": {
6135
+ "light": "#b2a8ff",
6136
+ "dark": "#b2a8ff"
6172
6137
  },
6173
- "colorTextAccentPink": {
6174
- "light": "{colorPink400}",
6175
- "dark": "{colorPink400}"
6138
+ "colorTextVisualAccentMagenta": {
6139
+ "light": "#ff57e9",
6140
+ "dark": "#ff57e9"
6176
6141
  },
6177
- "colorTextAccentRose": {
6178
- "light": "{colorRose400}",
6179
- "dark": "{colorRose400}"
6142
+ "colorTextVisualAccentPink": {
6143
+ "light": "#ff99cc",
6144
+ "dark": "#ff99cc"
6180
6145
  },
6181
- "colorTextAccentAmber": {
6182
- "light": "{colorAmber400}",
6183
- "dark": "{colorAmber400}"
6146
+ "colorTextVisualAccentAmber": {
6147
+ "light": "#ffbb45",
6148
+ "dark": "#ffbb45"
6184
6149
  },
6185
6150
  "colorPrimary50": "#f0fbff",
6186
6151
  "colorPrimary100": "#d1f1ff",
@@ -6218,12 +6183,14 @@ module.exports.preset = {
6218
6183
  "colorError100": "#ffe0e0",
6219
6184
  "colorError400": "#ff7a7a",
6220
6185
  "colorError600": "#db0000",
6186
+ "colorError700": "#c20000",
6221
6187
  "colorError800": "#990000",
6222
6188
  "colorError900": "#700000",
6223
6189
  "colorError950": "#520000",
6224
6190
  "colorError1000": "#1f0000",
6225
6191
  "colorSuccess50": "#effff1",
6226
6192
  "colorSuccess100": "#d9ffd6",
6193
+ "colorSuccess200": "#aeffa8",
6227
6194
  "colorSuccess400": "#00e500",
6228
6195
  "colorSuccess500": "#2bb534",
6229
6196
  "colorSuccess600": "#00802f",
@@ -6232,6 +6199,7 @@ module.exports.preset = {
6232
6199
  "colorSuccess1000": "#001401",
6233
6200
  "colorWarning50": "#fffef0",
6234
6201
  "colorWarning100": "#fffbbd",
6202
+ "colorWarning200": "#fef571",
6235
6203
  "colorWarning400": "#ffe347",
6236
6204
  "colorWarning500": "#fbd332",
6237
6205
  "colorWarning600": "#f2b100",
@@ -7167,6 +7135,10 @@ module.exports.preset = {
7167
7135
  "light": "{colorNeutral650}",
7168
7136
  "dark": "{colorNeutral650}"
7169
7137
  },
7138
+ "colorBorderLayoutSideNavigation": {
7139
+ "light": "{colorBorderLayout}",
7140
+ "dark": "{colorBorderLayout}"
7141
+ },
7170
7142
  "colorBorderNotificationStackBar": {
7171
7143
  "light": "{colorNeutral750}",
7172
7144
  "dark": "{colorNeutral750}"
@@ -7879,149 +7851,117 @@ module.exports.preset = {
7879
7851
  "light": "#282c34",
7880
7852
  "dark": "#282c34"
7881
7853
  },
7882
- "colorBackgroundAccentRed": {
7854
+ "colorBackgroundVisualAccentRed": {
7883
7855
  "light": "rgba(255, 61, 61, 0.2)",
7884
7856
  "dark": "rgba(255, 61, 61, 0.2)"
7885
7857
  },
7886
- "colorBackgroundAccentYellow": {
7858
+ "colorBackgroundVisualAccentYellow": {
7887
7859
  "light": "rgba(251, 211, 50, 0.2)",
7888
7860
  "dark": "rgba(251, 211, 50, 0.2)"
7889
7861
  },
7890
- "colorBackgroundAccentIndigo": {
7891
- "light": "rgba(0, 153, 255, 0.2)",
7892
- "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)"
7893
7865
  },
7894
- "colorBackgroundAccentGreen": {
7866
+ "colorBackgroundVisualAccentGreen": {
7895
7867
  "light": "rgba(43, 181, 52, 0.2)",
7896
7868
  "dark": "rgba(43, 181, 52, 0.2)"
7897
7869
  },
7898
- "colorBackgroundAccentOrange": {
7870
+ "colorBackgroundVisualAccentOrange": {
7899
7871
  "light": "rgba(255, 75, 20, 0.2)",
7900
7872
  "dark": "rgba(255, 75, 20, 0.2)"
7901
7873
  },
7902
- "colorBackgroundAccentPurple": {
7874
+ "colorBackgroundVisualAccentPurple": {
7903
7875
  "light": "rgba(173, 92, 255, 0.2)",
7904
7876
  "dark": "rgba(173, 92, 255, 0.2)"
7905
7877
  },
7906
- "colorBackgroundAccentMint": {
7907
- "light": "rgba(0, 189, 107, 0.2)",
7908
- "dark": "rgba(0, 189, 107, 0.2)"
7909
- },
7910
- "colorBackgroundAccentLime": {
7878
+ "colorBackgroundVisualAccentLime": {
7911
7879
  "light": "rgba(49, 184, 0, 0.2)",
7912
7880
  "dark": "rgba(49, 184, 0, 0.2)"
7913
7881
  },
7914
- "colorBackgroundAccentGrey": {
7882
+ "colorBackgroundVisualAccentGrey": {
7915
7883
  "light": "{colorNeutral700}",
7916
7884
  "dark": "{colorNeutral700}"
7917
7885
  },
7918
- "colorBackgroundAccentTeal": {
7886
+ "colorBackgroundVisualAccentTeal": {
7919
7887
  "light": "rgba(0, 173, 162, 0.2)",
7920
7888
  "dark": "rgba(0, 173, 162, 0.2)"
7921
7889
  },
7922
- "colorBackgroundAccentCyan": {
7923
- "light": "rgba(0, 164, 189, 0.2)",
7924
- "dark": "rgba(0, 164, 189, 0.2)"
7925
- },
7926
- "colorBackgroundAccentBlue": {
7890
+ "colorBackgroundVisualAccentBlue": {
7927
7891
  "light": "rgba(0, 153, 255, 0.2)",
7928
7892
  "dark": "rgba(0, 153, 255, 0.2)"
7929
7893
  },
7930
- "colorBackgroundAccentViolet": {
7894
+ "colorBackgroundVisualAccentViolet": {
7931
7895
  "light": "rgba(133, 117, 255, 0.2)",
7932
7896
  "dark": "rgba(133, 117, 255, 0.2)"
7933
7897
  },
7934
- "colorBackgroundAccentFuchsia": {
7935
- "light": "rgba(228, 51, 255, 0.2)",
7936
- "dark": "rgba(228, 51, 255, 0.2)"
7937
- },
7938
- "colorBackgroundAccentMagenta": {
7898
+ "colorBackgroundVisualAccentMagenta": {
7939
7899
  "light": "rgba(255, 26, 224, 0.2)",
7940
7900
  "dark": "rgba(255, 26, 224, 0.2)"
7941
7901
  },
7942
- "colorBackgroundAccentPink": {
7902
+ "colorBackgroundVisualAccentPink": {
7943
7903
  "light": "rgba(255, 51, 153, 0.2)",
7944
7904
  "dark": "rgba(255, 51, 153, 0.2)"
7945
7905
  },
7946
- "colorBackgroundAccentRose": {
7947
- "light": "rgba(255, 56, 106, 0.2)",
7948
- "dark": "rgba(255, 56, 106, 0.2)"
7949
- },
7950
- "colorBackgroundAccentAmber": {
7906
+ "colorBackgroundVisualAccentAmber": {
7951
7907
  "light": "rgba(250, 111, 0, 0.2)",
7952
7908
  "dark": "rgba(250, 111, 0, 0.2)"
7953
7909
  },
7954
- "colorTextAccentRed": {
7910
+ "colorTextVisualAccentRed": {
7955
7911
  "light": "{colorError400}",
7956
7912
  "dark": "{colorError400}"
7957
7913
  },
7958
- "colorTextAccentYellow": {
7959
- "light": "{colorWarning400}",
7960
- "dark": "{colorWarning400}"
7914
+ "colorTextVisualAccentYellow": {
7915
+ "light": "{colorWarning200}",
7916
+ "dark": "{colorWarning200}"
7961
7917
  },
7962
- "colorTextAccentIndigo": {
7963
- "light": "{colorInfo400}",
7964
- "dark": "{colorInfo400}"
7965
- },
7966
- "colorTextAccentGreen": {
7967
- "light": "{colorSuccess400}",
7968
- "dark": "{colorSuccess400}"
7918
+ "colorTextVisualAccentIndigo": {
7919
+ "light": "{colorInfo300}",
7920
+ "dark": "{colorInfo300}"
7969
7921
  },
7970
- "colorTextAccentOrange": {
7971
- "light": "{colorOrange400}",
7972
- "dark": "{colorOrange400}"
7922
+ "colorTextVisualAccentGreen": {
7923
+ "light": "{colorSuccess200}",
7924
+ "dark": "{colorSuccess200}"
7973
7925
  },
7974
- "colorTextAccentPurple": {
7975
- "light": "{colorPurple400}",
7976
- "dark": "{colorPurple400}"
7926
+ "colorTextVisualAccentOrange": {
7927
+ "light": "#ff997a",
7928
+ "dark": "#ff997a"
7977
7929
  },
7978
- "colorTextAccentMint": {
7979
- "light": "{colorMint400}",
7980
- "dark": "{colorMint400}"
7930
+ "colorTextVisualAccentPurple": {
7931
+ "light": "#d4a8ff",
7932
+ "dark": "#d4a8ff"
7981
7933
  },
7982
- "colorTextAccentLime": {
7983
- "light": "{colorLime400}",
7984
- "dark": "{colorLime400}"
7934
+ "colorTextVisualAccentLime": {
7935
+ "light": "#acff2e",
7936
+ "dark": "#acff2e"
7985
7937
  },
7986
- "colorTextAccentGrey": {
7938
+ "colorTextVisualAccentGrey": {
7987
7939
  "light": "{colorNeutral300}",
7988
7940
  "dark": "{colorNeutral300}"
7989
7941
  },
7990
- "colorTextAccentTeal": {
7991
- "light": "{colorTeal400}",
7992
- "dark": "{colorTeal400}"
7993
- },
7994
- "colorTextAccentCyan": {
7995
- "light": "{colorCyan400}",
7996
- "dark": "{colorCyan400}"
7997
- },
7998
- "colorTextAccentBlue": {
7999
- "light": "{colorInfo400}",
8000
- "dark": "{colorInfo400}"
8001
- },
8002
- "colorTextAccentViolet": {
8003
- "light": "{colorViolet400}",
8004
- "dark": "{colorViolet400}"
7942
+ "colorTextVisualAccentTeal": {
7943
+ "light": "#00f5e4",
7944
+ "dark": "#00f5e4"
8005
7945
  },
8006
- "colorTextAccentFuchsia": {
8007
- "light": "{colorFuchsia400}",
8008
- "dark": "{colorFuchsia400}"
7946
+ "colorTextVisualAccentBlue": {
7947
+ "light": "#75cfff",
7948
+ "dark": "#75cfff"
8009
7949
  },
8010
- "colorTextAccentMagenta": {
8011
- "light": "{colorMagenta400}",
8012
- "dark": "{colorMagenta400}"
7950
+ "colorTextVisualAccentViolet": {
7951
+ "light": "#b2a8ff",
7952
+ "dark": "#b2a8ff"
8013
7953
  },
8014
- "colorTextAccentPink": {
8015
- "light": "{colorPink400}",
8016
- "dark": "{colorPink400}"
7954
+ "colorTextVisualAccentMagenta": {
7955
+ "light": "#ff57e9",
7956
+ "dark": "#ff57e9"
8017
7957
  },
8018
- "colorTextAccentRose": {
8019
- "light": "{colorRose400}",
8020
- "dark": "{colorRose400}"
7958
+ "colorTextVisualAccentPink": {
7959
+ "light": "#ff99cc",
7960
+ "dark": "#ff99cc"
8021
7961
  },
8022
- "colorTextAccentAmber": {
8023
- "light": "{colorAmber400}",
8024
- "dark": "{colorAmber400}"
7962
+ "colorTextVisualAccentAmber": {
7963
+ "light": "#ffbb45",
7964
+ "dark": "#ffbb45"
8025
7965
  },
8026
7966
  "colorPrimary50": "#f0fbff",
8027
7967
  "colorPrimary100": "#d1f1ff",
@@ -8059,12 +7999,14 @@ module.exports.preset = {
8059
7999
  "colorError100": "#ffe0e0",
8060
8000
  "colorError400": "#ff7a7a",
8061
8001
  "colorError600": "#db0000",
8002
+ "colorError700": "#c20000",
8062
8003
  "colorError800": "#990000",
8063
8004
  "colorError900": "#700000",
8064
8005
  "colorError950": "#520000",
8065
8006
  "colorError1000": "#1f0000",
8066
8007
  "colorSuccess50": "#effff1",
8067
8008
  "colorSuccess100": "#d9ffd6",
8009
+ "colorSuccess200": "#aeffa8",
8068
8010
  "colorSuccess400": "#00e500",
8069
8011
  "colorSuccess500": "#2bb534",
8070
8012
  "colorSuccess600": "#00802f",
@@ -8073,6 +8015,7 @@ module.exports.preset = {
8073
8015
  "colorSuccess1000": "#001401",
8074
8016
  "colorWarning50": "#fffef0",
8075
8017
  "colorWarning100": "#fffbbd",
8018
+ "colorWarning200": "#fef571",
8076
8019
  "colorWarning400": "#ffe347",
8077
8020
  "colorWarning500": "#fbd332",
8078
8021
  "colorWarning600": "#f2b100",
@@ -8936,6 +8879,10 @@ module.exports.preset = {
8936
8879
  "light": "{colorNeutral350}",
8937
8880
  "dark": "{colorNeutral650}"
8938
8881
  },
8882
+ "colorBorderLayoutSideNavigation": {
8883
+ "light": "{colorBorderLayout}",
8884
+ "dark": "{colorBorderLayout}"
8885
+ },
8939
8886
  "colorBorderNotificationStackBar": {
8940
8887
  "light": "{colorNeutral750}",
8941
8888
  "dark": "{colorNeutral750}"
@@ -9648,149 +9595,117 @@ module.exports.preset = {
9648
9595
  "light": "#f8f8f8",
9649
9596
  "dark": "#282c34"
9650
9597
  },
9651
- "colorBackgroundAccentRed": {
9652
- "light": "{colorError100}",
9598
+ "colorBackgroundVisualAccentRed": {
9599
+ "light": "#ffe0e0",
9653
9600
  "dark": "rgba(255, 61, 61, 0.2)"
9654
9601
  },
9655
- "colorBackgroundAccentYellow": {
9656
- "light": "{colorWarning100}",
9602
+ "colorBackgroundVisualAccentYellow": {
9603
+ "light": "#fffbbd",
9657
9604
  "dark": "rgba(251, 211, 50, 0.2)"
9658
9605
  },
9659
- "colorBackgroundAccentIndigo": {
9660
- "light": "{colorInfo100}",
9661
- "dark": "rgba(0, 153, 255, 0.2)"
9606
+ "colorBackgroundVisualAccentIndigo": {
9607
+ "light": "#dbe4ff",
9608
+ "dark": "rgba(92, 127, 255, 0.2)"
9662
9609
  },
9663
- "colorBackgroundAccentGreen": {
9664
- "light": "{colorSuccess100}",
9610
+ "colorBackgroundVisualAccentGreen": {
9611
+ "light": "#d9ffd6",
9665
9612
  "dark": "rgba(43, 181, 52, 0.2)"
9666
9613
  },
9667
- "colorBackgroundAccentOrange": {
9668
- "light": "{colorOrange100}",
9614
+ "colorBackgroundVisualAccentOrange": {
9615
+ "light": "rgba(255, 224, 214, 0.6)",
9669
9616
  "dark": "rgba(255, 75, 20, 0.2)"
9670
9617
  },
9671
- "colorBackgroundAccentPurple": {
9672
- "light": "{colorPurple100}",
9618
+ "colorBackgroundVisualAccentPurple": {
9619
+ "light": "rgba(242, 229, 255, 0.6)",
9673
9620
  "dark": "rgba(173, 92, 255, 0.2)"
9674
9621
  },
9675
- "colorBackgroundAccentMint": {
9676
- "light": "{colorMint100}",
9677
- "dark": "rgba(0, 189, 107, 0.2)"
9678
- },
9679
- "colorBackgroundAccentLime": {
9622
+ "colorBackgroundVisualAccentLime": {
9680
9623
  "light": "{colorLime100}",
9681
9624
  "dark": "rgba(49, 184, 0, 0.2)"
9682
9625
  },
9683
- "colorBackgroundAccentGrey": {
9626
+ "colorBackgroundVisualAccentGrey": {
9684
9627
  "light": "{colorNeutral250}",
9685
9628
  "dark": "{colorNeutral700}"
9686
9629
  },
9687
- "colorBackgroundAccentTeal": {
9688
- "light": "{colorTeal100}",
9630
+ "colorBackgroundVisualAccentTeal": {
9631
+ "light": "rgba(204, 255, 252, 0.7)",
9689
9632
  "dark": "rgba(0, 173, 162, 0.2)"
9690
9633
  },
9691
- "colorBackgroundAccentCyan": {
9692
- "light": "{colorCyan100}",
9693
- "dark": "rgba(0, 164, 189, 0.2)"
9694
- },
9695
- "colorBackgroundAccentBlue": {
9696
- "light": "{colorInfo100}",
9634
+ "colorBackgroundVisualAccentBlue": {
9635
+ "light": "rgba(209, 241, 255, 0.6)",
9697
9636
  "dark": "rgba(0, 153, 255, 0.2)"
9698
9637
  },
9699
- "colorBackgroundAccentViolet": {
9700
- "light": "{colorViolet100}",
9638
+ "colorBackgroundVisualAccentViolet": {
9639
+ "light": "rgba(232, 229, 255, 0.6)",
9701
9640
  "dark": "rgba(133, 117, 255, 0.2)"
9702
9641
  },
9703
- "colorBackgroundAccentFuchsia": {
9704
- "light": "{colorFuchsia100}",
9705
- "dark": "rgba(228, 51, 255, 0.2)"
9706
- },
9707
- "colorBackgroundAccentMagenta": {
9708
- "light": "{colorMagenta100}",
9642
+ "colorBackgroundVisualAccentMagenta": {
9643
+ "light": "rgba(255, 224, 251, 0.6)",
9709
9644
  "dark": "rgba(255, 26, 224, 0.2)"
9710
9645
  },
9711
- "colorBackgroundAccentPink": {
9712
- "light": "{colorPink100}",
9646
+ "colorBackgroundVisualAccentPink": {
9647
+ "light": "rgba(255, 224, 240, 0.7)",
9713
9648
  "dark": "rgba(255, 51, 153, 0.2)"
9714
9649
  },
9715
- "colorBackgroundAccentRose": {
9716
- "light": "{colorRose100}",
9717
- "dark": "rgba(255, 56, 106, 0.2)"
9718
- },
9719
- "colorBackgroundAccentAmber": {
9720
- "light": "{colorAmber100}",
9650
+ "colorBackgroundVisualAccentAmber": {
9651
+ "light": "rgba(255, 232, 189, 0.7)",
9721
9652
  "dark": "rgba(250, 111, 0, 0.2)"
9722
9653
  },
9723
- "colorTextAccentRed": {
9724
- "light": "{colorError800}",
9654
+ "colorTextVisualAccentRed": {
9655
+ "light": "{colorError700}",
9725
9656
  "dark": "{colorError400}"
9726
9657
  },
9727
- "colorTextAccentYellow": {
9658
+ "colorTextVisualAccentYellow": {
9728
9659
  "light": "{colorWarning900}",
9729
- "dark": "{colorWarning400}"
9660
+ "dark": "{colorWarning200}"
9730
9661
  },
9731
- "colorTextAccentIndigo": {
9662
+ "colorTextVisualAccentIndigo": {
9732
9663
  "light": "{colorInfo800}",
9733
- "dark": "{colorInfo400}"
9664
+ "dark": "{colorInfo300}"
9734
9665
  },
9735
- "colorTextAccentGreen": {
9736
- "light": "{colorSuccess800}",
9737
- "dark": "{colorSuccess400}"
9666
+ "colorTextVisualAccentGreen": {
9667
+ "light": "{colorSuccess600}",
9668
+ "dark": "{colorSuccess200}"
9738
9669
  },
9739
- "colorTextAccentOrange": {
9740
- "light": "{colorOrange800}",
9741
- "dark": "{colorOrange400}"
9670
+ "colorTextVisualAccentOrange": {
9671
+ "light": "#a82700",
9672
+ "dark": "#ff997a"
9742
9673
  },
9743
- "colorTextAccentPurple": {
9744
- "light": "{colorPurple800}",
9745
- "dark": "{colorPurple400}"
9674
+ "colorTextVisualAccentPurple": {
9675
+ "light": "#962eff",
9676
+ "dark": "#d4a8ff"
9746
9677
  },
9747
- "colorTextAccentMint": {
9748
- "light": "{colorMint800}",
9749
- "dark": "{colorMint400}"
9678
+ "colorTextVisualAccentLime": {
9679
+ "light": "#007000",
9680
+ "dark": "#acff2e"
9750
9681
  },
9751
- "colorTextAccentLime": {
9752
- "light": "{colorLime800}",
9753
- "dark": "{colorLime400}"
9754
- },
9755
- "colorTextAccentGrey": {
9756
- "light": "{colorNeutral800}",
9682
+ "colorTextVisualAccentGrey": {
9683
+ "light": "{colorNeutral850}",
9757
9684
  "dark": "{colorNeutral300}"
9758
9685
  },
9759
- "colorTextAccentTeal": {
9760
- "light": "{colorTeal800}",
9761
- "dark": "{colorTeal400}"
9762
- },
9763
- "colorTextAccentCyan": {
9764
- "light": "{colorCyan800}",
9765
- "dark": "{colorCyan400}"
9766
- },
9767
- "colorTextAccentBlue": {
9768
- "light": "{colorInfo800}",
9769
- "dark": "{colorInfo400}"
9770
- },
9771
- "colorTextAccentViolet": {
9772
- "light": "{colorViolet800}",
9773
- "dark": "{colorViolet400}"
9686
+ "colorTextVisualAccentTeal": {
9687
+ "light": "#008077",
9688
+ "dark": "#00f5e4"
9774
9689
  },
9775
- "colorTextAccentFuchsia": {
9776
- "light": "{colorFuchsia800}",
9777
- "dark": "{colorFuchsia400}"
9690
+ "colorTextVisualAccentBlue": {
9691
+ "light": "#006ce0",
9692
+ "dark": "#75cfff"
9778
9693
  },
9779
- "colorTextAccentMagenta": {
9780
- "light": "{colorMagenta800}",
9781
- "dark": "{colorMagenta400}"
9694
+ "colorTextVisualAccentViolet": {
9695
+ "light": "#6842ff",
9696
+ "dark": "#b2a8ff"
9782
9697
  },
9783
- "colorTextAccentPink": {
9784
- "light": "{colorPink800}",
9785
- "dark": "{colorPink400}"
9698
+ "colorTextVisualAccentMagenta": {
9699
+ "light": "#b2008f",
9700
+ "dark": "#ff57e9"
9786
9701
  },
9787
- "colorTextAccentRose": {
9788
- "light": "{colorRose800}",
9789
- "dark": "{colorRose400}"
9702
+ "colorTextVisualAccentPink": {
9703
+ "light": "#bb005d",
9704
+ "dark": "#ff99cc"
9790
9705
  },
9791
- "colorTextAccentAmber": {
9792
- "light": "{colorAmber800}",
9793
- "dark": "{colorAmber400}"
9706
+ "colorTextVisualAccentAmber": {
9707
+ "light": "#9e3700",
9708
+ "dark": "#ffbb45"
9794
9709
  }
9795
9710
  }
9796
9711
  },
@@ -10554,6 +10469,10 @@ module.exports.preset = {
10554
10469
  "light": "{colorNeutral350}",
10555
10470
  "dark": "{colorNeutral650}"
10556
10471
  },
10472
+ "colorBorderLayoutSideNavigation": {
10473
+ "light": "{colorBorderLayout}",
10474
+ "dark": "{colorBorderLayout}"
10475
+ },
10557
10476
  "colorBorderNotificationStackBar": {
10558
10477
  "light": "{colorNeutral750}",
10559
10478
  "dark": "{colorNeutral750}"
@@ -11266,149 +11185,117 @@ module.exports.preset = {
11266
11185
  "light": "#f8f8f8",
11267
11186
  "dark": "#282c34"
11268
11187
  },
11269
- "colorBackgroundAccentRed": {
11270
- "light": "{colorError100}",
11188
+ "colorBackgroundVisualAccentRed": {
11189
+ "light": "#ffe0e0",
11271
11190
  "dark": "rgba(255, 61, 61, 0.2)"
11272
11191
  },
11273
- "colorBackgroundAccentYellow": {
11274
- "light": "{colorWarning100}",
11192
+ "colorBackgroundVisualAccentYellow": {
11193
+ "light": "#fffbbd",
11275
11194
  "dark": "rgba(251, 211, 50, 0.2)"
11276
11195
  },
11277
- "colorBackgroundAccentIndigo": {
11278
- "light": "{colorInfo100}",
11279
- "dark": "rgba(0, 153, 255, 0.2)"
11196
+ "colorBackgroundVisualAccentIndigo": {
11197
+ "light": "#dbe4ff",
11198
+ "dark": "rgba(92, 127, 255, 0.2)"
11280
11199
  },
11281
- "colorBackgroundAccentGreen": {
11282
- "light": "{colorSuccess100}",
11200
+ "colorBackgroundVisualAccentGreen": {
11201
+ "light": "#d9ffd6",
11283
11202
  "dark": "rgba(43, 181, 52, 0.2)"
11284
11203
  },
11285
- "colorBackgroundAccentOrange": {
11286
- "light": "{colorOrange100}",
11204
+ "colorBackgroundVisualAccentOrange": {
11205
+ "light": "rgba(255, 224, 214, 0.6)",
11287
11206
  "dark": "rgba(255, 75, 20, 0.2)"
11288
11207
  },
11289
- "colorBackgroundAccentPurple": {
11290
- "light": "{colorPurple100}",
11208
+ "colorBackgroundVisualAccentPurple": {
11209
+ "light": "rgba(242, 229, 255, 0.6)",
11291
11210
  "dark": "rgba(173, 92, 255, 0.2)"
11292
11211
  },
11293
- "colorBackgroundAccentMint": {
11294
- "light": "{colorMint100}",
11295
- "dark": "rgba(0, 189, 107, 0.2)"
11296
- },
11297
- "colorBackgroundAccentLime": {
11212
+ "colorBackgroundVisualAccentLime": {
11298
11213
  "light": "{colorLime100}",
11299
11214
  "dark": "rgba(49, 184, 0, 0.2)"
11300
11215
  },
11301
- "colorBackgroundAccentGrey": {
11216
+ "colorBackgroundVisualAccentGrey": {
11302
11217
  "light": "{colorNeutral250}",
11303
11218
  "dark": "{colorNeutral700}"
11304
11219
  },
11305
- "colorBackgroundAccentTeal": {
11306
- "light": "{colorTeal100}",
11220
+ "colorBackgroundVisualAccentTeal": {
11221
+ "light": "rgba(204, 255, 252, 0.7)",
11307
11222
  "dark": "rgba(0, 173, 162, 0.2)"
11308
11223
  },
11309
- "colorBackgroundAccentCyan": {
11310
- "light": "{colorCyan100}",
11311
- "dark": "rgba(0, 164, 189, 0.2)"
11312
- },
11313
- "colorBackgroundAccentBlue": {
11314
- "light": "{colorInfo100}",
11224
+ "colorBackgroundVisualAccentBlue": {
11225
+ "light": "rgba(209, 241, 255, 0.6)",
11315
11226
  "dark": "rgba(0, 153, 255, 0.2)"
11316
11227
  },
11317
- "colorBackgroundAccentViolet": {
11318
- "light": "{colorViolet100}",
11228
+ "colorBackgroundVisualAccentViolet": {
11229
+ "light": "rgba(232, 229, 255, 0.6)",
11319
11230
  "dark": "rgba(133, 117, 255, 0.2)"
11320
11231
  },
11321
- "colorBackgroundAccentFuchsia": {
11322
- "light": "{colorFuchsia100}",
11323
- "dark": "rgba(228, 51, 255, 0.2)"
11324
- },
11325
- "colorBackgroundAccentMagenta": {
11326
- "light": "{colorMagenta100}",
11232
+ "colorBackgroundVisualAccentMagenta": {
11233
+ "light": "rgba(255, 224, 251, 0.6)",
11327
11234
  "dark": "rgba(255, 26, 224, 0.2)"
11328
11235
  },
11329
- "colorBackgroundAccentPink": {
11330
- "light": "{colorPink100}",
11236
+ "colorBackgroundVisualAccentPink": {
11237
+ "light": "rgba(255, 224, 240, 0.7)",
11331
11238
  "dark": "rgba(255, 51, 153, 0.2)"
11332
11239
  },
11333
- "colorBackgroundAccentRose": {
11334
- "light": "{colorRose100}",
11335
- "dark": "rgba(255, 56, 106, 0.2)"
11336
- },
11337
- "colorBackgroundAccentAmber": {
11338
- "light": "{colorAmber100}",
11240
+ "colorBackgroundVisualAccentAmber": {
11241
+ "light": "rgba(255, 232, 189, 0.7)",
11339
11242
  "dark": "rgba(250, 111, 0, 0.2)"
11340
11243
  },
11341
- "colorTextAccentRed": {
11342
- "light": "{colorError800}",
11244
+ "colorTextVisualAccentRed": {
11245
+ "light": "{colorError700}",
11343
11246
  "dark": "{colorError400}"
11344
11247
  },
11345
- "colorTextAccentYellow": {
11248
+ "colorTextVisualAccentYellow": {
11346
11249
  "light": "{colorWarning900}",
11347
- "dark": "{colorWarning400}"
11250
+ "dark": "{colorWarning200}"
11348
11251
  },
11349
- "colorTextAccentIndigo": {
11252
+ "colorTextVisualAccentIndigo": {
11350
11253
  "light": "{colorInfo800}",
11351
- "dark": "{colorInfo400}"
11352
- },
11353
- "colorTextAccentGreen": {
11354
- "light": "{colorSuccess800}",
11355
- "dark": "{colorSuccess400}"
11254
+ "dark": "{colorInfo300}"
11356
11255
  },
11357
- "colorTextAccentOrange": {
11358
- "light": "{colorOrange800}",
11359
- "dark": "{colorOrange400}"
11256
+ "colorTextVisualAccentGreen": {
11257
+ "light": "{colorSuccess600}",
11258
+ "dark": "{colorSuccess200}"
11360
11259
  },
11361
- "colorTextAccentPurple": {
11362
- "light": "{colorPurple800}",
11363
- "dark": "{colorPurple400}"
11260
+ "colorTextVisualAccentOrange": {
11261
+ "light": "#a82700",
11262
+ "dark": "#ff997a"
11364
11263
  },
11365
- "colorTextAccentMint": {
11366
- "light": "{colorMint800}",
11367
- "dark": "{colorMint400}"
11264
+ "colorTextVisualAccentPurple": {
11265
+ "light": "#962eff",
11266
+ "dark": "#d4a8ff"
11368
11267
  },
11369
- "colorTextAccentLime": {
11370
- "light": "{colorLime800}",
11371
- "dark": "{colorLime400}"
11268
+ "colorTextVisualAccentLime": {
11269
+ "light": "#007000",
11270
+ "dark": "#acff2e"
11372
11271
  },
11373
- "colorTextAccentGrey": {
11374
- "light": "{colorNeutral800}",
11272
+ "colorTextVisualAccentGrey": {
11273
+ "light": "{colorNeutral850}",
11375
11274
  "dark": "{colorNeutral300}"
11376
11275
  },
11377
- "colorTextAccentTeal": {
11378
- "light": "{colorTeal800}",
11379
- "dark": "{colorTeal400}"
11380
- },
11381
- "colorTextAccentCyan": {
11382
- "light": "{colorCyan800}",
11383
- "dark": "{colorCyan400}"
11384
- },
11385
- "colorTextAccentBlue": {
11386
- "light": "{colorInfo800}",
11387
- "dark": "{colorInfo400}"
11388
- },
11389
- "colorTextAccentViolet": {
11390
- "light": "{colorViolet800}",
11391
- "dark": "{colorViolet400}"
11276
+ "colorTextVisualAccentTeal": {
11277
+ "light": "#008077",
11278
+ "dark": "#00f5e4"
11392
11279
  },
11393
- "colorTextAccentFuchsia": {
11394
- "light": "{colorFuchsia800}",
11395
- "dark": "{colorFuchsia400}"
11280
+ "colorTextVisualAccentBlue": {
11281
+ "light": "#006ce0",
11282
+ "dark": "#75cfff"
11396
11283
  },
11397
- "colorTextAccentMagenta": {
11398
- "light": "{colorMagenta800}",
11399
- "dark": "{colorMagenta400}"
11284
+ "colorTextVisualAccentViolet": {
11285
+ "light": "#6842ff",
11286
+ "dark": "#b2a8ff"
11400
11287
  },
11401
- "colorTextAccentPink": {
11402
- "light": "{colorPink800}",
11403
- "dark": "{colorPink400}"
11288
+ "colorTextVisualAccentMagenta": {
11289
+ "light": "#b2008f",
11290
+ "dark": "#ff57e9"
11404
11291
  },
11405
- "colorTextAccentRose": {
11406
- "light": "{colorRose800}",
11407
- "dark": "{colorRose400}"
11292
+ "colorTextVisualAccentPink": {
11293
+ "light": "#bb005d",
11294
+ "dark": "#ff99cc"
11408
11295
  },
11409
- "colorTextAccentAmber": {
11410
- "light": "{colorAmber800}",
11411
- "dark": "{colorAmber400}"
11296
+ "colorTextVisualAccentAmber": {
11297
+ "light": "#9e3700",
11298
+ "dark": "#ffbb45"
11412
11299
  }
11413
11300
  }
11414
11301
  },
@@ -12172,6 +12059,10 @@ module.exports.preset = {
12172
12059
  "light": "{colorNeutral350}",
12173
12060
  "dark": "{colorNeutral650}"
12174
12061
  },
12062
+ "colorBorderLayoutSideNavigation": {
12063
+ "light": "{colorBorderLayout}",
12064
+ "dark": "{colorBorderLayout}"
12065
+ },
12175
12066
  "colorBorderNotificationStackBar": {
12176
12067
  "light": "{colorNeutral750}",
12177
12068
  "dark": "{colorNeutral750}"
@@ -12884,149 +12775,117 @@ module.exports.preset = {
12884
12775
  "light": "#f8f8f8",
12885
12776
  "dark": "#282c34"
12886
12777
  },
12887
- "colorBackgroundAccentRed": {
12888
- "light": "{colorError100}",
12778
+ "colorBackgroundVisualAccentRed": {
12779
+ "light": "#ffe0e0",
12889
12780
  "dark": "rgba(255, 61, 61, 0.2)"
12890
12781
  },
12891
- "colorBackgroundAccentYellow": {
12892
- "light": "{colorWarning100}",
12782
+ "colorBackgroundVisualAccentYellow": {
12783
+ "light": "#fffbbd",
12893
12784
  "dark": "rgba(251, 211, 50, 0.2)"
12894
12785
  },
12895
- "colorBackgroundAccentIndigo": {
12896
- "light": "{colorInfo100}",
12897
- "dark": "rgba(0, 153, 255, 0.2)"
12786
+ "colorBackgroundVisualAccentIndigo": {
12787
+ "light": "#dbe4ff",
12788
+ "dark": "rgba(92, 127, 255, 0.2)"
12898
12789
  },
12899
- "colorBackgroundAccentGreen": {
12900
- "light": "{colorSuccess100}",
12790
+ "colorBackgroundVisualAccentGreen": {
12791
+ "light": "#d9ffd6",
12901
12792
  "dark": "rgba(43, 181, 52, 0.2)"
12902
12793
  },
12903
- "colorBackgroundAccentOrange": {
12904
- "light": "{colorOrange100}",
12794
+ "colorBackgroundVisualAccentOrange": {
12795
+ "light": "rgba(255, 224, 214, 0.6)",
12905
12796
  "dark": "rgba(255, 75, 20, 0.2)"
12906
12797
  },
12907
- "colorBackgroundAccentPurple": {
12908
- "light": "{colorPurple100}",
12798
+ "colorBackgroundVisualAccentPurple": {
12799
+ "light": "rgba(242, 229, 255, 0.6)",
12909
12800
  "dark": "rgba(173, 92, 255, 0.2)"
12910
12801
  },
12911
- "colorBackgroundAccentMint": {
12912
- "light": "{colorMint100}",
12913
- "dark": "rgba(0, 189, 107, 0.2)"
12914
- },
12915
- "colorBackgroundAccentLime": {
12802
+ "colorBackgroundVisualAccentLime": {
12916
12803
  "light": "{colorLime100}",
12917
12804
  "dark": "rgba(49, 184, 0, 0.2)"
12918
12805
  },
12919
- "colorBackgroundAccentGrey": {
12806
+ "colorBackgroundVisualAccentGrey": {
12920
12807
  "light": "{colorNeutral250}",
12921
12808
  "dark": "{colorNeutral700}"
12922
12809
  },
12923
- "colorBackgroundAccentTeal": {
12924
- "light": "{colorTeal100}",
12810
+ "colorBackgroundVisualAccentTeal": {
12811
+ "light": "rgba(204, 255, 252, 0.7)",
12925
12812
  "dark": "rgba(0, 173, 162, 0.2)"
12926
12813
  },
12927
- "colorBackgroundAccentCyan": {
12928
- "light": "{colorCyan100}",
12929
- "dark": "rgba(0, 164, 189, 0.2)"
12930
- },
12931
- "colorBackgroundAccentBlue": {
12932
- "light": "{colorInfo100}",
12814
+ "colorBackgroundVisualAccentBlue": {
12815
+ "light": "rgba(209, 241, 255, 0.6)",
12933
12816
  "dark": "rgba(0, 153, 255, 0.2)"
12934
12817
  },
12935
- "colorBackgroundAccentViolet": {
12936
- "light": "{colorViolet100}",
12818
+ "colorBackgroundVisualAccentViolet": {
12819
+ "light": "rgba(232, 229, 255, 0.6)",
12937
12820
  "dark": "rgba(133, 117, 255, 0.2)"
12938
12821
  },
12939
- "colorBackgroundAccentFuchsia": {
12940
- "light": "{colorFuchsia100}",
12941
- "dark": "rgba(228, 51, 255, 0.2)"
12942
- },
12943
- "colorBackgroundAccentMagenta": {
12944
- "light": "{colorMagenta100}",
12822
+ "colorBackgroundVisualAccentMagenta": {
12823
+ "light": "rgba(255, 224, 251, 0.6)",
12945
12824
  "dark": "rgba(255, 26, 224, 0.2)"
12946
12825
  },
12947
- "colorBackgroundAccentPink": {
12948
- "light": "{colorPink100}",
12826
+ "colorBackgroundVisualAccentPink": {
12827
+ "light": "rgba(255, 224, 240, 0.7)",
12949
12828
  "dark": "rgba(255, 51, 153, 0.2)"
12950
12829
  },
12951
- "colorBackgroundAccentRose": {
12952
- "light": "{colorRose100}",
12953
- "dark": "rgba(255, 56, 106, 0.2)"
12954
- },
12955
- "colorBackgroundAccentAmber": {
12956
- "light": "{colorAmber100}",
12830
+ "colorBackgroundVisualAccentAmber": {
12831
+ "light": "rgba(255, 232, 189, 0.7)",
12957
12832
  "dark": "rgba(250, 111, 0, 0.2)"
12958
12833
  },
12959
- "colorTextAccentRed": {
12960
- "light": "{colorError800}",
12834
+ "colorTextVisualAccentRed": {
12835
+ "light": "{colorError700}",
12961
12836
  "dark": "{colorError400}"
12962
12837
  },
12963
- "colorTextAccentYellow": {
12838
+ "colorTextVisualAccentYellow": {
12964
12839
  "light": "{colorWarning900}",
12965
- "dark": "{colorWarning400}"
12840
+ "dark": "{colorWarning200}"
12966
12841
  },
12967
- "colorTextAccentIndigo": {
12842
+ "colorTextVisualAccentIndigo": {
12968
12843
  "light": "{colorInfo800}",
12969
- "dark": "{colorInfo400}"
12970
- },
12971
- "colorTextAccentGreen": {
12972
- "light": "{colorSuccess800}",
12973
- "dark": "{colorSuccess400}"
12844
+ "dark": "{colorInfo300}"
12974
12845
  },
12975
- "colorTextAccentOrange": {
12976
- "light": "{colorOrange800}",
12977
- "dark": "{colorOrange400}"
12846
+ "colorTextVisualAccentGreen": {
12847
+ "light": "{colorSuccess600}",
12848
+ "dark": "{colorSuccess200}"
12978
12849
  },
12979
- "colorTextAccentPurple": {
12980
- "light": "{colorPurple800}",
12981
- "dark": "{colorPurple400}"
12850
+ "colorTextVisualAccentOrange": {
12851
+ "light": "#a82700",
12852
+ "dark": "#ff997a"
12982
12853
  },
12983
- "colorTextAccentMint": {
12984
- "light": "{colorMint800}",
12985
- "dark": "{colorMint400}"
12854
+ "colorTextVisualAccentPurple": {
12855
+ "light": "#962eff",
12856
+ "dark": "#d4a8ff"
12986
12857
  },
12987
- "colorTextAccentLime": {
12988
- "light": "{colorLime800}",
12989
- "dark": "{colorLime400}"
12858
+ "colorTextVisualAccentLime": {
12859
+ "light": "#007000",
12860
+ "dark": "#acff2e"
12990
12861
  },
12991
- "colorTextAccentGrey": {
12992
- "light": "{colorNeutral800}",
12862
+ "colorTextVisualAccentGrey": {
12863
+ "light": "{colorNeutral850}",
12993
12864
  "dark": "{colorNeutral300}"
12994
12865
  },
12995
- "colorTextAccentTeal": {
12996
- "light": "{colorTeal800}",
12997
- "dark": "{colorTeal400}"
12998
- },
12999
- "colorTextAccentCyan": {
13000
- "light": "{colorCyan800}",
13001
- "dark": "{colorCyan400}"
13002
- },
13003
- "colorTextAccentBlue": {
13004
- "light": "{colorInfo800}",
13005
- "dark": "{colorInfo400}"
13006
- },
13007
- "colorTextAccentViolet": {
13008
- "light": "{colorViolet800}",
13009
- "dark": "{colorViolet400}"
12866
+ "colorTextVisualAccentTeal": {
12867
+ "light": "#008077",
12868
+ "dark": "#00f5e4"
13010
12869
  },
13011
- "colorTextAccentFuchsia": {
13012
- "light": "{colorFuchsia800}",
13013
- "dark": "{colorFuchsia400}"
12870
+ "colorTextVisualAccentBlue": {
12871
+ "light": "#006ce0",
12872
+ "dark": "#75cfff"
13014
12873
  },
13015
- "colorTextAccentMagenta": {
13016
- "light": "{colorMagenta800}",
13017
- "dark": "{colorMagenta400}"
12874
+ "colorTextVisualAccentViolet": {
12875
+ "light": "#6842ff",
12876
+ "dark": "#b2a8ff"
13018
12877
  },
13019
- "colorTextAccentPink": {
13020
- "light": "{colorPink800}",
13021
- "dark": "{colorPink400}"
12878
+ "colorTextVisualAccentMagenta": {
12879
+ "light": "#b2008f",
12880
+ "dark": "#ff57e9"
13022
12881
  },
13023
- "colorTextAccentRose": {
13024
- "light": "{colorRose800}",
13025
- "dark": "{colorRose400}"
12882
+ "colorTextVisualAccentPink": {
12883
+ "light": "#bb005d",
12884
+ "dark": "#ff99cc"
13026
12885
  },
13027
- "colorTextAccentAmber": {
13028
- "light": "{colorAmber800}",
13029
- "dark": "{colorAmber400}"
12886
+ "colorTextVisualAccentAmber": {
12887
+ "light": "#9e3700",
12888
+ "dark": "#ffbb45"
13030
12889
  },
13031
12890
  "fontSizeExpandableHeading": "14px",
13032
12891
  "borderDividerSectionWidth": "1px"
@@ -13792,6 +13651,10 @@ module.exports.preset = {
13792
13651
  "light": "{colorNeutral650}",
13793
13652
  "dark": "{colorNeutral650}"
13794
13653
  },
13654
+ "colorBorderLayoutSideNavigation": {
13655
+ "light": "{colorBorderLayout}",
13656
+ "dark": "{colorBorderLayout}"
13657
+ },
13795
13658
  "colorBorderNotificationStackBar": {
13796
13659
  "light": "{colorNeutral750}",
13797
13660
  "dark": "{colorNeutral750}"
@@ -14504,149 +14367,117 @@ module.exports.preset = {
14504
14367
  "light": "#282c34",
14505
14368
  "dark": "#282c34"
14506
14369
  },
14507
- "colorBackgroundAccentRed": {
14370
+ "colorBackgroundVisualAccentRed": {
14508
14371
  "light": "rgba(255, 61, 61, 0.2)",
14509
14372
  "dark": "rgba(255, 61, 61, 0.2)"
14510
14373
  },
14511
- "colorBackgroundAccentYellow": {
14374
+ "colorBackgroundVisualAccentYellow": {
14512
14375
  "light": "rgba(251, 211, 50, 0.2)",
14513
14376
  "dark": "rgba(251, 211, 50, 0.2)"
14514
14377
  },
14515
- "colorBackgroundAccentIndigo": {
14516
- "light": "rgba(0, 153, 255, 0.2)",
14517
- "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)"
14518
14381
  },
14519
- "colorBackgroundAccentGreen": {
14382
+ "colorBackgroundVisualAccentGreen": {
14520
14383
  "light": "rgba(43, 181, 52, 0.2)",
14521
14384
  "dark": "rgba(43, 181, 52, 0.2)"
14522
14385
  },
14523
- "colorBackgroundAccentOrange": {
14386
+ "colorBackgroundVisualAccentOrange": {
14524
14387
  "light": "rgba(255, 75, 20, 0.2)",
14525
14388
  "dark": "rgba(255, 75, 20, 0.2)"
14526
14389
  },
14527
- "colorBackgroundAccentPurple": {
14390
+ "colorBackgroundVisualAccentPurple": {
14528
14391
  "light": "rgba(173, 92, 255, 0.2)",
14529
14392
  "dark": "rgba(173, 92, 255, 0.2)"
14530
14393
  },
14531
- "colorBackgroundAccentMint": {
14532
- "light": "rgba(0, 189, 107, 0.2)",
14533
- "dark": "rgba(0, 189, 107, 0.2)"
14534
- },
14535
- "colorBackgroundAccentLime": {
14394
+ "colorBackgroundVisualAccentLime": {
14536
14395
  "light": "rgba(49, 184, 0, 0.2)",
14537
14396
  "dark": "rgba(49, 184, 0, 0.2)"
14538
14397
  },
14539
- "colorBackgroundAccentGrey": {
14398
+ "colorBackgroundVisualAccentGrey": {
14540
14399
  "light": "{colorNeutral700}",
14541
14400
  "dark": "{colorNeutral700}"
14542
14401
  },
14543
- "colorBackgroundAccentTeal": {
14402
+ "colorBackgroundVisualAccentTeal": {
14544
14403
  "light": "rgba(0, 173, 162, 0.2)",
14545
14404
  "dark": "rgba(0, 173, 162, 0.2)"
14546
14405
  },
14547
- "colorBackgroundAccentCyan": {
14548
- "light": "rgba(0, 164, 189, 0.2)",
14549
- "dark": "rgba(0, 164, 189, 0.2)"
14550
- },
14551
- "colorBackgroundAccentBlue": {
14406
+ "colorBackgroundVisualAccentBlue": {
14552
14407
  "light": "rgba(0, 153, 255, 0.2)",
14553
14408
  "dark": "rgba(0, 153, 255, 0.2)"
14554
14409
  },
14555
- "colorBackgroundAccentViolet": {
14410
+ "colorBackgroundVisualAccentViolet": {
14556
14411
  "light": "rgba(133, 117, 255, 0.2)",
14557
14412
  "dark": "rgba(133, 117, 255, 0.2)"
14558
14413
  },
14559
- "colorBackgroundAccentFuchsia": {
14560
- "light": "rgba(228, 51, 255, 0.2)",
14561
- "dark": "rgba(228, 51, 255, 0.2)"
14562
- },
14563
- "colorBackgroundAccentMagenta": {
14414
+ "colorBackgroundVisualAccentMagenta": {
14564
14415
  "light": "rgba(255, 26, 224, 0.2)",
14565
14416
  "dark": "rgba(255, 26, 224, 0.2)"
14566
14417
  },
14567
- "colorBackgroundAccentPink": {
14418
+ "colorBackgroundVisualAccentPink": {
14568
14419
  "light": "rgba(255, 51, 153, 0.2)",
14569
14420
  "dark": "rgba(255, 51, 153, 0.2)"
14570
14421
  },
14571
- "colorBackgroundAccentRose": {
14572
- "light": "rgba(255, 56, 106, 0.2)",
14573
- "dark": "rgba(255, 56, 106, 0.2)"
14574
- },
14575
- "colorBackgroundAccentAmber": {
14422
+ "colorBackgroundVisualAccentAmber": {
14576
14423
  "light": "rgba(250, 111, 0, 0.2)",
14577
14424
  "dark": "rgba(250, 111, 0, 0.2)"
14578
14425
  },
14579
- "colorTextAccentRed": {
14426
+ "colorTextVisualAccentRed": {
14580
14427
  "light": "{colorError400}",
14581
14428
  "dark": "{colorError400}"
14582
14429
  },
14583
- "colorTextAccentYellow": {
14584
- "light": "{colorWarning400}",
14585
- "dark": "{colorWarning400}"
14586
- },
14587
- "colorTextAccentIndigo": {
14588
- "light": "{colorInfo400}",
14589
- "dark": "{colorInfo400}"
14430
+ "colorTextVisualAccentYellow": {
14431
+ "light": "{colorWarning200}",
14432
+ "dark": "{colorWarning200}"
14590
14433
  },
14591
- "colorTextAccentGreen": {
14592
- "light": "{colorSuccess400}",
14593
- "dark": "{colorSuccess400}"
14434
+ "colorTextVisualAccentIndigo": {
14435
+ "light": "{colorInfo300}",
14436
+ "dark": "{colorInfo300}"
14594
14437
  },
14595
- "colorTextAccentOrange": {
14596
- "light": "{colorOrange400}",
14597
- "dark": "{colorOrange400}"
14438
+ "colorTextVisualAccentGreen": {
14439
+ "light": "{colorSuccess200}",
14440
+ "dark": "{colorSuccess200}"
14598
14441
  },
14599
- "colorTextAccentPurple": {
14600
- "light": "{colorPurple400}",
14601
- "dark": "{colorPurple400}"
14442
+ "colorTextVisualAccentOrange": {
14443
+ "light": "#ff997a",
14444
+ "dark": "#ff997a"
14602
14445
  },
14603
- "colorTextAccentMint": {
14604
- "light": "{colorMint400}",
14605
- "dark": "{colorMint400}"
14446
+ "colorTextVisualAccentPurple": {
14447
+ "light": "#d4a8ff",
14448
+ "dark": "#d4a8ff"
14606
14449
  },
14607
- "colorTextAccentLime": {
14608
- "light": "{colorLime400}",
14609
- "dark": "{colorLime400}"
14450
+ "colorTextVisualAccentLime": {
14451
+ "light": "#acff2e",
14452
+ "dark": "#acff2e"
14610
14453
  },
14611
- "colorTextAccentGrey": {
14454
+ "colorTextVisualAccentGrey": {
14612
14455
  "light": "{colorNeutral300}",
14613
14456
  "dark": "{colorNeutral300}"
14614
14457
  },
14615
- "colorTextAccentTeal": {
14616
- "light": "{colorTeal400}",
14617
- "dark": "{colorTeal400}"
14618
- },
14619
- "colorTextAccentCyan": {
14620
- "light": "{colorCyan400}",
14621
- "dark": "{colorCyan400}"
14458
+ "colorTextVisualAccentTeal": {
14459
+ "light": "#00f5e4",
14460
+ "dark": "#00f5e4"
14622
14461
  },
14623
- "colorTextAccentBlue": {
14624
- "light": "{colorInfo400}",
14625
- "dark": "{colorInfo400}"
14626
- },
14627
- "colorTextAccentViolet": {
14628
- "light": "{colorViolet400}",
14629
- "dark": "{colorViolet400}"
14630
- },
14631
- "colorTextAccentFuchsia": {
14632
- "light": "{colorFuchsia400}",
14633
- "dark": "{colorFuchsia400}"
14462
+ "colorTextVisualAccentBlue": {
14463
+ "light": "#75cfff",
14464
+ "dark": "#75cfff"
14634
14465
  },
14635
- "colorTextAccentMagenta": {
14636
- "light": "{colorMagenta400}",
14637
- "dark": "{colorMagenta400}"
14466
+ "colorTextVisualAccentViolet": {
14467
+ "light": "#b2a8ff",
14468
+ "dark": "#b2a8ff"
14638
14469
  },
14639
- "colorTextAccentPink": {
14640
- "light": "{colorPink400}",
14641
- "dark": "{colorPink400}"
14470
+ "colorTextVisualAccentMagenta": {
14471
+ "light": "#ff57e9",
14472
+ "dark": "#ff57e9"
14642
14473
  },
14643
- "colorTextAccentRose": {
14644
- "light": "{colorRose400}",
14645
- "dark": "{colorRose400}"
14474
+ "colorTextVisualAccentPink": {
14475
+ "light": "#ff99cc",
14476
+ "dark": "#ff99cc"
14646
14477
  },
14647
- "colorTextAccentAmber": {
14648
- "light": "{colorAmber400}",
14649
- "dark": "{colorAmber400}"
14478
+ "colorTextVisualAccentAmber": {
14479
+ "light": "#ffbb45",
14480
+ "dark": "#ffbb45"
14650
14481
  }
14651
14482
  }
14652
14483
  },
@@ -14698,12 +14529,14 @@ module.exports.preset = {
14698
14529
  "colorError100": "color",
14699
14530
  "colorError400": "color",
14700
14531
  "colorError600": "color",
14532
+ "colorError700": "color",
14701
14533
  "colorError800": "color",
14702
14534
  "colorError900": "color",
14703
14535
  "colorError950": "color",
14704
14536
  "colorError1000": "color",
14705
14537
  "colorSuccess50": "color",
14706
14538
  "colorSuccess100": "color",
14539
+ "colorSuccess200": "color",
14707
14540
  "colorSuccess400": "color",
14708
14541
  "colorSuccess500": "color",
14709
14542
  "colorSuccess600": "color",
@@ -14712,6 +14545,7 @@ module.exports.preset = {
14712
14545
  "colorSuccess1000": "color",
14713
14546
  "colorWarning50": "color",
14714
14547
  "colorWarning100": "color",
14548
+ "colorWarning200": "color",
14715
14549
  "colorWarning400": "color",
14716
14550
  "colorWarning500": "color",
14717
14551
  "colorWarning600": "color",
@@ -15228,6 +15062,7 @@ module.exports.preset = {
15228
15062
  "colorBorderItemPlaceholder": "color",
15229
15063
  "colorBorderItemSelected": "color",
15230
15064
  "colorBorderLayout": "color",
15065
+ "colorBorderLayoutSideNavigation": "color",
15231
15066
  "colorBorderNotificationStackBar": "color",
15232
15067
  "colorBorderPanelHeader": "color",
15233
15068
  "colorBorderPopover": "color",
@@ -15406,42 +15241,34 @@ module.exports.preset = {
15406
15241
  "colorTextBadgeBlue": "color",
15407
15242
  "colorTextBadgeRed": "color",
15408
15243
  "colorBackgroundCodeView": "color",
15409
- "colorBackgroundAccentRed": "color",
15410
- "colorBackgroundAccentYellow": "color",
15411
- "colorBackgroundAccentIndigo": "color",
15412
- "colorBackgroundAccentGreen": "color",
15413
- "colorBackgroundAccentOrange": "color",
15414
- "colorBackgroundAccentPurple": "color",
15415
- "colorBackgroundAccentMint": "color",
15416
- "colorBackgroundAccentLime": "color",
15417
- "colorBackgroundAccentGrey": "color",
15418
- "colorBackgroundAccentTeal": "color",
15419
- "colorBackgroundAccentCyan": "color",
15420
- "colorBackgroundAccentBlue": "color",
15421
- "colorBackgroundAccentViolet": "color",
15422
- "colorBackgroundAccentFuchsia": "color",
15423
- "colorBackgroundAccentMagenta": "color",
15424
- "colorBackgroundAccentPink": "color",
15425
- "colorBackgroundAccentRose": "color",
15426
- "colorBackgroundAccentAmber": "color",
15427
- "colorTextAccentRed": "color",
15428
- "colorTextAccentYellow": "color",
15429
- "colorTextAccentIndigo": "color",
15430
- "colorTextAccentGreen": "color",
15431
- "colorTextAccentOrange": "color",
15432
- "colorTextAccentPurple": "color",
15433
- "colorTextAccentMint": "color",
15434
- "colorTextAccentLime": "color",
15435
- "colorTextAccentGrey": "color",
15436
- "colorTextAccentTeal": "color",
15437
- "colorTextAccentCyan": "color",
15438
- "colorTextAccentBlue": "color",
15439
- "colorTextAccentViolet": "color",
15440
- "colorTextAccentFuchsia": "color",
15441
- "colorTextAccentMagenta": "color",
15442
- "colorTextAccentPink": "color",
15443
- "colorTextAccentRose": "color",
15444
- "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",
15445
15272
  "motionDurationExtraFast": "motion",
15446
15273
  "motionDurationExtraSlow": "motion",
15447
15274
  "motionDurationFast": "motion",
@@ -15479,6 +15306,8 @@ module.exports.preset = {
15479
15306
  "motionDurationResponsive": "motion",
15480
15307
  "motionDurationExpressive": "motion",
15481
15308
  "motionDurationComplex": "motion",
15309
+ "motionDurationTooltipEnter": "motion",
15310
+ "motionEasingTooltipEnter": "motion",
15482
15311
  "motionKeyframesFadeIn": "motion",
15483
15312
  "motionKeyframesFadeOut": "motion",
15484
15313
  "motionKeyframesStatusIconError": "motion",
@@ -15563,8 +15392,8 @@ module.exports.preset = {
15563
15392
  "spaceTableHeaderToolsFullPageBottom": "density",
15564
15393
  "spaceTableHorizontal": "density",
15565
15394
  "spaceTreeViewIndentation": "density",
15566
- "spaceSideNavigationItemGap": "density",
15567
- "spaceSideNavigationItemCollapsedGap": "density",
15395
+ "spaceSideNavigationItemDefaultGap": "density",
15396
+ "spaceSideNavigationItemIconGap": "density",
15568
15397
  "spaceTileGutter": "density",
15569
15398
  "spaceActionCardHorizontalDefault": "density",
15570
15399
  "spaceActionCardHorizontalEmbedded": "density",
@@ -15784,6 +15613,10 @@ module.exports.preset = {
15784
15613
  "light": "#db0000",
15785
15614
  "dark": "#db0000"
15786
15615
  },
15616
+ "700": {
15617
+ "light": "#c20000",
15618
+ "dark": "#c20000"
15619
+ },
15787
15620
  "800": {
15788
15621
  "light": "#990000",
15789
15622
  "dark": "#990000"
@@ -15810,6 +15643,10 @@ module.exports.preset = {
15810
15643
  "light": "#d9ffd6",
15811
15644
  "dark": "#d9ffd6"
15812
15645
  },
15646
+ "200": {
15647
+ "light": "#aeffa8",
15648
+ "dark": "#aeffa8"
15649
+ },
15813
15650
  "400": {
15814
15651
  "light": "#00e500",
15815
15652
  "dark": "#00e500"
@@ -15844,6 +15681,10 @@ module.exports.preset = {
15844
15681
  "light": "#fffbbd",
15845
15682
  "dark": "#fffbbd"
15846
15683
  },
15684
+ "200": {
15685
+ "light": "#fef571",
15686
+ "dark": "#fef571"
15687
+ },
15847
15688
  "400": {
15848
15689
  "light": "#ffe347",
15849
15690
  "dark": "#ffe347"
@@ -16113,6 +15954,7 @@ module.exports.preset = {
16113
15954
  "colorBorderDropdownItemFocused",
16114
15955
  "colorBorderItemSelected",
16115
15956
  "colorBorderLayout",
15957
+ "colorBorderLayoutSideNavigation",
16116
15958
  "colorBorderPopover",
16117
15959
  "colorBorderSegmentActive",
16118
15960
  "colorBorderSegmentDefault",
@@ -16197,6 +16039,7 @@ module.exports.preset = {
16197
16039
  "colorTextLinkInfoDefault",
16198
16040
  "colorTextLinkInfoHover",
16199
16041
  "colorTextNotificationDefault",
16042
+ "colorTextNotificationYellow",
16200
16043
  "colorTextSegmentActive",
16201
16044
  "colorTextSegmentDefault",
16202
16045
  "colorTextSegmentHover",
@@ -16342,9 +16185,12 @@ module.exports.preset = {
16342
16185
  "borderWidthIconSmall",
16343
16186
  "borderWidthIconXSmall",
16344
16187
  "borderWidthItemSelected",
16188
+ "borderWidthLayoutSideNavigation",
16345
16189
  "borderWidthBadge",
16346
16190
  "borderWidthPopover",
16347
16191
  "borderWidthToken",
16192
+ "motionDurationTooltipEnter",
16193
+ "motionEasingTooltipEnter",
16348
16194
  "sizeVerticalInput",
16349
16195
  "sizeSideNavigationItemHeight",
16350
16196
  "spaceAlertVertical",
@@ -16357,7 +16203,8 @@ module.exports.preset = {
16357
16203
  "spaceCardVerticalDefault",
16358
16204
  "spaceCardVerticalEmbedded",
16359
16205
  "spaceTabsVertical",
16360
- "spaceSideNavigationItemGap",
16206
+ "spaceSideNavigationItemDefaultGap",
16207
+ "spaceSideNavigationItemIconGap",
16361
16208
  "spaceActionCardHorizontalDefault",
16362
16209
  "spaceActionCardHorizontalEmbedded",
16363
16210
  "spaceActionCardVerticalDefault",
@@ -16650,6 +16497,7 @@ module.exports.preset = {
16650
16497
  "colorBorderItemFocused",
16651
16498
  "colorBorderDropdownItemFocused",
16652
16499
  "colorBorderItemSelected",
16500
+ "colorBorderLayoutSideNavigation",
16653
16501
  "colorBorderPopover",
16654
16502
  "colorBorderSegmentActive",
16655
16503
  "colorBorderSegmentDefault",
@@ -16727,6 +16575,7 @@ module.exports.preset = {
16727
16575
  "colorTextLinkInfoDefault",
16728
16576
  "colorTextLinkInfoHover",
16729
16577
  "colorTextNotificationDefault",
16578
+ "colorTextNotificationYellow",
16730
16579
  "colorTextSegmentActive",
16731
16580
  "colorTextSegmentDefault",
16732
16581
  "colorTextSegmentHover",
@@ -16863,6 +16712,7 @@ module.exports.preset = {
16863
16712
  "borderWidthIconSmall",
16864
16713
  "borderWidthIconXSmall",
16865
16714
  "borderWidthItemSelected",
16715
+ "borderWidthLayoutSideNavigation",
16866
16716
  "borderWidthBadge",
16867
16717
  "borderWidthPopover",
16868
16718
  "borderWidthToken",
@@ -16875,6 +16725,8 @@ module.exports.preset = {
16875
16725
  "motionDurationResponsive",
16876
16726
  "motionDurationExpressive",
16877
16727
  "motionDurationComplex",
16728
+ "motionDurationTooltipEnter",
16729
+ "motionEasingTooltipEnter",
16878
16730
  "motionKeyframesFadeIn",
16879
16731
  "motionKeyframesFadeOut",
16880
16732
  "motionKeyframesStatusIconError",
@@ -16894,7 +16746,8 @@ module.exports.preset = {
16894
16746
  "spaceFieldHorizontal",
16895
16747
  "spaceTabsVertical",
16896
16748
  "spaceTreeViewIndentation",
16897
- "spaceSideNavigationItemGap",
16749
+ "spaceSideNavigationItemDefaultGap",
16750
+ "spaceSideNavigationItemIconGap",
16898
16751
  "spaceActionCardHorizontalDefault",
16899
16752
  "spaceActionCardHorizontalEmbedded",
16900
16753
  "spaceActionCardVerticalDefault",
@@ -16959,12 +16812,14 @@ module.exports.preset = {
16959
16812
  "colorError100": "color-error-100",
16960
16813
  "colorError400": "color-error-400",
16961
16814
  "colorError600": "color-error-600",
16815
+ "colorError700": "color-error-700",
16962
16816
  "colorError800": "color-error-800",
16963
16817
  "colorError900": "color-error-900",
16964
16818
  "colorError950": "color-error-950",
16965
16819
  "colorError1000": "color-error-1000",
16966
16820
  "colorSuccess50": "color-success-50",
16967
16821
  "colorSuccess100": "color-success-100",
16822
+ "colorSuccess200": "color-success-200",
16968
16823
  "colorSuccess400": "color-success-400",
16969
16824
  "colorSuccess500": "color-success-500",
16970
16825
  "colorSuccess600": "color-success-600",
@@ -16973,6 +16828,7 @@ module.exports.preset = {
16973
16828
  "colorSuccess1000": "color-success-1000",
16974
16829
  "colorWarning50": "color-warning-50",
16975
16830
  "colorWarning100": "color-warning-100",
16831
+ "colorWarning200": "color-warning-200",
16976
16832
  "colorWarning400": "color-warning-400",
16977
16833
  "colorWarning500": "color-warning-500",
16978
16834
  "colorWarning600": "color-warning-600",
@@ -17489,6 +17345,7 @@ module.exports.preset = {
17489
17345
  "colorBorderItemPlaceholder": "color-border-item-placeholder",
17490
17346
  "colorBorderItemSelected": "color-border-item-selected",
17491
17347
  "colorBorderLayout": "color-border-layout",
17348
+ "colorBorderLayoutSideNavigation": "color-border-layout-side-navigation",
17492
17349
  "colorBorderNotificationStackBar": "color-border-notification-stack-bar",
17493
17350
  "colorBorderPanelHeader": "color-border-panel-header",
17494
17351
  "colorBorderPopover": "color-border-popover",
@@ -17667,42 +17524,34 @@ module.exports.preset = {
17667
17524
  "colorTextBadgeBlue": "color-text-badge-blue",
17668
17525
  "colorTextBadgeRed": "color-text-badge-red",
17669
17526
  "colorBackgroundCodeView": "color-background-code-view",
17670
- "colorBackgroundAccentRed": "color-background-accent-red",
17671
- "colorBackgroundAccentYellow": "color-background-accent-yellow",
17672
- "colorBackgroundAccentIndigo": "color-background-accent-indigo",
17673
- "colorBackgroundAccentGreen": "color-background-accent-green",
17674
- "colorBackgroundAccentOrange": "color-background-accent-orange",
17675
- "colorBackgroundAccentPurple": "color-background-accent-purple",
17676
- "colorBackgroundAccentMint": "color-background-accent-mint",
17677
- "colorBackgroundAccentLime": "color-background-accent-lime",
17678
- "colorBackgroundAccentGrey": "color-background-accent-grey",
17679
- "colorBackgroundAccentTeal": "color-background-accent-teal",
17680
- "colorBackgroundAccentCyan": "color-background-accent-cyan",
17681
- "colorBackgroundAccentBlue": "color-background-accent-blue",
17682
- "colorBackgroundAccentViolet": "color-background-accent-violet",
17683
- "colorBackgroundAccentFuchsia": "color-background-accent-fuchsia",
17684
- "colorBackgroundAccentMagenta": "color-background-accent-magenta",
17685
- "colorBackgroundAccentPink": "color-background-accent-pink",
17686
- "colorBackgroundAccentRose": "color-background-accent-rose",
17687
- "colorBackgroundAccentAmber": "color-background-accent-amber",
17688
- "colorTextAccentRed": "color-text-accent-red",
17689
- "colorTextAccentYellow": "color-text-accent-yellow",
17690
- "colorTextAccentIndigo": "color-text-accent-indigo",
17691
- "colorTextAccentGreen": "color-text-accent-green",
17692
- "colorTextAccentOrange": "color-text-accent-orange",
17693
- "colorTextAccentPurple": "color-text-accent-purple",
17694
- "colorTextAccentMint": "color-text-accent-mint",
17695
- "colorTextAccentLime": "color-text-accent-lime",
17696
- "colorTextAccentGrey": "color-text-accent-grey",
17697
- "colorTextAccentTeal": "color-text-accent-teal",
17698
- "colorTextAccentCyan": "color-text-accent-cyan",
17699
- "colorTextAccentBlue": "color-text-accent-blue",
17700
- "colorTextAccentViolet": "color-text-accent-violet",
17701
- "colorTextAccentFuchsia": "color-text-accent-fuchsia",
17702
- "colorTextAccentMagenta": "color-text-accent-magenta",
17703
- "colorTextAccentPink": "color-text-accent-pink",
17704
- "colorTextAccentRose": "color-text-accent-rose",
17705
- "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",
17706
17555
  "fontBoxValueLargeWeight": "font-box-value-large-weight",
17707
17556
  "fontButtonLetterSpacing": "font-button-letter-spacing",
17708
17557
  "fontChartDetailSize": "font-chart-detail-size",
@@ -17851,6 +17700,7 @@ module.exports.preset = {
17851
17700
  "borderWidthItemCard": "border-width-item-card",
17852
17701
  "borderWidthItemCardHighlighted": "border-width-item-card-highlighted",
17853
17702
  "borderWidthItemSelected": "border-width-item-selected",
17703
+ "borderWidthLayoutSideNavigation": "border-width-layout-side-navigation",
17854
17704
  "borderWidthBadge": "border-width-badge",
17855
17705
  "borderWidthPopover": "border-width-popover",
17856
17706
  "borderWidthToken": "border-width-token",
@@ -17891,6 +17741,8 @@ module.exports.preset = {
17891
17741
  "motionDurationResponsive": "motion-duration-responsive",
17892
17742
  "motionDurationExpressive": "motion-duration-expressive",
17893
17743
  "motionDurationComplex": "motion-duration-complex",
17744
+ "motionDurationTooltipEnter": "motion-duration-tooltip-enter",
17745
+ "motionEasingTooltipEnter": "motion-easing-tooltip-enter",
17894
17746
  "motionKeyframesFadeIn": "motion-keyframes-fade-in",
17895
17747
  "motionKeyframesFadeOut": "motion-keyframes-fade-out",
17896
17748
  "motionKeyframesStatusIconError": "motion-keyframes-status-icon-error",
@@ -17975,8 +17827,8 @@ module.exports.preset = {
17975
17827
  "spaceTableHeaderToolsFullPageBottom": "space-table-header-tools-full-page-bottom",
17976
17828
  "spaceTableHorizontal": "space-table-horizontal",
17977
17829
  "spaceTreeViewIndentation": "space-tree-view-indentation",
17978
- "spaceSideNavigationItemGap": "space-side-navigation-item-gap",
17979
- "spaceSideNavigationItemCollapsedGap": "space-side-navigation-item-collapsed-gap",
17830
+ "spaceSideNavigationItemDefaultGap": "space-side-navigation-item-default-gap",
17831
+ "spaceSideNavigationItemIconGap": "space-side-navigation-item-icon-gap",
17980
17832
  "spaceTileGutter": "space-tile-gutter",
17981
17833
  "spaceActionCardHorizontalDefault": "space-action-card-horizontal-default",
17982
17834
  "spaceActionCardHorizontalEmbedded": "space-action-card-horizontal-embedded",
@@ -18082,12 +17934,14 @@ module.exports.preset = {
18082
17934
  "colorError100": "--color-error-100-eq1ucx",
18083
17935
  "colorError400": "--color-error-400-c0knb8",
18084
17936
  "colorError600": "--color-error-600-mdn3ng",
17937
+ "colorError700": "--color-error-700-pz2kai",
18085
17938
  "colorError800": "--color-error-800-sb9qfi",
18086
17939
  "colorError900": "--color-error-900-skonp1",
18087
17940
  "colorError950": "--color-error-950-o9nk8o",
18088
17941
  "colorError1000": "--color-error-1000-ecmudm",
18089
17942
  "colorSuccess50": "--color-success-50-yow9uc",
18090
17943
  "colorSuccess100": "--color-success-100-0kjz92",
17944
+ "colorSuccess200": "--color-success-200-3vtc6u",
18091
17945
  "colorSuccess400": "--color-success-400-x40jxn",
18092
17946
  "colorSuccess500": "--color-success-500-hhxb4g",
18093
17947
  "colorSuccess600": "--color-success-600-g7hz2i",
@@ -18096,6 +17950,7 @@ module.exports.preset = {
18096
17950
  "colorSuccess1000": "--color-success-1000-xy1gvq",
18097
17951
  "colorWarning50": "--color-warning-50-uxheb8",
18098
17952
  "colorWarning100": "--color-warning-100-0snzyo",
17953
+ "colorWarning200": "--color-warning-200-ssqjgd",
18099
17954
  "colorWarning400": "--color-warning-400-55puga",
18100
17955
  "colorWarning500": "--color-warning-500-zidhub",
18101
17956
  "colorWarning600": "--color-warning-600-iyo9qe",
@@ -18612,6 +18467,7 @@ module.exports.preset = {
18612
18467
  "colorBorderItemPlaceholder": "--color-border-item-placeholder-x8kbjp",
18613
18468
  "colorBorderItemSelected": "--color-border-item-selected-wl5ttm",
18614
18469
  "colorBorderLayout": "--color-border-layout-ayg8vb",
18470
+ "colorBorderLayoutSideNavigation": "--color-border-layout-side-navigation-n9t35t",
18615
18471
  "colorBorderNotificationStackBar": "--color-border-notification-stack-bar-aszsse",
18616
18472
  "colorBorderPanelHeader": "--color-border-panel-header-ygztvl",
18617
18473
  "colorBorderPopover": "--color-border-popover-1ye6tz",
@@ -18790,42 +18646,34 @@ module.exports.preset = {
18790
18646
  "colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
18791
18647
  "colorTextBadgeRed": "--color-text-badge-red-60jprp",
18792
18648
  "colorBackgroundCodeView": "--color-background-code-view-6vvqfk",
18793
- "colorBackgroundAccentRed": "--color-background-accent-red-rulu42",
18794
- "colorBackgroundAccentYellow": "--color-background-accent-yellow-vlqbut",
18795
- "colorBackgroundAccentIndigo": "--color-background-accent-indigo-9ja74x",
18796
- "colorBackgroundAccentGreen": "--color-background-accent-green-rmpl2f",
18797
- "colorBackgroundAccentOrange": "--color-background-accent-orange-ov4hs7",
18798
- "colorBackgroundAccentPurple": "--color-background-accent-purple-n5youw",
18799
- "colorBackgroundAccentMint": "--color-background-accent-mint-ts206s",
18800
- "colorBackgroundAccentLime": "--color-background-accent-lime-ina0zl",
18801
- "colorBackgroundAccentGrey": "--color-background-accent-grey-rfmt4z",
18802
- "colorBackgroundAccentTeal": "--color-background-accent-teal-6ugcbe",
18803
- "colorBackgroundAccentCyan": "--color-background-accent-cyan-f3c66z",
18804
- "colorBackgroundAccentBlue": "--color-background-accent-blue-yagztr",
18805
- "colorBackgroundAccentViolet": "--color-background-accent-violet-mn1wo4",
18806
- "colorBackgroundAccentFuchsia": "--color-background-accent-fuchsia-iivy1j",
18807
- "colorBackgroundAccentMagenta": "--color-background-accent-magenta-gappab",
18808
- "colorBackgroundAccentPink": "--color-background-accent-pink-dnoxrq",
18809
- "colorBackgroundAccentRose": "--color-background-accent-rose-jh67x0",
18810
- "colorBackgroundAccentAmber": "--color-background-accent-amber-ms1mth",
18811
- "colorTextAccentRed": "--color-text-accent-red-0ltorf",
18812
- "colorTextAccentYellow": "--color-text-accent-yellow-zdoe8v",
18813
- "colorTextAccentIndigo": "--color-text-accent-indigo-41pr77",
18814
- "colorTextAccentGreen": "--color-text-accent-green-sngxmj",
18815
- "colorTextAccentOrange": "--color-text-accent-orange-barc9e",
18816
- "colorTextAccentPurple": "--color-text-accent-purple-zdsf2a",
18817
- "colorTextAccentMint": "--color-text-accent-mint-0ik1n6",
18818
- "colorTextAccentLime": "--color-text-accent-lime-algeww",
18819
- "colorTextAccentGrey": "--color-text-accent-grey-5l6tyt",
18820
- "colorTextAccentTeal": "--color-text-accent-teal-maw0mi",
18821
- "colorTextAccentCyan": "--color-text-accent-cyan-q1yu1l",
18822
- "colorTextAccentBlue": "--color-text-accent-blue-niopud",
18823
- "colorTextAccentViolet": "--color-text-accent-violet-5t8obx",
18824
- "colorTextAccentFuchsia": "--color-text-accent-fuchsia-08sd4f",
18825
- "colorTextAccentMagenta": "--color-text-accent-magenta-t0gcyy",
18826
- "colorTextAccentPink": "--color-text-accent-pink-j1kafk",
18827
- "colorTextAccentRose": "--color-text-accent-rose-6xosmy",
18828
- "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",
18829
18677
  "fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
18830
18678
  "fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
18831
18679
  "fontChartDetailSize": "--font-chart-detail-size-9qr25q",
@@ -18974,6 +18822,7 @@ module.exports.preset = {
18974
18822
  "borderWidthItemCard": "--border-width-item-card-3wmyp3",
18975
18823
  "borderWidthItemCardHighlighted": "--border-width-item-card-highlighted-jay4ll",
18976
18824
  "borderWidthItemSelected": "--border-width-item-selected-yv93vd",
18825
+ "borderWidthLayoutSideNavigation": "--border-width-layout-side-navigation-brgx8q",
18977
18826
  "borderWidthBadge": "--border-width-badge-7pmgfh",
18978
18827
  "borderWidthPopover": "--border-width-popover-nflirh",
18979
18828
  "borderWidthToken": "--border-width-token-2ukdpu",
@@ -19014,6 +18863,8 @@ module.exports.preset = {
19014
18863
  "motionDurationResponsive": "--motion-duration-responsive-mehora",
19015
18864
  "motionDurationExpressive": "--motion-duration-expressive-cbdcwy",
19016
18865
  "motionDurationComplex": "--motion-duration-complex-tbdo30",
18866
+ "motionDurationTooltipEnter": "--motion-duration-tooltip-enter-8e7aex",
18867
+ "motionEasingTooltipEnter": "--motion-easing-tooltip-enter-i9exfu",
19017
18868
  "motionKeyframesFadeIn": "--motion-keyframes-fade-in-0r842q",
19018
18869
  "motionKeyframesFadeOut": "--motion-keyframes-fade-out-g7fgdu",
19019
18870
  "motionKeyframesStatusIconError": "--motion-keyframes-status-icon-error-wkou39",
@@ -19098,8 +18949,8 @@ module.exports.preset = {
19098
18949
  "spaceTableHeaderToolsFullPageBottom": "--space-table-header-tools-full-page-bottom-9m47g6",
19099
18950
  "spaceTableHorizontal": "--space-table-horizontal-suurzj",
19100
18951
  "spaceTreeViewIndentation": "--space-tree-view-indentation-xh9kis",
19101
- "spaceSideNavigationItemGap": "--space-side-navigation-item-gap-5vlwdw",
19102
- "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",
19103
18954
  "spaceTileGutter": "--space-tile-gutter-bi2bdv",
19104
18955
  "spaceActionCardHorizontalDefault": "--space-action-card-horizontal-default-su1e86",
19105
18956
  "spaceActionCardHorizontalEmbedded": "--space-action-card-horizontal-embedded-pb8pj4",