@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 @@
1
+ {"version":3,"file":"index.js","sources":["../../src/recipes/index.ts"],"sourcesContent":["import type { RecipeConfig, SlotRecipeConfig } from '@pandacss/dev';\n\nimport { avatar } from './atoms/avatar/avatar';\nimport { badge } from './atoms/badges/badge';\nimport { badgeSection } from './atoms/badges/badge-section';\nimport { buttons } from './atoms/buttons/index';\nimport { dropdown } from './atoms/dropdown/dropdown';\nimport { icon } from './atoms/icon/icon';\nimport { inputs } from './atoms/inputs/index';\nimport { tab } from './atoms/tab/tab';\nimport { tabLabel } from './atoms/tab/tab-label';\nimport { tabPanel } from './atoms/tab/tab-panel';\nimport { tabSection } from './atoms/tab/tab-section';\nimport { wrappedIcon } from './atoms/wrapped-icon/wrapped-icon';\nimport { calendar } from './molecules/calendar/index';\nimport { tabList } from './molecules/tab-list/tabList';\nimport { tabs } from './molecules/tabs/tabs';\nimport { focus } from './shared/focus';\n\nexport const recipes = {\n badge,\n badgeSection,\n dropdown,\n focus,\n tab,\n tabLabel,\n tabList,\n tabSection,\n tabPanel,\n tabs,\n wrappedIcon,\n ...buttons,\n ...inputs,\n ...calendar,\n} as Record<string, Partial<RecipeConfig>>;\n\nexport const slotRecipes = {\n avatar,\n calendar,\n icon,\n} as Record<string, Partial<SlotRecipeConfig>>;\n"],"names":["recipes","badge","badgeSection","dropdown","focus","tab","tabLabel","tabList","tabSection","tabPanel","tabs","wrappedIcon","buttons","inputs","calendar","slotRecipes","avatar","icon"],"mappings":";;;;;;;;;;;;;;;;;MAmBaA,OAAU,GAAA;AACrBC,IAAAA,KAAAA;AACAC,IAAAA,YAAAA;AACAC,IAAAA,QAAAA;AACAC,IAAAA,KAAAA;AACAC,IAAAA,GAAAA;AACAC,IAAAA,QAAAA;AACAC,IAAAA,OAAAA;AACAC,IAAAA,UAAAA;AACAC,IAAAA,QAAAA;AACAC,IAAAA,IAAAA;AACAC,IAAAA,WAAAA;AACA,IAAA,GAAGC,OAAO;AACV,IAAA,GAAGC,MAAM;AACT,IAAA,GAAGC;AACL;MAEaC,WAAc,GAAA;AACzBC,IAAAA,MAAAA;AACAF,IAAAA,QAAAA;AACAG,IAAAA;AACF;;;;"}
@@ -0,0 +1,4 @@
1
+ import { type RecipeBuilder } from '@pandabox/define-recipe';
2
+ import type { RecipeVariantRecord } from '@pandacss/dev';
3
+ export declare const calendarControl: RecipeBuilder<RecipeVariantRecord>;
4
+ //# sourceMappingURL=calendar-control.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-control.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-control.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAgB,MAAM,yBAAyB,CAAC;AAC3E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEzD,eAAO,MAAM,eAAe,EAwBtB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { defineRecipe } from '@pandabox/define-recipe';
2
+
3
+ const calendarControl = defineRecipe({
4
+ className: 'calendar-control',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ color: 'neutral.foreground.1.enabled',
10
+ fontSize: '300',
11
+ fontWeight: 'medium',
12
+ textAlign: 'center',
13
+ borderRadius: '200',
14
+ cursor: 'pointer',
15
+ transition: '{animations.base.100}',
16
+ display: 'flex',
17
+ justifyContent: 'center',
18
+ alignItems: 'center',
19
+ height: 'control.height.100',
20
+ width: 'control.height.100',
21
+ _hover: {
22
+ backgroundColor: 'neutral.background.2.hovered'
23
+ },
24
+ _active: {
25
+ color: 'neutral.foreground.2.actived',
26
+ backgroundColor: 'neutral.background.2.actived'
27
+ }
28
+ }
29
+ });
30
+
31
+ export { calendarControl };
32
+ //# sourceMappingURL=calendar-control.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-control.js","sources":["../../../../src/recipes/molecules/calendar/calendar-control.ts"],"sourcesContent":["import { type RecipeBuilder, defineRecipe } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\n\nexport const calendarControl = defineRecipe({\n className: 'calendar-control',\n jsx: ['Datepicker'],\n base: {\n color: 'neutral.foreground.1.enabled',\n fontSize: '300',\n fontWeight: 'medium',\n textAlign: 'center',\n borderRadius: '200',\n cursor: 'pointer',\n transition: '{animations.base.100}',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: 'control.height.100',\n width: 'control.height.100',\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n },\n _active: {\n color: 'neutral.foreground.2.actived',\n backgroundColor: 'neutral.background.2.actived',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarControl","defineRecipe","className","jsx","base","color","fontSize","fontWeight","textAlign","borderRadius","cursor","transition","display","justifyContent","alignItems","height","width","_hover","backgroundColor","_active"],"mappings":";;AAGO,MAAMA,kBAAkBC,YAAa,CAAA;IAC1CC,SAAW,EAAA,kBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,KAAO,EAAA,8BAAA;QACPC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA,QAAA;QACZC,SAAW,EAAA,QAAA;QACXC,YAAc,EAAA,KAAA;QACdC,MAAQ,EAAA,SAAA;QACRC,UAAY,EAAA,uBAAA;QACZC,OAAS,EAAA,MAAA;QACTC,cAAgB,EAAA,QAAA;QAChBC,UAAY,EAAA,QAAA;QACZC,MAAQ,EAAA,oBAAA;QACRC,KAAO,EAAA,oBAAA;QACPC,MAAQ,EAAA;YACNC,eAAiB,EAAA;AACnB,SAAA;QACAC,OAAS,EAAA;YACPd,KAAO,EAAA,8BAAA;YACPa,eAAiB,EAAA;AACnB;AACF;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarDay: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-day.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-day.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-day.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,WAAW,EA8BlB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,38 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarDay = defineRecipe({
4
+ className: 'calendar-day',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ fontSize: '300',
10
+ fontWeight: 'medium',
11
+ textAlign: 'center',
12
+ textTransform: 'uppercase',
13
+ borderRadius: '200',
14
+ cursor: 'pointer',
15
+ transition: '{animations.base.100}',
16
+ display: 'flex',
17
+ justifyContent: 'center',
18
+ alignItems: 'center',
19
+ height: 'control.height.100',
20
+ aspectRatio: '1',
21
+ color: 'neutral.foreground.1.enabled',
22
+ '&[data-outside="true"]': {
23
+ color: 'neutral.foreground.3.enabled'
24
+ },
25
+ _hover: {
26
+ backgroundColor: 'neutral.background.2.hovered'
27
+ },
28
+ _selected: {
29
+ backgroundColor: 'neutral.background.2.brand.selected',
30
+ _hover: {
31
+ backgroundColor: 'neutral.background.2.brand.selectedHovered'
32
+ }
33
+ }
34
+ }
35
+ });
36
+
37
+ export { calendarDay };
38
+ //# sourceMappingURL=calendar-day.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-day.js","sources":["../../../../src/recipes/molecules/calendar/calendar-day.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarDay = defineRecipe({\n className: 'calendar-day',\n jsx: ['Datepicker'],\n base: {\n fontSize: '300',\n fontWeight: 'medium',\n textAlign: 'center',\n textTransform: 'uppercase',\n borderRadius: '200',\n cursor: 'pointer',\n transition: '{animations.base.100}',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: 'control.height.100',\n aspectRatio: '1',\n color: 'neutral.foreground.1.enabled',\n '&[data-outside=\"true\"]': {\n color: 'neutral.foreground.3.enabled',\n },\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n },\n _selected: {\n backgroundColor: 'neutral.background.2.brand.selected',\n _hover: {\n backgroundColor: 'neutral.background.2.brand.selectedHovered',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarDay","defineRecipe","className","jsx","base","fontSize","fontWeight","textAlign","textTransform","borderRadius","cursor","transition","display","justifyContent","alignItems","height","aspectRatio","color","_hover","backgroundColor","_selected"],"mappings":";;AAMO,MAAMA,cAAcC,YAAa,CAAA;IACtCC,SAAW,EAAA,cAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA,QAAA;QACZC,SAAW,EAAA,QAAA;QACXC,aAAe,EAAA,WAAA;QACfC,YAAc,EAAA,KAAA;QACdC,MAAQ,EAAA,SAAA;QACRC,UAAY,EAAA,uBAAA;QACZC,OAAS,EAAA,MAAA;QACTC,cAAgB,EAAA,QAAA;QAChBC,UAAY,EAAA,QAAA;QACZC,MAAQ,EAAA,oBAAA;QACRC,WAAa,EAAA,GAAA;QACbC,KAAO,EAAA,8BAAA;QACP,wBAA0B,EAAA;YACxBA,KAAO,EAAA;AACT,SAAA;QACAC,MAAQ,EAAA;YACNC,eAAiB,EAAA;AACnB,SAAA;QACAC,SAAW,EAAA;YACTD,eAAiB,EAAA,qCAAA;YACjBD,MAAQ,EAAA;gBACNC,eAAiB,EAAA;AACnB;AACF;AACF;AACF,CAAyC;;;;"}
@@ -0,0 +1,4 @@
1
+ import type { RecipeBuilder } from '@pandabox/define-recipe';
2
+ import { type RecipeVariantRecord } from '@pandacss/dev';
3
+ export declare const calendarHeaderControlIcon: RecipeBuilder<RecipeVariantRecord>;
4
+ //# sourceMappingURL=calendar-header-control-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-header-control-icon.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-header-control-icon.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,KAAK,mBAAmB,EAAgB,MAAM,eAAe,CAAC;AAEvE,eAAO,MAAM,yBAAyB,EAahC,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarHeaderControlIcon = defineRecipe({
4
+ className: 'calendar-header-control-icon',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ width: 'iconSize.200',
10
+ aspectRatio: '1',
11
+ '&:where([data-direction="next"])': {
12
+ transform: 'rotate(270deg)'
13
+ },
14
+ '&:where([data-direction="previous"])': {
15
+ transform: 'rotate(90deg)'
16
+ }
17
+ }
18
+ });
19
+
20
+ export { calendarHeaderControlIcon };
21
+ //# sourceMappingURL=calendar-header-control-icon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-header-control-icon.js","sources":["../../../../src/recipes/molecules/calendar/calendar-header-control-icon.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport { type RecipeVariantRecord, defineRecipe } from '@pandacss/dev';\n\nexport const calendarHeaderControlIcon = defineRecipe({\n className: 'calendar-header-control-icon',\n jsx: ['Datepicker'],\n base: {\n width: 'iconSize.200',\n aspectRatio: '1',\n '&:where([data-direction=\"next\"])': {\n transform: 'rotate(270deg)',\n },\n '&:where([data-direction=\"previous\"])': {\n transform: 'rotate(90deg)',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarHeaderControlIcon","defineRecipe","className","jsx","base","width","aspectRatio","transform"],"mappings":";;AAGO,MAAMA,4BAA4BC,YAAa,CAAA;IACpDC,SAAW,EAAA,8BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,KAAO,EAAA,cAAA;QACPC,WAAa,EAAA,GAAA;QACb,kCAAoC,EAAA;YAClCC,SAAW,EAAA;AACb,SAAA;QACA,sCAAwC,EAAA;YACtCA,SAAW,EAAA;AACb;AACF;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarHeaderLevel: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-header-level.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-header-level.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-header-level.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,mBAAmB,EAO1B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { calendarControl } from './calendar-control.js';
2
+
3
+ const calendarHeaderLevel = calendarControl.merge({
4
+ className: 'calendar-header-level',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ paddingX: '300',
10
+ minWidth: 'fit-content'
11
+ }
12
+ });
13
+
14
+ export { calendarHeaderLevel };
15
+ //# sourceMappingURL=calendar-header-level.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-header-level.js","sources":["../../../../src/recipes/molecules/calendar/calendar-header-level.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { calendarControl } from './calendar-control';\n\nexport const calendarHeaderLevel = calendarControl.merge({\n className: 'calendar-header-level',\n jsx: ['Datepicker'],\n base: {\n paddingX: '300',\n minWidth: 'fit-content',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarHeaderLevel","calendarControl","merge","className","jsx","base","paddingX","minWidth"],"mappings":";;AAMaA,MAAAA,mBAAAA,GAAsBC,eAAgBC,CAAAA,KAAK,CAAC;IACvDC,SAAW,EAAA,uBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,QAAU,EAAA,KAAA;QACVC,QAAU,EAAA;AACZ;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarHeader: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-header.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-header.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,cAAc,EASrB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarHeader = defineRecipe({
4
+ className: 'calendar-header',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ display: 'flex',
10
+ alignItems: 'center',
11
+ justifyContent: 'space-between',
12
+ marginBottom: '400'
13
+ }
14
+ });
15
+
16
+ export { calendarHeader };
17
+ //# sourceMappingURL=calendar-header.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-header.js","sources":["../../../../src/recipes/molecules/calendar/calendar-header.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarHeader = defineRecipe({\n className: 'calendar-header',\n jsx: ['Datepicker'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n marginBottom: '400',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarHeader","defineRecipe","className","jsx","base","display","alignItems","justifyContent","marginBottom"],"mappings":";;AAMO,MAAMA,iBAAiBC,YAAa,CAAA;IACzCC,SAAW,EAAA,iBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,QAAA;QACZC,cAAgB,EAAA,eAAA;QAChBC,YAAc,EAAA;AAChB;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarMonthCell: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-month-cell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-month-cell.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-month-cell.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,iBAAiB,EAIxB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarMonthCell = defineRecipe({
4
+ className: 'calendar-month-cell',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {}
9
+ });
10
+
11
+ export { calendarMonthCell };
12
+ //# sourceMappingURL=calendar-month-cell.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-month-cell.js","sources":["../../../../src/recipes/molecules/calendar/calendar-month-cell.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonthCell = defineRecipe({\n className: 'calendar-month-cell',\n jsx: ['Datepicker'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthCell","defineRecipe","className","jsx","base"],"mappings":";;AAMO,MAAMA,oBAAoBC,YAAa,CAAA;IAC5CC,SAAW,EAAA,qBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;AACnBC,IAAAA,IAAAA,EAAM;AACR,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarMonthRow: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-month-row.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-month-row.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-month-row.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,gBAAgB,EASvB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarMonthRow = defineRecipe({
4
+ className: 'calendar-month-row',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ display: 'grid',
10
+ gridTemplateColumns: 'repeat(7, 1fr)',
11
+ gap: '100',
12
+ marginBottom: '200'
13
+ }
14
+ });
15
+
16
+ export { calendarMonthRow };
17
+ //# sourceMappingURL=calendar-month-row.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-month-row.js","sources":["../../../../src/recipes/molecules/calendar/calendar-month-row.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonthRow = defineRecipe({\n className: 'calendar-month-row',\n jsx: ['Datepicker'],\n base: {\n display: 'grid',\n gridTemplateColumns: 'repeat(7, 1fr)',\n gap: '100',\n marginBottom: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthRow","defineRecipe","className","jsx","base","display","gridTemplateColumns","gap","marginBottom"],"mappings":";;AAMO,MAAMA,mBAAmBC,YAAa,CAAA;IAC3CC,SAAW,EAAA,oBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,mBAAqB,EAAA,gBAAA;QACrBC,GAAK,EAAA,KAAA;QACLC,YAAc,EAAA;AAChB;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarMonth: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-month.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-month.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-month.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,aAAa,EAMpB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarMonth = defineRecipe({
4
+ className: 'calendar-month',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ width: '100%'
10
+ }
11
+ });
12
+
13
+ export { calendarMonth };
14
+ //# sourceMappingURL=calendar-month.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-month.js","sources":["../../../../src/recipes/molecules/calendar/calendar-month.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonth = defineRecipe({\n className: 'calendar-month',\n jsx: ['Datepicker'],\n base: {\n width: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonth","defineRecipe","className","jsx","base","width"],"mappings":";;AAMO,MAAMA,gBAAgBC,YAAa,CAAA;IACxCC,SAAW,EAAA,gBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,KAAO,EAAA;AACT;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarMonthsListCell: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-months-list-cell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-months-list-cell.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-cell.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,sBAAsB,EAO7B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarMonthsListCell = defineRecipe({
4
+ className: 'calendar-months-list-cell',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ display: 'flex',
10
+ justifyContent: 'center'
11
+ }
12
+ });
13
+
14
+ export { calendarMonthsListCell };
15
+ //# sourceMappingURL=calendar-months-list-cell.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-months-list-cell.js","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-cell.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonthsListCell = defineRecipe({\n className: 'calendar-months-list-cell',\n jsx: ['Datepicker'],\n base: {\n display: 'flex',\n justifyContent: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthsListCell","defineRecipe","className","jsx","base","display","justifyContent"],"mappings":";;AAMO,MAAMA,yBAAyBC,YAAa,CAAA;IACjDC,SAAW,EAAA,2BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,cAAgB,EAAA;AAClB;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarMonthsListControl: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-months-list-control.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-months-list-control.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-control.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,yBAAyB,EAOhC,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { calendarControl } from './calendar-control.js';
2
+
3
+ const calendarMonthsListControl = calendarControl.merge({
4
+ className: 'calendar-months-list-control',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ width: 'auto!',
10
+ paddingX: '200!'
11
+ }
12
+ });
13
+
14
+ export { calendarMonthsListControl };
15
+ //# sourceMappingURL=calendar-months-list-control.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-months-list-control.js","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-control.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { calendarControl } from './calendar-control';\n\nexport const calendarMonthsListControl = calendarControl.merge({\n className: 'calendar-months-list-control',\n jsx: ['Datepicker'],\n base: {\n width: 'auto!',\n paddingX: '200!',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthsListControl","calendarControl","merge","className","jsx","base","width","paddingX"],"mappings":";;AAMaA,MAAAA,yBAAAA,GAA4BC,eAAgBC,CAAAA,KAAK,CAAC;IAC7DC,SAAW,EAAA,8BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,KAAO,EAAA,OAAA;QACPC,QAAU,EAAA;AACZ;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarMonthsListRow: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-months-list-row.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-months-list-row.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-row.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,qBAAqB,EAS5B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarMonthsListRow = defineRecipe({
4
+ className: 'calendar-months-list-row',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ display: 'grid',
10
+ gridTemplateColumns: 'repeat(3, 1fr)',
11
+ gap: '100',
12
+ marginBottom: '200'
13
+ }
14
+ });
15
+
16
+ export { calendarMonthsListRow };
17
+ //# sourceMappingURL=calendar-months-list-row.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-months-list-row.js","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list-row.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonthsListRow = defineRecipe({\n className: 'calendar-months-list-row',\n jsx: ['Datepicker'],\n base: {\n display: 'grid',\n gridTemplateColumns: 'repeat(3, 1fr)',\n gap: '100',\n marginBottom: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthsListRow","defineRecipe","className","jsx","base","display","gridTemplateColumns","gap","marginBottom"],"mappings":";;AAMO,MAAMA,wBAAwBC,YAAa,CAAA;IAChDC,SAAW,EAAA,0BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,mBAAqB,EAAA,gBAAA;QACrBC,GAAK,EAAA,KAAA;QACLC,YAAc,EAAA;AAChB;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarMonthsList: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-months-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-months-list.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,kBAAkB,EAMzB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarMonthsList = defineRecipe({
4
+ className: 'calendar-months-list',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ width: '100%'
10
+ }
11
+ });
12
+
13
+ export { calendarMonthsList };
14
+ //# sourceMappingURL=calendar-months-list.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-months-list.js","sources":["../../../../src/recipes/molecules/calendar/calendar-months-list.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarMonthsList = defineRecipe({\n className: 'calendar-months-list',\n jsx: ['Datepicker'],\n base: {\n width: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarMonthsList","defineRecipe","className","jsx","base","width"],"mappings":";;AAMO,MAAMA,qBAAqBC,YAAa,CAAA;IAC7CC,SAAW,EAAA,sBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,KAAO,EAAA;AACT;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarWeekDay: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-week-day.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-week-day.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-week-day.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,eAAe,EAUtB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarWeekDay = defineRecipe({
4
+ className: 'calendar-week-day',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ fontSize: '100',
10
+ fontWeight: 'medium',
11
+ color: 'neutral.foreground.2.enabled',
12
+ textAlign: 'center',
13
+ textTransform: 'uppercase'
14
+ }
15
+ });
16
+
17
+ export { calendarWeekDay };
18
+ //# sourceMappingURL=calendar-week-day.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-week-day.js","sources":["../../../../src/recipes/molecules/calendar/calendar-week-day.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarWeekDay = defineRecipe({\n className: 'calendar-week-day',\n jsx: ['Datepicker'],\n base: {\n fontSize: '100',\n fontWeight: 'medium',\n color: 'neutral.foreground.2.enabled',\n textAlign: 'center',\n textTransform: 'uppercase',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarWeekDay","defineRecipe","className","jsx","base","fontSize","fontWeight","color","textAlign","textTransform"],"mappings":";;AAMO,MAAMA,kBAAkBC,YAAa,CAAA;IAC1CC,SAAW,EAAA,mBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA,QAAA;QACZC,KAAO,EAAA,8BAAA;QACPC,SAAW,EAAA,QAAA;QACXC,aAAe,EAAA;AACjB;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarWeekDaysRow: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-weeks-days-row.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-weeks-days-row.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-weeks-days-row.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,mBAAmB,EAS1B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarWeekDaysRow = defineRecipe({
4
+ className: 'calendar-week-days-row',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ display: 'grid',
10
+ gridTemplateColumns: 'repeat(7, 1fr)',
11
+ gap: '100',
12
+ marginBottom: '200'
13
+ }
14
+ });
15
+
16
+ export { calendarWeekDaysRow };
17
+ //# sourceMappingURL=calendar-weeks-days-row.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-weeks-days-row.js","sources":["../../../../src/recipes/molecules/calendar/calendar-weeks-days-row.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarWeekDaysRow = defineRecipe({\n className: 'calendar-week-days-row',\n jsx: ['Datepicker'],\n base: {\n display: 'grid',\n gridTemplateColumns: 'repeat(7, 1fr)',\n gap: '100',\n marginBottom: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarWeekDaysRow","defineRecipe","className","jsx","base","display","gridTemplateColumns","gap","marginBottom"],"mappings":";;AAMO,MAAMA,sBAAsBC,YAAa,CAAA;IAC9CC,SAAW,EAAA,wBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,mBAAqB,EAAA,gBAAA;QACrBC,GAAK,EAAA,KAAA;QACLC,YAAc,EAAA;AAChB;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarYearsListCell: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-years-list-cell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-years-list-cell.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-cell.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,qBAAqB,EAO5B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarYearsListCell = defineRecipe({
4
+ className: 'calendar-years-list-cell',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ display: 'flex',
10
+ justifyContent: 'center'
11
+ }
12
+ });
13
+
14
+ export { calendarYearsListCell };
15
+ //# sourceMappingURL=calendar-years-list-cell.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-years-list-cell.js","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-cell.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarYearsListCell = defineRecipe({\n className: 'calendar-years-list-cell',\n jsx: ['Datepicker'],\n base: {\n display: 'flex',\n justifyContent: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarYearsListCell","defineRecipe","className","jsx","base","display","justifyContent"],"mappings":";;AAMO,MAAMA,wBAAwBC,YAAa,CAAA;IAChDC,SAAW,EAAA,0BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,cAAgB,EAAA;AAClB;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarYearsListControl: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-years-list-control.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-years-list-control.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-control.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,wBAAwB,EAI/B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { calendarControl } from './calendar-control.js';
2
+
3
+ const calendarYearsListControl = calendarControl.merge({
4
+ className: 'calendar-years-list-control',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {}
9
+ });
10
+
11
+ export { calendarYearsListControl };
12
+ //# sourceMappingURL=calendar-years-list-control.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-years-list-control.js","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-control.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { calendarControl } from './calendar-control';\n\nexport const calendarYearsListControl = calendarControl.merge({\n className: 'calendar-years-list-control',\n jsx: ['Datepicker'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarYearsListControl","calendarControl","merge","className","jsx","base"],"mappings":";;AAMaA,MAAAA,wBAAAA,GAA2BC,eAAgBC,CAAAA,KAAK,CAAC;IAC5DC,SAAW,EAAA,6BAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;AACnBC,IAAAA,IAAAA,EAAM;AACR,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarYearsListRow: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-years-list-row.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-years-list-row.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-row.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,oBAAoB,EAS3B,aAAa,CAAC,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { defineRecipe } from '@pandacss/dev';
2
+
3
+ const calendarYearsListRow = defineRecipe({
4
+ className: 'calendar-years-list-row',
5
+ jsx: [
6
+ 'Datepicker'
7
+ ],
8
+ base: {
9
+ display: 'grid',
10
+ gridTemplateColumns: 'repeat(3, 1fr)',
11
+ gap: '100',
12
+ marginBottom: '200'
13
+ }
14
+ });
15
+
16
+ export { calendarYearsListRow };
17
+ //# sourceMappingURL=calendar-years-list-row.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-years-list-row.js","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list-row.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const calendarYearsListRow = defineRecipe({\n className: 'calendar-years-list-row',\n jsx: ['Datepicker'],\n base: {\n display: 'grid',\n gridTemplateColumns: 'repeat(3, 1fr)',\n gap: '100',\n marginBottom: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["calendarYearsListRow","defineRecipe","className","jsx","base","display","gridTemplateColumns","gap","marginBottom"],"mappings":";;AAMO,MAAMA,uBAAuBC,YAAa,CAAA;IAC/CC,SAAW,EAAA,yBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,mBAAqB,EAAA,gBAAA;QACrBC,GAAK,EAAA,KAAA;QACLC,YAAc,EAAA;AAChB;AACF,CAAyC;;;;"}
@@ -0,0 +1,3 @@
1
+ import type { RecipeBuilder, RecipeVariantRecord } from '@pandabox/define-recipe';
2
+ export declare const calendarYearsList: RecipeBuilder<RecipeVariantRecord>;
3
+ //# sourceMappingURL=calendar-years-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-years-list.d.ts","sourceRoot":"","sources":["../../../../src/recipes/molecules/calendar/calendar-years-list.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,iBAAiB,EAMxB,aAAa,CAAC,mBAAmB,CAAC,CAAC"}