@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,7 +140,7 @@
140
140
  },
141
141
  },
142
142
  noBg: {
143
- S: {
143
+ monochrome: {
144
144
  value: "#000000",
145
145
  type: "color",
146
146
  filePath: "data/tokens/modes/light.json",
@@ -149,80 +149,16 @@
149
149
  value: "{primitives.colors.black}",
150
150
  type: "color",
151
151
  },
152
- name: "modesColorBrandCopilotNoBgS",
152
+ name: "modesColorBrandCopilotNoBgMonochrome",
153
153
  attributes: {},
154
- path: ["modes", "color", "brand", "copilot", "noBg", "S"],
155
- },
156
- star: {
157
- value: "#000000",
158
- type: "color",
159
- filePath: "data/tokens/modes/light.json",
160
- isSource: true,
161
- original: {
162
- value: "{primitives.colors.black}",
163
- type: "color",
164
- },
165
- name: "modesColorBrandCopilotNoBgStar",
166
- attributes: {},
167
- path: ["modes", "color", "brand", "copilot", "noBg", "star"],
168
- },
169
- mono: {
170
- value: "#000000",
171
- type: "color",
172
- filePath: "data/tokens/modes/light.json",
173
- isSource: true,
174
- original: {
175
- value: "{primitives.colors.black}",
176
- type: "color",
177
- },
178
- name: "modesColorBrandCopilotNoBgMono",
179
- attributes: {},
180
- path: ["modes", "color", "brand", "copilot", "noBg", "mono"],
181
- },
182
- },
183
- withBg: {
184
- S: {
185
- value:
186
- "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%)",
187
- type: "color",
188
- filePath: "data/tokens/modes/light.json",
189
- isSource: true,
190
- original: {
191
- value:
192
- "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%)",
193
- type: "color",
194
- },
195
- name: "modesColorBrandCopilotWithBgS",
196
- attributes: {},
197
- path: ["modes", "color", "brand", "copilot", "withBg", "S"],
198
- },
199
- star: {
200
- value:
201
- "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%)",
202
- type: "color",
203
- filePath: "data/tokens/modes/light.json",
204
- isSource: true,
205
- original: {
206
- value:
207
- "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%)",
208
- type: "color",
209
- },
210
- name: "modesColorBrandCopilotWithBgStar",
211
- attributes: {},
212
- path: ["modes", "color", "brand", "copilot", "withBg", "star"],
213
- },
214
- bg: {
215
- value: "#000000",
216
- type: "color",
217
- filePath: "data/tokens/modes/light.json",
218
- isSource: true,
219
- original: {
220
- value: "{primitives.colors.black}",
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
  },
@@ -5301,27 +5237,27 @@
5301
5237
  attributes: {},
5302
5238
  path: ["modes", "color", "status", "caution", "text"],
5303
5239
  },
5304
- frozen: {
5240
+ frozenglobal: {
5305
5241
  default: {
5306
- value: "#FF8629",
5242
+ value: "#ff8629",
5307
5243
  type: "color",
5308
5244
  description: "used on global message bg",
5309
5245
  filePath: "data/tokens/modes/light.json",
5310
5246
  isSource: true,
5311
5247
  original: {
5312
- value: "#FF8629",
5248
+ value: "#ff8629",
5313
5249
  type: "color",
5314
5250
  description: "used on global message bg",
5315
5251
  },
5316
- name: "modesColorStatusCautionFrozenDefault",
5252
+ name: "modesColorStatusCautionFrozenglobalDefault",
5317
5253
  attributes: {
5318
- value: "#FF8629",
5254
+ value: "#ff8629",
5319
5255
  type: "color",
5320
5256
  description: "used on global message bg",
5321
5257
  filePath: "data/tokens/modes/light.json",
5322
5258
  isSource: true,
5323
5259
  original: {
5324
- value: "#FF8629",
5260
+ value: "#ff8629",
5325
5261
  type: "color",
5326
5262
  description: "used on global message bg",
5327
5263
  },
@@ -5332,7 +5268,7 @@
5332
5268
  "color",
5333
5269
  "status",
5334
5270
  "caution",
5335
- "frozen",
5271
+ "frozenglobal",
5336
5272
  "default",
5337
5273
  ],
5338
5274
  comment: "used on global message bg",
@@ -5342,11 +5278,106 @@
5342
5278
  "color",
5343
5279
  "status",
5344
5280
  "caution",
5345
- "frozen",
5281
+ "frozenglobal",
5346
5282
  "default",
5347
5283
  ],
5348
5284
  comment: "used on global message bg",
5349
5285
  },
5286
+ hover: {
5287
+ value: "#ff9a4e",
5288
+ type: "color",
5289
+ $extensions: {
5290
+ "studio.tokens": {
5291
+ modify: {
5292
+ type: "mix",
5293
+ value: "0.16 ",
5294
+ space: "lch",
5295
+ color: "#FFFFFF ",
5296
+ filePath: "data/tokens/modes/light.json",
5297
+ isSource: true,
5298
+ format: "hex",
5299
+ },
5300
+ },
5301
+ },
5302
+ description: "used on global message bg",
5303
+ filePath: "data/tokens/modes/light.json",
5304
+ isSource: true,
5305
+ original: {
5306
+ value: "{modes.color.status.caution.frozenglobal.default}",
5307
+ type: "color",
5308
+ $extensions: {
5309
+ "studio.tokens": {
5310
+ modify: {
5311
+ type: "mix",
5312
+ value: "{modes.color.modifiers.button.hover} ",
5313
+ space: "lch",
5314
+ color: "{modes.color.modifier.contrastLess} ",
5315
+ filePath: "data/tokens/modes/light.json",
5316
+ isSource: true,
5317
+ },
5318
+ },
5319
+ },
5320
+ description: "used on global message bg",
5321
+ },
5322
+ name: "modesColorStatusCautionFrozenglobalHover",
5323
+ attributes: {
5324
+ value: "#ff8629",
5325
+ type: "color",
5326
+ $extensions: {
5327
+ "studio.tokens": {
5328
+ modify: {
5329
+ type: "mix",
5330
+ value: "0.16 ",
5331
+ space: "lch",
5332
+ color: "#FFFFFF ",
5333
+ filePath: "data/tokens/modes/light.json",
5334
+ isSource: true,
5335
+ format: "hex",
5336
+ },
5337
+ },
5338
+ },
5339
+ description: "used on global message bg",
5340
+ filePath: "data/tokens/modes/light.json",
5341
+ isSource: true,
5342
+ original: {
5343
+ value: "{modes.color.status.caution.frozenglobal.default}",
5344
+ type: "color",
5345
+ $extensions: {
5346
+ "studio.tokens": {
5347
+ modify: {
5348
+ type: "mix",
5349
+ value: "{modes.color.modifiers.button.hover} ",
5350
+ space: "lch",
5351
+ color: "{modes.color.modifier.contrastLess} ",
5352
+ filePath: "data/tokens/modes/light.json",
5353
+ isSource: true,
5354
+ },
5355
+ },
5356
+ },
5357
+ description: "used on global message bg",
5358
+ },
5359
+ name: "hover",
5360
+ attributes: {},
5361
+ path: [
5362
+ "modes",
5363
+ "color",
5364
+ "status",
5365
+ "caution",
5366
+ "frozenglobal",
5367
+ "hover",
5368
+ ],
5369
+ comment: "used on global message bg",
5370
+ },
5371
+ path: [
5372
+ "modes",
5373
+ "color",
5374
+ "status",
5375
+ "caution",
5376
+ "frozenglobal",
5377
+ "hover",
5378
+ ],
5379
+ comment: "used on global message bg",
5380
+ },
5350
5381
  },
5351
5382
  },
