@sage/design-tokens 13.1.0 → 13.2.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 (574) hide show
  1. package/css/frozenproduct/all.css +55 -13
  2. package/css/frozenproduct/large/components/button.css +16 -7
  3. package/css/frozenproduct/large/components/focus.css +4 -0
  4. package/css/frozenproduct/large/components/link.css +2 -0
  5. package/css/frozenproduct/large/components/table.css +1 -0
  6. package/css/frozenproduct/large/dark.css +16 -3
  7. package/css/frozenproduct/large/light.css +16 -3
  8. package/css/frozenproduct/small/components/button.css +16 -7
  9. package/css/frozenproduct/small/components/focus.css +4 -0
  10. package/css/frozenproduct/small/components/link.css +2 -0
  11. package/css/frozenproduct/small/components/table.css +1 -0
  12. package/css/frozenproduct/small/dark.css +16 -3
  13. package/css/frozenproduct/small/light.css +16 -3
  14. package/css/marketing/all.css +55 -13
  15. package/css/marketing/large/components/button.css +16 -7
  16. package/css/marketing/large/components/focus.css +4 -0
  17. package/css/marketing/large/components/link.css +2 -0
  18. package/css/marketing/large/components/table.css +1 -0
  19. package/css/marketing/large/dark.css +16 -3
  20. package/css/marketing/large/light.css +16 -3
  21. package/css/marketing/small/components/button.css +16 -7
  22. package/css/marketing/small/components/focus.css +4 -0
  23. package/css/marketing/small/components/link.css +2 -0
  24. package/css/marketing/small/components/table.css +1 -0
  25. package/css/marketing/small/dark.css +16 -3
  26. package/css/marketing/small/light.css +16 -3
  27. package/css/product/all.css +55 -13
  28. package/css/product/large/components/button.css +16 -7
  29. package/css/product/large/components/focus.css +4 -0
  30. package/css/product/large/components/link.css +2 -0
  31. package/css/product/large/components/table.css +1 -0
  32. package/css/product/large/dark.css +16 -3
  33. package/css/product/large/light.css +16 -3
  34. package/css/product/small/components/button.css +16 -7
  35. package/css/product/small/components/focus.css +4 -0
  36. package/css/product/small/components/link.css +2 -0
  37. package/css/product/small/components/table.css +1 -0
  38. package/css/product/small/dark.css +16 -3
  39. package/css/product/small/light.css +16 -3
  40. package/ios/frozenproduct/large/dark/components/button.h +10 -1
  41. package/ios/frozenproduct/large/dark/components/focus.h +4 -0
  42. package/ios/frozenproduct/large/dark/components/link.h +2 -0
  43. package/ios/frozenproduct/large/dark/components/table.h +1 -0
  44. package/ios/frozenproduct/large/dark/mode.h +16 -3
  45. package/ios/frozenproduct/large/light/components/button.h +10 -1
  46. package/ios/frozenproduct/large/light/components/focus.h +4 -0
  47. package/ios/frozenproduct/large/light/components/link.h +2 -0
  48. package/ios/frozenproduct/large/light/components/table.h +1 -0
  49. package/ios/frozenproduct/large/light/mode.h +16 -3
  50. package/ios/frozenproduct/small/dark/components/button.h +10 -1
  51. package/ios/frozenproduct/small/dark/components/focus.h +4 -0
  52. package/ios/frozenproduct/small/dark/components/link.h +2 -0
  53. package/ios/frozenproduct/small/dark/components/table.h +1 -0
  54. package/ios/frozenproduct/small/dark/mode.h +16 -3
  55. package/ios/frozenproduct/small/light/components/button.h +10 -1
  56. package/ios/frozenproduct/small/light/components/focus.h +4 -0
  57. package/ios/frozenproduct/small/light/components/link.h +2 -0
  58. package/ios/frozenproduct/small/light/components/table.h +1 -0
  59. package/ios/frozenproduct/small/light/mode.h +16 -3
  60. package/ios/marketing/large/dark/components/button.h +10 -1
  61. package/ios/marketing/large/dark/components/focus.h +4 -0
  62. package/ios/marketing/large/dark/components/link.h +2 -0
  63. package/ios/marketing/large/dark/components/table.h +1 -0
  64. package/ios/marketing/large/dark/mode.h +16 -3
  65. package/ios/marketing/large/light/components/button.h +10 -1
  66. package/ios/marketing/large/light/components/focus.h +4 -0
  67. package/ios/marketing/large/light/components/link.h +2 -0
  68. package/ios/marketing/large/light/components/table.h +1 -0
  69. package/ios/marketing/large/light/mode.h +16 -3
  70. package/ios/marketing/small/dark/components/button.h +10 -1
  71. package/ios/marketing/small/dark/components/focus.h +4 -0
  72. package/ios/marketing/small/dark/components/link.h +2 -0
  73. package/ios/marketing/small/dark/components/table.h +1 -0
  74. package/ios/marketing/small/dark/mode.h +16 -3
  75. package/ios/marketing/small/light/components/button.h +10 -1
  76. package/ios/marketing/small/light/components/focus.h +4 -0
  77. package/ios/marketing/small/light/components/link.h +2 -0
  78. package/ios/marketing/small/light/components/table.h +1 -0
  79. package/ios/marketing/small/light/mode.h +16 -3
  80. package/ios/product/large/dark/components/button.h +10 -1
  81. package/ios/product/large/dark/components/focus.h +4 -0
  82. package/ios/product/large/dark/components/link.h +2 -0
  83. package/ios/product/large/dark/components/table.h +1 -0
  84. package/ios/product/large/dark/mode.h +16 -3
  85. package/ios/product/large/light/components/button.h +10 -1
  86. package/ios/product/large/light/components/focus.h +4 -0
  87. package/ios/product/large/light/components/link.h +2 -0
  88. package/ios/product/large/light/components/table.h +1 -0
  89. package/ios/product/large/light/mode.h +16 -3
  90. package/ios/product/small/dark/components/button.h +10 -1
  91. package/ios/product/small/dark/components/focus.h +4 -0
  92. package/ios/product/small/dark/components/link.h +2 -0
  93. package/ios/product/small/dark/components/table.h +1 -0
  94. package/ios/product/small/dark/mode.h +16 -3
  95. package/ios/product/small/light/components/button.h +10 -1
  96. package/ios/product/small/light/components/focus.h +4 -0
  97. package/ios/product/small/light/components/link.h +2 -0
  98. package/ios/product/small/light/components/table.h +1 -0
  99. package/ios/product/small/light/mode.h +16 -3
  100. package/js/common/frozenproduct/large/dark/components/button.d.ts +11 -0
  101. package/js/common/frozenproduct/large/dark/components/button.js +185 -1
  102. package/js/common/frozenproduct/large/dark/components/focus.d.ts +6 -0
  103. package/js/common/frozenproduct/large/dark/components/focus.js +54 -0
  104. package/js/common/frozenproduct/large/dark/components/link.d.ts +4 -0
  105. package/js/common/frozenproduct/large/dark/components/link.js +30 -0
  106. package/js/common/frozenproduct/large/dark/components/table.d.ts +1 -0
  107. package/js/common/frozenproduct/large/dark/components/table.js +15 -0
  108. package/js/common/frozenproduct/large/dark/mode.d.ts +19 -2
  109. package/js/common/frozenproduct/large/dark/mode.js +447 -26
  110. package/js/common/frozenproduct/large/light/components/button.d.ts +11 -0
  111. package/js/common/frozenproduct/large/light/components/button.js +185 -1
  112. package/js/common/frozenproduct/large/light/components/focus.d.ts +6 -0
  113. package/js/common/frozenproduct/large/light/components/focus.js +54 -0
  114. package/js/common/frozenproduct/large/light/components/link.d.ts +4 -0
  115. package/js/common/frozenproduct/large/light/components/link.js +30 -0
  116. package/js/common/frozenproduct/large/light/components/table.d.ts +1 -0
  117. package/js/common/frozenproduct/large/light/components/table.js +15 -0
  118. package/js/common/frozenproduct/large/light/mode.d.ts +19 -2
  119. package/js/common/frozenproduct/large/light/mode.js +452 -31
  120. package/js/common/frozenproduct/small/dark/components/button.d.ts +11 -0
  121. package/js/common/frozenproduct/small/dark/components/button.js +185 -1
  122. package/js/common/frozenproduct/small/dark/components/focus.d.ts +6 -0
  123. package/js/common/frozenproduct/small/dark/components/focus.js +54 -0
  124. package/js/common/frozenproduct/small/dark/components/link.d.ts +4 -0
  125. package/js/common/frozenproduct/small/dark/components/link.js +30 -0
  126. package/js/common/frozenproduct/small/dark/components/table.d.ts +1 -0
  127. package/js/common/frozenproduct/small/dark/components/table.js +15 -0
  128. package/js/common/frozenproduct/small/dark/mode.d.ts +19 -2
  129. package/js/common/frozenproduct/small/dark/mode.js +447 -26
  130. package/js/common/frozenproduct/small/light/components/button.d.ts +11 -0
  131. package/js/common/frozenproduct/small/light/components/button.js +185 -1
  132. package/js/common/frozenproduct/small/light/components/focus.d.ts +6 -0
  133. package/js/common/frozenproduct/small/light/components/focus.js +54 -0
  134. package/js/common/frozenproduct/small/light/components/link.d.ts +4 -0
  135. package/js/common/frozenproduct/small/light/components/link.js +30 -0
  136. package/js/common/frozenproduct/small/light/components/table.d.ts +1 -0
  137. package/js/common/frozenproduct/small/light/components/table.js +15 -0
  138. package/js/common/frozenproduct/small/light/mode.d.ts +19 -2
  139. package/js/common/frozenproduct/small/light/mode.js +452 -31
  140. package/js/common/marketing/large/dark/components/button.d.ts +11 -0
  141. package/js/common/marketing/large/dark/components/button.js +185 -1
  142. package/js/common/marketing/large/dark/components/focus.d.ts +6 -0
  143. package/js/common/marketing/large/dark/components/focus.js +54 -0
  144. package/js/common/marketing/large/dark/components/link.d.ts +4 -0
  145. package/js/common/marketing/large/dark/components/link.js +30 -0
  146. package/js/common/marketing/large/dark/components/table.d.ts +1 -0
  147. package/js/common/marketing/large/dark/components/table.js +15 -0
  148. package/js/common/marketing/large/dark/mode.d.ts +19 -2
  149. package/js/common/marketing/large/dark/mode.js +447 -26
  150. package/js/common/marketing/large/light/components/button.d.ts +11 -0
  151. package/js/common/marketing/large/light/components/button.js +185 -1
  152. package/js/common/marketing/large/light/components/focus.d.ts +6 -0
  153. package/js/common/marketing/large/light/components/focus.js +54 -0
  154. package/js/common/marketing/large/light/components/link.d.ts +4 -0
  155. package/js/common/marketing/large/light/components/link.js +30 -0
  156. package/js/common/marketing/large/light/components/table.d.ts +1 -0
  157. package/js/common/marketing/large/light/components/table.js +15 -0
  158. package/js/common/marketing/large/light/mode.d.ts +19 -2
  159. package/js/common/marketing/large/light/mode.js +452 -31
  160. package/js/common/marketing/small/dark/components/button.d.ts +11 -0
  161. package/js/common/marketing/small/dark/components/button.js +185 -1
  162. package/js/common/marketing/small/dark/components/focus.d.ts +6 -0
  163. package/js/common/marketing/small/dark/components/focus.js +54 -0
  164. package/js/common/marketing/small/dark/components/link.d.ts +4 -0
  165. package/js/common/marketing/small/dark/components/link.js +30 -0
  166. package/js/common/marketing/small/dark/components/table.d.ts +1 -0
  167. package/js/common/marketing/small/dark/components/table.js +15 -0
  168. package/js/common/marketing/small/dark/mode.d.ts +19 -2
  169. package/js/common/marketing/small/dark/mode.js +447 -26
  170. package/js/common/marketing/small/light/components/button.d.ts +11 -0
  171. package/js/common/marketing/small/light/components/button.js +185 -1
  172. package/js/common/marketing/small/light/components/focus.d.ts +6 -0
  173. package/js/common/marketing/small/light/components/focus.js +54 -0
  174. package/js/common/marketing/small/light/components/link.d.ts +4 -0
  175. package/js/common/marketing/small/light/components/link.js +30 -0
  176. package/js/common/marketing/small/light/components/table.d.ts +1 -0
  177. package/js/common/marketing/small/light/components/table.js +15 -0
  178. package/js/common/marketing/small/light/mode.d.ts +19 -2
  179. package/js/common/marketing/small/light/mode.js +452 -31
  180. package/js/common/product/large/dark/components/button.d.ts +11 -0
  181. package/js/common/product/large/dark/components/button.js +185 -1
  182. package/js/common/product/large/dark/components/focus.d.ts +6 -0
  183. package/js/common/product/large/dark/components/focus.js +54 -0
  184. package/js/common/product/large/dark/components/link.d.ts +4 -0
  185. package/js/common/product/large/dark/components/link.js +30 -0
  186. package/js/common/product/large/dark/components/table.d.ts +1 -0
  187. package/js/common/product/large/dark/components/table.js +15 -0
  188. package/js/common/product/large/dark/mode.d.ts +19 -2
  189. package/js/common/product/large/dark/mode.js +447 -26
  190. package/js/common/product/large/light/components/button.d.ts +11 -0
  191. package/js/common/product/large/light/components/button.js +185 -1
  192. package/js/common/product/large/light/components/focus.d.ts +6 -0
  193. package/js/common/product/large/light/components/focus.js +54 -0
  194. package/js/common/product/large/light/components/link.d.ts +4 -0
  195. package/js/common/product/large/light/components/link.js +30 -0
  196. package/js/common/product/large/light/components/table.d.ts +1 -0
  197. package/js/common/product/large/light/components/table.js +15 -0
  198. package/js/common/product/large/light/mode.d.ts +19 -2
  199. package/js/common/product/large/light/mode.js +452 -31
  200. package/js/common/product/small/dark/components/button.d.ts +11 -0
  201. package/js/common/product/small/dark/components/button.js +185 -1
  202. package/js/common/product/small/dark/components/focus.d.ts +6 -0
  203. package/js/common/product/small/dark/components/focus.js +54 -0
  204. package/js/common/product/small/dark/components/link.d.ts +4 -0
  205. package/js/common/product/small/dark/components/link.js +30 -0
  206. package/js/common/product/small/dark/components/table.d.ts +1 -0
  207. package/js/common/product/small/dark/components/table.js +15 -0
  208. package/js/common/product/small/dark/mode.d.ts +19 -2
  209. package/js/common/product/small/dark/mode.js +447 -26
  210. package/js/common/product/small/light/components/button.d.ts +11 -0
  211. package/js/common/product/small/light/components/button.js +185 -1
  212. package/js/common/product/small/light/components/focus.d.ts +6 -0
  213. package/js/common/product/small/light/components/focus.js +54 -0
  214. package/js/common/product/small/light/components/link.d.ts +4 -0
  215. package/js/common/product/small/light/components/link.js +30 -0
  216. package/js/common/product/small/light/components/table.d.ts +1 -0
  217. package/js/common/product/small/light/components/table.js +15 -0
  218. package/js/common/product/small/light/mode.d.ts +19 -2
  219. package/js/common/product/small/light/mode.js +452 -31
  220. package/js/es6/frozenproduct/large/dark/components/button.d.ts +9 -0
  221. package/js/es6/frozenproduct/large/dark/components/button.js +10 -1
  222. package/js/es6/frozenproduct/large/dark/components/focus.d.ts +4 -0
  223. package/js/es6/frozenproduct/large/dark/components/focus.js +4 -0
  224. package/js/es6/frozenproduct/large/dark/components/link.d.ts +2 -0
  225. package/js/es6/frozenproduct/large/dark/components/link.js +2 -0
  226. package/js/es6/frozenproduct/large/dark/components/table.d.ts +1 -0
  227. package/js/es6/frozenproduct/large/dark/components/table.js +1 -0
  228. package/js/es6/frozenproduct/large/dark/mode.d.ts +15 -2
  229. package/js/es6/frozenproduct/large/dark/mode.js +16 -3
  230. package/js/es6/frozenproduct/large/light/components/button.d.ts +9 -0
  231. package/js/es6/frozenproduct/large/light/components/button.js +10 -1
  232. package/js/es6/frozenproduct/large/light/components/focus.d.ts +4 -0
  233. package/js/es6/frozenproduct/large/light/components/focus.js +4 -0
  234. package/js/es6/frozenproduct/large/light/components/link.d.ts +2 -0
  235. package/js/es6/frozenproduct/large/light/components/link.js +2 -0
  236. package/js/es6/frozenproduct/large/light/components/table.d.ts +1 -0
  237. package/js/es6/frozenproduct/large/light/components/table.js +1 -0
  238. package/js/es6/frozenproduct/large/light/mode.d.ts +15 -2
  239. package/js/es6/frozenproduct/large/light/mode.js +16 -3
  240. package/js/es6/frozenproduct/small/dark/components/button.d.ts +9 -0
  241. package/js/es6/frozenproduct/small/dark/components/button.js +10 -1
  242. package/js/es6/frozenproduct/small/dark/components/focus.d.ts +4 -0
  243. package/js/es6/frozenproduct/small/dark/components/focus.js +4 -0
  244. package/js/es6/frozenproduct/small/dark/components/link.d.ts +2 -0
  245. package/js/es6/frozenproduct/small/dark/components/link.js +2 -0
  246. package/js/es6/frozenproduct/small/dark/components/table.d.ts +1 -0
  247. package/js/es6/frozenproduct/small/dark/components/table.js +1 -0
  248. package/js/es6/frozenproduct/small/dark/mode.d.ts +15 -2
  249. package/js/es6/frozenproduct/small/dark/mode.js +16 -3
  250. package/js/es6/frozenproduct/small/light/components/button.d.ts +9 -0
  251. package/js/es6/frozenproduct/small/light/components/button.js +10 -1
  252. package/js/es6/frozenproduct/small/light/components/focus.d.ts +4 -0
  253. package/js/es6/frozenproduct/small/light/components/focus.js +4 -0
  254. package/js/es6/frozenproduct/small/light/components/link.d.ts +2 -0
  255. package/js/es6/frozenproduct/small/light/components/link.js +2 -0
  256. package/js/es6/frozenproduct/small/light/components/table.d.ts +1 -0
  257. package/js/es6/frozenproduct/small/light/components/table.js +1 -0
  258. package/js/es6/frozenproduct/small/light/mode.d.ts +15 -2
  259. package/js/es6/frozenproduct/small/light/mode.js +16 -3
  260. package/js/es6/marketing/large/dark/components/button.d.ts +9 -0
  261. package/js/es6/marketing/large/dark/components/button.js +10 -1
  262. package/js/es6/marketing/large/dark/components/focus.d.ts +4 -0
  263. package/js/es6/marketing/large/dark/components/focus.js +4 -0
  264. package/js/es6/marketing/large/dark/components/link.d.ts +2 -0
  265. package/js/es6/marketing/large/dark/components/link.js +2 -0
  266. package/js/es6/marketing/large/dark/components/table.d.ts +1 -0
  267. package/js/es6/marketing/large/dark/components/table.js +1 -0
  268. package/js/es6/marketing/large/dark/mode.d.ts +15 -2
  269. package/js/es6/marketing/large/dark/mode.js +16 -3
  270. package/js/es6/marketing/large/light/components/button.d.ts +9 -0
  271. package/js/es6/marketing/large/light/components/button.js +10 -1
  272. package/js/es6/marketing/large/light/components/focus.d.ts +4 -0
  273. package/js/es6/marketing/large/light/components/focus.js +4 -0
  274. package/js/es6/marketing/large/light/components/link.d.ts +2 -0
  275. package/js/es6/marketing/large/light/components/link.js +2 -0
  276. package/js/es6/marketing/large/light/components/table.d.ts +1 -0
  277. package/js/es6/marketing/large/light/components/table.js +1 -0
  278. package/js/es6/marketing/large/light/mode.d.ts +15 -2
  279. package/js/es6/marketing/large/light/mode.js +16 -3
  280. package/js/es6/marketing/small/dark/components/button.d.ts +9 -0
  281. package/js/es6/marketing/small/dark/components/button.js +10 -1
  282. package/js/es6/marketing/small/dark/components/focus.d.ts +4 -0
  283. package/js/es6/marketing/small/dark/components/focus.js +4 -0
  284. package/js/es6/marketing/small/dark/components/link.d.ts +2 -0
  285. package/js/es6/marketing/small/dark/components/link.js +2 -0
  286. package/js/es6/marketing/small/dark/components/table.d.ts +1 -0
  287. package/js/es6/marketing/small/dark/components/table.js +1 -0
  288. package/js/es6/marketing/small/dark/mode.d.ts +15 -2
  289. package/js/es6/marketing/small/dark/mode.js +16 -3
  290. package/js/es6/marketing/small/light/components/button.d.ts +9 -0
  291. package/js/es6/marketing/small/light/components/button.js +10 -1
  292. package/js/es6/marketing/small/light/components/focus.d.ts +4 -0
  293. package/js/es6/marketing/small/light/components/focus.js +4 -0
  294. package/js/es6/marketing/small/light/components/link.d.ts +2 -0
  295. package/js/es6/marketing/small/light/components/link.js +2 -0
  296. package/js/es6/marketing/small/light/components/table.d.ts +1 -0
  297. package/js/es6/marketing/small/light/components/table.js +1 -0
  298. package/js/es6/marketing/small/light/mode.d.ts +15 -2
  299. package/js/es6/marketing/small/light/mode.js +16 -3
  300. package/js/es6/product/large/dark/components/button.d.ts +9 -0
  301. package/js/es6/product/large/dark/components/button.js +10 -1
  302. package/js/es6/product/large/dark/components/focus.d.ts +4 -0
  303. package/js/es6/product/large/dark/components/focus.js +4 -0
  304. package/js/es6/product/large/dark/components/link.d.ts +2 -0
  305. package/js/es6/product/large/dark/components/link.js +2 -0
  306. package/js/es6/product/large/dark/components/table.d.ts +1 -0
  307. package/js/es6/product/large/dark/components/table.js +1 -0
  308. package/js/es6/product/large/dark/mode.d.ts +15 -2
  309. package/js/es6/product/large/dark/mode.js +16 -3
  310. package/js/es6/product/large/light/components/button.d.ts +9 -0
  311. package/js/es6/product/large/light/components/button.js +10 -1
  312. package/js/es6/product/large/light/components/focus.d.ts +4 -0
  313. package/js/es6/product/large/light/components/focus.js +4 -0
  314. package/js/es6/product/large/light/components/link.d.ts +2 -0
  315. package/js/es6/product/large/light/components/link.js +2 -0
  316. package/js/es6/product/large/light/components/table.d.ts +1 -0
  317. package/js/es6/product/large/light/components/table.js +1 -0
  318. package/js/es6/product/large/light/mode.d.ts +15 -2
  319. package/js/es6/product/large/light/mode.js +16 -3
  320. package/js/es6/product/small/dark/components/button.d.ts +9 -0
  321. package/js/es6/product/small/dark/components/button.js +10 -1
  322. package/js/es6/product/small/dark/components/focus.d.ts +4 -0
  323. package/js/es6/product/small/dark/components/focus.js +4 -0
  324. package/js/es6/product/small/dark/components/link.d.ts +2 -0
  325. package/js/es6/product/small/dark/components/link.js +2 -0
  326. package/js/es6/product/small/dark/components/table.d.ts +1 -0
  327. package/js/es6/product/small/dark/components/table.js +1 -0
  328. package/js/es6/product/small/dark/mode.d.ts +15 -2
  329. package/js/es6/product/small/dark/mode.js +16 -3
  330. package/js/es6/product/small/light/components/button.d.ts +9 -0
  331. package/js/es6/product/small/light/components/button.js +10 -1
  332. package/js/es6/product/small/light/components/focus.d.ts +4 -0
  333. package/js/es6/product/small/light/components/focus.js +4 -0
  334. package/js/es6/product/small/light/components/link.d.ts +2 -0
  335. package/js/es6/product/small/light/components/link.js +2 -0
  336. package/js/es6/product/small/light/components/table.d.ts +1 -0
  337. package/js/es6/product/small/light/components/table.js +1 -0
  338. package/js/es6/product/small/light/mode.d.ts +15 -2
  339. package/js/es6/product/small/light/mode.js +16 -3
  340. package/js/umd/frozenproduct/large/dark/components/button.js +190 -1
  341. package/js/umd/frozenproduct/large/dark/components/focus.js +54 -0
  342. package/js/umd/frozenproduct/large/dark/components/link.js +36 -0
  343. package/js/umd/frozenproduct/large/dark/components/table.js +15 -0
  344. package/js/umd/frozenproduct/large/dark/mode.js +447 -26
  345. package/js/umd/frozenproduct/large/light/components/button.js +190 -1
  346. package/js/umd/frozenproduct/large/light/components/focus.js +54 -0
  347. package/js/umd/frozenproduct/large/light/components/link.js +36 -0
  348. package/js/umd/frozenproduct/large/light/components/table.js +15 -0
  349. package/js/umd/frozenproduct/large/light/mode.js +452 -31
  350. package/js/umd/frozenproduct/small/dark/components/button.js +190 -1
  351. package/js/umd/frozenproduct/small/dark/components/focus.js +54 -0
  352. package/js/umd/frozenproduct/small/dark/components/link.js +36 -0
  353. package/js/umd/frozenproduct/small/dark/components/table.js +15 -0
  354. package/js/umd/frozenproduct/small/dark/mode.js +447 -26
  355. package/js/umd/frozenproduct/small/light/components/button.js +190 -1
  356. package/js/umd/frozenproduct/small/light/components/focus.js +54 -0
  357. package/js/umd/frozenproduct/small/light/components/link.js +36 -0
  358. package/js/umd/frozenproduct/small/light/components/table.js +15 -0
  359. package/js/umd/frozenproduct/small/light/mode.js +452 -31
  360. package/js/umd/marketing/large/dark/components/button.js +190 -1
  361. package/js/umd/marketing/large/dark/components/focus.js +54 -0
  362. package/js/umd/marketing/large/dark/components/link.js +36 -0
  363. package/js/umd/marketing/large/dark/components/table.js +15 -0
  364. package/js/umd/marketing/large/dark/mode.js +447 -26
  365. package/js/umd/marketing/large/light/components/button.js +190 -1
  366. package/js/umd/marketing/large/light/components/focus.js +54 -0
  367. package/js/umd/marketing/large/light/components/link.js +36 -0
  368. package/js/umd/marketing/large/light/components/table.js +15 -0
  369. package/js/umd/marketing/large/light/mode.js +452 -31
  370. package/js/umd/marketing/small/dark/components/button.js +190 -1
  371. package/js/umd/marketing/small/dark/components/focus.js +54 -0
  372. package/js/umd/marketing/small/dark/components/link.js +36 -0
  373. package/js/umd/marketing/small/dark/components/table.js +15 -0
  374. package/js/umd/marketing/small/dark/mode.js +447 -26
  375. package/js/umd/marketing/small/light/components/button.js +190 -1
  376. package/js/umd/marketing/small/light/components/focus.js +54 -0
  377. package/js/umd/marketing/small/light/components/link.js +36 -0
  378. package/js/umd/marketing/small/light/components/table.js +15 -0
  379. package/js/umd/marketing/small/light/mode.js +452 -31
  380. package/js/umd/product/large/dark/components/button.js +190 -1
  381. package/js/umd/product/large/dark/components/focus.js +54 -0
  382. package/js/umd/product/large/dark/components/link.js +36 -0
  383. package/js/umd/product/large/dark/components/table.js +15 -0
  384. package/js/umd/product/large/dark/mode.js +447 -26
  385. package/js/umd/product/large/light/components/button.js +190 -1
  386. package/js/umd/product/large/light/components/focus.js +54 -0
  387. package/js/umd/product/large/light/components/link.js +36 -0
  388. package/js/umd/product/large/light/components/table.js +15 -0
  389. package/js/umd/product/large/light/mode.js +452 -31
  390. package/js/umd/product/small/dark/components/button.js +190 -1
  391. package/js/umd/product/small/dark/components/focus.js +54 -0
  392. package/js/umd/product/small/dark/components/link.js +36 -0
  393. package/js/umd/product/small/dark/components/table.js +15 -0
  394. package/js/umd/product/small/dark/mode.js +447 -26
  395. package/js/umd/product/small/light/components/button.js +190 -1
  396. package/js/umd/product/small/light/components/focus.js +54 -0
  397. package/js/umd/product/small/light/components/link.js +36 -0
  398. package/js/umd/product/small/light/components/table.js +15 -0
  399. package/js/umd/product/small/light/mode.js +452 -31
  400. package/json/flat/frozenproduct/large/dark/components/button.json +10 -1
  401. package/json/flat/frozenproduct/large/dark/components/focus.json +4 -0
  402. package/json/flat/frozenproduct/large/dark/components/link.json +2 -0
  403. package/json/flat/frozenproduct/large/dark/components/table.json +1 -0
  404. package/json/flat/frozenproduct/large/dark/mode.json +16 -3
  405. package/json/flat/frozenproduct/large/light/components/button.json +10 -1
  406. package/json/flat/frozenproduct/large/light/components/focus.json +4 -0
  407. package/json/flat/frozenproduct/large/light/components/link.json +2 -0
  408. package/json/flat/frozenproduct/large/light/components/table.json +1 -0
  409. package/json/flat/frozenproduct/large/light/mode.json +16 -3
  410. package/json/flat/frozenproduct/small/dark/components/button.json +10 -1
  411. package/json/flat/frozenproduct/small/dark/components/focus.json +4 -0
  412. package/json/flat/frozenproduct/small/dark/components/link.json +2 -0
  413. package/json/flat/frozenproduct/small/dark/components/table.json +1 -0
  414. package/json/flat/frozenproduct/small/dark/mode.json +16 -3
  415. package/json/flat/frozenproduct/small/light/components/button.json +10 -1
  416. package/json/flat/frozenproduct/small/light/components/focus.json +4 -0
  417. package/json/flat/frozenproduct/small/light/components/link.json +2 -0
  418. package/json/flat/frozenproduct/small/light/components/table.json +1 -0
  419. package/json/flat/frozenproduct/small/light/mode.json +16 -3
  420. package/json/flat/marketing/large/dark/components/button.json +10 -1
  421. package/json/flat/marketing/large/dark/components/focus.json +4 -0
  422. package/json/flat/marketing/large/dark/components/link.json +2 -0
  423. package/json/flat/marketing/large/dark/components/table.json +1 -0
  424. package/json/flat/marketing/large/dark/mode.json +16 -3
  425. package/json/flat/marketing/large/light/components/button.json +10 -1
  426. package/json/flat/marketing/large/light/components/focus.json +4 -0
  427. package/json/flat/marketing/large/light/components/link.json +2 -0
  428. package/json/flat/marketing/large/light/components/table.json +1 -0
  429. package/json/flat/marketing/large/light/mode.json +16 -3
  430. package/json/flat/marketing/small/dark/components/button.json +10 -1
  431. package/json/flat/marketing/small/dark/components/focus.json +4 -0
  432. package/json/flat/marketing/small/dark/components/link.json +2 -0
  433. package/json/flat/marketing/small/dark/components/table.json +1 -0
  434. package/json/flat/marketing/small/dark/mode.json +16 -3
  435. package/json/flat/marketing/small/light/components/button.json +10 -1
  436. package/json/flat/marketing/small/light/components/focus.json +4 -0
  437. package/json/flat/marketing/small/light/components/link.json +2 -0
  438. package/json/flat/marketing/small/light/components/table.json +1 -0
  439. package/json/flat/marketing/small/light/mode.json +16 -3
  440. package/json/flat/product/large/dark/components/button.json +10 -1
  441. package/json/flat/product/large/dark/components/focus.json +4 -0
  442. package/json/flat/product/large/dark/components/link.json +2 -0
  443. package/json/flat/product/large/dark/components/table.json +1 -0
  444. package/json/flat/product/large/dark/mode.json +16 -3
  445. package/json/flat/product/large/light/components/button.json +10 -1
  446. package/json/flat/product/large/light/components/focus.json +4 -0
  447. package/json/flat/product/large/light/components/link.json +2 -0
  448. package/json/flat/product/large/light/components/table.json +1 -0
  449. package/json/flat/product/large/light/mode.json +16 -3
  450. package/json/flat/product/small/dark/components/button.json +10 -1
  451. package/json/flat/product/small/dark/components/focus.json +4 -0
  452. package/json/flat/product/small/dark/components/link.json +2 -0
  453. package/json/flat/product/small/dark/components/table.json +1 -0
  454. package/json/flat/product/small/dark/mode.json +16 -3
  455. package/json/flat/product/small/light/components/button.json +10 -1
  456. package/json/flat/product/small/light/components/focus.json +4 -0
  457. package/json/flat/product/small/light/components/link.json +2 -0
  458. package/json/flat/product/small/light/components/table.json +1 -0
  459. package/json/flat/product/small/light/mode.json +16 -3
  460. package/json/nested/frozenproduct/large/dark/components/button.json +13 -2
  461. package/json/nested/frozenproduct/large/dark/components/focus.json +7 -1
  462. package/json/nested/frozenproduct/large/dark/components/link.json +5 -1
  463. package/json/nested/frozenproduct/large/dark/components/table.json +1 -0
  464. package/json/nested/frozenproduct/large/dark/mode.json +22 -5
  465. package/json/nested/frozenproduct/large/light/components/button.json +13 -2
  466. package/json/nested/frozenproduct/large/light/components/focus.json +7 -1
  467. package/json/nested/frozenproduct/large/light/components/link.json +5 -1
  468. package/json/nested/frozenproduct/large/light/components/table.json +1 -0
  469. package/json/nested/frozenproduct/large/light/mode.json +22 -5
  470. package/json/nested/frozenproduct/small/dark/components/button.json +13 -2
  471. package/json/nested/frozenproduct/small/dark/components/focus.json +7 -1
  472. package/json/nested/frozenproduct/small/dark/components/link.json +5 -1
  473. package/json/nested/frozenproduct/small/dark/components/table.json +1 -0
  474. package/json/nested/frozenproduct/small/dark/mode.json +22 -5
  475. package/json/nested/frozenproduct/small/light/components/button.json +13 -2
  476. package/json/nested/frozenproduct/small/light/components/focus.json +7 -1
  477. package/json/nested/frozenproduct/small/light/components/link.json +5 -1
  478. package/json/nested/frozenproduct/small/light/components/table.json +1 -0
  479. package/json/nested/frozenproduct/small/light/mode.json +22 -5
  480. package/json/nested/marketing/large/dark/components/button.json +13 -2
  481. package/json/nested/marketing/large/dark/components/focus.json +7 -1
  482. package/json/nested/marketing/large/dark/components/link.json +5 -1
  483. package/json/nested/marketing/large/dark/components/table.json +1 -0
  484. package/json/nested/marketing/large/dark/mode.json +22 -5
  485. package/json/nested/marketing/large/light/components/button.json +13 -2
  486. package/json/nested/marketing/large/light/components/focus.json +7 -1
  487. package/json/nested/marketing/large/light/components/link.json +5 -1
  488. package/json/nested/marketing/large/light/components/table.json +1 -0
  489. package/json/nested/marketing/large/light/mode.json +22 -5
  490. package/json/nested/marketing/small/dark/components/button.json +13 -2
  491. package/json/nested/marketing/small/dark/components/focus.json +7 -1
  492. package/json/nested/marketing/small/dark/components/link.json +5 -1
  493. package/json/nested/marketing/small/dark/components/table.json +1 -0
  494. package/json/nested/marketing/small/dark/mode.json +22 -5
  495. package/json/nested/marketing/small/light/components/button.json +13 -2
  496. package/json/nested/marketing/small/light/components/focus.json +7 -1
  497. package/json/nested/marketing/small/light/components/link.json +5 -1
  498. package/json/nested/marketing/small/light/components/table.json +1 -0
  499. package/json/nested/marketing/small/light/mode.json +22 -5
  500. package/json/nested/product/large/dark/components/button.json +13 -2
  501. package/json/nested/product/large/dark/components/focus.json +7 -1
  502. package/json/nested/product/large/dark/components/link.json +5 -1
  503. package/json/nested/product/large/dark/components/table.json +1 -0
  504. package/json/nested/product/large/dark/mode.json +22 -5
  505. package/json/nested/product/large/light/components/button.json +13 -2
  506. package/json/nested/product/large/light/components/focus.json +7 -1
  507. package/json/nested/product/large/light/components/link.json +5 -1
  508. package/json/nested/product/large/light/components/table.json +1 -0
  509. package/json/nested/product/large/light/mode.json +22 -5
  510. package/json/nested/product/small/dark/components/button.json +13 -2
  511. package/json/nested/product/small/dark/components/focus.json +7 -1
  512. package/json/nested/product/small/dark/components/link.json +5 -1
  513. package/json/nested/product/small/dark/components/table.json +1 -0
  514. package/json/nested/product/small/dark/mode.json +22 -5
  515. package/json/nested/product/small/light/components/button.json +13 -2
  516. package/json/nested/product/small/light/components/focus.json +7 -1
  517. package/json/nested/product/small/light/components/link.json +5 -1
  518. package/json/nested/product/small/light/components/table.json +1 -0
  519. package/json/nested/product/small/light/mode.json +22 -5
  520. package/package.json +1 -1
  521. package/sage-design-tokens-13.2.0.tgz +0 -0
  522. package/scss/frozenproduct/large/components/button.scss +16 -7
  523. package/scss/frozenproduct/large/components/focus.scss +4 -0
  524. package/scss/frozenproduct/large/components/link.scss +2 -0
  525. package/scss/frozenproduct/large/components/table.scss +1 -0
  526. package/scss/frozenproduct/large/dark.scss +16 -3
  527. package/scss/frozenproduct/large/light.scss +16 -3
  528. package/scss/frozenproduct/small/components/button.scss +16 -7
  529. package/scss/frozenproduct/small/components/focus.scss +4 -0
  530. package/scss/frozenproduct/small/components/link.scss +2 -0
  531. package/scss/frozenproduct/small/components/table.scss +1 -0
  532. package/scss/frozenproduct/small/dark.scss +16 -3
  533. package/scss/frozenproduct/small/light.scss +16 -3
  534. package/scss/marketing/large/components/button.scss +27 -18
  535. package/scss/marketing/large/components/container.scss +9 -9
  536. package/scss/marketing/large/components/focus.scss +4 -0
  537. package/scss/marketing/large/components/form.scss +7 -7
  538. package/scss/marketing/large/components/link.scss +4 -2
  539. package/scss/marketing/large/components/nav.scss +5 -5
  540. package/scss/marketing/large/components/page.scss +1 -1
  541. package/scss/marketing/large/components/popover.scss +2 -2
  542. package/scss/marketing/large/components/progress.scss +6 -6
  543. package/scss/marketing/large/components/status.scss +3 -3
  544. package/scss/marketing/large/components/tab.scss +7 -7
  545. package/scss/marketing/large/components/table.scss +11 -10
  546. package/scss/marketing/large/dark.scss +16 -3
  547. package/scss/marketing/large/light.scss +16 -3
  548. package/scss/marketing/small/components/button.scss +16 -7
  549. package/scss/marketing/small/components/focus.scss +4 -0
  550. package/scss/marketing/small/components/link.scss +2 -0
  551. package/scss/marketing/small/components/table.scss +1 -0
  552. package/scss/marketing/small/dark.scss +16 -3
  553. package/scss/marketing/small/light.scss +16 -3
  554. package/scss/product/large/components/button.scss +27 -18
  555. package/scss/product/large/components/container.scss +9 -9
  556. package/scss/product/large/components/focus.scss +4 -0
  557. package/scss/product/large/components/form.scss +7 -7
  558. package/scss/product/large/components/link.scss +4 -2
  559. package/scss/product/large/components/nav.scss +5 -5
  560. package/scss/product/large/components/page.scss +1 -1
  561. package/scss/product/large/components/popover.scss +2 -2
  562. package/scss/product/large/components/progress.scss +6 -6
  563. package/scss/product/large/components/status.scss +3 -3
  564. package/scss/product/large/components/tab.scss +7 -7
  565. package/scss/product/large/components/table.scss +11 -10
  566. package/scss/product/large/dark.scss +16 -3
  567. package/scss/product/large/light.scss +16 -3
  568. package/scss/product/small/components/button.scss +16 -7
  569. package/scss/product/small/components/focus.scss +4 -0
  570. package/scss/product/small/components/link.scss +2 -0
  571. package/scss/product/small/components/table.scss +1 -0
  572. package/scss/product/small/dark.scss +16 -3
  573. package/scss/product/small/light.scss +16 -3
  574. package/sage-design-tokens-13.1.0.tgz +0 -0
