@intlayer/design-system 8.5.2 → 8.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/dist/esm/{utils → components/Avatar}/image.mjs +1 -1
  2. package/dist/esm/components/Avatar/image.mjs.map +1 -0
  3. package/dist/esm/components/Browser/Browser.mjs +1 -2
  4. package/dist/esm/components/Browser/Browser.mjs.map +1 -1
  5. package/dist/esm/components/Carousel/index.mjs +1 -3
  6. package/dist/esm/components/Carousel/index.mjs.map +1 -1
  7. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +1 -1
  8. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
  9. package/dist/esm/{utils → components/DictionaryFieldEditor/ContentEditorView}/object.mjs +1 -1
  10. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/object.mjs.map +1 -0
  11. package/dist/esm/components/Form/layout/FormLabelLayout.mjs +2 -2
  12. package/dist/esm/components/Form/layout/FormLabelLayout.mjs.map +1 -1
  13. package/dist/esm/components/IDE/CodeBlockShiki.mjs +12 -0
  14. package/dist/esm/components/IDE/CodeBlockShiki.mjs.map +1 -1
  15. package/dist/esm/components/SocialNetworks/BitbucketLogo.mjs +3 -0
  16. package/dist/esm/components/SocialNetworks/GitHubLogo.mjs +3 -0
  17. package/dist/esm/components/SocialNetworks/GitLabLogo.mjs +3 -0
  18. package/dist/esm/components/SocialNetworks/GoogleLogo.mjs +3 -0
  19. package/dist/esm/components/SocialNetworks/LinkedInLogo.mjs +2 -32
  20. package/dist/esm/components/SocialNetworks/index.mjs +6 -2
  21. package/dist/esm/components/SocialNetworks/index.mjs.map +1 -1
  22. package/dist/esm/components/TechLogo/TechLogo.mjs +6 -1
  23. package/dist/esm/components/TechLogo/TechLogo.mjs.map +1 -1
  24. package/dist/esm/components/TechLogo/logos/Bitbucket.mjs +44 -0
  25. package/dist/esm/components/TechLogo/logos/Bitbucket.mjs.map +1 -0
  26. package/dist/esm/components/TechLogo/logos/ChatGPT.mjs +3 -6
  27. package/dist/esm/components/TechLogo/logos/ChatGPT.mjs.map +1 -1
  28. package/dist/esm/components/TechLogo/logos/DeepSeek.mjs +8 -10
  29. package/dist/esm/components/TechLogo/logos/DeepSeek.mjs.map +1 -1
  30. package/dist/esm/components/TechLogo/logos/Gemini.mjs +8 -5
  31. package/dist/esm/components/TechLogo/logos/Gemini.mjs.map +1 -1
  32. package/dist/esm/components/TechLogo/logos/GitHub.mjs +16 -0
  33. package/dist/esm/components/TechLogo/logos/GitHub.mjs.map +1 -0
  34. package/dist/esm/components/TechLogo/logos/GitLab.mjs +47 -0
  35. package/dist/esm/components/TechLogo/logos/GitLab.mjs.map +1 -0
  36. package/dist/esm/components/TechLogo/logos/Google.mjs +17 -0
  37. package/dist/esm/components/TechLogo/logos/Google.mjs.map +1 -0
  38. package/dist/esm/components/TechLogo/logos/GoogleAI.mjs +4 -8
  39. package/dist/esm/components/TechLogo/logos/GoogleAI.mjs.map +1 -1
  40. package/dist/esm/components/TechLogo/logos/Grok.mjs +3 -2
  41. package/dist/esm/components/TechLogo/logos/Grok.mjs.map +1 -1
  42. package/dist/esm/components/TechLogo/logos/LinkedIn.mjs +33 -0
  43. package/dist/esm/components/TechLogo/logos/LinkedIn.mjs.map +1 -0
  44. package/dist/esm/components/TechLogo/logos/Mistral.mjs +13 -53
  45. package/dist/esm/components/TechLogo/logos/Mistral.mjs.map +1 -1
  46. package/dist/esm/components/TechLogo/logos/Perplexity.mjs +10 -5
  47. package/dist/esm/components/TechLogo/logos/Perplexity.mjs.map +1 -1
  48. package/dist/esm/components/TechLogo/techLogos.mjs +11 -1
  49. package/dist/esm/components/TechLogo/techLogos.mjs.map +1 -1
  50. package/dist/esm/components/TechLogo/types.mjs +5 -0
  51. package/dist/esm/components/TechLogo/types.mjs.map +1 -1
  52. package/dist/esm/components/Toaster/useToast.mjs +1 -1
  53. package/dist/esm/components/Toaster/useToast.mjs.map +1 -1
  54. package/dist/esm/components/index.mjs +6 -2
  55. package/dist/esm/providers/ReactQueryProvider.mjs +2 -1
  56. package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
  57. package/dist/esm/providers/index.mjs +2 -2
  58. package/dist/esm/routes.mjs +245 -0
  59. package/dist/esm/routes.mjs.map +1 -0
  60. package/dist/esm/utils/index.mjs +3 -0
  61. package/dist/types/{utils → components/Avatar}/image.d.ts +1 -1
  62. package/dist/types/components/Avatar/image.d.ts.map +1 -0
  63. package/dist/types/components/Badge/index.d.ts +3 -3
  64. package/dist/types/components/Badge/index.d.ts.map +1 -1
  65. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +2 -2
  66. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  67. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  68. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  69. package/dist/types/components/Browser/Browser.content.d.ts +9 -9
  70. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
  71. package/dist/types/components/Browser/Browser.d.ts +2 -2
  72. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  73. package/dist/types/components/Button/Button.d.ts +4 -4
  74. package/dist/types/components/Button/Button.d.ts.map +1 -1
  75. package/dist/types/components/Carousel/index.content.d.ts +4 -4
  76. package/dist/types/components/Carousel/index.content.d.ts.map +1 -1
  77. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
  78. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  79. package/dist/types/components/Command/index.d.ts +17 -17
  80. package/dist/types/components/Command/index.d.ts.map +1 -1
  81. package/dist/types/components/Container/index.d.ts +3 -3
  82. package/dist/types/components/Container/index.d.ts.map +1 -1
  83. package/dist/types/components/CopyButton/CopyButton.content.d.ts +2 -2
  84. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  85. package/dist/types/{utils → components/DictionaryFieldEditor/ContentEditorView}/object.d.ts +1 -1
  86. package/dist/types/components/DictionaryFieldEditor/ContentEditorView/object.d.ts.map +1 -0
  87. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +13 -13
  88. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  89. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +5 -5
  90. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  91. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +28 -28
  92. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  93. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -17
  94. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  95. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +13 -13
  96. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  97. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +17 -17
  98. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  99. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +5 -5
  100. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
  101. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +4 -4
  102. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  103. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +3 -3
  104. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  105. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +16 -16
  106. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  107. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +2 -2
  108. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts.map +1 -1
  109. package/dist/types/components/Form/FormBase.d.ts +4 -4
  110. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  111. package/dist/types/components/Form/FormField.d.ts +4 -4
  112. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  113. package/dist/types/components/Form/FormItem.d.ts +2 -2
  114. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  115. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  116. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  117. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  118. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  119. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  120. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  121. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  122. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  123. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  124. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  125. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  126. package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -1
  127. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  128. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
  129. package/dist/types/components/IDE/CodeBlockShiki.d.ts.map +1 -1
  130. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  131. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  132. package/dist/types/components/IDE/code.content.d.ts +3 -3
  133. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  134. package/dist/types/components/IDE/copyCode.content.d.ts +3 -3
  135. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  136. package/dist/types/components/IDE/selectors.content.d.ts +7 -7
  137. package/dist/types/components/IDE/selectors.content.d.ts.map +1 -1
  138. package/dist/types/components/Input/Checkbox.d.ts +3 -3
  139. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  140. package/dist/types/components/Input/Input.d.ts +2 -2
  141. package/dist/types/components/Input/Input.d.ts.map +1 -1
  142. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  143. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  144. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  145. package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
  146. package/dist/types/components/Link/Link.d.ts +3 -3
  147. package/dist/types/components/Link/Link.d.ts.map +1 -1
  148. package/dist/types/components/Loader/index.content.d.ts +2 -2
  149. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  150. package/dist/types/components/Loader/spinner.d.ts +2 -2
  151. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  152. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +9 -9
  153. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  154. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +7 -7
  155. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  156. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts +43 -43
  157. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
  158. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  159. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  160. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  161. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  162. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  163. package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
  164. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  165. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  166. package/dist/types/components/Navbar/index.d.ts +2 -2
  167. package/dist/types/components/Navbar/index.d.ts.map +1 -1
  168. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  169. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  170. package/dist/types/components/Pagination/pagination.content.d.ts +6 -6
  171. package/dist/types/components/Pagination/pagination.content.d.ts.map +1 -1
  172. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +3 -3
  173. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -1
  174. package/dist/types/components/Select/Select.d.ts +3 -3
  175. package/dist/types/components/Select/Select.d.ts.map +1 -1
  176. package/dist/types/components/SocialNetworks/BitbucketLogo.d.ts +2 -0
  177. package/dist/types/components/SocialNetworks/GitHubLogo.d.ts +2 -0
  178. package/dist/types/components/SocialNetworks/GitLabLogo.d.ts +2 -0
  179. package/dist/types/components/SocialNetworks/GoogleLogo.d.ts +2 -0
  180. package/dist/types/components/SocialNetworks/LinkedInLogo.d.ts +2 -7
  181. package/dist/types/components/SocialNetworks/index.d.ts +8 -4
  182. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  183. package/dist/types/components/SwitchSelector/index.d.ts +6 -6
  184. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  185. package/dist/types/components/Tab/Tab.d.ts +6 -6
  186. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  187. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  188. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  189. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  190. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  191. package/dist/types/components/Table/table.content.d.ts +3 -3
  192. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  193. package/dist/types/components/Tag/index.d.ts +3 -3
  194. package/dist/types/components/Tag/index.d.ts.map +1 -1
  195. package/dist/types/components/TechLogo/TechLogo.d.ts.map +1 -1
  196. package/dist/types/components/TechLogo/logos/Bitbucket.d.ts +7 -0
  197. package/dist/types/components/TechLogo/logos/Bitbucket.d.ts.map +1 -0
  198. package/dist/types/components/TechLogo/logos/GitHub.d.ts +7 -0
  199. package/dist/types/components/TechLogo/logos/GitHub.d.ts.map +1 -0
  200. package/dist/types/components/TechLogo/logos/GitLab.d.ts +7 -0
  201. package/dist/types/components/TechLogo/logos/GitLab.d.ts.map +1 -0
  202. package/dist/types/components/TechLogo/logos/Google.d.ts +7 -0
  203. package/dist/types/components/TechLogo/logos/Google.d.ts.map +1 -0
  204. package/dist/types/components/TechLogo/logos/LinkedIn.d.ts +7 -0
  205. package/dist/types/components/TechLogo/logos/LinkedIn.d.ts.map +1 -0
  206. package/dist/types/components/TechLogo/logos/Lit.d.ts +2 -2
  207. package/dist/types/components/TechLogo/logos/Lit.d.ts.map +1 -1
  208. package/dist/types/components/TechLogo/logos/Vanilla.d.ts +2 -2
  209. package/dist/types/components/TechLogo/logos/Vanilla.d.ts.map +1 -1
  210. package/dist/types/components/TechLogo/techLogos.d.ts +7 -2
  211. package/dist/types/components/TechLogo/types.d.ts +6 -1
  212. package/dist/types/components/TechLogo/types.d.ts.map +1 -1
  213. package/dist/types/components/Terminal/terminal.content.d.ts +3 -3
  214. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  215. package/dist/types/components/TextArea/ContentEditableTextArea.d.ts +2 -2
  216. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  217. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  218. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  219. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  220. package/dist/types/components/index.d.ts +6 -2
  221. package/dist/types/hooks/useUser/index.d.ts +2 -2
  222. package/dist/types/hooks/useUser/index.d.ts.map +1 -1
  223. package/dist/types/providers/ReactQueryProvider.d.ts +2 -1
  224. package/dist/types/providers/ReactQueryProvider.d.ts.map +1 -1
  225. package/dist/types/providers/index.d.ts +2 -2
  226. package/dist/types/routes.d.ts +244 -0
  227. package/dist/types/routes.d.ts.map +1 -0
  228. package/dist/types/utils/index.d.ts +2 -0
  229. package/package.json +31 -22
  230. package/dist/esm/components/SocialNetworks/LinkedInLogo.mjs.map +0 -1
  231. package/dist/esm/utils/image.mjs.map +0 -1
  232. package/dist/esm/utils/object.mjs.map +0 -1
  233. package/dist/types/components/SocialNetworks/LinkedInLogo.d.ts.map +0 -1
  234. package/dist/types/utils/image.d.ts.map +0 -1
  235. package/dist/types/utils/object.d.ts.map +0 -1
