@intlayer/design-system 3.5.3 → 3.5.5

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 (492) hide show
  1. package/README.md +1 -1
  2. package/dist/.vite/manifest.json +274 -125
  3. package/dist/CopyButton-Cxu3goRg.cjs +59 -0
  4. package/dist/CopyButton-Cxu3goRg.cjs.map +1 -0
  5. package/dist/CopyButton-DlcDlf6U.js +60 -0
  6. package/dist/CopyButton-DlcDlf6U.js.map +1 -0
  7. package/dist/components/Auth/AuthModal/index.cjs +4 -0
  8. package/dist/components/Auth/AuthModal/index.cjs.map +1 -1
  9. package/dist/components/Auth/AuthModal/index.mjs +4 -0
  10. package/dist/components/Auth/AuthModal/index.mjs.map +1 -1
  11. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +5 -4
  12. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -1
  13. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts +1 -1
  14. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +1 -1
  15. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +5 -4
  16. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -1
  17. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs +170 -0
  18. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.cjs.map +1 -0
  19. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +26 -0
  20. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -0
  21. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs +170 -0
  22. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.mjs.map +1 -0
  23. package/dist/components/Auth/ChangePasswordForm/index.cjs +2 -2
  24. package/dist/components/Auth/ChangePasswordForm/index.d.ts +1 -1
  25. package/dist/components/Auth/ChangePasswordForm/index.d.ts.map +1 -1
  26. package/dist/components/Auth/ChangePasswordForm/index.mjs +2 -2
  27. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs +37 -0
  28. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs.map +1 -0
  29. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs +131 -0
  30. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs.map +1 -0
  31. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +15 -0
  32. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -0
  33. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs +131 -0
  34. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.mjs.map +1 -0
  35. package/dist/components/Auth/ChangePasswordForm/{ChangePasswordSchema.d.ts → useChangePasswordSchema.d.ts} +3 -3
  36. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.d.ts.map +1 -0
  37. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs +37 -0
  38. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.mjs.map +1 -0
  39. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +11 -10
  40. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -1
  41. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts.map +1 -1
  42. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +12 -11
  43. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -1
  44. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs +86 -32
  45. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs.map +1 -1
  46. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +13 -9
  47. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
  48. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs +85 -31
  49. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs.map +1 -1
  50. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +5 -4
  51. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -1
  52. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts +1 -1
  53. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts.map +1 -1
  54. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +5 -4
  55. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -1
  56. package/dist/components/Auth/ResetPasswordForm/index.cjs +2 -2
  57. package/dist/components/Auth/ResetPasswordForm/index.d.ts +1 -1
  58. package/dist/components/Auth/ResetPasswordForm/index.d.ts.map +1 -1
  59. package/dist/components/Auth/ResetPasswordForm/index.mjs +2 -2
  60. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs +123 -0
  61. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs.map +1 -0
  62. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +21 -0
  63. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -0
  64. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs +123 -0
  65. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.mjs.map +1 -0
  66. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs +16 -0
  67. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs.map +1 -0
  68. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs +56 -0
  69. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs.map +1 -0
  70. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +10 -0
  71. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -0
  72. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs +56 -0
  73. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.mjs.map +1 -0
  74. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts +10 -0
  75. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.d.ts.map +1 -0
  76. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs +16 -0
  77. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.mjs.map +1 -0
  78. package/dist/components/Auth/SignInForm/SignInForm.cjs +22 -15
  79. package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -1
  80. package/dist/components/Auth/SignInForm/SignInForm.d.ts +1 -1
  81. package/dist/components/Auth/SignInForm/SignInForm.d.ts.map +1 -1
  82. package/dist/components/Auth/SignInForm/SignInForm.mjs +22 -15
  83. package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -1
  84. package/dist/components/Auth/SignInForm/index.cjs +2 -2
  85. package/dist/components/Auth/SignInForm/index.d.ts +1 -1
  86. package/dist/components/Auth/SignInForm/index.d.ts.map +1 -1
  87. package/dist/components/Auth/SignInForm/index.mjs +2 -2
  88. package/dist/components/Auth/SignInForm/signIn.content.cjs +217 -0
  89. package/dist/components/Auth/SignInForm/signIn.content.cjs.map +1 -0
  90. package/dist/components/Auth/SignInForm/signIn.content.d.ts +31 -0
  91. package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -0
  92. package/dist/components/Auth/SignInForm/signIn.content.mjs +217 -0
  93. package/dist/components/Auth/SignInForm/signIn.content.mjs.map +1 -0
  94. package/dist/components/Auth/SignInForm/useSignInSchema.cjs +25 -0
  95. package/dist/components/Auth/SignInForm/useSignInSchema.cjs.map +1 -0
  96. package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs +71 -0
  97. package/dist/components/Auth/SignInForm/useSignInSchema.content.cjs.map +1 -0
  98. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +11 -0
  99. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -0
  100. package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs +71 -0
  101. package/dist/components/Auth/SignInForm/useSignInSchema.content.mjs.map +1 -0
  102. package/dist/components/Auth/SignInForm/{SignInSchema.d.ts → useSignInSchema.d.ts} +3 -3
  103. package/dist/components/Auth/SignInForm/useSignInSchema.d.ts.map +1 -0
  104. package/dist/components/Auth/SignInForm/useSignInSchema.mjs +25 -0
  105. package/dist/components/Auth/SignInForm/useSignInSchema.mjs.map +1 -0
  106. package/dist/components/Auth/SignUpForm/SignUpForm.cjs +4 -4
  107. package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -1
  108. package/dist/components/Auth/SignUpForm/SignUpForm.d.ts +1 -1
  109. package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -1
  110. package/dist/components/Auth/SignUpForm/SignUpForm.mjs +3 -3
  111. package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -1
  112. package/dist/components/Auth/SignUpForm/index.cjs +2 -2
  113. package/dist/components/Auth/SignUpForm/index.d.ts +1 -1
  114. package/dist/components/Auth/SignUpForm/index.d.ts.map +1 -1
  115. package/dist/components/Auth/SignUpForm/index.mjs +2 -2
  116. package/dist/components/Auth/SignUpForm/signUpForm.content.cjs +182 -0
  117. package/dist/components/Auth/SignUpForm/signUpForm.content.cjs.map +1 -0
  118. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +24 -0
  119. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -0
  120. package/dist/components/Auth/SignUpForm/signUpForm.content.mjs +182 -0
  121. package/dist/components/Auth/SignUpForm/signUpForm.content.mjs.map +1 -0
  122. package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs +36 -0
  123. package/dist/components/Auth/SignUpForm/useSignUpSchema.cjs.map +1 -0
  124. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs +116 -0
  125. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.cjs.map +1 -0
  126. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +14 -0
  127. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -0
  128. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs +116 -0
  129. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.mjs.map +1 -0
  130. package/dist/components/Auth/SignUpForm/{SignUpSchema.d.ts → useSignUpSchema.d.ts} +3 -3
  131. package/dist/components/Auth/SignUpForm/useSignUpSchema.d.ts.map +1 -0
  132. package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs +36 -0
  133. package/dist/components/Auth/SignUpForm/useSignUpSchema.mjs.map +1 -0
  134. package/dist/components/Auth/index.cjs +8 -8
  135. package/dist/components/Auth/index.mjs +8 -8
  136. package/dist/components/Auth/useAuth/useSession.cjs +1 -0
  137. package/dist/components/Auth/useAuth/useSession.cjs.map +1 -1
  138. package/dist/components/Auth/useAuth/useSession.mjs +1 -0
  139. package/dist/components/Auth/useAuth/useSession.mjs.map +1 -1
  140. package/dist/components/Breadcrumb/breadcrumb.content.cjs +26 -0
  141. package/dist/components/Breadcrumb/breadcrumb.content.cjs.map +1 -0
  142. package/dist/components/Breadcrumb/breadcrumb.content.d.ts +8 -0
  143. package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -0
  144. package/dist/components/Breadcrumb/breadcrumb.content.mjs +26 -0
  145. package/dist/components/Breadcrumb/breadcrumb.content.mjs.map +1 -0
  146. package/dist/components/Breadcrumb/index.cjs +103 -34
  147. package/dist/components/Breadcrumb/index.cjs.map +1 -1
  148. package/dist/components/Breadcrumb/index.d.ts +6 -2
  149. package/dist/components/Breadcrumb/index.d.ts.map +1 -1
  150. package/dist/components/Breadcrumb/index.mjs +103 -34
  151. package/dist/components/Breadcrumb/index.mjs.map +1 -1
  152. package/dist/components/Button/Button.cjs +7 -8
  153. package/dist/components/Button/Button.cjs.map +1 -1
  154. package/dist/components/Button/Button.d.ts.map +1 -1
  155. package/dist/components/Button/Button.mjs +7 -8
  156. package/dist/components/Button/Button.mjs.map +1 -1
  157. package/dist/components/Container/index.cjs +2 -2
  158. package/dist/components/Container/index.cjs.map +1 -1
  159. package/dist/components/Container/index.mjs +2 -2
  160. package/dist/components/Container/index.mjs.map +1 -1
  161. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
  162. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -1
  163. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
  164. package/dist/components/DictionaryEditor/index.cjs +4 -0
  165. package/dist/components/DictionaryEditor/index.cjs.map +1 -1
  166. package/dist/components/DictionaryEditor/index.mjs +4 -0
  167. package/dist/components/DictionaryEditor/index.mjs.map +1 -1
  168. package/dist/components/DictionaryEditor/useEditedContentStore.cjs +3 -0
  169. package/dist/components/DictionaryEditor/useEditedContentStore.cjs.map +1 -1
  170. package/dist/components/DictionaryEditor/useEditedContentStore.d.ts +2 -2
  171. package/dist/components/DictionaryEditor/useEditedContentStore.d.ts.map +1 -1
  172. package/dist/components/DictionaryEditor/useEditedContentStore.mjs +3 -0
  173. package/dist/components/DictionaryEditor/useEditedContentStore.mjs.map +1 -1
  174. package/dist/components/DictionaryEditor/useEditionPanelStore.cjs.map +1 -1
  175. package/dist/components/DictionaryEditor/useEditionPanelStore.d.ts +1 -1
  176. package/dist/components/DictionaryEditor/useEditionPanelStore.d.ts.map +1 -1
  177. package/dist/components/DictionaryEditor/useEditionPanelStore.mjs.map +1 -1
  178. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs +60 -6
  179. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs.map +1 -1
  180. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.d.ts.map +1 -1
  181. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs +60 -6
  182. package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs.map +1 -1
  183. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +7 -5
  184. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs.map +1 -1
  185. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts +1 -0
  186. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts.map +1 -1
  187. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +7 -5
  188. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs.map +1 -1
  189. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs +22 -2
  190. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs.map +1 -1
  191. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -1
  192. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs +22 -2
  193. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs.map +1 -1
  194. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +14 -6
  195. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
  196. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +14 -6
  197. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
  198. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +151 -21
  199. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -1
  200. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  201. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +151 -21
  202. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
  203. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +27 -0
  204. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs.map +1 -0
  205. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs +71 -0
  206. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs.map +1 -0
  207. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +11 -0
  208. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -0
  209. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +71 -0
  210. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -0
  211. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/{dictionaryFormSchema.d.ts → useDictionaryFormSchema.d.ts} +3 -3
  212. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts.map +1 -0
  213. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +27 -0
  214. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs.map +1 -0
  215. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +24 -16
  216. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
  217. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +24 -16
  218. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  219. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +176 -16
  220. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -1
  221. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  222. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +176 -16
  223. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
  224. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +44 -0
  225. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs.map +1 -0
  226. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +176 -0
  227. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +1 -0
  228. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -0
  229. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -0
  230. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +176 -0
  231. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -0
  232. package/dist/components/DictionaryFieldEditor/DictionaryDetails/{DictionaryDetailsSchema.d.ts → useDictionaryDetailsSchema.d.ts} +3 -3
  233. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -0
  234. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +44 -0
  235. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -0
  236. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +6 -3
  237. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
  238. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +1 -0
  239. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
  240. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +6 -3
  241. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  242. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +2 -2
  243. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -1
  244. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +2 -2
  245. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -1
  246. package/dist/components/DictionaryFieldEditor/JSONEditor.cjs +20 -18
  247. package/dist/components/DictionaryFieldEditor/JSONEditor.cjs.map +1 -1
  248. package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts +1 -0
  249. package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -1
  250. package/dist/components/DictionaryFieldEditor/JSONEditor.mjs +20 -18
  251. package/dist/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
  252. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs +10 -2
  253. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs.map +1 -1
  254. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts +2 -0
  255. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts.map +1 -1
  256. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +10 -2
  257. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -1
  258. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +121 -11
  259. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
  260. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  261. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +121 -11
  262. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
  263. package/dist/components/DictionaryFieldEditor/NodeEditor.cjs +10 -14
  264. package/dist/components/DictionaryFieldEditor/NodeEditor.cjs.map +1 -1
  265. package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts.map +1 -1
  266. package/dist/components/DictionaryFieldEditor/NodeEditor.mjs +10 -14
  267. package/dist/components/DictionaryFieldEditor/NodeEditor.mjs.map +1 -1
  268. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +63 -20
  269. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
  270. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
  271. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +66 -23
  272. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  273. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +98 -6
  274. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
  275. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +4 -0
  276. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  277. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +98 -6
  278. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
  279. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +44 -4
  280. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
  281. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  282. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +44 -4
  283. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
  284. package/dist/components/DictionaryFieldEditor/editorView.content.cjs +77 -7
  285. package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +1 -1
  286. package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -1
  287. package/dist/components/DictionaryFieldEditor/editorView.content.mjs +77 -7
  288. package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +1 -1
  289. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +66 -6
  290. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
  291. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  292. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +66 -6
  293. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
  294. package/dist/components/DropDown/index.cjs.map +1 -1
  295. package/dist/components/DropDown/index.d.ts +18 -1
  296. package/dist/components/DropDown/index.d.ts.map +1 -1
  297. package/dist/components/DropDown/index.mjs.map +1 -1
  298. package/dist/components/Headers/index.cjs +1 -1
  299. package/dist/components/Headers/index.cjs.map +1 -1
  300. package/dist/components/Headers/index.mjs +1 -1
  301. package/dist/components/Headers/index.mjs.map +1 -1
  302. package/dist/components/IDE/CodeRender copy.cjs +141 -0
  303. package/dist/components/IDE/CodeRender copy.cjs.map +1 -0
  304. package/dist/components/IDE/CodeRender copy.d.ts +14 -0
  305. package/dist/components/IDE/CodeRender copy.d.ts.map +1 -0
  306. package/dist/components/IDE/CodeRender copy.mjs +141 -0
  307. package/dist/components/IDE/CodeRender copy.mjs.map +1 -0
  308. package/dist/components/IDE/CodeRender.cjs +39 -625
  309. package/dist/components/IDE/CodeRender.cjs.map +1 -1
  310. package/dist/components/IDE/CodeRender.d.ts +4 -5
  311. package/dist/components/IDE/CodeRender.d.ts.map +1 -1
  312. package/dist/components/IDE/CodeRender.mjs +40 -604
  313. package/dist/components/IDE/CodeRender.mjs.map +1 -1
  314. package/dist/components/IDE/CopyButton.cjs +40 -0
  315. package/dist/components/IDE/CopyButton.cjs.map +1 -0
  316. package/dist/components/IDE/CopyButton.content.cjs +26 -0
  317. package/dist/components/IDE/CopyButton.content.cjs.map +1 -0
  318. package/dist/components/IDE/CopyButton.content.d.ts +8 -0
  319. package/dist/components/IDE/CopyButton.content.d.ts.map +1 -0
  320. package/dist/components/IDE/CopyButton.content.mjs +26 -0
  321. package/dist/components/IDE/CopyButton.content.mjs.map +1 -0
  322. package/dist/components/IDE/CopyButton.d.ts +7 -0
  323. package/dist/components/IDE/CopyButton.d.ts.map +1 -0
  324. package/dist/components/IDE/CopyButton.mjs +40 -0
  325. package/dist/components/IDE/CopyButton.mjs.map +1 -0
  326. package/dist/components/IDE/IDE.cjs +1 -1
  327. package/dist/components/IDE/IDE.cjs.map +1 -1
  328. package/dist/components/IDE/IDE.mjs +1 -1
  329. package/dist/components/IDE/IDE.mjs.map +1 -1
  330. package/dist/components/IDE/MarkDownRender.cjs +10 -2
  331. package/dist/components/IDE/MarkDownRender.cjs.map +1 -1
  332. package/dist/components/IDE/MarkDownRender.d.ts.map +1 -1
  333. package/dist/components/IDE/MarkDownRender.mjs +10 -2
  334. package/dist/components/IDE/MarkDownRender.mjs.map +1 -1
  335. package/dist/components/IDE/MonacoCode.cjs +129 -0
  336. package/dist/components/IDE/MonacoCode.cjs.map +1 -0
  337. package/dist/components/IDE/MonacoCode.d.ts +14 -0
  338. package/dist/components/IDE/MonacoCode.d.ts.map +1 -0
  339. package/dist/components/IDE/MonacoCode.mjs +129 -0
  340. package/dist/components/IDE/MonacoCode.mjs.map +1 -0
  341. package/dist/components/Link/Link.cjs +50 -31
  342. package/dist/components/Link/Link.cjs.map +1 -1
  343. package/dist/components/Link/Link.d.ts +3 -0
  344. package/dist/components/Link/Link.d.ts.map +1 -1
  345. package/dist/components/Link/Link.mjs +51 -32
  346. package/dist/components/Link/Link.mjs.map +1 -1
  347. package/dist/components/Link/index.cjs +1 -0
  348. package/dist/components/Link/index.cjs.map +1 -1
  349. package/dist/components/Link/index.mjs +3 -2
  350. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +122 -42
  351. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
  352. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts +2 -0
  353. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -1
  354. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +123 -43
  355. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
  356. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs +86 -0
  357. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs.map +1 -0
  358. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +14 -0
  359. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -0
  360. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +87 -0
  361. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -0
  362. package/dist/components/MarkDownRender/index.cjs +4 -2
  363. package/dist/components/MarkDownRender/index.cjs.map +1 -1
  364. package/dist/components/MarkDownRender/index.d.ts +3 -1
  365. package/dist/components/MarkDownRender/index.d.ts.map +1 -1
  366. package/dist/components/MarkDownRender/index.mjs +4 -2
  367. package/dist/components/MarkDownRender/index.mjs.map +1 -1
  368. package/dist/components/Modal/Modal.cjs +8 -10
  369. package/dist/components/Modal/Modal.cjs.map +1 -1
  370. package/dist/components/Modal/Modal.d.ts.map +1 -1
  371. package/dist/components/Modal/Modal.mjs +8 -10
  372. package/dist/components/Modal/Modal.mjs.map +1 -1
  373. package/dist/components/Navbar/DesktopNavbar.cjs +1 -1
  374. package/dist/components/Navbar/DesktopNavbar.cjs.map +1 -1
  375. package/dist/components/Navbar/DesktopNavbar.mjs +1 -1
  376. package/dist/components/Navbar/DesktopNavbar.mjs.map +1 -1
  377. package/dist/components/index.cjs +13 -8
  378. package/dist/components/index.cjs.map +1 -1
  379. package/dist/components/index.mjs +14 -9
  380. package/dist/components/index.mjs.map +1 -1
  381. package/dist/design-system.css +235 -0
  382. package/dist/hooks/index.cjs +6 -0
  383. package/dist/hooks/index.cjs.map +1 -1
  384. package/dist/hooks/index.d.ts +1 -0
  385. package/dist/hooks/index.d.ts.map +1 -1
  386. package/dist/hooks/index.mjs +7 -1
  387. package/dist/hooks/index.mjs.map +1 -1
  388. package/dist/hooks/intlayerAPIHooks.cjs +8 -2
  389. package/dist/hooks/intlayerAPIHooks.cjs.map +1 -1
  390. package/dist/hooks/intlayerAPIHooks.d.ts +4 -0
  391. package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
  392. package/dist/hooks/intlayerAPIHooks.mjs +8 -2
  393. package/dist/hooks/intlayerAPIHooks.mjs.map +1 -1
  394. package/dist/hooks/useAsync/index.cjs +3 -0
  395. package/dist/hooks/useAsync/index.cjs.map +1 -1
  396. package/dist/hooks/useAsync/index.d.ts +1 -0
  397. package/dist/hooks/useAsync/index.d.ts.map +1 -1
  398. package/dist/hooks/useAsync/index.mjs +4 -1
  399. package/dist/hooks/useAsync/index.mjs.map +1 -1
  400. package/dist/hooks/useAsync/useAsync.cjs +2 -9
  401. package/dist/hooks/useAsync/useAsync.cjs.map +1 -1
  402. package/dist/hooks/useAsync/useAsync.d.ts.map +1 -1
  403. package/dist/hooks/useAsync/useAsync.mjs +3 -10
  404. package/dist/hooks/useAsync/useAsync.mjs.map +1 -1
  405. package/dist/hooks/useAsync/useAsyncStateStore.cjs +123 -69
  406. package/dist/hooks/useAsync/useAsyncStateStore.cjs.map +1 -1
  407. package/dist/hooks/useAsync/useAsyncStateStore.d.ts +35 -11
  408. package/dist/hooks/useAsync/useAsyncStateStore.d.ts.map +1 -1
  409. package/dist/hooks/useAsync/useAsyncStateStore.mjs +123 -69
  410. package/dist/hooks/useAsync/useAsyncStateStore.mjs.map +1 -1
  411. package/dist/hooks/useIntlayerAPI.d.ts +3 -0
  412. package/dist/hooks/useIntlayerAPI.d.ts.map +1 -1
  413. package/dist/hooks/useIsDarkMode.cjs +15 -0
  414. package/dist/hooks/useIsDarkMode.cjs.map +1 -0
  415. package/dist/hooks/useIsDarkMode.d.ts +2 -0
  416. package/dist/hooks/useIsDarkMode.d.ts.map +1 -0
  417. package/dist/hooks/useIsDarkMode.mjs +15 -0
  418. package/dist/hooks/useIsDarkMode.mjs.map +1 -0
  419. package/dist/libs/intlayer-api/ai.cjs +24 -0
  420. package/dist/libs/intlayer-api/ai.cjs.map +1 -0
  421. package/dist/libs/intlayer-api/ai.d.ts +10 -0
  422. package/dist/libs/intlayer-api/ai.d.ts.map +1 -0
  423. package/dist/libs/intlayer-api/ai.mjs +24 -0
  424. package/dist/libs/intlayer-api/ai.mjs.map +1 -0
  425. package/dist/libs/intlayer-api/index.cjs +3 -1
  426. package/dist/libs/intlayer-api/index.cjs.map +1 -1
  427. package/dist/libs/intlayer-api/index.d.ts +6 -0
  428. package/dist/libs/intlayer-api/index.d.ts.map +1 -1
  429. package/dist/libs/intlayer-api/index.mjs +3 -1
  430. package/dist/libs/intlayer-api/index.mjs.map +1 -1
  431. package/dist/tailwind.css +1 -1
  432. package/package.json +19 -16
  433. package/dist/__vite-browser-external-SDi5tJh6.cjs +0 -4
  434. package/dist/__vite-browser-external-SDi5tJh6.cjs.map +0 -1
  435. package/dist/__vite-browser-external-r74dyCO2.js +0 -5
  436. package/dist/__vite-browser-external-r74dyCO2.js.map +0 -1
  437. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs +0 -66
  438. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs.map +0 -1
  439. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts.map +0 -1
  440. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs +0 -66
  441. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs.map +0 -1
  442. package/dist/components/Auth/ChangePasswordForm/index.content.cjs +0 -67
  443. package/dist/components/Auth/ChangePasswordForm/index.content.cjs.map +0 -1
  444. package/dist/components/Auth/ChangePasswordForm/index.content.d.ts +0 -23
  445. package/dist/components/Auth/ChangePasswordForm/index.content.d.ts.map +0 -1
  446. package/dist/components/Auth/ChangePasswordForm/index.content.mjs +0 -67
  447. package/dist/components/Auth/ChangePasswordForm/index.content.mjs.map +0 -1
  448. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs +0 -29
  449. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs.map +0 -1
  450. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts +0 -10
  451. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts.map +0 -1
  452. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs +0 -29
  453. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs.map +0 -1
  454. package/dist/components/Auth/ResetPasswordForm/index.content.cjs +0 -50
  455. package/dist/components/Auth/ResetPasswordForm/index.content.cjs.map +0 -1
  456. package/dist/components/Auth/ResetPasswordForm/index.content.d.ts +0 -18
  457. package/dist/components/Auth/ResetPasswordForm/index.content.d.ts.map +0 -1
  458. package/dist/components/Auth/ResetPasswordForm/index.content.mjs +0 -50
  459. package/dist/components/Auth/ResetPasswordForm/index.content.mjs.map +0 -1
  460. package/dist/components/Auth/SignInForm/SignInSchema.cjs +0 -38
  461. package/dist/components/Auth/SignInForm/SignInSchema.cjs.map +0 -1
  462. package/dist/components/Auth/SignInForm/SignInSchema.d.ts.map +0 -1
  463. package/dist/components/Auth/SignInForm/SignInSchema.mjs +0 -38
  464. package/dist/components/Auth/SignInForm/SignInSchema.mjs.map +0 -1
  465. package/dist/components/Auth/SignInForm/index.content.cjs +0 -84
  466. package/dist/components/Auth/SignInForm/index.content.cjs.map +0 -1
  467. package/dist/components/Auth/SignInForm/index.content.d.ts +0 -28
  468. package/dist/components/Auth/SignInForm/index.content.d.ts.map +0 -1
  469. package/dist/components/Auth/SignInForm/index.content.mjs +0 -84
  470. package/dist/components/Auth/SignInForm/index.content.mjs.map +0 -1
  471. package/dist/components/Auth/SignUpForm/SignUpSchema.cjs +0 -61
  472. package/dist/components/Auth/SignUpForm/SignUpSchema.cjs.map +0 -1
  473. package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts.map +0 -1
  474. package/dist/components/Auth/SignUpForm/SignUpSchema.mjs +0 -61
  475. package/dist/components/Auth/SignUpForm/SignUpSchema.mjs.map +0 -1
  476. package/dist/components/Auth/SignUpForm/index.content.cjs +0 -72
  477. package/dist/components/Auth/SignUpForm/index.content.cjs.map +0 -1
  478. package/dist/components/Auth/SignUpForm/index.content.d.ts +0 -24
  479. package/dist/components/Auth/SignUpForm/index.content.d.ts.map +0 -1
  480. package/dist/components/Auth/SignUpForm/index.content.mjs +0 -72
  481. package/dist/components/Auth/SignUpForm/index.content.mjs.map +0 -1
  482. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs +0 -40
  483. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs.map +0 -1
  484. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts.map +0 -1
  485. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs +0 -40
  486. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs.map +0 -1
  487. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs +0 -85
  488. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs.map +0 -1
  489. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts.map +0 -1
  490. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs +0 -85
  491. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs.map +0 -1
  492. package/dist/tailwind.js +0 -1
