@sage/design-tokens 14.0.0 → 14.1.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 (1010) hide show
  1. package/css/frozenproduct/all.css +302 -169
  2. package/css/frozenproduct/large/components/button.css +8 -6
  3. package/css/frozenproduct/large/components/container.css +2 -2
  4. package/css/frozenproduct/large/components/link.css +2 -2
  5. package/css/frozenproduct/large/components/progress.css +2 -1
  6. package/css/frozenproduct/large/components/status.css +62 -12
  7. package/css/frozenproduct/large/components/table.css +1 -1
  8. package/css/frozenproduct/large/dark.css +114 -74
  9. package/css/frozenproduct/large/light.css +111 -71
  10. package/css/frozenproduct/small/components/button.css +8 -6
  11. package/css/frozenproduct/small/components/container.css +2 -2
  12. package/css/frozenproduct/small/components/link.css +2 -2
  13. package/css/frozenproduct/small/components/progress.css +2 -1
  14. package/css/frozenproduct/small/components/status.css +62 -12
  15. package/css/frozenproduct/small/components/table.css +1 -1
  16. package/css/frozenproduct/small/dark.css +114 -74
  17. package/css/frozenproduct/small/light.css +111 -71
  18. package/css/marketing/all.css +302 -169
  19. package/css/marketing/large/components/button.css +8 -6
  20. package/css/marketing/large/components/container.css +2 -2
  21. package/css/marketing/large/components/link.css +2 -2
  22. package/css/marketing/large/components/progress.css +2 -1
  23. package/css/marketing/large/components/status.css +62 -12
  24. package/css/marketing/large/components/table.css +1 -1
  25. package/css/marketing/large/dark.css +114 -74
  26. package/css/marketing/large/light.css +111 -71
  27. package/css/marketing/small/components/button.css +8 -6
  28. package/css/marketing/small/components/container.css +2 -2
  29. package/css/marketing/small/components/link.css +2 -2
  30. package/css/marketing/small/components/progress.css +2 -1
  31. package/css/marketing/small/components/status.css +62 -12
  32. package/css/marketing/small/components/table.css +1 -1
  33. package/css/marketing/small/dark.css +114 -74
  34. package/css/marketing/small/light.css +111 -71
  35. package/css/product/all.css +302 -169
  36. package/css/product/large/components/button.css +8 -6
  37. package/css/product/large/components/container.css +2 -2
  38. package/css/product/large/components/link.css +2 -2
  39. package/css/product/large/components/progress.css +2 -1
  40. package/css/product/large/components/status.css +62 -12
  41. package/css/product/large/components/table.css +1 -1
  42. package/css/product/large/dark.css +114 -74
  43. package/css/product/large/light.css +111 -71
  44. package/css/product/small/components/button.css +8 -6
  45. package/css/product/small/components/container.css +2 -2
  46. package/css/product/small/components/link.css +2 -2
  47. package/css/product/small/components/progress.css +2 -1
  48. package/css/product/small/components/status.css +62 -12
  49. package/css/product/small/components/table.css +1 -1
  50. package/css/product/small/dark.css +114 -74
  51. package/css/product/small/light.css +111 -71
  52. package/ios/frozenproduct/large/dark/components/button.h +34 -32
  53. package/ios/frozenproduct/large/dark/components/container.h +4 -4
  54. package/ios/frozenproduct/large/dark/components/form.h +4 -4
  55. package/ios/frozenproduct/large/dark/components/link.h +4 -4
  56. package/ios/frozenproduct/large/dark/components/nav.h +5 -5
  57. package/ios/frozenproduct/large/dark/components/popover.h +2 -2
  58. package/ios/frozenproduct/large/dark/components/progress.h +2 -1
  59. package/ios/frozenproduct/large/dark/components/status.h +91 -41
  60. package/ios/frozenproduct/large/dark/components/tab.h +1 -1
  61. package/ios/frozenproduct/large/dark/components/table.h +3 -3
  62. package/ios/frozenproduct/large/dark/mode.h +112 -72
  63. package/ios/frozenproduct/large/light/components/button.h +34 -32
  64. package/ios/frozenproduct/large/light/components/container.h +3 -3
  65. package/ios/frozenproduct/large/light/components/form.h +4 -4
  66. package/ios/frozenproduct/large/light/components/link.h +4 -4
  67. package/ios/frozenproduct/large/light/components/nav.h +5 -5
  68. package/ios/frozenproduct/large/light/components/popover.h +2 -2
  69. package/ios/frozenproduct/large/light/components/progress.h +2 -1
  70. package/ios/frozenproduct/large/light/components/status.h +91 -41
  71. package/ios/frozenproduct/large/light/components/tab.h +1 -1
  72. package/ios/frozenproduct/large/light/components/table.h +3 -3
  73. package/ios/frozenproduct/large/light/mode.h +109 -69
  74. package/ios/frozenproduct/small/dark/components/button.h +34 -32
  75. package/ios/frozenproduct/small/dark/components/container.h +4 -4
  76. package/ios/frozenproduct/small/dark/components/form.h +4 -4
  77. package/ios/frozenproduct/small/dark/components/link.h +4 -4
  78. package/ios/frozenproduct/small/dark/components/nav.h +5 -5
  79. package/ios/frozenproduct/small/dark/components/popover.h +2 -2
  80. package/ios/frozenproduct/small/dark/components/progress.h +2 -1
  81. package/ios/frozenproduct/small/dark/components/status.h +91 -41
  82. package/ios/frozenproduct/small/dark/components/tab.h +1 -1
  83. package/ios/frozenproduct/small/dark/components/table.h +3 -3
  84. package/ios/frozenproduct/small/dark/mode.h +112 -72
  85. package/ios/frozenproduct/small/light/components/button.h +34 -32
  86. package/ios/frozenproduct/small/light/components/container.h +3 -3
  87. package/ios/frozenproduct/small/light/components/form.h +4 -4
  88. package/ios/frozenproduct/small/light/components/link.h +4 -4
  89. package/ios/frozenproduct/small/light/components/nav.h +5 -5
  90. package/ios/frozenproduct/small/light/components/popover.h +2 -2
  91. package/ios/frozenproduct/small/light/components/progress.h +2 -1
  92. package/ios/frozenproduct/small/light/components/status.h +91 -41
  93. package/ios/frozenproduct/small/light/components/tab.h +1 -1
  94. package/ios/frozenproduct/small/light/components/table.h +3 -3
  95. package/ios/frozenproduct/small/light/mode.h +109 -69
  96. package/ios/marketing/large/dark/components/button.h +34 -32
  97. package/ios/marketing/large/dark/components/container.h +4 -4
  98. package/ios/marketing/large/dark/components/form.h +4 -4
  99. package/ios/marketing/large/dark/components/link.h +4 -4
  100. package/ios/marketing/large/dark/components/nav.h +5 -5
  101. package/ios/marketing/large/dark/components/popover.h +2 -2
  102. package/ios/marketing/large/dark/components/progress.h +2 -1
  103. package/ios/marketing/large/dark/components/status.h +91 -41
  104. package/ios/marketing/large/dark/components/tab.h +1 -1
  105. package/ios/marketing/large/dark/components/table.h +3 -3
  106. package/ios/marketing/large/dark/mode.h +112 -72
  107. package/ios/marketing/large/light/components/button.h +34 -32
  108. package/ios/marketing/large/light/components/container.h +3 -3
  109. package/ios/marketing/large/light/components/form.h +4 -4
  110. package/ios/marketing/large/light/components/link.h +4 -4
  111. package/ios/marketing/large/light/components/nav.h +5 -5
  112. package/ios/marketing/large/light/components/popover.h +2 -2
  113. package/ios/marketing/large/light/components/progress.h +2 -1
  114. package/ios/marketing/large/light/components/status.h +91 -41
  115. package/ios/marketing/large/light/components/tab.h +1 -1
  116. package/ios/marketing/large/light/components/table.h +3 -3
  117. package/ios/marketing/large/light/mode.h +109 -69
  118. package/ios/marketing/small/dark/components/button.h +34 -32
  119. package/ios/marketing/small/dark/components/container.h +4 -4
  120. package/ios/marketing/small/dark/components/form.h +4 -4
  121. package/ios/marketing/small/dark/components/link.h +4 -4
  122. package/ios/marketing/small/dark/components/nav.h +5 -5
  123. package/ios/marketing/small/dark/components/popover.h +2 -2
  124. package/ios/marketing/small/dark/components/progress.h +2 -1
  125. package/ios/marketing/small/dark/components/status.h +91 -41
  126. package/ios/marketing/small/dark/components/tab.h +1 -1
  127. package/ios/marketing/small/dark/components/table.h +3 -3
  128. package/ios/marketing/small/dark/mode.h +112 -72
  129. package/ios/marketing/small/light/components/button.h +34 -32
  130. package/ios/marketing/small/light/components/container.h +3 -3
  131. package/ios/marketing/small/light/components/form.h +4 -4
  132. package/ios/marketing/small/light/components/link.h +4 -4
  133. package/ios/marketing/small/light/components/nav.h +5 -5
  134. package/ios/marketing/small/light/components/popover.h +2 -2
  135. package/ios/marketing/small/light/components/progress.h +2 -1
  136. package/ios/marketing/small/light/components/status.h +91 -41
  137. package/ios/marketing/small/light/components/tab.h +1 -1
  138. package/ios/marketing/small/light/components/table.h +3 -3
  139. package/ios/marketing/small/light/mode.h +109 -69
  140. package/ios/product/large/dark/components/button.h +34 -32
  141. package/ios/product/large/dark/components/container.h +4 -4
  142. package/ios/product/large/dark/components/form.h +4 -4
  143. package/ios/product/large/dark/components/link.h +4 -4
  144. package/ios/product/large/dark/components/nav.h +5 -5
  145. package/ios/product/large/dark/components/popover.h +2 -2
  146. package/ios/product/large/dark/components/progress.h +2 -1
  147. package/ios/product/large/dark/components/status.h +91 -41
  148. package/ios/product/large/dark/components/tab.h +1 -1
  149. package/ios/product/large/dark/components/table.h +3 -3
  150. package/ios/product/large/dark/mode.h +112 -72
  151. package/ios/product/large/light/components/button.h +34 -32
  152. package/ios/product/large/light/components/container.h +3 -3
  153. package/ios/product/large/light/components/form.h +4 -4
  154. package/ios/product/large/light/components/link.h +4 -4
  155. package/ios/product/large/light/components/nav.h +5 -5
  156. package/ios/product/large/light/components/popover.h +2 -2
  157. package/ios/product/large/light/components/progress.h +2 -1
  158. package/ios/product/large/light/components/status.h +91 -41
  159. package/ios/product/large/light/components/tab.h +1 -1
  160. package/ios/product/large/light/components/table.h +3 -3
  161. package/ios/product/large/light/mode.h +109 -69
  162. package/ios/product/small/dark/components/button.h +34 -32
  163. package/ios/product/small/dark/components/container.h +4 -4
  164. package/ios/product/small/dark/components/form.h +4 -4
  165. package/ios/product/small/dark/components/link.h +4 -4
  166. package/ios/product/small/dark/components/nav.h +5 -5
  167. package/ios/product/small/dark/components/popover.h +2 -2
  168. package/ios/product/small/dark/components/progress.h +2 -1
  169. package/ios/product/small/dark/components/status.h +91 -41
  170. package/ios/product/small/dark/components/tab.h +1 -1
  171. package/ios/product/small/dark/components/table.h +3 -3
  172. package/ios/product/small/dark/mode.h +112 -72
  173. package/ios/product/small/light/components/button.h +34 -32
  174. package/ios/product/small/light/components/container.h +3 -3
  175. package/ios/product/small/light/components/form.h +4 -4
  176. package/ios/product/small/light/components/link.h +4 -4
  177. package/ios/product/small/light/components/nav.h +5 -5
  178. package/ios/product/small/light/components/popover.h +2 -2
  179. package/ios/product/small/light/components/progress.h +2 -1
  180. package/ios/product/small/light/components/status.h +91 -41
  181. package/ios/product/small/light/components/tab.h +1 -1
  182. package/ios/product/small/light/components/table.h +3 -3
  183. package/ios/product/small/light/mode.h +109 -69
  184. package/js/common/frozenproduct/large/dark/components/button.d.ts +2 -0
  185. package/js/common/frozenproduct/large/dark/components/button.js +67 -34
  186. package/js/common/frozenproduct/large/dark/components/container.js +6 -27
  187. package/js/common/frozenproduct/large/dark/components/form.js +4 -4
  188. package/js/common/frozenproduct/large/dark/components/link.js +6 -6
  189. package/js/common/frozenproduct/large/dark/components/nav.js +5 -5
  190. package/js/common/frozenproduct/large/dark/components/popover.js +2 -2
  191. package/js/common/frozenproduct/large/dark/components/progress.d.ts +1 -0
  192. package/js/common/frozenproduct/large/dark/components/progress.js +17 -2
  193. package/js/common/frozenproduct/large/dark/components/status.d.ts +106 -34
  194. package/js/common/frozenproduct/large/dark/components/status.js +1269 -346
  195. package/js/common/frozenproduct/large/dark/components/tab.js +1 -1
  196. package/js/common/frozenproduct/large/dark/components/table.js +4 -4
  197. package/js/common/frozenproduct/large/dark/mode.d.ts +80 -24
  198. package/js/common/frozenproduct/large/dark/mode.js +1940 -462
  199. package/js/common/frozenproduct/large/light/components/button.d.ts +2 -0
  200. package/js/common/frozenproduct/large/light/components/button.js +67 -34
  201. package/js/common/frozenproduct/large/light/components/container.js +5 -26
  202. package/js/common/frozenproduct/large/light/components/form.js +4 -4
  203. package/js/common/frozenproduct/large/light/components/link.js +6 -6
  204. package/js/common/frozenproduct/large/light/components/nav.js +5 -5
  205. package/js/common/frozenproduct/large/light/components/popover.js +2 -2
  206. package/js/common/frozenproduct/large/light/components/progress.d.ts +1 -0
  207. package/js/common/frozenproduct/large/light/components/progress.js +17 -2
  208. package/js/common/frozenproduct/large/light/components/status.d.ts +106 -34
  209. package/js/common/frozenproduct/large/light/components/status.js +1269 -346
  210. package/js/common/frozenproduct/large/light/components/tab.js +1 -1
  211. package/js/common/frozenproduct/large/light/components/table.js +4 -4
  212. package/js/common/frozenproduct/large/light/mode.d.ts +80 -24
  213. package/js/common/frozenproduct/large/light/mode.js +1949 -468
  214. package/js/common/frozenproduct/small/dark/components/button.d.ts +2 -0
  215. package/js/common/frozenproduct/small/dark/components/button.js +67 -34
  216. package/js/common/frozenproduct/small/dark/components/container.js +6 -27
  217. package/js/common/frozenproduct/small/dark/components/form.js +4 -4
  218. package/js/common/frozenproduct/small/dark/components/link.js +6 -6
  219. package/js/common/frozenproduct/small/dark/components/nav.js +5 -5
  220. package/js/common/frozenproduct/small/dark/components/popover.js +2 -2
  221. package/js/common/frozenproduct/small/dark/components/progress.d.ts +1 -0
  222. package/js/common/frozenproduct/small/dark/components/progress.js +17 -2
  223. package/js/common/frozenproduct/small/dark/components/status.d.ts +106 -34
  224. package/js/common/frozenproduct/small/dark/components/status.js +1269 -346
  225. package/js/common/frozenproduct/small/dark/components/tab.js +1 -1
  226. package/js/common/frozenproduct/small/dark/components/table.js +4 -4
  227. package/js/common/frozenproduct/small/dark/mode.d.ts +80 -24
  228. package/js/common/frozenproduct/small/dark/mode.js +1940 -462
  229. package/js/common/frozenproduct/small/light/components/button.d.ts +2 -0
  230. package/js/common/frozenproduct/small/light/components/button.js +67 -34
  231. package/js/common/frozenproduct/small/light/components/container.js +5 -26
  232. package/js/common/frozenproduct/small/light/components/form.js +4 -4
  233. package/js/common/frozenproduct/small/light/components/link.js +6 -6
  234. package/js/common/frozenproduct/small/light/components/nav.js +5 -5
  235. package/js/common/frozenproduct/small/light/components/popover.js +2 -2
  236. package/js/common/frozenproduct/small/light/components/progress.d.ts +1 -0
  237. package/js/common/frozenproduct/small/light/components/progress.js +17 -2
  238. package/js/common/frozenproduct/small/light/components/status.d.ts +106 -34
  239. package/js/common/frozenproduct/small/light/components/status.js +1269 -346
  240. package/js/common/frozenproduct/small/light/components/tab.js +1 -1
  241. package/js/common/frozenproduct/small/light/components/table.js +4 -4
  242. package/js/common/frozenproduct/small/light/mode.d.ts +80 -24
  243. package/js/common/frozenproduct/small/light/mode.js +1949 -468
  244. package/js/common/marketing/large/dark/components/button.d.ts +2 -0
  245. package/js/common/marketing/large/dark/components/button.js +67 -34
  246. package/js/common/marketing/large/dark/components/container.js +6 -27
  247. package/js/common/marketing/large/dark/components/form.js +4 -4
  248. package/js/common/marketing/large/dark/components/link.js +6 -6
  249. package/js/common/marketing/large/dark/components/nav.js +5 -5
  250. package/js/common/marketing/large/dark/components/popover.js +2 -2
  251. package/js/common/marketing/large/dark/components/progress.d.ts +1 -0
  252. package/js/common/marketing/large/dark/components/progress.js +17 -2
  253. package/js/common/marketing/large/dark/components/status.d.ts +106 -34
  254. package/js/common/marketing/large/dark/components/status.js +1269 -346
  255. package/js/common/marketing/large/dark/components/tab.js +1 -1
  256. package/js/common/marketing/large/dark/components/table.js +4 -4
  257. package/js/common/marketing/large/dark/mode.d.ts +80 -24
  258. package/js/common/marketing/large/dark/mode.js +1940 -462
  259. package/js/common/marketing/large/light/components/button.d.ts +2 -0
  260. package/js/common/marketing/large/light/components/button.js +67 -34
  261. package/js/common/marketing/large/light/components/container.js +5 -26
  262. package/js/common/marketing/large/light/components/form.js +4 -4
  263. package/js/common/marketing/large/light/components/link.js +6 -6
  264. package/js/common/marketing/large/light/components/nav.js +5 -5
  265. package/js/common/marketing/large/light/components/popover.js +2 -2
  266. package/js/common/marketing/large/light/components/progress.d.ts +1 -0
  267. package/js/common/marketing/large/light/components/progress.js +17 -2
  268. package/js/common/marketing/large/light/components/status.d.ts +106 -34
  269. package/js/common/marketing/large/light/components/status.js +1269 -346
  270. package/js/common/marketing/large/light/components/tab.js +1 -1
  271. package/js/common/marketing/large/light/components/table.js +4 -4
  272. package/js/common/marketing/large/light/mode.d.ts +80 -24
  273. package/js/common/marketing/large/light/mode.js +1949 -468
  274. package/js/common/marketing/small/dark/components/button.d.ts +2 -0
  275. package/js/common/marketing/small/dark/components/button.js +67 -34
  276. package/js/common/marketing/small/dark/components/container.js +6 -27
  277. package/js/common/marketing/small/dark/components/form.js +4 -4
  278. package/js/common/marketing/small/dark/components/link.js +6 -6
  279. package/js/common/marketing/small/dark/components/nav.js +5 -5
  280. package/js/common/marketing/small/dark/components/popover.js +2 -2
  281. package/js/common/marketing/small/dark/components/progress.d.ts +1 -0
  282. package/js/common/marketing/small/dark/components/progress.js +17 -2
  283. package/js/common/marketing/small/dark/components/status.d.ts +106 -34
  284. package/js/common/marketing/small/dark/components/status.js +1269 -346
  285. package/js/common/marketing/small/dark/components/tab.js +1 -1
  286. package/js/common/marketing/small/dark/components/table.js +4 -4
  287. package/js/common/marketing/small/dark/mode.d.ts +80 -24
  288. package/js/common/marketing/small/dark/mode.js +1940 -462
  289. package/js/common/marketing/small/light/components/button.d.ts +2 -0
  290. package/js/common/marketing/small/light/components/button.js +67 -34
  291. package/js/common/marketing/small/light/components/container.js +5 -26
  292. package/js/common/marketing/small/light/components/form.js +4 -4
  293. package/js/common/marketing/small/light/components/link.js +6 -6
  294. package/js/common/marketing/small/light/components/nav.js +5 -5
  295. package/js/common/marketing/small/light/components/popover.js +2 -2
  296. package/js/common/marketing/small/light/components/progress.d.ts +1 -0
  297. package/js/common/marketing/small/light/components/progress.js +17 -2
  298. package/js/common/marketing/small/light/components/status.d.ts +106 -34
  299. package/js/common/marketing/small/light/components/status.js +1269 -346
  300. package/js/common/marketing/small/light/components/tab.js +1 -1
  301. package/js/common/marketing/small/light/components/table.js +4 -4
  302. package/js/common/marketing/small/light/mode.d.ts +80 -24
  303. package/js/common/marketing/small/light/mode.js +1949 -468
  304. package/js/common/product/large/dark/components/button.d.ts +2 -0
  305. package/js/common/product/large/dark/components/button.js +67 -34
  306. package/js/common/product/large/dark/components/container.js +6 -27
  307. package/js/common/product/large/dark/components/form.js +4 -4
  308. package/js/common/product/large/dark/components/link.js +6 -6
  309. package/js/common/product/large/dark/components/nav.js +5 -5
  310. package/js/common/product/large/dark/components/popover.js +2 -2
  311. package/js/common/product/large/dark/components/progress.d.ts +1 -0
  312. package/js/common/product/large/dark/components/progress.js +17 -2
  313. package/js/common/product/large/dark/components/status.d.ts +106 -34
  314. package/js/common/product/large/dark/components/status.js +1269 -346
  315. package/js/common/product/large/dark/components/tab.js +1 -1
  316. package/js/common/product/large/dark/components/table.js +4 -4
  317. package/js/common/product/large/dark/mode.d.ts +80 -24
  318. package/js/common/product/large/dark/mode.js +1940 -462
  319. package/js/common/product/large/light/components/button.d.ts +2 -0
  320. package/js/common/product/large/light/components/button.js +67 -34
  321. package/js/common/product/large/light/components/container.js +5 -26
  322. package/js/common/product/large/light/components/form.js +4 -4
  323. package/js/common/product/large/light/components/link.js +6 -6
  324. package/js/common/product/large/light/components/nav.js +5 -5
  325. package/js/common/product/large/light/components/popover.js +2 -2
  326. package/js/common/product/large/light/components/progress.d.ts +1 -0
  327. package/js/common/product/large/light/components/progress.js +17 -2
  328. package/js/common/product/large/light/components/status.d.ts +106 -34
  329. package/js/common/product/large/light/components/status.js +1269 -346
  330. package/js/common/product/large/light/components/tab.js +1 -1
  331. package/js/common/product/large/light/components/table.js +4 -4
  332. package/js/common/product/large/light/mode.d.ts +80 -24
  333. package/js/common/product/large/light/mode.js +1949 -468
  334. package/js/common/product/small/dark/components/button.d.ts +2 -0
  335. package/js/common/product/small/dark/components/button.js +67 -34
  336. package/js/common/product/small/dark/components/container.js +6 -27
  337. package/js/common/product/small/dark/components/form.js +4 -4
  338. package/js/common/product/small/dark/components/link.js +6 -6
  339. package/js/common/product/small/dark/components/nav.js +5 -5
  340. package/js/common/product/small/dark/components/popover.js +2 -2
  341. package/js/common/product/small/dark/components/progress.d.ts +1 -0
  342. package/js/common/product/small/dark/components/progress.js +17 -2
  343. package/js/common/product/small/dark/components/status.d.ts +106 -34
  344. package/js/common/product/small/dark/components/status.js +1269 -346
  345. package/js/common/product/small/dark/components/tab.js +1 -1
  346. package/js/common/product/small/dark/components/table.js +4 -4
  347. package/js/common/product/small/dark/mode.d.ts +80 -24
  348. package/js/common/product/small/dark/mode.js +1940 -462
  349. package/js/common/product/small/light/components/button.d.ts +2 -0
  350. package/js/common/product/small/light/components/button.js +67 -34
  351. package/js/common/product/small/light/components/container.js +5 -26
  352. package/js/common/product/small/light/components/form.js +4 -4
  353. package/js/common/product/small/light/components/link.js +6 -6
  354. package/js/common/product/small/light/components/nav.js +5 -5
  355. package/js/common/product/small/light/components/popover.js +2 -2
  356. package/js/common/product/small/light/components/progress.d.ts +1 -0
  357. package/js/common/product/small/light/components/progress.js +17 -2
  358. package/js/common/product/small/light/components/status.d.ts +106 -34
  359. package/js/common/product/small/light/components/status.js +1269 -346
  360. package/js/common/product/small/light/components/tab.js +1 -1
  361. package/js/common/product/small/light/components/table.js +4 -4
  362. package/js/common/product/small/light/mode.d.ts +80 -24
  363. package/js/common/product/small/light/mode.js +1949 -468
  364. package/js/es6/frozenproduct/large/dark/components/button.d.ts +2 -0
  365. package/js/es6/frozenproduct/large/dark/components/button.js +34 -32
  366. package/js/es6/frozenproduct/large/dark/components/container.js +4 -4
  367. package/js/es6/frozenproduct/large/dark/components/form.js +4 -4
  368. package/js/es6/frozenproduct/large/dark/components/link.js +4 -4
  369. package/js/es6/frozenproduct/large/dark/components/nav.js +5 -5
  370. package/js/es6/frozenproduct/large/dark/components/popover.js +2 -2
  371. package/js/es6/frozenproduct/large/dark/components/progress.d.ts +1 -0
  372. package/js/es6/frozenproduct/large/dark/components/progress.js +2 -1
  373. package/js/es6/frozenproduct/large/dark/components/status.d.ts +72 -22
  374. package/js/es6/frozenproduct/large/dark/components/status.js +91 -41
  375. package/js/es6/frozenproduct/large/dark/components/tab.js +1 -1
  376. package/js/es6/frozenproduct/large/dark/components/table.js +3 -3
  377. package/js/es6/frozenproduct/large/dark/mode.d.ts +51 -11
  378. package/js/es6/frozenproduct/large/dark/mode.js +112 -72
  379. package/js/es6/frozenproduct/large/light/components/button.d.ts +2 -0
  380. package/js/es6/frozenproduct/large/light/components/button.js +34 -32
  381. package/js/es6/frozenproduct/large/light/components/container.js +3 -3
  382. package/js/es6/frozenproduct/large/light/components/form.js +4 -4
  383. package/js/es6/frozenproduct/large/light/components/link.js +4 -4
  384. package/js/es6/frozenproduct/large/light/components/nav.js +5 -5
  385. package/js/es6/frozenproduct/large/light/components/popover.js +2 -2
  386. package/js/es6/frozenproduct/large/light/components/progress.d.ts +1 -0
  387. package/js/es6/frozenproduct/large/light/components/progress.js +2 -1
  388. package/js/es6/frozenproduct/large/light/components/status.d.ts +72 -22
  389. package/js/es6/frozenproduct/large/light/components/status.js +91 -41
  390. package/js/es6/frozenproduct/large/light/components/tab.js +1 -1
  391. package/js/es6/frozenproduct/large/light/components/table.js +3 -3
  392. package/js/es6/frozenproduct/large/light/mode.d.ts +51 -11
  393. package/js/es6/frozenproduct/large/light/mode.js +109 -69
  394. package/js/es6/frozenproduct/small/dark/components/button.d.ts +2 -0
  395. package/js/es6/frozenproduct/small/dark/components/button.js +34 -32
  396. package/js/es6/frozenproduct/small/dark/components/container.js +4 -4
  397. package/js/es6/frozenproduct/small/dark/components/form.js +4 -4
  398. package/js/es6/frozenproduct/small/dark/components/link.js +4 -4
  399. package/js/es6/frozenproduct/small/dark/components/nav.js +5 -5
  400. package/js/es6/frozenproduct/small/dark/components/popover.js +2 -2
  401. package/js/es6/frozenproduct/small/dark/components/progress.d.ts +1 -0
  402. package/js/es6/frozenproduct/small/dark/components/progress.js +2 -1
  403. package/js/es6/frozenproduct/small/dark/components/status.d.ts +72 -22
  404. package/js/es6/frozenproduct/small/dark/components/status.js +91 -41
  405. package/js/es6/frozenproduct/small/dark/components/tab.js +1 -1
  406. package/js/es6/frozenproduct/small/dark/components/table.js +3 -3
  407. package/js/es6/frozenproduct/small/dark/mode.d.ts +51 -11
  408. package/js/es6/frozenproduct/small/dark/mode.js +112 -72
  409. package/js/es6/frozenproduct/small/light/components/button.d.ts +2 -0
  410. package/js/es6/frozenproduct/small/light/components/button.js +34 -32
  411. package/js/es6/frozenproduct/small/light/components/container.js +3 -3
  412. package/js/es6/frozenproduct/small/light/components/form.js +4 -4
  413. package/js/es6/frozenproduct/small/light/components/link.js +4 -4
  414. package/js/es6/frozenproduct/small/light/components/nav.js +5 -5
  415. package/js/es6/frozenproduct/small/light/components/popover.js +2 -2
  416. package/js/es6/frozenproduct/small/light/components/progress.d.ts +1 -0
  417. package/js/es6/frozenproduct/small/light/components/progress.js +2 -1
  418. package/js/es6/frozenproduct/small/light/components/status.d.ts +72 -22
  419. package/js/es6/frozenproduct/small/light/components/status.js +91 -41
  420. package/js/es6/frozenproduct/small/light/components/tab.js +1 -1
  421. package/js/es6/frozenproduct/small/light/components/table.js +3 -3
  422. package/js/es6/frozenproduct/small/light/mode.d.ts +51 -11
  423. package/js/es6/frozenproduct/small/light/mode.js +109 -69
  424. package/js/es6/marketing/large/dark/components/button.d.ts +2 -0
  425. package/js/es6/marketing/large/dark/components/button.js +34 -32
  426. package/js/es6/marketing/large/dark/components/container.js +4 -4
  427. package/js/es6/marketing/large/dark/components/form.js +4 -4
  428. package/js/es6/marketing/large/dark/components/link.js +4 -4
  429. package/js/es6/marketing/large/dark/components/nav.js +5 -5
  430. package/js/es6/marketing/large/dark/components/popover.js +2 -2
  431. package/js/es6/marketing/large/dark/components/progress.d.ts +1 -0
  432. package/js/es6/marketing/large/dark/components/progress.js +2 -1
  433. package/js/es6/marketing/large/dark/components/status.d.ts +72 -22
  434. package/js/es6/marketing/large/dark/components/status.js +91 -41
  435. package/js/es6/marketing/large/dark/components/tab.js +1 -1
  436. package/js/es6/marketing/large/dark/components/table.js +3 -3
  437. package/js/es6/marketing/large/dark/mode.d.ts +51 -11
  438. package/js/es6/marketing/large/dark/mode.js +112 -72
  439. package/js/es6/marketing/large/light/components/button.d.ts +2 -0
  440. package/js/es6/marketing/large/light/components/button.js +34 -32
  441. package/js/es6/marketing/large/light/components/container.js +3 -3
  442. package/js/es6/marketing/large/light/components/form.js +4 -4
  443. package/js/es6/marketing/large/light/components/link.js +4 -4
  444. package/js/es6/marketing/large/light/components/nav.js +5 -5
  445. package/js/es6/marketing/large/light/components/popover.js +2 -2
  446. package/js/es6/marketing/large/light/components/progress.d.ts +1 -0
  447. package/js/es6/marketing/large/light/components/progress.js +2 -1
  448. package/js/es6/marketing/large/light/components/status.d.ts +72 -22
  449. package/js/es6/marketing/large/light/components/status.js +91 -41
  450. package/js/es6/marketing/large/light/components/tab.js +1 -1
  451. package/js/es6/marketing/large/light/components/table.js +3 -3
  452. package/js/es6/marketing/large/light/mode.d.ts +51 -11
  453. package/js/es6/marketing/large/light/mode.js +109 -69
  454. package/js/es6/marketing/small/dark/components/button.d.ts +2 -0
  455. package/js/es6/marketing/small/dark/components/button.js +34 -32
  456. package/js/es6/marketing/small/dark/components/container.js +4 -4
  457. package/js/es6/marketing/small/dark/components/form.js +4 -4
  458. package/js/es6/marketing/small/dark/components/link.js +4 -4
  459. package/js/es6/marketing/small/dark/components/nav.js +5 -5
  460. package/js/es6/marketing/small/dark/components/popover.js +2 -2
  461. package/js/es6/marketing/small/dark/components/progress.d.ts +1 -0
  462. package/js/es6/marketing/small/dark/components/progress.js +2 -1
  463. package/js/es6/marketing/small/dark/components/status.d.ts +72 -22
  464. package/js/es6/marketing/small/dark/components/status.js +91 -41
  465. package/js/es6/marketing/small/dark/components/tab.js +1 -1
  466. package/js/es6/marketing/small/dark/components/table.js +3 -3
  467. package/js/es6/marketing/small/dark/mode.d.ts +51 -11
  468. package/js/es6/marketing/small/dark/mode.js +112 -72
  469. package/js/es6/marketing/small/light/components/button.d.ts +2 -0
  470. package/js/es6/marketing/small/light/components/button.js +34 -32
  471. package/js/es6/marketing/small/light/components/container.js +3 -3
  472. package/js/es6/marketing/small/light/components/form.js +4 -4
  473. package/js/es6/marketing/small/light/components/link.js +4 -4
  474. package/js/es6/marketing/small/light/components/nav.js +5 -5
  475. package/js/es6/marketing/small/light/components/popover.js +2 -2
  476. package/js/es6/marketing/small/light/components/progress.d.ts +1 -0
  477. package/js/es6/marketing/small/light/components/progress.js +2 -1
  478. package/js/es6/marketing/small/light/components/status.d.ts +72 -22
  479. package/js/es6/marketing/small/light/components/status.js +91 -41
  480. package/js/es6/marketing/small/light/components/tab.js +1 -1
  481. package/js/es6/marketing/small/light/components/table.js +3 -3
  482. package/js/es6/marketing/small/light/mode.d.ts +51 -11
  483. package/js/es6/marketing/small/light/mode.js +109 -69
  484. package/js/es6/product/large/dark/components/button.d.ts +2 -0
  485. package/js/es6/product/large/dark/components/button.js +34 -32
  486. package/js/es6/product/large/dark/components/container.js +4 -4
  487. package/js/es6/product/large/dark/components/form.js +4 -4
  488. package/js/es6/product/large/dark/components/link.js +4 -4
  489. package/js/es6/product/large/dark/components/nav.js +5 -5
  490. package/js/es6/product/large/dark/components/popover.js +2 -2
  491. package/js/es6/product/large/dark/components/progress.d.ts +1 -0
  492. package/js/es6/product/large/dark/components/progress.js +2 -1
  493. package/js/es6/product/large/dark/components/status.d.ts +72 -22
  494. package/js/es6/product/large/dark/components/status.js +91 -41
  495. package/js/es6/product/large/dark/components/tab.js +1 -1
  496. package/js/es6/product/large/dark/components/table.js +3 -3
  497. package/js/es6/product/large/dark/mode.d.ts +51 -11
  498. package/js/es6/product/large/dark/mode.js +112 -72
  499. package/js/es6/product/large/light/components/button.d.ts +2 -0
  500. package/js/es6/product/large/light/components/button.js +34 -32
  501. package/js/es6/product/large/light/components/container.js +3 -3
  502. package/js/es6/product/large/light/components/form.js +4 -4
  503. package/js/es6/product/large/light/components/link.js +4 -4
  504. package/js/es6/product/large/light/components/nav.js +5 -5
  505. package/js/es6/product/large/light/components/popover.js +2 -2
  506. package/js/es6/product/large/light/components/progress.d.ts +1 -0
  507. package/js/es6/product/large/light/components/progress.js +2 -1
  508. package/js/es6/product/large/light/components/status.d.ts +72 -22
  509. package/js/es6/product/large/light/components/status.js +91 -41
  510. package/js/es6/product/large/light/components/tab.js +1 -1
  511. package/js/es6/product/large/light/components/table.js +3 -3
  512. package/js/es6/product/large/light/mode.d.ts +51 -11
  513. package/js/es6/product/large/light/mode.js +109 -69
  514. package/js/es6/product/small/dark/components/button.d.ts +2 -0
  515. package/js/es6/product/small/dark/components/button.js +34 -32
  516. package/js/es6/product/small/dark/components/container.js +4 -4
  517. package/js/es6/product/small/dark/components/form.js +4 -4
  518. package/js/es6/product/small/dark/components/link.js +4 -4
  519. package/js/es6/product/small/dark/components/nav.js +5 -5
  520. package/js/es6/product/small/dark/components/popover.js +2 -2
  521. package/js/es6/product/small/dark/components/progress.d.ts +1 -0
  522. package/js/es6/product/small/dark/components/progress.js +2 -1
  523. package/js/es6/product/small/dark/components/status.d.ts +72 -22
  524. package/js/es6/product/small/dark/components/status.js +91 -41
  525. package/js/es6/product/small/dark/components/tab.js +1 -1
  526. package/js/es6/product/small/dark/components/table.js +3 -3
  527. package/js/es6/product/small/dark/mode.d.ts +51 -11
  528. package/js/es6/product/small/dark/mode.js +112 -72
  529. package/js/es6/product/small/light/components/button.d.ts +2 -0
  530. package/js/es6/product/small/light/components/button.js +34 -32
  531. package/js/es6/product/small/light/components/container.js +3 -3
  532. package/js/es6/product/small/light/components/form.js +4 -4
  533. package/js/es6/product/small/light/components/link.js +4 -4
  534. package/js/es6/product/small/light/components/nav.js +5 -5
  535. package/js/es6/product/small/light/components/popover.js +2 -2
  536. package/js/es6/product/small/light/components/progress.d.ts +1 -0
  537. package/js/es6/product/small/light/components/progress.js +2 -1
  538. package/js/es6/product/small/light/components/status.d.ts +72 -22
  539. package/js/es6/product/small/light/components/status.js +91 -41
  540. package/js/es6/product/small/light/components/tab.js +1 -1
  541. package/js/es6/product/small/light/components/table.js +3 -3
  542. package/js/es6/product/small/light/mode.d.ts +51 -11
  543. package/js/es6/product/small/light/mode.js +109 -69
  544. package/js/umd/frozenproduct/large/dark/components/button.js +68 -34
  545. package/js/umd/frozenproduct/large/dark/components/container.js +6 -27
  546. package/js/umd/frozenproduct/large/dark/components/form.js +4 -4
  547. package/js/umd/frozenproduct/large/dark/components/link.js +6 -6
  548. package/js/umd/frozenproduct/large/dark/components/nav.js +5 -5
  549. package/js/umd/frozenproduct/large/dark/components/popover.js +2 -2
  550. package/js/umd/frozenproduct/large/dark/components/progress.js +17 -2
  551. package/js/umd/frozenproduct/large/dark/components/status.js +1357 -357
  552. package/js/umd/frozenproduct/large/dark/components/tab.js +1 -1
  553. package/js/umd/frozenproduct/large/dark/components/table.js +4 -4
  554. package/js/umd/frozenproduct/large/dark/mode.js +2024 -461
  555. package/js/umd/frozenproduct/large/light/components/button.js +68 -34
  556. package/js/umd/frozenproduct/large/light/components/container.js +5 -26
  557. package/js/umd/frozenproduct/large/light/components/form.js +4 -4
  558. package/js/umd/frozenproduct/large/light/components/link.js +6 -6
  559. package/js/umd/frozenproduct/large/light/components/nav.js +5 -5
  560. package/js/umd/frozenproduct/large/light/components/popover.js +2 -2
  561. package/js/umd/frozenproduct/large/light/components/progress.js +17 -2
  562. package/js/umd/frozenproduct/large/light/components/status.js +1357 -357
  563. package/js/umd/frozenproduct/large/light/components/tab.js +1 -1
  564. package/js/umd/frozenproduct/large/light/components/table.js +4 -4
  565. package/js/umd/frozenproduct/large/light/mode.js +2032 -468
  566. package/js/umd/frozenproduct/small/dark/components/button.js +68 -34
  567. package/js/umd/frozenproduct/small/dark/components/container.js +6 -27
  568. package/js/umd/frozenproduct/small/dark/components/form.js +4 -4
  569. package/js/umd/frozenproduct/small/dark/components/link.js +6 -6
  570. package/js/umd/frozenproduct/small/dark/components/nav.js +5 -5
  571. package/js/umd/frozenproduct/small/dark/components/popover.js +2 -2
  572. package/js/umd/frozenproduct/small/dark/components/progress.js +17 -2
  573. package/js/umd/frozenproduct/small/dark/components/status.js +1357 -357
  574. package/js/umd/frozenproduct/small/dark/components/tab.js +1 -1
  575. package/js/umd/frozenproduct/small/dark/components/table.js +4 -4
  576. package/js/umd/frozenproduct/small/dark/mode.js +2024 -461
  577. package/js/umd/frozenproduct/small/light/components/button.js +68 -34
  578. package/js/umd/frozenproduct/small/light/components/container.js +5 -26
  579. package/js/umd/frozenproduct/small/light/components/form.js +4 -4
  580. package/js/umd/frozenproduct/small/light/components/link.js +6 -6
  581. package/js/umd/frozenproduct/small/light/components/nav.js +5 -5
  582. package/js/umd/frozenproduct/small/light/components/popover.js +2 -2
  583. package/js/umd/frozenproduct/small/light/components/progress.js +17 -2
  584. package/js/umd/frozenproduct/small/light/components/status.js +1357 -357
  585. package/js/umd/frozenproduct/small/light/components/tab.js +1 -1
  586. package/js/umd/frozenproduct/small/light/components/table.js +4 -4
  587. package/js/umd/frozenproduct/small/light/mode.js +2032 -468
  588. package/js/umd/marketing/large/dark/components/button.js +68 -34
  589. package/js/umd/marketing/large/dark/components/container.js +6 -27
  590. package/js/umd/marketing/large/dark/components/form.js +4 -4
  591. package/js/umd/marketing/large/dark/components/link.js +6 -6
  592. package/js/umd/marketing/large/dark/components/nav.js +5 -5
  593. package/js/umd/marketing/large/dark/components/popover.js +2 -2
  594. package/js/umd/marketing/large/dark/components/progress.js +17 -2
  595. package/js/umd/marketing/large/dark/components/status.js +1357 -357
  596. package/js/umd/marketing/large/dark/components/tab.js +1 -1
  597. package/js/umd/marketing/large/dark/components/table.js +4 -4
  598. package/js/umd/marketing/large/dark/mode.js +2024 -461
  599. package/js/umd/marketing/large/light/components/button.js +68 -34
  600. package/js/umd/marketing/large/light/components/container.js +5 -26
  601. package/js/umd/marketing/large/light/components/form.js +4 -4
  602. package/js/umd/marketing/large/light/components/link.js +6 -6
  603. package/js/umd/marketing/large/light/components/nav.js +5 -5
  604. package/js/umd/marketing/large/light/components/popover.js +2 -2
  605. package/js/umd/marketing/large/light/components/progress.js +17 -2
  606. package/js/umd/marketing/large/light/components/status.js +1357 -357
  607. package/js/umd/marketing/large/light/components/tab.js +1 -1
  608. package/js/umd/marketing/large/light/components/table.js +4 -4
  609. package/js/umd/marketing/large/light/mode.js +2032 -468
  610. package/js/umd/marketing/small/dark/components/button.js +68 -34
  611. package/js/umd/marketing/small/dark/components/container.js +6 -27
  612. package/js/umd/marketing/small/dark/components/form.js +4 -4
  613. package/js/umd/marketing/small/dark/components/link.js +6 -6
  614. package/js/umd/marketing/small/dark/components/nav.js +5 -5
  615. package/js/umd/marketing/small/dark/components/popover.js +2 -2
  616. package/js/umd/marketing/small/dark/components/progress.js +17 -2
  617. package/js/umd/marketing/small/dark/components/status.js +1357 -357
  618. package/js/umd/marketing/small/dark/components/tab.js +1 -1
  619. package/js/umd/marketing/small/dark/components/table.js +4 -4
  620. package/js/umd/marketing/small/dark/mode.js +2024 -461
  621. package/js/umd/marketing/small/light/components/button.js +68 -34
  622. package/js/umd/marketing/small/light/components/container.js +5 -26
  623. package/js/umd/marketing/small/light/components/form.js +4 -4
  624. package/js/umd/marketing/small/light/components/link.js +6 -6
  625. package/js/umd/marketing/small/light/components/nav.js +5 -5
  626. package/js/umd/marketing/small/light/components/popover.js +2 -2
  627. package/js/umd/marketing/small/light/components/progress.js +17 -2
  628. package/js/umd/marketing/small/light/components/status.js +1357 -357
  629. package/js/umd/marketing/small/light/components/tab.js +1 -1
  630. package/js/umd/marketing/small/light/components/table.js +4 -4
  631. package/js/umd/marketing/small/light/mode.js +2032 -468
  632. package/js/umd/product/large/dark/components/button.js +68 -34
  633. package/js/umd/product/large/dark/components/container.js +6 -27
  634. package/js/umd/product/large/dark/components/form.js +4 -4
  635. package/js/umd/product/large/dark/components/link.js +6 -6
  636. package/js/umd/product/large/dark/components/nav.js +5 -5
  637. package/js/umd/product/large/dark/components/popover.js +2 -2
  638. package/js/umd/product/large/dark/components/progress.js +17 -2
  639. package/js/umd/product/large/dark/components/status.js +1357 -357
  640. package/js/umd/product/large/dark/components/tab.js +1 -1
  641. package/js/umd/product/large/dark/components/table.js +4 -4
  642. package/js/umd/product/large/dark/mode.js +2024 -461
  643. package/js/umd/product/large/light/components/button.js +68 -34
  644. package/js/umd/product/large/light/components/container.js +5 -26
  645. package/js/umd/product/large/light/components/form.js +4 -4
  646. package/js/umd/product/large/light/components/link.js +6 -6
  647. package/js/umd/product/large/light/components/nav.js +5 -5
  648. package/js/umd/product/large/light/components/popover.js +2 -2
  649. package/js/umd/product/large/light/components/progress.js +17 -2
  650. package/js/umd/product/large/light/components/status.js +1357 -357
  651. package/js/umd/product/large/light/components/tab.js +1 -1
  652. package/js/umd/product/large/light/components/table.js +4 -4
  653. package/js/umd/product/large/light/mode.js +2032 -468
  654. package/js/umd/product/small/dark/components/button.js +68 -34
  655. package/js/umd/product/small/dark/components/container.js +6 -27
  656. package/js/umd/product/small/dark/components/form.js +4 -4
  657. package/js/umd/product/small/dark/components/link.js +6 -6
  658. package/js/umd/product/small/dark/components/nav.js +5 -5
  659. package/js/umd/product/small/dark/components/popover.js +2 -2
  660. package/js/umd/product/small/dark/components/progress.js +17 -2
  661. package/js/umd/product/small/dark/components/status.js +1357 -357
  662. package/js/umd/product/small/dark/components/tab.js +1 -1
  663. package/js/umd/product/small/dark/components/table.js +4 -4
  664. package/js/umd/product/small/dark/mode.js +2024 -461
  665. package/js/umd/product/small/light/components/button.js +68 -34
  666. package/js/umd/product/small/light/components/container.js +5 -26
  667. package/js/umd/product/small/light/components/form.js +4 -4
  668. package/js/umd/product/small/light/components/link.js +6 -6
  669. package/js/umd/product/small/light/components/nav.js +5 -5
  670. package/js/umd/product/small/light/components/popover.js +2 -2
  671. package/js/umd/product/small/light/components/progress.js +17 -2
  672. package/js/umd/product/small/light/components/status.js +1357 -357
  673. package/js/umd/product/small/light/components/tab.js +1 -1
  674. package/js/umd/product/small/light/components/table.js +4 -4
  675. package/js/umd/product/small/light/mode.js +2032 -468
  676. package/json/flat/frozenproduct/large/dark/components/button.json +34 -32
  677. package/json/flat/frozenproduct/large/dark/components/container.json +4 -4
  678. package/json/flat/frozenproduct/large/dark/components/form.json +4 -4
  679. package/json/flat/frozenproduct/large/dark/components/link.json +4 -4
  680. package/json/flat/frozenproduct/large/dark/components/nav.json +5 -5
  681. package/json/flat/frozenproduct/large/dark/components/popover.json +2 -2
  682. package/json/flat/frozenproduct/large/dark/components/progress.json +2 -1
  683. package/json/flat/frozenproduct/large/dark/components/status.json +91 -41
  684. package/json/flat/frozenproduct/large/dark/components/tab.json +1 -1
  685. package/json/flat/frozenproduct/large/dark/components/table.json +3 -3
  686. package/json/flat/frozenproduct/large/dark/mode.json +113 -73
  687. package/json/flat/frozenproduct/large/light/components/button.json +34 -32
  688. package/json/flat/frozenproduct/large/light/components/container.json +3 -3
  689. package/json/flat/frozenproduct/large/light/components/form.json +4 -4
  690. package/json/flat/frozenproduct/large/light/components/link.json +4 -4
  691. package/json/flat/frozenproduct/large/light/components/nav.json +5 -5
  692. package/json/flat/frozenproduct/large/light/components/popover.json +2 -2
  693. package/json/flat/frozenproduct/large/light/components/progress.json +2 -1
  694. package/json/flat/frozenproduct/large/light/components/status.json +91 -41
  695. package/json/flat/frozenproduct/large/light/components/tab.json +1 -1
  696. package/json/flat/frozenproduct/large/light/components/table.json +3 -3
  697. package/json/flat/frozenproduct/large/light/mode.json +110 -70
  698. package/json/flat/frozenproduct/small/dark/components/button.json +34 -32
  699. package/json/flat/frozenproduct/small/dark/components/container.json +4 -4
  700. package/json/flat/frozenproduct/small/dark/components/form.json +4 -4
  701. package/json/flat/frozenproduct/small/dark/components/link.json +4 -4
  702. package/json/flat/frozenproduct/small/dark/components/nav.json +5 -5
  703. package/json/flat/frozenproduct/small/dark/components/popover.json +2 -2
  704. package/json/flat/frozenproduct/small/dark/components/progress.json +2 -1
  705. package/json/flat/frozenproduct/small/dark/components/status.json +91 -41
  706. package/json/flat/frozenproduct/small/dark/components/tab.json +1 -1
  707. package/json/flat/frozenproduct/small/dark/components/table.json +3 -3
  708. package/json/flat/frozenproduct/small/dark/mode.json +113 -73
  709. package/json/flat/frozenproduct/small/light/components/button.json +34 -32
  710. package/json/flat/frozenproduct/small/light/components/container.json +3 -3
  711. package/json/flat/frozenproduct/small/light/components/form.json +4 -4
  712. package/json/flat/frozenproduct/small/light/components/link.json +4 -4
  713. package/json/flat/frozenproduct/small/light/components/nav.json +5 -5
  714. package/json/flat/frozenproduct/small/light/components/popover.json +2 -2
  715. package/json/flat/frozenproduct/small/light/components/progress.json +2 -1
  716. package/json/flat/frozenproduct/small/light/components/status.json +91 -41
  717. package/json/flat/frozenproduct/small/light/components/tab.json +1 -1
  718. package/json/flat/frozenproduct/small/light/components/table.json +3 -3
  719. package/json/flat/frozenproduct/small/light/mode.json +110 -70
  720. package/json/flat/marketing/large/dark/components/button.json +34 -32
  721. package/json/flat/marketing/large/dark/components/container.json +4 -4
  722. package/json/flat/marketing/large/dark/components/form.json +4 -4
  723. package/json/flat/marketing/large/dark/components/link.json +4 -4
  724. package/json/flat/marketing/large/dark/components/nav.json +5 -5
  725. package/json/flat/marketing/large/dark/components/popover.json +2 -2
  726. package/json/flat/marketing/large/dark/components/progress.json +2 -1
  727. package/json/flat/marketing/large/dark/components/status.json +91 -41
  728. package/json/flat/marketing/large/dark/components/tab.json +1 -1
  729. package/json/flat/marketing/large/dark/components/table.json +3 -3
  730. package/json/flat/marketing/large/dark/mode.json +113 -73
  731. package/json/flat/marketing/large/light/components/button.json +34 -32
  732. package/json/flat/marketing/large/light/components/container.json +3 -3
  733. package/json/flat/marketing/large/light/components/form.json +4 -4
  734. package/json/flat/marketing/large/light/components/link.json +4 -4
  735. package/json/flat/marketing/large/light/components/nav.json +5 -5
  736. package/json/flat/marketing/large/light/components/popover.json +2 -2
  737. package/json/flat/marketing/large/light/components/progress.json +2 -1
  738. package/json/flat/marketing/large/light/components/status.json +91 -41
  739. package/json/flat/marketing/large/light/components/tab.json +1 -1
  740. package/json/flat/marketing/large/light/components/table.json +3 -3
  741. package/json/flat/marketing/large/light/mode.json +110 -70
  742. package/json/flat/marketing/small/dark/components/button.json +34 -32
  743. package/json/flat/marketing/small/dark/components/container.json +4 -4
  744. package/json/flat/marketing/small/dark/components/form.json +4 -4
  745. package/json/flat/marketing/small/dark/components/link.json +4 -4
  746. package/json/flat/marketing/small/dark/components/nav.json +5 -5
  747. package/json/flat/marketing/small/dark/components/popover.json +2 -2
  748. package/json/flat/marketing/small/dark/components/progress.json +2 -1
  749. package/json/flat/marketing/small/dark/components/status.json +91 -41
  750. package/json/flat/marketing/small/dark/components/tab.json +1 -1
  751. package/json/flat/marketing/small/dark/components/table.json +3 -3
  752. package/json/flat/marketing/small/dark/mode.json +113 -73
  753. package/json/flat/marketing/small/light/components/button.json +34 -32
  754. package/json/flat/marketing/small/light/components/container.json +3 -3
  755. package/json/flat/marketing/small/light/components/form.json +4 -4
  756. package/json/flat/marketing/small/light/components/link.json +4 -4
  757. package/json/flat/marketing/small/light/components/nav.json +5 -5
  758. package/json/flat/marketing/small/light/components/popover.json +2 -2
  759. package/json/flat/marketing/small/light/components/progress.json +2 -1
  760. package/json/flat/marketing/small/light/components/status.json +91 -41
  761. package/json/flat/marketing/small/light/components/tab.json +1 -1
  762. package/json/flat/marketing/small/light/components/table.json +3 -3
  763. package/json/flat/marketing/small/light/mode.json +110 -70
  764. package/json/flat/product/large/dark/components/button.json +34 -32
  765. package/json/flat/product/large/dark/components/container.json +4 -4
  766. package/json/flat/product/large/dark/components/form.json +4 -4
  767. package/json/flat/product/large/dark/components/link.json +4 -4
  768. package/json/flat/product/large/dark/components/nav.json +5 -5
  769. package/json/flat/product/large/dark/components/popover.json +2 -2
  770. package/json/flat/product/large/dark/components/progress.json +2 -1
  771. package/json/flat/product/large/dark/components/status.json +91 -41
  772. package/json/flat/product/large/dark/components/tab.json +1 -1
  773. package/json/flat/product/large/dark/components/table.json +3 -3
  774. package/json/flat/product/large/dark/mode.json +113 -73
  775. package/json/flat/product/large/light/components/button.json +34 -32
  776. package/json/flat/product/large/light/components/container.json +3 -3
  777. package/json/flat/product/large/light/components/form.json +4 -4
  778. package/json/flat/product/large/light/components/link.json +4 -4
  779. package/json/flat/product/large/light/components/nav.json +5 -5
  780. package/json/flat/product/large/light/components/popover.json +2 -2
  781. package/json/flat/product/large/light/components/progress.json +2 -1
  782. package/json/flat/product/large/light/components/status.json +91 -41
  783. package/json/flat/product/large/light/components/tab.json +1 -1
  784. package/json/flat/product/large/light/components/table.json +3 -3
  785. package/json/flat/product/large/light/mode.json +110 -70
  786. package/json/flat/product/small/dark/components/button.json +34 -32
  787. package/json/flat/product/small/dark/components/container.json +4 -4
  788. package/json/flat/product/small/dark/components/form.json +4 -4
  789. package/json/flat/product/small/dark/components/link.json +4 -4
  790. package/json/flat/product/small/dark/components/nav.json +5 -5
  791. package/json/flat/product/small/dark/components/popover.json +2 -2
  792. package/json/flat/product/small/dark/components/progress.json +2 -1
  793. package/json/flat/product/small/dark/components/status.json +91 -41
  794. package/json/flat/product/small/dark/components/tab.json +1 -1
  795. package/json/flat/product/small/dark/components/table.json +3 -3
  796. package/json/flat/product/small/dark/mode.json +113 -73
  797. package/json/flat/product/small/light/components/button.json +34 -32
  798. package/json/flat/product/small/light/components/container.json +3 -3
  799. package/json/flat/product/small/light/components/form.json +4 -4
  800. package/json/flat/product/small/light/components/link.json +4 -4
  801. package/json/flat/product/small/light/components/nav.json +5 -5
  802. package/json/flat/product/small/light/components/popover.json +2 -2
  803. package/json/flat/product/small/light/components/progress.json +2 -1
  804. package/json/flat/product/small/light/components/status.json +91 -41
  805. package/json/flat/product/small/light/components/tab.json +1 -1
  806. package/json/flat/product/small/light/components/table.json +3 -3
  807. package/json/flat/product/small/light/mode.json +110 -70
  808. package/json/nested/frozenproduct/large/dark/components/button.json +34 -32
  809. package/json/nested/frozenproduct/large/dark/components/container.json +4 -4
  810. package/json/nested/frozenproduct/large/dark/components/form.json +4 -4
  811. package/json/nested/frozenproduct/large/dark/components/link.json +4 -4
  812. package/json/nested/frozenproduct/large/dark/components/nav.json +5 -5
  813. package/json/nested/frozenproduct/large/dark/components/popover.json +2 -2
  814. package/json/nested/frozenproduct/large/dark/components/progress.json +2 -1
  815. package/json/nested/frozenproduct/large/dark/components/status.json +127 -55
  816. package/json/nested/frozenproduct/large/dark/components/tab.json +1 -1
  817. package/json/nested/frozenproduct/large/dark/components/table.json +3 -3
  818. package/json/nested/frozenproduct/large/dark/mode.json +141 -85
  819. package/json/nested/frozenproduct/large/light/components/button.json +34 -32
  820. package/json/nested/frozenproduct/large/light/components/container.json +3 -3
  821. package/json/nested/frozenproduct/large/light/components/form.json +4 -4
  822. package/json/nested/frozenproduct/large/light/components/link.json +4 -4
  823. package/json/nested/frozenproduct/large/light/components/nav.json +5 -5
  824. package/json/nested/frozenproduct/large/light/components/popover.json +2 -2
  825. package/json/nested/frozenproduct/large/light/components/progress.json +2 -1
  826. package/json/nested/frozenproduct/large/light/components/status.json +127 -55
  827. package/json/nested/frozenproduct/large/light/components/tab.json +1 -1
  828. package/json/nested/frozenproduct/large/light/components/table.json +3 -3
  829. package/json/nested/frozenproduct/large/light/mode.json +138 -82
  830. package/json/nested/frozenproduct/small/dark/components/button.json +34 -32
  831. package/json/nested/frozenproduct/small/dark/components/container.json +4 -4
  832. package/json/nested/frozenproduct/small/dark/components/form.json +4 -4
  833. package/json/nested/frozenproduct/small/dark/components/link.json +4 -4
  834. package/json/nested/frozenproduct/small/dark/components/nav.json +5 -5
  835. package/json/nested/frozenproduct/small/dark/components/popover.json +2 -2
  836. package/json/nested/frozenproduct/small/dark/components/progress.json +2 -1
  837. package/json/nested/frozenproduct/small/dark/components/status.json +127 -55
  838. package/json/nested/frozenproduct/small/dark/components/tab.json +1 -1
  839. package/json/nested/frozenproduct/small/dark/components/table.json +3 -3
  840. package/json/nested/frozenproduct/small/dark/mode.json +141 -85
  841. package/json/nested/frozenproduct/small/light/components/button.json +34 -32
  842. package/json/nested/frozenproduct/small/light/components/container.json +3 -3
  843. package/json/nested/frozenproduct/small/light/components/form.json +4 -4
  844. package/json/nested/frozenproduct/small/light/components/link.json +4 -4
  845. package/json/nested/frozenproduct/small/light/components/nav.json +5 -5
  846. package/json/nested/frozenproduct/small/light/components/popover.json +2 -2
  847. package/json/nested/frozenproduct/small/light/components/progress.json +2 -1
  848. package/json/nested/frozenproduct/small/light/components/status.json +127 -55
  849. package/json/nested/frozenproduct/small/light/components/tab.json +1 -1
  850. package/json/nested/frozenproduct/small/light/components/table.json +3 -3
  851. package/json/nested/frozenproduct/small/light/mode.json +138 -82
  852. package/json/nested/marketing/large/dark/components/button.json +34 -32
  853. package/json/nested/marketing/large/dark/components/container.json +4 -4
  854. package/json/nested/marketing/large/dark/components/form.json +4 -4
  855. package/json/nested/marketing/large/dark/components/link.json +4 -4
  856. package/json/nested/marketing/large/dark/components/nav.json +5 -5
  857. package/json/nested/marketing/large/dark/components/popover.json +2 -2
  858. package/json/nested/marketing/large/dark/components/progress.json +2 -1
  859. package/json/nested/marketing/large/dark/components/status.json +127 -55
  860. package/json/nested/marketing/large/dark/components/tab.json +1 -1
  861. package/json/nested/marketing/large/dark/components/table.json +3 -3
  862. package/json/nested/marketing/large/dark/mode.json +141 -85
  863. package/json/nested/marketing/large/light/components/button.json +34 -32
  864. package/json/nested/marketing/large/light/components/container.json +3 -3
  865. package/json/nested/marketing/large/light/components/form.json +4 -4
  866. package/json/nested/marketing/large/light/components/link.json +4 -4
  867. package/json/nested/marketing/large/light/components/nav.json +5 -5
  868. package/json/nested/marketing/large/light/components/popover.json +2 -2
  869. package/json/nested/marketing/large/light/components/progress.json +2 -1
  870. package/json/nested/marketing/large/light/components/status.json +127 -55
  871. package/json/nested/marketing/large/light/components/tab.json +1 -1
  872. package/json/nested/marketing/large/light/components/table.json +3 -3
  873. package/json/nested/marketing/large/light/mode.json +138 -82
  874. package/json/nested/marketing/small/dark/components/button.json +34 -32
  875. package/json/nested/marketing/small/dark/components/container.json +4 -4
  876. package/json/nested/marketing/small/dark/components/form.json +4 -4
  877. package/json/nested/marketing/small/dark/components/link.json +4 -4
  878. package/json/nested/marketing/small/dark/components/nav.json +5 -5
  879. package/json/nested/marketing/small/dark/components/popover.json +2 -2
  880. package/json/nested/marketing/small/dark/components/progress.json +2 -1
  881. package/json/nested/marketing/small/dark/components/status.json +127 -55
  882. package/json/nested/marketing/small/dark/components/tab.json +1 -1
  883. package/json/nested/marketing/small/dark/components/table.json +3 -3
  884. package/json/nested/marketing/small/dark/mode.json +141 -85
  885. package/json/nested/marketing/small/light/components/button.json +34 -32
  886. package/json/nested/marketing/small/light/components/container.json +3 -3
  887. package/json/nested/marketing/small/light/components/form.json +4 -4
  888. package/json/nested/marketing/small/light/components/link.json +4 -4
  889. package/json/nested/marketing/small/light/components/nav.json +5 -5
  890. package/json/nested/marketing/small/light/components/popover.json +2 -2
  891. package/json/nested/marketing/small/light/components/progress.json +2 -1
  892. package/json/nested/marketing/small/light/components/status.json +127 -55
  893. package/json/nested/marketing/small/light/components/tab.json +1 -1
  894. package/json/nested/marketing/small/light/components/table.json +3 -3
  895. package/json/nested/marketing/small/light/mode.json +138 -82
  896. package/json/nested/product/large/dark/components/button.json +34 -32
  897. package/json/nested/product/large/dark/components/container.json +4 -4
  898. package/json/nested/product/large/dark/components/form.json +4 -4
  899. package/json/nested/product/large/dark/components/link.json +4 -4
  900. package/json/nested/product/large/dark/components/nav.json +5 -5
  901. package/json/nested/product/large/dark/components/popover.json +2 -2
  902. package/json/nested/product/large/dark/components/progress.json +2 -1
  903. package/json/nested/product/large/dark/components/status.json +127 -55
  904. package/json/nested/product/large/dark/components/tab.json +1 -1
  905. package/json/nested/product/large/dark/components/table.json +3 -3
  906. package/json/nested/product/large/dark/mode.json +141 -85
  907. package/json/nested/product/large/light/components/button.json +34 -32
  908. package/json/nested/product/large/light/components/container.json +3 -3
  909. package/json/nested/product/large/light/components/form.json +4 -4
  910. package/json/nested/product/large/light/components/link.json +4 -4
  911. package/json/nested/product/large/light/components/nav.json +5 -5
  912. package/json/nested/product/large/light/components/popover.json +2 -2
  913. package/json/nested/product/large/light/components/progress.json +2 -1
  914. package/json/nested/product/large/light/components/status.json +127 -55
  915. package/json/nested/product/large/light/components/tab.json +1 -1
  916. package/json/nested/product/large/light/components/table.json +3 -3
  917. package/json/nested/product/large/light/mode.json +138 -82
  918. package/json/nested/product/small/dark/components/button.json +34 -32
  919. package/json/nested/product/small/dark/components/container.json +4 -4
  920. package/json/nested/product/small/dark/components/form.json +4 -4
  921. package/json/nested/product/small/dark/components/link.json +4 -4
  922. package/json/nested/product/small/dark/components/nav.json +5 -5
  923. package/json/nested/product/small/dark/components/popover.json +2 -2
  924. package/json/nested/product/small/dark/components/progress.json +2 -1
  925. package/json/nested/product/small/dark/components/status.json +127 -55
  926. package/json/nested/product/small/dark/components/tab.json +1 -1
  927. package/json/nested/product/small/dark/components/table.json +3 -3
  928. package/json/nested/product/small/dark/mode.json +141 -85
  929. package/json/nested/product/small/light/components/button.json +34 -32
  930. package/json/nested/product/small/light/components/container.json +3 -3
  931. package/json/nested/product/small/light/components/form.json +4 -4
  932. package/json/nested/product/small/light/components/link.json +4 -4
  933. package/json/nested/product/small/light/components/nav.json +5 -5
  934. package/json/nested/product/small/light/components/popover.json +2 -2
  935. package/json/nested/product/small/light/components/progress.json +2 -1
  936. package/json/nested/product/small/light/components/status.json +127 -55
  937. package/json/nested/product/small/light/components/tab.json +1 -1
  938. package/json/nested/product/small/light/components/table.json +3 -3
  939. package/json/nested/product/small/light/mode.json +138 -82
  940. package/package.json +1 -1
  941. package/sage-design-tokens-14.1.0.tgz +0 -0
  942. package/scss/frozenproduct/large/components/button.scss +19 -17
  943. package/scss/frozenproduct/large/components/container.scss +11 -11
  944. package/scss/frozenproduct/large/components/form.scss +7 -7
  945. package/scss/frozenproduct/large/components/link.scss +4 -4
  946. package/scss/frozenproduct/large/components/nav.scss +5 -5
  947. package/scss/frozenproduct/large/components/page.scss +1 -1
  948. package/scss/frozenproduct/large/components/popover.scss +2 -2
  949. package/scss/frozenproduct/large/components/progress.scss +8 -7
  950. package/scss/frozenproduct/large/components/status.scss +64 -14
  951. package/scss/frozenproduct/large/components/tab.scss +7 -7
  952. package/scss/frozenproduct/large/components/table.scss +11 -11
  953. package/scss/frozenproduct/large/dark.scss +114 -74
  954. package/scss/frozenproduct/large/light.scss +111 -71
  955. package/scss/frozenproduct/small/components/button.scss +17 -15
  956. package/scss/frozenproduct/small/components/container.scss +11 -11
  957. package/scss/frozenproduct/small/components/form.scss +7 -7
  958. package/scss/frozenproduct/small/components/link.scss +4 -4
  959. package/scss/frozenproduct/small/components/nav.scss +5 -5
  960. package/scss/frozenproduct/small/components/page.scss +1 -1
  961. package/scss/frozenproduct/small/components/popover.scss +2 -2
  962. package/scss/frozenproduct/small/components/progress.scss +8 -7
  963. package/scss/frozenproduct/small/components/status.scss +64 -14
  964. package/scss/frozenproduct/small/components/tab.scss +7 -7
  965. package/scss/frozenproduct/small/components/table.scss +11 -11
  966. package/scss/frozenproduct/small/dark.scss +114 -74
  967. package/scss/frozenproduct/small/light.scss +111 -71
  968. package/scss/marketing/large/components/button.scss +6 -4
  969. package/scss/marketing/large/components/container.scss +2 -2
  970. package/scss/marketing/large/components/link.scss +2 -2
  971. package/scss/marketing/large/components/progress.scss +2 -1
  972. package/scss/marketing/large/components/status.scss +62 -12
  973. package/scss/marketing/large/components/table.scss +1 -1
  974. package/scss/marketing/large/dark.scss +114 -74
  975. package/scss/marketing/large/light.scss +111 -71
  976. package/scss/marketing/small/components/button.scss +19 -17
  977. package/scss/marketing/small/components/container.scss +11 -11
  978. package/scss/marketing/small/components/form.scss +7 -7
  979. package/scss/marketing/small/components/link.scss +4 -4
  980. package/scss/marketing/small/components/nav.scss +5 -5
  981. package/scss/marketing/small/components/page.scss +1 -1
  982. package/scss/marketing/small/components/popover.scss +2 -2
  983. package/scss/marketing/small/components/progress.scss +8 -7
  984. package/scss/marketing/small/components/status.scss +64 -14
  985. package/scss/marketing/small/components/tab.scss +7 -7
  986. package/scss/marketing/small/components/table.scss +11 -11
  987. package/scss/marketing/small/dark.scss +114 -74
  988. package/scss/marketing/small/light.scss +111 -71
  989. package/scss/product/large/components/button.scss +17 -15
  990. package/scss/product/large/components/container.scss +11 -11
  991. package/scss/product/large/components/form.scss +7 -7
  992. package/scss/product/large/components/link.scss +4 -4
  993. package/scss/product/large/components/nav.scss +5 -5
  994. package/scss/product/large/components/page.scss +1 -1
  995. package/scss/product/large/components/popover.scss +2 -2
  996. package/scss/product/large/components/progress.scss +8 -7
  997. package/scss/product/large/components/status.scss +64 -14
  998. package/scss/product/large/components/tab.scss +7 -7
  999. package/scss/product/large/components/table.scss +11 -11
  1000. package/scss/product/large/dark.scss +114 -74
  1001. package/scss/product/large/light.scss +111 -71
  1002. package/scss/product/small/components/button.scss +6 -4
  1003. package/scss/product/small/components/container.scss +2 -2
  1004. package/scss/product/small/components/link.scss +2 -2
  1005. package/scss/product/small/components/progress.scss +2 -1
  1006. package/scss/product/small/components/status.scss +62 -12
  1007. package/scss/product/small/components/table.scss +1 -1
  1008. package/scss/product/small/dark.scss +114 -74
  1009. package/scss/product/small/light.scss +111 -71
  1010. package/sage-design-tokens-14.0.0.tgz +0 -0
