@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
@@ -1351,7 +1351,7 @@
1351
1351
  "studio.tokens": {
1352
1352
  modify: {
1353
1353
  type: "mix",
1354
- value: "0.32",
1354
+ value: "0.30",
1355
1355
  space: "lch",
1356
1356
  color: "#FFFFFF ",
1357
1357
  format: "hex",
@@ -1359,7 +1359,7 @@
1359
1359
  },
1360
1360
  },
1361
1361
  $type: "color",
1362
- $value: "#f28486",
1362
+ $value: "#f28083",
1363
1363
  $description: "active button on dark",
1364
1364
  filePath: "data/tokens/modes/dark.json",
1365
1365
  isSource: true,
@@ -1368,7 +1368,7 @@
1368
1368
  "studio.tokens": {
1369
1369
  modify: {
1370
1370
  type: "mix",
1371
- value: "{modes.color.modifiers.button.active}",
1371
+ value: "{primitives.color.modifiers.button.active}",
1372
1372
  space: "lch",
1373
1373
  color: "{modes.color.modifier.contrastMore} ",
1374
1374
  },
@@ -1436,7 +1436,7 @@
1436
1436
  "studio.tokens": {
1437
1437
  modify: {
1438
1438
  type: "mix",
1439
- value: "0.16",
1439
+ value: "0.15",
1440
1440
  space: "lch",
1441
1441
  color: "#FFFFFF",
1442
1442
  format: "hex",
@@ -1444,7 +1444,7 @@
1444
1444
  },
1445
1445
  },
1446
1446
  $type: "color",
1447
- $value: "#eb646c",
1447
+ $value: "#ea626a",
1448
1448
  filePath: "data/tokens/modes/dark.json",
1449
1449
  isSource: true,
1450
1450
  original: {
@@ -1452,7 +1452,7 @@
1452
1452
  "studio.tokens": {
1453
1453
  modify: {
1454
1454
  type: "mix",
1455
- value: "{modes.color.modifiers.button.hover}",
1455
+ value: "{primitives.color.modifiers.button.hover}",
1456
1456
  space: "lch",
1457
1457
  color: "{modes.color.modifier.contrastMore}",
1458
1458
  },
@@ -1470,14 +1470,14 @@
1470
1470
  "studio.tokens": {
1471
1471
  modify: {
1472
1472
  type: "alpha",
1473
- value: "0.08",
1473
+ value: "0.10",
1474
1474
  space: "lch",
1475
1475
  format: "hex",
1476
1476
  },
1477
1477
  },
1478
1478
  },
1479
1479
  $type: "color",
1480
- $value: "#e13e5314",
1480
+ $value: "#e13e531a",
1481
1481
  $description: "button hover on dark",
1482
1482
  filePath: "data/tokens/modes/dark.json",
1483
1483
  isSource: true,
@@ -1486,7 +1486,7 @@
1486
1486
  "studio.tokens": {
1487
1487
  modify: {
1488
1488
  type: "alpha",
1489
- value: "{modes.color.modifiers.button.hoverAlt}",
1489
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1490
1490
  space: "lch",
1491
1491
  },
1492
1492
  },
@@ -1504,7 +1504,7 @@
1504
1504
  "studio.tokens": {
1505
1505
  modify: {
1506
1506
  type: "mix",
1507
- value: "0.08",
1507
+ value: "0.10",
1508
1508
  space: "lch",
1509
1509
  color: "#FFFFFF",
1510
1510
  format: "hex",
@@ -1512,7 +1512,7 @@
1512
1512
  },
1513
1513
  },
1514
1514
  $type: "color",
1515
- $value: "#ec6a71",
1515
+ $value: "#ed6e74",
1516
1516
  $description: "for links in datatables",
1517
1517
  filePath: "data/tokens/modes/dark.json",
1518
1518
  isSource: true,
@@ -1521,7 +1521,7 @@
1521
1521
  "studio.tokens": {
1522
1522
  modify: {
1523
1523
  type: "mix",
1524
- value: "{modes.color.modifiers.button.hoverAlt}",
1524
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1525
1525
  space: "lch",
1526
1526
  color: "{modes.color.modifier.contrastMore}",
1527
1527
  },
@@ -1567,7 +1567,7 @@
1567
1567
  "studio.tokens": {
1568
1568
  modify: {
1569
1569
  type: "mix",
1570
- value: "0.32",
1570
+ value: "0.30",
1571
1571
  space: "lch",
1572
1572
  color: "#000000 ",
1573
1573
  format: "hex",
@@ -1575,7 +1575,7 @@
1575
1575
  },
1576
1576
  },
1577
1577
  $type: "color",
1578
- $value: "#882b34",
1578
+ $value: "#8c2c35",
1579
1579
  $description: "used on pill hover states",
1580
1580
  filePath: "data/tokens/modes/dark.json",
1581
1581
  isSource: true,
@@ -1584,7 +1584,7 @@
1584
1584
  "studio.tokens": {
1585
1585
  modify: {
1586
1586
  type: "mix",
1587
- value: "{modes.color.modifiers.button.active}",
1587
+ value: "{primitives.color.modifiers.button.active}",
1588
1588
  space: "lch",
1589
1589
  color: "{modes.color.modifier.contrastLess} ",
1590
1590
  },
@@ -1673,7 +1673,7 @@
1673
1673
  "studio.tokens": {
1674
1674
  modify: {
1675
1675
  type: "mix",
1676
- value: "0.16",
1676
+ value: "0.15",
1677
1677
  space: "lch",
1678
1678
  color: "#000000 ",
1679
1679
  format: "hex",
@@ -1681,7 +1681,7 @@
1681
1681
  },
1682
1682
  },
1683
1683
  $type: "color",
1684
- $value: "#aa323f",
1684
+ $value: "#ac3240",
1685
1685
  $description:
1686
1686
  "used on solid-pill and primary-button hover states",
1687
1687
  filePath: "data/tokens/modes/dark.json",
@@ -1691,7 +1691,7 @@
1691
1691
  "studio.tokens": {
1692
1692
  modify: {
1693
1693
  type: "mix",
1694
- value: "{modes.color.modifiers.button.hover}",
1694
+ value: "{primitives.color.modifiers.button.hover}",
1695
1695
  space: "lch",
1696
1696
  color: "{modes.color.modifier.contrastLess} ",
1697
1697
  },
@@ -1718,14 +1718,14 @@
1718
1718
  "studio.tokens": {
1719
1719
  modify: {
1720
1720
  type: "alpha",
1721
- value: "0.08",
1721
+ value: "0.10",
1722
1722
  space: "lch",
1723
1723
  format: "hex",
1724
1724
  },
1725
1725
  },
1726
1726
  },
1727
1727
  $type: "color",
1728
- $value: "#cd384b14",
1728
+ $value: "#cd384b1a",
1729
1729
  $description: "used on secondary-button hover states",
1730
1730
  filePath: "data/tokens/modes/dark.json",
1731
1731
  isSource: true,
@@ -1734,7 +1734,7 @@
1734
1734
  "studio.tokens": {
1735
1735
  modify: {
1736
1736
  type: "alpha",
1737
- value: "{modes.color.modifiers.button.hoverAlt}",
1737
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1738
1738
  space: "lch",
1739
1739
  },
1740
1740
  },
@@ -1759,7 +1759,7 @@
1759
1759
  "studio.tokens": {
1760
1760
  modify: {
1761
1761
  type: "mix",
1762
- value: "0.08",
1762
+ value: "0.10",
1763
1763
  space: "lch",
1764
1764
  color: "#000000 ",
1765
1765
  format: "hex",
@@ -1767,7 +1767,7 @@
1767
1767
  },
1768
1768
  },
1769
1769
  $type: "color",
1770
- $value: "#a3303d",
1770
+ $value: "#9f303c",
1771
1771
  $description: "used on link hover state",
1772
1772
  filePath: "data/tokens/modes/dark.json",
1773
1773
  isSource: true,
@@ -1776,7 +1776,7 @@
1776
1776
  "studio.tokens": {
1777
1777
  modify: {
1778
1778
  type: "mix",
1779
- value: "{modes.color.modifiers.button.hoverAlt}",
1779
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1780
1780
  space: "lch",
1781
1781
  color: "{modes.color.modifier.contrastLess} ",
1782
1782
  },
@@ -1915,7 +1915,7 @@
1915
1915
  "studio.tokens": {
1916
1916
  modify: {
1917
1917
  type: "mix",
1918
- value: "0.08",
1918
+ value: "0.10",
1919
1919
  space: "lch",
1920
1920
  color: "#FFFFFF",
1921
1921
  format: "hex",
@@ -1923,7 +1923,7 @@
1923
1923
  },
1924
1924
  },
1925
1925
  $type: "color",
1926
- $value: "#181818",
1926
+ $value: "#1b1b1b",
1927
1927
  $description: "bg hover for draggable area on file input",
1928
1928
  filePath: "data/tokens/modes/dark.json",
1929
1929
  isSource: true,
@@ -1932,7 +1932,7 @@
1932
1932
  "studio.tokens": {
1933
1933
  modify: {
1934
1934
  type: "mix",
1935
- value: "{modes.color.modifiers.button.hoverAlt}",
1935
+ value: "{primitives.color.modifiers.button.hoverAlt}",
1936
1936
  space: "lch",
1937
1937
  color: "{modes.color.modifier.contrastMore}",
1938
1938
  },
@@ -2496,14 +2496,14 @@
2496
2496
  "studio.tokens": {
2497
2497
  modify: {
2498
2498
  type: "alpha",
2499
- value: "0.16",
2499
+ value: "0.15",
2500
2500
  space: "lch",
2501
2501
  format: "hex",
2502
2502
  },
2503
2503
  },
2504
2504
  },
2505
2505
  $type: "color",
2506
- $value: "#ffffff29",
2506
+ $value: "#ffffff26",
2507
2507
  filePath: "data/tokens/modes/dark.json",
2508
2508
  isSource: true,
2509
2509
  original: {
@@ -2511,7 +2511,7 @@
2511
2511
  "studio.tokens": {
2512
2512
  modify: {
2513
2513
  type: "alpha",
2514
- value: "{modes.color.modifiers.button.activeAlt}",
2514
+ value: "{primitives.color.modifiers.button.activeAlt}",
2515
2515
  space: "lch",
2516
2516
  },
2517
2517
  },
@@ -2646,14 +2646,14 @@
2646
2646
  "studio.tokens": {
2647
2647
  modify: {
2648
2648
  type: "alpha",
2649
- value: "0.08",
2649
+ value: "0.10",
2650
2650
  space: "lch",
2651
2651
  format: "hex",
2652
2652
  },
2653
2653
  },
2654
2654
  },
2655
2655
  $type: "color",
2656
- $value: "#ffffff14",
2656
+ $value: "#ffffff1a",
2657
2657
  $description: "Accordion, secondary, tertiary, menu bg on hover",
2658
2658
  filePath: "data/tokens/modes/dark.json",
2659
2659
  isSource: true,
@@ -2662,7 +2662,7 @@
2662
2662
  "studio.tokens": {
2663
2663
  modify: {
2664
2664
  type: "alpha",
2665
- value: "{modes.color.modifiers.button.hoverAlt}",
2665
+ value: "{primitives.color.modifiers.button.hoverAlt}",
2666
2666
  space: "lch",
2667
2667
  },
2668
2668
  },
@@ -2681,14 +2681,14 @@
2681
2681
  "studio.tokens": {
2682
2682
  modify: {
2683
2683
  type: "alpha",
2684
- value: "0.16",
2684
+ value: "0.15",
2685
2685
  space: "lch",
2686
2686
  format: "hex",
2687
2687
  },
2688
2688
  },
2689
2689
  },
2690
2690
  $type: "color",
2691
- $value: "#ffffff29",
2691
+ $value: "#ffffff26",
2692
2692
  $description: "subtle table header hover",
2693
2693
  filePath: "data/tokens/modes/dark.json",
2694
2694
  isSource: true,
@@ -2697,7 +2697,7 @@
2697
2697
  "studio.tokens": {
2698
2698
  modify: {
2699
2699
  type: "alpha",
2700
- value: "{modes.color.modifiers.button.hover}",
2700
+ value: "{primitives.color.modifiers.button.hover}",
2701
2701
  space: "lch",
2702
2702
  },
2703
2703
  },
@@ -2812,14 +2812,14 @@
2812
2812
  "studio.tokens": {
2813
2813
  modify: {
2814
2814
  type: "alpha",
2815
- value: "0.16",
2815
+ value: "0.15",
2816
2816
  space: "lch",
2817
2817
  format: "hex",
2818
2818
  },
2819
2819
  },
2820
2820
  },
2821
2821
  $type: "color",
2822
- $value: "#ffffff29",
2822
+ $value: "#ffffff26",
2823
2823
  filePath: "data/tokens/modes/dark.json",
2824
2824
  isSource: true,
2825
2825
  original: {
@@ -2827,7 +2827,7 @@
2827
2827
  "studio.tokens": {
2828
2828
  modify: {
2829
2829
  type: "alpha",
2830
- value: "{modes.color.modifiers.button.activeAlt}",
2830
+ value: "{primitives.color.modifiers.button.activeAlt}",
2831
2831
  space: "lch",
2832
2832
  },
2833
2833
  },
@@ -2929,14 +2929,14 @@
2929
2929
  "studio.tokens": {
2930
2930
  modify: {
2931
2931
  type: "alpha",
2932
- value: "0.08 ",
2932
+ value: "0.10 ",
2933
2933
  space: "lch",
2934
2934
  format: "hex",
2935
2935
  },
2936
2936
  },
2937
2937
  },
2938
2938
  $type: "color",
2939
- $value: "#ffffff14",
2939
+ $value: "#ffffff1a",
2940
2940
  filePath: "data/tokens/modes/dark.json",
2941
2941
  isSource: true,
2942
2942
  original: {
@@ -2944,7 +2944,7 @@
2944
2944
  "studio.tokens": {
2945
2945
  modify: {
2946
2946
  type: "alpha",
2947
- value: "{modes.color.modifiers.button.hoverAlt} ",
2947
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
2948
2948
  space: "lch",
2949
2949
  },
2950
2950
  },
@@ -3050,14 +3050,14 @@
3050
3050
  "studio.tokens": {
3051
3051
  modify: {
3052
3052
  type: "alpha",
3053
- value: "0.16",
3053
+ value: "0.15",
3054
3054
  space: "lch",
3055
3055
  format: "hex",
3056
3056
  },
3057
3057
  },
3058
3058
  },
3059
3059
  $type: "color",
3060
- $value: "#00000029",
3060
+ $value: "#00000026",
3061
3061
  filePath: "data/tokens/modes/dark.json",
3062
3062
  isSource: true,
3063
3063
  original: {
@@ -3065,7 +3065,7 @@
3065
3065
  "studio.tokens": {
3066
3066
  modify: {
3067
3067
  type: "alpha",
3068
- value: "{modes.color.modifiers.button.activeAlt}",
3068
+ value: "{primitives.color.modifiers.button.activeAlt}",
3069
3069
  space: "lch",
3070
3070
  },
3071
3071
  },
@@ -3211,14 +3211,14 @@
3211
3211
  "studio.tokens": {
3212
3212
  modify: {
3213
3213
  type: "alpha",
3214
- value: "0.08",
3214
+ value: "0.10",
3215
3215
  space: "lch",
3216
3216
  format: "hex",
3217
3217
  },
3218
3218
  },
3219
3219
  },
3220
3220
  $type: "color",
3221
- $value: "#00000014",
3221
+ $value: "#0000001a",
3222
3222
  $description:
3223
3223
  "Accordion, secondary, tertiary, menu bg on hover",
3224
3224
  filePath: "data/tokens/modes/dark.json",
@@ -3228,7 +3228,7 @@
3228
3228
  "studio.tokens": {
3229
3229
  modify: {
3230
3230
  type: "alpha",
3231
- value: "{modes.color.modifiers.button.hoverAlt}",
3231
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3232
3232
  space: "lch",
3233
3233
  },
3234
3234
  },
@@ -3254,14 +3254,14 @@
3254
3254
  "studio.tokens": {
3255
3255
  modify: {
3256
3256
  type: "alpha",
3257
- value: "0.16",
3257
+ value: "0.15",
3258
3258
  space: "lch",
3259
3259
  format: "hex",
3260
3260
  },
3261
3261
  },
3262
3262
  },
3263
3263
  $type: "color",
3264
- $value: "#00000029",
3264
+ $value: "#00000026",
3265
3265
  $description: "subtle table header hover",
3266
3266
  filePath: "data/tokens/modes/dark.json",
3267
3267
  isSource: true,
@@ -3270,7 +3270,7 @@
3270
3270
  "studio.tokens": {
3271
3271
  modify: {
3272
3272
  type: "alpha",
3273
- value: "{modes.color.modifiers.button.hover}",
3273
+ value: "{primitives.color.modifiers.button.hover}",
3274
3274
  space: "lch",
3275
3275
  },
3276
3276
  },
@@ -3576,14 +3576,14 @@
3576
3576
  "studio.tokens": {
3577
3577
  modify: {
3578
3578
  type: "alpha",
3579
- value: "0.16",
3579
+ value: "0.15",
3580
3580
  space: "lch",
3581
3581
  format: "hex",
3582
3582
  },
3583
3583
  },
3584
3584
  },
3585
3585
  $type: "color",
3586
- $value: "#ffffff29",
3586
+ $value: "#ffffff26",
3587
3587
  $description: "hover bg for nav items",
3588
3588
  filePath: "data/tokens/modes/dark.json",
3589
3589
  isSource: true,
@@ -3592,7 +3592,7 @@
3592
3592
  "studio.tokens": {
3593
3593
  modify: {
3594
3594
  type: "alpha",
3595
- value: "{modes.color.modifiers.button.hover}",
3595
+ value: "{primitives.color.modifiers.button.hover}",
3596
3596
  space: "lch",
3597
3597
  },
3598
3598
  },
@@ -3659,7 +3659,7 @@
3659
3659
  "studio.tokens": {
3660
3660
  modify: {
3661
3661
  type: "mix",
3662
- value: "0.32",
3662
+ value: "0.30",
3663
3663
  space: "lch",
3664
3664
  color: "#FFFFFF",
3665
3665
  format: "hex",
@@ -3667,7 +3667,7 @@
3667
3667
  },
3668
3668
  },
3669
3669
  $type: "color",
3670
- $value: "#81e57d",
3670
+ $value: "#7ce47a",
3671
3671
  filePath: "data/tokens/modes/dark.json",
3672
3672
  isSource: true,
3673
3673
  original: {
@@ -3675,7 +3675,7 @@
3675
3675
  "studio.tokens": {
3676
3676
  modify: {
3677
3677
  type: "mix",
3678
- value: "{modes.color.modifiers.button.active}",
3678
+ value: "{primitives.color.modifiers.button.active}",
3679
3679
  space: "lch",
3680
3680
  color: "{modes.color.modifier.contrastMore}",
3681
3681
  },
@@ -3693,7 +3693,7 @@
3693
3693
  "studio.tokens": {
3694
3694
  modify: {
3695
3695
  type: "alpha",
3696
- value: "0.32",
3696
+ value: "0.30",
3697
3697
  space: "lch",
3698
3698
  color: "#FFFFFF",
3699
3699
  format: "hex",
@@ -3701,7 +3701,7 @@
3701
3701
  },
3702
3702
  },
3703
3703
  $type: "color",
3704
- $value: "#00d63952",
3704
+ $value: "#00d6394d",
3705
3705
  $description: "Active color for secondary and tertiary buttons",
3706
3706
  filePath: "data/tokens/modes/dark.json",
3707
3707
  isSource: true,
@@ -3710,7 +3710,7 @@
3710
3710
  "studio.tokens": {
3711
3711
  modify: {
3712
3712
  type: "alpha",
3713
- value: "{modes.color.modifiers.button.active}",
3713
+ value: "{primitives.color.modifiers.button.active}",
3714
3714
  space: "lch",
3715
3715
  color: "{modes.color.modifier.contrastMore}",
3716
3716
  },
@@ -3751,7 +3751,7 @@
3751
3751
  },
3752
3752
  $type: "color",
3753
3753
  $value: "#00d639cc",
3754
- $description: "Border color for secondary buttons",
3754
+ $description: "Border color for secondary and tertiary buttons",
3755
3755
  filePath: "data/tokens/modes/dark.json",
3756
3756
  isSource: true,
3757
3757
  original: {
@@ -3767,7 +3767,7 @@
3767
3767
  },
3768
3768
  $type: "color",
3769
3769
  $value: "{modes.color.interactive.primary.default}",
3770
- $description: "Border color for secondary buttons",
3770
+ $description: "Border color for secondary and tertiary buttons",
3771
3771
  },
3772
3772
  name: "modesColorInteractivePrimaryDefaultAlt",
3773
3773
  attributes: {},
@@ -3777,8 +3777,8 @@
3777
3777
  $extensions: {
3778
3778
  "studio.tokens": {
3779
3779
  modify: {
3780
- type: "alpha",
3781
- value: "0.5",
3780
+ type: "mix",
3781
+ value: "0.12",
3782
3782
  space: "lch",
3783
3783
  color: "#FFFFFF",
3784
3784
  format: "hex",
@@ -3786,16 +3786,16 @@
3786
3786
  },
3787
3787
  },
3788
3788
  $type: "color",
3789
- $value: "#00d63980",
3790
- $description: "Border color for tertiary buttons",
3789
+ $value: "#4cdc55",
3790
+ $description: "default value for links",
3791
3791
  filePath: "data/tokens/modes/dark.json",
3792
3792
  isSource: true,
3793
3793
  original: {
3794
3794
  $extensions: {
3795
3795
  "studio.tokens": {
3796
3796
  modify: {
3797
- type: "alpha",
3798
- value: "0.5",
3797
+ type: "mix",
3798
+ value: "0.12",
3799
3799
  space: "lch",
3800
3800
  color: "{modes.color.modifier.contrastMore}",
3801
3801
  },
@@ -3803,7 +3803,7 @@
3803
3803
  },
3804
3804
  $type: "color",
3805
3805
  $value: "{modes.color.interactive.primary.default}",
3806
- $description: "Border color for tertiary buttons",
3806
+ $description: "default value for links",
3807
3807
  },
3808
3808
  name: "modesColorInteractivePrimaryDefaultAlt2",
3809
3809
  attributes: {},
@@ -3813,8 +3813,8 @@
3813
3813
  $extensions: {
3814
3814
  "studio.tokens": {
3815
3815
  modify: {
3816
- type: "mix",
3817
- value: "0.12",
3816
+ type: "alpha",
3817
+ value: "0.03",
3818
3818
  space: "lch",
3819
3819
  color: "#FFFFFF",
3820
3820
  format: "hex",
@@ -3822,16 +3822,16 @@
3822
3822
  },
3823
3823
  },
3824
3824
  $type: "color",
3825
- $value: "#4cdc55",
3826
- $description: "default value for links",
3825
+ $value: "#00d63908",
3826
+ $description: "Default background color of secondary buttons",
3827
3827
  filePath: "data/tokens/modes/dark.json",
3828
3828
  isSource: true,
3829
3829
  original: {
3830
3830
  $extensions: {
3831
3831
  "studio.tokens": {
3832
3832
  modify: {
3833
- type: "mix",
3834
- value: "0.12",
3833
+ type: "alpha",
3834
+ value: "0.03",
3835
3835
  space: "lch",
3836
3836
  color: "{modes.color.modifier.contrastMore}",
3837
3837
  },
@@ -3839,7 +3839,7 @@
3839
3839
  },
3840
3840
  $type: "color",
3841
3841
  $value: "{modes.color.interactive.primary.default}",
3842
- $description: "default value for links",
3842
+ $description: "Default background color of secondary buttons",
3843
3843
  },
3844
3844
  name: "modesColorInteractivePrimaryDefaultAlt3",
3845
3845
  attributes: {},
@@ -3850,7 +3850,7 @@
3850
3850
  "studio.tokens": {
3851
3851
  modify: {
3852
3852
  type: "mix",
3853
- value: "0.16",
3853
+ value: "0.15",
3854
3854
  space: "lch",
3855
3855
  color: "#FFFFFF",
3856
3856
  format: "hex",
@@ -3858,7 +3858,7 @@
3858
3858
  },
3859
3859
  },
3860
3860
  $type: "color",
3861
- $value: "#58de5d",
3861
+ $value: "#55dd5b",
3862
3862
  filePath: "data/tokens/modes/dark.json",
3863
3863
  isSource: true,
3864
3864
  original: {
@@ -3866,7 +3866,7 @@
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
  },
@@ -3884,7 +3884,7 @@
3884
3884
  "studio.tokens": {
3885
3885
  modify: {
3886
3886
  type: "alpha",
3887
- value: "0.08",
3887
+ value: "0.10",
3888
3888
  space: "lch",
3889
3889
  color: "#FFFFFF",
3890
3890
  format: "hex",
@@ -3892,7 +3892,7 @@
3892
3892
  },
3893
3893
  },
3894
3894
  $type: "color",
3895
- $value: "#00d63914",
3895
+ $value: "#00d6391a",
3896
3896
  $description: "Secondary and tertiary button hover",
3897
3897
  filePath: "data/tokens/modes/dark.json",
3898
3898
  isSource: true,
@@ -3901,14 +3901,14 @@
3901
3901
  "studio.tokens": {
3902
3902
  modify: {
3903
3903
  type: "alpha",
3904
- value: "{modes.color.modifiers.button.hoverAlt}",
3904
+ value: "{primitives.color.modifiers.button.hoverAlt}",
3905
3905
  space: "lch",
3906
3906
  color: "{modes.color.modifier.contrastMore}",
3907
3907
  },
3908
3908
  },
3909
3909
  },
3910
3910
  $type: "color",
3911
- $value: "{modes.color.interactive.primary.defaultAlt2}",
3911
+ $value: "{modes.color.interactive.primary.default}",
3912
3912
  $description: "Secondary and tertiary button hover",
3913
3913
  },
3914
3914
  name: "modesColorInteractivePrimaryHoverAlt",
@@ -3920,7 +3920,7 @@
3920
3920
  "studio.tokens": {
3921
3921
  modify: {
3922
3922
  type: "mix",
3923
- value: "0.16",
3923
+ value: "0.15",
3924
3924
  space: "lch",
3925
3925
  color: "#FFFFFF ",
3926
3926
  format: "hex",
@@ -3928,7 +3928,7 @@
3928
3928
  },
3929
3929
  },
3930
3930
  $type: "color",
3931
- $value: "#73e372",
3931
+ $value: "#71e270",
3932
3932
  $description: "hover for links",
3933
3933
  filePath: "data/tokens/modes/dark.json",
3934
3934
  isSource: true,
@@ -3937,14 +3937,14 @@
3937
3937
  "studio.tokens": {
3938
3938
  modify: {
3939
3939
  type: "mix",
3940
- value: "{modes.color.modifiers.button.hover}",
3940
+ value: "{primitives.color.modifiers.button.hover}",
3941
3941
  space: "lch",
3942
3942
  color: "{modes.color.modifier.contrastMore} ",
3943
3943
  },
3944
3944
  },
3945
3945
  },
3946
3946
  $type: "color",
3947
- $value: "{modes.color.interactive.primary.defaultAlt3}",
3947
+ $value: "{modes.color.interactive.primary.defaultAlt2}",
3948
3948
  $description: "hover for links",
3949
3949
  },
3950
3950
  name: "modesColorInteractivePrimaryHoverAlt2",
@@ -3996,7 +3996,7 @@
3996
3996
  "studio.tokens": {
3997
3997
  modify: {
3998
3998
  type: "mix",
3999
- value: "0.32",
3999
+ value: "0.30",
4000
4000
  space: "lch",
4001
4001
  color: "#FFFFFF",
4002
4002
  format: "hex",
@@ -4004,7 +4004,7 @@
4004
4004
  },
4005
4005
  },
4006
4006
  $type: "color",
4007
- $value: "#81e57d",
4007
+ $value: "#7ce47a",
4008
4008
  filePath: "data/tokens/modes/dark.json",
4009
4009
  isSource: true,
4010
4010
  original: {
@@ -4012,7 +4012,7 @@
4012
4012
  "studio.tokens": {
4013
4013
  modify: {
4014
4014
  type: "mix",
4015
- value: "{modes.color.modifiers.button.active}",
4015
+ value: "{primitives.color.modifiers.button.active}",
4016
4016
  space: "lch",
4017
4017
  color: "{modes.color.modifier.contrastMore}",
4018
4018
  },
@@ -4098,7 +4098,7 @@
4098
4098
  "studio.tokens": {
4099
4099
  modify: {
4100
4100
  type: "mix",
4101
- value: "0.16",
4101
+ value: "0.15",
4102
4102
  space: "lch",
4103
4103
  color: "#FFFFFF",
4104
4104
  format: "hex",
@@ -4106,7 +4106,7 @@
4106
4106
  },
4107
4107
  },
4108
4108
  $type: "color",
4109
- $value: "#58de5d",
4109
+ $value: "#55dd5b",
4110
4110
  filePath: "data/tokens/modes/dark.json",
4111
4111
  isSource: true,
4112
4112
  original: {
@@ -4114,7 +4114,7 @@
4114
4114
  "studio.tokens": {
4115
4115
  modify: {
4116
4116
  type: "mix",
4117
- value: "{modes.color.modifiers.button.hover}",
4117
+ value: "{primitives.color.modifiers.button.hover}",
4118
4118
  space: "lch",
4119
4119
  color: "{modes.color.modifier.contrastMore}",
4120
4120
  },
@@ -4139,7 +4139,7 @@
4139
4139
  "studio.tokens": {
4140
4140
  modify: {
4141
4141
  type: "mix",
4142
- value: "0.16",
4142
+ value: "0.15",
4143
4143
  space: "lch",
4144
4144
  color: "#FFFFFF ",
4145
4145
  format: "hex",
@@ -4147,7 +4147,7 @@
4147
4147
  },
4148
4148
  },
4149
4149
  $type: "color",
4150
- $value: "#73e372",
4150
+ $value: "#71e270",
4151
4151
  $description: "for link hover",
4152
4152
  filePath: "data/tokens/modes/dark.json",
4153
4153
  isSource: true,
@@ -4156,7 +4156,7 @@
4156
4156
  "studio.tokens": {
4157
4157
  modify: {
4158
4158
  type: "mix",
4159
- value: "{modes.color.modifiers.button.hover}",
4159
+ value: "{primitives.color.modifiers.button.hover}",
4160
4160
  space: "lch",
4161
4161
  color: "{modes.color.modifier.contrastMore} ",
4162
4162
  },
@@ -4273,7 +4273,7 @@
4273
4273
  "studio.tokens": {
4274
4274
  modify: {
4275
4275
  type: "mix",
4276
- value: "0.32",
4276
+ value: "0.30",
4277
4277
  space: "lch",
4278
4278
  color: "#000000 ",
4279
4279
  format: "hex",
@@ -4281,7 +4281,7 @@
4281
4281
  },
4282
4282
  },
4283
4283
  $type: "color",
4284
- $value: "#14571a",
4284
+ $value: "#13591a",
4285
4285
  filePath: "data/tokens/modes/dark.json",
4286
4286
  isSource: true,
4287
4287
  original: {
@@ -4289,7 +4289,7 @@
4289
4289
  "studio.tokens": {
4290
4290
  modify: {
4291
4291
  type: "mix",
4292
- value: "{modes.color.modifiers.button.active}",
4292
+ value: "{primitives.color.modifiers.button.active}",
4293
4293
  space: "lch",
4294
4294
  color: "{modes.color.modifier.contrastLess} ",
4295
4295
  },
@@ -4314,7 +4314,7 @@
4314
4314
  "studio.tokens": {
4315
4315
  modify: {
4316
4316
  type: "alpha",
4317
- value: "0.32",
4317
+ value: "0.30",
4318
4318
  space: "lch",
4319
4319
  color: "#000000 ",
4320
4320
  format: "hex",
@@ -4322,7 +4322,7 @@
4322
4322
  },
4323
4323
  },
4324
4324
  $type: "color",
4325
- $value: "#00811f52",
4325
+ $value: "#00811f4d",
4326
4326
  $description:
4327
4327
  "Active color for inverse secondary and tertiary buttons",
4328
4328
  filePath: "data/tokens/modes/dark.json",
@@ -4332,7 +4332,7 @@
4332
4332
  "studio.tokens": {
4333
4333
  modify: {
4334
4334
  type: "alpha",
4335
- value: "{modes.color.modifiers.button.active}",
4335
+ value: "{primitives.color.modifiers.button.active}",
4336
4336
  space: "lch",
4337
4337
  color: "{modes.color.modifier.contrastLess} ",
4338
4338
  },
@@ -4388,7 +4388,8 @@
4388
4388
  },
4389
4389
  $type: "color",
4390
4390
  $value: "#00811fcc",
4391
- $description: "Borders on secondary inverse buttons",
4391
+ $description:
4392
+ "Borders on secondary and tertiary inverse buttons",
4392
4393
  filePath: "data/tokens/modes/dark.json",
4393
4394
  isSource: true,
4394
4395
  original: {
@@ -4404,7 +4405,8 @@
4404
4405
  },
4405
4406
  $type: "color",
4406
4407
  $value: "{modes.color.interactive.primary.inverse.default}",
4407
- $description: "Borders on secondary inverse buttons",
4408
+ $description:
4409
+ "Borders on secondary and tertiary inverse buttons",
4408
4410
  },
4409
4411
  name: "modesColorInteractivePrimaryInverseDefaultAlt",
4410
4412
  attributes: {},
@@ -4421,8 +4423,8 @@
4421
4423
  $extensions: {
4422
4424
  "studio.tokens": {
4423
4425
  modify: {
4424
- type: "alpha",
4425
- value: "0.5",
4426
+ type: "mix",
4427
+ value: "0.12",
4426
4428
  space: "lch",
4427
4429
  color: "#000000",
4428
4430
  format: "hex",
@@ -4430,16 +4432,16 @@
4430
4432
  },
4431
4433
  },
4432
4434
  $type: "color",
4433
- $value: "#00811f80",
4434
- $description: "Borders on tertiary inverse buttons",
4435
+ $value: "#0c711d",
4436
+ $description: "Default color for links",
4435
4437
  filePath: "data/tokens/modes/dark.json",
4436
4438
  isSource: true,
4437
4439
  original: {
4438
4440
  $extensions: {
4439
4441
  "studio.tokens": {
4440
4442
  modify: {
4441
- type: "alpha",
4442
- value: "0.5",
4443
+ type: "mix",
4444
+ value: "0.12",
4443
4445
  space: "lch",
4444
4446
  color: "{modes.color.modifier.contrastLess}",
4445
4447
  },
@@ -4447,7 +4449,7 @@
4447
4449
  },
4448
4450
  $type: "color",
4449
4451
  $value: "{modes.color.interactive.primary.inverse.default}",
4450
- $description: "Borders on tertiary inverse buttons",
4452
+ $description: "Default color for links",
4451
4453
  },
4452
4454
  name: "modesColorInteractivePrimaryInverseDefaultAlt2",
4453
4455
  attributes: {},
@@ -4464,8 +4466,8 @@
4464
4466
  $extensions: {
4465
4467
  "studio.tokens": {
4466
4468
  modify: {
4467
- type: "mix",
4468
- value: "0.12",
4469
+ type: "alpha",
4470
+ value: "0.03",
4469
4471
  space: "lch",
4470
4472
  color: "#000000",
4471
4473
  format: "hex",
@@ -4473,16 +4475,17 @@
4473
4475
  },
4474
4476
  },
4475
4477
  $type: "color",
4476
- $value: "#0c711d",
4477
- $description: "Default color for links",
4478
+ $value: "#00811f08",
4479
+ $description:
4480
+ "Default background color of inverse secondary buttons",
4478
4481
  filePath: "data/tokens/modes/dark.json",
4479
4482
  isSource: true,
4480
4483
  original: {
4481
4484
  $extensions: {
4482
4485
  "studio.tokens": {
4483
4486
  modify: {
4484
- type: "mix",
4485
- value: "0.12",
4487
+ type: "alpha",
4488
+ value: "0.03",
4486
4489
  space: "lch",
4487
4490
  color: "{modes.color.modifier.contrastLess}",
4488
4491
  },
@@ -4490,7 +4493,8 @@
4490
4493
  },
4491
4494
  $type: "color",
4492
4495
  $value: "{modes.color.interactive.primary.inverse.default}",
4493
- $description: "Default color for links",
4496
+ $description:
4497
+ "Default background color of inverse secondary buttons",
4494
4498
  },
4495
4499
  name: "modesColorInteractivePrimaryInverseDefaultAlt3",
4496
4500
  attributes: {},
@@ -4508,7 +4512,7 @@
4508
4512
  "studio.tokens": {
4509
4513
  modify: {
4510
4514
  type: "mix",
4511
- value: "0.16",
4515
+ value: "0.15",
4512
4516
  space: "lch",
4513
4517
  color: "#000000 ",
4514
4518
  format: "hex",
@@ -4516,7 +4520,7 @@
4516
4520
  },
4517
4521
  },
4518
4522
  $type: "color",
4519
- $value: "#0e6b1d",
4523
+ $value: "#0e6d1d",
4520
4524
  filePath: "data/tokens/modes/dark.json",
4521
4525
  isSource: true,
4522
4526
  original: {
@@ -4524,7 +4528,7 @@
4524
4528
  "studio.tokens": {
4525
4529
  modify: {
4526
4530
  type: "mix",
4527
- value: "{modes.color.modifiers.button.hover}",
4531
+ value: "{primitives.color.modifiers.button.hover}",
4528
4532
  space: "lch",
4529
4533
  color: "{modes.color.modifier.contrastLess} ",
4530
4534
  },
@@ -4549,7 +4553,7 @@
4549
4553
  "studio.tokens": {
4550
4554
  modify: {
4551
4555
  type: "alpha",
4552
- value: "0.08 ",
4556
+ value: "0.10 ",
4553
4557
  space: "lch",
4554
4558
  color: "#000000",
4555
4559
  format: "hex",
@@ -4557,7 +4561,7 @@
4557
4561
  },
4558
4562
  },
4559
4563
  $type: "color",
4560
- $value: "#00811f14",
4564
+ $value: "#0c711d1a",
4561
4565
  $description: "Secondary and tertiary inverse button hover",
4562
4566
  filePath: "data/tokens/modes/dark.json",
4563
4567
  isSource: true,
@@ -4566,7 +4570,7 @@
4566
4570
  "studio.tokens": {
4567
4571
  modify: {
4568
4572
  type: "alpha",
4569
- value: "{modes.color.modifiers.button.hoverAlt} ",
4573
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
4570
4574
  space: "lch",
4571
4575
  color: "{modes.color.modifier.contrastLess}",
4572
4576
  },
@@ -4593,7 +4597,7 @@
4593
4597
  "studio.tokens": {
4594
4598
  modify: {
4595
4599
  type: "mix",
4596
- value: "0.08",
4600
+ value: "0.10",
4597
4601
  space: "lch",
4598
4602
  color: "#000000 ",
4599
4603
  format: "hex",
@@ -4601,7 +4605,7 @@
4601
4605
  },
4602
4606
  },
4603
4607
  $type: "color",
4604
- $value: "#10681c",
4608
+ $value: "#11651c",
4605
4609
  $description: "hover for links",
4606
4610
  filePath: "data/tokens/modes/dark.json",
4607
4611
  isSource: true,
@@ -4610,7 +4614,7 @@
4610
4614
  "studio.tokens": {
4611
4615
  modify: {
4612
4616
  type: "mix",
4613
- value: "{modes.color.modifiers.button.hoverAlt}",
4617
+ value: "{primitives.color.modifiers.button.hoverAlt}",
4614
4618
  space: "lch",
4615
4619
  color: "{modes.color.modifier.contrastLess} ",
4616
4620
  },
@@ -4618,7 +4622,7 @@
4618
4622
  },
4619
4623
  $type: "color",
4620
4624
  $value:
4621
- "{modes.color.interactive.primary.inverse.defaultAlt3}",
4625
+ "{modes.color.interactive.primary.inverse.defaultAlt2}",
4622
4626
  $description: "hover for links",
4623
4627
  },
4624
4628
  name: "modesColorInteractivePrimaryInverseHoverAlt2",
@@ -4932,7 +4936,7 @@
4932
4936
  "studio.tokens": {
4933
4937
  modify: {
4934
4938
  type: "mix",
4935
- value: "0.16",
4939
+ value: "0.15",
4936
4940
  space: "lch",
4937
4941
  color: "#FFFFFF",
4938
4942
  format: "hex",
@@ -4940,7 +4944,7 @@
4940
4944
  },
4941
4945
  },
4942
4946
  $type: "color",
4943
- $value: "#eb6732",
4947
+ $value: "#eb6530",
4944
4948
  $description: "used on pill hover states",
4945
4949
  filePath: "data/tokens/modes/dark.json",
4946
4950
  isSource: true,
@@ -4949,7 +4953,7 @@
4949
4953
  "studio.tokens": {
4950
4954
  modify: {
4951
4955
  type: "mix",
4952
- value: "{modes.color.modifiers.button.hover}",
4956
+ value: "{primitives.color.modifiers.button.hover}",
4953
4957
  space: "lch",
4954
4958
  color: "{modes.color.modifier.contrastMore}",
4955
4959
  },
@@ -4968,7 +4972,7 @@
4968
4972
  "studio.tokens": {
4969
4973
  modify: {
4970
4974
  type: "mix",
4971
- value: "0.16",
4975
+ value: "0.15",
4972
4976
  space: "lch",
4973
4977
  color: "#E04500",
4974
4978
  format: "hex",
@@ -4976,7 +4980,7 @@
4976
4980
  },
4977
4981
  },
4978
4982
  $type: "color",
4979
- $value: "#3f1b0b",
4983
+ $value: "#3e1a0b",
4980
4984
  $description: "used on pill hover states and message bg",
4981
4985
  filePath: "data/tokens/modes/dark.json",
4982
4986
  isSource: true,
@@ -4985,7 +4989,7 @@
4985
4989
  "studio.tokens": {
4986
4990
  modify: {
4987
4991
  type: "mix",
4988
- value: "{modes.color.modifiers.button.hover}",
4992
+ value: "{primitives.color.modifiers.button.hover}",
4989
4993
  space: "lch",
4990
4994
  color: "{modes.color.status.caution.default}",
4991
4995
  },
@@ -5058,7 +5062,7 @@
5058
5062
  },
5059
5063
  hover: {
5060
5064
  $type: "color",
5061
- $value: "#eb6732",
5065
+ $value: "#eb6530",
5062
5066
  $description: "used on global message bg",
5063
5067
  filePath: "data/tokens/modes/dark.json",
5064
5068
  isSource: true,
@@ -5152,7 +5156,7 @@
5152
5156
  "studio.tokens": {
5153
5157
  modify: {
5154
5158
  type: "mix",
5155
- value: "0.16",
5159
+ value: "0.15",
5156
5160
  space: "lch",
5157
5161
  color: "#000000 ",
5158
5162
  format: "hex",
@@ -5160,7 +5164,7 @@
5160
5164
  },
5161
5165
  },
5162
5166
  $type: "color",
5163
- $value: "#b13a0d",
5167
+ $value: "#b33b0d",
5164
5168
  $description: "used on pill hover states",
5165
5169
  filePath: "data/tokens/modes/dark.json",
5166
5170
  isSource: true,
@@ -5169,7 +5173,7 @@
5169
5173
  "studio.tokens": {
5170
5174
  modify: {
5171
5175
  type: "mix",
5172
- value: "{modes.color.modifiers.button.hover}",
5176
+ value: "{primitives.color.modifiers.button.hover}",
5173
5177
  space: "lch",
5174
5178
  color: "{modes.color.modifier.contrastLess} ",
5175
5179
  },
@@ -5195,7 +5199,7 @@
5195
5199
  "studio.tokens": {
5196
5200
  modify: {
5197
5201
  type: "mix",
5198
- value: "0.16",
5202
+ value: "0.15",
5199
5203
  space: "lch",
5200
5204
  color: "#D64309",
5201
5205
  format: "hex",
@@ -5203,7 +5207,7 @@
5203
5207
  },
5204
5208
  },
5205
5209
  $type: "color",
5206
- $value: "#fdd3c0",
5210
+ $value: "#fed5c3",
5207
5211
  $description: "used on pill hover states and message bg",
5208
5212
  filePath: "data/tokens/modes/dark.json",
5209
5213
  isSource: true,
@@ -5212,7 +5216,7 @@
5212
5216
  "studio.tokens": {
5213
5217
  modify: {
5214
5218
  type: "mix",
5215
- value: "{modes.color.modifiers.button.hover}",
5219
+ value: "{primitives.color.modifiers.button.hover}",
5216
5220
  space: "lch",
5217
5221
  color: "{modes.color.status.caution.inverse.default}",
5218
5222
  },
@@ -5638,7 +5642,7 @@
5638
5642
  "studio.tokens": {
5639
5643
  modify: {
5640
5644
  type: "mix",
5641
- value: "0.16",
5645
+ value: "0.15",
5642
5646
  space: "lch",
5643
5647
  color: "#FFFFFF",
5644
5648
  format: "hex",
@@ -5646,7 +5650,7 @@
5646
5650
  },
5647
5651
  },
5648
5652
  $type: "color",
5649
- $value: "#5291e0",
5653
+ $value: "#4f90df",
5650
5654
  $description: "used on pill hover states",
5651
5655
  filePath: "data/tokens/modes/dark.json",
5652
5656
  isSource: true,
@@ -5655,7 +5659,7 @@
5655
5659
  "studio.tokens": {
5656
5660
  modify: {
5657
5661
  type: "mix",
5658
- value: "{modes.color.modifiers.button.hover}",
5662
+ value: "{primitives.color.modifiers.button.hover}",
5659
5663
  space: "lch",
5660
5664
  color: "{modes.color.modifier.contrastMore}",
5661
5665
  },
@@ -5674,7 +5678,7 @@
5674
5678
  "studio.tokens": {
5675
5679
  modify: {
5676
5680
  type: "mix",
5677
- value: "0.16",
5681
+ value: "0.15",
5678
5682
  space: "lch",
5679
5683
  color: "#007ED9",
5680
5684
  format: "hex",
@@ -5682,7 +5686,7 @@
5682
5686
  },
5683
5687
  },
5684
5688
  $type: "color",
5685
- $value: "#17253b",
5689
+ $value: "#17253a",
5686
5690
  $description: "used on pill hover states and message bg",
5687
5691
  filePath: "data/tokens/modes/dark.json",
5688
5692
  isSource: true,
@@ -5691,7 +5695,7 @@
5691
5695
  "studio.tokens": {
5692
5696
  modify: {
5693
5697
  type: "mix",
5694
- value: "{modes.color.modifiers.button.hover}",
5698
+ value: "{primitives.color.modifiers.button.hover}",
5695
5699
  space: "lch",
5696
5700
  color: "{modes.color.status.info.default}",
5697
5701
  },
@@ -5730,7 +5734,7 @@
5730
5734
  },
5731
5735
  hover: {
5732
5736
  $type: "color",
5733
- $value: "#5291e0",
5737
+ $value: "#4f90df",
5734
5738
  $description: "used on global message bg",
5735
5739
  filePath: "data/tokens/modes/dark.json",
5736
5740
  isSource: true,
@@ -5824,7 +5828,7 @@
5824
5828
  "studio.tokens": {
5825
5829
  modify: {
5826
5830
  type: "mix",
5827
- value: "0.16",
5831
+ value: "0.15",
5828
5832
  space: "lch",
5829
5833
  color: "#000000",
5830
5834
  format: "hex",
@@ -5832,7 +5836,7 @@
5832
5836
  },
5833
5837
  },
5834
5838
  $type: "color",
5835
- $value: "#10508a",
5839
+ $value: "#10518c",
5836
5840
  $description: "used on pill hover states",
5837
5841
  filePath: "data/tokens/modes/dark.json",
5838
5842
  isSource: true,
@@ -5841,7 +5845,7 @@
5841
5845
  "studio.tokens": {
5842
5846
  modify: {
5843
5847
  type: "mix",
5844
- value: "{modes.color.modifiers.button.hover}",
5848
+ value: "{primitives.color.modifiers.button.hover}",
5845
5849
  space: "lch",
5846
5850
  color: "{modes.color.modifier.contrastLess}",
5847
5851
  },
@@ -5860,7 +5864,7 @@
5860
5864
  "studio.tokens": {
5861
5865
  modify: {
5862
5866
  type: "mix",
5863
- value: "0.16",
5867
+ value: "0.15",
5864
5868
  space: "lch",
5865
5869
  color: "#0060A7",
5866
5870
  format: "hex",
@@ -5868,7 +5872,7 @@
5868
5872
  },
5869
5873
  },
5870
5874
  $type: "color",
5871
- $value: "#cbd6e9",
5875
+ $value: "#cdd7ea",
5872
5876
  $description: "used on pill hover states and message bg",
5873
5877
  filePath: "data/tokens/modes/dark.json",
5874
5878
  isSource: true,
@@ -5877,7 +5881,7 @@
5877
5881
  "studio.tokens": {
5878
5882
  modify: {
5879
5883
  type: "mix",
5880
- value: "{modes.color.modifiers.button.hover}",
5884
+ value: "{primitives.color.modifiers.button.hover}",
5881
5885
  space: "lch",
5882
5886
  color: "{modes.color.status.info.inverse.default}",
5883
5887
  },
@@ -5955,7 +5959,7 @@
5955
5959
  "studio.tokens": {
5956
5960
  modify: {
5957
5961
  type: "mix",
5958
- value: "0.16",
5962
+ value: "0.15",
5959
5963
  space: "lch",
5960
5964
  color: "#FFFFFF",
5961
5965
  format: "hex",
@@ -5963,7 +5967,7 @@
5963
5967
  },
5964
5968
  },
5965
5969
  $type: "color",
5966
- $value: "#eb646c",
5970
+ $value: "#ea626a",
5967
5971
  $description: "used on pill hover states",
5968
5972
  filePath: "data/tokens/modes/dark.json",
5969
5973
  isSource: true,
@@ -5972,7 +5976,7 @@
5972
5976
  "studio.tokens": {
5973
5977
  modify: {
5974
5978
  type: "mix",
5975
- value: "{modes.color.modifiers.button.hover}",
5979
+ value: "{primitives.color.modifiers.button.hover}",
5976
5980
  space: "lch",
5977
5981
  color: "{modes.color.modifier.contrastMore}",
5978
5982
  },
@@ -5991,7 +5995,7 @@
5991
5995
  "studio.tokens": {
5992
5996
  modify: {
5993
5997
  type: "mix",
5994
- value: "0.16",
5998
+ value: "0.15",
5995
5999
  space: "lch",
5996
6000
  color: "#E13E53",
5997
6001
  format: "hex",
@@ -5999,7 +6003,7 @@
5999
6003
  },
6000
6004
  },
6001
6005
  $type: "color",
6002
- $value: "#3f1a1c",
6006
+ $value: "#3d1a1c",
6003
6007
  $description: "used on pill hover states and message bg",
6004
6008
  filePath: "data/tokens/modes/dark.json",
6005
6009
  isSource: true,
@@ -6008,7 +6012,7 @@
6008
6012
  "studio.tokens": {
6009
6013
  modify: {
6010
6014
  type: "mix",
6011
- value: "{modes.color.modifiers.button.hover}",
6015
+ value: "{primitives.color.modifiers.button.hover}",
6012
6016
  space: "lch",
6013
6017
  color: "{modes.color.status.negative.default}",
6014
6018
  },
@@ -6108,7 +6112,7 @@
6108
6112
  "studio.tokens": {
6109
6113
  modify: {
6110
6114
  type: "mix",
6111
- value: "0.16",
6115
+ value: "0.15",
6112
6116
  space: "lch",
6113
6117
  color: "#000000 ",
6114
6118
  format: "hex",
@@ -6116,7 +6120,7 @@
6116
6120
  },
6117
6121
  },
6118
6122
  $type: "color",
6119
- $value: "#aa323f",
6123
+ $value: "#ac3240",
6120
6124
  $description: "used on pill hover states",
6121
6125
  filePath: "data/tokens/modes/dark.json",
6122
6126
  isSource: true,
@@ -6125,7 +6129,7 @@
6125
6129
  "studio.tokens": {
6126
6130
  modify: {
6127
6131
  type: "mix",
6128
- value: "{modes.color.modifiers.button.hover}",
6132
+ value: "{primitives.color.modifiers.button.hover}",
6129
6133
  space: "lch",
6130
6134
  color: "{modes.color.modifier.contrastLess} ",
6131
6135
  },
@@ -6151,7 +6155,7 @@
6151
6155
  "studio.tokens": {
6152
6156
  modify: {
6153
6157
  type: "mix",
6154
- value: "0.16",
6158
+ value: "0.15",
6155
6159
  space: "lch",
6156
6160
  color: "#CD384B",
6157
6161
  format: "hex",
@@ -6159,7 +6163,7 @@
6159
6163
  },
6160
6164
  },
6161
6165
  $type: "color",
6162
- $value: "#f9d1cf",
6166
+ $value: "#f9d3d1",
6163
6167
  $description: "used on pill hover states and message bg",
6164
6168
  filePath: "data/tokens/modes/dark.json",
6165
6169
  isSource: true,
@@ -6168,7 +6172,7 @@
6168
6172
  "studio.tokens": {
6169
6173
  modify: {
6170
6174
  type: "mix",
6171
- value: "{modes.color.modifiers.button.hover}",
6175
+ value: "{primitives.color.modifiers.button.hover}",
6172
6176
  space: "lch",
6173
6177
  color: "{modes.color.status.negative.inverse.default}",
6174
6178
  },
@@ -6266,7 +6270,7 @@
6266
6270
  "studio.tokens": {
6267
6271
  modify: {
6268
6272
  type: "mix",
6269
- value: "0.16",
6273
+ value: "0.15",
6270
6274
  space: "lch",
6271
6275
  color: "#FFFFFF",
6272
6276
  format: "hex",
@@ -6274,7 +6278,7 @@
6274
6278
  },
6275
6279
  },
6276
6280
  $type: "color",
6277
- $value: "#909090",
6281
+ $value: "#8e8e8e",
6278
6282
  $description: "used on pill hover states",
6279
6283
  filePath: "data/tokens/modes/dark.json",
6280
6284
  isSource: true,
@@ -6283,7 +6287,7 @@
6283
6287
  "studio.tokens": {
6284
6288
  modify: {
6285
6289
  type: "mix",
6286
- value: "{modes.color.modifiers.button.hover}",
6290
+ value: "{primitives.color.modifiers.button.hover}",
6287
6291
  space: "lch",
6288
6292
  color: "{modes.color.modifier.contrastMore}",
6289
6293
  },
@@ -6302,7 +6306,7 @@
6302
6306
  "studio.tokens": {
6303
6307
  modify: {
6304
6308
  type: "mix",
6305
- value: "0.16",
6309
+ value: "0.15",
6306
6310
  space: "lch",
6307
6311
  color: "#7C7C7C",
6308
6312
  format: "hex",
@@ -6310,7 +6314,7 @@
6310
6314
  },
6311
6315
  },
6312
6316
  $type: "color",
6313
- $value: "#252525",
6317
+ $value: "#242424",
6314
6318
  $description: "used on pill hover states and message bg",
6315
6319
  filePath: "data/tokens/modes/dark.json",
6316
6320
  isSource: true,
@@ -6319,7 +6323,7 @@
6319
6323
  "studio.tokens": {
6320
6324
  modify: {
6321
6325
  type: "mix",
6322
- value: "{modes.color.modifiers.button.hover}",
6326
+ value: "{primitives.color.modifiers.button.hover}",
6323
6327
  space: "lch",
6324
6328
  color: "{modes.color.status.neutral.default}",
6325
6329
  },
@@ -6420,7 +6424,7 @@
6420
6424
  },
6421
6425
  hover: {
6422
6426
  $type: "color",
6423
- $value: "#909090",
6427
+ $value: "#8e8e8e",
6424
6428
  filePath: "data/tokens/modes/dark.json",
6425
6429
  isSource: true,
6426
6430
  original: {
@@ -6443,7 +6447,7 @@
6443
6447
  "studio.tokens": {
6444
6448
  modify: {
6445
6449
  type: "mix",
6446
- value: "0.08 ",
6450
+ value: "0.10 ",
6447
6451
  space: "lch",
6448
6452
  color: "#FFFFFF",
6449
6453
  format: "hex",
@@ -6451,7 +6455,7 @@
6451
6455
  },
6452
6456
  },
6453
6457
  $type: "color",
6454
- $value: "#262626",
6458
+ $value: "#2a2a2a",
6455
6459
  $description: "used on pill hover states and message bg",
6456
6460
  filePath: "data/tokens/modes/dark.json",
6457
6461
  isSource: true,
@@ -6460,7 +6464,7 @@
6460
6464
  "studio.tokens": {
6461
6465
  modify: {
6462
6466
  type: "mix",
6463
- value: "{modes.color.modifiers.button.hoverAlt} ",
6467
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
6464
6468
  space: "lch",
6465
6469
  color: "{modes.color.modifier.contrastMore}",
6466
6470
  },
@@ -6551,7 +6555,7 @@
6551
6555
  "studio.tokens": {
6552
6556
  modify: {
6553
6557
  type: "mix",
6554
- value: "0.16",
6558
+ value: "0.15",
6555
6559
  space: "lch",
6556
6560
  color: "#000000 ",
6557
6561
  format: "hex",
@@ -6559,7 +6563,7 @@
6559
6563
  },
6560
6564
  },
6561
6565
  $type: "color",
6562
- $value: "#676767",
6566
+ $value: "#696969",
6563
6567
  $description: "used on pill hover states",
6564
6568
  filePath: "data/tokens/modes/dark.json",
6565
6569
  isSource: true,
@@ -6568,7 +6572,7 @@
6568
6572
  "studio.tokens": {
6569
6573
  modify: {
6570
6574
  type: "mix",
6571
- value: "{modes.color.modifiers.button.hover}",
6575
+ value: "{primitives.color.modifiers.button.hover}",
6572
6576
  space: "lch",
6573
6577
  color: "{modes.color.modifier.contrastLess} ",
6574
6578
  },
@@ -6594,7 +6598,7 @@
6594
6598
  "studio.tokens": {
6595
6599
  modify: {
6596
6600
  type: "mix",
6597
- value: "0.16",
6601
+ value: "0.15",
6598
6602
  space: "lch",
6599
6603
  color: "#656565",
6600
6604
  format: "hex",
@@ -6602,7 +6606,7 @@
6602
6606
  },
6603
6607
  },
6604
6608
  $type: "color",
6605
- $value: "#d8d8d8",
6609
+ $value: "#d9d9d9",
6606
6610
  $description: "used on pill hover states and message bg",
6607
6611
  filePath: "data/tokens/modes/dark.json",
6608
6612
  isSource: true,
@@ -6611,7 +6615,7 @@
6611
6615
  "studio.tokens": {
6612
6616
  modify: {
6613
6617
  type: "mix",
6614
- value: "{modes.color.modifiers.button.hover}",
6618
+ value: "{primitives.color.modifiers.button.hover}",
6615
6619
  space: "lch",
6616
6620
  color: "{modes.color.status.neutral.inverse.default}",
6617
6621
  },
@@ -6689,7 +6693,7 @@
6689
6693
  "studio.tokens": {
6690
6694
  modify: {
6691
6695
  type: "mix",
6692
- value: "0.08",
6696
+ value: "0.10",
6693
6697
  space: "lch",
6694
6698
  color: "#FFFFFF",
6695
6699
  format: "hex",
@@ -6697,7 +6701,7 @@
6697
6701
  },
6698
6702
  },
6699
6703
  $type: "color",
6700
- $value: "#2e9936",
6704
+ $value: "#359b3b",
6701
6705
  $description: "used on pill hover states",
6702
6706
  filePath: "data/tokens/modes/dark.json",
6703
6707
  isSource: true,
@@ -6706,7 +6710,7 @@
6706
6710
  "studio.tokens": {
6707
6711
  modify: {
6708
6712
  type: "mix",
6709
- value: "{modes.color.modifiers.button.hoverAlt}",
6713
+ value: "{primitives.color.modifiers.button.hoverAlt}",
6710
6714
  space: "lch",
6711
6715
  color: "{modes.color.modifier.contrastMore}",
6712
6716
  },
@@ -6725,7 +6729,7 @@
6725
6729
  "studio.tokens": {
6726
6730
  modify: {
6727
6731
  type: "mix",
6728
- value: "0.16",
6732
+ value: "0.15",
6729
6733
  space: "lch",
6730
6734
  color: "#009023",
6731
6735
  format: "hex",
@@ -6733,7 +6737,7 @@
6733
6737
  },
6734
6738
  },
6735
6739
  $type: "color",
6736
- $value: "#132b12",
6740
+ $value: "#132912",
6737
6741
  $description: "used on pill hover states and message bg",
6738
6742
  filePath: "data/tokens/modes/dark.json",
6739
6743
  isSource: true,
@@ -6742,7 +6746,7 @@
6742
6746
  "studio.tokens": {
6743
6747
  modify: {
6744
6748
  type: "mix",
6745
- value: "{modes.color.modifiers.button.hover}",
6749
+ value: "{primitives.color.modifiers.button.hover}",
6746
6750
  space: "lch",
6747
6751
  color: "{modes.color.status.positive.default}",
6748
6752
  },
@@ -6829,7 +6833,7 @@
6829
6833
  "studio.tokens": {
6830
6834
  modify: {
6831
6835
  type: "mix",
6832
- value: "0.16",
6836
+ value: "0.15",
6833
6837
  space: "lch",
6834
6838
  color: "#000000 ",
6835
6839
  format: "hex",
@@ -6837,7 +6841,7 @@
6837
6841
  },
6838
6842
  },
6839
6843
  $type: "color",
6840
- $value: "#0e6b1d",
6844
+ $value: "#0e6d1d",
6841
6845
  $description: "used on pill hover states ",
6842
6846
  filePath: "data/tokens/modes/dark.json",
6843
6847
  isSource: true,
@@ -6846,7 +6850,7 @@
6846
6850
  "studio.tokens": {
6847
6851
  modify: {
6848
6852
  type: "mix",
6849
- value: "{modes.color.modifiers.button.hover}",
6853
+ value: "{primitives.color.modifiers.button.hover}",
6850
6854
  space: "lch",
6851
6855
  color: "{modes.color.modifier.contrastLess} ",
6852
6856
  },
@@ -6872,7 +6876,7 @@
6872
6876
  "studio.tokens": {
6873
6877
  modify: {
6874
6878
  type: "mix",
6875
- value: "0.16",
6879
+ value: "0.15",
6876
6880
  space: "lch",
6877
6881
  color: "#00811F",
6878
6882
  format: "hex",
@@ -6880,7 +6884,7 @@
6880
6884
  },
6881
6885
  },
6882
6886
  $type: "color",
6883
- $value: "#c9e0c7",
6887
+ $value: "#cbe1c9",
6884
6888
  $description: "used on pill hover states and message bg",
6885
6889
  filePath: "data/tokens/modes/dark.json",
6886
6890
  isSource: true,
@@ -6889,7 +6893,7 @@
6889
6893
  "studio.tokens": {
6890
6894
  modify: {
6891
6895
  type: "mix",
6892
- value: "{modes.color.modifiers.button.hover}",
6896
+ value: "{primitives.color.modifiers.button.hover}",
6893
6897
  space: "lch",
6894
6898
  color: "{modes.color.status.positive.inverse.default}",
6895
6899
  },
@@ -6954,7 +6958,7 @@
6954
6958
  "studio.tokens": {
6955
6959
  modify: {
6956
6960
  type: "mix",
6957
- value: "0.08 ",
6961
+ value: "0.10 ",
6958
6962
  space: "lch",
6959
6963
  color: "#FFFFFF ",
6960
6964
  format: "hex",
@@ -6962,7 +6966,7 @@
6962
6966
  },
6963
6967
  },
6964
6968
  $type: "color",
6965
- $value: "#223121",
6969
+ $value: "#263525",
6966
6970
  $description: "marketing banner hover",
6967
6971
  filePath: "data/tokens/modes/dark.json",
6968
6972
  isSource: true,
@@ -6971,7 +6975,7 @@
6971
6975
  "studio.tokens": {
6972
6976
  modify: {
6973
6977
  type: "mix",
6974
- value: "{modes.color.modifiers.button.hoverAlt} ",
6978
+ value: "{primitives.color.modifiers.button.hoverAlt} ",
6975
6979
  space: "lch",
6976
6980
  color: "{modes.color.modifier.contrastMore} ",
6977
6981
  },
@@ -7020,7 +7024,7 @@
7020
7024
  "studio.tokens": {
7021
7025
  modify: {
7022
7026
  type: "mix",
7023
- value: "0.16",
7027
+ value: "0.15",
7024
7028
  space: "lch",
7025
7029
  color: "#000000",
7026
7030
  format: "hex",
@@ -7028,7 +7032,7 @@
7028
7032
  },
7029
7033
  },
7030
7034
  $type: "color",
7031
- $value: "#18b032",
7035
+ $value: "#17b333",
7032
7036
  $description: "used on pill hover states",
7033
7037
  filePath: "data/tokens/modes/dark.json",
7034
7038
  isSource: true,
@@ -7037,7 +7041,7 @@
7037
7041
  "studio.tokens": {
7038
7042
  modify: {
7039
7043
  type: "mix",
7040
- value: "{modes.color.modifiers.button.hover}",
7044
+ value: "{primitives.color.modifiers.button.hover}",
7041
7045
  space: "lch",
7042
7046
  color: "{modes.color.modifier.contrastLess}",
7043
7047
  },
@@ -7099,7 +7103,7 @@
7099
7103
  "studio.tokens": {
7100
7104
  modify: {
7101
7105
  type: "mix",
7102
- value: "0.16",
7106
+ value: "0.15",
7103
7107
  space: "lch",
7104
7108
  color: "#000000",
7105
7109
  format: "hex",
@@ -7107,7 +7111,7 @@
7107
7111
  },
7108
7112
  },
7109
7113
  $type: "color",
7110
- $value: "#18b032",
7114
+ $value: "#17b333",
7111
7115
  $description: "used on pill hover states",
7112
7116
  filePath: "data/tokens/modes/dark.json",
7113
7117
  isSource: true,
@@ -7116,7 +7120,7 @@
7116
7120
  "studio.tokens": {
7117
7121
  modify: {
7118
7122
  type: "mix",
7119
- value: "{modes.color.modifiers.button.hover}",
7123
+ value: "{primitives.color.modifiers.button.hover}",
7120
7124
  space: "lch",
7121
7125
  color: "{modes.color.modifier.contrastLess}",
7122
7126
  },
@@ -7168,119 +7172,6 @@
7168
7172
  path: ["modes", "color", "modifier", "contrastMore"],
7169
7173
  },
7170
7174
  },
7171
- modifiers: {
7172
- button: {
7173
- active: {
7174
- $type: "other",
7175
- $value: "0.32",
7176
- $description: "Active modifier used when 16% hover is used",
7177
- filePath: "data/tokens/modes/dark.json",
7178
- isSource: true,
7179
- original: {
7180
- $type: "other",
7181
- $value: "0.32",
7182
- $description: "Active modifier used when 16% hover is used",
7183
- },
7184
- name: "modesColorModifiersButtonActive",
7185
- attributes: {},
7186
- path: ["modes", "color", "modifiers", "button", "active"],
7187
- },
7188
- activeAlt: {
7189
- $type: "other",
7190
- $value: "0.16",
7191
- $description: "Active appled when 8% hover is used",
7192
- filePath: "data/tokens/modes/dark.json",
7193
- isSource: true,
7194
- original: {
7195
- $type: "other",
7196
- $value: "0.16",
7197
- $description: "Active appled when 8% hover is used",
7198
- },
7199
- name: "modesColorModifiersButtonActiveAlt",
7200
- attributes: {},
7201
- path: ["modes", "color", "modifiers", "button", "activeAlt"],
7202
- },
7203
- hover: {
7204
- $type: "other",
7205
- $value: "0.16",
7206
- $description: "Hover used on primary buttons",
7207
- filePath: "data/tokens/modes/dark.json",
7208
- isSource: true,
7209
- original: {
7210
- $type: "other",
7211
- $value: "0.16",
7212
- $description: "Hover used on primary buttons",
7213
- },
7214
- name: "modesColorModifiersButtonHover",
7215
- attributes: {},
7216
- path: ["modes", "color", "modifiers", "button", "hover"],
7217
- },
7218
- hoverAlt: {
7219
- $type: "other",
7220
- $value: "0.08",
7221
- $description: "Hover used on secondary and tertiary buttons",
7222
- filePath: "data/tokens/modes/dark.json",
7223
- isSource: true,
7224
- original: {
7225
- $type: "other",
7226
- $value: "0.08",
7227
- $description: "Hover used on secondary and tertiary buttons",
7228
- },
7229
- name: "modesColorModifiersButtonHoverAlt",
7230
- attributes: {},
7231
- path: ["modes", "color", "modifiers", "button", "hoverAlt"],
7232
- },
7233
- },
7234
- input: {
7235
- disabledBg: {
7236
- $type: "other",
7237
- $value: "0.04",
7238
- $description: "less contrast",
7239
- filePath: "data/tokens/modes/dark.json",
7240
- isSource: true,
7241
- original: {
7242
- $type: "other",
7243
- $value: "0.04",
7244
- $description: "less contrast",
7245
- },
7246
- name: "modesColorModifiersInputDisabledBg",
7247
- attributes: {},
7248
- path: ["modes", "color", "modifiers", "input", "disabledBg"],
7249
- },
7250
- disabledFg: {
7251
- $type: "other",
7252
- $value: "0.30",
7253
- $description: "less contrast",
7254
- filePath: "data/tokens/modes/dark.json",
7255
- isSource: true,
7256
- original: {
7257
- $type: "other",
7258
- $value: "0.30",
7259
- $description: "less contrast",
7260
- },
7261
- name: "modesColorModifiersInputDisabledFg",
7262
- attributes: {},
7263
- path: ["modes", "color", "modifiers", "input", "disabledFg"],
7264
- },
7265
- },
7266
- shadow: {
7267
- standard: {
7268
- $type: "other",
7269
- $value: "0.5",
7270
- $description: "standard mixer for shadow",
7271
- filePath: "data/tokens/modes/dark.json",
7272
- isSource: true,
7273
- original: {
7274
- $type: "other",
7275
- $value: "0.5",
7276
- $description: "standard mixer for shadow",
7277
- },
7278
- name: "modesColorModifiersShadowStandard",
7279
- attributes: {},
7280
- path: ["modes", "color", "modifiers", "shadow", "standard"],
7281
- },
7282
- },
7283
- },
7284
7175
  },
7285
7176
  },
7286
7177
  };