@mage-ui/preset 0.0.18 → 0.0.19

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 (210) hide show
  1. package/dist/breakpoints.js +2 -0
  2. package/dist/breakpoints.js.map +1 -0
  3. package/dist/conditions/index.js +1 -1
  4. package/dist/conditions/index.js.map +1 -1
  5. package/dist/conditions/item-selectors.js +1 -1
  6. package/dist/conditions/item-selectors.js.map +1 -1
  7. package/dist/conditions/media-queries.js +2 -0
  8. package/dist/conditions/media-queries.js.map +1 -0
  9. package/dist/index.js +1 -1
  10. package/dist/index.js.map +1 -1
  11. package/dist/recipes/atoms/badges/badge.js +1 -1
  12. package/dist/recipes/atoms/badges/badge.js.map +1 -1
  13. package/dist/recipes/atoms/breadcrumbs/breadcrumbs-item.js +2 -0
  14. package/dist/recipes/atoms/breadcrumbs/breadcrumbs-item.js.map +1 -0
  15. package/dist/recipes/atoms/breadcrumbs/breadcrumbs-link.js +2 -0
  16. package/dist/recipes/atoms/breadcrumbs/breadcrumbs-link.js.map +1 -0
  17. package/dist/recipes/atoms/breadcrumbs/breadcrumbs-list.js +2 -0
  18. package/dist/recipes/atoms/breadcrumbs/breadcrumbs-list.js.map +1 -0
  19. package/dist/recipes/atoms/breadcrumbs/breadcrumbs-separator.js +2 -0
  20. package/dist/recipes/atoms/breadcrumbs/breadcrumbs-separator.js.map +1 -0
  21. package/dist/recipes/atoms/breadcrumbs/breadcrumbs.js +1 -1
  22. package/dist/recipes/atoms/breadcrumbs/breadcrumbs.js.map +1 -1
  23. package/dist/recipes/atoms/breadcrumbs/index.js +2 -0
  24. package/dist/recipes/atoms/breadcrumbs/index.js.map +1 -0
  25. package/dist/recipes/atoms/bubble/bubble.js +2 -0
  26. package/dist/recipes/atoms/bubble/bubble.js.map +1 -0
  27. package/dist/recipes/atoms/carousel/carousel-container.js +1 -1
  28. package/dist/recipes/atoms/carousel/carousel-container.js.map +1 -1
  29. package/dist/recipes/atoms/carousel/carousel-indicator.js +1 -1
  30. package/dist/recipes/atoms/carousel/carousel-indicator.js.map +1 -1
  31. package/dist/recipes/atoms/carousel/carousel-settings.js +2 -0
  32. package/dist/recipes/atoms/carousel/carousel-settings.js.map +1 -0
  33. package/dist/recipes/atoms/carousel/carousel-slide-in.js +2 -0
  34. package/dist/recipes/atoms/carousel/carousel-slide-in.js.map +1 -0
  35. package/dist/recipes/atoms/carousel/carousel-slide.js +1 -1
  36. package/dist/recipes/atoms/carousel/carousel-slide.js.map +1 -1
  37. package/dist/recipes/atoms/carousel/carousel.js +1 -1
  38. package/dist/recipes/atoms/carousel/carousel.js.map +1 -1
  39. package/dist/recipes/atoms/carousel/index.js +1 -1
  40. package/dist/recipes/atoms/carousel/index.js.map +1 -1
  41. package/dist/recipes/atoms/dropdown/dropdown.js +1 -1
  42. package/dist/recipes/atoms/dropdown/dropdown.js.map +1 -1
  43. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js +1 -1
  44. package/dist/recipes/atoms/inputs/checkbox/checkbox-input.js.map +1 -1
  45. package/dist/recipes/atoms/inputs/checkbox/index.js +2 -0
  46. package/dist/recipes/atoms/inputs/checkbox/index.js.map +1 -0
  47. package/dist/recipes/atoms/inputs/combobox/combobox-section.js.map +1 -1
  48. package/dist/recipes/atoms/inputs/combobox/index.js +2 -0
  49. package/dist/recipes/atoms/inputs/combobox/index.js.map +1 -0
  50. package/dist/recipes/atoms/inputs/combobox/select-button.js +2 -0
  51. package/dist/recipes/atoms/inputs/combobox/select-button.js.map +1 -0
  52. package/dist/recipes/atoms/inputs/combobox/select-section.js +2 -0
  53. package/dist/recipes/atoms/inputs/combobox/select-section.js.map +1 -0
  54. package/dist/recipes/atoms/inputs/datepicker-input.js +1 -1
  55. package/dist/recipes/atoms/inputs/datepicker-input.js.map +1 -1
  56. package/dist/recipes/atoms/inputs/index.js +1 -1
  57. package/dist/recipes/atoms/inputs/index.js.map +1 -1
  58. package/dist/recipes/atoms/inputs/input-button.js +2 -0
  59. package/dist/recipes/atoms/inputs/input-button.js.map +1 -0
  60. package/dist/recipes/atoms/inputs/input-description.js +1 -1
  61. package/dist/recipes/atoms/inputs/input-description.js.map +1 -1
  62. package/dist/recipes/atoms/inputs/input-error.js +1 -1
  63. package/dist/recipes/atoms/inputs/input-error.js.map +1 -1
  64. package/dist/recipes/atoms/inputs/input-file/index.js +2 -0
  65. package/dist/recipes/atoms/inputs/input-file/index.js.map +1 -0
  66. package/dist/recipes/atoms/inputs/input-file/input-file-group.js +2 -0
  67. package/dist/recipes/atoms/inputs/input-file/input-file-group.js.map +1 -0
  68. package/dist/recipes/atoms/inputs/input-file/input-file-input.js +2 -0
  69. package/dist/recipes/atoms/inputs/input-file/input-file-input.js.map +1 -0
  70. package/dist/recipes/atoms/inputs/input-file/input-file-placeholder.js +2 -0
  71. package/dist/recipes/atoms/inputs/input-file/input-file-placeholder.js.map +1 -0
  72. package/dist/recipes/atoms/inputs/input-file/input-file-section.js +2 -0
  73. package/dist/recipes/atoms/inputs/input-file/input-file-section.js.map +1 -0
  74. package/dist/recipes/atoms/inputs/input-label.js +1 -1
  75. package/dist/recipes/atoms/inputs/input-label.js.map +1 -1
  76. package/dist/recipes/atoms/inputs/input-password/index.js +2 -0
  77. package/dist/recipes/atoms/inputs/input-password/index.js.map +1 -0
  78. package/dist/recipes/atoms/inputs/input-password/input-toggle.js +2 -0
  79. package/dist/recipes/atoms/inputs/input-password/input-toggle.js.map +1 -0
  80. package/dist/recipes/atoms/inputs/input-section.js +1 -1
  81. package/dist/recipes/atoms/inputs/input-section.js.map +1 -1
  82. package/dist/recipes/atoms/inputs/input-wrapper.js +1 -1
  83. package/dist/recipes/atoms/inputs/input-wrapper.js.map +1 -1
  84. package/dist/recipes/atoms/inputs/input.js +1 -1
  85. package/dist/recipes/atoms/inputs/input.js.map +1 -1
  86. package/dist/recipes/atoms/inputs/radio/index.js +2 -0
  87. package/dist/recipes/atoms/inputs/radio/index.js.map +1 -0
  88. package/dist/recipes/atoms/inputs/radio/radio-body.js +2 -0
  89. package/dist/recipes/atoms/inputs/radio/radio-body.js.map +1 -0
  90. package/dist/recipes/atoms/inputs/radio/radio-description.js +2 -0
  91. package/dist/recipes/atoms/inputs/radio/radio-description.js.map +1 -0
  92. package/dist/recipes/atoms/inputs/radio/radio-error.js +2 -0
  93. package/dist/recipes/atoms/inputs/radio/radio-error.js.map +1 -0
  94. package/dist/recipes/atoms/inputs/radio/radio-group-root.js +2 -0
  95. package/dist/recipes/atoms/inputs/radio/radio-group-root.js.map +1 -0
  96. package/dist/recipes/atoms/inputs/radio/radio-icon.js +2 -0
  97. package/dist/recipes/atoms/inputs/radio/radio-icon.js.map +1 -0
  98. package/dist/recipes/atoms/inputs/radio/radio-inner.js +2 -0
  99. package/dist/recipes/atoms/inputs/radio/radio-inner.js.map +1 -0
  100. package/dist/recipes/atoms/inputs/radio/radio-label-wrapper.js +2 -0
  101. package/dist/recipes/atoms/inputs/radio/radio-label-wrapper.js.map +1 -0
  102. package/dist/recipes/atoms/inputs/radio/radio-label.js +2 -0
  103. package/dist/recipes/atoms/inputs/radio/radio-label.js.map +1 -0
  104. package/dist/recipes/atoms/inputs/radio/radio-root.js +2 -0
  105. package/dist/recipes/atoms/inputs/radio/radio-root.js.map +1 -0
  106. package/dist/recipes/atoms/inputs/radio/radio.js +2 -0
  107. package/dist/recipes/atoms/inputs/radio/radio.js.map +1 -0
  108. package/dist/recipes/atoms/inputs/textarea/index.js +2 -0
  109. package/dist/recipes/atoms/inputs/textarea/index.js.map +1 -0
  110. package/dist/recipes/atoms/inputs/textarea/textarea-description.js +2 -0
  111. package/dist/recipes/atoms/inputs/textarea/textarea-description.js.map +1 -0
  112. package/dist/recipes/atoms/inputs/textarea/textarea-error.js +2 -0
  113. package/dist/recipes/atoms/inputs/textarea/textarea-error.js.map +1 -0
  114. package/dist/recipes/atoms/inputs/textarea/textarea-input.js +2 -0
  115. package/dist/recipes/atoms/inputs/textarea/textarea-input.js.map +1 -0
  116. package/dist/recipes/atoms/inputs/textarea/textarea-label.js +2 -0
  117. package/dist/recipes/atoms/inputs/textarea/textarea-label.js.map +1 -0
  118. package/dist/recipes/atoms/inputs/textarea/textarea-root.js +2 -0
  119. package/dist/recipes/atoms/inputs/textarea/textarea-root.js.map +1 -0
  120. package/dist/recipes/atoms/inputs/textarea/textarea-section.js +2 -0
  121. package/dist/recipes/atoms/inputs/textarea/textarea-section.js.map +1 -0
  122. package/dist/recipes/atoms/inputs/textarea/textarea-wrapper.js +2 -0
  123. package/dist/recipes/atoms/inputs/textarea/textarea-wrapper.js.map +1 -0
  124. package/dist/recipes/atoms/scroll/index.js +2 -0
  125. package/dist/recipes/atoms/scroll/index.js.map +1 -0
  126. package/dist/recipes/atoms/scroll/scroll-content.js +2 -0
  127. package/dist/recipes/atoms/scroll/scroll-content.js.map +1 -0
  128. package/dist/recipes/atoms/scroll/scroll-corner.js +2 -0
  129. package/dist/recipes/atoms/scroll/scroll-corner.js.map +1 -0
  130. package/dist/recipes/atoms/scroll/scroll-root.js +2 -0
  131. package/dist/recipes/atoms/scroll/scroll-root.js.map +1 -0
  132. package/dist/recipes/atoms/scroll/scroll-scrollbar.js +2 -0
  133. package/dist/recipes/atoms/scroll/scroll-scrollbar.js.map +1 -0
  134. package/dist/recipes/atoms/scroll/scroll-thumb.js +2 -0
  135. package/dist/recipes/atoms/scroll/scroll-thumb.js.map +1 -0
  136. package/dist/recipes/atoms/scroll/scroll-viewport.js +2 -0
  137. package/dist/recipes/atoms/scroll/scroll-viewport.js.map +1 -0
  138. package/dist/recipes/atoms/tabs/index.js +2 -0
  139. package/dist/recipes/atoms/tabs/index.js.map +1 -0
  140. package/dist/recipes/atoms/tabs/tabs-label.js +2 -0
  141. package/dist/recipes/atoms/tabs/tabs-label.js.map +1 -0
  142. package/dist/recipes/atoms/tabs/tabs-list.js +2 -0
  143. package/dist/recipes/atoms/tabs/tabs-list.js.map +1 -0
  144. package/dist/recipes/atoms/tabs/tabs-panel.js +2 -0
  145. package/dist/recipes/atoms/tabs/tabs-panel.js.map +1 -0
  146. package/dist/recipes/atoms/tabs/tabs-section.js +2 -0
  147. package/dist/recipes/atoms/tabs/tabs-section.js.map +1 -0
  148. package/dist/recipes/atoms/tabs/tabs-tab.js +2 -0
  149. package/dist/recipes/atoms/tabs/tabs-tab.js.map +1 -0
  150. package/dist/recipes/atoms/{tab → tabs}/tabs.js +1 -1
  151. package/dist/recipes/atoms/tabs/tabs.js.map +1 -0
  152. package/dist/recipes/components/data-display/index.js +2 -0
  153. package/dist/recipes/components/data-display/index.js.map +1 -0
  154. package/dist/recipes/components/data-display/table/index.js +2 -0
  155. package/dist/recipes/components/data-display/table/index.js.map +1 -0
  156. package/dist/recipes/components/data-display/table/table-head.js +2 -0
  157. package/dist/recipes/components/data-display/table/table-head.js.map +1 -0
  158. package/dist/recipes/components/data-display/table/table-scroll-content.js +2 -0
  159. package/dist/recipes/components/data-display/table/table-scroll-content.js.map +1 -0
  160. package/dist/recipes/components/data-display/table/table-scroll-scrollbar.js +2 -0
  161. package/dist/recipes/components/data-display/table/table-scroll-scrollbar.js.map +1 -0
  162. package/dist/recipes/components/data-display/table/table-scroll-thumb.js +2 -0
  163. package/dist/recipes/components/data-display/table/table-scroll-thumb.js.map +1 -0
  164. package/dist/recipes/components/data-display/table/table-scroll-viewport.js +2 -0
  165. package/dist/recipes/components/data-display/table/table-scroll-viewport.js.map +1 -0
  166. package/dist/recipes/components/data-display/table/table-scroll.js +2 -0
  167. package/dist/recipes/components/data-display/table/table-scroll.js.map +1 -0
  168. package/dist/recipes/components/data-display/table/table-td.js +2 -0
  169. package/dist/recipes/components/data-display/table/table-td.js.map +1 -0
  170. package/dist/recipes/components/data-display/table/table-th.js +2 -0
  171. package/dist/recipes/components/data-display/table/table-th.js.map +1 -0
  172. package/dist/recipes/components/data-display/table/table-tr.js +2 -0
  173. package/dist/recipes/components/data-display/table/table-tr.js.map +1 -0
  174. package/dist/recipes/components/data-display/table/table.js +2 -0
  175. package/dist/recipes/components/data-display/table/table.js.map +1 -0
  176. package/dist/recipes/components/index.js +2 -0
  177. package/dist/recipes/components/index.js.map +1 -0
  178. package/dist/recipes/index.js +1 -1
  179. package/dist/recipes/index.js.map +1 -1
  180. package/dist/recipes/molecules/calendar/index.js +1 -1
  181. package/dist/recipes/molecules/calendar/index.js.map +1 -1
  182. package/dist/semantic-tokens/colors.js +1 -1
  183. package/dist/semantic-tokens/colors.js.map +1 -1
  184. package/dist/semantic-tokens/index.js +1 -1
  185. package/dist/semantic-tokens/index.js.map +1 -1
  186. package/dist/semantic-tokens/sizes.js +1 -1
  187. package/dist/tokens/borders.js +1 -1
  188. package/dist/tokens/borders.js.map +1 -1
  189. package/dist/tokens/index.js +1 -1
  190. package/dist/tokens/index.js.map +1 -1
  191. package/dist/tokens/zIndex.js +2 -0
  192. package/dist/tokens/zIndex.js.map +1 -0
  193. package/package.json +3 -3
  194. package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.js +0 -2
  195. package/dist/recipes/atoms/breadcrumbs/breadcrumb-separator.js.map +0 -1
  196. package/dist/recipes/atoms/breadcrumbs/breadcrumb.js +0 -2
  197. package/dist/recipes/atoms/breadcrumbs/breadcrumb.js.map +0 -1
  198. package/dist/recipes/atoms/tab/tab-label.js +0 -2
  199. package/dist/recipes/atoms/tab/tab-label.js.map +0 -1
  200. package/dist/recipes/atoms/tab/tab-list.js +0 -2
  201. package/dist/recipes/atoms/tab/tab-list.js.map +0 -1
  202. package/dist/recipes/atoms/tab/tab-panel.js +0 -2
  203. package/dist/recipes/atoms/tab/tab-panel.js.map +0 -1
  204. package/dist/recipes/atoms/tab/tab-section.js +0 -2
  205. package/dist/recipes/atoms/tab/tab-section.js.map +0 -1
  206. package/dist/recipes/atoms/tab/tab.js +0 -2
  207. package/dist/recipes/atoms/tab/tab.js.map +0 -1
  208. package/dist/recipes/atoms/tab/tabs.js.map +0 -1
  209. package/dist/recipes/molecules/calendar/calendar-month-cell.js +0 -2
  210. package/dist/recipes/molecules/calendar/calendar-month-cell.js.map +0 -1
