@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
@@ -1351,7 +1351,7 @@
1351
1351
  "studio.tokens": {
1352
1352
  modify: {
1353
1353
  type: "mix",
1354
- value: "0.32",
1354
+ value: "0.30",
1355
1355
  space: "lch",
1356
1356
  color: "#FFFFFF ",
1357
1357
  format: "hex",
@@ -1359,7 +1359,7 @@
1359
1359
  },
1360
1360
  },
1361
1361
  $type: "color",
1362
- $value: "#f28486",
1362
+ $value: "#f28083",
1363
1363
  $description: "active button on dark",
1364
1364
  filePath: "data/tokens/modes/dark.json",
1365
1365
  isSource: true,
@@ -1368,7 +1368,7 @@
1368
1368
  "studio.tokens": {
1369
1369
  modify: {
1370
1370
  type: "mix",
1371
- value: "{modes.color.modifiers.button.active}",
1371
+ value: "{primitives.color.modifiers.button.active}",
1372
1372
  space: "lch",
1373
1373
  color: "{modes.color.modifier.contrastMore} ",
1374
1374
  },
@@ -1436,7 +1436,7 @@
1436
1436
  "studio.tokens": {
1437
1437
  modify: {
1438
1438
  type: "mix",
1439
- value: "0.16",
1439
+ value: "0.15",
1440
1440
  space: "lch",
1441
1441
  color: "#FFFFFF",
1442
1442
  format: "hex",
@@ -1444,7 +1444,7 @@
1444
1444
  },
1445
1445
  },
1446
1446
  $type: "color",
1447
- $value: "#eb646c",
1447
+ $value: "#ea626a",
1448
1448
  filePath: "data/tokens/modes/dark.json",
1449
1449
  isSource: true,
1450
1450
  original: {
@@ -1452,7 +1452,7 @@
1452
1452
  "studio.tokens": {
1453
1453
  modify: {
1454
1454
  type: "mix",
1455
- value: "{modes.color.modifiers.button.hover}",
1455
+ value: "{primitives.color.modifiers.button.hover}",
1456
1456
  space: "lch",
1457
1457
  color: "{modes.color.modifier.contrastMore}",
1458
1458
  },
@@ -1470,14 +1470,14 @@
1470
1470
  "studio.tokens": {
1471
1471
  modify: {
1472
1472
  type: "alpha",
1473
- value: "0.08",
1473
+ value: "0.10",
1474
1474
  space: "lch",
1475
1475
  format: "hex",
1476
1476
  },
1477
1477
  },
1478
1478
  },
1479
1479
  $type: "color",
1480
- $value: "#e13e5314",
1480
+ $value: "#e13e531a",
1481
1481
  $description: "button hover on dark",
1482
1482
  filePath: "data/tokens/modes/dark.json",
1483
1483
  isSource: true,
@@ -1486,7 +1486,7 @@
1486
1486
  "studio.tokens": {
1487
1487
  modify: {
1488
1488
  type: "alpha",
1489
- value: "{modes.color.modifiers.button.hoverAlt}",
1489
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1490
1490
  space: "lch",
1491
1491
  },
1492
1492
  },
@@ -1504,7 +1504,7 @@
1504
1504
  "studio.tokens": {
1505
1505
  modify: {
1506
1506
  type: "mix",
1507
- value: "0.08",
1507
+ value: "0.10",
1508
1508
  space: "lch",
1509
1509
  color: "#FFFFFF",
1510
1510
  format: "hex",
@@ -1512,7 +1512,7 @@
1512
1512
  },
1513
1513
  },
1514
1514
  $type: "color",
1515
- $value: "#ec6a71",
1515
+ $value: "#ed6e74",
1516
1516
  $description: "for links in datatables",
1517
1517
  filePath: "data/tokens/modes/dark.json",
1518
1518
  isSource: true,
@@ -1521,7 +1521,7 @@
1521
1521
  "studio.tokens": {
1522
1522
  modify: {
1523
1523
  type: "mix",
1524
- value: "{modes.color.modifiers.button.hoverAlt}",
1524
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1525
1525
  space: "lch",
1526
1526
  color: "{modes.color.modifier.contrastMore}",
1527
1527
  },
@@ -1567,7 +1567,7 @@
1567
1567
  "studio.tokens": {
1568
1568
  modify: {
1569
1569
  type: "mix",
1570
- value: "0.32",
1570
+ value: "0.30",
1571
1571
  space: "lch",
1572
1572
  color: "#000000 ",
1573
1573
  format: "hex",
@@ -1575,7 +1575,7 @@
1575
1575
  },
1576
1576
  },
1577
1577
  $type: "color",
1578
- $value: "#882b34",
1578
+ $value: "#8c2c35",
1579
1579
  $description: "used on pill hover states",
1580
1580
  filePath: "data/tokens/modes/dark.json",
1581
1581
  isSource: true,
@@ -1584,7 +1584,7 @@
1584
1584
  "studio.tokens": {
1585
1585
  modify: {
1586
1586
  type: "mix",
1587
- value: "{modes.color.modifiers.button.active}",
1587
+ value: "{primitives.color.modifiers.button.active}",
1588
1588
  space: "lch",
1589
1589
  color: "{modes.color.modifier.contrastLess} ",
1590
1590
  },
@@ -1673,7 +1673,7 @@
1673
1673
  "studio.tokens": {
1674
1674
  modify: {
1675
1675
  type: "mix",
1676
- value: "0.16",
1676
+ value: "0.15",
1677
1677
  space: "lch",
1678
1678
  color: "#000000 ",
1679
1679
  format: "hex",
@@ -1681,7 +1681,7 @@
1681
1681
  },
1682
1682
  },
1683
1683
  $type: "color",
1684
- $value: "#aa323f",
1684
+ $value: "#ac3240",
1685
1685
  $description:
1686
1686
  "used on solid-pill and primary-button hover states",
1687
1687
  filePath: "data/tokens/modes/dark.json",
@@ -1691,7 +1691,7 @@
1691
1691
  "studio.tokens": {
1692
1692
  modify: {
1693
1693
  type: "mix",
1694
- value: "{modes.color.modifiers.button.hover}",
1694
+ value: "{primitives.color.modifiers.button.hover}",
1695
1695
  space: "lch",
1696
1696
  color: "{modes.color.modifier.contrastLess} ",
1697
1697
  },
@@ -1718,14 +1718,14 @@
1718
1718
  "studio.tokens": {
1719
1719
  modify: {
1720
1720
  type: "alpha",
1721
- value: "0.08",
1721
+ value: "0.10",
1722
1722
  space: "lch",
1723
1723
  format: "hex",
1724
1724
  },
1725
1725
  },
1726
1726
  },
1727
1727
  $type: "color",
1728
- $value: "#cd384b14",
1728
+ $value: "#cd384b1a",
1729
1729
  $description: "used on secondary-button hover states",
1730
1730
  filePath: "data/tokens/modes/dark.json",
1731
1731
  isSource: true,
@@ -1734,7 +1734,7 @@
1734
1734
  "studio.tokens": {
1735
1735
  modify: {
1736
1736
  type: "alpha",
1737
- value: "{modes.color.modifiers.button.hoverAlt}",
1737
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1738
1738
  space: "lch",
1739
1739
  },
1740
1740
  },
@@ -1759,7 +1759,7 @@
1759
1759
  "studio.tokens": {
1760
1760
  modify: {
1761
1761
  type: "mix",
1762
- value: "0.08",
1762
+ value: "0.10",
1763
1763
  space: "lch",
1764
1764
  color: "#000000 ",
1765
1765
  format: "hex",
@@ -1767,7 +1767,7 @@
1767
1767
  },
1768
1768
  },
1769
1769
  $type: "color",
1770
- $value: "#a3303d",
1770
+ $value: "#9f303c",
1771
1771
  $description: "used on link hover state",
1772
1772
  filePath: "data/tokens/modes/dark.json",
1773
1773
  isSource: true,
@@ -1776,7 +1776,7 @@
1776
1776
  "studio.tokens": {
1777
1777
  modify: {
1778
1778
  type: "mix",
1779
- value: "{modes.color.modifiers.button.hoverAlt}",
1779
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1780
1780
  space: "lch",
1781
1781
  color: "{modes.color.modifier.contrastLess} ",
1782
1782
  },
@@ -1915,7 +1915,7 @@
1915
1915
  "studio.tokens": {
1916
1916
  modify: {
1917
1917
  type: "mix",
1918
- value: "0.08",
1918
+ value: "0.10",
1919
1919
  space: "lch",
1920
1920
  color: "#FFFFFF",
1921
1921
  format: "hex",
@@ -1923,7 +1923,7 @@
1923
1923
  },
1924
1924
  },
1925
1925
  $type: "color",
1926
- $value: "#181818",
1926
+ $value: "#1b1b1b",
1927
1927
  $description: "bg hover for draggable area on file input",
1928
1928
  filePath: "data/tokens/modes/dark.json",
1929
1929
  isSource: true,
@@ -1932,7 +1932,7 @@
1932
1932
  "studio.tokens": {
1933
1933
  modify: {
1934
1934
  type: "mix",
1935
- value: "{modes.color.modifiers.button.hoverAlt}",
1935
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1936
1936
  space: "lch",
1937
1937
  color: "{modes.color.modifier.contrastMore}",
1938
1938
  },
@@ -2496,14 +2496,14 @@
2496
2496
  "studio.tokens": {
2497
2497
  modify: {
2498
2498
  type: "alpha",
2499
- value: "0.16",
2499
+ value: "0.15",
2500
2500
  space: "lch",
2501
2501
  format: "hex",
2502
2502
  },
2503
2503
  },
2504
2504
  },
2505
2505
  $type: "color",
2506
- $value: "#ffffff29",
2506
+ $value: "#ffffff26",
2507
2507
  filePath: "data/tokens/modes/dark.json",
2508
2508
  isSource: true,
2509
2509
  original: {
@@ -2511,7 +2511,7 @@
2511
2511
  "studio.tokens": {
2512
2512
  modify: {
2513
2513
  type: "alpha",
2514
- value: "{modes.color.modifiers.button.activeAlt}",
2514
+ value: "{primitives.color.modifiers.button.activeAlt}",
2515
2515
  space: "lch",
2516
2516
  },
2517
2517
  },
@@ -2646,14 +2646,14 @@
2646
2646
  "studio.tokens": {
2647
2647
  modify: {
2648
2648
  type: "alpha",
2649
- value: "0.08",
2649
+ value: "0.10",
2650
2650
  space: "lch",
2651
2651
  format: "hex",
2652
2652
  },
2653
2653
  },
2654
2654
  },
2655
2655
  $type: "color",
2656
- $value: "#ffffff14",
2656
+ $value: "#ffffff1a",
2657
2657
  $description: "Accordion, secondary, tertiary, menu bg on hover",
2658
2658
  filePath: "data/tokens/modes/dark.json",
2659
2659
  isSource: true,
@@ -2662,7 +2662,7 @@
2662
2662
  "studio.tokens": {
2663
2663
  modify: {
2664
2664
  type: "alpha",
2665
- value: "{modes.color.modifiers.button.hoverAlt}",
2665
+ value: "{primitives.color.modifiers.button.hoverAlt}",
2666
2666
  space: "lch",
2667
2667
  },
2668
2668
  },
@@ -2681,14 +2681,14 @@
2681
2681
  "studio.tokens": {
2682
2682
  modify: {
2683
2683
  type: "alpha",
2684
- value: "0.16",
2684
+ value: "0.15",
2685
2685
  space: "lch",
2686
2686
  format: "hex",
2687
2687
  },
2688
2688
  },
2689
2689
  },
2690
2690
  $type: "color",
2691
- $value: "#ffffff29",
2691
+ $value: "#ffffff26",
2692
2692
  $description: "subtle table header hover",
2693
2693
  filePath: "data/tokens/modes/dark.json",
2694
2694
  isSource: true,
@@ -2697,7 +2697,7 @@
2697
2697
  "studio.tokens": {
2698
2698
  modify: {
2699
2699
  type: "alpha",
2700
- value: "{modes.color.modifiers.button.hover}",
2700
+ value: "{primitives.color.modifiers.button.hover}",
2701
2701
  space: "lch",
2702
2702
  },
2703
2703
  },
@@ -2812,14 +2812,14 @@
2812
2812
  "studio.tokens": {
2813
2813
  modify: {
2814
2814
  type: "alpha",
2815
- value: "0.16",
2815
+ value: "0.15",
2816
2816
  space: "lch",
2817
2817
  format: "hex",
2818
2818
  },
2819
2819
  },
2820
2820
  },
2821
2821
  $type: "color",
2822
- $value: "#ffffff29",
2822
+ $value: "#ffffff26",
2823
2823
  filePath: "data/tokens/modes/dark.json",
2824
2824
  isSource: true,
2825
2825
  original: {
@@ -2827,7 +2827,7 @@
2827
2827
  "studio.tokens": {
2828
2828
  modify: {
2829
2829
  type: "alpha",
2830
- value: "{modes.color.modifiers.button.activeAlt}",
2830
+ value: "{primitives.color.modifiers.button.activeAlt}",
2831
2831
  space: "lch",
2832
2832
  },
2833
2833
  },
@@ -2929,14 +2929,14 @@
2929
2929
  "studio.tokens": {
2930
2930
  modify: {
2931
2931
  type: "alpha",
2932
- value: "0.08 ",
2932
+ value: "0.10 ",
2933
2933
  space: "lch",
2934
2934
  format: "hex",
2935
2935
  },
2936
2936
  },
2937
2937
  },
2938
2938
  $type: "color",
2939
- $value: "#ffffff14",
2939
+ $value: "#ffffff1a",
2940
2940
  filePath: "data/tokens/modes/dark.json",
2941
2941
  isSource: true,
2942
2942
  original: {
@@ -2944,7 +2944,7 @@
2944
2944
  "studio.tokens": {
2945
2945
  modify: {
2946
2946
  type: "alpha",
2947
- value: "{modes.color.modifiers.button.hoverAlt} ",
2947
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
2948
2948
  space: "lch",
2949
2949
  },
2950
2950
  },
@@ -3050,14 +3050,14 @@
3050
3050
  "studio.tokens": {
3051
3051
  modify: {
3052
3052
  type: "alpha",
3053
- value: "0.16",
3053
+ value: "0.15",
3054
3054
  space: "lch",
3055
3055
  format: "hex",
3056
3056
  },
3057
3057
  },
3058
3058
  },
3059
3059
  $type: "color",
3060
- $value: "#00000029",
3060
+ $value: "#00000026",
3061
3061
  filePath: "data/tokens/modes/dark.json",
3062
3062
  isSource: true,
3063
3063
  original: {
@@ -3065,7 +3065,7 @@
3065
3065
  "studio.tokens": {
3066
3066
  modify: {
3067
3067
  type: "alpha",
3068
- value: "{modes.color.modifiers.button.activeAlt}",
3068
+ value: "{primitives.color.modifiers.button.activeAlt}",
3069
3069
  space: "lch",
3070
3070
  },
3071
3071
  },
@@ -3211,14 +3211,14 @@
3211
3211
  "studio.tokens": {
3212
3212
  modify: {
3213
3213
  type: "alpha",
3214
- value: "0.08",
3214
+ value: "0.10",
3215
3215
  space: "lch",
3216
3216
  format: "hex",
3217
3217
  },
3218
3218
  },
3219
3219
  },
3220
3220
  $type: "color",
3221
- $value: "#00000014",
3221
+ $value: "#0000001a",
3222
3222
  $description:
3223
3223
  "Accordion, secondary, tertiary, menu bg on hover",
3224
3224
  filePath: "data/tokens/modes/dark.json",
@@ -3228,7 +3228,7 @@
3228
3228
  "studio.tokens": {
3229
3229
  modify: {
3230
3230
  type: "alpha",
3231
- value: "{modes.color.modifiers.button.hoverAlt}",
3231
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3232
3232
  space: "lch",
3233
3233
  },
3234
3234
  },
@@ -3254,14 +3254,14 @@
3254
3254
  "studio.tokens": {
3255
3255
  modify: {
3256
3256
  type: "alpha",
3257
- value: "0.16",
3257
+ value: "0.15",
3258
3258
  space: "lch",
3259
3259
  format: "hex",
3260
3260
  },
3261
3261
  },
3262
3262
  },
3263
3263
  $type: "color",
3264
- $value: "#00000029",
3264
+ $value: "#00000026",
3265
3265
  $description: "subtle table header hover",
3266
3266
  filePath: "data/tokens/modes/dark.json",
3267
3267
  isSource: true,
@@ -3270,7 +3270,7 @@
3270
3270
  "studio.tokens": {
3271
3271
  modify: {
3272
3272
  type: "alpha",
3273
- value: "{modes.color.modifiers.button.hover}",
3273
+ value: "{primitives.color.modifiers.button.hover}",
3274
3274
  space: "lch",
3275
3275
  },
3276
3276
  },
@@ -3576,14 +3576,14 @@
3576
3576
  "studio.tokens": {
3577
3577
  modify: {
3578
3578
  type: "alpha",
3579
- value: "0.16",
3579
+ value: "0.15",
3580
3580
  space: "lch",
3581
3581
  format: "hex",
3582
3582
  },
3583
3583
  },
3584
3584
  },
3585
3585
  $type: "color",
3586
- $value: "#ffffff29",
3586
+ $value: "#ffffff26",
3587
3587
  $description: "hover bg for nav items",
3588
3588
  filePath: "data/tokens/modes/dark.json",
3589
3589
  isSource: true,
@@ -3592,7 +3592,7 @@
3592
3592
  "studio.tokens": {
3593
3593
  modify: {
3594
3594
  type: "alpha",
3595
- value: "{modes.color.modifiers.button.hover}",
3595
+ value: "{primitives.color.modifiers.button.hover}",
3596
3596
  space: "lch",
3597
3597
  },
3598
3598
  },
@@ -3659,7 +3659,7 @@
3659
3659
  "studio.tokens": {
3660
3660
  modify: {
3661
3661
  type: "mix",
3662
- value: "0.32",
3662
+ value: "0.30",
3663
3663
  space: "lch",
3664
3664
  color: "#FFFFFF",
3665
3665
  format: "hex",
@@ -3667,7 +3667,7 @@
3667
3667
  },
3668
3668
  },
3669
3669
  $type: "color",
3670
- $value: "#81e57d",
3670
+ $value: "#7ce47a",
3671
3671
  filePath: "data/tokens/modes/dark.json",
3672
3672
  isSource: true,
3673
3673
  original: {
@@ -3675,7 +3675,7 @@
3675
3675
  "studio.tokens": {
3676
3676
  modify: {
3677
3677
  type: "mix",
3678
- value: "{modes.color.modifiers.button.active}",
3678
+ value: "{primitives.color.modifiers.button.active}",
3679
3679
  space: "lch",
3680
3680
  color: "{modes.color.modifier.contrastMore}",
3681
3681
  },
@@ -3693,7 +3693,7 @@
3693
3693
  "studio.tokens": {
3694
3694
  modify: {
3695
3695
  type: "alpha",
3696
- value: "0.32",
3696
+ value: "0.30",
3697
3697
  space: "lch",
3698
3698
  color: "#FFFFFF",
3699
3699
  format: "hex",
@@ -3701,7 +3701,7 @@
3701
3701
  },
3702
3702
  },
3703
3703
  $type: "color",
3704
- $value: "#00d63952",
3704
+ $value: "#00d6394d",
3705
3705
  $description: "Active color for secondary and tertiary buttons",
3706
3706
  filePath: "data/tokens/modes/dark.json",
3707
3707
  isSource: true,
@@ -3710,7 +3710,7 @@
3710
3710
  "studio.tokens": {
3711
3711
  modify: {
3712
3712
  type: "alpha",
3713
- value: "{modes.color.modifiers.button.active}",
3713
+ value: "{primitives.color.modifiers.button.active}",
3714
3714
  space: "lch",
3715
3715
  color: "{modes.color.modifier.contrastMore}",
3716
3716
  },
@@ -3751,7 +3751,7 @@
3751
3751
  },
3752
3752
  $type: "color",
3753
3753
  $value: "#00d639cc",
3754
- $description: "Border color for secondary buttons",
3754
+ $description: "Border color for secondary and tertiary buttons",
3755
3755
  filePath: "data/tokens/modes/dark.json",
3756
3756
  isSource: true,
3757
3757
  original: {
@@ -3767,7 +3767,7 @@
3767
3767
  },
3768
3768
  $type: "color",
3769
3769
  $value: "{modes.color.interactive.primary.default}",
3770
- $description: "Border color for secondary buttons",
3770
+ $description: "Border color for secondary and tertiary buttons",
3771
3771
  },
3772
3772
  name: "modesColorInteractivePrimaryDefaultAlt",
3773
3773
  attributes: {},
@@ -3777,8 +3777,8 @@
3777
3777
  $extensions: {
3778
3778
  "studio.tokens": {
3779
3779
  modify: {
3780
- type: "alpha",
3781
- value: "0.5",
3780
+ type: "mix",
3781
+ value: "0.12",
3782
3782
  space: "lch",
3783
3783
  color: "#FFFFFF",
3784
3784
  format: "hex",
@@ -3786,16 +3786,16 @@
3786
3786
  },
3787
3787
  },
3788
3788
  $type: "color",
3789
- $value: "#00d63980",
3790
- $description: "Border color for tertiary buttons",
3789
+ $value: "#4cdc55",
3790
+ $description: "default value for links",
3791
3791
  filePath: "data/tokens/modes/dark.json",
3792
3792
  isSource: true,
3793
3793
  original: {
3794
3794
  $extensions: {
3795
3795
  "studio.tokens": {
3796
3796
  modify: {
3797
- type: "alpha",
3798
- value: "0.5",
3797
+ type: "mix",
3798
+ value: "0.12",
3799
3799
  space: "lch",
3800
3800
  color: "{modes.color.modifier.contrastMore}",
3801
3801
  },
@@ -3803,7 +3803,7 @@
3803
3803
  },
3804
3804
  $type: "color",
3805
3805
  $value: "{modes.color.interactive.primary.default}",
3806
- $description: "Border color for tertiary buttons",
3806
+ $description: "default value for links",
3807
3807
  },
3808
3808
  name: "modesColorInteractivePrimaryDefaultAlt2",
3809
3809
  attributes: {},
@@ -3813,8 +3813,8 @@
3813
3813
  $extensions: {
3814
3814
  "studio.tokens": {
3815
3815
  modify: {
3816
- type: "mix",
3817
- value: "0.12",
3816
+ type: "alpha",
3817
+ value: "0.03",
3818
3818
  space: "lch",
3819
3819
  color: "#FFFFFF",
3820
3820
  format: "hex",
@@ -3822,16 +3822,16 @@
3822
3822
  },
3823
3823
  },
3824
3824
  $type: "color",
3825
- $value: "#4cdc55",
3826
- $description: "default value for links",
3825
+ $value: "#00d63908",
3826
+ $description: "Default background color of secondary buttons",
3827
3827
  filePath: "data/tokens/modes/dark.json",
3828
3828
  isSource: true,
3829
3829
  original: {
3830
3830
  $extensions: {
3831
3831
  "studio.tokens": {
3832
3832
  modify: {
3833
- type: "mix",
3834
- value: "0.12",
3833
+ type: "alpha",
3834
+ value: "0.03",
3835
3835
  space: "lch",
3836
3836
  color: "{modes.color.modifier.contrastMore}",
3837
3837
  },
@@ -3839,7 +3839,7 @@
3839
3839
  },
3840
3840
  $type: "color",
3841
3841
  $value: "{modes.color.interactive.primary.default}",
3842
- $description: "default value for links",
3842
+ $description: "Default background color of secondary buttons",
3843
3843
  },
3844
3844
  name: "modesColorInteractivePrimaryDefaultAlt3",
3845
3845
  attributes: {},
@@ -3850,7 +3850,7 @@
3850
3850
  "studio.tokens": {
3851
3851
  modify: {
3852
3852
  type: "mix",
3853
- value: "0.16",
3853
+ value: "0.15",
3854
3854
  space: "lch",
3855
3855
  color: "#FFFFFF",
3856
3856
  format: "hex",
@@ -3858,7 +3858,7 @@
3858
3858
  },
3859
3859
  },
3860
3860
  $type: "color",
3861
- $value: "#58de5d",
3861
+ $value: "#55dd5b",
3862
3862
  filePath: "data/tokens/modes/dark.json",
3863
3863
  isSource: true,
3864
3864
  original: {
@@ -3866,7 +3866,7 @@
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
  },
@@ -3884,7 +3884,7 @@
3884
3884
  "studio.tokens": {
3885
3885
  modify: {
3886
3886
  type: "alpha",
3887
- value: "0.08",
3887
+ value: "0.10",
3888
3888
  space: "lch",
3889
3889
  color: "#FFFFFF",
3890
3890
  format: "hex",
@@ -3892,7 +3892,7 @@
3892
3892
  },
3893
3893
  },
3894
3894
  $type: "color",
3895
- $value: "#00d63914",
3895
+ $value: "#00d6391a",
3896
3896
  $description: "Secondary and tertiary button hover",
3897
3897
  filePath: "data/tokens/modes/dark.json",
3898
3898
  isSource: true,
@@ -3901,14 +3901,14 @@
3901
3901
  "studio.tokens": {
3902
3902
  modify: {
3903
3903
  type: "alpha",
3904
- value: "{modes.color.modifiers.button.hoverAlt}",
3904
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3905
3905
  space: "lch",
3906
3906
  color: "{modes.color.modifier.contrastMore}",
3907
3907
  },
3908
3908
  },
3909
3909
  },
3910
3910
  $type: "color",
3911
- $value: "{modes.color.interactive.primary.defaultAlt2}",
3911
+ $value: "{modes.color.interactive.primary.default}",
3912
3912
  $description: "Secondary and tertiary button hover",
3913
3913
  },
3914
3914
  name: "modesColorInteractivePrimaryHoverAlt",
@@ -3920,7 +3920,7 @@
3920
3920
  "studio.tokens": {
3921
3921
  modify: {
3922
3922
  type: "mix",
3923
- value: "0.16",
3923
+ value: "0.15",
3924
3924
  space: "lch",
3925
3925
  color: "#FFFFFF ",
3926
3926
  format: "hex",
@@ -3928,7 +3928,7 @@
3928
3928
  },
3929
3929
  },
3930
3930
  $type: "color",
3931
- $value: "#73e372",
3931
+ $value: "#71e270",
3932
3932
  $description: "hover for links",
3933
3933
  filePath: "data/tokens/modes/dark.json",
3934
3934
  isSource: true,
@@ -3937,14 +3937,14 @@
3937
3937
  "studio.tokens": {
3938
3938
  modify: {
3939
3939
  type: "mix",
3940
- value: "{modes.color.modifiers.button.hover}",
3940
+ value: "{primitives.color.modifiers.button.hover}",
3941
3941
  space: "lch",
3942
3942
  color: "{modes.color.modifier.contrastMore} ",
3943
3943
  },
3944
3944
  },
3945
3945
  },
3946
3946
  $type: "color",
3947
- $value: "{modes.color.interactive.primary.defaultAlt3}",
3947
+ $value: "{modes.color.interactive.primary.defaultAlt2}",
3948
3948
  $description: "hover for links",
3949
3949
  },
3950
3950
  name: "modesColorInteractivePrimaryHoverAlt2",
@@ -3996,7 +3996,7 @@
3996
3996
  "studio.tokens": {
3997
3997
  modify: {
3998
3998
  type: "mix",
3999
- value: "0.32",
3999
+ value: "0.30",
4000
4000
  space: "lch",
4001
4001
  color: "#FFFFFF",
4002
4002
  format: "hex",
@@ -4004,7 +4004,7 @@
4004
4004
  },
4005
4005
  },
4006
4006
  $type: "color",
4007
- $value: "#81e57d",
4007
+ $value: "#7ce47a",
4008
4008
  filePath: "data/tokens/modes/dark.json",
4009
4009
  isSource: true,
4010
4010
  original: {
@@ -4012,7 +4012,7 @@
4012
4012
  "studio.tokens": {
4013
4013
  modify: {
4014
4014
  type: "mix",
4015
- value: "{modes.color.modifiers.button.active}",
4015
+ value: "{primitives.color.modifiers.button.active}",
4016
4016
  space: "lch",
4017
4017
  color: "{modes.color.modifier.contrastMore}",
4018
4018
  },
@@ -4098,7 +4098,7 @@
4098
4098
  "studio.tokens": {
4099
4099
  modify: {
4100
4100
  type: "mix",
4101
- value: "0.16",
4101
+ value: "0.15",
4102
4102
  space: "lch",
4103
4103
  color: "#FFFFFF",
4104
4104
  format: "hex",
@@ -4106,7 +4106,7 @@
4106
4106
  },
4107
4107
  },
4108
4108
  $type: "color",
4109
- $value: "#58de5d",
4109
+ $value: "#55dd5b",
4110
4110
  filePath: "data/tokens/modes/dark.json",
4111
4111
  isSource: true,
4112
4112
  original: {
@@ -4114,7 +4114,7 @@
4114
4114
  "studio.tokens": {
4115
4115
  modify: {
4116
4116
  type: "mix",
4117
- value: "{modes.color.modifiers.button.hover}",
4117
+ value: "{primitives.color.modifiers.button.hover}",
4118
4118
  space: "lch",
4119
4119
  color: "{modes.color.modifier.contrastMore}",
4120
4120
  },
@@ -4139,7 +4139,7 @@
4139
4139
  "studio.tokens": {
4140
4140
  modify: {
4141
4141
  type: "mix",
4142
- value: "0.16",
4142
+ value: "0.15",
4143
4143
  space: "lch",
4144
4144
  color: "#FFFFFF ",
4145
4145
  format: "hex",
@@ -4147,7 +4147,7 @@
4147
4147
  },
4148
4148
  },
4149
4149
  $type: "color",
4150
- $value: "#73e372",
4150
+ $value: "#71e270",
4151
4151
  $description: "for link hover",
4152
4152
  filePath: "data/tokens/modes/dark.json",
4153
4153
  isSource: true,
@@ -4156,7 +4156,7 @@
4156
4156
  "studio.tokens": {
4157
4157
  modify: {
4158
4158
  type: "mix",
4159
- value: "{modes.color.modifiers.button.hover}",
4159
+ value: "{primitives.color.modifiers.button.hover}",
4160
4160
  space: "lch",
4161
4161
  color: "{modes.color.modifier.contrastMore} ",
4162
4162
  },
@@ -4273,7 +4273,7 @@
4273
4273
  "studio.tokens": {
4274
4274
  modify: {
4275
4275
  type: "mix",
4276
- value: "0.32",
4276
+ value: "0.30",
4277
4277
  space: "lch",
4278
4278
  color: "#000000 ",
4279
4279
  format: "hex",
@@ -4281,7 +4281,7 @@
4281
4281
  },
4282
4282
  },
4283
4283
  $type: "color",
4284
- $value: "#14571a",
4284
+ $value: "#13591a",
4285
4285
  filePath: "data/tokens/modes/dark.json",
4286
4286
  isSource: true,
4287
4287
  original: {
@@ -4289,7 +4289,7 @@
4289
4289
  "studio.tokens": {
4290
4290
  modify: {
4291
4291
  type: "mix",
4292
- value: "{modes.color.modifiers.button.active}",
4292
+ value: "{primitives.color.modifiers.button.active}",
4293
4293
  space: "lch",
4294
4294
  color: "{modes.color.modifier.contrastLess} ",
4295
4295
  },
@@ -4314,7 +4314,7 @@
4314
4314
  "studio.tokens": {
4315
4315
  modify: {
4316
4316
  type: "alpha",
4317
- value: "0.32",
4317
+ value: "0.30",
4318
4318
  space: "lch",
4319
4319
  color: "#000000 ",
4320
4320
  format: "hex",
@@ -4322,7 +4322,7 @@
4322
4322
  },
4323
4323
  },
4324
4324
  $type: "color",
4325
- $value: "#00811f52",
4325
+ $value: "#00811f4d",
4326
4326
  $description:
4327
4327
  "Active color for inverse secondary and tertiary buttons",
4328
4328
  filePath: "data/tokens/modes/dark.json",
@@ -4332,7 +4332,7 @@
4332
4332
  "studio.tokens": {
4333
4333
  modify: {
4334
4334
  type: "alpha",
4335
- value: "{modes.color.modifiers.button.active}",
4335
+ value: "{primitives.color.modifiers.button.active}",
4336
4336
  space: "lch",
4337
4337
  color: "{modes.color.modifier.contrastLess} ",
4338
4338
  },
@@ -4388,7 +4388,8 @@
4388
4388
  },
4389
4389
  $type: "color",
4390
4390
  $value: "#00811fcc",
4391
- $description: "Borders on secondary inverse buttons",
4391
+ $description:
4392
+ "Borders on secondary and tertiary inverse buttons",
4392
4393
  filePath: "data/tokens/modes/dark.json",
4393
4394
  isSource: true,
4394
4395
  original: {
@@ -4404,7 +4405,8 @@
4404
4405
  },
4405
4406
  $type: "color",
4406
4407
  $value: "{modes.color.interactive.primary.inverse.default}",
4407
- $description: "Borders on secondary inverse buttons",
4408
+ $description:
4409
+ "Borders on secondary and tertiary inverse buttons",
4408
4410
  },
4409
4411
  name: "modesColorInteractivePrimaryInverseDefaultAlt",
4410
4412
  attributes: {},
@@ -4421,8 +4423,8 @@
4421
4423
  $extensions: {
4422
4424
  "studio.tokens": {
4423
4425
  modify: {
4424
- type: "alpha",
4425
- value: "0.5",
4426
+ type: "mix",
4427
+ value: "0.12",
4426
4428
  space: "lch",
4427
4429
  color: "#000000",
4428
4430
  format: "hex",
@@ -4430,16 +4432,16 @@
4430
4432
  },
4431
4433
  },
4432
4434
  $type: "color",
4433
- $value: "#00811f80",
4434
- $description: "Borders on tertiary inverse buttons",
4435
+ $value: "#0c711d",
4436
+ $description: "Default color for links",
4435
4437
  filePath: "data/tokens/modes/dark.json",
4436
4438
  isSource: true,
4437
4439
  original: {
4438
4440
  $extensions: {
4439
4441
  "studio.tokens": {
4440
4442
  modify: {
4441
- type: "alpha",
4442
- value: "0.5",
4443
+ type: "mix",
4444
+ value: "0.12",
4443
4445
  space: "lch",
4444
4446
  color: "{modes.color.modifier.contrastLess}",
4445
4447
  },
@@ -4447,7 +4449,7 @@
4447
4449
  },
4448
4450
  $type: "color",
4449
4451
  $value: "{modes.color.interactive.primary.inverse.default}",
4450
- $description: "Borders on tertiary inverse buttons",
4452
+ $description: "Default color for links",
4451
4453
  },
4452
4454
  name: "modesColorInteractivePrimaryInverseDefaultAlt2",
4453
4455
  attributes: {},
@@ -4464,8 +4466,8 @@
4464
4466
  $extensions: {
4465
4467
  "studio.tokens": {
4466
4468
  modify: {
4467
- type: "mix",
4468
- value: "0.12",
4469
+ type: "alpha",
4470
+ value: "0.03",
4469
4471
  space: "lch",
4470
4472
  color: "#000000",
4471
4473
  format: "hex",
@@ -4473,16 +4475,17 @@
4473
4475
  },
4474
4476
  },
4475
4477
  $type: "color",
4476
- $value: "#0c711d",
4477
- $description: "Default color for links",
4478
+ $value: "#00811f08",
4479
+ $description:
4480
+ "Default background color of inverse secondary buttons",
4478
4481
  filePath: "data/tokens/modes/dark.json",
4479
4482
  isSource: true,
4480
4483
  original: {
4481
4484
  $extensions: {
4482
4485
  "studio.tokens": {
4483
4486
  modify: {
4484
- type: "mix",
4485
- value: "0.12",
4487
+ type: "alpha",
4488
+ value: "0.03",
4486
4489
  space: "lch",
4487
4490
  color: "{modes.color.modifier.contrastLess}",
4488
4491
  },
@@ -4490,7 +4493,8 @@
4490
4493
  },
4491
4494
  $type: "color",
4492
4495
  $value: "{modes.color.interactive.primary.inverse.default}",
4493
- $description: "Default color for links",
4496
+ $description:
4497
+ "Default background color of inverse secondary buttons",
4494
4498
  },
4495
4499
  name: "modesColorInteractivePrimaryInverseDefaultAlt3",
4496
4500
  attributes: {},
@@ -4508,7 +4512,7 @@
4508
4512
  "studio.tokens": {
4509
4513
  modify: {
4510
4514
  type: "mix",
4511
- value: "0.16",
4515
+ value: "0.15",
4512
4516
  space: "lch",
4513
4517
  color: "#000000 ",
4514
4518
  format: "hex",
@@ -4516,7 +4520,7 @@
4516
4520
  },
4517
4521
  },
4518
4522
  $type: "color",
4519
- $value: "#0e6b1d",
4523
+ $value: "#0e6d1d",
4520
4524
  filePath: "data/tokens/modes/dark.json",
4521
4525
  isSource: true,
4522
4526
  original: {
@@ -4524,7 +4528,7 @@
4524
4528
  "studio.tokens": {
4525
4529
  modify: {
4526
4530
  type: "mix",
4527
- value: "{modes.color.modifiers.button.hover}",
4531
+ value: "{primitives.color.modifiers.button.hover}",
4528
4532
  space: "lch",
4529
4533
  color: "{modes.color.modifier.contrastLess} ",
4530
4534
  },
@@ -4549,7 +4553,7 @@
4549
4553
  "studio.tokens": {
4550
4554
  modify: {
4551
4555
  type: "alpha",
4552
- value: "0.08 ",
4556
+ value: "0.10 ",
4553
4557
  space: "lch",
4554
4558
  color: "#000000",
4555
4559
  format: "hex",
@@ -4557,7 +4561,7 @@
4557
4561
  },
4558
4562
  },
4559
4563
  $type: "color",
4560
- $value: "#00811f14",
4564
+ $value: "#0c711d1a",
4561
4565
  $description: "Secondary and tertiary inverse button hover",
4562
4566
  filePath: "data/tokens/modes/dark.json",
4563
4567
  isSource: true,
@@ -4566,7 +4570,7 @@
4566
4570
  "studio.tokens": {
4567
4571
  modify: {
4568
4572
  type: "alpha",
4569
- value: "{modes.color.modifiers.button.hoverAlt} ",
4573
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
4570
4574
  space: "lch",
4571
4575
  color: "{modes.color.modifier.contrastLess}",
4572
4576
  },
@@ -4593,7 +4597,7 @@
4593
4597
  "studio.tokens": {
4594
4598
  modify: {
4595
4599
  type: "mix",
4596
- value: "0.08",
4600
+ value: "0.10",
4597
4601
  space: "lch",
4598
4602
  color: "#000000 ",
4599
4603
  format: "hex",
@@ -4601,7 +4605,7 @@
4601
4605
  },
4602
4606
  },
4603
4607
  $type: "color",
4604
- $value: "#10681c",
4608
+ $value: "#11651c",
4605
4609
  $description: "hover for links",
4606
4610
  filePath: "data/tokens/modes/dark.json",
4607
4611
  isSource: true,
@@ -4610,7 +4614,7 @@
4610
4614
  "studio.tokens": {
4611
4615
  modify: {
4612
4616
  type: "mix",
4613
- value: "{modes.color.modifiers.button.hoverAlt}",
4617
+ value: "{primitives.color.modifiers.button.hoverAlt}",
4614
4618
  space: "lch",
4615
4619
  color: "{modes.color.modifier.contrastLess} ",
4616
4620
  },
@@ -4618,7 +4622,7 @@
4618
4622
  },
4619
4623
  $type: "color",
4620
4624
  $value:
4621
- "{modes.color.interactive.primary.inverse.defaultAlt3}",
4625
+ "{modes.color.interactive.primary.inverse.defaultAlt2}",
4622
4626
  $description: "hover for links",
4623
4627
  },
4624
4628
  name: "modesColorInteractivePrimaryInverseHoverAlt2",
@@ -4862,19 +4866,78 @@
4862
4866
  path: ["modes", "color", "status", "ai", "default-vertical"],
4863
4867
  },
4864
4868
  },
4865
- generic: {
4866
- default: {
4869
+ callout: {
4870
+ defaultAlt: {
4871
+ $extensions: {
4872
+ "studio.tokens": {
4873
+ modify: {
4874
+ type: "mix",
4875
+ value: "0.15",
4876
+ space: "lch",
4877
+ color: "#00D639",
4878
+ format: "hex",
4879
+ },
4880
+ },
4881
+ },
4882
+ $type: "color",
4883
+ $value: "#122211",
4884
+ $description: "used for marketing banners",
4885
+ filePath: "data/tokens/modes/dark.json",
4886
+ isSource: true,
4887
+ original: {
4888
+ $extensions: {
4889
+ "studio.tokens": {
4890
+ modify: {
4891
+ type: "mix",
4892
+ value: "0.15",
4893
+ space: "lch",
4894
+ color: "{primitives.colors.brilliantGreen}",
4895
+ },
4896
+ },
4897
+ },
4898
+ $type: "color",
4899
+ $value: "{modes.color.modifier.contrastLess}",
4900
+ $description: "used for marketing banners",
4901
+ },
4902
+ name: "modesColorStatusCalloutDefaultAlt",
4903
+ attributes: {},
4904
+ path: ["modes", "color", "status", "callout", "defaultAlt"],
4905
+ },
4906
+ hoverAlt: {
4907
+ $extensions: {
4908
+ "studio.tokens": {
4909
+ modify: {
4910
+ type: "mix",
4911
+ value: "0.10 ",
4912
+ space: "lch",
4913
+ color: "#FFFFFF ",
4914
+ format: "hex",
4915
+ },
4916
+ },
4917
+ },
4867
4918
  $type: "color",
4868
- $value: "#008a89",
4919
+ $value: "#263525",
4920
+ $description: "marketing banner hover",
4869
4921
  filePath: "data/tokens/modes/dark.json",
4870
4922
  isSource: true,
4871
4923
  original: {
4924
+ $extensions: {
4925
+ "studio.tokens": {
4926
+ modify: {
4927
+ type: "mix",
4928
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
4929
+ space: "lch",
4930
+ color: "{modes.color.modifier.contrastMore} ",
4931
+ },
4932
+ },
4933
+ },
4872
4934
  $type: "color",
4873
- $value: "{primitives.colors.petrol}",
4935
+ $value: "{modes.color.status.callout.defaultAlt}",
4936
+ $description: "marketing banner hover",
4874
4937
  },
4875
- name: "modesColorStatusGenericDefault",
4938
+ name: "modesColorStatusCalloutHoverAlt",
4876
4939
  attributes: {},
4877
- path: ["modes", "color", "status", "generic", "default"],
4940
+ path: ["modes", "color", "status", "callout", "hoverAlt"],
4878
4941
  },
4879
4942
  },
4880
4943
  caution: {
@@ -4932,7 +4995,7 @@
4932
4995
  "studio.tokens": {
4933
4996
  modify: {
4934
4997
  type: "mix",
4935
- value: "0.16",
4998
+ value: "0.15",
4936
4999
  space: "lch",
4937
5000
  color: "#FFFFFF",
4938
5001
  format: "hex",
@@ -4940,7 +5003,7 @@
4940
5003
  },
4941
5004
  },
4942
5005
  $type: "color",
4943
- $value: "#eb6732",
5006
+ $value: "#eb6530",
4944
5007
  $description: "used on pill hover states",
4945
5008
  filePath: "data/tokens/modes/dark.json",
4946
5009
  isSource: true,
@@ -4949,7 +5012,7 @@
4949
5012
  "studio.tokens": {
4950
5013
  modify: {
4951
5014
  type: "mix",
4952
- value: "{modes.color.modifiers.button.hover}",
5015
+ value: "{primitives.color.modifiers.button.hover}",
4953
5016
  space: "lch",
4954
5017
  color: "{modes.color.modifier.contrastMore}",
4955
5018
  },
@@ -4968,7 +5031,7 @@
4968
5031
  "studio.tokens": {
4969
5032
  modify: {
4970
5033
  type: "mix",
4971
- value: "0.16",
5034
+ value: "0.15",
4972
5035
  space: "lch",
4973
5036
  color: "#E04500",
4974
5037
  format: "hex",
@@ -4976,7 +5039,7 @@
4976
5039
  },
4977
5040
  },
4978
5041
  $type: "color",
4979
- $value: "#3f1b0b",
5042
+ $value: "#3e1a0b",
4980
5043
  $description: "used on pill hover states and message bg",
4981
5044
  filePath: "data/tokens/modes/dark.json",
4982
5045
  isSource: true,
@@ -4985,7 +5048,7 @@
4985
5048
  "studio.tokens": {
4986
5049
  modify: {
4987
5050
  type: "mix",
4988
- value: "{modes.color.modifiers.button.hover}",
5051
+ value: "{primitives.color.modifiers.button.hover}",
4989
5052
  space: "lch",
4990
5053
  color: "{modes.color.status.caution.default}",
4991
5054
  },
@@ -5058,7 +5121,7 @@
5058
5121
  },
5059
5122
  hover: {
5060
5123
  $type: "color",
5061
- $value: "#eb6732",
5124
+ $value: "#eb6530",
5062
5125
  $description: "used on global message bg",
5063
5126
  filePath: "data/tokens/modes/dark.json",
5064
5127
  isSource: true,
@@ -5152,7 +5215,7 @@
5152
5215
  "studio.tokens": {
5153
5216
  modify: {
5154
5217
  type: "mix",
5155
- value: "0.16",
5218
+ value: "0.15",
5156
5219
  space: "lch",
5157
5220
  color: "#000000 ",
5158
5221
  format: "hex",
@@ -5160,7 +5223,7 @@
5160
5223
  },
5161
5224
  },
5162
5225
  $type: "color",
5163
- $value: "#b13a0d",
5226
+ $value: "#b33b0d",
5164
5227
  $description: "used on pill hover states",
5165
5228
  filePath: "data/tokens/modes/dark.json",
5166
5229
  isSource: true,
@@ -5169,7 +5232,7 @@
5169
5232
  "studio.tokens": {
5170
5233
  modify: {
5171
5234
  type: "mix",
5172
- value: "{modes.color.modifiers.button.hover}",
5235
+ value: "{primitives.color.modifiers.button.hover}",
5173
5236
  space: "lch",
5174
5237
  color: "{modes.color.modifier.contrastLess} ",
5175
5238
  },
@@ -5195,7 +5258,7 @@
5195
5258
  "studio.tokens": {
5196
5259
  modify: {
5197
5260
  type: "mix",
5198
- value: "0.16",
5261
+ value: "0.15",
5199
5262
  space: "lch",
5200
5263
  color: "#D64309",
5201
5264
  format: "hex",
@@ -5203,7 +5266,7 @@
5203
5266
  },
5204
5267
  },
5205
5268
  $type: "color",
5206
- $value: "#fdd3c0",
5269
+ $value: "#fed5c3",
5207
5270
  $description: "used on pill hover states and message bg",
5208
5271
  filePath: "data/tokens/modes/dark.json",
5209
5272
  isSource: true,
@@ -5212,7 +5275,7 @@
5212
5275
  "studio.tokens": {
5213
5276
  modify: {
5214
5277
  type: "mix",
5215
- value: "{modes.color.modifiers.button.hover}",
5278
+ value: "{primitives.color.modifiers.button.hover}",
5216
5279
  space: "lch",
5217
5280
  color: "{modes.color.status.caution.inverse.default}",
5218
5281
  },
@@ -5446,53 +5509,38 @@
5446
5509
  },
5447
5510
  },
5448
5511
  },
5449
- inactive: {
5450
- default: {
5451
- $type: "color",
5452
- $value: "#4b4b4b",
5453
- $description: "For readonly pill bg and border",
5454
- filePath: "data/tokens/modes/dark.json",
5455
- isSource: true,
5456
- original: {
5457
- $type: "color",
5458
- $value: "{modes.color.generic.fg.soft}",
5459
- $description: "For readonly pill bg and border",
5460
- },
5461
- name: "modesColorStatusInactiveDefault",
5462
- attributes: {},
5463
- path: ["modes", "color", "status", "inactive", "default"],
5464
- },
5465
- withDefault: {
5466
- $type: "color",
5467
- $value: "#ffffffab",
5468
- $description: "For readonly filled pill text",
5469
- filePath: "data/tokens/modes/dark.json",
5470
- isSource: true,
5471
- original: {
5512
+ custom: {
5513
+ blue: {
5514
+ default: {
5472
5515
  $type: "color",
5473
- $value: "{modes.color.generic.content.firm}",
5474
- $description: "For readonly filled pill text",
5516
+ $value: "#007FD9",
5517
+ $description: "For pills. Not accessible with white TEXT.",
5518
+ filePath: "data/tokens/modes/dark.json",
5519
+ isSource: true,
5520
+ original: {
5521
+ $type: "color",
5522
+ $value: "{primitives.colors.supplementary.blue.500}",
5523
+ $description: "For pills. Not accessible with white TEXT.",
5524
+ },
5525
+ name: "modesColorStatusCustomBlueDefault",
5526
+ attributes: {},
5527
+ path: ["modes", "color", "status", "custom", "blue", "default"],
5475
5528
  },
5476
- name: "modesColorStatusInactiveWithDefault",
5477
- attributes: {},
5478
- path: ["modes", "color", "status", "inactive", "withDefault"],
5479
- },
5480
- inverse: {
5481
- default: {
5529
+ defaultAlt: {
5482
5530
  $extensions: {
5483
5531
  "studio.tokens": {
5484
5532
  modify: {
5485
5533
  type: "mix",
5486
- value: "0.32",
5534
+ value: "0.9",
5487
5535
  space: "lch",
5488
- color: "#000000 ",
5536
+ color: "#000000",
5489
5537
  format: "hex",
5490
5538
  },
5491
5539
  },
5492
5540
  },
5493
5541
  $type: "color",
5494
- $value: "#a6a6a6",
5495
- $description: "For readonly pill bg and border",
5542
+ $value: "#0d1219",
5543
+ $description: "Pill bg",
5496
5544
  filePath: "data/tokens/modes/dark.json",
5497
5545
  isSource: true,
5498
5546
  original: {
@@ -5500,87 +5548,1789 @@
5500
5548
  "studio.tokens": {
5501
5549
  modify: {
5502
5550
  type: "mix",
5503
- value: "0.32",
5551
+ value: "0.9",
5504
5552
  space: "lch",
5505
- color: "{modes.color.modifier.contrastLess} ",
5553
+ color: "{modes.color.modifier.contrastLess}",
5506
5554
  },
5507
5555
  },
5508
5556
  },
5509
5557
  $type: "color",
5510
- $value: "{primitives.colors.white}",
5511
- $description: "For readonly pill bg and border",
5558
+ $value: "{primitives.colors.supplementary.blue.500}",
5559
+ $description: "Pill bg",
5512
5560
  },
5513
- name: "modesColorStatusInactiveInverseDefault",
5561
+ name: "modesColorStatusCustomBlueDefaultAlt",
5514
5562
  attributes: {},
5515
5563
  path: [
5516
5564
  "modes",
5517
5565
  "color",
5518
5566
  "status",
5519
- "inactive",
5520
- "inverse",
5521
- "default",
5567
+ "custom",
5568
+ "blue",
5569
+ "defaultAlt",
5522
5570
  ],
5523
5571
  },
5524
- withDefault: {
5572
+ hover: {
5525
5573
  $extensions: {
5526
5574
  "studio.tokens": {
5527
5575
  modify: {
5528
- type: "alpha",
5529
- value: "0.67",
5576
+ type: "mix",
5577
+ value: "0.15",
5530
5578
  space: "lch",
5579
+ color: "#FFFFFF",
5531
5580
  format: "hex",
5532
5581
  },
5533
5582
  },
5534
5583
  },
5535
5584
  $type: "color",
5536
- $value: "#000000ab",
5537
- $description: "For readonly filled pill text",
5585
+ $value: "#4f91df",
5586
+ $description: "used on pill hover states",
5538
5587
  filePath: "data/tokens/modes/dark.json",
5539
5588
  isSource: true,
5540
5589
  original: {
5541
5590
  $extensions: {
5542
5591
  "studio.tokens": {
5543
5592
  modify: {
5544
- type: "alpha",
5545
- value: "0.67",
5593
+ type: "mix",
5594
+ value: "{primitives.color.modifiers.button.hover}",
5546
5595
  space: "lch",
5596
+ color: "{modes.color.modifier.contrastMore}",
5547
5597
  },
5548
5598
  },
5549
5599
  },
5550
5600
  $type: "color",
5551
- $value: "{primitives.colors.black}",
5552
- $description: "For readonly filled pill text",
5601
+ $value: "{modes.color.status.custom.blue.default}",
5602
+ $description: "used on pill hover states",
5553
5603
  },
5554
- name: "modesColorStatusInactiveInverseWithDefault",
5604
+ name: "modesColorStatusCustomBlueHover",
5555
5605
  attributes: {},
5556
- path: [
5557
- "modes",
5558
- "color",
5559
- "status",
5560
- "inactive",
5561
- "inverse",
5562
- "withDefault",
5563
- ],
5606
+ path: ["modes", "color", "status", "custom", "blue", "hover"],
5564
5607
  },
5565
- },
5608
+ hoverAlt: {
5609
+ $extensions: {
5610
+ "studio.tokens": {
5611
+ modify: {
5612
+ type: "mix",
5613
+ value: "0.15",
5614
+ space: "lch",
5615
+ color: "#007ED9",
5616
+ format: "hex",
5617
+ },
5618
+ },
5619
+ },
5620
+ $type: "color",
5621
+ $value: "#142131",
5622
+ $description: "used on pill hover states",
5623
+ filePath: "data/tokens/modes/dark.json",
5624
+ isSource: true,
5625
+ original: {
5626
+ $extensions: {
5627
+ "studio.tokens": {
5628
+ modify: {
5629
+ type: "mix",
5630
+ value: "{primitives.color.modifiers.button.hover}",
5631
+ space: "lch",
5632
+ color: "{modes.color.status.info.default}",
5633
+ },
5634
+ },
5635
+ },
5636
+ $type: "color",
5637
+ $value: "{modes.color.status.custom.blue.defaultAlt}",
5638
+ $description: "used on pill hover states",
5639
+ },
5640
+ name: "modesColorStatusCustomBlueHoverAlt",
5641
+ attributes: {},
5642
+ path: [
5643
+ "modes",
5644
+ "color",
5645
+ "status",
5646
+ "custom",
5647
+ "blue",
5648
+ "hoverAlt",
5649
+ ],
5650
+ },
5651
+ },
5652
+ teal: {
5653
+ default: {
5654
+ $type: "color",
5655
+ $value: "#008A89",
5656
+ $description: "For pills. Not accessible with white TEXT.",
5657
+ filePath: "data/tokens/modes/dark.json",
5658
+ isSource: true,
5659
+ original: {
5660
+ $type: "color",
5661
+ $value: "{primitives.colors.supplementary.teal.500}",
5662
+ $description: "For pills. Not accessible with white TEXT.",
5663
+ },
5664
+ name: "modesColorStatusCustomTealDefault",
5665
+ attributes: {},
5666
+ path: ["modes", "color", "status", "custom", "teal", "default"],
5667
+ },
5668
+ defaultAlt: {
5669
+ $extensions: {
5670
+ "studio.tokens": {
5671
+ modify: {
5672
+ type: "mix",
5673
+ value: "0.9",
5674
+ space: "lch",
5675
+ color: "#000000",
5676
+ format: "hex",
5677
+ },
5678
+ },
5679
+ },
5680
+ $type: "color",
5681
+ $value: "#0a1313",
5682
+ $description: "Pill bg",
5683
+ filePath: "data/tokens/modes/dark.json",
5684
+ isSource: true,
5685
+ original: {
5686
+ $extensions: {
5687
+ "studio.tokens": {
5688
+ modify: {
5689
+ type: "mix",
5690
+ value: "0.9",
5691
+ space: "lch",
5692
+ color: "{modes.color.modifier.contrastLess}",
5693
+ },
5694
+ },
5695
+ },
5696
+ $type: "color",
5697
+ $value: "{primitives.colors.supplementary.teal.500}",
5698
+ $description: "Pill bg",
5699
+ },
5700
+ name: "modesColorStatusCustomTealDefaultAlt",
5701
+ attributes: {},
5702
+ path: [
5703
+ "modes",
5704
+ "color",
5705
+ "status",
5706
+ "custom",
5707
+ "teal",
5708
+ "defaultAlt",
5709
+ ],
5710
+ },
5711
+ hover: {
5712
+ $extensions: {
5713
+ "studio.tokens": {
5714
+ modify: {
5715
+ type: "mix",
5716
+ value: "0.15",
5717
+ space: "lch",
5718
+ color: "#FFFFFF",
5719
+ format: "hex",
5720
+ },
5721
+ },
5722
+ },
5723
+ $type: "color",
5724
+ $value: "#449b9a",
5725
+ $description: "used on pill hover states",
5726
+ filePath: "data/tokens/modes/dark.json",
5727
+ isSource: true,
5728
+ original: {
5729
+ $extensions: {
5730
+ "studio.tokens": {
5731
+ modify: {
5732
+ type: "mix",
5733
+ value: "{primitives.color.modifiers.button.hover}",
5734
+ space: "lch",
5735
+ color: "{modes.color.modifier.contrastMore}",
5736
+ },
5737
+ },
5738
+ },
5739
+ $type: "color",
5740
+ $value: "{modes.color.status.custom.teal.default}",
5741
+ $description: "used on pill hover states",
5742
+ },
5743
+ name: "modesColorStatusCustomTealHover",
5744
+ attributes: {},
5745
+ path: ["modes", "color", "status", "custom", "teal", "hover"],
5746
+ },
5747
+ hoverAlt: {
5748
+ $extensions: {
5749
+ "studio.tokens": {
5750
+ modify: {
5751
+ type: "mix",
5752
+ value: "0.15",
5753
+ space: "lch",
5754
+ color: "#007ED9",
5755
+ format: "hex",
5756
+ },
5757
+ },
5758
+ },
5759
+ $type: "color",
5760
+ $value: "#082427",
5761
+ $description: "used on pill hover states",
5762
+ filePath: "data/tokens/modes/dark.json",
5763
+ isSource: true,
5764
+ original: {
5765
+ $extensions: {
5766
+ "studio.tokens": {
5767
+ modify: {
5768
+ type: "mix",
5769
+ value: "{primitives.color.modifiers.button.hover}",
5770
+ space: "lch",
5771
+ color: "{modes.color.status.info.default}",
5772
+ },
5773
+ },
5774
+ },
5775
+ $type: "color",
5776
+ $value: "{modes.color.status.custom.teal.defaultAlt}",
5777
+ $description: "used on pill hover states",
5778
+ },
5779
+ name: "modesColorStatusCustomTealHoverAlt",
5780
+ attributes: {},
5781
+ path: [
5782
+ "modes",
5783
+ "color",
5784
+ "status",
5785
+ "custom",
5786
+ "teal",
5787
+ "hoverAlt",
5788
+ ],
5789
+ },
5790
+ },
5791
+ green: {
5792
+ default: {
5793
+ $type: "color",
5794
+ $value: "#009023",
5795
+ $description: "For pills. Not accessible with white TEXT.",
5796
+ filePath: "data/tokens/modes/dark.json",
5797
+ isSource: true,
5798
+ original: {
5799
+ $type: "color",
5800
+ $value: "{primitives.colors.supplementary.green.500}",
5801
+ $description: "For pills. Not accessible with white TEXT.",
5802
+ },
5803
+ name: "modesColorStatusCustomGreenDefault",
5804
+ attributes: {},
5805
+ path: [
5806
+ "modes",
5807
+ "color",
5808
+ "status",
5809
+ "custom",
5810
+ "green",
5811
+ "default",
5812
+ ],
5813
+ },
5814
+ defaultAlt: {
5815
+ $extensions: {
5816
+ "studio.tokens": {
5817
+ modify: {
5818
+ type: "mix",
5819
+ value: "0.9",
5820
+ space: "lch",
5821
+ color: "#000000",
5822
+ format: "hex",
5823
+ },
5824
+ },
5825
+ },
5826
+ $type: "color",
5827
+ $value: "#0a1408",
5828
+ $description: "Pill bg",
5829
+ filePath: "data/tokens/modes/dark.json",
5830
+ isSource: true,
5831
+ original: {
5832
+ $extensions: {
5833
+ "studio.tokens": {
5834
+ modify: {
5835
+ type: "mix",
5836
+ value: "0.9",
5837
+ space: "lch",
5838
+ color: "{modes.color.modifier.contrastLess}",
5839
+ },
5840
+ },
5841
+ },
5842
+ $type: "color",
5843
+ $value: "{primitives.colors.supplementary.green.500}",
5844
+ $description: "Pill bg",
5845
+ },
5846
+ name: "modesColorStatusCustomGreenDefaultAlt",
5847
+ attributes: {},
5848
+ path: [
5849
+ "modes",
5850
+ "color",
5851
+ "status",
5852
+ "custom",
5853
+ "green",
5854
+ "defaultAlt",
5855
+ ],
5856
+ },
5857
+ hover: {
5858
+ $extensions: {
5859
+ "studio.tokens": {
5860
+ modify: {
5861
+ type: "mix",
5862
+ value: "0.15",
5863
+ space: "lch",
5864
+ color: "#FFFFFF",
5865
+ format: "hex",
5866
+ },
5867
+ },
5868
+ },
5869
+ $type: "color",
5870
+ $value: "#44a146",
5871
+ $description: "used on pill hover states",
5872
+ filePath: "data/tokens/modes/dark.json",
5873
+ isSource: true,
5874
+ original: {
5875
+ $extensions: {
5876
+ "studio.tokens": {
5877
+ modify: {
5878
+ type: "mix",
5879
+ value: "{primitives.color.modifiers.button.hover}",
5880
+ space: "lch",
5881
+ color: "{modes.color.modifier.contrastMore}",
5882
+ },
5883
+ },
5884
+ },
5885
+ $type: "color",
5886
+ $value: "{modes.color.status.custom.green.default}",
5887
+ $description: "used on pill hover states",
5888
+ },
5889
+ name: "modesColorStatusCustomGreenHover",
5890
+ attributes: {},
5891
+ path: ["modes", "color", "status", "custom", "green", "hover"],
5892
+ },
5893
+ hoverAlt: {
5894
+ $extensions: {
5895
+ "studio.tokens": {
5896
+ modify: {
5897
+ type: "mix",
5898
+ value: "0.15",
5899
+ space: "lch",
5900
+ color: "#007ED9",
5901
+ format: "hex",
5902
+ },
5903
+ },
5904
+ },
5905
+ $type: "color",
5906
+ $value: "#0b2418",
5907
+ $description: "used on pill hover states",
5908
+ filePath: "data/tokens/modes/dark.json",
5909
+ isSource: true,
5910
+ original: {
5911
+ $extensions: {
5912
+ "studio.tokens": {
5913
+ modify: {
5914
+ type: "mix",
5915
+ value: "{primitives.color.modifiers.button.hover}",
5916
+ space: "lch",
5917
+ color: "{modes.color.status.info.default}",
5918
+ },
5919
+ },
5920
+ },
5921
+ $type: "color",
5922
+ $value: "{modes.color.status.custom.green.defaultAlt}",
5923
+ $description: "used on pill hover states",
5924
+ },
5925
+ name: "modesColorStatusCustomGreenHoverAlt",
5926
+ attributes: {},
5927
+ path: [
5928
+ "modes",
5929
+ "color",
5930
+ "status",
5931
+ "custom",
5932
+ "green",
5933
+ "hoverAlt",
5934
+ ],
5935
+ },
5936
+ },
5937
+ lime: {
5938
+ default: {
5939
+ $type: "color",
5940
+ $value: "#6E8500",
5941
+ $description: "For pills. Not accessible with white TEXT.",
5942
+ filePath: "data/tokens/modes/dark.json",
5943
+ isSource: true,
5944
+ original: {
5945
+ $type: "color",
5946
+ $value: "{primitives.colors.supplementary.lime.500}",
5947
+ $description: "For pills. Not accessible with white TEXT.",
5948
+ },
5949
+ name: "modesColorStatusCustomLimeDefault",
5950
+ attributes: {},
5951
+ path: ["modes", "color", "status", "custom", "lime", "default"],
5952
+ },
5953
+ defaultAlt: {
5954
+ $extensions: {
5955
+ "studio.tokens": {
5956
+ modify: {
5957
+ type: "mix",
5958
+ value: "0.9",
5959
+ space: "lch",
5960
+ color: "#000000",
5961
+ format: "hex",
5962
+ },
5963
+ },
5964
+ },
5965
+ $type: "color",
5966
+ $value: "#111205",
5967
+ $description: "Pill bg",
5968
+ filePath: "data/tokens/modes/dark.json",
5969
+ isSource: true,
5970
+ original: {
5971
+ $extensions: {
5972
+ "studio.tokens": {
5973
+ modify: {
5974
+ type: "mix",
5975
+ value: "0.9",
5976
+ space: "lch",
5977
+ color: "{modes.color.modifier.contrastLess}",
5978
+ },
5979
+ },
5980
+ },
5981
+ $type: "color",
5982
+ $value: "{primitives.colors.supplementary.lime.500}",
5983
+ $description: "Pill bg",
5984
+ },
5985
+ name: "modesColorStatusCustomLimeDefaultAlt",
5986
+ attributes: {},
5987
+ path: [
5988
+ "modes",
5989
+ "color",
5990
+ "status",
5991
+ "custom",
5992
+ "lime",
5993
+ "defaultAlt",
5994
+ ],
5995
+ },
5996
+ hover: {
5997
+ $extensions: {
5998
+ "studio.tokens": {
5999
+ modify: {
6000
+ type: "mix",
6001
+ value: "0.15",
6002
+ space: "lch",
6003
+ color: "#FFFFFF",
6004
+ format: "hex",
6005
+ },
6006
+ },
6007
+ },
6008
+ $type: "color",
6009
+ $value: "#859635",
6010
+ $description: "used on pill hover states",
6011
+ filePath: "data/tokens/modes/dark.json",
6012
+ isSource: true,
6013
+ original: {
6014
+ $extensions: {
6015
+ "studio.tokens": {
6016
+ modify: {
6017
+ type: "mix",
6018
+ value: "{primitives.color.modifiers.button.hover}",
6019
+ space: "lch",
6020
+ color: "{modes.color.modifier.contrastMore}",
6021
+ },
6022
+ },
6023
+ },
6024
+ $type: "color",
6025
+ $value: "{modes.color.status.custom.lime.default}",
6026
+ $description: "used on pill hover states",
6027
+ },
6028
+ name: "modesColorStatusCustomLimeHover",
6029
+ attributes: {},
6030
+ path: ["modes", "color", "status", "custom", "lime", "hover"],
6031
+ },
6032
+ hoverAlt: {
6033
+ $extensions: {
6034
+ "studio.tokens": {
6035
+ modify: {
6036
+ type: "mix",
6037
+ value: "0.15",
6038
+ space: "lch",
6039
+ color: "#007ED9",
6040
+ format: "hex",
6041
+ },
6042
+ },
6043
+ },
6044
+ $type: "color",
6045
+ $value: "#162311",
6046
+ $description: "used on pill hover states",
6047
+ filePath: "data/tokens/modes/dark.json",
6048
+ isSource: true,
6049
+ original: {
6050
+ $extensions: {
6051
+ "studio.tokens": {
6052
+ modify: {
6053
+ type: "mix",
6054
+ value: "{primitives.color.modifiers.button.hover}",
6055
+ space: "lch",
6056
+ color: "{modes.color.status.info.default}",
6057
+ },
6058
+ },
6059
+ },
6060
+ $type: "color",
6061
+ $value: "{modes.color.status.custom.lime.defaultAlt}",
6062
+ $description: "used on pill hover states",
6063
+ },
6064
+ name: "modesColorStatusCustomLimeHoverAlt",
6065
+ attributes: {},
6066
+ path: [
6067
+ "modes",
6068
+ "color",
6069
+ "status",
6070
+ "custom",
6071
+ "lime",
6072
+ "hoverAlt",
6073
+ ],
6074
+ },
6075
+ },
6076
+ orange: {
6077
+ default: {
6078
+ $type: "color",
6079
+ $value: "#DB4B00",
6080
+ $description: "For pills. Not accessible with white TEXT.",
6081
+ filePath: "data/tokens/modes/dark.json",
6082
+ isSource: true,
6083
+ original: {
6084
+ $type: "color",
6085
+ $value: "{primitives.colors.supplementary.orange.500}",
6086
+ $description: "For pills. Not accessible with white TEXT.",
6087
+ },
6088
+ name: "modesColorStatusCustomOrangeDefault",
6089
+ attributes: {},
6090
+ path: [
6091
+ "modes",
6092
+ "color",
6093
+ "status",
6094
+ "custom",
6095
+ "orange",
6096
+ "default",
6097
+ ],
6098
+ },
6099
+ defaultAlt: {
6100
+ $extensions: {
6101
+ "studio.tokens": {
6102
+ modify: {
6103
+ type: "mix",
6104
+ value: "0.9",
6105
+ space: "lch",
6106
+ color: "#000000",
6107
+ format: "hex",
6108
+ },
6109
+ },
6110
+ },
6111
+ $type: "color",
6112
+ $value: "#1c0e04",
6113
+ $description: "Pill bg",
6114
+ filePath: "data/tokens/modes/dark.json",
6115
+ isSource: true,
6116
+ original: {
6117
+ $extensions: {
6118
+ "studio.tokens": {
6119
+ modify: {
6120
+ type: "mix",
6121
+ value: "0.9",
6122
+ space: "lch",
6123
+ color: "{modes.color.modifier.contrastLess}",
6124
+ },
6125
+ },
6126
+ },
6127
+ $type: "color",
6128
+ $value: "{primitives.colors.supplementary.orange.500}",
6129
+ $description: "Pill bg",
6130
+ },
6131
+ name: "modesColorStatusCustomOrangeDefaultAlt",
6132
+ attributes: {},
6133
+ path: [
6134
+ "modes",
6135
+ "color",
6136
+ "status",
6137
+ "custom",
6138
+ "orange",
6139
+ "defaultAlt",
6140
+ ],
6141
+ },
6142
+ hover: {
6143
+ $extensions: {
6144
+ "studio.tokens": {
6145
+ modify: {
6146
+ type: "mix",
6147
+ value: "0.15",
6148
+ space: "lch",
6149
+ color: "#FFFFFF",
6150
+ format: "hex",
6151
+ },
6152
+ },
6153
+ },
6154
+ $type: "color",
6155
+ $value: "#e66930",
6156
+ $description: "used on pill hover states",
6157
+ filePath: "data/tokens/modes/dark.json",
6158
+ isSource: true,
6159
+ original: {
6160
+ $extensions: {
6161
+ "studio.tokens": {
6162
+ modify: {
6163
+ type: "mix",
6164
+ value: "{primitives.color.modifiers.button.hover}",
6165
+ space: "lch",
6166
+ color: "{modes.color.modifier.contrastMore}",
6167
+ },
6168
+ },
6169
+ },
6170
+ $type: "color",
6171
+ $value: "{modes.color.status.custom.orange.default}",
6172
+ $description: "used on pill hover states",
6173
+ },
6174
+ name: "modesColorStatusCustomOrangeHover",
6175
+ attributes: {},
6176
+ path: ["modes", "color", "status", "custom", "orange", "hover"],
6177
+ },
6178
+ hoverAlt: {
6179
+ $extensions: {
6180
+ "studio.tokens": {
6181
+ modify: {
6182
+ type: "mix",
6183
+ value: "0.15",
6184
+ space: "lch",
6185
+ color: "#007ED9",
6186
+ format: "hex",
6187
+ },
6188
+ },
6189
+ },
6190
+ $type: "color",
6191
+ $value: "#331816",
6192
+ $description: "used on pill hover states",
6193
+ filePath: "data/tokens/modes/dark.json",
6194
+ isSource: true,
6195
+ original: {
6196
+ $extensions: {
6197
+ "studio.tokens": {
6198
+ modify: {
6199
+ type: "mix",
6200
+ value: "{primitives.color.modifiers.button.hover}",
6201
+ space: "lch",
6202
+ color: "{modes.color.status.info.default}",
6203
+ },
6204
+ },
6205
+ },
6206
+ $type: "color",
6207
+ $value: "{modes.color.status.custom.orange.defaultAlt}",
6208
+ $description: "used on pill hover states",
6209
+ },
6210
+ name: "modesColorStatusCustomOrangeHoverAlt",
6211
+ attributes: {},
6212
+ path: [
6213
+ "modes",
6214
+ "color",
6215
+ "status",
6216
+ "custom",
6217
+ "orange",
6218
+ "hoverAlt",
6219
+ ],
6220
+ },
6221
+ },
6222
+ red: {
6223
+ default: {
6224
+ $type: "color",
6225
+ $value: "#F50058",
6226
+ $description: "For pills. Not accessible with white TEXT.",
6227
+ filePath: "data/tokens/modes/dark.json",
6228
+ isSource: true,
6229
+ original: {
6230
+ $type: "color",
6231
+ $value: "{primitives.colors.supplementary.red.500}",
6232
+ $description: "For pills. Not accessible with white TEXT.",
6233
+ },
6234
+ name: "modesColorStatusCustomRedDefault",
6235
+ attributes: {},
6236
+ path: ["modes", "color", "status", "custom", "red", "default"],
6237
+ },
6238
+ defaultAlt: {
6239
+ $extensions: {
6240
+ "studio.tokens": {
6241
+ modify: {
6242
+ type: "mix",
6243
+ value: "0.9",
6244
+ space: "lch",
6245
+ color: "#000000",
6246
+ format: "hex",
6247
+ },
6248
+ },
6249
+ },
6250
+ $type: "color",
6251
+ $value: "#1e0d0d",
6252
+ $description: "Pill bg",
6253
+ filePath: "data/tokens/modes/dark.json",
6254
+ isSource: true,
6255
+ original: {
6256
+ $extensions: {
6257
+ "studio.tokens": {
6258
+ modify: {
6259
+ type: "mix",
6260
+ value: "0.9",
6261
+ space: "lch",
6262
+ color: "{modes.color.modifier.contrastLess}",
6263
+ },
6264
+ },
6265
+ },
6266
+ $type: "color",
6267
+ $value: "{primitives.colors.supplementary.red.500}",
6268
+ $description: "Pill bg",
6269
+ },
6270
+ name: "modesColorStatusCustomRedDefaultAlt",
6271
+ attributes: {},
6272
+ path: [
6273
+ "modes",
6274
+ "color",
6275
+ "status",
6276
+ "custom",
6277
+ "red",
6278
+ "defaultAlt",
6279
+ ],
6280
+ },
6281
+ hover: {
6282
+ $extensions: {
6283
+ "studio.tokens": {
6284
+ modify: {
6285
+ type: "mix",
6286
+ value: "0.15",
6287
+ space: "lch",
6288
+ color: "#FFFFFF",
6289
+ format: "hex",
6290
+ },
6291
+ },
6292
+ },
6293
+ $type: "color",
6294
+ $value: "#fc4e6e",
6295
+ $description: "used on pill hover states",
6296
+ filePath: "data/tokens/modes/dark.json",
6297
+ isSource: true,
6298
+ original: {
6299
+ $extensions: {
6300
+ "studio.tokens": {
6301
+ modify: {
6302
+ type: "mix",
6303
+ value: "{primitives.color.modifiers.button.hover}",
6304
+ space: "lch",
6305
+ color: "{modes.color.modifier.contrastMore}",
6306
+ },
6307
+ },
6308
+ },
6309
+ $type: "color",
6310
+ $value: "{modes.color.status.custom.red.default}",
6311
+ $description: "used on pill hover states",
6312
+ },
6313
+ name: "modesColorStatusCustomRedHover",
6314
+ attributes: {},
6315
+ path: ["modes", "color", "status", "custom", "red", "hover"],
6316
+ },
6317
+ hoverAlt: {
6318
+ $extensions: {
6319
+ "studio.tokens": {
6320
+ modify: {
6321
+ type: "mix",
6322
+ value: "0.15",
6323
+ space: "lch",
6324
+ color: "#007ED9",
6325
+ format: "hex",
6326
+ },
6327
+ },
6328
+ },
6329
+ $type: "color",
6330
+ $value: "#331720",
6331
+ $description: "used on pill hover states",
6332
+ filePath: "data/tokens/modes/dark.json",
6333
+ isSource: true,
6334
+ original: {
6335
+ $extensions: {
6336
+ "studio.tokens": {
6337
+ modify: {
6338
+ type: "mix",
6339
+ value: "{primitives.color.modifiers.button.hover}",
6340
+ space: "lch",
6341
+ color: "{modes.color.status.info.default}",
6342
+ },
6343
+ },
6344
+ },
6345
+ $type: "color",
6346
+ $value: "{modes.color.status.custom.red.defaultAlt}",
6347
+ $description: "used on pill hover states",
6348
+ },
6349
+ name: "modesColorStatusCustomRedHoverAlt",
6350
+ attributes: {},
6351
+ path: ["modes", "color", "status", "custom", "red", "hoverAlt"],
6352
+ },
6353
+ },
6354
+ pink: {
6355
+ default: {
6356
+ $type: "color",
6357
+ $value: "#DD2BAB",
6358
+ $description: "For pills. Not accessible with white TEXT.",
6359
+ filePath: "data/tokens/modes/dark.json",
6360
+ isSource: true,
6361
+ original: {
6362
+ $type: "color",
6363
+ $value: "{primitives.colors.supplementary.pink.500}",
6364
+ $description: "For pills. Not accessible with white TEXT.",
6365
+ },
6366
+ name: "modesColorStatusCustomPinkDefault",
6367
+ attributes: {},
6368
+ path: ["modes", "color", "status", "custom", "pink", "default"],
6369
+ },
6370
+ defaultAlt: {
6371
+ $extensions: {
6372
+ "studio.tokens": {
6373
+ modify: {
6374
+ type: "mix",
6375
+ value: "0.9",
6376
+ space: "lch",
6377
+ color: "#000000",
6378
+ format: "hex",
6379
+ },
6380
+ },
6381
+ },
6382
+ $type: "color",
6383
+ $value: "#1b0d16",
6384
+ $description: "Pill bg",
6385
+ filePath: "data/tokens/modes/dark.json",
6386
+ isSource: true,
6387
+ original: {
6388
+ $extensions: {
6389
+ "studio.tokens": {
6390
+ modify: {
6391
+ type: "mix",
6392
+ value: "0.9",
6393
+ space: "lch",
6394
+ color: "{modes.color.modifier.contrastLess}",
6395
+ },
6396
+ },
6397
+ },
6398
+ $type: "color",
6399
+ $value: "{primitives.colors.supplementary.pink.500}",
6400
+ $description: "Pill bg",
6401
+ },
6402
+ name: "modesColorStatusCustomPinkDefaultAlt",
6403
+ attributes: {},
6404
+ path: [
6405
+ "modes",
6406
+ "color",
6407
+ "status",
6408
+ "custom",
6409
+ "pink",
6410
+ "defaultAlt",
6411
+ ],
6412
+ },
6413
+ hover: {
6414
+ $extensions: {
6415
+ "studio.tokens": {
6416
+ modify: {
6417
+ type: "mix",
6418
+ value: "0.15",
6419
+ space: "lch",
6420
+ color: "#FFFFFF",
6421
+ format: "hex",
6422
+ },
6423
+ },
6424
+ },
6425
+ $type: "color",
6426
+ $value: "#e558b7",
6427
+ $description: "used on pill hover states",
6428
+ filePath: "data/tokens/modes/dark.json",
6429
+ isSource: true,
6430
+ original: {
6431
+ $extensions: {
6432
+ "studio.tokens": {
6433
+ modify: {
6434
+ type: "mix",
6435
+ value: "{primitives.color.modifiers.button.hover}",
6436
+ space: "lch",
6437
+ color: "{modes.color.modifier.contrastMore}",
6438
+ },
6439
+ },
6440
+ },
6441
+ $type: "color",
6442
+ $value: "{modes.color.status.custom.pink.default}",
6443
+ $description: "used on pill hover states",
6444
+ },
6445
+ name: "modesColorStatusCustomPinkHover",
6446
+ attributes: {},
6447
+ path: ["modes", "color", "status", "custom", "pink", "hover"],
6448
+ },
6449
+ hoverAlt: {
6450
+ $extensions: {
6451
+ "studio.tokens": {
6452
+ modify: {
6453
+ type: "mix",
6454
+ value: "0.15",
6455
+ space: "lch",
6456
+ color: "#007ED9",
6457
+ format: "hex",
6458
+ },
6459
+ },
6460
+ },
6461
+ $type: "color",
6462
+ $value: "#2d192b",
6463
+ $description: "used on pill hover states",
6464
+ filePath: "data/tokens/modes/dark.json",
6465
+ isSource: true,
6466
+ original: {
6467
+ $extensions: {
6468
+ "studio.tokens": {
6469
+ modify: {
6470
+ type: "mix",
6471
+ value: "{primitives.color.modifiers.button.hover}",
6472
+ space: "lch",
6473
+ color: "{modes.color.status.info.default}",
6474
+ },
6475
+ },
6476
+ },
6477
+ $type: "color",
6478
+ $value: "{modes.color.status.custom.pink.defaultAlt}",
6479
+ $description: "used on pill hover states",
6480
+ },
6481
+ name: "modesColorStatusCustomPinkHoverAlt",
6482
+ attributes: {},
6483
+ path: [
6484
+ "modes",
6485
+ "color",
6486
+ "status",
6487
+ "custom",
6488
+ "pink",
6489
+ "hoverAlt",
6490
+ ],
6491
+ },
6492
+ },
6493
+ purple: {
6494
+ default: {
6495
+ $type: "color",
6496
+ $value: "#985FDC",
6497
+ $description: "For pills. Not accessible with white TEXT.",
6498
+ filePath: "data/tokens/modes/dark.json",
6499
+ isSource: true,
6500
+ original: {
6501
+ $type: "color",
6502
+ $value: "{primitives.colors.supplementary.purple.500}",
6503
+ $description: "For pills. Not accessible with white TEXT.",
6504
+ },
6505
+ name: "modesColorStatusCustomPurpleDefault",
6506
+ attributes: {},
6507
+ path: [
6508
+ "modes",
6509
+ "color",
6510
+ "status",
6511
+ "custom",
6512
+ "purple",
6513
+ "default",
6514
+ ],
6515
+ },
6516
+ defaultAlt: {
6517
+ $extensions: {
6518
+ "studio.tokens": {
6519
+ modify: {
6520
+ type: "mix",
6521
+ value: "0.9",
6522
+ space: "lch",
6523
+ color: "#000000",
6524
+ format: "hex",
6525
+ },
6526
+ },
6527
+ },
6528
+ $type: "color",
6529
+ $value: "#150f19",
6530
+ $description: "Pill bg",
6531
+ filePath: "data/tokens/modes/dark.json",
6532
+ isSource: true,
6533
+ original: {
6534
+ $extensions: {
6535
+ "studio.tokens": {
6536
+ modify: {
6537
+ type: "mix",
6538
+ value: "0.9",
6539
+ space: "lch",
6540
+ color: "{modes.color.modifier.contrastLess}",
6541
+ },
6542
+ },
6543
+ },
6544
+ $type: "color",
6545
+ $value: "{primitives.colors.supplementary.purple.500}",
6546
+ $description: "Pill bg",
6547
+ },
6548
+ name: "modesColorStatusCustomPurpleDefaultAlt",
6549
+ attributes: {},
6550
+ path: [
6551
+ "modes",
6552
+ "color",
6553
+ "status",
6554
+ "custom",
6555
+ "purple",
6556
+ "defaultAlt",
6557
+ ],
6558
+ },
6559
+ hover: {
6560
+ $extensions: {
6561
+ "studio.tokens": {
6562
+ modify: {
6563
+ type: "mix",
6564
+ value: "0.15",
6565
+ space: "lch",
6566
+ color: "#FFFFFF",
6567
+ format: "hex",
6568
+ },
6569
+ },
6570
+ },
6571
+ $type: "color",
6572
+ $value: "#a977e2",
6573
+ $description: "used on pill hover states",
6574
+ filePath: "data/tokens/modes/dark.json",
6575
+ isSource: true,
6576
+ original: {
6577
+ $extensions: {
6578
+ "studio.tokens": {
6579
+ modify: {
6580
+ type: "mix",
6581
+ value: "{primitives.color.modifiers.button.hover}",
6582
+ space: "lch",
6583
+ color: "{modes.color.modifier.contrastMore}",
6584
+ },
6585
+ },
6586
+ },
6587
+ $type: "color",
6588
+ $value: "{modes.color.status.custom.purple.default}",
6589
+ $description: "used on pill hover states",
6590
+ },
6591
+ name: "modesColorStatusCustomPurpleHover",
6592
+ attributes: {},
6593
+ path: ["modes", "color", "status", "custom", "purple", "hover"],
6594
+ },
6595
+ hoverAlt: {
6596
+ $extensions: {
6597
+ "studio.tokens": {
6598
+ modify: {
6599
+ type: "mix",
6600
+ value: "0.15",
6601
+ space: "lch",
6602
+ color: "#007ED9",
6603
+ format: "hex",
6604
+ },
6605
+ },
6606
+ },
6607
+ $type: "color",
6608
+ $value: "#231c30",
6609
+ $description: "used on pill hover states",
6610
+ filePath: "data/tokens/modes/dark.json",
6611
+ isSource: true,
6612
+ original: {
6613
+ $extensions: {
6614
+ "studio.tokens": {
6615
+ modify: {
6616
+ type: "mix",
6617
+ value: "{primitives.color.modifiers.button.hover}",
6618
+ space: "lch",
6619
+ color: "{modes.color.status.info.default}",
6620
+ },
6621
+ },
6622
+ },
6623
+ $type: "color",
6624
+ $value: "{modes.color.status.custom.purple.defaultAlt}",
6625
+ $description: "used on pill hover states",
6626
+ },
6627
+ name: "modesColorStatusCustomPurpleHoverAlt",
6628
+ attributes: {},
6629
+ path: [
6630
+ "modes",
6631
+ "color",
6632
+ "status",
6633
+ "custom",
6634
+ "purple",
6635
+ "hoverAlt",
6636
+ ],
6637
+ },
6638
+ },
6639
+ gray: {
6640
+ default: {
6641
+ $type: "color",
6642
+ $value: "#7C7C7C",
6643
+ $description: "For pills. Not accessible with white TEXT.",
6644
+ filePath: "data/tokens/modes/dark.json",
6645
+ isSource: true,
6646
+ original: {
6647
+ $type: "color",
6648
+ $value: "{primitives.colors.supplementary.gray.500}",
6649
+ $description: "For pills. Not accessible with white TEXT.",
6650
+ },
6651
+ name: "modesColorStatusCustomGrayDefault",
6652
+ attributes: {},
6653
+ path: ["modes", "color", "status", "custom", "gray", "default"],
6654
+ },
6655
+ defaultAlt: {
6656
+ $extensions: {
6657
+ "studio.tokens": {
6658
+ modify: {
6659
+ type: "mix",
6660
+ value: "0.9",
6661
+ space: "lch",
6662
+ color: "#000000",
6663
+ format: "hex",
6664
+ },
6665
+ },
6666
+ },
6667
+ $type: "color",
6668
+ $value: "#111",
6669
+ $description: "Pill bg",
6670
+ filePath: "data/tokens/modes/dark.json",
6671
+ isSource: true,
6672
+ original: {
6673
+ $extensions: {
6674
+ "studio.tokens": {
6675
+ modify: {
6676
+ type: "mix",
6677
+ value: "0.9",
6678
+ space: "lch",
6679
+ color: "{modes.color.modifier.contrastLess}",
6680
+ },
6681
+ },
6682
+ },
6683
+ $type: "color",
6684
+ $value: "{primitives.colors.supplementary.gray.500}",
6685
+ $description: "Pill bg",
6686
+ },
6687
+ name: "modesColorStatusCustomGrayDefaultAlt",
6688
+ attributes: {},
6689
+ path: [
6690
+ "modes",
6691
+ "color",
6692
+ "status",
6693
+ "custom",
6694
+ "gray",
6695
+ "defaultAlt",
6696
+ ],
6697
+ },
6698
+ hover: {
6699
+ $extensions: {
6700
+ "studio.tokens": {
6701
+ modify: {
6702
+ type: "mix",
6703
+ value: "0.15",
6704
+ space: "lch",
6705
+ color: "#FFFFFF",
6706
+ format: "hex",
6707
+ },
6708
+ },
6709
+ },
6710
+ $type: "color",
6711
+ $value: "#8e8e8e",
6712
+ $description: "used on pill hover states",
6713
+ filePath: "data/tokens/modes/dark.json",
6714
+ isSource: true,
6715
+ original: {
6716
+ $extensions: {
6717
+ "studio.tokens": {
6718
+ modify: {
6719
+ type: "mix",
6720
+ value: "{primitives.color.modifiers.button.hover}",
6721
+ space: "lch",
6722
+ color: "{modes.color.modifier.contrastMore}",
6723
+ },
6724
+ },
6725
+ },
6726
+ $type: "color",
6727
+ $value: "{modes.color.status.custom.gray.default}",
6728
+ $description: "used on pill hover states",
6729
+ },
6730
+ name: "modesColorStatusCustomGrayHover",
6731
+ attributes: {},
6732
+ path: ["modes", "color", "status", "custom", "gray", "hover"],
6733
+ },
6734
+ hoverAlt: {
6735
+ $extensions: {
6736
+ "studio.tokens": {
6737
+ modify: {
6738
+ type: "mix",
6739
+ value: "0.15",
6740
+ space: "lch",
6741
+ color: "#007ED9",
6742
+ format: "hex",
6743
+ },
6744
+ },
6745
+ },
6746
+ $type: "color",
6747
+ $value: "#1a202b",
6748
+ $description: "used on pill hover states",
6749
+ filePath: "data/tokens/modes/dark.json",
6750
+ isSource: true,
6751
+ original: {
6752
+ $extensions: {
6753
+ "studio.tokens": {
6754
+ modify: {
6755
+ type: "mix",
6756
+ value: "{primitives.color.modifiers.button.hover}",
6757
+ space: "lch",
6758
+ color: "{modes.color.status.info.default}",
6759
+ },
6760
+ },
6761
+ },
6762
+ $type: "color",
6763
+ $value: "{modes.color.status.custom.gray.defaultAlt}",
6764
+ $description: "used on pill hover states",
6765
+ },
6766
+ name: "modesColorStatusCustomGrayHoverAlt",
6767
+ attributes: {},
6768
+ path: [
6769
+ "modes",
6770
+ "color",
6771
+ "status",
6772
+ "custom",
6773
+ "gray",
6774
+ "hoverAlt",
6775
+ ],
6776
+ },
6777
+ },
6778
+ slate: {
6779
+ default: {
6780
+ $type: "color",
6781
+ $value: "#5C8196",
6782
+ $description: "For pills. Not accessible with white TEXT.",
6783
+ filePath: "data/tokens/modes/dark.json",
6784
+ isSource: true,
6785
+ original: {
6786
+ $type: "color",
6787
+ $value: "{primitives.colors.supplementary.slate.500}",
6788
+ $description: "For pills. Not accessible with white TEXT.",
6789
+ },
6790
+ name: "modesColorStatusCustomSlateDefault",
6791
+ attributes: {},
6792
+ path: [
6793
+ "modes",
6794
+ "color",
6795
+ "status",
6796
+ "custom",
6797
+ "slate",
6798
+ "default",
6799
+ ],
6800
+ },
6801
+ defaultAlt: {
6802
+ $extensions: {
6803
+ "studio.tokens": {
6804
+ modify: {
6805
+ type: "mix",
6806
+ value: "0.9",
6807
+ space: "lch",
6808
+ color: "#000000",
6809
+ format: "hex",
6810
+ },
6811
+ },
6812
+ },
6813
+ $type: "color",
6814
+ $value: "#0f1214",
6815
+ $description: "Pill bg",
6816
+ filePath: "data/tokens/modes/dark.json",
6817
+ isSource: true,
6818
+ original: {
6819
+ $extensions: {
6820
+ "studio.tokens": {
6821
+ modify: {
6822
+ type: "mix",
6823
+ value: "0.9",
6824
+ space: "lch",
6825
+ color: "{modes.color.modifier.contrastLess}",
6826
+ },
6827
+ },
6828
+ },
6829
+ $type: "color",
6830
+ $value: "{primitives.colors.supplementary.slate.500}",
6831
+ $description: "Pill bg",
6832
+ },
6833
+ name: "modesColorStatusCustomSlateDefaultAlt",
6834
+ attributes: {},
6835
+ path: [
6836
+ "modes",
6837
+ "color",
6838
+ "status",
6839
+ "custom",
6840
+ "slate",
6841
+ "defaultAlt",
6842
+ ],
6843
+ },
6844
+ hover: {
6845
+ $extensions: {
6846
+ "studio.tokens": {
6847
+ modify: {
6848
+ type: "mix",
6849
+ value: "0.15",
6850
+ space: "lch",
6851
+ color: "#FFFFFF",
6852
+ format: "hex",
6853
+ },
6854
+ },
6855
+ },
6856
+ $type: "color",
6857
+ $value: "#7493a5",
6858
+ $description: "used on pill hover states",
6859
+ filePath: "data/tokens/modes/dark.json",
6860
+ isSource: true,
6861
+ original: {
6862
+ $extensions: {
6863
+ "studio.tokens": {
6864
+ modify: {
6865
+ type: "mix",
6866
+ value: "{primitives.color.modifiers.button.hover}",
6867
+ space: "lch",
6868
+ color: "{modes.color.modifier.contrastMore}",
6869
+ },
6870
+ },
6871
+ },
6872
+ $type: "color",
6873
+ $value: "{modes.color.status.custom.slate.default}",
6874
+ $description: "used on pill hover states",
6875
+ },
6876
+ name: "modesColorStatusCustomSlateHover",
6877
+ attributes: {},
6878
+ path: ["modes", "color", "status", "custom", "slate", "hover"],
6879
+ },
6880
+ hoverAlt: {
6881
+ $extensions: {
6882
+ "studio.tokens": {
6883
+ modify: {
6884
+ type: "mix",
6885
+ value: "0.15",
6886
+ space: "lch",
6887
+ color: "#007ED9",
6888
+ format: "hex",
6889
+ },
6890
+ },
6891
+ },
6892
+ $type: "color",
6893
+ $value: "#13222c",
6894
+ $description: "used on pill hover states",
6895
+ filePath: "data/tokens/modes/dark.json",
6896
+ isSource: true,
6897
+ original: {
6898
+ $extensions: {
6899
+ "studio.tokens": {
6900
+ modify: {
6901
+ type: "mix",
6902
+ value: "{primitives.color.modifiers.button.hover}",
6903
+ space: "lch",
6904
+ color: "{modes.color.status.info.default}",
6905
+ },
6906
+ },
6907
+ },
6908
+ $type: "color",
6909
+ $value: "{modes.color.status.custom.slate.defaultAlt}",
6910
+ $description: "used on pill hover states",
6911
+ },
6912
+ name: "modesColorStatusCustomSlateHoverAlt",
6913
+ attributes: {},
6914
+ path: [
6915
+ "modes",
6916
+ "color",
6917
+ "status",
6918
+ "custom",
6919
+ "slate",
6920
+ "hoverAlt",
6921
+ ],
6922
+ },
6923
+ },
6924
+ },
6925
+ generic: {
6926
+ default: {
6927
+ $type: "color",
6928
+ $value: "#F0F",
6929
+ filePath: "data/tokens/modes/dark.json",
6930
+ isSource: true,
6931
+ original: {
6932
+ $type: "color",
6933
+ $value: "#F0F",
6934
+ },
6935
+ name: "modesColorStatusGenericDefault",
6936
+ attributes: {},
6937
+ path: ["modes", "color", "status", "generic", "default"],
6938
+ },
5566
6939
  },
5567
6940
  important: {
5568
6941
  default: {
5569
6942
  $type: "color",
5570
- $value: "#985FDC",
6943
+ $value: "#8F4CD7",
5571
6944
  $description:
5572
6945
  "For tile status keylines to show if something is of high importance.",
5573
6946
  filePath: "data/tokens/modes/dark.json",
5574
6947
  isSource: true,
5575
6948
  original: {
5576
6949
  $type: "color",
5577
- $value: "{primitives.colors.supplementary.purple.500}",
5578
- $description:
5579
- "For tile status keylines to show if something is of high importance.",
6950
+ $value: "{primitives.colors.supplementary.purple.400}",
6951
+ $description:
6952
+ "For tile status keylines to show if something is of high importance.",
6953
+ },
6954
+ name: "modesColorStatusImportantDefault",
6955
+ attributes: {},
6956
+ path: ["modes", "color", "status", "important", "default"],
6957
+ },
6958
+ defaultAlt: {
6959
+ $extensions: {
6960
+ "studio.tokens": {
6961
+ modify: {
6962
+ type: "mix",
6963
+ value: "0.9",
6964
+ space: "lch",
6965
+ color: "#000000",
6966
+ format: "hex",
6967
+ },
6968
+ },
6969
+ },
6970
+ $type: "color",
6971
+ $value: "#150d19",
6972
+ $description: "Subtle message bg",
6973
+ filePath: "data/tokens/modes/dark.json",
6974
+ isSource: true,
6975
+ original: {
6976
+ $extensions: {
6977
+ "studio.tokens": {
6978
+ modify: {
6979
+ type: "mix",
6980
+ value: "0.9",
6981
+ space: "lch",
6982
+ color: "{modes.color.modifier.contrastLess}",
6983
+ },
6984
+ },
6985
+ },
6986
+ $type: "color",
6987
+ $value: "{primitives.colors.supplementary.purple.400}",
6988
+ $description: "Subtle message bg",
6989
+ },
6990
+ name: "modesColorStatusImportantDefaultAlt",
6991
+ attributes: {},
6992
+ path: ["modes", "color", "status", "important", "defaultAlt"],
6993
+ },
6994
+ hover: {
6995
+ $extensions: {
6996
+ "studio.tokens": {
6997
+ modify: {
6998
+ type: "mix",
6999
+ value: "0.15",
7000
+ space: "lch",
7001
+ color: "#FFFFFF",
7002
+ format: "hex",
7003
+ },
7004
+ },
7005
+ },
7006
+ $type: "color",
7007
+ $value: "#a267de",
7008
+ $description: "used on pill hover states",
7009
+ filePath: "data/tokens/modes/dark.json",
7010
+ isSource: true,
7011
+ original: {
7012
+ $extensions: {
7013
+ "studio.tokens": {
7014
+ modify: {
7015
+ type: "mix",
7016
+ value: "{primitives.color.modifiers.button.hover}",
7017
+ space: "lch",
7018
+ color: "{modes.color.modifier.contrastMore}",
7019
+ },
7020
+ },
7021
+ },
7022
+ $type: "color",
7023
+ $value: "{modes.color.status.important.default}",
7024
+ $description: "used on pill hover states",
7025
+ },
7026
+ name: "modesColorStatusImportantHover",
7027
+ attributes: {},
7028
+ path: ["modes", "color", "status", "important", "hover"],
7029
+ },
7030
+ hoverAlt: {
7031
+ $extensions: {
7032
+ "studio.tokens": {
7033
+ modify: {
7034
+ type: "mix",
7035
+ value: "0.15",
7036
+ space: "lch",
7037
+ color: "#007ED9",
7038
+ format: "hex",
7039
+ },
7040
+ },
7041
+ },
7042
+ $type: "color",
7043
+ $value: "#231b30",
7044
+ $description: "used on pill hover states and message bg",
7045
+ filePath: "data/tokens/modes/dark.json",
7046
+ isSource: true,
7047
+ original: {
7048
+ $extensions: {
7049
+ "studio.tokens": {
7050
+ modify: {
7051
+ type: "mix",
7052
+ value: "{primitives.color.modifiers.button.hover}",
7053
+ space: "lch",
7054
+ color: "{modes.color.status.info.default}",
7055
+ },
7056
+ },
7057
+ },
7058
+ $type: "color",
7059
+ $value: "{modes.color.status.important.defaultAlt}",
7060
+ $description: "used on pill hover states and message bg",
7061
+ },
7062
+ name: "modesColorStatusImportantHoverAlt",
7063
+ attributes: {},
7064
+ path: ["modes", "color", "status", "important", "hoverAlt"],
7065
+ },
7066
+ inverse: {
7067
+ default: {
7068
+ $type: "color",
7069
+ $value: "#985FDC",
7070
+ filePath: "data/tokens/modes/dark.json",
7071
+ isSource: true,
7072
+ original: {
7073
+ $type: "color",
7074
+ $value: "{primitives.colors.supplementary.purple.500}",
7075
+ },
7076
+ name: "modesColorStatusImportantInverseDefault",
7077
+ attributes: {},
7078
+ path: [
7079
+ "modes",
7080
+ "color",
7081
+ "status",
7082
+ "important",
7083
+ "inverse",
7084
+ "default",
7085
+ ],
7086
+ },
7087
+ defaultAlt: {
7088
+ $extensions: {
7089
+ "studio.tokens": {
7090
+ modify: {
7091
+ type: "mix",
7092
+ value: "0.85",
7093
+ space: "lch",
7094
+ color: "#FFFFFF ",
7095
+ format: "hex",
7096
+ },
7097
+ },
7098
+ },
7099
+ $type: "color",
7100
+ $value: "#f1e6fa",
7101
+ $description: "Subtle message bg",
7102
+ filePath: "data/tokens/modes/dark.json",
7103
+ isSource: true,
7104
+ original: {
7105
+ $extensions: {
7106
+ "studio.tokens": {
7107
+ modify: {
7108
+ type: "mix",
7109
+ value: "0.85",
7110
+ space: "lch",
7111
+ color: "{modes.color.modifier.contrastMore} ",
7112
+ },
7113
+ },
7114
+ },
7115
+ $type: "color",
7116
+ $value: "{primitives.colors.supplementary.purple.500}",
7117
+ $description: "Subtle message bg",
7118
+ },
7119
+ name: "modesColorStatusImportantInverseDefaultAlt",
7120
+ attributes: {},
7121
+ path: [
7122
+ "modes",
7123
+ "color",
7124
+ "status",
7125
+ "important",
7126
+ "inverse",
7127
+ "defaultAlt",
7128
+ ],
7129
+ },
7130
+ hover: {
7131
+ $extensions: {
7132
+ "studio.tokens": {
7133
+ modify: {
7134
+ type: "mix",
7135
+ value: "0.15",
7136
+ space: "lch",
7137
+ color: "#000000",
7138
+ format: "hex",
7139
+ },
7140
+ },
7141
+ },
7142
+ $type: "color",
7143
+ $value: "#8051b8",
7144
+ $description: "used on pill hover states",
7145
+ filePath: "data/tokens/modes/dark.json",
7146
+ isSource: true,
7147
+ original: {
7148
+ $extensions: {
7149
+ "studio.tokens": {
7150
+ modify: {
7151
+ type: "mix",
7152
+ value: "{primitives.color.modifiers.button.hover}",
7153
+ space: "lch",
7154
+ color: "{modes.color.modifier.contrastLess}",
7155
+ },
7156
+ },
7157
+ },
7158
+ $type: "color",
7159
+ $value: "{modes.color.status.important.inverse.default}",
7160
+ $description: "used on pill hover states",
7161
+ },
7162
+ name: "modesColorStatusImportantInverseHover",
7163
+ attributes: {},
7164
+ path: [
7165
+ "modes",
7166
+ "color",
7167
+ "status",
7168
+ "important",
7169
+ "inverse",
7170
+ "hover",
7171
+ ],
7172
+ },
7173
+ hoverAlt: {
7174
+ $extensions: {
7175
+ "studio.tokens": {
7176
+ modify: {
7177
+ type: "mix",
7178
+ value: "0.15",
7179
+ space: "lch",
7180
+ color: "#0060A7",
7181
+ format: "hex",
7182
+ },
7183
+ },
7184
+ },
7185
+ $type: "color",
7186
+ $value: "#daceed",
7187
+ $description: "used on pill hover states and message bg",
7188
+ filePath: "data/tokens/modes/dark.json",
7189
+ isSource: true,
7190
+ original: {
7191
+ $extensions: {
7192
+ "studio.tokens": {
7193
+ modify: {
7194
+ type: "mix",
7195
+ value: "{primitives.color.modifiers.button.hover}",
7196
+ space: "lch",
7197
+ color: "{modes.color.status.info.inverse.default}",
7198
+ },
7199
+ },
7200
+ },
7201
+ $type: "color",
7202
+ $value: "{modes.color.status.important.inverse.defaultAlt}",
7203
+ $description: "used on pill hover states and message bg",
7204
+ },
7205
+ name: "modesColorStatusImportantInverseHoverAlt",
7206
+ attributes: {},
7207
+ path: [
7208
+ "modes",
7209
+ "color",
7210
+ "status",
7211
+ "important",
7212
+ "inverse",
7213
+ "hoverAlt",
7214
+ ],
7215
+ },
7216
+ },
7217
+ },
7218
+ inactive: {
7219
+ default: {
7220
+ $type: "color",
7221
+ $value: "#4b4b4b",
7222
+ $description: "For readonly pill bg and border",
7223
+ filePath: "data/tokens/modes/dark.json",
7224
+ isSource: true,
7225
+ original: {
7226
+ $type: "color",
7227
+ $value: "{modes.color.generic.fg.soft}",
7228
+ $description: "For readonly pill bg and border",
7229
+ },
7230
+ name: "modesColorStatusInactiveDefault",
7231
+ attributes: {},
7232
+ path: ["modes", "color", "status", "inactive", "default"],
7233
+ },
7234
+ withDefault: {
7235
+ $type: "color",
7236
+ $value: "#ffffffab",
7237
+ $description: "For readonly filled pill text",
7238
+ filePath: "data/tokens/modes/dark.json",
7239
+ isSource: true,
7240
+ original: {
7241
+ $type: "color",
7242
+ $value: "{modes.color.generic.content.firm}",
7243
+ $description: "For readonly filled pill text",
5580
7244
  },
5581
- name: "modesColorStatusImportantDefault",
7245
+ name: "modesColorStatusInactiveWithDefault",
5582
7246
  attributes: {},
5583
- path: ["modes", "color", "status", "important", "default"],
7247
+ path: ["modes", "color", "status", "inactive", "withDefault"],
7248
+ },
7249
+ inverse: {
7250
+ default: {
7251
+ $extensions: {
7252
+ "studio.tokens": {
7253
+ modify: {
7254
+ type: "mix",
7255
+ value: "0.32",
7256
+ space: "lch",
7257
+ color: "#000000 ",
7258
+ format: "hex",
7259
+ },
7260
+ },
7261
+ },
7262
+ $type: "color",
7263
+ $value: "#a6a6a6",
7264
+ $description: "For readonly pill bg and border",
7265
+ filePath: "data/tokens/modes/dark.json",
7266
+ isSource: true,
7267
+ original: {
7268
+ $extensions: {
7269
+ "studio.tokens": {
7270
+ modify: {
7271
+ type: "mix",
7272
+ value: "0.32",
7273
+ space: "lch",
7274
+ color: "{modes.color.modifier.contrastLess} ",
7275
+ },
7276
+ },
7277
+ },
7278
+ $type: "color",
7279
+ $value: "{primitives.colors.white}",
7280
+ $description: "For readonly pill bg and border",
7281
+ },
7282
+ name: "modesColorStatusInactiveInverseDefault",
7283
+ attributes: {},
7284
+ path: [
7285
+ "modes",
7286
+ "color",
7287
+ "status",
7288
+ "inactive",
7289
+ "inverse",
7290
+ "default",
7291
+ ],
7292
+ },
7293
+ withDefault: {
7294
+ $extensions: {
7295
+ "studio.tokens": {
7296
+ modify: {
7297
+ type: "alpha",
7298
+ value: "0.67",
7299
+ space: "lch",
7300
+ format: "hex",
7301
+ },
7302
+ },
7303
+ },
7304
+ $type: "color",
7305
+ $value: "#000000ab",
7306
+ $description: "For readonly filled pill text",
7307
+ filePath: "data/tokens/modes/dark.json",
7308
+ isSource: true,
7309
+ original: {
7310
+ $extensions: {
7311
+ "studio.tokens": {
7312
+ modify: {
7313
+ type: "alpha",
7314
+ value: "0.67",
7315
+ space: "lch",
7316
+ },
7317
+ },
7318
+ },
7319
+ $type: "color",
7320
+ $value: "{primitives.colors.black}",
7321
+ $description: "For readonly filled pill text",
7322
+ },
7323
+ name: "modesColorStatusInactiveInverseWithDefault",
7324
+ attributes: {},
7325
+ path: [
7326
+ "modes",
7327
+ "color",
7328
+ "status",
7329
+ "inactive",
7330
+ "inverse",
7331
+ "withDefault",
7332
+ ],
7333
+ },
5584
7334
  },
5585
7335
  },
5586
7336
  info: {
@@ -5638,7 +7388,7 @@
5638
7388
  "studio.tokens": {
5639
7389
  modify: {
5640
7390
  type: "mix",
5641
- value: "0.16",
7391
+ value: "0.15",
5642
7392
  space: "lch",
5643
7393
  color: "#FFFFFF",
5644
7394
  format: "hex",
@@ -5646,7 +7396,7 @@
5646
7396
  },
5647
7397
  },
5648
7398
  $type: "color",
5649
- $value: "#5291e0",
7399
+ $value: "#4f90df",
5650
7400
  $description: "used on pill hover states",
5651
7401
  filePath: "data/tokens/modes/dark.json",
5652
7402
  isSource: true,
@@ -5655,7 +7405,7 @@
5655
7405
  "studio.tokens": {
5656
7406
  modify: {
5657
7407
  type: "mix",
5658
- value: "{modes.color.modifiers.button.hover}",
7408
+ value: "{primitives.color.modifiers.button.hover}",
5659
7409
  space: "lch",
5660
7410
  color: "{modes.color.modifier.contrastMore}",
5661
7411
  },
@@ -5674,7 +7424,7 @@
5674
7424
  "studio.tokens": {
5675
7425
  modify: {
5676
7426
  type: "mix",
5677
- value: "0.16",
7427
+ value: "0.15",
5678
7428
  space: "lch",
5679
7429
  color: "#007ED9",
5680
7430
  format: "hex",
@@ -5682,7 +7432,7 @@
5682
7432
  },
5683
7433
  },
5684
7434
  $type: "color",
5685
- $value: "#17253b",
7435
+ $value: "#17253a",
5686
7436
  $description: "used on pill hover states and message bg",
5687
7437
  filePath: "data/tokens/modes/dark.json",
5688
7438
  isSource: true,
@@ -5691,7 +7441,7 @@
5691
7441
  "studio.tokens": {
5692
7442
  modify: {
5693
7443
  type: "mix",
5694
- value: "{modes.color.modifiers.button.hover}",
7444
+ value: "{primitives.color.modifiers.button.hover}",
5695
7445
  space: "lch",
5696
7446
  color: "{modes.color.status.info.default}",
5697
7447
  },
@@ -5730,7 +7480,7 @@
5730
7480
  },
5731
7481
  hover: {
5732
7482
  $type: "color",
5733
- $value: "#5291e0",
7483
+ $value: "#4f90df",
5734
7484
  $description: "used on global message bg",
5735
7485
  filePath: "data/tokens/modes/dark.json",
5736
7486
  isSource: true,
@@ -5824,7 +7574,7 @@
5824
7574
  "studio.tokens": {
5825
7575
  modify: {
5826
7576
  type: "mix",
5827
- value: "0.16",
7577
+ value: "0.15",
5828
7578
  space: "lch",
5829
7579
  color: "#000000",
5830
7580
  format: "hex",
@@ -5832,7 +7582,7 @@
5832
7582
  },
5833
7583
  },
5834
7584
  $type: "color",
5835
- $value: "#10508a",
7585
+ $value: "#10518c",
5836
7586
  $description: "used on pill hover states",
5837
7587
  filePath: "data/tokens/modes/dark.json",
5838
7588
  isSource: true,
@@ -5841,7 +7591,7 @@
5841
7591
  "studio.tokens": {
5842
7592
  modify: {
5843
7593
  type: "mix",
5844
- value: "{modes.color.modifiers.button.hover}",
7594
+ value: "{primitives.color.modifiers.button.hover}",
5845
7595
  space: "lch",
5846
7596
  color: "{modes.color.modifier.contrastLess}",
5847
7597
  },
@@ -5860,7 +7610,7 @@
5860
7610
  "studio.tokens": {
5861
7611
  modify: {
5862
7612
  type: "mix",
5863
- value: "0.16",
7613
+ value: "0.15",
5864
7614
  space: "lch",
5865
7615
  color: "#0060A7",
5866
7616
  format: "hex",
@@ -5868,7 +7618,7 @@
5868
7618
  },
5869
7619
  },
5870
7620
  $type: "color",
5871
- $value: "#cbd6e9",
7621
+ $value: "#cdd7ea",
5872
7622
  $description: "used on pill hover states and message bg",
5873
7623
  filePath: "data/tokens/modes/dark.json",
5874
7624
  isSource: true,
@@ -5877,7 +7627,7 @@
5877
7627
  "studio.tokens": {
5878
7628
  modify: {
5879
7629
  type: "mix",
5880
- value: "{modes.color.modifiers.button.hover}",
7630
+ value: "{primitives.color.modifiers.button.hover}",
5881
7631
  space: "lch",
5882
7632
  color: "{modes.color.status.info.inverse.default}",
5883
7633
  },
@@ -5955,7 +7705,7 @@
5955
7705
  "studio.tokens": {
5956
7706
  modify: {
5957
7707
  type: "mix",
5958
- value: "0.16",
7708
+ value: "0.15",
5959
7709
  space: "lch",
5960
7710
  color: "#FFFFFF",
5961
7711
  format: "hex",
@@ -5963,7 +7713,7 @@
5963
7713
  },
5964
7714
  },
5965
7715
  $type: "color",
5966
- $value: "#eb646c",
7716
+ $value: "#ea626a",
5967
7717
  $description: "used on pill hover states",
5968
7718
  filePath: "data/tokens/modes/dark.json",
5969
7719
  isSource: true,
@@ -5972,7 +7722,7 @@
5972
7722
  "studio.tokens": {
5973
7723
  modify: {
5974
7724
  type: "mix",
5975
- value: "{modes.color.modifiers.button.hover}",
7725
+ value: "{primitives.color.modifiers.button.hover}",
5976
7726
  space: "lch",
5977
7727
  color: "{modes.color.modifier.contrastMore}",
5978
7728
  },
@@ -5991,7 +7741,7 @@
5991
7741
  "studio.tokens": {
5992
7742
  modify: {
5993
7743
  type: "mix",
5994
- value: "0.16",
7744
+ value: "0.15",
5995
7745
  space: "lch",
5996
7746
  color: "#E13E53",
5997
7747
  format: "hex",
@@ -5999,7 +7749,7 @@
5999
7749
  },
6000
7750
  },
6001
7751
  $type: "color",
6002
- $value: "#3f1a1c",
7752
+ $value: "#3d1a1c",
6003
7753
  $description: "used on pill hover states and message bg",
6004
7754
  filePath: "data/tokens/modes/dark.json",
6005
7755
  isSource: true,
@@ -6008,7 +7758,7 @@
6008
7758
  "studio.tokens": {
6009
7759
  modify: {
6010
7760
  type: "mix",
6011
- value: "{modes.color.modifiers.button.hover}",
7761
+ value: "{primitives.color.modifiers.button.hover}",
6012
7762
  space: "lch",
6013
7763
  color: "{modes.color.status.negative.default}",
6014
7764
  },
@@ -6108,7 +7858,7 @@
6108
7858
  "studio.tokens": {
6109
7859
  modify: {
6110
7860
  type: "mix",
6111
- value: "0.16",
7861
+ value: "0.15",
6112
7862
  space: "lch",
6113
7863
  color: "#000000 ",
6114
7864
  format: "hex",
@@ -6116,7 +7866,7 @@
6116
7866
  },
6117
7867
  },
6118
7868
  $type: "color",
6119
- $value: "#aa323f",
7869
+ $value: "#ac3240",
6120
7870
  $description: "used on pill hover states",
6121
7871
  filePath: "data/tokens/modes/dark.json",
6122
7872
  isSource: true,
@@ -6125,7 +7875,7 @@
6125
7875
  "studio.tokens": {
6126
7876
  modify: {
6127
7877
  type: "mix",
6128
- value: "{modes.color.modifiers.button.hover}",
7878
+ value: "{primitives.color.modifiers.button.hover}",
6129
7879
  space: "lch",
6130
7880
  color: "{modes.color.modifier.contrastLess} ",
6131
7881
  },
@@ -6151,7 +7901,7 @@
6151
7901
  "studio.tokens": {
6152
7902
  modify: {
6153
7903
  type: "mix",
6154
- value: "0.16",
7904
+ value: "0.15",
6155
7905
  space: "lch",
6156
7906
  color: "#CD384B",
6157
7907
  format: "hex",
@@ -6159,7 +7909,7 @@
6159
7909
  },
6160
7910
  },
6161
7911
  $type: "color",
6162
- $value: "#f9d1cf",
7912
+ $value: "#f9d3d1",
6163
7913
  $description: "used on pill hover states and message bg",
6164
7914
  filePath: "data/tokens/modes/dark.json",
6165
7915
  isSource: true,
@@ -6168,7 +7918,7 @@
6168
7918
  "studio.tokens": {
6169
7919
  modify: {
6170
7920
  type: "mix",
6171
- value: "{modes.color.modifiers.button.hover}",
7921
+ value: "{primitives.color.modifiers.button.hover}",
6172
7922
  space: "lch",
6173
7923
  color: "{modes.color.status.negative.inverse.default}",
6174
7924
  },
@@ -6266,7 +8016,7 @@
6266
8016
  "studio.tokens": {
6267
8017
  modify: {
6268
8018
  type: "mix",
6269
- value: "0.16",
8019
+ value: "0.15",
6270
8020
  space: "lch",
6271
8021
  color: "#FFFFFF",
6272
8022
  format: "hex",
@@ -6274,7 +8024,7 @@
6274
8024
  },
6275
8025
  },
6276
8026
  $type: "color",
6277
- $value: "#909090",
8027
+ $value: "#8e8e8e",
6278
8028
  $description: "used on pill hover states",
6279
8029
  filePath: "data/tokens/modes/dark.json",
6280
8030
  isSource: true,
@@ -6283,7 +8033,7 @@
6283
8033
  "studio.tokens": {
6284
8034
  modify: {
6285
8035
  type: "mix",
6286
- value: "{modes.color.modifiers.button.hover}",
8036
+ value: "{primitives.color.modifiers.button.hover}",
6287
8037
  space: "lch",
6288
8038
  color: "{modes.color.modifier.contrastMore}",
6289
8039
  },
@@ -6302,7 +8052,7 @@
6302
8052
  "studio.tokens": {
6303
8053
  modify: {
6304
8054
  type: "mix",
6305
- value: "0.16",
8055
+ value: "0.15",
6306
8056
  space: "lch",
6307
8057
  color: "#7C7C7C",
6308
8058
  format: "hex",
@@ -6310,7 +8060,7 @@
6310
8060
  },
6311
8061
  },
6312
8062
  $type: "color",
6313
- $value: "#252525",
8063
+ $value: "#242424",
6314
8064
  $description: "used on pill hover states and message bg",
6315
8065
  filePath: "data/tokens/modes/dark.json",
6316
8066
  isSource: true,
@@ -6319,7 +8069,7 @@
6319
8069
  "studio.tokens": {
6320
8070
  modify: {
6321
8071
  type: "mix",
6322
- value: "{modes.color.modifiers.button.hover}",
8072
+ value: "{primitives.color.modifiers.button.hover}",
6323
8073
  space: "lch",
6324
8074
  color: "{modes.color.status.neutral.default}",
6325
8075
  },
@@ -6420,7 +8170,7 @@
6420
8170
  },
6421
8171
  hover: {
6422
8172
  $type: "color",
6423
- $value: "#909090",
8173
+ $value: "#8e8e8e",
6424
8174
  filePath: "data/tokens/modes/dark.json",
6425
8175
  isSource: true,
6426
8176
  original: {
@@ -6443,7 +8193,7 @@
6443
8193
  "studio.tokens": {
6444
8194
  modify: {
6445
8195
  type: "mix",
6446
- value: "0.08 ",
8196
+ value: "0.10 ",
6447
8197
  space: "lch",
6448
8198
  color: "#FFFFFF",
6449
8199
  format: "hex",
@@ -6451,7 +8201,7 @@
6451
8201
  },
6452
8202
  },
6453
8203
  $type: "color",
6454
- $value: "#262626",
8204
+ $value: "#2a2a2a",
6455
8205
  $description: "used on pill hover states and message bg",
6456
8206
  filePath: "data/tokens/modes/dark.json",
6457
8207
  isSource: true,
@@ -6460,7 +8210,7 @@
6460
8210
  "studio.tokens": {
6461
8211
  modify: {
6462
8212
  type: "mix",
6463
- value: "{modes.color.modifiers.button.hoverAlt} ",
8213
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
6464
8214
  space: "lch",
6465
8215
  color: "{modes.color.modifier.contrastMore}",
6466
8216
  },
@@ -6551,7 +8301,7 @@
6551
8301
  "studio.tokens": {
6552
8302
  modify: {
6553
8303
  type: "mix",
6554
- value: "0.16",
8304
+ value: "0.15",
6555
8305
  space: "lch",
6556
8306
  color: "#000000 ",
6557
8307
  format: "hex",
@@ -6559,7 +8309,7 @@
6559
8309
  },
6560
8310
  },
6561
8311
  $type: "color",
6562
- $value: "#676767",
8312
+ $value: "#696969",
6563
8313
  $description: "used on pill hover states",
6564
8314
  filePath: "data/tokens/modes/dark.json",
6565
8315
  isSource: true,
@@ -6568,7 +8318,7 @@
6568
8318
  "studio.tokens": {
6569
8319
  modify: {
6570
8320
  type: "mix",
6571
- value: "{modes.color.modifiers.button.hover}",
8321
+ value: "{primitives.color.modifiers.button.hover}",
6572
8322
  space: "lch",
6573
8323
  color: "{modes.color.modifier.contrastLess} ",
6574
8324
  },
@@ -6594,7 +8344,7 @@
6594
8344
  "studio.tokens": {
6595
8345
  modify: {
6596
8346
  type: "mix",
6597
- value: "0.16",
8347
+ value: "0.15",
6598
8348
  space: "lch",
6599
8349
  color: "#656565",
6600
8350
  format: "hex",
@@ -6602,7 +8352,7 @@
6602
8352
  },
6603
8353
  },
6604
8354
  $type: "color",
6605
- $value: "#d8d8d8",
8355
+ $value: "#d9d9d9",
6606
8356
  $description: "used on pill hover states and message bg",
6607
8357
  filePath: "data/tokens/modes/dark.json",
6608
8358
  isSource: true,
@@ -6611,7 +8361,7 @@
6611
8361
  "studio.tokens": {
6612
8362
  modify: {
6613
8363
  type: "mix",
6614
- value: "{modes.color.modifiers.button.hover}",
8364
+ value: "{primitives.color.modifiers.button.hover}",
6615
8365
  space: "lch",
6616
8366
  color: "{modes.color.status.neutral.inverse.default}",
6617
8367
  },
@@ -6689,7 +8439,7 @@
6689
8439
  "studio.tokens": {
6690
8440
  modify: {
6691
8441
  type: "mix",
6692
- value: "0.08",
8442
+ value: "0.10",
6693
8443
  space: "lch",
6694
8444
  color: "#FFFFFF",
6695
8445
  format: "hex",
@@ -6697,7 +8447,7 @@
6697
8447
  },
6698
8448
  },
6699
8449
  $type: "color",
6700
- $value: "#2e9936",
8450
+ $value: "#359b3b",
6701
8451
  $description: "used on pill hover states",
6702
8452
  filePath: "data/tokens/modes/dark.json",
6703
8453
  isSource: true,
@@ -6706,7 +8456,7 @@
6706
8456
  "studio.tokens": {
6707
8457
  modify: {
6708
8458
  type: "mix",
6709
- value: "{modes.color.modifiers.button.hoverAlt}",
8459
+ value: "{primitives.color.modifiers.button.hoverAlt}",
6710
8460
  space: "lch",
6711
8461
  color: "{modes.color.modifier.contrastMore}",
6712
8462
  },
@@ -6725,7 +8475,7 @@
6725
8475
  "studio.tokens": {
6726
8476
  modify: {
6727
8477
  type: "mix",
6728
- value: "0.16",
8478
+ value: "0.15",
6729
8479
  space: "lch",
6730
8480
  color: "#009023",
6731
8481
  format: "hex",
@@ -6733,7 +8483,7 @@
6733
8483
  },
6734
8484
  },
6735
8485
  $type: "color",
6736
- $value: "#132b12",
8486
+ $value: "#132912",
6737
8487
  $description: "used on pill hover states and message bg",
6738
8488
  filePath: "data/tokens/modes/dark.json",
6739
8489
  isSource: true,
@@ -6742,7 +8492,7 @@
6742
8492
  "studio.tokens": {
6743
8493
  modify: {
6744
8494
  type: "mix",
6745
- value: "{modes.color.modifiers.button.hover}",
8495
+ value: "{primitives.color.modifiers.button.hover}",
6746
8496
  space: "lch",
6747
8497
  color: "{modes.color.status.positive.default}",
6748
8498
  },
@@ -6829,7 +8579,7 @@
6829
8579
  "studio.tokens": {
6830
8580
  modify: {
6831
8581
  type: "mix",
6832
- value: "0.16",
8582
+ value: "0.15",
6833
8583
  space: "lch",
6834
8584
  color: "#000000 ",
6835
8585
  format: "hex",
@@ -6837,7 +8587,7 @@
6837
8587
  },
6838
8588
  },
6839
8589
  $type: "color",
6840
- $value: "#0e6b1d",
8590
+ $value: "#0e6d1d",
6841
8591
  $description: "used on pill hover states ",
6842
8592
  filePath: "data/tokens/modes/dark.json",
6843
8593
  isSource: true,
@@ -6846,7 +8596,7 @@
6846
8596
  "studio.tokens": {
6847
8597
  modify: {
6848
8598
  type: "mix",
6849
- value: "{modes.color.modifiers.button.hover}",
8599
+ value: "{primitives.color.modifiers.button.hover}",
6850
8600
  space: "lch",
6851
8601
  color: "{modes.color.modifier.contrastLess} ",
6852
8602
  },
@@ -6872,7 +8622,7 @@
6872
8622
  "studio.tokens": {
6873
8623
  modify: {
6874
8624
  type: "mix",
6875
- value: "0.16",
8625
+ value: "0.15",
6876
8626
  space: "lch",
6877
8627
  color: "#00811F",
6878
8628
  format: "hex",
@@ -6880,7 +8630,7 @@
6880
8630
  },
6881
8631
  },
6882
8632
  $type: "color",
6883
- $value: "#c9e0c7",
8633
+ $value: "#cbe1c9",
6884
8634
  $description: "used on pill hover states and message bg",
6885
8635
  filePath: "data/tokens/modes/dark.json",
6886
8636
  isSource: true,
@@ -6889,7 +8639,7 @@
6889
8639
  "studio.tokens": {
6890
8640
  modify: {
6891
8641
  type: "mix",
6892
- value: "{modes.color.modifiers.button.hover}",
8642
+ value: "{primitives.color.modifiers.button.hover}",
6893
8643
  space: "lch",
6894
8644
  color: "{modes.color.status.positive.inverse.default}",
6895
8645
  },
@@ -6912,80 +8662,6 @@
6912
8662
  },
6913
8663
  },
6914
8664
  },
6915
- callout: {
6916
- defaultAlt: {
6917
- $extensions: {
6918
- "studio.tokens": {
6919
- modify: {
6920
- type: "mix",
6921
- value: "0.15",
6922
- space: "lch",
6923
- color: "#00D639",
6924
- format: "hex",
6925
- },
6926
- },
6927
- },
6928
- $type: "color",
6929
- $value: "#122211",
6930
- $description: "used for marketing banners",
6931
- filePath: "data/tokens/modes/dark.json",
6932
- isSource: true,
6933
- original: {
6934
- $extensions: {
6935
- "studio.tokens": {
6936
- modify: {
6937
- type: "mix",
6938
- value: "0.15",
6939
- space: "lch",
6940
- color: "{primitives.colors.brilliantGreen}",
6941
- },
6942
- },
6943
- },
6944
- $type: "color",
6945
- $value: "{modes.color.modifier.contrastLess}",
6946
- $description: "used for marketing banners",
6947
- },
6948
- name: "modesColorStatusCalloutDefaultAlt",
6949
- attributes: {},
6950
- path: ["modes", "color", "status", "callout", "defaultAlt"],
6951
- },
6952
- hoverAlt: {
6953
- $extensions: {
6954
- "studio.tokens": {
6955
- modify: {
6956
- type: "mix",
6957
- value: "0.08 ",
6958
- space: "lch",
6959
- color: "#FFFFFF ",
6960
- format: "hex",
6961
- },
6962
- },
6963
- },
6964
- $type: "color",
6965
- $value: "#223121",
6966
- $description: "marketing banner hover",
6967
- filePath: "data/tokens/modes/dark.json",
6968
- isSource: true,
6969
- original: {
6970
- $extensions: {
6971
- "studio.tokens": {
6972
- modify: {
6973
- type: "mix",
6974
- value: "{modes.color.modifiers.button.hoverAlt} ",
6975
- space: "lch",
6976
- color: "{modes.color.modifier.contrastMore} ",
6977
- },
6978
- },
6979
- },
6980
- $type: "color",
6981
- $value: "{modes.color.status.callout.defaultAlt}",
6982
- $description: "marketing banner hover",
6983
- },
6984
- name: "modesColorStatusCalloutHoverAlt",
6985
- attributes: {},
6986
- path: ["modes", "color", "status", "callout", "hoverAlt"],
6987
- },
6988
- },
6989
8665
  reviews: {
6990
8666
  default: {
6991
8667
  $type: "color",
@@ -7020,7 +8696,7 @@
7020
8696
  "studio.tokens": {
7021
8697
  modify: {
7022
8698
  type: "mix",
7023
- value: "0.16",
8699
+ value: "0.15",
7024
8700
  space: "lch",
7025
8701
  color: "#000000",
7026
8702
  format: "hex",
@@ -7028,7 +8704,7 @@
7028
8704
  },
7029
8705
  },
7030
8706
  $type: "color",
7031
- $value: "#18b032",
8707
+ $value: "#17b333",
7032
8708
  $description: "used on pill hover states",
7033
8709
  filePath: "data/tokens/modes/dark.json",
7034
8710
  isSource: true,
@@ -7037,7 +8713,7 @@
7037
8713
  "studio.tokens": {
7038
8714
  modify: {
7039
8715
  type: "mix",
7040
- value: "{modes.color.modifiers.button.hover}",
8716
+ value: "{primitives.color.modifiers.button.hover}",
7041
8717
  space: "lch",
7042
8718
  color: "{modes.color.modifier.contrastLess}",
7043
8719
  },
@@ -7099,7 +8775,7 @@
7099
8775
  "studio.tokens": {
7100
8776
  modify: {
7101
8777
  type: "mix",
7102
- value: "0.16",
8778
+ value: "0.15",
7103
8779
  space: "lch",
7104
8780
  color: "#000000",
7105
8781
  format: "hex",
@@ -7107,7 +8783,7 @@
7107
8783
  },
7108
8784
  },
7109
8785
  $type: "color",
7110
- $value: "#18b032",
8786
+ $value: "#17b333",
7111
8787
  $description: "used on pill hover states",
7112
8788
  filePath: "data/tokens/modes/dark.json",
7113
8789
  isSource: true,
@@ -7116,7 +8792,7 @@
7116
8792
  "studio.tokens": {
7117
8793
  modify: {
7118
8794
  type: "mix",
7119
- value: "{modes.color.modifiers.button.hover}",
8795
+ value: "{primitives.color.modifiers.button.hover}",
7120
8796
  space: "lch",
7121
8797
  color: "{modes.color.modifier.contrastLess}",
7122
8798
  },
@@ -7168,119 +8844,6 @@
7168
8844
  path: ["modes", "color", "modifier", "contrastMore"],
7169
8845
  },
7170
8846
  },
7171
- modifiers: {
7172
- button: {
7173
- active: {
7174
- $type: "other",
7175
- $value: "0.32",
7176
- $description: "Active modifier used when 16% hover is used",
7177
- filePath: "data/tokens/modes/dark.json",
7178
- isSource: true,
7179
- original: {
7180
- $type: "other",
7181
- $value: "0.32",
7182
- $description: "Active modifier used when 16% hover is used",
7183
- },
7184
- name: "modesColorModifiersButtonActive",
7185
- attributes: {},
7186
- path: ["modes", "color", "modifiers", "button", "active"],
7187
- },
7188
- activeAlt: {
7189
- $type: "other",
7190
- $value: "0.16",
7191
- $description: "Active appled when 8% hover is used",
7192
- filePath: "data/tokens/modes/dark.json",
7193
- isSource: true,
7194
- original: {
7195
- $type: "other",
7196
- $value: "0.16",
7197
- $description: "Active appled when 8% hover is used",
7198
- },
7199
- name: "modesColorModifiersButtonActiveAlt",
7200
- attributes: {},
7201
- path: ["modes", "color", "modifiers", "button", "activeAlt"],
7202
- },
7203
- hover: {
7204
- $type: "other",
7205
- $value: "0.16",
7206
- $description: "Hover used on primary buttons",
7207
- filePath: "data/tokens/modes/dark.json",
7208
- isSource: true,
7209
- original: {
7210
- $type: "other",
7211
- $value: "0.16",
7212
- $description: "Hover used on primary buttons",
7213
- },
7214
- name: "modesColorModifiersButtonHover",
7215
- attributes: {},
7216
- path: ["modes", "color", "modifiers", "button", "hover"],
7217
- },
7218
- hoverAlt: {
7219
- $type: "other",
7220
- $value: "0.08",
7221
- $description: "Hover used on secondary and tertiary buttons",
7222
- filePath: "data/tokens/modes/dark.json",
7223
- isSource: true,
7224
- original: {
7225
- $type: "other",
7226
- $value: "0.08",
7227
- $description: "Hover used on secondary and tertiary buttons",
7228
- },
7229
- name: "modesColorModifiersButtonHoverAlt",
7230
- attributes: {},
7231
- path: ["modes", "color", "modifiers", "button", "hoverAlt"],
7232
- },
7233
- },
7234
- input: {
7235
- disabledBg: {
7236
- $type: "other",
7237
- $value: "0.04",
7238
- $description: "less contrast",
7239
- filePath: "data/tokens/modes/dark.json",
7240
- isSource: true,
7241
- original: {
7242
- $type: "other",
7243
- $value: "0.04",
7244
- $description: "less contrast",
7245
- },
7246
- name: "modesColorModifiersInputDisabledBg",
7247
- attributes: {},
7248
- path: ["modes", "color", "modifiers", "input", "disabledBg"],
7249
- },
7250
- disabledFg: {
7251
- $type: "other",
7252
- $value: "0.30",
7253
- $description: "less contrast",
7254
- filePath: "data/tokens/modes/dark.json",
7255
- isSource: true,
7256
- original: {
7257
- $type: "other",
7258
- $value: "0.30",
7259
- $description: "less contrast",
7260
- },
7261
- name: "modesColorModifiersInputDisabledFg",
7262
- attributes: {},
7263
- path: ["modes", "color", "modifiers", "input", "disabledFg"],
7264
- },
7265
- },
7266
- shadow: {
7267
- standard: {
7268
- $type: "other",
7269
- $value: "0.5",
7270
- $description: "standard mixer for shadow",
7271
- filePath: "data/tokens/modes/dark.json",
7272
- isSource: true,
7273
- original: {
7274
- $type: "other",
7275
- $value: "0.5",
7276
- $description: "standard mixer for shadow",
7277
- },
7278
- name: "modesColorModifiersShadowStandard",
7279
- attributes: {},
7280
- path: ["modes", "color", "modifiers", "shadow", "standard"],
7281
- },
7282
- },
7283
- },
7284
8847
  },
7285
8848
  },
7286
8849
  };