@ihabdevteam/core 0.8.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 (848) hide show
  1. package/README.md +591 -0
  2. package/dist/components.cjs.css +19 -0
  3. package/dist/components.cjs.js +975 -0
  4. package/dist/components.esm.css +19 -0
  5. package/dist/components.esm.js +975 -0
  6. package/dist/hooks.cjs.css +1 -0
  7. package/dist/hooks.cjs.js +799 -0
  8. package/dist/hooks.esm.css +1 -0
  9. package/dist/hooks.esm.js +799 -0
  10. package/dist/ihabdevteam-core-tokens.css +1 -0
  11. package/dist/ihabdevteam-core.cjs.js +993 -0
  12. package/dist/ihabdevteam-core.css +1 -0
  13. package/dist/ihabdevteam-core.d.ts +8272 -0
  14. package/dist/ihabdevteam-core.esm.js +993 -0
  15. package/dist/logo/Logo_APEB.svg +53 -0
  16. package/dist/logo/Logo_APEB_black.svg +42 -0
  17. package/dist/logo/Logo_APEB_white.svg +42 -0
  18. package/dist/logo/Logo_HTP_kr.svg +21 -0
  19. package/dist/logo/Logo_HTP_kr_black.svg +17 -0
  20. package/dist/logo/Logo_HTP_kr_white.svg +17 -0
  21. package/dist/logo/Logo_IHAB_en.svg +18 -0
  22. package/dist/logo/Logo_IHAB_en_black.svg +14 -0
  23. package/dist/logo/Logo_IHAB_en_white.svg +14 -0
  24. package/dist/logo/Logo_IHAB_kr.svg +18 -0
  25. package/dist/logo/Logo_IHAB_kr_black.svg +14 -0
  26. package/dist/logo/Logo_IHAB_kr_white.svg +14 -0
  27. package/dist/logo/Logo_SDS_kr.svg +22 -0
  28. package/dist/logo/Logo_SDS_kr_black.svg +18 -0
  29. package/dist/logo/Logo_SDS_kr_white.svg +18 -0
  30. package/dist/logo/Logo_speechearManager_kr.svg +20 -0
  31. package/dist/logo/Logo_speechearManager_kr_black.svg +21 -0
  32. package/dist/logo/Logo_speechearManager_kr_textWhite.svg +45 -0
  33. package/dist/logo/Logo_speechearManager_kr_white.svg +21 -0
  34. package/dist/logo/Logo_speechear_kr.svg +17 -0
  35. package/dist/logo/Logo_speechear_kr_black.svg +16 -0
  36. package/dist/logo/Logo_speechear_kr_textWhite.svg +42 -0
  37. package/dist/logo/Logo_speechear_kr_white.svg +16 -0
  38. package/dist/logo/Symbol_APEB.svg +34 -0
  39. package/dist/logo/Symbol_APEB_black.svg +15 -0
  40. package/dist/logo/Symbol_APEB_white.svg +15 -0
  41. package/dist/logo/Symbol_HTP.svg +14 -0
  42. package/dist/logo/Symbol_HTP_black.svg +10 -0
  43. package/dist/logo/Symbol_HTP_white.svg +10 -0
  44. package/dist/logo/Symbol_IHAB.svg +14 -0
  45. package/dist/logo/Symbol_IHAB_black.svg +10 -0
  46. package/dist/logo/Symbol_IHAB_white.svg +10 -0
  47. package/dist/logo/Symbol_SDS.svg +14 -0
  48. package/dist/logo/Symbol_SDS_black.svg +10 -0
  49. package/dist/logo/Symbol_SDS_white.svg +10 -0
  50. package/dist/logo/Symbol_speechear.svg +15 -0
  51. package/dist/logo/Symbol_speechear_black.svg +16 -0
  52. package/dist/logo/Symbol_speechear_white.svg +16 -0
  53. package/dist/logo/qr_speechear.svg +1 -0
  54. package/dist/packages/core/src/CoreScope.d.ts +40 -0
  55. package/dist/packages/core/src/CoreScope.js +19 -0
  56. package/dist/packages/core/src/components/Accordion.css +125 -0
  57. package/dist/packages/core/src/components/Accordion.d.ts +19 -0
  58. package/dist/packages/core/src/components/Accordion.js +33 -0
  59. package/dist/packages/core/src/components/ActionCard.css +109 -0
  60. package/dist/packages/core/src/components/ActionCard.d.ts +33 -0
  61. package/dist/packages/core/src/components/ActionCard.js +28 -0
  62. package/dist/packages/core/src/components/Alert.css +76 -0
  63. package/dist/packages/core/src/components/Alert.d.ts +18 -0
  64. package/dist/packages/core/src/components/Alert.js +28 -0
  65. package/dist/packages/core/src/components/AudioMeter.css +80 -0
  66. package/dist/packages/core/src/components/AudioMeter.d.ts +49 -0
  67. package/dist/packages/core/src/components/AudioMeter.js +91 -0
  68. package/dist/packages/core/src/components/Avatar.css +42 -0
  69. package/dist/packages/core/src/components/Avatar.d.ts +21 -0
  70. package/dist/packages/core/src/components/Avatar.js +31 -0
  71. package/dist/packages/core/src/components/Badge.css +166 -0
  72. package/dist/packages/core/src/components/Badge.d.ts +82 -0
  73. package/dist/packages/core/src/components/Badge.js +62 -0
  74. package/dist/packages/core/src/components/BarChart.css +142 -0
  75. package/dist/packages/core/src/components/BarChart.d.ts +16 -0
  76. package/dist/packages/core/src/components/BarChart.js +187 -0
  77. package/dist/packages/core/src/components/Board.css +85 -0
  78. package/dist/packages/core/src/components/Board.d.ts +39 -0
  79. package/dist/packages/core/src/components/Board.js +12 -0
  80. package/dist/packages/core/src/components/BottomNav.css +105 -0
  81. package/dist/packages/core/src/components/BottomNav.d.ts +32 -0
  82. package/dist/packages/core/src/components/BottomNav.js +92 -0
  83. package/dist/packages/core/src/components/Breadcrumb.css +62 -0
  84. package/dist/packages/core/src/components/Breadcrumb.d.ts +13 -0
  85. package/dist/packages/core/src/components/Breadcrumb.js +10 -0
  86. package/dist/packages/core/src/components/BulkBar.css +75 -0
  87. package/dist/packages/core/src/components/BulkBar.d.ts +22 -0
  88. package/dist/packages/core/src/components/BulkBar.js +40 -0
  89. package/dist/packages/core/src/components/Button.css +655 -0
  90. package/dist/packages/core/src/components/Button.d.ts +5 -0
  91. package/dist/packages/core/src/components/Button.js +202 -0
  92. package/dist/packages/core/src/components/Calendar.css +249 -0
  93. package/dist/packages/core/src/components/Calendar.d.ts +23 -0
  94. package/dist/packages/core/src/components/Calendar.js +92 -0
  95. package/dist/packages/core/src/components/ChartSection.css +191 -0
  96. package/dist/packages/core/src/components/ChartSection.d.ts +42 -0
  97. package/dist/packages/core/src/components/ChartSection.js +22 -0
  98. package/dist/packages/core/src/components/Checkbox.css +94 -0
  99. package/dist/packages/core/src/components/Checkbox.d.ts +16 -0
  100. package/dist/packages/core/src/components/Checkbox.js +15 -0
  101. package/dist/packages/core/src/components/ChoiceChips.css +65 -0
  102. package/dist/packages/core/src/components/ChoiceChips.d.ts +15 -0
  103. package/dist/packages/core/src/components/ChoiceChips.js +8 -0
  104. package/dist/packages/core/src/components/CircleBadge.d.ts +31 -0
  105. package/dist/packages/core/src/components/CircleBadge.js +20 -0
  106. package/dist/packages/core/src/components/CodeBox.css +62 -0
  107. package/dist/packages/core/src/components/CodeBox.d.ts +18 -0
  108. package/dist/packages/core/src/components/CodeBox.js +132 -0
  109. package/dist/packages/core/src/components/ColorPicker.css +40 -0
  110. package/dist/packages/core/src/components/ColorPicker.d.ts +17 -0
  111. package/dist/packages/core/src/components/ColorPicker.js +23 -0
  112. package/dist/packages/core/src/components/CompanyMeta.css +33 -0
  113. package/dist/packages/core/src/components/CompanyMeta.d.ts +14 -0
  114. package/dist/packages/core/src/components/CompanyMeta.js +12 -0
  115. package/dist/packages/core/src/components/CountTile.css +47 -0
  116. package/dist/packages/core/src/components/CountTile.d.ts +22 -0
  117. package/dist/packages/core/src/components/CountTile.js +24 -0
  118. package/dist/packages/core/src/components/DatePicker.css +151 -0
  119. package/dist/packages/core/src/components/DatePicker.d.ts +13 -0
  120. package/dist/packages/core/src/components/DatePicker.js +107 -0
  121. package/dist/packages/core/src/components/Dialog.css +98 -0
  122. package/dist/packages/core/src/components/Dialog.d.ts +31 -0
  123. package/dist/packages/core/src/components/Dialog.js +51 -0
  124. package/dist/packages/core/src/components/Divider.css +33 -0
  125. package/dist/packages/core/src/components/Divider.d.ts +13 -0
  126. package/dist/packages/core/src/components/Divider.js +14 -0
  127. package/dist/packages/core/src/components/Dropdown.css +175 -0
  128. package/dist/packages/core/src/components/Dropdown.d.ts +23 -0
  129. package/dist/packages/core/src/components/Dropdown.js +117 -0
  130. package/dist/packages/core/src/components/Effect/EffectPartyPopper.css +25 -0
  131. package/dist/packages/core/src/components/Effect/EffectPartyPopper.d.ts +11 -0
  132. package/dist/packages/core/src/components/Effect/EffectPartyPopper.js +298 -0
  133. package/dist/packages/core/src/components/Effect/EffectPartyPopperHost.d.ts +5 -0
  134. package/dist/packages/core/src/components/Effect/EffectPartyPopperHost.js +13 -0
  135. package/dist/packages/core/src/components/EmptyState.css +23 -0
  136. package/dist/packages/core/src/components/EmptyState.d.ts +19 -0
  137. package/dist/packages/core/src/components/EmptyState.js +7 -0
  138. package/dist/packages/core/src/components/ErrorState.css +2 -0
  139. package/dist/packages/core/src/components/ErrorState.d.ts +18 -0
  140. package/dist/packages/core/src/components/ErrorState.js +11 -0
  141. package/dist/packages/core/src/components/FileUpload.css +114 -0
  142. package/dist/packages/core/src/components/FileUpload.d.ts +25 -0
  143. package/dist/packages/core/src/components/FileUpload.js +111 -0
  144. package/dist/packages/core/src/components/FilterPanel.css +188 -0
  145. package/dist/packages/core/src/components/FilterPanel.d.ts +34 -0
  146. package/dist/packages/core/src/components/FilterPanel.js +82 -0
  147. package/dist/packages/core/src/components/FilterSectionInfo.d.ts +12 -0
  148. package/dist/packages/core/src/components/FilterSectionInfo.js +15 -0
  149. package/dist/packages/core/src/components/Footer.css +186 -0
  150. package/dist/packages/core/src/components/Footer.d.ts +18 -0
  151. package/dist/packages/core/src/components/Footer.js +19 -0
  152. package/dist/packages/core/src/components/Header.css +274 -0
  153. package/dist/packages/core/src/components/Header.d.ts +44 -0
  154. package/dist/packages/core/src/components/Header.js +98 -0
  155. package/dist/packages/core/src/components/HearingDeviceInfo.css +48 -0
  156. package/dist/packages/core/src/components/HearingDeviceInfo.d.ts +22 -0
  157. package/dist/packages/core/src/components/HearingDeviceInfo.js +13 -0
  158. package/dist/packages/core/src/components/Icon.d.ts +14 -0
  159. package/dist/packages/core/src/components/Icon.js +73 -0
  160. package/dist/packages/core/src/components/IconGridMenu.css +141 -0
  161. package/dist/packages/core/src/components/IconGridMenu.d.ts +20 -0
  162. package/dist/packages/core/src/components/IconGridMenu.js +45 -0
  163. package/dist/packages/core/src/components/LandingBottomSticky.css +114 -0
  164. package/dist/packages/core/src/components/LandingBottomSticky.d.ts +26 -0
  165. package/dist/packages/core/src/components/LandingBottomSticky.js +20 -0
  166. package/dist/packages/core/src/components/LandingHeader.css +192 -0
  167. package/dist/packages/core/src/components/LandingHeader.d.ts +67 -0
  168. package/dist/packages/core/src/components/LandingHeader.js +40 -0
  169. package/dist/packages/core/src/components/Loader.css +88 -0
  170. package/dist/packages/core/src/components/Loader.d.ts +14 -0
  171. package/dist/packages/core/src/components/Loader.js +12 -0
  172. package/dist/packages/core/src/components/NoticeBox.css +79 -0
  173. package/dist/packages/core/src/components/NoticeBox.d.ts +21 -0
  174. package/dist/packages/core/src/components/NoticeBox.js +19 -0
  175. package/dist/packages/core/src/components/PageTitle.css +27 -0
  176. package/dist/packages/core/src/components/PageTitle.d.ts +23 -0
  177. package/dist/packages/core/src/components/PageTitle.js +10 -0
  178. package/dist/packages/core/src/components/Pagination.css +11 -0
  179. package/dist/packages/core/src/components/Pagination.d.ts +22 -0
  180. package/dist/packages/core/src/components/Pagination.js +20 -0
  181. package/dist/packages/core/src/components/Panel.css +361 -0
  182. package/dist/packages/core/src/components/Panel.d.ts +166 -0
  183. package/dist/packages/core/src/components/Panel.js +162 -0
  184. package/dist/packages/core/src/components/PassCard/PassCard.css +289 -0
  185. package/dist/packages/core/src/components/PassCard/PassCard.d.ts +56 -0
  186. package/dist/packages/core/src/components/PassCard/PassCard.js +313 -0
  187. package/dist/packages/core/src/components/PassCard/PassCardBg.css +39 -0
  188. package/dist/packages/core/src/components/PassCard/PassCardBg.d.ts +8 -0
  189. package/dist/packages/core/src/components/PassCard/PassCardBg.js +6 -0
  190. package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.css +25 -0
  191. package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.d.ts +7 -0
  192. package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.js +18 -0
  193. package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.css +45 -0
  194. package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.d.ts +9 -0
  195. package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.js +19 -0
  196. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.css +19 -0
  197. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.d.ts +9 -0
  198. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.js +23 -0
  199. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.css +15 -0
  200. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.d.ts +9 -0
  201. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.js +24 -0
  202. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.css +16 -0
  203. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.d.ts +9 -0
  204. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.js +31 -0
  205. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.css +16 -0
  206. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.d.ts +9 -0
  207. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.js +32 -0
  208. package/dist/packages/core/src/components/PassCard/PassCardBgTalk.css +33 -0
  209. package/dist/packages/core/src/components/PassCard/PassCardBgTalk.d.ts +9 -0
  210. package/dist/packages/core/src/components/PassCard/PassCardBgTalk.js +18 -0
  211. package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.css +36 -0
  212. package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.d.ts +13 -0
  213. package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.js +22 -0
  214. package/dist/packages/core/src/components/PassCard/PassCardBgTheme.d.ts +38 -0
  215. package/dist/packages/core/src/components/PassCard/PassCardBgTheme.js +34 -0
  216. package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.css +36 -0
  217. package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.d.ts +9 -0
  218. package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.js +18 -0
  219. package/dist/packages/core/src/components/PassCard/PassCard_Back.css +76 -0
  220. package/dist/packages/core/src/components/PassCard/PassCard_Back.d.ts +13 -0
  221. package/dist/packages/core/src/components/PassCard/PassCard_Back.js +20 -0
  222. package/dist/packages/core/src/components/PassCard/ihabOutlinePath.d.ts +12 -0
  223. package/dist/packages/core/src/components/PassCard/ihabOutlinePath.js +19 -0
  224. package/dist/packages/core/src/components/PassCard/passCardProduct.d.ts +48 -0
  225. package/dist/packages/core/src/components/PassCard/passCardProduct.js +56 -0
  226. package/dist/packages/core/src/components/PaymentPlan.css +318 -0
  227. package/dist/packages/core/src/components/PaymentPlan.d.ts +57 -0
  228. package/dist/packages/core/src/components/PaymentPlan.js +126 -0
  229. package/dist/packages/core/src/components/PersonCard.css +72 -0
  230. package/dist/packages/core/src/components/PersonCard.d.ts +27 -0
  231. package/dist/packages/core/src/components/PersonCard.js +11 -0
  232. package/dist/packages/core/src/components/Popup/ConfirmPopup.d.ts +58 -0
  233. package/dist/packages/core/src/components/Popup/ConfirmPopup.js +59 -0
  234. package/dist/packages/core/src/components/Popup/CouponInputPopup.css +28 -0
  235. package/dist/packages/core/src/components/Popup/CouponInputPopup.d.ts +8 -0
  236. package/dist/packages/core/src/components/Popup/CouponInputPopup.js +45 -0
  237. package/dist/packages/core/src/components/Popup/DeviceListPopup.css +78 -0
  238. package/dist/packages/core/src/components/Popup/DeviceListPopup.d.ts +28 -0
  239. package/dist/packages/core/src/components/Popup/DeviceListPopup.js +31 -0
  240. package/dist/packages/core/src/components/Popup/DeviceSideTable.d.ts +41 -0
  241. package/dist/packages/core/src/components/Popup/DeviceSideTable.js +92 -0
  242. package/dist/packages/core/src/components/Popup/ListPopup.css +44 -0
  243. package/dist/packages/core/src/components/Popup/ListPopup.d.ts +75 -0
  244. package/dist/packages/core/src/components/Popup/ListPopup.js +85 -0
  245. package/dist/packages/core/src/components/Popup/LoadTablePopup.css +248 -0
  246. package/dist/packages/core/src/components/Popup/LoadTablePopup.d.ts +12 -0
  247. package/dist/packages/core/src/components/Popup/LoadTablePopup.js +86 -0
  248. package/dist/packages/core/src/components/Popup/Popup.css +136 -0
  249. package/dist/packages/core/src/components/Popup/Popup.d.ts +77 -0
  250. package/dist/packages/core/src/components/Popup/Popup.js +135 -0
  251. package/dist/packages/core/src/components/Popup/SaveTablePopup.css +32 -0
  252. package/dist/packages/core/src/components/Popup/SaveTablePopup.d.ts +25 -0
  253. package/dist/packages/core/src/components/Popup/SaveTablePopup.js +55 -0
  254. package/dist/packages/core/src/components/Popup/TrainingResultPopup.css +277 -0
  255. package/dist/packages/core/src/components/Popup/TrainingResultPopup.d.ts +14 -0
  256. package/dist/packages/core/src/components/Popup/TrainingResultPopup.js +104 -0
  257. package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.css +119 -0
  258. package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.d.ts +12 -0
  259. package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.js +73 -0
  260. package/dist/packages/core/src/components/Popup/customerDetailUtils.d.ts +19 -0
  261. package/dist/packages/core/src/components/Popup/customerDetailUtils.js +45 -0
  262. package/dist/packages/core/src/components/ProgressBar.css +114 -0
  263. package/dist/packages/core/src/components/ProgressBar.d.ts +65 -0
  264. package/dist/packages/core/src/components/ProgressBar.js +51 -0
  265. package/dist/packages/core/src/components/ProgressIndicator.css +41 -0
  266. package/dist/packages/core/src/components/ProgressIndicator.d.ts +18 -0
  267. package/dist/packages/core/src/components/ProgressIndicator.js +45 -0
  268. package/dist/packages/core/src/components/PromoBanner.css +54 -0
  269. package/dist/packages/core/src/components/PromoBanner.d.ts +30 -0
  270. package/dist/packages/core/src/components/PromoBanner.js +54 -0
  271. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBg.css +8 -0
  272. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.css +3 -0
  273. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.d.ts +11 -0
  274. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.js +20 -0
  275. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.css +3 -0
  276. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.d.ts +10 -0
  277. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.js +19 -0
  278. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.css +10 -0
  279. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.d.ts +10 -0
  280. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.js +19 -0
  281. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.css +5 -0
  282. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.d.ts +10 -0
  283. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.js +19 -0
  284. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.css +3 -0
  285. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.d.ts +11 -0
  286. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.js +20 -0
  287. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.css +3 -0
  288. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.d.ts +12 -0
  289. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.js +21 -0
  290. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.css +3 -0
  291. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.d.ts +11 -0
  292. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.js +20 -0
  293. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.css +16 -0
  294. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.d.ts +11 -0
  295. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.js +20 -0
  296. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.css +3 -0
  297. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.d.ts +10 -0
  298. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.js +19 -0
  299. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.css +3 -0
  300. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.d.ts +12 -0
  301. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.js +21 -0
  302. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.css +3 -0
  303. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.d.ts +10 -0
  304. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.js +19 -0
  305. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.css +3 -0
  306. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.d.ts +10 -0
  307. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.js +19 -0
  308. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.css +3 -0
  309. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.d.ts +11 -0
  310. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.js +20 -0
  311. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgTheme.d.ts +32 -0
  312. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgTheme.js +29 -0
  313. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.css +3 -0
  314. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.d.ts +11 -0
  315. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.js +20 -0
  316. package/dist/packages/core/src/components/PromoBannerBg/promoBannerBg.d.ts +21 -0
  317. package/dist/packages/core/src/components/PromoBannerBg/promoBannerBg.js +49 -0
  318. package/dist/packages/core/src/components/PublicationCard.css +70 -0
  319. package/dist/packages/core/src/components/PublicationCard.d.ts +31 -0
  320. package/dist/packages/core/src/components/PublicationCard.js +11 -0
  321. package/dist/packages/core/src/components/Radio.css +64 -0
  322. package/dist/packages/core/src/components/Radio.d.ts +13 -0
  323. package/dist/packages/core/src/components/Radio.js +9 -0
  324. package/dist/packages/core/src/components/RadioGroup.css +14 -0
  325. package/dist/packages/core/src/components/RadioGroup.d.ts +21 -0
  326. package/dist/packages/core/src/components/RadioGroup.js +14 -0
  327. package/dist/packages/core/src/components/Rating.css +69 -0
  328. package/dist/packages/core/src/components/Rating.d.ts +21 -0
  329. package/dist/packages/core/src/components/Rating.js +51 -0
  330. package/dist/packages/core/src/components/RingChart.css +50 -0
  331. package/dist/packages/core/src/components/RingChart.d.ts +68 -0
  332. package/dist/packages/core/src/components/RingChart.js +57 -0
  333. package/dist/packages/core/src/components/SearchSummary.css +62 -0
  334. package/dist/packages/core/src/components/SearchSummary.d.ts +32 -0
  335. package/dist/packages/core/src/components/SearchSummary.js +48 -0
  336. package/dist/packages/core/src/components/Section.css +73 -0
  337. package/dist/packages/core/src/components/Section.d.ts +16 -0
  338. package/dist/packages/core/src/components/Section.js +15 -0
  339. package/dist/packages/core/src/components/SectionHeader.css +87 -0
  340. package/dist/packages/core/src/components/SectionHeader.d.ts +31 -0
  341. package/dist/packages/core/src/components/SectionHeader.js +16 -0
  342. package/dist/packages/core/src/components/SegmentedControl.css +67 -0
  343. package/dist/packages/core/src/components/SegmentedControl.d.ts +26 -0
  344. package/dist/packages/core/src/components/SegmentedControl.js +13 -0
  345. package/dist/packages/core/src/components/ShortcutBadge.css +68 -0
  346. package/dist/packages/core/src/components/ShortcutBadge.d.ts +31 -0
  347. package/dist/packages/core/src/components/ShortcutBadge.js +23 -0
  348. package/dist/packages/core/src/components/SideNav.css +281 -0
  349. package/dist/packages/core/src/components/SideNav.d.ts +32 -0
  350. package/dist/packages/core/src/components/SideNav.js +92 -0
  351. package/dist/packages/core/src/components/Slider.css +184 -0
  352. package/dist/packages/core/src/components/Slider.d.ts +67 -0
  353. package/dist/packages/core/src/components/Slider.js +97 -0
  354. package/dist/packages/core/src/components/SoundCompass.css +138 -0
  355. package/dist/packages/core/src/components/SoundCompass.d.ts +42 -0
  356. package/dist/packages/core/src/components/SoundCompass.js +136 -0
  357. package/dist/packages/core/src/components/SplashLogo.css +32 -0
  358. package/dist/packages/core/src/components/SplashLogo.d.ts +35 -0
  359. package/dist/packages/core/src/components/SplashLogo.js +32 -0
  360. package/dist/packages/core/src/components/StatChart.css +83 -0
  361. package/dist/packages/core/src/components/StatChart.d.ts +26 -0
  362. package/dist/packages/core/src/components/StatChart.js +41 -0
  363. package/dist/packages/core/src/components/Table.css +158 -0
  364. package/dist/packages/core/src/components/Table.d.ts +94 -0
  365. package/dist/packages/core/src/components/Table.js +200 -0
  366. package/dist/packages/core/src/components/TableCell.css +12 -0
  367. package/dist/packages/core/src/components/TableField.css +60 -0
  368. package/dist/packages/core/src/components/Tabs.css +55 -0
  369. package/dist/packages/core/src/components/Tabs.d.ts +30 -0
  370. package/dist/packages/core/src/components/Tabs.js +55 -0
  371. package/dist/packages/core/src/components/TextField.css +266 -0
  372. package/dist/packages/core/src/components/TextField.d.ts +86 -0
  373. package/dist/packages/core/src/components/TextField.js +149 -0
  374. package/dist/packages/core/src/components/Timeline.css +62 -0
  375. package/dist/packages/core/src/components/Timeline.d.ts +26 -0
  376. package/dist/packages/core/src/components/Timeline.js +11 -0
  377. package/dist/packages/core/src/components/Toast.css +76 -0
  378. package/dist/packages/core/src/components/Toast.d.ts +10 -0
  379. package/dist/packages/core/src/components/Toast.js +19 -0
  380. package/dist/packages/core/src/components/Toggle.css +61 -0
  381. package/dist/packages/core/src/components/Toggle.d.ts +18 -0
  382. package/dist/packages/core/src/components/Toggle.js +7 -0
  383. package/dist/packages/core/src/components/Toolbar.css +86 -0
  384. package/dist/packages/core/src/components/Toolbar.d.ts +52 -0
  385. package/dist/packages/core/src/components/Toolbar.js +20 -0
  386. package/dist/packages/core/src/components/Tooltip/DebugTooltip.css +27 -0
  387. package/dist/packages/core/src/components/Tooltip/DebugTooltip.d.ts +12 -0
  388. package/dist/packages/core/src/components/Tooltip/DebugTooltip.js +79 -0
  389. package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.css +50 -0
  390. package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.d.ts +16 -0
  391. package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.js +11 -0
  392. package/dist/packages/core/src/components/Tooltip/InfoTooltip.css +39 -0
  393. package/dist/packages/core/src/components/Tooltip/InfoTooltip.d.ts +13 -0
  394. package/dist/packages/core/src/components/Tooltip/InfoTooltip.js +10 -0
  395. package/dist/packages/core/src/components/Tooltip/MenuTooltip.css +93 -0
  396. package/dist/packages/core/src/components/Tooltip/MenuTooltip.d.ts +30 -0
  397. package/dist/packages/core/src/components/Tooltip/MenuTooltip.js +92 -0
  398. package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.css +95 -0
  399. package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.d.ts +13 -0
  400. package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.js +55 -0
  401. package/dist/packages/core/src/components/Tooltip/Tooltip.css +120 -0
  402. package/dist/packages/core/src/components/Tooltip/Tooltip.d.ts +25 -0
  403. package/dist/packages/core/src/components/Tooltip/Tooltip.js +296 -0
  404. package/dist/packages/core/src/components/Tooltip/TrainingTooltip.css +67 -0
  405. package/dist/packages/core/src/components/Tooltip/TrainingTooltip.d.ts +16 -0
  406. package/dist/packages/core/src/components/Tooltip/TrainingTooltip.js +40 -0
  407. package/dist/packages/core/src/components/Tooltip/WordImageTooltip.css +61 -0
  408. package/dist/packages/core/src/components/Tooltip/WordImageTooltip.d.ts +12 -0
  409. package/dist/packages/core/src/components/Tooltip/WordImageTooltip.js +39 -0
  410. package/dist/packages/core/src/components/Tooltip/tooltipConstants.d.ts +44 -0
  411. package/dist/packages/core/src/components/Tooltip/tooltipConstants.js +38 -0
  412. package/dist/packages/core/src/components/TopBanner.css +100 -0
  413. package/dist/packages/core/src/components/TopBanner.d.ts +25 -0
  414. package/dist/packages/core/src/components/TopBanner.js +36 -0
  415. package/dist/packages/core/src/components/Training/AudioPlayerWaveForm.d.ts +17 -0
  416. package/dist/packages/core/src/components/Training/AudioPlayerWaveForm.js +237 -0
  417. package/dist/packages/core/src/components/Training/CategoryIcon.css +85 -0
  418. package/dist/packages/core/src/components/Training/CategoryIcon.d.ts +16 -0
  419. package/dist/packages/core/src/components/Training/CategoryIcon.js +79 -0
  420. package/dist/packages/core/src/components/Training/NoisePlayerContext.d.ts +43 -0
  421. package/dist/packages/core/src/components/Training/NoisePlayerContext.js +26 -0
  422. package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.css +52 -0
  423. package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.d.ts +13 -0
  424. package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.js +81 -0
  425. package/dist/packages/core/src/components/Training/TrainingBlock.css +33 -0
  426. package/dist/packages/core/src/components/Training/TrainingBlock.d.ts +45 -0
  427. package/dist/packages/core/src/components/Training/TrainingBlock.js +44 -0
  428. package/dist/packages/core/src/components/Training/TrainingBlockButton.css +337 -0
  429. package/dist/packages/core/src/components/Training/TrainingBlockButton.d.ts +5 -0
  430. package/dist/packages/core/src/components/Training/TrainingBlockButton.js +193 -0
  431. package/dist/packages/core/src/components/Training/TrainingCard.css +178 -0
  432. package/dist/packages/core/src/components/Training/TrainingCard.d.ts +24 -0
  433. package/dist/packages/core/src/components/Training/TrainingCard.js +29 -0
  434. package/dist/packages/core/src/components/Training/TrainingCardGroup.css +73 -0
  435. package/dist/packages/core/src/components/Training/TrainingCardGroup.d.ts +41 -0
  436. package/dist/packages/core/src/components/Training/TrainingCardGroup.js +16 -0
  437. package/dist/packages/core/src/components/Training/TrainingPagePopup.css +210 -0
  438. package/dist/packages/core/src/components/Training/TrainingPagePopup.d.ts +91 -0
  439. package/dist/packages/core/src/components/Training/TrainingPagePopup.js +799 -0
  440. package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.css +45 -0
  441. package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.d.ts +14 -0
  442. package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.js +60 -0
  443. package/dist/packages/core/src/components/Training/TrainingPagePopupContext.d.ts +13 -0
  444. package/dist/packages/core/src/components/Training/TrainingPagePopupContext.js +12 -0
  445. package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.css +77 -0
  446. package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.d.ts +21 -0
  447. package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.js +41 -0
  448. package/dist/packages/core/src/components/Training/TrainingStep.css +236 -0
  449. package/dist/packages/core/src/components/Training/TrainingStep.d.ts +15 -0
  450. package/dist/packages/core/src/components/Training/TrainingStep.js +89 -0
  451. package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.css +320 -0
  452. package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.d.ts +5 -0
  453. package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.js +971 -0
  454. package/dist/packages/core/src/components/Training/TrainingStepBullet.css +148 -0
  455. package/dist/packages/core/src/components/Training/TrainingStepBullet.d.ts +6 -0
  456. package/dist/packages/core/src/components/Training/TrainingStepBullet.js +11 -0
  457. package/dist/packages/core/src/components/Training/TrainingStepCard.css +0 -0
  458. package/dist/packages/core/src/components/Training/TrainingStepCard.d.ts +36 -0
  459. package/dist/packages/core/src/components/Training/TrainingStepCard.js +110 -0
  460. package/dist/packages/core/src/components/Training/TrainingStepCardOrder.d.ts +15 -0
  461. package/dist/packages/core/src/components/Training/TrainingStepCardOrder.js +58 -0
  462. package/dist/packages/core/src/components/Training/TrainingStepComponents.d.ts +35 -0
  463. package/dist/packages/core/src/components/Training/TrainingStepComponents.js +60 -0
  464. package/dist/packages/core/src/components/Training/TrainingStepConfirm.d.ts +24 -0
  465. package/dist/packages/core/src/components/Training/TrainingStepConfirm.js +117 -0
  466. package/dist/packages/core/src/components/Training/TrainingStepConfirmWithText.d.ts +16 -0
  467. package/dist/packages/core/src/components/Training/TrainingStepConfirmWithText.js +60 -0
  468. package/dist/packages/core/src/components/Training/TrainingStepListen.d.ts +27 -0
  469. package/dist/packages/core/src/components/Training/TrainingStepListen.js +13 -0
  470. package/dist/packages/core/src/components/Training/TrainingStepOrderList.css +221 -0
  471. package/dist/packages/core/src/components/Training/TrainingStepOrderList.d.ts +7 -0
  472. package/dist/packages/core/src/components/Training/TrainingStepOrderList.js +445 -0
  473. package/dist/packages/core/src/components/Training/TrainingStepTextBox.css +111 -0
  474. package/dist/packages/core/src/components/Training/TrainingStepTextBox.d.ts +8 -0
  475. package/dist/packages/core/src/components/Training/TrainingStepTextBox.js +74 -0
  476. package/dist/packages/core/src/components/Training/TrainingStepTitle.css +89 -0
  477. package/dist/packages/core/src/components/Training/TrainingStepTitle.d.ts +21 -0
  478. package/dist/packages/core/src/components/Training/TrainingStepTitle.js +91 -0
  479. package/dist/packages/core/src/components/Training/TrainingWordCard.css +266 -0
  480. package/dist/packages/core/src/components/Training/TrainingWordCard.d.ts +43 -0
  481. package/dist/packages/core/src/components/Training/TrainingWordCard.js +229 -0
  482. package/dist/packages/core/src/components/Training/WordTablePopup.css +56 -0
  483. package/dist/packages/core/src/components/Training/WordTablePopup.d.ts +61 -0
  484. package/dist/packages/core/src/components/Training/WordTablePopup.js +105 -0
  485. package/dist/packages/core/src/components/Training/audioPlaybackRules.d.ts +95 -0
  486. package/dist/packages/core/src/components/Training/audioPlaybackRules.js +125 -0
  487. package/dist/packages/core/src/components/Training/audioWaits.d.ts +27 -0
  488. package/dist/packages/core/src/components/Training/audioWaits.js +64 -0
  489. package/dist/packages/core/src/components/Training/currentSound.d.ts +26 -0
  490. package/dist/packages/core/src/components/Training/currentSound.js +46 -0
  491. package/dist/packages/core/src/components/Training/pagePopupTiming.d.ts +17 -0
  492. package/dist/packages/core/src/components/Training/pagePopupTiming.js +17 -0
  493. package/dist/packages/core/src/components/Training/trainingBlockButtonTypes.d.ts +79 -0
  494. package/dist/packages/core/src/components/Training/trainingBlockButtonTypes.js +27 -0
  495. package/dist/packages/core/src/components/Training/trainingMissStats.d.ts +148 -0
  496. package/dist/packages/core/src/components/Training/trainingMissStats.js +163 -0
  497. package/dist/packages/core/src/components/Training/trainingPopupUtils.d.ts +108 -0
  498. package/dist/packages/core/src/components/Training/trainingPopupUtils.js +226 -0
  499. package/dist/packages/core/src/components/Training/trainingScenario.d.ts +42 -0
  500. package/dist/packages/core/src/components/Training/trainingScenario.js +25 -0
  501. package/dist/packages/core/src/components/Training/trainingStepAudioPlayerTypes.d.ts +37 -0
  502. package/dist/packages/core/src/components/Training/trainingStepAudioPlayerTypes.js +20 -0
  503. package/dist/packages/core/src/components/Training/trainingStepOrderListTypes.d.ts +34 -0
  504. package/dist/packages/core/src/components/Training/trainingStepOrderListTypes.js +5 -0
  505. package/dist/packages/core/src/components/Training/useAnchorRect.d.ts +26 -0
  506. package/dist/packages/core/src/components/Training/useAnchorRect.js +52 -0
  507. package/dist/packages/core/src/components/Training/useAudioPreview.d.ts +11 -0
  508. package/dist/packages/core/src/components/Training/useAudioPreview.js +178 -0
  509. package/dist/packages/core/src/components/Training/useNoiseFade.d.ts +24 -0
  510. package/dist/packages/core/src/components/Training/useNoiseFade.js +303 -0
  511. package/dist/packages/core/src/components/Training/useObjectUrls.d.ts +25 -0
  512. package/dist/packages/core/src/components/Training/useObjectUrls.js +56 -0
  513. package/dist/packages/core/src/components/Training/useProgressTicker.d.ts +33 -0
  514. package/dist/packages/core/src/components/Training/useProgressTicker.js +74 -0
  515. package/dist/packages/core/src/components/Training/useTTSPlayback.d.ts +30 -0
  516. package/dist/packages/core/src/components/Training/useTTSPlayback.js +172 -0
  517. package/dist/packages/core/src/components/Training/useWaveReady.d.ts +36 -0
  518. package/dist/packages/core/src/components/Training/useWaveReady.js +65 -0
  519. package/dist/packages/core/src/components/UpdateAlert.css +116 -0
  520. package/dist/packages/core/src/components/UpdateAlert.d.ts +23 -0
  521. package/dist/packages/core/src/components/UpdateAlert.js +25 -0
  522. package/dist/packages/core/src/components/Word/ContrastFilterPanel.d.ts +25 -0
  523. package/dist/packages/core/src/components/Word/ContrastFilterPanel.js +69 -0
  524. package/dist/packages/core/src/components/Word/PhonemeFilterPanel.d.ts +24 -0
  525. package/dist/packages/core/src/components/Word/PhonemeFilterPanel.js +15 -0
  526. package/dist/packages/core/src/components/Word/PhonemeSelectBlock.css +272 -0
  527. package/dist/packages/core/src/components/Word/PhonemeSelectBlock.d.ts +45 -0
  528. package/dist/packages/core/src/components/Word/PhonemeSelectBlock.js +71 -0
  529. package/dist/packages/core/src/components/Word/TableFilterPanel.d.ts +56 -0
  530. package/dist/packages/core/src/components/Word/TableFilterPanel.js +42 -0
  531. package/dist/packages/core/src/components/Word/WordSearchFilterPanel.d.ts +23 -0
  532. package/dist/packages/core/src/components/Word/WordSearchFilterPanel.js +14 -0
  533. package/dist/packages/core/src/components/Word/WordSearchResultBlock.css +130 -0
  534. package/dist/packages/core/src/components/Word/WordSearchResultBlock.d.ts +47 -0
  535. package/dist/packages/core/src/components/Word/WordSearchResultBlock.js +141 -0
  536. package/dist/packages/core/src/components/Word/WordTableBlock.css +85 -0
  537. package/dist/packages/core/src/components/Word/WordTableBlock.d.ts +5 -0
  538. package/dist/packages/core/src/components/Word/WordTableBlock.js +297 -0
  539. package/dist/packages/core/src/components/Word/WordTableButton.css +185 -0
  540. package/dist/packages/core/src/components/Word/WordTableButton.d.ts +48 -0
  541. package/dist/packages/core/src/components/Word/WordTableButton.js +28 -0
  542. package/dist/packages/core/src/components/Word/WordTableThumbnail.css +56 -0
  543. package/dist/packages/core/src/components/Word/WordTableThumbnail.d.ts +10 -0
  544. package/dist/packages/core/src/components/Word/WordTableThumbnail.js +21 -0
  545. package/dist/packages/core/src/components/Word/generatedDraft.d.ts +39 -0
  546. package/dist/packages/core/src/components/Word/generatedDraft.js +69 -0
  547. package/dist/packages/core/src/components/Word/phonemeSelectBlockUtils.d.ts +14 -0
  548. package/dist/packages/core/src/components/Word/phonemeSelectBlockUtils.js +10 -0
  549. package/dist/packages/core/src/components/Word/useWordTableDisplaySettings.d.ts +35 -0
  550. package/dist/packages/core/src/components/Word/useWordTableDisplaySettings.js +82 -0
  551. package/dist/packages/core/src/components/Word/useWordTablePrint.d.ts +31 -0
  552. package/dist/packages/core/src/components/Word/useWordTablePrint.js +43 -0
  553. package/dist/packages/core/src/components/Word/wordScoreStats.d.ts +77 -0
  554. package/dist/packages/core/src/components/Word/wordScoreStats.js +100 -0
  555. package/dist/packages/core/src/components/Word/wordTableBlockTypes.d.ts +85 -0
  556. package/dist/packages/core/src/components/Word/wordTableBlockTypes.js +3 -0
  557. package/dist/packages/core/src/components/Word/wordTablePrint.d.ts +14 -0
  558. package/dist/packages/core/src/components/Word/wordTablePrint.js +210 -0
  559. package/dist/packages/core/src/components/Word/wordTableRecommend.d.ts +67 -0
  560. package/dist/packages/core/src/components/Word/wordTableRecommend.js +91 -0
  561. package/dist/packages/core/src/components/Word/wordTableReview.d.ts +49 -0
  562. package/dist/packages/core/src/components/Word/wordTableReview.js +112 -0
  563. package/dist/packages/core/src/components/Word/wordTableScoring.d.ts +100 -0
  564. package/dist/packages/core/src/components/Word/wordTableScoring.js +126 -0
  565. package/dist/packages/core/src/components/Word/wordTableSettings.d.ts +56 -0
  566. package/dist/packages/core/src/components/Word/wordTableSettings.js +140 -0
  567. package/dist/packages/core/src/components/WordTable.css +424 -0
  568. package/dist/packages/core/src/components/WordTable.d.ts +75 -0
  569. package/dist/packages/core/src/components/WordTable.js +184 -0
  570. package/dist/packages/core/src/components/barChartData.d.ts +48 -0
  571. package/dist/packages/core/src/components/barChartData.js +111 -0
  572. package/dist/packages/core/src/components/barChartTypes.d.ts +82 -0
  573. package/dist/packages/core/src/components/barChartTypes.js +22 -0
  574. package/dist/packages/core/src/components/buttonTypes.d.ts +102 -0
  575. package/dist/packages/core/src/components/buttonTypes.js +1 -0
  576. package/dist/packages/core/src/components/tableTrackList.d.ts +9 -0
  577. package/dist/packages/core/src/components/tableTrackList.js +32 -0
  578. package/dist/packages/core/src/components/useAnchoredMenu.d.ts +28 -0
  579. package/dist/packages/core/src/components/useAnchoredMenu.js +72 -0
  580. package/dist/packages/core/src/components/useBarChartControl.d.ts +8 -0
  581. package/dist/packages/core/src/components/useBarChartControl.js +76 -0
  582. package/dist/packages/core/src/components/useCalendarMonth.d.ts +12 -0
  583. package/dist/packages/core/src/components/useCalendarMonth.js +50 -0
  584. package/dist/packages/core/src/components/useComboboxSuggestions.d.ts +22 -0
  585. package/dist/packages/core/src/components/useComboboxSuggestions.js +60 -0
  586. package/dist/packages/core/src/components/useFitScale.d.ts +16 -0
  587. package/dist/packages/core/src/components/useFitScale.js +43 -0
  588. package/dist/packages/core/src/components/useSoundCompassExam.d.ts +54 -0
  589. package/dist/packages/core/src/components/useSoundCompassExam.js +128 -0
  590. package/dist/packages/core/src/components/useToastLifecycle.d.ts +16 -0
  591. package/dist/packages/core/src/components/useToastLifecycle.js +140 -0
  592. package/dist/packages/core/src/components/wordTableLayout.d.ts +76 -0
  593. package/dist/packages/core/src/components/wordTableLayout.js +162 -0
  594. package/dist/packages/core/src/components.d.ts +314 -0
  595. package/dist/packages/core/src/components.js +232 -0
  596. package/dist/packages/core/src/context/I18nContext.d.ts +11 -0
  597. package/dist/packages/core/src/context/I18nContext.js +20 -0
  598. package/dist/packages/core/src/context/I18nProvider.d.ts +9 -0
  599. package/dist/packages/core/src/context/I18nProvider.js +15 -0
  600. package/dist/packages/core/src/context/WordDataContext.d.ts +25 -0
  601. package/dist/packages/core/src/context/WordDataContext.js +6 -0
  602. package/dist/packages/core/src/context/WordDataProvider.d.ts +5 -0
  603. package/dist/packages/core/src/context/WordDataProvider.js +5 -0
  604. package/dist/packages/core/src/hooks/bodyScrollLock.d.ts +5 -0
  605. package/dist/packages/core/src/hooks/bodyScrollLock.js +62 -0
  606. package/dist/packages/core/src/hooks/escStack.d.ts +2 -0
  607. package/dist/packages/core/src/hooks/escStack.js +38 -0
  608. package/dist/packages/core/src/hooks/useBackgroundUrl.d.ts +2 -0
  609. package/dist/packages/core/src/hooks/useBackgroundUrl.js +13 -0
  610. package/dist/packages/core/src/hooks/useCacheManagement.d.ts +34 -0
  611. package/dist/packages/core/src/hooks/useCacheManagement.js +107 -0
  612. package/dist/packages/core/src/hooks/useDailyTrainingSelection.d.ts +17 -0
  613. package/dist/packages/core/src/hooks/useDailyTrainingSelection.js +87 -0
  614. package/dist/packages/core/src/hooks/useDeviceManagement.d.ts +37 -0
  615. package/dist/packages/core/src/hooks/useDeviceManagement.js +40 -0
  616. package/dist/packages/core/src/hooks/useDocumentTitle.d.ts +22 -0
  617. package/dist/packages/core/src/hooks/useDocumentTitle.js +49 -0
  618. package/dist/packages/core/src/hooks/useEditableList.d.ts +20 -0
  619. package/dist/packages/core/src/hooks/useEditableList.js +73 -0
  620. package/dist/packages/core/src/hooks/useEscToClose.d.ts +19 -0
  621. package/dist/packages/core/src/hooks/useEscToClose.js +30 -0
  622. package/dist/packages/core/src/hooks/useFocusTrap.d.ts +19 -0
  623. package/dist/packages/core/src/hooks/useFocusTrap.js +50 -0
  624. package/dist/packages/core/src/hooks/useFontScale.d.ts +20 -0
  625. package/dist/packages/core/src/hooks/useFontScale.js +51 -0
  626. package/dist/packages/core/src/hooks/useHoverAnchor.d.ts +33 -0
  627. package/dist/packages/core/src/hooks/useHoverAnchor.js +49 -0
  628. package/dist/packages/core/src/hooks/useIcon.d.ts +7 -0
  629. package/dist/packages/core/src/hooks/useIcon.js +124 -0
  630. package/dist/packages/core/src/hooks/useLatestRef.d.ts +12 -0
  631. package/dist/packages/core/src/hooks/useLatestRef.js +17 -0
  632. package/dist/packages/core/src/hooks/useLucideIcon.d.ts +15 -0
  633. package/dist/packages/core/src/hooks/useLucideIcon.js +71 -0
  634. package/dist/packages/core/src/hooks/useMediaQuery.d.ts +17 -0
  635. package/dist/packages/core/src/hooks/useMediaQuery.js +45 -0
  636. package/dist/packages/core/src/hooks/usePagedList.d.ts +23 -0
  637. package/dist/packages/core/src/hooks/usePagedList.js +26 -0
  638. package/dist/packages/core/src/hooks/useParentBgTheme.d.ts +8 -0
  639. package/dist/packages/core/src/hooks/useParentBgTheme.js +18 -0
  640. package/dist/packages/core/src/hooks/usePasswordChange.d.ts +28 -0
  641. package/dist/packages/core/src/hooks/usePasswordChange.js +54 -0
  642. package/dist/packages/core/src/hooks/useRelativeDay.d.ts +12 -0
  643. package/dist/packages/core/src/hooks/useRelativeDay.js +30 -0
  644. package/dist/packages/core/src/hooks/useTablePaging.d.ts +46 -0
  645. package/dist/packages/core/src/hooks/useTablePaging.js +63 -0
  646. package/dist/packages/core/src/hooks/useToastState.d.ts +15 -0
  647. package/dist/packages/core/src/hooks/useToastState.js +29 -0
  648. package/dist/packages/core/src/hooks/useTrainingSessionLog.d.ts +7 -0
  649. package/dist/packages/core/src/hooks/useTrainingSessionLog.js +26 -0
  650. package/dist/packages/core/src/hooks/useTrainingTypeLabels.d.ts +16 -0
  651. package/dist/packages/core/src/hooks/useTrainingTypeLabels.js +25 -0
  652. package/dist/packages/core/src/hooks/useVisitAllPanel.d.ts +30 -0
  653. package/dist/packages/core/src/hooks/useVisitAllPanel.js +43 -0
  654. package/dist/packages/core/src/hooks/useVisitHistory.d.ts +38 -0
  655. package/dist/packages/core/src/hooks/useVisitHistory.js +59 -0
  656. package/dist/packages/core/src/hooks/useVisitSchedule.d.ts +31 -0
  657. package/dist/packages/core/src/hooks/useVisitSchedule.js +101 -0
  658. package/dist/packages/core/src/hooks/useWindowEvent.d.ts +11 -0
  659. package/dist/packages/core/src/hooks/useWindowEvent.js +27 -0
  660. package/dist/packages/core/src/hooks/useWordAttributeFilter.d.ts +70 -0
  661. package/dist/packages/core/src/hooks/useWordAttributeFilter.js +115 -0
  662. package/dist/packages/core/src/hooks/useWordDataStats.d.ts +22 -0
  663. package/dist/packages/core/src/hooks/useWordDataStats.js +40 -0
  664. package/dist/packages/core/src/hooks/useWordImage.d.ts +19 -0
  665. package/dist/packages/core/src/hooks/useWordImage.js +28 -0
  666. package/dist/packages/core/src/hooks/useWordMeanings.d.ts +39 -0
  667. package/dist/packages/core/src/hooks/useWordMeanings.js +62 -0
  668. package/dist/packages/core/src/hooks/useWordTrainingDataGeneration.d.ts +34 -0
  669. package/dist/packages/core/src/hooks/useWordTrainingDataGeneration.js +98 -0
  670. package/dist/packages/core/src/hooks/useWordTrainingFilter.d.ts +91 -0
  671. package/dist/packages/core/src/hooks/useWordTrainingFilter.js +549 -0
  672. package/dist/packages/core/src/hooks/wordTrainingFilterModel.d.ts +61 -0
  673. package/dist/packages/core/src/hooks/wordTrainingFilterModel.js +102 -0
  674. package/dist/packages/core/src/hooks.d.ts +27 -0
  675. package/dist/packages/core/src/hooks.js +28 -0
  676. package/dist/packages/core/src/i18n/index.d.ts +21 -0
  677. package/dist/packages/core/src/i18n/index.js +68 -0
  678. package/dist/packages/core/src/i18n/locales/en.json +4055 -0
  679. package/dist/packages/core/src/i18n/locales/ko.json +4052 -0
  680. package/dist/packages/core/src/icon/none.svg +4 -0
  681. package/dist/packages/core/src/icon/null.svg +3 -0
  682. package/dist/packages/core/src/index.d.ts +16 -0
  683. package/dist/packages/core/src/index.js +25 -0
  684. package/dist/packages/core/src/logo/Logo_APEB.svg +53 -0
  685. package/dist/packages/core/src/logo/Logo_APEB_black.svg +42 -0
  686. package/dist/packages/core/src/logo/Logo_APEB_white.svg +42 -0
  687. package/dist/packages/core/src/logo/Logo_HTP_kr.svg +21 -0
  688. package/dist/packages/core/src/logo/Logo_HTP_kr_black.svg +17 -0
  689. package/dist/packages/core/src/logo/Logo_HTP_kr_white.svg +17 -0
  690. package/dist/packages/core/src/logo/Logo_IHAB_en.svg +18 -0
  691. package/dist/packages/core/src/logo/Logo_IHAB_en_black.svg +14 -0
  692. package/dist/packages/core/src/logo/Logo_IHAB_en_white.svg +14 -0
  693. package/dist/packages/core/src/logo/Logo_IHAB_kr.svg +18 -0
  694. package/dist/packages/core/src/logo/Logo_IHAB_kr_black.svg +14 -0
  695. package/dist/packages/core/src/logo/Logo_IHAB_kr_white.svg +14 -0
  696. package/dist/packages/core/src/logo/Logo_SDS_kr.svg +22 -0
  697. package/dist/packages/core/src/logo/Logo_SDS_kr_black.svg +18 -0
  698. package/dist/packages/core/src/logo/Logo_SDS_kr_white.svg +18 -0
  699. package/dist/packages/core/src/logo/Logo_speechearManager_kr.svg +20 -0
  700. package/dist/packages/core/src/logo/Logo_speechearManager_kr_black.svg +21 -0
  701. package/dist/packages/core/src/logo/Logo_speechearManager_kr_textWhite.svg +45 -0
  702. package/dist/packages/core/src/logo/Logo_speechearManager_kr_white.svg +21 -0
  703. package/dist/packages/core/src/logo/Logo_speechear_kr.svg +17 -0
  704. package/dist/packages/core/src/logo/Logo_speechear_kr_black.svg +16 -0
  705. package/dist/packages/core/src/logo/Logo_speechear_kr_textWhite.svg +42 -0
  706. package/dist/packages/core/src/logo/Logo_speechear_kr_white.svg +16 -0
  707. package/dist/packages/core/src/logo/Symbol_APEB.svg +34 -0
  708. package/dist/packages/core/src/logo/Symbol_APEB_black.svg +15 -0
  709. package/dist/packages/core/src/logo/Symbol_APEB_white.svg +15 -0
  710. package/dist/packages/core/src/logo/Symbol_HTP.svg +14 -0
  711. package/dist/packages/core/src/logo/Symbol_HTP_black.svg +10 -0
  712. package/dist/packages/core/src/logo/Symbol_HTP_white.svg +10 -0
  713. package/dist/packages/core/src/logo/Symbol_IHAB.svg +14 -0
  714. package/dist/packages/core/src/logo/Symbol_IHAB_black.svg +10 -0
  715. package/dist/packages/core/src/logo/Symbol_IHAB_white.svg +10 -0
  716. package/dist/packages/core/src/logo/Symbol_SDS.svg +14 -0
  717. package/dist/packages/core/src/logo/Symbol_SDS_black.svg +10 -0
  718. package/dist/packages/core/src/logo/Symbol_SDS_white.svg +10 -0
  719. package/dist/packages/core/src/logo/Symbol_speechear.svg +15 -0
  720. package/dist/packages/core/src/logo/Symbol_speechear_black.svg +16 -0
  721. package/dist/packages/core/src/logo/Symbol_speechear_white.svg +16 -0
  722. package/dist/packages/core/src/logo/qr_speechear.svg +1 -0
  723. package/dist/packages/core/src/sounds/noiseAssets.d.ts +6 -0
  724. package/dist/packages/core/src/sounds/noiseAssets.js +24 -0
  725. package/dist/packages/core/src/styles.css +144 -0
  726. package/dist/packages/core/src/tokens.css +407 -0
  727. package/dist/packages/core/src/types/audio.d.ts +11 -0
  728. package/dist/packages/core/src/types/audio.js +1 -0
  729. package/dist/packages/core/src/types/device.d.ts +10 -0
  730. package/dist/packages/core/src/types/device.js +1 -0
  731. package/dist/packages/core/src/types/filterPanel.d.ts +63 -0
  732. package/dist/packages/core/src/types/filterPanel.js +8 -0
  733. package/dist/packages/core/src/types/geometry.d.ts +14 -0
  734. package/dist/packages/core/src/types/geometry.js +1 -0
  735. package/dist/packages/core/src/types/training.d.ts +131 -0
  736. package/dist/packages/core/src/types/training.js +1 -0
  737. package/dist/packages/core/src/types/wordSearch.d.ts +49 -0
  738. package/dist/packages/core/src/types/wordSearch.js +1 -0
  739. package/dist/packages/core/src/types.d.ts +3 -0
  740. package/dist/packages/core/src/types.js +1 -0
  741. package/dist/packages/core/src/utils/CategoryData.d.ts +91 -0
  742. package/dist/packages/core/src/utils/CategoryData.js +57 -0
  743. package/dist/packages/core/src/utils/array.d.ts +20 -0
  744. package/dist/packages/core/src/utils/array.js +36 -0
  745. package/dist/packages/core/src/utils/assets.d.ts +41 -0
  746. package/dist/packages/core/src/utils/assets.js +62 -0
  747. package/dist/packages/core/src/utils/audioMeter.d.ts +19 -0
  748. package/dist/packages/core/src/utils/audioMeter.js +70 -0
  749. package/dist/packages/core/src/utils/categories.d.ts +67 -0
  750. package/dist/packages/core/src/utils/categories.js +70 -0
  751. package/dist/packages/core/src/utils/clipboard.d.ts +10 -0
  752. package/dist/packages/core/src/utils/clipboard.js +46 -0
  753. package/dist/packages/core/src/utils/companyTypes.d.ts +2 -0
  754. package/dist/packages/core/src/utils/companyTypes.js +6 -0
  755. package/dist/packages/core/src/utils/csv.d.ts +22 -0
  756. package/dist/packages/core/src/utils/csv.js +35 -0
  757. package/dist/packages/core/src/utils/cx.d.ts +7 -0
  758. package/dist/packages/core/src/utils/cx.js +9 -0
  759. package/dist/packages/core/src/utils/dailySelectionUtils.d.ts +15 -0
  760. package/dist/packages/core/src/utils/dailySelectionUtils.js +68 -0
  761. package/dist/packages/core/src/utils/date.d.ts +86 -0
  762. package/dist/packages/core/src/utils/date.js +171 -0
  763. package/dist/packages/core/src/utils/deviceKind.d.ts +13 -0
  764. package/dist/packages/core/src/utils/deviceKind.js +19 -0
  765. package/dist/packages/core/src/utils/encoding.d.ts +26 -0
  766. package/dist/packages/core/src/utils/encoding.js +33 -0
  767. package/dist/packages/core/src/utils/errorMessage.d.ts +44 -0
  768. package/dist/packages/core/src/utils/errorMessage.js +63 -0
  769. package/dist/packages/core/src/utils/fontScale.d.ts +10 -0
  770. package/dist/packages/core/src/utils/fontScale.js +28 -0
  771. package/dist/packages/core/src/utils/format.d.ts +48 -0
  772. package/dist/packages/core/src/utils/format.js +122 -0
  773. package/dist/packages/core/src/utils/gameScoreLogger.d.ts +48 -0
  774. package/dist/packages/core/src/utils/gameScoreLogger.js +42 -0
  775. package/dist/packages/core/src/utils/getTrainingData.d.ts +61 -0
  776. package/dist/packages/core/src/utils/getTrainingData.js +156 -0
  777. package/dist/packages/core/src/utils/imageConfig.d.ts +48 -0
  778. package/dist/packages/core/src/utils/imageConfig.js +159 -0
  779. package/dist/packages/core/src/utils/josa.d.ts +29 -0
  780. package/dist/packages/core/src/utils/josa.js +103 -0
  781. package/dist/packages/core/src/utils/koreanPronunciation.d.ts +16 -0
  782. package/dist/packages/core/src/utils/koreanPronunciation.js +223 -0
  783. package/dist/packages/core/src/utils/koreanSyllable.d.ts +174 -0
  784. package/dist/packages/core/src/utils/koreanSyllable.js +654 -0
  785. package/dist/packages/core/src/utils/lucideIconSet.d.ts +16 -0
  786. package/dist/packages/core/src/utils/lucideIconSet.js +350 -0
  787. package/dist/packages/core/src/utils/lucideLoader.d.ts +44 -0
  788. package/dist/packages/core/src/utils/lucideLoader.js +76 -0
  789. package/dist/packages/core/src/utils/noiseSettingsStore.d.ts +22 -0
  790. package/dist/packages/core/src/utils/noiseSettingsStore.js +36 -0
  791. package/dist/packages/core/src/utils/phonemeConvert.d.ts +9 -0
  792. package/dist/packages/core/src/utils/phonemeConvert.js +53 -0
  793. package/dist/packages/core/src/utils/phonemeGroups.d.ts +22 -0
  794. package/dist/packages/core/src/utils/phonemeGroups.js +29 -0
  795. package/dist/packages/core/src/utils/phonemePairSearch.d.ts +22 -0
  796. package/dist/packages/core/src/utils/phonemePairSearch.js +583 -0
  797. package/dist/packages/core/src/utils/phonemePairSearchTypes.d.ts +46 -0
  798. package/dist/packages/core/src/utils/phonemePairSearchTypes.js +1 -0
  799. package/dist/packages/core/src/utils/planFeatures.d.ts +61 -0
  800. package/dist/packages/core/src/utils/planFeatures.js +168 -0
  801. package/dist/packages/core/src/utils/pronunciationConfig.d.ts +7 -0
  802. package/dist/packages/core/src/utils/pronunciationConfig.js +21 -0
  803. package/dist/packages/core/src/utils/savedWordTables.d.ts +18 -0
  804. package/dist/packages/core/src/utils/savedWordTables.js +70 -0
  805. package/dist/packages/core/src/utils/sortValue.d.ts +24 -0
  806. package/dist/packages/core/src/utils/sortValue.js +26 -0
  807. package/dist/packages/core/src/utils/speak.d.ts +7 -0
  808. package/dist/packages/core/src/utils/speak.js +35 -0
  809. package/dist/packages/core/src/utils/storage.d.ts +102 -0
  810. package/dist/packages/core/src/utils/storage.js +118 -0
  811. package/dist/packages/core/src/utils/theme.d.ts +11 -0
  812. package/dist/packages/core/src/utils/theme.js +28 -0
  813. package/dist/packages/core/src/utils/trainingItemResults.d.ts +60 -0
  814. package/dist/packages/core/src/utils/trainingItemResults.js +72 -0
  815. package/dist/packages/core/src/utils/trainingLogger.d.ts +58 -0
  816. package/dist/packages/core/src/utils/trainingLogger.js +50 -0
  817. package/dist/packages/core/src/utils/trainingPalette.d.ts +12 -0
  818. package/dist/packages/core/src/utils/trainingPalette.js +12 -0
  819. package/dist/packages/core/src/utils/ttsConfig.d.ts +78 -0
  820. package/dist/packages/core/src/utils/ttsConfig.js +89 -0
  821. package/dist/packages/core/src/utils/ttsResolver.d.ts +17 -0
  822. package/dist/packages/core/src/utils/ttsResolver.js +56 -0
  823. package/dist/packages/core/src/utils/wordContrast.d.ts +54 -0
  824. package/dist/packages/core/src/utils/wordContrast.js +198 -0
  825. package/dist/packages/core/src/utils/wordPairIndex.d.ts +26 -0
  826. package/dist/packages/core/src/utils/wordPairIndex.js +194 -0
  827. package/dist/packages/core/src/utils/wordPool.d.ts +34 -0
  828. package/dist/packages/core/src/utils/wordPool.js +20 -0
  829. package/dist/packages/core/src/utils/wordSuggestionPolicy.d.ts +55 -0
  830. package/dist/packages/core/src/utils/wordSuggestionPolicy.js +97 -0
  831. package/dist/packages/core/src/utils/wordTrainingGenerators.d.ts +122 -0
  832. package/dist/packages/core/src/utils/wordTrainingGenerators.js +560 -0
  833. package/dist/packages/core/src/utils/wordTrainingGroups.d.ts +10 -0
  834. package/dist/packages/core/src/utils/wordTrainingGroups.js +69 -0
  835. package/dist/packages/core/src/utils/wordTrainingPool.d.ts +51 -0
  836. package/dist/packages/core/src/utils/wordTrainingPool.js +436 -0
  837. package/dist/packages/core/src/utils/wordTrainingRuntime.d.ts +38 -0
  838. package/dist/packages/core/src/utils/wordTrainingRuntime.js +641 -0
  839. package/dist/packages/core/src/utils/wordTrainingRuntimeTypes.d.ts +89 -0
  840. package/dist/packages/core/src/utils/wordTrainingRuntimeTypes.js +77 -0
  841. package/dist/packages/core/src/utils.d.ts +57 -0
  842. package/dist/packages/core/src/utils.js +46 -0
  843. package/dist/tsdoc-metadata.json +11 -0
  844. package/dist/types.cjs.js +1 -0
  845. package/dist/types.esm.js +1 -0
  846. package/dist/utils.cjs.js +20 -0
  847. package/dist/utils.esm.js +20 -0
  848. package/package.json +171 -0
