@mage-ui/preset 0.0.14 → 0.0.16

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,8 +1,2 @@
1
- import { itemSelectors } from './item-selectors.js';
2
-
3
- const conditions = {
4
- ...itemSelectors
5
- };
6
-
7
- export { conditions };
8
- //# sourceMappingURL=index.js.map
1
+ import{itemSelectors as e}from"./item-selectors.js";const t={...e};export{t as conditions};
2
+ //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/conditions/index.ts"],"sourcesContent":["import { itemSelectors } from './item-selectors';\n\nexport const conditions = {\n ...itemSelectors,\n};\n"],"names":["conditions","itemSelectors"],"mappings":";;MAEaA,UAAa,GAAA;AACxB,IAAA,GAAGC;AACL;;;;"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../src/conditions/index.ts"],"sourcesContent":["import { itemSelectors } from './item-selectors';\n\nexport const conditions = {\n ...itemSelectors,\n};\n"],"mappings":"oDAEA,MAAa,EAAa,CACxB,GAAG,CACJ"}
@@ -1,7 +1,2 @@
1
- const itemSelectors = {
2
- invalid: '&:is(:invalid, [aria-invalid="true"], [data-invalid="true"], [data-error="true"])',
3
- groupInvalid: '.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error="true"]) &'
4
- };
5
-
6
- export { itemSelectors };
7
- //# sourceMappingURL=item-selectors.js.map
1
+ const e={invalid:`&:is(:invalid, [aria-invalid="true"], [data-invalid="true"], [data-error="true"])`,groupInvalid:`.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error="true"]) &`};export{e as itemSelectors};
2
+ //# sourceMappingURL=item-selectors.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"item-selectors.js","sources":["../../src/conditions/item-selectors.ts"],"sourcesContent":["export const itemSelectors = {\n invalid:\n '&:is(:invalid, [aria-invalid=\"true\"], [data-invalid=\"true\"], [data-error=\"true\"])',\n groupInvalid:\n '.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error=\"true\"]) &',\n};\n"],"names":["itemSelectors","invalid","groupInvalid"],"mappings":"MAAaA,aAAgB,GAAA;IAC3BC,OACE,EAAA,mFAAA;IACFC,YACE,EAAA;AACJ;;;;"}
1
+ {"version":3,"file":"item-selectors.js","names":[],"sources":["../../src/conditions/item-selectors.ts"],"sourcesContent":["export const itemSelectors = {\n invalid:\n '&:is(:invalid, [aria-invalid=\"true\"], [data-invalid=\"true\"], [data-error=\"true\"])',\n groupInvalid:\n '.group:is(:invalid, [aria-invalid=true], [data-invalid=true], [data-error=\"true\"]) &',\n};\n"],"mappings":"AAAA,MAAa,EAAgB,CAC3B,QACE,oFACF,aACE,uFACH"}
package/dist/index.d.ts CHANGED
@@ -1,3 +1,8 @@
1
- declare const _default: import("@pandacss/dev").Preset;
2
- export default _default;
1
+ import * as _pandacss_dev0 from "@pandacss/dev";
2
+
3
+ //#region src/index.d.ts
4
+ declare const _default: _pandacss_dev0.Preset;
5
+
6
+ //#endregion
7
+ export { _default as default };
3
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAOA,wBAWG"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":""}
package/dist/index.js CHANGED
@@ -1,21 +1,2 @@
1
- import { definePreset } from '@pandacss/dev';
2
- import { conditions } from './conditions/index.js';
3
- import { slotRecipes, recipes } from './recipes/index.js';
4
- import { semanticTokens } from './semantic-tokens/index.js';
5
- import { tokens } from './tokens/index.js';
6
-
7
- var index = definePreset({
8
- name: 'preset',
9
- conditions,
10
- theme: {
11
- extend: {
12
- tokens,
13
- semanticTokens,
14
- recipes,
15
- slotRecipes
16
- }
17
- }
18
- });
19
-
20
- export { index as default };
21
- //# sourceMappingURL=index.js.map
1
+ import{conditions as e}from"./conditions/index.js";import{recipes as t,slotRecipes as n}from"./recipes/index.js";import{semanticTokens as r}from"./semantic-tokens/index.js";import{tokens as i}from"./tokens/index.js";import{definePreset as a}from"@pandacss/dev";var o=a({name:`mage-preset`,conditions:e,theme:{extend:{tokens:i,semanticTokens:r,recipes:t,slotRecipes:n}}});export{o as default};
2
+ //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import { definePreset } from '@pandacss/dev';\nimport { conditions } from './conditions';\nimport { recipes } from './recipes';\nimport { slotRecipes } from './recipes/index';\nimport { semanticTokens } from './semantic-tokens';\nimport { tokens } from './tokens';\n\nexport default definePreset({\n name: 'preset',\n conditions,\n theme: {\n extend: {\n tokens,\n semanticTokens,\n recipes,\n slotRecipes,\n },\n },\n});\n"],"names":["definePreset","name","conditions","theme","extend","tokens","semanticTokens","recipes","slotRecipes"],"mappings":";;;;;;AAOA,YAAeA,YAAa,CAAA;IAC1BC,IAAM,EAAA,QAAA;AACNC,IAAAA,UAAAA;IACAC,KAAO,EAAA;QACLC,MAAQ,EAAA;AACNC,YAAAA,MAAAA;AACAC,YAAAA,cAAAA;AACAC,YAAAA,OAAAA;AACAC,YAAAA;AACF;AACF;AACF,CAAG,CAAA;;;;"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../src/index.ts"],"sourcesContent":["import { definePreset } from '@pandacss/dev';\nimport { conditions } from './conditions';\nimport { recipes } from './recipes';\nimport { slotRecipes } from './recipes/index';\nimport { semanticTokens } from './semantic-tokens';\nimport { tokens } from './tokens';\n\nexport default definePreset({\n name: 'mage-preset',\n conditions,\n theme: {\n extend: {\n tokens,\n semanticTokens,\n recipes,\n slotRecipes,\n },\n },\n});\n"],"mappings":"qQAOA,IAAA,EAAe,EAAa,CAC1B,KAAM,cACN,aACA,MAAO,CACL,OAAQ,CACN,SACA,iBACA,UACA,aACD,CACF,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`avatar-img`,jsx:[`AvatarImg`],base:{width:`100%`,height:`100%`,objectFit:`cover`}});export{t as avatarImg};
2
+ //# sourceMappingURL=avatar-img.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar-img.js","names":[],"sources":["../../../../src/recipes/atoms/avatar/avatar-img.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const avatarImg = defineRecipe({\n className: 'avatar-img',\n jsx: ['AvatarImg'],\n base: {\n width: '100%',\n height: '100%',\n objectFit: 'cover',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAY,EAAa,CACpC,UAAW,aACX,IAAK,CAAC,WAAY,EAClB,KAAM,CACJ,MAAO,OACP,OAAQ,OACR,UAAW,OACZ,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`avatar-text`,jsx:[`AvatarText`],base:{lineHeight:`1`,fontWeight:`regular`,color:`neutral.foreground.1.onBrand.enabled`,textDecoration:`none`},variants:{size:{s:{fontSize:`200`},m:{fontSize:`300`},l:{fontSize:`800`}}},defaultVariants:{size:`m`}});export{t as avatarText};
2
+ //# sourceMappingURL=avatar-text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar-text.js","names":[],"sources":["../../../../src/recipes/atoms/avatar/avatar-text.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const avatarText = defineRecipe({\n className: 'avatar-text',\n jsx: ['AvatarText'],\n base: {\n lineHeight: '1',\n fontWeight: 'regular',\n color: 'neutral.foreground.1.onBrand.enabled',\n textDecoration: 'none',\n },\n variants: {\n size: {\n s: {\n fontSize: '200',\n },\n m: {\n fontSize: '300',\n },\n l: {\n fontSize: '800',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAa,EAAa,CACrC,UAAW,cACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,WAAY,IACZ,WAAY,UACZ,MAAO,uCACP,eAAgB,MACjB,EACD,SAAU,CACR,KAAM,CACJ,EAAG,CACD,SAAU,KACX,EACD,EAAG,CACD,SAAU,KACX,EACD,EAAG,CACD,SAAU,KACX,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
@@ -1,73 +1,2 @@
1
- import { defineSlotRecipe } from '@pandabox/define-recipe';
2
-
3
- const avatar = defineSlotRecipe({
4
- className: 'avatar',
5
- jsx: [
6
- 'Avatar'
7
- ],
8
- slots: [
9
- 'root',
10
- 'img',
11
- 'text'
12
- ],
13
- base: {
14
- root: {
15
- display: 'flex',
16
- justifyContent: 'center',
17
- alignItems: 'center',
18
- flexShrink: 0,
19
- aspectRatio: '1',
20
- borderRadius: '900',
21
- backgroundColor: 'primary.background.1.enabled',
22
- overflow: 'hidden'
23
- },
24
- img: {
25
- width: '100%',
26
- height: '100%',
27
- objectFit: 'cover'
28
- },
29
- text: {
30
- lineHeight: '1',
31
- fontWeight: 'regular',
32
- color: 'neutral.foreground.1.onBrand.enabled',
33
- textDecoration: 'none'
34
- }
35
- },
36
- variants: {
37
- size: {
38
- s: {
39
- root: {
40
- width: '{sizes.300}',
41
- height: '{sizes.300}'
42
- },
43
- text: {
44
- fontSize: '200'
45
- }
46
- },
47
- m: {
48
- root: {
49
- width: '{sizes.400}',
50
- height: '{sizes.400}'
51
- },
52
- text: {
53
- fontSize: '300'
54
- }
55
- },
56
- l: {
57
- root: {
58
- width: '{sizes.1000}',
59
- height: '{sizes.1000}'
60
- },
61
- text: {
62
- fontSize: '800'
63
- }
64
- }
65
- }
66
- },
67
- defaultVariants: {
68
- size: 'm'
69
- }
70
- });
71
-
72
- export { avatar };
73
- //# sourceMappingURL=avatar.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`avatar`,jsx:[`Avatar`],base:{display:`flex`,justifyContent:`center`,alignItems:`center`,flexShrink:0,aspectRatio:`1`,borderRadius:`900`,backgroundColor:`primary.background.1.enabled`,overflow:`hidden`},variants:{size:{s:{width:`{sizes.300}`,height:`{sizes.300}`},m:{width:`{sizes.400}`,height:`{sizes.400}`},l:{width:`{sizes.1000}`,height:`{sizes.1000}`}}},defaultVariants:{size:`m`}});export{t as avatar};
2
+ //# sourceMappingURL=avatar.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"avatar.js","sources":["../../../../src/recipes/atoms/avatar/avatar.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandabox/define-recipe';\n\nexport const avatar = defineSlotRecipe({\n className: 'avatar',\n jsx: ['Avatar'],\n slots: ['root', 'img', 'text'],\n base: {\n root: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n flexShrink: 0,\n aspectRatio: '1',\n borderRadius: '900',\n backgroundColor: 'primary.background.1.enabled',\n overflow: 'hidden',\n },\n img: {\n width: '100%',\n height: '100%',\n objectFit: 'cover',\n },\n text: {\n lineHeight: '1',\n fontWeight: 'regular',\n color: 'neutral.foreground.1.onBrand.enabled',\n textDecoration: 'none',\n },\n },\n variants: {\n size: {\n s: {\n root: {\n width: '{sizes.300}',\n height: '{sizes.300}',\n },\n text: {\n fontSize: '200',\n },\n },\n m: {\n root: {\n width: '{sizes.400}',\n height: '{sizes.400}',\n },\n text: {\n fontSize: '300',\n },\n },\n l: {\n root: {\n width: '{sizes.1000}',\n height: '{sizes.1000}',\n },\n text: {\n fontSize: '800',\n },\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n});\n"],"names":["avatar","defineSlotRecipe","className","jsx","slots","base","root","display","justifyContent","alignItems","flexShrink","aspectRatio","borderRadius","backgroundColor","overflow","img","width","height","objectFit","text","lineHeight","fontWeight","color","textDecoration","variants","size","s","fontSize","m","l","defaultVariants"],"mappings":";;AAEO,MAAMA,SAASC,gBAAiB,CAAA;IACrCC,SAAW,EAAA,QAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAS,KAAA;IACfC,KAAO,EAAA;AAAC,QAAA,MAAA;AAAQ,QAAA,KAAA;AAAO,QAAA;AAAO,KAAA;IAC9BC,IAAM,EAAA;QACJC,IAAM,EAAA;YACJC,OAAS,EAAA,MAAA;YACTC,cAAgB,EAAA,QAAA;YAChBC,UAAY,EAAA,QAAA;YACZC,UAAY,EAAA,CAAA;YACZC,WAAa,EAAA,GAAA;YACbC,YAAc,EAAA,KAAA;YACdC,eAAiB,EAAA,8BAAA;YACjBC,QAAU,EAAA;AACZ,SAAA;QACAC,GAAK,EAAA;YACHC,KAAO,EAAA,MAAA;YACPC,MAAQ,EAAA,MAAA;YACRC,SAAW,EAAA;AACb,SAAA;QACAC,IAAM,EAAA;YACJC,UAAY,EAAA,GAAA;YACZC,UAAY,EAAA,SAAA;YACZC,KAAO,EAAA,sCAAA;YACPC,cAAgB,EAAA;AAClB;AACF,KAAA;IACAC,QAAU,EAAA;QACRC,IAAM,EAAA;YACJC,CAAG,EAAA;gBACDpB,IAAM,EAAA;oBACJU,KAAO,EAAA,aAAA;oBACPC,MAAQ,EAAA;AACV,iBAAA;gBACAE,IAAM,EAAA;oBACJQ,QAAU,EAAA;AACZ;AACF,aAAA;YACAC,CAAG,EAAA;gBACDtB,IAAM,EAAA;oBACJU,KAAO,EAAA,aAAA;oBACPC,MAAQ,EAAA;AACV,iBAAA;gBACAE,IAAM,EAAA;oBACJQ,QAAU,EAAA;AACZ;AACF,aAAA;YACAE,CAAG,EAAA;gBACDvB,IAAM,EAAA;oBACJU,KAAO,EAAA,cAAA;oBACPC,MAAQ,EAAA;AACV,iBAAA;gBACAE,IAAM,EAAA;oBACJQ,QAAU,EAAA;AACZ;AACF;AACF;AACF,KAAA;IACAG,eAAiB,EAAA;QACfL,IAAM,EAAA;AACR;AACF,CAAG;;;;"}
1
+ {"version":3,"file":"avatar.js","names":[],"sources":["../../../../src/recipes/atoms/avatar/avatar.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const avatar = defineRecipe({\n className: 'avatar',\n jsx: ['Avatar'],\n\n base: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n flexShrink: 0,\n aspectRatio: '1',\n borderRadius: '900',\n backgroundColor: 'primary.background.1.enabled',\n overflow: 'hidden',\n },\n variants: {\n size: {\n s: {\n width: '{sizes.300}',\n height: '{sizes.300}',\n },\n m: {\n width: '{sizes.400}',\n height: '{sizes.400}',\n },\n l: {\n width: '{sizes.1000}',\n height: '{sizes.1000}',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAS,EAAa,CACjC,UAAW,SACX,IAAK,CAAC,QAAS,EAEf,KAAM,CACJ,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,WAAY,EACZ,YAAa,IACb,aAAc,MACd,gBAAiB,+BACjB,SAAU,QACX,EACD,SAAU,CACR,KAAM,CACJ,EAAG,CACD,MAAO,cACP,OAAQ,aACT,EACD,EAAG,CACD,MAAO,cACP,OAAQ,aACT,EACD,EAAG,CACD,MAAO,eACP,OAAQ,cACT,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
@@ -1,17 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const badgeSection = defineRecipe({
4
- className: 'badge-section',
5
- jsx: [
6
- 'Badge'
7
- ],
8
- base: {
9
- display: 'inline-flex',
10
- alignItems: 'center',
11
- justifyContent: 'center',
12
- gap: '150'
13
- }
14
- });
15
-
16
- export { badgeSection };
17
- //# sourceMappingURL=badge-section.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`badge-section`,jsx:[`BadgeSection`],base:{display:`inline-flex`,alignItems:`center`,justifyContent:`center`,gap:`150`}});export{t as badgeSection};
2
+ //# sourceMappingURL=badge-section.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"badge-section.js","sources":["../../../../src/recipes/atoms/badges/badge-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const badgeSection = defineRecipe({\n className: 'badge-section',\n jsx: ['Badge'],\n base: {\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n gap: '150',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["badgeSection","defineRecipe","className","jsx","base","display","alignItems","justifyContent","gap"],"mappings":";;AAMO,MAAMA,eAAeC,YAAa,CAAA;IACvCC,SAAW,EAAA,eAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAQ,KAAA;IACdC,IAAM,EAAA;QACJC,OAAS,EAAA,aAAA;QACTC,UAAY,EAAA,QAAA;QACZC,cAAgB,EAAA,QAAA;QAChBC,GAAK,EAAA;AACP;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"badge-section.js","names":[],"sources":["../../../../src/recipes/atoms/badges/badge-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const badgeSection = defineRecipe({\n className: 'badge-section',\n jsx: ['BadgeSection'],\n base: {\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n gap: '150',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,cAAe,EACrB,KAAM,CACJ,QAAS,cACT,WAAY,SACZ,eAAgB,SAChB,IAAK,KACN,CACF,EAAC"}
@@ -1,52 +1,2 @@
1
- import { defineRecipe } from '@pandacss/dev';
2
-
3
- const badge = defineRecipe({
4
- className: 'badge',
5
- jsx: [
6
- 'Badge'
7
- ],
8
- base: {
9
- display: 'inline-flex',
10
- justifyContent: 'center',
11
- alignItems: 'center',
12
- fontSize: '200',
13
- paddingX: '200',
14
- paddingY: '150',
15
- borderRadius: '900',
16
- gap: '150'
17
- },
18
- variants: {
19
- status: {
20
- neutral: {
21
- backgroundColor: 'neutral.background.alpha.enabled',
22
- color: 'neutral.foreground.1.enabled'
23
- },
24
- primary: {
25
- backgroundColor: 'primary.background.alpha.enabled',
26
- color: 'primary.foreground.4.enabled'
27
- },
28
- secondary: {
29
- backgroundColor: 'secondary.background.alpha.enabled',
30
- color: 'neutral.foreground.2.enabled'
31
- },
32
- success: {
33
- backgroundColor: 'success.background.alpha.enabled',
34
- color: 'success.foreground.2.enabled'
35
- },
36
- error: {
37
- backgroundColor: 'danger.background.alpha.enabled',
38
- color: 'danger.foreground.2.enabled'
39
- },
40
- warning: {
41
- backgroundColor: 'warning.background.alpha.enabled',
42
- color: 'warning.foreground.2.enabled'
43
- }
44
- }
45
- },
46
- defaultVariants: {
47
- status: 'neutral'
48
- }
49
- });
50
-
51
- export { badge };
52
- //# sourceMappingURL=badge.js.map
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`badge`,jsx:[`Badge`],base:{display:`inline-flex`,justifyContent:`center`,alignItems:`center`,fontSize:`200`,paddingX:`200`,paddingY:`150`,borderRadius:`900`,gap:`150`},variants:{status:{neutral:{backgroundColor:`neutral.background.alpha.enabled`,color:`neutral.foreground.1.enabled`},primary:{backgroundColor:`primary.background.alpha.enabled`,color:`primary.foreground.4.enabled`},secondary:{backgroundColor:`secondary.background.alpha.enabled`,color:`neutral.foreground.2.enabled`},success:{backgroundColor:`success.background.alpha.enabled`,color:`success.foreground.2.enabled`},error:{backgroundColor:`danger.background.alpha.enabled`,color:`danger.foreground.2.enabled`},warning:{backgroundColor:`warning.background.alpha.enabled`,color:`warning.foreground.2.enabled`}}},defaultVariants:{status:`neutral`}});export{t as badge};
2
+ //# sourceMappingURL=badge.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"badge.js","sources":["../../../../src/recipes/atoms/badges/badge.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const badge = defineRecipe({\n className: 'badge',\n jsx: ['Badge'],\n base: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n fontSize: '200',\n paddingX: '200',\n paddingY: '150',\n borderRadius: '900',\n gap: '150',\n },\n variants: {\n status: {\n neutral: {\n backgroundColor: 'neutral.background.alpha.enabled',\n color: 'neutral.foreground.1.enabled',\n },\n primary: {\n backgroundColor: 'primary.background.alpha.enabled',\n color: 'primary.foreground.4.enabled',\n },\n secondary: {\n backgroundColor: 'secondary.background.alpha.enabled',\n color: 'neutral.foreground.2.enabled',\n },\n success: {\n backgroundColor: 'success.background.alpha.enabled',\n color: 'success.foreground.2.enabled',\n },\n error: {\n backgroundColor: 'danger.background.alpha.enabled',\n color: 'danger.foreground.2.enabled',\n },\n warning: {\n backgroundColor: 'warning.background.alpha.enabled',\n color: 'warning.foreground.2.enabled',\n },\n },\n },\n defaultVariants: {\n status: 'neutral',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["badge","defineRecipe","className","jsx","base","display","justifyContent","alignItems","fontSize","paddingX","paddingY","borderRadius","gap","variants","status","neutral","backgroundColor","color","primary","secondary","success","error","warning","defaultVariants"],"mappings":";;AAMO,MAAMA,QAAQC,YAAa,CAAA;IAChCC,SAAW,EAAA,OAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAQ,KAAA;IACdC,IAAM,EAAA;QACJC,OAAS,EAAA,aAAA;QACTC,cAAgB,EAAA,QAAA;QAChBC,UAAY,EAAA,QAAA;QACZC,QAAU,EAAA,KAAA;QACVC,QAAU,EAAA,KAAA;QACVC,QAAU,EAAA,KAAA;QACVC,YAAc,EAAA,KAAA;QACdC,GAAK,EAAA;AACP,KAAA;IACAC,QAAU,EAAA;QACRC,MAAQ,EAAA;YACNC,OAAS,EAAA;gBACPC,eAAiB,EAAA,kCAAA;gBACjBC,KAAO,EAAA;AACT,aAAA;YACAC,OAAS,EAAA;gBACPF,eAAiB,EAAA,kCAAA;gBACjBC,KAAO,EAAA;AACT,aAAA;YACAE,SAAW,EAAA;gBACTH,eAAiB,EAAA,oCAAA;gBACjBC,KAAO,EAAA;AACT,aAAA;YACAG,OAAS,EAAA;gBACPJ,eAAiB,EAAA,kCAAA;gBACjBC,KAAO,EAAA;AACT,aAAA;YACAI,KAAO,EAAA;gBACLL,eAAiB,EAAA,iCAAA;gBACjBC,KAAO,EAAA;AACT,aAAA;YACAK,OAAS,EAAA;gBACPN,eAAiB,EAAA,kCAAA;gBACjBC,KAAO,EAAA;AACT;AACF;AACF,KAAA;IACAM,eAAiB,EAAA;QACfT,MAAQ,EAAA;AACV;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"badge.js","names":[],"sources":["../../../../src/recipes/atoms/badges/badge.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const badge = defineRecipe({\n className: 'badge',\n jsx: ['Badge'],\n base: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n fontSize: '200',\n paddingX: '200',\n paddingY: '150',\n borderRadius: '900',\n gap: '150',\n },\n variants: {\n status: {\n neutral: {\n backgroundColor: 'neutral.background.alpha.enabled',\n color: 'neutral.foreground.1.enabled',\n },\n primary: {\n backgroundColor: 'primary.background.alpha.enabled',\n color: 'primary.foreground.4.enabled',\n },\n secondary: {\n backgroundColor: 'secondary.background.alpha.enabled',\n color: 'neutral.foreground.2.enabled',\n },\n success: {\n backgroundColor: 'success.background.alpha.enabled',\n color: 'success.foreground.2.enabled',\n },\n error: {\n backgroundColor: 'danger.background.alpha.enabled',\n color: 'danger.foreground.2.enabled',\n },\n warning: {\n backgroundColor: 'warning.background.alpha.enabled',\n color: 'warning.foreground.2.enabled',\n },\n },\n },\n defaultVariants: {\n status: 'neutral',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAQ,EAAa,CAChC,UAAW,QACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,QAAS,cACT,eAAgB,SAChB,WAAY,SACZ,SAAU,MACV,SAAU,MACV,SAAU,MACV,aAAc,MACd,IAAK,KACN,EACD,SAAU,CACR,OAAQ,CACN,QAAS,CACP,gBAAiB,mCACjB,MAAO,8BACR,EACD,QAAS,CACP,gBAAiB,mCACjB,MAAO,8BACR,EACD,UAAW,CACT,gBAAiB,qCACjB,MAAO,8BACR,EACD,QAAS,CACP,gBAAiB,mCACjB,MAAO,8BACR,EACD,MAAO,CACL,gBAAiB,kCACjB,MAAO,6BACR,EACD,QAAS,CACP,gBAAiB,mCACjB,MAAO,8BACR,CACF,CACF,EACD,gBAAiB,CACf,OAAQ,SACT,CACF,EAAC"}
@@ -1,15 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const breadcrumbSeparator = defineRecipe({
4
- className: 'breadcrumb-separator',
5
- jsx: [
6
- 'BreadcrumbSeparator'
7
- ],
8
- base: {
9
- display: 'flex',
10
- alignItems: 'center'
11
- }
12
- });
13
-
14
- export { breadcrumbSeparator };
15
- //# sourceMappingURL=breadcrumb-separator.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`breadcrumb-separator`,jsx:[`BreadcrumbSeparator`],base:{display:`flex`,alignItems:`center`}});export{t as breadcrumbSeparator};
2
+ //# sourceMappingURL=breadcrumb-separator.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb-separator.js","sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumb-separator.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumbSeparator = defineRecipe({\n className: 'breadcrumb-separator',\n jsx: ['BreadcrumbSeparator'],\n base: {\n display: 'flex',\n alignItems: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["breadcrumbSeparator","defineRecipe","className","jsx","base","display","alignItems"],"mappings":";;AAMO,MAAMA,sBAAsBC,YAAa,CAAA;IAC9CC,SAAW,EAAA,sBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAsB,KAAA;IAC5BC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA;AACd;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"breadcrumb-separator.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumb-separator.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumbSeparator = defineRecipe({\n className: 'breadcrumb-separator',\n jsx: ['BreadcrumbSeparator'],\n base: {\n display: 'flex',\n alignItems: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAsB,EAAa,CAC9C,UAAW,uBACX,IAAK,CAAC,qBAAsB,EAC5B,KAAM,CACJ,QAAS,OACT,WAAY,QACb,CACF,EAAC"}
@@ -1,15 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const breadcrumb = defineRecipe({
4
- className: 'breadcrumb',
5
- jsx: [
6
- 'Breadcrumb'
7
- ],
8
- base: {
9
- display: 'flex',
10
- alignItems: 'center'
11
- }
12
- });
13
-
14
- export { breadcrumb };
15
- //# sourceMappingURL=breadcrumb.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`breadcrumb`,jsx:[`Breadcrumb`],base:{display:`flex`,alignItems:`center`}});export{t as breadcrumb};
2
+ //# sourceMappingURL=breadcrumb.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb.js","sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumb.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumb = defineRecipe({\n className: 'breadcrumb',\n jsx: ['Breadcrumb'],\n base: {\n display: 'flex',\n alignItems: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["breadcrumb","defineRecipe","className","jsx","base","display","alignItems"],"mappings":";;AAMO,MAAMA,aAAaC,YAAa,CAAA;IACrCC,SAAW,EAAA,YAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAa,KAAA;IACnBC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA;AACd;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"breadcrumb.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumb.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumb = defineRecipe({\n className: 'breadcrumb',\n jsx: ['Breadcrumb'],\n base: {\n display: 'flex',\n alignItems: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAa,EAAa,CACrC,UAAW,aACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,WAAY,QACb,CACF,EAAC"}
@@ -1,25 +1,2 @@
1
- import { defineSlotRecipe } from '@pandabox/define-recipe';
2
-
3
- const breadcrumbs = defineSlotRecipe({
4
- className: 'breadcrumbs',
5
- jsx: [
6
- 'Breadcrumbs'
7
- ],
8
- slots: [
9
- 'root',
10
- 'list'
11
- ],
12
- base: {
13
- root: {
14
- with: '100%'
15
- },
16
- list: {
17
- display: 'flex',
18
- alignItems: 'center',
19
- gap: '300'
20
- }
21
- }
22
- });
23
-
24
- export { breadcrumbs };
25
- //# sourceMappingURL=breadcrumbs.js.map
1
+ import{defineSlotRecipe as e}from"@pandabox/define-recipe";const t=e({className:`breadcrumbs`,jsx:[`Breadcrumbs`],slots:[`root`,`list`,`separator`,`item`],base:{root:{with:`100%`},list:{display:`flex`,alignItems:`center`,gap:`200`,fontSize:`300`,color:`neutral.foreground.1.enabled`},separator:{marginLeft:`200`},item:{display:`flex`,alignItems:`center`}}});export{t as breadcrumbs};
2
+ //# sourceMappingURL=breadcrumbs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumbs.js","sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumbs.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandabox/define-recipe';\n\nexport const breadcrumbs = defineSlotRecipe({\n className: 'breadcrumbs',\n jsx: ['Breadcrumbs'],\n slots: ['root', 'list'],\n base: {\n root: {\n with: '100%',\n },\n list: {\n display: 'flex',\n alignItems: 'center',\n gap: '300',\n },\n },\n});\n"],"names":["breadcrumbs","defineSlotRecipe","className","jsx","slots","base","root","with","list","display","alignItems","gap"],"mappings":";;AAEO,MAAMA,cAAcC,gBAAiB,CAAA;IAC1CC,SAAW,EAAA,aAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAc,KAAA;IACpBC,KAAO,EAAA;AAAC,QAAA,MAAA;AAAQ,QAAA;AAAO,KAAA;IACvBC,IAAM,EAAA;QACJC,IAAM,EAAA;YACJC,IAAM,EAAA;AACR,SAAA;QACAC,IAAM,EAAA;YACJC,OAAS,EAAA,MAAA;YACTC,UAAY,EAAA,QAAA;YACZC,GAAK,EAAA;AACP;AACF;AACF,CAAG;;;;"}
1
+ {"version":3,"file":"breadcrumbs.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumbs.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandabox/define-recipe';\n\nexport const breadcrumbs = defineSlotRecipe({\n className: 'breadcrumbs',\n jsx: ['Breadcrumbs'],\n slots: ['root', 'list', 'separator', 'item'],\n base: {\n root: {\n with: '100%',\n },\n list: {\n display: 'flex',\n alignItems: 'center',\n gap: '200',\n fontSize: '300',\n color: 'neutral.foreground.1.enabled',\n },\n separator: {\n marginLeft: '200',\n },\n item: {\n display: 'flex',\n alignItems: 'center',\n },\n },\n});\n"],"mappings":"2DAEA,MAAa,EAAc,EAAiB,CAC1C,UAAW,cACX,IAAK,CAAC,aAAc,EACpB,MAAO,CAAC,OAAQ,OAAQ,YAAa,MAAO,EAC5C,KAAM,CACJ,KAAM,CACJ,KAAM,MACP,EACD,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,IAAK,MACL,SAAU,MACV,MAAO,8BACR,EACD,UAAW,CACT,WAAY,KACb,EACD,KAAM,CACJ,QAAS,OACT,WAAY,QACb,CACF,CACF,EAAC"}
@@ -1,45 +1,2 @@
1
- import { defineRecipe } from '@pandacss/dev';
2
-
3
- const buttonIconIcon = defineRecipe({
4
- className: 'button-icon-icon',
5
- jsx: [
6
- 'Button'
7
- ],
8
- base: {
9
- display: 'inline-flex',
10
- justifyContent: 'center',
11
- alignItems: 'center',
12
- aspectRatio: '1',
13
- transition: 'all 0.2s ease'
14
- },
15
- variants: {
16
- size: {
17
- xs: {
18
- height: '0.75rem',
19
- width: '0.75rem'
20
- },
21
- s: {
22
- height: '1rem',
23
- width: '1rem'
24
- },
25
- m: {
26
- height: '1.25rem',
27
- width: '1.25rem'
28
- },
29
- l: {
30
- height: '1.5rem',
31
- width: '1.5rem'
32
- },
33
- xl: {
34
- height: '2rem',
35
- width: '2rem'
36
- }
37
- }
38
- },
39
- defaultVariants: {
40
- size: 'm'
41
- }
42
- });
43
-
44
- export { buttonIconIcon };
45
- //# sourceMappingURL=button-icon-icon.js.map
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`button-icon-icon`,jsx:[`Button`],base:{display:`inline-flex`,justifyContent:`center`,alignItems:`center`,aspectRatio:`1`,transition:`all 0.2s ease`},variants:{size:{xs:{height:`0.75rem`,width:`0.75rem`},s:{height:`1rem`,width:`1rem`},m:{height:`1.25rem`,width:`1.25rem`},l:{height:`1.5rem`,width:`1.5rem`},xl:{height:`2rem`,width:`2rem`}}},defaultVariants:{size:`m`}});export{t as buttonIconIcon};
2
+ //# sourceMappingURL=button-icon-icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"button-icon-icon.js","sources":["../../../../src/recipes/atoms/buttons/button-icon-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const buttonIconIcon = defineRecipe({\n className: 'button-icon-icon',\n jsx: ['Button'],\n base: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n aspectRatio: '1',\n transition: 'all 0.2s ease',\n },\n variants: {\n size: {\n xs: {\n height: '0.75rem',\n width: '0.75rem',\n },\n s: {\n height: '1rem',\n width: '1rem',\n },\n m: {\n height: '1.25rem',\n width: '1.25rem',\n },\n l: {\n height: '1.5rem',\n width: '1.5rem',\n },\n xl: {\n height: '2rem',\n width: '2rem',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["buttonIconIcon","defineRecipe","className","jsx","base","display","justifyContent","alignItems","aspectRatio","transition","variants","size","xs","height","width","s","m","l","xl","defaultVariants"],"mappings":";;AAOO,MAAMA,iBAAiBC,YAAa,CAAA;IACzCC,SAAW,EAAA,kBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAS,KAAA;IACfC,IAAM,EAAA;QACJC,OAAS,EAAA,aAAA;QACTC,cAAgB,EAAA,QAAA;QAChBC,UAAY,EAAA,QAAA;QACZC,WAAa,EAAA,GAAA;QACbC,UAAY,EAAA;AACd,KAAA;IACAC,QAAU,EAAA;QACRC,IAAM,EAAA;YACJC,EAAI,EAAA;gBACFC,MAAQ,EAAA,SAAA;gBACRC,KAAO,EAAA;AACT,aAAA;YACAC,CAAG,EAAA;gBACDF,MAAQ,EAAA,MAAA;gBACRC,KAAO,EAAA;AACT,aAAA;YACAE,CAAG,EAAA;gBACDH,MAAQ,EAAA,SAAA;gBACRC,KAAO,EAAA;AACT,aAAA;YACAG,CAAG,EAAA;gBACDJ,MAAQ,EAAA,QAAA;gBACRC,KAAO,EAAA;AACT,aAAA;YACAI,EAAI,EAAA;gBACFL,MAAQ,EAAA,MAAA;gBACRC,KAAO,EAAA;AACT;AACF;AACF,KAAA;IACAK,eAAiB,EAAA;QACfR,IAAM,EAAA;AACR;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"button-icon-icon.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-icon-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const buttonIconIcon = defineRecipe({\n className: 'button-icon-icon',\n jsx: ['Button'],\n base: {\n display: 'inline-flex',\n justifyContent: 'center',\n alignItems: 'center',\n aspectRatio: '1',\n transition: 'all 0.2s ease',\n },\n variants: {\n size: {\n xs: {\n height: '0.75rem',\n width: '0.75rem',\n },\n s: {\n height: '1rem',\n width: '1rem',\n },\n m: {\n height: '1.25rem',\n width: '1.25rem',\n },\n l: {\n height: '1.5rem',\n width: '1.5rem',\n },\n xl: {\n height: '2rem',\n width: '2rem',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAOA,MAAa,EAAiB,EAAa,CACzC,UAAW,mBACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,QAAS,cACT,eAAgB,SAChB,WAAY,SACZ,YAAa,IACb,WAAY,eACb,EACD,SAAU,CACR,KAAM,CACJ,GAAI,CACF,OAAQ,UACR,MAAO,SACR,EACD,EAAG,CACD,OAAQ,OACR,MAAO,MACR,EACD,EAAG,CACD,OAAQ,UACR,MAAO,SACR,EACD,EAAG,CACD,OAAQ,SACR,MAAO,QACR,EACD,GAAI,CACF,OAAQ,OACR,MAAO,MACR,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
@@ -1,40 +1,2 @@
1
- import { button } from './button.js';
2
-
3
- const buttonIcon = button.merge({
4
- className: 'button-icon',
5
- jsx: [
6
- 'Button'
7
- ],
8
- base: {
9
- display: 'flex',
10
- justifyContent: 'center',
11
- alignItems: 'center',
12
- aspectRatio: '1',
13
- borderRadius: '200',
14
- flexShrink: '0'
15
- },
16
- variants: {
17
- size: {
18
- l: {
19
- width: 'control.height.300'
20
- },
21
- m: {
22
- width: 'control.height.200'
23
- },
24
- s: {
25
- width: 'control.height.100'
26
- }
27
- },
28
- shape: {
29
- rounded: {
30
- borderRadius: '900'
31
- }
32
- }
33
- },
34
- defaultVariants: {
35
- size: 'm'
36
- }
37
- });
38
-
39
- export { buttonIcon };
40
- //# sourceMappingURL=button-icon.js.map
1
+ import{button as e}from"./button.js";const t=e.merge({className:`button-icon`,jsx:[`Button`],base:{display:`flex`,justifyContent:`center`,alignItems:`center`,aspectRatio:`1`,borderRadius:`200`,flexShrink:`0`},variants:{size:{l:{width:`control.height.300`},m:{width:`control.height.200`},s:{width:`control.height.100`}},shape:{rounded:{borderRadius:`900`}}},defaultVariants:{size:`m`}});export{t as buttonIcon};
2
+ //# sourceMappingURL=button-icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"button-icon.js","sources":["../../../../src/recipes/atoms/buttons/button-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { button } from './button';\n\nexport const buttonIcon = button.merge({\n className: 'button-icon',\n jsx: ['Button'],\n base: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n aspectRatio: '1',\n borderRadius: '200',\n flexShrink: '0',\n },\n variants: {\n size: {\n l: {\n width: 'control.height.300',\n },\n m: {\n width: 'control.height.200',\n },\n s: {\n width: 'control.height.100',\n },\n },\n shape: {\n rounded: {\n borderRadius: '900',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["buttonIcon","button","merge","className","jsx","base","display","justifyContent","alignItems","aspectRatio","borderRadius","flexShrink","variants","size","l","width","m","s","shape","rounded","defaultVariants"],"mappings":";;AAOaA,MAAAA,UAAAA,GAAaC,MAAOC,CAAAA,KAAK,CAAC;IACrCC,SAAW,EAAA,aAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAS,KAAA;IACfC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,cAAgB,EAAA,QAAA;QAChBC,UAAY,EAAA,QAAA;QACZC,WAAa,EAAA,GAAA;QACbC,YAAc,EAAA,KAAA;QACdC,UAAY,EAAA;AACd,KAAA;IACAC,QAAU,EAAA;QACRC,IAAM,EAAA;YACJC,CAAG,EAAA;gBACDC,KAAO,EAAA;AACT,aAAA;YACAC,CAAG,EAAA;gBACDD,KAAO,EAAA;AACT,aAAA;YACAE,CAAG,EAAA;gBACDF,KAAO,EAAA;AACT;AACF,SAAA;QACAG,KAAO,EAAA;YACLC,OAAS,EAAA;gBACPT,YAAc,EAAA;AAChB;AACF;AACF,KAAA;IACAU,eAAiB,EAAA;QACfP,IAAM,EAAA;AACR;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"button-icon.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { button } from './button';\n\nexport const buttonIcon = button.merge({\n className: 'button-icon',\n jsx: ['Button'],\n base: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n aspectRatio: '1',\n borderRadius: '200',\n flexShrink: '0',\n },\n variants: {\n size: {\n l: {\n width: 'control.height.300',\n },\n m: {\n width: 'control.height.200',\n },\n s: {\n width: 'control.height.100',\n },\n },\n shape: {\n rounded: {\n borderRadius: '900',\n },\n },\n },\n defaultVariants: {\n size: 'm',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"qCAOA,MAAa,EAAa,EAAO,MAAM,CACrC,UAAW,cACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,YAAa,IACb,aAAc,MACd,WAAY,GACb,EACD,SAAU,CACR,KAAM,CACJ,EAAG,CACD,MAAO,oBACR,EACD,EAAG,CACD,MAAO,oBACR,EACD,EAAG,CACD,MAAO,oBACR,CACF,EACD,MAAO,CACL,QAAS,CACP,aAAc,KACf,CACF,CACF,EACD,gBAAiB,CACf,KAAM,GACP,CACF,EAAC"}
@@ -1,17 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const buttonInner = defineRecipe({
4
- className: 'button-inner',
5
- jsx: [
6
- 'Button'
7
- ],
8
- base: {
9
- display: 'flex',
10
- alignItems: 'center',
11
- justifyContent: 'center',
12
- gap: '300'
13
- }
14
- });
15
-
16
- export { buttonInner };
17
- //# sourceMappingURL=button-inner.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`button-inner`,jsx:[`Button`],base:{display:`flex`,alignItems:`center`,justifyContent:`center`,gap:`300`}});export{t as buttonInner};
2
+ //# sourceMappingURL=button-inner.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"button-inner.js","sources":["../../../../src/recipes/atoms/buttons/button-inner.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonInner = defineRecipe({\n className: 'button-inner',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n gap: '300',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["buttonInner","defineRecipe","className","jsx","base","display","alignItems","justifyContent","gap"],"mappings":";;AAMO,MAAMA,cAAcC,YAAa,CAAA;IACtCC,SAAW,EAAA,cAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAS,KAAA;IACfC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,QAAA;QACZC,cAAgB,EAAA,QAAA;QAChBC,GAAK,EAAA;AACP;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"button-inner.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-inner.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonInner = defineRecipe({\n className: 'button-inner',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n gap: '300',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,eACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,IAAK,KACN,CACF,EAAC"}
@@ -1,17 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const buttonLabel = defineRecipe({
4
- className: 'button-label',
5
- jsx: [
6
- 'Button'
7
- ],
8
- base: {
9
- display: 'flex',
10
- alignItems: 'center',
11
- justifyContent: 'center',
12
- height: '100%'
13
- }
14
- });
15
-
16
- export { buttonLabel };
17
- //# sourceMappingURL=button-label.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`button-label`,jsx:[`Button`],base:{display:`flex`,alignItems:`center`,justifyContent:`center`,height:`100%`}});export{t as buttonLabel};
2
+ //# sourceMappingURL=button-label.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"button-label.js","sources":["../../../../src/recipes/atoms/buttons/button-label.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonLabel = defineRecipe({\n className: 'button-label',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n height: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["buttonLabel","defineRecipe","className","jsx","base","display","alignItems","justifyContent","height"],"mappings":";;AAMO,MAAMA,cAAcC,YAAa,CAAA;IACtCC,SAAW,EAAA,cAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAS,KAAA;IACfC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,QAAA;QACZC,cAAgB,EAAA,QAAA;QAChBC,MAAQ,EAAA;AACV;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"button-label.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-label.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonLabel = defineRecipe({\n className: 'button-label',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n height: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAc,EAAa,CACtC,UAAW,eACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,OAAQ,MACT,CACF,EAAC"}
@@ -1,16 +1,2 @@
1
- import { defineRecipe } from '@pandabox/define-recipe';
2
-
3
- const buttonSection = defineRecipe({
4
- className: 'button-section',
5
- jsx: [
6
- 'Button'
7
- ],
8
- base: {
9
- display: 'flex',
10
- alignItems: 'center',
11
- justifyContent: 'center'
12
- }
13
- });
14
-
15
- export { buttonSection };
16
- //# sourceMappingURL=button-section.js.map
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`button-section`,jsx:[`Button`],base:{display:`flex`,alignItems:`center`,justifyContent:`center`}});export{t as buttonSection};
2
+ //# sourceMappingURL=button-section.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"button-section.js","sources":["../../../../src/recipes/atoms/buttons/button-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonSection = defineRecipe({\n className: 'button-section',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"names":["buttonSection","defineRecipe","className","jsx","base","display","alignItems","justifyContent"],"mappings":";;AAMO,MAAMA,gBAAgBC,YAAa,CAAA;IACxCC,SAAW,EAAA,gBAAA;IACXC,GAAK,EAAA;AAAC,QAAA;AAAS,KAAA;IACfC,IAAM,EAAA;QACJC,OAAS,EAAA,MAAA;QACTC,UAAY,EAAA,QAAA;QACZC,cAAgB,EAAA;AAClB;AACF,CAAyC;;;;"}
1
+ {"version":3,"file":"button-section.js","names":[],"sources":["../../../../src/recipes/atoms/buttons/button-section.ts"],"sourcesContent":["import {\n type RecipeBuilder,\n type RecipeVariantRecord,\n defineRecipe,\n} from '@pandabox/define-recipe';\n\nexport const buttonSection = defineRecipe({\n className: 'button-section',\n jsx: ['Button'],\n base: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,eAAgB,QACjB,CACF,EAAC"}