@@ -1,10 +1,10 @@
1
- import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
1
+ import * as _$_intlayer_core_transpiler0 from "@intlayer/core/transpiler";
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_core_transpiler0.TranslationContent<unknown, {
7
+ localeSwitcherLabel: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -24,7 +24,7 @@ declare const localeSwitcherContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }>;
27
- languageListLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
27
+ languageListLabel: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
28
28
  en: string;
29
29
  'en-GB': string;
30
30
  fr: string;
@@ -44,7 +44,7 @@ declare const localeSwitcherContent: {
44
44
  vi: string;
45
45
  uk: string;
46
46
  }>;
47
- switchTo: _intlayer_core_transpiler0.TranslationContent<unknown, {
47
+ switchTo: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
48
48
  en: string;
49
49
  fr: string;
50
50
  es: string;
@@ -65,7 +65,7 @@ declare const localeSwitcherContent: {
65
65
  uk: string;
66
66
  }>;
67
67
  searchInput: {
68
- text: _intlayer_core_transpiler0.TranslationContent<unknown, {
68
+ text: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
69
69
  en: string;
70
70
  'en-GB': string;
71
71
  fr: string;
@@ -85,7 +85,7 @@ declare const localeSwitcherContent: {
85
85
  vi: string;
86
86
  uk: string;
87
87
  }>;
88
- placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
88
+ placeholder: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
89
89
  en: string;
90
90
  'en-GB': string;
91
91
  fr: string;
@@ -105,7 +105,7 @@ declare const localeSwitcherContent: {
105
105
  vi: string;
106
106
  uk: string;
107
107
  }>;
108
- ariaLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
108
+ ariaLabel: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
109
109
  en: string;
110
110
  'en-GB': string;
111
111
  fr: string;
@@ -127,7 +127,7 @@ declare const localeSwitcherContent: {
127
127
  }>;
128
128
  };
129
129
  seeAllLocalesSwitch: {
130
- true: _intlayer_core_transpiler0.TranslationContent<unknown, {
130
+ true: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
131
131
  en: string;
132
132
  'en-GB': string;
133
133
  fr: string;
@@ -147,7 +147,7 @@ declare const localeSwitcherContent: {
147
147
  vi: string;
148
148
  uk: string;
149
149
  }>;
150
- false: _intlayer_core_transpiler0.TranslationContent<unknown, {
150
+ false: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
151
151
  en: string;
152
152
  'en-GB': string;
153
153
  fr: string;
@@ -1 +1 @@
1
- {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"mappings":";;;cAEM,qBAAA;;;yBA4KgB,0BAAA,CAAA,kBAAA"}
1
+ {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts"],"mappings":";;;cAEM,qBAAA;;;yBA4KgB,4BAAA,CAAA,kBAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
1
+ import * as _$_intlayer_core_transpiler0 from "@intlayer/core/transpiler";
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_core_transpiler0.TranslationContent<unknown, {
7
+ localeSwitcherLabel: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -24,7 +24,7 @@ declare const localeSwitcherContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }>;
27
- languageListLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
27
+ languageListLabel: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
28
28
  en: string;
29
29
  'en-GB': string;
30
30
  fr: string;
@@ -44,7 +44,7 @@ declare const localeSwitcherContent: {
44
44
  vi: string;
45
45
  uk: string;
46
46
  }>;
47
- switchTo: _intlayer_core_transpiler0.TranslationContent<unknown, {
47
+ switchTo: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
48
48
  en: string;
49
49
  fr: string;
50
50
  es: string;
@@ -65,7 +65,7 @@ declare const localeSwitcherContent: {
65
65
  uk: string;
66
66
  }>;
67
67
  searchInput: {
68
- text: _intlayer_core_transpiler0.TranslationContent<unknown, {
68
+ text: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
69
69
  en: string;
70
70
  'en-GB': string;
71
71
  fr: string;
@@ -85,7 +85,7 @@ declare const localeSwitcherContent: {
85
85
  vi: string;
86
86
  uk: string;
87
87
  }>;
88
- placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
88
+ placeholder: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
89
89
  en: string;
90
90
  'en-GB': string;
91
91
  fr: string;
@@ -105,7 +105,7 @@ declare const localeSwitcherContent: {
105
105
  vi: string;
106
106
  uk: string;
107
107
  }>;
108
- ariaLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
108
+ ariaLabel: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
109
109
  en: string;
110
110
  'en-GB': string;
111
111
  fr: string;
@@ -1 +1 @@
1
- {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"mappings":";;;cAEM,qBAAA;;;yBAkIgB,0BAAA,CAAA,kBAAA"}
1
+ {"version":3,"file":"localeSwitcher.content.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherDropDown/localeSwitcher.content.ts"],"mappings":";;;cAEM,qBAAA;;;yBAkIgB,4BAAA,CAAA,kBAAA"}
@@ -2,70 +2,70 @@ import { Tab, TabItemProps } from "../Tab/Tab.js";
2
2
  import { Table } from "../Table/Table.js";
3
3
  import { ComponentProps, ComponentPropsWithoutRef, FC } from "react";
4
4
  import { LocalesValues } from "@intlayer/types/module_augmentation";
5
- import * as react_jsx_runtime0 from "react/jsx-runtime";
5
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
6
6
  import { MarkdownRenderer as MarkdownRenderer$1 } from "react-intlayer";
7
7
 
8
8
  //#region src/components/MarkDownRender/MarkDownRender.d.ts
9
9
  declare const baseMarkdownComponents: {
10
- h1: (props: ComponentProps<"h1">) => react_jsx_runtime0.JSX.Element;
11
- h2: (props: ComponentProps<"h2">) => react_jsx_runtime0.JSX.Element;
12
- h3: (props: ComponentProps<"h3">) => react_jsx_runtime0.JSX.Element;
13
- h4: (props: ComponentProps<"h4">) => react_jsx_runtime0.JSX.Element;
14
- h5: (props: ComponentProps<"h5">) => react_jsx_runtime0.JSX.Element;
15
- h6: (props: ComponentProps<"h6">) => react_jsx_runtime0.JSX.Element;
16
- strong: (props: ComponentProps<"strong">) => react_jsx_runtime0.JSX.Element;
10
+ h1: (props: ComponentProps<"h1">) => _$react_jsx_runtime0.JSX.Element;
11
+ h2: (props: ComponentProps<"h2">) => _$react_jsx_runtime0.JSX.Element;
12
+ h3: (props: ComponentProps<"h3">) => _$react_jsx_runtime0.JSX.Element;
13
+ h4: (props: ComponentProps<"h4">) => _$react_jsx_runtime0.JSX.Element;
14
+ h5: (props: ComponentProps<"h5">) => _$react_jsx_runtime0.JSX.Element;
15
+ h6: (props: ComponentProps<"h6">) => _$react_jsx_runtime0.JSX.Element;
16
+ strong: (props: ComponentProps<"strong">) => _$react_jsx_runtime0.JSX.Element;
17
17
  blockquote: ({
18
18
  className,
19
19
  ...props
20
- }: ComponentProps<"blockquote">) => react_jsx_runtime0.JSX.Element;
20
+ }: ComponentProps<"blockquote">) => _$react_jsx_runtime0.JSX.Element;
21
21
  ul: ({
22
22
  className,
23
23
  ...props
24
- }: ComponentProps<"ul">) => react_jsx_runtime0.JSX.Element;
24
+ }: ComponentProps<"ul">) => _$react_jsx_runtime0.JSX.Element;
25
25
  ol: ({
26
26
  className,
27
27
  ...props
28
- }: ComponentProps<"ol">) => react_jsx_runtime0.JSX.Element;
28
+ }: ComponentProps<"ol">) => _$react_jsx_runtime0.JSX.Element;
29
29
  img: ({
30
30
  className,
31
31
  alt,
32
32
  src,
33
33
  ...props
34
- }: ComponentProps<"img">) => react_jsx_runtime0.JSX.Element;
35
- pre: (props: ComponentProps<"pre">) => react_jsx_runtime0.JSX.Element;
36
- table: (props: ComponentProps<typeof Table>) => react_jsx_runtime0.JSX.Element;
34
+ }: ComponentProps<"img">) => _$react_jsx_runtime0.JSX.Element;
35
+ pre: (props: ComponentProps<"pre">) => _$react_jsx_runtime0.JSX.Element;
36
+ table: (props: ComponentProps<typeof Table>) => _$react_jsx_runtime0.JSX.Element;
37
37
  th: ({
38
38
  className,
39
39
  ...props
40
- }: ComponentProps<"th">) => react_jsx_runtime0.JSX.Element;
40
+ }: ComponentProps<"th">) => _$react_jsx_runtime0.JSX.Element;
41
41
  tr: ({
42
42
  className,
43
43
  ...props
44
- }: ComponentProps<"tr">) => react_jsx_runtime0.JSX.Element;
44
+ }: ComponentProps<"tr">) => _$react_jsx_runtime0.JSX.Element;
45
45
  td: ({
46
46
  className,
47
47
  ...props
48
- }: ComponentProps<"td">) => react_jsx_runtime0.JSX.Element;
48
+ }: ComponentProps<"td">) => _$react_jsx_runtime0.JSX.Element;
49
49
  hr: ({
50
50
  className,
51
51
  ...props
52
- }: ComponentProps<"hr">) => react_jsx_runtime0.JSX.Element;
53
- Tabs: (props: ComponentProps<typeof Tab>) => react_jsx_runtime0.JSX.Element;
52
+ }: ComponentProps<"hr">) => _$react_jsx_runtime0.JSX.Element;
53
+ Tabs: (props: ComponentProps<typeof Tab>) => _$react_jsx_runtime0.JSX.Element;
54
54
  Tab: {
55
55
  ({
56
56
  children,
57
57
  ...props
58
- }: TabItemProps): react_jsx_runtime0.JSX.Element;
58
+ }: TabItemProps): _$react_jsx_runtime0.JSX.Element;
59
59
  displayName: string;
