@sage/design-tokens 14.0.0 → 14.0.1

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 (956) hide show
  1. package/css/frozenproduct/all.css +137 -148
  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 +1 -0
  6. package/css/frozenproduct/large/dark.css +64 -71
  7. package/css/frozenproduct/large/light.css +60 -67
  8. package/css/frozenproduct/small/components/button.css +8 -6
  9. package/css/frozenproduct/small/components/container.css +2 -2
  10. package/css/frozenproduct/small/components/link.css +2 -2
  11. package/css/frozenproduct/small/components/progress.css +1 -0
  12. package/css/frozenproduct/small/dark.css +64 -71
  13. package/css/frozenproduct/small/light.css +60 -67
  14. package/css/marketing/all.css +137 -148
  15. package/css/marketing/large/components/button.css +8 -6
  16. package/css/marketing/large/components/container.css +2 -2
  17. package/css/marketing/large/components/link.css +2 -2
  18. package/css/marketing/large/components/progress.css +1 -0
  19. package/css/marketing/large/dark.css +64 -71
  20. package/css/marketing/large/light.css +60 -67
  21. package/css/marketing/small/components/button.css +8 -6
  22. package/css/marketing/small/components/container.css +2 -2
  23. package/css/marketing/small/components/link.css +2 -2
  24. package/css/marketing/small/components/progress.css +1 -0
  25. package/css/marketing/small/dark.css +64 -71
  26. package/css/marketing/small/light.css +60 -67
  27. package/css/product/all.css +137 -148
  28. package/css/product/large/components/button.css +8 -6
  29. package/css/product/large/components/container.css +2 -2
  30. package/css/product/large/components/link.css +2 -2
  31. package/css/product/large/components/progress.css +1 -0
  32. package/css/product/large/dark.css +64 -71
  33. package/css/product/large/light.css +60 -67
  34. package/css/product/small/components/button.css +8 -6
  35. package/css/product/small/components/container.css +2 -2
  36. package/css/product/small/components/link.css +2 -2
  37. package/css/product/small/components/progress.css +1 -0
  38. package/css/product/small/dark.css +64 -71
  39. package/css/product/small/light.css +60 -67
  40. package/ios/frozenproduct/large/dark/components/button.h +34 -32
  41. package/ios/frozenproduct/large/dark/components/container.h +3 -3
  42. package/ios/frozenproduct/large/dark/components/form.h +4 -4
  43. package/ios/frozenproduct/large/dark/components/link.h +4 -4
  44. package/ios/frozenproduct/large/dark/components/nav.h +5 -5
  45. package/ios/frozenproduct/large/dark/components/popover.h +2 -2
  46. package/ios/frozenproduct/large/dark/components/progress.h +1 -0
  47. package/ios/frozenproduct/large/dark/components/status.h +24 -24
  48. package/ios/frozenproduct/large/dark/components/tab.h +1 -1
  49. package/ios/frozenproduct/large/dark/components/table.h +2 -2
  50. package/ios/frozenproduct/large/dark/mode.h +62 -69
  51. package/ios/frozenproduct/large/light/components/button.h +34 -32
  52. package/ios/frozenproduct/large/light/components/container.h +3 -3
  53. package/ios/frozenproduct/large/light/components/form.h +4 -4
  54. package/ios/frozenproduct/large/light/components/link.h +4 -4
  55. package/ios/frozenproduct/large/light/components/nav.h +5 -5
  56. package/ios/frozenproduct/large/light/components/popover.h +2 -2
  57. package/ios/frozenproduct/large/light/components/progress.h +1 -0
  58. package/ios/frozenproduct/large/light/components/status.h +23 -23
  59. package/ios/frozenproduct/large/light/components/tab.h +1 -1
  60. package/ios/frozenproduct/large/light/components/table.h +2 -2
  61. package/ios/frozenproduct/large/light/mode.h +58 -65
  62. package/ios/frozenproduct/small/dark/components/button.h +34 -32
  63. package/ios/frozenproduct/small/dark/components/container.h +3 -3
  64. package/ios/frozenproduct/small/dark/components/form.h +4 -4
  65. package/ios/frozenproduct/small/dark/components/link.h +4 -4
  66. package/ios/frozenproduct/small/dark/components/nav.h +5 -5
  67. package/ios/frozenproduct/small/dark/components/popover.h +2 -2
  68. package/ios/frozenproduct/small/dark/components/progress.h +1 -0
  69. package/ios/frozenproduct/small/dark/components/status.h +24 -24
  70. package/ios/frozenproduct/small/dark/components/tab.h +1 -1
  71. package/ios/frozenproduct/small/dark/components/table.h +2 -2
  72. package/ios/frozenproduct/small/dark/mode.h +62 -69
  73. package/ios/frozenproduct/small/light/components/button.h +34 -32
  74. package/ios/frozenproduct/small/light/components/container.h +3 -3
  75. package/ios/frozenproduct/small/light/components/form.h +4 -4
  76. package/ios/frozenproduct/small/light/components/link.h +4 -4
  77. package/ios/frozenproduct/small/light/components/nav.h +5 -5
  78. package/ios/frozenproduct/small/light/components/popover.h +2 -2
  79. package/ios/frozenproduct/small/light/components/progress.h +1 -0
  80. package/ios/frozenproduct/small/light/components/status.h +23 -23
  81. package/ios/frozenproduct/small/light/components/tab.h +1 -1
  82. package/ios/frozenproduct/small/light/components/table.h +2 -2
  83. package/ios/frozenproduct/small/light/mode.h +58 -65
  84. package/ios/marketing/large/dark/components/button.h +34 -32
  85. package/ios/marketing/large/dark/components/container.h +3 -3
  86. package/ios/marketing/large/dark/components/form.h +4 -4
  87. package/ios/marketing/large/dark/components/link.h +4 -4
  88. package/ios/marketing/large/dark/components/nav.h +5 -5
  89. package/ios/marketing/large/dark/components/popover.h +2 -2
  90. package/ios/marketing/large/dark/components/progress.h +1 -0
  91. package/ios/marketing/large/dark/components/status.h +24 -24
  92. package/ios/marketing/large/dark/components/tab.h +1 -1
  93. package/ios/marketing/large/dark/components/table.h +2 -2
  94. package/ios/marketing/large/dark/mode.h +62 -69
  95. package/ios/marketing/large/light/components/button.h +34 -32
  96. package/ios/marketing/large/light/components/container.h +3 -3
  97. package/ios/marketing/large/light/components/form.h +4 -4
  98. package/ios/marketing/large/light/components/link.h +4 -4
  99. package/ios/marketing/large/light/components/nav.h +5 -5
  100. package/ios/marketing/large/light/components/popover.h +2 -2
  101. package/ios/marketing/large/light/components/progress.h +1 -0
  102. package/ios/marketing/large/light/components/status.h +23 -23
  103. package/ios/marketing/large/light/components/tab.h +1 -1
  104. package/ios/marketing/large/light/components/table.h +2 -2
  105. package/ios/marketing/large/light/mode.h +58 -65
  106. package/ios/marketing/small/dark/components/button.h +34 -32
  107. package/ios/marketing/small/dark/components/container.h +3 -3
  108. package/ios/marketing/small/dark/components/form.h +4 -4
  109. package/ios/marketing/small/dark/components/link.h +4 -4
  110. package/ios/marketing/small/dark/components/nav.h +5 -5
  111. package/ios/marketing/small/dark/components/popover.h +2 -2
  112. package/ios/marketing/small/dark/components/progress.h +1 -0
  113. package/ios/marketing/small/dark/components/status.h +24 -24
  114. package/ios/marketing/small/dark/components/tab.h +1 -1
  115. package/ios/marketing/small/dark/components/table.h +2 -2
  116. package/ios/marketing/small/dark/mode.h +62 -69
  117. package/ios/marketing/small/light/components/button.h +34 -32
  118. package/ios/marketing/small/light/components/container.h +3 -3
  119. package/ios/marketing/small/light/components/form.h +4 -4
  120. package/ios/marketing/small/light/components/link.h +4 -4
  121. package/ios/marketing/small/light/components/nav.h +5 -5
  122. package/ios/marketing/small/light/components/popover.h +2 -2
  123. package/ios/marketing/small/light/components/progress.h +1 -0
  124. package/ios/marketing/small/light/components/status.h +23 -23
  125. package/ios/marketing/small/light/components/tab.h +1 -1
  126. package/ios/marketing/small/light/components/table.h +2 -2
  127. package/ios/marketing/small/light/mode.h +58 -65
  128. package/ios/product/large/dark/components/button.h +34 -32
  129. package/ios/product/large/dark/components/container.h +3 -3
  130. package/ios/product/large/dark/components/form.h +4 -4
  131. package/ios/product/large/dark/components/link.h +4 -4
  132. package/ios/product/large/dark/components/nav.h +5 -5
  133. package/ios/product/large/dark/components/popover.h +2 -2
  134. package/ios/product/large/dark/components/progress.h +1 -0
  135. package/ios/product/large/dark/components/status.h +24 -24
  136. package/ios/product/large/dark/components/tab.h +1 -1
  137. package/ios/product/large/dark/components/table.h +2 -2
  138. package/ios/product/large/dark/mode.h +62 -69
  139. package/ios/product/large/light/components/button.h +34 -32
  140. package/ios/product/large/light/components/container.h +3 -3
  141. package/ios/product/large/light/components/form.h +4 -4
  142. package/ios/product/large/light/components/link.h +4 -4
  143. package/ios/product/large/light/components/nav.h +5 -5
  144. package/ios/product/large/light/components/popover.h +2 -2
  145. package/ios/product/large/light/components/progress.h +1 -0
  146. package/ios/product/large/light/components/status.h +23 -23
  147. package/ios/product/large/light/components/tab.h +1 -1
  148. package/ios/product/large/light/components/table.h +2 -2
  149. package/ios/product/large/light/mode.h +58 -65
  150. package/ios/product/small/dark/components/button.h +34 -32
  151. package/ios/product/small/dark/components/container.h +3 -3
  152. package/ios/product/small/dark/components/form.h +4 -4
  153. package/ios/product/small/dark/components/link.h +4 -4
  154. package/ios/product/small/dark/components/nav.h +5 -5
  155. package/ios/product/small/dark/components/popover.h +2 -2
  156. package/ios/product/small/dark/components/progress.h +1 -0
  157. package/ios/product/small/dark/components/status.h +24 -24
  158. package/ios/product/small/dark/components/tab.h +1 -1
  159. package/ios/product/small/dark/components/table.h +2 -2
  160. package/ios/product/small/dark/mode.h +62 -69
  161. package/ios/product/small/light/components/button.h +34 -32
  162. package/ios/product/small/light/components/container.h +3 -3
  163. package/ios/product/small/light/components/form.h +4 -4
  164. package/ios/product/small/light/components/link.h +4 -4
  165. package/ios/product/small/light/components/nav.h +5 -5
  166. package/ios/product/small/light/components/popover.h +2 -2
  167. package/ios/product/small/light/components/progress.h +1 -0
  168. package/ios/product/small/light/components/status.h +23 -23
  169. package/ios/product/small/light/components/tab.h +1 -1
  170. package/ios/product/small/light/components/table.h +2 -2
  171. package/ios/product/small/light/mode.h +58 -65
  172. package/js/common/frozenproduct/large/dark/components/button.d.ts +2 -0
  173. package/js/common/frozenproduct/large/dark/components/button.js +67 -34
  174. package/js/common/frozenproduct/large/dark/components/container.js +5 -26
  175. package/js/common/frozenproduct/large/dark/components/form.js +4 -4
  176. package/js/common/frozenproduct/large/dark/components/link.js +6 -6
  177. package/js/common/frozenproduct/large/dark/components/nav.js +5 -5
  178. package/js/common/frozenproduct/large/dark/components/popover.js +2 -2
  179. package/js/common/frozenproduct/large/dark/components/progress.d.ts +1 -0
  180. package/js/common/frozenproduct/large/dark/components/progress.js +15 -0
  181. package/js/common/frozenproduct/large/dark/components/status.js +24 -24
  182. package/js/common/frozenproduct/large/dark/components/tab.js +1 -1
  183. package/js/common/frozenproduct/large/dark/components/table.js +2 -2
  184. package/js/common/frozenproduct/large/dark/mode.d.ts +0 -15
  185. package/js/common/frozenproduct/large/dark/mode.js +206 -316
  186. package/js/common/frozenproduct/large/light/components/button.d.ts +2 -0
  187. package/js/common/frozenproduct/large/light/components/button.js +67 -34
  188. package/js/common/frozenproduct/large/light/components/container.js +5 -26
  189. package/js/common/frozenproduct/large/light/components/form.js +4 -4
  190. package/js/common/frozenproduct/large/light/components/link.js +6 -6
  191. package/js/common/frozenproduct/large/light/components/nav.js +5 -5
  192. package/js/common/frozenproduct/large/light/components/popover.js +2 -2
  193. package/js/common/frozenproduct/large/light/components/progress.d.ts +1 -0
  194. package/js/common/frozenproduct/large/light/components/progress.js +15 -0
  195. package/js/common/frozenproduct/large/light/components/status.js +23 -23
  196. package/js/common/frozenproduct/large/light/components/tab.js +1 -1
  197. package/js/common/frozenproduct/large/light/components/table.js +2 -2
  198. package/js/common/frozenproduct/large/light/mode.d.ts +0 -15
  199. package/js/common/frozenproduct/large/light/mode.js +202 -311
  200. package/js/common/frozenproduct/small/dark/components/button.d.ts +2 -0
  201. package/js/common/frozenproduct/small/dark/components/button.js +67 -34
  202. package/js/common/frozenproduct/small/dark/components/container.js +5 -26
  203. package/js/common/frozenproduct/small/dark/components/form.js +4 -4
  204. package/js/common/frozenproduct/small/dark/components/link.js +6 -6
  205. package/js/common/frozenproduct/small/dark/components/nav.js +5 -5
  206. package/js/common/frozenproduct/small/dark/components/popover.js +2 -2
  207. package/js/common/frozenproduct/small/dark/components/progress.d.ts +1 -0
  208. package/js/common/frozenproduct/small/dark/components/progress.js +15 -0
  209. package/js/common/frozenproduct/small/dark/components/status.js +24 -24
  210. package/js/common/frozenproduct/small/dark/components/tab.js +1 -1
  211. package/js/common/frozenproduct/small/dark/components/table.js +2 -2
  212. package/js/common/frozenproduct/small/dark/mode.d.ts +0 -15
  213. package/js/common/frozenproduct/small/dark/mode.js +206 -316
  214. package/js/common/frozenproduct/small/light/components/button.d.ts +2 -0
  215. package/js/common/frozenproduct/small/light/components/button.js +67 -34
  216. package/js/common/frozenproduct/small/light/components/container.js +5 -26
  217. package/js/common/frozenproduct/small/light/components/form.js +4 -4
  218. package/js/common/frozenproduct/small/light/components/link.js +6 -6
  219. package/js/common/frozenproduct/small/light/components/nav.js +5 -5
  220. package/js/common/frozenproduct/small/light/components/popover.js +2 -2
  221. package/js/common/frozenproduct/small/light/components/progress.d.ts +1 -0
  222. package/js/common/frozenproduct/small/light/components/progress.js +15 -0
  223. package/js/common/frozenproduct/small/light/components/status.js +23 -23
  224. package/js/common/frozenproduct/small/light/components/tab.js +1 -1
  225. package/js/common/frozenproduct/small/light/components/table.js +2 -2
  226. package/js/common/frozenproduct/small/light/mode.d.ts +0 -15
  227. package/js/common/frozenproduct/small/light/mode.js +202 -311
  228. package/js/common/marketing/large/dark/components/button.d.ts +2 -0
  229. package/js/common/marketing/large/dark/components/button.js +67 -34
  230. package/js/common/marketing/large/dark/components/container.js +5 -26
  231. package/js/common/marketing/large/dark/components/form.js +4 -4
  232. package/js/common/marketing/large/dark/components/link.js +6 -6
  233. package/js/common/marketing/large/dark/components/nav.js +5 -5
  234. package/js/common/marketing/large/dark/components/popover.js +2 -2
  235. package/js/common/marketing/large/dark/components/progress.d.ts +1 -0
  236. package/js/common/marketing/large/dark/components/progress.js +15 -0
  237. package/js/common/marketing/large/dark/components/status.js +24 -24
  238. package/js/common/marketing/large/dark/components/tab.js +1 -1
  239. package/js/common/marketing/large/dark/components/table.js +2 -2
  240. package/js/common/marketing/large/dark/mode.d.ts +0 -15
  241. package/js/common/marketing/large/dark/mode.js +206 -316
  242. package/js/common/marketing/large/light/components/button.d.ts +2 -0
  243. package/js/common/marketing/large/light/components/button.js +67 -34
  244. package/js/common/marketing/large/light/components/container.js +5 -26
  245. package/js/common/marketing/large/light/components/form.js +4 -4
  246. package/js/common/marketing/large/light/components/link.js +6 -6
  247. package/js/common/marketing/large/light/components/nav.js +5 -5
  248. package/js/common/marketing/large/light/components/popover.js +2 -2
  249. package/js/common/marketing/large/light/components/progress.d.ts +1 -0
  250. package/js/common/marketing/large/light/components/progress.js +15 -0
  251. package/js/common/marketing/large/light/components/status.js +23 -23
  252. package/js/common/marketing/large/light/components/tab.js +1 -1
  253. package/js/common/marketing/large/light/components/table.js +2 -2
  254. package/js/common/marketing/large/light/mode.d.ts +0 -15
  255. package/js/common/marketing/large/light/mode.js +202 -311
  256. package/js/common/marketing/small/dark/components/button.d.ts +2 -0
  257. package/js/common/marketing/small/dark/components/button.js +67 -34
  258. package/js/common/marketing/small/dark/components/container.js +5 -26
  259. package/js/common/marketing/small/dark/components/form.js +4 -4
  260. package/js/common/marketing/small/dark/components/link.js +6 -6
  261. package/js/common/marketing/small/dark/components/nav.js +5 -5
  262. package/js/common/marketing/small/dark/components/popover.js +2 -2
  263. package/js/common/marketing/small/dark/components/progress.d.ts +1 -0
  264. package/js/common/marketing/small/dark/components/progress.js +15 -0
  265. package/js/common/marketing/small/dark/components/status.js +24 -24
  266. package/js/common/marketing/small/dark/components/tab.js +1 -1
  267. package/js/common/marketing/small/dark/components/table.js +2 -2
  268. package/js/common/marketing/small/dark/mode.d.ts +0 -15
  269. package/js/common/marketing/small/dark/mode.js +206 -316
  270. package/js/common/marketing/small/light/components/button.d.ts +2 -0
  271. package/js/common/marketing/small/light/components/button.js +67 -34
  272. package/js/common/marketing/small/light/components/container.js +5 -26
  273. package/js/common/marketing/small/light/components/form.js +4 -4
  274. package/js/common/marketing/small/light/components/link.js +6 -6
  275. package/js/common/marketing/small/light/components/nav.js +5 -5
  276. package/js/common/marketing/small/light/components/popover.js +2 -2
  277. package/js/common/marketing/small/light/components/progress.d.ts +1 -0
  278. package/js/common/marketing/small/light/components/progress.js +15 -0
  279. package/js/common/marketing/small/light/components/status.js +23 -23
  280. package/js/common/marketing/small/light/components/tab.js +1 -1
  281. package/js/common/marketing/small/light/components/table.js +2 -2
  282. package/js/common/marketing/small/light/mode.d.ts +0 -15
  283. package/js/common/marketing/small/light/mode.js +202 -311
  284. package/js/common/product/large/dark/components/button.d.ts +2 -0
  285. package/js/common/product/large/dark/components/button.js +67 -34
  286. package/js/common/product/large/dark/components/container.js +5 -26
  287. package/js/common/product/large/dark/components/form.js +4 -4
  288. package/js/common/product/large/dark/components/link.js +6 -6
  289. package/js/common/product/large/dark/components/nav.js +5 -5
  290. package/js/common/product/large/dark/components/popover.js +2 -2
  291. package/js/common/product/large/dark/components/progress.d.ts +1 -0
  292. package/js/common/product/large/dark/components/progress.js +15 -0
  293. package/js/common/product/large/dark/components/status.js +24 -24
  294. package/js/common/product/large/dark/components/tab.js +1 -1
  295. package/js/common/product/large/dark/components/table.js +2 -2
  296. package/js/common/product/large/dark/mode.d.ts +0 -15
  297. package/js/common/product/large/dark/mode.js +206 -316
  298. package/js/common/product/large/light/components/button.d.ts +2 -0
  299. package/js/common/product/large/light/components/button.js +67 -34
  300. package/js/common/product/large/light/components/container.js +5 -26
  301. package/js/common/product/large/light/components/form.js +4 -4
  302. package/js/common/product/large/light/components/link.js +6 -6
  303. package/js/common/product/large/light/components/nav.js +5 -5
  304. package/js/common/product/large/light/components/popover.js +2 -2
  305. package/js/common/product/large/light/components/progress.d.ts +1 -0
  306. package/js/common/product/large/light/components/progress.js +15 -0
  307. package/js/common/product/large/light/components/status.js +23 -23
  308. package/js/common/product/large/light/components/tab.js +1 -1
  309. package/js/common/product/large/light/components/table.js +2 -2
  310. package/js/common/product/large/light/mode.d.ts +0 -15
  311. package/js/common/product/large/light/mode.js +202 -311
  312. package/js/common/product/small/dark/components/button.d.ts +2 -0
  313. package/js/common/product/small/dark/components/button.js +67 -34
  314. package/js/common/product/small/dark/components/container.js +5 -26
  315. package/js/common/product/small/dark/components/form.js +4 -4
  316. package/js/common/product/small/dark/components/link.js +6 -6
  317. package/js/common/product/small/dark/components/nav.js +5 -5
  318. package/js/common/product/small/dark/components/popover.js +2 -2
  319. package/js/common/product/small/dark/components/progress.d.ts +1 -0
  320. package/js/common/product/small/dark/components/progress.js +15 -0
  321. package/js/common/product/small/dark/components/status.js +24 -24
  322. package/js/common/product/small/dark/components/tab.js +1 -1
  323. package/js/common/product/small/dark/components/table.js +2 -2
  324. package/js/common/product/small/dark/mode.d.ts +0 -15
  325. package/js/common/product/small/dark/mode.js +206 -316
  326. package/js/common/product/small/light/components/button.d.ts +2 -0
  327. package/js/common/product/small/light/components/button.js +67 -34
  328. package/js/common/product/small/light/components/container.js +5 -26
  329. package/js/common/product/small/light/components/form.js +4 -4
  330. package/js/common/product/small/light/components/link.js +6 -6
  331. package/js/common/product/small/light/components/nav.js +5 -5
  332. package/js/common/product/small/light/components/popover.js +2 -2
  333. package/js/common/product/small/light/components/progress.d.ts +1 -0
  334. package/js/common/product/small/light/components/progress.js +15 -0
  335. package/js/common/product/small/light/components/status.js +23 -23
  336. package/js/common/product/small/light/components/tab.js +1 -1
  337. package/js/common/product/small/light/components/table.js +2 -2
  338. package/js/common/product/small/light/mode.d.ts +0 -15
  339. package/js/common/product/small/light/mode.js +202 -311
  340. package/js/es6/frozenproduct/large/dark/components/button.d.ts +2 -0
  341. package/js/es6/frozenproduct/large/dark/components/button.js +34 -32
  342. package/js/es6/frozenproduct/large/dark/components/container.js +3 -3
  343. package/js/es6/frozenproduct/large/dark/components/form.js +4 -4
  344. package/js/es6/frozenproduct/large/dark/components/link.js +4 -4
  345. package/js/es6/frozenproduct/large/dark/components/nav.js +5 -5
  346. package/js/es6/frozenproduct/large/dark/components/popover.js +2 -2
  347. package/js/es6/frozenproduct/large/dark/components/progress.d.ts +1 -0
  348. package/js/es6/frozenproduct/large/dark/components/progress.js +1 -0
  349. package/js/es6/frozenproduct/large/dark/components/status.js +24 -24
  350. package/js/es6/frozenproduct/large/dark/components/tab.js +1 -1
  351. package/js/es6/frozenproduct/large/dark/components/table.js +2 -2
  352. package/js/es6/frozenproduct/large/dark/mode.d.ts +0 -7
  353. package/js/es6/frozenproduct/large/dark/mode.js +62 -69
  354. package/js/es6/frozenproduct/large/light/components/button.d.ts +2 -0
  355. package/js/es6/frozenproduct/large/light/components/button.js +34 -32
  356. package/js/es6/frozenproduct/large/light/components/container.js +3 -3
  357. package/js/es6/frozenproduct/large/light/components/form.js +4 -4
  358. package/js/es6/frozenproduct/large/light/components/link.js +4 -4
  359. package/js/es6/frozenproduct/large/light/components/nav.js +5 -5
  360. package/js/es6/frozenproduct/large/light/components/popover.js +2 -2
  361. package/js/es6/frozenproduct/large/light/components/progress.d.ts +1 -0
  362. package/js/es6/frozenproduct/large/light/components/progress.js +1 -0
  363. package/js/es6/frozenproduct/large/light/components/status.js +23 -23
  364. package/js/es6/frozenproduct/large/light/components/tab.js +1 -1
  365. package/js/es6/frozenproduct/large/light/components/table.js +2 -2
  366. package/js/es6/frozenproduct/large/light/mode.d.ts +0 -7
  367. package/js/es6/frozenproduct/large/light/mode.js +58 -65
  368. package/js/es6/frozenproduct/small/dark/components/button.d.ts +2 -0
  369. package/js/es6/frozenproduct/small/dark/components/button.js +34 -32
  370. package/js/es6/frozenproduct/small/dark/components/container.js +3 -3
  371. package/js/es6/frozenproduct/small/dark/components/form.js +4 -4
  372. package/js/es6/frozenproduct/small/dark/components/link.js +4 -4
  373. package/js/es6/frozenproduct/small/dark/components/nav.js +5 -5
  374. package/js/es6/frozenproduct/small/dark/components/popover.js +2 -2
  375. package/js/es6/frozenproduct/small/dark/components/progress.d.ts +1 -0
  376. package/js/es6/frozenproduct/small/dark/components/progress.js +1 -0
  377. package/js/es6/frozenproduct/small/dark/components/status.js +24 -24
  378. package/js/es6/frozenproduct/small/dark/components/tab.js +1 -1
  379. package/js/es6/frozenproduct/small/dark/components/table.js +2 -2
  380. package/js/es6/frozenproduct/small/dark/mode.d.ts +0 -7
  381. package/js/es6/frozenproduct/small/dark/mode.js +62 -69
  382. package/js/es6/frozenproduct/small/light/components/button.d.ts +2 -0
  383. package/js/es6/frozenproduct/small/light/components/button.js +34 -32
  384. package/js/es6/frozenproduct/small/light/components/container.js +3 -3
  385. package/js/es6/frozenproduct/small/light/components/form.js +4 -4
  386. package/js/es6/frozenproduct/small/light/components/link.js +4 -4
  387. package/js/es6/frozenproduct/small/light/components/nav.js +5 -5
  388. package/js/es6/frozenproduct/small/light/components/popover.js +2 -2
  389. package/js/es6/frozenproduct/small/light/components/progress.d.ts +1 -0
  390. package/js/es6/frozenproduct/small/light/components/progress.js +1 -0
  391. package/js/es6/frozenproduct/small/light/components/status.js +23 -23
  392. package/js/es6/frozenproduct/small/light/components/tab.js +1 -1
  393. package/js/es6/frozenproduct/small/light/components/table.js +2 -2
  394. package/js/es6/frozenproduct/small/light/mode.d.ts +0 -7
  395. package/js/es6/frozenproduct/small/light/mode.js +58 -65
  396. package/js/es6/marketing/large/dark/components/button.d.ts +2 -0
  397. package/js/es6/marketing/large/dark/components/button.js +34 -32
  398. package/js/es6/marketing/large/dark/components/container.js +3 -3
  399. package/js/es6/marketing/large/dark/components/form.js +4 -4
  400. package/js/es6/marketing/large/dark/components/link.js +4 -4
  401. package/js/es6/marketing/large/dark/components/nav.js +5 -5
  402. package/js/es6/marketing/large/dark/components/popover.js +2 -2
  403. package/js/es6/marketing/large/dark/components/progress.d.ts +1 -0
  404. package/js/es6/marketing/large/dark/components/progress.js +1 -0
  405. package/js/es6/marketing/large/dark/components/status.js +24 -24
  406. package/js/es6/marketing/large/dark/components/tab.js +1 -1
  407. package/js/es6/marketing/large/dark/components/table.js +2 -2
  408. package/js/es6/marketing/large/dark/mode.d.ts +0 -7
  409. package/js/es6/marketing/large/dark/mode.js +62 -69
  410. package/js/es6/marketing/large/light/components/button.d.ts +2 -0
  411. package/js/es6/marketing/large/light/components/button.js +34 -32
  412. package/js/es6/marketing/large/light/components/container.js +3 -3
  413. package/js/es6/marketing/large/light/components/form.js +4 -4
  414. package/js/es6/marketing/large/light/components/link.js +4 -4
  415. package/js/es6/marketing/large/light/components/nav.js +5 -5
  416. package/js/es6/marketing/large/light/components/popover.js +2 -2
  417. package/js/es6/marketing/large/light/components/progress.d.ts +1 -0
  418. package/js/es6/marketing/large/light/components/progress.js +1 -0
  419. package/js/es6/marketing/large/light/components/status.js +23 -23
  420. package/js/es6/marketing/large/light/components/tab.js +1 -1
  421. package/js/es6/marketing/large/light/components/table.js +2 -2
  422. package/js/es6/marketing/large/light/mode.d.ts +0 -7
  423. package/js/es6/marketing/large/light/mode.js +58 -65
  424. package/js/es6/marketing/small/dark/components/button.d.ts +2 -0
  425. package/js/es6/marketing/small/dark/components/button.js +34 -32
  426. package/js/es6/marketing/small/dark/components/container.js +3 -3
  427. package/js/es6/marketing/small/dark/components/form.js +4 -4
  428. package/js/es6/marketing/small/dark/components/link.js +4 -4
  429. package/js/es6/marketing/small/dark/components/nav.js +5 -5
  430. package/js/es6/marketing/small/dark/components/popover.js +2 -2
  431. package/js/es6/marketing/small/dark/components/progress.d.ts +1 -0
  432. package/js/es6/marketing/small/dark/components/progress.js +1 -0
  433. package/js/es6/marketing/small/dark/components/status.js +24 -24
  434. package/js/es6/marketing/small/dark/components/tab.js +1 -1
  435. package/js/es6/marketing/small/dark/components/table.js +2 -2
  436. package/js/es6/marketing/small/dark/mode.d.ts +0 -7
  437. package/js/es6/marketing/small/dark/mode.js +62 -69
  438. package/js/es6/marketing/small/light/components/button.d.ts +2 -0
  439. package/js/es6/marketing/small/light/components/button.js +34 -32
  440. package/js/es6/marketing/small/light/components/container.js +3 -3
  441. package/js/es6/marketing/small/light/components/form.js +4 -4
  442. package/js/es6/marketing/small/light/components/link.js +4 -4
  443. package/js/es6/marketing/small/light/components/nav.js +5 -5
  444. package/js/es6/marketing/small/light/components/popover.js +2 -2
  445. package/js/es6/marketing/small/light/components/progress.d.ts +1 -0
  446. package/js/es6/marketing/small/light/components/progress.js +1 -0
  447. package/js/es6/marketing/small/light/components/status.js +23 -23
  448. package/js/es6/marketing/small/light/components/tab.js +1 -1
  449. package/js/es6/marketing/small/light/components/table.js +2 -2
  450. package/js/es6/marketing/small/light/mode.d.ts +0 -7
  451. package/js/es6/marketing/small/light/mode.js +58 -65
  452. package/js/es6/product/large/dark/components/button.d.ts +2 -0
  453. package/js/es6/product/large/dark/components/button.js +34 -32
  454. package/js/es6/product/large/dark/components/container.js +3 -3
  455. package/js/es6/product/large/dark/components/form.js +4 -4
  456. package/js/es6/product/large/dark/components/link.js +4 -4
  457. package/js/es6/product/large/dark/components/nav.js +5 -5
  458. package/js/es6/product/large/dark/components/popover.js +2 -2
  459. package/js/es6/product/large/dark/components/progress.d.ts +1 -0
  460. package/js/es6/product/large/dark/components/progress.js +1 -0
  461. package/js/es6/product/large/dark/components/status.js +24 -24
  462. package/js/es6/product/large/dark/components/tab.js +1 -1
  463. package/js/es6/product/large/dark/components/table.js +2 -2
  464. package/js/es6/product/large/dark/mode.d.ts +0 -7
  465. package/js/es6/product/large/dark/mode.js +62 -69
  466. package/js/es6/product/large/light/components/button.d.ts +2 -0
  467. package/js/es6/product/large/light/components/button.js +34 -32
  468. package/js/es6/product/large/light/components/container.js +3 -3
  469. package/js/es6/product/large/light/components/form.js +4 -4
  470. package/js/es6/product/large/light/components/link.js +4 -4
  471. package/js/es6/product/large/light/components/nav.js +5 -5
  472. package/js/es6/product/large/light/components/popover.js +2 -2
  473. package/js/es6/product/large/light/components/progress.d.ts +1 -0
  474. package/js/es6/product/large/light/components/progress.js +1 -0
  475. package/js/es6/product/large/light/components/status.js +23 -23
  476. package/js/es6/product/large/light/components/tab.js +1 -1
  477. package/js/es6/product/large/light/components/table.js +2 -2
  478. package/js/es6/product/large/light/mode.d.ts +0 -7
  479. package/js/es6/product/large/light/mode.js +58 -65
  480. package/js/es6/product/small/dark/components/button.d.ts +2 -0
  481. package/js/es6/product/small/dark/components/button.js +34 -32
  482. package/js/es6/product/small/dark/components/container.js +3 -3
  483. package/js/es6/product/small/dark/components/form.js +4 -4
  484. package/js/es6/product/small/dark/components/link.js +4 -4
  485. package/js/es6/product/small/dark/components/nav.js +5 -5
  486. package/js/es6/product/small/dark/components/popover.js +2 -2
  487. package/js/es6/product/small/dark/components/progress.d.ts +1 -0
  488. package/js/es6/product/small/dark/components/progress.js +1 -0
  489. package/js/es6/product/small/dark/components/status.js +24 -24
  490. package/js/es6/product/small/dark/components/tab.js +1 -1
  491. package/js/es6/product/small/dark/components/table.js +2 -2
  492. package/js/es6/product/small/dark/mode.d.ts +0 -7
  493. package/js/es6/product/small/dark/mode.js +62 -69
  494. package/js/es6/product/small/light/components/button.d.ts +2 -0
  495. package/js/es6/product/small/light/components/button.js +34 -32
  496. package/js/es6/product/small/light/components/container.js +3 -3
  497. package/js/es6/product/small/light/components/form.js +4 -4
  498. package/js/es6/product/small/light/components/link.js +4 -4
  499. package/js/es6/product/small/light/components/nav.js +5 -5
  500. package/js/es6/product/small/light/components/popover.js +2 -2
  501. package/js/es6/product/small/light/components/progress.d.ts +1 -0
  502. package/js/es6/product/small/light/components/progress.js +1 -0
  503. package/js/es6/product/small/light/components/status.js +23 -23
  504. package/js/es6/product/small/light/components/tab.js +1 -1
  505. package/js/es6/product/small/light/components/table.js +2 -2
  506. package/js/es6/product/small/light/mode.d.ts +0 -7
  507. package/js/es6/product/small/light/mode.js +58 -65
  508. package/js/umd/frozenproduct/large/dark/components/button.js +68 -34
  509. package/js/umd/frozenproduct/large/dark/components/container.js +5 -26
  510. package/js/umd/frozenproduct/large/dark/components/form.js +4 -4
  511. package/js/umd/frozenproduct/large/dark/components/link.js +6 -6
  512. package/js/umd/frozenproduct/large/dark/components/nav.js +5 -5
  513. package/js/umd/frozenproduct/large/dark/components/popover.js +2 -2
  514. package/js/umd/frozenproduct/large/dark/components/progress.js +15 -0
  515. package/js/umd/frozenproduct/large/dark/components/status.js +24 -24
  516. package/js/umd/frozenproduct/large/dark/components/tab.js +1 -1
  517. package/js/umd/frozenproduct/large/dark/components/table.js +2 -2
  518. package/js/umd/frozenproduct/large/dark/mode.js +207 -316
  519. package/js/umd/frozenproduct/large/light/components/button.js +68 -34
  520. package/js/umd/frozenproduct/large/light/components/container.js +5 -26
  521. package/js/umd/frozenproduct/large/light/components/form.js +4 -4
  522. package/js/umd/frozenproduct/large/light/components/link.js +6 -6
  523. package/js/umd/frozenproduct/large/light/components/nav.js +5 -5
  524. package/js/umd/frozenproduct/large/light/components/popover.js +2 -2
  525. package/js/umd/frozenproduct/large/light/components/progress.js +15 -0
  526. package/js/umd/frozenproduct/large/light/components/status.js +23 -23
  527. package/js/umd/frozenproduct/large/light/components/tab.js +1 -1
  528. package/js/umd/frozenproduct/large/light/components/table.js +2 -2
  529. package/js/umd/frozenproduct/large/light/mode.js +202 -312
  530. package/js/umd/frozenproduct/small/dark/components/button.js +68 -34
  531. package/js/umd/frozenproduct/small/dark/components/container.js +5 -26
  532. package/js/umd/frozenproduct/small/dark/components/form.js +4 -4
  533. package/js/umd/frozenproduct/small/dark/components/link.js +6 -6
  534. package/js/umd/frozenproduct/small/dark/components/nav.js +5 -5
  535. package/js/umd/frozenproduct/small/dark/components/popover.js +2 -2
  536. package/js/umd/frozenproduct/small/dark/components/progress.js +15 -0
  537. package/js/umd/frozenproduct/small/dark/components/status.js +24 -24
  538. package/js/umd/frozenproduct/small/dark/components/tab.js +1 -1
  539. package/js/umd/frozenproduct/small/dark/components/table.js +2 -2
  540. package/js/umd/frozenproduct/small/dark/mode.js +207 -316
  541. package/js/umd/frozenproduct/small/light/components/button.js +68 -34
  542. package/js/umd/frozenproduct/small/light/components/container.js +5 -26
  543. package/js/umd/frozenproduct/small/light/components/form.js +4 -4
  544. package/js/umd/frozenproduct/small/light/components/link.js +6 -6
  545. package/js/umd/frozenproduct/small/light/components/nav.js +5 -5
  546. package/js/umd/frozenproduct/small/light/components/popover.js +2 -2
  547. package/js/umd/frozenproduct/small/light/components/progress.js +15 -0
  548. package/js/umd/frozenproduct/small/light/components/status.js +23 -23
  549. package/js/umd/frozenproduct/small/light/components/tab.js +1 -1
  550. package/js/umd/frozenproduct/small/light/components/table.js +2 -2
  551. package/js/umd/frozenproduct/small/light/mode.js +202 -312
  552. package/js/umd/marketing/large/dark/components/button.js +68 -34
  553. package/js/umd/marketing/large/dark/components/container.js +5 -26
  554. package/js/umd/marketing/large/dark/components/form.js +4 -4
  555. package/js/umd/marketing/large/dark/components/link.js +6 -6
  556. package/js/umd/marketing/large/dark/components/nav.js +5 -5
  557. package/js/umd/marketing/large/dark/components/popover.js +2 -2
  558. package/js/umd/marketing/large/dark/components/progress.js +15 -0
  559. package/js/umd/marketing/large/dark/components/status.js +24 -24
  560. package/js/umd/marketing/large/dark/components/tab.js +1 -1
  561. package/js/umd/marketing/large/dark/components/table.js +2 -2
  562. package/js/umd/marketing/large/dark/mode.js +207 -316
  563. package/js/umd/marketing/large/light/components/button.js +68 -34
  564. package/js/umd/marketing/large/light/components/container.js +5 -26
  565. package/js/umd/marketing/large/light/components/form.js +4 -4
  566. package/js/umd/marketing/large/light/components/link.js +6 -6
  567. package/js/umd/marketing/large/light/components/nav.js +5 -5
  568. package/js/umd/marketing/large/light/components/popover.js +2 -2
  569. package/js/umd/marketing/large/light/components/progress.js +15 -0
  570. package/js/umd/marketing/large/light/components/status.js +23 -23
  571. package/js/umd/marketing/large/light/components/tab.js +1 -1
  572. package/js/umd/marketing/large/light/components/table.js +2 -2
  573. package/js/umd/marketing/large/light/mode.js +202 -312
  574. package/js/umd/marketing/small/dark/components/button.js +68 -34
  575. package/js/umd/marketing/small/dark/components/container.js +5 -26
  576. package/js/umd/marketing/small/dark/components/form.js +4 -4
  577. package/js/umd/marketing/small/dark/components/link.js +6 -6
  578. package/js/umd/marketing/small/dark/components/nav.js +5 -5
  579. package/js/umd/marketing/small/dark/components/popover.js +2 -2
  580. package/js/umd/marketing/small/dark/components/progress.js +15 -0
  581. package/js/umd/marketing/small/dark/components/status.js +24 -24
  582. package/js/umd/marketing/small/dark/components/tab.js +1 -1
  583. package/js/umd/marketing/small/dark/components/table.js +2 -2
  584. package/js/umd/marketing/small/dark/mode.js +207 -316
  585. package/js/umd/marketing/small/light/components/button.js +68 -34
  586. package/js/umd/marketing/small/light/components/container.js +5 -26
  587. package/js/umd/marketing/small/light/components/form.js +4 -4
  588. package/js/umd/marketing/small/light/components/link.js +6 -6
  589. package/js/umd/marketing/small/light/components/nav.js +5 -5
  590. package/js/umd/marketing/small/light/components/popover.js +2 -2
  591. package/js/umd/marketing/small/light/components/progress.js +15 -0
  592. package/js/umd/marketing/small/light/components/status.js +23 -23
  593. package/js/umd/marketing/small/light/components/tab.js +1 -1
  594. package/js/umd/marketing/small/light/components/table.js +2 -2
  595. package/js/umd/marketing/small/light/mode.js +202 -312
  596. package/js/umd/product/large/dark/components/button.js +68 -34
  597. package/js/umd/product/large/dark/components/container.js +5 -26
  598. package/js/umd/product/large/dark/components/form.js +4 -4
  599. package/js/umd/product/large/dark/components/link.js +6 -6
  600. package/js/umd/product/large/dark/components/nav.js +5 -5
  601. package/js/umd/product/large/dark/components/popover.js +2 -2
  602. package/js/umd/product/large/dark/components/progress.js +15 -0
  603. package/js/umd/product/large/dark/components/status.js +24 -24
  604. package/js/umd/product/large/dark/components/tab.js +1 -1
  605. package/js/umd/product/large/dark/components/table.js +2 -2
  606. package/js/umd/product/large/dark/mode.js +207 -316
  607. package/js/umd/product/large/light/components/button.js +68 -34
  608. package/js/umd/product/large/light/components/container.js +5 -26
  609. package/js/umd/product/large/light/components/form.js +4 -4
  610. package/js/umd/product/large/light/components/link.js +6 -6
  611. package/js/umd/product/large/light/components/nav.js +5 -5
  612. package/js/umd/product/large/light/components/popover.js +2 -2
  613. package/js/umd/product/large/light/components/progress.js +15 -0
  614. package/js/umd/product/large/light/components/status.js +23 -23
  615. package/js/umd/product/large/light/components/tab.js +1 -1
  616. package/js/umd/product/large/light/components/table.js +2 -2
  617. package/js/umd/product/large/light/mode.js +202 -312
  618. package/js/umd/product/small/dark/components/button.js +68 -34
  619. package/js/umd/product/small/dark/components/container.js +5 -26
  620. package/js/umd/product/small/dark/components/form.js +4 -4
  621. package/js/umd/product/small/dark/components/link.js +6 -6
  622. package/js/umd/product/small/dark/components/nav.js +5 -5
  623. package/js/umd/product/small/dark/components/popover.js +2 -2
  624. package/js/umd/product/small/dark/components/progress.js +15 -0
  625. package/js/umd/product/small/dark/components/status.js +24 -24
  626. package/js/umd/product/small/dark/components/tab.js +1 -1
  627. package/js/umd/product/small/dark/components/table.js +2 -2
  628. package/js/umd/product/small/dark/mode.js +207 -316
  629. package/js/umd/product/small/light/components/button.js +68 -34
  630. package/js/umd/product/small/light/components/container.js +5 -26
  631. package/js/umd/product/small/light/components/form.js +4 -4
  632. package/js/umd/product/small/light/components/link.js +6 -6
  633. package/js/umd/product/small/light/components/nav.js +5 -5
  634. package/js/umd/product/small/light/components/popover.js +2 -2
  635. package/js/umd/product/small/light/components/progress.js +15 -0
  636. package/js/umd/product/small/light/components/status.js +23 -23
  637. package/js/umd/product/small/light/components/tab.js +1 -1
  638. package/js/umd/product/small/light/components/table.js +2 -2
  639. package/js/umd/product/small/light/mode.js +202 -312
  640. package/json/flat/frozenproduct/large/dark/components/button.json +34 -32
  641. package/json/flat/frozenproduct/large/dark/components/container.json +3 -3
  642. package/json/flat/frozenproduct/large/dark/components/form.json +4 -4
  643. package/json/flat/frozenproduct/large/dark/components/link.json +4 -4
  644. package/json/flat/frozenproduct/large/dark/components/nav.json +5 -5
  645. package/json/flat/frozenproduct/large/dark/components/popover.json +2 -2
  646. package/json/flat/frozenproduct/large/dark/components/progress.json +1 -0
  647. package/json/flat/frozenproduct/large/dark/components/status.json +24 -24
  648. package/json/flat/frozenproduct/large/dark/components/tab.json +1 -1
  649. package/json/flat/frozenproduct/large/dark/components/table.json +2 -2
  650. package/json/flat/frozenproduct/large/dark/mode.json +63 -70
  651. package/json/flat/frozenproduct/large/light/components/button.json +34 -32
  652. package/json/flat/frozenproduct/large/light/components/container.json +3 -3
  653. package/json/flat/frozenproduct/large/light/components/form.json +4 -4
  654. package/json/flat/frozenproduct/large/light/components/link.json +4 -4
  655. package/json/flat/frozenproduct/large/light/components/nav.json +5 -5
  656. package/json/flat/frozenproduct/large/light/components/popover.json +2 -2
  657. package/json/flat/frozenproduct/large/light/components/progress.json +1 -0
  658. package/json/flat/frozenproduct/large/light/components/status.json +23 -23
  659. package/json/flat/frozenproduct/large/light/components/tab.json +1 -1
  660. package/json/flat/frozenproduct/large/light/components/table.json +2 -2
  661. package/json/flat/frozenproduct/large/light/mode.json +59 -66
  662. package/json/flat/frozenproduct/small/dark/components/button.json +34 -32
  663. package/json/flat/frozenproduct/small/dark/components/container.json +3 -3
  664. package/json/flat/frozenproduct/small/dark/components/form.json +4 -4
  665. package/json/flat/frozenproduct/small/dark/components/link.json +4 -4
  666. package/json/flat/frozenproduct/small/dark/components/nav.json +5 -5
  667. package/json/flat/frozenproduct/small/dark/components/popover.json +2 -2
  668. package/json/flat/frozenproduct/small/dark/components/progress.json +1 -0
  669. package/json/flat/frozenproduct/small/dark/components/status.json +24 -24
  670. package/json/flat/frozenproduct/small/dark/components/tab.json +1 -1
  671. package/json/flat/frozenproduct/small/dark/components/table.json +2 -2
  672. package/json/flat/frozenproduct/small/dark/mode.json +63 -70
  673. package/json/flat/frozenproduct/small/light/components/button.json +34 -32
  674. package/json/flat/frozenproduct/small/light/components/container.json +3 -3
  675. package/json/flat/frozenproduct/small/light/components/form.json +4 -4
  676. package/json/flat/frozenproduct/small/light/components/link.json +4 -4
  677. package/json/flat/frozenproduct/small/light/components/nav.json +5 -5
  678. package/json/flat/frozenproduct/small/light/components/popover.json +2 -2
  679. package/json/flat/frozenproduct/small/light/components/progress.json +1 -0
  680. package/json/flat/frozenproduct/small/light/components/status.json +23 -23
  681. package/json/flat/frozenproduct/small/light/components/tab.json +1 -1
  682. package/json/flat/frozenproduct/small/light/components/table.json +2 -2
  683. package/json/flat/frozenproduct/small/light/mode.json +59 -66
  684. package/json/flat/marketing/large/dark/components/button.json +34 -32
  685. package/json/flat/marketing/large/dark/components/container.json +3 -3
  686. package/json/flat/marketing/large/dark/components/form.json +4 -4
  687. package/json/flat/marketing/large/dark/components/link.json +4 -4
  688. package/json/flat/marketing/large/dark/components/nav.json +5 -5
  689. package/json/flat/marketing/large/dark/components/popover.json +2 -2
  690. package/json/flat/marketing/large/dark/components/progress.json +1 -0
  691. package/json/flat/marketing/large/dark/components/status.json +24 -24
  692. package/json/flat/marketing/large/dark/components/tab.json +1 -1
  693. package/json/flat/marketing/large/dark/components/table.json +2 -2
  694. package/json/flat/marketing/large/dark/mode.json +63 -70
  695. package/json/flat/marketing/large/light/components/button.json +34 -32
  696. package/json/flat/marketing/large/light/components/container.json +3 -3
  697. package/json/flat/marketing/large/light/components/form.json +4 -4
  698. package/json/flat/marketing/large/light/components/link.json +4 -4
  699. package/json/flat/marketing/large/light/components/nav.json +5 -5
  700. package/json/flat/marketing/large/light/components/popover.json +2 -2
  701. package/json/flat/marketing/large/light/components/progress.json +1 -0
  702. package/json/flat/marketing/large/light/components/status.json +23 -23
  703. package/json/flat/marketing/large/light/components/tab.json +1 -1
  704. package/json/flat/marketing/large/light/components/table.json +2 -2
  705. package/json/flat/marketing/large/light/mode.json +59 -66
  706. package/json/flat/marketing/small/dark/components/button.json +34 -32
  707. package/json/flat/marketing/small/dark/components/container.json +3 -3
  708. package/json/flat/marketing/small/dark/components/form.json +4 -4
  709. package/json/flat/marketing/small/dark/components/link.json +4 -4
  710. package/json/flat/marketing/small/dark/components/nav.json +5 -5
  711. package/json/flat/marketing/small/dark/components/popover.json +2 -2
  712. package/json/flat/marketing/small/dark/components/progress.json +1 -0
  713. package/json/flat/marketing/small/dark/components/status.json +24 -24
  714. package/json/flat/marketing/small/dark/components/tab.json +1 -1
  715. package/json/flat/marketing/small/dark/components/table.json +2 -2
  716. package/json/flat/marketing/small/dark/mode.json +63 -70
  717. package/json/flat/marketing/small/light/components/button.json +34 -32
  718. package/json/flat/marketing/small/light/components/container.json +3 -3
  719. package/json/flat/marketing/small/light/components/form.json +4 -4
  720. package/json/flat/marketing/small/light/components/link.json +4 -4
  721. package/json/flat/marketing/small/light/components/nav.json +5 -5
  722. package/json/flat/marketing/small/light/components/popover.json +2 -2
  723. package/json/flat/marketing/small/light/components/progress.json +1 -0
  724. package/json/flat/marketing/small/light/components/status.json +23 -23
  725. package/json/flat/marketing/small/light/components/tab.json +1 -1
  726. package/json/flat/marketing/small/light/components/table.json +2 -2
  727. package/json/flat/marketing/small/light/mode.json +59 -66
  728. package/json/flat/product/large/dark/components/button.json +34 -32
  729. package/json/flat/product/large/dark/components/container.json +3 -3
  730. package/json/flat/product/large/dark/components/form.json +4 -4
  731. package/json/flat/product/large/dark/components/link.json +4 -4
  732. package/json/flat/product/large/dark/components/nav.json +5 -5
  733. package/json/flat/product/large/dark/components/popover.json +2 -2
  734. package/json/flat/product/large/dark/components/progress.json +1 -0
  735. package/json/flat/product/large/dark/components/status.json +24 -24
  736. package/json/flat/product/large/dark/components/tab.json +1 -1
  737. package/json/flat/product/large/dark/components/table.json +2 -2
  738. package/json/flat/product/large/dark/mode.json +63 -70
  739. package/json/flat/product/large/light/components/button.json +34 -32
  740. package/json/flat/product/large/light/components/container.json +3 -3
  741. package/json/flat/product/large/light/components/form.json +4 -4
  742. package/json/flat/product/large/light/components/link.json +4 -4
  743. package/json/flat/product/large/light/components/nav.json +5 -5
  744. package/json/flat/product/large/light/components/popover.json +2 -2
  745. package/json/flat/product/large/light/components/progress.json +1 -0
  746. package/json/flat/product/large/light/components/status.json +23 -23
  747. package/json/flat/product/large/light/components/tab.json +1 -1
  748. package/json/flat/product/large/light/components/table.json +2 -2
  749. package/json/flat/product/large/light/mode.json +59 -66
  750. package/json/flat/product/small/dark/components/button.json +34 -32
  751. package/json/flat/product/small/dark/components/container.json +3 -3
  752. package/json/flat/product/small/dark/components/form.json +4 -4
  753. package/json/flat/product/small/dark/components/link.json +4 -4
  754. package/json/flat/product/small/dark/components/nav.json +5 -5
  755. package/json/flat/product/small/dark/components/popover.json +2 -2
  756. package/json/flat/product/small/dark/components/progress.json +1 -0
  757. package/json/flat/product/small/dark/components/status.json +24 -24
  758. package/json/flat/product/small/dark/components/tab.json +1 -1
  759. package/json/flat/product/small/dark/components/table.json +2 -2
  760. package/json/flat/product/small/dark/mode.json +63 -70
  761. package/json/flat/product/small/light/components/button.json +34 -32
  762. package/json/flat/product/small/light/components/container.json +3 -3
  763. package/json/flat/product/small/light/components/form.json +4 -4
  764. package/json/flat/product/small/light/components/link.json +4 -4
  765. package/json/flat/product/small/light/components/nav.json +5 -5
  766. package/json/flat/product/small/light/components/popover.json +2 -2
  767. package/json/flat/product/small/light/components/progress.json +1 -0
  768. package/json/flat/product/small/light/components/status.json +23 -23
  769. package/json/flat/product/small/light/components/tab.json +1 -1
  770. package/json/flat/product/small/light/components/table.json +2 -2
  771. package/json/flat/product/small/light/mode.json +59 -66
  772. package/json/nested/frozenproduct/large/dark/components/button.json +34 -32
  773. package/json/nested/frozenproduct/large/dark/components/container.json +3 -3
  774. package/json/nested/frozenproduct/large/dark/components/form.json +4 -4
  775. package/json/nested/frozenproduct/large/dark/components/link.json +4 -4
  776. package/json/nested/frozenproduct/large/dark/components/nav.json +5 -5
  777. package/json/nested/frozenproduct/large/dark/components/popover.json +2 -2
  778. package/json/nested/frozenproduct/large/dark/components/progress.json +1 -0
  779. package/json/nested/frozenproduct/large/dark/components/status.json +24 -24
  780. package/json/nested/frozenproduct/large/dark/components/tab.json +1 -1
  781. package/json/nested/frozenproduct/large/dark/components/table.json +2 -2
  782. package/json/nested/frozenproduct/large/dark/mode.json +62 -77
  783. package/json/nested/frozenproduct/large/light/components/button.json +34 -32
  784. package/json/nested/frozenproduct/large/light/components/container.json +3 -3
  785. package/json/nested/frozenproduct/large/light/components/form.json +4 -4
  786. package/json/nested/frozenproduct/large/light/components/link.json +4 -4
  787. package/json/nested/frozenproduct/large/light/components/nav.json +5 -5
  788. package/json/nested/frozenproduct/large/light/components/popover.json +2 -2
  789. package/json/nested/frozenproduct/large/light/components/progress.json +1 -0
  790. package/json/nested/frozenproduct/large/light/components/status.json +23 -23
  791. package/json/nested/frozenproduct/large/light/components/tab.json +1 -1
  792. package/json/nested/frozenproduct/large/light/components/table.json +2 -2
  793. package/json/nested/frozenproduct/large/light/mode.json +58 -73
  794. package/json/nested/frozenproduct/small/dark/components/button.json +34 -32
  795. package/json/nested/frozenproduct/small/dark/components/container.json +3 -3
  796. package/json/nested/frozenproduct/small/dark/components/form.json +4 -4
  797. package/json/nested/frozenproduct/small/dark/components/link.json +4 -4
  798. package/json/nested/frozenproduct/small/dark/components/nav.json +5 -5
  799. package/json/nested/frozenproduct/small/dark/components/popover.json +2 -2
  800. package/json/nested/frozenproduct/small/dark/components/progress.json +1 -0
  801. package/json/nested/frozenproduct/small/dark/components/status.json +24 -24
  802. package/json/nested/frozenproduct/small/dark/components/tab.json +1 -1
  803. package/json/nested/frozenproduct/small/dark/components/table.json +2 -2
  804. package/json/nested/frozenproduct/small/dark/mode.json +62 -77
  805. package/json/nested/frozenproduct/small/light/components/button.json +34 -32
  806. package/json/nested/frozenproduct/small/light/components/container.json +3 -3
  807. package/json/nested/frozenproduct/small/light/components/form.json +4 -4
  808. package/json/nested/frozenproduct/small/light/components/link.json +4 -4
  809. package/json/nested/frozenproduct/small/light/components/nav.json +5 -5
  810. package/json/nested/frozenproduct/small/light/components/popover.json +2 -2
  811. package/json/nested/frozenproduct/small/light/components/progress.json +1 -0
  812. package/json/nested/frozenproduct/small/light/components/status.json +23 -23
  813. package/json/nested/frozenproduct/small/light/components/tab.json +1 -1
  814. package/json/nested/frozenproduct/small/light/components/table.json +2 -2
  815. package/json/nested/frozenproduct/small/light/mode.json +58 -73
  816. package/json/nested/marketing/large/dark/components/button.json +34 -32
  817. package/json/nested/marketing/large/dark/components/container.json +3 -3
  818. package/json/nested/marketing/large/dark/components/form.json +4 -4
  819. package/json/nested/marketing/large/dark/components/link.json +4 -4
  820. package/json/nested/marketing/large/dark/components/nav.json +5 -5
  821. package/json/nested/marketing/large/dark/components/popover.json +2 -2
  822. package/json/nested/marketing/large/dark/components/progress.json +1 -0
  823. package/json/nested/marketing/large/dark/components/status.json +24 -24
  824. package/json/nested/marketing/large/dark/components/tab.json +1 -1
  825. package/json/nested/marketing/large/dark/components/table.json +2 -2
  826. package/json/nested/marketing/large/dark/mode.json +62 -77
  827. package/json/nested/marketing/large/light/components/button.json +34 -32
  828. package/json/nested/marketing/large/light/components/container.json +3 -3
  829. package/json/nested/marketing/large/light/components/form.json +4 -4
  830. package/json/nested/marketing/large/light/components/link.json +4 -4
  831. package/json/nested/marketing/large/light/components/nav.json +5 -5
  832. package/json/nested/marketing/large/light/components/popover.json +2 -2
  833. package/json/nested/marketing/large/light/components/progress.json +1 -0
  834. package/json/nested/marketing/large/light/components/status.json +23 -23
  835. package/json/nested/marketing/large/light/components/tab.json +1 -1
  836. package/json/nested/marketing/large/light/components/table.json +2 -2
  837. package/json/nested/marketing/large/light/mode.json +58 -73
  838. package/json/nested/marketing/small/dark/components/button.json +34 -32
  839. package/json/nested/marketing/small/dark/components/container.json +3 -3
  840. package/json/nested/marketing/small/dark/components/form.json +4 -4
  841. package/json/nested/marketing/small/dark/components/link.json +4 -4
  842. package/json/nested/marketing/small/dark/components/nav.json +5 -5
  843. package/json/nested/marketing/small/dark/components/popover.json +2 -2
  844. package/json/nested/marketing/small/dark/components/progress.json +1 -0
  845. package/json/nested/marketing/small/dark/components/status.json +24 -24
  846. package/json/nested/marketing/small/dark/components/tab.json +1 -1
  847. package/json/nested/marketing/small/dark/components/table.json +2 -2
  848. package/json/nested/marketing/small/dark/mode.json +62 -77
  849. package/json/nested/marketing/small/light/components/button.json +34 -32
  850. package/json/nested/marketing/small/light/components/container.json +3 -3
  851. package/json/nested/marketing/small/light/components/form.json +4 -4
  852. package/json/nested/marketing/small/light/components/link.json +4 -4
  853. package/json/nested/marketing/small/light/components/nav.json +5 -5
  854. package/json/nested/marketing/small/light/components/popover.json +2 -2
  855. package/json/nested/marketing/small/light/components/progress.json +1 -0
  856. package/json/nested/marketing/small/light/components/status.json +23 -23
  857. package/json/nested/marketing/small/light/components/tab.json +1 -1
  858. package/json/nested/marketing/small/light/components/table.json +2 -2
  859. package/json/nested/marketing/small/light/mode.json +58 -73
  860. package/json/nested/product/large/dark/components/button.json +34 -32
  861. package/json/nested/product/large/dark/components/container.json +3 -3
  862. package/json/nested/product/large/dark/components/form.json +4 -4
  863. package/json/nested/product/large/dark/components/link.json +4 -4
  864. package/json/nested/product/large/dark/components/nav.json +5 -5
  865. package/json/nested/product/large/dark/components/popover.json +2 -2
  866. package/json/nested/product/large/dark/components/progress.json +1 -0
  867. package/json/nested/product/large/dark/components/status.json +24 -24
  868. package/json/nested/product/large/dark/components/tab.json +1 -1
  869. package/json/nested/product/large/dark/components/table.json +2 -2
  870. package/json/nested/product/large/dark/mode.json +62 -77
  871. package/json/nested/product/large/light/components/button.json +34 -32
  872. package/json/nested/product/large/light/components/container.json +3 -3
  873. package/json/nested/product/large/light/components/form.json +4 -4
  874. package/json/nested/product/large/light/components/link.json +4 -4
  875. package/json/nested/product/large/light/components/nav.json +5 -5
  876. package/json/nested/product/large/light/components/popover.json +2 -2
  877. package/json/nested/product/large/light/components/progress.json +1 -0
  878. package/json/nested/product/large/light/components/status.json +23 -23
  879. package/json/nested/product/large/light/components/tab.json +1 -1
  880. package/json/nested/product/large/light/components/table.json +2 -2
  881. package/json/nested/product/large/light/mode.json +58 -73
  882. package/json/nested/product/small/dark/components/button.json +34 -32
  883. package/json/nested/product/small/dark/components/container.json +3 -3
  884. package/json/nested/product/small/dark/components/form.json +4 -4
  885. package/json/nested/product/small/dark/components/link.json +4 -4
  886. package/json/nested/product/small/dark/components/nav.json +5 -5
  887. package/json/nested/product/small/dark/components/popover.json +2 -2
  888. package/json/nested/product/small/dark/components/progress.json +1 -0
  889. package/json/nested/product/small/dark/components/status.json +24 -24
  890. package/json/nested/product/small/dark/components/tab.json +1 -1
  891. package/json/nested/product/small/dark/components/table.json +2 -2
  892. package/json/nested/product/small/dark/mode.json +62 -77
  893. package/json/nested/product/small/light/components/button.json +34 -32
  894. package/json/nested/product/small/light/components/container.json +3 -3
  895. package/json/nested/product/small/light/components/form.json +4 -4
  896. package/json/nested/product/small/light/components/link.json +4 -4
  897. package/json/nested/product/small/light/components/nav.json +5 -5
  898. package/json/nested/product/small/light/components/popover.json +2 -2
  899. package/json/nested/product/small/light/components/progress.json +1 -0
  900. package/json/nested/product/small/light/components/status.json +23 -23
  901. package/json/nested/product/small/light/components/tab.json +1 -1
  902. package/json/nested/product/small/light/components/table.json +2 -2
  903. package/json/nested/product/small/light/mode.json +58 -73
  904. package/package.json +1 -1
  905. package/sage-design-tokens-14.0.1.tgz +0 -0
  906. package/scss/frozenproduct/large/components/button.scss +6 -4
  907. package/scss/frozenproduct/large/components/container.scss +2 -2
  908. package/scss/frozenproduct/large/components/link.scss +2 -2
  909. package/scss/frozenproduct/large/components/progress.scss +1 -0
  910. package/scss/frozenproduct/large/dark.scss +64 -71
  911. package/scss/frozenproduct/large/light.scss +60 -67
  912. package/scss/frozenproduct/small/components/button.scss +8 -6
  913. package/scss/frozenproduct/small/components/container.scss +2 -2
  914. package/scss/frozenproduct/small/components/link.scss +2 -2
  915. package/scss/frozenproduct/small/components/progress.scss +1 -0
  916. package/scss/frozenproduct/small/dark.scss +64 -71
  917. package/scss/frozenproduct/small/light.scss +60 -67
  918. package/scss/marketing/large/components/button.scss +6 -4
  919. package/scss/marketing/large/components/container.scss +2 -2
  920. package/scss/marketing/large/components/link.scss +2 -2
  921. package/scss/marketing/large/components/progress.scss +1 -0
  922. package/scss/marketing/large/dark.scss +64 -71
  923. package/scss/marketing/large/light.scss +60 -67
  924. package/scss/marketing/small/components/button.scss +19 -17
  925. package/scss/marketing/small/components/container.scss +11 -11
  926. package/scss/marketing/small/components/form.scss +7 -7
  927. package/scss/marketing/small/components/link.scss +4 -4
  928. package/scss/marketing/small/components/nav.scss +5 -5
  929. package/scss/marketing/small/components/page.scss +1 -1
  930. package/scss/marketing/small/components/popover.scss +2 -2
  931. package/scss/marketing/small/components/progress.scss +7 -6
  932. package/scss/marketing/small/components/status.scss +3 -3
  933. package/scss/marketing/small/components/tab.scss +7 -7
  934. package/scss/marketing/small/components/table.scss +10 -10
  935. package/scss/marketing/small/dark.scss +64 -71
  936. package/scss/marketing/small/light.scss +60 -67
  937. package/scss/product/large/components/button.scss +17 -15
  938. package/scss/product/large/components/container.scss +11 -11
  939. package/scss/product/large/components/form.scss +7 -7
  940. package/scss/product/large/components/link.scss +4 -4
  941. package/scss/product/large/components/nav.scss +5 -5
  942. package/scss/product/large/components/page.scss +1 -1
  943. package/scss/product/large/components/popover.scss +2 -2
  944. package/scss/product/large/components/progress.scss +7 -6
  945. package/scss/product/large/components/status.scss +3 -3
  946. package/scss/product/large/components/tab.scss +7 -7
  947. package/scss/product/large/components/table.scss +10 -10
  948. package/scss/product/large/dark.scss +64 -71
  949. package/scss/product/large/light.scss +60 -67
  950. package/scss/product/small/components/button.scss +6 -4
  951. package/scss/product/small/components/container.scss +2 -2
  952. package/scss/product/small/components/link.scss +2 -2
  953. package/scss/product/small/components/progress.scss +1 -0
  954. package/scss/product/small/dark.scss +64 -71
  955. package/scss/product/small/light.scss +60 -67
  956. 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",
