@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":"checkbox-input.js","sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-input.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { formControl } from './../form-control';\n\nexport const checkboxInput = formControl.merge({\n className: 'checkbox-input',\n jsx: ['Checkbox'],\n base: {\n display: 'block',\n appearance: 'none',\n transition: '{animations.base.100}',\n width: 'control.height.50',\n aspectRatio: '1',\n borderRadius: '100',\n WebkitTapHighlightColor: 'transparent',\n padding: '0',\n pointerEvents: 'auto!',\n _checked: {\n backgroundColor: 'neutral.background.2.brand.selected',\n color: 'neutral.foreground.static.inverted.enabled',\n borderColor: 'neutral.background.2.brand.selected',\n },\n _disabled: {\n opacity: '0.5',\n cursor: 'not-allowed',\n pointerEvents: 'none',\n _hover: {\n borderColor: 'neutral.stroke.7.enabled',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["checkboxInput","formControl","merge","className","jsx","base","display","appearance","transition","width","aspectRatio","borderRadius","WebkitTapHighlightColor","padding","pointerEvents","_checked","backgroundColor","color","borderColor","_disabled","opacity","cursor","_hover"],"mappings":";;AAMaA,MAAAA,aAAAA,GAAgBC,WAAYC,CAAAA,KAAK,CAAC;IAC7CC,SAAW,EAAA,gBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;IACjBC,IAAM,EAAA;QACJC,OAAS,EAAA,OAAA;QACTC,UAAY,EAAA,MAAA;QACZC,UAAY,EAAA,uBAAA;QACZC,KAAO,EAAA,mBAAA;QACPC,WAAa,EAAA,GAAA;QACbC,YAAc,EAAA,KAAA;QACdC,uBAAyB,EAAA,aAAA;QACzBC,OAAS,EAAA,GAAA;QACTC,aAAe,EAAA,OAAA;QACfC,QAAU,EAAA;YACRC,eAAiB,EAAA,qCAAA;YACjBC,KAAO,EAAA,4CAAA;YACPC,WAAa,EAAA;AACf,SAAA;QACAC,SAAW,EAAA;YACTC,OAAS,EAAA,KAAA;YACTC,MAAQ,EAAA,aAAA;YACRP,aAAe,EAAA,MAAA;YACfQ,MAAQ,EAAA;gBACNJ,WAAa,EAAA;AACf;AACF;AACF;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"checkbox-input.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-input.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { formControl } from './../form-control';\n\nexport const checkboxInput = formControl.merge({\n className: 'checkbox-input',\n jsx: ['Checkbox'],\n base: {\n display: 'block',\n appearance: 'none',\n transition: '{animations.base.100}',\n width: 'control.height.50',\n aspectRatio: '1',\n borderRadius: '100',\n WebkitTapHighlightColor: 'transparent',\n padding: '0',\n pointerEvents: 'auto!',\n _checked: {\n backgroundColor: 'neutral.background.2.brand.selected',\n color: 'neutral.foreground.static.inverted.enabled',\n borderColor: 'neutral.background.2.brand.selected',\n },\n _disabled: {\n opacity: '0.5',\n cursor: 'not-allowed',\n pointerEvents: 'none',\n _hover: {\n borderColor: 'neutral.stroke.7.enabled',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"iDAMA,MAAa,EAAgB,EAAY,MAAM,CAC7C,UAAW,iBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,QAAS,QACT,WAAY,OACZ,WAAY,wBACZ,MAAO,oBACP,YAAa,IACb,aAAc,MACd,wBAAyB,cACzB,QAAS,IACT,cAAe,QACf,SAAU,CACR,gBAAiB,sCACjB,MAAO,6CACP,YAAa,qCACd,EACD,UAAW,CACT,QAAS,MACT,OAAQ,cACR,cAAe,OACf,OAAQ,CACN,YAAa,0BACd,CACF,CACF,CACF,EAAC"}
@@ -1,14 +1,2 @@
1
- import { inputRoot } from '../input-root.js';
2
-
3
- const checkboxLabelWrapper = inputRoot.merge({
4
- className: 'checkbox-label-wrapper',
5
- jsx: [
6
- 'Checkbox'
7
- ],
8
- base: {
9
- marginLeft: '200'
10
- }
11
- });
12
-
13
- export { checkboxLabelWrapper };
14
- //# sourceMappingURL=checkbox-label-wrapper.js.map
1
+ import{inputRoot as e}from"../input-root.js";const t=e.merge({className:`checkbox-label-wrapper`,jsx:[`Checkbox`],base:{marginLeft:`200`}});export{t as checkboxLabelWrapper};
2
+ //# sourceMappingURL=checkbox-label-wrapper.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-label-wrapper.js","sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputRoot } from '../input-root';\n\nexport const checkboxLabelWrapper = inputRoot.merge({\n className: 'checkbox-label-wrapper',\n jsx: ['Checkbox'],\n base: {\n marginLeft: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["checkboxLabelWrapper","inputRoot","merge","className","jsx","base","marginLeft"],"mappings":";;AAMaA,MAAAA,oBAAAA,GAAuBC,SAAUC,CAAAA,KAAK,CAAC;IAClDC,SAAW,EAAA,wBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;IACjBC,IAAM,EAAA;QACJC,UAAY,EAAA;AACd;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"checkbox-label-wrapper.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-label-wrapper.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputRoot } from '../input-root';\n\nexport const checkboxLabelWrapper = inputRoot.merge({\n className: 'checkbox-label-wrapper',\n jsx: ['Checkbox'],\n base: {\n marginLeft: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAuB,EAAU,MAAM,CAClD,UAAW,yBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,WAAY,KACb,CACF,EAAC"}
@@ -1,12 +1,2 @@
1
- import { inputLabel } from '../input-label.js';
2
-
3
- const checkboxLabel = inputLabel.merge({
4
- className: 'checkbox-label',
5
- jsx: [
6
- 'Checkbox'
7
- ],
8
- base: {}
9
- });
10
-
11
- export { checkboxLabel };
12
- //# sourceMappingURL=checkbox-label.js.map
1
+ import{inputLabel as e}from"../input-label.js";const t=e.merge({className:`checkbox-label`,jsx:[`Checkbox`],base:{}});export{t as checkboxLabel};
2
+ //# sourceMappingURL=checkbox-label.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-label.js","sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-label.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputLabel } from '../input-label';\n\nexport const checkboxLabel = inputLabel.merge({\n className: 'checkbox-label',\n jsx: ['Checkbox'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["checkboxLabel","inputLabel","merge","className","jsx","base"],"mappings":";;AAMaA,MAAAA,aAAAA,GAAgBC,UAAWC,CAAAA,KAAK,CAAC;IAC5CC,SAAW,EAAA,gBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;AACjBC,IAAAA,IAAAA,EAAM;AACR,CAAyC;;;;"}
1
+ {"version":3,"file":"checkbox-label.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/checkbox-label.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { inputLabel } from '../input-label';\n\nexport const checkboxLabel = inputLabel.merge({\n className: 'checkbox-label',\n jsx: ['Checkbox'],\n base: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"+CAMA,MAAa,EAAgB,EAAW,MAAM,CAC5C,UAAW,iBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CAAE,CACT,EAAC"}
@@ -1,19 +1,2 @@
1
- import { defineRecipe } from '@pandacss/dev';
2
-
3
- const comboboxEmpty = defineRecipe({
4
- className: 'combobox-empty',
5
- jsx: [
6
- 'Combobox'
7
- ],
8
- base: {
9
- fontSize: '300',
10
- fontWeight: 'regular',
11
- lineHeight: '1',
12
- padding: '300',
13
- color: 'neutral.foreground.3.enabled',
14
- textAlign: 'center'
15
- }
16
- });
17
-
18
- export { comboboxEmpty };
19
- //# sourceMappingURL=combobox-empty.js.map
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`combobox-empty`,jsx:[`Combobox`],base:{fontSize:`300`,fontWeight:`regular`,lineHeight:`1`,padding:`300`,color:`neutral.foreground.3.enabled`,textAlign:`center`}});export{t as comboboxEmpty};
2
+ //# sourceMappingURL=combobox-empty.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"combobox-empty.js","sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-empty.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport { type RecipeVariantRecord, defineRecipe } from '@pandacss/dev';\n\nexport const comboboxEmpty = defineRecipe({\n className: 'combobox-empty',\n jsx: ['Combobox'],\n base: {\n fontSize: '300',\n fontWeight: 'regular',\n lineHeight: '1',\n padding: '300',\n color: 'neutral.foreground.3.enabled',\n textAlign: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["comboboxEmpty","defineRecipe","className","jsx","base","fontSize","fontWeight","lineHeight","padding","color","textAlign"],"mappings":";;AAGO,MAAMA,gBAAgBC,YAAa,CAAA;IACxCC,SAAW,EAAA,gBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;IACjBC,IAAM,EAAA;QACJC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA,SAAA;QACZC,UAAY,EAAA,GAAA;QACZC,OAAS,EAAA,KAAA;QACTC,KAAO,EAAA,8BAAA;QACPC,SAAW,EAAA;AACb;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"combobox-empty.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-empty.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport { type RecipeVariantRecord, defineRecipe } from '@pandacss/dev';\n\nexport const comboboxEmpty = defineRecipe({\n className: 'combobox-empty',\n jsx: ['Combobox'],\n base: {\n fontSize: '300',\n fontWeight: 'regular',\n lineHeight: '1',\n padding: '300',\n color: 'neutral.foreground.3.enabled',\n textAlign: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAGA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,SAAU,MACV,WAAY,UACZ,WAAY,IACZ,QAAS,MACT,MAAO,+BACP,UAAW,QACZ,CACF,EAAC"}
@@ -1,52 +1,2 @@
1
- import { focus } from '../../../shared/focus.js';
2
-
3
- const comboboxOption = focus.merge({
4
- className: 'combobox-option',
5
- jsx: [
6
- 'ComboboxOption'
7
- ],
8
- base: {
9
- fontSize: '300',
10
- fontWeight: 'regular',
11
- lineHeight: '1',
12
- padding: '300',
13
- borderRadius: '100',
14
- cursor: 'pointer',
15
- color: 'neutral.foreground.1.enabled',
16
- transition: '{animations.base.100}',
17
- _hover: {
18
- backgroundColor: 'neutral.background.2.hovered'
19
- },
20
- '&:is([data-combobox-active])': {
21
- color: 'neutral.foreground.1.onBrand.selected',
22
- backgroundColor: 'neutral.background.2.brand.selected',
23
- _hover: {
24
- backgroundColor: 'neutral.background.2.brand.selectedHovered'
25
- }
26
- }
27
- },
28
- variants: {
29
- type: {
30
- create: {
31
- display: 'flex',
32
- gap: '200',
33
- color: 'neutral.foreground.1.onBrand.enabled',
34
- backgroundColor: 'primary.background.2.enabled',
35
- fontWeight: 'medium',
36
- alignItems: 'center',
37
- justifyContent: 'center',
38
- textAlign: 'center',
39
- cursor: 'pointer',
40
- _hover: {
41
- backgroundColor: 'primary.background.2.hovered'
42
- }
43
- }
44
- }
45
- },
46
- defaultVariants: {
47
- colors: 'neutral'
48
- }
49
- });
50
-
51
- export { comboboxOption };
52
- //# sourceMappingURL=combobox-option.js.map
1
+ import{focus as e}from"../../../shared/focus.js";const t=e.merge({className:`combobox-option`,jsx:[`ComboboxOption`],base:{fontSize:`300`,fontWeight:`regular`,lineHeight:`1`,padding:`300`,borderRadius:`100`,cursor:`pointer`,color:`neutral.foreground.1.enabled`,transition:`{animations.base.100}`,_hover:{backgroundColor:`neutral.background.2.hovered`},"&:is([data-combobox-active])":{color:`neutral.foreground.1.onBrand.selected`,backgroundColor:`neutral.background.2.brand.selected`,_hover:{backgroundColor:`neutral.background.2.brand.selectedHovered`}}},variants:{type:{create:{display:`flex`,gap:`200`,color:`neutral.foreground.1.onBrand.enabled`,backgroundColor:`primary.background.2.enabled`,fontWeight:`medium`,alignItems:`center`,justifyContent:`center`,textAlign:`center`,cursor:`pointer`,_hover:{backgroundColor:`primary.background.2.hovered`}}}},defaultVariants:{colors:`neutral`}});export{t as comboboxOption};
2
+ //# sourceMappingURL=combobox-option.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"combobox-option.js","sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-option.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { focus } from '../../../shared/focus';\n\nexport const comboboxOption = focus.merge({\n className: 'combobox-option',\n jsx: ['ComboboxOption'],\n base: {\n fontSize: '300',\n fontWeight: 'regular',\n lineHeight: '1',\n padding: '300',\n borderRadius: '100',\n cursor: 'pointer',\n color: 'neutral.foreground.1.enabled',\n transition: '{animations.base.100}',\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n },\n '&:is([data-combobox-active])': {\n color: 'neutral.foreground.1.onBrand.selected',\n backgroundColor: 'neutral.background.2.brand.selected',\n _hover: {\n backgroundColor: 'neutral.background.2.brand.selectedHovered',\n },\n },\n },\n variants: {\n type: {\n create: {\n display: 'flex',\n gap: '200',\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'primary.background.2.enabled',\n fontWeight: 'medium',\n alignItems: 'center',\n justifyContent: 'center',\n textAlign: 'center',\n cursor: 'pointer',\n _hover: {\n backgroundColor: 'primary.background.2.hovered',\n },\n },\n },\n },\n defaultVariants: {\n colors: 'neutral',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["comboboxOption","focus","merge","className","jsx","base","fontSize","fontWeight","lineHeight","padding","borderRadius","cursor","color","transition","_hover","backgroundColor","variants","type","create","display","gap","alignItems","justifyContent","textAlign","defaultVariants","colors"],"mappings":";;AAIaA,MAAAA,cAAAA,GAAiBC,KAAMC,CAAAA,KAAK,CAAC;IACxCC,SAAW,EAAA,iBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAiB,KAAA;IACvBC,IAAM,EAAA;QACJC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA,SAAA;QACZC,UAAY,EAAA,GAAA;QACZC,OAAS,EAAA,KAAA;QACTC,YAAc,EAAA,KAAA;QACdC,MAAQ,EAAA,SAAA;QACRC,KAAO,EAAA,8BAAA;QACPC,UAAY,EAAA,uBAAA;QACZC,MAAQ,EAAA;YACNC,eAAiB,EAAA;AACnB,SAAA;QACA,8BAAgC,EAAA;YAC9BH,KAAO,EAAA,uCAAA;YACPG,eAAiB,EAAA,qCAAA;YACjBD,MAAQ,EAAA;gBACNC,eAAiB,EAAA;AACnB;AACF;AACF,KAAA;IACAC,QAAU,EAAA;QACRC,IAAM,EAAA;YACJC,MAAQ,EAAA;gBACNC,OAAS,EAAA,MAAA;gBACTC,GAAK,EAAA,KAAA;gBACLR,KAAO,EAAA,sCAAA;gBACPG,eAAiB,EAAA,8BAAA;gBACjBR,UAAY,EAAA,QAAA;gBACZc,UAAY,EAAA,QAAA;gBACZC,cAAgB,EAAA,QAAA;gBAChBC,SAAW,EAAA,QAAA;gBACXZ,MAAQ,EAAA,SAAA;gBACRG,MAAQ,EAAA;oBACNC,eAAiB,EAAA;AACnB;AACF;AACF;AACF,KAAA;IACAS,eAAiB,EAAA;QACfC,MAAQ,EAAA;AACV;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"combobox-option.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-option.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { focus } from '../../../shared/focus';\n\nexport const comboboxOption = focus.merge({\n className: 'combobox-option',\n jsx: ['ComboboxOption'],\n base: {\n fontSize: '300',\n fontWeight: 'regular',\n lineHeight: '1',\n padding: '300',\n borderRadius: '100',\n cursor: 'pointer',\n color: 'neutral.foreground.1.enabled',\n transition: '{animations.base.100}',\n _hover: {\n backgroundColor: 'neutral.background.2.hovered',\n },\n '&:is([data-combobox-active])': {\n color: 'neutral.foreground.1.onBrand.selected',\n backgroundColor: 'neutral.background.2.brand.selected',\n _hover: {\n backgroundColor: 'neutral.background.2.brand.selectedHovered',\n },\n },\n },\n variants: {\n type: {\n create: {\n display: 'flex',\n gap: '200',\n color: 'neutral.foreground.1.onBrand.enabled',\n backgroundColor: 'primary.background.2.enabled',\n fontWeight: 'medium',\n alignItems: 'center',\n justifyContent: 'center',\n textAlign: 'center',\n cursor: 'pointer',\n _hover: {\n backgroundColor: 'primary.background.2.hovered',\n },\n },\n },\n },\n defaultVariants: {\n colors: 'neutral',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"iDAIA,MAAa,EAAiB,EAAM,MAAM,CACxC,UAAW,kBACX,IAAK,CAAC,gBAAiB,EACvB,KAAM,CACJ,SAAU,MACV,WAAY,UACZ,WAAY,IACZ,QAAS,MACT,aAAc,MACd,OAAQ,UACR,MAAO,+BACP,WAAY,wBACZ,OAAQ,CACN,gBAAiB,8BAClB,EACD,+BAAgC,CAC9B,MAAO,wCACP,gBAAiB,sCACjB,OAAQ,CACN,gBAAiB,4CAClB,CACF,CACF,EACD,SAAU,CACR,KAAM,CACJ,OAAQ,CACN,QAAS,OACT,IAAK,MACL,MAAO,uCACP,gBAAiB,+BACjB,WAAY,SACZ,WAAY,SACZ,eAAgB,SAChB,UAAW,SACX,OAAQ,UACR,OAAQ,CACN,gBAAiB,8BAClB,CACF,CACF,CACF,EACD,gBAAiB,CACf,OAAQ,SACT,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{focus as e}from"../../../shared/focus.js";const t=e.merge({className:`combobox-options`,jsx:[`Combobox`],base:{overflowY:`auto`}});export{t as comboboxOptions};
2
+ //# sourceMappingURL=combobox-options.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"combobox-options.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-options.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { focus } from '../../../shared/focus';\n\nexport const comboboxOptions = focus.merge({\n className: 'combobox-options',\n jsx: ['Combobox'],\n base: {\n overflowY: 'auto',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"iDAIA,MAAa,EAAkB,EAAM,MAAM,CACzC,UAAW,mBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,UAAW,MACZ,CACF,EAAC"}
@@ -1,14 +1,2 @@
1
- import { defineRecipe } from '@pandacss/dev';
2
-
3
- const comboboxSection = defineRecipe({
4
- className: 'combobox-section',
5
- jsx: [
6
- 'Combobox'
7
- ],
8
- base: {
9
- pointerEvents: 'none'
10
- }
11
- });
12
-
13
- export { comboboxSection };
14
- //# sourceMappingURL=combobox-section.js.map
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`combobox-section`,jsx:[`Combobox`],base:{pointerEvents:`none`}});export{t as comboboxSection};
2
+ //# sourceMappingURL=combobox-section.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"combobox-section.js","sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-section.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport { type RecipeVariantRecord, defineRecipe } from '@pandacss/dev';\n\nexport const comboboxSection = defineRecipe({\n className: 'combobox-section',\n jsx: ['Combobox'],\n base: {\n pointerEvents: 'none',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["comboboxSection","defineRecipe","className","jsx","base","pointerEvents"],"mappings":";;AAGO,MAAMA,kBAAkBC,YAAa,CAAA;IAC1CC,SAAW,EAAA,kBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAW,KAAA;IACjBC,IAAM,EAAA;QACJC,aAAe,EAAA;AACjB;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"combobox-section.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-section.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport { type RecipeVariantRecord, defineRecipe } from '@pandacss/dev';\n\nexport const comboboxSection = defineRecipe({\n className: 'combobox-section',\n jsx: ['Combobox'],\n base: {\n pointerEvents: 'none',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAGA,MAAa,EAAkB,EAAa,CAC1C,UAAW,mBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,cAAe,MAChB,CACF,EAAC"}
@@ -1,17 +1,2 @@
1
- import { dropdown } from '../dropdown/dropdown.js';
2
-
3
- const datepickerDropdown = dropdown.merge({
4
- className: 'datepicker-dropdown',
5
- jsx: [
6
- 'DatePicker'
7
- ],
8
- base: {
9
- padding: '400!',
10
- minWidth: '17.75rem!',
11
- maxHeight: 'fit-content!',
12
- overflow: 'hidden'
13
- }
14
- });
15
-
16
- export { datepickerDropdown };
17
- //# sourceMappingURL=datepicker-dropdown.js.map
1
+ import{dropdown as e}from"../dropdown/dropdown.js";const t=e.merge({className:`datepicker-dropdown`,jsx:[`DatePicker`],base:{padding:`400!`,minWidth:`17.75rem!`,maxHeight:`fit-content!`,overflow:`hidden`}});export{t as datepickerDropdown};
2
+ //# sourceMappingURL=datepicker-dropdown.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"datepicker-dropdown.js","sources":["../../../../src/recipes/atoms/inputs/datepicker-dropdown.ts"],"sourcesContent":["import type {\n RecipeConfig,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { dropdown } from '../dropdown/dropdown';\n\nexport const datepickerDropdown = dropdown.merge({\n className: 'datepicker-dropdown',\n jsx: ['DatePicker'],\n base: {\n padding: '400!',\n minWidth: '17.75rem!',\n maxHeight: 'fit-content!',\n overflow: 'hidden',\n },\n}) as RecipeConfig<RecipeVariantRecord>;\n"],"names":["datepickerDropdown","dropdown","merge","className","jsx","base","padding","minWidth","maxHeight","overflow"],"mappings":";;AAMaA,MAAAA,kBAAAA,GAAqBC,QAASC,CAAAA,KAAK,CAAC;IAC/CC,SAAW,EAAA,qBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,QAAU,EAAA,WAAA;QACVC,SAAW,EAAA,cAAA;QACXC,QAAU,EAAA;AACZ;AACF,CAAwC;;;;"}
1
+ {"version":3,"file":"datepicker-dropdown.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/datepicker-dropdown.ts"],"sourcesContent":["import type {\n RecipeConfig,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { dropdown } from '../dropdown/dropdown';\n\nexport const datepickerDropdown = dropdown.merge({\n className: 'datepicker-dropdown',\n jsx: ['DatePicker'],\n base: {\n padding: '400!',\n minWidth: '17.75rem!',\n maxHeight: 'fit-content!',\n overflow: 'hidden',\n },\n}) as RecipeConfig<RecipeVariantRecord>;\n"],"mappings":"mDAMA,MAAa,EAAqB,EAAS,MAAM,CAC/C,UAAW,sBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,SAAU,YACV,UAAW,eACX,SAAU,QACX,CACF,EAAC"}
@@ -1,19 +1,2 @@
1
- import { defineRecipe } from '@pandacss/dev';
2
-
3
- const datepickerInput = defineRecipe({
4
- className: 'datepicker-input',
5
- jsx: [
6
- 'DatePicker'
7
- ],
8
- base: {
9
- display: 'flex',
10
- justifyContent: 'flex-start',
11
- alignItems: 'center',
12
- _readOnly: {
13
- pointerEvents: 'auto'
14
- }
15
- }
16
- });
17
-
18
- export { datepickerInput };
19
- //# sourceMappingURL=datepicker-input.js.map
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`datepicker-input`,jsx:[`DatePicker`],base:{display:`flex`,justifyContent:`flex-start`,alignItems:`center`,_readOnly:{pointerEvents:`auto`}}});export{t as datepickerInput};
2
+ //# sourceMappingURL=datepicker-input.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"datepicker-input.js","sources":["../../../../src/recipes/atoms/inputs/datepicker-input.ts"],"sourcesContent":["import type {\n RecipeConfig,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const datepickerInput = defineRecipe({\n className: 'datepicker-input',\n jsx: ['DatePicker'],\n base: {\n display: 'flex',\n justifyContent: 'flex-start',\n alignItems: 'center',\n _readOnly: {\n pointerEvents: 'auto',\n },\n },\n}) as RecipeConfig<RecipeVariantRecord>;\n"],"names":["datepickerInput","defineRecipe","className","jsx","base","display","justifyContent","alignItems","_readOnly","pointerEvents"],"mappings":";;AAMO,MAAMA,kBAAkBC,YAAa,CAAA;IAC1CC,SAAW,EAAA,kBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,cAAgB,EAAA,YAAA;QAChBC,UAAY,EAAA,QAAA;QACZC,SAAW,EAAA;YACTC,aAAe,EAAA;AACjB;AACF;AACF,CAAwC;;;;"}
1
+ {"version":3,"file":"datepicker-input.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/datepicker-input.ts"],"sourcesContent":["import type {\n RecipeConfig,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const datepickerInput = defineRecipe({\n className: 'datepicker-input',\n jsx: ['DatePicker'],\n base: {\n display: 'flex',\n justifyContent: 'flex-start',\n alignItems: 'center',\n _readOnly: {\n pointerEvents: 'auto',\n },\n },\n}) as RecipeConfig<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAkB,EAAa,CAC1C,UAAW,mBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,eAAgB,aAChB,WAAY,SACZ,UAAW,CACT,cAAe,MAChB,CACF,CACF,EAAC"}
@@ -1,52 +1,2 @@
1
- import { focus } from '../../shared/focus.js';
2
-
3
- const formControl = focus.merge({
4
- className: 'form-control',
5
- base: {
6
- fontFamily: 'base',
7
- fontSize: '300',
8
- fontWeight: 'regular',
9
- backgroundColor: 'transparent',
10
- color: 'neutral.foreground.1.enabled',
11
- borderWidth: '{borders.150}',
12
- borderStyle: 'solid',
13
- borderColor: 'neutral.stroke.7.enabled',
14
- borderRadius: '200',
15
- paddingX: '400',
16
- width: '100%',
17
- boxSizing: 'border-box',
18
- transition: 'all 0.2s ease',
19
- _placeholder: {
20
- color: 'neutral.foreground.3.enabled'
21
- },
22
- _hover: {
23
- color: 'neutral.foreground.1.enabled',
24
- borderColor: 'neutral.stroke.7.hovered'
25
- },
26
- _focus: {
27
- color: 'neutral.foreground.1.enabled',
28
- borderColor: 'neutral.stroke.7.hovered'
29
- },
30
- _disabled: {
31
- opacity: '0.5',
32
- pointerEvents: 'none',
33
- cursor: 'not-allowed'
34
- },
35
- _invalid: {
36
- color: 'neutral.foreground.1.enabled',
37
- borderColor: 'danger.stroke.1.enabled',
38
- _focus: {
39
- borderColor: 'danger.stroke.1.enabled'
40
- },
41
- _hover: {
42
- borderColor: 'danger.stroke.1.enabled'
43
- }
44
- },
45
- _readOnly: {
46
- pointerEvents: 'none'
47
- }
48
- }
49
- });
50
-
51
- export { formControl };
52
- //# sourceMappingURL=form-control.js.map
1
+ import{focus as e}from"../../shared/focus.js";const t=e.merge({className:`form-control`,base:{fontFamily:`base`,fontSize:`300`,fontWeight:`regular`,backgroundColor:`transparent`,color:`neutral.foreground.1.enabled`,borderWidth:`{borders.150}`,borderStyle:`solid`,borderColor:`neutral.stroke.7.enabled`,borderRadius:`200`,paddingX:`400`,width:`100%`,boxSizing:`border-box`,transition:`all 0.2s ease`,_placeholder:{color:`neutral.foreground.3.enabled`},_hover:{color:`neutral.foreground.1.enabled`,borderColor:`neutral.stroke.7.hovered`},_focus:{color:`neutral.foreground.1.enabled`,borderColor:`neutral.stroke.7.hovered`},_disabled:{opacity:`0.5`,pointerEvents:`none`,cursor:`not-allowed`},_invalid:{color:`neutral.foreground.1.enabled`,borderColor:`danger.stroke.1.enabled`,_focus:{borderColor:`danger.stroke.1.enabled`},_hover:{borderColor:`danger.stroke.1.enabled`}},_readOnly:{pointerEvents:`none`}}});export{t as formControl};
2
+ //# sourceMappingURL=form-control.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-control.js","sources":["../../../../src/recipes/atoms/inputs/form-control.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { focus } from '../../shared/focus';\n\nexport const formControl = focus.merge({\n className: 'form-control',\n base: {\n fontFamily: 'base',\n fontSize: '300',\n fontWeight: 'regular',\n backgroundColor: 'transparent',\n color: 'neutral.foreground.1.enabled',\n borderWidth: '{borders.150}',\n borderStyle: 'solid',\n borderColor: 'neutral.stroke.7.enabled',\n borderRadius: '200',\n paddingX: '400',\n width: '100%',\n boxSizing: 'border-box',\n transition: 'all 0.2s ease',\n _placeholder: {\n color: 'neutral.foreground.3.enabled',\n },\n _hover: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.7.hovered',\n },\n _focus: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.7.hovered',\n },\n _disabled: {\n opacity: '0.5',\n pointerEvents: 'none',\n cursor: 'not-allowed',\n },\n _invalid: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'danger.stroke.1.enabled',\n _focus: {\n borderColor: 'danger.stroke.1.enabled',\n },\n _hover: {\n borderColor: 'danger.stroke.1.enabled',\n },\n },\n _readOnly: {\n pointerEvents: 'none',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["formControl","focus","merge","className","base","fontFamily","fontSize","fontWeight","backgroundColor","color","borderWidth","borderStyle","borderColor","borderRadius","paddingX","width","boxSizing","transition","_placeholder","_hover","_focus","_disabled","opacity","pointerEvents","cursor","_invalid","_readOnly"],"mappings":";;AAIaA,MAAAA,WAAAA,GAAcC,KAAMC,CAAAA,KAAK,CAAC;IACrCC,SAAW,EAAA,cAAA;IACXC,IAAM,EAAA;QACJC,UAAY,EAAA,MAAA;QACZC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA,SAAA;QACZC,eAAiB,EAAA,aAAA;QACjBC,KAAO,EAAA,8BAAA;QACPC,WAAa,EAAA,eAAA;QACbC,WAAa,EAAA,OAAA;QACbC,WAAa,EAAA,0BAAA;QACbC,YAAc,EAAA,KAAA;QACdC,QAAU,EAAA,KAAA;QACVC,KAAO,EAAA,MAAA;QACPC,SAAW,EAAA,YAAA;QACXC,UAAY,EAAA,eAAA;QACZC,YAAc,EAAA;YACZT,KAAO,EAAA;AACT,SAAA;QACAU,MAAQ,EAAA;YACNV,KAAO,EAAA,8BAAA;YACPG,WAAa,EAAA;AACf,SAAA;QACAQ,MAAQ,EAAA;YACNX,KAAO,EAAA,8BAAA;YACPG,WAAa,EAAA;AACf,SAAA;QACAS,SAAW,EAAA;YACTC,OAAS,EAAA,KAAA;YACTC,aAAe,EAAA,MAAA;YACfC,MAAQ,EAAA;AACV,SAAA;QACAC,QAAU,EAAA;YACRhB,KAAO,EAAA,8BAAA;YACPG,WAAa,EAAA,yBAAA;YACbQ,MAAQ,EAAA;gBACNR,WAAa,EAAA;AACf,aAAA;YACAO,MAAQ,EAAA;gBACNP,WAAa,EAAA;AACf;AACF,SAAA;QACAc,SAAW,EAAA;YACTH,aAAe,EAAA;AACjB;AACF;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"form-control.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/form-control.ts"],"sourcesContent":["import type { RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\nimport { focus } from '../../shared/focus';\n\nexport const formControl = focus.merge({\n className: 'form-control',\n base: {\n fontFamily: 'base',\n fontSize: '300',\n fontWeight: 'regular',\n backgroundColor: 'transparent',\n color: 'neutral.foreground.1.enabled',\n borderWidth: '{borders.150}',\n borderStyle: 'solid',\n borderColor: 'neutral.stroke.7.enabled',\n borderRadius: '200',\n paddingX: '400',\n width: '100%',\n boxSizing: 'border-box',\n transition: 'all 0.2s ease',\n _placeholder: {\n color: 'neutral.foreground.3.enabled',\n },\n _hover: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.7.hovered',\n },\n _focus: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'neutral.stroke.7.hovered',\n },\n _disabled: {\n opacity: '0.5',\n pointerEvents: 'none',\n cursor: 'not-allowed',\n },\n _invalid: {\n color: 'neutral.foreground.1.enabled',\n borderColor: 'danger.stroke.1.enabled',\n _focus: {\n borderColor: 'danger.stroke.1.enabled',\n },\n _hover: {\n borderColor: 'danger.stroke.1.enabled',\n },\n },\n _readOnly: {\n pointerEvents: 'none',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"8CAIA,MAAa,EAAc,EAAM,MAAM,CACrC,UAAW,eACX,KAAM,CACJ,WAAY,OACZ,SAAU,MACV,WAAY,UACZ,gBAAiB,cACjB,MAAO,+BACP,YAAa,gBACb,YAAa,QACb,YAAa,2BACb,aAAc,MACd,SAAU,MACV,MAAO,OACP,UAAW,aACX,WAAY,gBACZ,aAAc,CACZ,MAAO,8BACR,EACD,OAAQ,CACN,MAAO,+BACP,YAAa,0BACd,EACD,OAAQ,CACN,MAAO,+BACP,YAAa,0BACd,EACD,UAAW,CACT,QAAS,MACT,cAAe,OACf,OAAQ,aACT,EACD,SAAU,CACR,MAAO,+BACP,YAAa,0BACb,OAAQ,CACN,YAAa,yBACd,EACD,OAAQ,CACN,YAAa,yBACd,CACF,EACD,UAAW,CACT,cAAe,MAChB,CACF,CACF,EAAC"}
@@ -1,50 +1,2 @@
1
- import { checkboxBody } from './checkbox/checkbox-body.js';
2
- import { checkboxDescription } from './checkbox/checkbox-description.js';
3
- import { checkboxError } from './checkbox/checkbox-error.js';
4
- import { checkboxIcon } from './checkbox/checkbox-icon.js';
5
- import { checkboxInner } from './checkbox/checkbox-inner.js';
6
- import { checkboxInput } from './checkbox/checkbox-input.js';
7
- import { checkboxLabel } from './checkbox/checkbox-label.js';
8
- import { checkboxLabelWrapper } from './checkbox/checkbox-label-wrapper.js';
9
- import { comboboxEmpty } from './combobox/combobox-empty.js';
10
- import { comboboxOption } from './combobox/combobox-option.js';
11
- import { comboboxSection } from './combobox/combobox-section.js';
12
- import { datepickerDropdown } from './datepicker-dropdown.js';
13
- import { datepickerInput } from './datepicker-input.js';
14
- import { formControl } from './form-control.js';
15
- import { input } from './input.js';
16
- import { inputDescription } from './input-description.js';
17
- import { inputError } from './input-error.js';
18
- import { inputLabel } from './input-label.js';
19
- import { inputPlaceholder } from './input-placeholder.js';
20
- import { inputRoot } from './input-root.js';
21
- import { inputSection } from './input-section.js';
22
- import { inputWrapper } from './input-wrapper.js';
23
-
24
- const inputs = {
25
- checkboxBody,
26
- checkboxDescription,
27
- checkboxError,
28
- checkboxIcon,
29
- checkboxInner,
30
- checkboxInput,
31
- checkboxLabel,
32
- checkboxLabelWrapper,
33
- comboboxEmpty,
34
- comboboxOption,
35
- comboboxSection,
36
- datepickerDropdown,
37
- datepickerInput,
38
- formControl,
39
- input,
40
- inputDescription,
41
- inputError,
42
- inputLabel,
43
- inputPlaceholder,
44
- inputRoot,
45
- inputSection,
46
- inputWrapper
47
- };
48
-
49
- export { inputs };
50
- //# sourceMappingURL=index.js.map
1
+ import{checkboxBody as e}from"./checkbox/checkbox-body.js";import{inputDescription as t}from"./input-description.js";import{checkboxDescription as n}from"./checkbox/checkbox-description.js";import{inputError as r}from"./input-error.js";import{checkboxError as i}from"./checkbox/checkbox-error.js";import{checkboxIcon as a}from"./checkbox/checkbox-icon.js";import{checkboxInner as o}from"./checkbox/checkbox-inner.js";import{formControl as s}from"./form-control.js";import{checkboxInput as c}from"./checkbox/checkbox-input.js";import{inputLabel as l}from"./input-label.js";import{checkboxLabel as u}from"./checkbox/checkbox-label.js";import{inputRoot as d}from"./input-root.js";import{checkboxLabelWrapper as f}from"./checkbox/checkbox-label-wrapper.js";import{comboboxEmpty as p}from"./combobox/combobox-empty.js";import{comboboxOption as m}from"./combobox/combobox-option.js";import{comboboxOptions as h}from"./combobox/combobox-options.js";import{comboboxSection as g}from"./combobox/combobox-section.js";import{datepickerDropdown as _}from"./datepicker-dropdown.js";import{datepickerInput as v}from"./datepicker-input.js";import{input as y}from"./input.js";import{inputPlaceholder as b}from"./input-placeholder.js";import{inputSection as x}from"./input-section.js";import{inputWrapper as S}from"./input-wrapper.js";const C={checkboxBody:e,checkboxDescription:n,checkboxError:i,checkboxIcon:a,checkboxInner:o,checkboxInput:c,checkboxLabel:u,checkboxLabelWrapper:f,comboboxEmpty:p,comboboxOptions:h,comboboxOption:m,comboboxSection:g,datepickerDropdown:_,datepickerInput:v,formControl:s,input:y,inputDescription:t,inputError:r,inputLabel:l,inputPlaceholder:b,inputRoot:d,inputSection:x,inputWrapper:S};export{C as inputs};
2
+ //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../src/recipes/atoms/inputs/index.ts"],"sourcesContent":["import { checkboxBody } from './checkbox/checkbox-body';\nimport { checkboxDescription } from './checkbox/checkbox-description';\nimport { checkboxError } from './checkbox/checkbox-error';\nimport { checkboxIcon } from './checkbox/checkbox-icon';\nimport { checkboxInner } from './checkbox/checkbox-inner';\nimport { checkboxInput } from './checkbox/checkbox-input';\nimport { checkboxLabel } from './checkbox/checkbox-label';\nimport { checkboxLabelWrapper } from './checkbox/checkbox-label-wrapper';\nimport { comboboxEmpty } from './combobox/combobox-empty';\nimport { comboboxOption } from './combobox/combobox-option';\nimport { comboboxSection } from './combobox/combobox-section';\nimport { datepickerDropdown } from './datepicker-dropdown';\nimport { datepickerInput } from './datepicker-input';\nimport { formControl } from './form-control';\nimport { input } from './input';\nimport { inputDescription } from './input-description';\nimport { inputError } from './input-error';\nimport { inputLabel } from './input-label';\nimport { inputPlaceholder } from './input-placeholder';\nimport { inputRoot } from './input-root';\nimport { inputSection } from './input-section';\nimport { inputWrapper } from './input-wrapper';\n\nexport const inputs = {\n checkboxBody,\n checkboxDescription,\n checkboxError,\n checkboxIcon,\n checkboxInner,\n checkboxInput,\n checkboxLabel,\n checkboxLabelWrapper,\n comboboxEmpty,\n comboboxOption,\n comboboxSection,\n datepickerDropdown,\n datepickerInput,\n formControl,\n input,\n inputDescription,\n inputError,\n inputLabel,\n inputPlaceholder,\n inputRoot,\n inputSection,\n inputWrapper,\n};\n"],"names":["inputs","checkboxBody","checkboxDescription","checkboxError","checkboxIcon","checkboxInner","checkboxInput","checkboxLabel","checkboxLabelWrapper","comboboxEmpty","comboboxOption","comboboxSection","datepickerDropdown","datepickerInput","formControl","input","inputDescription","inputError","inputLabel","inputPlaceholder","inputRoot","inputSection","inputWrapper"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;MAuBaA,MAAS,GAAA;AACpBC,IAAAA,YAAAA;AACAC,IAAAA,mBAAAA;AACAC,IAAAA,aAAAA;AACAC,IAAAA,YAAAA;AACAC,IAAAA,aAAAA;AACAC,IAAAA,aAAAA;AACAC,IAAAA,aAAAA;AACAC,IAAAA,oBAAAA;AACAC,IAAAA,aAAAA;AACAC,IAAAA,cAAAA;AACAC,IAAAA,eAAAA;AACAC,IAAAA,kBAAAA;AACAC,IAAAA,eAAAA;AACAC,IAAAA,WAAAA;AACAC,IAAAA,KAAAA;AACAC,IAAAA,gBAAAA;AACAC,IAAAA,UAAAA;AACAC,IAAAA,UAAAA;AACAC,IAAAA,gBAAAA;AACAC,IAAAA,SAAAA;AACAC,IAAAA,YAAAA;AACAC,IAAAA;AACF;;;;"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/index.ts"],"sourcesContent":["import { checkboxBody } from './checkbox/checkbox-body';\nimport { checkboxDescription } from './checkbox/checkbox-description';\nimport { checkboxError } from './checkbox/checkbox-error';\nimport { checkboxIcon } from './checkbox/checkbox-icon';\nimport { checkboxInner } from './checkbox/checkbox-inner';\nimport { checkboxInput } from './checkbox/checkbox-input';\nimport { checkboxLabel } from './checkbox/checkbox-label';\nimport { checkboxLabelWrapper } from './checkbox/checkbox-label-wrapper';\nimport { comboboxEmpty } from './combobox/combobox-empty';\nimport { comboboxOption } from './combobox/combobox-option';\nimport { comboboxOptions } from './combobox/combobox-options';\nimport { comboboxSection } from './combobox/combobox-section';\nimport { datepickerDropdown } from './datepicker-dropdown';\nimport { datepickerInput } from './datepicker-input';\nimport { formControl } from './form-control';\nimport { input } from './input';\nimport { inputDescription } from './input-description';\nimport { inputError } from './input-error';\nimport { inputLabel } from './input-label';\nimport { inputPlaceholder } from './input-placeholder';\nimport { inputRoot } from './input-root';\nimport { inputSection } from './input-section';\nimport { inputWrapper } from './input-wrapper';\n\nexport const inputs = {\n checkboxBody,\n checkboxDescription,\n checkboxError,\n checkboxIcon,\n checkboxInner,\n checkboxInput,\n checkboxLabel,\n checkboxLabelWrapper,\n comboboxEmpty,\n comboboxOptions,\n comboboxOption,\n comboboxSection,\n datepickerDropdown,\n datepickerInput,\n formControl,\n input,\n inputDescription,\n inputError,\n inputLabel,\n inputPlaceholder,\n inputRoot,\n inputSection,\n inputWrapper,\n};\n"],"mappings":"syCAwBA,MAAa,EAAS,CACpB,eACA,sBACA,gBACA,eACA,gBACA,gBACA,gBACA,uBACA,gBACA,kBACA,iBACA,kBACA,qBACA,kBACA,cACA,QACA,mBACA,aACA,aACA,mBACA,YACA,eACA,cACD"}
@@ -1,18 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const inputDescription = defineRecipe({
4
- className: 'input-description',
5
- jsx: [
6
- 'Input'
7
- ],
8
- base: {
9
- fontSize: '300',
10
- lineHeight: '1.6',
11
- fontWeight: '400',
12
- color: 'neutral.foreground.2.enabled',
13
- margin: '0'
14
- }
15
- });
16
-
17
- export { inputDescription };
18
- //# sourceMappingURL=input-description.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-description`,jsx:[`Input`],base:{fontSize:`300`,lineHeight:`1.6`,fontWeight:`400`,color:`neutral.foreground.2.enabled`,margin:`0`}});export{t as inputDescription};
2
+ //# sourceMappingURL=input-description.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-description.js","sources":["../../../../src/recipes/atoms/inputs/input-description.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputDescription = defineRecipe({\n className: 'input-description',\n jsx: ['Input'],\n base: {\n fontSize: '300',\n lineHeight: '1.6',\n fontWeight: '400',\n color: 'neutral.foreground.2.enabled',\n margin: '0',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["inputDescription","defineRecipe","className","jsx","base","fontSize","lineHeight","fontWeight","color","margin"],"mappings":";;AAMO,MAAMA,mBAAmBC,YAAa,CAAA;IAC3CC,SAAW,EAAA,mBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAQ,KAAA;IACdC,IAAM,EAAA;QACJC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA,KAAA;QACZC,UAAY,EAAA,KAAA;QACZC,KAAO,EAAA,8BAAA;QACPC,MAAQ,EAAA;AACV;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"input-description.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-description.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputDescription = defineRecipe({\n className: 'input-description',\n jsx: ['Input'],\n base: {\n fontSize: '300',\n lineHeight: '1.6',\n fontWeight: '400',\n color: 'neutral.foreground.2.enabled',\n margin: '0',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAmB,EAAa,CAC3C,UAAW,oBACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,SAAU,MACV,WAAY,MACZ,WAAY,MACZ,MAAO,+BACP,OAAQ,GACT,CACF,EAAC"}
@@ -1,20 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const inputError = defineRecipe({
4
- className: 'input-error',
5
- jsx: [
6
- 'Input',
7
- 'DatePicker',
8
- 'Combobox'
9
- ],
10
- base: {
11
- fontSize: '200',
12
- lineHeight: '1.6',
13
- fontWeight: '400',
14
- color: 'danger.foreground.1.enabled',
15
- margin: '0'
16
- }
17
- });
18
-
19
- export { inputError };
20
- //# sourceMappingURL=input-error.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-error`,jsx:[`Input`,`DatePicker`,`Combobox`],base:{fontSize:`200`,lineHeight:`1.6`,fontWeight:`400`,color:`danger.foreground.1.enabled`,margin:`0`}});export{t as inputError};
2
+ //# sourceMappingURL=input-error.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-error.js","sources":["../../../../src/recipes/atoms/inputs/input-error.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputError = defineRecipe({\n className: 'input-error',\n jsx: ['Input', 'DatePicker', 'Combobox'],\n base: {\n fontSize: '200',\n lineHeight: '1.6',\n fontWeight: '400',\n color: 'danger.foreground.1.enabled',\n margin: '0',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["inputError","defineRecipe","className","jsx","base","fontSize","lineHeight","fontWeight","color","margin"],"mappings":";;AAMO,MAAMA,aAAaC,YAAa,CAAA;IACrCC,SAAW,EAAA,aAAA;IACXC,GAAK,EAAA;AAAC,QAAA,OAAA;AAAS,QAAA,YAAA;AAAc,QAAA;AAAW,KAAA;IACxCC,IAAM,EAAA;QACJC,QAAU,EAAA,KAAA;QACVC,UAAY,EAAA,KAAA;QACZC,UAAY,EAAA,KAAA;QACZC,KAAO,EAAA,6BAAA;QACPC,MAAQ,EAAA;AACV;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"input-error.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-error.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputError = defineRecipe({\n className: 'input-error',\n jsx: ['Input', 'DatePicker', 'Combobox'],\n base: {\n fontSize: '200',\n lineHeight: '1.6',\n fontWeight: '400',\n color: 'danger.foreground.1.enabled',\n margin: '0',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAa,EAAa,CACrC,UAAW,cACX,IAAK,CAAC,QAAS,aAAc,UAAW,EACxC,KAAM,CACJ,SAAU,MACV,WAAY,MACZ,WAAY,MACZ,MAAO,8BACP,OAAQ,GACT,CACF,EAAC"}
@@ -1,28 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const inputLabel = defineRecipe({
4
- className: 'input-label',
5
- jsx: [
6
- 'Input'
7
- ],
8
- base: {
9
- fontWeight: '500',
10
- color: 'neutral.foreground.2.enabled'
11
- },
12
- variants: {
13
- size: {
14
- l: {
15
- fontSize: '300'
16
- },
17
- m: {
18
- fontSize: '200'
19
- }
20
- }
21
- },
22
- defaultVariants: {
23
- size: 'l'
24
- }
25
- });
26
-
27
- export { inputLabel };
28
- //# sourceMappingURL=input-label.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-label`,jsx:[`Input`],base:{fontWeight:`500`,color:`neutral.foreground.2.enabled`},variants:{size:{l:{fontSize:`300`},m:{fontSize:`200`}}},defaultVariants:{size:`l`}});export{t as inputLabel};
2
+ //# sourceMappingURL=input-label.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-label.js","sources":["../../../../src/recipes/atoms/inputs/input-label.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputLabel = defineRecipe({\n className: 'input-label',\n jsx: ['Input'],\n base: {\n fontWeight: '500',\n color: 'neutral.foreground.2.enabled',\n },\n variants: {\n size: {\n l: {\n fontSize: '300',\n },\n m: {\n fontSize: '200',\n },\n },\n },\n defaultVariants: {\n size: 'l',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["inputLabel","defineRecipe","className","jsx","base","fontWeight","color","variants","size","l","fontSize","m","defaultVariants"],"mappings":";;AAMO,MAAMA,aAAaC,YAAa,CAAA;IACrCC,SAAW,EAAA,aAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAQ,KAAA;IACdC,IAAM,EAAA;QACJC,UAAY,EAAA,KAAA;QACZC,KAAO,EAAA;AACT,KAAA;IACAC,QAAU,EAAA;QACRC,IAAM,EAAA;YACJC,CAAG,EAAA;gBACDC,QAAU,EAAA;AACZ,aAAA;YACAC,CAAG,EAAA;gBACDD,QAAU,EAAA;AACZ;AACF;AACF,KAAA;IACAE,eAAiB,EAAA;QACfJ,IAAM,EAAA;AACR;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"input-label.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-label.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputLabel = defineRecipe({\n className: 'input-label',\n jsx: ['Input'],\n base: {\n fontWeight: '500',\n color: 'neutral.foreground.2.enabled',\n },\n variants: {\n size: {\n l: {\n fontSize: '300',\n },\n m: {\n fontSize: '200',\n },\n },\n },\n defaultVariants: {\n size: 'l',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAa,EAAa,CACrC,UAAW,cACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,WAAY,MACZ,MAAO,8BACR,EACD,SAAU,CACR,KAAM,CACJ,EAAG,CACD,SAAU,KACX,EACD,EAAG,CACD,SAAU,KACX,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
@@ -1,14 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const inputPlaceholder = defineRecipe({
4
- className: 'input-placeholder',
5
- jsx: [
6
- 'Input'
7
- ],
8
- base: {
9
- color: 'neutral.foreground.3.enabled'
10
- }
11
- });
12
-
13
- export { inputPlaceholder };
14
- //# sourceMappingURL=input-placeholder.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-placeholder`,jsx:[`Input`],base:{color:`neutral.foreground.3.enabled`}});export{t as inputPlaceholder};
2
+ //# sourceMappingURL=input-placeholder.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-placeholder.js","sources":["../../../../src/recipes/atoms/inputs/input-placeholder.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputPlaceholder = defineRecipe({\n className: 'input-placeholder',\n jsx: ['Input'],\n base: {\n color: 'neutral.foreground.3.enabled',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["inputPlaceholder","defineRecipe","className","jsx","base","color"],"mappings":";;AAMO,MAAMA,mBAAmBC,YAAa,CAAA;IAC3CC,SAAW,EAAA,mBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAQ,KAAA;IACdC,IAAM,EAAA;QACJC,KAAO,EAAA;AACT;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"input-placeholder.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-placeholder.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputPlaceholder = defineRecipe({\n className: 'input-placeholder',\n jsx: ['Input'],\n base: {\n color: 'neutral.foreground.3.enabled',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAmB,EAAa,CAC3C,UAAW,oBACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,MAAO,8BACR,CACF,EAAC"}
@@ -1,17 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const inputRoot = defineRecipe({
4
- className: 'input-root',
5
- jsx: [
6
- 'Input'
7
- ],
8
- base: {
9
- display: 'flex',
10
- flexDirection: 'column',
11
- gap: '200',
12
- width: '100%'
13
- }
14
- });
15
-
16
- export { inputRoot };
17
- //# sourceMappingURL=input-root.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-root`,jsx:[`Input`],base:{display:`flex`,flexDirection:`column`,gap:`200`,width:`100%`}});export{t as inputRoot};
2
+ //# sourceMappingURL=input-root.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-root.js","sources":["../../../../src/recipes/atoms/inputs/input-root.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputRoot = defineRecipe({\n className: 'input-root',\n jsx: ['Input'],\n base: {\n display: 'flex',\n flexDirection: 'column',\n gap: '200',\n width: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["inputRoot","defineRecipe","className","jsx","base","display","flexDirection","gap","width"],"mappings":";;AAMO,MAAMA,YAAYC,YAAa,CAAA;IACpCC,SAAW,EAAA,YAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAQ,KAAA;IACdC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,aAAe,EAAA,QAAA;QACfC,GAAK,EAAA,KAAA;QACLC,KAAO,EAAA;AACT;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"input-root.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-root.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const inputRoot = defineRecipe({\n className: 'input-root',\n jsx: ['Input'],\n base: {\n display: 'flex',\n flexDirection: 'column',\n gap: '200',\n width: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAY,EAAa,CACpC,UAAW,aACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,QAAS,OACT,cAAe,SACf,IAAK,MACL,MAAO,MACR,CACF,EAAC"}