@mage-ui/preset 0.0.10

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 (325) hide show
  1. package/dist/conditions/index.d.ts +5 -0
  2. package/dist/conditions/index.d.ts.map +1 -0
  3. package/dist/conditions/index.js +8 -0
  4. package/dist/conditions/index.js.map +1 -0
  5. package/dist/conditions/item-selectors.d.ts +5 -0
  6. package/dist/conditions/item-selectors.d.ts.map +1 -0
  7. package/dist/conditions/item-selectors.js +7 -0
  8. package/dist/conditions/item-selectors.js.map +1 -0
  9. package/dist/index.d.ts +3 -0
  10. package/dist/index.d.ts.map +1 -0
  11. package/dist/index.js +21 -0
  12. package/dist/index.js.map +1 -0
  13. package/dist/recipes/atoms/avatar/avatar.d.ts +2 -0
  14. package/dist/recipes/atoms/avatar/avatar.d.ts.map +1 -0
  15. package/dist/recipes/atoms/avatar/avatar.js +73 -0
  16. package/dist/recipes/atoms/avatar/avatar.js.map +1 -0
  17. package/dist/recipes/atoms/badges/badge-section.d.ts +3 -0
  18. package/dist/recipes/atoms/badges/badge-section.d.ts.map +1 -0
  19. package/dist/recipes/atoms/badges/badge-section.js +17 -0
  20. package/dist/recipes/atoms/badges/badge-section.js.map +1 -0
  21. package/dist/recipes/atoms/badges/badge.d.ts +3 -0
  22. package/dist/recipes/atoms/badges/badge.d.ts.map +1 -0
  23. package/dist/recipes/atoms/badges/badge.js +52 -0
  24. package/dist/recipes/atoms/badges/badge.js.map +1 -0
  25. package/dist/recipes/atoms/buttons/button-icon-icon.d.ts +3 -0
  26. package/dist/recipes/atoms/buttons/button-icon-icon.d.ts.map +1 -0
  27. package/dist/recipes/atoms/buttons/button-icon-icon.js +45 -0
  28. package/dist/recipes/atoms/buttons/button-icon-icon.js.map +1 -0
  29. package/dist/recipes/atoms/buttons/button-icon.d.ts +3 -0
  30. package/dist/recipes/atoms/buttons/button-icon.d.ts.map +1 -0
  31. package/dist/recipes/atoms/buttons/button-icon.js +40 -0
  32. package/dist/recipes/atoms/buttons/button-icon.js.map +1 -0
  33. package/dist/recipes/atoms/buttons/button-inner.d.ts +3 -0
  34. package/dist/recipes/atoms/buttons/button-inner.d.ts.map +1 -0
  35. package/dist/recipes/atoms/buttons/button-inner.js +17 -0
  36. package/dist/recipes/atoms/buttons/button-inner.js.map +1 -0
  37. package/dist/recipes/atoms/buttons/button-label.d.ts +3 -0
  38. package/dist/recipes/atoms/buttons/button-label.d.ts.map +1 -0
  39. package/dist/recipes/atoms/buttons/button-label.js +17 -0
  40. package/dist/recipes/atoms/buttons/button-label.js.map +1 -0
  41. package/dist/recipes/atoms/buttons/button-section.d.ts +3 -0
  42. package/dist/recipes/atoms/buttons/button-section.d.ts.map +1 -0
  43. package/dist/recipes/atoms/buttons/button-section.js +16 -0
  44. package/dist/recipes/atoms/buttons/button-section.js.map +1 -0
  45. package/dist/recipes/atoms/buttons/button.d.ts +3 -0
  46. package/dist/recipes/atoms/buttons/button.d.ts.map +1 -0
  47. package/dist/recipes/atoms/buttons/button.js +226 -0
  48. package/dist/recipes/atoms/buttons/button.js.map +1 -0
  49. package/dist/recipes/atoms/buttons/index.d.ts +9 -0
  50. package/dist/recipes/atoms/buttons/index.d.ts.map +1 -0
  51. package/dist/recipes/atoms/buttons/index.js +18 -0
  52. package/dist/recipes/atoms/buttons/index.js.map +1 -0
  53. package/dist/recipes/atoms/dropdown/dropdown.d.ts +4 -0
  54. package/dist/recipes/atoms/dropdown/dropdown.d.ts.map +1 -0
  55. package/dist/recipes/atoms/dropdown/dropdown.js +22 -0
  56. package/dist/recipes/atoms/dropdown/dropdown.js.map +1 -0
  57. package/dist/recipes/atoms/icon/icon.d.ts +50 -0
  58. package/dist/recipes/atoms/icon/icon.d.ts.map +1 -0
  59. package/dist/recipes/atoms/icon/icon.js +85 -0
  60. package/dist/recipes/atoms/icon/icon.js.map +1 -0
  61. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts +3 -0
  62. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts.map +1 -0
  63. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js +18 -0
  64. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js.map +1 -0
  65. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts +3 -0
  66. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts.map +1 -0
  67. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js +12 -0
  68. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js.map +1 -0
  69. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts +3 -0
  70. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts.map +1 -0
  71. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js +12 -0
  72. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js.map +1 -0
  73. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts +3 -0
  74. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts.map +1 -0
  75. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js +23 -0
  76. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js.map +1 -0
  77. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts +3 -0
  78. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts.map +1 -0
  79. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js +16 -0
  80. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js.map +1 -0
  81. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts +3 -0
  82. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts.map +1 -0
  83. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js +35 -0
  84. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js.map +1 -0
  85. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts +3 -0
  86. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts.map +1 -0
  87. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js +14 -0
  88. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js.map +1 -0
  89. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts +3 -0
  90. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts.map +1 -0
  91. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js +12 -0
  92. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js.map +1 -0
  93. package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts +4 -0
  94. package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts.map +1 -0
  95. package/dist/recipes/atoms/inputs/combobox/combobox-empty.js +19 -0
  96. package/dist/recipes/atoms/inputs/combobox/combobox-empty.js.map +1 -0
  97. package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts +4 -0
  98. package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts.map +1 -0
  99. package/dist/recipes/atoms/inputs/combobox/combobox-option.js +52 -0
  100. package/dist/recipes/atoms/inputs/combobox/combobox-option.js.map +1 -0
  101. package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts +4 -0
  102. package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts.map +1 -0
  103. package/dist/recipes/atoms/inputs/combobox/combobox-section.js +14 -0
  104. package/dist/recipes/atoms/inputs/combobox/combobox-section.js.map +1 -0
  105. package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts +3 -0
  106. package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts.map +1 -0
  107. package/dist/recipes/atoms/inputs/datepicker-dropdown.js +17 -0
  108. package/dist/recipes/atoms/inputs/datepicker-dropdown.js.map +1 -0
  109. package/dist/recipes/atoms/inputs/datepicker-input.d.ts +3 -0
  110. package/dist/recipes/atoms/inputs/datepicker-input.d.ts.map +1 -0
  111. package/dist/recipes/atoms/inputs/datepicker-input.js +19 -0
  112. package/dist/recipes/atoms/inputs/datepicker-input.js.map +1 -0
  113. package/dist/recipes/atoms/inputs/form-control.d.ts +4 -0
  114. package/dist/recipes/atoms/inputs/form-control.d.ts.map +1 -0
  115. package/dist/recipes/atoms/inputs/form-control.js +52 -0
  116. package/dist/recipes/atoms/inputs/form-control.js.map +1 -0
  117. package/dist/recipes/atoms/inputs/index.d.ts +25 -0
  118. package/dist/recipes/atoms/inputs/index.d.ts.map +1 -0
  119. package/dist/recipes/atoms/inputs/index.js +50 -0
  120. package/dist/recipes/atoms/inputs/index.js.map +1 -0
  121. package/dist/recipes/atoms/inputs/input-description.d.ts +3 -0
  122. package/dist/recipes/atoms/inputs/input-description.d.ts.map +1 -0
  123. package/dist/recipes/atoms/inputs/input-description.js +18 -0
  124. package/dist/recipes/atoms/inputs/input-description.js.map +1 -0
  125. package/dist/recipes/atoms/inputs/input-error.d.ts +3 -0
  126. package/dist/recipes/atoms/inputs/input-error.d.ts.map +1 -0
  127. package/dist/recipes/atoms/inputs/input-error.js +20 -0
  128. package/dist/recipes/atoms/inputs/input-error.js.map +1 -0
  129. package/dist/recipes/atoms/inputs/input-label.d.ts +3 -0
  130. package/dist/recipes/atoms/inputs/input-label.d.ts.map +1 -0
  131. package/dist/recipes/atoms/inputs/input-label.js +28 -0
  132. package/dist/recipes/atoms/inputs/input-label.js.map +1 -0
  133. package/dist/recipes/atoms/inputs/input-placeholder.d.ts +3 -0
  134. package/dist/recipes/atoms/inputs/input-placeholder.d.ts.map +1 -0
  135. package/dist/recipes/atoms/inputs/input-placeholder.js +14 -0
  136. package/dist/recipes/atoms/inputs/input-placeholder.js.map +1 -0
  137. package/dist/recipes/atoms/inputs/input-root.d.ts +3 -0
  138. package/dist/recipes/atoms/inputs/input-root.d.ts.map +1 -0
  139. package/dist/recipes/atoms/inputs/input-root.js +17 -0
  140. package/dist/recipes/atoms/inputs/input-root.js.map +1 -0
  141. package/dist/recipes/atoms/inputs/input-section.d.ts +3 -0
  142. package/dist/recipes/atoms/inputs/input-section.d.ts.map +1 -0
  143. package/dist/recipes/atoms/inputs/input-section.js +37 -0
  144. package/dist/recipes/atoms/inputs/input-section.js.map +1 -0
  145. package/dist/recipes/atoms/inputs/input-wrapper.d.ts +3 -0
  146. package/dist/recipes/atoms/inputs/input-wrapper.d.ts.map +1 -0
  147. package/dist/recipes/atoms/inputs/input-wrapper.js +18 -0
  148. package/dist/recipes/atoms/inputs/input-wrapper.js.map +1 -0
  149. package/dist/recipes/atoms/inputs/input.d.ts +3 -0
  150. package/dist/recipes/atoms/inputs/input.d.ts.map +1 -0
  151. package/dist/recipes/atoms/inputs/input.js +46 -0
  152. package/dist/recipes/atoms/inputs/input.js.map +1 -0
  153. package/dist/recipes/atoms/tab/tab-label.d.ts +3 -0
  154. package/dist/recipes/atoms/tab/tab-label.d.ts.map +1 -0
  155. package/dist/recipes/atoms/tab/tab-label.js +18 -0
  156. package/dist/recipes/atoms/tab/tab-label.js.map +1 -0
  157. package/dist/recipes/atoms/tab/tab-panel.d.ts +3 -0
  158. package/dist/recipes/atoms/tab/tab-panel.d.ts.map +1 -0
  159. package/dist/recipes/atoms/tab/tab-panel.js +16 -0
  160. package/dist/recipes/atoms/tab/tab-panel.js.map +1 -0
  161. package/dist/recipes/atoms/tab/tab-section.d.ts +3 -0
  162. package/dist/recipes/atoms/tab/tab-section.d.ts.map +1 -0
  163. package/dist/recipes/atoms/tab/tab-section.js +22 -0
  164. package/dist/recipes/atoms/tab/tab-section.js.map +1 -0
  165. package/dist/recipes/atoms/tab/tab.d.ts +3 -0
  166. package/dist/recipes/atoms/tab/tab.d.ts.map +1 -0
  167. package/dist/recipes/atoms/tab/tab.js +158 -0
  168. package/dist/recipes/atoms/tab/tab.js.map +1 -0
  169. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts +3 -0
  170. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts.map +1 -0
  171. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js +95 -0
  172. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js.map +1 -0
  173. package/dist/recipes/index.d.ts +4 -0
  174. package/dist/recipes/index.d.ts.map +1 -0
  175. package/dist/recipes/index.js +41 -0
  176. package/dist/recipes/index.js.map +1 -0
  177. package/dist/recipes/molecules/calendar/calendar-control.d.ts +4 -0
  178. package/dist/recipes/molecules/calendar/calendar-control.d.ts.map +1 -0
  179. package/dist/recipes/molecules/calendar/calendar-control.js +32 -0
  180. package/dist/recipes/molecules/calendar/calendar-control.js.map +1 -0
  181. package/dist/recipes/molecules/calendar/calendar-day.d.ts +3 -0
  182. package/dist/recipes/molecules/calendar/calendar-day.d.ts.map +1 -0
  183. package/dist/recipes/molecules/calendar/calendar-day.js +38 -0
  184. package/dist/recipes/molecules/calendar/calendar-day.js.map +1 -0
  185. package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts +4 -0
  186. package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts.map +1 -0
  187. package/dist/recipes/molecules/calendar/calendar-header-control-icon.js +21 -0
  188. package/dist/recipes/molecules/calendar/calendar-header-control-icon.js.map +1 -0
  189. package/dist/recipes/molecules/calendar/calendar-header-level.d.ts +3 -0
  190. package/dist/recipes/molecules/calendar/calendar-header-level.d.ts.map +1 -0
  191. package/dist/recipes/molecules/calendar/calendar-header-level.js +15 -0
  192. package/dist/recipes/molecules/calendar/calendar-header-level.js.map +1 -0
  193. package/dist/recipes/molecules/calendar/calendar-header.d.ts +3 -0
  194. package/dist/recipes/molecules/calendar/calendar-header.d.ts.map +1 -0
  195. package/dist/recipes/molecules/calendar/calendar-header.js +17 -0
  196. package/dist/recipes/molecules/calendar/calendar-header.js.map +1 -0
  197. package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts +3 -0
  198. package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts.map +1 -0
  199. package/dist/recipes/molecules/calendar/calendar-month-cell.js +12 -0
  200. package/dist/recipes/molecules/calendar/calendar-month-cell.js.map +1 -0
  201. package/dist/recipes/molecules/calendar/calendar-month-row.d.ts +3 -0
  202. package/dist/recipes/molecules/calendar/calendar-month-row.d.ts.map +1 -0
  203. package/dist/recipes/molecules/calendar/calendar-month-row.js +17 -0
  204. package/dist/recipes/molecules/calendar/calendar-month-row.js.map +1 -0
  205. package/dist/recipes/molecules/calendar/calendar-month.d.ts +3 -0
  206. package/dist/recipes/molecules/calendar/calendar-month.d.ts.map +1 -0
  207. package/dist/recipes/molecules/calendar/calendar-month.js +14 -0
  208. package/dist/recipes/molecules/calendar/calendar-month.js.map +1 -0
  209. package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts +3 -0
  210. package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts.map +1 -0
  211. package/dist/recipes/molecules/calendar/calendar-months-list-cell.js +15 -0
  212. package/dist/recipes/molecules/calendar/calendar-months-list-cell.js.map +1 -0
  213. package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts +3 -0
  214. package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts.map +1 -0
  215. package/dist/recipes/molecules/calendar/calendar-months-list-control.js +15 -0
  216. package/dist/recipes/molecules/calendar/calendar-months-list-control.js.map +1 -0
  217. package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts +3 -0
  218. package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts.map +1 -0
  219. package/dist/recipes/molecules/calendar/calendar-months-list-row.js +17 -0
  220. package/dist/recipes/molecules/calendar/calendar-months-list-row.js.map +1 -0
  221. package/dist/recipes/molecules/calendar/calendar-months-list.d.ts +3 -0
  222. package/dist/recipes/molecules/calendar/calendar-months-list.d.ts.map +1 -0
  223. package/dist/recipes/molecules/calendar/calendar-months-list.js +14 -0
  224. package/dist/recipes/molecules/calendar/calendar-months-list.js.map +1 -0
  225. package/dist/recipes/molecules/calendar/calendar-week-day.d.ts +3 -0
  226. package/dist/recipes/molecules/calendar/calendar-week-day.d.ts.map +1 -0
  227. package/dist/recipes/molecules/calendar/calendar-week-day.js +18 -0
  228. package/dist/recipes/molecules/calendar/calendar-week-day.js.map +1 -0
  229. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts +3 -0
  230. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts.map +1 -0
  231. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js +17 -0
  232. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js.map +1 -0
  233. package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts +3 -0
  234. package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts.map +1 -0
  235. package/dist/recipes/molecules/calendar/calendar-years-list-cell.js +15 -0
  236. package/dist/recipes/molecules/calendar/calendar-years-list-cell.js.map +1 -0
  237. package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts +3 -0
  238. package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts.map +1 -0
  239. package/dist/recipes/molecules/calendar/calendar-years-list-control.js +12 -0
  240. package/dist/recipes/molecules/calendar/calendar-years-list-control.js.map +1 -0
  241. package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts +3 -0
  242. package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts.map +1 -0
  243. package/dist/recipes/molecules/calendar/calendar-years-list-row.js +17 -0
  244. package/dist/recipes/molecules/calendar/calendar-years-list-row.js.map +1 -0
  245. package/dist/recipes/molecules/calendar/calendar-years-list.d.ts +3 -0
  246. package/dist/recipes/molecules/calendar/calendar-years-list.d.ts.map +1 -0
  247. package/dist/recipes/molecules/calendar/calendar-years-list.js +14 -0
  248. package/dist/recipes/molecules/calendar/calendar-years-list.js.map +1 -0
  249. package/dist/recipes/molecules/calendar/index.d.ts +21 -0
  250. package/dist/recipes/molecules/calendar/index.d.ts.map +1 -0
  251. package/dist/recipes/molecules/calendar/index.js +42 -0
  252. package/dist/recipes/molecules/calendar/index.js.map +1 -0
  253. package/dist/recipes/molecules/tab-list/tabList.d.ts +3 -0
  254. package/dist/recipes/molecules/tab-list/tabList.d.ts.map +1 -0
  255. package/dist/recipes/molecules/tab-list/tabList.js +23 -0
  256. package/dist/recipes/molecules/tab-list/tabList.js.map +1 -0
  257. package/dist/recipes/molecules/tabs/tabs.d.ts +3 -0
  258. package/dist/recipes/molecules/tabs/tabs.d.ts.map +1 -0
  259. package/dist/recipes/molecules/tabs/tabs.js +27 -0
  260. package/dist/recipes/molecules/tabs/tabs.js.map +1 -0
  261. package/dist/recipes/shared/focus.d.ts +4 -0
  262. package/dist/recipes/shared/focus.d.ts.map +1 -0
  263. package/dist/recipes/shared/focus.js +34 -0
  264. package/dist/recipes/shared/focus.js.map +1 -0
  265. package/dist/semantic-tokens/colors.d.ts +965 -0
  266. package/dist/semantic-tokens/colors.d.ts.map +1 -0
  267. package/dist/semantic-tokens/colors.js +969 -0
  268. package/dist/semantic-tokens/colors.js.map +1 -0
  269. package/dist/semantic-tokens/gradients.d.ts +45 -0
  270. package/dist/semantic-tokens/gradients.d.ts.map +1 -0
  271. package/dist/semantic-tokens/gradients.js +72 -0
  272. package/dist/semantic-tokens/gradients.js.map +1 -0
  273. package/dist/semantic-tokens/index.d.ts +1055 -0
  274. package/dist/semantic-tokens/index.d.ts.map +1 -0
  275. package/dist/semantic-tokens/index.js +15 -0
  276. package/dist/semantic-tokens/index.js.map +1 -0
  277. package/dist/semantic-tokens/shadows.d.ts +27 -0
  278. package/dist/semantic-tokens/shadows.d.ts.map +1 -0
  279. package/dist/semantic-tokens/shadows.js +31 -0
  280. package/dist/semantic-tokens/shadows.js.map +1 -0
  281. package/dist/semantic-tokens/sizes.d.ts +19 -0
  282. package/dist/semantic-tokens/sizes.d.ts.map +1 -0
  283. package/dist/semantic-tokens/sizes.js +23 -0
  284. package/dist/semantic-tokens/sizes.js.map +1 -0
  285. package/dist/tokens/animations.d.ts +14 -0
  286. package/dist/tokens/animations.d.ts.map +1 -0
  287. package/dist/tokens/animations.js +18 -0
  288. package/dist/tokens/animations.js.map +1 -0
  289. package/dist/tokens/borders.d.ts +18 -0
  290. package/dist/tokens/borders.d.ts.map +1 -0
  291. package/dist/tokens/borders.js +22 -0
  292. package/dist/tokens/borders.js.map +1 -0
  293. package/dist/tokens/colors.d.ts +260 -0
  294. package/dist/tokens/colors.d.ts.map +1 -0
  295. package/dist/tokens/colors.js +264 -0
  296. package/dist/tokens/colors.js.map +1 -0
  297. package/dist/tokens/font-sizes.d.ts +33 -0
  298. package/dist/tokens/font-sizes.d.ts.map +1 -0
  299. package/dist/tokens/font-sizes.js +37 -0
  300. package/dist/tokens/font-sizes.js.map +1 -0
  301. package/dist/tokens/font-weights.d.ts +18 -0
  302. package/dist/tokens/font-weights.d.ts.map +1 -0
  303. package/dist/tokens/font-weights.js +22 -0
  304. package/dist/tokens/font-weights.js.map +1 -0
  305. package/dist/tokens/fonts.d.ts +6 -0
  306. package/dist/tokens/fonts.d.ts.map +1 -0
  307. package/dist/tokens/fonts.js +10 -0
  308. package/dist/tokens/fonts.js.map +1 -0
  309. package/dist/tokens/index.d.ts +496 -0
  310. package/dist/tokens/index.d.ts.map +1 -0
  311. package/dist/tokens/index.js +24 -0
  312. package/dist/tokens/index.js.map +1 -0
  313. package/dist/tokens/radii.d.ts +27 -0
  314. package/dist/tokens/radii.d.ts.map +1 -0
  315. package/dist/tokens/radii.js +31 -0
  316. package/dist/tokens/radii.js.map +1 -0
  317. package/dist/tokens/sizes.d.ts +57 -0
  318. package/dist/tokens/sizes.d.ts.map +1 -0
  319. package/dist/tokens/sizes.js +61 -0
  320. package/dist/tokens/sizes.js.map +1 -0
  321. package/dist/tokens/spacing.d.ts +69 -0
  322. package/dist/tokens/spacing.d.ts.map +1 -0
  323. package/dist/tokens/spacing.js +73 -0
  324. package/dist/tokens/spacing.js.map +1 -0
  325. package/package.json +46 -0
