@sage/design-tokens 8.2.0 → 8.4.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 (566) hide show
  1. package/css/frozenproduct/all.css +154 -17
  2. package/css/frozenproduct/large/components/badge.css +2 -1
  3. package/css/frozenproduct/large/components/container.css +36 -14
  4. package/css/frozenproduct/large/components/form.css +52 -0
  5. package/css/frozenproduct/large/components/tab.css +4 -2
  6. package/css/frozenproduct/large/dark.css +30 -0
  7. package/css/frozenproduct/large/light.css +30 -0
  8. package/css/frozenproduct/small/components/badge.css +2 -1
  9. package/css/frozenproduct/small/components/container.css +36 -14
  10. package/css/frozenproduct/small/components/form.css +52 -0
  11. package/css/frozenproduct/small/components/tab.css +4 -2
  12. package/css/frozenproduct/small/dark.css +30 -0
  13. package/css/frozenproduct/small/light.css +30 -0
  14. package/css/marketing/all.css +154 -17
  15. package/css/marketing/large/components/badge.css +2 -1
  16. package/css/marketing/large/components/container.css +36 -14
  17. package/css/marketing/large/components/form.css +52 -0
  18. package/css/marketing/large/components/tab.css +4 -2
  19. package/css/marketing/large/dark.css +30 -0
  20. package/css/marketing/large/light.css +30 -0
  21. package/css/marketing/small/components/badge.css +2 -1
  22. package/css/marketing/small/components/container.css +36 -14
  23. package/css/marketing/small/components/form.css +52 -0
  24. package/css/marketing/small/components/tab.css +4 -2
  25. package/css/marketing/small/dark.css +30 -0
  26. package/css/marketing/small/light.css +30 -0
  27. package/css/product/all.css +154 -17
  28. package/css/product/large/components/badge.css +2 -1
  29. package/css/product/large/components/container.css +36 -14
  30. package/css/product/large/components/form.css +52 -0
  31. package/css/product/large/components/tab.css +4 -2
  32. package/css/product/large/dark.css +30 -0
  33. package/css/product/large/light.css +30 -0
  34. package/css/product/small/components/badge.css +2 -1
  35. package/css/product/small/components/container.css +36 -14
  36. package/css/product/small/components/form.css +52 -0
  37. package/css/product/small/components/tab.css +4 -2
  38. package/css/product/small/dark.css +30 -0
  39. package/css/product/small/light.css +30 -0
  40. package/ios/frozenproduct/large/dark/components/badge.h +1 -0
  41. package/ios/frozenproduct/large/dark/components/container.h +36 -14
  42. package/ios/frozenproduct/large/dark/components/form.h +52 -0
  43. package/ios/frozenproduct/large/dark/components/tab.h +2 -0
  44. package/ios/frozenproduct/large/dark/mode.h +30 -0
  45. package/ios/frozenproduct/large/light/components/badge.h +1 -0
  46. package/ios/frozenproduct/large/light/components/container.h +36 -14
  47. package/ios/frozenproduct/large/light/components/form.h +52 -0
  48. package/ios/frozenproduct/large/light/components/tab.h +2 -0
  49. package/ios/frozenproduct/large/light/mode.h +30 -0
  50. package/ios/frozenproduct/small/dark/components/badge.h +1 -0
  51. package/ios/frozenproduct/small/dark/components/container.h +36 -14
  52. package/ios/frozenproduct/small/dark/components/form.h +52 -0
  53. package/ios/frozenproduct/small/dark/components/tab.h +2 -0
  54. package/ios/frozenproduct/small/dark/mode.h +30 -0
  55. package/ios/frozenproduct/small/light/components/badge.h +1 -0
  56. package/ios/frozenproduct/small/light/components/container.h +36 -14
  57. package/ios/frozenproduct/small/light/components/form.h +52 -0
  58. package/ios/frozenproduct/small/light/components/tab.h +2 -0
  59. package/ios/frozenproduct/small/light/mode.h +30 -0
  60. package/ios/marketing/large/dark/components/badge.h +1 -0
  61. package/ios/marketing/large/dark/components/container.h +36 -14
  62. package/ios/marketing/large/dark/components/form.h +52 -0
  63. package/ios/marketing/large/dark/components/tab.h +2 -0
  64. package/ios/marketing/large/dark/mode.h +30 -0
  65. package/ios/marketing/large/light/components/badge.h +1 -0
  66. package/ios/marketing/large/light/components/container.h +36 -14
  67. package/ios/marketing/large/light/components/form.h +52 -0
  68. package/ios/marketing/large/light/components/tab.h +2 -0
  69. package/ios/marketing/large/light/mode.h +30 -0
  70. package/ios/marketing/small/dark/components/badge.h +1 -0
  71. package/ios/marketing/small/dark/components/container.h +36 -14
  72. package/ios/marketing/small/dark/components/form.h +52 -0
  73. package/ios/marketing/small/dark/components/tab.h +2 -0
  74. package/ios/marketing/small/dark/mode.h +30 -0
  75. package/ios/marketing/small/light/components/badge.h +1 -0
  76. package/ios/marketing/small/light/components/container.h +36 -14
  77. package/ios/marketing/small/light/components/form.h +52 -0
  78. package/ios/marketing/small/light/components/tab.h +2 -0
  79. package/ios/marketing/small/light/mode.h +30 -0
  80. package/ios/product/large/dark/components/badge.h +1 -0
  81. package/ios/product/large/dark/components/container.h +36 -14
  82. package/ios/product/large/dark/components/form.h +52 -0
  83. package/ios/product/large/dark/components/tab.h +2 -0
  84. package/ios/product/large/dark/mode.h +30 -0
  85. package/ios/product/large/light/components/badge.h +1 -0
  86. package/ios/product/large/light/components/container.h +36 -14
  87. package/ios/product/large/light/components/form.h +52 -0
  88. package/ios/product/large/light/components/tab.h +2 -0
  89. package/ios/product/large/light/mode.h +30 -0
  90. package/ios/product/small/dark/components/badge.h +1 -0
  91. package/ios/product/small/dark/components/container.h +36 -14
  92. package/ios/product/small/dark/components/form.h +52 -0
  93. package/ios/product/small/dark/components/tab.h +2 -0
  94. package/ios/product/small/dark/mode.h +30 -0
  95. package/ios/product/small/light/components/badge.h +1 -0
  96. package/ios/product/small/light/components/container.h +36 -14
  97. package/ios/product/small/light/components/form.h +52 -0
  98. package/ios/product/small/light/components/tab.h +2 -0
  99. package/ios/product/small/light/mode.h +30 -0
  100. package/js/common/frozenproduct/large/dark/components/badge.d.ts +1 -0
  101. package/js/common/frozenproduct/large/dark/components/badge.js +15 -0
  102. package/js/common/frozenproduct/large/dark/components/container.d.ts +64 -20
  103. package/js/common/frozenproduct/large/dark/components/container.js +487 -175
  104. package/js/common/frozenproduct/large/dark/components/form.d.ts +74 -0
  105. package/js/common/frozenproduct/large/dark/components/form.js +742 -0
  106. package/js/common/frozenproduct/large/dark/components/tab.d.ts +2 -0
  107. package/js/common/frozenproduct/large/dark/components/tab.js +26 -4
  108. package/js/common/frozenproduct/large/dark/mode.d.ts +52 -0
  109. package/js/common/frozenproduct/large/dark/mode.js +412 -0
  110. package/js/common/frozenproduct/large/light/components/badge.d.ts +1 -0
  111. package/js/common/frozenproduct/large/light/components/badge.js +15 -0
  112. package/js/common/frozenproduct/large/light/components/container.d.ts +64 -20
  113. package/js/common/frozenproduct/large/light/components/container.js +487 -175
  114. package/js/common/frozenproduct/large/light/components/form.d.ts +74 -0
  115. package/js/common/frozenproduct/large/light/components/form.js +742 -0
  116. package/js/common/frozenproduct/large/light/components/tab.d.ts +2 -0
  117. package/js/common/frozenproduct/large/light/components/tab.js +26 -4
  118. package/js/common/frozenproduct/large/light/mode.d.ts +52 -0
  119. package/js/common/frozenproduct/large/light/mode.js +412 -0
  120. package/js/common/frozenproduct/small/dark/components/badge.d.ts +1 -0
  121. package/js/common/frozenproduct/small/dark/components/badge.js +15 -0
  122. package/js/common/frozenproduct/small/dark/components/container.d.ts +64 -20
  123. package/js/common/frozenproduct/small/dark/components/container.js +487 -175
  124. package/js/common/frozenproduct/small/dark/components/form.d.ts +74 -0
  125. package/js/common/frozenproduct/small/dark/components/form.js +742 -0
  126. package/js/common/frozenproduct/small/dark/components/tab.d.ts +2 -0
  127. package/js/common/frozenproduct/small/dark/components/tab.js +26 -4
  128. package/js/common/frozenproduct/small/dark/mode.d.ts +52 -0
  129. package/js/common/frozenproduct/small/dark/mode.js +412 -0
  130. package/js/common/frozenproduct/small/light/components/badge.d.ts +1 -0
  131. package/js/common/frozenproduct/small/light/components/badge.js +15 -0
  132. package/js/common/frozenproduct/small/light/components/container.d.ts +64 -20
  133. package/js/common/frozenproduct/small/light/components/container.js +487 -175
  134. package/js/common/frozenproduct/small/light/components/form.d.ts +74 -0
  135. package/js/common/frozenproduct/small/light/components/form.js +742 -0
  136. package/js/common/frozenproduct/small/light/components/tab.d.ts +2 -0
  137. package/js/common/frozenproduct/small/light/components/tab.js +26 -4
  138. package/js/common/frozenproduct/small/light/mode.d.ts +52 -0
  139. package/js/common/frozenproduct/small/light/mode.js +412 -0
  140. package/js/common/marketing/large/dark/components/badge.d.ts +1 -0
  141. package/js/common/marketing/large/dark/components/badge.js +15 -0
  142. package/js/common/marketing/large/dark/components/container.d.ts +64 -20
  143. package/js/common/marketing/large/dark/components/container.js +487 -175
  144. package/js/common/marketing/large/dark/components/form.d.ts +74 -0
  145. package/js/common/marketing/large/dark/components/form.js +742 -0
  146. package/js/common/marketing/large/dark/components/tab.d.ts +2 -0
  147. package/js/common/marketing/large/dark/components/tab.js +26 -4
  148. package/js/common/marketing/large/dark/mode.d.ts +52 -0
  149. package/js/common/marketing/large/dark/mode.js +412 -0
  150. package/js/common/marketing/large/light/components/badge.d.ts +1 -0
  151. package/js/common/marketing/large/light/components/badge.js +15 -0
  152. package/js/common/marketing/large/light/components/container.d.ts +64 -20
  153. package/js/common/marketing/large/light/components/container.js +487 -175
  154. package/js/common/marketing/large/light/components/form.d.ts +74 -0
  155. package/js/common/marketing/large/light/components/form.js +742 -0
  156. package/js/common/marketing/large/light/components/tab.d.ts +2 -0
  157. package/js/common/marketing/large/light/components/tab.js +26 -4
  158. package/js/common/marketing/large/light/mode.d.ts +52 -0
  159. package/js/common/marketing/large/light/mode.js +412 -0
  160. package/js/common/marketing/small/dark/components/badge.d.ts +1 -0
  161. package/js/common/marketing/small/dark/components/badge.js +15 -0
  162. package/js/common/marketing/small/dark/components/container.d.ts +64 -20
  163. package/js/common/marketing/small/dark/components/container.js +487 -175
  164. package/js/common/marketing/small/dark/components/form.d.ts +74 -0
  165. package/js/common/marketing/small/dark/components/form.js +742 -0
  166. package/js/common/marketing/small/dark/components/tab.d.ts +2 -0
  167. package/js/common/marketing/small/dark/components/tab.js +26 -4
  168. package/js/common/marketing/small/dark/mode.d.ts +52 -0
  169. package/js/common/marketing/small/dark/mode.js +412 -0
  170. package/js/common/marketing/small/light/components/badge.d.ts +1 -0
  171. package/js/common/marketing/small/light/components/badge.js +15 -0
  172. package/js/common/marketing/small/light/components/container.d.ts +64 -20
  173. package/js/common/marketing/small/light/components/container.js +487 -175
  174. package/js/common/marketing/small/light/components/form.d.ts +74 -0
  175. package/js/common/marketing/small/light/components/form.js +742 -0
  176. package/js/common/marketing/small/light/components/tab.d.ts +2 -0
  177. package/js/common/marketing/small/light/components/tab.js +26 -4
  178. package/js/common/marketing/small/light/mode.d.ts +52 -0
  179. package/js/common/marketing/small/light/mode.js +412 -0
  180. package/js/common/product/large/dark/components/badge.d.ts +1 -0
  181. package/js/common/product/large/dark/components/badge.js +15 -0
  182. package/js/common/product/large/dark/components/container.d.ts +64 -20
  183. package/js/common/product/large/dark/components/container.js +487 -175
  184. package/js/common/product/large/dark/components/form.d.ts +74 -0
  185. package/js/common/product/large/dark/components/form.js +742 -0
  186. package/js/common/product/large/dark/components/tab.d.ts +2 -0
  187. package/js/common/product/large/dark/components/tab.js +26 -4
  188. package/js/common/product/large/dark/mode.d.ts +52 -0
  189. package/js/common/product/large/dark/mode.js +412 -0
  190. package/js/common/product/large/light/components/badge.d.ts +1 -0
  191. package/js/common/product/large/light/components/badge.js +15 -0
  192. package/js/common/product/large/light/components/container.d.ts +64 -20
  193. package/js/common/product/large/light/components/container.js +487 -175
  194. package/js/common/product/large/light/components/form.d.ts +74 -0
  195. package/js/common/product/large/light/components/form.js +742 -0
  196. package/js/common/product/large/light/components/tab.d.ts +2 -0
  197. package/js/common/product/large/light/components/tab.js +26 -4
  198. package/js/common/product/large/light/mode.d.ts +52 -0
  199. package/js/common/product/large/light/mode.js +412 -0
  200. package/js/common/product/small/dark/components/badge.d.ts +1 -0
  201. package/js/common/product/small/dark/components/badge.js +15 -0
  202. package/js/common/product/small/dark/components/container.d.ts +64 -20
  203. package/js/common/product/small/dark/components/container.js +487 -175
  204. package/js/common/product/small/dark/components/form.d.ts +74 -0
  205. package/js/common/product/small/dark/components/form.js +742 -0
  206. package/js/common/product/small/dark/components/tab.d.ts +2 -0
  207. package/js/common/product/small/dark/components/tab.js +26 -4
  208. package/js/common/product/small/dark/mode.d.ts +52 -0
  209. package/js/common/product/small/dark/mode.js +412 -0
  210. package/js/common/product/small/light/components/badge.d.ts +1 -0
  211. package/js/common/product/small/light/components/badge.js +15 -0
  212. package/js/common/product/small/light/components/container.d.ts +64 -20
  213. package/js/common/product/small/light/components/container.js +487 -175
  214. package/js/common/product/small/light/components/form.d.ts +74 -0
  215. package/js/common/product/small/light/components/form.js +742 -0
  216. package/js/common/product/small/light/components/tab.d.ts +2 -0
  217. package/js/common/product/small/light/components/tab.js +26 -4
  218. package/js/common/product/small/light/mode.d.ts +52 -0
  219. package/js/common/product/small/light/mode.js +412 -0
  220. package/js/es6/frozenproduct/large/dark/components/badge.d.ts +1 -0
  221. package/js/es6/frozenproduct/large/dark/components/badge.js +1 -0
  222. package/js/es6/frozenproduct/large/dark/components/container.d.ts +36 -14
  223. package/js/es6/frozenproduct/large/dark/components/container.js +36 -14
  224. package/js/es6/frozenproduct/large/dark/components/form.d.ts +52 -0
  225. package/js/es6/frozenproduct/large/dark/components/form.js +52 -0
  226. package/js/es6/frozenproduct/large/dark/components/tab.d.ts +2 -0
  227. package/js/es6/frozenproduct/large/dark/components/tab.js +2 -0
  228. package/js/es6/frozenproduct/large/dark/mode.d.ts +30 -0
  229. package/js/es6/frozenproduct/large/dark/mode.js +30 -0
  230. package/js/es6/frozenproduct/large/light/components/badge.d.ts +1 -0
  231. package/js/es6/frozenproduct/large/light/components/badge.js +1 -0
  232. package/js/es6/frozenproduct/large/light/components/container.d.ts +36 -14
  233. package/js/es6/frozenproduct/large/light/components/container.js +36 -14
  234. package/js/es6/frozenproduct/large/light/components/form.d.ts +52 -0
  235. package/js/es6/frozenproduct/large/light/components/form.js +52 -0
  236. package/js/es6/frozenproduct/large/light/components/tab.d.ts +2 -0
  237. package/js/es6/frozenproduct/large/light/components/tab.js +2 -0
  238. package/js/es6/frozenproduct/large/light/mode.d.ts +30 -0
  239. package/js/es6/frozenproduct/large/light/mode.js +30 -0
  240. package/js/es6/frozenproduct/small/dark/components/badge.d.ts +1 -0
  241. package/js/es6/frozenproduct/small/dark/components/badge.js +1 -0
  242. package/js/es6/frozenproduct/small/dark/components/container.d.ts +36 -14
  243. package/js/es6/frozenproduct/small/dark/components/container.js +36 -14
  244. package/js/es6/frozenproduct/small/dark/components/form.d.ts +52 -0
  245. package/js/es6/frozenproduct/small/dark/components/form.js +52 -0
  246. package/js/es6/frozenproduct/small/dark/components/tab.d.ts +2 -0
  247. package/js/es6/frozenproduct/small/dark/components/tab.js +2 -0
  248. package/js/es6/frozenproduct/small/dark/mode.d.ts +30 -0
  249. package/js/es6/frozenproduct/small/dark/mode.js +30 -0
  250. package/js/es6/frozenproduct/small/light/components/badge.d.ts +1 -0
  251. package/js/es6/frozenproduct/small/light/components/badge.js +1 -0
  252. package/js/es6/frozenproduct/small/light/components/container.d.ts +36 -14
  253. package/js/es6/frozenproduct/small/light/components/container.js +36 -14
  254. package/js/es6/frozenproduct/small/light/components/form.d.ts +52 -0
  255. package/js/es6/frozenproduct/small/light/components/form.js +52 -0
  256. package/js/es6/frozenproduct/small/light/components/tab.d.ts +2 -0
  257. package/js/es6/frozenproduct/small/light/components/tab.js +2 -0
  258. package/js/es6/frozenproduct/small/light/mode.d.ts +30 -0
  259. package/js/es6/frozenproduct/small/light/mode.js +30 -0
  260. package/js/es6/marketing/large/dark/components/badge.d.ts +1 -0
  261. package/js/es6/marketing/large/dark/components/badge.js +1 -0
  262. package/js/es6/marketing/large/dark/components/container.d.ts +36 -14
  263. package/js/es6/marketing/large/dark/components/container.js +36 -14
  264. package/js/es6/marketing/large/dark/components/form.d.ts +52 -0
  265. package/js/es6/marketing/large/dark/components/form.js +52 -0
  266. package/js/es6/marketing/large/dark/components/tab.d.ts +2 -0
  267. package/js/es6/marketing/large/dark/components/tab.js +2 -0
  268. package/js/es6/marketing/large/dark/mode.d.ts +30 -0
  269. package/js/es6/marketing/large/dark/mode.js +30 -0
  270. package/js/es6/marketing/large/light/components/badge.d.ts +1 -0
  271. package/js/es6/marketing/large/light/components/badge.js +1 -0
  272. package/js/es6/marketing/large/light/components/container.d.ts +36 -14
  273. package/js/es6/marketing/large/light/components/container.js +36 -14
  274. package/js/es6/marketing/large/light/components/form.d.ts +52 -0
  275. package/js/es6/marketing/large/light/components/form.js +52 -0
  276. package/js/es6/marketing/large/light/components/tab.d.ts +2 -0
  277. package/js/es6/marketing/large/light/components/tab.js +2 -0
  278. package/js/es6/marketing/large/light/mode.d.ts +30 -0
  279. package/js/es6/marketing/large/light/mode.js +30 -0
  280. package/js/es6/marketing/small/dark/components/badge.d.ts +1 -0
  281. package/js/es6/marketing/small/dark/components/badge.js +1 -0
  282. package/js/es6/marketing/small/dark/components/container.d.ts +36 -14
  283. package/js/es6/marketing/small/dark/components/container.js +36 -14
  284. package/js/es6/marketing/small/dark/components/form.d.ts +52 -0
  285. package/js/es6/marketing/small/dark/components/form.js +52 -0
  286. package/js/es6/marketing/small/dark/components/tab.d.ts +2 -0
  287. package/js/es6/marketing/small/dark/components/tab.js +2 -0
  288. package/js/es6/marketing/small/dark/mode.d.ts +30 -0
  289. package/js/es6/marketing/small/dark/mode.js +30 -0
  290. package/js/es6/marketing/small/light/components/badge.d.ts +1 -0
  291. package/js/es6/marketing/small/light/components/badge.js +1 -0
  292. package/js/es6/marketing/small/light/components/container.d.ts +36 -14
  293. package/js/es6/marketing/small/light/components/container.js +36 -14
  294. package/js/es6/marketing/small/light/components/form.d.ts +52 -0
  295. package/js/es6/marketing/small/light/components/form.js +52 -0
  296. package/js/es6/marketing/small/light/components/tab.d.ts +2 -0
  297. package/js/es6/marketing/small/light/components/tab.js +2 -0
  298. package/js/es6/marketing/small/light/mode.d.ts +30 -0
  299. package/js/es6/marketing/small/light/mode.js +30 -0
  300. package/js/es6/product/large/dark/components/badge.d.ts +1 -0
  301. package/js/es6/product/large/dark/components/badge.js +1 -0
  302. package/js/es6/product/large/dark/components/container.d.ts +36 -14
  303. package/js/es6/product/large/dark/components/container.js +36 -14
  304. package/js/es6/product/large/dark/components/form.d.ts +52 -0
  305. package/js/es6/product/large/dark/components/form.js +52 -0
  306. package/js/es6/product/large/dark/components/tab.d.ts +2 -0
  307. package/js/es6/product/large/dark/components/tab.js +2 -0
  308. package/js/es6/product/large/dark/mode.d.ts +30 -0
  309. package/js/es6/product/large/dark/mode.js +30 -0
  310. package/js/es6/product/large/light/components/badge.d.ts +1 -0
  311. package/js/es6/product/large/light/components/badge.js +1 -0
  312. package/js/es6/product/large/light/components/container.d.ts +36 -14
  313. package/js/es6/product/large/light/components/container.js +36 -14
  314. package/js/es6/product/large/light/components/form.d.ts +52 -0
  315. package/js/es6/product/large/light/components/form.js +52 -0
  316. package/js/es6/product/large/light/components/tab.d.ts +2 -0
  317. package/js/es6/product/large/light/components/tab.js +2 -0
  318. package/js/es6/product/large/light/mode.d.ts +30 -0
  319. package/js/es6/product/large/light/mode.js +30 -0
  320. package/js/es6/product/small/dark/components/badge.d.ts +1 -0
  321. package/js/es6/product/small/dark/components/badge.js +1 -0
  322. package/js/es6/product/small/dark/components/container.d.ts +36 -14
  323. package/js/es6/product/small/dark/components/container.js +36 -14
  324. package/js/es6/product/small/dark/components/form.d.ts +52 -0
  325. package/js/es6/product/small/dark/components/form.js +52 -0
  326. package/js/es6/product/small/dark/components/tab.d.ts +2 -0
  327. package/js/es6/product/small/dark/components/tab.js +2 -0
  328. package/js/es6/product/small/dark/mode.d.ts +30 -0
  329. package/js/es6/product/small/dark/mode.js +30 -0
  330. package/js/es6/product/small/light/components/badge.d.ts +1 -0
  331. package/js/es6/product/small/light/components/badge.js +1 -0
  332. package/js/es6/product/small/light/components/container.d.ts +36 -14
  333. package/js/es6/product/small/light/components/container.js +36 -14
  334. package/js/es6/product/small/light/components/form.d.ts +52 -0
  335. package/js/es6/product/small/light/components/form.js +52 -0
  336. package/js/es6/product/small/light/components/tab.d.ts +2 -0
  337. package/js/es6/product/small/light/components/tab.js +2 -0
  338. package/js/es6/product/small/light/mode.d.ts +30 -0
  339. package/js/es6/product/small/light/mode.js +30 -0
  340. package/js/umd/frozenproduct/large/dark/components/badge.js +15 -0
  341. package/js/umd/frozenproduct/large/dark/components/container.js +494 -182
  342. package/js/umd/frozenproduct/large/dark/components/form.js +742 -0
  343. package/js/umd/frozenproduct/large/dark/components/tab.js +26 -4
  344. package/js/umd/frozenproduct/large/dark/mode.js +412 -0
  345. package/js/umd/frozenproduct/large/light/components/badge.js +15 -0
  346. package/js/umd/frozenproduct/large/light/components/container.js +494 -182
  347. package/js/umd/frozenproduct/large/light/components/form.js +742 -0
  348. package/js/umd/frozenproduct/large/light/components/tab.js +26 -4
  349. package/js/umd/frozenproduct/large/light/mode.js +412 -0
  350. package/js/umd/frozenproduct/small/dark/components/badge.js +15 -0
  351. package/js/umd/frozenproduct/small/dark/components/container.js +494 -182
  352. package/js/umd/frozenproduct/small/dark/components/form.js +742 -0
  353. package/js/umd/frozenproduct/small/dark/components/tab.js +26 -4
  354. package/js/umd/frozenproduct/small/dark/mode.js +412 -0
  355. package/js/umd/frozenproduct/small/light/components/badge.js +15 -0
  356. package/js/umd/frozenproduct/small/light/components/container.js +494 -182
  357. package/js/umd/frozenproduct/small/light/components/form.js +742 -0
  358. package/js/umd/frozenproduct/small/light/components/tab.js +26 -4
  359. package/js/umd/frozenproduct/small/light/mode.js +412 -0
  360. package/js/umd/marketing/large/dark/components/badge.js +15 -0
  361. package/js/umd/marketing/large/dark/components/container.js +494 -182
  362. package/js/umd/marketing/large/dark/components/form.js +742 -0
  363. package/js/umd/marketing/large/dark/components/tab.js +26 -4
  364. package/js/umd/marketing/large/dark/mode.js +412 -0
  365. package/js/umd/marketing/large/light/components/badge.js +15 -0
  366. package/js/umd/marketing/large/light/components/container.js +494 -182
  367. package/js/umd/marketing/large/light/components/form.js +742 -0
  368. package/js/umd/marketing/large/light/components/tab.js +26 -4
  369. package/js/umd/marketing/large/light/mode.js +412 -0
  370. package/js/umd/marketing/small/dark/components/badge.js +15 -0
  371. package/js/umd/marketing/small/dark/components/container.js +494 -182
  372. package/js/umd/marketing/small/dark/components/form.js +742 -0
  373. package/js/umd/marketing/small/dark/components/tab.js +26 -4
  374. package/js/umd/marketing/small/dark/mode.js +412 -0
  375. package/js/umd/marketing/small/light/components/badge.js +15 -0
  376. package/js/umd/marketing/small/light/components/container.js +494 -182
  377. package/js/umd/marketing/small/light/components/form.js +742 -0
  378. package/js/umd/marketing/small/light/components/tab.js +26 -4
  379. package/js/umd/marketing/small/light/mode.js +412 -0
  380. package/js/umd/product/large/dark/components/badge.js +15 -0
  381. package/js/umd/product/large/dark/components/container.js +494 -182
  382. package/js/umd/product/large/dark/components/form.js +742 -0
  383. package/js/umd/product/large/dark/components/tab.js +26 -4
  384. package/js/umd/product/large/dark/mode.js +412 -0
  385. package/js/umd/product/large/light/components/badge.js +15 -0
  386. package/js/umd/product/large/light/components/container.js +494 -182
  387. package/js/umd/product/large/light/components/form.js +742 -0
  388. package/js/umd/product/large/light/components/tab.js +26 -4
  389. package/js/umd/product/large/light/mode.js +412 -0
  390. package/js/umd/product/small/dark/components/badge.js +15 -0
  391. package/js/umd/product/small/dark/components/container.js +494 -182
  392. package/js/umd/product/small/dark/components/form.js +742 -0
  393. package/js/umd/product/small/dark/components/tab.js +26 -4
  394. package/js/umd/product/small/dark/mode.js +412 -0
  395. package/js/umd/product/small/light/components/badge.js +15 -0
  396. package/js/umd/product/small/light/components/container.js +494 -182
  397. package/js/umd/product/small/light/components/form.js +742 -0
  398. package/js/umd/product/small/light/components/tab.js +26 -4
  399. package/js/umd/product/small/light/mode.js +412 -0
  400. package/json/flat/frozenproduct/large/dark/components/badge.json +1 -0
  401. package/json/flat/frozenproduct/large/dark/components/container.json +36 -14
  402. package/json/flat/frozenproduct/large/dark/components/form.json +52 -0
  403. package/json/flat/frozenproduct/large/dark/components/tab.json +2 -0
  404. package/json/flat/frozenproduct/large/dark/mode.json +30 -0
  405. package/json/flat/frozenproduct/large/light/components/badge.json +1 -0
  406. package/json/flat/frozenproduct/large/light/components/container.json +36 -14
  407. package/json/flat/frozenproduct/large/light/components/form.json +52 -0
  408. package/json/flat/frozenproduct/large/light/components/tab.json +2 -0
  409. package/json/flat/frozenproduct/large/light/mode.json +30 -0
  410. package/json/flat/frozenproduct/small/dark/components/badge.json +1 -0
  411. package/json/flat/frozenproduct/small/dark/components/container.json +36 -14
  412. package/json/flat/frozenproduct/small/dark/components/form.json +52 -0
  413. package/json/flat/frozenproduct/small/dark/components/tab.json +2 -0
  414. package/json/flat/frozenproduct/small/dark/mode.json +30 -0
  415. package/json/flat/frozenproduct/small/light/components/badge.json +1 -0
  416. package/json/flat/frozenproduct/small/light/components/container.json +36 -14
  417. package/json/flat/frozenproduct/small/light/components/form.json +52 -0
  418. package/json/flat/frozenproduct/small/light/components/tab.json +2 -0
  419. package/json/flat/frozenproduct/small/light/mode.json +30 -0
  420. package/json/flat/marketing/large/dark/components/badge.json +1 -0
  421. package/json/flat/marketing/large/dark/components/container.json +36 -14
  422. package/json/flat/marketing/large/dark/components/form.json +52 -0
  423. package/json/flat/marketing/large/dark/components/tab.json +2 -0
  424. package/json/flat/marketing/large/dark/mode.json +30 -0
  425. package/json/flat/marketing/large/light/components/badge.json +1 -0
  426. package/json/flat/marketing/large/light/components/container.json +36 -14
  427. package/json/flat/marketing/large/light/components/form.json +52 -0
  428. package/json/flat/marketing/large/light/components/tab.json +2 -0
  429. package/json/flat/marketing/large/light/mode.json +30 -0
  430. package/json/flat/marketing/small/dark/components/badge.json +1 -0
  431. package/json/flat/marketing/small/dark/components/container.json +36 -14
  432. package/json/flat/marketing/small/dark/components/form.json +52 -0
  433. package/json/flat/marketing/small/dark/components/tab.json +2 -0
  434. package/json/flat/marketing/small/dark/mode.json +30 -0
  435. package/json/flat/marketing/small/light/components/badge.json +1 -0
  436. package/json/flat/marketing/small/light/components/container.json +36 -14
  437. package/json/flat/marketing/small/light/components/form.json +52 -0
  438. package/json/flat/marketing/small/light/components/tab.json +2 -0
  439. package/json/flat/marketing/small/light/mode.json +30 -0
  440. package/json/flat/product/large/dark/components/badge.json +1 -0
  441. package/json/flat/product/large/dark/components/container.json +36 -14
  442. package/json/flat/product/large/dark/components/form.json +52 -0
  443. package/json/flat/product/large/dark/components/tab.json +2 -0
  444. package/json/flat/product/large/dark/mode.json +30 -0
  445. package/json/flat/product/large/light/components/badge.json +1 -0
  446. package/json/flat/product/large/light/components/container.json +36 -14
  447. package/json/flat/product/large/light/components/form.json +52 -0
  448. package/json/flat/product/large/light/components/tab.json +2 -0
  449. package/json/flat/product/large/light/mode.json +30 -0
  450. package/json/flat/product/small/dark/components/badge.json +1 -0
  451. package/json/flat/product/small/dark/components/container.json +36 -14
  452. package/json/flat/product/small/dark/components/form.json +52 -0
  453. package/json/flat/product/small/dark/components/tab.json +2 -0
  454. package/json/flat/product/small/dark/mode.json +30 -0
  455. package/json/flat/product/small/light/components/badge.json +1 -0
  456. package/json/flat/product/small/light/components/container.json +36 -14
  457. package/json/flat/product/small/light/components/form.json +52 -0
  458. package/json/flat/product/small/light/components/tab.json +2 -0
  459. package/json/flat/product/small/light/mode.json +30 -0
  460. package/json/nested/frozenproduct/large/dark/components/badge.json +1 -0
  461. package/json/nested/frozenproduct/large/dark/components/container.json +65 -21
  462. package/json/nested/frozenproduct/large/dark/components/form.json +74 -0
  463. package/json/nested/frozenproduct/large/dark/components/tab.json +3 -1
  464. package/json/nested/frozenproduct/large/dark/mode.json +52 -0
  465. package/json/nested/frozenproduct/large/light/components/badge.json +1 -0
  466. package/json/nested/frozenproduct/large/light/components/container.json +65 -21
  467. package/json/nested/frozenproduct/large/light/components/form.json +74 -0
  468. package/json/nested/frozenproduct/large/light/components/tab.json +3 -1
  469. package/json/nested/frozenproduct/large/light/mode.json +52 -0
  470. package/json/nested/frozenproduct/small/dark/components/badge.json +1 -0
  471. package/json/nested/frozenproduct/small/dark/components/container.json +65 -21
  472. package/json/nested/frozenproduct/small/dark/components/form.json +74 -0
  473. package/json/nested/frozenproduct/small/dark/components/tab.json +3 -1
  474. package/json/nested/frozenproduct/small/dark/mode.json +52 -0
  475. package/json/nested/frozenproduct/small/light/components/badge.json +1 -0
  476. package/json/nested/frozenproduct/small/light/components/container.json +65 -21
  477. package/json/nested/frozenproduct/small/light/components/form.json +74 -0
  478. package/json/nested/frozenproduct/small/light/components/tab.json +3 -1
  479. package/json/nested/frozenproduct/small/light/mode.json +52 -0
  480. package/json/nested/marketing/large/dark/components/badge.json +1 -0
  481. package/json/nested/marketing/large/dark/components/container.json +65 -21
  482. package/json/nested/marketing/large/dark/components/form.json +74 -0
  483. package/json/nested/marketing/large/dark/components/tab.json +3 -1
  484. package/json/nested/marketing/large/dark/mode.json +52 -0
  485. package/json/nested/marketing/large/light/components/badge.json +1 -0
  486. package/json/nested/marketing/large/light/components/container.json +65 -21
  487. package/json/nested/marketing/large/light/components/form.json +74 -0
  488. package/json/nested/marketing/large/light/components/tab.json +3 -1
  489. package/json/nested/marketing/large/light/mode.json +52 -0
  490. package/json/nested/marketing/small/dark/components/badge.json +1 -0
  491. package/json/nested/marketing/small/dark/components/container.json +65 -21
  492. package/json/nested/marketing/small/dark/components/form.json +74 -0
  493. package/json/nested/marketing/small/dark/components/tab.json +3 -1
  494. package/json/nested/marketing/small/dark/mode.json +52 -0
  495. package/json/nested/marketing/small/light/components/badge.json +1 -0
  496. package/json/nested/marketing/small/light/components/container.json +65 -21
  497. package/json/nested/marketing/small/light/components/form.json +74 -0
  498. package/json/nested/marketing/small/light/components/tab.json +3 -1
  499. package/json/nested/marketing/small/light/mode.json +52 -0
  500. package/json/nested/product/large/dark/components/badge.json +1 -0
  501. package/json/nested/product/large/dark/components/container.json +65 -21
  502. package/json/nested/product/large/dark/components/form.json +74 -0
  503. package/json/nested/product/large/dark/components/tab.json +3 -1
  504. package/json/nested/product/large/dark/mode.json +52 -0
  505. package/json/nested/product/large/light/components/badge.json +1 -0
  506. package/json/nested/product/large/light/components/container.json +65 -21
  507. package/json/nested/product/large/light/components/form.json +74 -0
  508. package/json/nested/product/large/light/components/tab.json +3 -1
  509. package/json/nested/product/large/light/mode.json +52 -0
  510. package/json/nested/product/small/dark/components/badge.json +1 -0
  511. package/json/nested/product/small/dark/components/container.json +65 -21
  512. package/json/nested/product/small/dark/components/form.json +74 -0
  513. package/json/nested/product/small/dark/components/tab.json +3 -1
  514. package/json/nested/product/small/dark/mode.json +52 -0
  515. package/json/nested/product/small/light/components/badge.json +1 -0
  516. package/json/nested/product/small/light/components/container.json +65 -21
  517. package/json/nested/product/small/light/components/form.json +74 -0
  518. package/json/nested/product/small/light/components/tab.json +3 -1
  519. package/json/nested/product/small/light/mode.json +52 -0
  520. package/package.json +1 -1
  521. package/sage-design-tokens-8.4.0.tgz +0 -0
  522. package/scss/frozenproduct/large/components/badge.scss +2 -1
  523. package/scss/frozenproduct/large/components/container.scss +36 -14
  524. package/scss/frozenproduct/large/components/form.scss +52 -0
  525. package/scss/frozenproduct/large/components/tab.scss +4 -2
  526. package/scss/frozenproduct/large/dark.scss +30 -0
  527. package/scss/frozenproduct/large/light.scss +30 -0
  528. package/scss/frozenproduct/small/components/badge.scss +2 -1
  529. package/scss/frozenproduct/small/components/button.scss +23 -23
  530. package/scss/frozenproduct/small/components/container.scss +42 -20
  531. package/scss/frozenproduct/small/components/form.scss +59 -7
  532. package/scss/frozenproduct/small/components/link.scss +2 -2
  533. package/scss/frozenproduct/small/components/nav.scss +3 -3
  534. package/scss/frozenproduct/small/components/page.scss +1 -1
  535. package/scss/frozenproduct/small/components/popover.scss +2 -2
  536. package/scss/frozenproduct/small/components/progress.scss +6 -6
  537. package/scss/frozenproduct/small/components/status.scss +3 -3
  538. package/scss/frozenproduct/small/components/tab.scss +11 -9
  539. package/scss/frozenproduct/small/components/table.scss +10 -10
  540. package/scss/frozenproduct/small/dark.scss +30 -0
  541. package/scss/frozenproduct/small/light.scss +30 -0
  542. package/scss/marketing/large/components/badge.scss +2 -1
  543. package/scss/marketing/large/components/container.scss +36 -14
  544. package/scss/marketing/large/components/form.scss +52 -0
  545. package/scss/marketing/large/components/tab.scss +4 -2
  546. package/scss/marketing/large/dark.scss +30 -0
  547. package/scss/marketing/large/light.scss +30 -0
  548. package/scss/marketing/small/components/badge.scss +2 -1
  549. package/scss/marketing/small/components/container.scss +36 -14
  550. package/scss/marketing/small/components/form.scss +52 -0
  551. package/scss/marketing/small/components/tab.scss +4 -2
  552. package/scss/marketing/small/dark.scss +30 -0
  553. package/scss/marketing/small/light.scss +30 -0
  554. package/scss/product/large/components/badge.scss +2 -1
  555. package/scss/product/large/components/container.scss +36 -14
  556. package/scss/product/large/components/form.scss +52 -0
  557. package/scss/product/large/components/tab.scss +4 -2
  558. package/scss/product/large/dark.scss +30 -0
  559. package/scss/product/large/light.scss +30 -0
  560. package/scss/product/small/components/badge.scss +2 -1
  561. package/scss/product/small/components/container.scss +36 -14
  562. package/scss/product/small/components/form.scss +52 -0
  563. package/scss/product/small/components/tab.scss +4 -2
  564. package/scss/product/small/dark.scss +30 -0
  565. package/scss/product/small/light.scss +30 -0
  566. package/sage-design-tokens-8.2.0.tgz +0 -0