60
60
  };
61
61
  Columns: ({
62
62
  className,
63
63
  ...props
64
- }: ComponentPropsWithoutRef<"div">) => react_jsx_runtime0.JSX.Element;
64
+ }: ComponentPropsWithoutRef<"div">) => _$react_jsx_runtime0.JSX.Element;
65
65
  Column: ({
66
66
  className,
67
67
  ...props
68
- }: ComponentPropsWithoutRef<"div">) => react_jsx_runtime0.JSX.Element;
68
+ }: ComponentPropsWithoutRef<"div">) => _$react_jsx_runtime0.JSX.Element;
69
69
  };
70
70
  type MarkdownRendererProps = {
71
71
  children: string;
@@ -79,65 +79,65 @@ type MarkdownRendererProps = {
79
79
  };
80
80
  declare const getIntlayerMarkdownOptions: (_isDarkMode?: boolean) => {
81
81
  components: {
82
- h1: (props: ComponentProps<"h1">) => react_jsx_runtime0.JSX.Element;
83
- h2: (props: ComponentProps<"h2">) => react_jsx_runtime0.JSX.Element;
84
- h3: (props: ComponentProps<"h3">) => react_jsx_runtime0.JSX.Element;
85
- h4: (props: ComponentProps<"h4">) => react_jsx_runtime0.JSX.Element;
86
- h5: (props: ComponentProps<"h5">) => react_jsx_runtime0.JSX.Element;
87
- h6: (props: ComponentProps<"h6">) => react_jsx_runtime0.JSX.Element;
88
- strong: (props: ComponentProps<"strong">) => react_jsx_runtime0.JSX.Element;
82
+ h1: (props: ComponentProps<"h1">) => _$react_jsx_runtime0.JSX.Element;
83
+ h2: (props: ComponentProps<"h2">) => _$react_jsx_runtime0.JSX.Element;
84
+ h3: (props: ComponentProps<"h3">) => _$react_jsx_runtime0.JSX.Element;
85
+ h4: (props: ComponentProps<"h4">) => _$react_jsx_runtime0.JSX.Element;
86
+ h5: (props: ComponentProps<"h5">) => _$react_jsx_runtime0.JSX.Element;
87
+ h6: (props: ComponentProps<"h6">) => _$react_jsx_runtime0.JSX.Element;
88
+ strong: (props: ComponentProps<"strong">) => _$react_jsx_runtime0.JSX.Element;
89
89
  blockquote: ({
90
90
  className,
91
91
  ...props
92
- }: ComponentProps<"blockquote">) => react_jsx_runtime0.JSX.Element;
92
+ }: ComponentProps<"blockquote">) => _$react_jsx_runtime0.JSX.Element;
93
93
  ul: ({
94
94
  className,
95
95
  ...props
96
- }: ComponentProps<"ul">) => react_jsx_runtime0.JSX.Element;
96
+ }: ComponentProps<"ul">) => _$react_jsx_runtime0.JSX.Element;
97
97
  ol: ({
98
98
  className,
99
99
  ...props
100
- }: ComponentProps<"ol">) => react_jsx_runtime0.JSX.Element;
100
+ }: ComponentProps<"ol">) => _$react_jsx_runtime0.JSX.Element;
101
101
  img: ({
102
102
  className,
103
103
  alt,
104
104
  src,
105
105
  ...props
106
- }: ComponentProps<"img">) => react_jsx_runtime0.JSX.Element;
107
- pre: (props: ComponentProps<"pre">) => react_jsx_runtime0.JSX.Element;
108
- table: (props: ComponentProps<typeof Table>) => react_jsx_runtime0.JSX.Element;
106
+ }: ComponentProps<"img">) => _$react_jsx_runtime0.JSX.Element;
107
+ pre: (props: ComponentProps<"pre">) => _$react_jsx_runtime0.JSX.Element;
108
+ table: (props: ComponentProps<typeof Table>) => _$react_jsx_runtime0.JSX.Element;
109
109
  th: ({
110
110
  className,
111
111
  ...props
112
- }: ComponentProps<"th">) => react_jsx_runtime0.JSX.Element;
112
+ }: ComponentProps<"th">) => _$react_jsx_runtime0.JSX.Element;
113
113
  tr: ({
114
114
  className,
115
115
  ...props
116
- }: ComponentProps<"tr">) => react_jsx_runtime0.JSX.Element;
116
+ }: ComponentProps<"tr">) => _$react_jsx_runtime0.JSX.Element;
117
117
  td: ({
118
118
  className,
119
119
  ...props
120
- }: ComponentProps<"td">) => react_jsx_runtime0.JSX.Element;
120
+ }: ComponentProps<"td">) => _$react_jsx_runtime0.JSX.Element;
121
121
  hr: ({
122
122
  className,
123
123
  ...props
124
- }: ComponentProps<"hr">) => react_jsx_runtime0.JSX.Element;
125
- Tabs: (props: ComponentProps<typeof Tab>) => react_jsx_runtime0.JSX.Element;
124
+ }: ComponentProps<"hr">) => _$react_jsx_runtime0.JSX.Element;
125
+ Tabs: (props: ComponentProps<typeof Tab>) => _$react_jsx_runtime0.JSX.Element;
126
126
  Tab: {
127
127
  ({
128
128
  children,
129
129
  ...props
130
- }: TabItemProps): react_jsx_runtime0.JSX.Element;
130
+ }: TabItemProps): _$react_jsx_runtime0.JSX.Element;
131
131
  displayName: string;
