@intlayer/design-system 7.5.5 → 7.5.7

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 (226) hide show
  1. package/dist/esm/components/Accordion/Accordion.mjs +1 -1
  2. package/dist/esm/components/Avatar/index.mjs +1 -1
  3. package/dist/esm/components/Breadcrumb/index.mjs +29 -3
  4. package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
  5. package/dist/esm/components/Browser/Browser.mjs +30 -41
  6. package/dist/esm/components/Browser/Browser.mjs.map +1 -1
  7. package/dist/esm/components/Browser/{Browser.content.mjs → browser.content.mjs} +42 -4
  8. package/dist/esm/components/Browser/{Browser.content.mjs.map → browser.content.mjs.map} +1 -1
  9. package/dist/esm/components/Button/Button.mjs +6 -2
  10. package/dist/esm/components/Button/Button.mjs.map +1 -1
  11. package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
  12. package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
  13. package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
  14. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
  15. package/dist/esm/components/CopyButton/index.mjs +1 -1
  16. package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
  17. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
  18. package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
  19. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
  20. package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
  21. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  22. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +113 -83
  23. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
  24. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
  25. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
  26. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
  27. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
  28. package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +7 -6
  29. package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -1
  30. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
  31. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
  32. package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
  33. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  34. package/dist/esm/components/DictionaryFieldEditor/index.mjs +4 -1
  35. package/dist/esm/components/DropDown/index.mjs +19 -4
  36. package/dist/esm/components/DropDown/index.mjs.map +1 -1
  37. package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
  38. package/dist/esm/components/Flags/Flag.mjs +55 -2
  39. package/dist/esm/components/Flags/Flag.mjs.map +1 -1
  40. package/dist/esm/components/Flags/bw.mjs +35 -0
  41. package/dist/esm/components/Flags/bw.mjs.map +1 -0
  42. package/dist/esm/components/Flags/cu.mjs +45 -0
  43. package/dist/esm/components/Flags/cu.mjs.map +1 -0
  44. package/dist/esm/components/Flags/cv.mjs +45 -0
  45. package/dist/esm/components/Flags/cv.mjs.map +1 -0
  46. package/dist/esm/components/Flags/dj.mjs +45 -0
  47. package/dist/esm/components/Flags/dj.mjs.map +1 -0
  48. package/dist/esm/components/Flags/flags.mjs +242 -7
  49. package/dist/esm/components/Flags/flags.mjs.map +1 -1
  50. package/dist/esm/components/Flags/gh.mjs +38 -0
  51. package/dist/esm/components/Flags/gh.mjs.map +1 -0
  52. package/dist/esm/components/Flags/gw.mjs +69 -0
  53. package/dist/esm/components/Flags/gw.mjs.map +1 -0
  54. package/dist/esm/components/Flags/km.mjs +54 -0
  55. package/dist/esm/components/Flags/km.mjs.map +1 -0
  56. package/dist/esm/components/Flags/lk.mjs +75 -0
  57. package/dist/esm/components/Flags/lk.mjs.map +1 -0
  58. package/dist/esm/components/Flags/md.mjs +319 -0
  59. package/dist/esm/components/Flags/md.mjs.map +1 -0
  60. package/dist/esm/components/Flags/mr.mjs +39 -0
  61. package/dist/esm/components/Flags/mr.mjs.map +1 -0
  62. package/dist/esm/components/Flags/mz.mjs +94 -0
  63. package/dist/esm/components/Flags/mz.mjs.map +1 -0
  64. package/dist/esm/components/Flags/ps.mjs +47 -0
  65. package/dist/esm/components/Flags/ps.mjs.map +1 -0
  66. package/dist/esm/components/Flags/sd.mjs +46 -0
  67. package/dist/esm/components/Flags/sd.mjs.map +1 -0
  68. package/dist/esm/components/Flags/so.mjs +39 -0
  69. package/dist/esm/components/Flags/so.mjs.map +1 -0
  70. package/dist/esm/components/Flags/st.mjs +75 -0
  71. package/dist/esm/components/Flags/st.mjs.map +1 -0
  72. package/dist/esm/components/Flags/td.mjs +35 -0
  73. package/dist/esm/components/Flags/td.mjs.map +1 -0
  74. package/dist/esm/components/Flags/tl.mjs +45 -0
  75. package/dist/esm/components/Flags/tl.mjs.map +1 -0
  76. package/dist/esm/components/Flags/tz.mjs +46 -0
  77. package/dist/esm/components/Flags/tz.mjs.map +1 -0
  78. package/dist/esm/components/Flags/ug.mjs +147 -0
  79. package/dist/esm/components/Flags/ug.mjs.map +1 -0
  80. package/dist/esm/components/Form/elements/OTPElement.mjs +2 -2
  81. package/dist/esm/components/Form/elements/OTPElement.mjs.map +1 -1
  82. package/dist/esm/components/HideShow/index.mjs +1 -1
  83. package/dist/esm/components/IDE/FileTree.mjs +1 -1
  84. package/dist/esm/components/Input/Input.mjs +3 -1
  85. package/dist/esm/components/Input/Input.mjs.map +1 -1
  86. package/dist/esm/components/Input/InputPassword.mjs +1 -1
  87. package/dist/esm/components/Input/OTPInput.mjs +3 -3
  88. package/dist/esm/components/Input/OTPInput.mjs.map +1 -1
  89. package/dist/esm/components/Input/SearchInput.mjs +1 -1
  90. package/dist/esm/components/Input/SearchInput.mjs.map +1 -1
  91. package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
  92. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +1 -1
  93. package/dist/esm/components/Link/Link.mjs +11 -3
  94. package/dist/esm/components/Link/Link.mjs.map +1 -1
  95. package/dist/esm/components/Link/index.mjs +2 -2
  96. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +19 -13
  97. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
  98. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  99. package/dist/esm/components/Modal/Modal.mjs +3 -3
  100. package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
  101. package/dist/esm/components/Pagination/Pagination.mjs +2 -2
  102. package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
  103. package/dist/esm/components/Select/Multiselect.mjs +1 -1
  104. package/dist/esm/components/SwitchSelector/index.mjs +1 -1
  105. package/dist/esm/components/Tab/Tab.mjs +1 -1
  106. package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
  107. package/dist/esm/components/Table/Table.mjs +1 -1
  108. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +3 -30
  109. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs.map +1 -1
  110. package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
  111. package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
  112. package/dist/esm/components/index.mjs +12 -9
  113. package/dist/esm/hooks/index.mjs +2 -2
  114. package/dist/esm/hooks/reactQuery.mjs +32 -3
  115. package/dist/esm/hooks/reactQuery.mjs.map +1 -1
  116. package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
  117. package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
  118. package/dist/esm/hooks/usePersistedStore.mjs +1 -1
  119. package/dist/esm/hooks/usePersistedStore.mjs.map +1 -1
  120. package/dist/esm/libs/auth.mjs +1 -1
  121. package/dist/esm/providers/ReactQueryProvider.mjs +1 -1
  122. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  123. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  124. package/dist/types/components/Browser/Browser.d.ts +2 -2
  125. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  126. package/dist/types/components/Browser/{Browser.content.d.ts → browser.content.d.ts} +97 -15
  127. package/dist/types/components/Browser/browser.content.d.ts.map +1 -0
  128. package/dist/types/components/Button/Button.d.ts +6 -6
  129. package/dist/types/components/Button/Button.d.ts.map +1 -1
  130. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +3 -3
  131. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  132. package/dist/types/components/Command/index.d.ts +17 -17
  133. package/dist/types/components/Command/index.d.ts.map +1 -1
  134. package/dist/types/components/Container/index.d.ts +7 -7
  135. package/dist/types/components/Container/index.d.ts.map +1 -1
  136. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  137. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  138. package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
  139. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  140. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  141. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  142. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  143. package/dist/types/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts +5 -1
  144. package/dist/types/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts.map +1 -1
  145. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  146. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  147. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  148. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  149. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  150. package/dist/types/components/DictionaryFieldEditor/index.d.ts +4 -1
  151. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  152. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  153. package/dist/types/components/DropDown/index.d.ts +16 -2
  154. package/dist/types/components/DropDown/index.d.ts.map +1 -1
  155. package/dist/types/components/EditableField/EditableFieldInput.d.ts.map +1 -1
  156. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  157. package/dist/types/components/Flags/Flag.d.ts.map +1 -1
  158. package/dist/types/components/Flags/flags.d.ts +169 -7
  159. package/dist/types/components/Flags/flags.d.ts.map +1 -1
  160. package/dist/types/components/Form/FormBase.d.ts +2 -2
  161. package/dist/types/components/Form/FormField.d.ts +2 -2
  162. package/dist/types/components/Form/FormItem.d.ts +2 -2
  163. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  164. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  165. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  166. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  167. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  168. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  169. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  170. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  171. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  172. package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -1
  173. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  174. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  175. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  176. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  177. package/dist/types/components/IDE/selectors.content.d.ts +7 -7
  178. package/dist/types/components/Input/Checkbox.d.ts +3 -3
  179. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  180. package/dist/types/components/Input/Input.d.ts +5 -8
  181. package/dist/types/components/Input/Input.d.ts.map +1 -1
  182. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  183. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  184. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  185. package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
  186. package/dist/types/components/Link/Link.d.ts +8 -7
  187. package/dist/types/components/Link/Link.d.ts.map +1 -1
  188. package/dist/types/components/Link/index.d.ts +2 -2
  189. package/dist/types/components/Loader/index.content.d.ts +3 -3
  190. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  191. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  192. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  193. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  194. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  195. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  196. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  197. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  198. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  199. package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
  200. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  201. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  202. package/dist/types/components/Navbar/index.d.ts +2 -2
  203. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  204. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  205. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  206. package/dist/types/components/Select/Select.d.ts +3 -3
  207. package/dist/types/components/Select/Select.d.ts.map +1 -1
  208. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  209. package/dist/types/components/SwitchSelector/index.d.ts +6 -6
  210. package/dist/types/components/Tab/Tab.d.ts +6 -6
  211. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  212. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  213. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  214. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  215. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  216. package/dist/types/components/Table/table.content.d.ts +3 -3
  217. package/dist/types/components/Tag/index.d.ts +3 -3
  218. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  219. package/dist/types/components/Toaster/Toast.d.ts +1 -1
  220. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  221. package/dist/types/components/index.d.ts +6 -3
  222. package/dist/types/hooks/index.d.ts +2 -2
  223. package/dist/types/hooks/reactQuery.d.ts +2 -1
  224. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  225. package/package.json +14 -14
  226. package/dist/types/components/Browser/Browser.content.d.ts.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from "react";