5352
5383
  content: {
@@ -5816,7 +5847,7 @@
5816
5847
  path: ["modes", "color", "status", "info", "hoverAlt"],
5817
5848
  comment: "used on pill hover states and message bg",
5818
5849
  },
5819
- frozen: {
5850
+ frozenglobal: {
5820
5851
  default: {
5821
5852
  value: "#65a9ff",
5822
5853
  type: "color",
@@ -5828,7 +5859,7 @@
5828
5859
  type: "color",
5829
5860
  description: "used on global message bg",
5830
5861
  },
5831
- name: "modesColorStatusInfoFrozenDefault",
5862
+ name: "modesColorStatusInfoFrozenglobalDefault",
5832
5863
  attributes: {
5833
5864
  value: "#65a9ff",
5834
5865
  type: "color",
@@ -5847,12 +5878,114 @@
5847
5878
  "color",
5848
5879
  "status",
5849
5880
  "info",
5850
- "frozen",
5881
+ "frozenglobal",
5851
5882
  "default",
5852
5883
  ],
5853
5884
  comment: "used on global message bg",
5854
5885
  },
5855
- path: ["modes", "color", "status", "info", "frozen", "default"],
5886
+ path: [
5887
+ "modes",
5888
+ "color",
5889
+ "status",
5890
+ "info",
5891
+ "frozenglobal",
5892
+ "default",
5893
+ ],
5894
+ comment: "used on global message bg",
5895
+ },
5896
+ hover: {
5897
+ value: "#84b6ff",
5898
+ type: "color",
5899
+ $extensions: {
5900
+ "studio.tokens": {
5901
+ modify: {
5902
+ type: "mix",
5903
+ value: "0.16 ",
5904
+ space: "lch",
5905
+ color: "#FFFFFF ",
5906
+ filePath: "data/tokens/modes/light.json",
5907
+ isSource: true,
5908
+ format: "hex",
5909
+ },
5910
+ },
5911
+ },
5912
+ description: "used on global message bg",
5913
+ filePath: "data/tokens/modes/light.json",
5914
+ isSource: true,
5915
+ original: {
5916
+ value: "{modes.color.status.info.frozenglobal.default}",
5917
+ type: "color",
5918
+ $extensions: {
5919
+ "studio.tokens": {
5920
+ modify: {
5921
+ type: "mix",
5922
+ value: "{modes.color.modifiers.button.hover} ",
5923
+ space: "lch",
5924
+ color: "{modes.color.modifier.contrastLess} ",
5925
+ filePath: "data/tokens/modes/light.json",
5926
+ isSource: true,
5927
+ },
5928
+ },
5929
+ },
5930
+ description: "used on global message bg",
5931
+ },
5932
+ name: "modesColorStatusInfoFrozenglobalHover",
5933
+ attributes: {
5934
+ value: "#65a9ff",
5935
+ type: "color",
5936
+ $extensions: {
5937
+ "studio.tokens": {
5938
+ modify: {
5939
+ type: "mix",
5940
+ value: "0.16 ",
5941
+ space: "lch",
5942
+ color: "#FFFFFF ",
5943
+ filePath: "data/tokens/modes/light.json",
5944
+ isSource: true,
5945
+ format: "hex",
5946
+ },
5947
+ },
5948
+ },
5949
+ description: "used on global message bg",
5950
+ filePath: "data/tokens/modes/light.json",
5951
+ isSource: true,
5952
+ original: {
5953
+ value: "{modes.color.status.info.frozenglobal.default}",
5954
+ type: "color",
5955
+ $extensions: {
5956
+ "studio.tokens": {
5957
+ modify: {
5958
+ type: "mix",
5959
+ value: "{modes.color.modifiers.button.hover} ",
5960
+ space: "lch",
5961
+ color: "{modes.color.modifier.contrastLess} ",
5962
+ filePath: "data/tokens/modes/light.json",
5963
+ isSource: true,
5964
+ },
5965
+ },
5966
+ },
5967
+ description: "used on global message bg",
5968
+ },
5969
+ name: "hover",
5970
+ attributes: {},
5971
+ path: [
5972
+ "modes",
5973
+ "color",
5974
+ "status",
5975
+ "info",
5976
+ "frozenglobal",
5977
+ "hover",
5978
+ ],
5979
+ comment: "used on global message bg",
5980
+ },
5981
+ path: [
5982
+ "modes",
5983
+ "color",
5984
+ "status",
5985
+ "info",
5986
+ "frozenglobal",
5987
+ "hover",
5988
+ ],
5856
5989
  comment: "used on global message bg",
5857
5990
  },