@@ -120,13 +120,17 @@
120
120
  "imports": [
121
121
  "_jsx-runtime-XHKiWCTo.cjs",
122
122
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
123
- "src/hooks/useAsync/useAsyncStateStore.ts",
123
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
124
124
  "src/hooks/intlayerAPIHooks.ts",
125
125
  "src/components/Modal/Modal.tsx",
126
126
  "src/components/Auth/ChangePasswordForm/ChangePasswordForm.tsx",
127
+ "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts",
127
128
  "src/components/Auth/ResetPasswordForm/ResetPasswordForm.tsx",
129
+ "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts",
128
130
  "src/components/Auth/SignInForm/SignInForm.tsx",
129
- "src/components/Auth/SignUpForm/SignUpForm.tsx"
131
+ "src/components/Auth/SignInForm/useSignInSchema.content.ts",
132
+ "src/components/Auth/SignUpForm/SignUpForm.tsx",
133
+ "src/components/Auth/SignUpForm/useSignUpSchema.content.ts"
130
134
  ]
131
135
  },
132
136
  "src/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.tsx": {
@@ -177,20 +181,14 @@
177
181
  "src/components/Form/FormField.tsx",
178
182
  "_Form-BDcoNTLV.cjs",
179
183
  "src/components/Auth/useUser/index.ts",
180
- "src/components/Auth/ChangePasswordForm/ChangePasswordSchema.ts",
181
- "src/components/Auth/ChangePasswordForm/index.content.ts"
184
+ "src/components/Auth/ChangePasswordForm/changePasswordForm.content.ts",
185
+ "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.ts"
182
186
  ]