2
- import * as react_jsx_runtime21 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/MaxWidthSmoother/index.d.ts
5
5
  type Align = 'left' | 'right';
@@ -15,7 +15,7 @@ declare const MaxWidthSmoother: ({
15
15
  align,
16
16
  className,
17
17
  ...props
18
- }: MaxWidthSmootherProps) => react_jsx_runtime21.JSX.Element;
18
+ }: MaxWidthSmootherProps) => react_jsx_runtime15.JSX.Element;
19
19
  //#endregion
20
20
  export { MaxWidthSmoother };
21
21
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from "react";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime14 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Navbar/Burger.d.ts
5
5
  /**
@@ -63,7 +63,7 @@ declare const Burger: ({
63
63
  isActive,
64
64
  className,
65
65
  ...props
66
- }: BurgerProps) => react_jsx_runtime5.JSX.Element;
66
+ }: BurgerProps) => react_jsx_runtime14.JSX.Element;
67
67
  //#endregion
68
68
  export { Burger };
69
69
  //# sourceMappingURL=Burger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Burger.d.ts","names":[],"sources":["../../../../src/components/Navbar/Burger.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAA4C,UAMlC,WAAA,SAAoB,cAAe,CAAA,cAAf,CAAA,CAAA;EA8DjB;EAAU,QAAA,CAAA,EAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAV;;;;GAIV,gBAAW,kBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"Burger.d.ts","names":[],"sources":["../../../../src/components/Navbar/Burger.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAA4C,UAMlC,WAAA,SAAoB,cAAe,CAAA,cAAf,CAAA,CAAA;EA8DjB;EAAU,QAAA,CAAA,EAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAV;;;;GAIV,gBAAW,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,7 +1,7 @@
1
1
  import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
2
2
  import "../TabSelector/index.js";
3
3
  import { ReactElement, ReactNode } from "react";
4
- import * as react_jsx_runtime4 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Navbar/DesktopNavbar.d.ts
7
7
  /**
@@ -93,7 +93,7 @@ declare const DesktopNavbar: <T extends TabSelectorItemProps>({
93
93
  sections,
94
94
  rightItems,
95
95
  selectedChoice
96
- }: DesktopNavbarProps<T>) => react_jsx_runtime4.JSX.Element;
96
+ }: DesktopNavbarProps<T>) => react_jsx_runtime20.JSX.Element;
97
97
  //#endregion
98
98
  export { DesktopNavbar };
99
99
  //# sourceMappingURL=DesktopNavbar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DesktopNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/DesktopNavbar.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAOwB,KAMnB,kBAAA,CAAA,UAA6B,oBAAX,CAAA,GAAA;EAAW;EAE1B,IAAA,EAAA,SAAA;EAEiB;EAAb,QAAA,EAAA,YAAA,CAAa,CAAb,CAAA,EAAA;EAEG;EAEG,UAAA,CAAA,EAFH,SAEG;EAAC;EAyEN,cAAA,EAzEK,CA8FjB,CAAA,KAAA,CAAA;CArBuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA3B,0BAA2B;;;;;GAKrC,mBAAmB,OAAE,kBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"DesktopNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/DesktopNavbar.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAOwB,KAMnB,kBAAA,CAAA,UAA6B,oBAAX,CAAA,GAAA;EAAW;EAE1B,IAAA,EAAA,SAAA;EAEiB;EAAb,QAAA,EAAA,YAAA,CAAa,CAAb,CAAA,EAAA;EAEG;EAEG,UAAA,CAAA,EAFH,SAEG;EAAC;EAyEN,cAAA,EAzEK,CA8FjB,CAAA,KAAA,CAAA;CArBuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA3B,0BAA2B;;;;;GAKrC,mBAAmB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,7 +1,7 @@
1
1
  import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
2
2
  import "../TabSelector/index.js";
3
3
  import { ReactElement, ReactNode } from "react";
4
- import * as react_jsx_runtime6 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Navbar/MobileNavbar.d.ts
7
7
  /**
@@ -110,7 +110,7 @@ declare const MobileNavbar: <T extends TabSelectorItemProps>({
110
110
  bottomSections,
111
111
  rightItems,
112
112
  rollable
113
- }: MobileNavbarProps<T>) => react_jsx_runtime6.JSX.Element;
113
+ }: MobileNavbarProps<T>) => react_jsx_runtime21.JSX.Element;
114
114
  //#endregion
115
115
  export { MobileNavbar };
116
116
  //# sourceMappingURL=MobileNavbar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MobileNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/MobileNavbar.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAO2D,KAOtD,iBAAA,CAAA,UAA4B,oBAAX,CAAA,GAAA;EAAW;EAEzB,IAAA,EAAA,SAAA;EAEQ;EAEa,WAAA,CAAA,EAFb,SAEa;EAAb;EAEG,WAAA,CAAA,EAFH,YAEG,CAFU,CAEV,CAAA,EAAA;EAEa;EAAb,cAAA,CAAA,EAFA,SAEA;EAEJ;EAAS,cAAA,CAAA,EAFL,YAEK,CAFQ,CAER,CAAA,EAAA;EAuGX;EAA0B,UAAA,CAAA,EAvGxB,SAuGwB;EAAsB;EAAA,QAAA,CAAA,EAAA,OAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAhD,yBAA0B;;;;;;;;GAQpC,kBAAkB,OAAE,kBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"MobileNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/MobileNavbar.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAO2D,KAOtD,iBAAA,CAAA,UAA4B,oBAAX,CAAA,GAAA;EAAW;EAEzB,IAAA,EAAA,SAAA;EAEQ;EAEa,WAAA,CAAA,EAFb,SAEa;EAAb;EAEG,WAAA,CAAA,EAFH,YAEG,CAFU,CAEV,CAAA,EAAA;EAEa;EAAb,cAAA,CAAA,EAFA,SAEA;EAEJ;EAAS,cAAA,CAAA,EAFL,YAEK,CAFQ,CAER,CAAA,EAAA;EAuGX;EAA0B,UAAA,CAAA,EAvGxB,SAuGwB;EAAsB;EAAA,QAAA,CAAA,EAAA,OAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAhD,yBAA0B;;;;;;;;GAQpC,kBAAkB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,7 +1,7 @@
1
1
  import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
2
2
  import "../TabSelector/index.js";
3
3
  import { ReactElement, ReactNode } from "react";
4
- import * as react_jsx_runtime11 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Navbar/index.d.ts
7
7
  /**
@@ -97,7 +97,7 @@ declare const Navbar: <T extends TabSelectorItemProps>({
97
97
  rightItemsMobile,
98
98
  selectedChoice,
99
99
  mobileRollable
100
- }: NavbarProps<T>) => react_jsx_runtime11.JSX.Element;
100
+ }: NavbarProps<T>) => react_jsx_runtime22.JSX.Element;
101
101
  //#endregion
102
102
  export { Navbar };
103
103
  //# sourceMappingURL=index.d.ts.map
@@ -1,13 +1,13 @@
1
1
  import { FC, HTMLAttributes } from "react";
2
- import * as class_variance_authority_types2 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types14 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
 
5
5
  //#region src/components/Pagination/Pagination.d.ts
6
6
  declare const paginationVariants: (props?: {
7
7
  size?: "sm" | "md" | "lg";
8
- color?: "primary" | "secondary" | "destructive" | "neutral" | "text";
9
- variant?: "default" | "ghost" | "bordered";
10
- } & class_variance_authority_types2.ClassProp) => string;
8
+ color?: "text" | "primary" | "secondary" | "destructive" | "neutral";
9
+ variant?: "default" | "bordered" | "ghost";
10
+ } & class_variance_authority_types14.ClassProp) => string;
11
11
  declare enum PaginationSize {
12
12
  SM = "sm",
13
13
  MD = "md",
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.d.ts","names":[],"sources":["../../../../src/components/Pagination/Pagination.tsx"],"sourcesContent":[],"mappings":";;;;;cAgBa,0BA6Ba;;;EA7Bb,OAAA,CAAA,EAAA,SAAA,GA2BZ,OAAA,GAAA,UAAA;AAED,CAAA,GAFC,+BAAA,CAAA,SAEyB,EAAA,GAAA,MAAA;AAMd,aANA,cAAA;EAYA,EAAA,GAAA,IAAA;EAAiC,EAAA,GAAA,IAAA;EAAf,EAAA,GAAA,IAAA;;AAC5B,aAPU,iBAAA;EAOE,OAAA,GAAA,SAAA;EA+ED,QAAA,GAAA,UAiJZ;;;KAjOW,eAAA,GAAkB,eAAe,kBAC3C,oBAAoB;;;;;;;;;cA+ET,YAAY,GAAG"}
1
+ {"version":3,"file":"Pagination.d.ts","names":[],"sources":["../../../../src/components/Pagination/Pagination.tsx"],"sourcesContent":[],"mappings":";;;;;cAgBa,0BA6Ba;;;EA7Bb,OAAA,CAAA,EAAA,SAAA,GA2BZ,UAAA,GAAA,OAAA;AAED,CAAA,GAFC,gCAAA,CAAA,SAEyB,EAAA,GAAA,MAAA;AAMd,aANA,cAAA;EAYA,EAAA,GAAA,IAAA;EAAiC,EAAA,GAAA,IAAA;EAAf,EAAA,GAAA,IAAA;;AAC5B,aAPU,iBAAA;EAOE,OAAA,GAAA,SAAA;EA+ED,QAAA,GAAA,UAiJZ;;;KAjOW,eAAA,GAAkB,eAAe,kBAC3C,oBAAoB;;;;;;;;;cA+ET,YAAY,GAAG"}
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types76 from "@intlayer/types";
1
+ import * as _intlayer_types397 from "@intlayer/types";
2
2
  import * as _intlayer_core0 from "@intlayer/core";
3
3
 
4
4
  //#region src/components/Pagination/pagination.content.d.ts
5
5
  declare const paginationContent: {
6
6
  key: string;
7
7
  content: {
8
- numberItemsSelector: _intlayer_types76.TypedNodeModel<_intlayer_types76.NodeType.Translation, {
8
+ numberItemsSelector: _intlayer_types397.TypedNodeModel<_intlayer_types397.NodeType.Translation, {
9
9
  en: string;
10
10
  fr: string;
11
11
  es: string;
@@ -24,7 +24,7 @@ declare const paginationContent: {
24
24
  id: string;
25
25
  vi: string;
26
26
  }, {
27
- nodeType: "translation" | _intlayer_types76.NodeType.Translation;
27
+ nodeType: "translation" | _intlayer_types397.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -46,7 +46,7 @@ declare const paginationContent: {
46
46
  vi: string;
47
47
  };
48
48
  }>;
49
- showingResults: _intlayer_core0.InsertionContent<_intlayer_types76.TypedNodeModel<_intlayer_types76.NodeType.Translation, {
49
+ showingResults: _intlayer_core0.InsertionContent<_intlayer_types397.TypedNodeModel<_intlayer_types397.NodeType.Translation, {
50
50
  ar: string;
51
51
  de: string;
52
52
  en: string;
@@ -65,7 +65,7 @@ declare const paginationContent: {
65
65
  vi: string;
66
66
  zh: string;
67
67
  }, {
68
- nodeType: "translation" | _intlayer_types76.NodeType.Translation;
68
+ nodeType: "translation" | _intlayer_types397.NodeType.Translation;
69
69
  } & {
70
70
  translation: {
71
71
  ar: string;
@@ -87,7 +87,7 @@ declare const paginationContent: {
87
87
  zh: string;
88
88
  };
89
89
  }>>;
90
- selectPageSize: _intlayer_types76.TypedNodeModel<_intlayer_types76.NodeType.Translation, {
90
+ selectPageSize: _intlayer_types397.TypedNodeModel<_intlayer_types397.NodeType.Translation, {
91
91
  en: string;
92
92
  fr: string;
93
93
  es: string;
@@ -106,7 +106,7 @@ declare const paginationContent: {
106
106
  id: string;
107
107
  vi: string;
108
108
  }, {
109
- nodeType: "translation" | _intlayer_types76.NodeType.Translation;
109
+ nodeType: "translation" | _intlayer_types397.NodeType.Translation;
110
110
  } & {
111
111
  translation: {
112
112
  en: string;
@@ -128,7 +128,7 @@ declare const paginationContent: {
128
128
  vi: string;
129
129
  };
130
130
  }>;
131
- goToNextPage: _intlayer_types76.TypedNodeModel<_intlayer_types76.NodeType.Translation, {
131
+ goToNextPage: _intlayer_types397.TypedNodeModel<_intlayer_types397.NodeType.Translation, {
132
132
  en: string;
133
133
  fr: string;
134
134
  es: string;
@@ -147,7 +147,7 @@ declare const paginationContent: {
147
147
  id: string;
148
148
  vi: string;
149
149
  }, {
150
- nodeType: "translation" | _intlayer_types76.NodeType.Translation;
150
+ nodeType: "translation" | _intlayer_types397.NodeType.Translation;
151
151
  } & {
152
152
  translation: {
153
153
  en: string;
@@ -169,7 +169,7 @@ declare const paginationContent: {
169
169
  vi: string;
170
170
  };
171
171
  }>;
172
- goToPreviousPage: _intlayer_types76.TypedNodeModel<_intlayer_types76.NodeType.Translation, {
172
+ goToPreviousPage: _intlayer_types397.TypedNodeModel<_intlayer_types397.NodeType.Translation, {
173
173
  en: string;
174
174
  fr: string;
175
175
  es: string;
@@ -188,7 +188,7 @@ declare const paginationContent: {
188
188
  id: string;
189
189
  vi: string;
190
190
  }, {
191
- nodeType: "translation" | _intlayer_types76.NodeType.Translation;
191
+ nodeType: "translation" | _intlayer_types397.NodeType.Translation;
192
192
  } & {
193
193
  translation: {
194
194
  en: string;
@@ -1,4 +1,4 @@
1
- import * as react16 from "react";
1
+ import * as react2 from "react";
2
2
  import { ComponentProps, FC } from "react";
3
3
  import * as SelectPrimitive from "@radix-ui/react-select";
4
4
 
@@ -16,8 +16,8 @@ declare enum SelectContentPosition {
16
16
  ITEM_ALIGNED = "item-aligned",
17
17
  }
18
18
  declare const SelectRoot: FC<SelectPrimitive.SelectProps>;
19
- declare const SelectGroup: react16.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & react16.RefAttributes<HTMLDivElement>>;
20
- declare const SelectValue: react16.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & react16.RefAttributes<HTMLSpanElement>>;
19
+ declare const SelectGroup: react2.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & react2.RefAttributes<HTMLDivElement>>;
20
+ declare const SelectValue: react2.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & react2.RefAttributes<HTMLSpanElement>>;
21
21
  /**
22
22
  * Select trigger button component that displays the current selection and opens the dropdown
23
23
  *
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAiBA;AAKC;AAGK,aARM,qBAAA;EAQK;EAAA,MAAA,GAAA,QAAA;EAAA;EAAA,YAAA,GAAA,cAAA;;AAAA,cADX,UAEmC,EAFzB,EAEyB,CAFzB,eAAA,CAAA,WAEyB,CAAA;cADnC,WACW,EADA,OAAA,CAAA,yBACA,CADA,eAAA,CAAA,gBACA,GADA,OAAA,CAAA,aACA,CADA,cACA,CAAA,CAAA;cAAX,WAAW,EAAA,OAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,OAAA,CAAA,aAAA,CAAA,eAAA,CAAA,CAAA;;;;AAAA;;;;;AAmBM;;;;;AAuEO;;;;cAvExB,aA6F0B,EA7FX,EA6FW,CA5F9B,cA4F8B,CAAA,OA5FR,eAAA,CAAgB,OA4FR,CAAA,GAAA;EAgCnB;;;;;AA2Eb;;;;;EA0BM,sBAmBL,CAAA,EAAA,OAAA;CAnB0C,CAAA;;;;AAsC3C;;;;;AAWE,cA5MI,oBAiNS,EAjNa,EAiNb,CAhNb,cAgNa,CAAA,OAhNS,eAAA,CAAgB,cAgNzB,CAAA,CAAA;;;;;;;;;cA3LT,sBA2MS,EA3Me,EA2Mf,CA1Mb,cA0Ma,CAAA,OA1MS,eAAA,CAAgB,gBA0MzB,CAAA,CAAA;;;AA8Ff;;;;;;;;;;;;;;;;cAzQa,eAAe,GAC1B,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;cA0E3B,aAAa,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;cA0B7D,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;cAsC9C,iBAAiB,GAC5B,sBAAsB,eAAA,CAAgB;;;;KAenC,UAAA,UAAoB;;gBAET;;gBAEA;;kBAEE;;yBAEO;;2BAEE;;kBAET;;gBAEF;;eAED;;oBAEK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4FP,QAAuB"}
1
+ {"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAiBA;AAKC;AAGK,aARM,qBAAA;EAQK;EAAA,MAAA,GAAA,QAAA;EAAA;EAAA,YAAA,GAAA,cAAA;;AAAA,cADX,UAEmC,EAFzB,EAEyB,CAFzB,eAAA,CAAA,WAEyB,CAAA;cADnC,WACW,EADA,MAAA,CAAA,yBACA,CADA,eAAA,CAAA,gBACA,GADA,MAAA,CAAA,aACA,CADA,cACA,CAAA,CAAA;cAAX,WAAW,EAAA,MAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,MAAA,CAAA,aAAA,CAAA,eAAA,CAAA,CAAA;;;;AAAA;;;;;AAmBM;;;;;AAuEO;;;;cAvExB,aA6F0B,EA7FX,EA6FW,CA5F9B,cA4F8B,CAAA,OA5FR,eAAA,CAAgB,OA4FR,CAAA,GAAA;EAgCnB;;;;;AA2Eb;;;;;EA0BM,sBAmBL,CAAA,EAAA,OAAA;CAnB0C,CAAA;;;;AAsC3C;;;;;AAWE,cA5MI,oBAiNS,EAjNa,EAiNb,CAhNb,cAgNa,CAAA,OAhNS,eAAA,CAAgB,cAgNzB,CAAA,CAAA;;;;;;;;;cA3LT,sBA2MS,EA3Me,EA2Mf,CA1Mb,cA0Ma,CAAA,OA1MS,eAAA,CAAgB,gBA0MzB,CAAA,CAAA;;;AA8Ff;;;;;;;;;;;;;;;;cAzQa,eAAe,GAC1B,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;cA0E3B,aAAa,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;cA0B7D,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;cAsC9C,iBAAiB,GAC5B,sBAAsB,eAAA,CAAgB;;;;KAenC,UAAA,UAAoB;;gBAET;;gBAEA;;kBAEE;;yBAEO;;2BAEE;;kBAET;;gBAEF;;eAED;;oBAEK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4FP,QAAuB"}
@@ -7,12 +7,12 @@ import { TiktokLogo } from "./TiktokLogo.js";
7
7
  import { XLogo } from "./XLogo.js";
8
8
  import { YoutubeLogo } from "./YoutubeLogo.js";
9
9
  import { AnchorHTMLAttributes, DetailedHTMLProps, ReactNode } from "react";
10
- import * as react_jsx_runtime7 from "react/jsx-runtime";
10
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
11
11
 
12
12
  //#region src/components/SocialNetworks/index.d.ts
13
13
  declare const socialNetworks: {
14
14
  href: string;
15
- component: react_jsx_runtime7.JSX.Element;
15
+ component: react_jsx_runtime6.JSX.Element;
16
16
  label: string;
17
17
  }[];
18
18
  type SocialNetworksProps = {
@@ -1,7 +1,7 @@
1
1
  import { HTMLAttributes, ReactNode } from "react";
2
- import * as class_variance_authority_types3 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types4 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as react_jsx_runtime8 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime9 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/SwitchSelector/index.d.ts
7
7
  type SwitchSelectorChoice<T = boolean> = {
@@ -30,15 +30,15 @@ declare enum SwitchSelectorColor {
30
30
  declare const switchSelectorVariant: (props?: {
31
31
  color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text";
32
32
  disabled?: boolean;
33
- } & class_variance_authority_types3.ClassProp) => string;
33
+ } & class_variance_authority_types4.ClassProp) => string;
34
34
  declare enum SwitchSelectorSize {
35
35
  SM = "sm",
36
36
  MD = "md",
37
37
  LG = "lg",
38
38
  }
39
39
  declare const choiceVariant: (props?: {
40
- size?: "sm" | "md" | "lg";
41
- } & class_variance_authority_types3.ClassProp) => string;
40
+ size?: "md" | "sm" | "lg";
41
+ } & class_variance_authority_types4.ClassProp) => string;
42
42
  /**
43
43
  *
44
44
  * Component that allows the user to select one of the provided choices.
@@ -66,7 +66,7 @@ declare const SwitchSelector: <T>({
66
66
  className,
67
67
  hoverable,
68
68
  disabled
69
- }: SwitchSelectorProps<T>) => react_jsx_runtime8.JSX.Element;
69
+ }: SwitchSelectorProps<T>) => react_jsx_runtime9.JSX.Element;
70
70
  //#endregion
71
71
  export { SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize };
72
72
  //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,12 @@
1
1
  import { HTMLAttributes, ReactNode } from "react";
2
- import * as class_variance_authority_types5 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types6 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as react_jsx_runtime9 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/Tab/Tab.d.ts
7
7
  declare const tabContainerVariant: (props?: {
8
- variant?: "default" | "ghost" | "bordered";
9
- } & class_variance_authority_types5.ClassProp) => string;
8
+ variant?: "default" | "bordered" | "ghost";
9
+ } & class_variance_authority_types6.ClassProp) => string;
10
10
  type TabProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof tabContainerVariant> & {
11
11
  defaultTab?: string;
12
12
  group?: string;
@@ -25,12 +25,12 @@ declare const Tab: (({
25
25
  children,
26
26
  className,
27
27
  ...props
28
- }: TabProps) => react_jsx_runtime9.JSX.Element) & {
28
+ }: TabProps) => react_jsx_runtime11.JSX.Element) & {
29
29
  Item: {
30
30
  ({
31
31
  children,
32
32
  ...props
33
- }: TabItemProps): react_jsx_runtime9.JSX.Element;
33
+ }: TabItemProps): react_jsx_runtime11.JSX.Element;
34
34
  displayName: string;
35
35
  };
36
36
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Tab.d.ts","names":[],"sources":["../../../../src/components/Tab/Tab.tsx"],"sourcesContent":[],"mappings":";;;;;;cA0BM;;IAcL,+BAAA,CAAA;KAEW,QAAA,GAAW,eAAe,kBACpC,oBAAoB;EAjBhB,UAAA,CAAA,EAAA,MAAA;EAgBM,KAAA,CAAA,EAAA,MAAQ;EAAkB,QAAA,EAIxB,SAJwB;CAAf;AACD,KAMV,YAAA,GAAe,cANL,CAMoB,cANpB,CAAA,GAAA;EAApB,KAAA,EAAA,MAAA;EAGY,KAAA,EAAA,MAAA;EAAS,QAAA,CAAA,EAAA,OAAA;EAGX,QAAA,EAIA,SAJY;CAAkB;AAAf,cAmLd,GAnLc,EAAA,CAAA,CAAA;EAAA,UAAA;EAAA,KAAA;EAAA,OAAA;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0CxB,QA1CwB,EAAA,GA0ChB,kBAAA,CAAA,GAAA,CAAA,OA1CgB,CAAA,GAAA;EAIf,IAAA,EAAA;IAAS,CAAA;MAAA,QAAA;MAAA,GAAA;IAAA,CAAA,EAOoB,YAPpB,CAAA,EAOgC,kBAAA,CAAA,GAAA,CAAA,OAPhC;IA+KR,WAEX,EAAA,MAAA;EAFc,CAAA;CAAA"}
1
+ {"version":3,"file":"Tab.d.ts","names":[],"sources":["../../../../src/components/Tab/Tab.tsx"],"sourcesContent":[],"mappings":";;;;;;cA0BM;;IAcL,+BAAA,CAAA;KAEW,QAAA,GAAW,eAAe,kBACpC,oBAAoB;EAjBhB,UAAA,CAAA,EAAA,MAAA;EAgBM,KAAA,CAAA,EAAA,MAAQ;EAAkB,QAAA,EAIxB,SAJwB;CAAf;AACD,KAMV,YAAA,GAAe,cANL,CAMoB,cANpB,CAAA,GAAA;EAApB,KAAA,EAAA,MAAA;EAGY,KAAA,EAAA,MAAA;EAAS,QAAA,CAAA,EAAA,OAAA;EAGX,QAAA,EAIA,SAJY;CAAkB;AAAf,cAmLd,GAnLc,EAAA,CAAA,CAAA;EAAA,UAAA;EAAA,KAAA;EAAA,OAAA;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0CxB,QA1CwB,EAAA,GA0ChB,mBAAA,CAAA,GAAA,CAAA,OA1CgB,CAAA,GAAA;EAIf,IAAA,EAAA;IAAS,CAAA;MAAA,QAAA;MAAA,GAAA;IAAA,CAAA,EAOoB,YAPpB,CAAA,EAOgC,mBAAA,CAAA,GAAA,CAAA,OAPhC;IA+KR,WAEX,EAAA,MAAA;EAFc,CAAA;CAAA"}
@@ -1,4 +1,4 @@
1
- import * as react20 from "react";
1
+ import * as react6 from "react";
2
2
  import { Dispatch, FC, PropsWithChildren, SetStateAction } from "react";
3
3
 
4
4
  //#region src/components/Tab/TabContext.d.ts
@@ -9,7 +9,7 @@ type TabContextValue = {
9
9
  /**
10
10
  * Context that store the current locale on the client side
11
11
  */
