@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
@@ -129,78 +129,7 @@ module.exports = {
129
129
  },
130
130
  },
131
131
  noBg: {
132
- S: {
133
- value:
134
- "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%)",
135
- type: "color",
136
- filePath: "data/tokens/modes/dark.json",
137
- isSource: true,
138
- original: {
139
- value:
140
- "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%)",
141
- type: "color",
142
- },
143
- name: "modesColorBrandCopilotNoBgS",
144
- attributes: {},
145
- path: ["modes", "color", "brand", "copilot", "noBg", "S"],
146
- },
147
- star: {
148
- value:
149
- "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%)",
150
- type: "color",
151
- filePath: "data/tokens/modes/dark.json",
152
- isSource: true,
153
- original: {
154
- value:
155
- "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%)",
156
- type: "color",
157
- },
158
- name: "modesColorBrandCopilotNoBgStar",
159
- attributes: {},
160
- path: ["modes", "color", "brand", "copilot", "noBg", "star"],
161
- },
162
- mono: {
163
- value: "#FFFFFF",
164
- type: "color",
165
- filePath: "data/tokens/modes/dark.json",
166
- isSource: true,
167
- original: {
168
- value: "{primitives.colors.white}",
169
- type: "color",
170
- },
171
- name: "modesColorBrandCopilotNoBgMono",
172
- attributes: {},
173
- path: ["modes", "color", "brand", "copilot", "noBg", "mono"],
174
- },
175
- },
176
- withBg: {
177
- S: {
178
- value: "#000000",
179
- type: "color",
180
- filePath: "data/tokens/modes/dark.json",
181
- isSource: true,
182
- original: {
183
- value: "{primitives.colors.black}",
184
- type: "color",
185
- },
186
- name: "modesColorBrandCopilotWithBgS",
187
- attributes: {},
188
- path: ["modes", "color", "brand", "copilot", "withBg", "S"],
189
- },
190
- star: {
191
- value: "#000000",
192
- type: "color",
193
- filePath: "data/tokens/modes/dark.json",
194
- isSource: true,
195
- original: {
196
- value: "{primitives.colors.black}",
197
- type: "color",
198
- },
199
- name: "modesColorBrandCopilotWithBgStar",
200
- attributes: {},
201
- path: ["modes", "color", "brand", "copilot", "withBg", "star"],
202
- },
203
- bg: {
132
+ monochrome: {
204
133
  value: "#FFFFFF",
205
134
  type: "color",
206
135
  filePath: "data/tokens/modes/dark.json",
@@ -209,9 +138,16 @@ module.exports = {
209
138
  value: "{primitives.colors.white}",
210
139
  type: "color",
211
140
  },
212
- name: "modesColorBrandCopilotWithBgBg",
141
+ name: "modesColorBrandCopilotNoBgMonochrome",
213
142
  attributes: {},
214
- path: ["modes", "color", "brand", "copilot", "withBg", "bg"],
143
+ path: [
144
+ "modes",
145
+ "color",
146
+ "brand",
147
+ "copilot",
148
+ "noBg",
149
+ "monochrome",
150
+ ],
215
151
  },
216
152
  },
217
153
  },
@@ -4435,95 +4371,6 @@ module.exports = {
4435
4371
  },
4436
4372
  },