@@ -38,227 +38,6 @@
38
38
  path: ["status", "color", "none"],
39
39
  },
40
40
  message: {
41
- global: {
42
- "label-default": {
43
- $type: "color",
44
- $value: "#000000f2",
45
- filePath: "data/tokens/components/status.json",
46
- isSource: true,
47
- original: {
48
- $type: "color",
49
- $value: "{modes.color.status.content.withDefaultAlt}",
50
- },
51
- name: "statusColorMessageGlobalLabelDefault",
52
- attributes: {},
53
- path: ["status", "color", "message", "global", "label-default"],
54
- },
55
- "label-hover": {
56
- $type: "color",
57
- $value: "#000000",
58
- filePath: "data/tokens/components/status.json",
59
- isSource: true,
60
- original: {
61
- $type: "color",
62
- $value: "{modes.color.interactive.monochrome.withHover}",
63
- },
64
- name: "statusColorMessageGlobalLabelHover",
65
- attributes: {},
66
- path: ["status", "color", "message", "global", "label-hover"],
67
- },
68
- callout: {
69
- "bg-default": {
70
- $type: "color",
71
- $value: "#e5fae2",
72
- $description: "Global message bg",
73
- filePath: "data/tokens/components/status.json",
74
- isSource: true,
75
- original: {
76
- $type: "color",
77
- $value: "{modes.color.status.callout.defaultAlt}",
78
- $description: "Global message bg",
79
- },
80
- name: "statusColorMessageGlobalCalloutBgDefault",
81
- attributes: {},
82
- path: [
83
- "status",
84
- "color",
85
- "message",
86
- "global",
87
- "callout",
88
- "bg-default",
89
- ],
90
- },
91
- "bg-hover": {
92
- $type: "color",
93
- $value: "#d8ecd5",
94
- $description: "global message bg hover",
95
- filePath: "data/tokens/components/status.json",
96
- isSource: true,
97
- original: {
98
- $type: "color",
99
- $value: "{modes.color.status.callout.hoverAlt}",
100
- $description: "global message bg hover",
101
- },
102
- name: "statusColorMessageGlobalCalloutBgHover",
103
- attributes: {},
104
- path: [
105
- "status",
106
- "color",
107
- "message",
108
- "global",
109
- "callout",
110
- "bg-hover",
111
- ],
112
- },
113
- icon: {
114
- $type: "color",
115
- $value: "#000000f2",
116
- $description: "Icon on tinted bgs",
117
- filePath: "data/tokens/components/status.json",
118
- isSource: true,
119
- original: {
120
- $type: "color",
121
- $value: "{modes.color.status.content.withDefaultAlt}",
122
- $description: "Icon on tinted bgs",
123
- },
124
- name: "statusColorMessageGlobalCalloutIcon",
125
- attributes: {},
126
- path: [
127
- "status",
128
- "color",
129
- "message",
130
- "global",
131
- "callout",
132
- "icon",
133
- ],
134
- },
135
- },
136
- info: {
137
- "bg-default": {
138
- $type: "color",
139
- $value: "#eaeef6",
140
- $description: "Global message bg",
141
- filePath: "data/tokens/components/status.json",
142
- isSource: true,
143
- original: {
144
- $type: "color",
145
- $value: "{modes.color.status.info.defaultAlt}",
146
- $description: "Global message bg",
147
- },
148
- name: "statusColorMessageGlobalInfoBgDefault",
149
- attributes: {},
150
- path: [
151
- "status",
152
- "color",
153
- "message",
154
- "global",
155
- "info",
156
- "bg-default",
157
- ],
158
- },
159
- "bg-hover": {
160
- $type: "color",
161
- $value: "#cbd6e9",
162
- filePath: "data/tokens/components/status.json",
163
- isSource: true,
164
- original: {
165
- $type: "color",
166
- $value: "{modes.color.status.info.hoverAlt}",
167
- },
168
- name: "statusColorMessageGlobalInfoBgHover",
169
- attributes: {},
170
- path: [
171
- "status",
172
- "color",
173
- "message",
174
- "global",
175
- "info",
176
- "bg-hover",
177
- ],
178
- },
179
- icon: {
180
- $type: "color",
181
- $value: "#0060A7",
182
- $description: "Icon on tinted bgs",
183
- filePath: "data/tokens/components/status.json",
184
- isSource: true,
185
- original: {
186
- $type: "color",
187
- $value: "{modes.color.status.info.default}",
188
- $description: "Icon on tinted bgs",
189
- },
190
- name: "statusColorMessageGlobalInfoIcon",
191
- attributes: {},
192
- path: ["status", "color", "message", "global", "info", "icon"],
193
- },
194
- },
195
- warning: {
196
- "bg-default": {
197
- $type: "color",
198
- $value: "#ffede5",
199
- $description: "Global message bg",
200
- filePath: "data/tokens/components/status.json",
201
- isSource: true,
202
- original: {
203
- $type: "color",
204
- $value: "{modes.color.status.caution.defaultAlt}",
205
- $description: "Global message bg",
206
- },
207
- name: "statusColorMessageGlobalWarningBgDefault",
208
- attributes: {},
209
- path: [
210
- "status",
211
- "color",
212
- "message",
213
- "global",
214
- "warning",
215
- "bg-default",
216
- ],
217
- },
218
- "bg-hover": {
219
- $type: "color",
220
- $value: "#fdd3c0",
221
- filePath: "data/tokens/components/status.json",
222
- isSource: true,
223
- original: {
224
- $type: "color",
225
- $value: "{modes.color.status.caution.hoverAlt}",
226
- },
227
- name: "statusColorMessageGlobalWarningBgHover",
228
- attributes: {},
229
- path: [
230
- "status",
231
- "color",
232
- "message",
233
- "global",
234
- "warning",
235
- "bg-hover",
236
- ],
237
- },
238
- icon: {
239
- $type: "color",
240
- $value: "#D64309",
241
- $description: "Icon on tinted bgs",
242
- filePath: "data/tokens/components/status.json",
243
- isSource: true,
244
- original: {
245
- $type: "color",
246
- $value: "{modes.color.status.caution.default}",
247
- $description: "Icon on tinted bgs",
248
- },
249
- name: "statusColorMessageGlobalWarningIcon",
250
- attributes: {},
251
- path: [
252
- "status",
253
- "color",
254
- "message",
255
- "global",
256
- "warning",
257
- "icon",
258
- ],
259
- },
260
- },
261
- },
262
41
  contextual: {
263
42
  bg: {
264
43
  $type: "color",
@@ -769,140 +548,1225 @@
769
548
  },
770
549
  },
771
550
  },
