@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 +1 @@
1
- {"version":3,"file":"CollapsibleTable.d.ts","names":[],"sources":["../../../../src/components/CollapsibleTable/CollapsibleTable.tsx"],"mappings":";;;;;cASM,wBAAA,GAAwB,KAAA;;;;IA+B7B,+BAAA,CAAA,SAAA;AAAA,UA8CgB,qBAAA,SACP,IAAA,CAAK,cAAA,CAAe,WAAA,aAC1B,YAAA,QAAoB,wBAAA;;EAEtB,KAAA;;EAEA,IAAA,EAAM,MAAA;;EAEN,SAAA;;EAEA,eAAA;EAVe;EAYf,gBAAA;;EAEA,cAAA;EAba;EAeb,WAAA;EAVM;EAYN,WAAA;EAoBwB;EAlBxB,WAAA;EAgBkB;EAdlB,eAAA;EApBE;EAsBF,UAAA;EAtBc;EAwBd,cAAA,IAAkB,QAAA;EAzBL;EA2Bb,UAAA,GAAa,SAAA;EA1BX;EA4BF,WAAA;EA1BA;EA4BA,YAAA;EA1BM;EA4BN,WAAA;EAxBA;EA0BA,eAAA,GAAkB,MAAA,UAEf,KAAA,WAAgB,GAAA,EAAK,MAAA,sBAA4B,SAAA;EAxBpD;EA2BA,QAAA;EAvBA;EAyBA,YAAA;EArBA;EAuBA,SAAA;AAAA;;;;;cAOW,gBAAA,EAAkB,EAAA,CAAG,qBAAA"}
1
+ {"version":3,"file":"CollapsibleTable.d.ts","names":[],"sources":["../../../../src/components/CollapsibleTable/CollapsibleTable.tsx"],"mappings":";;;;;cASM,wBAAA,GAAwB,KAAA;;;;IA+B7B,iCAAA,CAAA,SAAA;AAAA,UA8CgB,qBAAA,SACP,IAAA,CAAK,cAAA,CAAe,WAAA,aAC1B,YAAA,QAAoB,wBAAA;;EAEtB,KAAA;;EAEA,IAAA,EAAM,MAAA;;EAEN,SAAA;;EAEA,eAAA;EAVe;EAYf,gBAAA;;EAEA,cAAA;EAba;EAeb,WAAA;EAVM;EAYN,WAAA;EAoBwB;EAlBxB,WAAA;EAgBkB;EAdlB,eAAA;EApBE;EAsBF,UAAA;EAtBc;EAwBd,cAAA,IAAkB,QAAA;EAzBL;EA2Bb,UAAA,GAAa,SAAA;EA1BX;EA4BF,WAAA;EA1BA;EA4BA,YAAA;EA1BM;EA4BN,WAAA;EAxBA;EA0BA,eAAA,GAAkB,MAAA,UAEf,KAAA,WAAgB,GAAA,EAAK,MAAA,sBAA4B,SAAA;EAxBpD;EA2BA,QAAA;EAvBA;EAyBA,YAAA;EArBA;EAuBA,SAAA;AAAA;;;;;cAOW,gBAAA,EAAkB,EAAA,CAAG,qBAAA"}
@@ -1,6 +1,6 @@
1
- import * as react from "react";
1
+ import * as _$react from "react";
2
2
  import { ComponentProps, FC, HTMLAttributes } from "react";
3
- import * as react_jsx_runtime0 from "react/jsx-runtime";
3
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
4
4
  import { DialogProps } from "@radix-ui/react-dialog";
5
5
  import { Command as Command$1 } from "cmdk";
6
6
 
@@ -25,33 +25,33 @@ declare const CommandRoot: FC<ComponentProps<typeof Command$1>>;
25
25
  */