@@ -0,0 +1,2 @@
1
+ const e={phone:`36rem`,tablet:`48rem`,laptop:`62rem`,desktop:`75rem`,widescreen:`88rem`};export{e as breakpoints};
2
+ //# sourceMappingURL=breakpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breakpoints.js","names":[],"sources":["../src/breakpoints.ts"],"sourcesContent":["export const breakpoints = {\n phone: '36rem', // 576px\n tablet: '48rem', // 768px\n laptop: '62rem', // 992px\n desktop: '75rem', // 1200px\n widescreen: '88rem', // 1408px\n};\n"],"mappings":"AAAA,MAAa,EAAc,CACzB,MAAO,QACP,OAAQ,QACR,OAAQ,QACR,QAAS,QACT,WAAY,OACb"}
@@ -1,2 +1,2 @@
1
- import{itemSelectors as e}from"./item-selectors.js";const t={...e};export{t as conditions};
1
+ import{itemSelectors as e}from"./item-selectors.js";import{mediaQueries as t}from"./media-queries.js";const n={...e,...t};export{n as conditions};
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
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
+ {"version":3,"file":"index.js","names":[],"sources":["../../src/conditions/index.ts"],"sourcesContent":["import { itemSelectors } from './item-selectors';\nimport { mediaQueries } from './media-queries';\n\nexport const conditions = {\n ...itemSelectors,\n ...mediaQueries,\n};\n"],"mappings":"sGAGA,MAAa,EAAa,CACxB,GAAG,EACH,GAAG,CACJ"}
@@ -1,2 +1,2 @@
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};
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"]) &`,right:`&[data-position="right"]`,left:`&[data-position="left"]`};export{e as itemSelectors};
2
2
  //# sourceMappingURL=item-selectors.js.map