183
187
  },
184
- "src/components/Auth/ChangePasswordForm/ChangePasswordSchema.ts": {
185
- "file": "components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs",
186
- "name": "components/Auth/ChangePasswordForm/ChangePasswordSchema",
187
- "src": "src/components/Auth/ChangePasswordForm/ChangePasswordSchema.ts",
188
- "isEntry": true
189
- },
190
- "src/components/Auth/ChangePasswordForm/index.content.ts": {
191
- "file": "components/Auth/ChangePasswordForm/index.content.cjs",
192
- "name": "components/Auth/ChangePasswordForm/index.content",
193
- "src": "src/components/Auth/ChangePasswordForm/index.content.ts",
188
+ "src/components/Auth/ChangePasswordForm/changePasswordForm.content.ts": {
189
+ "file": "components/Auth/ChangePasswordForm/changePasswordForm.content.cjs",
190
+ "name": "components/Auth/ChangePasswordForm/changePasswordForm.content",
191
+ "src": "src/components/Auth/ChangePasswordForm/changePasswordForm.content.ts",
194
192
  "isEntry": true
195
193
  },
196
194
  "src/components/Auth/ChangePasswordForm/index.ts": {
@@ -200,7 +198,22 @@
200
198
  "isEntry": true,
201
199
  "imports": [
202
200
  "src/components/Auth/ChangePasswordForm/ChangePasswordForm.tsx",
203
- "src/components/Auth/ChangePasswordForm/ChangePasswordSchema.ts"
201
+ "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.ts"
202
+ ]
203
+ },
204
+ "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts": {
205
+ "file": "components/Auth/ChangePasswordForm/useChangePasswordSchema.content.cjs",
206
+ "name": "components/Auth/ChangePasswordForm/useChangePasswordSchema.content",
207
+ "src": "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts",
208
+ "isEntry": true
209
+ },
210
+ "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.ts": {
211
+ "file": "components/Auth/ChangePasswordForm/useChangePasswordSchema.cjs",
212
+ "name": "components/Auth/ChangePasswordForm/useChangePasswordSchema",
213
+ "src": "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.ts",
214
+ "isEntry": true,
215
+ "imports": [
216
+ "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts"
204
217
  ]
205
218
  },
206
219
  "src/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.tsx": {
@@ -260,22 +273,10 @@
260
273
  "src/components/Form/FormBase.tsx",
261
274
  "src/components/Form/FormField.tsx",
262
275
  "_Form-BDcoNTLV.cjs",
263
- "src/components/Auth/ResetPasswordForm/index.content.ts",
264
- "src/components/Auth/ResetPasswordForm/ResetPasswordSchema.ts"
276
+ "src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts",
277
+ "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.ts"
265
278
  ]
266
279
  },