@@ -3,7 +3,11 @@
3
3
  "color": {
4
4
  "destructive": {
5
5
  "label-default": "#e85b66",
6
- "label-hover": "#ec6a71"
6
+ "label-hover": "#ec6a71",
7
+ "inverse": {
8
+ "label-default": "#b23342",
9
+ "label-hover": "#a3303d"
10
+ }
7
11
  },
8
12
  "typical": {
9
13
  "label-default": "#4cdc55",
@@ -126,6 +126,7 @@
126
126
  },
127
127
  "space": {
128
128
  "none": 0,
129
+ "yg": 4,
129
130
  "row": {
130
131
  "x": {
131
132
  "XS": 8,
@@ -117,10 +117,20 @@
117
117
  "default": "#E13E53",
118
118
  "defaultAlt": "#e85b66",
119
119
  "hover": "#eb646c",
120
- "hoverAlt": "#3f1a1c",
120
+ "hoverAlt": "#e13e5314",
121
121
  "hoverAlt2": "#ec6a71",
122
122
  "withActive": "#000000",
123
- "withDefault": "#000000"
123
+ "withDefault": "#000000",
124
+ "inverse": {
125
+ "active": "#882b34",
126
+ "default": "#CD384B",
127
+ "defaultAlt": "#b23342",
128
+ "hover": "#aa323f",
129
+ "hoverAlt": "#cd384b14",
130
+ "hoverAlt2": "#a3303d",
131
+ "withActive": "#FFFFFF",
132
+ "withDefault": "#FFFFFF"
133
+ }
124
134
  },
125
135
  "dataEntry": {
126
136
  "default": "#000000",
@@ -137,10 +147,16 @@
137
147
  }
138
148
  },
139
149
  "focus": {
140
- "withDefault": "#000000",
150
+ "default": "#FFB500",
141
151
  "content": "#FFFFFF",
152
+ "withDefault": "#000000",
142
153
  "withDefaultAlt": "#926916",
143
- "default": "#FFB500"
154
+ "inverse": {
155
+ "default": "#000000",
156
+ "content": "#000000",
157
+ "withDefault": "#FFB500",
158
+ "withDefaultAlt": "#ffd27e"
159
+ }
144
160
  },
145
161
  "inactive": {
146
162
  "default": "#4b4b4b",
@@ -155,7 +171,8 @@
155
171
  },
156
172
  "inverse": {
157
173
  "default": "#a6a6a6",
158
- "content": "#0000006b"
174
+ "content": "#0000006b",
175
+ "contentAlt": "#FFFFFF"
159
176
  }
160
177
  },
161
178
  "monochrome": {
@@ -260,7 +260,7 @@
260
260
  "label-hover": "#FFFFFF"
261
261
  },
262
262
  "secondary": {
263
- "bg-hover": "#f9d1cf",
263
+ "bg-hover": "#cd384b14",
264
264
  "border-disabled": "#a6a6a6",
265
265
  "border-enabled": "#CD384B",
266
266
  "border-hover": "#aa323f",
@@ -279,7 +279,18 @@
279
279
  "label-active": "#FFFFFF",
280
280
  "label-disabled": "#FFFFFF",
281
281
  "label-enabled": "#FFFFFF",
282
- "label-hover": "#FFFFFF"
282
+ "label-hover": "#FFFFFF",
283
+ "inverse": {
284
+ "bg-active": "#81e57d",
285
+ "bg-default": "#000000",
286
+ "bg-disabled": "#4b4b4b",
287
+ "bg-enabled": "#00D639",
288
+ "bg-hover": "#58de5d",
289
+ "label-active": "#000000",
290
+ "label-disabled": "#000000",
291
+ "label-enabled": "#000000",
292
+ "label-hover": "#000000"
293
+ }
283
294
  },
284
295
  "secondary": {
285
296
  "bg-active": "#00811f52",
@@ -4,7 +4,13 @@
4
4
  "bg": "#ffd27e",
5
5
  "borderalt": "#000000",
6
6
  "border": "#FFB500",
7
- "label": "#000000"
7
+ "label": "#000000",
8
+ "inverse": {
9
+ "bg": "#926916",
10
+ "borderalt": "#FFB500",
11
+ "border": "#000000",
12
+ "label": "#FFFFFF"
13
+ }
8
14
  },
9
15
  "size": {
10
16
  "underline": 4
@@ -3,7 +3,11 @@
3
3
  "color": {
4
4
  "destructive": {
5
5
  "label-default": "#b23342",
6
- "label-hover": "#a3303d"
6
+ "label-hover": "#a3303d",
7
+ "inverse": {
8
+ "label-default": "#e85b66",
9
+ "label-hover": "#ec6a71"
10
+ }
7
11
  },
8
12
  "typical": {
9
13
  "label-default": "#0c711d",
@@ -126,6 +126,7 @@
126
126
  },
127
127
  "space": {
128
128
  "none": 0,
129
+ "yg": 4,
129
130
  "row": {
130
131
  "x": {
131
132
  "XS": 8,
@@ -117,10 +117,20 @@
117
117
  "default": "#CD384B",
118
118
  "defaultAlt": "#b23342",
119
119
  "hover": "#aa323f",
120
- "hoverAlt": "#f9d1cf",
120
+ "hoverAlt": "#cd384b14",
121
121
  "hoverAlt2": "#a3303d",
122
122
  "withActive": "#FFFFFF",
123
- "withDefault": "#FFFFFF"
123
+ "withDefault": "#FFFFFF",
124
+ "inverse": {
125
+ "active": "#f28486",
126
+ "default": "#E13E53",
127
+ "defaultAlt": "#e85b66",
128
+ "hover": "#eb646c",
129
+ "hoverAlt": "#e13e5314",
130
+ "hoverAlt2": "#ec6a71",
131
+ "withActive": "#000000",
132
+ "withDefault": "#000000"
133
+ }
124
134
  },
125
135
  "dataEntry": {
126
136
  "default": "#FFFFFF",
@@ -137,10 +147,16 @@
137
147
  }
138
148
  },
139
149
  "focus": {
150
+ "default": "#000000",
151
+ "content": "#000000",
140
152
  "withDefault": "#FFB500",
141
153
  "withDefaultAlt": "#ffd27e",
142
- "default": "#000000",
143
- "content": "#000000"
154
+ "inverse": {
155
+ "default": "#FFB500",
156
+ "content": "#FFFFFF",
157
+ "withDefault": "#000000",
158
+ "withDefaultAlt": "#926916"
159
+ }
144
160
  },
145
161
  "inactive": {
146
162
  "default": "#a6a6a6",
@@ -155,7 +171,8 @@
155
171
  },
156
172
  "inverse": {
157
173
  "default": "#4b4b4b",
158
- "content": "#ffffff6b"
174
+ "content": "#ffffff6b",
175
+ "contentAlt": "#000000"
159
176
  }
160
177
  },
161
178
  "monochrome": {
@@ -260,7 +260,7 @@
260
260
  "label-hover": "#000000"
261
261
  },
262
262
  "secondary": {
263
- "bg-hover": "#3f1a1c",
263
+ "bg-hover": "#e13e5314",
264
264
  "border-disabled": "#4b4b4b",
265
265
  "border-enabled": "#E13E53",
266
266
  "border-hover": "#eb646c",
@@ -279,7 +279,18 @@
279
279
  "label-active": "#000000",
280
280
  "label-disabled": "#000000",
281
281
  "label-enabled": "#000000",
282
- "label-hover": "#000000"
282
+ "label-hover": "#000000",
283
+ "inverse": {
284
+ "bg-active": "#14571a",
285
+ "bg-default": "#FFFFFF",
286
+ "bg-disabled": "#a6a6a6",
287
+ "bg-enabled": "#00811F",
288
+ "bg-hover": "#0e6b1d",
289
+ "label-active": "#FFFFFF",
290
+ "label-disabled": "#FFFFFF",
291
+ "label-enabled": "#FFFFFF",
292
+ "label-hover": "#FFFFFF"
293
+ }
283
294
  },
284
295
  "secondary": {
285
296
  "bg-active": "#00d63952",
@@ -4,7 +4,13 @@
4
4
  "bg": "#926916",
5
5
  "borderalt": "#FFB500",
6
6
  "border": "#000000",
7
- "label": "#FFFFFF"
7
+ "label": "#FFFFFF",
8
+ "inverse": {
9
+ "bg": "#ffd27e",
10
+ "borderalt": "#000000",
11
+ "border": "#FFB500",
12
+ "label": "#000000"
13
+ }
8
14
  },
9
15
  "size": {
10
16
  "underline": 4
@@ -3,7 +3,11 @@
3
3
  "color": {
4
4
  "destructive": {
5
5
  "label-default": "#e85b66",
6
- "label-hover": "#ec6a71"
6
+ "label-hover": "#ec6a71",
7
+ "inverse": {
8
+ "label-default": "#b23342",
9
+ "label-hover": "#a3303d"
10
+ }
7
11
  },
8
12
  "typical": {
9
13
  "label-default": "#4cdc55",
@@ -126,6 +126,7 @@
126
126
  },
127
127
  "space": {
128
128
  "none": 0,
129
+ "yg": 4,
129
130
  "row": {
130
131
  "x": {
131
132
  "XS": 8,
@@ -117,10 +117,20 @@
117
117
  "default": "#E13E53",
118
118
  "defaultAlt": "#e85b66",
119
119
  "hover": "#eb646c",
120
- "hoverAlt": "#3f1a1c",
120
+ "hoverAlt": "#e13e5314",
121
121
  "hoverAlt2": "#ec6a71",
122
122
  "withActive": "#000000",
123
- "withDefault": "#000000"
123
+ "withDefault": "#000000",
124
+ "inverse": {
125
+ "active": "#882b34",
126
+ "default": "#CD384B",
127
+ "defaultAlt": "#b23342",
128
+ "hover": "#aa323f",
129
+ "hoverAlt": "#cd384b14",
130
+ "hoverAlt2": "#a3303d",
131
+ "withActive": "#FFFFFF",
132
+ "withDefault": "#FFFFFF"
133
+ }
124
134
  },
125
135
  "dataEntry": {
126
136
  "default": "#000000",
@@ -137,10 +147,16 @@
137
147
  }
138
148
  },
139
149
  "focus": {
140
- "withDefault": "#000000",
150
+ "default": "#FFB500",
141
151
  "content": "#FFFFFF",
152
+ "withDefault": "#000000",
142
153
  "withDefaultAlt": "#926916",
143
- "default": "#FFB500"
154
+ "inverse": {
155
+ "default": "#000000",
156
+ "content": "#000000",
157
+ "withDefault": "#FFB500",
158
+ "withDefaultAlt": "#ffd27e"
159
+ }
144
160
  },
145
161
  "inactive": {
146
162
  "default": "#4b4b4b",
@@ -155,7 +171,8 @@
155
171
  },
156
172
  "inverse": {
157
173
  "default": "#a6a6a6",
158
- "content": "#0000006b"
174
+ "content": "#0000006b",
175
+ "contentAlt": "#FFFFFF"
159
176
  }
160
177
  },
161
178
  "monochrome": {
@@ -260,7 +260,7 @@
260
260
  "label-hover": "#FFFFFF"
261
261
  },
262
262
  "secondary": {
263
- "bg-hover": "#f9d1cf",
263
+ "bg-hover": "#cd384b14",
264
264
  "border-disabled": "#a6a6a6",
265
265
  "border-enabled": "#CD384B",
266
266
  "border-hover": "#aa323f",
@@ -279,7 +279,18 @@
279
279
  "label-active": "#FFFFFF",
280
280
  "label-disabled": "#FFFFFF",
281
281
  "label-enabled": "#FFFFFF",
282
- "label-hover": "#FFFFFF"
282
+ "label-hover": "#FFFFFF",
283
+ "inverse": {
284
+ "bg-active": "#81e57d",
285
+ "bg-default": "#000000",
286
+ "bg-disabled": "#4b4b4b",
287
+ "bg-enabled": "#00D639",
288
+ "bg-hover": "#58de5d",
289
+ "label-active": "#000000",
290
+ "label-disabled": "#000000",
291
+ "label-enabled": "#000000",
292
+ "label-hover": "#000000"
293
+ }
283
294
  },
284
295
  "secondary": {
285
296
  "bg-active": "#00811f52",
@@ -4,7 +4,13 @@
4
4
  "bg": "#ffd27e",
5
5
  "borderalt": "#000000",
6
6
  "border": "#FFB500",
7
- "label": "#000000"
7
+ "label": "#000000",
8
+ "inverse": {
9
+ "bg": "#926916",
10
+ "borderalt": "#FFB500",
11
+ "border": "#000000",
12
+ "label": "#FFFFFF"
13
+ }
8
14
  },
9
15
  "size": {
10
16
  "underline": 4
@@ -3,7 +3,11 @@
3
3
  "color": {
4
4
  "destructive": {
5
5
  "label-default": "#b23342",
6
- "label-hover": "#a3303d"
6
+ "label-hover": "#a3303d",
7
+ "inverse": {
8
+ "label-default": "#e85b66",
9
+ "label-hover": "#ec6a71"
10
+ }
7
11
  },
8
12
  "typical": {
9
13
  "label-default": "#0c711d",
@@ -126,6 +126,7 @@
126
126
  },
127
127
  "space": {
128
128
  "none": 0,
129
+ "yg": 4,
129
130
  "row": {
130
131
  "x": {
131
132
  "XS": 8,
@@ -117,10 +117,20 @@
117
117
  "default": "#CD384B",
118
118
  "defaultAlt": "#b23342",
119
119
  "hover": "#aa323f",
120
- "hoverAlt": "#f9d1cf",
120
+ "hoverAlt": "#cd384b14",
121
121
  "hoverAlt2": "#a3303d",
122
122
  "withActive": "#FFFFFF",
123
- "withDefault": "#FFFFFF"
123
+ "withDefault": "#FFFFFF",
124
+ "inverse": {
125
+ "active": "#f28486",
126
+ "default": "#E13E53",
127
+ "defaultAlt": "#e85b66",
128
+ "hover": "#eb646c",
129
+ "hoverAlt": "#e13e5314",
130
+ "hoverAlt2": "#ec6a71",
131
+ "withActive": "#000000",
132
+ "withDefault": "#000000"
133
+ }
124
134
  },
125
135
  "dataEntry": {
126
136
  "default": "#FFFFFF",
@@ -137,10 +147,16 @@
137
147
  }
138
148
  },
139
149
  "focus": {
150
+ "default": "#000000",
151
+ "content": "#000000",
140
152
  "withDefault": "#FFB500",
141
153
  "withDefaultAlt": "#ffd27e",
142
- "default": "#000000",
143
- "content": "#000000"
154
+ "inverse": {
155
+ "default": "#FFB500",
156
+ "content": "#FFFFFF",
157
+ "withDefault": "#000000",
158
+ "withDefaultAlt": "#926916"
159
+ }
144
160
  },
145
161
  "inactive": {
146
162
  "default": "#a6a6a6",
@@ -155,7 +171,8 @@
155
171
  },
156
172
  "inverse": {
157
173
  "default": "#4b4b4b",
158
- "content": "#ffffff6b"
174
+ "content": "#ffffff6b",
175
+ "contentAlt": "#000000"
159
176
  }
160
177
  },
161
178
  "monochrome": {
@@ -260,7 +260,7 @@
260
260
  "label-hover": "#000000"
261
261
  },
262
262
  "secondary": {
263
- "bg-hover": "#3f1a1c",
263
+ "bg-hover": "#e13e5314",
264
264
  "border-disabled": "#4b4b4b",
265
265
  "border-enabled": "#E13E53",
266
266
  "border-hover": "#eb646c",
@@ -279,7 +279,18 @@
279
279
  "label-active": "#000000",
280
280
  "label-disabled": "#000000",
281
281
  "label-enabled": "#000000",
282
- "label-hover": "#000000"
282
+ "label-hover": "#000000",
283
+ "inverse": {
284
+ "bg-active": "#14571a",
285
+ "bg-default": "#FFFFFF",
286
+ "bg-disabled": "#a6a6a6",
287
+ "bg-enabled": "#00811F",
288
+ "bg-hover": "#0e6b1d",
289
+ "label-active": "#FFFFFF",
290
+ "label-disabled": "#FFFFFF",
291
+ "label-enabled": "#FFFFFF",
292
+ "label-hover": "#FFFFFF"
293
+ }
283
294
  },
284
295
  "secondary": {
285
296
  "bg-active": "#00d63952",
@@ -4,7 +4,13 @@
4
4
  "bg": "#926916",
5
5
  "borderalt": "#FFB500",
6
6
  "border": "#000000",
7
- "label": "#FFFFFF"
7
+ "label": "#FFFFFF",
8
+ "inverse": {
9
+ "bg": "#ffd27e",
10
+ "borderalt": "#000000",
11
+ "border": "#FFB500",
12
+ "label": "#000000"
13
+ }
8
14
  },
9
15
  "size": {
10
16
  "underline": 4
@@ -3,7 +3,11 @@
3
3
  "color": {
4
4
  "destructive": {
5
5
  "label-default": "#e85b66",
6
- "label-hover": "#ec6a71"
6
+ "label-hover": "#ec6a71",
7
+ "inverse": {
8
+ "label-default": "#b23342",
9
+ "label-hover": "#a3303d"
10
+ }
7
11
  },
8
12
  "typical": {
9
13
  "label-default": "#4cdc55",
@@ -126,6 +126,7 @@
126
126
  },
127
127
  "space": {
128
128
  "none": 0,
129
+ "yg": 4,
129
130
  "row": {
130
131
  "x": {
131
132
  "XS": 8,
@@ -117,10 +117,20 @@
117
117
  "default": "#E13E53",
118
118
  "defaultAlt": "#e85b66",
119
119
  "hover": "#eb646c",
120
- "hoverAlt": "#3f1a1c",
120
+ "hoverAlt": "#e13e5314",
121
121
  "hoverAlt2": "#ec6a71",
122
122
  "withActive": "#000000",
123
- "withDefault": "#000000"
123
+ "withDefault": "#000000",
124
+ "inverse": {
125
+ "active": "#882b34",
126
+ "default": "#CD384B",
127
+ "defaultAlt": "#b23342",
128
+ "hover": "#aa323f",
129
+ "hoverAlt": "#cd384b14",
130
+ "hoverAlt2": "#a3303d",
131
+ "withActive": "#FFFFFF",
132
+ "withDefault": "#FFFFFF"
133
+ }
124
134
  },
125
135
  "dataEntry": {
126
136
  "default": "#000000",
@@ -137,10 +147,16 @@
137
147
  }
138
148
  },
139
149
  "focus": {
140
- "withDefault": "#000000",
150
+ "default": "#FFB500",
141
151
  "content": "#FFFFFF",
152
+ "withDefault": "#000000",
142
153
  "withDefaultAlt": "#926916",
143
- "default": "#FFB500"
154
+ "inverse": {
155
+ "default": "#000000",
156
+ "content": "#000000",
157
+ "withDefault": "#FFB500",
158
+ "withDefaultAlt": "#ffd27e"
159
+ }
144
160
  },
145
161
  "inactive": {
146
162
  "default": "#4b4b4b",
@@ -155,7 +171,8 @@
155
171
  },
156
172
  "inverse": {
157
173
  "default": "#a6a6a6",
158
- "content": "#0000006b"
174
+ "content": "#0000006b",
175
+ "contentAlt": "#FFFFFF"
159
176
  }
160
177
  },
161
178
  "monochrome": {
@@ -260,7 +260,7 @@
260
260
  "label-hover": "#FFFFFF"
261
261
  },
262
262
  "secondary": {
263
- "bg-hover": "#f9d1cf",
263
+ "bg-hover": "#cd384b14",
264
264
  "border-disabled": "#a6a6a6",
265
265
  "border-enabled": "#CD384B",
266
266
  "border-hover": "#aa323f",
@@ -279,7 +279,18 @@
279
279
  "label-active": "#FFFFFF",
280
280
  "label-disabled": "#FFFFFF",
281
281
  "label-enabled": "#FFFFFF",
282
- "label-hover": "#FFFFFF"
282
+ "label-hover": "#FFFFFF",
283
+ "inverse": {
284
+ "bg-active": "#81e57d",
285
+ "bg-default": "#000000",
286
+ "bg-disabled": "#4b4b4b",
287
+ "bg-enabled": "#00D639",
288
+ "bg-hover": "#58de5d",
289
+ "label-active": "#000000",
290
+ "label-disabled": "#000000",
291
+ "label-enabled": "#000000",
292
+ "label-hover": "#000000"
293
+ }
283
294
  },
284
295
  "secondary": {
285
296
  "bg-active": "#00811f52",
@@ -4,7 +4,13 @@
4
4
  "bg": "#ffd27e",
5
5
  "borderalt": "#000000",
6
6
  "border": "#FFB500",
7
- "label": "#000000"
7
+ "label": "#000000",
8
+ "inverse": {
9
+ "bg": "#926916",
10
+ "borderalt": "#FFB500",
11
+ "border": "#000000",
12
+ "label": "#FFFFFF"
13
+ }
8
14
  },
9
15
  "size": {
10
16
  "underline": 4
@@ -3,7 +3,11 @@
3
3
  "color": {
4
4
  "destructive": {
5
5
  "label-default": "#b23342",
6
- "label-hover": "#a3303d"
6
+ "label-hover": "#a3303d",
7
+ "inverse": {
8
+ "label-default": "#e85b66",
9
+ "label-hover": "#ec6a71"
10
+ }
7
11
  },
8
12
  "typical": {
9
13
  "label-default": "#0c711d",
@@ -126,6 +126,7 @@
126
126
  },
127
127
  "space": {
128
128
  "none": 0,
129
+ "yg": 4,
129
130
  "row": {
130
131
  "x": {
131
132
  "XS": 8,