@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
@@ -1323,7 +1323,7 @@ module.exports = {
1323
1323
  "studio.tokens": {
1324
1324
  modify: {
1325
1325
  type: "mix",
1326
- value: "0.32",
1326
+ value: "0.30",
1327
1327
  space: "lch",
1328
1328
  color: "#000000",
1329
1329
  format: "hex",
@@ -1331,7 +1331,7 @@ module.exports = {
1331
1331
  },
1332
1332
  },
1333
1333
  $type: "color",
1334
- $value: "#882b34",
1334
+ $value: "#8c2c35",
1335
1335
  $description: "used on pill hover states",
1336
1336
  filePath: "data/tokens/modes/light.json",
1337
1337
  isSource: true,
@@ -1340,7 +1340,7 @@ module.exports = {
1340
1340
  "studio.tokens": {
1341
1341
  modify: {
1342
1342
  type: "mix",
1343
- value: "{modes.color.modifiers.button.active}",
1343
+ value: "{primitives.color.modifiers.button.active}",
1344
1344
  space: "lch",
1345
1345
  color: "{modes.color.modifier.contrastMore}",
1346
1346
  },
@@ -1408,7 +1408,7 @@ module.exports = {
1408
1408
  "studio.tokens": {
1409
1409
  modify: {
1410
1410
  type: "mix",
1411
- value: "0.16",
1411
+ value: "0.15",
1412
1412
  space: "lch",
1413
1413
  color: "#000000",
1414
1414
  format: "hex",
@@ -1416,7 +1416,7 @@ module.exports = {
1416
1416
  },
1417
1417
  },
1418
1418
  $type: "color",
1419
- $value: "#aa323f",
1419
+ $value: "#ac3240",
1420
1420
  $description: "used on solid-pill and primary-button hover states",
1421
1421
  filePath: "data/tokens/modes/light.json",
1422
1422
  isSource: true,
@@ -1425,7 +1425,7 @@ module.exports = {
1425
1425
  "studio.tokens": {
1426
1426
  modify: {
1427
1427
  type: "mix",
1428
- value: "{modes.color.modifiers.button.hover}",
1428
+ value: "{primitives.color.modifiers.button.hover}",
1429
1429
  space: "lch",
1430
1430
  color: "{modes.color.modifier.contrastMore}",
1431
1431
  },
@@ -1445,14 +1445,14 @@ module.exports = {
1445
1445
  "studio.tokens": {
1446
1446
  modify: {
1447
1447
  type: "alpha",
1448
- value: "0.08",
1448
+ value: "0.10",
1449
1449
  space: "lch",
1450
1450
  format: "hex",
1451
1451
  },
1452
1452
  },
1453
1453
  },
1454
1454
  $type: "color",
1455
- $value: "#cd384b14",
1455
+ $value: "#cd384b1a",
1456
1456
  $description: "used on secondary-button hover states",
1457
1457
  filePath: "data/tokens/modes/light.json",
1458
1458
  isSource: true,
@@ -1461,7 +1461,7 @@ module.exports = {
1461
1461
  "studio.tokens": {
1462
1462
  modify: {
1463
1463
  type: "alpha",
1464
- value: "{modes.color.modifiers.button.hoverAlt}",
1464
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1465
1465
  space: "lch",
1466
1466
  },
1467
1467
  },
@@ -1479,7 +1479,7 @@ module.exports = {
1479
1479
  "studio.tokens": {
1480
1480
  modify: {
1481
1481
  type: "mix",
1482
- value: "0.08",
1482
+ value: "0.10",
1483
1483
  space: "lch",
1484
1484
  color: "#000000",
1485
1485
  format: "hex",
@@ -1487,7 +1487,7 @@ module.exports = {
1487
1487
  },
1488
1488
  },
1489
1489
  $type: "color",
1490
- $value: "#a3303d",
1490
+ $value: "#9f303c",
1491
1491
  $description: "used on link hover state",
1492
1492
  filePath: "data/tokens/modes/light.json",
1493
1493
  isSource: true,
@@ -1496,7 +1496,7 @@ module.exports = {
1496
1496
  "studio.tokens": {
1497
1497
  modify: {
1498
1498
  type: "mix",
1499
- value: "{modes.color.modifiers.button.hoverAlt}",
1499
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1500
1500
  space: "lch",
1501
1501
  color: "{modes.color.modifier.contrastMore}",
1502
1502
  },
@@ -1542,7 +1542,7 @@ module.exports = {
1542
1542
  "studio.tokens": {
1543
1543
  modify: {
1544
1544
  type: "mix",
1545
- value: "0.32",
1545
+ value: "0.30",
1546
1546
  space: "lch",
1547
1547
  color: "#FFFFFF ",
1548
1548
  format: "hex",
@@ -1550,7 +1550,7 @@ module.exports = {
1550
1550
  },
1551
1551
  },
1552
1552
  $type: "color",
1553
- $value: "#f28486",
1553
+ $value: "#f28083",
1554
1554
  $description: "used on pill hover states",
1555
1555
  filePath: "data/tokens/modes/light.json",
1556
1556
  isSource: true,
@@ -1559,7 +1559,7 @@ module.exports = {
1559
1559
  "studio.tokens": {
1560
1560
  modify: {
1561
1561
  type: "mix",
1562
- value: "{modes.color.modifiers.button.active}",
1562
+ value: "{primitives.color.modifiers.button.active}",
1563
1563
  space: "lch",
1564
1564
  color: "{modes.color.modifier.contrastLess} ",
1565
1565
  },
@@ -1648,7 +1648,7 @@ module.exports = {
1648
1648
  "studio.tokens": {
1649
1649
  modify: {
1650
1650
  type: "mix",
1651
- value: "0.16",
1651
+ value: "0.15",
1652
1652
  space: "lch",
1653
1653
  color: "#FFFFFF ",
1654
1654
  format: "hex",
@@ -1656,7 +1656,7 @@ module.exports = {
1656
1656
  },
1657
1657
  },
1658
1658
  $type: "color",
1659
- $value: "#eb646c",
1659
+ $value: "#ea626a",
1660
1660
  $description:
1661
1661
  "used on solid-pill and primary-button hover states",
1662
1662
  filePath: "data/tokens/modes/light.json",
@@ -1666,7 +1666,7 @@ module.exports = {
1666
1666
  "studio.tokens": {
1667
1667
  modify: {
1668
1668
  type: "mix",
1669
- value: "{modes.color.modifiers.button.hover}",
1669
+ value: "{primitives.color.modifiers.button.hover}",
1670
1670
  space: "lch",
1671
1671
  color: "{modes.color.modifier.contrastLess} ",
1672
1672
  },
@@ -1693,14 +1693,14 @@ module.exports = {
1693
1693
  "studio.tokens": {
1694
1694
  modify: {
1695
1695
  type: "alpha",
1696
- value: "0.08",
1696
+ value: "0.10",
1697
1697
  space: "lch",
1698
1698
  format: "hex",
1699
1699
  },
1700
1700
  },
1701
1701
  },
1702
1702
  $type: "color",
1703
- $value: "#e13e5314",
1703
+ $value: "#e13e531a",
1704
1704
  $description: "used on secondary-button hover states",
1705
1705
  filePath: "data/tokens/modes/light.json",
1706
1706
  isSource: true,
@@ -1709,7 +1709,7 @@ module.exports = {
1709
1709
  "studio.tokens": {
1710
1710
  modify: {
1711
1711
  type: "alpha",
1712
- value: "{modes.color.modifiers.button.hoverAlt}",
1712
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1713
1713
  space: "lch",
1714
1714
  },
1715
1715
  },
@@ -1734,7 +1734,7 @@ module.exports = {
1734
1734
  "studio.tokens": {
1735
1735
  modify: {
1736
1736
  type: "mix",
1737
- value: "0.08",
1737
+ value: "0.10",
1738
1738
  space: "lch",
1739
1739
  color: "#FFFFFF ",
1740
1740
  format: "hex",
@@ -1742,7 +1742,7 @@ module.exports = {
1742
1742
  },
1743
1743
  },
1744
1744
  $type: "color",
1745
- $value: "#ec6a71",
1745
+ $value: "#ed6e74",
1746
1746
  $description: "used on link hover state",
1747
1747
  filePath: "data/tokens/modes/light.json",
1748
1748
  isSource: true,
@@ -1751,7 +1751,7 @@ module.exports = {
1751
1751
  "studio.tokens": {
1752
1752
  modify: {
1753
1753
  type: "mix",
1754
- value: "{modes.color.modifiers.button.hoverAlt}",
1754
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1755
1755
  space: "lch",
1756
1756
  color: "{modes.color.modifier.contrastLess} ",
1757
1757
  },
@@ -1884,7 +1884,7 @@ module.exports = {
1884
1884
  "studio.tokens": {
1885
1885
  modify: {
1886
1886
  type: "mix",
1887
- value: "0.08",
1887
+ value: "0.10",
1888
1888
  space: "lch",
1889
1889
  color: "#000000",
1890
1890
  format: "hex",
@@ -1892,7 +1892,7 @@ module.exports = {
1892
1892
  },
1893
1893
  },
1894
1894
  $type: "color",
1895
- $value: "#e8e8e8",
1895
+ $value: "#e2e2e2",
1896
1896
  $description: "bg hover for draggable area on file input",
1897
1897
  filePath: "data/tokens/modes/light.json",
1898
1898
  isSource: true,
@@ -1901,7 +1901,7 @@ module.exports = {
1901
1901
  "studio.tokens": {
1902
1902
  modify: {
1903
1903
  type: "mix",
1904
- value: "{modes.color.modifiers.button.hoverAlt}",
1904
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1905
1905
  space: "lch",
1906
1906
  color: "{modes.color.modifier.contrastMore}",
1907
1907
  },
@@ -2488,14 +2488,14 @@ module.exports = {
2488
2488
  "studio.tokens": {
2489
2489
  modify: {
2490
2490
  type: "alpha",
2491
- value: "0.16",
2491
+ value: "0.15",
2492
2492
  space: "lch",
2493
2493
  format: "hex",
2494
2494
  },
2495
2495
  },
2496
2496
  },
2497
2497
  $type: "color",
2498
- $value: "#00000029",
2498
+ $value: "#00000026",
2499
2499
  filePath: "data/tokens/modes/light.json",
2500
2500
  isSource: true,
2501
2501
  original: {
@@ -2503,7 +2503,7 @@ module.exports = {
2503
2503
  "studio.tokens": {
2504
2504
  modify: {
2505
2505
  type: "alpha",
2506
- value: "{modes.color.modifiers.button.activeAlt}",
2506
+ value: "{primitives.color.modifiers.button.activeAlt}",
2507
2507
  space: "lch",
2508
2508
  },
2509
2509
  },
@@ -2626,14 +2626,14 @@ module.exports = {
2626
2626
  "studio.tokens": {
2627
2627
  modify: {
2628
2628
  type: "alpha",
2629
- value: "0.08",
2629
+ value: "0.10",
2630
2630
  space: "lch",
2631
2631
  format: "hex",
2632
2632
  },
2633
2633
  },
2634
2634
  },
2635
2635
  $type: "color",
2636
- $value: "#00000014",
2636
+ $value: "#0000001a",
2637
2637
  $description: "Accordion, secondary, tertiary, menu bg on hover",
2638
2638
  filePath: "data/tokens/modes/light.json",
2639
2639
  isSource: true,
@@ -2642,7 +2642,7 @@ module.exports = {
2642
2642
  "studio.tokens": {
2643
2643
  modify: {
2644
2644
  type: "alpha",
2645
- value: "{modes.color.modifiers.button.hoverAlt}",
2645
+ value: "{primitives.color.modifiers.button.hoverAlt}",
2646
2646
  space: "lch",
2647
2647
  },
2648
2648
  },
@@ -2660,14 +2660,14 @@ module.exports = {
2660
2660
  "studio.tokens": {
2661
2661
  modify: {
2662
2662
  type: "alpha",
2663
- value: "0.16",
2663
+ value: "0.15",
2664
2664
  space: "lch",
2665
2665
  format: "hex",
2666
2666
  },
2667
2667
  },
2668
2668
  },
2669
2669
  $type: "color",
2670
- $value: "#00000029",
2670
+ $value: "#00000026",
2671
2671
  $description: "subtle table header hover",
2672
2672
  filePath: "data/tokens/modes/light.json",
2673
2673
  isSource: true,
@@ -2676,7 +2676,7 @@ module.exports = {
2676
2676
  "studio.tokens": {
2677
2677
  modify: {
2678
2678
  type: "alpha",
2679
- value: "{modes.color.modifiers.button.hover}",
2679
+ value: "{primitives.color.modifiers.button.hover}",
2680
2680
  space: "lch",
2681
2681
  },
2682
2682
  },
@@ -2804,14 +2804,14 @@ module.exports = {
2804
2804
  "studio.tokens": {
2805
2805
  modify: {
2806
2806
  type: "alpha",
2807
- value: "0.16",
2807
+ value: "0.15",
2808
2808
  space: "lch",
2809
2809
  format: "hex",
2810
2810
  },
2811
2811
  },
2812
2812
  },
2813
2813
  $type: "color",
2814
- $value: "#22374329",
2814
+ $value: "#22374326",
2815
2815
  filePath: "data/tokens/modes/light.json",
2816
2816
  isSource: true,
2817
2817
  original: {
@@ -2819,7 +2819,7 @@ module.exports = {
2819
2819
  "studio.tokens": {
2820
2820
  modify: {
2821
2821
  type: "alpha",
2822
- value: "{modes.color.modifiers.button.activeAlt}",
2822
+ value: "{primitives.color.modifiers.button.activeAlt}",
2823
2823
  space: "lch",
2824
2824
  },
2825
2825
  },
@@ -2904,14 +2904,14 @@ module.exports = {
2904
2904
  "studio.tokens": {
2905
2905
  modify: {
2906
2906
  type: "alpha",
2907
- value: "0.08",
2907
+ value: "0.10",
2908
2908
  space: "lch",
2909
2909
  format: "hex",
2910
2910
  },
2911
2911
  },
2912
2912
  },
2913
2913
  $type: "color",
2914
- $value: "#22374314",
2914
+ $value: "#2237431a",
2915
2915
  filePath: "data/tokens/modes/light.json",
2916
2916
  isSource: true,
2917
2917
  original: {
@@ -2919,7 +2919,7 @@ module.exports = {
2919
2919
  "studio.tokens": {
2920
2920
  modify: {
2921
2921
  type: "alpha",
2922
- value: "{modes.color.modifiers.button.hoverAlt}",
2922
+ value: "{primitives.color.modifiers.button.hoverAlt}",
2923
2923
  space: "lch",
2924
2924
  },
2925
2925
  },
@@ -3025,14 +3025,14 @@ module.exports = {
3025
3025
  "studio.tokens": {
3026
3026
  modify: {
3027
3027
  type: "alpha",
3028
- value: "0.16",
3028
+ value: "0.15",
3029
3029
  space: "lch",
3030
3030
  format: "hex",
3031
3031
  },
3032
3032
  },
3033
3033
  },
3034
3034
  $type: "color",
3035
- $value: "#ffffff29",
3035
+ $value: "#ffffff26",
3036
3036
  filePath: "data/tokens/modes/light.json",
3037
3037
  isSource: true,
3038
3038
  original: {
@@ -3040,7 +3040,7 @@ module.exports = {
3040
3040
  "studio.tokens": {
3041
3041
  modify: {
3042
3042
  type: "alpha",
3043
- value: "{modes.color.modifiers.button.activeAlt}",
3043
+ value: "{primitives.color.modifiers.button.activeAlt}",
3044
3044
  space: "lch",
3045
3045
  },
3046
3046
  },
@@ -3185,14 +3185,14 @@ module.exports = {
3185
3185
  "studio.tokens": {
3186
3186
  modify: {
3187
3187
  type: "alpha",
3188
- value: "0.08",
3188
+ value: "0.10",
3189
3189
  space: "lch",
3190
3190
  format: "hex",
3191
3191
  },
3192
3192
  },
3193
3193
  },
3194
3194
  $type: "color",
3195
- $value: "#ffffff14",
3195
+ $value: "#ffffff1a",
3196
3196
  $description: "Accordion, secondary, tertiary, menu bg on hover",
3197
3197
  filePath: "data/tokens/modes/light.json",
3198
3198
  isSource: true,
@@ -3201,7 +3201,7 @@ module.exports = {
3201
3201
  "studio.tokens": {
3202
3202
  modify: {
3203
3203
  type: "alpha",
3204
- value: "{modes.color.modifiers.button.hoverAlt}",
3204
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3205
3205
  space: "lch",
3206
3206
  },
3207
3207
  },
@@ -3227,14 +3227,14 @@ module.exports = {
3227
3227
  "studio.tokens": {
3228
3228
  modify: {
3229
3229
  type: "alpha",
3230
- value: "0.16",
3230
+ value: "0.15",
3231
3231
  space: "lch",
3232
3232
  format: "hex",
3233
3233
  },
3234
3234
  },
3235
3235
  },
3236
3236
  $type: "color",
3237
- $value: "#ffffff29",
3237
+ $value: "#ffffff26",
3238
3238
  $description: "subtle table header hover",
3239
3239
  filePath: "data/tokens/modes/light.json",
3240
3240
  isSource: true,
@@ -3243,7 +3243,7 @@ module.exports = {
3243
3243
  "studio.tokens": {
3244
3244
  modify: {
3245
3245
  type: "alpha",
3246
- value: "{modes.color.modifiers.button.hover}",
3246
+ value: "{primitives.color.modifiers.button.hover}",
3247
3247
  space: "lch",
3248
3248
  },
3249
3249
  },
@@ -3545,14 +3545,14 @@ module.exports = {
3545
3545
  "studio.tokens": {
3546
3546
  modify: {
3547
3547
  type: "alpha",
3548
- value: "0.08",
3548
+ value: "0.10",
3549
3549
  space: "lch",
3550
3550
  format: "hex",
3551
3551
  },
3552
3552
  },
3553
3553
  },
3554
3554
  $type: "color",
3555
- $value: "#00000014",
3555
+ $value: "#0000001a",
3556
3556
  $description: "hover bg for nav items",
3557
3557
  filePath: "data/tokens/modes/light.json",
3558
3558
  isSource: true,
@@ -3561,7 +3561,7 @@ module.exports = {
3561
3561
  "studio.tokens": {
3562
3562
  modify: {
3563
3563
  type: "alpha",
3564
- value: "{modes.color.modifiers.button.hoverAlt}",
3564
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3565
3565
  space: "lch",
3566
3566
  },
3567
3567
  },
@@ -3627,7 +3627,7 @@ module.exports = {
3627
3627
  "studio.tokens": {
3628
3628
  modify: {
3629
3629
  type: "mix",
3630
- value: "0.32",
3630
+ value: "0.30",
3631
3631
  space: "lch",
3632
3632
  color: "#000000",
3633
3633
  format: "hex",
@@ -3635,7 +3635,7 @@ module.exports = {
3635
3635
  },
3636
3636
  },
3637
3637
  $type: "color",
3638
- $value: "#14571a",
3638
+ $value: "#13591a",
3639
3639
  filePath: "data/tokens/modes/light.json",
3640
3640
  isSource: true,
3641
3641
  original: {
@@ -3643,7 +3643,7 @@ module.exports = {
3643
3643
  "studio.tokens": {
3644
3644
  modify: {
3645
3645
  type: "mix",
3646
- value: "{modes.color.modifiers.button.active}",
3646
+ value: "{primitives.color.modifiers.button.active}",
3647
3647
  space: "lch",
3648
3648
  color: "{modes.color.modifier.contrastMore}",
3649
3649
  },
@@ -3661,7 +3661,7 @@ module.exports = {
3661
3661
  "studio.tokens": {
3662
3662
  modify: {
3663
3663
  type: "alpha",
3664
- value: "0.32",
3664
+ value: "0.30",
3665
3665
  space: "lch",
3666
3666
  color: "#000000",
3667
3667
  format: "hex",
@@ -3669,7 +3669,7 @@ module.exports = {
3669
3669
  },
3670
3670
  },
3671
3671
  $type: "color",
3672
- $value: "#00811f52",
3672
+ $value: "#00811f4d",
3673
3673
  $description: "Active color for secondary and tertiary buttons",
3674
3674
  filePath: "data/tokens/modes/light.json",
3675
3675
  isSource: true,
@@ -3678,7 +3678,7 @@ module.exports = {
3678
3678
  "studio.tokens": {
3679
3679
  modify: {
3680
3680
  type: "alpha",
3681
- value: "{modes.color.modifiers.button.active}",
3681
+ value: "{primitives.color.modifiers.button.active}",
3682
3682
  space: "lch",
3683
3683
  color: "{modes.color.modifier.contrastMore}",
3684
3684
  },
@@ -3719,7 +3719,7 @@ module.exports = {
3719
3719
  },
3720
3720
  $type: "color",
3721
3721
  $value: "#00811fcc",
3722
- $description: "border color for secondary buttons",
3722
+ $description: "border color for secondary and tertiary buttons",
3723
3723
  filePath: "data/tokens/modes/light.json",
3724
3724
  isSource: true,
3725
3725
  original: {
@@ -3735,7 +3735,7 @@ module.exports = {
3735
3735
  },
3736
3736
  $type: "color",
3737
3737
  $value: "{modes.color.interactive.primary.default}",
3738
- $description: "border color for secondary buttons",
3738
+ $description: "border color for secondary and tertiary buttons",
3739
3739
  },
3740
3740
  name: "modesColorInteractivePrimaryDefaultAlt",
3741
3741
  attributes: {},
@@ -3745,8 +3745,8 @@ module.exports = {
3745
3745
  $extensions: {
3746
3746
  "studio.tokens": {
3747
3747
  modify: {
3748
- type: "alpha",
3749
- value: "0.5",
3748
+ type: "mix",
3749
+ value: "0.12",
3750
3750
  space: "lch",
3751
3751
  color: "#000000",
3752
3752
  format: "hex",
@@ -3754,16 +3754,16 @@ module.exports = {
3754
3754
  },
3755
3755
  },
3756
3756
  $type: "color",
3757
- $value: "#00811f80",
3758
- $description: "border color for tertiary buttons",
3757
+ $value: "#0c711d",
3758
+ $description: "default value for links",
3759
3759
  filePath: "data/tokens/modes/light.json",
3760
3760
  isSource: true,
3761
3761
  original: {
3762
3762
  $extensions: {
3763
3763
  "studio.tokens": {
3764
3764
  modify: {
3765
- type: "alpha",
3766
- value: "0.5",
3765
+ type: "mix",
3766
+ value: "0.12",
3767
3767
  space: "lch",
3768
3768
  color: "{modes.color.modifier.contrastMore}",
3769
3769
  },
@@ -3771,7 +3771,7 @@ module.exports = {
3771
3771
  },
3772
3772
  $type: "color",
3773
3773
  $value: "{modes.color.interactive.primary.default}",
3774
- $description: "border color for tertiary buttons",
3774
+ $description: "default value for links",
3775
3775
  },
3776
3776
  name: "modesColorInteractivePrimaryDefaultAlt2",
3777
3777
  attributes: {},
@@ -3781,8 +3781,8 @@ module.exports = {
3781
3781
  $extensions: {
3782
3782
  "studio.tokens": {
3783
3783
  modify: {
3784
- type: "mix",
3785
- value: "0.12",
3784
+ type: "alpha",
3785
+ value: "0.03",
3786
3786
  space: "lch",
3787
3787
  color: "#000000",
3788
3788
  format: "hex",
@@ -3790,16 +3790,16 @@ module.exports = {
3790
3790
  },
3791
3791
  },
3792
3792
  $type: "color",
3793
- $value: "#0c711d",
3794
- $description: "default value for links",
3793
+ $value: "#00811f08",
3794
+ $description: "Default background color of secondary button",
3795
3795
  filePath: "data/tokens/modes/light.json",
3796
3796
  isSource: true,
3797
3797
  original: {
3798
3798
  $extensions: {
3799
3799
  "studio.tokens": {
3800
3800
  modify: {
3801
- type: "mix",
3802
- value: "0.12",
3801
+ type: "alpha",
3802
+ value: "0.03",
3803
3803
  space: "lch",
3804
3804
  color: "{modes.color.modifier.contrastMore}",
3805
3805
  },
@@ -3807,7 +3807,7 @@ module.exports = {
3807
3807
  },
3808
3808
  $type: "color",
3809
3809
  $value: "{modes.color.interactive.primary.default}",
3810
- $description: "default value for links",
3810
+ $description: "Default background color of secondary button",
3811
3811
  },
3812
3812
  name: "modesColorInteractivePrimaryDefaultAlt3",
3813
3813
  attributes: {},
@@ -3818,7 +3818,7 @@ module.exports = {
3818
3818
  "studio.tokens": {
3819
3819
  modify: {
3820
3820
  type: "mix",
3821
- value: "0.16",
3821
+ value: "0.15",
3822
3822
  space: "lch",
3823
3823
  color: "#000000",
3824
3824
  format: "hex",
@@ -3826,7 +3826,7 @@ module.exports = {
3826
3826
  },
3827
3827
  },
3828
3828
  $type: "color",
3829
- $value: "#0e6b1d",
3829
+ $value: "#0e6d1d",
3830
3830
  filePath: "data/tokens/modes/light.json",
3831
3831
  isSource: true,
3832
3832
  original: {
@@ -3834,7 +3834,7 @@ module.exports = {
3834
3834
  "studio.tokens": {
3835
3835
  modify: {
3836
3836
  type: "mix",
3837
- value: "{modes.color.modifiers.button.hover}",
3837
+ value: "{primitives.color.modifiers.button.hover}",
3838
3838
  space: "lch",
3839
3839
  color: "{modes.color.modifier.contrastMore}",
3840
3840
  },
@@ -3852,7 +3852,7 @@ module.exports = {
3852
3852
  "studio.tokens": {
3853
3853
  modify: {
3854
3854
  type: "alpha",
3855
- value: "0.08",
3855
+ value: "0.10",
3856
3856
  space: "lch",
3857
3857
  color: "#FFFFFF ",
3858
3858
  format: "hex",
@@ -3860,7 +3860,7 @@ module.exports = {
3860
3860
  },
3861
3861
  },
3862
3862
  $type: "color",
3863
- $value: "#00811f14",
3863
+ $value: "#00811f1a",
3864
3864
  $description: "hover for secondary and tertiary buttons",
3865
3865
  filePath: "data/tokens/modes/light.json",
3866
3866
  isSource: true,
@@ -3869,14 +3869,14 @@ module.exports = {
3869
3869
  "studio.tokens": {
3870
3870
  modify: {
3871
3871
  type: "alpha",
3872
- value: "{modes.color.modifiers.button.hoverAlt}",
3872
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3873
3873
  space: "lch",
3874
3874
  color: "{modes.color.modifier.contrastLess} ",
3875
3875
  },
3876
3876
  },
3877
3877
  },
3878
3878
  $type: "color",
3879
- $value: "{modes.color.interactive.primary.defaultAlt2}",
3879
+ $value: "{modes.color.interactive.primary.default}",
3880
3880
  $description: "hover for secondary and tertiary buttons",
3881
3881
  },
3882
3882
  name: "modesColorInteractivePrimaryHoverAlt",
@@ -3888,7 +3888,7 @@ module.exports = {
3888
3888
  "studio.tokens": {
3889
3889
  modify: {
3890
3890
  type: "mix",
3891
- value: "0.16",
3891
+ value: "0.15",
3892
3892
  space: "lch",
3893
3893
  color: "#000000",
3894
3894
  format: "hex",
@@ -3896,7 +3896,7 @@ module.exports = {
3896
3896
  },
3897
3897
  },
3898
3898
  $type: "color",
3899
- $value: "#125e1b",
3899
+ $value: "#12601b",
3900
3900
  $description: "hover for links",
3901
3901
  filePath: "data/tokens/modes/light.json",
3902
3902
  isSource: true,
@@ -3905,14 +3905,14 @@ module.exports = {
3905
3905
  "studio.tokens": {
3906
3906
  modify: {
3907
3907
  type: "mix",
3908
- value: "{modes.color.modifiers.button.hover}",
3908
+ value: "{primitives.color.modifiers.button.hover}",
3909
3909
  space: "lch",
3910
3910
  color: "{modes.color.modifier.contrastMore}",
3911
3911
  },
3912
3912
  },
3913
3913
  },
3914
3914
  $type: "color",
3915
- $value: "{modes.color.interactive.primary.defaultAlt3}",
3915
+ $value: "{modes.color.interactive.primary.defaultAlt2}",
3916
3916
  $description: "hover for links",
3917
3917
  },
3918
3918
  name: "modesColorInteractivePrimaryHoverAlt2",
@@ -3964,7 +3964,7 @@ module.exports = {
3964
3964
  "studio.tokens": {
3965
3965
  modify: {
3966
3966
  type: "mix",
3967
- value: "0.32",
3967
+ value: "0.30",
3968
3968
  space: "lch",
3969
3969
  color: "#000000",
3970
3970
  format: "hex",
@@ -3972,7 +3972,7 @@ module.exports = {
3972
3972
  },
3973
3973
  },
3974
3974
  $type: "color",
3975
- $value: "#135631",
3975
+ $value: "#135932",
3976
3976
  filePath: "data/tokens/modes/light.json",
3977
3977
  isSource: true,
3978
3978
  original: {
@@ -3980,7 +3980,7 @@ module.exports = {
3980
3980
  "studio.tokens": {
3981
3981
  modify: {
3982
3982
  type: "mix",
3983
- value: "{modes.color.modifiers.button.active}",
3983
+ value: "{primitives.color.modifiers.button.active}",
3984
3984
  space: "lch",
3985
3985
  color: "{modes.color.modifier.contrastMore}",
3986
3986
  },
@@ -4068,7 +4068,7 @@ module.exports = {
4068
4068
  "studio.tokens": {
4069
4069
  modify: {
4070
4070
  type: "mix",
4071
- value: "0.16",
4071
+ value: "0.15",
4072
4072
  space: "lch",
4073
4073
  color: "#000000",
4074
4074
  format: "hex",
@@ -4076,7 +4076,7 @@ module.exports = {
4076
4076
  },
4077
4077
  },
4078
4078
  $type: "color",
4079
- $value: "#0e6b3b",
4079
+ $value: "#0d6c3c",
4080
4080
  filePath: "data/tokens/modes/light.json",
4081
4081
  isSource: true,
4082
4082
  original: {
@@ -4084,7 +4084,7 @@ module.exports = {
4084
4084
  "studio.tokens": {
4085
4085
  modify: {
4086
4086
  type: "mix",
4087
- value: "{modes.color.modifiers.button.hover}",
4087
+ value: "{primitives.color.modifiers.button.hover}",
4088
4088
  space: "lch",
4089
4089
  color: "{modes.color.modifier.contrastMore}",
4090
4090
  },
@@ -4243,7 +4243,7 @@ module.exports = {
4243
4243
  "studio.tokens": {
4244
4244
  modify: {
4245
4245
  type: "mix",
4246
- value: "0.32",
4246
+ value: "0.30",
4247
4247
  space: "lch",
4248
4248
  color: "#FFFFFF ",
4249
4249
  format: "hex",
@@ -4251,7 +4251,7 @@ module.exports = {
4251
4251
  },
4252
4252
  },
4253
4253
  $type: "color",
4254
- $value: "#81e57d",
4254
+ $value: "#7ce47a",
4255
4255
  filePath: "data/tokens/modes/light.json",
4256
4256
  isSource: true,
4257
4257
  original: {
@@ -4259,7 +4259,7 @@ module.exports = {
4259
4259
  "studio.tokens": {
4260
4260
  modify: {
4261
4261
  type: "mix",
4262
- value: "{modes.color.modifiers.button.active}",
4262
+ value: "{primitives.color.modifiers.button.active}",
4263
4263
  space: "lch",
4264
4264
  color: "{modes.color.modifier.contrastLess} ",
4265
4265
  },
@@ -4284,7 +4284,7 @@ module.exports = {
4284
4284
  "studio.tokens": {
4285
4285
  modify: {
4286
4286
  type: "alpha",
4287
- value: "0.32",
4287
+ value: "0.30",
4288
4288
  space: "lch",
4289
4289
  color: "#FFFFFF ",
4290
4290
  format: "hex",
@@ -4292,7 +4292,7 @@ module.exports = {
4292
4292
  },
4293
4293
  },
4294
4294
  $type: "color",
4295
- $value: "#00d63952",
4295
+ $value: "#00d6394d",
4296
4296
  $description:
4297
4297
  "Active color for inverse secondary and tertiary buttons",
4298
4298
  filePath: "data/tokens/modes/light.json",
@@ -4302,7 +4302,7 @@ module.exports = {
4302
4302
  "studio.tokens": {
4303
4303
  modify: {
4304
4304
  type: "alpha",
4305
- value: "{modes.color.modifiers.button.active}",
4305
+ value: "{primitives.color.modifiers.button.active}",
4306
4306
  space: "lch",
4307
4307
  color: "{modes.color.modifier.contrastLess} ",
4308
4308
  },
@@ -4358,7 +4358,8 @@ module.exports = {
4358
4358
  },
4359
4359
  $type: "color",
4360
4360
  $value: "#00d639cc",
4361
- $description: "border color for secondary inverse buttons",
4361
+ $description:
4362
+ "border color for secondary and tertiary inverse buttons",
4362
4363
  filePath: "data/tokens/modes/light.json",
4363
4364
  isSource: true,
4364
4365
  original: {
@@ -4374,7 +4375,8 @@ module.exports = {
4374
4375
  },
4375
4376
  $type: "color",
4376
4377
  $value: "{modes.color.interactive.primary.inverse.default}",
4377
- $description: "border color for secondary inverse buttons",
4378
+ $description:
4379
+ "border color for secondary and tertiary inverse buttons",
4378
4380
  },
4379
4381
  name: "modesColorInteractivePrimaryInverseDefaultAlt",
4380
4382
  attributes: {},
@@ -4391,8 +4393,8 @@ module.exports = {
4391
4393
  $extensions: {
4392
4394
  "studio.tokens": {
4393
4395
  modify: {
4394
- type: "alpha",
4395
- value: "0.5",
4396
+ type: "mix",
4397
+ value: "0.12",
4396
4398
  space: "lch",
4397
4399
  color: "#FFFFFF",
4398
4400
  format: "hex",
@@ -4400,16 +4402,16 @@ module.exports = {
4400
4402
  },
4401
4403
  },
4402
4404
  $type: "color",
4403
- $value: "#00d63980",
4404
- $description: "border color for tertiary inverse buttons",
4405
+ $value: "#4cdc55",
4406
+ $description: "Default color for links",
4405
4407
  filePath: "data/tokens/modes/light.json",
4406
4408
  isSource: true,
4407
4409
  original: {
4408
4410
  $extensions: {
4409
4411
  "studio.tokens": {
4410
4412
  modify: {
4411
- type: "alpha",
4412
- value: "0.5",
4413
+ type: "mix",
4414
+ value: "0.12",
4413
4415
  space: "lch",
4414
4416
  color: "{modes.color.modifier.contrastLess}",
4415
4417
  },
@@ -4417,7 +4419,7 @@ module.exports = {
4417
4419
  },
4418
4420
  $type: "color",
4419
4421
  $value: "{modes.color.interactive.primary.inverse.default}",
4420
- $description: "border color for tertiary inverse buttons",
4422
+ $description: "Default color for links",
4421
4423
  },
4422
4424
  name: "modesColorInteractivePrimaryInverseDefaultAlt2",
4423
4425
  attributes: {},
@@ -4434,8 +4436,8 @@ module.exports = {
4434
4436
  $extensions: {
4435
4437
  "studio.tokens": {
4436
4438
  modify: {
4437
- type: "mix",
4438
- value: "0.12",
4439
+ type: "alpha",
4440
+ value: "0.03",
4439
4441
  space: "lch",
4440
4442
  color: "#FFFFFF",
4441
4443
  format: "hex",
@@ -4443,16 +4445,17 @@ module.exports = {
4443
4445
  },
4444
4446
  },
4445
4447
  $type: "color",
4446
- $value: "#4cdc55",
4447
- $description: "Default color for links",
4448
+ $value: "#00d63908",
4449
+ $description:
4450
+ "Default background color of inverse secondary buttons",
4448
4451
  filePath: "data/tokens/modes/light.json",
4449
4452
  isSource: true,
4450
4453
  original: {
4451
4454
  $extensions: {
4452
4455
  "studio.tokens": {
4453
4456
  modify: {
4454
- type: "mix",
4455
- value: "0.12",
4457
+ type: "alpha",
4458
+ value: "0.03",
4456
4459
  space: "lch",
4457
4460
  color: "{modes.color.modifier.contrastLess}",
4458
4461
  },
@@ -4460,7 +4463,8 @@ module.exports = {
4460
4463
  },
4461
4464
  $type: "color",
4462
4465
  $value: "{modes.color.interactive.primary.inverse.default}",
4463
- $description: "Default color for links",
4466
+ $description:
4467
+ "Default background color of inverse secondary buttons",
4464
4468
  },
4465
4469
  name: "modesColorInteractivePrimaryInverseDefaultAlt3",
4466
4470
  attributes: {},
@@ -4478,7 +4482,7 @@ module.exports = {
4478
4482
  "studio.tokens": {
4479
4483
  modify: {
4480
4484
  type: "mix",
4481
- value: "0.16",
4485
+ value: "0.15",
4482
4486
  space: "lch",
4483
4487
  color: "#FFFFFF ",
4484
4488
  format: "hex",
@@ -4486,7 +4490,7 @@ module.exports = {
4486
4490
  },
4487
4491
  },
4488
4492
  $type: "color",
4489
- $value: "#58de5d",
4493
+ $value: "#55dd5b",
4490
4494
  filePath: "data/tokens/modes/light.json",
4491
4495
  isSource: true,
4492
4496
  original: {
@@ -4494,7 +4498,7 @@ module.exports = {
4494
4498
  "studio.tokens": {
4495
4499
  modify: {
4496
4500
  type: "mix",
4497
- value: "{modes.color.modifiers.button.hover}",
4501
+ value: "{primitives.color.modifiers.button.hover}",
4498
4502
  space: "lch",
4499
4503
  color: "{modes.color.modifier.contrastLess} ",
4500
4504
  },
@@ -4519,7 +4523,7 @@ module.exports = {
4519
4523
  "studio.tokens": {
4520
4524
  modify: {
4521
4525
  type: "alpha",
4522
- value: "0.08",
4526
+ value: "0.10",
4523
4527
  space: "lch",
4524
4528
  color: "#FFFFFF",
4525
4529
  format: "hex",
@@ -4527,7 +4531,7 @@ module.exports = {
4527
4531
  },
4528
4532
  },
4529
4533
  $type: "color",
4530
- $value: "#00d63914",
4534
+ $value: "#00d6391a",
4531
4535
  $description: "Hover for inverse secondary and tertiary buttons",
4532
4536
  filePath: "data/tokens/modes/light.json",
4533
4537
  isSource: true,
@@ -4536,14 +4540,14 @@ module.exports = {
4536
4540
  "studio.tokens": {
4537
4541
  modify: {
4538
4542
  type: "alpha",
4539
- value: "{modes.color.modifiers.button.hoverAlt}",
4543
+ value: "{primitives.color.modifiers.button.hoverAlt}",
4540
4544
  space: "lch",
4541
4545
  color: "{modes.color.modifier.contrastLess}",
4542
4546
  },
4543
4547
  },
4544
4548
  },
4545
4549
  $type: "color",
4546
- $value: "{modes.color.interactive.primary.inverse.defaultAlt2}",
4550
+ $value: "{modes.color.interactive.primary.inverse.default}",
4547
4551
  $description:
4548
4552
  "Hover for inverse secondary and tertiary buttons",
4549
4553
  },
@@ -4563,7 +4567,7 @@ module.exports = {
4563
4567
  "studio.tokens": {
4564
4568
  modify: {
4565
4569
  type: "mix",
4566
- value: "0.16",
4570
+ value: "0.15",
4567
4571
  space: "lch",
4568
4572
  color: "#FFFFFF ",
4569
4573
  format: "hex",
@@ -4571,7 +4575,7 @@ module.exports = {
4571
4575
  },
4572
4576
  },
4573
4577
  $type: "color",
4574
- $value: "#73e372",
4578
+ $value: "#71e270",
4575
4579
  $description: "hover for links",
4576
4580
  filePath: "data/tokens/modes/light.json",
4577
4581
  isSource: true,
@@ -4580,14 +4584,14 @@ module.exports = {
4580
4584
  "studio.tokens": {
4581
4585
  modify: {
4582
4586
  type: "mix",
4583
- value: "{modes.color.modifiers.button.hover}",
4587
+ value: "{primitives.color.modifiers.button.hover}",
4584
4588
  space: "lch",
4585
4589
  color: "{modes.color.modifier.contrastLess} ",
4586
4590
  },
4587
4591
  },
4588
4592
  },
4589
4593
  $type: "color",
4590
- $value: "{modes.color.interactive.primary.inverse.defaultAlt3}",
4594
+ $value: "{modes.color.interactive.primary.inverse.defaultAlt2}",
4591
4595
  $description: "hover for links",
4592
4596
  },
4593
4597
  name: "modesColorInteractivePrimaryInverseHoverAlt2",
@@ -4949,7 +4953,7 @@ module.exports = {
4949
4953
  "studio.tokens": {
4950
4954
  modify: {
4951
4955
  type: "mix",
4952
- value: "0.16",
4956
+ value: "0.15",
4953
4957
  space: "lch",
4954
4958
  color: "#000000",
4955
4959
  format: "hex",
@@ -4957,7 +4961,7 @@ module.exports = {
4957
4961
  },
4958
4962
  },
4959
4963
  $type: "color",
4960
- $value: "#b13a0d",
4964
+ $value: "#b33b0d",
4961
4965
  $description: "used on pill hover states",
4962
4966
  filePath: "data/tokens/modes/light.json",
4963
4967
  isSource: true,
@@ -4966,7 +4970,7 @@ module.exports = {
4966
4970
  "studio.tokens": {
4967
4971
  modify: {
4968
4972
  type: "mix",
4969
- value: "{modes.color.modifiers.button.hover}",
4973
+ value: "{primitives.color.modifiers.button.hover}",
4970
4974
  space: "lch",
4971
4975
  color: "{modes.color.modifier.contrastMore}",
4972
4976
  },
@@ -4985,7 +4989,7 @@ module.exports = {
4985
4989
  "studio.tokens": {
4986
4990
  modify: {
4987
4991
  type: "mix",
4988
- value: "0.16",
4992
+ value: "0.15",
4989
4993
  space: "lch",
4990
4994
  color: "#D64309",
4991
4995
  format: "hex",
@@ -4993,7 +4997,7 @@ module.exports = {
4993
4997
  },
4994
4998
  },
4995
4999
  $type: "color",
4996
- $value: "#fdd3c0",
5000
+ $value: "#fed5c3",
4997
5001
  $description: "used on pill hover states and message bg",
4998
5002
  filePath: "data/tokens/modes/light.json",
4999
5003
  isSource: true,
@@ -5002,7 +5006,7 @@ module.exports = {
5002
5006
  "studio.tokens": {
5003
5007
  modify: {
5004
5008
  type: "mix",
5005
- value: "{modes.color.modifiers.button.hover}",
5009
+ value: "{primitives.color.modifiers.button.hover}",
5006
5010
  space: "lch",
5007
5011
  color: "{modes.color.status.caution.default}",
5008
5012
  },
@@ -5078,7 +5082,7 @@ module.exports = {
5078
5082
  "studio.tokens": {
5079
5083
  modify: {
5080
5084
  type: "mix",
5081
- value: "0.16",
5085
+ value: "0.15",
5082
5086
  space: "lch",
5083
5087
  color: "#FFFFFF ",
5084
5088
  format: "hex",
@@ -5086,7 +5090,7 @@ module.exports = {
5086
5090
  },
5087
5091
  },
5088
5092
  $type: "color",
5089
- $value: "#ff9a4e",
5093
+ $value: "#ff994c",
5090
5094
  $description: "used on global message bg",
5091
5095
  filePath: "data/tokens/modes/light.json",
5092
5096
  isSource: true,
@@ -5095,7 +5099,7 @@ module.exports = {
5095
5099
  "studio.tokens": {
5096
5100
  modify: {
5097
5101
  type: "mix",
5098
- value: "{modes.color.modifiers.button.hover}",
5102
+ value: "{primitives.color.modifiers.button.hover}",
5099
5103
  space: "lch",
5100
5104
  color: "{modes.color.modifier.contrastLess} ",
5101
5105
  },
@@ -5186,7 +5190,7 @@ module.exports = {
5186
5190
  "studio.tokens": {
5187
5191
  modify: {
5188
5192
  type: "mix",
5189
- value: "0.16",
5193
+ value: "0.15",
5190
5194
  space: "lch",
5191
5195
  color: "#FFFFFF ",
5192
5196
  format: "hex",
@@ -5194,7 +5198,7 @@ module.exports = {
5194
5198
  },
5195
5199
  },
5196
5200
  $type: "color",
5197
- $value: "#eb6732",
5201
+ $value: "#eb6530",
5198
5202
  $description: "used on pill hover states",
5199
5203
  filePath: "data/tokens/modes/light.json",
5200
5204
  isSource: true,
@@ -5203,7 +5207,7 @@ module.exports = {
5203
5207
  "studio.tokens": {
5204
5208
  modify: {
5205
5209
  type: "mix",
5206
- value: "{modes.color.modifiers.button.hover}",
5210
+ value: "{primitives.color.modifiers.button.hover}",
5207
5211
  space: "lch",
5208
5212
  color: "{modes.color.modifier.contrastLess} ",
5209
5213
  },
@@ -5222,7 +5226,7 @@ module.exports = {
5222
5226
  "studio.tokens": {
5223
5227
  modify: {
5224
5228
  type: "mix",
5225
- value: "0.16",
5229
+ value: "0.15",
5226
5230
  space: "lch",
5227
5231
  color: "#E04500",
5228
5232
  format: "hex",
@@ -5230,7 +5234,7 @@ module.exports = {
5230
5234
  },
5231
5235
  },
5232
5236
  $type: "color",
5233
- $value: "#3f1b0b",
5237
+ $value: "#3e1a0b",
5234
5238
  $description: "used on pill hover states and message bg",
5235
5239
  filePath: "data/tokens/modes/light.json",
5236
5240
  isSource: true,
@@ -5239,7 +5243,7 @@ module.exports = {
5239
5243
  "studio.tokens": {
5240
5244
  modify: {
5241
5245
  type: "mix",
5242
- value: "{modes.color.modifiers.button.hover}",
5246
+ value: "{primitives.color.modifiers.button.hover}",
5243
5247
  space: "lch",
5244
5248
  color: "{modes.color.status.caution.inverse.default}",
5245
5249
  },
@@ -5670,7 +5674,7 @@ module.exports = {
5670
5674
  "studio.tokens": {
5671
5675
  modify: {
5672
5676
  type: "mix",
5673
- value: "0.16",
5677
+ value: "0.15",
5674
5678
  space: "lch",
5675
5679
  color: "#000000",
5676
5680
  format: "hex",
@@ -5678,7 +5682,7 @@ module.exports = {
5678
5682
  },
5679
5683
  },
5680
5684
  $type: "color",
5681
- $value: "#10508a",
5685
+ $value: "#10518c",
5682
5686
  $description: "used on pill hover states",
5683
5687
  filePath: "data/tokens/modes/light.json",
5684
5688
  isSource: true,
@@ -5687,7 +5691,7 @@ module.exports = {
5687
5691
  "studio.tokens": {
5688
5692
  modify: {
5689
5693
  type: "mix",
5690
- value: "{modes.color.modifiers.button.hover}",
5694
+ value: "{primitives.color.modifiers.button.hover}",
5691
5695
  space: "lch",
5692
5696
  color: "{modes.color.modifier.contrastMore}",
5693
5697
  },
@@ -5706,7 +5710,7 @@ module.exports = {
5706
5710
  "studio.tokens": {
5707
5711
  modify: {
5708
5712
  type: "mix",
5709
- value: "0.16",
5713
+ value: "0.15",
5710
5714
  space: "lch",
5711
5715
  color: "#0060A7",
5712
5716
  format: "hex",
@@ -5714,7 +5718,7 @@ module.exports = {
5714
5718
  },
5715
5719
  },
5716
5720
  $type: "color",
5717
- $value: "#cbd6e9",
5721
+ $value: "#cdd7ea",
5718
5722
  $description: "used on pill hover states and message bg",
5719
5723
  filePath: "data/tokens/modes/light.json",
5720
5724
  isSource: true,
@@ -5723,7 +5727,7 @@ module.exports = {
5723
5727
  "studio.tokens": {
5724
5728
  modify: {
5725
5729
  type: "mix",
5726
- value: "{modes.color.modifiers.button.hover}",
5730
+ value: "{primitives.color.modifiers.button.hover}",
5727
5731
  space: "lch",
5728
5732
  color: "{modes.color.status.info.default}",
5729
5733
  },
@@ -5765,7 +5769,7 @@ module.exports = {
5765
5769
  "studio.tokens": {
5766
5770
  modify: {
5767
5771
  type: "mix",
5768
- value: "0.16",
5772
+ value: "0.15",
5769
5773
  space: "lch",
5770
5774
  color: "#FFFFFF ",
5771
5775
  format: "hex",
@@ -5773,7 +5777,7 @@ module.exports = {
5773
5777
  },
5774
5778
  },
5775
5779
  $type: "color",
5776
- $value: "#84b6ff",
5780
+ $value: "#82b5ff",
5777
5781
  $description: "used on global message bg",
5778
5782
  filePath: "data/tokens/modes/light.json",
5779
5783
  isSource: true,
@@ -5782,7 +5786,7 @@ module.exports = {
5782
5786
  "studio.tokens": {
5783
5787
  modify: {
5784
5788
  type: "mix",
5785
- value: "{modes.color.modifiers.button.hover}",
5789
+ value: "{primitives.color.modifiers.button.hover}",
5786
5790
  space: "lch",
5787
5791
  color: "{modes.color.modifier.contrastLess} ",
5788
5792
  },
@@ -5866,7 +5870,7 @@ module.exports = {
5866
5870
  "studio.tokens": {
5867
5871
  modify: {
5868
5872
  type: "mix",
5869
- value: "0.16",
5873
+ value: "0.15",
5870
5874
  space: "lch",
5871
5875
  color: "#FFFFFF",
5872
5876
  format: "hex",
@@ -5874,7 +5878,7 @@ module.exports = {
5874
5878
  },
5875
5879
  },
5876
5880
  $type: "color",
5877
- $value: "#5291e0",
5881
+ $value: "#4f90df",
5878
5882
  $description: "used on pill hover states",
5879
5883
  filePath: "data/tokens/modes/light.json",
5880
5884
  isSource: true,
@@ -5883,7 +5887,7 @@ module.exports = {
5883
5887
  "studio.tokens": {
5884
5888
  modify: {
5885
5889
  type: "mix",
5886
- value: "{modes.color.modifiers.button.hover}",
5890
+ value: "{primitives.color.modifiers.button.hover}",
5887
5891
  space: "lch",
5888
5892
  color: "{modes.color.modifier.contrastLess}",
5889
5893
  },
@@ -5902,7 +5906,7 @@ module.exports = {
5902
5906
  "studio.tokens": {
5903
5907
  modify: {
5904
5908
  type: "mix",
5905
- value: "0.16",
5909
+ value: "0.15",
5906
5910
  space: "lch",
5907
5911
  color: "#007ED9",
5908
5912
  format: "hex",
@@ -5910,7 +5914,7 @@ module.exports = {
5910
5914
  },
5911
5915
  },
5912
5916
  $type: "color",
5913
- $value: "#17253b",
5917
+ $value: "#17253a",
5914
5918
  $description: "used on pill hover states and message bg",
5915
5919
  filePath: "data/tokens/modes/light.json",
5916
5920
  isSource: true,
@@ -5919,7 +5923,7 @@ module.exports = {
5919
5923
  "studio.tokens": {
5920
5924
  modify: {
5921
5925
  type: "mix",
5922
- value: "{modes.color.modifiers.button.hover}",
5926
+ value: "{primitives.color.modifiers.button.hover}",
5923
5927
  space: "lch",
5924
5928
  color: "{modes.color.status.info.inverse.default}",
5925
5929
  },
@@ -5994,7 +5998,7 @@ module.exports = {
5994
5998
  "studio.tokens": {
5995
5999
  modify: {
5996
6000
  type: "mix",
5997
- value: "0.16",
6001
+ value: "0.15",
5998
6002
  space: "lch",
5999
6003
  color: "#000000",
6000
6004
  format: "hex",
@@ -6002,7 +6006,7 @@ module.exports = {
6002
6006
  },
6003
6007
  },
6004
6008
  $type: "color",
6005
- $value: "#aa323f",
6009
+ $value: "#ac3240",
6006
6010
  $description: "used on pill hover states",
6007
6011
  filePath: "data/tokens/modes/light.json",
6008
6012
  isSource: true,
@@ -6011,7 +6015,7 @@ module.exports = {
6011
6015
  "studio.tokens": {
6012
6016
  modify: {
6013
6017
  type: "mix",
6014
- value: "{modes.color.modifiers.button.hover}",
6018
+ value: "{primitives.color.modifiers.button.hover}",
6015
6019
  space: "lch",
6016
6020
  color: "{modes.color.modifier.contrastMore}",
6017
6021
  },
@@ -6030,7 +6034,7 @@ module.exports = {
6030
6034
  "studio.tokens": {
6031
6035
  modify: {
6032
6036
  type: "mix",
6033
- value: "0.16",
6037
+ value: "0.15",
6034
6038
  space: "lch",
6035
6039
  color: "#CD384B",
6036
6040
  format: "hex",
@@ -6038,7 +6042,7 @@ module.exports = {
6038
6042
  },
6039
6043
  },
6040
6044
  $type: "color",
6041
- $value: "#f9d1cf",
6045
+ $value: "#f9d3d1",
6042
6046
  $description: "used on pill hover states and message bg",
6043
6047
  filePath: "data/tokens/modes/light.json",
6044
6048
  isSource: true,
@@ -6047,7 +6051,7 @@ module.exports = {
6047
6051
  "studio.tokens": {
6048
6052
  modify: {
6049
6053
  type: "mix",
6050
- value: "{modes.color.modifiers.button.hover}",
6054
+ value: "{primitives.color.modifiers.button.hover}",
6051
6055
  space: "lch",
6052
6056
  color: "{modes.color.status.negative.default}",
6053
6057
  },
@@ -6143,7 +6147,7 @@ module.exports = {
6143
6147
  "studio.tokens": {
6144
6148
  modify: {
6145
6149
  type: "mix",
6146
- value: "0.16",
6150
+ value: "0.15",
6147
6151
  space: "lch",
6148
6152
  color: "#FFFFFF ",
6149
6153
  format: "hex",
@@ -6151,7 +6155,7 @@ module.exports = {
6151
6155
  },
6152
6156
  },
6153
6157
  $type: "color",
6154
- $value: "#eb646c",
6158
+ $value: "#ea626a",
6155
6159
  $description: "used on pill hover states",
6156
6160
  filePath: "data/tokens/modes/light.json",
6157
6161
  isSource: true,
@@ -6160,7 +6164,7 @@ module.exports = {
6160
6164
  "studio.tokens": {
6161
6165
  modify: {
6162
6166
  type: "mix",
6163
- value: "{modes.color.modifiers.button.hover}",
6167
+ value: "{primitives.color.modifiers.button.hover}",
6164
6168
  space: "lch",
6165
6169
  color: "{modes.color.modifier.contrastLess} ",
6166
6170
  },
@@ -6186,7 +6190,7 @@ module.exports = {
6186
6190
  "studio.tokens": {
6187
6191
  modify: {
6188
6192
  type: "mix",
6189
- value: "0.16",
6193
+ value: "0.15",
6190
6194
  space: "lch",
6191
6195
  color: "#E13E53",
6192
6196
  format: "hex",
@@ -6194,7 +6198,7 @@ module.exports = {
6194
6198
  },
6195
6199
  },
6196
6200
  $type: "color",
6197
- $value: "#3f1a1c",
6201
+ $value: "#3d1a1c",
6198
6202
  $description: "used on pill hover states and message bg",
6199
6203
  filePath: "data/tokens/modes/light.json",
6200
6204
  isSource: true,
@@ -6203,7 +6207,7 @@ module.exports = {
6203
6207
  "studio.tokens": {
6204
6208
  modify: {
6205
6209
  type: "mix",
6206
- value: "{modes.color.modifiers.button.hover}",
6210
+ value: "{primitives.color.modifiers.button.hover}",
6207
6211
  space: "lch",
6208
6212
  color: "{modes.color.status.negative.inverse.default}",
6209
6213
  },
@@ -6294,7 +6298,7 @@ module.exports = {
6294
6298
  "studio.tokens": {
6295
6299
  modify: {
6296
6300
  type: "mix",
6297
- value: "0.16",
6301
+ value: "0.15",
6298
6302
  space: "lch",
6299
6303
  color: "#000000",
6300
6304
  format: "hex",
@@ -6302,7 +6306,7 @@ module.exports = {
6302
6306
  },
6303
6307
  },
6304
6308
  $type: "color",
6305
- $value: "#555",
6309
+ $value: "#565656",
6306
6310
  $description: "used on pill hover states",
6307
6311
  filePath: "data/tokens/modes/light.json",
6308
6312
  isSource: true,
@@ -6311,7 +6315,7 @@ module.exports = {
6311
6315
  "studio.tokens": {
6312
6316
  modify: {
6313
6317
  type: "mix",
6314
- value: "{modes.color.modifiers.button.hover}",
6318
+ value: "{primitives.color.modifiers.button.hover}",
6315
6319
  space: "lch",
6316
6320
  color: "{modes.color.modifier.contrastMore}",
6317
6321
  },
@@ -6330,7 +6334,7 @@ module.exports = {
6330
6334
  "studio.tokens": {
6331
6335
  modify: {
6332
6336
  type: "mix",
6333
- value: "0.16",
6337
+ value: "0.15",
6334
6338
  space: "lch",
6335
6339
  color: "#656565",
6336
6340
  format: "hex",
@@ -6338,7 +6342,7 @@ module.exports = {
6338
6342
  },
6339
6343
  },
6340
6344
  $type: "color",
6341
- $value: "#d8d8d8",
6345
+ $value: "#d9d9d9",
6342
6346
  $description: "used on pill hover states and message bg",
6343
6347
  filePath: "data/tokens/modes/light.json",
6344
6348
  isSource: true,
@@ -6347,7 +6351,7 @@ module.exports = {
6347
6351
  "studio.tokens": {
6348
6352
  modify: {
6349
6353
  type: "mix",
6350
- value: "{modes.color.modifiers.button.hover}",
6354
+ value: "{primitives.color.modifiers.button.hover}",
6351
6355
  space: "lch",
6352
6356
  color: "{modes.color.status.neutral.default}",
6353
6357
  },
@@ -6572,7 +6576,7 @@ module.exports = {
6572
6576
  "studio.tokens": {
6573
6577
  modify: {
6574
6578
  type: "mix",
6575
- value: "0.16",
6579
+ value: "0.15",
6576
6580
  space: "lch",
6577
6581
  color: "#FFFFFF ",
6578
6582
  format: "hex",
@@ -6580,7 +6584,7 @@ module.exports = {
6580
6584
  },
6581
6585
  },
6582
6586
  $type: "color",
6583
- $value: "#909090",
6587
+ $value: "#8e8e8e",
6584
6588
  $description: "used on pill hover states",
6585
6589
  filePath: "data/tokens/modes/light.json",
6586
6590
  isSource: true,
@@ -6589,7 +6593,7 @@ module.exports = {
6589
6593
  "studio.tokens": {
6590
6594
  modify: {
6591
6595
  type: "mix",
6592
- value: "{modes.color.modifiers.button.hover}",
6596
+ value: "{primitives.color.modifiers.button.hover}",
6593
6597
  space: "lch",
6594
6598
  color: "{modes.color.modifier.contrastLess} ",
6595
6599
  },
@@ -6608,7 +6612,7 @@ module.exports = {
6608
6612
  "studio.tokens": {
6609
6613
  modify: {
6610
6614
  type: "mix",
6611
- value: "0.16",
6615
+ value: "0.15",
6612
6616
  space: "lch",
6613
6617
  color: "#7C7C7C",
6614
6618
  format: "hex",
@@ -6616,7 +6620,7 @@ module.exports = {
6616
6620
  },
6617
6621
  },
6618
6622
  $type: "color",
6619
- $value: "#252525",
6623
+ $value: "#242424",
6620
6624
  $description: "used on pill hover states and message bg",
6621
6625
  filePath: "data/tokens/modes/light.json",
6622
6626
  isSource: true,
@@ -6625,7 +6629,7 @@ module.exports = {
6625
6629
  "studio.tokens": {
6626
6630
  modify: {
6627
6631
  type: "mix",
6628
- value: "{modes.color.modifiers.button.hover}",
6632
+ value: "{primitives.color.modifiers.button.hover}",
6629
6633
  space: "lch",
6630
6634
  color: "{modes.color.status.neutral.inverse.default}",
6631
6635
  },
@@ -6707,7 +6711,7 @@ module.exports = {
6707
6711
  "studio.tokens": {
6708
6712
  modify: {
6709
6713
  type: "mix",
6710
- value: "0.16",
6714
+ value: "0.15",
6711
6715
  space: "lch",
6712
6716
  color: "#000000",
6713
6717
  format: "hex",
@@ -6715,7 +6719,7 @@ module.exports = {
6715
6719
  },
6716
6720
  },
6717
6721
  $type: "color",
6718
- $value: "#0e6b1d",
6722
+ $value: "#0e6d1d",
6719
6723
  $description: "used on pill hover states ",
6720
6724
  filePath: "data/tokens/modes/light.json",
6721
6725
  isSource: true,
@@ -6724,7 +6728,7 @@ module.exports = {
6724
6728
  "studio.tokens": {
6725
6729
  modify: {
6726
6730
  type: "mix",
6727
- value: "{modes.color.modifiers.button.hover}",
6731
+ value: "{primitives.color.modifiers.button.hover}",
6728
6732
  space: "lch",
6729
6733
  color: "{modes.color.modifier.contrastMore}",
6730
6734
  },
@@ -6743,7 +6747,7 @@ module.exports = {
6743
6747
  "studio.tokens": {
6744
6748
  modify: {
6745
6749
  type: "mix",
6746
- value: "0.16",
6750
+ value: "0.15",
6747
6751
  space: "lch",
6748
6752
  color: "#00811F",
6749
6753
  format: "hex",
@@ -6751,7 +6755,7 @@ module.exports = {
6751
6755
  },
6752
6756
  },
6753
6757
  $type: "color",
6754
- $value: "#c9e0c7",
6758
+ $value: "#cbe1c9",
6755
6759
  $description: "used on pill hover states and message bg",
6756
6760
  filePath: "data/tokens/modes/light.json",
6757
6761
  isSource: true,
@@ -6760,7 +6764,7 @@ module.exports = {
6760
6764
  "studio.tokens": {
6761
6765
  modify: {
6762
6766
  type: "mix",
6763
- value: "{modes.color.modifiers.button.hover}",
6767
+ value: "{primitives.color.modifiers.button.hover}",
6764
6768
  space: "lch",
6765
6769
  color: "{modes.color.status.positive.default}",
6766
6770
  },
@@ -6843,7 +6847,7 @@ module.exports = {
6843
6847
  "studio.tokens": {
6844
6848
  modify: {
6845
6849
  type: "mix",
6846
- value: "0.08",
6850
+ value: "0.10",
6847
6851
  space: "lch",
6848
6852
  color: "#FFFFFF ",
6849
6853
  format: "hex",
@@ -6851,7 +6855,7 @@ module.exports = {
6851
6855
  },
6852
6856
  },
6853
6857
  $type: "color",
6854
- $value: "#2b8b32",
6858
+ $value: "#328e37",
6855
6859
  $description: "used on pill hover states",
6856
6860
  filePath: "data/tokens/modes/light.json",
6857
6861
  isSource: true,
@@ -6860,7 +6864,7 @@ module.exports = {
6860
6864
  "studio.tokens": {
6861
6865
  modify: {
6862
6866
  type: "mix",
6863
- value: "{modes.color.modifiers.button.hoverAlt}",
6867
+ value: "{primitives.color.modifiers.button.hoverAlt}",
6864
6868
  space: "lch",
6865
6869
  color: "{modes.color.modifier.contrastLess} ",
6866
6870
  },
@@ -6886,7 +6890,7 @@ module.exports = {
6886
6890
  "studio.tokens": {
6887
6891
  modify: {
6888
6892
  type: "mix",
6889
- value: "0.16",
6893
+ value: "0.15",
6890
6894
  space: "lch",
6891
6895
  color: "#009023",
6892
6896
  format: "hex",
@@ -6894,7 +6898,7 @@ module.exports = {
6894
6898
  },
6895
6899
  },
6896
6900
  $type: "color",
6897
- $value: "#132b12",
6901
+ $value: "#132912",
6898
6902
  $description: "used on pill hover states and message bg",
6899
6903
  filePath: "data/tokens/modes/light.json",
6900
6904
  isSource: true,
@@ -6903,7 +6907,7 @@ module.exports = {
6903
6907
  "studio.tokens": {
6904
6908
  modify: {
6905
6909
  type: "mix",
6906
- value: "{modes.color.modifiers.button.hover}",
6910
+ value: "{primitives.color.modifiers.button.hover}",
6907
6911
  space: "lch",
6908
6912
  color: "{modes.color.status.positive.inverse.default}",
6909
6913
  },
@@ -7036,7 +7040,7 @@ module.exports = {
7036
7040
  "studio.tokens": {
7037
7041
  modify: {
7038
7042
  type: "mix",
7039
- value: "0.16",
7043
+ value: "0.15",
7040
7044
  space: "lch",
7041
7045
  color: "#000000",
7042
7046
  format: "hex",
@@ -7044,7 +7048,7 @@ module.exports = {
7044
7048
  },
7045
7049
  },
7046
7050
  $type: "color",
7047
- $value: "#0e6b1d",
7051
+ $value: "#0e6d1d",
7048
7052
  filePath: "data/tokens/modes/light.json",
7049
7053
  isSource: true,
7050
7054
  original: {
@@ -7052,7 +7056,7 @@ module.exports = {
7052
7056
  "studio.tokens": {
7053
7057
  modify: {
7054
7058
  type: "mix",
7055
- value: "{modes.color.modifiers.button.hover}",
7059
+ value: "{primitives.color.modifiers.button.hover}",
7056
7060
  space: "lch",
7057
7061
  color: "{modes.color.modifier.contrastMore}",
7058
7062
  },
@@ -7115,7 +7119,7 @@ module.exports = {
7115
7119
  "studio.tokens": {
7116
7120
  modify: {
7117
7121
  type: "mix",
7118
- value: "0.16",
7122
+ value: "0.15",
7119
7123
  space: "lch",
7120
7124
  color: "#000000",
7121
7125
  format: "hex",
@@ -7123,7 +7127,7 @@ module.exports = {
7123
7127
  },
7124
7128
  },
7125
7129
  $type: "color",
7126
- $value: "#0e6b3b",
7130
+ $value: "#0d6c3c",
7127
7131
  filePath: "data/tokens/modes/light.json",
7128
7132
  isSource: true,
7129
7133
  original: {
@@ -7131,7 +7135,7 @@ module.exports = {
7131
7135
  "studio.tokens": {
7132
7136
  modify: {
7133
7137
  type: "mix",
7134
- value: "{modes.color.modifiers.button.hover}",
7138
+ value: "{primitives.color.modifiers.button.hover}",
7135
7139
  space: "lch",
7136
7140
  color: "{modes.color.modifier.contrastMore}",
7137
7141
  },
@@ -7175,119 +7179,6 @@ module.exports = {
7175
7179
  path: ["modes", "color", "modifier", "contrastMore"],
7176
7180
  },
7177
7181
  },
7178
- modifiers: {
7179
- button: {
7180
- active: {
7181
- $type: "other",
7182
- $value: "0.32",
7183
- $description: "Actve modifier used when 16% hover is used",
7184
- filePath: "data/tokens/modes/light.json",
7185
- isSource: true,
7186
- original: {
7187
- $type: "other",
7188
- $value: "0.32",
7189
- $description: "Actve modifier used when 16% hover is used",
7190
- },
7191
- name: "modesColorModifiersButtonActive",
7192
- attributes: {},
7193
- path: ["modes", "color", "modifiers", "button", "active"],
7194
- },
7195
- activeAlt: {
7196
- $type: "other",
7197
- $value: "0.16",
7198
- $description: "Active appled when 8% hover is used",
7199
- filePath: "data/tokens/modes/light.json",
7200
- isSource: true,
7201
- original: {
7202
- $type: "other",
7203
- $value: "0.16",
7204
- $description: "Active appled when 8% hover is used",
7205
- },
7206
- name: "modesColorModifiersButtonActiveAlt",
7207
- attributes: {},
7208
- path: ["modes", "color", "modifiers", "button", "activeAlt"],
7209
- },
7210
- hover: {
7211
- $type: "other",
7212
- $value: "0.16",
7213
- $description: "Hover used on primary buttons",
7214
- filePath: "data/tokens/modes/light.json",
7215
- isSource: true,
7216
- original: {
7217
- $type: "other",
7218
- $value: "0.16",
7219
- $description: "Hover used on primary buttons",
7220
- },
7221
- name: "modesColorModifiersButtonHover",
7222
- attributes: {},
7223
- path: ["modes", "color", "modifiers", "button", "hover"],
7224
- },
7225
- hoverAlt: {
7226
- $type: "other",
7227
- $value: "0.08",
7228
- $description: "Hover used on secondary and tertiary buttons",
7229
- filePath: "data/tokens/modes/light.json",
7230
- isSource: true,
7231
- original: {
7232
- $type: "other",
7233
- $value: "0.08",
7234
- $description: "Hover used on secondary and tertiary buttons",
7235
- },
7236
- name: "modesColorModifiersButtonHoverAlt",
7237
- attributes: {},
7238
- path: ["modes", "color", "modifiers", "button", "hoverAlt"],
7239
- },
7240
- },
7241
- input: {
7242
- disabledBg: {
7243
- $type: "other",
7244
- $value: "0.04",
7245
- $description: "less contrast",
7246
- filePath: "data/tokens/modes/light.json",
7247
- isSource: true,
7248
- original: {
7249
- $type: "other",
7250
- $value: "0.04",
7251
- $description: "less contrast",
7252
- },
7253
- name: "modesColorModifiersInputDisabledBg",
7254
- attributes: {},
7255
- path: ["modes", "color", "modifiers", "input", "disabledBg"],
7256
- },
7257
- disabledFg: {
7258
- $type: "other",
7259
- $value: "0.30",
7260
- $description: "less contrast",
7261
- filePath: "data/tokens/modes/light.json",
7262
- isSource: true,
7263
- original: {
7264
- $type: "other",
7265
- $value: "0.30",
7266
- $description: "less contrast",
7267
- },
7268
- name: "modesColorModifiersInputDisabledFg",
7269
- attributes: {},
7270
- path: ["modes", "color", "modifiers", "input", "disabledFg"],
7271
- },
7272
- },
7273
- shadow: {
7274
- standard: {
7275
- $type: "other",
7276
- $value: "0.5",
7277
- $description: "standard mixer for shadow",
7278
- filePath: "data/tokens/modes/light.json",
7279
- isSource: true,
7280
- original: {
7281
- $type: "other",
7282
- $value: "0.5",
7283
- $description: "standard mixer for shadow",
7284
- },
7285
- name: "modesColorModifiersShadowStandard",
7286
- attributes: {},
7287
- path: ["modes", "color", "modifiers", "shadow", "standard"],
7288
- },
7289
- },
7290
- },
7291
7182
  },
7292
7183
  },
7293
7184
  };