267
- "src/components/Auth/ResetPasswordForm/ResetPasswordSchema.ts": {
268
- "file": "components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs",
269
- "name": "components/Auth/ResetPasswordForm/ResetPasswordSchema",
270
- "src": "src/components/Auth/ResetPasswordForm/ResetPasswordSchema.ts",
271
- "isEntry": true
272
- },
273
- "src/components/Auth/ResetPasswordForm/index.content.ts": {
274
- "file": "components/Auth/ResetPasswordForm/index.content.cjs",
275
- "name": "components/Auth/ResetPasswordForm/index.content",
276
- "src": "src/components/Auth/ResetPasswordForm/index.content.ts",
277
- "isEntry": true
278
- },
279
280
  "src/components/Auth/ResetPasswordForm/index.ts": {
280
281
  "file": "components/Auth/ResetPasswordForm/index.cjs",
281
282
  "name": "components/Auth/ResetPasswordForm/index",
@@ -283,7 +284,28 @@
283
284
  "isEntry": true,
284
285
  "imports": [
285
286
  "src/components/Auth/ResetPasswordForm/ResetPasswordForm.tsx",
286
- "src/components/Auth/ResetPasswordForm/ResetPasswordSchema.ts"
287
+ "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.ts"
288
+ ]
289
+ },
290
+ "src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts": {
291
+ "file": "components/Auth/ResetPasswordForm/resetPasswordContent.content.cjs",
292
+ "name": "components/Auth/ResetPasswordForm/resetPasswordContent.content",
293
+ "src": "src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts",
294
+ "isEntry": true
295
+ },
296
+ "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts": {
297
+ "file": "components/Auth/ResetPasswordForm/useResetPasswordSchema.content.cjs",
298
+ "name": "components/Auth/ResetPasswordForm/useResetPasswordSchema.content",
299
+ "src": "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts",
300
+ "isEntry": true
301
+ },
302
+ "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.ts": {
303
+ "file": "components/Auth/ResetPasswordForm/useResetPasswordSchema.cjs",
304
+ "name": "components/Auth/ResetPasswordForm/useResetPasswordSchema",
305
+ "src": "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.ts",
306
+ "isEntry": true,
307
+ "imports": [
308
+ "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts"
287
309
  ]
288
310
  },
289
311
  "src/components/Auth/SignInForm/SignInForm.tsx": {
@@ -297,22 +319,10 @@
297
319
  "src/components/Form/FormField.tsx",
298
320
  "_Form-BDcoNTLV.cjs",
299
321
  "src/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.tsx",
300
- "src/components/Auth/SignInForm/index.content.ts",
301
- "src/components/Auth/SignInForm/SignInSchema.ts"
322
+ "src/components/Auth/SignInForm/signIn.content.ts",
323
+ "src/components/Auth/SignInForm/useSignInSchema.ts"
302
324
  ]
303
325
  },
