@jenesei-software/jenesei-kit-react 1.3.39 → 2.0.0

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 (754) hide show
  1. package/README.md +0 -37
  2. package/build/AnimatePresence-BByJ67dn.js +134 -0
  3. package/build/AnimatePresence-BByJ67dn.js.map +1 -0
  4. package/build/AnimatePresence-BtUPiqYm.cjs +11 -0
  5. package/build/AnimatePresence-BtUPiqYm.cjs.map +1 -0
  6. package/build/area-outside.cjs.js +1 -2
  7. package/build/area-outside.d.ts +2 -28
  8. package/build/area-outside.es.js +2 -3
  9. package/build/area-preview.cjs.js +1 -2
  10. package/build/area-preview.d.ts +2 -48
  11. package/build/area-preview.es.js +3 -5
  12. package/build/area-skeleton.cjs.js +1 -2
  13. package/build/area-skeleton.d.ts +2 -68
  14. package/build/area-skeleton.es.js +2 -4
  15. package/build/areas/outside/area.d.ts +7 -0
  16. package/build/areas/outside/index.d.ts +1 -0
  17. package/build/areas/preview/area.d.ts +3 -0
  18. package/build/areas/preview/area.hooks.d.ts +1 -0
  19. package/build/areas/preview/area.types.d.ts +19 -0
  20. package/build/areas/preview/index.d.ts +3 -0
  21. package/build/areas/skeleton/area.d.ts +3 -0
  22. package/build/areas/skeleton/area.types.d.ts +21 -0
  23. package/build/areas/skeleton/index.d.ts +2 -0
  24. package/build/build-info.txt +3 -3
  25. package/build/button-C5PgNYns.cjs +3 -0
  26. package/build/button-C5PgNYns.cjs.map +1 -0
  27. package/build/button-D8zdhI-0.js +102 -0
  28. package/build/button-D8zdhI-0.js.map +1 -0
  29. package/build/checkbox-Ba0-4wxk.js +98 -0
  30. package/build/checkbox-Ba0-4wxk.js.map +1 -0
  31. package/build/checkbox-BtkbSjHq.cjs +3 -0
  32. package/build/checkbox-BtkbSjHq.cjs.map +1 -0
  33. package/build/chunk-CW3en5xf.cjs +1 -0
  34. package/build/chunk-D1xtDmiO.js +31 -0
  35. package/build/component-6HgOL-7c.js +71 -0
  36. package/build/component-6HgOL-7c.js.map +1 -0
  37. package/build/component-BjdeqpEq.cjs +3 -0
  38. package/build/component-BjdeqpEq.cjs.map +1 -0
  39. package/build/component-button.cjs.js +1 -2
  40. package/build/component-button.d.ts +2 -208
  41. package/build/component-button.es.js +2 -5
  42. package/build/component-checkbox.cjs.js +1 -2
  43. package/build/component-checkbox.d.ts +2 -208
  44. package/build/component-checkbox.es.js +2 -8
  45. package/build/component-date-picker.cjs.js +1 -2
  46. package/build/component-date-picker.d.ts +2 -582
  47. package/build/component-date-picker.es.js +2 -19
  48. package/build/component-icon.cjs.js +1 -2
  49. package/build/component-icon.d.ts +2 -136
  50. package/build/component-icon.es.js +4 -8
  51. package/build/component-input-otp.cjs.js +1 -2
  52. package/build/component-input-otp.d.ts +2 -211
  53. package/build/component-input-otp.es.js +2 -7
  54. package/build/component-input.cjs.js +1 -2
  55. package/build/component-input.d.ts +2 -286
  56. package/build/component-input.es.js +2 -18
  57. package/build/component-pagination.cjs.js +1 -2
  58. package/build/component-pagination.d.ts +2 -196
  59. package/build/component-pagination.es.js +2 -4
  60. package/build/component-popover.cjs.js +1 -0
  61. package/build/component-popover.d.ts +2 -0
  62. package/build/component-popover.es.js +5 -0
  63. package/build/component-select.cjs.js +1 -2
  64. package/build/component-select.d.ts +2 -411
  65. package/build/component-select.es.js +6 -18
  66. package/build/component-separator.cjs.js +1 -2
  67. package/build/component-separator.d.ts +2 -49
  68. package/build/component-separator.es.js +2 -5
  69. package/build/component-stack.cjs.js +1 -2
  70. package/build/component-stack.d.ts +2 -72
  71. package/build/component-stack.es.js +3 -6
  72. package/build/component-textarea.cjs.js +1 -2
  73. package/build/component-textarea.d.ts +2 -202
  74. package/build/component-textarea.es.js +2 -6
  75. package/build/component-toggle.cjs.js +1 -2
  76. package/build/component-toggle.d.ts +2 -150
  77. package/build/component-toggle.es.js +2 -6
  78. package/build/component-tooltip.cjs.js +1 -2
  79. package/build/component-tooltip.d.ts +2 -360
  80. package/build/component-tooltip.es.js +2 -10
  81. package/build/component-typography.cjs.js +1 -2
  82. package/build/component-typography.d.ts +2 -316
  83. package/build/component-typography.es.js +3 -9
  84. package/build/components/button/component.d.ts +3 -0
  85. package/build/components/button/component.types.d.ts +41 -0
  86. package/build/components/button/index.d.ts +2 -0
  87. package/build/components/checkbox/component.d.ts +3 -0
  88. package/build/components/checkbox/component.types.d.ts +51 -0
  89. package/build/components/checkbox/index.d.ts +2 -0
  90. package/build/components/date-picker/component.d.ts +2 -0
  91. package/build/components/date-picker/component.types.d.ts +86 -0
  92. package/build/components/date-picker/index.d.ts +2 -0
  93. package/build/components/error/component.d.ts +3 -0
  94. package/build/components/error/component.types.d.ts +11 -0
  95. package/build/components/error/index.d.ts +2 -0
  96. package/build/components/icon/component.consts.d.ts +6 -0
  97. package/build/components/icon/component.d.ts +9 -0
  98. package/build/components/icon/component.functions.d.ts +2 -0
  99. package/build/components/icon/component.hooks.d.ts +5 -0
  100. package/build/components/icon/component.types.d.ts +47 -0
  101. package/build/components/icon/index.d.ts +4 -0
  102. package/build/components/input/component.d.ts +6 -0
  103. package/build/components/input/component.types.d.ts +78 -0
  104. package/build/components/input/index.d.ts +2 -0
  105. package/build/components/input-otp/component.d.ts +2 -0
  106. package/build/components/input-otp/component.types.d.ts +8 -0
  107. package/build/components/input-otp/index.d.ts +2 -0
  108. package/build/components/pagination/component.constants.d.ts +1 -0
  109. package/build/components/pagination/component.d.ts +3 -0
  110. package/build/components/pagination/component.types.d.ts +22 -0
  111. package/build/components/pagination/index.d.ts +2 -0
  112. package/build/components/popover/component.constants.d.ts +3 -0
  113. package/build/components/popover/component.d.ts +34 -0
  114. package/build/components/popover/component.types.d.ts +113 -0
  115. package/build/components/popover/index.d.ts +2 -0
  116. package/build/components/select/component.d.ts +4 -0
  117. package/build/components/select/component.examples.d.ts +6 -0
  118. package/build/components/select/component.types.d.ts +109 -0
  119. package/build/components/select/index.d.ts +3 -0
  120. package/build/components/separator/component.d.ts +3 -0
  121. package/build/components/separator/component.types.d.ts +10 -0
  122. package/build/components/separator/index.d.ts +2 -0
  123. package/build/components/stack/component.d.ts +4 -0
  124. package/build/components/stack/component.types.d.ts +20 -0
  125. package/build/components/stack/index.d.ts +2 -0
  126. package/build/components/textarea/component.d.ts +2 -0
  127. package/build/components/textarea/component.types.d.ts +67 -0
  128. package/build/components/textarea/index.d.ts +2 -0
  129. package/build/components/toggle/component.d.ts +2 -0
  130. package/build/components/toggle/component.types.d.ts +25 -0
  131. package/build/components/toggle/index.d.ts +2 -0
  132. package/build/components/tooltip/component.constants.d.ts +3 -0
  133. package/build/components/tooltip/component.d.ts +4 -0
  134. package/build/components/tooltip/component.types.d.ts +12 -0
  135. package/build/components/tooltip/index.d.ts +2 -0
  136. package/build/components/typography/component.d.ts +3 -0
  137. package/build/components/typography/component.types.d.ts +18 -0
  138. package/build/components/typography/index.d.ts +2 -0
  139. package/build/components-error.cjs.js +1 -0
  140. package/build/components-error.d.ts +2 -0
  141. package/build/components-error.es.js +4 -0
  142. package/build/context-app-4_kY3Qcd.js +417 -0
  143. package/build/context-app-4_kY3Qcd.js.map +1 -0
  144. package/build/context-app-DKsS6_WR.cjs +9 -0
  145. package/build/context-app-DKsS6_WR.cjs.map +1 -0
  146. package/build/context-app.cjs.js +1 -2
  147. package/build/context-app.d.ts +2 -224
  148. package/build/context-app.es.js +3 -19
  149. package/build/context-browser-theme-CPhqqRUP.js +35 -0
  150. package/build/context-browser-theme-CPhqqRUP.js.map +1 -0
  151. package/build/context-browser-theme-o9geUlSH.cjs +3 -0
  152. package/build/context-browser-theme-o9geUlSH.cjs.map +1 -0
  153. package/build/context-browser-theme.cjs.js +1 -0
  154. package/build/context-browser-theme.d.ts +2 -0
  155. package/build/context-browser-theme.es.js +5 -0
  156. package/build/context-cookie-5CBhf-gb.js +138 -0
  157. package/build/context-cookie-5CBhf-gb.js.map +1 -0
  158. package/build/context-cookie-CvTU44MD.cjs +3 -0
  159. package/build/context-cookie-CvTU44MD.cjs.map +1 -0
  160. package/build/context-cookie.cjs.js +1 -2
  161. package/build/context-cookie.d.ts +2 -67
  162. package/build/context-cookie.es.js +3 -8
  163. package/build/context-dialog-CCnhd1EY.cjs +3 -0
  164. package/build/context-dialog-CCnhd1EY.cjs.map +1 -0
  165. package/build/context-dialog-HLeQ5WNn.js +176 -0
  166. package/build/context-dialog-HLeQ5WNn.js.map +1 -0
  167. package/build/context-dialog.cjs.js +1 -2
  168. package/build/context-dialog.d.ts +2 -106
  169. package/build/context-dialog.es.js +4 -17
  170. package/build/context-geolocation-C7PYGQ2g.js +42 -0
  171. package/build/context-geolocation-C7PYGQ2g.js.map +1 -0
  172. package/build/context-geolocation-ffFFV4kn.cjs +3 -0
  173. package/build/context-geolocation-ffFFV4kn.cjs.map +1 -0
  174. package/build/context-geolocation.cjs.js +1 -2
  175. package/build/context-geolocation.d.ts +2 -22
  176. package/build/context-geolocation.es.js +3 -6
  177. package/build/context-local-storage-Bb_vktd8.js +83 -0
  178. package/build/context-local-storage-Bb_vktd8.js.map +1 -0
  179. package/build/context-local-storage-kmxWNK_4.cjs +3 -0
  180. package/build/context-local-storage-kmxWNK_4.cjs.map +1 -0
  181. package/build/context-local-storage.cjs.js +1 -2
  182. package/build/context-local-storage.d.ts +2 -54
  183. package/build/context-local-storage.es.js +3 -8
  184. package/build/context-permission-Co4BKDOu.js +77 -0
  185. package/build/context-permission-Co4BKDOu.js.map +1 -0
  186. package/build/context-permission-K3tWOiAx.cjs +3 -0
  187. package/build/context-permission-K3tWOiAx.cjs.map +1 -0
  188. package/build/context-permission.cjs.js +1 -2
  189. package/build/context-permission.d.ts +2 -28
  190. package/build/context-permission.es.js +3 -7
  191. package/build/context-screen-width-CEsyIyg6.js +53 -0
  192. package/build/context-screen-width-CEsyIyg6.js.map +1 -0
  193. package/build/context-screen-width-ind6z7Ny.cjs +3 -0
  194. package/build/context-screen-width-ind6z7Ny.cjs.map +1 -0
  195. package/build/context-screen-width.cjs.js +1 -2
  196. package/build/context-screen-width.d.ts +2 -34
  197. package/build/context-screen-width.es.js +3 -5
  198. package/build/context-sonner-Bniiz914.js +218 -0
  199. package/build/context-sonner-Bniiz914.js.map +1 -0
  200. package/build/context-sonner-L0OMEvZE.cjs +3 -0
  201. package/build/context-sonner-L0OMEvZE.cjs.map +1 -0
  202. package/build/context-sonner.cjs.js +1 -2
  203. package/build/context-sonner.d.ts +2 -457
  204. package/build/context-sonner.es.js +3 -20
  205. package/build/contexts/context-app/context.d.ts +33 -0
  206. package/build/contexts/context-app/context.hooks.d.ts +2 -0
  207. package/build/contexts/context-app/context.styles.d.ts +14 -0
  208. package/build/contexts/context-app/context.types.d.ts +87 -0
  209. package/build/contexts/context-app/index.d.ts +2 -0
  210. package/build/contexts/context-browser-theme/context.d.ts +4 -0
  211. package/build/contexts/context-browser-theme/context.hooks.d.ts +2 -0
  212. package/build/contexts/context-browser-theme/context.types.d.ts +12 -0
  213. package/build/contexts/context-browser-theme/index.d.ts +2 -0
  214. package/build/contexts/context-cookie/context.d.ts +27 -0
  215. package/build/contexts/context-cookie/context.functions.d.ts +3 -0
  216. package/build/contexts/context-cookie/context.hooks.d.ts +9 -0
  217. package/build/contexts/context-cookie/context.types.d.ts +18 -0
  218. package/build/contexts/context-cookie/index.d.ts +3 -0
  219. package/build/contexts/context-dialog/context.constants.d.ts +8 -0
  220. package/build/contexts/context-dialog/context.d.ts +4 -0
  221. package/build/contexts/context-dialog/context.hooks.d.ts +3 -0
  222. package/build/contexts/context-dialog/context.styles.d.ts +9 -0
  223. package/build/contexts/context-dialog/context.types.d.ts +47 -0
  224. package/build/contexts/context-dialog/index.d.ts +3 -0
  225. package/build/contexts/context-geolocation/context.d.ts +4 -0
  226. package/build/contexts/context-geolocation/context.hooks.d.ts +2 -0
  227. package/build/contexts/context-geolocation/context.types.d.ts +10 -0
  228. package/build/contexts/context-geolocation/index.d.ts +2 -0
  229. package/build/contexts/context-local-storage/context.d.ts +21 -0
  230. package/build/contexts/context-local-storage/context.functions.d.ts +2 -0
  231. package/build/contexts/context-local-storage/context.hooks.d.ts +5 -0
  232. package/build/contexts/context-local-storage/context.types.d.ts +16 -0
  233. package/build/contexts/context-local-storage/index.d.ts +3 -0
  234. package/build/contexts/context-permission/context.d.ts +3 -0
  235. package/build/contexts/context-permission/context.functions.d.ts +1 -0
  236. package/build/contexts/context-permission/context.hooks.d.ts +5 -0
  237. package/build/contexts/context-permission/context.types.d.ts +11 -0
  238. package/build/contexts/context-permission/index.d.ts +2 -0
  239. package/build/contexts/context-screen-width/context.d.ts +4 -0
  240. package/build/contexts/context-screen-width/context.hooks.d.ts +2 -0
  241. package/build/contexts/context-screen-width/context.types.d.ts +11 -0
  242. package/build/contexts/context-screen-width/index.d.ts +3 -0
  243. package/build/contexts/context-sonner/context.constants.d.ts +9 -0
  244. package/build/contexts/context-sonner/context.d.ts +4 -0
  245. package/build/contexts/context-sonner/context.hooks.d.ts +2 -0
  246. package/build/contexts/context-sonner/context.styles.d.ts +30 -0
  247. package/build/contexts/context-sonner/context.types.d.ts +59 -0
  248. package/build/contexts/context-sonner/index.d.ts +3 -0
  249. package/build/cores/consts.d.ts +30 -0
  250. package/build/{functions.d.ts → cores/functions.d.ts} +18 -22
  251. package/build/cores/logger.d.ts +1 -0
  252. package/build/cores/types.d.ts +18 -0
  253. package/build/date-picker-CQUe3ZXt.cjs +3 -0
  254. package/build/date-picker-CQUe3ZXt.cjs.map +1 -0
  255. package/build/date-picker-z3LcE7Ab.js +689 -0
  256. package/build/date-picker-z3LcE7Ab.js.map +1 -0
  257. package/build/dist-C8r_OdG1.cjs +3 -0
  258. package/build/dist-C8r_OdG1.cjs.map +1 -0
  259. package/build/dist-Dq_YJa2q.js +483 -0
  260. package/build/dist-Dq_YJa2q.js.map +1 -0
  261. package/build/error--kiPVmoi.cjs +3 -0
  262. package/build/error--kiPVmoi.cjs.map +1 -0
  263. package/build/error-D1UNY-0f.js +50 -0
  264. package/build/error-D1UNY-0f.js.map +1 -0
  265. package/build/functions-CLGf7hqw.js +20 -0
  266. package/build/functions-CLGf7hqw.js.map +1 -0
  267. package/build/functions-Dwo54amB.cjs +3 -0
  268. package/build/functions-Dwo54amB.cjs.map +1 -0
  269. package/build/hooks/use-debounced-callback/index.d.ts +1 -0
  270. package/build/hooks/use-debounced-callback/use.d.ts +1 -0
  271. package/build/hooks/use-deep-compare-memoize/index.d.ts +1 -0
  272. package/build/hooks/use-deep-compare-memoize/use.d.ts +1 -0
  273. package/build/hooks/use-deep-memo/index.d.ts +1 -0
  274. package/build/hooks/use-deep-memo/use.d.ts +1 -0
  275. package/build/hooks/use-merge-refs/index.d.ts +1 -0
  276. package/build/hooks/use-merge-refs/use.d.ts +2 -0
  277. package/build/hooks/use-overflowing/index.d.ts +2 -0
  278. package/build/hooks/use-overflowing/use.d.ts +12 -0
  279. package/build/hooks/use-overflowing/use.types.d.ts +6 -0
  280. package/build/hooks/use-overflowing-advanced/index.d.ts +2 -0
  281. package/build/hooks/use-overflowing-advanced/use.d.ts +7 -0
  282. package/build/hooks/use-overflowing-advanced/use.types.d.ts +5 -0
  283. package/build/hooks/use-overflowing-in-container/index.d.ts +2 -0
  284. package/build/hooks/use-overflowing-in-container/use.d.ts +7 -0
  285. package/build/hooks/use-overflowing-in-container/use.types.d.ts +7 -0
  286. package/build/hooks/use-responsive-layout/index.d.ts +1 -0
  287. package/build/hooks/use-responsive-layout/use.d.ts +2 -0
  288. package/build/hooks/use-typography-styles/index.d.ts +2 -0
  289. package/build/hooks/use-typography-styles/use.d.ts +2 -0
  290. package/build/hooks/use-typography-styles/use.types.d.ts +11 -0
  291. package/build/hooks-use-debounced-callback.cjs.js +3 -2
  292. package/build/hooks-use-debounced-callback.cjs.js.map +1 -1
  293. package/build/hooks-use-debounced-callback.d.ts +2 -3
  294. package/build/hooks-use-debounced-callback.es.js +12 -3
  295. package/build/hooks-use-debounced-callback.es.js.map +1 -1
  296. package/build/hooks-use-deep-compare-memoize.cjs.js +3 -2
  297. package/build/hooks-use-deep-compare-memoize.cjs.js.map +1 -1
  298. package/build/hooks-use-deep-compare-memoize.d.ts +2 -3
  299. package/build/hooks-use-deep-compare-memoize.es.js +10 -3
  300. package/build/hooks-use-deep-compare-memoize.es.js.map +1 -1
  301. package/build/hooks-use-deep-memo.cjs.js +3 -0
  302. package/build/hooks-use-deep-memo.cjs.js.map +1 -0
  303. package/build/hooks-use-deep-memo.d.ts +2 -0
  304. package/build/hooks-use-deep-memo.es.js +13 -0
  305. package/build/hooks-use-deep-memo.es.js.map +1 -0
  306. package/build/hooks-use-merge-refs.cjs.js +3 -0
  307. package/build/hooks-use-merge-refs.cjs.js.map +1 -0
  308. package/build/hooks-use-merge-refs.d.ts +2 -0
  309. package/build/hooks-use-merge-refs.es.js +13 -0
  310. package/build/hooks-use-merge-refs.es.js.map +1 -0
  311. package/build/hooks-use-overflowing-advanced.cjs.js +3 -0
  312. package/build/hooks-use-overflowing-advanced.cjs.js.map +1 -0
  313. package/build/hooks-use-overflowing-advanced.d.ts +2 -0
  314. package/build/hooks-use-overflowing-advanced.es.js +24 -0
  315. package/build/hooks-use-overflowing-advanced.es.js.map +1 -0
  316. package/build/hooks-use-overflowing-in-container.cjs.js +3 -0
  317. package/build/hooks-use-overflowing-in-container.cjs.js.map +1 -0
  318. package/build/hooks-use-overflowing-in-container.d.ts +2 -0
  319. package/build/hooks-use-overflowing-in-container.es.js +20 -0
  320. package/build/hooks-use-overflowing-in-container.es.js.map +1 -0
  321. package/build/hooks-use-overflowing.cjs.js +3 -0
  322. package/build/hooks-use-overflowing.cjs.js.map +1 -0
  323. package/build/hooks-use-overflowing.d.ts +2 -0
  324. package/build/hooks-use-overflowing.es.js +28 -0
  325. package/build/hooks-use-overflowing.es.js.map +1 -0
  326. package/build/hooks-use-responsive-layout.cjs.js +3 -0
  327. package/build/hooks-use-responsive-layout.cjs.js.map +1 -0
  328. package/build/hooks-use-responsive-layout.d.ts +2 -0
  329. package/build/hooks-use-responsive-layout.es.js +22 -0
  330. package/build/hooks-use-responsive-layout.es.js.map +1 -0
  331. package/build/hooks-use-typography-styles.cjs.js +3 -0
  332. package/build/hooks-use-typography-styles.cjs.js.map +1 -0
  333. package/build/hooks-use-typography-styles.d.ts +2 -0
  334. package/build/hooks-use-typography-styles.es.js +37 -0
  335. package/build/hooks-use-typography-styles.es.js.map +1 -0
  336. package/build/icon-BG6R5Lfa.js +277 -0
  337. package/build/icon-BG6R5Lfa.js.map +1 -0
  338. package/build/icon-CreblPsB.cjs +3 -0
  339. package/build/icon-CreblPsB.cjs.map +1 -0
  340. package/build/index.cjs.js +1 -2
  341. package/build/index.d.ts +39 -2494
  342. package/build/index.es.js +104 -309
  343. package/build/input-CWcWWMCp.cjs +11 -0
  344. package/build/input-CWcWWMCp.cjs.map +1 -0
  345. package/build/input-DqMLnOz5.js +917 -0
  346. package/build/input-DqMLnOz5.js.map +1 -0
  347. package/build/input-otp-DPp3qmvI.js +106 -0
  348. package/build/input-otp-DPp3qmvI.js.map +1 -0
  349. package/build/input-otp-Z_wz6o6L.cjs +3 -0
  350. package/build/input-otp-Z_wz6o6L.cjs.map +1 -0
  351. package/build/isEqual-VCZu3vai.js +675 -0
  352. package/build/isEqual-VCZu3vai.js.map +1 -0
  353. package/build/isEqual-wc3RBuBi.cjs +3 -0
  354. package/build/isEqual-wc3RBuBi.cjs.map +1 -0
  355. package/build/logger-BRWLzI5S.js +174 -0
  356. package/build/logger-BRWLzI5S.js.map +1 -0
  357. package/build/logger-DZFY33QY.cjs +5 -0
  358. package/build/logger-DZFY33QY.cjs.map +1 -0
  359. package/build/motion-BeQRGZxW.cjs +3 -0
  360. package/build/motion-BeQRGZxW.cjs.map +1 -0
  361. package/build/motion-Ot_yGWVJ.js +128 -0
  362. package/build/motion-Ot_yGWVJ.js.map +1 -0
  363. package/build/outside-BtjOuCPD.js +24 -0
  364. package/build/outside-BtjOuCPD.js.map +1 -0
  365. package/build/outside-DJ1B9sBT.cjs +3 -0
  366. package/build/outside-DJ1B9sBT.cjs.map +1 -0
  367. package/build/pagination-BnvQ1aha.cjs +3 -0
  368. package/build/pagination-BnvQ1aha.cjs.map +1 -0
  369. package/build/pagination-CpaP3Svg.js +110 -0
  370. package/build/pagination-CpaP3Svg.js.map +1 -0
  371. package/build/popover-1k1MNFwv.js +1948 -0
  372. package/build/popover-1k1MNFwv.js.map +1 -0
  373. package/build/popover-fte_EMYr.cjs +3 -0
  374. package/build/popover-fte_EMYr.cjs.map +1 -0
  375. package/build/preview-BvJN6QoV.js +65 -0
  376. package/build/preview-BvJN6QoV.js.map +1 -0
  377. package/build/preview-CG76AiC9.cjs +3 -0
  378. package/build/preview-CG76AiC9.cjs.map +1 -0
  379. package/build/proxy-D2Z8K6jr.cjs +3 -0
  380. package/build/proxy-D2Z8K6jr.cjs.map +1 -0
  381. package/build/proxy-DTLy-pV-.js +4354 -0
  382. package/build/proxy-DTLy-pV-.js.map +1 -0
  383. package/build/select-B4JeEvIF.js +3443 -0
  384. package/build/select-B4JeEvIF.js.map +1 -0
  385. package/build/select-BQtWzaxE.cjs +9 -0
  386. package/build/select-BQtWzaxE.cjs.map +1 -0
  387. package/build/separator-BXoT44nC.cjs +3 -0
  388. package/build/separator-BXoT44nC.cjs.map +1 -0
  389. package/build/separator-hWp-s54-.js +29 -0
  390. package/build/separator-hWp-s54-.js.map +1 -0
  391. package/build/skeleton-BOfnrUaI.cjs +3 -0
  392. package/build/skeleton-BOfnrUaI.cjs.map +1 -0
  393. package/build/skeleton-Bzr92XmL.js +39 -0
  394. package/build/skeleton-Bzr92XmL.js.map +1 -0
  395. package/build/style-motion.cjs.js +1 -2
  396. package/build/style-motion.d.ts +2 -20
  397. package/build/style-motion.es.js +5 -6
  398. package/build/style-utils.cjs.js +1 -0
  399. package/build/style-utils.d.ts +2 -0
  400. package/build/style-utils.es.js +7 -0
  401. package/build/styles/motion/index.d.ts +1 -0
  402. package/build/styles/motion/motion.d.ts +13 -0
  403. package/build/styles/utils/constants.d.ts +1797 -0
  404. package/build/styles/utils/functions.d.ts +3 -0
  405. package/build/styles/utils/index.d.ts +3 -0
  406. package/build/styles/utils/types.d.ts +68 -0
  407. package/build/textarea-BRzorAFw.cjs +3 -0
  408. package/build/textarea-BRzorAFw.cjs.map +1 -0
  409. package/build/textarea-BssfjUe3.js +132 -0
  410. package/build/textarea-BssfjUe3.js.map +1 -0
  411. package/build/toggle-BFp9Nmas.cjs +3 -0
  412. package/build/toggle-BFp9Nmas.cjs.map +1 -0
  413. package/build/toggle-CCfZoBpW.js +86 -0
  414. package/build/toggle-CCfZoBpW.js.map +1 -0
  415. package/build/typography-B2KioMfq.js +116 -0
  416. package/build/typography-B2KioMfq.js.map +1 -0
  417. package/build/typography-whjfut7N.cjs +3 -0
  418. package/build/typography-whjfut7N.cjs.map +1 -0
  419. package/build/utils-Cona48dZ.js +925 -0
  420. package/build/utils-Cona48dZ.js.map +1 -0
  421. package/build/utils-DtinAjAU.cjs +3 -0
  422. package/build/utils-DtinAjAU.cjs.map +1 -0
  423. package/build/v4-BDi_Luux.cjs +3 -0
  424. package/build/v4-BDi_Luux.cjs.map +1 -0
  425. package/build/v4-CYaPyb-W.js +31 -0
  426. package/build/v4-CYaPyb-W.js.map +1 -0
  427. package/package.json +189 -194
  428. package/build/area-0BNtBqG8.cjs +0 -2
  429. package/build/area-0BNtBqG8.cjs.map +0 -1
  430. package/build/area-B6xxVQ87.js +0 -35
  431. package/build/area-B6xxVQ87.js.map +0 -1
  432. package/build/area-B7-4IFQB.js +0 -19
  433. package/build/area-B7-4IFQB.js.map +0 -1
  434. package/build/area-DxKLtDFZ.cjs +0 -2
  435. package/build/area-DxKLtDFZ.cjs.map +0 -1
  436. package/build/area-outside.cjs.js.map +0 -1
  437. package/build/area-outside.es.js.map +0 -1
  438. package/build/area-preview.cjs.js.map +0 -1
  439. package/build/area-preview.es.js.map +0 -1
  440. package/build/area-scroll.cjs.js +0 -2
  441. package/build/area-scroll.cjs.js.map +0 -1
  442. package/build/area-scroll.d.ts +0 -57
  443. package/build/area-scroll.es.js +0 -7
  444. package/build/area-scroll.es.js.map +0 -1
  445. package/build/area-skeleton.cjs.js.map +0 -1
  446. package/build/area-skeleton.es.js.map +0 -1
  447. package/build/area-smooth.cjs.js +0 -2
  448. package/build/area-smooth.cjs.js.map +0 -1
  449. package/build/area-smooth.d.ts +0 -37
  450. package/build/area-smooth.es.js +0 -5
  451. package/build/area-smooth.es.js.map +0 -1
  452. package/build/area.hooks-Bk04M7mk.js +0 -26
  453. package/build/area.hooks-Bk04M7mk.js.map +0 -1
  454. package/build/area.hooks-C_UKZzcb.cjs +0 -2
  455. package/build/area.hooks-C_UKZzcb.cjs.map +0 -1
  456. package/build/area.styles-Cpx4H0gc.cjs +0 -27
  457. package/build/area.styles-Cpx4H0gc.cjs.map +0 -1
  458. package/build/area.styles-DhCCEhuq.js +0 -32
  459. package/build/area.styles-DhCCEhuq.js.map +0 -1
  460. package/build/component-B0PbrKuJ.cjs +0 -2
  461. package/build/component-B0PbrKuJ.cjs.map +0 -1
  462. package/build/component-BBrKC5hB.js +0 -84
  463. package/build/component-BBrKC5hB.js.map +0 -1
  464. package/build/component-BMIqhbpK.js +0 -23
  465. package/build/component-BMIqhbpK.js.map +0 -1
  466. package/build/component-BlEglNo9.js +0 -60
  467. package/build/component-BlEglNo9.js.map +0 -1
  468. package/build/component-CONSm7hH.cjs +0 -2
  469. package/build/component-CONSm7hH.cjs.map +0 -1
  470. package/build/component-CPVG0orB.js +0 -50
  471. package/build/component-CPVG0orB.js.map +0 -1
  472. package/build/component-CTrSBI75.js +0 -64
  473. package/build/component-CTrSBI75.js.map +0 -1
  474. package/build/component-CWawez-M.js +0 -443
  475. package/build/component-CWawez-M.js.map +0 -1
  476. package/build/component-CZM5p4mC.js +0 -74
  477. package/build/component-CZM5p4mC.js.map +0 -1
  478. package/build/component-Cfs39n8Q.js +0 -21
  479. package/build/component-Cfs39n8Q.js.map +0 -1
  480. package/build/component-CoOTSdM5.cjs +0 -28
  481. package/build/component-CoOTSdM5.cjs.map +0 -1
  482. package/build/component-Cu2i_-RT.cjs +0 -2
  483. package/build/component-Cu2i_-RT.cjs.map +0 -1
  484. package/build/component-D-HMYzXU.js +0 -65
  485. package/build/component-D-HMYzXU.js.map +0 -1
  486. package/build/component-DGpaKn6_.js +0 -248
  487. package/build/component-DGpaKn6_.js.map +0 -1
  488. package/build/component-DJAq34yj.cjs +0 -2
  489. package/build/component-DJAq34yj.cjs.map +0 -1
  490. package/build/component-DKzHmIUP.js +0 -10
  491. package/build/component-DKzHmIUP.js.map +0 -1
  492. package/build/component-Dkw50gzn.cjs +0 -2
  493. package/build/component-Dkw50gzn.cjs.map +0 -1
  494. package/build/component-DqV_-YxZ.cjs +0 -2
  495. package/build/component-DqV_-YxZ.cjs.map +0 -1
  496. package/build/component-Dy66XPIf.cjs +0 -2
  497. package/build/component-Dy66XPIf.cjs.map +0 -1
  498. package/build/component-DyLdklDO.cjs +0 -2
  499. package/build/component-DyLdklDO.cjs.map +0 -1
  500. package/build/component-LG-duo2b.cjs +0 -2
  501. package/build/component-LG-duo2b.cjs.map +0 -1
  502. package/build/component-PZe4p8qh.cjs +0 -2
  503. package/build/component-PZe4p8qh.cjs.map +0 -1
  504. package/build/component-RlcwDmkg.js +0 -39
  505. package/build/component-RlcwDmkg.js.map +0 -1
  506. package/build/component-ZdZUAyaP.cjs +0 -2
  507. package/build/component-ZdZUAyaP.cjs.map +0 -1
  508. package/build/component-accordion.cjs.js +0 -2
  509. package/build/component-accordion.cjs.js.map +0 -1
  510. package/build/component-accordion.d.ts +0 -100
  511. package/build/component-accordion.es.js +0 -11
  512. package/build/component-accordion.es.js.map +0 -1
  513. package/build/component-buGvmEo6.cjs +0 -2
  514. package/build/component-buGvmEo6.cjs.map +0 -1
  515. package/build/component-button-group.cjs.js +0 -2
  516. package/build/component-button-group.cjs.js.map +0 -1
  517. package/build/component-button-group.d.ts +0 -195
  518. package/build/component-button-group.es.js +0 -7
  519. package/build/component-button-group.es.js.map +0 -1
  520. package/build/component-button.cjs.js.map +0 -1
  521. package/build/component-button.es.js.map +0 -1
  522. package/build/component-checkbox-group.cjs.js +0 -2
  523. package/build/component-checkbox-group.cjs.js.map +0 -1
  524. package/build/component-checkbox-group.d.ts +0 -224
  525. package/build/component-checkbox-group.es.js +0 -12
  526. package/build/component-checkbox-group.es.js.map +0 -1
  527. package/build/component-checkbox.cjs.js.map +0 -1
  528. package/build/component-checkbox.es.js.map +0 -1
  529. package/build/component-date-picker.cjs.js.map +0 -1
  530. package/build/component-date-picker.es.js.map +0 -1
  531. package/build/component-gcvwlILJ.js +0 -76
  532. package/build/component-gcvwlILJ.js.map +0 -1
  533. package/build/component-icon.cjs.js.map +0 -1
  534. package/build/component-icon.es.js.map +0 -1
  535. package/build/component-image-button.cjs.js +0 -2
  536. package/build/component-image-button.cjs.js.map +0 -1
  537. package/build/component-image-button.d.ts +0 -215
  538. package/build/component-image-button.es.js +0 -5
  539. package/build/component-image-button.es.js.map +0 -1
  540. package/build/component-image-select.cjs.js +0 -2
  541. package/build/component-image-select.cjs.js.map +0 -1
  542. package/build/component-image-select.d.ts +0 -313
  543. package/build/component-image-select.es.js +0 -12
  544. package/build/component-image-select.es.js.map +0 -1
  545. package/build/component-image-slider.cjs.js +0 -2
  546. package/build/component-image-slider.cjs.js.map +0 -1
  547. package/build/component-image-slider.d.ts +0 -108
  548. package/build/component-image-slider.es.js +0 -9
  549. package/build/component-image-slider.es.js.map +0 -1
  550. package/build/component-image.cjs.js +0 -2
  551. package/build/component-image.cjs.js.map +0 -1
  552. package/build/component-image.d.ts +0 -51
  553. package/build/component-image.es.js +0 -7
  554. package/build/component-image.es.js.map +0 -1
  555. package/build/component-input-otp.cjs.js.map +0 -1
  556. package/build/component-input-otp.es.js.map +0 -1
  557. package/build/component-input.cjs.js.map +0 -1
  558. package/build/component-input.es.js.map +0 -1
  559. package/build/component-pagination.cjs.js.map +0 -1
  560. package/build/component-pagination.es.js.map +0 -1
  561. package/build/component-range.cjs.js +0 -2
  562. package/build/component-range.cjs.js.map +0 -1
  563. package/build/component-range.d.ts +0 -212
  564. package/build/component-range.es.js +0 -9
  565. package/build/component-range.es.js.map +0 -1
  566. package/build/component-ripple.cjs.js +0 -2
  567. package/build/component-ripple.cjs.js.map +0 -1
  568. package/build/component-ripple.d.ts +0 -47
  569. package/build/component-ripple.es.js +0 -12
  570. package/build/component-ripple.es.js.map +0 -1
  571. package/build/component-sNGsB3JK.js +0 -88
  572. package/build/component-sNGsB3JK.js.map +0 -1
  573. package/build/component-sVzC5XUR.cjs +0 -2
  574. package/build/component-sVzC5XUR.cjs.map +0 -1
  575. package/build/component-select.cjs.js.map +0 -1
  576. package/build/component-select.es.js.map +0 -1
  577. package/build/component-separator.cjs.js.map +0 -1
  578. package/build/component-separator.es.js.map +0 -1
  579. package/build/component-stack.cjs.js.map +0 -1
  580. package/build/component-stack.es.js.map +0 -1
  581. package/build/component-textarea.cjs.js.map +0 -1
  582. package/build/component-textarea.es.js.map +0 -1
  583. package/build/component-toggle.cjs.js.map +0 -1
  584. package/build/component-toggle.es.js.map +0 -1
  585. package/build/component-tooltip.cjs.js.map +0 -1
  586. package/build/component-tooltip.es.js.map +0 -1
  587. package/build/component-typography.cjs.js.map +0 -1
  588. package/build/component-typography.es.js.map +0 -1
  589. package/build/component-wOmehMbn.js +0 -170
  590. package/build/component-wOmehMbn.js.map +0 -1
  591. package/build/component-zLIAB2HV.cjs +0 -2
  592. package/build/component-zLIAB2HV.cjs.map +0 -1
  593. package/build/component.constants-CJcoXCFC.js +0 -757
  594. package/build/component.constants-CJcoXCFC.js.map +0 -1
  595. package/build/component.constants-Ctj7PsM8.cjs +0 -2
  596. package/build/component.constants-Ctj7PsM8.cjs.map +0 -1
  597. package/build/component.constants-CzKFXlYT.cjs +0 -2
  598. package/build/component.constants-CzKFXlYT.cjs.map +0 -1
  599. package/build/component.constants-DjzlauTL.js +0 -142
  600. package/build/component.constants-DjzlauTL.js.map +0 -1
  601. package/build/component.functions-D9ffjEok.cjs +0 -8
  602. package/build/component.functions-D9ffjEok.cjs.map +0 -1
  603. package/build/component.functions-DNW6h8kk.js +0 -12
  604. package/build/component.functions-DNW6h8kk.js.map +0 -1
  605. package/build/component.styles-BX2Aiqp_.cjs +0 -43
  606. package/build/component.styles-BX2Aiqp_.cjs.map +0 -1
  607. package/build/component.styles-C0oU5oX_.js +0 -59
  608. package/build/component.styles-C0oU5oX_.js.map +0 -1
  609. package/build/component.styles-CD6ZzRrk.cjs +0 -14
  610. package/build/component.styles-CD6ZzRrk.cjs.map +0 -1
  611. package/build/component.styles-SZ5VuhNG.js +0 -20
  612. package/build/component.styles-SZ5VuhNG.js.map +0 -1
  613. package/build/component.types-CryJGkU7.js +0 -907
  614. package/build/component.types-CryJGkU7.js.map +0 -1
  615. package/build/component.types-Drt-O54w.cjs +0 -2
  616. package/build/component.types-Drt-O54w.cjs.map +0 -1
  617. package/build/consts.cjs.js +0 -2
  618. package/build/consts.cjs.js.map +0 -1
  619. package/build/consts.d.ts +0 -77
  620. package/build/consts.es.js +0 -151
  621. package/build/consts.es.js.map +0 -1
  622. package/build/context-B1id3uai.cjs +0 -2
  623. package/build/context-B1id3uai.cjs.map +0 -1
  624. package/build/context-B8kTBKjt.cjs +0 -2
  625. package/build/context-B8kTBKjt.cjs.map +0 -1
  626. package/build/context-BkovkNHQ.js +0 -117
  627. package/build/context-BkovkNHQ.js.map +0 -1
  628. package/build/context-C0_RNFp_.js +0 -195
  629. package/build/context-C0_RNFp_.js.map +0 -1
  630. package/build/context-DyTE2I_6.cjs +0 -4
  631. package/build/context-DyTE2I_6.cjs.map +0 -1
  632. package/build/context-LBih45kv.js +0 -44
  633. package/build/context-LBih45kv.js.map +0 -1
  634. package/build/context-app.cjs.js.map +0 -1
  635. package/build/context-app.es.js.map +0 -1
  636. package/build/context-cookie.cjs.js.map +0 -1
  637. package/build/context-cookie.es.js.map +0 -1
  638. package/build/context-dialog.cjs.js.map +0 -1
  639. package/build/context-dialog.es.js.map +0 -1
  640. package/build/context-geolocation.cjs.js.map +0 -1
  641. package/build/context-geolocation.es.js.map +0 -1
  642. package/build/context-local-storage.cjs.js.map +0 -1
  643. package/build/context-local-storage.es.js.map +0 -1
  644. package/build/context-permission.cjs.js.map +0 -1
  645. package/build/context-permission.es.js.map +0 -1
  646. package/build/context-screen-width.cjs.js.map +0 -1
  647. package/build/context-screen-width.es.js.map +0 -1
  648. package/build/context-sonner.cjs.js.map +0 -1
  649. package/build/context-sonner.es.js.map +0 -1
  650. package/build/context.constants-Bzn9Rcey.cjs +0 -32
  651. package/build/context.constants-Bzn9Rcey.cjs.map +0 -1
  652. package/build/context.constants-D0UjboYX.js +0 -12593
  653. package/build/context.constants-D0UjboYX.js.map +0 -1
  654. package/build/context.constants-DUVlJghM.js +0 -249
  655. package/build/context.constants-DUVlJghM.js.map +0 -1
  656. package/build/context.constants-gXk1ewxx.cjs +0 -1742
  657. package/build/context.constants-gXk1ewxx.cjs.map +0 -1
  658. package/build/context.functions-B8FDl7nJ.js +0 -14
  659. package/build/context.functions-B8FDl7nJ.js.map +0 -1
  660. package/build/context.functions-BqeTmcmr.cjs +0 -2
  661. package/build/context.functions-BqeTmcmr.cjs.map +0 -1
  662. package/build/context.functions-D2K4Xk47.js +0 -35
  663. package/build/context.functions-D2K4Xk47.js.map +0 -1
  664. package/build/context.functions-Duwzgcga.cjs +0 -2
  665. package/build/context.functions-Duwzgcga.cjs.map +0 -1
  666. package/build/context.functions-ObfwvEVG.js +0 -35
  667. package/build/context.functions-ObfwvEVG.js.map +0 -1
  668. package/build/context.functions-ar41xFVo.cjs +0 -2
  669. package/build/context.functions-ar41xFVo.cjs.map +0 -1
  670. package/build/context.hooks-B9dsW2kz.js +0 -117
  671. package/build/context.hooks-B9dsW2kz.js.map +0 -1
  672. package/build/context.hooks-Bkj1PSKe.cjs +0 -2
  673. package/build/context.hooks-Bkj1PSKe.cjs.map +0 -1
  674. package/build/context.hooks-CCLq09Ra.js +0 -13
  675. package/build/context.hooks-CCLq09Ra.js.map +0 -1
  676. package/build/context.hooks-CDvi20Bm.cjs +0 -2
  677. package/build/context.hooks-CDvi20Bm.cjs.map +0 -1
  678. package/build/context.hooks-CUXDpPaG.cjs +0 -2
  679. package/build/context.hooks-CUXDpPaG.cjs.map +0 -1
  680. package/build/context.hooks-CXJ-eM6d.js +0 -13
  681. package/build/context.hooks-CXJ-eM6d.js.map +0 -1
  682. package/build/context.hooks-CYJnoIrt.cjs +0 -2
  683. package/build/context.hooks-CYJnoIrt.cjs.map +0 -1
  684. package/build/context.hooks-DDD8ffJI.cjs +0 -2
  685. package/build/context.hooks-DDD8ffJI.cjs.map +0 -1
  686. package/build/context.hooks-Djt5R2yX.js +0 -13
  687. package/build/context.hooks-Djt5R2yX.js.map +0 -1
  688. package/build/context.hooks-DpwnIiRj.cjs +0 -2
  689. package/build/context.hooks-DpwnIiRj.cjs.map +0 -1
  690. package/build/context.hooks-oclt34zD.js +0 -68
  691. package/build/context.hooks-oclt34zD.js.map +0 -1
  692. package/build/context.hooks-v8uZ7dfO.js +0 -49
  693. package/build/context.hooks-v8uZ7dfO.js.map +0 -1
  694. package/build/functions.cjs.js +0 -2
  695. package/build/functions.cjs.js.map +0 -1
  696. package/build/functions.es.js +0 -50
  697. package/build/functions.es.js.map +0 -1
  698. package/build/index.cjs.js.map +0 -1
  699. package/build/index.es.js.map +0 -1
  700. package/build/jsx-runtime-C6yv_9g1.cjs +0 -11
  701. package/build/jsx-runtime-C6yv_9g1.cjs.map +0 -1
  702. package/build/jsx-runtime-DZS36FSE.js +0 -316
  703. package/build/jsx-runtime-DZS36FSE.js.map +0 -1
  704. package/build/motion-DrSN18V7.cjs +0 -2
  705. package/build/motion-DrSN18V7.cjs.map +0 -1
  706. package/build/motion-K7hUU4gL.js +0 -85
  707. package/build/motion-K7hUU4gL.js.map +0 -1
  708. package/build/style-BfuEu91g.js +0 -176
  709. package/build/style-BfuEu91g.js.map +0 -1
  710. package/build/style-Drq-Q1Im.cjs +0 -136
  711. package/build/style-Drq-Q1Im.cjs.map +0 -1
  712. package/build/style-add.cjs.js +0 -2
  713. package/build/style-add.cjs.js.map +0 -1
  714. package/build/style-add.d.ts +0 -88
  715. package/build/style-add.es.js +0 -17
  716. package/build/style-add.es.js.map +0 -1
  717. package/build/style-error.cjs.js +0 -2
  718. package/build/style-error.cjs.js.map +0 -1
  719. package/build/style-error.d.ts +0 -99
  720. package/build/style-error.es.js +0 -7
  721. package/build/style-error.es.js.map +0 -1
  722. package/build/style-fRZ6xrVp.cjs +0 -10
  723. package/build/style-fRZ6xrVp.cjs.map +0 -1
  724. package/build/style-motion.cjs.js.map +0 -1
  725. package/build/style-motion.es.js.map +0 -1
  726. package/build/style-plT9Ah7t.js +0 -33
  727. package/build/style-plT9Ah7t.js.map +0 -1
  728. package/build/style-sx.cjs.js +0 -2
  729. package/build/style-sx.cjs.js.map +0 -1
  730. package/build/style-sx.d.ts +0 -33
  731. package/build/style-sx.es.js +0 -5
  732. package/build/style-sx.es.js.map +0 -1
  733. package/build/style-theme.cjs.js +0 -2
  734. package/build/style-theme.cjs.js.map +0 -1
  735. package/build/style-theme.d.ts +0 -293
  736. package/build/style-theme.es.js +0 -16
  737. package/build/style-theme.es.js.map +0 -1
  738. package/build/types.cjs.js +0 -2
  739. package/build/types.cjs.js.map +0 -1
  740. package/build/types.d.ts +0 -27
  741. package/build/types.es.js +0 -2
  742. package/build/types.es.js.map +0 -1
  743. package/build/use-BNuSnUSV.cjs +0 -16
  744. package/build/use-BNuSnUSV.cjs.map +0 -1
  745. package/build/use-Bp8UVw4Y.js +0 -16
  746. package/build/use-Bp8UVw4Y.js.map +0 -1
  747. package/build/use-C7vngeRk.js +0 -882
  748. package/build/use-C7vngeRk.js.map +0 -1
  749. package/build/use-D8uozTND.js +0 -1577
  750. package/build/use-D8uozTND.js.map +0 -1
  751. package/build/use-IhzeVumv.cjs +0 -2
  752. package/build/use-IhzeVumv.cjs.map +0 -1
  753. package/build/use-zW3LuRc_.cjs +0 -2
  754. package/build/use-zW3LuRc_.cjs.map +0 -1
