@sage/design-tokens 5.2.0 → 6.0.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 (374) hide show
  1. package/css/frozenproduct/all.css +87 -77
  2. package/css/frozenproduct/large/components/logo.css +1 -6
  3. package/css/frozenproduct/large/components/status.css +67 -48
  4. package/css/frozenproduct/large/dark.css +12 -14
  5. package/css/frozenproduct/large/light.css +7 -9
  6. package/css/frozenproduct/small/components/logo.css +1 -6
  7. package/css/frozenproduct/small/components/status.css +67 -48
  8. package/css/frozenproduct/small/dark.css +12 -14
  9. package/css/frozenproduct/small/light.css +7 -9
  10. package/css/marketing/all.css +118 -108
  11. package/css/marketing/large/components/logo.css +1 -6
  12. package/css/marketing/large/components/status.css +67 -48
  13. package/css/marketing/large/dark.css +12 -14
  14. package/css/marketing/large/light.css +7 -9
  15. package/css/marketing/small/components/button.css +22 -22
  16. package/css/marketing/small/components/container.css +9 -9
  17. package/css/marketing/small/components/logo.css +1 -6
  18. package/css/marketing/small/components/status.css +67 -48
  19. package/css/marketing/small/dark.css +12 -14
  20. package/css/marketing/small/light.css +7 -9
  21. package/css/product/all.css +87 -77
  22. package/css/product/large/components/logo.css +1 -6
  23. package/css/product/large/components/status.css +67 -48
  24. package/css/product/large/dark.css +12 -14
  25. package/css/product/large/light.css +7 -9
  26. package/css/product/small/components/logo.css +1 -6
  27. package/css/product/small/components/status.css +67 -48
  28. package/css/product/small/dark.css +12 -14
  29. package/css/product/small/light.css +7 -9
  30. package/ios/frozenproduct/large/dark/components/logo.h +0 -5
  31. package/ios/frozenproduct/large/dark/components/status.h +67 -48
  32. package/ios/frozenproduct/large/dark/mode.h +12 -14
  33. package/ios/frozenproduct/large/light/components/logo.h +0 -5
  34. package/ios/frozenproduct/large/light/components/status.h +67 -48
  35. package/ios/frozenproduct/large/light/mode.h +7 -9
  36. package/ios/frozenproduct/small/dark/components/logo.h +0 -5
  37. package/ios/frozenproduct/small/dark/components/status.h +67 -48
  38. package/ios/frozenproduct/small/dark/mode.h +12 -14
  39. package/ios/frozenproduct/small/light/components/logo.h +0 -5
  40. package/ios/frozenproduct/small/light/components/status.h +67 -48
  41. package/ios/frozenproduct/small/light/mode.h +7 -9
  42. package/ios/marketing/large/dark/components/logo.h +0 -5
  43. package/ios/marketing/large/dark/components/status.h +67 -48
  44. package/ios/marketing/large/dark/mode.h +12 -14
  45. package/ios/marketing/large/light/components/logo.h +0 -5
  46. package/ios/marketing/large/light/components/status.h +67 -48
  47. package/ios/marketing/large/light/mode.h +7 -9
  48. package/ios/marketing/small/dark/components/logo.h +0 -5
  49. package/ios/marketing/small/dark/components/status.h +67 -48
  50. package/ios/marketing/small/dark/mode.h +12 -14
  51. package/ios/marketing/small/light/components/logo.h +0 -5
  52. package/ios/marketing/small/light/components/status.h +67 -48
  53. package/ios/marketing/small/light/mode.h +7 -9
  54. package/ios/product/large/dark/components/logo.h +0 -5
  55. package/ios/product/large/dark/components/status.h +67 -48
  56. package/ios/product/large/dark/mode.h +12 -14
  57. package/ios/product/large/light/components/logo.h +0 -5
  58. package/ios/product/large/light/components/status.h +67 -48
  59. package/ios/product/large/light/mode.h +7 -9
  60. package/ios/product/small/dark/components/logo.h +0 -5
  61. package/ios/product/small/dark/components/status.h +67 -48
  62. package/ios/product/small/dark/mode.h +12 -14
  63. package/ios/product/small/light/components/logo.h +0 -5
  64. package/ios/product/small/light/components/status.h +67 -48
  65. package/ios/product/small/light/mode.h +7 -9
  66. package/js/common/frozenproduct/large/dark/components/logo.d.ts +0 -7
  67. package/js/common/frozenproduct/large/dark/components/logo.js +1 -70
  68. package/js/common/frozenproduct/large/dark/components/status.d.ts +103 -60
  69. package/js/common/frozenproduct/large/dark/components/status.js +1534 -892
  70. package/js/common/frozenproduct/large/dark/mode.d.ts +16 -20
  71. package/js/common/frozenproduct/large/dark/mode.js +410 -193
  72. package/js/common/frozenproduct/large/light/components/logo.d.ts +0 -7
  73. package/js/common/frozenproduct/large/light/components/logo.js +1 -70
  74. package/js/common/frozenproduct/large/light/components/status.d.ts +103 -60
  75. package/js/common/frozenproduct/large/light/components/status.js +1534 -892
  76. package/js/common/frozenproduct/large/light/mode.d.ts +7 -11
  77. package/js/common/frozenproduct/large/light/mode.js +416 -99
  78. package/js/common/frozenproduct/small/dark/components/logo.d.ts +0 -7
  79. package/js/common/frozenproduct/small/dark/components/logo.js +1 -70
  80. package/js/common/frozenproduct/small/dark/components/status.d.ts +103 -60
  81. package/js/common/frozenproduct/small/dark/components/status.js +1534 -892
  82. package/js/common/frozenproduct/small/dark/mode.d.ts +16 -20
  83. package/js/common/frozenproduct/small/dark/mode.js +410 -193
  84. package/js/common/frozenproduct/small/light/components/logo.d.ts +0 -7
  85. package/js/common/frozenproduct/small/light/components/logo.js +1 -70
  86. package/js/common/frozenproduct/small/light/components/status.d.ts +103 -60
  87. package/js/common/frozenproduct/small/light/components/status.js +1534 -892
  88. package/js/common/frozenproduct/small/light/mode.d.ts +7 -11
  89. package/js/common/frozenproduct/small/light/mode.js +416 -99
  90. package/js/common/marketing/large/dark/components/logo.d.ts +0 -7
  91. package/js/common/marketing/large/dark/components/logo.js +1 -70
  92. package/js/common/marketing/large/dark/components/status.d.ts +103 -60
  93. package/js/common/marketing/large/dark/components/status.js +1534 -892
  94. package/js/common/marketing/large/dark/mode.d.ts +16 -20
  95. package/js/common/marketing/large/dark/mode.js +410 -193
  96. package/js/common/marketing/large/light/components/logo.d.ts +0 -7
  97. package/js/common/marketing/large/light/components/logo.js +1 -70
  98. package/js/common/marketing/large/light/components/status.d.ts +103 -60
  99. package/js/common/marketing/large/light/components/status.js +1534 -892
  100. package/js/common/marketing/large/light/mode.d.ts +7 -11
  101. package/js/common/marketing/large/light/mode.js +416 -99
  102. package/js/common/marketing/small/dark/components/logo.d.ts +0 -7
  103. package/js/common/marketing/small/dark/components/logo.js +1 -70
  104. package/js/common/marketing/small/dark/components/status.d.ts +103 -60
  105. package/js/common/marketing/small/dark/components/status.js +1534 -892
  106. package/js/common/marketing/small/dark/mode.d.ts +16 -20
  107. package/js/common/marketing/small/dark/mode.js +410 -193
  108. package/js/common/marketing/small/light/components/logo.d.ts +0 -7
  109. package/js/common/marketing/small/light/components/logo.js +1 -70
  110. package/js/common/marketing/small/light/components/status.d.ts +103 -60
  111. package/js/common/marketing/small/light/components/status.js +1534 -892
  112. package/js/common/marketing/small/light/mode.d.ts +7 -11
  113. package/js/common/marketing/small/light/mode.js +416 -99
  114. package/js/common/product/large/dark/components/logo.d.ts +0 -7
  115. package/js/common/product/large/dark/components/logo.js +1 -70
  116. package/js/common/product/large/dark/components/status.d.ts +103 -60
  117. package/js/common/product/large/dark/components/status.js +1534 -892
  118. package/js/common/product/large/dark/mode.d.ts +16 -20
  119. package/js/common/product/large/dark/mode.js +410 -193
  120. package/js/common/product/large/light/components/logo.d.ts +0 -7
  121. package/js/common/product/large/light/components/logo.js +1 -70
  122. package/js/common/product/large/light/components/status.d.ts +103 -60
  123. package/js/common/product/large/light/components/status.js +1534 -892
  124. package/js/common/product/large/light/mode.d.ts +7 -11
  125. package/js/common/product/large/light/mode.js +416 -99
  126. package/js/common/product/small/dark/components/logo.d.ts +0 -7
  127. package/js/common/product/small/dark/components/logo.js +1 -70
  128. package/js/common/product/small/dark/components/status.d.ts +103 -60
  129. package/js/common/product/small/dark/components/status.js +1534 -892
  130. package/js/common/product/small/dark/mode.d.ts +16 -20
  131. package/js/common/product/small/dark/mode.js +410 -193
  132. package/js/common/product/small/light/components/logo.d.ts +0 -7
  133. package/js/common/product/small/light/components/logo.js +1 -70
  134. package/js/common/product/small/light/components/status.d.ts +103 -60
  135. package/js/common/product/small/light/components/status.js +1534 -892
  136. package/js/common/product/small/light/mode.d.ts +7 -11
  137. package/js/common/product/small/light/mode.js +416 -99
  138. package/js/es6/frozenproduct/large/dark/components/logo.d.ts +0 -5
  139. package/js/es6/frozenproduct/large/dark/components/logo.js +0 -7
  140. package/js/es6/frozenproduct/large/dark/components/status.d.ts +84 -60
  141. package/js/es6/frozenproduct/large/dark/components/status.js +67 -48
  142. package/js/es6/frozenproduct/large/dark/mode.d.ts +17 -15
  143. package/js/es6/frozenproduct/large/dark/mode.js +12 -16
  144. package/js/es6/frozenproduct/large/light/components/logo.d.ts +0 -5
  145. package/js/es6/frozenproduct/large/light/components/logo.js +0 -7
  146. package/js/es6/frozenproduct/large/light/components/status.d.ts +84 -60
  147. package/js/es6/frozenproduct/large/light/components/status.js +67 -48
  148. package/js/es6/frozenproduct/large/light/mode.d.ts +11 -9
  149. package/js/es6/frozenproduct/large/light/mode.js +7 -11
  150. package/js/es6/frozenproduct/small/dark/components/logo.d.ts +0 -5
  151. package/js/es6/frozenproduct/small/dark/components/logo.js +0 -7
  152. package/js/es6/frozenproduct/small/dark/components/status.d.ts +84 -60
  153. package/js/es6/frozenproduct/small/dark/components/status.js +67 -48
  154. package/js/es6/frozenproduct/small/dark/mode.d.ts +17 -15
  155. package/js/es6/frozenproduct/small/dark/mode.js +12 -16
  156. package/js/es6/frozenproduct/small/light/components/logo.d.ts +0 -5
  157. package/js/es6/frozenproduct/small/light/components/logo.js +0 -7
  158. package/js/es6/frozenproduct/small/light/components/status.d.ts +84 -60
  159. package/js/es6/frozenproduct/small/light/components/status.js +67 -48
  160. package/js/es6/frozenproduct/small/light/mode.d.ts +11 -9
  161. package/js/es6/frozenproduct/small/light/mode.js +7 -11
  162. package/js/es6/marketing/large/dark/components/logo.d.ts +0 -5
  163. package/js/es6/marketing/large/dark/components/logo.js +0 -7
  164. package/js/es6/marketing/large/dark/components/status.d.ts +84 -60
  165. package/js/es6/marketing/large/dark/components/status.js +67 -48
  166. package/js/es6/marketing/large/dark/mode.d.ts +17 -15
  167. package/js/es6/marketing/large/dark/mode.js +12 -16
  168. package/js/es6/marketing/large/light/components/logo.d.ts +0 -5
  169. package/js/es6/marketing/large/light/components/logo.js +0 -7
  170. package/js/es6/marketing/large/light/components/status.d.ts +84 -60
  171. package/js/es6/marketing/large/light/components/status.js +67 -48
  172. package/js/es6/marketing/large/light/mode.d.ts +11 -9
  173. package/js/es6/marketing/large/light/mode.js +7 -11
  174. package/js/es6/marketing/small/dark/components/logo.d.ts +0 -5
  175. package/js/es6/marketing/small/dark/components/logo.js +0 -7
  176. package/js/es6/marketing/small/dark/components/status.d.ts +84 -60
  177. package/js/es6/marketing/small/dark/components/status.js +67 -48
  178. package/js/es6/marketing/small/dark/mode.d.ts +17 -15
  179. package/js/es6/marketing/small/dark/mode.js +12 -16
  180. package/js/es6/marketing/small/light/components/logo.d.ts +0 -5
  181. package/js/es6/marketing/small/light/components/logo.js +0 -7
  182. package/js/es6/marketing/small/light/components/status.d.ts +84 -60
  183. package/js/es6/marketing/small/light/components/status.js +67 -48
  184. package/js/es6/marketing/small/light/mode.d.ts +11 -9
  185. package/js/es6/marketing/small/light/mode.js +7 -11
  186. package/js/es6/product/large/dark/components/logo.d.ts +0 -5
  187. package/js/es6/product/large/dark/components/logo.js +0 -7
  188. package/js/es6/product/large/dark/components/status.d.ts +84 -60
  189. package/js/es6/product/large/dark/components/status.js +67 -48
  190. package/js/es6/product/large/dark/mode.d.ts +17 -15
  191. package/js/es6/product/large/dark/mode.js +12 -16
  192. package/js/es6/product/large/light/components/logo.d.ts +0 -5
  193. package/js/es6/product/large/light/components/logo.js +0 -7
  194. package/js/es6/product/large/light/components/status.d.ts +84 -60
  195. package/js/es6/product/large/light/components/status.js +67 -48
  196. package/js/es6/product/large/light/mode.d.ts +11 -9
  197. package/js/es6/product/large/light/mode.js +7 -11
  198. package/js/es6/product/small/dark/components/logo.d.ts +0 -5
  199. package/js/es6/product/small/dark/components/logo.js +0 -7
  200. package/js/es6/product/small/dark/components/status.d.ts +84 -60
  201. package/js/es6/product/small/dark/components/status.js +67 -48
  202. package/js/es6/product/small/dark/mode.d.ts +17 -15
  203. package/js/es6/product/small/dark/mode.js +12 -16
  204. package/js/es6/product/small/light/components/logo.d.ts +0 -5
  205. package/js/es6/product/small/light/components/logo.js +0 -7
  206. package/js/es6/product/small/light/components/status.d.ts +84 -60
  207. package/js/es6/product/small/light/components/status.js +67 -48
  208. package/js/es6/product/small/light/mode.d.ts +11 -9
  209. package/js/es6/product/small/light/mode.js +7 -11
  210. package/js/umd/frozenproduct/large/dark/components/logo.js +1 -70
  211. package/js/umd/frozenproduct/large/dark/components/status.js +1554 -883
  212. package/js/umd/frozenproduct/large/dark/mode.js +403 -193
  213. package/js/umd/frozenproduct/large/light/components/logo.js +1 -70
  214. package/js/umd/frozenproduct/large/light/components/status.js +1554 -883
  215. package/js/umd/frozenproduct/large/light/mode.js +409 -99
  216. package/js/umd/frozenproduct/small/dark/components/logo.js +1 -70
  217. package/js/umd/frozenproduct/small/dark/components/status.js +1554 -883
  218. package/js/umd/frozenproduct/small/dark/mode.js +403 -193
  219. package/js/umd/frozenproduct/small/light/components/logo.js +1 -70
  220. package/js/umd/frozenproduct/small/light/components/status.js +1554 -883
  221. package/js/umd/frozenproduct/small/light/mode.js +409 -99
  222. package/js/umd/marketing/large/dark/components/logo.js +1 -70
  223. package/js/umd/marketing/large/dark/components/status.js +1554 -883
  224. package/js/umd/marketing/large/dark/mode.js +403 -193
  225. package/js/umd/marketing/large/light/components/logo.js +1 -70
  226. package/js/umd/marketing/large/light/components/status.js +1554 -883
  227. package/js/umd/marketing/large/light/mode.js +409 -99
  228. package/js/umd/marketing/small/dark/components/logo.js +1 -70
  229. package/js/umd/marketing/small/dark/components/status.js +1554 -883
  230. package/js/umd/marketing/small/dark/mode.js +403 -193
  231. package/js/umd/marketing/small/light/components/logo.js +1 -70
  232. package/js/umd/marketing/small/light/components/status.js +1554 -883
  233. package/js/umd/marketing/small/light/mode.js +409 -99
  234. package/js/umd/product/large/dark/components/logo.js +1 -70
  235. package/js/umd/product/large/dark/components/status.js +1554 -883
  236. package/js/umd/product/large/dark/mode.js +403 -193
  237. package/js/umd/product/large/light/components/logo.js +1 -70
  238. package/js/umd/product/large/light/components/status.js +1554 -883
  239. package/js/umd/product/large/light/mode.js +409 -99
  240. package/js/umd/product/small/dark/components/logo.js +1 -70
  241. package/js/umd/product/small/dark/components/status.js +1554 -883
  242. package/js/umd/product/small/dark/mode.js +403 -193
  243. package/js/umd/product/small/light/components/logo.js +1 -70
  244. package/js/umd/product/small/light/components/status.js +1554 -883
  245. package/js/umd/product/small/light/mode.js +409 -99
  246. package/json/flat/frozenproduct/large/dark/components/logo.json +0 -5
  247. package/json/flat/frozenproduct/large/dark/components/status.json +67 -48
  248. package/json/flat/frozenproduct/large/dark/mode.json +12 -14
  249. package/json/flat/frozenproduct/large/light/components/logo.json +0 -5
  250. package/json/flat/frozenproduct/large/light/components/status.json +67 -48
  251. package/json/flat/frozenproduct/large/light/mode.json +7 -9
  252. package/json/flat/frozenproduct/small/dark/components/logo.json +0 -5
  253. package/json/flat/frozenproduct/small/dark/components/status.json +67 -48
  254. package/json/flat/frozenproduct/small/dark/mode.json +12 -14
  255. package/json/flat/frozenproduct/small/light/components/logo.json +0 -5
  256. package/json/flat/frozenproduct/small/light/components/status.json +67 -48
  257. package/json/flat/frozenproduct/small/light/mode.json +7 -9
  258. package/json/flat/marketing/large/dark/components/logo.json +0 -5
  259. package/json/flat/marketing/large/dark/components/status.json +67 -48
  260. package/json/flat/marketing/large/dark/mode.json +12 -14
  261. package/json/flat/marketing/large/light/components/logo.json +0 -5
  262. package/json/flat/marketing/large/light/components/status.json +67 -48
  263. package/json/flat/marketing/large/light/mode.json +7 -9
  264. package/json/flat/marketing/small/dark/components/logo.json +0 -5
  265. package/json/flat/marketing/small/dark/components/status.json +67 -48
  266. package/json/flat/marketing/small/dark/mode.json +12 -14
  267. package/json/flat/marketing/small/light/components/logo.json +0 -5
  268. package/json/flat/marketing/small/light/components/status.json +67 -48
  269. package/json/flat/marketing/small/light/mode.json +7 -9
  270. package/json/flat/product/large/dark/components/logo.json +0 -5
  271. package/json/flat/product/large/dark/components/status.json +67 -48
  272. package/json/flat/product/large/dark/mode.json +12 -14
  273. package/json/flat/product/large/light/components/logo.json +0 -5
  274. package/json/flat/product/large/light/components/status.json +67 -48
  275. package/json/flat/product/large/light/mode.json +7 -9
  276. package/json/flat/product/small/dark/components/logo.json +0 -5
  277. package/json/flat/product/small/dark/components/status.json +67 -48
  278. package/json/flat/product/small/dark/mode.json +12 -14
  279. package/json/flat/product/small/light/components/logo.json +0 -5
  280. package/json/flat/product/small/light/components/status.json +67 -48
  281. package/json/flat/product/small/light/mode.json +7 -9
  282. package/json/nested/frozenproduct/large/dark/components/logo.json +0 -7
  283. package/json/nested/frozenproduct/large/dark/components/status.json +103 -60
  284. package/json/nested/frozenproduct/large/dark/mode.json +18 -22
  285. package/json/nested/frozenproduct/large/light/components/logo.json +0 -7
  286. package/json/nested/frozenproduct/large/light/components/status.json +103 -60
  287. package/json/nested/frozenproduct/large/light/mode.json +10 -14
  288. package/json/nested/frozenproduct/small/dark/components/logo.json +0 -7
  289. package/json/nested/frozenproduct/small/dark/components/status.json +103 -60
  290. package/json/nested/frozenproduct/small/dark/mode.json +18 -22
  291. package/json/nested/frozenproduct/small/light/components/logo.json +0 -7
  292. package/json/nested/frozenproduct/small/light/components/status.json +103 -60
  293. package/json/nested/frozenproduct/small/light/mode.json +10 -14
  294. package/json/nested/marketing/large/dark/components/logo.json +0 -7
  295. package/json/nested/marketing/large/dark/components/status.json +103 -60
  296. package/json/nested/marketing/large/dark/mode.json +18 -22
  297. package/json/nested/marketing/large/light/components/logo.json +0 -7
  298. package/json/nested/marketing/large/light/components/status.json +103 -60
  299. package/json/nested/marketing/large/light/mode.json +10 -14
  300. package/json/nested/marketing/small/dark/components/logo.json +0 -7
  301. package/json/nested/marketing/small/dark/components/status.json +103 -60
  302. package/json/nested/marketing/small/dark/mode.json +18 -22
  303. package/json/nested/marketing/small/light/components/logo.json +0 -7
  304. package/json/nested/marketing/small/light/components/status.json +103 -60
  305. package/json/nested/marketing/small/light/mode.json +10 -14
  306. package/json/nested/product/large/dark/components/logo.json +0 -7
  307. package/json/nested/product/large/dark/components/status.json +103 -60
  308. package/json/nested/product/large/dark/mode.json +18 -22
  309. package/json/nested/product/large/light/components/logo.json +0 -7
  310. package/json/nested/product/large/light/components/status.json +103 -60
  311. package/json/nested/product/large/light/mode.json +10 -14
  312. package/json/nested/product/small/dark/components/logo.json +0 -7
  313. package/json/nested/product/small/dark/components/status.json +103 -60
  314. package/json/nested/product/small/dark/mode.json +18 -22
  315. package/json/nested/product/small/light/components/logo.json +0 -7
  316. package/json/nested/product/small/light/components/status.json +103 -60
  317. package/json/nested/product/small/light/mode.json +10 -14
  318. package/package.json +1 -1
  319. package/sage-design-tokens-6.0.0.tgz +0 -0
  320. package/scss/frozenproduct/large/components/button.scss +22 -22
  321. package/scss/frozenproduct/large/components/container.scss +9 -9
  322. package/scss/frozenproduct/large/components/form.scss +7 -7
  323. package/scss/frozenproduct/large/components/link.scss +2 -2
  324. package/scss/frozenproduct/large/components/logo.scss +1 -6
  325. package/scss/frozenproduct/large/components/nav.scss +3 -3
  326. package/scss/frozenproduct/large/components/page.scss +1 -1
  327. package/scss/frozenproduct/large/components/popover.scss +2 -2
  328. package/scss/frozenproduct/large/components/progress.scss +6 -6
  329. package/scss/frozenproduct/large/components/status.scss +67 -48
  330. package/scss/frozenproduct/large/components/tab.scss +7 -7
  331. package/scss/frozenproduct/large/components/table.scss +11 -11
  332. package/scss/frozenproduct/large/dark.scss +12 -14
  333. package/scss/frozenproduct/large/light.scss +7 -9
  334. package/scss/frozenproduct/small/components/logo.scss +1 -6
  335. package/scss/frozenproduct/small/components/status.scss +67 -48
  336. package/scss/frozenproduct/small/dark.scss +12 -14
  337. package/scss/frozenproduct/small/light.scss +7 -9
  338. package/scss/marketing/large/components/button.scss +22 -22
  339. package/scss/marketing/large/components/container.scss +9 -9
  340. package/scss/marketing/large/components/form.scss +7 -7
  341. package/scss/marketing/large/components/link.scss +2 -2
  342. package/scss/marketing/large/components/logo.scss +1 -6
  343. package/scss/marketing/large/components/nav.scss +3 -3
  344. package/scss/marketing/large/components/page.scss +1 -1
  345. package/scss/marketing/large/components/popover.scss +2 -2
  346. package/scss/marketing/large/components/progress.scss +6 -6
  347. package/scss/marketing/large/components/status.scss +67 -48
  348. package/scss/marketing/large/components/tab.scss +7 -7
  349. package/scss/marketing/large/components/table.scss +11 -11
  350. package/scss/marketing/large/dark.scss +12 -14
  351. package/scss/marketing/large/light.scss +7 -9
  352. package/scss/marketing/small/components/logo.scss +1 -6
  353. package/scss/marketing/small/components/status.scss +67 -48
  354. package/scss/marketing/small/dark.scss +12 -14
  355. package/scss/marketing/small/light.scss +7 -9
  356. package/scss/product/large/components/button.scss +22 -22
  357. package/scss/product/large/components/container.scss +9 -9
  358. package/scss/product/large/components/form.scss +7 -7
  359. package/scss/product/large/components/link.scss +2 -2
  360. package/scss/product/large/components/logo.scss +1 -6
  361. package/scss/product/large/components/nav.scss +3 -3
  362. package/scss/product/large/components/page.scss +1 -1
  363. package/scss/product/large/components/popover.scss +2 -2
  364. package/scss/product/large/components/progress.scss +6 -6
  365. package/scss/product/large/components/status.scss +67 -48
  366. package/scss/product/large/components/tab.scss +7 -7
  367. package/scss/product/large/components/table.scss +11 -11
  368. package/scss/product/large/dark.scss +12 -14
  369. package/scss/product/large/light.scss +7 -9
  370. package/scss/product/small/components/logo.scss +1 -6
  371. package/scss/product/small/components/status.scss +67 -48
  372. package/scss/product/small/dark.scss +12 -14
  373. package/scss/product/small/light.scss +7 -9
  374. package/sage-design-tokens-5.2.0.tgz +0 -0