12
- declare const TabContext: react20.Context<TabContextValue>;
12
+ declare const TabContext: react6.Context<TabContextValue>;
13
13
  /**
14
14
  * Hook that provides the current locale
15
15
  */
@@ -1 +1 @@
1
- {"version":3,"file":"TabContext.d.ts","names":[],"sources":["../../../../src/components/Tab/TabContext.tsx"],"sourcesContent":[],"mappings":";;;;KAYK,eAAA;cACS;iBACG,SAAS,eAAe;AAJ1B,CAAA;;;;AAIE,cAMJ,UANI,EAMM,OAAA,CAAA,OANN,CAMM,eANN,CAAA;;AAMjB;AAQA;AAKa,cALA,aAKgB,EAAA,GAAA,GALH,eAKE;;;;cAAf,aAAa,GAAG"}
1
+ {"version":3,"file":"TabContext.d.ts","names":[],"sources":["../../../../src/components/Tab/TabContext.tsx"],"sourcesContent":[],"mappings":";;;;KAYK,eAAA;cACS;iBACG,SAAS,eAAe;AAJ1B,CAAA;;;;AAIE,cAMJ,UANI,EAMM,MAAA,CAAA,OANN,CAMM,eANN,CAAA;;AAMjB;AAQA;AAKa,cALA,aAKgB,EAAA,GAAA,GALH,eAKE;;;;cAAf,aAAa,GAAG"}
@@ -1,8 +1,8 @@
1
1
  import { ItemSelectorOrientation } from "../../hooks/useItemSelector.js";