26
26
  declare const Command: {
27
27
  Dialog: FC<DialogProps>;
28
- Input: FC<Omit<Pick<Pick<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof react.InputHTMLAttributes<HTMLInputElement>> & {
28
+ Input: FC<Omit<Pick<Pick<_$react.DetailedHTMLProps<_$react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof _$react.InputHTMLAttributes<HTMLInputElement>> & {
29
29
  ref?: React.Ref<HTMLInputElement>;
30
30
  } & {
31
31
  asChild?: boolean;
32
- }, "key" | keyof react.InputHTMLAttributes<HTMLInputElement> | "asChild">, "type" | "value" | "onChange"> & {
32
+ }, "key" | keyof _$react.InputHTMLAttributes<HTMLInputElement> | "asChild">, "onChange" | "value" | "type"> & {
33
33
  value?: string;
34
34
  onValueChange?: (search: string) => void;
35
- } & react.RefAttributes<HTMLInputElement>>;
35
+ } & _$react.RefAttributes<HTMLInputElement>>;
36
36
  List: FC<{
37
37
  children?: React.ReactNode;
38
- } & Pick<Pick<react.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
38
+ } & Pick<Pick<_$react.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
39
39
  ref?: React.Ref<HTMLDivElement>;
40
40
  } & {
41
41
  asChild?: boolean;
42
42
  }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & {
43
43
  label?: string;
44
- } & react.RefAttributes<HTMLDivElement>>;
44
+ } & _$react.RefAttributes<HTMLDivElement>>;
45
45
  Empty: FC<{
46
46
  children?: React.ReactNode;
47
- } & Pick<Pick<react.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
47
+ } & Pick<Pick<_$react.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
48
48
  ref?: React.Ref<HTMLDivElement>;
49
49
  } & {
50
50
  asChild?: boolean;
51
- }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & react.RefAttributes<HTMLDivElement>>;
51
+ }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & _$react.RefAttributes<HTMLDivElement>>;
52
52
  Group: FC<{
53
53
  children?: React.ReactNode;
54
- } & Omit<Pick<Pick<react.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
54
+ } & Omit<Pick<Pick<_$react.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
55
55
  ref?: React.Ref<HTMLDivElement>;
56
56
  } & {
57
57
  asChild?: boolean;
@@ -59,31 +59,31 @@ declare const Command: {
59
59
  heading?: React.ReactNode;
60
60
  value?: string;
61
61
  forceMount?: boolean;
62
- } & react.RefAttributes<HTMLDivElement>>;
63
- Separator: FC<Pick<Pick<react.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
62
+ } & _$react.RefAttributes<HTMLDivElement>>;
63
+ Separator: FC<Pick<Pick<_$react.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
64
64
  ref?: React.Ref<HTMLDivElement>;
65
65
  } & {
66
66
  asChild?: boolean;
67
67
  }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & {
68
68
  alwaysRender?: boolean;
69
- } & react.RefAttributes<HTMLDivElement>>;
69
+ } & _$react.RefAttributes<HTMLDivElement>>;
70
70
  Item: FC<{
71
71
  children?: React.ReactNode;
72
- } & Omit<Pick<Pick<react.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
72
+ } & Omit<Pick<Pick<_$react.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
73
73
  ref?: React.Ref<HTMLDivElement>;
74
74
  } & {
75
75
  asChild?: boolean;
76
- }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "disabled" | "value" | "onSelect"> & {
76
+ }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "onSelect" | "disabled" | "value"> & {
77
77
  disabled?: boolean;
78
78
  onSelect?: (value: string) => void;
79
79
  value?: string;
80
80
  keywords?: string[];
81
81
  forceMount?: boolean;
82
- } & react.RefAttributes<HTMLDivElement>>;
82
+ } & _$react.RefAttributes<HTMLDivElement>>;
83
83
  Shortcut: ({
84
84
  className,
85
85
  ...props
86
- }: HTMLAttributes<HTMLSpanElement>) => react_jsx_runtime0.JSX.Element;
86
+ }: HTMLAttributes<HTMLSpanElement>) => _$react_jsx_runtime0.JSX.Element;
87
87
  propTypes?: any;
88
88
  displayName?: string | undefined;