304
- "src/components/Auth/SignInForm/SignInSchema.ts": {
305
- "file": "components/Auth/SignInForm/SignInSchema.cjs",
306
- "name": "components/Auth/SignInForm/SignInSchema",
307
- "src": "src/components/Auth/SignInForm/SignInSchema.ts",
308
- "isEntry": true
309
- },
310
- "src/components/Auth/SignInForm/index.content.ts": {
311
- "file": "components/Auth/SignInForm/index.content.cjs",
312
- "name": "components/Auth/SignInForm/index.content",
313
- "src": "src/components/Auth/SignInForm/index.content.ts",
314
- "isEntry": true
315
- },
316
326
  "src/components/Auth/SignInForm/index.ts": {
317
327
  "file": "components/Auth/SignInForm/index.cjs",
318
328
  "name": "components/Auth/SignInForm/index",
@@ -320,7 +330,28 @@
320
330
  "isEntry": true,
321
331
  "imports": [
322
332
  "src/components/Auth/SignInForm/SignInForm.tsx",
323
- "src/components/Auth/SignInForm/SignInSchema.ts"
333
+ "src/components/Auth/SignInForm/useSignInSchema.ts"
334
+ ]
335
+ },
336
+ "src/components/Auth/SignInForm/signIn.content.ts": {
337
+ "file": "components/Auth/SignInForm/signIn.content.cjs",
338
+ "name": "components/Auth/SignInForm/signIn.content",
339
+ "src": "src/components/Auth/SignInForm/signIn.content.ts",
340
+ "isEntry": true
341
+ },
342
+ "src/components/Auth/SignInForm/useSignInSchema.content.ts": {
343
+ "file": "components/Auth/SignInForm/useSignInSchema.content.cjs",
344
+ "name": "components/Auth/SignInForm/useSignInSchema.content",
345
+ "src": "src/components/Auth/SignInForm/useSignInSchema.content.ts",
346
+ "isEntry": true
347
+ },
348
+ "src/components/Auth/SignInForm/useSignInSchema.ts": {
349
+ "file": "components/Auth/SignInForm/useSignInSchema.cjs",
350
+ "name": "components/Auth/SignInForm/useSignInSchema",
351
+ "src": "src/components/Auth/SignInForm/useSignInSchema.ts",
352
+ "isEntry": true,
353
+ "imports": [
354
+ "src/components/Auth/SignInForm/useSignInSchema.content.ts"
324
355
  ]
325
356
  },
326
357
  "src/components/Auth/SignUpForm/SignUpForm.tsx": {
@@ -333,22 +364,10 @@
333
364
  "src/components/Form/FormBase.tsx",
334
365
  "src/components/Form/FormField.tsx",
335
366
  "_Form-BDcoNTLV.cjs",
336
- "src/components/Auth/SignUpForm/index.content.ts",
337
- "src/components/Auth/SignUpForm/SignUpSchema.ts"
367
+ "src/components/Auth/SignUpForm/signUpForm.content.ts",
368
+ "src/components/Auth/SignUpForm/useSignUpSchema.ts"
338
369
  ]
339
370
  },
340
- "src/components/Auth/SignUpForm/SignUpSchema.ts": {
341
- "file": "components/Auth/SignUpForm/SignUpSchema.cjs",
342
- "name": "components/Auth/SignUpForm/SignUpSchema",
343
- "src": "src/components/Auth/SignUpForm/SignUpSchema.ts",
344
- "isEntry": true
345
- },
346
- "src/components/Auth/SignUpForm/index.content.ts": {
347
- "file": "components/Auth/SignUpForm/index.content.cjs",
348
- "name": "components/Auth/SignUpForm/index.content",
349
- "src": "src/components/Auth/SignUpForm/index.content.ts",
350
- "isEntry": true
351
- },
352
371
  "src/components/Auth/SignUpForm/index.ts": {
353
372
  "file": "components/Auth/SignUpForm/index.cjs",
354
373
  "name": "components/Auth/SignUpForm/index",
@@ -356,7 +375,28 @@
356
375
  "isEntry": true,
357
376
  "imports": [
358
377
  "src/components/Auth/SignUpForm/SignUpForm.tsx",
359
- "src/components/Auth/SignUpForm/SignUpSchema.ts"
378
+ "src/components/Auth/SignUpForm/useSignUpSchema.ts"
379
+ ]
380
+ },
381
+ "src/components/Auth/SignUpForm/signUpForm.content.ts": {
382
+ "file": "components/Auth/SignUpForm/signUpForm.content.cjs",
383
+ "name": "components/Auth/SignUpForm/signUpForm.content",
384
+ "src": "src/components/Auth/SignUpForm/signUpForm.content.ts",
385
+ "isEntry": true
386
+ },
387
+ "src/components/Auth/SignUpForm/useSignUpSchema.content.ts": {
388
+ "file": "components/Auth/SignUpForm/useSignUpSchema.content.cjs",
389
+ "name": "components/Auth/SignUpForm/useSignUpSchema.content",
390
+ "src": "src/components/Auth/SignUpForm/useSignUpSchema.content.ts",
391
+ "isEntry": true
392
+ },
393
+ "src/components/Auth/SignUpForm/useSignUpSchema.ts": {
394
+ "file": "components/Auth/SignUpForm/useSignUpSchema.cjs",
395
+ "name": "components/Auth/SignUpForm/useSignUpSchema",
396
+ "src": "src/components/Auth/SignUpForm/useSignUpSchema.ts",
397
+ "isEntry": true,
398
+ "imports": [
399
+ "src/components/Auth/SignUpForm/useSignUpSchema.content.ts"
360
400
  ]
361
401
  },
362
402
  "src/components/Auth/index.ts": {
@@ -367,13 +407,13 @@
367
407
  "imports": [
368
408
  "src/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.tsx",
369
409
  "src/components/Auth/SignInForm/SignInForm.tsx",
370
- "src/components/Auth/SignInForm/SignInSchema.ts",
410
+ "src/components/Auth/SignInForm/useSignInSchema.ts",
371
411
  "src/components/Auth/SignUpForm/SignUpForm.tsx",
372
- "src/components/Auth/SignUpForm/SignUpSchema.ts",
412
+ "src/components/Auth/SignUpForm/useSignUpSchema.ts",
373
413
  "src/components/Auth/ChangePasswordForm/ChangePasswordForm.tsx",
374
- "src/components/Auth/ChangePasswordForm/ChangePasswordSchema.ts",
414
+ "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.ts",
375
415
  "src/components/Auth/ResetPasswordForm/ResetPasswordForm.tsx",
376
- "src/components/Auth/ResetPasswordForm/ResetPasswordSchema.ts",
416
+ "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.ts",
377
417
  "src/components/Auth/AuthModal/index.tsx",
378
418
  "src/components/Auth/useAuth/index.tsx",
379
419
  "src/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.tsx",
@@ -419,6 +459,7 @@
419
459
  "isEntry": true,
420
460
  "imports": [
421
461
  "src/hooks/useAsync/useAsync.ts",
462
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
422
463
  "src/libs/intlayer-api/index.ts"
423
464
  ]
424
465
  },
@@ -429,7 +470,7 @@
429
470
  "isEntry": true,
430
471
  "imports": [
431
472
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
432
- "src/hooks/useAsync/useAsyncStateStore.ts",
473
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
433
474
  "src/hooks/intlayerAPIHooks.ts",
434
475
  "src/components/Auth/useAuth/index.tsx"
435
476
  ]
@@ -455,6 +496,12 @@
455
496
  "src/utils/cn.ts"
456
497
  ]
457
498
  },
499
+ "src/components/Breadcrumb/breadcrumb.content.ts": {
500
+ "file": "components/Breadcrumb/breadcrumb.content.cjs",
501
+ "name": "components/Breadcrumb/breadcrumb.content",
502
+ "src": "src/components/Breadcrumb/breadcrumb.content.ts",
503
+ "isEntry": true
504
+ },
458
505
  "src/components/Breadcrumb/index.tsx": {
459
506
  "file": "components/Breadcrumb/index.cjs",
460
507
  "name": "components/Breadcrumb/index",
@@ -464,7 +511,8 @@
464
511
  "_jsx-runtime-XHKiWCTo.cjs",
465
512
  "src/utils/cn.ts",
466
513
  "src/components/Button/Button.tsx",
467
- "src/components/Link/Link.tsx"
514
+ "src/components/Link/Link.tsx",
515
+ "src/components/Breadcrumb/breadcrumb.content.ts"
468
516
  ]
469
517
  },
470
518
  "src/components/Button/Button.tsx": {
@@ -668,7 +716,7 @@
668
716
  "_jsx-runtime-XHKiWCTo.cjs",
669
717
  "_shallow-lhDIFtEp.cjs",
670
718
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
671
- "src/hooks/useAsync/useAsyncStateStore.ts",
719
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
672
720
  "src/hooks/intlayerAPIHooks.ts",
673
721
  "src/components/Form/FormBase.tsx",
674
722
  "src/components/Form/FormField.tsx",
@@ -686,7 +734,8 @@
686
734
  "imports": [
687
735
  "src/components/DictionaryEditor/useEditedContentStore.ts",
688
736
  "src/components/DictionaryEditor/useEditionPanelStore.ts",
689
- "src/components/DictionaryEditor/DictionaryEditor.tsx"
737
+ "src/components/DictionaryEditor/DictionaryEditor.tsx",
738
+ "src/utils/dictionary.ts"
690
739
  ]
691
740
  },
