@intlayer/design-system 5.8.1 → 6.0.0-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (340) hide show
  1. package/dist/.vite/manifest.json +34 -106
  2. package/dist/better-auth.CMQ3rA-I-7umXOENE.js.map +1 -1
  3. package/dist/better-auth.CMQ3rA-I-C2nBKRMa.cjs.map +1 -1
  4. package/dist/components/Breadcrumb/breadcrumb.content.cjs +3 -1
  5. package/dist/components/Breadcrumb/breadcrumb.content.cjs.map +1 -1
  6. package/dist/components/Breadcrumb/breadcrumb.content.d.ts +3 -0
  7. package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  8. package/dist/components/Breadcrumb/breadcrumb.content.mjs +3 -1
  9. package/dist/components/Breadcrumb/breadcrumb.content.mjs.map +1 -1
  10. package/dist/components/Breadcrumb/index.cjs.map +1 -1
  11. package/dist/components/Breadcrumb/index.d.ts.map +1 -1
  12. package/dist/components/Breadcrumb/index.mjs.map +1 -1
  13. package/dist/components/CopyButton/CopyButton.content.cjs +3 -1
  14. package/dist/components/CopyButton/CopyButton.content.cjs.map +1 -1
  15. package/dist/components/CopyButton/CopyButton.content.d.ts +3 -0
  16. package/dist/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  17. package/dist/components/CopyButton/CopyButton.content.mjs +3 -1
  18. package/dist/components/CopyButton/CopyButton.content.mjs.map +1 -1
  19. package/dist/components/DictionaryEditor/DictionaryEditor.cjs +7 -3
  20. package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +1 -1
  21. package/dist/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -1
  22. package/dist/components/DictionaryEditor/DictionaryEditor.mjs +7 -3
  23. package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -1
  24. package/dist/components/DictionaryFieldEditor/ContentEditor.cjs +1 -1
  25. package/dist/components/DictionaryFieldEditor/ContentEditor.cjs.map +1 -1
  26. package/dist/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  27. package/dist/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -1
  28. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs +83 -34
  29. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs.map +1 -1
  30. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
  31. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +83 -34
  32. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
  33. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +13 -9
  34. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
  35. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -1
  36. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +12 -8
  37. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
  38. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +27 -13
  39. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -1
  40. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +27 -0
  41. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  42. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +27 -13
  43. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
  44. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs +9 -4
  45. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs.map +1 -1
  46. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -0
  47. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  48. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +9 -4
  49. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -1
  50. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +29 -25
  51. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
  52. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
  53. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +27 -23
  54. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  55. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +37 -17
  56. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -1
  57. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +64 -2
  58. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  59. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +37 -17
  60. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
  61. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +25 -12
  62. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +1 -1
  63. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -0
  64. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  65. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +25 -12
  66. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -1
  67. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +4 -5
  68. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
  69. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
  70. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +4 -5
  71. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  72. package/dist/components/DictionaryFieldEditor/JSONEditor.cjs +2 -2
  73. package/dist/components/DictionaryFieldEditor/JSONEditor.cjs.map +1 -1
  74. package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -1
  75. package/dist/components/DictionaryFieldEditor/JSONEditor.mjs +2 -2
  76. package/dist/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
  77. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +25 -12
  78. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
  79. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -0
  80. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  81. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +25 -12
  82. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
  83. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +36 -31
  84. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
  85. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
  86. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +36 -31
  87. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  88. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +32 -28
  89. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
  90. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +32 -5
  91. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  92. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +32 -28
  93. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
  94. package/dist/components/DictionaryFieldEditor/StructureEditor.cjs +2 -2
  95. package/dist/components/DictionaryFieldEditor/StructureEditor.cjs.map +1 -1
  96. package/dist/components/DictionaryFieldEditor/StructureEditor.mjs +2 -2
  97. package/dist/components/DictionaryFieldEditor/StructureEditor.mjs.map +1 -1
  98. package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs +2 -5
  99. package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs.map +1 -1
  100. package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs +2 -5
  101. package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -1
  102. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs +9 -4
  103. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs.map +1 -1
  104. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -0
  105. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
  106. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs +9 -4
  107. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs.map +1 -1
  108. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs +3 -3
  109. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs.map +1 -1
  110. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +3 -3
  111. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
  112. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +4 -6
  113. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs.map +1 -1
  114. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts +3 -3
  115. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts.map +1 -1
  116. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +4 -6
  117. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +1 -1
  118. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.cjs +7 -3
  119. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.cjs.map +1 -1
  120. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -0
  121. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  122. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs +7 -3
  123. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs.map +1 -1
  124. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +9 -6
  125. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
  126. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +9 -4
  127. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  128. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +9 -6
  129. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
  130. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +28 -14
  131. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
  132. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +29 -2
  133. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  134. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +28 -14
  135. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
  136. package/dist/components/DropDown/index.cjs +2 -2
  137. package/dist/components/DropDown/index.cjs.map +1 -1
  138. package/dist/components/DropDown/index.d.ts.map +1 -1
  139. package/dist/components/DropDown/index.mjs +2 -2
  140. package/dist/components/DropDown/index.mjs.map +1 -1
  141. package/dist/components/EditableField/EditableFieldTextArea.cjs +2 -5
  142. package/dist/components/EditableField/EditableFieldTextArea.cjs.map +1 -1
  143. package/dist/components/EditableField/EditableFieldTextArea.mjs +2 -5
  144. package/dist/components/EditableField/EditableFieldTextArea.mjs.map +1 -1
  145. package/dist/components/ExpandCollapse/ExpandCollapse.cjs.map +1 -1
  146. package/dist/components/ExpandCollapse/ExpandCollapse.d.ts +2 -2
  147. package/dist/components/ExpandCollapse/ExpandCollapse.d.ts.map +1 -1
  148. package/dist/components/ExpandCollapse/ExpandCollapse.mjs.map +1 -1
  149. package/dist/components/ExpandCollapse/expandCollapse.content.cjs +5 -2
  150. package/dist/components/ExpandCollapse/expandCollapse.content.cjs.map +1 -1
  151. package/dist/components/ExpandCollapse/expandCollapse.content.d.ts +3 -0
  152. package/dist/components/ExpandCollapse/expandCollapse.content.d.ts.map +1 -1
  153. package/dist/components/ExpandCollapse/expandCollapse.content.mjs +5 -2
  154. package/dist/components/ExpandCollapse/expandCollapse.content.mjs.map +1 -1
  155. package/dist/components/Flags/Flag.cjs +2 -1
  156. package/dist/components/Flags/Flag.cjs.map +1 -1
  157. package/dist/components/Flags/Flag.d.ts.map +1 -1
  158. package/dist/components/Flags/Flag.mjs +2 -1
  159. package/dist/components/Flags/Flag.mjs.map +1 -1
  160. package/dist/components/IDE/Code.cjs +8 -8
  161. package/dist/components/IDE/Code.cjs.map +1 -1
  162. package/dist/components/IDE/Code.mjs +8 -8
  163. package/dist/components/IDE/Code.mjs.map +1 -1
  164. package/dist/components/IDE/CodeBlockClient.cjs +1 -1
  165. package/dist/components/IDE/CodeBlockClient.cjs.map +1 -1
  166. package/dist/components/IDE/CodeBlockClient.d.ts +1 -1
  167. package/dist/components/IDE/CodeBlockClient.d.ts.map +1 -1
  168. package/dist/components/IDE/CodeBlockClient.mjs +1 -1
  169. package/dist/components/IDE/CodeBlockClient.mjs.map +1 -1
  170. package/dist/components/IDE/CodeContext.cjs +1 -3
  171. package/dist/components/IDE/CodeContext.cjs.map +1 -1
  172. package/dist/components/IDE/CodeContext.mjs +1 -3
  173. package/dist/components/IDE/CodeContext.mjs.map +1 -1
  174. package/dist/components/IDE/code.content.cjs +5 -2
  175. package/dist/components/IDE/code.content.cjs.map +1 -1
  176. package/dist/components/IDE/code.content.d.ts +5 -0
  177. package/dist/components/IDE/code.content.d.ts.map +1 -1
  178. package/dist/components/IDE/code.content.mjs +5 -2
  179. package/dist/components/IDE/code.content.mjs.map +1 -1
  180. package/dist/components/IDE/copyCode.content.cjs +5 -2
  181. package/dist/components/IDE/copyCode.content.cjs.map +1 -1
  182. package/dist/components/IDE/copyCode.content.d.ts +5 -0
  183. package/dist/components/IDE/copyCode.content.d.ts.map +1 -1
  184. package/dist/components/IDE/copyCode.content.mjs +5 -2
  185. package/dist/components/IDE/copyCode.content.mjs.map +1 -1
  186. package/dist/components/Input/Checkbox.cjs.map +1 -1
  187. package/dist/components/Input/Checkbox.d.ts +2 -2
  188. package/dist/components/Input/Checkbox.d.ts.map +1 -1
  189. package/dist/components/Input/Checkbox.mjs.map +1 -1
  190. package/dist/components/Loader/index.content.cjs +6 -1
  191. package/dist/components/Loader/index.content.cjs.map +1 -1
  192. package/dist/components/Loader/index.content.d.ts +33 -2
  193. package/dist/components/Loader/index.content.d.ts.map +1 -1
  194. package/dist/components/Loader/index.content.mjs +6 -1
  195. package/dist/components/Loader/index.content.mjs.map +1 -1
  196. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +1 -3
  197. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs.map +1 -1
  198. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -3
  199. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
  200. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +1 -3
  201. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs.map +1 -1
  202. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +1 -3
  203. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -1
  204. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs +17 -8
  205. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs.map +1 -1
  206. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -0
  207. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  208. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs +17 -8
  209. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs.map +1 -1
  210. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs +13 -6
  211. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs.map +1 -1
  212. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -0
  213. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  214. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +13 -6
  215. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -1
  216. package/dist/components/Modal/Modal.cjs +2 -4
  217. package/dist/components/Modal/Modal.cjs.map +1 -1
  218. package/dist/components/Modal/Modal.mjs +2 -4
  219. package/dist/components/Modal/Modal.mjs.map +1 -1
  220. package/dist/components/Navbar/MobileNavbar.cjs +1 -3
  221. package/dist/components/Navbar/MobileNavbar.cjs.map +1 -1
  222. package/dist/components/Navbar/MobileNavbar.mjs +1 -3
  223. package/dist/components/Navbar/MobileNavbar.mjs.map +1 -1
  224. package/dist/components/Navbar/index.cjs +2 -4
  225. package/dist/components/Navbar/index.cjs.map +1 -1
  226. package/dist/components/Navbar/index.mjs +2 -4
  227. package/dist/components/Navbar/index.mjs.map +1 -1
  228. package/dist/components/SwitchSelector/index.cjs +1 -3
  229. package/dist/components/SwitchSelector/index.cjs.map +1 -1
  230. package/dist/components/SwitchSelector/index.mjs +1 -3
  231. package/dist/components/SwitchSelector/index.mjs.map +1 -1
  232. package/dist/components/TabSelector/TabSelector.cjs +1 -3
  233. package/dist/components/TabSelector/TabSelector.cjs.map +1 -1
  234. package/dist/components/TabSelector/TabSelector.d.ts +1 -1
  235. package/dist/components/TabSelector/TabSelector.d.ts.map +1 -1
  236. package/dist/components/TabSelector/TabSelector.mjs +1 -3
  237. package/dist/components/TabSelector/TabSelector.mjs.map +1 -1
  238. package/dist/components/Table/table.content.cjs +3 -1
  239. package/dist/components/Table/table.content.cjs.map +1 -1
  240. package/dist/components/Table/table.content.d.ts +3 -0
  241. package/dist/components/Table/table.content.d.ts.map +1 -1
  242. package/dist/components/Table/table.content.mjs +3 -1
  243. package/dist/components/Table/table.content.mjs.map +1 -1
  244. package/dist/components/Tag/index.cjs +22 -88
  245. package/dist/components/Tag/index.cjs.map +1 -1
  246. package/dist/components/Tag/index.d.ts +5 -5
  247. package/dist/components/Tag/index.mjs +22 -88
  248. package/dist/components/Tag/index.mjs.map +1 -1
  249. package/dist/components/TextArea/AutocompleteTextArea.cjs +20 -21
  250. package/dist/components/TextArea/AutocompleteTextArea.cjs.map +1 -1
  251. package/dist/components/TextArea/AutocompleteTextArea.d.ts.map +1 -1
  252. package/dist/components/TextArea/AutocompleteTextArea.mjs +20 -21
  253. package/dist/components/TextArea/AutocompleteTextArea.mjs.map +1 -1
  254. package/dist/hooks/auth.cjs +26 -11
  255. package/dist/hooks/auth.cjs.map +1 -1
  256. package/dist/hooks/auth.mjs +26 -11
  257. package/dist/hooks/auth.mjs.map +1 -1
  258. package/dist/hooks/index.cjs +65 -66
  259. package/dist/hooks/index.cjs.map +1 -1
  260. package/dist/hooks/index.d.ts +1 -3
  261. package/dist/hooks/index.d.ts.map +1 -1
  262. package/dist/hooks/index.mjs +4 -8
  263. package/dist/hooks/index.mjs.map +1 -1
  264. package/dist/hooks/reactQuery.cjs +648 -0
  265. package/dist/hooks/reactQuery.cjs.map +1 -0
  266. package/dist/hooks/reactQuery.d.ts +899 -0
  267. package/dist/hooks/reactQuery.d.ts.map +1 -0
  268. package/dist/hooks/reactQuery.mjs +646 -0
  269. package/dist/hooks/reactQuery.mjs.map +1 -0
  270. package/dist/hooks/useAuth/useOAuth2.cjs +13 -10
  271. package/dist/hooks/useAuth/useOAuth2.cjs.map +1 -1
  272. package/dist/hooks/useAuth/useOAuth2.d.ts +1 -1
  273. package/dist/hooks/useAuth/useOAuth2.d.ts.map +1 -1
  274. package/dist/hooks/useAuth/useOAuth2.mjs +13 -10
  275. package/dist/hooks/useAuth/useOAuth2.mjs.map +1 -1
  276. package/dist/hooks/useAuth/useSession.cjs +23 -26
  277. package/dist/hooks/useAuth/useSession.cjs.map +1 -1
  278. package/dist/hooks/useAuth/useSession.d.ts +4 -352
  279. package/dist/hooks/useAuth/useSession.d.ts.map +1 -1
  280. package/dist/hooks/useAuth/useSession.mjs +23 -26
  281. package/dist/hooks/useAuth/useSession.mjs.map +1 -1
  282. package/dist/hooks/useIntlayerAPI.cjs +2 -3
  283. package/dist/hooks/useIntlayerAPI.cjs.map +1 -1
  284. package/dist/hooks/useIntlayerAPI.mjs +2 -3
  285. package/dist/hooks/useIntlayerAPI.mjs.map +1 -1
  286. package/dist/hooks/useUser/index.cjs +6 -9
  287. package/dist/hooks/useUser/index.cjs.map +1 -1
  288. package/dist/hooks/useUser/index.d.ts +2 -18
  289. package/dist/hooks/useUser/index.d.ts.map +1 -1
  290. package/dist/hooks/useUser/index.mjs +6 -9
  291. package/dist/hooks/useUser/index.mjs.map +1 -1
  292. package/dist/index-BCuMWKyy.js.map +1 -1
  293. package/dist/index-BYzBot7l.cjs.map +1 -1
  294. package/dist/providers/ReactQueryProvider.cjs +85 -0
  295. package/dist/providers/ReactQueryProvider.cjs.map +1 -0
  296. package/dist/providers/ReactQueryProvider.d.ts +13 -0
  297. package/dist/providers/ReactQueryProvider.d.ts.map +1 -0
  298. package/dist/providers/ReactQueryProvider.mjs +85 -0
  299. package/dist/providers/ReactQueryProvider.mjs.map +1 -0
  300. package/dist/providers/index.cjs +5 -0
  301. package/dist/{hooks/useAsync → providers}/index.cjs.map +1 -1
  302. package/dist/providers/index.d.ts +2 -0
  303. package/dist/providers/index.d.ts.map +1 -0
  304. package/dist/providers/index.mjs +5 -0
  305. package/dist/{hooks/useAsync → providers}/index.mjs.map +1 -1
  306. package/package.json +31 -21
  307. package/dist/hooks/intlayerAPIHooks.cjs +0 -542
  308. package/dist/hooks/intlayerAPIHooks.cjs.map +0 -1
  309. package/dist/hooks/intlayerAPIHooks.d.ts +0 -968
  310. package/dist/hooks/intlayerAPIHooks.d.ts.map +0 -1
  311. package/dist/hooks/intlayerAPIHooks.mjs +0 -542
  312. package/dist/hooks/intlayerAPIHooks.mjs.map +0 -1
  313. package/dist/hooks/useAsync/index.cjs +0 -8
  314. package/dist/hooks/useAsync/index.d.ts +0 -3
  315. package/dist/hooks/useAsync/index.d.ts.map +0 -1
  316. package/dist/hooks/useAsync/index.mjs +0 -8
  317. package/dist/hooks/useAsync/useAsync.cjs +0 -244
  318. package/dist/hooks/useAsync/useAsync.cjs.map +0 -1
  319. package/dist/hooks/useAsync/useAsync.d.ts +0 -73
  320. package/dist/hooks/useAsync/useAsync.d.ts.map +0 -1
  321. package/dist/hooks/useAsync/useAsync.mjs +0 -244
  322. package/dist/hooks/useAsync/useAsync.mjs.map +0 -1
  323. package/dist/hooks/useAsync/useAsyncStateStore.cjs +0 -150
  324. package/dist/hooks/useAsync/useAsyncStateStore.cjs.map +0 -1
  325. package/dist/hooks/useAsync/useAsyncStateStore.d.ts +0 -52
  326. package/dist/hooks/useAsync/useAsyncStateStore.d.ts.map +0 -1
  327. package/dist/hooks/useAsync/useAsyncStateStore.mjs +0 -150
  328. package/dist/hooks/useAsync/useAsyncStateStore.mjs.map +0 -1
  329. package/dist/hooks/useAsync/useAsyncWrapper.cjs +0 -10
  330. package/dist/hooks/useAsync/useAsyncWrapper.cjs.map +0 -1
  331. package/dist/hooks/useAsync/useAsyncWrapper.d.ts +0 -37
  332. package/dist/hooks/useAsync/useAsyncWrapper.d.ts.map +0 -1
  333. package/dist/hooks/useAsync/useAsyncWrapper.mjs +0 -10
  334. package/dist/hooks/useAsync/useAsyncWrapper.mjs.map +0 -1
  335. package/dist/hooks/useGetAllDictionaries.cjs +0 -35
  336. package/dist/hooks/useGetAllDictionaries.cjs.map +0 -1
  337. package/dist/hooks/useGetAllDictionaries.d.ts +0 -11
  338. package/dist/hooks/useGetAllDictionaries.d.ts.map +0 -1
  339. package/dist/hooks/useGetAllDictionaries.mjs +0 -35
  340. package/dist/hooks/useGetAllDictionaries.mjs.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"intlayerAPIHooks.d.ts","sourceRoot":"","sources":["../../src/hooks/intlayerAPIHooks.ts"],"names":[],"mappings":"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"}