89
89
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Command/index.tsx"],"mappings":";;;;;;;cAaa,WAAA,EAAa,EAAA,CAAG,cAAA,QAAsB,SAAA;;;;AAAnD;;;;;;;;;;;;;AAuHA;cAAa,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA7BV,cAAA,CAAe,eAAA,MAAgB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Command/index.tsx"],"mappings":";;;;;;;cAaa,WAAA,EAAa,EAAA,CAAG,cAAA,QAAsB,SAAA;;;;AAAnD;;;;;;;;;;;;;AAuHA;cAAa,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA7BV,cAAA,CAAe,eAAA,MAAgB,oBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,5 +1,5 @@
1
1
  import { DetailedHTMLProps, FC, HTMLAttributes, PropsWithChildren } 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/Container/index.d.ts
@@ -13,10 +13,10 @@ declare const containerVariants: (props?: {
13
13
  padding?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
14
14
  separator?: "both" | "without" | "x" | "y";
15
15
  border?: "none" | "with";
16
- borderColor?: "error" | "success" | "text" | "primary" | "secondary" | "neutral" | "card" | "warning";
16
+ borderColor?: "error" | "success" | "primary" | "secondary" | "neutral" | "text" | "card" | "warning";
17
17
  background?: "none" | "hoverable" | "with";
18
18
  gap?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
19
- } & class_variance_authority_types0.ClassProp) => string;
19
+ } & _$class_variance_authority_types0.ClassProp) => string;
20
20
  /** Available rounded corner sizes for the container */