2
2
  import { HTMLAttributes, ReactElement } from "react";
3
- import * as class_variance_authority_types6 from "class-variance-authority/types";
3
+ import * as class_variance_authority_types3 from "class-variance-authority/types";
4
4
  import { VariantProps } from "class-variance-authority";
5
- import * as react_jsx_runtime12 from "react/jsx-runtime";
5
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/components/TabSelector/TabSelector.d.ts
8
8
  declare enum TabSelectorColor {
@@ -15,8 +15,8 @@ declare enum TabSelectorColor {
15
15
  TEXT = "text",
16
16
  }
17
17
  declare const tabSelectorVariant: (props?: {
18
- color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text";
19
- } & class_variance_authority_types6.ClassProp) => string;
18
+ color?: "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark";
19
+ } & class_variance_authority_types3.ClassProp) => string;
20
20
  type TabSelectorItemProps = HTMLAttributes<HTMLElement> & {
21
21
  key: string | number;
22
22
  };
@@ -54,7 +54,7 @@ declare const TabSelector: <T extends TabSelectorItemProps>({
54
54
  hoverable,
55
55
  orientation,
56
56
  className
57
- }: TabSelectorProps<T>) => react_jsx_runtime12.JSX.Element;
57
+ }: TabSelectorProps<T>) => react_jsx_runtime7.JSX.Element;
58
58
  //#endregion
