@intlayer/design-system 7.5.9 → 7.5.10

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 (272) hide show
  1. package/README.md +9 -2
  2. package/dist/esm/components/Accordion/Accordion.mjs.map +1 -1
  3. package/dist/esm/components/Avatar/index.mjs.map +1 -1
  4. package/dist/esm/components/Badge/index.mjs.map +1 -1
  5. package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
  6. package/dist/esm/components/Browser/Browser.mjs.map +1 -1
  7. package/dist/esm/components/Button/Button.mjs +1 -1
  8. package/dist/esm/components/Button/Button.mjs.map +1 -1
  9. package/dist/esm/components/Carousel/index.content.mjs +70 -0
  10. package/dist/esm/components/Carousel/index.content.mjs.map +1 -0
  11. package/dist/esm/components/Carousel/index.mjs +271 -0
  12. package/dist/esm/components/Carousel/index.mjs.map +1 -0
  13. package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs.map +1 -1
  14. package/dist/esm/components/Command/index.mjs.map +1 -1
  15. package/dist/esm/components/Container/index.mjs +1 -1
  16. package/dist/esm/components/Container/index.mjs.map +1 -1
  17. package/dist/esm/components/ContentEditor/ContentEditor.mjs.map +1 -1
  18. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -1
  19. package/dist/esm/components/CopyToClipboard/index.mjs.map +1 -1
  20. package/dist/esm/components/DictionaryEditor/ItemLayout.mjs.map +1 -1
  21. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -1
  22. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +118 -104
  23. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
  24. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
  25. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  26. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
  27. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  28. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  29. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -1
  30. package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
  31. package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +1 -1
  32. package/dist/esm/components/DropDown/index.mjs.map +1 -1
  33. package/dist/esm/components/EditableField/EditableFieldLayout.mjs.map +1 -1
  34. package/dist/esm/components/ExpandCollapse/ExpandCollapse.mjs.map +1 -1
  35. package/dist/esm/components/Form/FormBase.mjs.map +1 -1
  36. package/dist/esm/components/Form/FormLabel.mjs.map +1 -1
  37. package/dist/esm/components/Form/elements/AutoSizeTextAreaElement.mjs.map +1 -1
  38. package/dist/esm/components/Form/elements/CheckboxElement.mjs.map +1 -1
  39. package/dist/esm/components/Form/elements/EditableFieldInputElement.mjs.map +1 -1
  40. package/dist/esm/components/Form/elements/EditableFieldTextAreaElement.mjs.map +1 -1
  41. package/dist/esm/components/Form/elements/InputElement.mjs.map +1 -1
  42. package/dist/esm/components/Form/elements/InputPasswordElement.mjs.map +1 -1
  43. package/dist/esm/components/Form/elements/MultiselectElement.mjs.map +1 -1
  44. package/dist/esm/components/Form/elements/OTPElement.mjs.map +1 -1
  45. package/dist/esm/components/Form/elements/SearchInputElement.mjs.map +1 -1
  46. package/dist/esm/components/Form/elements/SelectElement.mjs.map +1 -1
  47. package/dist/esm/components/Form/elements/SwitchSelectorElement.mjs.map +1 -1
  48. package/dist/esm/components/Form/elements/TextAreaElement.mjs.map +1 -1
  49. package/dist/esm/components/Form/layout/FormLabelLayout.mjs.map +1 -1
  50. package/dist/esm/components/Headers/index.mjs.map +1 -1
  51. package/dist/esm/components/HeightResizer/index.mjs +1 -1
  52. package/dist/esm/components/HeightResizer/index.mjs.map +1 -1
  53. package/dist/esm/components/HideShow/index.mjs.map +1 -1
  54. package/dist/esm/components/IDE/Code.mjs.map +1 -1
  55. package/dist/esm/components/IDE/CodeBlockClient.mjs.map +1 -1
  56. package/dist/esm/components/IDE/CodeBlockServer.mjs.map +1 -1
  57. package/dist/esm/components/IDE/CodeContext.mjs.map +1 -1
  58. package/dist/esm/components/IDE/CodeFormatSelector.mjs +4 -4
  59. package/dist/esm/components/IDE/CodeFormatSelector.mjs.map +1 -1
  60. package/dist/esm/components/IDE/ContentDeclarationFormatSelector.mjs +4 -4
  61. package/dist/esm/components/IDE/ContentDeclarationFormatSelector.mjs.map +1 -1
  62. package/dist/esm/components/IDE/CopyCode.mjs +1 -1
  63. package/dist/esm/components/IDE/FileTree.mjs.map +1 -1
  64. package/dist/esm/components/IDE/IDE.mjs.map +1 -1
  65. package/dist/esm/components/IDE/MonacoCode.mjs.map +1 -1
  66. package/dist/esm/components/IDE/PackageManagerSelector.mjs +5 -4
  67. package/dist/esm/components/IDE/PackageManagerSelector.mjs.map +1 -1
  68. package/dist/esm/components/IDE/selectors.content.mjs +120 -57
  69. package/dist/esm/components/IDE/selectors.content.mjs.map +1 -1
  70. package/dist/esm/components/InformationTag/index.mjs.map +1 -1
  71. package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
  72. package/dist/esm/components/Input/OTPInput.mjs.map +1 -1
  73. package/dist/esm/components/Input/SearchInput.mjs.map +1 -1
  74. package/dist/esm/components/KeyboardScreenAdapter/index.mjs.map +1 -1
  75. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +5 -3
  76. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs.map +1 -1
  77. package/dist/esm/components/Label/index.mjs.map +1 -1
  78. package/dist/esm/components/LanguageBackground/index.mjs +88 -0
  79. package/dist/esm/components/LanguageBackground/index.mjs.map +1 -0
  80. package/dist/esm/components/Link/Link.mjs +10 -53
  81. package/dist/esm/components/Link/Link.mjs.map +1 -1
  82. package/dist/esm/components/Loader/index.mjs.map +1 -1
  83. package/dist/esm/components/Loader/spinner.mjs.map +1 -1
  84. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
  85. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -1
  86. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +2 -0
  87. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
  88. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
  89. package/dist/esm/components/MaxHeightSmoother/index.mjs.map +1 -1
  90. package/dist/esm/components/MaxWidthSmoother/index.mjs.map +1 -1
  91. package/dist/esm/components/Modal/Modal.mjs +2 -2
  92. package/dist/esm/components/Modal/Modal.mjs.map +1 -1
  93. package/dist/esm/components/Navbar/Burger.mjs.map +1 -1
  94. package/dist/esm/components/Navbar/MobileNavbar.mjs.map +1 -1
  95. package/dist/esm/components/Navbar/index.mjs.map +1 -1
  96. package/dist/esm/components/Pagination/Pagination.mjs.map +1 -1
  97. package/dist/esm/components/Pattern/DotPattern.mjs.map +1 -1
  98. package/dist/esm/components/Pattern/GridPattern.mjs.map +1 -1
  99. package/dist/esm/components/Pattern/SpotLight.mjs.map +1 -1
  100. package/dist/esm/components/Popover/static.mjs.map +1 -1
  101. package/dist/esm/components/PressableSpan/PressableSpan.mjs.map +1 -1
  102. package/dist/esm/components/RightDrawer/RightDrawer.mjs +2 -2
  103. package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
  104. package/dist/esm/components/Select/Multiselect.mjs.map +1 -1
  105. package/dist/esm/components/Select/Select.mjs +1 -1
  106. package/dist/esm/components/Select/Select.mjs.map +1 -1
  107. package/dist/esm/components/SwitchSelector/index.mjs.map +1 -1
  108. package/dist/esm/components/Tab/Tab.mjs.map +1 -1
  109. package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
  110. package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -1
  111. package/dist/esm/components/Table/Table.mjs.map +1 -1
  112. package/dist/esm/components/Tag/index.mjs +2 -0
  113. package/dist/esm/components/Tag/index.mjs.map +1 -1
  114. package/dist/esm/components/Terminal/Terminal.mjs +2 -0
  115. package/dist/esm/components/Terminal/Terminal.mjs.map +1 -1
  116. package/dist/esm/components/TextArea/AutoSizeTextArea.mjs.map +1 -1
  117. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs.map +1 -1
  118. package/dist/esm/components/TextArea/TextArea.mjs.map +1 -1
  119. package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs.map +1 -1
  120. package/dist/esm/components/Toaster/Toast.mjs.map +1 -1
  121. package/dist/esm/components/WithResizer/index.mjs +1 -1
  122. package/dist/esm/components/WithResizer/index.mjs.map +1 -1
  123. package/dist/esm/components/index.mjs +6 -4
  124. package/dist/esm/hooks/index.mjs +7 -7
  125. package/dist/esm/hooks/reactQuery.mjs +42 -3
  126. package/dist/esm/hooks/reactQuery.mjs.map +1 -1
  127. package/dist/esm/hooks/useAuth/useSession.mjs +2 -2
  128. package/dist/esm/hooks/useAuth/useSession.mjs.map +1 -1
  129. package/dist/esm/providers/ReactQueryProvider.mjs +2 -2
  130. package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
  131. package/dist/types/components/Badge/index.d.ts +2 -2
  132. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  133. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  134. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  135. package/dist/types/components/Browser/Browser.d.ts +2 -2
  136. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  137. package/dist/types/components/Browser/browser.content.d.ts +17 -17
  138. package/dist/types/components/Browser/browser.content.d.ts.map +1 -1
  139. package/dist/types/components/Button/Button.d.ts +6 -6
  140. package/dist/types/components/Button/Button.d.ts.map +1 -1
  141. package/dist/types/components/Carousel/index.content.d.ts +135 -0
  142. package/dist/types/components/Carousel/index.content.d.ts.map +1 -0
  143. package/dist/types/components/Carousel/index.d.ts +21 -0
  144. package/dist/types/components/Carousel/index.d.ts.map +1 -0
  145. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +3 -3
  146. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  147. package/dist/types/components/Command/index.d.ts +16 -16
  148. package/dist/types/components/Command/index.d.ts.map +1 -1
  149. package/dist/types/components/Container/index.d.ts +7 -7
  150. package/dist/types/components/Container/index.d.ts.map +1 -1
  151. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  152. package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
  153. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -1
  154. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  155. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  156. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  157. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
  158. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  159. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  160. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  161. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  162. package/dist/types/components/DictionaryFieldEditor/StructureView/StructureView.d.ts.map +1 -1
  163. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  164. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts +1 -1
  165. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  166. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  167. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  168. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +4 -4
  169. package/dist/types/components/Form/FormBase.d.ts +2 -2
  170. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  171. package/dist/types/components/Form/FormField.d.ts +2 -2
  172. package/dist/types/components/Form/FormItem.d.ts +2 -2
  173. package/dist/types/components/Form/elements/AutoSizeTextAreaElement.d.ts +1 -1
  174. package/dist/types/components/Form/elements/CheckboxElement.d.ts +1 -2
  175. package/dist/types/components/Form/elements/CheckboxElement.d.ts.map +1 -1
  176. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +3 -3
  177. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  178. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +3 -3
  179. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  180. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  181. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  182. package/dist/types/components/Form/elements/InputElement.d.ts +1 -2
  183. package/dist/types/components/Form/elements/InputElement.d.ts.map +1 -1
  184. package/dist/types/components/Form/elements/InputPasswordElement.d.ts +1 -2
  185. package/dist/types/components/Form/elements/InputPasswordElement.d.ts.map +1 -1
  186. package/dist/types/components/Form/elements/MultiselectElement.d.ts +3 -3
  187. package/dist/types/components/Form/elements/OTPElement.d.ts +3 -3
  188. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  189. package/dist/types/components/Form/elements/SearchInputElement.d.ts +1 -2
  190. package/dist/types/components/Form/elements/SearchInputElement.d.ts.map +1 -1
  191. package/dist/types/components/Form/elements/SelectElement.d.ts +3 -3
  192. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +3 -3
  193. package/dist/types/components/Form/elements/TextAreaElement.d.ts +1 -1
  194. package/dist/types/components/HeightResizer/index.d.ts.map +1 -1
  195. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  196. package/dist/types/components/IDE/code.content.d.ts +5 -5
  197. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  198. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  199. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  200. package/dist/types/components/IDE/selectors.content.d.ts +130 -7
  201. package/dist/types/components/IDE/selectors.content.d.ts.map +1 -1
  202. package/dist/types/components/InformationTag/index.d.ts.map +1 -1
  203. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  204. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  205. package/dist/types/components/Input/Input.d.ts +3 -3
  206. package/dist/types/components/Input/Input.d.ts.map +1 -1
  207. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  208. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  209. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  210. package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
  211. package/dist/types/components/KeyboardShortcut/KeyboardShortcut.d.ts +2 -0
  212. package/dist/types/components/KeyboardShortcut/KeyboardShortcut.d.ts.map +1 -1
  213. package/dist/types/components/LanguageBackground/index.d.ts +8 -0
  214. package/dist/types/components/LanguageBackground/index.d.ts.map +1 -0
  215. package/dist/types/components/Link/Link.d.ts +4 -90
  216. package/dist/types/components/Link/Link.d.ts.map +1 -1
  217. package/dist/types/components/Loader/index.content.d.ts +3 -3
  218. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  219. package/dist/types/components/Loader/spinner.d.ts +2 -2
  220. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  221. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  222. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  223. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  224. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  225. package/dist/types/components/MaxHeightSmoother/index.d.ts.map +1 -1
  226. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  227. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  228. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  229. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  230. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  231. package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
  232. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  233. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  234. package/dist/types/components/Navbar/index.d.ts +2 -2
  235. package/dist/types/components/Navbar/index.d.ts.map +1 -1
  236. package/dist/types/components/Pagination/Pagination.d.ts +2 -2
  237. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  238. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  239. package/dist/types/components/Pattern/DotPattern.d.ts.map +1 -1
  240. package/dist/types/components/Pattern/GridPattern.d.ts.map +1 -1
  241. package/dist/types/components/Pattern/SpotLight.d.ts.map +1 -1
  242. package/dist/types/components/PressableSpan/PressableSpan.d.ts.map +1 -1
  243. package/dist/types/components/RightDrawer/RightDrawer.d.ts.map +1 -1
  244. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
  245. package/dist/types/components/Select/Select.d.ts +3 -3
  246. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  247. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  248. package/dist/types/components/SwitchSelector/index.d.ts +6 -6
  249. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  250. package/dist/types/components/Tab/Tab.d.ts +5 -5
  251. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  252. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  253. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  254. package/dist/types/components/TabSelector/TabSelector.d.ts +6 -6
  255. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  256. package/dist/types/components/Table/Table.d.ts.map +1 -1
  257. package/dist/types/components/Table/table.content.d.ts +3 -3
  258. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  259. package/dist/types/components/Tag/index.d.ts +4 -3
  260. package/dist/types/components/Tag/index.d.ts.map +1 -1
  261. package/dist/types/components/Terminal/Terminal.d.ts.map +1 -1
  262. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  263. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  264. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  265. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  266. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  267. package/dist/types/components/WithResizer/index.d.ts.map +1 -1
  268. package/dist/types/components/index.d.ts +7 -5
  269. package/dist/types/hooks/index.d.ts +3 -3
  270. package/dist/types/hooks/reactQuery.d.ts +9 -1
  271. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  272. package/package.json +17 -17
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types358 from "@intlayer/types";
1
+ import * as _intlayer_types5 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts
4
4
  declare const localeSwitcherContent: {
5
5
  key: string;
6
6
  content: {
7
- localeSwitcherLabel: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
7
+ localeSwitcherLabel: _intlayer_types5.TypedNodeModel<_intlayer_types5.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const localeSwitcherContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types358.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const localeSwitcherContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- languageListLabel: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
48
+ languageListLabel: _intlayer_types5.TypedNodeModel<_intlayer_types5.NodeType.Translation, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  fr: string;
@@ -64,7 +64,7 @@ declare const localeSwitcherContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: _intlayer_types358.NodeType.Translation | "translation";
67
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -86,7 +86,7 @@ declare const localeSwitcherContent: {
86
86
  vi: string;
87
87
  };
88
88
  }>;
89
- switchTo: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
89
+ switchTo: _intlayer_types5.TypedNodeModel<_intlayer_types5.NodeType.Translation, {
90
90
  en: string;
91
91
  fr: string;
92
92
  es: string;
@@ -105,7 +105,7 @@ declare const localeSwitcherContent: {
105
105
  id: string;
106
106
  vi: string;
107
107
  }, {
108
- nodeType: _intlayer_types358.NodeType.Translation | "translation";
108
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -128,7 +128,7 @@ declare const localeSwitcherContent: {
128
128
  };
129
129
  }>;
130
130
  searchInput: {
131
- text: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
131
+ text: _intlayer_types5.TypedNodeModel<_intlayer_types5.NodeType.Translation, {
132
132
  en: string;
133
133
  'en-GB': string;
134
134
  fr: string;
@@ -147,7 +147,7 @@ declare const localeSwitcherContent: {
147
147
  id: string;
148
148
  vi: string;
149
149
  }, {
150
- nodeType: _intlayer_types358.NodeType.Translation | "translation";
150
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
151
151
  } & {
152
152
  translation: {
153
153
  en: string;
@@ -169,7 +169,7 @@ declare const localeSwitcherContent: {
169
169
  vi: string;
170
170
  };
171
171
  }>;
172
- placeholder: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
172
+ placeholder: _intlayer_types5.TypedNodeModel<_intlayer_types5.NodeType.Translation, {
173
173
  en: string;
174
174
  'en-GB': string;
175
175
  fr: string;
@@ -188,7 +188,7 @@ declare const localeSwitcherContent: {
188
188
  id: string;
189
189
  vi: string;
190
190
  }, {
191
- nodeType: _intlayer_types358.NodeType.Translation | "translation";
191
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
192
192
  } & {
193
193
  translation: {
194
194
  en: string;
@@ -210,7 +210,7 @@ declare const localeSwitcherContent: {
210
210
  vi: string;
211
211
  };
212
212
  }>;
213
- ariaLabel: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
213
+ ariaLabel: _intlayer_types5.TypedNodeModel<_intlayer_types5.NodeType.Translation, {
214
214
  en: string;
215
215
  'en-GB': string;
216
216
  fr: string;
@@ -229,7 +229,7 @@ declare const localeSwitcherContent: {
229
229
  id: string;
230
230
  vi: string;
231
231
  }, {
232
- nodeType: _intlayer_types358.NodeType.Translation | "translation";
232
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
233
233
  } & {
234
234
  translation: {
235
235
  en: string;
@@ -253,7 +253,7 @@ declare const localeSwitcherContent: {
253
253
  }>;
254
254
  };
255
255
  seeAllLocalesSwitch: {
256
- true: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
256
+ true: _intlayer_types5.TypedNodeModel<_intlayer_types5.NodeType.Translation, {
257
257
  en: string;
258
258
  'en-GB': string;
259
259
  fr: string;
@@ -272,7 +272,7 @@ declare const localeSwitcherContent: {
272
272
  id: string;
273
273
  vi: string;
274
274
  }, {
275
- nodeType: _intlayer_types358.NodeType.Translation | "translation";
275
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
276
276
  } & {
277
277
  translation: {
278
278
  en: string;
@@ -294,7 +294,7 @@ declare const localeSwitcherContent: {
294
294
  vi: string;
295
295
  };
296
296
  }>;
297
- false: _intlayer_types358.TypedNodeModel<_intlayer_types358.NodeType.Translation, {
297
+ false: _intlayer_types5.TypedNodeModel<_intlayer_types5.NodeType.Translation, {
298
298
  en: string;
299
299
  'en-GB': string;
300
300
  fr: string;
@@ -313,7 +313,7 @@ declare const localeSwitcherContent: {
313
313
  id: string;
314
314
  vi: string;
315
315
  }, {
316
- nodeType: _intlayer_types358.NodeType.Translation | "translation";
316
+ nodeType: _intlayer_types5.NodeType.Translation | "translation";
317
317
  } & {
318
318
  translation: {
319
319
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,mCAoKgB,0CAAA"}
1
+ {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,iCAoKgB,wCAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types400 from "@intlayer/types";
1
+ import * as _intlayer_types86 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts
4
4
  declare const localeSwitcherContent: {
5
5
  key: string;
6
6
  content: {
7
- localeSwitcherLabel: _intlayer_types400.TypedNodeModel<_intlayer_types400.NodeType.Translation, {
7
+ localeSwitcherLabel: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const localeSwitcherContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types400.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types86.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const localeSwitcherContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- languageListLabel: _intlayer_types400.TypedNodeModel<_intlayer_types400.NodeType.Translation, {
48
+ languageListLabel: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  fr: string;
@@ -64,7 +64,7 @@ declare const localeSwitcherContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: _intlayer_types400.NodeType.Translation | "translation";
67
+ nodeType: _intlayer_types86.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -86,7 +86,7 @@ declare const localeSwitcherContent: {
86
86
  vi: string;
87
87
  };
88
88
  }>;
89
- switchTo: _intlayer_types400.TypedNodeModel<_intlayer_types400.NodeType.Translation, {
89
+ switchTo: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
90
90
  en: string;
91
91
  fr: string;
92
92
  es: string;
@@ -105,7 +105,7 @@ declare const localeSwitcherContent: {
105
105
  id: string;
106
106
  vi: string;
107
107
  }, {
108
- nodeType: _intlayer_types400.NodeType.Translation | "translation";
108
+ nodeType: _intlayer_types86.NodeType.Translation | "translation";
109
109
  } & {
110
110
  translation: {
111
111
  en: string;
@@ -128,7 +128,7 @@ declare const localeSwitcherContent: {
128
128
  };
129
129
  }>;
130
130
  searchInput: {
131
- text: _intlayer_types400.TypedNodeModel<_intlayer_types400.NodeType.Translation, {
131
+ text: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
132
132
  en: string;
133
133
  'en-GB': string;
134
134
  fr: string;
@@ -147,7 +147,7 @@ declare const localeSwitcherContent: {
147
147
  id: string;
148
148
  vi: string;
149
149
  }, {
150
- nodeType: _intlayer_types400.NodeType.Translation | "translation";
150
+ nodeType: _intlayer_types86.NodeType.Translation | "translation";
151
151
  } & {
152
152
  translation: {
153
153
  en: string;
@@ -169,7 +169,7 @@ declare const localeSwitcherContent: {
169
169
  vi: string;
170
170
  };
171
171
  }>;
172
- placeholder: _intlayer_types400.TypedNodeModel<_intlayer_types400.NodeType.Translation, {
172
+ placeholder: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
173
173
  en: string;
174
174
  'en-GB': string;
175
175
  fr: string;
@@ -188,7 +188,7 @@ declare const localeSwitcherContent: {
188
188
  id: string;
189
189
  vi: string;
190
190
  }, {
191
- nodeType: _intlayer_types400.NodeType.Translation | "translation";
191
+ nodeType: _intlayer_types86.NodeType.Translation | "translation";
192
192
  } & {
193
193
  translation: {
194
194
  en: string;
@@ -210,7 +210,7 @@ declare const localeSwitcherContent: {
210
210
  vi: string;
211
211
  };
212
212
  }>;
213
- ariaLabel: _intlayer_types400.TypedNodeModel<_intlayer_types400.NodeType.Translation, {
213
+ ariaLabel: _intlayer_types86.TypedNodeModel<_intlayer_types86.NodeType.Translation, {
214
214
  en: string;
215
215
  'en-GB': string;
216
216
  fr: string;
@@ -229,7 +229,7 @@ declare const localeSwitcherContent: {
229
229
  id: string;
230
230
  vi: string;
231
231
  }, {
232
- nodeType: _intlayer_types400.NodeType.Translation | "translation";
232
+ nodeType: _intlayer_types86.NodeType.Translation | "translation";
233
233
  } & {
234
234
  translation: {
235
235
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,mCA4HgB,0CAAA"}
1
+ {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,kCA4HgB,yCAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/MaxHeightSmoother/index.tsx"],"sourcesContent":[],"mappings":";;;;;;AAA2D;UAMjD,sBAAA,SAA+B,cAAe,CAAA,cAAA,CAAA,CAAA;EAE5C;EAF6B,QAAA,EAE7B,SAF6B;EAAc;EA6J1C,QAAA,CAAA,EAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAA,mBAAmB,GAAG"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/MaxHeightSmoother/index.tsx"],"sourcesContent":[],"mappings":";;;;;;AAC2D;UAKjD,sBAAA,SAA+B,cAAe,CAAA,cAAA,CAAA,CAAA;EAE5C;EAF6B,QAAA,EAE7B,SAF6B;EAAc;EA6J1C,QAAA,CAAA,EAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAA,mBAAmB,GAAG"}
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from "react";
2
- import * as react_jsx_runtime16 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 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_runtime16.JSX.Element;
18
+ }: MaxWidthSmootherProps) => react_jsx_runtime0.JSX.Element;
19
19
  //#endregion
20
20
  export { MaxWidthSmoother };
21
21
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/MaxWidthSmoother/index.tsx"],"sourcesContent":[],"mappings":";;;;KAGK,KAAA;KAEA,qBAAA,GAAwB,eAAe;;EAFvC,QAAK,CAAA,EAAA,MAAA;EAEL,KAAA,CAAA,EAGK,KAHL;CAAuC;AAAf,cAMhB,gBANgB,EAAA,CAAA;EAAA,QAAA;EAAA,QAAA;EAAA,QAAA;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAa1B,qBAb0B,EAAA,GAaL,mBAAA,CAAA,GAAA,CAAA,OAbK"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/MaxWidthSmoother/index.tsx"],"sourcesContent":[],"mappings":";;;;KAGK,KAAA;KAEA,qBAAA,GAAwB,eAAe;;EAFvC,QAAK,CAAA,EAAA,MAAA;EAEL,KAAA,CAAA,EAGK,KAHL;CAAuC;AAAf,cAMhB,gBANgB,EAAA,CAAA;EAAA,QAAA;EAAA,QAAA;EAAA,QAAA;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAa1B,qBAb0B,EAAA,GAaL,kBAAA,CAAA,GAAA,CAAA,OAbK"}
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from "react";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime12 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_runtime0.JSX.Element;
66
+ }: BurgerProps) => react_jsx_runtime12.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":";;;;;;;AAC4C,UAKlC,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_runtime1 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime13 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_runtime1.JSX.Element;
96
+ }: DesktopNavbarProps<T>) => react_jsx_runtime13.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_runtime3 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime14 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_runtime3.JSX.Element;
113
+ }: MobileNavbarProps<T>) => react_jsx_runtime14.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":";;;;;;;;;;AAQ2D,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_runtime5 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime11 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_runtime5.JSX.Element;
100
+ }: NavbarProps<T>) => react_jsx_runtime11.JSX.Element;
101
101
  //#endregion
102
102
  export { Navbar };
103
103
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAI2D,KAQtD,WAAA,CAAA,UAAsB,oBAAX,CAAA,GAAA;EAAW;EAEnB,IAAA,EAAA,SAAA;EAEU;EAEe,cAAA,EAFf,CAEe,CAAA,KAAA,CAAA;EAAb;EAEE,eAAA,CAAA,EAFF,YAEE,CAFW,CAEX,CAAA,EAAA;EAEa;EAAb,iBAAA,CAAA,EAFA,SAEA;EAEG;EAEa,iBAAA,CAAA,EAJhB,YAIgB,CAJH,CAIG,CAAA,EAAA;EAAb;EAEH,oBAAA,CAAA,EAJG,SAIH;EAED;EAAS,oBAAA,CAAA,EAJL,YAIK,CAJQ,CAIR,CAAA,EAAA;EA6DjB;EAAoB,iBAAA,CAAA,EA/DX,SA+DW;EAAsB;EAAA,gBAAA,CAAA,EA7DlC,SA6DkC;EAAA;EAAA,cAAA,CAAA,EAAA,OAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA1C,mBAAoB;;;;;;;;;;;GAW9B,YAAY,OAAE,kBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAK2D,KAQtD,WAAA,CAAA,UAAsB,oBAAX,CAAA,GAAA;EAAW;EAEnB,IAAA,EAAA,SAAA;EAEU;EAEe,cAAA,EAFf,CAEe,CAAA,KAAA,CAAA;EAAb;EAEE,eAAA,CAAA,EAFF,YAEE,CAFW,CAEX,CAAA,EAAA;EAEa;EAAb,iBAAA,CAAA,EAFA,SAEA;EAEG;EAEa,iBAAA,CAAA,EAJhB,YAIgB,CAJH,CAIG,CAAA,EAAA;EAAb;EAEH,oBAAA,CAAA,EAJG,SAIH;EAED;EAAS,oBAAA,CAAA,EAJL,YAIK,CAJQ,CAIR,CAAA,EAAA;EA6DjB;EAAoB,iBAAA,CAAA,EA/DX,SA+DW;EAAsB;EAAA,gBAAA,CAAA,EA7DlC,SA6DkC;EAAA;EAAA,cAAA,CAAA,EAAA,OAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA1C,mBAAoB;;;;;;;;;;;GAW9B,YAAY,OAAE,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,5 +1,5 @@
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
@@ -7,7 +7,7 @@ declare const paginationVariants: (props?: {
7
7
  size?: "sm" | "md" | "lg";
8
8
  color?: "primary" | "secondary" | "neutral" | "text" | "destructive";
9
9
  variant?: "default" | "ghost" | "bordered";
10
- } & class_variance_authority_types2.ClassProp) => string;
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":";;;;;cAea,0BA6Ba;;;EA7Bb,OAAA,CAAA,EAAA,SAAA,GA2BZ,OAAA,GAAA,UAAA;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_types37 from "@intlayer/types";
1
+ import * as _intlayer_types224 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_types37.TypedNodeModel<_intlayer_types37.NodeType.Translation, {
8
+ numberItemsSelector: _intlayer_types224.TypedNodeModel<_intlayer_types224.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: _intlayer_types37.NodeType.Translation | "translation";
27
+ nodeType: _intlayer_types224.NodeType.Translation | "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_types37.TypedNodeModel<_intlayer_types37.NodeType.Translation, {
49
+ showingResults: _intlayer_core0.InsertionContent<_intlayer_types224.TypedNodeModel<_intlayer_types224.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: _intlayer_types37.NodeType.Translation | "translation";
68
+ nodeType: _intlayer_types224.NodeType.Translation | "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_types37.TypedNodeModel<_intlayer_types37.NodeType.Translation, {
90
+ selectPageSize: _intlayer_types224.TypedNodeModel<_intlayer_types224.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: _intlayer_types37.NodeType.Translation | "translation";
109
+ nodeType: _intlayer_types224.NodeType.Translation | "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_types37.TypedNodeModel<_intlayer_types37.NodeType.Translation, {
131
+ goToNextPage: _intlayer_types224.TypedNodeModel<_intlayer_types224.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: _intlayer_types37.NodeType.Translation | "translation";
150
+ nodeType: _intlayer_types224.NodeType.Translation | "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_types37.TypedNodeModel<_intlayer_types37.NodeType.Translation, {
172
+ goToPreviousPage: _intlayer_types224.TypedNodeModel<_intlayer_types224.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: _intlayer_types37.NodeType.Translation | "translation";
191
+ nodeType: _intlayer_types224.NodeType.Translation | "translation";
192
192
  } & {
193
193
  translation: {
194
194
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"DotPattern.d.ts","names":[],"sources":["../../../../src/components/Pattern/DotPattern.tsx"],"sourcesContent":[],"mappings":";;;;;;AAA0C;AAmH1C;KA3GK,eAAA;;;;;;;;;;;;;;;IAeD,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4FA,YAAY,GAAG"}
1
+ {"version":3,"file":"DotPattern.d.ts","names":[],"sources":["../../../../src/components/Pattern/DotPattern.tsx"],"sourcesContent":[],"mappings":";;;;;;AAC0C;AAiH1C;KA3GK,eAAA;;;;;;;;;;;;;;;IAeD,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4FA,YAAY,GAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"GridPattern.d.ts","names":[],"sources":["../../../../src/components/Pattern/GridPattern.tsx"],"sourcesContent":[],"mappings":";;;;;;AAA0C;AAoI1C;KA7HK,gBAAA;;;;;;;;;;;;;IAaD,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgHA,aAAa,GAAG"}
1
+ {"version":3,"file":"GridPattern.d.ts","names":[],"sources":["../../../../src/components/Pattern/GridPattern.tsx"],"sourcesContent":[],"mappings":";;;;;;AAC0C;AAmI1C;KA7HK,gBAAA;;;;;;;;;;;;;IAaD,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgHA,aAAa,GAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"SpotLight.d.ts","names":[],"sources":["../../../../src/components/Pattern/SpotLight.tsx"],"sourcesContent":[],"mappings":";;;;;;AAA0C;AAyI1C;KAlIK,cAAA;;;;;;;;;;;;;IAaD,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqHA,WAAW,GAAG"}
1
+ {"version":3,"file":"SpotLight.d.ts","names":[],"sources":["../../../../src/components/Pattern/SpotLight.tsx"],"sourcesContent":[],"mappings":";;;;;;AAC0C;AAwI1C;KAlIK,cAAA;;;;;;;;;;;;;IAaD,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqHA,WAAW,GAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"PressableSpan.d.ts","names":[],"sources":["../../../../src/components/PressableSpan/PressableSpan.tsx"],"sourcesContent":[],"mappings":";;;;;;AAUe;AAsHf,KA9GK,kBAAA,GA2OJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA3LG,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8DN,eAAe,GAAG"}
1
+ {"version":3,"file":"PressableSpan.d.ts","names":[],"sources":["../../../../src/components/PressableSpan/PressableSpan.tsx"],"sourcesContent":[],"mappings":";;;;;;AAWe;AAqHf,KA9GK,kBAAA,GA2OJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA3LG,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8DN,eAAe,GAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"RightDrawer.d.ts","names":[],"sources":["../../../../src/components/RightDrawer/RightDrawer.tsx"],"sourcesContent":[],"mappings":";;;;;;AAUe;AAiBK;;KAAf,eAAA,GAwBQ;EAKF;EAKA,MAAA,EAAA,GAAA,GAAA,IAAA;EAWI;EAAe,IAAA,CAAA,EAAA,MAAA;AAa9B,CAAA;;;;;;KA9CK,gBAAA;;;;UAIK;;;;;;aAQG;;;;WAKF;;;;WAKA;;;;;;;;;eAWI;;;;;;;;;;cAaF,aAAa,GAAG"}
1
+ {"version":3,"file":"RightDrawer.d.ts","names":[],"sources":["../../../../src/components/RightDrawer/RightDrawer.tsx"],"sourcesContent":[],"mappings":";;;;;;AAYe;AAeK;;KAAf,eAAA,GAwBQ;EAKF;EAKA,MAAA,EAAA,GAAA,GAAA,IAAA;EAWI;EAAe,IAAA,CAAA,EAAA,MAAA;AAa9B,CAAA;;;;;;KA9CK,gBAAA;;;;UAIK;;;;;;aAQG;;;;WAKF;;;;WAKA;;;;;;;;;eAWI;;;;;;;;;;cAaF,aAAa,GAAG"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types52 from "@intlayer/types";
1
+ import * as _intlayer_types38 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/RightDrawer/rightDrawer.content.d.ts
4
4
  declare const rightDrawerContent: {
5
5
  key: string;
6
6
  content: {
7
- goBack: _intlayer_types52.TypedNodeModel<_intlayer_types52.NodeType.Translation, {
7
+ goBack: _intlayer_types38.TypedNodeModel<_intlayer_types38.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  ru: string;
@@ -23,7 +23,7 @@ declare const rightDrawerContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: _intlayer_types52.NodeType.Translation | "translation";
26
+ nodeType: _intlayer_types38.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const rightDrawerContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- closeDrawer: _intlayer_types52.TypedNodeModel<_intlayer_types52.NodeType.Translation, {
48
+ closeDrawer: _intlayer_types38.TypedNodeModel<_intlayer_types38.NodeType.Translation, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  ru: string;
@@ -64,7 +64,7 @@ declare const rightDrawerContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: _intlayer_types52.NodeType.Translation | "translation";
67
+ nodeType: _intlayer_types38.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -1,4 +1,4 @@
1
- import * as react16 from "react";
1
+ import * as react17 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: react17.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & react17.RefAttributes<HTMLDivElement>>;
20
+ declare const SelectValue: react17.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & react17.RefAttributes<HTMLSpanElement>>;
21
21
  /**
22
22
  * Select trigger button component that displays the current selection and opens the dropdown
23
23
  *
@@ -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_runtime20 from "react/jsx-runtime";
10
+ import * as react_jsx_runtime2 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_runtime20.JSX.Element;
15
+ component: react_jsx_runtime2.JSX.Element;
16
16
  label: string;
17
17
  }[];
18
18
  type SocialNetworksProps = {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SocialNetworks/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;cAeM;;aAyCL,mBAAA,CAAA,GAAA,CAAA;;;KAEI,mBAAA;8BACyB,4BAA4B;IACtD,kBACF,qBAAqB,oBACrB;cA4BW;;;GAGV,wBAAmB"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SocialNetworks/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;cAeM;;aAyCL,kBAAA,CAAA,GAAA,CAAA;;;KAEI,mBAAA;8BACyB,4BAA4B;IACtD,kBACF,qBAAqB,oBACrB;cA4BW;;;GAGV,wBAAmB"}