@sage/design-tokens 13.1.0 → 13.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (574) hide show
  1. package/css/frozenproduct/all.css +55 -13
  2. package/css/frozenproduct/large/components/button.css +16 -7
  3. package/css/frozenproduct/large/components/focus.css +4 -0
  4. package/css/frozenproduct/large/components/link.css +2 -0
  5. package/css/frozenproduct/large/components/table.css +1 -0
  6. package/css/frozenproduct/large/dark.css +16 -3
  7. package/css/frozenproduct/large/light.css +16 -3
  8. package/css/frozenproduct/small/components/button.css +16 -7
  9. package/css/frozenproduct/small/components/focus.css +4 -0
  10. package/css/frozenproduct/small/components/link.css +2 -0
  11. package/css/frozenproduct/small/components/table.css +1 -0
  12. package/css/frozenproduct/small/dark.css +16 -3
  13. package/css/frozenproduct/small/light.css +16 -3
  14. package/css/marketing/all.css +55 -13
  15. package/css/marketing/large/components/button.css +16 -7
  16. package/css/marketing/large/components/focus.css +4 -0
  17. package/css/marketing/large/components/link.css +2 -0
  18. package/css/marketing/large/components/table.css +1 -0
  19. package/css/marketing/large/dark.css +16 -3
  20. package/css/marketing/large/light.css +16 -3
  21. package/css/marketing/small/components/button.css +16 -7
  22. package/css/marketing/small/components/focus.css +4 -0
  23. package/css/marketing/small/components/link.css +2 -0
  24. package/css/marketing/small/components/table.css +1 -0
  25. package/css/marketing/small/dark.css +16 -3
  26. package/css/marketing/small/light.css +16 -3
  27. package/css/product/all.css +55 -13
  28. package/css/product/large/components/button.css +16 -7
  29. package/css/product/large/components/focus.css +4 -0
  30. package/css/product/large/components/link.css +2 -0
  31. package/css/product/large/components/table.css +1 -0
  32. package/css/product/large/dark.css +16 -3
  33. package/css/product/large/light.css +16 -3
  34. package/css/product/small/components/button.css +16 -7
  35. package/css/product/small/components/focus.css +4 -0
  36. package/css/product/small/components/link.css +2 -0
  37. package/css/product/small/components/table.css +1 -0
  38. package/css/product/small/dark.css +16 -3
  39. package/css/product/small/light.css +16 -3
  40. package/ios/frozenproduct/large/dark/components/button.h +10 -1
  41. package/ios/frozenproduct/large/dark/components/focus.h +4 -0
  42. package/ios/frozenproduct/large/dark/components/link.h +2 -0
  43. package/ios/frozenproduct/large/dark/components/table.h +1 -0
  44. package/ios/frozenproduct/large/dark/mode.h +16 -3
  45. package/ios/frozenproduct/large/light/components/button.h +10 -1
  46. package/ios/frozenproduct/large/light/components/focus.h +4 -0
  47. package/ios/frozenproduct/large/light/components/link.h +2 -0
  48. package/ios/frozenproduct/large/light/components/table.h +1 -0
  49. package/ios/frozenproduct/large/light/mode.h +16 -3
  50. package/ios/frozenproduct/small/dark/components/button.h +10 -1
  51. package/ios/frozenproduct/small/dark/components/focus.h +4 -0
  52. package/ios/frozenproduct/small/dark/components/link.h +2 -0
  53. package/ios/frozenproduct/small/dark/components/table.h +1 -0
  54. package/ios/frozenproduct/small/dark/mode.h +16 -3
  55. package/ios/frozenproduct/small/light/components/button.h +10 -1
  56. package/ios/frozenproduct/small/light/components/focus.h +4 -0
  57. package/ios/frozenproduct/small/light/components/link.h +2 -0
  58. package/ios/frozenproduct/small/light/components/table.h +1 -0
  59. package/ios/frozenproduct/small/light/mode.h +16 -3
  60. package/ios/marketing/large/dark/components/button.h +10 -1
  61. package/ios/marketing/large/dark/components/focus.h +4 -0
  62. package/ios/marketing/large/dark/components/link.h +2 -0
  63. package/ios/marketing/large/dark/components/table.h +1 -0
  64. package/ios/marketing/large/dark/mode.h +16 -3
  65. package/ios/marketing/large/light/components/button.h +10 -1
  66. package/ios/marketing/large/light/components/focus.h +4 -0
  67. package/ios/marketing/large/light/components/link.h +2 -0
  68. package/ios/marketing/large/light/components/table.h +1 -0
  69. package/ios/marketing/large/light/mode.h +16 -3
  70. package/ios/marketing/small/dark/components/button.h +10 -1
  71. package/ios/marketing/small/dark/components/focus.h +4 -0
  72. package/ios/marketing/small/dark/components/link.h +2 -0
  73. package/ios/marketing/small/dark/components/table.h +1 -0
  74. package/ios/marketing/small/dark/mode.h +16 -3
  75. package/ios/marketing/small/light/components/button.h +10 -1
  76. package/ios/marketing/small/light/components/focus.h +4 -0
  77. package/ios/marketing/small/light/components/link.h +2 -0
  78. package/ios/marketing/small/light/components/table.h +1 -0
  79. package/ios/marketing/small/light/mode.h +16 -3
  80. package/ios/product/large/dark/components/button.h +10 -1
  81. package/ios/product/large/dark/components/focus.h +4 -0
  82. package/ios/product/large/dark/components/link.h +2 -0
  83. package/ios/product/large/dark/components/table.h +1 -0
  84. package/ios/product/large/dark/mode.h +16 -3
  85. package/ios/product/large/light/components/button.h +10 -1
  86. package/ios/product/large/light/components/focus.h +4 -0
  87. package/ios/product/large/light/components/link.h +2 -0
  88. package/ios/product/large/light/components/table.h +1 -0
  89. package/ios/product/large/light/mode.h +16 -3
  90. package/ios/product/small/dark/components/button.h +10 -1
  91. package/ios/product/small/dark/components/focus.h +4 -0
  92. package/ios/product/small/dark/components/link.h +2 -0
  93. package/ios/product/small/dark/components/table.h +1 -0
  94. package/ios/product/small/dark/mode.h +16 -3
  95. package/ios/product/small/light/components/button.h +10 -1
  96. package/ios/product/small/light/components/focus.h +4 -0
  97. package/ios/product/small/light/components/link.h +2 -0
  98. package/ios/product/small/light/components/table.h +1 -0
  99. package/ios/product/small/light/mode.h +16 -3
  100. package/js/common/frozenproduct/large/dark/components/button.d.ts +11 -0
  101. package/js/common/frozenproduct/large/dark/components/button.js +185 -1
  102. package/js/common/frozenproduct/large/dark/components/focus.d.ts +6 -0
  103. package/js/common/frozenproduct/large/dark/components/focus.js +54 -0
  104. package/js/common/frozenproduct/large/dark/components/link.d.ts +4 -0
  105. package/js/common/frozenproduct/large/dark/components/link.js +30 -0
  106. package/js/common/frozenproduct/large/dark/components/table.d.ts +1 -0
  107. package/js/common/frozenproduct/large/dark/components/table.js +15 -0
  108. package/js/common/frozenproduct/large/dark/mode.d.ts +19 -2
  109. package/js/common/frozenproduct/large/dark/mode.js +447 -26
  110. package/js/common/frozenproduct/large/light/components/button.d.ts +11 -0
  111. package/js/common/frozenproduct/large/light/components/button.js +185 -1
  112. package/js/common/frozenproduct/large/light/components/focus.d.ts +6 -0
  113. package/js/common/frozenproduct/large/light/components/focus.js +54 -0
  114. package/js/common/frozenproduct/large/light/components/link.d.ts +4 -0
  115. package/js/common/frozenproduct/large/light/components/link.js +30 -0
  116. package/js/common/frozenproduct/large/light/components/table.d.ts +1 -0
  117. package/js/common/frozenproduct/large/light/components/table.js +15 -0
  118. package/js/common/frozenproduct/large/light/mode.d.ts +19 -2
  119. package/js/common/frozenproduct/large/light/mode.js +452 -31
  120. package/js/common/frozenproduct/small/dark/components/button.d.ts +11 -0
  121. package/js/common/frozenproduct/small/dark/components/button.js +185 -1
  122. package/js/common/frozenproduct/small/dark/components/focus.d.ts +6 -0
  123. package/js/common/frozenproduct/small/dark/components/focus.js +54 -0
  124. package/js/common/frozenproduct/small/dark/components/link.d.ts +4 -0
  125. package/js/common/frozenproduct/small/dark/components/link.js +30 -0
  126. package/js/common/frozenproduct/small/dark/components/table.d.ts +1 -0
  127. package/js/common/frozenproduct/small/dark/components/table.js +15 -0
  128. package/js/common/frozenproduct/small/dark/mode.d.ts +19 -2
  129. package/js/common/frozenproduct/small/dark/mode.js +447 -26
  130. package/js/common/frozenproduct/small/light/components/button.d.ts +11 -0
  131. package/js/common/frozenproduct/small/light/components/button.js +185 -1
  132. package/js/common/frozenproduct/small/light/components/focus.d.ts +6 -0
  133. package/js/common/frozenproduct/small/light/components/focus.js +54 -0
  134. package/js/common/frozenproduct/small/light/components/link.d.ts +4 -0
  135. package/js/common/frozenproduct/small/light/components/link.js +30 -0
  136. package/js/common/frozenproduct/small/light/components/table.d.ts +1 -0
  137. package/js/common/frozenproduct/small/light/components/table.js +15 -0
  138. package/js/common/frozenproduct/small/light/mode.d.ts +19 -2
  139. package/js/common/frozenproduct/small/light/mode.js +452 -31
  140. package/js/common/marketing/large/dark/components/button.d.ts +11 -0
  141. package/js/common/marketing/large/dark/components/button.js +185 -1
  142. package/js/common/marketing/large/dark/components/focus.d.ts +6 -0
  143. package/js/common/marketing/large/dark/components/focus.js +54 -0
  144. package/js/common/marketing/large/dark/components/link.d.ts +4 -0
  145. package/js/common/marketing/large/dark/components/link.js +30 -0
  146. package/js/common/marketing/large/dark/components/table.d.ts +1 -0
  147. package/js/common/marketing/large/dark/components/table.js +15 -0
  148. package/js/common/marketing/large/dark/mode.d.ts +19 -2
  149. package/js/common/marketing/large/dark/mode.js +447 -26
  150. package/js/common/marketing/large/light/components/button.d.ts +11 -0
  151. package/js/common/marketing/large/light/components/button.js +185 -1
  152. package/js/common/marketing/large/light/components/focus.d.ts +6 -0
  153. package/js/common/marketing/large/light/components/focus.js +54 -0
  154. package/js/common/marketing/large/light/components/link.d.ts +4 -0
  155. package/js/common/marketing/large/light/components/link.js +30 -0
  156. package/js/common/marketing/large/light/components/table.d.ts +1 -0
  157. package/js/common/marketing/large/light/components/table.js +15 -0
  158. package/js/common/marketing/large/light/mode.d.ts +19 -2
  159. package/js/common/marketing/large/light/mode.js +452 -31
  160. package/js/common/marketing/small/dark/components/button.d.ts +11 -0
  161. package/js/common/marketing/small/dark/components/button.js +185 -1
  162. package/js/common/marketing/small/dark/components/focus.d.ts +6 -0
  163. package/js/common/marketing/small/dark/components/focus.js +54 -0
  164. package/js/common/marketing/small/dark/components/link.d.ts +4 -0
  165. package/js/common/marketing/small/dark/components/link.js +30 -0
  166. package/js/common/marketing/small/dark/components/table.d.ts +1 -0
  167. package/js/common/marketing/small/dark/components/table.js +15 -0
  168. package/js/common/marketing/small/dark/mode.d.ts +19 -2
  169. package/js/common/marketing/small/dark/mode.js +447 -26
  170. package/js/common/marketing/small/light/components/button.d.ts +11 -0
  171. package/js/common/marketing/small/light/components/button.js +185 -1
  172. package/js/common/marketing/small/light/components/focus.d.ts +6 -0
  173. package/js/common/marketing/small/light/components/focus.js +54 -0
  174. package/js/common/marketing/small/light/components/link.d.ts +4 -0
  175. package/js/common/marketing/small/light/components/link.js +30 -0
  176. package/js/common/marketing/small/light/components/table.d.ts +1 -0
  177. package/js/common/marketing/small/light/components/table.js +15 -0
  178. package/js/common/marketing/small/light/mode.d.ts +19 -2
  179. package/js/common/marketing/small/light/mode.js +452 -31
  180. package/js/common/product/large/dark/components/button.d.ts +11 -0
  181. package/js/common/product/large/dark/components/button.js +185 -1
  182. package/js/common/product/large/dark/components/focus.d.ts +6 -0
  183. package/js/common/product/large/dark/components/focus.js +54 -0
  184. package/js/common/product/large/dark/components/link.d.ts +4 -0
  185. package/js/common/product/large/dark/components/link.js +30 -0
  186. package/js/common/product/large/dark/components/table.d.ts +1 -0
  187. package/js/common/product/large/dark/components/table.js +15 -0
  188. package/js/common/product/large/dark/mode.d.ts +19 -2
  189. package/js/common/product/large/dark/mode.js +447 -26
  190. package/js/common/product/large/light/components/button.d.ts +11 -0
  191. package/js/common/product/large/light/components/button.js +185 -1
  192. package/js/common/product/large/light/components/focus.d.ts +6 -0
  193. package/js/common/product/large/light/components/focus.js +54 -0
  194. package/js/common/product/large/light/components/link.d.ts +4 -0
  195. package/js/common/product/large/light/components/link.js +30 -0
  196. package/js/common/product/large/light/components/table.d.ts +1 -0
  197. package/js/common/product/large/light/components/table.js +15 -0
  198. package/js/common/product/large/light/mode.d.ts +19 -2
  199. package/js/common/product/large/light/mode.js +452 -31
  200. package/js/common/product/small/dark/components/button.d.ts +11 -0
  201. package/js/common/product/small/dark/components/button.js +185 -1
  202. package/js/common/product/small/dark/components/focus.d.ts +6 -0
  203. package/js/common/product/small/dark/components/focus.js +54 -0
  204. package/js/common/product/small/dark/components/link.d.ts +4 -0
  205. package/js/common/product/small/dark/components/link.js +30 -0
  206. package/js/common/product/small/dark/components/table.d.ts +1 -0
  207. package/js/common/product/small/dark/components/table.js +15 -0
  208. package/js/common/product/small/dark/mode.d.ts +19 -2
  209. package/js/common/product/small/dark/mode.js +447 -26
  210. package/js/common/product/small/light/components/button.d.ts +11 -0
  211. package/js/common/product/small/light/components/button.js +185 -1
  212. package/js/common/product/small/light/components/focus.d.ts +6 -0
  213. package/js/common/product/small/light/components/focus.js +54 -0
  214. package/js/common/product/small/light/components/link.d.ts +4 -0
  215. package/js/common/product/small/light/components/link.js +30 -0
  216. package/js/common/product/small/light/components/table.d.ts +1 -0
  217. package/js/common/product/small/light/components/table.js +15 -0
  218. package/js/common/product/small/light/mode.d.ts +19 -2
  219. package/js/common/product/small/light/mode.js +452 -31
  220. package/js/es6/frozenproduct/large/dark/components/button.d.ts +9 -0
  221. package/js/es6/frozenproduct/large/dark/components/button.js +10 -1
  222. package/js/es6/frozenproduct/large/dark/components/focus.d.ts +4 -0
  223. package/js/es6/frozenproduct/large/dark/components/focus.js +4 -0
  224. package/js/es6/frozenproduct/large/dark/components/link.d.ts +2 -0
  225. package/js/es6/frozenproduct/large/dark/components/link.js +2 -0
  226. package/js/es6/frozenproduct/large/dark/components/table.d.ts +1 -0
  227. package/js/es6/frozenproduct/large/dark/components/table.js +1 -0
  228. package/js/es6/frozenproduct/large/dark/mode.d.ts +15 -2
  229. package/js/es6/frozenproduct/large/dark/mode.js +16 -3
  230. package/js/es6/frozenproduct/large/light/components/button.d.ts +9 -0
  231. package/js/es6/frozenproduct/large/light/components/button.js +10 -1
  232. package/js/es6/frozenproduct/large/light/components/focus.d.ts +4 -0
  233. package/js/es6/frozenproduct/large/light/components/focus.js +4 -0
  234. package/js/es6/frozenproduct/large/light/components/link.d.ts +2 -0
  235. package/js/es6/frozenproduct/large/light/components/link.js +2 -0
  236. package/js/es6/frozenproduct/large/light/components/table.d.ts +1 -0
  237. package/js/es6/frozenproduct/large/light/components/table.js +1 -0
  238. package/js/es6/frozenproduct/large/light/mode.d.ts +15 -2
  239. package/js/es6/frozenproduct/large/light/mode.js +16 -3
  240. package/js/es6/frozenproduct/small/dark/components/button.d.ts +9 -0
  241. package/js/es6/frozenproduct/small/dark/components/button.js +10 -1
  242. package/js/es6/frozenproduct/small/dark/components/focus.d.ts +4 -0
  243. package/js/es6/frozenproduct/small/dark/components/focus.js +4 -0
  244. package/js/es6/frozenproduct/small/dark/components/link.d.ts +2 -0
  245. package/js/es6/frozenproduct/small/dark/components/link.js +2 -0
  246. package/js/es6/frozenproduct/small/dark/components/table.d.ts +1 -0
  247. package/js/es6/frozenproduct/small/dark/components/table.js +1 -0
  248. package/js/es6/frozenproduct/small/dark/mode.d.ts +15 -2
  249. package/js/es6/frozenproduct/small/dark/mode.js +16 -3
  250. package/js/es6/frozenproduct/small/light/components/button.d.ts +9 -0
  251. package/js/es6/frozenproduct/small/light/components/button.js +10 -1
  252. package/js/es6/frozenproduct/small/light/components/focus.d.ts +4 -0
  253. package/js/es6/frozenproduct/small/light/components/focus.js +4 -0
  254. package/js/es6/frozenproduct/small/light/components/link.d.ts +2 -0
  255. package/js/es6/frozenproduct/small/light/components/link.js +2 -0
  256. package/js/es6/frozenproduct/small/light/components/table.d.ts +1 -0
  257. package/js/es6/frozenproduct/small/light/components/table.js +1 -0
  258. package/js/es6/frozenproduct/small/light/mode.d.ts +15 -2
  259. package/js/es6/frozenproduct/small/light/mode.js +16 -3
  260. package/js/es6/marketing/large/dark/components/button.d.ts +9 -0
  261. package/js/es6/marketing/large/dark/components/button.js +10 -1
  262. package/js/es6/marketing/large/dark/components/focus.d.ts +4 -0
  263. package/js/es6/marketing/large/dark/components/focus.js +4 -0
  264. package/js/es6/marketing/large/dark/components/link.d.ts +2 -0
  265. package/js/es6/marketing/large/dark/components/link.js +2 -0
  266. package/js/es6/marketing/large/dark/components/table.d.ts +1 -0
  267. package/js/es6/marketing/large/dark/components/table.js +1 -0
  268. package/js/es6/marketing/large/dark/mode.d.ts +15 -2
  269. package/js/es6/marketing/large/dark/mode.js +16 -3
  270. package/js/es6/marketing/large/light/components/button.d.ts +9 -0
  271. package/js/es6/marketing/large/light/components/button.js +10 -1
  272. package/js/es6/marketing/large/light/components/focus.d.ts +4 -0
  273. package/js/es6/marketing/large/light/components/focus.js +4 -0
  274. package/js/es6/marketing/large/light/components/link.d.ts +2 -0
  275. package/js/es6/marketing/large/light/components/link.js +2 -0
  276. package/js/es6/marketing/large/light/components/table.d.ts +1 -0
  277. package/js/es6/marketing/large/light/components/table.js +1 -0
  278. package/js/es6/marketing/large/light/mode.d.ts +15 -2
  279. package/js/es6/marketing/large/light/mode.js +16 -3
  280. package/js/es6/marketing/small/dark/components/button.d.ts +9 -0
  281. package/js/es6/marketing/small/dark/components/button.js +10 -1
  282. package/js/es6/marketing/small/dark/components/focus.d.ts +4 -0
  283. package/js/es6/marketing/small/dark/components/focus.js +4 -0
  284. package/js/es6/marketing/small/dark/components/link.d.ts +2 -0
  285. package/js/es6/marketing/small/dark/components/link.js +2 -0
  286. package/js/es6/marketing/small/dark/components/table.d.ts +1 -0
  287. package/js/es6/marketing/small/dark/components/table.js +1 -0
  288. package/js/es6/marketing/small/dark/mode.d.ts +15 -2
  289. package/js/es6/marketing/small/dark/mode.js +16 -3
  290. package/js/es6/marketing/small/light/components/button.d.ts +9 -0
  291. package/js/es6/marketing/small/light/components/button.js +10 -1
  292. package/js/es6/marketing/small/light/components/focus.d.ts +4 -0
  293. package/js/es6/marketing/small/light/components/focus.js +4 -0
  294. package/js/es6/marketing/small/light/components/link.d.ts +2 -0
  295. package/js/es6/marketing/small/light/components/link.js +2 -0
  296. package/js/es6/marketing/small/light/components/table.d.ts +1 -0
  297. package/js/es6/marketing/small/light/components/table.js +1 -0
  298. package/js/es6/marketing/small/light/mode.d.ts +15 -2
  299. package/js/es6/marketing/small/light/mode.js +16 -3
  300. package/js/es6/product/large/dark/components/button.d.ts +9 -0
  301. package/js/es6/product/large/dark/components/button.js +10 -1
  302. package/js/es6/product/large/dark/components/focus.d.ts +4 -0
  303. package/js/es6/product/large/dark/components/focus.js +4 -0
  304. package/js/es6/product/large/dark/components/link.d.ts +2 -0
  305. package/js/es6/product/large/dark/components/link.js +2 -0
  306. package/js/es6/product/large/dark/components/table.d.ts +1 -0
  307. package/js/es6/product/large/dark/components/table.js +1 -0
  308. package/js/es6/product/large/dark/mode.d.ts +15 -2
  309. package/js/es6/product/large/dark/mode.js +16 -3
  310. package/js/es6/product/large/light/components/button.d.ts +9 -0
  311. package/js/es6/product/large/light/components/button.js +10 -1
  312. package/js/es6/product/large/light/components/focus.d.ts +4 -0
  313. package/js/es6/product/large/light/components/focus.js +4 -0
  314. package/js/es6/product/large/light/components/link.d.ts +2 -0
  315. package/js/es6/product/large/light/components/link.js +2 -0
  316. package/js/es6/product/large/light/components/table.d.ts +1 -0
  317. package/js/es6/product/large/light/components/table.js +1 -0
  318. package/js/es6/product/large/light/mode.d.ts +15 -2
  319. package/js/es6/product/large/light/mode.js +16 -3
  320. package/js/es6/product/small/dark/components/button.d.ts +9 -0
  321. package/js/es6/product/small/dark/components/button.js +10 -1
  322. package/js/es6/product/small/dark/components/focus.d.ts +4 -0
  323. package/js/es6/product/small/dark/components/focus.js +4 -0
  324. package/js/es6/product/small/dark/components/link.d.ts +2 -0
  325. package/js/es6/product/small/dark/components/link.js +2 -0
  326. package/js/es6/product/small/dark/components/table.d.ts +1 -0
  327. package/js/es6/product/small/dark/components/table.js +1 -0
  328. package/js/es6/product/small/dark/mode.d.ts +15 -2
  329. package/js/es6/product/small/dark/mode.js +16 -3
  330. package/js/es6/product/small/light/components/button.d.ts +9 -0
  331. package/js/es6/product/small/light/components/button.js +10 -1
  332. package/js/es6/product/small/light/components/focus.d.ts +4 -0
  333. package/js/es6/product/small/light/components/focus.js +4 -0
  334. package/js/es6/product/small/light/components/link.d.ts +2 -0
  335. package/js/es6/product/small/light/components/link.js +2 -0
  336. package/js/es6/product/small/light/components/table.d.ts +1 -0
  337. package/js/es6/product/small/light/components/table.js +1 -0
  338. package/js/es6/product/small/light/mode.d.ts +15 -2
  339. package/js/es6/product/small/light/mode.js +16 -3
  340. package/js/umd/frozenproduct/large/dark/components/button.js +190 -1
  341. package/js/umd/frozenproduct/large/dark/components/focus.js +54 -0
  342. package/js/umd/frozenproduct/large/dark/components/link.js +36 -0
  343. package/js/umd/frozenproduct/large/dark/components/table.js +15 -0
  344. package/js/umd/frozenproduct/large/dark/mode.js +447 -26
  345. package/js/umd/frozenproduct/large/light/components/button.js +190 -1
  346. package/js/umd/frozenproduct/large/light/components/focus.js +54 -0
  347. package/js/umd/frozenproduct/large/light/components/link.js +36 -0
  348. package/js/umd/frozenproduct/large/light/components/table.js +15 -0
  349. package/js/umd/frozenproduct/large/light/mode.js +452 -31
  350. package/js/umd/frozenproduct/small/dark/components/button.js +190 -1
  351. package/js/umd/frozenproduct/small/dark/components/focus.js +54 -0
  352. package/js/umd/frozenproduct/small/dark/components/link.js +36 -0
  353. package/js/umd/frozenproduct/small/dark/components/table.js +15 -0
  354. package/js/umd/frozenproduct/small/dark/mode.js +447 -26
  355. package/js/umd/frozenproduct/small/light/components/button.js +190 -1
  356. package/js/umd/frozenproduct/small/light/components/focus.js +54 -0
  357. package/js/umd/frozenproduct/small/light/components/link.js +36 -0
  358. package/js/umd/frozenproduct/small/light/components/table.js +15 -0
  359. package/js/umd/frozenproduct/small/light/mode.js +452 -31
  360. package/js/umd/marketing/large/dark/components/button.js +190 -1
  361. package/js/umd/marketing/large/dark/components/focus.js +54 -0
  362. package/js/umd/marketing/large/dark/components/link.js +36 -0
  363. package/js/umd/marketing/large/dark/components/table.js +15 -0
  364. package/js/umd/marketing/large/dark/mode.js +447 -26
  365. package/js/umd/marketing/large/light/components/button.js +190 -1
  366. package/js/umd/marketing/large/light/components/focus.js +54 -0
  367. package/js/umd/marketing/large/light/components/link.js +36 -0
  368. package/js/umd/marketing/large/light/components/table.js +15 -0
  369. package/js/umd/marketing/large/light/mode.js +452 -31
  370. package/js/umd/marketing/small/dark/components/button.js +190 -1
  371. package/js/umd/marketing/small/dark/components/focus.js +54 -0
  372. package/js/umd/marketing/small/dark/components/link.js +36 -0
  373. package/js/umd/marketing/small/dark/components/table.js +15 -0
  374. package/js/umd/marketing/small/dark/mode.js +447 -26
  375. package/js/umd/marketing/small/light/components/button.js +190 -1
  376. package/js/umd/marketing/small/light/components/focus.js +54 -0
  377. package/js/umd/marketing/small/light/components/link.js +36 -0
  378. package/js/umd/marketing/small/light/components/table.js +15 -0
  379. package/js/umd/marketing/small/light/mode.js +452 -31
  380. package/js/umd/product/large/dark/components/button.js +190 -1
  381. package/js/umd/product/large/dark/components/focus.js +54 -0
  382. package/js/umd/product/large/dark/components/link.js +36 -0
  383. package/js/umd/product/large/dark/components/table.js +15 -0
  384. package/js/umd/product/large/dark/mode.js +447 -26
  385. package/js/umd/product/large/light/components/button.js +190 -1
  386. package/js/umd/product/large/light/components/focus.js +54 -0
  387. package/js/umd/product/large/light/components/link.js +36 -0
  388. package/js/umd/product/large/light/components/table.js +15 -0
  389. package/js/umd/product/large/light/mode.js +452 -31
  390. package/js/umd/product/small/dark/components/button.js +190 -1
  391. package/js/umd/product/small/dark/components/focus.js +54 -0
  392. package/js/umd/product/small/dark/components/link.js +36 -0
  393. package/js/umd/product/small/dark/components/table.js +15 -0
  394. package/js/umd/product/small/dark/mode.js +447 -26
  395. package/js/umd/product/small/light/components/button.js +190 -1
  396. package/js/umd/product/small/light/components/focus.js +54 -0
  397. package/js/umd/product/small/light/components/link.js +36 -0
  398. package/js/umd/product/small/light/components/table.js +15 -0
  399. package/js/umd/product/small/light/mode.js +452 -31
  400. package/json/flat/frozenproduct/large/dark/components/button.json +10 -1
  401. package/json/flat/frozenproduct/large/dark/components/focus.json +4 -0
  402. package/json/flat/frozenproduct/large/dark/components/link.json +2 -0
  403. package/json/flat/frozenproduct/large/dark/components/table.json +1 -0
  404. package/json/flat/frozenproduct/large/dark/mode.json +16 -3
  405. package/json/flat/frozenproduct/large/light/components/button.json +10 -1
  406. package/json/flat/frozenproduct/large/light/components/focus.json +4 -0
  407. package/json/flat/frozenproduct/large/light/components/link.json +2 -0
  408. package/json/flat/frozenproduct/large/light/components/table.json +1 -0
  409. package/json/flat/frozenproduct/large/light/mode.json +16 -3
  410. package/json/flat/frozenproduct/small/dark/components/button.json +10 -1
  411. package/json/flat/frozenproduct/small/dark/components/focus.json +4 -0
  412. package/json/flat/frozenproduct/small/dark/components/link.json +2 -0
  413. package/json/flat/frozenproduct/small/dark/components/table.json +1 -0
  414. package/json/flat/frozenproduct/small/dark/mode.json +16 -3
  415. package/json/flat/frozenproduct/small/light/components/button.json +10 -1
  416. package/json/flat/frozenproduct/small/light/components/focus.json +4 -0
  417. package/json/flat/frozenproduct/small/light/components/link.json +2 -0
  418. package/json/flat/frozenproduct/small/light/components/table.json +1 -0
  419. package/json/flat/frozenproduct/small/light/mode.json +16 -3
  420. package/json/flat/marketing/large/dark/components/button.json +10 -1
  421. package/json/flat/marketing/large/dark/components/focus.json +4 -0
  422. package/json/flat/marketing/large/dark/components/link.json +2 -0
  423. package/json/flat/marketing/large/dark/components/table.json +1 -0
  424. package/json/flat/marketing/large/dark/mode.json +16 -3
  425. package/json/flat/marketing/large/light/components/button.json +10 -1
  426. package/json/flat/marketing/large/light/components/focus.json +4 -0
  427. package/json/flat/marketing/large/light/components/link.json +2 -0
  428. package/json/flat/marketing/large/light/components/table.json +1 -0
  429. package/json/flat/marketing/large/light/mode.json +16 -3
  430. package/json/flat/marketing/small/dark/components/button.json +10 -1
  431. package/json/flat/marketing/small/dark/components/focus.json +4 -0
  432. package/json/flat/marketing/small/dark/components/link.json +2 -0
  433. package/json/flat/marketing/small/dark/components/table.json +1 -0
  434. package/json/flat/marketing/small/dark/mode.json +16 -3
  435. package/json/flat/marketing/small/light/components/button.json +10 -1
  436. package/json/flat/marketing/small/light/components/focus.json +4 -0
  437. package/json/flat/marketing/small/light/components/link.json +2 -0
  438. package/json/flat/marketing/small/light/components/table.json +1 -0
  439. package/json/flat/marketing/small/light/mode.json +16 -3
  440. package/json/flat/product/large/dark/components/button.json +10 -1
  441. package/json/flat/product/large/dark/components/focus.json +4 -0
  442. package/json/flat/product/large/dark/components/link.json +2 -0
  443. package/json/flat/product/large/dark/components/table.json +1 -0
  444. package/json/flat/product/large/dark/mode.json +16 -3
  445. package/json/flat/product/large/light/components/button.json +10 -1
  446. package/json/flat/product/large/light/components/focus.json +4 -0
  447. package/json/flat/product/large/light/components/link.json +2 -0
  448. package/json/flat/product/large/light/components/table.json +1 -0
  449. package/json/flat/product/large/light/mode.json +16 -3
  450. package/json/flat/product/small/dark/components/button.json +10 -1
  451. package/json/flat/product/small/dark/components/focus.json +4 -0
  452. package/json/flat/product/small/dark/components/link.json +2 -0
  453. package/json/flat/product/small/dark/components/table.json +1 -0
  454. package/json/flat/product/small/dark/mode.json +16 -3
  455. package/json/flat/product/small/light/components/button.json +10 -1
  456. package/json/flat/product/small/light/components/focus.json +4 -0
  457. package/json/flat/product/small/light/components/link.json +2 -0
  458. package/json/flat/product/small/light/components/table.json +1 -0
  459. package/json/flat/product/small/light/mode.json +16 -3
  460. package/json/nested/frozenproduct/large/dark/components/button.json +13 -2
  461. package/json/nested/frozenproduct/large/dark/components/focus.json +7 -1
  462. package/json/nested/frozenproduct/large/dark/components/link.json +5 -1
  463. package/json/nested/frozenproduct/large/dark/components/table.json +1 -0
  464. package/json/nested/frozenproduct/large/dark/mode.json +22 -5
  465. package/json/nested/frozenproduct/large/light/components/button.json +13 -2
  466. package/json/nested/frozenproduct/large/light/components/focus.json +7 -1
  467. package/json/nested/frozenproduct/large/light/components/link.json +5 -1
  468. package/json/nested/frozenproduct/large/light/components/table.json +1 -0
  469. package/json/nested/frozenproduct/large/light/mode.json +22 -5
  470. package/json/nested/frozenproduct/small/dark/components/button.json +13 -2
  471. package/json/nested/frozenproduct/small/dark/components/focus.json +7 -1
  472. package/json/nested/frozenproduct/small/dark/components/link.json +5 -1
  473. package/json/nested/frozenproduct/small/dark/components/table.json +1 -0
  474. package/json/nested/frozenproduct/small/dark/mode.json +22 -5
  475. package/json/nested/frozenproduct/small/light/components/button.json +13 -2
  476. package/json/nested/frozenproduct/small/light/components/focus.json +7 -1
  477. package/json/nested/frozenproduct/small/light/components/link.json +5 -1
  478. package/json/nested/frozenproduct/small/light/components/table.json +1 -0
  479. package/json/nested/frozenproduct/small/light/mode.json +22 -5
  480. package/json/nested/marketing/large/dark/components/button.json +13 -2
  481. package/json/nested/marketing/large/dark/components/focus.json +7 -1
  482. package/json/nested/marketing/large/dark/components/link.json +5 -1
  483. package/json/nested/marketing/large/dark/components/table.json +1 -0
  484. package/json/nested/marketing/large/dark/mode.json +22 -5
  485. package/json/nested/marketing/large/light/components/button.json +13 -2
  486. package/json/nested/marketing/large/light/components/focus.json +7 -1
  487. package/json/nested/marketing/large/light/components/link.json +5 -1
  488. package/json/nested/marketing/large/light/components/table.json +1 -0
  489. package/json/nested/marketing/large/light/mode.json +22 -5
  490. package/json/nested/marketing/small/dark/components/button.json +13 -2
  491. package/json/nested/marketing/small/dark/components/focus.json +7 -1
  492. package/json/nested/marketing/small/dark/components/link.json +5 -1
  493. package/json/nested/marketing/small/dark/components/table.json +1 -0
  494. package/json/nested/marketing/small/dark/mode.json +22 -5
  495. package/json/nested/marketing/small/light/components/button.json +13 -2
  496. package/json/nested/marketing/small/light/components/focus.json +7 -1
  497. package/json/nested/marketing/small/light/components/link.json +5 -1
  498. package/json/nested/marketing/small/light/components/table.json +1 -0
  499. package/json/nested/marketing/small/light/mode.json +22 -5
  500. package/json/nested/product/large/dark/components/button.json +13 -2
  501. package/json/nested/product/large/dark/components/focus.json +7 -1
  502. package/json/nested/product/large/dark/components/link.json +5 -1
  503. package/json/nested/product/large/dark/components/table.json +1 -0
  504. package/json/nested/product/large/dark/mode.json +22 -5
  505. package/json/nested/product/large/light/components/button.json +13 -2
  506. package/json/nested/product/large/light/components/focus.json +7 -1
  507. package/json/nested/product/large/light/components/link.json +5 -1
  508. package/json/nested/product/large/light/components/table.json +1 -0
  509. package/json/nested/product/large/light/mode.json +22 -5
  510. package/json/nested/product/small/dark/components/button.json +13 -2
  511. package/json/nested/product/small/dark/components/focus.json +7 -1
  512. package/json/nested/product/small/dark/components/link.json +5 -1
  513. package/json/nested/product/small/dark/components/table.json +1 -0
  514. package/json/nested/product/small/dark/mode.json +22 -5
  515. package/json/nested/product/small/light/components/button.json +13 -2
  516. package/json/nested/product/small/light/components/focus.json +7 -1
  517. package/json/nested/product/small/light/components/link.json +5 -1
  518. package/json/nested/product/small/light/components/table.json +1 -0
  519. package/json/nested/product/small/light/mode.json +22 -5
  520. package/package.json +1 -1
  521. package/sage-design-tokens-13.2.0.tgz +0 -0
  522. package/scss/frozenproduct/large/components/button.scss +16 -7
  523. package/scss/frozenproduct/large/components/focus.scss +4 -0
  524. package/scss/frozenproduct/large/components/link.scss +2 -0
  525. package/scss/frozenproduct/large/components/table.scss +1 -0
  526. package/scss/frozenproduct/large/dark.scss +16 -3
  527. package/scss/frozenproduct/large/light.scss +16 -3
  528. package/scss/frozenproduct/small/components/button.scss +16 -7
  529. package/scss/frozenproduct/small/components/focus.scss +4 -0
  530. package/scss/frozenproduct/small/components/link.scss +2 -0
  531. package/scss/frozenproduct/small/components/table.scss +1 -0
  532. package/scss/frozenproduct/small/dark.scss +16 -3
  533. package/scss/frozenproduct/small/light.scss +16 -3
  534. package/scss/marketing/large/components/button.scss +27 -18
  535. package/scss/marketing/large/components/container.scss +9 -9
  536. package/scss/marketing/large/components/focus.scss +4 -0
  537. package/scss/marketing/large/components/form.scss +7 -7
  538. package/scss/marketing/large/components/link.scss +4 -2
  539. package/scss/marketing/large/components/nav.scss +5 -5
  540. package/scss/marketing/large/components/page.scss +1 -1
  541. package/scss/marketing/large/components/popover.scss +2 -2
  542. package/scss/marketing/large/components/progress.scss +6 -6
  543. package/scss/marketing/large/components/status.scss +3 -3
  544. package/scss/marketing/large/components/tab.scss +7 -7
  545. package/scss/marketing/large/components/table.scss +11 -10
  546. package/scss/marketing/large/dark.scss +16 -3
  547. package/scss/marketing/large/light.scss +16 -3
  548. package/scss/marketing/small/components/button.scss +16 -7
  549. package/scss/marketing/small/components/focus.scss +4 -0
  550. package/scss/marketing/small/components/link.scss +2 -0
  551. package/scss/marketing/small/components/table.scss +1 -0
  552. package/scss/marketing/small/dark.scss +16 -3
  553. package/scss/marketing/small/light.scss +16 -3
  554. package/scss/product/large/components/button.scss +27 -18
  555. package/scss/product/large/components/container.scss +9 -9
  556. package/scss/product/large/components/focus.scss +4 -0
  557. package/scss/product/large/components/form.scss +7 -7
  558. package/scss/product/large/components/link.scss +4 -2
  559. package/scss/product/large/components/nav.scss +5 -5
  560. package/scss/product/large/components/page.scss +1 -1
  561. package/scss/product/large/components/popover.scss +2 -2
  562. package/scss/product/large/components/progress.scss +6 -6
  563. package/scss/product/large/components/status.scss +3 -3
  564. package/scss/product/large/components/tab.scss +7 -7
  565. package/scss/product/large/components/table.scss +11 -10
  566. package/scss/product/large/dark.scss +16 -3
  567. package/scss/product/large/light.scss +16 -3
  568. package/scss/product/small/components/button.scss +16 -7
  569. package/scss/product/small/components/focus.scss +4 -0
  570. package/scss/product/small/components/link.scss +2 -0
  571. package/scss/product/small/components/table.scss +1 -0
  572. package/scss/product/small/dark.scss +16 -3
  573. package/scss/product/small/light.scss +16 -3
  574. package/sage-design-tokens-13.1.0.tgz +0 -0
