@mage-ui/preset 0.0.12 → 0.0.15

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 (343) hide show
  1. package/dist/conditions/index.js +2 -8
  2. package/dist/conditions/index.js.map +1 -1
  3. package/dist/conditions/item-selectors.js +2 -7
  4. package/dist/conditions/item-selectors.js.map +1 -1
  5. package/dist/index.d.ts +7 -2
  6. package/dist/index.d.ts.map +1 -1
  7. package/dist/index.js +2 -21
  8. package/dist/index.js.map +1 -1
  9. package/dist/recipes/atoms/avatar/avatar-img.js +2 -0
  10. package/dist/recipes/atoms/avatar/avatar-img.js.map +1 -0
  11. package/dist/recipes/atoms/avatar/avatar-text.js +2 -0
  12. package/dist/recipes/atoms/avatar/avatar-text.js.map +1 -0
  13. package/dist/recipes/atoms/avatar/avatar.js +2 -73
  14. package/dist/recipes/atoms/avatar/avatar.js.map +1 -1
  15. package/dist/recipes/atoms/badges/badge-section.js +2 -17
  16. package/dist/recipes/atoms/badges/badge-section.js.map +1 -1
  17. package/dist/recipes/atoms/badges/badge.js +2 -52
  18. package/dist/recipes/atoms/badges/badge.js.map +1 -1
  19. package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.js +2 -15
  20. package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.js.map +1 -1
  21. package/dist/recipes/atoms/breadcrumbs/breadcrumb.js +2 -15
  22. package/dist/recipes/atoms/breadcrumbs/breadcrumb.js.map +1 -1
  23. package/dist/recipes/atoms/breadcrumbs/breadcrumbs.js +2 -25
  24. package/dist/recipes/atoms/breadcrumbs/breadcrumbs.js.map +1 -1
  25. package/dist/recipes/atoms/buttons/button-icon-icon.js +2 -45
  26. package/dist/recipes/atoms/buttons/button-icon-icon.js.map +1 -1
  27. package/dist/recipes/atoms/buttons/button-icon.js +2 -40
  28. package/dist/recipes/atoms/buttons/button-icon.js.map +1 -1
  29. package/dist/recipes/atoms/buttons/button-inner.js +2 -17
  30. package/dist/recipes/atoms/buttons/button-inner.js.map +1 -1
  31. package/dist/recipes/atoms/buttons/button-label.js +2 -17
  32. package/dist/recipes/atoms/buttons/button-label.js.map +1 -1
  33. package/dist/recipes/atoms/buttons/button-section.js +2 -16
  34. package/dist/recipes/atoms/buttons/button-section.js.map +1 -1
  35. package/dist/recipes/atoms/buttons/button.js +2 -226
  36. package/dist/recipes/atoms/buttons/button.js.map +1 -1
  37. package/dist/recipes/atoms/buttons/index.js +2 -18
  38. package/dist/recipes/atoms/buttons/index.js.map +1 -1
  39. package/dist/recipes/atoms/dropdown/dropdown.js +2 -22
  40. package/dist/recipes/atoms/dropdown/dropdown.js.map +1 -1
  41. package/dist/recipes/atoms/icon/icon.js +2 -85
  42. package/dist/recipes/atoms/icon/icon.js.map +1 -1
  43. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js +2 -18
  44. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.js.map +1 -1
  45. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js +2 -12
  46. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.js.map +1 -1
  47. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js +2 -12
  48. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.js.map +1 -1
  49. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js +2 -23
  50. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.js.map +1 -1
  51. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js +2 -16
  52. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.js.map +1 -1
  53. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js +2 -35
  54. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js.map +1 -1
  55. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js +2 -14
  56. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.js.map +1 -1
  57. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js +2 -12
  58. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.js.map +1 -1
  59. package/dist/recipes/atoms/inputs/combobox/combobox-empty.js +2 -19
  60. package/dist/recipes/atoms/inputs/combobox/combobox-empty.js.map +1 -1
  61. package/dist/recipes/atoms/inputs/combobox/combobox-option.js +2 -52
  62. package/dist/recipes/atoms/inputs/combobox/combobox-option.js.map +1 -1
  63. package/dist/recipes/atoms/inputs/combobox/combobox-options.js +2 -0
  64. package/dist/recipes/atoms/inputs/combobox/combobox-options.js.map +1 -0
  65. package/dist/recipes/atoms/inputs/combobox/combobox-section.js +2 -14
  66. package/dist/recipes/atoms/inputs/combobox/combobox-section.js.map +1 -1
  67. package/dist/recipes/atoms/inputs/datepicker-dropdown.js +2 -17
  68. package/dist/recipes/atoms/inputs/datepicker-dropdown.js.map +1 -1
  69. package/dist/recipes/atoms/inputs/datepicker-input.js +2 -19
  70. package/dist/recipes/atoms/inputs/datepicker-input.js.map +1 -1
  71. package/dist/recipes/atoms/inputs/form-control.js +2 -52
  72. package/dist/recipes/atoms/inputs/form-control.js.map +1 -1
  73. package/dist/recipes/atoms/inputs/index.js +2 -50
  74. package/dist/recipes/atoms/inputs/index.js.map +1 -1
  75. package/dist/recipes/atoms/inputs/input-description.js +2 -18
  76. package/dist/recipes/atoms/inputs/input-description.js.map +1 -1
  77. package/dist/recipes/atoms/inputs/input-error.js +2 -20
  78. package/dist/recipes/atoms/inputs/input-error.js.map +1 -1
  79. package/dist/recipes/atoms/inputs/input-label.js +2 -28
  80. package/dist/recipes/atoms/inputs/input-label.js.map +1 -1
  81. package/dist/recipes/atoms/inputs/input-placeholder.js +2 -14
  82. package/dist/recipes/atoms/inputs/input-placeholder.js.map +1 -1
  83. package/dist/recipes/atoms/inputs/input-root.js +2 -17
  84. package/dist/recipes/atoms/inputs/input-root.js.map +1 -1
  85. package/dist/recipes/atoms/inputs/input-section.js +2 -37
  86. package/dist/recipes/atoms/inputs/input-section.js.map +1 -1
  87. package/dist/recipes/atoms/inputs/input-wrapper.js +2 -18
  88. package/dist/recipes/atoms/inputs/input-wrapper.js.map +1 -1
  89. package/dist/recipes/atoms/inputs/input.js +2 -46
  90. package/dist/recipes/atoms/inputs/input.js.map +1 -1
  91. package/dist/recipes/atoms/tab/tab-label.js +2 -18
  92. package/dist/recipes/atoms/tab/tab-label.js.map +1 -1
  93. package/dist/recipes/atoms/tab/tab-list.js +2 -23
  94. package/dist/recipes/atoms/tab/tab-list.js.map +1 -1
  95. package/dist/recipes/atoms/tab/tab-panel.js +2 -16
  96. package/dist/recipes/atoms/tab/tab-panel.js.map +1 -1
  97. package/dist/recipes/atoms/tab/tab-section.js +2 -22
  98. package/dist/recipes/atoms/tab/tab-section.js.map +1 -1
  99. package/dist/recipes/atoms/tab/tab.js +2 -158
  100. package/dist/recipes/atoms/tab/tab.js.map +1 -1
  101. package/dist/recipes/atoms/tab/tabs.js +2 -27
  102. package/dist/recipes/atoms/tab/tabs.js.map +1 -1
  103. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js +2 -95
  104. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.js.map +1 -1
  105. package/dist/recipes/index.js +2 -47
  106. package/dist/recipes/index.js.map +1 -1
  107. package/dist/recipes/molecules/calendar/calendar-control.js +2 -32
  108. package/dist/recipes/molecules/calendar/calendar-control.js.map +1 -1
  109. package/dist/recipes/molecules/calendar/calendar-day.js +2 -38
  110. package/dist/recipes/molecules/calendar/calendar-day.js.map +1 -1
  111. package/dist/recipes/molecules/calendar/calendar-header-control-icon.js +2 -21
  112. package/dist/recipes/molecules/calendar/calendar-header-control-icon.js.map +1 -1
  113. package/dist/recipes/molecules/calendar/calendar-header-level.js +2 -15
  114. package/dist/recipes/molecules/calendar/calendar-header-level.js.map +1 -1
  115. package/dist/recipes/molecules/calendar/calendar-header.js +2 -17
  116. package/dist/recipes/molecules/calendar/calendar-header.js.map +1 -1
  117. package/dist/recipes/molecules/calendar/calendar-month-cell.js +2 -12
  118. package/dist/recipes/molecules/calendar/calendar-month-cell.js.map +1 -1
  119. package/dist/recipes/molecules/calendar/calendar-month-row.js +2 -17
  120. package/dist/recipes/molecules/calendar/calendar-month-row.js.map +1 -1
  121. package/dist/recipes/molecules/calendar/calendar-month.js +2 -14
  122. package/dist/recipes/molecules/calendar/calendar-month.js.map +1 -1
  123. package/dist/recipes/molecules/calendar/calendar-months-list-cell.js +2 -15
  124. package/dist/recipes/molecules/calendar/calendar-months-list-cell.js.map +1 -1
  125. package/dist/recipes/molecules/calendar/calendar-months-list-control.js +2 -15
  126. package/dist/recipes/molecules/calendar/calendar-months-list-control.js.map +1 -1
  127. package/dist/recipes/molecules/calendar/calendar-months-list-row.js +2 -17
  128. package/dist/recipes/molecules/calendar/calendar-months-list-row.js.map +1 -1
  129. package/dist/recipes/molecules/calendar/calendar-months-list.js +2 -14
  130. package/dist/recipes/molecules/calendar/calendar-months-list.js.map +1 -1
  131. package/dist/recipes/molecules/calendar/calendar-week-day.js +2 -18
  132. package/dist/recipes/molecules/calendar/calendar-week-day.js.map +1 -1
  133. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js +2 -17
  134. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.js.map +1 -1
  135. package/dist/recipes/molecules/calendar/calendar-years-list-cell.js +2 -15
  136. package/dist/recipes/molecules/calendar/calendar-years-list-cell.js.map +1 -1
  137. package/dist/recipes/molecules/calendar/calendar-years-list-control.js +2 -12
  138. package/dist/recipes/molecules/calendar/calendar-years-list-control.js.map +1 -1
  139. package/dist/recipes/molecules/calendar/calendar-years-list-row.js +2 -17
  140. package/dist/recipes/molecules/calendar/calendar-years-list-row.js.map +1 -1
  141. package/dist/recipes/molecules/calendar/calendar-years-list.js +2 -14
  142. package/dist/recipes/molecules/calendar/calendar-years-list.js.map +1 -1
  143. package/dist/recipes/molecules/calendar/index.js +2 -42
  144. package/dist/recipes/molecules/calendar/index.js.map +1 -1
  145. package/dist/recipes/shared/focus.js +2 -34
  146. package/dist/recipes/shared/focus.js.map +1 -1
  147. package/dist/semantic-tokens/colors.js +2 -969
  148. package/dist/semantic-tokens/colors.js.map +1 -1
  149. package/dist/semantic-tokens/gradients.js +2 -72
  150. package/dist/semantic-tokens/gradients.js.map +1 -1
  151. package/dist/semantic-tokens/index.js +2 -15
  152. package/dist/semantic-tokens/index.js.map +1 -1
  153. package/dist/semantic-tokens/shadows.js +2 -31
  154. package/dist/semantic-tokens/shadows.js.map +1 -1
  155. package/dist/semantic-tokens/sizes.js +2 -23
  156. package/dist/semantic-tokens/sizes.js.map +1 -1
  157. package/dist/tokens/animations.js +2 -18
  158. package/dist/tokens/animations.js.map +1 -1
  159. package/dist/tokens/borders.js +2 -22
  160. package/dist/tokens/borders.js.map +1 -1
  161. package/dist/tokens/colors.js +2 -264
  162. package/dist/tokens/colors.js.map +1 -1
  163. package/dist/tokens/font-sizes.js +2 -37
  164. package/dist/tokens/font-sizes.js.map +1 -1
  165. package/dist/tokens/font-weights.js +2 -22
  166. package/dist/tokens/font-weights.js.map +1 -1
  167. package/dist/tokens/fonts.js +2 -10
  168. package/dist/tokens/fonts.js.map +1 -1
  169. package/dist/tokens/index.js +2 -24
  170. package/dist/tokens/index.js.map +1 -1
  171. package/dist/tokens/radii.js +2 -31
  172. package/dist/tokens/radii.js.map +1 -1
  173. package/dist/tokens/sizes.js +2 -61
  174. package/dist/tokens/sizes.js.map +1 -1
  175. package/dist/tokens/spacing.js +2 -73
  176. package/dist/tokens/spacing.js.map +1 -1
  177. package/package.json +19 -20
  178. package/dist/conditions/index.d.ts +0 -5
  179. package/dist/conditions/index.d.ts.map +0 -1
  180. package/dist/conditions/item-selectors.d.ts +0 -5
  181. package/dist/conditions/item-selectors.d.ts.map +0 -1
  182. package/dist/recipes/atoms/avatar/avatar.d.ts +0 -32
  183. package/dist/recipes/atoms/avatar/avatar.d.ts.map +0 -1
  184. package/dist/recipes/atoms/badges/badge-section.d.ts +0 -3
  185. package/dist/recipes/atoms/badges/badge-section.d.ts.map +0 -1
  186. package/dist/recipes/atoms/badges/badge.d.ts +0 -3
  187. package/dist/recipes/atoms/badges/badge.d.ts.map +0 -1
  188. package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.d.ts +0 -3
  189. package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.d.ts.map +0 -1
  190. package/dist/recipes/atoms/breadcrumbs/breadcrumb.d.ts +0 -3
  191. package/dist/recipes/atoms/breadcrumbs/breadcrumb.d.ts.map +0 -1
  192. package/dist/recipes/atoms/breadcrumbs/breadcrumbs.d.ts +0 -2
  193. package/dist/recipes/atoms/breadcrumbs/breadcrumbs.d.ts.map +0 -1
  194. package/dist/recipes/atoms/buttons/button-icon-icon.d.ts +0 -3
  195. package/dist/recipes/atoms/buttons/button-icon-icon.d.ts.map +0 -1
  196. package/dist/recipes/atoms/buttons/button-icon.d.ts +0 -3
  197. package/dist/recipes/atoms/buttons/button-icon.d.ts.map +0 -1
  198. package/dist/recipes/atoms/buttons/button-inner.d.ts +0 -3
  199. package/dist/recipes/atoms/buttons/button-inner.d.ts.map +0 -1
  200. package/dist/recipes/atoms/buttons/button-label.d.ts +0 -3
  201. package/dist/recipes/atoms/buttons/button-label.d.ts.map +0 -1
  202. package/dist/recipes/atoms/buttons/button-section.d.ts +0 -3
  203. package/dist/recipes/atoms/buttons/button-section.d.ts.map +0 -1
  204. package/dist/recipes/atoms/buttons/button.d.ts +0 -3
  205. package/dist/recipes/atoms/buttons/button.d.ts.map +0 -1
  206. package/dist/recipes/atoms/buttons/index.d.ts +0 -9
  207. package/dist/recipes/atoms/buttons/index.d.ts.map +0 -1
  208. package/dist/recipes/atoms/dropdown/dropdown.d.ts +0 -4
  209. package/dist/recipes/atoms/dropdown/dropdown.d.ts.map +0 -1
  210. package/dist/recipes/atoms/icon/icon.d.ts +0 -50
  211. package/dist/recipes/atoms/icon/icon.d.ts.map +0 -1
  212. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts +0 -3
  213. package/dist/recipes/atoms/inputs/checkbox/checkbox-body.d.ts.map +0 -1
  214. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts +0 -3
  215. package/dist/recipes/atoms/inputs/checkbox/checkbox-description.d.ts.map +0 -1
  216. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts +0 -3
  217. package/dist/recipes/atoms/inputs/checkbox/checkbox-error.d.ts.map +0 -1
  218. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts +0 -3
  219. package/dist/recipes/atoms/inputs/checkbox/checkbox-icon.d.ts.map +0 -1
  220. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts +0 -3
  221. package/dist/recipes/atoms/inputs/checkbox/checkbox-inner.d.ts.map +0 -1
  222. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts +0 -3
  223. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.d.ts.map +0 -1
  224. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts +0 -3
  225. package/dist/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.d.ts.map +0 -1
  226. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts +0 -3
  227. package/dist/recipes/atoms/inputs/checkbox/checkbox-label.d.ts.map +0 -1
  228. package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts +0 -4
  229. package/dist/recipes/atoms/inputs/combobox/combobox-empty.d.ts.map +0 -1
  230. package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts +0 -4
  231. package/dist/recipes/atoms/inputs/combobox/combobox-option.d.ts.map +0 -1
  232. package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts +0 -4
  233. package/dist/recipes/atoms/inputs/combobox/combobox-section.d.ts.map +0 -1
  234. package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts +0 -3
  235. package/dist/recipes/atoms/inputs/datepicker-dropdown.d.ts.map +0 -1
  236. package/dist/recipes/atoms/inputs/datepicker-input.d.ts +0 -3
  237. package/dist/recipes/atoms/inputs/datepicker-input.d.ts.map +0 -1
  238. package/dist/recipes/atoms/inputs/form-control.d.ts +0 -4
  239. package/dist/recipes/atoms/inputs/form-control.d.ts.map +0 -1
  240. package/dist/recipes/atoms/inputs/index.d.ts +0 -25
  241. package/dist/recipes/atoms/inputs/index.d.ts.map +0 -1
  242. package/dist/recipes/atoms/inputs/input-description.d.ts +0 -3
  243. package/dist/recipes/atoms/inputs/input-description.d.ts.map +0 -1
  244. package/dist/recipes/atoms/inputs/input-error.d.ts +0 -3
  245. package/dist/recipes/atoms/inputs/input-error.d.ts.map +0 -1
  246. package/dist/recipes/atoms/inputs/input-label.d.ts +0 -3
  247. package/dist/recipes/atoms/inputs/input-label.d.ts.map +0 -1
  248. package/dist/recipes/atoms/inputs/input-placeholder.d.ts +0 -3
  249. package/dist/recipes/atoms/inputs/input-placeholder.d.ts.map +0 -1
  250. package/dist/recipes/atoms/inputs/input-root.d.ts +0 -3
  251. package/dist/recipes/atoms/inputs/input-root.d.ts.map +0 -1
  252. package/dist/recipes/atoms/inputs/input-section.d.ts +0 -3
  253. package/dist/recipes/atoms/inputs/input-section.d.ts.map +0 -1
  254. package/dist/recipes/atoms/inputs/input-wrapper.d.ts +0 -3
  255. package/dist/recipes/atoms/inputs/input-wrapper.d.ts.map +0 -1
  256. package/dist/recipes/atoms/inputs/input.d.ts +0 -3
  257. package/dist/recipes/atoms/inputs/input.d.ts.map +0 -1
  258. package/dist/recipes/atoms/tab/tab-label.d.ts +0 -3
  259. package/dist/recipes/atoms/tab/tab-label.d.ts.map +0 -1
  260. package/dist/recipes/atoms/tab/tab-list.d.ts +0 -3
  261. package/dist/recipes/atoms/tab/tab-list.d.ts.map +0 -1
  262. package/dist/recipes/atoms/tab/tab-panel.d.ts +0 -3
  263. package/dist/recipes/atoms/tab/tab-panel.d.ts.map +0 -1
  264. package/dist/recipes/atoms/tab/tab-section.d.ts +0 -3
  265. package/dist/recipes/atoms/tab/tab-section.d.ts.map +0 -1
  266. package/dist/recipes/atoms/tab/tab.d.ts +0 -3
  267. package/dist/recipes/atoms/tab/tab.d.ts.map +0 -1
  268. package/dist/recipes/atoms/tab/tabs.d.ts +0 -3
  269. package/dist/recipes/atoms/tab/tabs.d.ts.map +0 -1
  270. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts +0 -3
  271. package/dist/recipes/atoms/wrapped-icon/wrapped-icon.d.ts.map +0 -1
  272. package/dist/recipes/index.d.ts +0 -4
  273. package/dist/recipes/index.d.ts.map +0 -1
  274. package/dist/recipes/molecules/calendar/calendar-control.d.ts +0 -4
  275. package/dist/recipes/molecules/calendar/calendar-control.d.ts.map +0 -1
  276. package/dist/recipes/molecules/calendar/calendar-day.d.ts +0 -3
  277. package/dist/recipes/molecules/calendar/calendar-day.d.ts.map +0 -1
  278. package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts +0 -4
  279. package/dist/recipes/molecules/calendar/calendar-header-control-icon.d.ts.map +0 -1
  280. package/dist/recipes/molecules/calendar/calendar-header-level.d.ts +0 -3
  281. package/dist/recipes/molecules/calendar/calendar-header-level.d.ts.map +0 -1
  282. package/dist/recipes/molecules/calendar/calendar-header.d.ts +0 -3
  283. package/dist/recipes/molecules/calendar/calendar-header.d.ts.map +0 -1
  284. package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts +0 -3
  285. package/dist/recipes/molecules/calendar/calendar-month-cell.d.ts.map +0 -1
  286. package/dist/recipes/molecules/calendar/calendar-month-row.d.ts +0 -3
  287. package/dist/recipes/molecules/calendar/calendar-month-row.d.ts.map +0 -1
  288. package/dist/recipes/molecules/calendar/calendar-month.d.ts +0 -3
  289. package/dist/recipes/molecules/calendar/calendar-month.d.ts.map +0 -1
  290. package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts +0 -3
  291. package/dist/recipes/molecules/calendar/calendar-months-list-cell.d.ts.map +0 -1
  292. package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts +0 -3
  293. package/dist/recipes/molecules/calendar/calendar-months-list-control.d.ts.map +0 -1
  294. package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts +0 -3
  295. package/dist/recipes/molecules/calendar/calendar-months-list-row.d.ts.map +0 -1
  296. package/dist/recipes/molecules/calendar/calendar-months-list.d.ts +0 -3
  297. package/dist/recipes/molecules/calendar/calendar-months-list.d.ts.map +0 -1
  298. package/dist/recipes/molecules/calendar/calendar-week-day.d.ts +0 -3
  299. package/dist/recipes/molecules/calendar/calendar-week-day.d.ts.map +0 -1
  300. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts +0 -3
  301. package/dist/recipes/molecules/calendar/calendar-weeks-days-row.d.ts.map +0 -1
  302. package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts +0 -3
  303. package/dist/recipes/molecules/calendar/calendar-years-list-cell.d.ts.map +0 -1
  304. package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts +0 -3
  305. package/dist/recipes/molecules/calendar/calendar-years-list-control.d.ts.map +0 -1
  306. package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts +0 -3
  307. package/dist/recipes/molecules/calendar/calendar-years-list-row.d.ts.map +0 -1
  308. package/dist/recipes/molecules/calendar/calendar-years-list.d.ts +0 -3
  309. package/dist/recipes/molecules/calendar/calendar-years-list.d.ts.map +0 -1
  310. package/dist/recipes/molecules/calendar/index.d.ts +0 -21
  311. package/dist/recipes/molecules/calendar/index.d.ts.map +0 -1
  312. package/dist/recipes/shared/focus.d.ts +0 -4
  313. package/dist/recipes/shared/focus.d.ts.map +0 -1
  314. package/dist/semantic-tokens/colors.d.ts +0 -965
  315. package/dist/semantic-tokens/colors.d.ts.map +0 -1
  316. package/dist/semantic-tokens/gradients.d.ts +0 -45
  317. package/dist/semantic-tokens/gradients.d.ts.map +0 -1
  318. package/dist/semantic-tokens/index.d.ts +0 -1055
  319. package/dist/semantic-tokens/index.d.ts.map +0 -1
  320. package/dist/semantic-tokens/shadows.d.ts +0 -27
  321. package/dist/semantic-tokens/shadows.d.ts.map +0 -1
  322. package/dist/semantic-tokens/sizes.d.ts +0 -19
  323. package/dist/semantic-tokens/sizes.d.ts.map +0 -1
  324. package/dist/tokens/animations.d.ts +0 -14
  325. package/dist/tokens/animations.d.ts.map +0 -1
  326. package/dist/tokens/borders.d.ts +0 -18
  327. package/dist/tokens/borders.d.ts.map +0 -1
  328. package/dist/tokens/colors.d.ts +0 -260
  329. package/dist/tokens/colors.d.ts.map +0 -1
  330. package/dist/tokens/font-sizes.d.ts +0 -33
  331. package/dist/tokens/font-sizes.d.ts.map +0 -1
  332. package/dist/tokens/font-weights.d.ts +0 -18
  333. package/dist/tokens/font-weights.d.ts.map +0 -1
  334. package/dist/tokens/fonts.d.ts +0 -6
  335. package/dist/tokens/fonts.d.ts.map +0 -1
  336. package/dist/tokens/index.d.ts +0 -496
  337. package/dist/tokens/index.d.ts.map +0 -1
  338. package/dist/tokens/radii.d.ts +0 -27
  339. package/dist/tokens/radii.d.ts.map +0 -1
  340. package/dist/tokens/sizes.d.ts +0 -57
  341. package/dist/tokens/sizes.d.ts.map +0 -1
  342. package/dist/tokens/spacing.d.ts +0 -69
  343. package/dist/tokens/spacing.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"wrapped-icon.js","sources":["../../../../src/recipes/atoms/wrapped-icon/wrapped-icon.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const wrappedIcon = defineRecipe({\n className: 'wrapped-icon',\n jsx: ['WrappedIcon'],\n base: {\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n aspectRatio: '1',\n },\n variants: {\n variant: {\n unstyled: {},\n filled: {\n border: 'none',\n },\n outlined: {\n borderWidth: '1px',\n borderStyle: 'solid',\n backgroundColor: 'transparent',\n },\n },\n shape: {\n unstyled: {},\n rounded: {\n borderRadius: '900',\n },\n square: {\n borderRadius: '50',\n },\n },\n color: {\n unstyled: {},\n primary: {},\n neutral: {},\n },\n size: {\n l: {\n height: '{sizes.600}',\n },\n m: {\n height: '{sizes.500}',\n },\n s: {\n height: '{sizes.400}',\n },\n },\n },\n compoundVariants: [\n {\n variant: 'filled',\n color: 'primary',\n css: {\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'primary.background.2.enabled',\n },\n },\n {\n variant: 'filled',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.2.onBrand.enabled',\n backgroundColor: 'neutral.background.2.enabled',\n },\n },\n {\n variant: 'outlined',\n color: 'primary',\n css: {\n color: 'primary.foreground.1.enabled',\n borderColor: 'primary.stroke.2.enabled',\n },\n },\n {\n variant: 'outlined',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.2.enabled',\n },\n },\n ],\n defaultVariants: {\n variant: 'filled',\n shape: 'rounded',\n color: 'neutral',\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["wrappedIcon","defineRecipe","className","jsx","base","display","alignItems","justifyContent","aspectRatio","variants","variant","unstyled","filled","border","outlined","borderWidth","borderStyle","backgroundColor","shape","rounded","borderRadius","square","color","primary","neutral","size","l","height","m","s","compoundVariants","css","borderColor","defaultVariants"],"mappings":";;AAMO,MAAMA,cAAcC,YAAa,CAAA;IACtCC,SAAW,EAAA,cAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAc,KAAA;IACpBC,IAAM,EAAA;QACJC,OAAS,EAAA,aAAA;QACTC,UAAY,EAAA,QAAA;QACZC,cAAgB,EAAA,QAAA;QAChBC,WAAa,EAAA;AACf,KAAA;IACAC,QAAU,EAAA;QACRC,OAAS,EAAA;AACPC,YAAAA,QAAAA,EAAU,EAAC;YACXC,MAAQ,EAAA;gBACNC,MAAQ,EAAA;AACV,aAAA;YACAC,QAAU,EAAA;gBACRC,WAAa,EAAA,KAAA;gBACbC,WAAa,EAAA,OAAA;gBACbC,eAAiB,EAAA;AACnB;AACF,SAAA;QACAC,KAAO,EAAA;AACLP,YAAAA,QAAAA,EAAU,EAAC;YACXQ,OAAS,EAAA;gBACPC,YAAc,EAAA;AAChB,aAAA;YACAC,MAAQ,EAAA;gBACND,YAAc,EAAA;AAChB;AACF,SAAA;QACAE,KAAO,EAAA;AACLX,YAAAA,QAAAA,EAAU,EAAC;AACXY,YAAAA,OAAAA,EAAS,EAAC;AACVC,YAAAA,OAAAA,EAAS;AACX,SAAA;QACAC,IAAM,EAAA;YACJC,CAAG,EAAA;gBACDC,MAAQ,EAAA;AACV,aAAA;YACAC,CAAG,EAAA;gBACDD,MAAQ,EAAA;AACV,aAAA;YACAE,CAAG,EAAA;gBACDF,MAAQ,EAAA;AACV;AACF;AACF,KAAA;IACAG,gBAAkB,EAAA;AAChB,QAAA;YACEpB,OAAS,EAAA,QAAA;YACTY,KAAO,EAAA,SAAA;YACPS,GAAK,EAAA;gBACHT,KAAO,EAAA,sCAAA;gBACPL,eAAiB,EAAA;AACnB;AACF,SAAA;AACA,QAAA;YACEP,OAAS,EAAA,QAAA;YACTY,KAAO,EAAA,SAAA;YACPS,GAAK,EAAA;gBACHT,KAAO,EAAA,sCAAA;gBACPL,eAAiB,EAAA;AACnB;AACF,SAAA;AACA,QAAA;YACEP,OAAS,EAAA,UAAA;YACTY,KAAO,EAAA,SAAA;YACPS,GAAK,EAAA;gBACHT,KAAO,EAAA,8BAAA;gBACPU,WAAa,EAAA;AACf;AACF,SAAA;AACA,QAAA;YACEtB,OAAS,EAAA,UAAA;YACTY,KAAO,EAAA,SAAA;YACPS,GAAK,EAAA;gBACHT,KAAO,EAAA,8BAAA;gBACPU,WAAa,EAAA;AACf;AACF;AACD,KAAA;IACDC,eAAiB,EAAA;QACfvB,OAAS,EAAA,QAAA;QACTQ,KAAO,EAAA,SAAA;QACPI,KAAO,EAAA,SAAA;QACPG,IAAM,EAAA;AACR;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"wrapped-icon.js","names":[],"sources":["../../../../src/recipes/atoms/wrapped-icon/wrapped-icon.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const wrappedIcon = defineRecipe({\n className: 'wrapped-icon',\n jsx: ['WrappedIcon'],\n base: {\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n aspectRatio: '1',\n },\n variants: {\n variant: {\n unstyled: {},\n filled: {\n border: 'none',\n },\n outlined: {\n borderWidth: '1px',\n borderStyle: 'solid',\n backgroundColor: 'transparent',\n },\n },\n shape: {\n unstyled: {},\n rounded: {\n borderRadius: '900',\n },\n square: {\n borderRadius: '50',\n },\n },\n color: {\n unstyled: {},\n primary: {},\n neutral: {},\n },\n size: {\n l: {\n height: '{sizes.600}',\n },\n m: {\n height: '{sizes.500}',\n },\n s: {\n height: '{sizes.400}',\n },\n },\n },\n compoundVariants: [\n {\n variant: 'filled',\n color: 'primary',\n css: {\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'primary.background.2.enabled',\n },\n },\n {\n variant: 'filled',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.2.onBrand.enabled',\n backgroundColor: 'neutral.background.2.enabled',\n },\n },\n {\n variant: 'outlined',\n color: 'primary',\n css: {\n color: 'primary.foreground.1.enabled',\n borderColor: 'primary.stroke.2.enabled',\n },\n },\n {\n variant: 'outlined',\n color: 'neutral',\n css: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.2.enabled',\n },\n },\n ],\n defaultVariants: {\n variant: 'filled',\n shape: 'rounded',\n color: 'neutral',\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,eACX,IAAK,CAAC,aAAc,EACpB,KAAM,CACJ,QAAS,cACT,WAAY,SACZ,eAAgB,SAChB,YAAa,GACd,EACD,SAAU,CACR,QAAS,CACP,SAAU,CAAE,EACZ,OAAQ,CACN,OAAQ,MACT,EACD,SAAU,CACR,YAAa,MACb,YAAa,QACb,gBAAiB,aAClB,CACF,EACD,MAAO,CACL,SAAU,CAAE,EACZ,QAAS,CACP,aAAc,KACf,EACD,OAAQ,CACN,aAAc,IACf,CACF,EACD,MAAO,CACL,SAAU,CAAE,EACZ,QAAS,CAAE,EACX,QAAS,CAAE,CACZ,EACD,KAAM,CACJ,EAAG,CACD,OAAQ,aACT,EACD,EAAG,CACD,OAAQ,aACT,EACD,EAAG,CACD,OAAQ,aACT,CACF,CACF,EACD,iBAAkB,CAChB,CACE,QAAS,SACT,MAAO,UACP,IAAK,CACH,MAAO,uCACP,gBAAiB,8BAClB,CACF,EACD,CACE,QAAS,SACT,MAAO,UACP,IAAK,CACH,MAAO,uCACP,gBAAiB,8BAClB,CACF,EACD,CACE,QAAS,WACT,MAAO,UACP,IAAK,CACH,MAAO,+BACP,YAAa,0BACd,CACF,EACD,CACE,QAAS,WACT,MAAO,UACP,IAAK,CACH,MAAO,+BACP,YAAa,0BACd,CACF,CACF,EACD,gBAAiB,CACf,QAAS,SACT,MAAO,UACP,MAAO,UACP,KAAM,GACP,CACF,EAAC"}
@@ -1,47 +1,2 @@
1
- import { avatar } from './atoms/avatar/avatar.js';
2
- import { badge } from './atoms/badges/badge.js';
3
- import { badgeSection } from './atoms/badges/badge-section.js';
4
- import { breadcrumb } from './atoms/breadcrumbs/breadcrumb.js';
5
- import { breadcrumbSeparator } from './atoms/breadcrumbs/breadcrumb-separator.js';
6
- import { breadcrumbs } from './atoms/breadcrumbs/breadcrumbs.js';
7
- import { buttons } from './atoms/buttons/index.js';
8
- import { dropdown } from './atoms/dropdown/dropdown.js';
9
- import { icon } from './atoms/icon/icon.js';
10
- import { inputs } from './atoms/inputs/index.js';
11
- import { tab } from './atoms/tab/tab.js';
12
- import { tabLabel } from './atoms/tab/tab-label.js';
13
- import { tabList } from './atoms/tab/tab-list.js';
14
- import { tabPanel } from './atoms/tab/tab-panel.js';
15
- import { tabSection } from './atoms/tab/tab-section.js';
16
- import { tabs } from './atoms/tab/tabs.js';
17
- import { wrappedIcon } from './atoms/wrapped-icon/wrapped-icon.js';
18
- import { calendar } from './molecules/calendar/index.js';
19
- import { focus } from './shared/focus.js';
20
-
21
- const recipes = {
22
- badge,
23
- badgeSection,
24
- breadcrumbs,
25
- breadcrumb,
26
- breadcrumbSeparator,
27
- dropdown,
28
- focus,
29
- tab,
30
- tabLabel,
31
- tabList,
32
- tabSection,
33
- tabPanel,
34
- tabs,
35
- wrappedIcon,
36
- ...buttons,
37
- ...inputs,
38
- ...calendar
39
- };
40
- const slotRecipes = {
41
- avatar,
42
- calendar,
43
- icon
44
- };
45
-
46
- export { recipes, slotRecipes };
47
- //# sourceMappingURL=index.js.map
1
+ import{avatar as e}from"./atoms/avatar/avatar.js";import{avatarImg as t}from"./atoms/avatar/avatar-img.js";import{avatarText as n}from"./atoms/avatar/avatar-text.js";import{badge as r}from"./atoms/badges/badge.js";import{badgeSection as i}from"./atoms/badges/badge-section.js";import{breadcrumb as a}from"./atoms/breadcrumbs/breadcrumb.js";import{breadcrumbSeparator as o}from"./atoms/breadcrumbs/breadcrumb-separator.js";import{breadcrumbs as s}from"./atoms/breadcrumbs/breadcrumbs.js";import{focus as c}from"./shared/focus.js";import{buttons as l}from"./atoms/buttons/index.js";import{dropdown as u}from"./atoms/dropdown/dropdown.js";import{icon as d}from"./atoms/icon/icon.js";import{inputs as f}from"./atoms/inputs/index.js";import{tab as p}from"./atoms/tab/tab.js";import{tabLabel as m}from"./atoms/tab/tab-label.js";import{tabList as h}from"./atoms/tab/tab-list.js";import{tabPanel as g}from"./atoms/tab/tab-panel.js";import{tabSection as _}from"./atoms/tab/tab-section.js";import{tabs as v}from"./atoms/tab/tabs.js";import{wrappedIcon as y}from"./atoms/wrapped-icon/wrapped-icon.js";import{calendar as b}from"./molecules/calendar/index.js";const x={avatar:e,avatarImg:t,avatarText:n,badge:r,badgeSection:i,breadcrumbs:s,breadcrumb:a,breadcrumbSeparator:o,dropdown:u,focus:c,tab:p,tabLabel:m,tabList:h,tabSection:_,tabPanel:g,tabs:v,wrappedIcon:y,...l,...f,...b},S={calendar:b,icon:d};export{x as recipes,S as slotRecipes};
2
+ //# sourceMappingURL=index.js.map
@@ -1 +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 { breadcrumb } from './atoms/breadcrumbs/breadcrumb';\nimport { breadcrumbSeparator } from './atoms/breadcrumbs/breadcrumb-separator';\nimport { breadcrumbs } from './atoms/breadcrumbs/breadcrumbs';\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 { tabList } from './atoms/tab/tab-list';\nimport { tabPanel } from './atoms/tab/tab-panel';\nimport { tabSection } from './atoms/tab/tab-section';\nimport { tabs } from './atoms/tab/tabs';\nimport { wrappedIcon } from './atoms/wrapped-icon/wrapped-icon';\nimport { calendar } from './molecules/calendar/index';\nimport { focus } from './shared/focus';\n\nexport const recipes = {\n badge,\n badgeSection,\n breadcrumbs,\n breadcrumb,\n breadcrumbSeparator,\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","breadcrumbs","breadcrumb","breadcrumbSeparator","dropdown","focus","tab","tabLabel","tabList","tabSection","tabPanel","tabs","wrappedIcon","buttons","inputs","calendar","slotRecipes","avatar","icon"],"mappings":";;;;;;;;;;;;;;;;;;;;MAsBaA,OAAU,GAAA;AACrBC,IAAAA,KAAAA;AACAC,IAAAA,YAAAA;AACAC,IAAAA,WAAAA;AACAC,IAAAA,UAAAA;AACAC,IAAAA,mBAAAA;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;;;;"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../src/recipes/index.ts"],"sourcesContent":["import type { RecipeConfig, SlotRecipeConfig } from '@pandacss/dev';\n\nimport { avatar } from './atoms/avatar/avatar';\nimport { avatarImg } from './atoms/avatar/avatar-img';\nimport { avatarText } from './atoms/avatar/avatar-text';\nimport { badge } from './atoms/badges/badge';\nimport { badgeSection } from './atoms/badges/badge-section';\nimport { breadcrumb } from './atoms/breadcrumbs/breadcrumb';\nimport { breadcrumbSeparator } from './atoms/breadcrumbs/breadcrumb-separator';\nimport { breadcrumbs } from './atoms/breadcrumbs/breadcrumbs';\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 { tabList } from './atoms/tab/tab-list';\nimport { tabPanel } from './atoms/tab/tab-panel';\nimport { tabSection } from './atoms/tab/tab-section';\nimport { tabs } from './atoms/tab/tabs';\nimport { wrappedIcon } from './atoms/wrapped-icon/wrapped-icon';\nimport { calendar } from './molecules/calendar/index';\nimport { focus } from './shared/focus';\n\nexport const recipes = {\n avatar,\n avatarImg,\n avatarText,\n badge,\n badgeSection,\n breadcrumbs,\n breadcrumb,\n breadcrumbSeparator,\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 calendar,\n icon,\n} as Record<string, Partial<SlotRecipeConfig>>;\n"],"mappings":"2nCA+CA,MAvBa,EAAU,CACrB,SACA,YACA,aACA,QACA,eACA,cACA,aACA,sBACA,WACA,QACA,MACA,WACA,UACA,aACA,WACA,OACA,cACA,GAAG,EACH,GAAG,EACH,GAAG,CACJ,EAEY,EAAc,CACzB,WACA,MACD"}
@@ -1,32 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`calendar-control`,jsx:[`Datepicker`],base:{color:`neutral.foreground.1.enabled`,fontSize:`300`,fontWeight:`medium`,textAlign:`center`,borderRadius:`200`,cursor:`pointer`,transition:`{animations.base.100}`,display:`flex`,justifyContent:`center`,alignItems:`center`,height:`control.height.100`,width:`control.height.100`,_hover:{backgroundColor:`neutral.background.2.hovered`},_active:{color:`neutral.foreground.2.actived`,backgroundColor:`neutral.background.2.actived`}}});export{t as calendarControl};
2
+ //# sourceMappingURL=calendar-control.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-control.js","names":[],"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"],"mappings":"uDAGA,MAAa,EAAkB,EAAa,CAC1C,UAAW,mBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,MAAO,+BACP,SAAU,MACV,WAAY,SACZ,UAAW,SACX,aAAc,MACd,OAAQ,UACR,WAAY,wBACZ,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,OAAQ,qBACR,MAAO,qBACP,OAAQ,CACN,gBAAiB,8BAClB,EACD,QAAS,CACP,MAAO,+BACP,gBAAiB,8BAClB,CACF,CACF,EAAC"}
@@ -1,38 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-day`,jsx:[`Datepicker`],base:{fontSize:`300`,fontWeight:`medium`,textAlign:`center`,textTransform:`uppercase`,borderRadius:`200`,cursor:`pointer`,transition:`{animations.base.100}`,display:`flex`,justifyContent:`center`,alignItems:`center`,height:`control.height.100`,aspectRatio:`1`,color:`neutral.foreground.1.enabled`,'&[data-outside="true"]':{color:`neutral.foreground.3.enabled`},_hover:{backgroundColor:`neutral.background.2.hovered`},_selected:{backgroundColor:`neutral.background.2.brand.selected`,_hover:{backgroundColor:`neutral.background.2.brand.selectedHovered`}}}});export{t as calendarDay};
2
+ //# sourceMappingURL=calendar-day.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-day.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAc,EAAa,CACtC,UAAW,eACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,SAAU,MACV,WAAY,SACZ,UAAW,SACX,cAAe,YACf,aAAc,MACd,OAAQ,UACR,WAAY,wBACZ,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,OAAQ,qBACR,YAAa,IACb,MAAO,+BACP,yBAA0B,CACxB,MAAO,8BACR,EACD,OAAQ,CACN,gBAAiB,8BAClB,EACD,UAAW,CACT,gBAAiB,sCACjB,OAAQ,CACN,gBAAiB,4CAClB,CACF,CACF,CACF,EAAC"}
@@ -1,21 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-header-control-icon`,jsx:[`Datepicker`],base:{width:`iconSize.200`,aspectRatio:`1`,'&:where([data-direction="next"])':{transform:`rotate(270deg)`},'&:where([data-direction="previous"])':{transform:`rotate(90deg)`}}});export{t as calendarHeaderControlIcon};
2
+ //# sourceMappingURL=calendar-header-control-icon.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-header-control-icon.js","names":[],"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"],"mappings":"6CAGA,MAAa,EAA4B,EAAa,CACpD,UAAW,+BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,MAAO,eACP,YAAa,IACb,mCAAoC,CAClC,UAAW,gBACZ,EACD,uCAAwC,CACtC,UAAW,eACZ,CACF,CACF,EAAC"}
@@ -1,15 +1,2 @@
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
1
+ import{calendarControl as e}from"./calendar-control.js";const t=e.merge({className:`calendar-header-level`,jsx:[`Datepicker`],base:{paddingX:`300`,minWidth:`fit-content`}});export{t as calendarHeaderLevel};
2
+ //# sourceMappingURL=calendar-header-level.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-header-level.js","names":[],"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"],"mappings":"wDAMA,MAAa,EAAsB,EAAgB,MAAM,CACvD,UAAW,wBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,SAAU,MACV,SAAU,aACX,CACF,EAAC"}
@@ -1,17 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-header`,jsx:[`Datepicker`],base:{display:`flex`,alignItems:`center`,justifyContent:`space-between`,marginBottom:`400`}});export{t as calendarHeader};
2
+ //# sourceMappingURL=calendar-header.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-header.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAiB,EAAa,CACzC,UAAW,kBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,eAAgB,gBAChB,aAAc,KACf,CACF,EAAC"}
@@ -1,12 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-month-cell`,jsx:[`Datepicker`],base:{}});export{t as calendarMonthCell};
2
+ //# sourceMappingURL=calendar-month-cell.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-month-cell.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAoB,EAAa,CAC5C,UAAW,sBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CAAE,CACT,EAAC"}
@@ -1,17 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-month-row`,jsx:[`Datepicker`],base:{display:`grid`,gridTemplateColumns:`repeat(7, 1fr)`,gap:`100`,marginBottom:`200`}});export{t as calendarMonthRow};
2
+ //# sourceMappingURL=calendar-month-row.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-month-row.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAmB,EAAa,CAC3C,UAAW,qBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,oBAAqB,iBACrB,IAAK,MACL,aAAc,KACf,CACF,EAAC"}
@@ -1,14 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-month`,jsx:[`Datepicker`],base:{width:`100%`}});export{t as calendarMonth};
2
+ //# sourceMappingURL=calendar-month.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-month.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,MAAO,MACR,CACF,EAAC"}
@@ -1,15 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-months-list-cell`,jsx:[`Datepicker`],base:{display:`flex`,justifyContent:`center`}});export{t as calendarMonthsListCell};
2
+ //# sourceMappingURL=calendar-months-list-cell.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-months-list-cell.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAyB,EAAa,CACjD,UAAW,4BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,eAAgB,QACjB,CACF,EAAC"}
@@ -1,15 +1,2 @@
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
1
+ import{calendarControl as e}from"./calendar-control.js";const t=e.merge({className:`calendar-months-list-control`,jsx:[`Datepicker`],base:{width:`auto!`,paddingX:`200!`}});export{t as calendarMonthsListControl};
2
+ //# sourceMappingURL=calendar-months-list-control.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-months-list-control.js","names":[],"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"],"mappings":"wDAMA,MAAa,EAA4B,EAAgB,MAAM,CAC7D,UAAW,+BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,MAAO,QACP,SAAU,MACX,CACF,EAAC"}
@@ -1,17 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-months-list-row`,jsx:[`Datepicker`],base:{display:`grid`,gridTemplateColumns:`repeat(3, 1fr)`,gap:`100`,marginBottom:`200`}});export{t as calendarMonthsListRow};
2
+ //# sourceMappingURL=calendar-months-list-row.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-months-list-row.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAwB,EAAa,CAChD,UAAW,2BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,oBAAqB,iBACrB,IAAK,MACL,aAAc,KACf,CACF,EAAC"}
@@ -1,14 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-months-list`,jsx:[`Datepicker`],base:{width:`100%`}});export{t as calendarMonthsList};
2
+ //# sourceMappingURL=calendar-months-list.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-months-list.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAqB,EAAa,CAC7C,UAAW,uBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,MAAO,MACR,CACF,EAAC"}
@@ -1,18 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-week-day`,jsx:[`Datepicker`],base:{fontSize:`100`,fontWeight:`medium`,color:`neutral.foreground.2.enabled`,textAlign:`center`,textTransform:`uppercase`}});export{t as calendarWeekDay};
2
+ //# sourceMappingURL=calendar-week-day.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-week-day.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAkB,EAAa,CAC1C,UAAW,oBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,SAAU,MACV,WAAY,SACZ,MAAO,+BACP,UAAW,SACX,cAAe,WAChB,CACF,EAAC"}
@@ -1,17 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-week-days-row`,jsx:[`Datepicker`],base:{display:`grid`,gridTemplateColumns:`repeat(7, 1fr)`,gap:`100`,marginBottom:`200`}});export{t as calendarWeekDaysRow};
2
+ //# sourceMappingURL=calendar-weeks-days-row.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-weeks-days-row.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAsB,EAAa,CAC9C,UAAW,yBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,oBAAqB,iBACrB,IAAK,MACL,aAAc,KACf,CACF,EAAC"}
@@ -1,15 +1,2 @@
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
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`calendar-years-list-cell`,jsx:[`Datepicker`],base:{display:`flex`,justifyContent:`center`}});export{t as calendarYearsListCell};
2
+ //# sourceMappingURL=calendar-years-list-cell.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-years-list-cell.js","names":[],"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"],"mappings":"6CAMA,MAAa,EAAwB,EAAa,CAChD,UAAW,2BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,eAAgB,QACjB,CACF,EAAC"}
@@ -1,12 +1,2 @@
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
1
+ import{calendarControl as e}from"./calendar-control.js";const t=e.merge({className:`calendar-years-list-control`,jsx:[`Datepicker`],base:{}});export{t as calendarYearsListControl};
2
+ //# sourceMappingURL=calendar-years-list-control.js.map
@@ -1 +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;;;;"}
1
+ {"version":3,"file":"calendar-years-list-control.js","names":[],"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"],"mappings":"wDAMA,MAAa,EAA2B,EAAgB,MAAM,CAC5D,UAAW,8BACX,IAAK,CAAC,YAAa,EACnB,KAAM,CAAE,CACT,EAAC"}