@@ -5026,7 +5029,7 @@
5026
5029
  "studio.tokens": {
5027
5030
  modify: {
5028
5031
  type: "mix",
5029
- value: "0.16",
5032
+ value: "0.15",
5030
5033
  space: "lch",
5031
5034
  color: "#000000",
5032
5035
  format: "hex",
@@ -5034,7 +5037,7 @@
5034
5037
  },
5035
5038
  },
5036
5039
  $type: "color",
5037
- $value: "#b13a0d",
5040
+ $value: "#b33b0d",
5038
5041
  $description: "used on pill hover states",
5039
5042
  filePath: "data/tokens/modes/light.json",
5040
5043
  isSource: true,
@@ -5043,7 +5046,7 @@
5043
5046
  "studio.tokens": {
5044
5047
  modify: {
5045
5048
  type: "mix",
5046
- value: "{modes.color.modifiers.button.hover}",
5049
+ value: "{primitives.color.modifiers.button.hover}",
5047
5050
  space: "lch",
5048
5051
  color: "{modes.color.modifier.contrastMore}",
5049
5052
  },
@@ -5062,7 +5065,7 @@
5062
5065
  "studio.tokens": {
5063
5066
  modify: {
5064
5067
  type: "mix",
5065
- value: "0.16",
5068
+ value: "0.15",
5066
5069
  space: "lch",
5067
5070
  color: "#D64309",
5068
5071
  format: "hex",
@@ -5070,7 +5073,7 @@
5070
5073
  },
5071
5074
  },
5072
5075
  $type: "color",
5073
- $value: "#fdd3c0",
5076
+ $value: "#fed5c3",
5074
5077
  $description: "used on pill hover states and message bg",
5075
5078
  filePath: "data/tokens/modes/light.json",
5076
5079
  isSource: true,
@@ -5079,7 +5082,7 @@
5079
5082
  "studio.tokens": {
5080
5083
  modify: {
5081
5084
  type: "mix",
5082
- value: "{modes.color.modifiers.button.hover}",
5085
+ value: "{primitives.color.modifiers.button.hover}",
5083
5086
  space: "lch",
5084
5087
  color: "{modes.color.status.caution.default}",
5085
5088
  },
@@ -5155,7 +5158,7 @@
5155
5158
  "studio.tokens": {
5156
5159
  modify: {
5157
5160
  type: "mix",
5158
- value: "0.16",
5161
+ value: "0.15",
5159
5162
  space: "lch",
5160
5163
  color: "#FFFFFF ",
5161
5164
  format: "hex",
@@ -5163,7 +5166,7 @@
5163
5166
  },
5164
5167
  },
5165
5168
  $type: "color",
5166
- $value: "#ff9a4e",
5169
+ $value: "#ff994c",
5167
5170
  $description: "used on global message bg",
5168
5171
  filePath: "data/tokens/modes/light.json",
5169
5172
  isSource: true,
@@ -5172,7 +5175,7 @@
5172
5175
  "studio.tokens": {
5173
5176
  modify: {
5174
5177
  type: "mix",
5175
- value: "{modes.color.modifiers.button.hover}",
5178
+ value: "{primitives.color.modifiers.button.hover}",
5176
5179
  space: "lch",
5177
5180
  color: "{modes.color.modifier.contrastLess} ",
5178
5181
  },
@@ -5263,7 +5266,7 @@
5263
5266
  "studio.tokens": {
5264
5267
  modify: {
5265
5268
  type: "mix",
5266
- value: "0.16",
5269
+ value: "0.15",
5267
5270
  space: "lch",
5268
5271
  color: "#FFFFFF ",
5269
5272
  format: "hex",
@@ -5271,7 +5274,7 @@
5271
5274
  },
5272
5275
  },
5273
5276
  $type: "color",
5274
- $value: "#eb6732",
5277
+ $value: "#eb6530",
5275
5278
  $description: "used on pill hover states",
5276
5279
  filePath: "data/tokens/modes/light.json",
5277
5280
  isSource: true,
@@ -5280,7 +5283,7 @@
5280
5283
  "studio.tokens": {
5281
5284
  modify: {
5282
5285
  type: "mix",
5283
- value: "{modes.color.modifiers.button.hover}",
5286
+ value: "{primitives.color.modifiers.button.hover}",
5284
5287
  space: "lch",
5285
5288
  color: "{modes.color.modifier.contrastLess} ",
5286
5289
  },
@@ -5306,7 +5309,7 @@
5306
5309
  "studio.tokens": {
5307
5310
  modify: {
5308
5311
  type: "mix",
5309
- value: "0.16",
5312
+ value: "0.15",
5310
5313
  space: "lch",
5311
5314
  color: "#E04500",
5312
5315
  format: "hex",
@@ -5314,7 +5317,7 @@
5314
5317
  },
5315
5318
  },
5316
5319
  $type: "color",
5317
- $value: "#3f1b0b",
5320
+ $value: "#3e1a0b",
5318
5321
  $description: "used on pill hover states and message bg",
5319
5322
  filePath: "data/tokens/modes/light.json",
5320
5323
  isSource: true,
@@ -5323,7 +5326,7 @@
5323
5326
  "studio.tokens": {
5324
5327
  modify: {
5325
5328
  type: "mix",
5326
- value: "{modes.color.modifiers.button.hover}",
5329
+ value: "{primitives.color.modifiers.button.hover}",
5327
5330
  space: "lch",
5328
5331
  color: "{modes.color.status.caution.inverse.default}",
5329
5332
  },
@@ -5761,7 +5764,7 @@
5761
5764
  "studio.tokens": {
5762
5765
  modify: {
5763
5766
  type: "mix",
5764
- value: "0.16",
5767
+ value: "0.15",
5765
5768
  space: "lch",
5766
5769
  color: "#000000",
5767
5770
  format: "hex",
@@ -5769,7 +5772,7 @@
5769
5772
  },
5770
5773
  },
5771
5774
  $type: "color",
5772
- $value: "#10508a",
5775
+ $value: "#10518c",
5773
5776
  $description: "used on pill hover states",
5774
5777
  filePath: "data/tokens/modes/light.json",
5775
5778
  isSource: true,
@@ -5778,7 +5781,7 @@
5778
5781
  "studio.tokens": {
5779
5782
  modify: {
5780
5783
  type: "mix",
5781
- value: "{modes.color.modifiers.button.hover}",
5784
+ value: "{primitives.color.modifiers.button.hover}",
5782
5785
  space: "lch",
5783
5786
  color: "{modes.color.modifier.contrastMore}",
5784
5787
  },
@@ -5797,7 +5800,7 @@
5797
5800
  "studio.tokens": {
5798
5801
  modify: {
5799
5802
  type: "mix",
5800
- value: "0.16",
5803
+ value: "0.15",
5801
5804
  space: "lch",
5802
5805
  color: "#0060A7",
5803
5806
  format: "hex",
@@ -5805,7 +5808,7 @@
5805
5808
  },
5806
5809
  },
5807
5810
  $type: "color",
5808
- $value: "#cbd6e9",
5811
+ $value: "#cdd7ea",
5809
5812
  $description: "used on pill hover states and message bg",
5810
5813
  filePath: "data/tokens/modes/light.json",
5811
5814
  isSource: true,
@@ -5814,7 +5817,7 @@
5814
5817
  "studio.tokens": {
5815
5818
  modify: {
5816
5819
  type: "mix",
5817
- value: "{modes.color.modifiers.button.hover}",
5820
+ value: "{primitives.color.modifiers.button.hover}",
5818
5821
  space: "lch",
5819
5822
  color: "{modes.color.status.info.default}",
5820
5823
  },
@@ -5856,7 +5859,7 @@
5856
5859
  "studio.tokens": {
5857
5860
  modify: {
5858
5861
  type: "mix",
5859
- value: "0.16",
5862
+ value: "0.15",
5860
5863
  space: "lch",
5861
5864
  color: "#FFFFFF ",
5862
5865
  format: "hex",
@@ -5864,7 +5867,7 @@
5864
5867
  },
5865
5868
  },
5866
5869
  $type: "color",
5867
- $value: "#84b6ff",
5870
+ $value: "#82b5ff",
5868
5871
  $description: "used on global message bg",
5869
5872
  filePath: "data/tokens/modes/light.json",
5870
5873
  isSource: true,
@@ -5873,7 +5876,7 @@
5873
5876
  "studio.tokens": {
5874
5877
  modify: {
5875
5878
  type: "mix",
5876
- value: "{modes.color.modifiers.button.hover}",
5879
+ value: "{primitives.color.modifiers.button.hover}",
5877
5880
  space: "lch",
5878
5881
  color: "{modes.color.modifier.contrastLess} ",
5879
5882
  },
@@ -5964,7 +5967,7 @@
5964
5967
  "studio.tokens": {
5965
5968
  modify: {
5966
5969
  type: "mix",
5967
- value: "0.16",
5970
+ value: "0.15",
5968
5971
  space: "lch",
5969
5972
  color: "#FFFFFF",
5970
5973
  format: "hex",
@@ -5972,7 +5975,7 @@
5972
5975
  },
5973
5976
  },
5974
5977
  $type: "color",
5975
- $value: "#5291e0",
5978
+ $value: "#4f90df",
5976
5979
  $description: "used on pill hover states",
5977
5980
  filePath: "data/tokens/modes/light.json",
5978
5981
  isSource: true,
@@ -5981,7 +5984,7 @@
5981
5984
  "studio.tokens": {
5982
5985
  modify: {
5983
5986
  type: "mix",
5984
- value: "{modes.color.modifiers.button.hover}",
5987
+ value: "{primitives.color.modifiers.button.hover}",
5985
5988
  space: "lch",
5986
5989
  color: "{modes.color.modifier.contrastLess}",
5987
5990
  },
@@ -6000,7 +6003,7 @@
6000
6003
  "studio.tokens": {
6001
6004
  modify: {
6002
6005
  type: "mix",
6003
- value: "0.16",
6006
+ value: "0.15",
6004
6007
  space: "lch",
6005
6008
  color: "#007ED9",
6006
6009
  format: "hex",
@@ -6008,7 +6011,7 @@
6008
6011
  },
6009
6012
  },
6010
6013
  $type: "color",
6011
- $value: "#17253b",
6014
+ $value: "#17253a",
6012
6015
  $description: "used on pill hover states and message bg",
6013
6016
  filePath: "data/tokens/modes/light.json",
6014
6017
  isSource: true,
@@ -6017,7 +6020,7 @@
6017
6020
  "studio.tokens": {
6018
6021
  modify: {
6019
6022
  type: "mix",
6020
- value: "{modes.color.modifiers.button.hover}",
6023
+ value: "{primitives.color.modifiers.button.hover}",
6021
6024
  space: "lch",
6022
6025
  color: "{modes.color.status.info.inverse.default}",
6023
6026
  },
@@ -6099,7 +6102,7 @@
6099
6102
  "studio.tokens": {
6100
6103
  modify: {
6101
6104
  type: "mix",
6102
- value: "0.16",
6105
+ value: "0.15",
6103
6106
  space: "lch",
6104
6107
  color: "#000000",
6105
6108
  format: "hex",
@@ -6107,7 +6110,7 @@
6107
6110
  },
6108
6111
  },
6109
6112
  $type: "color",
6110
- $value: "#aa323f",
6113
+ $value: "#ac3240",
6111
6114
  $description: "used on pill hover states",
6112
6115
  filePath: "data/tokens/modes/light.json",
6113
6116
  isSource: true,
@@ -6116,7 +6119,7 @@
6116
6119
  "studio.tokens": {
6117
6120
  modify: {
6118
6121
  type: "mix",
6119
- value: "{modes.color.modifiers.button.hover}",
6122
+ value: "{primitives.color.modifiers.button.hover}",
6120
6123
  space: "lch",
6121
6124
  color: "{modes.color.modifier.contrastMore}",
6122
6125
  },
@@ -6135,7 +6138,7 @@
6135
6138
  "studio.tokens": {
6136
6139
  modify: {
6137
6140
  type: "mix",
6138
- value: "0.16",
6141
+ value: "0.15",
6139
6142
  space: "lch",
6140
6143
  color: "#CD384B",
6141
6144
  format: "hex",
@@ -6143,7 +6146,7 @@
6143
6146
  },
6144
6147
  },
6145
6148
  $type: "color",
6146
- $value: "#f9d1cf",
6149
+ $value: "#f9d3d1",
6147
6150
  $description: "used on pill hover states and message bg",
6148
6151
  filePath: "data/tokens/modes/light.json",
6149
6152
  isSource: true,
@@ -6152,7 +6155,7 @@
6152
6155
  "studio.tokens": {
6153
6156
  modify: {
6154
6157
  type: "mix",
6155
- value: "{modes.color.modifiers.button.hover}",
6158
+ value: "{primitives.color.modifiers.button.hover}",
6156
6159
  space: "lch",
6157
6160
  color: "{modes.color.status.negative.default}",
6158
6161
  },
@@ -6248,7 +6251,7 @@
6248
6251
  "studio.tokens": {
6249
6252
  modify: {
6250
6253
  type: "mix",
6251
- value: "0.16",
6254
+ value: "0.15",
6252
6255
  space: "lch",
6253
6256
  color: "#FFFFFF ",
6254
6257
  format: "hex",
@@ -6256,7 +6259,7 @@
6256
6259
  },
6257
6260
  },
6258
6261
  $type: "color",
6259
- $value: "#eb646c",
6262
+ $value: "#ea626a",
6260
6263
  $description: "used on pill hover states",
6261
6264
  filePath: "data/tokens/modes/light.json",
6262
6265
  isSource: true,
@@ -6265,7 +6268,7 @@
6265
6268
  "studio.tokens": {
6266
6269
  modify: {
6267
6270
  type: "mix",
6268
- value: "{modes.color.modifiers.button.hover}",
6271
+ value: "{primitives.color.modifiers.button.hover}",
6269
6272
  space: "lch",
6270
6273
  color: "{modes.color.modifier.contrastLess} ",
6271
6274
  },
@@ -6291,7 +6294,7 @@
6291
6294
  "studio.tokens": {
6292
6295
  modify: {
6293
6296
  type: "mix",
6294
- value: "0.16",
6297
+ value: "0.15",
6295
6298
  space: "lch",
6296
6299
  color: "#E13E53",
6297
6300
  format: "hex",
@@ -6299,7 +6302,7 @@
6299
6302
  },
6300
6303
  },
6301
6304
  $type: "color",
6302
- $value: "#3f1a1c",
6305
+ $value: "#3d1a1c",
6303
6306
  $description: "used on pill hover states and message bg",
6304
6307
  filePath: "data/tokens/modes/light.json",
6305
6308
  isSource: true,
@@ -6308,7 +6311,7 @@
6308
6311
  "studio.tokens": {
6309
6312
  modify: {
6310
6313
  type: "mix",
6311
- value: "{modes.color.modifiers.button.hover}",
6314
+ value: "{primitives.color.modifiers.button.hover}",
6312
6315
  space: "lch",
6313
6316
  color: "{modes.color.status.negative.inverse.default}",
6314
6317
  },
@@ -6406,7 +6409,7 @@
6406
6409
  "studio.tokens": {
6407
6410
  modify: {
6408
6411
  type: "mix",
6409
- value: "0.16",
6412
+ value: "0.15",
6410
6413
  space: "lch",
6411
6414
  color: "#000000",
6412
6415
  format: "hex",
@@ -6414,7 +6417,7 @@
6414
6417
  },
6415
6418
  },
6416
6419
  $type: "color",
6417
- $value: "#555",
6420
+ $value: "#565656",
6418
6421
  $description: "used on pill hover states",
6419
6422
  filePath: "data/tokens/modes/light.json",
6420
6423
  isSource: true,
@@ -6423,7 +6426,7 @@
6423
6426
  "studio.tokens": {
6424
6427
  modify: {
6425
6428
  type: "mix",
6426
- value: "{modes.color.modifiers.button.hover}",
6429
+ value: "{primitives.color.modifiers.button.hover}",
6427
6430
  space: "lch",
6428
6431
  color: "{modes.color.modifier.contrastMore}",
6429
6432
  },
@@ -6442,7 +6445,7 @@
6442
6445
  "studio.tokens": {
6443
6446
  modify: {
6444
6447
  type: "mix",
6445
- value: "0.16",
6448
+ value: "0.15",
6446
6449
  space: "lch",
6447
6450
  color: "#656565",
6448
6451
  format: "hex",
@@ -6450,7 +6453,7 @@
6450
6453
  },
6451
6454
  },
6452
6455
  $type: "color",
6453
- $value: "#d8d8d8",
6456
+ $value: "#d9d9d9",
6454
6457
  $description: "used on pill hover states and message bg",
6455
6458
  filePath: "data/tokens/modes/light.json",
6456
6459
  isSource: true,
@@ -6459,7 +6462,7 @@
6459
6462
  "studio.tokens": {
6460
6463
  modify: {
6461
6464
  type: "mix",
6462
- value: "{modes.color.modifiers.button.hover}",
6465
+ value: "{primitives.color.modifiers.button.hover}",
6463
6466
  space: "lch",
6464
6467
  color: "{modes.color.status.neutral.default}",
6465
6468
  },
@@ -6691,7 +6694,7 @@
6691
6694
  "studio.tokens": {
6692
6695
  modify: {
6693
6696
  type: "mix",
6694
- value: "0.16",
6697
+ value: "0.15",
6695
6698
  space: "lch",
6696
6699
  color: "#FFFFFF ",
6697
6700
  format: "hex",
@@ -6699,7 +6702,7 @@
6699
6702
  },
6700
6703
  },
6701
6704
  $type: "color",
6702
- $value: "#909090",
6705
+ $value: "#8e8e8e",
6703
6706
  $description: "used on pill hover states",
6704
6707
  filePath: "data/tokens/modes/light.json",
6705
6708
  isSource: true,
@@ -6708,7 +6711,7 @@
6708
6711
  "studio.tokens": {
6709
6712
  modify: {
6710
6713
  type: "mix",
6711
- value: "{modes.color.modifiers.button.hover}",
6714
+ value: "{primitives.color.modifiers.button.hover}",
6712
6715
  space: "lch",
6713
6716
  color: "{modes.color.modifier.contrastLess} ",
6714
6717
  },
@@ -6734,7 +6737,7 @@
6734
6737
  "studio.tokens": {
6735
6738
  modify: {
6736
6739
  type: "mix",
6737
- value: "0.16",
6740
+ value: "0.15",
6738
6741
  space: "lch",
6739
6742
  color: "#7C7C7C",
6740
6743
  format: "hex",
@@ -6742,7 +6745,7 @@
6742
6745
  },
6743
6746
  },
6744
6747
  $type: "color",
6745
- $value: "#252525",
6748
+ $value: "#242424",
6746
6749
  $description: "used on pill hover states and message bg",
6747
6750
  filePath: "data/tokens/modes/light.json",
6748
6751
  isSource: true,
@@ -6751,7 +6754,7 @@
6751
6754
  "studio.tokens": {
6752
6755
  modify: {
6753
6756
  type: "mix",
6754
- value: "{modes.color.modifiers.button.hover}",
6757
+ value: "{primitives.color.modifiers.button.hover}",
6755
6758
  space: "lch",
6756
6759
  color: "{modes.color.status.neutral.inverse.default}",
6757
6760
  },
@@ -6833,7 +6836,7 @@
6833
6836
  "studio.tokens": {
6834
6837
  modify: {
6835
6838
  type: "mix",
6836
- value: "0.16",
6839
+ value: "0.15",
6837
6840
  space: "lch",
6838
6841
  color: "#000000",
6839
6842
  format: "hex",
@@ -6841,7 +6844,7 @@
6841
6844
  },
6842
6845
  },
6843
6846
  $type: "color",
6844
- $value: "#0e6b1d",
6847
+ $value: "#0e6d1d",
6845
6848
  $description: "used on pill hover states ",
6846
6849
  filePath: "data/tokens/modes/light.json",
6847
6850
  isSource: true,
@@ -6850,7 +6853,7 @@
6850
6853
  "studio.tokens": {
6851
6854
  modify: {
6852
6855
  type: "mix",
6853
- value: "{modes.color.modifiers.button.hover}",
6856
+ value: "{primitives.color.modifiers.button.hover}",
6854
6857
  space: "lch",
6855
6858
  color: "{modes.color.modifier.contrastMore}",
6856
6859
  },
@@ -6869,7 +6872,7 @@
6869
6872
  "studio.tokens": {
6870
6873
  modify: {
6871
6874
  type: "mix",
6872
- value: "0.16",
6875
+ value: "0.15",
6873
6876
  space: "lch",
6874
6877
  color: "#00811F",
6875
6878
  format: "hex",
@@ -6877,7 +6880,7 @@
6877
6880
  },
6878
6881
  },
6879
6882
  $type: "color",
6880
- $value: "#c9e0c7",
6883
+ $value: "#cbe1c9",
6881
6884
  $description: "used on pill hover states and message bg",
6882
6885
  filePath: "data/tokens/modes/light.json",
6883
6886
  isSource: true,
@@ -6886,7 +6889,7 @@
6886
6889
  "studio.tokens": {
6887
6890
  modify: {
6888
6891
  type: "mix",
6889
- value: "{modes.color.modifiers.button.hover}",
6892
+ value: "{primitives.color.modifiers.button.hover}",
6890
6893
  space: "lch",
6891
6894
  color: "{modes.color.status.positive.default}",
6892
6895
  },
@@ -6969,7 +6972,7 @@
6969
6972
  "studio.tokens": {
6970
6973
  modify: {
6971
6974
  type: "mix",
6972
- value: "0.08",
6975
+ value: "0.10",
6973
6976
  space: "lch",
6974
6977
  color: "#FFFFFF ",
6975
6978
  format: "hex",
@@ -6977,7 +6980,7 @@
6977
6980
  },
6978
6981
  },
6979
6982
  $type: "color",
6980
- $value: "#2b8b32",
6983
+ $value: "#328e37",
6981
6984
  $description: "used on pill hover states",
6982
6985
  filePath: "data/tokens/modes/light.json",
6983
6986
  isSource: true,
@@ -6986,7 +6989,7 @@
6986
6989
  "studio.tokens": {
6987
6990
  modify: {
6988
6991
  type: "mix",
6989
- value: "{modes.color.modifiers.button.hoverAlt}",
6992
+ value: "{primitives.color.modifiers.button.hoverAlt}",
6990
6993
  space: "lch",
6991
6994
  color: "{modes.color.modifier.contrastLess} ",
6992
6995
  },
@@ -7012,7 +7015,7 @@
7012
7015
  "studio.tokens": {
7013
7016
  modify: {
7014
7017
  type: "mix",
7015
- value: "0.16",
7018
+ value: "0.15",
7016
7019
  space: "lch",
7017
7020
  color: "#009023",
7018
7021
  format: "hex",
@@ -7020,7 +7023,7 @@
7020
7023
  },
7021
7024
  },
7022
7025
  $type: "color",
7023
- $value: "#132b12",
7026
+ $value: "#132912",
7024
7027
  $description: "used on pill hover states and message bg",
7025
7028
  filePath: "data/tokens/modes/light.json",
7026
7029
  isSource: true,
@@ -7029,7 +7032,7 @@
7029
7032
  "studio.tokens": {
7030
7033
  modify: {
7031
7034
  type: "mix",
7032
- value: "{modes.color.modifiers.button.hover}",
7035
+ value: "{primitives.color.modifiers.button.hover}",
7033
7036
  space: "lch",
7034
7037
  color: "{modes.color.status.positive.inverse.default}",
7035
7038
  },
@@ -7162,7 +7165,7 @@
7162
7165
  "studio.tokens": {
7163
7166
  modify: {
7164
7167
  type: "mix",
7165
- value: "0.16",
7168
+ value: "0.15",
7166
7169
  space: "lch",
7167
7170
  color: "#000000",
7168
7171
  format: "hex",
@@ -7170,7 +7173,7 @@
7170
7173
  },
7171
7174
  },
7172
7175
  $type: "color",
7173
- $value: "#0e6b1d",
7176
+ $value: "#0e6d1d",
7174
7177
  filePath: "data/tokens/modes/light.json",
7175
7178
  isSource: true,
7176
7179
  original: {
@@ -7178,7 +7181,7 @@
7178
7181
  "studio.tokens": {
7179
7182
  modify: {
7180
7183
  type: "mix",
7181
- value: "{modes.color.modifiers.button.hover}",
7184
+ value: "{primitives.color.modifiers.button.hover}",
7182
7185
  space: "lch",
7183
7186
  color: "{modes.color.modifier.contrastMore}",
7184
7187
  },
@@ -7241,7 +7244,7 @@
7241
7244
  "studio.tokens": {
7242
7245
  modify: {
7243
7246
  type: "mix",
7244
- value: "0.16",
7247
+ value: "0.15",
7245
7248
  space: "lch",
7246
7249
  color: "#000000",
7247
7250
  format: "hex",
@@ -7249,7 +7252,7 @@
7249
7252
  },
7250
7253
  },
7251
7254
  $type: "color",
7252
- $value: "#0e6b3b",
7255
+ $value: "#0d6c3c",
7253
7256
  filePath: "data/tokens/modes/light.json",
7254
7257
  isSource: true,
7255
7258
  original: {
@@ -7257,7 +7260,7 @@
7257
7260
  "studio.tokens": {
7258
7261
  modify: {
7259
7262
  type: "mix",
7260
- value: "{modes.color.modifiers.button.hover}",
7263
+ value: "{primitives.color.modifiers.button.hover}",
7261
7264
  space: "lch",
7262
7265
  color: "{modes.color.modifier.contrastMore}",
7263
7266
  },
@@ -7308,119 +7311,6 @@
7308
7311
  path: ["modes", "color", "modifier", "contrastMore"],
7309
7312
  },
7310
7313
  },
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
7314
  },
7425
7315
  },
7426
7316
  };