@@ -0,0 +1,969 @@
1
+ import { defineSemanticTokens } from '@pandacss/dev';
2
+
3
+ const colors = defineSemanticTokens.colors({
4
+ neutral: {
5
+ foreground: {
6
+ 1: {
7
+ enabled: {
8
+ value: {
9
+ base: '{colors.neutral.950}',
10
+ _dark: '{colors.neutral.0}'
11
+ }
12
+ },
13
+ focused: {
14
+ value: {
15
+ base: '{colors.neutral.950}',
16
+ _dark: '{colors.neutral.0}'
17
+ }
18
+ },
19
+ hovered: {
20
+ value: {
21
+ base: '{colors.neutral.950}',
22
+ _dark: '{colors.neutral.0}'
23
+ }
24
+ },
25
+ brand: {
26
+ hovered: {
27
+ value: {
28
+ base: '{colors.primary.500}',
29
+ _dark: '{colors.primary.100}'
30
+ }
31
+ }
32
+ },
33
+ onBrand: {
34
+ enabled: {
35
+ value: {
36
+ base: '{colors.neutral.0}',
37
+ _dark: '{colors.neutral.950}'
38
+ }
39
+ },
40
+ selected: {
41
+ value: {
42
+ base: '{colors.neutral.0}',
43
+ _dark: '{colors.neutral.950}'
44
+ }
45
+ }
46
+ }
47
+ },
48
+ 2: {
49
+ enabled: {
50
+ value: {
51
+ base: '{colors.neutral.800}',
52
+ _dark: '{colors.neutral.100}'
53
+ }
54
+ },
55
+ hovered: {
56
+ value: {
57
+ base: '{colors.neutral.900}',
58
+ _dark: '{colors.neutral.100}'
59
+ }
60
+ },
61
+ actived: {
62
+ value: {
63
+ base: '{colors.neutral.950}',
64
+ _dark: '{colors.neutral.50}'
65
+ }
66
+ },
67
+ brand: {
68
+ hovered: {
69
+ value: {
70
+ base: '{colors.primary.600}',
71
+ _dark: '{colors.primary.100}'
72
+ }
73
+ },
74
+ actived: {
75
+ value: {
76
+ base: '{colors.primary.900}',
77
+ _dark: '{colors.primary.100}'
78
+ }
79
+ },
80
+ selected: {
81
+ value: {
82
+ base: '{colors.primary.900}',
83
+ _dark: '{colors.primary.50}'
84
+ }
85
+ },
86
+ selectedHovered: {
87
+ value: {
88
+ base: '{colors.primary.950}',
89
+ _dark: '{colors.primary.50}'
90
+ }
91
+ }
92
+ }
93
+ },
94
+ 3: {
95
+ enabled: {
96
+ value: {
97
+ base: '{colors.neutral.400}',
98
+ _dark: '{colors.neutral.400}'
99
+ }
100
+ },
101
+ hovered: {
102
+ value: {
103
+ base: '{colors.neutral.950}',
104
+ _dark: '{colors.neutral.0}'
105
+ }
106
+ },
107
+ brand: {
108
+ hovered: {
109
+ value: {
110
+ base: '{colors.primary.600}',
111
+ _dark: '{colors.neutral.0}'
112
+ }
113
+ },
114
+ actived: {
115
+ value: {
116
+ base: '{colors.primary.900}',
117
+ _dark: '{colors.neutral.0}'
118
+ }
119
+ },
120
+ selected: {
121
+ value: {
122
+ base: '{colors.primary.900}',
123
+ _dark: '{colors.neutral.0}'
124
+ }
125
+ },
126
+ selectedHovered: {
127
+ value: {
128
+ base: '{colors.primary.950}',
129
+ _dark: '{colors.neutral.0}'
130
+ }
131
+ }
132
+ }
133
+ },
134
+ 4: {
135
+ enabled: {
136
+ value: {
137
+ base: '{colors.neutral.200}',
138
+ _dark: '{colors.neutral.700}'
139
+ }
140
+ }
141
+ },
142
+ static: {
143
+ enabled: {
144
+ value: {
145
+ base: '{colors.neutral.950}',
146
+ _dark: '{colors.neutral.950}'
147
+ }
148
+ },
149
+ inverted: {
150
+ enabled: {
151
+ value: {
152
+ base: '{colors.neutral.0}',
153
+ _dark: '{colors.neutral.0}'
154
+ }
155
+ }
156
+ }
157
+ }
158
+ },
159
+ background: {
160
+ 1: {
161
+ enabled: {
162
+ value: {
163
+ base: '{colors.neutral.0}',
164
+ _dark: '{colors.neutral.850}'
165
+ }
166
+ },
167
+ hovered: {
168
+ value: {
169
+ base: '{colors.neutral.20}',
170
+ _dark: '{colors.neutral.900}'
171
+ }
172
+ },
173
+ actived: {
174
+ value: {
175
+ base: '{colors.neutral.30}',
176
+ _dark: '{colors.neutral.950}'
177
+ }
178
+ },
179
+ selected: {
180
+ value: {
181
+ base: '{colors.neutral.50}',
182
+ _dark: '{colors.neutral.850}'
183
+ }
184
+ },
185
+ alpha: {
186
+ enabled: {
187
+ value: {
188
+ base: 'rgba(255, 255, 255, 0.5000)',
189
+ _dark: 'rgba(38, 38, 38, 0.5000)'
190
+ }
191
+ }
192
+ },
193
+ brand: {
194
+ selected: {
195
+ value: {
196
+ base: '{colors.primary.400}',
197
+ _dark: '{colors.primary.500}'
198
+ }
199
+ },
200
+ actived: {
201
+ value: {
202
+ base: '{colors.primary.400}',
203
+ _dark: '{colors.primary.700}'
204
+ }
205
+ },
206
+ selectedHovered: {
207
+ value: {
208
+ base: '{colors.primary.500}',
209
+ _dark: '{colors.primary.700}'
210
+ }
211
+ }
212
+ }
213
+ },
214
+ 2: {
215
+ enabled: {
216
+ value: {
217
+ base: '{colors.neutral.50}',
218
+ _dark: '{colors.neutral.800}'
219
+ }
220
+ },
221
+ hovered: {
222
+ value: {
223
+ base: '{colors.neutral.1000/5}',
224
+ _dark: '{colors.neutral.0/5}'
225
+ }
226
+ },
227
+ actived: {
228
+ value: {
229
+ base: '{colors.neutral.1000/10}',
230
+ _dark: '{colors.neutral.0/10}'
231
+ }
232
+ },
233
+ brand: {
234
+ selected: {
235
+ value: {
236
+ base: '{colors.primary.200}',
237
+ _dark: '{colors.primary.300}'
238
+ }
239
+ },
240
+ actived: {
241
+ value: {
242
+ base: '{colors.primary.300}',
243
+ _dark: '{colors.primary.400}'
244
+ }
245
+ },
246
+ selectedHovered: {
247
+ value: {
248
+ base: '{colors.primary.300}',
249
+ _dark: '{colors.primary.400}'
250
+ }
251
+ }
252
+ }
253
+ },
254
+ 3: {
255
+ enabled: {
256
+ value: {
257
+ base: '{colors.neutral.100}',
258
+ _dark: '{colors.neutral.700}'
259
+ }
260
+ },
261
+ hovered: {
262
+ value: {
263
+ base: '{colors.neutral.100}',
264
+ _dark: '{colors.neutral.0}'
265
+ }
266
+ },
267
+ actived: {
268
+ value: {
269
+ base: '{colors.neutral.200}',
270
+ _dark: '{colors.neutral.700}'
271
+ }
272
+ }
273
+ },
274
+ 4: {
275
+ enabled: {
276
+ value: {
277
+ base: '{colors.neutral.200}',
278
+ _dark: '{colors.neutral.900}'
279
+ }
280
+ },
281
+ hovered: {
282
+ value: {
283
+ base: '{colors.neutral.50}',
284
+ _dark: '{colors.neutral.900}'
285
+ }
286
+ }
287
+ },
288
+ 5: {
289
+ enabled: {
290
+ value: {
291
+ base: '{colors.neutral.300}',
292
+ _dark: '{colors.neutral.600}'
293
+ }
294
+ },
295
+ brand: {
296
+ selected: {
297
+ value: {
298
+ base: '{colors.primary.500}',
299
+ _dark: '{colors.primary.500}'
300
+ }
301
+ }
302
+ }
303
+ },
304
+ 6: {
305
+ enabled: {
306
+ value: {
307
+ base: '{colors.neutral.800}',
308
+ _dark: '{colors.neutral.0}'
309
+ }
310
+ },
311
+ hovered: {
312
+ value: {
313
+ base: '{colors.neutral.900}',
314
+ _dark: '{colors.neutral.50}'
315
+ }
316
+ },
317
+ actived: {
318
+ value: {
319
+ base: '{colors.neutral.950}',
320
+ _dark: '{colors.neutral.0}'
321
+ }
322
+ }
323
+ },
324
+ 7: {
325
+ enabled: {
326
+ value: {
327
+ base: '{colors.neutral.200}',
328
+ _dark: '{colors.neutral.200}'
329
+ }
330
+ },
331
+ brand: {
332
+ hovered: {
333
+ value: {
334
+ base: '{colors.primary.500}',
335
+ _dark: '{colors.primary.500}'
336
+ }
337
+ }
338
+ }
339
+ },
340
+ static: {
341
+ enabled: {
342
+ value: {
343
+ base: '{colors.neutral.1000}',
344
+ _dark: '{colors.neutral.1000}'
345
+ }
346
+ },
347
+ inverted: {
348
+ value: {
349
+ base: '{colors.neutral.0}',
350
+ _dark: '{colors.neutral.0}'
351
+ }
352
+ }
353
+ },
354
+ alpha: {
355
+ enabled: {
356
+ value: {
357
+ base: '{colors.neutral.500/10}',
358
+ _dark: '{colors.neutral.500/10}'
359
+ }
360
+ }
361
+ }
362
+ },
363
+ stroke: {
364
+ 1: {
365
+ enabled: {
366
+ value: {
367
+ base: '{colors.neutral.950}',
368
+ _dark: '{colors.neutral.0}'
369
+ }
370
+ },
371
+ hovered: {
372
+ value: {
373
+ base: '{colors.neutral.950}',
374
+ _dark: '{colors.neutral.0}'
375
+ }
376
+ },
377
+ onBrand: {
378
+ selected: {
379
+ value: {
380
+ base: '{colors.neutral.0}',
381
+ _dark: '{colors.neutral.950}'
382
+ }
383
+ }
384
+ },
385
+ brand: {
386
+ hovered: {
387
+ value: {
388
+ base: '{colors.primary.300}',
389
+ _dark: '{colors.primary.300}'
390
+ }
391
+ },
392
+ selected: {
393
+ value: {
394
+ base: '{colors.primary.300}',
395
+ _dark: '{colors.primary.300}'
396
+ }
397
+ }
398
+ }
399
+ },
400
+ 2: {
401
+ enabled: {
402
+ value: {
403
+ base: '{colors.neutral.950}',
404
+ _dark: '{colors.neutral.0}'
405
+ }
406
+ },
407
+ hovered: {
408
+ value: {
409
+ base: '{colors.neutral.950}',
410
+ _dark: '{colors.neutral.0}'
411
+ }
412
+ }
413
+ },
414
+ 3: {
415
+ enabled: {
416
+ value: {
417
+ base: '{colors.neutral.200}',
418
+ _dark: '{colors.neutral.200}'
419
+ }
420
+ },
421
+ hovered: {
422
+ value: {
423
+ base: '{colors.neutral.100}',
424
+ _dark: '{colors.neutral.100}'
425
+ }
426
+ },
427
+ actived: {
428
+ value: {
429
+ base: '{colors.neutral.50}',
430
+ _dark: '{colors.neutral.50}'
431
+ }
432
+ }
433
+ },
434
+ 4: {
435
+ enabled: {
436
+ value: {
437
+ base: '{colors.neutral.400}',
438
+ _dark: '{colors.neutral.400}'
439
+ }
440
+ }
441
+ },
442
+ 5: {
443
+ enabled: {
444
+ value: {
445
+ base: '{colors.neutral.600}',
446
+ _dark: '{colors.neutral.600}'
447
+ }
448
+ },
449
+ selected: {
450
+ value: {
451
+ base: '{colors.neutral.400}',
452
+ _dark: '{colors.neutral.400}'
453
+ }
454
+ }
455
+ },
456
+ 6: {
457
+ enabled: {
458
+ value: {
459
+ base: '{colors.neutral.500}',
460
+ _dark: '{colors.neutral.500}'
461
+ }
462
+ },
463
+ hovered: {
464
+ value: {
465
+ base: '{colors.neutral.0}',
466
+ _dark: '{colors.neutral.0}'
467
+ }
468
+ }
469
+ },
470
+ 7: {
471
+ enabled: {
472
+ value: {
473
+ base: '{colors.neutral.100}',
474
+ _dark: '{colors.neutral.600}'
475
+ }
476
+ },
477
+ hovered: {
478
+ value: {
479
+ base: '{colors.neutral.500}',
480
+ _dark: '{colors.neutral.400}'
481
+ }
482
+ },
483
+ actived: {
484
+ value: {
485
+ base: '{colors.neutral.600}',
486
+ _dark: '{colors.neutral.300}'
487
+ }
488
+ }
489
+ }
490
+ },
491
+ effect: {
492
+ 1: {
493
+ enabled: {
494
+ value: {
495
+ base: 'rgba(255, 255, 255, 0.1500)',
496
+ _dark: 'rgba(38, 38, 38, 0.1500)'
497
+ }
498
+ }
499
+ }
500
+ }
501
+ },
502
+ primary: {
503
+ foreground: {
504
+ 1: {
505
+ enabled: {
506
+ value: {
507
+ base: '{colors.primary.600}',
508
+ _dark: '{colors.neutral.0}'
509
+ }
510
+ }
511
+ },
512
+ 2: {
513
+ enabled: {
514
+ value: {
515
+ base: '{colors.primary.500}',
516
+ _dark: '{colors.primary.300}'
517
+ }
518
+ },
519
+ hovered: {
520
+ value: {
521
+ base: '{colors.primary.600}',
522
+ _dark: '{colors.primary.200}'
523
+ }
524
+ },
525
+ actived: {
526
+ value: {
527
+ base: '{colors.primary.700}',
528
+ _dark: '{colors.primary.100}'
529
+ }
530
+ }
531
+ },
532
+ 3: {
533
+ enabled: {
534
+ value: {
535
+ base: '{colors.primary.500}',
536
+ _dark: '{colors.primary.500}'
537
+ }
538
+ }
539
+ },
540
+ 4: {
541
+ enabled: {
542
+ value: {
543
+ base: '{colors.primary.900}',
544
+ _dark: '{colors.primary.200}'
545
+ }
546
+ }
547
+ }
548
+ },
549
+ background: {
550
+ 1: {
551
+ enabled: {
552
+ value: {
553
+ base: '{colors.primary.600}',
554
+ _dark: '{colors.primary.400}'
555
+ }
556
+ }
557
+ },
558
+ 2: {
559
+ enabled: {
560
+ value: {
561
+ base: '{colors.primary.500}',
562
+ _dark: '{colors.primary.400}'
563
+ }
564
+ },
565
+ hovered: {
566
+ value: {
567
+ base: '{colors.primary.600}',
568
+ _dark: '{colors.primary.300}'
569
+ }
570
+ },
571
+ actived: {
572
+ value: {
573
+ base: '{colors.primary.700}',
574
+ _dark: '{colors.primary.400}'
575
+ }
576
+ }
577
+ },
578
+ 3: {
579
+ enabled: {
580
+ value: {
581
+ base: '{colors.primary.400}',
582
+ _dark: '{colors.primary.700}'
583
+ }
584
+ }
585
+ },
586
+ 4: {
587
+ hovered: {
588
+ value: {
589
+ base: '{colors.primary.100}',
590
+ _dark: '{colors.primary.900}'
591
+ }
592
+ }
593
+ },
594
+ 5: {
595
+ enabled: {
596
+ value: {
597
+ base: '{colors.primary.100}',
598
+ _dark: '{colors.primary.700}'
599
+ }
600
+ },
601
+ selected: {
602
+ value: {
603
+ base: '{colors.primary.600}',
604
+ _dark: '{colors.primary.400}'
605
+ }
606
+ }
607
+ },
608
+ neutral: {
609
+ enabled: {
610
+ value: {
611
+ base: '{colors.primary.100}',
612
+ _dark: '{colors.neutral.800}'
613
+ }
614
+ }
615
+ },
616
+ alpha: {
617
+ enabled: {
618
+ value: {
619
+ base: '{colors.primary.500/20}',
620
+ _dark: '{colors.primary.500/20}'
621
+ }
622
+ }
623
+ }
624
+ },
625
+ stroke: {
626
+ 1: {
627
+ enabled: {
628
+ value: {
629
+ base: '{colors.primary.500}',
630
+ _dark: '{colors.primary.200}'
631
+ }
632
+ },
633
+ hovered: {
634
+ value: {
635
+ base: '{colors.primary.500}',
636
+ _dark: '{colors.primary.200}'
637
+ }
638
+ },
639
+ focused: {
640
+ value: {
641
+ base: '{colors.primary.500}',
642
+ _dark: '{colors.primary.300}'
643
+ }
644
+ }
645
+ },
646
+ 2: {
647
+ enabled: {
648
+ value: {
649
+ base: '{colors.primary.500}',
650
+ _dark: '{colors.primary.300}'
651
+ }
652
+ },
653
+ hovered: {
654
+ value: {
655
+ base: '{colors.primary.500}',
656
+ _dark: '{colors.primary.300}'
657
+ }
658
+ },
659
+ actived: {
660
+ value: {
661
+ base: '{colors.primary.500}',
662
+ _dark: '{colors.primary.200}'
663
+ }
664
+ }
665
+ },
666
+ 3: {
667
+ enabled: {
668
+ value: {
669
+ base: '{colors.primary.200}',
670
+ _dark: '{colors.primary.500}'
671
+ }
672
+ },
673
+ hovered: {
674
+ value: {
675
+ base: '{colors.primary.300}',
676
+ _dark: '{colors.primary.600}'
677
+ }
678
+ },
679
+ actived: {
680
+ value: {
681
+ base: '{colors.primary.400}',
682
+ _dark: '{colors.primary.500}'
683
+ }
684
+ }
685
+ }
686
+ },
687
+ effect: {
688
+ 1: {
689
+ pressed: {
690
+ value: {
691
+ base: '{colors.primary.700}',
692
+ _dark: '{colors.primary.100}'
693
+ }
694
+ }
695
+ }
696
+ }
697
+ },
698
+ secondary: {
699
+ foreground: {
700
+ 1: {
701
+ enabled: {
702
+ value: {
703
+ base: '{colors.secondary.500}',
704
+ _dark: '{colors.secondary.500}'
705
+ }
706
+ }
707
+ },
708
+ 2: {
709
+ enabled: {
710
+ value: {
711
+ base: '{colors.secondary.800}',
712
+ _dark: '{colors.secondary.200}'
713
+ }
714
+ }
715
+ }
716
+ },
717
+ background: {
718
+ 1: {
719
+ enabled: {
720
+ value: {
721
+ base: '{colors.secondary.500}',
722
+ _dark: '{colors.secondary.500}'
723
+ }
724
+ }
725
+ },
726
+ alpha: {
727
+ enabled: {
728
+ value: {
729
+ base: '{colors.secondary.500/30}',
730
+ _dark: '{colors.secondary.500/30}'
731
+ }
732
+ }
733
+ }
734
+ }
735
+ },
736
+ success: {
737
+ foreground: {
738
+ 1: {
739
+ enabled: {
740
+ value: {
741
+ base: '{colors.success.300}',
742
+ _dark: '{colors.success.500}'
743
+ }
744
+ }
745
+ },
746
+ 2: {
747
+ enabled: {
748
+ value: {
749
+ base: '{colors.success.800}',
750
+ _dark: '{colors.success.200}'
751
+ }
752
+ }
753
+ }
754
+ },
755
+ background: {
756
+ 1: {
757
+ enabled: {
758
+ value: {
759
+ base: '{colors.success.500}',
760
+ _dark: '{colors.success.600}'
761
+ }
762
+ }
763
+ },
764
+ alpha: {
765
+ enabled: {
766
+ value: {
767
+ base: '{colors.success.500/30}',
768
+ _dark: '{colors.success.500/30}'
769
+ }
770
+ }
771
+ }
772
+ }
773
+ },
774
+ warning: {
775
+ foreground: {
776
+ 1: {
777
+ enabled: {
778
+ value: {
779
+ base: '{colors.warning.500}',
780
+ _dark: '{colors.warning.500}'
781
+ }
782
+ }
783
+ },
784
+ 2: {
785
+ enabled: {
786
+ value: {
787
+ base: '{colors.warning.900}',
788
+ _dark: '{colors.warning.200}'
789
+ }
790
+ }
791
+ }
792
+ },
793
+ background: {
794
+ 1: {
795
+ enabled: {
796
+ value: {
797
+ base: '{colors.warning.500}',
798
+ _dark: '{colors.warning.600}'
799
+ }
800
+ }
801
+ },
802
+ alpha: {
803
+ enabled: {
804
+ value: {
805
+ base: '{colors.warning.500/30}',
806
+ _dark: '{colors.warning.500/30}'
807
+ }
808
+ }
809
+ }
810
+ }
811
+ },
812
+ danger: {
813
+ foreground: {
814
+ 1: {
815
+ enabled: {
816
+ value: {
817
+ base: '{colors.error.400}',
818
+ _dark: '{colors.error.400}'
819
+ }
820
+ },
821
+ hovered: {
822
+ value: {
823
+ base: '{colors.error.400}',
824
+ _dark: '{colors.error.400}'
825
+ }
826
+ },
827
+ actived: {
828
+ value: {
829
+ base: '{colors.error.400}',
830
+ _dark: '{colors.error.400}'
831
+ }
832
+ }
833
+ }
834
+ },
835
+ background: {
836
+ 1: {
837
+ enabled: {
838
+ value: {
839
+ base: '{colors.error.400}',
840
+ _dark: '{colors.error.400}'
841
+ }
842
+ },
843
+ hovered: {
844
+ value: {
845
+ base: '{colors.error.600}',
846
+ _dark: '{colors.error.500}'
847
+ }
848
+ },
849
+ actived: {
850
+ value: {
851
+ base: '{colors.error.700}',
852
+ _dark: '{colors.error.400}'
853
+ }
854
+ }
855
+ },
856
+ alpha: {
857
+ enabled: {
858
+ value: {
859
+ base: '{colors.error.500/20}',
860
+ _dark: '{colors.error.500/20}'
861
+ }
862
+ }
863
+ }
864
+ },
865
+ stroke: {
866
+ 1: {
867
+ enabled: {
868
+ value: {
869
+ base: '{colors.error.400}',
870
+ _dark: '{colors.error.400}'
871
+ }
872
+ },
873
+ hovered: {
874
+ value: {
875
+ base: '{colors.error.600}',
876
+ _dark: '{colors.error.400}'
877
+ }
878
+ },
879
+ actived: {
880
+ value: {
881
+ base: '{colors.error.400}',
882
+ _dark: '{colors.error.400}'
883
+ }
884
+ },
885
+ focused: {
886
+ value: {
887
+ base: '{colors.error.400}',
888
+ _dark: '{colors.error.400}'
889
+ }
890
+ }
891
+ }
892
+ }
893
+ },
894
+ gradients: {
895
+ 100: {
896
+ from: {
897
+ value: {
898
+ base: '{colors.primary.500}',
899
+ _dark: '{colors.secondary.500}'
900
+ }
901
+ },
902
+ to: {
903
+ value: {
904
+ base: '{colors.secondary.500}',
905
+ _dark: '{colors.primary.500}'
906
+ }
907
+ }
908
+ },
909
+ 200: {
910
+ from: {
911
+ value: {
912
+ base: '{colors.primary.200}',
913
+ _dark: '{colors.primary.800}'
914
+ }
915
+ },
916
+ to: {
917
+ value: {
918
+ base: '{colors.neutral.150}',
919
+ _dark: '{colors.primary.600}'
920
+ }
921
+ }
922
+ },
923
+ 300: {
924
+ from: {
925
+ value: {
926
+ base: '{colors.primary.400}',
927
+ _dark: '{colors.primary.500}'
928
+ }
929
+ },
930
+ to: {
931
+ value: {
932
+ base: '{colors.neutral.200}',
933
+ _dark: '{colors.neutral.500}'
934
+ }
935
+ }
936
+ },
937
+ 400: {
938
+ from: {
939
+ value: {
940
+ base: '{colors.primary.200}',
941
+ _dark: '{colors.primary.800}'
942
+ }
943
+ },
944
+ to: {
945
+ value: {
946
+ base: '{colors.secondary.500}',
947
+ _dark: '{colors.secondary.400}'
948
+ }
949
+ }
950
+ },
951
+ 500: {
952
+ from: {
953
+ value: {
954
+ base: '{colors.secondary.500}',
955
+ _dark: '{colors.secondary.400}'
956
+ }
957
+ },
958
+ to: {
959
+ value: {
960
+ base: '{colors.primary.200}',
961
+ _dark: '{colors.primary.800}'
962
+ }
963
+ }
964
+ }
965
+ }
966
+ });
967
+
968
+ export { colors };
969
+ //# sourceMappingURL=colors.js.map