@codeleap/web 7.0.0 → 7.0.2

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 (361) hide show
  1. package/dist/components/ActivityIndicator/index.js +46 -0
  2. package/dist/components/ActivityIndicator/index.js.map +1 -0
  3. package/dist/components/ActivityIndicator/styles.js +3 -0
  4. package/dist/components/ActivityIndicator/styles.js.map +1 -0
  5. package/dist/components/ActivityIndicator/types.js +3 -0
  6. package/dist/components/ActivityIndicator/types.js.map +1 -0
  7. package/dist/components/Badge/index.js +86 -0
  8. package/dist/components/Badge/index.js.map +1 -0
  9. package/dist/components/Badge/styles.js +3 -0
  10. package/dist/components/Badge/styles.js.map +1 -0
  11. package/dist/components/Badge/types.js +3 -0
  12. package/dist/components/Badge/types.js.map +1 -0
  13. package/dist/components/Button/index.js +69 -0
  14. package/dist/components/Button/index.js.map +1 -0
  15. package/dist/components/Button/styles.js +3 -0
  16. package/dist/components/Button/styles.js.map +1 -0
  17. package/dist/components/Button/types.js +3 -0
  18. package/dist/components/Button/types.js.map +1 -0
  19. package/dist/components/Calendar/index.js +67 -0
  20. package/dist/components/Calendar/index.js.map +1 -0
  21. package/dist/components/Calendar/styles.js +3 -0
  22. package/dist/components/Calendar/styles.js.map +1 -0
  23. package/dist/components/Calendar/types.js +3 -0
  24. package/dist/components/Calendar/types.js.map +1 -0
  25. package/dist/components/Carousel/index.js +171 -0
  26. package/dist/components/Carousel/index.js.map +1 -0
  27. package/dist/components/Carousel/styles.js +3 -0
  28. package/dist/components/Carousel/styles.js.map +1 -0
  29. package/dist/components/Carousel/types.js +3 -0
  30. package/dist/components/Carousel/types.js.map +1 -0
  31. package/dist/components/Checkbox/index.js +62 -0
  32. package/dist/components/Checkbox/index.js.map +1 -0
  33. package/dist/components/Checkbox/styles.js +3 -0
  34. package/dist/components/Checkbox/styles.js.map +1 -0
  35. package/dist/components/Checkbox/types.js +3 -0
  36. package/dist/components/Checkbox/types.js.map +1 -0
  37. package/dist/components/Collapse/index.js +45 -0
  38. package/dist/components/Collapse/index.js.map +1 -0
  39. package/dist/components/Collapse/styles.js +3 -0
  40. package/dist/components/Collapse/styles.js.map +1 -0
  41. package/dist/components/Collapse/types.js +3 -0
  42. package/dist/components/Collapse/types.js.map +1 -0
  43. package/dist/components/ColorPicker/index.js +83 -0
  44. package/dist/components/ColorPicker/index.js.map +1 -0
  45. package/dist/components/ColorPicker/styles.js +3 -0
  46. package/dist/components/ColorPicker/styles.js.map +1 -0
  47. package/dist/components/ColorPicker/types.js +3 -0
  48. package/dist/components/ColorPicker/types.js.map +1 -0
  49. package/dist/components/CropPicker/hooks.d.ts +2 -2
  50. package/dist/components/CropPicker/hooks.js +133 -0
  51. package/dist/components/CropPicker/hooks.js.map +1 -0
  52. package/dist/components/CropPicker/index.js +56 -0
  53. package/dist/components/CropPicker/index.js.map +1 -0
  54. package/dist/components/CropPicker/styles.js +3 -0
  55. package/dist/components/CropPicker/styles.js.map +1 -0
  56. package/dist/components/CropPicker/types.js +3 -0
  57. package/dist/components/CropPicker/types.js.map +1 -0
  58. package/dist/components/CropPicker/utils.js +76 -0
  59. package/dist/components/CropPicker/utils.js.map +1 -0
  60. package/dist/components/DatePicker/index.js +87 -0
  61. package/dist/components/DatePicker/index.js.map +1 -0
  62. package/dist/components/DatePicker/styles.js +3 -0
  63. package/dist/components/DatePicker/styles.js.map +1 -0
  64. package/dist/components/DatePicker/types.js +3 -0
  65. package/dist/components/DatePicker/types.js.map +1 -0
  66. package/dist/components/Drawer/index.js +68 -0
  67. package/dist/components/Drawer/index.js.map +1 -0
  68. package/dist/components/Drawer/styles.js +3 -0
  69. package/dist/components/Drawer/styles.js.map +1 -0
  70. package/dist/components/Drawer/types.js +3 -0
  71. package/dist/components/Drawer/types.js.map +1 -0
  72. package/dist/components/Dropzone/context.js +44 -0
  73. package/dist/components/Dropzone/context.js.map +1 -0
  74. package/dist/components/Dropzone/elements.js +57 -0
  75. package/dist/components/Dropzone/elements.js.map +1 -0
  76. package/dist/components/Dropzone/index.js +89 -0
  77. package/dist/components/Dropzone/index.js.map +1 -0
  78. package/dist/components/Dropzone/styles.js +3 -0
  79. package/dist/components/Dropzone/styles.js.map +1 -0
  80. package/dist/components/Dropzone/types.js +3 -0
  81. package/dist/components/Dropzone/types.js.map +1 -0
  82. package/dist/components/Dropzone/useDropzone.js +20 -0
  83. package/dist/components/Dropzone/useDropzone.js.map +1 -0
  84. package/dist/components/EmptyPlaceholder/index.js +86 -0
  85. package/dist/components/EmptyPlaceholder/index.js.map +1 -0
  86. package/dist/components/EmptyPlaceholder/styles.js +3 -0
  87. package/dist/components/EmptyPlaceholder/styles.js.map +1 -0
  88. package/dist/components/EmptyPlaceholder/types.js +3 -0
  89. package/dist/components/EmptyPlaceholder/types.js.map +1 -0
  90. package/dist/components/Field/context.js +58 -0
  91. package/dist/components/Field/context.js.map +1 -0
  92. package/dist/components/Field/elements.js +92 -0
  93. package/dist/components/Field/elements.js.map +1 -0
  94. package/dist/components/Field/index.js +55 -0
  95. package/dist/components/Field/index.js.map +1 -0
  96. package/dist/components/Field/styles.js +3 -0
  97. package/dist/components/Field/styles.js.map +1 -0
  98. package/dist/components/Field/types.js +3 -0
  99. package/dist/components/Field/types.js.map +1 -0
  100. package/dist/components/Field/useFieldInput.d.ts +1 -1
  101. package/dist/components/Field/useFieldInput.js +50 -0
  102. package/dist/components/Field/useFieldInput.js.map +1 -0
  103. package/dist/components/FileInput/index.js +73 -0
  104. package/dist/components/FileInput/index.js.map +1 -0
  105. package/dist/components/FileInput/types.js +3 -0
  106. package/dist/components/FileInput/types.js.map +1 -0
  107. package/dist/components/Icon/index.js +69 -0
  108. package/dist/components/Icon/index.js.map +1 -0
  109. package/dist/components/Icon/styles.js +3 -0
  110. package/dist/components/Icon/styles.js.map +1 -0
  111. package/dist/components/Icon/types.js +3 -0
  112. package/dist/components/Icon/types.js.map +1 -0
  113. package/dist/components/List/context.js +81 -0
  114. package/dist/components/List/context.js.map +1 -0
  115. package/dist/components/List/elements.js +164 -0
  116. package/dist/components/List/elements.js.map +1 -0
  117. package/dist/components/List/index.js +52 -0
  118. package/dist/components/List/index.js.map +1 -0
  119. package/dist/components/List/scroll.js +80 -0
  120. package/dist/components/List/scroll.js.map +1 -0
  121. package/dist/components/List/styles.js +3 -0
  122. package/dist/components/List/styles.js.map +1 -0
  123. package/dist/components/List/types.js +3 -0
  124. package/dist/components/List/types.js.map +1 -0
  125. package/dist/components/LoadingOverlay/index.js +50 -0
  126. package/dist/components/LoadingOverlay/index.js.map +1 -0
  127. package/dist/components/LoadingOverlay/styles.js +3 -0
  128. package/dist/components/LoadingOverlay/styles.js.map +1 -0
  129. package/dist/components/LoadingOverlay/types.js +3 -0
  130. package/dist/components/LoadingOverlay/types.js.map +1 -0
  131. package/dist/components/MaskedTextInput/index.js +52 -0
  132. package/dist/components/MaskedTextInput/index.js.map +1 -0
  133. package/dist/components/MaskedTextInput/mask.js +37 -0
  134. package/dist/components/MaskedTextInput/mask.js.map +1 -0
  135. package/dist/components/MaskedTextInput/types.js +3 -0
  136. package/dist/components/MaskedTextInput/types.js.map +1 -0
  137. package/dist/components/Modal/context.js +41 -0
  138. package/dist/components/Modal/context.js.map +1 -0
  139. package/dist/components/Modal/elements.js +74 -0
  140. package/dist/components/Modal/elements.js.map +1 -0
  141. package/dist/components/Modal/index.js +52 -0
  142. package/dist/components/Modal/index.js.map +1 -0
  143. package/dist/components/Modal/styles.js +3 -0
  144. package/dist/components/Modal/styles.js.map +1 -0
  145. package/dist/components/Modal/types.js +3 -0
  146. package/dist/components/Modal/types.js.map +1 -0
  147. package/dist/components/NumberIncrement/index.js +83 -0
  148. package/dist/components/NumberIncrement/index.js.map +1 -0
  149. package/dist/components/NumberIncrement/styles.js +3 -0
  150. package/dist/components/NumberIncrement/styles.js.map +1 -0
  151. package/dist/components/NumberIncrement/types.js +3 -0
  152. package/dist/components/NumberIncrement/types.js.map +1 -0
  153. package/dist/components/NumberIncrement/useNumberIncrement.js +116 -0
  154. package/dist/components/NumberIncrement/useNumberIncrement.js.map +1 -0
  155. package/dist/components/Overlay/index.js +62 -0
  156. package/dist/components/Overlay/index.js.map +1 -0
  157. package/dist/components/Overlay/styles.js +3 -0
  158. package/dist/components/Overlay/styles.js.map +1 -0
  159. package/dist/components/Overlay/types.js +3 -0
  160. package/dist/components/Overlay/types.js.map +1 -0
  161. package/dist/components/PaginationButtons/index.js +118 -0
  162. package/dist/components/PaginationButtons/index.js.map +1 -0
  163. package/dist/components/PaginationButtons/styles.js +3 -0
  164. package/dist/components/PaginationButtons/styles.js.map +1 -0
  165. package/dist/components/PaginationButtons/types.js +3 -0
  166. package/dist/components/PaginationButtons/types.js.map +1 -0
  167. package/dist/components/PaginationIndicator/index.js +59 -0
  168. package/dist/components/PaginationIndicator/index.js.map +1 -0
  169. package/dist/components/PaginationIndicator/styles.js +3 -0
  170. package/dist/components/PaginationIndicator/styles.js.map +1 -0
  171. package/dist/components/PaginationIndicator/types.js +3 -0
  172. package/dist/components/PaginationIndicator/types.js.map +1 -0
  173. package/dist/components/Progress/Bar/Segmented.js +41 -0
  174. package/dist/components/Progress/Bar/Segmented.js.map +1 -0
  175. package/dist/components/Progress/Bar/index.js +62 -0
  176. package/dist/components/Progress/Bar/index.js.map +1 -0
  177. package/dist/components/Progress/Bar/styles.js +3 -0
  178. package/dist/components/Progress/Bar/styles.js.map +1 -0
  179. package/dist/components/Progress/Bar/types.js +3 -0
  180. package/dist/components/Progress/Bar/types.js.map +1 -0
  181. package/dist/components/Progress/Circle/Segmented.js +64 -0
  182. package/dist/components/Progress/Circle/Segmented.js.map +1 -0
  183. package/dist/components/Progress/Circle/index.js +83 -0
  184. package/dist/components/Progress/Circle/index.js.map +1 -0
  185. package/dist/components/Progress/Circle/styles.js +3 -0
  186. package/dist/components/Progress/Circle/styles.js.map +1 -0
  187. package/dist/components/Progress/Circle/types.js +3 -0
  188. package/dist/components/Progress/Circle/types.js.map +1 -0
  189. package/dist/components/Progress/index.js +19 -0
  190. package/dist/components/Progress/index.js.map +1 -0
  191. package/dist/components/Progress/utils.js +7 -0
  192. package/dist/components/Progress/utils.js.map +1 -0
  193. package/dist/components/RadioInput/index.js +68 -0
  194. package/dist/components/RadioInput/index.js.map +1 -0
  195. package/dist/components/RadioInput/styles.js +3 -0
  196. package/dist/components/RadioInput/styles.js.map +1 -0
  197. package/dist/components/RadioInput/types.js +3 -0
  198. package/dist/components/RadioInput/types.js.map +1 -0
  199. package/dist/components/SearchInput/index.js +98 -0
  200. package/dist/components/SearchInput/index.js.map +1 -0
  201. package/dist/components/SectionFilters/index.js +166 -0
  202. package/dist/components/SectionFilters/index.js.map +1 -0
  203. package/dist/components/SectionFilters/styles.js +3 -0
  204. package/dist/components/SectionFilters/styles.js.map +1 -0
  205. package/dist/components/SectionFilters/types.js +3 -0
  206. package/dist/components/SectionFilters/types.js.map +1 -0
  207. package/dist/components/Select/context.js +162 -0
  208. package/dist/components/Select/context.js.map +1 -0
  209. package/dist/components/Select/elements.js +53 -0
  210. package/dist/components/Select/elements.js.map +1 -0
  211. package/dist/components/Select/index.js +70 -0
  212. package/dist/components/Select/index.js.map +1 -0
  213. package/dist/components/Select/styles.js +3 -0
  214. package/dist/components/Select/styles.js.map +1 -0
  215. package/dist/components/Select/types.js +3 -0
  216. package/dist/components/Select/types.js.map +1 -0
  217. package/dist/components/Select/useTriggerWidth.js +30 -0
  218. package/dist/components/Select/useTriggerWidth.js.map +1 -0
  219. package/dist/components/Slider/index.js +160 -0
  220. package/dist/components/Slider/index.js.map +1 -0
  221. package/dist/components/Slider/styles.js +3 -0
  222. package/dist/components/Slider/styles.js.map +1 -0
  223. package/dist/components/Slider/types.js +3 -0
  224. package/dist/components/Slider/types.js.map +1 -0
  225. package/dist/components/Switch/index.js +66 -0
  226. package/dist/components/Switch/index.js.map +1 -0
  227. package/dist/components/Switch/styles.js +3 -0
  228. package/dist/components/Switch/styles.js.map +1 -0
  229. package/dist/components/Switch/types.js +3 -0
  230. package/dist/components/Switch/types.js.map +1 -0
  231. package/dist/components/Tag/index.js +74 -0
  232. package/dist/components/Tag/index.js.map +1 -0
  233. package/dist/components/Tag/styles.js +3 -0
  234. package/dist/components/Tag/styles.js.map +1 -0
  235. package/dist/components/Tag/types.js +3 -0
  236. package/dist/components/Tag/types.js.map +1 -0
  237. package/dist/components/Text/index.js +115 -0
  238. package/dist/components/Text/index.js.map +1 -0
  239. package/dist/components/Text/styles.js +3 -0
  240. package/dist/components/Text/styles.js.map +1 -0
  241. package/dist/components/Text/types.js +3 -0
  242. package/dist/components/Text/types.js.map +1 -0
  243. package/dist/components/TextEditor/index.js +111 -0
  244. package/dist/components/TextEditor/index.js.map +1 -0
  245. package/dist/components/TextEditor/styles.js +3 -0
  246. package/dist/components/TextEditor/styles.js.map +1 -0
  247. package/dist/components/TextEditor/types.js +3 -0
  248. package/dist/components/TextEditor/types.js.map +1 -0
  249. package/dist/components/TextInput/index.js +86 -0
  250. package/dist/components/TextInput/index.js.map +1 -0
  251. package/dist/components/TextInput/styles.js +3 -0
  252. package/dist/components/TextInput/styles.js.map +1 -0
  253. package/dist/components/TextInput/types.js +3 -0
  254. package/dist/components/TextInput/types.js.map +1 -0
  255. package/dist/components/TextInput/useTextInput.d.ts +2 -2
  256. package/dist/components/TextInput/useTextInput.js +67 -0
  257. package/dist/components/TextInput/useTextInput.js.map +1 -0
  258. package/dist/components/Tooltip/index.js +115 -0
  259. package/dist/components/Tooltip/index.js.map +1 -0
  260. package/dist/components/Tooltip/styles.js +3 -0
  261. package/dist/components/Tooltip/styles.js.map +1 -0
  262. package/dist/components/Tooltip/types.js +3 -0
  263. package/dist/components/Tooltip/types.js.map +1 -0
  264. package/dist/components/Touchable/index.js +100 -0
  265. package/dist/components/Touchable/index.js.map +1 -0
  266. package/dist/components/Touchable/styles.js +3 -0
  267. package/dist/components/Touchable/styles.js.map +1 -0
  268. package/dist/components/Touchable/types.js +3 -0
  269. package/dist/components/Touchable/types.js.map +1 -0
  270. package/dist/components/View/index.js +56 -0
  271. package/dist/components/View/index.js.map +1 -0
  272. package/dist/components/View/styles.js +3 -0
  273. package/dist/components/View/styles.js.map +1 -0
  274. package/dist/components/View/types.js +3 -0
  275. package/dist/components/View/types.js.map +1 -0
  276. package/dist/components/components.js +58 -0
  277. package/dist/components/components.js.map +1 -0
  278. package/dist/index.js +21 -0
  279. package/dist/index.js.map +1 -0
  280. package/dist/lib/ListMasonry.js +95 -0
  281. package/dist/lib/ListMasonry.js.map +1 -0
  282. package/dist/lib/ThemeVariables.js +27 -0
  283. package/dist/lib/ThemeVariables.js.map +1 -0
  284. package/dist/lib/WebStyleRegistry.js +73 -0
  285. package/dist/lib/WebStyleRegistry.js.map +1 -0
  286. package/dist/lib/hooks/index.js +39 -0
  287. package/dist/lib/hooks/index.js.map +1 -0
  288. package/dist/lib/hooks/useAnimatedStyle.js +27 -0
  289. package/dist/lib/hooks/useAnimatedStyle.js.map +1 -0
  290. package/dist/lib/hooks/useAnimatedVariantStyles.js +23 -0
  291. package/dist/lib/hooks/useAnimatedVariantStyles.js.map +1 -0
  292. package/dist/lib/hooks/useAsyncSelect.js +60 -0
  293. package/dist/lib/hooks/useAsyncSelect.js.map +1 -0
  294. package/dist/lib/hooks/useBreakpointMatch.js +111 -0
  295. package/dist/lib/hooks/useBreakpointMatch.js.map +1 -0
  296. package/dist/lib/hooks/useClick.js +41 -0
  297. package/dist/lib/hooks/useClick.js.map +1 -0
  298. package/dist/lib/hooks/useClickOutside.js +34 -0
  299. package/dist/lib/hooks/useClickOutside.js.map +1 -0
  300. package/dist/lib/hooks/useFileInput.js +21 -0
  301. package/dist/lib/hooks/useFileInput.js.map +1 -0
  302. package/dist/lib/hooks/useIsomorphicEffect.js +10 -0
  303. package/dist/lib/hooks/useIsomorphicEffect.js.map +1 -0
  304. package/dist/lib/hooks/useKeydown.js +43 -0
  305. package/dist/lib/hooks/useKeydown.js.map +1 -0
  306. package/dist/lib/hooks/useListFocus.js +49 -0
  307. package/dist/lib/hooks/useListFocus.js.map +1 -0
  308. package/dist/lib/hooks/useMediaQuery.js +28 -0
  309. package/dist/lib/hooks/useMediaQuery.js.map +1 -0
  310. package/dist/lib/hooks/usePageExitBlocker.js +48 -0
  311. package/dist/lib/hooks/usePageExitBlocker.js.map +1 -0
  312. package/dist/lib/hooks/usePagination.js +93 -0
  313. package/dist/lib/hooks/usePagination.js.map +1 -0
  314. package/dist/lib/hooks/usePopState.js +35 -0
  315. package/dist/lib/hooks/usePopState.js.map +1 -0
  316. package/dist/lib/hooks/usePopoverDismiss.js +35 -0
  317. package/dist/lib/hooks/usePopoverDismiss.js.map +1 -0
  318. package/dist/lib/hooks/useRefresh.js +74 -0
  319. package/dist/lib/hooks/useRefresh.js.map +1 -0
  320. package/dist/lib/hooks/useScrollEffect.js +22 -0
  321. package/dist/lib/hooks/useScrollEffect.js.map +1 -0
  322. package/dist/lib/hooks/useSearchParams.js +51 -0
  323. package/dist/lib/hooks/useSearchParams.js.map +1 -0
  324. package/dist/lib/hooks/useStaticAnimationStyles.js +19 -0
  325. package/dist/lib/hooks/useStaticAnimationStyles.js.map +1 -0
  326. package/dist/lib/hooks/useStylesFor.js +40 -0
  327. package/dist/lib/hooks/useStylesFor.js.map +1 -0
  328. package/dist/lib/hooks/useTouchableEvents.js +37 -0
  329. package/dist/lib/hooks/useTouchableEvents.js.map +1 -0
  330. package/dist/lib/hooks/useWindowFocus.js +34 -0
  331. package/dist/lib/hooks/useWindowFocus.js.map +1 -0
  332. package/dist/lib/hooks/useWindowSize.js +32 -0
  333. package/dist/lib/hooks/useWindowSize.js.map +1 -0
  334. package/dist/lib/index.js +23 -0
  335. package/dist/lib/index.js.map +1 -0
  336. package/dist/lib/tools/index.js +20 -0
  337. package/dist/lib/tools/index.js.map +1 -0
  338. package/dist/lib/tools/localStorage.js +159 -0
  339. package/dist/lib/tools/localStorage.js.map +1 -0
  340. package/dist/lib/tools/mediaQuery.js +38 -0
  341. package/dist/lib/tools/mediaQuery.js.map +1 -0
  342. package/dist/lib/tools/modal.js +60 -0
  343. package/dist/lib/tools/modal.js.map +1 -0
  344. package/dist/lib/utils/attributes.js +26 -0
  345. package/dist/lib/utils/attributes.js.map +1 -0
  346. package/dist/lib/utils/cache.d.ts +2 -2
  347. package/dist/lib/utils/cache.js +17 -0
  348. package/dist/lib/utils/cache.js.map +1 -0
  349. package/dist/lib/utils/index.js +22 -0
  350. package/dist/lib/utils/index.js.map +1 -0
  351. package/dist/lib/utils/pollyfils/scroll.js +70 -0
  352. package/dist/lib/utils/pollyfils/scroll.js.map +1 -0
  353. package/dist/lib/utils/stopPropagation.js +22 -0
  354. package/dist/lib/utils/stopPropagation.js.map +1 -0
  355. package/dist/lib/utils/test.js +18 -0
  356. package/dist/lib/utils/test.js.map +1 -0
  357. package/dist/types/index.js +18 -0
  358. package/dist/types/index.js.map +1 -0
  359. package/dist/types/utility.js +3 -0
  360. package/dist/types/utility.js.map +1 -0
  361. package/package.json +18 -18
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/DatePicker/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.Drawer = void 0;
18
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
19
+ const react_aria_components_1 = require("react-aria-components");
20
+ const context_1 = require("../Modal/context");
21
+ const elements_1 = require("../Modal/elements");
22
+ const useStylesFor_1 = require("../../lib/hooks/useStylesFor");
23
+ const WebStyleRegistry_1 = require("../../lib/WebStyleRegistry");
24
+ __exportStar(require("./styles"), exports);
25
+ __exportStar(require("./types"), exports);
26
+ const DrawerProvider = ({ children, position: _position, ...props }) => {
27
+ const styles = (0, useStylesFor_1.useStylesFor)(exports.Drawer.styleRegistryName, props.style);
28
+ const close = () => {
29
+ props.toggle?.();
30
+ props.onClose?.();
31
+ };
32
+ const value = {
33
+ props,
34
+ styles: styles,
35
+ close,
36
+ };
37
+ return ((0, jsx_runtime_1.jsx)(context_1.ModalContext.Provider, { value: value, children: children }));
38
+ };
39
+ const DrawerBox = ({ children, position }) => {
40
+ const { styles, props } = (0, context_1.useModalContext)();
41
+ const resolvedAriaLabel = !props.title ? (props.debugName ?? 'Dialog') : undefined;
42
+ return ((0, jsx_runtime_1.jsx)(react_aria_components_1.Modal, { css: styles.box, "data-position": position, children: (0, jsx_runtime_1.jsx)(react_aria_components_1.Dialog, { "aria-label": resolvedAriaLabel, children: children }) }));
43
+ };
44
+ /**
45
+ * Side-panel overlay that slides in from a configurable edge of the viewport.
46
+ * Shares the same dismiss mechanics as `Modal` (backdrop click, Escape key), controlled by `closable` et al.
47
+ * Uses: `ModalBackdrop`, `ModalBody`, `ModalFooter`, `ModalHeader`
48
+ */
49
+ const Drawer = (props) => {
50
+ const { children, position, ...rest } = { ...exports.Drawer.defaultProps, ...props };
51
+ return ((0, jsx_runtime_1.jsx)(DrawerProvider, { ...rest, position: position, children: (0, jsx_runtime_1.jsx)(elements_1.ModalBackdrop, { children: (0, jsx_runtime_1.jsxs)(DrawerBox, { position: position, children: [(0, jsx_runtime_1.jsx)(elements_1.ModalHeader, {}), (0, jsx_runtime_1.jsx)(elements_1.ModalBody, { children: children }), (0, jsx_runtime_1.jsx)(elements_1.ModalFooter, {})] }) }) }));
52
+ };
53
+ exports.Drawer = Drawer;
54
+ exports.Drawer.styleRegistryName = 'Drawer';
55
+ exports.Drawer.elements = ['backdrop', 'box', 'header', 'body', 'footer', 'title', 'description'];
56
+ exports.Drawer.rootElement = 'backdrop';
57
+ exports.Drawer.withVariantTypes = (styles) => {
58
+ return exports.Drawer;
59
+ };
60
+ exports.Drawer.defaultProps = {
61
+ position: 'left',
62
+ closable: true,
63
+ showClose: false,
64
+ dismissOnBackdrop: true,
65
+ closeOnEscape: true,
66
+ };
67
+ WebStyleRegistry_1.WebStyleRegistry.registerComponent(exports.Drawer);
68
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Drawer/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AACA,iEAAiE;AACjE,8CAAgE;AAChE,gDAAsF;AAEtF,+DAA2D;AAC3D,iEAA6D;AAI7D,2CAAwB;AACxB,0CAAuB;AAEvB,MAAM,cAAc,GAAG,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,EAAe,EAAE,EAAE;IAClF,MAAM,MAAM,GAAG,IAAA,2BAAY,EAAC,cAAM,CAAC,iBAAiB,EAAE,KAAK,CAAC,KAAK,CAAC,CAAA;IAClE,MAAM,KAAK,GAAG,GAAG,EAAE;QACjB,KAAK,CAAC,MAAM,EAAE,EAAE,CAAA;QAChB,KAAK,CAAC,OAAO,EAAE,EAAE,CAAA;IACnB,CAAC,CAAA;IACD,MAAM,KAAK,GAAG;QACZ,KAAK;QACL,MAAM,EAAE,MAAuC;QAC/C,KAAK;KACN,CAAA;IACD,OAAO,CACL,uBAAC,sBAAY,CAAC,QAAQ,IAAC,KAAK,EAAE,KAAK,YAChC,QAAQ,GACa,CACzB,CAAA;AACH,CAAC,CAAA;AAED,MAAM,SAAS,GAAG,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAmE,EAAE,EAAE;IAC5G,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,IAAA,yBAAe,GAAE,CAAA;IAC3C,MAAM,iBAAiB,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;IAClF,OAAO,CACL,uBAAC,6BAAQ,IAAC,GAAG,EAAG,MAAc,CAAC,GAAG,mBAAiB,QAAQ,YACzD,uBAAC,8BAAM,kBAAa,iBAAiB,YAClC,QAAQ,GACF,GACA,CACZ,CAAA;AACH,CAAC,CAAA;AAED;;;;GAIG;AACI,MAAM,MAAM,GAAG,CAAC,KAAkB,EAAE,EAAE;IAC3C,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,cAAM,CAAC,YAAY,EAAE,GAAG,KAAK,EAAE,CAAA;IAC5E,OAAO,CACL,uBAAC,cAAc,OAAK,IAAI,EAAE,QAAQ,EAAE,QAAQ,YAC1C,uBAAC,wBAAa,cACZ,wBAAC,SAAS,IAAC,QAAQ,EAAE,QAAQ,aAC3B,uBAAC,sBAAW,KAAG,EACf,uBAAC,oBAAS,cAAE,QAAQ,GAAa,EACjC,uBAAC,sBAAW,KAAG,IACL,GACE,GACD,CAClB,CAAA;AACH,CAAC,CAAA;AAbY,QAAA,MAAM,UAalB;AAED,cAAM,CAAC,iBAAiB,GAAG,QAAQ,CAAA;AACnC,cAAM,CAAC,QAAQ,GAAG,CAAC,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,CAAC,CAAA;AACzF,cAAM,CAAC,WAAW,GAAG,UAAU,CAAA;AAE/B,cAAM,CAAC,gBAAgB,GAAG,CAAsB,MAAS,EAAE,EAAE;IAC3D,OAAO,cAA2E,CAAA;AACpF,CAAC,CAAA;AAED,cAAM,CAAC,YAAY,GAAG;IACpB,QAAQ,EAAE,MAAM;IAChB,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,KAAK;IAChB,iBAAiB,EAAE,IAAI;IACvB,aAAa,EAAE,IAAI;CACI,CAAA;AAEzB,mCAAgB,CAAC,iBAAiB,CAAC,cAAM,CAAC,CAAA"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/components/Drawer/styles.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/Drawer/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DropzoneProvider = exports.useDropzoneContext = exports.DropzoneContext = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const react_1 = require("react");
6
+ const useStylesFor_1 = require("../../lib/hooks/useStylesFor");
7
+ const useDropzone_1 = require("./useDropzone");
8
+ function useDropzoneProvider(props) {
9
+ const { handle: externalHandle, style, children: _children, extensionProps = {}, ...dropzoneOptions } = props;
10
+ // Always call the hook — satisfies Rules of Hooks.
11
+ // When an external handle is provided its result is discarded.
12
+ const internalHandle = (0, useDropzone_1.useDropzone)(dropzoneOptions);
13
+ const handle = externalHandle ?? internalHandle;
14
+ const styles = (0, useStylesFor_1.useStylesFor)('Dropzone', style);
15
+ return {
16
+ handle,
17
+ styles: styles,
18
+ extensionProps,
19
+ };
20
+ }
21
+ exports.DropzoneContext = (0, react_1.createContext)(null);
22
+ /**
23
+ * Reads the nearest `Dropzone.Provider` context value.
24
+ * Throws if called outside a `Dropzone.Provider` tree.
25
+ */
26
+ const useDropzoneContext = () => {
27
+ const ctx = (0, react_1.useContext)(exports.DropzoneContext);
28
+ if (!ctx)
29
+ throw new Error('useDropzoneContext must be used inside Dropzone.Provider');
30
+ return ctx;
31
+ };
32
+ exports.useDropzoneContext = useDropzoneContext;
33
+ /**
34
+ * Wires a `DropzoneHandle` and resolved styles into React context for all
35
+ * Dropzone sub-components. Accepts either a pre-built `handle` prop (external
36
+ * control) or raw `UseDropzoneOptions` to have the Provider create a handle
37
+ * internally.
38
+ */
39
+ const DropzoneProvider = (props) => {
40
+ const value = useDropzoneProvider(props);
41
+ return ((0, jsx_runtime_1.jsx)(exports.DropzoneContext.Provider, { value: value, children: props.children }));
42
+ };
43
+ exports.DropzoneProvider = DropzoneProvider;
44
+ //# sourceMappingURL=context.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../../src/components/Dropzone/context.tsx"],"names":[],"mappings":";;;;AAAA,iCAAiD;AAIjD,+DAA2D;AAC3D,+CAA2C;AAE3C,SAAS,mBAAmB,CAAC,KAA4B;IACvD,MAAM,EAAE,MAAM,EAAE,cAAc,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,cAAc,GAAG,EAA+B,EAAE,GAAG,eAAe,EAAE,GAAG,KAAK,CAAA;IAE1I,mDAAmD;IACnD,+DAA+D;IAC/D,MAAM,cAAc,GAAG,IAAA,yBAAW,EAAC,eAAe,CAAC,CAAA;IACnD,MAAM,MAAM,GAAG,cAAc,IAAI,cAAc,CAAA;IAE/C,MAAM,MAAM,GAAG,IAAA,2BAAY,EAAC,UAAU,EAAE,KAAK,CAAC,CAAA;IAE9C,OAAO;QACL,MAAM;QACN,MAAM,EAAE,MAA0C;QAClD,cAAc;KACf,CAAA;AACH,CAAC;AAIY,QAAA,eAAe,GAAG,IAAA,qBAAa,EAA8B,IAAI,CAAC,CAAA;AAE/E;;;GAGG;AACI,MAAM,kBAAkB,GAAG,GAAyB,EAAE;IAC3D,MAAM,GAAG,GAAG,IAAA,kBAAU,EAAC,uBAAe,CAAC,CAAA;IACvC,IAAI,CAAC,GAAG;QAAE,MAAM,IAAI,KAAK,CAAC,0DAA0D,CAAC,CAAA;IACrF,OAAO,GAAG,CAAA;AACZ,CAAC,CAAA;AAJY,QAAA,kBAAkB,sBAI9B;AAED;;;;;GAKG;AACI,MAAM,gBAAgB,GAAG,CAAC,KAA4B,EAAE,EAAE;IAC/D,MAAM,KAAK,GAAG,mBAAmB,CAAC,KAAK,CAAC,CAAA;IACxC,OAAO,CACL,uBAAC,uBAAe,CAAC,QAAQ,IAAC,KAAK,EAAE,KAAK,YACnC,KAAK,CAAC,QAAQ,GACU,CAC5B,CAAA;AACH,CAAC,CAAA;AAPY,QAAA,gBAAgB,oBAO5B"}
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DropzoneFullscreenOverlay = exports.DropzoneOverlay = exports.DropzoneWrapper = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const react_dom_1 = require("react-dom");
6
+ const View_1 = require("../View");
7
+ const context_1 = require("./context");
8
+ /**
9
+ * Droppable zone element. Applies `getRootProps` and `getInputProps` from the
10
+ * nearest `Dropzone.Provider` handle to a root `View` and a hidden `<input>`.
11
+ *
12
+ * Must be rendered inside `Dropzone.Provider`.
13
+ */
14
+ const DropzoneWrapper = ({ children }) => {
15
+ const { handle, styles } = (0, context_1.useDropzoneContext)();
16
+ return ((0, jsx_runtime_1.jsxs)(View_1.View, { ...handle.dropzone.getRootProps(), style: styles.dropzone, children: [children, (0, jsx_runtime_1.jsx)("input", { ...handle.dropzone.getInputProps() })] }));
17
+ };
18
+ exports.DropzoneWrapper = DropzoneWrapper;
19
+ /**
20
+ * Overlay rendered on top of `Dropzone.Wrapper` while a file is being dragged
21
+ * over this specific zone (`isDragActive`). Place it as a child of
22
+ * `Dropzone.Wrapper` so it inherits the wrapper's positioning context.
23
+ *
24
+ * For a page-wide overlay that activates when dragging anywhere on the
25
+ * document, use `Dropzone.FullscreenOverlay` instead.
26
+ *
27
+ * Must be rendered inside `Dropzone.Provider`.
28
+ */
29
+ const DropzoneOverlay = ({ children }) => {
30
+ const { handle, styles } = (0, context_1.useDropzoneContext)();
31
+ if (!handle.dropzone.isDragActive)
32
+ return null;
33
+ return ((0, jsx_runtime_1.jsx)(View_1.View, { style: styles.overlay, children: (0, jsx_runtime_1.jsx)(View_1.View, { style: styles.overlayInner, children: children }) }));
34
+ };
35
+ exports.DropzoneOverlay = DropzoneOverlay;
36
+ /**
37
+ * Full-page overlay rendered via a React portal into `document.body` while
38
+ * a file is being dragged anywhere on the document (`isDragGlobal`).
39
+ *
40
+ * Unlike `Dropzone.Overlay`, this component is not scoped to the wrapper zone —
41
+ * it activates the moment a drag enters the browser window. Position it with
42
+ * `position: fixed; inset: 0` in the `overlay` style key.
43
+ *
44
+ * Must be rendered inside `Dropzone.Provider`.
45
+ */
46
+ const DropzoneFullscreenOverlay = ({ children }) => {
47
+ const { handle, styles } = (0, context_1.useDropzoneContext)();
48
+ if (!handle.dropzone.isDragGlobal)
49
+ return null;
50
+ if (typeof document === 'undefined')
51
+ return null;
52
+ // Spread getRootProps (minus ref) so drops on the fullscreen overlay are captured by this dropzone.
53
+ const { ref: _ref, ...rootProps } = handle.dropzone.getRootProps();
54
+ return (0, react_dom_1.createPortal)((0, jsx_runtime_1.jsx)(View_1.View, { ...rootProps, style: styles.fullscreenOverlay, children: (0, jsx_runtime_1.jsx)(View_1.View, { style: styles.fullscreenOverlayInner, children: children }) }), document.body);
55
+ };
56
+ exports.DropzoneFullscreenOverlay = DropzoneFullscreenOverlay;
57
+ //# sourceMappingURL=elements.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elements.js","sourceRoot":"","sources":["../../../src/components/Dropzone/elements.tsx"],"names":[],"mappings":";;;;AACA,yCAAwC;AAExC,kCAAyC;AACzC,uCAA8C;AAO9C;;;;;GAKG;AACI,MAAM,eAAe,GAAG,CAAC,EAAE,QAAQ,EAAwB,EAAE,EAAE;IACpE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAA,4BAAkB,GAAE,CAAA;IAC/C,OAAO,CACL,wBAAC,WAAI,OAAM,MAAM,CAAC,QAAQ,CAAC,YAAY,EAAyB,EAAE,KAAK,EAAE,MAAM,CAAC,QAAQ,aACrF,QAAQ,EACT,qCAAY,MAAM,CAAC,QAAQ,CAAC,aAAa,EAAkC,GAAI,IAC1E,CACR,CAAA;AACH,CAAC,CAAA;AARY,QAAA,eAAe,mBAQ3B;AAED;;;;;;;;;GASG;AACI,MAAM,eAAe,GAAG,CAAC,EAAE,QAAQ,EAAwB,EAAE,EAAE;IACpE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAA,4BAAkB,GAAE,CAAA;IAE/C,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY;QAAE,OAAO,IAAI,CAAA;IAE9C,OAAO,CACL,uBAAC,WAAI,IAAC,KAAK,EAAE,MAAM,CAAC,OAAO,YACzB,uBAAC,WAAI,IAAC,KAAK,EAAE,MAAM,CAAC,YAAY,YAC7B,QAAQ,GACJ,GACF,CACR,CAAA;AACH,CAAC,CAAA;AAZY,QAAA,eAAe,mBAY3B;AAED;;;;;;;;;GASG;AACI,MAAM,yBAAyB,GAAG,CAAC,EAAE,QAAQ,EAAkC,EAAE,EAAE;IACxF,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAA,4BAAkB,GAAE,CAAA;IAE/C,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY;QAAE,OAAO,IAAI,CAAA;IAC9C,IAAI,OAAO,QAAQ,KAAK,WAAW;QAAE,OAAO,IAAI,CAAA;IAEhD,oGAAoG;IACpG,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,SAAS,EAAE,GAAG,MAAM,CAAC,QAAQ,CAAC,YAAY,EAAE,CAAA;IAElE,OAAO,IAAA,wBAAY,EACjB,uBAAC,WAAI,OAAM,SAAgC,EAAE,KAAK,EAAE,MAAM,CAAC,iBAAiB,YAC1E,uBAAC,WAAI,IAAC,KAAK,EAAE,MAAM,CAAC,sBAAsB,YACvC,QAAQ,GACJ,GACF,EACP,QAAQ,CAAC,IAAI,CACd,CAAA;AACH,CAAC,CAAA;AAjBY,QAAA,yBAAyB,6BAiBrC"}
@@ -0,0 +1,89 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.Dropzone = void 0;
18
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
19
+ const react_1 = require("react");
20
+ const View_1 = require("../View");
21
+ const Icon_1 = require("../Icon");
22
+ const useStylesFor_1 = require("../../lib/hooks/useStylesFor");
23
+ const WebStyleRegistry_1 = require("../../lib/WebStyleRegistry");
24
+ const context_1 = require("./context");
25
+ const elements_1 = require("./elements");
26
+ const useDropzone_1 = require("./useDropzone");
27
+ const context_2 = require("./context");
28
+ __exportStar(require("./styles"), exports);
29
+ __exportStar(require("./types"), exports);
30
+ __exportStar(require("./context"), exports);
31
+ __exportStar(require("./elements"), exports);
32
+ __exportStar(require("./useDropzone"), exports);
33
+ /**
34
+ * Drag-and-drop file upload zone. Stateless — use the `onDrop` callback to
35
+ * receive dropped files and manage your own file state.
36
+ *
37
+ * Assign `Dropzone.Default` to replace the built-in empty-state UI.
38
+ * Augment `DropzonePropsAugmentation` to add app-specific props that flow
39
+ * through to `Dropzone.Default` via context.
40
+ *
41
+ * For custom layouts compose the primitives directly:
42
+ * `Dropzone.Provider` + `Dropzone.Wrapper` + `Dropzone.Overlay` + `Dropzone.FullscreenOverlay`.
43
+ */
44
+ const Dropzone = (props) => {
45
+ const merged = {
46
+ ...exports.Dropzone.defaultProps,
47
+ ...props,
48
+ };
49
+ const { icon, children, style, ref, ...dropzoneOptions } = merged;
50
+ const handle = (0, useDropzone_1.useDropzone)(dropzoneOptions);
51
+ const styles = (0, useStylesFor_1.useStylesFor)(exports.Dropzone.styleRegistryName, style);
52
+ const handleRef = (0, react_1.useRef)(handle);
53
+ handleRef.current = handle;
54
+ (0, react_1.useImperativeHandle)(ref, () => ({
55
+ open: () => handleRef.current.dropzone.open(),
56
+ }));
57
+ const extensionProps = merged;
58
+ return ((0, jsx_runtime_1.jsx)(View_1.View, { style: styles.wrapper, children: (0, jsx_runtime_1.jsx)(context_1.DropzoneProvider, { handle: handle, style: style, extensionProps: extensionProps, children: (0, jsx_runtime_1.jsxs)(elements_1.DropzoneWrapper, { children: [exports.Dropzone.Default ? ((0, jsx_runtime_1.jsx)(exports.Dropzone.Default, {})) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: icon ? ((0, jsx_runtime_1.jsx)(View_1.View, { style: styles.iconWrapper, children: (0, jsx_runtime_1.jsx)(Icon_1.Icon, { debugName: 'Dropzone:Icon', icon: icon, style: styles.icon }) })) : null })), children] }) }) }));
59
+ };
60
+ exports.Dropzone = Dropzone;
61
+ exports.Dropzone.styleRegistryName = 'Dropzone';
62
+ exports.Dropzone.elements = [
63
+ 'wrapper',
64
+ 'dropzone',
65
+ 'overlay',
66
+ 'overlayInner',
67
+ 'fullscreenOverlay',
68
+ 'fullscreenOverlayInner',
69
+ 'icon',
70
+ 'iconWrapper',
71
+ 'title',
72
+ 'placeholder',
73
+ ];
74
+ exports.Dropzone.rootElement = 'wrapper';
75
+ exports.Dropzone.withVariantTypes = (styles) => {
76
+ return exports.Dropzone;
77
+ };
78
+ exports.Dropzone.defaultProps = {
79
+ icon: 'file-plus',
80
+ multiple: false,
81
+ };
82
+ exports.Dropzone.Provider = context_1.DropzoneProvider;
83
+ exports.Dropzone.Wrapper = elements_1.DropzoneWrapper;
84
+ exports.Dropzone.Overlay = elements_1.DropzoneOverlay;
85
+ exports.Dropzone.FullscreenOverlay = elements_1.DropzoneFullscreenOverlay;
86
+ exports.Dropzone.useContext = context_2.useDropzoneContext;
87
+ exports.Dropzone.Default = null;
88
+ WebStyleRegistry_1.WebStyleRegistry.registerComponent(exports.Dropzone);
89
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Dropzone/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AACA,iCAAmD;AACnD,kCAAyC;AAEzC,kCAA8B;AAC9B,+DAA2D;AAC3D,iEAA6D;AAE7D,uCAA4C;AAC5C,yCAAwF;AACxF,+CAA2C;AAC3C,uCAA8C;AAE9C,2CAAwB;AACxB,0CAAuB;AACvB,4CAAyB;AACzB,6CAA0B;AAC1B,gDAA6B;AAE7B;;;;;;;;;;GAUG;AACI,MAAM,QAAQ,GAAG,CAAC,KAAoB,EAAE,EAAE;IAC/C,MAAM,MAAM,GAAG;QACb,GAAG,gBAAQ,CAAC,YAAY;QACxB,GAAG,KAAK;KACT,CAAA;IAED,MAAM,EACJ,IAAI,EAEJ,QAAQ,EACR,KAAK,EACL,GAAG,EACH,GAAG,eAAe,EACnB,GAAG,MAAM,CAAA;IAEV,MAAM,MAAM,GAAG,IAAA,yBAAW,EAAC,eAAe,CAAC,CAAA;IAC3C,MAAM,MAAM,GAAG,IAAA,2BAAY,EAAC,gBAAQ,CAAC,iBAAiB,EAAE,KAAK,CAAC,CAAA;IAE9D,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,MAAM,CAAC,CAAA;IAChC,SAAS,CAAC,OAAO,GAAG,MAAM,CAAA;IAE1B,IAAA,2BAAmB,EAAC,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;QAC9B,IAAI,EAAE,GAAG,EAAE,CAAC,SAAS,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,EAAE;KAC9C,CAAC,CAAC,CAAA;IAEH,MAAM,cAAc,GAA8B,MAAM,CAAA;IAExD,OAAO,CACL,uBAAC,WAAI,IAAC,KAAK,EAAE,MAAM,CAAC,OAAO,YACzB,uBAAC,0BAAgB,IAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,cAAc,EAAE,cAAc,YAC5E,wBAAC,0BAAe,eACb,gBAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CAClB,uBAAC,gBAAQ,CAAC,OAAO,KAAG,CACrB,CAAC,CAAC,CAAC,CACF,2DACG,IAAI,CAAC,CAAC,CAAC,CACN,uBAAC,WAAI,IAAC,KAAK,EAAE,MAAM,CAAC,WAAW,YAC7B,uBAAC,WAAI,IAAC,SAAS,EAAC,eAAe,EAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,CAAC,IAAI,GAAI,GAC7D,CACR,CAAC,CAAC,CAAC,IAAI,GAEP,CACJ,EAEA,QAAQ,IACO,GACD,GACd,CACR,CAAA;AACH,CAAC,CAAA;AAjDY,QAAA,QAAQ,YAiDpB;AAED,gBAAQ,CAAC,iBAAiB,GAAG,UAAU,CAAA;AAEvC,gBAAQ,CAAC,QAAQ,GAAG;IAClB,SAAS;IACT,UAAU;IACV,SAAS;IACT,cAAc;IACd,mBAAmB;IACnB,wBAAwB;IACxB,MAAM;IACN,aAAa;IACb,OAAO;IACP,aAAa;CACd,CAAA;AAED,gBAAQ,CAAC,WAAW,GAAG,SAAS,CAAA;AAEhC,gBAAQ,CAAC,gBAAgB,GAAG,CAAsB,MAAS,EAAE,EAAE;IAC7D,OAAO,gBAA+E,CAAA;AACxF,CAAC,CAAA;AAED,gBAAQ,CAAC,YAAY,GAAG;IACtB,IAAI,EAAE,WAAsB;IAC5B,QAAQ,EAAE,KAAK;CACU,CAAA;AAE3B,gBAAQ,CAAC,QAAQ,GAAG,0BAAgB,CAAA;AACpC,gBAAQ,CAAC,OAAO,GAAG,0BAAe,CAAA;AAClC,gBAAQ,CAAC,OAAO,GAAG,0BAAe,CAAA;AAClC,gBAAQ,CAAC,iBAAiB,GAAG,oCAAyB,CAAA;AACtD,gBAAQ,CAAC,UAAU,GAAG,4BAAkB,CAAA;AACxC,gBAAQ,CAAC,OAAO,GAAG,IAAkC,CAAA;AAErD,mCAAgB,CAAC,iBAAiB,CAAC,gBAAQ,CAAC,CAAA"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/components/Dropzone/styles.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/Dropzone/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.useDropzone = useDropzone;
4
+ const react_dropzone_1 = require("react-dropzone");
5
+ /**
6
+ * Creates a `DropzoneHandle` — the service object that owns drag-and-drop
7
+ * mechanics. The returned `dropzone` field is the full react-dropzone state
8
+ * pass-through (`getRootProps`, `getInputProps`, `open`, `isDragActive`,
9
+ * `isDragAccept`, `isDragReject`, `isDragGlobal`, etc.).
10
+ *
11
+ * Pass the handle to `Dropzone.Provider` to wire it into the component tree,
12
+ * or use it directly when you need access to the drag state outside JSX.
13
+ * File management is the caller's responsibility — use the `onDrop` callback
14
+ * to receive accepted and rejected files.
15
+ */
16
+ function useDropzone(options = {}) {
17
+ const dropzone = (0, react_dropzone_1.useDropzone)(options);
18
+ return { dropzone };
19
+ }
20
+ //# sourceMappingURL=useDropzone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDropzone.js","sourceRoot":"","sources":["../../../src/components/Dropzone/useDropzone.ts"],"names":[],"mappings":";;AAcA,kCAGC;AAjBD,mDAAgE;AAGhE;;;;;;;;;;GAUG;AACH,SAAgB,WAAW,CAAC,UAA8B,EAAE;IAC1D,MAAM,QAAQ,GAAG,IAAA,4BAAgB,EAAC,OAAO,CAAC,CAAA;IAC1C,OAAO,EAAE,QAAQ,EAAE,CAAA;AACrB,CAAC"}
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ Object.defineProperty(exports, "__esModule", { value: true });
20
+ exports.EmptyPlaceholder = void 0;
21
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
22
+ const react_1 = __importDefault(require("react"));
23
+ const Icon_1 = require("../Icon");
24
+ const View_1 = require("../View");
25
+ const Text_1 = require("../Text");
26
+ const ActivityIndicator_1 = require("../ActivityIndicator");
27
+ const types_1 = require("@codeleap/types");
28
+ const useStylesFor_1 = require("../../lib/hooks/useStylesFor");
29
+ const WebStyleRegistry_1 = require("../../lib/WebStyleRegistry");
30
+ const styles_1 = require("@codeleap/styles");
31
+ __exportStar(require("./styles"), exports);
32
+ __exportStar(require("./types"), exports);
33
+ /**
34
+ * Communicates an empty or loading state for a content region with an optional icon/image, title, and description.
35
+ * When `loading` is `true`, replaces all content with an `ActivityIndicator`; when `renderEmpty` is provided, it takes over the entire content layout.
36
+ * Uses: `Icon`, `Text`, `ActivityIndicator`
37
+ */
38
+ const EmptyPlaceholder = (props) => {
39
+ const { itemName, title, loading, description, style, icon: IconEmpty, renderEmpty: RenderEmpty, image, imageProps, wrapperProps, imageWrapperProps, indicatorProps, debugName, ImageComponent, } = {
40
+ ...exports.EmptyPlaceholder.defaultProps,
41
+ ...props,
42
+ };
43
+ const styles = (0, useStylesFor_1.useStylesFor)(exports.EmptyPlaceholder.styleRegistryName, style);
44
+ const emptyText = title || (itemName && `No ${itemName} found.`) || 'No items.';
45
+ const activityIndicatorStyles = (0, styles_1.useNestedStylesByKey)('loader', styles);
46
+ const _Image = react_1.default.useMemo(() => {
47
+ if (!types_1.TypeGuards.isNil(image)) {
48
+ return (0, jsx_runtime_1.jsx)(ImageComponent, { ...imageProps,
49
+ // @ts-ignore
50
+ source: image, css: styles.image });
51
+ }
52
+ if (types_1.TypeGuards.isNil(IconEmpty))
53
+ return null;
54
+ if (types_1.TypeGuards.isString(IconEmpty)) {
55
+ return (0, jsx_runtime_1.jsx)(Icon_1.Icon, { debugName: debugName, icon: IconEmpty, forceStyle: styles.icon });
56
+ }
57
+ else if (react_1.default.isValidElement(IconEmpty)) {
58
+ return (0, jsx_runtime_1.jsx)(IconEmpty, { ...props });
59
+ }
60
+ }, [IconEmpty, image]);
61
+ if (loading) {
62
+ return ((0, jsx_runtime_1.jsx)(View_1.View, { style: [styles.wrapper, styles['wrapper:loading']], children: (0, jsx_runtime_1.jsx)(ActivityIndicator_1.ActivityIndicator, { debugName: debugName, ...indicatorProps, style: activityIndicatorStyles }) }));
63
+ }
64
+ if (!types_1.TypeGuards.isNil(RenderEmpty)) {
65
+ return ((0, jsx_runtime_1.jsx)(View_1.View, { ...wrapperProps, style: styles.wrapper, children: (0, jsx_runtime_1.jsx)(RenderEmpty, { emptyText: emptyText, emptyIconName: IconEmpty, styles: {
66
+ ...styles,
67
+ activityIndicatorStyles,
68
+ } }) }));
69
+ }
70
+ return ((0, jsx_runtime_1.jsxs)(View_1.View, { ...wrapperProps, style: styles.wrapper, children: [(0, jsx_runtime_1.jsx)(View_1.View, { ...imageWrapperProps, style: styles.imageWrapper, children: _Image }), types_1.TypeGuards.isString(emptyText)
71
+ ? (0, jsx_runtime_1.jsx)(Text_1.Text, { debugName: debugName, text: emptyText, style: styles.title })
72
+ : react_1.default.isValidElement(emptyText) ? emptyText : null, types_1.TypeGuards.isString(description)
73
+ ? (0, jsx_runtime_1.jsx)(Text_1.Text, { debugName: debugName, text: description, style: styles.description })
74
+ : react_1.default.isValidElement(description) ? description : null] }));
75
+ };
76
+ exports.EmptyPlaceholder = EmptyPlaceholder;
77
+ exports.EmptyPlaceholder.styleRegistryName = 'EmptyPlaceholder';
78
+ exports.EmptyPlaceholder.elements = ['wrapper', 'loader', 'title', 'description', 'image', 'imageWrapper', 'icon'];
79
+ exports.EmptyPlaceholder.rootElement = 'wrapper';
80
+ exports.EmptyPlaceholder.ImageComponent = 'img';
81
+ exports.EmptyPlaceholder.withVariantTypes = (styles) => {
82
+ return exports.EmptyPlaceholder;
83
+ };
84
+ exports.EmptyPlaceholder.defaultProps = {};
85
+ WebStyleRegistry_1.WebStyleRegistry.registerComponent(exports.EmptyPlaceholder);
86
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/EmptyPlaceholder/index.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/components/EmptyPlaceholder/styles.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/EmptyPlaceholder/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.useFieldContext = exports.FieldProvider = exports.getFieldIds = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const react_1 = require("react");
6
+ const lib_1 = require("../../lib");
7
+ /** Derives stable ARIA `label` and `helper` element IDs from a base field ID. */
8
+ const getFieldIds = (baseId) => ({
9
+ label: baseId + '-label',
10
+ helper: baseId + '-helper',
11
+ });
12
+ exports.getFieldIds = getFieldIds;
13
+ const useFieldContextProvider = (props) => {
14
+ const generatedId = (0, react_1.useId)();
15
+ const baseId = props.id ?? generatedId;
16
+ const { label: labelId, helper: helperId } = (0, exports.getFieldIds)(baseId);
17
+ const stateContext = {
18
+ disabled: props.context?.disabled,
19
+ error: props.context?.error,
20
+ focused: props.context?.focused,
21
+ hasValue: props.context?.hasValue,
22
+ };
23
+ const styles = (0, lib_1.useStylesFor)('Field', props?.style, stateContext);
24
+ const getClassName = (...suffixes) => {
25
+ const getClasses = (basename) => suffixes.map(s => `${basename}__${s}`).join(' ');
26
+ let classes = getClasses('field');
27
+ if (props?.componentName) {
28
+ classes += ` ${getClasses(props.componentName)}`;
29
+ }
30
+ return classes;
31
+ };
32
+ return {
33
+ props,
34
+ styles,
35
+ stateContext,
36
+ getClassName,
37
+ labelId,
38
+ helperId,
39
+ };
40
+ };
41
+ const FieldContext = (0, react_1.createContext)({});
42
+ /**
43
+ * Context provider for `Field`; computes styles and state data from `FieldProps`
44
+ * and makes them available to all `Field.*` sub-elements.
45
+ * Must wrap any composition that uses `useFieldContext`.
46
+ */
47
+ const FieldProvider = ({ children, ...props }) => {
48
+ const value = useFieldContextProvider(props);
49
+ return (0, jsx_runtime_1.jsx)(FieldContext.Provider, { value: value, children: children });
50
+ };
51
+ exports.FieldProvider = FieldProvider;
52
+ /**
53
+ * Reads the nearest `FieldProvider` context.
54
+ * Must be called inside a component rendered within `FieldProvider`.
55
+ */
56
+ const useFieldContext = () => (0, react_1.useContext)(FieldContext);
57
+ exports.useFieldContext = useFieldContext;
58
+ //# sourceMappingURL=context.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../../src/components/Field/context.tsx"],"names":[],"mappings":";;;;AAAA,iCAAwD;AAExD,mCAAwC;AAGxC,iFAAiF;AAC1E,MAAM,WAAW,GAAG,CAAC,MAAc,EAAE,EAAE,CAAC,CAAC;IAC9C,KAAK,EAAE,MAAM,GAAG,QAAQ;IACxB,MAAM,EAAE,MAAM,GAAG,SAAS;CAC3B,CAAC,CAAA;AAHW,QAAA,WAAW,eAGtB;AAEF,MAAM,uBAAuB,GAAG,CAAC,KAAiB,EAAE,EAAE;IACpD,MAAM,WAAW,GAAG,IAAA,aAAK,GAAE,CAAA;IAC3B,MAAM,MAAM,GAAG,KAAK,CAAC,EAAE,IAAI,WAAW,CAAA;IACtC,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAA,mBAAW,EAAC,MAAM,CAAC,CAAA;IAEhE,MAAM,YAAY,GAAqB;QACrC,QAAQ,EAAE,KAAK,CAAC,OAAO,EAAE,QAAQ;QACjC,KAAK,EAAE,KAAK,CAAC,OAAO,EAAE,KAAK;QAC3B,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,OAAO;QAC/B,QAAQ,EAAE,KAAK,CAAC,OAAO,EAAE,QAAQ;KAClC,CAAA;IAED,MAAM,MAAM,GAAG,IAAA,kBAAY,EAAC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,YAAY,CAAC,CAAA;IAEhE,MAAM,YAAY,GAAG,CAAC,GAAG,QAAkB,EAAE,EAAE;QAC7C,MAAM,UAAU,GAAG,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,QAAQ,KAAK,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;QAEjF,IAAI,OAAO,GAAG,UAAU,CAAC,OAAO,CAAC,CAAA;QAEjC,IAAI,KAAK,EAAE,aAAa,EAAE,CAAC;YACzB,OAAO,IAAI,IAAI,UAAU,CAAC,KAAK,CAAC,aAAa,CAAC,EAAE,CAAA;QAClD,CAAC;QAED,OAAO,OAAO,CAAA;IAChB,CAAC,CAAA;IACD,OAAO;QACL,KAAK;QACL,MAAM;QACN,YAAY;QACZ,YAAY;QACZ,OAAO;QACP,QAAQ;KACT,CAAA;AACH,CAAC,CAAA;AAGD,MAAM,YAAY,GAAG,IAAA,qBAAa,EAAC,EAAmB,CAAC,CAAA;AAEvD;;;;GAIG;AACI,MAAM,aAAa,GAAG,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAsC,EAAE,EAAE;IAC1F,MAAM,KAAK,GAAG,uBAAuB,CAAC,KAAK,CAAC,CAAA;IAC5C,OAAO,uBAAC,YAAY,CAAC,QAAQ,IAAC,KAAK,EAAE,KAAK,YACvC,QAAQ,GACa,CAAA;AAC1B,CAAC,CAAA;AALY,QAAA,aAAa,iBAKzB;AAED;;;GAGG;AACI,MAAM,eAAe,GAAG,GAAG,EAAE,CAAC,IAAA,kBAAU,EAAC,YAAY,CAAC,CAAA;AAAhD,QAAA,eAAe,mBAAiC"}
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SectionSlot = exports.FieldWrapper = exports.FieldBox = exports.FieldHelper = exports.FieldHeading = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const types_1 = require("@codeleap/types");
6
+ const Text_1 = require("../Text");
7
+ const View_1 = require("../View");
8
+ const context_1 = require("./context");
9
+ const lib_1 = require("../../lib");
10
+ const Touchable_1 = require("../Touchable");
11
+ /**
12
+ * Renders the field label linked to the input via `aria-labelledby`.
13
+ * Reads content from `FieldProvider` context; renders nothing when no label is present.
14
+ * Must be inside `FieldProvider`.
15
+ */
16
+ const FieldHeading = (props) => {
17
+ const ctx = (0, context_1.useFieldContext)();
18
+ const label = props?.children ?? ctx?.props?.label;
19
+ if (!label && !props.component)
20
+ return null;
21
+ const Component = props?.component ?? Text_1.Text;
22
+ return (0, jsx_runtime_1.jsx)(Component, { id: ctx.labelId, component: 'label', ref: props.ref, style: [ctx?.styles?.heading, props?.style], className: ctx.getClassName('heading'), children: label });
23
+ };
24
+ exports.FieldHeading = FieldHeading;
25
+ /**
26
+ * Renders the field helper/description text.
27
+ * Reads content from `FieldProvider` context; renders nothing when no helper is present.
28
+ * Must be inside `FieldProvider`.
29
+ */
30
+ const FieldHelper = (props) => {
31
+ const ctx = (0, context_1.useFieldContext)();
32
+ const label = props?.children ?? ctx?.props?.helper;
33
+ if (!label && !props.component)
34
+ return null;
35
+ const Component = props?.component ?? Text_1.Text.Span;
36
+ return (0, jsx_runtime_1.jsx)(Component, { id: ctx.helperId, ref: props.ref, style: [ctx?.styles?.helper, props?.style], className: ctx.getClassName('helper'), children: label });
37
+ };
38
+ exports.FieldHelper = FieldHelper;
39
+ /**
40
+ * Input container row that receives state `data-*` attributes from context;
41
+ * renders as `Touchable` when `onPress` is provided, otherwise as `View`.
42
+ * Must be inside `FieldProvider`.
43
+ * Uses: `View`, `Touchable`
44
+ */
45
+ const FieldBox = ({ component = View_1.View, style, ref, children, onPress, ...rest }) => {
46
+ const ctx = (0, context_1.useFieldContext)();
47
+ const attrs = (0, lib_1.toDataAttrs)(ctx.stateContext);
48
+ if (onPress) {
49
+ return ((0, jsx_runtime_1.jsx)(Touchable_1.Touchable, { debugName: 'field-box', css: [ctx?.styles?.box, style], onPress: onPress, className: ctx.getClassName('box'), ...attrs, ...rest, ref: ref ?? ctx?.props?.boxRef, children: children }));
50
+ }
51
+ return ((0, jsx_runtime_1.jsx)(View_1.View, { css: [ctx?.styles?.box, style], className: ctx.getClassName('box'), ...attrs, ...rest, ref: ref ?? ctx?.props?.boxRef, children: children }));
52
+ };
53
+ exports.FieldBox = FieldBox;
54
+ /**
55
+ * Outermost container for the full field layout; forwards state `data-*`
56
+ * attributes and resolves the `wrapperRef` from context.
57
+ * Must be inside `FieldProvider`.
58
+ */
59
+ const FieldWrapper = (props) => {
60
+ const ctx = (0, context_1.useFieldContext)();
61
+ const Component = props?.component ?? View_1.View;
62
+ const attrs = (0, lib_1.toDataAttrs)(ctx.stateContext);
63
+ return (0, jsx_runtime_1.jsx)(Component, { ref: props.ref ?? ctx?.props?.wrapperRef, style: [ctx.styles.wrapper, props?.style], ...attrs, className: ctx.getClassName('wrapper'), children: props?.children });
64
+ };
65
+ exports.FieldWrapper = FieldWrapper;
66
+ /**
67
+ * Renders either the `leftSection` or `rightSection` prop from `FieldProvider`
68
+ * context; supports static ReactNode and render-function forms.
69
+ * Must be inside `FieldProvider`.
70
+ */
71
+ const SectionSlot = (props) => {
72
+ const ctx = (0, context_1.useFieldContext)();
73
+ const sectionProp = props?.position === 'left' ? ctx.props.leftSection : ctx.props.rightSection;
74
+ const style = props.position === 'left' ? ctx.styles.leftSection : ctx.styles.rightSection;
75
+ let Component = null;
76
+ if (props?.component) {
77
+ Component = props?.component;
78
+ }
79
+ else if (types_1.TypeGuards.isFunction(sectionProp)) {
80
+ Component = sectionProp;
81
+ }
82
+ else {
83
+ if (!sectionProp)
84
+ return null;
85
+ return (0, jsx_runtime_1.jsx)(View_1.View, { style: [ctx.styles.section, style], className: ctx.getClassName('section', `${props.position}_section`), children: sectionProp });
86
+ }
87
+ const attrs = (0, lib_1.toDataAttrs)(ctx.stateContext);
88
+ const Render = Component;
89
+ return (0, jsx_runtime_1.jsx)(Render, { ...attrs, "data-section-position": props.position, style: [ctx.styles.section, style], className: ctx.getClassName('section', `${props.position}_section`) });
90
+ };
91
+ exports.SectionSlot = SectionSlot;
92
+ //# sourceMappingURL=elements.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elements.js","sourceRoot":"","sources":["../../../src/components/Field/elements.tsx"],"names":[],"mappings":"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"}