@intlayer/design-system 7.5.8 → 7.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. package/README.md +9 -2
  2. package/dist/esm/components/Accordion/Accordion.mjs.map +1 -1
  3. package/dist/esm/components/Avatar/index.mjs.map +1 -1
  4. package/dist/esm/components/Badge/index.mjs.map +1 -1
  5. package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
  6. package/dist/esm/components/Browser/Browser.mjs.map +1 -1
  7. package/dist/esm/components/Button/Button.mjs +1 -1
  8. package/dist/esm/components/Button/Button.mjs.map +1 -1
  9. package/dist/esm/components/Carousel/index.content.mjs +70 -0
  10. package/dist/esm/components/Carousel/index.content.mjs.map +1 -0
  11. package/dist/esm/components/Carousel/index.mjs +271 -0
  12. package/dist/esm/components/Carousel/index.mjs.map +1 -0
  13. package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs.map +1 -1
  14. package/dist/esm/components/Command/index.mjs.map +1 -1
  15. package/dist/esm/components/Container/index.mjs +1 -1
  16. package/dist/esm/components/Container/index.mjs.map +1 -1
  17. package/dist/esm/components/ContentEditor/ContentEditor.mjs.map +1 -1
  18. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -1
  19. package/dist/esm/components/CopyToClipboard/index.mjs.map +1 -1
  20. package/dist/esm/components/DictionaryEditor/ItemLayout.mjs.map +1 -1
  21. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -1
  22. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +118 -104
  23. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
  24. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
  25. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  26. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
  27. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  28. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  29. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -1
  30. package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
  31. package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +1 -1
  32. package/dist/esm/components/DropDown/index.mjs.map +1 -1
  33. package/dist/esm/components/EditableField/EditableFieldLayout.mjs.map +1 -1
  34. package/dist/esm/components/ExpandCollapse/ExpandCollapse.mjs.map +1 -1
  35. package/dist/esm/components/Form/FormBase.mjs.map +1 -1
  36. package/dist/esm/components/Form/FormLabel.mjs.map +1 -1
  37. package/dist/esm/components/Form/elements/AutoSizeTextAreaElement.mjs.map +1 -1
  38. package/dist/esm/components/Form/elements/CheckboxElement.mjs.map +1 -1
  39. package/dist/esm/components/Form/elements/EditableFieldInputElement.mjs.map +1 -1
  40. package/dist/esm/components/Form/elements/EditableFieldTextAreaElement.mjs.map +1 -1
  41. package/dist/esm/components/Form/elements/InputElement.mjs.map +1 -1
  42. package/dist/esm/components/Form/elements/InputPasswordElement.mjs.map +1 -1
  43. package/dist/esm/components/Form/elements/MultiselectElement.mjs.map +1 -1
  44. package/dist/esm/components/Form/elements/OTPElement.mjs.map +1 -1
  45. package/dist/esm/components/Form/elements/SearchInputElement.mjs.map +1 -1
  46. package/dist/esm/components/Form/elements/SelectElement.mjs.map +1 -1
  47. package/dist/esm/components/Form/elements/SwitchSelectorElement.mjs.map +1 -1
  48. package/dist/esm/components/Form/elements/TextAreaElement.mjs.map +1 -1
  49. package/dist/esm/components/Form/layout/FormLabelLayout.mjs.map +1 -1
  50. package/dist/esm/components/Headers/index.mjs.map +1 -1
  51. package/dist/esm/components/HeightResizer/index.mjs +1 -1
  52. package/dist/esm/components/HeightResizer/index.mjs.map +1 -1
  53. package/dist/esm/components/HideShow/index.mjs.map +1 -1
  54. package/dist/esm/components/IDE/Code.mjs.map +1 -1
  55. package/dist/esm/components/IDE/CodeBlockClient.mjs.map +1 -1
  56. package/dist/esm/components/IDE/CodeBlockServer.mjs.map +1 -1
  57. package/dist/esm/components/IDE/CodeContext.mjs.map +1 -1
  58. package/dist/esm/components/IDE/CodeFormatSelector.mjs +4 -4
  59. package/dist/esm/components/IDE/CodeFormatSelector.mjs.map +1 -1
  60. package/dist/esm/components/IDE/ContentDeclarationFormatSelector.mjs +4 -4
  61. package/dist/esm/components/IDE/ContentDeclarationFormatSelector.mjs.map +1 -1
  62. package/dist/esm/components/IDE/CopyCode.mjs +1 -1
  63. package/dist/esm/components/IDE/FileTree.mjs.map +1 -1
  64. package/dist/esm/components/IDE/IDE.mjs.map +1 -1
  65. package/dist/esm/components/IDE/MonacoCode.mjs.map +1 -1
  66. package/dist/esm/components/IDE/PackageManagerSelector.mjs +5 -4
  67. package/dist/esm/components/IDE/PackageManagerSelector.mjs.map +1 -1
  68. package/dist/esm/components/IDE/selectors.content.mjs +120 -57
  69. package/dist/esm/components/IDE/selectors.content.mjs.map +1 -1
  70. package/dist/esm/components/InformationTag/index.mjs.map +1 -1
  71. package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
  72. package/dist/esm/components/Input/OTPInput.mjs.map +1 -1
  73. package/dist/esm/components/Input/SearchInput.mjs.map +1 -1
  74. package/dist/esm/components/KeyboardScreenAdapter/index.mjs.map +1 -1
  75. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +5 -3
  76. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs.map +1 -1
  77. package/dist/esm/components/Label/index.mjs.map +1 -1
  78. package/dist/esm/components/LanguageBackground/index.mjs +88 -0
  79. package/dist/esm/components/LanguageBackground/index.mjs.map +1 -0
  80. package/dist/esm/components/Link/Link.mjs +10 -53
  81. package/dist/esm/components/Link/Link.mjs.map +1 -1
  82. package/dist/esm/components/Loader/index.mjs.map +1 -1
  83. package/dist/esm/components/Loader/spinner.mjs.map +1 -1
  84. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
  85. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -1
  86. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +2 -0
  87. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
  88. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
  89. package/dist/esm/components/MaxHeightSmoother/index.mjs.map +1 -1
  90. package/dist/esm/components/MaxWidthSmoother/index.mjs.map +1 -1
  91. package/dist/esm/components/Modal/Modal.mjs +2 -2
  92. package/dist/esm/components/Modal/Modal.mjs.map +1 -1
  93. package/dist/esm/components/Navbar/Burger.mjs.map +1 -1
  94. package/dist/esm/components/Navbar/MobileNavbar.mjs.map +1 -1
  95. package/dist/esm/components/Navbar/index.mjs.map +1 -1
  96. package/dist/esm/components/Pagination/Pagination.mjs.map +1 -1
  97. package/dist/esm/components/Pattern/DotPattern.mjs.map +1 -1
  98. package/dist/esm/components/Pattern/GridPattern.mjs.map +1 -1
  99. package/dist/esm/components/Pattern/SpotLight.mjs.map +1 -1
  100. package/dist/esm/components/Popover/static.mjs.map +1 -1
  101. package/dist/esm/components/PressableSpan/PressableSpan.mjs.map +1 -1
  102. package/dist/esm/components/RightDrawer/RightDrawer.mjs +2 -2
  103. package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
  104. package/dist/esm/components/Select/Multiselect.mjs.map +1 -1
  105. package/dist/esm/components/Select/Select.mjs +1 -1
  106. package/dist/esm/components/Select/Select.mjs.map +1 -1
  107. package/dist/esm/components/SwitchSelector/index.mjs.map +1 -1
  108. package/dist/esm/components/Tab/Tab.mjs.map +1 -1
  109. package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
  110. package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -1
  111. package/dist/esm/components/Table/Table.mjs.map +1 -1
  112. package/dist/esm/components/Tag/index.mjs +2 -0
  113. package/dist/esm/components/Tag/index.mjs.map +1 -1
  114. package/dist/esm/components/Terminal/Terminal.mjs +2 -0
  115. package/dist/esm/components/Terminal/Terminal.mjs.map +1 -1
  116. package/dist/esm/components/TextArea/AutoSizeTextArea.mjs.map +1 -1
  117. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs.map +1 -1
  118. package/dist/esm/components/TextArea/TextArea.mjs.map +1 -1
  119. package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs.map +1 -1
  120. package/dist/esm/components/Toaster/Toast.mjs.map +1 -1
  121. package/dist/esm/components/WithResizer/index.mjs +1 -1
  122. package/dist/esm/components/WithResizer/index.mjs.map +1 -1
  123. package/dist/esm/components/index.mjs +6 -4
  124. package/dist/esm/hooks/index.mjs +7 -7
  125. package/dist/esm/hooks/reactQuery.mjs +42 -3
  126. package/dist/esm/hooks/reactQuery.mjs.map +1 -1
  127. package/dist/esm/hooks/useAuth/useSession.mjs +2 -2
  128. package/dist/esm/hooks/useAuth/useSession.mjs.map +1 -1
  129. package/dist/esm/providers/ReactQueryProvider.mjs +2 -2
  130. package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
  131. package/dist/types/components/Badge/index.d.ts +2 -2
  132. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  133. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  134. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  135. package/dist/types/components/Browser/Browser.d.ts +2 -2
  136. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  137. package/dist/types/components/Browser/browser.content.d.ts +17 -17
  138. package/dist/types/components/Browser/browser.content.d.ts.map +1 -1
  139. package/dist/types/components/Button/Button.d.ts +7 -7
  140. package/dist/types/components/Button/Button.d.ts.map +1 -1
  141. package/dist/types/components/Carousel/index.content.d.ts +135 -0
  142. package/dist/types/components/Carousel/index.content.d.ts.map +1 -0
  143. package/dist/types/components/Carousel/index.d.ts +21 -0
  144. package/dist/types/components/Carousel/index.d.ts.map +1 -0
  145. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +1 -1
  146. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  147. package/dist/types/components/Command/index.d.ts +16 -16
  148. package/dist/types/components/Command/index.d.ts.map +1 -1
  149. package/dist/types/components/Container/index.d.ts +7 -7
  150. package/dist/types/components/Container/index.d.ts.map +1 -1
  151. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  152. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  153. package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
  154. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -1
  155. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  156. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  157. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  158. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
  159. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  160. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  161. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  162. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  163. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  164. package/dist/types/components/DictionaryFieldEditor/StructureView/StructureView.d.ts.map +1 -1
  165. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  166. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts +1 -1
  167. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  168. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  169. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  170. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  171. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +4 -4
  172. package/dist/types/components/Form/FormBase.d.ts +2 -2
  173. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  174. package/dist/types/components/Form/FormField.d.ts +2 -2
  175. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  176. package/dist/types/components/Form/FormItem.d.ts +2 -2
  177. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  178. package/dist/types/components/Form/elements/AutoSizeTextAreaElement.d.ts +1 -1
  179. package/dist/types/components/Form/elements/CheckboxElement.d.ts +1 -2
  180. package/dist/types/components/Form/elements/CheckboxElement.d.ts.map +1 -1
  181. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +3 -3
  182. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  183. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +3 -3
  184. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  185. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  186. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  187. package/dist/types/components/Form/elements/InputElement.d.ts +1 -2
  188. package/dist/types/components/Form/elements/InputElement.d.ts.map +1 -1
  189. package/dist/types/components/Form/elements/InputPasswordElement.d.ts +1 -2
  190. package/dist/types/components/Form/elements/InputPasswordElement.d.ts.map +1 -1
  191. package/dist/types/components/Form/elements/MultiselectElement.d.ts +3 -3
  192. package/dist/types/components/Form/elements/OTPElement.d.ts +3 -3
  193. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  194. package/dist/types/components/Form/elements/SearchInputElement.d.ts +1 -2
  195. package/dist/types/components/Form/elements/SearchInputElement.d.ts.map +1 -1
  196. package/dist/types/components/Form/elements/SelectElement.d.ts +3 -3
  197. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +3 -3
  198. package/dist/types/components/Form/elements/TextAreaElement.d.ts +1 -1
  199. package/dist/types/components/HeightResizer/index.d.ts.map +1 -1
  200. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  201. package/dist/types/components/IDE/code.content.d.ts +5 -5
  202. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  203. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  204. package/dist/types/components/IDE/selectors.content.d.ts +130 -7
  205. package/dist/types/components/IDE/selectors.content.d.ts.map +1 -1
  206. package/dist/types/components/InformationTag/index.d.ts.map +1 -1
  207. package/dist/types/components/Input/Checkbox.d.ts +3 -3
  208. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  209. package/dist/types/components/Input/Input.d.ts +2 -2
  210. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  211. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  212. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  213. package/dist/types/components/KeyboardShortcut/KeyboardShortcut.d.ts +2 -0
  214. package/dist/types/components/KeyboardShortcut/KeyboardShortcut.d.ts.map +1 -1
  215. package/dist/types/components/LanguageBackground/index.d.ts +8 -0
  216. package/dist/types/components/LanguageBackground/index.d.ts.map +1 -0
  217. package/dist/types/components/Link/Link.d.ts +5 -91
  218. package/dist/types/components/Link/Link.d.ts.map +1 -1
  219. package/dist/types/components/Loader/index.content.d.ts +3 -3
  220. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  221. package/dist/types/components/Loader/spinner.d.ts +2 -2
  222. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  223. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  224. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  225. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  226. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  227. package/dist/types/components/MaxHeightSmoother/index.d.ts.map +1 -1
  228. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  229. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  230. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  231. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  232. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  233. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  234. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  235. package/dist/types/components/Navbar/index.d.ts +2 -2
  236. package/dist/types/components/Navbar/index.d.ts.map +1 -1
  237. package/dist/types/components/Pagination/Pagination.d.ts +1 -1
  238. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  239. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  240. package/dist/types/components/Pattern/DotPattern.d.ts.map +1 -1
  241. package/dist/types/components/Pattern/GridPattern.d.ts.map +1 -1
  242. package/dist/types/components/Pattern/SpotLight.d.ts.map +1 -1
  243. package/dist/types/components/PressableSpan/PressableSpan.d.ts.map +1 -1
  244. package/dist/types/components/RightDrawer/RightDrawer.d.ts.map +1 -1
  245. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
  246. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -1
  247. package/dist/types/components/Select/Select.d.ts +3 -3
  248. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  249. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  250. package/dist/types/components/SwitchSelector/index.d.ts +2 -2
  251. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  252. package/dist/types/components/Tab/Tab.d.ts +5 -5
  253. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  254. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  255. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  256. package/dist/types/components/TabSelector/TabSelector.d.ts +6 -6
  257. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  258. package/dist/types/components/Table/Table.d.ts.map +1 -1
  259. package/dist/types/components/Table/table.content.d.ts +3 -3
  260. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  261. package/dist/types/components/Tag/index.d.ts +6 -5
  262. package/dist/types/components/Tag/index.d.ts.map +1 -1
  263. package/dist/types/components/Terminal/Terminal.d.ts.map +1 -1
  264. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  265. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  266. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  267. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  268. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  269. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  270. package/dist/types/components/WithResizer/index.d.ts.map +1 -1
  271. package/dist/types/components/index.d.ts +7 -5
  272. package/dist/types/hooks/index.d.ts +3 -3
  273. package/dist/types/hooks/reactQuery.d.ts +9 -1
  274. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  275. package/dist/types/hooks/useItemSelector.d.ts.map +1 -1
  276. package/package.json +17 -17