@@ -1453,14 +1453,33 @@
1453
1453
  path: ["modes", "color", "interactive", "danger", "hover"],
1454
1454
  },
1455
1455
  hoverAlt: {
1456
+ $extensions: {
1457
+ "studio.tokens": {
1458
+ modify: {
1459
+ type: "alpha",
1460
+ value: "0.08",
1461
+ space: "lch",
1462
+ format: "hex",
1463
+ },
1464
+ },
1465
+ },
1456
1466
  $type: "color",
1457
- $value: "#f9d1cf",
1467
+ $value: "#cd384b14",
1458
1468
  $description: "used on secondary-button hover states",
1459
1469
  filePath: "data/tokens/modes/light.json",
1460
1470
  isSource: true,
1461
1471
  original: {
1472
+ $extensions: {
1473
+ "studio.tokens": {
1474
+ modify: {
1475
+ type: "alpha",
1476
+ value: "{modes.color.modifiers.button.hoverAlt}",
1477
+ space: "lch",
1478
+ },
1479
+ },
1480
+ },
1462
1481
  $type: "color",
1463
- $value: "{modes.color.status.negative.hoverAlt}",
1482
+ $value: "{modes.color.interactive.danger.default}",
1464
1483
  $description: "used on secondary-button hover states",
1465
1484
  },
1466
1485
  name: "modesColorInteractiveDangerHoverAlt",
@@ -1510,7 +1529,7 @@
1510
1529
  isSource: true,
1511
1530
  original: {
1512
1531
  $type: "color",
1513
- $value: "{modes.color.generic.fg.nought}",
1532
+ $value: "{primitives.colors.white}",
1514
1533
  },
1515
1534
  name: "modesColorInteractiveDangerWithActive",
1516
1535
  attributes: {},
@@ -1523,12 +1542,289 @@
1523
1542
  isSource: true,
1524
1543
  original: {
1525
1544
  $type: "color",
1526
- $value: "{modes.color.generic.fg.nought}",
1545
+ $value: "{primitives.colors.white}",
1527
1546
  },
1528
1547
  name: "modesColorInteractiveDangerWithDefault",
1529
1548
  attributes: {},
1530
1549
  path: ["modes", "color", "interactive", "danger", "withDefault"],
1531
1550
  },