132
132
  };
133
133
  Columns: ({
134
134
  className,
135
135
  ...props
136
- }: ComponentPropsWithoutRef<"div">) => react_jsx_runtime0.JSX.Element;
136
+ }: ComponentPropsWithoutRef<"div">) => _$react_jsx_runtime0.JSX.Element;
137
137
  Column: ({
138
138
  className,
139
139
  ...props
140
- }: ComponentPropsWithoutRef<"div">) => react_jsx_runtime0.JSX.Element;
140
+ }: ComponentPropsWithoutRef<"div">) => _$react_jsx_runtime0.JSX.Element;
141
141
  };
142
142
  };
143
143
  declare const MarkdownRenderer: FC<MarkdownRendererProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"MarkDownRender.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/MarkDownRender.tsx"],"mappings":"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"}
1
+ {"version":3,"file":"MarkDownRender.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/MarkDownRender.tsx"],"mappings":"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"}
@@ -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_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_runtime0.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"],"mappings":";;;;KAGK,KAAA;AAAA,KAEA,qBAAA,GAAwB,cAAA,CAAe,cAAA;EAC1C,QAAA;EACA,QAAA;EACA,KAAA,GAAQ,KAAA;AAAA;AAAA,cAGG,gBAAA;EAAoB,QAAA;EAAA,QAAA;EAAA,QAAA;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAO9B,qBAAA,KAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/MaxWidthSmoother/index.tsx"],"mappings":";;;;KAGK,KAAA;AAAA,KAEA,qBAAA,GAAwB,cAAA,CAAe,cAAA;EAC1C,QAAA;EACA,QAAA;EACA,KAAA,GAAQ,KAAA;AAAA;AAAA,cAGG,gBAAA;EAAoB,QAAA;EAAA,QAAA;EAAA,QAAA;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAO9B,qBAAA,KAAqB,oBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -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_runtime0 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_runtime0.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"],"mappings":";;;;;;;UAMU,WAAA,SAAoB,cAAA,CAAe,cAAA;EAAvB;EAEpB,QAAA;AAAA;;;;;;AA4DF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,MAAA;EAAU,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAIpB,WAAA,KAAW,kBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"Burger.d.ts","names":[],"sources":["../../../../src/components/Navbar/Burger.tsx"],"mappings":";;;;;;;UAMU,WAAA,SAAoB,cAAA,CAAe,cAAA;EAAvB;EAEpB,QAAA;AAAA;;;;;;AA4DF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,MAAA;EAAU,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAIpB,WAAA,KAAW,oBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,6 +1,6 @@
1
1
  import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