@@ -1 +1 @@
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"}
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 right: '&[data-position=\"right\"]',\n left: '&[data-position=\"left\"]',\n};\n"],"mappings":"AAAA,MAAa,EAAgB,CAC3B,QACE,oFACF,aACE,wFACF,MAAO,2BACP,KAAM,yBACP"}
@@ -0,0 +1,2 @@
1
+ const e={toPhone:`@media (max-width: calc(token(breakpoints.phone) - 1px))`,toTablet:`@media (max-width: calc(token(breakpoints.tablet) - 1px))`,toLaptop:`@media (max-width: calc(token(breakpoints.laptop) - 1px))`,toDesktop:`@media (max-width: calc(token(breakpoints.desktop) - 1px))`};export{e as mediaQueries};
2
+ //# sourceMappingURL=media-queries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media-queries.js","names":[],"sources":["../../src/conditions/media-queries.ts"],"sourcesContent":["export const mediaQueries = {\n toPhone: '@media (max-width: calc(token(breakpoints.phone) - 1px))',\n toTablet: '@media (max-width: calc(token(breakpoints.tablet) - 1px))',\n toLaptop: '@media (max-width: calc(token(breakpoints.laptop) - 1px))',\n toDesktop: '@media (max-width: calc(token(breakpoints.desktop) - 1px))',\n};\n"],"mappings":"AAAA,MAAa,EAAe,CAC1B,QAAS,2DACT,SAAU,4DACV,SAAU,4DACV,UAAW,4DACZ"}
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
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};
1
+ import{breakpoints as e}from"./breakpoints.js";import{conditions as t}from"./conditions/index.js";import{recipes as n,slotRecipes as r}from"./recipes/index.js";import{semanticTokens as i}from"./semantic-tokens/index.js";import{tokens as a}from"./tokens/index.js";import{definePreset as o}from"@pandacss/dev";var s=o({name:`mage-preset`,conditions:t,theme:{breakpoints:e,extend:{tokens:a,semanticTokens:i,recipes:n,slotRecipes:r}}});export{s as default};
2
2
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../src/index.ts"],"sourcesContent":["import { definePreset } from '@pandacss/dev';\n\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":"qQAQA,IAAA,EAAe,EAAa,CAC1B,KAAM,cACN,aACA,MAAO,CACL,OAAQ,CACN,SACA,iBACA,UACA,aACD,CACF,CACF,EAAC"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../src/index.ts"],"sourcesContent":["import { definePreset } from '@pandacss/dev';\n\nimport { breakpoints } from './breakpoints';\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 breakpoints,\n extend: {\n tokens,\n semanticTokens,\n recipes,\n slotRecipes,\n },\n },\n});\n"],"mappings":"oTASA,IAAA,EAAe,EAAa,CAC1B,KAAM,cACN,aACA,MAAO,CACL,cACA,OAAQ,CACN,SACA,iBACA,UACA,aACD,CACF,CACF,EAAC"}
@@ -1,2 +1,2 @@
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};
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:`secondary.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
2
  //# sourceMappingURL=badge.js.map
@@ -1 +1 @@
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
+ {"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: 'secondary.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,gCACR,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"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`breadcrumbs-item`,jsx:[`Breadcrumbs.Item`],base:{display:`flex`,alignItems:`center`,fontSize:`200`,fontWeight:`500`,color:`neutral.foreground.2.enabled`,"& [aria-current='page']":{color:`primary.foreground.2.actived`}}});export{t as breadcrumbsItem};
2
+ //# sourceMappingURL=breadcrumbs-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumbs-item.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumbs-item.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumbsItem = defineRecipe({\n className: 'breadcrumbs-item',\n jsx: ['Breadcrumbs.Item'],\n base: {\n display: 'flex',\n alignItems: 'center',\n fontSize: '200',\n fontWeight: '500',\n color: 'neutral.foreground.2.enabled',\n\n \"& [aria-current='page']\": {\n color: 'primary.foreground.2.actived',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAkB,EAAa,CAC1C,UAAW,mBACX,IAAK,CAAC,kBAAmB,EACzB,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,SAAU,MACV,WAAY,MACZ,MAAO,+BAEP,0BAA2B,CACzB,MAAO,8BACR,CACF,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{focus as e}from"../../shared/focus.js";const t=e.merge({className:`breadcrumbs-link`,jsx:[`Breadcrumbs.Link`],base:{color:`neutral.foreground.2.enabled`,transition:`{animations.base.100}`,_hover:{color:`primary.foreground.2.hovered`,transition:`{animations.base.100}`},_focus:{color:`primary.foreground.2.hovered`,transition:`{animations.base.100}`},_disabled:{opacity:.4,pointerEvents:`none`}}});export{t as breadcrumbsLink};
2
+ //# sourceMappingURL=breadcrumbs-link.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumbs-link.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumbs-link.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { focus } from '../../shared/focus';\n\nexport const breadcrumbsLink = focus.merge({\n className: 'breadcrumbs-link',\n jsx: ['Breadcrumbs.Link'],\n base: {\n color: 'neutral.foreground.2.enabled',\n transition: '{animations.base.100}',\n\n _hover: {\n color: 'primary.foreground.2.hovered',\n transition: '{animations.base.100}',\n },\n _focus: {\n color: 'primary.foreground.2.hovered',\n transition: '{animations.base.100}',\n },\n\n _disabled: {\n opacity: 0.4,\n pointerEvents: 'none',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"8CAOA,MAAa,EAAkB,EAAM,MAAM,CACzC,UAAW,mBACX,IAAK,CAAC,kBAAmB,EACzB,KAAM,CACJ,MAAO,+BACP,WAAY,wBAEZ,OAAQ,CACN,MAAO,+BACP,WAAY,uBACb,EACD,OAAQ,CACN,MAAO,+BACP,WAAY,uBACb,EAED,UAAW,CACT,QAAS,GACT,cAAe,MAChB,CACF,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`breadcrumbs-list`,base:{display:`flex`,alignItems:`center`,gap:`200`,fontSize:`300`,color:`neutral.foreground.1.enabled`}});export{t as breadcrumbsList};
2
+ //# sourceMappingURL=breadcrumbs-list.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumbs-list.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumbs-list.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumbsList = defineRecipe({\n className: 'breadcrumbs-list',\n base: {\n display: 'flex',\n alignItems: 'center',\n gap: '200',\n fontSize: '300',\n color: 'neutral.foreground.1.enabled',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAkB,EAAa,CAC1C,UAAW,mBACX,KAAM,CACJ,QAAS,OACT,WAAY,SACZ,IAAK,MACL,SAAU,MACV,MAAO,8BACR,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`breadcrumbs-separator`,base:{marginLeft:`200`}});export{t as breadcrumbsSeparator};
2
+ //# sourceMappingURL=breadcrumbs-separator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumbs-separator.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumbs-separator.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumbsSeparator = defineRecipe({\n className: 'breadcrumbs-separator',\n base: {\n marginLeft: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAuB,EAAa,CAC/C,UAAW,wBACX,KAAM,CACJ,WAAY,KACb,CACF,EAAC"}
@@ -1,2 +1,2 @@
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};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`breadcrumbs`,jsx:[`Breadcrumbs`],base:{width:`100%`}});export{t as breadcrumbsRoot};
2
2
  //# sourceMappingURL=breadcrumbs.js.map
@@ -1 +1 @@
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
+ {"version":3,"file":"breadcrumbs.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/breadcrumbs.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const breadcrumbsRoot = defineRecipe({\n className: 'breadcrumbs',\n jsx: ['Breadcrumbs'],\n\n base: {\n width: '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAkB,EAAa,CAC1C,UAAW,cACX,IAAK,CAAC,aAAc,EAEpB,KAAM,CACJ,MAAO,MACR,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{breadcrumbsRoot as e}from"./breadcrumbs.js";import{breadcrumbsItem as t}from"./breadcrumbs-item.js";import{breadcrumbsLink as n}from"./breadcrumbs-link.js";import{breadcrumbsList as r}from"./breadcrumbs-list.js";import{breadcrumbsSeparator as i}from"./breadcrumbs-separator.js";const a={breadcrumbsRoot:e,breadcrumbsList:r,breadcrumbsItem:t,breadcrumbsSeparator:i,breadcrumbsLink:n};export{a as breadcrumbs};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../src/recipes/atoms/breadcrumbs/index.ts"],"sourcesContent":["import { breadcrumbsRoot } from './breadcrumbs';\nimport { breadcrumbsItem } from './breadcrumbs-item';\nimport { breadcrumbsLink } from './breadcrumbs-link';\nimport { breadcrumbsList } from './breadcrumbs-list';\nimport { breadcrumbsSeparator } from './breadcrumbs-separator';\n\nexport const breadcrumbs = {\n breadcrumbsRoot,\n breadcrumbsList,\n breadcrumbsItem,\n breadcrumbsSeparator,\n breadcrumbsLink,\n};\n"],"mappings":"6RAMA,MAAa,EAAc,CACzB,kBACA,kBACA,kBACA,uBACA,iBACD"}
@@ -0,0 +1,2 @@
1
+ import{iconWrapped as e}from"../icon-wrapped/icon-wrapped.js";const t=e.merge({className:`bubble`,jsx:[`bubble`],base:{position:`relative`,_after:{content:`" "`,position:`absolute`,bottom:`0`,right:`0`,width:0,height:0,borderWidth:0,borderColor:`transparent`,borderStyle:`solid`,borderBottomColor:`inherit`,transform:`rotate(136deg)`}},variants:{color:{primary:{_after:{borderBottomColor:`primary.background.2.enabled`}},neutral:{_after:{borderBottomColor:`neutral.background.2.enabled`}}},size:{l:{_after:{borderLeftWidth:`{borders.600}`,borderRightWidth:`{borders.600}`,borderBottomWidth:`{borders.900}`}},m:{_after:{borderLeftWidth:`{borders.500}`,borderRightWidth:`{borders.500}`,borderBottomWidth:`{borders.800}`}},s:{_after:{borderLeftWidth:`{borders.300}`,borderRightWidth:`{borders.300}`,borderBottomWidth:`{borders.600}`}}}},defaultVariants:{color:`primary`,size:`l`}});export{t as bubble};
2
+ //# sourceMappingURL=bubble.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bubble.js","names":[],"sources":["../../../../src/recipes/atoms/bubble/bubble.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { iconWrapped } from '../icon-wrapped/icon-wrapped';\n\nexport const bubble = iconWrapped.merge({\n className: 'bubble',\n jsx: ['bubble'],\n base: {\n position: 'relative',\n _after: {\n content: '\" \"',\n position: 'absolute',\n bottom: '0',\n right: '0',\n width: 0,\n height: 0,\n borderWidth: 0,\n borderColor: 'transparent',\n borderStyle: 'solid',\n borderBottomColor: 'inherit',\n transform: 'rotate(136deg)',\n },\n },\n variants: {\n color: {\n primary: {\n _after: {\n borderBottomColor: 'primary.background.2.enabled',\n },\n },\n neutral: {\n _after: {\n borderBottomColor: 'neutral.background.2.enabled',\n },\n },\n },\n size: {\n l: {\n _after: {\n borderLeftWidth: '{borders.600}',\n borderRightWidth: '{borders.600}',\n borderBottomWidth: '{borders.900}',\n },\n },\n m: {\n _after: {\n borderLeftWidth: '{borders.500}',\n borderRightWidth: '{borders.500}',\n borderBottomWidth: '{borders.800}',\n },\n },\n s: {\n _after: {\n borderLeftWidth: '{borders.300}',\n borderRightWidth: '{borders.300}',\n borderBottomWidth: '{borders.600}',\n },\n },\n },\n },\n defaultVariants: {\n color: 'primary',\n size: 'l',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"8DAOA,MAAa,EAAS,EAAY,MAAM,CACtC,UAAW,SACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,SAAU,WACV,OAAQ,CACN,QAAS,MACT,SAAU,WACV,OAAQ,IACR,MAAO,IACP,MAAO,EACP,OAAQ,EACR,YAAa,EACb,YAAa,cACb,YAAa,QACb,kBAAmB,UACnB,UAAW,gBACZ,CACF,EACD,SAAU,CACR,MAAO,CACL,QAAS,CACP,OAAQ,CACN,kBAAmB,8BACpB,CACF,EACD,QAAS,CACP,OAAQ,CACN,kBAAmB,8BACpB,CACF,CACF,EACD,KAAM,CACJ,EAAG,CACD,OAAQ,CACN,gBAAiB,gBACjB,iBAAkB,gBAClB,kBAAmB,eACpB,CACF,EACD,EAAG,CACD,OAAQ,CACN,gBAAiB,gBACjB,iBAAkB,gBAClB,kBAAmB,eACpB,CACF,EACD,EAAG,CACD,OAAQ,CACN,gBAAiB,gBACjB,iBAAkB,gBAClB,kBAAmB,eACpB,CACF,CACF,CACF,EACD,gBAAiB,CACf,MAAO,UACP,KAAM,GACP,CACF,EAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`carousel-container`,jsx:[`Carousel`],base:{display:`flex`,flexDirection:`row`,height:`20rem`,marginInlineEnd:`0`}});export{t as carouselContainer};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`carousel-container`,jsx:[`Carousel`],base:{display:`flex`,flexDirection:`row`,height:`20rem`,marginLeft:`calc(var(--slide-spacing) * -1)`}});export{t as carouselContainer};
2
2
  //# sourceMappingURL=carousel-container.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel-container.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/carousel-container.ts"],"sourcesContent":["import { defineRecipe } from '@pandabox/define-recipe';\n\nexport const carouselContainer = defineRecipe({\n className: 'carousel-container',\n jsx: ['Carousel'],\n base: {\n display: 'flex',\n flexDirection: 'row',\n height: '20rem',\n marginInlineEnd: '0',\n },\n});\n"],"mappings":"uDAEA,MAAa,EAAoB,EAAa,CAC5C,UAAW,qBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,QAAS,OACT,cAAe,MACf,OAAQ,QACR,gBAAiB,GAClB,CACF,EAAC"}
1
+ {"version":3,"file":"carousel-container.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/carousel-container.ts"],"sourcesContent":["import { defineRecipe } from '@pandabox/define-recipe';\n\nexport const carouselContainer = defineRecipe({\n className: 'carousel-container',\n jsx: ['Carousel'],\n base: {\n display: 'flex',\n flexDirection: 'row',\n height: '20rem',\n marginLeft: 'calc(var(--slide-spacing) * -1)',\n },\n});\n"],"mappings":"uDAEA,MAAa,EAAoB,EAAa,CAC5C,UAAW,qBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,QAAS,OACT,cAAe,MACf,OAAQ,QACR,WAAY,iCACb,CACF,EAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`carousel-indicator`,jsx:[`Carousel`],base:{pointerEvents:`all`,borderRadius:`900`,opacity:.4,backgroundColor:`white`,cursor:`pointer`,width:`150`,height:`150`,_hover:{opacity:.8},_active:{opacity:1}}});export{t as carouselIndicator};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`carousel-indicator`,jsx:[`Carousel`],base:{pointerEvents:`all`,borderRadius:`900`,opacity:.4,backgroundColor:`white`,cursor:`pointer`,width:`150`,height:`150`,_hover:{opacity:.8},_selected:{opacity:1}}});export{t as carouselIndicator};
2
2
  //# sourceMappingURL=carousel-indicator.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel-indicator.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/carousel-indicator.ts"],"sourcesContent":["import { defineRecipe } from '@pandabox/define-recipe';\n\nexport const carouselIndicator = defineRecipe({\n className: 'carousel-indicator',\n jsx: ['Carousel'],\n base: {\n pointerEvents: 'all',\n borderRadius: '900',\n opacity: 0.4,\n backgroundColor: 'white',\n cursor: 'pointer',\n width: '150',\n height: '150',\n _hover: {\n opacity: 0.8,\n },\n _active: {\n opacity: 1,\n },\n },\n});\n"],"mappings":"uDAEA,MAAa,EAAoB,EAAa,CAC5C,UAAW,qBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,cAAe,MACf,aAAc,MACd,QAAS,GACT,gBAAiB,QACjB,OAAQ,UACR,MAAO,MACP,OAAQ,MACR,OAAQ,CACN,QAAS,EACV,EACD,QAAS,CACP,QAAS,CACV,CACF,CACF,EAAC"}
1
+ {"version":3,"file":"carousel-indicator.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/carousel-indicator.ts"],"sourcesContent":["import { defineRecipe } from '@pandabox/define-recipe';\n\nexport const carouselIndicator = defineRecipe({\n className: 'carousel-indicator',\n jsx: ['Carousel'],\n base: {\n pointerEvents: 'all',\n borderRadius: '900',\n opacity: 0.4,\n backgroundColor: 'white',\n cursor: 'pointer',\n width: '150',\n height: '150',\n _hover: {\n opacity: 0.8,\n },\n _selected: {\n opacity: 1,\n },\n },\n});\n"],"mappings":"uDAEA,MAAa,EAAoB,EAAa,CAC5C,UAAW,qBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,cAAe,MACf,aAAc,MACd,QAAS,GACT,gBAAiB,QACjB,OAAQ,UACR,MAAO,MACP,OAAQ,MACR,OAAQ,CACN,QAAS,EACV,EACD,UAAW,CACT,QAAS,CACV,CACF,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`carousel-settings`,jsx:[`Carousel`],base:{"--slide-height":`auto`,"--slide-spacing":`{spacing.400}`,"--slide-size":`33%`,"--carousel-width":`100%`,_toPhone:{"--slide-size":`100%`},_toTablet:{"--slide-size":`50%`}}});export{t as carouselSettings};
2
+ //# sourceMappingURL=carousel-settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-settings.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/carousel-settings.ts"],"sourcesContent":["import { defineRecipe } from '@pandabox/define-recipe';\n\nexport const carouselSettings = defineRecipe({\n className: 'carousel-settings',\n jsx: ['Carousel'],\n base: {\n '--slide-height': 'auto',\n '--slide-spacing': '{spacing.400}',\n '--slide-size': '33%',\n '--carousel-width': '100%',\n _toPhone: {\n '--slide-size': '100%',\n },\n _toTablet: {\n '--slide-size': '50%',\n },\n },\n});\n"],"mappings":"uDAEA,MAAa,EAAmB,EAAa,CAC3C,UAAW,oBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,iBAAkB,OAClB,kBAAmB,gBACnB,eAAgB,MAChB,mBAAoB,OACpB,SAAU,CACR,eAAgB,MACjB,EACD,UAAW,CACT,eAAgB,KACjB,CACF,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`carousel-slide-in`,jsx:[`Carousel`],base:{display:`flex`,alignItems:`center`,justifyContent:`center`,backgroundColor:`neutral.background.3.enabled`,borderRadius:`100`,fontSize:`1000`,fontWeight:`bold`,color:`neutral.foreground.1.enabled`,height:`100%`}});export{t as carouselSlideIn};
2
+ //# sourceMappingURL=carousel-slide-in.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-slide-in.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/carousel-slide-in.ts"],"sourcesContent":["import { defineRecipe } from '@pandabox/define-recipe';\n\nexport const carouselSlideIn = defineRecipe({\n className: 'carousel-slide-in',\n jsx: ['Carousel'],\n base: {\n // content slide example\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: 'neutral.background.3.enabled',\n borderRadius: '100',\n fontSize: '1000',\n fontWeight: 'bold',\n color: 'neutral.foreground.1.enabled',\n height: '100%',\n },\n});\n"],"mappings":"uDAEA,MAAa,EAAkB,EAAa,CAC1C,UAAW,oBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CAEJ,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,gBAAiB,+BACjB,aAAc,MACd,SAAU,OACV,WAAY,OACZ,MAAO,+BACP,OAAQ,MACT,CACF,EAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`carousel-slide`,jsx:[`Carousel`],base:{position:`relative`,flex:`0 0 100%`,display:`flex`,alignItems:`center`,justifyContent:`center`,backgroundColor:`neutral.background.3.enabled`,borderRadius:`100`,fontSize:`1000`,fontWeight:`bold`,color:`neutral.foreground.1.enabled`}});export{t as carouselSlide};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`carousel-slide`,jsx:[`Carousel`],base:{position:`relative`,paddingLeft:`var(--slide-spacing)`,flex:`0 0 var(--slide-size)`}});export{t as carouselSlide};
2
2
  //# sourceMappingURL=carousel-slide.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel-slide.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/carousel-slide.ts"],"sourcesContent":["import { defineRecipe } from '@pandabox/define-recipe';\n\nexport const carouselSlide = defineRecipe({\n className: 'carousel-slide',\n jsx: ['Carousel'],\n base: {\n position: 'relative',\n // slide example\n flex: '0 0 100%',\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: 'neutral.background.3.enabled',\n borderRadius: '100',\n fontSize: '1000',\n fontWeight: 'bold',\n color: 'neutral.foreground.1.enabled',\n },\n});\n"],"mappings":"uDAEA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,SAAU,WAEV,KAAM,WACN,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,gBAAiB,+BACjB,aAAc,MACd,SAAU,OACV,WAAY,OACZ,MAAO,8BACR,CACF,EAAC"}
1
+ {"version":3,"file":"carousel-slide.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/carousel-slide.ts"],"sourcesContent":["import { defineRecipe } from '@pandabox/define-recipe';\n\nexport const carouselSlide = defineRecipe({\n className: 'carousel-slide',\n jsx: ['Carousel'],\n base: {\n position: 'relative',\n paddingLeft: 'var(--slide-spacing)',\n flex: '0 0 var(--slide-size)',\n },\n});\n"],"mappings":"uDAEA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,SAAU,WACV,YAAa,uBACb,KAAM,uBACP,CACF,EAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`carousel`,jsx:[`Carousel`],base:{width:`400px`,position:`relative`}});export{t as carousel};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`carousel`,jsx:[`Carousel`],base:{"--slide-height":`auto`,"--slide-spacing":`{spacing.400}`,"--slide-size":`100%`,"--carousel-width":`100%`,width:`var(--carousel-width)`,position:`relative`}});export{t as carousel};
2
2
  //# sourceMappingURL=carousel.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/carousel.ts"],"sourcesContent":["import { defineRecipe } from '@pandabox/define-recipe';\n\nexport const carousel = defineRecipe({\n className: 'carousel',\n jsx: ['Carousel'],\n base: {\n width: '400px',\n position: 'relative',\n },\n});\n"],"mappings":"uDAEA,MAAa,EAAW,EAAa,CACnC,UAAW,WACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,MAAO,QACP,SAAU,UACX,CACF,EAAC"}
1
+ {"version":3,"file":"carousel.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/carousel.ts"],"sourcesContent":["import { defineRecipe } from '@pandabox/define-recipe';\n\nexport const carousel = defineRecipe({\n className: 'carousel',\n jsx: ['Carousel'],\n base: {\n '--slide-height': 'auto',\n '--slide-spacing': '{spacing.400}',\n '--slide-size': '100%',\n '--carousel-width': '100%',\n width: 'var(--carousel-width)',\n position: 'relative',\n },\n});\n"],"mappings":"uDAEA,MAAa,EAAW,EAAa,CACnC,UAAW,WACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,iBAAkB,OAClB,kBAAmB,gBACnB,eAAgB,OAChB,mBAAoB,OACpB,MAAO,wBACP,SAAU,UACX,CACF,EAAC"}
@@ -1,2 +1,2 @@
1
- import{carousel as e}from"./carousel.js";import{carouselContainer as t}from"./carousel-container.js";import{carouselControl as n}from"./carousel-control.js";import{carouselControls as r}from"./carousel-controls.js";import{carouselIndicator as i}from"./carousel-indicator.js";import{carouselIndicators as a}from"./carousel-indicators.js";import{carouselSlide as o}from"./carousel-slide.js";import{carouselViewport as s}from"./carousel-viewport.js";const c={carousel:e,carouselViewport:s,carouselContainer:t,carouselControls:r,carouselControl:n,carouselIndicators:a,carouselIndicator:i,carouselSlide:o};export{c as carousels};
1
+ import{carousel as e}from"./carousel.js";import{carouselContainer as t}from"./carousel-container.js";import{carouselControl as n}from"./carousel-control.js";import{carouselControls as r}from"./carousel-controls.js";import{carouselIndicator as i}from"./carousel-indicator.js";import{carouselIndicators as a}from"./carousel-indicators.js";import{carouselSettings as o}from"./carousel-settings.js";import{carouselSlide as s}from"./carousel-slide.js";import{carouselSlideIn as c}from"./carousel-slide-in.js";import{carouselViewport as l}from"./carousel-viewport.js";const u={carousel:e,carouselContainer:t,carouselControl:n,carouselControls:r,carouselIndicator:i,carouselIndicators:a,carouselSlide:s,carouselViewport:l,carouselSettings:o,carouselSlideIn:c};export{u as carousels};
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/index.ts"],"sourcesContent":["import { carousel } from './carousel';\nimport { carouselContainer } from './carousel-container';\nimport { carouselControl } from './carousel-control';\nimport { carouselControls } from './carousel-controls';\nimport { carouselIndicator } from './carousel-indicator';\nimport { carouselIndicators } from './carousel-indicators';\nimport { carouselSlide } from './carousel-slide';\nimport { carouselViewport } from './carousel-viewport';\n\nexport const carousels = {\n carousel,\n carouselViewport,\n carouselContainer,\n carouselControls,\n carouselControl,\n carouselIndicators,\n carouselIndicator,\n carouselSlide,\n};\n"],"mappings":"+bASA,MAAa,EAAY,CACvB,WACA,mBACA,oBACA,mBACA,kBACA,qBACA,oBACA,eACD"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../src/recipes/atoms/carousel/index.ts"],"sourcesContent":["import { carousel } from './carousel';\nimport { carouselContainer } from './carousel-container';\nimport { carouselControl } from './carousel-control';\nimport { carouselControls } from './carousel-controls';\nimport { carouselIndicator } from './carousel-indicator';\nimport { carouselIndicators } from './carousel-indicators';\nimport { carouselSettings } from './carousel-settings';\nimport { carouselSlide } from './carousel-slide';\nimport { carouselSlideIn } from './carousel-slide-in';\nimport { carouselViewport } from './carousel-viewport';\n\nexport const carousels = {\n carousel,\n carouselContainer,\n carouselControl,\n carouselControls,\n carouselIndicator,\n carouselIndicators,\n carouselSlide,\n carouselViewport,\n carouselSettings,\n carouselSlideIn,\n};\n"],"mappings":"kjBAWA,MAAa,EAAY,CACvB,WACA,oBACA,kBACA,mBACA,oBACA,qBACA,gBACA,mBACA,mBACA,iBACD"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`dropdown`,base:{marginTop:`0!`,position:`absolute!`,backgroundColor:`neutral.background.1.enabled`,borderWidth:`{borders.100}`,borderStyle:`solid`,borderColor:`neutral.stroke.7.enabled`,borderRadius:`200`,maxHeight:`33vh!`,overflowY:`auto`,padding:`100`,boxShadow:`outside.y.2`},variants:{}});export{t as dropdown};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`dropdown`,base:{marginTop:`0!`,position:`absolute!`,backgroundColor:`neutral.background.1.enabled`,borderWidth:`{borders.100}`,borderStyle:`solid`,borderColor:`neutral.stroke.7.enabled`,borderRadius:`200`,maxHeight:`33vh!`,overflowY:`auto`,padding:`100`,boxShadow:`outside.y.2`},variants:{size:{m:{minWidth:`12.5rem!`},l:{minWidth:`15rem!`}}}});export{t as dropdown};
2
2
  //# sourceMappingURL=dropdown.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.js","names":[],"sources":["../../../../src/recipes/atoms/dropdown/dropdown.ts"],"sourcesContent":["import { defineRecipe, type RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\n\nexport const dropdown = defineRecipe({\n className: 'dropdown',\n base: {\n marginTop: '0!',\n position: 'absolute!',\n backgroundColor: 'neutral.background.1.enabled',\n borderWidth: '{borders.100}',\n borderStyle: 'solid',\n borderColor: 'neutral.stroke.7.enabled',\n borderRadius: '200',\n maxHeight: '33vh!',\n overflowY: 'auto',\n padding: '100',\n boxShadow: 'outside.y.2',\n },\n variants: {},\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAGA,MAAa,EAAW,EAAa,CACnC,UAAW,WACX,KAAM,CACJ,UAAW,KACX,SAAU,YACV,gBAAiB,+BACjB,YAAa,gBACb,YAAa,QACb,YAAa,2BACb,aAAc,MACd,UAAW,QACX,UAAW,OACX,QAAS,MACT,UAAW,aACZ,EACD,SAAU,CAAE,CACb,EAAC"}
1
+ {"version":3,"file":"dropdown.js","names":[],"sources":["../../../../src/recipes/atoms/dropdown/dropdown.ts"],"sourcesContent":["import { defineRecipe, type RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } from '@pandacss/dev';\n\nexport const dropdown = defineRecipe({\n className: 'dropdown',\n base: {\n marginTop: '0!',\n position: 'absolute!',\n backgroundColor: 'neutral.background.1.enabled',\n borderWidth: '{borders.100}',\n borderStyle: 'solid',\n borderColor: 'neutral.stroke.7.enabled',\n borderRadius: '200',\n maxHeight: '33vh!',\n overflowY: 'auto',\n padding: '100',\n boxShadow: 'outside.y.2',\n },\n variants: {\n size: {\n m: {\n minWidth: '12.5rem!',\n },\n l: {\n minWidth: '15rem!',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAGA,MAAa,EAAW,EAAa,CACnC,UAAW,WACX,KAAM,CACJ,UAAW,KACX,SAAU,YACV,gBAAiB,+BACjB,YAAa,gBACb,YAAa,QACb,YAAa,2BACb,aAAc,MACd,UAAW,QACX,UAAW,OACX,QAAS,MACT,UAAW,aACZ,EACD,SAAU,CACR,KAAM,CACJ,EAAG,CACD,SAAU,UACX,EACD,EAAG,CACD,SAAU,QACX,CACF,CACF,CACF,EAAC"}
@@ -1,2 +1,2 @@
1
- import{formControl as e}from"../form-control.js";const t=e.merge({className:`checkbox-input`,jsx:[`Checkbox`],base:{display:`block`,appearance:`none`,transition:`{animations.base.100}`,width:`control.height.50`,aspectRatio:`1`,borderRadius:`100`,WebkitTapHighlightColor:`transparent`,padding:`0`,pointerEvents:`auto!`,_checked:{backgroundColor:`neutral.background.2.brand.selected`,color:`neutral.foreground.static.inverted.enabled`,borderColor:`neutral.background.2.brand.selected`},_disabled:{opacity:`0.5`,cursor:`not-allowed`,pointerEvents:`none`,_hover:{borderColor:`neutral.stroke.7.enabled`}}}});export{t as checkboxInput};
1
+ import{formControl as e}from"../form-control.js";const t=e.merge({className:`checkbox-input`,jsx:[`Checkbox`],base:{display:`block`,appearance:`none`,transition:`{animations.base.100}`,width:`control.height.50`,aspectRatio:`1`,borderRadius:`100`,WebkitTapHighlightColor:`transparent`,padding:`0`,pointerEvents:`auto!`,cursor:`pointer`,_checked:{backgroundColor:`neutral.background.2.brand.selected`,color:`neutral.foreground.static.inverted.enabled`,borderColor:`neutral.background.2.brand.selected`},_disabled:{opacity:`0.5`,cursor:`not-allowed`,pointerEvents:`none`,_hover:{borderColor:`neutral.stroke.7.enabled`}}}});export{t as checkboxInput};
2
2
  //# sourceMappingURL=checkbox-input.js.map
@@ -1 +1 @@
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';\n\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":"iDAOA,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
+ {"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';\n\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 cursor: 'pointer',\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":"iDAOA,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,OAAQ,UACR,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"}
@@ -0,0 +1,2 @@
1
+ import{checkboxBody as e}from"./checkbox-body.js";import{checkboxDescription as t}from"./checkbox-description.js";import{checkboxError as n}from"./checkbox-error.js";import{checkboxIcon as r}from"./checkbox-icon.js";import{checkboxInner as i}from"./checkbox-inner.js";import{checkboxInput as a}from"./checkbox-input.js";import{checkboxLabel as o}from"./checkbox-label.js";import{checkboxLabelWrapper as s}from"./checkbox-label-wrapper.js";const c={checkboxBody:e,checkboxDescription:t,checkboxError:n,checkboxIcon:r,checkboxInner:i,checkboxInput:a,checkboxLabel:o,checkboxLabelWrapper:s};export{c as checkboxRecipe};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/checkbox/index.ts"],"sourcesContent":["import { checkboxBody } from './checkbox-body';\nimport { checkboxDescription } from './checkbox-description';\nimport { checkboxError } from './checkbox-error';\nimport { checkboxIcon } from './checkbox-icon';\nimport { checkboxInner } from './checkbox-inner';\nimport { checkboxInput } from './checkbox-input';\nimport { checkboxLabel } from './checkbox-label';\nimport { checkboxLabelWrapper } from './checkbox-label-wrapper';\n\nexport const checkboxRecipe = {\n checkboxBody,\n checkboxDescription,\n checkboxError,\n checkboxIcon,\n checkboxInner,\n checkboxInput,\n checkboxLabel,\n checkboxLabelWrapper,\n};\n"],"mappings":"ubASA,MAAa,EAAiB,CAC5B,eACA,sBACA,gBACA,eACA,gBACA,gBACA,gBACA,sBACD"}
@@ -1 +1 @@
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 { defineRecipe, type RecipeVariantRecord } 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
+ {"version":3,"file":"combobox-section.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/combobox-section.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { 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":"6CAMA,MAAa,EAAkB,EAAa,CAC1C,UAAW,mBACX,IAAK,CAAC,UAAW,EACjB,KAAM,CACJ,cAAe,MAChB,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{comboboxEmpty as e}from"./combobox-empty.js";import{comboboxOption as t}from"./combobox-option.js";import{comboboxOptions as n}from"./combobox-options.js";import{comboboxSection as r}from"./combobox-section.js";import{selectButton as i}from"./select-button.js";import{selectSection as a}from"./select-section.js";const o={comboboxOption:t,comboboxOptions:n,comboboxSection:r,comboboxEmpty:e,selectSection:a,selectButton:i};export{o as comboboxRecipe};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/index.ts"],"sourcesContent":["import { comboboxEmpty } from './combobox-empty';\nimport { comboboxOption } from './combobox-option';\nimport { comboboxOptions } from './combobox-options';\nimport { comboboxSection } from './combobox-section';\nimport { selectButton } from './select-button';\nimport { selectSection } from './select-section';\n\nexport const comboboxRecipe = {\n comboboxOption,\n comboboxOptions,\n comboboxSection,\n comboboxEmpty,\n selectSection,\n selectButton,\n};\n"],"mappings":"gUAOA,MAAa,EAAiB,CAC5B,iBACA,kBACA,kBACA,gBACA,gBACA,cACD"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`select-button`,base:{pointerEvents:`all!`,cursor:`pointer`,userSelect:`none`}});export{t as selectButton};
2
+ //# sourceMappingURL=select-button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select-button.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/select-button.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const selectButton = defineRecipe({\n className: 'select-button',\n base: {\n pointerEvents: 'all!',\n cursor: 'pointer',\n userSelect: 'none',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,KAAM,CACJ,cAAe,OACf,OAAQ,UACR,WAAY,MACb,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`select-section`,jsx:[`Select`],base:{zIndex:`deep`,transition:`{animations.base.200}`,_right:{_peerExpanded:{transform:`rotate(180deg) translateY(50%)`}}}});export{t as selectSection};
2
+ //# sourceMappingURL=select-section.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select-section.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/combobox/select-section.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const selectSection = defineRecipe({\n className: 'select-section',\n jsx: ['Select'],\n base: {\n zIndex: 'deep',\n transition: '{animations.base.200}',\n _right: {\n _peerExpanded: {\n transform: 'rotate(180deg) translateY(50%)',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAgB,EAAa,CACxC,UAAW,iBACX,IAAK,CAAC,QAAS,EACf,KAAM,CACJ,OAAQ,OACR,WAAY,wBACZ,OAAQ,CACN,cAAe,CACb,UAAW,gCACZ,CACF,CACF,CACF,EAAC"}
@@ -1,2 +1,2 @@
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};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`datepicker-input`,jsx:[`DatePicker`],base:{display:`flex`,justifyContent:`flex-start`,alignItems:`center`,_readOnly:{pointerEvents:`auto!`}}});export{t as datepickerInput};
2
2
  //# sourceMappingURL=datepicker-input.js.map
@@ -1 +1 @@
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
+ {"version":3,"file":"datepicker-input.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/datepicker-input.ts"],"sourcesContent":["import { defineRecipe, type RecipeBuilder } from '@pandabox/define-recipe';\nimport type { RecipeVariantRecord } 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 RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAGA,MAAa,EAAkB,EAAa,CAC1C,UAAW,mBACX,IAAK,CAAC,YAAa,EACnB,KAAM,CACJ,QAAS,OACT,eAAgB,aAChB,WAAY,SACZ,UAAW,CACT,cAAe,OAChB,CACF,CACF,EAAC"}
@@ -1,2 +1,2 @@
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};
1
+ import{inputDescription as e}from"./input-description.js";import{inputError as t}from"./input-error.js";import{formControl as n}from"./form-control.js";import{inputLabel as r}from"./input-label.js";import{inputRoot as i}from"./input-root.js";import{checkboxRecipe as a}from"./checkbox/index.js";import{comboboxRecipe as o}from"./combobox/index.js";import{datepickerDropdown as s}from"./datepicker-dropdown.js";import{datepickerInput as c}from"./datepicker-input.js";import{input as l}from"./input.js";import{inputButton as u}from"./input-button.js";import{inputSection as d}from"./input-section.js";import{inputFile as f}from"./input-file/index.js";import{inputPassword as p}from"./input-password/index.js";import{inputPlaceholder as m}from"./input-placeholder.js";import{inputWrapper as h}from"./input-wrapper.js";import{radioRecipe as g}from"./radio/index.js";import{textareaRecipe as _}from"./textarea/index.js";const v={datepickerDropdown:s,datepickerInput:c,formControl:n,input:l,inputDescription:e,inputError:t,inputLabel:r,inputPlaceholder:m,inputRoot:i,inputSection:d,inputWrapper:h,inputButton:u,...o,...a,...g,..._,...f,...p};export{v as inputs};
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
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
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/index.ts"],"sourcesContent":["import { checkboxRecipe } from './checkbox';\nimport { comboboxRecipe } from './combobox';\nimport { datepickerDropdown } from './datepicker-dropdown';\nimport { datepickerInput } from './datepicker-input';\nimport { formControl } from './form-control';\nimport { input } from './input';\nimport { inputButton } from './input-button';\nimport { inputDescription } from './input-description';\nimport { inputError } from './input-error';\nimport { inputFile } from './input-file';\nimport { inputLabel } from './input-label';\nimport { inputPassword } from './input-password';\nimport { inputPlaceholder } from './input-placeholder';\nimport { inputRoot } from './input-root';\nimport { inputSection } from './input-section';\nimport { inputWrapper } from './input-wrapper';\nimport { radioRecipe } from './radio';\nimport { textareaRecipe } from './textarea';\n\nexport const inputs = {\n datepickerDropdown,\n datepickerInput,\n formControl,\n input,\n inputDescription,\n inputError,\n inputLabel,\n inputPlaceholder,\n inputRoot,\n inputSection,\n inputWrapper,\n inputButton,\n ...comboboxRecipe,\n ...checkboxRecipe,\n ...radioRecipe,\n ...textareaRecipe,\n ...inputFile,\n ...inputPassword,\n};\n"],"mappings":"m5BAmBA,MAAa,EAAS,CACpB,qBACA,kBACA,cACA,QACA,mBACA,aACA,aACA,mBACA,YACA,eACA,eACA,cACA,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,CACJ"}
@@ -0,0 +1,2 @@
1
+ import{buttonIcon as e}from"../buttons/button-icon.js";const t=e.merge({className:`input-button`,jsx:[`inInputFile`],base:{"& span":{display:`flex`,alignItems:`center`,justifyContent:`center`},"& svg":{display:`none`}}});export{t as inputButton};
2
+ //# sourceMappingURL=input-button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-button.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-button.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { buttonIcon } from '../buttons/button-icon';\n\nexport const inputButton = buttonIcon.merge({\n className: 'input-button',\n jsx: ['inInputFile'],\n base: {\n '& span': {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n },\n '& svg': {\n display: 'none',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAOA,MAAa,EAAc,EAAW,MAAM,CAC1C,UAAW,eACX,IAAK,CAAC,aAAc,EACpB,KAAM,CACJ,SAAU,CACR,QAAS,OACT,WAAY,SACZ,eAAgB,QACjB,EACD,QAAS,CACP,QAAS,MACV,CACF,CACF,EAAC"}
@@ -1,2 +1,2 @@
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};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-description`,jsx:[`Input`],base:{order:`2`,fontSize:`300`,lineHeight:`1.6`,fontWeight:`400`,color:`neutral.foreground.2.enabled`,margin:`0`}});export{t as inputDescription};
2
2
  //# sourceMappingURL=input-description.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-description.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-description.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\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