@@ -140,37 +140,7 @@
140
140
  },
141
141
  },
142
142
  noBg: {
143
- S: {
144
- value:
145
- "linear-gradient(191deg, #9D60FF 28.12%, #7C78F8 33.5%, #29B7E6 46.96%, #00D6DE 52.34%, #00D6DA 55.03%, #00D6D0 56.83%, #00D6C0 57.73%, #00D6A8 59.52%, #00D68A 60.42%, #00D665 62.21%, #00D639 63.11%)",
146
- type: "color",
147
- filePath: "data/tokens/modes/dark.json",
148
- isSource: true,
149
- original: {
150
- value:
151
- "linear-gradient(191deg, #9D60FF 28.12%, #7C78F8 33.5%, #29B7E6 46.96%, #00D6DE 52.34%, #00D6DA 55.03%, #00D6D0 56.83%, #00D6C0 57.73%, #00D6A8 59.52%, #00D68A 60.42%, #00D665 62.21%, #00D639 63.11%)",
152
- type: "color",
153
- },
154
- name: "modesColorBrandCopilotNoBgS",
155
- attributes: {},
156
- path: ["modes", "color", "brand", "copilot", "noBg", "S"],
157
- },
158
- star: {
159
- value:
160
- "radial-gradient(99.94% 104.1% at 8.01% 0.98%, #9D60FF 34%, #5A99F1 52%, #32B3E8 59%, #0DCCE0 68%, #00D6DE 72%, #00D6D7 74%, #00D6C6 77%, #00D6AA 81%, #00D682 84%, #00D650 88%, #00D639 90%)",
161
- type: "color",
162
- filePath: "data/tokens/modes/dark.json",
163
- isSource: true,
164
- original: {
165
- value:
166
- "radial-gradient(99.94% 104.1% at 8.01% 0.98%, #9D60FF 34%, #5A99F1 52%, #32B3E8 59%, #0DCCE0 68%, #00D6DE 72%, #00D6D7 74%, #00D6C6 77%, #00D6AA 81%, #00D682 84%, #00D650 88%, #00D639 90%)",
167
- type: "color",
168
- },
169
- name: "modesColorBrandCopilotNoBgStar",
170
- attributes: {},
171
- path: ["modes", "color", "brand", "copilot", "noBg", "star"],
172
- },
173
- mono: {
143
+ monochrome: {
174
144
  value: "#FFFFFF",
175
145
  type: "color",
176
146
  filePath: "data/tokens/modes/dark.json",
@@ -179,50 +149,16 @@
179
149
  value: "{primitives.colors.white}",
180
150
  type: "color",
181
151
  },
182
- name: "modesColorBrandCopilotNoBgMono",
183
- attributes: {},
184
- path: ["modes", "color", "brand", "copilot", "noBg", "mono"],
185
- },
186
- },
187
- withBg: {
188
- S: {
189
- value: "#000000",
190
- type: "color",
191
- filePath: "data/tokens/modes/dark.json",
192
- isSource: true,
193
- original: {
194
- value: "{primitives.colors.black}",
195
- type: "color",
196
- },
197
- name: "modesColorBrandCopilotWithBgS",
152
+ name: "modesColorBrandCopilotNoBgMonochrome",
198
153
  attributes: {},
199
- path: ["modes", "color", "brand", "copilot", "withBg", "S"],
200
- },
201
- star: {
202
- value: "#000000",
203
- type: "color",
204
- filePath: "data/tokens/modes/dark.json",
205
- isSource: true,
206
- original: {
207
- value: "{primitives.colors.black}",
208
- type: "color",
209
- },
210
- name: "modesColorBrandCopilotWithBgStar",
211
- attributes: {},
212
- path: ["modes", "color", "brand", "copilot", "withBg", "star"],
213
- },
214
- bg: {
215
- value: "#FFFFFF",
216
- type: "color",
217
- filePath: "data/tokens/modes/dark.json",
218
- isSource: true,
219
- original: {
220
- value: "{primitives.colors.white}",
221
- type: "color",
222
- },
223
- name: "modesColorBrandCopilotWithBgBg",
224
- attributes: {},
225
- path: ["modes", "color", "brand", "copilot", "withBg", "bg"],
154
+ path: [
155
+ "modes",
156
+ "color",
157
+ "brand",
158
+ "copilot",
159
+ "noBg",
160
+ "monochrome",
161
+ ],
226
162
  },
227
163
  },