@@ -1,6 +1,6 @@
1
- import { TextArea } from "../../TextArea/TextArea.js";
2
1
  import { FormElementProps } from "./FormElement.js";
3
2
  import { ComponentProps, FC } from "react";
3
+ import { TextArea } from "@components/TextArea/TextArea";
4
4
 
5
5
  //#region src/components/Form/elements/TextAreaElement.d.ts
6
6
  type TextAreaElementsProps = Omit<FormElementProps<typeof TextArea>, 'Element'> & Omit<ComponentProps<typeof TextArea> & {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/HeightResizer/index.tsx"],"sourcesContent":[],"mappings":";;;;;;AAYe;;;KAQV,kBAAA,GAsBiD;EAAlD;;AAsEJ;;;EAA4B,aAAA,EAAA,MAAA;EAAE;;;;;;;;;;;;;IAtE1B,kBAAkB,eAAe,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAsEzC,eAAe,GAAG,kBAAkB"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/HeightResizer/index.tsx"],"sourcesContent":[],"mappings":";;;;;;AAae;;;KAOV,kBAAA,GAsBiD;EAAlD;;AAsEJ;;;EAA4B,aAAA,EAAA,MAAA;EAAE;;;;;;;;;;;;;IAtE1B,kBAAkB,eAAe,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAsEzC,eAAe,GAAG,kBAAkB"}