@@ -1,542 +0,0 @@
1
- "use client";
2
- import { useConfiguration } from "@intlayer/editor-react";
3
- import "../components/Toaster/Toast.mjs";
4
- import { useToast } from "../components/Toaster/useToast.mjs";
5
- import "react/jsx-runtime";
6
- import { useAsync } from "./useAsync/useAsync.mjs";
7
- import { useAuth } from "./useAuth/useAuth.mjs";
8
- import "@intlayer/api";
9
- import "@intlayer/config/built";
10
- import "../better-auth.CMQ3rA-I-7umXOENE.js";
11
- import "./useAsync/useAsyncStateStore.mjs";
12
- import { useIntlayerAuth, useIntlayerOAuth } from "./useIntlayerAPI.mjs";
13
- var define_process_env_default = {};
14
- const formatErrorCode = (errorCode) => errorCode.split("_").join(" ");
15
- const useErrorHandling = (options) => {
16
- const { toast } = useToast();
17
- return {
18
- ...options,
19
- onError: (errorMessage) => {
20
- let error;
21
- try {
22
- if (typeof errorMessage === "undefined") return;
23
- error = JSON.parse(errorMessage);
24
- } catch (e) {
25
- error = errorMessage;
26
- }
27
- [error].flatMap((error2) => error2).forEach(
28
- (error2) => toast({
29
- title: formatErrorCode(
30
- (define_process_env_default.NODE_ENV === "production" ? error2.title : error2.code) ?? "Error"
31
- ),
32
- description: error2.message ?? errorMessage ?? "An error occurred",
33
- variant: "error"
34
- })
35
- );
36
- options.onError?.(errorMessage);
37
- },
38
- onSuccess: (data) => {
39
- if (data?.error) {
40
- toast({
41
- title: formatErrorCode(
42
- data.error.title ?? data.error.code ?? "Error"
43
- ),
44
- description: data.error.message ?? data.error.code ?? "An error occurred",
45
- variant: "error"
46
- });
47
- }
48
- if (data?.message)
49
- toast({
50
- title: data.message,
51
- description: data.description,
52
- variant: "success"
53
- });
54
- options.onSuccess?.(data);
55
- }
56
- };
57
- };
58
- const useAuthEnable = (options, { requireUser, requireProject, requireOrganization } = {}) => {
59
- const configuration = useConfiguration();
60
- const { oAuth2AccessToken, session } = useAuth({
61
- intlayerConfiguration: configuration
62
- });
63
- const isEnabledOption = options?.enable ?? true;
64
- const user = session ? session.user : oAuth2AccessToken?.user;
65
- const organization = session ? session.organization : oAuth2AccessToken?.organization;
66
- const project = session ? session.project : oAuth2AccessToken?.project;
67
- const isUserEnabled = requireUser ? Boolean(user) : true;
68
- const isProjectEnabled = requireProject ? Boolean(project) : true;
69
- const isOrganizationEnabled = requireOrganization ? Boolean(organization) : true;
70
- const isEnabled = isEnabledOption && isUserEnabled && isProjectEnabled && isOrganizationEnabled;
71
- return {
72
- ...options,
73
- enable: isEnabled
74
- };
75
- };
76
- const useAppAsync = (key, asyncFunction, options, authOptions) => {
77
- const optionsWithAuth = useAuthEnable(options ?? {}, authOptions);
78
- const optionsWithErrorHandling = useErrorHandling(optionsWithAuth);
79
- return useAsync(key, asyncFunction, optionsWithErrorHandling);
80
- };
81
- const useEditorAsync = (key, asyncFunction, options) => {
82
- const optionsWithErrorHandling = useErrorHandling(options ?? {});
83
- return useAsync(key, asyncFunction, optionsWithErrorHandling);
84
- };
85
- const useLogin = (args) => useAppAsync("login", useIntlayerAuth().signInEmail, {
86
- invalidateQueries: ["getSession"],
87
- ...args
88
- });
89
- const useGetVerifyEmailStatus = (args) => useAppAsync(
90
- "getVerifyEmailStatus",
91
- useIntlayerAuth().verifyEmailSession,
92
- args
93
- );
94
- const useRegister = (args) => useAppAsync("register", useIntlayerAuth().signUpEmail, {
95
- invalidateQueries: ["getSession"],
96
- ...args
97
- });
98
- const useLogout = (args) => useAppAsync("logout", useIntlayerAuth().signOut, {
99
- ...args
100
- });
101
- const useChangePassword = (args) => useAppAsync("changePassword", useIntlayerAuth().changePasswordSession, args);
102
- const useAskResetPassword = (args) => useAppAsync(
103
- "askResetPassword",
104
- useIntlayerAuth().requestPasswordResetSession,
105
- args
106
- );
107
- const useResetPassword = (args) => useAppAsync("resetPassword", useIntlayerAuth().resetPassword, args);
108
- const useVerifyEmail = (args) => useAppAsync("verifyEmail", useIntlayerAuth().verifyEmailSession, args);
109
- const useGetUserByAccount = (args) => useAppAsync("getUserByAccount", useIntlayerAuth().accountInfo, args);
110
- const useGetUsers = (args) => useAppAsync(
111
- "getUsers",
112
- useIntlayerOAuth().user.getUsers,
113
- {
114
- cache: true,
115
- store: true,
116
- retryLimit: 3,
117
- autoFetch: true,
118
- revalidateTime: 5 * 60 * 1e3,
119
- // 5 minutes
120
- ...args
121
- },
122
- {
123
- requireUser: true
124
- }
125
- );
126
- const useCreateUser = (args) => useAppAsync("createUser", useIntlayerAuth().updateUser, {
127
- invalidateQueries: ["getUsers"],
128
- ...args
129
- });
130
- const useUpdateUser = (args) => useAppAsync("updateUser", useIntlayerOAuth().user.updateUser, {
131
- invalidateQueries: ["getSession"],
132
- ...args
133
- });
134
- const useDeleteUser = (args) => useAppAsync("deleteUser", useIntlayerOAuth().user.deleteUser, {
135
- invalidateQueries: ["getUsers"],
136
- ...args
137
- });
138
- const useGetOrganizations = (args) => useAppAsync(
139
- "getOrganizations",
140
- useIntlayerOAuth().organization.getOrganizations,
141
- {
142
- cache: true,
143
- store: true,
144
- retryLimit: 3,
145
- autoFetch: true,
146
- revalidation: true,
147
- revalidateTime: 5 * 60 * 1e3,
148
- // 5 minutes
149
- ...args
150
- },
151
- {
152
- requireUser: true
153
- }
154
- );
155
- const useAddOrganization = (args) => useAppAsync(
156
- "addOrganization",
157
- useIntlayerOAuth().organization.addOrganization,
158
- {
159
- invalidateQueries: ["getOrganizations"],
160
- ...args
161
- }
162
- );
163
- const useUpdateOrganization = (args) => useAppAsync(
164
- "updateOrganization",
165
- useIntlayerOAuth().organization.updateOrganization,
166
- {
167
- invalidateQueries: ["getSession"],
168
- ...args
169
- }
170
- );
171
- const useUpdateOrganizationMembers = (args) => useAppAsync(
172
- "updateOrganizationMembers",
173
- useIntlayerOAuth().organization.updateOrganizationMembers,
174
- {
175
- invalidateQueries: ["getOrganizations", "getSession"],
176
- ...args
177
- }
178
- );
179
- const useAddOrganizationMember = (args) => useAppAsync(
180
- "addOrganizationMember",
181
- useIntlayerOAuth().organization.addOrganizationMember,
182
- {
183
- invalidateQueries: ["getOrganizations", "getSession"],
184
- ...args
185
- }
186
- );
187
- const useDeleteOrganization = (args) => useAppAsync(
188
- "deleteOrganization",
189
- useIntlayerOAuth().organization.deleteOrganization,
190
- {
191
- invalidateQueries: ["getOrganizations", "getSession"],
192
- ...args
193
- }
194
- );
195
- const useSelectOrganization = (args) => useAppAsync(
196
- "selectOrganization",
197
- useIntlayerOAuth().organization.selectOrganization,
198
- {
199
- invalidateQueries: ["getSession"],
200
- ...args
201
- }
202
- );
203
- const useUnselectOrganization = (args) => useAppAsync(
204
- "unselectOrganization",
205
- useIntlayerOAuth().organization.unselectOrganization,
206
- {
207
- invalidateQueries: ["getSession"],
208
- ...args
209
- }
210
- );
211
- const useGetProjects = (args) => useAppAsync(
212
- "getProjects",
213
- useIntlayerOAuth().project.getProjects,
214
- {
215
- cache: true,
216
- store: true,
217
- retryLimit: 3,
218
- autoFetch: true,
219
- revalidation: true,
220
- revalidateTime: 5 * 60 * 1e3,
221
- // 5 minutes
222
- ...args
223
- },
224
- {
225
- requireUser: true,
226
- requireOrganization: true
227
- }
228
- );
229
- const useAddProject = (args) => useAppAsync("addProject", useIntlayerOAuth().project.addProject, {
230
- invalidateQueries: ["getProjects"],
231
- ...args
232
- });
233
- const useUpdateProject = (args) => useAppAsync("updateProject", useIntlayerOAuth().project.updateProject, {
234
- invalidateQueries: ["getSession"],
235
- ...args
236
- });
237
- const useUpdateProjectMembers = (args) => useAppAsync(
238
- "updateProjectMembers",
239
- useIntlayerOAuth().project.updateProjectMembers,
240
- {
241
- invalidateQueries: ["getSession"],
242
- ...args
243
- }
244
- );
245
- const useDeleteProject = (args) => useAppAsync("deleteProject", useIntlayerOAuth().project.deleteProject, {
246
- invalidateQueries: ["getProjects", "getSession"],
247
- ...args
248
- });
249
- const useSelectProject = (args) => useAppAsync("selectProject", useIntlayerOAuth().project.selectProject, {
250
- invalidateQueries: ["getSession"],
251
- ...args
252
- });
253
- const useUnselectProject = (args) => useAppAsync("unselectProject", useIntlayerOAuth().project.unselectProject, {
254
- invalidateQueries: ["getSession"],
255
- ...args
256
- });
257
- const useAddNewAccessKey = (args) => useAppAsync("addNewAccessKey", useIntlayerOAuth().project.addNewAccessKey, {
258
- invalidateQueries: ["getSession"],
259
- ...args
260
- });
261
- const useDeleteAccessKey = (args) => useAppAsync("deleteAccessKey", useIntlayerOAuth().project.deleteAccessKey, {
262
- invalidateQueries: ["getSession"],
263
- ...args
264
- });
265
- const useRefreshAccessKey = (args) => useAppAsync("refreshAccessKey", useIntlayerOAuth().project.refreshAccessKey, {
266
- invalidateQueries: ["getSession"],
267
- ...args
268
- });
269
- const useGetDictionaries = (args) => useAppAsync(
270
- "getDictionaries",
271
- useIntlayerOAuth().dictionary.getDictionaries,
272
- {
273
- cache: true,
274
- store: true,
275
- retryLimit: 3,
276
- autoFetch: true,
277
- revalidation: true,
278
- revalidateTime: 5 * 60 * 1e3,
279
- // 5 minutes
280
- ...args
281
- },
282
- {
283
- requireUser: true,
284
- requireOrganization: true,
285
- requireProject: true
286
- }
287
- );
288
- const useGetDictionariesKeys = (args) => useAppAsync(
289
- "getDictionariesKeys",
290
- useIntlayerOAuth().dictionary.getDictionariesKeys,
291
- {
292
- cache: true,
293
- store: true,
294
- retryLimit: 3,
295
- autoFetch: true,
296
- revalidation: true,
297
- revalidateTime: 5 * 60 * 1e3,
298
- // 5 minutes
299
- ...args
300
- },
301
- {
302
- requireUser: true,
303
- requireOrganization: true,
304
- requireProject: true
305
- }
306
- );
307
- const useGetDictionary = (args) => useAppAsync(
308
- "getDictionary",
309
- useIntlayerOAuth().dictionary.getDictionary,
310
- {
311
- cache: true,
312
- store: true,
313
- retryLimit: 3,
314
- revalidation: true,
315
- revalidateTime: 5 * 60 * 1e3,
316
- // 5 minutes
317
- ...args
318
- },
319
- {
320
- requireUser: true,
321
- requireOrganization: true,
322
- requireProject: true
323
- }
324
- );
325
- const useAddDictionary = (args) => useAppAsync("addDictionary", useIntlayerOAuth().dictionary.addDictionary, {
326
- invalidateQueries: ["getDictionaries", "getDictionariesKeys"],
327
- ...args
328
- });
329
- const usePushDictionaries = (args) => useAppAsync(
330
- "pushDictionaries",
331
- useIntlayerOAuth().dictionary.pushDictionaries,
332
- {
333
- invalidateQueries: [
334
- "getDictionaries",
335
- "getDictionary",
336
- "getDictionariesKeys"
337
- ],
338
- ...args
339
- }
340
- );
341
- const useUpdateDictionary = (args) => useAppAsync(
342
- "updateDictionary",
343
- useIntlayerOAuth().dictionary.updateDictionary,
344
- {
345
- invalidateQueries: ["getDictionaries", "getDictionary"],
346
- ...args
347
- }
348
- );
349
- const useDeleteDictionary = (args) => useAppAsync(
350
- "deleteDictionary",
351
- useIntlayerOAuth().dictionary.deleteDictionary,
352
- {
353
- invalidateQueries: [
354
- "getDictionaries",
355
- "getDictionary",
356
- "getDictionariesKeys"
357
- ],
358
- ...args
359
- }
360
- );
361
- const useGetTags = (args) => useAppAsync(
362
- "getTags",
363
- useIntlayerOAuth().tag.getTags,
364
- {
365
- cache: true,
366
- store: true,
367
- retryLimit: 3,
368
- autoFetch: true,
369
- revalidation: true,
370
- revalidateTime: 5 * 60 * 1e3,
371
- // 5 minutes
372
- ...args
373
- },
374
- {
375
- requireUser: true,
376
- requireOrganization: true
377
- }
378
- );
379
- const useAddTag = (args) => useAppAsync("addTag", useIntlayerOAuth().tag.addTag, {
380
- invalidateQueries: ["getTags"],
381
- ...args
382
- });
383
- const useUpdateTag = (args) => useAppAsync("updateTag", useIntlayerOAuth().tag.updateTag, {
384
- invalidateQueries: ["getTags"],
385
- ...args
386
- });
387
- const useDeleteTag = (args) => useAppAsync("deleteTag", useIntlayerOAuth().tag.deleteTag, {
388
- invalidateQueries: ["getTags"],
389
- ...args
390
- });
391
- const useGetPricing = (args) => useAppAsync("getPricing", useIntlayerOAuth().stripe.getPricing, {
392
- store: true,
393
- cache: true,
394
- ...args
395
- });
396
- const useGetSubscription = (args) => useAppAsync(
397
- "getSubscription",
398
- useIntlayerOAuth().stripe.getSubscription,
399
- args,
400
- {
401
- requireUser: true,
402
- requireOrganization: true
403
- }
404
- );
405
- const useCancelSubscription = (args) => useAppAsync(
406
- "cancelSubscription",
407
- useIntlayerOAuth().stripe.cancelSubscription,
408
- { invalidateQueries: ["getSession"], ...args },
409
- {
410
- requireUser: true,
411
- requireOrganization: true
412
- }
413
- );
414
- const useTranslateJSONDeclaration = (args) => useAppAsync("translateJSON", useIntlayerOAuth().ai.translateJSON, args, {
415
- requireUser: true,
416
- requireOrganization: true,
417
- requireProject: true
418
- });
419
- const useAuditContentDeclaration = (args) => useAppAsync(
420
- "auditContentDeclaration",
421
- useIntlayerOAuth().ai.auditContentDeclaration,
422
- args,
423
- {
424
- requireUser: true,
425
- requireOrganization: true,
426
- requireProject: true
427
- }
428
- );
429
- const useAuditContentDeclarationMetadata = (args) => useAppAsync(
430
- "auditContentDeclaration",
431
- useIntlayerOAuth().ai.auditContentDeclarationMetadata,
432
- args,
433
- {
434
- requireUser: true,
435
- requireOrganization: true,
436
- requireProject: true
437
- }
438
- );
439
- const useAuditContentDeclarationField = (args) => useAppAsync(
440
- "auditContentDeclarationField",
441
- useIntlayerOAuth().ai.auditContentDeclarationField,
442
- args,
443
- {
444
- requireUser: true,
445
- requireOrganization: true,
446
- requireProject: true
447
- }
448
- );
449
- const useAuditTag = (args) => useAppAsync("auditTag", useIntlayerOAuth().ai.auditTag, args, {
450
- requireUser: true,
451
- requireOrganization: true,
452
- requireProject: true
453
- });
454
- const useAskDocQuestion = (args) => useAppAsync("askDocQuestion", useIntlayerOAuth().ai.askDocQuestion, args);
455
- const useAutocomplete = (args) => useAppAsync("autocomplete", useIntlayerOAuth().ai.autocomplete, args);
456
- const useSearchDoc = (args) => useAppAsync("searchDoc", useIntlayerOAuth().search.searchDoc, args);
457
- const useSubscribeToNewsletter = (args) => useAppAsync(
458
- "subscribeToNewsletter",
459
- useIntlayerOAuth().newsletter.subscribeToNewsletter,
460
- args
461
- );
462
- const useUnsubscribeFromNewsletter = (args) => useAppAsync(
463
- "unsubscribeFromNewsletter",
464
- useIntlayerOAuth().newsletter.unsubscribeFromNewsletter,
465
- args
466
- );
467
- const useGetNewsletterStatus = (args) => useAppAsync(
468
- "getNewsletterStatus",
469
- useIntlayerOAuth().newsletter.getNewsletterStatus,
470
- args
471
- );
472
- const useWriteDictionary = (args) => useEditorAsync(
473
- "writeDictionary",
474
- useIntlayerOAuth().editor.writeDictionary,
475
- args
476
- );
477
- const useGetEditorDictionaries = (args) => useEditorAsync("getDictionaries", useIntlayerOAuth().editor.getDictionaries, {
478
- store: true,
479
- cache: true,
480
- ...args
481
- });
482
- export {
483
- useAddDictionary,
484
- useAddNewAccessKey,
485
- useAddOrganization,
486
- useAddOrganizationMember,
487
- useAddProject,
488
- useAddTag,
489
- useAskDocQuestion,
490
- useAskResetPassword,
491
- useAuditContentDeclaration,
492
- useAuditContentDeclarationField,
493
- useAuditContentDeclarationMetadata,
494
- useAuditTag,
495
- useAutocomplete,
496
- useCancelSubscription,
497
- useChangePassword,
498
- useCreateUser,
499
- useDeleteAccessKey,
500
- useDeleteDictionary,
501
- useDeleteOrganization,
502
- useDeleteProject,
503
- useDeleteTag,
504
- useDeleteUser,
505
- useGetDictionaries,
506
- useGetDictionariesKeys,
507
- useGetDictionary,
508
- useGetEditorDictionaries,
509
- useGetNewsletterStatus,
510
- useGetOrganizations,
511
- useGetPricing,
512
- useGetProjects,
513
- useGetSubscription,
514
- useGetTags,
515
- useGetUserByAccount,
516
- useGetUsers,
517
- useGetVerifyEmailStatus,
518
- useLogin,
519
- useLogout,
520
- usePushDictionaries,
521
- useRefreshAccessKey,
522
- useRegister,
523
- useResetPassword,
524
- useSearchDoc,
525
- useSelectOrganization,
526
- useSelectProject,
527
- useSubscribeToNewsletter,
528
- useTranslateJSONDeclaration,
529
- useUnselectOrganization,
530
- useUnselectProject,
531
- useUnsubscribeFromNewsletter,
532
- useUpdateDictionary,
533
- useUpdateOrganization,
534
- useUpdateOrganizationMembers,
535
- useUpdateProject,
536
- useUpdateProjectMembers,
537
- useUpdateTag,
538
- useUpdateUser,
539
- useVerifyEmail,
540
- useWriteDictionary
541
- };
542
- //# sourceMappingURL=intlayerAPIHooks.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"intlayerAPIHooks.mjs","sources":["../../src/hooks/intlayerAPIHooks.ts"],"sourcesContent":["'use client';\n\nimport type { IntlayerAPI } from '@intlayer/api';\nimport { useConfiguration } from '@intlayer/editor-react';\nimport { useToast } from '../components/Toaster';\nimport { getAuthAPI } from './auth';\nimport { type UseAsyncOptions, useAsync } from './useAsync/useAsync';\nimport { useAuth } from './useAuth';\nimport { useIntlayerAuth, useIntlayerOAuth } from './useIntlayerAPI';\n\nconst formatErrorCode = (errorCode: string) => errorCode.split('_').join(' ');\n\n/**\n * Hook to handle error logging and toast notifications\n */\nconst useErrorHandling = <T extends UseAsyncOptions<any>>(options: T): T => {\n const { toast } = useToast();\n\n return {\n ...options,\n onError: (errorMessage) => {\n let error;\n\n // If json is valid, parse it\n try {\n if (typeof errorMessage === 'undefined') return;\n\n error = JSON.parse(errorMessage);\n } catch (e) {\n // If json is not valid, set error to the original errorMessage\n\n error = errorMessage;\n }\n\n // render toast for each error if there is more than one\n // otherwise render the toast with the error message\n [error]\n .flatMap((error) => error)\n .forEach((error) =>\n toast({\n title: formatErrorCode(\n (process.env.NODE_ENV === 'production'\n ? error.title\n : error.code) ?? 'Error'\n ),\n description: error.message ?? errorMessage ?? 'An error occurred',\n variant: 'error',\n })\n );\n options.onError?.(errorMessage);\n },\n onSuccess: (data) => {\n if (data?.error) {\n toast({\n title: formatErrorCode(\n data.error.title ?? data.error.code ?? 'Error'\n ),\n description:\n data.error.message ?? data.error.code ?? 'An error occurred',\n variant: 'error',\n });\n }\n\n if (data?.message)\n toast({\n title: data.message,\n description: data.description,\n variant: 'success',\n });\n options.onSuccess?.(data);\n },\n };\n};\n\ntype AuthEnableOptions = {\n requireUser?: boolean;\n requireProject?: boolean;\n requireOrganization?: boolean;\n};\n\n/**\n * Hook to enable authentication\n */\nconst useAuthEnable = <T extends UseAsyncOptions<any>>(\n options: T,\n { requireUser, requireProject, requireOrganization }: AuthEnableOptions = {}\n): T => {\n const configuration = useConfiguration();\n const { oAuth2AccessToken, session } = useAuth({\n intlayerConfiguration: configuration,\n });\n\n const isEnabledOption = options?.enable ?? true;\n const user = session ? session.user : oAuth2AccessToken?.user;\n\n const organization = session\n ? session.organization\n : oAuth2AccessToken?.organization;\n\n const project = session ? session.project : oAuth2AccessToken?.project;\n\n const isUserEnabled = requireUser ? Boolean(user) : true;\n\n const isProjectEnabled = requireProject ? Boolean(project) : true;\n\n const isOrganizationEnabled = requireOrganization\n ? Boolean(organization)\n : true;\n\n const isEnabled =\n isEnabledOption &&\n isUserEnabled &&\n isProjectEnabled &&\n isOrganizationEnabled;\n\n return {\n ...options,\n enable: isEnabled,\n };\n};\n\nconst useAppAsync = <\n U extends string,\n T extends (...args: any[]) => Promise<any>,\n>(\n key: U,\n asyncFunction: T,\n options?: UseAsyncOptions<T>,\n authOptions?: AuthEnableOptions\n) => {\n // Enhance options using custom hooks\n const optionsWithAuth = useAuthEnable(options ?? {}, authOptions);\n\n const optionsWithErrorHandling = useErrorHandling(optionsWithAuth);\n\n // Call the main useAsync hook with enhanced options\n return useAsync(key, asyncFunction, optionsWithErrorHandling);\n};\n\nconst useEditorAsync = <\n U extends string,\n T extends (...args: any[]) => Promise<any>,\n>(\n key: U,\n asyncFunction: T,\n options?: UseAsyncOptions<T>\n) => {\n const optionsWithErrorHandling = useErrorHandling(options ?? {});\n\n // Call the main useAsync hook with enhanced options\n return useAsync(key, asyncFunction, optionsWithErrorHandling);\n};\n\n/**\n * Auth\n */\n\nexport const useLogin = (\n args?: UseAsyncOptions<ReturnType<typeof getAuthAPI>['signInEmail']>\n) =>\n useAppAsync('login', useIntlayerAuth().signInEmail, {\n invalidateQueries: ['getSession'],\n ...args,\n });\n\nexport const useGetVerifyEmailStatus = (\n args?: UseAsyncOptions<ReturnType<typeof getAuthAPI>['verifyEmailSession']>\n) =>\n useAppAsync(\n 'getVerifyEmailStatus',\n useIntlayerAuth().verifyEmailSession,\n args\n );\n\nexport const useRegister = (\n args?: UseAsyncOptions<ReturnType<typeof getAuthAPI>['signUpEmail']>\n) =>\n useAppAsync('register', useIntlayerAuth().signUpEmail, {\n invalidateQueries: ['getSession'],\n ...args,\n });\n\nexport const useLogout = (\n args?: UseAsyncOptions<ReturnType<typeof getAuthAPI>['signOut']>\n) =>\n useAppAsync('logout', useIntlayerAuth().signOut, {\n ...args,\n });\n\nexport const useChangePassword = (\n args?: UseAsyncOptions<ReturnType<typeof getAuthAPI>['changePasswordSession']>\n) =>\n useAppAsync('changePassword', useIntlayerAuth().changePasswordSession, args);\n\nexport const useAskResetPassword = (\n args?: UseAsyncOptions<\n ReturnType<typeof getAuthAPI>['requestPasswordResetSession']\n >\n) =>\n useAppAsync(\n 'askResetPassword',\n useIntlayerAuth().requestPasswordResetSession,\n args\n );\n\nexport const useResetPassword = (\n args?: UseAsyncOptions<ReturnType<typeof getAuthAPI>['resetPassword']>\n) => useAppAsync('resetPassword', useIntlayerAuth().resetPassword, args);\n\nexport const useVerifyEmail = (\n args?: UseAsyncOptions<ReturnType<typeof getAuthAPI>['verifyEmailSession']>\n) => useAppAsync('verifyEmail', useIntlayerAuth().verifyEmailSession, args);\n\nexport const useGetUserByAccount = (\n args?: UseAsyncOptions<ReturnType<typeof getAuthAPI>['accountInfo']>\n) => useAppAsync('getUserByAccount', useIntlayerAuth().accountInfo, args);\n\n/**\n * User\n */\n\nexport const useGetUsers = (\n args?: UseAsyncOptions<IntlayerAPI['user']['getUsers']>\n) =>\n useAppAsync(\n 'getUsers',\n useIntlayerOAuth().user.getUsers,\n {\n cache: true,\n store: true,\n retryLimit: 3,\n autoFetch: true,\n revalidateTime: 5 * 60 * 1000, // 5 minutes\n ...args,\n },\n {\n requireUser: true,\n }\n );\n\nexport const useCreateUser = (\n args?: UseAsyncOptions<ReturnType<typeof getAuthAPI>['updateUser']>\n) =>\n useAppAsync('createUser', useIntlayerAuth().updateUser, {\n invalidateQueries: ['getUsers'],\n ...args,\n });\n\nexport const useUpdateUser = (\n args?: UseAsyncOptions<IntlayerAPI['user']['updateUser']>\n) =>\n useAppAsync('updateUser', useIntlayerOAuth().user.updateUser, {\n invalidateQueries: ['getSession'],\n ...args,\n });\n\nexport const useDeleteUser = (\n args?: UseAsyncOptions<IntlayerAPI['user']['deleteUser']>\n) =>\n useAppAsync('deleteUser', useIntlayerOAuth().user.deleteUser, {\n invalidateQueries: ['getUsers'],\n ...args,\n });\n\n/**\n * Organization\n */\n\nexport const useGetOrganizations = (\n args?: UseAsyncOptions<IntlayerAPI['organization']['getOrganizations']>\n) =>\n useAppAsync(\n 'getOrganizations',\n useIntlayerOAuth().organization.getOrganizations,\n {\n cache: true,\n store: true,\n retryLimit: 3,\n autoFetch: true,\n revalidation: true,\n revalidateTime: 5 * 60 * 1000, // 5 minutes\n ...args,\n },\n {\n requireUser: true,\n }\n );\n\nexport const useAddOrganization = (\n args?: UseAsyncOptions<IntlayerAPI['organization']['addOrganization']>\n) =>\n useAppAsync(\n 'addOrganization',\n useIntlayerOAuth().organization.addOrganization,\n {\n invalidateQueries: ['getOrganizations'],\n ...args,\n }\n );\n\nexport const useUpdateOrganization = (\n args?: UseAsyncOptions<IntlayerAPI['organization']['updateOrganization']>\n) =>\n useAppAsync(\n 'updateOrganization',\n useIntlayerOAuth().organization.updateOrganization,\n {\n invalidateQueries: ['getSession'],\n ...args,\n }\n );\n\nexport const useUpdateOrganizationMembers = (\n args?: UseAsyncOptions<\n IntlayerAPI['organization']['updateOrganizationMembers']\n >\n) =>\n useAppAsync(\n 'updateOrganizationMembers',\n useIntlayerOAuth().organization.updateOrganizationMembers,\n {\n invalidateQueries: ['getOrganizations', 'getSession'],\n ...args,\n }\n );\n\nexport const useAddOrganizationMember = (\n args?: UseAsyncOptions<IntlayerAPI['organization']['addOrganizationMember']>\n) =>\n useAppAsync(\n 'addOrganizationMember',\n useIntlayerOAuth().organization.addOrganizationMember,\n {\n invalidateQueries: ['getOrganizations', 'getSession'],\n ...args,\n }\n );\n\nexport const useDeleteOrganization = (\n args?: UseAsyncOptions<IntlayerAPI['organization']['deleteOrganization']>\n) =>\n useAppAsync(\n 'deleteOrganization',\n useIntlayerOAuth().organization.deleteOrganization,\n {\n invalidateQueries: ['getOrganizations', 'getSession'],\n ...args,\n }\n );\n\nexport const useSelectOrganization = (\n args?: UseAsyncOptions<IntlayerAPI['organization']['selectOrganization']>\n) =>\n useAppAsync(\n 'selectOrganization',\n useIntlayerOAuth().organization.selectOrganization,\n {\n invalidateQueries: ['getSession'],\n ...args,\n }\n );\n\nexport const useUnselectOrganization = (\n args?: UseAsyncOptions<IntlayerAPI['organization']['unselectOrganization']>\n) =>\n useAppAsync(\n 'unselectOrganization',\n useIntlayerOAuth().organization.unselectOrganization,\n {\n invalidateQueries: ['getSession'],\n ...args,\n }\n );\n\n/**\n * Project\n */\n\nexport const useGetProjects = (\n args?: UseAsyncOptions<IntlayerAPI['project']['getProjects']>\n) =>\n useAppAsync(\n 'getProjects',\n useIntlayerOAuth().project.getProjects,\n {\n cache: true,\n store: true,\n retryLimit: 3,\n autoFetch: true,\n revalidation: true,\n revalidateTime: 5 * 60 * 1000, // 5 minutes\n ...args,\n },\n {\n requireUser: true,\n requireOrganization: true,\n }\n );\n\nexport const useAddProject = (\n args?: UseAsyncOptions<IntlayerAPI['project']['addProject']>\n) =>\n useAppAsync('addProject', useIntlayerOAuth().project.addProject, {\n invalidateQueries: ['getProjects'],\n ...args,\n });\n\nexport const useUpdateProject = (\n args?: UseAsyncOptions<IntlayerAPI['project']['updateProject']>\n) =>\n useAppAsync('updateProject', useIntlayerOAuth().project.updateProject, {\n invalidateQueries: ['getSession'],\n ...args,\n });\n\nexport const useUpdateProjectMembers = (\n args?: UseAsyncOptions<IntlayerAPI['project']['updateProjectMembers']>\n) =>\n useAppAsync(\n 'updateProjectMembers',\n useIntlayerOAuth().project.updateProjectMembers,\n {\n invalidateQueries: ['getSession'],\n ...args,\n }\n );\n\nexport const useDeleteProject = (\n args?: UseAsyncOptions<IntlayerAPI['project']['deleteProject']>\n) =>\n useAppAsync('deleteProject', useIntlayerOAuth().project.deleteProject, {\n invalidateQueries: ['getProjects', 'getSession'],\n ...args,\n });\n\nexport const useSelectProject = (\n args?: UseAsyncOptions<IntlayerAPI['project']['selectProject']>\n) =>\n useAppAsync('selectProject', useIntlayerOAuth().project.selectProject, {\n invalidateQueries: ['getSession'],\n ...args,\n });\n\nexport const useUnselectProject = (\n args?: UseAsyncOptions<IntlayerAPI['project']['unselectProject']>\n) =>\n useAppAsync('unselectProject', useIntlayerOAuth().project.unselectProject, {\n invalidateQueries: ['getSession'],\n ...args,\n });\n\nexport const useAddNewAccessKey = (\n args?: UseAsyncOptions<IntlayerAPI['project']['addNewAccessKey']>\n) =>\n useAppAsync('addNewAccessKey', useIntlayerOAuth().project.addNewAccessKey, {\n invalidateQueries: ['getSession'],\n ...args,\n });\n\nexport const useDeleteAccessKey = (\n args?: UseAsyncOptions<IntlayerAPI['project']['deleteAccessKey']>\n) =>\n useAppAsync('deleteAccessKey', useIntlayerOAuth().project.deleteAccessKey, {\n invalidateQueries: ['getSession'],\n ...args,\n });\n\nexport const useRefreshAccessKey = (\n args?: UseAsyncOptions<IntlayerAPI['project']['refreshAccessKey']>\n) =>\n useAppAsync('refreshAccessKey', useIntlayerOAuth().project.refreshAccessKey, {\n invalidateQueries: ['getSession'],\n ...args,\n });\n\n/**\n * Dictionary\n */\n\nexport const useGetDictionaries = (\n args?: UseAsyncOptions<IntlayerAPI['dictionary']['getDictionaries']>\n) =>\n useAppAsync(\n 'getDictionaries',\n useIntlayerOAuth().dictionary.getDictionaries,\n {\n cache: true,\n store: true,\n retryLimit: 3,\n autoFetch: true,\n revalidation: true,\n revalidateTime: 5 * 60 * 1000, // 5 minutes\n ...args,\n },\n {\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n }\n );\n\nexport const useGetDictionariesKeys = (\n args?: UseAsyncOptions<IntlayerAPI['dictionary']['getDictionariesKeys']>\n) =>\n useAppAsync(\n 'getDictionariesKeys',\n useIntlayerOAuth().dictionary.getDictionariesKeys,\n {\n cache: true,\n store: true,\n retryLimit: 3,\n autoFetch: true,\n revalidation: true,\n revalidateTime: 5 * 60 * 1000, // 5 minutes\n ...args,\n },\n {\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n }\n );\n\nexport const useGetDictionary = (\n args?: UseAsyncOptions<IntlayerAPI['dictionary']['getDictionary']>\n) =>\n useAppAsync(\n 'getDictionary',\n useIntlayerOAuth().dictionary.getDictionary,\n {\n cache: true,\n store: true,\n retryLimit: 3,\n revalidation: true,\n revalidateTime: 5 * 60 * 1000, // 5 minutes\n ...args,\n },\n {\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n }\n );\n\nexport const useAddDictionary = (\n args?: UseAsyncOptions<IntlayerAPI['dictionary']['addDictionary']>\n) =>\n useAppAsync('addDictionary', useIntlayerOAuth().dictionary.addDictionary, {\n invalidateQueries: ['getDictionaries', 'getDictionariesKeys'],\n ...args,\n });\n\nexport const usePushDictionaries = (\n args?: UseAsyncOptions<IntlayerAPI['dictionary']['pushDictionaries']>\n) =>\n useAppAsync(\n 'pushDictionaries',\n useIntlayerOAuth().dictionary.pushDictionaries,\n {\n invalidateQueries: [\n 'getDictionaries',\n 'getDictionary',\n 'getDictionariesKeys',\n ],\n ...args,\n }\n );\n\nexport const useUpdateDictionary = (\n args?: UseAsyncOptions<IntlayerAPI['dictionary']['updateDictionary']>\n) =>\n useAppAsync(\n 'updateDictionary',\n useIntlayerOAuth().dictionary.updateDictionary,\n {\n invalidateQueries: ['getDictionaries', 'getDictionary'],\n ...args,\n }\n );\n\nexport const useDeleteDictionary = (\n args?: UseAsyncOptions<IntlayerAPI['dictionary']['deleteDictionary']>\n) =>\n useAppAsync(\n 'deleteDictionary',\n useIntlayerOAuth().dictionary.deleteDictionary,\n {\n invalidateQueries: [\n 'getDictionaries',\n 'getDictionary',\n 'getDictionariesKeys',\n ],\n ...args,\n }\n );\n\n/**\n * Tag\n */\n\nexport const useGetTags = (\n args?: UseAsyncOptions<IntlayerAPI['tag']['getTags']>\n) =>\n useAppAsync(\n 'getTags',\n useIntlayerOAuth().tag.getTags,\n {\n cache: true,\n store: true,\n retryLimit: 3,\n autoFetch: true,\n revalidation: true,\n revalidateTime: 5 * 60 * 1000, // 5 minutes\n ...args,\n },\n {\n requireUser: true,\n requireOrganization: true,\n }\n );\n\nexport const useAddTag = (\n args?: UseAsyncOptions<IntlayerAPI['tag']['addTag']>\n) =>\n useAppAsync('addTag', useIntlayerOAuth().tag.addTag, {\n invalidateQueries: ['getTags'],\n ...args,\n });\n\nexport const useUpdateTag = (\n args?: UseAsyncOptions<IntlayerAPI['tag']['updateTag']>\n) =>\n useAppAsync('updateTag', useIntlayerOAuth().tag.updateTag, {\n invalidateQueries: ['getTags'],\n ...args,\n });\n\nexport const useDeleteTag = (\n args?: UseAsyncOptions<IntlayerAPI['tag']['deleteTag']>\n) =>\n useAppAsync('deleteTag', useIntlayerOAuth().tag.deleteTag, {\n invalidateQueries: ['getTags'],\n ...args,\n });\n\n/**\n * Stripe\n */\n\nexport const useGetPricing = (\n args?: UseAsyncOptions<IntlayerAPI['stripe']['getPricing']>\n) =>\n useAppAsync('getPricing', useIntlayerOAuth().stripe.getPricing, {\n store: true,\n cache: true,\n ...args,\n });\n\nexport const useGetSubscription = (\n args?: UseAsyncOptions<IntlayerAPI['stripe']['getSubscription']>\n) =>\n useAppAsync(\n 'getSubscription',\n useIntlayerOAuth().stripe.getSubscription,\n args,\n {\n requireUser: true,\n requireOrganization: true,\n }\n );\n\nexport const useCancelSubscription = (\n args?: UseAsyncOptions<IntlayerAPI['stripe']['cancelSubscription']>\n) =>\n useAppAsync(\n 'cancelSubscription',\n useIntlayerOAuth().stripe.cancelSubscription,\n { invalidateQueries: ['getSession'], ...args },\n {\n requireUser: true,\n requireOrganization: true,\n }\n );\n\n/**\n * AI\n */\n\nexport const useTranslateJSONDeclaration = (\n args?: UseAsyncOptions<IntlayerAPI['ai']['translateJSON']>\n) =>\n useAppAsync('translateJSON', useIntlayerOAuth().ai.translateJSON, args, {\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n });\n\nexport const useAuditContentDeclaration = (\n args?: UseAsyncOptions<IntlayerAPI['ai']['auditContentDeclaration']>\n) =>\n useAppAsync(\n 'auditContentDeclaration',\n useIntlayerOAuth().ai.auditContentDeclaration,\n args,\n {\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n }\n );\n\nexport const useAuditContentDeclarationMetadata = (\n args?: UseAsyncOptions<IntlayerAPI['ai']['auditContentDeclarationMetadata']>\n) =>\n useAppAsync(\n 'auditContentDeclaration',\n useIntlayerOAuth().ai.auditContentDeclarationMetadata,\n args,\n {\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n }\n );\n\nexport const useAuditContentDeclarationField = (\n args?: UseAsyncOptions<IntlayerAPI['ai']['auditContentDeclarationField']>\n) =>\n useAppAsync(\n 'auditContentDeclarationField',\n useIntlayerOAuth().ai.auditContentDeclarationField,\n args,\n {\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n }\n );\n\nexport const useAuditTag = (\n args?: UseAsyncOptions<IntlayerAPI['ai']['auditTag']>\n) =>\n useAppAsync('auditTag', useIntlayerOAuth().ai.auditTag, args, {\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n });\n\nexport const useAskDocQuestion = (\n args?: UseAsyncOptions<IntlayerAPI['ai']['askDocQuestion']>\n) => useAppAsync('askDocQuestion', useIntlayerOAuth().ai.askDocQuestion, args);\n\nexport const useAutocomplete = (\n args?: UseAsyncOptions<IntlayerAPI['ai']['autocomplete']>\n) => useAppAsync('autocomplete', useIntlayerOAuth().ai.autocomplete, args);\n\n/**\n * Search\n */\n\nexport const useSearchDoc = (\n args?: UseAsyncOptions<IntlayerAPI['search']['searchDoc']>\n) => useAppAsync('searchDoc', useIntlayerOAuth().search.searchDoc, args);\n\n/**\n * Newsletter\n */\n\nexport const useSubscribeToNewsletter = (\n args?: UseAsyncOptions<IntlayerAPI['newsletter']['subscribeToNewsletter']>\n) =>\n useAppAsync(\n 'subscribeToNewsletter',\n useIntlayerOAuth().newsletter.subscribeToNewsletter,\n args\n );\n\nexport const useUnsubscribeFromNewsletter = (\n args?: UseAsyncOptions<IntlayerAPI['newsletter']['unsubscribeFromNewsletter']>\n) =>\n useAppAsync(\n 'unsubscribeFromNewsletter',\n useIntlayerOAuth().newsletter.unsubscribeFromNewsletter,\n args\n );\n\nexport const useGetNewsletterStatus = (\n args?: UseAsyncOptions<IntlayerAPI['newsletter']['getNewsletterStatus']>\n) =>\n useAppAsync(\n 'getNewsletterStatus',\n useIntlayerOAuth().newsletter.getNewsletterStatus,\n args\n );\n\n/**\n * Editor\n */\n\nexport const useWriteDictionary = (\n args?: UseAsyncOptions<IntlayerAPI['editor']['writeDictionary']>\n) =>\n useEditorAsync(\n 'writeDictionary',\n useIntlayerOAuth().editor.writeDictionary,\n args\n );\n\nexport const useGetEditorDictionaries = (\n args?: UseAsyncOptions<IntlayerAPI['editor']['getDictionaries']>\n) =>\n useEditorAsync('getDictionaries', useIntlayerOAuth().editor.getDictionaries, {\n store: true,\n cache: true,\n ...args,\n });\n"],"names":["error"],"mappings":"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"}
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const hooks_useAsync_useAsync = require("./useAsync.cjs");
4
- const hooks_useAsync_useAsyncStateStore = require("./useAsyncStateStore.cjs");
5
- exports.useAsync = hooks_useAsync_useAsync.useAsync;
6
- exports.AsyncStateProvider = hooks_useAsync_useAsyncStateStore.AsyncStateProvider;
7
- exports.useAsyncState = hooks_useAsync_useAsyncStateStore.useAsyncState;
8
- //# sourceMappingURL=index.cjs.map
@@ -1,3 +0,0 @@
1
- export * from './useAsync';
2
- export * from './useAsyncStateStore';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAsync/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC"}
@@ -1,8 +0,0 @@
1
- import { useAsync } from "./useAsync.mjs";
2
- import { AsyncStateProvider, useAsyncState } from "./useAsyncStateStore.mjs";
3
- export {
4
- AsyncStateProvider,
5
- useAsync,
6
- useAsyncState
7
- };
8
- //# sourceMappingURL=index.mjs.map