+ {"version":3,"file":"input-description.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-description.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const inputDescription = defineRecipe({\n className: 'input-description',\n jsx: ['Input'],\n base: {\n order: '2',\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,MAAO,IACP,SAAU,MACV,WAAY,MACZ,WAAY,MACZ,MAAO,+BACP,OAAQ,GACT,CACF,EAAC"}
@@ -1,2 +1,2 @@
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};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-error`,jsx:[`Input`,`DatePicker`,`Combobox`],base:{order:`4`,fontSize:`200`,lineHeight:`1.6`,fontWeight:`400`,color:`danger.foreground.1.enabled`,margin:`0`}});export{t as inputError};
2
2
  //# sourceMappingURL=input-error.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-error.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-error.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\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
+ {"version":3,"file":"input-error.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-error.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const inputError = defineRecipe({\n className: 'input-error',\n jsx: ['Input', 'DatePicker', 'Combobox'],\n base: {\n order: '4',\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,MAAO,IACP,SAAU,MACV,WAAY,MACZ,WAAY,MACZ,MAAO,8BACP,OAAQ,GACT,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{inputFileGroup as e}from"./input-file-group.js";import{inputFileInput as t}from"./input-file-input.js";import{inputFilePlaceholder as n}from"./input-file-placeholder.js";import{inputFileSection as r}from"./input-file-section.js";const i={inputFileInput:t,inputFileSection:r,inputFilePlaceholder:n,inputFileGroup:e};export{i as inputFile};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/input-file/index.ts"],"sourcesContent":["import { inputFileGroup } from './input-file-group';\nimport { inputFileInput } from './input-file-input';\nimport { inputFilePlaceholder } from './input-file-placeholder';\nimport { inputFileSection } from './input-file-section';\n\nexport const inputFile = {\n inputFileInput,\n inputFileSection,\n inputFilePlaceholder,\n inputFileGroup,\n};\n"],"mappings":"4OAKA,MAAa,EAAY,CACvB,iBACA,mBACA,uBACA,gBACD"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`input-file-group`,jsx:[`InputFile`],base:{display:`flex`,flexFlow:`row wrap`,gap:`200`,justifyContent:`flex-start`,alignItems:`flex-start`,paddingY:`200`}});export{t as inputFileGroup};
2
+ //# sourceMappingURL=input-file-group.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-file-group.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/input-file/input-file-group.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const inputFileGroup = defineRecipe({\n className: 'input-file-group',\n jsx: ['InputFile'],\n base: {\n display: 'flex',\n flexFlow: 'row wrap',\n gap: '200',\n justifyContent: 'flex-start',\n alignItems: 'flex-start',\n paddingY: '200',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAiB,EAAa,CACzC,UAAW,mBACX,IAAK,CAAC,WAAY,EAClB,KAAM,CACJ,QAAS,OACT,SAAU,WACV,IAAK,MACL,eAAgB,aAChB,WAAY,aACZ,SAAU,KACX,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{datepickerInput as e}from"../datepicker-input.js";const t=e.merge({className:`input-file-input`,jsx:[`InputFile`],base:{pointerEvents:`all!`,cursor:`pointer`,userSelect:`none`,height:`auto!`,minHeight:`control.height.300`}});export{t as inputFileInput};
2
+ //# sourceMappingURL=input-file-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-file-input.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/input-file/input-file-input.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { datepickerInput } from '../datepicker-input';\n\nexport const inputFileInput = datepickerInput.merge({\n className: 'input-file-input',\n jsx: ['InputFile'],\n base: {\n pointerEvents: 'all!',\n cursor: 'pointer',\n userSelect: 'none',\n height: 'auto!',\n minHeight: 'control.height.300',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"yDAOA,MAAa,EAAiB,EAAgB,MAAM,CAClD,UAAW,mBACX,IAAK,CAAC,WAAY,EAClB,KAAM,CACJ,cAAe,OACf,OAAQ,UACR,WAAY,OACZ,OAAQ,QACR,UAAW,oBACZ,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{defineRecipe as e}from"@pandacss/dev";const t=e({className:`input-file-placeholder`,jsx:[`InputFile`],base:{color:`primary.foreground.1.enabled`,fontWeight:`semibold`}});export{t as inputFilePlaceholder};
2
+ //# sourceMappingURL=input-file-placeholder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-file-placeholder.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/input-file/input-file-placeholder.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\nimport { defineRecipe } from '@pandacss/dev';\n\nexport const inputFilePlaceholder = defineRecipe({\n className: 'input-file-placeholder',\n jsx: ['InputFile'],\n base: {\n color: 'primary.foreground.1.enabled',\n fontWeight: 'semibold',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"6CAMA,MAAa,EAAuB,EAAa,CAC/C,UAAW,yBACX,IAAK,CAAC,WAAY,EAClB,KAAM,CACJ,MAAO,+BACP,WAAY,UACb,CACF,EAAC"}
@@ -0,0 +1,2 @@
1
+ import{inputSection as e}from"../input-section.js";const t=e.merge({className:`input-file-section`,jsx:[`InputFile`],base:{color:`primary.foreground.1.enabled`,top:`26px`}});export{t as inputFileSection};
2
+ //# sourceMappingURL=input-file-section.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-file-section.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/input-file/input-file-section.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { inputSection } from '../input-section';\n\nexport const inputFileSection = inputSection.merge({\n className: 'input-file-section',\n jsx: ['InputFile'],\n base: {\n color: 'primary.foreground.1.enabled',\n top: '26px',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"mDAOA,MAAa,EAAmB,EAAa,MAAM,CACjD,UAAW,qBACX,IAAK,CAAC,WAAY,EAClB,KAAM,CACJ,MAAO,+BACP,IAAK,MACN,CACF,EAAC"}
@@ -1,2 +1,2 @@
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};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-label`,jsx:[`Input`],base:{order:`0`,fontWeight:`500`,color:`neutral.foreground.2.enabled`},variants:{size:{l:{fontSize:`300`},m:{fontSize:`200`}}},defaultVariants:{size:`l`}});export{t as inputLabel};
2
2
  //# sourceMappingURL=input-label.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-label.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-label.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\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