4437
4373
  status: {
4438
- ai: {
4439
- default: {
4440
- value: "#000000",
4441
- type: "color",
4442
- filePath: "data/tokens/modes/dark.json",
4443
- isSource: true,
4444
- original: {
4445
- value: "{modes.color.generic.bg.nought}",
4446
- type: "color",
4447
- },
4448
- name: "modesColorStatusAiDefault",
4449
- attributes: {},
4450
- path: ["modes", "color", "status", "ai", "default"],
4451
- },
4452
- defaultAlt: {
4453
- value: "#FFFFFF",
4454
- type: "color",
4455
- description: "bg for contextual message comp",
4456
- filePath: "data/tokens/modes/dark.json",
4457
- isSource: true,
4458
- original: {
4459
- value: "{modes.color.generic.bg.extreme}",
4460
- type: "color",
4461
- description: "bg for contextual message comp",
4462
- },
4463
- name: "modesColorStatusAiDefaultAlt",
4464
- attributes: {
4465
- value: "#FFFFFF",
4466
- type: "color",
4467
- description: "bg for contextual message comp",
4468
- filePath: "data/tokens/modes/dark.json",
4469
- isSource: true,
4470
- original: {
4471
- value: "{modes.color.generic.bg.extreme}",
4472
- type: "color",
4473
- description: "bg for contextual message comp",
4474
- },
4475
- name: "defaultAlt",
4476
- attributes: {},
4477
- path: ["modes", "color", "status", "ai", "defaultAlt"],
4478
- comment: "bg for contextual message comp",
4479
- },
4480
- path: ["modes", "color", "status", "ai", "defaultAlt"],
4481
- comment: "bg for contextual message comp",
4482
- },
4483
- "default-horizontal": {
4484
- value:
4485
- "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4486
- type: "color",
4487
- filePath: "data/tokens/modes/dark.json",
4488
- isSource: true,
4489
- original: {
4490
- value: "{primitives.colors.lightAiH}",
4491
- type: "color",
4492
- },
4493
- name: "modesColorStatusAiDefaultHorizontal",
4494
- attributes: {},
4495
- path: ["modes", "color", "status", "ai", "default-horizontal"],
4496
- },
4497
- "default-vertical": {
4498
- value:
4499
- "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4500
- type: "color",
4501
- filePath: "data/tokens/modes/dark.json",
4502
- isSource: true,
4503
- original: {
4504
- value: "{primitives.colors.lightAiV}",
4505
- type: "color",
4506
- },
4507
- name: "modesColorStatusAiDefaultVertical",
4508
- attributes: {},
4509
- path: ["modes", "color", "status", "ai", "default-vertical"],
4510
- },
4511
- },
4512
- generic: {
4513
- default: {
4514
- value: "#008a89",
4515
- type: "color",
4516
- filePath: "data/tokens/modes/dark.json",
4517
- isSource: true,
4518
- original: {
4519
- value: "{primitives.colors.petrol}",
4520
- type: "color",
4521
- },
4522
- name: "modesColorStatusGenericDefault",
4523
- attributes: {},
4524
- path: ["modes", "color", "status", "generic", "default"],
4525
- },
4526
- },
4527
4374
  caution: {
4528
4375
  default: {
4529
4376
  value: "#E04500",
@@ -4819,27 +4666,27 @@ module.exports = {
4819
4666
  attributes: {},
4820
4667
  path: ["modes", "color", "status", "caution", "text"],
4821
4668
  },
4822
- frozen: {
4669
+ frozenglobal: {
4823
4670
  default: {
4824
- value: "#251206",
4671
+ value: "#E04500",
4825
4672
  type: "color",
4826
4673
  description: "Global message bg",
4827
4674
  filePath: "data/tokens/modes/dark.json",
4828
4675
  isSource: true,
4829
4676
  original: {
4830
- value: "{modes.color.status.caution.defaultAlt}",
4677
+ value: "{modes.color.status.caution.default}",
4831
4678
  type: "color",
4832
4679
  description: "Global message bg",
4833
4680
  },
4834
- name: "modesColorStatusCautionFrozenDefault",
4681
+ name: "modesColorStatusCautionFrozenglobalDefault",
4835
4682
  attributes: {
4836
- value: "#251206",
4683
+ value: "#E04500",
4837
4684
  type: "color",
4838
4685
  description: "Global message bg",
4839
4686
  filePath: "data/tokens/modes/dark.json",
4840
4687
  isSource: true,
4841
4688
  original: {
4842
- value: "{modes.color.status.caution.defaultAlt}",
4689
+ value: "{modes.color.status.caution.default}",
4843
4690
  type: "color",
4844
4691
  description: "Global message bg",
4845
4692
  },
@@ -4850,7 +4697,7 @@ module.exports = {
4850
4697
  "color",
4851
4698
  "status",
4852
4699
  "caution",
4853
- "frozen",
4700
+ "frozenglobal",
4854
4701
  "default",
4855
4702
  ],
4856
4703
  comment: "Global message bg",
@@ -4860,11 +4707,145 @@ module.exports = {
4860
4707
  "color",
4861
4708
  "status",
4862
4709
  "caution",
4863
- "frozen",
4710
+ "frozenglobal",
4864
4711
  "default",
4865
4712
  ],
4866
4713
  comment: "Global message bg",
4867
4714
  },
4715
+ hover: {
4716
+ value: "#eb6732",
4717
+ type: "color",
4718
+ description: "used on global message bg",
4719
+ filePath: "data/tokens/modes/dark.json",
4720
+ isSource: true,
4721
+ original: {
4722
+ value: "{modes.color.status.caution.hover}",
4723
+ type: "color",
4724
+ description: "used on global message bg",
4725
+ },
4726
+ name: "modesColorStatusCautionFrozenglobalHover",
4727
+ attributes: {
4728
+ value: "#eb6732",
4729
+ type: "color",
4730
+ description: "used on global message bg",
4731
+ filePath: "data/tokens/modes/dark.json",
4732
+ isSource: true,
4733
+ original: {
4734
+ value: "{modes.color.status.caution.hover}",
4735
+ type: "color",
4736
+ description: "used on global message bg",
4737
+ },
4738
+ name: "hover",
4739
+ attributes: {},
4740
+ path: [
4741
+ "modes",
4742
+ "color",
4743
+ "status",
4744
+ "caution",
4745
+ "frozenglobal",
4746
+ "hover",
4747
+ ],
4748
+ comment: "used on global message bg",
4749
+ },
4750
+ path: [
4751
+ "modes",
4752
+ "color",
4753
+ "status",
4754
+ "caution",
4755
+ "frozenglobal",
4756
+ "hover",
4757
+ ],
4758
+ comment: "used on global message bg",
4759
+ },
4760
+ },
4761
+ },
4762
+ ai: {
4763
+ default: {
4764
+ value: "#000000",
4765
+ type: "color",
4766
+ filePath: "data/tokens/modes/dark.json",
4767
+ isSource: true,
4768
+ original: {
4769
+ value: "{modes.color.generic.bg.nought}",
4770
+ type: "color",
4771
+ },
4772
+ name: "modesColorStatusAiDefault",
4773
+ attributes: {},
4774
+ path: ["modes", "color", "status", "ai", "default"],
4775
+ },
4776
+ defaultAlt: {
4777
+ value: "#FFFFFF",
4778
+ type: "color",
4779
+ description: "bg for contextual message comp",
4780
+ filePath: "data/tokens/modes/dark.json",
4781
+ isSource: true,
4782
+ original: {
4783
+ value: "{modes.color.generic.bg.extreme}",
4784
+ type: "color",
4785
+ description: "bg for contextual message comp",
4786
+ },
4787
+ name: "modesColorStatusAiDefaultAlt",
4788
+ attributes: {
4789
+ value: "#FFFFFF",
4790
+ type: "color",
4791
+ description: "bg for contextual message comp",
4792
+ filePath: "data/tokens/modes/dark.json",
4793
+ isSource: true,
4794
+ original: {
4795
+ value: "{modes.color.generic.bg.extreme}",
4796
+ type: "color",
4797
+ description: "bg for contextual message comp",
4798
+ },
4799
+ name: "defaultAlt",
4800
+ attributes: {},
4801
+ path: ["modes", "color", "status", "ai", "defaultAlt"],
4802
+ comment: "bg for contextual message comp",
4803
+ },
4804
+ path: ["modes", "color", "status", "ai", "defaultAlt"],
4805
+ comment: "bg for contextual message comp",
4806
+ },
4807
+ "default-horizontal": {
4808
+ value:
4809
+ "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4810
+ type: "color",
4811
+ filePath: "data/tokens/modes/dark.json",
4812
+ isSource: true,
4813
+ original: {
4814
+ value: "{primitives.colors.lightAiH}",
4815
+ type: "color",
4816
+ },
4817
+ name: "modesColorStatusAiDefaultHorizontal",
4818
+ attributes: {},
4819
+ path: ["modes", "color", "status", "ai", "default-horizontal"],
4820
+ },
4821
+ "default-vertical": {
4822
+ value:
4823
+ "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4824
+ type: "color",
4825
+ filePath: "data/tokens/modes/dark.json",
4826
+ isSource: true,
4827
+ original: {
4828
+ value: "{primitives.colors.lightAiV}",
4829
+ type: "color",
4830
+ },
4831
+ name: "modesColorStatusAiDefaultVertical",
4832
+ attributes: {},
4833
+ path: ["modes", "color", "status", "ai", "default-vertical"],
4834
+ },
4835
+ },
4836
+ generic: {
4837
+ default: {
4838
+ value: "#008a89",
4839
+ type: "color",
4840
+ filePath: "data/tokens/modes/dark.json",
4841
+ isSource: true,
4842
+ original: {
4843
+ value: "{primitives.colors.petrol}",
4844
+ type: "color",
4845
+ },
4846
+ name: "modesColorStatusGenericDefault",
4847
+ attributes: {},
4848
+ path: ["modes", "color", "status", "generic", "default"],
4868
4849
  },
4869
4850
  },
4870
4851
  content: {
@@ -5273,38 +5254,97 @@ module.exports = {
5273
5254
  path: ["modes", "color", "status", "info", "hoverAlt"],
5274
5255
  comment: "used on pill hover states and message bg",
5275
5256
  },
5276
- frozen: {
5257
+ frozenglobal: {
5277
5258
  default: {
5278
- value: "#111722",
5259
+ value: "#007ED9",
5279
5260
  type: "color",
5280
5261
  description: "Global message bg",
5281
5262
  filePath: "data/tokens/modes/dark.json",
5282
5263
  isSource: true,
5283
5264
  original: {
5284
- value: "{modes.color.status.info.defaultAlt}",
5265
+ value: "{modes.color.status.info.default}",
5285
5266
  type: "color",
5286
5267
  description: "Global message bg",
5287
5268
  },
5288
- name: "modesColorStatusInfoFrozenDefault",
5269
+ name: "modesColorStatusInfoFrozenglobalDefault",
5289
5270
  attributes: {
5290
- value: "#111722",
5271
+ value: "#007ED9",
5291
5272
  type: "color",
5292
5273
  description: "Global message bg",
5293
5274
  filePath: "data/tokens/modes/dark.json",
5294
5275
  isSource: true,
5295
5276
  original: {
5296
- value: "{modes.color.status.info.defaultAlt}",
5277
+ value: "{modes.color.status.info.default}",
5297
5278
  type: "color",
5298
5279
  description: "Global message bg",
5299
5280
  },
5300
5281
  name: "default",
5301
5282
  attributes: {},
5302
- path: ["modes", "color", "status", "info", "frozen", "default"],
5283
+ path: [
5284
+ "modes",
5285
+ "color",
5286
+ "status",
5287
+ "info",
5288
+ "frozenglobal",
5289
+ "default",
5290
+ ],
5303
5291
  comment: "Global message bg",
5304
5292
  },
5305
- path: ["modes", "color", "status", "info", "frozen", "default"],
5293
+ path: [
5294
+ "modes",
5295
+ "color",
5296
+ "status",
5297
+ "info",
5298
+ "frozenglobal",
5299
+ "default",
5300
+ ],
5306
5301
  comment: "Global message bg",
5307
5302
  },
5303
+ hover: {
5304
+ value: "#5291e0",
5305
+ type: "color",
5306
+ description: "used on global message bg",
5307
+ filePath: "data/tokens/modes/dark.json",
5308
+ isSource: true,
5309
+ original: {
5310
+ value: "{modes.color.status.info.hover}",
5311
+ type: "color",
5312
+ description: "used on global message bg",
5313
+ },
5314
+ name: "modesColorStatusInfoFrozenglobalHover",
5315
+ attributes: {
5316
+ value: "#5291e0",
5317
+ type: "color",
5318
+ description: "used on global message bg",
5319
+ filePath: "data/tokens/modes/dark.json",
5320
+ isSource: true,
5321
+ original: {
5322
+ value: "{modes.color.status.info.hover}",
5323
+ type: "color",
5324
+ description: "used on global message bg",
5325
+ },
5326
+ name: "hover",
5327
+ attributes: {},
5328
+ path: [
5329
+ "modes",
5330
+ "color",
5331
+ "status",
5332
+ "info",
5333
+ "frozenglobal",
5334
+ "hover",
5335
+ ],
5336
+ comment: "used on global message bg",
5337
+ },
5338
+ path: [
5339
+ "modes",
5340
+ "color",
5341
+ "status",
5342
+ "info",
5343
+ "frozenglobal",
5344
+ "hover",
5345
+ ],
5346
+ comment: "used on global message bg",
5347
+ },
5308
5348
  },
5309
5349
  },
5310
5350
  negative: {
@@ -5579,19 +5619,6 @@ module.exports = {
5579
5619
  },
5580
5620
  },
5581
5621
  neutral: {
5582
- alt: {
5583
- value: "#7C7C7C",
5584
- type: "color",
5585
- filePath: "data/tokens/modes/dark.json",
5586
- isSource: true,
5587
- original: {
5588
- value: "{primitives.colors.smoke}",
5589
- type: "color",
5590
- },
5591
- name: "modesColorStatusNeutralAlt",
5592
- attributes: {},
5593
- path: ["modes", "color", "status", "neutral", "alt"],
5594
- },
5595
5622
  default: {
5596
5623
  value: "#7C7C7C",
5597
5624
  type: "color",
@@ -5868,7 +5895,7 @@ module.exports = {
5868
5895
  filePath: "data/tokens/modes/dark.json",
5869
5896
  isSource: true,
5870
5897
  original: {
5871
- value: "{modes.color.status.neutral.alt}",
5898
+ value: "{modes.color.status.neutral.default}",
5872
5899
  type: "color",
5873
5900
  $extensions: {
5874
5901
  "studio.tokens": {
@@ -5894,6 +5921,101 @@ module.exports = {
5894
5921
  "default",
5895
5922
  ],
5896
5923
  },
5924
+ defaultAlt: {
5925
+ value: "#171717",
5926
+ type: "color",
5927
+ $extensions: {
5928
+ "studio.tokens": {
5929
+ modify: {
5930
+ type: "mix",
5931
+ value: "0.85",
5932
+ space: "lch",
5933
+ color: "#000000",
5934
+ filePath: "data/tokens/modes/dark.json",
5935
+ isSource: true,
5936
+ format: "hex",
5937
+ },
5938
+ },
5939
+ },
5940
+ description: "Subtle message bg",
5941
+ filePath: "data/tokens/modes/dark.json",
5942
+ isSource: true,
5943
+ original: {
5944
+ value: "{primitives.colors.smoke}",
5945
+ type: "color",
5946
+ $extensions: {
5947
+ "studio.tokens": {
5948
+ modify: {
5949
+ type: "mix",
5950
+ value: "0.85",
5951
+ space: "lch",
5952
+ color: "{modes.color.modifier.contrastLess}",
5953
+ filePath: "data/tokens/modes/dark.json",
5954
+ isSource: true,
5955
+ },
5956
+ },
5957
+ },
5958
+ description: "Subtle message bg",
5959
+ },
5960
+ name: "modesColorStatusNeutralFrozenDefaultAlt",
5961
+ attributes: {
5962
+ value: "#7C7C7C",
5963
+ type: "color",
5964
+ $extensions: {
5965
+ "studio.tokens": {
5966
+ modify: {
5967
+ type: "mix",
5968
+ value: "0.85",
5969
+ space: "lch",
5970
+ color: "#000000",
5971
+ filePath: "data/tokens/modes/dark.json",
5972
+ isSource: true,
5973
+ format: "hex",
5974
+ },
5975
+ },
5976
+ },
5977
+ description: "Subtle message bg",
5978
+ filePath: "data/tokens/modes/dark.json",
5979
+ isSource: true,
5980
+ original: {
5981
+ value: "{primitives.colors.smoke}",
5982
+ type: "color",
5983
+ $extensions: {
5984
+ "studio.tokens": {
5985
+ modify: {
5986
+ type: "mix",
5987
+ value: "0.85",
5988
+ space: "lch",
5989
+ color: "{modes.color.modifier.contrastLess}",
5990
+ filePath: "data/tokens/modes/dark.json",
5991
+ isSource: true,
5992
+ },
5993
+ },
5994
+ },
5995
+ description: "Subtle message bg",
5996
+ },
5997
+ name: "defaultAlt",
5998
+ attributes: {},
5999
+ path: [
6000
+ "modes",
6001
+ "color",
6002
+ "status",
6003
+ "neutral",
6004
+ "frozen",
6005
+ "defaultAlt",
6006
+ ],
6007
+ comment: "Subtle message bg",
6008
+ },
6009
+ path: [
6010
+ "modes",
6011
+ "color",
6012
+ "status",
6013
+ "neutral",
6014
+ "frozen",
6015
+ "defaultAlt",
6016
+ ],
6017
+ comment: "Subtle message bg",
6018
+ },
5897
6019
  hover: {
5898
6020
  value: "#909090",
5899
6021
  type: "color",
@@ -5907,6 +6029,101 @@ module.exports = {
5907
6029
  attributes: {},
5908
6030
  path: ["modes", "color", "status", "neutral", "frozen", "hover"],
5909
6031
  },
6032
+ hoverAlt: {
6033
+ value: "#262626",
6034
+ type: "color",
6035
+ $extensions: {
6036
+ "studio.tokens": {
6037
+ modify: {
6038
+ type: "mix",
6039
+ value: "0.08 ",
6040
+ space: "lch",
6041
+ color: "#FFFFFF",
6042
+ filePath: "data/tokens/modes/dark.json",
6043
+ isSource: true,
6044
+ format: "hex",
6045
+ },
6046
+ },
6047
+ },
6048
+ description: "used on pill hover states and message bg",
6049
+ filePath: "data/tokens/modes/dark.json",
6050
+ isSource: true,
6051
+ original: {
6052
+ value: "{modes.color.status.neutral.defaultAlt}",
6053
+ type: "color",
6054
+ $extensions: {
6055
+ "studio.tokens": {
6056
+ modify: {
6057
+ type: "mix",
6058
+ value: "{modes.color.modifiers.button.hoverAlt} ",
6059
+ space: "lch",
6060
+ color: "{modes.color.modifier.contrastMore}",
6061
+ filePath: "data/tokens/modes/dark.json",
6062
+ isSource: true,
6063
+ },
6064
+ },
6065
+ },
6066
+ description: "used on pill hover states and message bg",
6067
+ },
6068
+ name: "modesColorStatusNeutralFrozenHoverAlt",
6069
+ attributes: {
6070
+ value: "#171717",
6071
+ type: "color",
6072
+ $extensions: {
6073
+ "studio.tokens": {
6074
+ modify: {
6075
+ type: "mix",
6076
+ value: "0.08 ",
6077
+ space: "lch",
6078
+ color: "#FFFFFF",
6079
+ filePath: "data/tokens/modes/dark.json",
6080
+ isSource: true,
6081
+ format: "hex",
6082
+ },
6083
+ },
6084
+ },
6085
+ description: "used on pill hover states and message bg",
6086
+ filePath: "data/tokens/modes/dark.json",
6087
+ isSource: true,
6088
+ original: {
6089
+ value: "{modes.color.status.neutral.defaultAlt}",
6090
+ type: "color",
6091
+ $extensions: {
6092
+ "studio.tokens": {
6093
+ modify: {
6094
+ type: "mix",
6095
+ value: "{modes.color.modifiers.button.hoverAlt} ",
6096
+ space: "lch",
6097
+ color: "{modes.color.modifier.contrastMore}",
6098
+ filePath: "data/tokens/modes/dark.json",
6099
+ isSource: true,
6100
+ },
6101
+ },
6102
+ },
6103
+ description: "used on pill hover states and message bg",
6104
+ },
6105
+ name: "hoverAlt",
6106
+ attributes: {},
6107
+ path: [
6108
+ "modes",
6109
+ "color",
6110
+ "status",
6111
+ "neutral",
6112
+ "frozen",
6113
+ "hoverAlt",
6114
+ ],
6115
+ comment: "used on pill hover states and message bg",
6116
+ },
6117
+ path: [
6118
+ "modes",
6119
+ "color",
6120
+ "status",
6121
+ "neutral",
6122
+ "frozen",
6123
+ "hoverAlt",
6124
+ ],
6125
+ comment: "used on pill hover states and message bg",
6126
+ },
5910
6127
  },
5911
6128
  },
5912
6129
  positive: {