@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
@@ -1340,7 +1340,7 @@ module.exports = {
1340
1340
  "studio.tokens": {
1341
1341
  modify: {
1342
1342
  type: "mix",
1343
- value: "0.32",
1343
+ value: "0.30",
1344
1344
  space: "lch",
1345
1345
  color: "#FFFFFF ",
1346
1346
  format: "hex",
@@ -1348,7 +1348,7 @@ module.exports = {
1348
1348
  },
1349
1349
  },
1350
1350
  $type: "color",
1351
- $value: "#f28486",
1351
+ $value: "#f28083",
1352
1352
  $description: "active button on dark",
1353
1353
  filePath: "data/tokens/modes/dark.json",
1354
1354
  isSource: true,
@@ -1357,7 +1357,7 @@ module.exports = {
1357
1357
  "studio.tokens": {
1358
1358
  modify: {
1359
1359
  type: "mix",
1360
- value: "{modes.color.modifiers.button.active}",
1360
+ value: "{primitives.color.modifiers.button.active}",
1361
1361
  space: "lch",
1362
1362
  color: "{modes.color.modifier.contrastMore} ",
1363
1363
  },
@@ -1425,7 +1425,7 @@ module.exports = {
1425
1425
  "studio.tokens": {
1426
1426
  modify: {
1427
1427
  type: "mix",
1428
- value: "0.16",
1428
+ value: "0.15",
1429
1429
  space: "lch",
1430
1430
  color: "#FFFFFF",
1431
1431
  format: "hex",
@@ -1433,7 +1433,7 @@ module.exports = {
1433
1433
  },
1434
1434
  },
1435
1435
  $type: "color",
1436
- $value: "#eb646c",
1436
+ $value: "#ea626a",
1437
1437
  filePath: "data/tokens/modes/dark.json",
1438
1438
  isSource: true,
1439
1439
  original: {
@@ -1441,7 +1441,7 @@ module.exports = {
1441
1441
  "studio.tokens": {
1442
1442
  modify: {
1443
1443
  type: "mix",
1444
- value: "{modes.color.modifiers.button.hover}",
1444
+ value: "{primitives.color.modifiers.button.hover}",
1445
1445
  space: "lch",
1446
1446
  color: "{modes.color.modifier.contrastMore}",
1447
1447
  },
@@ -1459,14 +1459,14 @@ module.exports = {
1459
1459
  "studio.tokens": {
1460
1460
  modify: {
1461
1461
  type: "alpha",
1462
- value: "0.08",
1462
+ value: "0.10",
1463
1463
  space: "lch",
1464
1464
  format: "hex",
1465
1465
  },
1466
1466
  },
1467
1467
  },
1468
1468
  $type: "color",
1469
- $value: "#e13e5314",
1469
+ $value: "#e13e531a",
1470
1470
  $description: "button hover on dark",
1471
1471
  filePath: "data/tokens/modes/dark.json",
1472
1472
  isSource: true,
@@ -1475,7 +1475,7 @@ module.exports = {
1475
1475
  "studio.tokens": {
1476
1476
  modify: {
1477
1477
  type: "alpha",
1478
- value: "{modes.color.modifiers.button.hoverAlt}",
1478
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1479
1479
  space: "lch",
1480
1480
  },
1481
1481
  },
@@ -1493,7 +1493,7 @@ module.exports = {
1493
1493
  "studio.tokens": {
1494
1494
  modify: {
1495
1495
  type: "mix",
1496
- value: "0.08",
1496
+ value: "0.10",
1497
1497
  space: "lch",
1498
1498
  color: "#FFFFFF",
1499
1499
  format: "hex",
@@ -1501,7 +1501,7 @@ module.exports = {
1501
1501
  },
1502
1502
  },
1503
1503
  $type: "color",
1504
- $value: "#ec6a71",
1504
+ $value: "#ed6e74",
1505
1505
  $description: "for links in datatables",
1506
1506
  filePath: "data/tokens/modes/dark.json",
1507
1507
  isSource: true,
@@ -1510,7 +1510,7 @@ module.exports = {
1510
1510
  "studio.tokens": {
1511
1511
  modify: {
1512
1512
  type: "mix",
1513
- value: "{modes.color.modifiers.button.hoverAlt}",
1513
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1514
1514
  space: "lch",
1515
1515
  color: "{modes.color.modifier.contrastMore}",
1516
1516
  },
@@ -1556,7 +1556,7 @@ module.exports = {
1556
1556
  "studio.tokens": {
1557
1557
  modify: {
1558
1558
  type: "mix",
1559
- value: "0.32",
1559
+ value: "0.30",
1560
1560
  space: "lch",
1561
1561
  color: "#000000 ",
1562
1562
  format: "hex",
@@ -1564,7 +1564,7 @@ module.exports = {
1564
1564
  },
1565
1565
  },
1566
1566
  $type: "color",
1567
- $value: "#882b34",
1567
+ $value: "#8c2c35",
1568
1568
  $description: "used on pill hover states",
1569
1569
  filePath: "data/tokens/modes/dark.json",
1570
1570
  isSource: true,
@@ -1573,7 +1573,7 @@ module.exports = {
1573
1573
  "studio.tokens": {
1574
1574
  modify: {
1575
1575
  type: "mix",
1576
- value: "{modes.color.modifiers.button.active}",
1576
+ value: "{primitives.color.modifiers.button.active}",
1577
1577
  space: "lch",
1578
1578
  color: "{modes.color.modifier.contrastLess} ",
1579
1579
  },
@@ -1662,7 +1662,7 @@ module.exports = {
1662
1662
  "studio.tokens": {
1663
1663
  modify: {
1664
1664
  type: "mix",
1665
- value: "0.16",
1665
+ value: "0.15",
1666
1666
  space: "lch",
1667
1667
  color: "#000000 ",
1668
1668
  format: "hex",
@@ -1670,7 +1670,7 @@ module.exports = {
1670
1670
  },
1671
1671
  },
1672
1672
  $type: "color",
1673
- $value: "#aa323f",
1673
+ $value: "#ac3240",
1674
1674
  $description:
1675
1675
  "used on solid-pill and primary-button hover states",
1676
1676
  filePath: "data/tokens/modes/dark.json",
@@ -1680,7 +1680,7 @@ module.exports = {
1680
1680
  "studio.tokens": {
1681
1681
  modify: {
1682
1682
  type: "mix",
1683
- value: "{modes.color.modifiers.button.hover}",
1683
+ value: "{primitives.color.modifiers.button.hover}",
1684
1684
  space: "lch",
1685
1685
  color: "{modes.color.modifier.contrastLess} ",
1686
1686
  },
@@ -1707,14 +1707,14 @@ module.exports = {
1707
1707
  "studio.tokens": {
1708
1708
  modify: {
1709
1709
  type: "alpha",
1710
- value: "0.08",
1710
+ value: "0.10",
1711
1711
  space: "lch",
1712
1712
  format: "hex",
1713
1713
  },
1714
1714
  },
1715
1715
  },
1716
1716
  $type: "color",
1717
- $value: "#cd384b14",
1717
+ $value: "#cd384b1a",
1718
1718
  $description: "used on secondary-button hover states",
1719
1719
  filePath: "data/tokens/modes/dark.json",
1720
1720
  isSource: true,
@@ -1723,7 +1723,7 @@ module.exports = {
1723
1723
  "studio.tokens": {
1724
1724
  modify: {
1725
1725
  type: "alpha",
1726
- value: "{modes.color.modifiers.button.hoverAlt}",
1726
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1727
1727
  space: "lch",
1728
1728
  },
1729
1729
  },
@@ -1748,7 +1748,7 @@ module.exports = {
1748
1748
  "studio.tokens": {
1749
1749
  modify: {
1750
1750
  type: "mix",
1751
- value: "0.08",
1751
+ value: "0.10",
1752
1752
  space: "lch",
1753
1753
  color: "#000000 ",
1754
1754
  format: "hex",
@@ -1756,7 +1756,7 @@ module.exports = {
1756
1756
  },
1757
1757
  },
1758
1758
  $type: "color",
1759
- $value: "#a3303d",
1759
+ $value: "#9f303c",
1760
1760
  $description: "used on link hover state",
1761
1761
  filePath: "data/tokens/modes/dark.json",
1762
1762
  isSource: true,
@@ -1765,7 +1765,7 @@ module.exports = {
1765
1765
  "studio.tokens": {
1766
1766
  modify: {
1767
1767
  type: "mix",
1768
- value: "{modes.color.modifiers.button.hoverAlt}",
1768
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1769
1769
  space: "lch",
1770
1770
  color: "{modes.color.modifier.contrastLess} ",
1771
1771
  },
@@ -1898,7 +1898,7 @@ module.exports = {
1898
1898
  "studio.tokens": {
1899
1899
  modify: {
1900
1900
  type: "mix",
1901
- value: "0.08",
1901
+ value: "0.10",
1902
1902
  space: "lch",
1903
1903
  color: "#FFFFFF",
1904
1904
  format: "hex",
@@ -1906,7 +1906,7 @@ module.exports = {
1906
1906
  },
1907
1907
  },
1908
1908
  $type: "color",
1909
- $value: "#181818",
1909
+ $value: "#1b1b1b",
1910
1910
  $description: "bg hover for draggable area on file input",
1911
1911
  filePath: "data/tokens/modes/dark.json",
1912
1912
  isSource: true,
@@ -1915,7 +1915,7 @@ module.exports = {
1915
1915
  "studio.tokens": {
1916
1916
  modify: {
1917
1917
  type: "mix",
1918
- value: "{modes.color.modifiers.button.hoverAlt}",
1918
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1919
1919
  space: "lch",
1920
1920
  color: "{modes.color.modifier.contrastMore}",
1921
1921
  },
@@ -2454,14 +2454,14 @@ module.exports = {
2454
2454
  "studio.tokens": {
2455
2455
  modify: {
2456
2456
  type: "alpha",
2457
- value: "0.16",
2457
+ value: "0.15",
2458
2458
  space: "lch",
2459
2459
  format: "hex",
2460
2460
  },
2461
2461
  },
2462
2462
  },
2463
2463
  $type: "color",
2464
- $value: "#ffffff29",
2464
+ $value: "#ffffff26",
2465
2465
  filePath: "data/tokens/modes/dark.json",
2466
2466
  isSource: true,
2467
2467
  original: {
@@ -2469,7 +2469,7 @@ module.exports = {
2469
2469
  "studio.tokens": {
2470
2470
  modify: {
2471
2471
  type: "alpha",
2472
- value: "{modes.color.modifiers.button.activeAlt}",
2472
+ value: "{primitives.color.modifiers.button.activeAlt}",
2473
2473
  space: "lch",
2474
2474
  },
2475
2475
  },
@@ -2592,14 +2592,14 @@ module.exports = {
2592
2592
  "studio.tokens": {
2593
2593
  modify: {
2594
2594
  type: "alpha",
2595
- value: "0.08",
2595
+ value: "0.10",
2596
2596
  space: "lch",
2597
2597
  format: "hex",
2598
2598
  },
2599
2599
  },
2600
2600
  },
2601
2601
  $type: "color",
2602
- $value: "#ffffff14",
2602
+ $value: "#ffffff1a",
2603
2603
  $description: "Accordion, secondary, tertiary, menu bg on hover",
2604
2604
  filePath: "data/tokens/modes/dark.json",
2605
2605
  isSource: true,
@@ -2608,7 +2608,7 @@ module.exports = {
2608
2608
  "studio.tokens": {
2609
2609
  modify: {
2610
2610
  type: "alpha",
2611
- value: "{modes.color.modifiers.button.hoverAlt}",
2611
+ value: "{primitives.color.modifiers.button.hoverAlt}",
2612
2612
  space: "lch",
2613
2613
  },
2614
2614
  },
@@ -2626,14 +2626,14 @@ module.exports = {
2626
2626
  "studio.tokens": {
2627
2627
  modify: {
2628
2628
  type: "alpha",
2629
- value: "0.16",
2629
+ value: "0.15",
2630
2630
  space: "lch",
2631
2631
  format: "hex",
2632
2632
  },
2633
2633
  },
2634
2634
  },
2635
2635
  $type: "color",
2636
- $value: "#ffffff29",
2636
+ $value: "#ffffff26",
2637
2637
  $description: "subtle table header hover",
2638
2638
  filePath: "data/tokens/modes/dark.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.hover}",
2645
+ value: "{primitives.color.modifiers.button.hover}",
2646
2646
  space: "lch",
2647
2647
  },
2648
2648
  },
@@ -2745,14 +2745,14 @@ module.exports = {
2745
2745
  "studio.tokens": {
2746
2746
  modify: {
2747
2747
  type: "alpha",
2748
- value: "0.16",
2748
+ value: "0.15",
2749
2749
  space: "lch",
2750
2750
  format: "hex",
2751
2751
  },
2752
2752
  },
2753
2753
  },
2754
2754
  $type: "color",
2755
- $value: "#ffffff29",
2755
+ $value: "#ffffff26",
2756
2756
  filePath: "data/tokens/modes/dark.json",
2757
2757
  isSource: true,
2758
2758
  original: {
@@ -2760,7 +2760,7 @@ module.exports = {
2760
2760
  "studio.tokens": {
2761
2761
  modify: {
2762
2762
  type: "alpha",
2763
- value: "{modes.color.modifiers.button.activeAlt}",
2763
+ value: "{primitives.color.modifiers.button.activeAlt}",
2764
2764
  space: "lch",
2765
2765
  },
2766
2766
  },
@@ -2862,14 +2862,14 @@ module.exports = {
2862
2862
  "studio.tokens": {
2863
2863
  modify: {
2864
2864
  type: "alpha",
2865
- value: "0.08 ",
2865
+ value: "0.10 ",
2866
2866
  space: "lch",
2867
2867
  format: "hex",
2868
2868
  },
2869
2869
  },
2870
2870
  },
2871
2871
  $type: "color",
2872
- $value: "#ffffff14",
2872
+ $value: "#ffffff1a",
2873
2873
  filePath: "data/tokens/modes/dark.json",
2874
2874
  isSource: true,
2875
2875
  original: {
@@ -2877,7 +2877,7 @@ module.exports = {
2877
2877
  "studio.tokens": {
2878
2878
  modify: {
2879
2879
  type: "alpha",
2880
- value: "{modes.color.modifiers.button.hoverAlt} ",
2880
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
2881
2881
  space: "lch",
2882
2882
  },
2883
2883
  },
@@ -2983,14 +2983,14 @@ module.exports = {
2983
2983
  "studio.tokens": {
2984
2984
  modify: {
2985
2985
  type: "alpha",
2986
- value: "0.16",
2986
+ value: "0.15",
2987
2987
  space: "lch",
2988
2988
  format: "hex",
2989
2989
  },
2990
2990
  },
2991
2991
  },
2992
2992
  $type: "color",
2993
- $value: "#00000029",
2993
+ $value: "#00000026",
2994
2994
  filePath: "data/tokens/modes/dark.json",
2995
2995
  isSource: true,
2996
2996
  original: {
@@ -2998,7 +2998,7 @@ module.exports = {
2998
2998
  "studio.tokens": {
2999
2999
  modify: {
3000
3000
  type: "alpha",
3001
- value: "{modes.color.modifiers.button.activeAlt}",
3001
+ value: "{primitives.color.modifiers.button.activeAlt}",
3002
3002
  space: "lch",
3003
3003
  },
3004
3004
  },
@@ -3143,14 +3143,14 @@ module.exports = {
3143
3143
  "studio.tokens": {
3144
3144
  modify: {
3145
3145
  type: "alpha",
3146
- value: "0.08",
3146
+ value: "0.10",
3147
3147
  space: "lch",
3148
3148
  format: "hex",
3149
3149
  },
3150
3150
  },
3151
3151
  },
3152
3152
  $type: "color",
3153
- $value: "#00000014",
3153
+ $value: "#0000001a",
3154
3154
  $description: "Accordion, secondary, tertiary, menu bg on hover",
3155
3155
  filePath: "data/tokens/modes/dark.json",
3156
3156
  isSource: true,
@@ -3159,7 +3159,7 @@ module.exports = {
3159
3159
  "studio.tokens": {
3160
3160
  modify: {
3161
3161
  type: "alpha",
3162
- value: "{modes.color.modifiers.button.hoverAlt}",
3162
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3163
3163
  space: "lch",
3164
3164
  },
3165
3165
  },
@@ -3185,14 +3185,14 @@ module.exports = {
3185
3185
  "studio.tokens": {
3186
3186
  modify: {
3187
3187
  type: "alpha",
3188
- value: "0.16",
3188
+ value: "0.15",
3189
3189
  space: "lch",
3190
3190
  format: "hex",
3191
3191
  },
3192
3192
  },
3193
3193
  },
3194
3194
  $type: "color",
3195
- $value: "#00000029",
3195
+ $value: "#00000026",
3196
3196
  $description: "subtle table header hover",
3197
3197
  filePath: "data/tokens/modes/dark.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.hover}",
3204
+ value: "{primitives.color.modifiers.button.hover}",
3205
3205
  space: "lch",
3206
3206
  },
3207
3207
  },
@@ -3506,14 +3506,14 @@ module.exports = {
3506
3506
  "studio.tokens": {
3507
3507
  modify: {
3508
3508
  type: "alpha",
3509
- value: "0.16",
3509
+ value: "0.15",
3510
3510
  space: "lch",
3511
3511
  format: "hex",
3512
3512
  },
3513
3513
  },
3514
3514
  },
3515
3515
  $type: "color",
3516
- $value: "#ffffff29",
3516
+ $value: "#ffffff26",
3517
3517
  $description: "hover bg for nav items",
3518
3518
  filePath: "data/tokens/modes/dark.json",
3519
3519
  isSource: true,
@@ -3522,7 +3522,7 @@ module.exports = {
3522
3522
  "studio.tokens": {
3523
3523
  modify: {
3524
3524
  type: "alpha",
3525
- value: "{modes.color.modifiers.button.hover}",
3525
+ value: "{primitives.color.modifiers.button.hover}",
3526
3526
  space: "lch",
3527
3527
  },
3528
3528
  },
@@ -3588,7 +3588,7 @@ module.exports = {
3588
3588
  "studio.tokens": {
3589
3589
  modify: {
3590
3590
  type: "mix",
3591
- value: "0.32",
3591
+ value: "0.30",
3592
3592
  space: "lch",
3593
3593
  color: "#FFFFFF",
3594
3594
  format: "hex",
@@ -3596,7 +3596,7 @@ module.exports = {
3596
3596
  },
3597
3597
  },
3598
3598
  $type: "color",
3599
- $value: "#81e57d",
3599
+ $value: "#7ce47a",
3600
3600
  filePath: "data/tokens/modes/dark.json",
3601
3601
  isSource: true,
3602
3602
  original: {
@@ -3604,7 +3604,7 @@ module.exports = {
3604
3604
  "studio.tokens": {
3605
3605
  modify: {
3606
3606
  type: "mix",
3607
- value: "{modes.color.modifiers.button.active}",
3607
+ value: "{primitives.color.modifiers.button.active}",
3608
3608
  space: "lch",
3609
3609
  color: "{modes.color.modifier.contrastMore}",
3610
3610
  },
@@ -3622,7 +3622,7 @@ module.exports = {
3622
3622
  "studio.tokens": {
3623
3623
  modify: {
3624
3624
  type: "alpha",
3625
- value: "0.32",
3625
+ value: "0.30",
3626
3626
  space: "lch",
3627
3627
  color: "#FFFFFF",
3628
3628
  format: "hex",
@@ -3630,7 +3630,7 @@ module.exports = {
3630
3630
  },
3631
3631
  },
3632
3632
  $type: "color",
3633
- $value: "#00d63952",
3633
+ $value: "#00d6394d",
3634
3634
  $description: "Active color for secondary and tertiary buttons",
3635
3635
  filePath: "data/tokens/modes/dark.json",
3636
3636
  isSource: true,
@@ -3639,7 +3639,7 @@ module.exports = {
3639
3639
  "studio.tokens": {
3640
3640
  modify: {
3641
3641
  type: "alpha",
3642
- value: "{modes.color.modifiers.button.active}",
3642
+ value: "{primitives.color.modifiers.button.active}",
3643
3643
  space: "lch",
3644
3644
  color: "{modes.color.modifier.contrastMore}",
3645
3645
  },
@@ -3680,7 +3680,7 @@ module.exports = {
3680
3680
  },
3681
3681
  $type: "color",
3682
3682
  $value: "#00d639cc",
3683
- $description: "Border color for secondary buttons",
3683
+ $description: "Border color for secondary and tertiary buttons",
3684
3684
  filePath: "data/tokens/modes/dark.json",
3685
3685
  isSource: true,
3686
3686
  original: {
@@ -3696,7 +3696,7 @@ module.exports = {
3696
3696
  },
3697
3697
  $type: "color",
3698
3698
  $value: "{modes.color.interactive.primary.default}",
3699
- $description: "Border color for secondary buttons",
3699
+ $description: "Border color for secondary and tertiary buttons",
3700
3700
  },
3701
3701
  name: "modesColorInteractivePrimaryDefaultAlt",
3702
3702
  attributes: {},
@@ -3706,8 +3706,8 @@ module.exports = {
3706
3706
  $extensions: {
3707
3707
  "studio.tokens": {
3708
3708
  modify: {
3709
- type: "alpha",
3710
- value: "0.5",
3709
+ type: "mix",
3710
+ value: "0.12",
3711
3711
  space: "lch",
3712
3712
  color: "#FFFFFF",
3713
3713
  format: "hex",
@@ -3715,16 +3715,16 @@ module.exports = {
3715
3715
  },
3716
3716
  },
3717
3717
  $type: "color",
3718
- $value: "#00d63980",
3719
- $description: "Border color for tertiary buttons",
3718
+ $value: "#4cdc55",
3719
+ $description: "default value for links",
3720
3720
  filePath: "data/tokens/modes/dark.json",
3721
3721
  isSource: true,
3722
3722
  original: {
3723
3723
  $extensions: {
3724
3724
  "studio.tokens": {
3725
3725
  modify: {
3726
- type: "alpha",
3727
- value: "0.5",
3726
+ type: "mix",
3727
+ value: "0.12",
3728
3728
  space: "lch",
3729
3729
  color: "{modes.color.modifier.contrastMore}",
3730
3730
  },
@@ -3732,7 +3732,7 @@ module.exports = {
3732
3732
  },
3733
3733
  $type: "color",
3734
3734
  $value: "{modes.color.interactive.primary.default}",
3735
- $description: "Border color for tertiary buttons",
3735
+ $description: "default value for links",
3736
3736
  },
3737
3737
  name: "modesColorInteractivePrimaryDefaultAlt2",
3738
3738
  attributes: {},
@@ -3742,8 +3742,8 @@ module.exports = {
3742
3742
  $extensions: {
3743
3743
  "studio.tokens": {
3744
3744
  modify: {
3745
- type: "mix",
3746
- value: "0.12",
3745
+ type: "alpha",
3746
+ value: "0.03",
3747
3747
  space: "lch",
3748
3748
  color: "#FFFFFF",
3749
3749
  format: "hex",
@@ -3751,16 +3751,16 @@ module.exports = {
3751
3751
  },
3752
3752
  },
3753
3753
  $type: "color",
3754
- $value: "#4cdc55",
3755
- $description: "default value for links",
3754
+ $value: "#00d63908",
3755
+ $description: "Default background color of secondary buttons",
3756
3756
  filePath: "data/tokens/modes/dark.json",
3757
3757
  isSource: true,
3758
3758
  original: {
3759
3759
  $extensions: {
3760
3760
  "studio.tokens": {
3761
3761
  modify: {
3762
- type: "mix",
3763
- value: "0.12",
3762
+ type: "alpha",
3763
+ value: "0.03",
3764
3764
  space: "lch",
3765
3765
  color: "{modes.color.modifier.contrastMore}",
3766
3766
  },
@@ -3768,7 +3768,7 @@ module.exports = {
3768
3768
  },
3769
3769
  $type: "color",
3770
3770
  $value: "{modes.color.interactive.primary.default}",
3771
- $description: "default value for links",
3771
+ $description: "Default background color of secondary buttons",
3772
3772
  },
3773
3773
  name: "modesColorInteractivePrimaryDefaultAlt3",
3774
3774
  attributes: {},
@@ -3779,7 +3779,7 @@ module.exports = {
3779
3779
  "studio.tokens": {
3780
3780
  modify: {
3781
3781
  type: "mix",
3782
- value: "0.16",
3782
+ value: "0.15",
3783
3783
  space: "lch",
3784
3784
  color: "#FFFFFF",
3785
3785
  format: "hex",
@@ -3787,7 +3787,7 @@ module.exports = {
3787
3787
  },
3788
3788
  },
3789
3789
  $type: "color",
3790
- $value: "#58de5d",
3790
+ $value: "#55dd5b",
3791
3791
  filePath: "data/tokens/modes/dark.json",
3792
3792
  isSource: true,
3793
3793
  original: {
@@ -3795,7 +3795,7 @@ module.exports = {
3795
3795
  "studio.tokens": {
3796
3796
  modify: {
3797
3797
  type: "mix",
3798
- value: "{modes.color.modifiers.button.hover}",
3798
+ value: "{primitives.color.modifiers.button.hover}",
3799
3799
  space: "lch",
3800
3800
  color: "{modes.color.modifier.contrastMore}",
3801
3801
  },
@@ -3813,7 +3813,7 @@ module.exports = {
3813
3813
  "studio.tokens": {
3814
3814
  modify: {
3815
3815
  type: "alpha",
3816
- value: "0.08",
3816
+ value: "0.10",
3817
3817
  space: "lch",
3818
3818
  color: "#FFFFFF",
3819
3819
  format: "hex",
@@ -3821,7 +3821,7 @@ module.exports = {
3821
3821
  },
3822
3822
  },
3823
3823
  $type: "color",
3824
- $value: "#00d63914",
3824
+ $value: "#00d6391a",
3825
3825
  $description: "Secondary and tertiary button hover",
3826
3826
  filePath: "data/tokens/modes/dark.json",
3827
3827
  isSource: true,
@@ -3830,14 +3830,14 @@ module.exports = {
3830
3830
  "studio.tokens": {
3831
3831
  modify: {
3832
3832
  type: "alpha",
3833
- value: "{modes.color.modifiers.button.hoverAlt}",
3833
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3834
3834
  space: "lch",
3835
3835
  color: "{modes.color.modifier.contrastMore}",
3836
3836
  },
3837
3837
  },
3838
3838
  },
3839
3839
  $type: "color",
3840
- $value: "{modes.color.interactive.primary.defaultAlt2}",
3840
+ $value: "{modes.color.interactive.primary.default}",
3841
3841
  $description: "Secondary and tertiary button hover",
3842
3842
  },
3843
3843
  name: "modesColorInteractivePrimaryHoverAlt",
@@ -3849,7 +3849,7 @@ module.exports = {
3849
3849
  "studio.tokens": {
3850
3850
  modify: {
3851
3851
  type: "mix",
3852
- value: "0.16",
3852
+ value: "0.15",
3853
3853
  space: "lch",
3854
3854
  color: "#FFFFFF ",
3855
3855
  format: "hex",
@@ -3857,7 +3857,7 @@ module.exports = {
3857
3857
  },
3858
3858
  },
3859
3859
  $type: "color",
3860
- $value: "#73e372",
3860
+ $value: "#71e270",
3861
3861
  $description: "hover for links",
3862
3862
  filePath: "data/tokens/modes/dark.json",
3863
3863
  isSource: true,
@@ -3866,14 +3866,14 @@ module.exports = {
3866
3866
  "studio.tokens": {
3867
3867
  modify: {
3868
3868
  type: "mix",
3869
- value: "{modes.color.modifiers.button.hover}",
3869
+ value: "{primitives.color.modifiers.button.hover}",
3870
3870
  space: "lch",
3871
3871
  color: "{modes.color.modifier.contrastMore} ",
3872
3872
  },
3873
3873
  },
3874
3874
  },
3875
3875
  $type: "color",
3876
- $value: "{modes.color.interactive.primary.defaultAlt3}",
3876
+ $value: "{modes.color.interactive.primary.defaultAlt2}",
3877
3877
  $description: "hover for links",
3878
3878
  },
3879
3879
  name: "modesColorInteractivePrimaryHoverAlt2",
@@ -3925,7 +3925,7 @@ module.exports = {
3925
3925
  "studio.tokens": {
3926
3926
  modify: {
3927
3927
  type: "mix",
3928
- value: "0.32",
3928
+ value: "0.30",
3929
3929
  space: "lch",
3930
3930
  color: "#FFFFFF",
3931
3931
  format: "hex",
@@ -3933,7 +3933,7 @@ module.exports = {
3933
3933
  },
3934
3934
  },
3935
3935
  $type: "color",
3936
- $value: "#81e57d",
3936
+ $value: "#7ce47a",
3937
3937
  filePath: "data/tokens/modes/dark.json",
3938
3938
  isSource: true,
3939
3939
  original: {
@@ -3941,7 +3941,7 @@ module.exports = {
3941
3941
  "studio.tokens": {
3942
3942
  modify: {
3943
3943
  type: "mix",
3944
- value: "{modes.color.modifiers.button.active}",
3944
+ value: "{primitives.color.modifiers.button.active}",
3945
3945
  space: "lch",
3946
3946
  color: "{modes.color.modifier.contrastMore}",
3947
3947
  },
@@ -4027,7 +4027,7 @@ module.exports = {
4027
4027
  "studio.tokens": {
4028
4028
  modify: {
4029
4029
  type: "mix",
4030
- value: "0.16",
4030
+ value: "0.15",
4031
4031
  space: "lch",
4032
4032
  color: "#FFFFFF",
4033
4033
  format: "hex",
@@ -4035,7 +4035,7 @@ module.exports = {
4035
4035
  },
4036
4036
  },
4037
4037
  $type: "color",
4038
- $value: "#58de5d",
4038
+ $value: "#55dd5b",
4039
4039
  filePath: "data/tokens/modes/dark.json",
4040
4040
  isSource: true,
4041
4041
  original: {
@@ -4043,7 +4043,7 @@ module.exports = {
4043
4043
  "studio.tokens": {
4044
4044
  modify: {
4045
4045
  type: "mix",
4046
- value: "{modes.color.modifiers.button.hover}",
4046
+ value: "{primitives.color.modifiers.button.hover}",
4047
4047
  space: "lch",
4048
4048
  color: "{modes.color.modifier.contrastMore}",
4049
4049
  },
@@ -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: "#FFFFFF ",
4074
4074
  format: "hex",
@@ -4076,7 +4076,7 @@ module.exports = {
4076
4076
  },
4077
4077
  },
4078
4078
  $type: "color",
4079
- $value: "#73e372",
4079
+ $value: "#71e270",
4080
4080
  $description: "for link hover",
4081
4081
  filePath: "data/tokens/modes/dark.json",
4082
4082
  isSource: true,
@@ -4085,7 +4085,7 @@ module.exports = {
4085
4085
  "studio.tokens": {
4086
4086
  modify: {
4087
4087
  type: "mix",
4088
- value: "{modes.color.modifiers.button.hover}",
4088
+ value: "{primitives.color.modifiers.button.hover}",
4089
4089
  space: "lch",
4090
4090
  color: "{modes.color.modifier.contrastMore} ",
4091
4091
  },
@@ -4202,7 +4202,7 @@ module.exports = {
4202
4202
  "studio.tokens": {
4203
4203
  modify: {
4204
4204
  type: "mix",
4205
- value: "0.32",
4205
+ value: "0.30",
4206
4206
  space: "lch",
4207
4207
  color: "#000000 ",
4208
4208
  format: "hex",
@@ -4210,7 +4210,7 @@ module.exports = {
4210
4210
  },
4211
4211
  },
4212
4212
  $type: "color",
4213
- $value: "#14571a",
4213
+ $value: "#13591a",
4214
4214
  filePath: "data/tokens/modes/dark.json",
4215
4215
  isSource: true,
4216
4216
  original: {
@@ -4218,7 +4218,7 @@ module.exports = {
4218
4218
  "studio.tokens": {
4219
4219
  modify: {
4220
4220
  type: "mix",
4221
- value: "{modes.color.modifiers.button.active}",
4221
+ value: "{primitives.color.modifiers.button.active}",
4222
4222
  space: "lch",
4223
4223
  color: "{modes.color.modifier.contrastLess} ",
4224
4224
  },
@@ -4243,7 +4243,7 @@ module.exports = {
4243
4243
  "studio.tokens": {
4244
4244
  modify: {
4245
4245
  type: "alpha",
4246
- value: "0.32",
4246
+ value: "0.30",
4247
4247
  space: "lch",
4248
4248
  color: "#000000 ",
4249
4249
  format: "hex",
@@ -4251,7 +4251,7 @@ module.exports = {
4251
4251
  },
4252
4252
  },
4253
4253
  $type: "color",
4254
- $value: "#00811f52",
4254
+ $value: "#00811f4d",
4255
4255
  $description:
4256
4256
  "Active color for inverse secondary and tertiary buttons",
4257
4257
  filePath: "data/tokens/modes/dark.json",
@@ -4261,7 +4261,7 @@ module.exports = {
4261
4261
  "studio.tokens": {
4262
4262
  modify: {
4263
4263
  type: "alpha",
4264
- value: "{modes.color.modifiers.button.active}",
4264
+ value: "{primitives.color.modifiers.button.active}",
4265
4265
  space: "lch",
4266
4266
  color: "{modes.color.modifier.contrastLess} ",
4267
4267
  },
@@ -4317,7 +4317,7 @@ module.exports = {
4317
4317
  },
4318
4318
  $type: "color",
4319
4319
  $value: "#00811fcc",
4320
- $description: "Borders on secondary inverse buttons",
4320
+ $description: "Borders on secondary and tertiary inverse buttons",
4321
4321
  filePath: "data/tokens/modes/dark.json",
4322
4322
  isSource: true,
4323
4323
  original: {
@@ -4333,7 +4333,8 @@ module.exports = {
4333
4333
  },
4334
4334
  $type: "color",
4335
4335
  $value: "{modes.color.interactive.primary.inverse.default}",
4336
- $description: "Borders on secondary inverse buttons",
4336
+ $description:
4337
+ "Borders on secondary and tertiary inverse buttons",
4337
4338
  },
4338
4339
  name: "modesColorInteractivePrimaryInverseDefaultAlt",
4339
4340
  attributes: {},
@@ -4350,8 +4351,8 @@ module.exports = {
4350
4351
  $extensions: {
4351
4352
  "studio.tokens": {
4352
4353
  modify: {
4353
- type: "alpha",
4354
- value: "0.5",
4354
+ type: "mix",
4355
+ value: "0.12",
4355
4356
  space: "lch",
4356
4357
  color: "#000000",
4357
4358
  format: "hex",
@@ -4359,16 +4360,16 @@ module.exports = {
4359
4360
  },
4360
4361
  },
4361
4362
  $type: "color",
4362
- $value: "#00811f80",
4363
- $description: "Borders on tertiary inverse buttons",
4363
+ $value: "#0c711d",
4364
+ $description: "Default color for links",
4364
4365
  filePath: "data/tokens/modes/dark.json",
4365
4366
  isSource: true,
4366
4367
  original: {
4367
4368
  $extensions: {
4368
4369
  "studio.tokens": {
4369
4370
  modify: {
4370
- type: "alpha",
4371
- value: "0.5",
4371
+ type: "mix",
4372
+ value: "0.12",
4372
4373
  space: "lch",
4373
4374
  color: "{modes.color.modifier.contrastLess}",
4374
4375
  },
@@ -4376,7 +4377,7 @@ module.exports = {
4376
4377
  },
4377
4378
  $type: "color",
4378
4379
  $value: "{modes.color.interactive.primary.inverse.default}",
4379
- $description: "Borders on tertiary inverse buttons",
4380
+ $description: "Default color for links",
4380
4381
  },
4381
4382
  name: "modesColorInteractivePrimaryInverseDefaultAlt2",
4382
4383
  attributes: {},
@@ -4393,8 +4394,8 @@ module.exports = {
4393
4394
  $extensions: {
4394
4395
  "studio.tokens": {
4395
4396
  modify: {
4396
- type: "mix",
4397
- value: "0.12",
4397
+ type: "alpha",
4398
+ value: "0.03",
4398
4399
  space: "lch",
4399
4400
  color: "#000000",
4400
4401
  format: "hex",
@@ -4402,16 +4403,17 @@ module.exports = {
4402
4403
  },
4403
4404
  },
4404
4405
  $type: "color",
4405
- $value: "#0c711d",
4406
- $description: "Default color for links",
4406
+ $value: "#00811f08",
4407
+ $description:
4408
+ "Default background color of inverse secondary buttons",
4407
4409
  filePath: "data/tokens/modes/dark.json",
4408
4410
  isSource: true,
4409
4411
  original: {
4410
4412
  $extensions: {
4411
4413
  "studio.tokens": {
4412
4414
  modify: {
4413
- type: "mix",
4414
- value: "0.12",
4415
+ type: "alpha",
4416
+ value: "0.03",
4415
4417
  space: "lch",
4416
4418
  color: "{modes.color.modifier.contrastLess}",
4417
4419
  },
@@ -4419,7 +4421,8 @@ module.exports = {
4419
4421
  },
4420
4422
  $type: "color",
4421
4423
  $value: "{modes.color.interactive.primary.inverse.default}",
4422
- $description: "Default color for links",
4424
+ $description:
4425
+ "Default background color of inverse secondary buttons",
4423
4426
  },
4424
4427
  name: "modesColorInteractivePrimaryInverseDefaultAlt3",
4425
4428
  attributes: {},
@@ -4437,7 +4440,7 @@ module.exports = {
4437
4440
  "studio.tokens": {
4438
4441
  modify: {
4439
4442
  type: "mix",
4440
- value: "0.16",
4443
+ value: "0.15",
4441
4444
  space: "lch",
4442
4445
  color: "#000000 ",
4443
4446
  format: "hex",
@@ -4445,7 +4448,7 @@ module.exports = {
4445
4448
  },
4446
4449
  },
4447
4450
  $type: "color",
4448
- $value: "#0e6b1d",
4451
+ $value: "#0e6d1d",
4449
4452
  filePath: "data/tokens/modes/dark.json",
4450
4453
  isSource: true,
4451
4454
  original: {
@@ -4453,7 +4456,7 @@ module.exports = {
4453
4456
  "studio.tokens": {
4454
4457
  modify: {
4455
4458
  type: "mix",
4456
- value: "{modes.color.modifiers.button.hover}",
4459
+ value: "{primitives.color.modifiers.button.hover}",
4457
4460
  space: "lch",
4458
4461
  color: "{modes.color.modifier.contrastLess} ",
4459
4462
  },
@@ -4478,7 +4481,7 @@ module.exports = {
4478
4481
  "studio.tokens": {
4479
4482
  modify: {
4480
4483
  type: "alpha",
4481
- value: "0.08 ",
4484
+ value: "0.10 ",
4482
4485
  space: "lch",
4483
4486
  color: "#000000",
4484
4487
  format: "hex",
@@ -4486,7 +4489,7 @@ module.exports = {
4486
4489
  },
4487
4490
  },
4488
4491
  $type: "color",
4489
- $value: "#00811f14",
4492
+ $value: "#0c711d1a",
4490
4493
  $description: "Secondary and tertiary inverse button hover",
4491
4494
  filePath: "data/tokens/modes/dark.json",
4492
4495
  isSource: true,
@@ -4495,7 +4498,7 @@ module.exports = {
4495
4498
  "studio.tokens": {
4496
4499
  modify: {
4497
4500
  type: "alpha",
4498
- value: "{modes.color.modifiers.button.hoverAlt} ",
4501
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
4499
4502
  space: "lch",
4500
4503
  color: "{modes.color.modifier.contrastLess}",
4501
4504
  },
@@ -4521,7 +4524,7 @@ module.exports = {
4521
4524
  "studio.tokens": {
4522
4525
  modify: {
4523
4526
  type: "mix",
4524
- value: "0.08",
4527
+ value: "0.10",
4525
4528
  space: "lch",
4526
4529
  color: "#000000 ",
4527
4530
  format: "hex",
@@ -4529,7 +4532,7 @@ module.exports = {
4529
4532
  },
4530
4533
  },
4531
4534
  $type: "color",
4532
- $value: "#10681c",
4535
+ $value: "#11651c",
4533
4536
  $description: "hover for links",
4534
4537
  filePath: "data/tokens/modes/dark.json",
4535
4538
  isSource: true,
@@ -4538,14 +4541,14 @@ module.exports = {
4538
4541
  "studio.tokens": {
4539
4542
  modify: {
4540
4543
  type: "mix",
4541
- value: "{modes.color.modifiers.button.hoverAlt}",
4544
+ value: "{primitives.color.modifiers.button.hoverAlt}",
4542
4545
  space: "lch",
4543
4546
  color: "{modes.color.modifier.contrastLess} ",
4544
4547
  },
4545
4548
  },
4546
4549
  },
4547
4550
  $type: "color",
4548
- $value: "{modes.color.interactive.primary.inverse.defaultAlt3}",
4551
+ $value: "{modes.color.interactive.primary.inverse.defaultAlt2}",
4549
4552
  $description: "hover for links",
4550
4553
  },
4551
4554
  name: "modesColorInteractivePrimaryInverseHoverAlt2",
@@ -4859,7 +4862,7 @@ module.exports = {
4859
4862
  "studio.tokens": {
4860
4863
  modify: {
4861
4864
  type: "mix",
4862
- value: "0.16",
4865
+ value: "0.15",
4863
4866
  space: "lch",
4864
4867
  color: "#FFFFFF",
4865
4868
  format: "hex",
@@ -4867,7 +4870,7 @@ module.exports = {
4867
4870
  },
4868
4871
  },
4869
4872
  $type: "color",
4870
- $value: "#eb6732",
4873
+ $value: "#eb6530",
4871
4874
  $description: "used on pill hover states",
4872
4875
  filePath: "data/tokens/modes/dark.json",
4873
4876
  isSource: true,
@@ -4876,7 +4879,7 @@ module.exports = {
4876
4879
  "studio.tokens": {
4877
4880
  modify: {
4878
4881
  type: "mix",
4879
- value: "{modes.color.modifiers.button.hover}",
4882
+ value: "{primitives.color.modifiers.button.hover}",
4880
4883
  space: "lch",
4881
4884
  color: "{modes.color.modifier.contrastMore}",
4882
4885
  },
@@ -4895,7 +4898,7 @@ module.exports = {
4895
4898
  "studio.tokens": {
4896
4899
  modify: {
4897
4900
  type: "mix",
4898
- value: "0.16",
4901
+ value: "0.15",
4899
4902
  space: "lch",
4900
4903
  color: "#E04500",
4901
4904
  format: "hex",
@@ -4903,7 +4906,7 @@ module.exports = {
4903
4906
  },
4904
4907
  },
4905
4908
  $type: "color",
4906
- $value: "#3f1b0b",
4909
+ $value: "#3e1a0b",
4907
4910
  $description: "used on pill hover states and message bg",
4908
4911
  filePath: "data/tokens/modes/dark.json",
4909
4912
  isSource: true,
@@ -4912,7 +4915,7 @@ module.exports = {
4912
4915
  "studio.tokens": {
4913
4916
  modify: {
4914
4917
  type: "mix",
4915
- value: "{modes.color.modifiers.button.hover}",
4918
+ value: "{primitives.color.modifiers.button.hover}",
4916
4919
  space: "lch",
4917
4920
  color: "{modes.color.status.caution.default}",
4918
4921
  },
@@ -4985,7 +4988,7 @@ module.exports = {
4985
4988
  },
4986
4989
  hover: {
4987
4990
  $type: "color",
4988
- $value: "#eb6732",
4991
+ $value: "#eb6530",
4989
4992
  $description: "used on global message bg",
4990
4993
  filePath: "data/tokens/modes/dark.json",
4991
4994
  isSource: true,
@@ -5079,7 +5082,7 @@ module.exports = {
5079
5082
  "studio.tokens": {
5080
5083
  modify: {
5081
5084
  type: "mix",
5082
- value: "0.16",
5085
+ value: "0.15",
5083
5086
  space: "lch",
5084
5087
  color: "#000000 ",
5085
5088
  format: "hex",
@@ -5087,7 +5090,7 @@ module.exports = {
5087
5090
  },
5088
5091
  },
5089
5092
  $type: "color",
5090
- $value: "#b13a0d",
5093
+ $value: "#b33b0d",
5091
5094
  $description: "used on pill hover states",
5092
5095
  filePath: "data/tokens/modes/dark.json",
5093
5096
  isSource: true,
@@ -5096,7 +5099,7 @@ module.exports = {
5096
5099
  "studio.tokens": {
5097
5100
  modify: {
5098
5101
  type: "mix",
5099
- value: "{modes.color.modifiers.button.hover}",
5102
+ value: "{primitives.color.modifiers.button.hover}",
5100
5103
  space: "lch",
5101
5104
  color: "{modes.color.modifier.contrastLess} ",
5102
5105
  },
@@ -5115,7 +5118,7 @@ module.exports = {
5115
5118
  "studio.tokens": {
5116
5119
  modify: {
5117
5120
  type: "mix",
5118
- value: "0.16",
5121
+ value: "0.15",
5119
5122
  space: "lch",
5120
5123
  color: "#D64309",
5121
5124
  format: "hex",
@@ -5123,7 +5126,7 @@ module.exports = {
5123
5126
  },
5124
5127
  },
5125
5128
  $type: "color",
5126
- $value: "#fdd3c0",
5129
+ $value: "#fed5c3",
5127
5130
  $description: "used on pill hover states and message bg",
5128
5131
  filePath: "data/tokens/modes/dark.json",
5129
5132
  isSource: true,
@@ -5132,7 +5135,7 @@ module.exports = {
5132
5135
  "studio.tokens": {
5133
5136
  modify: {
5134
5137
  type: "mix",
5135
- value: "{modes.color.modifiers.button.hover}",
5138
+ value: "{primitives.color.modifiers.button.hover}",
5136
5139
  space: "lch",
5137
5140
  color: "{modes.color.status.caution.inverse.default}",
5138
5141
  },
@@ -5551,7 +5554,7 @@ module.exports = {
5551
5554
  "studio.tokens": {
5552
5555
  modify: {
5553
5556
  type: "mix",
5554
- value: "0.16",
5557
+ value: "0.15",
5555
5558
  space: "lch",
5556
5559
  color: "#FFFFFF",
5557
5560
  format: "hex",
@@ -5559,7 +5562,7 @@ module.exports = {
5559
5562
  },
5560
5563
  },
5561
5564
  $type: "color",
5562
- $value: "#5291e0",
5565
+ $value: "#4f90df",
5563
5566
  $description: "used on pill hover states",
5564
5567
  filePath: "data/tokens/modes/dark.json",
5565
5568
  isSource: true,
@@ -5568,7 +5571,7 @@ module.exports = {
5568
5571
  "studio.tokens": {
5569
5572
  modify: {
5570
5573
  type: "mix",
5571
- value: "{modes.color.modifiers.button.hover}",
5574
+ value: "{primitives.color.modifiers.button.hover}",
5572
5575
  space: "lch",
5573
5576
  color: "{modes.color.modifier.contrastMore}",
5574
5577
  },
@@ -5587,7 +5590,7 @@ module.exports = {
5587
5590
  "studio.tokens": {
5588
5591
  modify: {
5589
5592
  type: "mix",
5590
- value: "0.16",
5593
+ value: "0.15",
5591
5594
  space: "lch",
5592
5595
  color: "#007ED9",
5593
5596
  format: "hex",
@@ -5595,7 +5598,7 @@ module.exports = {
5595
5598
  },
5596
5599
  },
5597
5600
  $type: "color",
5598
- $value: "#17253b",
5601
+ $value: "#17253a",
5599
5602
  $description: "used on pill hover states and message bg",
5600
5603
  filePath: "data/tokens/modes/dark.json",
5601
5604
  isSource: true,
@@ -5604,7 +5607,7 @@ module.exports = {
5604
5607
  "studio.tokens": {
5605
5608
  modify: {
5606
5609
  type: "mix",
5607
- value: "{modes.color.modifiers.button.hover}",
5610
+ value: "{primitives.color.modifiers.button.hover}",
5608
5611
  space: "lch",
5609
5612
  color: "{modes.color.status.info.default}",
5610
5613
  },
@@ -5643,7 +5646,7 @@ module.exports = {
5643
5646
  },
5644
5647
  hover: {
5645
5648
  $type: "color",
5646
- $value: "#5291e0",
5649
+ $value: "#4f90df",
5647
5650
  $description: "used on global message bg",
5648
5651
  filePath: "data/tokens/modes/dark.json",
5649
5652
  isSource: true,
@@ -5730,7 +5733,7 @@ module.exports = {
5730
5733
  "studio.tokens": {
5731
5734
  modify: {
5732
5735
  type: "mix",
5733
- value: "0.16",
5736
+ value: "0.15",
5734
5737
  space: "lch",
5735
5738
  color: "#000000",
5736
5739
  format: "hex",
@@ -5738,7 +5741,7 @@ module.exports = {
5738
5741
  },
5739
5742
  },
5740
5743
  $type: "color",
5741
- $value: "#10508a",
5744
+ $value: "#10518c",
5742
5745
  $description: "used on pill hover states",
5743
5746
  filePath: "data/tokens/modes/dark.json",
5744
5747
  isSource: true,
@@ -5747,7 +5750,7 @@ module.exports = {
5747
5750
  "studio.tokens": {
5748
5751
  modify: {
5749
5752
  type: "mix",
5750
- value: "{modes.color.modifiers.button.hover}",
5753
+ value: "{primitives.color.modifiers.button.hover}",
5751
5754
  space: "lch",
5752
5755
  color: "{modes.color.modifier.contrastLess}",
5753
5756
  },
@@ -5766,7 +5769,7 @@ module.exports = {
5766
5769
  "studio.tokens": {
5767
5770
  modify: {
5768
5771
  type: "mix",
5769
- value: "0.16",
5772
+ value: "0.15",
5770
5773
  space: "lch",
5771
5774
  color: "#0060A7",
5772
5775
  format: "hex",
@@ -5774,7 +5777,7 @@ module.exports = {
5774
5777
  },
5775
5778
  },
5776
5779
  $type: "color",
5777
- $value: "#cbd6e9",
5780
+ $value: "#cdd7ea",
5778
5781
  $description: "used on pill hover states and message bg",
5779
5782
  filePath: "data/tokens/modes/dark.json",
5780
5783
  isSource: true,
@@ -5783,7 +5786,7 @@ module.exports = {
5783
5786
  "studio.tokens": {
5784
5787
  modify: {
5785
5788
  type: "mix",
5786
- value: "{modes.color.modifiers.button.hover}",
5789
+ value: "{primitives.color.modifiers.button.hover}",
5787
5790
  space: "lch",
5788
5791
  color: "{modes.color.status.info.inverse.default}",
5789
5792
  },
@@ -5854,7 +5857,7 @@ module.exports = {
5854
5857
  "studio.tokens": {
5855
5858
  modify: {
5856
5859
  type: "mix",
5857
- value: "0.16",
5860
+ value: "0.15",
5858
5861
  space: "lch",
5859
5862
  color: "#FFFFFF",
5860
5863
  format: "hex",
@@ -5862,7 +5865,7 @@ module.exports = {
5862
5865
  },
5863
5866
  },
5864
5867
  $type: "color",
5865
- $value: "#eb646c",
5868
+ $value: "#ea626a",
5866
5869
  $description: "used on pill hover states",
5867
5870
  filePath: "data/tokens/modes/dark.json",
5868
5871
  isSource: true,
@@ -5871,7 +5874,7 @@ module.exports = {
5871
5874
  "studio.tokens": {
5872
5875
  modify: {
5873
5876
  type: "mix",
5874
- value: "{modes.color.modifiers.button.hover}",
5877
+ value: "{primitives.color.modifiers.button.hover}",
5875
5878
  space: "lch",
5876
5879
  color: "{modes.color.modifier.contrastMore}",
5877
5880
  },
@@ -5890,7 +5893,7 @@ module.exports = {
5890
5893
  "studio.tokens": {
5891
5894
  modify: {
5892
5895
  type: "mix",
5893
- value: "0.16",
5896
+ value: "0.15",
5894
5897
  space: "lch",
5895
5898
  color: "#E13E53",
5896
5899
  format: "hex",
@@ -5898,7 +5901,7 @@ module.exports = {
5898
5901
  },
5899
5902
  },
5900
5903
  $type: "color",
5901
- $value: "#3f1a1c",
5904
+ $value: "#3d1a1c",
5902
5905
  $description: "used on pill hover states and message bg",
5903
5906
  filePath: "data/tokens/modes/dark.json",
5904
5907
  isSource: true,
@@ -5907,7 +5910,7 @@ module.exports = {
5907
5910
  "studio.tokens": {
5908
5911
  modify: {
5909
5912
  type: "mix",
5910
- value: "{modes.color.modifiers.button.hover}",
5913
+ value: "{primitives.color.modifiers.button.hover}",
5911
5914
  space: "lch",
5912
5915
  color: "{modes.color.status.negative.default}",
5913
5916
  },
@@ -6007,7 +6010,7 @@ module.exports = {
6007
6010
  "studio.tokens": {
6008
6011
  modify: {
6009
6012
  type: "mix",
6010
- value: "0.16",
6013
+ value: "0.15",
6011
6014
  space: "lch",
6012
6015
  color: "#000000 ",
6013
6016
  format: "hex",
@@ -6015,7 +6018,7 @@ module.exports = {
6015
6018
  },
6016
6019
  },
6017
6020
  $type: "color",
6018
- $value: "#aa323f",
6021
+ $value: "#ac3240",
6019
6022
  $description: "used on pill hover states",
6020
6023
  filePath: "data/tokens/modes/dark.json",
6021
6024
  isSource: true,
@@ -6024,7 +6027,7 @@ module.exports = {
6024
6027
  "studio.tokens": {
6025
6028
  modify: {
6026
6029
  type: "mix",
6027
- value: "{modes.color.modifiers.button.hover}",
6030
+ value: "{primitives.color.modifiers.button.hover}",
6028
6031
  space: "lch",
6029
6032
  color: "{modes.color.modifier.contrastLess} ",
6030
6033
  },
@@ -6050,7 +6053,7 @@ module.exports = {
6050
6053
  "studio.tokens": {
6051
6054
  modify: {
6052
6055
  type: "mix",
6053
- value: "0.16",
6056
+ value: "0.15",
6054
6057
  space: "lch",
6055
6058
  color: "#CD384B",
6056
6059
  format: "hex",
@@ -6058,7 +6061,7 @@ module.exports = {
6058
6061
  },
6059
6062
  },
6060
6063
  $type: "color",
6061
- $value: "#f9d1cf",
6064
+ $value: "#f9d3d1",
6062
6065
  $description: "used on pill hover states and message bg",
6063
6066
  filePath: "data/tokens/modes/dark.json",
6064
6067
  isSource: true,
@@ -6067,7 +6070,7 @@ module.exports = {
6067
6070
  "studio.tokens": {
6068
6071
  modify: {
6069
6072
  type: "mix",
6070
- value: "{modes.color.modifiers.button.hover}",
6073
+ value: "{primitives.color.modifiers.button.hover}",
6071
6074
  space: "lch",
6072
6075
  color: "{modes.color.status.negative.inverse.default}",
6073
6076
  },
@@ -6158,7 +6161,7 @@ module.exports = {
6158
6161
  "studio.tokens": {
6159
6162
  modify: {
6160
6163
  type: "mix",
6161
- value: "0.16",
6164
+ value: "0.15",
6162
6165
  space: "lch",
6163
6166
  color: "#FFFFFF",
6164
6167
  format: "hex",
@@ -6166,7 +6169,7 @@ module.exports = {
6166
6169
  },
6167
6170
  },
6168
6171
  $type: "color",
6169
- $value: "#909090",
6172
+ $value: "#8e8e8e",
6170
6173
  $description: "used on pill hover states",
6171
6174
  filePath: "data/tokens/modes/dark.json",
6172
6175
  isSource: true,
@@ -6175,7 +6178,7 @@ module.exports = {
6175
6178
  "studio.tokens": {
6176
6179
  modify: {
6177
6180
  type: "mix",
6178
- value: "{modes.color.modifiers.button.hover}",
6181
+ value: "{primitives.color.modifiers.button.hover}",
6179
6182
  space: "lch",
6180
6183
  color: "{modes.color.modifier.contrastMore}",
6181
6184
  },
@@ -6194,7 +6197,7 @@ module.exports = {
6194
6197
  "studio.tokens": {
6195
6198
  modify: {
6196
6199
  type: "mix",
6197
- value: "0.16",
6200
+ value: "0.15",
6198
6201
  space: "lch",
6199
6202
  color: "#7C7C7C",
6200
6203
  format: "hex",
@@ -6202,7 +6205,7 @@ module.exports = {
6202
6205
  },
6203
6206
  },
6204
6207
  $type: "color",
6205
- $value: "#252525",
6208
+ $value: "#242424",
6206
6209
  $description: "used on pill hover states and message bg",
6207
6210
  filePath: "data/tokens/modes/dark.json",
6208
6211
  isSource: true,
@@ -6211,7 +6214,7 @@ module.exports = {
6211
6214
  "studio.tokens": {
6212
6215
  modify: {
6213
6216
  type: "mix",
6214
- value: "{modes.color.modifiers.button.hover}",
6217
+ value: "{primitives.color.modifiers.button.hover}",
6215
6218
  space: "lch",
6216
6219
  color: "{modes.color.status.neutral.default}",
6217
6220
  },
@@ -6312,7 +6315,7 @@ module.exports = {
6312
6315
  },
6313
6316
  hover: {
6314
6317
  $type: "color",
6315
- $value: "#909090",
6318
+ $value: "#8e8e8e",
6316
6319
  filePath: "data/tokens/modes/dark.json",
6317
6320
  isSource: true,
6318
6321
  original: {
@@ -6328,7 +6331,7 @@ module.exports = {
6328
6331
  "studio.tokens": {
6329
6332
  modify: {
6330
6333
  type: "mix",
6331
- value: "0.08 ",
6334
+ value: "0.10 ",
6332
6335
  space: "lch",
6333
6336
  color: "#FFFFFF",
6334
6337
  format: "hex",
@@ -6336,7 +6339,7 @@ module.exports = {
6336
6339
  },
6337
6340
  },
6338
6341
  $type: "color",
6339
- $value: "#262626",
6342
+ $value: "#2a2a2a",
6340
6343
  $description: "used on pill hover states and message bg",
6341
6344
  filePath: "data/tokens/modes/dark.json",
6342
6345
  isSource: true,
@@ -6345,7 +6348,7 @@ module.exports = {
6345
6348
  "studio.tokens": {
6346
6349
  modify: {
6347
6350
  type: "mix",
6348
- value: "{modes.color.modifiers.button.hoverAlt} ",
6351
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
6349
6352
  space: "lch",
6350
6353
  color: "{modes.color.modifier.contrastMore}",
6351
6354
  },
@@ -6436,7 +6439,7 @@ module.exports = {
6436
6439
  "studio.tokens": {
6437
6440
  modify: {
6438
6441
  type: "mix",
6439
- value: "0.16",
6442
+ value: "0.15",
6440
6443
  space: "lch",
6441
6444
  color: "#000000 ",
6442
6445
  format: "hex",
@@ -6444,7 +6447,7 @@ module.exports = {
6444
6447
  },
6445
6448
  },
6446
6449
  $type: "color",
6447
- $value: "#676767",
6450
+ $value: "#696969",
6448
6451
  $description: "used on pill hover states",
6449
6452
  filePath: "data/tokens/modes/dark.json",
6450
6453
  isSource: true,
@@ -6453,7 +6456,7 @@ module.exports = {
6453
6456
  "studio.tokens": {
6454
6457
  modify: {
6455
6458
  type: "mix",
6456
- value: "{modes.color.modifiers.button.hover}",
6459
+ value: "{primitives.color.modifiers.button.hover}",
6457
6460
  space: "lch",
6458
6461
  color: "{modes.color.modifier.contrastLess} ",
6459
6462
  },
@@ -6472,7 +6475,7 @@ module.exports = {
6472
6475
  "studio.tokens": {
6473
6476
  modify: {
6474
6477
  type: "mix",
6475
- value: "0.16",
6478
+ value: "0.15",
6476
6479
  space: "lch",
6477
6480
  color: "#656565",
6478
6481
  format: "hex",
@@ -6480,7 +6483,7 @@ module.exports = {
6480
6483
  },
6481
6484
  },
6482
6485
  $type: "color",
6483
- $value: "#d8d8d8",
6486
+ $value: "#d9d9d9",
6484
6487
  $description: "used on pill hover states and message bg",
6485
6488
  filePath: "data/tokens/modes/dark.json",
6486
6489
  isSource: true,
@@ -6489,7 +6492,7 @@ module.exports = {
6489
6492
  "studio.tokens": {
6490
6493
  modify: {
6491
6494
  type: "mix",
6492
- value: "{modes.color.modifiers.button.hover}",
6495
+ value: "{primitives.color.modifiers.button.hover}",
6493
6496
  space: "lch",
6494
6497
  color: "{modes.color.status.neutral.inverse.default}",
6495
6498
  },
@@ -6567,7 +6570,7 @@ module.exports = {
6567
6570
  "studio.tokens": {
6568
6571
  modify: {
6569
6572
  type: "mix",
6570
- value: "0.08",
6573
+ value: "0.10",
6571
6574
  space: "lch",
6572
6575
  color: "#FFFFFF",
6573
6576
  format: "hex",
@@ -6575,7 +6578,7 @@ module.exports = {
6575
6578
  },
6576
6579
  },
6577
6580
  $type: "color",
6578
- $value: "#2e9936",
6581
+ $value: "#359b3b",
6579
6582
  $description: "used on pill hover states",
6580
6583
  filePath: "data/tokens/modes/dark.json",
6581
6584
  isSource: true,
@@ -6584,7 +6587,7 @@ module.exports = {
6584
6587
  "studio.tokens": {
6585
6588
  modify: {
6586
6589
  type: "mix",
6587
- value: "{modes.color.modifiers.button.hoverAlt}",
6590
+ value: "{primitives.color.modifiers.button.hoverAlt}",
6588
6591
  space: "lch",
6589
6592
  color: "{modes.color.modifier.contrastMore}",
6590
6593
  },
@@ -6603,7 +6606,7 @@ module.exports = {
6603
6606
  "studio.tokens": {
6604
6607
  modify: {
6605
6608
  type: "mix",
6606
- value: "0.16",
6609
+ value: "0.15",
6607
6610
  space: "lch",
6608
6611
  color: "#009023",
6609
6612
  format: "hex",
@@ -6611,7 +6614,7 @@ module.exports = {
6611
6614
  },
6612
6615
  },
6613
6616
  $type: "color",
6614
- $value: "#132b12",
6617
+ $value: "#132912",
6615
6618
  $description: "used on pill hover states and message bg",
6616
6619
  filePath: "data/tokens/modes/dark.json",
6617
6620
  isSource: true,
@@ -6620,7 +6623,7 @@ module.exports = {
6620
6623
  "studio.tokens": {
6621
6624
  modify: {
6622
6625
  type: "mix",
6623
- value: "{modes.color.modifiers.button.hover}",
6626
+ value: "{primitives.color.modifiers.button.hover}",
6624
6627
  space: "lch",
6625
6628
  color: "{modes.color.status.positive.default}",
6626
6629
  },
@@ -6707,7 +6710,7 @@ module.exports = {
6707
6710
  "studio.tokens": {
6708
6711
  modify: {
6709
6712
  type: "mix",
6710
- value: "0.16",
6713
+ value: "0.15",
6711
6714
  space: "lch",
6712
6715
  color: "#000000 ",
6713
6716
  format: "hex",
@@ -6715,7 +6718,7 @@ module.exports = {
6715
6718
  },
6716
6719
  },
6717
6720
  $type: "color",
6718
- $value: "#0e6b1d",
6721
+ $value: "#0e6d1d",
6719
6722
  $description: "used on pill hover states ",
6720
6723
  filePath: "data/tokens/modes/dark.json",
6721
6724
  isSource: true,
@@ -6724,7 +6727,7 @@ module.exports = {
6724
6727
  "studio.tokens": {
6725
6728
  modify: {
6726
6729
  type: "mix",
6727
- value: "{modes.color.modifiers.button.hover}",
6730
+ value: "{primitives.color.modifiers.button.hover}",
6728
6731
  space: "lch",
6729
6732
  color: "{modes.color.modifier.contrastLess} ",
6730
6733
  },
@@ -6750,7 +6753,7 @@ module.exports = {
6750
6753
  "studio.tokens": {
6751
6754
  modify: {
6752
6755
  type: "mix",
6753
- value: "0.16",
6756
+ value: "0.15",
6754
6757
  space: "lch",
6755
6758
  color: "#00811F",
6756
6759
  format: "hex",
@@ -6758,7 +6761,7 @@ module.exports = {
6758
6761
  },
6759
6762
  },
6760
6763
  $type: "color",
6761
- $value: "#c9e0c7",
6764
+ $value: "#cbe1c9",
6762
6765
  $description: "used on pill hover states and message bg",
6763
6766
  filePath: "data/tokens/modes/dark.json",
6764
6767
  isSource: true,
@@ -6767,7 +6770,7 @@ module.exports = {
6767
6770
  "studio.tokens": {
6768
6771
  modify: {
6769
6772
  type: "mix",
6770
- value: "{modes.color.modifiers.button.hover}",
6773
+ value: "{primitives.color.modifiers.button.hover}",
6771
6774
  space: "lch",
6772
6775
  color: "{modes.color.status.positive.inverse.default}",
6773
6776
  },
@@ -6832,7 +6835,7 @@ module.exports = {
6832
6835
  "studio.tokens": {
6833
6836
  modify: {
6834
6837
  type: "mix",
6835
- value: "0.08 ",
6838
+ value: "0.10 ",
6836
6839
  space: "lch",
6837
6840
  color: "#FFFFFF ",
6838
6841
  format: "hex",
@@ -6840,7 +6843,7 @@ module.exports = {
6840
6843
  },
6841
6844
  },
6842
6845
  $type: "color",
6843
- $value: "#223121",
6846
+ $value: "#263525",
6844
6847
  $description: "marketing banner hover",
6845
6848
  filePath: "data/tokens/modes/dark.json",
6846
6849
  isSource: true,
@@ -6849,7 +6852,7 @@ module.exports = {
6849
6852
  "studio.tokens": {
6850
6853
  modify: {
6851
6854
  type: "mix",
6852
- value: "{modes.color.modifiers.button.hoverAlt} ",
6855
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
6853
6856
  space: "lch",
6854
6857
  color: "{modes.color.modifier.contrastMore} ",
6855
6858
  },
@@ -6898,7 +6901,7 @@ module.exports = {
6898
6901
  "studio.tokens": {
6899
6902
  modify: {
6900
6903
  type: "mix",
6901
- value: "0.16",
6904
+ value: "0.15",
6902
6905
  space: "lch",
6903
6906
  color: "#000000",
6904
6907
  format: "hex",
@@ -6906,7 +6909,7 @@ module.exports = {
6906
6909
  },
6907
6910
  },
6908
6911
  $type: "color",
6909
- $value: "#18b032",
6912
+ $value: "#17b333",
6910
6913
  $description: "used on pill hover states",
6911
6914
  filePath: "data/tokens/modes/dark.json",
6912
6915
  isSource: true,
@@ -6915,7 +6918,7 @@ module.exports = {
6915
6918
  "studio.tokens": {
6916
6919
  modify: {
6917
6920
  type: "mix",
6918
- value: "{modes.color.modifiers.button.hover}",
6921
+ value: "{primitives.color.modifiers.button.hover}",
6919
6922
  space: "lch",
6920
6923
  color: "{modes.color.modifier.contrastLess}",
6921
6924
  },
@@ -6977,7 +6980,7 @@ module.exports = {
6977
6980
  "studio.tokens": {
6978
6981
  modify: {
6979
6982
  type: "mix",
6980
- value: "0.16",
6983
+ value: "0.15",
6981
6984
  space: "lch",
6982
6985
  color: "#000000",
6983
6986
  format: "hex",
@@ -6985,7 +6988,7 @@ module.exports = {
6985
6988
  },
6986
6989
  },
6987
6990
  $type: "color",
6988
- $value: "#18b032",
6991
+ $value: "#17b333",
6989
6992
  $description: "used on pill hover states",
6990
6993
  filePath: "data/tokens/modes/dark.json",
6991
6994
  isSource: true,
@@ -6994,7 +6997,7 @@ module.exports = {
6994
6997
  "studio.tokens": {
6995
6998
  modify: {
6996
6999
  type: "mix",
6997
- value: "{modes.color.modifiers.button.hover}",
7000
+ value: "{primitives.color.modifiers.button.hover}",
6998
7001
  space: "lch",
6999
7002
  color: "{modes.color.modifier.contrastLess}",
7000
7003
  },
@@ -7039,119 +7042,6 @@ module.exports = {
7039
7042
  path: ["modes", "color", "modifier", "contrastMore"],
7040
7043
  },
7041
7044
  },
7042
- modifiers: {
7043
- button: {
7044
- active: {
7045
- $type: "other",
7046
- $value: "0.32",
7047
- $description: "Active modifier used when 16% hover is used",
7048
- filePath: "data/tokens/modes/dark.json",
7049
- isSource: true,
7050
- original: {
7051
- $type: "other",
7052
- $value: "0.32",
7053
- $description: "Active modifier used when 16% hover is used",
7054
- },
7055
- name: "modesColorModifiersButtonActive",
7056
- attributes: {},
7057
- path: ["modes", "color", "modifiers", "button", "active"],
7058
- },
7059
- activeAlt: {
7060
- $type: "other",
7061
- $value: "0.16",
7062
- $description: "Active appled when 8% hover is used",
7063
- filePath: "data/tokens/modes/dark.json",
7064
- isSource: true,
7065
- original: {
7066
- $type: "other",
7067
- $value: "0.16",
7068
- $description: "Active appled when 8% hover is used",
7069
- },
7070
- name: "modesColorModifiersButtonActiveAlt",
7071
- attributes: {},
7072
- path: ["modes", "color", "modifiers", "button", "activeAlt"],
7073
- },
7074
- hover: {
7075
- $type: "other",
7076
- $value: "0.16",
7077
- $description: "Hover used on primary buttons",
7078
- filePath: "data/tokens/modes/dark.json",
7079
- isSource: true,
7080
- original: {
7081
- $type: "other",
7082
- $value: "0.16",
7083
- $description: "Hover used on primary buttons",
7084
- },
7085
- name: "modesColorModifiersButtonHover",
7086
- attributes: {},
7087
- path: ["modes", "color", "modifiers", "button", "hover"],
7088
- },
7089
- hoverAlt: {
7090
- $type: "other",
7091
- $value: "0.08",
7092
- $description: "Hover used on secondary and tertiary buttons",
7093
- filePath: "data/tokens/modes/dark.json",
7094
- isSource: true,
7095
- original: {
7096
- $type: "other",
7097
- $value: "0.08",
7098
- $description: "Hover used on secondary and tertiary buttons",
7099
- },
7100
- name: "modesColorModifiersButtonHoverAlt",
7101
- attributes: {},
7102
- path: ["modes", "color", "modifiers", "button", "hoverAlt"],
7103
- },
7104
- },
7105
- input: {
7106
- disabledBg: {
7107
- $type: "other",
7108
- $value: "0.04",
7109
- $description: "less contrast",
7110
- filePath: "data/tokens/modes/dark.json",
7111
- isSource: true,
7112
- original: {
7113
- $type: "other",
7114
- $value: "0.04",
7115
- $description: "less contrast",
7116
- },
7117
- name: "modesColorModifiersInputDisabledBg",
7118
- attributes: {},
7119
- path: ["modes", "color", "modifiers", "input", "disabledBg"],
7120
- },
7121
- disabledFg: {
7122
- $type: "other",
7123
- $value: "0.30",
7124
- $description: "less contrast",
7125
- filePath: "data/tokens/modes/dark.json",
7126
- isSource: true,
7127
- original: {
7128
- $type: "other",
7129
- $value: "0.30",
7130
- $description: "less contrast",
7131
- },
7132
- name: "modesColorModifiersInputDisabledFg",
7133
- attributes: {},
7134
- path: ["modes", "color", "modifiers", "input", "disabledFg"],
7135
- },
7136
- },
7137
- shadow: {
7138
- standard: {
7139
- $type: "other",
7140
- $value: "0.5",
7141
- $description: "standard mixer for shadow",
7142
- filePath: "data/tokens/modes/dark.json",
7143
- isSource: true,
7144
- original: {
7145
- $type: "other",
7146
- $value: "0.5",
7147
- $description: "standard mixer for shadow",
7148
- },
7149
- name: "modesColorModifiersShadowStandard",
7150
- attributes: {},
7151
- path: ["modes", "color", "modifiers", "shadow", "standard"],
7152
- },
7153
- },
7154
- },
7155
7045
  },
7156
7046
  },
7157
7047
  };