2
2
  import { ReactElement, ReactNode } from "react";
3
- import * as react_jsx_runtime0 from "react/jsx-runtime";
3
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/Navbar/DesktopNavbar.d.ts
6
6
  /**
@@ -88,7 +88,7 @@ declare const DesktopNavbar: <T extends TabSelectorItemProps>({
88
88
  sections,
89
89
  rightItems,
90
90
  selectedChoice
91
- }: DesktopNavbarProps<T>) => react_jsx_runtime0.JSX.Element;
91
+ }: DesktopNavbarProps<T>) => _$react_jsx_runtime0.JSX.Element;
92
92
  //#endregion
93
93
  export { DesktopNavbar };
94
94
  //# sourceMappingURL=DesktopNavbar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DesktopNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/DesktopNavbar.tsx"],"mappings":";;;;;;;;;KAaK,kBAAA,WAA6B,oBAAA;EAAX,2DAErB,IAAA,EAAM,SAAA,EAF0B;EAIhC,QAAA,EAAU,YAAA,CAAa,CAAA,KAAA;EAEvB,UAAA,GAAa,SAAA,EAAA;EAEb,cAAA,EAAgB,CAAA;AAAA;;;;;;;;;;;;;;;AAyElB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,aAAA,aAA2B,oBAAA;EAAsB,IAAA;EAAA,QAAA;EAAA,UAAA;EAAA;AAAA,GAK3D,kBAAA,CAAmB,CAAA,MAAE,kBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"DesktopNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/DesktopNavbar.tsx"],"mappings":";;;;;;;;;KAaK,kBAAA,WAA6B,oBAAA;EAAX,2DAErB,IAAA,EAAM,SAAA,EAF0B;EAIhC,QAAA,EAAU,YAAA,CAAa,CAAA,KAAA;EAEvB,UAAA,GAAa,SAAA,EAAA;EAEb,cAAA,EAAgB,CAAA;AAAA;;;;;;;;;;;;;;;AAyElB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,aAAA,aAA2B,oBAAA;EAAsB,IAAA;EAAA,QAAA;EAAA,UAAA;EAAA;AAAA,GAK3D,kBAAA,CAAmB,CAAA,MAAE,oBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,6 +1,6 @@
1
1
  import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
2
2
  import { ReactElement, ReactNode } from "react";
3
- import * as react_jsx_runtime0 from "react/jsx-runtime";
3
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/Navbar/MobileNavbar.d.ts
6
6
  /**
@@ -102,7 +102,7 @@ declare const MobileNavbar: <T extends TabSelectorItemProps>({
102
102
  bottomSections,
103
103
  rightItems,
104
104
  rollable
105
- }: MobileNavbarProps<T>) => react_jsx_runtime0.JSX.Element;
105
+ }: MobileNavbarProps<T>) => _$react_jsx_runtime0.JSX.Element;
106
106
  //#endregion
107
107
  export { MobileNavbar };
108
108
  //# sourceMappingURL=MobileNavbar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MobileNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/MobileNavbar.tsx"],"mappings":";;;;;;;;;KAeK,iBAAA,WAA4B,oBAAA;EAAX,wDAEpB,IAAA,EAAM,SAAA,EAFyB;EAI/B,WAAA,GAAc,SAAA,EAAA;EAEd,WAAA,GAAc,YAAA,CAAa,CAAA,KAAb;EAEd,cAAA,GAAiB,SAAA,EAEa;EAA9B,cAAA,GAAiB,YAAA,CAAa,CAAA,KAEjB;EAAb,UAAA,GAAa,SAAA,EAAS;EAEtB,QAAA;AAAA;;;;;;;;;;;;;;;;;;AAqGF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,YAAA,aAA0B,oBAAA;EAAsB,IAAA;EAAA,WAAA;EAAA,WAAA;EAAA,cAAA;EAAA,cAAA;EAAA,UAAA;EAAA;AAAA,GAQ1D,iBAAA,CAAkB,CAAA,MAAE,kBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"MobileNavbar.d.ts","names":[],"sources":["../../../../src/components/Navbar/MobileNavbar.tsx"],"mappings":";;;;;;;;;KAeK,iBAAA,WAA4B,oBAAA;EAAX,wDAEpB,IAAA,EAAM,SAAA,EAFyB;EAI/B,WAAA,GAAc,SAAA,EAAA;EAEd,WAAA,GAAc,YAAA,CAAa,CAAA,KAAb;EAEd,cAAA,GAAiB,SAAA,EAEa;EAA9B,cAAA,GAAiB,YAAA,CAAa,CAAA,KAEjB;EAAb,UAAA,GAAa,SAAA,EAAS;EAEtB,QAAA;AAAA;;;;;;;;;;;;;;;;;;AAqGF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,YAAA,aAA0B,oBAAA;EAAsB,IAAA;EAAA,WAAA;EAAA,WAAA;EAAA,cAAA;EAAA,cAAA;EAAA,UAAA;EAAA;AAAA,GAQ1D,iBAAA,CAAkB,CAAA,MAAE,oBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,6 +1,6 @@
1
1
  import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
2
2
  import { ReactElement, ReactNode } from "react";
3
- import * as react_jsx_runtime0 from "react/jsx-runtime";
3
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/Navbar/index.d.ts
6
6
  /**
@@ -86,7 +86,7 @@ declare const Navbar: <T extends TabSelectorItemProps>({
86
86
  rightItemsMobile,
87
87
  selectedChoice,
88
88
  mobileRollable
89
- }: NavbarProps<T>) => react_jsx_runtime0.JSX.Element;
89
+ }: NavbarProps<T>) => _$react_jsx_runtime0.JSX.Element;
90
90
  //#endregion
91
91
  export { Navbar };
92
92
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"mappings":";;;;;;;;;KAaK,WAAA,WAAsB,oBAAA;EAAX,qDAEd,IAAA,EAAM,SAAA,EAFmB;EAIzB,cAAA,EAAgB,CAAA,SAAA;EAEhB,eAAA,GAAkB,YAAA,CAAa,CAAA,KAAb;EAElB,iBAAA,GAAoB,SAAA,EAEa;EAAjC,iBAAA,GAAoB,YAAA,CAAa,CAAA,KAEV;EAAvB,oBAAA,GAAuB,SAAA,EAEA;EAAvB,oBAAA,GAAuB,YAAA,CAAa,CAAA,KAIjB;EAFnB,iBAAA,GAAoB,SAAA,EAEQ;EAA5B,gBAAA,GAAmB,SAAA,EAlBM;EAoBzB,cAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;AA2DF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,MAAA,aAAoB,oBAAA;EAAsB,IAAA;EAAA,iBAAA;EAAA,eAAA;EAAA,iBAAA;EAAA,oBAAA;EAAA,oBAAA;EAAA,iBAAA;EAAA,gBAAA;EAAA,cAAA;EAAA;AAAA,GAWpD,WAAA,CAAY,CAAA,MAAE,kBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"mappings":";;;;;;;;;KAaK,WAAA,WAAsB,oBAAA;EAAX,qDAEd,IAAA,EAAM,SAAA,EAFmB;EAIzB,cAAA,EAAgB,CAAA,SAAA;EAEhB,eAAA,GAAkB,YAAA,CAAa,CAAA,KAAb;EAElB,iBAAA,GAAoB,SAAA,EAEa;EAAjC,iBAAA,GAAoB,YAAA,CAAa,CAAA,KAEV;EAAvB,oBAAA,GAAuB,SAAA,EAEA;EAAvB,oBAAA,GAAuB,YAAA,CAAa,CAAA,KAIjB;EAFnB,iBAAA,GAAoB,SAAA,EAEQ;EAA5B,gBAAA,GAAmB,SAAA,EAlBM;EAoBzB,cAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;AA2DF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,MAAA,aAAoB,oBAAA;EAAsB,IAAA;EAAA,iBAAA;EAAA,eAAA;EAAA,iBAAA;EAAA,oBAAA;EAAA,oBAAA;EAAA,iBAAA;EAAA,gBAAA;EAAA,cAAA;EAAA;AAAA,GAWpD,WAAA,CAAY,CAAA,MAAE,oBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -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_types0 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?: "text" | "primary" | "secondary" | "destructive" | "neutral";
9
- variant?: "default" | "bordered" | "ghost";
10
- } & class_variance_authority_types0.ClassProp) => string;
8
+ color?: "primary" | "secondary" | "destructive" | "neutral" | "text";
9
+ variant?: "default" | "ghost" | "bordered";
10
+ } & _$class_variance_authority_types0.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"],"mappings":";;;;;cAea,kBAAA,GAAkB,KAAA;;;;IA2B9B,+BAAA,CAAA,SAAA;AAAA,aAEW,cAAA;EACV,EAAA;EACA,EAAA;EACA,EAAA;AAAA;AAAA,aAGU,iBAAA;EACV,OAAA;EACA,QAAA;EACA,KAAA;AAAA;AAAA,KAGU,eAAA,GAAkB,cAAA,CAAe,cAAA,IAC3C,YAAA,QAAoB,kBAAA;EAClB,WAAA;EACA,UAAA;EACA,YAAA,GAAe,IAAA;EACf,aAAA;EACA,YAAA;EACA,eAAA;EACA,QAAA;AAAA;AAAA,cAwES,UAAA,EAAY,EAAA,CAAG,eAAA"}
1
+ {"version":3,"file":"Pagination.d.ts","names":[],"sources":["../../../../src/components/Pagination/Pagination.tsx"],"mappings":";;;;;cAea,kBAAA,GAAkB,KAAA;;;;IA2B9B,iCAAA,CAAA,SAAA;AAAA,aAEW,cAAA;EACV,EAAA;EACA,EAAA;EACA,EAAA;AAAA;AAAA,aAGU,iBAAA;EACV,OAAA;EACA,QAAA;EACA,KAAA;AAAA;AAAA,KAGU,eAAA,GAAkB,cAAA,CAAe,cAAA,IAC3C,YAAA,QAAoB,kBAAA;EAClB,WAAA;EACA,UAAA;EACA,YAAA,GAAe,IAAA;EACf,aAAA;EACA,YAAA;EACA,eAAA;EACA,QAAA;AAAA;AAAA,cAwES,UAAA,EAAY,EAAA,CAAG,eAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
1
+ import * as _$_intlayer_core_transpiler0 from "@intlayer/core/transpiler";
2
2
 
3
3
  //#region src/components/Pagination/pagination.content.d.ts
4
4
  declare const paginationContent: {
5
5
  key: string;
6
6
  content: {
7
- numberItemsSelector: _intlayer_core_transpiler0.TranslationContent<unknown, {
7
+ numberItemsSelector: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -24,7 +24,7 @@ declare const paginationContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }>;
27
- showingResults: _intlayer_core_transpiler0.InsertionContent<_intlayer_core_transpiler0.TranslationContent<unknown, {
27
+ showingResults: _$_intlayer_core_transpiler0.InsertionContent<_$_intlayer_core_transpiler0.TranslationContent<unknown, {
28
28
  ar: string;
29
29
  de: string;
30
30
  en: string;
@@ -44,7 +44,7 @@ declare const paginationContent: {
44
44
  vi: string;
45
45
  zh: string;
46
46
  }>>;
47
- selectPageSize: _intlayer_core_transpiler0.TranslationContent<unknown, {
47
+ selectPageSize: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
48
48
  en: string;
49
49
  fr: string;
50
50
  es: string;
@@ -64,7 +64,7 @@ declare const paginationContent: {
64
64
  vi: string;
65
65
  uk: string;
66
66
  }>;
67
- goToNextPage: _intlayer_core_transpiler0.TranslationContent<unknown, {
67
+ goToNextPage: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
68
68
  en: string;
69
69
  fr: string;
70
70
  es: string;
@@ -84,7 +84,7 @@ declare const paginationContent: {
84
84
  vi: string;
85
85
  uk: string;
86
86
  }>;
87
- goToPreviousPage: _intlayer_core_transpiler0.TranslationContent<unknown, {
87
+ goToPreviousPage: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
88
88
  en: string;
89
89
  fr: string;
90
90
  es: string;
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.content.d.ts","names":[],"sources":["../../../../src/components/Pagination/pagination.content.ts"],"mappings":";;;cAEM,iBAAA;;;yBA8GgB,0BAAA,CAAA,kBAAA"}
1
+ {"version":3,"file":"pagination.content.d.ts","names":[],"sources":["../../../../src/components/Pagination/pagination.content.ts"],"mappings":";;;cAEM,iBAAA;;;yBA8GgB,4BAAA,CAAA,kBAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
1
+ import * as _$_intlayer_core_transpiler0 from "@intlayer/core/transpiler";
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_core_transpiler0.TranslationContent<unknown, {
7
+ goBack: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  ru: string;
@@ -24,7 +24,7 @@ declare const rightDrawerContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }>;
27
- closeDrawer: _intlayer_core_transpiler0.TranslationContent<unknown, {
27
+ closeDrawer: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
28
28
  en: string;
29
29
  'en-GB': string;
30
30
  ru: string;
@@ -1 +1 @@
1
- {"version":3,"file":"rightDrawer.content.d.ts","names":[],"sources":["../../../../src/components/RightDrawer/rightDrawer.content.ts"],"mappings":";;;cAEM,kBAAA;;;YAgDgB,0BAAA,CAAA,kBAAA;;;;;;;;;;;;;;;;;;;;iBAAA,0BAAA,CAAA,kBAAA"}
1
+ {"version":3,"file":"rightDrawer.content.d.ts","names":[],"sources":["../../../../src/components/RightDrawer/rightDrawer.content.ts"],"mappings":";;;cAEM,kBAAA;;;YAgDgB,4BAAA,CAAA,kBAAA;;;;;;;;;;;;;;;;;;;;iBAAA,4BAAA,CAAA,kBAAA"}
@@ -1,4 +1,4 @@
1
- import * as react from "react";
1
+ import * as _$react from "react";
2
2
  import { ComponentProps, FC } from "react";
3
3
  import * as SelectPrimitive from "@radix-ui/react-select";
4
4
 
@@ -15,8 +15,8 @@ declare enum SelectContentPosition {
15
15
  ITEM_ALIGNED = "item-aligned"
16
16
  }
17
17
  declare const SelectRoot: FC<SelectPrimitive.SelectProps>;
18
- declare const SelectGroup: react.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & react.RefAttributes<HTMLDivElement>>;
19
- declare const SelectValue: react.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & react.RefAttributes<HTMLSpanElement>>;
18
+ declare const SelectGroup: _$react.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & _$react.RefAttributes<HTMLDivElement>>;
19
+ declare const SelectValue: _$react.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & _$react.RefAttributes<HTMLSpanElement>>;
20
20
  /**
21
21
  * Select trigger button component that displays the current selection and opens the dropdown
22
22
  *
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"mappings":";;;;;;;;AAiBA;;aAAY,qBAAA;EAEV;EAAA,MAAA;EAKI;EAHJ,YAAA;AAAA;AAAA,cAGI,UAAA,EAAU,EAAA,CAAA,eAAA,CAAA,WAAA;AAAA,cACV,WAAA,EAAW,KAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,KAAA,CAAA,aAAA,CAAA,cAAA;AAAA,cACX,WAAA,EAAW,KAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,KAAA,CAAA,aAAA,CAAA,eAAA;;;;AAFD;;;;;;;;;;;;;;cAqBV,aAAA,EAAe,EAAA,CACnB,cAAA,QAAsB,eAAA,CAAgB,OAAA;EArBvB;AAAA;;;;;;;;;EAgCb,sBAAA;AAAA;;;;;;AA/Ba;;;cA2FX,oBAAA,EAAsB,EAAA,CAC1B,cAAA,QAAsB,eAAA,CAAgB,cAAA;;;;;;;;;cAqBlC,sBAAA,EAAwB,EAAA,CAC5B,cAAA,QAAsB,eAAA,CAAgB,gBAAA;;;AAnFd;;;;;;;;;;;;;;AA6D4B;;cAqDzC,aAAA,EAAe,EAAA,CAC1B,cAAA,QAAsB,eAAA,CAAgB,OAAA;;;;;;;;;;;;AADxC;;;;;;;;;cA2Ea,WAAA,EAAa,EAAA,CAAG,cAAA,QAAsB,eAAA,CAAgB,KAAA;;;;;AAAnE;;;;;;;;;;;;cA0BM,UAAA,EAAY,EAAA,CAAG,cAAA,QAAsB,eAAA,CAAgB,IAAA;;AAlBzD;;;;;;;;;;;;;;AAwDF;;cAAa,eAAA,EAAiB,EAAA,CAC5B,cAAA,QAAsB,eAAA,CAAgB,SAAA;;;;KAenC,UAAA,UAAoB,UAAA;EAhBO,qDAkB9B,KAAA,SAAc,WAAA,EAjBd;EAmBA,KAAA,SAAc,WAAA,EAnBwB;EAqBtC,OAAA,SAAgB,aAAA,EArB+B;EAuB/C,cAAA,SAAuB,oBAAA,EARV;EAUb,gBAAA,SAAyB,sBAAA,EAVF;EAYvB,OAAA,SAAgB,aAAA,EARF;EAUd,KAAA,SAAc,WAAA,EANS;EAQvB,IAAA,SAAa,UAAA,EAJG;EAMhB,SAAA,SAAkB,eAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;AA4FpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,MAAA,EAAuB,UAAA"}
1
+ {"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"mappings":";;;;;;;;AAiBA;;aAAY,qBAAA;EAEV;EAAA,MAAA;EAKI;EAHJ,YAAA;AAAA;AAAA,cAGI,UAAA,EAAU,EAAA,CAAA,eAAA,CAAA,WAAA;AAAA,cACV,WAAA,EAAW,OAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,OAAA,CAAA,aAAA,CAAA,cAAA;AAAA,cACX,WAAA,EAAW,OAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,OAAA,CAAA,aAAA,CAAA,eAAA;;;;AAFD;;;;;;;;;;;;;;cAqBV,aAAA,EAAe,EAAA,CACnB,cAAA,QAAsB,eAAA,CAAgB,OAAA;EArBvB;AAAA;;;;;;;;;EAgCb,sBAAA;AAAA;;;;;;AA/Ba;;;cA2FX,oBAAA,EAAsB,EAAA,CAC1B,cAAA,QAAsB,eAAA,CAAgB,cAAA;;;;;;;;;cAqBlC,sBAAA,EAAwB,EAAA,CAC5B,cAAA,QAAsB,eAAA,CAAgB,gBAAA;;;AAnFd;;;;;;;;;;;;;;AA6D4B;;cAqDzC,aAAA,EAAe,EAAA,CAC1B,cAAA,QAAsB,eAAA,CAAgB,OAAA;;;;;;;;;;;;AADxC;;;;;;;;;cA2Ea,WAAA,EAAa,EAAA,CAAG,cAAA,QAAsB,eAAA,CAAgB,KAAA;;;;;AAAnE;;;;;;;;;;;;cA0BM,UAAA,EAAY,EAAA,CAAG,cAAA,QAAsB,eAAA,CAAgB,IAAA;;AAlBzD;;;;;;;;;;;;;;AAwDF;;cAAa,eAAA,EAAiB,EAAA,CAC5B,cAAA,QAAsB,eAAA,CAAgB,SAAA;;;;KAenC,UAAA,UAAoB,UAAA;EAhBO,qDAkB9B,KAAA,SAAc,WAAA,EAjBd;EAmBA,KAAA,SAAc,WAAA,EAnBwB;EAqBtC,OAAA,SAAgB,aAAA,EArB+B;EAuB/C,cAAA,SAAuB,oBAAA,EARV;EAUb,gBAAA,SAAyB,sBAAA,EAVF;EAYvB,OAAA,SAAgB,aAAA,EARF;EAUd,KAAA,SAAc,WAAA,EANS;EAQvB,IAAA,SAAa,UAAA,EAJG;EAMhB,SAAA,SAAkB,eAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;AA4FpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,MAAA,EAAuB,UAAA"}
@@ -0,0 +1,2 @@
1
+ import { BitbucketLogo } from "../TechLogo/logos/Bitbucket.js";
2
+ export { BitbucketLogo };
@@ -0,0 +1,2 @@
1
+ import { GitHubLogo } from "../TechLogo/logos/GitHub.js";
2
+ export { GitHubLogo };
@@ -0,0 +1,2 @@
1
+ import { GitLabLogo } from "../TechLogo/logos/GitLab.js";
2
+ export { GitLabLogo };
@@ -0,0 +1,2 @@
1
+ import { GoogleLogo } from "../TechLogo/logos/Google.js";
2
+ export { GoogleLogo };
@@ -1,7 +1,2 @@
1
- import { FC, SVGProps } from "react";
2
-
3
- //#region src/components/SocialNetworks/LinkedInLogo.d.ts
4
- declare const LinkedInLogo: FC<SVGProps<SVGSVGElement>>;
5
- //#endregion
6
- export { LinkedInLogo };
7
- //# sourceMappingURL=LinkedInLogo.d.ts.map
1
+ import { LinkedInLogo } from "../TechLogo/logos/LinkedIn.js";
2
+ export { LinkedInLogo };