59
59
  export { TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps };
60
60
  //# sourceMappingURL=TabSelector.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"sourcesContent":[],"mappings":";;;;;;;aAiBY,gBAAA;;;;EAAA,OAAA,GAAA,SAAgB;EAUtB,KAAA,GAAA,OAAA;EA4CM,IAAA,GAAA,MAAA;EAIA,IAAA,GAAA,MAAA;;cAhDN,kBAiDe,EAAA,CAAA,KACH,CADG,EAAA;EAAb,KAAA,CAAA,EAAA,SAAA,GAAA,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,MAAA;CACU,GAhCjB,+BAAA,CAAA,SAgCiB,EAAA,GAAA,MAAA;AACM,KAPZ,oBAAA,GAAuB,cAOX,CAP0B,WAO1B,CAAA,GAAA;EAER,GAAA,EAAA,MAAA,GAAA,MAAA;CACG;AAAf,KANQ,gBAMR,CAAA,UANmC,oBAMnC,CAAA,GAAA;EACuB,IAAA,EANnB,YAMmB,CANN,CAMM,CAAA,EAAA;EAApB,cAAA,EALW,CAKX,CAAA,KAAA,CAAA;EAAL,UAAA,CAAA,EAAA,CAAA,MAAA,EAJsB,CAItB,CAAA,KAAA,CAAA,EAAA,GAAA,IAAA;EACU,SAAA,CAAA,EAAA,OAAA;EAAsB,WAAA,CAAA,EAHlB,uBAGkB;CAAgB,GAF9C,cAE8C,CAF/B,WAE+B,CAAA,GADhD,IACgD,CAD3C,YAC2C,CAAA,OADvB,kBACuB,CAAA,EAAA,OAAA,CAAA,GAAA;EAoBrC,KAAA,CAAA,EApBD,gBAuFX,GAAA,GAvFiC,gBAuFjC,EAAA;CAnEqC;;;;;;;;;;;;;;;;;;cAAzB,wBAAyB;;;;;;;;GAQnC,iBAAiB,OAAE,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"sourcesContent":[],"mappings":";;;;;;;aAiBY,gBAAA;;;;EAAA,OAAA,GAAA,SAAgB;EAUtB,KAAA,GAAA,OAAA;EA4CM,IAAA,GAAA,MAAA;EAIA,IAAA,GAAA,MAAA;;cAhDN,kBAiDe,EAAA,CAAA,KACH,CADG,EAAA;EAAb,KAAA,CAAA,EAAA,MAAA,GAAA,SAAA,GAAA,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA;CACU,GAhCjB,+BAAA,CAAA,SAgCiB,EAAA,GAAA,MAAA;AACM,KAPZ,oBAAA,GAAuB,cAOX,CAP0B,WAO1B,CAAA,GAAA;EAER,GAAA,EAAA,MAAA,GAAA,MAAA;CACG;AAAf,KANQ,gBAMR,CAAA,UANmC,oBAMnC,CAAA,GAAA;EACuB,IAAA,EANnB,YAMmB,CANN,CAMM,CAAA,EAAA;EAApB,cAAA,EALW,CAKX,CAAA,KAAA,CAAA;EAAL,UAAA,CAAA,EAAA,CAAA,MAAA,EAJsB,CAItB,CAAA,KAAA,CAAA,EAAA,GAAA,IAAA;EACU,SAAA,CAAA,EAAA,OAAA;EAAsB,WAAA,CAAA,EAHlB,uBAGkB;CAAgB,GAF9C,cAE8C,CAF/B,WAE+B,CAAA,GADhD,IACgD,CAD3C,YAC2C,CAAA,OADvB,kBACuB,CAAA,EAAA,OAAA,CAAA,GAAA;EAoBrC,KAAA,CAAA,EApBD,gBAuFX,GAAA,GAvFiC,gBAuFjC,EAAA;CAnEqC;;;;;;;;;;;;;;;;;;cAAzB,wBAAyB;;;;;;;;GAQnC,iBAAiB,OAAE,kBAAA,CAAA,GAAA,CAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types91 from "@intlayer/types";
