@sage/design-tokens 14.0.0 → 14.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1010) hide show
  1. package/css/frozenproduct/all.css +302 -169
  2. package/css/frozenproduct/large/components/button.css +8 -6
  3. package/css/frozenproduct/large/components/container.css +2 -2
  4. package/css/frozenproduct/large/components/link.css +2 -2
  5. package/css/frozenproduct/large/components/progress.css +2 -1
  6. package/css/frozenproduct/large/components/status.css +62 -12
  7. package/css/frozenproduct/large/components/table.css +1 -1
  8. package/css/frozenproduct/large/dark.css +114 -74
  9. package/css/frozenproduct/large/light.css +111 -71
  10. package/css/frozenproduct/small/components/button.css +8 -6
  11. package/css/frozenproduct/small/components/container.css +2 -2
  12. package/css/frozenproduct/small/components/link.css +2 -2
  13. package/css/frozenproduct/small/components/progress.css +2 -1
  14. package/css/frozenproduct/small/components/status.css +62 -12
  15. package/css/frozenproduct/small/components/table.css +1 -1
  16. package/css/frozenproduct/small/dark.css +114 -74
  17. package/css/frozenproduct/small/light.css +111 -71
  18. package/css/marketing/all.css +302 -169
  19. package/css/marketing/large/components/button.css +8 -6
  20. package/css/marketing/large/components/container.css +2 -2
  21. package/css/marketing/large/components/link.css +2 -2
  22. package/css/marketing/large/components/progress.css +2 -1
  23. package/css/marketing/large/components/status.css +62 -12
  24. package/css/marketing/large/components/table.css +1 -1
  25. package/css/marketing/large/dark.css +114 -74
  26. package/css/marketing/large/light.css +111 -71
  27. package/css/marketing/small/components/button.css +8 -6
  28. package/css/marketing/small/components/container.css +2 -2
  29. package/css/marketing/small/components/link.css +2 -2
  30. package/css/marketing/small/components/progress.css +2 -1
  31. package/css/marketing/small/components/status.css +62 -12
  32. package/css/marketing/small/components/table.css +1 -1
  33. package/css/marketing/small/dark.css +114 -74
  34. package/css/marketing/small/light.css +111 -71
  35. package/css/product/all.css +302 -169
  36. package/css/product/large/components/button.css +8 -6
  37. package/css/product/large/components/container.css +2 -2
  38. package/css/product/large/components/link.css +2 -2
  39. package/css/product/large/components/progress.css +2 -1
  40. package/css/product/large/components/status.css +62 -12
  41. package/css/product/large/components/table.css +1 -1
  42. package/css/product/large/dark.css +114 -74
  43. package/css/product/large/light.css +111 -71
  44. package/css/product/small/components/button.css +8 -6
  45. package/css/product/small/components/container.css +2 -2
  46. package/css/product/small/components/link.css +2 -2
  47. package/css/product/small/components/progress.css +2 -1
  48. package/css/product/small/components/status.css +62 -12
  49. package/css/product/small/components/table.css +1 -1
  50. package/css/product/small/dark.css +114 -74
  51. package/css/product/small/light.css +111 -71
  52. package/ios/frozenproduct/large/dark/components/button.h +34 -32
  53. package/ios/frozenproduct/large/dark/components/container.h +4 -4
  54. package/ios/frozenproduct/large/dark/components/form.h +4 -4
  55. package/ios/frozenproduct/large/dark/components/link.h +4 -4
  56. package/ios/frozenproduct/large/dark/components/nav.h +5 -5
  57. package/ios/frozenproduct/large/dark/components/popover.h +2 -2
  58. package/ios/frozenproduct/large/dark/components/progress.h +2 -1
  59. package/ios/frozenproduct/large/dark/components/status.h +91 -41
  60. package/ios/frozenproduct/large/dark/components/tab.h +1 -1
  61. package/ios/frozenproduct/large/dark/components/table.h +3 -3
  62. package/ios/frozenproduct/large/dark/mode.h +112 -72
  63. package/ios/frozenproduct/large/light/components/button.h +34 -32
  64. package/ios/frozenproduct/large/light/components/container.h +3 -3
  65. package/ios/frozenproduct/large/light/components/form.h +4 -4
  66. package/ios/frozenproduct/large/light/components/link.h +4 -4
  67. package/ios/frozenproduct/large/light/components/nav.h +5 -5
  68. package/ios/frozenproduct/large/light/components/popover.h +2 -2
  69. package/ios/frozenproduct/large/light/components/progress.h +2 -1
  70. package/ios/frozenproduct/large/light/components/status.h +91 -41
  71. package/ios/frozenproduct/large/light/components/tab.h +1 -1
  72. package/ios/frozenproduct/large/light/components/table.h +3 -3
  73. package/ios/frozenproduct/large/light/mode.h +109 -69
  74. package/ios/frozenproduct/small/dark/components/button.h +34 -32
  75. package/ios/frozenproduct/small/dark/components/container.h +4 -4
  76. package/ios/frozenproduct/small/dark/components/form.h +4 -4
  77. package/ios/frozenproduct/small/dark/components/link.h +4 -4
  78. package/ios/frozenproduct/small/dark/components/nav.h +5 -5
  79. package/ios/frozenproduct/small/dark/components/popover.h +2 -2
  80. package/ios/frozenproduct/small/dark/components/progress.h +2 -1
  81. package/ios/frozenproduct/small/dark/components/status.h +91 -41
  82. package/ios/frozenproduct/small/dark/components/tab.h +1 -1
  83. package/ios/frozenproduct/small/dark/components/table.h +3 -3
  84. package/ios/frozenproduct/small/dark/mode.h +112 -72
  85. package/ios/frozenproduct/small/light/components/button.h +34 -32
  86. package/ios/frozenproduct/small/light/components/container.h +3 -3
  87. package/ios/frozenproduct/small/light/components/form.h +4 -4
  88. package/ios/frozenproduct/small/light/components/link.h +4 -4
  89. package/ios/frozenproduct/small/light/components/nav.h +5 -5
  90. package/ios/frozenproduct/small/light/components/popover.h +2 -2
  91. package/ios/frozenproduct/small/light/components/progress.h +2 -1
  92. package/ios/frozenproduct/small/light/components/status.h +91 -41
  93. package/ios/frozenproduct/small/light/components/tab.h +1 -1
  94. package/ios/frozenproduct/small/light/components/table.h +3 -3
  95. package/ios/frozenproduct/small/light/mode.h +109 -69
  96. package/ios/marketing/large/dark/components/button.h +34 -32
  97. package/ios/marketing/large/dark/components/container.h +4 -4
  98. package/ios/marketing/large/dark/components/form.h +4 -4
  99. package/ios/marketing/large/dark/components/link.h +4 -4
  100. package/ios/marketing/large/dark/components/nav.h +5 -5
  101. package/ios/marketing/large/dark/components/popover.h +2 -2
  102. package/ios/marketing/large/dark/components/progress.h +2 -1
  103. package/ios/marketing/large/dark/components/status.h +91 -41
  104. package/ios/marketing/large/dark/components/tab.h +1 -1
  105. package/ios/marketing/large/dark/components/table.h +3 -3
  106. package/ios/marketing/large/dark/mode.h +112 -72
  107. package/ios/marketing/large/light/components/button.h +34 -32
  108. package/ios/marketing/large/light/components/container.h +3 -3
  109. package/ios/marketing/large/light/components/form.h +4 -4
  110. package/ios/marketing/large/light/components/link.h +4 -4
  111. package/ios/marketing/large/light/components/nav.h +5 -5
  112. package/ios/marketing/large/light/components/popover.h +2 -2
  113. package/ios/marketing/large/light/components/progress.h +2 -1
  114. package/ios/marketing/large/light/components/status.h +91 -41
  115. package/ios/marketing/large/light/components/tab.h +1 -1
  116. package/ios/marketing/large/light/components/table.h +3 -3
  117. package/ios/marketing/large/light/mode.h +109 -69
  118. package/ios/marketing/small/dark/components/button.h +34 -32
  119. package/ios/marketing/small/dark/components/container.h +4 -4
  120. package/ios/marketing/small/dark/components/form.h +4 -4
  121. package/ios/marketing/small/dark/components/link.h +4 -4
  122. package/ios/marketing/small/dark/components/nav.h +5 -5
  123. package/ios/marketing/small/dark/components/popover.h +2 -2
  124. package/ios/marketing/small/dark/components/progress.h +2 -1
  125. package/ios/marketing/small/dark/components/status.h +91 -41
  126. package/ios/marketing/small/dark/components/tab.h +1 -1
  127. package/ios/marketing/small/dark/components/table.h +3 -3
  128. package/ios/marketing/small/dark/mode.h +112 -72
  129. package/ios/marketing/small/light/components/button.h +34 -32
  130. package/ios/marketing/small/light/components/container.h +3 -3
  131. package/ios/marketing/small/light/components/form.h +4 -4
  132. package/ios/marketing/small/light/components/link.h +4 -4
  133. package/ios/marketing/small/light/components/nav.h +5 -5
  134. package/ios/marketing/small/light/components/popover.h +2 -2
  135. package/ios/marketing/small/light/components/progress.h +2 -1
  136. package/ios/marketing/small/light/components/status.h +91 -41
  137. package/ios/marketing/small/light/components/tab.h +1 -1
  138. package/ios/marketing/small/light/components/table.h +3 -3
  139. package/ios/marketing/small/light/mode.h +109 -69
  140. package/ios/product/large/dark/components/button.h +34 -32
  141. package/ios/product/large/dark/components/container.h +4 -4
  142. package/ios/product/large/dark/components/form.h +4 -4
  143. package/ios/product/large/dark/components/link.h +4 -4
  144. package/ios/product/large/dark/components/nav.h +5 -5
  145. package/ios/product/large/dark/components/popover.h +2 -2
  146. package/ios/product/large/dark/components/progress.h +2 -1
  147. package/ios/product/large/dark/components/status.h +91 -41
  148. package/ios/product/large/dark/components/tab.h +1 -1
  149. package/ios/product/large/dark/components/table.h +3 -3
  150. package/ios/product/large/dark/mode.h +112 -72
  151. package/ios/product/large/light/components/button.h +34 -32
  152. package/ios/product/large/light/components/container.h +3 -3
  153. package/ios/product/large/light/components/form.h +4 -4
  154. package/ios/product/large/light/components/link.h +4 -4
  155. package/ios/product/large/light/components/nav.h +5 -5
  156. package/ios/product/large/light/components/popover.h +2 -2
  157. package/ios/product/large/light/components/progress.h +2 -1
  158. package/ios/product/large/light/components/status.h +91 -41
  159. package/ios/product/large/light/components/tab.h +1 -1
  160. package/ios/product/large/light/components/table.h +3 -3
  161. package/ios/product/large/light/mode.h +109 -69
  162. package/ios/product/small/dark/components/button.h +34 -32
  163. package/ios/product/small/dark/components/container.h +4 -4
  164. package/ios/product/small/dark/components/form.h +4 -4
  165. package/ios/product/small/dark/components/link.h +4 -4
  166. package/ios/product/small/dark/components/nav.h +5 -5
  167. package/ios/product/small/dark/components/popover.h +2 -2
  168. package/ios/product/small/dark/components/progress.h +2 -1
  169. package/ios/product/small/dark/components/status.h +91 -41
  170. package/ios/product/small/dark/components/tab.h +1 -1
  171. package/ios/product/small/dark/components/table.h +3 -3
  172. package/ios/product/small/dark/mode.h +112 -72
  173. package/ios/product/small/light/components/button.h +34 -32
  174. package/ios/product/small/light/components/container.h +3 -3
  175. package/ios/product/small/light/components/form.h +4 -4
  176. package/ios/product/small/light/components/link.h +4 -4
  177. package/ios/product/small/light/components/nav.h +5 -5
  178. package/ios/product/small/light/components/popover.h +2 -2
  179. package/ios/product/small/light/components/progress.h +2 -1
  180. package/ios/product/small/light/components/status.h +91 -41
  181. package/ios/product/small/light/components/tab.h +1 -1
  182. package/ios/product/small/light/components/table.h +3 -3
  183. package/ios/product/small/light/mode.h +109 -69
  184. package/js/common/frozenproduct/large/dark/components/button.d.ts +2 -0
  185. package/js/common/frozenproduct/large/dark/components/button.js +67 -34
  186. package/js/common/frozenproduct/large/dark/components/container.js +6 -27
  187. package/js/common/frozenproduct/large/dark/components/form.js +4 -4
  188. package/js/common/frozenproduct/large/dark/components/link.js +6 -6
  189. package/js/common/frozenproduct/large/dark/components/nav.js +5 -5
  190. package/js/common/frozenproduct/large/dark/components/popover.js +2 -2
  191. package/js/common/frozenproduct/large/dark/components/progress.d.ts +1 -0
  192. package/js/common/frozenproduct/large/dark/components/progress.js +17 -2
  193. package/js/common/frozenproduct/large/dark/components/status.d.ts +106 -34
  194. package/js/common/frozenproduct/large/dark/components/status.js +1269 -346
  195. package/js/common/frozenproduct/large/dark/components/tab.js +1 -1
  196. package/js/common/frozenproduct/large/dark/components/table.js +4 -4
  197. package/js/common/frozenproduct/large/dark/mode.d.ts +80 -24
  198. package/js/common/frozenproduct/large/dark/mode.js +1940 -462
  199. package/js/common/frozenproduct/large/light/components/button.d.ts +2 -0
  200. package/js/common/frozenproduct/large/light/components/button.js +67 -34
  201. package/js/common/frozenproduct/large/light/components/container.js +5 -26
  202. package/js/common/frozenproduct/large/light/components/form.js +4 -4
  203. package/js/common/frozenproduct/large/light/components/link.js +6 -6
  204. package/js/common/frozenproduct/large/light/components/nav.js +5 -5
  205. package/js/common/frozenproduct/large/light/components/popover.js +2 -2
  206. package/js/common/frozenproduct/large/light/components/progress.d.ts +1 -0
  207. package/js/common/frozenproduct/large/light/components/progress.js +17 -2
  208. package/js/common/frozenproduct/large/light/components/status.d.ts +106 -34
  209. package/js/common/frozenproduct/large/light/components/status.js +1269 -346
  210. package/js/common/frozenproduct/large/light/components/tab.js +1 -1
  211. package/js/common/frozenproduct/large/light/components/table.js +4 -4
  212. package/js/common/frozenproduct/large/light/mode.d.ts +80 -24
  213. package/js/common/frozenproduct/large/light/mode.js +1949 -468
  214. package/js/common/frozenproduct/small/dark/components/button.d.ts +2 -0
  215. package/js/common/frozenproduct/small/dark/components/button.js +67 -34
  216. package/js/common/frozenproduct/small/dark/components/container.js +6 -27
  217. package/js/common/frozenproduct/small/dark/components/form.js +4 -4
  218. package/js/common/frozenproduct/small/dark/components/link.js +6 -6
  219. package/js/common/frozenproduct/small/dark/components/nav.js +5 -5
  220. package/js/common/frozenproduct/small/dark/components/popover.js +2 -2
  221. package/js/common/frozenproduct/small/dark/components/progress.d.ts +1 -0
  222. package/js/common/frozenproduct/small/dark/components/progress.js +17 -2
  223. package/js/common/frozenproduct/small/dark/components/status.d.ts +106 -34
  224. package/js/common/frozenproduct/small/dark/components/status.js +1269 -346
  225. package/js/common/frozenproduct/small/dark/components/tab.js +1 -1
  226. package/js/common/frozenproduct/small/dark/components/table.js +4 -4
  227. package/js/common/frozenproduct/small/dark/mode.d.ts +80 -24
  228. package/js/common/frozenproduct/small/dark/mode.js +1940 -462
  229. package/js/common/frozenproduct/small/light/components/button.d.ts +2 -0
  230. package/js/common/frozenproduct/small/light/components/button.js +67 -34
  231. package/js/common/frozenproduct/small/light/components/container.js +5 -26
  232. package/js/common/frozenproduct/small/light/components/form.js +4 -4
  233. package/js/common/frozenproduct/small/light/components/link.js +6 -6
  234. package/js/common/frozenproduct/small/light/components/nav.js +5 -5
  235. package/js/common/frozenproduct/small/light/components/popover.js +2 -2
  236. package/js/common/frozenproduct/small/light/components/progress.d.ts +1 -0
  237. package/js/common/frozenproduct/small/light/components/progress.js +17 -2
  238. package/js/common/frozenproduct/small/light/components/status.d.ts +106 -34
  239. package/js/common/frozenproduct/small/light/components/status.js +1269 -346
  240. package/js/common/frozenproduct/small/light/components/tab.js +1 -1
  241. package/js/common/frozenproduct/small/light/components/table.js +4 -4
  242. package/js/common/frozenproduct/small/light/mode.d.ts +80 -24
  243. package/js/common/frozenproduct/small/light/mode.js +1949 -468
  244. package/js/common/marketing/large/dark/components/button.d.ts +2 -0
  245. package/js/common/marketing/large/dark/components/button.js +67 -34
  246. package/js/common/marketing/large/dark/components/container.js +6 -27
  247. package/js/common/marketing/large/dark/components/form.js +4 -4
  248. package/js/common/marketing/large/dark/components/link.js +6 -6
  249. package/js/common/marketing/large/dark/components/nav.js +5 -5
  250. package/js/common/marketing/large/dark/components/popover.js +2 -2
  251. package/js/common/marketing/large/dark/components/progress.d.ts +1 -0
  252. package/js/common/marketing/large/dark/components/progress.js +17 -2
  253. package/js/common/marketing/large/dark/components/status.d.ts +106 -34
  254. package/js/common/marketing/large/dark/components/status.js +1269 -346
  255. package/js/common/marketing/large/dark/components/tab.js +1 -1
  256. package/js/common/marketing/large/dark/components/table.js +4 -4
  257. package/js/common/marketing/large/dark/mode.d.ts +80 -24
  258. package/js/common/marketing/large/dark/mode.js +1940 -462
  259. package/js/common/marketing/large/light/components/button.d.ts +2 -0
  260. package/js/common/marketing/large/light/components/button.js +67 -34
  261. package/js/common/marketing/large/light/components/container.js +5 -26
  262. package/js/common/marketing/large/light/components/form.js +4 -4
  263. package/js/common/marketing/large/light/components/link.js +6 -6
  264. package/js/common/marketing/large/light/components/nav.js +5 -5
  265. package/js/common/marketing/large/light/components/popover.js +2 -2
  266. package/js/common/marketing/large/light/components/progress.d.ts +1 -0
  267. package/js/common/marketing/large/light/components/progress.js +17 -2
  268. package/js/common/marketing/large/light/components/status.d.ts +106 -34
  269. package/js/common/marketing/large/light/components/status.js +1269 -346
  270. package/js/common/marketing/large/light/components/tab.js +1 -1
  271. package/js/common/marketing/large/light/components/table.js +4 -4
  272. package/js/common/marketing/large/light/mode.d.ts +80 -24
  273. package/js/common/marketing/large/light/mode.js +1949 -468
  274. package/js/common/marketing/small/dark/components/button.d.ts +2 -0
  275. package/js/common/marketing/small/dark/components/button.js +67 -34
  276. package/js/common/marketing/small/dark/components/container.js +6 -27
  277. package/js/common/marketing/small/dark/components/form.js +4 -4
  278. package/js/common/marketing/small/dark/components/link.js +6 -6
  279. package/js/common/marketing/small/dark/components/nav.js +5 -5
  280. package/js/common/marketing/small/dark/components/popover.js +2 -2
  281. package/js/common/marketing/small/dark/components/progress.d.ts +1 -0
  282. package/js/common/marketing/small/dark/components/progress.js +17 -2
  283. package/js/common/marketing/small/dark/components/status.d.ts +106 -34
  284. package/js/common/marketing/small/dark/components/status.js +1269 -346
  285. package/js/common/marketing/small/dark/components/tab.js +1 -1
  286. package/js/common/marketing/small/dark/components/table.js +4 -4
  287. package/js/common/marketing/small/dark/mode.d.ts +80 -24
  288. package/js/common/marketing/small/dark/mode.js +1940 -462
  289. package/js/common/marketing/small/light/components/button.d.ts +2 -0
  290. package/js/common/marketing/small/light/components/button.js +67 -34
  291. package/js/common/marketing/small/light/components/container.js +5 -26
  292. package/js/common/marketing/small/light/components/form.js +4 -4
  293. package/js/common/marketing/small/light/components/link.js +6 -6
  294. package/js/common/marketing/small/light/components/nav.js +5 -5
  295. package/js/common/marketing/small/light/components/popover.js +2 -2
  296. package/js/common/marketing/small/light/components/progress.d.ts +1 -0
  297. package/js/common/marketing/small/light/components/progress.js +17 -2
  298. package/js/common/marketing/small/light/components/status.d.ts +106 -34
  299. package/js/common/marketing/small/light/components/status.js +1269 -346
  300. package/js/common/marketing/small/light/components/tab.js +1 -1
  301. package/js/common/marketing/small/light/components/table.js +4 -4
  302. package/js/common/marketing/small/light/mode.d.ts +80 -24
  303. package/js/common/marketing/small/light/mode.js +1949 -468
  304. package/js/common/product/large/dark/components/button.d.ts +2 -0
  305. package/js/common/product/large/dark/components/button.js +67 -34
  306. package/js/common/product/large/dark/components/container.js +6 -27
  307. package/js/common/product/large/dark/components/form.js +4 -4
  308. package/js/common/product/large/dark/components/link.js +6 -6
  309. package/js/common/product/large/dark/components/nav.js +5 -5
  310. package/js/common/product/large/dark/components/popover.js +2 -2
  311. package/js/common/product/large/dark/components/progress.d.ts +1 -0
  312. package/js/common/product/large/dark/components/progress.js +17 -2
  313. package/js/common/product/large/dark/components/status.d.ts +106 -34
  314. package/js/common/product/large/dark/components/status.js +1269 -346
  315. package/js/common/product/large/dark/components/tab.js +1 -1
  316. package/js/common/product/large/dark/components/table.js +4 -4
  317. package/js/common/product/large/dark/mode.d.ts +80 -24
  318. package/js/common/product/large/dark/mode.js +1940 -462
  319. package/js/common/product/large/light/components/button.d.ts +2 -0
  320. package/js/common/product/large/light/components/button.js +67 -34
  321. package/js/common/product/large/light/components/container.js +5 -26
  322. package/js/common/product/large/light/components/form.js +4 -4
  323. package/js/common/product/large/light/components/link.js +6 -6
  324. package/js/common/product/large/light/components/nav.js +5 -5
  325. package/js/common/product/large/light/components/popover.js +2 -2
  326. package/js/common/product/large/light/components/progress.d.ts +1 -0
  327. package/js/common/product/large/light/components/progress.js +17 -2
  328. package/js/common/product/large/light/components/status.d.ts +106 -34
  329. package/js/common/product/large/light/components/status.js +1269 -346
  330. package/js/common/product/large/light/components/tab.js +1 -1
  331. package/js/common/product/large/light/components/table.js +4 -4
  332. package/js/common/product/large/light/mode.d.ts +80 -24
  333. package/js/common/product/large/light/mode.js +1949 -468
  334. package/js/common/product/small/dark/components/button.d.ts +2 -0
  335. package/js/common/product/small/dark/components/button.js +67 -34
  336. package/js/common/product/small/dark/components/container.js +6 -27
  337. package/js/common/product/small/dark/components/form.js +4 -4
  338. package/js/common/product/small/dark/components/link.js +6 -6
  339. package/js/common/product/small/dark/components/nav.js +5 -5
  340. package/js/common/product/small/dark/components/popover.js +2 -2
  341. package/js/common/product/small/dark/components/progress.d.ts +1 -0
  342. package/js/common/product/small/dark/components/progress.js +17 -2
  343. package/js/common/product/small/dark/components/status.d.ts +106 -34
  344. package/js/common/product/small/dark/components/status.js +1269 -346
  345. package/js/common/product/small/dark/components/tab.js +1 -1
  346. package/js/common/product/small/dark/components/table.js +4 -4
  347. package/js/common/product/small/dark/mode.d.ts +80 -24
  348. package/js/common/product/small/dark/mode.js +1940 -462
  349. package/js/common/product/small/light/components/button.d.ts +2 -0
  350. package/js/common/product/small/light/components/button.js +67 -34
  351. package/js/common/product/small/light/components/container.js +5 -26
  352. package/js/common/product/small/light/components/form.js +4 -4
  353. package/js/common/product/small/light/components/link.js +6 -6
  354. package/js/common/product/small/light/components/nav.js +5 -5
  355. package/js/common/product/small/light/components/popover.js +2 -2
  356. package/js/common/product/small/light/components/progress.d.ts +1 -0
  357. package/js/common/product/small/light/components/progress.js +17 -2
  358. package/js/common/product/small/light/components/status.d.ts +106 -34
  359. package/js/common/product/small/light/components/status.js +1269 -346
  360. package/js/common/product/small/light/components/tab.js +1 -1
  361. package/js/common/product/small/light/components/table.js +4 -4
  362. package/js/common/product/small/light/mode.d.ts +80 -24
  363. package/js/common/product/small/light/mode.js +1949 -468
  364. package/js/es6/frozenproduct/large/dark/components/button.d.ts +2 -0
  365. package/js/es6/frozenproduct/large/dark/components/button.js +34 -32
  366. package/js/es6/frozenproduct/large/dark/components/container.js +4 -4
  367. package/js/es6/frozenproduct/large/dark/components/form.js +4 -4
  368. package/js/es6/frozenproduct/large/dark/components/link.js +4 -4
  369. package/js/es6/frozenproduct/large/dark/components/nav.js +5 -5
  370. package/js/es6/frozenproduct/large/dark/components/popover.js +2 -2
  371. package/js/es6/frozenproduct/large/dark/components/progress.d.ts +1 -0
  372. package/js/es6/frozenproduct/large/dark/components/progress.js +2 -1
  373. package/js/es6/frozenproduct/large/dark/components/status.d.ts +72 -22
  374. package/js/es6/frozenproduct/large/dark/components/status.js +91 -41
  375. package/js/es6/frozenproduct/large/dark/components/tab.js +1 -1
  376. package/js/es6/frozenproduct/large/dark/components/table.js +3 -3
  377. package/js/es6/frozenproduct/large/dark/mode.d.ts +51 -11
  378. package/js/es6/frozenproduct/large/dark/mode.js +112 -72
  379. package/js/es6/frozenproduct/large/light/components/button.d.ts +2 -0
  380. package/js/es6/frozenproduct/large/light/components/button.js +34 -32
  381. package/js/es6/frozenproduct/large/light/components/container.js +3 -3
  382. package/js/es6/frozenproduct/large/light/components/form.js +4 -4
  383. package/js/es6/frozenproduct/large/light/components/link.js +4 -4
  384. package/js/es6/frozenproduct/large/light/components/nav.js +5 -5
  385. package/js/es6/frozenproduct/large/light/components/popover.js +2 -2
  386. package/js/es6/frozenproduct/large/light/components/progress.d.ts +1 -0
  387. package/js/es6/frozenproduct/large/light/components/progress.js +2 -1
  388. package/js/es6/frozenproduct/large/light/components/status.d.ts +72 -22
  389. package/js/es6/frozenproduct/large/light/components/status.js +91 -41
  390. package/js/es6/frozenproduct/large/light/components/tab.js +1 -1
  391. package/js/es6/frozenproduct/large/light/components/table.js +3 -3
  392. package/js/es6/frozenproduct/large/light/mode.d.ts +51 -11
  393. package/js/es6/frozenproduct/large/light/mode.js +109 -69
  394. package/js/es6/frozenproduct/small/dark/components/button.d.ts +2 -0
  395. package/js/es6/frozenproduct/small/dark/components/button.js +34 -32
  396. package/js/es6/frozenproduct/small/dark/components/container.js +4 -4
  397. package/js/es6/frozenproduct/small/dark/components/form.js +4 -4
  398. package/js/es6/frozenproduct/small/dark/components/link.js +4 -4
  399. package/js/es6/frozenproduct/small/dark/components/nav.js +5 -5
  400. package/js/es6/frozenproduct/small/dark/components/popover.js +2 -2
  401. package/js/es6/frozenproduct/small/dark/components/progress.d.ts +1 -0
  402. package/js/es6/frozenproduct/small/dark/components/progress.js +2 -1
  403. package/js/es6/frozenproduct/small/dark/components/status.d.ts +72 -22
  404. package/js/es6/frozenproduct/small/dark/components/status.js +91 -41
  405. package/js/es6/frozenproduct/small/dark/components/tab.js +1 -1
  406. package/js/es6/frozenproduct/small/dark/components/table.js +3 -3
  407. package/js/es6/frozenproduct/small/dark/mode.d.ts +51 -11
  408. package/js/es6/frozenproduct/small/dark/mode.js +112 -72
  409. package/js/es6/frozenproduct/small/light/components/button.d.ts +2 -0
  410. package/js/es6/frozenproduct/small/light/components/button.js +34 -32
  411. package/js/es6/frozenproduct/small/light/components/container.js +3 -3
  412. package/js/es6/frozenproduct/small/light/components/form.js +4 -4
  413. package/js/es6/frozenproduct/small/light/components/link.js +4 -4
  414. package/js/es6/frozenproduct/small/light/components/nav.js +5 -5
  415. package/js/es6/frozenproduct/small/light/components/popover.js +2 -2
  416. package/js/es6/frozenproduct/small/light/components/progress.d.ts +1 -0
  417. package/js/es6/frozenproduct/small/light/components/progress.js +2 -1
  418. package/js/es6/frozenproduct/small/light/components/status.d.ts +72 -22
  419. package/js/es6/frozenproduct/small/light/components/status.js +91 -41
  420. package/js/es6/frozenproduct/small/light/components/tab.js +1 -1
  421. package/js/es6/frozenproduct/small/light/components/table.js +3 -3
  422. package/js/es6/frozenproduct/small/light/mode.d.ts +51 -11
  423. package/js/es6/frozenproduct/small/light/mode.js +109 -69
  424. package/js/es6/marketing/large/dark/components/button.d.ts +2 -0
  425. package/js/es6/marketing/large/dark/components/button.js +34 -32
  426. package/js/es6/marketing/large/dark/components/container.js +4 -4
  427. package/js/es6/marketing/large/dark/components/form.js +4 -4
  428. package/js/es6/marketing/large/dark/components/link.js +4 -4
  429. package/js/es6/marketing/large/dark/components/nav.js +5 -5
  430. package/js/es6/marketing/large/dark/components/popover.js +2 -2
  431. package/js/es6/marketing/large/dark/components/progress.d.ts +1 -0
  432. package/js/es6/marketing/large/dark/components/progress.js +2 -1
  433. package/js/es6/marketing/large/dark/components/status.d.ts +72 -22
  434. package/js/es6/marketing/large/dark/components/status.js +91 -41
  435. package/js/es6/marketing/large/dark/components/tab.js +1 -1
  436. package/js/es6/marketing/large/dark/components/table.js +3 -3
  437. package/js/es6/marketing/large/dark/mode.d.ts +51 -11
  438. package/js/es6/marketing/large/dark/mode.js +112 -72
  439. package/js/es6/marketing/large/light/components/button.d.ts +2 -0
  440. package/js/es6/marketing/large/light/components/button.js +34 -32
  441. package/js/es6/marketing/large/light/components/container.js +3 -3
  442. package/js/es6/marketing/large/light/components/form.js +4 -4
  443. package/js/es6/marketing/large/light/components/link.js +4 -4
  444. package/js/es6/marketing/large/light/components/nav.js +5 -5
  445. package/js/es6/marketing/large/light/components/popover.js +2 -2
  446. package/js/es6/marketing/large/light/components/progress.d.ts +1 -0
  447. package/js/es6/marketing/large/light/components/progress.js +2 -1
  448. package/js/es6/marketing/large/light/components/status.d.ts +72 -22
  449. package/js/es6/marketing/large/light/components/status.js +91 -41
  450. package/js/es6/marketing/large/light/components/tab.js +1 -1
  451. package/js/es6/marketing/large/light/components/table.js +3 -3
  452. package/js/es6/marketing/large/light/mode.d.ts +51 -11
  453. package/js/es6/marketing/large/light/mode.js +109 -69
  454. package/js/es6/marketing/small/dark/components/button.d.ts +2 -0
  455. package/js/es6/marketing/small/dark/components/button.js +34 -32
  456. package/js/es6/marketing/small/dark/components/container.js +4 -4
  457. package/js/es6/marketing/small/dark/components/form.js +4 -4
  458. package/js/es6/marketing/small/dark/components/link.js +4 -4
  459. package/js/es6/marketing/small/dark/components/nav.js +5 -5
  460. package/js/es6/marketing/small/dark/components/popover.js +2 -2
  461. package/js/es6/marketing/small/dark/components/progress.d.ts +1 -0
  462. package/js/es6/marketing/small/dark/components/progress.js +2 -1
  463. package/js/es6/marketing/small/dark/components/status.d.ts +72 -22
  464. package/js/es6/marketing/small/dark/components/status.js +91 -41
  465. package/js/es6/marketing/small/dark/components/tab.js +1 -1
  466. package/js/es6/marketing/small/dark/components/table.js +3 -3
  467. package/js/es6/marketing/small/dark/mode.d.ts +51 -11
  468. package/js/es6/marketing/small/dark/mode.js +112 -72
  469. package/js/es6/marketing/small/light/components/button.d.ts +2 -0
  470. package/js/es6/marketing/small/light/components/button.js +34 -32
  471. package/js/es6/marketing/small/light/components/container.js +3 -3
  472. package/js/es6/marketing/small/light/components/form.js +4 -4
  473. package/js/es6/marketing/small/light/components/link.js +4 -4
  474. package/js/es6/marketing/small/light/components/nav.js +5 -5
  475. package/js/es6/marketing/small/light/components/popover.js +2 -2
  476. package/js/es6/marketing/small/light/components/progress.d.ts +1 -0
  477. package/js/es6/marketing/small/light/components/progress.js +2 -1
  478. package/js/es6/marketing/small/light/components/status.d.ts +72 -22
  479. package/js/es6/marketing/small/light/components/status.js +91 -41
  480. package/js/es6/marketing/small/light/components/tab.js +1 -1
  481. package/js/es6/marketing/small/light/components/table.js +3 -3
  482. package/js/es6/marketing/small/light/mode.d.ts +51 -11
  483. package/js/es6/marketing/small/light/mode.js +109 -69
  484. package/js/es6/product/large/dark/components/button.d.ts +2 -0
  485. package/js/es6/product/large/dark/components/button.js +34 -32
  486. package/js/es6/product/large/dark/components/container.js +4 -4
  487. package/js/es6/product/large/dark/components/form.js +4 -4
  488. package/js/es6/product/large/dark/components/link.js +4 -4
  489. package/js/es6/product/large/dark/components/nav.js +5 -5
  490. package/js/es6/product/large/dark/components/popover.js +2 -2
  491. package/js/es6/product/large/dark/components/progress.d.ts +1 -0
  492. package/js/es6/product/large/dark/components/progress.js +2 -1
  493. package/js/es6/product/large/dark/components/status.d.ts +72 -22
  494. package/js/es6/product/large/dark/components/status.js +91 -41
  495. package/js/es6/product/large/dark/components/tab.js +1 -1
  496. package/js/es6/product/large/dark/components/table.js +3 -3
  497. package/js/es6/product/large/dark/mode.d.ts +51 -11
  498. package/js/es6/product/large/dark/mode.js +112 -72
  499. package/js/es6/product/large/light/components/button.d.ts +2 -0
  500. package/js/es6/product/large/light/components/button.js +34 -32
  501. package/js/es6/product/large/light/components/container.js +3 -3
  502. package/js/es6/product/large/light/components/form.js +4 -4
  503. package/js/es6/product/large/light/components/link.js +4 -4
  504. package/js/es6/product/large/light/components/nav.js +5 -5
  505. package/js/es6/product/large/light/components/popover.js +2 -2
  506. package/js/es6/product/large/light/components/progress.d.ts +1 -0
  507. package/js/es6/product/large/light/components/progress.js +2 -1
  508. package/js/es6/product/large/light/components/status.d.ts +72 -22
  509. package/js/es6/product/large/light/components/status.js +91 -41
  510. package/js/es6/product/large/light/components/tab.js +1 -1
  511. package/js/es6/product/large/light/components/table.js +3 -3
  512. package/js/es6/product/large/light/mode.d.ts +51 -11
  513. package/js/es6/product/large/light/mode.js +109 -69
  514. package/js/es6/product/small/dark/components/button.d.ts +2 -0
  515. package/js/es6/product/small/dark/components/button.js +34 -32
  516. package/js/es6/product/small/dark/components/container.js +4 -4
  517. package/js/es6/product/small/dark/components/form.js +4 -4
  518. package/js/es6/product/small/dark/components/link.js +4 -4
  519. package/js/es6/product/small/dark/components/nav.js +5 -5
  520. package/js/es6/product/small/dark/components/popover.js +2 -2
  521. package/js/es6/product/small/dark/components/progress.d.ts +1 -0
  522. package/js/es6/product/small/dark/components/progress.js +2 -1
  523. package/js/es6/product/small/dark/components/status.d.ts +72 -22
  524. package/js/es6/product/small/dark/components/status.js +91 -41
  525. package/js/es6/product/small/dark/components/tab.js +1 -1
  526. package/js/es6/product/small/dark/components/table.js +3 -3
  527. package/js/es6/product/small/dark/mode.d.ts +51 -11
  528. package/js/es6/product/small/dark/mode.js +112 -72
  529. package/js/es6/product/small/light/components/button.d.ts +2 -0
  530. package/js/es6/product/small/light/components/button.js +34 -32
  531. package/js/es6/product/small/light/components/container.js +3 -3
  532. package/js/es6/product/small/light/components/form.js +4 -4
  533. package/js/es6/product/small/light/components/link.js +4 -4
  534. package/js/es6/product/small/light/components/nav.js +5 -5
  535. package/js/es6/product/small/light/components/popover.js +2 -2
  536. package/js/es6/product/small/light/components/progress.d.ts +1 -0
  537. package/js/es6/product/small/light/components/progress.js +2 -1
  538. package/js/es6/product/small/light/components/status.d.ts +72 -22
  539. package/js/es6/product/small/light/components/status.js +91 -41
  540. package/js/es6/product/small/light/components/tab.js +1 -1
  541. package/js/es6/product/small/light/components/table.js +3 -3
  542. package/js/es6/product/small/light/mode.d.ts +51 -11
  543. package/js/es6/product/small/light/mode.js +109 -69
  544. package/js/umd/frozenproduct/large/dark/components/button.js +68 -34
  545. package/js/umd/frozenproduct/large/dark/components/container.js +6 -27
  546. package/js/umd/frozenproduct/large/dark/components/form.js +4 -4
  547. package/js/umd/frozenproduct/large/dark/components/link.js +6 -6
  548. package/js/umd/frozenproduct/large/dark/components/nav.js +5 -5
  549. package/js/umd/frozenproduct/large/dark/components/popover.js +2 -2
  550. package/js/umd/frozenproduct/large/dark/components/progress.js +17 -2
  551. package/js/umd/frozenproduct/large/dark/components/status.js +1357 -357
  552. package/js/umd/frozenproduct/large/dark/components/tab.js +1 -1
  553. package/js/umd/frozenproduct/large/dark/components/table.js +4 -4
  554. package/js/umd/frozenproduct/large/dark/mode.js +2024 -461
  555. package/js/umd/frozenproduct/large/light/components/button.js +68 -34
  556. package/js/umd/frozenproduct/large/light/components/container.js +5 -26
  557. package/js/umd/frozenproduct/large/light/components/form.js +4 -4
  558. package/js/umd/frozenproduct/large/light/components/link.js +6 -6
  559. package/js/umd/frozenproduct/large/light/components/nav.js +5 -5
  560. package/js/umd/frozenproduct/large/light/components/popover.js +2 -2
  561. package/js/umd/frozenproduct/large/light/components/progress.js +17 -2
  562. package/js/umd/frozenproduct/large/light/components/status.js +1357 -357
  563. package/js/umd/frozenproduct/large/light/components/tab.js +1 -1
  564. package/js/umd/frozenproduct/large/light/components/table.js +4 -4
  565. package/js/umd/frozenproduct/large/light/mode.js +2032 -468
  566. package/js/umd/frozenproduct/small/dark/components/button.js +68 -34
  567. package/js/umd/frozenproduct/small/dark/components/container.js +6 -27
  568. package/js/umd/frozenproduct/small/dark/components/form.js +4 -4
  569. package/js/umd/frozenproduct/small/dark/components/link.js +6 -6
  570. package/js/umd/frozenproduct/small/dark/components/nav.js +5 -5
  571. package/js/umd/frozenproduct/small/dark/components/popover.js +2 -2
  572. package/js/umd/frozenproduct/small/dark/components/progress.js +17 -2
  573. package/js/umd/frozenproduct/small/dark/components/status.js +1357 -357
  574. package/js/umd/frozenproduct/small/dark/components/tab.js +1 -1
  575. package/js/umd/frozenproduct/small/dark/components/table.js +4 -4
  576. package/js/umd/frozenproduct/small/dark/mode.js +2024 -461
  577. package/js/umd/frozenproduct/small/light/components/button.js +68 -34
  578. package/js/umd/frozenproduct/small/light/components/container.js +5 -26
  579. package/js/umd/frozenproduct/small/light/components/form.js +4 -4
  580. package/js/umd/frozenproduct/small/light/components/link.js +6 -6
  581. package/js/umd/frozenproduct/small/light/components/nav.js +5 -5
  582. package/js/umd/frozenproduct/small/light/components/popover.js +2 -2
  583. package/js/umd/frozenproduct/small/light/components/progress.js +17 -2
  584. package/js/umd/frozenproduct/small/light/components/status.js +1357 -357
  585. package/js/umd/frozenproduct/small/light/components/tab.js +1 -1
  586. package/js/umd/frozenproduct/small/light/components/table.js +4 -4
  587. package/js/umd/frozenproduct/small/light/mode.js +2032 -468
  588. package/js/umd/marketing/large/dark/components/button.js +68 -34
  589. package/js/umd/marketing/large/dark/components/container.js +6 -27
  590. package/js/umd/marketing/large/dark/components/form.js +4 -4
  591. package/js/umd/marketing/large/dark/components/link.js +6 -6
  592. package/js/umd/marketing/large/dark/components/nav.js +5 -5
  593. package/js/umd/marketing/large/dark/components/popover.js +2 -2
  594. package/js/umd/marketing/large/dark/components/progress.js +17 -2
  595. package/js/umd/marketing/large/dark/components/status.js +1357 -357
  596. package/js/umd/marketing/large/dark/components/tab.js +1 -1
  597. package/js/umd/marketing/large/dark/components/table.js +4 -4
  598. package/js/umd/marketing/large/dark/mode.js +2024 -461
  599. package/js/umd/marketing/large/light/components/button.js +68 -34
  600. package/js/umd/marketing/large/light/components/container.js +5 -26
  601. package/js/umd/marketing/large/light/components/form.js +4 -4
  602. package/js/umd/marketing/large/light/components/link.js +6 -6
  603. package/js/umd/marketing/large/light/components/nav.js +5 -5
  604. package/js/umd/marketing/large/light/components/popover.js +2 -2
  605. package/js/umd/marketing/large/light/components/progress.js +17 -2
  606. package/js/umd/marketing/large/light/components/status.js +1357 -357
  607. package/js/umd/marketing/large/light/components/tab.js +1 -1
  608. package/js/umd/marketing/large/light/components/table.js +4 -4
  609. package/js/umd/marketing/large/light/mode.js +2032 -468
  610. package/js/umd/marketing/small/dark/components/button.js +68 -34
  611. package/js/umd/marketing/small/dark/components/container.js +6 -27
  612. package/js/umd/marketing/small/dark/components/form.js +4 -4
  613. package/js/umd/marketing/small/dark/components/link.js +6 -6
  614. package/js/umd/marketing/small/dark/components/nav.js +5 -5
  615. package/js/umd/marketing/small/dark/components/popover.js +2 -2
  616. package/js/umd/marketing/small/dark/components/progress.js +17 -2
  617. package/js/umd/marketing/small/dark/components/status.js +1357 -357
  618. package/js/umd/marketing/small/dark/components/tab.js +1 -1
  619. package/js/umd/marketing/small/dark/components/table.js +4 -4
  620. package/js/umd/marketing/small/dark/mode.js +2024 -461
  621. package/js/umd/marketing/small/light/components/button.js +68 -34
  622. package/js/umd/marketing/small/light/components/container.js +5 -26
  623. package/js/umd/marketing/small/light/components/form.js +4 -4
  624. package/js/umd/marketing/small/light/components/link.js +6 -6
  625. package/js/umd/marketing/small/light/components/nav.js +5 -5
  626. package/js/umd/marketing/small/light/components/popover.js +2 -2
  627. package/js/umd/marketing/small/light/components/progress.js +17 -2
  628. package/js/umd/marketing/small/light/components/status.js +1357 -357
  629. package/js/umd/marketing/small/light/components/tab.js +1 -1
  630. package/js/umd/marketing/small/light/components/table.js +4 -4
  631. package/js/umd/marketing/small/light/mode.js +2032 -468
  632. package/js/umd/product/large/dark/components/button.js +68 -34
  633. package/js/umd/product/large/dark/components/container.js +6 -27
  634. package/js/umd/product/large/dark/components/form.js +4 -4
  635. package/js/umd/product/large/dark/components/link.js +6 -6
  636. package/js/umd/product/large/dark/components/nav.js +5 -5
  637. package/js/umd/product/large/dark/components/popover.js +2 -2
  638. package/js/umd/product/large/dark/components/progress.js +17 -2
  639. package/js/umd/product/large/dark/components/status.js +1357 -357
  640. package/js/umd/product/large/dark/components/tab.js +1 -1
  641. package/js/umd/product/large/dark/components/table.js +4 -4
  642. package/js/umd/product/large/dark/mode.js +2024 -461
  643. package/js/umd/product/large/light/components/button.js +68 -34
  644. package/js/umd/product/large/light/components/container.js +5 -26
  645. package/js/umd/product/large/light/components/form.js +4 -4
  646. package/js/umd/product/large/light/components/link.js +6 -6
  647. package/js/umd/product/large/light/components/nav.js +5 -5
  648. package/js/umd/product/large/light/components/popover.js +2 -2
  649. package/js/umd/product/large/light/components/progress.js +17 -2
  650. package/js/umd/product/large/light/components/status.js +1357 -357
  651. package/js/umd/product/large/light/components/tab.js +1 -1
  652. package/js/umd/product/large/light/components/table.js +4 -4
  653. package/js/umd/product/large/light/mode.js +2032 -468
  654. package/js/umd/product/small/dark/components/button.js +68 -34
  655. package/js/umd/product/small/dark/components/container.js +6 -27
  656. package/js/umd/product/small/dark/components/form.js +4 -4
  657. package/js/umd/product/small/dark/components/link.js +6 -6
  658. package/js/umd/product/small/dark/components/nav.js +5 -5
  659. package/js/umd/product/small/dark/components/popover.js +2 -2
  660. package/js/umd/product/small/dark/components/progress.js +17 -2
  661. package/js/umd/product/small/dark/components/status.js +1357 -357
  662. package/js/umd/product/small/dark/components/tab.js +1 -1
  663. package/js/umd/product/small/dark/components/table.js +4 -4
  664. package/js/umd/product/small/dark/mode.js +2024 -461
  665. package/js/umd/product/small/light/components/button.js +68 -34
  666. package/js/umd/product/small/light/components/container.js +5 -26
  667. package/js/umd/product/small/light/components/form.js +4 -4
  668. package/js/umd/product/small/light/components/link.js +6 -6
  669. package/js/umd/product/small/light/components/nav.js +5 -5
  670. package/js/umd/product/small/light/components/popover.js +2 -2
  671. package/js/umd/product/small/light/components/progress.js +17 -2
  672. package/js/umd/product/small/light/components/status.js +1357 -357
  673. package/js/umd/product/small/light/components/tab.js +1 -1
  674. package/js/umd/product/small/light/components/table.js +4 -4
  675. package/js/umd/product/small/light/mode.js +2032 -468
  676. package/json/flat/frozenproduct/large/dark/components/button.json +34 -32
  677. package/json/flat/frozenproduct/large/dark/components/container.json +4 -4
  678. package/json/flat/frozenproduct/large/dark/components/form.json +4 -4
  679. package/json/flat/frozenproduct/large/dark/components/link.json +4 -4
  680. package/json/flat/frozenproduct/large/dark/components/nav.json +5 -5
  681. package/json/flat/frozenproduct/large/dark/components/popover.json +2 -2
  682. package/json/flat/frozenproduct/large/dark/components/progress.json +2 -1
  683. package/json/flat/frozenproduct/large/dark/components/status.json +91 -41
  684. package/json/flat/frozenproduct/large/dark/components/tab.json +1 -1
  685. package/json/flat/frozenproduct/large/dark/components/table.json +3 -3
  686. package/json/flat/frozenproduct/large/dark/mode.json +113 -73
  687. package/json/flat/frozenproduct/large/light/components/button.json +34 -32
  688. package/json/flat/frozenproduct/large/light/components/container.json +3 -3
  689. package/json/flat/frozenproduct/large/light/components/form.json +4 -4
  690. package/json/flat/frozenproduct/large/light/components/link.json +4 -4
  691. package/json/flat/frozenproduct/large/light/components/nav.json +5 -5
  692. package/json/flat/frozenproduct/large/light/components/popover.json +2 -2
  693. package/json/flat/frozenproduct/large/light/components/progress.json +2 -1
  694. package/json/flat/frozenproduct/large/light/components/status.json +91 -41
  695. package/json/flat/frozenproduct/large/light/components/tab.json +1 -1
  696. package/json/flat/frozenproduct/large/light/components/table.json +3 -3
  697. package/json/flat/frozenproduct/large/light/mode.json +110 -70
  698. package/json/flat/frozenproduct/small/dark/components/button.json +34 -32
  699. package/json/flat/frozenproduct/small/dark/components/container.json +4 -4
  700. package/json/flat/frozenproduct/small/dark/components/form.json +4 -4
  701. package/json/flat/frozenproduct/small/dark/components/link.json +4 -4
  702. package/json/flat/frozenproduct/small/dark/components/nav.json +5 -5
  703. package/json/flat/frozenproduct/small/dark/components/popover.json +2 -2
  704. package/json/flat/frozenproduct/small/dark/components/progress.json +2 -1
  705. package/json/flat/frozenproduct/small/dark/components/status.json +91 -41
  706. package/json/flat/frozenproduct/small/dark/components/tab.json +1 -1
  707. package/json/flat/frozenproduct/small/dark/components/table.json +3 -3
  708. package/json/flat/frozenproduct/small/dark/mode.json +113 -73
  709. package/json/flat/frozenproduct/small/light/components/button.json +34 -32
  710. package/json/flat/frozenproduct/small/light/components/container.json +3 -3
  711. package/json/flat/frozenproduct/small/light/components/form.json +4 -4
  712. package/json/flat/frozenproduct/small/light/components/link.json +4 -4
  713. package/json/flat/frozenproduct/small/light/components/nav.json +5 -5
  714. package/json/flat/frozenproduct/small/light/components/popover.json +2 -2
  715. package/json/flat/frozenproduct/small/light/components/progress.json +2 -1
  716. package/json/flat/frozenproduct/small/light/components/status.json +91 -41
  717. package/json/flat/frozenproduct/small/light/components/tab.json +1 -1
  718. package/json/flat/frozenproduct/small/light/components/table.json +3 -3
  719. package/json/flat/frozenproduct/small/light/mode.json +110 -70
  720. package/json/flat/marketing/large/dark/components/button.json +34 -32
  721. package/json/flat/marketing/large/dark/components/container.json +4 -4
  722. package/json/flat/marketing/large/dark/components/form.json +4 -4
  723. package/json/flat/marketing/large/dark/components/link.json +4 -4
  724. package/json/flat/marketing/large/dark/components/nav.json +5 -5
  725. package/json/flat/marketing/large/dark/components/popover.json +2 -2
  726. package/json/flat/marketing/large/dark/components/progress.json +2 -1
  727. package/json/flat/marketing/large/dark/components/status.json +91 -41
  728. package/json/flat/marketing/large/dark/components/tab.json +1 -1
  729. package/json/flat/marketing/large/dark/components/table.json +3 -3
  730. package/json/flat/marketing/large/dark/mode.json +113 -73
  731. package/json/flat/marketing/large/light/components/button.json +34 -32
  732. package/json/flat/marketing/large/light/components/container.json +3 -3
  733. package/json/flat/marketing/large/light/components/form.json +4 -4
  734. package/json/flat/marketing/large/light/components/link.json +4 -4
  735. package/json/flat/marketing/large/light/components/nav.json +5 -5
  736. package/json/flat/marketing/large/light/components/popover.json +2 -2
  737. package/json/flat/marketing/large/light/components/progress.json +2 -1
  738. package/json/flat/marketing/large/light/components/status.json +91 -41
  739. package/json/flat/marketing/large/light/components/tab.json +1 -1
  740. package/json/flat/marketing/large/light/components/table.json +3 -3
  741. package/json/flat/marketing/large/light/mode.json +110 -70
  742. package/json/flat/marketing/small/dark/components/button.json +34 -32
  743. package/json/flat/marketing/small/dark/components/container.json +4 -4
  744. package/json/flat/marketing/small/dark/components/form.json +4 -4
  745. package/json/flat/marketing/small/dark/components/link.json +4 -4
  746. package/json/flat/marketing/small/dark/components/nav.json +5 -5
  747. package/json/flat/marketing/small/dark/components/popover.json +2 -2
  748. package/json/flat/marketing/small/dark/components/progress.json +2 -1
  749. package/json/flat/marketing/small/dark/components/status.json +91 -41
  750. package/json/flat/marketing/small/dark/components/tab.json +1 -1
  751. package/json/flat/marketing/small/dark/components/table.json +3 -3
  752. package/json/flat/marketing/small/dark/mode.json +113 -73
  753. package/json/flat/marketing/small/light/components/button.json +34 -32
  754. package/json/flat/marketing/small/light/components/container.json +3 -3
  755. package/json/flat/marketing/small/light/components/form.json +4 -4
  756. package/json/flat/marketing/small/light/components/link.json +4 -4
  757. package/json/flat/marketing/small/light/components/nav.json +5 -5
  758. package/json/flat/marketing/small/light/components/popover.json +2 -2
  759. package/json/flat/marketing/small/light/components/progress.json +2 -1
  760. package/json/flat/marketing/small/light/components/status.json +91 -41
  761. package/json/flat/marketing/small/light/components/tab.json +1 -1
  762. package/json/flat/marketing/small/light/components/table.json +3 -3
  763. package/json/flat/marketing/small/light/mode.json +110 -70
  764. package/json/flat/product/large/dark/components/button.json +34 -32
  765. package/json/flat/product/large/dark/components/container.json +4 -4
  766. package/json/flat/product/large/dark/components/form.json +4 -4
  767. package/json/flat/product/large/dark/components/link.json +4 -4
  768. package/json/flat/product/large/dark/components/nav.json +5 -5
  769. package/json/flat/product/large/dark/components/popover.json +2 -2
  770. package/json/flat/product/large/dark/components/progress.json +2 -1
  771. package/json/flat/product/large/dark/components/status.json +91 -41
  772. package/json/flat/product/large/dark/components/tab.json +1 -1
  773. package/json/flat/product/large/dark/components/table.json +3 -3
  774. package/json/flat/product/large/dark/mode.json +113 -73
  775. package/json/flat/product/large/light/components/button.json +34 -32
  776. package/json/flat/product/large/light/components/container.json +3 -3
  777. package/json/flat/product/large/light/components/form.json +4 -4
  778. package/json/flat/product/large/light/components/link.json +4 -4
  779. package/json/flat/product/large/light/components/nav.json +5 -5
  780. package/json/flat/product/large/light/components/popover.json +2 -2
  781. package/json/flat/product/large/light/components/progress.json +2 -1
  782. package/json/flat/product/large/light/components/status.json +91 -41
  783. package/json/flat/product/large/light/components/tab.json +1 -1
  784. package/json/flat/product/large/light/components/table.json +3 -3
  785. package/json/flat/product/large/light/mode.json +110 -70
  786. package/json/flat/product/small/dark/components/button.json +34 -32
  787. package/json/flat/product/small/dark/components/container.json +4 -4
  788. package/json/flat/product/small/dark/components/form.json +4 -4
  789. package/json/flat/product/small/dark/components/link.json +4 -4
  790. package/json/flat/product/small/dark/components/nav.json +5 -5
  791. package/json/flat/product/small/dark/components/popover.json +2 -2
  792. package/json/flat/product/small/dark/components/progress.json +2 -1
  793. package/json/flat/product/small/dark/components/status.json +91 -41
  794. package/json/flat/product/small/dark/components/tab.json +1 -1
  795. package/json/flat/product/small/dark/components/table.json +3 -3
  796. package/json/flat/product/small/dark/mode.json +113 -73
  797. package/json/flat/product/small/light/components/button.json +34 -32
  798. package/json/flat/product/small/light/components/container.json +3 -3
  799. package/json/flat/product/small/light/components/form.json +4 -4
  800. package/json/flat/product/small/light/components/link.json +4 -4
  801. package/json/flat/product/small/light/components/nav.json +5 -5
  802. package/json/flat/product/small/light/components/popover.json +2 -2
  803. package/json/flat/product/small/light/components/progress.json +2 -1
  804. package/json/flat/product/small/light/components/status.json +91 -41
  805. package/json/flat/product/small/light/components/tab.json +1 -1
  806. package/json/flat/product/small/light/components/table.json +3 -3
  807. package/json/flat/product/small/light/mode.json +110 -70
  808. package/json/nested/frozenproduct/large/dark/components/button.json +34 -32
  809. package/json/nested/frozenproduct/large/dark/components/container.json +4 -4
  810. package/json/nested/frozenproduct/large/dark/components/form.json +4 -4
  811. package/json/nested/frozenproduct/large/dark/components/link.json +4 -4
  812. package/json/nested/frozenproduct/large/dark/components/nav.json +5 -5
  813. package/json/nested/frozenproduct/large/dark/components/popover.json +2 -2
  814. package/json/nested/frozenproduct/large/dark/components/progress.json +2 -1
  815. package/json/nested/frozenproduct/large/dark/components/status.json +127 -55
  816. package/json/nested/frozenproduct/large/dark/components/tab.json +1 -1
  817. package/json/nested/frozenproduct/large/dark/components/table.json +3 -3
  818. package/json/nested/frozenproduct/large/dark/mode.json +141 -85
  819. package/json/nested/frozenproduct/large/light/components/button.json +34 -32
  820. package/json/nested/frozenproduct/large/light/components/container.json +3 -3
  821. package/json/nested/frozenproduct/large/light/components/form.json +4 -4
  822. package/json/nested/frozenproduct/large/light/components/link.json +4 -4
  823. package/json/nested/frozenproduct/large/light/components/nav.json +5 -5
  824. package/json/nested/frozenproduct/large/light/components/popover.json +2 -2
  825. package/json/nested/frozenproduct/large/light/components/progress.json +2 -1
  826. package/json/nested/frozenproduct/large/light/components/status.json +127 -55
  827. package/json/nested/frozenproduct/large/light/components/tab.json +1 -1
  828. package/json/nested/frozenproduct/large/light/components/table.json +3 -3
  829. package/json/nested/frozenproduct/large/light/mode.json +138 -82
  830. package/json/nested/frozenproduct/small/dark/components/button.json +34 -32
  831. package/json/nested/frozenproduct/small/dark/components/container.json +4 -4
  832. package/json/nested/frozenproduct/small/dark/components/form.json +4 -4
  833. package/json/nested/frozenproduct/small/dark/components/link.json +4 -4
  834. package/json/nested/frozenproduct/small/dark/components/nav.json +5 -5
  835. package/json/nested/frozenproduct/small/dark/components/popover.json +2 -2
  836. package/json/nested/frozenproduct/small/dark/components/progress.json +2 -1
  837. package/json/nested/frozenproduct/small/dark/components/status.json +127 -55
  838. package/json/nested/frozenproduct/small/dark/components/tab.json +1 -1
  839. package/json/nested/frozenproduct/small/dark/components/table.json +3 -3
  840. package/json/nested/frozenproduct/small/dark/mode.json +141 -85
  841. package/json/nested/frozenproduct/small/light/components/button.json +34 -32
  842. package/json/nested/frozenproduct/small/light/components/container.json +3 -3
  843. package/json/nested/frozenproduct/small/light/components/form.json +4 -4
  844. package/json/nested/frozenproduct/small/light/components/link.json +4 -4
  845. package/json/nested/frozenproduct/small/light/components/nav.json +5 -5
  846. package/json/nested/frozenproduct/small/light/components/popover.json +2 -2
  847. package/json/nested/frozenproduct/small/light/components/progress.json +2 -1
  848. package/json/nested/frozenproduct/small/light/components/status.json +127 -55
  849. package/json/nested/frozenproduct/small/light/components/tab.json +1 -1
  850. package/json/nested/frozenproduct/small/light/components/table.json +3 -3
  851. package/json/nested/frozenproduct/small/light/mode.json +138 -82
  852. package/json/nested/marketing/large/dark/components/button.json +34 -32
  853. package/json/nested/marketing/large/dark/components/container.json +4 -4
  854. package/json/nested/marketing/large/dark/components/form.json +4 -4
  855. package/json/nested/marketing/large/dark/components/link.json +4 -4
  856. package/json/nested/marketing/large/dark/components/nav.json +5 -5
  857. package/json/nested/marketing/large/dark/components/popover.json +2 -2
  858. package/json/nested/marketing/large/dark/components/progress.json +2 -1
  859. package/json/nested/marketing/large/dark/components/status.json +127 -55
  860. package/json/nested/marketing/large/dark/components/tab.json +1 -1
  861. package/json/nested/marketing/large/dark/components/table.json +3 -3
  862. package/json/nested/marketing/large/dark/mode.json +141 -85
  863. package/json/nested/marketing/large/light/components/button.json +34 -32
  864. package/json/nested/marketing/large/light/components/container.json +3 -3
  865. package/json/nested/marketing/large/light/components/form.json +4 -4
  866. package/json/nested/marketing/large/light/components/link.json +4 -4
  867. package/json/nested/marketing/large/light/components/nav.json +5 -5
  868. package/json/nested/marketing/large/light/components/popover.json +2 -2
  869. package/json/nested/marketing/large/light/components/progress.json +2 -1
  870. package/json/nested/marketing/large/light/components/status.json +127 -55
  871. package/json/nested/marketing/large/light/components/tab.json +1 -1
  872. package/json/nested/marketing/large/light/components/table.json +3 -3
  873. package/json/nested/marketing/large/light/mode.json +138 -82
  874. package/json/nested/marketing/small/dark/components/button.json +34 -32
  875. package/json/nested/marketing/small/dark/components/container.json +4 -4
  876. package/json/nested/marketing/small/dark/components/form.json +4 -4
  877. package/json/nested/marketing/small/dark/components/link.json +4 -4
  878. package/json/nested/marketing/small/dark/components/nav.json +5 -5
  879. package/json/nested/marketing/small/dark/components/popover.json +2 -2
  880. package/json/nested/marketing/small/dark/components/progress.json +2 -1
  881. package/json/nested/marketing/small/dark/components/status.json +127 -55
  882. package/json/nested/marketing/small/dark/components/tab.json +1 -1
  883. package/json/nested/marketing/small/dark/components/table.json +3 -3
  884. package/json/nested/marketing/small/dark/mode.json +141 -85
  885. package/json/nested/marketing/small/light/components/button.json +34 -32
  886. package/json/nested/marketing/small/light/components/container.json +3 -3
  887. package/json/nested/marketing/small/light/components/form.json +4 -4
  888. package/json/nested/marketing/small/light/components/link.json +4 -4
  889. package/json/nested/marketing/small/light/components/nav.json +5 -5
  890. package/json/nested/marketing/small/light/components/popover.json +2 -2
  891. package/json/nested/marketing/small/light/components/progress.json +2 -1
  892. package/json/nested/marketing/small/light/components/status.json +127 -55
  893. package/json/nested/marketing/small/light/components/tab.json +1 -1
  894. package/json/nested/marketing/small/light/components/table.json +3 -3
  895. package/json/nested/marketing/small/light/mode.json +138 -82
  896. package/json/nested/product/large/dark/components/button.json +34 -32
  897. package/json/nested/product/large/dark/components/container.json +4 -4
  898. package/json/nested/product/large/dark/components/form.json +4 -4
  899. package/json/nested/product/large/dark/components/link.json +4 -4
  900. package/json/nested/product/large/dark/components/nav.json +5 -5
  901. package/json/nested/product/large/dark/components/popover.json +2 -2
  902. package/json/nested/product/large/dark/components/progress.json +2 -1
  903. package/json/nested/product/large/dark/components/status.json +127 -55
  904. package/json/nested/product/large/dark/components/tab.json +1 -1
  905. package/json/nested/product/large/dark/components/table.json +3 -3
  906. package/json/nested/product/large/dark/mode.json +141 -85
  907. package/json/nested/product/large/light/components/button.json +34 -32
  908. package/json/nested/product/large/light/components/container.json +3 -3
  909. package/json/nested/product/large/light/components/form.json +4 -4
  910. package/json/nested/product/large/light/components/link.json +4 -4
  911. package/json/nested/product/large/light/components/nav.json +5 -5
  912. package/json/nested/product/large/light/components/popover.json +2 -2
  913. package/json/nested/product/large/light/components/progress.json +2 -1
  914. package/json/nested/product/large/light/components/status.json +127 -55
  915. package/json/nested/product/large/light/components/tab.json +1 -1
  916. package/json/nested/product/large/light/components/table.json +3 -3
  917. package/json/nested/product/large/light/mode.json +138 -82
  918. package/json/nested/product/small/dark/components/button.json +34 -32
  919. package/json/nested/product/small/dark/components/container.json +4 -4
  920. package/json/nested/product/small/dark/components/form.json +4 -4
  921. package/json/nested/product/small/dark/components/link.json +4 -4
  922. package/json/nested/product/small/dark/components/nav.json +5 -5
  923. package/json/nested/product/small/dark/components/popover.json +2 -2
  924. package/json/nested/product/small/dark/components/progress.json +2 -1
  925. package/json/nested/product/small/dark/components/status.json +127 -55
  926. package/json/nested/product/small/dark/components/tab.json +1 -1
  927. package/json/nested/product/small/dark/components/table.json +3 -3
  928. package/json/nested/product/small/dark/mode.json +141 -85
  929. package/json/nested/product/small/light/components/button.json +34 -32
  930. package/json/nested/product/small/light/components/container.json +3 -3
  931. package/json/nested/product/small/light/components/form.json +4 -4
  932. package/json/nested/product/small/light/components/link.json +4 -4
  933. package/json/nested/product/small/light/components/nav.json +5 -5
  934. package/json/nested/product/small/light/components/popover.json +2 -2
  935. package/json/nested/product/small/light/components/progress.json +2 -1
  936. package/json/nested/product/small/light/components/status.json +127 -55
  937. package/json/nested/product/small/light/components/tab.json +1 -1
  938. package/json/nested/product/small/light/components/table.json +3 -3
  939. package/json/nested/product/small/light/mode.json +138 -82
  940. package/package.json +1 -1
  941. package/sage-design-tokens-14.1.0.tgz +0 -0
  942. package/scss/frozenproduct/large/components/button.scss +19 -17
  943. package/scss/frozenproduct/large/components/container.scss +11 -11
  944. package/scss/frozenproduct/large/components/form.scss +7 -7
  945. package/scss/frozenproduct/large/components/link.scss +4 -4
  946. package/scss/frozenproduct/large/components/nav.scss +5 -5
  947. package/scss/frozenproduct/large/components/page.scss +1 -1
  948. package/scss/frozenproduct/large/components/popover.scss +2 -2
  949. package/scss/frozenproduct/large/components/progress.scss +8 -7
  950. package/scss/frozenproduct/large/components/status.scss +64 -14
  951. package/scss/frozenproduct/large/components/tab.scss +7 -7
  952. package/scss/frozenproduct/large/components/table.scss +11 -11
  953. package/scss/frozenproduct/large/dark.scss +114 -74
  954. package/scss/frozenproduct/large/light.scss +111 -71
  955. package/scss/frozenproduct/small/components/button.scss +17 -15
  956. package/scss/frozenproduct/small/components/container.scss +11 -11
  957. package/scss/frozenproduct/small/components/form.scss +7 -7
  958. package/scss/frozenproduct/small/components/link.scss +4 -4
  959. package/scss/frozenproduct/small/components/nav.scss +5 -5
  960. package/scss/frozenproduct/small/components/page.scss +1 -1
  961. package/scss/frozenproduct/small/components/popover.scss +2 -2
  962. package/scss/frozenproduct/small/components/progress.scss +8 -7
  963. package/scss/frozenproduct/small/components/status.scss +64 -14
  964. package/scss/frozenproduct/small/components/tab.scss +7 -7
  965. package/scss/frozenproduct/small/components/table.scss +11 -11
  966. package/scss/frozenproduct/small/dark.scss +114 -74
  967. package/scss/frozenproduct/small/light.scss +111 -71
  968. package/scss/marketing/large/components/button.scss +6 -4
  969. package/scss/marketing/large/components/container.scss +2 -2
  970. package/scss/marketing/large/components/link.scss +2 -2
  971. package/scss/marketing/large/components/progress.scss +2 -1
  972. package/scss/marketing/large/components/status.scss +62 -12
  973. package/scss/marketing/large/components/table.scss +1 -1
  974. package/scss/marketing/large/dark.scss +114 -74
  975. package/scss/marketing/large/light.scss +111 -71
  976. package/scss/marketing/small/components/button.scss +19 -17
  977. package/scss/marketing/small/components/container.scss +11 -11
  978. package/scss/marketing/small/components/form.scss +7 -7
  979. package/scss/marketing/small/components/link.scss +4 -4
  980. package/scss/marketing/small/components/nav.scss +5 -5
  981. package/scss/marketing/small/components/page.scss +1 -1
  982. package/scss/marketing/small/components/popover.scss +2 -2
  983. package/scss/marketing/small/components/progress.scss +8 -7
  984. package/scss/marketing/small/components/status.scss +64 -14
  985. package/scss/marketing/small/components/tab.scss +7 -7
  986. package/scss/marketing/small/components/table.scss +11 -11
  987. package/scss/marketing/small/dark.scss +114 -74
  988. package/scss/marketing/small/light.scss +111 -71
  989. package/scss/product/large/components/button.scss +17 -15
  990. package/scss/product/large/components/container.scss +11 -11
  991. package/scss/product/large/components/form.scss +7 -7
  992. package/scss/product/large/components/link.scss +4 -4
  993. package/scss/product/large/components/nav.scss +5 -5
  994. package/scss/product/large/components/page.scss +1 -1
  995. package/scss/product/large/components/popover.scss +2 -2
  996. package/scss/product/large/components/progress.scss +8 -7
  997. package/scss/product/large/components/status.scss +64 -14
  998. package/scss/product/large/components/tab.scss +7 -7
  999. package/scss/product/large/components/table.scss +11 -11
  1000. package/scss/product/large/dark.scss +114 -74
  1001. package/scss/product/large/light.scss +111 -71
  1002. package/scss/product/small/components/button.scss +6 -4
  1003. package/scss/product/small/components/container.scss +2 -2
  1004. package/scss/product/small/components/link.scss +2 -2
  1005. package/scss/product/small/components/progress.scss +2 -1
  1006. package/scss/product/small/components/status.scss +62 -12
  1007. package/scss/product/small/components/table.scss +1 -1
  1008. package/scss/product/small/dark.scss +114 -74
  1009. package/scss/product/small/light.scss +111 -71
  1010. package/sage-design-tokens-14.0.0.tgz +0 -0