5858
5991
  },
@@ -6153,19 +6286,6 @@
6153
6286
  },
6154
6287
  },
6155
6288
  neutral: {
6156
- alt: {
6157
- value: "#656565",
6158
- type: "color",
6159
- filePath: "data/tokens/modes/light.json",
6160
- isSource: true,
6161
- original: {
6162
- value: "{primitives.colors.storm}",
6163
- type: "color",
6164
- },
6165
- name: "modesColorStatusNeutralAlt",
6166
- attributes: {},
6167
- path: ["modes", "color", "status", "neutral", "alt"],
6168
- },
6169
6289
  default: {
6170
6290
  value: "#656565",
6171
6291
  type: "color",
@@ -6443,6 +6563,101 @@
6443
6563
  "default",
6444
6564
  ],
6445
6565
  },
6566
+ defaultAlt: {
6567
+ value: "#eaedf0",
6568
+ type: "color",
6569
+ $extensions: {
6570
+ "studio.tokens": {
6571
+ modify: {
6572
+ type: "mix",
6573
+ value: "0.9",
6574
+ space: "lch",
6575
+ color: "#FFFFFF",
6576
+ filePath: "data/tokens/modes/light.json",
6577
+ isSource: true,
6578
+ format: "hex",
6579
+ },
6580
+ },
6581
+ },
6582
+ description: "Subtle message bg",
6583
+ filePath: "data/tokens/modes/light.json",
6584
+ isSource: true,
6585
+ original: {
6586
+ value: "{primitives.colors.navy}",
6587
+ type: "color",
6588
+ $extensions: {
6589
+ "studio.tokens": {
6590
+ modify: {
6591
+ type: "mix",
6592
+ value: "0.9",
6593
+ space: "lch",
6594
+ color: "{modes.color.modifier.contrastLess}",
6595
+ filePath: "data/tokens/modes/light.json",
6596
+ isSource: true,
6597
+ },
6598
+ },
6599
+ },
6600
+ description: "Subtle message bg",
6601
+ },
6602
+ name: "modesColorStatusNeutralFrozenDefaultAlt",
6603
+ attributes: {
6604
+ value: "#335B70",
6605
+ type: "color",
6606
+ $extensions: {
6607
+ "studio.tokens": {
6608
+ modify: {
6609
+ type: "mix",
6610
+ value: "0.9",
6611
+ space: "lch",
6612
+ color: "#FFFFFF",
6613
+ filePath: "data/tokens/modes/light.json",
6614
+ isSource: true,
6615
+ format: "hex",
6616
+ },
6617
+ },
6618
+ },
6619
+ description: "Subtle message bg",
6620
+ filePath: "data/tokens/modes/light.json",
6621
+ isSource: true,
6622
+ original: {
6623
+ value: "{primitives.colors.navy}",
6624
+ type: "color",
6625
+ $extensions: {
6626
+ "studio.tokens": {
6627
+ modify: {
6628
+ type: "mix",
6629
+ value: "0.9",
6630
+ space: "lch",
6631
+ color: "{modes.color.modifier.contrastLess}",
6632
+ filePath: "data/tokens/modes/light.json",
6633
+ isSource: true,
6634
+ },
6635
+ },
6636
+ },
6637
+ description: "Subtle message bg",
6638
+ },
6639
+ name: "defaultAlt",
6640
+ attributes: {},
6641
+ path: [
6642
+ "modes",
6643
+ "color",
6644
+ "status",
6645
+ "neutral",
6646
+ "frozen",
6647
+ "defaultAlt",
6648
+ ],
6649
+ comment: "Subtle message bg",
6650
+ },
6651
+ path: [
6652
+ "modes",
6653
+ "color",
6654
+ "status",
6655
+ "neutral",
6656
+ "frozen",
6657
+ "defaultAlt",
6658
+ ],
6659
+ comment: "Subtle message bg",
6660
+ },
6446
6661
  hover: {
6447
6662
  value: "#20313b",
6448
6663
  type: "color",
@@ -6488,6 +6703,101 @@
6488
6703
  "hover",
6489
6704
  ],
