@intlayer/design-system 2.0.13 → 3.0.1

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 (1508) hide show
  1. package/dist/.vite/manifest.json +1798 -369
  2. package/dist/Form-Cbu7ff1e.js +278 -0
  3. package/dist/Form-Cbu7ff1e.js.map +1 -0
  4. package/dist/Form-wWTTkxTp.cjs +277 -0
  5. package/dist/Form-wWTTkxTp.cjs.map +1 -0
  6. package/dist/components/Accordion/Accordion.cjs +64 -0
  7. package/dist/components/Accordion/Accordion.cjs.map +1 -0
  8. package/dist/components/Accordion/Accordion.d.ts +17 -1
  9. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  10. package/dist/components/Accordion/Accordion.mjs +64 -0
  11. package/dist/components/Accordion/Accordion.mjs.map +1 -0
  12. package/dist/components/Accordion/index.cjs +5 -0
  13. package/dist/components/Accordion/index.cjs.map +1 -0
  14. package/dist/components/Accordion/index.d.ts +1 -0
  15. package/dist/components/Accordion/index.d.ts.map +1 -0
  16. package/dist/components/Accordion/index.mjs +5 -0
  17. package/dist/components/Accordion/index.mjs.map +1 -0
  18. package/dist/components/Auth/AuthModal/index.cjs +157 -0
  19. package/dist/components/Auth/AuthModal/index.cjs.map +1 -0
  20. package/dist/components/Auth/AuthModal/index.d.ts +21 -0
  21. package/dist/components/Auth/AuthModal/index.d.ts.map +1 -0
  22. package/dist/components/Auth/AuthModal/index.mjs +157 -0
  23. package/dist/components/Auth/AuthModal/index.mjs.map +1 -0
  24. package/dist/components/Auth/AuthProvider/index.cjs +71 -0
  25. package/dist/components/Auth/AuthProvider/index.cjs.map +1 -0
  26. package/dist/components/Auth/AuthProvider/index.d.ts +30 -0
  27. package/dist/components/Auth/AuthProvider/index.d.ts.map +1 -0
  28. package/dist/components/Auth/AuthProvider/index.mjs +71 -0
  29. package/dist/components/Auth/AuthProvider/index.mjs.map +1 -0
  30. package/dist/components/Auth/AuthProvider/useCSRF.cjs +22 -0
  31. package/dist/components/Auth/AuthProvider/useCSRF.cjs.map +1 -0
  32. package/dist/components/Auth/AuthProvider/useCSRF.d.ts +5 -0
  33. package/dist/components/Auth/AuthProvider/useCSRF.d.ts.map +1 -0
  34. package/dist/components/Auth/AuthProvider/useCSRF.mjs +22 -0
  35. package/dist/components/Auth/AuthProvider/useCSRF.mjs.map +1 -0
  36. package/dist/components/Auth/AuthProvider/useOAuth2.cjs +26 -0
  37. package/dist/components/Auth/AuthProvider/useOAuth2.cjs.map +1 -0
  38. package/dist/components/Auth/AuthProvider/useOAuth2.d.ts +4 -0
  39. package/dist/components/Auth/AuthProvider/useOAuth2.d.ts.map +1 -0
  40. package/dist/components/Auth/AuthProvider/useOAuth2.mjs +26 -0
  41. package/dist/components/Auth/AuthProvider/useOAuth2.mjs.map +1 -0
  42. package/dist/components/Auth/AuthProvider/useSession.cjs +67 -0
  43. package/dist/components/Auth/AuthProvider/useSession.cjs.map +1 -0
  44. package/dist/components/Auth/AuthProvider/useSession.d.ts +9 -0
  45. package/dist/components/Auth/AuthProvider/useSession.d.ts.map +1 -0
  46. package/dist/components/Auth/AuthProvider/useSession.mjs +67 -0
  47. package/dist/components/Auth/AuthProvider/useSession.mjs.map +1 -0
  48. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs +36 -0
  49. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs.map +1 -0
  50. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.d.ts +6 -0
  51. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.d.ts.map +1 -0
  52. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs +36 -0
  53. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs.map +1 -0
  54. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.cjs +22 -0
  55. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.cjs.map +1 -0
  56. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.d.ts +9 -0
  57. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.d.ts.map +1 -0
  58. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.mjs +22 -0
  59. package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierServer.mjs.map +1 -0
  60. package/dist/components/Auth/AuthenticationBarrier/accessValidation.cjs +15 -0
  61. package/dist/components/Auth/AuthenticationBarrier/accessValidation.cjs.map +1 -0
  62. package/dist/components/Auth/AuthenticationBarrier/accessValidation.d.ts +5 -0
  63. package/dist/components/Auth/AuthenticationBarrier/accessValidation.d.ts.map +1 -0
  64. package/dist/components/Auth/AuthenticationBarrier/accessValidation.mjs +15 -0
  65. package/dist/components/Auth/AuthenticationBarrier/accessValidation.mjs.map +1 -0
  66. package/dist/components/Auth/AuthenticationBarrier/index.cjs +7 -0
  67. package/dist/components/Auth/AuthenticationBarrier/index.cjs.map +1 -0
  68. package/dist/components/Auth/AuthenticationBarrier/index.d.ts +24 -0
  69. package/dist/components/Auth/AuthenticationBarrier/index.d.ts.map +1 -0
  70. package/dist/components/Auth/AuthenticationBarrier/index.mjs +7 -0
  71. package/dist/components/Auth/AuthenticationBarrier/index.mjs.map +1 -0
  72. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +91 -0
  73. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -0
  74. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts +11 -0
  75. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +1 -0
  76. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +91 -0
  77. package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -0
  78. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs +66 -0
  79. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.cjs.map +1 -0
  80. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts +25 -0
  81. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.d.ts.map +1 -0
  82. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs +66 -0
  83. package/dist/components/Auth/ChangePasswordForm/ChangePasswordSchema.mjs.map +1 -0
  84. package/dist/components/Auth/ChangePasswordForm/index.cjs +7 -0
  85. package/dist/components/Auth/ChangePasswordForm/index.cjs.map +1 -0
  86. package/dist/components/Auth/ChangePasswordForm/index.content.cjs +67 -0
  87. package/dist/components/Auth/ChangePasswordForm/index.content.cjs.map +1 -0
  88. package/dist/components/Auth/ChangePasswordForm/index.content.d.ts +23 -0
  89. package/dist/components/Auth/ChangePasswordForm/index.content.d.ts.map +1 -0
  90. package/dist/components/Auth/ChangePasswordForm/index.content.mjs +67 -0
  91. package/dist/components/Auth/ChangePasswordForm/index.content.mjs.map +1 -0
  92. package/dist/components/Auth/ChangePasswordForm/index.d.ts +3 -0
  93. package/dist/components/Auth/ChangePasswordForm/index.d.ts.map +1 -0
  94. package/dist/components/Auth/ChangePasswordForm/index.mjs +7 -0
  95. package/dist/components/Auth/ChangePasswordForm/index.mjs.map +1 -0
  96. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +61 -0
  97. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs.map +1 -0
  98. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts +6 -0
  99. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.d.ts.map +1 -0
  100. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +61 -0
  101. package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs.map +1 -0
  102. package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs +15 -0
  103. package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs.map +1 -0
  104. package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.d.ts +4 -0
  105. package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.d.ts.map +1 -0
  106. package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs +15 -0
  107. package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs.map +1 -0
  108. package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs +23 -0
  109. package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs.map +1 -0
  110. package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.d.ts +4 -0
  111. package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.d.ts.map +1 -0
  112. package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs +23 -0
  113. package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs.map +1 -0
  114. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs +36 -0
  115. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.cjs.map +1 -0
  116. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +12 -0
  117. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -0
  118. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs +36 -0
  119. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.mjs.map +1 -0
  120. package/dist/components/Auth/ExternalsLoginButtons/index.cjs +7 -0
  121. package/dist/components/Auth/ExternalsLoginButtons/index.cjs.map +1 -0
  122. package/dist/components/Auth/ExternalsLoginButtons/index.d.ts +2 -0
  123. package/dist/components/Auth/ExternalsLoginButtons/index.d.ts.map +1 -0
  124. package/dist/components/Auth/ExternalsLoginButtons/index.mjs +7 -0
  125. package/dist/components/Auth/ExternalsLoginButtons/index.mjs.map +1 -0
  126. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +110 -0
  127. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs.map +1 -0
  128. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts +12 -0
  129. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.d.ts.map +1 -0
  130. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +110 -0
  131. package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs.map +1 -0
  132. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs +29 -0
  133. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.cjs.map +1 -0
  134. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts +11 -0
  135. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.d.ts.map +1 -0
  136. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs +29 -0
  137. package/dist/components/Auth/ResetPasswordForm/ResetPasswordSchema.mjs.map +1 -0
  138. package/dist/components/Auth/ResetPasswordForm/index.cjs +7 -0
  139. package/dist/components/Auth/ResetPasswordForm/index.cjs.map +1 -0
  140. package/dist/components/Auth/ResetPasswordForm/index.content.cjs +50 -0
  141. package/dist/components/Auth/ResetPasswordForm/index.content.cjs.map +1 -0
  142. package/dist/components/Auth/ResetPasswordForm/index.content.d.ts +18 -0
  143. package/dist/components/Auth/ResetPasswordForm/index.content.d.ts.map +1 -0
  144. package/dist/components/Auth/ResetPasswordForm/index.content.mjs +50 -0
  145. package/dist/components/Auth/ResetPasswordForm/index.content.mjs.map +1 -0
  146. package/dist/components/Auth/ResetPasswordForm/index.d.ts +3 -0
  147. package/dist/components/Auth/ResetPasswordForm/index.d.ts.map +1 -0
  148. package/dist/components/Auth/ResetPasswordForm/index.mjs +7 -0
  149. package/dist/components/Auth/ResetPasswordForm/index.mjs.map +1 -0
  150. package/dist/components/Auth/SignInForm/SignInForm.cjs +94 -0
  151. package/dist/components/Auth/SignInForm/SignInForm.cjs.map +1 -0
  152. package/dist/components/Auth/SignInForm/SignInForm.d.ts +12 -0
  153. package/dist/components/Auth/SignInForm/SignInForm.d.ts.map +1 -0
  154. package/dist/components/Auth/SignInForm/SignInForm.mjs +94 -0
  155. package/dist/components/Auth/SignInForm/SignInForm.mjs.map +1 -0
  156. package/dist/components/Auth/SignInForm/SignInSchema.cjs +38 -0
  157. package/dist/components/Auth/SignInForm/SignInSchema.cjs.map +1 -0
  158. package/dist/components/Auth/SignInForm/SignInSchema.d.ts +14 -0
  159. package/dist/components/Auth/SignInForm/SignInSchema.d.ts.map +1 -0
  160. package/dist/components/Auth/SignInForm/SignInSchema.mjs +38 -0
  161. package/dist/components/Auth/SignInForm/SignInSchema.mjs.map +1 -0
  162. package/dist/components/Auth/SignInForm/index.cjs +7 -0
  163. package/dist/components/Auth/SignInForm/index.cjs.map +1 -0
  164. package/dist/components/Auth/SignInForm/index.content.cjs +84 -0
  165. package/dist/components/Auth/SignInForm/index.content.cjs.map +1 -0
  166. package/dist/components/Auth/SignInForm/index.content.d.ts +28 -0
  167. package/dist/components/Auth/SignInForm/index.content.d.ts.map +1 -0
  168. package/dist/components/Auth/SignInForm/index.content.mjs +84 -0
  169. package/dist/components/Auth/SignInForm/index.content.mjs.map +1 -0
  170. package/dist/components/Auth/SignInForm/index.d.ts +3 -0
  171. package/dist/components/Auth/SignInForm/index.d.ts.map +1 -0
  172. package/dist/components/Auth/SignInForm/index.mjs +7 -0
  173. package/dist/components/Auth/SignInForm/index.mjs.map +1 -0
  174. package/dist/components/Auth/SignUpForm/SignUpForm.cjs +96 -0
  175. package/dist/components/Auth/SignUpForm/SignUpForm.cjs.map +1 -0
  176. package/dist/components/Auth/SignUpForm/SignUpForm.d.ts +11 -0
  177. package/dist/components/Auth/SignUpForm/SignUpForm.d.ts.map +1 -0
  178. package/dist/components/Auth/SignUpForm/SignUpForm.mjs +96 -0
  179. package/dist/components/Auth/SignUpForm/SignUpForm.mjs.map +1 -0
  180. package/dist/components/Auth/SignUpForm/SignUpSchema.cjs +61 -0
  181. package/dist/components/Auth/SignUpForm/SignUpSchema.cjs.map +1 -0
  182. package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts +25 -0
  183. package/dist/components/Auth/SignUpForm/SignUpSchema.d.ts.map +1 -0
  184. package/dist/components/Auth/SignUpForm/SignUpSchema.mjs +61 -0
  185. package/dist/components/Auth/SignUpForm/SignUpSchema.mjs.map +1 -0
  186. package/dist/components/Auth/SignUpForm/index.cjs +7 -0
  187. package/dist/components/Auth/SignUpForm/index.cjs.map +1 -0
  188. package/dist/components/Auth/SignUpForm/index.content.cjs +72 -0
  189. package/dist/components/Auth/SignUpForm/index.content.cjs.map +1 -0
  190. package/dist/components/Auth/SignUpForm/index.content.d.ts +24 -0
  191. package/dist/components/Auth/SignUpForm/index.content.d.ts.map +1 -0
  192. package/dist/components/Auth/SignUpForm/index.content.mjs +72 -0
  193. package/dist/components/Auth/SignUpForm/index.content.mjs.map +1 -0
  194. package/dist/components/Auth/SignUpForm/index.d.ts +3 -0
  195. package/dist/components/Auth/SignUpForm/index.d.ts.map +1 -0
  196. package/dist/components/Auth/SignUpForm/index.mjs +7 -0
  197. package/dist/components/Auth/SignUpForm/index.mjs.map +1 -0
  198. package/dist/components/Auth/index.cjs +35 -0
  199. package/dist/components/Auth/index.cjs.map +1 -0
  200. package/dist/components/Auth/index.d.ts +10 -0
  201. package/dist/components/Auth/index.d.ts.map +1 -0
  202. package/dist/components/Auth/index.mjs +35 -0
  203. package/dist/components/Auth/index.mjs.map +1 -0
  204. package/dist/components/Auth/useUser/index.cjs +31 -0
  205. package/dist/components/Auth/useUser/index.cjs.map +1 -0
  206. package/dist/components/Auth/useUser/index.d.ts +8 -0
  207. package/dist/components/Auth/useUser/index.d.ts.map +1 -0
  208. package/dist/components/Auth/useUser/index.mjs +31 -0
  209. package/dist/components/Auth/useUser/index.mjs.map +1 -0
  210. package/dist/components/Avatar/index.cjs +63 -0
  211. package/dist/components/Avatar/index.cjs.map +1 -0
  212. package/dist/components/Avatar/index.d.ts +2 -1
  213. package/dist/components/Avatar/index.d.ts.map +1 -0
  214. package/dist/components/Avatar/index.mjs +63 -0
  215. package/dist/components/Avatar/index.mjs.map +1 -0
  216. package/dist/components/Badge/index.cjs +42 -0
  217. package/dist/components/Badge/index.cjs.map +1 -0
  218. package/dist/components/Badge/index.d.ts +10 -0
  219. package/dist/components/Badge/index.d.ts.map +1 -0
  220. package/dist/components/Badge/index.mjs +42 -0
  221. package/dist/components/Badge/index.mjs.map +1 -0
  222. package/dist/components/Breadcrumb/index.cjs +52 -0
  223. package/dist/components/Breadcrumb/index.cjs.map +1 -0
  224. package/dist/components/Breadcrumb/index.d.ts +14 -0
  225. package/dist/components/Breadcrumb/index.d.ts.map +1 -0
  226. package/dist/components/Breadcrumb/index.mjs +52 -0
  227. package/dist/components/Breadcrumb/index.mjs.map +1 -0
  228. package/dist/components/Button/Button.cjs +155 -0
  229. package/dist/components/Button/Button.cjs.map +1 -0
  230. package/dist/components/Button/Button.d.ts +27 -0
  231. package/dist/components/Button/Button.d.ts.map +1 -0
  232. package/dist/components/Button/Button.mjs +155 -0
  233. package/dist/components/Button/Button.mjs.map +1 -0
  234. package/dist/components/Button/index.cjs +5 -0
  235. package/dist/components/Button/index.cjs.map +1 -0
  236. package/dist/components/Button/index.d.ts +2 -22
  237. package/dist/components/Button/index.d.ts.map +1 -0
  238. package/dist/components/Button/index.mjs +5 -0
  239. package/dist/components/Button/index.mjs.map +1 -0
  240. package/dist/components/Command/index.cjs +121 -0
  241. package/dist/components/Command/index.cjs.map +1 -0
  242. package/dist/components/Command/index.d.ts +136 -0
  243. package/dist/components/Command/index.d.ts.map +1 -0
  244. package/dist/components/Command/index.mjs +121 -0
  245. package/dist/components/Command/index.mjs.map +1 -0
  246. package/dist/components/Container/index.cjs +101 -0
  247. package/dist/components/Container/index.cjs.map +1 -0
  248. package/dist/components/Container/index.d.ts +15 -20
  249. package/dist/components/Container/index.d.ts.map +1 -0
  250. package/dist/components/Container/index.mjs +101 -0
  251. package/dist/components/Container/index.mjs.map +1 -0
  252. package/dist/components/ContentEditor/ContentEditor.cjs +62 -0
  253. package/dist/components/ContentEditor/ContentEditor.cjs.map +1 -0
  254. package/dist/components/ContentEditor/ContentEditor.d.ts +3 -2
  255. package/dist/components/ContentEditor/ContentEditor.d.ts.map +1 -0
  256. package/dist/components/ContentEditor/ContentEditor.mjs +62 -0
  257. package/dist/components/ContentEditor/ContentEditor.mjs.map +1 -0
  258. package/dist/components/ContentEditor/ContentEditorTextArea.cjs +68 -0
  259. package/dist/components/ContentEditor/ContentEditorTextArea.cjs.map +1 -0
  260. package/dist/components/ContentEditor/ContentEditorTextArea.d.ts +9 -0
  261. package/dist/components/ContentEditor/ContentEditorTextArea.d.ts.map +1 -0
  262. package/dist/components/ContentEditor/ContentEditorTextArea.mjs +68 -0
  263. package/dist/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -0
  264. package/dist/components/ContentEditor/index.cjs +5 -0
  265. package/dist/components/ContentEditor/index.cjs.map +1 -0
  266. package/dist/components/ContentEditor/index.d.ts +1 -0
  267. package/dist/components/ContentEditor/index.d.ts.map +1 -0
  268. package/dist/components/ContentEditor/index.mjs +5 -0
  269. package/dist/components/ContentEditor/index.mjs.map +1 -0
  270. package/dist/components/ContentSelector/ContentSelector.cjs +21 -0
  271. package/dist/components/ContentSelector/ContentSelector.cjs.map +1 -0
  272. package/dist/components/ContentSelector/ContentSelector.d.ts +1 -1
  273. package/dist/components/ContentSelector/ContentSelector.d.ts.map +1 -0
  274. package/dist/components/ContentSelector/ContentSelector.mjs +21 -0
  275. package/dist/components/ContentSelector/ContentSelector.mjs.map +1 -0
  276. package/dist/components/ContentSelector/index.cjs +5 -0
  277. package/dist/components/ContentSelector/index.cjs.map +1 -0
  278. package/dist/components/ContentSelector/index.d.ts +1 -0
  279. package/dist/components/ContentSelector/index.d.ts.map +1 -0
  280. package/dist/components/ContentSelector/index.mjs +5 -0
  281. package/dist/components/ContentSelector/index.mjs.map +1 -0
  282. package/dist/components/CopyToClipboard/index.cjs +45 -0
  283. package/dist/components/CopyToClipboard/index.cjs.map +1 -0
  284. package/dist/components/CopyToClipboard/index.d.ts +8 -0
  285. package/dist/components/CopyToClipboard/index.d.ts.map +1 -0
  286. package/dist/components/CopyToClipboard/index.mjs +45 -0
  287. package/dist/components/CopyToClipboard/index.mjs.map +1 -0
  288. package/dist/components/DictionaryEditor/DictionaryEditor.cjs +35 -0
  289. package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +1 -0
  290. package/dist/components/DictionaryEditor/DictionaryEditor.d.ts +5 -7
  291. package/dist/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -0
  292. package/dist/components/DictionaryEditor/DictionaryEditor.mjs +35 -0
  293. package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -0
  294. package/dist/components/DictionaryEditor/ItemLayout.cjs +54 -0
  295. package/dist/components/DictionaryEditor/ItemLayout.cjs.map +1 -0
  296. package/dist/components/DictionaryEditor/ItemLayout.d.ts +1 -4
  297. package/dist/components/DictionaryEditor/ItemLayout.d.ts.map +1 -0
  298. package/dist/components/DictionaryEditor/ItemLayout.mjs +54 -0
  299. package/dist/components/DictionaryEditor/ItemLayout.mjs.map +1 -0
  300. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs +9 -0
  301. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.map +1 -0
  302. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts +3 -2
  303. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts.map +1 -0
  304. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs +9 -0
  305. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs.map +1 -0
  306. package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs +8 -0
  307. package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs.map +1 -0
  308. package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts +3 -2
  309. package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts.map +1 -0
  310. package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs +8 -0
  311. package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs.map +1 -0
  312. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs +9 -0
  313. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.map +1 -0
  314. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts +3 -2
  315. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts.map +1 -0
  316. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +9 -0
  317. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs.map +1 -0
  318. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs +47 -0
  319. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.map +1 -0
  320. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts +3 -2
  321. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts.map +1 -0
  322. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +47 -0
  323. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -0
  324. package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs +7 -0
  325. package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs.map +1 -0
  326. package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts +3 -2
  327. package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts.map +1 -0
  328. package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs +7 -0
  329. package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs.map +1 -0
  330. package/dist/components/DictionaryEditor/NodeWrapper/index.cjs +10 -0
  331. package/dist/components/DictionaryEditor/NodeWrapper/index.cjs.map +1 -0
  332. package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts +6 -5
  333. package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts.map +1 -0
  334. package/dist/components/DictionaryEditor/NodeWrapper/index.mjs +10 -0
  335. package/dist/components/DictionaryEditor/NodeWrapper/index.mjs.map +1 -0
  336. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs +29 -0
  337. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -0
  338. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts +6 -4
  339. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts.map +1 -0
  340. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs +29 -0
  341. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -0
  342. package/dist/components/DictionaryEditor/index.cjs +9 -0
  343. package/dist/components/DictionaryEditor/index.cjs.map +1 -0
  344. package/dist/components/DictionaryEditor/index.d.ts +3 -0
  345. package/dist/components/DictionaryEditor/index.d.ts.map +1 -0
  346. package/dist/components/DictionaryEditor/index.mjs +9 -0
  347. package/dist/components/DictionaryEditor/index.mjs.map +1 -0
  348. package/dist/components/DictionaryEditor/useEditedContentStore.cjs +492 -0
  349. package/dist/components/DictionaryEditor/useEditedContentStore.cjs.map +1 -0
  350. package/dist/components/DictionaryEditor/useEditedContentStore.d.ts +28 -0
  351. package/dist/components/DictionaryEditor/useEditedContentStore.d.ts.map +1 -0
  352. package/dist/components/DictionaryEditor/useEditedContentStore.mjs +492 -0
  353. package/dist/components/DictionaryEditor/useEditedContentStore.mjs.map +1 -0
  354. package/dist/components/DictionaryEditor/useEditionPanelStore.cjs +15 -0
  355. package/dist/components/DictionaryEditor/useEditionPanelStore.cjs.map +1 -0
  356. package/dist/components/DictionaryEditor/useEditionPanelStore.d.ts +16 -0
  357. package/dist/components/DictionaryEditor/useEditionPanelStore.d.ts.map +1 -0
  358. package/dist/components/DictionaryEditor/useEditionPanelStore.mjs +15 -0
  359. package/dist/components/DictionaryEditor/useEditionPanelStore.mjs.map +1 -0
  360. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +54 -0
  361. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs.map +1 -0
  362. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts +8 -0
  363. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts.map +1 -0
  364. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +54 -0
  365. package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs.map +1 -0
  366. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs +20 -0
  367. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.cjs.map +1 -0
  368. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts +8 -0
  369. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.d.ts.map +1 -0
  370. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs +20 -0
  371. package/dist/components/DictionaryFieldEditor/DictionariesSelector/dictionariesSelector.content.mjs.map +1 -0
  372. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +111 -0
  373. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -0
  374. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts +4 -0
  375. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -0
  376. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +111 -0
  377. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -0
  378. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +129 -0
  379. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -0
  380. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +49 -0
  381. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -0
  382. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +129 -0
  383. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -0
  384. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs +40 -0
  385. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.cjs.map +1 -0
  386. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts +14 -0
  387. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts.map +1 -0
  388. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs +40 -0
  389. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.mjs.map +1 -0
  390. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +195 -0
  391. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -0
  392. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts +9 -0
  393. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -0
  394. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +195 -0
  395. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -0
  396. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs +85 -0
  397. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.cjs.map +1 -0
  398. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts +20 -0
  399. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts.map +1 -0
  400. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs +85 -0
  401. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.mjs.map +1 -0
  402. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +149 -0
  403. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -0
  404. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +53 -0
  405. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -0
  406. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +149 -0
  407. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -0
  408. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +128 -0
  409. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -0
  410. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +10 -0
  411. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -0
  412. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +128 -0
  413. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -0
  414. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +129 -0
  415. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +1 -0
  416. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts +10 -0
  417. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +1 -0
  418. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +129 -0
  419. package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +1 -0
  420. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +298 -0
  421. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -0
  422. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts +11 -0
  423. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts.map +1 -0
  424. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +298 -0
  425. package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -0
  426. package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs +71 -0
  427. package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs.map +1 -0
  428. package/dist/components/DictionaryFieldEditor/EnumKeyInput.d.ts +20 -0
  429. package/dist/components/DictionaryFieldEditor/EnumKeyInput.d.ts.map +1 -0
  430. package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs +71 -0
  431. package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs.map +1 -0
  432. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs +22 -0
  433. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs.map +1 -0
  434. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts +11 -0
  435. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts.map +1 -0
  436. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +22 -0
  437. package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -0
  438. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +298 -0
  439. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +1 -0
  440. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts +11 -0
  441. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -0
  442. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +298 -0
  443. package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -0
  444. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +79 -0
  445. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -0
  446. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +31 -0
  447. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -0
  448. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +79 -0
  449. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -0
  450. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +99 -0
  451. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs.map +1 -0
  452. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +11 -0
  453. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.d.ts.map +1 -0
  454. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +99 -0
  455. package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -0
  456. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +129 -0
  457. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -0
  458. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts +9 -0
  459. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -0
  460. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +129 -0
  461. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -0
  462. package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.cjs +8 -0
  463. package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.cjs.map +1 -0
  464. package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.d.ts +5 -0
  465. package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.d.ts.map +1 -0
  466. package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.mjs +8 -0
  467. package/dist/components/DictionaryFieldEditor/SaveForm/SaveFormSchema.mjs.map +1 -0
  468. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +67 -0
  469. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -0
  470. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +27 -0
  471. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -0
  472. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +67 -0
  473. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -0
  474. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +32 -0
  475. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -0
  476. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +12 -0
  477. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -0
  478. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +32 -0
  479. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -0
  480. package/dist/components/DictionaryFieldEditor/editorView.content.cjs +41 -0
  481. package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +1 -0
  482. package/dist/components/DictionaryFieldEditor/editorView.content.d.ts +17 -0
  483. package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -0
  484. package/dist/components/DictionaryFieldEditor/editorView.content.mjs +41 -0
  485. package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +1 -0
  486. package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs +38 -0
  487. package/dist/components/DictionaryFieldEditor/getIsEditableSection.cjs.map +1 -0
  488. package/dist/components/DictionaryFieldEditor/getIsEditableSection.d.ts +4 -0
  489. package/dist/components/DictionaryFieldEditor/getIsEditableSection.d.ts.map +1 -0
  490. package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs +38 -0
  491. package/dist/components/DictionaryFieldEditor/getIsEditableSection.mjs.map +1 -0
  492. package/dist/components/DictionaryFieldEditor/index.cjs +9 -0
  493. package/dist/components/DictionaryFieldEditor/index.cjs.map +1 -0
  494. package/dist/components/DictionaryFieldEditor/index.d.ts +4 -0
  495. package/dist/components/DictionaryFieldEditor/index.d.ts.map +1 -0
  496. package/dist/components/DictionaryFieldEditor/index.mjs +9 -0
  497. package/dist/components/DictionaryFieldEditor/index.mjs.map +1 -0
  498. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +40 -0
  499. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -0
  500. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +12 -0
  501. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -0
  502. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +40 -0
  503. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -0
  504. package/dist/components/DropDown/index.cjs +77 -0
  505. package/dist/components/DropDown/index.cjs.map +1 -0
  506. package/dist/components/DropDown/index.d.ts +21 -2
  507. package/dist/components/DropDown/index.d.ts.map +1 -0
  508. package/dist/components/DropDown/index.mjs +77 -0
  509. package/dist/components/DropDown/index.mjs.map +1 -0
  510. package/dist/components/DropDown/types.cjs +2 -0
  511. package/dist/components/DropDown/types.cjs.map +1 -0
  512. package/dist/components/DropDown/types.d.ts +11 -6
  513. package/dist/components/DropDown/types.d.ts.map +1 -0
  514. package/dist/components/DropDown/types.mjs +2 -0
  515. package/dist/components/DropDown/types.mjs.map +1 -0
  516. package/dist/components/EditableField/EditableFieldInput.cjs +28 -0
  517. package/dist/components/EditableField/EditableFieldInput.cjs.map +1 -0
  518. package/dist/components/EditableField/EditableFieldInput.d.ts +10 -0
  519. package/dist/components/EditableField/EditableFieldInput.d.ts.map +1 -0
  520. package/dist/components/EditableField/EditableFieldInput.mjs +28 -0
  521. package/dist/components/EditableField/EditableFieldInput.mjs.map +1 -0
  522. package/dist/components/EditableField/EditableFieldLayout.cjs +121 -0
  523. package/dist/components/EditableField/EditableFieldLayout.cjs.map +1 -0
  524. package/dist/components/EditableField/EditableFieldLayout.d.ts +12 -0
  525. package/dist/components/EditableField/EditableFieldLayout.d.ts.map +1 -0
  526. package/dist/components/EditableField/EditableFieldLayout.mjs +121 -0
  527. package/dist/components/EditableField/EditableFieldLayout.mjs.map +1 -0
  528. package/dist/components/EditableField/EditableFieldTextArea.cjs +29 -0
  529. package/dist/components/EditableField/EditableFieldTextArea.cjs.map +1 -0
  530. package/dist/components/EditableField/EditableFieldTextArea.d.ts +5 -0
  531. package/dist/components/EditableField/EditableFieldTextArea.d.ts.map +1 -0
  532. package/dist/components/EditableField/EditableFieldTextArea.mjs +29 -0
  533. package/dist/components/EditableField/EditableFieldTextArea.mjs.map +1 -0
  534. package/dist/components/EditableField/index.cjs +7 -0
  535. package/dist/components/EditableField/index.cjs.map +1 -0
  536. package/dist/components/EditableField/index.d.ts +3 -0
  537. package/dist/components/EditableField/index.d.ts.map +1 -0
  538. package/dist/components/EditableField/index.mjs +7 -0
  539. package/dist/components/EditableField/index.mjs.map +1 -0
  540. package/dist/components/Flags/Flag.cjs +369 -0
  541. package/dist/components/Flags/Flag.cjs.map +1 -0
  542. package/dist/components/Flags/Flag.d.ts +9 -0
  543. package/dist/components/Flags/Flag.d.ts.map +1 -0
  544. package/dist/components/Flags/Flag.mjs +369 -0
  545. package/dist/components/Flags/Flag.mjs.map +1 -0
  546. package/dist/components/Flags/index.cjs +5 -0
  547. package/dist/components/Flags/index.cjs.map +1 -0
  548. package/dist/components/Flags/index.d.ts +2 -0
  549. package/dist/components/Flags/index.d.ts.map +1 -0
  550. package/dist/components/Flags/index.mjs +5 -0
  551. package/dist/components/Flags/index.mjs.map +1 -0
  552. package/dist/components/Footer/index.cjs +23 -0
  553. package/dist/components/Footer/index.cjs.map +1 -0
  554. package/dist/components/Footer/index.d.ts +3 -2
  555. package/dist/components/Footer/index.d.ts.map +1 -0
  556. package/dist/components/Footer/index.mjs +23 -0
  557. package/dist/components/Footer/index.mjs.map +1 -0
  558. package/dist/components/Form/Form.cjs +14 -0
  559. package/dist/components/Form/Form.cjs.map +1 -0
  560. package/dist/components/Form/Form.d.ts +54 -0
  561. package/dist/components/Form/Form.d.ts.map +1 -0
  562. package/dist/components/Form/Form.mjs +14 -0
  563. package/dist/components/Form/Form.mjs.map +1 -0
  564. package/dist/components/Form/FormBase.cjs +72 -0
  565. package/dist/components/Form/FormBase.cjs.map +1 -0
  566. package/dist/components/Form/FormBase.d.ts +21 -0
  567. package/dist/components/Form/FormBase.d.ts.map +1 -0
  568. package/dist/components/Form/FormBase.mjs +72 -0
  569. package/dist/components/Form/FormBase.mjs.map +1 -0
  570. package/dist/components/Form/FormControl.cjs +23 -0
  571. package/dist/components/Form/FormControl.cjs.map +1 -0
  572. package/dist/components/Form/FormControl.d.ts +2 -0
  573. package/dist/components/Form/FormControl.d.ts.map +1 -0
  574. package/dist/components/Form/FormControl.mjs +23 -0
  575. package/dist/components/Form/FormControl.mjs.map +1 -0
  576. package/dist/components/Form/FormDescription.cjs +21 -0
  577. package/dist/components/Form/FormDescription.cjs.map +1 -0
  578. package/dist/components/Form/FormDescription.d.ts +4 -0
  579. package/dist/components/Form/FormDescription.d.ts.map +1 -0
  580. package/dist/components/Form/FormDescription.mjs +21 -0
  581. package/dist/components/Form/FormDescription.mjs.map +1 -0
  582. package/dist/components/Form/FormField.cjs +42 -0
  583. package/dist/components/Form/FormField.cjs.map +1 -0
  584. package/dist/components/Form/FormField.d.ts +16 -0
  585. package/dist/components/Form/FormField.d.ts.map +1 -0
  586. package/dist/components/Form/FormField.mjs +42 -0
  587. package/dist/components/Form/FormField.mjs.map +1 -0
  588. package/dist/components/Form/FormItem.cjs +22 -0
  589. package/dist/components/Form/FormItem.cjs.map +1 -0
  590. package/dist/components/Form/FormItem.d.ts +9 -0
  591. package/dist/components/Form/FormItem.d.ts.map +1 -0
  592. package/dist/components/Form/FormItem.mjs +22 -0
  593. package/dist/components/Form/FormItem.mjs.map +1 -0
  594. package/dist/components/Form/FormLabel.cjs +23 -0
  595. package/dist/components/Form/FormLabel.cjs.map +1 -0
  596. package/dist/components/Form/FormLabel.d.ts +2 -0
  597. package/dist/components/Form/FormLabel.d.ts.map +1 -0
  598. package/dist/components/Form/FormLabel.mjs +23 -0
  599. package/dist/components/Form/FormLabel.mjs.map +1 -0
  600. package/dist/components/Form/FormMessage.cjs +27 -0
  601. package/dist/components/Form/FormMessage.cjs.map +1 -0
  602. package/dist/components/Form/FormMessage.d.ts +4 -0
  603. package/dist/components/Form/FormMessage.d.ts.map +1 -0
  604. package/dist/components/Form/FormMessage.mjs +27 -0
  605. package/dist/components/Form/FormMessage.mjs.map +1 -0
  606. package/dist/components/Form/elements/EditableFieldInputElement.cjs +7 -0
  607. package/dist/components/Form/elements/EditableFieldInputElement.cjs.map +1 -0
  608. package/dist/components/Form/elements/EditableFieldInputElement.d.ts +14 -0
  609. package/dist/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -0
  610. package/dist/components/Form/elements/EditableFieldInputElement.mjs +7 -0
  611. package/dist/components/Form/elements/EditableFieldInputElement.mjs.map +1 -0
  612. package/dist/components/Form/elements/EditableFieldTextAreaElement.cjs +7 -0
  613. package/dist/components/Form/elements/EditableFieldTextAreaElement.cjs.map +1 -0
  614. package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts +14 -0
  615. package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -0
  616. package/dist/components/Form/elements/EditableFieldTextAreaElement.mjs +7 -0
  617. package/dist/components/Form/elements/EditableFieldTextAreaElement.mjs.map +1 -0
  618. package/dist/components/Form/elements/FormElement.cjs +11 -0
  619. package/dist/components/Form/elements/FormElement.cjs.map +1 -0
  620. package/dist/components/Form/elements/FormElement.d.ts +21 -0
  621. package/dist/components/Form/elements/FormElement.d.ts.map +1 -0
  622. package/dist/components/Form/elements/FormElement.mjs +11 -0
  623. package/dist/components/Form/elements/FormElement.mjs.map +1 -0
  624. package/dist/components/Form/elements/FormElementWrapper.cjs +37 -0
  625. package/dist/components/Form/elements/FormElementWrapper.cjs.map +1 -0
  626. package/dist/components/Form/elements/FormElementWrapper.d.ts +10 -0
  627. package/dist/components/Form/elements/FormElementWrapper.d.ts.map +1 -0
  628. package/dist/components/Form/elements/FormElementWrapper.mjs +37 -0
  629. package/dist/components/Form/elements/FormElementWrapper.mjs.map +1 -0
  630. package/dist/components/Form/elements/InputElement.cjs +8 -0
  631. package/dist/components/Form/elements/InputElement.cjs.map +1 -0
  632. package/dist/components/Form/elements/InputElement.d.ts +10 -0
  633. package/dist/components/Form/elements/InputElement.d.ts.map +1 -0
  634. package/dist/components/Form/elements/InputElement.mjs +8 -0
  635. package/dist/components/Form/elements/InputElement.mjs.map +1 -0
  636. package/dist/components/Form/elements/InputPasswordElement.cjs +8 -0
  637. package/dist/components/Form/elements/InputPasswordElement.cjs.map +1 -0
  638. package/dist/components/Form/elements/InputPasswordElement.d.ts +11 -0
  639. package/dist/components/Form/elements/InputPasswordElement.d.ts.map +1 -0
  640. package/dist/components/Form/elements/InputPasswordElement.mjs +8 -0
  641. package/dist/components/Form/elements/InputPasswordElement.mjs.map +1 -0
  642. package/dist/components/Form/elements/MultiselectElement.cjs +9 -0
  643. package/dist/components/Form/elements/MultiselectElement.cjs.map +1 -0
  644. package/dist/components/Form/elements/MultiselectElement.d.ts +14 -0
  645. package/dist/components/Form/elements/MultiselectElement.d.ts.map +1 -0
  646. package/dist/components/Form/elements/MultiselectElement.mjs +9 -0
  647. package/dist/components/Form/elements/MultiselectElement.mjs.map +1 -0
  648. package/dist/components/Form/elements/SelectElement.cjs +9 -0
  649. package/dist/components/Form/elements/SelectElement.cjs.map +1 -0
  650. package/dist/components/Form/elements/SelectElement.d.ts +14 -0
  651. package/dist/components/Form/elements/SelectElement.d.ts.map +1 -0
  652. package/dist/components/Form/elements/SelectElement.mjs +9 -0
  653. package/dist/components/Form/elements/SelectElement.mjs.map +1 -0
  654. package/dist/components/Form/elements/SwitchSelectorElement.cjs +9 -0
  655. package/dist/components/Form/elements/SwitchSelectorElement.cjs.map +1 -0
  656. package/dist/components/Form/elements/SwitchSelectorElement.d.ts +14 -0
  657. package/dist/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -0
  658. package/dist/components/Form/elements/SwitchSelectorElement.mjs +9 -0
  659. package/dist/components/Form/elements/SwitchSelectorElement.mjs.map +1 -0
  660. package/dist/components/Form/elements/TextAreaElement.cjs +7 -0
  661. package/dist/components/Form/elements/TextAreaElement.cjs.map +1 -0
  662. package/dist/components/Form/elements/TextAreaElement.d.ts +10 -0
  663. package/dist/components/Form/elements/TextAreaElement.d.ts.map +1 -0
  664. package/dist/components/Form/elements/TextAreaElement.mjs +7 -0
  665. package/dist/components/Form/elements/TextAreaElement.mjs.map +1 -0
  666. package/dist/components/Form/elements/index.cjs +10 -0
  667. package/dist/components/Form/elements/index.cjs.map +1 -0
  668. package/dist/components/Form/elements/index.d.ts +7 -0
  669. package/dist/components/Form/elements/index.d.ts.map +1 -0
  670. package/dist/components/Form/elements/index.mjs +10 -0
  671. package/dist/components/Form/elements/index.mjs.map +1 -0
  672. package/dist/components/Form/index.cjs +9 -0
  673. package/dist/components/Form/index.cjs.map +1 -0
  674. package/dist/components/Form/index.d.ts +4 -0
  675. package/dist/components/Form/index.d.ts.map +1 -0
  676. package/dist/components/Form/index.mjs +9 -0
  677. package/dist/components/Form/index.mjs.map +1 -0
  678. package/dist/components/Form/layout/FormItemLayout.cjs +7 -0
  679. package/dist/components/Form/layout/FormItemLayout.cjs.map +1 -0
  680. package/dist/components/Form/layout/FormItemLayout.d.ts +11 -0
  681. package/dist/components/Form/layout/FormItemLayout.d.ts.map +1 -0
  682. package/dist/components/Form/layout/FormItemLayout.mjs +7 -0
  683. package/dist/components/Form/layout/FormItemLayout.mjs.map +1 -0
  684. package/dist/components/Form/layout/FormLabelLayout.cjs +22 -0
  685. package/dist/components/Form/layout/FormLabelLayout.cjs.map +1 -0
  686. package/dist/components/Form/layout/FormLabelLayout.d.ts +11 -0
  687. package/dist/components/Form/layout/FormLabelLayout.d.ts.map +1 -0
  688. package/dist/components/Form/layout/FormLabelLayout.mjs +22 -0
  689. package/dist/components/Form/layout/FormLabelLayout.mjs.map +1 -0
  690. package/dist/components/Form/layout/RequiredStar.cjs +6 -0
  691. package/dist/components/Form/layout/RequiredStar.cjs.map +1 -0
  692. package/dist/components/Form/layout/RequiredStar.d.ts +8 -0
  693. package/dist/components/Form/layout/RequiredStar.d.ts.map +1 -0
  694. package/dist/components/Form/layout/RequiredStar.mjs +6 -0
  695. package/dist/components/Form/layout/RequiredStar.mjs.map +1 -0
  696. package/dist/components/Form/layout/index.cjs +7 -0
  697. package/dist/components/Form/layout/index.cjs.map +1 -0
  698. package/dist/components/Form/layout/index.d.ts +3 -0
  699. package/dist/components/Form/layout/index.d.ts.map +1 -0
  700. package/dist/components/Form/layout/index.mjs +7 -0
  701. package/dist/components/Form/layout/index.mjs.map +1 -0
  702. package/dist/components/Headers/SectionScroller.cjs +29 -0
  703. package/dist/components/Headers/SectionScroller.cjs.map +1 -0
  704. package/dist/components/Headers/SectionScroller.d.ts +1 -0
  705. package/dist/components/Headers/SectionScroller.d.ts.map +1 -0
  706. package/dist/components/Headers/SectionScroller.mjs +29 -0
  707. package/dist/components/Headers/SectionScroller.mjs.map +1 -0
  708. package/dist/components/Headers/index.cjs +122 -0
  709. package/dist/components/Headers/index.cjs.map +1 -0
  710. package/dist/components/Headers/index.d.ts +11 -6
  711. package/dist/components/Headers/index.d.ts.map +1 -0
  712. package/dist/components/Headers/index.mjs +122 -0
  713. package/dist/components/Headers/index.mjs.map +1 -0
  714. package/dist/components/IDE/CodeRender.cjs +627 -0
  715. package/dist/components/IDE/CodeRender.cjs.map +1 -0
  716. package/dist/components/IDE/CodeRender.d.ts +1 -0
  717. package/dist/components/IDE/CodeRender.d.ts.map +1 -0
  718. package/dist/components/IDE/CodeRender.mjs +605 -0
  719. package/dist/components/IDE/CodeRender.mjs.map +1 -0
  720. package/dist/components/IDE/FileList.cjs +24 -0
  721. package/dist/components/IDE/FileList.cjs.map +1 -0
  722. package/dist/components/IDE/FileList.d.ts +7 -0
  723. package/dist/components/IDE/FileList.d.ts.map +1 -0
  724. package/dist/components/IDE/FileList.mjs +24 -0
  725. package/dist/components/IDE/FileList.mjs.map +1 -0
  726. package/dist/components/IDE/FileTree.cjs +105 -0
  727. package/dist/components/IDE/FileTree.cjs.map +1 -0
  728. package/dist/components/IDE/FileTree.d.ts +1 -0
  729. package/dist/components/IDE/FileTree.d.ts.map +1 -0
  730. package/dist/components/IDE/FileTree.mjs +105 -0
  731. package/dist/components/IDE/FileTree.mjs.map +1 -0
  732. package/dist/components/IDE/IDE.cjs +89 -0
  733. package/dist/components/IDE/IDE.cjs.map +1 -0
  734. package/dist/components/IDE/IDE.d.ts +1 -0
  735. package/dist/components/IDE/IDE.d.ts.map +1 -0
  736. package/dist/components/IDE/IDE.mjs +89 -0
  737. package/dist/components/IDE/IDE.mjs.map +1 -0
  738. package/dist/components/IDE/MarkDownRender.cjs +26 -0
  739. package/dist/components/IDE/MarkDownRender.cjs.map +1 -0
  740. package/dist/components/IDE/MarkDownRender.d.ts +1 -0
  741. package/dist/components/IDE/MarkDownRender.d.ts.map +1 -0
  742. package/dist/components/IDE/MarkDownRender.mjs +26 -0
  743. package/dist/components/IDE/MarkDownRender.mjs.map +1 -0
  744. package/dist/components/IDE/createFileTree.cjs +25 -0
  745. package/dist/components/IDE/createFileTree.cjs.map +1 -0
  746. package/dist/components/IDE/createFileTree.d.ts +1 -0
  747. package/dist/components/IDE/createFileTree.d.ts.map +1 -0
  748. package/dist/components/IDE/createFileTree.mjs +25 -0
  749. package/dist/components/IDE/createFileTree.mjs.map +1 -0
  750. package/dist/components/IDE/index.cjs +9 -0
  751. package/dist/components/IDE/index.cjs.map +1 -0
  752. package/dist/components/IDE/index.d.ts +2 -0
  753. package/dist/components/IDE/index.d.ts.map +1 -0
  754. package/dist/components/IDE/index.mjs +9 -0
  755. package/dist/components/IDE/index.mjs.map +1 -0
  756. package/dist/components/InformationTag/index.cjs +14 -0
  757. package/dist/components/InformationTag/index.cjs.map +1 -0
  758. package/dist/components/InformationTag/index.d.ts +6 -0
  759. package/dist/components/InformationTag/index.d.ts.map +1 -0
  760. package/dist/components/InformationTag/index.mjs +14 -0
  761. package/dist/components/InformationTag/index.mjs.map +1 -0
  762. package/dist/components/Input/Input.cjs +46 -0
  763. package/dist/components/Input/Input.cjs.map +1 -0
  764. package/dist/components/Input/Input.d.ts +12 -0
  765. package/dist/components/Input/Input.d.ts.map +1 -0
  766. package/dist/components/Input/Input.mjs +46 -0
  767. package/dist/components/Input/Input.mjs.map +1 -0
  768. package/dist/components/Input/InputPassword.cjs +47 -0
  769. package/dist/components/Input/InputPassword.cjs.map +1 -0
  770. package/dist/components/Input/InputPassword.d.ts +6 -0
  771. package/dist/components/Input/InputPassword.d.ts.map +1 -0
  772. package/dist/components/Input/InputPassword.mjs +47 -0
  773. package/dist/components/Input/InputPassword.mjs.map +1 -0
  774. package/dist/components/Input/index.cjs +8 -0
  775. package/dist/components/Input/index.cjs.map +1 -0
  776. package/dist/components/Input/index.d.ts +3 -0
  777. package/dist/components/Input/index.d.ts.map +1 -0
  778. package/dist/components/Input/index.mjs +8 -0
  779. package/dist/components/Input/index.mjs.map +1 -0
  780. package/dist/components/Label/index.cjs +16 -0
  781. package/dist/components/Label/index.cjs.map +1 -0
  782. package/dist/components/Label/index.d.ts +4 -0
  783. package/dist/components/Label/index.d.ts.map +1 -0
  784. package/dist/components/Label/index.mjs +16 -0
  785. package/dist/components/Label/index.mjs.map +1 -0
  786. package/dist/components/Link/Link.cjs +67 -0
  787. package/dist/components/Link/Link.cjs.map +1 -0
  788. package/dist/components/Link/Link.d.ts +14 -0
  789. package/dist/components/Link/Link.d.ts.map +1 -0
  790. package/dist/components/Link/Link.mjs +67 -0
  791. package/dist/components/Link/Link.mjs.map +1 -0
  792. package/dist/components/Link/index.cjs +5 -0
  793. package/dist/components/Link/index.cjs.map +1 -0
  794. package/dist/components/Link/index.d.ts +2 -0
  795. package/dist/components/Link/index.d.ts.map +1 -0
  796. package/dist/components/Link/index.mjs +5 -0
  797. package/dist/components/Link/index.mjs.map +1 -0
  798. package/dist/components/Loader/index.cjs +20 -0
  799. package/dist/components/Loader/index.cjs.map +1 -0
  800. package/dist/components/Loader/index.d.ts +21 -0
  801. package/dist/components/Loader/index.d.ts.map +1 -0
  802. package/dist/components/Loader/index.mjs +20 -0
  803. package/dist/components/Loader/index.mjs.map +1 -0
  804. package/dist/components/Loader/spinner.cjs +75 -0
  805. package/dist/components/Loader/spinner.cjs.map +1 -0
  806. package/dist/components/Loader/spinner.d.ts +1 -0
  807. package/dist/components/Loader/spinner.d.ts.map +1 -0
  808. package/dist/components/Loader/spinner.mjs +75 -0
  809. package/dist/components/Loader/spinner.mjs.map +1 -0
  810. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +76 -0
  811. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -0
  812. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts +3 -2
  813. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -0
  814. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +76 -0
  815. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -0
  816. package/dist/components/LocaleSwitcherDropDown/index.cjs +5 -0
  817. package/dist/components/LocaleSwitcherDropDown/index.cjs.map +1 -0
  818. package/dist/components/LocaleSwitcherDropDown/index.d.ts +1 -0
  819. package/dist/components/LocaleSwitcherDropDown/index.d.ts.map +1 -0
  820. package/dist/components/LocaleSwitcherDropDown/index.mjs +5 -0
  821. package/dist/components/LocaleSwitcherDropDown/index.mjs.map +1 -0
  822. package/dist/components/Logo/LogoCircle.cjs +28 -0
  823. package/dist/components/Logo/LogoCircle.cjs.map +1 -0
  824. package/dist/components/Logo/LogoCircle.d.ts +1 -0
  825. package/dist/components/Logo/LogoCircle.d.ts.map +1 -0
  826. package/dist/components/Logo/LogoCircle.mjs +28 -0
  827. package/dist/components/Logo/LogoCircle.mjs.map +1 -0
  828. package/dist/components/Logo/LogoNoFrame.cjs +111 -0
  829. package/dist/components/Logo/LogoNoFrame.cjs.map +1 -0
  830. package/dist/components/Logo/LogoNoFrame.d.ts +1 -0
  831. package/dist/components/Logo/LogoNoFrame.d.ts.map +1 -0
  832. package/dist/components/Logo/LogoNoFrame.mjs +111 -0
  833. package/dist/components/Logo/LogoNoFrame.mjs.map +1 -0
  834. package/dist/components/Logo/LogoSquare.cjs +28 -0
  835. package/dist/components/Logo/LogoSquare.cjs.map +1 -0
  836. package/dist/components/Logo/LogoSquare.d.ts +1 -0
  837. package/dist/components/Logo/LogoSquare.d.ts.map +1 -0
  838. package/dist/components/Logo/LogoSquare.mjs +28 -0
  839. package/dist/components/Logo/LogoSquare.mjs.map +1 -0
  840. package/dist/components/Logo/LogoSquircle.cjs +65 -0
  841. package/dist/components/Logo/LogoSquircle.cjs.map +1 -0
  842. package/dist/components/Logo/LogoSquircle.d.ts +1 -0
  843. package/dist/components/Logo/LogoSquircle.d.ts.map +1 -0
  844. package/dist/components/Logo/LogoSquircle.mjs +65 -0
  845. package/dist/components/Logo/LogoSquircle.mjs.map +1 -0
  846. package/dist/components/Logo/LogoTextOnly.cjs +102 -0
  847. package/dist/components/Logo/LogoTextOnly.cjs.map +1 -0
  848. package/dist/components/Logo/LogoTextOnly.d.ts +1 -0
  849. package/dist/components/Logo/LogoTextOnly.d.ts.map +1 -0
  850. package/dist/components/Logo/LogoTextOnly.mjs +102 -0
  851. package/dist/components/Logo/LogoTextOnly.mjs.map +1 -0
  852. package/dist/components/Logo/LogoWithTextBelowCircle.cjs +115 -0
  853. package/dist/components/Logo/LogoWithTextBelowCircle.cjs.map +1 -0
  854. package/dist/components/Logo/LogoWithTextBelowCircle.d.ts +1 -0
  855. package/dist/components/Logo/LogoWithTextBelowCircle.d.ts.map +1 -0
  856. package/dist/components/Logo/LogoWithTextBelowCircle.mjs +115 -0
  857. package/dist/components/Logo/LogoWithTextBelowCircle.mjs.map +1 -0
  858. package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs +114 -0
  859. package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs.map +1 -0
  860. package/dist/components/Logo/LogoWithTextBelowNoFrame.d.ts +1 -0
  861. package/dist/components/Logo/LogoWithTextBelowNoFrame.d.ts.map +1 -0
  862. package/dist/components/Logo/LogoWithTextBelowNoFrame.mjs +114 -0
  863. package/dist/components/Logo/LogoWithTextBelowNoFrame.mjs.map +1 -0
  864. package/dist/components/Logo/LogoWithTextBelowSquircle.cjs +68 -0
  865. package/dist/components/Logo/LogoWithTextBelowSquircle.cjs.map +1 -0
  866. package/dist/components/Logo/LogoWithTextBelowSquircle.d.ts +1 -0
  867. package/dist/components/Logo/LogoWithTextBelowSquircle.d.ts.map +1 -0
  868. package/dist/components/Logo/LogoWithTextBelowSquircle.mjs +68 -0
  869. package/dist/components/Logo/LogoWithTextBelowSquircle.mjs.map +1 -0
  870. package/dist/components/Logo/LogoWithTextCircle.cjs +202 -0
  871. package/dist/components/Logo/LogoWithTextCircle.cjs.map +1 -0
  872. package/dist/components/Logo/LogoWithTextCircle.d.ts +1 -0
  873. package/dist/components/Logo/LogoWithTextCircle.d.ts.map +1 -0
  874. package/dist/components/Logo/LogoWithTextCircle.mjs +202 -0
  875. package/dist/components/Logo/LogoWithTextCircle.mjs.map +1 -0
  876. package/dist/components/Logo/LogoWithTextNoFrame.cjs +114 -0
  877. package/dist/components/Logo/LogoWithTextNoFrame.cjs.map +1 -0
  878. package/dist/components/Logo/LogoWithTextNoFrame.d.ts +1 -0
  879. package/dist/components/Logo/LogoWithTextNoFrame.d.ts.map +1 -0
  880. package/dist/components/Logo/LogoWithTextNoFrame.mjs +114 -0
  881. package/dist/components/Logo/LogoWithTextNoFrame.mjs.map +1 -0
  882. package/dist/components/Logo/LogoWithTextSquircle.cjs +68 -0
  883. package/dist/components/Logo/LogoWithTextSquircle.cjs.map +1 -0
  884. package/dist/components/Logo/LogoWithTextSquircle.d.ts +1 -0
  885. package/dist/components/Logo/LogoWithTextSquircle.d.ts.map +1 -0
  886. package/dist/components/Logo/LogoWithTextSquircle.mjs +68 -0
  887. package/dist/components/Logo/LogoWithTextSquircle.mjs.map +1 -0
  888. package/dist/components/Logo/index.cjs +67 -0
  889. package/dist/components/Logo/index.cjs.map +1 -0
  890. package/dist/components/Logo/index.d.ts +1 -0
  891. package/dist/components/Logo/index.d.ts.map +1 -0
  892. package/dist/components/Logo/index.mjs +67 -0
  893. package/dist/components/Logo/index.mjs.map +1 -0
  894. package/dist/components/MarkDownRender/index.cjs +104 -0
  895. package/dist/components/MarkDownRender/index.cjs.map +1 -0
  896. package/dist/components/MarkDownRender/index.d.ts +1 -0
  897. package/dist/components/MarkDownRender/index.d.ts.map +1 -0
  898. package/dist/components/MarkDownRender/index.mjs +104 -0
  899. package/dist/components/MarkDownRender/index.mjs.map +1 -0
  900. package/dist/components/MaxHeightSmoother/index.cjs +42 -0
  901. package/dist/components/MaxHeightSmoother/index.cjs.map +1 -0
  902. package/dist/components/MaxHeightSmoother/index.d.ts +1 -0
  903. package/dist/components/MaxHeightSmoother/index.d.ts.map +1 -0
  904. package/dist/components/MaxHeightSmoother/index.mjs +42 -0
  905. package/dist/components/MaxHeightSmoother/index.mjs.map +1 -0
  906. package/dist/components/MaxWidthSmoother/index.cjs +36 -0
  907. package/dist/components/MaxWidthSmoother/index.cjs.map +1 -0
  908. package/dist/components/MaxWidthSmoother/index.d.ts +4 -4
  909. package/dist/components/MaxWidthSmoother/index.d.ts.map +1 -0
  910. package/dist/components/MaxWidthSmoother/index.mjs +36 -0
  911. package/dist/components/MaxWidthSmoother/index.mjs.map +1 -0
  912. package/dist/components/Modal/Modal.cjs +119 -0
  913. package/dist/components/Modal/Modal.cjs.map +1 -0
  914. package/dist/components/Modal/Modal.d.ts +24 -0
  915. package/dist/components/Modal/Modal.d.ts.map +1 -0
  916. package/dist/components/Modal/Modal.mjs +119 -0
  917. package/dist/components/Modal/Modal.mjs.map +1 -0
  918. package/dist/components/Modal/index.cjs +5 -0
  919. package/dist/components/Modal/index.cjs.map +1 -0
  920. package/dist/components/Modal/index.d.ts +2 -9
  921. package/dist/components/Modal/index.d.ts.map +1 -0
  922. package/dist/components/Modal/index.mjs +5 -0
  923. package/dist/components/Modal/index.mjs.map +1 -0
  924. package/dist/components/Navbar/Burger.cjs +60 -0
  925. package/dist/components/Navbar/Burger.cjs.map +1 -0
  926. package/dist/components/Navbar/Burger.d.ts +2 -1
  927. package/dist/components/Navbar/Burger.d.ts.map +1 -0
  928. package/dist/components/Navbar/Burger.mjs +60 -0
  929. package/dist/components/Navbar/Burger.mjs.map +1 -0
  930. package/dist/components/Navbar/DesktopNavbar.cjs +44 -0
  931. package/dist/components/Navbar/DesktopNavbar.cjs.map +1 -0
  932. package/dist/components/Navbar/DesktopNavbar.d.ts +1 -0
  933. package/dist/components/Navbar/DesktopNavbar.d.ts.map +1 -0
  934. package/dist/components/Navbar/DesktopNavbar.mjs +44 -0
  935. package/dist/components/Navbar/DesktopNavbar.mjs.map +1 -0
  936. package/dist/components/Navbar/MobileNavbar.cjs +170 -0
  937. package/dist/components/Navbar/MobileNavbar.cjs.map +1 -0
  938. package/dist/components/Navbar/MobileNavbar.d.ts +2 -0
  939. package/dist/components/Navbar/MobileNavbar.d.ts.map +1 -0
  940. package/dist/components/Navbar/MobileNavbar.mjs +170 -0
  941. package/dist/components/Navbar/MobileNavbar.mjs.map +1 -0
  942. package/dist/components/Navbar/index.cjs +53 -0
  943. package/dist/components/Navbar/index.cjs.map +1 -0
  944. package/dist/components/Navbar/index.d.ts +2 -0
  945. package/dist/components/Navbar/index.d.ts.map +1 -0
  946. package/dist/components/Navbar/index.mjs +53 -0
  947. package/dist/components/Navbar/index.mjs.map +1 -0
  948. package/dist/components/Navbar/useNavigation.cjs +57 -0
  949. package/dist/components/Navbar/useNavigation.cjs.map +1 -0
  950. package/dist/components/Navbar/useNavigation.d.ts +1 -0
  951. package/dist/components/Navbar/useNavigation.d.ts.map +1 -0
  952. package/dist/components/Navbar/useNavigation.mjs +57 -0
  953. package/dist/components/Navbar/useNavigation.mjs.map +1 -0
  954. package/dist/components/Pattern/DotPattern.cjs +47 -0
  955. package/dist/components/Pattern/DotPattern.cjs.map +1 -0
  956. package/dist/components/Pattern/DotPattern.d.ts +14 -0
  957. package/dist/components/Pattern/DotPattern.d.ts.map +1 -0
  958. package/dist/components/Pattern/DotPattern.mjs +47 -0
  959. package/dist/components/Pattern/DotPattern.mjs.map +1 -0
  960. package/dist/components/Pattern/GridPattern.cjs +63 -0
  961. package/dist/components/Pattern/GridPattern.cjs.map +1 -0
  962. package/dist/components/Pattern/GridPattern.d.ts +13 -0
  963. package/dist/components/Pattern/GridPattern.d.ts.map +1 -0
  964. package/dist/components/Pattern/GridPattern.mjs +63 -0
  965. package/dist/components/Pattern/GridPattern.mjs.map +1 -0
  966. package/dist/components/Pattern/SpotLight.cjs +73 -0
  967. package/dist/components/Pattern/SpotLight.cjs.map +1 -0
  968. package/dist/components/Pattern/SpotLight.d.ts +13 -0
  969. package/dist/components/Pattern/SpotLight.d.ts.map +1 -0
  970. package/dist/components/Pattern/SpotLight.mjs +73 -0
  971. package/dist/components/Pattern/SpotLight.mjs.map +1 -0
  972. package/dist/components/Pattern/index.cjs +9 -0
  973. package/dist/components/Pattern/index.cjs.map +1 -0
  974. package/dist/components/Pattern/index.d.ts +4 -0
  975. package/dist/components/Pattern/index.d.ts.map +1 -0
  976. package/dist/components/Pattern/index.mjs +9 -0
  977. package/dist/components/Pattern/index.mjs.map +1 -0
  978. package/dist/components/Popover/index.cjs +25 -0
  979. package/dist/components/Popover/index.cjs.map +1 -0
  980. package/dist/components/Popover/index.d.ts +1 -0
  981. package/dist/components/Popover/index.d.ts.map +1 -0
  982. package/dist/components/Popover/index.mjs +25 -0
  983. package/dist/components/Popover/index.mjs.map +1 -0
  984. package/dist/components/PressableSpan/PressableSpan.cjs +90 -0
  985. package/dist/components/PressableSpan/PressableSpan.cjs.map +1 -0
  986. package/dist/components/PressableSpan/PressableSpan.d.ts +11 -0
  987. package/dist/components/PressableSpan/PressableSpan.d.ts.map +1 -0
  988. package/dist/components/PressableSpan/PressableSpan.mjs +90 -0
  989. package/dist/components/PressableSpan/PressableSpan.mjs.map +1 -0
  990. package/dist/components/PressableSpan/index.cjs +5 -0
  991. package/dist/components/PressableSpan/index.cjs.map +1 -0
  992. package/dist/components/PressableSpan/index.d.ts +2 -0
  993. package/dist/components/PressableSpan/index.d.ts.map +1 -0
  994. package/dist/components/PressableSpan/index.mjs +5 -0
  995. package/dist/components/PressableSpan/index.mjs.map +1 -0
  996. package/dist/components/ProfileDropDown/index.cjs +25 -0
  997. package/dist/components/ProfileDropDown/index.cjs.map +1 -0
  998. package/dist/components/ProfileDropDown/index.d.ts +1 -0
  999. package/dist/components/ProfileDropDown/index.d.ts.map +1 -0
  1000. package/dist/components/ProfileDropDown/index.mjs +25 -0
  1001. package/dist/components/ProfileDropDown/index.mjs.map +1 -0
  1002. package/dist/components/RightDrawer/RightDrawer.cjs +89 -0
  1003. package/dist/components/RightDrawer/RightDrawer.cjs.map +1 -0
  1004. package/dist/components/RightDrawer/RightDrawer.d.ts +1 -0
  1005. package/dist/components/RightDrawer/RightDrawer.d.ts.map +1 -0
  1006. package/dist/components/RightDrawer/RightDrawer.mjs +89 -0
  1007. package/dist/components/RightDrawer/RightDrawer.mjs.map +1 -0
  1008. package/dist/components/RightDrawer/index.cjs +8 -0
  1009. package/dist/components/RightDrawer/index.cjs.map +1 -0
  1010. package/dist/components/RightDrawer/index.d.ts +1 -0
  1011. package/dist/components/RightDrawer/index.d.ts.map +1 -0
  1012. package/dist/components/RightDrawer/index.mjs +8 -0
  1013. package/dist/components/RightDrawer/index.mjs.map +1 -0
  1014. package/dist/components/RightDrawer/useRightDrawerStore.cjs +18 -0
  1015. package/dist/components/RightDrawer/useRightDrawerStore.cjs.map +1 -0
  1016. package/dist/components/RightDrawer/useRightDrawerStore.d.ts +1 -0
  1017. package/dist/components/RightDrawer/useRightDrawerStore.d.ts.map +1 -0
  1018. package/dist/components/RightDrawer/useRightDrawerStore.mjs +18 -0
  1019. package/dist/components/RightDrawer/useRightDrawerStore.mjs.map +1 -0
  1020. package/dist/components/Select/Multiselect.cjs +334 -0
  1021. package/dist/components/Select/Multiselect.cjs.map +1 -0
  1022. package/dist/components/Select/Multiselect.d.ts +97 -0
  1023. package/dist/components/Select/Multiselect.d.ts.map +1 -0
  1024. package/dist/components/Select/Multiselect.mjs +334 -0
  1025. package/dist/components/Select/Multiselect.mjs.map +1 -0
  1026. package/dist/components/Select/Select.cjs +152 -0
  1027. package/dist/components/Select/Select.cjs.map +1 -0
  1028. package/dist/components/Select/Select.d.ts +42 -0
  1029. package/dist/components/Select/Select.d.ts.map +1 -0
  1030. package/dist/components/Select/Select.mjs +135 -0
  1031. package/dist/components/Select/Select.mjs.map +1 -0
  1032. package/dist/components/Select/index.cjs +10 -0
  1033. package/dist/components/Select/index.cjs.map +1 -0
  1034. package/dist/components/Select/index.d.ts +3 -0
  1035. package/dist/components/Select/index.d.ts.map +1 -0
  1036. package/dist/components/Select/index.mjs +10 -0
  1037. package/dist/components/Select/index.mjs.map +1 -0
  1038. package/dist/components/SwitchSelector/index.cjs +143 -0
  1039. package/dist/components/SwitchSelector/index.cjs.map +1 -0
  1040. package/dist/components/SwitchSelector/index.d.ts +41 -0
  1041. package/dist/components/SwitchSelector/index.d.ts.map +1 -0
  1042. package/dist/components/SwitchSelector/index.mjs +143 -0
  1043. package/dist/components/SwitchSelector/index.mjs.map +1 -0
  1044. package/dist/components/TabSelector/TabSelector.cjs +108 -0
  1045. package/dist/components/TabSelector/TabSelector.cjs.map +1 -0
  1046. package/dist/components/TabSelector/TabSelector.d.ts +35 -0
  1047. package/dist/components/TabSelector/TabSelector.d.ts.map +1 -0
  1048. package/dist/components/TabSelector/TabSelector.mjs +108 -0
  1049. package/dist/components/TabSelector/TabSelector.mjs.map +1 -0
  1050. package/dist/components/TabSelector/index.cjs +5 -0
  1051. package/dist/components/TabSelector/index.cjs.map +1 -0
  1052. package/dist/components/TabSelector/index.d.ts +2 -0
  1053. package/dist/components/TabSelector/index.d.ts.map +1 -0
  1054. package/dist/components/TabSelector/index.mjs +5 -0
  1055. package/dist/components/TabSelector/index.mjs.map +1 -0
  1056. package/dist/components/TextArea/AutoSizeTextArea.cjs +54 -0
  1057. package/dist/components/TextArea/AutoSizeTextArea.cjs.map +1 -0
  1058. package/dist/components/TextArea/AutoSizeTextArea.d.ts +8 -0
  1059. package/dist/components/TextArea/AutoSizeTextArea.d.ts.map +1 -0
  1060. package/dist/components/TextArea/AutoSizeTextArea.mjs +54 -0
  1061. package/dist/components/TextArea/AutoSizeTextArea.mjs.map +1 -0
  1062. package/dist/components/TextArea/TextArea.cjs +27 -0
  1063. package/dist/components/TextArea/TextArea.cjs.map +1 -0
  1064. package/dist/components/TextArea/TextArea.d.ts +9 -0
  1065. package/dist/components/TextArea/TextArea.d.ts.map +1 -0
  1066. package/dist/components/TextArea/TextArea.mjs +27 -0
  1067. package/dist/components/TextArea/TextArea.mjs.map +1 -0
  1068. package/dist/components/TextArea/index.cjs +7 -0
  1069. package/dist/components/TextArea/index.cjs.map +1 -0
  1070. package/dist/components/TextArea/index.d.ts +3 -0
  1071. package/dist/components/TextArea/index.d.ts.map +1 -0
  1072. package/dist/components/TextArea/index.mjs +7 -0
  1073. package/dist/components/TextArea/index.mjs.map +1 -0
  1074. package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs +89 -0
  1075. package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.map +1 -0
  1076. package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts +1 -0
  1077. package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts.map +1 -0
  1078. package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +89 -0
  1079. package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs.map +1 -0
  1080. package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs +84 -0
  1081. package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs.map +1 -0
  1082. package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts +1 -0
  1083. package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts.map +1 -0
  1084. package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +84 -0
  1085. package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs.map +1 -0
  1086. package/dist/components/ThemeSwitcherDropDown/index.cjs +9 -0
  1087. package/dist/components/ThemeSwitcherDropDown/index.cjs.map +1 -0
  1088. package/dist/components/ThemeSwitcherDropDown/index.d.ts +1 -0
  1089. package/dist/components/ThemeSwitcherDropDown/index.d.ts.map +1 -0
  1090. package/dist/components/ThemeSwitcherDropDown/index.mjs +9 -0
  1091. package/dist/components/ThemeSwitcherDropDown/index.mjs.map +1 -0
  1092. package/dist/components/ThemeSwitcherDropDown/types.cjs +10 -0
  1093. package/dist/components/ThemeSwitcherDropDown/types.cjs.map +1 -0
  1094. package/dist/components/ThemeSwitcherDropDown/types.d.ts +1 -0
  1095. package/dist/components/ThemeSwitcherDropDown/types.d.ts.map +1 -0
  1096. package/dist/components/ThemeSwitcherDropDown/types.mjs +10 -0
  1097. package/dist/components/ThemeSwitcherDropDown/types.mjs.map +1 -0
  1098. package/dist/components/Toaster/Toast.cjs +117 -0
  1099. package/dist/components/Toaster/Toast.cjs.map +1 -0
  1100. package/dist/components/Toaster/Toast.d.ts +16 -0
  1101. package/dist/components/Toaster/Toast.d.ts.map +1 -0
  1102. package/dist/components/Toaster/Toast.mjs +100 -0
  1103. package/dist/components/Toaster/Toast.mjs.map +1 -0
  1104. package/dist/components/Toaster/Toaster.cjs +22 -0
  1105. package/dist/components/Toaster/Toaster.cjs.map +1 -0
  1106. package/dist/components/Toaster/Toaster.d.ts +2 -0
  1107. package/dist/components/Toaster/Toaster.d.ts.map +1 -0
  1108. package/dist/components/Toaster/Toaster.mjs +22 -0
  1109. package/dist/components/Toaster/Toaster.mjs.map +1 -0
  1110. package/dist/components/Toaster/index.cjs +17 -0
  1111. package/dist/components/Toaster/index.cjs.map +1 -0
  1112. package/dist/components/Toaster/index.d.ts +4 -0
  1113. package/dist/components/Toaster/index.d.ts.map +1 -0
  1114. package/dist/components/Toaster/index.mjs +17 -0
  1115. package/dist/components/Toaster/index.mjs.map +1 -0
  1116. package/dist/components/Toaster/useToast.cjs +124 -0
  1117. package/dist/components/Toaster/useToast.cjs.map +1 -0
  1118. package/dist/components/Toaster/useToast.d.ts +49 -0
  1119. package/dist/components/Toaster/useToast.d.ts.map +1 -0
  1120. package/dist/components/Toaster/useToast.mjs +124 -0
  1121. package/dist/components/Toaster/useToast.mjs.map +1 -0
  1122. package/dist/components/WithResizer/index.cjs +91 -0
  1123. package/dist/components/WithResizer/index.cjs.map +1 -0
  1124. package/dist/components/WithResizer/index.d.ts +1 -0
  1125. package/dist/components/WithResizer/index.d.ts.map +1 -0
  1126. package/dist/components/WithResizer/index.mjs +91 -0
  1127. package/dist/components/WithResizer/index.mjs.map +1 -0
  1128. package/dist/components/index.cjs +172 -0
  1129. package/dist/components/index.cjs.map +1 -0
  1130. package/dist/components/index.d.ts +21 -2
  1131. package/dist/components/index.d.ts.map +1 -0
  1132. package/dist/components/index.mjs +172 -0
  1133. package/dist/components/index.mjs.map +1 -0
  1134. package/dist/hooks/index.cjs +58 -0
  1135. package/dist/hooks/index.cjs.map +1 -0
  1136. package/dist/hooks/index.d.ts +5 -0
  1137. package/dist/hooks/index.d.ts.map +1 -0
  1138. package/dist/hooks/index.mjs +58 -0
  1139. package/dist/hooks/index.mjs.map +1 -0
  1140. package/dist/hooks/intlayerAPIHooks.cjs +244 -0
  1141. package/dist/hooks/intlayerAPIHooks.cjs.map +1 -0
  1142. package/dist/hooks/intlayerAPIHooks.d.ts +56 -0
  1143. package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -0
  1144. package/dist/hooks/intlayerAPIHooks.mjs +244 -0
  1145. package/dist/hooks/intlayerAPIHooks.mjs.map +1 -0
  1146. package/dist/hooks/useAsync/index.cjs +5 -0
  1147. package/dist/hooks/useAsync/index.cjs.map +1 -0
  1148. package/dist/hooks/useAsync/index.d.ts +2 -0
  1149. package/dist/hooks/useAsync/index.d.ts.map +1 -0
  1150. package/dist/hooks/useAsync/index.mjs +5 -0
  1151. package/dist/hooks/useAsync/index.mjs.map +1 -0
  1152. package/dist/hooks/useAsync/useAsync.cjs +275 -0
  1153. package/dist/hooks/useAsync/useAsync.cjs.map +1 -0
  1154. package/dist/hooks/useAsync/useAsync.d.ts +93 -0
  1155. package/dist/hooks/useAsync/useAsync.d.ts.map +1 -0
  1156. package/dist/hooks/useAsync/useAsync.mjs +275 -0
  1157. package/dist/hooks/useAsync/useAsync.mjs.map +1 -0
  1158. package/dist/hooks/useAsync/useAsyncStateStore.cjs +168 -0
  1159. package/dist/hooks/useAsync/useAsyncStateStore.cjs.map +1 -0
  1160. package/dist/hooks/useAsync/useAsyncStateStore.d.ts +34 -0
  1161. package/dist/hooks/useAsync/useAsyncStateStore.d.ts.map +1 -0
  1162. package/dist/hooks/useAsync/useAsyncStateStore.mjs +168 -0
  1163. package/dist/hooks/useAsync/useAsyncStateStore.mjs.map +1 -0
  1164. package/dist/hooks/useAsync/useAsyncWrapper.cjs +10 -0
  1165. package/dist/hooks/useAsync/useAsyncWrapper.cjs.map +1 -0
  1166. package/dist/hooks/useAsync/useAsyncWrapper.d.ts +38 -0
  1167. package/dist/hooks/useAsync/useAsyncWrapper.d.ts.map +1 -0
  1168. package/dist/hooks/useAsync/useAsyncWrapper.mjs +10 -0
  1169. package/dist/hooks/useAsync/useAsyncWrapper.mjs.map +1 -0
  1170. package/dist/hooks/useDevice.cjs +61 -0
  1171. package/dist/hooks/useDevice.cjs.map +1 -0
  1172. package/dist/hooks/useDevice.d.ts +1 -0
  1173. package/dist/hooks/useDevice.d.ts.map +1 -0
  1174. package/dist/hooks/useDevice.mjs +61 -0
  1175. package/dist/hooks/useDevice.mjs.map +1 -0
  1176. package/dist/hooks/useGetAllDictionaries.cjs +32 -0
  1177. package/dist/hooks/useGetAllDictionaries.cjs.map +1 -0
  1178. package/dist/hooks/useGetAllDictionaries.d.ts +9 -0
  1179. package/dist/hooks/useGetAllDictionaries.d.ts.map +1 -0
  1180. package/dist/hooks/useGetAllDictionaries.mjs +32 -0
  1181. package/dist/hooks/useGetAllDictionaries.mjs.map +1 -0
  1182. package/dist/hooks/useGetElementOrWindow.cjs +13 -0
  1183. package/dist/hooks/useGetElementOrWindow.cjs.map +1 -0
  1184. package/dist/hooks/useGetElementOrWindow.d.ts +1 -0
  1185. package/dist/hooks/useGetElementOrWindow.d.ts.map +1 -0
  1186. package/dist/hooks/useGetElementOrWindow.mjs +13 -0
  1187. package/dist/hooks/useGetElementOrWindow.mjs.map +1 -0
  1188. package/dist/hooks/useIntlayerAPI.cjs +27 -0
  1189. package/dist/hooks/useIntlayerAPI.cjs.map +1 -0
  1190. package/dist/hooks/useIntlayerAPI.d.ts +59 -0
  1191. package/dist/hooks/useIntlayerAPI.d.ts.map +1 -0
  1192. package/dist/hooks/useIntlayerAPI.mjs +27 -0
  1193. package/dist/hooks/useIntlayerAPI.mjs.map +1 -0
  1194. package/dist/hooks/useIsMounted.cjs +13 -0
  1195. package/dist/hooks/useIsMounted.cjs.map +1 -0
  1196. package/dist/hooks/useIsMounted.d.ts +1 -0
  1197. package/dist/hooks/useIsMounted.d.ts.map +1 -0
  1198. package/dist/hooks/useIsMounted.mjs +13 -0
  1199. package/dist/hooks/useIsMounted.mjs.map +1 -0
  1200. package/dist/hooks/useItemSelector.cjs +89 -0
  1201. package/dist/hooks/useItemSelector.cjs.map +1 -0
  1202. package/dist/hooks/useItemSelector.d.ts +11 -0
  1203. package/dist/hooks/useItemSelector.d.ts.map +1 -0
  1204. package/dist/hooks/useItemSelector.mjs +89 -0
  1205. package/dist/hooks/useItemSelector.mjs.map +1 -0
  1206. package/dist/hooks/useScrollBlockage/index.cjs +27 -0
  1207. package/dist/hooks/useScrollBlockage/index.cjs.map +1 -0
  1208. package/dist/hooks/useScrollBlockage/index.d.ts +1 -0
  1209. package/dist/hooks/useScrollBlockage/index.d.ts.map +1 -0
  1210. package/dist/hooks/useScrollBlockage/index.mjs +27 -0
  1211. package/dist/hooks/useScrollBlockage/index.mjs.map +1 -0
  1212. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs +63 -0
  1213. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs.map +1 -0
  1214. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +1 -0
  1215. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.d.ts.map +1 -0
  1216. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.mjs +63 -0
  1217. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.mjs.map +1 -0
  1218. package/dist/hooks/useScrollDetection.cjs +71 -0
  1219. package/dist/hooks/useScrollDetection.cjs.map +1 -0
  1220. package/dist/hooks/useScrollDetection.d.ts +1 -0
  1221. package/dist/hooks/useScrollDetection.d.ts.map +1 -0
  1222. package/dist/hooks/useScrollDetection.mjs +71 -0
  1223. package/dist/hooks/useScrollDetection.mjs.map +1 -0
  1224. package/dist/index-BZQDMSxb.cjs +200 -0
  1225. package/dist/index-BZQDMSxb.cjs.map +1 -0
  1226. package/dist/index-pLq_417z.js +201 -0
  1227. package/dist/index-pLq_417z.js.map +1 -0
  1228. package/dist/jsx-runtime-BgSF1HG2.js +939 -0
  1229. package/dist/jsx-runtime-BgSF1HG2.js.map +1 -0
  1230. package/dist/jsx-runtime-DvCoRj5u.cjs +938 -0
  1231. package/dist/jsx-runtime-DvCoRj5u.cjs.map +1 -0
  1232. package/dist/libs/index.cjs +6 -0
  1233. package/dist/libs/index.cjs.map +1 -0
  1234. package/dist/libs/index.d.ts +2 -0
  1235. package/dist/libs/index.d.ts.map +1 -0
  1236. package/dist/libs/index.mjs +6 -0
  1237. package/dist/libs/index.mjs.map +1 -0
  1238. package/dist/libs/intlayer-api/auth.cjs +129 -0
  1239. package/dist/libs/intlayer-api/auth.cjs.map +1 -0
  1240. package/dist/libs/intlayer-api/auth.d.ts +34 -0
  1241. package/dist/libs/intlayer-api/auth.d.ts.map +1 -0
  1242. package/dist/libs/intlayer-api/auth.mjs +129 -0
  1243. package/dist/libs/intlayer-api/auth.mjs.map +1 -0
  1244. package/dist/libs/intlayer-api/dictionary.cjs +78 -0
  1245. package/dist/libs/intlayer-api/dictionary.cjs.map +1 -0
  1246. package/dist/libs/intlayer-api/dictionary.d.ts +22 -0
  1247. package/dist/libs/intlayer-api/dictionary.d.ts.map +1 -0
  1248. package/dist/libs/intlayer-api/dictionary.mjs +78 -0
  1249. package/dist/libs/intlayer-api/dictionary.mjs.map +1 -0
  1250. package/dist/libs/intlayer-api/fetcher.cjs +72 -0
  1251. package/dist/libs/intlayer-api/fetcher.cjs.map +1 -0
  1252. package/dist/libs/intlayer-api/fetcher.d.ts +70 -0
  1253. package/dist/libs/intlayer-api/fetcher.d.ts.map +1 -0
  1254. package/dist/libs/intlayer-api/fetcher.mjs +72 -0
  1255. package/dist/libs/intlayer-api/fetcher.mjs.map +1 -0
  1256. package/dist/libs/intlayer-api/index.cjs +18 -0
  1257. package/dist/libs/intlayer-api/index.cjs.map +1 -0
  1258. package/dist/libs/intlayer-api/index.d.ts +119 -0
  1259. package/dist/libs/intlayer-api/index.d.ts.map +1 -0
  1260. package/dist/libs/intlayer-api/index.mjs +18 -0
  1261. package/dist/libs/intlayer-api/index.mjs.map +1 -0
  1262. package/dist/libs/intlayer-api/organization.cjs +95 -0
  1263. package/dist/libs/intlayer-api/organization.cjs.map +1 -0
  1264. package/dist/libs/intlayer-api/organization.d.ts +26 -0
  1265. package/dist/libs/intlayer-api/organization.d.ts.map +1 -0
  1266. package/dist/libs/intlayer-api/organization.mjs +95 -0
  1267. package/dist/libs/intlayer-api/organization.mjs.map +1 -0
  1268. package/dist/libs/intlayer-api/project.cjs +110 -0
  1269. package/dist/libs/intlayer-api/project.cjs.map +1 -0
  1270. package/dist/libs/intlayer-api/project.d.ts +28 -0
  1271. package/dist/libs/intlayer-api/project.d.ts.map +1 -0
  1272. package/dist/libs/intlayer-api/project.mjs +110 -0
  1273. package/dist/libs/intlayer-api/project.mjs.map +1 -0
  1274. package/dist/libs/intlayer-api/user.cjs +70 -0
  1275. package/dist/libs/intlayer-api/user.cjs.map +1 -0
  1276. package/dist/libs/intlayer-api/user.d.ts +22 -0
  1277. package/dist/libs/intlayer-api/user.d.ts.map +1 -0
  1278. package/dist/libs/intlayer-api/user.mjs +70 -0
  1279. package/dist/libs/intlayer-api/user.mjs.map +1 -0
  1280. package/dist/tailwind.css +1 -0
  1281. package/dist/utils/camelCase.cjs +15 -0
  1282. package/dist/utils/camelCase.cjs.map +1 -0
  1283. package/dist/utils/camelCase.d.ts +3 -0
  1284. package/dist/utils/camelCase.d.ts.map +1 -0
  1285. package/dist/utils/camelCase.mjs +15 -0
  1286. package/dist/utils/camelCase.mjs.map +1 -0
  1287. package/dist/utils/capitalize.cjs +10 -0
  1288. package/dist/utils/capitalize.cjs.map +1 -0
  1289. package/dist/utils/capitalize.d.ts +1 -0
  1290. package/dist/utils/capitalize.d.ts.map +1 -0
  1291. package/dist/utils/capitalize.mjs +10 -0
  1292. package/dist/utils/capitalize.mjs.map +1 -0
  1293. package/dist/utils/cn.cjs +7 -0
  1294. package/dist/utils/cn.cjs.map +1 -0
  1295. package/dist/utils/cn.d.ts +1 -0
  1296. package/dist/utils/cn.d.ts.map +1 -0
  1297. package/dist/utils/cn.mjs +7 -0
  1298. package/dist/utils/cn.mjs.map +1 -0
  1299. package/dist/utils/dictionary.cjs +122 -0
  1300. package/dist/utils/dictionary.cjs.map +1 -0
  1301. package/dist/utils/dictionary.d.ts +7 -0
  1302. package/dist/utils/dictionary.d.ts.map +1 -0
  1303. package/dist/utils/dictionary.mjs +122 -0
  1304. package/dist/utils/dictionary.mjs.map +1 -0
  1305. package/dist/utils/isElementAtTopAndNotCovered.cjs +17 -0
  1306. package/dist/utils/isElementAtTopAndNotCovered.cjs.map +1 -0
  1307. package/dist/utils/isElementAtTopAndNotCovered.d.ts +2 -0
  1308. package/dist/utils/isElementAtTopAndNotCovered.d.ts.map +1 -0
  1309. package/dist/utils/isElementAtTopAndNotCovered.mjs +17 -0
  1310. package/dist/utils/isElementAtTopAndNotCovered.mjs.map +1 -0
  1311. package/dist/utils/object.cjs +22 -0
  1312. package/dist/utils/object.cjs.map +1 -0
  1313. package/dist/utils/object.d.ts +18 -0
  1314. package/dist/utils/object.d.ts.map +1 -0
  1315. package/dist/utils/object.mjs +22 -0
  1316. package/dist/utils/object.mjs.map +1 -0
  1317. package/dist/zod-BV4nCGJE.js +47 -0
  1318. package/dist/zod-BV4nCGJE.js.map +1 -0
  1319. package/dist/zod-DSrtTSD_.cjs +46 -0
  1320. package/dist/zod-DSrtTSD_.cjs.map +1 -0
  1321. package/package.json +76 -34
  1322. package/dist/MarkDownRender-7oiSvDiM.cjs +0 -14
  1323. package/dist/MarkDownRender-JEDIcxQT.js +0 -316
  1324. package/dist/StringWrapper-CW70GPXq.js +0 -28
  1325. package/dist/StringWrapper-DUDqtkwz.cjs +0 -1
  1326. package/dist/check-BLEiR8OY.js +0 -12
  1327. package/dist/check-rhNgx2ZQ.cjs +0 -6
  1328. package/dist/chevron-right-D3LPoNy5.js +0 -14
  1329. package/dist/chevron-right-bKrhRS9t.cjs +0 -6
  1330. package/dist/components/Accordion/Accordion.cjs.js +0 -8
  1331. package/dist/components/Accordion/Accordion.es.js +0 -48
  1332. package/dist/components/Accordion/index.cjs.js +0 -1
  1333. package/dist/components/Accordion/index.es.js +0 -5
  1334. package/dist/components/Avatar/index.cjs.js +0 -6
  1335. package/dist/components/Avatar/index.es.js +0 -71
  1336. package/dist/components/Button/index.cjs.js +0 -6
  1337. package/dist/components/Button/index.es.js +0 -306
  1338. package/dist/components/Container/index.cjs.js +0 -7
  1339. package/dist/components/Container/index.es.js +0 -152
  1340. package/dist/components/ContentEditor/ContentEditor.cjs.js +0 -5
  1341. package/dist/components/ContentEditor/ContentEditor.es.js +0 -75
  1342. package/dist/components/ContentEditor/index.cjs.js +0 -1
  1343. package/dist/components/ContentEditor/index.es.js +0 -5
  1344. package/dist/components/ContentSelector/ContentSelector.cjs.js +0 -1
  1345. package/dist/components/ContentSelector/ContentSelector.es.js +0 -14
  1346. package/dist/components/ContentSelector/index.cjs.js +0 -1
  1347. package/dist/components/ContentSelector/index.es.js +0 -5
  1348. package/dist/components/DictionaryEditor/DictionaryEditor.cjs.js +0 -1
  1349. package/dist/components/DictionaryEditor/DictionaryEditor.es.js +0 -25
  1350. package/dist/components/DictionaryEditor/ItemLayout.cjs.js +0 -1
  1351. package/dist/components/DictionaryEditor/ItemLayout.es.js +0 -81
  1352. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.js +0 -1
  1353. package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.es.js +0 -10
  1354. package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs.js +0 -1
  1355. package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.es.js +0 -9
  1356. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.js +0 -1
  1357. package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.es.js +0 -9
  1358. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.js +0 -1
  1359. package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.es.js +0 -9
  1360. package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs.js +0 -1
  1361. package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.es.js +0 -7
  1362. package/dist/components/DictionaryEditor/NodeWrapper/index.cjs.js +0 -1
  1363. package/dist/components/DictionaryEditor/NodeWrapper/index.es.js +0 -11
  1364. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.js +0 -1
  1365. package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.es.js +0 -40
  1366. package/dist/components/DictionaryEditor/index.cjs.js +0 -1
  1367. package/dist/components/DictionaryEditor/index.es.js +0 -5
  1368. package/dist/components/DropDown/index.cjs.js +0 -5
  1369. package/dist/components/DropDown/index.es.js +0 -50
  1370. package/dist/components/DropDown/types.cjs.js +0 -1
  1371. package/dist/components/DropDown/types.es.js +0 -1
  1372. package/dist/components/Footer/index.cjs.js +0 -1
  1373. package/dist/components/Footer/index.es.js +0 -71
  1374. package/dist/components/Headers/SectionScroller.cjs.js +0 -1
  1375. package/dist/components/Headers/SectionScroller.es.js +0 -20
  1376. package/dist/components/Headers/index.cjs.js +0 -1
  1377. package/dist/components/Headers/index.es.js +0 -103
  1378. package/dist/components/IDE/CodeRender.cjs.js +0 -26
  1379. package/dist/components/IDE/CodeRender.es.js +0 -22872
  1380. package/dist/components/IDE/FileTree.cjs.js +0 -1
  1381. package/dist/components/IDE/FileTree.es.js +0 -112
  1382. package/dist/components/IDE/IDE.cjs.js +0 -1
  1383. package/dist/components/IDE/IDE.es.js +0 -187
  1384. package/dist/components/IDE/MarkDownRender.cjs.js +0 -1
  1385. package/dist/components/IDE/MarkDownRender.es.js +0 -7
  1386. package/dist/components/IDE/createFileTree.cjs.js +0 -1
  1387. package/dist/components/IDE/createFileTree.es.js +0 -25
  1388. package/dist/components/IDE/index.cjs.js +0 -1
  1389. package/dist/components/IDE/index.es.js +0 -7
  1390. package/dist/components/Loader/index.cjs.js +0 -1
  1391. package/dist/components/Loader/index.es.js +0 -23
  1392. package/dist/components/Loader/spinner.cjs.js +0 -1
  1393. package/dist/components/Loader/spinner.es.js +0 -22
  1394. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.js +0 -6
  1395. package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.es.js +0 -571
  1396. package/dist/components/LocaleSwitcherDropDown/index.cjs.js +0 -1
  1397. package/dist/components/LocaleSwitcherDropDown/index.es.js +0 -5
  1398. package/dist/components/Logo/LogoCircle.cjs.js +0 -1
  1399. package/dist/components/Logo/LogoCircle.es.js +0 -12
  1400. package/dist/components/Logo/LogoNoFrame.cjs.js +0 -1
  1401. package/dist/components/Logo/LogoNoFrame.es.js +0 -28
  1402. package/dist/components/Logo/LogoSquare.cjs.js +0 -1
  1403. package/dist/components/Logo/LogoSquare.es.js +0 -12
  1404. package/dist/components/Logo/LogoSquircle.cjs.js +0 -1
  1405. package/dist/components/Logo/LogoSquircle.es.js +0 -17
  1406. package/dist/components/Logo/LogoTextOnly.cjs.js +0 -1
  1407. package/dist/components/Logo/LogoTextOnly.es.js +0 -28
  1408. package/dist/components/Logo/LogoWithTextBelowCircle.cjs.js +0 -1
  1409. package/dist/components/Logo/LogoWithTextBelowCircle.es.js +0 -30
  1410. package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs.js +0 -1
  1411. package/dist/components/Logo/LogoWithTextBelowNoFrame.es.js +0 -28
  1412. package/dist/components/Logo/LogoWithTextBelowSquircle.cjs.js +0 -1
  1413. package/dist/components/Logo/LogoWithTextBelowSquircle.es.js +0 -17
  1414. package/dist/components/Logo/LogoWithTextCircle.cjs.js +0 -1
  1415. package/dist/components/Logo/LogoWithTextCircle.es.js +0 -51
  1416. package/dist/components/Logo/LogoWithTextNoFrame.cjs.js +0 -1
  1417. package/dist/components/Logo/LogoWithTextNoFrame.es.js +0 -28
  1418. package/dist/components/Logo/LogoWithTextSquircle.cjs.js +0 -1
  1419. package/dist/components/Logo/LogoWithTextSquircle.es.js +0 -17
  1420. package/dist/components/Logo/index.cjs.js +0 -1
  1421. package/dist/components/Logo/index.es.js +0 -65
  1422. package/dist/components/MarkDownRender/index.cjs.js +0 -1
  1423. package/dist/components/MarkDownRender/index.es.js +0 -106
  1424. package/dist/components/MaxHeightSmoother/index.cjs.js +0 -6
  1425. package/dist/components/MaxHeightSmoother/index.es.js +0 -52
  1426. package/dist/components/MaxWidthSmoother/index.cjs.js +0 -6
  1427. package/dist/components/MaxWidthSmoother/index.es.js +0 -39
  1428. package/dist/components/Modal/index.cjs.js +0 -1
  1429. package/dist/components/Modal/index.es.js +0 -64
  1430. package/dist/components/Navbar/Burger.cjs.js +0 -1
  1431. package/dist/components/Navbar/Burger.es.js +0 -84
  1432. package/dist/components/Navbar/DesktopNavbar.cjs.js +0 -7
  1433. package/dist/components/Navbar/DesktopNavbar.es.js +0 -76
  1434. package/dist/components/Navbar/MobileNavbar.cjs.js +0 -9
  1435. package/dist/components/Navbar/MobileNavbar.es.js +0 -199
  1436. package/dist/components/Navbar/index.cjs.js +0 -1
  1437. package/dist/components/Navbar/index.es.js +0 -25
  1438. package/dist/components/Navbar/useNavigation.cjs.js +0 -1
  1439. package/dist/components/Navbar/useNavigation.es.js +0 -39
  1440. package/dist/components/Popover/index.cjs.js +0 -1
  1441. package/dist/components/Popover/index.es.js +0 -52
  1442. package/dist/components/PressableDiv/PressableDiv.cjs.js +0 -1
  1443. package/dist/components/PressableDiv/PressableDiv.d.ts +0 -10
  1444. package/dist/components/PressableDiv/PressableDiv.es.js +0 -63
  1445. package/dist/components/PressableDiv/index.cjs.js +0 -1
  1446. package/dist/components/PressableDiv/index.d.ts +0 -1
  1447. package/dist/components/PressableDiv/index.es.js +0 -5
  1448. package/dist/components/ProfileDropDown/index.cjs.js +0 -6
  1449. package/dist/components/ProfileDropDown/index.es.js +0 -37
  1450. package/dist/components/RedirectionButton/RedirectionButton.cjs.js +0 -1
  1451. package/dist/components/RedirectionButton/RedirectionButton.d.ts +0 -8
  1452. package/dist/components/RedirectionButton/RedirectionButton.es.js +0 -34
  1453. package/dist/components/RedirectionButton/index.cjs.js +0 -1
  1454. package/dist/components/RedirectionButton/index.d.ts +0 -1
  1455. package/dist/components/RedirectionButton/index.es.js +0 -5
  1456. package/dist/components/RightDrawer/RightDrawer.cjs.js +0 -8
  1457. package/dist/components/RightDrawer/RightDrawer.es.js +0 -124
  1458. package/dist/components/RightDrawer/index.cjs.js +0 -1
  1459. package/dist/components/RightDrawer/index.es.js +0 -8
  1460. package/dist/components/RightDrawer/useRightDrawerStore.cjs.js +0 -1
  1461. package/dist/components/RightDrawer/useRightDrawerStore.es.js +0 -15
  1462. package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.js +0 -1
  1463. package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.es.js +0 -69
  1464. package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs.js +0 -1
  1465. package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.es.js +0 -65
  1466. package/dist/components/ThemeSwitcherDropDown/index.cjs.js +0 -1
  1467. package/dist/components/ThemeSwitcherDropDown/index.es.js +0 -9
  1468. package/dist/components/ThemeSwitcherDropDown/types.cjs.js +0 -1
  1469. package/dist/components/ThemeSwitcherDropDown/types.es.js +0 -5
  1470. package/dist/components/WithResizer/index.cjs.js +0 -1
  1471. package/dist/components/WithResizer/index.es.js +0 -82
  1472. package/dist/components/index.cjs.js +0 -1
  1473. package/dist/components/index.es.js +0 -65
  1474. package/dist/createLucideIcon-DlZEiEGq.js +0 -80
  1475. package/dist/createLucideIcon-ZOnO-fn6.cjs +0 -21
  1476. package/dist/hooks/index.cjs.js +0 -1
  1477. package/dist/hooks/index.es.js +0 -13
  1478. package/dist/hooks/useDevice.cjs.js +0 -1
  1479. package/dist/hooks/useDevice.es.js +0 -48
  1480. package/dist/hooks/useGetElementOrWindow.cjs.js +0 -1
  1481. package/dist/hooks/useGetElementOrWindow.es.js +0 -11
  1482. package/dist/hooks/useIsMounted.cjs.js +0 -1
  1483. package/dist/hooks/useIsMounted.es.js +0 -11
  1484. package/dist/hooks/useScrollBlockage/index.cjs.js +0 -1
  1485. package/dist/hooks/useScrollBlockage/index.es.js +0 -24
  1486. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs.js +0 -1
  1487. package/dist/hooks/useScrollBlockage/useScrollBlockageStore.es.js +0 -40
  1488. package/dist/hooks/useScrollDetection.cjs.js +0 -1
  1489. package/dist/hooks/useScrollDetection.es.js +0 -41
  1490. package/dist/index-CJEkIqT6.cjs +0 -1
  1491. package/dist/index-DBWNacRP.js +0 -133
  1492. package/dist/intlayer-editor/src/client/renderContentEditor.d.ts +0 -13
  1493. package/dist/jsx-runtime-D6agescH.cjs +0 -30
  1494. package/dist/jsx-runtime-Tw_Kw2GZ.js +0 -638
  1495. package/dist/localeList-CaRF-907.js +0 -300
  1496. package/dist/localeList-DlUgKn8J.cjs +0 -1
  1497. package/dist/motion-minimal-BFpJTMRN.js +0 -788
  1498. package/dist/motion-minimal-CwdK8lup.cjs +0 -1
  1499. package/dist/styled-components.browser.esm-D6kkzXl4.js +0 -1085
  1500. package/dist/styled-components.browser.esm-GqWwDlfY.cjs +0 -58
  1501. package/dist/sun-BQYZHcpc.cjs +0 -16
  1502. package/dist/sun-BrKC5Qwg.js +0 -49
  1503. package/dist/utils/capitalize.cjs.js +0 -1
  1504. package/dist/utils/capitalize.es.js +0 -5
  1505. package/dist/utils/cn.cjs.js +0 -1
  1506. package/dist/utils/cn.es.js +0 -2338
  1507. package/dist/x-BKwnSvvj.js +0 -15
  1508. package/dist/x-DIXoN4xe.cjs +0 -6
