@skbkontur/colors 1.1.2-626ea.0 → 1.1.2-73aed.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 (373) hide show
  1. package/dist/cjs/get-base-tokens.d.ts +7 -5
  2. package/dist/cjs/get-base-tokens.js +35 -63
  3. package/dist/cjs/get-default-tokens.d.ts +8 -0
  4. package/dist/cjs/get-default-tokens.js +19 -11
  5. package/dist/cjs/helpers/get-palette.js +58 -64
  6. package/dist/cjs/helpers/get-promo.js +21 -27
  7. package/dist/cjs/types/base-tokens.d.ts +5 -6
  8. package/dist/cjs/utils/format-variable.d.ts +2 -0
  9. package/dist/cjs/utils/format-variable.js +11 -0
  10. package/dist/esm/get-base-tokens.d.ts +7 -5
  11. package/dist/esm/get-base-tokens.js +33 -58
  12. package/dist/esm/get-default-tokens.d.ts +8 -0
  13. package/dist/esm/get-default-tokens.js +19 -11
  14. package/dist/esm/helpers/get-palette.js +58 -64
  15. package/dist/esm/helpers/get-promo.js +21 -27
  16. package/dist/esm/types/base-tokens.d.ts +5 -6
  17. package/dist/esm/utils/format-variable.d.ts +2 -0
  18. package/dist/esm/utils/format-variable.js +6 -0
  19. package/dist/tokens/base/css/brand-blue-deep_accent-brand.css +984 -0
  20. package/dist/tokens/base/css/brand-blue-deep_accent-gray.css +900 -0
  21. package/dist/tokens/base/css/brand-blue_accent-brand.css +984 -0
  22. package/dist/tokens/base/css/brand-blue_accent-gray.css +900 -0
  23. package/dist/tokens/base/css/brand-green_accent-brand.css +984 -0
  24. package/dist/tokens/base/css/brand-green_accent-gray.css +900 -0
  25. package/dist/tokens/base/css/brand-mint_accent-brand.css +984 -0
  26. package/dist/tokens/base/css/brand-mint_accent-gray.css +900 -0
  27. package/dist/tokens/base/css/brand-orange_accent-brand.css +984 -0
  28. package/dist/tokens/base/css/brand-orange_accent-gray.css +900 -0
  29. package/dist/tokens/base/css/brand-purple_accent-brand.css +984 -0
  30. package/dist/tokens/base/css/brand-purple_accent-gray.css +900 -0
  31. package/dist/tokens/base/css/brand-red_accent-brand.css +984 -0
  32. package/dist/tokens/base/css/brand-red_accent-gray.css +900 -0
  33. package/dist/tokens/base/css/brand-violet_accent-brand.css +984 -0
  34. package/dist/tokens/base/css/brand-violet_accent-gray.css +900 -0
  35. package/dist/tokens/base/js/brand-blue-deep_accent-brand.js +984 -0
  36. package/dist/tokens/base/js/brand-blue-deep_accent-gray.js +899 -0
  37. package/dist/tokens/base/js/brand-blue_accent-brand.js +984 -0
  38. package/dist/tokens/base/js/brand-blue_accent-gray.js +899 -0
  39. package/dist/tokens/base/js/brand-green_accent-brand.js +984 -0
  40. package/dist/tokens/base/js/brand-green_accent-gray.js +899 -0
  41. package/dist/tokens/base/js/brand-mint_accent-brand.js +984 -0
  42. package/dist/tokens/base/js/brand-mint_accent-gray.js +899 -0
  43. package/dist/tokens/base/js/brand-orange_accent-brand.js +984 -0
  44. package/dist/tokens/base/js/brand-orange_accent-gray.js +899 -0
  45. package/dist/tokens/base/js/brand-purple_accent-brand.js +984 -0
  46. package/dist/tokens/base/js/brand-purple_accent-gray.js +899 -0
  47. package/dist/tokens/base/js/brand-red_accent-brand.js +984 -0
  48. package/dist/tokens/base/js/brand-red_accent-gray.js +899 -0
  49. package/dist/tokens/base/js/brand-violet_accent-brand.js +984 -0
  50. package/dist/tokens/base/js/brand-violet_accent-gray.js +899 -0
  51. package/dist/tokens/base/js-tree/brand-blue-deep_accent-brand.tree.js +1128 -0
  52. package/dist/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.js +1033 -0
  53. package/dist/tokens/base/js-tree/brand-blue_accent-brand.tree.js +1128 -0
  54. package/dist/tokens/base/js-tree/brand-blue_accent-gray.tree.js +1033 -0
  55. package/dist/tokens/base/js-tree/brand-green_accent-brand.tree.js +1128 -0
  56. package/dist/tokens/base/js-tree/brand-green_accent-gray.tree.js +1033 -0
  57. package/dist/tokens/base/js-tree/brand-mint_accent-brand.tree.js +1128 -0
  58. package/dist/tokens/base/js-tree/brand-mint_accent-gray.tree.js +1033 -0
  59. package/dist/tokens/base/js-tree/brand-orange_accent-brand.tree.js +1128 -0
  60. package/dist/tokens/base/js-tree/brand-orange_accent-gray.tree.js +1033 -0
  61. package/dist/tokens/base/js-tree/brand-purple_accent-brand.tree.js +1128 -0
  62. package/dist/tokens/base/js-tree/brand-purple_accent-gray.tree.js +1033 -0
  63. package/dist/tokens/base/js-tree/brand-red_accent-brand.tree.js +1128 -0
  64. package/dist/tokens/base/js-tree/brand-red_accent-gray.tree.js +1033 -0
  65. package/dist/tokens/base/js-tree/brand-violet_accent-brand.tree.js +1128 -0
  66. package/dist/tokens/base/js-tree/brand-violet_accent-gray.tree.js +1033 -0
  67. package/dist/tokens/base/json/brand-blue-deep_accent-brand.json +984 -0
  68. package/dist/tokens/base/json/brand-blue-deep_accent-gray.json +899 -0
  69. package/dist/tokens/base/json/brand-blue_accent-brand.json +984 -0
  70. package/dist/tokens/base/json/brand-blue_accent-gray.json +899 -0
  71. package/dist/tokens/base/json/brand-green_accent-brand.json +984 -0
  72. package/dist/tokens/base/json/brand-green_accent-gray.json +899 -0
  73. package/dist/tokens/base/json/brand-mint_accent-brand.json +984 -0
  74. package/dist/tokens/base/json/brand-mint_accent-gray.json +899 -0
  75. package/dist/tokens/base/json/brand-orange_accent-brand.json +984 -0
  76. package/dist/tokens/base/json/brand-orange_accent-gray.json +899 -0
  77. package/dist/tokens/base/json/brand-purple_accent-brand.json +984 -0
  78. package/dist/tokens/base/json/brand-purple_accent-gray.json +899 -0
  79. package/dist/tokens/base/json/brand-red_accent-brand.json +984 -0
  80. package/dist/tokens/base/json/brand-red_accent-gray.json +899 -0
  81. package/dist/tokens/base/json/brand-violet_accent-brand.json +984 -0
  82. package/dist/tokens/base/json/brand-violet_accent-gray.json +899 -0
  83. package/dist/tokens/base/json-tree/brand-blue-deep_accent-brand.tree.json +1128 -0
  84. package/dist/tokens/base/json-tree/brand-blue-deep_accent-gray.tree.json +1033 -0
  85. package/dist/tokens/base/json-tree/brand-blue_accent-brand.tree.json +1128 -0
  86. package/dist/tokens/base/json-tree/brand-blue_accent-gray.tree.json +1033 -0
  87. package/dist/tokens/base/json-tree/brand-green_accent-brand.tree.json +1128 -0
  88. package/dist/tokens/base/json-tree/brand-green_accent-gray.tree.json +1033 -0
  89. package/dist/tokens/base/json-tree/brand-mint_accent-brand.tree.json +1128 -0
  90. package/dist/tokens/base/json-tree/brand-mint_accent-gray.tree.json +1033 -0
  91. package/dist/tokens/base/json-tree/brand-orange_accent-brand.tree.json +1128 -0
  92. package/dist/tokens/base/json-tree/brand-orange_accent-gray.tree.json +1033 -0
  93. package/dist/tokens/base/json-tree/brand-purple_accent-brand.tree.json +1128 -0
  94. package/dist/tokens/base/json-tree/brand-purple_accent-gray.tree.json +1033 -0
  95. package/dist/tokens/base/json-tree/brand-red_accent-brand.tree.json +1128 -0
  96. package/dist/tokens/base/json-tree/brand-red_accent-gray.tree.json +1033 -0
  97. package/dist/tokens/base/json-tree/brand-violet_accent-brand.tree.json +1128 -0
  98. package/dist/tokens/base/json-tree/brand-violet_accent-gray.tree.json +1033 -0
  99. package/dist/tokens/base/less/brand-blue-deep_accent-brand.less +982 -0
  100. package/dist/tokens/base/less/brand-blue-deep_accent-gray.less +898 -0
  101. package/dist/tokens/base/less/brand-blue_accent-brand.less +982 -0
  102. package/dist/tokens/base/less/brand-blue_accent-gray.less +898 -0
  103. package/dist/tokens/base/less/brand-green_accent-brand.less +982 -0
  104. package/dist/tokens/base/less/brand-green_accent-gray.less +898 -0
  105. package/dist/tokens/base/less/brand-mint_accent-brand.less +982 -0
  106. package/dist/tokens/base/less/brand-mint_accent-gray.less +898 -0
  107. package/dist/tokens/base/less/brand-orange_accent-brand.less +982 -0
  108. package/dist/tokens/base/less/brand-orange_accent-gray.less +898 -0
  109. package/dist/tokens/base/less/brand-purple_accent-brand.less +982 -0
  110. package/dist/tokens/base/less/brand-purple_accent-gray.less +898 -0
  111. package/dist/tokens/base/less/brand-red_accent-brand.less +982 -0
  112. package/dist/tokens/base/less/brand-red_accent-gray.less +898 -0
  113. package/dist/tokens/base/less/brand-violet_accent-brand.less +982 -0
  114. package/dist/tokens/base/less/brand-violet_accent-gray.less +898 -0
  115. package/dist/tokens/base/scss/brand-blue-deep_accent-brand.scss +982 -0
  116. package/dist/tokens/base/scss/brand-blue-deep_accent-gray.scss +898 -0
  117. package/dist/tokens/base/scss/brand-blue_accent-brand.scss +982 -0
  118. package/dist/tokens/base/scss/brand-blue_accent-gray.scss +898 -0
  119. package/dist/tokens/base/scss/brand-green_accent-brand.scss +982 -0
  120. package/dist/tokens/base/scss/brand-green_accent-gray.scss +898 -0
  121. package/dist/tokens/base/scss/brand-mint_accent-brand.scss +982 -0
  122. package/dist/tokens/base/scss/brand-mint_accent-gray.scss +898 -0
  123. package/dist/tokens/base/scss/brand-orange_accent-brand.scss +982 -0
  124. package/dist/tokens/base/scss/brand-orange_accent-gray.scss +898 -0
  125. package/dist/tokens/base/scss/brand-purple_accent-brand.scss +982 -0
  126. package/dist/tokens/base/scss/brand-purple_accent-gray.scss +898 -0
  127. package/dist/tokens/base/scss/brand-red_accent-brand.scss +982 -0
  128. package/dist/tokens/base/scss/brand-red_accent-gray.scss +898 -0
  129. package/dist/tokens/base/scss/brand-violet_accent-brand.scss +982 -0
  130. package/dist/tokens/base/scss/brand-violet_accent-gray.scss +898 -0
  131. package/dist/tokens/semantic/css/brand-blue-deep_accent-brand.css +631 -0
  132. package/dist/tokens/semantic/css/brand-blue-deep_accent-gray.css +631 -0
  133. package/dist/tokens/semantic/css/brand-blue_accent-brand.css +631 -0
  134. package/dist/tokens/semantic/css/brand-blue_accent-gray.css +631 -0
  135. package/dist/tokens/semantic/css/brand-green_accent-brand.css +631 -0
  136. package/dist/tokens/semantic/css/brand-green_accent-gray.css +631 -0
  137. package/dist/tokens/semantic/css/brand-mint_accent-brand.css +631 -0
  138. package/dist/tokens/semantic/css/brand-mint_accent-gray.css +631 -0
  139. package/dist/tokens/semantic/css/brand-orange_accent-brand.css +631 -0
  140. package/dist/tokens/semantic/css/brand-orange_accent-gray.css +631 -0
  141. package/dist/tokens/semantic/css/brand-purple_accent-brand.css +631 -0
  142. package/dist/tokens/semantic/css/brand-purple_accent-gray.css +631 -0
  143. package/dist/tokens/semantic/css/brand-red_accent-brand.css +631 -0
  144. package/dist/tokens/semantic/css/brand-red_accent-gray.css +631 -0
  145. package/dist/tokens/semantic/css/brand-violet_accent-brand.css +631 -0
  146. package/dist/tokens/semantic/css/brand-violet_accent-gray.css +631 -0
  147. package/dist/tokens/semantic/js/brand-blue-deep_accent-brand.js +632 -0
  148. package/dist/tokens/semantic/js/brand-blue-deep_accent-gray.js +632 -0
  149. package/dist/tokens/semantic/js/brand-blue_accent-brand.js +632 -0
  150. package/dist/tokens/semantic/js/brand-blue_accent-gray.js +632 -0
  151. package/dist/tokens/semantic/js/brand-green_accent-brand.js +632 -0
  152. package/dist/tokens/semantic/js/brand-green_accent-gray.js +632 -0
  153. package/dist/tokens/semantic/js/brand-mint_accent-brand.js +632 -0
  154. package/dist/tokens/semantic/js/brand-mint_accent-gray.js +632 -0
  155. package/dist/tokens/semantic/js/brand-orange_accent-brand.js +632 -0
  156. package/dist/tokens/semantic/js/brand-orange_accent-gray.js +632 -0
  157. package/dist/tokens/semantic/js/brand-purple_accent-brand.js +632 -0
  158. package/dist/tokens/semantic/js/brand-purple_accent-gray.js +632 -0
  159. package/dist/tokens/semantic/js/brand-red_accent-brand.js +632 -0
  160. package/dist/tokens/semantic/js/brand-red_accent-gray.js +632 -0
  161. package/dist/tokens/semantic/js/brand-violet_accent-brand.js +632 -0
  162. package/dist/tokens/semantic/js/brand-violet_accent-gray.js +632 -0
  163. package/dist/tokens/semantic/json/brand-blue-deep_accent-brand.json +694 -0
  164. package/dist/tokens/semantic/json/brand-blue-deep_accent-gray.json +694 -0
  165. package/dist/tokens/semantic/json/brand-blue_accent-brand.json +694 -0
  166. package/dist/tokens/semantic/json/brand-blue_accent-gray.json +694 -0
  167. package/dist/tokens/semantic/json/brand-green_accent-brand.json +694 -0
  168. package/dist/tokens/semantic/json/brand-green_accent-gray.json +694 -0
  169. package/dist/tokens/semantic/json/brand-mint_accent-brand.json +694 -0
  170. package/dist/tokens/semantic/json/brand-mint_accent-gray.json +694 -0
  171. package/dist/tokens/semantic/json/brand-orange_accent-brand.json +694 -0
  172. package/dist/tokens/semantic/json/brand-orange_accent-gray.json +694 -0
  173. package/dist/tokens/semantic/json/brand-purple_accent-brand.json +694 -0
  174. package/dist/tokens/semantic/json/brand-purple_accent-gray.json +694 -0
  175. package/dist/tokens/semantic/json/brand-red_accent-brand.json +694 -0
  176. package/dist/tokens/semantic/json/brand-red_accent-gray.json +694 -0
  177. package/dist/tokens/semantic/json/brand-violet_accent-brand.json +694 -0
  178. package/dist/tokens/semantic/json/brand-violet_accent-gray.json +694 -0
  179. package/dist/tokens/semantic/less/semantic.less +313 -0
  180. package/dist/tokens/semantic/scss/semantic.scss +313 -0
  181. package/package.json +4 -4
  182. package/dist/cjs/tokens/base/js/brand-blue-deep_accent-brand.d.ts +0 -984
  183. package/dist/cjs/tokens/base/js/brand-blue-deep_accent-brand.js +0 -987
  184. package/dist/cjs/tokens/base/js/brand-blue-deep_accent-gray.d.ts +0 -898
  185. package/dist/cjs/tokens/base/js/brand-blue-deep_accent-gray.js +0 -901
  186. package/dist/cjs/tokens/base/js/brand-blue_accent-brand.d.ts +0 -984
  187. package/dist/cjs/tokens/base/js/brand-blue_accent-brand.js +0 -987
  188. package/dist/cjs/tokens/base/js/brand-blue_accent-gray.d.ts +0 -898
  189. package/dist/cjs/tokens/base/js/brand-blue_accent-gray.js +0 -901
  190. package/dist/cjs/tokens/base/js/brand-green_accent-brand.d.ts +0 -984
  191. package/dist/cjs/tokens/base/js/brand-green_accent-brand.js +0 -987
  192. package/dist/cjs/tokens/base/js/brand-green_accent-gray.d.ts +0 -898
  193. package/dist/cjs/tokens/base/js/brand-green_accent-gray.js +0 -901
  194. package/dist/cjs/tokens/base/js/brand-mint_accent-brand.d.ts +0 -984
  195. package/dist/cjs/tokens/base/js/brand-mint_accent-brand.js +0 -987
  196. package/dist/cjs/tokens/base/js/brand-mint_accent-gray.d.ts +0 -898
  197. package/dist/cjs/tokens/base/js/brand-mint_accent-gray.js +0 -901
  198. package/dist/cjs/tokens/base/js/brand-orange_accent-brand.d.ts +0 -984
  199. package/dist/cjs/tokens/base/js/brand-orange_accent-brand.js +0 -987
  200. package/dist/cjs/tokens/base/js/brand-orange_accent-gray.d.ts +0 -898
  201. package/dist/cjs/tokens/base/js/brand-orange_accent-gray.js +0 -901
  202. package/dist/cjs/tokens/base/js/brand-purple_accent-brand.d.ts +0 -984
  203. package/dist/cjs/tokens/base/js/brand-purple_accent-brand.js +0 -987
  204. package/dist/cjs/tokens/base/js/brand-purple_accent-gray.d.ts +0 -898
  205. package/dist/cjs/tokens/base/js/brand-purple_accent-gray.js +0 -901
  206. package/dist/cjs/tokens/base/js/brand-red_accent-brand.d.ts +0 -984
  207. package/dist/cjs/tokens/base/js/brand-red_accent-brand.js +0 -987
  208. package/dist/cjs/tokens/base/js/brand-red_accent-gray.d.ts +0 -898
  209. package/dist/cjs/tokens/base/js/brand-red_accent-gray.js +0 -901
  210. package/dist/cjs/tokens/base/js/brand-violet_accent-brand.d.ts +0 -984
  211. package/dist/cjs/tokens/base/js/brand-violet_accent-brand.js +0 -987
  212. package/dist/cjs/tokens/base/js/brand-violet_accent-gray.d.ts +0 -898
  213. package/dist/cjs/tokens/base/js/brand-violet_accent-gray.js +0 -901
  214. package/dist/cjs/tokens/base/js-tree/brand-blue-deep_accent-brand.tree.d.ts +0 -1182
  215. package/dist/cjs/tokens/base/js-tree/brand-blue-deep_accent-brand.tree.js +0 -1131
  216. package/dist/cjs/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.d.ts +0 -1082
  217. package/dist/cjs/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.js +0 -1035
  218. package/dist/cjs/tokens/base/js-tree/brand-blue_accent-brand.tree.d.ts +0 -1182
  219. package/dist/cjs/tokens/base/js-tree/brand-blue_accent-brand.tree.js +0 -1131
  220. package/dist/cjs/tokens/base/js-tree/brand-blue_accent-gray.tree.d.ts +0 -1082
  221. package/dist/cjs/tokens/base/js-tree/brand-blue_accent-gray.tree.js +0 -1035
  222. package/dist/cjs/tokens/base/js-tree/brand-green_accent-brand.tree.d.ts +0 -1182
  223. package/dist/cjs/tokens/base/js-tree/brand-green_accent-brand.tree.js +0 -1131
  224. package/dist/cjs/tokens/base/js-tree/brand-green_accent-gray.tree.d.ts +0 -1082
  225. package/dist/cjs/tokens/base/js-tree/brand-green_accent-gray.tree.js +0 -1035
  226. package/dist/cjs/tokens/base/js-tree/brand-mint_accent-brand.tree.d.ts +0 -1182
  227. package/dist/cjs/tokens/base/js-tree/brand-mint_accent-brand.tree.js +0 -1131
  228. package/dist/cjs/tokens/base/js-tree/brand-mint_accent-gray.tree.d.ts +0 -1082
  229. package/dist/cjs/tokens/base/js-tree/brand-mint_accent-gray.tree.js +0 -1035
  230. package/dist/cjs/tokens/base/js-tree/brand-orange_accent-brand.tree.d.ts +0 -1182
  231. package/dist/cjs/tokens/base/js-tree/brand-orange_accent-brand.tree.js +0 -1131
  232. package/dist/cjs/tokens/base/js-tree/brand-orange_accent-gray.tree.d.ts +0 -1082
  233. package/dist/cjs/tokens/base/js-tree/brand-orange_accent-gray.tree.js +0 -1035
  234. package/dist/cjs/tokens/base/js-tree/brand-purple_accent-brand.tree.d.ts +0 -1182
  235. package/dist/cjs/tokens/base/js-tree/brand-purple_accent-brand.tree.js +0 -1131
  236. package/dist/cjs/tokens/base/js-tree/brand-purple_accent-gray.tree.d.ts +0 -1082
  237. package/dist/cjs/tokens/base/js-tree/brand-purple_accent-gray.tree.js +0 -1035
  238. package/dist/cjs/tokens/base/js-tree/brand-red_accent-brand.tree.d.ts +0 -1182
  239. package/dist/cjs/tokens/base/js-tree/brand-red_accent-brand.tree.js +0 -1131
  240. package/dist/cjs/tokens/base/js-tree/brand-red_accent-gray.tree.d.ts +0 -1082
  241. package/dist/cjs/tokens/base/js-tree/brand-red_accent-gray.tree.js +0 -1035
  242. package/dist/cjs/tokens/base/js-tree/brand-violet_accent-brand.tree.d.ts +0 -1182
  243. package/dist/cjs/tokens/base/js-tree/brand-violet_accent-brand.tree.js +0 -1131
  244. package/dist/cjs/tokens/base/js-tree/brand-violet_accent-gray.tree.d.ts +0 -1082
  245. package/dist/cjs/tokens/base/js-tree/brand-violet_accent-gray.tree.js +0 -1035
  246. package/dist/cjs/tokens/semantic/js/brand-blue-deep_accent-brand.d.ts +0 -933
  247. package/dist/cjs/tokens/semantic/js/brand-blue-deep_accent-brand.js +0 -627
  248. package/dist/cjs/tokens/semantic/js/brand-blue-deep_accent-gray.d.ts +0 -933
  249. package/dist/cjs/tokens/semantic/js/brand-blue-deep_accent-gray.js +0 -627
  250. package/dist/cjs/tokens/semantic/js/brand-blue_accent-brand.d.ts +0 -933
  251. package/dist/cjs/tokens/semantic/js/brand-blue_accent-brand.js +0 -627
  252. package/dist/cjs/tokens/semantic/js/brand-blue_accent-gray.d.ts +0 -933
  253. package/dist/cjs/tokens/semantic/js/brand-blue_accent-gray.js +0 -627
  254. package/dist/cjs/tokens/semantic/js/brand-green_accent-brand.d.ts +0 -933
  255. package/dist/cjs/tokens/semantic/js/brand-green_accent-brand.js +0 -627
  256. package/dist/cjs/tokens/semantic/js/brand-green_accent-gray.d.ts +0 -933
  257. package/dist/cjs/tokens/semantic/js/brand-green_accent-gray.js +0 -627
  258. package/dist/cjs/tokens/semantic/js/brand-mint_accent-brand.d.ts +0 -933
  259. package/dist/cjs/tokens/semantic/js/brand-mint_accent-brand.js +0 -627
  260. package/dist/cjs/tokens/semantic/js/brand-mint_accent-gray.d.ts +0 -933
  261. package/dist/cjs/tokens/semantic/js/brand-mint_accent-gray.js +0 -627
  262. package/dist/cjs/tokens/semantic/js/brand-orange_accent-brand.d.ts +0 -933
  263. package/dist/cjs/tokens/semantic/js/brand-orange_accent-brand.js +0 -627
  264. package/dist/cjs/tokens/semantic/js/brand-orange_accent-gray.d.ts +0 -933
  265. package/dist/cjs/tokens/semantic/js/brand-orange_accent-gray.js +0 -627
  266. package/dist/cjs/tokens/semantic/js/brand-purple_accent-brand.d.ts +0 -933
  267. package/dist/cjs/tokens/semantic/js/brand-purple_accent-brand.js +0 -627
  268. package/dist/cjs/tokens/semantic/js/brand-purple_accent-gray.d.ts +0 -933
  269. package/dist/cjs/tokens/semantic/js/brand-purple_accent-gray.js +0 -627
  270. package/dist/cjs/tokens/semantic/js/brand-red_accent-brand.d.ts +0 -933
  271. package/dist/cjs/tokens/semantic/js/brand-red_accent-brand.js +0 -627
  272. package/dist/cjs/tokens/semantic/js/brand-red_accent-gray.d.ts +0 -933
  273. package/dist/cjs/tokens/semantic/js/brand-red_accent-gray.js +0 -627
  274. package/dist/cjs/tokens/semantic/js/brand-violet_accent-brand.d.ts +0 -933
  275. package/dist/cjs/tokens/semantic/js/brand-violet_accent-brand.js +0 -627
  276. package/dist/cjs/tokens/semantic/js/brand-violet_accent-gray.d.ts +0 -933
  277. package/dist/cjs/tokens/semantic/js/brand-violet_accent-gray.js +0 -627
  278. package/dist/esm/tokens/base/js/brand-blue-deep_accent-brand.d.ts +0 -984
  279. package/dist/esm/tokens/base/js/brand-blue-deep_accent-brand.js +0 -984
  280. package/dist/esm/tokens/base/js/brand-blue-deep_accent-gray.d.ts +0 -898
  281. package/dist/esm/tokens/base/js/brand-blue-deep_accent-gray.js +0 -898
  282. package/dist/esm/tokens/base/js/brand-blue_accent-brand.d.ts +0 -984
  283. package/dist/esm/tokens/base/js/brand-blue_accent-brand.js +0 -984
  284. package/dist/esm/tokens/base/js/brand-blue_accent-gray.d.ts +0 -898
  285. package/dist/esm/tokens/base/js/brand-blue_accent-gray.js +0 -898
  286. package/dist/esm/tokens/base/js/brand-green_accent-brand.d.ts +0 -984
  287. package/dist/esm/tokens/base/js/brand-green_accent-brand.js +0 -984
  288. package/dist/esm/tokens/base/js/brand-green_accent-gray.d.ts +0 -898
  289. package/dist/esm/tokens/base/js/brand-green_accent-gray.js +0 -898
  290. package/dist/esm/tokens/base/js/brand-mint_accent-brand.d.ts +0 -984
  291. package/dist/esm/tokens/base/js/brand-mint_accent-brand.js +0 -984
  292. package/dist/esm/tokens/base/js/brand-mint_accent-gray.d.ts +0 -898
  293. package/dist/esm/tokens/base/js/brand-mint_accent-gray.js +0 -898
  294. package/dist/esm/tokens/base/js/brand-orange_accent-brand.d.ts +0 -984
  295. package/dist/esm/tokens/base/js/brand-orange_accent-brand.js +0 -984
  296. package/dist/esm/tokens/base/js/brand-orange_accent-gray.d.ts +0 -898
  297. package/dist/esm/tokens/base/js/brand-orange_accent-gray.js +0 -898
  298. package/dist/esm/tokens/base/js/brand-purple_accent-brand.d.ts +0 -984
  299. package/dist/esm/tokens/base/js/brand-purple_accent-brand.js +0 -984
  300. package/dist/esm/tokens/base/js/brand-purple_accent-gray.d.ts +0 -898
  301. package/dist/esm/tokens/base/js/brand-purple_accent-gray.js +0 -898
  302. package/dist/esm/tokens/base/js/brand-red_accent-brand.d.ts +0 -984
  303. package/dist/esm/tokens/base/js/brand-red_accent-brand.js +0 -984
  304. package/dist/esm/tokens/base/js/brand-red_accent-gray.d.ts +0 -898
  305. package/dist/esm/tokens/base/js/brand-red_accent-gray.js +0 -898
  306. package/dist/esm/tokens/base/js/brand-violet_accent-brand.d.ts +0 -984
  307. package/dist/esm/tokens/base/js/brand-violet_accent-brand.js +0 -984
  308. package/dist/esm/tokens/base/js/brand-violet_accent-gray.d.ts +0 -898
  309. package/dist/esm/tokens/base/js/brand-violet_accent-gray.js +0 -898
  310. package/dist/esm/tokens/base/js-tree/brand-blue-deep_accent-brand.tree.d.ts +0 -1182
  311. package/dist/esm/tokens/base/js-tree/brand-blue-deep_accent-brand.tree.js +0 -1128
  312. package/dist/esm/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.d.ts +0 -1082
  313. package/dist/esm/tokens/base/js-tree/brand-blue-deep_accent-gray.tree.js +0 -1032
  314. package/dist/esm/tokens/base/js-tree/brand-blue_accent-brand.tree.d.ts +0 -1182
  315. package/dist/esm/tokens/base/js-tree/brand-blue_accent-brand.tree.js +0 -1128
  316. package/dist/esm/tokens/base/js-tree/brand-blue_accent-gray.tree.d.ts +0 -1082
  317. package/dist/esm/tokens/base/js-tree/brand-blue_accent-gray.tree.js +0 -1032
  318. package/dist/esm/tokens/base/js-tree/brand-green_accent-brand.tree.d.ts +0 -1182
  319. package/dist/esm/tokens/base/js-tree/brand-green_accent-brand.tree.js +0 -1128
  320. package/dist/esm/tokens/base/js-tree/brand-green_accent-gray.tree.d.ts +0 -1082
  321. package/dist/esm/tokens/base/js-tree/brand-green_accent-gray.tree.js +0 -1032
  322. package/dist/esm/tokens/base/js-tree/brand-mint_accent-brand.tree.d.ts +0 -1182
  323. package/dist/esm/tokens/base/js-tree/brand-mint_accent-brand.tree.js +0 -1128
  324. package/dist/esm/tokens/base/js-tree/brand-mint_accent-gray.tree.d.ts +0 -1082
  325. package/dist/esm/tokens/base/js-tree/brand-mint_accent-gray.tree.js +0 -1032
  326. package/dist/esm/tokens/base/js-tree/brand-orange_accent-brand.tree.d.ts +0 -1182
  327. package/dist/esm/tokens/base/js-tree/brand-orange_accent-brand.tree.js +0 -1128
  328. package/dist/esm/tokens/base/js-tree/brand-orange_accent-gray.tree.d.ts +0 -1082
  329. package/dist/esm/tokens/base/js-tree/brand-orange_accent-gray.tree.js +0 -1032
  330. package/dist/esm/tokens/base/js-tree/brand-purple_accent-brand.tree.d.ts +0 -1182
  331. package/dist/esm/tokens/base/js-tree/brand-purple_accent-brand.tree.js +0 -1128
  332. package/dist/esm/tokens/base/js-tree/brand-purple_accent-gray.tree.d.ts +0 -1082
  333. package/dist/esm/tokens/base/js-tree/brand-purple_accent-gray.tree.js +0 -1032
  334. package/dist/esm/tokens/base/js-tree/brand-red_accent-brand.tree.d.ts +0 -1182
  335. package/dist/esm/tokens/base/js-tree/brand-red_accent-brand.tree.js +0 -1128
  336. package/dist/esm/tokens/base/js-tree/brand-red_accent-gray.tree.d.ts +0 -1082
  337. package/dist/esm/tokens/base/js-tree/brand-red_accent-gray.tree.js +0 -1032
  338. package/dist/esm/tokens/base/js-tree/brand-violet_accent-brand.tree.d.ts +0 -1182
  339. package/dist/esm/tokens/base/js-tree/brand-violet_accent-brand.tree.js +0 -1128
  340. package/dist/esm/tokens/base/js-tree/brand-violet_accent-gray.tree.d.ts +0 -1082
  341. package/dist/esm/tokens/base/js-tree/brand-violet_accent-gray.tree.js +0 -1032
  342. package/dist/esm/tokens/semantic/js/brand-blue-deep_accent-brand.d.ts +0 -933
  343. package/dist/esm/tokens/semantic/js/brand-blue-deep_accent-brand.js +0 -624
  344. package/dist/esm/tokens/semantic/js/brand-blue-deep_accent-gray.d.ts +0 -933
  345. package/dist/esm/tokens/semantic/js/brand-blue-deep_accent-gray.js +0 -624
  346. package/dist/esm/tokens/semantic/js/brand-blue_accent-brand.d.ts +0 -933
  347. package/dist/esm/tokens/semantic/js/brand-blue_accent-brand.js +0 -624
  348. package/dist/esm/tokens/semantic/js/brand-blue_accent-gray.d.ts +0 -933
  349. package/dist/esm/tokens/semantic/js/brand-blue_accent-gray.js +0 -624
  350. package/dist/esm/tokens/semantic/js/brand-green_accent-brand.d.ts +0 -933
  351. package/dist/esm/tokens/semantic/js/brand-green_accent-brand.js +0 -624
  352. package/dist/esm/tokens/semantic/js/brand-green_accent-gray.d.ts +0 -933
  353. package/dist/esm/tokens/semantic/js/brand-green_accent-gray.js +0 -624
  354. package/dist/esm/tokens/semantic/js/brand-mint_accent-brand.d.ts +0 -933
  355. package/dist/esm/tokens/semantic/js/brand-mint_accent-brand.js +0 -624
  356. package/dist/esm/tokens/semantic/js/brand-mint_accent-gray.d.ts +0 -933
  357. package/dist/esm/tokens/semantic/js/brand-mint_accent-gray.js +0 -624
  358. package/dist/esm/tokens/semantic/js/brand-orange_accent-brand.d.ts +0 -933
  359. package/dist/esm/tokens/semantic/js/brand-orange_accent-brand.js +0 -624
  360. package/dist/esm/tokens/semantic/js/brand-orange_accent-gray.d.ts +0 -933
  361. package/dist/esm/tokens/semantic/js/brand-orange_accent-gray.js +0 -624
  362. package/dist/esm/tokens/semantic/js/brand-purple_accent-brand.d.ts +0 -933
  363. package/dist/esm/tokens/semantic/js/brand-purple_accent-brand.js +0 -624
  364. package/dist/esm/tokens/semantic/js/brand-purple_accent-gray.d.ts +0 -933
  365. package/dist/esm/tokens/semantic/js/brand-purple_accent-gray.js +0 -624
  366. package/dist/esm/tokens/semantic/js/brand-red_accent-brand.d.ts +0 -933
  367. package/dist/esm/tokens/semantic/js/brand-red_accent-brand.js +0 -624
  368. package/dist/esm/tokens/semantic/js/brand-red_accent-gray.d.ts +0 -933
  369. package/dist/esm/tokens/semantic/js/brand-red_accent-gray.js +0 -624
  370. package/dist/esm/tokens/semantic/js/brand-violet_accent-brand.d.ts +0 -933
  371. package/dist/esm/tokens/semantic/js/brand-violet_accent-brand.js +0 -624
  372. package/dist/esm/tokens/semantic/js/brand-violet_accent-gray.d.ts +0 -933
  373. package/dist/esm/tokens/semantic/js/brand-violet_accent-gray.js +0 -624