1551
+ inverse: {
1552
+ active: {
1553
+ $extensions: {
1554
+ "studio.tokens": {
1555
+ modify: {
1556
+ type: "mix",
1557
+ value: "0.32",
1558
+ space: "lch",
1559
+ color: "#FFFFFF ",
1560
+ format: "hex",
1561
+ },
1562
+ },
1563
+ },
1564
+ $type: "color",
1565
+ $value: "#f28486",
1566
+ $description: "used on pill hover states",
1567
+ filePath: "data/tokens/modes/light.json",
1568
+ isSource: true,
1569
+ original: {
1570
+ $extensions: {
1571
+ "studio.tokens": {
1572
+ modify: {
1573
+ type: "mix",
1574
+ value: "{modes.color.modifiers.button.active}",
1575
+ space: "lch",
1576
+ color: "{modes.color.modifier.contrastLess} ",
1577
+ },
1578
+ },
1579
+ },
1580
+ $type: "color",
1581
+ $value: "{modes.color.interactive.danger.inverse.default}",
1582
+ $description: "used on pill hover states",
1583
+ },
1584
+ name: "modesColorInteractiveDangerInverseActive",
1585
+ attributes: {},
1586
+ path: [
1587
+ "modes",
1588
+ "color",
1589
+ "interactive",
1590
+ "danger",
1591
+ "inverse",
1592
+ "active",
1593
+ ],
1594
+ },
1595
+ default: {
1596
+ $type: "color",
1597
+ $value: "#E13E53",
1598
+ filePath: "data/tokens/modes/light.json",
1599
+ isSource: true,
1600
+ original: {
1601
+ $type: "color",
1602
+ $value: "{primitives.colors.blush}",
1603
+ },
1604
+ name: "modesColorInteractiveDangerInverseDefault",
1605
+ attributes: {},
1606
+ path: [
1607
+ "modes",
1608
+ "color",
1609
+ "interactive",
1610
+ "danger",
1611
+ "inverse",
1612
+ "default",
1613
+ ],
1614
+ },
1615
+ defaultAlt: {
1616
+ $extensions: {
1617
+ "studio.tokens": {
1618
+ modify: {
1619
+ type: "mix",
1620
+ value: "0.12",
1621
+ space: "lch",
1622
+ color: "#FFFFFF ",
1623
+ format: "hex",
1624
+ },
1625
+ },
1626
+ },
1627
+ $type: "color",
1628
+ $value: "#e85b66",
1629
+ $description: "For links in datatables",
1630
+ filePath: "data/tokens/modes/light.json",
1631
+ isSource: true,
1632
+ original: {
1633
+ $extensions: {
1634
+ "studio.tokens": {
1635
+ modify: {
1636
+ type: "mix",
1637
+ value: "0.12",
1638
+ space: "lch",
1639
+ color: "{modes.color.modifier.contrastLess} ",
1640
+ },
1641
+ },
1642
+ },
1643
+ $type: "color",
1644
+ $value: "{modes.color.interactive.danger.inverse.default}",
1645
+ $description: "For links in datatables",
1646
+ },
1647
+ name: "modesColorInteractiveDangerInverseDefaultAlt",
1648
+ attributes: {},
1649
+ path: [
1650
+ "modes",
1651
+ "color",
1652
+ "interactive",
1653
+ "danger",
1654
+ "inverse",
1655
+ "defaultAlt",
1656
+ ],
1657
+ },
1658
+ hover: {
1659
+ $extensions: {
1660
+ "studio.tokens": {
1661
+ modify: {
1662
+ type: "mix",
1663
+ value: "0.16",
1664
+ space: "lch",
1665
+ color: "#FFFFFF ",
1666
+ format: "hex",
1667
+ },
1668
+ },
1669
+ },
1670
+ $type: "color",
1671
+ $value: "#eb646c",
1672
+ $description:
1673
+ "used on solid-pill and primary-button hover states",
1674
+ filePath: "data/tokens/modes/light.json",
1675
+ isSource: true,
1676
+ original: {
1677
+ $extensions: {
1678
+ "studio.tokens": {
1679
+ modify: {
1680
+ type: "mix",
1681
+ value: "{modes.color.modifiers.button.hover}",
1682
+ space: "lch",
1683
+ color: "{modes.color.modifier.contrastLess} ",
1684
+ },
1685
+ },
1686
+ },
1687
+ $type: "color",
1688
+ $value: "{modes.color.interactive.danger.inverse.default}",
1689
+ $description:
1690
+ "used on solid-pill and primary-button hover states",
1691
+ },
1692
+ name: "modesColorInteractiveDangerInverseHover",
1693
+ attributes: {},
1694
+ path: [
1695
+ "modes",
1696
+ "color",
1697
+ "interactive",
1698
+ "danger",
1699
+ "inverse",
1700
+ "hover",
1701
+ ],
1702
+ },
1703
+ hoverAlt: {
1704
+ $extensions: {
1705
+ "studio.tokens": {
1706
+ modify: {
1707
+ type: "alpha",
1708
+ value: "0.08",
1709
+ space: "lch",
1710
+ format: "hex",
1711
+ },
1712
+ },
1713
+ },
1714
+ $type: "color",
1715
+ $value: "#e13e5314",
1716
+ $description: "used on secondary-button hover states",
1717
+ filePath: "data/tokens/modes/light.json",
1718
+ isSource: true,
1719
+ original: {
1720
+ $extensions: {
1721
+ "studio.tokens": {
1722
+ modify: {
1723
+ type: "alpha",
1724
+ value: "{modes.color.modifiers.button.hoverAlt}",
1725
+ space: "lch",
1726
+ },
1727
+ },
1728
+ },
1729
+ $type: "color",
1730
+ $value: "{modes.color.interactive.danger.inverse.default}",
1731
+ $description: "used on secondary-button hover states",
1732
+ },
1733
+ name: "modesColorInteractiveDangerInverseHoverAlt",
1734
+ attributes: {},
1735
+ path: [
1736
+ "modes",
1737
+ "color",
1738
+ "interactive",
1739
+ "danger",
1740
+ "inverse",
1741
+ "hoverAlt",
1742
+ ],
1743
+ },
1744
+ hoverAlt2: {
1745
+ $extensions: {
1746
+ "studio.tokens": {
1747
+ modify: {
1748
+ type: "mix",
1749
+ value: "0.08",
1750
+ space: "lch",
1751
+ color: "#FFFFFF ",
1752
+ format: "hex",
1753
+ },
1754
+ },
1755
+ },
1756
+ $type: "color",
1757
+ $value: "#ec6a71",
1758
+ $description: "used on link hover state",
1759
+ filePath: "data/tokens/modes/light.json",
1760
+ isSource: true,
1761
+ original: {
1762
+ $extensions: {
1763
+ "studio.tokens": {
1764
+ modify: {
1765
+ type: "mix",
1766
+ value: "{modes.color.modifiers.button.hoverAlt}",
1767
+ space: "lch",
1768
+ color: "{modes.color.modifier.contrastLess} ",
1769
+ },
1770
+ },
1771
+ },
1772
+ $type: "color",
1773
+ $value: "{modes.color.interactive.danger.inverse.defaultAlt}",
1774
+ $description: "used on link hover state",
1775
+ },
1776
+ name: "modesColorInteractiveDangerInverseHoverAlt2",
1777
+ attributes: {},
1778
+ path: [
1779
+ "modes",
1780
+ "color",
1781
+ "interactive",
1782
+ "danger",
1783
+ "inverse",
1784
+ "hoverAlt2",
1785
+ ],
1786
+ },
1787
+ withActive: {
1788
+ $type: "color",
1789
+ $value: "#000000",
1790
+ filePath: "data/tokens/modes/light.json",
1791
+ isSource: true,
1792
+ original: {
1793
+ $type: "color",
1794
+ $value: "{primitives.colors.black}",
1795
+ },
1796
+ name: "modesColorInteractiveDangerInverseWithActive",
1797
+ attributes: {},
1798
+ path: [
1799
+ "modes",
1800
+ "color",
1801
+ "interactive",
1802
+ "danger",
1803
+ "inverse",
1804
+ "withActive",
1805
+ ],
1806
+ },
1807
+ withDefault: {
1808
+ $type: "color",
1809
+ $value: "#000000",
1810
+ filePath: "data/tokens/modes/light.json",
1811
+ isSource: true,
1812
+ original: {
1813
+ $type: "color",
1814
+ $value: "{primitives.colors.black}",
1815
+ },
1816
+ name: "modesColorInteractiveDangerInverseWithDefault",
1817
+ attributes: {},
1818
+ path: [
1819
+ "modes",
1820
+ "color",
1821
+ "interactive",
1822
+ "danger",
1823
+ "inverse",
1824
+ "withDefault",
1825
+ ],
1826
+ },
1827
+ },
1532
1828
  },
