@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
+ import Uo,{useState as O,useEffect as X,createContext as Sn,useContext as wn,useRef as be,useMemo as ye,useCallback as W,forwardRef as Go,createElement as Gt,useLayoutEffect as Pu}from"react";import{jsx as oe,jsxs as Ie,Fragment as Yt}from"react/jsx-runtime";import{createPortal as Yo}from"react-dom";function $u({storageKey:e="fontScale",baseFont:t=20,minScale:n=.8,maxScale:o=1.4,step:r=.1,lineHeightRatio:u=1.4}={}){const i=g=>Math.max(n,Math.min(o,Number(g))),[s,c]=O(()=>{try{const g=localStorage.getItem(e),m=g?Number(g):1;return Number.isFinite(m)?m:1}catch{return 1}});X(()=>{try{localStorage.setItem(e,String(s))}catch{}},[e,s]);const p=g=>{c(typeof g=="function"?m=>i(g(m)):i(g))},f=()=>p(g=>+(g+r).toFixed(6)),d=()=>p(g=>+(g-r).toFixed(6)),l=s<o-Number.EPSILON,C=s>n+Number.EPSILON,_=Math.round(t*s),E=Math.round(_*u);return{scale:s,setScale:p,increase:f,decrease:d,canIncrease:l,canDecrease:C,fontSize:_,lineHeight:E}}const qo=Sn(null);function Fu(e){return/max-width:\s*7[0-9][0-9]px/.test(e)}function Hu(e){const t=wn(qo),n=u=>typeof window>"u"||!window.matchMedia?!1:window.matchMedia(u).matches,[o,r]=O(n(e));return X(()=>{if(typeof window>"u"||!window.matchMedia)return;const u=window.matchMedia(e),i=c=>r(c.matches),s=u;return s.addEventListener?s.addEventListener("change",i):s.addListener&&s.addListener(i),r(u.matches),()=>{s.removeEventListener?s.removeEventListener("change",i):s.removeListener&&s.removeListener(i)}},[e]),t&&typeof t.mobile=="boolean"&&Fu(e)?t.mobile:o}function Wo(e){const t=be(e);return X(()=>{t.current=e}),t}function Ko(e,t){const n=Wo(t);X(()=>{const o=()=>n.current();try{window.addEventListener(e,o)}catch{}return()=>{try{window.removeEventListener(e,o)}catch{}}},[e,n])}const Kn=" \xB7 ",Xo=(()=>{if(typeof document>"u")return"";const e=document.title;return e.includes(Kn)?e.split(Kn).pop()??e:e})(),Zo=Sn(!1);function zu(e){const t=wn(Zo);X(()=>{if(t||typeof e!="string"||!e)return;const n=document.title;return document.title=Xo?`${e}${Kn}${Xo}`:e,()=>{document.title=n}},[e,t])}const Vu=(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);St(r[0])&&(r[0]=`react-i18next:: ${r[0]}`),e?.services?.logger?.warn?e.services.logger.warn(...r):console?.warn&&console.warn(...r)},Jo={},An=(e,t,n,o)=>{St(n)&&Jo[n]||(St(n)&&(Jo[n]=new Date),Vu(e,t,n,o))},Qo=(e,t)=>()=>{if(e.isInitialized)t();else{const n=()=>{setTimeout(()=>{e.off("initialized",n)},0),t()};e.on("initialized",n)}},Xn=(e,t,n)=>{e.loadNamespaces(t,Qo(e,n))},er=(e,t,n,o)=>{if(St(n)&&(n=[n]),e.options.preload&&e.options.preload.indexOf(t)>-1)return Xn(e,n,o);n.forEach(r=>{e.options.ns.indexOf(r)<0&&e.options.ns.push(r)}),e.loadLanguages(t,Qo(e,o))},Uu=(e,t,n={})=>!t.languages||!t.languages.length?(An(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}}),St=e=>typeof e=="string",Gu=e=>typeof e=="object"&&e!==null,Yu=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,qu={"&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;":"/"},Wu=e=>qu[e],Ku=e=>e.replace(Yu,Wu);let Xu={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:Ku,transDefaultProps:void 0};const Zu=()=>Xu;let Ju;const Qu=()=>Ju,ea=Sn();class ta{constructor(){this.usedNamespaces={}}addUsedNamespaces(t){t.forEach(n=>{this.usedNamespaces[n]||(this.usedNamespaces[n]=!0)})}getUsedNamespaces(){return Object.keys(this.usedNamespaces)}}var Zn={exports:{}},Jn={};/**
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 tr;function na(){if(tr)return Jn;tr=1;var e=Uo;function t(d,l){return d===l&&(d!==0||1/d===1/l)||d!==d&&l!==l}var n=typeof Object.is=="function"?Object.is:t,o=e.useState,r=e.useEffect,u=e.useLayoutEffect,i=e.useDebugValue;function s(d,l){var C=l(),_=o({inst:{value:C,getSnapshot:l}}),E=_[0].inst,g=_[1];return u(function(){E.value=C,E.getSnapshot=l,c(E)&&g({inst:E})},[d,C,l]),r(function(){return c(E)&&g({inst:E}),d(function(){c(E)&&g({inst:E})})},[d]),i(C),C}function c(d){var l=d.getSnapshot;d=d.value;try{var C=l();return!n(d,C)}catch{return!0}}function p(d,l){return l()}var f=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?p:s;return Jn.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:f,Jn}var Qn={};/**
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 nr;function oa(){return nr||(nr=1,process.env.NODE_ENV!=="production"&&(function(){function e(C,_){return C===_&&(C!==0||1/C===1/_)||C!==C&&_!==_}function t(C,_){f||r.startTransition===void 0||(f=!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 E=_();if(!d){var g=_();u(E,g)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),d=!0)}g=i({inst:{value:E,getSnapshot:_}});var m=g[0].inst,S=g[1];return c(function(){m.value=E,m.getSnapshot=_,n(m)&&S({inst:m})},[C,E,_]),s(function(){return n(m)&&S({inst:m}),C(function(){n(m)&&S({inst:m})})},[C]),p(E),E}function n(C){var _=C.getSnapshot;C=C.value;try{var E=_();return!u(C,E)}catch{return!0}}function o(C,_){return _()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var r=Uo,u=typeof Object.is=="function"?Object.is:e,i=r.useState,s=r.useEffect,c=r.useLayoutEffect,p=r.useDebugValue,f=!1,d=!1,l=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?o:t;Qn.useSyncExternalStore=r.useSyncExternalStore!==void 0?r.useSyncExternalStore:l,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Qn}process.env.NODE_ENV==="production"?Zn.exports=na():Zn.exports=oa();var ra=Zn.exports;const ua=(e,t)=>{if(St(t))return t;if(Gu(t)&&St(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},aa={t:ua,ready:!1},ia=()=>()=>{},wt=(e,t={})=>{const{i18n:n}=t,{i18n:o,defaultNS:r}=wn(ea)||{},u=n||o||Qu();u&&!u.reportNamespaces&&(u.reportNamespaces=new ta),u||An(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 i=ye(()=>({...Zu(),...u?.options?.react,...t}),[u,t]),{useSuspense:s,keyPrefix:c}=i,p=e||r||u?.options?.defaultNS,f=St(p)?[p]:p||["translation"],d=ye(()=>f,f);u?.reportNamespaces?.addUsedNamespaces?.(d);const l=be(0),C=W(L=>{if(!u)return ia;const{bindI18n:M,bindI18nStore:U}=i,$=()=>{l.current+=1,L()};return M&&u.on(M,$),U&&u.store.on(U,$),()=>{M&&M.split(" ").forEach(Y=>u.off(Y,$)),U&&U.split(" ").forEach(Y=>u.store.off(Y,$))}},[u,i]),_=be(),E=W(()=>{if(!u)return aa;const L=!!(u.isInitialized||u.initializedStoreOnce)&&d.every(D=>Uu(D,u,i)),M=t.lng||u.language,U=l.current,$=_.current;if($&&$.ready===L&&$.lng===M&&$.keyPrefix===c&&$.revision===U)return $;const H={t:u.getFixedT(M,i.nsMode==="fallback"?d:d[0],c,{scopeNs:d}),ready:L,lng:M,keyPrefix:c,revision:U};return _.current=H,H},[u,d,c,i,t.lng]),[g,m]=O(0),{t:S,ready:w}=ra.useSyncExternalStore(C,E,E);X(()=>{if(u&&!w&&!s){const L=()=>m(M=>M+1);t.lng?er(u,t.lng,d,L):Xn(u,d,L)}},[u,t.lng,d,w,s,g]);const T=u||{},R=be(null),x=be(),P=L=>{const M=Object.getOwnPropertyDescriptors(L);M.__original&&delete M.__original;const U=Object.create(Object.getPrototypeOf(L),M);if(!Object.prototype.hasOwnProperty.call(U,"__original"))try{Object.defineProperty(U,"__original",{value:L,writable:!1,enumerable:!1,configurable:!1})}catch{}return U},G=ye(()=>{const L=T,M=L?.language;let U=L;L&&(R.current&&R.current.__original===L?x.current!==M?(U=P(L),R.current=U,x.current=M):U=R.current:(U=P(L),R.current=U,x.current=M));const $=!w&&!s?(...H)=>(An(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."),S(...H)):S,Y=[$,U,w];return Y.t=$,Y.i18n=U,Y.ready=w,Y},[S,T,w,T.resolvedLanguage,T.language,T.languages]);if(u&&s&&!w){let L=!1;try{L=process.env.NODE_ENV!=="production"}catch{}throw L&&An(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(M=>{const U=()=>M();t.lng?er(u,t.lng,d,U):Xn(u,d,U)})}return G};function sa(){const{t:e}=wt();return W(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 ca(e){const[t,n]=O({current:"",next:"",confirm:""}),[o,r]=O(null),[u,i]=O(!1),s=be(null);X(()=>()=>{s.current!==null&&clearTimeout(s.current)},[]);const c=W(()=>{n({current:"",next:"",confirm:""}),r(null)},[]),p=W(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}i(!0);const f=e?await e(t.current,t.next):null;if(i(!1),f){r({type:"error",text:f});return}r({type:"success",text:"\uBE44\uBC00\uBC88\uD638\uAC00 \uBCC0\uACBD\uB418\uC5C8\uC2B5\uB2C8\uB2E4."}),n({current:"",next:"",confirm:""}),s.current!==null&&clearTimeout(s.current),s.current=setTimeout(()=>r(null),1500)},[t,e]);return{pw:t,setPw:n,pwMsg:o,setPwMsg:r,pwLoading:u,handleChangePw:p,reset:c}}const Ne=["\u3131","\u3132","\u3134","\u3137","\u3138","\u3139","\u3141","\u3142","\u3143","\u3145","\u3146","\u3147","\u3148","\u3149","\u314A","\u314B","\u314C","\u314D","\u314E"],lt=["\u314F","\u3150","\u3151","\u3152","\u3153","\u3154","\u3155","\u3156","\u3157","\u3158","\u3159","\u315A","\u315B","\u315C","\u315D","\u315E","\u315F","\u3160","\u3161","\u3162","\u3163"],Ve=["","\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 le(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 la(){const e=new Map;return t=>{let n=e.get(t);return n||(n=[...t].map(o=>le(o)),e.set(t,n)),n}}function At(e,t,n=0){return String.fromCharCode(44032+(e*21+t)*28+n)}function da(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=le(e[r]),i=le(t[r]);if(!u||!i)return"random";if(u.cho===i.cho&&u.jung===i.jung&&u.jong===i.jong)continue;n++;const s=u.cho!==i.cho,c=u.jung!==i.jung,p=u.jong!==i.jong;(s?1:0)+(c?1:0)+(p?1:0)>1?o="multi":s?o="cho":c?o="jung":o="jong"}return n!==1?"random":o==="cho"?"cho":o==="jung"?"jung":o==="jong"?"jong":"random"}const qt={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(qt).map(([e,t])=>[t.join(""),Ve[Number(e)]]));function ha(e,t){if(!e||!t)return!1;for(const n of e){const o=le(n);if(o){if(Ne[o.cho]===t)return!0;if(o.jong>0){if(Ve[o.jong]===t)return!0;const r=qt[o.jong];if(r&&r.includes(t))return!0}}}return!1}function kn(e){if(!e)return 0;let t=0;for(const n of e)le(n)&&t++;return t}function fa(e){if(!e)return!1;let t=!1;for(const n of e){const o=le(n);if(o&&(t=!0,o.jong>0))return!1}return t}function pa(e,t){if(e.jong<=0)return!1;if(t.includes(Ve[e.jong]))return!0;const n=qt[e.jong];return!!n&&n.some(o=>t.includes(o))}function Ca(e,t,n){if(!e)return!1;const o=[...e],r=u=>{const i=le(o[u]);if(!i||t.cho&&!t.cho.includes(Ne[i.cho])||t.jung&&!t.jung.includes(lt[i.jung]))return!1;if(t.jongNone){if(i.jong>0)return!1}else if(t.jong&&!pa(i,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 ya={cho:Ne.length,jung:lt.length,jong:Ve.length};function ma(e,t,n,o,r=1/0){if(!e||n<1)return[];const u=[...e].map(d=>le(d));if(u.some(d=>!d))return[];const i=u,s=i.length;if(n>s)return[];const c=ya[t],p=new Set,f=[];(function d(l,C){if(C.length===n){f.push([...C]);return}for(let _=l;_<s;_++)C.push(_),d(_+1,C),C.pop()})(0,[]);for(const d of f)if((function l(C,_){if(p.size>=r)return;if(C===d.length){const m=_.map(S=>At(S.cho,S.jung,S.jong)).join("");m!==e&&o.has(m)&&p.add(m);return}const E=d[C],g=i[E][t];for(let m=0;m<c;m++){if(m===g)continue;const S=_.slice();if(S[E]={..._[E],[t]:m},l(C+1,S),p.size>=r)return}})(0,i),p.size>=r)break;return[...p]}function ga(e,t){if(!e||!t||e.length!==t.length)return-1;let n=0;for(let o=0;o<e.length;o++){const r=le(e[o]),u=le(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 or="word_pair_index_v2",rr="word_pair_index_sig_v2";let Wt=null;function _a(){try{if(typeof localStorage>"u")return null;const e=localStorage.getItem(or),t=localStorage.getItem(rr);return!e||!t?null:{index:JSON.parse(e),sig:t}}catch{return null}}function Kt(){if(Wt)return Wt;const e=_a();return e?(Wt=e.index,e.sig,Wt):null}function Ea(){Wt=null;try{typeof localStorage<"u"&&(localStorage.removeItem(or),localStorage.removeItem(rr))}catch{}}const ur="word_image_existence_map_v1";let It=null;function ar(){if(It)return It;try{const e=typeof localStorage<"u"?localStorage.getItem(ur):null;It=e?JSON.parse(e):{}}catch{It={}}return It}function ba(e,t){return`${e}_${t??1}`}function Sa(e,t){const n=ar(),o=ba(e,t);return o in n?n[o]:void 0}function ir(){const e=ar(),t=Object.values(e);return t.length===0?null:{total:t.length,exists:t.filter(Boolean).length}}function wa(){It={};try{typeof localStorage<"u"&&localStorage.removeItem(ur)}catch{}}const sr=[{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 cr(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 Aa(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 ka(e){const{t}=wt(),[n,o]=O({}),[r,u]=O(null),[i,s]=O(null),[c,p]=O(null),f=W(()=>{const l={};sr.forEach(C=>{l[C.id]=cr([...C.keys])}),o(l),typeof navigator<"u"&&navigator.storage?.estimate&&navigator.storage.estimate().then(C=>{p({usage:C.usage??0,quota:C.quota??0})}).catch(()=>{})},[]);X(()=>{f()},[f]);const d=W(async l=>{u(l);try{l==="wordData"?(localStorage.removeItem("word_data_cache"),localStorage.removeItem("word_data_version")):l==="pairIndex"?Ea():l==="imageCache"&&wa(),f(),e?.(t("settings.cache.cleared","\uCE90\uC2DC\uAC00 \uC0AD\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4."))}finally{u(null)}},[f,e,t]);return{cacheSizes:n,clearingId:r,confirmCacheId:i,setConfirmCacheId:s,storageEstimate:c,refreshCacheSizes:f,handleClearCache:d}}function Na(e){const[t,n]=O(null),[o,r]=O(null),u=W(()=>{const i=Kt();if(i){const c=Object.values(i),p=c.filter(f=>f.cho.length+f.jung.length+f.jong.length>0).length;n({matched:p,total:c.length})}else n(null);const s=ir();r(s?{exists:s.exists,total:s.total}:null)},[]);return X(()=>{u();const i=setTimeout(u,1e3);return()=>clearTimeout(i)},[e,u]),{pairStats:t,imgStats:o,setPairStats:n,setImgStats:r,refreshStats:u}}function lr(e,t=[]){const[n,o]=O(t),[r,u]=O(null),[i,s]=O(!1),[c,p]=O(e),f=be(i);X(()=>{f.current=i});const d=be(null);X(()=>{if(f.current)return;const m=d.current;m!==null&&m.length===t.length&&m.every((S,w)=>S===t[w])||(d.current=t,o(t))},[t]);const l=W(m=>{u(m),s(!1),p({...m})},[]),C=W(()=>s(!0),[]),_=W(()=>s(!1),[]),E=W((m,S)=>{o(m),u(S),s(!1)},[]),g=W(m=>{o(S=>S.filter(w=>w!==m)),u(null)},[]);return{list:n,setList:o,selected:r,setSelected:u,isEditing:i,setIsEditing:s,editForm:c,setEditForm:p,openDetail:l,startEditing:C,cancelEditing:_,commitEdit:E,remove:g}}const Xt=()=>{const e=new Date;return{year:String(e.getFullYear()),month:String(e.getMonth()+1).padStart(2,"0"),day:String(e.getDate()).padStart(2,"0")}},Ma={year:"",month:"",day:"",hour:"09",minute:"00",memo:""};function Ta(e=[]){const{list:t,setList:n,selected:o,setSelected:r,isEditing:u,setIsEditing:i,editForm:s,setEditForm:c,openDetail:p,commitEdit:f}=lr(Ma,e),{year:d,month:l,day:C}=Xt(),[_,E]=O({year:d,month:l,day:C,hour:"09",minute:"00",memo:""});return{visitHistory:t,visitForm:_,setVisitForm:E,setVisit:g=>m=>E(S=>({...S,[g]:m})),selectedVisit:o,setSelectedVisit:r,isEditingVisit:u,setIsEditingVisit:i,editVisitForm:s,setEditVisitForm:c,openVisitDetail:p,handleVisitSave:g=>{n(T=>[_,...T]);const{year:m,month:S,day:w}=Xt();E({year:m,month:S,day:w,hour:"09",minute:"00",memo:""}),g?.()},handleVisitEditSave:()=>{f(g=>g.map(m=>m===o?s:m),s)},addVisit:g=>{n(m=>[g,...m])},removeVisit:g=>{n(m=>m.filter(S=>S!==g))},revertVisitEdit:(g,m)=>{n(S=>S.map(w=>w===m?g:w)),r(S=>S===m?g:S)}}}const dr=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")}`,Nn=e=>[...e].sort((t,n)=>{const o=dr(t),r=dr(n);return o<r?-1:o>r?1:0}),Ba={year:"",month:"",day:"",hour:"09",minute:"00",memo:""};function va(e,t=[]){const n=ye(()=>Nn(t),[t]),{list:o,setList:r,selected:u,setSelected:i,isEditing:s,setIsEditing:c,editForm:p,setEditForm:f,openDetail:d,commitEdit:l,remove:C}=lr(Ba,n),[_,E]=O([]),{year:g,month:m,day:S}=Xt(),[w,T]=O({year:g,month:m,day:S,hour:"09",minute:"00",memo:""}),R=H=>D=>T(I=>({...I,[H]:D})),x=H=>{r(J=>Nn([...J,w]));const{year:D,month:I,day:ge}=Xt();T({year:D,month:I,day:ge,hour:"09",minute:"00",memo:""}),H?.()},P=()=>{l(H=>Nn(H.map(D=>D===u?p:D)),p)},G=W(H=>{C(H)},[C]),L=W(H=>{e({year:H.year,month:H.month,day:H.day,hour:H.hour,minute:H.minute,memo:H.memo}),C(H)},[e,C]),M=W(H=>{r(D=>D.filter(I=>I!==H)),E(D=>[H,...D]),i(null)},[r,i]),U=W(H=>{r(D=>Nn([...D,H]))},[r]),$=W(H=>{r(D=>D.filter(I=>I!==H))},[r]),Y=W((H,D)=>{r(I=>I.map(ge=>ge===D?H:ge)),i(I=>I===D?H:I)},[r,i]);return{scheduleList:o,noShowList:_,addSchedule:U,removeSchedule:$,revertScheduleEdit:Y,scheduleForm:w,setScheduleForm:T,setSchedule:R,selectedSchedule:u,setSelectedSchedule:i,isEditingSchedule:s,setIsEditingSchedule:c,editScheduleForm:p,setEditScheduleForm:f,openScheduleDetail:d,handleScheduleSave:x,handleScheduleEditSave:P,handleScheduleDelete:G,handleScheduleToVisit:L,handleScheduleNoVisit:M}}const hr=[{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 xa(e){const[t,n]=O(""),[o,r]=O("25"),[u,i]=O("all"),[s,c]=O(1),p=ye(()=>e.filter(({item:l,status:C})=>!(t&&!l.memo.includes(t)||u!=="all"&&C!==u)),[e,t,u]),f=Math.max(1,Math.ceil(p.length/Number(o))),d=ye(()=>{const l=Math.min(s,f);return p.slice((l-1)*Number(o),l*Number(o))},[p,s,o,f]);return{vapSearch:t,setVapSearch:n,vapPageSize:o,setVapPageSize:r,vapStatus:u,setVapStatus:i,vapPage:s,setVapPage:c,vapFiltered:p,vapTotal:f,vapPageItems:d}}function Da(e,t){const{t:n}=wt(),[o,r]=O("25"),[u,i]=O(1),[s,c]=O(t);s!==t&&(c(t),u!==1&&i(1));const p=ye(()=>hr.map(C=>({...C,label:n("visits.showN",{n:C.value})})),[n]),f=W(C=>{r(C),i(1)},[]),d=Math.max(1,Math.ceil(e.length/Number(o))),l=Math.min(u,d);return{pageRows:ye(()=>e.slice((l-1)*Number(o),l*Number(o)),[e,l,o]),pageSizeProps:{options:p,value:o,onChange:f},paginationProps:{page:l,total:d,onChange:i},setPage:i}}function Oa(){const[e,t]=O(null),n=W(r=>{t(u=>u?.key===r?{key:r,asc:!u.asc}:{key:r,asc:!0})},[]),o=W((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 La(){const[e,t]=O(!1),[n,o]=O("\uC88C"),[r,u]=O({\uC88C:null,\uC6B0:null}),[i,s]=O({\uC88C:[],\uC6B0:[]}),[c,p]=O(!1),[f,d]=O("\uC88C"),l=W(_=>{const E=_.direction;u(g=>({...g,[E]:_})),s(g=>({...g,[E]:[_,...g[E]]})),t(!1)},[]),C=W(_=>{const E=_.direction;u(g=>({...g,[E]:_})),p(!1)},[]);return{showDevice:e,setShowDevice:t,deviceDirection:n,setDeviceDirection:o,devices:r,setDevices:u,deviceHistory:i,setDeviceHistory:s,showDeviceList:c,setShowDeviceList:p,listForSide:f,setListForSide:d,handleDeviceSubmit:l,handleSelectFromList:C}}const Ra="__ihab_core_word_pool__";function Mn(){return globalThis[Ra]??null}function se(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 dt(e,t,n=Math.random){return!Array.isArray(e)||e.length===0||t<=0?[]:t>=e.length?se(e,n):se(e,n).slice(0,t)}const eo={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"}},Ia=Ne.indexOf("\u3147"),fr={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!==Ia},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}},ja={\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"},Pa={\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 pr(e){return ja[e]??e}const to={cho:Ne,jung:lt,jong:Ve},we=e=>Array.isArray(e)?e.length>0:!!e;function no(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&&Ne[o.cho]==="\u3147"!=(Ne[r.cho]==="\u3147")||o.jong!==r.jong&&o.jong===0!=(r.jong===0)))return!0}return!1}function $a(e,t,n){const o=n.pronOf(e),r=n.decompOf,u=n.sameStructureOnly&&r?r(o):null,i=[];for(const s of t)s!==e&&(n.okSet&&!n.okSet.has(s)||n.pronOf(s)!==o&&(u&&r&&no(u,r(n.pronOf(s)))||i.push(s)));return i}function Cr(e,t,n){const o=t?.[e];if(!o)return[];const r=n.kind?o[n.kind]??[]:[...o.cho??[],...o.jung??[],...o.jong??[]];return $a(e,r,n)}function Fa(e,t,n,o,r,u,i){const s=["cho","jung","jong"].filter(l=>we(e[l])),c={};for(const l of s){const C=e[l];c[l]=new Set(Array.isArray(C)?C:[C])}const p=r==="pron",f=new Map;for(const l of t){const C=n(u(l));if(C.some(m=>!m))continue;let _=C;if(!p&&(_=n(l),_.length!==C.length||_.some(m=>!m)))continue;const E=C.length,g=f.get(E);g?g.push({w:l,dPron:C,dPos:_}):f.set(E,[{w:l,dPron:C,dPos:_}])}const d=new Map;for(const[l,C]of f){const _=new Map,E=(g,m)=>{const S=g.dPos[m];return S!=null&&s.every(w=>c[w].has(to[w][S[w]]))};for(const g of C){let m;if(i==="head")m=E(g,0)?0:-1;else if(i==="tail")m=E(g,l-1)?l-1:-1;else if(i==="mid"){m=-1;for(let w=1;w<l-1;w++)if(E(g,w)){m=w;break}}else m=g.dPos.findIndex(w=>w!=null&&s.every(T=>c[T].has(to[T][w[T]])));if(m<0)continue;const S=_.get(m);S?S.push(g):_.set(m,[g])}for(const[g,m]of _){const S=new Set(s.map(R=>g+":"+R)),w=R=>{let x="";for(let P=0;P<l;P++){const G=R[P];for(const L of["cho","jung","jong"])x+=(S.has(P+":"+L)?"*":G[L])+"."}return x},T=new Map;for(const R of C){const x=w(R.dPron),P=T.get(x);P?P.push(R):T.set(x,[R])}for(const R of m){const x=T.get(w(R.dPron))??[],P=[];for(const G of x){if(G.w===R.w)continue;let L=!0;for(const M of s){const U=R.dPron[g][M],$=G.dPron[g][M];if($===U){L=!1;break}if(p&&c[M].has(to[M][$])){L=!1;break}}L&&(o&&no(R.dPron,G.dPron)||P.push(G.w))}d.set(R.w,P)}}}return d}const Ha=e=>e==null?[]:Array.isArray(e)?e:[e];function za(e){if([...e].length!==1)return"";const t=le(e);if(!t)return"";const n=pr(Ve[t.jong]),o=n===""?0:Ve.indexOf(n);return At(t.cho,t.jung,o<0?0:o)}function yr(e,t){return t.get(e)||za(e)||e}function oo(e){return e?we(e.cho)?"cho":we(e.jung)?"jung":we(e.jong)?"jong":null:null}function jt(e,t){const n=(o,r)=>!we(o)||Ha(o).includes(r);return n(t.cho,Ne[e.cho])&&n(t.jung,lt[e.jung])&&n(t.jong,Ve[e.jong])}function Zt(e,t,n){const o=[...e];if(n!=="pron")return o.map(u=>le(u));const r=[...t.get(e)||e];return r.length!==o.length?o.map(u=>le(u)):r.map(u=>le(u))}function Jt(e,t,n,o,r){const u=t==="cho"?Ne:t==="jung"?lt:Ve,i=e[t],s=[],c=new Set([yr(n,r)]),p=se(u.map((f,d)=>d).filter(f=>f!==i&&(t!=="cho"||u[f]!=="\u3147")&&(t!=="jong"||f!==0)));for(const f of p){if(s.length>=o)break;const d=t==="cho"?At(f,e.jung,e.jong):t==="jung"?At(e.cho,f,e.jong):At(e.cho,e.jung,f),l=yr(d,r);c.has(l)||(c.add(l),s.push(d))}return s}function Va(e,t,n,o,r,u=null){const i=[...e];if(i.length!==2)return null;const s=i.map(d=>le(d));if(s.some(d=>!d))return null;const c=Zt(e,n,o);if(c.some(d=>!d))return null;const p=oo(t);let f=p&&t?c.map((d,l)=>jt(d,t)?l:-1).filter(d=>d>=0):[0,1];if(u!=null&&(f=f.filter(d=>d!==u)),!f.length)return null;for(const d of se(f)){const l=i[d];if(!r.has(l))continue;const C=Jt(s[d],p??"cho",l,40,n),_=[];for(const E of C)if(E!==l&&r.has(E)&&!_.includes(E)&&_.push(E),_.length>=2)break;if(!(_.length<2))return{question:e,distractors:[l,..._]}}return null}function Ua(e,t,n,o,r,u=null){const i=[...e];if(i.length!==3)return null;const s=i.map(d=>le(d));if(s.some(d=>!d))return null;const c=Zt(e,n,o);if(c.some(d=>!d))return null;const p=oo(t),f=p&&t?c.map((d,l)=>jt(d,t)?l:-1).filter(d=>d>=0):[0,1,2];if(!f.length)return null;for(const d of se(f))for(const l of se([0,1,2].filter(C=>C!==d&&(u==null||C===u)))){const C=[0,1,2].filter(S=>S!==l),_=C.map(S=>i[S]).join("");if(!r.has(_))continue;const E=C.indexOf(d),g=Jt(s[d],p??"cho",i[d],40,n),m=[];for(const S of g){const w=C.map(R=>i[R]);w[E]=S;const T=w.join("");if(T!==_&&r.has(T)&&!m.includes(T)&&m.push(T),m.length>=2)break}if(!(m.length<2))return{question:e,distractors:[_,...m]}}return null}function Ga(e,t,n,o,r,u=null){const i=[...e],s=i.length;if(s<2)return null;const c=[];for(let f=1;f<=s-1;f++)c.push({remain:i.slice(0,f).join(""),dropped:i.slice(f).join(""),droppedEnd:1}),c.push({remain:i.slice(s-f).join(""),dropped:i.slice(0,s-f).join(""),droppedEnd:0});const p=oo(t);for(const{remain:f,dropped:d,droppedEnd:l}of se(c)){if(u!=null&&l!==u||f===e||!r.has(f)||!r.has(d))continue;const C=[...f],_=C.map(m=>le(m));if(_.some(m=>!m))continue;const E=Zt(f,n,o);if(E.some(m=>!m))continue;const g=p&&t?E.map((m,S)=>jt(m,t)?S:-1).filter(m=>m>=0):C.map((m,S)=>S);if(g.length)for(const m of se(g)){const S=Jt(_[m],p??"cho",C[m],40,n),w=[];for(const T of S){const R=[...C];R[m]=T;const x=R.join("");if(x!==f&&r.has(x)&&!w.includes(x)&&w.push(x),w.length>=2)break}if(w.length>=2)return{question:e,distractors:[f,...w]}}}return null}function Ya(e,t,n,o,r,u=null){if([...e].length!==1)return null;const i=le(n.get(e)||e);if(!i||i.jong===0)return null;const s=At(i.cho,i.jung,0),c=Jt({cho:i.cho,jung:i.jung,jong:0},"cho",s,2,n);return c.length<2?null:{question:e,distractors:[s,...c]}}const ro=Ne.indexOf("\u3147");function qa(e,t,n,o,r,u=null){if([...e].length!==1)return null;const i=le(n.get(e)||e);if(!i||i.jong!==0||i.cho===ro)return null;const s=At(ro,i.jung,0),c=Jt({cho:ro,jung:i.jung,jong:0},"jung",s,2,n);return c.length<2?null:{question:e,distractors:[s,...c]}}function Wa(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 i=r+"|"+u+"|";for(let c=0;c<r;c++)i+=c===u?"*":o[c];const s=t.get(i);s?s.push(n):t.set(i,[n])}}return t}function Ka(e,t,n,o,r,u=null,i=null,s=2){const c=[...e],p=c.length;if(p<2||p>3)return null;const f=c.map(S=>le(S));if(f.some(S=>!S))return null;const d=Zt(e,n,o);if(d.some(S=>!S))return null;const l=S=>n.get(S)??S,C=l(e),_=!!t&&(we(t.cho)||we(t.jung)||we(t.jong)),E=!!i&&(we(i.cho)||we(i.jung)||we(i.jong)),g=S=>{let w=p+"|"+S+"|";for(let T=0;T<p;T++)w+=T===S?"*":c[T];return w};let m;if(u!=null){if(u>=p||_&&!jt(d[u],t))return null;m=[u]}else _?m=d.map((S,w)=>jt(S,t)?w:-1).filter(S=>S>=0):m=Array.from({length:p},(S,w)=>w);for(const S of se(m)){const w=r.get(g(S))??[],T=[],R=[];for(const M of w){if(M===e)continue;const U=[...M].map(D=>le(D)),$=f[S],Y=U[S];if(!$||!Y)continue;let H=0;if($.cho!==Y.cho&&H++,$.jung!==Y.jung&&H++,$.jong!==Y.jong&&H++,!(H<s||l(M)===C))if(E){const D=Zt(M,n,o)[S];D&&jt(D,i)?T.push(M):R.push(M)}else T.push(M)}if(!T.length)continue;const x=se(T)[0],P=[],G=new Set([C,l(x)]),L=E?R:T.filter(M=>M!==x);for(const M of se(L)){const U=l(M);if(!G.has(U)&&(G.add(U),P.push(M),P.length>=2))break}if(!E&&P.length<2)for(const M of se(w)){if(M===e||M===x)continue;const U=l(M);if(!G.has(U)&&(G.add(U),P.push(M),P.length>=2))break}if(!(P.length<2))return{question:e,distractors:[x,...P]}}return null}let Tn=null,mr=null,gr=null;function Xa(){const e=Mn();if(e&&e.entries.length>0){const t=Kt();if(Tn&&mr===e&&gr===t)return Tn;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 Tn=o,mr=e,gr=t,Tn}return[]}const Ye=new Proxy([],{get(e,t){const n=Xa(),o=n[t];return typeof o=="function"?o.bind(n):o}});function Bn(e){return e.length?e[Math.floor(Math.random()*e.length)]:void 0}function qe(e,t){if(t>=e.length)return se(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 uo=null,_r=null;function kt(){const e=Mn();if(uo&&_r===e)return uo;const t=new Map;for(const n of Ye)n.w&&t.set(n.w,n.pron);return uo=t,_r=e,t}function je(e){return kt().get(e)||e}function ao(e,t,n=new Set){const o=[];for(const r of se(e)){if(o.length>=t)break;const u=je(r);n.has(u)||(n.add(u),o.push(r))}return o}let Za=0;function Me(e){return`${e}-rt-${++Za}`}function Qt(e){const t=ir();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)Sa(o)===!0&&n.add(o);return n}const vn=new Map;let Er=null,br=null;function en(e){return e==null?"":Array.isArray(e)?e.slice().sort().join(","):e}function Sr(e){const t=en(e.choseong),n=e.composition,o=n?.syllable==null?"":Array.isArray(n.syllable)?n.syllable.slice().sort().join(","):String(n.syllable),r=n?`${en(n.cho)}/${en(n.jung)}/${en(n.jong)}/${n.jongNone?"N":""}/${o}`:"",u=en(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 Pe(e){const t=Mn(),n=Kt();(t!==Er||n!==br)&&(vn.clear(),Er=t,br=n);const o=Sr(e);return vn.has(o)||vn.set(o,Qa(e)),vn.get(o)}function Ja(e){if(!e)return null;const t=i=>i==null?null:Array.isArray(i)?i.length?i:null:[i],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?i=>fa(i):i=>Ca(i,{cho:n,jung:o,jong:u,jongNone:r}):null}async function Qa(e){const{difficulty:t=null,choseong:n=null,composition:o=null,targetSyllable:r=null,excludeNoImage:u=!1}=e,i=e.grade&&e.grade.length>0?new Set(e.grade):null,s=e.sameStructureOnly??!0,c=e.phonemeView==="pron"?"pron":"char",p=Math.max(1,e.contrastCount??1),f=t==="cho"||t==="jung"||t==="jong",d=f&&p>=2,l=t==="count",C=n?new Set(Array.isArray(n)?n:[n]):null,_=o?.syllable!=null?new Set(Array.isArray(o.syllable)?o.syllable:[o.syllable]):null,E=o?[Ja(o),_?k=>_.has(kn(k)):null].filter(k=>k!=null):[],g=t==="random"||t===null,m=g||l,S=g||d||l;let w=Ye.filter(k=>!k.w||i&&(!k.grade||!i.has(k.grade))?!1:S?!0:Array.isArray(k.p)&&k.p.length>0);C&&(w=w.filter(k=>{for(const z of C)if(ha(k.w,z))return!0;return!1})),E.length>0&&(w=w.filter(k=>{const z=c==="pron"?je(k.w):k.w;return E.every(re=>re(z))})),r&&(w=w.filter(k=>k.w[0]===r));let T;if(u){const k=new Set;for(const z of w)if(k.add(z.w),Array.isArray(z.p))for(const re of z.p)k.add(re);if(m)for(const z of Ye)z.w&&k.add(z.w);T=Qt(k)}else{const k=new Set;for(const z of w)if(k.add(z.w),Array.isArray(z.p))for(const re of z.p)k.add(re);if(m)for(const z of Ye)z.w&&k.add(z.w);T=k}let R=null;if(d){const k=new Set;for(const z of Ye)z.w&&k.add(z.w);R=u?Qt(k):k}const x=w.filter(k=>T.has(k.w)),P=600,G=Array.from(T),L=G.length>P?qe(G,P):G,M=l&&o!=null&&(we(o.cho)||we(o.jung)||we(o.jong)),U=2500,$=new Map;if(l&&!M&&p>=2){for(const k of G){const z=kn(k),re=$.get(z);re?re.push(k):$.set(z,[k])}for(const[k,z]of $)z.length>U&&$.set(k,qe(z,U))}const Y=la(),H=M?Fa(o,G,Y,s,c,je):null,D=500,I=1500,ge=e.fullCount?x:t==="random"?x.length>D?qe(x,D):x:x.length>I?qe(x,I):x,J=Kt(),ee=[];for(const k of ge){let z;const re=je(k.w);if(d)z=ma(k.w,t,p,R,24).filter(ue=>je(ue)!==re);else if(l)M?z=(H.get(k.w)??[]).filter(ue=>je(ue)!==re):p<=1?z=Cr(k.w,J,{okSet:T,pronOf:je,decompOf:Y,sameStructureOnly:!1}):z=($.get(kn(k.w))??[]).filter(ue=>{if(ue===k.w||je(ue)===re)return!1;const K=ga(k.w,ue);return p>=5?K>=5:K===p});else if(g)z=L.filter(ue=>ue!==k.w&&ue.length===k.w.length&&je(ue)!==re);else{const ue=t;z=Cr(k.w,J,{kind:ue,okSet:T,pronOf:je,decompOf:Y,sameStructureOnly:!1}),z.length===0&&(z=(L.length>30?qe(L,30):L).filter(K=>K!==k.w&&da(k.w,K)===t&&je(K)!==re))}if(s&&z.length>0&&(f||l&&!M)){const ue=Y(je(k.w));z=z.filter(K=>!no(ue,Y(je(K))))}z.length!==0&&ee.push({word:k,usable:z})}return ee}async function wr(e,t){const{choicesPerItem:n=3,count:o=10}=t,r=n-1,u=(await Pe(t)).filter(s=>s.usable.length>=r),i=[];for(const s of se(u)){if(i.length>=o)break;const c=ao(s.usable,r);if(c.length<r)continue;const p=se([s.word.w,...c]);i.push({id:Me(e+"-item"),index:i.length+1,word:s.word.w,syllables:s.word.s,choices:p,answerIndex:p.indexOf(s.word.w)})}return i}async function ei(e){const{choicesPerItem:t=3,count:n=10}=e,o=t-1,r=await Pe({...e,difficulty:null});if(r.length<t)return[];const u=[],i=se([...r]);for(const s of i){if(u.length>=n)break;const c=s.word.w,p=[...s.word.pron||c],f=Bn(p);if(!f)continue;const d=r.filter(_=>_.word.w!==c&&_.word.s===s.word.s&&!(_.word.pron||_.word.w).includes(f)&&_.word.pron!==s.word.pron);if(d.length<o)continue;const l=ao(d.map(_=>_.word.w),o);if(l.length<o)continue;const C=se([c,...l]);u.push({id:Me("HPI-item"),index:u.length+1,targetSyllable:f,word:c,choices:C,answerIndex:C.indexOf(c)})}return u}async function ti(e){const{count:t=10}=e,n=(await Pe(e)).filter(o=>o.usable.length>=1);return Array.from({length:t},(o,r)=>{const u=Bn(n);if(!u)return null;const i=r%2===0;let s;if(i)s=[u.word.w,u.word.w];else{const c=Bn(u.usable);s=Math.random()<.5?[u.word.w,c]:[c,u.word.w]}return{id:Me("SOD-item"),index:r+1,word:u.word.w,pair:s,same:i}}).filter(o=>!!o)}async function ni(e){const{choicesPerItem:t=3,count:n=10}=e,o=t-1,r=await Pe({...e,difficulty:null});if(r.length<t+1)return[];const u=r.map(l=>l.word.w),i=new Map(r.map(l=>[l.word.w,l.word.pron])),s=l=>(i.get(l)||l)[0]??"",c={};for(const l of r){const C=s(l.word.w);C&&(c[C]||(c[C]=[]),c[C].push(l.word.w))}const p=Object.entries(c).filter(([,l])=>l.length>=2).map(([l])=>l);if(p.length===0)return[];const f=[],d=se([...p]);for(let l=0;f.length<n&&l<n*4;l++){const C=d[l%d.length],_=c[C];if(_.length<2)continue;const E=se([..._]),g=E[0],m=E[1];if(!g||!m||g===m||(i.get(g)||g)===(i.get(m)||m))continue;const S=i.get(m)||m,w=u.filter(x=>s(x)!==C&&x!==g&&x!==m&&x.length===m.length&&(i.get(x)||x)!==S);if(w.length<o)continue;const T=ao(w,o);if(T.length<o)continue;const R=se([m,...T]);f.push({id:Me("SWS-item"),index:f.length+1,sourceWord:g,targetSyllable:C,word:m,choices:R,answerIndex:R.indexOf(m)})}return f}function Ar(e,t,n){return qe(e,t).map((o,r)=>{const u=Bn(o.usable)??"",i=[...o.word.w],s=[...u],c=i.findIndex((f,d)=>f!==s[d]),p=se(o.usable.filter(f=>f&&f!==u)).slice(0,2);return{id:Me(n),index:r+1,word:o.word.w,original:o.word.w,changed:u,changedFrom:c>=0?i[c]:"",changedTo:c>=0?s[c]:"",distractors:p}})}async function kr(e,t,n){const{count:o=10}=t,r=kt(),u=Ye.filter(C=>C.w&&C.s===e),i=t.excludeNoImage?Qt(u.map(C=>C.w)):null,s=i?u.filter(C=>i.has(C.w)):u,c=new Set(s.map(C=>C.w)),p=Wa(c),f=t.phonemeView??"char",d=t.composition??null,l=[];for(const C of se(s)){if(l.length>=o)break;const _=Ka(C.w,d,r,f,p,null,null);if(!_)continue;const E=_.distractors[0],g=[...C.w],m=[...E],S=g.findIndex((w,T)=>w!==m[T]);l.push({id:Me(n),index:l.length+1,word:C.w,original:C.w,changed:E,changedFrom:S>=0?g[S]:"",changedTo:S>=0?m[S]:"",distractors:_.distractors.slice(1)})}return l}async function oi(e){return kr(2,e,"CS2-item")}async function ri(e){return kr(3,e,"CS3-item")}async function ui(e){const t=(await Pe({...e,difficulty:"count",contrastCount:1})).filter(n=>n.word.s===1&&n.usable.length>=1);return Ar(t,e.count??10,"CP1-item")}async function ai(e){const t=e.difficulty&&e.difficulty!=="random"?e.difficulty:"count",n=(await Pe({...e,difficulty:t,contrastCount:1})).filter(o=>o.word.s===2&&o.usable.length>=1);return Ar(n,e.count??10,"CP2-item")}async function ii(e){const{count:t=10}=e,n=(await Pe({...e})).filter(o=>o.word.s===2);return qe(n,t).map((o,r)=>({id:Me("M2S-item"),index:r+1,word:o.word.w,answer:o.word.w,parts:[...o.word.w]}))}async function si(e){const{count:t=10}=e,n=(await Pe({...e})).filter(o=>o.word.s===3);return qe(n,t).map((o,r)=>({id:Me("M3S-item"),index:r+1,word:o.word.w,answer:o.word.w,parts:[...o.word.w]}))}async function ci(e){const{count:t=10}=e,n=(await Pe({...e})).filter(s=>s.word.s===2),o=kt(),r=new Set(Ye.map(s=>s.w)),u=e.phonemeView??"char",i=[];for(const s of se(n)){if(i.length>=t)break;const c=Va(s.word.w,e.composition??null,o,u,r);if(!c)continue;const[p,...f]=c.distractors,d=[...s.word.w],l=d[0]===p?d[1]:d[0];i.push({id:Me("D2-item"),index:i.length+1,original:s.word.w,word:s.word.w,dropped:l,missingResult:p,distractors:f})}return i}async function li(e){const{count:t=10}=e,n=(await Pe({...e})).filter(s=>s.word.s===3),o=kt(),r=new Set(Ye.map(s=>s.w)),u=e.phonemeView??"char",i=[];for(const s of se(n)){if(i.length>=t)break;const c=Ua(s.word.w,e.composition??null,o,u,r);if(!c)continue;const[p,...f]=c.distractors,d=[...s.word.w];let l="";for(let C=0;C<d.length;C++)if(d.filter((_,E)=>E!==C).join("")===p){l=d[C];break}i.push({id:Me("D3-item"),index:i.length+1,original:s.word.w,word:s.word.w,dropped:l,missingResult:p,distractors:f})}return i}async function di(e){const{count:t=10}=e,n=(await Pe({...e})).filter(s=>s.word.s>=2),o=kt(),r=new Set(Ye.map(s=>s.w)),u=e.phonemeView??"char",i=[];for(const s of se(n)){if(i.length>=t)break;const c=Ga(s.word.w,e.composition??null,o,u,r);if(!c)continue;const[p,...f]=c.distractors,d=s.word.w,l=d.startsWith(p)?d.slice(p.length):d.endsWith(p)?d.slice(0,d.length-p.length):"";i.push({id:Me("DPC-item"),index:i.length+1,original:d,word:d,dropped:l,missingResult:p,distractors:f})}return i}async function hi(e){const{count:t=10}=e,n=(await Pe({...e})).map(o=>o.word.w);return n.length<3?[]:Array.from({length:t},(o,r)=>{const u=qe(n,3);return{id:Me("LRO-item"),index:r+1,sequence:u,choices:se(u)}})}function xn(e,t,n){const o=Ye.filter(i=>i.w&&i.s===e),r=t?Qt(o.map(i=>i.w)):null,u=[];for(const i of o)if(!(r&&!r.has(i.w))){if(n){const s=le(i.w);if(!s||!n(s))continue}u.push(i)}return u}function fi(e){const t=xn(1,e.excludeNoImage??!1,n=>n.jong===0);return qe(t,e.count??10).map((n,o)=>{const r=le(n.w);return{id:Me("M2P-item"),index:o+1,parts:[Ne[r.cho],lt[r.jung]],answer:n.w,word:n.w}})}function pi(e){const t=xn(1,e.excludeNoImage??!1,n=>n.jong>0&&!qt[n.jong]);return qe(t,e.count??10).map((n,o)=>{const r=le(n.w);return{id:Me("M3P-item"),index:o+1,parts:[Ne[r.cho],lt[r.jung],Ve[r.jong]],answer:n.w,word:n.w}})}function Ci(e){const t=fr.DROP_FINAL_CONSONANT_FROM_1SYLL,n=xn(t.syllables,e.excludeNoImage??!1,t.syllable),o=kt(),r=[];for(const u of se(n)){if(r.length>=(e.count??10))break;const i=Ya(u.w,null,o);if(!i)continue;const[s,...c]=i.distractors;r.push({id:Me("DFC-item"),index:r.length+1,original:u.w,word:u.w,result:s,distractors:c})}return r}function yi(e){const t=fr.REMOVE_CONSONANT_AND_IDENTIFY_PHONEME,n=xn(t.syllables,e.excludeNoImage??!1,t.syllable),o=kt(),r=[];for(const u of se(n)){if(r.length>=(e.count??10))break;const i=qa(u.w,null,o);if(!i)continue;const s=le(o.get(u.w)||u.w);if(!s)continue;const[c,...p]=i.distractors;r.push({id:Me("RCP-item"),index:r.length+1,base:u.w,word:u.w,missingConsonant:Ne[s.cho],remaining:c,distractors:p})}return r}const Dn=new Map;let Nr=null,Mr=null;async function Tr(e,t={}){const n=Mn(),o=Kt();(n!==Nr||o!==Mr)&&(Dn.clear(),Nr=n,Mr=o);const r=`${e}:${Sr(t)}`;if(Dn.has(r))return Dn.get(r);const u=await gi(e,t);return Dn.set(r,u),u}const mi={SAME_SOUND_PICK:e=>wr("SSP",e),HEAR_AND_PICK_SAME:e=>wr("HPS",e),HEAR_AND_PICK_INCLUDED:e=>ei(e),SAME_OR_DIFF:e=>ti(e),STARTS_WITH_SAME_SOUND:e=>ni(e),LISTEN_AND_REMEMBER_ORDER:e=>hi(e),MERGE_2_SYLLABLES:e=>ii(e),MERGE_3_SYLLABLES:e=>si(e),MERGE_2_PHONEMES:e=>fi(e),MERGE_3_PHONEMES:e=>pi(e),DROP_1_FROM_2SYLL:e=>ci(e),DROP_1_FROM_3SYLL:e=>li(e),DROP_PART_FROM_COMPOUND:e=>di(e),DROP_FINAL_CONSONANT_FROM_1SYLL:e=>Ci(e),REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:e=>yi(e),CHANGE_1_SYLL_IN_2SYLL:e=>oi(e),CHANGE_1_SYLL_IN_3SYLL:e=>ri(e),CHANGE_1_PHONEME_IN_1SYLL:e=>ui(e),CHANGE_1_PHONEME_IN_2SYLL:e=>ai(e)};async function gi(e,t={}){const n=mi[e];return n?await n(t):[]}async function _i(e){const t=[null,"count"],n=Object.keys(eo);let o=0;for(const r of t)for(const u of n){const i=eo[u];Tr(u,{difficulty:i.difficulty?r:null,choseong:null,count:10,excludeNoImage:e}).catch(()=>{}),++o%6===0&&await new Promise(s=>setTimeout(s,0))}}async function Ei(e){return(await Pe({...e,fullCount:!0})).length}async function bi(e={}){const t=[];for(const s of Ye)s.w&&t.push(s.w);const n=e.excludeNoImage?Qt(t):t,o=new Set,r=new Set,u=new Set,i=new Set;for(const s of n){i.add(kn(s));for(const c of s){const p=le(c);if(p&&(Ne[p.cho]!=="\u3147"&&o.add(Ne[p.cho]),r.add(lt[p.jung]),p.jong>0)){u.add(Ve[p.jong]);const f=qt[p.jong];f&&f.forEach(d=>u.add(d))}}}return{cho:o,jung:r,jong:u,syllable:i}}const Nt="\uC804\uCCB4";function Si(...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 Br=(...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 wi=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 Ai=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 vr=e=>{const t=Ai(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 io={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 ki=e=>{for(const t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0;return!1},Ni=Sn({}),Mi=()=>wn(Ni),Ti=Go(({color:e,size:t,strokeWidth:n,absoluteStrokeWidth:o,className:r="",children:u,iconNode:i,...s},c)=>{const{size:p=24,strokeWidth:f=2,absoluteStrokeWidth:d=!1,color:l="currentColor",className:C=""}=Mi()??{},_=o??d?Number(n??f)*24/Number(t??p):n??f;return Gt("svg",{ref:c,...io,width:t??p??io.width,height:t??p??io.height,stroke:e??l,strokeWidth:_,className:Br("lucide",C,r),...!u&&!ki(s)&&{"aria-hidden":"true"},...s},[...i.map(([E,g])=>Gt(E,g)),...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 y=(e,t)=>{const n=Go(({className:o,...r},u)=>Gt(Ti,{ref:u,iconNode:t,className:Br(`lucide-${wi(vr(e))}`,`lucide-${e}`,o),...r}));return n.displayName=vr(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 Bi=[["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"}]],xr=y("triangle-alert",Bi);/**
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 vi=[["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"}]],xi=y("align-start-vertical",vi);/**
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 Di=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],Oi=y("arrow-down",Di);/**
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 Li=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],Ri=y("arrow-left",Li);/**
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 Ii=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],ji=y("arrow-right",Ii);/**
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 Pi=[["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"}]],$i=y("arrow-right-left",Pi);/**
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 Fi=[["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"}]],Hi=y("audio-lines",Fi);/**
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 zi=[["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"}]],Vi=y("baby",zi);/**
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 Ui=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}]],Gi=y("ban",Ui);/**
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 Yi=[["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"}]],qi=y("bell",Yi);/**
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 Wi=[["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"}]],Ki=y("book-marked",Wi);/**
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 Xi=[["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"}]],Zi=y("book-open",Xi);/**
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 Ji=[["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"}]],Qi=y("bow-arrow",Ji);/**
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 es=[["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"}]],ts=y("braces",es);/**
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 ns=[["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"}]],os=y("bug",ns);/**
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 rs=[["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"}]],us=y("calendar-check",rs);/**
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 as=[["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"}]],is=y("calendar-days",as);/**
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 ss=[["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"}]],cs=y("camera",ss);/**
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 ls=[["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"}]],ds=y("chart-column",ls);/**
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 hs=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]],fs=y("chart-line",hs);/**
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 ps=[["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"}]],Cs=y("chart-pie",ps);/**
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 ys=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],ms=y("check",ys);/**
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 gs=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],_s=y("chevron-left",gs);/**
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 Es=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],bs=y("chevron-right",Es);/**
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 Ss=[["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"}]],ws=y("clipboard-list",Ss);/**
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 As=[["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"}]],ks=y("combine",As);/**
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 Ns=[["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"}]],Ms=y("copy",Ns);/**
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 Ts=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],Bs=y("credit-card",Ts);/**
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 vs=[["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"}]],xs=y("database",vs);/**
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 Ds=[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]],Os=y("diff",Ds);/**
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 Ls=[["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"}]],Rs=y("download",Ls);/**
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 Is=[["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"}]],js=y("ear",Is);/**
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 Ps=[["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"}]],$s=y("square-pen",Ps);/**
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 Fs=[["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"}]],Hs=y("pen",Fs);/**
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 zs=[["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"}]],Vs=y("pen-line",zs);/**
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 Us=[["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"}]],Dr=y("ellipsis",Us);/**
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 Gs=[["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"}]],Ys=y("eraser",Gs);/**
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 qs=[["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"}]],Ws=y("external-link",qs);/**
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 Ks=[["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"}]],Xs=y("eye",Ks);/**
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 Zs=[["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"}]],Js=y("file-text",Zs);/**
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 Qs=[["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"}]],ec=y("square-centerline-dashed-horizontal",Qs);/**
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 tc=[["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"}]],nc=y("folder-open",tc);/**
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 oc=[["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"}]],rc=y("folder-plus",oc);/**
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 uc=[["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"}]],ac=y("gamepad",uc);/**
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 ic=[["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"}]],sc=y("gavel",ic);/**
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 cc=[["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"}]],lc=y("git-merge",cc);/**
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 dc=[["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"}]],hc=y("globe",dc);/**
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 fc=[["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"}]],pc=y("headphones",fc);/**
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 Cc=[["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"}]],yc=y("heart",Cc);/**
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 mc=[["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"}]],gc=y("house",mc);/**
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 _c=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],Ec=y("info",_c);/**
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 bc=[["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"}]],Sc=y("key-round",bc);/**
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 wc=[["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"}]],Ac=y("landmark",wc);/**
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 kc=[["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"}]],Nc=y("layers",kc);/**
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 Mc=[["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"}]],Tc=y("layout-dashboard",Mc);/**
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 Bc=[["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"}]],vc=y("leaf",Bc);/**
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 xc=[["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"}]],Dc=y("lightbulb",xc);/**
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 Oc=[["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"}]],Lc=y("link",Oc);/**
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 Rc=[["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"}]],Ic=y("link-2",Rc);/**
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 jc=[["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"}]],Pc=y("link-2-off",jc);/**
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 $c=[["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"}]],Fc=y("list",$c);/**
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 Hc=[["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"}]],zc=y("list-checks",Hc);/**
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 Vc=[["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"}]],Uc=y("list-ordered",Vc);/**
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 Gc=[["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"}]],Yc=y("loader",Gc);/**
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 qc=[["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"}]],Wc=y("log-out",qc);/**
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 Kc=[["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"}]],Xc=y("mail",Kc);/**
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 Zc=[["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"}]],Jc=y("map-pin",Zc);/**
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 Qc=[["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"}]],el=y("message-circle",Qc);/**
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 tl=[["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"}]],nl=y("message-circle-question-mark",tl);/**
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 ol=[["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"}]],rl=y("message-square",ol);/**
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 ul=[["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"}]],al=y("message-square-text",ul);/**
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 il=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]],sl=y("circle-minus",il);/**
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 cl=[["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"}]],ll=y("package",cl);/**
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 dl=[["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"}]],hl=y("palette",dl);/**
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 fl=[["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"}]],pl=y("party-popper",fl);/**
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 Cl=[["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"}]],yl=y("pause",Cl);/**
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 ml=[["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"}]],gl=y("pencil",ml);/**
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 _l=[["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"}]],El=y("phone",_l);/**
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 bl=[["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"}]],Sl=y("play",bl);/**
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 wl=[["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"}]],Al=y("circle-play",wl);/**
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 kl=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],Nl=y("plus",kl);/**
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 Ml=[["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"}]],Tl=y("printer",Ml);/**
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 Bl=[["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"}]],vl=y("refresh-cw",Bl);/**
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 xl=[["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"}]],Dl=y("repeat",xl);/**
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 Ol=[["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"}]],Ll=y("replace",Ol);/**
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 Rl=[["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"}]],Il=y("rocket",Rl);/**
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 jl=[["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"}]],Pl=y("rotate-ccw",jl);/**
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 $l=[["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"}]],Fl=y("rotate-cw",$l);/**
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 Hl=[["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"}]],zl=y("salad",Hl);/**
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 Vl=[["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"}]],Ul=y("scan-search",Vl);/**
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 Gl=[["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"}]],Or=y("circle-alert",Gl);/**
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 Yl=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],ql=y("circle-check-big",Yl);/**
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 Wl=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],Kl=y("search",Wl);/**
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 Xl=[["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"}]],Zl=y("scissors",Xl);/**
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 Jl=[["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"}]],Ql=y("search-x",Jl);/**
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 e1=[["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"}]],t1=y("send",e1);/**
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 n1=[["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"}]],o1=y("settings",n1);/**
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 r1=[["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"}]],u1=y("shield-check",r1);/**
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 a1=[["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"}]],i1=y("shopping-cart",a1);/**
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 s1=[["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"}]],c1=y("shuffle",s1);/**
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 l1=[["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"}]],d1=y("skip-back",l1);/**
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 h1=[["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"}]],f1=y("skip-forward",h1);/**
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 p1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],C1=y("square",p1);/**
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 y1=[["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"}]],m1=y("star",y1);/**
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 g1=[["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"}]],_1=y("store",g1);/**
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 E1=[["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"}]],b1=y("sun-medium",E1);/**
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 S1=[["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"}]],w1=y("table",S1);/**
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 A1=[["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"}]],k1=y("table-2",A1);/**
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 N1=[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]],M1=y("terminal",N1);/**
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 T1=[["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"}]],B1=y("text-cursor-input",T1);/**
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 v1=[["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"}]],x1=y("text-initial",v1);/**
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 D1=[["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"}]],O1=y("ticket",D1);/**
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 L1=[["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"}]],R1=y("trash-2",L1);/**
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 I1=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],j1=y("trending-up",I1);/**
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 P1=[["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"}]],$1=y("trophy",P1);/**
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 F1=[["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"}]],H1=y("unlink",F1);/**
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 z1=[["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"}]],V1=y("upload",z1);/**
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 U1=[["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"}]],G1=y("user",U1);/**
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 Y1=[["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"}]],q1=y("user-plus",Y1);/**
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 W1=[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]],K1=y("user-round",W1);/**
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 X1=[["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"}]],Z1=y("user-round-check",X1);/**
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 J1=[["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"}]],Q1=y("users",J1);/**
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 ed=[["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"}]],td=y("users-round",ed);/**
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 nd=[["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"}]],od=y("volume-2",nd);/**
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 rd=[["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"}]],ud=y("wrench",rd);/**
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 ad=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],id=y("x",ad);/**
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 sd=[["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"}]],cd=y("zap",sd);/**
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 ld=[["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"}]],dd=y("anchor",ld);/**
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 hd=[["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"}]],fd=y("arrow-up-a-z",hd);/**
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 pd=[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V3",key:"1lcnhd"}],["path",{d:"M19 21V9",key:"unv183"}]],Cd=y("chart-no-axes-column",pd);/**
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 yd=[["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"}]],md=y("calendar",yd);/**
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 gd=[["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"}]],_d=y("car",gd);/**
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 Ed=[["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"}]],bd=y("coffee",Ed);/**
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 Sd=[["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"}]],wd=y("gamepad-2",Sd);/**
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 Ad=[["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"}]],kd=y("inbox",Ad);/**
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 Nd=[["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"}]],Md=y("list-tree",Nd);/**
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 Td=[["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"}]],Bd=y("message-square-more",Td);/**
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 vd=[["path",{d:"M5 12h14",key:"1ays0h"}]],xd=y("minus",vd);/**
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 Dd=[["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"}]],Od=y("share-2",Dd);/**
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 Ld=[["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"}]],Rd=y("sparkles",Ld);/**
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 Id=[["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"}]],jd=y("type",Id);/**
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 Pd=[["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"}]],$d=y("volume",Pd);/**
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 Fd=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],Hd=y("chevron-down",Fd);/**
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 zd=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],Vd=y("chevron-up",zd);/**
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 Ud=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Gd=y("circle",Ud);/**
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 Yd=[["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"}]],qd=y("triangle",Yd);/**
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 Wd=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],Kd=y("menu",Wd);/**
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 Xd=[["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"}]],Zd=y("moon",Xd);/**
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 Jd=[["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"}]],Qd=y("thumbs-up",Jd),Lr={"alert-triangle":xr,"align-start-vertical":xi,anchor:dd,"arrow-down":Oi,"arrow-left":Ri,"arrow-right":ji,"arrow-right-left":$i,"arrow-up-a-z":fd,"audio-lines":Hi,baby:Vi,ban:Gi,"bar-chart-2":Cd,bell:qi,"book-marked":Ki,"book-open":Zi,"bow-arrow":Qi,braces:ts,bug:os,calendar:md,"calendar-check":us,"calendar-days":is,camera:cs,car:_d,"chart-column":ds,"chart-line":fs,"chart-pie":Cs,check:ms,"chevron-down":Hd,"chevron-left":_s,"chevron-right":bs,"chevron-up":Vd,circle:Gd,"clipboard-list":ws,coffee:bd,combine:ks,copy:Ms,"credit-card":Bs,database:xs,diff:Os,download:Rs,ear:js,edit:$s,"edit-2":Hs,"edit-3":Vs,ellipsis:Dr,eraser:Ys,"external-link":Ws,eye:Xs,"file-text":Js,"flip-horizontal":ec,"folder-open":nc,"folder-plus":rc,gamepad:ac,"gamepad-2":wd,gavel:sc,"git-merge":lc,globe:hc,headphones:pc,heart:yc,home:gc,inbox:kd,info:Ec,"key-round":Sc,landmark:Ac,layers:Nc,"layout-dashboard":Tc,leaf:vc,lightbulb:Dc,link:Lc,"link-2":Ic,"link-2-off":Pc,list:Fc,"list-checks":zc,"list-ordered":Uc,"list-tree":Md,loader:Yc,"log-out":Wc,mail:Xc,"map-pin":Jc,menu:Kd,"message-circle":el,"message-circle-question-mark":nl,"message-square":rl,"message-square-more":Bd,"message-square-text":al,minus:xd,"minus-circle":sl,moon:Zd,"more-horizontal":Dr,package:ll,palette:hl,"party-popper":pl,pause:yl,pencil:gl,phone:El,play:Sl,"play-circle":Al,plus:Nl,printer:Tl,"refresh-cw":vl,repeat:Dl,replace:Ll,rocket:Il,"rotate-ccw":Pl,"rotate-cw":Fl,salad:zl,"scan-search":Ul,search:Kl,"circle-alert":Or,"alert-circle":Or,"check-circle":ql,scissors:Zl,"search-x":Ql,send:t1,settings:o1,"share-2":Od,"shield-check":u1,"shopping-cart":i1,shuffle:c1,"skip-back":d1,"skip-forward":f1,sparkles:Rd,square:C1,star:m1,store:_1,"sun-medium":b1,table:w1,"table-2":k1,terminal:M1,"text-cursor-input":B1,"text-initial":x1,"thumbs-up":Qd,ticket:O1,triangle:qd,"trash-2":R1,"trending-up":j1,"triangle-alert":xr,trophy:$1,type:jd,unlink:H1,upload:V1,user:G1,"user-plus":q1,"user-round":K1,"user-round-check":Z1,users:Q1,"users-round":td,volume:$d,"volume-2":od,wrench:ud,x:id,zap:cd};function e0(e){return Lr[e]??null}const Rr=new Set,t0=(()=>{try{if(import.meta.env?.DEV)return!0}catch{}try{const e=globalThis;return e.process!=null&&e.process.env?.NODE_ENV!=="production"}catch{return!1}})();function n0(e){return t0&&!(e in Lr)&&!Rr.has(e)&&(Rr.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 o0=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 r0(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?o0(n):null}const Ir=new Map;function u0(e){const t=typeof e=="string"?r0(e):null,n=t?e0(t)??Ir.get(t)??null:null,[o,r]=O(null);return X(()=>{if(!t||n)return;let u=!1;return n0(t).then(i=>{Ir.set(t,i),u||r(i)}),()=>{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 jr(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 a0(e){if(Array.isArray(e))return e}function i0(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var o,r,u,i,s=[],c=!0,p=!1;try{if(u=(n=n.call(e)).next,t!==0)for(;!(c=(o=u.call(n)).done)&&(s.push(o.value),s.length!==t);c=!0);}catch(f){p=!0,r=f}finally{try{if(!c&&n.return!=null&&(i=n.return(),Object(i)!==i))return}finally{if(p)throw r}}return s}}function s0(){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 c0(e,t){return a0(e)||i0(e,t)||l0(e,t)||s0()}function l0(e,t){if(e){if(typeof e=="string")return jr(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)?jr(e,t):void 0}}const Pr=Object.entries,$r=Object.setPrototypeOf,d0=Object.isFrozen,h0=Object.getPrototypeOf,f0=Object.getOwnPropertyDescriptor;let me=Object.freeze,Se=Object.seal,Pt=Object.create,Fr=typeof Reflect<"u"&&Reflect,so=Fr.apply,co=Fr.construct;me||(me=function(t){return t}),Se||(Se=function(t){return t}),so||(so=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)}),co||(co=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 Mt=fe(Array.prototype.forEach),p0=fe(Array.prototype.lastIndexOf),Hr=fe(Array.prototype.pop),tn=fe(Array.prototype.push),C0=fe(Array.prototype.splice),$t=Array.isArray,nn=fe(String.prototype.toLowerCase),lo=fe(String.prototype.toString),zr=fe(String.prototype.match),on=fe(String.prototype.replace),Vr=fe(String.prototype.indexOf),y0=fe(String.prototype.trim),m0=fe(Number.prototype.toString),g0=fe(Boolean.prototype.toString),Ur=typeof BigInt>"u"?null:fe(BigInt.prototype.toString),Gr=typeof Symbol>"u"?null:fe(Symbol.prototype.toString),Le=fe(Object.prototype.hasOwnProperty),rn=fe(Object.prototype.toString),Te=fe(RegExp.prototype.test),Tt=_0(TypeError);function fe(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 so(e,t,o)}}function _0(e){return function(){for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return co(e,n)}}function Q(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:nn;if($r&&$r(e,null),!$t(t))return e;let o=t.length;for(;o--;){let r=t[o];if(typeof r=="string"){const u=n(r);u!==r&&(d0(t)||(t[o]=u),r=u)}e[r]=!0}return e}function E0(e){for(let t=0;t<e.length;t++)Le(e,t)||(e[t]=null);return e}function $e(e){const t=Pt(null);for(const o of Pr(e)){var n=c0(o,2);const r=n[0],u=n[1];Le(e,r)&&($t(u)?t[r]=E0(u):u&&typeof u=="object"&&u.constructor===Object?t[r]=$e(u):t[r]=u)}return t}function b0(e){switch(typeof e){case"string":return e;case"number":return m0(e);case"boolean":return g0(e);case"bigint":return Ur?Ur(e):"0";case"symbol":return Gr?Gr(e):"Symbol()";case"undefined":return rn(e);case"function":case"object":{if(e===null)return rn(e);const t=e,n=We(t,"toString");if(typeof n=="function"){const o=n(t);return typeof o=="string"?o:rn(o)}return rn(e)}default:return rn(e)}}function We(e,t){for(;e!==null;){const o=f0(e,t);if(o){if(o.get)return fe(o.get);if(typeof o.value=="function")return fe(o.value)}e=h0(e)}function n(){return null}return n}function S0(e){try{return Te(e,""),!0}catch{return!1}}const Yr=me(["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"]),ho=me(["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"]),fo=me(["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"]),w0=me(["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"]),po=me(["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"]),A0=me(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),qr=me(["#text"]),Wr=me(["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"]),Co=me(["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"]),Kr=me(["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"]),On=me(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),k0=Se(/{{[\w\W]*|^[\w\W]*}}/g),N0=Se(/<%[\w\W]*|^[\w\W]*%>/g),M0=Se(/\${[\w\W]*/g),T0=Se(/^data-[\-\w.\u00B7-\uFFFF]+$/),B0=Se(/^aria-[\-\w]+$/),Xr=Se(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),v0=Se(/^(?:\w+script|data):/i),x0=Se(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),D0=Se(/^html$/i),O0=Se(/^[a-z][.\w]*(-[.\w]+)+$/i),Zr=Se(/<[/\w!]/g),Jr=Se(/<[/\w]/g),L0=Se(/<\/no(script|embed|frames)/i),R0=Se(/\/>/i),Fe={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,processingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},Qr=["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"],I0=me(Q({},Qr)),j0=(function(){const e={};return Mt(Qr,t=>{e[t]=Se(new RegExp("</"+t+"(?=[\\t\\n\\f\\r />])","i"))}),me(e)})(),P0=function(){return typeof window>"u"?null:window},$0=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(i){return i},createScriptURL(i){return i}})}catch{return console.warn("TrustedTypes policy "+u+" could not be created."),null}},eu=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},gt=function(t,n,o,r){return Le(t,n)&&$t(t[n])?Q(r.base?$e(r.base):{},t[n],r.transform):o},yo=function(t,n,o){const r=Le(t,n)?t[n]:void 0;return r&&typeof r=="object"?$e(r):o()};function tu(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:P0();const t=N=>tu(N);if(t.version="3.4.14",t.removed=[],!e||!e.document||e.document.nodeType!==Fe.document||!e.Element)return t.isSupported=!1,t;let n=e.document;const o=n,r=o.currentScript;e.DocumentFragment;const u=e.HTMLTemplateElement,i=e.Node,s=e.Element,c=e.NodeFilter,p=e.NamedNodeMap;p===void 0&&(e.NamedNodeMap||e.MozNamedAttrMap),e.HTMLFormElement;const f=e.DOMParser,d=e.trustedTypes,l=s.prototype,C=We(l,"cloneNode"),_=We(l,"remove"),E=We(l,"nextSibling"),g=We(l,"childNodes"),m=We(l,"parentNode"),S=We(l,"shadowRoot"),w=We(l,"attributes"),T=i&&i.prototype?We(i.prototype,"nodeType"):null,R=i&&i.prototype?We(i.prototype,"nodeName"):null,x=i&&i.prototype?We(i.prototype,"ownerDocument"):null,P=function(a){return T?T(a):a.nodeType},G=function(a){return R?R(a):a.nodeName};if(typeof u=="function"){const N=n.createElement("template");N.content&&N.content.ownerDocument&&(n=N.content.ownerDocument)}let L,M="",U,$=!1,Y=0;const H=function(){if(Y>0)throw Tt('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.')},D=function(a){H(),Y++;try{return L.createHTML(a)}finally{Y--}},I=function(a){H(),Y++;try{return L.createScriptURL(a)}finally{Y--}},ge=function(){return $||(U=$0(d,r),$=!0),U},J=n,ee=J.implementation,k=J.createNodeIterator,z=J.createDocumentFragment,re=J.getElementsByTagName,ue=o.importNode;let K=eu();t.isSupported=typeof Pr=="function"&&typeof m=="function"&&ee&&ee.createHTMLDocument!==void 0;const ke=k0,B=N0,pe=M0,Ce=T0,He=B0,pt=v0,Ke=x0,rt=O0;let Ue=Xr,te=null;const ut=Q({},[...Yr,...ho,...fo,...po,...qr]);let ae=null;const A=Q({},[...Wr,...Co,...Kr,...On]);let j=Object.seal(Pt(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,Z=null;const ne=Object.seal(Pt(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let xe=!0,Be=!0,Xe=!1,Ge=!0,_e=!1,ze=!0,Re=!1,Ct=!1,Ze=null,at=null,it=!1,st=!1,Bt=!1,Et=!1,Ht=!0,Ee=!1;const vt="user-content-";let xt=!0,ct=!1,yt={},Je=null;const ie=Q({},["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 Qe=null;const zt=Q({},["audio","video","img","source","image","track"]);let Dt=null;const To=Q({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),pn="http://www.w3.org/1998/Math/MathML",Cn="http://www.w3.org/2000/svg",et="http://www.w3.org/1999/xhtml";let Ot=et,Hn=!1,zn=null;const Su=Q({},[pn,Cn,et],lo),Bo=me(["mi","mo","mn","ms","mtext"]);let Vn=Q({},Bo);const vo=me(["annotation-xml"]);let Un=Q({},vo);const wu=Q({},["title","style","font","a","script"]);let Vt=null;const Au=["application/xhtml+xml","text/html"],ku="text/html";let he=null,Lt=null;const Nu=n.createElement("form"),xo=function(a){return a instanceof RegExp||a instanceof Function},Gn=function(){let a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(Lt&&Lt===a)return;(!a||typeof a!="object")&&(a={}),a=$e(a),Vt=Au.indexOf(a.PARSER_MEDIA_TYPE)===-1?ku:a.PARSER_MEDIA_TYPE,he=Vt==="application/xhtml+xml"?lo:nn,te=gt(a,"ALLOWED_TAGS",ut,{transform:he}),ae=gt(a,"ALLOWED_ATTR",A,{transform:he}),zn=gt(a,"ALLOWED_NAMESPACES",Su,{transform:lo}),Dt=gt(a,"ADD_URI_SAFE_ATTR",To,{transform:he,base:To}),Qe=gt(a,"ADD_DATA_URI_TAGS",zt,{transform:he,base:zt}),Je=gt(a,"FORBID_CONTENTS",ie,{transform:he}),V=gt(a,"FORBID_TAGS",$e({}),{transform:he}),Z=gt(a,"FORBID_ATTR",$e({}),{transform:he}),yt=Le(a,"USE_PROFILES")?a.USE_PROFILES&&typeof a.USE_PROFILES=="object"?$e(a.USE_PROFILES):a.USE_PROFILES:!1,xe=a.ALLOW_ARIA_ATTR!==!1,Be=a.ALLOW_DATA_ATTR!==!1,Xe=a.ALLOW_UNKNOWN_PROTOCOLS||!1,Ge=a.ALLOW_SELF_CLOSE_IN_ATTR!==!1,_e=a.SAFE_FOR_TEMPLATES||!1,ze=a.SAFE_FOR_XML!==!1,Re=a.WHOLE_DOCUMENT||!1,st=a.RETURN_DOM||!1,Bt=a.RETURN_DOM_FRAGMENT||!1,Et=a.RETURN_TRUSTED_TYPE||!1,it=a.FORCE_BODY||!1,Ht=a.SANITIZE_DOM!==!1,Ee=a.SANITIZE_NAMED_PROPS||!1,xt=a.KEEP_CONTENT!==!1,ct=a.IN_PLACE||!1,Ue=S0(a.ALLOWED_URI_REGEXP)?a.ALLOWED_URI_REGEXP:Xr,Ot=typeof a.NAMESPACE=="string"?a.NAMESPACE:et,Vn=yo(a,"MATHML_TEXT_INTEGRATION_POINTS",()=>Q({},Bo)),Un=yo(a,"HTML_INTEGRATION_POINTS",()=>Q({},vo));const h=yo(a,"CUSTOM_ELEMENT_HANDLING",()=>Pt(null));if(j=Pt(null),Le(h,"tagNameCheck")&&xo(h.tagNameCheck)&&(j.tagNameCheck=h.tagNameCheck),Le(h,"attributeNameCheck")&&xo(h.attributeNameCheck)&&(j.attributeNameCheck=h.attributeNameCheck),Le(h,"allowCustomizedBuiltInElements")&&typeof h.allowCustomizedBuiltInElements=="boolean"&&(j.allowCustomizedBuiltInElements=h.allowCustomizedBuiltInElements),Se(j),_e&&(Be=!1),Bt&&(st=!0),yt&&(te=Q({},qr),ae=Pt(null),yt.html===!0&&(Q(te,Yr),Q(ae,Wr)),yt.svg===!0&&(Q(te,ho),Q(ae,Co),Q(ae,On)),yt.svgFilters===!0&&(Q(te,fo),Q(ae,Co),Q(ae,On)),yt.mathMl===!0&&(Q(te,po),Q(ae,Kr),Q(ae,On))),ne.tagCheck=null,ne.attributeCheck=null,Le(a,"ADD_TAGS")&&(typeof a.ADD_TAGS=="function"?ne.tagCheck=a.ADD_TAGS:$t(a.ADD_TAGS)&&(te===ut&&(te=$e(te)),Q(te,a.ADD_TAGS,he))),Le(a,"ADD_ATTR")&&(typeof a.ADD_ATTR=="function"?ne.attributeCheck=a.ADD_ATTR:$t(a.ADD_ATTR)&&(ae===A&&(ae=$e(ae)),Q(ae,a.ADD_ATTR,he))),Le(a,"ADD_FORBID_CONTENTS")&&$t(a.ADD_FORBID_CONTENTS)&&(Je===ie&&(Je=$e(Je)),Q(Je,a.ADD_FORBID_CONTENTS,he)),xt&&(te["#text"]=!0),Re&&Q(te,["html","head","body"]),te.table&&(Q(te,["tbody"]),delete V.tbody),a.TRUSTED_TYPES_POLICY){if(typeof a.TRUSTED_TYPES_POLICY.createHTML!="function")throw Tt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof a.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Tt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');const b=L;L=a.TRUSTED_TYPES_POLICY;try{M=D("")}catch(v){throw L=b,v}}else a.TRUSTED_TYPES_POLICY===null?(L=void 0,M=""):(L===void 0&&(L=ge()),L&&typeof M=="string"&&(M=D("")));me&&me(a),Lt=a},Do=Q({},[...ho,...fo,...w0]),Oo=Q({},[...po,...A0]),Mu=function(a,h,b){return h.namespaceURI===et?a==="svg":h.namespaceURI===pn?a==="svg"&&(b==="annotation-xml"||Vn[b]):!!Do[a]},Tu=function(a,h,b){return h.namespaceURI===et?a==="math":h.namespaceURI===Cn?a==="math"&&Un[b]:!!Oo[a]},Bu=function(a,h,b){return h.namespaceURI===Cn&&!Un[b]||h.namespaceURI===pn&&!Vn[b]?!1:!Oo[a]&&(wu[a]||!Do[a])},vu=function(a){let h=m(a);(!h||!h.tagName)&&(h={namespaceURI:Ot,tagName:"template"});const b=nn(a.tagName),v=nn(h.tagName);return zn[a.namespaceURI]?a.namespaceURI===Cn?Mu(b,h,v):a.namespaceURI===pn?Tu(b,h,v):a.namespaceURI===et?Bu(b,h,v):!!(Vt==="application/xhtml+xml"&&zn[a.namespaceURI]):!1},mt=function(a){tn(t.removed,{element:a});try{m(a).removeChild(a)}catch{if(_(a),!m(a))throw Tt("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place")}},Lo=function(a,h,b){try{a.removeAttributeNode(h)}catch{try{a.removeAttribute(b)}catch{}}},yn=function(a){mn(a);const h=g(a);if(h){const v=[];Mt(h,F=>{tn(v,F)}),Mt(v,F=>{try{_(F)}catch{}})}const b=w(a);if(b)for(let v=b.length-1;v>=0;--v){const F=b[v],q=F&&F.name;typeof q=="string"&&Lo(a,F,q)}},bt=function(a,h,b){if(!b)try{b=h.getAttributeNode(a)}catch{b=null}tn(t.removed,{attribute:b||null,from:h});try{b?h.removeAttributeNode(b):h.removeAttribute(a)}catch{try{h.removeAttribute(a)}catch{}}if(a==="is")if(st||Bt)try{mt(h)}catch{}else try{h.setAttribute(a,"")}catch{}},xu=function(a){const h=w(a);if(h)for(let b=h.length-1;b>=0;--b){const v=h[b],F=v&&v.name;typeof F!="string"||ae[he(F)]||Lo(a,v,F)}},mn=function(a){const h=[a];for(;h.length>0;){const b=h.pop();P(b)===Fe.element&&xu(b);const F=g(b);if(F)for(let q=F.length-1;q>=0;--q)h.push(F[q])}},Ro=function(a,h){return ze?a==="patchsrc"?!0:a==="for"&&h!=="label"&&h!=="output":!1},Du=function(a){if(!ze)return;const h=[a];for(;h.length>0;){const b=h.pop(),v=P(b);if(v===Fe.processingInstruction||v===Fe.comment&&Te(Jr,b.data)){try{_(b)}catch{}continue}if(v===Fe.element){const q=b,ce=he(G(b));try{q.hasAttribute&&q.hasAttribute("patchsrc")&&q.removeAttribute("patchsrc"),q.hasAttribute&&q.hasAttribute("for")&&Ro("for",ce)&&q.removeAttribute("for")}catch{}}const F=g(b);if(F)for(let q=F.length-1;q>=0;--q)h.push(F[q])}},Io=function(a){let h=null,b=null;if(it)a="<remove></remove>"+a;else{const q=zr(a,/^[\r\n\t ]+/);b=q&&q[0]}Vt==="application/xhtml+xml"&&Ot===et&&(a='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+a+"</body></html>");const v=L?D(a):a;if(Ot===et)try{h=new f().parseFromString(v,Vt)}catch{}if(!h||!h.documentElement){h=ee.createDocument(Ot,"template",null);try{h.documentElement.innerHTML=Hn?M:v}catch{}}const F=h.body||h.documentElement;return a&&b&&F.insertBefore(n.createTextNode(b),F.childNodes[0]||null),Ot===et?re.call(h,Re?"html":"body")[0]:Re?h.documentElement:F},jo=function(a){const h=x?x(a):a.ownerDocument;return k.call(h||a,a,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT|c.SHOW_PROCESSING_INSTRUCTION|c.SHOW_CDATA_SECTION,null)},gn=function(a){return a=on(a,ke," "),a=on(a,B," "),a=on(a,pe," "),a},Yn=function(a){var h;a.normalize();const b=x?x(a):a.ownerDocument,v=k.call(b||a,a,c.SHOW_TEXT|c.SHOW_COMMENT|c.SHOW_CDATA_SECTION|c.SHOW_PROCESSING_INSTRUCTION,null);let F=v.nextNode();for(;F;)F.data=gn(F.data),F=v.nextNode();const q=(h=a.querySelectorAll)===null||h===void 0?void 0:h.call(a,"template");q&&Mt(q,ce=>{Rt(ce.content)&&Yn(ce.content)})},_n=function(a){const h=R?R(a):null;return typeof h!="string"||he(h)!=="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!==T(a)||a.childNodes!==g(a)},Rt=function(a){if(!T||typeof a!="object"||a===null)return!1;try{return T(a)===Fe.documentFragment}catch{return!1}},Ut=function(a){if(!T||typeof a!="object"||a===null)return!1;try{return typeof T(a)=="number"}catch{return!1}};function tt(N,a,h){N.length!==0&&Mt(N,b=>{b.call(t,a,h,Lt)})}const Ou=function(a,h){return!!(ze&&a.hasChildNodes()&&!Ut(a.firstElementChild)&&Te(Zr,a.textContent)&&Te(Zr,a.innerHTML)||ze&&a.namespaceURI===et&&I0[h]&&(Ut(a.firstElementChild)||typeof a.textContent=="string"&&Te(j0[h],a.textContent))||a.nodeType===Fe.processingInstruction||ze&&a.nodeType===Fe.comment&&Te(Jr,a.data))},En=function(a,h){if(a instanceof RegExp)return Te(a,h);if(a instanceof Function){for(var b=arguments.length,v=new Array(b>2?b-2:0),F=2;F<b;F++)v[F-2]=arguments[F];return!!a(h,...v)}return!1},Lu=function(a,h,b){if(!V[h]&&zo(h)&&En(j.tagNameCheck,h))return!1;if(xt&&!Je[h]){const v=m(a),F=g(a);if(F&&v){const q=F.length;for(let ce=q-1;ce>=0;--ce){const de=a===b?C(F[ce],!0):F[ce];v.insertBefore(de,E(a))}}}return mt(a),!0},Po=function(a,h,b,v){return a.length===0?h:h===b||h===v?$e(h):h},$o=function(a,h){return a===h||m(a)!==null?!1:(ct&&mn(a),!0)},Fo=function(a,h){if(tt(K.beforeSanitizeElements,a,null),$o(a,h))return!0;if(_n(a))return mt(a),!0;const b=he(G(a));if(te=Po(K.uponSanitizeElement,te,ut,Ze),tt(K.uponSanitizeElement,a,{tagName:b,allowedTags:te}),$o(a,h))return!0;if(Ou(a,b))return mt(a),!0;if(V[b]||!(ne.tagCheck instanceof Function&&ne.tagCheck(b))&&!te[b]){const F=Lu(a,b,h);return F===!1&&tt(K.afterSanitizeElements,a,null),F}if(P(a)===Fe.element&&!vu(a)||(b==="noscript"||b==="noembed"||b==="noframes")&&Te(L0,a.innerHTML))return mt(a),!0;if(_e&&a.nodeType===Fe.text){const F=gn(a.textContent);a.textContent!==F&&(tn(t.removed,{element:a.cloneNode()}),a.textContent=F)}return tt(K.afterSanitizeElements,a,null),!1},Ho=function(a,h,b){if(Z[h]||Ro(h,a)||Ht&&(h==="id"||h==="name")&&(b in n||b in Nu))return!1;const v=ae[h]||ne.attributeCheck instanceof Function&&ne.attributeCheck(h,a);return Be&&Te(Ce,h)||xe&&Te(He,h)?!0:v?Dt[h]||Te(Ue,on(b,Ke,""))||(h==="src"||h==="xlink:href"||h==="href")&&a!=="script"&&Vr(b,"data:")===0&&Qe[a]||Xe&&!Te(pt,on(b,Ke,""))?!0:!b:zo(a)&&En(j.tagNameCheck,a)&&En(j.attributeNameCheck,h,a)||h==="is"&&j.allowCustomizedBuiltInElements&&En(j.tagNameCheck,b)},Ru=Q({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),zo=function(a){return!Ru[nn(a)]&&Te(rt,a)},Iu=function(a,h,b,v){if(L&&typeof d=="object"&&typeof d.getAttributeType=="function"&&!b)switch(d.getAttributeType(a,h)){case"TrustedHTML":return D(v);case"TrustedScriptURL":return I(v)}return v},ju=function(a,h,b,v){try{b?a.setAttributeNS(b,h,v):a.setAttribute(h,v),_n(a)?mt(a):Hr(t.removed)}catch{bt(h,a)}},Vo=function(a){tt(K.beforeSanitizeAttributes,a,null);const h=a.attributes;if(!h||_n(a))return;ae=Po(K.uponSanitizeAttribute,ae,A,at);const b={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:ae,forceKeepAttr:void 0};let v=h.length;const F=he(a.nodeName);for(;v--;){const q=h[v],ce=q.name,de=q.namespaceURI,De=q.value,Oe=he(ce),Wn=De;let ve=ce==="value"?Wn:y0(Wn);if(b.attrName=Oe,b.attrValue=ve,b.keepAttr=!0,b.forceKeepAttr=void 0,tt(K.uponSanitizeAttribute,a,b),ve=b.attrValue,Ee&&(Oe==="id"||Oe==="name")&&Vr(ve,vt)!==0&&(bt(ce,a,q),ve=vt+ve),ze&&Te(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,ve)){bt(ce,a,q);continue}if(Oe==="attributename"&&zr(ve,"href")){bt(ce,a,q);continue}if(!b.forceKeepAttr){if(!b.keepAttr){bt(ce,a,q);continue}if(!Ge&&Te(R0,ve)){bt(ce,a,q);continue}if(_e&&(ve=gn(ve)),!Ho(F,Oe,ve)){bt(ce,a,q);continue}ve=Iu(F,Oe,de,ve),ve!==Wn&&ju(a,ce,de,ve)}}tt(K.afterSanitizeAttributes,a,null)},bn=function(a){let h=null;const b=jo(a);for(tt(K.beforeSanitizeShadowDOM,a,null);h=b.nextNode();)if(tt(K.uponSanitizeShadowNode,h,null),Fo(h,a),Vo(h),Rt(h.content)&&bn(h.content),P(h)===Fe.element){const v=S(h);Rt(v)&&(qn(v),bn(v))}tt(K.afterSanitizeShadowDOM,a,null)},qn=function(a){const h=[{node:a,shadow:null}];for(;h.length>0;){const b=h.pop();if(b.shadow){bn(b.shadow);continue}const v=b.node,q=P(v)===Fe.element,ce=g(v);if(ce)for(let de=ce.length-1;de>=0;--de)h.push({node:ce[de],shadow:null});if(q){const de=R?R(v):null;if(typeof de=="string"&&he(de)==="template"){const De=v.content;Rt(De)&&h.push({node:De,shadow:null})}}if(q){const de=S(v);Rt(de)&&h.push({node:null,shadow:de},{node:de,shadow:null})}}};return t.sanitize=function(N){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},h=null,b=null,v=null,F=null;if(Hn=!N,Hn&&(N="<!-->"),typeof N!="string"&&!Ut(N)&&(N=b0(N),typeof N!="string"))throw Tt("dirty is not a string, aborting");if(!t.isSupported)return N;Ct?(te=Ze,ae=at):Gn(a),(K.uponSanitizeElement.length>0||K.uponSanitizeAttribute.length>0)&&(te=$e(te)),K.uponSanitizeAttribute.length>0&&(ae=$e(ae)),t.removed=[];const q=ct&&typeof N!="string"&&Ut(N);if(q){Du(N);const De=G(N);if(typeof De=="string"){const Oe=he(De);if(!te[Oe]||V[Oe])throw yn(N),Tt("root node is forbidden and cannot be sanitized in-place")}if(_n(N))throw yn(N),Tt("root node is clobbered and cannot be sanitized in-place");try{qn(N)}catch(Oe){throw yn(N),Oe}}else if(Ut(N))h=Io("<!---->"),b=h.ownerDocument.importNode(N,!0),b.nodeType===Fe.element&&b.nodeName==="BODY"||b.nodeName==="HTML"?h=b:h.appendChild(b),qn(b);else{if(!st&&!_e&&!Re&&N.indexOf("<")===-1)return L&&Et?D(N):N;if(h=Io(N),!h)return st?null:Et?M:""}h&&it&&mt(h.firstChild);const ce=q?N:h;try{const De=jo(ce);for(;v=De.nextNode();)Fo(v,ce),Vo(v),Rt(v.content)&&bn(v.content)}catch(De){throw q&&(yn(N),Mt(t.removed,Oe=>{Oe.element&&mn(Oe.element)})),De}if(q)return Mt(t.removed,De=>{De.element&&mn(De.element)}),_e&&Yn(N),N;if(st){if(_e&&Yn(h),Bt)for(F=z.call(h.ownerDocument);h.firstChild;)F.appendChild(h.firstChild);else F=h;return(ae.shadowroot||ae.shadowrootmode)&&(F=ue.call(o,F,!0)),F}let de=Re?h.outerHTML:h.innerHTML;return Re&&te["!doctype"]&&h.ownerDocument&&h.ownerDocument.doctype&&h.ownerDocument.doctype.name&&Te(D0,h.ownerDocument.doctype.name)&&(de="<!DOCTYPE "+h.ownerDocument.doctype.name+`>
799
+ `+de),_e&&(de=gn(de)),L&&Et?D(de):de},t.setConfig=function(){let N=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Gn(N),Ct=!0,Ze=te,at=ae},t.clearConfig=function(){Lt=null,Ct=!1,Ze=null,at=null,L=U,M=""},t.isValidAttribute=function(N,a,h){Lt||Gn({});const b=he(N),v=he(a);return Ho(b,v,h)},t.addHook=function(N,a){typeof a=="function"&&Le(K,N)&&tn(K[N],a)},t.removeHook=function(N,a){if(Le(K,N)){if(a!==void 0){const h=p0(K[N],a);return h===-1?void 0:C0(K[N],h,1)[0]}return Hr(K[N])}},t.removeHooks=function(N){Le(K,N)&&(K[N]=[])},t.removeAllHooks=function(){K=eu()},t}var F0=tu();const H0=/^(?:[a-z]+:)?\/\//i;let z0="";function V0(){return z0}function mo(e){const t=String(e||"").trim();if(!t)return"";if(H0.test(t)||t.startsWith("data:")||t.startsWith("blob:"))return t;const n=t.startsWith("/")?t:`/${t}`,o=V0();return o?`${o}${n}`:n}function U0(){return Ln(new Date)}function Ln(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 un=[],an=[],sn=[],cn=[],Rn={LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]},In={LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]},G0={LISTEN_IN_NOISE:3,SHORT_STORY:2,LONG_STORY:1,ORDERING_SENTENCE:2};let go=null,nu=null,_t=null;function Y0({counts:e,forceRefresh:t}={}){const n=Object.assign({},G0,e||{}),o=U0(),r=Ln(new Date(`${o}T00:00:00+09:00`).getTime()-864e5),u=JSON.stringify(n);if(!t&&nu===o&&go===u&&_t)return Object.assign(Rn,_t.today),Object.assign(In,_t.yesterday?.selection||{LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]}),{today:Rn,yesterday:In};const i={LISTEN_IN_NOISE:dt(un,Math.max(0,Number(n.LISTEN_IN_NOISE)||0)),SHORT_STORY:dt(an,Math.max(0,Number(n.SHORT_STORY)||0)),LONG_STORY:dt(sn,Math.max(0,Number(n.LONG_STORY)||0)),ORDERING_SENTENCE:dt(cn,Math.max(0,Number(n.ORDERING_SENTENCE)||0))};let s=null;return _t&&go===u&&_t.yesterday&&_t.yesterday.date===r&&(s=_t.yesterday.selection),s||(s={LISTEN_IN_NOISE:dt(un,Math.max(0,Number(n.LISTEN_IN_NOISE)||0)),SHORT_STORY:dt(an,Math.max(0,Number(n.SHORT_STORY)||0)),LONG_STORY:dt(sn,Math.max(0,Number(n.LONG_STORY)||0)),ORDERING_SENTENCE:dt(cn,Math.max(0,Number(n.ORDERING_SENTENCE)||0))}),Object.assign(Rn,i),Object.assign(In,s),nu=o,go=u,_t={today:i,yesterday:{date:r,countsKey:u,selection:s}},{today:Rn,yesterday:In}}let ou=!1,ln=null;async function q0(){try{const e=import.meta&&import.meta.env&&import.meta.env.BASE_URL||"/",t=await fetch(`${e}data/allTrainingData.json`);return t.ok?await t.json():null}catch{return null}}async function W0(){if(!ou)return ln||(ln=(async()=>{const e=await q0();if(!e){ln=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),i=String(r.category_main_code||r.category_main||r.category_0||""),s=String(r.category_sub_code||r.category_sub||r.category_1||""),c=Object.assign({},r,{training_type:u,category_0:i,category_1:s});u==="LISTEN_IN_NOISE"?un.push(c):u==="SHORT_STORY"?an.push(c):u==="LONG_STORY"?sn.push(c):u==="ORDERING_SENTENCE"&&cn.push(c)}}}catch{ln=null;try{window.dispatchEvent(new Event("speechear.data.error"))}catch{}return}try{window.dispatchEvent(new Event("speechear.data.updated"))}catch{}try{Y0()}catch{}ou=!0})(),ln)}async function K0(e=3e3){const t=W0();return Promise.race([t,new Promise(n=>setTimeout(n,e))])}const X0=[{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."}],Z0={LISTEN_IN_NOISE:"listenInNoise",SHORT_STORY:"shortStory",LONG_STORY:"longStory",ORDERING_SENTENCE:"orderingSentence"};function J0(e){return X0.map(t=>{const n=Z0[t.key];return n?{...t,label:e(`trainingType.${n}.title`),desc:e(`trainingType.${n}.desc`)}:t})}function Q0(e){return typeof window>"u"?"":F0.sanitize(e,{USE_PROFILES:{svg:!0,svgFilters:!0},FORBID_TAGS:["script","use"],FORBID_ATTR:["xlink:href","href"]})}function eh(e){const[t,n]=O(null),[o,r]=O(null),[u,i]=O(null),[s,c]=O(null);return X(()=>{if(!e||typeof e!="string"||!e.endsWith(".svg")){n(null),r(null),i(null);return}const p=e.split("/").pop();let f=e;p&&(e.startsWith("/")?f=mo(e):/^(Logo|Symbol)/i.test(p)?f=mo(`logo/${p}`):(/^https?:\/\//i.test(e)||e.startsWith("data:"),f=e)),n(f)},[e]),X(()=>{if(!t)return;let p=!1;async function f(){try{let d=await fetch(t);d.ok||(d=await fetch(t));const l=d.headers.get("content-type")||"";if(p)return;if(l.includes("svg")){r("mask");return}if(l.startsWith("image/")){r("img");return}const C=await fetch(t);if(!C.ok)throw new Error("not ok");const _=await C.text();if(p)return;if(/^\s*<svg[\s>]/i.test(_)){const E=Q0(_);if(!E){r("none");return}i(E),r("inline");return}r("none")}catch{p||r("none")}}return f(),()=>{p=!0}},[t]),X(()=>{let p=!1,f=null;return o==="mask"&&t&&fetch(t).then(d=>{if(!d.ok)throw new Error("fetch failed");return d.blob()}).then(d=>{p||(f=URL.createObjectURL(d),c(f))}).catch(()=>{p||r("img")}),()=>{p=!0,f&&URL.revokeObjectURL(f),c(null)}},[o,t]),{iconToUse:t,mode:o,svgText:u,blobUrl:s}}function th(e){const{icon:t,label:n,className:o,imgClassName:r,maskClassName:u,svgClassName:i,wrapperStyle:s,size:c}=e||{},p=o??"iconRenderer-icon",f=r??"iconRenderer-icon-image",d=u??"iconRenderer-icon-mask",l=i??"iconRenderer-icon-svg",C=typeof t=="string"?t:null,_=u0(C),{iconToUse:E,mode:g,svgText:m,blobUrl:S}=eh(C),w=(P,G={})=>oe("span",{className:p,style:s,...G,children:P}),T=(P,G={})=>oe("img",{src:P,alt:typeof n=="string"?n:n?String(n):"",className:f,...G});if(!t)return null;if(typeof t!="string")return w(t);if(t==="none")return w(oe("span",{className:l,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(_)try{return w(Gt(_,{className:l,size:typeof c=="number"?c:20}),{"aria-hidden":"true"})}catch{}if(E&&E.endsWith(".svg")){if(g==="mask"){const P={"--icon-url":S?`url(${S})`:`url(${E})`};return w(oe("span",{className:d,style:P}),{"aria-hidden":"true"})}return g==="img"?w(T(E,{onError:P=>{P.currentTarget.onerror=null,P.currentTarget.style.display="none"}}),{"aria-hidden":"true"}):g==="inline"?w(oe("span",{className:l,dangerouslySetInnerHTML:m?{__html:m}: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 T(mo(t),{style:s,onError:P=>{P.currentTarget.onerror=null,P.currentTarget.style.display="none"}});const R=typeof c=="number"?c:20,x=`<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(oe("span",{className:l,dangerouslySetInnerHTML:{__html:x}}),{"aria-hidden":"true"})}function ru(e){const{anchorRect:t,anchorEl:n,offset:o=20,edgeMargin:r=20,onClose:u,closeOnOutsideClick:i=!0,className:s="",role:c="dialog",ariaLabel:p="",children:f,backdrop:d=!1,isMobilePopup:l=!1,useBorder:C=!0,header:_}=e||{},E=be(null),[g,m]=O({position:"fixed",left:0,top:-9999}),[S,w]=O(!1),[T,R]=O("bottom"),[x,P]=O(!1),[G,L]=O(!1),M=!t&&!n,U=W((D=!1)=>{if(G&&l)return;const I=n?n.getBoundingClientRect():t;if(!I||!E.current)return;const ge=E.current,{offsetWidth:J,offsetHeight:ee}=ge,k=window.innerWidth,z=window.innerHeight,re=k-I.right,ue=I.left,K=I.top,ke=z-I.bottom;let B=0,pe=0,Ce="top";if(K>=ee+o)Ce="top",pe=I.top-o-ee,B=I.left+I.width/2-J/2;else if(ke>=ee+o)Ce="bottom",pe=I.bottom+o,B=I.left+I.width/2-J/2;else if(re>=J+o)Ce="right",B=I.right+o,pe=I.top+I.height/2-ee/2;else if(ue>=J+o)Ce="left",B=I.left-o-J,pe=I.top+I.height/2-ee/2;else{const rt=Math.max(K,ke,re,ue);rt===K?(Ce="top",pe=I.top-o-ee,B=I.left+I.width/2-J/2):rt===ke?(Ce="bottom",pe=I.bottom+o,B=I.left+I.width/2-J/2):rt===re?(Ce="right",B=I.right+o,pe=I.top+I.height/2-ee/2):(Ce="left",B=I.left-o-J,pe=I.top+I.height/2-ee/2)}const He=Number(r)||8;B=Math.min(Math.max(B,He),k-J-He),pe=Math.min(Math.max(pe,He),z-ee-He);const pt=Math.round(B),Ke=Math.round(pe);D&&E.current?(E.current.style.left=`${pt}px`,E.current.style.top=`${Ke}px`,E.current.dataset.placement=Ce):(R(Ce||T),m({position:"fixed",left:pt,top:Ke}),P(!0))},[G,l,n,t,o,r,T]);Pu(()=>{if(M)return;if(G&&l){m({position:"fixed",left:"50%",top:"50%",transform:"translate(-50%, -50%)",width:"calc(100% - 40px)",maxWidth:"calc(100% - 40px)"}),P(!0);return}U();const D=requestAnimationFrame(()=>U());return()=>cancelAnimationFrame(D)},[t,n,o,f,r,M,G,l,U]),X(()=>{if(M||G&&l||!E.current||typeof ResizeObserver>"u")return;const D=new ResizeObserver(()=>{t&&U()});return D.observe(E.current),()=>D.disconnect()},[t,f,r,M,G,l,U]),X(()=>{if(M||G&&l)return;const D=()=>U(!0);return window.addEventListener("resize",D),document.addEventListener("scroll",D,{passive:!0,capture:!0}),()=>{window.removeEventListener("resize",D),document.removeEventListener("scroll",D,{capture:!0})}},[t,o,f,r,M,G,l,U]),X(()=>{if(typeof window>"u"||!window.matchMedia)return;const D=window.matchMedia("(max-width: 768px)"),I=()=>L(!!D.matches);I();try{D.addEventListener?D.addEventListener("change",I):D.addListener(I)}catch{try{D.addListener(I)}catch{}}return()=>{try{D.removeEventListener?D.removeEventListener("change",I):D.removeListener(I)}catch{}}},[]);const $=be(!1),Y=W((D=!1)=>{if(!(S||$.current)){if($.current=!0,D){w(!0);try{u&&u()}catch{}return}w(!0),setTimeout(()=>{u&&u()},200)}},[S,u,w]);X(()=>{const D=J=>{const ee=E.current;if(!ee)return;const k=J.target;if(k&&!ee.contains(k)){try{if(k.closest&&k.closest("[data-tooltip-ignore]"))return}catch{}i&&Y(!0)}},I=J=>{const ee=E.current;if(!ee)return;const k=J.target;if(k&&!ee.contains(k)){try{if(k.closest&&k.closest("[data-tooltip-ignore]"))return}catch{}i&&Y(!0)}},ge=J=>{if(J.key==="Escape"){J.stopPropagation(),Y();return}if(J.key==="Tab"){const ee=E.current;if(!ee)return;const k=ee.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');if(!k||k.length===0)return;const z=k[0],re=k[k.length-1],ue=document.activeElement;J.shiftKey?ue===z&&(J.preventDefault(),re.focus()):ue===re&&(J.preventDefault(),z.focus())}};return document.addEventListener("pointerdown",D,!0),document.addEventListener("click",I,!0),document.addEventListener("keydown",ge),()=>{document.removeEventListener("pointerdown",D,!0),document.removeEventListener("click",I,!0),document.removeEventListener("keydown",ge)}},[u,i,Y]),X(()=>{const D=()=>{Y(!0)};return typeof document<"u"&&document.addEventListener("speechear-close-tooltips",D),()=>{typeof document<"u"&&document.removeEventListener("speechear-close-tooltips",D)}},[Y]);const H=Ie("div",{ref:E,className:`tooltip-content ${C?"tooltip-content--bordered":""} ${S?"is-closing":""} ${s} ${G&&l?"is-mobile":""}`,role:c,"aria-label":p||void 0,style:M?{}:{...g,visibility:x?"visible":"hidden"},tabIndex:-1,"data-placement":T,"data-left":M?"":g.left,"data-top":M?"":g.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:[_!=null&&oe("div",{className:"tooltip-content__header h5",children:_}),f]});if(M||typeof document>"u")return H;if(d||G&&l){const D=Ie("div",{className:"tooltip-portal",children:[oe("div",{className:"tooltip-backdrop",onClick:()=>{i&&Y(!0)}}),H]});return Yo(D,document.body)}return Yo(H,document.body)}function nh(e){const{anchorRect:t,text:n,offset:o=8,onClose:r,className:u="",ariaLabel:i}=e||{};return n?oe(ru,{anchorRect:t,offset:o,onClose:r,closeOnOutsideClick:!1,className:`tooltip-info ${u}`,ariaLabel:i||n,children:oe("div",{className:"tooltip-info__content body-3",children:n})}):null}function uu(e){const{anchorRect:t,title:n,items:o,activeIndex:r=-1,showIndex:u=!0,onClose:i,offset:s=12}=e||{},c=Array.isArray(o)?o:o?[o]:[];return!c.length&&!n?null:oe(ru,{anchorRect:t,offset:s,onClose:i,closeOnOutsideClick:!0,useBorder:!1,className:"tooltip-description",children:Ie("div",{className:"tooltip-description__box",children:[n&&oe("span",{className:"tooltip-description__title body-2",children:n}),oe("ol",{className:"tooltip-description__items",children:c.map((p,f)=>Ie("li",{className:`tooltip-description__item body-3${f===r?" tooltip-description__item--active":""}`,children:[u&&c.length>1&&Ie("span",{className:"tooltip-description__index button-1",children:[f+1,"."]}),oe("span",{children:p})]},f))})]})})}function oh(e){const{size:t=48,type:n,htmlType:o,href:r,target:u,rel:i,icon:s,rightIcon:c,label:p,count:f,subLabel:d,children:l,ariaLabel:C,variant:_="default",align:E="center",selected:g,toggleable:m=!1,disabled:S=!1,useLabel:w=!0,useBorder:T=!0,useBG:R=!0,useDisabledCovered:x=!1,useDisabledInvisible:P=!1,width:G,minWidth:L,onClick:M,onDisabledClick:U,showTooltipInfo:$=!1,tooltipInfoText:Y=null,tooltipDescription:H=null,iconSize:D="medium",iconColor:I,shape:ge="rounded",color:J,className:ee,...k}=e,z=typeof t=="string"&&isNaN(Number(t))?t.toLowerCase():String(Number(t)||48),re=z.match(/^\d+$/)?`button${z}`:`button-${z}`,ue=Number(t),K=!isNaN(ue)&&ue<40?"button-2":"button-1",ke=p??l,B=S||!!k.disabled,pe=B?x?"disabled-covered":P?"disabled-invisibled":"disabled":_,Ce=pe?`button--variant-${pe}`:"",He=E?`button--align-${E}`:"",pt=ge?`button--shape-${ge}`:"",Ke=typeof I=="string"&&I.startsWith("--")?`var(${I})`:I,rt={...G?{width:typeof G=="number"?`${G}px`:G}:{},...L?{minWidth:typeof L=="number"?`${L}px`:L}:{},...T?{}:{"--button-border":B?"0":"1px solid transparent"},...Ke?{"--button-icon-color":Ke}:{},...J?{"--color-main":J}:{}},Ue=w===!1?"":ke,te=Array.isArray(Ue)?Ue.length>0:!!Ue,ut=!!c,ae=n??(te||s||ut?"bar":"dot"),A=`${re}--${ae}`,j=be(null),V=be(B),[Z,ne]=O(!!g),[xe,Be]=O(!1),[Xe,Ge]=O(null),_e=W(()=>Be(!1),[]);X(()=>{($||H)&&B&&xe&&(Be(!1),Ge(null))},[B,$,H,xe]),X(()=>{typeof g=="boolean"&&ne(g)},[g]),X(()=>{if(V.current&&!B&&j.current){const ie=j.current;ie.blur(),ie.style.pointerEvents="none";const Qe=requestAnimationFrame(()=>{requestAnimationFrame(()=>{j.current&&(j.current.style.pointerEvents="")})});return()=>cancelAnimationFrame(Qe)}V.current=B},[B]);const ze=typeof g=="boolean"?!!g:Z,Re=m||typeof g=="boolean"?ze?"true":"false":void 0,Ct=Si("button",re,A,Ce,He,pt,ze?"is-selected":null,R?null:"button--no-bg",ee),Ze=`button__icon button__icon--${D}`,at=Array.isArray(d)?d:d!==void 0?[d]:[],it=()=>{if(Array.isArray(Ue))return Ue.map((Qe,zt)=>{const Dt=at[zt];return Ie("span",{className:`button__label-text${Dt!==void 0?" button__label-text--has-sub":""}`,children:[Qe,Dt!==void 0&&oe("span",{className:"button__sub-label-text caption-1",children:Dt})]},zt)});const ie=d!==void 0;return Ie("span",{className:`button__label-text${ie?" button__label-text--has-sub":""}`,children:[Ue,f!=null&&oe("span",{className:"button__count",children:f}),ie&&oe("span",{className:"button__sub-label-text caption-1",children:d})]})},st=ie=>{B||(typeof k.onMouseLeave=="function"&&k.onMouseLeave(ie),typeof g!="boolean"&&ne(!1),ie.currentTarget.blur())},Bt=ie=>{if(B){U?.(ie);return}typeof g!="boolean"&&m&&ne(Qe=>!Qe),M?.(ie)},Et=W(()=>{!B&&($||H)&&(Be(!0),Ge(j.current?.getBoundingClientRect()??null))},[B,$,H]),Ht=W(()=>{($||H)&&(Be(!1),Ge(null))},[$,H]),Ee={...k};delete Ee.disabled,delete Ee.className,delete Ee.faded,delete Ee.useFaded,delete Ee.loading,delete Ee.onMouseLeave,delete Ee.onPointerEnter,delete Ee.onPointerLeave,delete Ee.onFocus,delete Ee.onBlur,B&&(Object.keys(Ee).forEach(ie=>{/^on[A-Z]/.test(ie)&&typeof Ee[ie]=="function"&&delete Ee[ie]}),Ee["aria-disabled"]="true");const vt=(typeof $=="string"?$:null)??(typeof Y=="string"?Y:null)??(typeof C=="string"?C:null)??(typeof ke=="string"?ke:null)??void 0,xt=typeof C=="string"?C:typeof ke=="string"?ke:vt,ct=(ie,Qe)=>oe(th,{icon:ie,label:Qe??xt,className:Ze,imgClassName:"button__icon-img",maskClassName:"button__icon-mask",svgClassName:"button__icon-svg"}),yt=()=>ae==="dot"?Ie(Yt,{children:[ct(s),te&&oe("span",{className:`button__label ${K}`,children:it()})]}):E==="center"&&s?Ie(Yt,{children:[Ie("span",{className:"button__center-group",children:[oe("span",{className:"button__left",children:ct(s)}),te&&oe("span",{className:`button__label ${K}`,children:it()})]}),ut&&oe("span",{className:"button__right",children:ct(c)})]}):Ie(Yt,{children:[s&&oe("span",{className:"button__left",children:ct(s,C??ke)}),te&&oe("span",{className:`button__label ${K}`,children:it()}),ut&&oe("span",{className:"button__right",children:ct(c)})]}),Je=!!r&&!B;return Ie(Yt,{children:[oe(Je?"a":"button",{...Ee,ref:j,...Je?{href:r,target:u,rel:i??(u==="_blank"?"noreferrer":void 0)}:{type:o,disabled:B&&!U},className:Ct,"aria-pressed":Re,"aria-label":xt,"aria-disabled":Je&&B?!0:void 0,style:rt,onClick:Bt,onMouseLeave:st,onPointerEnter:ie=>{Et(),!B&&typeof k.onPointerEnter=="function"&&k.onPointerEnter(ie)},onPointerLeave:ie=>{Ht(),!B&&typeof k.onPointerLeave=="function"&&k.onPointerLeave(ie)},onFocus:ie=>{Et(),!B&&typeof k.onFocus=="function"&&k.onFocus(ie)},onBlur:ie=>{st(ie),Ht(),!B&&typeof k.onBlur=="function"&&k.onBlur(ie)},children:yt()}),xe&&H?oe(uu,{anchorRect:Xe,title:H.title,items:H.items,onClose:_e}):xe&&vt?oe(nh,{anchorRect:Xe,text:vt,onClose:_e}):null]})}function au(){const[e,t]=O(null),n=W(u=>t(u.getBoundingClientRect()),[]),o=W(()=>t(null),[]),r=W(u=>{const i=u.getBoundingClientRect();t(s=>s?null:i)},[]);return{anchorRect:e,isOpen:e!=null,openAt:n,close:o,toggleAt:r}}function rh(e){const[t,n]=O(null),[o,r]=O(null),u=be(null);X(()=>()=>{u.current&&clearTimeout(u.current)},[]);const i=W((c,p)=>{u.current&&clearTimeout(u.current),u.current=setTimeout(()=>{n(c),r(p)},e)},[e]),s=W(()=>{u.current&&clearTimeout(u.current),n(null),r(null)},[]);return{payload:t,anchorRect:o,openAfterDelay:i,close:s}}function uh({title:e,items:t}){const{t:n}=wt(),{anchorRect:o,openAt:r,close:u}=au();return Ie(Yt,{children:[oe(oh,{size:24,type:"dot",icon:"info",variant:"transparent-gray",useBorder:!1,selected:!!o,ariaLabel:n("common.info","\uC124\uBA85"),onPointerEnter:i=>r(i.currentTarget),onPointerLeave:u,onFocus:i=>r(i.currentTarget),onBlur:u}),o&&oe(uu,{title:e,items:t,showIndex:t.length>1,anchorRect:o,onClose:u})]})}function iu(){const{t:e}=wt();return ye(()=>({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 su(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 cu(e){return{label:e.partOfSpeech,items:Object.keys(e.posMap),multiple:!0,allOption:!0}}function lu(e){return{label:e.wordType,items:Object.keys(e.typeMap),multiple:!0,allOption:!0}}function ah(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 ih(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 sh(e,t){const{label:n,headValue:o,midValue:r,tailValue:u,includeMid:i=!0,headDisabled:s,midDisabled:c,tailDisabled:p,allOptionDisabled:f,groupLabel:d,labelAction:l}=t;return{label:n,...d?{groupLabel:d}:{},...l?{labelAction:l}:{},allOption:!0,allLabel:e("wordSearch.filter.positionAny",{defaultValue:"\uBB34\uAD00"}),...f?{allOptionDisabled:f}:{},items:[{value:o,displayLabel:e("wordSearch.filter.positionHead",{defaultValue:"\uC5B4\uB450"}),disabled:s},...i?[{value:r,displayLabel:e("wordSearch.filter.positionMid",{defaultValue:"\uC5B4\uC911"}),disabled:c}]:[],{value:u,displayLabel:e("wordSearch.filter.positionTail",{defaultValue:"\uC5B4\uB9D0"}),disabled:p}]}}function ch(e,t,n){if(t===Nt){const{[n]:u,...i}=e;return i}const o=e[n]??[],r=o.includes(t)?o.filter(u=>u!==t):[...o,t];if(r.length===0){const{[n]:u,...i}=e;return i}return{...e,[n]:r}}Object.fromEntries(Object.entries(Pa).map(([e,{nucleus:t}])=>[e,t]));const lh={\uACE0\uC720\uC5B4:"\uACE0\uC720",\uD55C\uC790\uC5B4:"\uD55C\uC790",\uC678\uB798\uC5B4:"\uC678\uB798",\uD63C\uC885\uC5B4:"\uD63C\uC885"},dh={"\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"]},hh={difficulty:"\uB09C\uC774\uB3C4 \uB4F1\uAE09",syllables:"\uC74C\uC808 \uC218",syllable5plus:"5\uC74C\uC808 \uC774\uC0C1",partOfSpeech:"\uD488\uC0AC",wordType:"\uC720\uD615",posMap:dh,typeMap:lh};function fh(e,t,n=hh){const o=t[n.difficulty];if(o?.length&&!o.some(s=>e.grade===s.replace(/\D/g,"")))return!1;const r=t[n.syllables];if(r?.length){const s=e.syllables??0;if(!r.some(c=>c===n.syllable5plus?s>=5:s===parseInt(c)))return!1}const u=t[n.partOfSpeech];if(u?.length&&!u.flatMap(s=>n.posMap[s]??[s]).some(s=>(e.pos??"").includes(s)))return!1;const i=t[n.wordType];return!(i?.length&&!i.some(s=>e.wordType===n.typeMap[s]))}const ht=(e,t)=>t.map(n=>({jamos:[n],tooltip:e})),Ae=(e,t)=>({jamos:[...e],tooltip:t}),_o={cho:[ht("\uC591\uC21C\uC74C",["\u3142","\u3143","\u314D","\u3141"]),ht("\uCE58\uC870\uC74C",["\u3137","\u3138","\u314C","\u3134","\u3139"]),ht("\uCE58\uC870\uC74C",["\u3145","\u3146"]),ht("\uACBD\uAD6C\uAC1C\uC74C",["\u3148","\u3149","\u314A"]),ht("\uC5F0\uAD6C\uAC1C\uC74C",["\u3131","\u3132","\u314B"]),ht("\uC131\uBB38\uC74C",["\u314E"])],jung:[[Ae("\u3163","\uC804\uC124 \uACE0\uBAA8\uC74C"),Ae("\u315F","\uC804\uC124 \uACE0\uBAA8\uC74C \xB7 w\uD65C\uC74C"),Ae("\u3162","\uC804\uC124 \uACE0\uBAA8\uC74C \xB7 \u0270\uD65C\uC74C")],[Ae("\u3161","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uD3C9\uC21C")],[Ae("\u315C","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uC6D0\uC21C"),Ae("\u3160","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uC6D0\uC21C \xB7 j\uD65C\uC74C")],[Ae("\u3154\u3150","\uC804\uC124 \uC911\uBAA8\uC74C"),Ae("\u3156\u3152","\uC804\uC124 \uC911\uBAA8\uC74C \xB7 j\uD65C\uC74C"),Ae("\u3159\u315A\u315E","\uC804\uC124 \uC911\uBAA8\uC74C \xB7 w\uD65C\uC74C")],[Ae("\u3153","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C"),Ae("\u3155","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C \xB7 j\uD65C\uC74C"),Ae("\u315D","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C \xB7 w\uD65C\uC74C")],[Ae("\u3157","\uD6C4\uC124 \uC911\uBAA8\uC74C \uC6D0\uC21C"),Ae("\u315B","\uD6C4\uC124 \uC911\uBAA8\uC74C \uC6D0\uC21C \xB7 j\uD65C\uC74C")],[Ae("\u314F","\uC800\uBAA8\uC74C"),Ae("\u3151","\uC800\uBAA8\uC74C \xB7 j\uD65C\uC74C"),Ae("\u3158","\uC800\uBAA8\uC74C \xB7 w\uD65C\uC74C")]],jong:[ht("\uC591\uC21C\uC74C",["\u3142","\u3141"]),ht("\uCE58\uC870\uC74C",["\u3137","\u3134","\u3139"]),ht("\uC5F0\uAD6C\uAC1C\uC74C",["\u3131","\u3147"])]},ph=[...Ne],Ch=[...lt],yh=Ve.filter(e=>e!==""),ft=e=>e===nt?[]:Array.from(e),nt="__NO_CODA__",du=[1,2,3,4],ot=5,mh=12,hu="SYL_",Eo=e=>`${hu}${e}`,gh=e=>Number(e.slice(hu.length));function bo(e){return e>=ot?Array.from({length:mh-ot+1},(t,n)=>ot+n):[e]}const fu={cho:ph,jung:Ch,jong:yh},So=e=>e.map(t=>t.map(({jamos:n,tooltip:o})=>({v:n.join(""),tooltip:o}))),wo={cho:So(_o.cho),jung:So(_o.jung),jong:So(_o.jong)},pu={};wo.jung.flat().forEach(({v:e})=>{for(const t of ft(e))pu[t]=e});const _h=new Set(wo.cho.flat().map(e=>e.v));function Cu(e,t){return e==="cho"?_h.has(t)?t:null:e==="jung"?pu[t]??t:pr(t)}function yu(e,t,n){if(e==="jung"){const o=ft(t);return n&&o.includes(n)?n:o[0]??t}return t}function mu(e,t,n){const o=(r,u)=>u?r==="jong"&&u===nt?nt:t==="pron"?Cu(r,u):yu(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 Ao={cho:null,jung:null,jong:null,syllable:null},Eh="wt_filter",gu=e=>`wt_filter_${e}`;function bh(e){try{const t=localStorage.getItem(gu(e))??localStorage.getItem(Eh);if(t)return JSON.parse(t)}catch{}return null}function Sh(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?{...Ao,cho:t.choseong}:Ao}function wh(e,t,n){const{t:o,i18n:r}=wt(),[u]=O(()=>n?.resetOnMount?null:bh(e)),i=u?.contrastCount,s=typeof i=="number"&&Number.isFinite(i)?i:1,[c,p]=O(Math.min(5,Math.max(1,s))),[f,d]=O(u?.phonemeView==="pron"?"pron":u?.phonemeView==="direct"?"direct":"char"),[l,C]=O(()=>Sh(u)),_=W(()=>t.requireSyllable?{cho:"\u3131",jung:"\u314F",jong:nt,syllable:t.fixedSyllable??null}:{cho:null,jung:null,jong:t.fixedNoCoda?nt:null,syllable:t.fixedSyllable??null},[t.requireSyllable,t.fixedSyllable,t.fixedNoCoda]);X(()=>{!t.requireSyllable&&t.fixedSyllable==null&&!t.fixedNoCoda||C(A=>A.cho||A.jung||A.syllable!=null||A.jong?A:_())},[]);const E=ye(()=>we(l.cho)||we(l.jung)||we(l.jong)?"count":"random",[l.cho,l.jung,l.jong]),g=be(f==="char"?l.jung:null);X(()=>{f==="char"&&(g.current=l.jung)},[f,l.jung]);const[m,S]=O(n?.resetOnMount?!!n?.defaultImageOnly:u?.excludeNoImage??!0),[w,T]=O(n?.resetOnMount?!1:u?.sameStructureOnly??!0),[R,x]=O(Array.isArray(u?.gradeFilter)?u.gradeFilter:[]),[P,G]=O(Array.isArray(u?.posFilter)?u.posFilter:[]),[L,M]=O(Array.isArray(u?.wordTypeFilter)?u.wordTypeFilter:[]),U=be(n?.resetKey);X(()=>{U.current!==n?.resetKey&&(U.current=n?.resetKey,C(_()),S(!1),T(!1),x([]),G([]),M([]),p(1))},[n?.resetKey]);const $=iu(),[Y,H]=O({cho:new Set,jung:new Set,jong:new Set,syllable:new Set}),[D,I]=O(!1),[ge,J]=O(null),ee=1,k=Math.max(1,[l.cho,l.jung,l.jong].filter(Boolean).length);X(()=>{c<k&&p(k)},[k,c]),X(()=>{if(!n?.resetOnMount)try{localStorage.setItem(gu(e),JSON.stringify({contrastCount:c,composition:l,excludeNoImage:m,sameStructureOnly:w,phonemeView:f,gradeFilter:R,posFilter:P,wordTypeFilter:L}))}catch{}},[n?.resetOnMount,e,c,l,m,w,f,R,P,L]);const[z,re]=O(0);Ko("wordpool:update",()=>re(A=>A+1));const ue=be(r.language);X(()=>{ue.current!==r.language&&(ue.current=r.language,re(A=>A+1))},[r.language]),X(()=>{if(!t.choseong)return;let A=!1;return bi({difficulty:E,excludeNoImage:m}).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,E,m,z]),X(()=>{let A=!1;const j=l,V=j.cho?ft(j.cho):null,Z=j.jung?ft(j.jung):null,ne=j.jong===nt,xe=ne?null:j.jong?ft(j.jong):null,Be=j.syllable!=null?bo(j.syllable):null,Xe=!!(V||Z||xe||ne||Be);return Ei({difficulty:t.difficulty?E:null,contrastCount:t.difficulty?c:1,composition:t.choseong&&Xe?{cho:V,jung:Z,jong:xe,jongNone:ne,syllable:Be}:null,excludeNoImage:m,sameStructureOnly:w,phonemeView:f==="pron"?"pron":"char",grade:R.length>0?R:null}).then(Ge=>{A||J(Ge)}).catch(()=>{A||J(null)}),()=>{A=!0}},[t.choseong,t.difficulty,E,c,l,f,m,w,z,R]),X(()=>{D&&C(A=>{const j={...A};let V=!1;return["cho","jung","jong"].forEach(Z=>{const ne=A[Z];!ne||ne===nt||ft(ne).some(xe=>Y[Z].has(xe))||(j[Z]=null,V=!0)}),A.syllable!=null&&t.fixedSyllable==null&&(A.syllable>=ot?[...Y.syllable].some(Z=>Z>=ot)||(j.syllable=null,V=!0):(!Y.syllable.has(A.syllable)||A.syllable<ee)&&(j.syllable=null,V=!0)),V?j:A})},[Y,D,ee,t.fixedSyllable]);const K=ye(()=>{const A=j=>{const V=new Set;for(const Z of fu[j])Y[j].has(Z)&&V.add(Z);return V};return{cho:A("cho"),jung:A("jung"),jong:A("jong")}},[Y]),ke=ye(()=>({exact:new Set(du.filter(A=>Y.syllable.has(A))),min:[...Y.syllable].some(A=>A>=ot)}),[Y]),B=ye(()=>({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]),pe=ye(()=>({[B.trainOnset]:"cho",[B.trainVowel]:"jung",[B.trainCoda]:"jong"}),[B]),Ce=W((A,j)=>Gt(uh,{title:j,items:A}),[]),He=ye(()=>[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]),pt=ye(()=>{const A=[];if(t.choseong){const j={value:nt,displayLabel:B.codaExclude},V=t.fixedNoCoda===!0,Z=(ne,xe)=>{const Be=V&&ne==="jong",Xe={label:xe,groupLabel:B.phonemeGroup,allOption:!t.requireSyllable,allLabel:B.noLimit,allOptionDisabled:Be};if(f==="pron"){const _e=wo[ne].map(ze=>ze.map(({v:Re,tooltip:Ct})=>{const Ze=ft(Re),at=Be||!Ze.some(it=>Y[ne].has(it));return Ze.length>1?{value:Re,labels:Ze,tooltip:Ct,disabled:at}:{value:Re,tooltip:Ct,disabled:at}}));return ne==="jong"&&!t.requireCoda&&_e.unshift([j]),{...Xe,groups:_e}}const Ge=fu[ne].map(_e=>!Be&&K[ne].has(_e)?_e:{value:_e,disabled:!0});return{...Xe,items:ne==="jong"&&!t.requireCoda?[j,...Ge]:Ge}};A.push(Z("cho",B.trainOnset)),A.push(Z("jung",B.trainVowel)),A.push(Z("jong",B.trainCoda))}if(A.push({...su(o,$,{labelAction:Ce([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(cu($)),t.wordType&&A.push(lu($)),t.choseong||t.fixedSyllable!=null){const j=t.fixedSyllable;A.push({label:B.syllableCount,items:[...du.map(V=>({value:Eo(V),displayLabel:o("wordPairs.syllableN",{n:V,defaultValue:"{{n}}\uC74C\uC808"}),disabled:j!=null?V!==j:!ke.exact.has(V)||V<ee})),{value:Eo(ot),displayLabel:o("wordPairs.syllableNPlus",{n:ot,defaultValue:"{{n}}\uC74C\uC808 \uC774\uC0C1"}),disabled:j!=null?ot!==j:!ke.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:Ce(He)}):A.push({label:B.exclude,displayLabel:B.selectLabel,multiple:!0,items:[B.excludeImage],labelAction:Ce([He[0]])}),A},[t.choseong,t.partOfSpeech,t.wordType,t.requireSyllable,t.fixedSyllable,t.fixedNoCoda,t.requireCoda,ee,K,Y,f,ke,B,o,Ce,He,$]),Ke={...t.difficulty?{[B.diffPhonemeCount]:String(c)}:{},...(t.choseong||t.fixedSyllable!=null)&&l.syllable!=null?{[B.syllableCount]:Eo(l.syllable)}:{},...t.choseong&&l.cho?{[B.trainOnset]:l.cho}:{},...t.choseong&&l.jung?{[B.trainVowel]:l.jung}:{},...t.choseong&&l.jong?{[B.trainCoda]:l.jong}:{},[B.exclude]:[...m?[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}:{}},rt=W((A,j)=>{if(j===B.diffPhonemeCount){const V=Number(A);V>=1&&p(V)}else if(j===B.exclude)A===B.excludeImage?S(V=>!V):A===B.sameStructure&&T(V=>!V);else if(j===B.syllableCount)C(V=>{if(!A||A===Nt)return{...V,syllable:null};const Z=gh(A);return{...V,syllable:V.syllable===Z?null:Z}});else if(j===B.gradeLabel){if(!A||A===Nt){x([]);return}const V=A.replace(/\D/g,"");x(Z=>Z.includes(V)?Z.filter(ne=>ne!==V):[...Z,V])}else if(j===$.partOfSpeech){if(!A||A===Nt){G([]);return}G(V=>V.includes(A)?V.filter(Z=>Z!==A):[...V,A])}else if(j===$.wordType){if(!A||A===Nt){M([]);return}M(V=>V.includes(A)?V.filter(Z=>Z!==A):[...V,A])}else{const V=pe[j];if(!V)return;C(Z=>t.requireSyllable?A&&A!==Nt?{...Z,[V]:A}:Z:!A||A===Nt||Z[V]===A?{...Z,[V]:null}:{...Z,[V]:A})}},[B,pe,$,t.requireSyllable]),Ue=W(A=>!t.partOfSpeech&&!t.wordType?!0:fh(A,{...t.partOfSpeech?{[$.partOfSpeech]:P}:{},...t.wordType?{[$.wordType]:L}:{}},$),[t.partOfSpeech,t.wordType,P,L,$]),te=W(A=>{A!==f&&(A!=="direct"&&f!=="direct"&&C(j=>mu(j,A,g.current)),d(A))},[f]),ut=W(()=>({composition:l,contrastCount:c,excludeNoImage:m,sameStructureOnly:w,phonemeView:f,gradeFilter:R}),[l,c,m,w,f,R]),ae=W(A=>{C(A.composition),p(A.contrastCount),S(A.excludeNoImage),T(A.sameStructureOnly??!0),d(A.phonemeView),x(Array.isArray(A.gradeFilter)?A.gradeFilter:[])},[]);return{difficulty:E,contrastCount:c,composition:l,choseong:l.cho,excludeNoImage:m,sameStructureOnly:w,gradeFilter:R,posFilter:P,wordTypeFilter:L,matchesWordAttributes:Ue,poolVersion:z,filterSections:pt,filterSelected:Ke,handleFilterSelect:rt,phonemeView:f,setPhonemeView:te,phonemeGroupLabel:B.phonemeGroup,wordCount:ge,getFilterSnapshot:ut,restoreFilterSnapshot:ae}}function Ah(e){const t=s=>s?ft(s):null,n=t(e.cho),o=t(e.jung),r=e.jong===nt,u=r?null:t(e.jong),i=e.syllable!=null?bo(e.syllable):null;return!n&&!o&&!u&&!r&&!i?null:{cho:n,jung:o,jong:u,jongNone:r,syllable:i}}function kh(e,t,n,o,r,u,i=!0,s="char",c=[]){const[p,f]=O({}),[d,l]=O(!1),{cho:C=null,jung:_=null,jong:E=null,syllable:g=null}=o??{};return X(()=>{u>0&&_i(r).catch(()=>{})},[u,r]),X(()=>{let m=!1;return l(!0),(async()=>{const S=Ah({cho:C,jung:_,jong:E,syllable:g}),w=c.length>0?c.slice().sort().join(","):"",T=`${C??""}_${_??""}_${E??""}_${g??""}_${w}`,R={};await Promise.all(e.map(async x=>{const P=eo[x.key];try{const G=await Tr(x.key,{difficulty:P.difficulty?t:null,contrastCount:P.difficulty?n:1,composition:P.choseong?S:null,count:5,excludeNoImage:r,sameStructureOnly:i,phonemeView:s,grade:c.length>0?c:null});G&&G.length>0?R[x.key]={id:`wt-${x.key}-${t}-${T}-${Date.now()}`,name:x.label,training_type:x.key,category_main_code:"WORD",iconColor:x.color,subTitle:x.subTitle,items:G,itemCount:G.length}:R[x.key]={id:`wt-${x.key}-empty`,name:x.label,training_type:x.key,category_main_code:"WORD",iconColor:x.color,subTitle:x.subTitle,items:[],itemCount:0,__empty:!0}}catch{R[x.key]=null}})),m||(f(R),l(!1))})(),()=>{m=!0}},[t,n,C,_,E,g,r,i,s,u,c]),{perTypeData:p,generating:d}}function Nh(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 Mh(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 jn=dt;function ko(e,t){const n=t?Mh(Nh(t)):Math.random;return{LISTEN_IN_NOISE:jn(un,Math.max(0,e.LISTEN_IN_NOISE||0),n),SHORT_STORY:jn(an,Math.max(0,e.SHORT_STORY||0),n),LONG_STORY:jn(sn,Math.max(0,e.LONG_STORY||0),n),ORDERING_SENTENCE:jn(cn,Math.max(0,e.ORDERING_SENTENCE||0),n)}}function _u(e){return e?!!(e.LISTEN_IN_NOISE?.length||e.SHORT_STORY?.length||e.LONG_STORY?.length||e.ORDERING_SENTENCE?.length):!1}const Th={LISTEN_IN_NOISE:3,SHORT_STORY:2,LONG_STORY:1,ORDERING_SENTENCE:2};function Eu(e=!1,t=Th,n){const o=Ln(Date.now()),r=Ln(Date.now()-864e5),u=`${n??""}|${o}`,i=`${n??""}|${r}`;return un.length>0||an.length>0||sn.length>0||cn.length>0?{today:ko(t,u),yesterday:ko(t,i)}:{today:ko(t,u),yesterday:null}}function Bh(e){const t=be({LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]}),n=be(null),[o,r]=O(!1),[u,i]=O(!1);X(()=>{let c=!1,p,f=0;const d=40,l=()=>{p!==void 0&&(clearInterval(p),p=void 0)};let C=!1;try{const g=new URLSearchParams(window.location.search),m=g.get("forceRefresh")||g.get("force");C=m==="1"||m==="true"}catch{}const _=g=>{t.current=g.today,n.current=g.yesterday,r(!0),c=!0,l()},E=async()=>{if(c)return;if(!C){const m=Eu(!1,void 0,e);if(_u(m.today)){_(m);return}}try{await K0(3e3)}catch{}if(c)return;const g=Eu(C,void 0,e);if(_u(g.today)){_(g);return}++f>=d&&(r(!0),c=!0,l())};return E(),p=setInterval(E,250),()=>{c=!0,l()}},[e]);const s=W(c=>{const p=u?n.current:t.current,f=u?t.current:n.current;return p?.[c]?.length?p[c]:f?.[c]?.length?f[c]:void 0},[u]);return{loaded:o,showYesterday:u,setShowYesterday:i,getTrainingPerType:s}}const Ft=[];let Pn=!1;function bu(e){if(e.key!=="Escape"||e.defaultPrevented)return;const t=Ft[Ft.length-1];t&&(e.stopPropagation(),t())}function vh(e){return Ft.push(e),!Pn&&typeof document<"u"&&(document.addEventListener("keydown",bu),Pn=!0),()=>{const t=Ft.lastIndexOf(e);t>=0&&Ft.splice(t,1),Ft.length===0&&Pn&&typeof document<"u"&&(document.removeEventListener("keydown",bu),Pn=!1)}}function xh(e,t=!0){const n=Wo(e);X(()=>{if(t)return vh(()=>{n.current?.()})},[t,n])}const No=(e,t)=>`${e}:${t??1}`,Mo=new Map;function Dh(e,t){const[n,o]=O(0),r=e.map(u=>No(u.word,u.homonum)).join("|");return X(()=>{const u=(r?r.split("|"):[]).filter(c=>!Mo.has(c));if(u.length===0)return;let i=!1;const s=Array.from(new Set(u.map(c=>c.slice(0,c.lastIndexOf(":")))));return t(s).then(c=>{if(!(i||c.length===0)){for(const p of c)p.Meaning&&Mo.set(No(p.Word,p.Homonum??void 0),p.Meaning);o(p=>p+1)}}),()=>{i=!0}},[r,t]),ye(()=>{const u=r?r.split("|"):[],i=new Map;for(const s of u){const c=Mo.get(s);c!=null&&i.set(s,c)}return i},[r,n])}function Oh(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:ye(()=>e.slice((u-1)*o,u*o),[e,u,o]),totalPages:r,curPage:u}}function Lh(e="warning"){const[t,n]=O(""),[o,r]=O(e),[u,i]=O(0),s=W((d,l)=>{r(l),n(d),i(C=>C+1)},[]),c=W(d=>s(d,"warning"),[s]),p=W(d=>s(d,"normal"),[s]),f=W(()=>n(""),[]);return{toastMessage:t,toastType:o,toastKey:u,showToast:s,showWarning:c,showNormal:p,clearToast:f}}const dn={blue:"#60A5FA",green:"#4ADE80",amber:"#FBBF24",purple:"#A78BFA",pink:"#F472B6"},hn=dn.blue,$n=dn.green,fn=dn.amber,Fn=dn.purple,Rh=dn.pink,Ih=[{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:hn,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:hn,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:hn,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:hn,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:hn,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:$n,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:$n,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:$n,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:$n,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:fn,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:fn,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:fn,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:fn,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:fn,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:Fn,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:Fn,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:Fn,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:Fn,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:Rh,subTitle:"\uC138 \uB2E8\uC5B4\uB97C \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694."}]}];function jh(){const{t:e}=wt();return ye(()=>{const t=Object.fromEntries(J0(e).map(o=>[o.key,o.label])),n={...t};return Ih.flatMap(o=>o.types).forEach(o=>{n[o.key]=e(`trainingType.${o.key}.label`,{defaultValue:o.label})}),{sentence:t,all:n}},[e])}export{sr as CACHE_GROUPS,Zo as DocumentTitleSuppressContext,Ao as EMPTY_COMPOSITION,qo as MediaQueryOverrideContext,nt as NO_CODA,ot as SYLLABLE_MIN,hr as VAP_PAGE_SIZE_OPTIONS,su as buildGradeSection,cu as buildPartOfSpeechSection,sh as buildPositionSection,ih as buildSelectSection,ah as buildSyllableSection,lu as buildWordTypeSection,Cu as charToPronValue,mu as convertComposition,Aa as fmtBytes,cr as lsBytes,No as meaningKey,yu as pronToCharValue,bo as syllableToFilter,Xt as today,ch as toggleAttributeFilter,ka as useCacheManagement,Bh as useDailyTrainingSelection,rh as useDelayedHoverAnchor,La as useDeviceManagement,zu as useDocumentTitle,xh as useEscToClose,$u as useFontScale,au as useHoverAnchor,Hu as useMediaQuery,Oh as usePagedList,ca as usePasswordChange,sa as useRelativeDay,Da as useTablePaging,Oa as useTableSort,Lh as useToastState,jh as useTrainingTypeLabels,xa as useVisitAllPanel,Ta as useVisitHistory,va as useVisitSchedule,Ko as useWindowEvent,iu as useWordAttributeFilterKeys,Na as useWordDataStats,Dh as useWordMeanings,kh as useWordTrainingDataGeneration,wh as useWordTrainingFilter,ft as valueToJamos};