@@ -1340,7 +1340,7 @@ module.exports = {
1340
1340
  "studio.tokens": {
1341
1341
  modify: {
1342
1342
  type: "mix",
1343
- value: "0.32",
1343
+ value: "0.30",
1344
1344
  space: "lch",
1345
1345
  color: "#FFFFFF ",
1346
1346
  format: "hex",
@@ -1348,7 +1348,7 @@ module.exports = {
1348
1348
  },
1349
1349
  },
1350
1350
  $type: "color",
1351
- $value: "#f28486",
1351
+ $value: "#f28083",
1352
1352
  $description: "active button on dark",
1353
1353
  filePath: "data/tokens/modes/dark.json",
1354
1354
  isSource: true,
@@ -1357,7 +1357,7 @@ module.exports = {
1357
1357
  "studio.tokens": {
1358
1358
  modify: {
1359
1359
  type: "mix",
1360
- value: "{modes.color.modifiers.button.active}",
1360
+ value: "{primitives.color.modifiers.button.active}",
1361
1361
  space: "lch",
1362
1362
  color: "{modes.color.modifier.contrastMore} ",
1363
1363
  },
@@ -1425,7 +1425,7 @@ module.exports = {
1425
1425
  "studio.tokens": {
1426
1426
  modify: {
1427
1427
  type: "mix",
1428
- value: "0.16",
1428
+ value: "0.15",
1429
1429
  space: "lch",
1430
1430
  color: "#FFFFFF",
1431
1431
  format: "hex",
@@ -1433,7 +1433,7 @@ module.exports = {
1433
1433
  },
1434
1434
  },
1435
1435
  $type: "color",
1436
- $value: "#eb646c",
1436
+ $value: "#ea626a",
1437
1437
  filePath: "data/tokens/modes/dark.json",
1438
1438
  isSource: true,
1439
1439
  original: {
@@ -1441,7 +1441,7 @@ module.exports = {
1441
1441
  "studio.tokens": {
1442
1442
  modify: {
1443
1443
  type: "mix",
1444
- value: "{modes.color.modifiers.button.hover}",
1444
+ value: "{primitives.color.modifiers.button.hover}",
1445
1445
  space: "lch",
1446
1446
  color: "{modes.color.modifier.contrastMore}",
1447
1447
  },
@@ -1459,14 +1459,14 @@ module.exports = {
1459
1459
  "studio.tokens": {
1460
1460
  modify: {
1461
1461
  type: "alpha",
1462
- value: "0.08",
1462
+ value: "0.10",
1463
1463
  space: "lch",
1464
1464
  format: "hex",
1465
1465
  },
1466
1466
  },
1467
1467
  },
1468
1468
  $type: "color",
1469
- $value: "#e13e5314",
1469
+ $value: "#e13e531a",
1470
1470
  $description: "button hover on dark",
1471
1471
  filePath: "data/tokens/modes/dark.json",
1472
1472
  isSource: true,
@@ -1475,7 +1475,7 @@ module.exports = {
1475
1475
  "studio.tokens": {
1476
1476
  modify: {
1477
1477
  type: "alpha",
1478
- value: "{modes.color.modifiers.button.hoverAlt}",
1478
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1479
1479
  space: "lch",
1480
1480
  },
1481
1481
  },
@@ -1493,7 +1493,7 @@ module.exports = {
1493
1493
  "studio.tokens": {
1494
1494
  modify: {
1495
1495
  type: "mix",
1496
- value: "0.08",
1496
+ value: "0.10",
1497
1497
  space: "lch",
1498
1498
  color: "#FFFFFF",
1499
1499
  format: "hex",
@@ -1501,7 +1501,7 @@ module.exports = {
1501
1501
  },
1502
1502
  },
1503
1503
  $type: "color",
1504
- $value: "#ec6a71",
1504
+ $value: "#ed6e74",
1505
1505
  $description: "for links in datatables",
1506
1506
  filePath: "data/tokens/modes/dark.json",
1507
1507
  isSource: true,
@@ -1510,7 +1510,7 @@ module.exports = {
1510
1510
  "studio.tokens": {
1511
1511
  modify: {
1512
1512
  type: "mix",
1513
- value: "{modes.color.modifiers.button.hoverAlt}",
1513
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1514
1514
  space: "lch",
1515
1515
  color: "{modes.color.modifier.contrastMore}",
1516
1516
  },
@@ -1556,7 +1556,7 @@ module.exports = {
1556
1556
  "studio.tokens": {
1557
1557
  modify: {
1558
1558
  type: "mix",
1559
- value: "0.32",
1559
+ value: "0.30",
1560
1560
  space: "lch",
1561
1561
  color: "#000000 ",
1562
1562
  format: "hex",
@@ -1564,7 +1564,7 @@ module.exports = {
1564
1564
  },
1565
1565
  },
1566
1566
  $type: "color",
1567
- $value: "#882b34",
1567
+ $value: "#8c2c35",
1568
1568
  $description: "used on pill hover states",
1569
1569
  filePath: "data/tokens/modes/dark.json",
1570
1570
  isSource: true,
@@ -1573,7 +1573,7 @@ module.exports = {
1573
1573
  "studio.tokens": {
1574
1574
  modify: {
1575
1575
  type: "mix",
1576
- value: "{modes.color.modifiers.button.active}",
1576
+ value: "{primitives.color.modifiers.button.active}",
1577
1577
  space: "lch",
1578
1578
  color: "{modes.color.modifier.contrastLess} ",
1579
1579
  },
@@ -1662,7 +1662,7 @@ module.exports = {
1662
1662
  "studio.tokens": {
1663
1663
  modify: {
1664
1664
  type: "mix",
1665
- value: "0.16",
1665
+ value: "0.15",
1666
1666
  space: "lch",
1667
1667
  color: "#000000 ",
1668
1668
  format: "hex",
@@ -1670,7 +1670,7 @@ module.exports = {
1670
1670
  },
1671
1671
  },
1672
1672
  $type: "color",
1673
- $value: "#aa323f",
1673
+ $value: "#ac3240",
1674
1674
  $description:
1675
1675
  "used on solid-pill and primary-button hover states",
1676
1676
  filePath: "data/tokens/modes/dark.json",
@@ -1680,7 +1680,7 @@ module.exports = {
1680
1680
  "studio.tokens": {
1681
1681
  modify: {
1682
1682
  type: "mix",
1683
- value: "{modes.color.modifiers.button.hover}",
1683
+ value: "{primitives.color.modifiers.button.hover}",
1684
1684
  space: "lch",
1685
1685
  color: "{modes.color.modifier.contrastLess} ",
1686
1686
  },
@@ -1707,14 +1707,14 @@ module.exports = {
1707
1707
  "studio.tokens": {
1708
1708
  modify: {
1709
1709
  type: "alpha",
1710
- value: "0.08",
1710
+ value: "0.10",
1711
1711
  space: "lch",
1712
1712
  format: "hex",
1713
1713
  },
1714
1714
  },
1715
1715
  },
1716
1716
  $type: "color",
1717
- $value: "#cd384b14",
1717
+ $value: "#cd384b1a",
1718
1718
  $description: "used on secondary-button hover states",
1719
1719
  filePath: "data/tokens/modes/dark.json",
1720
1720
  isSource: true,
@@ -1723,7 +1723,7 @@ module.exports = {
1723
1723
  "studio.tokens": {
1724
1724
  modify: {
1725
1725
  type: "alpha",
1726
- value: "{modes.color.modifiers.button.hoverAlt}",
1726
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1727
1727
  space: "lch",
1728
1728
  },
1729
1729
  },
@@ -1748,7 +1748,7 @@ module.exports = {
1748
1748
  "studio.tokens": {
1749
1749
  modify: {
1750
1750
  type: "mix",
1751
- value: "0.08",
1751
+ value: "0.10",
1752
1752
  space: "lch",
1753
1753
  color: "#000000 ",
1754
1754
  format: "hex",
@@ -1756,7 +1756,7 @@ module.exports = {
1756
1756
  },
1757
1757
  },
1758
1758
  $type: "color",
1759
- $value: "#a3303d",
1759
+ $value: "#9f303c",
1760
1760
  $description: "used on link hover state",
1761
1761
  filePath: "data/tokens/modes/dark.json",
1762
1762
  isSource: true,
@@ -1765,7 +1765,7 @@ module.exports = {
1765
1765
  "studio.tokens": {
1766
1766
  modify: {
1767
1767
  type: "mix",
1768
- value: "{modes.color.modifiers.button.hoverAlt}",
1768
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1769
1769
  space: "lch",
1770
1770
  color: "{modes.color.modifier.contrastLess} ",
1771
1771
  },
@@ -1898,7 +1898,7 @@ module.exports = {
1898
1898
  "studio.tokens": {
1899
1899
  modify: {
1900
1900
  type: "mix",
1901
- value: "0.08",
1901
+ value: "0.10",
1902
1902
  space: "lch",
1903
1903
  color: "#FFFFFF",
1904
1904
  format: "hex",
@@ -1906,7 +1906,7 @@ module.exports = {
1906
1906
  },
1907
1907
  },
1908
1908
  $type: "color",
1909
- $value: "#181818",
1909
+ $value: "#1b1b1b",
1910
1910
  $description: "bg hover for draggable area on file input",
1911
1911
  filePath: "data/tokens/modes/dark.json",
1912
1912
  isSource: true,
@@ -1915,7 +1915,7 @@ module.exports = {
1915
1915
  "studio.tokens": {
1916
1916
  modify: {
1917
1917
  type: "mix",
1918
- value: "{modes.color.modifiers.button.hoverAlt}",
1918
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1919
1919
  space: "lch",
1920
1920
  color: "{modes.color.modifier.contrastMore}",
1921
1921
  },
@@ -2454,14 +2454,14 @@ module.exports = {
2454
2454
  "studio.tokens": {
2455
2455
  modify: {
2456
2456
  type: "alpha",
2457
- value: "0.16",
2457
+ value: "0.15",
2458
2458
  space: "lch",
2459
2459
  format: "hex",
2460
2460
  },
2461
2461
  },
2462
2462
  },
2463
2463
  $type: "color",
2464
- $value: "#ffffff29",
2464
+ $value: "#ffffff26",
2465
2465
  filePath: "data/tokens/modes/dark.json",
2466
2466
  isSource: true,
2467
2467
  original: {
@@ -2469,7 +2469,7 @@ module.exports = {
2469
2469
  "studio.tokens": {
2470
2470
  modify: {
2471
2471
  type: "alpha",
2472
- value: "{modes.color.modifiers.button.activeAlt}",
2472
+ value: "{primitives.color.modifiers.button.activeAlt}",
2473
2473
  space: "lch",
2474
2474
  },
2475
2475
  },
@@ -2592,14 +2592,14 @@ module.exports = {
2592
2592
  "studio.tokens": {
2593
2593
  modify: {
2594
2594
  type: "alpha",
2595
- value: "0.08",
2595
+ value: "0.10",
2596
2596
  space: "lch",
2597
2597
  format: "hex",
2598
2598
  },
2599
2599
  },
2600
2600
  },
2601
2601
  $type: "color",
2602
- $value: "#ffffff14",
2602
+ $value: "#ffffff1a",
2603
2603
  $description: "Accordion, secondary, tertiary, menu bg on hover",
2604
2604
  filePath: "data/tokens/modes/dark.json",
2605
2605
  isSource: true,
@@ -2608,7 +2608,7 @@ module.exports = {
2608
2608
  "studio.tokens": {
2609
2609
  modify: {
2610
2610
  type: "alpha",
2611
- value: "{modes.color.modifiers.button.hoverAlt}",
2611
+ value: "{primitives.color.modifiers.button.hoverAlt}",
2612
2612
  space: "lch",
2613
2613
  },
2614
2614
  },
@@ -2626,14 +2626,14 @@ module.exports = {
2626
2626
  "studio.tokens": {
2627
2627
  modify: {
2628
2628
  type: "alpha",
2629
- value: "0.16",
2629
+ value: "0.15",
2630
2630
  space: "lch",
2631
2631
  format: "hex",
2632
2632
  },
2633
2633
  },
2634
2634
  },
2635
2635
  $type: "color",
2636
- $value: "#ffffff29",
2636
+ $value: "#ffffff26",
2637
2637
  $description: "subtle table header hover",
2638
2638
  filePath: "data/tokens/modes/dark.json",
2639
2639
  isSource: true,
@@ -2642,7 +2642,7 @@ module.exports = {
2642
2642
  "studio.tokens": {
2643
2643
  modify: {
2644
2644
  type: "alpha",
2645
- value: "{modes.color.modifiers.button.hover}",
2645
+ value: "{primitives.color.modifiers.button.hover}",
2646
2646
  space: "lch",
2647
2647
  },
2648
2648
  },
@@ -2745,14 +2745,14 @@ module.exports = {
2745
2745
  "studio.tokens": {
2746
2746
  modify: {
2747
2747
  type: "alpha",
2748
- value: "0.16",
2748
+ value: "0.15",
2749
2749
  space: "lch",
2750
2750
  format: "hex",
2751
2751
  },
2752
2752
  },
2753
2753
  },
2754
2754
  $type: "color",
2755
- $value: "#ffffff29",
2755
+ $value: "#ffffff26",
2756
2756
  filePath: "data/tokens/modes/dark.json",
2757
2757
  isSource: true,
2758
2758
  original: {
@@ -2760,7 +2760,7 @@ module.exports = {
2760
2760
  "studio.tokens": {
2761
2761
  modify: {
2762
2762
  type: "alpha",
2763
- value: "{modes.color.modifiers.button.activeAlt}",
2763
+ value: "{primitives.color.modifiers.button.activeAlt}",
2764
2764
  space: "lch",
2765
2765
  },
2766
2766
  },
@@ -2862,14 +2862,14 @@ module.exports = {
2862
2862
  "studio.tokens": {
2863
2863
  modify: {
2864
2864
  type: "alpha",
2865
- value: "0.08 ",
2865
+ value: "0.10 ",
2866
2866
  space: "lch",
2867
2867
  format: "hex",
2868
2868
  },
2869
2869
  },
2870
2870
  },
2871
2871
  $type: "color",
2872
- $value: "#ffffff14",
2872
+ $value: "#ffffff1a",
2873
2873
  filePath: "data/tokens/modes/dark.json",
2874
2874
  isSource: true,
2875
2875
  original: {
@@ -2877,7 +2877,7 @@ module.exports = {
2877
2877
  "studio.tokens": {
2878
2878
  modify: {
2879
2879
  type: "alpha",
2880
- value: "{modes.color.modifiers.button.hoverAlt} ",
2880
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
2881
2881
  space: "lch",
2882
2882
  },
2883
2883
  },
@@ -2983,14 +2983,14 @@ module.exports = {
2983
2983
  "studio.tokens": {
2984
2984
  modify: {
2985
2985
  type: "alpha",
2986
- value: "0.16",
2986
+ value: "0.15",
2987
2987
  space: "lch",
2988
2988
  format: "hex",
2989
2989
  },
2990
2990
  },
2991
2991
  },
2992
2992
  $type: "color",
2993
- $value: "#00000029",
2993
+ $value: "#00000026",
2994
2994
  filePath: "data/tokens/modes/dark.json",
2995
2995
  isSource: true,
2996
2996
  original: {
@@ -2998,7 +2998,7 @@ module.exports = {
2998
2998
  "studio.tokens": {
2999
2999
  modify: {
3000
3000
  type: "alpha",
3001
- value: "{modes.color.modifiers.button.activeAlt}",
3001
+ value: "{primitives.color.modifiers.button.activeAlt}",
3002
3002
  space: "lch",
3003
3003
  },
3004
3004
  },
@@ -3143,14 +3143,14 @@ module.exports = {
3143
3143
  "studio.tokens": {
3144
3144
  modify: {
3145
3145
  type: "alpha",
3146
- value: "0.08",
3146
+ value: "0.10",
3147
3147
  space: "lch",
3148
3148
  format: "hex",
3149
3149
  },
3150
3150
  },
3151
3151
  },
3152
3152
  $type: "color",
3153
- $value: "#00000014",
3153
+ $value: "#0000001a",
3154
3154
  $description: "Accordion, secondary, tertiary, menu bg on hover",
3155
3155
  filePath: "data/tokens/modes/dark.json",
3156
3156
  isSource: true,
@@ -3159,7 +3159,7 @@ module.exports = {
3159
3159
  "studio.tokens": {
3160
3160
  modify: {
3161
3161
  type: "alpha",
3162
- value: "{modes.color.modifiers.button.hoverAlt}",
3162
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3163
3163
  space: "lch",
3164
3164
  },
3165
3165
  },
@@ -3185,14 +3185,14 @@ module.exports = {
3185
3185
  "studio.tokens": {
3186
3186
  modify: {
3187
3187
  type: "alpha",
3188
- value: "0.16",
3188
+ value: "0.15",
3189
3189
  space: "lch",
3190
3190
  format: "hex",
3191
3191
  },
3192
3192
  },
3193
3193
  },
3194
3194
  $type: "color",
3195
- $value: "#00000029",
3195
+ $value: "#00000026",
3196
3196
  $description: "subtle table header hover",
3197
3197
  filePath: "data/tokens/modes/dark.json",
3198
3198
  isSource: true,
@@ -3201,7 +3201,7 @@ module.exports = {
3201
3201
  "studio.tokens": {
3202
3202
  modify: {
3203
3203
  type: "alpha",
3204
- value: "{modes.color.modifiers.button.hover}",
3204
+ value: "{primitives.color.modifiers.button.hover}",
3205
3205
  space: "lch",
3206
3206
  },
3207
3207
  },
@@ -3506,14 +3506,14 @@ module.exports = {
3506
3506
  "studio.tokens": {
3507
3507
  modify: {
3508
3508
  type: "alpha",
3509
- value: "0.16",
3509
+ value: "0.15",
3510
3510
  space: "lch",
3511
3511
  format: "hex",
3512
3512
  },
3513
3513
  },
3514
3514
  },
3515
3515
  $type: "color",
3516
- $value: "#ffffff29",
3516
+ $value: "#ffffff26",
3517
3517
  $description: "hover bg for nav items",
3518
3518
  filePath: "data/tokens/modes/dark.json",
3519
3519
  isSource: true,
@@ -3522,7 +3522,7 @@ module.exports = {
3522
3522
  "studio.tokens": {
3523
3523
  modify: {
3524
3524
  type: "alpha",
3525
- value: "{modes.color.modifiers.button.hover}",
3525
+ value: "{primitives.color.modifiers.button.hover}",
3526
3526
  space: "lch",
3527
3527
  },
3528
3528
  },
@@ -3588,7 +3588,7 @@ module.exports = {
3588
3588
  "studio.tokens": {
3589
3589
  modify: {
3590
3590
  type: "mix",
3591
- value: "0.32",
3591
+ value: "0.30",
3592
3592
  space: "lch",
3593
3593
  color: "#FFFFFF",
3594
3594
  format: "hex",
@@ -3596,7 +3596,7 @@ module.exports = {
3596
3596
  },
3597
3597
  },
3598
3598
  $type: "color",
3599
- $value: "#81e57d",
3599
+ $value: "#7ce47a",
3600
3600
  filePath: "data/tokens/modes/dark.json",
3601
3601
  isSource: true,
3602
3602
  original: {
@@ -3604,7 +3604,7 @@ module.exports = {
3604
3604
  "studio.tokens": {
3605
3605
  modify: {
3606
3606
  type: "mix",
3607
- value: "{modes.color.modifiers.button.active}",
3607
+ value: "{primitives.color.modifiers.button.active}",
3608
3608
  space: "lch",
3609
3609
  color: "{modes.color.modifier.contrastMore}",
3610
3610
  },
@@ -3622,7 +3622,7 @@ module.exports = {
3622
3622
  "studio.tokens": {
3623
3623
  modify: {
3624
3624
  type: "alpha",
3625
- value: "0.32",
3625
+ value: "0.30",
3626
3626
  space: "lch",
3627
3627
  color: "#FFFFFF",
3628
3628
  format: "hex",
@@ -3630,7 +3630,7 @@ module.exports = {
3630
3630
  },
3631
3631
  },
3632
3632
  $type: "color",
3633
- $value: "#00d63952",
3633
+ $value: "#00d6394d",
3634
3634
  $description: "Active color for secondary and tertiary buttons",
3635
3635
  filePath: "data/tokens/modes/dark.json",
3636
3636
  isSource: true,
@@ -3639,7 +3639,7 @@ module.exports = {
3639
3639
  "studio.tokens": {
3640
3640
  modify: {
3641
3641
  type: "alpha",
3642
- value: "{modes.color.modifiers.button.active}",
3642
+ value: "{primitives.color.modifiers.button.active}",
3643
3643
  space: "lch",
3644
3644
  color: "{modes.color.modifier.contrastMore}",
3645
3645
  },
@@ -3680,7 +3680,7 @@ module.exports = {
3680
3680
  },
3681
3681
  $type: "color",
3682
3682
  $value: "#00d639cc",
3683
- $description: "Border color for secondary buttons",
3683
+ $description: "Border color for secondary and tertiary buttons",
3684
3684
  filePath: "data/tokens/modes/dark.json",
3685
3685
  isSource: true,
3686
3686
  original: {
@@ -3696,7 +3696,7 @@ module.exports = {
3696
3696
  },
3697
3697
  $type: "color",
3698
3698
  $value: "{modes.color.interactive.primary.default}",
3699
- $description: "Border color for secondary buttons",
3699
+ $description: "Border color for secondary and tertiary buttons",
3700
3700
  },
3701
3701
  name: "modesColorInteractivePrimaryDefaultAlt",
3702
3702
  attributes: {},
@@ -3706,8 +3706,8 @@ module.exports = {
3706
3706
  $extensions: {
3707
3707
  "studio.tokens": {
3708
3708
  modify: {
3709
- type: "alpha",
3710
- value: "0.5",
3709
+ type: "mix",
3710
+ value: "0.12",
3711
3711
  space: "lch",
3712
3712
  color: "#FFFFFF",
3713
3713
  format: "hex",
@@ -3715,16 +3715,16 @@ module.exports = {
3715
3715
  },
3716
3716
  },
3717
3717
  $type: "color",
3718
- $value: "#00d63980",
3719
- $description: "Border color for tertiary buttons",
3718
+ $value: "#4cdc55",
3719
+ $description: "default value for links",
3720
3720
  filePath: "data/tokens/modes/dark.json",
3721
3721
  isSource: true,
3722
3722
  original: {
3723
3723
  $extensions: {
3724
3724
  "studio.tokens": {
3725
3725
  modify: {
3726
- type: "alpha",
3727
- value: "0.5",
3726
+ type: "mix",
3727
+ value: "0.12",
3728
3728
  space: "lch",
3729
3729
  color: "{modes.color.modifier.contrastMore}",
3730
3730
  },
@@ -3732,7 +3732,7 @@ module.exports = {
3732
3732
  },
3733
3733
  $type: "color",
3734
3734
  $value: "{modes.color.interactive.primary.default}",
3735
- $description: "Border color for tertiary buttons",
3735
+ $description: "default value for links",
3736
3736
  },
3737
3737
  name: "modesColorInteractivePrimaryDefaultAlt2",
3738
3738
  attributes: {},
@@ -3742,8 +3742,8 @@ module.exports = {
3742
3742
  $extensions: {
3743
3743
  "studio.tokens": {
3744
3744
  modify: {
3745
- type: "mix",
3746
- value: "0.12",
3745
+ type: "alpha",
3746
+ value: "0.03",
3747
3747
  space: "lch",
3748
3748
  color: "#FFFFFF",
3749
3749
  format: "hex",
@@ -3751,16 +3751,16 @@ module.exports = {
3751
3751
  },
3752
3752
  },
3753
3753
  $type: "color",
3754
- $value: "#4cdc55",
3755
- $description: "default value for links",
3754
+ $value: "#00d63908",
3755
+ $description: "Default background color of secondary buttons",
3756
3756
  filePath: "data/tokens/modes/dark.json",
3757
3757
  isSource: true,
3758
3758
  original: {
3759
3759
  $extensions: {
3760
3760
  "studio.tokens": {
3761
3761
  modify: {
3762
- type: "mix",
3763
- value: "0.12",
3762
+ type: "alpha",
3763
+ value: "0.03",
3764
3764
  space: "lch",
3765
3765
  color: "{modes.color.modifier.contrastMore}",
3766
3766
  },
@@ -3768,7 +3768,7 @@ module.exports = {
3768
3768
  },
3769
3769
  $type: "color",
3770
3770
  $value: "{modes.color.interactive.primary.default}",
3771
- $description: "default value for links",
3771
+ $description: "Default background color of secondary buttons",
3772
3772
  },
3773
3773
  name: "modesColorInteractivePrimaryDefaultAlt3",
3774
3774
  attributes: {},
@@ -3779,7 +3779,7 @@ module.exports = {
3779
3779
  "studio.tokens": {
3780
3780
  modify: {
3781
3781
  type: "mix",
3782
- value: "0.16",
3782
+ value: "0.15",
3783
3783
  space: "lch",
3784
3784
  color: "#FFFFFF",
3785
3785
  format: "hex",
@@ -3787,7 +3787,7 @@ module.exports = {
3787
3787
  },
3788
3788
  },
3789
3789
  $type: "color",
3790
- $value: "#58de5d",
3790
+ $value: "#55dd5b",
3791
3791
  filePath: "data/tokens/modes/dark.json",
3792
3792
  isSource: true,
3793
3793
  original: {
@@ -3795,7 +3795,7 @@ module.exports = {
3795
3795
  "studio.tokens": {
3796
3796
  modify: {
3797
3797
  type: "mix",
3798
- value: "{modes.color.modifiers.button.hover}",
3798
+ value: "{primitives.color.modifiers.button.hover}",
3799
3799
  space: "lch",
3800
3800
  color: "{modes.color.modifier.contrastMore}",
3801
3801
  },
@@ -3813,7 +3813,7 @@ module.exports = {
3813
3813
  "studio.tokens": {
3814
3814
  modify: {
3815
3815
  type: "alpha",
3816
- value: "0.08",
3816
+ value: "0.10",
3817
3817
  space: "lch",
3818
3818
  color: "#FFFFFF",
3819
3819
  format: "hex",
@@ -3821,7 +3821,7 @@ module.exports = {
3821
3821
  },
3822
3822
  },
3823
3823
  $type: "color",
3824
- $value: "#00d63914",
3824
+ $value: "#00d6391a",
3825
3825
  $description: "Secondary and tertiary button hover",
3826
3826
  filePath: "data/tokens/modes/dark.json",
3827
3827
  isSource: true,
@@ -3830,14 +3830,14 @@ module.exports = {
3830
3830
  "studio.tokens": {
3831
3831
  modify: {
3832
3832
  type: "alpha",
3833
- value: "{modes.color.modifiers.button.hoverAlt}",
3833
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3834
3834
  space: "lch",
3835
3835
  color: "{modes.color.modifier.contrastMore}",
3836
3836
  },
3837
3837
  },
3838
3838
  },
3839
3839
  $type: "color",
3840
- $value: "{modes.color.interactive.primary.defaultAlt2}",
3840
+ $value: "{modes.color.interactive.primary.default}",
3841
3841
  $description: "Secondary and tertiary button hover",
3842
3842
  },
3843
3843
  name: "modesColorInteractivePrimaryHoverAlt",
@@ -3849,7 +3849,7 @@ module.exports = {
3849
3849
  "studio.tokens": {
3850
3850
  modify: {
3851
3851
  type: "mix",
3852
- value: "0.16",
3852
+ value: "0.15",
3853
3853
  space: "lch",
3854
3854
  color: "#FFFFFF ",
3855
3855
  format: "hex",
@@ -3857,7 +3857,7 @@ module.exports = {
3857
3857
  },
3858
3858
  },
3859
3859
  $type: "color",
3860
- $value: "#73e372",
3860
+ $value: "#71e270",
3861
3861
  $description: "hover for links",
3862
3862
  filePath: "data/tokens/modes/dark.json",
3863
3863
  isSource: true,
@@ -3866,14 +3866,14 @@ module.exports = {
3866
3866
  "studio.tokens": {
3867
3867
  modify: {
3868
3868
  type: "mix",
3869
- value: "{modes.color.modifiers.button.hover}",
3869
+ value: "{primitives.color.modifiers.button.hover}",
3870
3870
  space: "lch",
3871
3871
  color: "{modes.color.modifier.contrastMore} ",
3872
3872
  },
3873
3873
  },
3874
3874
  },
3875
3875
  $type: "color",
3876
- $value: "{modes.color.interactive.primary.defaultAlt3}",
3876
+ $value: "{modes.color.interactive.primary.defaultAlt2}",
3877
3877
  $description: "hover for links",
3878
3878
  },
3879
3879
  name: "modesColorInteractivePrimaryHoverAlt2",
@@ -3925,7 +3925,7 @@ module.exports = {
3925
3925
  "studio.tokens": {
3926
3926
  modify: {
3927
3927
  type: "mix",
3928
- value: "0.32",
3928
+ value: "0.30",
3929
3929
  space: "lch",
3930
3930
  color: "#FFFFFF",
3931
3931
  format: "hex",
@@ -3933,7 +3933,7 @@ module.exports = {
3933
3933
  },
3934
3934
  },
3935
3935
  $type: "color",
3936
- $value: "#81e57d",
3936
+ $value: "#7ce47a",
3937
3937
  filePath: "data/tokens/modes/dark.json",
3938
3938
  isSource: true,
3939
3939
  original: {
@@ -3941,7 +3941,7 @@ module.exports = {
3941
3941
  "studio.tokens": {
3942
3942
  modify: {
3943
3943
  type: "mix",
3944
- value: "{modes.color.modifiers.button.active}",
3944
+ value: "{primitives.color.modifiers.button.active}",
3945
3945
  space: "lch",
3946
3946
  color: "{modes.color.modifier.contrastMore}",
3947
3947
  },
@@ -4027,7 +4027,7 @@ module.exports = {
4027
4027
  "studio.tokens": {
4028
4028
  modify: {
4029
4029
  type: "mix",
4030
- value: "0.16",
4030
+ value: "0.15",
4031
4031
  space: "lch",
4032
4032
  color: "#FFFFFF",
4033
4033
  format: "hex",
@@ -4035,7 +4035,7 @@ module.exports = {
4035
4035
  },
4036
4036
  },
4037
4037
  $type: "color",
4038
- $value: "#58de5d",
4038
+ $value: "#55dd5b",
4039
4039
  filePath: "data/tokens/modes/dark.json",
4040
4040
  isSource: true,
4041
4041
  original: {
@@ -4043,7 +4043,7 @@ module.exports = {
4043
4043
  "studio.tokens": {
4044
4044
  modify: {
4045
4045
  type: "mix",
4046
- value: "{modes.color.modifiers.button.hover}",
4046
+ value: "{primitives.color.modifiers.button.hover}",
4047
4047
  space: "lch",
4048
4048
  color: "{modes.color.modifier.contrastMore}",
4049
4049
  },
@@ -4068,7 +4068,7 @@ module.exports = {
4068
4068
  "studio.tokens": {
4069
4069
  modify: {
4070
4070
  type: "mix",
4071
- value: "0.16",
4071
+ value: "0.15",
4072
4072
  space: "lch",
4073
4073
  color: "#FFFFFF ",
4074
4074
  format: "hex",
@@ -4076,7 +4076,7 @@ module.exports = {
4076
4076
  },
4077
4077
  },
4078
4078
  $type: "color",
4079
- $value: "#73e372",
4079
+ $value: "#71e270",
4080
4080
  $description: "for link hover",
4081
4081
  filePath: "data/tokens/modes/dark.json",
4082
4082
  isSource: true,
@@ -4085,7 +4085,7 @@ module.exports = {
4085
4085
  "studio.tokens": {
4086
4086
  modify: {
4087
4087
  type: "mix",
4088
- value: "{modes.color.modifiers.button.hover}",
4088
+ value: "{primitives.color.modifiers.button.hover}",
4089
4089
  space: "lch",
4090
4090
  color: "{modes.color.modifier.contrastMore} ",
4091
4091
  },
@@ -4202,7 +4202,7 @@ module.exports = {
4202
4202
  "studio.tokens": {
4203
4203
  modify: {
4204
4204
  type: "mix",
4205
- value: "0.32",
4205
+ value: "0.30",
4206
4206
  space: "lch",
4207
4207
  color: "#000000 ",
4208
4208
  format: "hex",
@@ -4210,7 +4210,7 @@ module.exports = {
4210
4210
  },
4211
4211
  },
4212
4212
  $type: "color",
4213
- $value: "#14571a",
4213
+ $value: "#13591a",
4214
4214
  filePath: "data/tokens/modes/dark.json",
4215
4215
  isSource: true,
4216
4216
  original: {
@@ -4218,7 +4218,7 @@ module.exports = {
4218
4218
  "studio.tokens": {
4219
4219
  modify: {
4220
4220
  type: "mix",
4221
- value: "{modes.color.modifiers.button.active}",
4221
+ value: "{primitives.color.modifiers.button.active}",
4222
4222
  space: "lch",
4223
4223
  color: "{modes.color.modifier.contrastLess} ",
4224
4224
  },
@@ -4243,7 +4243,7 @@ module.exports = {
4243
4243
  "studio.tokens": {
4244
4244
  modify: {
4245
4245
  type: "alpha",
4246
- value: "0.32",
4246
+ value: "0.30",
4247
4247
  space: "lch",
4248
4248
  color: "#000000 ",
4249
4249
  format: "hex",
@@ -4251,7 +4251,7 @@ module.exports = {
4251
4251
  },
4252
4252
  },
4253
4253
  $type: "color",
4254
- $value: "#00811f52",
4254
+ $value: "#00811f4d",
4255
4255
  $description:
4256
4256
  "Active color for inverse secondary and tertiary buttons",
4257
4257
  filePath: "data/tokens/modes/dark.json",
@@ -4261,7 +4261,7 @@ module.exports = {
4261
4261
  "studio.tokens": {
4262
4262
  modify: {
4263
4263
  type: "alpha",
4264
- value: "{modes.color.modifiers.button.active}",
4264
+ value: "{primitives.color.modifiers.button.active}",
4265
4265
  space: "lch",
4266
4266
  color: "{modes.color.modifier.contrastLess} ",
4267
4267
  },
@@ -4317,7 +4317,7 @@ module.exports = {
4317
4317
  },
4318
4318
  $type: "color",
4319
4319
  $value: "#00811fcc",
4320
- $description: "Borders on secondary inverse buttons",
4320
+ $description: "Borders on secondary and tertiary inverse buttons",
4321
4321
  filePath: "data/tokens/modes/dark.json",
4322
4322
  isSource: true,
4323
4323
  original: {
@@ -4333,7 +4333,8 @@ module.exports = {
4333
4333
  },
4334
4334
  $type: "color",
4335
4335
  $value: "{modes.color.interactive.primary.inverse.default}",
4336
- $description: "Borders on secondary inverse buttons",
4336
+ $description:
4337
+ "Borders on secondary and tertiary inverse buttons",
4337
4338
  },
4338
4339
  name: "modesColorInteractivePrimaryInverseDefaultAlt",
4339
4340
  attributes: {},
@@ -4350,8 +4351,8 @@ module.exports = {
4350
4351
  $extensions: {
4351
4352
  "studio.tokens": {
4352
4353
  modify: {
4353
- type: "alpha",
4354
- value: "0.5",
4354
+ type: "mix",
4355
+ value: "0.12",
4355
4356
  space: "lch",
4356
4357
  color: "#000000",
4357
4358
  format: "hex",
@@ -4359,16 +4360,16 @@ module.exports = {
4359
4360
  },
4360
4361
  },
4361
4362
  $type: "color",
4362
- $value: "#00811f80",
4363
- $description: "Borders on tertiary inverse buttons",
4363
+ $value: "#0c711d",
4364
+ $description: "Default color for links",
4364
4365
  filePath: "data/tokens/modes/dark.json",
4365
4366
  isSource: true,
4366
4367
  original: {
4367
4368
  $extensions: {
4368
4369
  "studio.tokens": {
4369
4370
  modify: {
4370
- type: "alpha",
4371
- value: "0.5",
4371
+ type: "mix",
4372
+ value: "0.12",
4372
4373
  space: "lch",
4373
4374
  color: "{modes.color.modifier.contrastLess}",
4374
4375
  },
@@ -4376,7 +4377,7 @@ module.exports = {
4376
4377
  },
4377
4378
  $type: "color",
4378
4379
  $value: "{modes.color.interactive.primary.inverse.default}",
4379
- $description: "Borders on tertiary inverse buttons",
4380
+ $description: "Default color for links",
4380
4381
  },
4381
4382
  name: "modesColorInteractivePrimaryInverseDefaultAlt2",
4382
4383
  attributes: {},
@@ -4393,8 +4394,8 @@ module.exports = {
4393
4394
  $extensions: {
4394
4395
  "studio.tokens": {
4395
4396
  modify: {
4396
- type: "mix",
4397
- value: "0.12",
4397
+ type: "alpha",
4398
+ value: "0.03",
4398
4399
  space: "lch",
4399
4400
  color: "#000000",
4400
4401
  format: "hex",
@@ -4402,16 +4403,17 @@ module.exports = {
4402
4403
  },
4403
4404
  },
4404
4405
  $type: "color",
4405
- $value: "#0c711d",
4406
- $description: "Default color for links",
4406
+ $value: "#00811f08",
4407
+ $description:
4408
+ "Default background color of inverse secondary buttons",
4407
4409
  filePath: "data/tokens/modes/dark.json",
4408
4410
  isSource: true,
4409
4411
  original: {
4410
4412
  $extensions: {
4411
4413
  "studio.tokens": {
4412
4414
  modify: {
4413
- type: "mix",
4414
- value: "0.12",
4415
+ type: "alpha",
4416
+ value: "0.03",
4415
4417
  space: "lch",
4416
4418
  color: "{modes.color.modifier.contrastLess}",
4417
4419
  },
@@ -4419,7 +4421,8 @@ module.exports = {
4419
4421
  },
4420
4422
  $type: "color",
4421
4423
  $value: "{modes.color.interactive.primary.inverse.default}",
4422
- $description: "Default color for links",
4424
+ $description:
4425
+ "Default background color of inverse secondary buttons",
4423
4426
  },
4424
4427
  name: "modesColorInteractivePrimaryInverseDefaultAlt3",
4425
4428
  attributes: {},
@@ -4437,7 +4440,7 @@ module.exports = {
4437
4440
  "studio.tokens": {
4438
4441
  modify: {
4439
4442
  type: "mix",
4440
- value: "0.16",
4443
+ value: "0.15",
4441
4444
  space: "lch",
4442
4445
  color: "#000000 ",
4443
4446
  format: "hex",
@@ -4445,7 +4448,7 @@ module.exports = {
4445
4448
  },
4446
4449
  },
4447
4450
  $type: "color",
4448
- $value: "#0e6b1d",
4451
+ $value: "#0e6d1d",
4449
4452
  filePath: "data/tokens/modes/dark.json",
4450
4453
  isSource: true,
4451
4454
  original: {
@@ -4453,7 +4456,7 @@ module.exports = {
4453
4456
  "studio.tokens": {
4454
4457
  modify: {
4455
4458
  type: "mix",
4456
- value: "{modes.color.modifiers.button.hover}",
4459
+ value: "{primitives.color.modifiers.button.hover}",
4457
4460
  space: "lch",
4458
4461
  color: "{modes.color.modifier.contrastLess} ",
4459
4462
  },
@@ -4478,7 +4481,7 @@ module.exports = {
4478
4481
  "studio.tokens": {
4479
4482
  modify: {
4480
4483
  type: "alpha",
4481
- value: "0.08 ",
4484
+ value: "0.10 ",
4482
4485
  space: "lch",
4483
4486
  color: "#000000",
4484
4487
  format: "hex",
@@ -4486,7 +4489,7 @@ module.exports = {
4486
4489
  },
4487
4490
  },
4488
4491
  $type: "color",
4489
- $value: "#00811f14",
4492
+ $value: "#0c711d1a",
4490
4493
  $description: "Secondary and tertiary inverse button hover",
4491
4494
  filePath: "data/tokens/modes/dark.json",
4492
4495
  isSource: true,
@@ -4495,7 +4498,7 @@ module.exports = {
4495
4498
  "studio.tokens": {
4496
4499
  modify: {
4497
4500
  type: "alpha",
4498
- value: "{modes.color.modifiers.button.hoverAlt} ",
4501
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
4499
4502
  space: "lch",
4500
4503
  color: "{modes.color.modifier.contrastLess}",
4501
4504
  },
@@ -4521,7 +4524,7 @@ module.exports = {
4521
4524
  "studio.tokens": {
4522
4525
  modify: {
4523
4526
  type: "mix",
4524
- value: "0.08",
4527
+ value: "0.10",
4525
4528
  space: "lch",
4526
4529
  color: "#000000 ",
4527
4530
  format: "hex",
@@ -4529,7 +4532,7 @@ module.exports = {
4529
4532
  },
4530
4533
  },
4531
4534
  $type: "color",
4532
- $value: "#10681c",
4535
+ $value: "#11651c",
4533
4536
  $description: "hover for links",
4534
4537
  filePath: "data/tokens/modes/dark.json",
4535
4538
  isSource: true,
@@ -4538,14 +4541,14 @@ module.exports = {
4538
4541
  "studio.tokens": {
4539
4542
  modify: {
4540
4543
  type: "mix",
4541
- value: "{modes.color.modifiers.button.hoverAlt}",
4544
+ value: "{primitives.color.modifiers.button.hoverAlt}",
4542
4545
  space: "lch",
4543
4546
  color: "{modes.color.modifier.contrastLess} ",
4544
4547
  },
4545
4548
  },
4546
4549
  },
4547
4550
  $type: "color",
4548
- $value: "{modes.color.interactive.primary.inverse.defaultAlt3}",
4551
+ $value: "{modes.color.interactive.primary.inverse.defaultAlt2}",
4549
4552
  $description: "hover for links",
4550
4553
  },
4551
4554
  name: "modesColorInteractivePrimaryInverseHoverAlt2",
@@ -4789,19 +4792,78 @@ module.exports = {
4789
4792
  path: ["modes", "color", "status", "ai", "default-vertical"],
4790
4793
  },
4791
4794
  },
4792
- generic: {
4793
- default: {
4795
+ callout: {
4796
+ defaultAlt: {
4797
+ $extensions: {
4798
+ "studio.tokens": {
4799
+ modify: {
4800
+ type: "mix",
4801
+ value: "0.15",
4802
+ space: "lch",
4803
+ color: "#00D639",
4804
+ format: "hex",
4805
+ },
4806
+ },
4807
+ },
4794
4808
  $type: "color",
4795
- $value: "#008a89",
4809
+ $value: "#122211",
4810
+ $description: "used for marketing banners",
4796
4811
  filePath: "data/tokens/modes/dark.json",
4797
4812
  isSource: true,
4798
4813
  original: {
4814
+ $extensions: {
4815
+ "studio.tokens": {
4816
+ modify: {
4817
+ type: "mix",
4818
+ value: "0.15",
4819
+ space: "lch",
4820
+ color: "{primitives.colors.brilliantGreen}",
4821
+ },
4822
+ },
4823
+ },
4799
4824
  $type: "color",
4800
- $value: "{primitives.colors.petrol}",
4825
+ $value: "{modes.color.modifier.contrastLess}",
4826
+ $description: "used for marketing banners",
4801
4827
  },
4802
- name: "modesColorStatusGenericDefault",
4828
+ name: "modesColorStatusCalloutDefaultAlt",
4803
4829
  attributes: {},
4804
- path: ["modes", "color", "status", "generic", "default"],
4830
+ path: ["modes", "color", "status", "callout", "defaultAlt"],
4831
+ },
4832
+ hoverAlt: {
4833
+ $extensions: {
4834
+ "studio.tokens": {
4835
+ modify: {
4836
+ type: "mix",
4837
+ value: "0.10 ",
4838
+ space: "lch",
4839
+ color: "#FFFFFF ",
4840
+ format: "hex",
4841
+ },
4842
+ },
4843
+ },
4844
+ $type: "color",
4845
+ $value: "#263525",
4846
+ $description: "marketing banner hover",
4847
+ filePath: "data/tokens/modes/dark.json",
4848
+ isSource: true,
4849
+ original: {
4850
+ $extensions: {
4851
+ "studio.tokens": {
4852
+ modify: {
4853
+ type: "mix",
4854
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
4855
+ space: "lch",
4856
+ color: "{modes.color.modifier.contrastMore} ",
4857
+ },
4858
+ },
4859
+ },
4860
+ $type: "color",
4861
+ $value: "{modes.color.status.callout.defaultAlt}",
4862
+ $description: "marketing banner hover",
4863
+ },
4864
+ name: "modesColorStatusCalloutHoverAlt",
4865
+ attributes: {},
4866
+ path: ["modes", "color", "status", "callout", "hoverAlt"],
4805
4867
  },
4806
4868
  },
4807
4869
  caution: {
@@ -4859,7 +4921,7 @@ module.exports = {
4859
4921
  "studio.tokens": {
4860
4922
  modify: {
4861
4923
  type: "mix",
4862
- value: "0.16",
4924
+ value: "0.15",
4863
4925
  space: "lch",
4864
4926
  color: "#FFFFFF",
4865
4927
  format: "hex",
@@ -4867,7 +4929,7 @@ module.exports = {
4867
4929
  },
4868
4930
  },
4869
4931
  $type: "color",
4870
- $value: "#eb6732",
4932
+ $value: "#eb6530",
4871
4933
  $description: "used on pill hover states",
4872
4934
  filePath: "data/tokens/modes/dark.json",
4873
4935
  isSource: true,
@@ -4876,7 +4938,7 @@ module.exports = {
4876
4938
  "studio.tokens": {
4877
4939
  modify: {
4878
4940
  type: "mix",
4879
- value: "{modes.color.modifiers.button.hover}",
4941
+ value: "{primitives.color.modifiers.button.hover}",
4880
4942
  space: "lch",
4881
4943
  color: "{modes.color.modifier.contrastMore}",
4882
4944
  },
@@ -4895,7 +4957,7 @@ module.exports = {
4895
4957
  "studio.tokens": {
4896
4958
  modify: {
4897
4959
  type: "mix",
4898
- value: "0.16",
4960
+ value: "0.15",
4899
4961
  space: "lch",
4900
4962
  color: "#E04500",
4901
4963
  format: "hex",
@@ -4903,7 +4965,7 @@ module.exports = {
4903
4965
  },
4904
4966
  },
4905
4967
  $type: "color",
4906
- $value: "#3f1b0b",
4968
+ $value: "#3e1a0b",
4907
4969
  $description: "used on pill hover states and message bg",
4908
4970
  filePath: "data/tokens/modes/dark.json",
4909
4971
  isSource: true,
@@ -4912,7 +4974,7 @@ module.exports = {
4912
4974
  "studio.tokens": {
4913
4975
  modify: {
4914
4976
  type: "mix",
4915
- value: "{modes.color.modifiers.button.hover}",
4977
+ value: "{primitives.color.modifiers.button.hover}",
4916
4978
  space: "lch",
4917
4979
  color: "{modes.color.status.caution.default}",
4918
4980
  },
@@ -4985,7 +5047,7 @@ module.exports = {
4985
5047
  },
4986
5048
  hover: {
4987
5049
  $type: "color",
4988
- $value: "#eb6732",
5050
+ $value: "#eb6530",
4989
5051
  $description: "used on global message bg",
4990
5052
  filePath: "data/tokens/modes/dark.json",
4991
5053
  isSource: true,
@@ -5079,7 +5141,7 @@ module.exports = {
5079
5141
  "studio.tokens": {
5080
5142
  modify: {
5081
5143
  type: "mix",
5082
- value: "0.16",
5144
+ value: "0.15",
5083
5145
  space: "lch",
5084
5146
  color: "#000000 ",
5085
5147
  format: "hex",
@@ -5087,7 +5149,7 @@ module.exports = {
5087
5149
  },
5088
5150
  },
5089
5151
  $type: "color",
5090
- $value: "#b13a0d",
5152
+ $value: "#b33b0d",
5091
5153
  $description: "used on pill hover states",
5092
5154
  filePath: "data/tokens/modes/dark.json",
5093
5155
  isSource: true,
@@ -5096,7 +5158,7 @@ module.exports = {
5096
5158
  "studio.tokens": {
5097
5159
  modify: {
5098
5160
  type: "mix",
5099
- value: "{modes.color.modifiers.button.hover}",
5161
+ value: "{primitives.color.modifiers.button.hover}",
5100
5162
  space: "lch",
5101
5163
  color: "{modes.color.modifier.contrastLess} ",
5102
5164
  },
@@ -5115,7 +5177,7 @@ module.exports = {
5115
5177
  "studio.tokens": {
5116
5178
  modify: {
5117
5179
  type: "mix",
5118
- value: "0.16",
5180
+ value: "0.15",
5119
5181
  space: "lch",
5120
5182
  color: "#D64309",
5121
5183
  format: "hex",
@@ -5123,7 +5185,7 @@ module.exports = {
5123
5185
  },
5124
5186
  },
5125
5187
  $type: "color",
5126
- $value: "#fdd3c0",
5188
+ $value: "#fed5c3",
5127
5189
  $description: "used on pill hover states and message bg",
5128
5190
  filePath: "data/tokens/modes/dark.json",
5129
5191
  isSource: true,
@@ -5132,7 +5194,7 @@ module.exports = {
5132
5194
  "studio.tokens": {
5133
5195
  modify: {
5134
5196
  type: "mix",
5135
- value: "{modes.color.modifiers.button.hover}",
5197
+ value: "{primitives.color.modifiers.button.hover}",
5136
5198
  space: "lch",
5137
5199
  color: "{modes.color.status.caution.inverse.default}",
5138
5200
  },
@@ -5359,53 +5421,38 @@ module.exports = {
5359
5421
  },
5360
5422
  },
5361
5423
  },
5362
- inactive: {
5363
- default: {
5364
- $type: "color",
5365
- $value: "#4b4b4b",
5366
- $description: "For readonly pill bg and border",
5367
- filePath: "data/tokens/modes/dark.json",
5368
- isSource: true,
5369
- original: {
5370
- $type: "color",
5371
- $value: "{modes.color.generic.fg.soft}",
5372
- $description: "For readonly pill bg and border",
5373
- },
5374
- name: "modesColorStatusInactiveDefault",
5375
- attributes: {},
5376
- path: ["modes", "color", "status", "inactive", "default"],
5377
- },
5378
- withDefault: {
5379
- $type: "color",
5380
- $value: "#ffffffab",
5381
- $description: "For readonly filled pill text",
5382
- filePath: "data/tokens/modes/dark.json",
5383
- isSource: true,
5384
- original: {
5424
+ custom: {
5425
+ blue: {
5426
+ default: {
5385
5427
  $type: "color",
5386
- $value: "{modes.color.generic.content.firm}",
5387
- $description: "For readonly filled pill text",
5428
+ $value: "#007FD9",
5429
+ $description: "For pills. Not accessible with white TEXT.",
5430
+ filePath: "data/tokens/modes/dark.json",
5431
+ isSource: true,
5432
+ original: {
5433
+ $type: "color",
5434
+ $value: "{primitives.colors.supplementary.blue.500}",
5435
+ $description: "For pills. Not accessible with white TEXT.",
5436
+ },
5437
+ name: "modesColorStatusCustomBlueDefault",
5438
+ attributes: {},
5439
+ path: ["modes", "color", "status", "custom", "blue", "default"],
5388
5440
  },
5389
- name: "modesColorStatusInactiveWithDefault",
5390
- attributes: {},
5391
- path: ["modes", "color", "status", "inactive", "withDefault"],
5392
- },
5393
- inverse: {
5394
- default: {
5441
+ defaultAlt: {
5395
5442
  $extensions: {
5396
5443
  "studio.tokens": {
5397
5444
  modify: {
5398
5445
  type: "mix",
5399
- value: "0.32",
5446
+ value: "0.9",
5400
5447
  space: "lch",
5401
- color: "#000000 ",
5448
+ color: "#000000",
5402
5449
  format: "hex",
5403
5450
  },
5404
5451
  },
5405
5452
  },
5406
5453
  $type: "color",
5407
- $value: "#a6a6a6",
5408
- $description: "For readonly pill bg and border",
5454
+ $value: "#0d1219",
5455
+ $description: "Pill bg",
5409
5456
  filePath: "data/tokens/modes/dark.json",
5410
5457
  isSource: true,
5411
5458
  original: {
@@ -5413,87 +5460,1705 @@ module.exports = {
5413
5460
  "studio.tokens": {
5414
5461
  modify: {
5415
5462
  type: "mix",
5416
- value: "0.32",
5463
+ value: "0.9",
5417
5464
  space: "lch",
5418
- color: "{modes.color.modifier.contrastLess} ",
5465
+ color: "{modes.color.modifier.contrastLess}",
5419
5466
  },
5420
5467
  },
5421
5468
  },
5422
5469
  $type: "color",
5423
- $value: "{primitives.colors.white}",
5424
- $description: "For readonly pill bg and border",
5470
+ $value: "{primitives.colors.supplementary.blue.500}",
5471
+ $description: "Pill bg",
5425
5472
  },
5426
- name: "modesColorStatusInactiveInverseDefault",
5473
+ name: "modesColorStatusCustomBlueDefaultAlt",
5427
5474
  attributes: {},
5428
5475
  path: [
5429
5476
  "modes",
5430
5477
  "color",
5431
5478
  "status",
5432
- "inactive",
5433
- "inverse",
5434
- "default",
5479
+ "custom",
5480
+ "blue",
5481
+ "defaultAlt",
5435
5482
  ],
5436
5483
  },
5437
- withDefault: {
5484
+ hover: {
5438
5485
  $extensions: {
5439
5486
  "studio.tokens": {
5440
5487
  modify: {
5441
- type: "alpha",
5442
- value: "0.67",
5488
+ type: "mix",
5489
+ value: "0.15",
5443
5490
  space: "lch",
5491
+ color: "#FFFFFF",
5444
5492
  format: "hex",
5445
5493
  },
5446
5494
  },
5447
5495
  },
5448
5496
  $type: "color",
5449
- $value: "#000000ab",
5450
- $description: "For readonly filled pill text",
5497
+ $value: "#4f91df",
5498
+ $description: "used on pill hover states",
5451
5499
  filePath: "data/tokens/modes/dark.json",
5452
5500
  isSource: true,
5453
5501
  original: {
5454
5502
  $extensions: {
5455
5503
  "studio.tokens": {
5456
5504
  modify: {
5457
- type: "alpha",
5458
- value: "0.67",
5505
+ type: "mix",
5506
+ value: "{primitives.color.modifiers.button.hover}",
5459
5507
  space: "lch",
5508
+ color: "{modes.color.modifier.contrastMore}",
5460
5509
  },
5461
5510
  },
5462
5511
  },
5463
5512
  $type: "color",
5464
- $value: "{primitives.colors.black}",
5465
- $description: "For readonly filled pill text",
5513
+ $value: "{modes.color.status.custom.blue.default}",
5514
+ $description: "used on pill hover states",
5466
5515
  },
5467
- name: "modesColorStatusInactiveInverseWithDefault",
5516
+ name: "modesColorStatusCustomBlueHover",
5468
5517
  attributes: {},
5469
- path: [
5470
- "modes",
5471
- "color",
5472
- "status",
5473
- "inactive",
5474
- "inverse",
5475
- "withDefault",
5476
- ],
5518
+ path: ["modes", "color", "status", "custom", "blue", "hover"],
5477
5519
  },
5478
- },
5479
- },
5520
+ hoverAlt: {
5521
+ $extensions: {
5522
+ "studio.tokens": {
5523
+ modify: {
5524
+ type: "mix",
5525
+ value: "0.15",
5526
+ space: "lch",
5527
+ color: "#007ED9",
5528
+ format: "hex",
5529
+ },
5530
+ },
5531
+ },
5532
+ $type: "color",
5533
+ $value: "#142131",
5534
+ $description: "used on pill hover states",
5535
+ filePath: "data/tokens/modes/dark.json",
5536
+ isSource: true,
5537
+ original: {
5538
+ $extensions: {
5539
+ "studio.tokens": {
5540
+ modify: {
5541
+ type: "mix",
5542
+ value: "{primitives.color.modifiers.button.hover}",
5543
+ space: "lch",
5544
+ color: "{modes.color.status.info.default}",
5545
+ },
5546
+ },
5547
+ },
5548
+ $type: "color",
5549
+ $value: "{modes.color.status.custom.blue.defaultAlt}",
5550
+ $description: "used on pill hover states",
5551
+ },
5552
+ name: "modesColorStatusCustomBlueHoverAlt",
5553
+ attributes: {},
5554
+ path: ["modes", "color", "status", "custom", "blue", "hoverAlt"],
5555
+ },
5556
+ },
5557
+ teal: {
5558
+ default: {
5559
+ $type: "color",
5560
+ $value: "#008A89",
5561
+ $description: "For pills. Not accessible with white TEXT.",
5562
+ filePath: "data/tokens/modes/dark.json",
5563
+ isSource: true,
5564
+ original: {
5565
+ $type: "color",
5566
+ $value: "{primitives.colors.supplementary.teal.500}",
5567
+ $description: "For pills. Not accessible with white TEXT.",
5568
+ },
5569
+ name: "modesColorStatusCustomTealDefault",
5570
+ attributes: {},
5571
+ path: ["modes", "color", "status", "custom", "teal", "default"],
5572
+ },
5573
+ defaultAlt: {
5574
+ $extensions: {
5575
+ "studio.tokens": {
5576
+ modify: {
5577
+ type: "mix",
5578
+ value: "0.9",
5579
+ space: "lch",
5580
+ color: "#000000",
5581
+ format: "hex",
5582
+ },
5583
+ },
5584
+ },
5585
+ $type: "color",
5586
+ $value: "#0a1313",
5587
+ $description: "Pill bg",
5588
+ filePath: "data/tokens/modes/dark.json",
5589
+ isSource: true,
5590
+ original: {
5591
+ $extensions: {
5592
+ "studio.tokens": {
5593
+ modify: {
5594
+ type: "mix",
5595
+ value: "0.9",
5596
+ space: "lch",
5597
+ color: "{modes.color.modifier.contrastLess}",
5598
+ },
5599
+ },
5600
+ },
5601
+ $type: "color",
5602
+ $value: "{primitives.colors.supplementary.teal.500}",
5603
+ $description: "Pill bg",
5604
+ },
5605
+ name: "modesColorStatusCustomTealDefaultAlt",
5606
+ attributes: {},
5607
+ path: [
5608
+ "modes",
5609
+ "color",
5610
+ "status",
5611
+ "custom",
5612
+ "teal",
5613
+ "defaultAlt",
5614
+ ],
5615
+ },
5616
+ hover: {
5617
+ $extensions: {
5618
+ "studio.tokens": {
5619
+ modify: {
5620
+ type: "mix",
5621
+ value: "0.15",
5622
+ space: "lch",
5623
+ color: "#FFFFFF",
5624
+ format: "hex",
5625
+ },
5626
+ },
5627
+ },
5628
+ $type: "color",
5629
+ $value: "#449b9a",
5630
+ $description: "used on pill hover states",
5631
+ filePath: "data/tokens/modes/dark.json",
5632
+ isSource: true,
5633
+ original: {
5634
+ $extensions: {
5635
+ "studio.tokens": {
5636
+ modify: {
5637
+ type: "mix",
5638
+ value: "{primitives.color.modifiers.button.hover}",
5639
+ space: "lch",
5640
+ color: "{modes.color.modifier.contrastMore}",
5641
+ },
5642
+ },
5643
+ },
5644
+ $type: "color",
5645
+ $value: "{modes.color.status.custom.teal.default}",
5646
+ $description: "used on pill hover states",
5647
+ },
5648
+ name: "modesColorStatusCustomTealHover",
5649
+ attributes: {},
5650
+ path: ["modes", "color", "status", "custom", "teal", "hover"],
5651
+ },
5652
+ hoverAlt: {
5653
+ $extensions: {
5654
+ "studio.tokens": {
5655
+ modify: {
5656
+ type: "mix",
5657
+ value: "0.15",
5658
+ space: "lch",
5659
+ color: "#007ED9",
5660
+ format: "hex",
5661
+ },
5662
+ },
5663
+ },
5664
+ $type: "color",
5665
+ $value: "#082427",
5666
+ $description: "used on pill hover states",
5667
+ filePath: "data/tokens/modes/dark.json",
5668
+ isSource: true,
5669
+ original: {
5670
+ $extensions: {
5671
+ "studio.tokens": {
5672
+ modify: {
5673
+ type: "mix",
5674
+ value: "{primitives.color.modifiers.button.hover}",
5675
+ space: "lch",
5676
+ color: "{modes.color.status.info.default}",
5677
+ },
5678
+ },
5679
+ },
5680
+ $type: "color",
5681
+ $value: "{modes.color.status.custom.teal.defaultAlt}",
5682
+ $description: "used on pill hover states",
5683
+ },
5684
+ name: "modesColorStatusCustomTealHoverAlt",
5685
+ attributes: {},
5686
+ path: ["modes", "color", "status", "custom", "teal", "hoverAlt"],
5687
+ },
5688
+ },
5689
+ green: {
5690
+ default: {
5691
+ $type: "color",
5692
+ $value: "#009023",
5693
+ $description: "For pills. Not accessible with white TEXT.",
5694
+ filePath: "data/tokens/modes/dark.json",
5695
+ isSource: true,
5696
+ original: {
5697
+ $type: "color",
5698
+ $value: "{primitives.colors.supplementary.green.500}",
5699
+ $description: "For pills. Not accessible with white TEXT.",
5700
+ },
5701
+ name: "modesColorStatusCustomGreenDefault",
5702
+ attributes: {},
5703
+ path: ["modes", "color", "status", "custom", "green", "default"],
5704
+ },
5705
+ defaultAlt: {
5706
+ $extensions: {
5707
+ "studio.tokens": {
5708
+ modify: {
5709
+ type: "mix",
5710
+ value: "0.9",
5711
+ space: "lch",
5712
+ color: "#000000",
5713
+ format: "hex",
5714
+ },
5715
+ },
5716
+ },
5717
+ $type: "color",
5718
+ $value: "#0a1408",
5719
+ $description: "Pill bg",
5720
+ filePath: "data/tokens/modes/dark.json",
5721
+ isSource: true,
5722
+ original: {
5723
+ $extensions: {
5724
+ "studio.tokens": {
5725
+ modify: {
5726
+ type: "mix",
5727
+ value: "0.9",
5728
+ space: "lch",
5729
+ color: "{modes.color.modifier.contrastLess}",
5730
+ },
5731
+ },
5732
+ },
5733
+ $type: "color",
5734
+ $value: "{primitives.colors.supplementary.green.500}",
5735
+ $description: "Pill bg",
5736
+ },
5737
+ name: "modesColorStatusCustomGreenDefaultAlt",
5738
+ attributes: {},
5739
+ path: [
5740
+ "modes",
5741
+ "color",
5742
+ "status",
5743
+ "custom",
5744
+ "green",
5745
+ "defaultAlt",
5746
+ ],
5747
+ },
5748
+ hover: {
5749
+ $extensions: {
5750
+ "studio.tokens": {
5751
+ modify: {
5752
+ type: "mix",
5753
+ value: "0.15",
5754
+ space: "lch",
5755
+ color: "#FFFFFF",
5756
+ format: "hex",
5757
+ },
5758
+ },
5759
+ },
5760
+ $type: "color",
5761
+ $value: "#44a146",
5762
+ $description: "used on pill hover states",
5763
+ filePath: "data/tokens/modes/dark.json",
5764
+ isSource: true,
5765
+ original: {
5766
+ $extensions: {
5767
+ "studio.tokens": {
5768
+ modify: {
5769
+ type: "mix",
5770
+ value: "{primitives.color.modifiers.button.hover}",
5771
+ space: "lch",
5772
+ color: "{modes.color.modifier.contrastMore}",
5773
+ },
5774
+ },
5775
+ },
5776
+ $type: "color",
5777
+ $value: "{modes.color.status.custom.green.default}",
5778
+ $description: "used on pill hover states",
5779
+ },
5780
+ name: "modesColorStatusCustomGreenHover",
5781
+ attributes: {},
5782
+ path: ["modes", "color", "status", "custom", "green", "hover"],
5783
+ },
5784
+ hoverAlt: {
5785
+ $extensions: {
5786
+ "studio.tokens": {
5787
+ modify: {
5788
+ type: "mix",
5789
+ value: "0.15",
5790
+ space: "lch",
5791
+ color: "#007ED9",
5792
+ format: "hex",
5793
+ },
5794
+ },
5795
+ },
5796
+ $type: "color",
5797
+ $value: "#0b2418",
5798
+ $description: "used on pill hover states",
5799
+ filePath: "data/tokens/modes/dark.json",
5800
+ isSource: true,
5801
+ original: {
5802
+ $extensions: {
5803
+ "studio.tokens": {
5804
+ modify: {
5805
+ type: "mix",
5806
+ value: "{primitives.color.modifiers.button.hover}",
5807
+ space: "lch",
5808
+ color: "{modes.color.status.info.default}",
5809
+ },
5810
+ },
5811
+ },
5812
+ $type: "color",
5813
+ $value: "{modes.color.status.custom.green.defaultAlt}",
5814
+ $description: "used on pill hover states",
5815
+ },
5816
+ name: "modesColorStatusCustomGreenHoverAlt",
5817
+ attributes: {},
5818
+ path: ["modes", "color", "status", "custom", "green", "hoverAlt"],
5819
+ },
5820
+ },
5821
+ lime: {
5822
+ default: {
5823
+ $type: "color",
5824
+ $value: "#6E8500",
5825
+ $description: "For pills. Not accessible with white TEXT.",
5826
+ filePath: "data/tokens/modes/dark.json",
5827
+ isSource: true,
5828
+ original: {
5829
+ $type: "color",
5830
+ $value: "{primitives.colors.supplementary.lime.500}",
5831
+ $description: "For pills. Not accessible with white TEXT.",
5832
+ },
5833
+ name: "modesColorStatusCustomLimeDefault",
5834
+ attributes: {},
5835
+ path: ["modes", "color", "status", "custom", "lime", "default"],
5836
+ },
5837
+ defaultAlt: {
5838
+ $extensions: {
5839
+ "studio.tokens": {
5840
+ modify: {
5841
+ type: "mix",
5842
+ value: "0.9",
5843
+ space: "lch",
5844
+ color: "#000000",
5845
+ format: "hex",
5846
+ },
5847
+ },
5848
+ },
5849
+ $type: "color",
5850
+ $value: "#111205",
5851
+ $description: "Pill bg",
5852
+ filePath: "data/tokens/modes/dark.json",
5853
+ isSource: true,
5854
+ original: {
5855
+ $extensions: {
5856
+ "studio.tokens": {
5857
+ modify: {
5858
+ type: "mix",
5859
+ value: "0.9",
5860
+ space: "lch",
5861
+ color: "{modes.color.modifier.contrastLess}",
5862
+ },
5863
+ },
5864
+ },
5865
+ $type: "color",
5866
+ $value: "{primitives.colors.supplementary.lime.500}",
5867
+ $description: "Pill bg",
5868
+ },
5869
+ name: "modesColorStatusCustomLimeDefaultAlt",
5870
+ attributes: {},
5871
+ path: [
5872
+ "modes",
5873
+ "color",
5874
+ "status",
5875
+ "custom",
5876
+ "lime",
5877
+ "defaultAlt",
5878
+ ],
5879
+ },
5880
+ hover: {
5881
+ $extensions: {
5882
+ "studio.tokens": {
5883
+ modify: {
5884
+ type: "mix",
5885
+ value: "0.15",
5886
+ space: "lch",
5887
+ color: "#FFFFFF",
5888
+ format: "hex",
5889
+ },
5890
+ },
5891
+ },
5892
+ $type: "color",
5893
+ $value: "#859635",
5894
+ $description: "used on pill hover states",
5895
+ filePath: "data/tokens/modes/dark.json",
5896
+ isSource: true,
5897
+ original: {
5898
+ $extensions: {
5899
+ "studio.tokens": {
5900
+ modify: {
5901
+ type: "mix",
5902
+ value: "{primitives.color.modifiers.button.hover}",
5903
+ space: "lch",
5904
+ color: "{modes.color.modifier.contrastMore}",
5905
+ },
5906
+ },
5907
+ },
5908
+ $type: "color",
5909
+ $value: "{modes.color.status.custom.lime.default}",
5910
+ $description: "used on pill hover states",
5911
+ },
5912
+ name: "modesColorStatusCustomLimeHover",
5913
+ attributes: {},
5914
+ path: ["modes", "color", "status", "custom", "lime", "hover"],
5915
+ },
5916
+ hoverAlt: {
5917
+ $extensions: {
5918
+ "studio.tokens": {
5919
+ modify: {
5920
+ type: "mix",
5921
+ value: "0.15",
5922
+ space: "lch",
5923
+ color: "#007ED9",
5924
+ format: "hex",
5925
+ },
5926
+ },
5927
+ },
5928
+ $type: "color",
5929
+ $value: "#162311",
5930
+ $description: "used on pill hover states",
5931
+ filePath: "data/tokens/modes/dark.json",
5932
+ isSource: true,
5933
+ original: {
5934
+ $extensions: {
5935
+ "studio.tokens": {
5936
+ modify: {
5937
+ type: "mix",
5938
+ value: "{primitives.color.modifiers.button.hover}",
5939
+ space: "lch",
5940
+ color: "{modes.color.status.info.default}",
5941
+ },
5942
+ },
5943
+ },
5944
+ $type: "color",
5945
+ $value: "{modes.color.status.custom.lime.defaultAlt}",
5946
+ $description: "used on pill hover states",
5947
+ },
5948
+ name: "modesColorStatusCustomLimeHoverAlt",
5949
+ attributes: {},
5950
+ path: ["modes", "color", "status", "custom", "lime", "hoverAlt"],
5951
+ },
5952
+ },
5953
+ orange: {
5954
+ default: {
5955
+ $type: "color",
5956
+ $value: "#DB4B00",
5957
+ $description: "For pills. Not accessible with white TEXT.",
5958
+ filePath: "data/tokens/modes/dark.json",
5959
+ isSource: true,
5960
+ original: {
5961
+ $type: "color",
5962
+ $value: "{primitives.colors.supplementary.orange.500}",
5963
+ $description: "For pills. Not accessible with white TEXT.",
5964
+ },
5965
+ name: "modesColorStatusCustomOrangeDefault",
5966
+ attributes: {},
5967
+ path: ["modes", "color", "status", "custom", "orange", "default"],
5968
+ },
5969
+ defaultAlt: {
5970
+ $extensions: {
5971
+ "studio.tokens": {
5972
+ modify: {
5973
+ type: "mix",
5974
+ value: "0.9",
5975
+ space: "lch",
5976
+ color: "#000000",
5977
+ format: "hex",
5978
+ },
5979
+ },
5980
+ },
5981
+ $type: "color",
5982
+ $value: "#1c0e04",
5983
+ $description: "Pill bg",
5984
+ filePath: "data/tokens/modes/dark.json",
5985
+ isSource: true,
5986
+ original: {
5987
+ $extensions: {
5988
+ "studio.tokens": {
5989
+ modify: {
5990
+ type: "mix",
5991
+ value: "0.9",
5992
+ space: "lch",
5993
+ color: "{modes.color.modifier.contrastLess}",
5994
+ },
5995
+ },
5996
+ },
5997
+ $type: "color",
5998
+ $value: "{primitives.colors.supplementary.orange.500}",
5999
+ $description: "Pill bg",
6000
+ },
6001
+ name: "modesColorStatusCustomOrangeDefaultAlt",
6002
+ attributes: {},
6003
+ path: [
6004
+ "modes",
6005
+ "color",
6006
+ "status",
6007
+ "custom",
6008
+ "orange",
6009
+ "defaultAlt",
6010
+ ],
6011
+ },
6012
+ hover: {
6013
+ $extensions: {
6014
+ "studio.tokens": {
6015
+ modify: {
6016
+ type: "mix",
6017
+ value: "0.15",
6018
+ space: "lch",
6019
+ color: "#FFFFFF",
6020
+ format: "hex",
6021
+ },
6022
+ },
6023
+ },
6024
+ $type: "color",
6025
+ $value: "#e66930",
6026
+ $description: "used on pill hover states",
6027
+ filePath: "data/tokens/modes/dark.json",
6028
+ isSource: true,
6029
+ original: {
6030
+ $extensions: {
6031
+ "studio.tokens": {
6032
+ modify: {
6033
+ type: "mix",
6034
+ value: "{primitives.color.modifiers.button.hover}",
6035
+ space: "lch",
6036
+ color: "{modes.color.modifier.contrastMore}",
6037
+ },
6038
+ },
6039
+ },
6040
+ $type: "color",
6041
+ $value: "{modes.color.status.custom.orange.default}",
6042
+ $description: "used on pill hover states",
6043
+ },
6044
+ name: "modesColorStatusCustomOrangeHover",
6045
+ attributes: {},
6046
+ path: ["modes", "color", "status", "custom", "orange", "hover"],
6047
+ },
6048
+ hoverAlt: {
6049
+ $extensions: {
6050
+ "studio.tokens": {
6051
+ modify: {
6052
+ type: "mix",
6053
+ value: "0.15",
6054
+ space: "lch",
6055
+ color: "#007ED9",
6056
+ format: "hex",
6057
+ },
6058
+ },
6059
+ },
6060
+ $type: "color",
6061
+ $value: "#331816",
6062
+ $description: "used on pill hover states",
6063
+ filePath: "data/tokens/modes/dark.json",
6064
+ isSource: true,
6065
+ original: {
6066
+ $extensions: {
6067
+ "studio.tokens": {
6068
+ modify: {
6069
+ type: "mix",
6070
+ value: "{primitives.color.modifiers.button.hover}",
6071
+ space: "lch",
6072
+ color: "{modes.color.status.info.default}",
6073
+ },
6074
+ },
6075
+ },
6076
+ $type: "color",
6077
+ $value: "{modes.color.status.custom.orange.defaultAlt}",
6078
+ $description: "used on pill hover states",
6079
+ },
6080
+ name: "modesColorStatusCustomOrangeHoverAlt",
6081
+ attributes: {},
6082
+ path: [
6083
+ "modes",
6084
+ "color",
6085
+ "status",
6086
+ "custom",
6087
+ "orange",
6088
+ "hoverAlt",
6089
+ ],
6090
+ },
6091
+ },
6092
+ red: {
6093
+ default: {
6094
+ $type: "color",
6095
+ $value: "#F50058",
6096
+ $description: "For pills. Not accessible with white TEXT.",
6097
+ filePath: "data/tokens/modes/dark.json",
6098
+ isSource: true,
6099
+ original: {
6100
+ $type: "color",
6101
+ $value: "{primitives.colors.supplementary.red.500}",
6102
+ $description: "For pills. Not accessible with white TEXT.",
6103
+ },
6104
+ name: "modesColorStatusCustomRedDefault",
6105
+ attributes: {},
6106
+ path: ["modes", "color", "status", "custom", "red", "default"],
6107
+ },
6108
+ defaultAlt: {
6109
+ $extensions: {
6110
+ "studio.tokens": {
6111
+ modify: {
6112
+ type: "mix",
6113
+ value: "0.9",
6114
+ space: "lch",
6115
+ color: "#000000",
6116
+ format: "hex",
6117
+ },
6118
+ },
6119
+ },
6120
+ $type: "color",
6121
+ $value: "#1e0d0d",
6122
+ $description: "Pill bg",
6123
+ filePath: "data/tokens/modes/dark.json",
6124
+ isSource: true,
6125
+ original: {
6126
+ $extensions: {
6127
+ "studio.tokens": {
6128
+ modify: {
6129
+ type: "mix",
6130
+ value: "0.9",
6131
+ space: "lch",
6132
+ color: "{modes.color.modifier.contrastLess}",
6133
+ },
6134
+ },
6135
+ },
6136
+ $type: "color",
6137
+ $value: "{primitives.colors.supplementary.red.500}",
6138
+ $description: "Pill bg",
6139
+ },
6140
+ name: "modesColorStatusCustomRedDefaultAlt",
6141
+ attributes: {},
6142
+ path: ["modes", "color", "status", "custom", "red", "defaultAlt"],
6143
+ },
6144
+ hover: {
6145
+ $extensions: {
6146
+ "studio.tokens": {
6147
+ modify: {
6148
+ type: "mix",
6149
+ value: "0.15",
6150
+ space: "lch",
6151
+ color: "#FFFFFF",
6152
+ format: "hex",
6153
+ },
6154
+ },
6155
+ },
6156
+ $type: "color",
6157
+ $value: "#fc4e6e",
6158
+ $description: "used on pill hover states",
6159
+ filePath: "data/tokens/modes/dark.json",
6160
+ isSource: true,
6161
+ original: {
6162
+ $extensions: {
6163
+ "studio.tokens": {
6164
+ modify: {
6165
+ type: "mix",
6166
+ value: "{primitives.color.modifiers.button.hover}",
6167
+ space: "lch",
6168
+ color: "{modes.color.modifier.contrastMore}",
6169
+ },
6170
+ },
6171
+ },
6172
+ $type: "color",
6173
+ $value: "{modes.color.status.custom.red.default}",
6174
+ $description: "used on pill hover states",
6175
+ },
6176
+ name: "modesColorStatusCustomRedHover",
6177
+ attributes: {},
6178
+ path: ["modes", "color", "status", "custom", "red", "hover"],
6179
+ },
6180
+ hoverAlt: {
6181
+ $extensions: {
6182
+ "studio.tokens": {
6183
+ modify: {
6184
+ type: "mix",
6185
+ value: "0.15",
6186
+ space: "lch",
6187
+ color: "#007ED9",
6188
+ format: "hex",
6189
+ },
6190
+ },
6191
+ },
6192
+ $type: "color",
6193
+ $value: "#331720",
6194
+ $description: "used on pill hover states",
6195
+ filePath: "data/tokens/modes/dark.json",
6196
+ isSource: true,
6197
+ original: {
6198
+ $extensions: {
6199
+ "studio.tokens": {
6200
+ modify: {
6201
+ type: "mix",
6202
+ value: "{primitives.color.modifiers.button.hover}",
6203
+ space: "lch",
6204
+ color: "{modes.color.status.info.default}",
6205
+ },
6206
+ },
6207
+ },
6208
+ $type: "color",
6209
+ $value: "{modes.color.status.custom.red.defaultAlt}",
6210
+ $description: "used on pill hover states",
6211
+ },
6212
+ name: "modesColorStatusCustomRedHoverAlt",
6213
+ attributes: {},
6214
+ path: ["modes", "color", "status", "custom", "red", "hoverAlt"],
6215
+ },
6216
+ },
6217
+ pink: {
6218
+ default: {
6219
+ $type: "color",
6220
+ $value: "#DD2BAB",
6221
+ $description: "For pills. Not accessible with white TEXT.",
6222
+ filePath: "data/tokens/modes/dark.json",
6223
+ isSource: true,
6224
+ original: {
6225
+ $type: "color",
6226
+ $value: "{primitives.colors.supplementary.pink.500}",
6227
+ $description: "For pills. Not accessible with white TEXT.",
6228
+ },
6229
+ name: "modesColorStatusCustomPinkDefault",
6230
+ attributes: {},
6231
+ path: ["modes", "color", "status", "custom", "pink", "default"],
6232
+ },
6233
+ defaultAlt: {
6234
+ $extensions: {
6235
+ "studio.tokens": {
6236
+ modify: {
6237
+ type: "mix",
6238
+ value: "0.9",
6239
+ space: "lch",
6240
+ color: "#000000",
6241
+ format: "hex",
6242
+ },
6243
+ },
6244
+ },
6245
+ $type: "color",
6246
+ $value: "#1b0d16",
6247
+ $description: "Pill bg",
6248
+ filePath: "data/tokens/modes/dark.json",
6249
+ isSource: true,
6250
+ original: {
6251
+ $extensions: {
6252
+ "studio.tokens": {
6253
+ modify: {
6254
+ type: "mix",
6255
+ value: "0.9",
6256
+ space: "lch",
6257
+ color: "{modes.color.modifier.contrastLess}",
6258
+ },
6259
+ },
6260
+ },
6261
+ $type: "color",
6262
+ $value: "{primitives.colors.supplementary.pink.500}",
6263
+ $description: "Pill bg",
6264
+ },
6265
+ name: "modesColorStatusCustomPinkDefaultAlt",
6266
+ attributes: {},
6267
+ path: [
6268
+ "modes",
6269
+ "color",
6270
+ "status",
6271
+ "custom",
6272
+ "pink",
6273
+ "defaultAlt",
6274
+ ],
6275
+ },
6276
+ hover: {
6277
+ $extensions: {
6278
+ "studio.tokens": {
6279
+ modify: {
6280
+ type: "mix",
6281
+ value: "0.15",
6282
+ space: "lch",
6283
+ color: "#FFFFFF",
6284
+ format: "hex",
6285
+ },
6286
+ },
6287
+ },
6288
+ $type: "color",
6289
+ $value: "#e558b7",
6290
+ $description: "used on pill hover states",
6291
+ filePath: "data/tokens/modes/dark.json",
6292
+ isSource: true,
6293
+ original: {
6294
+ $extensions: {
6295
+ "studio.tokens": {
6296
+ modify: {
6297
+ type: "mix",
6298
+ value: "{primitives.color.modifiers.button.hover}",
6299
+ space: "lch",
6300
+ color: "{modes.color.modifier.contrastMore}",
6301
+ },
6302
+ },
6303
+ },
6304
+ $type: "color",
6305
+ $value: "{modes.color.status.custom.pink.default}",
6306
+ $description: "used on pill hover states",
6307
+ },
6308
+ name: "modesColorStatusCustomPinkHover",
6309
+ attributes: {},
6310
+ path: ["modes", "color", "status", "custom", "pink", "hover"],
6311
+ },
6312
+ hoverAlt: {
6313
+ $extensions: {
6314
+ "studio.tokens": {
6315
+ modify: {
6316
+ type: "mix",
6317
+ value: "0.15",
6318
+ space: "lch",
6319
+ color: "#007ED9",
6320
+ format: "hex",
6321
+ },
6322
+ },
6323
+ },
6324
+ $type: "color",
6325
+ $value: "#2d192b",
6326
+ $description: "used on pill hover states",
6327
+ filePath: "data/tokens/modes/dark.json",
6328
+ isSource: true,
6329
+ original: {
6330
+ $extensions: {
6331
+ "studio.tokens": {
6332
+ modify: {
6333
+ type: "mix",
6334
+ value: "{primitives.color.modifiers.button.hover}",
6335
+ space: "lch",
6336
+ color: "{modes.color.status.info.default}",
6337
+ },
6338
+ },
6339
+ },
6340
+ $type: "color",
6341
+ $value: "{modes.color.status.custom.pink.defaultAlt}",
6342
+ $description: "used on pill hover states",
6343
+ },
6344
+ name: "modesColorStatusCustomPinkHoverAlt",
6345
+ attributes: {},
6346
+ path: ["modes", "color", "status", "custom", "pink", "hoverAlt"],
6347
+ },
6348
+ },
6349
+ purple: {
6350
+ default: {
6351
+ $type: "color",
6352
+ $value: "#985FDC",
6353
+ $description: "For pills. Not accessible with white TEXT.",
6354
+ filePath: "data/tokens/modes/dark.json",
6355
+ isSource: true,
6356
+ original: {
6357
+ $type: "color",
6358
+ $value: "{primitives.colors.supplementary.purple.500}",
6359
+ $description: "For pills. Not accessible with white TEXT.",
6360
+ },
6361
+ name: "modesColorStatusCustomPurpleDefault",
6362
+ attributes: {},
6363
+ path: ["modes", "color", "status", "custom", "purple", "default"],
6364
+ },
6365
+ defaultAlt: {
6366
+ $extensions: {
6367
+ "studio.tokens": {
6368
+ modify: {
6369
+ type: "mix",
6370
+ value: "0.9",
6371
+ space: "lch",
6372
+ color: "#000000",
6373
+ format: "hex",
6374
+ },
6375
+ },
6376
+ },
6377
+ $type: "color",
6378
+ $value: "#150f19",
6379
+ $description: "Pill bg",
6380
+ filePath: "data/tokens/modes/dark.json",
6381
+ isSource: true,
6382
+ original: {
6383
+ $extensions: {
6384
+ "studio.tokens": {
6385
+ modify: {
6386
+ type: "mix",
6387
+ value: "0.9",
6388
+ space: "lch",
6389
+ color: "{modes.color.modifier.contrastLess}",
6390
+ },
6391
+ },
6392
+ },
6393
+ $type: "color",
6394
+ $value: "{primitives.colors.supplementary.purple.500}",
6395
+ $description: "Pill bg",
6396
+ },
6397
+ name: "modesColorStatusCustomPurpleDefaultAlt",
6398
+ attributes: {},
6399
+ path: [
6400
+ "modes",
6401
+ "color",
6402
+ "status",
6403
+ "custom",
6404
+ "purple",
6405
+ "defaultAlt",
6406
+ ],
6407
+ },
6408
+ hover: {
6409
+ $extensions: {
6410
+ "studio.tokens": {
6411
+ modify: {
6412
+ type: "mix",
6413
+ value: "0.15",
6414
+ space: "lch",
6415
+ color: "#FFFFFF",
6416
+ format: "hex",
6417
+ },
6418
+ },
6419
+ },
6420
+ $type: "color",
6421
+ $value: "#a977e2",
6422
+ $description: "used on pill hover states",
6423
+ filePath: "data/tokens/modes/dark.json",
6424
+ isSource: true,
6425
+ original: {
6426
+ $extensions: {
6427
+ "studio.tokens": {
6428
+ modify: {
6429
+ type: "mix",
6430
+ value: "{primitives.color.modifiers.button.hover}",
6431
+ space: "lch",
6432
+ color: "{modes.color.modifier.contrastMore}",
6433
+ },
6434
+ },
6435
+ },
6436
+ $type: "color",
6437
+ $value: "{modes.color.status.custom.purple.default}",
6438
+ $description: "used on pill hover states",
6439
+ },
6440
+ name: "modesColorStatusCustomPurpleHover",
6441
+ attributes: {},
6442
+ path: ["modes", "color", "status", "custom", "purple", "hover"],
6443
+ },
6444
+ hoverAlt: {
6445
+ $extensions: {
6446
+ "studio.tokens": {
6447
+ modify: {
6448
+ type: "mix",
6449
+ value: "0.15",
6450
+ space: "lch",
6451
+ color: "#007ED9",
6452
+ format: "hex",
6453
+ },
6454
+ },
6455
+ },
6456
+ $type: "color",
6457
+ $value: "#231c30",
6458
+ $description: "used on pill hover states",
6459
+ filePath: "data/tokens/modes/dark.json",
6460
+ isSource: true,
6461
+ original: {
6462
+ $extensions: {
6463
+ "studio.tokens": {
6464
+ modify: {
6465
+ type: "mix",
6466
+ value: "{primitives.color.modifiers.button.hover}",
6467
+ space: "lch",
6468
+ color: "{modes.color.status.info.default}",
6469
+ },
6470
+ },
6471
+ },
6472
+ $type: "color",
6473
+ $value: "{modes.color.status.custom.purple.defaultAlt}",
6474
+ $description: "used on pill hover states",
6475
+ },
6476
+ name: "modesColorStatusCustomPurpleHoverAlt",
6477
+ attributes: {},
6478
+ path: [
6479
+ "modes",
6480
+ "color",
6481
+ "status",
6482
+ "custom",
6483
+ "purple",
6484
+ "hoverAlt",
6485
+ ],
6486
+ },
6487
+ },
6488
+ gray: {
6489
+ default: {
6490
+ $type: "color",
6491
+ $value: "#7C7C7C",
6492
+ $description: "For pills. Not accessible with white TEXT.",
6493
+ filePath: "data/tokens/modes/dark.json",
6494
+ isSource: true,
6495
+ original: {
6496
+ $type: "color",
6497
+ $value: "{primitives.colors.supplementary.gray.500}",
6498
+ $description: "For pills. Not accessible with white TEXT.",
6499
+ },
6500
+ name: "modesColorStatusCustomGrayDefault",
6501
+ attributes: {},
6502
+ path: ["modes", "color", "status", "custom", "gray", "default"],
6503
+ },
6504
+ defaultAlt: {
6505
+ $extensions: {
6506
+ "studio.tokens": {
6507
+ modify: {
6508
+ type: "mix",
6509
+ value: "0.9",
6510
+ space: "lch",
6511
+ color: "#000000",
6512
+ format: "hex",
6513
+ },
6514
+ },
6515
+ },
6516
+ $type: "color",
6517
+ $value: "#111",
6518
+ $description: "Pill bg",
6519
+ filePath: "data/tokens/modes/dark.json",
6520
+ isSource: true,
6521
+ original: {
6522
+ $extensions: {
6523
+ "studio.tokens": {
6524
+ modify: {
6525
+ type: "mix",
6526
+ value: "0.9",
6527
+ space: "lch",
6528
+ color: "{modes.color.modifier.contrastLess}",
6529
+ },
6530
+ },
6531
+ },
6532
+ $type: "color",
6533
+ $value: "{primitives.colors.supplementary.gray.500}",
6534
+ $description: "Pill bg",
6535
+ },
6536
+ name: "modesColorStatusCustomGrayDefaultAlt",
6537
+ attributes: {},
6538
+ path: [
6539
+ "modes",
6540
+ "color",
6541
+ "status",
6542
+ "custom",
6543
+ "gray",
6544
+ "defaultAlt",
6545
+ ],
6546
+ },
6547
+ hover: {
6548
+ $extensions: {
6549
+ "studio.tokens": {
6550
+ modify: {
6551
+ type: "mix",
6552
+ value: "0.15",
6553
+ space: "lch",
6554
+ color: "#FFFFFF",
6555
+ format: "hex",
6556
+ },
6557
+ },
6558
+ },
6559
+ $type: "color",
6560
+ $value: "#8e8e8e",
6561
+ $description: "used on pill hover states",
6562
+ filePath: "data/tokens/modes/dark.json",
6563
+ isSource: true,
6564
+ original: {
6565
+ $extensions: {
6566
+ "studio.tokens": {
6567
+ modify: {
6568
+ type: "mix",
6569
+ value: "{primitives.color.modifiers.button.hover}",
6570
+ space: "lch",
6571
+ color: "{modes.color.modifier.contrastMore}",
6572
+ },
6573
+ },
6574
+ },
6575
+ $type: "color",
6576
+ $value: "{modes.color.status.custom.gray.default}",
6577
+ $description: "used on pill hover states",
6578
+ },
6579
+ name: "modesColorStatusCustomGrayHover",
6580
+ attributes: {},
6581
+ path: ["modes", "color", "status", "custom", "gray", "hover"],
6582
+ },
6583
+ hoverAlt: {
6584
+ $extensions: {
6585
+ "studio.tokens": {
6586
+ modify: {
6587
+ type: "mix",
6588
+ value: "0.15",
6589
+ space: "lch",
6590
+ color: "#007ED9",
6591
+ format: "hex",
6592
+ },
6593
+ },
6594
+ },
6595
+ $type: "color",
6596
+ $value: "#1a202b",
6597
+ $description: "used on pill hover states",
6598
+ filePath: "data/tokens/modes/dark.json",
6599
+ isSource: true,
6600
+ original: {
6601
+ $extensions: {
6602
+ "studio.tokens": {
6603
+ modify: {
6604
+ type: "mix",
6605
+ value: "{primitives.color.modifiers.button.hover}",
6606
+ space: "lch",
6607
+ color: "{modes.color.status.info.default}",
6608
+ },
6609
+ },
6610
+ },
6611
+ $type: "color",
6612
+ $value: "{modes.color.status.custom.gray.defaultAlt}",
6613
+ $description: "used on pill hover states",
6614
+ },
6615
+ name: "modesColorStatusCustomGrayHoverAlt",
6616
+ attributes: {},
6617
+ path: ["modes", "color", "status", "custom", "gray", "hoverAlt"],
6618
+ },
6619
+ },
6620
+ slate: {
6621
+ default: {
6622
+ $type: "color",
6623
+ $value: "#5C8196",
6624
+ $description: "For pills. Not accessible with white TEXT.",
6625
+ filePath: "data/tokens/modes/dark.json",
6626
+ isSource: true,
6627
+ original: {
6628
+ $type: "color",
6629
+ $value: "{primitives.colors.supplementary.slate.500}",
6630
+ $description: "For pills. Not accessible with white TEXT.",
6631
+ },
6632
+ name: "modesColorStatusCustomSlateDefault",
6633
+ attributes: {},
6634
+ path: ["modes", "color", "status", "custom", "slate", "default"],
6635
+ },
6636
+ defaultAlt: {
6637
+ $extensions: {
6638
+ "studio.tokens": {
6639
+ modify: {
6640
+ type: "mix",
6641
+ value: "0.9",
6642
+ space: "lch",
6643
+ color: "#000000",
6644
+ format: "hex",
6645
+ },
6646
+ },
6647
+ },
6648
+ $type: "color",
6649
+ $value: "#0f1214",
6650
+ $description: "Pill bg",
6651
+ filePath: "data/tokens/modes/dark.json",
6652
+ isSource: true,
6653
+ original: {
6654
+ $extensions: {
6655
+ "studio.tokens": {
6656
+ modify: {
6657
+ type: "mix",
6658
+ value: "0.9",
6659
+ space: "lch",
6660
+ color: "{modes.color.modifier.contrastLess}",
6661
+ },
6662
+ },
6663
+ },
6664
+ $type: "color",
6665
+ $value: "{primitives.colors.supplementary.slate.500}",
6666
+ $description: "Pill bg",
6667
+ },
6668
+ name: "modesColorStatusCustomSlateDefaultAlt",
6669
+ attributes: {},
6670
+ path: [
6671
+ "modes",
6672
+ "color",
6673
+ "status",
6674
+ "custom",
6675
+ "slate",
6676
+ "defaultAlt",
6677
+ ],
6678
+ },
6679
+ hover: {
6680
+ $extensions: {
6681
+ "studio.tokens": {
6682
+ modify: {
6683
+ type: "mix",
6684
+ value: "0.15",
6685
+ space: "lch",
6686
+ color: "#FFFFFF",
6687
+ format: "hex",
6688
+ },
6689
+ },
6690
+ },
6691
+ $type: "color",
6692
+ $value: "#7493a5",
6693
+ $description: "used on pill hover states",
6694
+ filePath: "data/tokens/modes/dark.json",
6695
+ isSource: true,
6696
+ original: {
6697
+ $extensions: {
6698
+ "studio.tokens": {
6699
+ modify: {
6700
+ type: "mix",
6701
+ value: "{primitives.color.modifiers.button.hover}",
6702
+ space: "lch",
6703
+ color: "{modes.color.modifier.contrastMore}",
6704
+ },
6705
+ },
6706
+ },
6707
+ $type: "color",
6708
+ $value: "{modes.color.status.custom.slate.default}",
6709
+ $description: "used on pill hover states",
6710
+ },
6711
+ name: "modesColorStatusCustomSlateHover",
6712
+ attributes: {},
6713
+ path: ["modes", "color", "status", "custom", "slate", "hover"],
6714
+ },
6715
+ hoverAlt: {
6716
+ $extensions: {
6717
+ "studio.tokens": {
6718
+ modify: {
6719
+ type: "mix",
6720
+ value: "0.15",
6721
+ space: "lch",
6722
+ color: "#007ED9",
6723
+ format: "hex",
6724
+ },
6725
+ },
6726
+ },
6727
+ $type: "color",
6728
+ $value: "#13222c",
6729
+ $description: "used on pill hover states",
6730
+ filePath: "data/tokens/modes/dark.json",
6731
+ isSource: true,
6732
+ original: {
6733
+ $extensions: {
6734
+ "studio.tokens": {
6735
+ modify: {
6736
+ type: "mix",
6737
+ value: "{primitives.color.modifiers.button.hover}",
6738
+ space: "lch",
6739
+ color: "{modes.color.status.info.default}",
6740
+ },
6741
+ },
6742
+ },
6743
+ $type: "color",
6744
+ $value: "{modes.color.status.custom.slate.defaultAlt}",
6745
+ $description: "used on pill hover states",
6746
+ },
6747
+ name: "modesColorStatusCustomSlateHoverAlt",
6748
+ attributes: {},
6749
+ path: ["modes", "color", "status", "custom", "slate", "hoverAlt"],
6750
+ },
6751
+ },
6752
+ },
6753
+ generic: {
6754
+ default: {
6755
+ $type: "color",
6756
+ $value: "#F0F",
6757
+ filePath: "data/tokens/modes/dark.json",
6758
+ isSource: true,
6759
+ original: {
6760
+ $type: "color",
6761
+ $value: "#F0F",
6762
+ },
6763
+ name: "modesColorStatusGenericDefault",
6764
+ attributes: {},
6765
+ path: ["modes", "color", "status", "generic", "default"],
6766
+ },
6767
+ },
5480
6768
  important: {
5481
6769
  default: {
5482
6770
  $type: "color",
5483
- $value: "#985FDC",
6771
+ $value: "#8F4CD7",
5484
6772
  $description:
5485
6773
  "For tile status keylines to show if something is of high importance.",
5486
6774
  filePath: "data/tokens/modes/dark.json",
5487
6775
  isSource: true,
5488
6776
  original: {
5489
6777
  $type: "color",
5490
- $value: "{primitives.colors.supplementary.purple.500}",
5491
- $description:
5492
- "For tile status keylines to show if something is of high importance.",
6778
+ $value: "{primitives.colors.supplementary.purple.400}",
6779
+ $description:
6780
+ "For tile status keylines to show if something is of high importance.",
6781
+ },
6782
+ name: "modesColorStatusImportantDefault",
6783
+ attributes: {},
6784
+ path: ["modes", "color", "status", "important", "default"],
6785
+ },
6786
+ defaultAlt: {
6787
+ $extensions: {
6788
+ "studio.tokens": {
6789
+ modify: {
6790
+ type: "mix",
6791
+ value: "0.9",
6792
+ space: "lch",
6793
+ color: "#000000",
6794
+ format: "hex",
6795
+ },
6796
+ },
6797
+ },
6798
+ $type: "color",
6799
+ $value: "#150d19",
6800
+ $description: "Subtle message bg",
6801
+ filePath: "data/tokens/modes/dark.json",
6802
+ isSource: true,
6803
+ original: {
6804
+ $extensions: {
6805
+ "studio.tokens": {
6806
+ modify: {
6807
+ type: "mix",
6808
+ value: "0.9",
6809
+ space: "lch",
6810
+ color: "{modes.color.modifier.contrastLess}",
6811
+ },
6812
+ },
6813
+ },
6814
+ $type: "color",
6815
+ $value: "{primitives.colors.supplementary.purple.400}",
6816
+ $description: "Subtle message bg",
6817
+ },
6818
+ name: "modesColorStatusImportantDefaultAlt",
6819
+ attributes: {},
6820
+ path: ["modes", "color", "status", "important", "defaultAlt"],
6821
+ },
6822
+ hover: {
6823
+ $extensions: {
6824
+ "studio.tokens": {
6825
+ modify: {
6826
+ type: "mix",
6827
+ value: "0.15",
6828
+ space: "lch",
6829
+ color: "#FFFFFF",
6830
+ format: "hex",
6831
+ },
6832
+ },
6833
+ },
6834
+ $type: "color",
6835
+ $value: "#a267de",
6836
+ $description: "used on pill hover states",
6837
+ filePath: "data/tokens/modes/dark.json",
6838
+ isSource: true,
6839
+ original: {
6840
+ $extensions: {
6841
+ "studio.tokens": {
6842
+ modify: {
6843
+ type: "mix",
6844
+ value: "{primitives.color.modifiers.button.hover}",
6845
+ space: "lch",
6846
+ color: "{modes.color.modifier.contrastMore}",
6847
+ },
6848
+ },
6849
+ },
6850
+ $type: "color",
6851
+ $value: "{modes.color.status.important.default}",
6852
+ $description: "used on pill hover states",
6853
+ },
6854
+ name: "modesColorStatusImportantHover",
6855
+ attributes: {},
6856
+ path: ["modes", "color", "status", "important", "hover"],
6857
+ },
6858
+ hoverAlt: {
6859
+ $extensions: {
6860
+ "studio.tokens": {
6861
+ modify: {
6862
+ type: "mix",
6863
+ value: "0.15",
6864
+ space: "lch",
6865
+ color: "#007ED9",
6866
+ format: "hex",
6867
+ },
6868
+ },
6869
+ },
6870
+ $type: "color",
6871
+ $value: "#231b30",
6872
+ $description: "used on pill hover states and message bg",
6873
+ filePath: "data/tokens/modes/dark.json",
6874
+ isSource: true,
6875
+ original: {
6876
+ $extensions: {
6877
+ "studio.tokens": {
6878
+ modify: {
6879
+ type: "mix",
6880
+ value: "{primitives.color.modifiers.button.hover}",
6881
+ space: "lch",
6882
+ color: "{modes.color.status.info.default}",
6883
+ },
6884
+ },
6885
+ },
6886
+ $type: "color",
6887
+ $value: "{modes.color.status.important.defaultAlt}",
6888
+ $description: "used on pill hover states and message bg",
6889
+ },
6890
+ name: "modesColorStatusImportantHoverAlt",
6891
+ attributes: {},
6892
+ path: ["modes", "color", "status", "important", "hoverAlt"],
6893
+ },
6894
+ inverse: {
6895
+ default: {
6896
+ $type: "color",
6897
+ $value: "#985FDC",
6898
+ filePath: "data/tokens/modes/dark.json",
6899
+ isSource: true,
6900
+ original: {
6901
+ $type: "color",
6902
+ $value: "{primitives.colors.supplementary.purple.500}",
6903
+ },
6904
+ name: "modesColorStatusImportantInverseDefault",
6905
+ attributes: {},
6906
+ path: [
6907
+ "modes",
6908
+ "color",
6909
+ "status",
6910
+ "important",
6911
+ "inverse",
6912
+ "default",
6913
+ ],
6914
+ },
6915
+ defaultAlt: {
6916
+ $extensions: {
6917
+ "studio.tokens": {
6918
+ modify: {
6919
+ type: "mix",
6920
+ value: "0.85",
6921
+ space: "lch",
6922
+ color: "#FFFFFF ",
6923
+ format: "hex",
6924
+ },
6925
+ },
6926
+ },
6927
+ $type: "color",
6928
+ $value: "#f1e6fa",
6929
+ $description: "Subtle message bg",
6930
+ filePath: "data/tokens/modes/dark.json",
6931
+ isSource: true,
6932
+ original: {
6933
+ $extensions: {
6934
+ "studio.tokens": {
6935
+ modify: {
6936
+ type: "mix",
6937
+ value: "0.85",
6938
+ space: "lch",
6939
+ color: "{modes.color.modifier.contrastMore} ",
6940
+ },
6941
+ },
6942
+ },
6943
+ $type: "color",
6944
+ $value: "{primitives.colors.supplementary.purple.500}",
6945
+ $description: "Subtle message bg",
6946
+ },
6947
+ name: "modesColorStatusImportantInverseDefaultAlt",
6948
+ attributes: {},
6949
+ path: [
6950
+ "modes",
6951
+ "color",
6952
+ "status",
6953
+ "important",
6954
+ "inverse",
6955
+ "defaultAlt",
6956
+ ],
6957
+ },
6958
+ hover: {
6959
+ $extensions: {
6960
+ "studio.tokens": {
6961
+ modify: {
6962
+ type: "mix",
6963
+ value: "0.15",
6964
+ space: "lch",
6965
+ color: "#000000",
6966
+ format: "hex",
6967
+ },
6968
+ },
6969
+ },
6970
+ $type: "color",
6971
+ $value: "#8051b8",
6972
+ $description: "used on pill hover states",
6973
+ filePath: "data/tokens/modes/dark.json",
6974
+ isSource: true,
6975
+ original: {
6976
+ $extensions: {
6977
+ "studio.tokens": {
6978
+ modify: {
6979
+ type: "mix",
6980
+ value: "{primitives.color.modifiers.button.hover}",
6981
+ space: "lch",
6982
+ color: "{modes.color.modifier.contrastLess}",
6983
+ },
6984
+ },
6985
+ },
6986
+ $type: "color",
6987
+ $value: "{modes.color.status.important.inverse.default}",
6988
+ $description: "used on pill hover states",
6989
+ },
6990
+ name: "modesColorStatusImportantInverseHover",
6991
+ attributes: {},
6992
+ path: [
6993
+ "modes",
6994
+ "color",
6995
+ "status",
6996
+ "important",
6997
+ "inverse",
6998
+ "hover",
6999
+ ],
7000
+ },
7001
+ hoverAlt: {
7002
+ $extensions: {
7003
+ "studio.tokens": {
7004
+ modify: {
7005
+ type: "mix",
7006
+ value: "0.15",
7007
+ space: "lch",
7008
+ color: "#0060A7",
7009
+ format: "hex",
7010
+ },
7011
+ },
7012
+ },
7013
+ $type: "color",
7014
+ $value: "#daceed",
7015
+ $description: "used on pill hover states and message bg",
7016
+ filePath: "data/tokens/modes/dark.json",
7017
+ isSource: true,
7018
+ original: {
7019
+ $extensions: {
7020
+ "studio.tokens": {
7021
+ modify: {
7022
+ type: "mix",
7023
+ value: "{primitives.color.modifiers.button.hover}",
7024
+ space: "lch",
7025
+ color: "{modes.color.status.info.inverse.default}",
7026
+ },
7027
+ },
7028
+ },
7029
+ $type: "color",
7030
+ $value: "{modes.color.status.important.inverse.defaultAlt}",
7031
+ $description: "used on pill hover states and message bg",
7032
+ },
7033
+ name: "modesColorStatusImportantInverseHoverAlt",
7034
+ attributes: {},
7035
+ path: [
7036
+ "modes",
7037
+ "color",
7038
+ "status",
7039
+ "important",
7040
+ "inverse",
7041
+ "hoverAlt",
7042
+ ],
7043
+ },
7044
+ },
7045
+ },
7046
+ inactive: {
7047
+ default: {
7048
+ $type: "color",
7049
+ $value: "#4b4b4b",
7050
+ $description: "For readonly pill bg and border",
7051
+ filePath: "data/tokens/modes/dark.json",
7052
+ isSource: true,
7053
+ original: {
7054
+ $type: "color",
7055
+ $value: "{modes.color.generic.fg.soft}",
7056
+ $description: "For readonly pill bg and border",
7057
+ },
7058
+ name: "modesColorStatusInactiveDefault",
7059
+ attributes: {},
7060
+ path: ["modes", "color", "status", "inactive", "default"],
7061
+ },
7062
+ withDefault: {
7063
+ $type: "color",
7064
+ $value: "#ffffffab",
7065
+ $description: "For readonly filled pill text",
7066
+ filePath: "data/tokens/modes/dark.json",
7067
+ isSource: true,
7068
+ original: {
7069
+ $type: "color",
7070
+ $value: "{modes.color.generic.content.firm}",
7071
+ $description: "For readonly filled pill text",
5493
7072
  },
5494
- name: "modesColorStatusImportantDefault",
7073
+ name: "modesColorStatusInactiveWithDefault",
5495
7074
  attributes: {},
5496
- path: ["modes", "color", "status", "important", "default"],
7075
+ path: ["modes", "color", "status", "inactive", "withDefault"],
7076
+ },
7077
+ inverse: {
7078
+ default: {
7079
+ $extensions: {
7080
+ "studio.tokens": {
7081
+ modify: {
7082
+ type: "mix",
7083
+ value: "0.32",
7084
+ space: "lch",
7085
+ color: "#000000 ",
7086
+ format: "hex",
7087
+ },
7088
+ },
7089
+ },
7090
+ $type: "color",
7091
+ $value: "#a6a6a6",
7092
+ $description: "For readonly pill bg and border",
7093
+ filePath: "data/tokens/modes/dark.json",
7094
+ isSource: true,
7095
+ original: {
7096
+ $extensions: {
7097
+ "studio.tokens": {
7098
+ modify: {
7099
+ type: "mix",
7100
+ value: "0.32",
7101
+ space: "lch",
7102
+ color: "{modes.color.modifier.contrastLess} ",
7103
+ },
7104
+ },
7105
+ },
7106
+ $type: "color",
7107
+ $value: "{primitives.colors.white}",
7108
+ $description: "For readonly pill bg and border",
7109
+ },
7110
+ name: "modesColorStatusInactiveInverseDefault",
7111
+ attributes: {},
7112
+ path: [
7113
+ "modes",
7114
+ "color",
7115
+ "status",
7116
+ "inactive",
7117
+ "inverse",
7118
+ "default",
7119
+ ],
7120
+ },
7121
+ withDefault: {
7122
+ $extensions: {
7123
+ "studio.tokens": {
7124
+ modify: {
7125
+ type: "alpha",
7126
+ value: "0.67",
7127
+ space: "lch",
7128
+ format: "hex",
7129
+ },
7130
+ },
7131
+ },
7132
+ $type: "color",
7133
+ $value: "#000000ab",
7134
+ $description: "For readonly filled pill text",
7135
+ filePath: "data/tokens/modes/dark.json",
7136
+ isSource: true,
7137
+ original: {
7138
+ $extensions: {
7139
+ "studio.tokens": {
7140
+ modify: {
7141
+ type: "alpha",
7142
+ value: "0.67",
7143
+ space: "lch",
7144
+ },
7145
+ },
7146
+ },
7147
+ $type: "color",
7148
+ $value: "{primitives.colors.black}",
7149
+ $description: "For readonly filled pill text",
7150
+ },
7151
+ name: "modesColorStatusInactiveInverseWithDefault",
7152
+ attributes: {},
7153
+ path: [
7154
+ "modes",
7155
+ "color",
7156
+ "status",
7157
+ "inactive",
7158
+ "inverse",
7159
+ "withDefault",
7160
+ ],
7161
+ },
5497
7162
  },
5498
7163
  },
5499
7164
  info: {
@@ -5551,7 +7216,7 @@ module.exports = {
5551
7216
  "studio.tokens": {
5552
7217
  modify: {
5553
7218
  type: "mix",
5554
- value: "0.16",
7219
+ value: "0.15",
5555
7220
  space: "lch",
5556
7221
  color: "#FFFFFF",
5557
7222
  format: "hex",
@@ -5559,7 +7224,7 @@ module.exports = {
5559
7224
  },
5560
7225
  },
5561
7226
  $type: "color",
5562
- $value: "#5291e0",
7227
+ $value: "#4f90df",
5563
7228
  $description: "used on pill hover states",
5564
7229
  filePath: "data/tokens/modes/dark.json",
5565
7230
  isSource: true,
@@ -5568,7 +7233,7 @@ module.exports = {
5568
7233
  "studio.tokens": {
5569
7234
  modify: {
5570
7235
  type: "mix",
5571
- value: "{modes.color.modifiers.button.hover}",
7236
+ value: "{primitives.color.modifiers.button.hover}",
5572
7237
  space: "lch",
5573
7238
  color: "{modes.color.modifier.contrastMore}",
5574
7239
  },
@@ -5587,7 +7252,7 @@ module.exports = {
5587
7252
  "studio.tokens": {
5588
7253
  modify: {
5589
7254
  type: "mix",
5590
- value: "0.16",
7255
+ value: "0.15",
5591
7256
  space: "lch",
5592
7257
  color: "#007ED9",
5593
7258
  format: "hex",
@@ -5595,7 +7260,7 @@ module.exports = {
5595
7260
  },
5596
7261
  },
5597
7262
  $type: "color",
5598
- $value: "#17253b",
7263
+ $value: "#17253a",
5599
7264
  $description: "used on pill hover states and message bg",
5600
7265
  filePath: "data/tokens/modes/dark.json",
5601
7266
  isSource: true,
@@ -5604,7 +7269,7 @@ module.exports = {
5604
7269
  "studio.tokens": {
5605
7270
  modify: {
5606
7271
  type: "mix",
5607
- value: "{modes.color.modifiers.button.hover}",
7272
+ value: "{primitives.color.modifiers.button.hover}",
5608
7273
  space: "lch",
5609
7274
  color: "{modes.color.status.info.default}",
5610
7275
  },
@@ -5643,7 +7308,7 @@ module.exports = {
5643
7308
  },
5644
7309
  hover: {
5645
7310
  $type: "color",
5646
- $value: "#5291e0",
7311
+ $value: "#4f90df",
5647
7312
  $description: "used on global message bg",
5648
7313
  filePath: "data/tokens/modes/dark.json",
5649
7314
  isSource: true,
@@ -5730,7 +7395,7 @@ module.exports = {
5730
7395
  "studio.tokens": {
5731
7396
  modify: {
5732
7397
  type: "mix",
5733
- value: "0.16",
7398
+ value: "0.15",
5734
7399
  space: "lch",
5735
7400
  color: "#000000",
5736
7401
  format: "hex",
@@ -5738,7 +7403,7 @@ module.exports = {
5738
7403
  },
5739
7404
  },
5740
7405
  $type: "color",
5741
- $value: "#10508a",
7406
+ $value: "#10518c",
5742
7407
  $description: "used on pill hover states",
5743
7408
  filePath: "data/tokens/modes/dark.json",
5744
7409
  isSource: true,
@@ -5747,7 +7412,7 @@ module.exports = {
5747
7412
  "studio.tokens": {
5748
7413
  modify: {
5749
7414
  type: "mix",
5750
- value: "{modes.color.modifiers.button.hover}",
7415
+ value: "{primitives.color.modifiers.button.hover}",
5751
7416
  space: "lch",
5752
7417
  color: "{modes.color.modifier.contrastLess}",
5753
7418
  },
@@ -5766,7 +7431,7 @@ module.exports = {
5766
7431
  "studio.tokens": {
5767
7432
  modify: {
5768
7433
  type: "mix",
5769
- value: "0.16",
7434
+ value: "0.15",
5770
7435
  space: "lch",
5771
7436
  color: "#0060A7",
5772
7437
  format: "hex",
@@ -5774,7 +7439,7 @@ module.exports = {
5774
7439
  },
5775
7440
  },
5776
7441
  $type: "color",
5777
- $value: "#cbd6e9",
7442
+ $value: "#cdd7ea",
5778
7443
  $description: "used on pill hover states and message bg",
5779
7444
  filePath: "data/tokens/modes/dark.json",
5780
7445
  isSource: true,
@@ -5783,7 +7448,7 @@ module.exports = {
5783
7448
  "studio.tokens": {
5784
7449
  modify: {
5785
7450
  type: "mix",
5786
- value: "{modes.color.modifiers.button.hover}",
7451
+ value: "{primitives.color.modifiers.button.hover}",
5787
7452
  space: "lch",
5788
7453
  color: "{modes.color.status.info.inverse.default}",
5789
7454
  },
@@ -5854,7 +7519,7 @@ module.exports = {
5854
7519
  "studio.tokens": {
5855
7520
  modify: {
5856
7521
  type: "mix",
5857
- value: "0.16",
7522
+ value: "0.15",
5858
7523
  space: "lch",
5859
7524
  color: "#FFFFFF",
5860
7525
  format: "hex",
@@ -5862,7 +7527,7 @@ module.exports = {
5862
7527
  },
5863
7528
  },
5864
7529
  $type: "color",
5865
- $value: "#eb646c",
7530
+ $value: "#ea626a",
5866
7531
  $description: "used on pill hover states",
5867
7532
  filePath: "data/tokens/modes/dark.json",
5868
7533
  isSource: true,
@@ -5871,7 +7536,7 @@ module.exports = {
5871
7536
  "studio.tokens": {
5872
7537
  modify: {
5873
7538
  type: "mix",
5874
- value: "{modes.color.modifiers.button.hover}",
7539
+ value: "{primitives.color.modifiers.button.hover}",
5875
7540
  space: "lch",
5876
7541
  color: "{modes.color.modifier.contrastMore}",
5877
7542
  },
@@ -5890,7 +7555,7 @@ module.exports = {
5890
7555
  "studio.tokens": {
5891
7556
  modify: {
5892
7557
  type: "mix",
5893
- value: "0.16",
7558
+ value: "0.15",
5894
7559
  space: "lch",
5895
7560
  color: "#E13E53",
5896
7561
  format: "hex",
@@ -5898,7 +7563,7 @@ module.exports = {
5898
7563
  },
5899
7564
  },
5900
7565
  $type: "color",
5901
- $value: "#3f1a1c",
7566
+ $value: "#3d1a1c",
5902
7567
  $description: "used on pill hover states and message bg",
5903
7568
  filePath: "data/tokens/modes/dark.json",
5904
7569
  isSource: true,
@@ -5907,7 +7572,7 @@ module.exports = {
5907
7572
  "studio.tokens": {
5908
7573
  modify: {
5909
7574
  type: "mix",
5910
- value: "{modes.color.modifiers.button.hover}",
7575
+ value: "{primitives.color.modifiers.button.hover}",
5911
7576
  space: "lch",
5912
7577
  color: "{modes.color.status.negative.default}",
5913
7578
  },
@@ -6007,7 +7672,7 @@ module.exports = {
6007
7672
  "studio.tokens": {
6008
7673
  modify: {
6009
7674
  type: "mix",
6010
- value: "0.16",
7675
+ value: "0.15",
6011
7676
  space: "lch",
6012
7677
  color: "#000000 ",
6013
7678
  format: "hex",
@@ -6015,7 +7680,7 @@ module.exports = {
6015
7680
  },
6016
7681
  },
6017
7682
  $type: "color",
6018
- $value: "#aa323f",
7683
+ $value: "#ac3240",
6019
7684
  $description: "used on pill hover states",
6020
7685
  filePath: "data/tokens/modes/dark.json",
6021
7686
  isSource: true,
@@ -6024,7 +7689,7 @@ module.exports = {
6024
7689
  "studio.tokens": {
6025
7690
  modify: {
6026
7691
  type: "mix",
6027
- value: "{modes.color.modifiers.button.hover}",
7692
+ value: "{primitives.color.modifiers.button.hover}",
6028
7693
  space: "lch",
6029
7694
  color: "{modes.color.modifier.contrastLess} ",
6030
7695
  },
@@ -6050,7 +7715,7 @@ module.exports = {
6050
7715
  "studio.tokens": {
6051
7716
  modify: {
6052
7717
  type: "mix",
6053
- value: "0.16",
7718
+ value: "0.15",
6054
7719
  space: "lch",
6055
7720
  color: "#CD384B",
6056
7721
  format: "hex",
@@ -6058,7 +7723,7 @@ module.exports = {
6058
7723
  },
6059
7724
  },
6060
7725
  $type: "color",
6061
- $value: "#f9d1cf",
7726
+ $value: "#f9d3d1",
6062
7727
  $description: "used on pill hover states and message bg",
6063
7728
  filePath: "data/tokens/modes/dark.json",
6064
7729
  isSource: true,
@@ -6067,7 +7732,7 @@ module.exports = {
6067
7732
  "studio.tokens": {
6068
7733
  modify: {
6069
7734
  type: "mix",
6070
- value: "{modes.color.modifiers.button.hover}",
7735
+ value: "{primitives.color.modifiers.button.hover}",
6071
7736
  space: "lch",
6072
7737
  color: "{modes.color.status.negative.inverse.default}",
6073
7738
  },
@@ -6158,7 +7823,7 @@ module.exports = {
6158
7823
  "studio.tokens": {
6159
7824
  modify: {
6160
7825
  type: "mix",
6161
- value: "0.16",
7826
+ value: "0.15",
6162
7827
  space: "lch",
6163
7828
  color: "#FFFFFF",
6164
7829
  format: "hex",
@@ -6166,7 +7831,7 @@ module.exports = {
6166
7831
  },
6167
7832
  },
6168
7833
  $type: "color",
6169
- $value: "#909090",
7834
+ $value: "#8e8e8e",
6170
7835
  $description: "used on pill hover states",
6171
7836
  filePath: "data/tokens/modes/dark.json",
6172
7837
  isSource: true,
@@ -6175,7 +7840,7 @@ module.exports = {
6175
7840
  "studio.tokens": {
6176
7841
  modify: {
6177
7842
  type: "mix",
6178
- value: "{modes.color.modifiers.button.hover}",
7843
+ value: "{primitives.color.modifiers.button.hover}",
6179
7844
  space: "lch",
6180
7845
  color: "{modes.color.modifier.contrastMore}",
6181
7846
  },
@@ -6194,7 +7859,7 @@ module.exports = {
6194
7859
  "studio.tokens": {
6195
7860
  modify: {
6196
7861
  type: "mix",
6197
- value: "0.16",
7862
+ value: "0.15",
6198
7863
  space: "lch",
6199
7864
  color: "#7C7C7C",
6200
7865
  format: "hex",
@@ -6202,7 +7867,7 @@ module.exports = {
6202
7867
  },
6203
7868
  },
6204
7869
  $type: "color",
6205
- $value: "#252525",
7870
+ $value: "#242424",
6206
7871
  $description: "used on pill hover states and message bg",
6207
7872
  filePath: "data/tokens/modes/dark.json",
6208
7873
  isSource: true,
@@ -6211,7 +7876,7 @@ module.exports = {
6211
7876
  "studio.tokens": {
6212
7877
  modify: {
6213
7878
  type: "mix",
6214
- value: "{modes.color.modifiers.button.hover}",
7879
+ value: "{primitives.color.modifiers.button.hover}",
6215
7880
  space: "lch",
6216
7881
  color: "{modes.color.status.neutral.default}",
6217
7882
  },
@@ -6312,7 +7977,7 @@ module.exports = {
6312
7977
  },
6313
7978
  hover: {
6314
7979
  $type: "color",
6315
- $value: "#909090",
7980
+ $value: "#8e8e8e",
6316
7981
  filePath: "data/tokens/modes/dark.json",
6317
7982
  isSource: true,
6318
7983
  original: {
@@ -6328,7 +7993,7 @@ module.exports = {
6328
7993
  "studio.tokens": {
6329
7994
  modify: {
6330
7995
  type: "mix",
6331
- value: "0.08 ",
7996
+ value: "0.10 ",
6332
7997
  space: "lch",
6333
7998
  color: "#FFFFFF",
6334
7999
  format: "hex",
@@ -6336,7 +8001,7 @@ module.exports = {
6336
8001
  },
6337
8002
  },
6338
8003
  $type: "color",
6339
- $value: "#262626",
8004
+ $value: "#2a2a2a",
6340
8005
  $description: "used on pill hover states and message bg",
6341
8006
  filePath: "data/tokens/modes/dark.json",
6342
8007
  isSource: true,
@@ -6345,7 +8010,7 @@ module.exports = {
6345
8010
  "studio.tokens": {
6346
8011
  modify: {
6347
8012
  type: "mix",
6348
- value: "{modes.color.modifiers.button.hoverAlt} ",
8013
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
6349
8014
  space: "lch",
6350
8015
  color: "{modes.color.modifier.contrastMore}",
6351
8016
  },
@@ -6436,7 +8101,7 @@ module.exports = {
6436
8101
  "studio.tokens": {
6437
8102
  modify: {
6438
8103
  type: "mix",
6439
- value: "0.16",
8104
+ value: "0.15",
6440
8105
  space: "lch",
6441
8106
  color: "#000000 ",
6442
8107
  format: "hex",
@@ -6444,7 +8109,7 @@ module.exports = {
6444
8109
  },
6445
8110
  },
6446
8111
  $type: "color",
6447
- $value: "#676767",
8112
+ $value: "#696969",
6448
8113
  $description: "used on pill hover states",
6449
8114
  filePath: "data/tokens/modes/dark.json",
6450
8115
  isSource: true,
@@ -6453,7 +8118,7 @@ module.exports = {
6453
8118
  "studio.tokens": {
6454
8119
  modify: {
6455
8120
  type: "mix",
6456
- value: "{modes.color.modifiers.button.hover}",
8121
+ value: "{primitives.color.modifiers.button.hover}",
6457
8122
  space: "lch",
6458
8123
  color: "{modes.color.modifier.contrastLess} ",
6459
8124
  },
@@ -6472,7 +8137,7 @@ module.exports = {
6472
8137
  "studio.tokens": {
6473
8138
  modify: {
6474
8139
  type: "mix",
6475
- value: "0.16",
8140
+ value: "0.15",
6476
8141
  space: "lch",
6477
8142
  color: "#656565",
6478
8143
  format: "hex",
@@ -6480,7 +8145,7 @@ module.exports = {
6480
8145
  },
6481
8146
  },
6482
8147
  $type: "color",
6483
- $value: "#d8d8d8",
8148
+ $value: "#d9d9d9",
6484
8149
  $description: "used on pill hover states and message bg",
6485
8150
  filePath: "data/tokens/modes/dark.json",
6486
8151
  isSource: true,
@@ -6489,7 +8154,7 @@ module.exports = {
6489
8154
  "studio.tokens": {
6490
8155
  modify: {
6491
8156
  type: "mix",
6492
- value: "{modes.color.modifiers.button.hover}",
8157
+ value: "{primitives.color.modifiers.button.hover}",
6493
8158
  space: "lch",
6494
8159
  color: "{modes.color.status.neutral.inverse.default}",
6495
8160
  },
@@ -6567,7 +8232,7 @@ module.exports = {
6567
8232
  "studio.tokens": {
6568
8233
  modify: {
6569
8234
  type: "mix",
6570
- value: "0.08",
8235
+ value: "0.10",
6571
8236
  space: "lch",
6572
8237
  color: "#FFFFFF",
6573
8238
  format: "hex",
@@ -6575,7 +8240,7 @@ module.exports = {
6575
8240
  },
6576
8241
  },
6577
8242
  $type: "color",
6578
- $value: "#2e9936",
8243
+ $value: "#359b3b",
6579
8244
  $description: "used on pill hover states",
6580
8245
  filePath: "data/tokens/modes/dark.json",
6581
8246
  isSource: true,
@@ -6584,7 +8249,7 @@ module.exports = {
6584
8249
  "studio.tokens": {
6585
8250
  modify: {
6586
8251
  type: "mix",
6587
- value: "{modes.color.modifiers.button.hoverAlt}",
8252
+ value: "{primitives.color.modifiers.button.hoverAlt}",
6588
8253
  space: "lch",
6589
8254
  color: "{modes.color.modifier.contrastMore}",
6590
8255
  },
@@ -6603,7 +8268,7 @@ module.exports = {
6603
8268
  "studio.tokens": {
6604
8269
  modify: {
6605
8270
  type: "mix",
6606
- value: "0.16",
8271
+ value: "0.15",
6607
8272
  space: "lch",
6608
8273
  color: "#009023",
6609
8274
  format: "hex",
@@ -6611,7 +8276,7 @@ module.exports = {
6611
8276
  },
6612
8277
  },
6613
8278
  $type: "color",
6614
- $value: "#132b12",
8279
+ $value: "#132912",
6615
8280
  $description: "used on pill hover states and message bg",
6616
8281
  filePath: "data/tokens/modes/dark.json",
6617
8282
  isSource: true,
@@ -6620,7 +8285,7 @@ module.exports = {
6620
8285
  "studio.tokens": {
6621
8286
  modify: {
6622
8287
  type: "mix",
6623
- value: "{modes.color.modifiers.button.hover}",
8288
+ value: "{primitives.color.modifiers.button.hover}",
6624
8289
  space: "lch",
6625
8290
  color: "{modes.color.status.positive.default}",
6626
8291
  },
@@ -6707,7 +8372,7 @@ module.exports = {
6707
8372
  "studio.tokens": {
6708
8373
  modify: {
6709
8374
  type: "mix",
6710
- value: "0.16",
8375
+ value: "0.15",
6711
8376
  space: "lch",
6712
8377
  color: "#000000 ",
6713
8378
  format: "hex",
@@ -6715,7 +8380,7 @@ module.exports = {
6715
8380
  },
6716
8381
  },
6717
8382
  $type: "color",
6718
- $value: "#0e6b1d",
8383
+ $value: "#0e6d1d",
6719
8384
  $description: "used on pill hover states ",
6720
8385
  filePath: "data/tokens/modes/dark.json",
6721
8386
  isSource: true,
@@ -6724,7 +8389,7 @@ module.exports = {
6724
8389
  "studio.tokens": {
6725
8390
  modify: {
6726
8391
  type: "mix",
6727
- value: "{modes.color.modifiers.button.hover}",
8392
+ value: "{primitives.color.modifiers.button.hover}",
6728
8393
  space: "lch",
6729
8394
  color: "{modes.color.modifier.contrastLess} ",
6730
8395
  },
@@ -6750,7 +8415,7 @@ module.exports = {
6750
8415
  "studio.tokens": {
6751
8416
  modify: {
6752
8417
  type: "mix",
6753
- value: "0.16",
8418
+ value: "0.15",
6754
8419
  space: "lch",
6755
8420
  color: "#00811F",
6756
8421
  format: "hex",
@@ -6758,7 +8423,7 @@ module.exports = {
6758
8423
  },
6759
8424
  },
6760
8425
  $type: "color",
6761
- $value: "#c9e0c7",
8426
+ $value: "#cbe1c9",
6762
8427
  $description: "used on pill hover states and message bg",
6763
8428
  filePath: "data/tokens/modes/dark.json",
6764
8429
  isSource: true,
@@ -6767,7 +8432,7 @@ module.exports = {
6767
8432
  "studio.tokens": {
6768
8433
  modify: {
6769
8434
  type: "mix",
6770
- value: "{modes.color.modifiers.button.hover}",
8435
+ value: "{primitives.color.modifiers.button.hover}",
6771
8436
  space: "lch",
6772
8437
  color: "{modes.color.status.positive.inverse.default}",
6773
8438
  },
@@ -6790,80 +8455,6 @@ module.exports = {
6790
8455
  },
6791
8456
  },
6792
8457
  },
6793
- callout: {
6794
- defaultAlt: {
6795
- $extensions: {
6796
- "studio.tokens": {
6797
- modify: {
6798
- type: "mix",
6799
- value: "0.15",
6800
- space: "lch",
6801
- color: "#00D639",
6802
- format: "hex",
6803
- },
6804
- },
6805
- },
6806
- $type: "color",
6807
- $value: "#122211",
6808
- $description: "used for marketing banners",
6809
- filePath: "data/tokens/modes/dark.json",
6810
- isSource: true,
6811
- original: {
6812
- $extensions: {
6813
- "studio.tokens": {
6814
- modify: {
6815
- type: "mix",
6816
- value: "0.15",
6817
- space: "lch",
6818
- color: "{primitives.colors.brilliantGreen}",
6819
- },
6820
- },
6821
- },
6822
- $type: "color",
6823
- $value: "{modes.color.modifier.contrastLess}",
6824
- $description: "used for marketing banners",
6825
- },
6826
- name: "modesColorStatusCalloutDefaultAlt",
6827
- attributes: {},
6828
- path: ["modes", "color", "status", "callout", "defaultAlt"],
6829
- },
6830
- hoverAlt: {
6831
- $extensions: {
6832
- "studio.tokens": {
6833
- modify: {
6834
- type: "mix",
6835
- value: "0.08 ",
6836
- space: "lch",
6837
- color: "#FFFFFF ",
6838
- format: "hex",
6839
- },
6840
- },
6841
- },
6842
- $type: "color",
6843
- $value: "#223121",
6844
- $description: "marketing banner hover",
6845
- filePath: "data/tokens/modes/dark.json",
6846
- isSource: true,
6847
- original: {
6848
- $extensions: {
6849
- "studio.tokens": {
6850
- modify: {
6851
- type: "mix",
6852
- value: "{modes.color.modifiers.button.hoverAlt} ",
6853
- space: "lch",
6854
- color: "{modes.color.modifier.contrastMore} ",
6855
- },
6856
- },
6857
- },
6858
- $type: "color",
6859
- $value: "{modes.color.status.callout.defaultAlt}",
6860
- $description: "marketing banner hover",
6861
- },
6862
- name: "modesColorStatusCalloutHoverAlt",
6863
- attributes: {},
6864
- path: ["modes", "color", "status", "callout", "hoverAlt"],
6865
- },
6866
- },
6867
8458
  reviews: {
6868
8459
  default: {
6869
8460
  $type: "color",
@@ -6898,7 +8489,7 @@ module.exports = {
6898
8489
  "studio.tokens": {
6899
8490
  modify: {
6900
8491
  type: "mix",
6901
- value: "0.16",
8492
+ value: "0.15",
6902
8493
  space: "lch",
6903
8494
  color: "#000000",
6904
8495
  format: "hex",
@@ -6906,7 +8497,7 @@ module.exports = {
6906
8497
  },
6907
8498
  },
6908
8499
  $type: "color",
6909
- $value: "#18b032",
8500
+ $value: "#17b333",
6910
8501
  $description: "used on pill hover states",
6911
8502
  filePath: "data/tokens/modes/dark.json",
6912
8503
  isSource: true,
@@ -6915,7 +8506,7 @@ module.exports = {
6915
8506
  "studio.tokens": {
6916
8507
  modify: {
6917
8508
  type: "mix",
6918
- value: "{modes.color.modifiers.button.hover}",
8509
+ value: "{primitives.color.modifiers.button.hover}",
6919
8510
  space: "lch",
6920
8511
  color: "{modes.color.modifier.contrastLess}",
6921
8512
  },
@@ -6977,7 +8568,7 @@ module.exports = {
6977
8568
  "studio.tokens": {
6978
8569
  modify: {
6979
8570
  type: "mix",
6980
- value: "0.16",
8571
+ value: "0.15",
6981
8572
  space: "lch",
6982
8573
  color: "#000000",
6983
8574
  format: "hex",
@@ -6985,7 +8576,7 @@ module.exports = {
6985
8576
  },
6986
8577
  },
6987
8578
  $type: "color",
6988
- $value: "#18b032",
8579
+ $value: "#17b333",
6989
8580
  $description: "used on pill hover states",
6990
8581
  filePath: "data/tokens/modes/dark.json",
6991
8582
  isSource: true,
@@ -6994,7 +8585,7 @@ module.exports = {
6994
8585
  "studio.tokens": {
6995
8586
  modify: {
6996
8587
  type: "mix",
6997
- value: "{modes.color.modifiers.button.hover}",
8588
+ value: "{primitives.color.modifiers.button.hover}",
6998
8589
  space: "lch",
6999
8590
  color: "{modes.color.modifier.contrastLess}",
7000
8591
  },
@@ -7039,119 +8630,6 @@ module.exports = {
7039
8630
  path: ["modes", "color", "modifier", "contrastMore"],
7040
8631
  },
7041
8632
  },
7042
- modifiers: {
7043
- button: {
7044
- active: {
7045
- $type: "other",
7046
- $value: "0.32",
7047
- $description: "Active modifier used when 16% hover is used",
7048
- filePath: "data/tokens/modes/dark.json",
7049
- isSource: true,
7050
- original: {
7051
- $type: "other",
7052
- $value: "0.32",
7053
- $description: "Active modifier used when 16% hover is used",
7054
- },
7055
- name: "modesColorModifiersButtonActive",
7056
- attributes: {},
7057
- path: ["modes", "color", "modifiers", "button", "active"],
7058
- },
7059
- activeAlt: {
7060
- $type: "other",
7061
- $value: "0.16",
7062
- $description: "Active appled when 8% hover is used",
7063
- filePath: "data/tokens/modes/dark.json",
7064
- isSource: true,
7065
- original: {
7066
- $type: "other",
7067
- $value: "0.16",
7068
- $description: "Active appled when 8% hover is used",
7069
- },
7070
- name: "modesColorModifiersButtonActiveAlt",
7071
- attributes: {},
7072
- path: ["modes", "color", "modifiers", "button", "activeAlt"],
7073
- },
7074
- hover: {
7075
- $type: "other",
7076
- $value: "0.16",
7077
- $description: "Hover used on primary buttons",
7078
- filePath: "data/tokens/modes/dark.json",
7079
- isSource: true,
7080
- original: {
7081
- $type: "other",
7082
- $value: "0.16",
7083
- $description: "Hover used on primary buttons",
7084
- },
7085
- name: "modesColorModifiersButtonHover",
7086
- attributes: {},
7087
- path: ["modes", "color", "modifiers", "button", "hover"],
7088
- },
7089
- hoverAlt: {
7090
- $type: "other",
7091
- $value: "0.08",
7092
- $description: "Hover used on secondary and tertiary buttons",
7093
- filePath: "data/tokens/modes/dark.json",
7094
- isSource: true,
7095
- original: {
7096
- $type: "other",
7097
- $value: "0.08",
7098
- $description: "Hover used on secondary and tertiary buttons",
7099
- },
7100
- name: "modesColorModifiersButtonHoverAlt",
7101
- attributes: {},
7102
- path: ["modes", "color", "modifiers", "button", "hoverAlt"],
7103
- },
7104
- },
7105
- input: {
7106
- disabledBg: {
7107
- $type: "other",
7108
- $value: "0.04",
7109
- $description: "less contrast",
7110
- filePath: "data/tokens/modes/dark.json",
7111
- isSource: true,
7112
- original: {
7113
- $type: "other",
7114
- $value: "0.04",
7115
- $description: "less contrast",
7116
- },
7117
- name: "modesColorModifiersInputDisabledBg",
7118
- attributes: {},
7119
- path: ["modes", "color", "modifiers", "input", "disabledBg"],
7120
- },
7121
- disabledFg: {
7122
- $type: "other",
7123
- $value: "0.30",
7124
- $description: "less contrast",
7125
- filePath: "data/tokens/modes/dark.json",
7126
- isSource: true,
7127
- original: {
7128
- $type: "other",
7129
- $value: "0.30",
7130
- $description: "less contrast",
7131
- },
7132
- name: "modesColorModifiersInputDisabledFg",
7133
- attributes: {},
7134
- path: ["modes", "color", "modifiers", "input", "disabledFg"],
7135
- },
7136
- },
7137
- shadow: {
7138
- standard: {
7139
- $type: "other",
7140
- $value: "0.5",
7141
- $description: "standard mixer for shadow",
7142
- filePath: "data/tokens/modes/dark.json",
7143
- isSource: true,
7144
- original: {
7145
- $type: "other",
7146
- $value: "0.5",
7147
- $description: "standard mixer for shadow",
7148
- },
7149
- name: "modesColorModifiersShadowStandard",
7150
- attributes: {},
7151
- path: ["modes", "color", "modifiers", "shadow", "standard"],
7152
- },
7153
- },
7154
- },
7155
8633
  },
7156
8634
  },
7157
8635
  };