1533
1829
  dataEntry: {
1534
1830
  default: {
@@ -1763,6 +2059,32 @@
1763
2059
  },
1764
2060
  },
1765
2061
  focus: {
2062
+ default: {
2063
+ $type: "color",
2064
+ $value: "#000000",
2065
+ filePath: "data/tokens/modes/light.json",
2066
+ isSource: true,
2067
+ original: {
2068
+ $type: "color",
2069
+ $value: "{primitives.colors.black}",
2070
+ },
2071
+ name: "modesColorInteractiveFocusDefault",
2072
+ attributes: {},
2073
+ path: ["modes", "color", "interactive", "focus", "default"],
2074
+ },
2075
+ content: {
2076
+ $type: "color",
2077
+ $value: "#000000",
2078
+ filePath: "data/tokens/modes/light.json",
2079
+ isSource: true,
2080
+ original: {
2081
+ $type: "color",
2082
+ $value: "{primitives.colors.black}",
2083
+ },
2084
+ name: "modesColorInteractiveFocusContent",
2085
+ attributes: {},
2086
+ path: ["modes", "color", "interactive", "focus", "content"],
2087
+ },
1766
2088
  withDefault: {
1767
2089
  $type: "color",
1768
2090
  $value: "#FFB500",
@@ -1816,31 +2138,108 @@
1816
2138
  "withDefaultAlt",
1817
2139
  ],
1818
2140
  },