692
741
  "src/components/DictionaryEditor/useEditedContentStore.ts": {
@@ -725,7 +774,7 @@
725
774
  "_jsx-runtime-XHKiWCTo.cjs",
726
775
  "_shallow-lhDIFtEp.cjs",
727
776
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
728
- "src/hooks/useAsync/useAsyncStateStore.ts",
777
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
729
778
  "src/libs/intlayer-api/index.ts",
730
779
  "src/components/Toaster/Toast.tsx",
731
780
  "src/hooks/useGetAllDictionaries.tsx",
@@ -759,17 +808,25 @@
759
808
  "src/hooks/intlayerAPIHooks.ts",
760
809
  "src/libs/intlayer-api/index.ts",
761
810
  "src/components/Button/Button.tsx",
811
+ "src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts",
762
812
  "src/components/Form/FormBase.tsx",
763
813
  "src/components/Form/FormField.tsx",
764
814
  "_Form-BDcoNTLV.cjs",
815
+ "src/components/Auth/SignInForm/signIn.content.ts",
816
+ "src/components/Auth/SignInForm/useSignInSchema.content.ts",
817
+ "src/components/Auth/SignUpForm/useSignUpSchema.content.ts",
765
818
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
766
- "src/hooks/useAsync/useAsyncStateStore.ts",
819
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
767
820
  "src/components/Auth/useAuth/index.tsx",
821
+ "src/components/Auth/ChangePasswordForm/changePasswordForm.content.ts",
822
+ "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts",
823
+ "src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts",
824
+ "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts",
768
825
  "src/components/Modal/Modal.tsx",
769
826
  "src/components/Select/Multiselect.tsx",
770
827
  "src/components/Select/Select.tsx",
771
828
  "src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts",
772
- "src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.ts"
829
+ "src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.ts"
773
830
  ]
774
831
  },
775
832
  "src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts": {
@@ -778,12 +835,21 @@
778
835
  "src": "src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts",
779
836
  "isEntry": true
780
837
  },
781
- "src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.ts": {
782
- "file": "components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs",
783
- "name": "components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema",
784
- "src": "src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.ts",
838
+ "src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts": {
839
+ "file": "components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs",
840
+ "name": "components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content",
841
+ "src": "src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts",
785
842
  "isEntry": true
786
843
  },
844
+ "src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.ts": {
845
+ "file": "components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs",
846
+ "name": "components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema",
847
+ "src": "src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.ts",
848
+ "isEntry": true,
849
+ "imports": [
850
+ "src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"
851
+ ]
852
+ },
787
853
  "src/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.tsx": {
788
854
  "file": "components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs",
789
855
  "name": "components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm",
@@ -792,34 +858,51 @@
792
858
  "imports": [
793
859
  "_jsx-runtime-XHKiWCTo.cjs",
794
860
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
795
- "src/hooks/useAsync/useAsyncStateStore.ts",
861
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
796
862
  "src/hooks/intlayerAPIHooks.ts",
797
863
  "src/utils/cn.ts",
798
864
  "src/libs/intlayer-api/index.ts",
799
865
  "src/components/Button/Button.tsx",
866
+ "src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts",
800
867
  "src/components/Form/FormBase.tsx",
801
868
  "src/components/Form/FormField.tsx",
802
869
  "_Form-BDcoNTLV.cjs",
870
+ "src/components/Auth/SignInForm/signIn.content.ts",
871
+ "src/components/Auth/SignInForm/useSignInSchema.content.ts",
872
+ "src/components/Auth/SignUpForm/useSignUpSchema.content.ts",
803
873
  "src/components/Auth/useAuth/index.tsx",
874
+ "src/components/Auth/ChangePasswordForm/changePasswordForm.content.ts",
875
+ "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts",
876
+ "src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts",
877
+ "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts",
804
878
  "src/components/Modal/Modal.tsx",
805
879
  "src/components/Select/Multiselect.tsx",
806
880
  "src/components/Select/Select.tsx",
807
881
  "src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx",
808
- "src/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.ts"
882
+ "src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.ts"
809
883
  ]
810
884
  },
811
- "src/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.ts": {
812
- "file": "components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs",
813
- "name": "components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema",
814
- "src": "src/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.ts",
815
- "isEntry": true
816
- },
817
885
  "src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx": {
818
886
  "file": "components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs",
819
887
  "name": "components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content",
820
888
  "src": "src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx",
821
889
  "isEntry": true
822
890
  },
891
+ "src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts": {
892
+ "file": "components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs",
893
+ "name": "components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content",
894
+ "src": "src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts",
895
+ "isEntry": true
896
+ },
897
+ "src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.ts": {
898
+ "file": "components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs",
899
+ "name": "components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema",
900
+ "src": "src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.ts",
901
+ "isEntry": true,
902
+ "imports": [
903
+ "src/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.ts"
904
+ ]
905
+ },
823
906
  "src/components/DictionaryFieldEditor/DictionaryFieldEditor.tsx": {
824
907
  "file": "components/DictionaryFieldEditor/DictionaryFieldEditor.cjs",
825
908
  "name": "components/DictionaryFieldEditor/DictionaryFieldEditor",
@@ -835,7 +918,7 @@
835
918
  "src/components/EditableField/EditableFieldInput.tsx",
836
919
  "src/components/EditableField/EditableFieldTextArea.tsx",
837
920
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
838
- "src/hooks/useAsync/useAsyncStateStore.ts",
921
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
839
922
  "src/libs/intlayer-api/index.ts",
840
923
  "src/components/Toaster/Toast.tsx",
841
924
  "src/components/Form/FormBase.tsx",
@@ -847,7 +930,8 @@
847
930
  "src/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.tsx",
848
931
  "src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.ts",
849
932
  "src/components/DictionaryFieldEditor/JSONEditor.tsx",
850
- "src/components/DictionaryFieldEditor/NodeEditor.tsx"
933
+ "src/components/DictionaryFieldEditor/NodeEditor.tsx",
934
+ "src/components/DictionaryFieldEditor/SaveForm/SaveForm.tsx"
851
935
  ]
852
936
  },
853
937
  "src/components/DictionaryFieldEditor/EditorView/EditorView.tsx": {
@@ -866,7 +950,7 @@
866
950
  "src/components/DictionaryEditor/useEditedContentStore.ts",
867
951
  "src/components/DictionaryEditor/useEditionPanelStore.ts",
868
952
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
869
- "src/hooks/useAsync/useAsyncStateStore.ts",
953
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
870
954
  "src/libs/intlayer-api/index.ts",
871
955
  "src/components/Toaster/Toast.tsx",
872
956
  "src/components/Form/FormBase.tsx",
@@ -897,7 +981,7 @@
897
981
  "src/components/EditableField/EditableFieldInput.tsx",
898
982
  "src/components/EditableField/EditableFieldTextArea.tsx",
899
983
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
900
- "src/hooks/useAsync/useAsyncStateStore.ts",
984
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
901
985
  "src/libs/intlayer-api/index.ts",
902
986
  "src/components/Toaster/Toast.tsx",
903
987
  "src/components/Form/FormBase.tsx",
@@ -931,21 +1015,20 @@
931
1015
  "imports": [
932
1016
  "_jsx-runtime-XHKiWCTo.cjs",
933
1017
  "_shallow-lhDIFtEp.cjs",
934
- "src/components/ContentEditor/ContentEditorTextArea.tsx",
935
1018
  "src/components/DictionaryEditor/useEditedContentStore.ts",
936
1019
  "src/components/DictionaryEditor/useEditionPanelStore.ts",
937
1020
  "src/components/Button/Button.tsx",
938
1021
  "src/components/EditableField/EditableFieldInput.tsx",
939
1022
  "src/components/EditableField/EditableFieldTextArea.tsx",
940
1023
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
941
- "src/hooks/useAsync/useAsyncStateStore.ts",
1024
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
942
1025
  "src/libs/intlayer-api/index.ts",
943
1026
  "src/components/Toaster/Toast.tsx",
944
1027
  "src/components/Form/FormBase.tsx",
945
1028
  "src/components/Form/FormField.tsx",
946
1029
  "_Form-BDcoNTLV.cjs",
947
1030
  "src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
948
- "src/components/DictionaryFieldEditor/SaveForm/SaveForm.tsx"
1031
+ "src/components/IDE/MonacoCode.tsx"
949
1032
  ]
950
1033
  },