@@ -0,0 +1,799 @@
1
+ "use strict";var c=require("react"),Y=require("react/jsx-runtime"),Io=require("react-dom"),Fn=typeof document<"u"?document.currentScript:null;function Tu({storageKey:e="fontScale",baseFont:t=20,minScale:n=.8,maxScale:o=1.4,step:r=.1,lineHeightRatio:u=1.4}={}){const s=_=>Math.max(n,Math.min(o,Number(_))),[i,l]=c.useState(()=>{try{const _=localStorage.getItem(e),g=_?Number(_):1;return Number.isFinite(g)?g:1}catch{return 1}});c.useEffect(()=>{try{localStorage.setItem(e,String(i))}catch{}},[e,i]);const C=_=>{l(typeof _=="function"?g=>s(_(g)):s(_))},p=()=>C(_=>+(_+r).toFixed(6)),h=()=>C(_=>+(_-r).toFixed(6)),d=i<o-Number.EPSILON,y=i>n+Number.EPSILON,E=Math.round(t*i),b=Math.round(E*u);return{scale:i,setScale:C,increase:p,decrease:h,canIncrease:d,canDecrease:y,fontSize:E,lineHeight:b}}const jo=c.createContext(null);function xu(e){return/max-width:\s*7[0-9][0-9]px/.test(e)}function Bu(e){const t=c.useContext(jo),n=u=>typeof window>"u"||!window.matchMedia?!1:window.matchMedia(u).matches,[o,r]=c.useState(n(e));return c.useEffect(()=>{if(typeof window>"u"||!window.matchMedia)return;const u=window.matchMedia(e),s=l=>r(l.matches),i=u;return i.addEventListener?i.addEventListener("change",s):i.addListener&&i.addListener(s),r(u.matches),()=>{i.removeEventListener?i.removeEventListener("change",s):i.removeListener&&i.removeListener(s)}},[e]),t&&typeof t.mobile=="boolean"&&xu(e)?t.mobile:o}function Po(e){const t=c.useRef(e);return c.useEffect(()=>{t.current=e}),t}function $o(e,t){const n=Po(t);c.useEffect(()=>{const o=()=>n.current();try{window.addEventListener(e,o)}catch{}return()=>{try{window.removeEventListener(e,o)}catch{}}},[e,n])}const Hn=" \xB7 ",Fo=(()=>{if(typeof document>"u")return"";const e=document.title;return e.includes(Hn)?e.split(Hn).pop()??e:e})(),Ho=c.createContext(!1);function vu(e){const t=c.useContext(Ho);c.useEffect(()=>{if(t||typeof e!="string"||!e)return;const n=document.title;return document.title=Fo?`${e}${Hn}${Fo}`:e,()=>{document.title=n}},[e,t])}const Du=(e,t,n,o)=>{const r=[n,{code:t,...o||{}}];if(e?.services?.logger?.forward)return e.services.logger.forward(r,"warn","react-i18next::",!0);mt(r[0])&&(r[0]=`react-i18next:: ${r[0]}`),e?.services?.logger?.warn?e.services.logger.warn(...r):console?.warn&&console.warn(...r)},zo={},Cn=(e,t,n,o)=>{mt(n)&&zo[n]||(mt(n)&&(zo[n]=new Date),Du(e,t,n,o))},Vo=(e,t)=>()=>{if(e.isInitialized)t();else{const n=()=>{setTimeout(()=>{e.off("initialized",n)},0),t()};e.on("initialized",n)}},zn=(e,t,n)=>{e.loadNamespaces(t,Vo(e,n))},Uo=(e,t,n,o)=>{if(mt(n)&&(n=[n]),e.options.preload&&e.options.preload.indexOf(t)>-1)return zn(e,n,o);n.forEach(r=>{e.options.ns.indexOf(r)<0&&e.options.ns.push(r)}),e.loadLanguages(t,Vo(e,o))},Ou=(e,t,n={})=>!t.languages||!t.languages.length?(Cn(t,"NO_LANGUAGES","i18n.languages were undefined or empty",{languages:t.languages}),!0):t.hasLoadedNamespace(e,{lng:n.lng,precheck:(o,r)=>{if(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&o.services.backendConnector.backend&&o.isLanguageChangingTo&&!r(o.isLanguageChangingTo,e))return!1}}),mt=e=>typeof e=="string",Lu=e=>typeof e=="object"&&e!==null,Ru=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,Iu={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"\xA9","&#169;":"\xA9","&reg;":"\xAE","&#174;":"\xAE","&hellip;":"\u2026","&#8230;":"\u2026","&#x2F;":"/","&#47;":"/"},ju=e=>Iu[e],Pu=e=>e.replace(Ru,ju);let $u={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:Pu,transDefaultProps:void 0};const Fu=()=>$u;let Hu;const zu=()=>Hu,Vu=c.createContext();class Uu{constructor(){this.usedNamespaces={}}addUsedNamespaces(t){t.forEach(n=>{this.usedNamespaces[n]||(this.usedNamespaces[n]=!0)})}getUsedNamespaces(){return Object.keys(this.usedNamespaces)}}var Vn={exports:{}},Un={};/**
2
+ * @license React
3
+ * use-sync-external-store-shim.production.js
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var Go;function Gu(){if(Go)return Un;Go=1;var e=c;function t(h,d){return h===d&&(h!==0||1/h===1/d)||h!==h&&d!==d}var n=typeof Object.is=="function"?Object.is:t,o=e.useState,r=e.useEffect,u=e.useLayoutEffect,s=e.useDebugValue;function i(h,d){var y=d(),E=o({inst:{value:y,getSnapshot:d}}),b=E[0].inst,_=E[1];return u(function(){b.value=y,b.getSnapshot=d,l(b)&&_({inst:b})},[h,y,d]),r(function(){return l(b)&&_({inst:b}),h(function(){l(b)&&_({inst:b})})},[h]),s(y),y}function l(h){var d=h.getSnapshot;h=h.value;try{var y=d();return!n(h,y)}catch{return!0}}function C(h,d){return d()}var p=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?C:i;return Un.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:p,Un}var Gn={};/**
10
+ * @license React
11
+ * use-sync-external-store-shim.development.js
12
+ *
13
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
14
+ *
15
+ * This source code is licensed under the MIT license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */var qo;function qu(){return qo||(qo=1,process.env.NODE_ENV!=="production"&&(function(){function e(y,E){return y===E&&(y!==0||1/y===1/E)||y!==y&&E!==E}function t(y,E){p||r.startTransition===void 0||(p=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var b=E();if(!h){var _=E();u(b,_)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),h=!0)}_=s({inst:{value:b,getSnapshot:E}});var g=_[0].inst,k=_[1];return l(function(){g.value=b,g.getSnapshot=E,n(g)&&k({inst:g})},[y,b,E]),i(function(){return n(g)&&k({inst:g}),y(function(){n(g)&&k({inst:g})})},[y]),C(b),b}function n(y){var E=y.getSnapshot;y=y.value;try{var b=E();return!u(y,b)}catch{return!0}}function o(y,E){return E()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var r=c,u=typeof Object.is=="function"?Object.is:e,s=r.useState,i=r.useEffect,l=r.useLayoutEffect,C=r.useDebugValue,p=!1,h=!1,d=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?o:t;Gn.useSyncExternalStore=r.useSyncExternalStore!==void 0?r.useSyncExternalStore:d,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Gn}process.env.NODE_ENV==="production"?Vn.exports=Gu():Vn.exports=qu();var Yu=Vn.exports;const Wu=(e,t)=>{if(mt(t))return t;if(Lu(t)&&mt(t.defaultValue))return t.defaultValue;if(typeof e=="function")return"";if(Array.isArray(e)){const n=e[e.length-1];return typeof n=="function"?"":n}return e},Ku={t:Wu,ready:!1},Xu=()=>()=>{},gt=(e,t={})=>{const{i18n:n}=t,{i18n:o,defaultNS:r}=c.useContext(Vu)||{},u=n||o||zu();u&&!u.reportNamespaces&&(u.reportNamespaces=new Uu),u||Cn(u,"NO_I18NEXT_INSTANCE","useTranslation: You will need to pass in an i18next instance by using initReactI18next or by passing it via props or context. In monorepo setups, make sure there is only one instance of react-i18next.");const s=c.useMemo(()=>({...Fu(),...u?.options?.react,...t}),[u,t]),{useSuspense:i,keyPrefix:l}=s,C=e||r||u?.options?.defaultNS,p=mt(C)?[C]:C||["translation"],h=c.useMemo(()=>p,p);u?.reportNamespaces?.addUsedNamespaces?.(h);const d=c.useRef(0),y=c.useCallback(L=>{if(!u)return Xu;const{bindI18n:T,bindI18nStore:U}=s,$=()=>{d.current+=1,L()};return T&&u.on(T,$),U&&u.store.on(U,$),()=>{T&&T.split(" ").forEach(q=>u.off(q,$)),U&&U.split(" ").forEach(q=>u.store.off(q,$))}},[u,s]),E=c.useRef(),b=c.useCallback(()=>{if(!u)return Ku;const L=!!(u.isInitialized||u.initializedStoreOnce)&&h.every(O=>Ou(O,u,s)),T=t.lng||u.language,U=d.current,$=E.current;if($&&$.ready===L&&$.lng===T&&$.keyPrefix===l&&$.revision===U)return $;const H={t:u.getFixedT(T,s.nsMode==="fallback"?h:h[0],l,{scopeNs:h}),ready:L,lng:T,keyPrefix:l,revision:U};return E.current=H,H},[u,h,l,s,t.lng]),[_,g]=c.useState(0),{t:k,ready:w}=Yu.useSyncExternalStore(y,b,b);c.useEffect(()=>{if(u&&!w&&!i){const L=()=>g(T=>T+1);t.lng?Uo(u,t.lng,h,L):zn(u,h,L)}},[u,t.lng,h,w,i,_]);const x=u||{},R=c.useRef(null),D=c.useRef(),P=L=>{const T=Object.getOwnPropertyDescriptors(L);T.__original&&delete T.__original;const U=Object.create(Object.getPrototypeOf(L),T);if(!Object.prototype.hasOwnProperty.call(U,"__original"))try{Object.defineProperty(U,"__original",{value:L,writable:!1,enumerable:!1,configurable:!1})}catch{}return U},G=c.useMemo(()=>{const L=x,T=L?.language;let U=L;L&&(R.current&&R.current.__original===L?D.current!==T?(U=P(L),R.current=U,D.current=T):U=R.current:(U=P(L),R.current=U,D.current=T));const $=!w&&!i?(...H)=>(Cn(u,"USE_T_BEFORE_READY","useTranslation: t was called before ready. When using useSuspense: false, make sure to check the ready flag before using t."),k(...H)):k,q=[$,U,w];return q.t=$,q.i18n=U,q.ready=w,q},[k,x,w,x.resolvedLanguage,x.language,x.languages]);if(u&&i&&!w){let L=!1;try{L=process.env.NODE_ENV!=="production"}catch{}throw L&&Cn(u,"SUSPENDED_WHILE_LOADING","useTranslation: suspended while translations are loading (useSuspense is true by default). Add a <Suspense> boundary above this component, or set react.useSuspense: false in the i18next init options. https://react.i18next.com/latest/usetranslation-hook"),new Promise(T=>{const U=()=>T();t.lng?Uo(u,t.lng,h,U):zn(u,h,U)})}return G};function Zu(){const{t:e}=gt();return c.useCallback(t=>{if(!t)return"";const n=new Date(t).getTime();if(Number.isNaN(n))return"";const o=Math.floor((Date.now()-n)/864e5);return o<=0?e("myHomework.relativeDay.today","\uC624\uB298"):o===1?e("myHomework.relativeDay.yesterday","\uC5B4\uC81C"):e("myHomework.relativeDay.daysAgo",{n:o})},[e])}function Ju(e){const[t,n]=c.useState({current:"",next:"",confirm:""}),[o,r]=c.useState(null),[u,s]=c.useState(!1),i=c.useRef(null);c.useEffect(()=>()=>{i.current!==null&&clearTimeout(i.current)},[]);const l=c.useCallback(()=>{n({current:"",next:"",confirm:""}),r(null)},[]),C=c.useCallback(async()=>{if(!t.current){r({type:"error",text:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638\uB97C \uC785\uB825\uD558\uC138\uC694."});return}if(!t.next){r({type:"error",text:"\uC0C8 \uBE44\uBC00\uBC88\uD638\uB97C \uC785\uB825\uD558\uC138\uC694."});return}if(t.next!==t.confirm){r({type:"error",text:"\uC0C8 \uBE44\uBC00\uBC88\uD638\uAC00 \uC77C\uCE58\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."});return}s(!0);const p=e?await e(t.current,t.next):null;if(s(!1),p){r({type:"error",text:p});return}r({type:"success",text:"\uBE44\uBC00\uBC88\uD638\uAC00 \uBCC0\uACBD\uB418\uC5C8\uC2B5\uB2C8\uB2E4."}),n({current:"",next:"",confirm:""}),i.current!==null&&clearTimeout(i.current),i.current=setTimeout(()=>r(null),1500)},[t,e]);return{pw:t,setPw:n,pwMsg:o,setPwMsg:r,pwLoading:u,handleChangePw:C,reset:l}}const Se=["\u3131","\u3132","\u3134","\u3137","\u3138","\u3139","\u3141","\u3142","\u3143","\u3145","\u3146","\u3147","\u3148","\u3149","\u314A","\u314B","\u314C","\u314D","\u314E"],ut=["\u314F","\u3150","\u3151","\u3152","\u3153","\u3154","\u3155","\u3156","\u3157","\u3158","\u3159","\u315A","\u315B","\u315C","\u315D","\u315E","\u315F","\u3160","\u3161","\u3162","\u3163"],Pe=["","\u3131","\u3132","\u3133","\u3134","\u3135","\u3136","\u3137","\u3139","\u313A","\u313B","\u313C","\u313D","\u313E","\u313F","\u3140","\u3141","\u3142","\u3144","\u3145","\u3146","\u3147","\u3148","\u314A","\u314B","\u314C","\u314D","\u314E"];function ie(e){if(!e)return null;const t=e.charCodeAt(0)-44032;return t<0||t>=11172?null:{cho:Math.floor(t/588),jung:Math.floor(t%588/28),jong:t%28}}function Qu(){const e=new Map;return t=>{let n=e.get(t);return n||(n=[...t].map(o=>ie(o)),e.set(t,n)),n}}function _t(e,t,n=0){return String.fromCharCode(44032+(e*21+t)*28+n)}function ea(e,t){if(!e||!t||e===t||e.length!==t.length)return"random";let n=0,o=null;for(let r=0;r<e.length;r++){const u=ie(e[r]),s=ie(t[r]);if(!u||!s)return"random";if(u.cho===s.cho&&u.jung===s.jung&&u.jong===s.jong)continue;n++;const i=u.cho!==s.cho,l=u.jung!==s.jung,C=u.jong!==s.jong;(i?1:0)+(l?1:0)+(C?1:0)>1?o="multi":i?o="cho":l?o="jung":o="jong"}return n!==1?"random":o==="cho"?"cho":o==="jung"?"jung":o==="jong"?"jong":"random"}const Ft={3:["\u3131","\u3145"],5:["\u3134","\u3148"],6:["\u3134","\u314E"],9:["\u3139","\u3131"],10:["\u3139","\u3141"],11:["\u3139","\u3142"],12:["\u3139","\u3145"],13:["\u3139","\u314C"],14:["\u3139","\u314D"],15:["\u3139","\u314E"],18:["\u3142","\u3145"]};Object.fromEntries(Object.entries(Ft).map(([e,t])=>[t.join(""),Pe[Number(e)]]));function ta(e,t){if(!e||!t)return!1;for(const n of e){const o=ie(n);if(o){if(Se[o.cho]===t)return!0;if(o.jong>0){if(Pe[o.jong]===t)return!0;const r=Ft[o.jong];if(r&&r.includes(t))return!0}}}return!1}function yn(e){if(!e)return 0;let t=0;for(const n of e)ie(n)&&t++;return t}function na(e){if(!e)return!1;let t=!1;for(const n of e){const o=ie(n);if(o&&(t=!0,o.jong>0))return!1}return t}function oa(e,t){if(e.jong<=0)return!1;if(t.includes(Pe[e.jong]))return!0;const n=Ft[e.jong];return!!n&&n.some(o=>t.includes(o))}function ra(e,t,n){if(!e)return!1;const o=[...e],r=u=>{const s=ie(o[u]);if(!s||t.cho&&!t.cho.includes(Se[s.cho])||t.jung&&!t.jung.includes(ut[s.jung]))return!1;if(t.jongNone){if(s.jong>0)return!1}else if(t.jong&&!oa(s,t.jong))return!1;return!0};if(n==="head")return r(0);if(n==="tail")return r(o.length-1);if(n==="mid"){for(let u=1;u<o.length-1;u++)if(r(u))return!0;return!1}for(let u=0;u<o.length;u++)if(r(u))return!0;return!1}const ua={cho:Se.length,jung:ut.length,jong:Pe.length};function aa(e,t,n,o,r=1/0){if(!e||n<1)return[];const u=[...e].map(h=>ie(h));if(u.some(h=>!h))return[];const s=u,i=s.length;if(n>i)return[];const l=ua[t],C=new Set,p=[];(function h(d,y){if(y.length===n){p.push([...y]);return}for(let E=d;E<i;E++)y.push(E),h(E+1,y),y.pop()})(0,[]);for(const h of p)if((function d(y,E){if(C.size>=r)return;if(y===h.length){const g=E.map(k=>_t(k.cho,k.jung,k.jong)).join("");g!==e&&o.has(g)&&C.add(g);return}const b=h[y],_=s[b][t];for(let g=0;g<l;g++){if(g===_)continue;const k=E.slice();if(k[b]={...E[b],[t]:g},d(y+1,k),C.size>=r)return}})(0,s),C.size>=r)break;return[...C]}function sa(e,t){if(!e||!t||e.length!==t.length)return-1;let n=0;for(let o=0;o<e.length;o++){const r=ie(e[o]),u=ie(t[o]);if(!r||!u)return-1;r.cho!==u.cho&&n++,r.jung!==u.jung&&n++,r.jong!==u.jong&&n++}return n}const Yo="word_pair_index_v2",Wo="word_pair_index_sig_v2";let Ht=null;function ia(){try{if(typeof localStorage>"u")return null;const e=localStorage.getItem(Yo),t=localStorage.getItem(Wo);return!e||!t?null:{index:JSON.parse(e),sig:t}}catch{return null}}function zt(){if(Ht)return Ht;const e=ia();return e?(Ht=e.index,e.sig,Ht):null}function ca(){Ht=null;try{typeof localStorage<"u"&&(localStorage.removeItem(Yo),localStorage.removeItem(Wo))}catch{}}const Ko="word_image_existence_map_v1";let vt=null;function Xo(){if(vt)return vt;try{const e=typeof localStorage<"u"?localStorage.getItem(Ko):null;vt=e?JSON.parse(e):{}}catch{vt={}}return vt}function la(e,t){return`${e}_${t??1}`}function da(e,t){const n=Xo(),o=la(e,t);return o in n?n[o]:void 0}function Zo(){const e=Xo(),t=Object.values(e);return t.length===0?null:{total:t.length,exists:t.filter(Boolean).length}}function ha(){vt={};try{typeof localStorage<"u"&&localStorage.removeItem(Ko)}catch{}}const Jo=[{id:"wordData",labelKey:"settings.cache.group.wordData.label",subKey:"settings.cache.group.wordData.sub",keys:["word_data_cache","word_data_version"]},{id:"pairIndex",labelKey:"settings.cache.group.pairIndex.label",subKey:"settings.cache.group.pairIndex.sub",keys:["word_pair_index_v2","word_pair_index_sig_v2"]},{id:"imageCache",labelKey:"settings.cache.group.imageCache.label",subKey:"settings.cache.group.imageCache.sub",keys:["word_image_existence_map_v1"]}];function Qo(e){return e.reduce((t,n)=>{try{const o=localStorage.getItem(n);return t+(o?new Blob([o]).size:0)}catch{return t}},0)}function fa(e){return e===0?"0 B":e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:e<1024*1024*1024?`${(e/(1024*1024)).toFixed(2)} MB`:`${(e/(1024*1024*1024)).toFixed(2)} GB`}function pa(e){const{t}=gt(),[n,o]=c.useState({}),[r,u]=c.useState(null),[s,i]=c.useState(null),[l,C]=c.useState(null),p=c.useCallback(()=>{const d={};Jo.forEach(y=>{d[y.id]=Qo([...y.keys])}),o(d),typeof navigator<"u"&&navigator.storage?.estimate&&navigator.storage.estimate().then(y=>{C({usage:y.usage??0,quota:y.quota??0})}).catch(()=>{})},[]);c.useEffect(()=>{p()},[p]);const h=c.useCallback(async d=>{u(d);try{d==="wordData"?(localStorage.removeItem("word_data_cache"),localStorage.removeItem("word_data_version")):d==="pairIndex"?ca():d==="imageCache"&&ha(),p(),e?.(t("settings.cache.cleared","\uCE90\uC2DC\uAC00 \uC0AD\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4."))}finally{u(null)}},[p,e,t]);return{cacheSizes:n,clearingId:r,confirmCacheId:s,setConfirmCacheId:i,storageEstimate:l,refreshCacheSizes:p,handleClearCache:h}}function Ca(e){const[t,n]=c.useState(null),[o,r]=c.useState(null),u=c.useCallback(()=>{const s=zt();if(s){const l=Object.values(s),C=l.filter(p=>p.cho.length+p.jung.length+p.jong.length>0).length;n({matched:C,total:l.length})}else n(null);const i=Zo();r(i?{exists:i.exists,total:i.total}:null)},[]);return c.useEffect(()=>{u();const s=setTimeout(u,1e3);return()=>clearTimeout(s)},[e,u]),{pairStats:t,imgStats:o,setPairStats:n,setImgStats:r,refreshStats:u}}function er(e,t=[]){const[n,o]=c.useState(t),[r,u]=c.useState(null),[s,i]=c.useState(!1),[l,C]=c.useState(e),p=c.useRef(s);c.useEffect(()=>{p.current=s});const h=c.useRef(null);c.useEffect(()=>{if(p.current)return;const g=h.current;g!==null&&g.length===t.length&&g.every((k,w)=>k===t[w])||(h.current=t,o(t))},[t]);const d=c.useCallback(g=>{u(g),i(!1),C({...g})},[]),y=c.useCallback(()=>i(!0),[]),E=c.useCallback(()=>i(!1),[]),b=c.useCallback((g,k)=>{o(g),u(k),i(!1)},[]),_=c.useCallback(g=>{o(k=>k.filter(w=>w!==g)),u(null)},[]);return{list:n,setList:o,selected:r,setSelected:u,isEditing:s,setIsEditing:i,editForm:l,setEditForm:C,openDetail:d,startEditing:y,cancelEditing:E,commitEdit:b,remove:_}}const Vt=()=>{const e=new Date;return{year:String(e.getFullYear()),month:String(e.getMonth()+1).padStart(2,"0"),day:String(e.getDate()).padStart(2,"0")}},ya={year:"",month:"",day:"",hour:"09",minute:"00",memo:""};function ma(e=[]){const{list:t,setList:n,selected:o,setSelected:r,isEditing:u,setIsEditing:s,editForm:i,setEditForm:l,openDetail:C,commitEdit:p}=er(ya,e),{year:h,month:d,day:y}=Vt(),[E,b]=c.useState({year:h,month:d,day:y,hour:"09",minute:"00",memo:""});return{visitHistory:t,visitForm:E,setVisitForm:b,setVisit:_=>g=>b(k=>({...k,[_]:g})),selectedVisit:o,setSelectedVisit:r,isEditingVisit:u,setIsEditingVisit:s,editVisitForm:i,setEditVisitForm:l,openVisitDetail:C,handleVisitSave:_=>{n(x=>[E,...x]);const{year:g,month:k,day:w}=Vt();b({year:g,month:k,day:w,hour:"09",minute:"00",memo:""}),_?.()},handleVisitEditSave:()=>{p(_=>_.map(g=>g===o?i:g),i)},addVisit:_=>{n(g=>[_,...g])},removeVisit:_=>{n(g=>g.filter(k=>k!==_))},revertVisitEdit:(_,g)=>{n(k=>k.map(w=>w===g?_:w)),r(k=>k===g?_:k)}}}const tr=e=>`${e.year.padStart(4,"0")}-${e.month.padStart(2,"0")}-${e.day.padStart(2,"0")} ${e.hour.padStart(2,"0")}:${e.minute.padStart(2,"0")}`,mn=e=>[...e].sort((t,n)=>{const o=tr(t),r=tr(n);return o<r?-1:o>r?1:0}),ga={year:"",month:"",day:"",hour:"09",minute:"00",memo:""};function _a(e,t=[]){const n=c.useMemo(()=>mn(t),[t]),{list:o,setList:r,selected:u,setSelected:s,isEditing:i,setIsEditing:l,editForm:C,setEditForm:p,openDetail:h,commitEdit:d,remove:y}=er(ga,n),[E,b]=c.useState([]),{year:_,month:g,day:k}=Vt(),[w,x]=c.useState({year:_,month:g,day:k,hour:"09",minute:"00",memo:""}),R=H=>O=>x(I=>({...I,[H]:O})),D=H=>{r(Z=>mn([...Z,w]));const{year:O,month:I,day:Ce}=Vt();x({year:O,month:I,day:Ce,hour:"09",minute:"00",memo:""}),H?.()},P=()=>{d(H=>mn(H.map(O=>O===u?C:O)),C)},G=c.useCallback(H=>{y(H)},[y]),L=c.useCallback(H=>{e({year:H.year,month:H.month,day:H.day,hour:H.hour,minute:H.minute,memo:H.memo}),y(H)},[e,y]),T=c.useCallback(H=>{r(O=>O.filter(I=>I!==H)),b(O=>[H,...O]),s(null)},[r,s]),U=c.useCallback(H=>{r(O=>mn([...O,H]))},[r]),$=c.useCallback(H=>{r(O=>O.filter(I=>I!==H))},[r]),q=c.useCallback((H,O)=>{r(I=>I.map(Ce=>Ce===O?H:Ce)),s(I=>I===O?H:I)},[r,s]);return{scheduleList:o,noShowList:E,addSchedule:U,removeSchedule:$,revertScheduleEdit:q,scheduleForm:w,setScheduleForm:x,setSchedule:R,selectedSchedule:u,setSelectedSchedule:s,isEditingSchedule:i,setIsEditingSchedule:l,editScheduleForm:C,setEditScheduleForm:p,openScheduleDetail:h,handleScheduleSave:D,handleScheduleEditSave:P,handleScheduleDelete:G,handleScheduleToVisit:L,handleScheduleNoVisit:T}}const nr=[{value:"10",label:"10\uAC1C\uC529 \uBCF4\uAE30"},{value:"25",label:"25\uAC1C\uC529 \uBCF4\uAE30"},{value:"50",label:"50\uAC1C\uC529 \uBCF4\uAE30"},{value:"100",label:"100\uAC1C\uC529 \uBCF4\uAE30"}];function Ea(e){const[t,n]=c.useState(""),[o,r]=c.useState("25"),[u,s]=c.useState("all"),[i,l]=c.useState(1),C=c.useMemo(()=>e.filter(({item:d,status:y})=>!(t&&!d.memo.includes(t)||u!=="all"&&y!==u)),[e,t,u]),p=Math.max(1,Math.ceil(C.length/Number(o))),h=c.useMemo(()=>{const d=Math.min(i,p);return C.slice((d-1)*Number(o),d*Number(o))},[C,i,o,p]);return{vapSearch:t,setVapSearch:n,vapPageSize:o,setVapPageSize:r,vapStatus:u,setVapStatus:s,vapPage:i,setVapPage:l,vapFiltered:C,vapTotal:p,vapPageItems:h}}function ba(e,t){const{t:n}=gt(),[o,r]=c.useState("25"),[u,s]=c.useState(1),[i,l]=c.useState(t);i!==t&&(l(t),u!==1&&s(1));const C=c.useMemo(()=>nr.map(y=>({...y,label:n("visits.showN",{n:y.value})})),[n]),p=c.useCallback(y=>{r(y),s(1)},[]),h=Math.max(1,Math.ceil(e.length/Number(o))),d=Math.min(u,h);return{pageRows:c.useMemo(()=>e.slice((d-1)*Number(o),d*Number(o)),[e,d,o]),pageSizeProps:{options:C,value:o,onChange:p},paginationProps:{page:d,total:h,onChange:s},setPage:s}}function Sa(){const[e,t]=c.useState(null),n=c.useCallback(r=>{t(u=>u?.key===r?{key:r,asc:!u.asc}:{key:r,asc:!0})},[]),o=c.useCallback((r,u)=>({label:r,sortDir:e?.key===u?e.asc?"asc":"desc":null,onClick:()=>n(u)}),[e,n]);return{\uC815\uB82C:e,\uCE78:o}}function ka(){const[e,t]=c.useState(!1),[n,o]=c.useState("\uC88C"),[r,u]=c.useState({\uC88C:null,\uC6B0:null}),[s,i]=c.useState({\uC88C:[],\uC6B0:[]}),[l,C]=c.useState(!1),[p,h]=c.useState("\uC88C"),d=c.useCallback(E=>{const b=E.direction;u(_=>({..._,[b]:E})),i(_=>({..._,[b]:[E,..._[b]]})),t(!1)},[]),y=c.useCallback(E=>{const b=E.direction;u(_=>({..._,[b]:E})),C(!1)},[]);return{showDevice:e,setShowDevice:t,deviceDirection:n,setDeviceDirection:o,devices:r,setDevices:u,deviceHistory:s,setDeviceHistory:i,showDeviceList:l,setShowDeviceList:C,listForSide:p,setListForSide:h,handleDeviceSubmit:d,handleSelectFromList:y}}const wa="__ihab_core_word_pool__";function gn(){return globalThis[wa]??null}function ae(e,t=Math.random){const n=e.slice();for(let o=n.length-1;o>0;o--){const r=Math.floor(t()*(o+1));[n[o],n[r]]=[n[r],n[o]]}return n}function at(e,t,n=Math.random){return!Array.isArray(e)||e.length===0||t<=0?[]:t>=e.length?ae(e,n):ae(e,n).slice(0,t)}const qn={SAME_SOUND_PICK:{difficulty:!0,choseong:!0,group:"discrimination"},SAME_OR_DIFF:{difficulty:!0,choseong:!0,group:"discrimination"},HEAR_AND_PICK_SAME:{difficulty:!0,choseong:!0,group:"discrimination"},HEAR_AND_PICK_INCLUDED:{difficulty:!0,choseong:!0,group:"discrimination"},STARTS_WITH_SAME_SOUND:{difficulty:!1,choseong:!0,group:"discrimination"},LISTEN_AND_REMEMBER_ORDER:{difficulty:!1,choseong:!0,group:"attention"},MERGE_2_SYLLABLES:{difficulty:!1,choseong:!0,group:"synthesis"},MERGE_3_SYLLABLES:{difficulty:!1,choseong:!0,group:"synthesis"},MERGE_2_PHONEMES:{difficulty:!1,choseong:!0,group:"synthesis"},MERGE_3_PHONEMES:{difficulty:!1,choseong:!0,group:"synthesis"},DROP_1_FROM_2SYLL:{difficulty:!1,choseong:!0,group:"deletion"},DROP_1_FROM_3SYLL:{difficulty:!1,choseong:!0,group:"deletion"},DROP_PART_FROM_COMPOUND:{difficulty:!1,choseong:!0,group:"deletion"},DROP_FINAL_CONSONANT_FROM_1SYLL:{difficulty:!1,choseong:!0,group:"deletion"},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{difficulty:!1,choseong:!0,group:"deletion"},CHANGE_1_SYLL_IN_2SYLL:{difficulty:!0,choseong:!0,group:"substitution"},CHANGE_1_SYLL_IN_3SYLL:{difficulty:!0,choseong:!0,group:"substitution"},CHANGE_1_PHONEME_IN_1SYLL:{difficulty:!1,choseong:!0,group:"substitution"},CHANGE_1_PHONEME_IN_2SYLL:{difficulty:!0,choseong:!0,group:"substitution"}},Aa=Se.indexOf("\u3147"),or={DROP_FINAL_CONSONANT_FROM_1SYLL:{syllables:1,syllable:e=>e.jong>0},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{syllables:1,syllable:e=>e.jong===0&&e.cho!==Aa},MERGE_2_SYLLABLES:{syllables:2,syllable:()=>!0},MERGE_3_SYLLABLES:{syllables:3,syllable:()=>!0},MERGE_2_PHONEMES:{syllables:1,syllable:e=>e.jong===0},MERGE_3_PHONEMES:{syllables:1,syllable:e=>e.jong>0}},Na={\u3131:"\u3131",\u3132:"\u3131",\u314B:"\u3131",\u3133:"\u3131",\u313A:"\u3131",\u3134:"\u3134",\u3135:"\u3134",\u3136:"\u3134",\u3137:"\u3137",\u3145:"\u3137",\u3146:"\u3137",\u3148:"\u3137",\u314A:"\u3137",\u314C:"\u3137",\u314E:"\u3137",\u3139:"\u3139",\u313C:"\u3139",\u313D:"\u3139",\u313E:"\u3139",\u3140:"\u3139",\u3141:"\u3141",\u313B:"\u3141",\u3142:"\u3142",\u314D:"\u3142",\u313F:"\u3142",\u3144:"\u3142",\u3147:"\u3147"},Ma={\u314F:{nucleus:"\u314F"},\u3151:{glide:"j",nucleus:"\u314F"},\u3153:{nucleus:"\u3153"},\u3155:{glide:"j",nucleus:"\u3153"},\u3157:{nucleus:"\u3157"},\u315B:{glide:"j",nucleus:"\u3157"},\u315C:{nucleus:"\u315C"},\u3160:{glide:"j",nucleus:"\u315C"},\u3161:{nucleus:"\u3161"},\u3163:{nucleus:"\u3163"},\u3150:{nucleus:"\u3154/\u3150"},\u3152:{glide:"j",nucleus:"\u3154/\u3150"},\u3154:{nucleus:"\u3154/\u3150"},\u3156:{glide:"j",nucleus:"\u3154/\u3150"},\u3158:{glide:"w",nucleus:"\u314F"},\u3159:{glide:"w",nucleus:"\u3154/\u3150"},\u315A:{glide:"w",nucleus:"\u3154/\u3150"},\u315D:{glide:"w",nucleus:"\u3153"},\u315E:{glide:"w",nucleus:"\u3154/\u3150"},\u315F:{glide:"w",nucleus:"\u3163"},\u3162:{glide:"\u0270",nucleus:"\u3163"}};function rr(e){return Na[e]??e}const Yn={cho:Se,jung:ut,jong:Pe},_e=e=>Array.isArray(e)?e.length>0:!!e;function Wn(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++){const o=e[n],r=t[n];if(!(!o||!r)&&(o.cho!==r.cho&&Se[o.cho]==="\u3147"!=(Se[r.cho]==="\u3147")||o.jong!==r.jong&&o.jong===0!=(r.jong===0)))return!0}return!1}function Ta(e,t,n){const o=n.pronOf(e),r=n.decompOf,u=n.sameStructureOnly&&r?r(o):null,s=[];for(const i of t)i!==e&&(n.okSet&&!n.okSet.has(i)||n.pronOf(i)!==o&&(u&&r&&Wn(u,r(n.pronOf(i)))||s.push(i)));return s}function ur(e,t,n){const o=t?.[e];if(!o)return[];const r=n.kind?o[n.kind]??[]:[...o.cho??[],...o.jung??[],...o.jong??[]];return Ta(e,r,n)}function xa(e,t,n,o,r,u,s){const i=["cho","jung","jong"].filter(d=>_e(e[d])),l={};for(const d of i){const y=e[d];l[d]=new Set(Array.isArray(y)?y:[y])}const C=r==="pron",p=new Map;for(const d of t){const y=n(u(d));if(y.some(g=>!g))continue;let E=y;if(!C&&(E=n(d),E.length!==y.length||E.some(g=>!g)))continue;const b=y.length,_=p.get(b);_?_.push({w:d,dPron:y,dPos:E}):p.set(b,[{w:d,dPron:y,dPos:E}])}const h=new Map;for(const[d,y]of p){const E=new Map,b=(_,g)=>{const k=_.dPos[g];return k!=null&&i.every(w=>l[w].has(Yn[w][k[w]]))};for(const _ of y){let g;if(s==="head")g=b(_,0)?0:-1;else if(s==="tail")g=b(_,d-1)?d-1:-1;else if(s==="mid"){g=-1;for(let w=1;w<d-1;w++)if(b(_,w)){g=w;break}}else g=_.dPos.findIndex(w=>w!=null&&i.every(x=>l[x].has(Yn[x][w[x]])));if(g<0)continue;const k=E.get(g);k?k.push(_):E.set(g,[_])}for(const[_,g]of E){const k=new Set(i.map(R=>_+":"+R)),w=R=>{let D="";for(let P=0;P<d;P++){const G=R[P];for(const L of["cho","jung","jong"])D+=(k.has(P+":"+L)?"*":G[L])+"."}return D},x=new Map;for(const R of y){const D=w(R.dPron),P=x.get(D);P?P.push(R):x.set(D,[R])}for(const R of g){const D=x.get(w(R.dPron))??[],P=[];for(const G of D){if(G.w===R.w)continue;let L=!0;for(const T of i){const U=R.dPron[_][T],$=G.dPron[_][T];if($===U){L=!1;break}if(C&&l[T].has(Yn[T][$])){L=!1;break}}L&&(o&&Wn(R.dPron,G.dPron)||P.push(G.w))}h.set(R.w,P)}}}return h}const Ba=e=>e==null?[]:Array.isArray(e)?e:[e];function va(e){if([...e].length!==1)return"";const t=ie(e);if(!t)return"";const n=rr(Pe[t.jong]),o=n===""?0:Pe.indexOf(n);return _t(t.cho,t.jung,o<0?0:o)}function ar(e,t){return t.get(e)||va(e)||e}function Kn(e){return e?_e(e.cho)?"cho":_e(e.jung)?"jung":_e(e.jong)?"jong":null:null}function Dt(e,t){const n=(o,r)=>!_e(o)||Ba(o).includes(r);return n(t.cho,Se[e.cho])&&n(t.jung,ut[e.jung])&&n(t.jong,Pe[e.jong])}function Ut(e,t,n){const o=[...e];if(n!=="pron")return o.map(u=>ie(u));const r=[...t.get(e)||e];return r.length!==o.length?o.map(u=>ie(u)):r.map(u=>ie(u))}function Gt(e,t,n,o,r){const u=t==="cho"?Se:t==="jung"?ut:Pe,s=e[t],i=[],l=new Set([ar(n,r)]),C=ae(u.map((p,h)=>h).filter(p=>p!==s&&(t!=="cho"||u[p]!=="\u3147")&&(t!=="jong"||p!==0)));for(const p of C){if(i.length>=o)break;const h=t==="cho"?_t(p,e.jung,e.jong):t==="jung"?_t(e.cho,p,e.jong):_t(e.cho,e.jung,p),d=ar(h,r);l.has(d)||(l.add(d),i.push(h))}return i}function Da(e,t,n,o,r,u=null){const s=[...e];if(s.length!==2)return null;const i=s.map(h=>ie(h));if(i.some(h=>!h))return null;const l=Ut(e,n,o);if(l.some(h=>!h))return null;const C=Kn(t);let p=C&&t?l.map((h,d)=>Dt(h,t)?d:-1).filter(h=>h>=0):[0,1];if(u!=null&&(p=p.filter(h=>h!==u)),!p.length)return null;for(const h of ae(p)){const d=s[h];if(!r.has(d))continue;const y=Gt(i[h],C??"cho",d,40,n),E=[];for(const b of y)if(b!==d&&r.has(b)&&!E.includes(b)&&E.push(b),E.length>=2)break;if(!(E.length<2))return{question:e,distractors:[d,...E]}}return null}function Oa(e,t,n,o,r,u=null){const s=[...e];if(s.length!==3)return null;const i=s.map(h=>ie(h));if(i.some(h=>!h))return null;const l=Ut(e,n,o);if(l.some(h=>!h))return null;const C=Kn(t),p=C&&t?l.map((h,d)=>Dt(h,t)?d:-1).filter(h=>h>=0):[0,1,2];if(!p.length)return null;for(const h of ae(p))for(const d of ae([0,1,2].filter(y=>y!==h&&(u==null||y===u)))){const y=[0,1,2].filter(k=>k!==d),E=y.map(k=>s[k]).join("");if(!r.has(E))continue;const b=y.indexOf(h),_=Gt(i[h],C??"cho",s[h],40,n),g=[];for(const k of _){const w=y.map(R=>s[R]);w[b]=k;const x=w.join("");if(x!==E&&r.has(x)&&!g.includes(x)&&g.push(x),g.length>=2)break}if(!(g.length<2))return{question:e,distractors:[E,...g]}}return null}function La(e,t,n,o,r,u=null){const s=[...e],i=s.length;if(i<2)return null;const l=[];for(let p=1;p<=i-1;p++)l.push({remain:s.slice(0,p).join(""),dropped:s.slice(p).join(""),droppedEnd:1}),l.push({remain:s.slice(i-p).join(""),dropped:s.slice(0,i-p).join(""),droppedEnd:0});const C=Kn(t);for(const{remain:p,dropped:h,droppedEnd:d}of ae(l)){if(u!=null&&d!==u||p===e||!r.has(p)||!r.has(h))continue;const y=[...p],E=y.map(g=>ie(g));if(E.some(g=>!g))continue;const b=Ut(p,n,o);if(b.some(g=>!g))continue;const _=C&&t?b.map((g,k)=>Dt(g,t)?k:-1).filter(g=>g>=0):y.map((g,k)=>k);if(_.length)for(const g of ae(_)){const k=Gt(E[g],C??"cho",y[g],40,n),w=[];for(const x of k){const R=[...y];R[g]=x;const D=R.join("");if(D!==p&&r.has(D)&&!w.includes(D)&&w.push(D),w.length>=2)break}if(w.length>=2)return{question:e,distractors:[p,...w]}}}return null}function Ra(e,t,n,o,r,u=null){if([...e].length!==1)return null;const s=ie(n.get(e)||e);if(!s||s.jong===0)return null;const i=_t(s.cho,s.jung,0),l=Gt({cho:s.cho,jung:s.jung,jong:0},"cho",i,2,n);return l.length<2?null:{question:e,distractors:[i,...l]}}const Xn=Se.indexOf("\u3147");function Ia(e,t,n,o,r,u=null){if([...e].length!==1)return null;const s=ie(n.get(e)||e);if(!s||s.jong!==0||s.cho===Xn)return null;const i=_t(Xn,s.jung,0),l=Gt({cho:Xn,jung:s.jung,jong:0},"jung",i,2,n);return l.length<2?null:{question:e,distractors:[i,...l]}}function ja(e){const t=new Map;for(const n of e){const o=[...n],r=o.length;if(!(r<2||r>3))for(let u=0;u<r;u++){let s=r+"|"+u+"|";for(let l=0;l<r;l++)s+=l===u?"*":o[l];const i=t.get(s);i?i.push(n):t.set(s,[n])}}return t}function Pa(e,t,n,o,r,u=null,s=null,i=2){const l=[...e],C=l.length;if(C<2||C>3)return null;const p=l.map(k=>ie(k));if(p.some(k=>!k))return null;const h=Ut(e,n,o);if(h.some(k=>!k))return null;const d=k=>n.get(k)??k,y=d(e),E=!!t&&(_e(t.cho)||_e(t.jung)||_e(t.jong)),b=!!s&&(_e(s.cho)||_e(s.jung)||_e(s.jong)),_=k=>{let w=C+"|"+k+"|";for(let x=0;x<C;x++)w+=x===k?"*":l[x];return w};let g;if(u!=null){if(u>=C||E&&!Dt(h[u],t))return null;g=[u]}else E?g=h.map((k,w)=>Dt(k,t)?w:-1).filter(k=>k>=0):g=Array.from({length:C},(k,w)=>w);for(const k of ae(g)){const w=r.get(_(k))??[],x=[],R=[];for(const T of w){if(T===e)continue;const U=[...T].map(O=>ie(O)),$=p[k],q=U[k];if(!$||!q)continue;let H=0;if($.cho!==q.cho&&H++,$.jung!==q.jung&&H++,$.jong!==q.jong&&H++,!(H<i||d(T)===y))if(b){const O=Ut(T,n,o)[k];O&&Dt(O,s)?x.push(T):R.push(T)}else x.push(T)}if(!x.length)continue;const D=ae(x)[0],P=[],G=new Set([y,d(D)]),L=b?R:x.filter(T=>T!==D);for(const T of ae(L)){const U=d(T);if(!G.has(U)&&(G.add(U),P.push(T),P.length>=2))break}if(!b&&P.length<2)for(const T of ae(w)){if(T===e||T===D)continue;const U=d(T);if(!G.has(U)&&(G.add(U),P.push(T),P.length>=2))break}if(!(P.length<2))return{question:e,distractors:[D,...P]}}return null}let _n=null,sr=null,ir=null;function $a(){const e=gn();if(e&&e.entries.length>0){const t=zt();if(_n&&sr===e&&ir===t)return _n;const n=new Set,o=[];for(const r of e.entries)!r.word||n.has(r.word)||(n.add(r.word),o.push({w:r.word,s:r.syllables,p:t?.[r.word]?[...t[r.word].cho??[],...t[r.word].jung??[],...t[r.word].jong??[]]:[],pron:r.pronunciation||r.word,grade:r.grade}));return _n=o,sr=e,ir=t,_n}return[]}const He=new Proxy([],{get(e,t){const n=$a(),o=n[t];return typeof o=="function"?o.bind(n):o}});function En(e){return e.length?e[Math.floor(Math.random()*e.length)]:void 0}function ze(e,t){if(t>=e.length)return ae(e);if(t===0)return[];const n=e.slice();for(let o=0;o<t;o++){const r=o+Math.floor(Math.random()*(n.length-o)),u=n[o];n[o]=n[r],n[r]=u}return n.slice(0,t)}let Zn=null,cr=null;function Et(){const e=gn();if(Zn&&cr===e)return Zn;const t=new Map;for(const n of He)n.w&&t.set(n.w,n.pron);return Zn=t,cr=e,t}function De(e){return Et().get(e)||e}function Jn(e,t,n=new Set){const o=[];for(const r of ae(e)){if(o.length>=t)break;const u=De(r);n.has(u)||(n.add(u),o.push(r))}return o}let Fa=0;function ke(e){return`${e}-rt-${++Fa}`}function qt(e){const t=Zo();if(!t||t.total===0){const o=new Set;for(const r of e)o.add(r);return o}const n=new Set;for(const o of e)da(o)===!0&&n.add(o);return n}const bn=new Map;let lr=null,dr=null;function Yt(e){return e==null?"":Array.isArray(e)?e.slice().sort().join(","):e}function hr(e){const t=Yt(e.choseong),n=e.composition,o=n?.syllable==null?"":Array.isArray(n.syllable)?n.syllable.slice().sort().join(","):String(n.syllable),r=n?`${Yt(n.cho)}/${Yt(n.jung)}/${Yt(n.jong)}/${n.jongNone?"N":""}/${o}`:"",u=Yt(e.grade);return`${e.difficulty??""}|${t}|${r}|${e.excludeNoImage?"1":"0"}|${e.count??""}|x${e.contrastCount??1}|${e.fullCount?"F":""}|s${e.sameStructureOnly===!1?"0":"1"}|v${e.phonemeView==="pron"?"p":"c"}|g${u}|t${e.targetSyllable??""}|c${e.choicesPerItem??""}`}async function Oe(e){const t=gn(),n=zt();(t!==lr||n!==dr)&&(bn.clear(),lr=t,dr=n);const o=hr(e);return bn.has(o)||bn.set(o,za(e)),bn.get(o)}function Ha(e){if(!e)return null;const t=s=>s==null?null:Array.isArray(s)?s.length?s:null:[s],n=t(e.cho),o=t(e.jung),r=!!e.jongNone,u=r?null:t(e.jong);return n||o||u||r?r&&!n&&!o&&!u?s=>na(s):s=>ra(s,{cho:n,jung:o,jong:u,jongNone:r}):null}async function za(e){const{difficulty:t=null,choseong:n=null,composition:o=null,targetSyllable:r=null,excludeNoImage:u=!1}=e,s=e.grade&&e.grade.length>0?new Set(e.grade):null,i=e.sameStructureOnly??!0,l=e.phonemeView==="pron"?"pron":"char",C=Math.max(1,e.contrastCount??1),p=t==="cho"||t==="jung"||t==="jong",h=p&&C>=2,d=t==="count",y=n?new Set(Array.isArray(n)?n:[n]):null,E=o?.syllable!=null?new Set(Array.isArray(o.syllable)?o.syllable:[o.syllable]):null,b=o?[Ha(o),E?N=>E.has(yn(N)):null].filter(N=>N!=null):[],_=t==="random"||t===null,g=_||d,k=_||h||d;let w=He.filter(N=>!N.w||s&&(!N.grade||!s.has(N.grade))?!1:k?!0:Array.isArray(N.p)&&N.p.length>0);y&&(w=w.filter(N=>{for(const z of y)if(ta(N.w,z))return!0;return!1})),b.length>0&&(w=w.filter(N=>{const z=l==="pron"?De(N.w):N.w;return b.every(ne=>ne(z))})),r&&(w=w.filter(N=>N.w[0]===r));let x;if(u){const N=new Set;for(const z of w)if(N.add(z.w),Array.isArray(z.p))for(const ne of z.p)N.add(ne);if(g)for(const z of He)z.w&&N.add(z.w);x=qt(N)}else{const N=new Set;for(const z of w)if(N.add(z.w),Array.isArray(z.p))for(const ne of z.p)N.add(ne);if(g)for(const z of He)z.w&&N.add(z.w);x=N}let R=null;if(h){const N=new Set;for(const z of He)z.w&&N.add(z.w);R=u?qt(N):N}const D=w.filter(N=>x.has(N.w)),P=600,G=Array.from(x),L=G.length>P?ze(G,P):G,T=d&&o!=null&&(_e(o.cho)||_e(o.jung)||_e(o.jong)),U=2500,$=new Map;if(d&&!T&&C>=2){for(const N of G){const z=yn(N),ne=$.get(z);ne?ne.push(N):$.set(z,[N])}for(const[N,z]of $)z.length>U&&$.set(N,ze(z,U))}const q=Qu(),H=T?xa(o,G,q,i,l,De):null,O=500,I=1500,Ce=e.fullCount?D:t==="random"?D.length>O?ze(D,O):D:D.length>I?ze(D,I):D,Z=zt(),Q=[];for(const N of Ce){let z;const ne=De(N.w);if(h)z=aa(N.w,t,C,R,24).filter(oe=>De(oe)!==ne);else if(d)T?z=(H.get(N.w)??[]).filter(oe=>De(oe)!==ne):C<=1?z=ur(N.w,Z,{okSet:x,pronOf:De,decompOf:q,sameStructureOnly:!1}):z=($.get(yn(N.w))??[]).filter(oe=>{if(oe===N.w||De(oe)===ne)return!1;const K=sa(N.w,oe);return C>=5?K>=5:K===C});else if(_)z=L.filter(oe=>oe!==N.w&&oe.length===N.w.length&&De(oe)!==ne);else{const oe=t;z=ur(N.w,Z,{kind:oe,okSet:x,pronOf:De,decompOf:q,sameStructureOnly:!1}),z.length===0&&(z=(L.length>30?ze(L,30):L).filter(K=>K!==N.w&&ea(N.w,K)===t&&De(K)!==ne))}if(i&&z.length>0&&(p||d&&!T)){const oe=q(De(N.w));z=z.filter(K=>!Wn(oe,q(De(K))))}z.length!==0&&Q.push({word:N,usable:z})}return Q}async function fr(e,t){const{choicesPerItem:n=3,count:o=10}=t,r=n-1,u=(await Oe(t)).filter(i=>i.usable.length>=r),s=[];for(const i of ae(u)){if(s.length>=o)break;const l=Jn(i.usable,r);if(l.length<r)continue;const C=ae([i.word.w,...l]);s.push({id:ke(e+"-item"),index:s.length+1,word:i.word.w,syllables:i.word.s,choices:C,answerIndex:C.indexOf(i.word.w)})}return s}async function Va(e){const{choicesPerItem:t=3,count:n=10}=e,o=t-1,r=await Oe({...e,difficulty:null});if(r.length<t)return[];const u=[],s=ae([...r]);for(const i of s){if(u.length>=n)break;const l=i.word.w,C=[...i.word.pron||l],p=En(C);if(!p)continue;const h=r.filter(E=>E.word.w!==l&&E.word.s===i.word.s&&!(E.word.pron||E.word.w).includes(p)&&E.word.pron!==i.word.pron);if(h.length<o)continue;const d=Jn(h.map(E=>E.word.w),o);if(d.length<o)continue;const y=ae([l,...d]);u.push({id:ke("HPI-item"),index:u.length+1,targetSyllable:p,word:l,choices:y,answerIndex:y.indexOf(l)})}return u}async function Ua(e){const{count:t=10}=e,n=(await Oe(e)).filter(o=>o.usable.length>=1);return Array.from({length:t},(o,r)=>{const u=En(n);if(!u)return null;const s=r%2===0;let i;if(s)i=[u.word.w,u.word.w];else{const l=En(u.usable);i=Math.random()<.5?[u.word.w,l]:[l,u.word.w]}return{id:ke("SOD-item"),index:r+1,word:u.word.w,pair:i,same:s}}).filter(o=>!!o)}async function Ga(e){const{choicesPerItem:t=3,count:n=10}=e,o=t-1,r=await Oe({...e,difficulty:null});if(r.length<t+1)return[];const u=r.map(d=>d.word.w),s=new Map(r.map(d=>[d.word.w,d.word.pron])),i=d=>(s.get(d)||d)[0]??"",l={};for(const d of r){const y=i(d.word.w);y&&(l[y]||(l[y]=[]),l[y].push(d.word.w))}const C=Object.entries(l).filter(([,d])=>d.length>=2).map(([d])=>d);if(C.length===0)return[];const p=[],h=ae([...C]);for(let d=0;p.length<n&&d<n*4;d++){const y=h[d%h.length],E=l[y];if(E.length<2)continue;const b=ae([...E]),_=b[0],g=b[1];if(!_||!g||_===g||(s.get(_)||_)===(s.get(g)||g))continue;const k=s.get(g)||g,w=u.filter(D=>i(D)!==y&&D!==_&&D!==g&&D.length===g.length&&(s.get(D)||D)!==k);if(w.length<o)continue;const x=Jn(w,o);if(x.length<o)continue;const R=ae([g,...x]);p.push({id:ke("SWS-item"),index:p.length+1,sourceWord:_,targetSyllable:y,word:g,choices:R,answerIndex:R.indexOf(g)})}return p}function pr(e,t,n){return ze(e,t).map((o,r)=>{const u=En(o.usable)??"",s=[...o.word.w],i=[...u],l=s.findIndex((p,h)=>p!==i[h]),C=ae(o.usable.filter(p=>p&&p!==u)).slice(0,2);return{id:ke(n),index:r+1,word:o.word.w,original:o.word.w,changed:u,changedFrom:l>=0?s[l]:"",changedTo:l>=0?i[l]:"",distractors:C}})}async function Cr(e,t,n){const{count:o=10}=t,r=Et(),u=He.filter(y=>y.w&&y.s===e),s=t.excludeNoImage?qt(u.map(y=>y.w)):null,i=s?u.filter(y=>s.has(y.w)):u,l=new Set(i.map(y=>y.w)),C=ja(l),p=t.phonemeView??"char",h=t.composition??null,d=[];for(const y of ae(i)){if(d.length>=o)break;const E=Pa(y.w,h,r,p,C,null,null);if(!E)continue;const b=E.distractors[0],_=[...y.w],g=[...b],k=_.findIndex((w,x)=>w!==g[x]);d.push({id:ke(n),index:d.length+1,word:y.w,original:y.w,changed:b,changedFrom:k>=0?_[k]:"",changedTo:k>=0?g[k]:"",distractors:E.distractors.slice(1)})}return d}async function qa(e){return Cr(2,e,"CS2-item")}async function Ya(e){return Cr(3,e,"CS3-item")}async function Wa(e){const t=(await Oe({...e,difficulty:"count",contrastCount:1})).filter(n=>n.word.s===1&&n.usable.length>=1);return pr(t,e.count??10,"CP1-item")}async function Ka(e){const t=e.difficulty&&e.difficulty!=="random"?e.difficulty:"count",n=(await Oe({...e,difficulty:t,contrastCount:1})).filter(o=>o.word.s===2&&o.usable.length>=1);return pr(n,e.count??10,"CP2-item")}async function Xa(e){const{count:t=10}=e,n=(await Oe({...e})).filter(o=>o.word.s===2);return ze(n,t).map((o,r)=>({id:ke("M2S-item"),index:r+1,word:o.word.w,answer:o.word.w,parts:[...o.word.w]}))}async function Za(e){const{count:t=10}=e,n=(await Oe({...e})).filter(o=>o.word.s===3);return ze(n,t).map((o,r)=>({id:ke("M3S-item"),index:r+1,word:o.word.w,answer:o.word.w,parts:[...o.word.w]}))}async function Ja(e){const{count:t=10}=e,n=(await Oe({...e})).filter(i=>i.word.s===2),o=Et(),r=new Set(He.map(i=>i.w)),u=e.phonemeView??"char",s=[];for(const i of ae(n)){if(s.length>=t)break;const l=Da(i.word.w,e.composition??null,o,u,r);if(!l)continue;const[C,...p]=l.distractors,h=[...i.word.w],d=h[0]===C?h[1]:h[0];s.push({id:ke("D2-item"),index:s.length+1,original:i.word.w,word:i.word.w,dropped:d,missingResult:C,distractors:p})}return s}async function Qa(e){const{count:t=10}=e,n=(await Oe({...e})).filter(i=>i.word.s===3),o=Et(),r=new Set(He.map(i=>i.w)),u=e.phonemeView??"char",s=[];for(const i of ae(n)){if(s.length>=t)break;const l=Oa(i.word.w,e.composition??null,o,u,r);if(!l)continue;const[C,...p]=l.distractors,h=[...i.word.w];let d="";for(let y=0;y<h.length;y++)if(h.filter((E,b)=>b!==y).join("")===C){d=h[y];break}s.push({id:ke("D3-item"),index:s.length+1,original:i.word.w,word:i.word.w,dropped:d,missingResult:C,distractors:p})}return s}async function es(e){const{count:t=10}=e,n=(await Oe({...e})).filter(i=>i.word.s>=2),o=Et(),r=new Set(He.map(i=>i.w)),u=e.phonemeView??"char",s=[];for(const i of ae(n)){if(s.length>=t)break;const l=La(i.word.w,e.composition??null,o,u,r);if(!l)continue;const[C,...p]=l.distractors,h=i.word.w,d=h.startsWith(C)?h.slice(C.length):h.endsWith(C)?h.slice(0,h.length-C.length):"";s.push({id:ke("DPC-item"),index:s.length+1,original:h,word:h,dropped:d,missingResult:C,distractors:p})}return s}async function ts(e){const{count:t=10}=e,n=(await Oe({...e})).map(o=>o.word.w);return n.length<3?[]:Array.from({length:t},(o,r)=>{const u=ze(n,3);return{id:ke("LRO-item"),index:r+1,sequence:u,choices:ae(u)}})}function Sn(e,t,n){const o=He.filter(s=>s.w&&s.s===e),r=t?qt(o.map(s=>s.w)):null,u=[];for(const s of o)if(!(r&&!r.has(s.w))){if(n){const i=ie(s.w);if(!i||!n(i))continue}u.push(s)}return u}function ns(e){const t=Sn(1,e.excludeNoImage??!1,n=>n.jong===0);return ze(t,e.count??10).map((n,o)=>{const r=ie(n.w);return{id:ke("M2P-item"),index:o+1,parts:[Se[r.cho],ut[r.jung]],answer:n.w,word:n.w}})}function os(e){const t=Sn(1,e.excludeNoImage??!1,n=>n.jong>0&&!Ft[n.jong]);return ze(t,e.count??10).map((n,o)=>{const r=ie(n.w);return{id:ke("M3P-item"),index:o+1,parts:[Se[r.cho],ut[r.jung],Pe[r.jong]],answer:n.w,word:n.w}})}function rs(e){const t=or.DROP_FINAL_CONSONANT_FROM_1SYLL,n=Sn(t.syllables,e.excludeNoImage??!1,t.syllable),o=Et(),r=[];for(const u of ae(n)){if(r.length>=(e.count??10))break;const s=Ra(u.w,null,o);if(!s)continue;const[i,...l]=s.distractors;r.push({id:ke("DFC-item"),index:r.length+1,original:u.w,word:u.w,result:i,distractors:l})}return r}function us(e){const t=or.REMOVE_CONSONANT_AND_IDENTIFY_PHONEME,n=Sn(t.syllables,e.excludeNoImage??!1,t.syllable),o=Et(),r=[];for(const u of ae(n)){if(r.length>=(e.count??10))break;const s=Ia(u.w,null,o);if(!s)continue;const i=ie(o.get(u.w)||u.w);if(!i)continue;const[l,...C]=s.distractors;r.push({id:ke("RCP-item"),index:r.length+1,base:u.w,word:u.w,missingConsonant:Se[i.cho],remaining:l,distractors:C})}return r}const kn=new Map;let yr=null,mr=null;async function gr(e,t={}){const n=gn(),o=zt();(n!==yr||o!==mr)&&(kn.clear(),yr=n,mr=o);const r=`${e}:${hr(t)}`;if(kn.has(r))return kn.get(r);const u=await ss(e,t);return kn.set(r,u),u}const as={SAME_SOUND_PICK:e=>fr("SSP",e),HEAR_AND_PICK_SAME:e=>fr("HPS",e),HEAR_AND_PICK_INCLUDED:e=>Va(e),SAME_OR_DIFF:e=>Ua(e),STARTS_WITH_SAME_SOUND:e=>Ga(e),LISTEN_AND_REMEMBER_ORDER:e=>ts(e),MERGE_2_SYLLABLES:e=>Xa(e),MERGE_3_SYLLABLES:e=>Za(e),MERGE_2_PHONEMES:e=>ns(e),MERGE_3_PHONEMES:e=>os(e),DROP_1_FROM_2SYLL:e=>Ja(e),DROP_1_FROM_3SYLL:e=>Qa(e),DROP_PART_FROM_COMPOUND:e=>es(e),DROP_FINAL_CONSONANT_FROM_1SYLL:e=>rs(e),REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:e=>us(e),CHANGE_1_SYLL_IN_2SYLL:e=>qa(e),CHANGE_1_SYLL_IN_3SYLL:e=>Ya(e),CHANGE_1_PHONEME_IN_1SYLL:e=>Wa(e),CHANGE_1_PHONEME_IN_2SYLL:e=>Ka(e)};async function ss(e,t={}){const n=as[e];return n?await n(t):[]}async function is(e){const t=[null,"count"],n=Object.keys(qn);let o=0;for(const r of t)for(const u of n){const s=qn[u];gr(u,{difficulty:s.difficulty?r:null,choseong:null,count:10,excludeNoImage:e}).catch(()=>{}),++o%6===0&&await new Promise(i=>setTimeout(i,0))}}async function cs(e){return(await Oe({...e,fullCount:!0})).length}async function ls(e={}){const t=[];for(const i of He)i.w&&t.push(i.w);const n=e.excludeNoImage?qt(t):t,o=new Set,r=new Set,u=new Set,s=new Set;for(const i of n){s.add(yn(i));for(const l of i){const C=ie(l);if(C&&(Se[C.cho]!=="\u3147"&&o.add(Se[C.cho]),r.add(ut[C.jung]),C.jong>0)){u.add(Pe[C.jong]);const p=Ft[C.jong];p&&p.forEach(h=>u.add(h))}}}return{cho:o,jung:r,jong:u,syllable:s}}const bt="\uC804\uCCB4";function ds(...e){return e.filter(Boolean).join(" ")}/**
18
+ * @license lucide-react v1.38.0 - ISC
19
+ *
20
+ * This source code is licensed under the ISC license.
21
+ * See the LICENSE file in the root directory of this source tree.
22
+ */const _r=(...e)=>e.filter((t,n,o)=>!!t&&t.trim()!==""&&o.indexOf(t)===n).join(" ").trim();/**
23
+ * @license lucide-react v1.38.0 - ISC
24
+ *
25
+ * This source code is licensed under the ISC license.
26
+ * See the LICENSE file in the root directory of this source tree.
27
+ */const hs=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();/**
28
+ * @license lucide-react v1.38.0 - ISC
29
+ *
30
+ * This source code is licensed under the ISC license.
31
+ * See the LICENSE file in the root directory of this source tree.
32
+ */const fs=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,n,o)=>o?o.toUpperCase():n.toLowerCase());/**
33
+ * @license lucide-react v1.38.0 - ISC
34
+ *
35
+ * This source code is licensed under the ISC license.
36
+ * See the LICENSE file in the root directory of this source tree.
37
+ */const Er=e=>{const t=fs(e);return t.charAt(0).toUpperCase()+t.slice(1)};/**
38
+ * @license lucide-react v1.38.0 - ISC
39
+ *
40
+ * This source code is licensed under the ISC license.
41
+ * See the LICENSE file in the root directory of this source tree.
42
+ */var Qn={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
43
+ * @license lucide-react v1.38.0 - ISC
44
+ *
45
+ * This source code is licensed under the ISC license.
46
+ * See the LICENSE file in the root directory of this source tree.
47
+ */const ps=e=>{for(const t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0;return!1},Cs=c.createContext({}),ys=()=>c.useContext(Cs),ms=c.forwardRef(({color:e,size:t,strokeWidth:n,absoluteStrokeWidth:o,className:r="",children:u,iconNode:s,...i},l)=>{const{size:C=24,strokeWidth:p=2,absoluteStrokeWidth:h=!1,color:d="currentColor",className:y=""}=ys()??{},E=o??h?Number(n??p)*24/Number(t??C):n??p;return c.createElement("svg",{ref:l,...Qn,width:t??C??Qn.width,height:t??C??Qn.height,stroke:e??d,strokeWidth:E,className:_r("lucide",y,r),...!u&&!ps(i)&&{"aria-hidden":"true"},...i},[...s.map(([b,_])=>c.createElement(b,_)),...Array.isArray(u)?u:[u]])});/**
48
+ * @license lucide-react v1.38.0 - ISC
49
+ *
50
+ * This source code is licensed under the ISC license.
51
+ * See the LICENSE file in the root directory of this source tree.
52
+ */const m=(e,t)=>{const n=c.forwardRef(({className:o,...r},u)=>c.createElement(ms,{ref:u,iconNode:t,className:_r(`lucide-${hs(Er(e))}`,`lucide-${e}`,o),...r}));return n.displayName=Er(e),n};/**
53
+ * @license lucide-react v1.38.0 - ISC
54
+ *
55
+ * This source code is licensed under the ISC license.
56
+ * See the LICENSE file in the root directory of this source tree.
57
+ */const gs=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],br=m("triangle-alert",gs);/**
58
+ * @license lucide-react v1.38.0 - ISC
59
+ *
60
+ * This source code is licensed under the ISC license.
61
+ * See the LICENSE file in the root directory of this source tree.
62
+ */const _s=[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2",key:"lpm2y7"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2",key:"rdj6ps"}],["path",{d:"M2 2v20",key:"1ivd8o"}]],Es=m("align-start-vertical",_s);/**
63
+ * @license lucide-react v1.38.0 - ISC
64
+ *
65
+ * This source code is licensed under the ISC license.
66
+ * See the LICENSE file in the root directory of this source tree.
67
+ */const bs=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],Ss=m("arrow-down",bs);/**
68
+ * @license lucide-react v1.38.0 - ISC
69
+ *
70
+ * This source code is licensed under the ISC license.
71
+ * See the LICENSE file in the root directory of this source tree.
72
+ */const ks=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],ws=m("arrow-left",ks);/**
73
+ * @license lucide-react v1.38.0 - ISC
74
+ *
75
+ * This source code is licensed under the ISC license.
76
+ * See the LICENSE file in the root directory of this source tree.
77
+ */const As=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],Ns=m("arrow-right",As);/**
78
+ * @license lucide-react v1.38.0 - ISC
79
+ *
80
+ * This source code is licensed under the ISC license.
81
+ * See the LICENSE file in the root directory of this source tree.
82
+ */const Ms=[["path",{d:"m16 3 4 4-4 4",key:"1x1c3m"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"m8 21-4-4 4-4",key:"h9nckh"}],["path",{d:"M4 17h16",key:"g4d7ey"}]],Ts=m("arrow-right-left",Ms);/**
83
+ * @license lucide-react v1.38.0 - ISC
84
+ *
85
+ * This source code is licensed under the ISC license.
86
+ * See the LICENSE file in the root directory of this source tree.
87
+ */const xs=[["path",{d:"M2 10v3",key:"1fnikh"}],["path",{d:"M6 6v11",key:"11sgs0"}],["path",{d:"M10 3v18",key:"yhl04a"}],["path",{d:"M14 8v7",key:"3a1oy3"}],["path",{d:"M18 5v13",key:"123xd1"}],["path",{d:"M22 10v3",key:"154ddg"}]],Bs=m("audio-lines",xs);/**
88
+ * @license lucide-react v1.38.0 - ISC
89
+ *
90
+ * This source code is licensed under the ISC license.
91
+ * See the LICENSE file in the root directory of this source tree.
92
+ */const vs=[["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5",key:"1u7htd"}],["path",{d:"M15 12h.01",key:"1k8ypt"}],["path",{d:"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1",key:"11xh7x"}],["path",{d:"M9 12h.01",key:"157uk2"}]],Ds=m("baby",vs);/**
93
+ * @license lucide-react v1.38.0 - ISC
94
+ *
95
+ * This source code is licensed under the ISC license.
96
+ * See the LICENSE file in the root directory of this source tree.
97
+ */const Os=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}]],Ls=m("ban",Os);/**
98
+ * @license lucide-react v1.38.0 - ISC
99
+ *
100
+ * This source code is licensed under the ISC license.
101
+ * See the LICENSE file in the root directory of this source tree.
102
+ */const Rs=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}]],Is=m("bell",Rs);/**
103
+ * @license lucide-react v1.38.0 - ISC
104
+ *
105
+ * This source code is licensed under the ISC license.
106
+ * See the LICENSE file in the root directory of this source tree.
107
+ */const js=[["path",{d:"M10 2v8l3-3 3 3V2",key:"sqw3rj"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],Ps=m("book-marked",js);/**
108
+ * @license lucide-react v1.38.0 - ISC
109
+ *
110
+ * This source code is licensed under the ISC license.
111
+ * See the LICENSE file in the root directory of this source tree.
112
+ */const $s=[["path",{d:"M12 5v16",key:"1f6ucr"}],["path",{d:"M20.001 19A2 2 0 0022 17V5a2 2 0 00-1.999-2L16 3.002A5 5 0 0012 5a5 5 0 00-4-2H4a2 2 0 00-2 2v12a2 2 0 001.999 2H8a5 5 0 014 2 5 5 0 014-2z",key:"1fyvmf"}]],Fs=m("book-open",$s);/**
113
+ * @license lucide-react v1.38.0 - ISC
114
+ *
115
+ * This source code is licensed under the ISC license.
116
+ * See the LICENSE file in the root directory of this source tree.
117
+ */const Hs=[["path",{d:"M17 3h4v4",key:"19p9u1"}],["path",{d:"M18.575 11.082a13 13 0 0 1 1.048 9.027 1.17 1.17 0 0 1-1.914.597L14 17",key:"12t3w9"}],["path",{d:"M7 10 3.29 6.29a1.17 1.17 0 0 1 .6-1.91 13 13 0 0 1 9.03 1.05",key:"ogng5l"}],["path",{d:"M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1z",key:"8v3fy2"}],["path",{d:"M9.707 14.293 21 3",key:"ydm3bn"}]],zs=m("bow-arrow",Hs);/**
118
+ * @license lucide-react v1.38.0 - ISC
119
+ *
120
+ * This source code is licensed under the ISC license.
121
+ * See the LICENSE file in the root directory of this source tree.
122
+ */const Vs=[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",key:"ezmyqa"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",key:"e1hn23"}]],Us=m("braces",Vs);/**
123
+ * @license lucide-react v1.38.0 - ISC
124
+ *
125
+ * This source code is licensed under the ISC license.
126
+ * See the LICENSE file in the root directory of this source tree.
127
+ */const Gs=[["path",{d:"M12 20v-9",key:"1qisl0"}],["path",{d:"M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z",key:"uouzyp"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M21 21a4 4 0 0 0-3.81-4",key:"1b0z45"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97",key:"5cxbf6"}],["path",{d:"M22 13h-4",key:"1jl80f"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4",key:"1fjd4g"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97",key:"1d7oge"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13",key:"1vgav8"}]],qs=m("bug",Gs);/**
128
+ * @license lucide-react v1.38.0 - ISC
129
+ *
130
+ * This source code is licensed under the ISC license.
131
+ * See the LICENSE file in the root directory of this source tree.
132
+ */const Ys=[["path",{d:"M8 2v3",key:"1ioesn"}],["path",{d:"M16 2v3",key:"otl347"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]],Ws=m("calendar-check",Ys);/**
133
+ * @license lucide-react v1.38.0 - ISC
134
+ *
135
+ * This source code is licensed under the ISC license.
136
+ * See the LICENSE file in the root directory of this source tree.
137
+ */const Ks=[["path",{d:"M8 2v3",key:"1ioesn"}],["path",{d:"M16 2v3",key:"otl347"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M8 13h.01",key:"1sbv64"}],["path",{d:"M12 13h.01",key:"y0uutt"}],["path",{d:"M16 13h.01",key:"wip0gl"}],["path",{d:"M8 17h.01",key:"p3bg7i"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M16 17h.01",key:"ql8jdd"}]],Xs=m("calendar-days",Ks);/**
138
+ * @license lucide-react v1.38.0 - ISC
139
+ *
140
+ * This source code is licensed under the ISC license.
141
+ * See the LICENSE file in the root directory of this source tree.
142
+ */const Zs=[["path",{d:"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z",key:"18u6gg"}],["circle",{cx:"12",cy:"13",r:"3",key:"1vg3eu"}]],Js=m("camera",Zs);/**
143
+ * @license lucide-react v1.38.0 - ISC
144
+ *
145
+ * This source code is licensed under the ISC license.
146
+ * See the LICENSE file in the root directory of this source tree.
147
+ */const Qs=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]],ei=m("chart-column",Qs);/**
148
+ * @license lucide-react v1.38.0 - ISC
149
+ *
150
+ * This source code is licensed under the ISC license.
151
+ * See the LICENSE file in the root directory of this source tree.
152
+ */const ti=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]],ni=m("chart-line",ti);/**
153
+ * @license lucide-react v1.38.0 - ISC
154
+ *
155
+ * This source code is licensed under the ISC license.
156
+ * See the LICENSE file in the root directory of this source tree.
157
+ */const oi=[["path",{d:"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",key:"pzmjnu"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83",key:"k2fpak"}]],ri=m("chart-pie",oi);/**
158
+ * @license lucide-react v1.38.0 - ISC
159
+ *
160
+ * This source code is licensed under the ISC license.
161
+ * See the LICENSE file in the root directory of this source tree.
162
+ */const ui=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],ai=m("check",ui);/**
163
+ * @license lucide-react v1.38.0 - ISC
164
+ *
165
+ * This source code is licensed under the ISC license.
166
+ * See the LICENSE file in the root directory of this source tree.
167
+ */const si=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],ii=m("chevron-left",si);/**
168
+ * @license lucide-react v1.38.0 - ISC
169
+ *
170
+ * This source code is licensed under the ISC license.
171
+ * See the LICENSE file in the root directory of this source tree.
172
+ */const ci=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],li=m("chevron-right",ci);/**
173
+ * @license lucide-react v1.38.0 - ISC
174
+ *
175
+ * This source code is licensed under the ISC license.
176
+ * See the LICENSE file in the root directory of this source tree.
177
+ */const di=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]],hi=m("clipboard-list",di);/**
178
+ * @license lucide-react v1.38.0 - ISC
179
+ *
180
+ * This source code is licensed under the ISC license.
181
+ * See the LICENSE file in the root directory of this source tree.
182
+ */const fi=[["path",{d:"M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"1l7d7l"}],["path",{d:"M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"9955pe"}],["path",{d:"m7 15 3 3",key:"4hkfgk"}],["path",{d:"m7 21 3-3H5a2 2 0 0 1-2-2v-2",key:"1xljwe"}],["rect",{x:"14",y:"14",width:"7",height:"7",rx:"1",key:"1cdgtw"}],["rect",{x:"3",y:"3",width:"7",height:"7",rx:"1",key:"zi3rio"}]],pi=m("combine",fi);/**
183
+ * @license lucide-react v1.38.0 - ISC
184
+ *
185
+ * This source code is licensed under the ISC license.
186
+ * See the LICENSE file in the root directory of this source tree.
187
+ */const Ci=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],yi=m("copy",Ci);/**
188
+ * @license lucide-react v1.38.0 - ISC
189
+ *
190
+ * This source code is licensed under the ISC license.
191
+ * See the LICENSE file in the root directory of this source tree.
192
+ */const mi=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],gi=m("credit-card",mi);/**
193
+ * @license lucide-react v1.38.0 - ISC
194
+ *
195
+ * This source code is licensed under the ISC license.
196
+ * See the LICENSE file in the root directory of this source tree.
197
+ */const _i=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]],Ei=m("database",_i);/**
198
+ * @license lucide-react v1.38.0 - ISC
199
+ *
200
+ * This source code is licensed under the ISC license.
201
+ * See the LICENSE file in the root directory of this source tree.
202
+ */const bi=[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]],Si=m("diff",bi);/**
203
+ * @license lucide-react v1.38.0 - ISC
204
+ *
205
+ * This source code is licensed under the ISC license.
206
+ * See the LICENSE file in the root directory of this source tree.
207
+ */const ki=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],wi=m("download",ki);/**
208
+ * @license lucide-react v1.38.0 - ISC
209
+ *
210
+ * This source code is licensed under the ISC license.
211
+ * See the LICENSE file in the root directory of this source tree.
212
+ */const Ai=[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0",key:"1dfaln"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4",key:"1qnva7"}]],Ni=m("ear",Ai);/**
213
+ * @license lucide-react v1.38.0 - ISC
214
+ *
215
+ * This source code is licensed under the ISC license.
216
+ * See the LICENSE file in the root directory of this source tree.
217
+ */const Mi=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]],Ti=m("square-pen",Mi);/**
218
+ * @license lucide-react v1.38.0 - ISC
219
+ *
220
+ * This source code is licensed under the ISC license.
221
+ * See the LICENSE file in the root directory of this source tree.
222
+ */const xi=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],Bi=m("pen",xi);/**
223
+ * @license lucide-react v1.38.0 - ISC
224
+ *
225
+ * This source code is licensed under the ISC license.
226
+ * See the LICENSE file in the root directory of this source tree.
227
+ */const vi=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],Di=m("pen-line",vi);/**
228
+ * @license lucide-react v1.38.0 - ISC
229
+ *
230
+ * This source code is licensed under the ISC license.
231
+ * See the LICENSE file in the root directory of this source tree.
232
+ */const Oi=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]],Sr=m("ellipsis",Oi);/**
233
+ * @license lucide-react v1.38.0 - ISC
234
+ *
235
+ * This source code is licensed under the ISC license.
236
+ * See the LICENSE file in the root directory of this source tree.
237
+ */const Li=[["path",{d:"M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21",key:"g5wo59"}],["path",{d:"m5.082 11.09 8.828 8.828",key:"1wx5vj"}]],Ri=m("eraser",Li);/**
238
+ * @license lucide-react v1.38.0 - ISC
239
+ *
240
+ * This source code is licensed under the ISC license.
241
+ * See the LICENSE file in the root directory of this source tree.
242
+ */const Ii=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],ji=m("external-link",Ii);/**
243
+ * @license lucide-react v1.38.0 - ISC
244
+ *
245
+ * This source code is licensed under the ISC license.
246
+ * See the LICENSE file in the root directory of this source tree.
247
+ */const Pi=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],$i=m("eye",Pi);/**
248
+ * @license lucide-react v1.38.0 - ISC
249
+ *
250
+ * This source code is licensed under the ISC license.
251
+ * See the LICENSE file in the root directory of this source tree.
252
+ */const Fi=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],Hi=m("file-text",Fi);/**
253
+ * @license lucide-react v1.38.0 - ISC
254
+ *
255
+ * This source code is licensed under the ISC license.
256
+ * See the LICENSE file in the root directory of this source tree.
257
+ */const zi=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",key:"1i73f7"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",key:"saxlbk"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]],Vi=m("square-centerline-dashed-horizontal",zi);/**
258
+ * @license lucide-react v1.38.0 - ISC
259
+ *
260
+ * This source code is licensed under the ISC license.
261
+ * See the LICENSE file in the root directory of this source tree.
262
+ */const Ui=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]],Gi=m("folder-open",Ui);/**
263
+ * @license lucide-react v1.38.0 - ISC
264
+ *
265
+ * This source code is licensed under the ISC license.
266
+ * See the LICENSE file in the root directory of this source tree.
267
+ */const qi=[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],Yi=m("folder-plus",qi);/**
268
+ * @license lucide-react v1.38.0 - ISC
269
+ *
270
+ * This source code is licensed under the ISC license.
271
+ * See the LICENSE file in the root directory of this source tree.
272
+ */const Wi=[["line",{x1:"6",x2:"10",y1:"12",y2:"12",key:"161bw2"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13",key:"dqpgro"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11",key:"meh2c"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],Ki=m("gamepad",Wi);/**
273
+ * @license lucide-react v1.38.0 - ISC
274
+ *
275
+ * This source code is licensed under the ISC license.
276
+ * See the LICENSE file in the root directory of this source tree.
277
+ */const Xi=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381",key:"pgg06f"}],["path",{d:"m16 16 6-6",key:"vzrcl6"}],["path",{d:"m21.5 10.5-8-8",key:"a17d9x"}],["path",{d:"m8 8 6-6",key:"18bi4p"}],["path",{d:"m8.5 7.5 8 8",key:"1oyaui"}]],Zi=m("gavel",Xi);/**
278
+ * @license lucide-react v1.38.0 - ISC
279
+ *
280
+ * This source code is licensed under the ISC license.
281
+ * See the LICENSE file in the root directory of this source tree.
282
+ */const Ji=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]],Qi=m("git-merge",Ji);/**
283
+ * @license lucide-react v1.38.0 - ISC
284
+ *
285
+ * This source code is licensed under the ISC license.
286
+ * See the LICENSE file in the root directory of this source tree.
287
+ */const ec=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],tc=m("globe",ec);/**
288
+ * @license lucide-react v1.38.0 - ISC
289
+ *
290
+ * This source code is licensed under the ISC license.
291
+ * See the LICENSE file in the root directory of this source tree.
292
+ */const nc=[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",key:"1xhozi"}]],oc=m("headphones",nc);/**
293
+ * @license lucide-react v1.38.0 - ISC
294
+ *
295
+ * This source code is licensed under the ISC license.
296
+ * See the LICENSE file in the root directory of this source tree.
297
+ */const rc=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",key:"mvr1a0"}]],uc=m("heart",rc);/**
298
+ * @license lucide-react v1.38.0 - ISC
299
+ *
300
+ * This source code is licensed under the ISC license.
301
+ * See the LICENSE file in the root directory of this source tree.
302
+ */const ac=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],sc=m("house",ac);/**
303
+ * @license lucide-react v1.38.0 - ISC
304
+ *
305
+ * This source code is licensed under the ISC license.
306
+ * See the LICENSE file in the root directory of this source tree.
307
+ */const ic=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],cc=m("info",ic);/**
308
+ * @license lucide-react v1.38.0 - ISC
309
+ *
310
+ * This source code is licensed under the ISC license.
311
+ * See the LICENSE file in the root directory of this source tree.
312
+ */const lc=[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]],dc=m("key-round",lc);/**
313
+ * @license lucide-react v1.38.0 - ISC
314
+ *
315
+ * This source code is licensed under the ISC license.
316
+ * See the LICENSE file in the root directory of this source tree.
317
+ */const hc=[["path",{d:"M10 18v-7",key:"wt116b"}],["path",{d:"M11.119 2.205a2 2 0 0 1 1.762 0l7.84 3.846A.5.5 0 0 1 20.5 7h-17a.5.5 0 0 1-.22-.949z",key:"yxxwt6"}],["path",{d:"M14 18v-7",key:"vav6t3"}],["path",{d:"M18 18v-7",key:"aexdmj"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M6 18v-7",key:"1ivflk"}]],fc=m("landmark",hc);/**
318
+ * @license lucide-react v1.38.0 - ISC
319
+ *
320
+ * This source code is licensed under the ISC license.
321
+ * See the LICENSE file in the root directory of this source tree.
322
+ */const pc=[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]],Cc=m("layers",pc);/**
323
+ * @license lucide-react v1.38.0 - ISC
324
+ *
325
+ * This source code is licensed under the ISC license.
326
+ * See the LICENSE file in the root directory of this source tree.
327
+ */const yc=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],mc=m("layout-dashboard",yc);/**
328
+ * @license lucide-react v1.38.0 - ISC
329
+ *
330
+ * This source code is licensed under the ISC license.
331
+ * See the LICENSE file in the root directory of this source tree.
332
+ */const gc=[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",key:"nnexq3"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",key:"mt58a7"}]],_c=m("leaf",gc);/**
333
+ * @license lucide-react v1.38.0 - ISC
334
+ *
335
+ * This source code is licensed under the ISC license.
336
+ * See the LICENSE file in the root directory of this source tree.
337
+ */const Ec=[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]],bc=m("lightbulb",Ec);/**
338
+ * @license lucide-react v1.38.0 - ISC
339
+ *
340
+ * This source code is licensed under the ISC license.
341
+ * See the LICENSE file in the root directory of this source tree.
342
+ */const Sc=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],kc=m("link",Sc);/**
343
+ * @license lucide-react v1.38.0 - ISC
344
+ *
345
+ * This source code is licensed under the ISC license.
346
+ * See the LICENSE file in the root directory of this source tree.
347
+ */const wc=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],Ac=m("link-2",wc);/**
348
+ * @license lucide-react v1.38.0 - ISC
349
+ *
350
+ * This source code is licensed under the ISC license.
351
+ * See the LICENSE file in the root directory of this source tree.
352
+ */const Nc=[["path",{d:"M9 17H7A5 5 0 0 1 7 7",key:"10o201"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8",key:"1d3206"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12",key:"rvw6j4"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],Mc=m("link-2-off",Nc);/**
353
+ * @license lucide-react v1.38.0 - ISC
354
+ *
355
+ * This source code is licensed under the ISC license.
356
+ * See the LICENSE file in the root directory of this source tree.
357
+ */const Tc=[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]],xc=m("list",Tc);/**
358
+ * @license lucide-react v1.38.0 - ISC
359
+ *
360
+ * This source code is licensed under the ISC license.
361
+ * See the LICENSE file in the root directory of this source tree.
362
+ */const Bc=[["path",{d:"M13 5h8",key:"a7qcls"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}]],vc=m("list-checks",Bc);/**
363
+ * @license lucide-react v1.38.0 - ISC
364
+ *
365
+ * This source code is licensed under the ISC license.
366
+ * See the LICENSE file in the root directory of this source tree.
367
+ */const Dc=[["path",{d:"M11 5h10",key:"1cz7ny"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 19h10",key:"11t30w"}],["path",{d:"M4 4h1v5",key:"10yrso"}],["path",{d:"M4 9h2",key:"r1h2o0"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02",key:"xtkcd5"}]],Oc=m("list-ordered",Dc);/**
368
+ * @license lucide-react v1.38.0 - ISC
369
+ *
370
+ * This source code is licensed under the ISC license.
371
+ * See the LICENSE file in the root directory of this source tree.
372
+ */const Lc=[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]],Rc=m("loader",Lc);/**
373
+ * @license lucide-react v1.38.0 - ISC
374
+ *
375
+ * This source code is licensed under the ISC license.
376
+ * See the LICENSE file in the root directory of this source tree.
377
+ */const Ic=[["path",{d:"m16 17 5-5-5-5",key:"1bji2h"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}]],jc=m("log-out",Ic);/**
378
+ * @license lucide-react v1.38.0 - ISC
379
+ *
380
+ * This source code is licensed under the ISC license.
381
+ * See the LICENSE file in the root directory of this source tree.
382
+ */const Pc=[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7",key:"132q7q"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}]],$c=m("mail",Pc);/**
383
+ * @license lucide-react v1.38.0 - ISC
384
+ *
385
+ * This source code is licensed under the ISC license.
386
+ * See the LICENSE file in the root directory of this source tree.
387
+ */const Fc=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]],Hc=m("map-pin",Fc);/**
388
+ * @license lucide-react v1.38.0 - ISC
389
+ *
390
+ * This source code is licensed under the ISC license.
391
+ * See the LICENSE file in the root directory of this source tree.
392
+ */const zc=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],Vc=m("message-circle",zc);/**
393
+ * @license lucide-react v1.38.0 - ISC
394
+ *
395
+ * This source code is licensed under the ISC license.
396
+ * See the LICENSE file in the root directory of this source tree.
397
+ */const Uc=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],Gc=m("message-circle-question-mark",Uc);/**
398
+ * @license lucide-react v1.38.0 - ISC
399
+ *
400
+ * This source code is licensed under the ISC license.
401
+ * See the LICENSE file in the root directory of this source tree.
402
+ */const qc=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}]],Yc=m("message-square",qc);/**
403
+ * @license lucide-react v1.38.0 - ISC
404
+ *
405
+ * This source code is licensed under the ISC license.
406
+ * See the LICENSE file in the root directory of this source tree.
407
+ */const Wc=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M7 11h10",key:"1twpyw"}],["path",{d:"M7 15h6",key:"d9of3u"}],["path",{d:"M7 7h8",key:"af5zfr"}]],Kc=m("message-square-text",Wc);/**
408
+ * @license lucide-react v1.38.0 - ISC
409
+ *
410
+ * This source code is licensed under the ISC license.
411
+ * See the LICENSE file in the root directory of this source tree.
412
+ */const Xc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]],Zc=m("circle-minus",Xc);/**
413
+ * @license lucide-react v1.38.0 - ISC
414
+ *
415
+ * This source code is licensed under the ISC license.
416
+ * See the LICENSE file in the root directory of this source tree.
417
+ */const Jc=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]],Qc=m("package",Jc);/**
418
+ * @license lucide-react v1.38.0 - ISC
419
+ *
420
+ * This source code is licensed under the ISC license.
421
+ * See the LICENSE file in the root directory of this source tree.
422
+ */const el=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],tl=m("palette",el);/**
423
+ * @license lucide-react v1.38.0 - ISC
424
+ *
425
+ * This source code is licensed under the ISC license.
426
+ * See the LICENSE file in the root directory of this source tree.
427
+ */const nl=[["path",{d:"M5.8 11.3 2 22l10.7-3.79",key:"gwxi1d"}],["path",{d:"M4 3h.01",key:"1vcuye"}],["path",{d:"M22 8h.01",key:"1mrtc2"}],["path",{d:"M15 2h.01",key:"1cjtqr"}],["path",{d:"M22 20h.01",key:"1mrys2"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",key:"hbicv8"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17",key:"1i94pl"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7",key:"1cofks"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",key:"4kbmks"}]],ol=m("party-popper",nl);/**
428
+ * @license lucide-react v1.38.0 - ISC
429
+ *
430
+ * This source code is licensed under the ISC license.
431
+ * See the LICENSE file in the root directory of this source tree.
432
+ */const rl=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1",key:"kaeet6"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1",key:"1wsw3u"}]],ul=m("pause",rl);/**
433
+ * @license lucide-react v1.38.0 - ISC
434
+ *
435
+ * This source code is licensed under the ISC license.
436
+ * See the LICENSE file in the root directory of this source tree.
437
+ */const al=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],sl=m("pencil",al);/**
438
+ * @license lucide-react v1.38.0 - ISC
439
+ *
440
+ * This source code is licensed under the ISC license.
441
+ * See the LICENSE file in the root directory of this source tree.
442
+ */const il=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],cl=m("phone",il);/**
443
+ * @license lucide-react v1.38.0 - ISC
444
+ *
445
+ * This source code is licensed under the ISC license.
446
+ * See the LICENSE file in the root directory of this source tree.
447
+ */const ll=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]],dl=m("play",ll);/**
448
+ * @license lucide-react v1.38.0 - ISC
449
+ *
450
+ * This source code is licensed under the ISC license.
451
+ * See the LICENSE file in the root directory of this source tree.
452
+ */const hl=[["path",{d:"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z",key:"kmsa83"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],fl=m("circle-play",hl);/**
453
+ * @license lucide-react v1.38.0 - ISC
454
+ *
455
+ * This source code is licensed under the ISC license.
456
+ * See the LICENSE file in the root directory of this source tree.
457
+ */const pl=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],Cl=m("plus",pl);/**
458
+ * @license lucide-react v1.38.0 - ISC
459
+ *
460
+ * This source code is licensed under the ISC license.
461
+ * See the LICENSE file in the root directory of this source tree.
462
+ */const yl=[["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"143wyd"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1",key:"1ue0tg"}]],ml=m("printer",yl);/**
463
+ * @license lucide-react v1.38.0 - ISC
464
+ *
465
+ * This source code is licensed under the ISC license.
466
+ * See the LICENSE file in the root directory of this source tree.
467
+ */const gl=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],_l=m("refresh-cw",gl);/**
468
+ * @license lucide-react v1.38.0 - ISC
469
+ *
470
+ * This source code is licensed under the ISC license.
471
+ * See the LICENSE file in the root directory of this source tree.
472
+ */const El=[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]],bl=m("repeat",El);/**
473
+ * @license lucide-react v1.38.0 - ISC
474
+ *
475
+ * This source code is licensed under the ISC license.
476
+ * See the LICENSE file in the root directory of this source tree.
477
+ */const Sl=[["path",{d:"M14 4a1 1 0 0 1 1-1",key:"dhj8ez"}],["path",{d:"M15 10a1 1 0 0 1-1-1",key:"1mnyi5"}],["path",{d:"M21 4a1 1 0 0 0-1-1",key:"sfs9ap"}],["path",{d:"M21 9a1 1 0 0 1-1 1",key:"mp6qeo"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a2 2 0 0 1 2-2h2",key:"15xut4"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}]],kl=m("replace",Sl);/**
478
+ * @license lucide-react v1.38.0 - ISC
479
+ *
480
+ * This source code is licensed under the ISC license.
481
+ * See the LICENSE file in the root directory of this source tree.
482
+ */const wl=[["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}],["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09",key:"u4xsad"}],["path",{d:"M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z",key:"676m9"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05",key:"92ym6u"}]],Al=m("rocket",wl);/**
483
+ * @license lucide-react v1.38.0 - ISC
484
+ *
485
+ * This source code is licensed under the ISC license.
486
+ * See the LICENSE file in the root directory of this source tree.
487
+ */const Nl=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]],Ml=m("rotate-ccw",Nl);/**
488
+ * @license lucide-react v1.38.0 - ISC
489
+ *
490
+ * This source code is licensed under the ISC license.
491
+ * See the LICENSE file in the root directory of this source tree.
492
+ */const Tl=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]],xl=m("rotate-cw",Tl);/**
493
+ * @license lucide-react v1.38.0 - ISC
494
+ *
495
+ * This source code is licensed under the ISC license.
496
+ * See the LICENSE file in the root directory of this source tree.
497
+ */const Bl=[["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",key:"10xrj0"}],["path",{d:"m13 12 4-4",key:"1hckqy"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2",key:"1p4srx"}]],vl=m("salad",Bl);/**
498
+ * @license lucide-react v1.38.0 - ISC
499
+ *
500
+ * This source code is licensed under the ISC license.
501
+ * See the LICENSE file in the root directory of this source tree.
502
+ */const Dl=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m16 16-1.9-1.9",key:"1dq9hf"}]],Ol=m("scan-search",Dl);/**
503
+ * @license lucide-react v1.38.0 - ISC
504
+ *
505
+ * This source code is licensed under the ISC license.
506
+ * See the LICENSE file in the root directory of this source tree.
507
+ */const Ll=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],kr=m("circle-alert",Ll);/**
508
+ * @license lucide-react v1.38.0 - ISC
509
+ *
510
+ * This source code is licensed under the ISC license.
511
+ * See the LICENSE file in the root directory of this source tree.
512
+ */const Rl=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],Il=m("circle-check-big",Rl);/**
513
+ * @license lucide-react v1.38.0 - ISC
514
+ *
515
+ * This source code is licensed under the ISC license.
516
+ * See the LICENSE file in the root directory of this source tree.
517
+ */const jl=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],Pl=m("search",jl);/**
518
+ * @license lucide-react v1.38.0 - ISC
519
+ *
520
+ * This source code is licensed under the ISC license.
521
+ * See the LICENSE file in the root directory of this source tree.
522
+ */const $l=[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]],Fl=m("scissors",$l);/**
523
+ * @license lucide-react v1.38.0 - ISC
524
+ *
525
+ * This source code is licensed under the ISC license.
526
+ * See the LICENSE file in the root directory of this source tree.
527
+ */const Hl=[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["path",{d:"m8.5 8.5 5 5",key:"a8mexj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],zl=m("search-x",Hl);/**
528
+ * @license lucide-react v1.38.0 - ISC
529
+ *
530
+ * This source code is licensed under the ISC license.
531
+ * See the LICENSE file in the root directory of this source tree.
532
+ */const Vl=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],Ul=m("send",Vl);/**
533
+ * @license lucide-react v1.38.0 - ISC
534
+ *
535
+ * This source code is licensed under the ISC license.
536
+ * See the LICENSE file in the root directory of this source tree.
537
+ */const Gl=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],ql=m("settings",Gl);/**
538
+ * @license lucide-react v1.38.0 - ISC
539
+ *
540
+ * This source code is licensed under the ISC license.
541
+ * See the LICENSE file in the root directory of this source tree.
542
+ */const Yl=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],Wl=m("shield-check",Yl);/**
543
+ * @license lucide-react v1.38.0 - ISC
544
+ *
545
+ * This source code is licensed under the ISC license.
546
+ * See the LICENSE file in the root directory of this source tree.
547
+ */const Kl=[["path",{d:"m2.05 2.05 1.099-.028a1 1 0 0 1 1.008.815l2.69 14.347A1 1 0 0 0 7.83 18H18",key:"uebgi3"}],["path",{d:"M4.563 5h16.435a1 1 0 0 1 .981 1.204l-1.026 6.226A2 2 0 0 1 18.962 14H6.25",key:"1j7c9p"}],["circle",{cx:"18",cy:"20",r:"2",key:"t9985n"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]],Xl=m("shopping-cart",Kl);/**
548
+ * @license lucide-react v1.38.0 - ISC
549
+ *
550
+ * This source code is licensed under the ISC license.
551
+ * See the LICENSE file in the root directory of this source tree.
552
+ */const Zl=[["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22",key:"1ailkh"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2",key:"km57vx"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45",key:"os18l9"}]],Jl=m("shuffle",Zl);/**
553
+ * @license lucide-react v1.38.0 - ISC
554
+ *
555
+ * This source code is licensed under the ISC license.
556
+ * See the LICENSE file in the root directory of this source tree.
557
+ */const Ql=[["path",{d:"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z",key:"15892j"}],["path",{d:"M3 20V4",key:"1ptbpl"}]],e1=m("skip-back",Ql);/**
558
+ * @license lucide-react v1.38.0 - ISC
559
+ *
560
+ * This source code is licensed under the ISC license.
561
+ * See the LICENSE file in the root directory of this source tree.
562
+ */const t1=[["path",{d:"M21 4v16",key:"7j8fe9"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",key:"zs4d6"}]],n1=m("skip-forward",t1);/**
563
+ * @license lucide-react v1.38.0 - ISC
564
+ *
565
+ * This source code is licensed under the ISC license.
566
+ * See the LICENSE file in the root directory of this source tree.
567
+ */const o1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],r1=m("square",o1);/**
568
+ * @license lucide-react v1.38.0 - ISC
569
+ *
570
+ * This source code is licensed under the ISC license.
571
+ * See the LICENSE file in the root directory of this source tree.
572
+ */const u1=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],a1=m("star",u1);/**
573
+ * @license lucide-react v1.38.0 - ISC
574
+ *
575
+ * This source code is licensed under the ISC license.
576
+ * See the LICENSE file in the root directory of this source tree.
577
+ */const s1=[["path",{d:"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5",key:"slp6dd"}],["path",{d:"M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244",key:"o0xfot"}],["path",{d:"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05",key:"wn3emo"}]],i1=m("store",s1);/**
578
+ * @license lucide-react v1.38.0 - ISC
579
+ *
580
+ * This source code is licensed under the ISC license.
581
+ * See the LICENSE file in the root directory of this source tree.
582
+ */const c1=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 3v1",key:"1asbbs"}],["path",{d:"M12 20v1",key:"1wcdkc"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M20 12h1",key:"1vloll"}],["path",{d:"m18.364 5.636-.707.707",key:"1hakh0"}],["path",{d:"m6.343 17.657-.707.707",key:"18m9nf"}],["path",{d:"m5.636 5.636.707.707",key:"1xv1c5"}],["path",{d:"m17.657 17.657.707.707",key:"vl76zb"}]],l1=m("sun-medium",c1);/**
583
+ * @license lucide-react v1.38.0 - ISC
584
+ *
585
+ * This source code is licensed under the ISC license.
586
+ * See the LICENSE file in the root directory of this source tree.
587
+ */const d1=[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]],h1=m("table",d1);/**
588
+ * @license lucide-react v1.38.0 - ISC
589
+ *
590
+ * This source code is licensed under the ISC license.
591
+ * See the LICENSE file in the root directory of this source tree.
592
+ */const f1=[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",key:"gugj83"}]],p1=m("table-2",f1);/**
593
+ * @license lucide-react v1.38.0 - ISC
594
+ *
595
+ * This source code is licensed under the ISC license.
596
+ * See the LICENSE file in the root directory of this source tree.
597
+ */const C1=[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]],y1=m("terminal",C1);/**
598
+ * @license lucide-react v1.38.0 - ISC
599
+ *
600
+ * This source code is licensed under the ISC license.
601
+ * See the LICENSE file in the root directory of this source tree.
602
+ */const m1=[["path",{d:"M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6",key:"1528k5"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",key:"13ksps"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",key:"1n9rhb"}],["path",{d:"M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1",key:"1mj8rg"}],["path",{d:"M9 6v12",key:"velyjx"}]],g1=m("text-cursor-input",m1);/**
603
+ * @license lucide-react v1.38.0 - ISC
604
+ *
605
+ * This source code is licensed under the ISC license.
606
+ * See the LICENSE file in the root directory of this source tree.
607
+ */const _1=[["path",{d:"M15 5h6",key:"1pr8yx"}],["path",{d:"M15 12h6",key:"upa0zy"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12",key:"6lvno8"}],["path",{d:"M3.92 10h6.16",key:"1tl8ex"}]],E1=m("text-initial",_1);/**
608
+ * @license lucide-react v1.38.0 - ISC
609
+ *
610
+ * This source code is licensed under the ISC license.
611
+ * See the LICENSE file in the root directory of this source tree.
612
+ */const b1=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M13 5v2",key:"dyzc3o"}],["path",{d:"M13 17v2",key:"1ont0d"}],["path",{d:"M13 11v2",key:"1wjjxi"}]],S1=m("ticket",b1);/**
613
+ * @license lucide-react v1.38.0 - ISC
614
+ *
615
+ * This source code is licensed under the ISC license.
616
+ * See the LICENSE file in the root directory of this source tree.
617
+ */const k1=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],w1=m("trash-2",k1);/**
618
+ * @license lucide-react v1.38.0 - ISC
619
+ *
620
+ * This source code is licensed under the ISC license.
621
+ * See the LICENSE file in the root directory of this source tree.
622
+ */const A1=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],N1=m("trending-up",A1);/**
623
+ * @license lucide-react v1.38.0 - ISC
624
+ *
625
+ * This source code is licensed under the ISC license.
626
+ * See the LICENSE file in the root directory of this source tree.
627
+ */const M1=[["path",{d:"M10 14.66V17a1 1 0 0 1-1 1 2 2 0 0 0-2 2v2",key:"pwuv1l"}],["path",{d:"M14 14.66V17a1 1 0 0 0 1 1 2 2 0 0 1 2 2v2",key:"1y54w1"}],["path",{d:"M17.916 10H19.5A2.5 2.5 0 0 0 22 7.5V5a1 1 0 0 0-1-1h-3",key:"e30mpu"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",key:"1mhfuq"}],["path",{d:"M6.084 10H4.5A2.5 2.5 0 0 1 2 7.5V5a1 1 0 0 1 1-1h3",key:"i0yafy"}]],T1=m("trophy",M1);/**
628
+ * @license lucide-react v1.38.0 - ISC
629
+ *
630
+ * This source code is licensed under the ISC license.
631
+ * See the LICENSE file in the root directory of this source tree.
632
+ */const x1=[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",key:"yqzxt4"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71",key:"4qinb0"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5",key:"1041cp"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8",key:"14m1p5"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22",key:"rzdirn"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16",key:"ox905f"}]],B1=m("unlink",x1);/**
633
+ * @license lucide-react v1.38.0 - ISC
634
+ *
635
+ * This source code is licensed under the ISC license.
636
+ * See the LICENSE file in the root directory of this source tree.
637
+ */const v1=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],D1=m("upload",v1);/**
638
+ * @license lucide-react v1.38.0 - ISC
639
+ *
640
+ * This source code is licensed under the ISC license.
641
+ * See the LICENSE file in the root directory of this source tree.
642
+ */const O1=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],L1=m("user",O1);/**
643
+ * @license lucide-react v1.38.0 - ISC
644
+ *
645
+ * This source code is licensed under the ISC license.
646
+ * See the LICENSE file in the root directory of this source tree.
647
+ */const R1=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],I1=m("user-plus",R1);/**
648
+ * @license lucide-react v1.38.0 - ISC
649
+ *
650
+ * This source code is licensed under the ISC license.
651
+ * See the LICENSE file in the root directory of this source tree.
652
+ */const j1=[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]],P1=m("user-round",j1);/**
653
+ * @license lucide-react v1.38.0 - ISC
654
+ *
655
+ * This source code is licensed under the ISC license.
656
+ * See the LICENSE file in the root directory of this source tree.
657
+ */const $1=[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]],F1=m("user-round-check",$1);/**
658
+ * @license lucide-react v1.38.0 - ISC
659
+ *
660
+ * This source code is licensed under the ISC license.
661
+ * See the LICENSE file in the root directory of this source tree.
662
+ */const H1=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],z1=m("users",H1);/**
663
+ * @license lucide-react v1.38.0 - ISC
664
+ *
665
+ * This source code is licensed under the ISC license.
666
+ * See the LICENSE file in the root directory of this source tree.
667
+ */const V1=[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]],U1=m("users-round",V1);/**
668
+ * @license lucide-react v1.38.0 - ISC
669
+ *
670
+ * This source code is licensed under the ISC license.
671
+ * See the LICENSE file in the root directory of this source tree.
672
+ */const G1=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728",key:"ijwkga"}]],q1=m("volume-2",G1);/**
673
+ * @license lucide-react v1.38.0 - ISC
674
+ *
675
+ * This source code is licensed under the ISC license.
676
+ * See the LICENSE file in the root directory of this source tree.
677
+ */const Y1=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",key:"1ngwbx"}]],W1=m("wrench",Y1);/**
678
+ * @license lucide-react v1.38.0 - ISC
679
+ *
680
+ * This source code is licensed under the ISC license.
681
+ * See the LICENSE file in the root directory of this source tree.
682
+ */const K1=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],X1=m("x",K1);/**
683
+ * @license lucide-react v1.38.0 - ISC
684
+ *
685
+ * This source code is licensed under the ISC license.
686
+ * See the LICENSE file in the root directory of this source tree.
687
+ */const Z1=[["path",{d:"M15.914 4a1.5 1.5 0 00-2.474-1.561l-9 9A1.5 1.5 0 005.5 14h4.002a.5.5 0 01.471.666L8.086 20a1.5 1.5 0 002.475 1.56l9-9A1.5 1.5 0 0018.5 10h-3.997a.5.5 0 01-.472-.667z",key:"1v7up4"}]],J1=m("zap",Z1);/**
688
+ * @license lucide-react v1.38.0 - ISC
689
+ *
690
+ * This source code is licensed under the ISC license.
691
+ * See the LICENSE file in the root directory of this source tree.
692
+ */const Q1=[["path",{d:"M12 6v16",key:"nqf5sj"}],["path",{d:"m19 13 2-1a9 9 0 0 1-18 0l2 1",key:"y7qv08"}],["path",{d:"M9 11h6",key:"1fldmi"}],["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}]],ed=m("anchor",Q1);/**
693
+ * @license lucide-react v1.38.0 - ISC
694
+ *
695
+ * This source code is licensed under the ISC license.
696
+ * See the LICENSE file in the root directory of this source tree.
697
+ */const td=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]],nd=m("arrow-up-a-z",td);/**
698
+ * @license lucide-react v1.38.0 - ISC
699
+ *
700
+ * This source code is licensed under the ISC license.
701
+ * See the LICENSE file in the root directory of this source tree.
702
+ */const od=[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V3",key:"1lcnhd"}],["path",{d:"M19 21V9",key:"unv183"}]],rd=m("chart-no-axes-column",od);/**
703
+ * @license lucide-react v1.38.0 - ISC
704
+ *
705
+ * This source code is licensed under the ISC license.
706
+ * See the LICENSE file in the root directory of this source tree.
707
+ */const ud=[["path",{d:"M8 2v3",key:"1ioesn"}],["path",{d:"M16 2v3",key:"otl347"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["path",{d:"M3 9h18",key:"1pudct"}]],ad=m("calendar",ud);/**
708
+ * @license lucide-react v1.38.0 - ISC
709
+ *
710
+ * This source code is licensed under the ISC license.
711
+ * See the LICENSE file in the root directory of this source tree.
712
+ */const sd=[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",key:"5owen"}],["circle",{cx:"7",cy:"17",r:"2",key:"u2ysq9"}],["path",{d:"M9 17h6",key:"r8uit2"}],["circle",{cx:"17",cy:"17",r:"2",key:"axvx0g"}]],id=m("car",sd);/**
713
+ * @license lucide-react v1.38.0 - ISC
714
+ *
715
+ * This source code is licensed under the ISC license.
716
+ * See the LICENSE file in the root directory of this source tree.
717
+ */const cd=[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",key:"pwadti"}],["path",{d:"M6 2v2",key:"colzsn"}]],ld=m("coffee",cd);/**
718
+ * @license lucide-react v1.38.0 - ISC
719
+ *
720
+ * This source code is licensed under the ISC license.
721
+ * See the LICENSE file in the root directory of this source tree.
722
+ */const dd=[["line",{x1:"6",x2:"10",y1:"11",y2:"11",key:"1gktln"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13",key:"qnk9ow"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12",key:"krot7o"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10",key:"1lcuu1"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",key:"mfqc10"}]],hd=m("gamepad-2",dd);/**
723
+ * @license lucide-react v1.38.0 - ISC
724
+ *
725
+ * This source code is licensed under the ISC license.
726
+ * See the LICENSE file in the root directory of this source tree.
727
+ */const fd=[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]],pd=m("inbox",fd);/**
728
+ * @license lucide-react v1.38.0 - ISC
729
+ *
730
+ * This source code is licensed under the ISC license.
731
+ * See the LICENSE file in the root directory of this source tree.
732
+ */const Cd=[["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"M3 10a2 2 0 0 0 2 2h3",key:"1npucw"}],["path",{d:"M3 5v12a2 2 0 0 0 2 2h3",key:"x1gjn2"}]],yd=m("list-tree",Cd);/**
733
+ * @license lucide-react v1.38.0 - ISC
734
+ *
735
+ * This source code is licensed under the ISC license.
736
+ * See the LICENSE file in the root directory of this source tree.
737
+ */const md=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M8 11h.01",key:"1dfujw"}]],gd=m("message-square-more",md);/**
738
+ * @license lucide-react v1.38.0 - ISC
739
+ *
740
+ * This source code is licensed under the ISC license.
741
+ * See the LICENSE file in the root directory of this source tree.
742
+ */const _d=[["path",{d:"M5 12h14",key:"1ays0h"}]],Ed=m("minus",_d);/**
743
+ * @license lucide-react v1.38.0 - ISC
744
+ *
745
+ * This source code is licensed under the ISC license.
746
+ * See the LICENSE file in the root directory of this source tree.
747
+ */const bd=[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]],Sd=m("share-2",bd);/**
748
+ * @license lucide-react v1.38.0 - ISC
749
+ *
750
+ * This source code is licensed under the ISC license.
751
+ * See the LICENSE file in the root directory of this source tree.
752
+ */const kd=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],wd=m("sparkles",kd);/**
753
+ * @license lucide-react v1.38.0 - ISC
754
+ *
755
+ * This source code is licensed under the ISC license.
756
+ * See the LICENSE file in the root directory of this source tree.
757
+ */const Ad=[["path",{d:"M12 4v16",key:"1654pz"}],["path",{d:"M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2",key:"e0r10z"}],["path",{d:"M9 20h6",key:"s66wpe"}]],Nd=m("type",Ad);/**
758
+ * @license lucide-react v1.38.0 - ISC
759
+ *
760
+ * This source code is licensed under the ISC license.
761
+ * See the LICENSE file in the root directory of this source tree.
762
+ */const Md=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}]],Td=m("volume",Md);/**
763
+ * @license lucide-react v1.38.0 - ISC
764
+ *
765
+ * This source code is licensed under the ISC license.
766
+ * See the LICENSE file in the root directory of this source tree.
767
+ */const xd=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],Bd=m("chevron-down",xd);/**
768
+ * @license lucide-react v1.38.0 - ISC
769
+ *
770
+ * This source code is licensed under the ISC license.
771
+ * See the LICENSE file in the root directory of this source tree.
772
+ */const vd=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],Dd=m("chevron-up",vd);/**
773
+ * @license lucide-react v1.38.0 - ISC
774
+ *
775
+ * This source code is licensed under the ISC license.
776
+ * See the LICENSE file in the root directory of this source tree.
777
+ */const Od=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Ld=m("circle",Od);/**
778
+ * @license lucide-react v1.38.0 - ISC
779
+ *
780
+ * This source code is licensed under the ISC license.
781
+ * See the LICENSE file in the root directory of this source tree.
782
+ */const Rd=[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",key:"14u9p9"}]],Id=m("triangle",Rd);/**
783
+ * @license lucide-react v1.38.0 - ISC
784
+ *
785
+ * This source code is licensed under the ISC license.
786
+ * See the LICENSE file in the root directory of this source tree.
787
+ */const jd=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],Pd=m("menu",jd);/**
788
+ * @license lucide-react v1.38.0 - ISC
789
+ *
790
+ * This source code is licensed under the ISC license.
791
+ * See the LICENSE file in the root directory of this source tree.
792
+ */const $d=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",key:"kfwtm"}]],Fd=m("moon",$d);/**
793
+ * @license lucide-react v1.38.0 - ISC
794
+ *
795
+ * This source code is licensed under the ISC license.
796
+ * See the LICENSE file in the root directory of this source tree.
797
+ */const Hd=[["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}],["path",{d:"M7 10v12",key:"1qc93n"}]],zd=m("thumbs-up",Hd),wr={"alert-triangle":br,"align-start-vertical":Es,anchor:ed,"arrow-down":Ss,"arrow-left":ws,"arrow-right":Ns,"arrow-right-left":Ts,"arrow-up-a-z":nd,"audio-lines":Bs,baby:Ds,ban:Ls,"bar-chart-2":rd,bell:Is,"book-marked":Ps,"book-open":Fs,"bow-arrow":zs,braces:Us,bug:qs,calendar:ad,"calendar-check":Ws,"calendar-days":Xs,camera:Js,car:id,"chart-column":ei,"chart-line":ni,"chart-pie":ri,check:ai,"chevron-down":Bd,"chevron-left":ii,"chevron-right":li,"chevron-up":Dd,circle:Ld,"clipboard-list":hi,coffee:ld,combine:pi,copy:yi,"credit-card":gi,database:Ei,diff:Si,download:wi,ear:Ni,edit:Ti,"edit-2":Bi,"edit-3":Di,ellipsis:Sr,eraser:Ri,"external-link":ji,eye:$i,"file-text":Hi,"flip-horizontal":Vi,"folder-open":Gi,"folder-plus":Yi,gamepad:Ki,"gamepad-2":hd,gavel:Zi,"git-merge":Qi,globe:tc,headphones:oc,heart:uc,home:sc,inbox:pd,info:cc,"key-round":dc,landmark:fc,layers:Cc,"layout-dashboard":mc,leaf:_c,lightbulb:bc,link:kc,"link-2":Ac,"link-2-off":Mc,list:xc,"list-checks":vc,"list-ordered":Oc,"list-tree":yd,loader:Rc,"log-out":jc,mail:$c,"map-pin":Hc,menu:Pd,"message-circle":Vc,"message-circle-question-mark":Gc,"message-square":Yc,"message-square-more":gd,"message-square-text":Kc,minus:Ed,"minus-circle":Zc,moon:Fd,"more-horizontal":Sr,package:Qc,palette:tl,"party-popper":ol,pause:ul,pencil:sl,phone:cl,play:dl,"play-circle":fl,plus:Cl,printer:ml,"refresh-cw":_l,repeat:bl,replace:kl,rocket:Al,"rotate-ccw":Ml,"rotate-cw":xl,salad:vl,"scan-search":Ol,search:Pl,"circle-alert":kr,"alert-circle":kr,"check-circle":Il,scissors:Fl,"search-x":zl,send:Ul,settings:ql,"share-2":Sd,"shield-check":Wl,"shopping-cart":Xl,shuffle:Jl,"skip-back":e1,"skip-forward":n1,sparkles:wd,square:r1,star:a1,store:i1,"sun-medium":l1,table:h1,"table-2":p1,terminal:y1,"text-cursor-input":g1,"text-initial":E1,"thumbs-up":zd,ticket:S1,triangle:Id,"trash-2":w1,"trending-up":N1,"triangle-alert":br,trophy:T1,type:Nd,unlink:B1,upload:D1,user:L1,"user-plus":I1,"user-round":P1,"user-round-check":F1,users:z1,"users-round":U1,volume:Td,"volume-2":q1,wrench:W1,x:X1,zap:J1};function Vd(e){return wr[e]??null}const Ar=new Set,Ud=(()=>{try{const e=globalThis;return e.process!=null&&e.process.env?.NODE_ENV!=="production"}catch{return!1}})();function Gd(e){return Ud&&!(e in wr)&&!Ar.has(e)&&(Ar.add(e),console.warn(`[ihabdevteam-core] lucide \uC544\uC774\uCF58 '${e}' \uC774 \uC815\uC801 \uBAA9\uB85D\uC5D0 \uC5C6\uC5B4 \uB80C\uB354\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. utils/lucideIconSet.ts \uC758 STATIC_LUCIDE_ICONS \uC5D0 \uCD94\uAC00\uD558\uC138\uC694.`)),Promise.resolve(null)}const qd=e=>e.replace(/([A-Z]+)([A-Z][a-z])/g,"$1-$2").replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/([A-Za-z])([0-9])/g,"$1-$2").replace(/[_ ]+/g,"-").toLowerCase();function Yd(e){const t=e.toLowerCase();if(t.startsWith("http://")||t.startsWith("https://")||t.startsWith("data:")||e.includes("/assets/"))return null;const n=(e.split("/").pop()||"").replace(/\.svg$/,"");return n?qd(n):null}const Nr=new Map;function Wd(e){const t=typeof e=="string"?Yd(e):null,n=t?Vd(t)??Nr.get(t)??null:null,[o,r]=c.useState(null);return c.useEffect(()=>{if(!t||n)return;let u=!1;return Gd(t).then(s=>{Nr.set(t,s),u||r(s)}),()=>{u=!0}},[t,n]),n??o}/*! @license DOMPurify 3.4.14 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.14/LICENSE */function Mr(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,o=Array(t);n<t;n++)o[n]=e[n];return o}function Kd(e){if(Array.isArray(e))return e}function Xd(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var o,r,u,s,i=[],l=!0,C=!1;try{if(u=(n=n.call(e)).next,t!==0)for(;!(l=(o=u.call(n)).done)&&(i.push(o.value),i.length!==t);l=!0);}catch(p){C=!0,r=p}finally{try{if(!l&&n.return!=null&&(s=n.return(),Object(s)!==s))return}finally{if(C)throw r}}return i}}function Zd(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
798
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Jd(e,t){return Kd(e)||Xd(e,t)||Qd(e,t)||Zd()}function Qd(e,t){if(e){if(typeof e=="string")return Mr(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Mr(e,t):void 0}}const Tr=Object.entries,xr=Object.setPrototypeOf,e0=Object.isFrozen,t0=Object.getPrototypeOf,n0=Object.getOwnPropertyDescriptor;let pe=Object.freeze,ge=Object.seal,Ot=Object.create,Br=typeof Reflect<"u"&&Reflect,eo=Br.apply,to=Br.construct;pe||(pe=function(t){return t}),ge||(ge=function(t){return t}),eo||(eo=function(t,n){for(var o=arguments.length,r=new Array(o>2?o-2:0),u=2;u<o;u++)r[u-2]=arguments[u];return t.apply(n,r)}),to||(to=function(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),r=1;r<n;r++)o[r-1]=arguments[r];return new t(...o)});const St=de(Array.prototype.forEach),o0=de(Array.prototype.lastIndexOf),vr=de(Array.prototype.pop),Wt=de(Array.prototype.push),r0=de(Array.prototype.splice),Lt=Array.isArray,Kt=de(String.prototype.toLowerCase),no=de(String.prototype.toString),Dr=de(String.prototype.match),Xt=de(String.prototype.replace),Or=de(String.prototype.indexOf),u0=de(String.prototype.trim),a0=de(Number.prototype.toString),s0=de(Boolean.prototype.toString),Lr=typeof BigInt>"u"?null:de(BigInt.prototype.toString),Rr=typeof Symbol>"u"?null:de(Symbol.prototype.toString),Be=de(Object.prototype.hasOwnProperty),Zt=de(Object.prototype.toString),we=de(RegExp.prototype.test),kt=i0(TypeError);function de(e){return function(t){t instanceof RegExp&&(t.lastIndex=0);for(var n=arguments.length,o=new Array(n>1?n-1:0),r=1;r<n;r++)o[r-1]=arguments[r];return eo(e,t,o)}}function i0(e){return function(){for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return to(e,n)}}function J(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Kt;if(xr&&xr(e,null),!Lt(t))return e;let o=t.length;for(;o--;){let r=t[o];if(typeof r=="string"){const u=n(r);u!==r&&(e0(t)||(t[o]=u),r=u)}e[r]=!0}return e}function c0(e){for(let t=0;t<e.length;t++)Be(e,t)||(e[t]=null);return e}function Le(e){const t=Ot(null);for(const o of Tr(e)){var n=Jd(o,2);const r=n[0],u=n[1];Be(e,r)&&(Lt(u)?t[r]=c0(u):u&&typeof u=="object"&&u.constructor===Object?t[r]=Le(u):t[r]=u)}return t}function l0(e){switch(typeof e){case"string":return e;case"number":return a0(e);case"boolean":return s0(e);case"bigint":return Lr?Lr(e):"0";case"symbol":return Rr?Rr(e):"Symbol()";case"undefined":return Zt(e);case"function":case"object":{if(e===null)return Zt(e);const t=e,n=Ve(t,"toString");if(typeof n=="function"){const o=n(t);return typeof o=="string"?o:Zt(o)}return Zt(e)}default:return Zt(e)}}function Ve(e,t){for(;e!==null;){const o=n0(e,t);if(o){if(o.get)return de(o.get);if(typeof o.value=="function")return de(o.value)}e=t0(e)}function n(){return null}return n}function d0(e){try{return we(e,""),!0}catch{return!1}}const Ir=pe(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),oo=pe(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),ro=pe(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),h0=pe(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),uo=pe(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),f0=pe(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),jr=pe(["#text"]),Pr=pe(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","command","commandfor","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),ao=pe(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dominant-baseline","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","pointer-events","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-orientation","text-rendering","textlength","type","u1","u2","unicode","values","vector-effect","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),$r=pe(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),wn=pe(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),p0=ge(/{{[\w\W]*|^[\w\W]*}}/g),C0=ge(/<%[\w\W]*|^[\w\W]*%>/g),y0=ge(/\${[\w\W]*/g),m0=ge(/^data-[\-\w.\u00B7-\uFFFF]+$/),g0=ge(/^aria-[\-\w]+$/),Fr=ge(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),_0=ge(/^(?:\w+script|data):/i),E0=ge(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),b0=ge(/^html$/i),S0=ge(/^[a-z][.\w]*(-[.\w]+)+$/i),Hr=ge(/<[/\w!]/g),zr=ge(/<[/\w]/g),k0=ge(/<\/no(script|embed|frames)/i),w0=ge(/\/>/i),Re={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,processingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},Vr=["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"],A0=pe(J({},Vr)),N0=(function(){const e={};return St(Vr,t=>{e[t]=ge(new RegExp("</"+t+"(?=[\\t\\n\\f\\r />])","i"))}),pe(e)})(),M0=function(){return typeof window>"u"?null:window},T0=function(t,n){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let o=null;const r="data-tt-policy-suffix";n&&n.hasAttribute(r)&&(o=n.getAttribute(r));const u="dompurify"+(o?"#"+o:"");try{return t.createPolicy(u,{createHTML(s){return s},createScriptURL(s){return s}})}catch{return console.warn("TrustedTypes policy "+u+" could not be created."),null}},Ur=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},ft=function(t,n,o,r){return Be(t,n)&&Lt(t[n])?J(r.base?Le(r.base):{},t[n],r.transform):o},so=function(t,n,o){const r=Be(t,n)?t[n]:void 0;return r&&typeof r=="object"?Le(r):o()};function Gr(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:M0();const t=M=>Gr(M);if(t.version="3.4.14",t.removed=[],!e||!e.document||e.document.nodeType!==Re.document||!e.Element)return t.isSupported=!1,t;let n=e.document;const o=n,r=o.currentScript;e.DocumentFragment;const u=e.HTMLTemplateElement,s=e.Node,i=e.Element,l=e.NodeFilter,C=e.NamedNodeMap;C===void 0&&(e.NamedNodeMap||e.MozNamedAttrMap),e.HTMLFormElement;const p=e.DOMParser,h=e.trustedTypes,d=i.prototype,y=Ve(d,"cloneNode"),E=Ve(d,"remove"),b=Ve(d,"nextSibling"),_=Ve(d,"childNodes"),g=Ve(d,"parentNode"),k=Ve(d,"shadowRoot"),w=Ve(d,"attributes"),x=s&&s.prototype?Ve(s.prototype,"nodeType"):null,R=s&&s.prototype?Ve(s.prototype,"nodeName"):null,D=s&&s.prototype?Ve(s.prototype,"ownerDocument"):null,P=function(a){return x?x(a):a.nodeType},G=function(a){return R?R(a):a.nodeName};if(typeof u=="function"){const M=n.createElement("template");M.content&&M.content.ownerDocument&&(n=M.content.ownerDocument)}let L,T="",U,$=!1,q=0;const H=function(){if(q>0)throw kt('A configured TRUSTED_TYPES_POLICY callback (createHTML or createScriptURL) must not call DOMPurify.sanitize, as that causes infinite recursion. Do not pass a policy whose callbacks wrap DOMPurify as TRUSTED_TYPES_POLICY; see the "DOMPurify and Trusted Types" section of the README.')},O=function(a){H(),q++;try{return L.createHTML(a)}finally{q--}},I=function(a){H(),q++;try{return L.createScriptURL(a)}finally{q--}},Ce=function(){return $||(U=T0(h,r),$=!0),U},Z=n,Q=Z.implementation,N=Z.createNodeIterator,z=Z.createDocumentFragment,ne=Z.getElementsByTagName,oe=o.importNode;let K=Ur();t.isSupported=typeof Tr=="function"&&typeof g=="function"&&Q&&Q.createHTMLDocument!==void 0;const be=p0,B=C0,he=y0,fe=m0,Ie=g0,ct=_0,Ue=E0,Qe=S0;let $e=Fr,ee=null;const et=J({},[...Ir,...oo,...ro,...uo,...jr]);let re=null;const A=J({},[...Pr,...ao,...$r,...wn]);let j=Object.seal(Ot(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),V=null,X=null;const te=Object.seal(Ot(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Me=!0,Ae=!0,Ge=!1,Fe=!0,ye=!1,je=!0,ve=!1,lt=!1,qe=null,tt=null,nt=!1,ot=!1,wt=!1,Ct=!1,It=!0,me=!1;const At="user-content-";let Nt=!0,rt=!1,dt={},Ye=null;const ue=J({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","selectedcontent","style","svg","template","thead","title","video","xmp"]);let We=null;const jt=J({},["audio","video","img","source","image","track"]);let Mt=null;const Eo=J({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),an="http://www.w3.org/1998/Math/MathML",sn="http://www.w3.org/2000/svg",Ke="http://www.w3.org/1999/xhtml";let Tt=Ke,Dn=!1,On=null;const hu=J({},[an,sn,Ke],no),bo=pe(["mi","mo","mn","ms","mtext"]);let Ln=J({},bo);const So=pe(["annotation-xml"]);let Rn=J({},So);const fu=J({},["title","style","font","a","script"]);let Pt=null;const pu=["application/xhtml+xml","text/html"],Cu="text/html";let le=null,xt=null;const yu=n.createElement("form"),ko=function(a){return a instanceof RegExp||a instanceof Function},In=function(){let a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(xt&&xt===a)return;(!a||typeof a!="object")&&(a={}),a=Le(a),Pt=pu.indexOf(a.PARSER_MEDIA_TYPE)===-1?Cu:a.PARSER_MEDIA_TYPE,le=Pt==="application/xhtml+xml"?no:Kt,ee=ft(a,"ALLOWED_TAGS",et,{transform:le}),re=ft(a,"ALLOWED_ATTR",A,{transform:le}),On=ft(a,"ALLOWED_NAMESPACES",hu,{transform:no}),Mt=ft(a,"ADD_URI_SAFE_ATTR",Eo,{transform:le,base:Eo}),We=ft(a,"ADD_DATA_URI_TAGS",jt,{transform:le,base:jt}),Ye=ft(a,"FORBID_CONTENTS",ue,{transform:le}),V=ft(a,"FORBID_TAGS",Le({}),{transform:le}),X=ft(a,"FORBID_ATTR",Le({}),{transform:le}),dt=Be(a,"USE_PROFILES")?a.USE_PROFILES&&typeof a.USE_PROFILES=="object"?Le(a.USE_PROFILES):a.USE_PROFILES:!1,Me=a.ALLOW_ARIA_ATTR!==!1,Ae=a.ALLOW_DATA_ATTR!==!1,Ge=a.ALLOW_UNKNOWN_PROTOCOLS||!1,Fe=a.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ye=a.SAFE_FOR_TEMPLATES||!1,je=a.SAFE_FOR_XML!==!1,ve=a.WHOLE_DOCUMENT||!1,ot=a.RETURN_DOM||!1,wt=a.RETURN_DOM_FRAGMENT||!1,Ct=a.RETURN_TRUSTED_TYPE||!1,nt=a.FORCE_BODY||!1,It=a.SANITIZE_DOM!==!1,me=a.SANITIZE_NAMED_PROPS||!1,Nt=a.KEEP_CONTENT!==!1,rt=a.IN_PLACE||!1,$e=d0(a.ALLOWED_URI_REGEXP)?a.ALLOWED_URI_REGEXP:Fr,Tt=typeof a.NAMESPACE=="string"?a.NAMESPACE:Ke,Ln=so(a,"MATHML_TEXT_INTEGRATION_POINTS",()=>J({},bo)),Rn=so(a,"HTML_INTEGRATION_POINTS",()=>J({},So));const f=so(a,"CUSTOM_ELEMENT_HANDLING",()=>Ot(null));if(j=Ot(null),Be(f,"tagNameCheck")&&ko(f.tagNameCheck)&&(j.tagNameCheck=f.tagNameCheck),Be(f,"attributeNameCheck")&&ko(f.attributeNameCheck)&&(j.attributeNameCheck=f.attributeNameCheck),Be(f,"allowCustomizedBuiltInElements")&&typeof f.allowCustomizedBuiltInElements=="boolean"&&(j.allowCustomizedBuiltInElements=f.allowCustomizedBuiltInElements),ge(j),ye&&(Ae=!1),wt&&(ot=!0),dt&&(ee=J({},jr),re=Ot(null),dt.html===!0&&(J(ee,Ir),J(re,Pr)),dt.svg===!0&&(J(ee,oo),J(re,ao),J(re,wn)),dt.svgFilters===!0&&(J(ee,ro),J(re,ao),J(re,wn)),dt.mathMl===!0&&(J(ee,uo),J(re,$r),J(re,wn))),te.tagCheck=null,te.attributeCheck=null,Be(a,"ADD_TAGS")&&(typeof a.ADD_TAGS=="function"?te.tagCheck=a.ADD_TAGS:Lt(a.ADD_TAGS)&&(ee===et&&(ee=Le(ee)),J(ee,a.ADD_TAGS,le))),Be(a,"ADD_ATTR")&&(typeof a.ADD_ATTR=="function"?te.attributeCheck=a.ADD_ATTR:Lt(a.ADD_ATTR)&&(re===A&&(re=Le(re)),J(re,a.ADD_ATTR,le))),Be(a,"ADD_FORBID_CONTENTS")&&Lt(a.ADD_FORBID_CONTENTS)&&(Ye===ue&&(Ye=Le(Ye)),J(Ye,a.ADD_FORBID_CONTENTS,le)),Nt&&(ee["#text"]=!0),ve&&J(ee,["html","head","body"]),ee.table&&(J(ee,["tbody"]),delete V.tbody),a.TRUSTED_TYPES_POLICY){if(typeof a.TRUSTED_TYPES_POLICY.createHTML!="function")throw kt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof a.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw kt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');const S=L;L=a.TRUSTED_TYPES_POLICY;try{T=O("")}catch(v){throw L=S,v}}else a.TRUSTED_TYPES_POLICY===null?(L=void 0,T=""):(L===void 0&&(L=Ce()),L&&typeof T=="string"&&(T=O("")));pe&&pe(a),xt=a},wo=J({},[...oo,...ro,...h0]),Ao=J({},[...uo,...f0]),mu=function(a,f,S){return f.namespaceURI===Ke?a==="svg":f.namespaceURI===an?a==="svg"&&(S==="annotation-xml"||Ln[S]):!!wo[a]},gu=function(a,f,S){return f.namespaceURI===Ke?a==="math":f.namespaceURI===sn?a==="math"&&Rn[S]:!!Ao[a]},_u=function(a,f,S){return f.namespaceURI===sn&&!Rn[S]||f.namespaceURI===an&&!Ln[S]?!1:!Ao[a]&&(fu[a]||!wo[a])},Eu=function(a){let f=g(a);(!f||!f.tagName)&&(f={namespaceURI:Tt,tagName:"template"});const S=Kt(a.tagName),v=Kt(f.tagName);return On[a.namespaceURI]?a.namespaceURI===sn?mu(S,f,v):a.namespaceURI===an?gu(S,f,v):a.namespaceURI===Ke?_u(S,f,v):!!(Pt==="application/xhtml+xml"&&On[a.namespaceURI]):!1},ht=function(a){Wt(t.removed,{element:a});try{g(a).removeChild(a)}catch{if(E(a),!g(a))throw kt("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place")}},No=function(a,f,S){try{a.removeAttributeNode(f)}catch{try{a.removeAttribute(S)}catch{}}},cn=function(a){ln(a);const f=_(a);if(f){const v=[];St(f,F=>{Wt(v,F)}),St(v,F=>{try{E(F)}catch{}})}const S=w(a);if(S)for(let v=S.length-1;v>=0;--v){const F=S[v],W=F&&F.name;typeof W=="string"&&No(a,F,W)}},yt=function(a,f,S){if(!S)try{S=f.getAttributeNode(a)}catch{S=null}Wt(t.removed,{attribute:S||null,from:f});try{S?f.removeAttributeNode(S):f.removeAttribute(a)}catch{try{f.removeAttribute(a)}catch{}}if(a==="is")if(ot||wt)try{ht(f)}catch{}else try{f.setAttribute(a,"")}catch{}},bu=function(a){const f=w(a);if(f)for(let S=f.length-1;S>=0;--S){const v=f[S],F=v&&v.name;typeof F!="string"||re[le(F)]||No(a,v,F)}},ln=function(a){const f=[a];for(;f.length>0;){const S=f.pop();P(S)===Re.element&&bu(S);const F=_(S);if(F)for(let W=F.length-1;W>=0;--W)f.push(F[W])}},Mo=function(a,f){return je?a==="patchsrc"?!0:a==="for"&&f!=="label"&&f!=="output":!1},Su=function(a){if(!je)return;const f=[a];for(;f.length>0;){const S=f.pop(),v=P(S);if(v===Re.processingInstruction||v===Re.comment&&we(zr,S.data)){try{E(S)}catch{}continue}if(v===Re.element){const W=S,se=le(G(S));try{W.hasAttribute&&W.hasAttribute("patchsrc")&&W.removeAttribute("patchsrc"),W.hasAttribute&&W.hasAttribute("for")&&Mo("for",se)&&W.removeAttribute("for")}catch{}}const F=_(S);if(F)for(let W=F.length-1;W>=0;--W)f.push(F[W])}},To=function(a){let f=null,S=null;if(nt)a="<remove></remove>"+a;else{const W=Dr(a,/^[\r\n\t ]+/);S=W&&W[0]}Pt==="application/xhtml+xml"&&Tt===Ke&&(a='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+a+"</body></html>");const v=L?O(a):a;if(Tt===Ke)try{f=new p().parseFromString(v,Pt)}catch{}if(!f||!f.documentElement){f=Q.createDocument(Tt,"template",null);try{f.documentElement.innerHTML=Dn?T:v}catch{}}const F=f.body||f.documentElement;return a&&S&&F.insertBefore(n.createTextNode(S),F.childNodes[0]||null),Tt===Ke?ne.call(f,ve?"html":"body")[0]:ve?f.documentElement:F},xo=function(a){const f=D?D(a):a.ownerDocument;return N.call(f||a,a,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null)},dn=function(a){return a=Xt(a,be," "),a=Xt(a,B," "),a=Xt(a,he," "),a},jn=function(a){var f;a.normalize();const S=D?D(a):a.ownerDocument,v=N.call(S||a,a,l.SHOW_TEXT|l.SHOW_COMMENT|l.SHOW_CDATA_SECTION|l.SHOW_PROCESSING_INSTRUCTION,null);let F=v.nextNode();for(;F;)F.data=dn(F.data),F=v.nextNode();const W=(f=a.querySelectorAll)===null||f===void 0?void 0:f.call(a,"template");W&&St(W,se=>{Bt(se.content)&&jn(se.content)})},hn=function(a){const f=R?R(a):null;return typeof f!="string"||le(f)!=="form"?!1:typeof a.nodeName!="string"||typeof a.textContent!="string"||typeof a.removeChild!="function"||a.attributes!==w(a)||typeof a.removeAttribute!="function"||typeof a.setAttribute!="function"||typeof a.namespaceURI!="string"||typeof a.insertBefore!="function"||typeof a.hasChildNodes!="function"||a.nodeType!==x(a)||a.childNodes!==_(a)},Bt=function(a){if(!x||typeof a!="object"||a===null)return!1;try{return x(a)===Re.documentFragment}catch{return!1}},$t=function(a){if(!x||typeof a!="object"||a===null)return!1;try{return typeof x(a)=="number"}catch{return!1}};function Xe(M,a,f){M.length!==0&&St(M,S=>{S.call(t,a,f,xt)})}const ku=function(a,f){return!!(je&&a.hasChildNodes()&&!$t(a.firstElementChild)&&we(Hr,a.textContent)&&we(Hr,a.innerHTML)||je&&a.namespaceURI===Ke&&A0[f]&&($t(a.firstElementChild)||typeof a.textContent=="string"&&we(N0[f],a.textContent))||a.nodeType===Re.processingInstruction||je&&a.nodeType===Re.comment&&we(zr,a.data))},fn=function(a,f){if(a instanceof RegExp)return we(a,f);if(a instanceof Function){for(var S=arguments.length,v=new Array(S>2?S-2:0),F=2;F<S;F++)v[F-2]=arguments[F];return!!a(f,...v)}return!1},wu=function(a,f,S){if(!V[f]&&Lo(f)&&fn(j.tagNameCheck,f))return!1;if(Nt&&!Ye[f]){const v=g(a),F=_(a);if(F&&v){const W=F.length;for(let se=W-1;se>=0;--se){const ce=a===S?y(F[se],!0):F[se];v.insertBefore(ce,b(a))}}}return ht(a),!0},Bo=function(a,f,S,v){return a.length===0?f:f===S||f===v?Le(f):f},vo=function(a,f){return a===f||g(a)!==null?!1:(rt&&ln(a),!0)},Do=function(a,f){if(Xe(K.beforeSanitizeElements,a,null),vo(a,f))return!0;if(hn(a))return ht(a),!0;const S=le(G(a));if(ee=Bo(K.uponSanitizeElement,ee,et,qe),Xe(K.uponSanitizeElement,a,{tagName:S,allowedTags:ee}),vo(a,f))return!0;if(ku(a,S))return ht(a),!0;if(V[S]||!(te.tagCheck instanceof Function&&te.tagCheck(S))&&!ee[S]){const F=wu(a,S,f);return F===!1&&Xe(K.afterSanitizeElements,a,null),F}if(P(a)===Re.element&&!Eu(a)||(S==="noscript"||S==="noembed"||S==="noframes")&&we(k0,a.innerHTML))return ht(a),!0;if(ye&&a.nodeType===Re.text){const F=dn(a.textContent);a.textContent!==F&&(Wt(t.removed,{element:a.cloneNode()}),a.textContent=F)}return Xe(K.afterSanitizeElements,a,null),!1},Oo=function(a,f,S){if(X[f]||Mo(f,a)||It&&(f==="id"||f==="name")&&(S in n||S in yu))return!1;const v=re[f]||te.attributeCheck instanceof Function&&te.attributeCheck(f,a);return Ae&&we(fe,f)||Me&&we(Ie,f)?!0:v?Mt[f]||we($e,Xt(S,Ue,""))||(f==="src"||f==="xlink:href"||f==="href")&&a!=="script"&&Or(S,"data:")===0&&We[a]||Ge&&!we(ct,Xt(S,Ue,""))?!0:!S:Lo(a)&&fn(j.tagNameCheck,a)&&fn(j.attributeNameCheck,f,a)||f==="is"&&j.allowCustomizedBuiltInElements&&fn(j.tagNameCheck,S)},Au=J({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),Lo=function(a){return!Au[Kt(a)]&&we(Qe,a)},Nu=function(a,f,S,v){if(L&&typeof h=="object"&&typeof h.getAttributeType=="function"&&!S)switch(h.getAttributeType(a,f)){case"TrustedHTML":return O(v);case"TrustedScriptURL":return I(v)}return v},Mu=function(a,f,S,v){try{S?a.setAttributeNS(S,f,v):a.setAttribute(f,v),hn(a)?ht(a):vr(t.removed)}catch{yt(f,a)}},Ro=function(a){Xe(K.beforeSanitizeAttributes,a,null);const f=a.attributes;if(!f||hn(a))return;re=Bo(K.uponSanitizeAttribute,re,A,tt);const S={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:re,forceKeepAttr:void 0};let v=f.length;const F=le(a.nodeName);for(;v--;){const W=f[v],se=W.name,ce=W.namespaceURI,Te=W.value,xe=le(se),$n=Te;let Ne=se==="value"?$n:u0($n);if(S.attrName=xe,S.attrValue=Ne,S.keepAttr=!0,S.forceKeepAttr=void 0,Xe(K.uponSanitizeAttribute,a,S),Ne=S.attrValue,me&&(xe==="id"||xe==="name")&&Or(Ne,At)!==0&&(yt(se,a,W),Ne=At+Ne),je&&we(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,Ne)){yt(se,a,W);continue}if(xe==="attributename"&&Dr(Ne,"href")){yt(se,a,W);continue}if(!S.forceKeepAttr){if(!S.keepAttr){yt(se,a,W);continue}if(!Fe&&we(w0,Ne)){yt(se,a,W);continue}if(ye&&(Ne=dn(Ne)),!Oo(F,xe,Ne)){yt(se,a,W);continue}Ne=Nu(F,xe,ce,Ne),Ne!==$n&&Mu(a,se,ce,Ne)}}Xe(K.afterSanitizeAttributes,a,null)},pn=function(a){let f=null;const S=xo(a);for(Xe(K.beforeSanitizeShadowDOM,a,null);f=S.nextNode();)if(Xe(K.uponSanitizeShadowNode,f,null),Do(f,a),Ro(f),Bt(f.content)&&pn(f.content),P(f)===Re.element){const v=k(f);Bt(v)&&(Pn(v),pn(v))}Xe(K.afterSanitizeShadowDOM,a,null)},Pn=function(a){const f=[{node:a,shadow:null}];for(;f.length>0;){const S=f.pop();if(S.shadow){pn(S.shadow);continue}const v=S.node,W=P(v)===Re.element,se=_(v);if(se)for(let ce=se.length-1;ce>=0;--ce)f.push({node:se[ce],shadow:null});if(W){const ce=R?R(v):null;if(typeof ce=="string"&&le(ce)==="template"){const Te=v.content;Bt(Te)&&f.push({node:Te,shadow:null})}}if(W){const ce=k(v);Bt(ce)&&f.push({node:null,shadow:ce},{node:ce,shadow:null})}}};return t.sanitize=function(M){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},f=null,S=null,v=null,F=null;if(Dn=!M,Dn&&(M="<!-->"),typeof M!="string"&&!$t(M)&&(M=l0(M),typeof M!="string"))throw kt("dirty is not a string, aborting");if(!t.isSupported)return M;lt?(ee=qe,re=tt):In(a),(K.uponSanitizeElement.length>0||K.uponSanitizeAttribute.length>0)&&(ee=Le(ee)),K.uponSanitizeAttribute.length>0&&(re=Le(re)),t.removed=[];const W=rt&&typeof M!="string"&&$t(M);if(W){Su(M);const Te=G(M);if(typeof Te=="string"){const xe=le(Te);if(!ee[xe]||V[xe])throw cn(M),kt("root node is forbidden and cannot be sanitized in-place")}if(hn(M))throw cn(M),kt("root node is clobbered and cannot be sanitized in-place");try{Pn(M)}catch(xe){throw cn(M),xe}}else if($t(M))f=To("<!---->"),S=f.ownerDocument.importNode(M,!0),S.nodeType===Re.element&&S.nodeName==="BODY"||S.nodeName==="HTML"?f=S:f.appendChild(S),Pn(S);else{if(!ot&&!ye&&!ve&&M.indexOf("<")===-1)return L&&Ct?O(M):M;if(f=To(M),!f)return ot?null:Ct?T:""}f&&nt&&ht(f.firstChild);const se=W?M:f;try{const Te=xo(se);for(;v=Te.nextNode();)Do(v,se),Ro(v),Bt(v.content)&&pn(v.content)}catch(Te){throw W&&(cn(M),St(t.removed,xe=>{xe.element&&ln(xe.element)})),Te}if(W)return St(t.removed,Te=>{Te.element&&ln(Te.element)}),ye&&jn(M),M;if(ot){if(ye&&jn(f),wt)for(F=z.call(f.ownerDocument);f.firstChild;)F.appendChild(f.firstChild);else F=f;return(re.shadowroot||re.shadowrootmode)&&(F=oe.call(o,F,!0)),F}let ce=ve?f.outerHTML:f.innerHTML;return ve&&ee["!doctype"]&&f.ownerDocument&&f.ownerDocument.doctype&&f.ownerDocument.doctype.name&&we(b0,f.ownerDocument.doctype.name)&&(ce="<!DOCTYPE "+f.ownerDocument.doctype.name+`>
799
+ `+ce),ye&&(ce=dn(ce)),L&&Ct?O(ce):ce},t.setConfig=function(){let M=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};In(M),lt=!0,qe=ee,tt=re},t.clearConfig=function(){xt=null,lt=!1,qe=null,tt=null,L=U,T=""},t.isValidAttribute=function(M,a,f){xt||In({});const S=le(M),v=le(a);return Oo(S,v,f)},t.addHook=function(M,a){typeof a=="function"&&Be(K,M)&&Wt(K[M],a)},t.removeHook=function(M,a){if(Be(K,M)){if(a!==void 0){const f=o0(K[M],a);return f===-1?void 0:r0(K[M],f,1)[0]}return vr(K[M])}},t.removeHooks=function(M){Be(K,M)&&(K[M]=[])},t.removeAllHooks=function(){K=Ur()},t}var x0=Gr();const B0=/^(?:[a-z]+:)?\/\//i;let v0="";function D0(){return v0}function io(e){const t=String(e||"").trim();if(!t)return"";if(B0.test(t)||t.startsWith("data:")||t.startsWith("blob:"))return t;const n=t.startsWith("/")?t:`/${t}`,o=D0();return o?`${o}${n}`:n}function O0(){return An(new Date)}function An(e){if(e==null||e==="")return"";const t=e instanceof Date?e:new Date(e);return isNaN(t.getTime())?"":new Intl.DateTimeFormat("fr-CA",{timeZone:"Asia/Seoul"}).format(t)}const Jt=[],Qt=[],en=[],tn=[],Nn={LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]},Mn={LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]},L0={LISTEN_IN_NOISE:3,SHORT_STORY:2,LONG_STORY:1,ORDERING_SENTENCE:2};let co=null,qr=null,pt=null;function R0({counts:e,forceRefresh:t}={}){const n=Object.assign({},L0,e||{}),o=O0(),r=An(new Date(`${o}T00:00:00+09:00`).getTime()-864e5),u=JSON.stringify(n);if(!t&&qr===o&&co===u&&pt)return Object.assign(Nn,pt.today),Object.assign(Mn,pt.yesterday?.selection||{LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]}),{today:Nn,yesterday:Mn};const s={LISTEN_IN_NOISE:at(Jt,Math.max(0,Number(n.LISTEN_IN_NOISE)||0)),SHORT_STORY:at(Qt,Math.max(0,Number(n.SHORT_STORY)||0)),LONG_STORY:at(en,Math.max(0,Number(n.LONG_STORY)||0)),ORDERING_SENTENCE:at(tn,Math.max(0,Number(n.ORDERING_SENTENCE)||0))};let i=null;return pt&&co===u&&pt.yesterday&&pt.yesterday.date===r&&(i=pt.yesterday.selection),i||(i={LISTEN_IN_NOISE:at(Jt,Math.max(0,Number(n.LISTEN_IN_NOISE)||0)),SHORT_STORY:at(Qt,Math.max(0,Number(n.SHORT_STORY)||0)),LONG_STORY:at(en,Math.max(0,Number(n.LONG_STORY)||0)),ORDERING_SENTENCE:at(tn,Math.max(0,Number(n.ORDERING_SENTENCE)||0))}),Object.assign(Nn,s),Object.assign(Mn,i),qr=o,co=u,pt={today:s,yesterday:{date:r,countsKey:u,selection:i}},{today:Nn,yesterday:Mn}}let Yr=!1,nn=null;async function I0(){try{const e={url:typeof document>"u"?require("url").pathToFileURL(__filename).href:Fn&&Fn.tagName.toUpperCase()==="SCRIPT"&&Fn.src||new URL("hooks.cjs.js",document.baseURI).href}&&void 0||"/",t=await fetch(`${e}data/allTrainingData.json`);return t.ok?await t.json():null}catch{return null}}async function j0(){if(!Yr)return nn||(nn=(async()=>{const e=await I0();if(!e){nn=null;try{window.dispatchEvent(new Event("speechear.data.error"))}catch{}return}try{for(const t of Object.keys(e||{})){const n=e[t]||[];for(const o of n){const r=o,u=String(r.training_type||t),s=String(r.category_main_code||r.category_main||r.category_0||""),i=String(r.category_sub_code||r.category_sub||r.category_1||""),l=Object.assign({},r,{training_type:u,category_0:s,category_1:i});u==="LISTEN_IN_NOISE"?Jt.push(l):u==="SHORT_STORY"?Qt.push(l):u==="LONG_STORY"?en.push(l):u==="ORDERING_SENTENCE"&&tn.push(l)}}}catch{nn=null;try{window.dispatchEvent(new Event("speechear.data.error"))}catch{}return}try{window.dispatchEvent(new Event("speechear.data.updated"))}catch{}try{R0()}catch{}Yr=!0})(),nn)}async function P0(e=3e3){const t=j0();return Promise.race([t,new Promise(n=>setTimeout(n,e))])}const $0=[{key:"LISTEN_IN_NOISE",label:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30",icon:"party-popper",desc:"\uB2E4\uC591\uD55C \uC18C\uC74C \uD658\uACBD\uC5D0\uC11C \uBB38\uC7A5 \uCCAD\uB825\uC744 \uD6C8\uB828\uD569\uB2C8\uB2E4."},{key:"SHORT_STORY",label:"\uC9E7\uC740 \uC774\uC57C\uAE30 \uB4E3\uAE30",icon:"message-square",desc:"\uC9E7\uC740 \uC774\uC57C\uAE30\uB97C \uB4E3\uACE0 \uAE30\uC5B5\uD558\uC5EC \uBB38\uC81C\uB97C \uD480\uC5B4\uBD05\uB2C8\uB2E4."},{key:"LONG_STORY",label:"\uAE34 \uC774\uC57C\uAE30 \uB4E3\uAE30",icon:"message-square-text",desc:"\uAE34 \uC774\uC57C\uAE30\uB97C \uB4E3\uACE0 \uAE30\uC5B5\uD558\uC5EC \uB2E4\uC218\uC758 \uBB38\uC81C\uB97C \uD480\uC5B4\uBD05\uB2C8\uB2E4."},{key:"ORDERING_SENTENCE",label:"\uBB38\uC7A5 \uC21C\uC11C\uD654 \uD558\uAE30",icon:"align-start-vertical",desc:"\uC5EC\uB7EC\uAC1C\uC758 \uC9E7\uC740 \uBB38\uC7A5\uC744 \uB4E3\uACE0 \uAE30\uC5B5\uD558\uC5EC \uADF8 \uC21C\uC11C\uC5D0 \uB9DE\uAC8C \uBC30\uC5F4\uD569\uB2C8\uB2E4."}],F0={LISTEN_IN_NOISE:"listenInNoise",SHORT_STORY:"shortStory",LONG_STORY:"longStory",ORDERING_SENTENCE:"orderingSentence"};function H0(e){return $0.map(t=>{const n=F0[t.key];return n?{...t,label:e(`trainingType.${n}.title`),desc:e(`trainingType.${n}.desc`)}:t})}function z0(e){return typeof window>"u"?"":x0.sanitize(e,{USE_PROFILES:{svg:!0,svgFilters:!0},FORBID_TAGS:["script","use"],FORBID_ATTR:["xlink:href","href"]})}function V0(e){const[t,n]=c.useState(null),[o,r]=c.useState(null),[u,s]=c.useState(null),[i,l]=c.useState(null);return c.useEffect(()=>{if(!e||typeof e!="string"||!e.endsWith(".svg")){n(null),r(null),s(null);return}const C=e.split("/").pop();let p=e;C&&(e.startsWith("/")?p=io(e):/^(Logo|Symbol)/i.test(C)?p=io(`logo/${C}`):(/^https?:\/\//i.test(e)||e.startsWith("data:"),p=e)),n(p)},[e]),c.useEffect(()=>{if(!t)return;let C=!1;async function p(){try{let h=await fetch(t);h.ok||(h=await fetch(t));const d=h.headers.get("content-type")||"";if(C)return;if(d.includes("svg")){r("mask");return}if(d.startsWith("image/")){r("img");return}const y=await fetch(t);if(!y.ok)throw new Error("not ok");const E=await y.text();if(C)return;if(/^\s*<svg[\s>]/i.test(E)){const b=z0(E);if(!b){r("none");return}s(b),r("inline");return}r("none")}catch{C||r("none")}}return p(),()=>{C=!0}},[t]),c.useEffect(()=>{let C=!1,p=null;return o==="mask"&&t&&fetch(t).then(h=>{if(!h.ok)throw new Error("fetch failed");return h.blob()}).then(h=>{C||(p=URL.createObjectURL(h),l(p))}).catch(()=>{C||r("img")}),()=>{C=!0,p&&URL.revokeObjectURL(p),l(null)}},[o,t]),{iconToUse:t,mode:o,svgText:u,blobUrl:i}}function U0(e){const{icon:t,label:n,className:o,imgClassName:r,maskClassName:u,svgClassName:s,wrapperStyle:i,size:l}=e||{},C=o??"iconRenderer-icon",p=r??"iconRenderer-icon-image",h=u??"iconRenderer-icon-mask",d=s??"iconRenderer-icon-svg",y=typeof t=="string"?t:null,E=Wd(y),{iconToUse:b,mode:_,svgText:g,blobUrl:k}=V0(y),w=(P,G={})=>Y.jsx("span",{className:C,style:i,...G,children:P}),x=(P,G={})=>Y.jsx("img",{src:P,alt:typeof n=="string"?n:n?String(n):"",className:p,...G});if(!t)return null;if(typeof t!="string")return w(t);if(t==="none")return w(Y.jsx("span",{className:d,dangerouslySetInnerHTML:{__html:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true"></svg>'}}),{"aria-hidden":"true"});if(E)try{return w(c.createElement(E,{className:d,size:typeof l=="number"?l:20}),{"aria-hidden":"true"})}catch{}if(b&&b.endsWith(".svg")){if(_==="mask"){const P={"--icon-url":k?`url(${k})`:`url(${b})`};return w(Y.jsx("span",{className:h,style:P}),{"aria-hidden":"true"})}return _==="img"?w(x(b,{onError:P=>{P.currentTarget.onerror=null,P.currentTarget.style.display="none"}}),{"aria-hidden":"true"}):_==="inline"?w(Y.jsx("span",{className:d,dangerouslySetInnerHTML:g?{__html:g}:void 0}),{"aria-hidden":"true"}):w(null,{"aria-hidden":"true"})}if(t.startsWith("/")||t.includes("/assets/")||t.match(/\.(png|jpg|jpeg|webp|gif)$/i))return x(io(t),{style:i,onError:P=>{P.currentTarget.onerror=null,P.currentTarget.style.display="none"}});const R=typeof l=="number"?l:20,D=`<svg width="${R}" height="${R}" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="3" width="18" height="18" rx="2" ry="2" style="fill:none;stroke:currentColor;stroke-width:2"/></svg>`;return w(Y.jsx("span",{className:d,dangerouslySetInnerHTML:{__html:D}}),{"aria-hidden":"true"})}function Wr(e){const{anchorRect:t,anchorEl:n,offset:o=20,edgeMargin:r=20,onClose:u,closeOnOutsideClick:s=!0,className:i="",role:l="dialog",ariaLabel:C="",children:p,backdrop:h=!1,isMobilePopup:d=!1,useBorder:y=!0,header:E}=e||{},b=c.useRef(null),[_,g]=c.useState({position:"fixed",left:0,top:-9999}),[k,w]=c.useState(!1),[x,R]=c.useState("bottom"),[D,P]=c.useState(!1),[G,L]=c.useState(!1),T=!t&&!n,U=c.useCallback((O=!1)=>{if(G&&d)return;const I=n?n.getBoundingClientRect():t;if(!I||!b.current)return;const Ce=b.current,{offsetWidth:Z,offsetHeight:Q}=Ce,N=window.innerWidth,z=window.innerHeight,ne=N-I.right,oe=I.left,K=I.top,be=z-I.bottom;let B=0,he=0,fe="top";if(K>=Q+o)fe="top",he=I.top-o-Q,B=I.left+I.width/2-Z/2;else if(be>=Q+o)fe="bottom",he=I.bottom+o,B=I.left+I.width/2-Z/2;else if(ne>=Z+o)fe="right",B=I.right+o,he=I.top+I.height/2-Q/2;else if(oe>=Z+o)fe="left",B=I.left-o-Z,he=I.top+I.height/2-Q/2;else{const Qe=Math.max(K,be,ne,oe);Qe===K?(fe="top",he=I.top-o-Q,B=I.left+I.width/2-Z/2):Qe===be?(fe="bottom",he=I.bottom+o,B=I.left+I.width/2-Z/2):Qe===ne?(fe="right",B=I.right+o,he=I.top+I.height/2-Q/2):(fe="left",B=I.left-o-Z,he=I.top+I.height/2-Q/2)}const Ie=Number(r)||8;B=Math.min(Math.max(B,Ie),N-Z-Ie),he=Math.min(Math.max(he,Ie),z-Q-Ie);const ct=Math.round(B),Ue=Math.round(he);O&&b.current?(b.current.style.left=`${ct}px`,b.current.style.top=`${Ue}px`,b.current.dataset.placement=fe):(R(fe||x),g({position:"fixed",left:ct,top:Ue}),P(!0))},[G,d,n,t,o,r,x]);c.useLayoutEffect(()=>{if(T)return;if(G&&d){g({position:"fixed",left:"50%",top:"50%",transform:"translate(-50%, -50%)",width:"calc(100% - 40px)",maxWidth:"calc(100% - 40px)"}),P(!0);return}U();const O=requestAnimationFrame(()=>U());return()=>cancelAnimationFrame(O)},[t,n,o,p,r,T,G,d,U]),c.useEffect(()=>{if(T||G&&d||!b.current||typeof ResizeObserver>"u")return;const O=new ResizeObserver(()=>{t&&U()});return O.observe(b.current),()=>O.disconnect()},[t,p,r,T,G,d,U]),c.useEffect(()=>{if(T||G&&d)return;const O=()=>U(!0);return window.addEventListener("resize",O),document.addEventListener("scroll",O,{passive:!0,capture:!0}),()=>{window.removeEventListener("resize",O),document.removeEventListener("scroll",O,{capture:!0})}},[t,o,p,r,T,G,d,U]),c.useEffect(()=>{if(typeof window>"u"||!window.matchMedia)return;const O=window.matchMedia("(max-width: 768px)"),I=()=>L(!!O.matches);I();try{O.addEventListener?O.addEventListener("change",I):O.addListener(I)}catch{try{O.addListener(I)}catch{}}return()=>{try{O.removeEventListener?O.removeEventListener("change",I):O.removeListener(I)}catch{}}},[]);const $=c.useRef(!1),q=c.useCallback((O=!1)=>{if(!(k||$.current)){if($.current=!0,O){w(!0);try{u&&u()}catch{}return}w(!0),setTimeout(()=>{u&&u()},200)}},[k,u,w]);c.useEffect(()=>{const O=Z=>{const Q=b.current;if(!Q)return;const N=Z.target;if(N&&!Q.contains(N)){try{if(N.closest&&N.closest("[data-tooltip-ignore]"))return}catch{}s&&q(!0)}},I=Z=>{const Q=b.current;if(!Q)return;const N=Z.target;if(N&&!Q.contains(N)){try{if(N.closest&&N.closest("[data-tooltip-ignore]"))return}catch{}s&&q(!0)}},Ce=Z=>{if(Z.key==="Escape"){Z.stopPropagation(),q();return}if(Z.key==="Tab"){const Q=b.current;if(!Q)return;const N=Q.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');if(!N||N.length===0)return;const z=N[0],ne=N[N.length-1],oe=document.activeElement;Z.shiftKey?oe===z&&(Z.preventDefault(),ne.focus()):oe===ne&&(Z.preventDefault(),z.focus())}};return document.addEventListener("pointerdown",O,!0),document.addEventListener("click",I,!0),document.addEventListener("keydown",Ce),()=>{document.removeEventListener("pointerdown",O,!0),document.removeEventListener("click",I,!0),document.removeEventListener("keydown",Ce)}},[u,s,q]),c.useEffect(()=>{const O=()=>{q(!0)};return typeof document<"u"&&document.addEventListener("speechear-close-tooltips",O),()=>{typeof document<"u"&&document.removeEventListener("speechear-close-tooltips",O)}},[q]);const H=Y.jsxs("div",{ref:b,className:`tooltip-content ${y?"tooltip-content--bordered":""} ${k?"is-closing":""} ${i} ${G&&d?"is-mobile":""}`,role:l,"aria-label":C||void 0,style:T?{}:{..._,visibility:D?"visible":"hidden"},tabIndex:-1,"data-placement":x,"data-left":T?"":_.left,"data-top":T?"":_.top,"data-anchor-left":t?Math.round(t.left):"","data-anchor-top":t?Math.round(t.top):"","data-anchor-width":t?Math.round(t.width):"","data-anchor-height":t?Math.round(t.height):"",children:[E!=null&&Y.jsx("div",{className:"tooltip-content__header h5",children:E}),p]});if(T||typeof document>"u")return H;if(h||G&&d){const O=Y.jsxs("div",{className:"tooltip-portal",children:[Y.jsx("div",{className:"tooltip-backdrop",onClick:()=>{s&&q(!0)}}),H]});return Io.createPortal(O,document.body)}return Io.createPortal(H,document.body)}function G0(e){const{anchorRect:t,text:n,offset:o=8,onClose:r,className:u="",ariaLabel:s}=e||{};return n?Y.jsx(Wr,{anchorRect:t,offset:o,onClose:r,closeOnOutsideClick:!1,className:`tooltip-info ${u}`,ariaLabel:s||n,children:Y.jsx("div",{className:"tooltip-info__content body-3",children:n})}):null}function Kr(e){const{anchorRect:t,title:n,items:o,activeIndex:r=-1,showIndex:u=!0,onClose:s,offset:i=12}=e||{},l=Array.isArray(o)?o:o?[o]:[];return!l.length&&!n?null:Y.jsx(Wr,{anchorRect:t,offset:i,onClose:s,closeOnOutsideClick:!0,useBorder:!1,className:"tooltip-description",children:Y.jsxs("div",{className:"tooltip-description__box",children:[n&&Y.jsx("span",{className:"tooltip-description__title body-2",children:n}),Y.jsx("ol",{className:"tooltip-description__items",children:l.map((C,p)=>Y.jsxs("li",{className:`tooltip-description__item body-3${p===r?" tooltip-description__item--active":""}`,children:[u&&l.length>1&&Y.jsxs("span",{className:"tooltip-description__index button-1",children:[p+1,"."]}),Y.jsx("span",{children:C})]},p))})]})})}function q0(e){const{size:t=48,type:n,htmlType:o,href:r,target:u,rel:s,icon:i,rightIcon:l,label:C,count:p,subLabel:h,children:d,ariaLabel:y,variant:E="default",align:b="center",selected:_,toggleable:g=!1,disabled:k=!1,useLabel:w=!0,useBorder:x=!0,useBG:R=!0,useDisabledCovered:D=!1,useDisabledInvisible:P=!1,width:G,minWidth:L,onClick:T,onDisabledClick:U,showTooltipInfo:$=!1,tooltipInfoText:q=null,tooltipDescription:H=null,iconSize:O="medium",iconColor:I,shape:Ce="rounded",color:Z,className:Q,...N}=e,z=typeof t=="string"&&isNaN(Number(t))?t.toLowerCase():String(Number(t)||48),ne=z.match(/^\d+$/)?`button${z}`:`button-${z}`,oe=Number(t),K=!isNaN(oe)&&oe<40?"button-2":"button-1",be=C??d,B=k||!!N.disabled,he=B?D?"disabled-covered":P?"disabled-invisibled":"disabled":E,fe=he?`button--variant-${he}`:"",Ie=b?`button--align-${b}`:"",ct=Ce?`button--shape-${Ce}`:"",Ue=typeof I=="string"&&I.startsWith("--")?`var(${I})`:I,Qe={...G?{width:typeof G=="number"?`${G}px`:G}:{},...L?{minWidth:typeof L=="number"?`${L}px`:L}:{},...x?{}:{"--button-border":B?"0":"1px solid transparent"},...Ue?{"--button-icon-color":Ue}:{},...Z?{"--color-main":Z}:{}},$e=w===!1?"":be,ee=Array.isArray($e)?$e.length>0:!!$e,et=!!l,re=n??(ee||i||et?"bar":"dot"),A=`${ne}--${re}`,j=c.useRef(null),V=c.useRef(B),[X,te]=c.useState(!!_),[Me,Ae]=c.useState(!1),[Ge,Fe]=c.useState(null),ye=c.useCallback(()=>Ae(!1),[]);c.useEffect(()=>{($||H)&&B&&Me&&(Ae(!1),Fe(null))},[B,$,H,Me]),c.useEffect(()=>{typeof _=="boolean"&&te(_)},[_]),c.useEffect(()=>{if(V.current&&!B&&j.current){const ue=j.current;ue.blur(),ue.style.pointerEvents="none";const We=requestAnimationFrame(()=>{requestAnimationFrame(()=>{j.current&&(j.current.style.pointerEvents="")})});return()=>cancelAnimationFrame(We)}V.current=B},[B]);const je=typeof _=="boolean"?!!_:X,ve=g||typeof _=="boolean"?je?"true":"false":void 0,lt=ds("button",ne,A,fe,Ie,ct,je?"is-selected":null,R?null:"button--no-bg",Q),qe=`button__icon button__icon--${O}`,tt=Array.isArray(h)?h:h!==void 0?[h]:[],nt=()=>{if(Array.isArray($e))return $e.map((We,jt)=>{const Mt=tt[jt];return Y.jsxs("span",{className:`button__label-text${Mt!==void 0?" button__label-text--has-sub":""}`,children:[We,Mt!==void 0&&Y.jsx("span",{className:"button__sub-label-text caption-1",children:Mt})]},jt)});const ue=h!==void 0;return Y.jsxs("span",{className:`button__label-text${ue?" button__label-text--has-sub":""}`,children:[$e,p!=null&&Y.jsx("span",{className:"button__count",children:p}),ue&&Y.jsx("span",{className:"button__sub-label-text caption-1",children:h})]})},ot=ue=>{B||(typeof N.onMouseLeave=="function"&&N.onMouseLeave(ue),typeof _!="boolean"&&te(!1),ue.currentTarget.blur())},wt=ue=>{if(B){U?.(ue);return}typeof _!="boolean"&&g&&te(We=>!We),T?.(ue)},Ct=c.useCallback(()=>{!B&&($||H)&&(Ae(!0),Fe(j.current?.getBoundingClientRect()??null))},[B,$,H]),It=c.useCallback(()=>{($||H)&&(Ae(!1),Fe(null))},[$,H]),me={...N};delete me.disabled,delete me.className,delete me.faded,delete me.useFaded,delete me.loading,delete me.onMouseLeave,delete me.onPointerEnter,delete me.onPointerLeave,delete me.onFocus,delete me.onBlur,B&&(Object.keys(me).forEach(ue=>{/^on[A-Z]/.test(ue)&&typeof me[ue]=="function"&&delete me[ue]}),me["aria-disabled"]="true");const At=(typeof $=="string"?$:null)??(typeof q=="string"?q:null)??(typeof y=="string"?y:null)??(typeof be=="string"?be:null)??void 0,Nt=typeof y=="string"?y:typeof be=="string"?be:At,rt=(ue,We)=>Y.jsx(U0,{icon:ue,label:We??Nt,className:qe,imgClassName:"button__icon-img",maskClassName:"button__icon-mask",svgClassName:"button__icon-svg"}),dt=()=>re==="dot"?Y.jsxs(Y.Fragment,{children:[rt(i),ee&&Y.jsx("span",{className:`button__label ${K}`,children:nt()})]}):b==="center"&&i?Y.jsxs(Y.Fragment,{children:[Y.jsxs("span",{className:"button__center-group",children:[Y.jsx("span",{className:"button__left",children:rt(i)}),ee&&Y.jsx("span",{className:`button__label ${K}`,children:nt()})]}),et&&Y.jsx("span",{className:"button__right",children:rt(l)})]}):Y.jsxs(Y.Fragment,{children:[i&&Y.jsx("span",{className:"button__left",children:rt(i,y??be)}),ee&&Y.jsx("span",{className:`button__label ${K}`,children:nt()}),et&&Y.jsx("span",{className:"button__right",children:rt(l)})]}),Ye=!!r&&!B;return Y.jsxs(Y.Fragment,{children:[Y.jsx(Ye?"a":"button",{...me,ref:j,...Ye?{href:r,target:u,rel:s??(u==="_blank"?"noreferrer":void 0)}:{type:o,disabled:B&&!U},className:lt,"aria-pressed":ve,"aria-label":Nt,"aria-disabled":Ye&&B?!0:void 0,style:Qe,onClick:wt,onMouseLeave:ot,onPointerEnter:ue=>{Ct(),!B&&typeof N.onPointerEnter=="function"&&N.onPointerEnter(ue)},onPointerLeave:ue=>{It(),!B&&typeof N.onPointerLeave=="function"&&N.onPointerLeave(ue)},onFocus:ue=>{Ct(),!B&&typeof N.onFocus=="function"&&N.onFocus(ue)},onBlur:ue=>{ot(ue),It(),!B&&typeof N.onBlur=="function"&&N.onBlur(ue)},children:dt()}),Me&&H?Y.jsx(Kr,{anchorRect:Ge,title:H.title,items:H.items,onClose:ye}):Me&&At?Y.jsx(G0,{anchorRect:Ge,text:At,onClose:ye}):null]})}function Xr(){const[e,t]=c.useState(null),n=c.useCallback(u=>t(u.getBoundingClientRect()),[]),o=c.useCallback(()=>t(null),[]),r=c.useCallback(u=>{const s=u.getBoundingClientRect();t(i=>i?null:s)},[]);return{anchorRect:e,isOpen:e!=null,openAt:n,close:o,toggleAt:r}}function Y0(e){const[t,n]=c.useState(null),[o,r]=c.useState(null),u=c.useRef(null);c.useEffect(()=>()=>{u.current&&clearTimeout(u.current)},[]);const s=c.useCallback((l,C)=>{u.current&&clearTimeout(u.current),u.current=setTimeout(()=>{n(l),r(C)},e)},[e]),i=c.useCallback(()=>{u.current&&clearTimeout(u.current),n(null),r(null)},[]);return{payload:t,anchorRect:o,openAfterDelay:s,close:i}}function W0({title:e,items:t}){const{t:n}=gt(),{anchorRect:o,openAt:r,close:u}=Xr();return Y.jsxs(Y.Fragment,{children:[Y.jsx(q0,{size:24,type:"dot",icon:"info",variant:"transparent-gray",useBorder:!1,selected:!!o,ariaLabel:n("common.info","\uC124\uBA85"),onPointerEnter:s=>r(s.currentTarget),onPointerLeave:u,onFocus:s=>r(s.currentTarget),onBlur:u}),o&&Y.jsx(Kr,{title:e,items:t,showIndex:t.length>1,anchorRect:o,onClose:u})]})}function Zr(){const{t:e}=gt();return c.useMemo(()=>({difficulty:e("wordSearch.filter.difficulty","\uB4F1\uAE09"),syllables:e("wordSearch.filter.syllables","\uC74C\uC808 \uC218"),syllable5plus:e("wordSearch.filter.syllable5plus","5\uC74C\uC808 \uC774\uC0C1"),partOfSpeech:e("wordSearch.filter.partOfSpeech","\uD488\uC0AC"),wordType:e("wordSearch.filter.wordType","\uC720\uD615"),posMap:{[e("wordSearch.filter.pos.noun","\uCCB4\uC5B8(\uBA85\uC0AC, \uC218\uC0AC)")]:["\uBA85","\uC218"],[e("wordSearch.filter.pos.verb","\uC6A9\uC5B8(\uB3D9\uC0AC, \uD615\uC6A9\uC0AC)")]:["\uB3D9","\uD615"],[e("wordSearch.filter.pos.modifier","\uC218\uC2DD\uC5B8(\uBD80\uC0AC, \uAD00\uD615\uC0AC)")]:["\uBD80","\uAD00"]},typeMap:{[e("wordSearch.filter.type.native","\uACE0\uC720\uC5B4")]:"\uACE0\uC720",[e("wordSearch.filter.type.sino","\uD55C\uC790\uC5B4")]:"\uD55C\uC790",[e("wordSearch.filter.type.foreign","\uC678\uB798\uC5B4")]:"\uC678\uB798",[e("wordSearch.filter.type.mixed","\uD63C\uC885\uC5B4")]:"\uD63C\uC885"}}),[e])}function Jr(e,t,n){return{label:t.difficulty,items:[1,2,3,4].map(o=>e("wordSearch.filter.grade",{n:o})),multiple:!0,allOption:!0,allLabel:n?.allLabel,labelAction:n?.labelAction}}function Qr(e){return{label:e.partOfSpeech,items:Object.keys(e.posMap),multiple:!0,allOption:!0}}function eu(e){return{label:e.wordType,items:Object.keys(e.typeMap),multiple:!0,allOption:!0}}function K0(e,t){return{label:t.syllables,items:[e("wordSearch.filter.syllable",{n:1}),e("wordSearch.filter.syllable",{n:2}),e("wordSearch.filter.syllable",{n:3}),e("wordSearch.filter.syllable",{n:4}),t.syllable5plus],multiple:!0,allOption:!0}}function X0(e,t){const n=[e("wordPairs.filter.onlyHasImage","\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC")];return t?.includeStructure&&n.push(e("wordPairs.filter.onlySameStructure","\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC")),{label:e("wordPairs.filter.selectLabel","\uC120\uD0DD"),items:n,multiple:!0,labelAction:t?.labelAction}}function Z0(e,t){const{label:n,headValue:o,midValue:r,tailValue:u,includeMid:s=!0,headDisabled:i,midDisabled:l,tailDisabled:C,allOptionDisabled:p,groupLabel:h,labelAction:d}=t;return{label:n,...h?{groupLabel:h}:{},...d?{labelAction:d}:{},allOption:!0,allLabel:e("wordSearch.filter.positionAny",{defaultValue:"\uBB34\uAD00"}),...p?{allOptionDisabled:p}:{},items:[{value:o,displayLabel:e("wordSearch.filter.positionHead",{defaultValue:"\uC5B4\uB450"}),disabled:i},...s?[{value:r,displayLabel:e("wordSearch.filter.positionMid",{defaultValue:"\uC5B4\uC911"}),disabled:l}]:[],{value:u,displayLabel:e("wordSearch.filter.positionTail",{defaultValue:"\uC5B4\uB9D0"}),disabled:C}]}}function J0(e,t,n){if(t===bt){const{[n]:u,...s}=e;return s}const o=e[n]??[],r=o.includes(t)?o.filter(u=>u!==t):[...o,t];if(r.length===0){const{[n]:u,...s}=e;return s}return{...e,[n]:r}}Object.fromEntries(Object.entries(Ma).map(([e,{nucleus:t}])=>[e,t]));const Q0={\uACE0\uC720\uC5B4:"\uACE0\uC720",\uD55C\uC790\uC5B4:"\uD55C\uC790",\uC678\uB798\uC5B4:"\uC678\uB798",\uD63C\uC885\uC5B4:"\uD63C\uC885"},eh={"\uCCB4\uC5B8(\uBA85\uC0AC,\uC218\uC0AC)":["\uBA85","\uC218"],"\uC6A9\uC5B8(\uB3D9\uC0AC,\uD615\uC6A9\uC0AC)":["\uB3D9","\uD615"],"\uC218\uC2DD\uC5B8(\uBD80\uC0AC,\uAD00\uD615\uC0AC)":["\uBD80","\uAD00"]},th={difficulty:"\uB09C\uC774\uB3C4 \uB4F1\uAE09",syllables:"\uC74C\uC808 \uC218",syllable5plus:"5\uC74C\uC808 \uC774\uC0C1",partOfSpeech:"\uD488\uC0AC",wordType:"\uC720\uD615",posMap:eh,typeMap:Q0};function nh(e,t,n=th){const o=t[n.difficulty];if(o?.length&&!o.some(i=>e.grade===i.replace(/\D/g,"")))return!1;const r=t[n.syllables];if(r?.length){const i=e.syllables??0;if(!r.some(l=>l===n.syllable5plus?i>=5:i===parseInt(l)))return!1}const u=t[n.partOfSpeech];if(u?.length&&!u.flatMap(i=>n.posMap[i]??[i]).some(i=>(e.pos??"").includes(i)))return!1;const s=t[n.wordType];return!(s?.length&&!s.some(i=>e.wordType===n.typeMap[i]))}const st=(e,t)=>t.map(n=>({jamos:[n],tooltip:e})),Ee=(e,t)=>({jamos:[...e],tooltip:t}),lo={cho:[st("\uC591\uC21C\uC74C",["\u3142","\u3143","\u314D","\u3141"]),st("\uCE58\uC870\uC74C",["\u3137","\u3138","\u314C","\u3134","\u3139"]),st("\uCE58\uC870\uC74C",["\u3145","\u3146"]),st("\uACBD\uAD6C\uAC1C\uC74C",["\u3148","\u3149","\u314A"]),st("\uC5F0\uAD6C\uAC1C\uC74C",["\u3131","\u3132","\u314B"]),st("\uC131\uBB38\uC74C",["\u314E"])],jung:[[Ee("\u3163","\uC804\uC124 \uACE0\uBAA8\uC74C"),Ee("\u315F","\uC804\uC124 \uACE0\uBAA8\uC74C \xB7 w\uD65C\uC74C"),Ee("\u3162","\uC804\uC124 \uACE0\uBAA8\uC74C \xB7 \u0270\uD65C\uC74C")],[Ee("\u3161","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uD3C9\uC21C")],[Ee("\u315C","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uC6D0\uC21C"),Ee("\u3160","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uC6D0\uC21C \xB7 j\uD65C\uC74C")],[Ee("\u3154\u3150","\uC804\uC124 \uC911\uBAA8\uC74C"),Ee("\u3156\u3152","\uC804\uC124 \uC911\uBAA8\uC74C \xB7 j\uD65C\uC74C"),Ee("\u3159\u315A\u315E","\uC804\uC124 \uC911\uBAA8\uC74C \xB7 w\uD65C\uC74C")],[Ee("\u3153","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C"),Ee("\u3155","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C \xB7 j\uD65C\uC74C"),Ee("\u315D","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C \xB7 w\uD65C\uC74C")],[Ee("\u3157","\uD6C4\uC124 \uC911\uBAA8\uC74C \uC6D0\uC21C"),Ee("\u315B","\uD6C4\uC124 \uC911\uBAA8\uC74C \uC6D0\uC21C \xB7 j\uD65C\uC74C")],[Ee("\u314F","\uC800\uBAA8\uC74C"),Ee("\u3151","\uC800\uBAA8\uC74C \xB7 j\uD65C\uC74C"),Ee("\u3158","\uC800\uBAA8\uC74C \xB7 w\uD65C\uC74C")]],jong:[st("\uC591\uC21C\uC74C",["\u3142","\u3141"]),st("\uCE58\uC870\uC74C",["\u3137","\u3134","\u3139"]),st("\uC5F0\uAD6C\uAC1C\uC74C",["\u3131","\u3147"])]},oh=[...Se],rh=[...ut],uh=Pe.filter(e=>e!==""),it=e=>e===Ze?[]:Array.from(e),Ze="__NO_CODA__",tu=[1,2,3,4],Je=5,ah=12,nu="SYL_",ho=e=>`${nu}${e}`,sh=e=>Number(e.slice(nu.length));function fo(e){return e>=Je?Array.from({length:ah-Je+1},(t,n)=>Je+n):[e]}const ou={cho:oh,jung:rh,jong:uh},po=e=>e.map(t=>t.map(({jamos:n,tooltip:o})=>({v:n.join(""),tooltip:o}))),Co={cho:po(lo.cho),jung:po(lo.jung),jong:po(lo.jong)},ru={};Co.jung.flat().forEach(({v:e})=>{for(const t of it(e))ru[t]=e});const ih=new Set(Co.cho.flat().map(e=>e.v));function uu(e,t){return e==="cho"?ih.has(t)?t:null:e==="jung"?ru[t]??t:rr(t)}function au(e,t,n){if(e==="jung"){const o=it(t);return n&&o.includes(n)?n:o[0]??t}return t}function su(e,t,n){const o=(r,u)=>u?r==="jong"&&u===Ze?Ze:t==="pron"?uu(r,u):au(r,u,r==="jung"?n:null):null;return{...e,cho:o("cho",e.cho),jung:o("jung",e.jung),jong:o("jong",e.jong)}}const yo={cho:null,jung:null,jong:null,syllable:null},ch="wt_filter",iu=e=>`wt_filter_${e}`;function lh(e){try{const t=localStorage.getItem(iu(e))??localStorage.getItem(ch);if(t)return JSON.parse(t)}catch{}return null}function dh(e){const t=e;return t?.composition?{cho:t.composition.cho??null,jung:t.composition.jung??null,jong:t.composition.jong??null,syllable:t.composition.syllable??null}:t?.choseong?{...yo,cho:t.choseong}:yo}function hh(e,t,n){const{t:o,i18n:r}=gt(),[u]=c.useState(()=>n?.resetOnMount?null:lh(e)),s=u?.contrastCount,i=typeof s=="number"&&Number.isFinite(s)?s:1,[l,C]=c.useState(Math.min(5,Math.max(1,i))),[p,h]=c.useState(u?.phonemeView==="pron"?"pron":u?.phonemeView==="direct"?"direct":"char"),[d,y]=c.useState(()=>dh(u)),E=c.useCallback(()=>t.requireSyllable?{cho:"\u3131",jung:"\u314F",jong:Ze,syllable:t.fixedSyllable??null}:{cho:null,jung:null,jong:t.fixedNoCoda?Ze:null,syllable:t.fixedSyllable??null},[t.requireSyllable,t.fixedSyllable,t.fixedNoCoda]);c.useEffect(()=>{!t.requireSyllable&&t.fixedSyllable==null&&!t.fixedNoCoda||y(A=>A.cho||A.jung||A.syllable!=null||A.jong?A:E())},[]);const b=c.useMemo(()=>_e(d.cho)||_e(d.jung)||_e(d.jong)?"count":"random",[d.cho,d.jung,d.jong]),_=c.useRef(p==="char"?d.jung:null);c.useEffect(()=>{p==="char"&&(_.current=d.jung)},[p,d.jung]);const[g,k]=c.useState(n?.resetOnMount?!!n?.defaultImageOnly:u?.excludeNoImage??!0),[w,x]=c.useState(n?.resetOnMount?!1:u?.sameStructureOnly??!0),[R,D]=c.useState(Array.isArray(u?.gradeFilter)?u.gradeFilter:[]),[P,G]=c.useState(Array.isArray(u?.posFilter)?u.posFilter:[]),[L,T]=c.useState(Array.isArray(u?.wordTypeFilter)?u.wordTypeFilter:[]),U=c.useRef(n?.resetKey);c.useEffect(()=>{U.current!==n?.resetKey&&(U.current=n?.resetKey,y(E()),k(!1),x(!1),D([]),G([]),T([]),C(1))},[n?.resetKey]);const $=Zr(),[q,H]=c.useState({cho:new Set,jung:new Set,jong:new Set,syllable:new Set}),[O,I]=c.useState(!1),[Ce,Z]=c.useState(null),Q=1,N=Math.max(1,[d.cho,d.jung,d.jong].filter(Boolean).length);c.useEffect(()=>{l<N&&C(N)},[N,l]),c.useEffect(()=>{if(!n?.resetOnMount)try{localStorage.setItem(iu(e),JSON.stringify({contrastCount:l,composition:d,excludeNoImage:g,sameStructureOnly:w,phonemeView:p,gradeFilter:R,posFilter:P,wordTypeFilter:L}))}catch{}},[n?.resetOnMount,e,l,d,g,w,p,R,P,L]);const[z,ne]=c.useState(0);$o("wordpool:update",()=>ne(A=>A+1));const oe=c.useRef(r.language);c.useEffect(()=>{oe.current!==r.language&&(oe.current=r.language,ne(A=>A+1))},[r.language]),c.useEffect(()=>{if(!t.choseong)return;let A=!1;return ls({difficulty:b,excludeNoImage:g}).then(j=>{A||(H(j),j.cho.size+j.jung.size+j.jong.size>0&&I(!0))}).catch(()=>{A||H({cho:new Set,jung:new Set,jong:new Set,syllable:new Set})}),()=>{A=!0}},[t.choseong,b,g,z]),c.useEffect(()=>{let A=!1;const j=d,V=j.cho?it(j.cho):null,X=j.jung?it(j.jung):null,te=j.jong===Ze,Me=te?null:j.jong?it(j.jong):null,Ae=j.syllable!=null?fo(j.syllable):null,Ge=!!(V||X||Me||te||Ae);return cs({difficulty:t.difficulty?b:null,contrastCount:t.difficulty?l:1,composition:t.choseong&&Ge?{cho:V,jung:X,jong:Me,jongNone:te,syllable:Ae}:null,excludeNoImage:g,sameStructureOnly:w,phonemeView:p==="pron"?"pron":"char",grade:R.length>0?R:null}).then(Fe=>{A||Z(Fe)}).catch(()=>{A||Z(null)}),()=>{A=!0}},[t.choseong,t.difficulty,b,l,d,p,g,w,z,R]),c.useEffect(()=>{O&&y(A=>{const j={...A};let V=!1;return["cho","jung","jong"].forEach(X=>{const te=A[X];!te||te===Ze||it(te).some(Me=>q[X].has(Me))||(j[X]=null,V=!0)}),A.syllable!=null&&t.fixedSyllable==null&&(A.syllable>=Je?[...q.syllable].some(X=>X>=Je)||(j.syllable=null,V=!0):(!q.syllable.has(A.syllable)||A.syllable<Q)&&(j.syllable=null,V=!0)),V?j:A})},[q,O,Q,t.fixedSyllable]);const K=c.useMemo(()=>{const A=j=>{const V=new Set;for(const X of ou[j])q[j].has(X)&&V.add(X);return V};return{cho:A("cho"),jung:A("jung"),jong:A("jong")}},[q]),be=c.useMemo(()=>({exact:new Set(tu.filter(A=>q.syllable.has(A))),min:[...q.syllable].some(A=>A>=Je)}),[q]),B=c.useMemo(()=>({diffPhonemeCount:o("training.contrast.diffPhonemeCount",{defaultValue:"\uB2E4\uB978 \uC74C\uC18C\uC758 \uCD1D \uAC2F\uC218"}),composition:o("wordPairs.composition","\uC815\uB2F5 \uB2E8\uC5B4 \uAD6C\uC131"),syllableCount:o("wordPairs.syllableCount","\uC74C\uC808 \uC218"),onset:o("wordPairs.onset","\uCD08\uC131"),vowel:o("wordPairs.vowel","\uBAA8\uC74C"),coda:o("wordPairs.coda","\uC885\uC131"),phonemeGroup:o("training.filter.phonemeGroup",{defaultValue:"\uD6C8\uB828 \uC74C\uC808"}),trainOnset:o("training.filter.trainOnset",{defaultValue:"\uCD08\uC131"}),trainVowel:o("training.filter.trainVowel",{defaultValue:"\uBAA8\uC74C"}),trainCoda:o("training.filter.trainCoda",{defaultValue:"\uC885\uC131"}),random:o("training.filter.random","\uBB34\uC791\uC704"),exclude:o("wordSearch.filter.exclude","\uC81C\uC678"),selectLabel:o("training.filter.selectSection",{defaultValue:"\uC120\uD0DD"}),none:o("common.none","\uC5C6\uC74C"),noImage:o("wordSearch.filter.excludeNoImage","\uC774\uBBF8\uC9C0 \uC5C6\uC74C"),excludeImage:o("training.filter.excludeImage",{defaultValue:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC"}),sameStructure:o("training.filter.sameStructure",{defaultValue:"\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC"}),noLimit:o("training.filter.noLimit",{defaultValue:"\uBB34\uAD00"}),codaExclude:o("training.filter.codaExclude",{defaultValue:"\uC81C\uC678"}),gradeLabel:o("training.filter.gradeLabel",{defaultValue:"\uB09C\uC774\uB3C4 \uB4F1\uAE09"})}),[o]),he=c.useMemo(()=>({[B.trainOnset]:"cho",[B.trainVowel]:"jung",[B.trainCoda]:"jong"}),[B]),fe=c.useCallback((A,j)=>c.createElement(W0,{title:j,items:A}),[]),Ie=c.useMemo(()=>[o("training.filter.excludeImageInfo",{defaultValue:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC: \uB2E8\uC5B4 \uC911\uC5D0 \uC774\uBBF8\uC9C0\uAC00 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uACB0\uACFC\uC5D0 \uBCF4\uC5EC\uC90D\uB2C8\uB2E4."}),o("training.filter.sameStructureInfo",{defaultValue:"\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC: \uC815\uB2F5\uACFC \uC624\uB2F5\uC758 \uC74C\uC808 \uAD6C\uC870(\uAE00\uC790 \uC218\xB7\uBC1B\uCE68 \uC720\uBB34 \uB4F1)\uAC00 \uAC19\uC740 \uACB0\uACFC\uB9CC \uB0A8\uACA8\uC694."})],[o]),ct=c.useMemo(()=>{const A=[];if(t.choseong){const j={value:Ze,displayLabel:B.codaExclude},V=t.fixedNoCoda===!0,X=(te,Me)=>{const Ae=V&&te==="jong",Ge={label:Me,groupLabel:B.phonemeGroup,allOption:!t.requireSyllable,allLabel:B.noLimit,allOptionDisabled:Ae};if(p==="pron"){const ye=Co[te].map(je=>je.map(({v:ve,tooltip:lt})=>{const qe=it(ve),tt=Ae||!qe.some(nt=>q[te].has(nt));return qe.length>1?{value:ve,labels:qe,tooltip:lt,disabled:tt}:{value:ve,tooltip:lt,disabled:tt}}));return te==="jong"&&!t.requireCoda&&ye.unshift([j]),{...Ge,groups:ye}}const Fe=ou[te].map(ye=>!Ae&&K[te].has(ye)?ye:{value:ye,disabled:!0});return{...Ge,items:te==="jong"&&!t.requireCoda?[j,...Fe]:Fe}};A.push(X("cho",B.trainOnset)),A.push(X("jung",B.trainVowel)),A.push(X("jong",B.trainCoda))}if(A.push({...Jr(o,$,{labelAction:fe([o("wordPairs.filter.difficultyInfo",{defaultValue:"\uAD6D\uB9BD\uAD6D\uC5B4\uC6D0\uC758 \uAE30\uCD08 \uC5B4\uD718 \uB4F1\uAE09\uC774 \uACB0\uACFC\uC5D0 \uBC18\uC601\uB429\uB2C8\uB2E4."})])}),label:B.gradeLabel}),t.partOfSpeech&&A.push(Qr($)),t.wordType&&A.push(eu($)),t.choseong||t.fixedSyllable!=null){const j=t.fixedSyllable;A.push({label:B.syllableCount,items:[...tu.map(V=>({value:ho(V),displayLabel:o("wordPairs.syllableN",{n:V,defaultValue:"{{n}}\uC74C\uC808"}),disabled:j!=null?V!==j:!be.exact.has(V)||V<Q})),{value:ho(Je),displayLabel:o("wordPairs.syllableNPlus",{n:Je,defaultValue:"{{n}}\uC74C\uC808 \uC774\uC0C1"}),disabled:j!=null?Je!==j:!be.min}],allOption:!0,allOptionDisabled:j!=null})}return t.choseong?A.push({label:B.exclude,displayLabel:B.selectLabel,multiple:!0,items:[B.excludeImage,B.sameStructure],labelAction:fe(Ie)}):A.push({label:B.exclude,displayLabel:B.selectLabel,multiple:!0,items:[B.excludeImage],labelAction:fe([Ie[0]])}),A},[t.choseong,t.partOfSpeech,t.wordType,t.requireSyllable,t.fixedSyllable,t.fixedNoCoda,t.requireCoda,Q,K,q,p,be,B,o,fe,Ie,$]),Ue={...t.difficulty?{[B.diffPhonemeCount]:String(l)}:{},...(t.choseong||t.fixedSyllable!=null)&&d.syllable!=null?{[B.syllableCount]:ho(d.syllable)}:{},...t.choseong&&d.cho?{[B.trainOnset]:d.cho}:{},...t.choseong&&d.jung?{[B.trainVowel]:d.jung}:{},...t.choseong&&d.jong?{[B.trainCoda]:d.jong}:{},[B.exclude]:[...g?[B.excludeImage]:[],...w?[B.sameStructure]:[]],[B.gradeLabel]:R.map(A=>o("wordSearch.filter.grade",{n:Number(A),defaultValue:"{{n}}\uB4F1\uAE09"})),...t.partOfSpeech?{[$.partOfSpeech]:P}:{},...t.wordType?{[$.wordType]:L}:{}},Qe=c.useCallback((A,j)=>{if(j===B.diffPhonemeCount){const V=Number(A);V>=1&&C(V)}else if(j===B.exclude)A===B.excludeImage?k(V=>!V):A===B.sameStructure&&x(V=>!V);else if(j===B.syllableCount)y(V=>{if(!A||A===bt)return{...V,syllable:null};const X=sh(A);return{...V,syllable:V.syllable===X?null:X}});else if(j===B.gradeLabel){if(!A||A===bt){D([]);return}const V=A.replace(/\D/g,"");D(X=>X.includes(V)?X.filter(te=>te!==V):[...X,V])}else if(j===$.partOfSpeech){if(!A||A===bt){G([]);return}G(V=>V.includes(A)?V.filter(X=>X!==A):[...V,A])}else if(j===$.wordType){if(!A||A===bt){T([]);return}T(V=>V.includes(A)?V.filter(X=>X!==A):[...V,A])}else{const V=he[j];if(!V)return;y(X=>t.requireSyllable?A&&A!==bt?{...X,[V]:A}:X:!A||A===bt||X[V]===A?{...X,[V]:null}:{...X,[V]:A})}},[B,he,$,t.requireSyllable]),$e=c.useCallback(A=>!t.partOfSpeech&&!t.wordType?!0:nh(A,{...t.partOfSpeech?{[$.partOfSpeech]:P}:{},...t.wordType?{[$.wordType]:L}:{}},$),[t.partOfSpeech,t.wordType,P,L,$]),ee=c.useCallback(A=>{A!==p&&(A!=="direct"&&p!=="direct"&&y(j=>su(j,A,_.current)),h(A))},[p]),et=c.useCallback(()=>({composition:d,contrastCount:l,excludeNoImage:g,sameStructureOnly:w,phonemeView:p,gradeFilter:R}),[d,l,g,w,p,R]),re=c.useCallback(A=>{y(A.composition),C(A.contrastCount),k(A.excludeNoImage),x(A.sameStructureOnly??!0),h(A.phonemeView),D(Array.isArray(A.gradeFilter)?A.gradeFilter:[])},[]);return{difficulty:b,contrastCount:l,composition:d,choseong:d.cho,excludeNoImage:g,sameStructureOnly:w,gradeFilter:R,posFilter:P,wordTypeFilter:L,matchesWordAttributes:$e,poolVersion:z,filterSections:ct,filterSelected:Ue,handleFilterSelect:Qe,phonemeView:p,setPhonemeView:ee,phonemeGroupLabel:B.phonemeGroup,wordCount:Ce,getFilterSnapshot:et,restoreFilterSnapshot:re}}function fh(e){const t=i=>i?it(i):null,n=t(e.cho),o=t(e.jung),r=e.jong===Ze,u=r?null:t(e.jong),s=e.syllable!=null?fo(e.syllable):null;return!n&&!o&&!u&&!r&&!s?null:{cho:n,jung:o,jong:u,jongNone:r,syllable:s}}function ph(e,t,n,o,r,u,s=!0,i="char",l=[]){const[C,p]=c.useState({}),[h,d]=c.useState(!1),{cho:y=null,jung:E=null,jong:b=null,syllable:_=null}=o??{};return c.useEffect(()=>{u>0&&is(r).catch(()=>{})},[u,r]),c.useEffect(()=>{let g=!1;return d(!0),(async()=>{const k=fh({cho:y,jung:E,jong:b,syllable:_}),w=l.length>0?l.slice().sort().join(","):"",x=`${y??""}_${E??""}_${b??""}_${_??""}_${w}`,R={};await Promise.all(e.map(async D=>{const P=qn[D.key];try{const G=await gr(D.key,{difficulty:P.difficulty?t:null,contrastCount:P.difficulty?n:1,composition:P.choseong?k:null,count:5,excludeNoImage:r,sameStructureOnly:s,phonemeView:i,grade:l.length>0?l:null});G&&G.length>0?R[D.key]={id:`wt-${D.key}-${t}-${x}-${Date.now()}`,name:D.label,training_type:D.key,category_main_code:"WORD",iconColor:D.color,subTitle:D.subTitle,items:G,itemCount:G.length}:R[D.key]={id:`wt-${D.key}-empty`,name:D.label,training_type:D.key,category_main_code:"WORD",iconColor:D.color,subTitle:D.subTitle,items:[],itemCount:0,__empty:!0}}catch{R[D.key]=null}})),g||(p(R),d(!1))})(),()=>{g=!0}},[t,n,y,E,b,_,r,s,i,u,l]),{perTypeData:C,generating:h}}function Ch(e){let t=2166136261;for(let n=0;n<e.length;n++)t^=e.charCodeAt(n),t=Math.imul(t,16777619);return t>>>0}function yh(e){let t=e>>>0;return()=>{t|=0,t=t+1831565813|0;let n=Math.imul(t^t>>>15,1|t);return n=n+Math.imul(n^n>>>7,61|n)^n,((n^n>>>14)>>>0)/4294967296}}const Tn=at;function mo(e,t){const n=t?yh(Ch(t)):Math.random;return{LISTEN_IN_NOISE:Tn(Jt,Math.max(0,e.LISTEN_IN_NOISE||0),n),SHORT_STORY:Tn(Qt,Math.max(0,e.SHORT_STORY||0),n),LONG_STORY:Tn(en,Math.max(0,e.LONG_STORY||0),n),ORDERING_SENTENCE:Tn(tn,Math.max(0,e.ORDERING_SENTENCE||0),n)}}function cu(e){return e?!!(e.LISTEN_IN_NOISE?.length||e.SHORT_STORY?.length||e.LONG_STORY?.length||e.ORDERING_SENTENCE?.length):!1}const mh={LISTEN_IN_NOISE:3,SHORT_STORY:2,LONG_STORY:1,ORDERING_SENTENCE:2};function lu(e=!1,t=mh,n){const o=An(Date.now()),r=An(Date.now()-864e5),u=`${n??""}|${o}`,s=`${n??""}|${r}`;return Jt.length>0||Qt.length>0||en.length>0||tn.length>0?{today:mo(t,u),yesterday:mo(t,s)}:{today:mo(t,u),yesterday:null}}function gh(e){const t=c.useRef({LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]}),n=c.useRef(null),[o,r]=c.useState(!1),[u,s]=c.useState(!1);c.useEffect(()=>{let l=!1,C,p=0;const h=40,d=()=>{C!==void 0&&(clearInterval(C),C=void 0)};let y=!1;try{const _=new URLSearchParams(window.location.search),g=_.get("forceRefresh")||_.get("force");y=g==="1"||g==="true"}catch{}const E=_=>{t.current=_.today,n.current=_.yesterday,r(!0),l=!0,d()},b=async()=>{if(l)return;if(!y){const g=lu(!1,void 0,e);if(cu(g.today)){E(g);return}}try{await P0(3e3)}catch{}if(l)return;const _=lu(y,void 0,e);if(cu(_.today)){E(_);return}++p>=h&&(r(!0),l=!0,d())};return b(),C=setInterval(b,250),()=>{l=!0,d()}},[e]);const i=c.useCallback(l=>{const C=u?n.current:t.current,p=u?t.current:n.current;return C?.[l]?.length?C[l]:p?.[l]?.length?p[l]:void 0},[u]);return{loaded:o,showYesterday:u,setShowYesterday:s,getTrainingPerType:i}}const Rt=[];let xn=!1;function du(e){if(e.key!=="Escape"||e.defaultPrevented)return;const t=Rt[Rt.length-1];t&&(e.stopPropagation(),t())}function _h(e){return Rt.push(e),!xn&&typeof document<"u"&&(document.addEventListener("keydown",du),xn=!0),()=>{const t=Rt.lastIndexOf(e);t>=0&&Rt.splice(t,1),Rt.length===0&&xn&&typeof document<"u"&&(document.removeEventListener("keydown",du),xn=!1)}}function Eh(e,t=!0){const n=Po(e);c.useEffect(()=>{if(t)return _h(()=>{n.current?.()})},[t,n])}const go=(e,t)=>`${e}:${t??1}`,_o=new Map;function bh(e,t){const[n,o]=c.useState(0),r=e.map(u=>go(u.word,u.homonum)).join("|");return c.useEffect(()=>{const u=(r?r.split("|"):[]).filter(l=>!_o.has(l));if(u.length===0)return;let s=!1;const i=Array.from(new Set(u.map(l=>l.slice(0,l.lastIndexOf(":")))));return t(i).then(l=>{if(!(s||l.length===0)){for(const C of l)C.Meaning&&_o.set(go(C.Word,C.Homonum??void 0),C.Meaning);o(C=>C+1)}}),()=>{s=!0}},[r,t]),c.useMemo(()=>{const u=r?r.split("|"):[],s=new Map;for(const i of u){const l=_o.get(i);l!=null&&s.set(i,l)}return s},[r,n])}function Sh(e,t,n){const o=Number.isFinite(t)&&t>=1?Math.floor(t):1,r=Math.max(1,Math.ceil(e.length/o)),u=Number.isFinite(n)?Math.min(Math.max(1,Math.floor(n)),r):1;return{pageItems:c.useMemo(()=>e.slice((u-1)*o,u*o),[e,u,o]),totalPages:r,curPage:u}}function kh(e="warning"){const[t,n]=c.useState(""),[o,r]=c.useState(e),[u,s]=c.useState(0),i=c.useCallback((h,d)=>{r(d),n(h),s(y=>y+1)},[]),l=c.useCallback(h=>i(h,"warning"),[i]),C=c.useCallback(h=>i(h,"normal"),[i]),p=c.useCallback(()=>n(""),[]);return{toastMessage:t,toastType:o,toastKey:u,showToast:i,showWarning:l,showNormal:C,clearToast:p}}const on={blue:"#60A5FA",green:"#4ADE80",amber:"#FBBF24",purple:"#A78BFA",pink:"#F472B6"},rn=on.blue,Bn=on.green,un=on.amber,vn=on.purple,wh=on.pink,Ah=[{key:"discrimination",label:"\uBCC0\uBCC4\uD6C8\uB828",disc:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC740\uC9C0 \uB2E4\uB978\uC9C0, \uB610\uB294 \uD2B9\uC815 \uC18C\uB9AC\uB97C \uAD6C\uBCC4\uD558\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",icon:"ear",types:[{key:"SAME_SOUND_PICK",label:"\uAC19\uC740 \uC18C\uB9AC \uACE0\uB974\uAE30",icon:"volume-2",color:rn,subTitle:"\uB4E4\uC740 \uC18C\uB9AC\uC640 \uAC19\uC740 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},{key:"SAME_OR_DIFF",label:"\uAC19\uC740\uC9C0 \uB2E4\uB978\uC9C0 \uB9DE\uD788\uAE30",icon:"diff",color:rn,subTitle:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC740\uC9C0, \uB2E4\uB978\uC9C0 \uAD6C\uBD84\uD558\uC138\uC694."},{key:"HEAR_AND_PICK_SAME",label:"\uC77C\uCE58\uD558\uB294 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",icon:"headphones",color:rn,subTitle:"\uB4E4\uC740 \uC18C\uB9AC\uC758 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},{key:"HEAR_AND_PICK_INCLUDED",label:"\uD55C \uC74C\uC808 \uD3EC\uD568 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",icon:"scan-search",color:rn,subTitle:"\uB4E4\uC740 \uC74C\uC808\uC774 \uD3EC\uD568\uB41C \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},{key:"STARTS_WITH_SAME_SOUND",label:"\uCCAB \uC74C\uC808\uC774 \uAC19\uC740 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",icon:"play-circle",color:rn,subTitle:"\uB4E4\uC740 \uB2E8\uC5B4\uC640 \uAC19\uC740 \uC18C\uB9AC\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694."}]},{key:"synthesis",label:"\uD569\uC131\uD6C8\uB828",disc:"\uB450 \uAC1C \uC774\uC0C1\uC758 \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uD569\uCCD0 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",icon:"git-merge",types:[{key:"MERGE_2_SYLLABLES",label:"\uC74C\uC808 2\uAC1C \uD569\uCE58\uAE30",icon:"link-2",color:Bn,subTitle:"\uB450 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},{key:"MERGE_3_SYLLABLES",label:"\uC74C\uC808 3\uAC1C \uD569\uCE58\uAE30",icon:"git-merge",color:Bn,subTitle:"\uC138 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},{key:"MERGE_2_PHONEMES",label:"\uC74C\uC18C 2\uAC1C \uD569\uCE58\uAE30",icon:"combine",color:Bn,subTitle:"\uB450 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},{key:"MERGE_3_PHONEMES",label:"\uC74C\uC18C 3\uAC1C \uD569\uCE58\uAE30",icon:"braces",color:Bn,subTitle:"\uC138 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"}]},{key:"deletion",label:"\uD0C8\uB77D\uD6C8\uB828",disc:"\uB2E8\uC5B4\uC5D0\uC11C \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uC81C\uAC70\uD588\uC744 \uB54C \uB0A8\uB294 \uC18C\uB9AC\uB97C \uC778\uC2DD\uD558\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",icon:"scissors",types:[{key:"DROP_1_FROM_2SYLL",label:"2\uC74C\uC808\uC5D0\uC11C 1\uC74C\uC808 \uD0C8\uB77D",icon:"scissors",color:un,subTitle:"2\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},{key:"DROP_1_FROM_3SYLL",label:"3\uC74C\uC808\uC5D0\uC11C 1\uC74C\uC808 \uD0C8\uB77D",icon:"minus-circle",color:un,subTitle:"3\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},{key:"DROP_PART_FROM_COMPOUND",label:"\uD569\uC131\uC5B4\uC5D0\uC11C \uBD80\uBD84\uD0C8\uB77D",icon:"unlink",color:un,subTitle:"\uD569\uC131\uC5B4\uC758 \uC77C\uBD80\uB97C \uBE7C\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},{key:"DROP_FINAL_CONSONANT_FROM_1SYLL",label:"1\uC74C\uC808\uC5D0\uC11C \uBC1B\uCE68 \uD0C8\uB77D",icon:"eraser",color:un,subTitle:"\uBC1B\uCE68\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},{key:"REMOVE_CONSONANT_AND_IDENTIFY_PHONEME",label:"1\uC74C\uC808\uC5D0\uC11C \uC790\uC74C \uD0C8\uB77D",icon:"audio-lines",color:un,subTitle:"\uC790\uC74C\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB0A8\uC744\uAE4C\uC694?"}]},{key:"substitution",label:"\uB300\uCE58\uD6C8\uB828",disc:"\uB2E8\uC5B4\uC758 \uC77C\uBD80 \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uBC14\uAFB8\uC5B4 \uC0C8\uB85C\uC6B4 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",icon:"replace",types:[{key:"CHANGE_1_SYLL_IN_2SYLL",label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",icon:"replace",color:vn,subTitle:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},{key:"CHANGE_1_SYLL_IN_3SYLL",label:"3\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",icon:"shuffle",color:vn,subTitle:"3\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},{key:"CHANGE_1_PHONEME_IN_1SYLL",label:"1\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC18C \uBC14\uAFB8\uAE30",icon:"arrow-right-left",color:vn,subTitle:"1\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uC138\uC694."},{key:"CHANGE_1_PHONEME_IN_2SYLL",label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC18C \uBC14\uAFB8\uAE30",icon:"flip-horizontal",color:vn,subTitle:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."}]},{key:"attention",label:"\uCCAD\uAC01\uC801\uC8FC\uC758\uB825\uD6C8\uB828",disc:"\uC5EC\uB7EC \uC18C\uB9AC\uB97C \uB4E3\uACE0 \uC21C\uC11C\uB97C \uAE30\uC5B5\uD558\uB294 \uC8FC\uC758\uB825\uACFC \uB2E8\uAE30 \uAE30\uC5B5 \uD6C8\uB828\uC785\uB2C8\uB2E4.",icon:"list-ordered",types:[{key:"LISTEN_AND_REMEMBER_ORDER",label:"\uB4E3\uACE0 \uC21C\uC11C\uB300\uB85C \uAE30\uC5B5\uD558\uAE30",icon:"list-ordered",color:wh,subTitle:"\uC138 \uB2E8\uC5B4\uB97C \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694."}]}];function Nh(){const{t:e}=gt();return c.useMemo(()=>{const t=Object.fromEntries(H0(e).map(o=>[o.key,o.label])),n={...t};return Ah.flatMap(o=>o.types).forEach(o=>{n[o.key]=e(`trainingType.${o.key}.label`,{defaultValue:o.label})}),{sentence:t,all:n}},[e])}exports.CACHE_GROUPS=Jo,exports.DocumentTitleSuppressContext=Ho,exports.EMPTY_COMPOSITION=yo,exports.MediaQueryOverrideContext=jo,exports.NO_CODA=Ze,exports.SYLLABLE_MIN=Je,exports.VAP_PAGE_SIZE_OPTIONS=nr,exports.buildGradeSection=Jr,exports.buildPartOfSpeechSection=Qr,exports.buildPositionSection=Z0,exports.buildSelectSection=X0,exports.buildSyllableSection=K0,exports.buildWordTypeSection=eu,exports.charToPronValue=uu,exports.convertComposition=su,exports.fmtBytes=fa,exports.lsBytes=Qo,exports.meaningKey=go,exports.pronToCharValue=au,exports.syllableToFilter=fo,exports.today=Vt,exports.toggleAttributeFilter=J0,exports.useCacheManagement=pa,exports.useDailyTrainingSelection=gh,exports.useDelayedHoverAnchor=Y0,exports.useDeviceManagement=ka,exports.useDocumentTitle=vu,exports.useEscToClose=Eh,exports.useFontScale=Tu,exports.useHoverAnchor=Xr,exports.useMediaQuery=Bu,exports.usePagedList=Sh,exports.usePasswordChange=Ju,exports.useRelativeDay=Zu,exports.useTablePaging=ba,exports.useTableSort=Sa,exports.useToastState=kh,exports.useTrainingTypeLabels=Nh,exports.useVisitAllPanel=Ea,exports.useVisitHistory=ma,exports.useVisitSchedule=_a,exports.useWindowEvent=$o,exports.useWordAttributeFilterKeys=Zr,exports.useWordDataStats=Ca,exports.useWordMeanings=bh,exports.useWordTrainingDataGeneration=ph,exports.useWordTrainingFilter=hh,exports.valueToJamos=it;