@@ -0,0 +1,95 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const client = require("@intlayer/config/client");
4
+ const libs_intlayerApi_fetcher = require("./fetcher.cjs");
5
+ const ORGANIZATION_API_ROUTE = `${client.getConfiguration().editor.backendURL}/api/organization`;
6
+ const getOrganizationAPI = (authAPIOptions = {}) => {
7
+ const getOrganizations = async (filters, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
8
+ ORGANIZATION_API_ROUTE,
9
+ authAPIOptions,
10
+ otherOptions,
11
+ {
12
+ params: filters
13
+ }
14
+ );
15
+ const getOrganization = async (organizationId, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
16
+ `${ORGANIZATION_API_ROUTE}/${String(organizationId)}`,
17
+ authAPIOptions,
18
+ otherOptions
19
+ );
20
+ const addOrganization = async (organization, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
21
+ ORGANIZATION_API_ROUTE,
22
+ authAPIOptions,
23
+ otherOptions,
24
+ {
25
+ method: "POST",
26
+ body: organization
27
+ }
28
+ );
29
+ const updateOrganization = async (organization, otherOptions = {}) => libs_intlayerApi_fetcher.fetcher(
30
+ ORGANIZATION_API_ROUTE,
31
+ authAPIOptions,
32
+ otherOptions,
33
+ {
34
+ method: "PUT",
35
+ body: organization
36
+ }
37
+ );
38
+ const updateOrganizationMembers = async (body, otherOptions = {}) => libs_intlayerApi_fetcher.fetcher(
39
+ `${ORGANIZATION_API_ROUTE}/members`,
40
+ authAPIOptions,
41
+ otherOptions,
42
+ {
43
+ method: "PUT",
44
+ body
45
+ }
46
+ );
47
+ const addOrganizationMember = async (body, otherOptions = {}) => libs_intlayerApi_fetcher.fetcher(
48
+ `${ORGANIZATION_API_ROUTE}/member`,
49
+ authAPIOptions,
50
+ otherOptions,
51
+ {
52
+ method: "POST",
53
+ body
54
+ }
55
+ );
56
+ const deleteOrganization = async (otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
57
+ ORGANIZATION_API_ROUTE,
58
+ authAPIOptions,
59
+ otherOptions,
60
+ {
61
+ method: "DELETE"
62
+ }
63
+ );
64
+ const selectOrganization = async (organizationId, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
65
+ `${ORGANIZATION_API_ROUTE}/${String(organizationId)}`,
66
+ authAPIOptions,
67
+ otherOptions,
68
+ {
69
+ method: "PUT"
70
+ }
71
+ );
72
+ const unselectOrganization = async (otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
73
+ `${ORGANIZATION_API_ROUTE}/logout`,
74
+ authAPIOptions,
75
+ otherOptions,
76
+ {
77
+ method: "POST"
78
+ }
79
+ );
80
+ return {
81
+ getOrganizations,
82
+ getOrganization,
83
+ addOrganization,
84
+ addOrganizationMember,
85
+ updateOrganization,
86
+ updateOrganizationMembers,
87
+ deleteOrganization,
88
+ selectOrganization,
89
+ unselectOrganization
90
+ };
91
+ };
92
+ const organizationAPI = getOrganizationAPI();
93
+ exports.getOrganizationAPI = getOrganizationAPI;
94
+ exports.organizationAPI = organizationAPI;
95
+ //# sourceMappingURL=organization.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organization.cjs","sources":["../../../src/libs/intlayer-api/organization.ts"],"sourcesContent":["import type {\n AddOrganizationBody,\n AddOrganizationResult,\n DeleteOrganizationResult,\n GetOrganizationParam,\n GetOrganizationResult,\n GetOrganizationsParams,\n GetOrganizationsResult,\n UpdateOrganizationBody,\n UpdateOrganizationResult,\n SelectOrganizationParam,\n SelectOrganizationResult,\n UnselectOrganizationResult,\n UpdateOrganizationMembersBody,\n UpdateOrganizationMembersResult,\n AddOrganizationMemberBody,\n AddOrganizationMemberResult,\n} from '@intlayer/backend';\nimport { getConfiguration } from '@intlayer/config/client';\nimport { fetcher, type FetcherOptions } from './fetcher';\n\nconst ORGANIZATION_API_ROUTE = `${getConfiguration().editor.backendURL}/api/organization`;\n\nexport const getOrganizationAPI = (authAPIOptions: FetcherOptions = {}) => {\n /**\n * Retrieves a list of organizations based on filters and pagination.\n * @param filters - Filters and pagination options.\n */\n const getOrganizations = async (\n filters?: GetOrganizationsParams,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetOrganizationsResult>(\n ORGANIZATION_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n params: filters,\n }\n );\n\n /**\n * Retrieves an organization by its ID.\n * @param organizationId - Organization ID.\n */\n const getOrganization = async (\n organizationId: GetOrganizationParam['organizationId'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetOrganizationResult>(\n `${ORGANIZATION_API_ROUTE}/${String(organizationId)}`,\n authAPIOptions,\n otherOptions\n );\n\n /**\n * Adds a new organization to the database.\n * @param organization - Organization data.\n */\n const addOrganization = async (\n organization: AddOrganizationBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<AddOrganizationResult>(\n ORGANIZATION_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body: organization,\n }\n );\n\n /**\n * Updates an existing organization in the database.\n * @param organization - Updated organization data.\n */\n const updateOrganization = async (\n organization: UpdateOrganizationBody,\n otherOptions: FetcherOptions = {}\n ) =>\n fetcher<UpdateOrganizationResult>(\n ORGANIZATION_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n body: organization,\n }\n );\n\n /**\n * Update members to the organization in the database.\n * @param body - Updated organization members data.\n */\n const updateOrganizationMembers = async (\n body: UpdateOrganizationMembersBody,\n otherOptions: FetcherOptions = {}\n ) =>\n fetcher<UpdateOrganizationMembersResult>(\n `${ORGANIZATION_API_ROUTE}/members`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n body,\n }\n );\n\n /**\n * Add member to the organization in the database.\n * @param body - Updated organization members data.\n */\n const addOrganizationMember = async (\n body: AddOrganizationMemberBody,\n otherOptions: FetcherOptions = {}\n ) =>\n fetcher<AddOrganizationMemberResult>(\n `${ORGANIZATION_API_ROUTE}/member`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body,\n }\n );\n\n /**\n * Deletes an organization from the database by its ID.\n * @param organizationId - Organization ID.\n */\n const deleteOrganization = async (otherOptions: FetcherOptions = {}) =>\n await fetcher<DeleteOrganizationResult>(\n ORGANIZATION_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n method: 'DELETE',\n }\n );\n\n /**\n * Select an organization from the database by its ID.\n * @param organizationId - Organization ID.\n */\n const selectOrganization = async (\n organizationId: SelectOrganizationParam['organizationId'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<SelectOrganizationResult>(\n `${ORGANIZATION_API_ROUTE}/${String(organizationId)}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n }\n );\n\n /**\n * Unselect an organization from the database by its ID.\n * @param organizationId - Organization ID.\n */\n const unselectOrganization = async (otherOptions: FetcherOptions = {}) =>\n await fetcher<UnselectOrganizationResult>(\n `${ORGANIZATION_API_ROUTE}/logout`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n }\n );\n\n return {\n getOrganizations,\n getOrganization,\n addOrganization,\n addOrganizationMember,\n updateOrganization,\n updateOrganizationMembers,\n deleteOrganization,\n selectOrganization,\n unselectOrganization,\n };\n};\n\nexport const organizationAPI = getOrganizationAPI();\n"],"names":["getConfiguration","fetcher"],"mappings":";;;;AAqBA,MAAM,yBAAyB,GAAGA,OAAiB,iBAAA,EAAE,OAAO,UAAU;AAE/D,MAAM,qBAAqB,CAAC,iBAAiC,OAAO;AAKzE,QAAM,mBAAmB,OACvB,SACA,eAA+B,CAAA,MAE/B,MAAMC,yBAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,kBAAkB,OACtB,gBACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,sBAAsB,IAAI,OAAO,cAAc,CAAC;AAAA,IACnD;AAAA,IACA;AAAA,EAAA;AAOJ,QAAM,kBAAkB,OACtB,cACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AAOJ,QAAM,qBAAqB,OACzB,cACA,eAA+B,CAE/B,MAAAA,yBAAA;AAAA,IACE;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AAOJ,QAAM,4BAA4B,OAChC,MACA,eAA+B,CAE/B,MAAAA,yBAAA;AAAA,IACE,GAAG,sBAAsB;AAAA,IACzB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR;AAAA,IACF;AAAA,EAAA;AAOJ,QAAM,wBAAwB,OAC5B,MACA,eAA+B,CAE/B,MAAAA,yBAAA;AAAA,IACE,GAAG,sBAAsB;AAAA,IACzB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR;AAAA,IACF;AAAA,EAAA;AAOJ,QAAM,qBAAqB,OAAO,eAA+B,CAAA,MAC/D,MAAMA,yBAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,qBAAqB,OACzB,gBACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,sBAAsB,IAAI,OAAO,cAAc,CAAC;AAAA,IACnD;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,uBAAuB,OAAO,eAA+B,CAAA,MACjE,MAAMA,yBAAA;AAAA,IACJ,GAAG,sBAAsB;AAAA,IACzB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAGG,SAAA;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA;AAEJ;AAEO,MAAM,kBAAkB,mBAAmB;;;"}
@@ -0,0 +1,26 @@
1
+ import { AddOrganizationBody, AddOrganizationResult, DeleteOrganizationResult, GetOrganizationParam, GetOrganizationResult, GetOrganizationsParams, GetOrganizationsResult, UpdateOrganizationBody, UpdateOrganizationResult, SelectOrganizationParam, SelectOrganizationResult, UnselectOrganizationResult, UpdateOrganizationMembersBody, UpdateOrganizationMembersResult, AddOrganizationMemberBody, AddOrganizationMemberResult } from '@intlayer/backend';
2
+ import { FetcherOptions } from './fetcher';
3
+
4
+ export declare const getOrganizationAPI: (authAPIOptions?: FetcherOptions) => {
5
+ getOrganizations: (filters?: GetOrganizationsParams, otherOptions?: FetcherOptions) => Promise<GetOrganizationsResult>;
6
+ getOrganization: (organizationId: GetOrganizationParam["organizationId"], otherOptions?: FetcherOptions) => Promise<GetOrganizationResult>;
7
+ addOrganization: (organization: AddOrganizationBody, otherOptions?: FetcherOptions) => Promise<AddOrganizationResult>;
8
+ addOrganizationMember: (body: AddOrganizationMemberBody, otherOptions?: FetcherOptions) => Promise<AddOrganizationMemberResult>;
9
+ updateOrganization: (organization: UpdateOrganizationBody, otherOptions?: FetcherOptions) => Promise<UpdateOrganizationResult>;
10
+ updateOrganizationMembers: (body: UpdateOrganizationMembersBody, otherOptions?: FetcherOptions) => Promise<UpdateOrganizationMembersResult>;
11
+ deleteOrganization: (otherOptions?: FetcherOptions) => Promise<DeleteOrganizationResult>;
12
+ selectOrganization: (organizationId: SelectOrganizationParam["organizationId"], otherOptions?: FetcherOptions) => Promise<SelectOrganizationResult>;
13
+ unselectOrganization: (otherOptions?: FetcherOptions) => Promise<UnselectOrganizationResult>;
14
+ };
15
+ export declare const organizationAPI: {
16
+ getOrganizations: (filters?: GetOrganizationsParams, otherOptions?: FetcherOptions) => Promise<GetOrganizationsResult>;
17
+ getOrganization: (organizationId: GetOrganizationParam["organizationId"], otherOptions?: FetcherOptions) => Promise<GetOrganizationResult>;
18
+ addOrganization: (organization: AddOrganizationBody, otherOptions?: FetcherOptions) => Promise<AddOrganizationResult>;
19
+ addOrganizationMember: (body: AddOrganizationMemberBody, otherOptions?: FetcherOptions) => Promise<AddOrganizationMemberResult>;
20
+ updateOrganization: (organization: UpdateOrganizationBody, otherOptions?: FetcherOptions) => Promise<UpdateOrganizationResult>;
21
+ updateOrganizationMembers: (body: UpdateOrganizationMembersBody, otherOptions?: FetcherOptions) => Promise<UpdateOrganizationMembersResult>;
22
+ deleteOrganization: (otherOptions?: FetcherOptions) => Promise<DeleteOrganizationResult>;
23
+ selectOrganization: (organizationId: SelectOrganizationParam["organizationId"], otherOptions?: FetcherOptions) => Promise<SelectOrganizationResult>;
24
+ unselectOrganization: (otherOptions?: FetcherOptions) => Promise<UnselectOrganizationResult>;
25
+ };
26
+ //# sourceMappingURL=organization.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organization.d.ts","sourceRoot":"","sources":["../../../src/libs/intlayer-api/organization.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,qBAAqB,EACrB,wBAAwB,EACxB,oBAAoB,EACpB,qBAAqB,EACrB,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACxB,0BAA0B,EAC1B,6BAA6B,EAC7B,+BAA+B,EAC/B,yBAAyB,EACzB,2BAA2B,EAC5B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAW,KAAK,cAAc,EAAE,MAAM,WAAW,CAAC;AAIzD,eAAO,MAAM,kBAAkB,oBAAoB,cAAc;iCAMnD,sBAAsB,iBAClB,cAAc;sCAgBZ,oBAAoB,CAAC,gBAAgB,CAAC,iBACxC,cAAc;oCAad,mBAAmB,iBACnB,cAAc;kCAqDtB,yBAAyB,iBACjB,cAAc;uCArCd,sBAAsB,iBACtB,cAAc;sCAiBtB,6BAA6B,iBACrB,cAAc;wCAkCkB,cAAc;yCAe5C,uBAAuB,CAAC,gBAAgB,CAAC,iBAC3C,cAAc;0CAeoB,cAAc;CAqBjE,CAAC;AAEF,eAAO,MAAM,eAAe;iCA5Jd,sBAAsB,iBAClB,cAAc;sCAgBZ,oBAAoB,CAAC,gBAAgB,CAAC,iBACxC,cAAc;oCAad,mBAAmB,iBACnB,cAAc;kCAqDtB,yBAAyB,iBACjB,cAAc;uCArCd,sBAAsB,iBACtB,cAAc;sCAiBtB,6BAA6B,iBACrB,cAAc;wCAkCkB,cAAc;yCAe5C,uBAAuB,CAAC,gBAAgB,CAAC,iBAC3C,cAAc;0CAeoB,cAAc;CAuBf,CAAC"}
@@ -0,0 +1,95 @@
1
+ import { getConfiguration } from "@intlayer/config/client";
2
+ import { fetcher } from "./fetcher.mjs";
3
+ const ORGANIZATION_API_ROUTE = `${getConfiguration().editor.backendURL}/api/organization`;
4
+ const getOrganizationAPI = (authAPIOptions = {}) => {
5
+ const getOrganizations = async (filters, otherOptions = {}) => await fetcher(
6
+ ORGANIZATION_API_ROUTE,
7
+ authAPIOptions,
8
+ otherOptions,
9
+ {
10
+ params: filters
11
+ }
12
+ );
13
+ const getOrganization = async (organizationId, otherOptions = {}) => await fetcher(
14
+ `${ORGANIZATION_API_ROUTE}/${String(organizationId)}`,
15
+ authAPIOptions,
16
+ otherOptions
17
+ );
18
+ const addOrganization = async (organization, otherOptions = {}) => await fetcher(
19
+ ORGANIZATION_API_ROUTE,
20
+ authAPIOptions,
21
+ otherOptions,
22
+ {
23
+ method: "POST",
24
+ body: organization
25
+ }
26
+ );
27
+ const updateOrganization = async (organization, otherOptions = {}) => fetcher(
28
+ ORGANIZATION_API_ROUTE,
29
+ authAPIOptions,
30
+ otherOptions,
31
+ {
32
+ method: "PUT",
33
+ body: organization
34
+ }
35
+ );
36
+ const updateOrganizationMembers = async (body, otherOptions = {}) => fetcher(
37
+ `${ORGANIZATION_API_ROUTE}/members`,
38
+ authAPIOptions,
39
+ otherOptions,
40
+ {
41
+ method: "PUT",
42
+ body
43
+ }
44
+ );
45
+ const addOrganizationMember = async (body, otherOptions = {}) => fetcher(
46
+ `${ORGANIZATION_API_ROUTE}/member`,
47
+ authAPIOptions,
48
+ otherOptions,
49
+ {
50
+ method: "POST",
51
+ body
52
+ }
53
+ );
54
+ const deleteOrganization = async (otherOptions = {}) => await fetcher(
55
+ ORGANIZATION_API_ROUTE,
56
+ authAPIOptions,
57
+ otherOptions,
58
+ {
59
+ method: "DELETE"
60
+ }
61
+ );
62
+ const selectOrganization = async (organizationId, otherOptions = {}) => await fetcher(
63
+ `${ORGANIZATION_API_ROUTE}/${String(organizationId)}`,
64
+ authAPIOptions,
65
+ otherOptions,
66
+ {
67
+ method: "PUT"
68
+ }
69
+ );
70
+ const unselectOrganization = async (otherOptions = {}) => await fetcher(
71
+ `${ORGANIZATION_API_ROUTE}/logout`,
72
+ authAPIOptions,
73
+ otherOptions,
74
+ {
75
+ method: "POST"
76
+ }
77
+ );
78
+ return {
79
+ getOrganizations,
80
+ getOrganization,
81
+ addOrganization,
82
+ addOrganizationMember,
83
+ updateOrganization,
84
+ updateOrganizationMembers,
85
+ deleteOrganization,
86
+ selectOrganization,
87
+ unselectOrganization
88
+ };
89
+ };
90
+ const organizationAPI = getOrganizationAPI();
91
+ export {
92
+ getOrganizationAPI,
93
+ organizationAPI
94
+ };
95
+ //# sourceMappingURL=organization.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organization.mjs","sources":["../../../src/libs/intlayer-api/organization.ts"],"sourcesContent":["import type {\n AddOrganizationBody,\n AddOrganizationResult,\n DeleteOrganizationResult,\n GetOrganizationParam,\n GetOrganizationResult,\n GetOrganizationsParams,\n GetOrganizationsResult,\n UpdateOrganizationBody,\n UpdateOrganizationResult,\n SelectOrganizationParam,\n SelectOrganizationResult,\n UnselectOrganizationResult,\n UpdateOrganizationMembersBody,\n UpdateOrganizationMembersResult,\n AddOrganizationMemberBody,\n AddOrganizationMemberResult,\n} from '@intlayer/backend';\nimport { getConfiguration } from '@intlayer/config/client';\nimport { fetcher, type FetcherOptions } from './fetcher';\n\nconst ORGANIZATION_API_ROUTE = `${getConfiguration().editor.backendURL}/api/organization`;\n\nexport const getOrganizationAPI = (authAPIOptions: FetcherOptions = {}) => {\n /**\n * Retrieves a list of organizations based on filters and pagination.\n * @param filters - Filters and pagination options.\n */\n const getOrganizations = async (\n filters?: GetOrganizationsParams,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetOrganizationsResult>(\n ORGANIZATION_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n params: filters,\n }\n );\n\n /**\n * Retrieves an organization by its ID.\n * @param organizationId - Organization ID.\n */\n const getOrganization = async (\n organizationId: GetOrganizationParam['organizationId'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetOrganizationResult>(\n `${ORGANIZATION_API_ROUTE}/${String(organizationId)}`,\n authAPIOptions,\n otherOptions\n );\n\n /**\n * Adds a new organization to the database.\n * @param organization - Organization data.\n */\n const addOrganization = async (\n organization: AddOrganizationBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<AddOrganizationResult>(\n ORGANIZATION_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body: organization,\n }\n );\n\n /**\n * Updates an existing organization in the database.\n * @param organization - Updated organization data.\n */\n const updateOrganization = async (\n organization: UpdateOrganizationBody,\n otherOptions: FetcherOptions = {}\n ) =>\n fetcher<UpdateOrganizationResult>(\n ORGANIZATION_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n body: organization,\n }\n );\n\n /**\n * Update members to the organization in the database.\n * @param body - Updated organization members data.\n */\n const updateOrganizationMembers = async (\n body: UpdateOrganizationMembersBody,\n otherOptions: FetcherOptions = {}\n ) =>\n fetcher<UpdateOrganizationMembersResult>(\n `${ORGANIZATION_API_ROUTE}/members`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n body,\n }\n );\n\n /**\n * Add member to the organization in the database.\n * @param body - Updated organization members data.\n */\n const addOrganizationMember = async (\n body: AddOrganizationMemberBody,\n otherOptions: FetcherOptions = {}\n ) =>\n fetcher<AddOrganizationMemberResult>(\n `${ORGANIZATION_API_ROUTE}/member`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body,\n }\n );\n\n /**\n * Deletes an organization from the database by its ID.\n * @param organizationId - Organization ID.\n */\n const deleteOrganization = async (otherOptions: FetcherOptions = {}) =>\n await fetcher<DeleteOrganizationResult>(\n ORGANIZATION_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n method: 'DELETE',\n }\n );\n\n /**\n * Select an organization from the database by its ID.\n * @param organizationId - Organization ID.\n */\n const selectOrganization = async (\n organizationId: SelectOrganizationParam['organizationId'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<SelectOrganizationResult>(\n `${ORGANIZATION_API_ROUTE}/${String(organizationId)}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n }\n );\n\n /**\n * Unselect an organization from the database by its ID.\n * @param organizationId - Organization ID.\n */\n const unselectOrganization = async (otherOptions: FetcherOptions = {}) =>\n await fetcher<UnselectOrganizationResult>(\n `${ORGANIZATION_API_ROUTE}/logout`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n }\n );\n\n return {\n getOrganizations,\n getOrganization,\n addOrganization,\n addOrganizationMember,\n updateOrganization,\n updateOrganizationMembers,\n deleteOrganization,\n selectOrganization,\n unselectOrganization,\n };\n};\n\nexport const organizationAPI = getOrganizationAPI();\n"],"names":[],"mappings":";;AAqBA,MAAM,yBAAyB,GAAG,iBAAiB,EAAE,OAAO,UAAU;AAE/D,MAAM,qBAAqB,CAAC,iBAAiC,OAAO;AAKzE,QAAM,mBAAmB,OACvB,SACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,kBAAkB,OACtB,gBACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ,GAAG,sBAAsB,IAAI,OAAO,cAAc,CAAC;AAAA,IACnD;AAAA,IACA;AAAA,EAAA;AAOJ,QAAM,kBAAkB,OACtB,cACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AAOJ,QAAM,qBAAqB,OACzB,cACA,eAA+B,CAE/B,MAAA;AAAA,IACE;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AAOJ,QAAM,4BAA4B,OAChC,MACA,eAA+B,CAE/B,MAAA;AAAA,IACE,GAAG,sBAAsB;AAAA,IACzB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR;AAAA,IACF;AAAA,EAAA;AAOJ,QAAM,wBAAwB,OAC5B,MACA,eAA+B,CAE/B,MAAA;AAAA,IACE,GAAG,sBAAsB;AAAA,IACzB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR;AAAA,IACF;AAAA,EAAA;AAOJ,QAAM,qBAAqB,OAAO,eAA+B,CAAA,MAC/D,MAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,qBAAqB,OACzB,gBACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ,GAAG,sBAAsB,IAAI,OAAO,cAAc,CAAC;AAAA,IACnD;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,uBAAuB,OAAO,eAA+B,CAAA,MACjE,MAAM;AAAA,IACJ,GAAG,sBAAsB;AAAA,IACzB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAGG,SAAA;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA;AAEJ;AAEO,MAAM,kBAAkB,mBAAmB;"}
@@ -0,0 +1,110 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const client = require("@intlayer/config/client");
4
+ const libs_intlayerApi_fetcher = require("./fetcher.cjs");
5
+ const backendURL = client.getConfiguration().editor.backendURL;
6
+ const PROJECT_API_ROUTE = `${backendURL}/api/project`;
7
+ const getProjectAPI = (authAPIOptions = {}) => {
8
+ const getProjects = async (filters, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
9
+ PROJECT_API_ROUTE,
10
+ authAPIOptions,
11
+ otherOptions,
12
+ {
13
+ params: filters
14
+ }
15
+ );
16
+ const addProject = async (project, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
17
+ `${PROJECT_API_ROUTE}`,
18
+ authAPIOptions,
19
+ otherOptions,
20
+ {
21
+ method: "POST",
22
+ body: project
23
+ }
24
+ );
25
+ const updateProject = async (project, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
26
+ `${PROJECT_API_ROUTE}`,
27
+ authAPIOptions,
28
+ otherOptions,
29
+ {
30
+ method: "PUT",
31
+ body: project
32
+ }
33
+ );
34
+ const updateProjectMembers = async (body, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
35
+ `${PROJECT_API_ROUTE}/members`,
36
+ authAPIOptions,
37
+ otherOptions,
38
+ {
39
+ method: "PUT",
40
+ body
41
+ }
42
+ );
43
+ const deleteProject = async (otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
44
+ `${PROJECT_API_ROUTE}`,
45
+ authAPIOptions,
46
+ otherOptions,
47
+ {
48
+ method: "DELETE"
49
+ }
50
+ );
51
+ const selectProject = async (projectId, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
52
+ `${PROJECT_API_ROUTE}/${String(projectId)}`,
53
+ authAPIOptions,
54
+ otherOptions,
55
+ {
56
+ method: "PUT"
57
+ }
58
+ );
59
+ const unselectProject = async (otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
60
+ `${PROJECT_API_ROUTE}/logout`,
61
+ authAPIOptions,
62
+ otherOptions,
63
+ {
64
+ method: "POST"
65
+ }
66
+ );
67
+ const addNewAccessKey = async (accessKey, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
68
+ `${PROJECT_API_ROUTE}/access_key`,
69
+ authAPIOptions,
70
+ otherOptions,
71
+ {
72
+ method: "POST",
73
+ body: accessKey
74
+ }
75
+ );
76
+ const deleteAccessKey = async (clientId, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
77
+ `${PROJECT_API_ROUTE}/access_key`,
78
+ authAPIOptions,
79
+ otherOptions,
80
+ {
81
+ method: "DELETE",
82
+ body: { clientId }
83
+ }
84
+ );
85
+ const refreshAccessKey = async (clientId, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
86
+ `${PROJECT_API_ROUTE}/access_key`,
87
+ authAPIOptions,
88
+ otherOptions,
89
+ {
90
+ method: "PATCH",
91
+ body: { clientId }
92
+ }
93
+ );
94
+ return {
95
+ getProjects,
96
+ addProject,
97
+ updateProject,
98
+ updateProjectMembers,
99
+ deleteProject,
100
+ selectProject,
101
+ unselectProject,
102
+ addNewAccessKey,
103
+ deleteAccessKey,
104
+ refreshAccessKey
105
+ };
106
+ };
107
+ const projectAPI = getProjectAPI();
108
+ exports.getProjectAPI = getProjectAPI;
109
+ exports.projectAPI = projectAPI;
110
+ //# sourceMappingURL=project.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project.cjs","sources":["../../../src/libs/intlayer-api/project.ts"],"sourcesContent":["import type {\n AddProjectBody,\n AddProjectResult,\n DeleteProjectResult,\n GetProjectsParams,\n GetProjectsResult,\n UpdateProjectBody,\n UpdateProjectResult,\n SelectProjectParam,\n SelectProjectResult,\n UnselectProjectResult,\n AddNewAccessKeyBody,\n AddNewAccessKeyResponse,\n DeleteAccessKeyBody,\n DeleteAccessKeyResponse,\n RefreshAccessKeyBody,\n RefreshAccessKeyResponse,\n UpdateProjectMembersBody,\n UpdateProjectMembersResult,\n} from '@intlayer/backend';\nimport { getConfiguration } from '@intlayer/config/client';\nimport { fetcher, type FetcherOptions } from './fetcher';\n\nconst backendURL = getConfiguration().editor.backendURL;\nconst PROJECT_API_ROUTE = `${backendURL}/api/project`;\n\nexport const getProjectAPI = (authAPIOptions: FetcherOptions = {}) => {\n /**\n * Retrieves a list of projects based on filters and pagination.\n * @param filters - Filters and pagination options.\n */\n const getProjects = async (\n filters?: GetProjectsParams,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetProjectsResult>(\n PROJECT_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n params: filters,\n }\n );\n\n /**\n * Adds a new project to the database.\n * @param project - Project data.\n */\n const addProject = async (\n project: AddProjectBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<AddProjectResult>(\n `${PROJECT_API_ROUTE}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body: project,\n }\n );\n\n /**\n * Updates an existing project in the database.\n * @param project - Updated project data.\n */\n const updateProject = async (\n project: UpdateProjectBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<UpdateProjectResult>(\n `${PROJECT_API_ROUTE}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n body: project,\n }\n );\n\n /**\n * Updates project members in the database.\n * @param project - Updated project data.\n */\n const updateProjectMembers = async (\n body: UpdateProjectMembersBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<UpdateProjectMembersResult>(\n `${PROJECT_API_ROUTE}/members`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n body,\n }\n );\n\n /**\n * Deletes a project from the database by its ID.\n * @param id - Project ID.\n */\n const deleteProject = async (otherOptions: FetcherOptions = {}) =>\n await fetcher<DeleteProjectResult>(\n `${PROJECT_API_ROUTE}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'DELETE',\n }\n );\n\n /**\n * Select a project from the database by its ID.\n * @param projectId - Organization ID.\n */\n const selectProject = async (\n projectId: SelectProjectParam['projectId'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<SelectProjectResult>(\n `${PROJECT_API_ROUTE}/${String(projectId)}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n }\n );\n\n /**\n * Unselect a project from the database by its ID.\n * @param projectId - Project ID.\n */\n const unselectProject = async (otherOptions: FetcherOptions = {}) =>\n await fetcher<UnselectProjectResult>(\n `${PROJECT_API_ROUTE}/logout`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n }\n );\n\n /**\n * Add a new access key to a project.\n * @param accessKey - Access key data.\n * @param otherOptions - Fetcher options.\n * @returns The new access key.\n */\n const addNewAccessKey = async (\n accessKey: AddNewAccessKeyBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<AddNewAccessKeyResponse>(\n `${PROJECT_API_ROUTE}/access_key`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body: accessKey,\n }\n );\n\n /**\n * Delete a project access key.\n * @param clientId - Access key client ID.\n * @param otherOptions - Fetcher options.\n * @returns The deleted project.\n */\n const deleteAccessKey = async (\n clientId: DeleteAccessKeyBody['clientId'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<DeleteAccessKeyResponse>(\n `${PROJECT_API_ROUTE}/access_key`,\n authAPIOptions,\n otherOptions,\n {\n method: 'DELETE',\n body: { clientId },\n }\n );\n\n /**\n * Refreshes an access key from a project.\n * @param clientId - The ID of the client to refresh.\n * @param projectId - The ID of the project to refresh the access key from.\n * @returns The new access key.\n */\n const refreshAccessKey = async (\n clientId: RefreshAccessKeyBody['clientId'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<RefreshAccessKeyResponse>(\n `${PROJECT_API_ROUTE}/access_key`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PATCH',\n body: { clientId },\n }\n );\n\n return {\n getProjects,\n addProject,\n updateProject,\n updateProjectMembers,\n deleteProject,\n selectProject,\n unselectProject,\n addNewAccessKey,\n deleteAccessKey,\n refreshAccessKey,\n };\n};\n\nexport const projectAPI = getProjectAPI();\n"],"names":["getConfiguration","fetcher"],"mappings":";;;;AAuBA,MAAM,aAAaA,OAAiB,iBAAA,EAAE,OAAO;AAC7C,MAAM,oBAAoB,GAAG,UAAU;AAEhC,MAAM,gBAAgB,CAAC,iBAAiC,OAAO;AAKpE,QAAM,cAAc,OAClB,SACA,eAA+B,CAAA,MAE/B,MAAMC,yBAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,aAAa,OACjB,SACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AAOJ,QAAM,gBAAgB,OACpB,SACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AAOJ,QAAM,uBAAuB,OAC3B,MACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR;AAAA,IACF;AAAA,EAAA;AAOJ,QAAM,gBAAgB,OAAO,eAA+B,CAAA,MAC1D,MAAMA,yBAAA;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,gBAAgB,OACpB,WACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,iBAAiB,IAAI,OAAO,SAAS,CAAC;AAAA,IACzC;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,kBAAkB,OAAO,eAA+B,CAAA,MAC5D,MAAMA,yBAAA;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AASJ,QAAM,kBAAkB,OACtB,WACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AASJ,QAAM,kBAAkB,OACtB,UACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM,EAAE,SAAS;AAAA,IACnB;AAAA,EAAA;AASJ,QAAM,mBAAmB,OACvB,UACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM,EAAE,SAAS;AAAA,IACnB;AAAA,EAAA;AAGG,SAAA;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA;AAEJ;AAEO,MAAM,aAAa,cAAc;;;"}
@@ -0,0 +1,28 @@
1
+ import { AddProjectBody, AddProjectResult, DeleteProjectResult, GetProjectsParams, GetProjectsResult, UpdateProjectBody, UpdateProjectResult, SelectProjectParam, SelectProjectResult, UnselectProjectResult, AddNewAccessKeyBody, AddNewAccessKeyResponse, DeleteAccessKeyBody, DeleteAccessKeyResponse, RefreshAccessKeyBody, RefreshAccessKeyResponse, UpdateProjectMembersBody, UpdateProjectMembersResult } from '@intlayer/backend';
2
+ import { FetcherOptions } from './fetcher';
3
+
4
+ export declare const getProjectAPI: (authAPIOptions?: FetcherOptions) => {
5
+ getProjects: (filters?: GetProjectsParams, otherOptions?: FetcherOptions) => Promise<GetProjectsResult>;
6
+ addProject: (project: AddProjectBody, otherOptions?: FetcherOptions) => Promise<AddProjectResult>;
7
+ updateProject: (project: UpdateProjectBody, otherOptions?: FetcherOptions) => Promise<UpdateProjectResult>;
8
+ updateProjectMembers: (body: UpdateProjectMembersBody, otherOptions?: FetcherOptions) => Promise<UpdateProjectMembersResult>;
9
+ deleteProject: (otherOptions?: FetcherOptions) => Promise<DeleteProjectResult>;
10
+ selectProject: (projectId: SelectProjectParam["projectId"], otherOptions?: FetcherOptions) => Promise<SelectProjectResult>;
11
+ unselectProject: (otherOptions?: FetcherOptions) => Promise<UnselectProjectResult>;
12
+ addNewAccessKey: (accessKey: AddNewAccessKeyBody, otherOptions?: FetcherOptions) => Promise<AddNewAccessKeyResponse>;
13
+ deleteAccessKey: (clientId: DeleteAccessKeyBody["clientId"], otherOptions?: FetcherOptions) => Promise<DeleteAccessKeyResponse>;
14
+ refreshAccessKey: (clientId: RefreshAccessKeyBody["clientId"], otherOptions?: FetcherOptions) => Promise<RefreshAccessKeyResponse>;
15
+ };
16
+ export declare const projectAPI: {
17
+ getProjects: (filters?: GetProjectsParams, otherOptions?: FetcherOptions) => Promise<GetProjectsResult>;
18
+ addProject: (project: AddProjectBody, otherOptions?: FetcherOptions) => Promise<AddProjectResult>;
19
+ updateProject: (project: UpdateProjectBody, otherOptions?: FetcherOptions) => Promise<UpdateProjectResult>;
20
+ updateProjectMembers: (body: UpdateProjectMembersBody, otherOptions?: FetcherOptions) => Promise<UpdateProjectMembersResult>;
21
+ deleteProject: (otherOptions?: FetcherOptions) => Promise<DeleteProjectResult>;
22
+ selectProject: (projectId: SelectProjectParam["projectId"], otherOptions?: FetcherOptions) => Promise<SelectProjectResult>;
23
+ unselectProject: (otherOptions?: FetcherOptions) => Promise<UnselectProjectResult>;
24
+ addNewAccessKey: (accessKey: AddNewAccessKeyBody, otherOptions?: FetcherOptions) => Promise<AddNewAccessKeyResponse>;
25
+ deleteAccessKey: (clientId: DeleteAccessKeyBody["clientId"], otherOptions?: FetcherOptions) => Promise<DeleteAccessKeyResponse>;
26
+ refreshAccessKey: (clientId: RefreshAccessKeyBody["clientId"], otherOptions?: FetcherOptions) => Promise<RefreshAccessKeyResponse>;
27
+ };
28
+ //# sourceMappingURL=project.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../../src/libs/intlayer-api/project.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,cAAc,EACd,gBAAgB,EAChB,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,uBAAuB,EACvB,mBAAmB,EACnB,uBAAuB,EACvB,oBAAoB,EACpB,wBAAwB,EACxB,wBAAwB,EACxB,0BAA0B,EAC3B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAW,KAAK,cAAc,EAAE,MAAM,WAAW,CAAC;AAKzD,eAAO,MAAM,aAAa,oBAAoB,cAAc;4BAM9C,iBAAiB,iBACb,cAAc;0BAgBnB,cAAc,iBACT,cAAc;6BAiBnB,iBAAiB,iBACZ,cAAc;iCAiBtB,wBAAwB,iBAChB,cAAc;mCAgBa,cAAc;+BAe5C,kBAAkB,CAAC,WAAW,CAAC,iBAC5B,cAAc;qCAee,cAAc;iCAiB9C,mBAAmB,iBAChB,cAAc;gCAmBlB,mBAAmB,CAAC,UAAU,CAAC,iBAC3B,cAAc;iCAmBlB,oBAAoB,CAAC,UAAU,CAAC,iBAC5B,cAAc;CAwB/B,CAAC;AAEF,eAAO,MAAM,UAAU;4BAzLT,iBAAiB,iBACb,cAAc;0BAgBnB,cAAc,iBACT,cAAc;6BAiBnB,iBAAiB,iBACZ,cAAc;iCAiBtB,wBAAwB,iBAChB,cAAc;mCAgBa,cAAc;+BAe5C,kBAAkB,CAAC,WAAW,CAAC,iBAC5B,cAAc;qCAee,cAAc;iCAiB9C,mBAAmB,iBAChB,cAAc;gCAmBlB,mBAAmB,CAAC,UAAU,CAAC,iBAC3B,cAAc;iCAmBlB,oBAAoB,CAAC,UAAU,CAAC,iBAC5B,cAAc;CA0BS,CAAC"}
@@ -0,0 +1,110 @@
1
+ import { getConfiguration } from "@intlayer/config/client";
2
+ import { fetcher } from "./fetcher.mjs";
3
+ const backendURL = getConfiguration().editor.backendURL;
4
+ const PROJECT_API_ROUTE = `${backendURL}/api/project`;
5
+ const getProjectAPI = (authAPIOptions = {}) => {
6
+ const getProjects = async (filters, otherOptions = {}) => await fetcher(
7
+ PROJECT_API_ROUTE,
8
+ authAPIOptions,
9
+ otherOptions,
10
+ {
11
+ params: filters
12
+ }
13
+ );
14
+ const addProject = async (project, otherOptions = {}) => await fetcher(
15
+ `${PROJECT_API_ROUTE}`,
16
+ authAPIOptions,
17
+ otherOptions,
18
+ {
19
+ method: "POST",
20
+ body: project
21
+ }
22
+ );
23
+ const updateProject = async (project, otherOptions = {}) => await fetcher(
24
+ `${PROJECT_API_ROUTE}`,
25
+ authAPIOptions,
26
+ otherOptions,
27
+ {
28
+ method: "PUT",
29
+ body: project
30
+ }
31
+ );
32
+ const updateProjectMembers = async (body, otherOptions = {}) => await fetcher(
33
+ `${PROJECT_API_ROUTE}/members`,
34
+ authAPIOptions,
35
+ otherOptions,
36
+ {
37
+ method: "PUT",
38
+ body
39
+ }
40
+ );
41
+ const deleteProject = async (otherOptions = {}) => await fetcher(
42
+ `${PROJECT_API_ROUTE}`,
43
+ authAPIOptions,
44
+ otherOptions,
45
+ {
46
+ method: "DELETE"
47
+ }
48
+ );
49
+ const selectProject = async (projectId, otherOptions = {}) => await fetcher(
50
+ `${PROJECT_API_ROUTE}/${String(projectId)}`,
51
+ authAPIOptions,
52
+ otherOptions,
53
+ {
54
+ method: "PUT"
55
+ }
56
+ );
57
+ const unselectProject = async (otherOptions = {}) => await fetcher(
58
+ `${PROJECT_API_ROUTE}/logout`,
59
+ authAPIOptions,
60
+ otherOptions,
61
+ {
62
+ method: "POST"
63
+ }
64
+ );
65
+ const addNewAccessKey = async (accessKey, otherOptions = {}) => await fetcher(
66
+ `${PROJECT_API_ROUTE}/access_key`,
67
+ authAPIOptions,
68
+ otherOptions,
69
+ {
70
+ method: "POST",
71
+ body: accessKey
72
+ }
73
+ );
74
+ const deleteAccessKey = async (clientId, otherOptions = {}) => await fetcher(
75
+ `${PROJECT_API_ROUTE}/access_key`,
76
+ authAPIOptions,
77
+ otherOptions,
78
+ {
79
+ method: "DELETE",
80
+ body: { clientId }
81
+ }
82
+ );
83
+ const refreshAccessKey = async (clientId, otherOptions = {}) => await fetcher(
84
+ `${PROJECT_API_ROUTE}/access_key`,
85
+ authAPIOptions,
86
+ otherOptions,
87
+ {
88
+ method: "PATCH",
89
+ body: { clientId }
90
+ }
91
+ );
92
+ return {
93
+ getProjects,
94
+ addProject,
95
+ updateProject,
96
+ updateProjectMembers,
97
+ deleteProject,
98
+ selectProject,
99
+ unselectProject,
100
+ addNewAccessKey,
101
+ deleteAccessKey,
102
+ refreshAccessKey
103
+ };
104
+ };
105
+ const projectAPI = getProjectAPI();
106
+ export {
107
+ getProjectAPI,
108
+ projectAPI
109
+ };
110
+ //# sourceMappingURL=project.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project.mjs","sources":["../../../src/libs/intlayer-api/project.ts"],"sourcesContent":["import type {\n AddProjectBody,\n AddProjectResult,\n DeleteProjectResult,\n GetProjectsParams,\n GetProjectsResult,\n UpdateProjectBody,\n UpdateProjectResult,\n SelectProjectParam,\n SelectProjectResult,\n UnselectProjectResult,\n AddNewAccessKeyBody,\n AddNewAccessKeyResponse,\n DeleteAccessKeyBody,\n DeleteAccessKeyResponse,\n RefreshAccessKeyBody,\n RefreshAccessKeyResponse,\n UpdateProjectMembersBody,\n UpdateProjectMembersResult,\n} from '@intlayer/backend';\nimport { getConfiguration } from '@intlayer/config/client';\nimport { fetcher, type FetcherOptions } from './fetcher';\n\nconst backendURL = getConfiguration().editor.backendURL;\nconst PROJECT_API_ROUTE = `${backendURL}/api/project`;\n\nexport const getProjectAPI = (authAPIOptions: FetcherOptions = {}) => {\n /**\n * Retrieves a list of projects based on filters and pagination.\n * @param filters - Filters and pagination options.\n */\n const getProjects = async (\n filters?: GetProjectsParams,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetProjectsResult>(\n PROJECT_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n params: filters,\n }\n );\n\n /**\n * Adds a new project to the database.\n * @param project - Project data.\n */\n const addProject = async (\n project: AddProjectBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<AddProjectResult>(\n `${PROJECT_API_ROUTE}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body: project,\n }\n );\n\n /**\n * Updates an existing project in the database.\n * @param project - Updated project data.\n */\n const updateProject = async (\n project: UpdateProjectBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<UpdateProjectResult>(\n `${PROJECT_API_ROUTE}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n body: project,\n }\n );\n\n /**\n * Updates project members in the database.\n * @param project - Updated project data.\n */\n const updateProjectMembers = async (\n body: UpdateProjectMembersBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<UpdateProjectMembersResult>(\n `${PROJECT_API_ROUTE}/members`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n body,\n }\n );\n\n /**\n * Deletes a project from the database by its ID.\n * @param id - Project ID.\n */\n const deleteProject = async (otherOptions: FetcherOptions = {}) =>\n await fetcher<DeleteProjectResult>(\n `${PROJECT_API_ROUTE}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'DELETE',\n }\n );\n\n /**\n * Select a project from the database by its ID.\n * @param projectId - Organization ID.\n */\n const selectProject = async (\n projectId: SelectProjectParam['projectId'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<SelectProjectResult>(\n `${PROJECT_API_ROUTE}/${String(projectId)}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n }\n );\n\n /**\n * Unselect a project from the database by its ID.\n * @param projectId - Project ID.\n */\n const unselectProject = async (otherOptions: FetcherOptions = {}) =>\n await fetcher<UnselectProjectResult>(\n `${PROJECT_API_ROUTE}/logout`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n }\n );\n\n /**\n * Add a new access key to a project.\n * @param accessKey - Access key data.\n * @param otherOptions - Fetcher options.\n * @returns The new access key.\n */\n const addNewAccessKey = async (\n accessKey: AddNewAccessKeyBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<AddNewAccessKeyResponse>(\n `${PROJECT_API_ROUTE}/access_key`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body: accessKey,\n }\n );\n\n /**\n * Delete a project access key.\n * @param clientId - Access key client ID.\n * @param otherOptions - Fetcher options.\n * @returns The deleted project.\n */\n const deleteAccessKey = async (\n clientId: DeleteAccessKeyBody['clientId'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<DeleteAccessKeyResponse>(\n `${PROJECT_API_ROUTE}/access_key`,\n authAPIOptions,\n otherOptions,\n {\n method: 'DELETE',\n body: { clientId },\n }\n );\n\n /**\n * Refreshes an access key from a project.\n * @param clientId - The ID of the client to refresh.\n * @param projectId - The ID of the project to refresh the access key from.\n * @returns The new access key.\n */\n const refreshAccessKey = async (\n clientId: RefreshAccessKeyBody['clientId'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<RefreshAccessKeyResponse>(\n `${PROJECT_API_ROUTE}/access_key`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PATCH',\n body: { clientId },\n }\n );\n\n return {\n getProjects,\n addProject,\n updateProject,\n updateProjectMembers,\n deleteProject,\n selectProject,\n unselectProject,\n addNewAccessKey,\n deleteAccessKey,\n refreshAccessKey,\n };\n};\n\nexport const projectAPI = getProjectAPI();\n"],"names":[],"mappings":";;AAuBA,MAAM,aAAa,iBAAiB,EAAE,OAAO;AAC7C,MAAM,oBAAoB,GAAG,UAAU;AAEhC,MAAM,gBAAgB,CAAC,iBAAiC,OAAO;AAKpE,QAAM,cAAc,OAClB,SACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,aAAa,OACjB,SACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AAOJ,QAAM,gBAAgB,OACpB,SACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AAOJ,QAAM,uBAAuB,OAC3B,MACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR;AAAA,IACF;AAAA,EAAA;AAOJ,QAAM,gBAAgB,OAAO,eAA+B,CAAA,MAC1D,MAAM;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,gBAAgB,OACpB,WACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ,GAAG,iBAAiB,IAAI,OAAO,SAAS,CAAC;AAAA,IACzC;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAOJ,QAAM,kBAAkB,OAAO,eAA+B,CAAA,MAC5D,MAAM;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AASJ,QAAM,kBAAkB,OACtB,WACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AASJ,QAAM,kBAAkB,OACtB,UACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM,EAAE,SAAS;AAAA,IACnB;AAAA,EAAA;AASJ,QAAM,mBAAmB,OACvB,UACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ,GAAG,iBAAiB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM,EAAE,SAAS;AAAA,IACnB;AAAA,EAAA;AAGG,SAAA;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA;AAEJ;AAEO,MAAM,aAAa,cAAc;"}
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const client = require("@intlayer/config/client");
4
+ const libs_intlayerApi_fetcher = require("./fetcher.cjs");
5
+ const backendURL = client.getConfiguration().editor.backendURL;
6
+ const USER_API_ROUTE = `${backendURL}/api/user`;
7
+ const getUserAPI = (authAPIOptions = {}) => {
8
+ const getUsers = async (filters, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
9
+ USER_API_ROUTE,
10
+ authAPIOptions,
11
+ otherOptions,
12
+ {
13
+ params: filters
14
+ }
15
+ );
16
+ const getUserById = async (userId, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
17
+ `${USER_API_ROUTE}/${userId}`,
18
+ authAPIOptions,
19
+ otherOptions
20
+ );
21
+ const getUserByEmail = async (email, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
22
+ `${USER_API_ROUTE}/email/${email}`,
23
+ authAPIOptions,
24
+ otherOptions
25
+ );
26
+ const getUserByAccount = async (providerAccountId, provider, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
27
+ `${USER_API_ROUTE}/account/${provider}/${providerAccountId}`,
28
+ authAPIOptions,
29
+ otherOptions
30
+ );
31
+ const createUser = async (user, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
32
+ `${USER_API_ROUTE}/`,
33
+ authAPIOptions,
34
+ otherOptions,
35
+ {
36
+ method: "POST",
37
+ body: user
38
+ }
39
+ );
40
+ const updateUser = async (user, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
41
+ `${USER_API_ROUTE}`,
42
+ authAPIOptions,
43
+ otherOptions,
44
+ {
45
+ method: "PUT",
46
+ body: user
47
+ }
48
+ );
49
+ const deleteUser = async (userId, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
50
+ `${USER_API_ROUTE}/${userId}`,
51
+ authAPIOptions,
52
+ otherOptions,
53
+ {
54
+ method: "DELETE"
55
+ }
56
+ );
57
+ return {
58
+ createUser,
59
+ getUsers,
60
+ getUserById,
61
+ getUserByAccount,
62
+ getUserByEmail,
63
+ updateUser,
64
+ deleteUser
65
+ };
66
+ };
67
+ const userAPI = getUserAPI();
68
+ exports.getUserAPI = getUserAPI;
69
+ exports.userAPI = userAPI;
70
+ //# sourceMappingURL=user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.cjs","sources":["../../../src/libs/intlayer-api/user.ts"],"sourcesContent":["import type {\n CreateUserBody,\n CreateUserResult,\n GetUserByAccountParams,\n GetUserByAccountResult,\n GetUserByEmailParams,\n GetUserByEmailResult,\n GetUserByIdParams,\n GetUserByIdResult,\n GetUsersParams,\n GetUsersResult,\n UpdateUserBody,\n UpdateUserResult,\n} from '@intlayer/backend';\nimport { getConfiguration } from '@intlayer/config/client';\nimport { fetcher, type FetcherOptions } from './fetcher';\n\nconst backendURL = getConfiguration().editor.backendURL;\nconst USER_API_ROUTE = `${backendURL}/api/user`;\n\nexport const getUserAPI = (authAPIOptions: FetcherOptions = {}) => {\n /**\n * Retrieves a list of users based on filters and pagination.\n * @param filters - Filters and pagination options.\n * @returns List of users.\n */\n const getUsers = async (\n filters?: GetUsersParams,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetUsersResult>(\n USER_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n params: filters,\n }\n );\n\n /**\n * Retrieves a user by ID.\n * @param userId - User ID.\n * @returns User object.\n */\n const getUserById = async (\n userId: GetUserByIdParams['userId'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetUserByIdResult>(\n `${USER_API_ROUTE}/${userId}`,\n authAPIOptions,\n otherOptions\n );\n\n /**\n * Retrieves a user by email.\n * @param email - User email.\n * @returns User object.\n */\n const getUserByEmail = async (\n email: GetUserByEmailParams['email'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetUserByEmailResult>(\n `${USER_API_ROUTE}/email/${email}`,\n authAPIOptions,\n otherOptions\n );\n\n /**\n * Retrieves a user by account.\n * @param providerAccountId - The provider account ID.\n * @param provider - The provider of the account.\n */\n const getUserByAccount = async (\n providerAccountId: GetUserByAccountParams['providerAccountId'],\n provider: GetUserByAccountParams['provider'],\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetUserByAccountResult>(\n `${USER_API_ROUTE}/account/${provider}/${providerAccountId}`,\n authAPIOptions,\n otherOptions\n );\n\n /**\n * Creates a new user.\n * @param user - User credentials.\n * @returns User object.\n */\n const createUser = async (\n user: CreateUserBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<CreateUserResult>(\n `${USER_API_ROUTE}/`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body: user,\n }\n );\n\n /**\n * Updates the user with the provided data.\n * @param user - Updated user data.\n * @returns User object.\n */\n const updateUser = async (\n user: UpdateUserBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<UpdateUserResult>(\n `${USER_API_ROUTE}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'PUT',\n body: user,\n }\n );\n\n /**\n * Deletes a user with the provided ID.\n * @param userId - User ID.\n * @returns User object.\n */\n const deleteUser = async (\n userId: string,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<UpdateUserResult>(\n `${USER_API_ROUTE}/${userId}`,\n authAPIOptions,\n otherOptions,\n {\n method: 'DELETE',\n }\n );\n\n return {\n createUser,\n getUsers,\n getUserById,\n getUserByAccount,\n getUserByEmail,\n updateUser,\n deleteUser,\n };\n};\n\nexport const userAPI = getUserAPI();\n"],"names":["getConfiguration","fetcher"],"mappings":";;;;AAiBA,MAAM,aAAaA,OAAiB,iBAAA,EAAE,OAAO;AAC7C,MAAM,iBAAiB,GAAG,UAAU;AAE7B,MAAM,aAAa,CAAC,iBAAiC,OAAO;AAMjE,QAAM,WAAW,OACf,SACA,eAA+B,CAAA,MAE/B,MAAMC,yBAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAQJ,QAAM,cAAc,OAClB,QACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,cAAc,IAAI,MAAM;AAAA,IAC3B;AAAA,IACA;AAAA,EAAA;AAQJ,QAAM,iBAAiB,OACrB,OACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,cAAc,UAAU,KAAK;AAAA,IAChC;AAAA,IACA;AAAA,EAAA;AAQJ,QAAM,mBAAmB,OACvB,mBACA,UACA,eAA+B,OAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,cAAc,YAAY,QAAQ,IAAI,iBAAiB;AAAA,IAC1D;AAAA,IACA;AAAA,EAAA;AAQJ,QAAM,aAAa,OACjB,MACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,cAAc;AAAA,IACjB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AAQJ,QAAM,aAAa,OACjB,MACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,cAAc;AAAA,IACjB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR,MAAM;AAAA,IACR;AAAA,EAAA;AAQJ,QAAM,aAAa,OACjB,QACA,eAA+B,CAAA,MAE/B,MAAMA,yBAAA;AAAA,IACJ,GAAG,cAAc,IAAI,MAAM;AAAA,IAC3B;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,IACV;AAAA,EAAA;AAGG,SAAA;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA;AAEJ;AAEO,MAAM,UAAU,WAAW;;;"}
@@ -0,0 +1,22 @@
1
+ import { CreateUserBody, CreateUserResult, GetUserByAccountParams, GetUserByAccountResult, GetUserByEmailParams, GetUserByEmailResult, GetUserByIdParams, GetUserByIdResult, GetUsersParams, GetUsersResult, UpdateUserBody, UpdateUserResult } from '@intlayer/backend';
2
+ import { FetcherOptions } from './fetcher';
3
+
4
+ export declare const getUserAPI: (authAPIOptions?: FetcherOptions) => {
5
+ createUser: (user: CreateUserBody, otherOptions?: FetcherOptions) => Promise<CreateUserResult>;
6
+ getUsers: (filters?: GetUsersParams, otherOptions?: FetcherOptions) => Promise<GetUsersResult>;
7
+ getUserById: (userId: GetUserByIdParams["userId"], otherOptions?: FetcherOptions) => Promise<GetUserByIdResult>;
8
+ getUserByAccount: (providerAccountId: GetUserByAccountParams["providerAccountId"], provider: GetUserByAccountParams["provider"], otherOptions?: FetcherOptions) => Promise<GetUserByAccountResult>;
9
+ getUserByEmail: (email: GetUserByEmailParams["email"], otherOptions?: FetcherOptions) => Promise<GetUserByEmailResult>;
10
+ updateUser: (user: UpdateUserBody, otherOptions?: FetcherOptions) => Promise<UpdateUserResult>;
11
+ deleteUser: (userId: string, otherOptions?: FetcherOptions) => Promise<UpdateUserResult>;
12
+ };
13
+ export declare const userAPI: {
14
+ createUser: (user: CreateUserBody, otherOptions?: FetcherOptions) => Promise<CreateUserResult>;
15
+ getUsers: (filters?: GetUsersParams, otherOptions?: FetcherOptions) => Promise<GetUsersResult>;
16
+ getUserById: (userId: GetUserByIdParams["userId"], otherOptions?: FetcherOptions) => Promise<GetUserByIdResult>;
17
+ getUserByAccount: (providerAccountId: GetUserByAccountParams["providerAccountId"], provider: GetUserByAccountParams["provider"], otherOptions?: FetcherOptions) => Promise<GetUserByAccountResult>;
18
+ getUserByEmail: (email: GetUserByEmailParams["email"], otherOptions?: FetcherOptions) => Promise<GetUserByEmailResult>;
19
+ updateUser: (user: UpdateUserBody, otherOptions?: FetcherOptions) => Promise<UpdateUserResult>;
20
+ deleteUser: (userId: string, otherOptions?: FetcherOptions) => Promise<UpdateUserResult>;
21
+ };
22
+ //# sourceMappingURL=user.d.ts.map