951
1034
  "src/components/DictionaryFieldEditor/KeyPathBreadcrumb.tsx": {
@@ -975,7 +1058,7 @@
975
1058
  "src/components/EditableField/EditableFieldInput.tsx",
976
1059
  "src/components/EditableField/EditableFieldTextArea.tsx",
977
1060
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
978
- "src/hooks/useAsync/useAsyncStateStore.ts",
1061
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
979
1062
  "src/libs/intlayer-api/index.ts",
980
1063
  "src/components/Toaster/Toast.tsx",
981
1064
  "src/components/Form/FormBase.tsx",
@@ -1007,7 +1090,7 @@
1007
1090
  "src/components/EditableField/EditableFieldInput.tsx",
1008
1091
  "src/components/EditableField/EditableFieldTextArea.tsx",
1009
1092
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
1010
- "src/hooks/useAsync/useAsyncStateStore.ts",
1093
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
1011
1094
  "src/libs/intlayer-api/index.ts",
1012
1095
  "src/components/Toaster/Toast.tsx",
1013
1096
  "src/components/Form/FormBase.tsx",
@@ -1016,8 +1099,7 @@
1016
1099
  "src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
1017
1100
  "src/components/DictionaryFieldEditor/EditorView/EditorView.tsx",
1018
1101
  "src/components/DictionaryFieldEditor/KeyPathBreadcrumb.tsx",
1019
- "src/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.tsx",
1020
- "src/components/DictionaryFieldEditor/SaveForm/SaveForm.tsx"
1102
+ "src/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.tsx"
1021
1103
  ]
1022
1104
  },
1023
1105
  "src/components/DictionaryFieldEditor/NodeTypeSelector.tsx": {
@@ -1035,7 +1117,7 @@
1035
1117
  "src/components/EditableField/EditableFieldInput.tsx",
1036
1118
  "src/components/EditableField/EditableFieldTextArea.tsx",
1037
1119
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
1038
- "src/hooks/useAsync/useAsyncStateStore.ts",
1120
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
1039
1121
  "src/libs/intlayer-api/index.ts",
1040
1122
  "src/components/Toaster/Toast.tsx",
1041
1123
  "src/components/Form/FormBase.tsx",
@@ -1055,18 +1137,29 @@
1055
1137
  "imports": [
1056
1138
  "_jsx-runtime-XHKiWCTo.cjs",
1057
1139
  "_shallow-lhDIFtEp.cjs",
1140
+ "src/libs/intlayer-api/index.ts",
1141
+ "src/components/Button/Button.tsx",
1142
+ "src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts",
1143
+ "src/components/Form/FormBase.tsx",
1144
+ "src/components/Form/FormField.tsx",
1145
+ "_Form-BDcoNTLV.cjs",
1146
+ "src/components/Auth/SignInForm/signIn.content.ts",
1147
+ "src/components/Auth/SignInForm/useSignInSchema.content.ts",
1148
+ "src/components/Auth/SignUpForm/useSignUpSchema.content.ts",
1058
1149
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
1059
- "src/hooks/useAsync/useAsyncStateStore.ts",
1150
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
1060
1151
  "src/hooks/intlayerAPIHooks.ts",
1061
1152
  "src/hooks/useGetAllDictionaries.tsx",
1153
+ "src/components/Auth/useAuth/index.tsx",
1154
+ "src/components/Auth/ChangePasswordForm/changePasswordForm.content.ts",
1155
+ "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.ts",
1156
+ "src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts",
1157
+ "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts",
1158
+ "src/components/Modal/Modal.tsx",
1062
1159
  "src/components/DictionaryEditor/useEditedContentStore.ts",
1063
1160
  "src/components/DictionaryEditor/useEditionPanelStore.ts",
1064
- "src/components/Button/Button.tsx",
1065
1161
  "src/components/EditableField/EditableFieldInput.tsx",
1066
1162
  "src/components/EditableField/EditableFieldTextArea.tsx",
1067
- "src/components/Form/FormBase.tsx",
1068
- "src/components/Form/FormField.tsx",
1069
- "_Form-BDcoNTLV.cjs",
1070
1163
  "src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
1071
1164
  "src/components/DictionaryFieldEditor/SaveForm/saveForm.content.tsx",
1072
1165
  "src/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.ts"
@@ -1130,12 +1223,6 @@
1130
1223
  "src/components/MaxHeightSmoother/index.tsx"
1131
1224
  ]
1132
1225
  },
1133
- "src/components/DropDown/types.ts": {
1134
- "file": "components/DropDown/types.cjs",
1135
- "name": "components/DropDown/types",
1136
- "src": "src/components/DropDown/types.ts",
1137
- "isEntry": true
1138
- },
1139
1226
  "src/components/EditableField/EditableFieldInput.tsx": {
1140
1227
  "file": "components/EditableField/EditableFieldInput.cjs",
1141
1228
  "name": "components/EditableField/EditableFieldInput",
@@ -1516,7 +1603,24 @@
1516
1603
  "imports": [
1517
1604
  "_jsx-runtime-XHKiWCTo.cjs",
1518
1605
  "src/utils/cn.ts",
1519
- "src/components/Loader/index.tsx"
1606
+ "src/components/IDE/CopyButton.tsx"
1607
+ ]
1608
+ },
1609
+ "src/components/IDE/CopyButton.content.ts": {
1610
+ "file": "components/IDE/CopyButton.content.cjs",
1611
+ "name": "components/IDE/CopyButton.content",
1612
+ "src": "src/components/IDE/CopyButton.content.ts",
1613
+ "isEntry": true
1614
+ },
1615
+ "src/components/IDE/CopyButton.tsx": {
1616
+ "file": "components/IDE/CopyButton.cjs",
1617
+ "name": "components/IDE/CopyButton",
1618
+ "src": "src/components/IDE/CopyButton.tsx",
1619
+ "isEntry": true,
1620
+ "imports": [
1621
+ "_jsx-runtime-XHKiWCTo.cjs",
1622
+ "src/components/Button/Button.tsx",
1623
+ "src/components/IDE/CopyButton.content.ts"
1520
1624
  ]
1521
1625
  },
1522
1626
  "src/components/IDE/FileList.tsx": {
@@ -1566,6 +1670,18 @@
1566
1670
  "src/components/IDE/CodeRender.tsx"
1567
1671
  ]
1568
1672
  },
1673
+ "src/components/IDE/MonacoCode.tsx": {
1674
+ "file": "components/IDE/MonacoCode.cjs",
1675
+ "name": "components/IDE/MonacoCode",
1676
+ "src": "src/components/IDE/MonacoCode.tsx",
1677
+ "isEntry": true,
1678
+ "imports": [
1679
+ "_jsx-runtime-XHKiWCTo.cjs",
1680
+ "src/utils/cn.ts",
1681
+ "src/components/Loader/index.tsx",
1682
+ "src/components/IDE/CopyButton.tsx"
1683
+ ]
1684
+ },
1569
1685
  "src/components/IDE/createFileTree.ts": {
1570
1686
  "file": "components/IDE/createFileTree.cjs",
1571
1687
  "name": "components/IDE/createFileTree",
@@ -1686,8 +1802,13 @@
1686
1802
  "isEntry": true,
1687
1803
  "imports": [
1688
1804
  "_jsx-runtime-XHKiWCTo.cjs",
1805
+ "src/components/Button/Button.tsx",
1689
1806
  "src/components/Container/index.tsx",
1690
- "src/components/DropDown/index.tsx"
1807
+ "src/components/DropDown/index.tsx",
1808
+ "src/components/Input/Input.tsx",
1809
+ "src/components/Input/InputPassword.tsx",
1810
+ "src/components/Input/Checkbox.tsx",
1811
+ "src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"
1691
1812
  ]
1692
1813
  },
1693
1814
  "src/components/LocaleSwitcherDropDown/index.tsx": {
@@ -1699,6 +1820,12 @@
1699
1820
  "src/components/LocaleSwitcherDropDown/LocaleSwitcher.tsx"
1700
1821
  ]
1701
1822
  },
