@intlayer/design-system 7.5.6 → 7.5.8

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 (246) hide show
  1. package/dist/esm/components/Breadcrumb/index.mjs +28 -2
  2. package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
  3. package/dist/esm/components/Browser/Browser.mjs +29 -40
  4. package/dist/esm/components/Browser/Browser.mjs.map +1 -1
  5. package/dist/esm/components/Browser/{Browser.content.mjs → browser.content.mjs} +42 -4
  6. package/dist/esm/components/Browser/{Browser.content.mjs.map → browser.content.mjs.map} +1 -1
  7. package/dist/esm/components/Button/Button.mjs +6 -2
  8. package/dist/esm/components/Button/Button.mjs.map +1 -1
  9. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +1 -1
  10. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +9 -19
  11. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -1
  12. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +2 -2
  13. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -1
  14. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +123 -88
  15. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
  16. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +3 -2
  17. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  18. package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +7 -6
  19. package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -1
  20. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +28 -6
  21. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
  22. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +2 -0
  23. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  24. package/dist/esm/components/DictionaryFieldEditor/index.mjs +5 -1
  25. package/dist/esm/components/DropDown/index.mjs +19 -4
  26. package/dist/esm/components/DropDown/index.mjs.map +1 -1
  27. package/dist/esm/components/Flags/Flag.mjs +55 -2
  28. package/dist/esm/components/Flags/Flag.mjs.map +1 -1
  29. package/dist/esm/components/Flags/bw.mjs +35 -0
  30. package/dist/esm/components/Flags/bw.mjs.map +1 -0
  31. package/dist/esm/components/Flags/cu.mjs +45 -0
  32. package/dist/esm/components/Flags/cu.mjs.map +1 -0
  33. package/dist/esm/components/Flags/cv.mjs +45 -0
  34. package/dist/esm/components/Flags/cv.mjs.map +1 -0
  35. package/dist/esm/components/Flags/dj.mjs +45 -0
  36. package/dist/esm/components/Flags/dj.mjs.map +1 -0
  37. package/dist/esm/components/Flags/flags.mjs +242 -7
  38. package/dist/esm/components/Flags/flags.mjs.map +1 -1
  39. package/dist/esm/components/Flags/gh.mjs +38 -0
  40. package/dist/esm/components/Flags/gh.mjs.map +1 -0
  41. package/dist/esm/components/Flags/gw.mjs +69 -0
  42. package/dist/esm/components/Flags/gw.mjs.map +1 -0
  43. package/dist/esm/components/Flags/km.mjs +54 -0
  44. package/dist/esm/components/Flags/km.mjs.map +1 -0
  45. package/dist/esm/components/Flags/lk.mjs +75 -0
  46. package/dist/esm/components/Flags/lk.mjs.map +1 -0
  47. package/dist/esm/components/Flags/md.mjs +319 -0
  48. package/dist/esm/components/Flags/md.mjs.map +1 -0
  49. package/dist/esm/components/Flags/mr.mjs +39 -0
  50. package/dist/esm/components/Flags/mr.mjs.map +1 -0
  51. package/dist/esm/components/Flags/mz.mjs +94 -0
  52. package/dist/esm/components/Flags/mz.mjs.map +1 -0
  53. package/dist/esm/components/Flags/ps.mjs +47 -0
  54. package/dist/esm/components/Flags/ps.mjs.map +1 -0
  55. package/dist/esm/components/Flags/sd.mjs +46 -0
  56. package/dist/esm/components/Flags/sd.mjs.map +1 -0
  57. package/dist/esm/components/Flags/so.mjs +39 -0
  58. package/dist/esm/components/Flags/so.mjs.map +1 -0
  59. package/dist/esm/components/Flags/st.mjs +75 -0
  60. package/dist/esm/components/Flags/st.mjs.map +1 -0
  61. package/dist/esm/components/Flags/td.mjs +35 -0
  62. package/dist/esm/components/Flags/td.mjs.map +1 -0
  63. package/dist/esm/components/Flags/tl.mjs +45 -0
  64. package/dist/esm/components/Flags/tl.mjs.map +1 -0
  65. package/dist/esm/components/Flags/tz.mjs +46 -0
  66. package/dist/esm/components/Flags/tz.mjs.map +1 -0
  67. package/dist/esm/components/Flags/ug.mjs +147 -0
  68. package/dist/esm/components/Flags/ug.mjs.map +1 -0
  69. package/dist/esm/components/Form/FormLabel.mjs +1 -1
  70. package/dist/esm/components/Form/elements/AutoSizeTextAreaElement.mjs +1 -1
  71. package/dist/esm/components/Form/elements/EditableFieldTextAreaElement.mjs +1 -1
  72. package/dist/esm/components/Form/elements/MultiselectElement.mjs +1 -1
  73. package/dist/esm/components/Form/elements/OTPElement.mjs +2 -2
  74. package/dist/esm/components/Form/elements/OTPElement.mjs.map +1 -1
  75. package/dist/esm/components/Form/elements/SelectElement.mjs +1 -1
  76. package/dist/esm/components/Form/elements/SwitchSelectorElement.mjs +1 -1
  77. package/dist/esm/components/Form/elements/TextAreaElement.mjs +1 -1
  78. package/dist/esm/components/IDE/CodeFormatSelector.mjs +1 -1
  79. package/dist/esm/components/IDE/ContentDeclarationFormatSelector.mjs +1 -1
  80. package/dist/esm/components/IDE/PackageManagerSelector.mjs +1 -1
  81. package/dist/esm/components/Input/Input.mjs +3 -1
  82. package/dist/esm/components/Input/Input.mjs.map +1 -1
  83. package/dist/esm/components/Input/OTPInput.mjs +2 -2
  84. package/dist/esm/components/Input/OTPInput.mjs.map +1 -1
  85. package/dist/esm/components/Input/SearchInput.mjs +1 -1
  86. package/dist/esm/components/Input/SearchInput.mjs.map +1 -1
  87. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +8 -4
  88. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs.map +1 -1
  89. package/dist/esm/components/Link/Link.mjs +11 -3
  90. package/dist/esm/components/Link/Link.mjs.map +1 -1
  91. package/dist/esm/components/Link/index.mjs +2 -2
  92. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +20 -14
  93. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
  94. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +1 -1
  95. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
  96. package/dist/esm/components/Modal/Modal.mjs +2 -2
  97. package/dist/esm/components/Modal/Modal.mjs.map +1 -1
  98. package/dist/esm/components/RightDrawer/RightDrawer.mjs +83 -127
  99. package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
  100. package/dist/esm/components/RightDrawer/rightDrawer.content.mjs +51 -0
  101. package/dist/esm/components/RightDrawer/rightDrawer.content.mjs.map +1 -0
  102. package/dist/esm/components/Table/Table.mjs +1 -1
  103. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +2 -29
  104. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs.map +1 -1
  105. package/dist/esm/components/index.mjs +23 -19
  106. package/dist/esm/hooks/index.mjs +2 -2
  107. package/dist/esm/hooks/reactQuery.mjs +32 -3
  108. package/dist/esm/hooks/reactQuery.mjs.map +1 -1
  109. package/dist/esm/hooks/usePersistedStore.mjs +1 -1
  110. package/dist/esm/hooks/usePersistedStore.mjs.map +1 -1
  111. package/dist/types/components/Badge/index.d.ts +2 -2
  112. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  113. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  114. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  115. package/dist/types/components/Browser/Browser.d.ts +2 -2
  116. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  117. package/dist/types/components/Browser/{Browser.content.d.ts → browser.content.d.ts} +97 -15
  118. package/dist/types/components/Browser/browser.content.d.ts.map +1 -0
  119. package/dist/types/components/Button/Button.d.ts +7 -7
  120. package/dist/types/components/Button/Button.d.ts.map +1 -1
  121. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +4 -4
  122. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  123. package/dist/types/components/Command/index.d.ts +16 -16
  124. package/dist/types/components/Command/index.d.ts.map +1 -1
  125. package/dist/types/components/Container/index.d.ts +9 -9
  126. package/dist/types/components/Container/index.d.ts.map +1 -1
  127. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  128. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  129. package/dist/types/components/DictionaryEditor/DictionaryEditor.d.ts +0 -1
  130. package/dist/types/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -1
  131. package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
  132. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  133. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  134. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  135. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  136. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  137. package/dist/types/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts +5 -1
  138. package/dist/types/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts.map +1 -1
  139. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  140. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  141. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  142. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  143. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  144. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  145. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  146. package/dist/types/components/DictionaryFieldEditor/index.d.ts +5 -1
  147. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  148. package/dist/types/components/DropDown/index.d.ts +16 -2
  149. package/dist/types/components/DropDown/index.d.ts.map +1 -1
  150. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  151. package/dist/types/components/Flags/Flag.d.ts.map +1 -1
  152. package/dist/types/components/Flags/flags.d.ts +169 -7
  153. package/dist/types/components/Flags/flags.d.ts.map +1 -1
  154. package/dist/types/components/Form/FormBase.d.ts +2 -2
  155. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  156. package/dist/types/components/Form/FormField.d.ts +2 -2
  157. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  158. package/dist/types/components/Form/FormItem.d.ts +2 -2
  159. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  160. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  161. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  162. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  163. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  164. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  165. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  166. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  167. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  168. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  169. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  170. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  171. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  172. package/dist/types/components/IDE/code.content.d.ts +5 -5
  173. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  174. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  175. package/dist/types/components/IDE/selectors.content.d.ts +7 -7
  176. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  177. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  178. package/dist/types/components/Input/Input.d.ts +6 -9
  179. package/dist/types/components/Input/Input.d.ts.map +1 -1
  180. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  181. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  182. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  183. package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
  184. package/dist/types/components/Link/Link.d.ts +9 -8
  185. package/dist/types/components/Link/Link.d.ts.map +1 -1
  186. package/dist/types/components/Link/index.d.ts +2 -2
  187. package/dist/types/components/Loader/index.content.d.ts +3 -3
  188. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  189. package/dist/types/components/Loader/index.d.ts.map +1 -1
  190. package/dist/types/components/Loader/spinner.d.ts +2 -2
  191. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  192. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  193. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  194. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  195. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  196. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
  197. package/dist/types/components/MarkDownRender/processor.d.ts.map +1 -1
  198. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  199. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  200. package/dist/types/components/Modal/Modal.d.ts.map +1 -1
  201. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  202. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  203. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  204. package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
  205. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  206. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  207. package/dist/types/components/Navbar/index.d.ts +2 -2
  208. package/dist/types/components/Navbar/index.d.ts.map +1 -1
  209. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  210. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  211. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  212. package/dist/types/components/RightDrawer/RightDrawer.d.ts +7 -150
  213. package/dist/types/components/RightDrawer/RightDrawer.d.ts.map +1 -1
  214. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +93 -0
  215. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -0
  216. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  217. package/dist/types/components/Select/Select.d.ts +3 -3
  218. package/dist/types/components/Select/Select.d.ts.map +1 -1
  219. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  220. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  221. package/dist/types/components/SwitchSelector/index.d.ts +7 -7
  222. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  223. package/dist/types/components/Tab/Tab.d.ts +6 -6
  224. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  225. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  226. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  227. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  228. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  229. package/dist/types/components/Table/table.content.d.ts +3 -3
  230. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  231. package/dist/types/components/Tag/index.d.ts +5 -5
  232. package/dist/types/components/Tag/index.d.ts.map +1 -1
  233. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  234. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  235. package/dist/types/components/Toaster/Toast.d.ts +3 -3
  236. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  237. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  238. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  239. package/dist/types/components/index.d.ts +7 -3
  240. package/dist/types/hooks/index.d.ts +2 -2
  241. package/dist/types/hooks/reactQuery.d.ts +2 -1
  242. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  243. package/dist/types/hooks/useItemSelector.d.ts.map +1 -1
  244. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  245. package/package.json +14 -14
  246. package/dist/types/components/Browser/Browser.content.d.ts.map +0 -1
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types26 from "@intlayer/types";
1
+ import * as _intlayer_types394 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_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
7
+ localeSwitcherLabel: _intlayer_types394.TypedNodeModel<_intlayer_types394.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: "translation" | _intlayer_types26.NodeType.Translation;
26
+ nodeType: "translation" | _intlayer_types394.NodeType.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_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
48
+ languageListLabel: _intlayer_types394.TypedNodeModel<_intlayer_types394.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: "translation" | _intlayer_types26.NodeType.Translation;
67
+ nodeType: "translation" | _intlayer_types394.NodeType.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_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
89
+ switchTo: _intlayer_types394.TypedNodeModel<_intlayer_types394.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: "translation" | _intlayer_types26.NodeType.Translation;
108
+ nodeType: "translation" | _intlayer_types394.NodeType.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_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
131
+ text: _intlayer_types394.TypedNodeModel<_intlayer_types394.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: "translation" | _intlayer_types26.NodeType.Translation;
150
+ nodeType: "translation" | _intlayer_types394.NodeType.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_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
172
+ placeholder: _intlayer_types394.TypedNodeModel<_intlayer_types394.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: "translation" | _intlayer_types26.NodeType.Translation;
191
+ nodeType: "translation" | _intlayer_types394.NodeType.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_types26.TypedNodeModel<_intlayer_types26.NodeType.Translation, {
213
+ ariaLabel: _intlayer_types394.TypedNodeModel<_intlayer_types394.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: "translation" | _intlayer_types26.NodeType.Translation;
232
+ nodeType: "translation" | _intlayer_types394.NodeType.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,kCA4HgB,yCAAA"}
1
+ {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,mBAAA,mCA4HgB,0CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"MarkDownRender.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/MarkDownRender.tsx"],"sourcesContent":[],"mappings":";;;;;KAcK,qBAAA;;EAAA,UAAA,CAAA,EAAA,OAAA;EAsMQ,MAAA,CAAA,EAnMF,aAmXV;YAlXW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkMC,kBAAkB,GAAG"}
1
+ {"version":3,"file":"MarkDownRender.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/MarkDownRender.tsx"],"sourcesContent":[],"mappings":";;;;;KAcK,qBAAA;;EAAA,UAAA,CAAA,EAAA,OAAA;EAsMQ,MAAA,CAAA,EAnMF,aAwXV;YAvXW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkMC,kBAAkB,GAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"processor.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/processor.tsx"],"sourcesContent":[],"mappings":"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"}
1
+ {"version":3,"file":"processor.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/processor.tsx"],"sourcesContent":[],"mappings":";;;;AA8qCA;AA+OA;AAmzCA;;AACO,cA7rFM,QA6rFN,EAAA;EAAL,SAAA,UAAA,EAAA,GAAA;EAEY,SAAA,SAAA,EAAA,GAAA;EAHkB,SAAA,aAAA,EAAA,GAAA;EAAE,SAAA,SAAA,EAAA,GAAA;EAsB7B,SAAA,UAAA,EAAiB,GAAA;EAAuB,SAAA,UAAA,EAAA,GAAA;EAAU,SAAA,QAAA,EAAA,GAAA;EACrD,SAAA,iBAAA,EAAA,GAAA;EACc,SAAA,OAAA,EAAA,GAAA;EAAG,SAAA,OAAA,EAAA,GAAA;EAAjB,SAAA,aAAA,EAAA,IAAA;EAF0D;EAKlD,SAAA,SAAA,EAAA,IAAA;EAAuB,SAAA,WAAA,EAAA,IAAA;EAAG;EAAR,SAAA,eAAA,EAAA,IAAA;EAAT;EAAoC,SAAA,eAAA,EAAA,IAAA;EAAW,SAAA,KAAA,EAAA,IAAA;EAAM,SAAA,IAAA,EAAA,IAAA;EAAd;EAAR,SAAA,2BAAA,EAAA,IAAA;EAAR;EACtC,SAAA,mBAAA,EAAA,IAAA;EAAI;EAEH,SAAA,gBAAa,EAAA,IAAU;EAEvB,SAAA,WAAQ,EAAA,IAAS;EAEjB,SAAK,SAAA,EAAA,IAUF;EASH,SAAA,GAAA,EAAA,IAAc;EAMd,SAAA,QAAa,EAAA,IAAA;EAIb,SAAA,OAAA,EAAA,IAAiB;EAIjB,SAAA,KAAA,EAAa,IAAA;EAOb,SAAA,cAAc,EAAA,IAAA;EAId,SAAA,IAAA,EAAA,IAAc;EAKd,SAAA,UAAY,EAAA,IAAA;EAIZ,SAAA,cAAA,EAAqB,IAAA;EAMrB,SAAA,WAAW,EAAA,IAAA;EAKX,SAAA,UAAW,EAAA,IAAA;EAOX,SAAA,mBAAiB,EAAA,IACP;EAGV,SAAA,aAAe,EAAA,IAAA;AACe,CAAA;AAIN,KA1vFxB,QAAA,GAgwFQ,CAAA,OAhwFW,QAiwFT,CAAA,CAAA,MAAS,OAjwFuB,QAkwFnC,CAAY;AAKnB,cAlrEQ,OAkrEU,EAAA,CAAA,GAAA,EAAA,MACR,EAAA,GAAS,MAAA;AAGnB,cArqDQ,SAqqDO,EAAA,CAAA,KACL,EAAA,MAAS,EAAA,GAAA,MAAA,GAAA,IAAmB;AAGtC,cA17CQ,QA07CM,EAAA,CAAA,QACK,CAAT,EAAS,MAAA,EAAA,OAA2B,CAA3B,EAz7Cb,wBAy7CwC,EAAA,GAx7ChD,GAAA,CAAI,OAw7C4C;AAAA;AAK9B;AAOA;AAKmB;AAQnC,cAjKQ,iBAkKE,EAlKiB,EAkKR,CAjKtB,IAiKyB,CAjKpB,cAiKoB,CAjKL,OAiKK,CAAA,EAAA,UAAA,CAAA,GAAA;EAGtB,QAAA,EAAA,MAAA;EAMA,OAAA,CAAA,EAxKS,wBAyKC;AACS,CAAA,CAAA;;;;KAvJnB,iBAmKiB,CAAA,CAAA,EAAA,aAAA,MAnKuB,CAmKvB,GAAA,MAnKiC,CAmKjC,CAAA,GAnKsC,IAmKtC,CAlKpB,CAkKoB,EAjKpB,OAiKoB,CAAA,MAjKN,CAiKM,EAjKH,IAiKG,CAAA,CAAA,GAAA,QA9JZ,IAiKL,KAjKc,QAiKI,CAjKK,IAiKL,CAjKU,CAiKV,EAjKa,CAiKb,CACR,CAAA,GAlK2B,OAkKlB,CAlK0B,IAkK1B,CAlK+B,CAkK/B,EAlKkC,OAkKpB,CAlK4B,IAkK5B,EAlKkC,CAkKlC,CAAA,CAAA,CAAA,EAAA,CAjKlC,IAoKC,CAAA;AACuB,KAnKvB,aAAA,GAuKY,OAvKW,aAwKJ;AACA,KAvKnB,QAAA,GA0KA,MA1KiB,GAAA,CAAI,iBA2KF;AACA,KA1KnB,KAAA,GA6KA;EAIA;EAKA,QAAA,CAAA,EAAA,OAAA;EAKA;EACU,MAAS,CAAA,EAAA,OAAA;EACf;EACe,MAAA,CAAA,EAAA,OAAA;EAAX;EAEN,OAAA,CAAA,EAAA,OAAA;EAAQ;EAIV,GAAA,CAAA,EA1LG,GA0LH;EAMA;EACU,IAAA,CAAA,EAAS,OAAA;EACf;EACe,WAAA,CAAA,EAAA,MAAA;EAAX;EAAU,MAAA,CAAA,EAAA,OAAA;AAAA,CAAA;KA1LlB,cAAA,GAiMD;EACA,KAAA,CAAA,EAAA,MAAA;EACA,QAAA,EAjMQ,YAiMR,EAAA;EACA,IAAA,EAAA,OAjMW,QAAA,CAAS,UAiMpB;CACA;KA/LC,aAAA,GAgMD;EACA,IAAA,EAAA,OAhMW,QAAA,CAAS,SAgMpB;CACA;KA9LC,iBAAA,GA+LD;EACA,IAAA,EAAA,OA/LW,QAAA,CAAS,aA+LpB;CACA;KA7LC,aAAA,GA8LD;EACA,IAAA,EAAA,OA9LW,QAAA,CAAS,SA8LpB;EACA,KAAA,CAAA,EA9LM,GAAA,CAAI,mBA8LV;EACA,IAAA,CAAA,EAAA,MAAA;EACA,IAAA,EAAA,MAAA;CACA;KA5LC,cAAA,GA6LD;EACA,IAAA,EAAA,OA7LW,QAAA,CAAS,UA6LpB;CACA;KA3LC,cAAA,GA4LD;EACA,IAAA,EAAA,OA5LW,QAAA,CAAS,UA4LpB;EACA,IAAA,EAAA,MAAA;CACA;KA1LC,YAAA,GA2LD;EACA,IAAA,EAAA,OA3LW,QAAA,CAAS,QA2LpB;CACA;KAzLC,qBAAA,GA0LD;EACA,IAAA,EAAA,OA1LW,QAAA,CAAS,iBA0LpB;EACA,MAAA,EAAA,MAAA;EACA,IAAA,EAAA,MAAA;CACA;KAxLC,WAAA,GAyLD;EACA,IAAA,EAAA,OAzLW,QAAA,CAAS,OAyLpB;EACA,SAAA,EAAA,OAAA;CAAmB;AAAA,KAtLlB,WAAA,GAwLY;EAQZ,IAAA,EAAA,OA/LU,QAAA,CAAS,OA+LT;EACR,QAAA,EA/LK,YA+LL,EAAA;EAAe,EAAA,EAAA,MAAA;EACb,KAAA,EAAA,CAAA,GAAA,CAAA,GAAA,CAAA,GAAA,CAAA,GAAA,CAAA,GAAA,CAAA;CACJ;KA5LA,iBAAA,GA4LS;EAoCT,IAAA,EAAA,OA/NU,QAAA,CAAS,aAgOpB;AAAiB,CAAA;KA7NhB,eAAA,GAoOK;EAAY,IAAA,EAAA,OAnOP,QAAA,CAAS,WAmOF;CAEO;KAlOxB,SAAA,GAkOgC;EAGzB,IAAA,EAAA,OApOG,QAAA,CAAS,KAoOY;EAKhB,GAAA,CAAA,EAAA,MAAA;EAAX,MAAA,EAAA,MAAA;EACE,KAAI,CAAA,EAAA,MAAA;CACE;KArOZ,QAAA,GAsOE;EAkEM,IAAA,EAAA,OAvSE,QAAA,CAAS,IAuSX;EA0BG,QAAA,EAhUJ,YAgUI,EAAA;EAEN,MAAA,EAAA,MAAA;EAEU,KAAA,CAAA,EAAA,MAAA;CAET;KAjUN,kBAAA,GAkUE;EAK2B,IAAA,EAAA,OAtUnB,QAAA,CAAS,2BAsUU;CAhHK;KAnNlC,eAAA,GAmNyC;eAlN/B,QAAA,CAAS;;KAGnB,cAAA;eACU,QAAA,CAAS;;KAGnB,eAAA;eACU,QAAA,CAAS;SACf;;;;KAKJ,iBAAA;eACU,QAAA,CAAS;SACf;;;KAIJ,WAAA;eACU,QAAA,CAAS;;KAGnB,aAAA;eACU,QAAA,CAAS;YACZ;;KAGP,aAAA;eACU,QAAA,CAAS;;KAGnB,kBAAA;eACU,QAAA,CAAS;;;;KAKnB,iBAAA;eACU,QAAA,CAAS;YACZ;;;;KAKP,SAAA;eACU,QAAA,CAAS;;;;;SAKf;UACC;;KAGL,kBAAA;eACU,QAAA,CAAS;;KAGnB,QAAA;eACU,QAAA,CAAS;;;KAInB,YAAA;eACU,QAAA,CAAS;YACZ;;KAGP,cAAA;eACU,QAAA,CAAS;YACZ;;KAGP,eAAA;eACU,QAAA,CAAS;;KAGnB,cAAA;eACU,QAAA,CAAS;YACZ;;KAGP,qBAAA;eACU,QAAA,CAAS;YACZ;;KAGP,QAAA;eACU,QAAA,CAAS;SACf,GAAA,CAAI;aACA,WAAW;;OAEjB;;;KAIF,mBAAA;eACU,QAAA,CAAS;SACf,GAAA,CAAI;;;KAIR,mBAAA;eACU,QAAA,CAAS;SACf,GAAA,CAAI;aACA,WAAW;;;;;KAMnB,YAAA,GACD,iBACA,gBACA,oBACA,gBACA,iBACA,iBACA,sBACA,eACA,wBACA,cACA,cACA,oBACA,kBACA,YACA,WACA,qBACA,kBACA,iBACA,kBACA,oBACA,cACA,gBACA,gBACA,qBACA,oBACA,YACA,qBACA,WACA,eACA,iBACA,kBACA,iBACA,wBACA,WACA;KAEC,YAAA,0BAAsC,UAAU;KAQhD,UAAA,SACE,eAAe,uBACb,UACJ;KAoCA,QAAA,GACD;;SAES;;KAIR,SAAA,aACK,YAAY;6BAEO;;KAGjB,wBAAA,GAA2B;;;;uBAK9B,WAAW,0BACT,GAAA,CAAI,kCACE,gBACV;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAkEM;;;;;;;;;;;;;;;;;;;;;;;;cA0BG;QAEN;kBAEU;SAET,UACJ;;;;kCAK2B"}
@@ -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_runtime20 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_runtime0.JSX.Element;
18
+ }: MaxWidthSmootherProps) => react_jsx_runtime20.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,kBAAA,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,mBAAA,CAAA,GAAA,CAAA,OAbK"}
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.d.ts","names":[],"sources":["../../../../src/components/Modal/Modal.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAgBA;AAgBK,aAhBO,SAAA;EAkBA;EAME,EAAA,GAAA,IAAA;EAQL;EAAe,EAAA,GAAA,IAAA;EAEtB;EADE,EAAA,GAAA,IAAA;EAAI;EAiHK,EAAA,GAAA,IA6GZ;;;;;;;KA/OI,UAAA;;YAEO;;;;;;cAME;;;;;;;;SAQL,eAAe;IACpB,KACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgHW,OAAO,GAAG"}
1
+ {"version":3,"file":"Modal.d.ts","names":[],"sources":["../../../../src/components/Modal/Modal.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAgBA;AAgBK,aAhBO,SAAA;EAkBA;EAME,EAAA,GAAA,IAAA;EAQL;EAAe,EAAA,GAAA,IAAA;EAEtB;EADE,EAAA,GAAA,IAAA;EAAI;EA8GK,EAAA,GAAA,IA2GZ;;;;;;;KA1OI,UAAA;;YAEO;;;;;;cAME;;;;;;;;SAQL,eAAe;IACpB,KACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6GW,OAAO,GAAG"}
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from "react";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime21 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_runtime1.JSX.Element;
66
+ }: BurgerProps) => react_jsx_runtime21.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,CAAc;EA8D/B;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_runtime2 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime19 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_runtime2.JSX.Element;
96
+ }: DesktopNavbarProps<T>) => react_jsx_runtime19.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_runtime23 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_runtime23.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_runtime3 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_runtime3.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 +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":";;;;;;;;;;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,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,13 +1,13 @@
1
1
  import { FC, HTMLAttributes } from "react";