1819
- default: {
1820
- $type: "color",
1821
- $value: "#000000",
1822
- filePath: "data/tokens/modes/light.json",
1823
- isSource: true,
1824
- original: {
2141
+ inverse: {
2142
+ default: {
1825
2143
  $type: "color",
1826
- $value: "{primitives.colors.black}",
2144
+ $value: "#FFB500",
2145
+ filePath: "data/tokens/modes/light.json",
2146
+ isSource: true,
2147
+ original: {
2148
+ $type: "color",
2149
+ $value: "{primitives.colors.gold}",
2150
+ },
2151
+ name: "modesColorInteractiveFocusInverseDefault",
2152
+ attributes: {},
2153
+ path: [
2154
+ "modes",
2155
+ "color",
2156
+ "interactive",
2157
+ "focus",
2158
+ "inverse",
2159
+ "default",
2160
+ ],
1827
2161
  },
1828
- name: "modesColorInteractiveFocusDefault",
1829
- attributes: {},
1830
- path: ["modes", "color", "interactive", "focus", "default"],
1831
- },
1832
- content: {
1833
- $type: "color",
1834
- $value: "#000000",
1835
- filePath: "data/tokens/modes/light.json",
1836
- isSource: true,
1837
- original: {
2162
+ content: {
1838
2163
  $type: "color",
1839
- $value: "{modes.color.generic.content.extreme}",
2164
+ $value: "#FFFFFF",
2165
+ filePath: "data/tokens/modes/light.json",
2166
+ isSource: true,
2167
+ original: {
2168
+ $type: "color",
2169
+ $value: "{primitives.colors.white}",
2170
+ },
2171
+ name: "modesColorInteractiveFocusInverseContent",
2172
+ attributes: {},
2173
+ path: [
2174
+ "modes",
2175
+ "color",
2176
+ "interactive",
2177
+ "focus",
2178
+ "inverse",
2179
+ "content",
2180
+ ],
2181
+ },
2182
+ withDefault: {
2183
+ $type: "color",
2184
+ $value: "#000000",
2185
+ filePath: "data/tokens/modes/light.json",
2186
+ isSource: true,
2187
+ original: {
2188
+ $type: "color",
2189
+ $value: "{primitives.colors.black}",
2190
+ },
2191
+ name: "modesColorInteractiveFocusInverseWithDefault",
2192
+ attributes: {},
2193
+ path: [
2194
+ "modes",
2195
+ "color",
2196
+ "interactive",
2197
+ "focus",
2198
+ "inverse",
2199
+ "withDefault",
2200
+ ],
2201
+ },
2202
+ withDefaultAlt: {
2203
+ $extensions: {
2204
+ "studio.tokens": {
2205
+ modify: {
2206
+ type: "mix",
2207
+ value: "0.4",
2208
+ space: "lch",
2209
+ color: "#000000 ",
2210
+ format: "hex",
2211
+ },
2212
+ },
2213
+ },
2214
+ $type: "color",
2215
+ $value: "#926916",
2216
+ filePath: "data/tokens/modes/light.json",
2217
+ isSource: true,
2218
+ original: {
2219
+ $extensions: {
2220
+ "studio.tokens": {
2221
+ modify: {
2222
+ type: "mix",
2223
+ value: "0.4",
2224
+ space: "lch",
2225
+ color: "{modes.color.modifier.contrastMore} ",
2226
+ },
2227
+ },
2228
+ },
2229
+ $type: "color",
2230
+ $value: "{primitives.colors.gold}",
2231
+ },
2232
+ name: "modesColorInteractiveFocusInverseWithDefaultAlt",
2233
+ attributes: {},
2234
+ path: [
2235
+ "modes",
2236
+ "color",
2237
+ "interactive",
2238
+ "focus",
2239
+ "inverse",
2240
+ "withDefaultAlt",
2241
+ ],
1840
2242
  },
1841
- name: "modesColorInteractiveFocusContent",
1842
- attributes: {},
1843
- path: ["modes", "color", "interactive", "focus", "content"],
1844
2243
  },
1845
2244
  },
1846
2245
  inactive: {
@@ -2089,6 +2488,28 @@
2089
2488
  "content",
2090
2489
  ],
2091
2490
  },
2491
+ contentAlt: {
2492
+ $type: "color",
2493
+ $value: "#000000",
2494
+ $description: " Disabled labels inside buttons and Switch.",
2495
+ filePath: "data/tokens/modes/light.json",
2496
+ isSource: true,
2497
+ original: {
2498
+ $type: "color",
2499
+ $value: "{primitives.colors.black}",
2500
+ $description: " Disabled labels inside buttons and Switch.",
2501
+ },
2502
+ name: "modesColorInteractiveInactiveInverseContentAlt",
2503
+ attributes: {},
2504
+ path: [
2505
+ "modes",
2506
+ "color",
2507
+ "interactive",
2508
+ "inactive",
2509
+ "inverse",
2510
+ "contentAlt",
2511
+ ],
2512
+ },
2092
2513
  },
