@v-miniapp/ui-react 1.0.47 → 1.0.60

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 (254) hide show
  1. package/dist/components/app/app.d.ts +17 -0
  2. package/dist/components/app/bottom-tab-bar-layout/hook.d.ts +21 -0
  3. package/dist/components/app/bottom-tab-bar-layout/store.d.ts +13 -0
  4. package/dist/components/app/bottom-tab-bar-layout/type.d.ts +13 -0
  5. package/dist/components/app/data-theme.d.ts +8 -0
  6. package/dist/components/app/index.d.ts +9 -18
  7. package/dist/components/app/navigation-bar-layout/hook.d.ts +17 -0
  8. package/dist/components/app/navigation-bar-layout/store.d.ts +13 -0
  9. package/dist/components/app/navigation-bar-layout/type.d.ts +7 -0
  10. package/dist/components/app/page-layout/hook.d.ts +21 -0
  11. package/dist/components/app/page-layout/store.d.ts +13 -0
  12. package/dist/components/app/page-layout/type.d.ts +8 -0
  13. package/dist/components/app/type.d.ts +27 -0
  14. package/dist/components/calendar/default-render.d.ts +1 -1
  15. package/dist/components/calendar/utils.d.ts +1 -1
  16. package/dist/components/input-wrapper/input-wrapper.d.ts +2 -2
  17. package/dist/components/layout/page.d.ts +8 -1
  18. package/dist/external/index.js +11456 -8093
  19. package/dist/external/styles.css +1 -1
  20. package/dist/index.d.ts +4 -1
  21. package/dist/index.js +3787 -3991
  22. package/dist/styles.css +1 -1
  23. package/dist/utils/event-emitter.d.ts +4 -0
  24. package/dist-storybook/assets/App-CJxOxRXd.js +93 -0
  25. package/dist-storybook/assets/{Color-AVL7NMMY-OD8SQvXt.js → Color-AVL7NMMY-DwohVA43.js} +1 -1
  26. package/dist-storybook/assets/DEEPLINK-B5vUshJ4.js +33 -0
  27. package/dist-storybook/assets/{DocsRenderer-PQXLIZUC-D8kbgtPd.js → DocsRenderer-PQXLIZUC-vNsl3A7z.js} +2 -2
  28. package/dist-storybook/assets/EVENTS-DIl-sE2t.js +65 -0
  29. package/dist-storybook/assets/GETTING_STARTED-CR4dG_o7.js +62 -0
  30. package/dist-storybook/assets/GETTING_STARTED-CS2BpDsP.js +80 -0
  31. package/dist-storybook/assets/GETTING_STARTED-CtonLhRi.js +64 -0
  32. package/dist-storybook/assets/{INFINITE_SCROLL-O36i5W8i.js → INFINITE_SCROLL-BerukJIr.js} +1 -1
  33. package/dist-storybook/assets/LocalesProvider-CehS9yzW.js +53 -0
  34. package/dist-storybook/assets/MIGRATE_DARKMODE_TO_THEME-CRf-7Wcz.js +107 -0
  35. package/dist-storybook/assets/{MIGRATION_GUIDE-Dn2gFk5v.js → MIGRATION_GUIDE-CRIHuXpT.js} +3 -3
  36. package/dist-storybook/assets/OVERVIEW-DayETux4.js +51 -0
  37. package/dist-storybook/assets/Router-CGsO5Wd_.js +71 -0
  38. package/dist-storybook/assets/{TAILWIND_INTEGRATION-CVrohRXO.js → TAILWIND_INTEGRATION-RPvFP-GI.js} +1 -1
  39. package/dist-storybook/assets/THEME-C-pA_uq_.js +103 -0
  40. package/dist-storybook/assets/_baseClone-4nOrhHpR.js +1 -0
  41. package/dist-storybook/assets/alert-D3VdqAYm.js +1 -0
  42. package/dist-storybook/assets/{alert.stories-XyvS4WTm.js → alert.stories-CFBhdabd.js} +3 -3
  43. package/dist-storybook/assets/app-B__CxZQv.js +1 -0
  44. package/dist-storybook/assets/avatar-BVV1WSnD.js +1 -0
  45. package/dist-storybook/assets/{avatar.stories-glTjw5Kd.js → avatar.stories-D0RA2Mhh.js} +6 -6
  46. package/dist-storybook/assets/{axe-B8nlqekz.js → axe-Cj9fkEY9.js} +1 -1
  47. package/dist-storybook/assets/badge-DLt8CmDs.js +1 -0
  48. package/dist-storybook/assets/{badge.stories-CeNmmdtv.js → badge.stories-DhVKBE64.js} +3 -3
  49. package/dist-storybook/assets/{blocks-CpOj9FQ_.js → blocks-D4qvS4eZ.js} +3 -3
  50. package/dist-storybook/assets/{bottom-tab-bar-BsPd0FD7.js → bottom-tab-bar-UaYvPAic.js} +1 -1
  51. package/dist-storybook/assets/{bottom-tab-bar.stories-BG1ee2eN.js → bottom-tab-bar.stories--7Qh-68J.js} +3 -3
  52. package/dist-storybook/assets/button-CbLEqALK.js +1 -0
  53. package/dist-storybook/assets/{button.stories-3d_T0h_Z.js → button.stories-DgRH6oVV.js} +3 -3
  54. package/dist-storybook/assets/calendar-C7tiySn0.js +1 -0
  55. package/dist-storybook/assets/{calendar.stories-DEleEKoa.js → calendar.stories-B0K_T9ak.js} +3 -3
  56. package/dist-storybook/assets/carousel-C1nQGnJZ.js +37 -0
  57. package/dist-storybook/assets/{carousel.stories-DY9nDa3M.js → carousel.stories-C5d6yLzd.js} +3 -3
  58. package/dist-storybook/assets/checkbox-Bs8ghsWP.js +1 -0
  59. package/dist-storybook/assets/{checkbox.stories-BY8W9TRC.js → checkbox.stories-CG74gIlt.js} +3 -3
  60. package/dist-storybook/assets/chip-D4_ukvFv.js +1 -0
  61. package/dist-storybook/assets/{chip.stories-CXh30Tdq.js → chip.stories-D0908ZyT.js} +3 -3
  62. package/dist-storybook/assets/{date-Ci5dIit0.js → date-C1W0DfQy.js} +1 -1
  63. package/dist-storybook/assets/date-field-range-DSAQp9qR.js +1 -0
  64. package/dist-storybook/assets/date-field.stories-Dx6-qeWT.js +129 -0
  65. package/dist-storybook/assets/date-picker--PiU9sOL.js +1 -0
  66. package/dist-storybook/assets/{date-picker.stories-DUaL7sft.js → date-picker.stories-Bahq3f1W.js} +3 -3
  67. package/dist-storybook/assets/dialog-8K5u-kre.js +1 -0
  68. package/dist-storybook/assets/{dialog.stories-BtQMDA-1.js → dialog.stories-BxYc78Eo.js} +3 -3
  69. package/dist-storybook/assets/{chip-zY6gJxDk.js → dropdown-BeoO7m-R.js} +2 -2
  70. package/dist-storybook/assets/{dropdown.stories-DF69os0J.js → dropdown.stories-Bfhg63tZ.js} +3 -3
  71. package/dist-storybook/assets/{embla-carousel-react.esm-CCQjHA-d.js → embla-carousel-react.esm-Pp2OIUrN.js} +1 -1
  72. package/dist-storybook/assets/icon-CgGksgRS.js +1 -0
  73. package/dist-storybook/assets/{icon.stories-Ch36FMIn.js → icon.stories-qg8UAHBM.js} +3 -3
  74. package/dist-storybook/assets/iframe-BKfReaAn.css +1 -0
  75. package/dist-storybook/assets/{iframe-CLEfhyJc.js → iframe-C0PGuV5s.js} +42 -42
  76. package/dist-storybook/assets/image-BdsCB1je.js +9 -0
  77. package/dist-storybook/assets/{image.stories-CJPB43ys.js → image.stories-sQtCaoL2.js} +3 -3
  78. package/dist-storybook/assets/{index-CaMbLGUB.js → index-1AHvPexM.js} +1 -1
  79. package/dist-storybook/assets/index-BLzgbpm2.js +1 -0
  80. package/dist-storybook/assets/{index-DRIh_SUo.js → index-DWjPAWoJ.js} +1 -1
  81. package/dist-storybook/assets/{index-7xlKHfV2.js → index-SzFZQQjs.js} +1 -1
  82. package/dist-storybook/assets/input-wrapper-DkEl0Eih.js +1 -0
  83. package/dist-storybook/assets/{label-fI1oWVKU.js → label-CHVpMhb5.js} +1 -1
  84. package/dist-storybook/assets/{label.stories-C3xDUHd-.js → label.stories-CCtGPDrS.js} +3 -3
  85. package/dist-storybook/assets/{navigation-bar-CiGSH7u8.js → navigation-bar-TpF0DSXB.js} +2 -2
  86. package/dist-storybook/assets/{navigation-bar.stories-BvGp7uJf.js → navigation-bar.stories-CNXAxMYL.js} +3 -3
  87. package/dist-storybook/assets/number-field-CvCF5adO.js +1 -0
  88. package/dist-storybook/assets/{number-field.stories-B_Bj8RqE.js → number-field.stories-Dsb_eChm.js} +3 -3
  89. package/dist-storybook/assets/omit-D04qL5V_.js +1 -0
  90. package/dist-storybook/assets/option-item-Bmby544G.js +1 -0
  91. package/dist-storybook/assets/{option-item.stories-BjtolfPz.js → option-item.stories-ClUj8qVT.js} +3 -3
  92. package/dist-storybook/assets/pagination-MBP1YLhT.js +1 -0
  93. package/dist-storybook/assets/{pagination.stories-CrGsYeRw.js → pagination.stories-C9j6mE5z.js} +4 -4
  94. package/dist-storybook/assets/proxy-edvPwIiD.js +1 -0
  95. package/dist-storybook/assets/radio-DRPO7cjx.js +1 -0
  96. package/dist-storybook/assets/{radio.stories-BEG-zTwI.js → radio.stories-D8_YUTw1.js} +3 -3
  97. package/dist-storybook/assets/rating-CTv8C1tH.js +1 -0
  98. package/dist-storybook/assets/{rating.stories-Dwk8Ov3Q.js → rating.stories-BIftLeu2.js} +3 -3
  99. package/dist-storybook/assets/{react-18-4mLDkQmf.js → react-18-CacBUmwb.js} +1 -1
  100. package/dist-storybook/assets/{react-mAVd1wAc.js → react-zqqxT5R_.js} +1 -1
  101. package/dist-storybook/assets/search-field-CophTGGH.js +1 -0
  102. package/dist-storybook/assets/{search-field.stories-BnsT36yY.js → search-field.stories-D1okdN8e.js} +3 -3
  103. package/dist-storybook/assets/section-content-dVOJuOaN.js +1 -0
  104. package/dist-storybook/assets/{section.stories-B5IhLkbG.js → section.stories-Cq5CY978.js} +3 -3
  105. package/dist-storybook/assets/sheet-footer-BL2JAvmb.js +1 -0
  106. package/dist-storybook/assets/{sheet.stories-COzxyiqj.js → sheet.stories-DPcC0I5i.js} +3 -3
  107. package/dist-storybook/assets/skeleton-CmGRbWqE.js +1 -0
  108. package/dist-storybook/assets/{skeleton.stories-B71MlMyi.js → skeleton.stories-CD3J1XrJ.js} +3 -3
  109. package/dist-storybook/assets/{store-D2RudmNr.js → store-BmYgrUro.js} +5 -5
  110. package/dist-storybook/assets/switch-Cc-NvT4X.js +1 -0
  111. package/dist-storybook/assets/{switch.stories-DMBBwZef.js → switch.stories-C5SDbdGL.js} +3 -3
  112. package/dist-storybook/assets/{tab-bar-DZ3oOU50.js → tab-bar-DTyg7tFP.js} +1 -1
  113. package/dist-storybook/assets/{tab-bar.stories-Bp9w6nc3.js → tab-bar.stories-zKrihgXo.js} +3 -3
  114. package/dist-storybook/assets/text-area-WRb8Dkvn.js +1 -0
  115. package/dist-storybook/assets/{text-area.stories-BZ3HXtij.js → text-area.stories-3Z574UAD.js} +3 -3
  116. package/dist-storybook/assets/text-field-DrODy0yz.js +1 -0
  117. package/dist-storybook/assets/{text-field.stories-vSXYvs0U.js → text-field.stories-DzjpcKin.js} +3 -3
  118. package/dist-storybook/assets/toast-provider-ChNGFQlt.js +9 -0
  119. package/dist-storybook/assets/{toast.stories-DQKbk7dO.js → toast.stories-Zj4qfKO_.js} +1 -1
  120. package/dist-storybook/assets/tooltip-CrxOWTXS.js +1 -0
  121. package/dist-storybook/assets/{tooltip.stories-wuthZ3Sv.js → tooltip.stories-DEnYdL1d.js} +3 -3
  122. package/dist-storybook/assets/typography-BcLxefPi.js +1 -0
  123. package/dist-storybook/assets/{typography.stories-DD9HLY16.js → typography.stories-DWxFgTz3.js} +3 -3
  124. package/dist-storybook/assets/{uploader.stories-sModULvT.js → uploader.stories-DQN8yjt-.js} +3 -3
  125. package/dist-storybook/assets/use-app-pause-CyjeIEPG.js +21 -0
  126. package/dist-storybook/assets/use-app-resume-DntO6Rkm.js +21 -0
  127. package/dist-storybook/assets/use-bottom-tab-bar-Da7gjw6y.js +49 -0
  128. package/dist-storybook/assets/use-custom-icon-event-BEYPYrKY.js +26 -0
  129. package/dist-storybook/assets/use-did-hide-Do-KOSzV.js +30 -0
  130. package/dist-storybook/assets/use-did-show-Bv9k7DdG.js +30 -0
  131. package/dist-storybook/assets/use-histories-Ci1HfRe-.js +30 -0
  132. package/dist-storybook/assets/use-history-CkVE1jRy.js +33 -0
  133. package/dist-storybook/assets/use-language-Bg-LzpzQ.js +46 -0
  134. package/dist-storybook/assets/use-load-more-eaC8W6Cc.js +42 -0
  135. package/dist-storybook/assets/use-location-BMrQnhPi.js +39 -0
  136. package/dist-storybook/assets/use-navigate-BwwmhToy.js +36 -0
  137. package/dist-storybook/assets/use-navigation-bar-DzgWeTpM.js +42 -0
  138. package/dist-storybook/assets/use-navigation-type-DNvXTqYH.js +27 -0
  139. package/dist-storybook/assets/use-page-layout-BA2HvjAQ.js +37 -0
  140. package/dist-storybook/assets/use-page-scroll-D_gjlV-S.js +42 -0
  141. package/dist-storybook/assets/use-pull-to-refresh-SZfswIA6.js +38 -0
  142. package/dist-storybook/assets/use-settings-changed-D2gdx5rD.js +30 -0
  143. package/dist-storybook/assets/use-translate-BTC2AQ0k.js +59 -0
  144. package/dist-storybook/assets/{visibility-sensor-huP-8j4n.js → visibility-sensor-FN9n9CLs.js} +1 -1
  145. package/dist-storybook/iframe.html +2 -2
  146. package/dist-storybook/index.json +1 -1
  147. package/dist-storybook/project.json +1 -1
  148. package/dist-storybook/sb-addons/a11y-2/manager-bundle.js +2 -2
  149. package/dist-storybook/sb-addons/docs-1/manager-bundle.js +2 -2
  150. package/dist-storybook/sb-addons/storybook-build-3/manager-bundle.js +1 -1
  151. package/dist-storybook/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +4 -4
  152. package/dist-storybook/stories-data.json +152 -122
  153. package/package.json +3 -1
  154. package/dist/components/app/components/app.d.ts +0 -13
  155. package/dist/components/app/components/link.d.ts +0 -8
  156. package/dist/components/app/components/navigation-analytic.d.ts +0 -2
  157. package/dist/components/app/components/pages-render.d.ts +0 -2
  158. package/dist/components/app/context/location-key.d.ts +0 -4
  159. package/dist/components/app/hooks/use-app-pause.d.ts +0 -1
  160. package/dist/components/app/hooks/use-app-resume.d.ts +0 -1
  161. package/dist/components/app/hooks/use-app-state.d.ts +0 -7
  162. package/dist/components/app/hooks/use-bottom-tab-bar.d.ts +0 -13
  163. package/dist/components/app/hooks/use-did-hide.d.ts +0 -1
  164. package/dist/components/app/hooks/use-did-show.d.ts +0 -1
  165. package/dist/components/app/hooks/use-history.d.ts +0 -2
  166. package/dist/components/app/hooks/use-location.d.ts +0 -1
  167. package/dist/components/app/hooks/use-navigate.d.ts +0 -1
  168. package/dist/components/app/hooks/use-navigation-bar.d.ts +0 -12
  169. package/dist/components/app/hooks/use-navigation-type.d.ts +0 -1
  170. package/dist/components/app/hooks/use-page-config.d.ts +0 -1
  171. package/dist/components/app/hooks/use-page-layout.d.ts +0 -14
  172. package/dist/components/app/hooks/use-page-scroll.d.ts +0 -5
  173. package/dist/components/app/hooks/use-page-state.d.ts +0 -6
  174. package/dist/components/app/stores/app.d.ts +0 -24
  175. package/dist/components/app/stores/app.selector.d.ts +0 -11
  176. package/dist/components/app/types/app.d.ts +0 -65
  177. package/dist/components/app/types/navigation.d.ts +0 -30
  178. package/dist/components/app/utils/animation.d.ts +0 -2
  179. package/dist/components/app/utils/data-theme.d.ts +0 -4
  180. package/dist/components/app/utils/history.d.ts +0 -7
  181. package/dist/hooks/use-analytic.d.ts +0 -1
  182. package/dist/hooks/use-is-using-app.d.ts +0 -1
  183. package/dist/hooks/use-is-using-locales.d.ts +0 -1
  184. package/dist/locales/defaultResources/en.d.ts +0 -27
  185. package/dist/locales/defaultResources/vi.d.ts +0 -27
  186. package/dist/locales/fns.d.ts +0 -6
  187. package/dist/locales/hooks.d.ts +0 -9
  188. package/dist/locales/index.d.ts +0 -4
  189. package/dist/locales/provider.d.ts +0 -6
  190. package/dist/locales/store.d.ts +0 -13
  191. package/dist/locales/types.d.ts +0 -37
  192. package/dist/locales/utils.d.ts +0 -2
  193. package/dist-storybook/assets/ANIMATION-DLCDVwPI.js +0 -99
  194. package/dist-storybook/assets/APP_FRAMEWORK-B9Mrudgl.js +0 -197
  195. package/dist-storybook/assets/BOTTOM_TAB_BAR-Bgfy-nnv.js +0 -175
  196. package/dist-storybook/assets/CUSTOM_ERROR_BOUNDARY-G_i_6aho.js +0 -250
  197. package/dist-storybook/assets/GETTING_STARTED-Bf6ENjZo.js +0 -77
  198. package/dist-storybook/assets/KEEP_ALIVE-CicDtVw6.js +0 -126
  199. package/dist-storybook/assets/LOCALE-D_43J3RD.js +0 -465
  200. package/dist-storybook/assets/MOBILE_BEHAVIOURS-D5jOxNiz.js +0 -177
  201. package/dist-storybook/assets/PAGE_LAYOUT-C0sW9iZo.js +0 -192
  202. package/dist-storybook/assets/ROUTING_NAVIGATION-Bpj_mu5r.js +0 -335
  203. package/dist-storybook/assets/THEME_MODE-Sc8cgznR.js +0 -111
  204. package/dist-storybook/assets/_setToString-CjYxL0rS.js +0 -1
  205. package/dist-storybook/assets/alert-abKmNYys.js +0 -1
  206. package/dist-storybook/assets/avatar-B-jvPnzm.js +0 -1
  207. package/dist-storybook/assets/badge-Cc9u7jBX.js +0 -1
  208. package/dist-storybook/assets/button-GtWXUngt.js +0 -1
  209. package/dist-storybook/assets/calendar-CJ5_NxYx.js +0 -1
  210. package/dist-storybook/assets/carousel-sbzGq2WF.js +0 -37
  211. package/dist-storybook/assets/checkbox-CMpJJxvm.js +0 -1
  212. package/dist-storybook/assets/classname-DoNrELT0.js +0 -1
  213. package/dist-storybook/assets/date-field.stories-CerGwXZy.js +0 -129
  214. package/dist-storybook/assets/date-picker-BCIW_1-h.js +0 -1
  215. package/dist-storybook/assets/icon-TJ3FHxUI.js +0 -1
  216. package/dist-storybook/assets/iframe-yMKl6hJA.css +0 -1
  217. package/dist-storybook/assets/image-D6Yo4ht9.js +0 -9
  218. package/dist-storybook/assets/input-wrapper-D_9hAdHZ.js +0 -1
  219. package/dist-storybook/assets/number-field-DNj4myBV.js +0 -1
  220. package/dist-storybook/assets/omit-CStFhbPt.js +0 -1
  221. package/dist-storybook/assets/option-item-BloohEvW.js +0 -1
  222. package/dist-storybook/assets/pagination-Dcazh6R_.js +0 -1
  223. package/dist-storybook/assets/pick-DbIUGM9R.js +0 -1
  224. package/dist-storybook/assets/radio-t2E8E0Oc.js +0 -1
  225. package/dist-storybook/assets/rating-DsULci27.js +0 -1
  226. package/dist-storybook/assets/search-field-CuiHMy7j.js +0 -1
  227. package/dist-storybook/assets/section-content-pkGNuEs6.js +0 -1
  228. package/dist-storybook/assets/skeleton-Dn8rwbgX.js +0 -1
  229. package/dist-storybook/assets/store-DxAqU1JB.js +0 -1
  230. package/dist-storybook/assets/switch-BziC1t_8.js +0 -1
  231. package/dist-storybook/assets/text-area-CAmJ2yms.js +0 -1
  232. package/dist-storybook/assets/text-field-CjrgfYOZ.js +0 -1
  233. package/dist-storybook/assets/toast-provider-B9k1NBG6.js +0 -9
  234. package/dist-storybook/assets/tooltip-VnA8Hy0S.js +0 -1
  235. package/dist-storybook/assets/typography-DoV67nnS.js +0 -1
  236. package/dist-storybook/assets/use-app-pause-BQYQ2_kc.js +0 -29
  237. package/dist-storybook/assets/use-app-resume-BHDCAORn.js +0 -29
  238. package/dist-storybook/assets/use-custom-icon-event-BCGSFwaE.js +0 -29
  239. package/dist-storybook/assets/use-did-hide-Cosc0Bts.js +0 -48
  240. package/dist-storybook/assets/use-did-show-CTWe5NYk.js +0 -49
  241. package/dist-storybook/assets/use-histories-CAcE6nVz.js +0 -50
  242. package/dist-storybook/assets/use-history-FuEbPpap.js +0 -67
  243. package/dist-storybook/assets/use-location-CdUC1tic.js +0 -56
  244. package/dist-storybook/assets/use-navigate-DP9paY1K.js +0 -84
  245. package/dist-storybook/assets/use-navigation-type-BWVxMUtZ.js +0 -44
  246. package/dist-storybook/assets/use-page-config-5u8OF-8L.js +0 -48
  247. package/dist-storybook/assets/use-page-scroll-nPQcBn5B.js +0 -69
  248. package/dist-storybook/assets/use-page-state-CULl52gw.js +0 -79
  249. package/dist-storybook/assets/use-settings-changed-2GP5ZsJS.js +0 -29
  250. /package/dist/components/app/{components/bottom-tab-bar.d.ts → bottom-tab-bar-layout/index.d.ts} +0 -0
  251. /package/dist/components/app/{components/navigation-bar.d.ts → navigation-bar-layout/index.d.ts} +0 -0
  252. /package/dist/components/app/{components/page-layout.d.ts → page-layout/index.d.ts} +0 -0
  253. /package/dist/{components/app/hooks → hooks}/use-custom-icon-event.d.ts +0 -0
  254. /package/dist/{components/app/hooks → hooks}/use-settings-changed.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import{a as Qh,r as ei}from"./iframe-CLEfhyJc.js";import{r as Xh}from"./index-CaMbLGUB.js";import"./preload-helper-PPVm8Dsz.js";var ai={exports:{}},ie={},ti={exports:{}},ui={};var fy;function Gh(){return fy||(fy=1,(function(M){function cl(z,T){var U=z.length;z.push(T);l:for(;0<U;){var W=U-1>>>1,w=z[W];if(0<ia(w,T))z[W]=T,z[U]=w,U=W;else break l}}function L(z){return z.length===0?null:z[0]}function s(z){if(z.length===0)return null;var T=z[0],U=z.pop();if(U!==T){z[0]=U;l:for(var W=0,w=z.length,bl=w>>>1;W<bl;){var r=2*(W+1)-1,Z=z[r],vl=r+1,ua=z[vl];if(0>ia(Z,U))vl<w&&0>ia(ua,Z)?(z[W]=ua,z[vl]=U,W=vl):(z[W]=Z,z[r]=U,W=r);else if(vl<w&&0>ia(ua,U))z[W]=ua,z[vl]=U,W=vl;else break l}}return T}function ia(z,T){var U=z.sortIndex-T.sortIndex;return U!==0?U:z.id-T.id}if(M.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var va=performance;M.unstable_now=function(){return va.now()}}else{var du=Date,ve=du.now();M.unstable_now=function(){return du.now()-ve}}var Cl=[],aa=[],ye=1,N=null,il=3,qa=!1,kl=!1,Rl=!1,Dt=!1,Ot=typeof setTimeout=="function"?setTimeout:null,Su=typeof clearTimeout=="function"?clearTimeout:null,Zl=typeof setImmediate<"u"?setImmediate:null;function Ba(z){for(var T=L(aa);T!==null;){if(T.callback===null)s(aa);else if(T.startTime<=z)s(aa),T.sortIndex=T.expirationTime,cl(Cl,T);else break;T=L(aa)}}function et(z){if(Rl=!1,Ba(z),!kl)if(L(Cl)!==null)kl=!0,ta||(ta=!0,jl());else{var T=L(aa);T!==null&&ma(et,T.startTime-z)}}var ta=!1,ya=-1,rl=5,Ut=-1;function me(){return Dt?!0:!(M.unstable_now()-Ut<rl)}function _t(){if(Dt=!1,ta){var z=M.unstable_now();Ut=z;var T=!0;try{l:{kl=!1,Rl&&(Rl=!1,Su(ya),ya=-1),qa=!0;var U=il;try{a:{for(Ba(z),N=L(Cl);N!==null&&!(N.expirationTime>z&&me());){var W=N.callback;if(typeof W=="function"){N.callback=null,il=N.priorityLevel;var w=W(N.expirationTime<=z);if(z=M.unstable_now(),typeof w=="function"){N.callback=w,Ba(z),T=!0;break a}N===L(Cl)&&s(Cl),Ba(z)}else s(Cl);N=L(Cl)}if(N!==null)T=!0;else{var bl=L(aa);bl!==null&&ma(et,bl.startTime-z),T=!1}}break l}finally{N=null,il=U,qa=!1}T=void 0}}finally{T?jl():ta=!1}}}var jl;if(typeof Zl=="function")jl=function(){Zl(_t)};else if(typeof MessageChannel<"u"){var he=new MessageChannel,gu=he.port2;he.port1.onmessage=_t,jl=function(){gu.postMessage(null)}}else jl=function(){Ot(_t,0)};function ma(z,T){ya=Ot(function(){z(M.unstable_now())},T)}M.unstable_IdlePriority=5,M.unstable_ImmediatePriority=1,M.unstable_LowPriority=4,M.unstable_NormalPriority=3,M.unstable_Profiling=null,M.unstable_UserBlockingPriority=2,M.unstable_cancelCallback=function(z){z.callback=null},M.unstable_forceFrameRate=function(z){0>z||125<z?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):rl=0<z?Math.floor(1e3/z):5},M.unstable_getCurrentPriorityLevel=function(){return il},M.unstable_next=function(z){switch(il){case 1:case 2:case 3:var T=3;break;default:T=il}var U=il;il=T;try{return z()}finally{il=U}},M.unstable_requestPaint=function(){Dt=!0},M.unstable_runWithPriority=function(z,T){switch(z){case 1:case 2:case 3:case 4:case 5:break;default:z=3}var U=il;il=z;try{return T()}finally{il=U}},M.unstable_scheduleCallback=function(z,T,U){var W=M.unstable_now();switch(typeof U=="object"&&U!==null?(U=U.delay,U=typeof U=="number"&&0<U?W+U:W):U=W,z){case 1:var w=-1;break;case 2:w=250;break;case 5:w=1073741823;break;case 4:w=1e4;break;default:w=5e3}return w=U+w,z={id:ye++,callback:T,priorityLevel:z,startTime:U,expirationTime:w,sortIndex:-1},U>W?(z.sortIndex=U,cl(aa,z),L(Cl)===null&&z===L(aa)&&(Rl?(Su(ya),ya=-1):Rl=!0,ma(et,U-W))):(z.sortIndex=w,cl(Cl,z),kl||qa||(kl=!0,ta||(ta=!0,jl()))),z},M.unstable_shouldYield=me,M.unstable_wrapCallback=function(z){var T=il;return function(){var U=il;il=T;try{return z.apply(this,arguments)}finally{il=U}}}})(ui)),ui}var cy;function Ch(){return cy||(cy=1,ti.exports=Gh()),ti.exports}var iy;function Rh(){if(iy)return ie;iy=1;var M=Ch(),cl=Qh(),L=Xh();function s(l){var a="https://react.dev/errors/"+l;if(1<arguments.length){a+="?args[]="+encodeURIComponent(arguments[1]);for(var t=2;t<arguments.length;t++)a+="&args[]="+encodeURIComponent(arguments[t])}return"Minified React error #"+l+"; visit "+a+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function ia(l){return!(!l||l.nodeType!==1&&l.nodeType!==9&&l.nodeType!==11)}function va(l){var a=l,t=l;if(l.alternate)for(;a.return;)a=a.return;else{l=a;do a=l,(a.flags&4098)!==0&&(t=a.return),l=a.return;while(l)}return a.tag===3?t:null}function du(l){if(l.tag===13){var a=l.memoizedState;if(a===null&&(l=l.alternate,l!==null&&(a=l.memoizedState)),a!==null)return a.dehydrated}return null}function ve(l){if(l.tag===31){var a=l.memoizedState;if(a===null&&(l=l.alternate,l!==null&&(a=l.memoizedState)),a!==null)return a.dehydrated}return null}function Cl(l){if(va(l)!==l)throw Error(s(188))}function aa(l){var a=l.alternate;if(!a){if(a=va(l),a===null)throw Error(s(188));return a!==l?null:l}for(var t=l,u=a;;){var e=t.return;if(e===null)break;var n=e.alternate;if(n===null){if(u=e.return,u!==null){t=u;continue}break}if(e.child===n.child){for(n=e.child;n;){if(n===t)return Cl(e),l;if(n===u)return Cl(e),a;n=n.sibling}throw Error(s(188))}if(t.return!==u.return)t=e,u=n;else{for(var f=!1,c=e.child;c;){if(c===t){f=!0,t=e,u=n;break}if(c===u){f=!0,u=e,t=n;break}c=c.sibling}if(!f){for(c=n.child;c;){if(c===t){f=!0,t=n,u=e;break}if(c===u){f=!0,u=n,t=e;break}c=c.sibling}if(!f)throw Error(s(189))}}if(t.alternate!==u)throw Error(s(190))}if(t.tag!==3)throw Error(s(188));return t.stateNode.current===t?l:a}function ye(l){var a=l.tag;if(a===5||a===26||a===27||a===6)return l;for(l=l.child;l!==null;){if(a=ye(l),a!==null)return a;l=l.sibling}return null}var N=Object.assign,il=Symbol.for("react.element"),qa=Symbol.for("react.transitional.element"),kl=Symbol.for("react.portal"),Rl=Symbol.for("react.fragment"),Dt=Symbol.for("react.strict_mode"),Ot=Symbol.for("react.profiler"),Su=Symbol.for("react.consumer"),Zl=Symbol.for("react.context"),Ba=Symbol.for("react.forward_ref"),et=Symbol.for("react.suspense"),ta=Symbol.for("react.suspense_list"),ya=Symbol.for("react.memo"),rl=Symbol.for("react.lazy"),Ut=Symbol.for("react.activity"),me=Symbol.for("react.memo_cache_sentinel"),_t=Symbol.iterator;function jl(l){return l===null||typeof l!="object"?null:(l=_t&&l[_t]||l["@@iterator"],typeof l=="function"?l:null)}var he=Symbol.for("react.client.reference");function gu(l){if(l==null)return null;if(typeof l=="function")return l.$$typeof===he?null:l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case Rl:return"Fragment";case Ot:return"Profiler";case Dt:return"StrictMode";case et:return"Suspense";case ta:return"SuspenseList";case Ut:return"Activity"}if(typeof l=="object")switch(l.$$typeof){case kl:return"Portal";case Zl:return l.displayName||"Context";case Su:return(l._context.displayName||"Context")+".Consumer";case Ba:var a=l.render;return l=l.displayName,l||(l=a.displayName||a.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case ya:return a=l.displayName||null,a!==null?a:gu(l.type)||"Memo";case rl:a=l._payload,l=l._init;try{return gu(l(a))}catch{}}return null}var ma=Array.isArray,z=cl.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,T=L.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,U={pending:!1,data:null,method:null,action:null},W=[],w=-1;function bl(l){return{current:l}}function r(l){0>w||(l.current=W[w],W[w]=null,w--)}function Z(l,a){w++,W[w]=l.current,l.current=a}var vl=bl(null),ua=bl(null),Ya=bl(null),de=bl(null);function Se(l,a){switch(Z(Ya,a),Z(ua,l),Z(vl,null),a.nodeType){case 9:case 11:l=(l=a.documentElement)&&(l=l.namespaceURI)?N1(l):0;break;default:if(l=a.tagName,a=a.namespaceURI)a=N1(a),l=q1(a,l);else switch(l){case"svg":l=1;break;case"math":l=2;break;default:l=0}}r(vl),Z(vl,l)}function Ht(){r(vl),r(ua),r(Ya)}function Gn(l){l.memoizedState!==null&&Z(de,l);var a=vl.current,t=q1(a,l.type);a!==t&&(Z(ua,l),Z(vl,t))}function ge(l){ua.current===l&&(r(vl),r(ua)),de.current===l&&(r(de),ee._currentValue=U)}var Cn,ni;function nt(l){if(Cn===void 0)try{throw Error()}catch(t){var a=t.stack.trim().match(/\n( *(at )?)/);Cn=a&&a[1]||"",ni=-1<t.stack.indexOf(`
1
+ import{a as Qh,r as ei}from"./iframe-C0PGuV5s.js";import{r as Xh}from"./index-1AHvPexM.js";import"./preload-helper-PPVm8Dsz.js";var ai={exports:{}},ie={},ti={exports:{}},ui={};var fy;function Gh(){return fy||(fy=1,(function(M){function cl(z,T){var U=z.length;z.push(T);l:for(;0<U;){var W=U-1>>>1,w=z[W];if(0<ia(w,T))z[W]=T,z[U]=w,U=W;else break l}}function L(z){return z.length===0?null:z[0]}function s(z){if(z.length===0)return null;var T=z[0],U=z.pop();if(U!==T){z[0]=U;l:for(var W=0,w=z.length,bl=w>>>1;W<bl;){var r=2*(W+1)-1,Z=z[r],vl=r+1,ua=z[vl];if(0>ia(Z,U))vl<w&&0>ia(ua,Z)?(z[W]=ua,z[vl]=U,W=vl):(z[W]=Z,z[r]=U,W=r);else if(vl<w&&0>ia(ua,U))z[W]=ua,z[vl]=U,W=vl;else break l}}return T}function ia(z,T){var U=z.sortIndex-T.sortIndex;return U!==0?U:z.id-T.id}if(M.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var va=performance;M.unstable_now=function(){return va.now()}}else{var du=Date,ve=du.now();M.unstable_now=function(){return du.now()-ve}}var Cl=[],aa=[],ye=1,N=null,il=3,qa=!1,kl=!1,Rl=!1,Dt=!1,Ot=typeof setTimeout=="function"?setTimeout:null,Su=typeof clearTimeout=="function"?clearTimeout:null,Zl=typeof setImmediate<"u"?setImmediate:null;function Ba(z){for(var T=L(aa);T!==null;){if(T.callback===null)s(aa);else if(T.startTime<=z)s(aa),T.sortIndex=T.expirationTime,cl(Cl,T);else break;T=L(aa)}}function et(z){if(Rl=!1,Ba(z),!kl)if(L(Cl)!==null)kl=!0,ta||(ta=!0,jl());else{var T=L(aa);T!==null&&ma(et,T.startTime-z)}}var ta=!1,ya=-1,rl=5,Ut=-1;function me(){return Dt?!0:!(M.unstable_now()-Ut<rl)}function _t(){if(Dt=!1,ta){var z=M.unstable_now();Ut=z;var T=!0;try{l:{kl=!1,Rl&&(Rl=!1,Su(ya),ya=-1),qa=!0;var U=il;try{a:{for(Ba(z),N=L(Cl);N!==null&&!(N.expirationTime>z&&me());){var W=N.callback;if(typeof W=="function"){N.callback=null,il=N.priorityLevel;var w=W(N.expirationTime<=z);if(z=M.unstable_now(),typeof w=="function"){N.callback=w,Ba(z),T=!0;break a}N===L(Cl)&&s(Cl),Ba(z)}else s(Cl);N=L(Cl)}if(N!==null)T=!0;else{var bl=L(aa);bl!==null&&ma(et,bl.startTime-z),T=!1}}break l}finally{N=null,il=U,qa=!1}T=void 0}}finally{T?jl():ta=!1}}}var jl;if(typeof Zl=="function")jl=function(){Zl(_t)};else if(typeof MessageChannel<"u"){var he=new MessageChannel,gu=he.port2;he.port1.onmessage=_t,jl=function(){gu.postMessage(null)}}else jl=function(){Ot(_t,0)};function ma(z,T){ya=Ot(function(){z(M.unstable_now())},T)}M.unstable_IdlePriority=5,M.unstable_ImmediatePriority=1,M.unstable_LowPriority=4,M.unstable_NormalPriority=3,M.unstable_Profiling=null,M.unstable_UserBlockingPriority=2,M.unstable_cancelCallback=function(z){z.callback=null},M.unstable_forceFrameRate=function(z){0>z||125<z?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):rl=0<z?Math.floor(1e3/z):5},M.unstable_getCurrentPriorityLevel=function(){return il},M.unstable_next=function(z){switch(il){case 1:case 2:case 3:var T=3;break;default:T=il}var U=il;il=T;try{return z()}finally{il=U}},M.unstable_requestPaint=function(){Dt=!0},M.unstable_runWithPriority=function(z,T){switch(z){case 1:case 2:case 3:case 4:case 5:break;default:z=3}var U=il;il=z;try{return T()}finally{il=U}},M.unstable_scheduleCallback=function(z,T,U){var W=M.unstable_now();switch(typeof U=="object"&&U!==null?(U=U.delay,U=typeof U=="number"&&0<U?W+U:W):U=W,z){case 1:var w=-1;break;case 2:w=250;break;case 5:w=1073741823;break;case 4:w=1e4;break;default:w=5e3}return w=U+w,z={id:ye++,callback:T,priorityLevel:z,startTime:U,expirationTime:w,sortIndex:-1},U>W?(z.sortIndex=U,cl(aa,z),L(Cl)===null&&z===L(aa)&&(Rl?(Su(ya),ya=-1):Rl=!0,ma(et,U-W))):(z.sortIndex=w,cl(Cl,z),kl||qa||(kl=!0,ta||(ta=!0,jl()))),z},M.unstable_shouldYield=me,M.unstable_wrapCallback=function(z){var T=il;return function(){var U=il;il=T;try{return z.apply(this,arguments)}finally{il=U}}}})(ui)),ui}var cy;function Ch(){return cy||(cy=1,ti.exports=Gh()),ti.exports}var iy;function Rh(){if(iy)return ie;iy=1;var M=Ch(),cl=Qh(),L=Xh();function s(l){var a="https://react.dev/errors/"+l;if(1<arguments.length){a+="?args[]="+encodeURIComponent(arguments[1]);for(var t=2;t<arguments.length;t++)a+="&args[]="+encodeURIComponent(arguments[t])}return"Minified React error #"+l+"; visit "+a+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function ia(l){return!(!l||l.nodeType!==1&&l.nodeType!==9&&l.nodeType!==11)}function va(l){var a=l,t=l;if(l.alternate)for(;a.return;)a=a.return;else{l=a;do a=l,(a.flags&4098)!==0&&(t=a.return),l=a.return;while(l)}return a.tag===3?t:null}function du(l){if(l.tag===13){var a=l.memoizedState;if(a===null&&(l=l.alternate,l!==null&&(a=l.memoizedState)),a!==null)return a.dehydrated}return null}function ve(l){if(l.tag===31){var a=l.memoizedState;if(a===null&&(l=l.alternate,l!==null&&(a=l.memoizedState)),a!==null)return a.dehydrated}return null}function Cl(l){if(va(l)!==l)throw Error(s(188))}function aa(l){var a=l.alternate;if(!a){if(a=va(l),a===null)throw Error(s(188));return a!==l?null:l}for(var t=l,u=a;;){var e=t.return;if(e===null)break;var n=e.alternate;if(n===null){if(u=e.return,u!==null){t=u;continue}break}if(e.child===n.child){for(n=e.child;n;){if(n===t)return Cl(e),l;if(n===u)return Cl(e),a;n=n.sibling}throw Error(s(188))}if(t.return!==u.return)t=e,u=n;else{for(var f=!1,c=e.child;c;){if(c===t){f=!0,t=e,u=n;break}if(c===u){f=!0,u=e,t=n;break}c=c.sibling}if(!f){for(c=n.child;c;){if(c===t){f=!0,t=n,u=e;break}if(c===u){f=!0,u=n,t=e;break}c=c.sibling}if(!f)throw Error(s(189))}}if(t.alternate!==u)throw Error(s(190))}if(t.tag!==3)throw Error(s(188));return t.stateNode.current===t?l:a}function ye(l){var a=l.tag;if(a===5||a===26||a===27||a===6)return l;for(l=l.child;l!==null;){if(a=ye(l),a!==null)return a;l=l.sibling}return null}var N=Object.assign,il=Symbol.for("react.element"),qa=Symbol.for("react.transitional.element"),kl=Symbol.for("react.portal"),Rl=Symbol.for("react.fragment"),Dt=Symbol.for("react.strict_mode"),Ot=Symbol.for("react.profiler"),Su=Symbol.for("react.consumer"),Zl=Symbol.for("react.context"),Ba=Symbol.for("react.forward_ref"),et=Symbol.for("react.suspense"),ta=Symbol.for("react.suspense_list"),ya=Symbol.for("react.memo"),rl=Symbol.for("react.lazy"),Ut=Symbol.for("react.activity"),me=Symbol.for("react.memo_cache_sentinel"),_t=Symbol.iterator;function jl(l){return l===null||typeof l!="object"?null:(l=_t&&l[_t]||l["@@iterator"],typeof l=="function"?l:null)}var he=Symbol.for("react.client.reference");function gu(l){if(l==null)return null;if(typeof l=="function")return l.$$typeof===he?null:l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case Rl:return"Fragment";case Ot:return"Profiler";case Dt:return"StrictMode";case et:return"Suspense";case ta:return"SuspenseList";case Ut:return"Activity"}if(typeof l=="object")switch(l.$$typeof){case kl:return"Portal";case Zl:return l.displayName||"Context";case Su:return(l._context.displayName||"Context")+".Consumer";case Ba:var a=l.render;return l=l.displayName,l||(l=a.displayName||a.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case ya:return a=l.displayName||null,a!==null?a:gu(l.type)||"Memo";case rl:a=l._payload,l=l._init;try{return gu(l(a))}catch{}}return null}var ma=Array.isArray,z=cl.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,T=L.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,U={pending:!1,data:null,method:null,action:null},W=[],w=-1;function bl(l){return{current:l}}function r(l){0>w||(l.current=W[w],W[w]=null,w--)}function Z(l,a){w++,W[w]=l.current,l.current=a}var vl=bl(null),ua=bl(null),Ya=bl(null),de=bl(null);function Se(l,a){switch(Z(Ya,a),Z(ua,l),Z(vl,null),a.nodeType){case 9:case 11:l=(l=a.documentElement)&&(l=l.namespaceURI)?N1(l):0;break;default:if(l=a.tagName,a=a.namespaceURI)a=N1(a),l=q1(a,l);else switch(l){case"svg":l=1;break;case"math":l=2;break;default:l=0}}r(vl),Z(vl,l)}function Ht(){r(vl),r(ua),r(Ya)}function Gn(l){l.memoizedState!==null&&Z(de,l);var a=vl.current,t=q1(a,l.type);a!==t&&(Z(ua,l),Z(vl,t))}function ge(l){ua.current===l&&(r(vl),r(ua)),de.current===l&&(r(de),ee._currentValue=U)}var Cn,ni;function nt(l){if(Cn===void 0)try{throw Error()}catch(t){var a=t.stack.trim().match(/\n( *(at )?)/);Cn=a&&a[1]||"",ni=-1<t.stack.indexOf(`
2
2
  at`)?" (<anonymous>)":-1<t.stack.indexOf("@")?"@unknown:0:0":""}return`
3
3
  `+Cn+l+ni}var Rn=!1;function Zn(l,a){if(!l||Rn)return"";Rn=!0;var t=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var u={DetermineComponentFrameRoot:function(){try{if(a){var A=function(){throw Error()};if(Object.defineProperty(A.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(A,[])}catch(S){var d=S}Reflect.construct(l,[],A)}else{try{A.call()}catch(S){d=S}l.call(A.prototype)}}else{try{throw Error()}catch(S){d=S}(A=l())&&typeof A.catch=="function"&&A.catch(function(){})}}catch(S){if(S&&d&&typeof S.stack=="string")return[S.stack,d.stack]}return[null,null]}};u.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var e=Object.getOwnPropertyDescriptor(u.DetermineComponentFrameRoot,"name");e&&e.configurable&&Object.defineProperty(u.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var n=u.DetermineComponentFrameRoot(),f=n[0],c=n[1];if(f&&c){var i=f.split(`
4
4
  `),h=c.split(`
@@ -1 +1 @@
1
- import{e as u}from"./iframe-CLEfhyJc.js";const S=t=>{let e;const n=new Set,o=(s,r)=>{const c=typeof s=="function"?s(e):s;if(!Object.is(c,e)){const g=e;e=r??(typeof c!="object"||c===null)?c:Object.assign({},e,c),n.forEach(f=>f(e,g))}},i=()=>e,a={setState:o,getState:i,getInitialState:()=>l,subscribe:s=>(n.add(s),()=>n.delete(s))},l=e=t(o,i,a);return a},d=(t=>t?S(t):S),I=t=>t;function j(t,e=I){const n=u.useSyncExternalStore(t.subscribe,u.useCallback(()=>e(t.getState()),[t,e]),u.useCallback(()=>e(t.getInitialState()),[t,e]));return u.useDebugValue(n),n}const b=t=>{const e=d(t),n=o=>j(e,o);return Object.assign(n,e),n},O=(t=>t?b(t):b);export{O as c};
1
+ import{e as u}from"./iframe-C0PGuV5s.js";const S=t=>{let e;const n=new Set,o=(s,r)=>{const c=typeof s=="function"?s(e):s;if(!Object.is(c,e)){const g=e;e=r??(typeof c!="object"||c===null)?c:Object.assign({},e,c),n.forEach(f=>f(e,g))}},i=()=>e,a={setState:o,getState:i,getInitialState:()=>l,subscribe:s=>(n.add(s),()=>n.delete(s))},l=e=t(o,i,a);return a},d=(t=>t?S(t):S),I=t=>t;function j(t,e=I){const n=u.useSyncExternalStore(t.subscribe,u.useCallback(()=>e(t.getState()),[t,e]),u.useCallback(()=>e(t.getInitialState()),[t,e]));return u.useDebugValue(n),n}const b=t=>{const e=d(t),n=o=>j(e,o);return Object.assign(n,e),n},O=(t=>t?b(t):b);export{O as c};
@@ -0,0 +1 @@
1
+ import{r as i,j as l}from"./iframe-C0PGuV5s.js";import{T as n}from"./text-field-DrODy0yz.js";import{u as t}from"./index-DWjPAWoJ.js";import{c,g as m}from"./store-BmYgrUro.js";const f=m("text-field"),d=e=>{const[a,o]=t(e,{trigger:"onChange",valuePropName:"value"}),s=i.useRef(null);return l.jsx(n,{ref:s,leadingIcon:{name:"magnifier",size:20,color:"alias-object-secondary"},loadingType:"search",...e,className:c(f,e.className),trailingIcon:a?{name:"circle-xmark",type:"fill",size:20,color:"alias-object-secondary"}:void 0,onTrailingIconClick:r=>{r.preventDefault(),r.stopPropagation(),o(""),s?.current?.focus()},value:a,onChange:o})};d.__docgenInfo={description:"",methods:[],displayName:"SearchField"};export{d as S};
@@ -1,4 +1,4 @@
1
- import{j as o,r as h}from"./iframe-CLEfhyJc.js";import{T as u,S as b,M as p,P as F,a as g}from"./blocks-CpOj9FQ_.js";import{t as e}from"./store-D2RudmNr.js";import{S as l}from"./search-field-CuiHMy7j.js";import"./preload-helper-PPVm8Dsz.js";import"./index-CaMbLGUB.js";import"./text-field-CjrgfYOZ.js";import"./classname-DoNrELT0.js";import"./input-wrapper-D_9hAdHZ.js";import"./icon-TJ3FHxUI.js";import"./colors-_6nFGM3e.js";import"./label-fI1oWVKU.js";import"./typography-DoV67nnS.js";import"./skeleton-Dn8rwbgX.js";import"./pick-DbIUGM9R.js";import"./omit-CStFhbPt.js";import"./_setToString-CjYxL0rS.js";import"./index-DRIh_SUo.js";import"./index-B-Ksafg0.js";const y=()=>{const m=`
1
+ import{j as o,r as h}from"./iframe-C0PGuV5s.js";import{T as u,S as b,M as p,P as F,a as g}from"./blocks-D4qvS4eZ.js";import{t as e}from"./store-BmYgrUro.js";import{S as l}from"./search-field-CophTGGH.js";import"./preload-helper-PPVm8Dsz.js";import"./index-1AHvPexM.js";import"./text-field-DrODy0yz.js";import"./input-wrapper-DkEl0Eih.js";import"./icon-CgGksgRS.js";import"./colors-_6nFGM3e.js";import"./label-CHVpMhb5.js";import"./typography-BcLxefPi.js";import"./skeleton-CmGRbWqE.js";import"./omit-D04qL5V_.js";import"./_baseClone-4nOrhHpR.js";import"./index-DWjPAWoJ.js";import"./index-B-Ksafg0.js";const y=()=>{const m=`
2
2
  ## ${e("common.table.title")}
3
3
 
4
4
  | ${e("common.table.name")} | ${e("common.table.type")} | ${e("common.table.required")} | ${e("common.table.description")} |
@@ -22,7 +22,7 @@ import{j as o,r as h}from"./iframe-CLEfhyJc.js";import{T as u,S as b,M as p,P as
22
22
  | \`clearable\` | \`boolean\` | ${e("common.table.no")} | ${e("components.searchField.clearableDescription")} |
23
23
  | \`onClear\` | \`() => void\` | ${e("common.table.no")} | ${e("components.searchField.onClearDescription")} |
24
24
  | \`...props\` | \`ComponentProps<'input'>\` | ${e("common.table.no")} | ${e("components.searchField.propsDescription")} |
25
- `;return o.jsxs(o.Fragment,{children:[o.jsx(u,{}),o.jsx(b,{}),o.jsx(p,{children:e("components.searchField.description")}),o.jsx(F,{}),o.jsx(p,{children:m}),o.jsx(g,{})]})},q={title:"Components/SearchField",component:l,parameters:{layout:"padded",docs:{page:y}},tags:["autodocs"],argTypes:{value:{control:"text",description:e("components.searchField.argTypes.valueDescription"),table:{type:{summary:"string"}}},onChange:{action:"changed",description:e("components.searchField.argTypes.onChangeDescription"),table:{type:{summary:"(value: string) => void"}}},placeholder:{control:"text",description:e("components.searchField.argTypes.placeholderDescription"),table:{type:{summary:"string"}}},shape:{control:"select",options:["rounded","pill"],description:e("components.searchField.argTypes.shapeDescription"),table:{type:{summary:'"rounded" | "pill"'},defaultValue:{summary:"rounded"}}},disabled:{control:"boolean",description:e("components.searchField.argTypes.disabledDescription"),table:{type:{summary:"boolean"}}},loading:{control:"boolean",description:e("components.searchField.argTypes.loadingDescription"),table:{type:{summary:"boolean"}}},className:{control:"text",description:e("components.searchField.argTypes.classNameDescription"),table:{type:{summary:"string"}}},label:{control:"object",description:e("components.searchField.argTypes.labelDescription"),table:{type:{summary:"{ text: string; required?: boolean; }"}}}}},s={storyName:e("components.searchField.stories.default.storyName"),name:e("components.searchField.stories.default.name"),args:{placeholder:e("components.searchField.stories.default.placeholder")}},a={storyName:e("components.searchField.stories.controlled.storyName"),name:e("components.searchField.stories.controlled.name"),render:()=>{const[m,d]=h.useState("");return o.jsx(l,{value:m,onChange:d,placeholder:e("components.searchField.stories.controlled.placeholder")})}},r={storyName:e("components.searchField.stories.withLabel.storyName"),name:e("components.searchField.stories.withLabel.name"),args:{label:{text:e("components.searchField.stories.withLabel.labelText")},placeholder:e("components.searchField.stories.withLabel.placeholder")}},t={storyName:e("components.searchField.stories.loadingState.storyName"),name:e("components.searchField.stories.loadingState.name"),args:{loading:!0,placeholder:e("components.searchField.stories.loadingState.placeholder")}},n={storyName:e("components.searchField.stories.disabledState.storyName"),name:e("components.searchField.stories.disabledState.name"),args:{value:e("components.searchField.stories.disabledState.value"),disabled:!0,placeholder:e("components.searchField.stories.disabledState.placeholder")}},c={storyName:e("components.searchField.stories.shapes.storyName"),name:e("components.searchField.stories.shapes.name"),render:()=>o.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"16px"},children:[o.jsx(l,{shape:"rounded",placeholder:e("components.searchField.stories.shapes.rounded")}),o.jsx(l,{shape:"pill",placeholder:e("components.searchField.stories.shapes.pill")})]})},i={storyName:e("components.searchField.stories.interactive.storyName"),name:e("components.searchField.stories.interactive.name"),args:{placeholder:e("components.searchField.stories.interactive.placeholder")}};s.parameters={...s.parameters,docs:{...s.parameters?.docs,source:{originalSource:`{
25
+ `;return o.jsxs(o.Fragment,{children:[o.jsx(u,{}),o.jsx(b,{}),o.jsx(p,{children:e("components.searchField.description")}),o.jsx(F,{}),o.jsx(p,{children:m}),o.jsx(g,{})]})},P={title:"Components/SearchField",component:l,parameters:{layout:"padded",docs:{page:y}},tags:["autodocs"],argTypes:{value:{control:"text",description:e("components.searchField.argTypes.valueDescription"),table:{type:{summary:"string"}}},onChange:{action:"changed",description:e("components.searchField.argTypes.onChangeDescription"),table:{type:{summary:"(value: string) => void"}}},placeholder:{control:"text",description:e("components.searchField.argTypes.placeholderDescription"),table:{type:{summary:"string"}}},shape:{control:"select",options:["rounded","pill"],description:e("components.searchField.argTypes.shapeDescription"),table:{type:{summary:'"rounded" | "pill"'},defaultValue:{summary:"rounded"}}},disabled:{control:"boolean",description:e("components.searchField.argTypes.disabledDescription"),table:{type:{summary:"boolean"}}},loading:{control:"boolean",description:e("components.searchField.argTypes.loadingDescription"),table:{type:{summary:"boolean"}}},className:{control:"text",description:e("components.searchField.argTypes.classNameDescription"),table:{type:{summary:"string"}}},label:{control:"object",description:e("components.searchField.argTypes.labelDescription"),table:{type:{summary:"{ text: string; required?: boolean; }"}}}}},s={storyName:e("components.searchField.stories.default.storyName"),name:e("components.searchField.stories.default.name"),args:{placeholder:e("components.searchField.stories.default.placeholder")}},a={storyName:e("components.searchField.stories.controlled.storyName"),name:e("components.searchField.stories.controlled.name"),render:()=>{const[m,d]=h.useState("");return o.jsx(l,{value:m,onChange:d,placeholder:e("components.searchField.stories.controlled.placeholder")})}},r={storyName:e("components.searchField.stories.withLabel.storyName"),name:e("components.searchField.stories.withLabel.name"),args:{label:{text:e("components.searchField.stories.withLabel.labelText")},placeholder:e("components.searchField.stories.withLabel.placeholder")}},t={storyName:e("components.searchField.stories.loadingState.storyName"),name:e("components.searchField.stories.loadingState.name"),args:{loading:!0,placeholder:e("components.searchField.stories.loadingState.placeholder")}},n={storyName:e("components.searchField.stories.disabledState.storyName"),name:e("components.searchField.stories.disabledState.name"),args:{value:e("components.searchField.stories.disabledState.value"),disabled:!0,placeholder:e("components.searchField.stories.disabledState.placeholder")}},c={storyName:e("components.searchField.stories.shapes.storyName"),name:e("components.searchField.stories.shapes.name"),render:()=>o.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"16px"},children:[o.jsx(l,{shape:"rounded",placeholder:e("components.searchField.stories.shapes.rounded")}),o.jsx(l,{shape:"pill",placeholder:e("components.searchField.stories.shapes.pill")})]})},i={storyName:e("components.searchField.stories.interactive.storyName"),name:e("components.searchField.stories.interactive.name"),args:{placeholder:e("components.searchField.stories.interactive.placeholder")}};s.parameters={...s.parameters,docs:{...s.parameters?.docs,source:{originalSource:`{
26
26
  storyName: t('components.searchField.stories.default.storyName'),
27
27
  name: t('components.searchField.stories.default.name'),
28
28
  args: {
@@ -76,4 +76,4 @@ import{j as o,r as h}from"./iframe-CLEfhyJc.js";import{T as u,S as b,M as p,P as
76
76
  args: {
77
77
  placeholder: t('components.searchField.stories.interactive.placeholder')
78
78
  }
79
- }`,...i.parameters?.docs?.source}}};const W=["Default","Controlled","WithLabel","LoadingState","DisabledState","Shapes","Interactive"];export{a as Controlled,s as Default,n as DisabledState,i as Interactive,t as LoadingState,c as Shapes,r as WithLabel,W as __namedExportsOrder,q as default};
79
+ }`,...i.parameters?.docs?.source}}};const k=["Default","Controlled","WithLabel","LoadingState","DisabledState","Shapes","Interactive"];export{a as Controlled,s as Default,n as DisabledState,i as Interactive,t as LoadingState,c as Shapes,r as WithLabel,k as __namedExportsOrder,P as default};
@@ -0,0 +1 @@
1
+ import{j as s}from"./iframe-C0PGuV5s.js";import{c as r,g as c}from"./store-BmYgrUro.js";import{r as l}from"./icon-CgGksgRS.js";import{T as f}from"./typography-BcLxefPi.js";const i=c("section"),N=({className:a,space:e=!0,shape:o="rounded",...t})=>s.jsx("section",{className:r(i,a,{[`${i}--space`]:e,[`${i}--shape-${o}`]:o}),...t});N.__docgenInfo={description:"",methods:[],displayName:"Section",props:{space:{required:!1,tsType:{name:"boolean"},description:"",defaultValue:{value:"true",computed:!1}},shape:{required:!1,tsType:{name:"union",raw:"'rounded' | 'square'",elements:[{name:"literal",value:"'rounded'"},{name:"literal",value:"'square'"}]},description:"",defaultValue:{value:"'rounded'",computed:!1}}}};const n=c("section-title"),x=({className:a,leftIcon:e,onLeftIconClick:o,rightIcon:t,onRightIconClick:d,right:m,title:p,...u})=>s.jsxs("div",{className:r(n,a),...u,children:[!!e&&s.jsx("div",{className:`${n}__icon`,onClick:o,children:l(e)}),s.jsx(f,{size:"large",weight:"regular",color:"alias-object-primary",className:`${n}__title`,children:p}),!!t&&s.jsx("div",{className:`${n}__icon`,onClick:d,children:l(t)}),m]});x.__docgenInfo={description:"",methods:[],displayName:"SectionTitle"};const _=c("section-content"),h=({className:a,...e})=>s.jsx("div",{className:r(_,a),...e});h.__docgenInfo={description:"",methods:[],displayName:"SectionContent"};export{N as S,x as a,h as b};
@@ -1,4 +1,4 @@
1
- import{j as t}from"./iframe-CLEfhyJc.js";import{S as a,a as m,b as p}from"./section-content-pkGNuEs6.js";import{t as e}from"./store-D2RudmNr.js";import{T as u,S,M as l,P as h,a as y}from"./blocks-CpOj9FQ_.js";import"./preload-helper-PPVm8Dsz.js";import"./classname-DoNrELT0.js";import"./icon-TJ3FHxUI.js";import"./colors-_6nFGM3e.js";import"./typography-DoV67nnS.js";import"./index-CaMbLGUB.js";const x=()=>{const d=`
1
+ import{j as t}from"./iframe-C0PGuV5s.js";import{S as a,a as m,b as p}from"./section-content-dVOJuOaN.js";import{t as e}from"./store-BmYgrUro.js";import{T as u,S,M as l,P as h,a as y}from"./blocks-D4qvS4eZ.js";import"./preload-helper-PPVm8Dsz.js";import"./icon-CgGksgRS.js";import"./colors-_6nFGM3e.js";import"./typography-BcLxefPi.js";import"./index-1AHvPexM.js";const x=()=>{const d=`
2
2
  ## ${e("common.table.title")}
3
3
 
4
4
  | ${e("common.table.name")} | ${e("common.table.type")} | ${e("common.table.required")} | ${e("common.table.description")} |
@@ -8,7 +8,7 @@ import{j as t}from"./iframe-CLEfhyJc.js";import{S as a,a as m,b as p}from"./sect
8
8
  | \`children\` | \`ReactNode\` | ${e("common.table.no")} | ${e("components.section.childrenDescription")} |
9
9
  | \`className\` | \`string\` | ${e("common.table.no")} | ${e("components.section.classNameDescription")} |
10
10
  | \`...props\` | \`ComponentPropsWithRef<'div'>\` | ${e("common.table.no")} | ${e("components.section.propsDescription")} |
11
- `;return t.jsxs(t.Fragment,{children:[t.jsx(u,{}),t.jsx(S,{}),t.jsx(l,{children:e("components.section.description")}),t.jsx(h,{}),t.jsx(l,{children:d}),t.jsx(y,{})]})},v={title:"Components/Section",component:a,parameters:{layout:"padded",docs:{page:x}},tags:["autodocs"],argTypes:{space:{control:"boolean",description:e("components.section.argTypes.spaceDescription"),table:{type:{summary:"boolean"},defaultValue:{summary:"true"}}},shape:{control:"select",options:["rounded","square"],description:e("components.section.argTypes.shapeDescription"),table:{type:{summary:'"rounded" | "square"'},defaultValue:{summary:"rounded"}}}}},n={storyName:e("components.section.stories.default.storyName"),name:e("components.section.stories.default.name"),args:{children:t.jsx("p",{children:e("components.section.stories.default.content")})}},o={storyName:e("components.section.stories.withoutSpacing.storyName"),name:e("components.section.stories.withoutSpacing.name"),args:{space:!1,children:t.jsx("p",{children:e("components.section.stories.withoutSpacing.content")})}},s={storyName:e("components.section.stories.squareShape.storyName"),name:e("components.section.stories.squareShape.name"),args:{shape:"square",children:t.jsx("p",{children:e("components.section.stories.squareShape.content")})}},i={storyName:e("components.section.stories.withTitleAndContent.storyName"),name:e("components.section.stories.withTitleAndContent.name"),render:()=>t.jsxs(a,{children:[t.jsx(m,{title:e("components.section.stories.withTitleAndContent.title")}),t.jsx(p,{children:t.jsx("p",{children:e("components.section.stories.withTitleAndContent.content")})})]})},c={storyName:e("components.section.stories.multipleSections.storyName"),name:e("components.section.stories.multipleSections.name"),render:()=>t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"16px"},children:[t.jsxs(a,{children:[t.jsx(m,{title:e("components.section.stories.multipleSections.firstTitle")}),t.jsx(p,{children:t.jsx("p",{children:e("components.section.stories.multipleSections.firstContent")})})]}),t.jsxs(a,{children:[t.jsx(m,{title:e("components.section.stories.multipleSections.secondTitle")}),t.jsx(p,{children:t.jsx("p",{children:e("components.section.stories.multipleSections.secondContent")})})]})]})},r={storyName:e("components.section.stories.interactive.storyName"),name:e("components.section.stories.interactive.name"),args:{children:t.jsx("p",{children:e("components.section.stories.interactive.content")})}};n.parameters={...n.parameters,docs:{...n.parameters?.docs,source:{originalSource:`{
11
+ `;return t.jsxs(t.Fragment,{children:[t.jsx(u,{}),t.jsx(S,{}),t.jsx(l,{children:e("components.section.description")}),t.jsx(h,{}),t.jsx(l,{children:d}),t.jsx(y,{})]})},q={title:"Components/Section",component:a,parameters:{layout:"padded",docs:{page:x}},tags:["autodocs"],argTypes:{space:{control:"boolean",description:e("components.section.argTypes.spaceDescription"),table:{type:{summary:"boolean"},defaultValue:{summary:"true"}}},shape:{control:"select",options:["rounded","square"],description:e("components.section.argTypes.shapeDescription"),table:{type:{summary:'"rounded" | "square"'},defaultValue:{summary:"rounded"}}}}},n={storyName:e("components.section.stories.default.storyName"),name:e("components.section.stories.default.name"),args:{children:t.jsx("p",{children:e("components.section.stories.default.content")})}},o={storyName:e("components.section.stories.withoutSpacing.storyName"),name:e("components.section.stories.withoutSpacing.name"),args:{space:!1,children:t.jsx("p",{children:e("components.section.stories.withoutSpacing.content")})}},s={storyName:e("components.section.stories.squareShape.storyName"),name:e("components.section.stories.squareShape.name"),args:{shape:"square",children:t.jsx("p",{children:e("components.section.stories.squareShape.content")})}},i={storyName:e("components.section.stories.withTitleAndContent.storyName"),name:e("components.section.stories.withTitleAndContent.name"),render:()=>t.jsxs(a,{children:[t.jsx(m,{title:e("components.section.stories.withTitleAndContent.title")}),t.jsx(p,{children:t.jsx("p",{children:e("components.section.stories.withTitleAndContent.content")})})]})},c={storyName:e("components.section.stories.multipleSections.storyName"),name:e("components.section.stories.multipleSections.name"),render:()=>t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"16px"},children:[t.jsxs(a,{children:[t.jsx(m,{title:e("components.section.stories.multipleSections.firstTitle")}),t.jsx(p,{children:t.jsx("p",{children:e("components.section.stories.multipleSections.firstContent")})})]}),t.jsxs(a,{children:[t.jsx(m,{title:e("components.section.stories.multipleSections.secondTitle")}),t.jsx(p,{children:t.jsx("p",{children:e("components.section.stories.multipleSections.secondContent")})})]})]})},r={storyName:e("components.section.stories.interactive.storyName"),name:e("components.section.stories.interactive.name"),args:{children:t.jsx("p",{children:e("components.section.stories.interactive.content")})}};n.parameters={...n.parameters,docs:{...n.parameters?.docs,source:{originalSource:`{
12
12
  storyName: t('components.section.stories.default.storyName'),
13
13
  name: t('components.section.stories.default.name'),
14
14
  args: {
@@ -66,4 +66,4 @@ import{j as t}from"./iframe-CLEfhyJc.js";import{S as a,a as m,b as p}from"./sect
66
66
  args: {
67
67
  children: <p>{t('components.section.stories.interactive.content')}</p>
68
68
  }
69
- }`,...r.parameters?.docs?.source}}};const D=["Default","WithoutSpacing","SquareShape","WithSectionTitleAndContent","MultipleSections","Interactive"];export{n as Default,r as Interactive,c as MultipleSections,s as SquareShape,i as WithSectionTitleAndContent,o as WithoutSpacing,D as __namedExportsOrder,v as default};
69
+ }`,...r.parameters?.docs?.source}}};const v=["Default","WithoutSpacing","SquareShape","WithSectionTitleAndContent","MultipleSections","Interactive"];export{n as Default,r as Interactive,c as MultipleSections,s as SquareShape,i as WithSectionTitleAndContent,o as WithoutSpacing,v as __namedExportsOrder,q as default};
@@ -0,0 +1 @@
1
+ import{j as s,r as o}from"./iframe-C0PGuV5s.js";import{c as l,g as c}from"./store-BmYgrUro.js";import{r as v}from"./blocks-D4qvS4eZ.js";import{j as y,I as g}from"./navigation-bar-TpF0DSXB.js";import{A as d}from"./app-B__CxZQv.js";import{B as h}from"./button-CbLEqALK.js";import{T as j}from"./typography-BcLxefPi.js";const i=c("sheet"),f=o.forwardRef(({children:e,className:t,open:a,overlay:r="default",onBackdropClick:n,...m},p)=>s.jsxs("div",{ref:p,className:l(i,{[`${i}--open`]:a},t),...m,children:[s.jsx("div",{className:l(`${i}__overlay`,{[`${i}__overlay--blur`]:r==="blur"}),onClick:n}),s.jsx("div",{className:`${i}__box`,children:e})]})),_=({open:e,...t})=>{const[a,r]=o.useState(e),n=o.useRef(null);return y(()=>{e&&r(e)}),g(()=>{r(!1)}),o.useEffect(()=>{r(e)},[e]),o.useEffect(()=>{a&&n.current&&document.body.appendChild(n.current)},[a]),v.createPortal(s.jsx(f,{ref:n,open:a,...t}),document.body)},E=({open:e,...t})=>{const[a,r]=o.useState(e),n=o.useRef(null);return o.useEffect(()=>()=>{r(!1)},[]),o.useEffect(()=>{r(e)},[e]),o.useEffect(()=>{a&&n.current&&document.body.appendChild(n.current)},[a]),v.createPortal(s.jsx(f,{ref:n,open:a,...t}),document.body)},N=({portal:e=!0,...t})=>e&&d.isUsingApp&&d.isUsingRouter?s.jsx(_,{...t}):e&&(!d.isUsingApp||!d.isUsingRouter)?s.jsx(E,{...t}):s.jsx(f,{...t});N.__docgenInfo={description:"",methods:[],displayName:"Sheet",props:{open:{required:!1,tsType:{name:"boolean"},description:""},overlay:{required:!1,tsType:{name:"union",raw:"'default' | 'blur'",elements:[{name:"literal",value:"'default'"},{name:"literal",value:"'blur'"}]},description:""},onBackdropClick:{required:!1,tsType:{name:"signature",type:"function",raw:"(e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void",signature:{arguments:[{type:{name:"ReactMouseEvent",raw:"React.MouseEvent<HTMLDivElement, MouseEvent>",elements:[{name:"HTMLDivElement"},{name:"MouseEvent"}]},name:"e"}],return:{name:"void"}}},description:""},portal:{required:!1,tsType:{name:"boolean"},description:"",defaultValue:{value:"true",computed:!1}}}};const u=c("sheet-header"),S=({title:e,backIcon:t,onBackClick:a,closeIcon:r,onCloseClick:n,className:m,...p})=>s.jsxs("div",{className:l(u,m),...p,children:[!!t&&s.jsx(h,{shape:"rounded",size:"medium",type:"ghost",theme:"neutral",leadingIcon:t===!0?{name:"chevron-left"}:t,onClick:a}),!t&&s.jsx("div",{className:`${u}__placeholder-icon`}),s.jsx(j,{component:"h3",size:"large",weight:"regular",className:`${u}__title`,children:e}),!r&&s.jsx("div",{className:`${u}__placeholder-icon`}),!!r&&s.jsx(h,{shape:"rounded",size:"medium",type:"ghost",theme:"neutral",leadingIcon:r===!0?{name:"xmark"}:r,onClick:n})]});S.__docgenInfo={description:"",methods:[],displayName:"SheetHeader"};const x=c("sheet-body"),R=({className:e,children:t,horizontalSpace:a=!0,...r})=>s.jsx("div",{className:l(x,{[`${x}--horizontal-space`]:a},e),...r,children:t});R.__docgenInfo={description:"",methods:[],displayName:"SheetBody",props:{children:{required:!1,tsType:{name:"ReactNode"},description:""},horizontalSpace:{required:!1,tsType:{name:"boolean"},description:"",defaultValue:{value:"true",computed:!1}}}};const T=c("sheet-footer"),b=({children:e,className:t,...a})=>s.jsx("div",{className:l(T,t),...a,children:e});b.__docgenInfo={description:"",methods:[],displayName:"SheetFooter",props:{children:{required:!1,tsType:{name:"ReactNode"},description:""}}};export{N as S,S as a,R as b,b as c};
@@ -1,4 +1,4 @@
1
- import{j as t,r as c}from"./iframe-CLEfhyJc.js";import{S as r,d as p,e as i,f}from"./chip-zY6gJxDk.js";import{B as s}from"./button-GtWXUngt.js";import{t as e}from"./store-D2RudmNr.js";import{T as C,S as x,M as B,P as j,a as y}from"./blocks-CpOj9FQ_.js";import"./preload-helper-PPVm8Dsz.js";import"./classname-DoNrELT0.js";import"./icon-TJ3FHxUI.js";import"./colors-_6nFGM3e.js";import"./navigation-bar-CiGSH7u8.js";import"./visibility-sensor-huP-8j4n.js";import"./index-B-Ksafg0.js";import"./store-DxAqU1JB.js";import"./_setToString-CjYxL0rS.js";import"./react-mAVd1wAc.js";import"./omit-CStFhbPt.js";import"./pick-DbIUGM9R.js";import"./image-D6Yo4ht9.js";import"./typography-DoV67nnS.js";import"./bottom-tab-bar-BsPd0FD7.js";import"./toast-provider-B9k1NBG6.js";import"./carousel-sbzGq2WF.js";import"./embla-carousel-react.esm-CCQjHA-d.js";import"./pagination-Dcazh6R_.js";import"./section-content-pkGNuEs6.js";import"./option-item-BloohEvW.js";import"./index-DRIh_SUo.js";import"./alert-abKmNYys.js";import"./skeleton-Dn8rwbgX.js";import"./label-fI1oWVKU.js";import"./input-wrapper-D_9hAdHZ.js";import"./text-field-CjrgfYOZ.js";import"./number-field-DNj4myBV.js";import"./checkbox-CMpJJxvm.js";import"./radio-t2E8E0Oc.js";import"./date-Ci5dIit0.js";import"./date-picker-BCIW_1-h.js";import"./calendar-CJ5_NxYx.js";import"./search-field-CuiHMy7j.js";import"./text-area-CAmJ2yms.js";import"./avatar-B-jvPnzm.js";import"./badge-Cc9u7jBX.js";import"./switch-BziC1t_8.js";import"./tab-bar-DZ3oOU50.js";import"./rating-DsULci27.js";import"./tooltip-VnA8Hy0S.js";import"./index-CaMbLGUB.js";const b=()=>{const n=`
1
+ import{j as t,r as c}from"./iframe-C0PGuV5s.js";import{S as r,a as p,b as a,c as f}from"./sheet-footer-BL2JAvmb.js";import{B as s}from"./button-CbLEqALK.js";import{t as e}from"./store-BmYgrUro.js";import{T as C,S as x,M as B,P as j,a as y}from"./blocks-D4qvS4eZ.js";import"./preload-helper-PPVm8Dsz.js";import"./navigation-bar-TpF0DSXB.js";import"./icon-CgGksgRS.js";import"./colors-_6nFGM3e.js";import"./proxy-edvPwIiD.js";import"./visibility-sensor-FN9n9CLs.js";import"./index-B-Ksafg0.js";import"./index-BLzgbpm2.js";import"./react-zqqxT5R_.js";import"./_baseClone-4nOrhHpR.js";import"./app-B__CxZQv.js";import"./image-BdsCB1je.js";import"./typography-BcLxefPi.js";import"./toast-provider-ChNGFQlt.js";import"./bottom-tab-bar-UaYvPAic.js";import"./index-1AHvPexM.js";const b=()=>{const n=`
2
2
  ## ${e("common.table.title")}
3
3
 
4
4
  | ${e("common.table.name")} | ${e("common.table.type")} | ${e("common.table.required")} | ${e("common.table.description")} |
@@ -25,7 +25,7 @@ import{j as t,r as c}from"./iframe-CLEfhyJc.js";import{S as r,d as p,e as i,f}fr
25
25
  | ${e("common.table.name")} | ${e("common.table.type")} | ${e("common.table.required")} | ${e("common.table.description")} |
26
26
  | :--- | :--- | :--- | :--- |
27
27
  | \`horizontalSpace\` | \`boolean\` | ${e("common.table.no")} | ${e("components.sheet.horizontalSpaceDescription")} |
28
- `;return t.jsxs(t.Fragment,{children:[t.jsx(C,{}),t.jsx(x,{}),t.jsx(B,{children:e("components.sheet.description")}),t.jsx(j,{}),t.jsx(B,{children:n}),t.jsx(y,{})]})},Be={title:"Components/Sheet",component:r,parameters:{layout:"fullscreen",docs:{page:b}},tags:["autodocs"],argTypes:{open:{control:"boolean",description:e("components.sheet.argTypes.openDescription"),table:{type:{summary:"boolean"}}},onBackdropClick:{action:"backdrop-clicked",description:e("components.sheet.argTypes.onBackdropClickDescription"),table:{type:{summary:"(e: React.MouseEvent) => void"}}},portal:{control:"boolean",description:e("components.sheet.argTypes.portalDescription"),table:{type:{summary:"boolean"}}},overlay:{control:"select",options:["default","blur"],description:e("components.sheet.argTypes.overlayDescription"),table:{type:{summary:"default | blur"}}},children:{description:e("components.sheet.argTypes.childrenDescription"),table:{type:{summary:"ReactNode"}}},className:{description:e("components.sheet.argTypes.classNameDescription"),table:{type:{summary:"string"}}}}},l={name:e("components.sheet.stories.default.name"),render:()=>{const[n,o]=c.useState(!1),[S,a]=c.useState(!1);return t.jsxs("div",{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!0),children:e("components.sheet.stories.default.openButton")}),t.jsxs(r,{open:S,portal:!0,onBackdropClick:()=>a(!1),children:[t.jsx(p,{title:e("components.sheet.stories.default.title2"),closeIcon:!0,onCloseClick:()=>a(!1)}),t.jsx(i,{children:t.jsx("p",{children:e("components.sheet.stories.default.content2")})})]}),t.jsxs(r,{open:n,portal:!0,onBackdropClick:()=>o(!1),children:[t.jsx(p,{title:e("components.sheet.stories.default.title"),closeIcon:!0,onCloseClick:()=>o(!1)}),t.jsxs(i,{children:[t.jsx("p",{children:e("components.sheet.stories.default.content")}),t.jsx(s,{theme:"neutral",onClick:()=>a(!0),style:{marginTop:"16px"},children:e("components.sheet.stories.default.open2")})]})]})]})}},m={name:e("components.sheet.stories.withFooter.name"),render:()=>{const[n,o]=c.useState(!1);return t.jsxs("div",{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!0),children:e("components.sheet.stories.withFooter.openButton")}),t.jsxs(r,{open:n,onBackdropClick:()=>o(!1),children:[t.jsx(p,{title:e("components.sheet.stories.withFooter.title")}),t.jsx(i,{children:t.jsx("p",{children:e("components.sheet.stories.withFooter.content")})}),t.jsxs(f,{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!1),children:e("common.actions.cancel")}),t.jsx(s,{theme:"neutral",onClick:()=>o(!1),children:e("common.actions.confirm")})]})]})]})}},h={name:e("components.sheet.stories.withBackIcon.name"),render:()=>{const[n,o]=c.useState(!1);return t.jsxs("div",{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!0),children:e("components.sheet.stories.withBackIcon.openButton")}),t.jsxs(r,{open:n,onBackdropClick:()=>o(!1),children:[t.jsx(p,{title:e("components.sheet.stories.withBackIcon.title"),backIcon:!0,onBackClick:()=>o(!1)}),t.jsx(i,{children:e("components.sheet.stories.withBackIcon.content")})]})]})}},d={name:e("components.sheet.stories.withoutHorizontalSpace.name"),render:()=>{const[n,o]=c.useState(!1);return t.jsxs("div",{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!0),children:e("components.sheet.stories.withoutHorizontalSpace.openButton")}),t.jsx(r,{open:n,onBackdropClick:()=>o(!1),children:t.jsx(i,{horizontalSpace:!1,children:t.jsx("p",{children:e("components.sheet.stories.withoutHorizontalSpace.content")})})})]})}},u={name:e("components.sheet.stories.nested.name"),render:()=>{const[n,o]=c.useState(!1),[S,a]=c.useState(!1);return t.jsxs("div",{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!0),children:e("components.sheet.stories.nested.openButton")}),t.jsxs(r,{open:n,onBackdropClick:()=>o(!1),children:[t.jsx(p,{title:e("components.sheet.stories.nested.title"),closeIcon:!0,onCloseClick:()=>o(!1)}),t.jsxs(i,{children:[t.jsx("p",{children:e("components.sheet.stories.nested.content")}),t.jsx(s,{theme:"neutral",onClick:()=>a(!0),style:{marginTop:"16px"},children:e("components.sheet.stories.nested.openNestedButton")})]})]}),t.jsxs(r,{open:S,onBackdropClick:()=>a(!1),children:[t.jsx(p,{title:e("components.sheet.stories.nested.nestedTitle"),closeIcon:!0,onCloseClick:()=>a(!1)}),t.jsx(i,{children:t.jsx("p",{children:e("components.sheet.stories.nested.nestedContent")})})]})]})}},k={name:e("components.sheet.stories.interactive.name"),render:()=>{const[n,o]=c.useState(!0);return t.jsxs(r,{open:n,onBackdropClick:()=>o(!1),children:[t.jsx(p,{title:e("components.sheet.stories.interactive.title"),closeIcon:!0,onCloseClick:()=>o(!1)}),t.jsx(i,{children:t.jsx("p",{children:e("components.sheet.stories.interactive.content")})})]})}};l.parameters={...l.parameters,docs:{...l.parameters?.docs,source:{originalSource:`{
28
+ `;return t.jsxs(t.Fragment,{children:[t.jsx(C,{}),t.jsx(x,{}),t.jsx(B,{children:e("components.sheet.description")}),t.jsx(j,{}),t.jsx(B,{children:n}),t.jsx(y,{})]})},J={title:"Components/Sheet",component:r,parameters:{layout:"fullscreen",docs:{page:b}},tags:["autodocs"],argTypes:{open:{control:"boolean",description:e("components.sheet.argTypes.openDescription"),table:{type:{summary:"boolean"}}},onBackdropClick:{action:"backdrop-clicked",description:e("components.sheet.argTypes.onBackdropClickDescription"),table:{type:{summary:"(e: React.MouseEvent) => void"}}},portal:{control:"boolean",description:e("components.sheet.argTypes.portalDescription"),table:{type:{summary:"boolean"}}},overlay:{control:"select",options:["default","blur"],description:e("components.sheet.argTypes.overlayDescription"),table:{type:{summary:"default | blur"}}},children:{description:e("components.sheet.argTypes.childrenDescription"),table:{type:{summary:"ReactNode"}}},className:{description:e("components.sheet.argTypes.classNameDescription"),table:{type:{summary:"string"}}}}},l={name:e("components.sheet.stories.default.name"),render:()=>{const[n,o]=c.useState(!1),[S,i]=c.useState(!1);return t.jsxs("div",{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!0),children:e("components.sheet.stories.default.openButton")}),t.jsxs(r,{open:S,portal:!0,onBackdropClick:()=>i(!1),children:[t.jsx(p,{title:e("components.sheet.stories.default.title2"),closeIcon:!0,onCloseClick:()=>i(!1)}),t.jsx(a,{children:t.jsx("p",{children:e("components.sheet.stories.default.content2")})})]}),t.jsxs(r,{open:n,portal:!0,onBackdropClick:()=>o(!1),children:[t.jsx(p,{title:e("components.sheet.stories.default.title"),closeIcon:!0,onCloseClick:()=>o(!1)}),t.jsxs(a,{children:[t.jsx("p",{children:e("components.sheet.stories.default.content")}),t.jsx(s,{theme:"neutral",onClick:()=>i(!0),style:{marginTop:"16px"},children:e("components.sheet.stories.default.open2")})]})]})]})}},m={name:e("components.sheet.stories.withFooter.name"),render:()=>{const[n,o]=c.useState(!1);return t.jsxs("div",{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!0),children:e("components.sheet.stories.withFooter.openButton")}),t.jsxs(r,{open:n,onBackdropClick:()=>o(!1),children:[t.jsx(p,{title:e("components.sheet.stories.withFooter.title")}),t.jsx(a,{children:t.jsx("p",{children:e("components.sheet.stories.withFooter.content")})}),t.jsxs(f,{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!1),children:e("common.actions.cancel")}),t.jsx(s,{theme:"neutral",onClick:()=>o(!1),children:e("common.actions.confirm")})]})]})]})}},h={name:e("components.sheet.stories.withBackIcon.name"),render:()=>{const[n,o]=c.useState(!1);return t.jsxs("div",{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!0),children:e("components.sheet.stories.withBackIcon.openButton")}),t.jsxs(r,{open:n,onBackdropClick:()=>o(!1),children:[t.jsx(p,{title:e("components.sheet.stories.withBackIcon.title"),backIcon:!0,onBackClick:()=>o(!1)}),t.jsx(a,{children:e("components.sheet.stories.withBackIcon.content")})]})]})}},d={name:e("components.sheet.stories.withoutHorizontalSpace.name"),render:()=>{const[n,o]=c.useState(!1);return t.jsxs("div",{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!0),children:e("components.sheet.stories.withoutHorizontalSpace.openButton")}),t.jsx(r,{open:n,onBackdropClick:()=>o(!1),children:t.jsx(a,{horizontalSpace:!1,children:t.jsx("p",{children:e("components.sheet.stories.withoutHorizontalSpace.content")})})})]})}},u={name:e("components.sheet.stories.nested.name"),render:()=>{const[n,o]=c.useState(!1),[S,i]=c.useState(!1);return t.jsxs("div",{children:[t.jsx(s,{theme:"neutral",onClick:()=>o(!0),children:e("components.sheet.stories.nested.openButton")}),t.jsxs(r,{open:n,onBackdropClick:()=>o(!1),children:[t.jsx(p,{title:e("components.sheet.stories.nested.title"),closeIcon:!0,onCloseClick:()=>o(!1)}),t.jsxs(a,{children:[t.jsx("p",{children:e("components.sheet.stories.nested.content")}),t.jsx(s,{theme:"neutral",onClick:()=>i(!0),style:{marginTop:"16px"},children:e("components.sheet.stories.nested.openNestedButton")})]})]}),t.jsxs(r,{open:S,onBackdropClick:()=>i(!1),children:[t.jsx(p,{title:e("components.sheet.stories.nested.nestedTitle"),closeIcon:!0,onCloseClick:()=>i(!1)}),t.jsx(a,{children:t.jsx("p",{children:e("components.sheet.stories.nested.nestedContent")})})]})]})}},k={name:e("components.sheet.stories.interactive.name"),render:()=>{const[n,o]=c.useState(!0);return t.jsxs(r,{open:n,onBackdropClick:()=>o(!1),children:[t.jsx(p,{title:e("components.sheet.stories.interactive.title"),closeIcon:!0,onCloseClick:()=>o(!1)}),t.jsx(a,{children:t.jsx("p",{children:e("components.sheet.stories.interactive.content")})})]})}};l.parameters={...l.parameters,docs:{...l.parameters?.docs,source:{originalSource:`{
29
29
  name: t('components.sheet.stories.default.name'),
30
30
  render: () => {
31
31
  const [open, setOpen] = useState(false);
@@ -149,4 +149,4 @@ import{j as t,r as c}from"./iframe-CLEfhyJc.js";import{S as r,d as p,e as i,f}fr
149
149
  </SheetBody>
150
150
  </Sheet>;
151
151
  }
152
- }`,...k.parameters?.docs?.source}}};const fe=["Default","WithSheetFooter","SheetHeaderWithBackIcon","SheetBodyWithoutHorizontalSpace","Nested","Interactive"];export{l as Default,k as Interactive,u as Nested,d as SheetBodyWithoutHorizontalSpace,h as SheetHeaderWithBackIcon,m as WithSheetFooter,fe as __namedExportsOrder,Be as default};
152
+ }`,...k.parameters?.docs?.source}}};const K=["Default","WithSheetFooter","SheetHeaderWithBackIcon","SheetBodyWithoutHorizontalSpace","Nested","Interactive"];export{l as Default,k as Interactive,u as Nested,d as SheetBodyWithoutHorizontalSpace,h as SheetHeaderWithBackIcon,m as WithSheetFooter,K as __namedExportsOrder,J as default};
@@ -0,0 +1 @@
1
+ import{j as r}from"./iframe-C0PGuV5s.js";import{c as n,g as u}from"./store-BmYgrUro.js";const s=u("skeleton"),o=({animated:e=!0,className:t,width:l,height:a,shape:m="square",...i})=>r.jsx("div",{...i,className:n(s,`${s}--${m}`,{[`${s}--animated`]:e},t),style:{...l?{"--width":l+(typeof l=="number"?"px":"")}:{},...a?{"--height":a+(typeof a=="number"?"px":"")}:{}}}),d=e=>r.jsx(o,{...e,className:n(`${s}--title`,e.className)}),p=({lineCount:e=3,...t})=>r.jsx("div",{children:new Array(e).fill(0).map((l,a)=>r.jsx(o,{...t,className:n(`${s}__paragraph-line`,t.className)},a))});o.__docgenInfo={description:"",methods:[],displayName:"Skeleton",props:{animated:{defaultValue:{value:"true",computed:!1},required:!1},shape:{defaultValue:{value:"'square'",computed:!1},required:!1}}};d.__docgenInfo={description:"",methods:[],displayName:"SkeletonTitle"};p.__docgenInfo={description:"",methods:[],displayName:"SkeletonParagraph",props:{lineCount:{required:!1,tsType:{name:"number"},description:"",defaultValue:{value:"3",computed:!1}}}};export{o as S,d as a,p as b};
@@ -1,4 +1,4 @@
1
- import{j as n}from"./iframe-CLEfhyJc.js";import{S as m,a as d,b as l}from"./skeleton-Dn8rwbgX.js";import{t as e}from"./store-D2RudmNr.js";import{T as g,S as u,M as c,P as x,a as k}from"./blocks-CpOj9FQ_.js";import"./preload-helper-PPVm8Dsz.js";import"./classname-DoNrELT0.js";import"./index-CaMbLGUB.js";const S=()=>{const h=`
1
+ import{j as n}from"./iframe-C0PGuV5s.js";import{S as m,a as d,b as l}from"./skeleton-CmGRbWqE.js";import{t as e}from"./store-BmYgrUro.js";import{T as g,S as u,M as c,P as x,a as k}from"./blocks-D4qvS4eZ.js";import"./preload-helper-PPVm8Dsz.js";import"./index-1AHvPexM.js";const S=()=>{const h=`
2
2
  ## ${e("common.table.title")}
3
3
 
4
4
  ### Skeleton
@@ -20,7 +20,7 @@ import{j as n}from"./iframe-CLEfhyJc.js";import{S as m,a as d,b as l}from"./skel
20
20
  | \`paragraphProps\` | \`object\` | ${e("common.table.no")} | ${e("components.skeleton.paragraphPropsDescription")} |
21
21
  | \`title\` | \`boolean\` | ${e("common.table.no")} | ${e("components.skeleton.titleDescription")} |
22
22
  | \`paragraph\` | \`boolean\` | ${e("common.table.no")} | ${e("components.skeleton.paragraphDescription")} |
23
- `;return n.jsxs(n.Fragment,{children:[n.jsx(g,{}),n.jsx(u,{}),n.jsx(c,{children:e("components.skeleton.description")}),n.jsx(x,{}),n.jsx(c,{children:h}),n.jsx(k,{})]})},w={title:"Components/Skeleton",component:m,parameters:{layout:"padded",docs:{page:S}},tags:["autodocs"],argTypes:{width:{control:"text",description:e("components.skeleton.argTypes.widthDescription"),table:{type:{summary:"number | string"}}},height:{control:"text",description:e("components.skeleton.argTypes.heightDescription"),table:{type:{summary:"number | string"}}},shape:{control:"select",options:["rounded","rounded-8","rounded-4","pill","none"],description:e("components.skeleton.argTypes.shapeDescription"),table:{type:{summary:'"rounded" | "rounded-8" | "rounded-4" | "pill" | "none"'}}},animated:{control:"boolean",description:e("components.skeleton.argTypes.animatedDescription"),table:{type:{summary:"boolean"},defaultValue:{summary:"true"}}},className:{description:e("components.skeleton.argTypes.classNameDescription"),table:{type:{summary:"string"}}}}},t={name:e("components.skeleton.stories.default.name"),args:{width:200,height:20}},o={name:e("components.skeleton.stories.differentShapes.name"),render:()=>n.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"16px"},children:[n.jsxs("div",{children:[n.jsx("p",{style:{marginBottom:"8px"},children:e("components.skeleton.stories.differentShapes.rounded")}),n.jsx(m,{width:200,height:20,shape:"rounded"})]}),n.jsxs("div",{children:[n.jsx("p",{style:{marginBottom:"8px"},children:e("components.skeleton.stories.differentShapes.pill")}),n.jsx(m,{width:200,height:20,shape:"pill"})]}),n.jsxs("div",{children:[n.jsx("p",{style:{marginBottom:"8px"},children:e("components.skeleton.stories.differentShapes.square")}),n.jsx(m,{width:200,height:20,shape:"none"})]})]})},s={name:e("components.skeleton.stories.titleComponent.name"),render:()=>n.jsxs("div",{children:[n.jsx("h3",{style:{marginBottom:"12px"},children:e("components.skeleton.stories.titleComponent.title")}),n.jsx(d,{width:300,height:24})]})},r={name:e("components.skeleton.stories.paragraphComponent.name"),render:()=>n.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"16px"},children:[n.jsxs("div",{children:[n.jsx("h3",{style:{marginBottom:"12px"},children:e("components.skeleton.stories.paragraphComponent.defaultTitle")}),n.jsx(l,{})]}),n.jsxs("div",{children:[n.jsx("h3",{style:{marginBottom:"12px"},children:e("components.skeleton.stories.paragraphComponent.customLineCountTitle")}),n.jsx(l,{lineCount:5})]}),n.jsxs("div",{children:[n.jsx("h3",{style:{marginBottom:"12px"},children:e("components.skeleton.stories.paragraphComponent.customSizeTitle")}),n.jsx(l,{lineCount:3,width:400,height:16})]})]})},a={name:e("components.skeleton.stories.withoutAnimation.name"),args:{width:200,height:20,animated:!1}},i={name:e("components.skeleton.stories.loadingStatePattern.name"),render:()=>n.jsx("div",{children:n.jsxs(n.Fragment,{children:[n.jsx(d,{width:300,height:24}),n.jsx("div",{style:{marginTop:"16px"},children:n.jsx(l,{lineCount:3})})]})})},p={name:e("components.skeleton.stories.interactive.name"),args:{width:200,height:20,shape:"rounded"}};t.parameters={...t.parameters,docs:{...t.parameters?.docs,source:{originalSource:`{
23
+ `;return n.jsxs(n.Fragment,{children:[n.jsx(g,{}),n.jsx(u,{}),n.jsx(c,{children:e("components.skeleton.description")}),n.jsx(x,{}),n.jsx(c,{children:h}),n.jsx(k,{})]})},$={title:"Components/Skeleton",component:m,parameters:{layout:"padded",docs:{page:S}},tags:["autodocs"],argTypes:{width:{control:"text",description:e("components.skeleton.argTypes.widthDescription"),table:{type:{summary:"number | string"}}},height:{control:"text",description:e("components.skeleton.argTypes.heightDescription"),table:{type:{summary:"number | string"}}},shape:{control:"select",options:["rounded","rounded-8","rounded-4","pill","none"],description:e("components.skeleton.argTypes.shapeDescription"),table:{type:{summary:'"rounded" | "rounded-8" | "rounded-4" | "pill" | "none"'}}},animated:{control:"boolean",description:e("components.skeleton.argTypes.animatedDescription"),table:{type:{summary:"boolean"},defaultValue:{summary:"true"}}},className:{description:e("components.skeleton.argTypes.classNameDescription"),table:{type:{summary:"string"}}}}},t={name:e("components.skeleton.stories.default.name"),args:{width:200,height:20}},o={name:e("components.skeleton.stories.differentShapes.name"),render:()=>n.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"16px"},children:[n.jsxs("div",{children:[n.jsx("p",{style:{marginBottom:"8px"},children:e("components.skeleton.stories.differentShapes.rounded")}),n.jsx(m,{width:200,height:20,shape:"rounded"})]}),n.jsxs("div",{children:[n.jsx("p",{style:{marginBottom:"8px"},children:e("components.skeleton.stories.differentShapes.pill")}),n.jsx(m,{width:200,height:20,shape:"pill"})]}),n.jsxs("div",{children:[n.jsx("p",{style:{marginBottom:"8px"},children:e("components.skeleton.stories.differentShapes.square")}),n.jsx(m,{width:200,height:20,shape:"none"})]})]})},s={name:e("components.skeleton.stories.titleComponent.name"),render:()=>n.jsxs("div",{children:[n.jsx("h3",{style:{marginBottom:"12px"},children:e("components.skeleton.stories.titleComponent.title")}),n.jsx(d,{width:300,height:24})]})},r={name:e("components.skeleton.stories.paragraphComponent.name"),render:()=>n.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"16px"},children:[n.jsxs("div",{children:[n.jsx("h3",{style:{marginBottom:"12px"},children:e("components.skeleton.stories.paragraphComponent.defaultTitle")}),n.jsx(l,{})]}),n.jsxs("div",{children:[n.jsx("h3",{style:{marginBottom:"12px"},children:e("components.skeleton.stories.paragraphComponent.customLineCountTitle")}),n.jsx(l,{lineCount:5})]}),n.jsxs("div",{children:[n.jsx("h3",{style:{marginBottom:"12px"},children:e("components.skeleton.stories.paragraphComponent.customSizeTitle")}),n.jsx(l,{lineCount:3,width:400,height:16})]})]})},a={name:e("components.skeleton.stories.withoutAnimation.name"),args:{width:200,height:20,animated:!1}},i={name:e("components.skeleton.stories.loadingStatePattern.name"),render:()=>n.jsx("div",{children:n.jsxs(n.Fragment,{children:[n.jsx(d,{width:300,height:24}),n.jsx("div",{style:{marginTop:"16px"},children:n.jsx(l,{lineCount:3})})]})})},p={name:e("components.skeleton.stories.interactive.name"),args:{width:200,height:20,shape:"rounded"}};t.parameters={...t.parameters,docs:{...t.parameters?.docs,source:{originalSource:`{
24
24
  name: t('components.skeleton.stories.default.name'),
25
25
  args: {
26
26
  width: 200,
@@ -136,4 +136,4 @@ import{j as n}from"./iframe-CLEfhyJc.js";import{S as m,a as d,b as l}from"./skel
136
136
  height: 20,
137
137
  shape: 'rounded'
138
138
  }
139
- }`,...p.parameters?.docs?.source}}};const D=["Default","DifferentShapes","SkeletonTitleComponent","SkeletonParagraphComponent","WithoutAnimation","LoadingStatePattern","Interactive"];export{t as Default,o as DifferentShapes,p as Interactive,i as LoadingStatePattern,r as SkeletonParagraphComponent,s as SkeletonTitleComponent,a as WithoutAnimation,D as __namedExportsOrder,w as default};
139
+ }`,...p.parameters?.docs?.source}}};const w=["Default","DifferentShapes","SkeletonTitleComponent","SkeletonParagraphComponent","WithoutAnimation","LoadingStatePattern","Interactive"];export{t as Default,o as DifferentShapes,p as Interactive,i as LoadingStatePattern,r as SkeletonParagraphComponent,s as SkeletonTitleComponent,a as WithoutAnimation,w as __namedExportsOrder,$ as default};