2
- import * as class_variance_authority_types0 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" | "neutral" | "text" | "destructive";
9
- variant?: "default" | "bordered" | "ghost";
10
- } & class_variance_authority_types0.ClassProp) => string;
8
+ color?: "text" | "primary" | "secondary" | "destructive" | "neutral";
9
+ variant?: "default" | "ghost" | "bordered";
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,UAAA,GAAA,OAAA;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,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_types44 from "@intlayer/types";
1
+ import * as _intlayer_types379 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_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
8
+ numberItemsSelector: _intlayer_types379.TypedNodeModel<_intlayer_types379.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_types44.NodeType.Translation;
27
+ nodeType: "translation" | _intlayer_types379.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_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
49
+ showingResults: _intlayer_core0.InsertionContent<_intlayer_types379.TypedNodeModel<_intlayer_types379.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_types44.NodeType.Translation;
68
+ nodeType: "translation" | _intlayer_types379.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_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
90
+ selectPageSize: _intlayer_types379.TypedNodeModel<_intlayer_types379.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_types44.NodeType.Translation;
109
+ nodeType: "translation" | _intlayer_types379.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_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
131
+ goToNextPage: _intlayer_types379.TypedNodeModel<_intlayer_types379.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_types44.NodeType.Translation;
150
+ nodeType: "translation" | _intlayer_types379.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_types44.TypedNodeModel<_intlayer_types44.NodeType.Translation, {
172
+ goToPreviousPage: _intlayer_types379.TypedNodeModel<_intlayer_types379.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_types44.NodeType.Translation;
191
+ nodeType: "translation" | _intlayer_types379.NodeType.Translation;
192
192
  } & {
193
193
  translation: {
194
194
  en: string;
@@ -10,7 +10,7 @@ import { FC, ReactNode } from "react";
10
10
  type BackButtonProps = {
11
11
  /** Callback function triggered when the back button is clicked */
12
12
  onBack: () => void;
13
- /** Optional custom text for the back button. Defaults to "Go back" if not provided */
13
+ /** Optional custom text for the back buttoDefaults to "Go back" if not provided */
14
14
  text?: string;
15
15
  };
16
16
  /**
@@ -21,183 +21,40 @@ type BackButtonProps = {
21
21
  type RightDrawerProps = {
22
22
  /**
23
23
  * Title displayed in the drawer header
24
- * @example
25
- * ```tsx
26
- * <RightDrawer title="User Settings" identifier="settings">
27
- * Content here
28
- * </RightDrawer>
29
- * ```
30
24
  */
31
25
  title?: ReactNode;
32
26
  /**
33
- * Unique identifier for the drawer instance. Required for store management
34
- * @example
35
- * ```tsx
36
- * <RightDrawer identifier="user-profile" title="Profile">
37
- * Profile content
38
- * </RightDrawer>
39
- * ```
27
+ * Unique identifier for the drawer instancRequired for store management
40
28
  */
41
29
  identifier: string;
42
30
  /** The content to be displayed inside the drawer */
43
31
  children?: ReactNode;
44
32
  /**
45
33
  * Optional header content displayed below the title
46
- * @example
47
- * ```tsx
48
- * <RightDrawer
49
- * title="Settings"
50
- * header={<div className="text-sm opacity-80">Configure your preferences</div>}
51
- * identifier="settings"
52
- * >
53
- * Settings content
54
- * </RightDrawer>
55
- * ```
56
34
  */
57
35
  header?: ReactNode;
36
+ /**
37
+ * Optional footer content pinned to the bottom of the drawer
38
+ */
39
+ footer?: ReactNode;
58
40
  /**
59
41
  * Whether the drawer should close when clicking outside of it
60
42
  * @default true
61
- * @example
62
- * ```tsx
63
- * <RightDrawer closeOnOutsideClick={false} identifier="persistent">
64
- * This drawer requires explicit close action
65
- * </RightDrawer>
66
- * ```
67
43
  */
68
44
  closeOnOutsideClick?: boolean;
69
45
  /**
70
46
  * Configuration for an optional back button in the drawer header
71
- * @example
72
- * ```tsx
73
- * <RightDrawer
74
- * backButton={{
75
- * text: "Back to List",
76
- * onBack: () => navigate('/list')
77
- * }}
78
- * identifier="detail-view"
79
- * >
80
- * Detail content
81
- * </RightDrawer>
82
- * ```
83
47
  */
84
48
  backButton?: BackButtonProps;
85
49
  /**
86
- * External control for the open state. When provided, overrides internal store state
87
- * @example
88
- * ```tsx
89
- * const [isOpen, setIsOpen] = useState(false);
90
- *
91
- * <RightDrawer
92
- * isOpen={isOpen}
93
- * onClose={() => setIsOpen(false)}
94
- * identifier="controlled"
95
- * >
96
- * Controlled drawer content
97
- * </RightDrawer>
98
- * ```
50
+ * External control for the open statWhen provided, overrides internal store state
99
51
  */
100
52
  isOpen?: boolean;
101
53
  /**
102
54
  * Callback function triggered when the drawer is closed
103
- * @example
104
- * ```tsx
105
- * <RightDrawer
106
- * onClose={() => console.log('Drawer closed')}
107
- * identifier="tracked"
108
- * >
109
- * Content with close tracking
110
- * </RightDrawer>
111
- * ```
112
55
  */
113
56
  onClose?: () => void;
114
57
  };
115
- /**
116
- * RightDrawer - A slide-out drawer panel that appears from the right side of the screen
117
- *
118
- * A versatile drawer component that provides an overlay panel for displaying secondary content,
119
- * forms, details, or navigation. Features responsive design that adapts to mobile devices,
120
- * configurable close behavior, and integrated state management through Zustand store.
121
- *
122
- * ## Key Features
123
- * - **Responsive Design**: Full-width on mobile, fixed 400px width on desktop
124
- * - **State Management**: Built-in Zustand store for managing multiple drawer instances
125
- * - **Accessibility**: Proper ARIA attributes, keyboard navigation, and focus management
126
- * - **Flexible Layout**: Customizable header, title, and content areas
127
- * - **Click Outside**: Configurable outside click detection for auto-closing
128
- * - **Scroll Management**: Automatic body scroll blocking when open
129
- *
130
- * ## Use Cases
131
- * - Navigation menus and sidebars
132
- * - Detail panels and forms
133
- * - Settings and configuration interfaces
134
- * - Shopping carts and checkout processes
135
- * - User profiles and account management
136
- * - Multi-step workflows and wizards
137
- *
138
- * ## Accessibility
139
- * - **Focus Management**: Traps focus within the drawer when open
140
- * - **Keyboard Navigation**: Escape key closes the drawer
141
- * - **Screen Reader Support**: Proper ARIA labels and announcements
142
- * - **Touch Support**: Mobile-optimized touch interactions
143
- *
144
- * ## State Management
145
- * The component uses a Zustand store (`useRightDrawerStore`) to manage drawer state:
146
- * - Multiple drawers can be managed simultaneously using unique identifiers
147
- * - External components can open/close drawers using the store
148
- * - Supports both controlled (via props) and uncontrolled (via store) patterns
149
- *
150
- * @example
151
- * Basic usage with store management:
152
- * ```tsx
153
- * // Opening the drawer from another component
154
- * const { open } = useRightDrawerStore();
155
- *
156
- * <button onClick={() => open('user-menu')}>
157
- * Open Menu
158
- * </button>
159
- *
160
- * <RightDrawer identifier="user-menu" title="User Menu">
161
- * <nav>Navigation items here</nav>
162
- * </RightDrawer>
163
- * ```
164
- *
165
- * @example
166
- * Controlled drawer with external state:
167
- * ```tsx
168
- * const [showDrawer, setShowDrawer] = useState(false);
169
- *
170
- * <RightDrawer
171
- * identifier="controlled-drawer"
172
- * title="Settings"
173
- * isOpen={showDrawer}
174
- * onClose={() => setShowDrawer(false)}
175
- * closeOnOutsideClick={false}
176
- * >
177
- * <SettingsForm onSave={() => setShowDrawer(false)} />
178
- * </RightDrawer>
179
- * ```
180
- *
181
- * @example
182
- * Complex drawer with back button and header:
183
- * ```tsx
184
- * <RightDrawer
185
- * identifier="product-detail"
186
- * title="Product Details"
187
- * header={
188
- * <div className="text-sm text-gray-600">
189
- * SKU: {product.sku} | Stock: {product.stock}
190
- * </div>
191
- * }
192
- * backButton={{
193
- * text: "Back to Catalog",
194
- * onBack: () => navigate('/catalog')
195
- * }}
196
- * >
197
- * <ProductDetailView product={product} />
198
- * </RightDrawer>
199
- * ```
200
- */
201
58
  declare const RightDrawer: FC<RightDrawerProps>;
202
59
  //#endregion
203
60
  export { RightDrawer };
@@ -1 +1 @@
1
- {"version":3,"file":"RightDrawer.d.ts","names":[],"sources":["../../../../src/components/RightDrawer/RightDrawer.tsx"],"sourcesContent":[],"mappings":";;;;;;AASe;AAcK;;KAAf,eAAA,GAoCQ;EAeF;EA6BI,MAAA,EAAA,GAAA,GAAA,IAAA;EAAe;EAwHjB,IAAA,CAAA,EAAA,MAAA;;;;;;;KA5LR,gBAAA;;;;;;;;;;UAUK;;;;;;;;;;;;aAcG;;;;;;;;;;;;;;WAeF;;;;;;;;;;;;;;;;;;;;;;;;;;;eA6BI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwHF,aAAa,GAAG"}
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"}