6490
6705
  },
6706
+ hoverAlt: {
6707
+ value: "#dde0e2",
6708
+ type: "color",
6709
+ $extensions: {
6710
+ "studio.tokens": {
6711
+ modify: {
6712
+ type: "mix",
6713
+ value: "0.05",
6714
+ space: "lch",
6715
+ color: "#000000",
6716
+ filePath: "data/tokens/modes/light.json",
6717
+ isSource: true,
6718
+ format: "hex",
6719
+ },
6720
+ },
6721
+ },
6722
+ description: "used on pill hover states and message bg",
6723
+ filePath: "data/tokens/modes/light.json",
6724
+ isSource: true,
6725
+ original: {
6726
+ value: "{modes.color.status.neutral.frozen.defaultAlt}",
6727
+ type: "color",
6728
+ $extensions: {
6729
+ "studio.tokens": {
6730
+ modify: {
6731
+ type: "mix",
6732
+ value: "0.05",
6733
+ space: "lch",
6734
+ color: "{modes.color.modifier.contrastMore}",
6735
+ filePath: "data/tokens/modes/light.json",
6736
+ isSource: true,
6737
+ },
6738
+ },
6739
+ },
6740
+ description: "used on pill hover states and message bg",
6741
+ },
6742
+ name: "modesColorStatusNeutralFrozenHoverAlt",
6743
+ attributes: {
6744
+ value: "#eaedf0",
6745
+ type: "color",
6746
+ $extensions: {
6747
+ "studio.tokens": {
6748
+ modify: {
6749
+ type: "mix",
6750
+ value: "0.05",
6751
+ space: "lch",
6752
+ color: "#000000",
6753
+ filePath: "data/tokens/modes/light.json",
6754
+ isSource: true,
6755
+ format: "hex",
6756
+ },
6757
+ },
6758
+ },
6759
+ description: "used on pill hover states and message bg",
6760
+ filePath: "data/tokens/modes/light.json",
6761
+ isSource: true,
6762
+ original: {
6763
+ value: "{modes.color.status.neutral.frozen.defaultAlt}",
6764
+ type: "color",
6765
+ $extensions: {
6766
+ "studio.tokens": {
6767
+ modify: {
6768
+ type: "mix",
6769
+ value: "0.05",
6770
+ space: "lch",
6771
+ color: "{modes.color.modifier.contrastMore}",
6772
+ filePath: "data/tokens/modes/light.json",
6773
+ isSource: true,
6774
+ },
6775
+ },
6776
+ },
6777
+ description: "used on pill hover states and message bg",
6778
+ },
6779
+ name: "hoverAlt",
6780
+ attributes: {},
6781
+ path: [
6782
+ "modes",
6783
+ "color",
6784
+ "status",
6785
+ "neutral",
6786
+ "frozen",
6787
+ "hoverAlt",
6788
+ ],
6789
+ comment: "used on pill hover states and message bg",
6790
+ },
6791
+ path: [
6792
+ "modes",
6793
+ "color",
6794
+ "status",
6795
+ "neutral",
6796
+ "frozen",
6797
+ "hoverAlt",
6798
+ ],
6799
+ comment: "used on pill hover states and message bg",
6800
+ },
6491
6801
  },
6492
6802
  },
6493
6803
  positive: {
@@ -3,12 +3,7 @@
3
3
  "logoColorSageBgAlt": "#FFFFFF",
4
4
  "logoColorTrustBgDefault": "#009023",
5
5
  "logoColorTrustOutline": "#FFFFFF",
6
- "logoColorCopilotNoBgBgS": "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%)",
7
- "logoColorCopilotNoBgBgStar": "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%)",
8
6
  "logoColorCopilotNoBgFgDefault": "#FFFFFF",
9
- "logoColorCopilotWithBgBgS": "#000000",
10
- "logoColorCopilotWithBgBgStar": "#000000",
11
- "logoColorCopilotWithBgBgDefault": "#FFFFFF",
12
7
  "logoColorAiIdentifierBgStar": "#FFFFFF",
13
8
  "logoColorAiIdentifierBgDot": "#00D639",
14
9
  "logoColorAiIdentifierOutline": "#FFFFFF",