228
164
  },
@@ -4519,95 +4455,6 @@
4519
4455
  },
4520
4456
  },
4521
4457
  status: {
4522
- ai: {
4523
- default: {
4524
- value: "#000000",
4525
- type: "color",
4526
- filePath: "data/tokens/modes/dark.json",
4527
- isSource: true,
4528
- original: {
4529
- value: "{modes.color.generic.bg.nought}",
4530
- type: "color",
4531
- },
4532
- name: "modesColorStatusAiDefault",
4533
- attributes: {},
4534
- path: ["modes", "color", "status", "ai", "default"],
4535
- },
4536
- defaultAlt: {
4537
- value: "#FFFFFF",
4538
- type: "color",
4539
- description: "bg for contextual message comp",
4540
- filePath: "data/tokens/modes/dark.json",
4541
- isSource: true,
4542
- original: {
4543
- value: "{modes.color.generic.bg.extreme}",
4544
- type: "color",
4545
- description: "bg for contextual message comp",
4546
- },
4547
- name: "modesColorStatusAiDefaultAlt",
4548
- attributes: {
4549
- value: "#FFFFFF",
4550
- type: "color",
4551
- description: "bg for contextual message comp",
4552
- filePath: "data/tokens/modes/dark.json",
4553
- isSource: true,
4554
- original: {
4555
- value: "{modes.color.generic.bg.extreme}",
4556
- type: "color",
4557
- description: "bg for contextual message comp",
4558
- },
4559
- name: "defaultAlt",
4560
- attributes: {},
4561
- path: ["modes", "color", "status", "ai", "defaultAlt"],
4562
- comment: "bg for contextual message comp",
4563
- },
4564
- path: ["modes", "color", "status", "ai", "defaultAlt"],
4565
- comment: "bg for contextual message comp",
4566
- },
4567
- "default-horizontal": {
4568
- value:
4569
- "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4570
- type: "color",
4571
- filePath: "data/tokens/modes/dark.json",
4572
- isSource: true,
4573
- original: {
4574
- value: "{primitives.colors.lightAiH}",
4575
- type: "color",
4576
- },
4577
- name: "modesColorStatusAiDefaultHorizontal",
4578
- attributes: {},
4579
- path: ["modes", "color", "status", "ai", "default-horizontal"],
4580
- },
4581
- "default-vertical": {
4582
- value:
4583
- "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4584
- type: "color",
4585
- filePath: "data/tokens/modes/dark.json",
4586
- isSource: true,
4587
- original: {
4588
- value: "{primitives.colors.lightAiV}",
4589
- type: "color",
4590
- },
4591
- name: "modesColorStatusAiDefaultVertical",
4592
- attributes: {},
4593
- path: ["modes", "color", "status", "ai", "default-vertical"],
4594
- },
4595
- },
4596
- generic: {
4597
- default: {
4598
- value: "#008a89",
4599
- type: "color",
4600
- filePath: "data/tokens/modes/dark.json",
4601
- isSource: true,
4602
- original: {
4603
- value: "{primitives.colors.petrol}",
4604
- type: "color",
4605
- },
4606
- name: "modesColorStatusGenericDefault",
4607
- attributes: {},
4608
- path: ["modes", "color", "status", "generic", "default"],
4609
- },
4610
- },
4611
4458
  caution: {
4612
4459
  default: {
4613
4460
  value: "#E04500",
@@ -4903,27 +4750,27 @@
4903
4750
  attributes: {},
4904
4751
  path: ["modes", "color", "status", "caution", "text"],
4905
4752
  },
4906
- frozen: {
4753
+ frozenglobal: {
4907
4754
  default: {
4908
- value: "#251206",
4755
+ value: "#E04500",
4909
4756
  type: "color",
4910
4757
  description: "Global message bg",
4911
4758
  filePath: "data/tokens/modes/dark.json",
4912
4759
  isSource: true,
4913
4760
  original: {
4914
- value: "{modes.color.status.caution.defaultAlt}",
4761
+ value: "{modes.color.status.caution.default}",
4915
4762
  type: "color",
4916
4763
  description: "Global message bg",
4917
4764
  },
4918
- name: "modesColorStatusCautionFrozenDefault",
4765
+ name: "modesColorStatusCautionFrozenglobalDefault",
4919
4766
  attributes: {
4920
- value: "#251206",
4767
+ value: "#E04500",
4921
4768
  type: "color",
4922
4769
  description: "Global message bg",
4923
4770
  filePath: "data/tokens/modes/dark.json",
4924
4771
  isSource: true,
4925
4772
  original: {
4926
- value: "{modes.color.status.caution.defaultAlt}",
4773
+ value: "{modes.color.status.caution.default}",
4927
4774
  type: "color",
4928
4775
  description: "Global message bg",
4929
4776
  },
@@ -4934,7 +4781,7 @@
4934
4781
  "color",
4935
4782
  "status",
4936
4783
  "caution",
4937
- "frozen",
4784
+ "frozenglobal",
4938
4785
  "default",
4939
4786
  ],
4940
4787
  comment: "Global message bg",
@@ -4944,11 +4791,145 @@
4944
4791
  "color",
4945
4792
  "status",
4946
4793
  "caution",
4947
- "frozen",
4794
+ "frozenglobal",
4948
4795
  "default",
4949
4796
  ],
4950
4797
  comment: "Global message bg",
4951
4798
  },
4799
+ hover: {
4800
+ value: "#eb6732",
4801
+ type: "color",
4802
+ description: "used on global message bg",
4803
+ filePath: "data/tokens/modes/dark.json",
4804
+ isSource: true,
4805
+ original: {
4806
+ value: "{modes.color.status.caution.hover}",
4807
+ type: "color",
4808
+ description: "used on global message bg",
4809
+ },
4810
+ name: "modesColorStatusCautionFrozenglobalHover",
4811
+ attributes: {
4812
+ value: "#eb6732",
4813
+ type: "color",
4814
+ description: "used on global message bg",
4815
+ filePath: "data/tokens/modes/dark.json",
4816
+ isSource: true,
4817
+ original: {
4818
+ value: "{modes.color.status.caution.hover}",
4819
+ type: "color",
4820
+ description: "used on global message bg",
4821
+ },
4822
+ name: "hover",
4823
+ attributes: {},
4824
+ path: [
4825
+ "modes",
4826
+ "color",
4827
+ "status",
4828
+ "caution",
4829
+ "frozenglobal",
4830
+ "hover",
4831
+ ],
4832
+ comment: "used on global message bg",
4833
+ },
4834
+ path: [
4835
+ "modes",
4836
+ "color",
4837
+ "status",
4838
+ "caution",
4839
+ "frozenglobal",
4840
+ "hover",
4841
+ ],
4842
+ comment: "used on global message bg",
4843
+ },
4844
+ },
4845
+ },
4846
+ ai: {
4847
+ default: {
4848
+ value: "#000000",
4849
+ type: "color",
4850
+ filePath: "data/tokens/modes/dark.json",
4851
+ isSource: true,
4852
+ original: {
4853
+ value: "{modes.color.generic.bg.nought}",
4854
+ type: "color",
4855
+ },
4856
+ name: "modesColorStatusAiDefault",
4857
+ attributes: {},
4858
+ path: ["modes", "color", "status", "ai", "default"],
4859
+ },
4860
+ defaultAlt: {
4861
+ value: "#FFFFFF",
4862
+ type: "color",
4863
+ description: "bg for contextual message comp",
4864
+ filePath: "data/tokens/modes/dark.json",
4865
+ isSource: true,
4866
+ original: {
4867
+ value: "{modes.color.generic.bg.extreme}",
4868
+ type: "color",
4869
+ description: "bg for contextual message comp",
4870
+ },
4871
+ name: "modesColorStatusAiDefaultAlt",
4872
+ attributes: {
4873
+ value: "#FFFFFF",
4874
+ type: "color",
4875
+ description: "bg for contextual message comp",
4876
+ filePath: "data/tokens/modes/dark.json",
4877
+ isSource: true,
4878
+ original: {
4879
+ value: "{modes.color.generic.bg.extreme}",
4880
+ type: "color",
4881
+ description: "bg for contextual message comp",
4882
+ },
4883
+ name: "defaultAlt",
4884
+ attributes: {},
4885
+ path: ["modes", "color", "status", "ai", "defaultAlt"],
4886
+ comment: "bg for contextual message comp",
4887
+ },
4888
+ path: ["modes", "color", "status", "ai", "defaultAlt"],
4889
+ comment: "bg for contextual message comp",
4890
+ },
4891
+ "default-horizontal": {
4892
+ value:
4893
+ "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4894
+ type: "color",
4895
+ filePath: "data/tokens/modes/dark.json",
4896
+ isSource: true,
4897
+ original: {
4898
+ value: "{primitives.colors.lightAiH}",
4899
+ type: "color",
4900
+ },
4901
+ name: "modesColorStatusAiDefaultHorizontal",
4902
+ attributes: {},
4903
+ path: ["modes", "color", "status", "ai", "default-horizontal"],
4904
+ },
4905
+ "default-vertical": {
4906
+ value:
4907
+ "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4908
+ type: "color",
4909
+ filePath: "data/tokens/modes/dark.json",
4910
+ isSource: true,
4911
+ original: {
4912
+ value: "{primitives.colors.lightAiV}",
4913
+ type: "color",
4914
+ },
4915
+ name: "modesColorStatusAiDefaultVertical",
4916
+ attributes: {},
4917
+ path: ["modes", "color", "status", "ai", "default-vertical"],
4918
+ },
4919
+ },
4920
+ generic: {
4921
+ default: {
4922
+ value: "#008a89",
4923
+ type: "color",
4924
+ filePath: "data/tokens/modes/dark.json",
4925
+ isSource: true,
4926
+ original: {
4927
+ value: "{primitives.colors.petrol}",
4928
+ type: "color",
4929
+ },
4930
+ name: "modesColorStatusGenericDefault",
4931
+ attributes: {},
4932
+ path: ["modes", "color", "status", "generic", "default"],
4952
4933
  },
4953
4934
  },
4954
4935
  content: {
@@ -5358,27 +5339,27 @@
5358
5339
  path: ["modes", "color", "status", "info", "hoverAlt"],
5359
5340
  comment: "used on pill hover states and message bg",
5360
5341
  },
5361
- frozen: {
5342
+ frozenglobal: {
5362
5343
  default: {
5363
- value: "#111722",
5344
+ value: "#007ED9",
5364
5345
  type: "color",
5365
5346
  description: "Global message bg",
5366
5347
  filePath: "data/tokens/modes/dark.json",
5367
5348
  isSource: true,
5368
5349
  original: {
5369
- value: "{modes.color.status.info.defaultAlt}",
5350
+ value: "{modes.color.status.info.default}",
5370
5351
  type: "color",
5371
5352
  description: "Global message bg",
5372
5353
  },
5373
- name: "modesColorStatusInfoFrozenDefault",
5354
+ name: "modesColorStatusInfoFrozenglobalDefault",
5374
5355
  attributes: {
5375
- value: "#111722",
5356
+ value: "#007ED9",
5376
5357
  type: "color",
5377
5358
  description: "Global message bg",
5378
5359
  filePath: "data/tokens/modes/dark.json",
5379
5360
  isSource: true,
5380
5361
  original: {
5381
- value: "{modes.color.status.info.defaultAlt}",
5362
+ value: "{modes.color.status.info.default}",
5382
5363
  type: "color",
5383
5364
  description: "Global message bg",
5384
5365
  },
@@ -5389,14 +5370,66 @@
5389
5370
  "color",
5390
5371
  "status",
5391
5372
  "info",
5392
- "frozen",
5373
+ "frozenglobal",
5393
5374
  "default",
5394
5375
  ],
5395
5376
  comment: "Global message bg",
5396
5377
  },
5397
- path: ["modes", "color", "status", "info", "frozen", "default"],
5378
+ path: [
5379
+ "modes",
5380
+ "color",
5381
+ "status",
5382
+ "info",
5383
+ "frozenglobal",
5384
+ "default",
5385
+ ],
5398
5386
  comment: "Global message bg",
5399
5387
  },
5388
+ hover: {
5389
+ value: "#5291e0",
5390
+ type: "color",
5391
+ description: "used on global message bg",
5392
+ filePath: "data/tokens/modes/dark.json",
5393
+ isSource: true,
5394
+ original: {
5395
+ value: "{modes.color.status.info.hover}",
5396
+ type: "color",
5397
+ description: "used on global message bg",
5398
+ },
5399
+ name: "modesColorStatusInfoFrozenglobalHover",
5400
+ attributes: {
5401
+ value: "#5291e0",
5402
+ type: "color",
5403
+ description: "used on global message bg",
5404
+ filePath: "data/tokens/modes/dark.json",
5405
+ isSource: true,
5406
+ original: {
5407
+ value: "{modes.color.status.info.hover}",
5408
+ type: "color",
5409
+ description: "used on global message bg",
5410
+ },
5411
+ name: "hover",
5412
+ attributes: {},
5413
+ path: [
5414
+ "modes",
5415
+ "color",
5416
+ "status",
5417
+ "info",
5418
+ "frozenglobal",
5419
+ "hover",
5420
+ ],
5421
+ comment: "used on global message bg",
5422
+ },
5423
+ path: [
5424
+ "modes",
5425
+ "color",
5426
+ "status",
5427
+ "info",
5428
+ "frozenglobal",
5429
+ "hover",
5430
+ ],
5431
+ comment: "used on global message bg",
5432
+ },
5400
5433
  },
5401
5434
  },
