@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
@@ -43,1099 +43,1741 @@ module.exports = {
43
43
  path: ["status", "color", "none"],
44
44
  comment: "transparent override used for hiding colors when needed.",
45
45
  },
46
- "bg-default": {
47
- value: "#000000",
48
- type: "color",
49
- filePath: "data/tokens/components/status.json",
50
- isSource: true,
51
- original: {
52
- value: "{modes.color.generic.bg.nought}",
53
- type: "color",
54
- },
55
- name: "statusColorBgDefault",
56
- attributes: {},
57
- path: ["status", "color", "bg-default"],
58
- },
59
- "bg-readonly": {
60
- value: "#4b4b4b",
61
- type: "color",
62
- description:
63
- "Pill (all types, readonly, when nested in disabled parent components)",
64
- filePath: "data/tokens/components/status.json",
65
- isSource: true,
66
- original: {
67
- value: "{modes.color.status.inactive.default}",
68
- type: "color",
69
- description:
70
- "Pill (all types, readonly, when nested in disabled parent components)",
71
- },
72
- name: "statusColorBgReadonly",
73
- attributes: {
74
- value: "#4b4b4b",
75
- type: "color",
76
- description:
77
- "Pill (all types, readonly, when nested in disabled parent components)",
78
- filePath: "data/tokens/components/status.json",
79
- isSource: true,
80
- original: {
81
- value: "{modes.color.status.inactive.default}",
82
- type: "color",
83
- description:
84
- "Pill (all types, readonly, when nested in disabled parent components)",
85
- },
86
- name: "bg-readonly",
87
- attributes: {},
88
- path: ["status", "color", "bg-readonly"],
89
- comment:
90
- "Pill (all types, readonly, when nested in disabled parent components)",
91
- },
92
- path: ["status", "color", "bg-readonly"],
93
- comment:
94
- "Pill (all types, readonly, when nested in disabled parent components)",
95
- },
96
- "border-readonly": {
97
- value: "#4b4b4b",
98
- type: "color",
99
- description:
100
- "Pill (all types, readonly, when nested in disabled parent components)",
101
- filePath: "data/tokens/components/status.json",
102
- isSource: true,
103
- original: {
104
- value: "{modes.color.status.inactive.default}",
105
- type: "color",
106
- description:
107
- "Pill (all types, readonly, when nested in disabled parent components)",
108
- },
109
- name: "statusColorBorderReadonly",
110
- attributes: {
111
- value: "#4b4b4b",
112
- type: "color",
113
- description:
114
- "Pill (all types, readonly, when nested in disabled parent components)",
115
- filePath: "data/tokens/components/status.json",
116
- isSource: true,
117
- original: {
118
- value: "{modes.color.status.inactive.default}",
119
- type: "color",
120
- description:
121
- "Pill (all types, readonly, when nested in disabled parent components)",
122
- },
123
- name: "border-readonly",
124
- attributes: {},
125
- path: ["status", "color", "border-readonly"],
126
- comment:
127
- "Pill (all types, readonly, when nested in disabled parent components)",
128
- },
129
- path: ["status", "color", "border-readonly"],
130
- comment:
131
- "Pill (all types, readonly, when nested in disabled parent components)",
132
- },
133
- "icon-default": {
134
- value: "#000000",
135
- type: "color",
136
- description: "Decorative message icons",
137
- filePath: "data/tokens/components/status.json",
138
- isSource: true,
139
- original: {
140
- value: "{modes.color.status.content.withDefault}",
141
- type: "color",
142
- description: "Decorative message icons",
143
- },
144
- name: "statusColorIconDefault",
145
- attributes: {
146
- value: "#000000",
147
- type: "color",
148
- description: "Decorative message icons",
149
- filePath: "data/tokens/components/status.json",
150
- isSource: true,
151
- original: {
152
- value: "{modes.color.status.content.withDefault}",
153
- type: "color",
154
- description: "Decorative message icons",
155
- },
156
- name: "icon-default",
157
- attributes: {},
158
- path: ["status", "color", "icon-default"],
159
- comment: "Decorative message icons",
160
- },
161
- path: ["status", "color", "icon-default"],
162
- comment: "Decorative message icons",
163
- },
164
- "label-default": {
165
- value: "#000000",
166
- type: "color",
167
- filePath: "data/tokens/components/status.json",
168
- isSource: true,
169
- original: {
170
- value: "{modes.color.status.content.withDefault}",
171
- type: "color",
172
- },
173
- name: "statusColorLabelDefault",
174
- attributes: {},
175
- path: ["status", "color", "label-default"],
176
- },
177
- "label-readonly": {
178
- value: "#000000",
179
- type: "color",
180
- description:
181
- "Pill (all types, readonly, when nested in disabled parent components)",
182
- filePath: "data/tokens/components/status.json",
183
- isSource: true,
184
- original: {
185
- value: "{modes.color.interactive.monochrome.generic.withDefault}",
186
- type: "color",
187
- description:
188
- "Pill (all types, readonly, when nested in disabled parent components)",
189
- },
190
- name: "statusColorLabelReadonly",
191
- attributes: {
192
- value: "#000000",
193
- type: "color",
194
- description:
195
- "Pill (all types, readonly, when nested in disabled parent components)",
196
- filePath: "data/tokens/components/status.json",
197
- isSource: true,
198
- original: {
199
- value: "{modes.color.interactive.monochrome.generic.withDefault}",
200
- type: "color",
201
- description:
202
- "Pill (all types, readonly, when nested in disabled parent components)",
203
- },
204
- name: "label-readonly",
205
- attributes: {},
206
- path: ["status", "color", "label-readonly"],
207
- comment:
208
- "Pill (all types, readonly, when nested in disabled parent components)",
209
- },
210
- path: ["status", "color", "label-readonly"],
211
- comment:
212
- "Pill (all types, readonly, when nested in disabled parent components)",
213
- },
214
- "label-hover": {
215
- value: "#000000",
216
- type: "color",
217
- filePath: "data/tokens/components/status.json",
218
- isSource: true,
219
- original: {
220
- value: "{modes.color.status.content.withHover}",
221
- type: "color",
222
- },
223
- name: "statusColorLabelHover",
224
- attributes: {},
225
- path: ["status", "color", "label-hover"],
226
- },
227
- "labelAlt-default": {
228
- value: "#fffffff2",
229
- type: "color",
230
- filePath: "data/tokens/components/status.json",
231
- isSource: true,
232
- original: {
233
- value: "{modes.color.status.content.withDefaultAlt}",
234
- type: "color",
235
- },
236
- name: "statusColorLabelAltDefault",
237
- attributes: {},
238
- path: ["status", "color", "labelAlt-default"],
239
- },
240
- "labelAlt-readonly": {
241
- value: "#ffffffab",
242
- type: "color",
243
- description:
244
- "Pill (all types, readonly, when nested in disabled parent components)",
245
- filePath: "data/tokens/components/status.json",
246
- isSource: true,
247
- original: {
248
- value: "{modes.color.generic.content.firm}",
249
- type: "color",
250
- description:
251
- "Pill (all types, readonly, when nested in disabled parent components)",
252
- },
253
- name: "statusColorLabelAltReadonly",
254
- attributes: {
255
- value: "#ffffffab",
256
- type: "color",
257
- description:
258
- "Pill (all types, readonly, when nested in disabled parent components)",
259
- filePath: "data/tokens/components/status.json",
260
- isSource: true,
261
- original: {
262
- value: "{modes.color.generic.content.firm}",
263
- type: "color",
264
- description:
265
- "Pill (all types, readonly, when nested in disabled parent components)",
266
- },
267
- name: "labelAlt-readonly",
268
- attributes: {},
269
- path: ["status", "color", "labelAlt-readonly"],
270
- comment:
271
- "Pill (all types, readonly, when nested in disabled parent components)",
272
- },
273
- path: ["status", "color", "labelAlt-readonly"],
274
- comment:
275
- "Pill (all types, readonly, when nested in disabled parent components)",
276
- },
277
- "labelAlt-hover": {
278
- value: "#FFFFFF",
279
- type: "color",
280
- filePath: "data/tokens/components/status.json",
281
- isSource: true,
282
- original: {
283
- value: "{modes.color.status.content.withHoverAlt}",
284
- type: "color",
285
- },
286
- name: "statusColorLabelAltHover",
287
- attributes: {},
288
- path: ["status", "color", "labelAlt-hover"],
289
- },
290
- text: {
291
- value: "#FFFFFF",
292
- type: "color",
293
- description: "Message text.",
294
- filePath: "data/tokens/components/status.json",
295
- isSource: true,
296
- original: {
297
- value: "{modes.color.status.content.withHoverAlt}",
298
- type: "color",
299
- description: "Message text.",
300
- },
301
- name: "statusColorText",
302
- attributes: {
303
- value: "#FFFFFF",
304
- type: "color",
305
- description: "Message text.",
306
- filePath: "data/tokens/components/status.json",
307
- isSource: true,
308
- original: {
309
- value: "{modes.color.status.content.withHoverAlt}",
310
- type: "color",
311
- description: "Message text.",
312
- },
313
- name: "text",
314
- attributes: {},
315
- path: ["status", "color", "text"],
316
- comment: "Message text.",
317
- },
318
- path: ["status", "color", "text"],
319
- comment: "Message text.",
320
- },
321
- AI: {
322
- "bg-default": {
323
- value: "#FFFFFF",
324
- type: "color",
325
- filePath: "data/tokens/components/status.json",
326
- isSource: true,
327
- original: {
328
- value: "{modes.color.status.ai.defaultAlt}",
329
- type: "color",
330
- },
331
- name: "statusColorAiBgDefault",
332
- attributes: {},
333
- path: ["status", "color", "AI", "bg-default"],
334
- },
335
- "border-default": {
336
- value: "#FFFFFF",
337
- type: "color",
338
- filePath: "data/tokens/components/status.json",
339
- isSource: true,
340
- original: {
341
- value: "{modes.color.status.ai.defaultAlt}",
342
- type: "color",
343
- },
344
- name: "statusColorAiBorderDefault",
345
- attributes: {},
346
- path: ["status", "color", "AI", "border-default"],
347
- },
348
- },
349
- callout: {
350
- bgAlt: {
351
- value: "#122211",
352
- type: "color",
353
- description: "Subtle message bg",
354
- filePath: "data/tokens/components/status.json",
355
- isSource: true,
356
- original: {
357
- value: "{modes.color.status.callout.defaultAlt}",
358
- type: "color",
359
- description: "Subtle message bg",
360
- },
361
- name: "statusColorCalloutBgAlt",
362
- attributes: {
363
- value: "#122211",
364
- type: "color",
365
- description: "Subtle message bg",
366
- filePath: "data/tokens/components/status.json",
367
- isSource: true,
368
- original: {
369
- value: "{modes.color.status.callout.defaultAlt}",
370
- type: "color",
371
- description: "Subtle message bg",
372
- },
373
- name: "bgAlt",
374
- attributes: {},
375
- path: ["status", "color", "callout", "bgAlt"],
376
- comment: "Subtle message bg",
377
- },
378
- path: ["status", "color", "callout", "bgAlt"],
379
- comment: "Subtle message bg",
380
- },
381
- "bgAlt-default": {
382
- value: "#122211",
383
- type: "color",
384
- description: "Global message bg",
385
- filePath: "data/tokens/components/status.json",
386
- isSource: true,
387
- original: {
388
- value: "{modes.color.status.callout.defaultAlt}",
389
- type: "color",
390
- description: "Global message bg",
391
- },
392
- name: "statusColorCalloutBgAltDefault",
393
- attributes: {
394
- value: "#122211",
46
+ message: {
47
+ global: {
48
+ "label-default": {
49
+ value: "#fffffff2",
395
50
  type: "color",
396
- description: "Global message bg",
397
51
  filePath: "data/tokens/components/status.json",
398
52
  isSource: true,
399
53
  original: {
400
- value: "{modes.color.status.callout.defaultAlt}",
54
+ value: "{modes.color.status.content.withDefaultAlt}",
401
55
  type: "color",
402
- description: "Global message bg",
403
56
  },
404
- name: "bgAlt-default",
57
+ name: "statusColorMessageGlobalLabelDefault",
405
58
  attributes: {},
406
- path: ["status", "color", "callout", "bgAlt-default"],
407
- comment: "Global message bg",
408
- },
409
- path: ["status", "color", "callout", "bgAlt-default"],
410
- comment: "Global message bg",
411
- },
412
- "bgAlt-hover": {
413
- value: "#223121",
414
- type: "color",
415
- description: "Subtle message bg",
416
- filePath: "data/tokens/components/status.json",
417
- isSource: true,
418
- original: {
419
- value: "{modes.color.status.callout.hoverAlt}",
420
- type: "color",
421
- description: "Subtle message bg",
59
+ path: ["status", "color", "message", "global", "label-default"],
422
60
  },
423
- name: "statusColorCalloutBgAltHover",
424
- attributes: {
425
- value: "#223121",
61
+ "label-hover": {
62
+ value: "#fffffff2",
426
63
  type: "color",
427
- description: "Subtle message bg",
428
64
  filePath: "data/tokens/components/status.json",
429
65
  isSource: true,
430
66
  original: {
431
- value: "{modes.color.status.callout.hoverAlt}",
67
+ value: "{modes.color.status.content.withDefaultAlt}",
432
68
  type: "color",
433
- description: "Subtle message bg",
434
69
  },
435
- name: "bgAlt-hover",
70
+ name: "statusColorMessageGlobalLabelHover",
436
71
  attributes: {},
437
- path: ["status", "color", "callout", "bgAlt-hover"],
438
- comment: "Subtle message bg",
439
- },
440
- path: ["status", "color", "callout", "bgAlt-hover"],
441
- comment: "Subtle message bg",
442
- },
443
- },
444
- error: {
445
- "bg-default": {
446
- value: "#E13E53",
447
- type: "color",
448
- filePath: "data/tokens/components/status.json",
449
- isSource: true,
450
- original: {
451
- value: "{modes.color.status.negative.default}",
452
- type: "color",
453
- },
454
- name: "statusColorErrorBgDefault",
455
- attributes: {},
456
- path: ["status", "color", "error", "bg-default"],
457
- },
458
- bgAlt: {
459
- value: "#241212",
460
- type: "color",
461
- description: "Subtle message bg",
462
- filePath: "data/tokens/components/status.json",
463
- isSource: true,
464
- original: {
465
- value: "{modes.color.status.negative.defaultAlt}",
466
- type: "color",
467
- description: "Subtle message bg",
72
+ path: ["status", "color", "message", "global", "label-hover"],
468
73
  },
469
- name: "statusColorErrorBgAlt",
470
- attributes: {
471
- value: "#241212",
472
- type: "color",
473
- description: "Subtle message bg",
474
- filePath: "data/tokens/components/status.json",
475
- isSource: true,
476
- original: {
477
- value: "{modes.color.status.negative.defaultAlt}",
74
+ callout: {
75
+ "bg-default": {
76
+ value: "#122211",
478
77
  type: "color",
479
- description: "Subtle message bg",
78
+ description: "Global message bg",
79
+ filePath: "data/tokens/components/status.json",
80
+ isSource: true,
81
+ original: {
82
+ value: "{modes.color.status.callout.defaultAlt}",
83
+ type: "color",
84
+ description: "Global message bg",
85
+ },
86
+ name: "statusColorMessageGlobalCalloutBgDefault",
87
+ attributes: {
88
+ value: "#122211",
89
+ type: "color",
90
+ description: "Global message bg",
91
+ filePath: "data/tokens/components/status.json",
92
+ isSource: true,
93
+ original: {
94
+ value: "{modes.color.status.callout.defaultAlt}",
95
+ type: "color",
96
+ description: "Global message bg",
97
+ },
98
+ name: "bg-default",
99
+ attributes: {},
100
+ path: [
101
+ "status",
102
+ "color",
103
+ "message",
104
+ "global",
105
+ "callout",
106
+ "bg-default",
107
+ ],
108
+ comment: "Global message bg",
109
+ },
110
+ path: [
111
+ "status",
112
+ "color",
113
+ "message",
114
+ "global",
115
+ "callout",
116
+ "bg-default",
117
+ ],
118
+ comment: "Global message bg",
119
+ },
120
+ "bg-hover": {
121
+ value: "#223121",
122
+ type: "color",
123
+ description: "global message bg hover",
124
+ filePath: "data/tokens/components/status.json",
125
+ isSource: true,
126
+ original: {
127
+ value: "{modes.color.status.callout.hoverAlt}",
128
+ type: "color",
129
+ description: "global message bg hover",
130
+ },
131
+ name: "statusColorMessageGlobalCalloutBgHover",
132
+ attributes: {
133
+ value: "#223121",
134
+ type: "color",
135
+ description: "global message bg hover",
136
+ filePath: "data/tokens/components/status.json",
137
+ isSource: true,
138
+ original: {
139
+ value: "{modes.color.status.callout.hoverAlt}",
140
+ type: "color",
141
+ description: "global message bg hover",
142
+ },
143
+ name: "bg-hover",
144
+ attributes: {},
145
+ path: [
146
+ "status",
147
+ "color",
148
+ "message",
149
+ "global",
150
+ "callout",
151
+ "bg-hover",
152
+ ],
153
+ comment: "global message bg hover",
154
+ },
155
+ path: [
156
+ "status",
157
+ "color",
158
+ "message",
159
+ "global",
160
+ "callout",
161
+ "bg-hover",
162
+ ],
163
+ comment: "global message bg hover",
164
+ },
165
+ icon: {
166
+ value: "#fffffff2",
167
+ type: "color",
168
+ description: "Icon on tinted bgs",
169
+ filePath: "data/tokens/components/status.json",
170
+ isSource: true,
171
+ original: {
172
+ value: "{modes.color.status.content.withDefaultAlt}",
173
+ type: "color",
174
+ description: "Icon on tinted bgs",
175
+ },
176
+ name: "statusColorMessageGlobalCalloutIcon",
177
+ attributes: {
178
+ value: "#fffffff2",
179
+ type: "color",
180
+ description: "Icon on tinted bgs",
181
+ filePath: "data/tokens/components/status.json",
182
+ isSource: true,
183
+ original: {
184
+ value: "{modes.color.status.content.withDefaultAlt}",
185
+ type: "color",
186
+ description: "Icon on tinted bgs",
187
+ },
188
+ name: "icon",
189
+ attributes: {},
190
+ path: [
191
+ "status",
192
+ "color",
193
+ "message",
194
+ "global",
195
+ "callout",
196
+ "icon",
197
+ ],
198
+ comment: "Icon on tinted bgs",
199
+ },
200
+ path: ["status", "color", "message", "global", "callout", "icon"],
201
+ comment: "Icon on tinted bgs",
202
+ },
203
+ },
204
+ info: {
205
+ "bg-default": {
206
+ value: "#111722",
207
+ type: "color",
208
+ description: "Global message bg",
209
+ filePath: "data/tokens/components/status.json",
210
+ isSource: true,
211
+ original: {
212
+ value: "{modes.color.status.info.defaultAlt}",
213
+ type: "color",
214
+ description: "Global message bg",
215
+ },
216
+ name: "statusColorMessageGlobalInfoBgDefault",
217
+ attributes: {
218
+ value: "#111722",
219
+ type: "color",
220
+ description: "Global message bg",
221
+ filePath: "data/tokens/components/status.json",
222
+ isSource: true,
223
+ original: {
224
+ value: "{modes.color.status.info.defaultAlt}",
225
+ type: "color",
226
+ description: "Global message bg",
227
+ },
228
+ name: "bg-default",
229
+ attributes: {},
230
+ path: [
231
+ "status",
232
+ "color",
233
+ "message",
234
+ "global",
235
+ "info",
236
+ "bg-default",
237
+ ],
238
+ comment: "Global message bg",
239
+ },
240
+ path: [
241
+ "status",
242
+ "color",
243
+ "message",
244
+ "global",
245
+ "info",
246
+ "bg-default",
247
+ ],
248
+ comment: "Global message bg",
249
+ },
250
+ "bg-hover": {
251
+ value: "#212631",
252
+ type: "color",
253
+ filePath: "data/tokens/components/status.json",
254
+ isSource: true,
255
+ original: {
256
+ value: "{modes.color.status.info.hoverAlt}",
257
+ type: "color",
258
+ },
259
+ name: "statusColorMessageGlobalInfoBgHover",
260
+ attributes: {},
261
+ path: [
262
+ "status",
263
+ "color",
264
+ "message",
265
+ "global",
266
+ "info",
267
+ "bg-hover",
268
+ ],
269
+ },
270
+ icon: {
271
+ value: "#007ED9",
272
+ type: "color",
273
+ description: "Icon on tinted bgs",
274
+ filePath: "data/tokens/components/status.json",
275
+ isSource: true,
276
+ original: {
277
+ value: "{modes.color.status.info.default}",
278
+ type: "color",
279
+ description: "Icon on tinted bgs",
280
+ },
281
+ name: "statusColorMessageGlobalInfoIcon",
282
+ attributes: {
283
+ value: "#007ED9",
284
+ type: "color",
285
+ description: "Icon on tinted bgs",
286
+ filePath: "data/tokens/components/status.json",
287
+ isSource: true,
288
+ original: {
289
+ value: "{modes.color.status.info.default}",
290
+ type: "color",
291
+ description: "Icon on tinted bgs",
292
+ },
293
+ name: "icon",
294
+ attributes: {},
295
+ path: ["status", "color", "message", "global", "info", "icon"],
296
+ comment: "Icon on tinted bgs",
297
+ },
298
+ path: ["status", "color", "message", "global", "info", "icon"],
299
+ comment: "Icon on tinted bgs",
300
+ },
301
+ },
302
+ warning: {
303
+ "bg-default": {
304
+ value: "#251206",
305
+ type: "color",
306
+ description: "Global message bg",
307
+ filePath: "data/tokens/components/status.json",
308
+ isSource: true,
309
+ original: {
310
+ value: "{modes.color.status.caution.defaultAlt}",
311
+ type: "color",
312
+ description: "Global message bg",
313
+ },
314
+ name: "statusColorMessageGlobalWarningBgDefault",
315
+ attributes: {
316
+ value: "#251206",
317
+ type: "color",
318
+ description: "Global message bg",
319
+ filePath: "data/tokens/components/status.json",
320
+ isSource: true,
321
+ original: {
322
+ value: "{modes.color.status.caution.defaultAlt}",
323
+ type: "color",
324
+ description: "Global message bg",
325
+ },
326
+ name: "bg-default",
327
+ attributes: {},
328
+ path: [
329
+ "status",
330
+ "color",
331
+ "message",
332
+ "global",
333
+ "warning",
334
+ "bg-default",
335
+ ],
336
+ comment: "Global message bg",
337
+ },
338
+ path: [
339
+ "status",
340
+ "color",
341
+ "message",
342
+ "global",
343
+ "warning",
344
+ "bg-default",
345
+ ],
346
+ comment: "Global message bg",
347
+ },
348
+ "bg-hover": {
349
+ value: "#34211a",
350
+ type: "color",
351
+ filePath: "data/tokens/components/status.json",
352
+ isSource: true,
353
+ original: {
354
+ value: "{modes.color.status.caution.hoverAlt}",
355
+ type: "color",
356
+ },
357
+ name: "statusColorMessageGlobalWarningBgHover",
358
+ attributes: {},
359
+ path: [
360
+ "status",
361
+ "color",
362
+ "message",
363
+ "global",
364
+ "warning",
365
+ "bg-hover",
366
+ ],
367
+ },
368
+ icon: {
369
+ value: "#E04500",
370
+ type: "color",
371
+ description: "Icon on tinted bgs",
372
+ filePath: "data/tokens/components/status.json",
373
+ isSource: true,
374
+ original: {
375
+ value: "{modes.color.status.caution.default}",
376
+ type: "color",
377
+ description: "Icon on tinted bgs",
378
+ },
379
+ name: "statusColorMessageGlobalWarningIcon",
380
+ attributes: {
381
+ value: "#E04500",
382
+ type: "color",
383
+ description: "Icon on tinted bgs",
384
+ filePath: "data/tokens/components/status.json",
385
+ isSource: true,
386
+ original: {
387
+ value: "{modes.color.status.caution.default}",
388
+ type: "color",
389
+ description: "Icon on tinted bgs",
390
+ },
391
+ name: "icon",
392
+ attributes: {},
393
+ path: [
394
+ "status",
395
+ "color",
396
+ "message",
397
+ "global",
398
+ "warning",
399
+ "icon",
400
+ ],
401
+ comment: "Icon on tinted bgs",
402
+ },
403
+ path: ["status", "color", "message", "global", "warning", "icon"],
404
+ comment: "Icon on tinted bgs",
405
+ },
406
+ },
407
+ },
408
+ contextual: {
409
+ bg: {
410
+ value: "#000000",
411
+ type: "color",
412
+ filePath: "data/tokens/components/status.json",
413
+ isSource: true,
414
+ original: {
415
+ value: "{modes.color.generic.bg.nought}",
416
+ type: "color",
417
+ },
418
+ name: "statusColorMessageContextualBg",
419
+ attributes: {},
420
+ path: ["status", "color", "message", "contextual", "bg"],
421
+ },
422
+ icon: {
423
+ value: "#000000",
424
+ type: "color",
425
+ description: "decorative icon on standard contextual messages",
426
+ filePath: "data/tokens/components/status.json",
427
+ isSource: true,
428
+ original: {
429
+ value: "{modes.color.generic.bg.nought}",
430
+ type: "color",
431
+ description: "decorative icon on standard contextual messages",
432
+ },
433
+ name: "statusColorMessageContextualIcon",
434
+ attributes: {
435
+ value: "#000000",
436
+ type: "color",
437
+ description: "decorative icon on standard contextual messages",
438
+ filePath: "data/tokens/components/status.json",
439
+ isSource: true,
440
+ original: {
441
+ value: "{modes.color.generic.bg.nought}",
442
+ type: "color",
443
+ description: "decorative icon on standard contextual messages",
444
+ },
445
+ name: "icon",
446
+ attributes: {},
447
+ path: ["status", "color", "message", "contextual", "icon"],
448
+ comment: "decorative icon on standard contextual messages",
449
+ },
450
+ path: ["status", "color", "message", "contextual", "icon"],
451
+ comment: "decorative icon on standard contextual messages",
452
+ },
453
+ text: {
454
+ value: "#FFFFFF",
455
+ type: "color",
456
+ description: "Message text.",
457
+ filePath: "data/tokens/components/status.json",
458
+ isSource: true,
459
+ original: {
460
+ value: "{modes.color.status.content.withHoverAlt}",
461
+ type: "color",
462
+ description: "Message text.",
463
+ },
464
+ name: "statusColorMessageContextualText",
465
+ attributes: {
466
+ value: "#FFFFFF",
467
+ type: "color",
468
+ description: "Message text.",
469
+ filePath: "data/tokens/components/status.json",
470
+ isSource: true,
471
+ original: {
472
+ value: "{modes.color.status.content.withHoverAlt}",
473
+ type: "color",
474
+ description: "Message text.",
475
+ },
476
+ name: "text",
477
+ attributes: {},
478
+ path: ["status", "color", "message", "contextual", "text"],
479
+ comment: "Message text.",
480
+ },
481
+ path: ["status", "color", "message", "contextual", "text"],
482
+ comment: "Message text.",
483
+ },
484
+ AI: {
485
+ "bg-default": {
486
+ value: "#FFFFFF",
487
+ type: "color",
488
+ filePath: "data/tokens/components/status.json",
489
+ isSource: true,
490
+ original: {
491
+ value: "{modes.color.status.ai.defaultAlt}",
492
+ type: "color",
493
+ },
494
+ name: "statusColorMessageContextualAiBgDefault",
495
+ attributes: {},
496
+ path: [
497
+ "status",
498
+ "color",
499
+ "message",
500
+ "contextual",
501
+ "AI",
502
+ "bg-default",
503
+ ],
504
+ },
505
+ bgAlt: {
506
+ value: "#171717",
507
+ type: "color",
508
+ filePath: "data/tokens/components/status.json",
509
+ isSource: true,
510
+ original: {
511
+ value: "{modes.color.status.neutral.defaultAlt}",
512
+ type: "color",
513
+ },
514
+ name: "statusColorMessageContextualAiBgAlt",
515
+ attributes: {},
516
+ path: ["status", "color", "message", "contextual", "AI", "bgAlt"],
517
+ },
518
+ "border-default": {
519
+ value: "#FFFFFF",
520
+ type: "color",
521
+ filePath: "data/tokens/components/status.json",
522
+ isSource: true,
523
+ original: {
524
+ value: "{modes.color.status.ai.defaultAlt}",
525
+ type: "color",
526
+ },
527
+ name: "statusColorMessageContextualAiBorderDefault",
528
+ attributes: {},
529
+ path: [
530
+ "status",
531
+ "color",
532
+ "message",
533
+ "contextual",
534
+ "AI",
535
+ "border-default",
536
+ ],
537
+ },
538
+ },
539
+ callout: {
540
+ bgAlt: {
541
+ value: "#122211",
542
+ type: "color",
543
+ description: "Subtle message bg",
544
+ filePath: "data/tokens/components/status.json",
545
+ isSource: true,
546
+ original: {
547
+ value: "{modes.color.status.callout.defaultAlt}",
548
+ type: "color",
549
+ description: "Subtle message bg",
550
+ },
551
+ name: "statusColorMessageContextualCalloutBgAlt",
552
+ attributes: {
553
+ value: "#122211",
554
+ type: "color",
555
+ description: "Subtle message bg",
556
+ filePath: "data/tokens/components/status.json",
557
+ isSource: true,
558
+ original: {
559
+ value: "{modes.color.status.callout.defaultAlt}",
560
+ type: "color",
561
+ description: "Subtle message bg",
562
+ },
563
+ name: "bgAlt",
564
+ attributes: {},
565
+ path: [
566
+ "status",
567
+ "color",
568
+ "message",
569
+ "contextual",
570
+ "callout",
571
+ "bgAlt",
572
+ ],
573
+ comment: "Subtle message bg",
574
+ },
575
+ path: [
576
+ "status",
577
+ "color",
578
+ "message",
579
+ "contextual",
580
+ "callout",
581
+ "bgAlt",
582
+ ],
583
+ comment: "Subtle message bg",
584
+ },
585
+ icon: {
586
+ value: "#fffffff2",
587
+ type: "color",
588
+ filePath: "data/tokens/components/status.json",
589
+ isSource: true,
590
+ original: {
591
+ value: "{modes.color.status.content.withDefaultAlt}",
592
+ type: "color",
593
+ },
594
+ name: "statusColorMessageContextualCalloutIcon",
595
+ attributes: {},
596
+ path: [
597
+ "status",
598
+ "color",
599
+ "message",
600
+ "contextual",
601
+ "callout",
602
+ "icon",
603
+ ],
604
+ },
605
+ },
606
+ error: {
607
+ "bg-default": {
608
+ value: "#E13E53",
609
+ type: "color",
610
+ filePath: "data/tokens/components/status.json",
611
+ isSource: true,
612
+ original: {
613
+ value: "{modes.color.status.negative.default}",
614
+ type: "color",
615
+ },
616
+ name: "statusColorMessageContextualErrorBgDefault",
617
+ attributes: {},
618
+ path: [
619
+ "status",
620
+ "color",
621
+ "message",
622
+ "contextual",
623
+ "error",
624
+ "bg-default",
625
+ ],
626
+ },
627
+ bgAlt: {
628
+ value: "#241212",
629
+ type: "color",
630
+ description: "Subtle message bg",
631
+ filePath: "data/tokens/components/status.json",
632
+ isSource: true,
633
+ original: {
634
+ value: "{modes.color.status.negative.defaultAlt}",
635
+ type: "color",
636
+ description: "Subtle message bg",
637
+ },
638
+ name: "statusColorMessageContextualErrorBgAlt",
639
+ attributes: {
640
+ value: "#241212",
641
+ type: "color",
642
+ description: "Subtle message bg",
643
+ filePath: "data/tokens/components/status.json",
644
+ isSource: true,
645
+ original: {
646
+ value: "{modes.color.status.negative.defaultAlt}",
647
+ type: "color",
648
+ description: "Subtle message bg",
649
+ },
650
+ name: "bgAlt",
651
+ attributes: {},
652
+ path: [
653
+ "status",
654
+ "color",
655
+ "message",
656
+ "contextual",
657
+ "error",
658
+ "bgAlt",
659
+ ],
660
+ comment: "Subtle message bg",
661
+ },
662
+ path: [
663
+ "status",
664
+ "color",
665
+ "message",
666
+ "contextual",
667
+ "error",
668
+ "bgAlt",
669
+ ],
670
+ comment: "Subtle message bg",
671
+ },
672
+ "border-default": {
673
+ value: "#E13E53",
674
+ type: "color",
675
+ filePath: "data/tokens/components/status.json",
676
+ isSource: true,
677
+ original: {
678
+ value: "{modes.color.status.negative.default}",
679
+ type: "color",
680
+ },
681
+ name: "statusColorMessageContextualErrorBorderDefault",
682
+ attributes: {},
683
+ path: [
684
+ "status",
685
+ "color",
686
+ "message",
687
+ "contextual",
688
+ "error",
689
+ "border-default",
690
+ ],
691
+ },
692
+ icon: {
693
+ value: "#E13E53",
694
+ type: "color",
695
+ description: "Icon on tinted bgs",
696
+ filePath: "data/tokens/components/status.json",
697
+ isSource: true,
698
+ original: {
699
+ value: "{modes.color.status.negative.default}",
700
+ type: "color",
701
+ description: "Icon on tinted bgs",
702
+ },
703
+ name: "statusColorMessageContextualErrorIcon",
704
+ attributes: {
705
+ value: "#E13E53",
706
+ type: "color",
707
+ description: "Icon on tinted bgs",
708
+ filePath: "data/tokens/components/status.json",
709
+ isSource: true,
710
+ original: {
711
+ value: "{modes.color.status.negative.default}",
712
+ type: "color",
713
+ description: "Icon on tinted bgs",
714
+ },
715
+ name: "icon",
716
+ attributes: {},
717
+ path: [
718
+ "status",
719
+ "color",
720
+ "message",
721
+ "contextual",
722
+ "error",
723
+ "icon",
724
+ ],
725
+ comment: "Icon on tinted bgs",
726
+ },
727
+ path: [
728
+ "status",
729
+ "color",
730
+ "message",
731
+ "contextual",
732
+ "error",
733
+ "icon",
734
+ ],
735
+ comment: "Icon on tinted bgs",
736
+ },
737
+ },
738
+ info: {
739
+ "bg-default": {
740
+ value: "#007ED9",
741
+ type: "color",
742
+ filePath: "data/tokens/components/status.json",
743
+ isSource: true,
744
+ original: {
745
+ value: "{modes.color.status.info.default}",
746
+ type: "color",
747
+ },
748
+ name: "statusColorMessageContextualInfoBgDefault",
749
+ attributes: {},
750
+ path: [
751
+ "status",
752
+ "color",
753
+ "message",
754
+ "contextual",
755
+ "info",
756
+ "bg-default",
757
+ ],
758
+ },
759
+ bgAlt: {
760
+ value: "#111722",
761
+ type: "color",
762
+ description: "Subtle message bg",
763
+ filePath: "data/tokens/components/status.json",
764
+ isSource: true,
765
+ original: {
766
+ value: "{modes.color.status.info.defaultAlt}",
767
+ type: "color",
768
+ description: "Subtle message bg",
769
+ },
770
+ name: "statusColorMessageContextualInfoBgAlt",
771
+ attributes: {
772
+ value: "#111722",
773
+ type: "color",
774
+ description: "Subtle message bg",
775
+ filePath: "data/tokens/components/status.json",
776
+ isSource: true,
777
+ original: {
778
+ value: "{modes.color.status.info.defaultAlt}",
779
+ type: "color",
780
+ description: "Subtle message bg",
781
+ },
782
+ name: "bgAlt",
783
+ attributes: {},
784
+ path: [
785
+ "status",
786
+ "color",
787
+ "message",
788
+ "contextual",
789
+ "info",
790
+ "bgAlt",
791
+ ],
792
+ comment: "Subtle message bg",
793
+ },
794
+ path: [
795
+ "status",
796
+ "color",
797
+ "message",
798
+ "contextual",
799
+ "info",
800
+ "bgAlt",
801
+ ],
802
+ comment: "Subtle message bg",
803
+ },
804
+ "border-default": {
805
+ value: "#007ED9",
806
+ type: "color",
807
+ filePath: "data/tokens/components/status.json",
808
+ isSource: true,
809
+ original: {
810
+ value: "{modes.color.status.info.default}",
811
+ type: "color",
812
+ },
813
+ name: "statusColorMessageContextualInfoBorderDefault",
814
+ attributes: {},
815
+ path: [
816
+ "status",
817
+ "color",
818
+ "message",
819
+ "contextual",
820
+ "info",
821
+ "border-default",
822
+ ],
823
+ },
824
+ icon: {
825
+ value: "#007ED9",
826
+ type: "color",
827
+ description: "Icon on tinted bgs",
828
+ filePath: "data/tokens/components/status.json",
829
+ isSource: true,
830
+ original: {
831
+ value: "{modes.color.status.info.default}",
832
+ type: "color",
833
+ description: "Icon on tinted bgs",
834
+ },
835
+ name: "statusColorMessageContextualInfoIcon",
836
+ attributes: {
837
+ value: "#007ED9",
838
+ type: "color",
839
+ description: "Icon on tinted bgs",
840
+ filePath: "data/tokens/components/status.json",
841
+ isSource: true,
842
+ original: {
843
+ value: "{modes.color.status.info.default}",
844
+ type: "color",
845
+ description: "Icon on tinted bgs",
846
+ },
847
+ name: "icon",
848
+ attributes: {},
849
+ path: [
850
+ "status",
851
+ "color",
852
+ "message",
853
+ "contextual",
854
+ "info",
855
+ "icon",
856
+ ],
857
+ comment: "Icon on tinted bgs",
858
+ },
859
+ path: [
860
+ "status",
861
+ "color",
862
+ "message",
863
+ "contextual",
864
+ "info",
865
+ "icon",
866
+ ],
867
+ comment: "Icon on tinted bgs",
868
+ },
869
+ },
870
+ success: {
871
+ "bg-default": {
872
+ value: "#009023",
873
+ type: "color",
874
+ filePath: "data/tokens/components/status.json",
875
+ isSource: true,
876
+ original: {
877
+ value: "{modes.color.status.positive.default}",
878
+ type: "color",
879
+ },
880
+ name: "statusColorMessageContextualSuccessBgDefault",
881
+ attributes: {},
882
+ path: [
883
+ "status",
884
+ "color",
885
+ "message",
886
+ "contextual",
887
+ "success",
888
+ "bg-default",
889
+ ],
890
+ },
891
+ bgAlt: {
892
+ value: "#0e1a0b",
893
+ type: "color",
894
+ description: "Subtle message bg",
895
+ filePath: "data/tokens/components/status.json",
896
+ isSource: true,
897
+ original: {
898
+ value: "{modes.color.status.positive.defaultAlt}",
899
+ type: "color",
900
+ description: "Subtle message bg",
901
+ },
902
+ name: "statusColorMessageContextualSuccessBgAlt",
903
+ attributes: {
904
+ value: "#0e1a0b",
905
+ type: "color",
906
+ description: "Subtle message bg",
907
+ filePath: "data/tokens/components/status.json",
908
+ isSource: true,
909
+ original: {
910
+ value: "{modes.color.status.positive.defaultAlt}",
911
+ type: "color",
912
+ description: "Subtle message bg",
913
+ },
914
+ name: "bgAlt",
915
+ attributes: {},
916
+ path: [
917
+ "status",
918
+ "color",
919
+ "message",
920
+ "contextual",
921
+ "success",
922
+ "bgAlt",
923
+ ],
924
+ comment: "Subtle message bg",
925
+ },
926
+ path: [
927
+ "status",
928
+ "color",
929
+ "message",
930
+ "contextual",
931
+ "success",
932
+ "bgAlt",
933
+ ],
934
+ comment: "Subtle message bg",
935
+ },
936
+ "border-default": {
937
+ value: "#009023",
938
+ type: "color",
939
+ filePath: "data/tokens/components/status.json",
940
+ isSource: true,
941
+ original: {
942
+ value: "{modes.color.status.positive.default}",
943
+ type: "color",
944
+ },
945
+ name: "statusColorMessageContextualSuccessBorderDefault",
946
+ attributes: {},
947
+ path: [
948
+ "status",
949
+ "color",
950
+ "message",
951
+ "contextual",
952
+ "success",
953
+ "border-default",
954
+ ],
955
+ },
956
+ icon: {
957
+ value: "#009023",
958
+ type: "color",
959
+ description: "Icon on tinted bgs",
960
+ filePath: "data/tokens/components/status.json",
961
+ isSource: true,
962
+ original: {
963
+ value: "{modes.color.status.positive.default}",
964
+ type: "color",
965
+ description: "Icon on tinted bgs",
966
+ },
967
+ name: "statusColorMessageContextualSuccessIcon",
968
+ attributes: {
969
+ value: "#009023",
970
+ type: "color",
971
+ description: "Icon on tinted bgs",
972
+ filePath: "data/tokens/components/status.json",
973
+ isSource: true,
974
+ original: {
975
+ value: "{modes.color.status.positive.default}",
976
+ type: "color",
977
+ description: "Icon on tinted bgs",
978
+ },
979
+ name: "icon",
980
+ attributes: {},
981
+ path: [
982
+ "status",
983
+ "color",
984
+ "message",
985
+ "contextual",
986
+ "success",
987
+ "icon",
988
+ ],
989
+ comment: "Icon on tinted bgs",
990
+ },
991
+ path: [
992
+ "status",
993
+ "color",
994
+ "message",
995
+ "contextual",
996
+ "success",
997
+ "icon",
998
+ ],
999
+ comment: "Icon on tinted bgs",
1000
+ },
1001
+ },
1002
+ warning: {
1003
+ "bg-default": {
1004
+ value: "#E04500",
1005
+ type: "color",
1006
+ filePath: "data/tokens/components/status.json",
1007
+ isSource: true,
1008
+ original: {
1009
+ value: "{modes.color.status.caution.default}",
1010
+ type: "color",
1011
+ },
1012
+ name: "statusColorMessageContextualWarningBgDefault",
1013
+ attributes: {},
1014
+ path: [
1015
+ "status",
1016
+ "color",
1017
+ "message",
1018
+ "contextual",
1019
+ "warning",
1020
+ "bg-default",
1021
+ ],
1022
+ },
1023
+ bgAlt: {
1024
+ value: "#251206",
1025
+ type: "color",
1026
+ description: "Subtle message bg",
1027
+ filePath: "data/tokens/components/status.json",
1028
+ isSource: true,
1029
+ original: {
1030
+ value: "{modes.color.status.caution.defaultAlt}",
1031
+ type: "color",
1032
+ description: "Subtle message bg",
1033
+ },
1034
+ name: "statusColorMessageContextualWarningBgAlt",
1035
+ attributes: {
1036
+ value: "#251206",
1037
+ type: "color",
1038
+ description: "Subtle message bg",
1039
+ filePath: "data/tokens/components/status.json",
1040
+ isSource: true,
1041
+ original: {
1042
+ value: "{modes.color.status.caution.defaultAlt}",
1043
+ type: "color",
1044
+ description: "Subtle message bg",
1045
+ },
1046
+ name: "bgAlt",
1047
+ attributes: {},
1048
+ path: [
1049
+ "status",
1050
+ "color",
1051
+ "message",
1052
+ "contextual",
1053
+ "warning",
1054
+ "bgAlt",
1055
+ ],
1056
+ comment: "Subtle message bg",
1057
+ },
1058
+ path: [
1059
+ "status",
1060
+ "color",
1061
+ "message",
1062
+ "contextual",
1063
+ "warning",
1064
+ "bgAlt",
1065
+ ],
1066
+ comment: "Subtle message bg",
1067
+ },
1068
+ "border-default": {
1069
+ value: "#E04500",
1070
+ type: "color",
1071
+ filePath: "data/tokens/components/status.json",
1072
+ isSource: true,
1073
+ original: {
1074
+ value: "{modes.color.status.caution.default}",
1075
+ type: "color",
1076
+ },
1077
+ name: "statusColorMessageContextualWarningBorderDefault",
1078
+ attributes: {},
1079
+ path: [
1080
+ "status",
1081
+ "color",
1082
+ "message",
1083
+ "contextual",
1084
+ "warning",
1085
+ "border-default",
1086
+ ],
1087
+ },
1088
+ icon: {
1089
+ value: "#E04500",
1090
+ type: "color",
1091
+ description: "Icon on tinted bgs",
1092
+ filePath: "data/tokens/components/status.json",
1093
+ isSource: true,
1094
+ original: {
1095
+ value: "{modes.color.status.caution.default}",
1096
+ type: "color",
1097
+ description: "Icon on tinted bgs",
1098
+ },
1099
+ name: "statusColorMessageContextualWarningIcon",
1100
+ attributes: {
1101
+ value: "#E04500",
1102
+ type: "color",
1103
+ description: "Icon on tinted bgs",
1104
+ filePath: "data/tokens/components/status.json",
1105
+ isSource: true,
1106
+ original: {
1107
+ value: "{modes.color.status.caution.default}",
1108
+ type: "color",
1109
+ description: "Icon on tinted bgs",
1110
+ },
1111
+ name: "icon",
1112
+ attributes: {},
1113
+ path: [
1114
+ "status",
1115
+ "color",
1116
+ "message",
1117
+ "contextual",
1118
+ "warning",
1119
+ "icon",
1120
+ ],
1121
+ comment: "Icon on tinted bgs",
1122
+ },
1123
+ path: [
1124
+ "status",
1125
+ "color",
1126
+ "message",
1127
+ "contextual",
1128
+ "warning",
1129
+ "icon",
1130
+ ],
1131
+ comment: "Icon on tinted bgs",
480
1132
  },
481
- name: "bgAlt",
482
- attributes: {},
483
- path: ["status", "color", "error", "bgAlt"],
484
- comment: "Subtle message bg",
485
1133
  },
486
- path: ["status", "color", "error", "bgAlt"],
487
- comment: "Subtle message bg",
488
1134
  },
489
- "bgAlt-hover": {
490
- value: "#332122",
1135
+ },
1136
+ pill: {
1137
+ "label-default": {
1138
+ value: "#000000",
491
1139
  type: "color",
492
1140
  filePath: "data/tokens/components/status.json",
493
1141
  isSource: true,
494
1142
  original: {
495
- value: "{modes.color.status.negative.hoverAlt}",
1143
+ value: "{modes.color.status.content.withDefault}",
496
1144
  type: "color",
497
1145
  },
498
- name: "statusColorErrorBgAltHover",
1146
+ name: "statusColorPillLabelDefault",
499
1147
  attributes: {},
500
- path: ["status", "color", "error", "bgAlt-hover"],
1148
+ path: ["status", "color", "pill", "label-default"],
501
1149
  },
502
- "bg-hover": {
503
- value: "#eb646c",
1150
+ "label-hover": {
1151
+ value: "#000000",
504
1152
  type: "color",
505
1153
  filePath: "data/tokens/components/status.json",
506
1154
  isSource: true,
507
1155
  original: {
508
- value: "{modes.color.status.negative.hover}",
1156
+ value: "{modes.color.status.content.withHover}",
509
1157
  type: "color",
510
1158
  },
511
- name: "statusColorErrorBgHover",
1159
+ name: "statusColorPillLabelHover",
512
1160
  attributes: {},
513
- path: ["status", "color", "error", "bg-hover"],
1161
+ path: ["status", "color", "pill", "label-hover"],
514
1162
  },
515
- "border-default": {
516
- value: "#E13E53",
1163
+ "labelAlt-default": {
1164
+ value: "#fffffff2",
517
1165
  type: "color",
518
1166
  filePath: "data/tokens/components/status.json",
519
1167
  isSource: true,
520
1168
  original: {
521
- value: "{modes.color.status.negative.default}",
1169
+ value: "{modes.color.status.content.withDefaultAlt}",
522
1170
  type: "color",
523
1171
  },
524
- name: "statusColorErrorBorderDefault",
1172
+ name: "statusColorPillLabelAltDefault",
525
1173
  attributes: {},
526
- path: ["status", "color", "error", "border-default"],
1174
+ path: ["status", "color", "pill", "labelAlt-default"],
527
1175
  },
528
- icon: {
529
- value: "#E13E53",
1176
+ "labelAlt-hover": {
1177
+ value: "#fffffff2",
530
1178
  type: "color",
531
- description: "Icon on tinted bgs",
532
1179
  filePath: "data/tokens/components/status.json",
533
1180
  isSource: true,
534
1181
  original: {
535
- value: "{modes.color.status.negative.default}",
1182
+ value: "{modes.color.status.content.withDefaultAlt}",
536
1183
  type: "color",
537
- description: "Icon on tinted bgs",
538
1184
  },
539
- name: "statusColorErrorIcon",
540
- attributes: {
1185
+ name: "statusColorPillLabelAltHover",
1186
+ attributes: {},
1187
+ path: ["status", "color", "pill", "labelAlt-hover"],
1188
+ },
1189
+ error: {
1190
+ "bg-default": {
541
1191
  value: "#E13E53",
542
1192
  type: "color",
543
- description: "Icon on tinted bgs",
544
1193
  filePath: "data/tokens/components/status.json",
545
1194
  isSource: true,
546
1195
  original: {
547
1196
  value: "{modes.color.status.negative.default}",
548
1197
  type: "color",
549
- description: "Icon on tinted bgs",
550
1198
  },
551
- name: "icon",
1199
+ name: "statusColorPillErrorBgDefault",
552
1200
  attributes: {},
553
- path: ["status", "color", "error", "icon"],
554
- comment: "Icon on tinted bgs",
555
- },
556
- path: ["status", "color", "error", "icon"],
557
- comment: "Icon on tinted bgs",
558
- },
559
- },
560
- info: {
561
- "bg-default": {
562
- value: "#007ED9",
563
- type: "color",
564
- filePath: "data/tokens/components/status.json",
565
- isSource: true,
566
- original: {
567
- value: "{modes.color.status.info.default}",
568
- type: "color",
1201
+ path: ["status", "color", "pill", "error", "bg-default"],
569
1202
  },
570
- name: "statusColorInfoBgDefault",
571
- attributes: {},
572
- path: ["status", "color", "info", "bg-default"],
573
- },
574
- bgAlt: {
575
- value: "#111722",
576
- type: "color",
577
- description: "Subtle message bg",
578
- filePath: "data/tokens/components/status.json",
579
- isSource: true,
580
- original: {
581
- value: "{modes.color.status.info.defaultAlt}",
1203
+ "bgAlt-default": {
1204
+ value: "#241212",
582
1205
  type: "color",
583
- description: "Subtle message bg",
1206
+ description: "outline pill bg",
1207
+ filePath: "data/tokens/components/status.json",
1208
+ isSource: true,
1209
+ original: {
1210
+ value: "{modes.color.status.negative.defaultAlt}",
1211
+ type: "color",
1212
+ description: "outline pill bg",
1213
+ },
1214
+ name: "statusColorPillErrorBgAltDefault",
1215
+ attributes: {
1216
+ value: "#241212",
1217
+ type: "color",
1218
+ description: "outline pill bg",
1219
+ filePath: "data/tokens/components/status.json",
1220
+ isSource: true,
1221
+ original: {
1222
+ value: "{modes.color.status.negative.defaultAlt}",
1223
+ type: "color",
1224
+ description: "outline pill bg",
1225
+ },
1226
+ name: "bgAlt-default",
1227
+ attributes: {},
1228
+ path: ["status", "color", "pill", "error", "bgAlt-default"],
1229
+ comment: "outline pill bg",
1230
+ },
1231
+ path: ["status", "color", "pill", "error", "bgAlt-default"],
1232
+ comment: "outline pill bg",
584
1233
  },
585
- name: "statusColorInfoBgAlt",
586
- attributes: {
587
- value: "#111722",
1234
+ "bgAlt-hover": {
1235
+ value: "#332122",
588
1236
  type: "color",
589
- description: "Subtle message bg",
590
1237
  filePath: "data/tokens/components/status.json",
591
1238
  isSource: true,
592
1239
  original: {
593
- value: "{modes.color.status.info.defaultAlt}",
1240
+ value: "{modes.color.status.negative.hoverAlt}",
594
1241
  type: "color",
595
- description: "Subtle message bg",
596
1242
  },
597
- name: "bgAlt",
1243
+ name: "statusColorPillErrorBgAltHover",
598
1244
  attributes: {},
599
- path: ["status", "color", "info", "bgAlt"],
600
- comment: "Subtle message bg",
1245
+ path: ["status", "color", "pill", "error", "bgAlt-hover"],
601
1246
  },
602
- path: ["status", "color", "info", "bgAlt"],
603
- comment: "Subtle message bg",
604
- },
605
- "bgAlt-default": {
606
- value: "#111722",
607
- type: "color",
608
- description: "Global message bg",
609
- filePath: "data/tokens/components/status.json",
610
- isSource: true,
611
- original: {
612
- value: "{modes.color.status.info.defaultAlt}",
613
- type: "color",
614
- description: "Global message bg",
615
- },
616
- name: "statusColorInfoBgAltDefault",
617
- attributes: {
618
- value: "#111722",
1247
+ "bg-hover": {
1248
+ value: "#eb646c",
619
1249
  type: "color",
620
- description: "Global message bg",
621
1250
  filePath: "data/tokens/components/status.json",
622
1251
  isSource: true,
623
1252
  original: {
624
- value: "{modes.color.status.info.defaultAlt}",
1253
+ value: "{modes.color.status.negative.hover}",
625
1254
  type: "color",
626
- description: "Global message bg",
627
1255
  },
628
- name: "bgAlt-default",
1256
+ name: "statusColorPillErrorBgHover",
629
1257
  attributes: {},
630
- path: ["status", "color", "info", "bgAlt-default"],
631
- comment: "Global message bg",
632
- },
633
- path: ["status", "color", "info", "bgAlt-default"],
634
- comment: "Global message bg",
635
- },
636
- "bgAlt-hover": {
637
- value: "#212631",
638
- type: "color",
639
- filePath: "data/tokens/components/status.json",
640
- isSource: true,
641
- original: {
642
- value: "{modes.color.status.info.hoverAlt}",
643
- type: "color",
644
- },
645
- name: "statusColorInfoBgAltHover",
646
- attributes: {},
647
- path: ["status", "color", "info", "bgAlt-hover"],
648
- },
649
- "bg-hover": {
650
- value: "#5291e0",
651
- type: "color",
652
- filePath: "data/tokens/components/status.json",
653
- isSource: true,
654
- original: {
655
- value: "{modes.color.status.info.hover}",
656
- type: "color",
1258
+ path: ["status", "color", "pill", "error", "bg-hover"],
657
1259
  },
658
- name: "statusColorInfoBgHover",
659
- attributes: {},
660
- path: ["status", "color", "info", "bg-hover"],
661
- },
662
- "border-default": {
663
- value: "#007ED9",
664
- type: "color",
665
- filePath: "data/tokens/components/status.json",
666
- isSource: true,
667
- original: {
668
- value: "{modes.color.status.info.default}",
1260
+ "border-default": {
1261
+ value: "#E13E53",
669
1262
  type: "color",
1263
+ filePath: "data/tokens/components/status.json",
1264
+ isSource: true,
1265
+ original: {
1266
+ value: "{modes.color.status.negative.default}",
1267
+ type: "color",
1268
+ },
1269
+ name: "statusColorPillErrorBorderDefault",
1270
+ attributes: {},
1271
+ path: ["status", "color", "pill", "error", "border-default"],
670
1272
  },
671
- name: "statusColorInfoBorderDefault",
672
- attributes: {},
673
- path: ["status", "color", "info", "border-default"],
674
1273
  },
675
- icon: {
676
- value: "#007ED9",
677
- type: "color",
678
- description: "Icon on tinted bgs",
679
- filePath: "data/tokens/components/status.json",
680
- isSource: true,
681
- original: {
682
- value: "{modes.color.status.info.default}",
683
- type: "color",
684
- description: "Icon on tinted bgs",
685
- },
686
- name: "statusColorInfoIcon",
687
- attributes: {
1274
+ info: {
1275
+ "bg-default": {
688
1276
  value: "#007ED9",
689
1277
  type: "color",
690
- description: "Icon on tinted bgs",
691
1278
  filePath: "data/tokens/components/status.json",
692
1279
  isSource: true,
693
1280
  original: {
694
1281
  value: "{modes.color.status.info.default}",
695
1282
  type: "color",
696
- description: "Icon on tinted bgs",
697
1283
  },
698
- name: "icon",
1284
+ name: "statusColorPillInfoBgDefault",
699
1285
  attributes: {},
700
- path: ["status", "color", "info", "icon"],
701
- comment: "Icon on tinted bgs",
702
- },
703
- path: ["status", "color", "info", "icon"],
704
- comment: "Icon on tinted bgs",
705
- },
706
- },
707
- neutral: {
708
- "bg-default": {
709
- value: "#7C7C7C",
710
- type: "color",
711
- filePath: "data/tokens/components/status.json",
712
- isSource: true,
713
- original: {
714
- value: "{modes.color.status.neutral.default}",
715
- type: "color",
1286
+ path: ["status", "color", "pill", "info", "bg-default"],
716
1287
  },
717
- name: "statusColorNeutralBgDefault",
718
- attributes: {},
719
- path: ["status", "color", "neutral", "bg-default"],
720
- },
721
- bgAlt: {
722
- value: "#171717",
723
- type: "color",
724
- description: "Subtle message bg",
725
- filePath: "data/tokens/components/status.json",
726
- isSource: true,
727
- original: {
728
- value: "{modes.color.status.neutral.defaultAlt}",
1288
+ "bgAlt-default": {
1289
+ value: "#111722",
729
1290
  type: "color",
730
- description: "Subtle message bg",
1291
+ description: "outline pill bg",
1292
+ filePath: "data/tokens/components/status.json",
1293
+ isSource: true,
1294
+ original: {
1295
+ value: "{modes.color.status.info.defaultAlt}",
1296
+ type: "color",
1297
+ description: "outline pill bg",
1298
+ },
1299
+ name: "statusColorPillInfoBgAltDefault",
1300
+ attributes: {
1301
+ value: "#111722",
1302
+ type: "color",
1303
+ description: "outline pill bg",
1304
+ filePath: "data/tokens/components/status.json",
1305
+ isSource: true,
1306
+ original: {
1307
+ value: "{modes.color.status.info.defaultAlt}",
1308
+ type: "color",
1309
+ description: "outline pill bg",
1310
+ },
1311
+ name: "bgAlt-default",
1312
+ attributes: {},
1313
+ path: ["status", "color", "pill", "info", "bgAlt-default"],
1314
+ comment: "outline pill bg",
1315
+ },
1316
+ path: ["status", "color", "pill", "info", "bgAlt-default"],
1317
+ comment: "outline pill bg",
731
1318
  },
732
- name: "statusColorNeutralBgAlt",
733
- attributes: {
734
- value: "#171717",
1319
+ "bgAlt-hover": {
1320
+ value: "#212631",
735
1321
  type: "color",
736
- description: "Subtle message bg",
737
1322
  filePath: "data/tokens/components/status.json",
738
1323
  isSource: true,
739
1324
  original: {
740
- value: "{modes.color.status.neutral.defaultAlt}",
1325
+ value: "{modes.color.status.info.hoverAlt}",
741
1326
  type: "color",
742
- description: "Subtle message bg",
743
1327
  },
744
- name: "bgAlt",
1328
+ name: "statusColorPillInfoBgAltHover",
745
1329
  attributes: {},
746
- path: ["status", "color", "neutral", "bgAlt"],
747
- comment: "Subtle message bg",
1330
+ path: ["status", "color", "pill", "info", "bgAlt-hover"],
748
1331
  },
749
- path: ["status", "color", "neutral", "bgAlt"],
750
- comment: "Subtle message bg",
751
- },
752
- "bgAlt-hover": {
753
- value: "#262626",
754
- type: "color",
755
- filePath: "data/tokens/components/status.json",
756
- isSource: true,
757
- original: {
758
- value: "{modes.color.status.neutral.hoverAlt}",
759
- type: "color",
760
- },
761
- name: "statusColorNeutralBgAltHover",
762
- attributes: {},
763
- path: ["status", "color", "neutral", "bgAlt-hover"],
764
- },
765
- "bg-hover": {
766
- value: "#909090",
767
- type: "color",
768
- filePath: "data/tokens/components/status.json",
769
- isSource: true,
770
- original: {
771
- value: "{modes.color.status.neutral.hover}",
1332
+ "bg-hover": {
1333
+ value: "#5291e0",
772
1334
  type: "color",
1335
+ filePath: "data/tokens/components/status.json",
1336
+ isSource: true,
1337
+ original: {
1338
+ value: "{modes.color.status.info.hover}",
1339
+ type: "color",
1340
+ },
1341
+ name: "statusColorPillInfoBgHover",
1342
+ attributes: {},
1343
+ path: ["status", "color", "pill", "info", "bg-hover"],
773
1344
  },
774
- name: "statusColorNeutralBgHover",
775
- attributes: {},
776
- path: ["status", "color", "neutral", "bg-hover"],
777
- },
778
- "border-default": {
779
- value: "#7C7C7C",
780
- type: "color",
781
- filePath: "data/tokens/components/status.json",
782
- isSource: true,
783
- original: {
784
- value: "{modes.color.status.neutral.default}",
1345
+ "border-default": {
1346
+ value: "#007ED9",
785
1347
  type: "color",
1348
+ filePath: "data/tokens/components/status.json",
1349
+ isSource: true,
1350
+ original: {
1351
+ value: "{modes.color.status.info.default}",
1352
+ type: "color",
1353
+ },
1354
+ name: "statusColorPillInfoBorderDefault",
1355
+ attributes: {},
1356
+ path: ["status", "color", "pill", "info", "border-default"],
786
1357
  },
787
- name: "statusColorNeutralBorderDefault",
788
- attributes: {},
789
- path: ["status", "color", "neutral", "border-default"],
790
1358
  },
791
- icon: {
792
- value: "#7C7C7C",
793
- type: "color",
794
- description: "Icon on tinted bgs",
795
- filePath: "data/tokens/components/status.json",
796
- isSource: true,
797
- original: {
798
- value: "{modes.color.status.neutral.alt}",
799
- type: "color",
800
- description: "Icon on tinted bgs",
801
- },
802
- name: "statusColorNeutralIcon",
803
- attributes: {
1359
+ neutral: {
1360
+ "bg-default": {
804
1361
  value: "#7C7C7C",
805
1362
  type: "color",
806
- description: "Icon on tinted bgs",
807
1363
  filePath: "data/tokens/components/status.json",
808
1364
  isSource: true,
809
1365
  original: {
810
- value: "{modes.color.status.neutral.alt}",
1366
+ value: "{modes.color.status.neutral.default}",
811
1367
  type: "color",
812
- description: "Icon on tinted bgs",
813
1368
  },
814
- name: "icon",
1369
+ name: "statusColorPillNeutralBgDefault",
815
1370
  attributes: {},
816
- path: ["status", "color", "neutral", "icon"],
817
- comment: "Icon on tinted bgs",
818
- },
819
- path: ["status", "color", "neutral", "icon"],
820
- comment: "Icon on tinted bgs",
821
- },
822
- },
823
- rating: {
824
- "bg-default": {
825
- value: "#00D639",
826
- type: "color",
827
- filePath: "data/tokens/components/status.json",
828
- isSource: true,
829
- original: {
830
- value: "{modes.color.status.reviews.default}",
831
- type: "color",
1371
+ path: ["status", "color", "pill", "neutral", "bg-default"],
832
1372
  },
833
- name: "statusColorRatingBgDefault",
834
- attributes: {},
835
- path: ["status", "color", "rating", "bg-default"],
836
- },
837
- "bg-defaultAlt": {
838
- value:
839
- "linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%)",
840
- type: "color",
841
- filePath: "data/tokens/components/status.json",
842
- isSource: true,
843
- original: {
844
- value: "{modes.color.status.reviews.defaultAlt}",
845
- type: "color",
846
- },
847
- name: "statusColorRatingBgDefaultAlt",
848
- attributes: {},
849
- path: ["status", "color", "rating", "bg-defaultAlt"],
850
- },
851
- "bg-hover": {
852
- value: "#18b032",
853
- type: "color",
854
- filePath: "data/tokens/components/status.json",
855
- isSource: true,
856
- original: {
857
- value: "{modes.color.status.reviews.hover}",
858
- type: "color",
859
- },
860
- name: "statusColorRatingBgHover",
861
- attributes: {},
862
- path: ["status", "color", "rating", "bg-hover"],
863
- },
864
- "border-default": {
865
- value: "#00D639",
866
- type: "color",
867
- filePath: "data/tokens/components/status.json",
868
- isSource: true,
869
- original: {
870
- value: "{modes.color.status.reviews.default}",
1373
+ "bgAlt-default": {
1374
+ value: "#171717",
871
1375
  type: "color",
872
- },
873
- name: "statusColorRatingBorderDefault",
874
- attributes: {},
875
- path: ["status", "color", "rating", "border-default"],
876
- },
877
- },
878
- success: {
879
- "bg-default": {
880
- value: "#009023",
881
- type: "color",
882
- filePath: "data/tokens/components/status.json",
883
- isSource: true,
884
- original: {
885
- value: "{modes.color.status.positive.default}",
1376
+ description: "outline pill bg",
1377
+ filePath: "data/tokens/components/status.json",
1378
+ isSource: true,
1379
+ original: {
1380
+ value: "{modes.color.status.neutral.defaultAlt}",
1381
+ type: "color",
1382
+ description: "outline pill bg",
1383
+ },
1384
+ name: "statusColorPillNeutralBgAltDefault",
1385
+ attributes: {
1386
+ value: "#171717",
1387
+ type: "color",
1388
+ description: "outline pill bg",
1389
+ filePath: "data/tokens/components/status.json",
1390
+ isSource: true,
1391
+ original: {
1392
+ value: "{modes.color.status.neutral.defaultAlt}",
1393
+ type: "color",
1394
+ description: "outline pill bg",
1395
+ },
1396
+ name: "bgAlt-default",
1397
+ attributes: {},
1398
+ path: ["status", "color", "pill", "neutral", "bgAlt-default"],
1399
+ comment: "outline pill bg",
1400
+ },
1401
+ path: ["status", "color", "pill", "neutral", "bgAlt-default"],
1402
+ comment: "outline pill bg",
1403
+ },
1404
+ "bgAlt-hover": {
1405
+ value: "#262626",
886
1406
  type: "color",
1407
+ filePath: "data/tokens/components/status.json",
1408
+ isSource: true,
1409
+ original: {
1410
+ value: "{modes.color.status.neutral.hoverAlt}",
1411
+ type: "color",
1412
+ },
1413
+ name: "statusColorPillNeutralBgAltHover",
1414
+ attributes: {},
1415
+ path: ["status", "color", "pill", "neutral", "bgAlt-hover"],
887
1416
  },
888
- name: "statusColorSuccessBgDefault",
889
- attributes: {},
890
- path: ["status", "color", "success", "bg-default"],
891
- },
892
- bgAlt: {
893
- value: "#0e1a0b",
894
- type: "color",
895
- description: "Subtle message bg",
896
- filePath: "data/tokens/components/status.json",
897
- isSource: true,
898
- original: {
899
- value: "{modes.color.status.positive.defaultAlt}",
1417
+ "bg-hover": {
1418
+ value: "#909090",
900
1419
  type: "color",
901
- description: "Subtle message bg",
1420
+ filePath: "data/tokens/components/status.json",
1421
+ isSource: true,
1422
+ original: {
1423
+ value: "{modes.color.status.neutral.hover}",
1424
+ type: "color",
1425
+ },
1426
+ name: "statusColorPillNeutralBgHover",
1427
+ attributes: {},
1428
+ path: ["status", "color", "pill", "neutral", "bg-hover"],
902
1429
  },
903
- name: "statusColorSuccessBgAlt",
904
- attributes: {
905
- value: "#0e1a0b",
1430
+ "border-default": {
1431
+ value: "#7C7C7C",
906
1432
  type: "color",
907
- description: "Subtle message bg",
908
1433
  filePath: "data/tokens/components/status.json",
909
1434
  isSource: true,
910
1435
  original: {
911
- value: "{modes.color.status.positive.defaultAlt}",
1436
+ value: "{modes.color.status.neutral.default}",
912
1437
  type: "color",
913
- description: "Subtle message bg",
914
1438
  },
915
- name: "bgAlt",
1439
+ name: "statusColorPillNeutralBorderDefault",
916
1440
  attributes: {},
917
- path: ["status", "color", "success", "bgAlt"],
918
- comment: "Subtle message bg",
1441
+ path: ["status", "color", "pill", "neutral", "border-default"],
919
1442
  },
920
- path: ["status", "color", "success", "bgAlt"],
921
- comment: "Subtle message bg",
922
1443
  },
923
- "bgAlt-hover": {
924
- value: "#1e291d",
925
- type: "color",
926
- filePath: "data/tokens/components/status.json",
927
- isSource: true,
928
- original: {
929
- value: "{modes.color.status.positive.hoverAlt}",
1444
+ success: {
1445
+ "bg-default": {
1446
+ value: "#009023",
930
1447
  type: "color",
1448
+ filePath: "data/tokens/components/status.json",
1449
+ isSource: true,
1450
+ original: {
1451
+ value: "{modes.color.status.positive.default}",
1452
+ type: "color",
1453
+ },
1454
+ name: "statusColorPillSuccessBgDefault",
1455
+ attributes: {},
1456
+ path: ["status", "color", "pill", "success", "bg-default"],
931
1457
  },
932
- name: "statusColorSuccessBgAltHover",
933
- attributes: {},
934
- path: ["status", "color", "success", "bgAlt-hover"],
935
- },
936
- "bg-hover": {
937
- value: "#2e9936",
938
- type: "color",
939
- filePath: "data/tokens/components/status.json",
940
- isSource: true,
941
- original: {
942
- value: "{modes.color.status.positive.hover}",
1458
+ "bgAlt-default": {
1459
+ value: "#0e1a0b",
943
1460
  type: "color",
1461
+ description: "outline pill bg",
1462
+ filePath: "data/tokens/components/status.json",
1463
+ isSource: true,
1464
+ original: {
1465
+ value: "{modes.color.status.positive.defaultAlt}",
1466
+ type: "color",
1467
+ description: "outline pill bg",
1468
+ },
1469
+ name: "statusColorPillSuccessBgAltDefault",
1470
+ attributes: {
1471
+ value: "#0e1a0b",
1472
+ type: "color",
1473
+ description: "outline pill bg",
1474
+ filePath: "data/tokens/components/status.json",
1475
+ isSource: true,
1476
+ original: {
1477
+ value: "{modes.color.status.positive.defaultAlt}",
1478
+ type: "color",
1479
+ description: "outline pill bg",
1480
+ },
1481
+ name: "bgAlt-default",
1482
+ attributes: {},
1483
+ path: ["status", "color", "pill", "success", "bgAlt-default"],
1484
+ comment: "outline pill bg",
1485
+ },
1486
+ path: ["status", "color", "pill", "success", "bgAlt-default"],
1487
+ comment: "outline pill bg",
944
1488
  },
945
- name: "statusColorSuccessBgHover",
946
- attributes: {},
947
- path: ["status", "color", "success", "bg-hover"],
948
- },
949
- "border-default": {
950
- value: "#009023",
951
- type: "color",
952
- filePath: "data/tokens/components/status.json",
953
- isSource: true,
954
- original: {
955
- value: "{modes.color.status.positive.default}",
1489
+ "bgAlt-hover": {
1490
+ value: "#1e291d",
956
1491
  type: "color",
1492
+ filePath: "data/tokens/components/status.json",
1493
+ isSource: true,
1494
+ original: {
1495
+ value: "{modes.color.status.positive.hoverAlt}",
1496
+ type: "color",
1497
+ },
1498
+ name: "statusColorPillSuccessBgAltHover",
1499
+ attributes: {},
1500
+ path: ["status", "color", "pill", "success", "bgAlt-hover"],
957
1501
  },
958
- name: "statusColorSuccessBorderDefault",
959
- attributes: {},
960
- path: ["status", "color", "success", "border-default"],
961
- },
962
- icon: {
963
- value: "#009023",
964
- type: "color",
965
- description: "Icon on tinted bgs",
966
- filePath: "data/tokens/components/status.json",
967
- isSource: true,
968
- original: {
969
- value: "{modes.color.status.positive.default}",
1502
+ "bg-hover": {
1503
+ value: "#2e9936",
970
1504
  type: "color",
971
- description: "Icon on tinted bgs",
1505
+ filePath: "data/tokens/components/status.json",
1506
+ isSource: true,
1507
+ original: {
1508
+ value: "{modes.color.status.positive.hover}",
1509
+ type: "color",
1510
+ },
1511
+ name: "statusColorPillSuccessBgHover",
1512
+ attributes: {},
1513
+ path: ["status", "color", "pill", "success", "bg-hover"],
972
1514
  },
973
- name: "statusColorSuccessIcon",
974
- attributes: {
1515
+ "border-default": {
975
1516
  value: "#009023",
976
1517
  type: "color",
977
- description: "Icon on tinted bgs",
978
1518
  filePath: "data/tokens/components/status.json",
979
1519
  isSource: true,
980
1520
  original: {
981
1521
  value: "{modes.color.status.positive.default}",
982
1522
  type: "color",
983
- description: "Icon on tinted bgs",
984
1523
  },
985
- name: "icon",
1524
+ name: "statusColorPillSuccessBorderDefault",
986
1525
  attributes: {},
987
- path: ["status", "color", "success", "icon"],
988
- comment: "Icon on tinted bgs",
989
- },
990
- path: ["status", "color", "success", "icon"],
991
- comment: "Icon on tinted bgs",
992
- },
993
- },
994
- warning: {
995
- "bg-default": {
996
- value: "#E04500",
997
- type: "color",
998
- filePath: "data/tokens/components/status.json",
999
- isSource: true,
1000
- original: {
1001
- value: "{modes.color.status.caution.default}",
1002
- type: "color",
1526
+ path: ["status", "color", "pill", "success", "border-default"],
1003
1527
  },
1004
- name: "statusColorWarningBgDefault",
1005
- attributes: {},
1006
- path: ["status", "color", "warning", "bg-default"],
1007
1528
  },
1008
- bgAlt: {
1009
- value: "#251206",
1010
- type: "color",
1011
- description: "Subtle message bg",
1012
- filePath: "data/tokens/components/status.json",
1013
- isSource: true,
1014
- original: {
1015
- value: "{modes.color.status.caution.defaultAlt}",
1529
+ warning: {
1530
+ "bg-default": {
1531
+ value: "#E04500",
1016
1532
  type: "color",
1017
- description: "Subtle message bg",
1533
+ filePath: "data/tokens/components/status.json",
1534
+ isSource: true,
1535
+ original: {
1536
+ value: "{modes.color.status.caution.default}",
1537
+ type: "color",
1538
+ },
1539
+ name: "statusColorPillWarningBgDefault",
1540
+ attributes: {},
1541
+ path: ["status", "color", "pill", "warning", "bg-default"],
1018
1542
  },
1019
- name: "statusColorWarningBgAlt",
1020
- attributes: {
1543
+ "bgAlt-default": {
1021
1544
  value: "#251206",
1022
1545
  type: "color",
1023
- description: "Subtle message bg",
1546
+ description: "Global message bg",
1024
1547
  filePath: "data/tokens/components/status.json",
1025
1548
  isSource: true,
1026
1549
  original: {
1027
1550
  value: "{modes.color.status.caution.defaultAlt}",
1028
1551
  type: "color",
1029
- description: "Subtle message bg",
1552
+ description: "Global message bg",
1553
+ },
1554
+ name: "statusColorPillWarningBgAltDefault",
1555
+ attributes: {
1556
+ value: "#251206",
1557
+ type: "color",
1558
+ description: "Global message bg",
1559
+ filePath: "data/tokens/components/status.json",
1560
+ isSource: true,
1561
+ original: {
1562
+ value: "{modes.color.status.caution.defaultAlt}",
1563
+ type: "color",
1564
+ description: "Global message bg",
1565
+ },
1566
+ name: "bgAlt-default",
1567
+ attributes: {},
1568
+ path: ["status", "color", "pill", "warning", "bgAlt-default"],
1569
+ comment: "Global message bg",
1570
+ },
1571
+ path: ["status", "color", "pill", "warning", "bgAlt-default"],
1572
+ comment: "Global message bg",
1573
+ },
1574
+ "bgAlt-hover": {
1575
+ value: "#34211a",
1576
+ type: "color",
1577
+ filePath: "data/tokens/components/status.json",
1578
+ isSource: true,
1579
+ original: {
1580
+ value: "{modes.color.status.caution.hoverAlt}",
1581
+ type: "color",
1030
1582
  },
1031
- name: "bgAlt",
1583
+ name: "statusColorPillWarningBgAltHover",
1032
1584
  attributes: {},
1033
- path: ["status", "color", "warning", "bgAlt"],
1034
- comment: "Subtle message bg",
1585
+ path: ["status", "color", "pill", "warning", "bgAlt-hover"],
1035
1586
  },
1036
- path: ["status", "color", "warning", "bgAlt"],
1037
- comment: "Subtle message bg",
1038
- },
1039
- "bgAlt-default": {
1040
- value: "#251206",
1041
- type: "color",
1042
- description: "Global message bg",
1043
- filePath: "data/tokens/components/status.json",
1044
- isSource: true,
1045
- original: {
1046
- value: "{modes.color.status.caution.defaultAlt}",
1587
+ "bg-hover": {
1588
+ value: "#eb6732",
1047
1589
  type: "color",
1048
- description: "Global message bg",
1590
+ filePath: "data/tokens/components/status.json",
1591
+ isSource: true,
1592
+ original: {
1593
+ value: "{modes.color.status.caution.hover}",
1594
+ type: "color",
1595
+ },
1596
+ name: "statusColorPillWarningBgHover",
1597
+ attributes: {},
1598
+ path: ["status", "color", "pill", "warning", "bg-hover"],
1049
1599
  },
1050
- name: "statusColorWarningBgAltDefault",
1051
- attributes: {
1052
- value: "#251206",
1600
+ "border-default": {
1601
+ value: "#E04500",
1053
1602
  type: "color",
1054
- description: "Global message bg",
1055
1603
  filePath: "data/tokens/components/status.json",
1056
1604
  isSource: true,
1057
1605
  original: {
1058
- value: "{modes.color.status.caution.defaultAlt}",
1606
+ value: "{modes.color.status.caution.default}",
1059
1607
  type: "color",
1060
- description: "Global message bg",
1061
1608
  },
1062
- name: "bgAlt-default",
1609
+ name: "statusColorPillWarningBorderDefault",
1063
1610
  attributes: {},
1064
- path: ["status", "color", "warning", "bgAlt-default"],
1065
- comment: "Global message bg",
1611
+ path: ["status", "color", "pill", "warning", "border-default"],
1612
+ },
1613
+ },
1614
+ readonly: {
1615
+ "bg-default": {
1616
+ value: "#4b4b4b",
1617
+ type: "color",
1618
+ description:
1619
+ "Pill (all types, readonly, when nested in disabled parent components)",
1620
+ filePath: "data/tokens/components/status.json",
1621
+ isSource: true,
1622
+ original: {
1623
+ value: "{modes.color.status.inactive.default}",
1624
+ type: "color",
1625
+ description:
1626
+ "Pill (all types, readonly, when nested in disabled parent components)",
1627
+ },
1628
+ name: "statusColorPillReadonlyBgDefault",
1629
+ attributes: {
1630
+ value: "#4b4b4b",
1631
+ type: "color",
1632
+ description:
1633
+ "Pill (all types, readonly, when nested in disabled parent components)",
1634
+ filePath: "data/tokens/components/status.json",
1635
+ isSource: true,
1636
+ original: {
1637
+ value: "{modes.color.status.inactive.default}",
1638
+ type: "color",
1639
+ description:
1640
+ "Pill (all types, readonly, when nested in disabled parent components)",
1641
+ },
1642
+ name: "bg-default",
1643
+ attributes: {},
1644
+ path: ["status", "color", "pill", "readonly", "bg-default"],
1645
+ comment:
1646
+ "Pill (all types, readonly, when nested in disabled parent components)",
1647
+ },
1648
+ path: ["status", "color", "pill", "readonly", "bg-default"],
1649
+ comment:
1650
+ "Pill (all types, readonly, when nested in disabled parent components)",
1651
+ },
1652
+ "border-default": {
1653
+ value: "#4b4b4b",
1654
+ type: "color",
1655
+ description:
1656
+ "Pill (all types, readonly, when nested in disabled parent components)",
1657
+ filePath: "data/tokens/components/status.json",
1658
+ isSource: true,
1659
+ original: {
1660
+ value: "{modes.color.status.inactive.default}",
1661
+ type: "color",
1662
+ description:
1663
+ "Pill (all types, readonly, when nested in disabled parent components)",
1664
+ },
1665
+ name: "statusColorPillReadonlyBorderDefault",
1666
+ attributes: {
1667
+ value: "#4b4b4b",
1668
+ type: "color",
1669
+ description:
1670
+ "Pill (all types, readonly, when nested in disabled parent components)",
1671
+ filePath: "data/tokens/components/status.json",
1672
+ isSource: true,
1673
+ original: {
1674
+ value: "{modes.color.status.inactive.default}",
1675
+ type: "color",
1676
+ description:
1677
+ "Pill (all types, readonly, when nested in disabled parent components)",
1678
+ },
1679
+ name: "border-default",
1680
+ attributes: {},
1681
+ path: ["status", "color", "pill", "readonly", "border-default"],
1682
+ comment:
1683
+ "Pill (all types, readonly, when nested in disabled parent components)",
1684
+ },
1685
+ path: ["status", "color", "pill", "readonly", "border-default"],
1686
+ comment:
1687
+ "Pill (all types, readonly, when nested in disabled parent components)",
1688
+ },
1689
+ label: {
1690
+ value: "#ffffffab",
1691
+ type: "color",
1692
+ description:
1693
+ "Pill (all types, readonly, when nested in disabled parent components)",
1694
+ filePath: "data/tokens/components/status.json",
1695
+ isSource: true,
1696
+ original: {
1697
+ value: "{modes.color.generic.content.firm}",
1698
+ type: "color",
1699
+ description:
1700
+ "Pill (all types, readonly, when nested in disabled parent components)",
1701
+ },
1702
+ name: "statusColorPillReadonlyLabel",
1703
+ attributes: {
1704
+ value: "#ffffffab",
1705
+ type: "color",
1706
+ description:
1707
+ "Pill (all types, readonly, when nested in disabled parent components)",
1708
+ filePath: "data/tokens/components/status.json",
1709
+ isSource: true,
1710
+ original: {
1711
+ value: "{modes.color.generic.content.firm}",
1712
+ type: "color",
1713
+ description:
1714
+ "Pill (all types, readonly, when nested in disabled parent components)",
1715
+ },
1716
+ name: "label",
1717
+ attributes: {},
1718
+ path: ["status", "color", "pill", "readonly", "label"],
1719
+ comment:
1720
+ "Pill (all types, readonly, when nested in disabled parent components)",
1721
+ },
1722
+ path: ["status", "color", "pill", "readonly", "label"],
1723
+ comment:
1724
+ "Pill (all types, readonly, when nested in disabled parent components)",
1066
1725
  },
1067
- path: ["status", "color", "warning", "bgAlt-default"],
1068
- comment: "Global message bg",
1069
1726
  },
1070
- "bgAlt-hover": {
1071
- value: "#34211a",
1727
+ },
1728
+ rating: {
1729
+ "bg-default": {
1730
+ value: "#00D639",
1072
1731
  type: "color",
1073
1732
  filePath: "data/tokens/components/status.json",
1074
1733
  isSource: true,
1075
1734
  original: {
1076
- value: "{modes.color.status.caution.hoverAlt}",
1735
+ value: "{modes.color.status.reviews.default}",
1077
1736
  type: "color",
1078
1737
  },
1079
- name: "statusColorWarningBgAltHover",
1738
+ name: "statusColorRatingBgDefault",
1080
1739
  attributes: {},
1081
- path: ["status", "color", "warning", "bgAlt-hover"],
1740
+ path: ["status", "color", "rating", "bg-default"],
1082
1741
  },
1083
- "bg-hover": {
1084
- value: "#eb6732",
1742
+ "bg-defaultAlt": {
1743
+ value:
1744
+ "linear-gradient(90deg, #00D639 0%, #00D639 50%, #282828 50%, #282828 100%)",
1085
1745
  type: "color",
1086
1746
  filePath: "data/tokens/components/status.json",
1087
1747
  isSource: true,
1088
1748
  original: {
1089
- value: "{modes.color.status.caution.hover}",
1749
+ value: "{modes.color.status.reviews.defaultAlt}",
1090
1750
  type: "color",
1091
1751
  },
1092
- name: "statusColorWarningBgHover",
1752
+ name: "statusColorRatingBgDefaultAlt",
1093
1753
  attributes: {},
1094
- path: ["status", "color", "warning", "bg-hover"],
1754
+ path: ["status", "color", "rating", "bg-defaultAlt"],
1095
1755
  },
1096
- "border-default": {
1097
- value: "#E04500",
1756
+ "bg-hover": {
1757
+ value: "#18b032",
1098
1758
  type: "color",
1099
1759
  filePath: "data/tokens/components/status.json",
1100
1760
  isSource: true,
1101
1761
  original: {
1102
- value: "{modes.color.status.caution.default}",
1762
+ value: "{modes.color.status.reviews.hover}",
1103
1763
  type: "color",
1104
1764
  },
1105
- name: "statusColorWarningBorderDefault",
1765
+ name: "statusColorRatingBgHover",
1106
1766
  attributes: {},
1107
- path: ["status", "color", "warning", "border-default"],
1767
+ path: ["status", "color", "rating", "bg-hover"],
1108
1768
  },
1109
- icon: {
1110
- value: "#E04500",
1769
+ "border-default": {
1770
+ value: "#00D639",
1111
1771
  type: "color",
1112
- description: "Icon on tinted bgs",
1113
1772
  filePath: "data/tokens/components/status.json",
1114
1773
  isSource: true,
1115
1774
  original: {
1116
- value: "{modes.color.status.caution.default}",
1117
- type: "color",
1118
- description: "Icon on tinted bgs",
1119
- },
1120
- name: "statusColorWarningIcon",
1121
- attributes: {
1122
- value: "#E04500",
1775
+ value: "{modes.color.status.reviews.default}",
1123
1776
  type: "color",
1124
- description: "Icon on tinted bgs",
1125
- filePath: "data/tokens/components/status.json",
1126
- isSource: true,
1127
- original: {
1128
- value: "{modes.color.status.caution.default}",
1129
- type: "color",
1130
- description: "Icon on tinted bgs",
1131
- },
1132
- name: "icon",
1133
- attributes: {},
1134
- path: ["status", "color", "warning", "icon"],
1135
- comment: "Icon on tinted bgs",
1136
1777
  },
1137
- path: ["status", "color", "warning", "icon"],
1138
- comment: "Icon on tinted bgs",
1778
+ name: "statusColorRatingBorderDefault",
1779
+ attributes: {},
1780
+ path: ["status", "color", "rating", "border-default"],
1139
1781
  },
1140
1782
  },
1141
1783
  },