@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
@@ -32,14 +32,7 @@ declare const tokens: {
32
32
  withDefault: DesignToken;
33
33
  };
34
34
  noBg: {
35
- S: DesignToken;
36
- star: DesignToken;
37
- mono: DesignToken;
38
- };
39
- withBg: {
40
- S: DesignToken;
41
- star: DesignToken;
42
- bg: DesignToken;
35
+ monochrome: DesignToken;
43
36
  };
44
37
  };
45
38
  };
@@ -215,8 +208,9 @@ declare const tokens: {
215
208
  hover: DesignToken;
216
209
  hoverAlt: DesignToken;
217
210
  text: DesignToken;
218
- frozen: {
211
+ frozenglobal: {
219
212
  default: DesignToken;
213
+ hover: DesignToken;
220
214
  };
221
215
  };
222
216
  content: {
@@ -235,8 +229,9 @@ declare const tokens: {
235
229
  defaultAlt: DesignToken;
236
230
  hover: DesignToken;
237
231
  hoverAlt: DesignToken;
238
- frozen: {
232
+ frozenglobal: {
239
233
  default: DesignToken;
234
+ hover: DesignToken;
240
235
  };
241
236
  };
242
237
  negative: {
@@ -247,14 +242,15 @@ declare const tokens: {
247
242
  text: DesignToken;
248
243
  };
249
244
  neutral: {
250
- alt: DesignToken;
251
245
  default: DesignToken;
252
246
  defaultAlt: DesignToken;
253
247
  hover: DesignToken;
254
248
  hoverAlt: DesignToken;
255
249
  frozen: {
256
250
  default: DesignToken;
251
+ defaultAlt: DesignToken;
257
252
  hover: DesignToken;
253
+ hoverAlt: DesignToken;
258
254
  };
259
255
  };
260
256
  positive: {
@@ -129,7 +129,7 @@ module.exports = {
129
129
  },
130
130
  },
131
131
  noBg: {
132
- S: {
132
+ monochrome: {
133
133
  value: "#000000",
134
134
  type: "color",
135
135
  filePath: "data/tokens/modes/light.json",
@@ -138,80 +138,16 @@ module.exports = {
138
138
  value: "{primitives.colors.black}",
139
139
  type: "color",
140
140
  },
141
- name: "modesColorBrandCopilotNoBgS",
141
+ name: "modesColorBrandCopilotNoBgMonochrome",
142
142
  attributes: {},
143
- path: ["modes", "color", "brand", "copilot", "noBg", "S"],
144
- },
145
- star: {
146
- value: "#000000",
147
- type: "color",
148
- filePath: "data/tokens/modes/light.json",
149
- isSource: true,
150
- original: {
151
- value: "{primitives.colors.black}",
152
- type: "color",
153
- },
154
- name: "modesColorBrandCopilotNoBgStar",
155
- attributes: {},
156
- path: ["modes", "color", "brand", "copilot", "noBg", "star"],
157
- },
158
- mono: {
159
- value: "#000000",
160
- type: "color",
161
- filePath: "data/tokens/modes/light.json",
162
- isSource: true,
163
- original: {
164
- value: "{primitives.colors.black}",
165
- type: "color",
166
- },
167
- name: "modesColorBrandCopilotNoBgMono",
168
- attributes: {},
169
- path: ["modes", "color", "brand", "copilot", "noBg", "mono"],
170
- },
171
- },
172
- withBg: {
173
- S: {
174
- value:
175
- "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%)",
176
- type: "color",
177
- filePath: "data/tokens/modes/light.json",
178
- isSource: true,
179
- original: {
180
- value:
181
- "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%)",
182
- type: "color",
183
- },
184
- name: "modesColorBrandCopilotWithBgS",
185
- attributes: {},
186
- path: ["modes", "color", "brand", "copilot", "withBg", "S"],
187
- },
188
- star: {
189
- value:
190
- "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%)",
191
- type: "color",
192
- filePath: "data/tokens/modes/light.json",
193
- isSource: true,
194
- original: {
195
- value:
196
- "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%)",
197
- type: "color",
198
- },
199
- name: "modesColorBrandCopilotWithBgStar",
200
- attributes: {},
201
- path: ["modes", "color", "brand", "copilot", "withBg", "star"],
202
- },
203
- bg: {
204
- value: "#000000",
205
- type: "color",
206
- filePath: "data/tokens/modes/light.json",
207
- isSource: true,
208
- original: {
209
- value: "{primitives.colors.black}",
210
- type: "color",
211
- },
212
- name: "modesColorBrandCopilotWithBgBg",
213
- 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
  },
@@ -5206,27 +5142,27 @@ module.exports = {
5206
5142
  attributes: {},
5207
5143
  path: ["modes", "color", "status", "caution", "text"],
5208
5144
  },
5209
- frozen: {
5145
+ frozenglobal: {
5210
5146
  default: {
5211
- value: "#FF8629",
5147
+ value: "#ff8629",
5212
5148
  type: "color",
5213
5149
  description: "used on global message bg",
5214
5150
  filePath: "data/tokens/modes/light.json",
5215
5151
  isSource: true,
5216
5152
  original: {
5217
- value: "#FF8629",
5153
+ value: "#ff8629",
5218
5154
  type: "color",
5219
5155
  description: "used on global message bg",
5220
5156
  },
5221
- name: "modesColorStatusCautionFrozenDefault",
5157
+ name: "modesColorStatusCautionFrozenglobalDefault",
5222
5158
  attributes: {
5223
- value: "#FF8629",
5159
+ value: "#ff8629",
5224
5160
  type: "color",
5225
5161
  description: "used on global message bg",
5226
5162
  filePath: "data/tokens/modes/light.json",
5227
5163
  isSource: true,
5228
5164
  original: {
5229
- value: "#FF8629",
5165
+ value: "#ff8629",
5230
5166
  type: "color",
5231
5167
  description: "used on global message bg",
5232
5168
  },
@@ -5237,7 +5173,7 @@ module.exports = {
5237
5173
  "color",
5238
5174
  "status",
5239
5175
  "caution",
5240
- "frozen",
5176
+ "frozenglobal",
5241
5177
  "default",
5242
5178
  ],
5243
5179
  comment: "used on global message bg",
@@ -5247,11 +5183,106 @@ module.exports = {
5247
5183
  "color",
5248
5184
  "status",
5249
5185
  "caution",
5250
- "frozen",
5186
+ "frozenglobal",
5251
5187
  "default",
5252
5188
  ],
5253
5189
  comment: "used on global message bg",
5254
5190
  },
5191
+ hover: {
5192
+ value: "#ff9a4e",
5193
+ type: "color",
5194
+ $extensions: {
5195
+ "studio.tokens": {
5196
+ modify: {
5197
+ type: "mix",
5198
+ value: "0.16 ",
5199
+ space: "lch",
5200
+ color: "#FFFFFF ",
5201
+ filePath: "data/tokens/modes/light.json",
5202
+ isSource: true,
5203
+ format: "hex",
5204
+ },
5205
+ },
5206
+ },
5207
+ description: "used on global message bg",
5208
+ filePath: "data/tokens/modes/light.json",
5209
+ isSource: true,
5210
+ original: {
5211
+ value: "{modes.color.status.caution.frozenglobal.default}",
5212
+ type: "color",
5213
+ $extensions: {
5214
+ "studio.tokens": {
5215
+ modify: {
5216
+ type: "mix",
5217
+ value: "{modes.color.modifiers.button.hover} ",
5218
+ space: "lch",
5219
+ color: "{modes.color.modifier.contrastLess} ",
5220
+ filePath: "data/tokens/modes/light.json",
5221
+ isSource: true,
5222
+ },
5223
+ },
5224
+ },
5225
+ description: "used on global message bg",
5226
+ },
5227
+ name: "modesColorStatusCautionFrozenglobalHover",
5228
+ attributes: {
5229
+ value: "#ff8629",
5230
+ type: "color",
5231
+ $extensions: {
5232
+ "studio.tokens": {
5233
+ modify: {
5234
+ type: "mix",
5235
+ value: "0.16 ",
5236
+ space: "lch",
5237
+ color: "#FFFFFF ",
5238
+ filePath: "data/tokens/modes/light.json",
5239
+ isSource: true,
5240
+ format: "hex",
5241
+ },
5242
+ },
5243
+ },
5244
+ description: "used on global message bg",
5245
+ filePath: "data/tokens/modes/light.json",
5246
+ isSource: true,
5247
+ original: {
5248
+ value: "{modes.color.status.caution.frozenglobal.default}",
5249
+ type: "color",
5250
+ $extensions: {
5251
+ "studio.tokens": {
5252
+ modify: {
5253
+ type: "mix",
5254
+ value: "{modes.color.modifiers.button.hover} ",
5255
+ space: "lch",
5256
+ color: "{modes.color.modifier.contrastLess} ",
5257
+ filePath: "data/tokens/modes/light.json",
5258
+ isSource: true,
5259
+ },
5260
+ },
5261
+ },
5262
+ description: "used on global message bg",
5263
+ },
5264
+ name: "hover",
5265
+ attributes: {},
5266
+ path: [
5267
+ "modes",
5268
+ "color",
5269
+ "status",
5270
+ "caution",
5271
+ "frozenglobal",
5272
+ "hover",
5273
+ ],
5274
+ comment: "used on global message bg",
5275
+ },
5276
+ path: [
5277
+ "modes",
5278
+ "color",
5279
+ "status",
5280
+ "caution",
5281
+ "frozenglobal",
5282
+ "hover",
5283
+ ],
5284
+ comment: "used on global message bg",
5285
+ },
5255
5286
  },
5256
5287
  },
5257
5288
  content: {
@@ -5719,7 +5750,7 @@ module.exports = {
5719
5750
  path: ["modes", "color", "status", "info", "hoverAlt"],
5720
5751
  comment: "used on pill hover states and message bg",
5721
5752
  },
5722
- frozen: {
5753
+ frozenglobal: {
5723
5754
  default: {
5724
5755
  value: "#65a9ff",
5725
5756
  type: "color",
@@ -5731,7 +5762,7 @@ module.exports = {
5731
5762
  type: "color",
5732
5763
  description: "used on global message bg",
5733
5764
  },
5734
- name: "modesColorStatusInfoFrozenDefault",
5765
+ name: "modesColorStatusInfoFrozenglobalDefault",
5735
5766
  attributes: {
5736
5767
  value: "#65a9ff",
5737
5768
  type: "color",
@@ -5745,10 +5776,119 @@ module.exports = {
5745
5776
  },
5746
5777
  name: "default",
5747
5778
  attributes: {},
5748
- path: ["modes", "color", "status", "info", "frozen", "default"],
5779
+ path: [
5780
+ "modes",
5781
+ "color",
5782
+ "status",
5783
+ "info",
5784
+ "frozenglobal",
5785
+ "default",
5786
+ ],
5787
+ comment: "used on global message bg",
5788
+ },
5789
+ path: [
5790
+ "modes",
5791
+ "color",
5792
+ "status",
5793
+ "info",
5794
+ "frozenglobal",
5795
+ "default",
5796
+ ],
5797
+ comment: "used on global message bg",
5798
+ },
5799
+ hover: {
5800
+ value: "#84b6ff",
5801
+ type: "color",
5802
+ $extensions: {
5803
+ "studio.tokens": {
5804
+ modify: {
5805
+ type: "mix",
5806
+ value: "0.16 ",
5807
+ space: "lch",
5808
+ color: "#FFFFFF ",
5809
+ filePath: "data/tokens/modes/light.json",
5810
+ isSource: true,
5811
+ format: "hex",
5812
+ },
5813
+ },
5814
+ },
5815
+ description: "used on global message bg",
5816
+ filePath: "data/tokens/modes/light.json",
5817
+ isSource: true,
5818
+ original: {
5819
+ value: "{modes.color.status.info.frozenglobal.default}",
5820
+ type: "color",
5821
+ $extensions: {
5822
+ "studio.tokens": {
5823
+ modify: {
5824
+ type: "mix",
5825
+ value: "{modes.color.modifiers.button.hover} ",
5826
+ space: "lch",
5827
+ color: "{modes.color.modifier.contrastLess} ",
5828
+ filePath: "data/tokens/modes/light.json",
5829
+ isSource: true,
5830
+ },
5831
+ },
5832
+ },
5833
+ description: "used on global message bg",
5834
+ },
5835
+ name: "modesColorStatusInfoFrozenglobalHover",
5836
+ attributes: {
5837
+ value: "#65a9ff",
5838
+ type: "color",
5839
+ $extensions: {
5840
+ "studio.tokens": {
5841
+ modify: {
5842
+ type: "mix",
5843
+ value: "0.16 ",
5844
+ space: "lch",
5845
+ color: "#FFFFFF ",
5846
+ filePath: "data/tokens/modes/light.json",
5847
+ isSource: true,
5848
+ format: "hex",
5849
+ },
5850
+ },
5851
+ },
5852
+ description: "used on global message bg",
5853
+ filePath: "data/tokens/modes/light.json",
5854
+ isSource: true,
5855
+ original: {
5856
+ value: "{modes.color.status.info.frozenglobal.default}",
5857
+ type: "color",
5858
+ $extensions: {
5859
+ "studio.tokens": {
5860
+ modify: {
5861
+ type: "mix",
5862
+ value: "{modes.color.modifiers.button.hover} ",
5863
+ space: "lch",
5864
+ color: "{modes.color.modifier.contrastLess} ",
5865
+ filePath: "data/tokens/modes/light.json",
5866
+ isSource: true,
5867
+ },
5868
+ },
5869
+ },
5870
+ description: "used on global message bg",
5871
+ },
5872
+ name: "hover",
5873
+ attributes: {},
5874
+ path: [
5875
+ "modes",
5876
+ "color",
5877
+ "status",
5878
+ "info",
5879
+ "frozenglobal",
5880
+ "hover",
5881
+ ],
5749
5882
  comment: "used on global message bg",
5750
5883
  },
5751
- path: ["modes", "color", "status", "info", "frozen", "default"],
5884
+ path: [
5885
+ "modes",
5886
+ "color",
5887
+ "status",
5888
+ "info",
5889
+ "frozenglobal",
5890
+ "hover",
5891
+ ],
5752
5892
  comment: "used on global message bg",
5753
5893
  },
5754
5894
  },
@@ -6048,19 +6188,6 @@ module.exports = {
6048
6188
  },
6049
6189
  },
6050
6190
  neutral: {
6051
- alt: {
6052
- value: "#656565",
6053
- type: "color",
6054
- filePath: "data/tokens/modes/light.json",
6055
- isSource: true,
6056
- original: {
6057
- value: "{primitives.colors.storm}",
6058
- type: "color",
6059
- },
6060
- name: "modesColorStatusNeutralAlt",
6061
- attributes: {},
6062
- path: ["modes", "color", "status", "neutral", "alt"],
6063
- },
6064
6191
  default: {
6065
6192
  value: "#656565",
6066
6193
  type: "color",
@@ -6338,6 +6465,101 @@ module.exports = {
6338
6465
  "default",
6339
6466
  ],
6340
6467
  },
6468
+ defaultAlt: {
6469
+ value: "#eaedf0",
6470
+ type: "color",
6471
+ $extensions: {
6472
+ "studio.tokens": {
6473
+ modify: {
6474
+ type: "mix",
6475
+ value: "0.9",
6476
+ space: "lch",
6477
+ color: "#FFFFFF",
6478
+ filePath: "data/tokens/modes/light.json",
6479
+ isSource: true,
6480
+ format: "hex",
6481
+ },
6482
+ },
6483
+ },
6484
+ description: "Subtle message bg",
6485
+ filePath: "data/tokens/modes/light.json",
6486
+ isSource: true,
6487
+ original: {
6488
+ value: "{primitives.colors.navy}",
6489
+ type: "color",
6490
+ $extensions: {
6491
+ "studio.tokens": {
6492
+ modify: {
6493
+ type: "mix",
6494
+ value: "0.9",
6495
+ space: "lch",
6496
+ color: "{modes.color.modifier.contrastLess}",
6497
+ filePath: "data/tokens/modes/light.json",
6498
+ isSource: true,
6499
+ },
6500
+ },
6501
+ },
6502
+ description: "Subtle message bg",
6503
+ },
6504
+ name: "modesColorStatusNeutralFrozenDefaultAlt",
6505
+ attributes: {
6506
+ value: "#335B70",
6507
+ type: "color",
6508
+ $extensions: {
6509
+ "studio.tokens": {
6510
+ modify: {
6511
+ type: "mix",
6512
+ value: "0.9",
6513
+ space: "lch",
6514
+ color: "#FFFFFF",
6515
+ filePath: "data/tokens/modes/light.json",
6516
+ isSource: true,
6517
+ format: "hex",
6518
+ },
6519
+ },
6520
+ },
6521
+ description: "Subtle message bg",
6522
+ filePath: "data/tokens/modes/light.json",
6523
+ isSource: true,
6524
+ original: {
6525
+ value: "{primitives.colors.navy}",
6526
+ type: "color",
6527
+ $extensions: {
6528
+ "studio.tokens": {
6529
+ modify: {
6530
+ type: "mix",
6531
+ value: "0.9",
6532
+ space: "lch",
6533
+ color: "{modes.color.modifier.contrastLess}",
6534
+ filePath: "data/tokens/modes/light.json",
6535
+ isSource: true,
6536
+ },
6537
+ },
6538
+ },
6539
+ description: "Subtle message bg",
6540
+ },
6541
+ name: "defaultAlt",
6542
+ attributes: {},
6543
+ path: [
6544
+ "modes",
6545
+ "color",
6546
+ "status",
6547
+ "neutral",
6548
+ "frozen",
6549
+ "defaultAlt",
6550
+ ],
6551
+ comment: "Subtle message bg",
6552
+ },
6553
+ path: [
6554
+ "modes",
6555
+ "color",
6556
+ "status",
6557
+ "neutral",
6558
+ "frozen",
6559
+ "defaultAlt",
6560
+ ],
6561
+ comment: "Subtle message bg",
6562
+ },
6341
6563
  hover: {
6342
6564
  value: "#20313b",
6343
6565
  type: "color",
@@ -6376,6 +6598,101 @@ module.exports = {
6376
6598
  attributes: {},
6377
6599
  path: ["modes", "color", "status", "neutral", "frozen", "hover"],
6378
6600
  },
6601
+ hoverAlt: {
6602
+ value: "#dde0e2",
6603
+ type: "color",
6604
+ $extensions: {
6605
+ "studio.tokens": {
6606
+ modify: {
6607
+ type: "mix",
6608
+ value: "0.05",
6609
+ space: "lch",
6610
+ color: "#000000",
6611
+ filePath: "data/tokens/modes/light.json",
6612
+ isSource: true,
6613
+ format: "hex",
6614
+ },
6615
+ },
6616
+ },
6617
+ description: "used on pill hover states and message bg",
6618
+ filePath: "data/tokens/modes/light.json",
6619
+ isSource: true,
6620
+ original: {
6621
+ value: "{modes.color.status.neutral.frozen.defaultAlt}",
6622
+ type: "color",
6623
+ $extensions: {
6624
+ "studio.tokens": {
6625
+ modify: {
6626
+ type: "mix",
6627
+ value: "0.05",
6628
+ space: "lch",
6629
+ color: "{modes.color.modifier.contrastMore}",
6630
+ filePath: "data/tokens/modes/light.json",
6631
+ isSource: true,
6632
+ },
6633
+ },
6634
+ },
6635
+ description: "used on pill hover states and message bg",
6636
+ },
6637
+ name: "modesColorStatusNeutralFrozenHoverAlt",
6638
+ attributes: {
6639
+ value: "#eaedf0",
6640
+ type: "color",
6641
+ $extensions: {
6642
+ "studio.tokens": {
6643
+ modify: {
6644
+ type: "mix",
6645
+ value: "0.05",
6646
+ space: "lch",
6647
+ color: "#000000",
6648
+ filePath: "data/tokens/modes/light.json",
6649
+ isSource: true,
6650
+ format: "hex",
6651
+ },
6652
+ },
6653
+ },
6654
+ description: "used on pill hover states and message bg",
6655
+ filePath: "data/tokens/modes/light.json",
6656
+ isSource: true,
6657
+ original: {
6658
+ value: "{modes.color.status.neutral.frozen.defaultAlt}",
6659
+ type: "color",
6660
+ $extensions: {
6661
+ "studio.tokens": {
6662
+ modify: {
6663
+ type: "mix",
6664
+ value: "0.05",
6665
+ space: "lch",
6666
+ color: "{modes.color.modifier.contrastMore}",
6667
+ filePath: "data/tokens/modes/light.json",
6668
+ isSource: true,
6669
+ },
6670
+ },
6671
+ },
6672
+ description: "used on pill hover states and message bg",
6673
+ },
6674
+ name: "hoverAlt",
6675
+ attributes: {},
6676
+ path: [
6677
+ "modes",
6678
+ "color",
6679
+ "status",
6680
+ "neutral",
6681
+ "frozen",
6682
+ "hoverAlt",
6683
+ ],
6684
+ comment: "used on pill hover states and message bg",
6685
+ },
6686
+ path: [
6687
+ "modes",
6688
+ "color",
6689
+ "status",
6690
+ "neutral",
6691
+ "frozen",
6692
+ "hoverAlt",
6693
+ ],
6694
+ comment: "used on pill hover states and message bg",
6695
+ },
6379
6696
  },
6380
6697
  },
6381
6698
  positive: {
@@ -12,12 +12,7 @@ export const logoColorSageBgAlt: string;
12
12
  /** filled */
13
13
  export const logoColorTrustBgDefault: string;
14
14
  export const logoColorTrustOutline: string;
15
- export const logoColorCopilotNoBgBgS: string;
16
- export const logoColorCopilotNoBgBgStar: string;
17
15
  export const logoColorCopilotNoBgFgDefault: string;
18
- export const logoColorCopilotWithBgBgS: string;
19
- export const logoColorCopilotWithBgBgStar: string;
20
- export const logoColorCopilotWithBgBgDefault: string;
21
16
  /** star bg color */
22
17
  export const logoColorAiIdentifierBgStar: string;
23
18
  export const logoColorAiIdentifierBgDot: string;
@@ -10,14 +10,7 @@ export const logoColorSageBgDefault = "#00D639"; // sage logo
10
10
  export const logoColorSageBgAlt = "#FFFFFF";
11
11
  export const logoColorTrustBgDefault = "#009023"; // filled
12
12
  export const logoColorTrustOutline = "#FFFFFF";
13
- export const logoColorCopilotNoBgBgS =
14
- "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%)";
15
- export const logoColorCopilotNoBgBgStar =
16
- "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%)";
17
13
  export const logoColorCopilotNoBgFgDefault = "#FFFFFF";
18
- export const logoColorCopilotWithBgBgS = "#000000";
19
- export const logoColorCopilotWithBgBgStar = "#000000";
20
- export const logoColorCopilotWithBgBgDefault = "#FFFFFF";
21
14
  export const logoColorAiIdentifierBgStar = "#FFFFFF"; // star bg color
22
15
  export const logoColorAiIdentifierBgDot = "#00D639";
23
16
  export const logoColorAiIdentifierOutline = "#FFFFFF"; // star outline variant