@@ -1,76 +0,0 @@
1
- import { j as jsxRuntimeExports } from "./jsx-runtime-DZS36FSE.js";
2
- import { a as addSX } from "./style-plT9Ah7t.js";
3
- import { motion } from "framer-motion";
4
- import styled, { css } from "styled-components";
5
- import { c as addRipple } from "./component.styles-C0oU5oX_.js";
6
- import "react";
7
- const StyledStack = styled.div`
8
- display: flex;
9
- ${addSX}
10
-
11
- ${(props) => props.$isHover && css`
12
- transition:
13
- background-color ${(props2) => props2.theme.transition.default},
14
- outline 0s;
15
- &:hover {
16
- background-color: ${(props2) => props2.theme.palette.black05};
17
- }
18
- `};
19
- ${addRipple};
20
- `;
21
- const StyledStackMotion = styled(motion.div)`
22
- display: flex;
23
- ${addSX}
24
-
25
- ${(props) => props.$isHover && css`
26
- transition:
27
- background-color ${(props2) => props2.theme.transition.default},
28
- outline 0s;
29
- &:hover {
30
- background-color: ${(props2) => props2.theme.palette.black05};
31
- }
32
- `};
33
- ${addRipple};
34
- `;
35
- const Stack = (props) => {
36
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
37
- StyledStack,
38
- {
39
- ref: props.ref,
40
- onClick: props.onClick,
41
- onDrop: props.onDrop,
42
- onDragOver: props.onDragOver,
43
- className: props.className,
44
- $sx: props.sx,
45
- $isHover: props.isHover,
46
- $isRipple: props.isRipple,
47
- children: props.children
48
- }
49
- );
50
- };
51
- const StackMotion = (props) => {
52
- const { style, className, isHover, isRipple, onClick, onDrop, onDragOver, ref, sx } = props;
53
- return /* @__PURE__ */ jsxRuntimeExports.jsx(
54
- StyledStackMotion,
55
- {
56
- ref,
57
- style,
58
- onClick,
59
- onDrop,
60
- onDragOver,
61
- className,
62
- $sx: sx,
63
- $isHover: isHover,
64
- $isRipple: isRipple,
65
- ...props,
66
- children: props.children
67
- }
68
- );
69
- };
70
- export {
71
- StyledStack as S,
72
- StyledStackMotion as a,
73
- Stack as b,
74
- StackMotion as c
75
- };
76
- //# sourceMappingURL=component-gcvwlILJ.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"component-gcvwlILJ.js","sources":["../src/components/stack/component.styles.tsx","../src/components/stack/component.tsx"],"sourcesContent":["import { addSX } from '@local/styles/sx';\n\nimport { motion } from 'framer-motion';\nimport styled, { css } from 'styled-components';\n\nimport { addRipple } from '../ripple';\nimport { StyledStackProps } from '.';\n\nexport const StyledStack = styled.div<StyledStackProps>`\n display: flex;\n ${addSX}\n\n ${(props) =>\n props.$isHover &&\n css`\n transition:\n background-color ${(props) => props.theme.transition.default},\n outline 0s;\n &:hover {\n background-color: ${(props) => props.theme.palette.black05};\n }\n `};\n ${addRipple};\n`;\n\nexport const StyledStackMotion = styled(motion.div)<StyledStackProps>`\n display: flex;\n ${addSX}\n\n ${(props) =>\n props.$isHover &&\n css`\n transition:\n background-color ${(props) => props.theme.transition.default},\n outline 0s;\n &:hover {\n background-color: ${(props) => props.theme.palette.black05};\n }\n `};\n ${addRipple};\n`;\n","import { FC } from 'react';\n\nimport { StackMotionProps, StackProps, StyledStack, StyledStackMotion } from '.';\n\nexport const Stack: FC<StackProps> = (props) => {\n return (\n <StyledStack\n ref={props.ref}\n onClick={props.onClick}\n onDrop={props.onDrop}\n onDragOver={props.onDragOver}\n className={props.className}\n $sx={props.sx}\n $isHover={props.isHover}\n $isRipple={props.isRipple}\n >\n {props.children}\n </StyledStack>\n );\n};\n\nexport const StackMotion: FC<StackMotionProps> = (props) => {\n const { style, className, isHover, isRipple, onClick, onDrop, onDragOver, ref, sx } = props;\n return (\n <StyledStackMotion\n ref={ref}\n style={style}\n onClick={onClick}\n onDrop={onDrop}\n onDragOver={onDragOver}\n className={className}\n $sx={sx}\n $isHover={isHover}\n $isRipple={isRipple}\n {...props}\n >\n {props.children}\n </StyledStackMotion>\n );\n};\n"],"names":["props","jsx"],"mappings":";;;;;;AAQO,MAAM,cAAc,OAAO;AAAA;AAAA,IAE9B,KAAK;AAAA;AAAA,IAEL,CAAC,UACD,MAAM,YACN;AAAA;AAAA,2BAEuB,CAACA,WAAUA,OAAM,MAAM,WAAW,OAAO;AAAA;AAAA;AAAA,4BAGxC,CAACA,WAAUA,OAAM,MAAM,QAAQ,OAAO;AAAA;AAAA,KAE7D;AAAA,IACD,SAAS;AAAA;AAGN,MAAM,oBAAoB,OAAO,OAAO,GAAG;AAAA;AAAA,IAE9C,KAAK;AAAA;AAAA,IAEL,CAAC,UACD,MAAM,YACN;AAAA;AAAA,2BAEuB,CAACA,WAAUA,OAAM,MAAM,WAAW,OAAO;AAAA;AAAA;AAAA,4BAGxC,CAACA,WAAUA,OAAM,MAAM,QAAQ,OAAO;AAAA;AAAA,KAE7D;AAAA,IACD,SAAS;AAAA;ACnCN,MAAM,QAAwB,CAAC,UAAU;AAC9C,SACEC,kCAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACC,KAAK,MAAM;AAAA,MACX,SAAS,MAAM;AAAA,MACf,QAAQ,MAAM;AAAA,MACd,YAAY,MAAM;AAAA,MAClB,WAAW,MAAM;AAAA,MACjB,KAAK,MAAM;AAAA,MACX,UAAU,MAAM;AAAA,MAChB,WAAW,MAAM;AAAA,MAEhB,UAAA,MAAM;AAAA,IAAA;AAAA,EAAA;AAGb;AAEO,MAAM,cAAoC,CAAC,UAAU;AAC1D,QAAM,EAAE,OAAO,WAAW,SAAS,UAAU,SAAS,QAAQ,YAAY,KAAK,GAAA,IAAO;AACtF,SACEA,kCAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA,KAAK;AAAA,MACL,UAAU;AAAA,MACV,WAAW;AAAA,MACV,GAAG;AAAA,MAEH,UAAA,MAAM;AAAA,IAAA;AAAA,EAAA;AAGb;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"component-icon.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"component-icon.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./component-CONSm7hH.cjs");exports.ImageButton=e.ImageButton;
2
- //# sourceMappingURL=component-image-button.cjs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"component-image-button.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,215 +0,0 @@
1
- import { Area } from 'react-easy-crop';
2
- import { CSSObject } from 'styled-components';
3
- import { CSSProperties } from 'react';
4
- import { default as default_2 } from 'react';
5
- import { DefaultTheme } from 'styled-components';
6
- import { FC } from 'react';
7
- import { PropsWithChildren } from 'react';
8
- import { Ref } from 'react';
9
-
10
- declare type addFontProps = {
11
- font?: FontSizeStylesProps;
12
- };
13
-
14
- declare type addIconProps = {
15
- [T in keyof DefaultTheme['icon']['map']]: Omit<IconItemProps, 'size'> & {
16
- type: T;
17
- name: DefaultTheme['icon']['map'][T][number];
18
- isHidden?: boolean;
19
- size?: IconItemProps['size'];
20
- };
21
- }[keyof DefaultTheme['icon']['map']];
22
-
23
- declare type addOutlineProps = {
24
- isReadOnly?: boolean;
25
- isDisabledOutline?: boolean;
26
- isOutlineBoxShadow?: boolean;
27
- };
28
-
29
- declare interface addSXProps {
30
- sx?: SXProps;
31
- }
32
-
33
- declare type addSXTypographyProps = {
34
- sxTypography?: TypographySXProps;
35
- };
36
-
37
- declare type ButtonProps = ButtonPropsStandard | ButtonPropsIconGroup;
38
-
39
- declare type ButtonPropsDefault = PropsWithChildren & {
40
- size: IThemeSize;
41
- genre: TButtonGenre;
42
- id?: string;
43
- tabIndex?: number;
44
- ref?: Ref<HTMLElement | null>;
45
- className?: string;
46
- icons?: addIconProps[];
47
- isDisabled?: boolean;
48
- isDisabledRipple?: boolean;
49
- isHidden?: boolean;
50
- isOnlyIcon?: boolean;
51
- isWhileTapEffect?: boolean;
52
- isWidthAsHeight?: boolean;
53
- isMinWidthAsContent?: boolean;
54
- isRadius?: boolean;
55
- isHiddenBorder?: boolean;
56
- isPlaystationEffect?: boolean;
57
- isNotHoverEffect?: boolean;
58
- isFullSize?: boolean;
59
- onFocus?: (event: default_2.FocusEvent<HTMLButtonElement, Element>) => void;
60
- onClick?: (event: default_2.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
61
- onMouseDown?: (event: default_2.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
62
- type?: 'button' | 'submit' | 'reset';
63
- } & addSXProps & addFontProps & addOutlineProps & addSXTypographyProps;
64
-
65
- declare type ButtonPropsIconGroup = ButtonPropsDefault & {
66
- isIconGroup?: true;
67
- iconGroupOrder?: number;
68
- };
69
-
70
- declare type ButtonPropsStandard = ButtonPropsDefault & {
71
- isIconGroup?: false;
72
- };
73
-
74
- declare type FontSizeStylesProps = {
75
- size?: TypographyDataProps['size'];
76
- weight?: TypographyDataProps['weight'];
77
- family?: TypographyDataProps['family'];
78
- height?: TypographyDataProps['height'];
79
- };
80
-
81
- declare type IconItemProps = {
82
- [K in keyof DefaultTheme['icon']['map']]: {
83
- type: K;
84
- name: DefaultTheme['icon']['map'][K][number];
85
- className?: string;
86
- onClick?: (event: default_2.MouseEvent<SVGSVGElement>) => void;
87
- size: IThemeSize | '100%';
88
- color?: IThemePaletteKeys;
89
- turn?: number;
90
- order?: number;
91
- tabIndex?: number;
92
- } & addSXProps;
93
- }[keyof DefaultTheme['icon']['map']];
94
-
95
- export declare const ImageButton: FC<ImageButtonProps>;
96
-
97
- export declare interface ImageButtonProps extends addSXProps {
98
- button: ButtonProps;
99
- dialog: {
100
- button: ButtonProps;
101
- buttonDelete: ButtonProps;
102
- };
103
- imageSettings: {
104
- maxSize: number;
105
- maxCount: number;
106
- aspect?: number;
107
- };
108
- locale: {
109
- buttonAdd: string;
110
- dialogSave: string;
111
- dialogCancel: string;
112
- dialogAddImage: string;
113
- dialogDeleteImage: string;
114
- };
115
- onSave: (files: ImageSelectItemProps[] | null) => void;
116
- }
117
-
118
- declare type ImageSelectItemProps = {
119
- crop?: {
120
- x: number;
121
- y: number;
122
- };
123
- croppedArea?: Area | null;
124
- file?: File;
125
- format?: string;
126
- id: number;
127
- index: number;
128
- isCropped?: boolean;
129
- isDeleted?: boolean;
130
- isNew?: boolean;
131
- name?: string;
132
- url?: string;
133
- zoom?: number;
134
- };
135
-
136
- declare type IThemeDevice = 'default' | 'tablet' | 'mobile';
137
-
138
- declare type IThemeFontFamily = 'Inter' | 'Roboto' | 'Work Sans' | 'Roboto Mono' | 'Manrope';
139
-
140
- declare type IThemeGenre = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'black' | 'blackBorder' | 'product' | 'productBorder' | 'white' | 'greenTransparent' | 'redTransparent' | 'yellowTransparent' | 'realebail-product' | 'realebail-gray' | 'realebail-white' | 'bustmarket-gray' | 'bustmarket-gray-violet' | 'bustmarket-violet' | 'bustmarket-white-violet'>, IThemeGenreTypeDefault>;
141
-
142
- declare type IThemeGenreName = 'gray' | 'grayBorder' | 'black' | 'blackBorder' | 'product' | 'productBorder' | 'white' | 'greenTransparent' | 'redTransparent' | 'yellowTransparent' | 'realebail-product' | 'realebail-gray' | 'realebail-white' | 'bustmarket-gray-violet' | 'bustmarket-gray' | 'bustmarket-violet' | 'bustmarket-white-violet';
143
-
144
- declare interface IThemeGenreTypeDefault {
145
- background: {
146
- rest: string;
147
- hover: string;
148
- };
149
- border: {
150
- rest: string;
151
- hover: string;
152
- };
153
- color: {
154
- rest: string;
155
- hover: string;
156
- placeholder: string;
157
- };
158
- }
159
-
160
- declare type IThemePaletteKeys = 'transparent' | 'black100' | 'black80' | 'black60' | 'black50' | 'black40' | 'black10' | 'black05' | 'black04' | 'blackHelena' | 'blackJanice' | 'grayJanice' | 'grayKaren' | 'grayMonica' | 'graySandra' | 'grayPatricia' | 'graySarah' | 'grayStassie' | 'grayAdriana' | 'greenGoogle' | 'grayBarbara' | 'grayStephanie' | 'grayFrances' | 'grayTina' | 'green100' | 'green50' | 'green25' | 'green10' | 'green10Background' | 'whiteStandard' | 'whiteJanice' | 'yellowGoogle' | 'yellow100' | 'yellow50' | 'yellow25' | 'yellow10' | 'yellow10Background' | 'redGoogle' | 'red100' | 'red50' | 'red25' | 'red10' | 'red10Background' | 'blueGoogle' | 'blueRest' | 'blueActive' | 'blueHover' | 'blueFocus' | 'blueBr' | 'blueKaren' | 'blueMonica' | 'violetStephanie' | 'violetJanice' | 'amnezia' | 'inherit' | 'currentColor';
161
-
162
- declare type IThemeSize = 'large' | 'largeMedium' | 'medium' | 'mediumSmall' | 'small';
163
-
164
- declare type IThemeTypographyHeading = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'h7' | 'h8' | 'h9';
165
-
166
- declare type IThemeTypographyWeight = 100 | 300 | 400 | 500 | 700 | 900;
167
-
168
- declare type SXProps = ({
169
- default: CSSObject;
170
- } & {
171
- [K in IThemeDevice]?: CSSObject;
172
- }) | ((theme: DefaultTheme) => {
173
- default: CSSObject;
174
- } & {
175
- [K in IThemeDevice]?: CSSObject;
176
- });
177
-
178
- declare type TButtonGenre = keyof IThemeGenre;
179
-
180
- declare type TypographyAllProps = TypographyDataProps | TypographyVariantProps;
181
-
182
- declare type TypographyDataProps = TypographyDefaultProps & {
183
- size?: number;
184
- };
185
-
186
- declare type TypographyDefaultProps = {
187
- align?: CSSProperties['textAlign'];
188
- color?: IThemePaletteKeys;
189
- cursor?: CSSProperties['cursor'];
190
- decoration?: CSSProperties['textDecoration'];
191
- family?: IThemeFontFamily;
192
- flex?: string;
193
- height?: number | string;
194
- isHoverUnderlining?: boolean;
195
- letterSpacing?: CSSProperties['letterSpacing'];
196
- line?: number;
197
- overflow?: CSSProperties['overflow'];
198
- shadow?: 'shadowPulse';
199
- transform?: CSSProperties['textTransform'];
200
- weight?: IThemeTypographyWeight;
201
- wrap?: CSSProperties['textWrap'];
202
- isNoUserSelect?: boolean;
203
- };
204
-
205
- declare type TypographySXProps = {
206
- default: TypographyAllProps;
207
- } & {
208
- [K in IThemeDevice]?: TypographyAllProps;
209
- };
210
-
211
- declare type TypographyVariantProps = TypographyDefaultProps & {
212
- variant: IThemeTypographyHeading;
213
- };
214
-
215
- export { }
@@ -1,5 +0,0 @@
1
- import { I } from "./component-CPVG0orB.js";
2
- export {
3
- I as ImageButton
4
- };
5
- //# sourceMappingURL=component-image-button.es.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"component-image-button.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./component-zLIAB2HV.cjs"),t=require("./context.constants-gXk1ewxx.cjs");exports.ImageSelect=e.ImageSelect,exports.ImageSelectListSize=t.ImageSelectListSize,exports.ImageSelectListSizeConstructor=t.ImageSelectListSizeConstructor,exports.ImageSelectListWrapper=t.ImageSelectListWrapper,exports.ImageSelectSize=t.ImageSelectSize,exports.ImageSelectSizeConstructor=t.ImageSelectSizeConstructor,exports.ImageSelectWrapper=t.ImageSelectWrapper;
2
- //# sourceMappingURL=component-image-select.cjs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"component-image-select.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,313 +0,0 @@
1
- import { Area } from 'react-easy-crop';
2
- import { Component } from 'react';
3
- import { CSSObject } from 'styled-components';
4
- import { CSSProperties } from 'react';
5
- import { default as default_2 } from 'react';
6
- import { DefaultTheme } from 'styled-components';
7
- import { DetailedHTMLProps } from 'react';
8
- import { ForwardRefComponent } from 'framer-motion';
9
- import { HTMLAttributes } from 'react';
10
- import { HTMLMotionProps } from 'framer-motion';
11
- import { IStyledComponentBase } from 'styled-components/dist/types';
12
- import { JSX } from 'react/jsx-runtime';
13
- import { PropsWithChildren } from 'react';
14
- import { Ref } from 'react';
15
- import { RefAttributes } from 'react';
16
- import { RuleSet } from 'styled-components';
17
- import { Substitute } from 'styled-components/dist/types';
18
-
19
- declare type AddDollarSign<T> = {
20
- [K in keyof T as `$${string & K}`]: T[K];
21
- };
22
-
23
- declare type AddDollarSign_2<T> = {
24
- [K in keyof T as `$${string & K}`]: T[K];
25
- };
26
-
27
- declare interface addErrorProps {
28
- error?: ErrorMessageProps;
29
- }
30
-
31
- declare type addFontProps = {
32
- font?: FontSizeStylesProps;
33
- };
34
-
35
- declare type addIconProps = {
36
- [T in keyof DefaultTheme['icon']['map']]: Omit<IconItemProps, 'size'> & {
37
- type: T;
38
- name: DefaultTheme['icon']['map'][T][number];
39
- isHidden?: boolean;
40
- size?: IconItemProps['size'];
41
- };
42
- }[keyof DefaultTheme['icon']['map']];
43
-
44
- declare type addOutlineProps = {
45
- isReadOnly?: boolean;
46
- isDisabledOutline?: boolean;
47
- isOutlineBoxShadow?: boolean;
48
- };
49
-
50
- declare interface addSXProps {
51
- sx?: SXProps;
52
- }
53
-
54
- declare type addSXTypographyProps = {
55
- sxTypography?: TypographySXProps;
56
- };
57
-
58
- declare type ButtonProps = ButtonPropsStandard | ButtonPropsIconGroup;
59
-
60
- declare type ButtonPropsDefault = PropsWithChildren & {
61
- size: IThemeSize;
62
- genre: TButtonGenre;
63
- id?: string;
64
- tabIndex?: number;
65
- ref?: Ref<HTMLElement | null>;
66
- className?: string;
67
- icons?: addIconProps[];
68
- isDisabled?: boolean;
69
- isDisabledRipple?: boolean;
70
- isHidden?: boolean;
71
- isOnlyIcon?: boolean;
72
- isWhileTapEffect?: boolean;
73
- isWidthAsHeight?: boolean;
74
- isMinWidthAsContent?: boolean;
75
- isRadius?: boolean;
76
- isHiddenBorder?: boolean;
77
- isPlaystationEffect?: boolean;
78
- isNotHoverEffect?: boolean;
79
- isFullSize?: boolean;
80
- onFocus?: (event: default_2.FocusEvent<HTMLButtonElement, Element>) => void;
81
- onClick?: (event: default_2.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
82
- onMouseDown?: (event: default_2.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
83
- type?: 'button' | 'submit' | 'reset';
84
- } & addSXProps & addFontProps & addOutlineProps & addSXTypographyProps;
85
-
86
- declare type ButtonPropsIconGroup = ButtonPropsDefault & {
87
- isIconGroup?: true;
88
- iconGroupOrder?: number;
89
- };
90
-
91
- declare type ButtonPropsStandard = ButtonPropsDefault & {
92
- isIconGroup?: false;
93
- };
94
-
95
- declare type ErrorMessageProps = {
96
- errorMessage?: string;
97
- isError?: boolean;
98
- isErrorAbsolute?: boolean;
99
- size?: IThemeSize;
100
- sx?: addSXProps['sx'];
101
- } & addFontProps;
102
-
103
- declare type FontSizeStylesProps = {
104
- size?: TypographyDataProps['size'];
105
- weight?: TypographyDataProps['weight'];
106
- family?: TypographyDataProps['family'];
107
- height?: TypographyDataProps['height'];
108
- };
109
-
110
- declare type IconItemProps = {
111
- [K in keyof DefaultTheme['icon']['map']]: {
112
- type: K;
113
- name: DefaultTheme['icon']['map'][K][number];
114
- className?: string;
115
- onClick?: (event: default_2.MouseEvent<SVGSVGElement>) => void;
116
- size: IThemeSize | '100%';
117
- color?: IThemePaletteKeys;
118
- turn?: number;
119
- order?: number;
120
- tabIndex?: number;
121
- } & addSXProps;
122
- }[keyof DefaultTheme['icon']['map']];
123
-
124
- declare interface ImageButtonProps extends addSXProps {
125
- button: ButtonProps;
126
- dialog: {
127
- button: ButtonProps;
128
- buttonDelete: ButtonProps;
129
- };
130
- imageSettings: {
131
- maxSize: number;
132
- maxCount: number;
133
- aspect?: number;
134
- };
135
- locale: {
136
- buttonAdd: string;
137
- dialogSave: string;
138
- dialogCancel: string;
139
- dialogAddImage: string;
140
- dialogDeleteImage: string;
141
- };
142
- onSave: (files: ImageSelectItemProps[] | null) => void;
143
- }
144
-
145
- export declare const ImageSelect: (props: ImageSelectProps) => JSX.Element;
146
-
147
- export declare type ImageSelectItemProps = {
148
- crop?: {
149
- x: number;
150
- y: number;
151
- };
152
- croppedArea?: Area | null;
153
- file?: File;
154
- format?: string;
155
- id: number;
156
- index: number;
157
- isCropped?: boolean;
158
- isDeleted?: boolean;
159
- isNew?: boolean;
160
- name?: string;
161
- url?: string;
162
- zoom?: number;
163
- };
164
-
165
- /****************************************** Size *************************************************/
166
- export declare const ImageSelectListSize: RuleSet<AddDollarSign<Pick<ImageSelectProps, "size" | "sx" | "error" | "genre">>>;
167
-
168
- export declare const ImageSelectListSizeConstructor: (props: IThemeSizePropertyDefault) => RuleSet<object>;
169
-
170
- export declare const ImageSelectListWrapper: IStyledComponentBase<"web", Substitute<Omit<HTMLMotionProps<"div">, "ref"> & RefAttributes<HTMLDivElement>, AddDollarSign<Pick<ImageSelectProps, "size" | "sx" | "error" | "genre">>>> & string & Omit<ForwardRefComponent<HTMLDivElement, HTMLMotionProps<"div">>, keyof Component<any, {}, any>>;
171
-
172
- export declare type ImageSelectProps = {
173
- locale: {
174
- imageFallback: string;
175
- buttonReset: string;
176
- dragAndDrop: string;
177
- } & ImageButtonProps['locale'];
178
- genre: TImageSelectGenre;
179
- size: IThemeSize;
180
- propsButton: {
181
- default: Pick<ButtonProps, 'size' | 'genre'>;
182
- delete: Pick<ButtonProps, 'size' | 'genre'>;
183
- };
184
- id?: string;
185
- onChange?: (images: ImageSelectItemProps[]) => void;
186
- isContain?: boolean;
187
- imageSettings: {
188
- maxSize: number;
189
- maxCount: number;
190
- width: number;
191
- height: number;
192
- aspect: number;
193
- };
194
- defaultImages: ImageSelectItemProps[];
195
- images: ImageSelectItemProps[];
196
- } & addErrorProps & addSXProps;
197
-
198
- export declare const ImageSelectSize: RuleSet<AddDollarSign<Pick<ImageSelectProps, "size" | "sx" | "error" | "genre">>>;
199
-
200
- export declare const ImageSelectSizeConstructor: (props: IThemeSizePropertyDefault) => RuleSet<object>;
201
-
202
- export declare const ImageSelectWrapper: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, AddDollarSign<Pick<ImageSelectProps, "size" | "sx" | "error" | "genre">>>> & string;
203
-
204
- export declare type ImageSelectWrapperProps = AddDollarSign_2<Pick<ImageSelectProps, 'sx' | 'error' | 'genre' | 'size'>>;
205
-
206
- declare type IThemeDevice = 'default' | 'tablet' | 'mobile';
207
-
208
- declare type IThemeFontFamily = 'Inter' | 'Roboto' | 'Work Sans' | 'Roboto Mono' | 'Manrope';
209
-
210
- declare type IThemeGenre = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'black' | 'blackBorder' | 'product' | 'productBorder' | 'white' | 'greenTransparent' | 'redTransparent' | 'yellowTransparent' | 'realebail-product' | 'realebail-gray' | 'realebail-white' | 'bustmarket-gray' | 'bustmarket-gray-violet' | 'bustmarket-violet' | 'bustmarket-white-violet'>, IThemeGenreTypeDefault>;
211
-
212
- declare type IThemeGenreImageSelect = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'blackBorder' | 'realebail-white'>, IThemeGenreTypeImageSelect>;
213
-
214
- declare type IThemeGenreName = 'gray' | 'grayBorder' | 'black' | 'blackBorder' | 'product' | 'productBorder' | 'white' | 'greenTransparent' | 'redTransparent' | 'yellowTransparent' | 'realebail-product' | 'realebail-gray' | 'realebail-white' | 'bustmarket-gray-violet' | 'bustmarket-gray' | 'bustmarket-violet' | 'bustmarket-white-violet';
215
-
216
- declare interface IThemeGenreTypeDefault {
217
- background: {
218
- rest: string;
219
- hover: string;
220
- };
221
- border: {
222
- rest: string;
223
- hover: string;
224
- };
225
- color: {
226
- rest: string;
227
- hover: string;
228
- placeholder: string;
229
- };
230
- }
231
-
232
- declare interface IThemeGenreTypeImageSelect {
233
- background: {
234
- rest: string;
235
- hover: string;
236
- };
237
- border: {
238
- rest: string;
239
- hover: string;
240
- };
241
- color: {
242
- rest: string;
243
- hover: string;
244
- placeholder: string;
245
- };
246
- }
247
-
248
- declare type IThemePaletteKeys = 'transparent' | 'black100' | 'black80' | 'black60' | 'black50' | 'black40' | 'black10' | 'black05' | 'black04' | 'blackHelena' | 'blackJanice' | 'grayJanice' | 'grayKaren' | 'grayMonica' | 'graySandra' | 'grayPatricia' | 'graySarah' | 'grayStassie' | 'grayAdriana' | 'greenGoogle' | 'grayBarbara' | 'grayStephanie' | 'grayFrances' | 'grayTina' | 'green100' | 'green50' | 'green25' | 'green10' | 'green10Background' | 'whiteStandard' | 'whiteJanice' | 'yellowGoogle' | 'yellow100' | 'yellow50' | 'yellow25' | 'yellow10' | 'yellow10Background' | 'redGoogle' | 'red100' | 'red50' | 'red25' | 'red10' | 'red10Background' | 'blueGoogle' | 'blueRest' | 'blueActive' | 'blueHover' | 'blueFocus' | 'blueBr' | 'blueKaren' | 'blueMonica' | 'violetStephanie' | 'violetJanice' | 'amnezia' | 'inherit' | 'currentColor';
249
-
250
- declare type IThemeSize = 'large' | 'largeMedium' | 'medium' | 'mediumSmall' | 'small';
251
-
252
- declare interface IThemeSizePropertyDefault {
253
- font: number;
254
- height: number;
255
- heightIcon: number;
256
- padding: number;
257
- radius: number;
258
- }
259
-
260
- declare type IThemeTypographyHeading = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'h7' | 'h8' | 'h9';
261
-
262
- declare type IThemeTypographyWeight = 100 | 300 | 400 | 500 | 700 | 900;
263
-
264
- declare type SXProps = ({
265
- default: CSSObject;
266
- } & {
267
- [K in IThemeDevice]?: CSSObject;
268
- }) | ((theme: DefaultTheme) => {
269
- default: CSSObject;
270
- } & {
271
- [K in IThemeDevice]?: CSSObject;
272
- });
273
-
274
- declare type TButtonGenre = keyof IThemeGenre;
275
-
276
- export declare type TImageSelectGenre = keyof IThemeGenreImageSelect;
277
-
278
- declare type TypographyAllProps = TypographyDataProps | TypographyVariantProps;
279
-
280
- declare type TypographyDataProps = TypographyDefaultProps & {
281
- size?: number;
282
- };
283
-
284
- declare type TypographyDefaultProps = {
285
- align?: CSSProperties['textAlign'];
286
- color?: IThemePaletteKeys;
287
- cursor?: CSSProperties['cursor'];
288
- decoration?: CSSProperties['textDecoration'];
289
- family?: IThemeFontFamily;
290
- flex?: string;
291
- height?: number | string;
292
- isHoverUnderlining?: boolean;
293
- letterSpacing?: CSSProperties['letterSpacing'];
294
- line?: number;
295
- overflow?: CSSProperties['overflow'];
296
- shadow?: 'shadowPulse';
297
- transform?: CSSProperties['textTransform'];
298
- weight?: IThemeTypographyWeight;
299
- wrap?: CSSProperties['textWrap'];
300
- isNoUserSelect?: boolean;
301
- };
302
-
303
- declare type TypographySXProps = {
304
- default: TypographyAllProps;
305
- } & {
306
- [K in IThemeDevice]?: TypographyAllProps;
307
- };
308
-
309
- declare type TypographyVariantProps = TypographyDefaultProps & {
310
- variant: IThemeTypographyHeading;
311
- };
312
-
313
- export { }
@@ -1,12 +0,0 @@
1
- import { I } from "./component-CWawez-M.js";
2
- import { Q, R, W, T, U, V } from "./context.constants-D0UjboYX.js";
3
- export {
4
- I as ImageSelect,
5
- Q as ImageSelectListSize,
6
- R as ImageSelectListSizeConstructor,
7
- W as ImageSelectListWrapper,
8
- T as ImageSelectSize,
9
- U as ImageSelectSizeConstructor,
10
- V as ImageSelectWrapper
11
- };
12
- //# sourceMappingURL=component-image-select.es.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"component-image-select.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./context.constants-gXk1ewxx.cjs"),t=require("./component.constants-CzKFXlYT.cjs");exports.SliderDot=e.SliderDot,exports.SliderImage=e.SliderImage,exports.IMAGES=t.IMAGES,exports.ImageSlider=t.ImageSlider;
2
- //# sourceMappingURL=component-image-slider.cjs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"component-image-slider.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}