1823
+ "src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts": {
1824
+ "file": "components/LocaleSwitcherDropDown/localeSwitcher.content.cjs",
1825
+ "name": "components/LocaleSwitcherDropDown/localeSwitcher.content",
1826
+ "src": "src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts",
1827
+ "isEntry": true
1828
+ },
1702
1829
  "src/components/Logo/LogoCircle.tsx": {
1703
1830
  "file": "components/Logo/LogoCircle.cjs",
1704
1831
  "name": "components/Logo/LogoCircle",
@@ -1862,7 +1989,7 @@
1862
1989
  "_jsx-runtime-XHKiWCTo.cjs",
1863
1990
  "src/hooks/useGetElementOrWindow.ts",
1864
1991
  "src/hooks/useScrollBlockage/index.tsx",
1865
- "src/hooks/useAsync/useAsyncStateStore.ts",
1992
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
1866
1993
  "src/libs/intlayer-api/index.ts",
1867
1994
  "src/components/Toaster/Toast.tsx",
1868
1995
  "src/utils/cn.ts",
@@ -1908,7 +2035,7 @@
1908
2035
  "_jsx-runtime-XHKiWCTo.cjs",
1909
2036
  "src/hooks/useScrollBlockage/index.tsx",
1910
2037
  "src/hooks/useScrollDetection.ts",
1911
- "src/hooks/useAsync/useAsyncStateStore.ts",
2038
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
1912
2039
  "src/libs/intlayer-api/index.ts",
1913
2040
  "src/components/Toaster/Toast.tsx",
1914
2041
  "src/utils/cn.ts",
@@ -1926,7 +2053,7 @@
1926
2053
  "src/hooks/useDevice.ts",
1927
2054
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
1928
2055
  "src/hooks/useIsMounted.ts",
1929
- "src/hooks/useAsync/useAsyncStateStore.ts",
2056
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
1930
2057
  "src/libs/intlayer-api/index.ts",
1931
2058
  "src/components/Toaster/Toast.tsx",
1932
2059
  "src/components/Navbar/DesktopNavbar.tsx",
@@ -2092,7 +2219,7 @@
2092
2219
  "imports": [
2093
2220
  "_jsx-runtime-XHKiWCTo.cjs",
2094
2221
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
2095
- "src/hooks/useAsync/useAsyncStateStore.ts",
2222
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
2096
2223
  "src/libs/intlayer-api/index.ts",
2097
2224
  "src/components/Toaster/Toast.tsx",
2098
2225
  "src/hooks/useItemSelector.ts",
@@ -2107,7 +2234,7 @@
2107
2234
  "imports": [
2108
2235
  "_jsx-runtime-XHKiWCTo.cjs",
2109
2236
  "src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
2110
- "src/hooks/useAsync/useAsyncStateStore.ts",
2237
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
2111
2238
  "src/libs/intlayer-api/index.ts",
2112
2239
  "src/components/Toaster/Toast.tsx",
2113
2240
  "src/hooks/useItemSelector.ts",
@@ -2307,13 +2434,13 @@
2307
2434
  "src/components/Input/Checkbox.tsx",
2308
2435
  "src/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.tsx",
2309
2436
  "src/components/Auth/SignInForm/SignInForm.tsx",
2310
- "src/components/Auth/SignInForm/SignInSchema.ts",
2437
+ "src/components/Auth/SignInForm/useSignInSchema.ts",
2311
2438
  "src/components/Auth/SignUpForm/SignUpForm.tsx",
2312
- "src/components/Auth/SignUpForm/SignUpSchema.ts",
2439
+ "src/components/Auth/SignUpForm/useSignUpSchema.ts",
2313
2440
  "src/components/Auth/ChangePasswordForm/ChangePasswordForm.tsx",
2314
- "src/components/Auth/ChangePasswordForm/ChangePasswordSchema.ts",
2441
+ "src/components/Auth/ChangePasswordForm/useChangePasswordSchema.ts",
2315
2442
  "src/components/Auth/ResetPasswordForm/ResetPasswordForm.tsx",
2316
- "src/components/Auth/ResetPasswordForm/ResetPasswordSchema.ts",
2443
+ "src/components/Auth/ResetPasswordForm/useResetPasswordSchema.ts",
2317
2444
  "src/components/Auth/AuthModal/index.tsx",
2318
2445
  "src/components/Auth/useAuth/index.tsx",
2319
2446
  "src/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.tsx",
@@ -2335,7 +2462,8 @@
2335
2462
  "src/components/EditableField/EditableFieldInput.tsx",
2336
2463
  "src/components/EditableField/EditableFieldTextArea.tsx",
2337
2464
  "src/components/Tag/index.tsx",
2338
- "src/components/Accordion/Accordion.tsx"
2465
+ "src/components/Accordion/Accordion.tsx",
2466
+ "src/utils/dictionary.ts"
2339
2467
  ]
2340
2468
  },
2341
2469
  "src/hooks/index.ts": {
@@ -2350,10 +2478,12 @@
2350
2478
  "src/hooks/useIsMounted.ts",
2351
2479
  "src/hooks/useScrollDetection.ts",
2352
2480
  "src/hooks/useAsync/useAsync.ts",
2481
+ "src/hooks/useAsync/useAsyncStateStore.tsx",
2353
2482
  "src/hooks/intlayerAPIHooks.ts",
2354
2483
  "src/hooks/useItemSelector.ts",
2355
2484
  "src/hooks/useGetAllDictionaries.tsx",
2356
- "src/hooks/usePersistedStore.ts"
2485
+ "src/hooks/usePersistedStore.ts",
2486
+ "src/hooks/useIsDarkMode.ts"
2357
2487
  ]
2358
2488
  },
2359
2489
  "src/hooks/intlayerAPIHooks.ts": {
@@ -2376,7 +2506,8 @@
2376
2506
  "src": "src/hooks/useAsync/index.ts",
2377
2507
  "isEntry": true,
2378
2508
  "imports": [
2379
- "src/hooks/useAsync/useAsync.ts"
2509
+ "src/hooks/useAsync/useAsync.ts",
2510
+ "src/hooks/useAsync/useAsyncStateStore.tsx"
2380
2511
  ]
2381
2512
  },
2382
2513
  "src/hooks/useAsync/useAsync.ts": {
@@ -2385,15 +2516,17 @@
2385
2516
  "src": "src/hooks/useAsync/useAsync.ts",
2386
2517
  "isEntry": true,
2387
2518
  "imports": [
2388
- "_shallow-lhDIFtEp.cjs",
2389
- "src/hooks/useAsync/useAsyncStateStore.ts"
2519
+ "src/hooks/useAsync/useAsyncStateStore.tsx"
2390
2520
  ]
2391
2521
  },
2392
- "src/hooks/useAsync/useAsyncStateStore.ts": {
2522
+ "src/hooks/useAsync/useAsyncStateStore.tsx": {
2393
2523
  "file": "hooks/useAsync/useAsyncStateStore.cjs",
2394
2524
  "name": "hooks/useAsync/useAsyncStateStore",
2395
- "src": "src/hooks/useAsync/useAsyncStateStore.ts",
2396
- "isEntry": true
2525
+ "src": "src/hooks/useAsync/useAsyncStateStore.tsx",
2526
+ "isEntry": true,
2527
+ "imports": [
2528
+ "_jsx-runtime-XHKiWCTo.cjs"
2529
+ ]
2397
2530
  },
2398
2531
  "src/hooks/useAsync/useAsyncWrapper.ts": {
2399
2532
  "file": "hooks/useAsync/useAsyncWrapper.cjs",
@@ -2435,6 +2568,12 @@
2435
2568
  "src/libs/intlayer-api/index.ts"
2436
2569
  ]
2437
2570
  },
2571
+ "src/hooks/useIsDarkMode.ts": {
2572
+ "file": "hooks/useIsDarkMode.cjs",
2573
+ "name": "hooks/useIsDarkMode",
2574
+ "src": "src/hooks/useIsDarkMode.ts",
2575
+ "isEntry": true
2576
+ },
2438
2577
  "src/hooks/useIsMounted.ts": {
2439
2578
  "file": "hooks/useIsMounted.cjs",
2440
2579
  "name": "hooks/useIsMounted",
@@ -2489,6 +2628,15 @@
2489
2628
  "src/libs/intlayer-api/index.ts"
2490
2629
  ]
2491
2630
  },
2631
+ "src/libs/intlayer-api/ai.ts": {
2632
+ "file": "libs/intlayer-api/ai.cjs",
2633
+ "name": "libs/intlayer-api/ai",
2634
+ "src": "src/libs/intlayer-api/ai.ts",
2635
+ "isEntry": true,
2636
+ "imports": [
2637
+ "src/libs/intlayer-api/fetcher.ts"
2638
+ ]
2639
+ },
2492
2640
  "src/libs/intlayer-api/auth.ts": {
2493
2641
  "file": "libs/intlayer-api/auth.cjs",
2494
2642
  "name": "libs/intlayer-api/auth",
@@ -2519,6 +2667,7 @@
2519
2667
  "src": "src/libs/intlayer-api/index.ts",
2520
2668
  "isEntry": true,
2521
2669
  "imports": [
2670
+ "src/libs/intlayer-api/ai.ts",
2522
2671
  "src/libs/intlayer-api/auth.ts",
2523
2672
  "src/libs/intlayer-api/dictionary.ts",
2524
2673
  "src/libs/intlayer-api/organization.ts",