1
+ import * as _intlayer_types86 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/Table/table.content.d.ts
4
4
  declare const tableContent: {
5
5
  key: string;
6
6
  content: {
7
- show: _intlayer_types91.TypedNodeModel<_intlayer_types91.NodeType.Translation, {
7
+ show: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -23,7 +23,7 @@ declare const tableContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types91.NodeType.Translation;
26
+ nodeType: "translation" | _intlayer_types86.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -185,9 +185,9 @@ declare enum TagBackground {
185
185
  WITH = "with",
186
186
  }
187
187
  declare const containerVariants: (props?: {
188
- roundedSize?: "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "full";
189
- color?: "neutral" | "text" | "error" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
190
- size?: "sm" | "md" | "lg" | "xl" | "xs";
188
+ roundedSize?: "md" | "none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "full";
189
+ color?: "error" | "neutral" | "text" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
190
+ size?: "md" | "sm" | "lg" | "xl" | "xs";
191
191
  border?: "none" | "with";
192
192
  background?: "none" | "with";
193
193
  } & class_variance_authority_types7.ClassProp) => string;
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types94 from "@intlayer/types";
1
+ import * as _intlayer_types80 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/Terminal/terminal.content.d.ts
4
4
  declare const terminalContent: {
5
5
  key: string;
6
6
  content: {
7
- closeTab: _intlayer_types94.TypedNodeModel<_intlayer_types94.NodeType.Translation, {
7
+ closeTab: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -23,7 +23,7 @@ declare const terminalContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types94.NodeType.Translation;
26
+ nodeType: "translation" | _intlayer_types80.NodeType.Translation;
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const terminalContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- terminalInput: _intlayer_types94.TypedNodeModel<_intlayer_types94.NodeType.Translation, {
48
+ terminalInput: _intlayer_types80.TypedNodeModel<_intlayer_types80.NodeType.Translation, {
49
49
  en: string;
50
50
  fr: string;
51
51
  es: string;
@@ -64,7 +64,7 @@ declare const terminalContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: "translation" | _intlayer_types94.NodeType.Translation;
67
+ nodeType: "translation" | _intlayer_types80.NodeType.Translation;
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -25,7 +25,7 @@ declare const ToastViewport: FC<ComponentProps<typeof ToastPrimitives.Viewport>>
25
25
  * ```
26
26
  */
27
27
  declare const toastVariants: (props?: {
28
- variant?: "error" | "success" | "default";
28
+ variant?: "default" | "error" | "success";
29
29
  } & class_variance_authority_types8.ClassProp) => string;
30
30
  /**
31
31
  * Toast Component
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toast.tsx"],"sourcesContent":[],"mappings":";;;;;;cAQM,sBAAa;cAEb,eAAe,GAAG,sBAAsB,eAAA,CAAgB;;AALA;AAGzB;;;;;AAEd;;;;;;;;AA0FR;;;cA3DT,aA2Ga,EAAA,CAAA,KA2BlB,CA3BkB,EAAA;EAAE,OAAA,CAAA,EAAA,OAAA,GAAA,SAAA,GAAA,SAAA;AAAA,CAAA,GAzFpB,+BAAA,CAAA,SAoHA,EAAA,GAAA,MAAA;;;;;AAdmB;;;;;AAiCA;;;;;AAqCM;AAYM;;;;;;;;;;;;;;;;;;;;;;;;cA/I1B,OAAO,GACX,sBAAsB,eAAA,CAAgB,QACpC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8ClB,aAAa,GAAG,sBAAsB,eAAA,CAAgB;cAatD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;cAiCrD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqCrD,kBAAkB,GACtB,sBAAsB,eAAA,CAAgB;;;;;KAWnC,UAAA,GAAa,sBAAsB;;;;;KAMnC,kBAAA,GAAqB,oBAAoB"}
1
+ {"version":3,"file":"Toast.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toast.tsx"],"sourcesContent":[],"mappings":";;;;;;cAQM,sBAAa;cAEb,eAAe,GAAG,sBAAsB,eAAA,CAAgB;;AALA;AAGzB;;;;;AAEd;;;;;;;;AA0FR;;;cA3DT,aA2Ga,EAAA,CAAA,KA2BlB,CA3BkB,EAAA;EAAE,OAAA,CAAA,EAAA,SAAA,GAAA,OAAA,GAAA,SAAA;AAAA,CAAA,GAzFpB,+BAAA,CAAA,SAoHA,EAAA,GAAA,MAAA;;;;;AAdmB;;;;;AAiCA;;;;;AAqCM;AAYM;;;;;;;;;;;;;;;;;;;;;;;;cA/I1B,OAAO,GACX,sBAAsB,eAAA,CAAgB,QACpC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8ClB,aAAa,GAAG,sBAAsB,eAAA,CAAgB;cAatD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;cAiCrD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqCrD,kBAAkB,GACtB,sBAAsB,eAAA,CAAgB;;;;;KAWnC,UAAA,GAAa,sBAAsB;;;;;KAMnC,kBAAA,GAAqB,oBAAoB"}
@@ -4,7 +4,7 @@ import { Accordion, AccordionProps } from "./Accordion/Accordion.js";
4
4
  import "./Accordion/index.js";
5
5
  import { Avatar, AvatarProps, getCapitals } from "./Avatar/index.js";
6
6
  import { Badge, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BadgeVariantProps, badgeVariants } from "./Badge/index.js";
7
- import { Link, LinkColor, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, checkIsExternalLink, linkVariants } from "./Link/Link.js";
7
+ import { Link, LinkColor, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, checkIsExternalLink, isTextChildren, linkVariants } from "./Link/Link.js";
8
8
  import "./Link/index.js";
9
9
  import { Breadcrumb, BreadcrumbLink, BreadcrumbProps } from "./Breadcrumb/index.js";
10
10
  import { Browser, BrowserProps } from "./Browser/Browser.js";
@@ -30,9 +30,12 @@ import { CopyButton } from "./CopyButton/index.js";
30
30
  import { CopyToClipboard, CopyToClipboardProps, useCopyToClipboard } from "./CopyToClipboard/index.js";
31
31
  import { DictionaryEditor } from "./DictionaryEditor/DictionaryEditor.js";
32
32
  import "./DictionaryEditor/index.js";
33
+ import { ContentEditor } from "./DictionaryFieldEditor/ContentEditor.js";
34
+ import { TextEditor, TextEditorContainer, TextEditorProps, traceKeys } from "./DictionaryFieldEditor/ContentEditorView/TextEditor.js";
33
35
  import { DictionaryCreationForm } from "./DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.js";
34
36
  import { DictionaryFieldEditor } from "./DictionaryFieldEditor/DictionaryFieldEditor.js";
35
- import { DropDown, DropDownAlign, DropDownProps, DropDownType, PanelProps, TriggerProps } from "./DropDown/index.js";
37
+ import { KeyPathBreadcrumb } from "./DictionaryFieldEditor/KeyPathBreadcrumb.js";
38
+ import { DropDown, DropDownAlign, DropDownProps, DropDownType, DropDownYAlign, PanelProps, TriggerProps } from "./DropDown/index.js";
36
39
  import { VersionSwitcher, VersionSwitcherProps } from "./DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.js";
37
40
  import { VersionSwitcherProvider, useVersionSwitcher } from "./DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.js";
38
41
  import "./DictionaryFieldEditor/index.js";
@@ -127,4 +130,4 @@ import { Toaster } from "./Toaster/Toaster.js";
127
130
  import { reducer, toast, useToast } from "./Toaster/useToast.js";
128
131
  import "./Toaster/index.js";
129
132
  import { WithResizer } from "./WithResizer/index.js";
130
- export { Accordion, AccordionProps, AutoCompleteTextarea, AutoSizedTextArea, AutoSizedTextAreaProps, AutocompleteTextAreaProps, Avatar, AvatarProps, Badge, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BadgeVariantProps, Breadcrumb, BreadcrumbLink, BreadcrumbProps, Browser, BrowserProps, Button, ButtonColor, ButtonProps, ButtonSize, ButtonTextAlign, ButtonVariant, Checkbox, CheckboxColor, CheckboxProps, CheckboxSize, ClickOutsideDiv, ClickOutsideDivProps, Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, CollapsibleTable, CollapsibleTableProps, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerProps, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentSelector, CopyButton, CopyToClipboard, CopyToClipboardProps, DesktopThemeSwitcher, Detail, DetailProps, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, DropDownProps, DropDownType, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, ExpandCollapseProps, FacebookLogo, FileList, FileListProps, Flag, flags_d_exports as Flags, Footer, FooterLink, Form, GridPattern, H1, H2, H3, H4, H5, H6, HeadingProps, HeightResizer, HideShow, HideShowProps, IDE, IDEProps, InformationTag, Input, InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputPassword, InputProps, InputSize, InputVariant, InstagramLogo, KeyList, KeyboardScreenAdapter, KeyboardShortcut, KeyboardShortcutProps, KeyboardShortcutType, Label, LabelProps, Link, LinkColor, LinkGroup, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LoaderProps, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProps, LocaleSwitcherContentProvider, LocaleSwitcherProps, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileThemeSwitcher, Modal, ModalSize, Modes, MultiSelect, Navbar, NumberItemsSelector, NumberItemsSelectorProps, OTPInput, OTPInputContext, OTPInputProps, Pagination, PaginationProps, PaginationSize, PaginationVariant, PanelProps, Popover, PopoverProps, PopoverStatic, PopoverType, PopoverXAlign, PopoverYAlign, PressableSpan, ProductHuntLogo, RenderProps, RightDrawer, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, ShowingResultsNumberItemsProps, SlotProps, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize, Tab, TabItemProps, TabProps, TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps, Table, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, Terminal, TerminalProps, TextArea, TextAreaProps, TiktokLogo, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, TriggerProps, VersionSwitcher, VersionSwitcherProps, VersionSwitcherProvider, WithResizer, XLogo, YoutubeLogo, badgeVariants, buttonVariants, checkIsExternalLink, checkboxVariants, containerVariants, getCapitals, inputSlotVariants, inputVariants, linkVariants, paginationVariants, reducer, toast, useCopyToClipboard, useDebounce, useForm, useFormField, useLocaleSwitcherContent, usePasswordManagerBadge, usePrevious, useRightDrawerStore, useToast, useVersionSwitcher };
133
+ export { Accordion, AccordionProps, AutoCompleteTextarea, AutoSizedTextArea, AutoSizedTextAreaProps, AutocompleteTextAreaProps, Avatar, AvatarProps, Badge, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BadgeVariantProps, Breadcrumb, BreadcrumbLink, BreadcrumbProps, Browser, BrowserProps, Button, ButtonColor, ButtonProps, ButtonSize, ButtonTextAlign, ButtonVariant, Checkbox, CheckboxColor, CheckboxProps, CheckboxSize, ClickOutsideDiv, ClickOutsideDivProps, Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, CollapsibleTable, CollapsibleTableProps, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerProps, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentEditor, ContentSelector, CopyButton, CopyToClipboard, CopyToClipboardProps, DesktopThemeSwitcher, Detail, DetailProps, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, DropDownProps, DropDownType, DropDownYAlign, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, ExpandCollapseProps, FacebookLogo, FileList, FileListProps, Flag, flags_d_exports as Flags, Footer, FooterLink, Form, GridPattern, H1, H2, H3, H4, H5, H6, HeadingProps, HeightResizer, HideShow, HideShowProps, IDE, IDEProps, InformationTag, Input, InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputPassword, InputProps, InputSize, InputVariant, InstagramLogo, KeyList, KeyPathBreadcrumb, KeyboardScreenAdapter, KeyboardShortcut, KeyboardShortcutProps, KeyboardShortcutType, Label, LabelProps, Link, LinkColor, LinkGroup, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LoaderProps, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProps, LocaleSwitcherContentProvider, LocaleSwitcherProps, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileThemeSwitcher, Modal, ModalSize, Modes, MultiSelect, Navbar, NumberItemsSelector, NumberItemsSelectorProps, OTPInput, OTPInputContext, OTPInputProps, Pagination, PaginationProps, PaginationSize, PaginationVariant, PanelProps, Popover, PopoverProps, PopoverStatic, PopoverType, PopoverXAlign, PopoverYAlign, PressableSpan, ProductHuntLogo, RenderProps, RightDrawer, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, ShowingResultsNumberItemsProps, SlotProps, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize, Tab, TabItemProps, TabProps, TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps, Table, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, Terminal, TerminalProps, TextArea, TextAreaProps, TextEditor, TextEditorContainer, TextEditorProps, TiktokLogo, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, TriggerProps, VersionSwitcher, VersionSwitcherProps, VersionSwitcherProvider, WithResizer, XLogo, YoutubeLogo, badgeVariants, buttonVariants, checkIsExternalLink, checkboxVariants, containerVariants, getCapitals, inputSlotVariants, inputVariants, isTextChildren, linkVariants, paginationVariants, reducer, toast, traceKeys, useCopyToClipboard, useDebounce, useForm, useFormField, useLocaleSwitcherContent, usePasswordManagerBadge, usePrevious, useRightDrawerStore, useToast, useVersionSwitcher };
@@ -1,5 +1,5 @@
1
1
  import { ItemSelectorOrientation, useItemSelector } from "./useItemSelector.js";
2
- import { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useListPasskeys, useListSSOProviders, useLogin, useLogout, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary } from "./reactQuery.js";
2
+ import { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useInfiniteGetDictionaries, useListPasskeys, useListSSOProviders, useLogin, useLogout, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary } from "./reactQuery.js";
3
3
  import { useAuth } from "./useAuth/useAuth.js";
4
4
  import { useOAuth2 } from "./useAuth/useOAuth2.js";
5
5
  import { UseSessionResult, useSession } from "./useAuth/useSession.js";
@@ -19,4 +19,4 @@ import { useScrollDetection } from "./useScrollDetection.js";
19
19
  import { useScrollY } from "./useScrollY.js";
20
20
  import { useSearch } from "./useSearch.js";
21
21
  import { useUser } from "./useUser/index.js";
22
- export { HorizontalSwipeConfig, HorizontalSwipeHook, ItemSelectorOrientation, SizeType, UseSessionResult, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAuth, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDevice, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetElementById, useGetElementOrWindow, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useHorizontalSwipe, useIntlayerAuth, useIntlayerOAuth, useIsDarkMode, useIsMounted, useItemSelector, useKeyboardDetector, useListPasskeys, useListSSOProviders, useLogin, useLogout, useOAuth2, usePersistedStore, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useScreenWidth, useScrollBlockage, useScrollDetection, useScrollY, useSearch, useSearchDoc, useSelectOrganization, useSelectProject, useSession, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
22
+ export { HorizontalSwipeConfig, HorizontalSwipeHook, ItemSelectorOrientation, SizeType, UseSessionResult, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAuth, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDevice, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetElementById, useGetElementOrWindow, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useHorizontalSwipe, useInfiniteGetDictionaries, useIntlayerAuth, useIntlayerOAuth, useIsDarkMode, useIsMounted, useItemSelector, useKeyboardDetector, useListPasskeys, useListSSOProviders, useLogin, useLogout, useOAuth2, usePersistedStore, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useScreenWidth, useScrollBlockage, useScrollDetection, useScrollY, useSearch, useSearchDoc, useSelectOrganization, useSelectProject, useSession, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
@@ -69,6 +69,7 @@ declare const useRefreshAccessKey: () => any;
69
69
  * Dictionary
70
70
  */
71
71
  declare const useGetDictionaries: (filters?: GetDictionariesParams, options?: Partial<UseQueryOptions>) => QueryObserverResult<TData, TError>;
72
+ declare const useInfiniteGetDictionaries: (filters?: Omit<GetDictionariesParams, "page">, options?: Partial<UseQueryOptions>) => DefinedInfiniteQueryObserverResult<TData, TError>;
72
73
  declare const useGetDictionariesKeys: (options?: Partial<UseQueryOptions>) => QueryObserverResult<TData, TError>;
73
74
  declare const useGetDictionary: (dictionaryKey: GetDictionaryParams["dictionaryKey"], version?: GetDictionaryQuery["version"], options?: Partial<UseQueryOptions>) => QueryObserverResult<TData, TError>;
74
75
  declare const useAddDictionary: () => any;
@@ -119,5 +120,5 @@ declare const useGetNewsletterStatus: () => any;
119
120
  declare const useGetEditorDictionaries: () => QueryObserverResult<TData, TError>;
120
121
  declare const useWriteDictionary: () => any;
121
122
  //#endregion
122
- export { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useListPasskeys, useListSSOProviders, useLogin, useLogout, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
123
+ export { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useInfiniteGetDictionaries, useListPasskeys, useListSSOProviders, useLogin, useLogout, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
123
124
  //# sourceMappingURL=reactQuery.d.ts.map