@@ -1,933 +0,0 @@
1
- export namespace SEMANTIC_TOKENS {
2
- namespace light {
3
- const textAccentPrimary: string;
4
- const textAccentPrimaryHover: string;
5
- const textAccentPrimaryPressed: string;
6
- const textDisabled: string;
7
- const textErrorPrimary: string;
8
- const textErrorPrimaryHover: string;
9
- const textErrorPrimaryPressed: string;
10
- const textInvertedAccentPrimary: string;
11
- const textInvertedAccentPrimaryHover: string;
12
- const textInvertedAccentPrimaryPressed: string;
13
- const textInvertedDisabled: string;
14
- const textInvertedErrorPrimary: string;
15
- const textInvertedErrorPrimaryHover: string;
16
- const textInvertedErrorPrimaryPressed: string;
17
- const textInvertedNeutralPrimary: string;
18
- const textInvertedNeutralSecondary: string;
19
- const textInvertedSuccessPrimary: string;
20
- const textInvertedSuccessPrimaryHover: string;
21
- const textInvertedSuccessPrimaryPressed: string;
22
- const textInvertedWarningPrimary: string;
23
- const textInvertedWarningPrimaryHover: string;
24
- const textInvertedWarningPrimaryPressed: string;
25
- const textLogo: string;
26
- const textNeutralPrimary: string;
27
- const textNeutralSecondary: string;
28
- const textSuccessPrimary: string;
29
- const textSuccessPrimaryHover: string;
30
- const textSuccessPrimaryPressed: string;
31
- const textWarningPrimary: string;
32
- const textWarningPrimaryHover: string;
33
- const textWarningPrimaryPressed: string;
34
- const textConstDisabledBlack: string;
35
- const textConstDisabledWhite: string;
36
- const textConstPrimaryBlack: string;
37
- const textConstPrimaryWhite: string;
38
- const textConstSecondaryBlack: string;
39
- const textConstSecondaryWhite: string;
40
- const textOnAccentBoldDisabled: string;
41
- const textOnAccentBoldPrimary: string;
42
- const textOnAccentBoldSecondary: string;
43
- const textOnBrandOriginalDisabled: string;
44
- const textOnBrandOriginalPrimary: string;
45
- const textOnBrandOriginalSecondary: string;
46
- const shapeBoldAccent: string;
47
- const shapeBoldAccentHover: string;
48
- const shapeBoldAccentPressed: string;
49
- const shapeBoldBrandOriginal: string;
50
- const shapeBoldBrandOriginalHover: string;
51
- const shapeBoldBrandOriginalPressed: string;
52
- const shapeBoldError: string;
53
- const shapeBoldErrorHover: string;
54
- const shapeBoldErrorPressed: string;
55
- const shapeBoldNeutral: string;
56
- const shapeBoldNeutralHover: string;
57
- const shapeBoldNeutralPressed: string;
58
- const shapeBoldSuccess: string;
59
- const shapeBoldSuccessHover: string;
60
- const shapeBoldSuccessPressed: string;
61
- const shapeBoldWarning: string;
62
- const shapeBoldWarningHover: string;
63
- const shapeBoldWarningPressed: string;
64
- const shapeFaintAccent: string;
65
- const shapeFaintAccentHover: string;
66
- const shapeFaintAccentPressed: string;
67
- const shapeFaintBrand: string;
68
- const shapeFaintBrandHover: string;
69
- const shapeFaintBrandPressed: string;
70
- const shapeFaintError: string;
71
- const shapeFaintErrorHover: string;
72
- const shapeFaintErrorPressed: string;
73
- const shapeFaintNeutralAlpha: string;
74
- const shapeFaintNeutralAlphaHover: string;
75
- const shapeFaintNeutralAlphaPressed: string;
76
- const shapeFaintSuccess: string;
77
- const shapeFaintSuccessHover: string;
78
- const shapeFaintSuccessPressed: string;
79
- const shapeFaintWarning: string;
80
- const shapeFaintWarningHover: string;
81
- const shapeFaintWarningPressed: string;
82
- const shapeHeavyError: string;
83
- const shapeHeavyNeutral: string;
84
- const shapeHeavySuccess: string;
85
- const shapeHeavyWarning: string;
86
- const shapeOtherAccentBoldDisabled: string;
87
- const shapeOtherBacklessHover: string;
88
- const shapeOtherBacklessPressed: string;
89
- const shapeOtherBase: string;
90
- const shapeOtherBaseHover: string;
91
- const shapeOtherBasePressed: string;
92
- const shapeOtherDisabled: string;
93
- const shapeOtherField: string;
94
- const shapeOtherLow: string;
95
- const shapeOtherLowHover: string;
96
- const shapeOtherLowPressed: string;
97
- const shapeOtherNeutralFaintSolid: string;
98
- const shapeOtherNeutralFaintSolidHover: string;
99
- const shapeOtherNeutralFaintSolidPressed: string;
100
- const shapeOtherNeutralPaleSolid: string;
101
- const shapeOtherNeutralPaleSolidHover: string;
102
- const shapeOtherNeutralPaleSolidPressed: string;
103
- const shapeOtherNeutralSoftSolid: string;
104
- const shapeOtherNeutralSoftSolidHover: string;
105
- const shapeOtherNeutralSoftSolidPressed: string;
106
- const shapePaleAccent: string;
107
- const shapePaleAccentHover: string;
108
- const shapePaleAccentPressed: string;
109
- const shapePaleBrand: string;
110
- const shapePaleBrandHover: string;
111
- const shapePaleBrandPressed: string;
112
- const shapePaleError: string;
113
- const shapePaleErrorHover: string;
114
- const shapePaleErrorPressed: string;
115
- const shapePaleNeutralAlpha: string;
116
- const shapePaleNeutralAlphaHover: string;
117
- const shapePaleNeutralAlphaPressed: string;
118
- const shapePaleSuccess: string;
119
- const shapePaleSuccessHover: string;
120
- const shapePaleSuccessPressed: string;
121
- const shapePaleWarning: string;
122
- const shapePaleWarningHover: string;
123
- const shapePaleWarningPressed: string;
124
- const shapeSoftAccent: string;
125
- const shapeSoftAccentHover: string;
126
- const shapeSoftAccentPressed: string;
127
- const shapeSoftBrand: string;
128
- const shapeSoftBrandHover: string;
129
- const shapeSoftBrandPressed: string;
130
- const shapeSoftError: string;
131
- const shapeSoftErrorHover: string;
132
- const shapeSoftErrorPressed: string;
133
- const shapeSoftNeutralAlpha: string;
134
- const shapeSoftNeutralAlphaHover: string;
135
- const shapeSoftNeutralAlphaPressed: string;
136
- const shapeSoftSuccess: string;
137
- const shapeSoftSuccessHover: string;
138
- const shapeSoftSuccessPressed: string;
139
- const shapeSoftWarning: string;
140
- const shapeSoftWarningHover: string;
141
- const shapeSoftWarningPressed: string;
142
- const shapeInvertedBacklessHover: string;
143
- const shapeInvertedBacklessPressed: string;
144
- const shapeInvertedDisabled: string;
145
- const shapeInvertedNeutralFaintAlpha: string;
146
- const shapeInvertedNeutralFaintAlphaHover: string;
147
- const shapeInvertedNeutralFaintAlphaPressed: string;
148
- const shapeInvertedNeutralHeavy: string;
149
- const shapeInvertedNeutralHeavyHover: string;
150
- const shapeInvertedNeutralHeavyPressed: string;
151
- const shapeInvertedNeutralPaleAlpha: string;
152
- const shapeInvertedNeutralPaleAlphaHover: string;
153
- const shapeInvertedNeutralPaleAlphaPressed: string;
154
- const shapeInvertedNeutralSoftAlpha: string;
155
- const shapeInvertedNeutralSoftAlphaHover: string;
156
- const shapeInvertedNeutralSoftAlphaPressed: string;
157
- const shapeConstBacklessBlackHover: string;
158
- const shapeConstBacklessBlackPressed: string;
159
- const shapeConstBacklessWhiteHover: string;
160
- const shapeConstBacklessWhitePressed: string;
161
- const shapeConstDisabledBlack: string;
162
- const shapeConstDisabledWhite: string;
163
- const shapeConstFaintBlack: string;
164
- const shapeConstFaintBlackHover: string;
165
- const shapeConstFaintBlackPressed: string;
166
- const shapeConstFaintWhite: string;
167
- const shapeConstFaintWhiteHover: string;
168
- const shapeConstFaintWhitePressed: string;
169
- const shapeConstHeavyBlack: string;
170
- const shapeConstHeavyBlackHover: string;
171
- const shapeConstHeavyBlackPressed: string;
172
- const shapeConstHeavyWhite: string;
173
- const shapeConstHeavyWhiteHover: string;
174
- const shapeConstHeavyWhitePressed: string;
175
- const shapeConstPaleBlack: string;
176
- const shapeConstPaleBlackHover: string;
177
- const shapeConstPaleBlackPressed: string;
178
- const shapeConstPaleWhite: string;
179
- const shapeConstPaleWhiteHover: string;
180
- const shapeConstPaleWhitePressed: string;
181
- const shapeConstPromo: string;
182
- const shapeConstSoftBlack: string;
183
- const shapeConstSoftBlackHover: string;
184
- const shapeConstSoftBlackPressed: string;
185
- const shapeConstSoftWhite: string;
186
- const shapeConstSoftWhiteHover: string;
187
- const shapeConstSoftWhitePressed: string;
188
- const lineAccentBold: string;
189
- const lineAccentBoldHover: string;
190
- const lineAccentBoldPressed: string;
191
- const lineAccentPale: string;
192
- const lineAccentPaleHover: string;
193
- const lineAccentPalePressed: string;
194
- const lineAccentSoft: string;
195
- const lineAccentSoftHover: string;
196
- const lineAccentSoftPressed: string;
197
- const lineBrandOriginal: string;
198
- const lineErrorBold: string;
199
- const lineErrorBoldHover: string;
200
- const lineErrorBoldPressed: string;
201
- const lineNeutralFaint: string;
202
- const lineNeutralPale: string;
203
- const lineNeutralPaleHover: string;
204
- const lineNeutralPalePressed: string;
205
- const lineOnAccentBoldFaint: string;
206
- const lineOnAccentBoldPale: string;
207
- const lineOnBrandOriginalFaint: string;
208
- const lineOnBrandOriginalPale: string;
209
- const lineSuccessBold: string;
210
- const lineSuccessBoldHover: string;
211
- const lineSuccessBoldPressed: string;
212
- const lineWarningBold: string;
213
- const lineWarningBoldHover: string;
214
- const lineWarningBoldPressed: string;
215
- const lineInvertedAccentBold: string;
216
- const lineInvertedAccentBoldHover: string;
217
- const lineInvertedAccentBoldPressed: string;
218
- const lineInvertedAccentPale: string;
219
- const lineInvertedAccentPaleHover: string;
220
- const lineInvertedAccentPalePressed: string;
221
- const lineInvertedAccentSoft: string;
222
- const lineInvertedAccentSoftHover: string;
223
- const lineInvertedAccentSoftPressed: string;
224
- const lineInvertedErrorBold: string;
225
- const lineInvertedErrorBoldHover: string;
226
- const lineInvertedErrorBoldPressed: string;
227
- const lineInvertedNeutralFaint: string;
228
- const lineInvertedNeutralPale: string;
229
- const lineInvertedNeutralPaleHover: string;
230
- const lineInvertedNeutralPalePressed: string;
231
- const lineInvertedSuccessBold: string;
232
- const lineInvertedSuccessBoldHover: string;
233
- const lineInvertedSuccessBoldPressed: string;
234
- const lineInvertedWarningBold: string;
235
- const lineInvertedWarningBoldHover: string;
236
- const lineInvertedWarningBoldPressed: string;
237
- const lineConstFaintBlack: string;
238
- const lineConstFaintWhite: string;
239
- const lineConstPaleBlack: string;
240
- const lineConstPaleBlackHover: string;
241
- const lineConstPaleBlackPressed: string;
242
- const lineConstPaleWhite: string;
243
- const lineConstPaleWhiteHover: string;
244
- const lineConstPaleWhitePressed: string;
245
- const surfaceBase: string;
246
- const surfaceHigh: string;
247
- const surfaceLow: string;
248
- const surfaceModalBackdrop: string;
249
- const illustrationBlack: string;
250
- const illustrationBrand: string;
251
- const illustrationComplement: string;
252
- const illustrationOnBrand: string;
253
- const illustrationOnComplement: string;
254
- const illustrationPromo: string;
255
- const illustrationSymbol: string;
256
- const illustrationWhite: string;
257
- const customizableBoldBlack: string;
258
- const customizableBoldBlue: string;
259
- const customizableBoldBlueDeep: string;
260
- const customizableBoldGray: string;
261
- const customizableBoldGreen: string;
262
- const customizableBoldMint: string;
263
- const customizableBoldOrange: string;
264
- const customizableBoldPurple: string;
265
- const customizableBoldRed: string;
266
- const customizableBoldViolet: string;
267
- const customizableBoldYellow: string;
268
- const customizableFaintBlack: string;
269
- const customizableFaintBlue: string;
270
- const customizableFaintBlueDeep: string;
271
- const customizableFaintGray: string;
272
- const customizableFaintGreen: string;
273
- const customizableFaintMint: string;
274
- const customizableFaintOrange: string;
275
- const customizableFaintPurple: string;
276
- const customizableFaintRed: string;
277
- const customizableFaintViolet: string;
278
- const customizableFaintYellow: string;
279
- const customizableHeavyBlack: string;
280
- const customizableHeavyBlue: string;
281
- const customizableHeavyBlueDeep: string;
282
- const customizableHeavyGray: string;
283
- const customizableHeavyGreen: string;
284
- const customizableHeavyMint: string;
285
- const customizableHeavyOrange: string;
286
- const customizableHeavyPurple: string;
287
- const customizableHeavyRed: string;
288
- const customizableHeavyViolet: string;
289
- const customizableHeavyYellow: string;
290
- const customizablePaleBlack: string;
291
- const customizablePaleBlue: string;
292
- const customizablePaleBlueDeep: string;
293
- const customizablePaleGray: string;
294
- const customizablePaleGreen: string;
295
- const customizablePaleMint: string;
296
- const customizablePaleOrange: string;
297
- const customizablePalePurple: string;
298
- const customizablePaleRed: string;
299
- const customizablePaleViolet: string;
300
- const customizablePaleYellow: string;
301
- const customizableSoftBlack: string;
302
- const customizableSoftBlue: string;
303
- const customizableSoftBlueDeep: string;
304
- const customizableSoftGray: string;
305
- const customizableSoftGreen: string;
306
- const customizableSoftMint: string;
307
- const customizableSoftOrange: string;
308
- const customizableSoftPurple: string;
309
- const customizableSoftRed: string;
310
- const customizableSoftViolet: string;
311
- const customizableSoftYellow: string;
312
- }
313
- namespace dark {
314
- const textAccentPrimary_1: string;
315
- export { textAccentPrimary_1 as textAccentPrimary };
316
- const textAccentPrimaryHover_1: string;
317
- export { textAccentPrimaryHover_1 as textAccentPrimaryHover };
318
- const textAccentPrimaryPressed_1: string;
319
- export { textAccentPrimaryPressed_1 as textAccentPrimaryPressed };
320
- const textDisabled_1: string;
321
- export { textDisabled_1 as textDisabled };
322
- const textErrorPrimary_1: string;
323
- export { textErrorPrimary_1 as textErrorPrimary };
324
- const textErrorPrimaryHover_1: string;
325
- export { textErrorPrimaryHover_1 as textErrorPrimaryHover };
326
- const textErrorPrimaryPressed_1: string;
327
- export { textErrorPrimaryPressed_1 as textErrorPrimaryPressed };
328
- const textInvertedAccentPrimary_1: string;
329
- export { textInvertedAccentPrimary_1 as textInvertedAccentPrimary };
330
- const textInvertedAccentPrimaryHover_1: string;
331
- export { textInvertedAccentPrimaryHover_1 as textInvertedAccentPrimaryHover };
332
- const textInvertedAccentPrimaryPressed_1: string;
333
- export { textInvertedAccentPrimaryPressed_1 as textInvertedAccentPrimaryPressed };
334
- const textInvertedDisabled_1: string;
335
- export { textInvertedDisabled_1 as textInvertedDisabled };
336
- const textInvertedErrorPrimary_1: string;
337
- export { textInvertedErrorPrimary_1 as textInvertedErrorPrimary };
338
- const textInvertedErrorPrimaryHover_1: string;
339
- export { textInvertedErrorPrimaryHover_1 as textInvertedErrorPrimaryHover };
340
- const textInvertedErrorPrimaryPressed_1: string;
341
- export { textInvertedErrorPrimaryPressed_1 as textInvertedErrorPrimaryPressed };
342
- const textInvertedNeutralPrimary_1: string;
343
- export { textInvertedNeutralPrimary_1 as textInvertedNeutralPrimary };
344
- const textInvertedNeutralSecondary_1: string;
345
- export { textInvertedNeutralSecondary_1 as textInvertedNeutralSecondary };
346
- const textInvertedSuccessPrimary_1: string;
347
- export { textInvertedSuccessPrimary_1 as textInvertedSuccessPrimary };
348
- const textInvertedSuccessPrimaryHover_1: string;
349
- export { textInvertedSuccessPrimaryHover_1 as textInvertedSuccessPrimaryHover };
350
- const textInvertedSuccessPrimaryPressed_1: string;
351
- export { textInvertedSuccessPrimaryPressed_1 as textInvertedSuccessPrimaryPressed };
352
- const textInvertedWarningPrimary_1: string;
353
- export { textInvertedWarningPrimary_1 as textInvertedWarningPrimary };
354
- const textInvertedWarningPrimaryHover_1: string;
355
- export { textInvertedWarningPrimaryHover_1 as textInvertedWarningPrimaryHover };
356
- const textInvertedWarningPrimaryPressed_1: string;
357
- export { textInvertedWarningPrimaryPressed_1 as textInvertedWarningPrimaryPressed };
358
- const textLogo_1: string;
359
- export { textLogo_1 as textLogo };
360
- const textNeutralPrimary_1: string;
361
- export { textNeutralPrimary_1 as textNeutralPrimary };
362
- const textNeutralSecondary_1: string;
363
- export { textNeutralSecondary_1 as textNeutralSecondary };
364
- const textSuccessPrimary_1: string;
365
- export { textSuccessPrimary_1 as textSuccessPrimary };
366
- const textSuccessPrimaryHover_1: string;
367
- export { textSuccessPrimaryHover_1 as textSuccessPrimaryHover };
368
- const textSuccessPrimaryPressed_1: string;
369
- export { textSuccessPrimaryPressed_1 as textSuccessPrimaryPressed };
370
- const textWarningPrimary_1: string;
371
- export { textWarningPrimary_1 as textWarningPrimary };
372
- const textWarningPrimaryHover_1: string;
373
- export { textWarningPrimaryHover_1 as textWarningPrimaryHover };
374
- const textWarningPrimaryPressed_1: string;
375
- export { textWarningPrimaryPressed_1 as textWarningPrimaryPressed };
376
- const textConstDisabledBlack_1: string;
377
- export { textConstDisabledBlack_1 as textConstDisabledBlack };
378
- const textConstDisabledWhite_1: string;
379
- export { textConstDisabledWhite_1 as textConstDisabledWhite };
380
- const textConstPrimaryBlack_1: string;
381
- export { textConstPrimaryBlack_1 as textConstPrimaryBlack };
382
- const textConstPrimaryWhite_1: string;
383
- export { textConstPrimaryWhite_1 as textConstPrimaryWhite };
384
- const textConstSecondaryBlack_1: string;
385
- export { textConstSecondaryBlack_1 as textConstSecondaryBlack };
386
- const textConstSecondaryWhite_1: string;
387
- export { textConstSecondaryWhite_1 as textConstSecondaryWhite };
388
- const textOnAccentBoldDisabled_1: string;
389
- export { textOnAccentBoldDisabled_1 as textOnAccentBoldDisabled };
390
- const textOnAccentBoldPrimary_1: string;
391
- export { textOnAccentBoldPrimary_1 as textOnAccentBoldPrimary };
392
- const textOnAccentBoldSecondary_1: string;
393
- export { textOnAccentBoldSecondary_1 as textOnAccentBoldSecondary };
394
- const textOnBrandOriginalDisabled_1: string;
395
- export { textOnBrandOriginalDisabled_1 as textOnBrandOriginalDisabled };
396
- const textOnBrandOriginalPrimary_1: string;
397
- export { textOnBrandOriginalPrimary_1 as textOnBrandOriginalPrimary };
398
- const textOnBrandOriginalSecondary_1: string;
399
- export { textOnBrandOriginalSecondary_1 as textOnBrandOriginalSecondary };
400
- const shapeBoldAccent_1: string;
401
- export { shapeBoldAccent_1 as shapeBoldAccent };
402
- const shapeBoldAccentHover_1: string;
403
- export { shapeBoldAccentHover_1 as shapeBoldAccentHover };
404
- const shapeBoldAccentPressed_1: string;
405
- export { shapeBoldAccentPressed_1 as shapeBoldAccentPressed };
406
- const shapeBoldBrandOriginal_1: string;
407
- export { shapeBoldBrandOriginal_1 as shapeBoldBrandOriginal };
408
- const shapeBoldBrandOriginalHover_1: string;
409
- export { shapeBoldBrandOriginalHover_1 as shapeBoldBrandOriginalHover };
410
- const shapeBoldBrandOriginalPressed_1: string;
411
- export { shapeBoldBrandOriginalPressed_1 as shapeBoldBrandOriginalPressed };
412
- const shapeBoldError_1: string;
413
- export { shapeBoldError_1 as shapeBoldError };
414
- const shapeBoldErrorHover_1: string;
415
- export { shapeBoldErrorHover_1 as shapeBoldErrorHover };
416
- const shapeBoldErrorPressed_1: string;
417
- export { shapeBoldErrorPressed_1 as shapeBoldErrorPressed };
418
- const shapeBoldNeutral_1: string;
419
- export { shapeBoldNeutral_1 as shapeBoldNeutral };
420
- const shapeBoldNeutralHover_1: string;
421
- export { shapeBoldNeutralHover_1 as shapeBoldNeutralHover };
422
- const shapeBoldNeutralPressed_1: string;
423
- export { shapeBoldNeutralPressed_1 as shapeBoldNeutralPressed };
424
- const shapeBoldSuccess_1: string;
425
- export { shapeBoldSuccess_1 as shapeBoldSuccess };
426
- const shapeBoldSuccessHover_1: string;
427
- export { shapeBoldSuccessHover_1 as shapeBoldSuccessHover };
428
- const shapeBoldSuccessPressed_1: string;
429
- export { shapeBoldSuccessPressed_1 as shapeBoldSuccessPressed };
430
- const shapeBoldWarning_1: string;
431
- export { shapeBoldWarning_1 as shapeBoldWarning };
432
- const shapeBoldWarningHover_1: string;
433
- export { shapeBoldWarningHover_1 as shapeBoldWarningHover };
434
- const shapeBoldWarningPressed_1: string;
435
- export { shapeBoldWarningPressed_1 as shapeBoldWarningPressed };
436
- const shapeFaintAccent_1: string;
437
- export { shapeFaintAccent_1 as shapeFaintAccent };
438
- const shapeFaintAccentHover_1: string;
439
- export { shapeFaintAccentHover_1 as shapeFaintAccentHover };
440
- const shapeFaintAccentPressed_1: string;
441
- export { shapeFaintAccentPressed_1 as shapeFaintAccentPressed };
442
- const shapeFaintBrand_1: string;
443
- export { shapeFaintBrand_1 as shapeFaintBrand };
444
- const shapeFaintBrandHover_1: string;
445
- export { shapeFaintBrandHover_1 as shapeFaintBrandHover };
446
- const shapeFaintBrandPressed_1: string;
447
- export { shapeFaintBrandPressed_1 as shapeFaintBrandPressed };
448
- const shapeFaintError_1: string;
449
- export { shapeFaintError_1 as shapeFaintError };
450
- const shapeFaintErrorHover_1: string;
451
- export { shapeFaintErrorHover_1 as shapeFaintErrorHover };
452
- const shapeFaintErrorPressed_1: string;
453
- export { shapeFaintErrorPressed_1 as shapeFaintErrorPressed };
454
- const shapeFaintNeutralAlpha_1: string;
455
- export { shapeFaintNeutralAlpha_1 as shapeFaintNeutralAlpha };
456
- const shapeFaintNeutralAlphaHover_1: string;
457
- export { shapeFaintNeutralAlphaHover_1 as shapeFaintNeutralAlphaHover };
458
- const shapeFaintNeutralAlphaPressed_1: string;
459
- export { shapeFaintNeutralAlphaPressed_1 as shapeFaintNeutralAlphaPressed };
460
- const shapeFaintSuccess_1: string;
461
- export { shapeFaintSuccess_1 as shapeFaintSuccess };
462
- const shapeFaintSuccessHover_1: string;
463
- export { shapeFaintSuccessHover_1 as shapeFaintSuccessHover };
464
- const shapeFaintSuccessPressed_1: string;
465
- export { shapeFaintSuccessPressed_1 as shapeFaintSuccessPressed };
466
- const shapeFaintWarning_1: string;
467
- export { shapeFaintWarning_1 as shapeFaintWarning };
468
- const shapeFaintWarningHover_1: string;
469
- export { shapeFaintWarningHover_1 as shapeFaintWarningHover };
470
- const shapeFaintWarningPressed_1: string;
471
- export { shapeFaintWarningPressed_1 as shapeFaintWarningPressed };
472
- const shapeHeavyError_1: string;
473
- export { shapeHeavyError_1 as shapeHeavyError };
474
- const shapeHeavyNeutral_1: string;
475
- export { shapeHeavyNeutral_1 as shapeHeavyNeutral };
476
- const shapeHeavySuccess_1: string;
477
- export { shapeHeavySuccess_1 as shapeHeavySuccess };
478
- const shapeHeavyWarning_1: string;
479
- export { shapeHeavyWarning_1 as shapeHeavyWarning };
480
- const shapeOtherAccentBoldDisabled_1: string;
481
- export { shapeOtherAccentBoldDisabled_1 as shapeOtherAccentBoldDisabled };
482
- const shapeOtherBacklessHover_1: string;
483
- export { shapeOtherBacklessHover_1 as shapeOtherBacklessHover };
484
- const shapeOtherBacklessPressed_1: string;
485
- export { shapeOtherBacklessPressed_1 as shapeOtherBacklessPressed };
486
- const shapeOtherBase_1: string;
487
- export { shapeOtherBase_1 as shapeOtherBase };
488
- const shapeOtherBaseHover_1: string;
489
- export { shapeOtherBaseHover_1 as shapeOtherBaseHover };
490
- const shapeOtherBasePressed_1: string;
491
- export { shapeOtherBasePressed_1 as shapeOtherBasePressed };
492
- const shapeOtherDisabled_1: string;
493
- export { shapeOtherDisabled_1 as shapeOtherDisabled };
494
- const shapeOtherField_1: string;
495
- export { shapeOtherField_1 as shapeOtherField };
496
- const shapeOtherLow_1: string;
497
- export { shapeOtherLow_1 as shapeOtherLow };
498
- const shapeOtherLowHover_1: string;
499
- export { shapeOtherLowHover_1 as shapeOtherLowHover };
500
- const shapeOtherLowPressed_1: string;
501
- export { shapeOtherLowPressed_1 as shapeOtherLowPressed };
502
- const shapeOtherNeutralFaintSolid_1: string;
503
- export { shapeOtherNeutralFaintSolid_1 as shapeOtherNeutralFaintSolid };
504
- const shapeOtherNeutralFaintSolidHover_1: string;
505
- export { shapeOtherNeutralFaintSolidHover_1 as shapeOtherNeutralFaintSolidHover };
506
- const shapeOtherNeutralFaintSolidPressed_1: string;
507
- export { shapeOtherNeutralFaintSolidPressed_1 as shapeOtherNeutralFaintSolidPressed };
508
- const shapeOtherNeutralPaleSolid_1: string;
509
- export { shapeOtherNeutralPaleSolid_1 as shapeOtherNeutralPaleSolid };
510
- const shapeOtherNeutralPaleSolidHover_1: string;
511
- export { shapeOtherNeutralPaleSolidHover_1 as shapeOtherNeutralPaleSolidHover };
512
- const shapeOtherNeutralPaleSolidPressed_1: string;
513
- export { shapeOtherNeutralPaleSolidPressed_1 as shapeOtherNeutralPaleSolidPressed };
514
- const shapeOtherNeutralSoftSolid_1: string;
515
- export { shapeOtherNeutralSoftSolid_1 as shapeOtherNeutralSoftSolid };
516
- const shapeOtherNeutralSoftSolidHover_1: string;
517
- export { shapeOtherNeutralSoftSolidHover_1 as shapeOtherNeutralSoftSolidHover };
518
- const shapeOtherNeutralSoftSolidPressed_1: string;
519
- export { shapeOtherNeutralSoftSolidPressed_1 as shapeOtherNeutralSoftSolidPressed };
520
- const shapePaleAccent_1: string;
521
- export { shapePaleAccent_1 as shapePaleAccent };
522
- const shapePaleAccentHover_1: string;
523
- export { shapePaleAccentHover_1 as shapePaleAccentHover };
524
- const shapePaleAccentPressed_1: string;
525
- export { shapePaleAccentPressed_1 as shapePaleAccentPressed };
526
- const shapePaleBrand_1: string;
527
- export { shapePaleBrand_1 as shapePaleBrand };
528
- const shapePaleBrandHover_1: string;
529
- export { shapePaleBrandHover_1 as shapePaleBrandHover };
530
- const shapePaleBrandPressed_1: string;
531
- export { shapePaleBrandPressed_1 as shapePaleBrandPressed };
532
- const shapePaleError_1: string;
533
- export { shapePaleError_1 as shapePaleError };
534
- const shapePaleErrorHover_1: string;
535
- export { shapePaleErrorHover_1 as shapePaleErrorHover };
536
- const shapePaleErrorPressed_1: string;
537
- export { shapePaleErrorPressed_1 as shapePaleErrorPressed };
538
- const shapePaleNeutralAlpha_1: string;
539
- export { shapePaleNeutralAlpha_1 as shapePaleNeutralAlpha };
540
- const shapePaleNeutralAlphaHover_1: string;
541
- export { shapePaleNeutralAlphaHover_1 as shapePaleNeutralAlphaHover };
542
- const shapePaleNeutralAlphaPressed_1: string;
543
- export { shapePaleNeutralAlphaPressed_1 as shapePaleNeutralAlphaPressed };
544
- const shapePaleSuccess_1: string;
545
- export { shapePaleSuccess_1 as shapePaleSuccess };
546
- const shapePaleSuccessHover_1: string;
547
- export { shapePaleSuccessHover_1 as shapePaleSuccessHover };
548
- const shapePaleSuccessPressed_1: string;
549
- export { shapePaleSuccessPressed_1 as shapePaleSuccessPressed };
550
- const shapePaleWarning_1: string;
551
- export { shapePaleWarning_1 as shapePaleWarning };
552
- const shapePaleWarningHover_1: string;
553
- export { shapePaleWarningHover_1 as shapePaleWarningHover };
554
- const shapePaleWarningPressed_1: string;
555
- export { shapePaleWarningPressed_1 as shapePaleWarningPressed };
556
- const shapeSoftAccent_1: string;
557
- export { shapeSoftAccent_1 as shapeSoftAccent };
558
- const shapeSoftAccentHover_1: string;
559
- export { shapeSoftAccentHover_1 as shapeSoftAccentHover };
560
- const shapeSoftAccentPressed_1: string;
561
- export { shapeSoftAccentPressed_1 as shapeSoftAccentPressed };
562
- const shapeSoftBrand_1: string;
563
- export { shapeSoftBrand_1 as shapeSoftBrand };
564
- const shapeSoftBrandHover_1: string;
565
- export { shapeSoftBrandHover_1 as shapeSoftBrandHover };
566
- const shapeSoftBrandPressed_1: string;
567
- export { shapeSoftBrandPressed_1 as shapeSoftBrandPressed };
568
- const shapeSoftError_1: string;
569
- export { shapeSoftError_1 as shapeSoftError };
570
- const shapeSoftErrorHover_1: string;
571
- export { shapeSoftErrorHover_1 as shapeSoftErrorHover };
572
- const shapeSoftErrorPressed_1: string;
573
- export { shapeSoftErrorPressed_1 as shapeSoftErrorPressed };
574
- const shapeSoftNeutralAlpha_1: string;
575
- export { shapeSoftNeutralAlpha_1 as shapeSoftNeutralAlpha };
576
- const shapeSoftNeutralAlphaHover_1: string;
577
- export { shapeSoftNeutralAlphaHover_1 as shapeSoftNeutralAlphaHover };
578
- const shapeSoftNeutralAlphaPressed_1: string;
579
- export { shapeSoftNeutralAlphaPressed_1 as shapeSoftNeutralAlphaPressed };
580
- const shapeSoftSuccess_1: string;
581
- export { shapeSoftSuccess_1 as shapeSoftSuccess };
582
- const shapeSoftSuccessHover_1: string;
583
- export { shapeSoftSuccessHover_1 as shapeSoftSuccessHover };
584
- const shapeSoftSuccessPressed_1: string;
585
- export { shapeSoftSuccessPressed_1 as shapeSoftSuccessPressed };
586
- const shapeSoftWarning_1: string;
587
- export { shapeSoftWarning_1 as shapeSoftWarning };
588
- const shapeSoftWarningHover_1: string;
589
- export { shapeSoftWarningHover_1 as shapeSoftWarningHover };
590
- const shapeSoftWarningPressed_1: string;
591
- export { shapeSoftWarningPressed_1 as shapeSoftWarningPressed };
592
- const shapeInvertedBacklessHover_1: string;
593
- export { shapeInvertedBacklessHover_1 as shapeInvertedBacklessHover };
594
- const shapeInvertedBacklessPressed_1: string;
595
- export { shapeInvertedBacklessPressed_1 as shapeInvertedBacklessPressed };
596
- const shapeInvertedDisabled_1: string;
597
- export { shapeInvertedDisabled_1 as shapeInvertedDisabled };
598
- const shapeInvertedNeutralFaintAlpha_1: string;
599
- export { shapeInvertedNeutralFaintAlpha_1 as shapeInvertedNeutralFaintAlpha };
600
- const shapeInvertedNeutralFaintAlphaHover_1: string;
601
- export { shapeInvertedNeutralFaintAlphaHover_1 as shapeInvertedNeutralFaintAlphaHover };
602
- const shapeInvertedNeutralFaintAlphaPressed_1: string;
603
- export { shapeInvertedNeutralFaintAlphaPressed_1 as shapeInvertedNeutralFaintAlphaPressed };
604
- const shapeInvertedNeutralHeavy_1: string;
605
- export { shapeInvertedNeutralHeavy_1 as shapeInvertedNeutralHeavy };
606
- const shapeInvertedNeutralHeavyHover_1: string;
607
- export { shapeInvertedNeutralHeavyHover_1 as shapeInvertedNeutralHeavyHover };
608
- const shapeInvertedNeutralHeavyPressed_1: string;
609
- export { shapeInvertedNeutralHeavyPressed_1 as shapeInvertedNeutralHeavyPressed };
610
- const shapeInvertedNeutralPaleAlpha_1: string;
611
- export { shapeInvertedNeutralPaleAlpha_1 as shapeInvertedNeutralPaleAlpha };
612
- const shapeInvertedNeutralPaleAlphaHover_1: string;
613
- export { shapeInvertedNeutralPaleAlphaHover_1 as shapeInvertedNeutralPaleAlphaHover };
614
- const shapeInvertedNeutralPaleAlphaPressed_1: string;
615
- export { shapeInvertedNeutralPaleAlphaPressed_1 as shapeInvertedNeutralPaleAlphaPressed };
616
- const shapeInvertedNeutralSoftAlpha_1: string;
617
- export { shapeInvertedNeutralSoftAlpha_1 as shapeInvertedNeutralSoftAlpha };
618
- const shapeInvertedNeutralSoftAlphaHover_1: string;
619
- export { shapeInvertedNeutralSoftAlphaHover_1 as shapeInvertedNeutralSoftAlphaHover };
620
- const shapeInvertedNeutralSoftAlphaPressed_1: string;
621
- export { shapeInvertedNeutralSoftAlphaPressed_1 as shapeInvertedNeutralSoftAlphaPressed };
622
- const shapeConstBacklessBlackHover_1: string;
623
- export { shapeConstBacklessBlackHover_1 as shapeConstBacklessBlackHover };
624
- const shapeConstBacklessBlackPressed_1: string;
625
- export { shapeConstBacklessBlackPressed_1 as shapeConstBacklessBlackPressed };
626
- const shapeConstBacklessWhiteHover_1: string;
627
- export { shapeConstBacklessWhiteHover_1 as shapeConstBacklessWhiteHover };
628
- const shapeConstBacklessWhitePressed_1: string;
629
- export { shapeConstBacklessWhitePressed_1 as shapeConstBacklessWhitePressed };
630
- const shapeConstDisabledBlack_1: string;
631
- export { shapeConstDisabledBlack_1 as shapeConstDisabledBlack };
632
- const shapeConstDisabledWhite_1: string;
633
- export { shapeConstDisabledWhite_1 as shapeConstDisabledWhite };
634
- const shapeConstFaintBlack_1: string;
635
- export { shapeConstFaintBlack_1 as shapeConstFaintBlack };
636
- const shapeConstFaintBlackHover_1: string;
637
- export { shapeConstFaintBlackHover_1 as shapeConstFaintBlackHover };
638
- const shapeConstFaintBlackPressed_1: string;
639
- export { shapeConstFaintBlackPressed_1 as shapeConstFaintBlackPressed };
640
- const shapeConstFaintWhite_1: string;
641
- export { shapeConstFaintWhite_1 as shapeConstFaintWhite };
642
- const shapeConstFaintWhiteHover_1: string;
643
- export { shapeConstFaintWhiteHover_1 as shapeConstFaintWhiteHover };
644
- const shapeConstFaintWhitePressed_1: string;
645
- export { shapeConstFaintWhitePressed_1 as shapeConstFaintWhitePressed };
646
- const shapeConstHeavyBlack_1: string;
647
- export { shapeConstHeavyBlack_1 as shapeConstHeavyBlack };
648
- const shapeConstHeavyBlackHover_1: string;
649
- export { shapeConstHeavyBlackHover_1 as shapeConstHeavyBlackHover };
650
- const shapeConstHeavyBlackPressed_1: string;
651
- export { shapeConstHeavyBlackPressed_1 as shapeConstHeavyBlackPressed };
652
- const shapeConstHeavyWhite_1: string;
653
- export { shapeConstHeavyWhite_1 as shapeConstHeavyWhite };
654
- const shapeConstHeavyWhiteHover_1: string;
655
- export { shapeConstHeavyWhiteHover_1 as shapeConstHeavyWhiteHover };
656
- const shapeConstHeavyWhitePressed_1: string;
657
- export { shapeConstHeavyWhitePressed_1 as shapeConstHeavyWhitePressed };
658
- const shapeConstPaleBlack_1: string;
659
- export { shapeConstPaleBlack_1 as shapeConstPaleBlack };
660
- const shapeConstPaleBlackHover_1: string;
661
- export { shapeConstPaleBlackHover_1 as shapeConstPaleBlackHover };
662
- const shapeConstPaleBlackPressed_1: string;
663
- export { shapeConstPaleBlackPressed_1 as shapeConstPaleBlackPressed };
664
- const shapeConstPaleWhite_1: string;
665
- export { shapeConstPaleWhite_1 as shapeConstPaleWhite };
666
- const shapeConstPaleWhiteHover_1: string;
667
- export { shapeConstPaleWhiteHover_1 as shapeConstPaleWhiteHover };
668
- const shapeConstPaleWhitePressed_1: string;
669
- export { shapeConstPaleWhitePressed_1 as shapeConstPaleWhitePressed };
670
- const shapeConstPromo_1: string;
671
- export { shapeConstPromo_1 as shapeConstPromo };
672
- const shapeConstSoftBlack_1: string;
673
- export { shapeConstSoftBlack_1 as shapeConstSoftBlack };
674
- const shapeConstSoftBlackHover_1: string;
675
- export { shapeConstSoftBlackHover_1 as shapeConstSoftBlackHover };
676
- const shapeConstSoftBlackPressed_1: string;
677
- export { shapeConstSoftBlackPressed_1 as shapeConstSoftBlackPressed };
678
- const shapeConstSoftWhite_1: string;
679
- export { shapeConstSoftWhite_1 as shapeConstSoftWhite };
680
- const shapeConstSoftWhiteHover_1: string;
681
- export { shapeConstSoftWhiteHover_1 as shapeConstSoftWhiteHover };
682
- const shapeConstSoftWhitePressed_1: string;
683
- export { shapeConstSoftWhitePressed_1 as shapeConstSoftWhitePressed };
684
- const lineAccentBold_1: string;
685
- export { lineAccentBold_1 as lineAccentBold };
686
- const lineAccentBoldHover_1: string;
687
- export { lineAccentBoldHover_1 as lineAccentBoldHover };
688
- const lineAccentBoldPressed_1: string;
689
- export { lineAccentBoldPressed_1 as lineAccentBoldPressed };
690
- const lineAccentPale_1: string;
691
- export { lineAccentPale_1 as lineAccentPale };
692
- const lineAccentPaleHover_1: string;
693
- export { lineAccentPaleHover_1 as lineAccentPaleHover };
694
- const lineAccentPalePressed_1: string;
695
- export { lineAccentPalePressed_1 as lineAccentPalePressed };
696
- const lineAccentSoft_1: string;
697
- export { lineAccentSoft_1 as lineAccentSoft };
698
- const lineAccentSoftHover_1: string;
699
- export { lineAccentSoftHover_1 as lineAccentSoftHover };
700
- const lineAccentSoftPressed_1: string;
701
- export { lineAccentSoftPressed_1 as lineAccentSoftPressed };
702
- const lineBrandOriginal_1: string;
703
- export { lineBrandOriginal_1 as lineBrandOriginal };
704
- const lineErrorBold_1: string;
705
- export { lineErrorBold_1 as lineErrorBold };
706
- const lineErrorBoldHover_1: string;
707
- export { lineErrorBoldHover_1 as lineErrorBoldHover };
708
- const lineErrorBoldPressed_1: string;
709
- export { lineErrorBoldPressed_1 as lineErrorBoldPressed };
710
- const lineNeutralFaint_1: string;
711
- export { lineNeutralFaint_1 as lineNeutralFaint };
712
- const lineNeutralPale_1: string;
713
- export { lineNeutralPale_1 as lineNeutralPale };
714
- const lineNeutralPaleHover_1: string;
715
- export { lineNeutralPaleHover_1 as lineNeutralPaleHover };
716
- const lineNeutralPalePressed_1: string;
717
- export { lineNeutralPalePressed_1 as lineNeutralPalePressed };
718
- const lineOnAccentBoldFaint_1: string;
719
- export { lineOnAccentBoldFaint_1 as lineOnAccentBoldFaint };
720
- const lineOnAccentBoldPale_1: string;
721
- export { lineOnAccentBoldPale_1 as lineOnAccentBoldPale };
722
- const lineOnBrandOriginalFaint_1: string;
723
- export { lineOnBrandOriginalFaint_1 as lineOnBrandOriginalFaint };
724
- const lineOnBrandOriginalPale_1: string;
725
- export { lineOnBrandOriginalPale_1 as lineOnBrandOriginalPale };
726
- const lineSuccessBold_1: string;
727
- export { lineSuccessBold_1 as lineSuccessBold };
728
- const lineSuccessBoldHover_1: string;
729
- export { lineSuccessBoldHover_1 as lineSuccessBoldHover };
730
- const lineSuccessBoldPressed_1: string;
731
- export { lineSuccessBoldPressed_1 as lineSuccessBoldPressed };
732
- const lineWarningBold_1: string;
733
- export { lineWarningBold_1 as lineWarningBold };
734
- const lineWarningBoldHover_1: string;
735
- export { lineWarningBoldHover_1 as lineWarningBoldHover };
736
- const lineWarningBoldPressed_1: string;
737
- export { lineWarningBoldPressed_1 as lineWarningBoldPressed };
738
- const lineInvertedAccentBold_1: string;
739
- export { lineInvertedAccentBold_1 as lineInvertedAccentBold };
740
- const lineInvertedAccentBoldHover_1: string;
741
- export { lineInvertedAccentBoldHover_1 as lineInvertedAccentBoldHover };
742
- const lineInvertedAccentBoldPressed_1: string;
743
- export { lineInvertedAccentBoldPressed_1 as lineInvertedAccentBoldPressed };
744
- const lineInvertedAccentPale_1: string;
745
- export { lineInvertedAccentPale_1 as lineInvertedAccentPale };
746
- const lineInvertedAccentPaleHover_1: string;
747
- export { lineInvertedAccentPaleHover_1 as lineInvertedAccentPaleHover };
748
- const lineInvertedAccentPalePressed_1: string;
749
- export { lineInvertedAccentPalePressed_1 as lineInvertedAccentPalePressed };
750
- const lineInvertedAccentSoft_1: string;
751
- export { lineInvertedAccentSoft_1 as lineInvertedAccentSoft };
752
- const lineInvertedAccentSoftHover_1: string;
753
- export { lineInvertedAccentSoftHover_1 as lineInvertedAccentSoftHover };
754
- const lineInvertedAccentSoftPressed_1: string;
755
- export { lineInvertedAccentSoftPressed_1 as lineInvertedAccentSoftPressed };
756
- const lineInvertedErrorBold_1: string;
757
- export { lineInvertedErrorBold_1 as lineInvertedErrorBold };
758
- const lineInvertedErrorBoldHover_1: string;
759
- export { lineInvertedErrorBoldHover_1 as lineInvertedErrorBoldHover };
760
- const lineInvertedErrorBoldPressed_1: string;
761
- export { lineInvertedErrorBoldPressed_1 as lineInvertedErrorBoldPressed };
762
- const lineInvertedNeutralFaint_1: string;
763
- export { lineInvertedNeutralFaint_1 as lineInvertedNeutralFaint };
764
- const lineInvertedNeutralPale_1: string;
765
- export { lineInvertedNeutralPale_1 as lineInvertedNeutralPale };
766
- const lineInvertedNeutralPaleHover_1: string;
767
- export { lineInvertedNeutralPaleHover_1 as lineInvertedNeutralPaleHover };
768
- const lineInvertedNeutralPalePressed_1: string;
769
- export { lineInvertedNeutralPalePressed_1 as lineInvertedNeutralPalePressed };
770
- const lineInvertedSuccessBold_1: string;
771
- export { lineInvertedSuccessBold_1 as lineInvertedSuccessBold };
772
- const lineInvertedSuccessBoldHover_1: string;
773
- export { lineInvertedSuccessBoldHover_1 as lineInvertedSuccessBoldHover };
774
- const lineInvertedSuccessBoldPressed_1: string;
775
- export { lineInvertedSuccessBoldPressed_1 as lineInvertedSuccessBoldPressed };
776
- const lineInvertedWarningBold_1: string;
777
- export { lineInvertedWarningBold_1 as lineInvertedWarningBold };
778
- const lineInvertedWarningBoldHover_1: string;
779
- export { lineInvertedWarningBoldHover_1 as lineInvertedWarningBoldHover };
780
- const lineInvertedWarningBoldPressed_1: string;
781
- export { lineInvertedWarningBoldPressed_1 as lineInvertedWarningBoldPressed };
782
- const lineConstFaintBlack_1: string;
783
- export { lineConstFaintBlack_1 as lineConstFaintBlack };
784
- const lineConstFaintWhite_1: string;
785
- export { lineConstFaintWhite_1 as lineConstFaintWhite };
786
- const lineConstPaleBlack_1: string;
787
- export { lineConstPaleBlack_1 as lineConstPaleBlack };
788
- const lineConstPaleBlackHover_1: string;
789
- export { lineConstPaleBlackHover_1 as lineConstPaleBlackHover };
790
- const lineConstPaleBlackPressed_1: string;
791
- export { lineConstPaleBlackPressed_1 as lineConstPaleBlackPressed };
792
- const lineConstPaleWhite_1: string;
793
- export { lineConstPaleWhite_1 as lineConstPaleWhite };
794
- const lineConstPaleWhiteHover_1: string;
795
- export { lineConstPaleWhiteHover_1 as lineConstPaleWhiteHover };
796
- const lineConstPaleWhitePressed_1: string;
797
- export { lineConstPaleWhitePressed_1 as lineConstPaleWhitePressed };
798
- const surfaceBase_1: string;
799
- export { surfaceBase_1 as surfaceBase };
800
- const surfaceHigh_1: string;
801
- export { surfaceHigh_1 as surfaceHigh };
802
- const surfaceLow_1: string;
803
- export { surfaceLow_1 as surfaceLow };
804
- const surfaceModalBackdrop_1: string;
805
- export { surfaceModalBackdrop_1 as surfaceModalBackdrop };
806
- const illustrationBlack_1: string;
807
- export { illustrationBlack_1 as illustrationBlack };
808
- const illustrationBrand_1: string;
809
- export { illustrationBrand_1 as illustrationBrand };
810
- const illustrationComplement_1: string;
811
- export { illustrationComplement_1 as illustrationComplement };
812
- const illustrationOnBrand_1: string;
813
- export { illustrationOnBrand_1 as illustrationOnBrand };
814
- const illustrationOnComplement_1: string;
815
- export { illustrationOnComplement_1 as illustrationOnComplement };
816
- const illustrationPromo_1: string;
817
- export { illustrationPromo_1 as illustrationPromo };
818
- const illustrationSymbol_1: string;
819
- export { illustrationSymbol_1 as illustrationSymbol };
820
- const illustrationWhite_1: string;
821
- export { illustrationWhite_1 as illustrationWhite };
822
- const customizableBoldBlack_1: string;
823
- export { customizableBoldBlack_1 as customizableBoldBlack };
824
- const customizableBoldBlue_1: string;
825
- export { customizableBoldBlue_1 as customizableBoldBlue };
826
- const customizableBoldBlueDeep_1: string;
827
- export { customizableBoldBlueDeep_1 as customizableBoldBlueDeep };
828
- const customizableBoldGray_1: string;
829
- export { customizableBoldGray_1 as customizableBoldGray };
830
- const customizableBoldGreen_1: string;
831
- export { customizableBoldGreen_1 as customizableBoldGreen };
832
- const customizableBoldMint_1: string;
833
- export { customizableBoldMint_1 as customizableBoldMint };
834
- const customizableBoldOrange_1: string;
835
- export { customizableBoldOrange_1 as customizableBoldOrange };
836
- const customizableBoldPurple_1: string;
837
- export { customizableBoldPurple_1 as customizableBoldPurple };
838
- const customizableBoldRed_1: string;
839
- export { customizableBoldRed_1 as customizableBoldRed };
840
- const customizableBoldViolet_1: string;
841
- export { customizableBoldViolet_1 as customizableBoldViolet };
842
- const customizableBoldYellow_1: string;
843
- export { customizableBoldYellow_1 as customizableBoldYellow };
844
- const customizableFaintBlack_1: string;
845
- export { customizableFaintBlack_1 as customizableFaintBlack };
846
- const customizableFaintBlue_1: string;
847
- export { customizableFaintBlue_1 as customizableFaintBlue };
848
- const customizableFaintBlueDeep_1: string;
849
- export { customizableFaintBlueDeep_1 as customizableFaintBlueDeep };
850
- const customizableFaintGray_1: string;
851
- export { customizableFaintGray_1 as customizableFaintGray };
852
- const customizableFaintGreen_1: string;
853
- export { customizableFaintGreen_1 as customizableFaintGreen };
854
- const customizableFaintMint_1: string;
855
- export { customizableFaintMint_1 as customizableFaintMint };
856
- const customizableFaintOrange_1: string;
857
- export { customizableFaintOrange_1 as customizableFaintOrange };
858
- const customizableFaintPurple_1: string;
859
- export { customizableFaintPurple_1 as customizableFaintPurple };
860
- const customizableFaintRed_1: string;
861
- export { customizableFaintRed_1 as customizableFaintRed };
862
- const customizableFaintViolet_1: string;
863
- export { customizableFaintViolet_1 as customizableFaintViolet };
864
- const customizableFaintYellow_1: string;
865
- export { customizableFaintYellow_1 as customizableFaintYellow };
866
- const customizableHeavyBlack_1: string;
867
- export { customizableHeavyBlack_1 as customizableHeavyBlack };
868
- const customizableHeavyBlue_1: string;
869
- export { customizableHeavyBlue_1 as customizableHeavyBlue };
870
- const customizableHeavyBlueDeep_1: string;
871
- export { customizableHeavyBlueDeep_1 as customizableHeavyBlueDeep };
872
- const customizableHeavyGray_1: string;
873
- export { customizableHeavyGray_1 as customizableHeavyGray };
874
- const customizableHeavyGreen_1: string;
875
- export { customizableHeavyGreen_1 as customizableHeavyGreen };
876
- const customizableHeavyMint_1: string;
877
- export { customizableHeavyMint_1 as customizableHeavyMint };
878
- const customizableHeavyOrange_1: string;
879
- export { customizableHeavyOrange_1 as customizableHeavyOrange };
880
- const customizableHeavyPurple_1: string;
881
- export { customizableHeavyPurple_1 as customizableHeavyPurple };
882
- const customizableHeavyRed_1: string;
883
- export { customizableHeavyRed_1 as customizableHeavyRed };
884
- const customizableHeavyViolet_1: string;
885
- export { customizableHeavyViolet_1 as customizableHeavyViolet };
886
- const customizableHeavyYellow_1: string;
887
- export { customizableHeavyYellow_1 as customizableHeavyYellow };
888
- const customizablePaleBlack_1: string;
889
- export { customizablePaleBlack_1 as customizablePaleBlack };
890
- const customizablePaleBlue_1: string;
891
- export { customizablePaleBlue_1 as customizablePaleBlue };
892
- const customizablePaleBlueDeep_1: string;
893
- export { customizablePaleBlueDeep_1 as customizablePaleBlueDeep };
894
- const customizablePaleGray_1: string;
895
- export { customizablePaleGray_1 as customizablePaleGray };
896
- const customizablePaleGreen_1: string;
897
- export { customizablePaleGreen_1 as customizablePaleGreen };
898
- const customizablePaleMint_1: string;
899
- export { customizablePaleMint_1 as customizablePaleMint };
900
- const customizablePaleOrange_1: string;
901
- export { customizablePaleOrange_1 as customizablePaleOrange };
902
- const customizablePalePurple_1: string;
903
- export { customizablePalePurple_1 as customizablePalePurple };
904
- const customizablePaleRed_1: string;
905
- export { customizablePaleRed_1 as customizablePaleRed };
906
- const customizablePaleViolet_1: string;
907
- export { customizablePaleViolet_1 as customizablePaleViolet };
908
- const customizablePaleYellow_1: string;
909
- export { customizablePaleYellow_1 as customizablePaleYellow };
910
- const customizableSoftBlack_1: string;
911
- export { customizableSoftBlack_1 as customizableSoftBlack };
912
- const customizableSoftBlue_1: string;
913
- export { customizableSoftBlue_1 as customizableSoftBlue };
914
- const customizableSoftBlueDeep_1: string;
915
- export { customizableSoftBlueDeep_1 as customizableSoftBlueDeep };
916
- const customizableSoftGray_1: string;
917
- export { customizableSoftGray_1 as customizableSoftGray };
918
- const customizableSoftGreen_1: string;
919
- export { customizableSoftGreen_1 as customizableSoftGreen };
920
- const customizableSoftMint_1: string;
921
- export { customizableSoftMint_1 as customizableSoftMint };
922
- const customizableSoftOrange_1: string;
923
- export { customizableSoftOrange_1 as customizableSoftOrange };
924
- const customizableSoftPurple_1: string;
925
- export { customizableSoftPurple_1 as customizableSoftPurple };
926
- const customizableSoftRed_1: string;
927
- export { customizableSoftRed_1 as customizableSoftRed };
928
- const customizableSoftViolet_1: string;
929
- export { customizableSoftViolet_1 as customizableSoftViolet };
930
- const customizableSoftYellow_1: string;
931
- export { customizableSoftYellow_1 as customizableSoftYellow };
932
- }
933
- }