@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
@@ -1334,7 +1334,7 @@
1334
1334
  "studio.tokens": {
1335
1335
  modify: {
1336
1336
  type: "mix",
1337
- value: "0.32",
1337
+ value: "0.30",
1338
1338
  space: "lch",
1339
1339
  color: "#000000",
1340
1340
  format: "hex",
@@ -1342,7 +1342,7 @@
1342
1342
  },
1343
1343
  },
1344
1344
  $type: "color",
1345
- $value: "#882b34",
1345
+ $value: "#8c2c35",
1346
1346
  $description: "used on pill hover states",
1347
1347
  filePath: "data/tokens/modes/light.json",
1348
1348
  isSource: true,
@@ -1351,7 +1351,7 @@
1351
1351
  "studio.tokens": {
1352
1352
  modify: {
1353
1353
  type: "mix",
1354
- value: "{modes.color.modifiers.button.active}",
1354
+ value: "{primitives.color.modifiers.button.active}",
1355
1355
  space: "lch",
1356
1356
  color: "{modes.color.modifier.contrastMore}",
1357
1357
  },
@@ -1419,7 +1419,7 @@
1419
1419
  "studio.tokens": {
1420
1420
  modify: {
1421
1421
  type: "mix",
1422
- value: "0.16",
1422
+ value: "0.15",
1423
1423
  space: "lch",
1424
1424
  color: "#000000",
1425
1425
  format: "hex",
@@ -1427,7 +1427,7 @@
1427
1427
  },
1428
1428
  },
1429
1429
  $type: "color",
1430
- $value: "#aa323f",
1430
+ $value: "#ac3240",
1431
1431
  $description:
1432
1432
  "used on solid-pill and primary-button hover states",
1433
1433
  filePath: "data/tokens/modes/light.json",
@@ -1437,7 +1437,7 @@
1437
1437
  "studio.tokens": {
1438
1438
  modify: {
1439
1439
  type: "mix",
1440
- value: "{modes.color.modifiers.button.hover}",
1440
+ value: "{primitives.color.modifiers.button.hover}",
1441
1441
  space: "lch",
1442
1442
  color: "{modes.color.modifier.contrastMore}",
1443
1443
  },
@@ -1457,14 +1457,14 @@
1457
1457
  "studio.tokens": {
1458
1458
  modify: {
1459
1459
  type: "alpha",
1460
- value: "0.08",
1460
+ value: "0.10",
1461
1461
  space: "lch",
1462
1462
  format: "hex",
1463
1463
  },
1464
1464
  },
1465
1465
  },
1466
1466
  $type: "color",
1467
- $value: "#cd384b14",
1467
+ $value: "#cd384b1a",
1468
1468
  $description: "used on secondary-button hover states",
1469
1469
  filePath: "data/tokens/modes/light.json",
1470
1470
  isSource: true,
@@ -1473,7 +1473,7 @@
1473
1473
  "studio.tokens": {
1474
1474
  modify: {
1475
1475
  type: "alpha",
1476
- value: "{modes.color.modifiers.button.hoverAlt}",
1476
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1477
1477
  space: "lch",
1478
1478
  },
1479
1479
  },
@@ -1491,7 +1491,7 @@
1491
1491
  "studio.tokens": {
1492
1492
  modify: {
1493
1493
  type: "mix",
1494
- value: "0.08",
1494
+ value: "0.10",
1495
1495
  space: "lch",
1496
1496
  color: "#000000",
1497
1497
  format: "hex",
@@ -1499,7 +1499,7 @@
1499
1499
  },
1500
1500
  },
1501
1501
  $type: "color",
1502
- $value: "#a3303d",
1502
+ $value: "#9f303c",
1503
1503
  $description: "used on link hover state",
1504
1504
  filePath: "data/tokens/modes/light.json",
1505
1505
  isSource: true,
@@ -1508,7 +1508,7 @@
1508
1508
  "studio.tokens": {
1509
1509
  modify: {
1510
1510
  type: "mix",
1511
- value: "{modes.color.modifiers.button.hoverAlt}",
1511
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1512
1512
  space: "lch",
1513
1513
  color: "{modes.color.modifier.contrastMore}",
1514
1514
  },
@@ -1554,7 +1554,7 @@
1554
1554
  "studio.tokens": {
1555
1555
  modify: {
1556
1556
  type: "mix",
1557
- value: "0.32",
1557
+ value: "0.30",
1558
1558
  space: "lch",
1559
1559
  color: "#FFFFFF ",
1560
1560
  format: "hex",
@@ -1562,7 +1562,7 @@
1562
1562
  },
1563
1563
  },
1564
1564
  $type: "color",
1565
- $value: "#f28486",
1565
+ $value: "#f28083",
1566
1566
  $description: "used on pill hover states",
1567
1567
  filePath: "data/tokens/modes/light.json",
1568
1568
  isSource: true,
@@ -1571,7 +1571,7 @@
1571
1571
  "studio.tokens": {
1572
1572
  modify: {
1573
1573
  type: "mix",
1574
- value: "{modes.color.modifiers.button.active}",
1574
+ value: "{primitives.color.modifiers.button.active}",
1575
1575
  space: "lch",
1576
1576
  color: "{modes.color.modifier.contrastLess} ",
1577
1577
  },
@@ -1660,7 +1660,7 @@
1660
1660
  "studio.tokens": {
1661
1661
  modify: {
1662
1662
  type: "mix",
1663
- value: "0.16",
1663
+ value: "0.15",
1664
1664
  space: "lch",
1665
1665
  color: "#FFFFFF ",
1666
1666
  format: "hex",
@@ -1668,7 +1668,7 @@
1668
1668
  },
1669
1669
  },
1670
1670
  $type: "color",
1671
- $value: "#eb646c",
1671
+ $value: "#ea626a",
1672
1672
  $description:
1673
1673
  "used on solid-pill and primary-button hover states",
1674
1674
  filePath: "data/tokens/modes/light.json",
@@ -1678,7 +1678,7 @@
1678
1678
  "studio.tokens": {
1679
1679
  modify: {
1680
1680
  type: "mix",
1681
- value: "{modes.color.modifiers.button.hover}",
1681
+ value: "{primitives.color.modifiers.button.hover}",
1682
1682
  space: "lch",
1683
1683
  color: "{modes.color.modifier.contrastLess} ",
1684
1684
  },
@@ -1705,14 +1705,14 @@
1705
1705
  "studio.tokens": {
1706
1706
  modify: {
1707
1707
  type: "alpha",
1708
- value: "0.08",
1708
+ value: "0.10",
1709
1709
  space: "lch",
1710
1710
  format: "hex",
1711
1711
  },
1712
1712
  },
1713
1713
  },
1714
1714
  $type: "color",
1715
- $value: "#e13e5314",
1715
+ $value: "#e13e531a",
1716
1716
  $description: "used on secondary-button hover states",
1717
1717
  filePath: "data/tokens/modes/light.json",
1718
1718
  isSource: true,
@@ -1721,7 +1721,7 @@
1721
1721
  "studio.tokens": {
1722
1722
  modify: {
1723
1723
  type: "alpha",
1724
- value: "{modes.color.modifiers.button.hoverAlt}",
1724
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1725
1725
  space: "lch",
1726
1726
  },
1727
1727
  },
@@ -1746,7 +1746,7 @@
1746
1746
  "studio.tokens": {
1747
1747
  modify: {
1748
1748
  type: "mix",
1749
- value: "0.08",
1749
+ value: "0.10",
1750
1750
  space: "lch",
1751
1751
  color: "#FFFFFF ",
1752
1752
  format: "hex",
@@ -1754,7 +1754,7 @@
1754
1754
  },
1755
1755
  },
1756
1756
  $type: "color",
1757
- $value: "#ec6a71",
1757
+ $value: "#ed6e74",
1758
1758
  $description: "used on link hover state",
1759
1759
  filePath: "data/tokens/modes/light.json",
1760
1760
  isSource: true,
@@ -1763,7 +1763,7 @@
1763
1763
  "studio.tokens": {
1764
1764
  modify: {
1765
1765
  type: "mix",
1766
- value: "{modes.color.modifiers.button.hoverAlt}",
1766
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1767
1767
  space: "lch",
1768
1768
  color: "{modes.color.modifier.contrastLess} ",
1769
1769
  },
@@ -1902,7 +1902,7 @@
1902
1902
  "studio.tokens": {
1903
1903
  modify: {
1904
1904
  type: "mix",
1905
- value: "0.08",
1905
+ value: "0.10",
1906
1906
  space: "lch",
1907
1907
  color: "#000000",
1908
1908
  format: "hex",
@@ -1910,7 +1910,7 @@
1910
1910
  },
1911
1911
  },
1912
1912
  $type: "color",
1913
- $value: "#e8e8e8",
1913
+ $value: "#e2e2e2",
1914
1914
  $description: "bg hover for draggable area on file input",
1915
1915
  filePath: "data/tokens/modes/light.json",
1916
1916
  isSource: true,
@@ -1919,7 +1919,7 @@
1919
1919
  "studio.tokens": {
1920
1920
  modify: {
1921
1921
  type: "mix",
1922
- value: "{modes.color.modifiers.button.hoverAlt}",
1922
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1923
1923
  space: "lch",
1924
1924
  color: "{modes.color.modifier.contrastMore}",
1925
1925
  },
@@ -2531,14 +2531,14 @@
2531
2531
  "studio.tokens": {
2532
2532
  modify: {
2533
2533
  type: "alpha",
2534
- value: "0.16",
2534
+ value: "0.15",
2535
2535
  space: "lch",
2536
2536
  format: "hex",
2537
2537
  },
2538
2538
  },
2539
2539
  },
2540
2540
  $type: "color",
2541
- $value: "#00000029",
2541
+ $value: "#00000026",
2542
2542
  filePath: "data/tokens/modes/light.json",
2543
2543
  isSource: true,
2544
2544
  original: {
@@ -2546,7 +2546,7 @@
2546
2546
  "studio.tokens": {
2547
2547
  modify: {
2548
2548
  type: "alpha",
2549
- value: "{modes.color.modifiers.button.activeAlt}",
2549
+ value: "{primitives.color.modifiers.button.activeAlt}",
2550
2550
  space: "lch",
2551
2551
  },
2552
2552
  },
@@ -2681,14 +2681,14 @@
2681
2681
  "studio.tokens": {
2682
2682
  modify: {
2683
2683
  type: "alpha",
2684
- value: "0.08",
2684
+ value: "0.10",
2685
2685
  space: "lch",
2686
2686
  format: "hex",
2687
2687
  },
2688
2688
  },
2689
2689
  },
2690
2690
  $type: "color",
2691
- $value: "#00000014",
2691
+ $value: "#0000001a",
2692
2692
  $description: "Accordion, secondary, tertiary, menu bg on hover",
2693
2693
  filePath: "data/tokens/modes/light.json",
2694
2694
  isSource: true,
@@ -2697,7 +2697,7 @@
2697
2697
  "studio.tokens": {
2698
2698
  modify: {
2699
2699
  type: "alpha",
2700
- value: "{modes.color.modifiers.button.hoverAlt}",
2700
+ value: "{primitives.color.modifiers.button.hoverAlt}",
2701
2701
  space: "lch",
2702
2702
  },
2703
2703
  },
@@ -2716,14 +2716,14 @@
2716
2716
  "studio.tokens": {
2717
2717
  modify: {
2718
2718
  type: "alpha",
2719
- value: "0.16",
2719
+ value: "0.15",
2720
2720
  space: "lch",
2721
2721
  format: "hex",
2722
2722
  },
2723
2723
  },
2724
2724
  },
2725
2725
  $type: "color",
2726
- $value: "#00000029",
2726
+ $value: "#00000026",
2727
2727
  $description: "subtle table header hover",
2728
2728
  filePath: "data/tokens/modes/light.json",
2729
2729
  isSource: true,
@@ -2732,7 +2732,7 @@
2732
2732
  "studio.tokens": {
2733
2733
  modify: {
2734
2734
  type: "alpha",
2735
- value: "{modes.color.modifiers.button.hover}",
2735
+ value: "{primitives.color.modifiers.button.hover}",
2736
2736
  space: "lch",
2737
2737
  },
2738
2738
  },
@@ -2872,14 +2872,14 @@
2872
2872
  "studio.tokens": {
2873
2873
  modify: {
2874
2874
  type: "alpha",
2875
- value: "0.16",
2875
+ value: "0.15",
2876
2876
  space: "lch",
2877
2877
  format: "hex",
2878
2878
  },
2879
2879
  },
2880
2880
  },
2881
2881
  $type: "color",
2882
- $value: "#22374329",
2882
+ $value: "#22374326",
2883
2883
  filePath: "data/tokens/modes/light.json",
2884
2884
  isSource: true,
2885
2885
  original: {
@@ -2887,7 +2887,7 @@
2887
2887
  "studio.tokens": {
2888
2888
  modify: {
2889
2889
  type: "alpha",
2890
- value: "{modes.color.modifiers.button.activeAlt}",
2890
+ value: "{primitives.color.modifiers.button.activeAlt}",
2891
2891
  space: "lch",
2892
2892
  },
2893
2893
  },
@@ -2972,14 +2972,14 @@
2972
2972
  "studio.tokens": {
2973
2973
  modify: {
2974
2974
  type: "alpha",
2975
- value: "0.08",
2975
+ value: "0.10",
2976
2976
  space: "lch",
2977
2977
  format: "hex",
2978
2978
  },
2979
2979
  },
2980
2980
  },
2981
2981
  $type: "color",
2982
- $value: "#22374314",
2982
+ $value: "#2237431a",
2983
2983
  filePath: "data/tokens/modes/light.json",
2984
2984
  isSource: true,
2985
2985
  original: {
@@ -2987,7 +2987,7 @@
2987
2987
  "studio.tokens": {
2988
2988
  modify: {
2989
2989
  type: "alpha",
2990
- value: "{modes.color.modifiers.button.hoverAlt}",
2990
+ value: "{primitives.color.modifiers.button.hoverAlt}",
2991
2991
  space: "lch",
2992
2992
  },
2993
2993
  },
@@ -3093,14 +3093,14 @@
3093
3093
  "studio.tokens": {
3094
3094
  modify: {
3095
3095
  type: "alpha",
3096
- value: "0.16",
3096
+ value: "0.15",
3097
3097
  space: "lch",
3098
3098
  format: "hex",
3099
3099
  },
3100
3100
  },
3101
3101
  },
3102
3102
  $type: "color",
3103
- $value: "#ffffff29",
3103
+ $value: "#ffffff26",
3104
3104
  filePath: "data/tokens/modes/light.json",
3105
3105
  isSource: true,
3106
3106
  original: {
@@ -3108,7 +3108,7 @@
3108
3108
  "studio.tokens": {
3109
3109
  modify: {
3110
3110
  type: "alpha",
3111
- value: "{modes.color.modifiers.button.activeAlt}",
3111
+ value: "{primitives.color.modifiers.button.activeAlt}",
3112
3112
  space: "lch",
3113
3113
  },
3114
3114
  },
@@ -3254,14 +3254,14 @@
3254
3254
  "studio.tokens": {
3255
3255
  modify: {
3256
3256
  type: "alpha",
3257
- value: "0.08",
3257
+ value: "0.10",
3258
3258
  space: "lch",
3259
3259
  format: "hex",
3260
3260
  },
3261
3261
  },
3262
3262
  },
3263
3263
  $type: "color",
3264
- $value: "#ffffff14",
3264
+ $value: "#ffffff1a",
3265
3265
  $description:
3266
3266
  "Accordion, secondary, tertiary, menu bg on hover",
3267
3267
  filePath: "data/tokens/modes/light.json",
@@ -3271,7 +3271,7 @@
3271
3271
  "studio.tokens": {
3272
3272
  modify: {
3273
3273
  type: "alpha",
3274
- value: "{modes.color.modifiers.button.hoverAlt}",
3274
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3275
3275
  space: "lch",
3276
3276
  },
3277
3277
  },
@@ -3297,14 +3297,14 @@
3297
3297
  "studio.tokens": {
3298
3298
  modify: {
3299
3299
  type: "alpha",
3300
- value: "0.16",
3300
+ value: "0.15",
3301
3301
  space: "lch",
3302
3302
  format: "hex",
3303
3303
  },
3304
3304
  },
3305
3305
  },
3306
3306
  $type: "color",
3307
- $value: "#ffffff29",
3307
+ $value: "#ffffff26",
3308
3308
  $description: "subtle table header hover",
3309
3309
  filePath: "data/tokens/modes/light.json",
3310
3310
  isSource: true,
@@ -3313,7 +3313,7 @@
3313
3313
  "studio.tokens": {
3314
3314
  modify: {
3315
3315
  type: "alpha",
3316
- value: "{modes.color.modifiers.button.hover}",
3316
+ value: "{primitives.color.modifiers.button.hover}",
3317
3317
  space: "lch",
3318
3318
  },
3319
3319
  },
@@ -3618,14 +3618,14 @@
3618
3618
  "studio.tokens": {
3619
3619
  modify: {
3620
3620
  type: "alpha",
3621
- value: "0.08",
3621
+ value: "0.10",
3622
3622
  space: "lch",
3623
3623
  format: "hex",
3624
3624
  },
3625
3625
  },
3626
3626
  },
