@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
@@ -20,274 +20,414 @@
20
20
  return {
21
21
  container: {
22
22
  color: {
23
- standard: {
24
- "bg-alt": {
23
+ AI: {
24
+ borderhorizontal: {
25
25
  $type: "color",
26
- $value: "#0e0e0e",
26
+ $value:
27
+ "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
28
+ $description: "top and bottom border for AI dialog component",
27
29
  filePath: "data/tokens/components/container.json",
28
30
  isSource: true,
29
31
  original: {
30
32
  $type: "color",
31
- $value: "{modes.color.generic.bg.faint}",
33
+ $value: "{modes.color.status.ai.default-horizontal}",
34
+ $description: "top and bottom border for AI dialog component",
32
35
  },
33
- name: "containerColorStandardBgAlt",
36
+ name: "containerColorAiBorderhorizontal",
34
37
  attributes: {},
35
- path: ["container", "color", "standard", "bg-alt"],
38
+ path: ["container", "color", "AI", "borderhorizontal"],
36
39
  },
37
- "bg-default": {
40
+ bordervertical: {
38
41
  $type: "color",
39
- $value: "#000000",
42
+ $value:
43
+ "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
44
+ $description:
45
+ "left and right border for dialog and insight bubbles.",
40
46
  filePath: "data/tokens/components/container.json",
41
47
  isSource: true,
42
48
  original: {
43
49
  $type: "color",
44
- $value: "{modes.color.generic.bg.nought}",
50
+ $value: "{modes.color.status.ai.default-vertical}",
51
+ $description:
52
+ "left and right border for dialog and insight bubbles.",
45
53
  },
46
- name: "containerColorStandardBgDefault",
54
+ name: "containerColorAiBordervertical",
47
55
  attributes: {},
48
- path: ["container", "color", "standard", "bg-default"],
56
+ path: ["container", "color", "AI", "bordervertical"],
49
57
  },
50
- "bgFooter-default": {
58
+ nudge: {
59
+ "borderAi-horizontal": {
60
+ $type: "color",
61
+ $value:
62
+ "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
63
+ $description:
64
+ "top and bottom border for AI nudge message component",
65
+ filePath: "data/tokens/components/container.json",
66
+ isSource: true,
67
+ original: {
68
+ $type: "color",
69
+ $value: "{modes.color.status.ai.default-horizontal}",
70
+ $description:
71
+ "top and bottom border for AI nudge message component",
72
+ },
73
+ name: "containerColorAiNudgeBorderAiHorizontal",
74
+ attributes: {},
75
+ path: [
76
+ "container",
77
+ "color",
78
+ "AI",
79
+ "nudge",
80
+ "borderAi-horizontal",
81
+ ],
82
+ },
83
+ "borderAi-vertical": {
84
+ $type: "color",
85
+ $value:
86
+ "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
87
+ $description:
88
+ "left and right border for AI nudge message component",
89
+ filePath: "data/tokens/components/container.json",
90
+ isSource: true,
91
+ original: {
92
+ $type: "color",
93
+ $value: "{modes.color.status.ai.default-vertical}",
94
+ $description:
95
+ "left and right border for AI nudge message component",
96
+ },
97
+ name: "containerColorAiNudgeBorderAiVertical",
98
+ attributes: {},
99
+ path: ["container", "color", "AI", "nudge", "borderAi-vertical"],
100
+ },
101
+ },
102
+ },
103
+ blockquote: {
104
+ border: {
51
105
  $type: "color",
52
- $value: "#0e0e0e",
53
- $description: "tile footer bg color ",
106
+ $value: "#00D639",
54
107
  filePath: "data/tokens/components/container.json",
55
108
  isSource: true,
56
109
  original: {
57
110
  $type: "color",
58
- $value: "{modes.color.generic.bg.faint}",
59
- $description: "tile footer bg color ",
111
+ $value: "{modes.color.interactive.primary.default}",
60
112
  },
61
- name: "containerColorStandardBgFooterDefault",
113
+ name: "containerColorBlockquoteBorder",
62
114
  attributes: {},
63
- path: ["container", "color", "standard", "bgFooter-default"],
115
+ path: ["container", "color", "blockquote", "border"],
64
116
  },
65
- "border-active": {
117
+ },
118
+ calendar: {
119
+ "label-default": {
66
120
  $type: "color",
67
121
  $value: "#FFFFFF",
122
+ $description: "Accessible on calendar bg-default colors.",
68
123
  filePath: "data/tokens/components/container.json",
69
124
  isSource: true,
70
125
  original: {
71
126
  $type: "color",
72
- $value: "{modes.color.interactive.monochrome.generic.active}",
127
+ $value: "{modes.color.generic.content.extreme}",
128
+ $description: "Accessible on calendar bg-default colors.",
73
129
  },
74
- name: "containerColorStandardBorderActive",
130
+ name: "containerColorCalendarLabelDefault",
75
131
  attributes: {},
76
- path: ["container", "color", "standard", "border-active"],
132
+ path: ["container", "color", "calendar", "label-default"],
77
133
  },
78
- "border-alt": {
134
+ "label-alt": {
79
135
  $type: "color",
80
- $value: "#4b4b4b",
136
+ $value: "#FFFFFF",
137
+ $description: "Accessible on calendar bg-alt colors.",
81
138
  filePath: "data/tokens/components/container.json",
82
139
  isSource: true,
83
140
  original: {
84
141
  $type: "color",
85
- $value: "{modes.color.generic.fg.soft}",
142
+ $value: "{modes.color.generic.content.extreme}",
143
+ $description: "Accessible on calendar bg-alt colors.",
86
144
  },
87
- name: "containerColorStandardBorderAlt",
145
+ name: "containerColorCalendarLabelAlt",
88
146
  attributes: {},
89
- path: ["container", "color", "standard", "border-alt"],
147
+ path: ["container", "color", "calendar", "label-alt"],
90
148
  },
91
- "border-default": {
92
- $type: "color",
93
- $value: "#181818",
94
- filePath: "data/tokens/components/container.json",
95
- isSource: true,
96
- original: {
149
+ blue: {
150
+ "bg-default": {
97
151
  $type: "color",
98
- $value: "{modes.color.generic.fg.faint}",
152
+ $value: "#00293F",
153
+ filePath: "data/tokens/components/container.json",
154
+ isSource: true,
155
+ original: {
156
+ $type: "color",
157
+ $value: "{modes.color.colorcode.blue.muted}",
158
+ },
159
+ name: "containerColorCalendarBlueBgDefault",
160
+ attributes: {},
161
+ path: ["container", "color", "calendar", "blue", "bg-default"],
162
+ },
163
+ pattern: {
164
+ $type: "color",
165
+ $value: "#0071c3",
166
+ filePath: "data/tokens/components/container.json",
167
+ isSource: true,
168
+ original: {
169
+ $type: "color",
170
+ $value: "{modes.color.colorcode.blue.rich}",
171
+ },
172
+ name: "containerColorCalendarBluePattern",
173
+ attributes: {},
174
+ path: ["container", "color", "calendar", "blue", "pattern"],
99
175
  },
100
- name: "containerColorStandardBorderDefault",
101
- attributes: {},
102
- path: ["container", "color", "standard", "border-default"],
103
176
  },
104
- dimmer: {
105
- $type: "color",
106
- $value: "#FFFFFF",
107
- $description: "dimmed mask for dialogs",
108
- filePath: "data/tokens/components/container.json",
109
- isSource: true,
110
- original: {
177
+ teal: {
178
+ "bg-default": {
111
179
  $type: "color",
112
- $value: "{modes.color.interactive.inactive.mask}",
113
- $description: "dimmed mask for dialogs",
180
+ $value: "#002B2A",
181
+ filePath: "data/tokens/components/container.json",
182
+ isSource: true,
183
+ original: {
184
+ $type: "color",
185
+ $value: "{modes.color.colorcode.teal.muted}",
186
+ },
187
+ name: "containerColorCalendarTealBgDefault",
188
+ attributes: {},
189
+ path: ["container", "color", "calendar", "teal", "bg-default"],
190
+ },
191
+ pattern: {
192
+ $type: "color",
193
+ $value: "#007C7B",
194
+ filePath: "data/tokens/components/container.json",
195
+ isSource: true,
196
+ original: {
197
+ $type: "color",
198
+ $value: "{modes.color.colorcode.teal.rich}",
199
+ },
200
+ name: "containerColorCalendarTealPattern",
201
+ attributes: {},
202
+ path: ["container", "color", "calendar", "teal", "pattern"],
114
203
  },
115
- name: "containerColorStandardDimmer",
116
- attributes: {},
117
- path: ["container", "color", "standard", "dimmer"],
118
204
  },
119
- icon: {
120
- $type: "color",
121
- $value: "#777",
122
- $description: "Link preview image thumbnail",
123
- filePath: "data/tokens/components/container.json",
124
- isSource: true,
125
- original: {
205
+ green: {
206
+ "bg-default": {
126
207
  $type: "color",
127
- $value: "{modes.color.generic.fg.moderate}",
128
- $description: "Link preview image thumbnail",
208
+ $value: "#002D05",
209
+ filePath: "data/tokens/components/container.json",
210
+ isSource: true,
211
+ original: {
212
+ $type: "color",
213
+ $value: "{modes.color.colorcode.green.muted}",
214
+ },
215
+ name: "containerColorCalendarGreenBgDefault",
216
+ attributes: {},
217
+ path: ["container", "color", "calendar", "green", "bg-default"],
218
+ },
219
+ pattern: {
220
+ $type: "color",
221
+ $value: "#00811F",
222
+ filePath: "data/tokens/components/container.json",
223
+ isSource: true,
224
+ original: {
225
+ $type: "color",
226
+ $value: "{modes.color.colorcode.green.rich}",
227
+ },
228
+ name: "containerColorCalendarGreenPattern",
229
+ attributes: {},
230
+ path: ["container", "color", "calendar", "green", "pattern"],
129
231
  },
130
- name: "containerColorStandardIcon",
131
- attributes: {},
132
- path: ["container", "color", "standard", "icon"],
133
232
  },
134
- "text-alt": {
135
- $type: "color",
136
- $value: "#ffffff8c",
137
- $description: "for subheadings etc",
138
- filePath: "data/tokens/components/container.json",
139
- isSource: true,
140
- original: {
233
+ lime: {
234
+ "bg-default": {
141
235
  $type: "color",
142
- $value: "{modes.color.generic.content.moderate}",
143
- $description: "for subheadings etc",
236
+ $value: "#171e00",
237
+ filePath: "data/tokens/components/container.json",
238
+ isSource: true,
239
+ original: {
240
+ $type: "color",
241
+ $value: "{modes.color.colorcode.lime.muted}",
242
+ },
243
+ name: "containerColorCalendarLimeBgDefault",
244
+ attributes: {},
245
+ path: ["container", "color", "calendar", "lime", "bg-default"],
246
+ },
247
+ pattern: {
248
+ $type: "color",
249
+ $value: "#637700",
250
+ filePath: "data/tokens/components/container.json",
251
+ isSource: true,
252
+ original: {
253
+ $type: "color",
254
+ $value: "{modes.color.colorcode.lime.rich}",
255
+ },
256
+ name: "containerColorCalendarLimePattern",
257
+ attributes: {},
258
+ path: ["container", "color", "calendar", "lime", "pattern"],
144
259
  },
145
- name: "containerColorStandardTextAlt",
146
- attributes: {},
147
- path: ["container", "color", "standard", "text-alt"],
148
260
  },
149
- "text-default": {
150
- $type: "color",
151
- $value: "#fffffff2",
152
- $description: "for headings, paragraph text etc ",
153
- filePath: "data/tokens/components/container.json",
154
- isSource: true,
155
- original: {
261
+ orange: {
262
+ "bg-default": {
156
263
  $type: "color",
157
- $value: "{modes.color.generic.content.harsh}",
158
- $description: "for headings, paragraph text etc ",
264
+ $value: "#380D00",
265
+ filePath: "data/tokens/components/container.json",
266
+ isSource: true,
267
+ original: {
268
+ $type: "color",
269
+ $value: "{modes.color.colorcode.orange.muted}",
270
+ },
271
+ name: "containerColorCalendarOrangeBgDefault",
272
+ attributes: {},
273
+ path: ["container", "color", "calendar", "orange", "bg-default"],
274
+ },
275
+ pattern: {
276
+ $type: "color",
277
+ $value: "#C54300",
278
+ filePath: "data/tokens/components/container.json",
279
+ isSource: true,
280
+ original: {
281
+ $type: "color",
282
+ $value: "{modes.color.colorcode.orange.rich}",
283
+ },
284
+ name: "containerColorCalendarOrangePattern",
285
+ attributes: {},
286
+ path: ["container", "color", "calendar", "orange", "pattern"],
159
287
  },
160
- name: "containerColorStandardTextDefault",
161
- attributes: {},
162
- path: ["container", "color", "standard", "text-default"],
163
288
  },
164
- },
165
- AI: {
166
- borderhorizontal: {
167
- $type: "color",
168
- $value:
169
- "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
170
- $description: "top and bottom border for AI dialog component",
171
- filePath: "data/tokens/components/container.json",
172
- isSource: true,
173
- original: {
289
+ red: {
290
+ "bg-default": {
174
291
  $type: "color",
175
- $value: "{modes.color.status.ai.default-horizontal}",
176
- $description: "top and bottom border for AI dialog component",
292
+ $value: "#400011",
293
+ filePath: "data/tokens/components/container.json",
294
+ isSource: true,
295
+ original: {
296
+ $type: "color",
297
+ $value: "{modes.color.colorcode.red.muted}",
298
+ },
299
+ name: "containerColorCalendarRedBgDefault",
300
+ attributes: {},
301
+ path: ["container", "color", "calendar", "red", "bg-default"],
302
+ },
303
+ pattern: {
304
+ $type: "color",
305
+ $value: "#DC004E",
306
+ filePath: "data/tokens/components/container.json",
307
+ isSource: true,
308
+ original: {
309
+ $type: "color",
310
+ $value: "{modes.color.colorcode.red.rich}",
311
+ },
312
+ name: "containerColorCalendarRedPattern",
313
+ attributes: {},
314
+ path: ["container", "color", "calendar", "red", "pattern"],
177
315
  },
178
- name: "containerColorAiBorderhorizontal",
179
- attributes: {},
180
- path: ["container", "color", "AI", "borderhorizontal"],
181
316
  },
182
- bordervertical: {
183
- $type: "color",
184
- $value:
185
- "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
186
- $description:
187
- "left and right border for dialog and insight bubbles.",
188
- filePath: "data/tokens/components/container.json",
189
- isSource: true,
190
- original: {
317
+ pink: {
318
+ "bg-default": {
191
319
  $type: "color",
192
- $value: "{modes.color.status.ai.default-vertical}",
193
- $description:
194
- "left and right border for dialog and insight bubbles.",
320
+ $value: "#3C002C",
321
+ filePath: "data/tokens/components/container.json",
322
+ isSource: true,
323
+ original: {
324
+ $type: "color",
325
+ $value: "{modes.color.colorcode.pink.muted}",
326
+ },
327
+ name: "containerColorCalendarPinkBgDefault",
328
+ attributes: {},
329
+ path: ["container", "color", "calendar", "pink", "bg-default"],
330
+ },
331
+ pattern: {
332
+ $type: "color",
333
+ $value: "#C8269A",
334
+ filePath: "data/tokens/components/container.json",
335
+ isSource: true,
336
+ original: {
337
+ $type: "color",
338
+ $value: "{modes.color.colorcode.pink.rich}",
339
+ },
340
+ name: "containerColorCalendarPinkPattern",
341
+ attributes: {},
342
+ path: ["container", "color", "calendar", "pink", "pattern"],
195
343
  },
196
- name: "containerColorAiBordervertical",
197
- attributes: {},
198
- path: ["container", "color", "AI", "bordervertical"],
199
344
  },
200
- nudge: {
201
- "borderAi-horizontal": {
345
+ purple: {
346
+ "bg-default": {
202
347
  $type: "color",
203
- $value:
204
- "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
205
- $description:
206
- "top and bottom border for AI nudge message component",
348
+ $value: "#270E41",
349
+ filePath: "data/tokens/components/container.json",
350
+ isSource: true,
351
+ original: {
352
+ $type: "color",
353
+ $value: "{modes.color.colorcode.purple.muted}",
354
+ },
355
+ name: "containerColorCalendarPurpleBgDefault",
356
+ attributes: {},
357
+ path: ["container", "color", "calendar", "purple", "bg-default"],
358
+ },
359
+ pattern: {
360
+ $type: "color",
361
+ $value: "#8F4CD7",
207
362
  filePath: "data/tokens/components/container.json",
208
363
  isSource: true,
209
364
  original: {
210
365
  $type: "color",
211
- $value: "{modes.color.status.ai.default-horizontal}",
212
- $description:
213
- "top and bottom border for AI nudge message component",
366
+ $value: "{modes.color.colorcode.purple.rich}",
214
367
  },
215
- name: "containerColorAiNudgeBorderAiHorizontal",
368
+ name: "containerColorCalendarPurplePattern",
216
369
  attributes: {},
217
- path: [
218
- "container",
219
- "color",
220
- "AI",
221
- "nudge",
222
- "borderAi-horizontal",
223
- ],
370
+ path: ["container", "color", "calendar", "purple", "pattern"],
224
371
  },
225
- "borderAi-vertical": {
372
+ },
373
+ slate: {
374
+ "bg-default": {
226
375
  $type: "color",
227
- $value:
228
- "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
229
- $description:
230
- "left and right border for AI nudge message component",
376
+ $value: "#121D23",
231
377
  filePath: "data/tokens/components/container.json",
232
378
  isSource: true,
233
379
  original: {
234
380
  $type: "color",
235
- $value: "{modes.color.status.ai.default-vertical}",
236
- $description:
237
- "left and right border for AI nudge message component",
381
+ $value: "{modes.color.colorcode.slate.muted}",
238
382
  },
239
- name: "containerColorAiNudgeBorderAiVertical",
383
+ name: "containerColorCalendarSlateBgDefault",
240
384
  attributes: {},
241
- path: ["container", "color", "AI", "nudge", "borderAi-vertical"],
385
+ path: ["container", "color", "calendar", "slate", "bg-default"],
242
386
  },
243
- },
244
- },
245
- scrollbar: {
246
- "bg-default": {
247
- $type: "color",
248
- $value: "#0e0e0e",
249
- filePath: "data/tokens/components/container.json",
250
- isSource: true,
251
- original: {
387
+ pattern: {
252
388
  $type: "color",
253
- $value: "{modes.color.generic.bg.faint}",
389
+ $value: "#527386",
390
+ filePath: "data/tokens/components/container.json",
391
+ isSource: true,
392
+ original: {
393
+ $type: "color",
394
+ $value: "{modes.color.colorcode.slate.rich}",
395
+ },
396
+ name: "containerColorCalendarSlatePattern",
397
+ attributes: {},
398
+ path: ["container", "color", "calendar", "slate", "pattern"],
254
399
  },
255
- name: "containerColorScrollbarBgDefault",
256
- attributes: {},
257
- path: ["container", "color", "scrollbar", "bg-default"],
258
400
  },
259
- "fg-default": {
260
- $type: "color",
261
- $value: "#777",
262
- filePath: "data/tokens/components/container.json",
263
- isSource: true,
264
- original: {
401
+ gray: {
402
+ "bg-default": {
265
403
  $type: "color",
266
- $value: "{modes.color.generic.fg.moderate}",
404
+ $value: "#1b1b1b",
405
+ filePath: "data/tokens/components/container.json",
406
+ isSource: true,
407
+ original: {
408
+ $type: "color",
409
+ $value: "{modes.color.colorcode.gray.muted}",
410
+ },
411
+ name: "containerColorCalendarGrayBgDefault",
412
+ attributes: {},
413
+ path: ["container", "color", "calendar", "gray", "bg-default"],
267
414
  },
268
- name: "containerColorScrollbarFgDefault",
269
- attributes: {},
270
- path: ["container", "color", "scrollbar", "fg-default"],
271
- },
272
- },
273
- interactive: {
274
- detailedicon: {
275
- bg: {
415
+ pattern: {
276
416
  $type: "color",
277
- $value: "#00D639",
278
- $description: " ",
417
+ $value: "#6F6F6F",
279
418
  filePath: "data/tokens/components/container.json",
280
419
  isSource: true,
281
420
  original: {
282
421
  $type: "color",
283
- $value: "{modes.color.custom.default}",
284
- $description: " ",
422
+ $value: "{modes.color.colorcode.gray.rich}",
285
423
  },
286
- name: "containerColorInteractiveDetailediconBg",
424
+ name: "containerColorCalendarGrayPattern",
287
425
  attributes: {},
288
- path: ["container", "color", "interactive", "detailedicon", "bg"],
426
+ path: ["container", "color", "calendar", "gray", "pattern"],
289
427
  },
290
428
  },
429
+ },
430
+ interactive: {
291
431
  "bgFooter-activated": {
292
432
  $type: "color",
293
433
  $value: "#009023",
@@ -639,20 +779,192 @@
639
779
  attributes: {},
640
780
  path: ["container", "color", "interactive", "text-hover"],
641
781
  },
782
+ detailedicon: {
783
+ bg: {
784
+ $type: "color",
785
+ $value: "#00D639",
786
+ $description: " ",
787
+ filePath: "data/tokens/components/container.json",
788
+ isSource: true,
789
+ original: {
790
+ $type: "color",
791
+ $value: "{modes.color.custom.default}",
792
+ $description: " ",
793
+ },
794
+ name: "containerColorInteractiveDetailediconBg",
795
+ attributes: {},
796
+ path: ["container", "color", "interactive", "detailedicon", "bg"],
797
+ },
798
+ },
642
799
  },
643
- blockquote: {
644
- border: {
800
+ scrollbar: {
801
+ "bg-default": {
645
802
  $type: "color",
646
- $value: "#00D639",
803
+ $value: "#0e0e0e",
647
804
  filePath: "data/tokens/components/container.json",
648
805
  isSource: true,
649
806
  original: {
650
807
  $type: "color",
651
- $value: "{modes.color.interactive.primary.default}",
808
+ $value: "{modes.color.generic.bg.faint}",
652
809
  },
653
- name: "containerColorBlockquoteBorder",
810
+ name: "containerColorScrollbarBgDefault",
654
811
  attributes: {},
655
- path: ["container", "color", "blockquote", "border"],
812
+ path: ["container", "color", "scrollbar", "bg-default"],
813
+ },
814
+ "fg-default": {
815
+ $type: "color",
816
+ $value: "#777",
817
+ filePath: "data/tokens/components/container.json",
818
+ isSource: true,
819
+ original: {
820
+ $type: "color",
821
+ $value: "{modes.color.generic.fg.moderate}",
822
+ },
823
+ name: "containerColorScrollbarFgDefault",
824
+ attributes: {},
825
+ path: ["container", "color", "scrollbar", "fg-default"],
826
+ },
827
+ },
828
+ standard: {
829
+ "bg-alt": {
830
+ $type: "color",
831
+ $value: "#0e0e0e",
832
+ filePath: "data/tokens/components/container.json",
833
+ isSource: true,
834
+ original: {
835
+ $type: "color",
836
+ $value: "{modes.color.generic.bg.faint}",
837
+ },
838
+ name: "containerColorStandardBgAlt",
839
+ attributes: {},
840
+ path: ["container", "color", "standard", "bg-alt"],
841
+ },
842
+ "bg-default": {
843
+ $type: "color",
844
+ $value: "#000000",
845
+ filePath: "data/tokens/components/container.json",
846
+ isSource: true,
847
+ original: {
848
+ $type: "color",
849
+ $value: "{modes.color.generic.bg.nought}",
850
+ },
851
+ name: "containerColorStandardBgDefault",
852
+ attributes: {},
853
+ path: ["container", "color", "standard", "bg-default"],
854
+ },
855
+ "bgFooter-default": {
856
+ $type: "color",
857
+ $value: "#0e0e0e",
858
+ $description: "tile footer bg color ",
859
+ filePath: "data/tokens/components/container.json",
860
+ isSource: true,
861
+ original: {
862
+ $type: "color",
863
+ $value: "{modes.color.generic.bg.faint}",
864
+ $description: "tile footer bg color ",
865
+ },
866
+ name: "containerColorStandardBgFooterDefault",
867
+ attributes: {},
868
+ path: ["container", "color", "standard", "bgFooter-default"],
869
+ },
870
+ "border-active": {
871
+ $type: "color",
872
+ $value: "#FFFFFF",
873
+ filePath: "data/tokens/components/container.json",
874
+ isSource: true,
875
+ original: {
876
+ $type: "color",
877
+ $value: "{modes.color.interactive.monochrome.generic.active}",
878
+ },
879
+ name: "containerColorStandardBorderActive",
880
+ attributes: {},
881
+ path: ["container", "color", "standard", "border-active"],
882
+ },
883
+ "border-alt": {
884
+ $type: "color",
885
+ $value: "#4b4b4b",
886
+ filePath: "data/tokens/components/container.json",
887
+ isSource: true,
888
+ original: {
889
+ $type: "color",
890
+ $value: "{modes.color.generic.fg.soft}",
891
+ },
892
+ name: "containerColorStandardBorderAlt",
893
+ attributes: {},
894
+ path: ["container", "color", "standard", "border-alt"],
895
+ },
896
+ "border-default": {
897
+ $type: "color",
898
+ $value: "#181818",
899
+ filePath: "data/tokens/components/container.json",
900
+ isSource: true,
901
+ original: {
902
+ $type: "color",
903
+ $value: "{modes.color.generic.fg.faint}",
904
+ },
905
+ name: "containerColorStandardBorderDefault",
906
+ attributes: {},
907
+ path: ["container", "color", "standard", "border-default"],
908
+ },
909
+ dimmer: {
910
+ $type: "color",
911
+ $value: "#FFFFFF",
912
+ $description: "dimmed mask for dialogs",
913
+ filePath: "data/tokens/components/container.json",
914
+ isSource: true,
915
+ original: {
916
+ $type: "color",
917
+ $value: "{modes.color.interactive.inactive.mask}",
918
+ $description: "dimmed mask for dialogs",
919
+ },
920
+ name: "containerColorStandardDimmer",
921
+ attributes: {},
922
+ path: ["container", "color", "standard", "dimmer"],
923
+ },
924
+ icon: {
925
+ $type: "color",
926
+ $value: "#777",
927
+ $description: "Link preview image thumbnail",
928
+ filePath: "data/tokens/components/container.json",
929
+ isSource: true,
930
+ original: {
931
+ $type: "color",
932
+ $value: "{modes.color.generic.fg.moderate}",
933
+ $description: "Link preview image thumbnail",
934
+ },
935
+ name: "containerColorStandardIcon",
936
+ attributes: {},
937
+ path: ["container", "color", "standard", "icon"],
938
+ },
939
+ "text-alt": {
940
+ $type: "color",
941
+ $value: "#ffffff8c",
942
+ $description: "for subheadings etc",
943
+ filePath: "data/tokens/components/container.json",
944
+ isSource: true,
945
+ original: {
946
+ $type: "color",
947
+ $value: "{modes.color.generic.content.moderate}",
948
+ $description: "for subheadings etc",
949
+ },
950
+ name: "containerColorStandardTextAlt",
951
+ attributes: {},
952
+ path: ["container", "color", "standard", "text-alt"],
953
+ },
954
+ "text-default": {
955
+ $type: "color",
956
+ $value: "#fffffff2",
957
+ $description: "for headings, paragraph text etc ",
958
+ filePath: "data/tokens/components/container.json",
959
+ isSource: true,
960
+ original: {
961
+ $type: "color",
962
+ $value: "{modes.color.generic.content.harsh}",
963
+ $description: "for headings, paragraph text etc ",
964
+ },
965
+ name: "containerColorStandardTextDefault",
966
+ attributes: {},
967
+ path: ["container", "color", "standard", "text-default"],
656
968
  },
657
969
  },
658
970
  },