5402
5435
  negative: {
@@ -5671,19 +5704,6 @@
5671
5704
  },
5672
5705
  },
5673
5706
  neutral: {
5674
- alt: {
5675
- value: "#7C7C7C",
5676
- type: "color",
5677
- filePath: "data/tokens/modes/dark.json",
5678
- isSource: true,
5679
- original: {
5680
- value: "{primitives.colors.smoke}",
5681
- type: "color",
5682
- },
5683
- name: "modesColorStatusNeutralAlt",
5684
- attributes: {},
5685
- path: ["modes", "color", "status", "neutral", "alt"],
5686
- },
5687
5707
  default: {
5688
5708
  value: "#7C7C7C",
5689
5709
  type: "color",
@@ -5960,7 +5980,7 @@
5960
5980
  filePath: "data/tokens/modes/dark.json",
5961
5981
  isSource: true,
5962
5982
  original: {
5963
- value: "{modes.color.status.neutral.alt}",
5983
+ value: "{modes.color.status.neutral.default}",
5964
5984
  type: "color",
5965
5985
  $extensions: {
5966
5986
  "studio.tokens": {
@@ -5986,6 +6006,101 @@
5986
6006
  "default",
5987
6007
  ],
5988
6008
  },
6009
+ defaultAlt: {
6010
+ value: "#171717",
6011
+ type: "color",
6012
+ $extensions: {
6013
+ "studio.tokens": {
6014
+ modify: {
6015
+ type: "mix",
6016
+ value: "0.85",
6017
+ space: "lch",
6018
+ color: "#000000",
6019
+ filePath: "data/tokens/modes/dark.json",
6020
+ isSource: true,
6021
+ format: "hex",
6022
+ },
6023
+ },
6024
+ },
6025
+ description: "Subtle message bg",
6026
+ filePath: "data/tokens/modes/dark.json",
6027
+ isSource: true,
6028
+ original: {
6029
+ value: "{primitives.colors.smoke}",
6030
+ type: "color",
6031
+ $extensions: {
6032
+ "studio.tokens": {
6033
+ modify: {
6034
+ type: "mix",
6035
+ value: "0.85",
6036
+ space: "lch",
6037
+ color: "{modes.color.modifier.contrastLess}",
6038
+ filePath: "data/tokens/modes/dark.json",
6039
+ isSource: true,
6040
+ },
6041
+ },
6042
+ },
6043
+ description: "Subtle message bg",
6044
+ },
6045
+ name: "modesColorStatusNeutralFrozenDefaultAlt",
6046
+ attributes: {
6047
+ value: "#7C7C7C",
6048
+ type: "color",
6049
+ $extensions: {
6050
+ "studio.tokens": {
6051
+ modify: {
6052
+ type: "mix",
6053
+ value: "0.85",
6054
+ space: "lch",
6055
+ color: "#000000",
6056
+ filePath: "data/tokens/modes/dark.json",
6057
+ isSource: true,
6058
+ format: "hex",
6059
+ },
6060
+ },
6061
+ },
6062
+ description: "Subtle message bg",
6063
+ filePath: "data/tokens/modes/dark.json",
6064
+ isSource: true,
6065
+ original: {
6066
+ value: "{primitives.colors.smoke}",
6067
+ type: "color",
6068
+ $extensions: {
6069
+ "studio.tokens": {
6070
+ modify: {
6071
+ type: "mix",
6072
+ value: "0.85",
6073
+ space: "lch",
6074
+ color: "{modes.color.modifier.contrastLess}",
6075
+ filePath: "data/tokens/modes/dark.json",
6076
+ isSource: true,
6077
+ },
6078
+ },
6079
+ },
6080
+ description: "Subtle message bg",
6081
+ },
6082
+ name: "defaultAlt",
6083
+ attributes: {},
6084
+ path: [
6085
+ "modes",
6086
+ "color",
6087
+ "status",
6088
+ "neutral",
6089
+ "frozen",
6090
+ "defaultAlt",
6091
+ ],
6092
+ comment: "Subtle message bg",
6093
+ },
6094
+ path: [
6095
+ "modes",
6096
+ "color",
6097
+ "status",
6098
+ "neutral",
6099
+ "frozen",
6100
+ "defaultAlt",
6101
+ ],
6102
+ comment: "Subtle message bg",
6103
+ },
5989
6104
  hover: {
5990
6105
  value: "#909090",
5991
6106
  type: "color",
@@ -6006,6 +6121,101 @@
6006
6121
  "hover",
6007
6122
  ],
6008
6123
  },
6124
+ hoverAlt: {
6125
+ value: "#262626",
6126
+ type: "color",
6127
+ $extensions: {
6128
+ "studio.tokens": {
6129
+ modify: {
6130
+ type: "mix",
6131
+ value: "0.08 ",
6132
+ space: "lch",
6133
+ color: "#FFFFFF",
6134
+ filePath: "data/tokens/modes/dark.json",
6135
+ isSource: true,
6136
+ format: "hex",
6137
+ },
6138
+ },
6139
+ },
6140
+ description: "used on pill hover states and message bg",
6141
+ filePath: "data/tokens/modes/dark.json",
6142
+ isSource: true,
6143
+ original: {
6144
+ value: "{modes.color.status.neutral.defaultAlt}",
6145
+ type: "color",
6146
+ $extensions: {
6147
+ "studio.tokens": {
6148
+ modify: {
6149
+ type: "mix",
6150
+ value: "{modes.color.modifiers.button.hoverAlt} ",
6151
+ space: "lch",
6152
+ color: "{modes.color.modifier.contrastMore}",
6153
+ filePath: "data/tokens/modes/dark.json",
6154
+ isSource: true,
6155
+ },
6156
+ },
6157
+ },
6158
+ description: "used on pill hover states and message bg",
6159
+ },
6160
+ name: "modesColorStatusNeutralFrozenHoverAlt",
6161
+ attributes: {
6162
+ value: "#171717",
6163
+ type: "color",
6164
+ $extensions: {
6165
+ "studio.tokens": {
6166
+ modify: {
6167
+ type: "mix",
6168
+ value: "0.08 ",
6169
+ space: "lch",
6170
+ color: "#FFFFFF",
6171
+ filePath: "data/tokens/modes/dark.json",
6172
+ isSource: true,
6173
+ format: "hex",
6174
+ },
6175
+ },
6176
+ },
6177
+ description: "used on pill hover states and message bg",
6178
+ filePath: "data/tokens/modes/dark.json",
6179
+ isSource: true,
6180
+ original: {
6181
+ value: "{modes.color.status.neutral.defaultAlt}",
6182
+ type: "color",
6183
+ $extensions: {
6184
+ "studio.tokens": {
6185
+ modify: {
6186
+ type: "mix",
6187
+ value: "{modes.color.modifiers.button.hoverAlt} ",
6188
+ space: "lch",
6189
+ color: "{modes.color.modifier.contrastMore}",
6190
+ filePath: "data/tokens/modes/dark.json",
6191
+ isSource: true,
6192
+ },
6193
+ },
6194
+ },
6195
+ description: "used on pill hover states and message bg",
6196
+ },
6197
+ name: "hoverAlt",
6198
+ attributes: {},
6199
+ path: [
6200
+ "modes",
6201
+ "color",
6202
+ "status",
6203
+ "neutral",
6204
+ "frozen",
6205
+ "hoverAlt",
6206
+ ],
6207
+ comment: "used on pill hover states and message bg",
6208
+ },
6209
+ path: [
6210
+ "modes",
6211
+ "color",
6212
+ "status",
6213
+ "neutral",
6214
+ "frozen",
6215
+ "hoverAlt",
6216
+ ],
6217
+ comment: "used on pill hover states and message bg",
6218
+ },
6009
6219
  },
6010
6220
  },
6011
6221
  positive: {