+ {"version":3,"file":"input-label.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-label.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const inputLabel = defineRecipe({\n className: 'input-label',\n jsx: ['Input'],\n base: {\n order: '0',\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,MAAO,IACP,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"}
@@ -0,0 +1,2 @@
1
+ import{inputToggle as e}from"./input-toggle.js";const t={inputToggle:e};export{t as inputPassword};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/input-password/index.ts"],"sourcesContent":["import { inputToggle } from './input-toggle';\n\nexport const inputPassword = {\n inputToggle,\n};\n"],"mappings":"gDAEA,MAAa,EAAgB,CAC3B,aACD"}
@@ -0,0 +1,2 @@
1
+ import{buttonIcon as e}from"../../buttons/button-icon.js";const t=e.merge({className:`input-toggle`,jsx:[`InputPassword`],base:{outline:`1px solid red`}});export{t as inputToggle};
2
+ //# sourceMappingURL=input-toggle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-toggle.js","names":[],"sources":["../../../../../src/recipes/atoms/inputs/input-password/input-toggle.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { buttonIcon } from '../../buttons/button-icon';\n\nexport const inputToggle = buttonIcon.merge({\n className: 'input-toggle',\n jsx: ['InputPassword'],\n base: {\n outline: '1px solid red',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"0DAOA,MAAa,EAAc,EAAW,MAAM,CAC1C,UAAW,eACX,IAAK,CAAC,eAAgB,EACtB,KAAM,CACJ,QAAS,eACV,CACF,EAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-section`,jsx:[`Input`],base:{position:`absolute`,top:`50%`,transform:`translateY(-50%)`,zIndex:`10`,display:`flex`,alignItems:`center`,justifyContent:`center`,color:`neutral.foreground.3.enabled`,"&:is([data-position=left])":{left:`{spacing.300}`},"&:is([data-position=right])":{right:`{spacing.300}`}},variants:{pointerEvents:{none:{pointerEvents:`none`},auto:{pointerEvents:`auto`}}}});export{t as inputSection};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-section`,jsx:[`Input`],base:{position:`absolute`,top:`50%`,transform:`translateY(-50%)`,zIndex:`10`,display:`flex`,alignItems:`center`,justifyContent:`center`,color:`neutral.foreground.3.enabled`,_left:{left:`{spacing.300}`},_right:{right:`{spacing.300}`}},variants:{pointerEvents:{none:{pointerEvents:`none`},auto:{pointerEvents:`auto`}}}});export{t as inputSection};
2
2
  //# sourceMappingURL=input-section.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-section.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-section.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const inputSection = defineRecipe({\n className: 'input-section',\n jsx: ['Input'],\n base: {\n position: 'absolute',\n top: '50%',\n transform: 'translateY(-50%)',\n zIndex: '10',\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: 'neutral.foreground.3.enabled',\n '&:is([data-position=left])': {\n left: '{spacing.300}',\n },\n '&:is([data-position=right])': {\n right: '{spacing.300}',\n },\n },\n variants: {\n pointerEvents: {\n none: {\n pointerEvents: 'none',\n },\n auto: {\n pointerEvents: 'auto',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,SAAU,WACV,IAAK,MACL,UAAW,mBACX,OAAQ,KACR,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,MAAO,+BACP,6BAA8B,CAC5B,KAAM,eACP,EACD,8BAA+B,CAC7B,MAAO,eACR,CACF,EACD,SAAU,CACR,cAAe,CACb,KAAM,CACJ,cAAe,MAChB,EACD,KAAM,CACJ,cAAe,MAChB,CACF,CACF,CACF,EAAC"}