@@ -3250,6 +3250,748 @@
3250
3250
  path: ["form", "color", "calendar", "textAlt-enabled"],
3251
3251
  },
3252
3252
  },
3253
+ colorpicker: {
3254
+ "label-default": {
3255
+ $type: "color",
3256
+ $value: "#FFFFFF",
3257
+ $description: "Accessible on colorpicker bg-default colors.",
3258
+ filePath: "data/tokens/components/form.json",
3259
+ isSource: true,
3260
+ original: {
3261
+ $type: "color",
3262
+ $value: "{modes.color.generic.content.extreme}",
3263
+ $description: "Accessible on colorpicker bg-default colors.",
3264
+ },
3265
+ name: "formColorColorpickerLabelDefault",
3266
+ attributes: {},
3267
+ path: ["form", "color", "colorpicker", "label-default"],
3268
+ },
3269
+ "label-alt": {
3270
+ $type: "color",
3271
+ $value: "#FFFFFF",
3272
+ $description: "Accessible on colorpicker bg-alt colors.",
3273
+ filePath: "data/tokens/components/form.json",
3274
+ isSource: true,
3275
+ original: {
3276
+ $type: "color",
3277
+ $value: "{modes.color.generic.content.extreme}",
3278
+ $description: "Accessible on colorpicker bg-alt colors.",
3279
+ },
3280
+ name: "formColorColorpickerLabelAlt",
3281
+ attributes: {},
3282
+ path: ["form", "color", "colorpicker", "label-alt"],
3283
+ },
3284
+ blue: {
3285
+ border: {
3286
+ $type: "color",
3287
+ $value: "#0071c3",
3288
+ filePath: "data/tokens/components/form.json",
3289
+ isSource: true,
3290
+ original: {
3291
+ $type: "color",
3292
+ $value: "{modes.color.colorcode.blue.rich}",
3293
+ },
3294
+ name: "formColorColorpickerBlueBorder",
3295
+ attributes: {},
3296
+ path: ["form", "color", "colorpicker", "blue", "border"],
3297
+ },
3298
+ "bg-alt": {
3299
+ $type: "color",
3300
+ $value: "#0071c3",
3301
+ filePath: "data/tokens/components/form.json",
3302
+ isSource: true,
3303
+ original: {
3304
+ $type: "color",
3305
+ $value: "{modes.color.colorcode.blue.rich}",
3306
+ },
3307
+ name: "formColorColorpickerBlueBgAlt",
3308
+ attributes: {},
3309
+ path: ["form", "color", "colorpicker", "blue", "bg-alt"],
3310
+ },
3311
+ "bg-default": {
3312
+ $type: "color",
3313
+ $value: "#00293F",
3314
+ filePath: "data/tokens/components/form.json",
3315
+ isSource: true,
3316
+ original: {
3317
+ $type: "color",
3318
+ $value: "{modes.color.colorcode.blue.muted}",
3319
+ },
3320
+ name: "formColorColorpickerBlueBgDefault",
3321
+ attributes: {},
3322
+ path: ["form", "color", "colorpicker", "blue", "bg-default"],
3323
+ },
3324
+ pattern: {
3325
+ $type: "color",
3326
+ $value: "#0071c3",
3327
+ filePath: "data/tokens/components/form.json",
3328
+ isSource: true,
3329
+ original: {
3330
+ $type: "color",
3331
+ $value: "{modes.color.colorcode.blue.rich}",
3332
+ },
3333
+ name: "formColorColorpickerBluePattern",
3334
+ attributes: {},
3335
+ path: ["form", "color", "colorpicker", "blue", "pattern"],
3336
+ },
3337
+ "label-default": {
3338
+ $type: "color",
3339
+ $value: "#007FD9",
3340
+ $description:
3341
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3342
+ filePath: "data/tokens/components/form.json",
3343
+ isSource: true,
3344
+ original: {
3345
+ $type: "color",
3346
+ $value: "{modes.color.colorcode.blue.deep}",
3347
+ $description:
3348
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3349
+ },
3350
+ name: "formColorColorpickerBlueLabelDefault",
3351
+ attributes: {},
3352
+ path: ["form", "color", "colorpicker", "blue", "label-default"],
3353
+ },
3354
+ },
3355
+ teal: {
3356
+ border: {
3357
+ $type: "color",
3358
+ $value: "#007C7B",
3359
+ filePath: "data/tokens/components/form.json",
3360
+ isSource: true,
3361
+ original: {
3362
+ $type: "color",
3363
+ $value: "{modes.color.colorcode.teal.rich}",
3364
+ },
3365
+ name: "formColorColorpickerTealBorder",
3366
+ attributes: {},
3367
+ path: ["form", "color", "colorpicker", "teal", "border"],
3368
+ },
3369
+ "bg-alt": {
3370
+ $type: "color",
3371
+ $value: "#007C7B",
3372
+ filePath: "data/tokens/components/form.json",
3373
+ isSource: true,
3374
+ original: {
3375
+ $type: "color",
3376
+ $value: "{modes.color.colorcode.teal.rich}",
3377
+ },
3378
+ name: "formColorColorpickerTealBgAlt",
3379
+ attributes: {},
3380
+ path: ["form", "color", "colorpicker", "teal", "bg-alt"],
3381
+ },
3382
+ "bg-default": {
3383
+ $type: "color",
3384
+ $value: "#002B2A",
3385
+ filePath: "data/tokens/components/form.json",
3386
+ isSource: true,
3387
+ original: {
3388
+ $type: "color",
3389
+ $value: "{modes.color.colorcode.teal.muted}",
3390
+ },
3391
+ name: "formColorColorpickerTealBgDefault",
3392
+ attributes: {},
3393
+ path: ["form", "color", "colorpicker", "teal", "bg-default"],
3394
+ },
3395
+ pattern: {
3396
+ $type: "color",
3397
+ $value: "#007C7B",
3398
+ filePath: "data/tokens/components/form.json",
3399
+ isSource: true,
3400
+ original: {
3401
+ $type: "color",
3402
+ $value: "{modes.color.colorcode.teal.rich}",
3403
+ },
3404
+ name: "formColorColorpickerTealPattern",
3405
+ attributes: {},
3406
+ path: ["form", "color", "colorpicker", "teal", "pattern"],
3407
+ },
3408
+ "label-default": {
3409
+ $type: "color",
3410
+ $value: "#008A89",
3411
+ $description:
3412
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3413
+ filePath: "data/tokens/components/form.json",
3414
+ isSource: true,
3415
+ original: {
3416
+ $type: "color",
3417
+ $value: "{modes.color.colorcode.teal.deep}",
3418
+ $description:
3419
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3420
+ },
3421
+ name: "formColorColorpickerTealLabelDefault",
3422
+ attributes: {},
3423
+ path: ["form", "color", "colorpicker", "teal", "label-default"],
3424
+ },
3425
+ },
3426
+ green: {
3427
+ border: {
3428
+ $type: "color",
3429
+ $value: "#00811F",
3430
+ filePath: "data/tokens/components/form.json",
3431
+ isSource: true,
3432
+ original: {
3433
+ $type: "color",
3434
+ $value: "{modes.color.colorcode.green.rich}",
3435
+ },
3436
+ name: "formColorColorpickerGreenBorder",
3437
+ attributes: {},
3438
+ path: ["form", "color", "colorpicker", "green", "border"],
3439
+ },
3440
+ "bg-alt": {
3441
+ $type: "color",
3442
+ $value: "#00811F",
3443
+ filePath: "data/tokens/components/form.json",
3444
+ isSource: true,
3445
+ original: {
3446
+ $type: "color",
3447
+ $value: "{modes.color.colorcode.green.rich}",
3448
+ },
3449
+ name: "formColorColorpickerGreenBgAlt",
3450
+ attributes: {},
3451
+ path: ["form", "color", "colorpicker", "green", "bg-alt"],
3452
+ },
3453
+ "bg-default": {
3454
+ $type: "color",
3455
+ $value: "#002D05",
3456
+ filePath: "data/tokens/components/form.json",
3457
+ isSource: true,
3458
+ original: {
3459
+ $type: "color",
3460
+ $value: "{modes.color.colorcode.green.muted}",
3461
+ },
3462
+ name: "formColorColorpickerGreenBgDefault",
3463
+ attributes: {},
3464
+ path: ["form", "color", "colorpicker", "green", "bg-default"],
3465
+ },
3466
+ pattern: {
3467
+ $type: "color",
3468
+ $value: "#00811F",
3469
+ filePath: "data/tokens/components/form.json",
3470
+ isSource: true,
3471
+ original: {
3472
+ $type: "color",
3473
+ $value: "{modes.color.colorcode.green.rich}",
3474
+ },
3475
+ name: "formColorColorpickerGreenPattern",
3476
+ attributes: {},
3477
+ path: ["form", "color", "colorpicker", "green", "pattern"],
3478
+ },
3479
+ "label-default": {
3480
+ $type: "color",
3481
+ $value: "#009023",
3482
+ $description:
3483
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3484
+ filePath: "data/tokens/components/form.json",
3485
+ isSource: true,
3486
+ original: {
3487
+ $type: "color",
3488
+ $value: "{modes.color.colorcode.green.deep}",
3489
+ $description:
3490
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3491
+ },
3492
+ name: "formColorColorpickerGreenLabelDefault",
3493
+ attributes: {},
3494
+ path: ["form", "color", "colorpicker", "green", "label-default"],
3495
+ },
3496
+ },
3497
+ lime: {
3498
+ border: {
3499
+ $type: "color",
3500
+ $value: "#637700",
3501
+ filePath: "data/tokens/components/form.json",
3502
+ isSource: true,
3503
+ original: {
3504
+ $type: "color",
3505
+ $value: "{modes.color.colorcode.lime.rich}",
3506
+ },
3507
+ name: "formColorColorpickerLimeBorder",
3508
+ attributes: {},
3509
+ path: ["form", "color", "colorpicker", "lime", "border"],
3510
+ },
3511
+ "bg-alt": {
3512
+ $type: "color",
3513
+ $value: "#637700",
3514
+ filePath: "data/tokens/components/form.json",
3515
+ isSource: true,
3516
+ original: {
3517
+ $type: "color",
3518
+ $value: "{modes.color.colorcode.lime.rich}",
3519
+ },
3520
+ name: "formColorColorpickerLimeBgAlt",
3521
+ attributes: {},
3522
+ path: ["form", "color", "colorpicker", "lime", "bg-alt"],
3523
+ },
3524
+ "bg-default": {
3525
+ $type: "color",
3526
+ $value: "#171e00",
3527
+ filePath: "data/tokens/components/form.json",
3528
+ isSource: true,
3529
+ original: {
3530
+ $type: "color",
3531
+ $value: "{modes.color.colorcode.lime.muted}",
3532
+ },
3533
+ name: "formColorColorpickerLimeBgDefault",
3534
+ attributes: {},
3535
+ path: ["form", "color", "colorpicker", "lime", "bg-default"],
3536
+ },
3537
+ pattern: {
3538
+ $type: "color",
3539
+ $value: "#637700",
3540
+ filePath: "data/tokens/components/form.json",
3541
+ isSource: true,
3542
+ original: {
3543
+ $type: "color",
3544
+ $value: "{modes.color.colorcode.lime.rich}",
3545
+ },
3546
+ name: "formColorColorpickerLimePattern",
3547
+ attributes: {},
3548
+ path: ["form", "color", "colorpicker", "lime", "pattern"],
3549
+ },
3550
+ "label-default": {
3551
+ $type: "color",
3552
+ $value: "#6E8500",
3553
+ $description:
3554
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3555
+ filePath: "data/tokens/components/form.json",
3556
+ isSource: true,
3557
+ original: {
3558
+ $type: "color",
3559
+ $value: "{modes.color.colorcode.lime.deep}",
3560
+ $description:
3561
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3562
+ },
3563
+ name: "formColorColorpickerLimeLabelDefault",
3564
+ attributes: {},
3565
+ path: ["form", "color", "colorpicker", "lime", "label-default"],
3566
+ },
3567
+ },
3568
+ orange: {
3569
+ border: {
3570
+ $type: "color",
3571
+ $value: "#C54300",
3572
+ filePath: "data/tokens/components/form.json",
3573
+ isSource: true,
3574
+ original: {
3575
+ $type: "color",
3576
+ $value: "{modes.color.colorcode.orange.rich}",
3577
+ },
3578
+ name: "formColorColorpickerOrangeBorder",
3579
+ attributes: {},
3580
+ path: ["form", "color", "colorpicker", "orange", "border"],
3581
+ },
3582
+ "bg-alt": {
3583
+ $type: "color",
3584
+ $value: "#C54300",
3585
+ filePath: "data/tokens/components/form.json",
3586
+ isSource: true,
3587
+ original: {
3588
+ $type: "color",
3589
+ $value: "{modes.color.colorcode.orange.rich}",
3590
+ },
3591
+ name: "formColorColorpickerOrangeBgAlt",
3592
+ attributes: {},
3593
+ path: ["form", "color", "colorpicker", "orange", "bg-alt"],
3594
+ },
3595
+ "bg-default": {
3596
+ $type: "color",
3597
+ $value: "#380D00",
3598
+ filePath: "data/tokens/components/form.json",
3599
+ isSource: true,
3600
+ original: {
3601
+ $type: "color",
3602
+ $value: "{modes.color.colorcode.orange.muted}",
3603
+ },
3604
+ name: "formColorColorpickerOrangeBgDefault",
3605
+ attributes: {},
3606
+ path: ["form", "color", "colorpicker", "orange", "bg-default"],
3607
+ },
3608
+ pattern: {
3609
+ $type: "color",
3610
+ $value: "#C54300",
3611
+ filePath: "data/tokens/components/form.json",
3612
+ isSource: true,
3613
+ original: {
3614
+ $type: "color",
3615
+ $value: "{modes.color.colorcode.orange.rich}",
3616
+ },
3617
+ name: "formColorColorpickerOrangePattern",
3618
+ attributes: {},
3619
+ path: ["form", "color", "colorpicker", "orange", "pattern"],
3620
+ },
3621
+ "label-default": {
3622
+ $type: "color",
3623
+ $value: "#DB4B00",
3624
+ $description:
3625
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3626
+ filePath: "data/tokens/components/form.json",
3627
+ isSource: true,
3628
+ original: {
3629
+ $type: "color",
3630
+ $value: "{modes.color.colorcode.orange.deep}",
3631
+ $description:
3632
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3633
+ },
3634
+ name: "formColorColorpickerOrangeLabelDefault",
3635
+ attributes: {},
3636
+ path: ["form", "color", "colorpicker", "orange", "label-default"],
3637
+ },
3638
+ },
3639
+ red: {
3640
+ border: {
3641
+ $type: "color",
3642
+ $value: "#DC004E",
3643
+ filePath: "data/tokens/components/form.json",
3644
+ isSource: true,
3645
+ original: {
3646
+ $type: "color",
3647
+ $value: "{modes.color.colorcode.red.rich}",
3648
+ },
3649
+ name: "formColorColorpickerRedBorder",
3650
+ attributes: {},
3651
+ path: ["form", "color", "colorpicker", "red", "border"],
3652
+ },
3653
+ "bg-alt": {
3654
+ $type: "color",
3655
+ $value: "#DC004E",
3656
+ filePath: "data/tokens/components/form.json",
3657
+ isSource: true,
3658
+ original: {
3659
+ $type: "color",
3660
+ $value: "{modes.color.colorcode.red.rich}",
3661
+ },
3662
+ name: "formColorColorpickerRedBgAlt",
3663
+ attributes: {},
3664
+ path: ["form", "color", "colorpicker", "red", "bg-alt"],
3665
+ },
3666
+ "bg-default": {
3667
+ $type: "color",
3668
+ $value: "#400011",
3669
+ filePath: "data/tokens/components/form.json",
3670
+ isSource: true,
3671
+ original: {
3672
+ $type: "color",
3673
+ $value: "{modes.color.colorcode.red.muted}",
3674
+ },
3675
+ name: "formColorColorpickerRedBgDefault",
3676
+ attributes: {},
3677
+ path: ["form", "color", "colorpicker", "red", "bg-default"],
3678
+ },
3679
+ pattern: {
3680
+ $type: "color",
3681
+ $value: "#DC004E",
3682
+ filePath: "data/tokens/components/form.json",
3683
+ isSource: true,
3684
+ original: {
3685
+ $type: "color",
3686
+ $value: "{modes.color.colorcode.red.rich}",
3687
+ },
3688
+ name: "formColorColorpickerRedPattern",
3689
+ attributes: {},
3690
+ path: ["form", "color", "colorpicker", "red", "pattern"],
3691
+ },
3692
+ "label-default": {
3693
+ $type: "color",
3694
+ $value: "#F50058",
3695
+ $description:
3696
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3697
+ filePath: "data/tokens/components/form.json",
3698
+ isSource: true,
3699
+ original: {
3700
+ $type: "color",
3701
+ $value: "{modes.color.colorcode.red.deep}",
3702
+ $description:
3703
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3704
+ },
3705
+ name: "formColorColorpickerRedLabelDefault",
3706
+ attributes: {},
3707
+ path: ["form", "color", "colorpicker", "red", "label-default"],
3708
+ },
3709
+ },
3710
+ pink: {
3711
+ border: {
3712
+ $type: "color",
3713
+ $value: "#C8269A",
3714
+ filePath: "data/tokens/components/form.json",
3715
+ isSource: true,
3716
+ original: {
3717
+ $type: "color",
3718
+ $value: "{modes.color.colorcode.pink.rich}",
3719
+ },
3720
+ name: "formColorColorpickerPinkBorder",
3721
+ attributes: {},
3722
+ path: ["form", "color", "colorpicker", "pink", "border"],
3723
+ },
3724
+ "bg-alt": {
3725
+ $type: "color",
3726
+ $value: "#C8269A",
3727
+ filePath: "data/tokens/components/form.json",
3728
+ isSource: true,
3729
+ original: {
3730
+ $type: "color",
3731
+ $value: "{modes.color.colorcode.pink.rich}",
3732
+ },
3733
+ name: "formColorColorpickerPinkBgAlt",
3734
+ attributes: {},
3735
+ path: ["form", "color", "colorpicker", "pink", "bg-alt"],
3736
+ },
3737
+ "bg-default": {
3738
+ $type: "color",
3739
+ $value: "#3C002C",
3740
+ filePath: "data/tokens/components/form.json",
3741
+ isSource: true,
3742
+ original: {
3743
+ $type: "color",
3744
+ $value: "{modes.color.colorcode.pink.muted}",
3745
+ },
3746
+ name: "formColorColorpickerPinkBgDefault",
3747
+ attributes: {},
3748
+ path: ["form", "color", "colorpicker", "pink", "bg-default"],
3749
+ },
3750
+ pattern: {
3751
+ $type: "color",
3752
+ $value: "#C8269A",
3753
+ filePath: "data/tokens/components/form.json",
3754
+ isSource: true,
3755
+ original: {
3756
+ $type: "color",
3757
+ $value: "{modes.color.colorcode.pink.rich}",
3758
+ },
3759
+ name: "formColorColorpickerPinkPattern",
3760
+ attributes: {},
3761
+ path: ["form", "color", "colorpicker", "pink", "pattern"],
3762
+ },
3763
+ "label-default": {
3764
+ $type: "color",
3765
+ $value: "#DD2BAB",
3766
+ $description:
3767
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3768
+ filePath: "data/tokens/components/form.json",
3769
+ isSource: true,
3770
+ original: {
3771
+ $type: "color",
3772
+ $value: "{modes.color.colorcode.pink.deep}",
3773
+ $description:
3774
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3775
+ },
3776
+ name: "formColorColorpickerPinkLabelDefault",
3777
+ attributes: {},
3778
+ path: ["form", "color", "colorpicker", "pink", "label-default"],
3779
+ },
3780
+ },
3781
+ purple: {
3782
+ border: {
3783
+ $type: "color",
3784
+ $value: "#8F4CD7",
3785
+ filePath: "data/tokens/components/form.json",
3786
+ isSource: true,
3787
+ original: {
3788
+ $type: "color",
3789
+ $value: "{modes.color.colorcode.purple.rich}",
3790
+ },
3791
+ name: "formColorColorpickerPurpleBorder",
3792
+ attributes: {},
3793
+ path: ["form", "color", "colorpicker", "purple", "border"],
3794
+ },
3795
+ "bg-alt": {
3796
+ $type: "color",
3797
+ $value: "#8F4CD7",
3798
+ filePath: "data/tokens/components/form.json",
3799
+ isSource: true,
3800
+ original: {
3801
+ $type: "color",
3802
+ $value: "{modes.color.colorcode.purple.rich}",
3803
+ },
3804
+ name: "formColorColorpickerPurpleBgAlt",
3805
+ attributes: {},
3806
+ path: ["form", "color", "colorpicker", "purple", "bg-alt"],
3807
+ },
3808
+ "bg-default": {
3809
+ $type: "color",
3810
+ $value: "#270E41",
3811
+ filePath: "data/tokens/components/form.json",
3812
+ isSource: true,
3813
+ original: {
3814
+ $type: "color",
3815
+ $value: "{modes.color.colorcode.purple.muted}",
3816
+ },
3817
+ name: "formColorColorpickerPurpleBgDefault",
3818
+ attributes: {},
3819
+ path: ["form", "color", "colorpicker", "purple", "bg-default"],
3820
+ },
3821
+ pattern: {
3822
+ $type: "color",
3823
+ $value: "#8F4CD7",
3824
+ filePath: "data/tokens/components/form.json",
3825
+ isSource: true,
3826
+ original: {
3827
+ $type: "color",
3828
+ $value: "{modes.color.colorcode.purple.rich}",
3829
+ },
3830
+ name: "formColorColorpickerPurplePattern",
3831
+ attributes: {},
3832
+ path: ["form", "color", "colorpicker", "purple", "pattern"],
3833
+ },
3834
+ "label-default": {
3835
+ $type: "color",
3836
+ $value: "#985FDC",
3837
+ $description:
3838
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3839
+ filePath: "data/tokens/components/form.json",
3840
+ isSource: true,
3841
+ original: {
3842
+ $type: "color",
3843
+ $value: "{modes.color.colorcode.purple.deep}",
3844
+ $description:
3845
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3846
+ },
3847
+ name: "formColorColorpickerPurpleLabelDefault",
3848
+ attributes: {},
3849
+ path: ["form", "color", "colorpicker", "purple", "label-default"],
3850
+ },
3851
+ },
3852
+ slate: {
3853
+ border: {
3854
+ $type: "color",
3855
+ $value: "#527386",
3856
+ filePath: "data/tokens/components/form.json",
3857
+ isSource: true,
3858
+ original: {
3859
+ $type: "color",
3860
+ $value: "{modes.color.colorcode.slate.rich}",
3861
+ },
3862
+ name: "formColorColorpickerSlateBorder",
3863
+ attributes: {},
3864
+ path: ["form", "color", "colorpicker", "slate", "border"],
3865
+ },
3866
+ "bg-alt": {
3867
+ $type: "color",
3868
+ $value: "#527386",
3869
+ filePath: "data/tokens/components/form.json",
3870
+ isSource: true,
3871
+ original: {
3872
+ $type: "color",
3873
+ $value: "{modes.color.colorcode.slate.rich}",
3874
+ },
3875
+ name: "formColorColorpickerSlateBgAlt",
3876
+ attributes: {},
3877
+ path: ["form", "color", "colorpicker", "slate", "bg-alt"],
3878
+ },
3879
+ "bg-default": {
3880
+ $type: "color",
3881
+ $value: "#121D23",
3882
+ filePath: "data/tokens/components/form.json",
3883
+ isSource: true,
3884
+ original: {
3885
+ $type: "color",
3886
+ $value: "{modes.color.colorcode.slate.muted}",
3887
+ },
3888
+ name: "formColorColorpickerSlateBgDefault",
3889
+ attributes: {},
3890
+ path: ["form", "color", "colorpicker", "slate", "bg-default"],
3891
+ },
3892
+ pattern: {
3893
+ $type: "color",
3894
+ $value: "#527386",
3895
+ filePath: "data/tokens/components/form.json",
3896
+ isSource: true,
3897
+ original: {
3898
+ $type: "color",
3899
+ $value: "{modes.color.colorcode.slate.rich}",
3900
+ },
3901
+ name: "formColorColorpickerSlatePattern",
3902
+ attributes: {},
3903
+ path: ["form", "color", "colorpicker", "slate", "pattern"],
3904
+ },
3905
+ "label-default": {
3906
+ $type: "color",
3907
+ $value: "#5C8196",
3908
+ $description:
3909
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3910
+ filePath: "data/tokens/components/form.json",
3911
+ isSource: true,
3912
+ original: {
3913
+ $type: "color",
3914
+ $value: "{modes.color.colorcode.slate.deep}",
3915
+ $description:
3916
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3917
+ },
3918
+ name: "formColorColorpickerSlateLabelDefault",
3919
+ attributes: {},
3920
+ path: ["form", "color", "colorpicker", "slate", "label-default"],
3921
+ },
3922
+ },
3923
+ gray: {
3924
+ border: {
3925
+ $type: "color",
3926
+ $value: "#6F6F6F",
3927
+ filePath: "data/tokens/components/form.json",
3928
+ isSource: true,
3929
+ original: {
3930
+ $type: "color",
3931
+ $value: "{modes.color.colorcode.gray.rich}",
3932
+ },
3933
+ name: "formColorColorpickerGrayBorder",
3934
+ attributes: {},
3935
+ path: ["form", "color", "colorpicker", "gray", "border"],
3936
+ },
3937
+ "bg-alt": {
3938
+ $type: "color",
3939
+ $value: "#6F6F6F",
3940
+ filePath: "data/tokens/components/form.json",
3941
+ isSource: true,
3942
+ original: {
3943
+ $type: "color",
3944
+ $value: "{modes.color.colorcode.gray.rich}",
3945
+ },
3946
+ name: "formColorColorpickerGrayBgAlt",
3947
+ attributes: {},
3948
+ path: ["form", "color", "colorpicker", "gray", "bg-alt"],
3949
+ },
3950
+ "bg-default": {
3951
+ $type: "color",
3952
+ $value: "#1b1b1b",
3953
+ filePath: "data/tokens/components/form.json",
3954
+ isSource: true,
3955
+ original: {
3956
+ $type: "color",
3957
+ $value: "{modes.color.colorcode.gray.muted}",
3958
+ },
3959
+ name: "formColorColorpickerGrayBgDefault",
3960
+ attributes: {},
3961
+ path: ["form", "color", "colorpicker", "gray", "bg-default"],
3962
+ },
3963
+ pattern: {
3964
+ $type: "color",
3965
+ $value: "#6F6F6F",
3966
+ filePath: "data/tokens/components/form.json",
3967
+ isSource: true,
3968
+ original: {
3969
+ $type: "color",
3970
+ $value: "{modes.color.colorcode.gray.rich}",
3971
+ },
3972
+ name: "formColorColorpickerGrayPattern",
3973
+ attributes: {},
3974
+ path: ["form", "color", "colorpicker", "gray", "pattern"],
3975
+ },
3976
+ "label-default": {
3977
+ $type: "color",
3978
+ $value: "#7C7C7C",
3979
+ $description:
3980
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3981
+ filePath: "data/tokens/components/form.json",
3982
+ isSource: true,
3983
+ original: {
3984
+ $type: "color",
3985
+ $value: "{modes.color.colorcode.gray.deep}",
3986
+ $description:
3987
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3988
+ },
3989
+ name: "formColorColorpickerGrayLabelDefault",
3990
+ attributes: {},
3991
+ path: ["form", "color", "colorpicker", "gray", "label-default"],
3992
+ },
3993
+ },
3994
+ },
3253
3995
  dropdown: {
3254
3996
  "bg-hover": {
3255
3997
  $type: "color",