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