@@ -1,4 +1,4 @@
1
- import * as react15 from "react";
1
+ import * as react16 from "react";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
 
4
4
  //#region src/components/IDE/CodeContext.d.ts
@@ -16,7 +16,7 @@ type CodeContextValue = {
16
16
  /**
17
17
  * Context that store the current locale on the client side
18
18
  */
19
- declare const CodeContext: react15.Context<CodeContextValue>;
19
+ declare const CodeContext: react16.Context<CodeContextValue>;
20
20
  /**
21
21
  * Hook that provides the current locale
22
22
  */
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types289 from "@intlayer/types";
1
+ import * as _intlayer_types0 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/IDE/code.content.d.ts
4
4
  declare const codeContent: {
5
5
  key: string;
6
6
  content: {
7
- title: _intlayer_types289.TypedNodeModel<_intlayer_types289.NodeType.Translation, {
7
+ title: _intlayer_types0.TypedNodeModel<_intlayer_types0.NodeType.Translation, {
8
8
  en: string;
9
9
  es: string;
10
10
  pt: string;
@@ -23,7 +23,7 @@ declare const codeContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types289.NodeType.Translation;
26
+ nodeType: _intlayer_types0.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const codeContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- description: _intlayer_types289.TypedNodeModel<_intlayer_types289.NodeType.Translation, {
48
+ description: _intlayer_types0.TypedNodeModel<_intlayer_types0.NodeType.Translation, {
49
49
  en: string;
50
50
  es: string;
51
51
  pt: string;
@@ -64,7 +64,7 @@ declare const codeContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: "translation" | _intlayer_types289.NodeType.Translation;
67
+ nodeType: _intlayer_types0.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"code.content.d.ts","names":[],"sources":["../../../../src/components/IDE/code.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,mCA8CgB,0CAAA"}
1
+ {"version":3,"file":"code.content.d.ts","names":[],"sources":["../../../../src/components/IDE/code.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,KAAA,iCA8CgB,wCAAA"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types17 from "@intlayer/types";
1
+ import * as _intlayer_types47 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/IDE/copyCode.content.d.ts
4
4
  declare const copyContentContent: {
5
5
  key: string;
6
6
  content: {
7
- title: _intlayer_types17.TypedNodeModel<_intlayer_types17.NodeType.Translation, {
7
+ title: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
8
8
  en: string;
9
9
  es: string;
10
10
  pt: string;
@@ -23,7 +23,7 @@ declare const copyContentContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types17.NodeType.Translation;
26
+ nodeType: _intlayer_types47.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -45,7 +45,7 @@ declare const copyContentContent: {
45
45
  vi: string;
46
46
  };
47
47
  }>;
48
- description: _intlayer_types17.TypedNodeModel<_intlayer_types17.NodeType.Translation, {
48
+ description: _intlayer_types47.TypedNodeModel<_intlayer_types47.NodeType.Translation, {
49
49
  en: string;
50
50
  es: string;
51
51
  pt: string;
@@ -64,7 +64,7 @@ declare const copyContentContent: {
64
64
  id: string;
65
65
  vi: string;
66
66
  }, {
67
- nodeType: "translation" | _intlayer_types17.NodeType.Translation;
67
+ nodeType: _intlayer_types47.NodeType.Translation | "translation";
68
68
  } & {
69
69
  translation: {
70
70
  en: string;
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types8 from "@intlayer/types";
1
+ import * as _intlayer_types206 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/IDE/selectors.content.d.ts
4
4
  declare const selectorsContent: {
5
5
  key: string;
6
6
  content: {
7
7
  packageManager: {
8
- label: _intlayer_types8.TypedNodeModel<_intlayer_types8.NodeType.Translation, {
8
+ placeholder: _intlayer_types206.TypedNodeModel<_intlayer_types206.NodeType.Translation, {
9
9
  en: string;
10
10
  es: string;
11
11
  pt: string;
@@ -24,7 +24,48 @@ declare const selectorsContent: {
24
24
  id: string;
25
25
  vi: string;
26
26
  }, {
27
- nodeType: "translation" | _intlayer_types8.NodeType.Translation;
27
+ nodeType: _intlayer_types206.NodeType.Translation | "translation";
28
+ } & {
29
+ translation: {
30
+ en: string;
31
+ es: string;
32
+ pt: string;
33
+ fr: string;
34
+ de: string;
35
+ it: string;
36
+ ja: string;
37
+ ko: string;
38
+ zh: string;
39
+ hi: string;
40
+ 'en-GB': string;
41
+ ru: string;
42
+ ar: string;
43
+ tr: string;
44
+ pl: string;
45
+ id: string;
46
+ vi: string;
47
+ };
48
+ }>;
49
+ label: _intlayer_types206.TypedNodeModel<_intlayer_types206.NodeType.Translation, {
50
+ en: string;
51
+ es: string;
52
+ pt: string;
53
+ fr: string;
54
+ de: string;
55
+ it: string;
56
+ ja: string;
57
+ ko: string;
58
+ zh: string;
59
+ hi: string;
60
+ 'en-GB': string;
61
+ ru: string;
62
+ ar: string;
63
+ tr: string;
64
+ pl: string;
65
+ id: string;
66
+ vi: string;
67
+ }, {
68
+ nodeType: _intlayer_types206.NodeType.Translation | "translation";
28
69
  } & {
29
70
  translation: {
30
71
  en: string;
@@ -48,7 +89,7 @@ declare const selectorsContent: {
48
89
  }>;
49
90
  };
50
91
  codeFormat: {
51
- label: _intlayer_types8.TypedNodeModel<_intlayer_types8.NodeType.Translation, {
92
+ placeholder: _intlayer_types206.TypedNodeModel<_intlayer_types206.NodeType.Translation, {
52
93
  en: string;
53
94
  es: string;
54
95
  pt: string;
@@ -67,7 +108,48 @@ declare const selectorsContent: {
67
108
  id: string;
68
109
  vi: string;
69
110
  }, {
70
- nodeType: "translation" | _intlayer_types8.NodeType.Translation;
111
+ nodeType: _intlayer_types206.NodeType.Translation | "translation";
112
+ } & {
113
+ translation: {
114
+ en: string;
115
+ es: string;
116
+ pt: string;
117
+ fr: string;
118
+ de: string;
119
+ it: string;
120
+ ja: string;
121
+ ko: string;
122
+ zh: string;
123
+ hi: string;
124
+ 'en-GB': string;
125
+ ru: string;
126
+ ar: string;
127
+ tr: string;
128
+ pl: string;
129
+ id: string;
130
+ vi: string;
131
+ };
132
+ }>;
133
+ label: _intlayer_types206.TypedNodeModel<_intlayer_types206.NodeType.Translation, {
134
+ en: string;
135
+ es: string;
136
+ pt: string;
137
+ fr: string;
138
+ de: string;
139
+ it: string;
140
+ ja: string;
141
+ ko: string;
142
+ zh: string;
143
+ hi: string;
144
+ 'en-GB': string;
145
+ ru: string;
146
+ ar: string;
147
+ tr: string;
148
+ pl: string;
149
+ id: string;
150
+ vi: string;
151
+ }, {
152
+ nodeType: _intlayer_types206.NodeType.Translation | "translation";
71
153
  } & {
72
154
  translation: {
73
155
  en: string;
@@ -91,7 +173,48 @@ declare const selectorsContent: {
91
173
  }>;
92
174
  };
93
175
  contentDeclarationFormat: {
94
- label: _intlayer_types8.TypedNodeModel<_intlayer_types8.NodeType.Translation, {
176
+ placeholder: _intlayer_types206.TypedNodeModel<_intlayer_types206.NodeType.Translation, {
177
+ en: string;
178
+ es: string;
179
+ pt: string;
180
+ fr: string;
181
+ de: string;
182
+ it: string;
183
+ ja: string;
184
+ ko: string;
185
+ zh: string;
186
+ hi: string;
187
+ 'en-GB': string;
188
+ ru: string;
189
+ ar: string;
190
+ tr: string;
191
+ pl: string;
192
+ id: string;
193
+ vi: string;
194
+ }, {
195
+ nodeType: _intlayer_types206.NodeType.Translation | "translation";
196
+ } & {
197
+ translation: {
198
+ en: string;
199
+ es: string;
200
+ pt: string;
201
+ fr: string;
202
+ de: string;
203
+ it: string;
204
+ ja: string;
205
+ ko: string;
206
+ zh: string;
207
+ hi: string;
208
+ 'en-GB': string;
209
+ ru: string;
210
+ ar: string;
211
+ tr: string;
212
+ pl: string;
213
+ id: string;
214
+ vi: string;
215
+ };
216
+ }>;
217
+ label: _intlayer_types206.TypedNodeModel<_intlayer_types206.NodeType.Translation, {
95
218
  en: string;
96
219
  es: string;
97
220
  pt: string;
@@ -110,7 +233,7 @@ declare const selectorsContent: {
110
233
  id: string;
111
234
  vi: string;
112
235
  }, {
113
- nodeType: "translation" | _intlayer_types8.NodeType.Translation;
236
+ nodeType: _intlayer_types206.NodeType.Translation | "translation";
114
237
  } & {
115
238
  translation: {
116
239
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"selectors.content.d.ts","names":[],"sources":["../../../../src/components/IDE/selectors.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,cAAA,EAuEgB"}
1
+ {"version":3,"file":"selectors.content.d.ts","names":[],"sources":["../../../../src/components/IDE/selectors.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,cAAA,EAgIgB"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/InformationTag/index.tsx"],"sourcesContent":[],"mappings":";;;;;;AAAmD;;KAO9C,0BAAA,GAA6B,iBAC1B,CAAN,KAAA,CAAM,cAAA,CAAe,WAAf,CAAA,EACN,WADM,CAAA;;;;AAwER;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,gBAAgB,GAAG"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/InformationTag/index.tsx"],"sourcesContent":[],"mappings":";;;;;;AACmD;;KAM9C,0BAAA,GAA6B,iBAC1B,CAAN,KAAA,CAAM,cAAA,CAAe,WAAf,CAAA,EACN,WADM,CAAA;;;;AAwER;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,gBAAgB,GAAG"}
@@ -1,14 +1,14 @@
1
1
  import { DetailedHTMLProps, FC, InputHTMLAttributes, ReactNode } from "react";
2
- import * as class_variance_authority_types5 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/Input/Checkbox.d.ts
6
6
  declare const checkboxVariants: (props?: {
7
7
  variant?: "default";
8
8
  size?: "sm" | "md" | "lg";
9
- color?: "custom" | "text" | "error" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "success";
9
+ color?: "error" | "primary" | "secondary" | "neutral" | "text" | "success" | "destructive" | "light" | "dark" | "custom";
10
10
  validationStyleEnabled?: "enabled" | "disabled";
11
- } & class_variance_authority_types5.ClassProp) => string;
11
+ } & class_variance_authority_types0.ClassProp) => string;
12
12
  declare enum CheckboxSize {
13
13
  SM = "sm",
14
14
  MD = "md",
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","names":[],"sources":["../../../../src/components/Input/Checkbox.tsx"],"sourcesContent":[],"mappings":";;;;;cASa,wBA+DY;;;EA/DZ,KAAA,CAAA,EAAA,QAAA,GAuDZ,MAAA,GAAA,OAAA,GAAA,SAAA,GAAA,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,SAAA;EAEW,sBAAY,CAAA,EAAA,SAAA,GAAA,UAAA;AAMxB,CAAA,GARC,+BAAA,CAAA,SAQwB,EAAA,GAAA,MAAA;AAab,aAnBA,YAAA;EAoB4B,EAAA,GAAA,IAAA;EAApB,EAAA,GAAA,IAAA;EAAuC,EAAA,GAAA,IAAA;;AAD/B,aAbhB,aAAA;EAmBF,OAAA,GAAA,SAAA;EAEc,SAAA,GAAA,WAAA;EAApB,WAAA,GAAA,aAAA;EADA,OAAA,GAAA,SAAA;EAIO,KAAA,GAAA,OAAA;EAAkB,IAAA,GAAA,MAAA;EACjB,IAAA,GAAA,MAAA;EAAmB,KAAA,GAAA,OAAA;EAAa,OAAA,GAAA,SAAA;EA8B/B,MAAA,GAAA,QAiBZ;;KA3DW,aAAA,GAAgB,KAC1B,kBAAkB,oBAAoB,mBAAmB;;;UAKjD;IACN,KACA,oBAAoB;SAGb,kBAAkB;UACjB,mBAAmB;;;cA8BlB,UAAU,GAAG"}
1
+ {"version":3,"file":"Checkbox.d.ts","names":[],"sources":["../../../../src/components/Input/Checkbox.tsx"],"sourcesContent":[],"mappings":";;;;;cASa,wBA+DY;;;EA/DZ,KAAA,CAAA,EAAA,OAAA,GAAA,SAuDZ,GAAA,WAAA,GAAA,SAAA,GAAA,MAAA,GAAA,SAAA,GAAA,aAAA,GAAA,OAAA,GAAA,MAAA,GAAA,QAAA;EAEW,sBAAY,CAAA,EAAA,SAAA,GAAA,UAAA;AAMxB,CAAA,GARC,+BAAA,CAAA,SAQwB,EAAA,GAAA,MAAA;AAab,aAnBA,YAAA;EAoB4B,EAAA,GAAA,IAAA;EAApB,EAAA,GAAA,IAAA;EAAuC,EAAA,GAAA,IAAA;;AAD/B,aAbhB,aAAA;EAmBF,OAAA,GAAA,SAAA;EAEc,SAAA,GAAA,WAAA;EAApB,WAAA,GAAA,aAAA;EADA,OAAA,GAAA,SAAA;EAIO,KAAA,GAAA,OAAA;EAAkB,IAAA,GAAA,MAAA;EACjB,IAAA,GAAA,MAAA;EAAmB,KAAA,GAAA,OAAA;EAAa,OAAA,GAAA,SAAA;EA8B/B,MAAA,GAAA,QAiBZ;;KA3DW,aAAA,GAAgB,KAC1B,kBAAkB,oBAAoB,mBAAmB;;;UAKjD;IACN,KACA,oBAAoB;SAGb,kBAAkB;UACjB,mBAAmB;;;cA8BlB,UAAU,GAAG"}
@@ -1,5 +1,5 @@
1
1
  import { DetailedHTMLProps, FC, InputHTMLAttributes } from "react";
2
- import * as class_variance_authority_types6 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/Input/Input.d.ts
@@ -7,7 +7,7 @@ declare const inputVariants: (props?: {
7
7
  variant?: "default" | "invisible";
8
8
  size?: "sm" | "md" | "lg";
9
9
  validationStyleEnabled?: "enabled" | "disabled";
10
- } & class_variance_authority_types6.ClassProp) => string;
10
+ } & class_variance_authority_types0.ClassProp) => string;
11
11
  declare enum InputVariant {
12
12
  DEFAULT = "default",
13
13
  INVISIBLE = "invisible",
@@ -1,9 +1,9 @@
1
1
  import { ButtonProps } from "../Button/Button.js";
2
2
  import "../Button/index.js";
3
- import * as react16 from "react";
3
+ import * as react0 from "react";
4
4
  import { ComponentProps, FC, InputHTMLAttributes, ReactNode, RefObject } from "react";
5
- import * as class_variance_authority_types8 from "class-variance-authority/types";
6
- import * as react_jsx_runtime4 from "react/jsx-runtime";
5
+ import * as class_variance_authority_types1 from "class-variance-authority/types";
6
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
7
7
 
8
8
  //#region src/components/Input/OTPInput.d.ts
9
9
  type SlotProps = {
@@ -54,17 +54,17 @@ declare const usePasswordManagerBadge: ({
54
54
  PWM_BADGE_SPACE_WIDTH: "40px";
55
55
  };
56
56
  declare const usePrevious: <T>(value: T) => T | undefined;
57
- declare const OTPInputContext: react16.Context<RenderProps>;
57
+ declare const OTPInputContext: react0.Context<RenderProps>;
58
58
  declare const OTPInput: FC<OTPInputProps>;
59
59
  type InputOTPProps = Omit<ComponentProps<typeof OTPInput>, 'children'>;
60
60
  declare const inputSlotVariants: (props?: {
61
61
  size?: "sm" | "md" | "lg" | "xl";
62
- } & class_variance_authority_types8.ClassProp) => string;
62
+ } & class_variance_authority_types1.ClassProp) => string;
63
63
  declare const InputOTP: FC<InputOTPProps>;
64
64
  declare const InputOTPGroup: ({
65
65
  className,
66
66
  ...props
67
- }: ComponentProps<"div">) => react_jsx_runtime4.JSX.Element;
67
+ }: ComponentProps<"div">) => react_jsx_runtime1.JSX.Element;
68
68
  type InputOTPSlotProps = Omit<ButtonProps, 'variant' | 'label'> & {
69
69
  index: number;
70
70
  };
@@ -1 +1 @@
1
- {"version":3,"file":"OTPInput.d.ts","names":[],"sources":["../../../../src/components/Input/OTPInput.tsx"],"sourcesContent":[],"mappings":"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"}
1
+ {"version":3,"file":"OTPInput.d.ts","names":[],"sources":["../../../../src/components/Input/OTPInput.tsx"],"sourcesContent":[],"mappings":"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"}
@@ -1,11 +1,11 @@
1
1
  import { InputProps } from "./Input.js";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Input/SearchInput.d.ts
5
5
  declare const SearchInput: ({
6
6
  className,
7
7
  ...props
8
- }: InputProps) => react_jsx_runtime5.JSX.Element;
8
+ }: InputProps) => react_jsx_runtime0.JSX.Element;
9
9
  //#endregion
10
10
  export { SearchInput };
11
11
  //# sourceMappingURL=SearchInput.d.ts.map
@@ -65,6 +65,8 @@ type KeyboardShortcutProps = {
65
65
  onTriggered?: () => void;
66
66
  /** Whether to display the shortcut visually (default: true) */
67
67
  display?: boolean;
68
+ /** Whether to disable the shortcut trigger (default: false) */
69
+ disabled?: boolean;
68
70
  /** Additional CSS classes */
69
71
  className?: string;
70
72
  /** Size of the keyboard shortcut display */
@@ -1 +1 @@
1
- {"version":3,"file":"KeyboardShortcut.d.ts","names":[],"sources":["../../../../src/components/KeyboardShortcut/KeyboardShortcut.tsx"],"sourcesContent":[],"mappings":";;;;;;AASA;AAqDY,aArDA,OAAA;EAuDA,GAAA,GAAA,QAAA;EA6IC,IAAA,GAAA,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA/ID,oBAAA;KAEA,qBAAA;;YAEA;;;;;;;;;;;;;;;;;;;;;;;;cA2IC,kBAAkB,GAAG"}
1
+ {"version":3,"file":"KeyboardShortcut.d.ts","names":[],"sources":["../../../../src/components/KeyboardShortcut/KeyboardShortcut.tsx"],"sourcesContent":[],"mappings":";;;;;;AASA;AAqDY,aArDA,OAAA;EAuDA,GAAA,GAAA,QAAA;EA+IC,IAAA,GAAA,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAjJD,oBAAA;KAEA,qBAAA;;YAEA;;;;;;;;;;;;;;;;;;;;;;;;;;cA6IC,kBAAkB,GAAG"}
@@ -0,0 +1,8 @@
1
+ import { FC, HTMLAttributes, PropsWithChildren } from "react";
2
+
3
+ //#region src/components/LanguageBackground/index.d.ts
4
+ declare const LanguageSection: FC<HTMLAttributes<HTMLElement>>;
5
+ declare const LanguageBackground: FC<PropsWithChildren>;
6
+ //#endregion
7
+ export { LanguageBackground, LanguageSection };
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/LanguageBackground/index.tsx"],"sourcesContent":[],"mappings":";;;cAgFa,iBAAiB,GAAG,eAAe;cA6BnC,oBAAoB,GAAG"}
@@ -1,57 +1,35 @@
1
1
  import { AnchorHTMLAttributes, DetailedHTMLProps, FC, ReactNode } from "react";
2
- import * as class_variance_authority_types10 from "class-variance-authority/types";
2
+ import * as class_variance_authority_types9 from "class-variance-authority/types";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import { LocalesValues } from "@intlayer/types";
5
5
 
6
6
  //#region src/components/Link/Link.d.ts
7
-
8
7
  /**
9
8
  * Visual style variants for Link component
10
- *
11
- * @enum {string}
12
9
  */
13
10
  declare enum LinkVariant {
14
- /** Default underlined link with hover effects */
15
11
  DEFAULT = "default",
16
- /** Link without visible underline or hover effects */
17
12
  INVISIBLE_LINK = "invisible-link",
18
- /** Button-styled link with solid background */
19
13
  BUTTON = "button",
20
- /** Button-styled link with outlined border */
21
14
  BUTTON_OUTLINED = "button-outlined",
22
- /** Link with subtle hover background effect */
23
15
  HOVERABLE = "hoverable",
24
16
  }
25
17
  /**
26
18
  * Color theme variants for Link component
27
- *
28
- * @enum {string}
29
19
  */
30
20
  declare enum LinkColor {
31
- /** Primary brand color */
32
21
  PRIMARY = "primary",
33
- /** Secondary brand color */
34
22
  SECONDARY = "secondary",
35
- /** Destructive/danger color for critical actions */
36
23
  DESTRUCTIVE = "destructive",
37
- /** Neutral/muted color for less prominent links */
38
24
  NEUTRAL = "neutral",
39
- /** Light color for dark backgrounds */
40
25
  LIGHT = "light",
41
- /** Dark color for light backgrounds */
42
26
  DARK = "dark",
43
- /** Default text color */
44
27
  TEXT = "text",
45
- /** Inverse text color for opposite backgrounds */
46
28
  TEXT_INVERSE = "text-inverse",
47
- /** Error/red color for error states */
48
29
  ERROR = "error",
49
- /** Success/green color for positive actions */
50
30
  SUCCESS = "success",
51
- /** Custom color - no default styling applied */
52
31
  CUSTOM = "custom",
53
32
  }
54
- /** Available rounded corner sizes for the container */
55
33
  declare enum LinkRoundedSize {
56
34
  NONE = "none",
57
35
  SM = "sm",
@@ -69,94 +47,30 @@ declare enum LinkSize {
69
47
  XL = "xl",
70
48
  CUSTOM = "custom",
71
49
  }
72
- /**
73
- * Underline style options for Link component
74
- *
75
- * @enum {string}
76
- */
77
50
  declare enum LinkUnderlined {
78
- /** Default underline behavior based on variant */
79
51
  DEFAULT = "default",
80
- /** Always show underline */
81
52
  TRUE = "true",
82
- /** Never show underline */
83
53
  FALSE = "false",
84
54
  }
85
- /**
86
- * Class variance authority configuration for Link component styling
87
- * Defines the visual appearance based on variant, color, and underline options
88
- */
89
55
  declare const linkVariants: (props?: {
90
56
  variant?: "default" | "invisible-link" | "hoverable" | "button" | "button-outlined";
91
- roundedSize?: "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "full";
92
- color?: "error" | "custom" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "text-inverse" | "success";
93
- size?: "sm" | "md" | "lg" | "xl" | "custom";
57
+ roundedSize?: "lg" | "none" | "md" | "sm" | "xl" | "2xl" | "3xl" | "full";
58
+ color?: "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text-inverse" | "error" | "success" | "custom";
59
+ size?: "lg" | "md" | "sm" | "xl" | "custom";
94
60
  underlined?: boolean | LinkUnderlined.DEFAULT;
95
- } & class_variance_authority_types10.ClassProp) => string;
96
- /**
97
- * Props interface for the Link component
98
- *
99
- * @interface LinkProps
100
- * @extends {DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>}
101
- * @extends {VariantProps<typeof linkVariants>}
102
- */
61
+ } & class_variance_authority_types9.ClassProp) => string;
103
62
  type LinkProps = DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> & VariantProps<typeof linkVariants> & {
104
- /**
105
- * Accessible label for screen readers (required)
106
- * Provides context about what the link does or where it leads
107
- * @example "Navigate to home page"
108
- */
109
63
  label: string;
110
- /**
111
- * Whether this link opens in a new tab/window
112
- * When true, adds target="_blank" and security attributes
113
- * Auto-detected for URLs starting with http/https when undefined
114
- * @default undefined (auto-detect based on href)
115
- */
116
64
  isExternalLink?: boolean;
117
- /**
118
- * If a link is a page section as '#id'
119
- * @default false
120
- */
121
65
  isPageSection?: boolean;
122
- /**
123
- * Whether this link represents the current page/active state
124
- * Adds aria-current="page" for accessibility
125
- * @default false
126
- */
127
66
  isActive?: boolean;
128
- /**
129
- * Locale for internationalized URLs
130
- * When provided, URLs are automatically localized using Intlayer
131
- * @example 'fr', 'es', 'en'
132
- */
133
67
  locale?: LocalesValues;
134
68
  };
135
- /**
136
- * Utility function to determine if a link should be treated as external
137
- *
138
- * @param props - Link component props containing href and isExternalLink
139
- * @returns {boolean} True if the link should open externally
140
- *
141
- * @example
142
- * ```tsx
143
- * checkIsExternalLink({ href: '[https://example.com](https://example.com)' }) // true
144
- * checkIsExternalLink({ href: '/internal-page' }) // false
145
- * checkIsExternalLink({ href: '/page', isExternalLink: true }) // true
146
- * ```
147
- */
148
69
  declare const checkIsExternalLink: ({
149
70
  href,
150
71
  isExternalLink: isExternalLinkProp
151
72
  }: LinkProps) => boolean;
152
73
  declare const isTextChildren: (children: ReactNode) => boolean;
153
- /**
154
- * Link Component
155
- *
156
- * A versatile link component that handles both internal and external navigation
157
- * with comprehensive internationalization support and multiple visual variants.
158
- * ...
159
- */
160
74
  declare const Link: FC<LinkProps>;
161
75
  //#endregion
162
76
  export { Link, LinkColor, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, checkIsExternalLink, isTextChildren, linkVariants };
@@ -1 +1 @@
1
- {"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AAkBA;AAkBA;AA0BY,aA5CA,WAAA;EAuDA;EAaA,OAAA,GAAA,SAAc;EAab;EA0JD,cAAS,GAAA,gBAAA;EACE;EAArB,MAAA,GAAA,QAAA;EACA;EAFsB,eAAA,GAAA,iBAAA;EAIF;EAApB,SAAA,GAAA,WAAA;;;AAkDF;;;;AAGY,aAlRA,SAAA;EA6RC;EA4BA,OA6DZ,GAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;aA5VW,eAAA;;;;;;;;;;aAWA,QAAA;;;;;;;;;;;;aAaA,cAAA;;;;;;;;;;;;cAaC;;;;;yBAiJZ,cAAA,CAAA;IAAA,gCAAA,CAAA;;;;;;;;KASW,SAAA,GAAY,kBACtB,qBAAqB,oBACrB,qBAEA,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkCT;;;;;;;;;;;;;;;cAgBA;;kBAAuB;GAGjC;cAWU,2BAA4B;;;;;;;;cA4B5B,MAAM,GAAG"}
1
+ {"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAgBY,aAAA,WAAA;EAWA,OAAA,GAAA,SAAS;EAcT,cAAA,GAAA,gBAAe;EAWf,MAAA,GAAA,QAAQ;EAQR,eAAA,GAAc,iBAAA;EAMb,SAAA,GAAA,WAwKZ;AAED;;;;AAAwB,aAjNZ,SAAA;EAqNU,OAAA,GAAA,SAAA;EAApB,SAAA,GAAA,WAAA;EAKW,WAAA,GAAA,aAAA;EAAa,OAAA,GAAA,SAAA;EAGb,KAAA,GAAA,OAAA;EAAuB,IAAA,GAAA,MAAA;EAAA,IAAA,GAAA,MAAA;EAGjC,YAAA,GAAA,cAAA;EAAS,KAAA,GAAA,OAAA;EAWC,OAAA,GAAA,SAaZ;EAEY,MAAA,GA6DZ,QAAA;;aAzSW,eAAA;;;;;;;;;;aAWA,QAAA;;;;;;;aAQA,cAAA;;;;;cAMC;;;;;yBAwKZ,cAAA,CAAA;IAAA,+BAAA,CAAA;KAEW,SAAA,GAAY,kBACtB,qBAAqB,oBACrB,qBAEA,oBAAoB;;;;;WAKT;;cAGA;;kBAAuB;GAGjC;cAWU,2BAA4B;cAe5B,MAAM,GAAG"}
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types343 from "@intlayer/types";
1
+ import * as _intlayer_types59 from "@intlayer/types";
2
2
 
3
3
  //#region src/components/Loader/index.content.d.ts
4
4
  declare const loaderContent: {
5
5
  key: string;
6
6
  content: {
7
- label: _intlayer_types343.TypedNodeModel<_intlayer_types343.NodeType.Translation, {
7
+ label: _intlayer_types59.TypedNodeModel<_intlayer_types59.NodeType.Translation, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -23,7 +23,7 @@ declare const loaderContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  }, {
26
- nodeType: "translation" | _intlayer_types343.NodeType.Translation;
26
+ nodeType: _intlayer_types59.NodeType.Translation | "translation";
27
27
  } & {
28
28
  translation: {
29
29
  en: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Loader/index.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,KAAA,mCA2BS,0CAAA"}
1
+ {"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Loader/index.content.ts"],"sourcesContent":[],"mappings":";;;cAEa;;;IAAA,KAAA,kCA2BS,yCAAA"}
@@ -1,5 +1,5 @@
1
1
  import { SVGProps } from "react";
2
- import * as react_jsx_runtime14 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime8 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Loader/spinner.d.ts
5
5
  /**
@@ -64,7 +64,7 @@ type SpinnerProps = SVGProps<SVGSVGElement> & {
64
64
  declare const Spinner: ({
65
65
  className,
66
66
  strokeWidth
67
- }: SpinnerProps) => react_jsx_runtime14.JSX.Element;
67
+ }: SpinnerProps) => react_jsx_runtime8.JSX.Element;
68
68
  //#endregion
69
69
  export { Spinner };
70
70
  //# sourceMappingURL=spinner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"spinner.d.ts","names":[],"sources":["../../../../src/components/Loader/spinner.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAAsC,KAMjC,YAAA,GAAe,QAAH,CAAY,aAAA,CAAA,GAAA;EAyDhB;EAAW,WAAA,CAAA,EAAA,MAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAX;;;GAA2C,iBAAY,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"spinner.d.ts","names":[],"sources":["../../../../src/components/Loader/spinner.tsx"],"sourcesContent":[],"mappings":";;;;;;;AACsC,KAKjC,YAAA,GAAe,QAAH,CAAY,aAAA,CAAA,GAAA;EAyDhB;EAAW,WAAA,CAAA,EAAA,MAAA;CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAX;;;GAA2C,iBAAY,kBAAA,CAAA,GAAA,CAAA"}