2093
2514
  },
2094
2515
  monochrome: {
@@ -3579,7 +4000,7 @@
3579
4000
  isSource: true,
3580
4001
  original: {
3581
4002
  $type: "color",
3582
- $value: "{modes.color.generic.content.nought}",
4003
+ $value: "{primitives.colors.white}",
3583
4004
  },
3584
4005
  name: "modesColorInteractivePrimaryWithActive",
3585
4006
  attributes: {},
@@ -3592,7 +4013,7 @@
3592
4013
  isSource: true,
3593
4014
  original: {
3594
4015
  $type: "color",
3595
- $value: "{modes.color.generic.content.nought}",
4016
+ $value: "{primitives.colors.white}",
3596
4017
  },
3597
4018
  name: "modesColorInteractivePrimaryWithDefault",
3598
4019
  attributes: {},
@@ -3605,7 +4026,7 @@
3605
4026
  isSource: true,
3606
4027
  original: {
3607
4028
  $type: "color",
3608
- $value: "{modes.color.generic.content.nought}",
4029
+ $value: "{primitives.colors.white}",
3609
4030
  },
3610
4031
  name: "modesColorInteractivePrimaryWithHover",
3611
4032
  attributes: {},
@@ -4264,7 +4685,7 @@
4264
4685
  isSource: true,
4265
4686
  original: {
4266
4687
  $type: "color",
4267
- $value: "{modes.color.generic.content.extreme}",
4688
+ $value: "{primitives.colors.black}",
4268
4689
  },
4269
4690
  name: "modesColorInteractivePrimaryInverseWithActive",
4270
4691
  attributes: {},
@@ -4284,7 +4705,7 @@
4284
4705
  isSource: true,
4285
4706
  original: {
4286
4707
  $type: "color",
4287
- $value: "{modes.color.generic.content.extreme}",
4708
+ $value: "{primitives.colors.black}",
4288
4709
  },
4289
4710
  name: "modesColorInteractivePrimaryInverseWithDefault",
4290
4711
  attributes: {},
@@ -4304,7 +4725,7 @@
4304
4725
  isSource: true,
4305
4726
  original: {
4306
4727
  $type: "color",
4307
- $value: "{modes.color.generic.content.extreme}",
4728
+ $value: "{primitives.colors.black}",
4308
4729
  },
4309
4730
  name: "modesColorInteractivePrimaryInverseWithHover",
4310
4731
  attributes: {},
@@ -136,7 +136,7 @@
136
136
  "buttonColorDestructivePrimaryLabelDisabled": "#000000",
137
137
  "buttonColorDestructivePrimaryLabelEnabled": "#000000",
138
138
  "buttonColorDestructivePrimaryLabelHover": "#000000",
139
- "buttonColorDestructiveSecondaryBgHover": "#3f1a1c",
139
+ "buttonColorDestructiveSecondaryBgHover": "#e13e5314",
140
140
  "buttonColorDestructiveSecondaryBorderDisabled": "#4b4b4b",
141
141
  "buttonColorDestructiveSecondaryBorderEnabled": "#E13E53",
142
142
  "buttonColorDestructiveSecondaryBorderHover": "#eb646c",
@@ -152,6 +152,15 @@
152
152
  "buttonColorTypicalPrimaryLabelDisabled": "#000000",
153
153
  "buttonColorTypicalPrimaryLabelEnabled": "#000000",
154
154
  "buttonColorTypicalPrimaryLabelHover": "#000000",
155
+ "buttonColorTypicalPrimaryInverseBgActive": "#14571a",
156
+ "buttonColorTypicalPrimaryInverseBgDefault": "#FFFFFF",
157
+ "buttonColorTypicalPrimaryInverseBgDisabled": "#a6a6a6",
158
+ "buttonColorTypicalPrimaryInverseBgEnabled": "#00811F",
159
+ "buttonColorTypicalPrimaryInverseBgHover": "#0e6b1d",
160
+ "buttonColorTypicalPrimaryInverseLabelActive": "#FFFFFF",
161
+ "buttonColorTypicalPrimaryInverseLabelDisabled": "#FFFFFF",
162
+ "buttonColorTypicalPrimaryInverseLabelEnabled": "#FFFFFF",
163
+ "buttonColorTypicalPrimaryInverseLabelHover": "#FFFFFF",
155
164
  "buttonColorTypicalSecondaryBgActive": "#00d63952",
156
165
  "buttonColorTypicalSecondaryBgHover": "#00d63914",
157
166
  "buttonColorTypicalSecondaryBorderActive": "#81e57d",
@@ -3,6 +3,10 @@
3
3
  "focusColorBorderalt": "#FFB500",
4
4
  "focusColorBorder": "#000000",
5
5
  "focusColorLabel": "#FFFFFF",
6
+ "focusColorInverseBg": "#ffd27e",
7
+ "focusColorInverseBorderalt": "#000000",
8
+ "focusColorInverseBorder": "#FFB500",
9
+ "focusColorInverseLabel": "#000000",
6
10
  "focusSizeUnderline": 4,
7
11
  "focusBorderwidthSecondary": 2,
8
12
  "focusBorderwidthInner": 2,
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "linkColorDestructiveLabelDefault": "#e85b66",
3
3
  "linkColorDestructiveLabelHover": "#ec6a71",
4
+ "linkColorDestructiveInverseLabelDefault": "#b23342",
5
+ "linkColorDestructiveInverseLabelHover": "#a3303d",
4
6
  "linkColorTypicalLabelDefault": "#4cdc55",
5
7
  "linkColorTypicalLabelHover": "#73e372",
6
8
  "linkColorTypicalInverseLabelDefault": "#0c711d",
@@ -34,6 +34,7 @@
34
34
  "tableBorderwidthThin": 1,
35
35
  "tableBorderwidthThick": 2,
36
36
  "tableSpaceNone": 0,
37
+ "tableSpaceYg": 4,
37
38
  "tableSpaceRowXXs": 8,
38
39
  "tableSpaceRowXS": 16,
39
40
  "tableSpaceRowXM": 16,
@@ -63,10 +63,18 @@
63
63
  "modesColorInteractiveDangerDefault": "#E13E53",
64
64
  "modesColorInteractiveDangerDefaultAlt": "#e85b66",
65
65
  "modesColorInteractiveDangerHover": "#eb646c",
66
- "modesColorInteractiveDangerHoverAlt": "#3f1a1c",
66
+ "modesColorInteractiveDangerHoverAlt": "#e13e5314",
67
67
  "modesColorInteractiveDangerHoverAlt2": "#ec6a71",
68
68
  "modesColorInteractiveDangerWithActive": "#000000",
69
69
  "modesColorInteractiveDangerWithDefault": "#000000",
70
+ "modesColorInteractiveDangerInverseActive": "#882b34",
71
+ "modesColorInteractiveDangerInverseDefault": "#CD384B",
72
+ "modesColorInteractiveDangerInverseDefaultAlt": "#b23342",
73
+ "modesColorInteractiveDangerInverseHover": "#aa323f",
74
+ "modesColorInteractiveDangerInverseHoverAlt": "#cd384b14",
75
+ "modesColorInteractiveDangerInverseHoverAlt2": "#a3303d",
76
+ "modesColorInteractiveDangerInverseWithActive": "#FFFFFF",
77
+ "modesColorInteractiveDangerInverseWithDefault": "#FFFFFF",
70
78
  "modesColorInteractiveDataEntryDefault": "#000000",
71
79
  "modesColorInteractiveDataEntryWithActive": "#FFFFFF",
72
80
  "modesColorInteractiveDataEntryWithActiveAlt": "#000000",
@@ -77,10 +85,14 @@
77
85
  "modesColorInteractiveDataEntryContent": "#fffffff2",
78
86
  "modesColorInteractiveDataEntryContentAlt": "#ffffff8c",
79
87
  "modesColorInteractiveDataEntryFrozenWithDefault": "#777",
80
- "modesColorInteractiveFocusWithDefault": "#000000",
88
+ "modesColorInteractiveFocusDefault": "#FFB500",
81
89
  "modesColorInteractiveFocusContent": "#FFFFFF",
90
+ "modesColorInteractiveFocusWithDefault": "#000000",
82
91
  "modesColorInteractiveFocusWithDefaultAlt": "#926916",
83
- "modesColorInteractiveFocusDefault": "#FFB500",
92
+ "modesColorInteractiveFocusInverseDefault": "#000000",
93
+ "modesColorInteractiveFocusInverseContent": "#000000",
94
+ "modesColorInteractiveFocusInverseWithDefault": "#FFB500",
95
+ "modesColorInteractiveFocusInverseWithDefaultAlt": "#ffd27e",
84
96
  "modesColorInteractiveInactiveDefault": "#4b4b4b",
85
97
  "modesColorInteractiveInactiveMask": "#FFFFFF",
86
98
  "modesColorInteractiveInactiveDefaultAlt": "#0e0e0e",
@@ -91,6 +103,7 @@
91
103
  "modesColorInteractiveInactiveFrozenDefaultAlt": "#0e0e0e",
92
104
  "modesColorInteractiveInactiveInverseDefault": "#a6a6a6",
93
105
  "modesColorInteractiveInactiveInverseContent": "#0000006b",
106
+ "modesColorInteractiveInactiveInverseContentAlt": "#FFFFFF",
94
107
  "modesColorInteractiveMonochromeActive": "#FFFFFF",
95
108
  "modesColorInteractiveMonochromeActiveAlt": "#ffffff29",
96
109
  "modesColorInteractiveMonochromeDefault": "#ffffffe6",