@intlayer/design-system 3.5.5 → 3.5.6
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.
- package/dist/.vite/manifest.json +241 -17
- package/dist/CodeBlockShiki-BlmZyrr7.cjs +29 -0
- package/dist/CodeBlockShiki-BlmZyrr7.cjs.map +1 -0
- package/dist/CodeBlockShiki-CcpV9SVi.js +29 -0
- package/dist/CodeBlockShiki-CcpV9SVi.js.map +1 -0
- package/dist/Form-BB0kpER9.cjs +301 -0
- package/dist/Form-BB0kpER9.cjs.map +1 -0
- package/dist/Form-BDcoNTLV.cjs.map +1 -1
- package/dist/Form-DGLgTAdY.js +302 -0
- package/dist/Form-DGLgTAdY.js.map +1 -0
- package/dist/Form-DhsgC7kB.js.map +1 -1
- package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +11 -11
- package/dist/components/Breadcrumb/index.cjs +5 -2
- package/dist/components/Breadcrumb/index.cjs.map +1 -1
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.mjs +5 -2
- package/dist/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/components/ClickOutsideDiv/index.cjs +26 -0
- package/dist/components/ClickOutsideDiv/index.cjs.map +1 -0
- package/dist/components/ClickOutsideDiv/index.d.ts +6 -0
- package/dist/components/ClickOutsideDiv/index.d.ts.map +1 -0
- package/dist/components/ClickOutsideDiv/index.mjs +26 -0
- package/dist/components/ClickOutsideDiv/index.mjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditorCode.cjs +78 -0
- package/dist/components/ContentEditor/ContentEditorCode.cjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditorCode.d.ts +11 -0
- package/dist/components/ContentEditor/ContentEditorCode.d.ts.map +1 -0
- package/dist/components/ContentEditor/ContentEditorCode.mjs +78 -0
- package/dist/components/ContentEditor/ContentEditorCode.mjs.map +1 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs +30 -26
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts +2 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts.map +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs +30 -26
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs +3 -3
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.map +1 -1
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs +3 -3
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +4 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts +2 -0
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +4 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +161 -69
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +163 -71
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +123 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +14 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +123 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +9 -2
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +15 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +15 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts +6 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +9 -2
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +12 -4
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts +2 -0
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +12 -4
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +7 -5
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts +2 -0
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +7 -5
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +117 -55
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts +4 -2
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +115 -53
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/LocaleSelector/LocaleSelector.d.ts +8 -0
- package/dist/components/DictionaryFieldEditor/LocaleSelector/LocaleSelector.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/LocaleSelector/LocaleSelectorContext.d.ts +13 -0
- package/dist/components/DictionaryFieldEditor/LocaleSelector/LocaleSelectorContext.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/LocaleSelector/localeSelector.content.d.ts +9 -0
- package/dist/components/DictionaryFieldEditor/LocaleSelector/localeSelector.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +10 -10
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +10 -10
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs +23 -10
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts +2 -0
- package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs +23 -10
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +1 -1
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +2 -4
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +3 -5
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +13 -13
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +13 -13
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs +73 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts +7 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +73 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +37 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts +14 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +37 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.cjs +8 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.d.ts +3 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.mjs +8 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.cjs +54 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +10 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs +55 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/index.cjs +5 -0
- package/dist/components/DictionaryFieldEditor/index.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/index.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/index.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/index.mjs +6 -1
- package/dist/components/DictionaryFieldEditor/index.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldInput.cjs +5 -1
- package/dist/components/EditableField/EditableFieldInput.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldInput.d.ts.map +1 -1
- package/dist/components/EditableField/EditableFieldInput.mjs +6 -2
- package/dist/components/EditableField/EditableFieldInput.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.cjs +2 -8
- package/dist/components/EditableField/EditableFieldTextArea.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.d.ts.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.mjs +2 -8
- package/dist/components/EditableField/EditableFieldTextArea.mjs.map +1 -1
- package/dist/components/Form/FormLabel.cjs +6 -2
- package/dist/components/Form/FormLabel.cjs.map +1 -1
- package/dist/components/Form/FormLabel.d.ts.map +1 -1
- package/dist/components/Form/FormLabel.mjs +6 -2
- package/dist/components/Form/FormLabel.mjs.map +1 -1
- package/dist/components/Form/elements/EditableFieldInputElement.d.ts +1 -1
- package/dist/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
- package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts +1 -1
- package/dist/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
- package/dist/components/Form/elements/SelectElement.d.ts.map +1 -1
- package/dist/components/IDE/Code.cjs +77 -0
- package/dist/components/IDE/Code.cjs.map +1 -0
- package/dist/components/IDE/Code.d.ts +18 -0
- package/dist/components/IDE/Code.d.ts.map +1 -0
- package/dist/components/IDE/Code.mjs +77 -0
- package/dist/components/IDE/Code.mjs.map +1 -0
- package/dist/components/IDE/CodeBlock.cjs +54 -0
- package/dist/components/IDE/CodeBlock.cjs.map +1 -0
- package/dist/components/IDE/CodeBlock.d.ts +12 -0
- package/dist/components/IDE/CodeBlock.d.ts.map +1 -0
- package/dist/components/IDE/CodeBlock.mjs +54 -0
- package/dist/components/IDE/CodeBlock.mjs.map +1 -0
- package/dist/components/IDE/CodeBlockClient.cjs +55 -0
- package/dist/components/IDE/CodeBlockClient.cjs.map +1 -0
- package/dist/components/IDE/CodeBlockClient.mjs +55 -0
- package/dist/components/IDE/CodeBlockClient.mjs.map +1 -0
- package/dist/components/IDE/CodeBlockLoader.cjs +28 -0
- package/dist/components/IDE/CodeBlockLoader.cjs.map +1 -0
- package/dist/components/IDE/CodeBlockLoader.d.ts +4 -0
- package/dist/components/IDE/CodeBlockLoader.d.ts.map +1 -0
- package/dist/components/IDE/CodeBlockLoader.mjs +28 -0
- package/dist/components/IDE/CodeBlockLoader.mjs.map +1 -0
- package/dist/components/IDE/CodeBlockServer.cjs +53 -0
- package/dist/components/IDE/CodeBlockServer.cjs.map +1 -0
- package/dist/components/IDE/CodeBlockServer.d.ts +12 -0
- package/dist/components/IDE/CodeBlockServer.d.ts.map +1 -0
- package/dist/components/IDE/CodeBlockServer.mjs +53 -0
- package/dist/components/IDE/CodeBlockServer.mjs.map +1 -0
- package/dist/components/IDE/CodeBlockShiki.d.ts +3 -0
- package/dist/components/IDE/CodeBlockShiki.d.ts.map +1 -0
- package/dist/components/IDE/CodeBlockclient.d.ts +12 -0
- package/dist/components/IDE/CodeBlockclient.d.ts.map +1 -0
- package/dist/components/IDE/CodeConditionalRenderer.cjs +20 -0
- package/dist/components/IDE/CodeConditionalRenderer.cjs.map +1 -0
- package/dist/components/IDE/CodeConditionalRenderer.d.ts +4 -0
- package/dist/components/IDE/CodeConditionalRenderer.d.ts.map +1 -0
- package/dist/components/IDE/CodeConditionalRenderer.mjs +20 -0
- package/dist/components/IDE/CodeConditionalRenderer.mjs.map +1 -0
- package/dist/components/IDE/CodeContext.cjs +57 -0
- package/dist/components/IDE/CodeContext.cjs.map +1 -0
- package/dist/components/IDE/CodeContext.d.ts +26 -0
- package/dist/components/IDE/CodeContext.d.ts.map +1 -0
- package/dist/components/IDE/CodeContext.mjs +57 -0
- package/dist/components/IDE/CodeContext.mjs.map +1 -0
- package/dist/components/IDE/CodeFormatSelector.cjs +30 -0
- package/dist/components/IDE/CodeFormatSelector.cjs.map +1 -0
- package/dist/components/IDE/CodeFormatSelector.d.ts +3 -0
- package/dist/components/IDE/CodeFormatSelector.d.ts.map +1 -0
- package/dist/components/IDE/CodeFormatSelector.mjs +30 -0
- package/dist/components/IDE/CodeFormatSelector.mjs.map +1 -0
- package/dist/components/IDE/CodeRenderer.cjs +27 -0
- package/dist/components/IDE/CodeRenderer.cjs.map +1 -0
- package/dist/components/IDE/CodeRenderer.d.ts +5 -0
- package/dist/components/IDE/CodeRenderer.d.ts.map +1 -0
- package/dist/components/IDE/CodeRenderer.mjs +27 -0
- package/dist/components/IDE/CodeRenderer.mjs.map +1 -0
- package/dist/components/IDE/ContentDeclarationFormatSelector.cjs +28 -0
- package/dist/components/IDE/ContentDeclarationFormatSelector.cjs.map +1 -0
- package/dist/components/IDE/ContentDeclarationFormatSelector.d.ts +3 -0
- package/dist/components/IDE/ContentDeclarationFormatSelector.d.ts.map +1 -0
- package/dist/components/IDE/ContentDeclarationFormatSelector.mjs +28 -0
- package/dist/components/IDE/ContentDeclarationFormatSelector.mjs.map +1 -0
- package/dist/components/IDE/EditableCodeBlock.d.ts +9 -0
- package/dist/components/IDE/EditableCodeBlock.d.ts.map +1 -0
- package/dist/components/IDE/MarkDownRender.cjs +2 -3
- package/dist/components/IDE/MarkDownRender.cjs.map +1 -1
- package/dist/components/IDE/MarkDownRender.d.ts.map +1 -1
- package/dist/components/IDE/MarkDownRender.mjs +1 -2
- package/dist/components/IDE/MarkDownRender.mjs.map +1 -1
- package/dist/components/IDE/PackageManagerSelector.cjs +20 -0
- package/dist/components/IDE/PackageManagerSelector.cjs.map +1 -0
- package/dist/components/IDE/PackageManagerSelector.d.ts +3 -0
- package/dist/components/IDE/PackageManagerSelector.d.ts.map +1 -0
- package/dist/components/IDE/PackageManagerSelector.mjs +20 -0
- package/dist/components/IDE/PackageManagerSelector.mjs.map +1 -0
- package/dist/components/IDE/index.cjs +2 -2
- package/dist/components/IDE/index.d.ts +1 -1
- package/dist/components/IDE/index.d.ts.map +1 -1
- package/dist/components/IDE/index.mjs +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSelectorContext.d.ts +13 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSelectorContext.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +218 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.d.ts +8 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +218 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +42 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.d.ts +15 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +42 -0
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/index.cjs +8 -0
- package/dist/components/LocaleSwitcherContentDropDown/index.cjs.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/index.d.ts +3 -0
- package/dist/components/LocaleSwitcherContentDropDown/index.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/index.mjs +8 -0
- package/dist/components/LocaleSwitcherContentDropDown/index.mjs.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs +118 -0
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +18 -0
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -0
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs +119 -0
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs.map +1 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +14 -22
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +14 -22
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/components/MarkDownRender/index.cjs +20 -26
- package/dist/components/MarkDownRender/index.cjs.map +1 -1
- package/dist/components/MarkDownRender/index.d.ts +2 -0
- package/dist/components/MarkDownRender/index.d.ts.map +1 -1
- package/dist/components/MarkDownRender/index.mjs +20 -26
- package/dist/components/MarkDownRender/index.mjs.map +1 -1
- package/dist/components/Modal/Modal.cjs +3 -3
- package/dist/components/Modal/Modal.cjs.map +1 -1
- package/dist/components/Modal/Modal.d.ts +1 -1
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/Modal/Modal.mjs +3 -3
- package/dist/components/Modal/Modal.mjs.map +1 -1
- package/dist/components/SwitchSelector/index.cjs +4 -0
- package/dist/components/SwitchSelector/index.cjs.map +1 -1
- package/dist/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/components/SwitchSelector/index.mjs +5 -1
- package/dist/components/SwitchSelector/index.mjs.map +1 -1
- package/dist/components/index.cjs +16 -4
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.mjs +15 -3
- package/dist/components/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +8 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +9 -2
- package/dist/hooks/intlayerAPIHooks.cjs +80 -5
- package/dist/hooks/intlayerAPIHooks.cjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.d.ts +12 -2
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
- package/dist/hooks/intlayerAPIHooks.mjs +80 -5
- package/dist/hooks/intlayerAPIHooks.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.cjs +1 -5
- package/dist/hooks/useAsync/useAsyncStateStore.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.d.ts.map +1 -1
- package/dist/hooks/useAsync/useAsyncStateStore.mjs +1 -5
- package/dist/hooks/useAsync/useAsyncStateStore.mjs.map +1 -1
- package/dist/hooks/useGetAllDictionaries.cjs +4 -2
- package/dist/hooks/useGetAllDictionaries.cjs.map +1 -1
- package/dist/hooks/useGetAllDictionaries.d.ts +4 -1
- package/dist/hooks/useGetAllDictionaries.d.ts.map +1 -1
- package/dist/hooks/useGetAllDictionaries.mjs +4 -2
- package/dist/hooks/useGetAllDictionaries.mjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.d.ts +11 -2
- package/dist/hooks/useIntlayerAPI.d.ts.map +1 -1
- package/dist/hooks/usePersistedStore.cjs +17 -5
- package/dist/hooks/usePersistedStore.cjs.map +1 -1
- package/dist/hooks/usePersistedStore.d.ts.map +1 -1
- package/dist/hooks/usePersistedStore.mjs +17 -5
- package/dist/hooks/usePersistedStore.mjs.map +1 -1
- package/dist/libs/intlayer-api/ai.cjs +33 -3
- package/dist/libs/intlayer-api/ai.cjs.map +1 -1
- package/dist/libs/intlayer-api/ai.d.ts +9 -3
- package/dist/libs/intlayer-api/ai.d.ts.map +1 -1
- package/dist/libs/intlayer-api/ai.mjs +33 -3
- package/dist/libs/intlayer-api/ai.mjs.map +1 -1
- package/dist/libs/intlayer-api/dictionary.cjs +2 -2
- package/dist/libs/intlayer-api/dictionary.cjs.map +1 -1
- package/dist/libs/intlayer-api/dictionary.d.ts +3 -3
- package/dist/libs/intlayer-api/dictionary.d.ts.map +1 -1
- package/dist/libs/intlayer-api/dictionary.mjs +2 -2
- package/dist/libs/intlayer-api/dictionary.mjs.map +1 -1
- package/dist/libs/intlayer-api/index.cjs +3 -1
- package/dist/libs/intlayer-api/index.cjs.map +1 -1
- package/dist/libs/intlayer-api/index.d.ts +22 -4
- package/dist/libs/intlayer-api/index.d.ts.map +1 -1
- package/dist/libs/intlayer-api/index.mjs +3 -1
- package/dist/libs/intlayer-api/index.mjs.map +1 -1
- package/dist/libs/intlayer-api/tag.cjs +52 -0
- package/dist/libs/intlayer-api/tag.cjs.map +1 -0
- package/dist/libs/intlayer-api/tag.d.ts +16 -0
- package/dist/libs/intlayer-api/tag.d.ts.map +1 -0
- package/dist/libs/intlayer-api/tag.mjs +52 -0
- package/dist/libs/intlayer-api/tag.mjs.map +1 -0
- package/dist/tailwind.css +1 -1
- package/package.json +13 -14
package/dist/.vite/manifest.json
CHANGED
|
@@ -535,6 +535,15 @@
|
|
|
535
535
|
"src/components/Button/Button.tsx"
|
|
536
536
|
]
|
|
537
537
|
},
|
|
538
|
+
"src/components/ClickOutsideDiv/index.tsx": {
|
|
539
|
+
"file": "components/ClickOutsideDiv/index.cjs",
|
|
540
|
+
"name": "components/ClickOutsideDiv/index",
|
|
541
|
+
"src": "src/components/ClickOutsideDiv/index.tsx",
|
|
542
|
+
"isEntry": true,
|
|
543
|
+
"imports": [
|
|
544
|
+
"_jsx-runtime-XHKiWCTo.cjs"
|
|
545
|
+
]
|
|
546
|
+
},
|
|
538
547
|
"src/components/Command/index.tsx": {
|
|
539
548
|
"file": "components/Command/index.cjs",
|
|
540
549
|
"name": "components/Command/index",
|
|
@@ -860,7 +869,6 @@
|
|
|
860
869
|
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
861
870
|
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
862
871
|
"src/hooks/intlayerAPIHooks.ts",
|
|
863
|
-
"src/utils/cn.ts",
|
|
864
872
|
"src/libs/intlayer-api/index.ts",
|
|
865
873
|
"src/components/Button/Button.tsx",
|
|
866
874
|
"src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts",
|
|
@@ -876,6 +884,7 @@
|
|
|
876
884
|
"src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts",
|
|
877
885
|
"src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts",
|
|
878
886
|
"src/components/Modal/Modal.tsx",
|
|
887
|
+
"src/components/Loader/index.tsx",
|
|
879
888
|
"src/components/Select/Multiselect.tsx",
|
|
880
889
|
"src/components/Select/Select.tsx",
|
|
881
890
|
"src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx",
|
|
@@ -926,7 +935,13 @@
|
|
|
926
935
|
"_Form-BDcoNTLV.cjs",
|
|
927
936
|
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
928
937
|
"src/components/Headers/index.tsx",
|
|
938
|
+
"src/components/DropDown/index.tsx",
|
|
939
|
+
"src/components/Input/Input.tsx",
|
|
940
|
+
"src/components/Input/InputPassword.tsx",
|
|
941
|
+
"src/components/Input/Checkbox.tsx",
|
|
929
942
|
"src/components/SwitchSelector/index.tsx",
|
|
943
|
+
"src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts",
|
|
944
|
+
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx",
|
|
930
945
|
"src/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.tsx",
|
|
931
946
|
"src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.ts",
|
|
932
947
|
"src/components/DictionaryFieldEditor/JSONEditor.tsx",
|
|
@@ -972,6 +987,9 @@
|
|
|
972
987
|
"imports": [
|
|
973
988
|
"_jsx-runtime-XHKiWCTo.cjs",
|
|
974
989
|
"_shallow-lhDIFtEp.cjs",
|
|
990
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
991
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
992
|
+
"src/hooks/intlayerAPIHooks.ts",
|
|
975
993
|
"src/utils/dictionary.ts",
|
|
976
994
|
"src/utils/object.ts",
|
|
977
995
|
"src/components/Button/Button.tsx",
|
|
@@ -980,14 +998,18 @@
|
|
|
980
998
|
"src/components/DictionaryEditor/useEditionPanelStore.ts",
|
|
981
999
|
"src/components/EditableField/EditableFieldInput.tsx",
|
|
982
1000
|
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
983
|
-
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
984
|
-
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
985
|
-
"src/libs/intlayer-api/index.ts",
|
|
986
|
-
"src/components/Toaster/Toast.tsx",
|
|
987
1001
|
"src/components/Form/FormBase.tsx",
|
|
988
1002
|
"src/components/Form/FormField.tsx",
|
|
989
1003
|
"_Form-BDcoNTLV.cjs",
|
|
990
1004
|
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
1005
|
+
"src/components/Container/index.tsx",
|
|
1006
|
+
"src/components/DropDown/index.tsx",
|
|
1007
|
+
"src/components/Input/Input.tsx",
|
|
1008
|
+
"src/components/Input/InputPassword.tsx",
|
|
1009
|
+
"src/components/Input/Checkbox.tsx",
|
|
1010
|
+
"src/components/SwitchSelector/index.tsx",
|
|
1011
|
+
"src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts",
|
|
1012
|
+
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx",
|
|
991
1013
|
"src/components/DictionaryFieldEditor/EnumKeyInput.tsx",
|
|
992
1014
|
"src/components/DictionaryFieldEditor/getIsEditableSection.ts",
|
|
993
1015
|
"src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.ts"
|
|
@@ -1097,6 +1119,8 @@
|
|
|
1097
1119
|
"src/components/Form/FormField.tsx",
|
|
1098
1120
|
"_Form-BDcoNTLV.cjs",
|
|
1099
1121
|
"src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx",
|
|
1122
|
+
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.tsx",
|
|
1123
|
+
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx",
|
|
1100
1124
|
"src/components/DictionaryFieldEditor/EditorView/EditorView.tsx",
|
|
1101
1125
|
"src/components/DictionaryFieldEditor/KeyPathBreadcrumb.tsx",
|
|
1102
1126
|
"src/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.tsx"
|
|
@@ -1177,6 +1201,50 @@
|
|
|
1177
1201
|
"src": "src/components/DictionaryFieldEditor/SaveForm/saveForm.content.tsx",
|
|
1178
1202
|
"isEntry": true
|
|
1179
1203
|
},
|
|
1204
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.tsx": {
|
|
1205
|
+
"file": "components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs",
|
|
1206
|
+
"name": "components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher",
|
|
1207
|
+
"src": "src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.tsx",
|
|
1208
|
+
"isEntry": true,
|
|
1209
|
+
"imports": [
|
|
1210
|
+
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1211
|
+
"src/components/Button/Button.tsx",
|
|
1212
|
+
"src/components/Container/index.tsx",
|
|
1213
|
+
"src/components/DropDown/index.tsx",
|
|
1214
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.tsx",
|
|
1215
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.ts"
|
|
1216
|
+
]
|
|
1217
|
+
},
|
|
1218
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.tsx": {
|
|
1219
|
+
"file": "components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs",
|
|
1220
|
+
"name": "components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext",
|
|
1221
|
+
"src": "src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.tsx",
|
|
1222
|
+
"isEntry": true,
|
|
1223
|
+
"imports": [
|
|
1224
|
+
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1225
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1226
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1227
|
+
"src/libs/intlayer-api/index.ts",
|
|
1228
|
+
"src/components/Toaster/Toast.tsx",
|
|
1229
|
+
"src/hooks/usePersistedStore.ts"
|
|
1230
|
+
]
|
|
1231
|
+
},
|
|
1232
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.tsx": {
|
|
1233
|
+
"file": "components/DictionaryFieldEditor/VersionSwitcherDropDown/index.cjs",
|
|
1234
|
+
"name": "components/DictionaryFieldEditor/VersionSwitcherDropDown/index",
|
|
1235
|
+
"src": "src/components/DictionaryFieldEditor/VersionSwitcherDropDown/index.tsx",
|
|
1236
|
+
"isEntry": true,
|
|
1237
|
+
"imports": [
|
|
1238
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.tsx",
|
|
1239
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.tsx"
|
|
1240
|
+
]
|
|
1241
|
+
},
|
|
1242
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.ts": {
|
|
1243
|
+
"file": "components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.cjs",
|
|
1244
|
+
"name": "components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content",
|
|
1245
|
+
"src": "src/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.ts",
|
|
1246
|
+
"isEntry": true
|
|
1247
|
+
},
|
|
1180
1248
|
"src/components/DictionaryFieldEditor/dictionaryFieldEditor.content.ts": {
|
|
1181
1249
|
"file": "components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs",
|
|
1182
1250
|
"name": "components/DictionaryFieldEditor/dictionaryFieldEditor.content",
|
|
@@ -1203,7 +1271,9 @@
|
|
|
1203
1271
|
"imports": [
|
|
1204
1272
|
"src/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.tsx",
|
|
1205
1273
|
"src/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.tsx",
|
|
1206
|
-
"src/components/DictionaryFieldEditor/DictionaryFieldEditor.tsx"
|
|
1274
|
+
"src/components/DictionaryFieldEditor/DictionaryFieldEditor.tsx",
|
|
1275
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.tsx",
|
|
1276
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.tsx"
|
|
1207
1277
|
]
|
|
1208
1278
|
},
|
|
1209
1279
|
"src/components/DictionaryFieldEditor/nodeTypeSelector.content.ts": {
|
|
@@ -1595,15 +1665,89 @@
|
|
|
1595
1665
|
"src/utils/cn.ts"
|
|
1596
1666
|
]
|
|
1597
1667
|
},
|
|
1598
|
-
"src/components/IDE/
|
|
1599
|
-
"file": "components/IDE/
|
|
1600
|
-
"name": "components/IDE/
|
|
1601
|
-
"src": "src/components/IDE/
|
|
1668
|
+
"src/components/IDE/Code.tsx": {
|
|
1669
|
+
"file": "components/IDE/Code.cjs",
|
|
1670
|
+
"name": "components/IDE/Code",
|
|
1671
|
+
"src": "src/components/IDE/Code.tsx",
|
|
1602
1672
|
"isEntry": true,
|
|
1603
1673
|
"imports": [
|
|
1604
1674
|
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1605
1675
|
"src/utils/cn.ts",
|
|
1606
|
-
"src/components/
|
|
1676
|
+
"src/components/Container/index.tsx",
|
|
1677
|
+
"src/components/IDE/CodeBlockClient.tsx",
|
|
1678
|
+
"src/components/IDE/CodeConditionalRenderer.tsx",
|
|
1679
|
+
"src/components/IDE/CodeFormatSelector.tsx",
|
|
1680
|
+
"src/components/IDE/ContentDeclarationFormatSelector.tsx",
|
|
1681
|
+
"src/components/IDE/CopyButton.tsx",
|
|
1682
|
+
"src/components/IDE/PackageManagerSelector.tsx"
|
|
1683
|
+
]
|
|
1684
|
+
},
|
|
1685
|
+
"src/components/IDE/CodeBlockClient.tsx": {
|
|
1686
|
+
"file": "components/IDE/CodeBlockClient.cjs",
|
|
1687
|
+
"name": "components/IDE/CodeBlockClient",
|
|
1688
|
+
"src": "src/components/IDE/CodeBlockClient.tsx",
|
|
1689
|
+
"isEntry": true,
|
|
1690
|
+
"imports": [
|
|
1691
|
+
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1692
|
+
"src/utils/cn.ts"
|
|
1693
|
+
]
|
|
1694
|
+
},
|
|
1695
|
+
"src/components/IDE/CodeBlockServer.tsx": {
|
|
1696
|
+
"file": "components/IDE/CodeBlockServer.cjs",
|
|
1697
|
+
"name": "components/IDE/CodeBlockServer",
|
|
1698
|
+
"src": "src/components/IDE/CodeBlockServer.tsx",
|
|
1699
|
+
"isEntry": true,
|
|
1700
|
+
"imports": [
|
|
1701
|
+
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1702
|
+
"src/utils/cn.ts"
|
|
1703
|
+
]
|
|
1704
|
+
},
|
|
1705
|
+
"src/components/IDE/CodeConditionalRenderer.tsx": {
|
|
1706
|
+
"file": "components/IDE/CodeConditionalRenderer.cjs",
|
|
1707
|
+
"name": "components/IDE/CodeConditionalRenderer",
|
|
1708
|
+
"src": "src/components/IDE/CodeConditionalRenderer.tsx",
|
|
1709
|
+
"isEntry": true,
|
|
1710
|
+
"imports": [
|
|
1711
|
+
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1712
|
+
"src/components/IDE/CodeContext.tsx"
|
|
1713
|
+
]
|
|
1714
|
+
},
|
|
1715
|
+
"src/components/IDE/CodeContext.tsx": {
|
|
1716
|
+
"file": "components/IDE/CodeContext.cjs",
|
|
1717
|
+
"name": "components/IDE/CodeContext",
|
|
1718
|
+
"src": "src/components/IDE/CodeContext.tsx",
|
|
1719
|
+
"isEntry": true,
|
|
1720
|
+
"imports": [
|
|
1721
|
+
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1722
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1723
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1724
|
+
"src/libs/intlayer-api/index.ts",
|
|
1725
|
+
"src/components/Toaster/Toast.tsx",
|
|
1726
|
+
"src/hooks/usePersistedStore.ts"
|
|
1727
|
+
]
|
|
1728
|
+
},
|
|
1729
|
+
"src/components/IDE/CodeFormatSelector.tsx": {
|
|
1730
|
+
"file": "components/IDE/CodeFormatSelector.cjs",
|
|
1731
|
+
"name": "components/IDE/CodeFormatSelector",
|
|
1732
|
+
"src": "src/components/IDE/CodeFormatSelector.tsx",
|
|
1733
|
+
"isEntry": true,
|
|
1734
|
+
"imports": [
|
|
1735
|
+
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1736
|
+
"src/components/Select/Multiselect.tsx",
|
|
1737
|
+
"src/components/Select/Select.tsx",
|
|
1738
|
+
"src/components/IDE/CodeContext.tsx"
|
|
1739
|
+
]
|
|
1740
|
+
},
|
|
1741
|
+
"src/components/IDE/ContentDeclarationFormatSelector.tsx": {
|
|
1742
|
+
"file": "components/IDE/ContentDeclarationFormatSelector.cjs",
|
|
1743
|
+
"name": "components/IDE/ContentDeclarationFormatSelector",
|
|
1744
|
+
"src": "src/components/IDE/ContentDeclarationFormatSelector.tsx",
|
|
1745
|
+
"isEntry": true,
|
|
1746
|
+
"imports": [
|
|
1747
|
+
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1748
|
+
"src/components/Select/Multiselect.tsx",
|
|
1749
|
+
"src/components/Select/Select.tsx",
|
|
1750
|
+
"src/components/IDE/CodeContext.tsx"
|
|
1607
1751
|
]
|
|
1608
1752
|
},
|
|
1609
1753
|
"src/components/IDE/CopyButton.content.ts": {
|
|
@@ -1667,7 +1811,7 @@
|
|
|
1667
1811
|
"isEntry": true,
|
|
1668
1812
|
"imports": [
|
|
1669
1813
|
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1670
|
-
"src/components/IDE/
|
|
1814
|
+
"src/components/IDE/Code.tsx"
|
|
1671
1815
|
]
|
|
1672
1816
|
},
|
|
1673
1817
|
"src/components/IDE/MonacoCode.tsx": {
|
|
@@ -1682,6 +1826,18 @@
|
|
|
1682
1826
|
"src/components/IDE/CopyButton.tsx"
|
|
1683
1827
|
]
|
|
1684
1828
|
},
|
|
1829
|
+
"src/components/IDE/PackageManagerSelector.tsx": {
|
|
1830
|
+
"file": "components/IDE/PackageManagerSelector.cjs",
|
|
1831
|
+
"name": "components/IDE/PackageManagerSelector",
|
|
1832
|
+
"src": "src/components/IDE/PackageManagerSelector.tsx",
|
|
1833
|
+
"isEntry": true,
|
|
1834
|
+
"imports": [
|
|
1835
|
+
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1836
|
+
"src/components/Select/Multiselect.tsx",
|
|
1837
|
+
"src/components/Select/Select.tsx",
|
|
1838
|
+
"src/components/IDE/CodeContext.tsx"
|
|
1839
|
+
]
|
|
1840
|
+
},
|
|
1685
1841
|
"src/components/IDE/createFileTree.ts": {
|
|
1686
1842
|
"file": "components/IDE/createFileTree.cjs",
|
|
1687
1843
|
"name": "components/IDE/createFileTree",
|
|
@@ -1694,7 +1850,7 @@
|
|
|
1694
1850
|
"src": "src/components/IDE/index.ts",
|
|
1695
1851
|
"isEntry": true,
|
|
1696
1852
|
"imports": [
|
|
1697
|
-
"src/components/IDE/
|
|
1853
|
+
"src/components/IDE/Code.tsx",
|
|
1698
1854
|
"src/components/IDE/IDE.tsx",
|
|
1699
1855
|
"src/components/IDE/FileList.tsx"
|
|
1700
1856
|
]
|
|
@@ -1795,6 +1951,59 @@
|
|
|
1795
1951
|
"src/utils/cn.ts"
|
|
1796
1952
|
]
|
|
1797
1953
|
},
|
|
1954
|
+
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.tsx": {
|
|
1955
|
+
"file": "components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs",
|
|
1956
|
+
"name": "components/LocaleSwitcherContentDropDown/LocaleSwitcherContent",
|
|
1957
|
+
"src": "src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.tsx",
|
|
1958
|
+
"isEntry": true,
|
|
1959
|
+
"imports": [
|
|
1960
|
+
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1961
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1962
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1963
|
+
"src/libs/intlayer-api/index.ts",
|
|
1964
|
+
"src/components/Toaster/Toast.tsx",
|
|
1965
|
+
"src/hooks/usePersistedStore.ts",
|
|
1966
|
+
"src/components/Button/Button.tsx",
|
|
1967
|
+
"src/components/Container/index.tsx",
|
|
1968
|
+
"src/components/DropDown/index.tsx",
|
|
1969
|
+
"src/components/Input/Input.tsx",
|
|
1970
|
+
"src/components/Input/InputPassword.tsx",
|
|
1971
|
+
"src/components/Input/Checkbox.tsx",
|
|
1972
|
+
"src/components/SwitchSelector/index.tsx",
|
|
1973
|
+
"src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts",
|
|
1974
|
+
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx"
|
|
1975
|
+
]
|
|
1976
|
+
},
|
|
1977
|
+
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx": {
|
|
1978
|
+
"file": "components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs",
|
|
1979
|
+
"name": "components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext",
|
|
1980
|
+
"src": "src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx",
|
|
1981
|
+
"isEntry": true,
|
|
1982
|
+
"imports": [
|
|
1983
|
+
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1984
|
+
"src/hooks/useScrollBlockage/useScrollBlockageStore.ts",
|
|
1985
|
+
"src/hooks/useAsync/useAsyncStateStore.tsx",
|
|
1986
|
+
"src/libs/intlayer-api/index.ts",
|
|
1987
|
+
"src/components/Toaster/Toast.tsx",
|
|
1988
|
+
"src/hooks/usePersistedStore.ts"
|
|
1989
|
+
]
|
|
1990
|
+
},
|
|
1991
|
+
"src/components/LocaleSwitcherContentDropDown/index.tsx": {
|
|
1992
|
+
"file": "components/LocaleSwitcherContentDropDown/index.cjs",
|
|
1993
|
+
"name": "components/LocaleSwitcherContentDropDown/index",
|
|
1994
|
+
"src": "src/components/LocaleSwitcherContentDropDown/index.tsx",
|
|
1995
|
+
"isEntry": true,
|
|
1996
|
+
"imports": [
|
|
1997
|
+
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.tsx",
|
|
1998
|
+
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx"
|
|
1999
|
+
]
|
|
2000
|
+
},
|
|
2001
|
+
"src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts": {
|
|
2002
|
+
"file": "components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs",
|
|
2003
|
+
"name": "components/LocaleSwitcherContentDropDown/localeSwitcher.content",
|
|
2004
|
+
"src": "src/components/LocaleSwitcherContentDropDown/localeSwitcher.content.ts",
|
|
2005
|
+
"isEntry": true
|
|
2006
|
+
},
|
|
1798
2007
|
"src/components/LocaleSwitcherDropDown/LocaleSwitcher.tsx": {
|
|
1799
2008
|
"file": "components/LocaleSwitcherDropDown/LocaleSwitcher.cjs",
|
|
1800
2009
|
"name": "components/LocaleSwitcherDropDown/LocaleSwitcher",
|
|
@@ -1953,10 +2162,10 @@
|
|
|
1953
2162
|
"imports": [
|
|
1954
2163
|
"_jsx-runtime-XHKiWCTo.cjs",
|
|
1955
2164
|
"src/utils/cn.ts",
|
|
1956
|
-
"src/components/Container/index.tsx",
|
|
1957
2165
|
"src/components/Headers/index.tsx",
|
|
1958
2166
|
"src/components/Headers/SectionScroller.tsx",
|
|
1959
|
-
"src/components/IDE/
|
|
2167
|
+
"src/components/IDE/Code.tsx",
|
|
2168
|
+
"src/components/IDE/CodeContext.tsx",
|
|
1960
2169
|
"src/components/Link/Link.tsx"
|
|
1961
2170
|
]
|
|
1962
2171
|
},
|
|
@@ -2400,8 +2609,9 @@
|
|
|
2400
2609
|
"src/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.tsx",
|
|
2401
2610
|
"src/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.tsx",
|
|
2402
2611
|
"src/components/DictionaryFieldEditor/DictionaryFieldEditor.tsx",
|
|
2612
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.tsx",
|
|
2613
|
+
"src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.tsx",
|
|
2403
2614
|
"src/components/DropDown/index.tsx",
|
|
2404
|
-
"src/components/LocaleSwitcherDropDown/LocaleSwitcher.tsx",
|
|
2405
2615
|
"src/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.tsx",
|
|
2406
2616
|
"src/components/ThemeSwitcherDropDown/MobileThemeSwitcher.tsx",
|
|
2407
2617
|
"src/components/ThemeSwitcherDropDown/types.ts",
|
|
@@ -2412,7 +2622,7 @@
|
|
|
2412
2622
|
"src/components/ProfileDropDown/index.tsx",
|
|
2413
2623
|
"src/components/Avatar/index.tsx",
|
|
2414
2624
|
"src/components/Logo/index.tsx",
|
|
2415
|
-
"src/components/IDE/
|
|
2625
|
+
"src/components/IDE/Code.tsx",
|
|
2416
2626
|
"src/components/IDE/IDE.tsx",
|
|
2417
2627
|
"src/components/IDE/FileList.tsx",
|
|
2418
2628
|
"src/components/Popover/index.tsx",
|
|
@@ -2463,6 +2673,10 @@
|
|
|
2463
2673
|
"src/components/EditableField/EditableFieldTextArea.tsx",
|
|
2464
2674
|
"src/components/Tag/index.tsx",
|
|
2465
2675
|
"src/components/Accordion/Accordion.tsx",
|
|
2676
|
+
"src/components/LocaleSwitcherDropDown/LocaleSwitcher.tsx",
|
|
2677
|
+
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.tsx",
|
|
2678
|
+
"src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx",
|
|
2679
|
+
"src/components/ClickOutsideDiv/index.tsx",
|
|
2466
2680
|
"src/utils/dictionary.ts"
|
|
2467
2681
|
]
|
|
2468
2682
|
},
|
|
@@ -2673,6 +2887,7 @@
|
|
|
2673
2887
|
"src/libs/intlayer-api/organization.ts",
|
|
2674
2888
|
"src/libs/intlayer-api/project.ts",
|
|
2675
2889
|
"src/libs/intlayer-api/stripe.ts",
|
|
2890
|
+
"src/libs/intlayer-api/tag.ts",
|
|
2676
2891
|
"src/libs/intlayer-api/user.ts"
|
|
2677
2892
|
]
|
|
2678
2893
|
},
|
|
@@ -2703,6 +2918,15 @@
|
|
|
2703
2918
|
"src/libs/intlayer-api/fetcher.ts"
|
|
2704
2919
|
]
|
|
2705
2920
|
},
|
|
2921
|
+
"src/libs/intlayer-api/tag.ts": {
|
|
2922
|
+
"file": "libs/intlayer-api/tag.cjs",
|
|
2923
|
+
"name": "libs/intlayer-api/tag",
|
|
2924
|
+
"src": "src/libs/intlayer-api/tag.ts",
|
|
2925
|
+
"isEntry": true,
|
|
2926
|
+
"imports": [
|
|
2927
|
+
"src/libs/intlayer-api/fetcher.ts"
|
|
2928
|
+
]
|
|
2929
|
+
},
|
|
2706
2930
|
"src/libs/intlayer-api/user.ts": {
|
|
2707
2931
|
"file": "libs/intlayer-api/user.cjs",
|
|
2708
2932
|
"name": "libs/intlayer-api/user",
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("./jsx-runtime-XHKiWCTo.cjs");
|
|
4
|
+
const transformers = require("@shikijs/transformers");
|
|
5
|
+
const shiki = require("shiki");
|
|
6
|
+
const CodeBlockShiki = async ({
|
|
7
|
+
children,
|
|
8
|
+
lang,
|
|
9
|
+
isDarkMode,
|
|
10
|
+
onChange,
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const shikiOptions = {
|
|
14
|
+
lang,
|
|
15
|
+
theme: isDarkMode ? "github-dark" : "github-light",
|
|
16
|
+
transformers: [
|
|
17
|
+
transformers.transformerNotationDiff(),
|
|
18
|
+
transformers.transformerNotationHighlight(),
|
|
19
|
+
transformers.transformerNotationWordHighlight(),
|
|
20
|
+
transformers.transformerNotationErrorLevel(),
|
|
21
|
+
transformers.transformerMetaHighlight(),
|
|
22
|
+
transformers.transformerMetaWordHighlight()
|
|
23
|
+
]
|
|
24
|
+
};
|
|
25
|
+
const out = await shiki.codeToHtml(children, shikiOptions);
|
|
26
|
+
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("div", { dangerouslySetInnerHTML: { __html: out }, ...props });
|
|
27
|
+
};
|
|
28
|
+
exports.CodeBlockShiki = CodeBlockShiki;
|
|
29
|
+
//# sourceMappingURL=CodeBlockShiki-BlmZyrr7.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeBlockShiki-BlmZyrr7.cjs","sources":["../src/components/IDE/CodeBlockShiki.tsx"],"sourcesContent":["import {\n transformerNotationDiff,\n transformerNotationHighlight,\n transformerNotationWordHighlight,\n transformerNotationErrorLevel,\n transformerMetaHighlight,\n transformerMetaWordHighlight,\n} from '@shikijs/transformers';\nimport { type FC } from 'react';\nimport {\n BundledLanguage,\n BundledTheme,\n CodeToHastOptions,\n codeToHtml,\n} from 'shiki';\nimport { CodeBlockProps } from './CodeBlock';\n\nexport const CodeBlockShiki = async ({\n children,\n lang,\n isDarkMode,\n onChange,\n ...props\n}: CodeBlockProps) => {\n const shikiOptions: CodeToHastOptions<BundledLanguage, BundledTheme> = {\n lang,\n theme: isDarkMode ? 'github-dark' : 'github-light',\n transformers: [\n transformerNotationDiff(),\n transformerNotationHighlight(),\n transformerNotationWordHighlight(),\n transformerNotationErrorLevel(),\n transformerMetaHighlight(),\n transformerMetaWordHighlight(),\n ],\n };\n\n const out = await codeToHtml(children, shikiOptions);\n\n return <div dangerouslySetInnerHTML={{ __html: out }} {...props} />;\n};\n"],"names":["transformerNotationDiff","transformerNotationHighlight","transformerNotationWordHighlight","transformerNotationErrorLevel","transformerMetaHighlight","transformerMetaWordHighlight","codeToHtml","jsx"],"mappings":";;;;;AAiBO,MAAM,iBAAiB,OAAO;AAAA,EACnC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,MAAsB;AACpB,QAAM,eAAiE;AAAA,IACrE;AAAA,IACA,OAAO,aAAa,gBAAgB;AAAA,IACpC,cAAc;AAAA,MACZA,qCAAwB;AAAA,MACxBC,0CAA6B;AAAA,MAC7BC,8CAAiC;AAAA,MACjCC,2CAA8B;AAAA,MAC9BC,sCAAyB;AAAA,MACzBC,aAA6B,6BAAA;AAAA,IAAA;AAAA,EAEjC;AAEA,QAAM,MAAM,MAAMC,iBAAW,UAAU,YAAY;AAE5C,SAAAC,2BAAA,kBAAA,IAAC,SAAI,yBAAyB,EAAE,QAAQ,IAAI,GAAI,GAAG,OAAO;AACnE;;"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { j as jsxRuntimeExports } from "./jsx-runtime-DaNGiM0W.js";
|
|
2
|
+
import { transformerNotationDiff, transformerNotationHighlight, transformerNotationWordHighlight, transformerNotationErrorLevel, transformerMetaHighlight, transformerMetaWordHighlight } from "@shikijs/transformers";
|
|
3
|
+
import { codeToHtml } from "shiki";
|
|
4
|
+
const CodeBlockShiki = async ({
|
|
5
|
+
children,
|
|
6
|
+
lang,
|
|
7
|
+
isDarkMode,
|
|
8
|
+
onChange,
|
|
9
|
+
...props
|
|
10
|
+
}) => {
|
|
11
|
+
const shikiOptions = {
|
|
12
|
+
lang,
|
|
13
|
+
theme: isDarkMode ? "github-dark" : "github-light",
|
|
14
|
+
transformers: [
|
|
15
|
+
transformerNotationDiff(),
|
|
16
|
+
transformerNotationHighlight(),
|
|
17
|
+
transformerNotationWordHighlight(),
|
|
18
|
+
transformerNotationErrorLevel(),
|
|
19
|
+
transformerMetaHighlight(),
|
|
20
|
+
transformerMetaWordHighlight()
|
|
21
|
+
]
|
|
22
|
+
};
|
|
23
|
+
const out = await codeToHtml(children, shikiOptions);
|
|
24
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { dangerouslySetInnerHTML: { __html: out }, ...props });
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
CodeBlockShiki
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=CodeBlockShiki-CcpV9SVi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeBlockShiki-CcpV9SVi.js","sources":["../src/components/IDE/CodeBlockShiki.tsx"],"sourcesContent":["import {\n transformerNotationDiff,\n transformerNotationHighlight,\n transformerNotationWordHighlight,\n transformerNotationErrorLevel,\n transformerMetaHighlight,\n transformerMetaWordHighlight,\n} from '@shikijs/transformers';\nimport { type FC } from 'react';\nimport {\n BundledLanguage,\n BundledTheme,\n CodeToHastOptions,\n codeToHtml,\n} from 'shiki';\nimport { CodeBlockProps } from './CodeBlock';\n\nexport const CodeBlockShiki = async ({\n children,\n lang,\n isDarkMode,\n onChange,\n ...props\n}: CodeBlockProps) => {\n const shikiOptions: CodeToHastOptions<BundledLanguage, BundledTheme> = {\n lang,\n theme: isDarkMode ? 'github-dark' : 'github-light',\n transformers: [\n transformerNotationDiff(),\n transformerNotationHighlight(),\n transformerNotationWordHighlight(),\n transformerNotationErrorLevel(),\n transformerMetaHighlight(),\n transformerMetaWordHighlight(),\n ],\n };\n\n const out = await codeToHtml(children, shikiOptions);\n\n return <div dangerouslySetInnerHTML={{ __html: out }} {...props} />;\n};\n"],"names":["jsx"],"mappings":";;;AAiBO,MAAM,iBAAiB,OAAO;AAAA,EACnC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,MAAsB;AACpB,QAAM,eAAiE;AAAA,IACrE;AAAA,IACA,OAAO,aAAa,gBAAgB;AAAA,IACpC,cAAc;AAAA,MACZ,wBAAwB;AAAA,MACxB,6BAA6B;AAAA,MAC7B,iCAAiC;AAAA,MACjC,8BAA8B;AAAA,MAC9B,yBAAyB;AAAA,MACzB,6BAA6B;AAAA,IAAA;AAAA,EAEjC;AAEA,QAAM,MAAM,MAAM,WAAW,UAAU,YAAY;AAE5C,SAAAA,kCAAA,IAAC,SAAI,yBAAyB,EAAE,QAAQ,IAAI,GAAI,GAAG,OAAO;AACnE;"}
|