@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
@@ -1323,7 +1323,7 @@ module.exports = {
1323
1323
  "studio.tokens": {
1324
1324
  modify: {
1325
1325
  type: "mix",
1326
- value: "0.32",
1326
+ value: "0.30",
1327
1327
  space: "lch",
1328
1328
  color: "#000000",
1329
1329
  format: "hex",
@@ -1331,7 +1331,7 @@ module.exports = {
1331
1331
  },
1332
1332
  },
1333
1333
  $type: "color",
1334
- $value: "#882b34",
1334
+ $value: "#8c2c35",
1335
1335
  $description: "used on pill hover states",
1336
1336
  filePath: "data/tokens/modes/light.json",
1337
1337
  isSource: true,
@@ -1340,7 +1340,7 @@ module.exports = {
1340
1340
  "studio.tokens": {
1341
1341
  modify: {
1342
1342
  type: "mix",
1343
- value: "{modes.color.modifiers.button.active}",
1343
+ value: "{primitives.color.modifiers.button.active}",
1344
1344
  space: "lch",
1345
1345
  color: "{modes.color.modifier.contrastMore}",
1346
1346
  },
@@ -1408,7 +1408,7 @@ module.exports = {
1408
1408
  "studio.tokens": {
1409
1409
  modify: {
1410
1410
  type: "mix",
1411
- value: "0.16",
1411
+ value: "0.15",
1412
1412
  space: "lch",
1413
1413
  color: "#000000",
1414
1414
  format: "hex",
@@ -1416,7 +1416,7 @@ module.exports = {
1416
1416
  },
1417
1417
  },
1418
1418
  $type: "color",
1419
- $value: "#aa323f",
1419
+ $value: "#ac3240",
1420
1420
  $description: "used on solid-pill and primary-button hover states",
1421
1421
  filePath: "data/tokens/modes/light.json",
1422
1422
  isSource: true,
@@ -1425,7 +1425,7 @@ module.exports = {
1425
1425
  "studio.tokens": {
1426
1426
  modify: {
1427
1427
  type: "mix",
1428
- value: "{modes.color.modifiers.button.hover}",
1428
+ value: "{primitives.color.modifiers.button.hover}",
1429
1429
  space: "lch",
1430
1430
  color: "{modes.color.modifier.contrastMore}",
1431
1431
  },
@@ -1445,14 +1445,14 @@ module.exports = {
1445
1445
  "studio.tokens": {
1446
1446
  modify: {
1447
1447
  type: "alpha",
1448
- value: "0.08",
1448
+ value: "0.10",
1449
1449
  space: "lch",
1450
1450
  format: "hex",
1451
1451
  },
1452
1452
  },
1453
1453
  },
1454
1454
  $type: "color",
1455
- $value: "#cd384b14",
1455
+ $value: "#cd384b1a",
1456
1456
  $description: "used on secondary-button hover states",
1457
1457
  filePath: "data/tokens/modes/light.json",
1458
1458
  isSource: true,
@@ -1461,7 +1461,7 @@ module.exports = {
1461
1461
  "studio.tokens": {
1462
1462
  modify: {
1463
1463
  type: "alpha",
1464
- value: "{modes.color.modifiers.button.hoverAlt}",
1464
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1465
1465
  space: "lch",
1466
1466
  },
1467
1467
  },
@@ -1479,7 +1479,7 @@ module.exports = {
1479
1479
  "studio.tokens": {
1480
1480
  modify: {
1481
1481
  type: "mix",
1482
- value: "0.08",
1482
+ value: "0.10",
1483
1483
  space: "lch",
1484
1484
  color: "#000000",
1485
1485
  format: "hex",
@@ -1487,7 +1487,7 @@ module.exports = {
1487
1487
  },
1488
1488
  },
1489
1489
  $type: "color",
1490
- $value: "#a3303d",
1490
+ $value: "#9f303c",
1491
1491
  $description: "used on link hover state",
1492
1492
  filePath: "data/tokens/modes/light.json",
1493
1493
  isSource: true,
@@ -1496,7 +1496,7 @@ module.exports = {
1496
1496
  "studio.tokens": {
1497
1497
  modify: {
1498
1498
  type: "mix",
1499
- value: "{modes.color.modifiers.button.hoverAlt}",
1499
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1500
1500
  space: "lch",
1501
1501
  color: "{modes.color.modifier.contrastMore}",
1502
1502
  },
@@ -1542,7 +1542,7 @@ module.exports = {
1542
1542
  "studio.tokens": {
1543
1543
  modify: {
1544
1544
  type: "mix",
1545
- value: "0.32",
1545
+ value: "0.30",
1546
1546
  space: "lch",
1547
1547
  color: "#FFFFFF ",
1548
1548
  format: "hex",
@@ -1550,7 +1550,7 @@ module.exports = {
1550
1550
  },
1551
1551
  },
1552
1552
  $type: "color",
1553
- $value: "#f28486",
1553
+ $value: "#f28083",
1554
1554
  $description: "used on pill hover states",
1555
1555
  filePath: "data/tokens/modes/light.json",
1556
1556
  isSource: true,
@@ -1559,7 +1559,7 @@ module.exports = {
1559
1559
  "studio.tokens": {
1560
1560
  modify: {
1561
1561
  type: "mix",
1562
- value: "{modes.color.modifiers.button.active}",
1562
+ value: "{primitives.color.modifiers.button.active}",
1563
1563
  space: "lch",
1564
1564
  color: "{modes.color.modifier.contrastLess} ",
1565
1565
  },
@@ -1648,7 +1648,7 @@ module.exports = {
1648
1648
  "studio.tokens": {
1649
1649
  modify: {
1650
1650
  type: "mix",
1651
- value: "0.16",
1651
+ value: "0.15",
1652
1652
  space: "lch",
1653
1653
  color: "#FFFFFF ",
1654
1654
  format: "hex",
@@ -1656,7 +1656,7 @@ module.exports = {
1656
1656
  },
1657
1657
  },
1658
1658
  $type: "color",
1659
- $value: "#eb646c",
1659
+ $value: "#ea626a",
1660
1660
  $description:
1661
1661
  "used on solid-pill and primary-button hover states",
1662
1662
  filePath: "data/tokens/modes/light.json",
@@ -1666,7 +1666,7 @@ module.exports = {
1666
1666
  "studio.tokens": {
1667
1667
  modify: {
1668
1668
  type: "mix",
1669
- value: "{modes.color.modifiers.button.hover}",
1669
+ value: "{primitives.color.modifiers.button.hover}",
1670
1670
  space: "lch",
1671
1671
  color: "{modes.color.modifier.contrastLess} ",
1672
1672
  },
@@ -1693,14 +1693,14 @@ module.exports = {
1693
1693
  "studio.tokens": {
1694
1694
  modify: {
1695
1695
  type: "alpha",
1696
- value: "0.08",
1696
+ value: "0.10",
1697
1697
  space: "lch",
1698
1698
  format: "hex",
1699
1699
  },
1700
1700
  },
1701
1701
  },
1702
1702
  $type: "color",
1703
- $value: "#e13e5314",
1703
+ $value: "#e13e531a",
1704
1704
  $description: "used on secondary-button hover states",
1705
1705
  filePath: "data/tokens/modes/light.json",
1706
1706
  isSource: true,
@@ -1709,7 +1709,7 @@ module.exports = {
1709
1709
  "studio.tokens": {
1710
1710
  modify: {
1711
1711
  type: "alpha",
1712
- value: "{modes.color.modifiers.button.hoverAlt}",
1712
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1713
1713
  space: "lch",
1714
1714
  },
1715
1715
  },
@@ -1734,7 +1734,7 @@ module.exports = {
1734
1734
  "studio.tokens": {
1735
1735
  modify: {
1736
1736
  type: "mix",
1737
- value: "0.08",
1737
+ value: "0.10",
1738
1738
  space: "lch",
1739
1739
  color: "#FFFFFF ",
1740
1740
  format: "hex",
@@ -1742,7 +1742,7 @@ module.exports = {
1742
1742
  },
1743
1743
  },
1744
1744
  $type: "color",
1745
- $value: "#ec6a71",
1745
+ $value: "#ed6e74",
1746
1746
  $description: "used on link hover state",
1747
1747
  filePath: "data/tokens/modes/light.json",
1748
1748
  isSource: true,
@@ -1751,7 +1751,7 @@ module.exports = {
1751
1751
  "studio.tokens": {
1752
1752
  modify: {
1753
1753
  type: "mix",
1754
- value: "{modes.color.modifiers.button.hoverAlt}",
1754
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1755
1755
  space: "lch",
1756
1756
  color: "{modes.color.modifier.contrastLess} ",
1757
1757
  },
@@ -1884,7 +1884,7 @@ module.exports = {
1884
1884
  "studio.tokens": {
1885
1885
  modify: {
1886
1886
  type: "mix",
1887
- value: "0.08",
1887
+ value: "0.10",
1888
1888
  space: "lch",
1889
1889
  color: "#000000",
1890
1890
  format: "hex",
@@ -1892,7 +1892,7 @@ module.exports = {
1892
1892
  },
1893
1893
  },
1894
1894
  $type: "color",
1895
- $value: "#e8e8e8",
1895
+ $value: "#e2e2e2",
1896
1896
  $description: "bg hover for draggable area on file input",
1897
1897
  filePath: "data/tokens/modes/light.json",
1898
1898
  isSource: true,
@@ -1901,7 +1901,7 @@ module.exports = {
1901
1901
  "studio.tokens": {
1902
1902
  modify: {
1903
1903
  type: "mix",
1904
- value: "{modes.color.modifiers.button.hoverAlt}",
1904
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1905
1905
  space: "lch",
1906
1906
  color: "{modes.color.modifier.contrastMore}",
1907
1907
  },
@@ -2488,14 +2488,14 @@ module.exports = {
2488
2488
  "studio.tokens": {
2489
2489
  modify: {
2490
2490
  type: "alpha",
2491
- value: "0.16",
2491
+ value: "0.15",
2492
2492
  space: "lch",
2493
2493
  format: "hex",
2494
2494
  },
2495
2495
  },
2496
2496
  },
2497
2497
  $type: "color",
2498
- $value: "#00000029",
2498
+ $value: "#00000026",
2499
2499
  filePath: "data/tokens/modes/light.json",
2500
2500
  isSource: true,
2501
2501
  original: {
@@ -2503,7 +2503,7 @@ module.exports = {
2503
2503
  "studio.tokens": {
2504
2504
  modify: {
2505
2505
  type: "alpha",
2506
- value: "{modes.color.modifiers.button.activeAlt}",
2506
+ value: "{primitives.color.modifiers.button.activeAlt}",
2507
2507
  space: "lch",
2508
2508
  },
2509
2509
  },
@@ -2626,14 +2626,14 @@ module.exports = {
2626
2626
  "studio.tokens": {
2627
2627
  modify: {
2628
2628
  type: "alpha",
2629
- value: "0.08",
2629
+ value: "0.10",
2630
2630
  space: "lch",
2631
2631
  format: "hex",
2632
2632
  },
2633
2633
  },
2634
2634
  },
2635
2635
  $type: "color",
2636
- $value: "#00000014",
2636
+ $value: "#0000001a",
2637
2637
  $description: "Accordion, secondary, tertiary, menu bg on hover",
2638
2638
  filePath: "data/tokens/modes/light.json",
2639
2639
  isSource: true,
@@ -2642,7 +2642,7 @@ module.exports = {
2642
2642
  "studio.tokens": {
2643
2643
  modify: {
2644
2644
  type: "alpha",
2645
- value: "{modes.color.modifiers.button.hoverAlt}",
2645
+ value: "{primitives.color.modifiers.button.hoverAlt}",
2646
2646
  space: "lch",
2647
2647
  },
2648
2648
  },
@@ -2660,14 +2660,14 @@ module.exports = {
2660
2660
  "studio.tokens": {
2661
2661
  modify: {
2662
2662
  type: "alpha",
2663
- value: "0.16",
2663
+ value: "0.15",
2664
2664
  space: "lch",
2665
2665
  format: "hex",
2666
2666
  },
2667
2667
  },
2668
2668
  },
2669
2669
  $type: "color",
2670
- $value: "#00000029",
2670
+ $value: "#00000026",
2671
2671
  $description: "subtle table header hover",
2672
2672
  filePath: "data/tokens/modes/light.json",
2673
2673
  isSource: true,
@@ -2676,7 +2676,7 @@ module.exports = {
2676
2676
  "studio.tokens": {
2677
2677
  modify: {
2678
2678
  type: "alpha",
2679
- value: "{modes.color.modifiers.button.hover}",
2679
+ value: "{primitives.color.modifiers.button.hover}",
2680
2680
  space: "lch",
2681
2681
  },
2682
2682
  },
@@ -2804,14 +2804,14 @@ module.exports = {
2804
2804
  "studio.tokens": {
2805
2805
  modify: {
2806
2806
  type: "alpha",
2807
- value: "0.16",
2807
+ value: "0.15",
2808
2808
  space: "lch",
2809
2809
  format: "hex",
2810
2810
  },
2811
2811
  },
2812
2812
  },
2813
2813
  $type: "color",
2814
- $value: "#22374329",
2814
+ $value: "#22374326",
2815
2815
  filePath: "data/tokens/modes/light.json",
2816
2816
  isSource: true,
2817
2817
  original: {
@@ -2819,7 +2819,7 @@ module.exports = {
2819
2819
  "studio.tokens": {
2820
2820
  modify: {
2821
2821
  type: "alpha",
2822
- value: "{modes.color.modifiers.button.activeAlt}",
2822
+ value: "{primitives.color.modifiers.button.activeAlt}",
2823
2823
  space: "lch",
2824
2824
  },
2825
2825
  },
@@ -2904,14 +2904,14 @@ module.exports = {
2904
2904
  "studio.tokens": {
2905
2905
  modify: {
2906
2906
  type: "alpha",
2907
- value: "0.08",
2907
+ value: "0.10",
2908
2908
  space: "lch",
2909
2909
  format: "hex",
2910
2910
  },
2911
2911
  },
2912
2912
  },
2913
2913
  $type: "color",
2914
- $value: "#22374314",
2914
+ $value: "#2237431a",
2915
2915
  filePath: "data/tokens/modes/light.json",
2916
2916
  isSource: true,
2917
2917
  original: {
@@ -2919,7 +2919,7 @@ module.exports = {
2919
2919
  "studio.tokens": {
2920
2920
  modify: {
2921
2921
  type: "alpha",
2922
- value: "{modes.color.modifiers.button.hoverAlt}",
2922
+ value: "{primitives.color.modifiers.button.hoverAlt}",
2923
2923
  space: "lch",
2924
2924
  },
2925
2925
  },
@@ -3025,14 +3025,14 @@ module.exports = {
3025
3025
  "studio.tokens": {
3026
3026
  modify: {
3027
3027
  type: "alpha",
3028
- value: "0.16",
3028
+ value: "0.15",
3029
3029
  space: "lch",
3030
3030
  format: "hex",
3031
3031
  },
3032
3032
  },
3033
3033
  },
3034
3034
  $type: "color",
3035
- $value: "#ffffff29",
3035
+ $value: "#ffffff26",
3036
3036
  filePath: "data/tokens/modes/light.json",
3037
3037
  isSource: true,
3038
3038
  original: {
@@ -3040,7 +3040,7 @@ module.exports = {
3040
3040
  "studio.tokens": {
3041
3041
  modify: {
3042
3042
  type: "alpha",
3043
- value: "{modes.color.modifiers.button.activeAlt}",
3043
+ value: "{primitives.color.modifiers.button.activeAlt}",
3044
3044
  space: "lch",
3045
3045
  },
3046
3046
  },
@@ -3185,14 +3185,14 @@ module.exports = {
3185
3185
  "studio.tokens": {
3186
3186
  modify: {
3187
3187
  type: "alpha",
3188
- value: "0.08",
3188
+ value: "0.10",
3189
3189
  space: "lch",
3190
3190
  format: "hex",
3191
3191
  },
3192
3192
  },
3193
3193
  },
3194
3194
  $type: "color",
3195
- $value: "#ffffff14",
3195
+ $value: "#ffffff1a",
3196
3196
  $description: "Accordion, secondary, tertiary, menu bg on hover",
3197
3197
  filePath: "data/tokens/modes/light.json",
3198
3198
  isSource: true,
@@ -3201,7 +3201,7 @@ module.exports = {
3201
3201
  "studio.tokens": {
3202
3202
  modify: {
3203
3203
  type: "alpha",
3204
- value: "{modes.color.modifiers.button.hoverAlt}",
3204
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3205
3205
  space: "lch",
3206
3206
  },
3207
3207
  },
@@ -3227,14 +3227,14 @@ module.exports = {
3227
3227
  "studio.tokens": {
3228
3228
  modify: {
3229
3229
  type: "alpha",
3230
- value: "0.16",
3230
+ value: "0.15",
3231
3231
  space: "lch",
3232
3232
  format: "hex",
3233
3233
  },
3234
3234
  },
3235
3235
  },
3236
3236
  $type: "color",
3237
- $value: "#ffffff29",
3237
+ $value: "#ffffff26",
3238
3238
  $description: "subtle table header hover",
3239
3239
  filePath: "data/tokens/modes/light.json",
3240
3240
  isSource: true,
@@ -3243,7 +3243,7 @@ module.exports = {
3243
3243
  "studio.tokens": {
3244
3244
  modify: {
3245
3245
  type: "alpha",
3246
- value: "{modes.color.modifiers.button.hover}",
3246
+ value: "{primitives.color.modifiers.button.hover}",
3247
3247
  space: "lch",
3248
3248
  },
3249
3249
  },
@@ -3545,14 +3545,14 @@ module.exports = {
3545
3545
  "studio.tokens": {
3546
3546
  modify: {
3547
3547
  type: "alpha",
3548
- value: "0.08",
3548
+ value: "0.10",
3549
3549
  space: "lch",
3550
3550
  format: "hex",
3551
3551
  },
3552
3552
  },
3553
3553
  },
3554
3554
  $type: "color",
3555
- $value: "#00000014",
3555
+ $value: "#0000001a",
3556
3556
  $description: "hover bg for nav items",
3557
3557
  filePath: "data/tokens/modes/light.json",
3558
3558
  isSource: true,
@@ -3561,7 +3561,7 @@ module.exports = {
3561
3561
  "studio.tokens": {
3562
3562
  modify: {
3563
3563
  type: "alpha",
3564
- value: "{modes.color.modifiers.button.hoverAlt}",
3564
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3565
3565
  space: "lch",
3566
3566
  },
3567
3567
  },
@@ -3627,7 +3627,7 @@ module.exports = {
3627
3627
  "studio.tokens": {
3628
3628
  modify: {
3629
3629
  type: "mix",
3630
- value: "0.32",
3630
+ value: "0.30",
3631
3631
  space: "lch",
3632
3632
  color: "#000000",
3633
3633
  format: "hex",
@@ -3635,7 +3635,7 @@ module.exports = {
3635
3635
  },
3636
3636
  },
3637
3637
  $type: "color",
3638
- $value: "#14571a",
3638
+ $value: "#13591a",
3639
3639
  filePath: "data/tokens/modes/light.json",
3640
3640
  isSource: true,
3641
3641
  original: {
@@ -3643,7 +3643,7 @@ module.exports = {
3643
3643
  "studio.tokens": {
3644
3644
  modify: {
3645
3645
  type: "mix",
3646
- value: "{modes.color.modifiers.button.active}",
3646
+ value: "{primitives.color.modifiers.button.active}",
3647
3647
  space: "lch",
3648
3648
  color: "{modes.color.modifier.contrastMore}",
3649
3649
  },
@@ -3661,7 +3661,7 @@ module.exports = {
3661
3661
  "studio.tokens": {
3662
3662
  modify: {
3663
3663
  type: "alpha",
3664
- value: "0.32",
3664
+ value: "0.30",
3665
3665
  space: "lch",
3666
3666
  color: "#000000",
3667
3667
  format: "hex",
@@ -3669,7 +3669,7 @@ module.exports = {
3669
3669
  },
3670
3670
  },
3671
3671
  $type: "color",
3672
- $value: "#00811f52",
3672
+ $value: "#00811f4d",
3673
3673
  $description: "Active color for secondary and tertiary buttons",
3674
3674
  filePath: "data/tokens/modes/light.json",
3675
3675
  isSource: true,
@@ -3678,7 +3678,7 @@ module.exports = {
3678
3678
  "studio.tokens": {
3679
3679
  modify: {
3680
3680
  type: "alpha",
3681
- value: "{modes.color.modifiers.button.active}",
3681
+ value: "{primitives.color.modifiers.button.active}",
3682
3682
  space: "lch",
3683
3683
  color: "{modes.color.modifier.contrastMore}",
3684
3684
  },
@@ -3719,7 +3719,7 @@ module.exports = {
3719
3719
  },
3720
3720
  $type: "color",
3721
3721
  $value: "#00811fcc",
3722
- $description: "border color for secondary buttons",
3722
+ $description: "border color for secondary and tertiary buttons",
3723
3723
  filePath: "data/tokens/modes/light.json",
3724
3724
  isSource: true,
3725
3725
  original: {
@@ -3735,7 +3735,7 @@ module.exports = {
3735
3735
  },
3736
3736
  $type: "color",
3737
3737
  $value: "{modes.color.interactive.primary.default}",
3738
- $description: "border color for secondary buttons",
3738
+ $description: "border color for secondary and tertiary buttons",
3739
3739
  },
3740
3740
  name: "modesColorInteractivePrimaryDefaultAlt",
3741
3741
  attributes: {},
@@ -3745,8 +3745,8 @@ module.exports = {
3745
3745
  $extensions: {
3746
3746
  "studio.tokens": {
3747
3747
  modify: {
3748
- type: "alpha",
3749
- value: "0.5",
3748
+ type: "mix",
3749
+ value: "0.12",
3750
3750
  space: "lch",
3751
3751
  color: "#000000",
3752
3752
  format: "hex",
@@ -3754,16 +3754,16 @@ module.exports = {
3754
3754
  },
3755
3755
  },
3756
3756
  $type: "color",
3757
- $value: "#00811f80",
3758
- $description: "border color for tertiary buttons",
3757
+ $value: "#0c711d",
3758
+ $description: "default value for links",
3759
3759
  filePath: "data/tokens/modes/light.json",
3760
3760
  isSource: true,
3761
3761
  original: {
3762
3762
  $extensions: {
3763
3763
  "studio.tokens": {
3764
3764
  modify: {
3765
- type: "alpha",
3766
- value: "0.5",
3765
+ type: "mix",
3766
+ value: "0.12",
3767
3767
  space: "lch",
3768
3768
  color: "{modes.color.modifier.contrastMore}",
3769
3769
  },
@@ -3771,7 +3771,7 @@ module.exports = {
3771
3771
  },
3772
3772
  $type: "color",
3773
3773
  $value: "{modes.color.interactive.primary.default}",
3774
- $description: "border color for tertiary buttons",
3774
+ $description: "default value for links",
3775
3775
  },
3776
3776
  name: "modesColorInteractivePrimaryDefaultAlt2",
3777
3777
  attributes: {},
@@ -3781,8 +3781,8 @@ module.exports = {
3781
3781
  $extensions: {
3782
3782
  "studio.tokens": {
3783
3783
  modify: {
3784
- type: "mix",
3785
- value: "0.12",
3784
+ type: "alpha",
3785
+ value: "0.03",
3786
3786
  space: "lch",
3787
3787
  color: "#000000",
3788
3788
  format: "hex",
@@ -3790,16 +3790,16 @@ module.exports = {
3790
3790
  },
3791
3791
  },
3792
3792
  $type: "color",
3793
- $value: "#0c711d",
3794
- $description: "default value for links",
3793
+ $value: "#00811f08",
3794
+ $description: "Default background color of secondary button",
3795
3795
  filePath: "data/tokens/modes/light.json",
3796
3796
  isSource: true,
3797
3797
  original: {
3798
3798
  $extensions: {
3799
3799
  "studio.tokens": {
3800
3800
  modify: {
3801
- type: "mix",
3802
- value: "0.12",
3801
+ type: "alpha",
3802
+ value: "0.03",
3803
3803
  space: "lch",
3804
3804
  color: "{modes.color.modifier.contrastMore}",
3805
3805
  },
@@ -3807,7 +3807,7 @@ module.exports = {
3807
3807
  },
3808
3808
  $type: "color",
3809
3809
  $value: "{modes.color.interactive.primary.default}",
3810
- $description: "default value for links",
3810
+ $description: "Default background color of secondary button",
3811
3811
  },
3812
3812
  name: "modesColorInteractivePrimaryDefaultAlt3",
3813
3813
  attributes: {},
@@ -3818,7 +3818,7 @@ module.exports = {
3818
3818
  "studio.tokens": {
3819
3819
  modify: {
3820
3820
  type: "mix",
3821
- value: "0.16",
3821
+ value: "0.15",
3822
3822
  space: "lch",
3823
3823
  color: "#000000",
3824
3824
  format: "hex",
@@ -3826,7 +3826,7 @@ module.exports = {
3826
3826
  },
3827
3827
  },
3828
3828
  $type: "color",
3829
- $value: "#0e6b1d",
3829
+ $value: "#0e6d1d",
3830
3830
  filePath: "data/tokens/modes/light.json",
3831
3831
  isSource: true,
3832
3832
  original: {
@@ -3834,7 +3834,7 @@ module.exports = {
3834
3834
  "studio.tokens": {
3835
3835
  modify: {
3836
3836
  type: "mix",
3837
- value: "{modes.color.modifiers.button.hover}",
3837
+ value: "{primitives.color.modifiers.button.hover}",
3838
3838
  space: "lch",
3839
3839
  color: "{modes.color.modifier.contrastMore}",
3840
3840
  },
@@ -3852,7 +3852,7 @@ module.exports = {
3852
3852
  "studio.tokens": {
3853
3853
  modify: {
3854
3854
  type: "alpha",
3855
- value: "0.08",
3855
+ value: "0.10",
3856
3856
  space: "lch",
3857
3857
  color: "#FFFFFF ",
3858
3858
  format: "hex",
@@ -3860,7 +3860,7 @@ module.exports = {
3860
3860
  },
3861
3861
  },
3862
3862
  $type: "color",
3863
- $value: "#00811f14",
3863
+ $value: "#00811f1a",
3864
3864
  $description: "hover for secondary and tertiary buttons",
3865
3865
  filePath: "data/tokens/modes/light.json",
3866
3866
  isSource: true,
@@ -3869,14 +3869,14 @@ module.exports = {
3869
3869
  "studio.tokens": {
3870
3870
  modify: {
3871
3871
  type: "alpha",
3872
- value: "{modes.color.modifiers.button.hoverAlt}",
3872
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3873
3873
  space: "lch",
3874
3874
  color: "{modes.color.modifier.contrastLess} ",
3875
3875
  },
3876
3876
  },
3877
3877
  },
3878
3878
  $type: "color",
3879
- $value: "{modes.color.interactive.primary.defaultAlt2}",
3879
+ $value: "{modes.color.interactive.primary.default}",
3880
3880
  $description: "hover for secondary and tertiary buttons",
3881
3881
  },
3882
3882
  name: "modesColorInteractivePrimaryHoverAlt",
@@ -3888,7 +3888,7 @@ module.exports = {
3888
3888
  "studio.tokens": {
3889
3889
  modify: {
3890
3890
  type: "mix",
3891
- value: "0.16",
3891
+ value: "0.15",
3892
3892
  space: "lch",
3893
3893
  color: "#000000",
3894
3894
  format: "hex",
@@ -3896,7 +3896,7 @@ module.exports = {
3896
3896
  },
3897
3897
  },
3898
3898
  $type: "color",
3899
- $value: "#125e1b",
3899
+ $value: "#12601b",
3900
3900
  $description: "hover for links",
3901
3901
  filePath: "data/tokens/modes/light.json",
3902
3902
  isSource: true,
@@ -3905,14 +3905,14 @@ module.exports = {
3905
3905
  "studio.tokens": {
3906
3906
  modify: {
3907
3907
  type: "mix",
3908
- value: "{modes.color.modifiers.button.hover}",
3908
+ value: "{primitives.color.modifiers.button.hover}",
3909
3909
  space: "lch",
3910
3910
  color: "{modes.color.modifier.contrastMore}",
3911
3911
  },
3912
3912
  },
3913
3913
  },
3914
3914
  $type: "color",
3915
- $value: "{modes.color.interactive.primary.defaultAlt3}",
3915
+ $value: "{modes.color.interactive.primary.defaultAlt2}",
3916
3916
  $description: "hover for links",
3917
3917
  },
3918
3918
  name: "modesColorInteractivePrimaryHoverAlt2",
@@ -3964,7 +3964,7 @@ module.exports = {
3964
3964
  "studio.tokens": {
3965
3965
  modify: {
3966
3966
  type: "mix",
3967
- value: "0.32",
3967
+ value: "0.30",
3968
3968
  space: "lch",
3969
3969
  color: "#000000",
3970
3970
  format: "hex",
@@ -3972,7 +3972,7 @@ module.exports = {
3972
3972
  },
3973
3973
  },
3974
3974
  $type: "color",
3975
- $value: "#135631",
3975
+ $value: "#135932",
3976
3976
  filePath: "data/tokens/modes/light.json",
3977
3977
  isSource: true,
3978
3978
  original: {
@@ -3980,7 +3980,7 @@ module.exports = {
3980
3980
  "studio.tokens": {
3981
3981
  modify: {
3982
3982
  type: "mix",
3983
- value: "{modes.color.modifiers.button.active}",
3983
+ value: "{primitives.color.modifiers.button.active}",
3984
3984
  space: "lch",
3985
3985
  color: "{modes.color.modifier.contrastMore}",
3986
3986
  },
@@ -4068,7 +4068,7 @@ module.exports = {
4068
4068
  "studio.tokens": {
4069
4069
  modify: {
4070
4070
  type: "mix",
4071
- value: "0.16",
4071
+ value: "0.15",
4072
4072
  space: "lch",
4073
4073
  color: "#000000",
4074
4074
  format: "hex",
@@ -4076,7 +4076,7 @@ module.exports = {
4076
4076
  },
4077
4077
  },
4078
4078
  $type: "color",
4079
- $value: "#0e6b3b",
4079
+ $value: "#0d6c3c",
4080
4080
  filePath: "data/tokens/modes/light.json",
4081
4081
  isSource: true,
4082
4082
  original: {
@@ -4084,7 +4084,7 @@ module.exports = {
4084
4084
  "studio.tokens": {
4085
4085
  modify: {
4086
4086
  type: "mix",
4087
- value: "{modes.color.modifiers.button.hover}",
4087
+ value: "{primitives.color.modifiers.button.hover}",
4088
4088
  space: "lch",
4089
4089
  color: "{modes.color.modifier.contrastMore}",
4090
4090
  },
@@ -4243,7 +4243,7 @@ module.exports = {
4243
4243
  "studio.tokens": {
4244
4244
  modify: {
4245
4245
  type: "mix",
4246
- value: "0.32",
4246
+ value: "0.30",
4247
4247
  space: "lch",
4248
4248
  color: "#FFFFFF ",
4249
4249
  format: "hex",
@@ -4251,7 +4251,7 @@ module.exports = {
4251
4251
  },
4252
4252
  },
4253
4253
  $type: "color",
4254
- $value: "#81e57d",
4254
+ $value: "#7ce47a",
4255
4255
  filePath: "data/tokens/modes/light.json",
4256
4256
  isSource: true,
4257
4257
  original: {
@@ -4259,7 +4259,7 @@ module.exports = {
4259
4259
  "studio.tokens": {
4260
4260
  modify: {
4261
4261
  type: "mix",
4262
- value: "{modes.color.modifiers.button.active}",
4262
+ value: "{primitives.color.modifiers.button.active}",
4263
4263
  space: "lch",
4264
4264
  color: "{modes.color.modifier.contrastLess} ",
4265
4265
  },
@@ -4284,7 +4284,7 @@ module.exports = {
4284
4284
  "studio.tokens": {
4285
4285
  modify: {
4286
4286
  type: "alpha",
4287
- value: "0.32",
4287
+ value: "0.30",
4288
4288
  space: "lch",
4289
4289
  color: "#FFFFFF ",
4290
4290
  format: "hex",
@@ -4292,7 +4292,7 @@ module.exports = {
4292
4292
  },
4293
4293
  },
4294
4294
  $type: "color",
4295
- $value: "#00d63952",
4295
+ $value: "#00d6394d",
4296
4296
  $description:
4297
4297
  "Active color for inverse secondary and tertiary buttons",
4298
4298
  filePath: "data/tokens/modes/light.json",
@@ -4302,7 +4302,7 @@ module.exports = {
4302
4302
  "studio.tokens": {
4303
4303
  modify: {
4304
4304
  type: "alpha",
4305
- value: "{modes.color.modifiers.button.active}",
4305
+ value: "{primitives.color.modifiers.button.active}",
4306
4306
  space: "lch",
4307
4307
  color: "{modes.color.modifier.contrastLess} ",
4308
4308
  },
@@ -4358,7 +4358,8 @@ module.exports = {
4358
4358
  },
4359
4359
  $type: "color",
4360
4360
  $value: "#00d639cc",
4361
- $description: "border color for secondary inverse buttons",
4361
+ $description:
4362
+ "border color for secondary and tertiary inverse buttons",
4362
4363
  filePath: "data/tokens/modes/light.json",
4363
4364
  isSource: true,
4364
4365
  original: {
@@ -4374,7 +4375,8 @@ module.exports = {
4374
4375
  },
4375
4376
  $type: "color",
4376
4377
  $value: "{modes.color.interactive.primary.inverse.default}",
4377
- $description: "border color for secondary inverse buttons",
4378
+ $description:
4379
+ "border color for secondary and tertiary inverse buttons",
4378
4380
  },
4379
4381
  name: "modesColorInteractivePrimaryInverseDefaultAlt",
4380
4382
  attributes: {},
@@ -4391,8 +4393,8 @@ module.exports = {
4391
4393
  $extensions: {
4392
4394
  "studio.tokens": {
4393
4395
  modify: {
4394
- type: "alpha",
4395
- value: "0.5",
4396
+ type: "mix",
4397
+ value: "0.12",
4396
4398
  space: "lch",
4397
4399
  color: "#FFFFFF",
4398
4400
  format: "hex",
@@ -4400,16 +4402,16 @@ module.exports = {
4400
4402
  },
4401
4403
  },
4402
4404
  $type: "color",
4403
- $value: "#00d63980",
4404
- $description: "border color for tertiary inverse buttons",
4405
+ $value: "#4cdc55",
4406
+ $description: "Default color for links",
4405
4407
  filePath: "data/tokens/modes/light.json",
4406
4408
  isSource: true,
4407
4409
  original: {
4408
4410
  $extensions: {
4409
4411
  "studio.tokens": {
4410
4412
  modify: {
4411
- type: "alpha",
4412
- value: "0.5",
4413
+ type: "mix",
4414
+ value: "0.12",
4413
4415
  space: "lch",
4414
4416
  color: "{modes.color.modifier.contrastLess}",
4415
4417
  },
@@ -4417,7 +4419,7 @@ module.exports = {
4417
4419
  },
4418
4420
  $type: "color",
4419
4421
  $value: "{modes.color.interactive.primary.inverse.default}",
4420
- $description: "border color for tertiary inverse buttons",
4422
+ $description: "Default color for links",
4421
4423
  },
4422
4424
  name: "modesColorInteractivePrimaryInverseDefaultAlt2",
4423
4425
  attributes: {},
@@ -4434,8 +4436,8 @@ module.exports = {
4434
4436
  $extensions: {
4435
4437
  "studio.tokens": {
4436
4438
  modify: {
4437
- type: "mix",
4438
- value: "0.12",
4439
+ type: "alpha",
4440
+ value: "0.03",
4439
4441
  space: "lch",
4440
4442
  color: "#FFFFFF",
4441
4443
  format: "hex",
@@ -4443,16 +4445,17 @@ module.exports = {
4443
4445
  },
4444
4446
  },
4445
4447
  $type: "color",
4446
- $value: "#4cdc55",
4447
- $description: "Default color for links",
4448
+ $value: "#00d63908",
4449
+ $description:
4450
+ "Default background color of inverse secondary buttons",
4448
4451
  filePath: "data/tokens/modes/light.json",
4449
4452
  isSource: true,
4450
4453
  original: {
4451
4454
  $extensions: {
4452
4455
  "studio.tokens": {
4453
4456
  modify: {
4454
- type: "mix",
4455
- value: "0.12",
4457
+ type: "alpha",
4458
+ value: "0.03",
4456
4459
  space: "lch",
4457
4460
  color: "{modes.color.modifier.contrastLess}",
4458
4461
  },
@@ -4460,7 +4463,8 @@ module.exports = {
4460
4463
  },
4461
4464
  $type: "color",
4462
4465
  $value: "{modes.color.interactive.primary.inverse.default}",
4463
- $description: "Default color for links",
4466
+ $description:
4467
+ "Default background color of inverse secondary buttons",
4464
4468
  },
4465
4469
  name: "modesColorInteractivePrimaryInverseDefaultAlt3",
4466
4470
  attributes: {},
@@ -4478,7 +4482,7 @@ module.exports = {
4478
4482
  "studio.tokens": {
4479
4483
  modify: {
4480
4484
  type: "mix",
4481
- value: "0.16",
4485
+ value: "0.15",
4482
4486
  space: "lch",
4483
4487
  color: "#FFFFFF ",
4484
4488
  format: "hex",
@@ -4486,7 +4490,7 @@ module.exports = {
4486
4490
  },
4487
4491
  },
4488
4492
  $type: "color",
4489
- $value: "#58de5d",
4493
+ $value: "#55dd5b",
4490
4494
  filePath: "data/tokens/modes/light.json",
4491
4495
  isSource: true,
4492
4496
  original: {
@@ -4494,7 +4498,7 @@ module.exports = {
4494
4498
  "studio.tokens": {
4495
4499
  modify: {
4496
4500
  type: "mix",
4497
- value: "{modes.color.modifiers.button.hover}",
4501
+ value: "{primitives.color.modifiers.button.hover}",
4498
4502
  space: "lch",
4499
4503
  color: "{modes.color.modifier.contrastLess} ",
4500
4504
  },
@@ -4519,7 +4523,7 @@ module.exports = {
4519
4523
  "studio.tokens": {
4520
4524
  modify: {
4521
4525
  type: "alpha",
4522
- value: "0.08",
4526
+ value: "0.10",
4523
4527
  space: "lch",
4524
4528
  color: "#FFFFFF",
4525
4529
  format: "hex",
@@ -4527,7 +4531,7 @@ module.exports = {
4527
4531
  },
4528
4532
  },
4529
4533
  $type: "color",
4530
- $value: "#00d63914",
4534
+ $value: "#00d6391a",
4531
4535
  $description: "Hover for inverse secondary and tertiary buttons",
4532
4536
  filePath: "data/tokens/modes/light.json",
4533
4537
  isSource: true,
@@ -4536,14 +4540,14 @@ module.exports = {
4536
4540
  "studio.tokens": {
4537
4541
  modify: {
4538
4542
  type: "alpha",
4539
- value: "{modes.color.modifiers.button.hoverAlt}",
4543
+ value: "{primitives.color.modifiers.button.hoverAlt}",
4540
4544
  space: "lch",
4541
4545
  color: "{modes.color.modifier.contrastLess}",
4542
4546
  },
4543
4547
  },
4544
4548
  },
4545
4549
  $type: "color",
4546
- $value: "{modes.color.interactive.primary.inverse.defaultAlt2}",
4550
+ $value: "{modes.color.interactive.primary.inverse.default}",
4547
4551
  $description:
4548
4552
  "Hover for inverse secondary and tertiary buttons",
4549
4553
  },
@@ -4563,7 +4567,7 @@ module.exports = {
4563
4567
  "studio.tokens": {
4564
4568
  modify: {
4565
4569
  type: "mix",
4566
- value: "0.16",
4570
+ value: "0.15",
4567
4571
  space: "lch",
4568
4572
  color: "#FFFFFF ",
4569
4573
  format: "hex",
@@ -4571,7 +4575,7 @@ module.exports = {
4571
4575
  },
4572
4576
  },
4573
4577
  $type: "color",
4574
- $value: "#73e372",
4578
+ $value: "#71e270",
4575
4579
  $description: "hover for links",
4576
4580
  filePath: "data/tokens/modes/light.json",
4577
4581
  isSource: true,
@@ -4580,14 +4584,14 @@ module.exports = {
4580
4584
  "studio.tokens": {
4581
4585
  modify: {
4582
4586
  type: "mix",
4583
- value: "{modes.color.modifiers.button.hover}",
4587
+ value: "{primitives.color.modifiers.button.hover}",
4584
4588
  space: "lch",
4585
4589
  color: "{modes.color.modifier.contrastLess} ",
4586
4590
  },
4587
4591
  },
4588
4592
  },
4589
4593
  $type: "color",
4590
- $value: "{modes.color.interactive.primary.inverse.defaultAlt3}",
4594
+ $value: "{modes.color.interactive.primary.inverse.defaultAlt2}",
4591
4595
  $description: "hover for links",
4592
4596
  },
4593
4597
  name: "modesColorInteractivePrimaryInverseHoverAlt2",
@@ -4873,21 +4877,78 @@ module.exports = {
4873
4877
  path: ["modes", "color", "status", "ai", "default-vertical"],
4874
4878
  },
4875
4879
  },
4876
- generic: {
4877
- default: {
4880
+ callout: {
4881
+ defaultAlt: {
4882
+ $extensions: {
4883
+ "studio.tokens": {
4884
+ modify: {
4885
+ type: "mix",
4886
+ value: "0.85",
4887
+ space: "lch",
4888
+ color: "#FFFFFF",
4889
+ format: "hex",
4890
+ },
4891
+ },
4892
+ },
4878
4893
  $type: "color",
4879
- $value: "#007c7b",
4880
- $description: "used in progress bar ",
4894
+ $value: "#e5fae2",
4895
+ $description: "used for marketing banners",
4881
4896
  filePath: "data/tokens/modes/light.json",
4882
4897
  isSource: true,
4883
4898
  original: {
4899
+ $extensions: {
4900
+ "studio.tokens": {
4901
+ modify: {
4902
+ type: "mix",
4903
+ value: "0.85",
4904
+ space: "lch",
4905
+ color: "{modes.color.modifier.contrastLess}",
4906
+ },
4907
+ },
4908
+ },
4884
4909
  $type: "color",
4885
- $value: "{primitives.colors.teal}",
4886
- $description: "used in progress bar ",
4910
+ $value: "{primitives.colors.brilliantGreen}",
4911
+ $description: "used for marketing banners",
4887
4912
  },
4888
- name: "modesColorStatusGenericDefault",
4913
+ name: "modesColorStatusCalloutDefaultAlt",
4889
4914
  attributes: {},
4890
- path: ["modes", "color", "status", "generic", "default"],
4915
+ path: ["modes", "color", "status", "callout", "defaultAlt"],
4916
+ },
4917
+ hoverAlt: {
4918
+ $extensions: {
4919
+ "studio.tokens": {
4920
+ modify: {
4921
+ type: "mix",
4922
+ value: "0.05",
4923
+ space: "lch",
4924
+ color: "#000000",
4925
+ format: "hex",
4926
+ },
4927
+ },
4928
+ },
4929
+ $type: "color",
4930
+ $value: "#d8ecd5",
4931
+ $description: "used for marketing banners",
4932
+ filePath: "data/tokens/modes/light.json",
4933
+ isSource: true,
4934
+ original: {
4935
+ $extensions: {
4936
+ "studio.tokens": {
4937
+ modify: {
4938
+ type: "mix",
4939
+ value: "0.05",
4940
+ space: "lch",
4941
+ color: "{modes.color.modifier.contrastMore}",
4942
+ },
4943
+ },
4944
+ },
4945
+ $type: "color",
4946
+ $value: "{modes.color.status.callout.defaultAlt}",
4947
+ $description: "used for marketing banners",
4948
+ },
4949
+ name: "modesColorStatusCalloutHoverAlt",
4950
+ attributes: {},
4951
+ path: ["modes", "color", "status", "callout", "hoverAlt"],
4891
4952
  },
4892
4953
  },
4893
4954
  caution: {
@@ -4949,7 +5010,7 @@ module.exports = {
4949
5010
  "studio.tokens": {
4950
5011
  modify: {
4951
5012
  type: "mix",
4952
- value: "0.16",
5013
+ value: "0.15",
4953
5014
  space: "lch",
4954
5015
  color: "#000000",
4955
5016
  format: "hex",
@@ -4957,7 +5018,7 @@ module.exports = {
4957
5018
  },
4958
5019
  },
4959
5020
  $type: "color",
4960
- $value: "#b13a0d",
5021
+ $value: "#b33b0d",
4961
5022
  $description: "used on pill hover states",
4962
5023
  filePath: "data/tokens/modes/light.json",
4963
5024
  isSource: true,
@@ -4966,7 +5027,7 @@ module.exports = {
4966
5027
  "studio.tokens": {
4967
5028
  modify: {
4968
5029
  type: "mix",
4969
- value: "{modes.color.modifiers.button.hover}",
5030
+ value: "{primitives.color.modifiers.button.hover}",
4970
5031
  space: "lch",
4971
5032
  color: "{modes.color.modifier.contrastMore}",
4972
5033
  },
@@ -4985,7 +5046,7 @@ module.exports = {
4985
5046
  "studio.tokens": {
4986
5047
  modify: {
4987
5048
  type: "mix",
4988
- value: "0.16",
5049
+ value: "0.15",
4989
5050
  space: "lch",
4990
5051
  color: "#D64309",
4991
5052
  format: "hex",
@@ -4993,7 +5054,7 @@ module.exports = {
4993
5054
  },
4994
5055
  },
4995
5056
  $type: "color",
4996
- $value: "#fdd3c0",
5057
+ $value: "#fed5c3",
4997
5058
  $description: "used on pill hover states and message bg",
4998
5059
  filePath: "data/tokens/modes/light.json",
4999
5060
  isSource: true,
@@ -5002,7 +5063,7 @@ module.exports = {
5002
5063
  "studio.tokens": {
5003
5064
  modify: {
5004
5065
  type: "mix",
5005
- value: "{modes.color.modifiers.button.hover}",
5066
+ value: "{primitives.color.modifiers.button.hover}",
5006
5067
  space: "lch",
5007
5068
  color: "{modes.color.status.caution.default}",
5008
5069
  },
@@ -5078,7 +5139,7 @@ module.exports = {
5078
5139
  "studio.tokens": {
5079
5140
  modify: {
5080
5141
  type: "mix",
5081
- value: "0.16",
5142
+ value: "0.15",
5082
5143
  space: "lch",
5083
5144
  color: "#FFFFFF ",
5084
5145
  format: "hex",
@@ -5086,7 +5147,7 @@ module.exports = {
5086
5147
  },
5087
5148
  },
5088
5149
  $type: "color",
5089
- $value: "#ff9a4e",
5150
+ $value: "#ff994c",
5090
5151
  $description: "used on global message bg",
5091
5152
  filePath: "data/tokens/modes/light.json",
5092
5153
  isSource: true,
@@ -5095,7 +5156,7 @@ module.exports = {
5095
5156
  "studio.tokens": {
5096
5157
  modify: {
5097
5158
  type: "mix",
5098
- value: "{modes.color.modifiers.button.hover}",
5159
+ value: "{primitives.color.modifiers.button.hover}",
5099
5160
  space: "lch",
5100
5161
  color: "{modes.color.modifier.contrastLess} ",
5101
5162
  },
@@ -5186,7 +5247,7 @@ module.exports = {
5186
5247
  "studio.tokens": {
5187
5248
  modify: {
5188
5249
  type: "mix",
5189
- value: "0.16",
5250
+ value: "0.15",
5190
5251
  space: "lch",
5191
5252
  color: "#FFFFFF ",
5192
5253
  format: "hex",
@@ -5194,7 +5255,7 @@ module.exports = {
5194
5255
  },
5195
5256
  },
5196
5257
  $type: "color",
5197
- $value: "#eb6732",
5258
+ $value: "#eb6530",
5198
5259
  $description: "used on pill hover states",
5199
5260
  filePath: "data/tokens/modes/light.json",
5200
5261
  isSource: true,
@@ -5203,7 +5264,7 @@ module.exports = {
5203
5264
  "studio.tokens": {
5204
5265
  modify: {
5205
5266
  type: "mix",
5206
- value: "{modes.color.modifiers.button.hover}",
5267
+ value: "{primitives.color.modifiers.button.hover}",
5207
5268
  space: "lch",
5208
5269
  color: "{modes.color.modifier.contrastLess} ",
5209
5270
  },
@@ -5222,7 +5283,7 @@ module.exports = {
5222
5283
  "studio.tokens": {
5223
5284
  modify: {
5224
5285
  type: "mix",
5225
- value: "0.16",
5286
+ value: "0.15",
5226
5287
  space: "lch",
5227
5288
  color: "#E04500",
5228
5289
  format: "hex",
@@ -5230,7 +5291,7 @@ module.exports = {
5230
5291
  },
5231
5292
  },
5232
5293
  $type: "color",
5233
- $value: "#3f1b0b",
5294
+ $value: "#3e1a0b",
5234
5295
  $description: "used on pill hover states and message bg",
5235
5296
  filePath: "data/tokens/modes/light.json",
5236
5297
  isSource: true,
@@ -5239,7 +5300,7 @@ module.exports = {
5239
5300
  "studio.tokens": {
5240
5301
  modify: {
5241
5302
  type: "mix",
5242
- value: "{modes.color.modifiers.button.hover}",
5303
+ value: "{primitives.color.modifiers.button.hover}",
5243
5304
  space: "lch",
5244
5305
  color: "{modes.color.status.caution.inverse.default}",
5245
5306
  },
@@ -5474,53 +5535,38 @@ module.exports = {
5474
5535
  },
5475
5536
  },
5476
5537
  },
5477
- inactive: {
5478
- default: {
5479
- $type: "color",
5480
- $value: "#a6a6a6",
5481
- $description: "For readonly pill bg and border",
5482
- filePath: "data/tokens/modes/light.json",
5483
- isSource: true,
5484
- original: {
5485
- $type: "color",
5486
- $value: "{modes.color.generic.fg.soft}",
5487
- $description: "For readonly pill bg and border",
5488
- },
5489
- name: "modesColorStatusInactiveDefault",
5490
- attributes: {},
5491
- path: ["modes", "color", "status", "inactive", "default"],
5492
- },
5493
- withDefault: {
5494
- $type: "color",
5495
- $value: "#000000ab",
5496
- $description: "For readonly filled pill text",
5497
- filePath: "data/tokens/modes/light.json",
5498
- isSource: true,
5499
- original: {
5538
+ custom: {
5539
+ blue: {
5540
+ default: {
5500
5541
  $type: "color",
5501
- $value: "{modes.color.generic.content.firm}",
5502
- $description: "For readonly filled pill text",
5542
+ $value: "#0071C3",
5543
+ $description: "For pills. Not accessible with white TEXT.",
5544
+ filePath: "data/tokens/modes/light.json",
5545
+ isSource: true,
5546
+ original: {
5547
+ $type: "color",
5548
+ $value: "{primitives.colors.supplementary.blue.400}",
5549
+ $description: "For pills. Not accessible with white TEXT.",
5550
+ },
5551
+ name: "modesColorStatusCustomBlueDefault",
5552
+ attributes: {},
5553
+ path: ["modes", "color", "status", "custom", "blue", "default"],
5503
5554
  },
5504
- name: "modesColorStatusInactiveWithDefault",
5505
- attributes: {},
5506
- path: ["modes", "color", "status", "inactive", "withDefault"],
5507
- },
5508
- inverse: {
5509
- default: {
5555
+ defaultAlt: {
5510
5556
  $extensions: {
5511
5557
  "studio.tokens": {
5512
5558
  modify: {
5513
5559
  type: "mix",
5514
- value: "0.32",
5560
+ value: "0.9",
5515
5561
  space: "lch",
5516
- color: "#FFFFFF ",
5562
+ color: "#FFFFFF",
5517
5563
  format: "hex",
5518
5564
  },
5519
5565
  },
5520
5566
  },
5521
5567
  $type: "color",
5522
- $value: "#4b4b4b",
5523
- $description: "For readonly pill bg and border",
5568
+ $value: "#ebf0f9",
5569
+ $description: "Pill bg",
5524
5570
  filePath: "data/tokens/modes/light.json",
5525
5571
  isSource: true,
5526
5572
  original: {
@@ -5528,87 +5574,1709 @@ module.exports = {
5528
5574
  "studio.tokens": {
5529
5575
  modify: {
5530
5576
  type: "mix",
5531
- value: "0.32",
5577
+ value: "0.9",
5532
5578
  space: "lch",
5533
- color: "{modes.color.modifier.contrastLess} ",
5579
+ color: "{modes.color.modifier.contrastLess}",
5534
5580
  },
5535
5581
  },
5536
5582
  },
5537
5583
  $type: "color",
5538
- $value: "{primitives.colors.black}",
5539
- $description: "For readonly pill bg and border",
5584
+ $value: "{primitives.colors.supplementary.blue.400}",
5585
+ $description: "Pill bg",
5540
5586
  },
5541
- name: "modesColorStatusInactiveInverseDefault",
5587
+ name: "modesColorStatusCustomBlueDefaultAlt",
5542
5588
  attributes: {},
5543
5589
  path: [
5544
5590
  "modes",
5545
5591
  "color",
5546
5592
  "status",
5547
- "inactive",
5548
- "inverse",
5549
- "default",
5593
+ "custom",
5594
+ "blue",
5595
+ "defaultAlt",
5550
5596
  ],
5551
5597
  },
5552
- withDefault: {
5598
+ hover: {
5553
5599
  $extensions: {
5554
5600
  "studio.tokens": {
5555
5601
  modify: {
5556
- type: "alpha",
5557
- value: "0.67",
5602
+ type: "mix",
5603
+ value: "0.15",
5558
5604
  space: "lch",
5605
+ color: "#000000",
5559
5606
  format: "hex",
5560
5607
  },
5561
5608
  },
5562
5609
  },
5563
5610
  $type: "color",
5564
- $value: "#ffffffab",
5565
- $description: "For readonly filled pill text",
5611
+ $value: "#135fa3",
5612
+ $description: "used on pill hover states",
5566
5613
  filePath: "data/tokens/modes/light.json",
5567
5614
  isSource: true,
5568
5615
  original: {
5569
5616
  $extensions: {
5570
5617
  "studio.tokens": {
5571
5618
  modify: {
5572
- type: "alpha",
5573
- value: "0.67",
5619
+ type: "mix",
5620
+ value: "{primitives.color.modifiers.button.hover}",
5574
5621
  space: "lch",
5622
+ color: "{modes.color.modifier.contrastMore}",
5575
5623
  },
5576
5624
  },
5577
5625
  },
5578
5626
  $type: "color",
5579
- $value: "{primitives.colors.white}",
5580
- $description: "For readonly filled pill text",
5627
+ $value: "{modes.color.status.custom.blue.default}",
5628
+ $description: "used on pill hover states",
5581
5629
  },
5582
- name: "modesColorStatusInactiveInverseWithDefault",
5630
+ name: "modesColorStatusCustomBlueHover",
5583
5631
  attributes: {},
5584
- path: [
5585
- "modes",
5586
- "color",
5587
- "status",
5588
- "inactive",
5589
- "inverse",
5590
- "withDefault",
5591
- ],
5632
+ path: ["modes", "color", "status", "custom", "blue", "hover"],
5592
5633
  },
5593
- },
5594
- },
5595
- important: {
5596
- default: {
5597
- $type: "color",
5598
- $value: "#8F4CD7",
5599
- $description:
5600
- "For tile status keylines to show if something is of high importance.",
5601
- filePath: "data/tokens/modes/light.json",
5634
+ hoverAlt: {
5635
+ $extensions: {
5636
+ "studio.tokens": {
5637
+ modify: {
5638
+ type: "mix",
5639
+ value: "0.15",
5640
+ space: "lch",
5641
+ color: "#0060A7",
5642
+ format: "hex",
5643
+ },
5644
+ },
5645
+ },
5646
+ $type: "color",
5647
+ $value: "#ced9ed",
5648
+ $description: "used on pill hover states",
5649
+ filePath: "data/tokens/modes/light.json",
5650
+ isSource: true,
5651
+ original: {
5652
+ $extensions: {
5653
+ "studio.tokens": {
5654
+ modify: {
5655
+ type: "mix",
5656
+ value: "{primitives.color.modifiers.button.hover}",
5657
+ space: "lch",
5658
+ color: "{modes.color.status.info.default}",
5659
+ },
5660
+ },
5661
+ },
5662
+ $type: "color",
5663
+ $value: "{modes.color.status.custom.blue.defaultAlt}",
5664
+ $description: "used on pill hover states",
5665
+ },
5666
+ name: "modesColorStatusCustomBlueHoverAlt",
5667
+ attributes: {},
5668
+ path: ["modes", "color", "status", "custom", "blue", "hoverAlt"],
5669
+ },
5670
+ },
5671
+ teal: {
5672
+ default: {
5673
+ $type: "color",
5674
+ $value: "#007C7B",
5675
+ $description: "For pills. Not accessible with white TEXT.",
5676
+ filePath: "data/tokens/modes/light.json",
5677
+ isSource: true,
5678
+ original: {
5679
+ $type: "color",
5680
+ $value: "{primitives.colors.supplementary.teal.400}",
5681
+ $description: "For pills. Not accessible with white TEXT.",
5682
+ },
5683
+ name: "modesColorStatusCustomTealDefault",
5684
+ attributes: {},
5685
+ path: ["modes", "color", "status", "custom", "teal", "default"],
5686
+ },
5687
+ defaultAlt: {
5688
+ $extensions: {
5689
+ "studio.tokens": {
5690
+ modify: {
5691
+ type: "mix",
5692
+ value: "0.9",
5693
+ space: "lch",
5694
+ color: "#FFFFFF",
5695
+ format: "hex",
5696
+ },
5697
+ },
5698
+ },
5699
+ $type: "color",
5700
+ $value: "#e9f1f1",
5701
+ $description: "Pill bg",
5702
+ filePath: "data/tokens/modes/light.json",
5703
+ isSource: true,
5704
+ original: {
5705
+ $extensions: {
5706
+ "studio.tokens": {
5707
+ modify: {
5708
+ type: "mix",
5709
+ value: "0.9",
5710
+ space: "lch",
5711
+ color: "{modes.color.modifier.contrastLess}",
5712
+ },
5713
+ },
5714
+ },
5715
+ $type: "color",
5716
+ $value: "{primitives.colors.supplementary.teal.400}",
5717
+ $description: "Pill bg",
5718
+ },
5719
+ name: "modesColorStatusCustomTealDefaultAlt",
5720
+ attributes: {},
5721
+ path: [
5722
+ "modes",
5723
+ "color",
5724
+ "status",
5725
+ "custom",
5726
+ "teal",
5727
+ "defaultAlt",
5728
+ ],
5729
+ },
5730
+ hover: {
5731
+ $extensions: {
5732
+ "studio.tokens": {
5733
+ modify: {
5734
+ type: "mix",
5735
+ value: "0.15",
5736
+ space: "lch",
5737
+ color: "#000000",
5738
+ format: "hex",
5739
+ },
5740
+ },
5741
+ },
5742
+ $type: "color",
5743
+ $value: "#0e6968",
5744
+ $description: "used on pill hover states",
5745
+ filePath: "data/tokens/modes/light.json",
5746
+ isSource: true,
5747
+ original: {
5748
+ $extensions: {
5749
+ "studio.tokens": {
5750
+ modify: {
5751
+ type: "mix",
5752
+ value: "{primitives.color.modifiers.button.hover}",
5753
+ space: "lch",
5754
+ color: "{modes.color.modifier.contrastMore}",
5755
+ },
5756
+ },
5757
+ },
5758
+ $type: "color",
5759
+ $value: "{modes.color.status.custom.teal.default}",
5760
+ $description: "used on pill hover states",
5761
+ },
5762
+ name: "modesColorStatusCustomTealHover",
5763
+ attributes: {},
5764
+ path: ["modes", "color", "status", "custom", "teal", "hover"],
5765
+ },
5766
+ hoverAlt: {
5767
+ $extensions: {
5768
+ "studio.tokens": {
5769
+ modify: {
5770
+ type: "mix",
5771
+ value: "0.15",
5772
+ space: "lch",
5773
+ color: "#0060A7",
5774
+ format: "hex",
5775
+ },
5776
+ },
5777
+ },
5778
+ $type: "color",
5779
+ $value: "#c4dde0",
5780
+ $description: "used on pill hover states",
5781
+ filePath: "data/tokens/modes/light.json",
5782
+ isSource: true,
5783
+ original: {
5784
+ $extensions: {
5785
+ "studio.tokens": {
5786
+ modify: {
5787
+ type: "mix",
5788
+ value: "{primitives.color.modifiers.button.hover}",
5789
+ space: "lch",
5790
+ color: "{modes.color.status.info.default}",
5791
+ },
5792
+ },
5793
+ },
5794
+ $type: "color",
5795
+ $value: "{modes.color.status.custom.teal.defaultAlt}",
5796
+ $description: "used on pill hover states",
5797
+ },
5798
+ name: "modesColorStatusCustomTealHoverAlt",
5799
+ attributes: {},
5800
+ path: ["modes", "color", "status", "custom", "teal", "hoverAlt"],
5801
+ },
5802
+ },
5803
+ green: {
5804
+ default: {
5805
+ $type: "color",
5806
+ $value: "#00811F",
5807
+ $description: "For pills. Not accessible with white TEXT.",
5808
+ filePath: "data/tokens/modes/light.json",
5809
+ isSource: true,
5810
+ original: {
5811
+ $type: "color",
5812
+ $value: "{primitives.colors.supplementary.green.400}",
5813
+ $description: "For pills. Not accessible with white TEXT.",
5814
+ },
5815
+ name: "modesColorStatusCustomGreenDefault",
5816
+ attributes: {},
5817
+ path: ["modes", "color", "status", "custom", "green", "default"],
5818
+ },
5819
+ defaultAlt: {
5820
+ $extensions: {
5821
+ "studio.tokens": {
5822
+ modify: {
5823
+ type: "mix",
5824
+ value: "0.9",
5825
+ space: "lch",
5826
+ color: "#FFFFFF",
5827
+ format: "hex",
5828
+ },
5829
+ },
5830
+ },
5831
+ $type: "color",
5832
+ $value: "#e9f2e8",
5833
+ $description: "Pill bg",
5834
+ filePath: "data/tokens/modes/light.json",
5835
+ isSource: true,
5836
+ original: {
5837
+ $extensions: {
5838
+ "studio.tokens": {
5839
+ modify: {
5840
+ type: "mix",
5841
+ value: "0.9",
5842
+ space: "lch",
5843
+ color: "{modes.color.modifier.contrastLess}",
5844
+ },
5845
+ },
5846
+ },
5847
+ $type: "color",
5848
+ $value: "{primitives.colors.supplementary.green.400}",
5849
+ $description: "Pill bg",
5850
+ },
5851
+ name: "modesColorStatusCustomGreenDefaultAlt",
5852
+ attributes: {},
5853
+ path: [
5854
+ "modes",
5855
+ "color",
5856
+ "status",
5857
+ "custom",
5858
+ "green",
5859
+ "defaultAlt",
5860
+ ],
5861
+ },
5862
+ hover: {
5863
+ $extensions: {
5864
+ "studio.tokens": {
5865
+ modify: {
5866
+ type: "mix",
5867
+ value: "0.15",
5868
+ space: "lch",
5869
+ color: "#000000",
5870
+ format: "hex",
5871
+ },
5872
+ },
5873
+ },
5874
+ $type: "color",
5875
+ $value: "#0e6d1d",
5876
+ $description: "used on pill hover states",
5877
+ filePath: "data/tokens/modes/light.json",
5878
+ isSource: true,
5879
+ original: {
5880
+ $extensions: {
5881
+ "studio.tokens": {
5882
+ modify: {
5883
+ type: "mix",
5884
+ value: "{primitives.color.modifiers.button.hover}",
5885
+ space: "lch",
5886
+ color: "{modes.color.modifier.contrastMore}",
5887
+ },
5888
+ },
5889
+ },
5890
+ $type: "color",
5891
+ $value: "{modes.color.status.custom.green.default}",
5892
+ $description: "used on pill hover states",
5893
+ },
5894
+ name: "modesColorStatusCustomGreenHover",
5895
+ attributes: {},
5896
+ path: ["modes", "color", "status", "custom", "green", "hover"],
5897
+ },
5898
+ hoverAlt: {
5899
+ $extensions: {
5900
+ "studio.tokens": {
5901
+ modify: {
5902
+ type: "mix",
5903
+ value: "0.15",
5904
+ space: "lch",
5905
+ color: "#0060A7",
5906
+ format: "hex",
5907
+ },
5908
+ },
5909
+ },
5910
+ $type: "color",
5911
+ $value: "#c4decf",
5912
+ $description: "used on pill hover states",
5913
+ filePath: "data/tokens/modes/light.json",
5914
+ isSource: true,
5915
+ original: {
5916
+ $extensions: {
5917
+ "studio.tokens": {
5918
+ modify: {
5919
+ type: "mix",
5920
+ value: "{primitives.color.modifiers.button.hover}",
5921
+ space: "lch",
5922
+ color: "{modes.color.status.info.default}",
5923
+ },
5924
+ },
5925
+ },
5926
+ $type: "color",
5927
+ $value: "{modes.color.status.custom.green.defaultAlt}",
5928
+ $description: "used on pill hover states",
5929
+ },
5930
+ name: "modesColorStatusCustomGreenHoverAlt",
5931
+ attributes: {},
5932
+ path: ["modes", "color", "status", "custom", "green", "hoverAlt"],
5933
+ },
5934
+ },
5935
+ lime: {
5936
+ default: {
5937
+ $type: "color",
5938
+ $value: "#637700",
5939
+ $description: "For pills. Not accessible with white TEXT.",
5940
+ filePath: "data/tokens/modes/light.json",
5941
+ isSource: true,
5942
+ original: {
5943
+ $type: "color",
5944
+ $value: "{primitives.colors.supplementary.lime.400}",
5945
+ $description: "For pills. Not accessible with white TEXT.",
5946
+ },
5947
+ name: "modesColorStatusCustomLimeDefault",
5948
+ attributes: {},
5949
+ path: ["modes", "color", "status", "custom", "lime", "default"],
5950
+ },
5951
+ defaultAlt: {
5952
+ $extensions: {
5953
+ "studio.tokens": {
5954
+ modify: {
5955
+ type: "mix",
5956
+ value: "0.9",
5957
+ space: "lch",
5958
+ color: "#FFFFFF",
5959
+ format: "hex",
5960
+ },
5961
+ },
5962
+ },
5963
+ $type: "color",
5964
+ $value: "#eff1e6",
5965
+ $description: "Pill bg",
5966
+ filePath: "data/tokens/modes/light.json",
5967
+ isSource: true,
5968
+ original: {
5969
+ $extensions: {
5970
+ "studio.tokens": {
5971
+ modify: {
5972
+ type: "mix",
5973
+ value: "0.9",
5974
+ space: "lch",
5975
+ color: "{modes.color.modifier.contrastLess}",
5976
+ },
5977
+ },
5978
+ },
5979
+ $type: "color",
5980
+ $value: "{primitives.colors.supplementary.lime.400}",
5981
+ $description: "Pill bg",
5982
+ },
5983
+ name: "modesColorStatusCustomLimeDefaultAlt",
5984
+ attributes: {},
5985
+ path: [
5986
+ "modes",
5987
+ "color",
5988
+ "status",
5989
+ "custom",
5990
+ "lime",
5991
+ "defaultAlt",
5992
+ ],
5993
+ },
5994
+ hover: {
5995
+ $extensions: {
5996
+ "studio.tokens": {
5997
+ modify: {
5998
+ type: "mix",
5999
+ value: "0.15",
6000
+ space: "lch",
6001
+ color: "#000000",
6002
+ format: "hex",
6003
+ },
6004
+ },
6005
+ },
6006
+ $type: "color",
6007
+ $value: "#546408",
6008
+ $description: "used on pill hover states",
6009
+ filePath: "data/tokens/modes/light.json",
6010
+ isSource: true,
6011
+ original: {
6012
+ $extensions: {
6013
+ "studio.tokens": {
6014
+ modify: {
6015
+ type: "mix",
6016
+ value: "{primitives.color.modifiers.button.hover}",
6017
+ space: "lch",
6018
+ color: "{modes.color.modifier.contrastMore}",
6019
+ },
6020
+ },
6021
+ },
6022
+ $type: "color",
6023
+ $value: "{modes.color.status.custom.lime.default}",
6024
+ $description: "used on pill hover states",
6025
+ },
6026
+ name: "modesColorStatusCustomLimeHover",
6027
+ attributes: {},
6028
+ path: ["modes", "color", "status", "custom", "lime", "hover"],
6029
+ },
6030
+ hoverAlt: {
6031
+ $extensions: {
6032
+ "studio.tokens": {
6033
+ modify: {
6034
+ type: "mix",
6035
+ value: "0.15",
6036
+ space: "lch",
6037
+ color: "#0060A7",
6038
+ format: "hex",
6039
+ },
6040
+ },
6041
+ },
6042
+ $type: "color",
6043
+ $value: "#cdddc9",
6044
+ $description: "used on pill hover states",
6045
+ filePath: "data/tokens/modes/light.json",
6046
+ isSource: true,
6047
+ original: {
6048
+ $extensions: {
6049
+ "studio.tokens": {
6050
+ modify: {
6051
+ type: "mix",
6052
+ value: "{primitives.color.modifiers.button.hover}",
6053
+ space: "lch",
6054
+ color: "{modes.color.status.info.default}",
6055
+ },
6056
+ },
6057
+ },
6058
+ $type: "color",
6059
+ $value: "{modes.color.status.custom.lime.defaultAlt}",
6060
+ $description: "used on pill hover states",
6061
+ },
6062
+ name: "modesColorStatusCustomLimeHoverAlt",
6063
+ attributes: {},
6064
+ path: ["modes", "color", "status", "custom", "lime", "hoverAlt"],
6065
+ },
6066
+ },
6067
+ orange: {
6068
+ default: {
6069
+ $type: "color",
6070
+ $value: "#C54300",
6071
+ $description: "For pills. Not accessible with white TEXT.",
6072
+ filePath: "data/tokens/modes/light.json",
6073
+ isSource: true,
6074
+ original: {
6075
+ $type: "color",
6076
+ $value: "{primitives.colors.supplementary.orange.400}",
6077
+ $description: "For pills. Not accessible with white TEXT.",
6078
+ },
6079
+ name: "modesColorStatusCustomOrangeDefault",
6080
+ attributes: {},
6081
+ path: ["modes", "color", "status", "custom", "orange", "default"],
6082
+ },
6083
+ defaultAlt: {
6084
+ $extensions: {
6085
+ "studio.tokens": {
6086
+ modify: {
6087
+ type: "mix",
6088
+ value: "0.9",
6089
+ space: "lch",
6090
+ color: "#FFFFFF",
6091
+ format: "hex",
6092
+ },
6093
+ },
6094
+ },
6095
+ $type: "color",
6096
+ $value: "#feece5",
6097
+ $description: "Pill bg",
6098
+ filePath: "data/tokens/modes/light.json",
6099
+ isSource: true,
6100
+ original: {
6101
+ $extensions: {
6102
+ "studio.tokens": {
6103
+ modify: {
6104
+ type: "mix",
6105
+ value: "0.9",
6106
+ space: "lch",
6107
+ color: "{modes.color.modifier.contrastLess}",
6108
+ },
6109
+ },
6110
+ },
6111
+ $type: "color",
6112
+ $value: "{primitives.colors.supplementary.orange.400}",
6113
+ $description: "Pill bg",
6114
+ },
6115
+ name: "modesColorStatusCustomOrangeDefaultAlt",
6116
+ attributes: {},
6117
+ path: [
6118
+ "modes",
6119
+ "color",
6120
+ "status",
6121
+ "custom",
6122
+ "orange",
6123
+ "defaultAlt",
6124
+ ],
6125
+ },
6126
+ hover: {
6127
+ $extensions: {
6128
+ "studio.tokens": {
6129
+ modify: {
6130
+ type: "mix",
6131
+ value: "0.15",
6132
+ space: "lch",
6133
+ color: "#000000",
6134
+ format: "hex",
6135
+ },
6136
+ },
6137
+ },
6138
+ $type: "color",
6139
+ $value: "#a53a06",
6140
+ $description: "used on pill hover states",
6141
+ filePath: "data/tokens/modes/light.json",
6142
+ isSource: true,
6143
+ original: {
6144
+ $extensions: {
6145
+ "studio.tokens": {
6146
+ modify: {
6147
+ type: "mix",
6148
+ value: "{primitives.color.modifiers.button.hover}",
6149
+ space: "lch",
6150
+ color: "{modes.color.modifier.contrastMore}",
6151
+ },
6152
+ },
6153
+ },
6154
+ $type: "color",
6155
+ $value: "{modes.color.status.custom.orange.default}",
6156
+ $description: "used on pill hover states",
6157
+ },
6158
+ name: "modesColorStatusCustomOrangeHover",
6159
+ attributes: {},
6160
+ path: ["modes", "color", "status", "custom", "orange", "hover"],
6161
+ },
6162
+ hoverAlt: {
6163
+ $extensions: {
6164
+ "studio.tokens": {
6165
+ modify: {
6166
+ type: "mix",
6167
+ value: "0.15",
6168
+ space: "lch",
6169
+ color: "#0060A7",
6170
+ format: "hex",
6171
+ },
6172
+ },
6173
+ },
6174
+ $type: "color",
6175
+ $value: "#f2d0ce",
6176
+ $description: "used on pill hover states",
6177
+ filePath: "data/tokens/modes/light.json",
6178
+ isSource: true,
6179
+ original: {
6180
+ $extensions: {
6181
+ "studio.tokens": {
6182
+ modify: {
6183
+ type: "mix",
6184
+ value: "{primitives.color.modifiers.button.hover}",
6185
+ space: "lch",
6186
+ color: "{modes.color.status.info.default}",
6187
+ },
6188
+ },
6189
+ },
6190
+ $type: "color",
6191
+ $value: "{modes.color.status.custom.orange.defaultAlt}",
6192
+ $description: "used on pill hover states",
6193
+ },
6194
+ name: "modesColorStatusCustomOrangeHoverAlt",
6195
+ attributes: {},
6196
+ path: [
6197
+ "modes",
6198
+ "color",
6199
+ "status",
6200
+ "custom",
6201
+ "orange",
6202
+ "hoverAlt",
6203
+ ],
6204
+ },
6205
+ },
6206
+ red: {
6207
+ default: {
6208
+ $type: "color",
6209
+ $value: "#DC004E",
6210
+ $description: "For pills. Not accessible with white TEXT.",
6211
+ filePath: "data/tokens/modes/light.json",
6212
+ isSource: true,
6213
+ original: {
6214
+ $type: "color",
6215
+ $value: "{primitives.colors.supplementary.red.400}",
6216
+ $description: "For pills. Not accessible with white TEXT.",
6217
+ },
6218
+ name: "modesColorStatusCustomRedDefault",
6219
+ attributes: {},
6220
+ path: ["modes", "color", "status", "custom", "red", "default"],
6221
+ },
6222
+ defaultAlt: {
6223
+ $extensions: {
6224
+ "studio.tokens": {
6225
+ modify: {
6226
+ type: "mix",
6227
+ value: "0.9",
6228
+ space: "lch",
6229
+ color: "#FFFFFF",
6230
+ format: "hex",
6231
+ },
6232
+ },
6233
+ },
6234
+ $type: "color",
6235
+ $value: "#ffebec",
6236
+ $description: "Pill bg",
6237
+ filePath: "data/tokens/modes/light.json",
6238
+ isSource: true,
6239
+ original: {
6240
+ $extensions: {
6241
+ "studio.tokens": {
6242
+ modify: {
6243
+ type: "mix",
6244
+ value: "0.9",
6245
+ space: "lch",
6246
+ color: "{modes.color.modifier.contrastLess}",
6247
+ },
6248
+ },
6249
+ },
6250
+ $type: "color",
6251
+ $value: "{primitives.colors.supplementary.red.400}",
6252
+ $description: "Pill bg",
6253
+ },
6254
+ name: "modesColorStatusCustomRedDefaultAlt",
6255
+ attributes: {},
6256
+ path: ["modes", "color", "status", "custom", "red", "defaultAlt"],
6257
+ },
6258
+ hover: {
6259
+ $extensions: {
6260
+ "studio.tokens": {
6261
+ modify: {
6262
+ type: "mix",
6263
+ value: "0.15",
6264
+ space: "lch",
6265
+ color: "#000000",
6266
+ format: "hex",
6267
+ },
6268
+ },
6269
+ },
6270
+ $type: "color",
6271
+ $value: "#b81242",
6272
+ $description: "used on pill hover states",
6273
+ filePath: "data/tokens/modes/light.json",
6274
+ isSource: true,
6275
+ original: {
6276
+ $extensions: {
6277
+ "studio.tokens": {
6278
+ modify: {
6279
+ type: "mix",
6280
+ value: "{primitives.color.modifiers.button.hover}",
6281
+ space: "lch",
6282
+ color: "{modes.color.modifier.contrastMore}",
6283
+ },
6284
+ },
6285
+ },
6286
+ $type: "color",
6287
+ $value: "{modes.color.status.custom.red.default}",
6288
+ $description: "used on pill hover states",
6289
+ },
6290
+ name: "modesColorStatusCustomRedHover",
6291
+ attributes: {},
6292
+ path: ["modes", "color", "status", "custom", "red", "hover"],
6293
+ },
6294
+ hoverAlt: {
6295
+ $extensions: {
6296
+ "studio.tokens": {
6297
+ modify: {
6298
+ type: "mix",
6299
+ value: "0.15",
6300
+ space: "lch",
6301
+ color: "#0060A7",
6302
+ format: "hex",
6303
+ },
6304
+ },
6305
+ },
6306
+ $type: "color",
6307
+ $value: "#f1cfd9",
6308
+ $description: "used on pill hover states",
6309
+ filePath: "data/tokens/modes/light.json",
6310
+ isSource: true,
6311
+ original: {
6312
+ $extensions: {
6313
+ "studio.tokens": {
6314
+ modify: {
6315
+ type: "mix",
6316
+ value: "{primitives.color.modifiers.button.hover}",
6317
+ space: "lch",
6318
+ color: "{modes.color.status.info.default}",
6319
+ },
6320
+ },
6321
+ },
6322
+ $type: "color",
6323
+ $value: "{modes.color.status.custom.red.defaultAlt}",
6324
+ $description: "used on pill hover states",
6325
+ },
6326
+ name: "modesColorStatusCustomRedHoverAlt",
6327
+ attributes: {},
6328
+ path: ["modes", "color", "status", "custom", "red", "hoverAlt"],
6329
+ },
6330
+ },
6331
+ pink: {
6332
+ default: {
6333
+ $type: "color",
6334
+ $value: "#C8269A",
6335
+ $description: "For pills. Not accessible with white TEXT.",
6336
+ filePath: "data/tokens/modes/light.json",
6337
+ isSource: true,
6338
+ original: {
6339
+ $type: "color",
6340
+ $value: "{primitives.colors.supplementary.pink.400}",
6341
+ $description: "For pills. Not accessible with white TEXT.",
6342
+ },
6343
+ name: "modesColorStatusCustomPinkDefault",
6344
+ attributes: {},
6345
+ path: ["modes", "color", "status", "custom", "pink", "default"],
6346
+ },
6347
+ defaultAlt: {
6348
+ $extensions: {
6349
+ "studio.tokens": {
6350
+ modify: {
6351
+ type: "mix",
6352
+ value: "0.9",
6353
+ space: "lch",
6354
+ color: "#FFFFFF",
6355
+ format: "hex",
6356
+ },
6357
+ },
6358
+ },
6359
+ $type: "color",
6360
+ $value: "#fcecf5",
6361
+ $description: "Pill bg",
6362
+ filePath: "data/tokens/modes/light.json",
6363
+ isSource: true,
6364
+ original: {
6365
+ $extensions: {
6366
+ "studio.tokens": {
6367
+ modify: {
6368
+ type: "mix",
6369
+ value: "0.9",
6370
+ space: "lch",
6371
+ color: "{modes.color.modifier.contrastLess}",
6372
+ },
6373
+ },
6374
+ },
6375
+ $type: "color",
6376
+ $value: "{primitives.colors.supplementary.pink.400}",
6377
+ $description: "Pill bg",
6378
+ },
6379
+ name: "modesColorStatusCustomPinkDefaultAlt",
6380
+ attributes: {},
6381
+ path: [
6382
+ "modes",
6383
+ "color",
6384
+ "status",
6385
+ "custom",
6386
+ "pink",
6387
+ "defaultAlt",
6388
+ ],
6389
+ },
6390
+ hover: {
6391
+ $extensions: {
6392
+ "studio.tokens": {
6393
+ modify: {
6394
+ type: "mix",
6395
+ value: "0.15",
6396
+ space: "lch",
6397
+ color: "#000000",
6398
+ format: "hex",
6399
+ },
6400
+ },
6401
+ },
6402
+ $type: "color",
6403
+ $value: "#a82581",
6404
+ $description: "used on pill hover states",
6405
+ filePath: "data/tokens/modes/light.json",
6406
+ isSource: true,
6407
+ original: {
6408
+ $extensions: {
6409
+ "studio.tokens": {
6410
+ modify: {
6411
+ type: "mix",
6412
+ value: "{primitives.color.modifiers.button.hover}",
6413
+ space: "lch",
6414
+ color: "{modes.color.modifier.contrastMore}",
6415
+ },
6416
+ },
6417
+ },
6418
+ $type: "color",
6419
+ $value: "{modes.color.status.custom.pink.default}",
6420
+ $description: "used on pill hover states",
6421
+ },
6422
+ name: "modesColorStatusCustomPinkHover",
6423
+ attributes: {},
6424
+ path: ["modes", "color", "status", "custom", "pink", "hover"],
6425
+ },
6426
+ hoverAlt: {
6427
+ $extensions: {
6428
+ "studio.tokens": {
6429
+ modify: {
6430
+ type: "mix",
6431
+ value: "0.15",
6432
+ space: "lch",
6433
+ color: "#0060A7",
6434
+ format: "hex",
6435
+ },
6436
+ },
6437
+ },
6438
+ $type: "color",
6439
+ $value: "#ead2e5",
6440
+ $description: "used on pill hover states",
6441
+ filePath: "data/tokens/modes/light.json",
6442
+ isSource: true,
6443
+ original: {
6444
+ $extensions: {
6445
+ "studio.tokens": {
6446
+ modify: {
6447
+ type: "mix",
6448
+ value: "{primitives.color.modifiers.button.hover}",
6449
+ space: "lch",
6450
+ color: "{modes.color.status.info.default}",
6451
+ },
6452
+ },
6453
+ },
6454
+ $type: "color",
6455
+ $value: "{modes.color.status.custom.pink.defaultAlt}",
6456
+ $description: "used on pill hover states",
6457
+ },
6458
+ name: "modesColorStatusCustomPinkHoverAlt",
6459
+ attributes: {},
6460
+ path: ["modes", "color", "status", "custom", "pink", "hoverAlt"],
6461
+ },
6462
+ },
6463
+ purple: {
6464
+ default: {
6465
+ $type: "color",
6466
+ $value: "#8F4CD7",
6467
+ $description: "For pills. Not accessible with white TEXT.",
6468
+ filePath: "data/tokens/modes/light.json",
6469
+ isSource: true,
6470
+ original: {
6471
+ $type: "color",
6472
+ $value: "{primitives.colors.supplementary.purple.400}",
6473
+ $description: "For pills. Not accessible with white TEXT.",
6474
+ },
6475
+ name: "modesColorStatusCustomPurpleDefault",
6476
+ attributes: {},
6477
+ path: ["modes", "color", "status", "custom", "purple", "default"],
6478
+ },
6479
+ defaultAlt: {
6480
+ $extensions: {
6481
+ "studio.tokens": {
6482
+ modify: {
6483
+ type: "mix",
6484
+ value: "0.9",
6485
+ space: "lch",
6486
+ color: "#FFFFFF",
6487
+ format: "hex",
6488
+ },
6489
+ },
6490
+ },
6491
+ $type: "color",
6492
+ $value: "#f5edfc",
6493
+ $description: "Pill bg",
6494
+ filePath: "data/tokens/modes/light.json",
6495
+ isSource: true,
6496
+ original: {
6497
+ $extensions: {
6498
+ "studio.tokens": {
6499
+ modify: {
6500
+ type: "mix",
6501
+ value: "0.9",
6502
+ space: "lch",
6503
+ color: "{modes.color.modifier.contrastLess}",
6504
+ },
6505
+ },
6506
+ },
6507
+ $type: "color",
6508
+ $value: "{primitives.colors.supplementary.purple.400}",
6509
+ $description: "Pill bg",
6510
+ },
6511
+ name: "modesColorStatusCustomPurpleDefaultAlt",
6512
+ attributes: {},
6513
+ path: [
6514
+ "modes",
6515
+ "color",
6516
+ "status",
6517
+ "custom",
6518
+ "purple",
6519
+ "defaultAlt",
6520
+ ],
6521
+ },
6522
+ hover: {
6523
+ $extensions: {
6524
+ "studio.tokens": {
6525
+ modify: {
6526
+ type: "mix",
6527
+ value: "0.15",
6528
+ space: "lch",
6529
+ color: "#000000",
6530
+ format: "hex",
6531
+ },
6532
+ },
6533
+ },
6534
+ $type: "color",
6535
+ $value: "#7941b4",
6536
+ $description: "used on pill hover states",
6537
+ filePath: "data/tokens/modes/light.json",
6538
+ isSource: true,
6539
+ original: {
6540
+ $extensions: {
6541
+ "studio.tokens": {
6542
+ modify: {
6543
+ type: "mix",
6544
+ value: "{primitives.color.modifiers.button.hover}",
6545
+ space: "lch",
6546
+ color: "{modes.color.modifier.contrastMore}",
6547
+ },
6548
+ },
6549
+ },
6550
+ $type: "color",
6551
+ $value: "{modes.color.status.custom.purple.default}",
6552
+ $description: "used on pill hover states",
6553
+ },
6554
+ name: "modesColorStatusCustomPurpleHover",
6555
+ attributes: {},
6556
+ path: ["modes", "color", "status", "custom", "purple", "hover"],
6557
+ },
6558
+ hoverAlt: {
6559
+ $extensions: {
6560
+ "studio.tokens": {
6561
+ modify: {
6562
+ type: "mix",
6563
+ value: "0.15",
6564
+ space: "lch",
6565
+ color: "#0060A7",
6566
+ format: "hex",
6567
+ },
6568
+ },
6569
+ },
6570
+ $type: "color",
6571
+ $value: "#ded4ee",
6572
+ $description: "used on pill hover states",
6573
+ filePath: "data/tokens/modes/light.json",
6574
+ isSource: true,
6575
+ original: {
6576
+ $extensions: {
6577
+ "studio.tokens": {
6578
+ modify: {
6579
+ type: "mix",
6580
+ value: "{primitives.color.modifiers.button.hover}",
6581
+ space: "lch",
6582
+ color: "{modes.color.status.info.default}",
6583
+ },
6584
+ },
6585
+ },
6586
+ $type: "color",
6587
+ $value: "{modes.color.status.custom.purple.defaultAlt}",
6588
+ $description: "used on pill hover states",
6589
+ },
6590
+ name: "modesColorStatusCustomPurpleHoverAlt",
6591
+ attributes: {},
6592
+ path: [
6593
+ "modes",
6594
+ "color",
6595
+ "status",
6596
+ "custom",
6597
+ "purple",
6598
+ "hoverAlt",
6599
+ ],
6600
+ },
6601
+ },
6602
+ gray: {
6603
+ default: {
6604
+ $type: "color",
6605
+ $value: "#6F6F6F",
6606
+ $description: "For pills. Not accessible with white TEXT.",
6607
+ filePath: "data/tokens/modes/light.json",
6608
+ isSource: true,
6609
+ original: {
6610
+ $type: "color",
6611
+ $value: "{primitives.colors.supplementary.gray.400}",
6612
+ $description: "For pills. Not accessible with white TEXT.",
6613
+ },
6614
+ name: "modesColorStatusCustomGrayDefault",
6615
+ attributes: {},
6616
+ path: ["modes", "color", "status", "custom", "gray", "default"],
6617
+ },
6618
+ defaultAlt: {
6619
+ $extensions: {
6620
+ "studio.tokens": {
6621
+ modify: {
6622
+ type: "mix",
6623
+ value: "0.9",
6624
+ space: "lch",
6625
+ color: "#FFFFFF",
6626
+ format: "hex",
6627
+ },
6628
+ },
6629
+ },
6630
+ $type: "color",
6631
+ $value: "#f0f0f0",
6632
+ $description: "Pill bg",
6633
+ filePath: "data/tokens/modes/light.json",
6634
+ isSource: true,
6635
+ original: {
6636
+ $extensions: {
6637
+ "studio.tokens": {
6638
+ modify: {
6639
+ type: "mix",
6640
+ value: "0.9",
6641
+ space: "lch",
6642
+ color: "{modes.color.modifier.contrastLess}",
6643
+ },
6644
+ },
6645
+ },
6646
+ $type: "color",
6647
+ $value: "{primitives.colors.supplementary.gray.400}",
6648
+ $description: "Pill bg",
6649
+ },
6650
+ name: "modesColorStatusCustomGrayDefaultAlt",
6651
+ attributes: {},
6652
+ path: [
6653
+ "modes",
6654
+ "color",
6655
+ "status",
6656
+ "custom",
6657
+ "gray",
6658
+ "defaultAlt",
6659
+ ],
6660
+ },
6661
+ hover: {
6662
+ $extensions: {
6663
+ "studio.tokens": {
6664
+ modify: {
6665
+ type: "mix",
6666
+ value: "0.15",
6667
+ space: "lch",
6668
+ color: "#000000",
6669
+ format: "hex",
6670
+ },
6671
+ },
6672
+ },
6673
+ $type: "color",
6674
+ $value: "#5e5e5e",
6675
+ $description: "used on pill hover states",
6676
+ filePath: "data/tokens/modes/light.json",
6677
+ isSource: true,
6678
+ original: {
6679
+ $extensions: {
6680
+ "studio.tokens": {
6681
+ modify: {
6682
+ type: "mix",
6683
+ value: "{primitives.color.modifiers.button.hover}",
6684
+ space: "lch",
6685
+ color: "{modes.color.modifier.contrastMore}",
6686
+ },
6687
+ },
6688
+ },
6689
+ $type: "color",
6690
+ $value: "{modes.color.status.custom.gray.default}",
6691
+ $description: "used on pill hover states",
6692
+ },
6693
+ name: "modesColorStatusCustomGrayHover",
6694
+ attributes: {},
6695
+ path: ["modes", "color", "status", "custom", "gray", "hover"],
6696
+ },
6697
+ hoverAlt: {
6698
+ $extensions: {
6699
+ "studio.tokens": {
6700
+ modify: {
6701
+ type: "mix",
6702
+ value: "0.15",
6703
+ space: "lch",
6704
+ color: "#0060A7",
6705
+ format: "hex",
6706
+ },
6707
+ },
6708
+ },
6709
+ $type: "color",
6710
+ $value: "#d3d9e5",
6711
+ $description: "used on pill hover states",
6712
+ filePath: "data/tokens/modes/light.json",
6713
+ isSource: true,
6714
+ original: {
6715
+ $extensions: {
6716
+ "studio.tokens": {
6717
+ modify: {
6718
+ type: "mix",
6719
+ value: "{primitives.color.modifiers.button.hover}",
6720
+ space: "lch",
6721
+ color: "{modes.color.status.info.default}",
6722
+ },
6723
+ },
6724
+ },
6725
+ $type: "color",
6726
+ $value: "{modes.color.status.custom.gray.defaultAlt}",
6727
+ $description: "used on pill hover states",
6728
+ },
6729
+ name: "modesColorStatusCustomGrayHoverAlt",
6730
+ attributes: {},
6731
+ path: ["modes", "color", "status", "custom", "gray", "hoverAlt"],
6732
+ },
6733
+ },
6734
+ slate: {
6735
+ default: {
6736
+ $type: "color",
6737
+ $value: "#527386",
6738
+ $description: "For pills. Not accessible with white TEXT.",
6739
+ filePath: "data/tokens/modes/light.json",
6740
+ isSource: true,
6741
+ original: {
6742
+ $type: "color",
6743
+ $value: "{primitives.colors.supplementary.slate.400}",
6744
+ $description: "For pills. Not accessible with white TEXT.",
6745
+ },
6746
+ name: "modesColorStatusCustomSlateDefault",
6747
+ attributes: {},
6748
+ path: ["modes", "color", "status", "custom", "slate", "default"],
6749
+ },
6750
+ defaultAlt: {
6751
+ $extensions: {
6752
+ "studio.tokens": {
6753
+ modify: {
6754
+ type: "mix",
6755
+ value: "0.9",
6756
+ space: "lch",
6757
+ color: "#FFFFFF",
6758
+ format: "hex",
6759
+ },
6760
+ },
6761
+ },
6762
+ $type: "color",
6763
+ $value: "#edf0f2",
6764
+ $description: "Pill bg",
6765
+ filePath: "data/tokens/modes/light.json",
6766
+ isSource: true,
6767
+ original: {
6768
+ $extensions: {
6769
+ "studio.tokens": {
6770
+ modify: {
6771
+ type: "mix",
6772
+ value: "0.9",
6773
+ space: "lch",
6774
+ color: "{modes.color.modifier.contrastLess}",
6775
+ },
6776
+ },
6777
+ },
6778
+ $type: "color",
6779
+ $value: "{primitives.colors.supplementary.slate.400}",
6780
+ $description: "Pill bg",
6781
+ },
6782
+ name: "modesColorStatusCustomSlateDefaultAlt",
6783
+ attributes: {},
6784
+ path: [
6785
+ "modes",
6786
+ "color",
6787
+ "status",
6788
+ "custom",
6789
+ "slate",
6790
+ "defaultAlt",
6791
+ ],
6792
+ },
6793
+ hover: {
6794
+ $extensions: {
6795
+ "studio.tokens": {
6796
+ modify: {
6797
+ type: "mix",
6798
+ value: "0.15",
6799
+ space: "lch",
6800
+ color: "#000000",
6801
+ format: "hex",
6802
+ },
6803
+ },
6804
+ },
6805
+ $type: "color",
6806
+ $value: "#466171",
6807
+ $description: "used on pill hover states",
6808
+ filePath: "data/tokens/modes/light.json",
6809
+ isSource: true,
6810
+ original: {
6811
+ $extensions: {
6812
+ "studio.tokens": {
6813
+ modify: {
6814
+ type: "mix",
6815
+ value: "{primitives.color.modifiers.button.hover}",
6816
+ space: "lch",
6817
+ color: "{modes.color.modifier.contrastMore}",
6818
+ },
6819
+ },
6820
+ },
6821
+ $type: "color",
6822
+ $value: "{modes.color.status.custom.slate.default}",
6823
+ $description: "used on pill hover states",
6824
+ },
6825
+ name: "modesColorStatusCustomSlateHover",
6826
+ attributes: {},
6827
+ path: ["modes", "color", "status", "custom", "slate", "hover"],
6828
+ },
6829
+ hoverAlt: {
6830
+ $extensions: {
6831
+ "studio.tokens": {
6832
+ modify: {
6833
+ type: "mix",
6834
+ value: "0.15",
6835
+ space: "lch",
6836
+ color: "#0060A7",
6837
+ format: "hex",
6838
+ },
6839
+ },
6840
+ },
6841
+ $type: "color",
6842
+ $value: "#cbdae6",
6843
+ $description: "used on pill hover states",
6844
+ filePath: "data/tokens/modes/light.json",
6845
+ isSource: true,
6846
+ original: {
6847
+ $extensions: {
6848
+ "studio.tokens": {
6849
+ modify: {
6850
+ type: "mix",
6851
+ value: "{primitives.color.modifiers.button.hover}",
6852
+ space: "lch",
6853
+ color: "{modes.color.status.info.default}",
6854
+ },
6855
+ },
6856
+ },
6857
+ $type: "color",
6858
+ $value: "{modes.color.status.custom.slate.defaultAlt}",
6859
+ $description: "used on pill hover states",
6860
+ },
6861
+ name: "modesColorStatusCustomSlateHoverAlt",
6862
+ attributes: {},
6863
+ path: ["modes", "color", "status", "custom", "slate", "hoverAlt"],
6864
+ },
6865
+ },
6866
+ },
6867
+ generic: {
6868
+ default: {
6869
+ $type: "color",
6870
+ $value: "#F0F",
6871
+ $description:
6872
+ "TO BE DETLETED: Was #007c7b and used in Progress bar, dataVis colour.",
6873
+ filePath: "data/tokens/modes/light.json",
6874
+ isSource: true,
6875
+ original: {
6876
+ $type: "color",
6877
+ $value: "#F0F",
6878
+ $description:
6879
+ "TO BE DETLETED: Was {primitives.colors.teal} and used in Progress bar, dataVis colour.",
6880
+ },
6881
+ name: "modesColorStatusGenericDefault",
6882
+ attributes: {},
6883
+ path: ["modes", "color", "status", "generic", "default"],
6884
+ },
6885
+ },
6886
+ important: {
6887
+ default: {
6888
+ $type: "color",
6889
+ $value: "#8F4CD7",
6890
+ $description:
6891
+ "For tile status keylines to show if something is of high importance.",
6892
+ filePath: "data/tokens/modes/light.json",
6893
+ isSource: true,
6894
+ original: {
6895
+ $type: "color",
6896
+ $value: "{primitives.colors.supplementary.purple.400}",
6897
+ $description:
6898
+ "For tile status keylines to show if something is of high importance.",
6899
+ },
6900
+ name: "modesColorStatusImportantDefault",
6901
+ attributes: {},
6902
+ path: ["modes", "color", "status", "important", "default"],
6903
+ },
6904
+ defaultAlt: {
6905
+ $extensions: {
6906
+ "studio.tokens": {
6907
+ modify: {
6908
+ type: "mix",
6909
+ value: "0.9",
6910
+ space: "lch",
6911
+ color: "#FFFFFF",
6912
+ format: "hex",
6913
+ },
6914
+ },
6915
+ },
6916
+ $type: "color",
6917
+ $value: "#f5edfc",
6918
+ $description: "Subtle message bg",
6919
+ filePath: "data/tokens/modes/light.json",
6920
+ isSource: true,
6921
+ original: {
6922
+ $extensions: {
6923
+ "studio.tokens": {
6924
+ modify: {
6925
+ type: "mix",
6926
+ value: "0.9",
6927
+ space: "lch",
6928
+ color: "{modes.color.modifier.contrastLess}",
6929
+ },
6930
+ },
6931
+ },
6932
+ $type: "color",
6933
+ $value: "{primitives.colors.supplementary.purple.400}",
6934
+ $description: "Subtle message bg",
6935
+ },
6936
+ name: "modesColorStatusImportantDefaultAlt",
6937
+ attributes: {},
6938
+ path: ["modes", "color", "status", "important", "defaultAlt"],
6939
+ },
6940
+ hover: {
6941
+ $extensions: {
6942
+ "studio.tokens": {
6943
+ modify: {
6944
+ type: "mix",
6945
+ value: "0.15",
6946
+ space: "lch",
6947
+ color: "#000000",
6948
+ format: "hex",
6949
+ },
6950
+ },
6951
+ },
6952
+ $type: "color",
6953
+ $value: "#7941b4",
6954
+ $description: "used on pill hover states",
6955
+ filePath: "data/tokens/modes/light.json",
6956
+ isSource: true,
6957
+ original: {
6958
+ $extensions: {
6959
+ "studio.tokens": {
6960
+ modify: {
6961
+ type: "mix",
6962
+ value: "{primitives.color.modifiers.button.hover}",
6963
+ space: "lch",
6964
+ color: "{modes.color.modifier.contrastMore}",
6965
+ },
6966
+ },
6967
+ },
6968
+ $type: "color",
6969
+ $value: "{modes.color.status.important.default}",
6970
+ $description: "used on pill hover states",
6971
+ },
6972
+ name: "modesColorStatusImportantHover",
6973
+ attributes: {},
6974
+ path: ["modes", "color", "status", "important", "hover"],
6975
+ },
6976
+ hoverAlt: {
6977
+ $extensions: {
6978
+ "studio.tokens": {
6979
+ modify: {
6980
+ type: "mix",
6981
+ value: "0.15",
6982
+ space: "lch",
6983
+ color: "#0060A7",
6984
+ format: "hex",
6985
+ },
6986
+ },
6987
+ },
6988
+ $type: "color",
6989
+ $value: "#ded4ee",
6990
+ $description: "used on pill hover states and message bg",
6991
+ filePath: "data/tokens/modes/light.json",
6992
+ isSource: true,
6993
+ original: {
6994
+ $extensions: {
6995
+ "studio.tokens": {
6996
+ modify: {
6997
+ type: "mix",
6998
+ value: "{primitives.color.modifiers.button.hover}",
6999
+ space: "lch",
7000
+ color: "{modes.color.status.info.default}",
7001
+ },
7002
+ },
7003
+ },
7004
+ $type: "color",
7005
+ $value: "{modes.color.status.important.defaultAlt}",
7006
+ $description: "used on pill hover states and message bg",
7007
+ },
7008
+ name: "modesColorStatusImportantHoverAlt",
7009
+ attributes: {},
7010
+ path: ["modes", "color", "status", "important", "hoverAlt"],
7011
+ },
7012
+ inverse: {
7013
+ default: {
7014
+ $type: "color",
7015
+ $value: "#985FDC",
7016
+ filePath: "data/tokens/modes/light.json",
7017
+ isSource: true,
7018
+ original: {
7019
+ $type: "color",
7020
+ $value: "{primitives.colors.supplementary.purple.500}",
7021
+ },
7022
+ name: "modesColorStatusImportantInverseDefault",
7023
+ attributes: {},
7024
+ path: [
7025
+ "modes",
7026
+ "color",
7027
+ "status",
7028
+ "important",
7029
+ "inverse",
7030
+ "default",
7031
+ ],
7032
+ },
7033
+ defaultAlt: {
7034
+ $extensions: {
7035
+ "studio.tokens": {
7036
+ modify: {
7037
+ type: "mix",
7038
+ value: "0.85",
7039
+ space: "lch",
7040
+ color: "#000000 ",
7041
+ format: "hex",
7042
+ },
7043
+ },
7044
+ },
7045
+ $type: "color",
7046
+ $value: "#1b1422",
7047
+ $description: "Subtle message bg",
7048
+ filePath: "data/tokens/modes/light.json",
7049
+ isSource: true,
7050
+ original: {
7051
+ $extensions: {
7052
+ "studio.tokens": {
7053
+ modify: {
7054
+ type: "mix",
7055
+ value: "0.85",
7056
+ space: "lch",
7057
+ color: "{modes.color.modifier.contrastMore} ",
7058
+ },
7059
+ },
7060
+ },
7061
+ $type: "color",
7062
+ $value: "{primitives.colors.supplementary.purple.500}",
7063
+ $description: "Subtle message bg",
7064
+ },
7065
+ name: "modesColorStatusImportantInverseDefaultAlt",
7066
+ attributes: {},
7067
+ path: [
7068
+ "modes",
7069
+ "color",
7070
+ "status",
7071
+ "important",
7072
+ "inverse",
7073
+ "defaultAlt",
7074
+ ],
7075
+ },
7076
+ hover: {
7077
+ $extensions: {
7078
+ "studio.tokens": {
7079
+ modify: {
7080
+ type: "mix",
7081
+ value: "0.15",
7082
+ space: "lch",
7083
+ color: "#FFFFFF",
7084
+ format: "hex",
7085
+ },
7086
+ },
7087
+ },
7088
+ $type: "color",
7089
+ $value: "#a977e2",
7090
+ $description: "used on pill hover states",
7091
+ filePath: "data/tokens/modes/light.json",
7092
+ isSource: true,
7093
+ original: {
7094
+ $extensions: {
7095
+ "studio.tokens": {
7096
+ modify: {
7097
+ type: "mix",
7098
+ value: "{primitives.color.modifiers.button.hover}",
7099
+ space: "lch",
7100
+ color: "{modes.color.modifier.contrastLess}",
7101
+ },
7102
+ },
7103
+ },
7104
+ $type: "color",
7105
+ $value: "{modes.color.status.important.inverse.default}",
7106
+ $description: "used on pill hover states",
7107
+ },
7108
+ name: "modesColorStatusImportantInverseHover",
7109
+ attributes: {},
7110
+ path: [
7111
+ "modes",
7112
+ "color",
7113
+ "status",
7114
+ "important",
7115
+ "inverse",
7116
+ "hover",
7117
+ ],
7118
+ },
7119
+ hoverAlt: {
7120
+ $extensions: {
7121
+ "studio.tokens": {
7122
+ modify: {
7123
+ type: "mix",
7124
+ value: "0.15",
7125
+ space: "lch",
7126
+ color: "#007ED9",
7127
+ format: "hex",
7128
+ },
7129
+ },
7130
+ },
7131
+ $type: "color",
7132
+ $value: "#282039",
7133
+ $description: "used on pill hover states and message bg",
7134
+ filePath: "data/tokens/modes/light.json",
7135
+ isSource: true,
7136
+ original: {
7137
+ $extensions: {
7138
+ "studio.tokens": {
7139
+ modify: {
7140
+ type: "mix",
7141
+ value: "{primitives.color.modifiers.button.hover}",
7142
+ space: "lch",
7143
+ color: "{modes.color.status.info.inverse.default}",
7144
+ },
7145
+ },
7146
+ },
7147
+ $type: "color",
7148
+ $value: "{modes.color.status.important.inverse.defaultAlt}",
7149
+ $description: "used on pill hover states and message bg",
7150
+ },
7151
+ name: "modesColorStatusImportantInverseHoverAlt",
7152
+ attributes: {},
7153
+ path: [
7154
+ "modes",
7155
+ "color",
7156
+ "status",
7157
+ "important",
7158
+ "inverse",
7159
+ "hoverAlt",
7160
+ ],
7161
+ },
7162
+ },
7163
+ },
7164
+ inactive: {
7165
+ default: {
7166
+ $type: "color",
7167
+ $value: "#a6a6a6",
7168
+ $description: "For readonly pill bg and border",
7169
+ filePath: "data/tokens/modes/light.json",
5602
7170
  isSource: true,
5603
7171
  original: {
5604
7172
  $type: "color",
5605
- $value: "{primitives.colors.supplementary.purple.400}",
5606
- $description:
5607
- "For tile status keylines to show if something is of high importance.",
7173
+ $value: "{modes.color.generic.fg.soft}",
7174
+ $description: "For readonly pill bg and border",
5608
7175
  },
5609
- name: "modesColorStatusImportantDefault",
7176
+ name: "modesColorStatusInactiveDefault",
5610
7177
  attributes: {},
5611
- path: ["modes", "color", "status", "important", "default"],
7178
+ path: ["modes", "color", "status", "inactive", "default"],
7179
+ },
7180
+ withDefault: {
7181
+ $type: "color",
7182
+ $value: "#000000ab",
7183
+ $description: "For readonly filled pill text",
7184
+ filePath: "data/tokens/modes/light.json",
7185
+ isSource: true,
7186
+ original: {
7187
+ $type: "color",
7188
+ $value: "{modes.color.generic.content.firm}",
7189
+ $description: "For readonly filled pill text",
7190
+ },
7191
+ name: "modesColorStatusInactiveWithDefault",
7192
+ attributes: {},
7193
+ path: ["modes", "color", "status", "inactive", "withDefault"],
7194
+ },
7195
+ inverse: {
7196
+ default: {
7197
+ $extensions: {
7198
+ "studio.tokens": {
7199
+ modify: {
7200
+ type: "mix",
7201
+ value: "0.32",
7202
+ space: "lch",
7203
+ color: "#FFFFFF ",
7204
+ format: "hex",
7205
+ },
7206
+ },
7207
+ },
7208
+ $type: "color",
7209
+ $value: "#4b4b4b",
7210
+ $description: "For readonly pill bg and border",
7211
+ filePath: "data/tokens/modes/light.json",
7212
+ isSource: true,
7213
+ original: {
7214
+ $extensions: {
7215
+ "studio.tokens": {
7216
+ modify: {
7217
+ type: "mix",
7218
+ value: "0.32",
7219
+ space: "lch",
7220
+ color: "{modes.color.modifier.contrastLess} ",
7221
+ },
7222
+ },
7223
+ },
7224
+ $type: "color",
7225
+ $value: "{primitives.colors.black}",
7226
+ $description: "For readonly pill bg and border",
7227
+ },
7228
+ name: "modesColorStatusInactiveInverseDefault",
7229
+ attributes: {},
7230
+ path: [
7231
+ "modes",
7232
+ "color",
7233
+ "status",
7234
+ "inactive",
7235
+ "inverse",
7236
+ "default",
7237
+ ],
7238
+ },
7239
+ withDefault: {
7240
+ $extensions: {
7241
+ "studio.tokens": {
7242
+ modify: {
7243
+ type: "alpha",
7244
+ value: "0.67",
7245
+ space: "lch",
7246
+ format: "hex",
7247
+ },
7248
+ },
7249
+ },
7250
+ $type: "color",
7251
+ $value: "#ffffffab",
7252
+ $description: "For readonly filled pill text",
7253
+ filePath: "data/tokens/modes/light.json",
7254
+ isSource: true,
7255
+ original: {
7256
+ $extensions: {
7257
+ "studio.tokens": {
7258
+ modify: {
7259
+ type: "alpha",
7260
+ value: "0.67",
7261
+ space: "lch",
7262
+ },
7263
+ },
7264
+ },
7265
+ $type: "color",
7266
+ $value: "{primitives.colors.white}",
7267
+ $description: "For readonly filled pill text",
7268
+ },
7269
+ name: "modesColorStatusInactiveInverseWithDefault",
7270
+ attributes: {},
7271
+ path: [
7272
+ "modes",
7273
+ "color",
7274
+ "status",
7275
+ "inactive",
7276
+ "inverse",
7277
+ "withDefault",
7278
+ ],
7279
+ },
5612
7280
  },
5613
7281
  },
5614
7282
  info: {
@@ -5670,7 +7338,7 @@ module.exports = {
5670
7338
  "studio.tokens": {
5671
7339
  modify: {
5672
7340
  type: "mix",
5673
- value: "0.16",
7341
+ value: "0.15",
5674
7342
  space: "lch",
5675
7343
  color: "#000000",
5676
7344
  format: "hex",
@@ -5678,7 +7346,7 @@ module.exports = {
5678
7346
  },
5679
7347
  },
5680
7348
  $type: "color",
5681
- $value: "#10508a",
7349
+ $value: "#10518c",
5682
7350
  $description: "used on pill hover states",
5683
7351
  filePath: "data/tokens/modes/light.json",
5684
7352
  isSource: true,
@@ -5687,7 +7355,7 @@ module.exports = {
5687
7355
  "studio.tokens": {
5688
7356
  modify: {
5689
7357
  type: "mix",
5690
- value: "{modes.color.modifiers.button.hover}",
7358
+ value: "{primitives.color.modifiers.button.hover}",
5691
7359
  space: "lch",
5692
7360
  color: "{modes.color.modifier.contrastMore}",
5693
7361
  },
@@ -5706,7 +7374,7 @@ module.exports = {
5706
7374
  "studio.tokens": {
5707
7375
  modify: {
5708
7376
  type: "mix",
5709
- value: "0.16",
7377
+ value: "0.15",
5710
7378
  space: "lch",
5711
7379
  color: "#0060A7",
5712
7380
  format: "hex",
@@ -5714,7 +7382,7 @@ module.exports = {
5714
7382
  },
5715
7383
  },
5716
7384
  $type: "color",
5717
- $value: "#cbd6e9",
7385
+ $value: "#cdd7ea",
5718
7386
  $description: "used on pill hover states and message bg",
5719
7387
  filePath: "data/tokens/modes/light.json",
5720
7388
  isSource: true,
@@ -5723,7 +7391,7 @@ module.exports = {
5723
7391
  "studio.tokens": {
5724
7392
  modify: {
5725
7393
  type: "mix",
5726
- value: "{modes.color.modifiers.button.hover}",
7394
+ value: "{primitives.color.modifiers.button.hover}",
5727
7395
  space: "lch",
5728
7396
  color: "{modes.color.status.info.default}",
5729
7397
  },
@@ -5765,7 +7433,7 @@ module.exports = {
5765
7433
  "studio.tokens": {
5766
7434
  modify: {
5767
7435
  type: "mix",
5768
- value: "0.16",
7436
+ value: "0.15",
5769
7437
  space: "lch",
5770
7438
  color: "#FFFFFF ",
5771
7439
  format: "hex",
@@ -5773,7 +7441,7 @@ module.exports = {
5773
7441
  },
5774
7442
  },
5775
7443
  $type: "color",
5776
- $value: "#84b6ff",
7444
+ $value: "#82b5ff",
5777
7445
  $description: "used on global message bg",
5778
7446
  filePath: "data/tokens/modes/light.json",
5779
7447
  isSource: true,
@@ -5782,7 +7450,7 @@ module.exports = {
5782
7450
  "studio.tokens": {
5783
7451
  modify: {
5784
7452
  type: "mix",
5785
- value: "{modes.color.modifiers.button.hover}",
7453
+ value: "{primitives.color.modifiers.button.hover}",
5786
7454
  space: "lch",
5787
7455
  color: "{modes.color.modifier.contrastLess} ",
5788
7456
  },
@@ -5866,7 +7534,7 @@ module.exports = {
5866
7534
  "studio.tokens": {
5867
7535
  modify: {
5868
7536
  type: "mix",
5869
- value: "0.16",
7537
+ value: "0.15",
5870
7538
  space: "lch",
5871
7539
  color: "#FFFFFF",
5872
7540
  format: "hex",
@@ -5874,7 +7542,7 @@ module.exports = {
5874
7542
  },
5875
7543
  },
5876
7544
  $type: "color",
5877
- $value: "#5291e0",
7545
+ $value: "#4f90df",
5878
7546
  $description: "used on pill hover states",
5879
7547
  filePath: "data/tokens/modes/light.json",
5880
7548
  isSource: true,
@@ -5883,7 +7551,7 @@ module.exports = {
5883
7551
  "studio.tokens": {
5884
7552
  modify: {
5885
7553
  type: "mix",
5886
- value: "{modes.color.modifiers.button.hover}",
7554
+ value: "{primitives.color.modifiers.button.hover}",
5887
7555
  space: "lch",
5888
7556
  color: "{modes.color.modifier.contrastLess}",
5889
7557
  },
@@ -5902,7 +7570,7 @@ module.exports = {
5902
7570
  "studio.tokens": {
5903
7571
  modify: {
5904
7572
  type: "mix",
5905
- value: "0.16",
7573
+ value: "0.15",
5906
7574
  space: "lch",
5907
7575
  color: "#007ED9",
5908
7576
  format: "hex",
@@ -5910,7 +7578,7 @@ module.exports = {
5910
7578
  },
5911
7579
  },
5912
7580
  $type: "color",
5913
- $value: "#17253b",
7581
+ $value: "#17253a",
5914
7582
  $description: "used on pill hover states and message bg",
5915
7583
  filePath: "data/tokens/modes/light.json",
5916
7584
  isSource: true,
@@ -5919,7 +7587,7 @@ module.exports = {
5919
7587
  "studio.tokens": {
5920
7588
  modify: {
5921
7589
  type: "mix",
5922
- value: "{modes.color.modifiers.button.hover}",
7590
+ value: "{primitives.color.modifiers.button.hover}",
5923
7591
  space: "lch",
5924
7592
  color: "{modes.color.status.info.inverse.default}",
5925
7593
  },
@@ -5994,7 +7662,7 @@ module.exports = {
5994
7662
  "studio.tokens": {
5995
7663
  modify: {
5996
7664
  type: "mix",
5997
- value: "0.16",
7665
+ value: "0.15",
5998
7666
  space: "lch",
5999
7667
  color: "#000000",
6000
7668
  format: "hex",
@@ -6002,7 +7670,7 @@ module.exports = {
6002
7670
  },
6003
7671
  },
6004
7672
  $type: "color",
6005
- $value: "#aa323f",
7673
+ $value: "#ac3240",
6006
7674
  $description: "used on pill hover states",
6007
7675
  filePath: "data/tokens/modes/light.json",
6008
7676
  isSource: true,
@@ -6011,7 +7679,7 @@ module.exports = {
6011
7679
  "studio.tokens": {
6012
7680
  modify: {
6013
7681
  type: "mix",
6014
- value: "{modes.color.modifiers.button.hover}",
7682
+ value: "{primitives.color.modifiers.button.hover}",
6015
7683
  space: "lch",
6016
7684
  color: "{modes.color.modifier.contrastMore}",
6017
7685
  },
@@ -6030,7 +7698,7 @@ module.exports = {
6030
7698
  "studio.tokens": {
6031
7699
  modify: {
6032
7700
  type: "mix",
6033
- value: "0.16",
7701
+ value: "0.15",
6034
7702
  space: "lch",
6035
7703
  color: "#CD384B",
6036
7704
  format: "hex",
@@ -6038,7 +7706,7 @@ module.exports = {
6038
7706
  },
6039
7707
  },
6040
7708
  $type: "color",
6041
- $value: "#f9d1cf",
7709
+ $value: "#f9d3d1",
6042
7710
  $description: "used on pill hover states and message bg",
6043
7711
  filePath: "data/tokens/modes/light.json",
6044
7712
  isSource: true,
@@ -6047,7 +7715,7 @@ module.exports = {
6047
7715
  "studio.tokens": {
6048
7716
  modify: {
6049
7717
  type: "mix",
6050
- value: "{modes.color.modifiers.button.hover}",
7718
+ value: "{primitives.color.modifiers.button.hover}",
6051
7719
  space: "lch",
6052
7720
  color: "{modes.color.status.negative.default}",
6053
7721
  },
@@ -6143,7 +7811,7 @@ module.exports = {
6143
7811
  "studio.tokens": {
6144
7812
  modify: {
6145
7813
  type: "mix",
6146
- value: "0.16",
7814
+ value: "0.15",
6147
7815
  space: "lch",
6148
7816
  color: "#FFFFFF ",
6149
7817
  format: "hex",
@@ -6151,7 +7819,7 @@ module.exports = {
6151
7819
  },
6152
7820
  },
6153
7821
  $type: "color",
6154
- $value: "#eb646c",
7822
+ $value: "#ea626a",
6155
7823
  $description: "used on pill hover states",
6156
7824
  filePath: "data/tokens/modes/light.json",
6157
7825
  isSource: true,
@@ -6160,7 +7828,7 @@ module.exports = {
6160
7828
  "studio.tokens": {
6161
7829
  modify: {
6162
7830
  type: "mix",
6163
- value: "{modes.color.modifiers.button.hover}",
7831
+ value: "{primitives.color.modifiers.button.hover}",
6164
7832
  space: "lch",
6165
7833
  color: "{modes.color.modifier.contrastLess} ",
6166
7834
  },
@@ -6186,7 +7854,7 @@ module.exports = {
6186
7854
  "studio.tokens": {
6187
7855
  modify: {
6188
7856
  type: "mix",
6189
- value: "0.16",
7857
+ value: "0.15",
6190
7858
  space: "lch",
6191
7859
  color: "#E13E53",
6192
7860
  format: "hex",
@@ -6194,7 +7862,7 @@ module.exports = {
6194
7862
  },
6195
7863
  },
6196
7864
  $type: "color",
6197
- $value: "#3f1a1c",
7865
+ $value: "#3d1a1c",
6198
7866
  $description: "used on pill hover states and message bg",
6199
7867
  filePath: "data/tokens/modes/light.json",
6200
7868
  isSource: true,
@@ -6203,7 +7871,7 @@ module.exports = {
6203
7871
  "studio.tokens": {
6204
7872
  modify: {
6205
7873
  type: "mix",
6206
- value: "{modes.color.modifiers.button.hover}",
7874
+ value: "{primitives.color.modifiers.button.hover}",
6207
7875
  space: "lch",
6208
7876
  color: "{modes.color.status.negative.inverse.default}",
6209
7877
  },
@@ -6294,7 +7962,7 @@ module.exports = {
6294
7962
  "studio.tokens": {
6295
7963
  modify: {
6296
7964
  type: "mix",
6297
- value: "0.16",
7965
+ value: "0.15",
6298
7966
  space: "lch",
6299
7967
  color: "#000000",
6300
7968
  format: "hex",
@@ -6302,7 +7970,7 @@ module.exports = {
6302
7970
  },
6303
7971
  },
6304
7972
  $type: "color",
6305
- $value: "#555",
7973
+ $value: "#565656",
6306
7974
  $description: "used on pill hover states",
6307
7975
  filePath: "data/tokens/modes/light.json",
6308
7976
  isSource: true,
@@ -6311,7 +7979,7 @@ module.exports = {
6311
7979
  "studio.tokens": {
6312
7980
  modify: {
6313
7981
  type: "mix",
6314
- value: "{modes.color.modifiers.button.hover}",
7982
+ value: "{primitives.color.modifiers.button.hover}",
6315
7983
  space: "lch",
6316
7984
  color: "{modes.color.modifier.contrastMore}",
6317
7985
  },
@@ -6330,7 +7998,7 @@ module.exports = {
6330
7998
  "studio.tokens": {
6331
7999
  modify: {
6332
8000
  type: "mix",
6333
- value: "0.16",
8001
+ value: "0.15",
6334
8002
  space: "lch",
6335
8003
  color: "#656565",
6336
8004
  format: "hex",
@@ -6338,7 +8006,7 @@ module.exports = {
6338
8006
  },
6339
8007
  },
6340
8008
  $type: "color",
6341
- $value: "#d8d8d8",
8009
+ $value: "#d9d9d9",
6342
8010
  $description: "used on pill hover states and message bg",
6343
8011
  filePath: "data/tokens/modes/light.json",
6344
8012
  isSource: true,
@@ -6347,7 +8015,7 @@ module.exports = {
6347
8015
  "studio.tokens": {
6348
8016
  modify: {
6349
8017
  type: "mix",
6350
- value: "{modes.color.modifiers.button.hover}",
8018
+ value: "{primitives.color.modifiers.button.hover}",
6351
8019
  space: "lch",
6352
8020
  color: "{modes.color.status.neutral.default}",
6353
8021
  },
@@ -6572,7 +8240,7 @@ module.exports = {
6572
8240
  "studio.tokens": {
6573
8241
  modify: {
6574
8242
  type: "mix",
6575
- value: "0.16",
8243
+ value: "0.15",
6576
8244
  space: "lch",
6577
8245
  color: "#FFFFFF ",
6578
8246
  format: "hex",
@@ -6580,7 +8248,7 @@ module.exports = {
6580
8248
  },
6581
8249
  },
6582
8250
  $type: "color",
6583
- $value: "#909090",
8251
+ $value: "#8e8e8e",
6584
8252
  $description: "used on pill hover states",
6585
8253
  filePath: "data/tokens/modes/light.json",
6586
8254
  isSource: true,
@@ -6589,7 +8257,7 @@ module.exports = {
6589
8257
  "studio.tokens": {
6590
8258
  modify: {
6591
8259
  type: "mix",
6592
- value: "{modes.color.modifiers.button.hover}",
8260
+ value: "{primitives.color.modifiers.button.hover}",
6593
8261
  space: "lch",
6594
8262
  color: "{modes.color.modifier.contrastLess} ",
6595
8263
  },
@@ -6608,7 +8276,7 @@ module.exports = {
6608
8276
  "studio.tokens": {
6609
8277
  modify: {
6610
8278
  type: "mix",
6611
- value: "0.16",
8279
+ value: "0.15",
6612
8280
  space: "lch",
6613
8281
  color: "#7C7C7C",
6614
8282
  format: "hex",
@@ -6616,7 +8284,7 @@ module.exports = {
6616
8284
  },
6617
8285
  },
6618
8286
  $type: "color",
6619
- $value: "#252525",
8287
+ $value: "#242424",
6620
8288
  $description: "used on pill hover states and message bg",
6621
8289
  filePath: "data/tokens/modes/light.json",
6622
8290
  isSource: true,
@@ -6625,7 +8293,7 @@ module.exports = {
6625
8293
  "studio.tokens": {
6626
8294
  modify: {
6627
8295
  type: "mix",
6628
- value: "{modes.color.modifiers.button.hover}",
8296
+ value: "{primitives.color.modifiers.button.hover}",
6629
8297
  space: "lch",
6630
8298
  color: "{modes.color.status.neutral.inverse.default}",
6631
8299
  },
@@ -6707,7 +8375,7 @@ module.exports = {
6707
8375
  "studio.tokens": {
6708
8376
  modify: {
6709
8377
  type: "mix",
6710
- value: "0.16",
8378
+ value: "0.15",
6711
8379
  space: "lch",
6712
8380
  color: "#000000",
6713
8381
  format: "hex",
@@ -6715,7 +8383,7 @@ module.exports = {
6715
8383
  },
6716
8384
  },
6717
8385
  $type: "color",
6718
- $value: "#0e6b1d",
8386
+ $value: "#0e6d1d",
6719
8387
  $description: "used on pill hover states ",
6720
8388
  filePath: "data/tokens/modes/light.json",
6721
8389
  isSource: true,
@@ -6724,7 +8392,7 @@ module.exports = {
6724
8392
  "studio.tokens": {
6725
8393
  modify: {
6726
8394
  type: "mix",
6727
- value: "{modes.color.modifiers.button.hover}",
8395
+ value: "{primitives.color.modifiers.button.hover}",
6728
8396
  space: "lch",
6729
8397
  color: "{modes.color.modifier.contrastMore}",
6730
8398
  },
@@ -6743,7 +8411,7 @@ module.exports = {
6743
8411
  "studio.tokens": {
6744
8412
  modify: {
6745
8413
  type: "mix",
6746
- value: "0.16",
8414
+ value: "0.15",
6747
8415
  space: "lch",
6748
8416
  color: "#00811F",
6749
8417
  format: "hex",
@@ -6751,7 +8419,7 @@ module.exports = {
6751
8419
  },
6752
8420
  },
6753
8421
  $type: "color",
6754
- $value: "#c9e0c7",
8422
+ $value: "#cbe1c9",
6755
8423
  $description: "used on pill hover states and message bg",
6756
8424
  filePath: "data/tokens/modes/light.json",
6757
8425
  isSource: true,
@@ -6760,7 +8428,7 @@ module.exports = {
6760
8428
  "studio.tokens": {
6761
8429
  modify: {
6762
8430
  type: "mix",
6763
- value: "{modes.color.modifiers.button.hover}",
8431
+ value: "{primitives.color.modifiers.button.hover}",
6764
8432
  space: "lch",
6765
8433
  color: "{modes.color.status.positive.default}",
6766
8434
  },
@@ -6843,7 +8511,7 @@ module.exports = {
6843
8511
  "studio.tokens": {
6844
8512
  modify: {
6845
8513
  type: "mix",
6846
- value: "0.08",
8514
+ value: "0.10",
6847
8515
  space: "lch",
6848
8516
  color: "#FFFFFF ",
6849
8517
  format: "hex",
@@ -6851,7 +8519,7 @@ module.exports = {
6851
8519
  },
6852
8520
  },
6853
8521
  $type: "color",
6854
- $value: "#2b8b32",
8522
+ $value: "#328e37",
6855
8523
  $description: "used on pill hover states",
6856
8524
  filePath: "data/tokens/modes/light.json",
6857
8525
  isSource: true,
@@ -6860,7 +8528,7 @@ module.exports = {
6860
8528
  "studio.tokens": {
6861
8529
  modify: {
6862
8530
  type: "mix",
6863
- value: "{modes.color.modifiers.button.hoverAlt}",
8531
+ value: "{primitives.color.modifiers.button.hoverAlt}",
6864
8532
  space: "lch",
6865
8533
  color: "{modes.color.modifier.contrastLess} ",
6866
8534
  },
@@ -6886,7 +8554,7 @@ module.exports = {
6886
8554
  "studio.tokens": {
6887
8555
  modify: {
6888
8556
  type: "mix",
6889
- value: "0.16",
8557
+ value: "0.15",
6890
8558
  space: "lch",
6891
8559
  color: "#009023",
6892
8560
  format: "hex",
@@ -6894,7 +8562,7 @@ module.exports = {
6894
8562
  },
6895
8563
  },
6896
8564
  $type: "color",
6897
- $value: "#132b12",
8565
+ $value: "#132912",
6898
8566
  $description: "used on pill hover states and message bg",
6899
8567
  filePath: "data/tokens/modes/light.json",
6900
8568
  isSource: true,
@@ -6903,7 +8571,7 @@ module.exports = {
6903
8571
  "studio.tokens": {
6904
8572
  modify: {
6905
8573
  type: "mix",
6906
- value: "{modes.color.modifiers.button.hover}",
8574
+ value: "{primitives.color.modifiers.button.hover}",
6907
8575
  space: "lch",
6908
8576
  color: "{modes.color.status.positive.inverse.default}",
6909
8577
  },
@@ -6926,80 +8594,6 @@ module.exports = {
6926
8594
  },
6927
8595
  },
6928
8596
  },
6929
- callout: {
6930
- defaultAlt: {
6931
- $extensions: {
6932
- "studio.tokens": {
6933
- modify: {
6934
- type: "mix",
6935
- value: "0.85",
6936
- space: "lch",
6937
- color: "#FFFFFF",
6938
- format: "hex",
6939
- },
6940
- },
6941
- },
6942
- $type: "color",
6943
- $value: "#e5fae2",
6944
- $description: "used for marketing banners",
6945
- filePath: "data/tokens/modes/light.json",
6946
- isSource: true,
6947
- original: {
6948
- $extensions: {
6949
- "studio.tokens": {
6950
- modify: {
6951
- type: "mix",
6952
- value: "0.85",
6953
- space: "lch",
6954
- color: "{modes.color.modifier.contrastLess}",
6955
- },
6956
- },
6957
- },
6958
- $type: "color",
6959
- $value: "{primitives.colors.brilliantGreen}",
6960
- $description: "used for marketing banners",
6961
- },
6962
- name: "modesColorStatusCalloutDefaultAlt",
6963
- attributes: {},
6964
- path: ["modes", "color", "status", "callout", "defaultAlt"],
6965
- },
6966
- hoverAlt: {
6967
- $extensions: {
6968
- "studio.tokens": {
6969
- modify: {
6970
- type: "mix",
6971
- value: "0.05",
6972
- space: "lch",
6973
- color: "#000000",
6974
- format: "hex",
6975
- },
6976
- },
6977
- },
6978
- $type: "color",
6979
- $value: "#d8ecd5",
6980
- $description: "used for marketing banners",
6981
- filePath: "data/tokens/modes/light.json",
6982
- isSource: true,
6983
- original: {
6984
- $extensions: {
6985
- "studio.tokens": {
6986
- modify: {
6987
- type: "mix",
6988
- value: "0.05",
6989
- space: "lch",
6990
- color: "{modes.color.modifier.contrastMore}",
6991
- },
6992
- },
6993
- },
6994
- $type: "color",
6995
- $value: "{modes.color.status.callout.defaultAlt}",
6996
- $description: "used for marketing banners",
6997
- },
6998
- name: "modesColorStatusCalloutHoverAlt",
6999
- attributes: {},
7000
- path: ["modes", "color", "status", "callout", "hoverAlt"],
7001
- },
7002
- },
7003
8597
  reviews: {
7004
8598
  default: {
7005
8599
  $type: "color",
@@ -7036,7 +8630,7 @@ module.exports = {
7036
8630
  "studio.tokens": {
7037
8631
  modify: {
7038
8632
  type: "mix",
7039
- value: "0.16",
8633
+ value: "0.15",
7040
8634
  space: "lch",
7041
8635
  color: "#000000",
7042
8636
  format: "hex",
@@ -7044,7 +8638,7 @@ module.exports = {
7044
8638
  },
7045
8639
  },
7046
8640
  $type: "color",
7047
- $value: "#0e6b1d",
8641
+ $value: "#0e6d1d",
7048
8642
  filePath: "data/tokens/modes/light.json",
7049
8643
  isSource: true,
7050
8644
  original: {
@@ -7052,7 +8646,7 @@ module.exports = {
7052
8646
  "studio.tokens": {
7053
8647
  modify: {
7054
8648
  type: "mix",
7055
- value: "{modes.color.modifiers.button.hover}",
8649
+ value: "{primitives.color.modifiers.button.hover}",
7056
8650
  space: "lch",
7057
8651
  color: "{modes.color.modifier.contrastMore}",
7058
8652
  },
@@ -7115,7 +8709,7 @@ module.exports = {
7115
8709
  "studio.tokens": {
7116
8710
  modify: {
7117
8711
  type: "mix",
7118
- value: "0.16",
8712
+ value: "0.15",
7119
8713
  space: "lch",
7120
8714
  color: "#000000",
7121
8715
  format: "hex",
@@ -7123,7 +8717,7 @@ module.exports = {
7123
8717
  },
7124
8718
  },
7125
8719
  $type: "color",
7126
- $value: "#0e6b3b",
8720
+ $value: "#0d6c3c",
7127
8721
  filePath: "data/tokens/modes/light.json",
7128
8722
  isSource: true,
7129
8723
  original: {
@@ -7131,7 +8725,7 @@ module.exports = {
7131
8725
  "studio.tokens": {
7132
8726
  modify: {
7133
8727
  type: "mix",
7134
- value: "{modes.color.modifiers.button.hover}",
8728
+ value: "{primitives.color.modifiers.button.hover}",
7135
8729
  space: "lch",
7136
8730
  color: "{modes.color.modifier.contrastMore}",
7137
8731
  },
@@ -7175,119 +8769,6 @@ module.exports = {
7175
8769
  path: ["modes", "color", "modifier", "contrastMore"],
7176
8770
  },
7177
8771
  },
7178
- modifiers: {
7179
- button: {
7180
- active: {
7181
- $type: "other",
7182
- $value: "0.32",
7183
- $description: "Actve modifier used when 16% hover is used",
7184
- filePath: "data/tokens/modes/light.json",
7185
- isSource: true,
7186
- original: {
7187
- $type: "other",
7188
- $value: "0.32",
7189
- $description: "Actve modifier used when 16% hover is used",
7190
- },
7191
- name: "modesColorModifiersButtonActive",
7192
- attributes: {},
7193
- path: ["modes", "color", "modifiers", "button", "active"],
7194
- },
7195
- activeAlt: {
7196
- $type: "other",
7197
- $value: "0.16",
7198
- $description: "Active appled when 8% hover is used",
7199
- filePath: "data/tokens/modes/light.json",
7200
- isSource: true,
7201
- original: {
7202
- $type: "other",
7203
- $value: "0.16",
7204
- $description: "Active appled when 8% hover is used",
7205
- },
7206
- name: "modesColorModifiersButtonActiveAlt",
7207
- attributes: {},
7208
- path: ["modes", "color", "modifiers", "button", "activeAlt"],
7209
- },
7210
- hover: {
7211
- $type: "other",
7212
- $value: "0.16",
7213
- $description: "Hover used on primary buttons",
7214
- filePath: "data/tokens/modes/light.json",
7215
- isSource: true,
7216
- original: {
7217
- $type: "other",
7218
- $value: "0.16",
7219
- $description: "Hover used on primary buttons",
7220
- },
7221
- name: "modesColorModifiersButtonHover",
7222
- attributes: {},
7223
- path: ["modes", "color", "modifiers", "button", "hover"],
7224
- },
7225
- hoverAlt: {
7226
- $type: "other",
7227
- $value: "0.08",
7228
- $description: "Hover used on secondary and tertiary buttons",
7229
- filePath: "data/tokens/modes/light.json",
7230
- isSource: true,
7231
- original: {
7232
- $type: "other",
7233
- $value: "0.08",
7234
- $description: "Hover used on secondary and tertiary buttons",
7235
- },
7236
- name: "modesColorModifiersButtonHoverAlt",
7237
- attributes: {},
7238
- path: ["modes", "color", "modifiers", "button", "hoverAlt"],
7239
- },
7240
- },
7241
- input: {
7242
- disabledBg: {
7243
- $type: "other",
7244
- $value: "0.04",
7245
- $description: "less contrast",
7246
- filePath: "data/tokens/modes/light.json",
7247
- isSource: true,
7248
- original: {
7249
- $type: "other",
7250
- $value: "0.04",
7251
- $description: "less contrast",
7252
- },
7253
- name: "modesColorModifiersInputDisabledBg",
7254
- attributes: {},
7255
- path: ["modes", "color", "modifiers", "input", "disabledBg"],
7256
- },
7257
- disabledFg: {
7258
- $type: "other",
7259
- $value: "0.30",
7260
- $description: "less contrast",
7261
- filePath: "data/tokens/modes/light.json",
7262
- isSource: true,
7263
- original: {
7264
- $type: "other",
7265
- $value: "0.30",
7266
- $description: "less contrast",
7267
- },
7268
- name: "modesColorModifiersInputDisabledFg",
7269
- attributes: {},
7270
- path: ["modes", "color", "modifiers", "input", "disabledFg"],
7271
- },
7272
- },
7273
- shadow: {
7274
- standard: {
7275
- $type: "other",
7276
- $value: "0.5",
7277
- $description: "standard mixer for shadow",
7278
- filePath: "data/tokens/modes/light.json",
7279
- isSource: true,
7280
- original: {
7281
- $type: "other",
7282
- $value: "0.5",
7283
- $description: "standard mixer for shadow",
7284
- },
7285
- name: "modesColorModifiersShadowStandard",
7286
- attributes: {},
7287
- path: ["modes", "color", "modifiers", "shadow", "standard"],
7288
- },
7289
- },
7290
- },
7291
8772
  },
7292
8773
  },
7293
8774
  };