21
21
  declare enum ContainerRoundedSize {
22
22
  NONE = "none",
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Container/index.tsx"],"mappings":";;;;;;;;AAaA;cAAa,iBAAA,GAAiB,KAAA;;;;;;;;;IAmF5B,+BAAA,CAAA,SAAA;;aAGU,oBAAA;EACV,IAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EAAA;EAAA;EAAA;EAAA;EAKA,IAAA;AAAA;;aAIU,qBAAA;EACV,IAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,IAAA;AAAA;;aAIU,gBAAA;EACV,IAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;AAAA;;aAIU,kBAAA;EACV,OAAA;EACA,CAAA;EACA,CAAA;EACA,IAAA;AAAA;;aAIU,oBAAA;EACV,OAAA;EACA,SAAA;EACA,OAAA;EACA,IAAA;EACA,IAAA;EACA,KAAA;EACA,OAAA;EACA,OAAA;AAAA;;aAIU,mBAAA;EACV,IAAA;EACA,SAAA;EACA,IAAA;AAAA;;aAIU,YAAA;EACV,IAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EAAA;AAAA;;KAKU,cAAA,GAAiB,iBAAA,CAC3B,IAAA,CAAK,YAAA,QAAoB,iBAAA,gBAEzB,iBAAA,CAAkB,cAAA,CAAe,cAAA,GAAiB,cAAA;EApBrB,oDAsB3B,MAAA;AAAA;;;;;;AAfJ;;;;;;;;;;;AAUA;;;;;;;;;;;;;cAqCa,SAAA,EAAW,EAAA,CAAG,cAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Container/index.tsx"],"mappings":";;;;;;;;AAaA;cAAa,iBAAA,GAAiB,KAAA;;;;;;;;;IAmF5B,iCAAA,CAAA,SAAA;;aAGU,oBAAA;EACV,IAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EAAA;EAAA;EAAA;EAAA;EAKA,IAAA;AAAA;;aAIU,qBAAA;EACV,IAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,IAAA;AAAA;;aAIU,gBAAA;EACV,IAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;AAAA;;aAIU,kBAAA;EACV,OAAA;EACA,CAAA;EACA,CAAA;EACA,IAAA;AAAA;;aAIU,oBAAA;EACV,OAAA;EACA,SAAA;EACA,OAAA;EACA,IAAA;EACA,IAAA;EACA,KAAA;EACA,OAAA;EACA,OAAA;AAAA;;aAIU,mBAAA;EACV,IAAA;EACA,SAAA;EACA,IAAA;AAAA;;aAIU,YAAA;EACV,IAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EAAA;AAAA;;KAKU,cAAA,GAAiB,iBAAA,CAC3B,IAAA,CAAK,YAAA,QAAoB,iBAAA,gBAEzB,iBAAA,CAAkB,cAAA,CAAe,cAAA,GAAiB,cAAA;EApBrB,oDAsB3B,MAAA;AAAA;;;;;;AAfJ;;;;;;;;;;;AAUA;;;;;;;;;;;;;cAqCa,SAAA,EAAW,EAAA,CAAG,cAAA"}
@@ -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/CopyButton/CopyButton.content.d.ts
4
4
  declare const copyContentContent: {
5
5
  key: string;
6
6
  content: {
7
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
7
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"mappings":";;;cAEa,kBAAA;;;WA4BS,0BAAA,CAAA,kBAAA"}
1
+ {"version":3,"file":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"mappings":";;;cAEa,kBAAA;;;WA4BS,4BAAA,CAAA,kBAAA"}
@@ -1,4 +1,4 @@
1
- //#region src/utils/object.d.ts
1
+ //#region src/components/DictionaryFieldEditor/ContentEditorView/object.d.ts
2
2
  /**
3
3
  * Rename a key in an object by keeping the element order
4
4
  *
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/ContentEditorView/object.ts"],"mappings":";;AAQA;;;;;;;cAAa,SAAA,qBACX,GAAA,EAAK,CAAA,EACL,MAAA,QAAc,CAAA,EACd,MAAA,aACC,CAAA;;;;;;;;cA4BU,SAAA,qBAA+B,GAAA,EAAK,CAAA,EAAG,GAAA,QAAW,CAAA,KAAI,CAAA"}
@@ -1,11 +1,11 @@
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/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts
4
4
  declare const dictionaryFormContent: {
5
5
  key: string;
6
6
  content: {
7
7
  keyInput: {
8
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
8
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -25,7 +25,7 @@ declare const dictionaryFormContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }>;
28
- placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
28
+ placeholder: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
29
29
  en: string;
30
30
  'en-GB': string;
31
31
  fr: string;
@@ -47,7 +47,7 @@ declare const dictionaryFormContent: {
47
47
  }>;
48
48
  };
49
49
  projectInput: {
50
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
50
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
51
51
  en: string;
52
52
  'en-GB': string;
53
53
  fr: string;
@@ -67,7 +67,7 @@ declare const dictionaryFormContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }>;
70
- placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
70
+ placeholder: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
71
71
  en: string;
72
72
  'en-GB': string;
73
73
  fr: string;
@@ -89,7 +89,7 @@ declare const dictionaryFormContent: {
89
89
  }>;
90
90
  };
91
91
  noDictionaryView: {
92
- title: _intlayer_core_transpiler0.TranslationContent<unknown, {
92
+ title: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
93
93
  en: string;
94
94
  'en-GB': string;
95
95
  fr: string;
@@ -109,7 +109,7 @@ declare const dictionaryFormContent: {
109
109
  vi: string;
110
110
  uk: string;
111
111
  }>;
112
- description: _intlayer_core_transpiler0.TranslationContent<unknown, {
112
+ description: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
113
113
  en: string;
114
114
  'en-GB': string;
115
115
  fr: string;
@@ -130,7 +130,7 @@ declare const dictionaryFormContent: {
130
130
  uk: string;
131
131
  }>;
132
132
  };
133
- createDictionaryTitle: _intlayer_core_transpiler0.TranslationContent<unknown, {
133
+ createDictionaryTitle: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
134
134
  en: string;
135
135
  'en-GB': string;
136
136
  fr: string;
@@ -150,7 +150,7 @@ declare const dictionaryFormContent: {
150
150
  vi: string;
151
151
  uk: string;
152
152
  }>;
153
- createDictionaryDescription: _intlayer_core_transpiler0.TranslationContent<unknown, {
153
+ createDictionaryDescription: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
154
154
  en: string;
155
155
  'en-GB': string;
156
156
  fr: string;
@@ -171,7 +171,7 @@ declare const dictionaryFormContent: {
171
171
  uk: string;
172
172
  }>;
173
173
  createDictionaryButton: {
174
- text: _intlayer_core_transpiler0.TranslationContent<unknown, {
174
+ text: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
175
175
  en: string;
176
176
  'en-GB': string;
177
177
  fr: string;
@@ -191,7 +191,7 @@ declare const dictionaryFormContent: {
191
191
  vi: string;
192
192
  uk: string;
193
193
  }>;
194
- ariaLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
194
+ ariaLabel: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
195
195
  en: string;
196
196
  'en-GB': string;
197
197
  fr: string;
@@ -213,7 +213,7 @@ declare const dictionaryFormContent: {
213
213
  }>;
214
214
  };
215
215
  editButton: {
216
- text: _intlayer_core_transpiler0.TranslationContent<unknown, {
216
+ text: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
217
217
  en: string;
218
218
  'en-GB': string;
219
219
  fr: string;
@@ -233,7 +233,7 @@ declare const dictionaryFormContent: {
233
233
  vi: string;
234
234
  uk: string;
235
235
  }>;
236
- ariaLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
236
+ ariaLabel: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
237
237
  en: string;
238
238
  'en-GB': string;
239
239
  fr: string;
@@ -1 +1 @@
1
- {"version":3,"file":"dictionaryCreationForm.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"mappings":";;;cAEa,qBAAA;;;;aAyQS,0BAAA,CAAA,kBAAA"}
1
+ {"version":3,"file":"dictionaryCreationForm.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"mappings":";;;cAEa,qBAAA;;;;aAyQS,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/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts
4
4
  declare const dictionaryFormSchemaContent: {
5
5
  key: string;
6
6
  content: {
7
- requiredErrorName: _intlayer_core_transpiler0.TranslationContent<unknown, {
7
+ requiredErrorName: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
8
8
  en: string;
9
9
  'en-GB': string;
10
10
  fr: string;
@@ -24,7 +24,7 @@ declare const dictionaryFormSchemaContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }>;
27
- invalidTypeErrorName: _intlayer_core_transpiler0.TranslationContent<unknown, {
27
+ invalidTypeErrorName: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
28
28
  en: string;
29
29
  'en-GB': string;
30
30
  fr: string;
@@ -44,7 +44,7 @@ declare const dictionaryFormSchemaContent: {
44
44
  vi: string;
45
45
  uk: string;
46
46
  }>;
47
- requiredErrorProjectId: _intlayer_core_transpiler0.TranslationContent<unknown, {
47
+ requiredErrorProjectId: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
48
48
  en: string;
49
49
  'en-GB': string;
50
50
  fr: string;
@@ -64,7 +64,7 @@ declare const dictionaryFormSchemaContent: {
64
64
  vi: string;
65
65
  uk: string;
66
66
  }>;
67
- invalidTypeErrorProjectId: _intlayer_core_transpiler0.TranslationContent<unknown, {
67
+ invalidTypeErrorProjectId: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
68
68
  en: string;
69
69
  'en-GB': string;
70
70
  fr: string;
@@ -1 +1 @@
1
- {"version":3,"file":"useDictionaryFormSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"mappings":";;;cAEa,2BAAA;;;uBA2FS,0BAAA,CAAA,kBAAA"}
1
+ {"version":3,"file":"useDictionaryFormSchema.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"mappings":";;;cAEa,2BAAA;;;uBA2FS,4BAAA,CAAA,kBAAA"}
@@ -1,11 +1,11 @@
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/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts
4
4
  declare const dictionaryDetailsContent: {
5
5
  key: string;
6
6
  content: {
7
7
  titleInput: {
8
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
8
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -25,7 +25,7 @@ declare const dictionaryDetailsContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }>;
28
- description: _intlayer_core_transpiler0.TranslationContent<unknown, {
28
+ description: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
29
29
  en: string;
30
30
  'en-GB': string;
31
31
  fr: string;
@@ -45,7 +45,7 @@ declare const dictionaryDetailsContent: {
45
45
  vi: string;
46
46
  uk: string;
47
47
  }>;
48
- placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
48
+ placeholder: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
49
49
  en: string;
50
50
  'en-GB': string;
51
51
  fr: string;
@@ -67,7 +67,7 @@ declare const dictionaryDetailsContent: {
67
67
  }>;
68
68
  };
69
69
  keyInput: {
70
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
70
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
71
71
  en: string;
72
72
  'en-GB': string;
73
73
  fr: string;
@@ -87,7 +87,7 @@ declare const dictionaryDetailsContent: {
87
87
  vi: string;
88
88
  uk: string;
89
89
  }>;
90
- description: _intlayer_core_transpiler0.TranslationContent<unknown, {
90
+ description: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
91
91
  en: string;
92
92
  'en-GB': string;
93
93
  fr: string;
@@ -107,7 +107,7 @@ declare const dictionaryDetailsContent: {
107
107
  vi: string;
108
108
  uk: string;
109
109
  }>;
110
- placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
110
+ placeholder: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
111
111
  en: string;
112
112
  'en-GB': string;
113
113
  fr: string;
@@ -129,7 +129,7 @@ declare const dictionaryDetailsContent: {
129
129
  }>;
130
130
  };
131
131
  descriptionInput: {
132
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
132
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
133
133
  en: string;
134
134
  'en-GB': string;
135
135
  fr: string;
@@ -149,7 +149,7 @@ declare const dictionaryDetailsContent: {
149
149
  vi: string;
150
150
  uk: string;
151
151
  }>;
152
- placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
152
+ placeholder: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
153
153
  en: string;
154
154
  'en-GB': string;
155
155
  fr: string;
@@ -169,7 +169,7 @@ declare const dictionaryDetailsContent: {
169
169
  vi: string;
170
170
  uk: string;
171
171
  }>;
172
- description: _intlayer_core_transpiler0.TranslationContent<unknown, {
172
+ description: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
173
173
  en: string;
174
174
  'en-GB': string;
175
175
  fr: string;
@@ -191,7 +191,7 @@ declare const dictionaryDetailsContent: {
191
191
  }>;
192
192
  };
193
193
  projectInput: {
194
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
194
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
195
195
  en: string;
196
196
  'en-GB': string;
197
197
  fr: string;
@@ -211,7 +211,7 @@ declare const dictionaryDetailsContent: {
211
211
  vi: string;
212
212
  uk: string;
213
213
  }>;
214
- description: _intlayer_core_transpiler0.TranslationContent<unknown, {
214
+ description: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
215
215
  en: string;
216
216
  'en-GB': string;
217
217
  fr: string;
@@ -231,7 +231,7 @@ declare const dictionaryDetailsContent: {
231
231
  vi: string;
232
232
  uk: string;
233
233
  }>;
234
- placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
234
+ placeholder: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
235
235
  en: string;
236
236
  'en-GB': string;
237
237
  fr: string;
@@ -253,7 +253,7 @@ declare const dictionaryDetailsContent: {
253
253
  }>;
254
254
  };
255
255
  tagsSelect: {
256
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
256
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
257
257
  en: string;
258
258
  'en-GB': string;
259
259
  fr: string;
@@ -273,7 +273,7 @@ declare const dictionaryDetailsContent: {
273
273
  vi: string;
274
274
  uk: string;
275
275
  }>;
276
- description: _intlayer_core_transpiler0.TranslationContent<unknown, {
276
+ description: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
277
277
  en: string;
278
278
  'en-GB': string;
279
279
  fr: string;
@@ -293,7 +293,7 @@ declare const dictionaryDetailsContent: {
293
293
  vi: string;
294
294
  uk: string;
295
295
  }>;
296
- placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
296
+ placeholder: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
297
297
  en: string;
298
298
  'en-GB': string;
299
299
  fr: string;
@@ -315,7 +315,7 @@ declare const dictionaryDetailsContent: {
315
315
  }>;
316
316
  };
317
317
  locationSelect: {
318
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
318
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
319
319
  en: string;
320
320
  'en-GB': string;
321
321
  fr: string;
@@ -335,7 +335,7 @@ declare const dictionaryDetailsContent: {
335
335
  vi: string;
336
336
  uk: string;
337
337
  }>;
338
- local: _intlayer_core_transpiler0.TranslationContent<unknown, {
338
+ local: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
339
339
  en: string;
340
340
  'en-GB': string;
341
341
  fr: string;
@@ -355,7 +355,7 @@ declare const dictionaryDetailsContent: {
355
355
  vi: string;
356
356
  uk: string;
357
357
  }>;
358
- remote: _intlayer_core_transpiler0.TranslationContent<unknown, {
358
+ remote: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
359
359
  en: string;
360
360
  'en-GB': string;
361
361
  fr: string;
@@ -375,7 +375,7 @@ declare const dictionaryDetailsContent: {
375
375
  vi: string;
376
376
  uk: string;
377
377
  }>;
378
- testDescription: _intlayer_core_transpiler0.TranslationContent<unknown, {
378
+ testDescription: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
379
379
  en: string;
380
380
  'en-GB': string;
381
381
  fr: string;
@@ -397,7 +397,7 @@ declare const dictionaryDetailsContent: {
397
397
  }>;
398
398
  };
399
399
  importModeSelect: {
400
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
400
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
401
401
  en: string;
402
402
  'en-GB': string;
403
403
  fr: string;
@@ -417,7 +417,7 @@ declare const dictionaryDetailsContent: {
417
417
  vi: string;
418
418
  uk: string;
419
419
  }>;
420
- description: _intlayer_core_transpiler0.TranslationContent<unknown, {
420
+ description: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
421
421
  en: string;
422
422
  'en-GB': string;
423
423
  fr: string;
@@ -437,7 +437,7 @@ declare const dictionaryDetailsContent: {
437
437
  vi: string;
438
438
  uk: string;
439
439
  }>;
440
- static: _intlayer_core_transpiler0.TranslationContent<unknown, {
440
+ static: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
441
441
  en: string;
442
442
  'en-GB': string;
443
443
  fr: string;
@@ -457,7 +457,7 @@ declare const dictionaryDetailsContent: {
457
457
  vi: string;
458
458
  uk: string;
459
459
  }>;
460
- dynamic: _intlayer_core_transpiler0.TranslationContent<unknown, {
460
+ dynamic: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
461
461
  en: string;
462
462
  'en-GB': string;
463
463
  fr: string;
@@ -480,7 +480,7 @@ declare const dictionaryDetailsContent: {
480
480
  live: string;
481
481
  };
482
482
  filePathInput: {
483
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
483
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
484
484
  en: string;
485
485
  'en-GB': string;
486
486
  fr: string;
@@ -500,7 +500,7 @@ declare const dictionaryDetailsContent: {
500
500
  vi: string;
501
501
  uk: string;
502
502
  }>;
503
- description: _intlayer_core_transpiler0.TranslationContent<unknown, {
503
+ description: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
504
504
  en: string;
505
505
  'en-GB': string;
506
506
  fr: string;
@@ -520,7 +520,7 @@ declare const dictionaryDetailsContent: {
520
520
  vi: string;
521
521
  uk: string;
522
522
  }>;
523
- placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
523
+ placeholder: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
524
524
  en: string;
525
525
  'en-GB': string;
526
526
  fr: string;
@@ -542,7 +542,7 @@ declare const dictionaryDetailsContent: {
542
542
  }>;
543
543
  };
544
544
  auditButton: {
545
- label: _intlayer_core_transpiler0.TranslationContent<unknown, {
545
+ label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
546
546
  en: string;
547
547
  fr: string;
548
548
  es: string;
@@ -1 +1 @@
1
- {"version":3,"file":"dictionaryDetails.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"mappings":";;;cAEM,wBAAA;;;;aAukBgB,0BAAA,CAAA,kBAAA"}
1
+ {"version":3,"file":"dictionaryDetails.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"mappings":";;;cAEM,wBAAA;;;;aAukBgB,4BAAA,CAAA,kBAAA"}