772
- },
773
- pill: {
774
- generic: {
551
+ global: {
775
552
  "label-default": {
776
553
  $type: "color",
777
- $value: "#FFFFFF",
554
+ $value: "#000000f2",
778
555
  filePath: "data/tokens/components/status.json",
779
556
  isSource: true,
780
557
  original: {
781
558
  $type: "color",
782
- $value: "{modes.color.status.content.withDefault}",
559
+ $value: "{modes.color.status.content.withDefaultAlt}",
783
560
  },
784
- name: "statusColorPillGenericLabelDefault",
561
+ name: "statusColorMessageGlobalLabelDefault",
785
562
  attributes: {},
786
- path: ["status", "color", "pill", "generic", "label-default"],
563
+ path: ["status", "color", "message", "global", "label-default"],
787
564
  },
788
565
  "label-hover": {
789
566
  $type: "color",
790
- $value: "#FFFFFF",
567
+ $value: "#000000",
791
568
  filePath: "data/tokens/components/status.json",
792
569
  isSource: true,
793
570
  original: {
794
571
  $type: "color",
795
- $value: "{modes.color.status.content.withHover}",
572
+ $value: "{modes.color.interactive.monochrome.withHover}",
796
573
  },
797
- name: "statusColorPillGenericLabelHover",
574
+ name: "statusColorMessageGlobalLabelHover",
798
575
  attributes: {},
799
- path: ["status", "color", "pill", "generic", "label-hover"],
576
+ path: ["status", "color", "message", "global", "label-hover"],
800
577
  },
801
- "labelAlt-default": {
802
- $type: "color",
803
- $value: "#000000f2",
804
- filePath: "data/tokens/components/status.json",
805
- isSource: true,
806
- original: {
578
+ callout: {
579
+ "bg-default": {
807
580
  $type: "color",
808
- $value: "{modes.color.status.content.withDefaultAlt}",
809
- },
810
- name: "statusColorPillGenericLabelAltDefault",
811
- attributes: {},
812
- path: ["status", "color", "pill", "generic", "labelAlt-default"],
813
- },
814
- "labelAlt-hover": {
815
- $type: "color",
816
- $value: "#000000f2",
817
- filePath: "data/tokens/components/status.json",
818
- isSource: true,
819
- original: {
581
+ $value: "#e5fae2",
582
+ $description: "Global message bg",
583
+ filePath: "data/tokens/components/status.json",
584
+ isSource: true,
585
+ original: {
586
+ $type: "color",
587
+ $value: "{modes.color.status.callout.defaultAlt}",
588
+ $description: "Global message bg",
589
+ },
590
+ name: "statusColorMessageGlobalCalloutBgDefault",
591
+ attributes: {},
592
+ path: [
593
+ "status",
594
+ "color",
595
+ "message",
596
+ "global",
597
+ "callout",
598
+ "bg-default",
599
+ ],
600
+ },
601
+ "bg-hover": {
602
+ $type: "color",
603
+ $value: "#d8ecd5",
604
+ $description: "global message bg hover",
605
+ filePath: "data/tokens/components/status.json",
606
+ isSource: true,
607
+ original: {
608
+ $type: "color",
609
+ $value: "{modes.color.status.callout.hoverAlt}",
610
+ $description: "global message bg hover",
611
+ },
612
+ name: "statusColorMessageGlobalCalloutBgHover",
613
+ attributes: {},
614
+ path: [
615
+ "status",
616
+ "color",
617
+ "message",
618
+ "global",
619
+ "callout",
620
+ "bg-hover",
621
+ ],
622
+ },
623
+ icon: {
624
+ $type: "color",
625
+ $value: "#000000f2",
626
+ $description: "Icon on tinted bgs",
627
+ filePath: "data/tokens/components/status.json",
628
+ isSource: true,
629
+ original: {
630
+ $type: "color",
631
+ $value: "{modes.color.status.content.withDefaultAlt}",
632
+ $description: "Icon on tinted bgs",
633
+ },
634
+ name: "statusColorMessageGlobalCalloutIcon",
635
+ attributes: {},
636
+ path: [
637
+ "status",
638
+ "color",
639
+ "message",
640
+ "global",
641
+ "callout",
642
+ "icon",
643
+ ],
644
+ },
645
+ },
646
+ info: {
647
+ "bg-default": {
648
+ $type: "color",
649
+ $value: "#eaeef6",
650
+ $description: "Global message bg",
651
+ filePath: "data/tokens/components/status.json",
652
+ isSource: true,
653
+ original: {
654
+ $type: "color",
655
+ $value: "{modes.color.status.info.defaultAlt}",
656
+ $description: "Global message bg",
657
+ },
658
+ name: "statusColorMessageGlobalInfoBgDefault",
659
+ attributes: {},
660
+ path: [
661
+ "status",
662
+ "color",
663
+ "message",
664
+ "global",
665
+ "info",
666
+ "bg-default",
667
+ ],
668
+ },
669
+ "bg-hover": {
670
+ $type: "color",
671
+ $value: "#cdd7ea",
672
+ filePath: "data/tokens/components/status.json",
673
+ isSource: true,
674
+ original: {
675
+ $type: "color",
676
+ $value: "{modes.color.status.info.hoverAlt}",
677
+ },
678
+ name: "statusColorMessageGlobalInfoBgHover",
679
+ attributes: {},
680
+ path: [
681
+ "status",
682
+ "color",
683
+ "message",
684
+ "global",
685
+ "info",
686
+ "bg-hover",
687
+ ],
688
+ },
689
+ icon: {
690
+ $type: "color",
691
+ $value: "#0060A7",
692
+ $description: "Icon on tinted bgs",
693
+ filePath: "data/tokens/components/status.json",
694
+ isSource: true,
695
+ original: {
696
+ $type: "color",
697
+ $value: "{modes.color.status.info.default}",
698
+ $description: "Icon on tinted bgs",
699
+ },
700
+ name: "statusColorMessageGlobalInfoIcon",
701
+ attributes: {},
702
+ path: ["status", "color", "message", "global", "info", "icon"],
703
+ },
704
+ },
705
+ warning: {
706
+ "bg-default": {
707
+ $type: "color",
708
+ $value: "#ffede5",
709
+ $description: "Global message bg",
710
+ filePath: "data/tokens/components/status.json",
711
+ isSource: true,
712
+ original: {
713
+ $type: "color",
714
+ $value: "{modes.color.status.caution.defaultAlt}",
715
+ $description: "Global message bg",
716
+ },
717
+ name: "statusColorMessageGlobalWarningBgDefault",
718
+ attributes: {},
719
+ path: [
720
+ "status",
721
+ "color",
722
+ "message",
723
+ "global",
724
+ "warning",
725
+ "bg-default",
726
+ ],
727
+ },
728
+ "bg-hover": {
729
+ $type: "color",
730
+ $value: "#fed5c3",
731
+ filePath: "data/tokens/components/status.json",
732
+ isSource: true,
733
+ original: {
734
+ $type: "color",
735
+ $value: "{modes.color.status.caution.hoverAlt}",
736
+ },
737
+ name: "statusColorMessageGlobalWarningBgHover",
738
+ attributes: {},
739
+ path: [
740
+ "status",
741
+ "color",
742
+ "message",
743
+ "global",
744
+ "warning",
745
+ "bg-hover",
746
+ ],
747
+ },
748
+ icon: {
749
+ $type: "color",
750
+ $value: "#D64309",
751
+ $description: "Icon on tinted bgs",
752
+ filePath: "data/tokens/components/status.json",
753
+ isSource: true,
754
+ original: {
755
+ $type: "color",
756
+ $value: "{modes.color.status.caution.default}",
757
+ $description: "Icon on tinted bgs",
758
+ },
759
+ name: "statusColorMessageGlobalWarningIcon",
760
+ attributes: {},
761
+ path: [
762
+ "status",
763
+ "color",
764
+ "message",
765
+ "global",
766
+ "warning",
767
+ "icon",
768
+ ],
769
+ },
770
+ },
771
+ },
772
+ },
773
+ pill: {
774
+ custom: {
775
+ blue: {
776
+ "bg-default": {
777
+ $type: "color",
778
+ $value: "#0071C3",
779
+ filePath: "data/tokens/components/status.json",
780
+ isSource: true,
781
+ original: {
782
+ $type: "color",
783
+ $value: "{modes.color.status.custom.blue.default}",
784
+ },
785
+ name: "statusColorPillCustomBlueBgDefault",
786
+ attributes: {},
787
+ path: [
788
+ "status",
789
+ "color",
790
+ "pill",
791
+ "custom",
792
+ "blue",
793
+ "bg-default",
794
+ ],
795
+ },
796
+ "bgAlt-default": {
797
+ $type: "color",
798
+ $value: "#ebf0f9",
799
+ $description: "outline pill bg",
800
+ filePath: "data/tokens/components/status.json",
801
+ isSource: true,
802
+ original: {
803
+ $type: "color",
804
+ $value: "{modes.color.status.custom.blue.defaultAlt}",
805
+ $description: "outline pill bg",
806
+ },
807
+ name: "statusColorPillCustomBlueBgAltDefault",
808
+ attributes: {},
809
+ path: [
810
+ "status",
811
+ "color",
812
+ "pill",
813
+ "custom",
814
+ "blue",
815
+ "bgAlt-default",
816
+ ],
817
+ },
818
+ "bgAlt-hover": {
819
+ $type: "color",
820
+ $value: "#ced9ed",
821
+ filePath: "data/tokens/components/status.json",
822
+ isSource: true,
823
+ original: {
824
+ $type: "color",
825
+ $value: "{modes.color.status.custom.blue.hoverAlt}",
826
+ },
827
+ name: "statusColorPillCustomBlueBgAltHover",
828
+ attributes: {},
829
+ path: [
830
+ "status",
831
+ "color",
832
+ "pill",
833
+ "custom",
834
+ "blue",
835
+ "bgAlt-hover",
836
+ ],
837
+ },
838
+ "bg-hover": {
839
+ $type: "color",
840
+ $value: "#135fa3",
841
+ filePath: "data/tokens/components/status.json",
842
+ isSource: true,
843
+ original: {
844
+ $type: "color",
845
+ $value: "{modes.color.status.custom.blue.hover}",
846
+ },
847
+ name: "statusColorPillCustomBlueBgHover",
848
+ attributes: {},
849
+ path: ["status", "color", "pill", "custom", "blue", "bg-hover"],
850
+ },
851
+ "border-default": {
852
+ $type: "color",
853
+ $value: "#0071C3",
854
+ filePath: "data/tokens/components/status.json",
855
+ isSource: true,
856
+ original: {
857
+ $type: "color",
858
+ $value: "{modes.color.status.custom.blue.default}",
859
+ },
860
+ name: "statusColorPillCustomBlueBorderDefault",
861
+ attributes: {},
862
+ path: [
863
+ "status",
864
+ "color",
865
+ "pill",
866
+ "custom",
867
+ "blue",
868
+ "border-default",
869
+ ],
870
+ },
871
+ },
872
+ teal: {
873
+ "bg-default": {
874
+ $type: "color",
875
+ $value: "#007C7B",
876
+ filePath: "data/tokens/components/status.json",
877
+ isSource: true,
878
+ original: {
879
+ $type: "color",
880
+ $value: "{modes.color.status.custom.teal.default}",
881
+ },
882
+ name: "statusColorPillCustomTealBgDefault",
883
+ attributes: {},
884
+ path: [
885
+ "status",
886
+ "color",
887
+ "pill",
888
+ "custom",
889
+ "teal",
890
+ "bg-default",
891
+ ],
892
+ },
893
+ "bgAlt-default": {
894
+ $type: "color",
895
+ $value: "#e9f1f1",
896
+ $description: "outline pill bg",
897
+ filePath: "data/tokens/components/status.json",
898
+ isSource: true,
899
+ original: {
900
+ $type: "color",
901
+ $value: "{modes.color.status.custom.teal.defaultAlt}",
902
+ $description: "outline pill bg",
903
+ },
904
+ name: "statusColorPillCustomTealBgAltDefault",
905
+ attributes: {},
906
+ path: [
907
+ "status",
908
+ "color",
909
+ "pill",
910
+ "custom",
911
+ "teal",
912
+ "bgAlt-default",
913
+ ],
914
+ },
915
+ "bgAlt-hover": {
916
+ $type: "color",
917
+ $value: "#c4dde0",
918
+ filePath: "data/tokens/components/status.json",
919
+ isSource: true,
920
+ original: {
921
+ $type: "color",
922
+ $value: "{modes.color.status.custom.teal.hoverAlt}",
923
+ },
924
+ name: "statusColorPillCustomTealBgAltHover",
925
+ attributes: {},
926
+ path: [
927
+ "status",
928
+ "color",
929
+ "pill",
930
+ "custom",
931
+ "teal",
932
+ "bgAlt-hover",
933
+ ],
934
+ },
935
+ "bg-hover": {
936
+ $type: "color",
937
+ $value: "#0e6968",
938
+ filePath: "data/tokens/components/status.json",
939
+ isSource: true,
940
+ original: {
941
+ $type: "color",
942
+ $value: "{modes.color.status.custom.teal.hover}",
943
+ },
944
+ name: "statusColorPillCustomTealBgHover",
945
+ attributes: {},
946
+ path: ["status", "color", "pill", "custom", "teal", "bg-hover"],
947
+ },
948
+ "border-default": {
949
+ $type: "color",
950
+ $value: "#007C7B",
951
+ filePath: "data/tokens/components/status.json",
952
+ isSource: true,
953
+ original: {
954
+ $type: "color",
955
+ $value: "{modes.color.status.custom.teal.default}",
956
+ },
957
+ name: "statusColorPillCustomTealBorderDefault",
958
+ attributes: {},
959
+ path: [
960
+ "status",
961
+ "color",
962
+ "pill",
963
+ "custom",
964
+ "teal",
965
+ "border-default",
966
+ ],
967
+ },
968
+ },
969
+ green: {
970
+ "bg-default": {
971
+ $type: "color",
972
+ $value: "#00811F",
973
+ filePath: "data/tokens/components/status.json",
974
+ isSource: true,
975
+ original: {
976
+ $type: "color",
977
+ $value: "{modes.color.status.custom.green.default}",
978
+ },
979
+ name: "statusColorPillCustomGreenBgDefault",
980
+ attributes: {},
981
+ path: [
982
+ "status",
983
+ "color",
984
+ "pill",
985
+ "custom",
986
+ "green",
987
+ "bg-default",
988
+ ],
989
+ },
990
+ "bgAlt-default": {
991
+ $type: "color",
992
+ $value: "#e9f2e8",
993
+ $description: "outline pill bg",
994
+ filePath: "data/tokens/components/status.json",
995
+ isSource: true,
996
+ original: {
997
+ $type: "color",
998
+ $value: "{modes.color.status.custom.green.defaultAlt}",
999
+ $description: "outline pill bg",
1000
+ },
1001
+ name: "statusColorPillCustomGreenBgAltDefault",
1002
+ attributes: {},
1003
+ path: [
1004
+ "status",
1005
+ "color",
1006
+ "pill",
1007
+ "custom",
1008
+ "green",
1009
+ "bgAlt-default",
1010
+ ],
1011
+ },
1012
+ "bgAlt-hover": {
1013
+ $type: "color",
1014
+ $value: "#c4decf",
1015
+ filePath: "data/tokens/components/status.json",
1016
+ isSource: true,
1017
+ original: {
1018
+ $type: "color",
1019
+ $value: "{modes.color.status.custom.green.hoverAlt}",
1020
+ },
1021
+ name: "statusColorPillCustomGreenBgAltHover",
1022
+ attributes: {},
1023
+ path: [
1024
+ "status",
1025
+ "color",
1026
+ "pill",
1027
+ "custom",
1028
+ "green",
1029
+ "bgAlt-hover",
1030
+ ],
1031
+ },
1032
+ "bg-hover": {
1033
+ $type: "color",
1034
+ $value: "#0e6d1d",
1035
+ filePath: "data/tokens/components/status.json",
1036
+ isSource: true,
1037
+ original: {
1038
+ $type: "color",
1039
+ $value: "{modes.color.status.custom.green.hover}",
1040
+ },
1041
+ name: "statusColorPillCustomGreenBgHover",
1042
+ attributes: {},
1043
+ path: [
1044
+ "status",
1045
+ "color",
1046
+ "pill",
1047
+ "custom",
1048
+ "green",
1049
+ "bg-hover",
1050
+ ],
1051
+ },
1052
+ "border-default": {
1053
+ $type: "color",
1054
+ $value: "#00811F",
1055
+ filePath: "data/tokens/components/status.json",
1056
+ isSource: true,
1057
+ original: {
1058
+ $type: "color",
1059
+ $value: "{modes.color.status.custom.green.default}",
1060
+ },
1061
+ name: "statusColorPillCustomGreenBorderDefault",
1062
+ attributes: {},
1063
+ path: [
1064
+ "status",
1065
+ "color",
1066
+ "pill",
1067
+ "custom",
1068
+ "green",
1069
+ "border-default",
1070
+ ],
1071
+ },
1072
+ },
1073
+ lime: {
1074
+ "bg-default": {
1075
+ $type: "color",
1076
+ $value: "#637700",
1077
+ filePath: "data/tokens/components/status.json",
1078
+ isSource: true,
1079
+ original: {
1080
+ $type: "color",
1081
+ $value: "{modes.color.status.custom.lime.default}",
1082
+ },
1083
+ name: "statusColorPillCustomLimeBgDefault",
1084
+ attributes: {},
1085
+ path: [
1086
+ "status",
1087
+ "color",
1088
+ "pill",
1089
+ "custom",
1090
+ "lime",
1091
+ "bg-default",
1092
+ ],
1093
+ },
1094
+ "bgAlt-default": {
1095
+ $type: "color",
1096
+ $value: "#eff1e6",
1097
+ $description: "outline pill bg",
1098
+ filePath: "data/tokens/components/status.json",
1099
+ isSource: true,
1100
+ original: {
1101
+ $type: "color",
1102
+ $value: "{modes.color.status.custom.lime.defaultAlt}",
1103
+ $description: "outline pill bg",
1104
+ },
1105
+ name: "statusColorPillCustomLimeBgAltDefault",
1106
+ attributes: {},
1107
+ path: [
1108
+ "status",
1109
+ "color",
1110
+ "pill",
1111
+ "custom",
1112
+ "lime",
1113
+ "bgAlt-default",
1114
+ ],
1115
+ },
1116
+ "bgAlt-hover": {
1117
+ $type: "color",
1118
+ $value: "#cdddc9",
1119
+ filePath: "data/tokens/components/status.json",
1120
+ isSource: true,
1121
+ original: {
1122
+ $type: "color",
1123
+ $value: "{modes.color.status.custom.lime.hoverAlt}",
1124
+ },
1125
+ name: "statusColorPillCustomLimeBgAltHover",
1126
+ attributes: {},
1127
+ path: [
1128
+ "status",
1129
+ "color",
1130
+ "pill",
1131
+ "custom",
1132
+ "lime",
1133
+ "bgAlt-hover",
1134
+ ],
1135
+ },
1136
+ "bg-hover": {
1137
+ $type: "color",
1138
+ $value: "#546408",
1139
+ filePath: "data/tokens/components/status.json",
1140
+ isSource: true,
1141
+ original: {
1142
+ $type: "color",
1143
+ $value: "{modes.color.status.custom.lime.hover}",
1144
+ },
1145
+ name: "statusColorPillCustomLimeBgHover",
1146
+ attributes: {},
1147
+ path: ["status", "color", "pill", "custom", "lime", "bg-hover"],
1148
+ },
1149
+ "border-default": {
1150
+ $type: "color",
1151
+ $value: "#637700",
1152
+ filePath: "data/tokens/components/status.json",
1153
+ isSource: true,
1154
+ original: {
1155
+ $type: "color",
1156
+ $value: "{modes.color.status.custom.lime.default}",
1157
+ },
1158
+ name: "statusColorPillCustomLimeBorderDefault",
1159
+ attributes: {},
1160
+ path: [
1161
+ "status",
1162
+ "color",
1163
+ "pill",
1164
+ "custom",
1165
+ "lime",
1166
+ "border-default",
1167
+ ],
1168
+ },
1169
+ },
1170
+ orange: {
1171
+ "bg-default": {
1172
+ $type: "color",
1173
+ $value: "#C54300",
1174
+ filePath: "data/tokens/components/status.json",
1175
+ isSource: true,
1176
+ original: {
1177
+ $type: "color",
1178
+ $value: "{modes.color.status.custom.orange.default}",
1179
+ },
1180
+ name: "statusColorPillCustomOrangeBgDefault",
1181
+ attributes: {},
1182
+ path: [
1183
+ "status",
1184
+ "color",
1185
+ "pill",
1186
+ "custom",
1187
+ "orange",
1188
+ "bg-default",
1189
+ ],
1190
+ },
1191
+ "bgAlt-default": {
1192
+ $type: "color",
1193
+ $value: "#feece5",
1194
+ $description: "outline pill bg",
1195
+ filePath: "data/tokens/components/status.json",
1196
+ isSource: true,
1197
+ original: {
1198
+ $type: "color",
1199
+ $value: "{modes.color.status.custom.orange.defaultAlt}",
1200
+ $description: "outline pill bg",
1201
+ },
1202
+ name: "statusColorPillCustomOrangeBgAltDefault",
1203
+ attributes: {},
1204
+ path: [
1205
+ "status",
1206
+ "color",
1207
+ "pill",
1208
+ "custom",
1209
+ "orange",
1210
+ "bgAlt-default",
1211
+ ],
1212
+ },
1213
+ "bgAlt-hover": {
1214
+ $type: "color",
1215
+ $value: "#f2d0ce",
1216
+ filePath: "data/tokens/components/status.json",
1217
+ isSource: true,
1218
+ original: {
1219
+ $type: "color",
1220
+ $value: "{modes.color.status.custom.orange.hoverAlt}",
1221
+ },
1222
+ name: "statusColorPillCustomOrangeBgAltHover",
1223
+ attributes: {},
1224
+ path: [
1225
+ "status",
1226
+ "color",
1227
+ "pill",
1228
+ "custom",
1229
+ "orange",
1230
+ "bgAlt-hover",
1231
+ ],
1232
+ },
1233
+ "bg-hover": {
1234
+ $type: "color",
1235
+ $value: "#a53a06",
1236
+ filePath: "data/tokens/components/status.json",
1237
+ isSource: true,
1238
+ original: {
1239
+ $type: "color",
1240
+ $value: "{modes.color.status.custom.orange.hover}",
1241
+ },
1242
+ name: "statusColorPillCustomOrangeBgHover",
1243
+ attributes: {},
1244
+ path: [
1245
+ "status",
1246
+ "color",
1247
+ "pill",
1248
+ "custom",
1249
+ "orange",
1250
+ "bg-hover",
1251
+ ],
1252
+ },
1253
+ "border-default": {
1254
+ $type: "color",
1255
+ $value: "#C54300",
1256
+ filePath: "data/tokens/components/status.json",
1257
+ isSource: true,
1258
+ original: {
1259
+ $type: "color",
1260
+ $value: "{modes.color.status.custom.orange.default}",
1261
+ },
1262
+ name: "statusColorPillCustomOrangeBorderDefault",
1263
+ attributes: {},
1264
+ path: [
1265
+ "status",
1266
+ "color",
1267
+ "pill",
1268
+ "custom",
1269
+ "orange",
1270
+ "border-default",
1271
+ ],
1272
+ },
1273
+ },
1274
+ red: {
1275
+ "bg-default": {
1276
+ $type: "color",
1277
+ $value: "#DC004E",
1278
+ filePath: "data/tokens/components/status.json",
1279
+ isSource: true,
1280
+ original: {
1281
+ $type: "color",
1282
+ $value: "{modes.color.status.custom.red.default}",
1283
+ },
1284
+ name: "statusColorPillCustomRedBgDefault",
1285
+ attributes: {},
1286
+ path: [
1287
+ "status",
1288
+ "color",
1289
+ "pill",
1290
+ "custom",
1291
+ "red",
1292
+ "bg-default",
1293
+ ],
1294
+ },
1295
+ "bgAlt-default": {
1296
+ $type: "color",
1297
+ $value: "#ffebec",
1298
+ $description: "outline pill bg",
1299
+ filePath: "data/tokens/components/status.json",
1300
+ isSource: true,
1301
+ original: {
1302
+ $type: "color",
1303
+ $value: "{modes.color.status.custom.red.defaultAlt}",
1304
+ $description: "outline pill bg",
1305
+ },
1306
+ name: "statusColorPillCustomRedBgAltDefault",
1307
+ attributes: {},
1308
+ path: [
1309
+ "status",
1310
+ "color",
1311
+ "pill",
1312
+ "custom",
1313
+ "red",
1314
+ "bgAlt-default",
1315
+ ],
1316
+ },
1317
+ "bgAlt-hover": {
1318
+ $type: "color",
1319
+ $value: "#f1cfd9",
1320
+ filePath: "data/tokens/components/status.json",
1321
+ isSource: true,
1322
+ original: {
1323
+ $type: "color",
1324
+ $value: "{modes.color.status.custom.red.hoverAlt}",
1325
+ },
1326
+ name: "statusColorPillCustomRedBgAltHover",
1327
+ attributes: {},
1328
+ path: [
1329
+ "status",
1330
+ "color",
1331
+ "pill",
1332
+ "custom",
1333
+ "red",
1334
+ "bgAlt-hover",
1335
+ ],
1336
+ },
1337
+ "bg-hover": {
1338
+ $type: "color",
1339
+ $value: "#b81242",
1340
+ filePath: "data/tokens/components/status.json",
1341
+ isSource: true,
1342
+ original: {
1343
+ $type: "color",
1344
+ $value: "{modes.color.status.custom.red.hover}",
1345
+ },
1346
+ name: "statusColorPillCustomRedBgHover",
1347
+ attributes: {},
1348
+ path: ["status", "color", "pill", "custom", "red", "bg-hover"],
1349
+ },
1350
+ "border-default": {
1351
+ $type: "color",
1352
+ $value: "#DC004E",
1353
+ filePath: "data/tokens/components/status.json",
1354
+ isSource: true,
1355
+ original: {
1356
+ $type: "color",
1357
+ $value: "{modes.color.status.custom.red.default}",
1358
+ },
1359
+ name: "statusColorPillCustomRedBorderDefault",
1360
+ attributes: {},
1361
+ path: [
1362
+ "status",
1363
+ "color",
1364
+ "pill",
1365
+ "custom",
1366
+ "red",
1367
+ "border-default",
1368
+ ],
1369
+ },
1370
+ },
1371
+ pink: {
1372
+ "bg-default": {
1373
+ $type: "color",
1374
+ $value: "#C8269A",
1375
+ filePath: "data/tokens/components/status.json",
1376
+ isSource: true,
1377
+ original: {
1378
+ $type: "color",
1379
+ $value: "{modes.color.status.custom.pink.default}",
1380
+ },
1381
+ name: "statusColorPillCustomPinkBgDefault",
1382
+ attributes: {},
1383
+ path: [
1384
+ "status",
1385
+ "color",
1386
+ "pill",
1387
+ "custom",
1388
+ "pink",
1389
+ "bg-default",
1390
+ ],
1391
+ },
1392
+ "bgAlt-default": {
820
1393
  $type: "color",
821
- $value: "{modes.color.status.content.withDefaultAlt}",
1394
+ $value: "#fcecf5",
1395
+ $description: "outline pill bg",
1396
+ filePath: "data/tokens/components/status.json",
1397
+ isSource: true,
1398
+ original: {
1399
+ $type: "color",
1400
+ $value: "{modes.color.status.custom.pink.defaultAlt}",
1401
+ $description: "outline pill bg",
1402
+ },
1403
+ name: "statusColorPillCustomPinkBgAltDefault",
1404
+ attributes: {},
1405
+ path: [
1406
+ "status",
1407
+ "color",
1408
+ "pill",
1409
+ "custom",
1410
+ "pink",
1411
+ "bgAlt-default",
1412
+ ],
1413
+ },
1414
+ "bgAlt-hover": {
1415
+ $type: "color",
1416
+ $value: "#ead2e5",
1417
+ filePath: "data/tokens/components/status.json",
1418
+ isSource: true,
1419
+ original: {
1420
+ $type: "color",
1421
+ $value: "{modes.color.status.custom.pink.hoverAlt}",
1422
+ },
1423
+ name: "statusColorPillCustomPinkBgAltHover",
1424
+ attributes: {},
1425
+ path: [
1426
+ "status",
1427
+ "color",
1428
+ "pill",
1429
+ "custom",
1430
+ "pink",
1431
+ "bgAlt-hover",
1432
+ ],
1433
+ },
1434
+ "bg-hover": {
1435
+ $type: "color",
1436
+ $value: "#a82581",
1437
+ filePath: "data/tokens/components/status.json",
1438
+ isSource: true,
1439
+ original: {
1440
+ $type: "color",
1441
+ $value: "{modes.color.status.custom.pink.hover}",
1442
+ },
1443
+ name: "statusColorPillCustomPinkBgHover",
1444
+ attributes: {},
1445
+ path: ["status", "color", "pill", "custom", "pink", "bg-hover"],
1446
+ },
1447
+ "border-default": {
1448
+ $type: "color",
1449
+ $value: "#C8269A",
1450
+ filePath: "data/tokens/components/status.json",
1451
+ isSource: true,
1452
+ original: {
1453
+ $type: "color",
1454
+ $value: "{modes.color.status.custom.pink.default}",
1455
+ },
1456
+ name: "statusColorPillCustomPinkBorderDefault",
1457
+ attributes: {},
1458
+ path: [
1459
+ "status",
1460
+ "color",
1461
+ "pill",
1462
+ "custom",
1463
+ "pink",
1464
+ "border-default",
1465
+ ],
822
1466
  },
823
- name: "statusColorPillGenericLabelAltHover",
824
- attributes: {},
825
- path: ["status", "color", "pill", "generic", "labelAlt-hover"],
826
1467
  },
827
- inverse: {
828
- "label-default": {
1468
+ purple: {
1469
+ "bg-default": {
829
1470
  $type: "color",
830
- $value: "#000000",
1471
+ $value: "#8F4CD7",
831
1472
  filePath: "data/tokens/components/status.json",
832
1473
  isSource: true,
833
1474
  original: {
834
1475
  $type: "color",
835
- $value: "{modes.color.status.content.inverse.withDefault}",
1476
+ $value: "{modes.color.status.custom.purple.default}",
836
1477
  },
837
- name: "statusColorPillGenericInverseLabelDefault",
1478
+ name: "statusColorPillCustomPurpleBgDefault",
838
1479
  attributes: {},
839
1480
  path: [
840
1481
  "status",
841
1482
  "color",
842
1483
  "pill",
843
- "generic",
844
- "inverse",
845
- "label-default",
1484
+ "custom",
1485
+ "purple",
1486
+ "bg-default",
846
1487
  ],
847
1488
  },
848
- "label-hover": {
1489
+ "bgAlt-default": {
849
1490
  $type: "color",
850
- $value: "#000000",
1491
+ $value: "#f5edfc",
1492
+ $description: "outline pill bg",
851
1493
  filePath: "data/tokens/components/status.json",
852
1494
  isSource: true,
853
1495
  original: {
854
1496
  $type: "color",
855
- $value: "{modes.color.status.content.inverse.withHover}",
1497
+ $value: "{modes.color.status.custom.purple.defaultAlt}",
1498
+ $description: "outline pill bg",
856
1499
  },
857
- name: "statusColorPillGenericInverseLabelHover",
1500
+ name: "statusColorPillCustomPurpleBgAltDefault",
858
1501
  attributes: {},
859
1502
  path: [
860
1503
  "status",
861
1504
  "color",
862
1505
  "pill",
863
- "generic",
864
- "inverse",
865
- "label-hover",
1506
+ "custom",
1507
+ "purple",
1508
+ "bgAlt-default",
866
1509
  ],
867
1510
  },
868
- "labelAlt-default": {
1511
+ "bgAlt-hover": {
869
1512
  $type: "color",
870
- $value: "#fffffff2",
1513
+ $value: "#ded4ee",
871
1514
  filePath: "data/tokens/components/status.json",
872
1515
  isSource: true,
873
1516
  original: {
874
1517
  $type: "color",
875
- $value: "{modes.color.status.content.inverse.withDefaultAlt}",
1518
+ $value: "{modes.color.status.custom.purple.hoverAlt}",
1519
+ },
1520
+ name: "statusColorPillCustomPurpleBgAltHover",
1521
+ attributes: {},
1522
+ path: [
1523
+ "status",
1524
+ "color",
1525
+ "pill",
1526
+ "custom",
1527
+ "purple",
1528
+ "bgAlt-hover",
1529
+ ],
1530
+ },
1531
+ "bg-hover": {
1532
+ $type: "color",
1533
+ $value: "#7941b4",
1534
+ filePath: "data/tokens/components/status.json",
1535
+ isSource: true,
1536
+ original: {
1537
+ $type: "color",
1538
+ $value: "{modes.color.status.custom.purple.hover}",
1539
+ },
1540
+ name: "statusColorPillCustomPurpleBgHover",
1541
+ attributes: {},
1542
+ path: [
1543
+ "status",
1544
+ "color",
1545
+ "pill",
1546
+ "custom",
1547
+ "purple",
1548
+ "bg-hover",
1549
+ ],
1550
+ },
1551
+ "border-default": {
1552
+ $type: "color",
1553
+ $value: "#8F4CD7",
1554
+ filePath: "data/tokens/components/status.json",
1555
+ isSource: true,
1556
+ original: {
1557
+ $type: "color",
1558
+ $value: "{modes.color.status.custom.purple.default}",
1559
+ },
1560
+ name: "statusColorPillCustomPurpleBorderDefault",
1561
+ attributes: {},
1562
+ path: [
1563
+ "status",
1564
+ "color",
1565
+ "pill",
1566
+ "custom",
1567
+ "purple",
1568
+ "border-default",
1569
+ ],
1570
+ },
1571
+ },
1572
+ gray: {
1573
+ "bg-default": {
1574
+ $type: "color",
1575
+ $value: "#6F6F6F",
1576
+ filePath: "data/tokens/components/status.json",
1577
+ isSource: true,
1578
+ original: {
1579
+ $type: "color",
1580
+ $value: "{modes.color.status.custom.gray.default}",
1581
+ },
1582
+ name: "statusColorPillCustomGrayBgDefault",
1583
+ attributes: {},
1584
+ path: [
1585
+ "status",
1586
+ "color",
1587
+ "pill",
1588
+ "custom",
1589
+ "gray",
1590
+ "bg-default",
1591
+ ],
1592
+ },
1593
+ "bgAlt-default": {
1594
+ $type: "color",
1595
+ $value: "#f0f0f0",
1596
+ $description: "outline pill bg",
1597
+ filePath: "data/tokens/components/status.json",
1598
+ isSource: true,
1599
+ original: {
1600
+ $type: "color",
1601
+ $value: "{modes.color.status.custom.gray.defaultAlt}",
1602
+ $description: "outline pill bg",
1603
+ },
1604
+ name: "statusColorPillCustomGrayBgAltDefault",
1605
+ attributes: {},
1606
+ path: [
1607
+ "status",
1608
+ "color",
1609
+ "pill",
1610
+ "custom",
1611
+ "gray",
1612
+ "bgAlt-default",
1613
+ ],
1614
+ },
1615
+ "bgAlt-hover": {
1616
+ $type: "color",
1617
+ $value: "#d3d9e5",
1618
+ filePath: "data/tokens/components/status.json",
1619
+ isSource: true,
1620
+ original: {
1621
+ $type: "color",
1622
+ $value: "{modes.color.status.custom.gray.hoverAlt}",
1623
+ },
1624
+ name: "statusColorPillCustomGrayBgAltHover",
1625
+ attributes: {},
1626
+ path: [
1627
+ "status",
1628
+ "color",
1629
+ "pill",
1630
+ "custom",
1631
+ "gray",
1632
+ "bgAlt-hover",
1633
+ ],
1634
+ },
1635
+ "bg-hover": {
1636
+ $type: "color",
1637
+ $value: "#5e5e5e",
1638
+ filePath: "data/tokens/components/status.json",
1639
+ isSource: true,
1640
+ original: {
1641
+ $type: "color",
1642
+ $value: "{modes.color.status.custom.gray.hover}",
1643
+ },
1644
+ name: "statusColorPillCustomGrayBgHover",
1645
+ attributes: {},
1646
+ path: ["status", "color", "pill", "custom", "gray", "bg-hover"],
1647
+ },
1648
+ "border-default": {
1649
+ $type: "color",
1650
+ $value: "#6F6F6F",
1651
+ filePath: "data/tokens/components/status.json",
1652
+ isSource: true,
1653
+ original: {
1654
+ $type: "color",
1655
+ $value: "{modes.color.status.custom.gray.default}",
1656
+ },
1657
+ name: "statusColorPillCustomGrayBorderDefault",
1658
+ attributes: {},
1659
+ path: [
1660
+ "status",
1661
+ "color",
1662
+ "pill",
1663
+ "custom",
1664
+ "gray",
1665
+ "border-default",
1666
+ ],
1667
+ },
1668
+ },
1669
+ slate: {
1670
+ "bg-default": {
1671
+ $type: "color",
1672
+ $value: "#527386",
1673
+ filePath: "data/tokens/components/status.json",
1674
+ isSource: true,
1675
+ original: {
1676
+ $type: "color",
1677
+ $value: "{modes.color.status.custom.slate.default}",
1678
+ },
1679
+ name: "statusColorPillCustomSlateBgDefault",
1680
+ attributes: {},
1681
+ path: [
1682
+ "status",
1683
+ "color",
1684
+ "pill",
1685
+ "custom",
1686
+ "slate",
1687
+ "bg-default",
1688
+ ],
1689
+ },
1690
+ "bgAlt-default": {
1691
+ $type: "color",
1692
+ $value: "#edf0f2",
1693
+ $description: "outline pill bg",
1694
+ filePath: "data/tokens/components/status.json",
1695
+ isSource: true,
1696
+ original: {
1697
+ $type: "color",
1698
+ $value: "{modes.color.status.custom.slate.defaultAlt}",
1699
+ $description: "outline pill bg",
1700
+ },
1701
+ name: "statusColorPillCustomSlateBgAltDefault",
1702
+ attributes: {},
1703
+ path: [
1704
+ "status",
1705
+ "color",
1706
+ "pill",
1707
+ "custom",
1708
+ "slate",
1709
+ "bgAlt-default",
1710
+ ],
1711
+ },
1712
+ "bgAlt-hover": {
1713
+ $type: "color",
1714
+ $value: "#cbdae6",
1715
+ filePath: "data/tokens/components/status.json",
1716
+ isSource: true,
1717
+ original: {
1718
+ $type: "color",
1719
+ $value: "{modes.color.status.custom.slate.hoverAlt}",
1720
+ },
1721
+ name: "statusColorPillCustomSlateBgAltHover",
1722
+ attributes: {},
1723
+ path: [
1724
+ "status",
1725
+ "color",
1726
+ "pill",
1727
+ "custom",
1728
+ "slate",
1729
+ "bgAlt-hover",
1730
+ ],
1731
+ },
1732
+ "bg-hover": {
1733
+ $type: "color",
1734
+ $value: "#466171",
1735
+ filePath: "data/tokens/components/status.json",
1736
+ isSource: true,
1737
+ original: {
1738
+ $type: "color",
1739
+ $value: "{modes.color.status.custom.slate.hover}",
876
1740
  },
877
- name: "statusColorPillGenericInverseLabelAltDefault",
1741
+ name: "statusColorPillCustomSlateBgHover",
878
1742
  attributes: {},
879
1743
  path: [
880
1744
  "status",
881
1745
  "color",
882
1746
  "pill",
883
- "generic",
884
- "inverse",
885
- "labelAlt-default",
1747
+ "custom",
1748
+ "slate",
1749
+ "bg-hover",
886
1750
  ],
887
1751
  },
888
- "labelAlt-hover": {
1752
+ "border-default": {
889
1753
  $type: "color",
890
- $value: "#fffffff2",
1754
+ $value: "#527386",
891
1755
  filePath: "data/tokens/components/status.json",
892
1756
  isSource: true,
893
1757
  original: {
894
1758
  $type: "color",
895
- $value: "{modes.color.status.content.inverse.withDefaultAlt}",
1759
+ $value: "{modes.color.status.custom.slate.default}",
896
1760
  },
897
- name: "statusColorPillGenericInverseLabelAltHover",
1761
+ name: "statusColorPillCustomSlateBorderDefault",
898
1762
  attributes: {},
899
1763
  path: [
900
1764
  "status",
901
1765
  "color",
902
1766
  "pill",
903
- "generic",
904
- "inverse",
905
- "labelAlt-hover",
1767
+ "custom",
1768
+ "slate",
1769
+ "border-default",
906
1770
  ],
907
1771
  },
908
1772
  },
@@ -938,7 +1802,7 @@
938
1802
  },
939
1803
  "bgAlt-hover": {
940
1804
  $type: "color",
941
- $value: "#f9d1cf",
1805
+ $value: "#f9d3d1",
942
1806
  filePath: "data/tokens/components/status.json",
943
1807
  isSource: true,
944
1808
  original: {
@@ -951,7 +1815,7 @@
951
1815
  },
952
1816
  "bg-hover": {
953
1817
  $type: "color",
954
- $value: "#aa323f",
1818
+ $value: "#ac3240",
955
1819
  filePath: "data/tokens/components/status.json",
956
1820
  isSource: true,
957
1821
  original: {
@@ -1020,7 +1884,7 @@
1020
1884
  },
1021
1885
  "bgAlt-hover": {
1022
1886
  $type: "color",
1023
- $value: "#3f1a1c",
1887
+ $value: "#3d1a1c",
1024
1888
  filePath: "data/tokens/components/status.json",
1025
1889
  isSource: true,
1026
1890
  original: {
@@ -1040,7 +1904,7 @@
1040
1904
  },
1041
1905
  "bg-hover": {
1042
1906
  $type: "color",
1043
- $value: "#eb646c",
1907
+ $value: "#ea626a",
1044
1908
  filePath: "data/tokens/components/status.json",
1045
1909
  isSource: true,
1046
1910
  original: {
@@ -1080,6 +1944,142 @@
1080
1944
  },
1081
1945
  },
1082
1946
  },
1947
+ generic: {
1948
+ "label-default": {
1949
+ $type: "color",
1950
+ $value: "#FFFFFF",
1951
+ filePath: "data/tokens/components/status.json",
1952
+ isSource: true,
1953
+ original: {
1954
+ $type: "color",
1955
+ $value: "{modes.color.status.content.withDefault}",
1956
+ },
1957
+ name: "statusColorPillGenericLabelDefault",
1958
+ attributes: {},
1959
+ path: ["status", "color", "pill", "generic", "label-default"],
1960
+ },
1961
+ "label-hover": {
1962
+ $type: "color",
1963
+ $value: "#FFFFFF",
1964
+ filePath: "data/tokens/components/status.json",
1965
+ isSource: true,
1966
+ original: {
1967
+ $type: "color",
1968
+ $value: "{modes.color.status.content.withHover}",
1969
+ },
1970
+ name: "statusColorPillGenericLabelHover",
1971
+ attributes: {},
1972
+ path: ["status", "color", "pill", "generic", "label-hover"],
1973
+ },
1974
+ "labelAlt-default": {
1975
+ $type: "color",
1976
+ $value: "#000000f2",
1977
+ filePath: "data/tokens/components/status.json",
1978
+ isSource: true,
1979
+ original: {
1980
+ $type: "color",
1981
+ $value: "{modes.color.status.content.withDefaultAlt}",
1982
+ },
1983
+ name: "statusColorPillGenericLabelAltDefault",
1984
+ attributes: {},
1985
+ path: ["status", "color", "pill", "generic", "labelAlt-default"],
1986
+ },
1987
+ "labelAlt-hover": {
1988
+ $type: "color",
1989
+ $value: "#000000f2",
1990
+ filePath: "data/tokens/components/status.json",
1991
+ isSource: true,
1992
+ original: {
1993
+ $type: "color",
1994
+ $value: "{modes.color.status.content.withDefaultAlt}",
1995
+ },
1996
+ name: "statusColorPillGenericLabelAltHover",
1997
+ attributes: {},
1998
+ path: ["status", "color", "pill", "generic", "labelAlt-hover"],
1999
+ },
2000
+ inverse: {
2001
+ "label-default": {
2002
+ $type: "color",
2003
+ $value: "#000000",
2004
+ filePath: "data/tokens/components/status.json",
2005
+ isSource: true,
2006
+ original: {
2007
+ $type: "color",
2008
+ $value: "{modes.color.status.content.inverse.withDefault}",
2009
+ },
2010
+ name: "statusColorPillGenericInverseLabelDefault",
2011
+ attributes: {},
2012
+ path: [
2013
+ "status",
2014
+ "color",
2015
+ "pill",
2016
+ "generic",
2017
+ "inverse",
2018
+ "label-default",
2019
+ ],
2020
+ },
2021
+ "label-hover": {
2022
+ $type: "color",
2023
+ $value: "#000000",
2024
+ filePath: "data/tokens/components/status.json",
2025
+ isSource: true,
2026
+ original: {
2027
+ $type: "color",
2028
+ $value: "{modes.color.status.content.inverse.withHover}",
2029
+ },
2030
+ name: "statusColorPillGenericInverseLabelHover",
2031
+ attributes: {},
2032
+ path: [
2033
+ "status",
2034
+ "color",
2035
+ "pill",
2036
+ "generic",
2037
+ "inverse",
2038
+ "label-hover",
2039
+ ],
2040
+ },
2041
+ "labelAlt-default": {
2042
+ $type: "color",
2043
+ $value: "#fffffff2",
2044
+ filePath: "data/tokens/components/status.json",
2045
+ isSource: true,
2046
+ original: {
2047
+ $type: "color",
2048
+ $value: "{modes.color.status.content.inverse.withDefaultAlt}",
2049
+ },
2050
+ name: "statusColorPillGenericInverseLabelAltDefault",
2051
+ attributes: {},
2052
+ path: [
2053
+ "status",
2054
+ "color",
2055
+ "pill",
2056
+ "generic",
2057
+ "inverse",
2058
+ "labelAlt-default",
2059
+ ],
2060
+ },
2061
+ "labelAlt-hover": {
2062
+ $type: "color",
2063
+ $value: "#fffffff2",
2064
+ filePath: "data/tokens/components/status.json",
2065
+ isSource: true,
2066
+ original: {
2067
+ $type: "color",
2068
+ $value: "{modes.color.status.content.inverse.withDefaultAlt}",
2069
+ },
2070
+ name: "statusColorPillGenericInverseLabelAltHover",
2071
+ attributes: {},
2072
+ path: [
2073
+ "status",
2074
+ "color",
2075
+ "pill",
2076
+ "generic",
2077
+ "inverse",
2078
+ "labelAlt-hover",
2079
+ ],
2080
+ },
2081
+ },
2082
+ },
1083
2083
  info: {
1084
2084
  "bg-default": {
1085
2085
  $type: "color",
@@ -1111,7 +2111,7 @@
1111
2111
  },
1112
2112
  "bgAlt-hover": {
1113
2113
  $type: "color",
1114
- $value: "#cbd6e9",
2114
+ $value: "#cdd7ea",
1115
2115
  filePath: "data/tokens/components/status.json",
1116
2116
  isSource: true,
1117
2117
  original: {
@@ -1124,7 +2124,7 @@
1124
2124
  },
1125
2125
  "bg-hover": {
1126
2126
  $type: "color",
1127
- $value: "#10508a",
2127
+ $value: "#10518c",
1128
2128
  filePath: "data/tokens/components/status.json",
1129
2129
  isSource: true,
1130
2130
  original: {
@@ -1193,7 +2193,7 @@
1193
2193
  },
1194
2194
  "bgAlt-hover": {
1195
2195
  $type: "color",
1196
- $value: "#17253b",
2196
+ $value: "#17253a",
1197
2197
  filePath: "data/tokens/components/status.json",
1198
2198
  isSource: true,
1199
2199
  original: {
@@ -1213,7 +2213,7 @@
1213
2213
  },
1214
2214
  "bg-hover": {
1215
2215
  $type: "color",
1216
- $value: "#5291e0",
2216
+ $value: "#4f90df",
1217
2217
  filePath: "data/tokens/components/status.json",
1218
2218
  isSource: true,
1219
2219
  original: {
@@ -1284,7 +2284,7 @@
1284
2284
  },
1285
2285
  "bgAlt-hover": {
1286
2286
  $type: "color",
1287
- $value: "#d8d8d8",
2287
+ $value: "#d9d9d9",
1288
2288
  filePath: "data/tokens/components/status.json",
1289
2289
  isSource: true,
1290
2290
  original: {
@@ -1297,7 +2297,7 @@
1297
2297
  },
1298
2298
  "bg-hover": {
1299
2299
  $type: "color",
1300
- $value: "#555",
2300
+ $value: "#565656",
1301
2301
  filePath: "data/tokens/components/status.json",
1302
2302
  isSource: true,
1303
2303
  original: {
@@ -1366,7 +2366,7 @@
1366
2366
  },
1367
2367
  "bgAlt-hover": {
1368
2368
  $type: "color",
1369
- $value: "#252525",
2369
+ $value: "#242424",
1370
2370
  filePath: "data/tokens/components/status.json",
1371
2371
  isSource: true,
1372
2372
  original: {
@@ -1386,7 +2386,7 @@
1386
2386
  },
1387
2387
  "bg-hover": {
1388
2388
  $type: "color",
1389
- $value: "#909090",
2389
+ $value: "#8e8e8e",
1390
2390
  filePath: "data/tokens/components/status.json",
1391
2391
  isSource: true,
1392
2392
  original: {
@@ -1426,6 +2426,59 @@
1426
2426
  },
1427
2427
  },
1428
2428
  },
2429
+ readonly: {
2430
+ "bg-default": {
2431
+ $type: "color",
2432
+ $value: "#a6a6a6",
2433
+ $description:
2434
+ "Pill (all types, readonly, when nested in disabled parent components)",
2435
+ filePath: "data/tokens/components/status.json",
2436
+ isSource: true,
2437
+ original: {
2438
+ $type: "color",
2439
+ $value: "{modes.color.status.inactive.default}",
2440
+ $description:
2441
+ "Pill (all types, readonly, when nested in disabled parent components)",
2442
+ },
2443
+ name: "statusColorPillReadonlyBgDefault",
2444
+ attributes: {},
2445
+ path: ["status", "color", "pill", "readonly", "bg-default"],
2446
+ },
2447
+ "border-default": {
2448
+ $type: "color",
2449
+ $value: "#a6a6a6",
2450
+ $description:
2451
+ "Pill (all types, readonly, when nested in disabled parent components)",
2452
+ filePath: "data/tokens/components/status.json",
2453
+ isSource: true,
2454
+ original: {
2455
+ $type: "color",
2456
+ $value: "{modes.color.status.inactive.default}",
2457
+ $description:
2458
+ "Pill (all types, readonly, when nested in disabled parent components)",
2459
+ },
2460
+ name: "statusColorPillReadonlyBorderDefault",
2461
+ attributes: {},
2462
+ path: ["status", "color", "pill", "readonly", "border-default"],
2463
+ },
2464
+ label: {
2465
+ $type: "color",
2466
+ $value: "#000000ab",
2467
+ $description:
2468
+ "Pill (all types, readonly, when nested in disabled parent components)",
2469
+ filePath: "data/tokens/components/status.json",
2470
+ isSource: true,
2471
+ original: {
2472
+ $type: "color",
2473
+ $value: "{modes.color.generic.content.firm}",
2474
+ $description:
2475
+ "Pill (all types, readonly, when nested in disabled parent components)",
2476
+ },
2477
+ name: "statusColorPillReadonlyLabel",
2478
+ attributes: {},
2479
+ path: ["status", "color", "pill", "readonly", "label"],
2480
+ },
2481
+ },
1429
2482
  success: {
1430
2483
  "bg-default": {
1431
2484
  $type: "color",
@@ -1457,7 +2510,7 @@
1457
2510
  },
1458
2511
  "bgAlt-hover": {
1459
2512
  $type: "color",
1460
- $value: "#c9e0c7",
2513
+ $value: "#cbe1c9",
1461
2514
  filePath: "data/tokens/components/status.json",
1462
2515
  isSource: true,
1463
2516
  original: {
@@ -1470,7 +2523,7 @@
1470
2523
  },
1471
2524
  "bg-hover": {
1472
2525
  $type: "color",
1473
- $value: "#0e6b1d",
2526
+ $value: "#0e6d1d",
1474
2527
  filePath: "data/tokens/components/status.json",
1475
2528
  isSource: true,
1476
2529
  original: {
@@ -1539,7 +2592,7 @@
1539
2592
  },
1540
2593
  "bgAlt-hover": {
1541
2594
  $type: "color",
1542
- $value: "#132b12",
2595
+ $value: "#132912",
1543
2596
  filePath: "data/tokens/components/status.json",
1544
2597
  isSource: true,
1545
2598
  original: {
@@ -1559,7 +2612,7 @@
1559
2612
  },
1560
2613
  "bg-hover": {
1561
2614
  $type: "color",
1562
- $value: "#2b8b32",
2615
+ $value: "#328e37",
1563
2616
  filePath: "data/tokens/components/status.json",
1564
2617
  isSource: true,
1565
2618
  original: {
@@ -1630,7 +2683,7 @@
1630
2683
  },
1631
2684
  "bgAlt-hover": {
1632
2685
  $type: "color",
1633
- $value: "#fdd3c0",
2686
+ $value: "#fed5c3",
1634
2687
  filePath: "data/tokens/components/status.json",
1635
2688
  isSource: true,
1636
2689
  original: {
@@ -1643,7 +2696,7 @@
1643
2696
  },
1644
2697
  "bg-hover": {
1645
2698
  $type: "color",
1646
- $value: "#b13a0d",
2699
+ $value: "#b33b0d",
1647
2700
  filePath: "data/tokens/components/status.json",
1648
2701
  isSource: true,
1649
2702
  original: {
@@ -1712,7 +2765,7 @@
1712
2765
  },
1713
2766
  "bgAlt-hover": {
1714
2767
  $type: "color",
1715
- $value: "#3f1b0b",
2768
+ $value: "#3e1a0b",
1716
2769
  filePath: "data/tokens/components/status.json",
1717
2770
  isSource: true,
1718
2771
  original: {
@@ -1732,7 +2785,7 @@
1732
2785
  },
1733
2786
  "bg-hover": {
1734
2787
  $type: "color",
1735
- $value: "#eb6732",
2788
+ $value: "#eb6530",
1736
2789
  filePath: "data/tokens/components/status.json",
1737
2790
  isSource: true,
1738
2791
  original: {
@@ -1772,59 +2825,6 @@
1772
2825
  },
1773
2826
  },
1774
2827
  },
1775
- readonly: {
1776
- "bg-default": {
1777
- $type: "color",
1778
- $value: "#a6a6a6",
1779
- $description:
1780
- "Pill (all types, readonly, when nested in disabled parent components)",
1781
- filePath: "data/tokens/components/status.json",
1782
- isSource: true,
1783
- original: {
1784
- $type: "color",
1785
- $value: "{modes.color.status.inactive.default}",
1786
- $description:
1787
- "Pill (all types, readonly, when nested in disabled parent components)",
1788
- },
1789
- name: "statusColorPillReadonlyBgDefault",
1790
- attributes: {},
1791
- path: ["status", "color", "pill", "readonly", "bg-default"],
1792
- },
1793
- "border-default": {
1794
- $type: "color",
1795
- $value: "#a6a6a6",
1796
- $description:
1797
- "Pill (all types, readonly, when nested in disabled parent components)",
1798
- filePath: "data/tokens/components/status.json",
1799
- isSource: true,
1800
- original: {
1801
- $type: "color",
1802
- $value: "{modes.color.status.inactive.default}",
1803
- $description:
1804
- "Pill (all types, readonly, when nested in disabled parent components)",
1805
- },
1806
- name: "statusColorPillReadonlyBorderDefault",
1807
- attributes: {},
1808
- path: ["status", "color", "pill", "readonly", "border-default"],
1809
- },
1810
- label: {
1811
- $type: "color",
1812
- $value: "#000000ab",
1813
- $description:
1814
- "Pill (all types, readonly, when nested in disabled parent components)",
1815
- filePath: "data/tokens/components/status.json",
1816
- isSource: true,
1817
- original: {
1818
- $type: "color",
1819
- $value: "{modes.color.generic.content.firm}",
1820
- $description:
1821
- "Pill (all types, readonly, when nested in disabled parent components)",
1822
- },
1823
- name: "statusColorPillReadonlyLabel",
1824
- attributes: {},
1825
- path: ["status", "color", "pill", "readonly", "label"],
1826
- },
1827
- },
1828
2828
  },
1829
2829
  rating: {
1830
2830
  "bg-default": {
@@ -1856,7 +2856,7 @@
1856
2856
  },
1857
2857
  "bg-hover": {
1858
2858
  $type: "color",
1859
- $value: "#0e6b1d",
2859
+ $value: "#0e6d1d",
1860
2860
  filePath: "data/tokens/components/status.json",
1861
2861
  isSource: true,
1862
2862
  original: {