1
+ {"version":3,"file":"input-section.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-section.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const inputSection = defineRecipe({\n className: 'input-section',\n jsx: ['Input'],\n base: {\n position: 'absolute',\n top: '50%',\n transform: 'translateY(-50%)',\n zIndex: '10',\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n color: 'neutral.foreground.3.enabled',\n _left: {\n left: '{spacing.300}',\n },\n _right: {\n right: '{spacing.300}',\n },\n },\n variants: {\n pointerEvents: {\n none: {\n pointerEvents: 'none',\n },\n auto: {\n pointerEvents: 'auto',\n },\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,SAAU,WACV,IAAK,MACL,UAAW,mBACX,OAAQ,KACR,QAAS,OACT,WAAY,SACZ,eAAgB,SAChB,MAAO,+BACP,MAAO,CACL,KAAM,eACP,EACD,OAAQ,CACN,MAAO,eACR,CACF,EACD,SAAU,CACR,cAAe,CACb,KAAM,CACJ,cAAe,MAChB,EACD,KAAM,CACJ,cAAe,MAChB,CACF,CACF,CACF,EAAC"}
@@ -1,2 +1,2 @@
1
- import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-wrapper`,jsx:[`Input`],base:{position:`relative`,color:`neutral.foreground.1.enabled`,'&:is([data-with-right-section="true"])':{paddingInlineEnd:`var(--input-left-section-width) `}}});export{t as inputWrapper};
1
+ import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`input-wrapper`,jsx:[`Input`],base:{order:`1`,position:`relative`,color:`neutral.foreground.1.enabled`,'&:is([data-with-right-section="true"])':{paddingInlineEnd:`var(--input-left-section-width) `}}});export{t as inputWrapper};
2
2
  //# sourceMappingURL=input-wrapper.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-wrapper.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-wrapper.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const inputWrapper = defineRecipe({\n className: 'input-wrapper',\n jsx: ['Input'],\n base: {\n position: 'relative',\n color: 'neutral.foreground.1.enabled',\n '&:is([data-with-right-section=\"true\"])': {\n paddingInlineEnd: 'var(--input-left-section-width)\t',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,SAAU,WACV,MAAO,+BACP,yCAA0C,CACxC,iBAAkB,kCACnB,CACF,CACF,EAAC"}
1
+ {"version":3,"file":"input-wrapper.js","names":[],"sources":["../../../../src/recipes/atoms/inputs/input-wrapper.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const inputWrapper = defineRecipe({\n className: 'input-wrapper',\n jsx: ['Input'],\n base: {\n order: '1',\n position: 'relative',\n color: 'neutral.foreground.1.enabled',\n '&:is([data-with-right-section=\"true\"])': {\n paddingInlineEnd: 'var(--input-left-section-width)\t',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,OAAQ,EACd,KAAM,CACJ,MAAO,IACP,SAAU,WACV,MAAO,+BACP,yCAA0C,CACxC,iBAAkB,kCACnB,CACF,CACF,EAAC"}
@@ -1,2 +1,2 @@
1
- import{formControl as e}from"./form-control.js";const t=e.merge({className:`input`,jsx:[`Input`],base:{"&::-webkit-outer-spin-button":{margin:0,WebkitAppearance:`none`},"&::-webkit-inner-spin-button":{margin:0,WebkitAppearance:`none`},"&[type=number]":{"-moz-appearance":`textfield`},'[data-with-left-section="true"] &':{paddingInlineStart:`calc({sizes.400} + {spacing.200})`},'[data-with-right-section="true"] &':{paddingInlineEnd:`calc({sizes.400} + {spacing.200})`},_placeholder:{color:`neutral.foreground.3.enabled`}},variants:{size:{l:{height:`control.height.300`},m:{height:`control.height.200`}}},defaultVariants:{size:`l`}});export{t as input};
1
+ import{formControl as e}from"./form-control.js";const t=e.merge({className:`input`,jsx:[`Input`,`Textarea`],base:{width:`100%`,"&::-webkit-outer-spin-button":{margin:0,WebkitAppearance:`none`},"&::-webkit-inner-spin-button":{margin:0,WebkitAppearance:`none`},"&[type=number]":{"-moz-appearance":`textfield`},'[data-with-left-section="true"] &':{paddingInlineStart:`calc({sizes.400} + {spacing.200})`},'[data-with-right-section="true"] &':{paddingInlineEnd:`calc({sizes.400} + {spacing.200})`},_placeholder:{color:`neutral.foreground.3.enabled`}},variants:{size:{l:{height:`control.height.300`},m:{height:`control.height.200`}}},defaultVariants:{size:`l`}});export{t as input};
2
2
  //# sourceMappingURL=input.js.map