3627
3627
  $type: "color",
3628
- $value: "#00000014",
3628
+ $value: "#0000001a",
3629
3629
  $description: "hover bg for nav items",
3630
3630
  filePath: "data/tokens/modes/light.json",
3631
3631
  isSource: true,
@@ -3634,7 +3634,7 @@
3634
3634
  "studio.tokens": {
3635
3635
  modify: {
3636
3636
  type: "alpha",
3637
- value: "{modes.color.modifiers.button.hoverAlt}",
3637
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3638
3638
  space: "lch",
3639
3639
  },
3640
3640
  },
@@ -3701,7 +3701,7 @@
3701
3701
  "studio.tokens": {
3702
3702
  modify: {
3703
3703
  type: "mix",
3704
- value: "0.32",
3704
+ value: "0.30",
3705
3705
  space: "lch",
3706
3706
  color: "#000000",
3707
3707
  format: "hex",
@@ -3709,7 +3709,7 @@
3709
3709
  },
3710
3710
  },
3711
3711
  $type: "color",
3712
- $value: "#14571a",
3712
+ $value: "#13591a",
3713
3713
  filePath: "data/tokens/modes/light.json",
3714
3714
  isSource: true,
3715
3715
  original: {
@@ -3717,7 +3717,7 @@
3717
3717
  "studio.tokens": {
3718
3718
  modify: {
3719
3719
  type: "mix",
3720
- value: "{modes.color.modifiers.button.active}",
3720
+ value: "{primitives.color.modifiers.button.active}",
3721
3721
  space: "lch",
3722
3722
  color: "{modes.color.modifier.contrastMore}",
3723
3723
  },
@@ -3735,7 +3735,7 @@
3735
3735
  "studio.tokens": {
3736
3736
  modify: {
3737
3737
  type: "alpha",
3738
- value: "0.32",
3738
+ value: "0.30",
3739
3739
  space: "lch",
3740
3740
  color: "#000000",
3741
3741
  format: "hex",
@@ -3743,7 +3743,7 @@
3743
3743
  },
3744
3744
  },
3745
3745
  $type: "color",
3746
- $value: "#00811f52",
3746
+ $value: "#00811f4d",
3747
3747
  $description: "Active color for secondary and tertiary buttons",
3748
3748
  filePath: "data/tokens/modes/light.json",
3749
3749
  isSource: true,
@@ -3752,7 +3752,7 @@
3752
3752
  "studio.tokens": {
3753
3753
  modify: {
3754
3754
  type: "alpha",
3755
- value: "{modes.color.modifiers.button.active}",
3755
+ value: "{primitives.color.modifiers.button.active}",
3756
3756
  space: "lch",
3757
3757
  color: "{modes.color.modifier.contrastMore}",
3758
3758
  },
@@ -3793,7 +3793,7 @@
3793
3793
  },
3794
3794
  $type: "color",
3795
3795
  $value: "#00811fcc",
3796
- $description: "border color for secondary buttons",
3796
+ $description: "border color for secondary and tertiary buttons",
3797
3797
  filePath: "data/tokens/modes/light.json",
3798
3798
  isSource: true,
3799
3799
  original: {
@@ -3809,7 +3809,7 @@
3809
3809
  },
3810
3810
  $type: "color",
3811
3811
  $value: "{modes.color.interactive.primary.default}",
3812
- $description: "border color for secondary buttons",
3812
+ $description: "border color for secondary and tertiary buttons",
3813
3813
  },
3814
3814
  name: "modesColorInteractivePrimaryDefaultAlt",
3815
3815
  attributes: {},
@@ -3819,8 +3819,8 @@
3819
3819
  $extensions: {
3820
3820
  "studio.tokens": {
3821
3821
  modify: {
3822
- type: "alpha",
3823
- value: "0.5",
3822
+ type: "mix",
3823
+ value: "0.12",
3824
3824
  space: "lch",
3825
3825
  color: "#000000",
3826
3826
  format: "hex",
@@ -3828,16 +3828,16 @@
3828
3828
  },
3829
3829
  },
3830
3830
  $type: "color",
3831
- $value: "#00811f80",
3832
- $description: "border color for tertiary buttons",
3831
+ $value: "#0c711d",
3832
+ $description: "default value for links",
3833
3833
  filePath: "data/tokens/modes/light.json",
3834
3834
  isSource: true,
3835
3835
  original: {
3836
3836
  $extensions: {
3837
3837
  "studio.tokens": {
3838
3838
  modify: {
3839
- type: "alpha",
3840
- value: "0.5",
3839
+ type: "mix",
3840
+ value: "0.12",
3841
3841
  space: "lch",
3842
3842
  color: "{modes.color.modifier.contrastMore}",
3843
3843
  },
@@ -3845,7 +3845,7 @@
3845
3845
  },
3846
3846
  $type: "color",
3847
3847
  $value: "{modes.color.interactive.primary.default}",
3848
- $description: "border color for tertiary buttons",
3848
+ $description: "default value for links",
3849
3849
  },
3850
3850
  name: "modesColorInteractivePrimaryDefaultAlt2",
3851
3851
  attributes: {},
@@ -3855,8 +3855,8 @@
3855
3855
  $extensions: {
3856
3856
  "studio.tokens": {
3857
3857
  modify: {
3858
- type: "mix",
3859
- value: "0.12",
3858
+ type: "alpha",
3859
+ value: "0.03",
3860
3860
  space: "lch",
3861
3861
  color: "#000000",
3862
3862
  format: "hex",
@@ -3864,16 +3864,16 @@
3864
3864
  },
3865
3865
  },
3866
3866
  $type: "color",
3867
- $value: "#0c711d",
3868
- $description: "default value for links",
3867
+ $value: "#00811f08",
3868
+ $description: "Default background color of secondary button",
3869
3869
  filePath: "data/tokens/modes/light.json",
3870
3870
  isSource: true,
3871
3871
  original: {
3872
3872
  $extensions: {
3873
3873
  "studio.tokens": {
3874
3874
  modify: {
3875
- type: "mix",
3876
- value: "0.12",
3875
+ type: "alpha",
3876
+ value: "0.03",
3877
3877
  space: "lch",
3878
3878
  color: "{modes.color.modifier.contrastMore}",
3879
3879
  },
@@ -3881,7 +3881,7 @@
3881
3881
  },
3882
3882
  $type: "color",
3883
3883
  $value: "{modes.color.interactive.primary.default}",
3884
- $description: "default value for links",
3884
+ $description: "Default background color of secondary button",
3885
3885
  },
3886
3886
  name: "modesColorInteractivePrimaryDefaultAlt3",
3887
3887
  attributes: {},
@@ -3892,7 +3892,7 @@
3892
3892
  "studio.tokens": {
3893
3893
  modify: {
3894
3894
  type: "mix",
3895
- value: "0.16",
3895
+ value: "0.15",
3896
3896
  space: "lch",
3897
3897
  color: "#000000",
3898
3898
  format: "hex",
@@ -3900,7 +3900,7 @@
3900
3900
  },
3901
3901
  },
3902
3902
  $type: "color",
3903
- $value: "#0e6b1d",
3903
+ $value: "#0e6d1d",
3904
3904
  filePath: "data/tokens/modes/light.json",
3905
3905
  isSource: true,
3906
3906
  original: {
@@ -3908,7 +3908,7 @@
3908
3908
  "studio.tokens": {
3909
3909
  modify: {
3910
3910
  type: "mix",
3911
- value: "{modes.color.modifiers.button.hover}",
3911
+ value: "{primitives.color.modifiers.button.hover}",
3912
3912
  space: "lch",
3913
3913
  color: "{modes.color.modifier.contrastMore}",
3914
3914
  },
@@ -3926,7 +3926,7 @@
3926
3926
  "studio.tokens": {
3927
3927
  modify: {
3928
3928
  type: "alpha",
3929
- value: "0.08",
3929
+ value: "0.10",
3930
3930
  space: "lch",
3931
3931
  color: "#FFFFFF ",
3932
3932
  format: "hex",
@@ -3934,7 +3934,7 @@
3934
3934
  },
3935
3935
  },
3936
3936
  $type: "color",
3937
- $value: "#00811f14",
3937
+ $value: "#00811f1a",
3938
3938
  $description: "hover for secondary and tertiary buttons",
3939
3939
  filePath: "data/tokens/modes/light.json",
3940
3940
  isSource: true,
@@ -3943,14 +3943,14 @@
3943
3943
  "studio.tokens": {
3944
3944
  modify: {
3945
3945
  type: "alpha",
3946
- value: "{modes.color.modifiers.button.hoverAlt}",
3946
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3947
3947
  space: "lch",
3948
3948
  color: "{modes.color.modifier.contrastLess} ",
3949
3949
  },
3950
3950
  },
3951
3951
  },
3952
3952
  $type: "color",
3953
- $value: "{modes.color.interactive.primary.defaultAlt2}",
3953
+ $value: "{modes.color.interactive.primary.default}",
3954
3954
  $description: "hover for secondary and tertiary buttons",
3955
3955
  },
3956
3956
  name: "modesColorInteractivePrimaryHoverAlt",
@@ -3962,7 +3962,7 @@
3962
3962
  "studio.tokens": {
3963
3963
  modify: {
3964
3964
  type: "mix",
3965
- value: "0.16",
3965
+ value: "0.15",
3966
3966
  space: "lch",
3967
3967
  color: "#000000",
3968
3968
  format: "hex",
@@ -3970,7 +3970,7 @@
3970
3970
  },
3971
3971
  },
3972
3972
  $type: "color",
3973
- $value: "#125e1b",
3973
+ $value: "#12601b",
3974
3974
  $description: "hover for links",
3975
3975
  filePath: "data/tokens/modes/light.json",
3976
3976
  isSource: true,
@@ -3979,14 +3979,14 @@
3979
3979
  "studio.tokens": {
3980
3980
  modify: {
3981
3981
  type: "mix",
3982
- value: "{modes.color.modifiers.button.hover}",
3982
+ value: "{primitives.color.modifiers.button.hover}",
3983
3983
  space: "lch",
3984
3984
  color: "{modes.color.modifier.contrastMore}",
3985
3985
  },
3986
3986
  },
3987
3987
  },
3988
3988
  $type: "color",
3989
- $value: "{modes.color.interactive.primary.defaultAlt3}",
3989
+ $value: "{modes.color.interactive.primary.defaultAlt2}",
3990
3990
  $description: "hover for links",
3991
3991
  },
3992
3992
  name: "modesColorInteractivePrimaryHoverAlt2",
@@ -4038,7 +4038,7 @@
4038
4038
  "studio.tokens": {
4039
4039
  modify: {
4040
4040
  type: "mix",
4041
- value: "0.32",
4041
+ value: "0.30",
4042
4042
  space: "lch",
4043
4043
  color: "#000000",
4044
4044
  format: "hex",
@@ -4046,7 +4046,7 @@
4046
4046
  },
4047
4047
  },
4048
4048
  $type: "color",
4049
- $value: "#135631",
4049
+ $value: "#135932",
4050
4050
  filePath: "data/tokens/modes/light.json",
4051
4051
  isSource: true,
4052
4052
  original: {
@@ -4054,7 +4054,7 @@
4054
4054
  "studio.tokens": {
4055
4055
  modify: {
4056
4056
  type: "mix",
4057
- value: "{modes.color.modifiers.button.active}",
4057
+ value: "{primitives.color.modifiers.button.active}",
4058
4058
  space: "lch",
4059
4059
  color: "{modes.color.modifier.contrastMore}",
4060
4060
  },
@@ -4142,7 +4142,7 @@
4142
4142
  "studio.tokens": {
4143
4143
  modify: {
4144
4144
  type: "mix",
4145
- value: "0.16",
4145
+ value: "0.15",
4146
4146
  space: "lch",
4147
4147
  color: "#000000",
4148
4148
  format: "hex",
@@ -4150,7 +4150,7 @@
4150
4150
  },
4151
4151
  },
4152
4152
  $type: "color",
4153
- $value: "#0e6b3b",
4153
+ $value: "#0d6c3c",
4154
4154
  filePath: "data/tokens/modes/light.json",
4155
4155
  isSource: true,
4156
4156
  original: {
@@ -4158,7 +4158,7 @@
4158
4158
  "studio.tokens": {
4159
4159
  modify: {
4160
4160
  type: "mix",
4161
- value: "{modes.color.modifiers.button.hover}",
4161
+ value: "{primitives.color.modifiers.button.hover}",
4162
4162
  space: "lch",
4163
4163
  color: "{modes.color.modifier.contrastMore}",
4164
4164
  },
@@ -4317,7 +4317,7 @@
4317
4317
  "studio.tokens": {
4318
4318
  modify: {
4319
4319
  type: "mix",
4320
- value: "0.32",
4320
+ value: "0.30",
4321
4321
  space: "lch",
4322
4322
  color: "#FFFFFF ",
4323
4323
  format: "hex",
@@ -4325,7 +4325,7 @@
4325
4325
  },
4326
4326
  },
4327
4327
  $type: "color",
4328
- $value: "#81e57d",
4328
+ $value: "#7ce47a",
4329
4329
  filePath: "data/tokens/modes/light.json",
4330
4330
  isSource: true,
4331
4331
  original: {
@@ -4333,7 +4333,7 @@
4333
4333
  "studio.tokens": {
4334
4334
  modify: {
4335
4335
  type: "mix",
4336
- value: "{modes.color.modifiers.button.active}",
4336
+ value: "{primitives.color.modifiers.button.active}",
4337
4337
  space: "lch",
4338
4338
  color: "{modes.color.modifier.contrastLess} ",
4339
4339
  },
@@ -4358,7 +4358,7 @@
4358
4358
  "studio.tokens": {
4359
4359
  modify: {
4360
4360
  type: "alpha",
4361
- value: "0.32",
4361
+ value: "0.30",
4362
4362
  space: "lch",
4363
4363
  color: "#FFFFFF ",
4364
4364
  format: "hex",
@@ -4366,7 +4366,7 @@
4366
4366
  },
4367
4367
  },
4368
4368
  $type: "color",
4369
- $value: "#00d63952",
4369
+ $value: "#00d6394d",
4370
4370
  $description:
4371
4371
  "Active color for inverse secondary and tertiary buttons",
4372
4372
  filePath: "data/tokens/modes/light.json",
@@ -4376,7 +4376,7 @@
4376
4376
  "studio.tokens": {
4377
4377
  modify: {
4378
4378
  type: "alpha",
4379
- value: "{modes.color.modifiers.button.active}",
4379
+ value: "{primitives.color.modifiers.button.active}",
4380
4380
  space: "lch",
4381
4381
  color: "{modes.color.modifier.contrastLess} ",
4382
4382
  },
@@ -4432,7 +4432,8 @@
4432
4432
  },
4433
4433
  $type: "color",
4434
4434
  $value: "#00d639cc",
4435
- $description: "border color for secondary inverse buttons",
4435
+ $description:
4436
+ "border color for secondary and tertiary inverse buttons",
4436
4437
  filePath: "data/tokens/modes/light.json",
4437
4438
  isSource: true,
4438
4439
  original: {
@@ -4448,7 +4449,8 @@
4448
4449
  },
4449
4450
  $type: "color",
4450
4451
  $value: "{modes.color.interactive.primary.inverse.default}",
4451
- $description: "border color for secondary inverse buttons",
4452
+ $description:
4453
+ "border color for secondary and tertiary inverse buttons",
4452
4454
  },
4453
4455
  name: "modesColorInteractivePrimaryInverseDefaultAlt",
4454
4456
  attributes: {},
@@ -4465,8 +4467,8 @@
4465
4467
  $extensions: {
4466
4468
  "studio.tokens": {
4467
4469
  modify: {
4468
- type: "alpha",
4469
- value: "0.5",
4470
+ type: "mix",
4471
+ value: "0.12",
4470
4472
  space: "lch",
4471
4473
  color: "#FFFFFF",
4472
4474
  format: "hex",
@@ -4474,16 +4476,16 @@
4474
4476
  },
4475
4477
  },
4476
4478
  $type: "color",
4477
- $value: "#00d63980",
4478
- $description: "border color for tertiary inverse buttons",
4479
+ $value: "#4cdc55",
4480
+ $description: "Default color for links",
4479
4481
  filePath: "data/tokens/modes/light.json",
4480
4482
  isSource: true,
4481
4483
  original: {
4482
4484
  $extensions: {
4483
4485
  "studio.tokens": {
4484
4486
  modify: {
4485
- type: "alpha",
4486
- value: "0.5",
4487
+ type: "mix",
4488
+ value: "0.12",
4487
4489
  space: "lch",
4488
4490
  color: "{modes.color.modifier.contrastLess}",
4489
4491
  },
@@ -4491,7 +4493,7 @@
4491
4493
  },
4492
4494
  $type: "color",
4493
4495
  $value: "{modes.color.interactive.primary.inverse.default}",
4494
- $description: "border color for tertiary inverse buttons",
4496
+ $description: "Default color for links",
4495
4497
  },
4496
4498
  name: "modesColorInteractivePrimaryInverseDefaultAlt2",
4497
4499
  attributes: {},
@@ -4508,8 +4510,8 @@
4508
4510
  $extensions: {
4509
4511
  "studio.tokens": {
4510
4512
  modify: {
4511
- type: "mix",
4512
- value: "0.12",
4513
+ type: "alpha",
4514
+ value: "0.03",
4513
4515
  space: "lch",
4514
4516
  color: "#FFFFFF",
4515
4517
  format: "hex",
@@ -4517,16 +4519,17 @@
4517
4519
  },
4518
4520
  },
4519
4521
  $type: "color",
4520
- $value: "#4cdc55",
4521
- $description: "Default color for links",
4522
+ $value: "#00d63908",
4523
+ $description:
4524
+ "Default background color of inverse secondary buttons",
4522
4525
  filePath: "data/tokens/modes/light.json",
4523
4526
  isSource: true,
4524
4527
  original: {
4525
4528
  $extensions: {
4526
4529
  "studio.tokens": {
4527
4530
  modify: {
4528
- type: "mix",
4529
- value: "0.12",
4531
+ type: "alpha",
4532
+ value: "0.03",
4530
4533
  space: "lch",
4531
4534
  color: "{modes.color.modifier.contrastLess}",
4532
4535
  },
@@ -4534,7 +4537,8 @@
4534
4537
  },
4535
4538
  $type: "color",
4536
4539
  $value: "{modes.color.interactive.primary.inverse.default}",
4537
- $description: "Default color for links",
4540
+ $description:
4541
+ "Default background color of inverse secondary buttons",
4538
4542
  },
4539
4543
  name: "modesColorInteractivePrimaryInverseDefaultAlt3",
4540
4544
  attributes: {},
@@ -4552,7 +4556,7 @@
4552
4556
  "studio.tokens": {
4553
4557
  modify: {
4554
4558
  type: "mix",
4555
- value: "0.16",
4559
+ value: "0.15",
4556
4560
  space: "lch",
4557
4561
  color: "#FFFFFF ",
4558
4562
  format: "hex",
@@ -4560,7 +4564,7 @@
4560
4564
  },
4561
4565
  },
4562
4566
  $type: "color",
4563
- $value: "#58de5d",
4567
+ $value: "#55dd5b",
4564
4568
  filePath: "data/tokens/modes/light.json",
4565
4569
  isSource: true,
4566
4570
  original: {
@@ -4568,7 +4572,7 @@
4568
4572
  "studio.tokens": {
4569
4573
  modify: {
4570
4574
  type: "mix",
4571
- value: "{modes.color.modifiers.button.hover}",
4575
+ value: "{primitives.color.modifiers.button.hover}",
4572
4576
  space: "lch",
4573
4577
  color: "{modes.color.modifier.contrastLess} ",
4574
4578
  },
@@ -4593,7 +4597,7 @@
4593
4597
  "studio.tokens": {
4594
4598
  modify: {
4595
4599
  type: "alpha",
4596
- value: "0.08",
4600
+ value: "0.10",
4597
4601
  space: "lch",
4598
4602
  color: "#FFFFFF",
4599
4603
  format: "hex",
@@ -4601,7 +4605,7 @@
4601
4605
  },
4602
4606
  },
4603
4607
  $type: "color",
4604
- $value: "#00d63914",
4608
+ $value: "#00d6391a",
4605
4609
  $description:
4606
4610
  "Hover for inverse secondary and tertiary buttons",
4607
4611
  filePath: "data/tokens/modes/light.json",
@@ -4611,15 +4615,14 @@
4611
4615
  "studio.tokens": {
4612
4616
  modify: {
4613
4617
  type: "alpha",
4614
- value: "{modes.color.modifiers.button.hoverAlt}",
4618
+ value: "{primitives.color.modifiers.button.hoverAlt}",
4615
4619
  space: "lch",
4616
4620
  color: "{modes.color.modifier.contrastLess}",
4617
4621
  },
4618
4622
  },
4619
4623
  },
4620
4624
  $type: "color",
4621
- $value:
4622
- "{modes.color.interactive.primary.inverse.defaultAlt2}",
4625
+ $value: "{modes.color.interactive.primary.inverse.default}",
4623
4626
  $description:
4624
4627
  "Hover for inverse secondary and tertiary buttons",
4625
4628
  },
@@ -4639,7 +4642,7 @@
4639
4642
  "studio.tokens": {
4640
4643
  modify: {
4641
4644
  type: "mix",
4642
- value: "0.16",
4645
+ value: "0.15",
4643
4646
  space: "lch",
4644
4647
  color: "#FFFFFF ",
4645
4648
  format: "hex",
@@ -4647,7 +4650,7 @@
4647
4650
  },
4648
4651
  },
4649
4652
  $type: "color",
4650
- $value: "#73e372",
4653
+ $value: "#71e270",
4651
4654
  $description: "hover for links",
4652
4655
  filePath: "data/tokens/modes/light.json",
4653
4656
  isSource: true,
@@ -4656,7 +4659,7 @@
4656
4659
  "studio.tokens": {
4657
4660
  modify: {
4658
4661
  type: "mix",
4659
- value: "{modes.color.modifiers.button.hover}",
4662
+ value: "{primitives.color.modifiers.button.hover}",
4660
4663
  space: "lch",
4661
4664
  color: "{modes.color.modifier.contrastLess} ",
4662
4665
  },
@@ -4664,7 +4667,7 @@
4664
4667
  },
4665
4668
  $type: "color",
4666
4669
  $value:
4667
- "{modes.color.interactive.primary.inverse.defaultAlt3}",
4670
+ "{modes.color.interactive.primary.inverse.defaultAlt2}",
4668
4671
  $description: "hover for links",
4669
4672
  },
4670
4673
  name: "modesColorInteractivePrimaryInverseHoverAlt2",
@@ -4950,21 +4953,78 @@
4950
4953
  path: ["modes", "color", "status", "ai", "default-vertical"],
4951
4954
  },
4952
4955
  },
4953
- generic: {
4954
- default: {
4956
+ callout: {
4957
+ defaultAlt: {
4958
+ $extensions: {
4959
+ "studio.tokens": {
4960
+ modify: {
4961
+ type: "mix",
4962
+ value: "0.85",
4963
+ space: "lch",
4964
+ color: "#FFFFFF",
4965
+ format: "hex",
4966
+ },
4967
+ },
4968
+ },
4955
4969
  $type: "color",
4956
- $value: "#007c7b",
4957
- $description: "used in progress bar ",
4970
+ $value: "#e5fae2",
4971
+ $description: "used for marketing banners",
4958
4972
  filePath: "data/tokens/modes/light.json",
4959
4973
  isSource: true,
4960
4974
  original: {
4975
+ $extensions: {
4976
+ "studio.tokens": {
4977
+ modify: {
4978
+ type: "mix",
4979
+ value: "0.85",
4980
+ space: "lch",
4981
+ color: "{modes.color.modifier.contrastLess}",
4982
+ },
4983
+ },
4984
+ },
4961
4985
  $type: "color",
4962
- $value: "{primitives.colors.teal}",
4963
- $description: "used in progress bar ",
4986
+ $value: "{primitives.colors.brilliantGreen}",
4987
+ $description: "used for marketing banners",
4964
4988
  },
4965
- name: "modesColorStatusGenericDefault",
4989
+ name: "modesColorStatusCalloutDefaultAlt",
4966
4990
  attributes: {},
4967
- path: ["modes", "color", "status", "generic", "default"],
4991
+ path: ["modes", "color", "status", "callout", "defaultAlt"],
4992
+ },
4993
+ hoverAlt: {
4994
+ $extensions: {
4995
+ "studio.tokens": {
4996
+ modify: {
4997
+ type: "mix",
4998
+ value: "0.05",
4999
+ space: "lch",
5000
+ color: "#000000",
5001
+ format: "hex",
5002
+ },
5003
+ },
5004
+ },
5005
+ $type: "color",
5006
+ $value: "#d8ecd5",
5007
+ $description: "used for marketing banners",
5008
+ filePath: "data/tokens/modes/light.json",
5009
+ isSource: true,
5010
+ original: {
5011
+ $extensions: {
5012
+ "studio.tokens": {
5013
+ modify: {
5014
+ type: "mix",
5015
+ value: "0.05",
5016
+ space: "lch",
5017
+ color: "{modes.color.modifier.contrastMore}",
5018
+ },
5019
+ },
5020
+ },
5021
+ $type: "color",
5022
+ $value: "{modes.color.status.callout.defaultAlt}",
5023
+ $description: "used for marketing banners",
5024
+ },
5025
+ name: "modesColorStatusCalloutHoverAlt",
5026
+ attributes: {},
5027
+ path: ["modes", "color", "status", "callout", "hoverAlt"],
4968
5028
  },
4969
5029
  },
4970
5030
  caution: {
@@ -5026,7 +5086,7 @@
5026
5086
  "studio.tokens": {
5027
5087
  modify: {
5028
5088
  type: "mix",
5029
- value: "0.16",
5089
+ value: "0.15",
5030
5090
  space: "lch",
5031
5091
  color: "#000000",
5032
5092
  format: "hex",
@@ -5034,7 +5094,7 @@
5034
5094
  },
5035
5095
  },
5036
5096
  $type: "color",
5037
- $value: "#b13a0d",
5097
+ $value: "#b33b0d",
5038
5098
  $description: "used on pill hover states",
5039
5099
  filePath: "data/tokens/modes/light.json",
5040
5100
  isSource: true,
@@ -5043,7 +5103,7 @@
5043
5103
  "studio.tokens": {
5044
5104
  modify: {
5045
5105
  type: "mix",
5046
- value: "{modes.color.modifiers.button.hover}",
5106
+ value: "{primitives.color.modifiers.button.hover}",
5047
5107
  space: "lch",
5048
5108
  color: "{modes.color.modifier.contrastMore}",
5049
5109
  },
@@ -5062,7 +5122,7 @@
5062
5122
  "studio.tokens": {
5063
5123
  modify: {
5064
5124
  type: "mix",
5065
- value: "0.16",
5125
+ value: "0.15",
5066
5126
  space: "lch",
5067
5127
  color: "#D64309",
5068
5128
  format: "hex",
@@ -5070,7 +5130,7 @@
5070
5130
  },
5071
5131
  },
5072
5132
  $type: "color",
5073
- $value: "#fdd3c0",
5133
+ $value: "#fed5c3",
5074
5134
  $description: "used on pill hover states and message bg",
5075
5135
  filePath: "data/tokens/modes/light.json",
5076
5136
  isSource: true,
@@ -5079,7 +5139,7 @@
5079
5139
  "studio.tokens": {
5080
5140
  modify: {
5081
5141
  type: "mix",
5082
- value: "{modes.color.modifiers.button.hover}",
5142
+ value: "{primitives.color.modifiers.button.hover}",
5083
5143
  space: "lch",
5084
5144
  color: "{modes.color.status.caution.default}",
5085
5145
  },
@@ -5155,7 +5215,7 @@
5155
5215
  "studio.tokens": {
5156
5216
  modify: {
5157
5217
  type: "mix",
5158
- value: "0.16",
5218
+ value: "0.15",
5159
5219
  space: "lch",
5160
5220
  color: "#FFFFFF ",
5161
5221
  format: "hex",
@@ -5163,7 +5223,7 @@
5163
5223
  },
5164
5224
  },
5165
5225
  $type: "color",
5166
- $value: "#ff9a4e",
5226
+ $value: "#ff994c",
5167
5227
  $description: "used on global message bg",
5168
5228
  filePath: "data/tokens/modes/light.json",
5169
5229
  isSource: true,
@@ -5172,7 +5232,7 @@
5172
5232
  "studio.tokens": {
5173
5233
  modify: {
5174
5234
  type: "mix",
5175
- value: "{modes.color.modifiers.button.hover}",
5235
+ value: "{primitives.color.modifiers.button.hover}",
5176
5236
  space: "lch",
5177
5237
  color: "{modes.color.modifier.contrastLess} ",
5178
5238
  },
@@ -5263,7 +5323,7 @@
5263
5323
  "studio.tokens": {
5264
5324
  modify: {
5265
5325
  type: "mix",
5266
- value: "0.16",
5326
+ value: "0.15",
5267
5327
  space: "lch",
5268
5328
  color: "#FFFFFF ",
5269
5329
  format: "hex",
@@ -5271,7 +5331,7 @@
5271
5331
  },
5272
5332
  },
5273
5333
  $type: "color",
5274
- $value: "#eb6732",
5334
+ $value: "#eb6530",
5275
5335
  $description: "used on pill hover states",
5276
5336
  filePath: "data/tokens/modes/light.json",
5277
5337
  isSource: true,
@@ -5280,7 +5340,7 @@
5280
5340
  "studio.tokens": {
5281
5341
  modify: {
5282
5342
  type: "mix",
5283
- value: "{modes.color.modifiers.button.hover}",
5343
+ value: "{primitives.color.modifiers.button.hover}",
5284
5344
  space: "lch",
5285
5345
  color: "{modes.color.modifier.contrastLess} ",
5286
5346
  },
@@ -5306,7 +5366,7 @@
5306
5366
  "studio.tokens": {
5307
5367
  modify: {
5308
5368
  type: "mix",
5309
- value: "0.16",
5369
+ value: "0.15",
5310
5370
  space: "lch",
5311
5371
  color: "#E04500",
5312
5372
  format: "hex",
@@ -5314,7 +5374,7 @@
5314
5374
  },
5315
5375
  },
5316
5376
  $type: "color",
5317
- $value: "#3f1b0b",
5377
+ $value: "#3e1a0b",
5318
5378
  $description: "used on pill hover states and message bg",
5319
5379
  filePath: "data/tokens/modes/light.json",
5320
5380
  isSource: true,
@@ -5323,7 +5383,7 @@
5323
5383
  "studio.tokens": {
5324
5384
  modify: {
5325
5385
  type: "mix",
5326
- value: "{modes.color.modifiers.button.hover}",
5386
+ value: "{primitives.color.modifiers.button.hover}",
5327
5387
  space: "lch",
5328
5388
  color: "{modes.color.status.caution.inverse.default}",
5329
5389
  },
@@ -5565,53 +5625,38 @@
5565
5625
  },
5566
5626
  },
5567
5627
  },
5568
- inactive: {
5569
- default: {
5570
- $type: "color",
5571
- $value: "#a6a6a6",
5572
- $description: "For readonly pill bg and border",
5573
- filePath: "data/tokens/modes/light.json",
5574
- isSource: true,
5575
- original: {
5576
- $type: "color",
5577
- $value: "{modes.color.generic.fg.soft}",
5578
- $description: "For readonly pill bg and border",
5579
- },
5580
- name: "modesColorStatusInactiveDefault",
5581
- attributes: {},
5582
- path: ["modes", "color", "status", "inactive", "default"],
5583
- },
5584
- withDefault: {
5585
- $type: "color",
5586
- $value: "#000000ab",
5587
- $description: "For readonly filled pill text",
5588
- filePath: "data/tokens/modes/light.json",
5589
- isSource: true,
5590
- original: {
5628
+ custom: {
5629
+ blue: {
5630
+ default: {
5591
5631
  $type: "color",
5592
- $value: "{modes.color.generic.content.firm}",
5593
- $description: "For readonly filled pill text",
5632
+ $value: "#0071C3",
5633
+ $description: "For pills. Not accessible with white TEXT.",
5634
+ filePath: "data/tokens/modes/light.json",
5635
+ isSource: true,
5636
+ original: {
5637
+ $type: "color",
5638
+ $value: "{primitives.colors.supplementary.blue.400}",
5639
+ $description: "For pills. Not accessible with white TEXT.",
5640
+ },
5641
+ name: "modesColorStatusCustomBlueDefault",
5642
+ attributes: {},
5643
+ path: ["modes", "color", "status", "custom", "blue", "default"],
5594
5644
  },
5595
- name: "modesColorStatusInactiveWithDefault",
5596
- attributes: {},
5597
- path: ["modes", "color", "status", "inactive", "withDefault"],
5598
- },
5599
- inverse: {
5600
- default: {
5645
+ defaultAlt: {
5601
5646
  $extensions: {
5602
5647
  "studio.tokens": {
5603
5648
  modify: {
5604
5649
  type: "mix",
5605
- value: "0.32",
5650
+ value: "0.9",
5606
5651
  space: "lch",
5607
- color: "#FFFFFF ",
5652
+ color: "#FFFFFF",
5608
5653
  format: "hex",
5609
5654
  },
5610
5655
  },
5611
5656
  },
5612
5657
  $type: "color",
5613
- $value: "#4b4b4b",
5614
- $description: "For readonly pill bg and border",
5658
+ $value: "#ebf0f9",
5659
+ $description: "Pill bg",
5615
5660
  filePath: "data/tokens/modes/light.json",
5616
5661
  isSource: true,
5617
5662
  original: {
@@ -5619,87 +5664,1793 @@
5619
5664
  "studio.tokens": {
5620
5665
  modify: {
5621
5666
  type: "mix",
5622
- value: "0.32",
5667
+ value: "0.9",
5623
5668
  space: "lch",
5624
- color: "{modes.color.modifier.contrastLess} ",
5669
+ color: "{modes.color.modifier.contrastLess}",
5625
5670
  },
5626
5671
  },
5627
5672
  },
5628
5673
  $type: "color",
5629
- $value: "{primitives.colors.black}",
5630
- $description: "For readonly pill bg and border",
5674
+ $value: "{primitives.colors.supplementary.blue.400}",
5675
+ $description: "Pill bg",
5631
5676
  },
5632
- name: "modesColorStatusInactiveInverseDefault",
5677
+ name: "modesColorStatusCustomBlueDefaultAlt",
5633
5678
  attributes: {},
5634
5679
  path: [
5635
5680
  "modes",
5636
5681
  "color",
5637
5682
  "status",
5638
- "inactive",
5639
- "inverse",
5640
- "default",
5683
+ "custom",
5684
+ "blue",
5685
+ "defaultAlt",
5641
5686
  ],
5642
5687
  },
5643
- withDefault: {
5688
+ hover: {
5644
5689
  $extensions: {
5645
5690
  "studio.tokens": {
5646
5691
  modify: {
5647
- type: "alpha",
5648
- value: "0.67",
5692
+ type: "mix",
5693
+ value: "0.15",
5649
5694
  space: "lch",
5695
+ color: "#000000",
5650
5696
  format: "hex",
5651
5697
  },
5652
5698
  },
5653
5699
  },
5654
5700
  $type: "color",
5655
- $value: "#ffffffab",
5656
- $description: "For readonly filled pill text",
5701
+ $value: "#135fa3",
5702
+ $description: "used on pill hover states",
5657
5703
  filePath: "data/tokens/modes/light.json",
5658
5704
  isSource: true,
5659
5705
  original: {
5660
5706
  $extensions: {
5661
5707
  "studio.tokens": {
5662
5708
  modify: {
5663
- type: "alpha",
5664
- value: "0.67",
5709
+ type: "mix",
5710
+ value: "{primitives.color.modifiers.button.hover}",
5665
5711
  space: "lch",
5712
+ color: "{modes.color.modifier.contrastMore}",
5666
5713
  },
5667
5714
  },
5668
5715
  },
5669
5716
  $type: "color",
5670
- $value: "{primitives.colors.white}",
5671
- $description: "For readonly filled pill text",
5717
+ $value: "{modes.color.status.custom.blue.default}",
5718
+ $description: "used on pill hover states",
5672
5719
  },
5673
- name: "modesColorStatusInactiveInverseWithDefault",
5720
+ name: "modesColorStatusCustomBlueHover",
5674
5721
  attributes: {},
5675
- path: [
5676
- "modes",
5677
- "color",
5678
- "status",
5679
- "inactive",
5680
- "inverse",
5681
- "withDefault",
5682
- ],
5722
+ path: ["modes", "color", "status", "custom", "blue", "hover"],
5683
5723
  },
5684
- },
5685
- },
5686
- important: {
5687
- default: {
5688
- $type: "color",
5689
- $value: "#8F4CD7",
5690
- $description:
5691
- "For tile status keylines to show if something is of high importance.",
5724
+ hoverAlt: {
5725
+ $extensions: {
5726
+ "studio.tokens": {
5727
+ modify: {
5728
+ type: "mix",
5729
+ value: "0.15",
5730
+ space: "lch",
5731
+ color: "#0060A7",
5732
+ format: "hex",
5733
+ },
5734
+ },
5735
+ },
5736
+ $type: "color",
5737
+ $value: "#ced9ed",
5738
+ $description: "used on pill hover states",
5739
+ filePath: "data/tokens/modes/light.json",
5740
+ isSource: true,
5741
+ original: {
5742
+ $extensions: {
5743
+ "studio.tokens": {
5744
+ modify: {
5745
+ type: "mix",
5746
+ value: "{primitives.color.modifiers.button.hover}",
5747
+ space: "lch",
5748
+ color: "{modes.color.status.info.default}",
5749
+ },
5750
+ },
5751
+ },
5752
+ $type: "color",
5753
+ $value: "{modes.color.status.custom.blue.defaultAlt}",
5754
+ $description: "used on pill hover states",
5755
+ },
5756
+ name: "modesColorStatusCustomBlueHoverAlt",
5757
+ attributes: {},
5758
+ path: [
5759
+ "modes",
5760
+ "color",
5761
+ "status",
5762
+ "custom",
5763
+ "blue",
5764
+ "hoverAlt",
5765
+ ],
5766
+ },
5767
+ },
5768
+ teal: {
5769
+ default: {
5770
+ $type: "color",
5771
+ $value: "#007C7B",
5772
+ $description: "For pills. Not accessible with white TEXT.",
5773
+ filePath: "data/tokens/modes/light.json",
5774
+ isSource: true,
5775
+ original: {
5776
+ $type: "color",
5777
+ $value: "{primitives.colors.supplementary.teal.400}",
5778
+ $description: "For pills. Not accessible with white TEXT.",
5779
+ },
5780
+ name: "modesColorStatusCustomTealDefault",
5781
+ attributes: {},
5782
+ path: ["modes", "color", "status", "custom", "teal", "default"],
5783
+ },
5784
+ defaultAlt: {
5785
+ $extensions: {
5786
+ "studio.tokens": {
5787
+ modify: {
5788
+ type: "mix",
5789
+ value: "0.9",
5790
+ space: "lch",
5791
+ color: "#FFFFFF",
5792
+ format: "hex",
5793
+ },
5794
+ },
5795
+ },
5796
+ $type: "color",
5797
+ $value: "#e9f1f1",
5798
+ $description: "Pill bg",
5799
+ filePath: "data/tokens/modes/light.json",
5800
+ isSource: true,
5801
+ original: {
5802
+ $extensions: {
5803
+ "studio.tokens": {
5804
+ modify: {
5805
+ type: "mix",
5806
+ value: "0.9",
5807
+ space: "lch",
5808
+ color: "{modes.color.modifier.contrastLess}",
5809
+ },
5810
+ },
5811
+ },
5812
+ $type: "color",
5813
+ $value: "{primitives.colors.supplementary.teal.400}",
5814
+ $description: "Pill bg",
5815
+ },
5816
+ name: "modesColorStatusCustomTealDefaultAlt",
5817
+ attributes: {},
5818
+ path: [
5819
+ "modes",
5820
+ "color",
5821
+ "status",
5822
+ "custom",
5823
+ "teal",
5824
+ "defaultAlt",
5825
+ ],
5826
+ },
5827
+ hover: {
5828
+ $extensions: {
5829
+ "studio.tokens": {
5830
+ modify: {
5831
+ type: "mix",
5832
+ value: "0.15",
5833
+ space: "lch",
5834
+ color: "#000000",
5835
+ format: "hex",
5836
+ },
5837
+ },
5838
+ },
5839
+ $type: "color",
5840
+ $value: "#0e6968",
5841
+ $description: "used on pill hover states",
5842
+ filePath: "data/tokens/modes/light.json",
5843
+ isSource: true,
5844
+ original: {
5845
+ $extensions: {
5846
+ "studio.tokens": {
5847
+ modify: {
5848
+ type: "mix",
5849
+ value: "{primitives.color.modifiers.button.hover}",
5850
+ space: "lch",
5851
+ color: "{modes.color.modifier.contrastMore}",
5852
+ },
5853
+ },
5854
+ },
5855
+ $type: "color",
5856
+ $value: "{modes.color.status.custom.teal.default}",
5857
+ $description: "used on pill hover states",
5858
+ },
5859
+ name: "modesColorStatusCustomTealHover",
5860
+ attributes: {},
5861
+ path: ["modes", "color", "status", "custom", "teal", "hover"],
5862
+ },
5863
+ hoverAlt: {
5864
+ $extensions: {
5865
+ "studio.tokens": {
5866
+ modify: {
5867
+ type: "mix",
5868
+ value: "0.15",
5869
+ space: "lch",
5870
+ color: "#0060A7",
5871
+ format: "hex",
5872
+ },
5873
+ },
5874
+ },
5875
+ $type: "color",
5876
+ $value: "#c4dde0",
5877
+ $description: "used on pill hover states",
5878
+ filePath: "data/tokens/modes/light.json",
5879
+ isSource: true,
5880
+ original: {
5881
+ $extensions: {
5882
+ "studio.tokens": {
5883
+ modify: {
5884
+ type: "mix",
5885
+ value: "{primitives.color.modifiers.button.hover}",
5886
+ space: "lch",
5887
+ color: "{modes.color.status.info.default}",
5888
+ },
5889
+ },
5890
+ },
5891
+ $type: "color",
5892
+ $value: "{modes.color.status.custom.teal.defaultAlt}",
5893
+ $description: "used on pill hover states",
5894
+ },
5895
+ name: "modesColorStatusCustomTealHoverAlt",
5896
+ attributes: {},
5897
+ path: [
5898
+ "modes",
5899
+ "color",
5900
+ "status",
5901
+ "custom",
5902
+ "teal",
5903
+ "hoverAlt",
5904
+ ],
5905
+ },
5906
+ },
5907
+ green: {
5908
+ default: {
5909
+ $type: "color",
5910
+ $value: "#00811F",
5911
+ $description: "For pills. Not accessible with white TEXT.",
5912
+ filePath: "data/tokens/modes/light.json",
5913
+ isSource: true,
5914
+ original: {
5915
+ $type: "color",
5916
+ $value: "{primitives.colors.supplementary.green.400}",
5917
+ $description: "For pills. Not accessible with white TEXT.",
5918
+ },
5919
+ name: "modesColorStatusCustomGreenDefault",
5920
+ attributes: {},
5921
+ path: [
5922
+ "modes",
5923
+ "color",
5924
+ "status",
5925
+ "custom",
5926
+ "green",
5927
+ "default",
5928
+ ],
5929
+ },
5930
+ defaultAlt: {
5931
+ $extensions: {
5932
+ "studio.tokens": {
5933
+ modify: {
5934
+ type: "mix",
5935
+ value: "0.9",
5936
+ space: "lch",
5937
+ color: "#FFFFFF",
5938
+ format: "hex",
5939
+ },
5940
+ },
5941
+ },
5942
+ $type: "color",
5943
+ $value: "#e9f2e8",
5944
+ $description: "Pill bg",
5945
+ filePath: "data/tokens/modes/light.json",
5946
+ isSource: true,
5947
+ original: {
5948
+ $extensions: {
5949
+ "studio.tokens": {
5950
+ modify: {
5951
+ type: "mix",
5952
+ value: "0.9",
5953
+ space: "lch",
5954
+ color: "{modes.color.modifier.contrastLess}",
5955
+ },
5956
+ },
5957
+ },
5958
+ $type: "color",
5959
+ $value: "{primitives.colors.supplementary.green.400}",
5960
+ $description: "Pill bg",
5961
+ },
5962
+ name: "modesColorStatusCustomGreenDefaultAlt",
5963
+ attributes: {},
5964
+ path: [
5965
+ "modes",
5966
+ "color",
5967
+ "status",
5968
+ "custom",
5969
+ "green",
5970
+ "defaultAlt",
5971
+ ],
5972
+ },
5973
+ hover: {
5974
+ $extensions: {
5975
+ "studio.tokens": {
5976
+ modify: {
5977
+ type: "mix",
5978
+ value: "0.15",
5979
+ space: "lch",
5980
+ color: "#000000",
5981
+ format: "hex",
5982
+ },
5983
+ },
5984
+ },
5985
+ $type: "color",
5986
+ $value: "#0e6d1d",
5987
+ $description: "used on pill hover states",
5988
+ filePath: "data/tokens/modes/light.json",
5989
+ isSource: true,
5990
+ original: {
5991
+ $extensions: {
5992
+ "studio.tokens": {
5993
+ modify: {
5994
+ type: "mix",
5995
+ value: "{primitives.color.modifiers.button.hover}",
5996
+ space: "lch",
5997
+ color: "{modes.color.modifier.contrastMore}",
5998
+ },
5999
+ },
6000
+ },
6001
+ $type: "color",
6002
+ $value: "{modes.color.status.custom.green.default}",
6003
+ $description: "used on pill hover states",
6004
+ },
6005
+ name: "modesColorStatusCustomGreenHover",
6006
+ attributes: {},
6007
+ path: ["modes", "color", "status", "custom", "green", "hover"],
6008
+ },
6009
+ hoverAlt: {
6010
+ $extensions: {
6011
+ "studio.tokens": {
6012
+ modify: {
6013
+ type: "mix",
6014
+ value: "0.15",
6015
+ space: "lch",
6016
+ color: "#0060A7",
6017
+ format: "hex",
6018
+ },
6019
+ },
6020
+ },
6021
+ $type: "color",
6022
+ $value: "#c4decf",
6023
+ $description: "used on pill hover states",
6024
+ filePath: "data/tokens/modes/light.json",
6025
+ isSource: true,
6026
+ original: {
6027
+ $extensions: {
6028
+ "studio.tokens": {
6029
+ modify: {
6030
+ type: "mix",
6031
+ value: "{primitives.color.modifiers.button.hover}",
6032
+ space: "lch",
6033
+ color: "{modes.color.status.info.default}",
6034
+ },
6035
+ },
6036
+ },
6037
+ $type: "color",
6038
+ $value: "{modes.color.status.custom.green.defaultAlt}",
6039
+ $description: "used on pill hover states",
6040
+ },
6041
+ name: "modesColorStatusCustomGreenHoverAlt",
6042
+ attributes: {},
6043
+ path: [
6044
+ "modes",
6045
+ "color",
6046
+ "status",
6047
+ "custom",
6048
+ "green",
6049
+ "hoverAlt",
6050
+ ],
6051
+ },
6052
+ },
6053
+ lime: {
6054
+ default: {
6055
+ $type: "color",
6056
+ $value: "#637700",
6057
+ $description: "For pills. Not accessible with white TEXT.",
6058
+ filePath: "data/tokens/modes/light.json",
6059
+ isSource: true,
6060
+ original: {
6061
+ $type: "color",
6062
+ $value: "{primitives.colors.supplementary.lime.400}",
6063
+ $description: "For pills. Not accessible with white TEXT.",
6064
+ },
6065
+ name: "modesColorStatusCustomLimeDefault",
6066
+ attributes: {},
6067
+ path: ["modes", "color", "status", "custom", "lime", "default"],
6068
+ },
6069
+ defaultAlt: {
6070
+ $extensions: {
6071
+ "studio.tokens": {
6072
+ modify: {
6073
+ type: "mix",
6074
+ value: "0.9",
6075
+ space: "lch",
6076
+ color: "#FFFFFF",
6077
+ format: "hex",
6078
+ },
6079
+ },
6080
+ },
6081
+ $type: "color",
6082
+ $value: "#eff1e6",
6083
+ $description: "Pill bg",
6084
+ filePath: "data/tokens/modes/light.json",
6085
+ isSource: true,
6086
+ original: {
6087
+ $extensions: {
6088
+ "studio.tokens": {
6089
+ modify: {
6090
+ type: "mix",
6091
+ value: "0.9",
6092
+ space: "lch",
6093
+ color: "{modes.color.modifier.contrastLess}",
6094
+ },
6095
+ },
6096
+ },
6097
+ $type: "color",
6098
+ $value: "{primitives.colors.supplementary.lime.400}",
6099
+ $description: "Pill bg",
6100
+ },
6101
+ name: "modesColorStatusCustomLimeDefaultAlt",
6102
+ attributes: {},
6103
+ path: [
6104
+ "modes",
6105
+ "color",
6106
+ "status",
6107
+ "custom",
6108
+ "lime",
6109
+ "defaultAlt",
6110
+ ],
6111
+ },
6112
+ hover: {
6113
+ $extensions: {
6114
+ "studio.tokens": {
6115
+ modify: {
6116
+ type: "mix",
6117
+ value: "0.15",
6118
+ space: "lch",
6119
+ color: "#000000",
6120
+ format: "hex",
6121
+ },
6122
+ },
6123
+ },
6124
+ $type: "color",
6125
+ $value: "#546408",
6126
+ $description: "used on pill hover states",
6127
+ filePath: "data/tokens/modes/light.json",
6128
+ isSource: true,
6129
+ original: {
6130
+ $extensions: {
6131
+ "studio.tokens": {
6132
+ modify: {
6133
+ type: "mix",
6134
+ value: "{primitives.color.modifiers.button.hover}",
6135
+ space: "lch",
6136
+ color: "{modes.color.modifier.contrastMore}",
6137
+ },
6138
+ },
6139
+ },
6140
+ $type: "color",
6141
+ $value: "{modes.color.status.custom.lime.default}",
6142
+ $description: "used on pill hover states",
6143
+ },
6144
+ name: "modesColorStatusCustomLimeHover",
6145
+ attributes: {},
6146
+ path: ["modes", "color", "status", "custom", "lime", "hover"],
6147
+ },
6148
+ hoverAlt: {
6149
+ $extensions: {
6150
+ "studio.tokens": {
6151
+ modify: {
6152
+ type: "mix",
6153
+ value: "0.15",
6154
+ space: "lch",
6155
+ color: "#0060A7",
6156
+ format: "hex",
6157
+ },
6158
+ },
6159
+ },
6160
+ $type: "color",
6161
+ $value: "#cdddc9",
6162
+ $description: "used on pill hover states",
6163
+ filePath: "data/tokens/modes/light.json",
6164
+ isSource: true,
6165
+ original: {
6166
+ $extensions: {
6167
+ "studio.tokens": {
6168
+ modify: {
6169
+ type: "mix",
6170
+ value: "{primitives.color.modifiers.button.hover}",
6171
+ space: "lch",
6172
+ color: "{modes.color.status.info.default}",
6173
+ },
6174
+ },
6175
+ },
6176
+ $type: "color",
6177
+ $value: "{modes.color.status.custom.lime.defaultAlt}",
6178
+ $description: "used on pill hover states",
6179
+ },
6180
+ name: "modesColorStatusCustomLimeHoverAlt",
6181
+ attributes: {},
6182
+ path: [
6183
+ "modes",
6184
+ "color",
6185
+ "status",
6186
+ "custom",
6187
+ "lime",
6188
+ "hoverAlt",
6189
+ ],
6190
+ },
6191
+ },
6192
+ orange: {
6193
+ default: {
6194
+ $type: "color",
6195
+ $value: "#C54300",
6196
+ $description: "For pills. Not accessible with white TEXT.",
6197
+ filePath: "data/tokens/modes/light.json",
6198
+ isSource: true,
6199
+ original: {
6200
+ $type: "color",
6201
+ $value: "{primitives.colors.supplementary.orange.400}",
6202
+ $description: "For pills. Not accessible with white TEXT.",
6203
+ },
6204
+ name: "modesColorStatusCustomOrangeDefault",
6205
+ attributes: {},
6206
+ path: [
6207
+ "modes",
6208
+ "color",
6209
+ "status",
6210
+ "custom",
6211
+ "orange",
6212
+ "default",
6213
+ ],
6214
+ },
6215
+ defaultAlt: {
6216
+ $extensions: {
6217
+ "studio.tokens": {
6218
+ modify: {
6219
+ type: "mix",
6220
+ value: "0.9",
6221
+ space: "lch",
6222
+ color: "#FFFFFF",
6223
+ format: "hex",
6224
+ },
6225
+ },
6226
+ },
6227
+ $type: "color",
6228
+ $value: "#feece5",
6229
+ $description: "Pill bg",
6230
+ filePath: "data/tokens/modes/light.json",
6231
+ isSource: true,
6232
+ original: {
6233
+ $extensions: {
6234
+ "studio.tokens": {
6235
+ modify: {
6236
+ type: "mix",
6237
+ value: "0.9",
6238
+ space: "lch",
6239
+ color: "{modes.color.modifier.contrastLess}",
6240
+ },
6241
+ },
6242
+ },
6243
+ $type: "color",
6244
+ $value: "{primitives.colors.supplementary.orange.400}",
6245
+ $description: "Pill bg",
6246
+ },
6247
+ name: "modesColorStatusCustomOrangeDefaultAlt",
6248
+ attributes: {},
6249
+ path: [
6250
+ "modes",
6251
+ "color",
6252
+ "status",
6253
+ "custom",
6254
+ "orange",
6255
+ "defaultAlt",
6256
+ ],
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: "#a53a06",
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.orange.default}",
6288
+ $description: "used on pill hover states",
6289
+ },
6290
+ name: "modesColorStatusCustomOrangeHover",
6291
+ attributes: {},
6292
+ path: ["modes", "color", "status", "custom", "orange", "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: "#f2d0ce",
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.orange.defaultAlt}",
6324
+ $description: "used on pill hover states",
6325
+ },
6326
+ name: "modesColorStatusCustomOrangeHoverAlt",
6327
+ attributes: {},
6328
+ path: [
6329
+ "modes",
6330
+ "color",
6331
+ "status",
6332
+ "custom",
6333
+ "orange",
6334
+ "hoverAlt",
6335
+ ],
6336
+ },
6337
+ },
6338
+ red: {
6339
+ default: {
6340
+ $type: "color",
6341
+ $value: "#DC004E",
6342
+ $description: "For pills. Not accessible with white TEXT.",
6343
+ filePath: "data/tokens/modes/light.json",
6344
+ isSource: true,
6345
+ original: {
6346
+ $type: "color",
6347
+ $value: "{primitives.colors.supplementary.red.400}",
6348
+ $description: "For pills. Not accessible with white TEXT.",
6349
+ },
6350
+ name: "modesColorStatusCustomRedDefault",
6351
+ attributes: {},
6352
+ path: ["modes", "color", "status", "custom", "red", "default"],
6353
+ },
6354
+ defaultAlt: {
6355
+ $extensions: {
6356
+ "studio.tokens": {
6357
+ modify: {
6358
+ type: "mix",
6359
+ value: "0.9",
6360
+ space: "lch",
6361
+ color: "#FFFFFF",
6362
+ format: "hex",
6363
+ },
6364
+ },
6365
+ },
6366
+ $type: "color",
6367
+ $value: "#ffebec",
6368
+ $description: "Pill bg",
6369
+ filePath: "data/tokens/modes/light.json",
6370
+ isSource: true,
6371
+ original: {
6372
+ $extensions: {
6373
+ "studio.tokens": {
6374
+ modify: {
6375
+ type: "mix",
6376
+ value: "0.9",
6377
+ space: "lch",
6378
+ color: "{modes.color.modifier.contrastLess}",
6379
+ },
6380
+ },
6381
+ },
6382
+ $type: "color",
6383
+ $value: "{primitives.colors.supplementary.red.400}",
6384
+ $description: "Pill bg",
6385
+ },
6386
+ name: "modesColorStatusCustomRedDefaultAlt",
6387
+ attributes: {},
6388
+ path: [
6389
+ "modes",
6390
+ "color",
6391
+ "status",
6392
+ "custom",
6393
+ "red",
6394
+ "defaultAlt",
6395
+ ],
6396
+ },
6397
+ hover: {
6398
+ $extensions: {
6399
+ "studio.tokens": {
6400
+ modify: {
6401
+ type: "mix",
6402
+ value: "0.15",
6403
+ space: "lch",
6404
+ color: "#000000",
6405
+ format: "hex",
6406
+ },
6407
+ },
6408
+ },
6409
+ $type: "color",
6410
+ $value: "#b81242",
6411
+ $description: "used on pill hover states",
6412
+ filePath: "data/tokens/modes/light.json",
6413
+ isSource: true,
6414
+ original: {
6415
+ $extensions: {
6416
+ "studio.tokens": {
6417
+ modify: {
6418
+ type: "mix",
6419
+ value: "{primitives.color.modifiers.button.hover}",
6420
+ space: "lch",
6421
+ color: "{modes.color.modifier.contrastMore}",
6422
+ },
6423
+ },
6424
+ },
6425
+ $type: "color",
6426
+ $value: "{modes.color.status.custom.red.default}",
6427
+ $description: "used on pill hover states",
6428
+ },
6429
+ name: "modesColorStatusCustomRedHover",
6430
+ attributes: {},
6431
+ path: ["modes", "color", "status", "custom", "red", "hover"],
6432
+ },
6433
+ hoverAlt: {
6434
+ $extensions: {
6435
+ "studio.tokens": {
6436
+ modify: {
6437
+ type: "mix",
6438
+ value: "0.15",
6439
+ space: "lch",
6440
+ color: "#0060A7",
6441
+ format: "hex",
6442
+ },
6443
+ },
6444
+ },
6445
+ $type: "color",
6446
+ $value: "#f1cfd9",
6447
+ $description: "used on pill hover states",
6448
+ filePath: "data/tokens/modes/light.json",
6449
+ isSource: true,
6450
+ original: {
6451
+ $extensions: {
6452
+ "studio.tokens": {
6453
+ modify: {
6454
+ type: "mix",
6455
+ value: "{primitives.color.modifiers.button.hover}",
6456
+ space: "lch",
6457
+ color: "{modes.color.status.info.default}",
6458
+ },
6459
+ },
6460
+ },
6461
+ $type: "color",
6462
+ $value: "{modes.color.status.custom.red.defaultAlt}",
6463
+ $description: "used on pill hover states",
6464
+ },
6465
+ name: "modesColorStatusCustomRedHoverAlt",
6466
+ attributes: {},
6467
+ path: ["modes", "color", "status", "custom", "red", "hoverAlt"],
6468
+ },
6469
+ },
6470
+ pink: {
6471
+ default: {
6472
+ $type: "color",
6473
+ $value: "#C8269A",
6474
+ $description: "For pills. Not accessible with white TEXT.",
6475
+ filePath: "data/tokens/modes/light.json",
6476
+ isSource: true,
6477
+ original: {
6478
+ $type: "color",
6479
+ $value: "{primitives.colors.supplementary.pink.400}",
6480
+ $description: "For pills. Not accessible with white TEXT.",
6481
+ },
6482
+ name: "modesColorStatusCustomPinkDefault",
6483
+ attributes: {},
6484
+ path: ["modes", "color", "status", "custom", "pink", "default"],
6485
+ },
6486
+ defaultAlt: {
6487
+ $extensions: {
6488
+ "studio.tokens": {
6489
+ modify: {
6490
+ type: "mix",
6491
+ value: "0.9",
6492
+ space: "lch",
6493
+ color: "#FFFFFF",
6494
+ format: "hex",
6495
+ },
6496
+ },
6497
+ },
6498
+ $type: "color",
6499
+ $value: "#fcecf5",
6500
+ $description: "Pill bg",
6501
+ filePath: "data/tokens/modes/light.json",
6502
+ isSource: true,
6503
+ original: {
6504
+ $extensions: {
6505
+ "studio.tokens": {
6506
+ modify: {
6507
+ type: "mix",
6508
+ value: "0.9",
6509
+ space: "lch",
6510
+ color: "{modes.color.modifier.contrastLess}",
6511
+ },
6512
+ },
6513
+ },
6514
+ $type: "color",
6515
+ $value: "{primitives.colors.supplementary.pink.400}",
6516
+ $description: "Pill bg",
6517
+ },
6518
+ name: "modesColorStatusCustomPinkDefaultAlt",
6519
+ attributes: {},
6520
+ path: [
6521
+ "modes",
6522
+ "color",
6523
+ "status",
6524
+ "custom",
6525
+ "pink",
6526
+ "defaultAlt",
6527
+ ],
6528
+ },
6529
+ hover: {
6530
+ $extensions: {
6531
+ "studio.tokens": {
6532
+ modify: {
6533
+ type: "mix",
6534
+ value: "0.15",
6535
+ space: "lch",
6536
+ color: "#000000",
6537
+ format: "hex",
6538
+ },
6539
+ },
6540
+ },
6541
+ $type: "color",
6542
+ $value: "#a82581",
6543
+ $description: "used on pill hover states",
6544
+ filePath: "data/tokens/modes/light.json",
6545
+ isSource: true,
6546
+ original: {
6547
+ $extensions: {
6548
+ "studio.tokens": {
6549
+ modify: {
6550
+ type: "mix",
6551
+ value: "{primitives.color.modifiers.button.hover}",
6552
+ space: "lch",
6553
+ color: "{modes.color.modifier.contrastMore}",
6554
+ },
6555
+ },
6556
+ },
6557
+ $type: "color",
6558
+ $value: "{modes.color.status.custom.pink.default}",
6559
+ $description: "used on pill hover states",
6560
+ },
6561
+ name: "modesColorStatusCustomPinkHover",
6562
+ attributes: {},
6563
+ path: ["modes", "color", "status", "custom", "pink", "hover"],
6564
+ },
6565
+ hoverAlt: {
6566
+ $extensions: {
6567
+ "studio.tokens": {
6568
+ modify: {
6569
+ type: "mix",
6570
+ value: "0.15",
6571
+ space: "lch",
6572
+ color: "#0060A7",
6573
+ format: "hex",
6574
+ },
6575
+ },
6576
+ },
6577
+ $type: "color",
6578
+ $value: "#ead2e5",
6579
+ $description: "used on pill hover states",
6580
+ filePath: "data/tokens/modes/light.json",
6581
+ isSource: true,
6582
+ original: {
6583
+ $extensions: {
6584
+ "studio.tokens": {
6585
+ modify: {
6586
+ type: "mix",
6587
+ value: "{primitives.color.modifiers.button.hover}",
6588
+ space: "lch",
6589
+ color: "{modes.color.status.info.default}",
6590
+ },
6591
+ },
6592
+ },
6593
+ $type: "color",
6594
+ $value: "{modes.color.status.custom.pink.defaultAlt}",
6595
+ $description: "used on pill hover states",
6596
+ },
6597
+ name: "modesColorStatusCustomPinkHoverAlt",
6598
+ attributes: {},
6599
+ path: [
6600
+ "modes",
6601
+ "color",
6602
+ "status",
6603
+ "custom",
6604
+ "pink",
6605
+ "hoverAlt",
6606
+ ],
6607
+ },
6608
+ },
6609
+ purple: {
6610
+ default: {
6611
+ $type: "color",
6612
+ $value: "#8F4CD7",
6613
+ $description: "For pills. Not accessible with white TEXT.",
6614
+ filePath: "data/tokens/modes/light.json",
6615
+ isSource: true,
6616
+ original: {
6617
+ $type: "color",
6618
+ $value: "{primitives.colors.supplementary.purple.400}",
6619
+ $description: "For pills. Not accessible with white TEXT.",
6620
+ },
6621
+ name: "modesColorStatusCustomPurpleDefault",
6622
+ attributes: {},
6623
+ path: [
6624
+ "modes",
6625
+ "color",
6626
+ "status",
6627
+ "custom",
6628
+ "purple",
6629
+ "default",
6630
+ ],
6631
+ },
6632
+ defaultAlt: {
6633
+ $extensions: {
6634
+ "studio.tokens": {
6635
+ modify: {
6636
+ type: "mix",
6637
+ value: "0.9",
6638
+ space: "lch",
6639
+ color: "#FFFFFF",
6640
+ format: "hex",
6641
+ },
6642
+ },
6643
+ },
6644
+ $type: "color",
6645
+ $value: "#f5edfc",
6646
+ $description: "Pill bg",
6647
+ filePath: "data/tokens/modes/light.json",
6648
+ isSource: true,
6649
+ original: {
6650
+ $extensions: {
6651
+ "studio.tokens": {
6652
+ modify: {
6653
+ type: "mix",
6654
+ value: "0.9",
6655
+ space: "lch",
6656
+ color: "{modes.color.modifier.contrastLess}",
6657
+ },
6658
+ },
6659
+ },
6660
+ $type: "color",
6661
+ $value: "{primitives.colors.supplementary.purple.400}",
6662
+ $description: "Pill bg",
6663
+ },
6664
+ name: "modesColorStatusCustomPurpleDefaultAlt",
6665
+ attributes: {},
6666
+ path: [
6667
+ "modes",
6668
+ "color",
6669
+ "status",
6670
+ "custom",
6671
+ "purple",
6672
+ "defaultAlt",
6673
+ ],
6674
+ },
6675
+ hover: {
6676
+ $extensions: {
6677
+ "studio.tokens": {
6678
+ modify: {
6679
+ type: "mix",
6680
+ value: "0.15",
6681
+ space: "lch",
6682
+ color: "#000000",
6683
+ format: "hex",
6684
+ },
6685
+ },
6686
+ },
6687
+ $type: "color",
6688
+ $value: "#7941b4",
6689
+ $description: "used on pill hover states",
6690
+ filePath: "data/tokens/modes/light.json",
6691
+ isSource: true,
6692
+ original: {
6693
+ $extensions: {
6694
+ "studio.tokens": {
6695
+ modify: {
6696
+ type: "mix",
6697
+ value: "{primitives.color.modifiers.button.hover}",
6698
+ space: "lch",
6699
+ color: "{modes.color.modifier.contrastMore}",
6700
+ },
6701
+ },
6702
+ },
6703
+ $type: "color",
6704
+ $value: "{modes.color.status.custom.purple.default}",
6705
+ $description: "used on pill hover states",
6706
+ },
6707
+ name: "modesColorStatusCustomPurpleHover",
6708
+ attributes: {},
6709
+ path: ["modes", "color", "status", "custom", "purple", "hover"],
6710
+ },
6711
+ hoverAlt: {
6712
+ $extensions: {
6713
+ "studio.tokens": {
6714
+ modify: {
6715
+ type: "mix",
6716
+ value: "0.15",
6717
+ space: "lch",
6718
+ color: "#0060A7",
6719
+ format: "hex",
6720
+ },
6721
+ },
6722
+ },
6723
+ $type: "color",
6724
+ $value: "#ded4ee",
6725
+ $description: "used on pill hover states",
6726
+ filePath: "data/tokens/modes/light.json",
6727
+ isSource: true,
6728
+ original: {
6729
+ $extensions: {
6730
+ "studio.tokens": {
6731
+ modify: {
6732
+ type: "mix",
6733
+ value: "{primitives.color.modifiers.button.hover}",
6734
+ space: "lch",
6735
+ color: "{modes.color.status.info.default}",
6736
+ },
6737
+ },
6738
+ },
6739
+ $type: "color",
6740
+ $value: "{modes.color.status.custom.purple.defaultAlt}",
6741
+ $description: "used on pill hover states",
6742
+ },
6743
+ name: "modesColorStatusCustomPurpleHoverAlt",
6744
+ attributes: {},
6745
+ path: [
6746
+ "modes",
6747
+ "color",
6748
+ "status",
6749
+ "custom",
6750
+ "purple",
6751
+ "hoverAlt",
6752
+ ],
6753
+ },
6754
+ },
6755
+ gray: {
6756
+ default: {
6757
+ $type: "color",
6758
+ $value: "#6F6F6F",
6759
+ $description: "For pills. Not accessible with white TEXT.",
6760
+ filePath: "data/tokens/modes/light.json",
6761
+ isSource: true,
6762
+ original: {
6763
+ $type: "color",
6764
+ $value: "{primitives.colors.supplementary.gray.400}",
6765
+ $description: "For pills. Not accessible with white TEXT.",
6766
+ },
6767
+ name: "modesColorStatusCustomGrayDefault",
6768
+ attributes: {},
6769
+ path: ["modes", "color", "status", "custom", "gray", "default"],
6770
+ },
6771
+ defaultAlt: {
6772
+ $extensions: {
6773
+ "studio.tokens": {
6774
+ modify: {
6775
+ type: "mix",
6776
+ value: "0.9",
6777
+ space: "lch",
6778
+ color: "#FFFFFF",
6779
+ format: "hex",
6780
+ },
6781
+ },
6782
+ },
6783
+ $type: "color",
6784
+ $value: "#f0f0f0",
6785
+ $description: "Pill bg",
6786
+ filePath: "data/tokens/modes/light.json",
6787
+ isSource: true,
6788
+ original: {
6789
+ $extensions: {
6790
+ "studio.tokens": {
6791
+ modify: {
6792
+ type: "mix",
6793
+ value: "0.9",
6794
+ space: "lch",
6795
+ color: "{modes.color.modifier.contrastLess}",
6796
+ },
6797
+ },
6798
+ },
6799
+ $type: "color",
6800
+ $value: "{primitives.colors.supplementary.gray.400}",
6801
+ $description: "Pill bg",
6802
+ },
6803
+ name: "modesColorStatusCustomGrayDefaultAlt",
6804
+ attributes: {},
6805
+ path: [
6806
+ "modes",
6807
+ "color",
6808
+ "status",
6809
+ "custom",
6810
+ "gray",
6811
+ "defaultAlt",
6812
+ ],
6813
+ },
6814
+ hover: {
6815
+ $extensions: {
6816
+ "studio.tokens": {
6817
+ modify: {
6818
+ type: "mix",
6819
+ value: "0.15",
6820
+ space: "lch",
6821
+ color: "#000000",
6822
+ format: "hex",
6823
+ },
6824
+ },
6825
+ },
6826
+ $type: "color",
6827
+ $value: "#5e5e5e",
6828
+ $description: "used on pill hover states",
6829
+ filePath: "data/tokens/modes/light.json",
6830
+ isSource: true,
6831
+ original: {
6832
+ $extensions: {
6833
+ "studio.tokens": {
6834
+ modify: {
6835
+ type: "mix",
6836
+ value: "{primitives.color.modifiers.button.hover}",
6837
+ space: "lch",
6838
+ color: "{modes.color.modifier.contrastMore}",
6839
+ },
6840
+ },
6841
+ },
6842
+ $type: "color",
6843
+ $value: "{modes.color.status.custom.gray.default}",
6844
+ $description: "used on pill hover states",
6845
+ },
6846
+ name: "modesColorStatusCustomGrayHover",
6847
+ attributes: {},
6848
+ path: ["modes", "color", "status", "custom", "gray", "hover"],
6849
+ },
6850
+ hoverAlt: {
6851
+ $extensions: {
6852
+ "studio.tokens": {
6853
+ modify: {
6854
+ type: "mix",
6855
+ value: "0.15",
6856
+ space: "lch",
6857
+ color: "#0060A7",
6858
+ format: "hex",
6859
+ },
6860
+ },
6861
+ },
6862
+ $type: "color",
6863
+ $value: "#d3d9e5",
6864
+ $description: "used on pill hover states",
6865
+ filePath: "data/tokens/modes/light.json",
6866
+ isSource: true,
6867
+ original: {
6868
+ $extensions: {
6869
+ "studio.tokens": {
6870
+ modify: {
6871
+ type: "mix",
6872
+ value: "{primitives.color.modifiers.button.hover}",
6873
+ space: "lch",
6874
+ color: "{modes.color.status.info.default}",
6875
+ },
6876
+ },
6877
+ },
6878
+ $type: "color",
6879
+ $value: "{modes.color.status.custom.gray.defaultAlt}",
6880
+ $description: "used on pill hover states",
6881
+ },
6882
+ name: "modesColorStatusCustomGrayHoverAlt",
6883
+ attributes: {},
6884
+ path: [
6885
+ "modes",
6886
+ "color",
6887
+ "status",
6888
+ "custom",
6889
+ "gray",
6890
+ "hoverAlt",
6891
+ ],
6892
+ },
6893
+ },
6894
+ slate: {
6895
+ default: {
6896
+ $type: "color",
6897
+ $value: "#527386",
6898
+ $description: "For pills. Not accessible with white TEXT.",
6899
+ filePath: "data/tokens/modes/light.json",
6900
+ isSource: true,
6901
+ original: {
6902
+ $type: "color",
6903
+ $value: "{primitives.colors.supplementary.slate.400}",
6904
+ $description: "For pills. Not accessible with white TEXT.",
6905
+ },
6906
+ name: "modesColorStatusCustomSlateDefault",
6907
+ attributes: {},
6908
+ path: [
6909
+ "modes",
6910
+ "color",
6911
+ "status",
6912
+ "custom",
6913
+ "slate",
6914
+ "default",
6915
+ ],
6916
+ },
6917
+ defaultAlt: {
6918
+ $extensions: {
6919
+ "studio.tokens": {
6920
+ modify: {
6921
+ type: "mix",
6922
+ value: "0.9",
6923
+ space: "lch",
6924
+ color: "#FFFFFF",
6925
+ format: "hex",
6926
+ },
6927
+ },
6928
+ },
6929
+ $type: "color",
6930
+ $value: "#edf0f2",
6931
+ $description: "Pill bg",
6932
+ filePath: "data/tokens/modes/light.json",
6933
+ isSource: true,
6934
+ original: {
6935
+ $extensions: {
6936
+ "studio.tokens": {
6937
+ modify: {
6938
+ type: "mix",
6939
+ value: "0.9",
6940
+ space: "lch",
6941
+ color: "{modes.color.modifier.contrastLess}",
6942
+ },
6943
+ },
6944
+ },
6945
+ $type: "color",
6946
+ $value: "{primitives.colors.supplementary.slate.400}",
6947
+ $description: "Pill bg",
6948
+ },
6949
+ name: "modesColorStatusCustomSlateDefaultAlt",
6950
+ attributes: {},
6951
+ path: [
6952
+ "modes",
6953
+ "color",
6954
+ "status",
6955
+ "custom",
6956
+ "slate",
6957
+ "defaultAlt",
6958
+ ],
6959
+ },
6960
+ hover: {
6961
+ $extensions: {
6962
+ "studio.tokens": {
6963
+ modify: {
6964
+ type: "mix",
6965
+ value: "0.15",
6966
+ space: "lch",
6967
+ color: "#000000",
6968
+ format: "hex",
6969
+ },
6970
+ },
6971
+ },
6972
+ $type: "color",
6973
+ $value: "#466171",
6974
+ $description: "used on pill hover states",
6975
+ filePath: "data/tokens/modes/light.json",
6976
+ isSource: true,
6977
+ original: {
6978
+ $extensions: {
6979
+ "studio.tokens": {
6980
+ modify: {
6981
+ type: "mix",
6982
+ value: "{primitives.color.modifiers.button.hover}",
6983
+ space: "lch",
6984
+ color: "{modes.color.modifier.contrastMore}",
6985
+ },
6986
+ },
6987
+ },
6988
+ $type: "color",
6989
+ $value: "{modes.color.status.custom.slate.default}",
6990
+ $description: "used on pill hover states",
6991
+ },
6992
+ name: "modesColorStatusCustomSlateHover",
6993
+ attributes: {},
6994
+ path: ["modes", "color", "status", "custom", "slate", "hover"],
6995
+ },
6996
+ hoverAlt: {
6997
+ $extensions: {
6998
+ "studio.tokens": {
6999
+ modify: {
7000
+ type: "mix",
7001
+ value: "0.15",
7002
+ space: "lch",
7003
+ color: "#0060A7",
7004
+ format: "hex",
7005
+ },
7006
+ },
7007
+ },
7008
+ $type: "color",
7009
+ $value: "#cbdae6",
7010
+ $description: "used on pill hover states",
7011
+ filePath: "data/tokens/modes/light.json",
7012
+ isSource: true,
7013
+ original: {
7014
+ $extensions: {
7015
+ "studio.tokens": {
7016
+ modify: {
7017
+ type: "mix",
7018
+ value: "{primitives.color.modifiers.button.hover}",
7019
+ space: "lch",
7020
+ color: "{modes.color.status.info.default}",
7021
+ },
7022
+ },
7023
+ },
7024
+ $type: "color",
7025
+ $value: "{modes.color.status.custom.slate.defaultAlt}",
7026
+ $description: "used on pill hover states",
7027
+ },
7028
+ name: "modesColorStatusCustomSlateHoverAlt",
7029
+ attributes: {},
7030
+ path: [
7031
+ "modes",
7032
+ "color",
7033
+ "status",
7034
+ "custom",
7035
+ "slate",
7036
+ "hoverAlt",
7037
+ ],
7038
+ },
7039
+ },
7040
+ },
7041
+ generic: {
7042
+ default: {
7043
+ $type: "color",
7044
+ $value: "#F0F",
7045
+ $description:
7046
+ "TO BE DETLETED: Was #007c7b and used in Progress bar, dataVis colour.",
7047
+ filePath: "data/tokens/modes/light.json",
7048
+ isSource: true,
7049
+ original: {
7050
+ $type: "color",
7051
+ $value: "#F0F",
7052
+ $description:
7053
+ "TO BE DETLETED: Was {primitives.colors.teal} and used in Progress bar, dataVis colour.",
7054
+ },
7055
+ name: "modesColorStatusGenericDefault",
7056
+ attributes: {},
7057
+ path: ["modes", "color", "status", "generic", "default"],
7058
+ },
7059
+ },
7060
+ important: {
7061
+ default: {
7062
+ $type: "color",
7063
+ $value: "#8F4CD7",
7064
+ $description:
7065
+ "For tile status keylines to show if something is of high importance.",
7066
+ filePath: "data/tokens/modes/light.json",
7067
+ isSource: true,
7068
+ original: {
7069
+ $type: "color",
7070
+ $value: "{primitives.colors.supplementary.purple.400}",
7071
+ $description:
7072
+ "For tile status keylines to show if something is of high importance.",
7073
+ },
7074
+ name: "modesColorStatusImportantDefault",
7075
+ attributes: {},
7076
+ path: ["modes", "color", "status", "important", "default"],
7077
+ },
7078
+ defaultAlt: {
7079
+ $extensions: {
7080
+ "studio.tokens": {
7081
+ modify: {
7082
+ type: "mix",
7083
+ value: "0.9",
7084
+ space: "lch",
7085
+ color: "#FFFFFF",
7086
+ format: "hex",
7087
+ },
7088
+ },
7089
+ },
7090
+ $type: "color",
7091
+ $value: "#f5edfc",
7092
+ $description: "Subtle message bg",
7093
+ filePath: "data/tokens/modes/light.json",
7094
+ isSource: true,
7095
+ original: {
7096
+ $extensions: {
7097
+ "studio.tokens": {
7098
+ modify: {
7099
+ type: "mix",
7100
+ value: "0.9",
7101
+ space: "lch",
7102
+ color: "{modes.color.modifier.contrastLess}",
7103
+ },
7104
+ },
7105
+ },
7106
+ $type: "color",
7107
+ $value: "{primitives.colors.supplementary.purple.400}",
7108
+ $description: "Subtle message bg",
7109
+ },
7110
+ name: "modesColorStatusImportantDefaultAlt",
7111
+ attributes: {},
7112
+ path: ["modes", "color", "status", "important", "defaultAlt"],
7113
+ },
7114
+ hover: {
7115
+ $extensions: {
7116
+ "studio.tokens": {
7117
+ modify: {
7118
+ type: "mix",
7119
+ value: "0.15",
7120
+ space: "lch",
7121
+ color: "#000000",
7122
+ format: "hex",
7123
+ },
7124
+ },
7125
+ },
7126
+ $type: "color",
7127
+ $value: "#7941b4",
7128
+ $description: "used on pill hover states",
7129
+ filePath: "data/tokens/modes/light.json",
7130
+ isSource: true,
7131
+ original: {
7132
+ $extensions: {
7133
+ "studio.tokens": {
7134
+ modify: {
7135
+ type: "mix",
7136
+ value: "{primitives.color.modifiers.button.hover}",
7137
+ space: "lch",
7138
+ color: "{modes.color.modifier.contrastMore}",
7139
+ },
7140
+ },
7141
+ },
7142
+ $type: "color",
7143
+ $value: "{modes.color.status.important.default}",
7144
+ $description: "used on pill hover states",
7145
+ },
7146
+ name: "modesColorStatusImportantHover",
7147
+ attributes: {},
7148
+ path: ["modes", "color", "status", "important", "hover"],
7149
+ },
7150
+ hoverAlt: {
7151
+ $extensions: {
7152
+ "studio.tokens": {
7153
+ modify: {
7154
+ type: "mix",
7155
+ value: "0.15",
7156
+ space: "lch",
7157
+ color: "#0060A7",
7158
+ format: "hex",
7159
+ },
7160
+ },
7161
+ },
7162
+ $type: "color",
7163
+ $value: "#ded4ee",
7164
+ $description: "used on pill hover states and message bg",
7165
+ filePath: "data/tokens/modes/light.json",
7166
+ isSource: true,
7167
+ original: {
7168
+ $extensions: {
7169
+ "studio.tokens": {
7170
+ modify: {
7171
+ type: "mix",
7172
+ value: "{primitives.color.modifiers.button.hover}",
7173
+ space: "lch",
7174
+ color: "{modes.color.status.info.default}",
7175
+ },
7176
+ },
7177
+ },
7178
+ $type: "color",
7179
+ $value: "{modes.color.status.important.defaultAlt}",
7180
+ $description: "used on pill hover states and message bg",
7181
+ },
7182
+ name: "modesColorStatusImportantHoverAlt",
7183
+ attributes: {},
7184
+ path: ["modes", "color", "status", "important", "hoverAlt"],
7185
+ },
7186
+ inverse: {
7187
+ default: {
7188
+ $type: "color",
7189
+ $value: "#985FDC",
7190
+ filePath: "data/tokens/modes/light.json",
7191
+ isSource: true,
7192
+ original: {
7193
+ $type: "color",
7194
+ $value: "{primitives.colors.supplementary.purple.500}",
7195
+ },
7196
+ name: "modesColorStatusImportantInverseDefault",
7197
+ attributes: {},
7198
+ path: [
7199
+ "modes",
7200
+ "color",
7201
+ "status",
7202
+ "important",
7203
+ "inverse",
7204
+ "default",
7205
+ ],
7206
+ },
7207
+ defaultAlt: {
7208
+ $extensions: {
7209
+ "studio.tokens": {
7210
+ modify: {
7211
+ type: "mix",
7212
+ value: "0.85",
7213
+ space: "lch",
7214
+ color: "#000000 ",
7215
+ format: "hex",
7216
+ },
7217
+ },
7218
+ },
7219
+ $type: "color",
7220
+ $value: "#1b1422",
7221
+ $description: "Subtle message bg",
7222
+ filePath: "data/tokens/modes/light.json",
7223
+ isSource: true,
7224
+ original: {
7225
+ $extensions: {
7226
+ "studio.tokens": {
7227
+ modify: {
7228
+ type: "mix",
7229
+ value: "0.85",
7230
+ space: "lch",
7231
+ color: "{modes.color.modifier.contrastMore} ",
7232
+ },
7233
+ },
7234
+ },
7235
+ $type: "color",
7236
+ $value: "{primitives.colors.supplementary.purple.500}",
7237
+ $description: "Subtle message bg",
7238
+ },
7239
+ name: "modesColorStatusImportantInverseDefaultAlt",
7240
+ attributes: {},
7241
+ path: [
7242
+ "modes",
7243
+ "color",
7244
+ "status",
7245
+ "important",
7246
+ "inverse",
7247
+ "defaultAlt",
7248
+ ],
7249
+ },
7250
+ hover: {
7251
+ $extensions: {
7252
+ "studio.tokens": {
7253
+ modify: {
7254
+ type: "mix",
7255
+ value: "0.15",
7256
+ space: "lch",
7257
+ color: "#FFFFFF",
7258
+ format: "hex",
7259
+ },
7260
+ },
7261
+ },
7262
+ $type: "color",
7263
+ $value: "#a977e2",
7264
+ $description: "used on pill hover states",
7265
+ filePath: "data/tokens/modes/light.json",
7266
+ isSource: true,
7267
+ original: {
7268
+ $extensions: {
7269
+ "studio.tokens": {
7270
+ modify: {
7271
+ type: "mix",
7272
+ value: "{primitives.color.modifiers.button.hover}",
7273
+ space: "lch",
7274
+ color: "{modes.color.modifier.contrastLess}",
7275
+ },
7276
+ },
7277
+ },
7278
+ $type: "color",
7279
+ $value: "{modes.color.status.important.inverse.default}",
7280
+ $description: "used on pill hover states",
7281
+ },
7282
+ name: "modesColorStatusImportantInverseHover",
7283
+ attributes: {},
7284
+ path: [
7285
+ "modes",
7286
+ "color",
7287
+ "status",
7288
+ "important",
7289
+ "inverse",
7290
+ "hover",
7291
+ ],
7292
+ },
7293
+ hoverAlt: {
7294
+ $extensions: {
7295
+ "studio.tokens": {
7296
+ modify: {
7297
+ type: "mix",
7298
+ value: "0.15",
7299
+ space: "lch",
7300
+ color: "#007ED9",
7301
+ format: "hex",
7302
+ },
7303
+ },
7304
+ },
7305
+ $type: "color",
7306
+ $value: "#282039",
7307
+ $description: "used on pill hover states and message bg",
7308
+ filePath: "data/tokens/modes/light.json",
7309
+ isSource: true,
7310
+ original: {
7311
+ $extensions: {
7312
+ "studio.tokens": {
7313
+ modify: {
7314
+ type: "mix",
7315
+ value: "{primitives.color.modifiers.button.hover}",
7316
+ space: "lch",
7317
+ color: "{modes.color.status.info.inverse.default}",
7318
+ },
7319
+ },
7320
+ },
7321
+ $type: "color",
7322
+ $value: "{modes.color.status.important.inverse.defaultAlt}",
7323
+ $description: "used on pill hover states and message bg",
7324
+ },
7325
+ name: "modesColorStatusImportantInverseHoverAlt",
7326
+ attributes: {},
7327
+ path: [
7328
+ "modes",
7329
+ "color",
7330
+ "status",
7331
+ "important",
7332
+ "inverse",
7333
+ "hoverAlt",
7334
+ ],
7335
+ },
7336
+ },
7337
+ },
7338
+ inactive: {
7339
+ default: {
7340
+ $type: "color",
7341
+ $value: "#a6a6a6",
7342
+ $description: "For readonly pill bg and border",
5692
7343
  filePath: "data/tokens/modes/light.json",
5693
7344
  isSource: true,
5694
7345
  original: {
5695
7346
  $type: "color",
5696
- $value: "{primitives.colors.supplementary.purple.400}",
5697
- $description:
5698
- "For tile status keylines to show if something is of high importance.",
7347
+ $value: "{modes.color.generic.fg.soft}",
7348
+ $description: "For readonly pill bg and border",
5699
7349
  },
5700
- name: "modesColorStatusImportantDefault",
7350
+ name: "modesColorStatusInactiveDefault",
5701
7351
  attributes: {},
5702
- path: ["modes", "color", "status", "important", "default"],
7352
+ path: ["modes", "color", "status", "inactive", "default"],
7353
+ },
7354
+ withDefault: {
7355
+ $type: "color",
7356
+ $value: "#000000ab",
7357
+ $description: "For readonly filled pill text",
7358
+ filePath: "data/tokens/modes/light.json",
7359
+ isSource: true,
7360
+ original: {
7361
+ $type: "color",
7362
+ $value: "{modes.color.generic.content.firm}",
7363
+ $description: "For readonly filled pill text",
7364
+ },
7365
+ name: "modesColorStatusInactiveWithDefault",
7366
+ attributes: {},
7367
+ path: ["modes", "color", "status", "inactive", "withDefault"],
7368
+ },
7369
+ inverse: {
7370
+ default: {
7371
+ $extensions: {
7372
+ "studio.tokens": {
7373
+ modify: {
7374
+ type: "mix",
7375
+ value: "0.32",
7376
+ space: "lch",
7377
+ color: "#FFFFFF ",
7378
+ format: "hex",
7379
+ },
7380
+ },
7381
+ },
7382
+ $type: "color",
7383
+ $value: "#4b4b4b",
7384
+ $description: "For readonly pill bg and border",
7385
+ filePath: "data/tokens/modes/light.json",
7386
+ isSource: true,
7387
+ original: {
7388
+ $extensions: {
7389
+ "studio.tokens": {
7390
+ modify: {
7391
+ type: "mix",
7392
+ value: "0.32",
7393
+ space: "lch",
7394
+ color: "{modes.color.modifier.contrastLess} ",
7395
+ },
7396
+ },
7397
+ },
7398
+ $type: "color",
7399
+ $value: "{primitives.colors.black}",
7400
+ $description: "For readonly pill bg and border",
7401
+ },
7402
+ name: "modesColorStatusInactiveInverseDefault",
7403
+ attributes: {},
7404
+ path: [
7405
+ "modes",
7406
+ "color",
7407
+ "status",
7408
+ "inactive",
7409
+ "inverse",
7410
+ "default",
7411
+ ],
7412
+ },
7413
+ withDefault: {
7414
+ $extensions: {
7415
+ "studio.tokens": {
7416
+ modify: {
7417
+ type: "alpha",
7418
+ value: "0.67",
7419
+ space: "lch",
7420
+ format: "hex",
7421
+ },
7422
+ },
7423
+ },
7424
+ $type: "color",
7425
+ $value: "#ffffffab",
7426
+ $description: "For readonly filled pill text",
7427
+ filePath: "data/tokens/modes/light.json",
7428
+ isSource: true,
7429
+ original: {
7430
+ $extensions: {
7431
+ "studio.tokens": {
7432
+ modify: {
7433
+ type: "alpha",
7434
+ value: "0.67",
7435
+ space: "lch",
7436
+ },
7437
+ },
7438
+ },
7439
+ $type: "color",
7440
+ $value: "{primitives.colors.white}",
7441
+ $description: "For readonly filled pill text",
7442
+ },
7443
+ name: "modesColorStatusInactiveInverseWithDefault",
7444
+ attributes: {},
7445
+ path: [
7446
+ "modes",
7447
+ "color",
7448
+ "status",
7449
+ "inactive",
7450
+ "inverse",
7451
+ "withDefault",
7452
+ ],
7453
+ },
5703
7454
  },
5704
7455
  },
5705
7456
  info: {
@@ -5761,7 +7512,7 @@
5761
7512
  "studio.tokens": {
5762
7513
  modify: {
5763
7514
  type: "mix",
5764
- value: "0.16",
7515
+ value: "0.15",
5765
7516
  space: "lch",
5766
7517
  color: "#000000",
5767
7518
  format: "hex",
@@ -5769,7 +7520,7 @@
5769
7520
  },
5770
7521
  },
5771
7522
  $type: "color",
5772
- $value: "#10508a",
7523
+ $value: "#10518c",
5773
7524
  $description: "used on pill hover states",
5774
7525
  filePath: "data/tokens/modes/light.json",
5775
7526
  isSource: true,
@@ -5778,7 +7529,7 @@
5778
7529
  "studio.tokens": {
5779
7530
  modify: {
5780
7531
  type: "mix",
5781
- value: "{modes.color.modifiers.button.hover}",
7532
+ value: "{primitives.color.modifiers.button.hover}",
5782
7533
  space: "lch",
5783
7534
  color: "{modes.color.modifier.contrastMore}",
5784
7535
  },
@@ -5797,7 +7548,7 @@
5797
7548
  "studio.tokens": {
5798
7549
  modify: {
5799
7550
  type: "mix",
5800
- value: "0.16",
7551
+ value: "0.15",
5801
7552
  space: "lch",
5802
7553
  color: "#0060A7",
5803
7554
  format: "hex",
@@ -5805,7 +7556,7 @@
5805
7556
  },
5806
7557
  },
5807
7558
  $type: "color",
5808
- $value: "#cbd6e9",
7559
+ $value: "#cdd7ea",
5809
7560
  $description: "used on pill hover states and message bg",
5810
7561
  filePath: "data/tokens/modes/light.json",
5811
7562
  isSource: true,
@@ -5814,7 +7565,7 @@
5814
7565
  "studio.tokens": {
5815
7566
  modify: {
5816
7567
  type: "mix",
5817
- value: "{modes.color.modifiers.button.hover}",
7568
+ value: "{primitives.color.modifiers.button.hover}",
5818
7569
  space: "lch",
5819
7570
  color: "{modes.color.status.info.default}",
5820
7571
  },
@@ -5856,7 +7607,7 @@
5856
7607
  "studio.tokens": {
5857
7608
  modify: {
5858
7609
  type: "mix",
5859
- value: "0.16",
7610
+ value: "0.15",
5860
7611
  space: "lch",
5861
7612
  color: "#FFFFFF ",
5862
7613
  format: "hex",
@@ -5864,7 +7615,7 @@
5864
7615
  },
5865
7616
  },
5866
7617
  $type: "color",
5867
- $value: "#84b6ff",
7618
+ $value: "#82b5ff",
5868
7619
  $description: "used on global message bg",
5869
7620
  filePath: "data/tokens/modes/light.json",
5870
7621
  isSource: true,
@@ -5873,7 +7624,7 @@
5873
7624
  "studio.tokens": {
5874
7625
  modify: {
5875
7626
  type: "mix",
5876
- value: "{modes.color.modifiers.button.hover}",
7627
+ value: "{primitives.color.modifiers.button.hover}",
5877
7628
  space: "lch",
5878
7629
  color: "{modes.color.modifier.contrastLess} ",
5879
7630
  },
@@ -5964,7 +7715,7 @@
5964
7715
  "studio.tokens": {
5965
7716
  modify: {
5966
7717
  type: "mix",
5967
- value: "0.16",
7718
+ value: "0.15",
5968
7719
  space: "lch",
5969
7720
  color: "#FFFFFF",
5970
7721
  format: "hex",
@@ -5972,7 +7723,7 @@
5972
7723
  },
5973
7724
  },
5974
7725
  $type: "color",
5975
- $value: "#5291e0",
7726
+ $value: "#4f90df",
5976
7727
  $description: "used on pill hover states",
5977
7728
  filePath: "data/tokens/modes/light.json",
5978
7729
  isSource: true,
@@ -5981,7 +7732,7 @@
5981
7732
  "studio.tokens": {
5982
7733
  modify: {
5983
7734
  type: "mix",
5984
- value: "{modes.color.modifiers.button.hover}",
7735
+ value: "{primitives.color.modifiers.button.hover}",
5985
7736
  space: "lch",
5986
7737
  color: "{modes.color.modifier.contrastLess}",
5987
7738
  },
@@ -6000,7 +7751,7 @@
6000
7751
  "studio.tokens": {
6001
7752
  modify: {
6002
7753
  type: "mix",
6003
- value: "0.16",
7754
+ value: "0.15",
6004
7755
  space: "lch",
6005
7756
  color: "#007ED9",
6006
7757
  format: "hex",
@@ -6008,7 +7759,7 @@
6008
7759
  },
6009
7760
  },
6010
7761
  $type: "color",
6011
- $value: "#17253b",
7762
+ $value: "#17253a",
6012
7763
  $description: "used on pill hover states and message bg",
6013
7764
  filePath: "data/tokens/modes/light.json",
6014
7765
  isSource: true,
@@ -6017,7 +7768,7 @@
6017
7768
  "studio.tokens": {
6018
7769
  modify: {
6019
7770
  type: "mix",
6020
- value: "{modes.color.modifiers.button.hover}",
7771
+ value: "{primitives.color.modifiers.button.hover}",
6021
7772
  space: "lch",
6022
7773
  color: "{modes.color.status.info.inverse.default}",
6023
7774
  },
@@ -6099,7 +7850,7 @@
6099
7850
  "studio.tokens": {
6100
7851
  modify: {
6101
7852
  type: "mix",
6102
- value: "0.16",
7853
+ value: "0.15",
6103
7854
  space: "lch",
6104
7855
  color: "#000000",
6105
7856
  format: "hex",
@@ -6107,7 +7858,7 @@
6107
7858
  },
6108
7859
  },
6109
7860
  $type: "color",
6110
- $value: "#aa323f",
7861
+ $value: "#ac3240",
6111
7862
  $description: "used on pill hover states",
6112
7863
  filePath: "data/tokens/modes/light.json",
6113
7864
  isSource: true,
@@ -6116,7 +7867,7 @@
6116
7867
  "studio.tokens": {
6117
7868
  modify: {
6118
7869
  type: "mix",
6119
- value: "{modes.color.modifiers.button.hover}",
7870
+ value: "{primitives.color.modifiers.button.hover}",
6120
7871
  space: "lch",
6121
7872
  color: "{modes.color.modifier.contrastMore}",
6122
7873
  },
@@ -6135,7 +7886,7 @@
6135
7886
  "studio.tokens": {
6136
7887
  modify: {
6137
7888
  type: "mix",
6138
- value: "0.16",
7889
+ value: "0.15",
6139
7890
  space: "lch",
6140
7891
  color: "#CD384B",
6141
7892
  format: "hex",
@@ -6143,7 +7894,7 @@
6143
7894
  },
6144
7895
  },
6145
7896
  $type: "color",
6146
- $value: "#f9d1cf",
7897
+ $value: "#f9d3d1",
6147
7898
  $description: "used on pill hover states and message bg",
6148
7899
  filePath: "data/tokens/modes/light.json",
6149
7900
  isSource: true,
@@ -6152,7 +7903,7 @@
6152
7903
  "studio.tokens": {
6153
7904
  modify: {
6154
7905
  type: "mix",
6155
- value: "{modes.color.modifiers.button.hover}",
7906
+ value: "{primitives.color.modifiers.button.hover}",
6156
7907
  space: "lch",
6157
7908
  color: "{modes.color.status.negative.default}",
6158
7909
  },
@@ -6248,7 +7999,7 @@
6248
7999
  "studio.tokens": {
6249
8000
  modify: {
6250
8001
  type: "mix",
6251
- value: "0.16",
8002
+ value: "0.15",
6252
8003
  space: "lch",
6253
8004
  color: "#FFFFFF ",
6254
8005
  format: "hex",
@@ -6256,7 +8007,7 @@
6256
8007
  },
6257
8008
  },
6258
8009
  $type: "color",
6259
- $value: "#eb646c",
8010
+ $value: "#ea626a",
6260
8011
  $description: "used on pill hover states",
6261
8012
  filePath: "data/tokens/modes/light.json",
6262
8013
  isSource: true,
@@ -6265,7 +8016,7 @@
6265
8016
  "studio.tokens": {
6266
8017
  modify: {
6267
8018
  type: "mix",
6268
- value: "{modes.color.modifiers.button.hover}",
8019
+ value: "{primitives.color.modifiers.button.hover}",
6269
8020
  space: "lch",
6270
8021
  color: "{modes.color.modifier.contrastLess} ",
6271
8022
  },
@@ -6291,7 +8042,7 @@
6291
8042
  "studio.tokens": {
6292
8043
  modify: {
6293
8044
  type: "mix",
6294
- value: "0.16",
8045
+ value: "0.15",
6295
8046
  space: "lch",
6296
8047
  color: "#E13E53",
6297
8048
  format: "hex",
@@ -6299,7 +8050,7 @@
6299
8050
  },
6300
8051
  },
6301
8052
  $type: "color",
6302
- $value: "#3f1a1c",
8053
+ $value: "#3d1a1c",
6303
8054
  $description: "used on pill hover states and message bg",
6304
8055
  filePath: "data/tokens/modes/light.json",
6305
8056
  isSource: true,
@@ -6308,7 +8059,7 @@
6308
8059
  "studio.tokens": {
6309
8060
  modify: {
6310
8061
  type: "mix",
6311
- value: "{modes.color.modifiers.button.hover}",
8062
+ value: "{primitives.color.modifiers.button.hover}",
6312
8063
  space: "lch",
6313
8064
  color: "{modes.color.status.negative.inverse.default}",
6314
8065
  },
@@ -6406,7 +8157,7 @@
6406
8157
  "studio.tokens": {
6407
8158
  modify: {
6408
8159
  type: "mix",
6409
- value: "0.16",
8160
+ value: "0.15",
6410
8161
  space: "lch",
6411
8162
  color: "#000000",
6412
8163
  format: "hex",
@@ -6414,7 +8165,7 @@
6414
8165
  },
6415
8166
  },
6416
8167
  $type: "color",
6417
- $value: "#555",
8168
+ $value: "#565656",
6418
8169
  $description: "used on pill hover states",
6419
8170
  filePath: "data/tokens/modes/light.json",
6420
8171
  isSource: true,
@@ -6423,7 +8174,7 @@
6423
8174
  "studio.tokens": {
6424
8175
  modify: {
6425
8176
  type: "mix",
6426
- value: "{modes.color.modifiers.button.hover}",
8177
+ value: "{primitives.color.modifiers.button.hover}",
6427
8178
  space: "lch",
6428
8179
  color: "{modes.color.modifier.contrastMore}",
6429
8180
  },
@@ -6442,7 +8193,7 @@
6442
8193
  "studio.tokens": {
6443
8194
  modify: {
6444
8195
  type: "mix",
6445
- value: "0.16",
8196
+ value: "0.15",
6446
8197
  space: "lch",
6447
8198
  color: "#656565",
6448
8199
  format: "hex",
@@ -6450,7 +8201,7 @@
6450
8201
  },
6451
8202
  },
6452
8203
  $type: "color",
6453
- $value: "#d8d8d8",
8204
+ $value: "#d9d9d9",
6454
8205
  $description: "used on pill hover states and message bg",
6455
8206
  filePath: "data/tokens/modes/light.json",
6456
8207
  isSource: true,
@@ -6459,7 +8210,7 @@
6459
8210
  "studio.tokens": {
6460
8211
  modify: {
6461
8212
  type: "mix",
6462
- value: "{modes.color.modifiers.button.hover}",
8213
+ value: "{primitives.color.modifiers.button.hover}",
6463
8214
  space: "lch",
6464
8215
  color: "{modes.color.status.neutral.default}",
6465
8216
  },
@@ -6691,7 +8442,7 @@
6691
8442
  "studio.tokens": {
6692
8443
  modify: {
6693
8444
  type: "mix",
6694
- value: "0.16",
8445
+ value: "0.15",
6695
8446
  space: "lch",
6696
8447
  color: "#FFFFFF ",
6697
8448
  format: "hex",
@@ -6699,7 +8450,7 @@
6699
8450
  },
6700
8451
  },
6701
8452
  $type: "color",
6702
- $value: "#909090",
8453
+ $value: "#8e8e8e",
6703
8454
  $description: "used on pill hover states",
6704
8455
  filePath: "data/tokens/modes/light.json",
6705
8456
  isSource: true,
@@ -6708,7 +8459,7 @@
6708
8459
  "studio.tokens": {
6709
8460
  modify: {
6710
8461
  type: "mix",
6711
- value: "{modes.color.modifiers.button.hover}",
8462
+ value: "{primitives.color.modifiers.button.hover}",
6712
8463
  space: "lch",
6713
8464
  color: "{modes.color.modifier.contrastLess} ",
6714
8465
  },
@@ -6734,7 +8485,7 @@
6734
8485
  "studio.tokens": {
6735
8486
  modify: {
6736
8487
  type: "mix",
6737
- value: "0.16",
8488
+ value: "0.15",
6738
8489
  space: "lch",
6739
8490
  color: "#7C7C7C",
6740
8491
  format: "hex",
@@ -6742,7 +8493,7 @@
6742
8493
  },
6743
8494
  },
6744
8495
  $type: "color",
6745
- $value: "#252525",
8496
+ $value: "#242424",
6746
8497
  $description: "used on pill hover states and message bg",
6747
8498
  filePath: "data/tokens/modes/light.json",
6748
8499
  isSource: true,
@@ -6751,7 +8502,7 @@
6751
8502
  "studio.tokens": {
6752
8503
  modify: {
6753
8504
  type: "mix",
6754
- value: "{modes.color.modifiers.button.hover}",
8505
+ value: "{primitives.color.modifiers.button.hover}",
6755
8506
  space: "lch",
6756
8507
  color: "{modes.color.status.neutral.inverse.default}",
6757
8508
  },
@@ -6833,7 +8584,7 @@
6833
8584
  "studio.tokens": {
6834
8585
  modify: {
6835
8586
  type: "mix",
6836
- value: "0.16",
8587
+ value: "0.15",
6837
8588
  space: "lch",
6838
8589
  color: "#000000",
6839
8590
  format: "hex",
@@ -6841,7 +8592,7 @@
6841
8592
  },
6842
8593
  },
6843
8594
  $type: "color",
6844
- $value: "#0e6b1d",
8595
+ $value: "#0e6d1d",
6845
8596
  $description: "used on pill hover states ",
6846
8597
  filePath: "data/tokens/modes/light.json",
6847
8598
  isSource: true,
@@ -6850,7 +8601,7 @@
6850
8601
  "studio.tokens": {
6851
8602
  modify: {
6852
8603
  type: "mix",
6853
- value: "{modes.color.modifiers.button.hover}",
8604
+ value: "{primitives.color.modifiers.button.hover}",
6854
8605
  space: "lch",
6855
8606
  color: "{modes.color.modifier.contrastMore}",
6856
8607
  },
@@ -6869,7 +8620,7 @@
6869
8620
  "studio.tokens": {
6870
8621
  modify: {
6871
8622
  type: "mix",
6872
- value: "0.16",
8623
+ value: "0.15",
6873
8624
  space: "lch",
6874
8625
  color: "#00811F",
6875
8626
  format: "hex",
@@ -6877,7 +8628,7 @@
6877
8628
  },
6878
8629
  },
6879
8630
  $type: "color",
6880
- $value: "#c9e0c7",
8631
+ $value: "#cbe1c9",
6881
8632
  $description: "used on pill hover states and message bg",
6882
8633
  filePath: "data/tokens/modes/light.json",
6883
8634
  isSource: true,
@@ -6886,7 +8637,7 @@
6886
8637
  "studio.tokens": {
6887
8638
  modify: {
6888
8639
  type: "mix",
6889
- value: "{modes.color.modifiers.button.hover}",
8640
+ value: "{primitives.color.modifiers.button.hover}",
6890
8641
  space: "lch",
6891
8642
  color: "{modes.color.status.positive.default}",
6892
8643
  },
@@ -6969,7 +8720,7 @@
6969
8720
  "studio.tokens": {
6970
8721
  modify: {
6971
8722
  type: "mix",
6972
- value: "0.08",
8723
+ value: "0.10",
6973
8724
  space: "lch",
6974
8725
  color: "#FFFFFF ",
6975
8726
  format: "hex",
@@ -6977,7 +8728,7 @@
6977
8728
  },
6978
8729
  },
6979
8730
  $type: "color",
6980
- $value: "#2b8b32",
8731
+ $value: "#328e37",
6981
8732
  $description: "used on pill hover states",
6982
8733
  filePath: "data/tokens/modes/light.json",
6983
8734
  isSource: true,
@@ -6986,7 +8737,7 @@
6986
8737
  "studio.tokens": {
6987
8738
  modify: {
6988
8739
  type: "mix",
6989
- value: "{modes.color.modifiers.button.hoverAlt}",
8740
+ value: "{primitives.color.modifiers.button.hoverAlt}",
6990
8741
  space: "lch",
6991
8742
  color: "{modes.color.modifier.contrastLess} ",
6992
8743
  },
@@ -7012,7 +8763,7 @@
7012
8763
  "studio.tokens": {
7013
8764
  modify: {
7014
8765
  type: "mix",
7015
- value: "0.16",
8766
+ value: "0.15",
7016
8767
  space: "lch",
7017
8768
  color: "#009023",
7018
8769
  format: "hex",
@@ -7020,7 +8771,7 @@
7020
8771
  },
7021
8772
  },
7022
8773
  $type: "color",
7023
- $value: "#132b12",
8774
+ $value: "#132912",
7024
8775
  $description: "used on pill hover states and message bg",
7025
8776
  filePath: "data/tokens/modes/light.json",
7026
8777
  isSource: true,
@@ -7029,7 +8780,7 @@
7029
8780
  "studio.tokens": {
7030
8781
  modify: {
7031
8782
  type: "mix",
7032
- value: "{modes.color.modifiers.button.hover}",
8783
+ value: "{primitives.color.modifiers.button.hover}",
7033
8784
  space: "lch",
7034
8785
  color: "{modes.color.status.positive.inverse.default}",
7035
8786
  },
@@ -7052,80 +8803,6 @@
7052
8803
  },
7053
8804
  },
7054
8805
  },
7055
- callout: {
7056
- defaultAlt: {
7057
- $extensions: {
7058
- "studio.tokens": {
7059
- modify: {
7060
- type: "mix",
7061
- value: "0.85",
7062
- space: "lch",
7063
- color: "#FFFFFF",
7064
- format: "hex",
7065
- },
7066
- },
7067
- },
7068
- $type: "color",
7069
- $value: "#e5fae2",
7070
- $description: "used for marketing banners",
7071
- filePath: "data/tokens/modes/light.json",
7072
- isSource: true,
7073
- original: {
7074
- $extensions: {
7075
- "studio.tokens": {
7076
- modify: {
7077
- type: "mix",
7078
- value: "0.85",
7079
- space: "lch",
7080
- color: "{modes.color.modifier.contrastLess}",
7081
- },
7082
- },
7083
- },
7084
- $type: "color",
7085
- $value: "{primitives.colors.brilliantGreen}",
7086
- $description: "used for marketing banners",
7087
- },
7088
- name: "modesColorStatusCalloutDefaultAlt",
7089
- attributes: {},
7090
- path: ["modes", "color", "status", "callout", "defaultAlt"],
7091
- },
7092
- hoverAlt: {
7093
- $extensions: {
7094
- "studio.tokens": {
7095
- modify: {
7096
- type: "mix",
7097
- value: "0.05",
7098
- space: "lch",
7099
- color: "#000000",
7100
- format: "hex",
7101
- },
7102
- },
7103
- },
7104
- $type: "color",
7105
- $value: "#d8ecd5",
7106
- $description: "used for marketing banners",
7107
- filePath: "data/tokens/modes/light.json",
7108
- isSource: true,
7109
- original: {
7110
- $extensions: {
7111
- "studio.tokens": {
7112
- modify: {
7113
- type: "mix",
7114
- value: "0.05",
7115
- space: "lch",
7116
- color: "{modes.color.modifier.contrastMore}",
7117
- },
7118
- },
7119
- },
7120
- $type: "color",
7121
- $value: "{modes.color.status.callout.defaultAlt}",
7122
- $description: "used for marketing banners",
7123
- },
7124
- name: "modesColorStatusCalloutHoverAlt",
7125
- attributes: {},
7126
- path: ["modes", "color", "status", "callout", "hoverAlt"],
7127
- },
7128
- },
7129
8806
  reviews: {
7130
8807
  default: {
7131
8808
  $type: "color",
@@ -7162,7 +8839,7 @@
7162
8839
  "studio.tokens": {
7163
8840
  modify: {
7164
8841
  type: "mix",
7165
- value: "0.16",
8842
+ value: "0.15",
7166
8843
  space: "lch",
7167
8844
  color: "#000000",
7168
8845
  format: "hex",
@@ -7170,7 +8847,7 @@
7170
8847
  },
7171
8848
  },
7172
8849
  $type: "color",
7173
- $value: "#0e6b1d",
8850
+ $value: "#0e6d1d",
7174
8851
  filePath: "data/tokens/modes/light.json",
7175
8852
  isSource: true,
7176
8853
  original: {
@@ -7178,7 +8855,7 @@
7178
8855
  "studio.tokens": {
7179
8856
  modify: {
7180
8857
  type: "mix",
7181
- value: "{modes.color.modifiers.button.hover}",
8858
+ value: "{primitives.color.modifiers.button.hover}",
7182
8859
  space: "lch",
7183
8860
  color: "{modes.color.modifier.contrastMore}",
7184
8861
  },
@@ -7241,7 +8918,7 @@
7241
8918
  "studio.tokens": {
7242
8919
  modify: {
7243
8920
  type: "mix",
7244
- value: "0.16",
8921
+ value: "0.15",
7245
8922
  space: "lch",
7246
8923
  color: "#000000",
7247
8924
  format: "hex",
@@ -7249,7 +8926,7 @@
7249
8926
  },
7250
8927
  },
7251
8928
  $type: "color",
7252
- $value: "#0e6b3b",
8929
+ $value: "#0d6c3c",
7253
8930
  filePath: "data/tokens/modes/light.json",
7254
8931
  isSource: true,
7255
8932
  original: {
@@ -7257,7 +8934,7 @@
7257
8934
  "studio.tokens": {
7258
8935
  modify: {
7259
8936
  type: "mix",
7260
- value: "{modes.color.modifiers.button.hover}",
8937
+ value: "{primitives.color.modifiers.button.hover}",
7261
8938
  space: "lch",
7262
8939
  color: "{modes.color.modifier.contrastMore}",
7263
8940
  },
@@ -7308,119 +8985,6 @@
7308
8985
  path: ["modes", "color", "modifier", "contrastMore"],
7309
8986
  },
7310
8987
  },
7311
- modifiers: {
7312
- button: {
7313
- active: {
7314
- $type: "other",
7315
- $value: "0.32",
7316
- $description: "Actve modifier used when 16% hover is used",
7317
- filePath: "data/tokens/modes/light.json",
7318
- isSource: true,
7319
- original: {
7320
- $type: "other",
7321
- $value: "0.32",
7322
- $description: "Actve modifier used when 16% hover is used",
7323
- },
7324
- name: "modesColorModifiersButtonActive",
7325
- attributes: {},
7326
- path: ["modes", "color", "modifiers", "button", "active"],
7327
- },
7328
- activeAlt: {
7329
- $type: "other",
7330
- $value: "0.16",
7331
- $description: "Active appled when 8% hover is used",
7332
- filePath: "data/tokens/modes/light.json",
7333
- isSource: true,
7334
- original: {
7335
- $type: "other",
7336
- $value: "0.16",
7337
- $description: "Active appled when 8% hover is used",
7338
- },
7339
- name: "modesColorModifiersButtonActiveAlt",
7340
- attributes: {},
7341
- path: ["modes", "color", "modifiers", "button", "activeAlt"],
7342
- },
7343
- hover: {
7344
- $type: "other",
7345
- $value: "0.16",
7346
- $description: "Hover used on primary buttons",
7347
- filePath: "data/tokens/modes/light.json",
7348
- isSource: true,
7349
- original: {
7350
- $type: "other",
7351
- $value: "0.16",
7352
- $description: "Hover used on primary buttons",
7353
- },
7354
- name: "modesColorModifiersButtonHover",
7355
- attributes: {},
7356
- path: ["modes", "color", "modifiers", "button", "hover"],
7357
- },
7358
- hoverAlt: {
7359
- $type: "other",
7360
- $value: "0.08",
7361
- $description: "Hover used on secondary and tertiary buttons",
7362
- filePath: "data/tokens/modes/light.json",
7363
- isSource: true,
7364
- original: {
7365
- $type: "other",
7366
- $value: "0.08",
7367
- $description: "Hover used on secondary and tertiary buttons",
7368
- },
7369
- name: "modesColorModifiersButtonHoverAlt",
7370
- attributes: {},
7371
- path: ["modes", "color", "modifiers", "button", "hoverAlt"],
7372
- },
7373
- },
7374
- input: {
7375
- disabledBg: {
7376
- $type: "other",
7377
- $value: "0.04",
7378
- $description: "less contrast",
7379
- filePath: "data/tokens/modes/light.json",
7380
- isSource: true,
7381
- original: {
7382
- $type: "other",
7383
- $value: "0.04",
7384
- $description: "less contrast",
7385
- },
7386
- name: "modesColorModifiersInputDisabledBg",
7387
- attributes: {},
7388
- path: ["modes", "color", "modifiers", "input", "disabledBg"],
7389
- },
7390
- disabledFg: {
7391
- $type: "other",
7392
- $value: "0.30",
7393
- $description: "less contrast",
7394
- filePath: "data/tokens/modes/light.json",
7395
- isSource: true,
7396
- original: {
7397
- $type: "other",
7398
- $value: "0.30",
7399
- $description: "less contrast",
7400
- },
7401
- name: "modesColorModifiersInputDisabledFg",
7402
- attributes: {},
7403
- path: ["modes", "color", "modifiers", "input", "disabledFg"],
7404
- },
7405
- },
7406
- shadow: {
7407
- standard: {
7408
- $type: "other",
7409
- $value: "0.5",
7410
- $description: "standard mixer for shadow",
7411
- filePath: "data/tokens/modes/light.json",
7412
- isSource: true,
7413
- original: {
7414
- $type: "other",
7415
- $value: "0.5",
7416
- $description: "standard mixer for shadow",
7417
- },
7418
- name: "modesColorModifiersShadowStandard",
7419
- attributes: {},
7420
- path: ["modes", "color", "modifiers", "shadow", "standard"],
7421
- },
7422
- },
7423
- },
7424
8988
  },
7425
8989
  },
7426
8990
  };