@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
@@ -3232,6 +3232,748 @@ module.exports = {
3232
3232
  path: ["form", "color", "calendar", "textAlt-enabled"],
3233
3233
  },
3234
3234
  },
3235
+ colorpicker: {
3236
+ "label-default": {
3237
+ $type: "color",
3238
+ $value: "#FFFFFF",
3239
+ $description: "Accessible on colorpicker bg-default colors.",
3240
+ filePath: "data/tokens/components/form.json",
3241
+ isSource: true,
3242
+ original: {
3243
+ $type: "color",
3244
+ $value: "{modes.color.generic.content.extreme}",
3245
+ $description: "Accessible on colorpicker bg-default colors.",
3246
+ },
3247
+ name: "formColorColorpickerLabelDefault",
3248
+ attributes: {},
3249
+ path: ["form", "color", "colorpicker", "label-default"],
3250
+ },
3251
+ "label-alt": {
3252
+ $type: "color",
3253
+ $value: "#FFFFFF",
3254
+ $description: "Accessible on colorpicker bg-alt colors.",
3255
+ filePath: "data/tokens/components/form.json",
3256
+ isSource: true,
3257
+ original: {
3258
+ $type: "color",
3259
+ $value: "{modes.color.generic.content.extreme}",
3260
+ $description: "Accessible on colorpicker bg-alt colors.",
3261
+ },
3262
+ name: "formColorColorpickerLabelAlt",
3263
+ attributes: {},
3264
+ path: ["form", "color", "colorpicker", "label-alt"],
3265
+ },
3266
+ blue: {
3267
+ border: {
3268
+ $type: "color",
3269
+ $value: "#0071c3",
3270
+ filePath: "data/tokens/components/form.json",
3271
+ isSource: true,
3272
+ original: {
3273
+ $type: "color",
3274
+ $value: "{modes.color.colorcode.blue.rich}",
3275
+ },
3276
+ name: "formColorColorpickerBlueBorder",
3277
+ attributes: {},
3278
+ path: ["form", "color", "colorpicker", "blue", "border"],
3279
+ },
3280
+ "bg-alt": {
3281
+ $type: "color",
3282
+ $value: "#0071c3",
3283
+ filePath: "data/tokens/components/form.json",
3284
+ isSource: true,
3285
+ original: {
3286
+ $type: "color",
3287
+ $value: "{modes.color.colorcode.blue.rich}",
3288
+ },
3289
+ name: "formColorColorpickerBlueBgAlt",
3290
+ attributes: {},
3291
+ path: ["form", "color", "colorpicker", "blue", "bg-alt"],
3292
+ },
3293
+ "bg-default": {
3294
+ $type: "color",
3295
+ $value: "#00293F",
3296
+ filePath: "data/tokens/components/form.json",
3297
+ isSource: true,
3298
+ original: {
3299
+ $type: "color",
3300
+ $value: "{modes.color.colorcode.blue.muted}",
3301
+ },
3302
+ name: "formColorColorpickerBlueBgDefault",
3303
+ attributes: {},
3304
+ path: ["form", "color", "colorpicker", "blue", "bg-default"],
3305
+ },
3306
+ pattern: {
3307
+ $type: "color",
3308
+ $value: "#0071c3",
3309
+ filePath: "data/tokens/components/form.json",
3310
+ isSource: true,
3311
+ original: {
3312
+ $type: "color",
3313
+ $value: "{modes.color.colorcode.blue.rich}",
3314
+ },
3315
+ name: "formColorColorpickerBluePattern",
3316
+ attributes: {},
3317
+ path: ["form", "color", "colorpicker", "blue", "pattern"],
3318
+ },
3319
+ "label-default": {
3320
+ $type: "color",
3321
+ $value: "#007FD9",
3322
+ $description:
3323
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3324
+ filePath: "data/tokens/components/form.json",
3325
+ isSource: true,
3326
+ original: {
3327
+ $type: "color",
3328
+ $value: "{modes.color.colorcode.blue.deep}",
3329
+ $description:
3330
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3331
+ },
3332
+ name: "formColorColorpickerBlueLabelDefault",
3333
+ attributes: {},
3334
+ path: ["form", "color", "colorpicker", "blue", "label-default"],
3335
+ },
3336
+ },
3337
+ teal: {
3338
+ border: {
3339
+ $type: "color",
3340
+ $value: "#007C7B",
3341
+ filePath: "data/tokens/components/form.json",
3342
+ isSource: true,
3343
+ original: {
3344
+ $type: "color",
3345
+ $value: "{modes.color.colorcode.teal.rich}",
3346
+ },
3347
+ name: "formColorColorpickerTealBorder",
3348
+ attributes: {},
3349
+ path: ["form", "color", "colorpicker", "teal", "border"],
3350
+ },
3351
+ "bg-alt": {
3352
+ $type: "color",
3353
+ $value: "#007C7B",
3354
+ filePath: "data/tokens/components/form.json",
3355
+ isSource: true,
3356
+ original: {
3357
+ $type: "color",
3358
+ $value: "{modes.color.colorcode.teal.rich}",
3359
+ },
3360
+ name: "formColorColorpickerTealBgAlt",
3361
+ attributes: {},
3362
+ path: ["form", "color", "colorpicker", "teal", "bg-alt"],
3363
+ },
3364
+ "bg-default": {
3365
+ $type: "color",
3366
+ $value: "#002B2A",
3367
+ filePath: "data/tokens/components/form.json",
3368
+ isSource: true,
3369
+ original: {
3370
+ $type: "color",
3371
+ $value: "{modes.color.colorcode.teal.muted}",
3372
+ },
3373
+ name: "formColorColorpickerTealBgDefault",
3374
+ attributes: {},
3375
+ path: ["form", "color", "colorpicker", "teal", "bg-default"],
3376
+ },
3377
+ pattern: {
3378
+ $type: "color",
3379
+ $value: "#007C7B",
3380
+ filePath: "data/tokens/components/form.json",
3381
+ isSource: true,
3382
+ original: {
3383
+ $type: "color",
3384
+ $value: "{modes.color.colorcode.teal.rich}",
3385
+ },
3386
+ name: "formColorColorpickerTealPattern",
3387
+ attributes: {},
3388
+ path: ["form", "color", "colorpicker", "teal", "pattern"],
3389
+ },
3390
+ "label-default": {
3391
+ $type: "color",
3392
+ $value: "#008A89",
3393
+ $description:
3394
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3395
+ filePath: "data/tokens/components/form.json",
3396
+ isSource: true,
3397
+ original: {
3398
+ $type: "color",
3399
+ $value: "{modes.color.colorcode.teal.deep}",
3400
+ $description:
3401
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3402
+ },
3403
+ name: "formColorColorpickerTealLabelDefault",
3404
+ attributes: {},
3405
+ path: ["form", "color", "colorpicker", "teal", "label-default"],
3406
+ },
3407
+ },
3408
+ green: {
3409
+ border: {
3410
+ $type: "color",
3411
+ $value: "#00811F",
3412
+ filePath: "data/tokens/components/form.json",
3413
+ isSource: true,
3414
+ original: {
3415
+ $type: "color",
3416
+ $value: "{modes.color.colorcode.green.rich}",
3417
+ },
3418
+ name: "formColorColorpickerGreenBorder",
3419
+ attributes: {},
3420
+ path: ["form", "color", "colorpicker", "green", "border"],
3421
+ },
3422
+ "bg-alt": {
3423
+ $type: "color",
3424
+ $value: "#00811F",
3425
+ filePath: "data/tokens/components/form.json",
3426
+ isSource: true,
3427
+ original: {
3428
+ $type: "color",
3429
+ $value: "{modes.color.colorcode.green.rich}",
3430
+ },
3431
+ name: "formColorColorpickerGreenBgAlt",
3432
+ attributes: {},
3433
+ path: ["form", "color", "colorpicker", "green", "bg-alt"],
3434
+ },
3435
+ "bg-default": {
3436
+ $type: "color",
3437
+ $value: "#002D05",
3438
+ filePath: "data/tokens/components/form.json",
3439
+ isSource: true,
3440
+ original: {
3441
+ $type: "color",
3442
+ $value: "{modes.color.colorcode.green.muted}",
3443
+ },
3444
+ name: "formColorColorpickerGreenBgDefault",
3445
+ attributes: {},
3446
+ path: ["form", "color", "colorpicker", "green", "bg-default"],
3447
+ },
3448
+ pattern: {
3449
+ $type: "color",
3450
+ $value: "#00811F",
3451
+ filePath: "data/tokens/components/form.json",
3452
+ isSource: true,
3453
+ original: {
3454
+ $type: "color",
3455
+ $value: "{modes.color.colorcode.green.rich}",
3456
+ },
3457
+ name: "formColorColorpickerGreenPattern",
3458
+ attributes: {},
3459
+ path: ["form", "color", "colorpicker", "green", "pattern"],
3460
+ },
3461
+ "label-default": {
3462
+ $type: "color",
3463
+ $value: "#009023",
3464
+ $description:
3465
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3466
+ filePath: "data/tokens/components/form.json",
3467
+ isSource: true,
3468
+ original: {
3469
+ $type: "color",
3470
+ $value: "{modes.color.colorcode.green.deep}",
3471
+ $description:
3472
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3473
+ },
3474
+ name: "formColorColorpickerGreenLabelDefault",
3475
+ attributes: {},
3476
+ path: ["form", "color", "colorpicker", "green", "label-default"],
3477
+ },
3478
+ },
3479
+ lime: {
3480
+ border: {
3481
+ $type: "color",
3482
+ $value: "#637700",
3483
+ filePath: "data/tokens/components/form.json",
3484
+ isSource: true,
3485
+ original: {
3486
+ $type: "color",
3487
+ $value: "{modes.color.colorcode.lime.rich}",
3488
+ },
3489
+ name: "formColorColorpickerLimeBorder",
3490
+ attributes: {},
3491
+ path: ["form", "color", "colorpicker", "lime", "border"],
3492
+ },
3493
+ "bg-alt": {
3494
+ $type: "color",
3495
+ $value: "#637700",
3496
+ filePath: "data/tokens/components/form.json",
3497
+ isSource: true,
3498
+ original: {
3499
+ $type: "color",
3500
+ $value: "{modes.color.colorcode.lime.rich}",
3501
+ },
3502
+ name: "formColorColorpickerLimeBgAlt",
3503
+ attributes: {},
3504
+ path: ["form", "color", "colorpicker", "lime", "bg-alt"],
3505
+ },
3506
+ "bg-default": {
3507
+ $type: "color",
3508
+ $value: "#171e00",
3509
+ filePath: "data/tokens/components/form.json",
3510
+ isSource: true,
3511
+ original: {
3512
+ $type: "color",
3513
+ $value: "{modes.color.colorcode.lime.muted}",
3514
+ },
3515
+ name: "formColorColorpickerLimeBgDefault",
3516
+ attributes: {},
3517
+ path: ["form", "color", "colorpicker", "lime", "bg-default"],
3518
+ },
3519
+ pattern: {
3520
+ $type: "color",
3521
+ $value: "#637700",
3522
+ filePath: "data/tokens/components/form.json",
3523
+ isSource: true,
3524
+ original: {
3525
+ $type: "color",
3526
+ $value: "{modes.color.colorcode.lime.rich}",
3527
+ },
3528
+ name: "formColorColorpickerLimePattern",
3529
+ attributes: {},
3530
+ path: ["form", "color", "colorpicker", "lime", "pattern"],
3531
+ },
3532
+ "label-default": {
3533
+ $type: "color",
3534
+ $value: "#6E8500",
3535
+ $description:
3536
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3537
+ filePath: "data/tokens/components/form.json",
3538
+ isSource: true,
3539
+ original: {
3540
+ $type: "color",
3541
+ $value: "{modes.color.colorcode.lime.deep}",
3542
+ $description:
3543
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3544
+ },
3545
+ name: "formColorColorpickerLimeLabelDefault",
3546
+ attributes: {},
3547
+ path: ["form", "color", "colorpicker", "lime", "label-default"],
3548
+ },
3549
+ },
3550
+ orange: {
3551
+ border: {
3552
+ $type: "color",
3553
+ $value: "#C54300",
3554
+ filePath: "data/tokens/components/form.json",
3555
+ isSource: true,
3556
+ original: {
3557
+ $type: "color",
3558
+ $value: "{modes.color.colorcode.orange.rich}",
3559
+ },
3560
+ name: "formColorColorpickerOrangeBorder",
3561
+ attributes: {},
3562
+ path: ["form", "color", "colorpicker", "orange", "border"],
3563
+ },
3564
+ "bg-alt": {
3565
+ $type: "color",
3566
+ $value: "#C54300",
3567
+ filePath: "data/tokens/components/form.json",
3568
+ isSource: true,
3569
+ original: {
3570
+ $type: "color",
3571
+ $value: "{modes.color.colorcode.orange.rich}",
3572
+ },
3573
+ name: "formColorColorpickerOrangeBgAlt",
3574
+ attributes: {},
3575
+ path: ["form", "color", "colorpicker", "orange", "bg-alt"],
3576
+ },
3577
+ "bg-default": {
3578
+ $type: "color",
3579
+ $value: "#380D00",
3580
+ filePath: "data/tokens/components/form.json",
3581
+ isSource: true,
3582
+ original: {
3583
+ $type: "color",
3584
+ $value: "{modes.color.colorcode.orange.muted}",
3585
+ },
3586
+ name: "formColorColorpickerOrangeBgDefault",
3587
+ attributes: {},
3588
+ path: ["form", "color", "colorpicker", "orange", "bg-default"],
3589
+ },
3590
+ pattern: {
3591
+ $type: "color",
3592
+ $value: "#C54300",
3593
+ filePath: "data/tokens/components/form.json",
3594
+ isSource: true,
3595
+ original: {
3596
+ $type: "color",
3597
+ $value: "{modes.color.colorcode.orange.rich}",
3598
+ },
3599
+ name: "formColorColorpickerOrangePattern",
3600
+ attributes: {},
3601
+ path: ["form", "color", "colorpicker", "orange", "pattern"],
3602
+ },
3603
+ "label-default": {
3604
+ $type: "color",
3605
+ $value: "#DB4B00",
3606
+ $description:
3607
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3608
+ filePath: "data/tokens/components/form.json",
3609
+ isSource: true,
3610
+ original: {
3611
+ $type: "color",
3612
+ $value: "{modes.color.colorcode.orange.deep}",
3613
+ $description:
3614
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3615
+ },
3616
+ name: "formColorColorpickerOrangeLabelDefault",
3617
+ attributes: {},
3618
+ path: ["form", "color", "colorpicker", "orange", "label-default"],
3619
+ },
3620
+ },
3621
+ red: {
3622
+ border: {
3623
+ $type: "color",
3624
+ $value: "#DC004E",
3625
+ filePath: "data/tokens/components/form.json",
3626
+ isSource: true,
3627
+ original: {
3628
+ $type: "color",
3629
+ $value: "{modes.color.colorcode.red.rich}",
3630
+ },
3631
+ name: "formColorColorpickerRedBorder",
3632
+ attributes: {},
3633
+ path: ["form", "color", "colorpicker", "red", "border"],
3634
+ },
3635
+ "bg-alt": {
3636
+ $type: "color",
3637
+ $value: "#DC004E",
3638
+ filePath: "data/tokens/components/form.json",
3639
+ isSource: true,
3640
+ original: {
3641
+ $type: "color",
3642
+ $value: "{modes.color.colorcode.red.rich}",
3643
+ },
3644
+ name: "formColorColorpickerRedBgAlt",
3645
+ attributes: {},
3646
+ path: ["form", "color", "colorpicker", "red", "bg-alt"],
3647
+ },
3648
+ "bg-default": {
3649
+ $type: "color",
3650
+ $value: "#400011",
3651
+ filePath: "data/tokens/components/form.json",
3652
+ isSource: true,
3653
+ original: {
3654
+ $type: "color",
3655
+ $value: "{modes.color.colorcode.red.muted}",
3656
+ },
3657
+ name: "formColorColorpickerRedBgDefault",
3658
+ attributes: {},
3659
+ path: ["form", "color", "colorpicker", "red", "bg-default"],
3660
+ },
3661
+ pattern: {
3662
+ $type: "color",
3663
+ $value: "#DC004E",
3664
+ filePath: "data/tokens/components/form.json",
3665
+ isSource: true,
3666
+ original: {
3667
+ $type: "color",
3668
+ $value: "{modes.color.colorcode.red.rich}",
3669
+ },
3670
+ name: "formColorColorpickerRedPattern",
3671
+ attributes: {},
3672
+ path: ["form", "color", "colorpicker", "red", "pattern"],
3673
+ },
3674
+ "label-default": {
3675
+ $type: "color",
3676
+ $value: "#F50058",
3677
+ $description:
3678
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3679
+ filePath: "data/tokens/components/form.json",
3680
+ isSource: true,
3681
+ original: {
3682
+ $type: "color",
3683
+ $value: "{modes.color.colorcode.red.deep}",
3684
+ $description:
3685
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3686
+ },
3687
+ name: "formColorColorpickerRedLabelDefault",
3688
+ attributes: {},
3689
+ path: ["form", "color", "colorpicker", "red", "label-default"],
3690
+ },
3691
+ },
3692
+ pink: {
3693
+ border: {
3694
+ $type: "color",
3695
+ $value: "#C8269A",
3696
+ filePath: "data/tokens/components/form.json",
3697
+ isSource: true,
3698
+ original: {
3699
+ $type: "color",
3700
+ $value: "{modes.color.colorcode.pink.rich}",
3701
+ },
3702
+ name: "formColorColorpickerPinkBorder",
3703
+ attributes: {},
3704
+ path: ["form", "color", "colorpicker", "pink", "border"],
3705
+ },
3706
+ "bg-alt": {
3707
+ $type: "color",
3708
+ $value: "#C8269A",
3709
+ filePath: "data/tokens/components/form.json",
3710
+ isSource: true,
3711
+ original: {
3712
+ $type: "color",
3713
+ $value: "{modes.color.colorcode.pink.rich}",
3714
+ },
3715
+ name: "formColorColorpickerPinkBgAlt",
3716
+ attributes: {},
3717
+ path: ["form", "color", "colorpicker", "pink", "bg-alt"],
3718
+ },
3719
+ "bg-default": {
3720
+ $type: "color",
3721
+ $value: "#3C002C",
3722
+ filePath: "data/tokens/components/form.json",
3723
+ isSource: true,
3724
+ original: {
3725
+ $type: "color",
3726
+ $value: "{modes.color.colorcode.pink.muted}",
3727
+ },
3728
+ name: "formColorColorpickerPinkBgDefault",
3729
+ attributes: {},
3730
+ path: ["form", "color", "colorpicker", "pink", "bg-default"],
3731
+ },
3732
+ pattern: {
3733
+ $type: "color",
3734
+ $value: "#C8269A",
3735
+ filePath: "data/tokens/components/form.json",
3736
+ isSource: true,
3737
+ original: {
3738
+ $type: "color",
3739
+ $value: "{modes.color.colorcode.pink.rich}",
3740
+ },
3741
+ name: "formColorColorpickerPinkPattern",
3742
+ attributes: {},
3743
+ path: ["form", "color", "colorpicker", "pink", "pattern"],
3744
+ },
3745
+ "label-default": {
3746
+ $type: "color",
3747
+ $value: "#DD2BAB",
3748
+ $description:
3749
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3750
+ filePath: "data/tokens/components/form.json",
3751
+ isSource: true,
3752
+ original: {
3753
+ $type: "color",
3754
+ $value: "{modes.color.colorcode.pink.deep}",
3755
+ $description:
3756
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3757
+ },
3758
+ name: "formColorColorpickerPinkLabelDefault",
3759
+ attributes: {},
3760
+ path: ["form", "color", "colorpicker", "pink", "label-default"],
3761
+ },
3762
+ },
3763
+ purple: {
3764
+ border: {
3765
+ $type: "color",
3766
+ $value: "#8F4CD7",
3767
+ filePath: "data/tokens/components/form.json",
3768
+ isSource: true,
3769
+ original: {
3770
+ $type: "color",
3771
+ $value: "{modes.color.colorcode.purple.rich}",
3772
+ },
3773
+ name: "formColorColorpickerPurpleBorder",
3774
+ attributes: {},
3775
+ path: ["form", "color", "colorpicker", "purple", "border"],
3776
+ },
3777
+ "bg-alt": {
3778
+ $type: "color",
3779
+ $value: "#8F4CD7",
3780
+ filePath: "data/tokens/components/form.json",
3781
+ isSource: true,
3782
+ original: {
3783
+ $type: "color",
3784
+ $value: "{modes.color.colorcode.purple.rich}",
3785
+ },
3786
+ name: "formColorColorpickerPurpleBgAlt",
3787
+ attributes: {},
3788
+ path: ["form", "color", "colorpicker", "purple", "bg-alt"],
3789
+ },
3790
+ "bg-default": {
3791
+ $type: "color",
3792
+ $value: "#270E41",
3793
+ filePath: "data/tokens/components/form.json",
3794
+ isSource: true,
3795
+ original: {
3796
+ $type: "color",
3797
+ $value: "{modes.color.colorcode.purple.muted}",
3798
+ },
3799
+ name: "formColorColorpickerPurpleBgDefault",
3800
+ attributes: {},
3801
+ path: ["form", "color", "colorpicker", "purple", "bg-default"],
3802
+ },
3803
+ pattern: {
3804
+ $type: "color",
3805
+ $value: "#8F4CD7",
3806
+ filePath: "data/tokens/components/form.json",
3807
+ isSource: true,
3808
+ original: {
3809
+ $type: "color",
3810
+ $value: "{modes.color.colorcode.purple.rich}",
3811
+ },
3812
+ name: "formColorColorpickerPurplePattern",
3813
+ attributes: {},
3814
+ path: ["form", "color", "colorpicker", "purple", "pattern"],
3815
+ },
3816
+ "label-default": {
3817
+ $type: "color",
3818
+ $value: "#985FDC",
3819
+ $description:
3820
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3821
+ filePath: "data/tokens/components/form.json",
3822
+ isSource: true,
3823
+ original: {
3824
+ $type: "color",
3825
+ $value: "{modes.color.colorcode.purple.deep}",
3826
+ $description:
3827
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3828
+ },
3829
+ name: "formColorColorpickerPurpleLabelDefault",
3830
+ attributes: {},
3831
+ path: ["form", "color", "colorpicker", "purple", "label-default"],
3832
+ },
3833
+ },
3834
+ slate: {
3835
+ border: {
3836
+ $type: "color",
3837
+ $value: "#527386",
3838
+ filePath: "data/tokens/components/form.json",
3839
+ isSource: true,
3840
+ original: {
3841
+ $type: "color",
3842
+ $value: "{modes.color.colorcode.slate.rich}",
3843
+ },
3844
+ name: "formColorColorpickerSlateBorder",
3845
+ attributes: {},
3846
+ path: ["form", "color", "colorpicker", "slate", "border"],
3847
+ },
3848
+ "bg-alt": {
3849
+ $type: "color",
3850
+ $value: "#527386",
3851
+ filePath: "data/tokens/components/form.json",
3852
+ isSource: true,
3853
+ original: {
3854
+ $type: "color",
3855
+ $value: "{modes.color.colorcode.slate.rich}",
3856
+ },
3857
+ name: "formColorColorpickerSlateBgAlt",
3858
+ attributes: {},
3859
+ path: ["form", "color", "colorpicker", "slate", "bg-alt"],
3860
+ },
3861
+ "bg-default": {
3862
+ $type: "color",
3863
+ $value: "#121D23",
3864
+ filePath: "data/tokens/components/form.json",
3865
+ isSource: true,
3866
+ original: {
3867
+ $type: "color",
3868
+ $value: "{modes.color.colorcode.slate.muted}",
3869
+ },
3870
+ name: "formColorColorpickerSlateBgDefault",
3871
+ attributes: {},
3872
+ path: ["form", "color", "colorpicker", "slate", "bg-default"],
3873
+ },
3874
+ pattern: {
3875
+ $type: "color",
3876
+ $value: "#527386",
3877
+ filePath: "data/tokens/components/form.json",
3878
+ isSource: true,
3879
+ original: {
3880
+ $type: "color",
3881
+ $value: "{modes.color.colorcode.slate.rich}",
3882
+ },
3883
+ name: "formColorColorpickerSlatePattern",
3884
+ attributes: {},
3885
+ path: ["form", "color", "colorpicker", "slate", "pattern"],
3886
+ },
3887
+ "label-default": {
3888
+ $type: "color",
3889
+ $value: "#5C8196",
3890
+ $description:
3891
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3892
+ filePath: "data/tokens/components/form.json",
3893
+ isSource: true,
3894
+ original: {
3895
+ $type: "color",
3896
+ $value: "{modes.color.colorcode.slate.deep}",
3897
+ $description:
3898
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3899
+ },
3900
+ name: "formColorColorpickerSlateLabelDefault",
3901
+ attributes: {},
3902
+ path: ["form", "color", "colorpicker", "slate", "label-default"],
3903
+ },
3904
+ },
3905
+ gray: {
3906
+ border: {
3907
+ $type: "color",
3908
+ $value: "#6F6F6F",
3909
+ filePath: "data/tokens/components/form.json",
3910
+ isSource: true,
3911
+ original: {
3912
+ $type: "color",
3913
+ $value: "{modes.color.colorcode.gray.rich}",
3914
+ },
3915
+ name: "formColorColorpickerGrayBorder",
3916
+ attributes: {},
3917
+ path: ["form", "color", "colorpicker", "gray", "border"],
3918
+ },
3919
+ "bg-alt": {
3920
+ $type: "color",
3921
+ $value: "#6F6F6F",
3922
+ filePath: "data/tokens/components/form.json",
3923
+ isSource: true,
3924
+ original: {
3925
+ $type: "color",
3926
+ $value: "{modes.color.colorcode.gray.rich}",
3927
+ },
3928
+ name: "formColorColorpickerGrayBgAlt",
3929
+ attributes: {},
3930
+ path: ["form", "color", "colorpicker", "gray", "bg-alt"],
3931
+ },
3932
+ "bg-default": {
3933
+ $type: "color",
3934
+ $value: "#1b1b1b",
3935
+ filePath: "data/tokens/components/form.json",
3936
+ isSource: true,
3937
+ original: {
3938
+ $type: "color",
3939
+ $value: "{modes.color.colorcode.gray.muted}",
3940
+ },
3941
+ name: "formColorColorpickerGrayBgDefault",
3942
+ attributes: {},
3943
+ path: ["form", "color", "colorpicker", "gray", "bg-default"],
3944
+ },
3945
+ pattern: {
3946
+ $type: "color",
3947
+ $value: "#6F6F6F",
3948
+ filePath: "data/tokens/components/form.json",
3949
+ isSource: true,
3950
+ original: {
3951
+ $type: "color",
3952
+ $value: "{modes.color.colorcode.gray.rich}",
3953
+ },
3954
+ name: "formColorColorpickerGrayPattern",
3955
+ attributes: {},
3956
+ path: ["form", "color", "colorpicker", "gray", "pattern"],
3957
+ },
3958
+ "label-default": {
3959
+ $type: "color",
3960
+ $value: "#7C7C7C",
3961
+ $description:
3962
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3963
+ filePath: "data/tokens/components/form.json",
3964
+ isSource: true,
3965
+ original: {
3966
+ $type: "color",
3967
+ $value: "{modes.color.colorcode.gray.deep}",
3968
+ $description:
3969
+ "At least 4.5:1 against #F3 (light mode) and #0E (dark mode). Not to be used on bg-default.",
3970
+ },
3971
+ name: "formColorColorpickerGrayLabelDefault",
3972
+ attributes: {},
3973
+ path: ["form", "color", "colorpicker", "gray", "label-default"],
3974
+ },
3975
+ },
3976
+ },
3235
3977
  dropdown: {
3236
3978
  "bg-hover": {
3237
3979
  $type: "color",