@intlayer/design-system 3.2.2 → 3.3.3
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 +236 -182
- package/dist/{Form-DERuauvB.cjs → Form-BDcoNTLV.cjs} +2 -2
- package/dist/{Form-DERuauvB.cjs.map → Form-BDcoNTLV.cjs.map} +1 -1
- package/dist/{Form-DyFBmVya.js → Form-DhsgC7kB.js} +6 -6
- package/dist/{Form-DyFBmVya.js.map → Form-DhsgC7kB.js.map} +1 -1
- package/dist/components/Accordion/Accordion.cjs +1 -1
- package/dist/components/Accordion/Accordion.mjs +1 -1
- package/dist/components/Auth/AuthModal/index.cjs +1 -1
- package/dist/components/Auth/AuthModal/index.mjs +1 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.cjs +1 -1
- package/dist/components/Auth/AuthenticationBarrier/AuthenticationBarrierClient.mjs +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs +16 -2
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.cjs.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.d.ts.map +1 -1
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs +16 -2
- package/dist/components/Auth/ChangePasswordForm/ChangePasswordForm.mjs.map +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.cjs +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/ExternalsLoginButtons.mjs +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.cjs +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GithubLogo.mjs +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.cjs +1 -1
- package/dist/components/Auth/ExternalsLoginButtons/assets/GoogleLogo.mjs +1 -1
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.cjs +2 -2
- package/dist/components/Auth/ResetPasswordForm/ResetPasswordForm.mjs +2 -2
- package/dist/components/Auth/SignInForm/SignInForm.cjs +2 -2
- package/dist/components/Auth/SignInForm/SignInForm.mjs +2 -2
- package/dist/components/Auth/SignUpForm/SignUpForm.cjs +2 -2
- package/dist/components/Auth/SignUpForm/SignUpForm.mjs +2 -2
- package/dist/components/Avatar/index.cjs +1 -1
- package/dist/components/Avatar/index.mjs +1 -1
- package/dist/components/Badge/index.cjs +1 -1
- package/dist/components/Badge/index.d.ts +1 -1
- package/dist/components/Badge/index.mjs +1 -1
- package/dist/components/Breadcrumb/index.cjs +39 -20
- package/dist/components/Breadcrumb/index.cjs.map +1 -1
- package/dist/components/Breadcrumb/index.d.ts +2 -2
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.mjs +39 -20
- package/dist/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/components/Button/Button.cjs +10 -4
- package/dist/components/Button/Button.cjs.map +1 -1
- package/dist/components/Button/Button.d.ts +3 -3
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/Button.mjs +10 -4
- package/dist/components/Button/Button.mjs.map +1 -1
- package/dist/components/Command/index.cjs +1 -1
- package/dist/components/Command/index.d.ts +9 -9
- package/dist/components/Command/index.d.ts.map +1 -1
- package/dist/components/Command/index.mjs +1 -1
- package/dist/components/Container/index.cjs +11 -2
- package/dist/components/Container/index.cjs.map +1 -1
- package/dist/components/Container/index.d.ts +4 -2
- package/dist/components/Container/index.d.ts.map +1 -1
- package/dist/components/Container/index.mjs +11 -2
- package/dist/components/Container/index.mjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditor.cjs +1 -1
- package/dist/components/ContentEditor/ContentEditor.mjs +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs +18 -5
- package/dist/components/ContentEditor/ContentEditorTextArea.cjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts +2 -0
- package/dist/components/ContentEditor/ContentEditorTextArea.d.ts.map +1 -1
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs +18 -5
- package/dist/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -1
- package/dist/components/ContentSelector/ContentSelector.cjs +1 -1
- package/dist/components/ContentSelector/ContentSelector.mjs +1 -1
- package/dist/components/CopyToClipboard/index.cjs +1 -1
- package/dist/components/CopyToClipboard/index.mjs +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs +11 -5
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs +11 -5
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -1
- package/dist/components/DictionaryEditor/ItemLayout.cjs +1 -1
- package/dist/components/DictionaryEditor/ItemLayout.mjs +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.mjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.mjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.mjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.mjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts +2 -2
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/NodeWrapper/index.mjs +2 -2
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs +2 -2
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.mjs +2 -2
- package/dist/components/DictionaryEditor/useEditedContentStore.cjs +13 -10
- package/dist/components/DictionaryEditor/useEditedContentStore.cjs.map +1 -1
- package/dist/components/DictionaryEditor/useEditedContentStore.d.ts +1 -0
- package/dist/components/DictionaryEditor/useEditedContentStore.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/useEditedContentStore.mjs +13 -10
- package/dist/components/DictionaryEditor/useEditedContentStore.mjs.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs +6 -6
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.cjs.map +1 -1
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs +6 -6
- package/dist/components/DictionaryEditor/validDictionaryChangeButtons.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/DictionariesSelector/DictionariesSelector.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +3 -3
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +3 -3
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryFormSchema.d.ts +2 -2
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +3 -3
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +3 -3
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsSchema.d.ts +4 -4
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +36 -55
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +37 -56
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs +50 -23
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs +51 -24
- package/dist/components/DictionaryFieldEditor/EditorView/EditorView.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/EditorView/TextEditor.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.cjs +1 -1
- package/dist/components/DictionaryFieldEditor/EnumKeyInput.mjs +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs +59 -0
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts +8 -0
- package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs +59 -0
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.cjs +1 -1
- package/dist/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs +98 -0
- package/dist/components/DictionaryFieldEditor/NodeEditor.cjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts +8 -0
- package/dist/components/DictionaryFieldEditor/NodeEditor.d.ts.map +1 -0
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs +98 -0
- package/dist/components/DictionaryFieldEditor/NodeEditor.mjs.map +1 -0
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/NodeTypeSelector.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +6 -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 +6 -4
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +6 -6
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +6 -6
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs +12 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts +4 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs +12 -0
- package/dist/components/DictionaryFieldEditor/editorView.content.mjs.map +1 -1
- package/dist/components/DropDown/index.cjs +1 -1
- package/dist/components/DropDown/index.mjs +1 -1
- package/dist/components/EditableField/EditableFieldInput.cjs +1 -1
- package/dist/components/EditableField/EditableFieldInput.mjs +1 -1
- package/dist/components/EditableField/EditableFieldLayout.cjs +9 -3
- package/dist/components/EditableField/EditableFieldLayout.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.d.ts +3 -3
- package/dist/components/EditableField/EditableFieldLayout.d.ts.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.mjs +9 -3
- package/dist/components/EditableField/EditableFieldLayout.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.cjs +23 -6
- 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 +24 -7
- package/dist/components/EditableField/EditableFieldTextArea.mjs.map +1 -1
- package/dist/components/Flags/Flag.cjs +1 -1
- package/dist/components/Flags/Flag.mjs +1 -1
- package/dist/components/Footer/index.cjs +1 -1
- package/dist/components/Footer/index.mjs +1 -1
- package/dist/components/Form/Form.cjs +2 -2
- package/dist/components/Form/Form.mjs +2 -2
- package/dist/components/Form/FormBase.cjs +1 -1
- package/dist/components/Form/FormBase.d.ts.map +1 -1
- package/dist/components/Form/FormBase.mjs +1 -1
- package/dist/components/Form/FormControl.cjs +1 -1
- package/dist/components/Form/FormControl.mjs +1 -1
- package/dist/components/Form/FormDescription.cjs +1 -1
- package/dist/components/Form/FormDescription.mjs +1 -1
- package/dist/components/Form/FormField.cjs +1 -1
- package/dist/components/Form/FormField.mjs +1 -1
- package/dist/components/Form/FormItem.cjs +1 -1
- package/dist/components/Form/FormItem.mjs +1 -1
- package/dist/components/Form/FormLabel.cjs +1 -1
- package/dist/components/Form/FormLabel.mjs +1 -1
- package/dist/components/Form/FormMessage.cjs +1 -1
- package/dist/components/Form/FormMessage.mjs +1 -1
- package/dist/components/Form/elements/CheckboxElement.cjs +2 -2
- package/dist/components/Form/elements/CheckboxElement.mjs +2 -2
- package/dist/components/Form/elements/EditableFieldInputElement.cjs +2 -2
- package/dist/components/Form/elements/EditableFieldInputElement.mjs +2 -2
- package/dist/components/Form/elements/EditableFieldTextAreaElement.cjs +2 -2
- package/dist/components/Form/elements/EditableFieldTextAreaElement.mjs +3 -3
- package/dist/components/Form/elements/FormElement.cjs +2 -2
- package/dist/components/Form/elements/FormElement.mjs +3 -3
- package/dist/components/Form/elements/FormElementWrapper.cjs +1 -1
- package/dist/components/Form/elements/FormElementWrapper.mjs +1 -1
- package/dist/components/Form/elements/InputElement.cjs +2 -2
- package/dist/components/Form/elements/InputElement.mjs +2 -2
- package/dist/components/Form/elements/InputPasswordElement.cjs +2 -2
- package/dist/components/Form/elements/InputPasswordElement.mjs +3 -3
- package/dist/components/Form/elements/MultiselectElement.cjs +2 -2
- package/dist/components/Form/elements/MultiselectElement.mjs +2 -2
- package/dist/components/Form/elements/SelectElement.cjs +2 -2
- package/dist/components/Form/elements/SelectElement.mjs +2 -2
- package/dist/components/Form/elements/SwitchSelectorElement.cjs +2 -2
- package/dist/components/Form/elements/SwitchSelectorElement.mjs +2 -2
- package/dist/components/Form/elements/TextAreaElement.cjs +2 -2
- package/dist/components/Form/elements/TextAreaElement.mjs +2 -2
- package/dist/components/Form/elements/index.cjs +1 -1
- package/dist/components/Form/elements/index.mjs +4 -4
- package/dist/components/Form/index.cjs +1 -1
- package/dist/components/Form/index.mjs +1 -1
- package/dist/components/Form/layout/FormItemLayout.cjs +2 -2
- package/dist/components/Form/layout/FormItemLayout.mjs +3 -3
- package/dist/components/Form/layout/FormLabelLayout.cjs +1 -1
- package/dist/components/Form/layout/FormLabelLayout.mjs +1 -1
- package/dist/components/Form/layout/RequiredStar.cjs +1 -1
- package/dist/components/Form/layout/RequiredStar.mjs +1 -1
- package/dist/components/Form/layout/index.cjs +1 -1
- package/dist/components/Form/layout/index.mjs +2 -2
- package/dist/components/Headers/index.cjs +1 -1
- package/dist/components/Headers/index.mjs +1 -1
- package/dist/components/IDE/CodeRender.cjs +1 -1
- package/dist/components/IDE/CodeRender.mjs +1 -1
- package/dist/components/IDE/FileList.cjs +1 -1
- package/dist/components/IDE/FileList.mjs +1 -1
- package/dist/components/IDE/FileTree.cjs +1 -1
- package/dist/components/IDE/FileTree.mjs +1 -1
- package/dist/components/IDE/IDE.cjs +1 -1
- package/dist/components/IDE/IDE.mjs +1 -1
- package/dist/components/IDE/MarkDownRender.cjs +1 -1
- package/dist/components/IDE/MarkDownRender.mjs +1 -1
- package/dist/components/InformationTag/index.cjs +1 -1
- package/dist/components/InformationTag/index.mjs +1 -1
- package/dist/components/Input/Checkbox.cjs +1 -1
- package/dist/components/Input/Checkbox.d.ts +1 -1
- package/dist/components/Input/Checkbox.mjs +1 -1
- package/dist/components/Input/Input.cjs +1 -1
- package/dist/components/Input/Input.mjs +1 -1
- package/dist/components/Input/InputPassword.cjs +1 -1
- package/dist/components/Input/InputPassword.mjs +1 -1
- package/dist/components/Label/index.cjs +1 -1
- package/dist/components/Label/index.mjs +1 -1
- package/dist/components/Link/Link.cjs +1 -1
- package/dist/components/Link/Link.d.ts +1 -1
- package/dist/components/Link/Link.mjs +1 -1
- package/dist/components/Loader/index.cjs +1 -1
- package/dist/components/Loader/index.mjs +1 -1
- package/dist/components/Loader/spinner.cjs +1 -1
- package/dist/components/Loader/spinner.mjs +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
- package/dist/components/Logo/LogoCircle.cjs +1 -1
- package/dist/components/Logo/LogoCircle.mjs +1 -1
- package/dist/components/Logo/LogoNoFrame.cjs +1 -1
- package/dist/components/Logo/LogoNoFrame.mjs +1 -1
- package/dist/components/Logo/LogoSquare.cjs +1 -1
- package/dist/components/Logo/LogoSquare.mjs +1 -1
- package/dist/components/Logo/LogoSquircle.cjs +1 -1
- package/dist/components/Logo/LogoSquircle.mjs +1 -1
- package/dist/components/Logo/LogoTextOnly.cjs +1 -1
- package/dist/components/Logo/LogoTextOnly.mjs +1 -1
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs +1 -1
- package/dist/components/Logo/LogoWithTextBelowCircle.mjs +1 -1
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs +1 -1
- package/dist/components/Logo/LogoWithTextBelowNoFrame.mjs +1 -1
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs +1 -1
- package/dist/components/Logo/LogoWithTextBelowSquircle.mjs +1 -1
- package/dist/components/Logo/LogoWithTextCircle.cjs +1 -1
- package/dist/components/Logo/LogoWithTextCircle.mjs +1 -1
- package/dist/components/Logo/LogoWithTextNoFrame.cjs +1 -1
- package/dist/components/Logo/LogoWithTextNoFrame.mjs +1 -1
- package/dist/components/Logo/LogoWithTextSquircle.cjs +1 -1
- package/dist/components/Logo/LogoWithTextSquircle.mjs +1 -1
- package/dist/components/Logo/index.cjs +1 -1
- package/dist/components/Logo/index.mjs +1 -1
- package/dist/components/MarkDownRender/index.cjs +1 -1
- package/dist/components/MarkDownRender/index.mjs +1 -1
- package/dist/components/MaxHeightSmoother/index.cjs +1 -1
- package/dist/components/MaxHeightSmoother/index.mjs +1 -1
- package/dist/components/MaxWidthSmoother/index.cjs +1 -1
- package/dist/components/MaxWidthSmoother/index.mjs +1 -1
- package/dist/components/Modal/Modal.cjs +1 -1
- package/dist/components/Modal/Modal.cjs.map +1 -1
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/Modal/Modal.mjs +1 -1
- package/dist/components/Modal/Modal.mjs.map +1 -1
- package/dist/components/Navbar/Burger.cjs +1 -1
- package/dist/components/Navbar/Burger.mjs +1 -1
- package/dist/components/Navbar/DesktopNavbar.cjs +1 -1
- package/dist/components/Navbar/DesktopNavbar.mjs +1 -1
- package/dist/components/Navbar/MobileNavbar.cjs +1 -1
- package/dist/components/Navbar/MobileNavbar.mjs +1 -1
- package/dist/components/Navbar/index.cjs +1 -1
- package/dist/components/Navbar/index.mjs +1 -1
- package/dist/components/Pattern/DotPattern.cjs +1 -1
- package/dist/components/Pattern/DotPattern.mjs +1 -1
- package/dist/components/Pattern/GridPattern.cjs +1 -1
- package/dist/components/Pattern/GridPattern.mjs +1 -1
- package/dist/components/Pattern/SpotLight.cjs +1 -1
- package/dist/components/Pattern/SpotLight.mjs +1 -1
- package/dist/components/Popover/index.cjs +1 -1
- package/dist/components/Popover/index.mjs +1 -1
- package/dist/components/PressableSpan/PressableSpan.cjs +1 -1
- package/dist/components/PressableSpan/PressableSpan.mjs +1 -1
- package/dist/components/ProfileDropDown/index.cjs +1 -1
- package/dist/components/ProfileDropDown/index.mjs +1 -1
- package/dist/components/RightDrawer/RightDrawer.cjs +1 -1
- package/dist/components/RightDrawer/RightDrawer.mjs +1 -1
- package/dist/components/Select/Multiselect.cjs +1 -1
- package/dist/components/Select/Multiselect.d.ts +2 -2
- package/dist/components/Select/Multiselect.d.ts.map +1 -1
- package/dist/components/Select/Multiselect.mjs +1 -1
- package/dist/components/Select/Select.cjs +1 -1
- package/dist/components/Select/Select.mjs +1 -1
- package/dist/components/SwitchSelector/index.cjs +1 -1
- package/dist/components/SwitchSelector/index.d.ts +1 -1
- package/dist/components/SwitchSelector/index.mjs +1 -1
- package/dist/components/TabSelector/TabSelector.cjs +1 -1
- package/dist/components/TabSelector/TabSelector.d.ts +1 -1
- package/dist/components/TabSelector/TabSelector.mjs +1 -1
- package/dist/components/Tag/index.cjs +3 -2
- package/dist/components/Tag/index.cjs.map +1 -1
- package/dist/components/Tag/index.d.ts +2 -2
- package/dist/components/Tag/index.d.ts.map +1 -1
- package/dist/components/Tag/index.mjs +3 -2
- package/dist/components/Tag/index.mjs.map +1 -1
- package/dist/components/TextArea/AutoSizeTextArea.cjs +1 -1
- package/dist/components/TextArea/AutoSizeTextArea.mjs +1 -1
- package/dist/components/TextArea/TextArea.cjs +1 -1
- package/dist/components/TextArea/TextArea.mjs +1 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs +1 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs +1 -1
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
- package/dist/components/Toaster/Toast.cjs +1 -1
- package/dist/components/Toaster/Toast.mjs +1 -1
- package/dist/components/Toaster/Toaster.cjs +1 -1
- package/dist/components/Toaster/Toaster.mjs +1 -1
- package/dist/components/WithResizer/index.cjs +1 -1
- package/dist/components/WithResizer/index.mjs +1 -1
- package/dist/components/index.cjs +3 -1
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.mjs +3 -1
- package/dist/components/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +2 -1
- package/dist/hooks/intlayerAPIHooks.cjs +14 -3
- package/dist/hooks/intlayerAPIHooks.cjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.d.ts +1 -0
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
- package/dist/hooks/intlayerAPIHooks.mjs +14 -3
- package/dist/hooks/intlayerAPIHooks.mjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.cjs +1 -1
- package/dist/hooks/useAsync/useAsync.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.mjs +1 -1
- package/dist/hooks/useAsync/useAsync.mjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.d.ts +1 -0
- package/dist/hooks/useIntlayerAPI.d.ts.map +1 -1
- package/dist/hooks/usePersistedStore.cjs +3 -2
- package/dist/hooks/usePersistedStore.cjs.map +1 -1
- package/dist/hooks/usePersistedStore.d.ts.map +1 -1
- package/dist/hooks/usePersistedStore.mjs +3 -2
- package/dist/hooks/usePersistedStore.mjs.map +1 -1
- package/dist/{index-BZQDMSxb.cjs → index-BtZWYJhL.cjs} +2 -2
- package/dist/index-BtZWYJhL.cjs.map +1 -0
- package/dist/{index-pLq_417z.js → index-D9oaKvKC.js} +2 -2
- package/dist/index-D9oaKvKC.js.map +1 -0
- package/dist/{jsx-runtime-BgSF1HG2.js → jsx-runtime-DaNGiM0W.js} +15 -9
- package/dist/{jsx-runtime-BgSF1HG2.js.map → jsx-runtime-DaNGiM0W.js.map} +1 -1
- package/dist/{jsx-runtime-DvCoRj5u.cjs → jsx-runtime-XHKiWCTo.cjs} +15 -9
- package/dist/{jsx-runtime-DvCoRj5u.cjs.map → jsx-runtime-XHKiWCTo.cjs.map} +1 -1
- package/dist/libs/intlayer-api/index.cjs +1 -1
- package/dist/libs/intlayer-api/index.cjs.map +1 -1
- package/dist/libs/intlayer-api/index.d.ts +2 -0
- package/dist/libs/intlayer-api/index.d.ts.map +1 -1
- package/dist/libs/intlayer-api/index.mjs +1 -1
- package/dist/libs/intlayer-api/index.mjs.map +1 -1
- package/dist/libs/intlayer-api/stripe.cjs +12 -3
- package/dist/libs/intlayer-api/stripe.cjs.map +1 -1
- package/dist/libs/intlayer-api/stripe.d.ts +1 -0
- package/dist/libs/intlayer-api/stripe.d.ts.map +1 -1
- package/dist/libs/intlayer-api/stripe.mjs +12 -3
- package/dist/libs/intlayer-api/stripe.mjs.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/zod-BV4nCGJE.js.map +1 -1
- package/dist/zod-DSrtTSD_.cjs.map +1 -1
- package/package.json +47 -46
- package/tailwind.config.js +215 -0
- package/dist/Form-2XHQV7F_.cjs +0 -295
- package/dist/Form-2XHQV7F_.cjs.map +0 -1
- package/dist/Form-BO0i3nT9.js +0 -300
- package/dist/Form-BO0i3nT9.js.map +0 -1
- package/dist/Form-BaHDK0RZ.cjs +0 -298
- package/dist/Form-BaHDK0RZ.cjs.map +0 -1
- package/dist/Form-BfZMqK2D.js +0 -300
- package/dist/Form-BfZMqK2D.js.map +0 -1
- package/dist/Form-C13KWSZs.cjs +0 -299
- package/dist/Form-C13KWSZs.cjs.map +0 -1
- package/dist/Form-C8K2f8ph.js +0 -300
- package/dist/Form-C8K2f8ph.js.map +0 -1
- package/dist/Form-CKvCgz8c.cjs +0 -299
- package/dist/Form-CKvCgz8c.cjs.map +0 -1
- package/dist/Form-Cbk5Lhpd.js +0 -299
- package/dist/Form-Cbk5Lhpd.js.map +0 -1
- package/dist/Form-Cbu7ff1e.js +0 -278
- package/dist/Form-Cbu7ff1e.js.map +0 -1
- package/dist/Form-CiAgFAPb.cjs +0 -300
- package/dist/Form-CiAgFAPb.cjs.map +0 -1
- package/dist/Form-CnBKDneQ.js +0 -296
- package/dist/Form-CnBKDneQ.js.map +0 -1
- package/dist/Form-DhlDf3ML.cjs +0 -299
- package/dist/Form-DhlDf3ML.cjs.map +0 -1
- package/dist/Form-DkAZ0Jdf.cjs +0 -299
- package/dist/Form-DkAZ0Jdf.cjs.map +0 -1
- package/dist/Form-DqnNP4DA.js +0 -300
- package/dist/Form-DqnNP4DA.js.map +0 -1
- package/dist/Form-FW4Odjfm.js +0 -301
- package/dist/Form-FW4Odjfm.js.map +0 -1
- package/dist/Form-wWTTkxTp.cjs +0 -277
- package/dist/Form-wWTTkxTp.cjs.map +0 -1
- package/dist/TabSelector-BmkzVPXl.js +0 -660
- package/dist/TabSelector-BmkzVPXl.js.map +0 -1
- package/dist/TabSelector-o_NRBvPQ.cjs +0 -659
- package/dist/TabSelector-o_NRBvPQ.cjs.map +0 -1
- package/dist/components/Auth/AuthProvider/index.cjs +0 -55
- package/dist/components/Auth/AuthProvider/index.cjs.map +0 -1
- package/dist/components/Auth/AuthProvider/index.d.ts +0 -31
- package/dist/components/Auth/AuthProvider/index.d.ts.map +0 -1
- package/dist/components/Auth/AuthProvider/index.mjs +0 -55
- package/dist/components/Auth/AuthProvider/index.mjs.map +0 -1
- package/dist/components/Auth/AuthProvider/useCSRF.cjs +0 -22
- package/dist/components/Auth/AuthProvider/useCSRF.cjs.map +0 -1
- package/dist/components/Auth/AuthProvider/useCSRF.d.ts +0 -5
- package/dist/components/Auth/AuthProvider/useCSRF.d.ts.map +0 -1
- package/dist/components/Auth/AuthProvider/useCSRF.mjs +0 -22
- package/dist/components/Auth/AuthProvider/useCSRF.mjs.map +0 -1
- package/dist/components/Auth/AuthProvider/useOAuth2.cjs +0 -26
- package/dist/components/Auth/AuthProvider/useOAuth2.cjs.map +0 -1
- package/dist/components/Auth/AuthProvider/useOAuth2.d.ts +0 -4
- package/dist/components/Auth/AuthProvider/useOAuth2.d.ts.map +0 -1
- package/dist/components/Auth/AuthProvider/useOAuth2.mjs +0 -26
- package/dist/components/Auth/AuthProvider/useOAuth2.mjs.map +0 -1
- package/dist/components/Auth/AuthProvider/useSession.cjs +0 -70
- package/dist/components/Auth/AuthProvider/useSession.cjs.map +0 -1
- package/dist/components/Auth/AuthProvider/useSession.d.ts +0 -8
- package/dist/components/Auth/AuthProvider/useSession.d.ts.map +0 -1
- package/dist/components/Auth/AuthProvider/useSession.mjs +0 -70
- package/dist/components/Auth/AuthProvider/useSession.mjs.map +0 -1
- package/dist/hooks/useAsync/useProxyState.d.ts +0 -3
- package/dist/hooks/useAsync/useProxyState.d.ts.map +0 -1
- package/dist/hooks/usePersistenceStore.cjs +0 -22
- package/dist/hooks/usePersistenceStore.cjs.map +0 -1
- package/dist/hooks/usePersistenceStore.d.ts +0 -2
- package/dist/hooks/usePersistenceStore.d.ts.map +0 -1
- package/dist/hooks/usePersistenceStore.mjs +0 -22
- package/dist/hooks/usePersistenceStore.mjs.map +0 -1
- package/dist/index-BUDsCMdX.cjs +0 -204
- package/dist/index-BUDsCMdX.cjs.map +0 -1
- package/dist/index-BZQDMSxb.cjs.map +0 -1
- package/dist/index-C09rI9kw.js +0 -205
- package/dist/index-C09rI9kw.js.map +0 -1
- package/dist/index-pLq_417z.js.map +0 -1
- package/dist/stripe-BsI0lJWz.js +0 -22
- package/dist/stripe-BsI0lJWz.js.map +0 -1
- package/dist/stripe-C-u5RvGh.js +0 -22
- package/dist/stripe-C-u5RvGh.js.map +0 -1
- package/dist/stripe-CF_E65Vu.js +0 -22
- package/dist/stripe-CF_E65Vu.js.map +0 -1
- package/dist/stripe-CpGvfq6T.cjs +0 -21
- package/dist/stripe-CpGvfq6T.cjs.map +0 -1
- package/dist/stripe-DEv4DjAL.cjs +0 -21
- package/dist/stripe-DEv4DjAL.cjs.map +0 -1
- package/dist/stripe-DuG0uaEn.cjs +0 -21
- package/dist/stripe-DuG0uaEn.cjs.map +0 -1
- package/dist/useProxyState-D5GLrY2y.js +0 -20
- package/dist/useProxyState-D5GLrY2y.js.map +0 -1
- package/dist/useProxyState-DewdF3no.cjs +0 -19
- package/dist/useProxyState-DewdF3no.cjs.map +0 -1
- package/dist/validDictionaryChangeButtons.content-BK9QaXPm.cjs +0 -66
- package/dist/validDictionaryChangeButtons.content-BK9QaXPm.cjs.map +0 -1
- package/dist/validDictionaryChangeButtons.content-CAAscqJI.cjs +0 -66
- package/dist/validDictionaryChangeButtons.content-CAAscqJI.cjs.map +0 -1
- package/dist/validDictionaryChangeButtons.content-D7AvoBdl.js +0 -67
- package/dist/validDictionaryChangeButtons.content-D7AvoBdl.js.map +0 -1
- package/dist/validDictionaryChangeButtons.content-DQwoUNCC.cjs +0 -45
- package/dist/validDictionaryChangeButtons.content-DQwoUNCC.cjs.map +0 -1
- package/dist/validDictionaryChangeButtons.content-DQxPoIe6.js +0 -67
- package/dist/validDictionaryChangeButtons.content-DQxPoIe6.js.map +0 -1
- package/dist/validDictionaryChangeButtons.content-JUcjGdBx.cjs +0 -66
- package/dist/validDictionaryChangeButtons.content-JUcjGdBx.cjs.map +0 -1
- package/dist/validDictionaryChangeButtons.content-ejY3-sbG.js +0 -67
- package/dist/validDictionaryChangeButtons.content-ejY3-sbG.js.map +0 -1
- package/dist/validDictionaryChangeButtons.content-iyT0lKy7.js +0 -46
- package/dist/validDictionaryChangeButtons.content-iyT0lKy7.js.map +0 -1
- package/dist/validDictionaryChangeButtons.content-u4qShrQh.cjs +0 -66
- package/dist/validDictionaryChangeButtons.content-u4qShrQh.cjs.map +0 -1
- package/dist/validDictionaryChangeButtons.content-y4up9NU8.js +0 -67
- package/dist/validDictionaryChangeButtons.content-y4up9NU8.js.map +0 -1
package/dist/stripe-CF_E65Vu.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { getConfiguration } from "@intlayer/config/client";
|
|
2
|
-
import { fetcher } from "./libs/intlayer-api/fetcher.mjs";
|
|
3
|
-
const backendURL = getConfiguration().editor.backendURL;
|
|
4
|
-
const STRIPE_API_ROUTE = `${backendURL}/api/stripe`;
|
|
5
|
-
const getStripeAPI = (authAPIOptions = {}) => {
|
|
6
|
-
const getCheckoutSession = async (body, otherOptions = {}) => await fetcher(
|
|
7
|
-
STRIPE_API_ROUTE,
|
|
8
|
-
authAPIOptions,
|
|
9
|
-
otherOptions,
|
|
10
|
-
{
|
|
11
|
-
method: "POST",
|
|
12
|
-
body
|
|
13
|
-
}
|
|
14
|
-
);
|
|
15
|
-
return {
|
|
16
|
-
getCheckoutSession
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export {
|
|
20
|
-
getStripeAPI as g
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=stripe-CF_E65Vu.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stripe-CF_E65Vu.js","sources":["../src/libs/intlayer-api/stripe.ts"],"sourcesContent":["import type {\n GetCheckoutSessionBody,\n GetCheckoutSessionResult,\n} from '@intlayer/backend';\nimport { getConfiguration } from '@intlayer/config/client';\nimport { fetcher, type FetcherOptions } from './fetcher';\n\nconst backendURL = getConfiguration().editor.backendURL;\nconst STRIPE_API_ROUTE = `${backendURL}/api/stripe`;\n\nexport const getStripeAPI = (authAPIOptions: FetcherOptions = {}) => {\n /**\n * Retrieves a checkout session.\n * @param body - Checkout session body.\n */\n const getCheckoutSession = async (\n body?: GetCheckoutSessionBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetCheckoutSessionResult>(\n STRIPE_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body,\n }\n );\n\n return {\n getCheckoutSession,\n };\n};\n"],"names":[],"mappings":";;AAOA,MAAM,aAAa,iBAAiB,EAAE,OAAO;AAC7C,MAAM,mBAAmB,GAAG,UAAU;AAE/B,MAAM,eAAe,CAAC,iBAAiC,OAAO;AAKnE,QAAM,qBAAqB,OACzB,MACA,eAA+B,CAAA,MAE/B,MAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR;AAAA,IACF;AAAA,EAAA;AAGG,SAAA;AAAA,IACL;AAAA,EAAA;AAEJ;"}
|
package/dist/stripe-CpGvfq6T.cjs
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const client = require("@intlayer/config/client");
|
|
3
|
-
const libs_intlayerApi_fetcher = require("./libs/intlayer-api/fetcher.cjs");
|
|
4
|
-
const backendURL = client.getConfiguration().editor.backendURL;
|
|
5
|
-
const STRIPE_API_ROUTE = `${backendURL}/api/stripe`;
|
|
6
|
-
const getStripeAPI = (authAPIOptions = {}) => {
|
|
7
|
-
const getCheckoutSession = async (body, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
|
|
8
|
-
`${STRIPE_API_ROUTE}/checkout-session`,
|
|
9
|
-
authAPIOptions,
|
|
10
|
-
otherOptions,
|
|
11
|
-
{
|
|
12
|
-
method: "POST",
|
|
13
|
-
body
|
|
14
|
-
}
|
|
15
|
-
);
|
|
16
|
-
return {
|
|
17
|
-
getCheckoutSession
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
exports.getStripeAPI = getStripeAPI;
|
|
21
|
-
//# sourceMappingURL=stripe-CpGvfq6T.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stripe-CpGvfq6T.cjs","sources":["../src/libs/intlayer-api/stripe.ts"],"sourcesContent":["import type {\n GetCheckoutSessionBody,\n GetCheckoutSessionResult,\n} from '@intlayer/backend';\nimport { getConfiguration } from '@intlayer/config/client';\nimport { fetcher, type FetcherOptions } from './fetcher';\n\nconst backendURL = getConfiguration().editor.backendURL;\nconst STRIPE_API_ROUTE = `${backendURL}/api/stripe`;\n\nexport const getStripeAPI = (authAPIOptions: FetcherOptions = {}) => {\n /**\n * Retrieves a checkout session.\n * @param body - Checkout session body.\n */\n const getCheckoutSession = async (\n body?: GetCheckoutSessionBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetCheckoutSessionResult>(\n `${STRIPE_API_ROUTE}/checkout-session`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body,\n }\n );\n\n return {\n getCheckoutSession,\n };\n};\n"],"names":["getConfiguration","fetcher"],"mappings":";;;AAOA,MAAM,aAAaA,OAAiB,iBAAA,EAAE,OAAO;AAC7C,MAAM,mBAAmB,GAAG,UAAU;AAE/B,MAAM,eAAe,CAAC,iBAAiC,OAAO;AAKnE,QAAM,qBAAqB,OACzB,MACA,eAA+B,CAAA,MAE/B,MAAMC,yBAAA;AAAA,IACJ,GAAG,gBAAgB;AAAA,IACnB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR;AAAA,IACF;AAAA,EAAA;AAGG,SAAA;AAAA,IACL;AAAA,EAAA;AAEJ;;"}
|
package/dist/stripe-DEv4DjAL.cjs
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const client = require("@intlayer/config/client");
|
|
3
|
-
const libs_intlayerApi_fetcher = require("./libs/intlayer-api/fetcher.cjs");
|
|
4
|
-
const backendURL = client.getConfiguration().editor.backendURL;
|
|
5
|
-
const STRIPE_API_ROUTE = `${backendURL}/api/stripe`;
|
|
6
|
-
const getStripeAPI = (authAPIOptions = {}) => {
|
|
7
|
-
const getCheckoutSession = async (body, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
|
|
8
|
-
STRIPE_API_ROUTE,
|
|
9
|
-
authAPIOptions,
|
|
10
|
-
otherOptions,
|
|
11
|
-
{
|
|
12
|
-
method: "POST",
|
|
13
|
-
body
|
|
14
|
-
}
|
|
15
|
-
);
|
|
16
|
-
return {
|
|
17
|
-
getCheckoutSession
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
exports.getStripeAPI = getStripeAPI;
|
|
21
|
-
//# sourceMappingURL=stripe-DEv4DjAL.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stripe-DEv4DjAL.cjs","sources":["../src/libs/intlayer-api/stripe.ts"],"sourcesContent":["import type {\n GetCheckoutSessionBody,\n GetCheckoutSessionResult,\n} from '@intlayer/backend';\nimport { getConfiguration } from '@intlayer/config/client';\nimport { fetcher, type FetcherOptions } from './fetcher';\n\nconst backendURL = getConfiguration().editor.backendURL;\nconst STRIPE_API_ROUTE = `${backendURL}/api/stripe`;\n\nexport const getStripeAPI = (authAPIOptions: FetcherOptions = {}) => {\n /**\n * Retrieves a checkout session.\n * @param body - Checkout session body.\n */\n const getCheckoutSession = async (\n body?: GetCheckoutSessionBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetCheckoutSessionResult>(\n STRIPE_API_ROUTE,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body,\n }\n );\n\n return {\n getCheckoutSession,\n };\n};\n"],"names":["getConfiguration","fetcher"],"mappings":";;;AAOA,MAAM,aAAaA,OAAiB,iBAAA,EAAE,OAAO;AAC7C,MAAM,mBAAmB,GAAG,UAAU;AAE/B,MAAM,eAAe,CAAC,iBAAiC,OAAO;AAKnE,QAAM,qBAAqB,OACzB,MACA,eAA+B,CAAA,MAE/B,MAAMC,yBAAA;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR;AAAA,IACF;AAAA,EAAA;AAGG,SAAA;AAAA,IACL;AAAA,EAAA;AAEJ;;"}
|
package/dist/stripe-DuG0uaEn.cjs
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const client = require("@intlayer/config/client");
|
|
3
|
-
const libs_intlayerApi_fetcher = require("./libs/intlayer-api/fetcher.cjs");
|
|
4
|
-
const backendURL = client.getConfiguration().editor.backendURL;
|
|
5
|
-
const STRIPE_API_ROUTE = `${backendURL}/api/stripe`;
|
|
6
|
-
const getStripeAPI = (authAPIOptions = {}) => {
|
|
7
|
-
const getCheckoutSession = async (body, otherOptions = {}) => await libs_intlayerApi_fetcher.fetcher(
|
|
8
|
-
`${STRIPE_API_ROUTE}/create-checkout-session`,
|
|
9
|
-
authAPIOptions,
|
|
10
|
-
otherOptions,
|
|
11
|
-
{
|
|
12
|
-
method: "POST",
|
|
13
|
-
body
|
|
14
|
-
}
|
|
15
|
-
);
|
|
16
|
-
return {
|
|
17
|
-
getCheckoutSession
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
exports.getStripeAPI = getStripeAPI;
|
|
21
|
-
//# sourceMappingURL=stripe-DuG0uaEn.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stripe-DuG0uaEn.cjs","sources":["../src/libs/intlayer-api/stripe.ts"],"sourcesContent":["import type {\n GetCheckoutSessionBody,\n GetCheckoutSessionResult,\n} from '@intlayer/backend';\nimport { getConfiguration } from '@intlayer/config/client';\nimport { fetcher, type FetcherOptions } from './fetcher';\n\nconst backendURL = getConfiguration().editor.backendURL;\nconst STRIPE_API_ROUTE = `${backendURL}/api/stripe`;\n\nexport const getStripeAPI = (authAPIOptions: FetcherOptions = {}) => {\n /**\n * Retrieves a checkout session.\n * @param body - Checkout session body.\n */\n const getCheckoutSession = async (\n body?: GetCheckoutSessionBody,\n otherOptions: FetcherOptions = {}\n ) =>\n await fetcher<GetCheckoutSessionResult>(\n `${STRIPE_API_ROUTE}/create-checkout-session`,\n authAPIOptions,\n otherOptions,\n {\n method: 'POST',\n body,\n }\n );\n\n return {\n getCheckoutSession,\n };\n};\n"],"names":["getConfiguration","fetcher"],"mappings":";;;AAOA,MAAM,aAAaA,OAAiB,iBAAA,EAAE,OAAO;AAC7C,MAAM,mBAAmB,GAAG,UAAU;AAE/B,MAAM,eAAe,CAAC,iBAAiC,OAAO;AAKnE,QAAM,qBAAqB,OACzB,MACA,eAA+B,CAAA,MAE/B,MAAMC,yBAAA;AAAA,IACJ,GAAG,gBAAgB;AAAA,IACnB;AAAA,IACA;AAAA,IACA;AAAA,MACE,QAAQ;AAAA,MACR;AAAA,IACF;AAAA,EAAA;AAGG,SAAA;AAAA,IACL;AAAA,EAAA;AAEJ;;"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { useRef } from "react";
|
|
2
|
-
const useProxyState = (state, subscribe) => {
|
|
3
|
-
const accessedProperties = useRef(/* @__PURE__ */ new Set());
|
|
4
|
-
const handler = {
|
|
5
|
-
get(target, prop, receiver) {
|
|
6
|
-
if (typeof prop === "string" && prop in target) {
|
|
7
|
-
accessedProperties.current.add(prop);
|
|
8
|
-
subscribe(prop);
|
|
9
|
-
return Reflect.get(target, prop, receiver);
|
|
10
|
-
}
|
|
11
|
-
return void 0;
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
return new Proxy(state, handler);
|
|
15
|
-
};
|
|
16
|
-
useAsyncStateStore;
|
|
17
|
-
export {
|
|
18
|
-
useProxyState as u
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=useProxyState-D5GLrY2y.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useProxyState-D5GLrY2y.js","sources":["../src/hooks/useAsync/useProxyState.ts"],"sourcesContent":["import { useRef } from 'react';\n\nexport const useProxyState = <T extends object>(\n state: T,\n subscribe: (prop: keyof T) => void\n): T => {\n const accessedProperties = useRef(new Set<keyof T>());\n\n const handler: ProxyHandler<T> = {\n get(target, prop, receiver) {\n if (typeof prop === 'string' && prop in target) {\n accessedProperties.current.add(prop as keyof T);\n subscribe(prop as keyof T);\n return Reflect.get(target, prop, receiver);\n }\n return undefined;\n },\n };\n\n return new Proxy(state, handler);\n};\n\nexport const asyncStateStore = useAsyncStateStore;\n"],"names":[],"mappings":";AAEa,MAAA,gBAAgB,CAC3B,OACA,cACM;AACN,QAAM,qBAAqB,OAAW,oBAAA,IAAc,CAAA;AAEpD,QAAM,UAA2B;AAAA,IAC/B,IAAI,QAAQ,MAAM,UAAU;AAC1B,UAAI,OAAO,SAAS,YAAY,QAAQ,QAAQ;AAC3B,2BAAA,QAAQ,IAAI,IAAe;AAC9C,kBAAU,IAAe;AACzB,eAAO,QAAQ,IAAI,QAAQ,MAAM,QAAQ;AAAA,MAC3C;AACO,aAAA;AAAA,IACT;AAAA,EAAA;AAGK,SAAA,IAAI,MAAM,OAAO,OAAO;AACjC;AAE+B;"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const require$$0 = require("react");
|
|
3
|
-
const useProxyState = (state, subscribe) => {
|
|
4
|
-
const accessedProperties = require$$0.useRef(/* @__PURE__ */ new Set());
|
|
5
|
-
const handler = {
|
|
6
|
-
get(target, prop, receiver) {
|
|
7
|
-
if (typeof prop === "string" && prop in target) {
|
|
8
|
-
accessedProperties.current.add(prop);
|
|
9
|
-
subscribe(prop);
|
|
10
|
-
return Reflect.get(target, prop, receiver);
|
|
11
|
-
}
|
|
12
|
-
return void 0;
|
|
13
|
-
}
|
|
14
|
-
};
|
|
15
|
-
return new Proxy(state, handler);
|
|
16
|
-
};
|
|
17
|
-
useAsyncStateStore;
|
|
18
|
-
exports.useProxyState = useProxyState;
|
|
19
|
-
//# sourceMappingURL=useProxyState-DewdF3no.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useProxyState-DewdF3no.cjs","sources":["../src/hooks/useAsync/useProxyState.ts"],"sourcesContent":["import { useRef } from 'react';\n\nexport const useProxyState = <T extends object>(\n state: T,\n subscribe: (prop: keyof T) => void\n): T => {\n const accessedProperties = useRef(new Set<keyof T>());\n\n const handler: ProxyHandler<T> = {\n get(target, prop, receiver) {\n if (typeof prop === 'string' && prop in target) {\n accessedProperties.current.add(prop as keyof T);\n subscribe(prop as keyof T);\n return Reflect.get(target, prop, receiver);\n }\n return undefined;\n },\n };\n\n return new Proxy(state, handler);\n};\n\nexport const asyncStateStore = useAsyncStateStore;\n"],"names":["useRef"],"mappings":";;AAEa,MAAA,gBAAgB,CAC3B,OACA,cACM;AACN,QAAM,qBAAqBA,WAAAA,OAAW,oBAAA,IAAc,CAAA;AAEpD,QAAM,UAA2B;AAAA,IAC/B,IAAI,QAAQ,MAAM,UAAU;AAC1B,UAAI,OAAO,SAAS,YAAY,QAAQ,QAAQ;AAC3B,2BAAA,QAAQ,IAAI,IAAe;AAC9C,kBAAU,IAAe;AACzB,eAAO,QAAQ,IAAI,QAAQ,MAAM,QAAQ;AAAA,MAC3C;AACO,aAAA;AAAA,IACT;AAAA,EAAA;AAGK,SAAA,IAAI,MAAM,OAAO,OAAO;AACjC;AAE+B;;"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const intlayer = require("intlayer");
|
|
3
|
-
const validDictionaryChangeButtonsContent = {
|
|
4
|
-
key: "valid-dictionary-change-buttons",
|
|
5
|
-
content: {
|
|
6
|
-
resetButton: {
|
|
7
|
-
text: intlayer.t({
|
|
8
|
-
en: "Reset changes",
|
|
9
|
-
fr: "Réinitialiser les modifications",
|
|
10
|
-
es: "Restablecer cambios"
|
|
11
|
-
}),
|
|
12
|
-
label: intlayer.t({
|
|
13
|
-
en: "Click to reset changes",
|
|
14
|
-
fr: "Cliquez pour réinitialiser les modifications",
|
|
15
|
-
es: "Haga clic para restablecer los cambios"
|
|
16
|
-
})
|
|
17
|
-
},
|
|
18
|
-
saveButton: {
|
|
19
|
-
text: intlayer.t({
|
|
20
|
-
en: "Save changes",
|
|
21
|
-
fr: "Enregistrer les modifications",
|
|
22
|
-
es: "Guardar cambios"
|
|
23
|
-
}),
|
|
24
|
-
label: intlayer.t({
|
|
25
|
-
en: "Click to save changes",
|
|
26
|
-
fr: "Cliquez pour enregistrer les modifications",
|
|
27
|
-
es: "Haga clic para guardar los cambios"
|
|
28
|
-
})
|
|
29
|
-
},
|
|
30
|
-
publishButton: {
|
|
31
|
-
text: intlayer.t({
|
|
32
|
-
en: "Publish dictionary",
|
|
33
|
-
fr: "Publier les dictionnaires",
|
|
34
|
-
es: "Publicar diccionario"
|
|
35
|
-
}),
|
|
36
|
-
label: intlayer.t({
|
|
37
|
-
en: "Click to publish dictionary",
|
|
38
|
-
fr: "Cliquez pour publier les dictionnaires",
|
|
39
|
-
es: "Haga clic para publicar el diccionario"
|
|
40
|
-
})
|
|
41
|
-
},
|
|
42
|
-
updateOrganizationToasts: {
|
|
43
|
-
updated: {
|
|
44
|
-
title: intlayer.t({
|
|
45
|
-
en: "Organization updated",
|
|
46
|
-
fr: "Organisation mise à jour",
|
|
47
|
-
es: "Organización actualizada"
|
|
48
|
-
}),
|
|
49
|
-
description: intlayer.t({
|
|
50
|
-
en: "Your organization has been updated successfully",
|
|
51
|
-
fr: "Votre organisation a été mise à jour avec succès",
|
|
52
|
-
es: "Su organización se ha actualizado con éxito"
|
|
53
|
-
})
|
|
54
|
-
},
|
|
55
|
-
failed: {
|
|
56
|
-
title: intlayer.t({
|
|
57
|
-
en: "Organization update failed",
|
|
58
|
-
fr: "La mise à jour de l'organisation a échoué",
|
|
59
|
-
es: "La actualización de la organización ha fallado"
|
|
60
|
-
})
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
};
|
|
65
|
-
exports.validDictionaryChangeButtonsContent = validDictionaryChangeButtonsContent;
|
|
66
|
-
//# sourceMappingURL=validDictionaryChangeButtons.content-BK9QaXPm.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validDictionaryChangeButtons.content-BK9QaXPm.cjs","sources":["../src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const validDictionaryChangeButtonsContent = {\n key: 'valid-dictionary-change-buttons',\n content: {\n resetButton: {\n text: t({\n en: 'Reset changes',\n fr: 'Réinitialiser les modifications',\n es: 'Restablecer cambios',\n }),\n label: t({\n en: 'Click to reset changes',\n fr: 'Cliquez pour réinitialiser les modifications',\n es: 'Haga clic para restablecer los cambios',\n }),\n },\n saveButton: {\n text: t({\n en: 'Save changes',\n fr: 'Enregistrer les modifications',\n es: 'Guardar cambios',\n }),\n label: t({\n en: 'Click to save changes',\n fr: 'Cliquez pour enregistrer les modifications',\n es: 'Haga clic para guardar los cambios',\n }),\n },\n publishButton: {\n text: t({\n en: 'Publish dictionary',\n fr: 'Publier les dictionnaires',\n es: 'Publicar diccionario',\n }),\n label: t({\n en: 'Click to publish dictionary',\n fr: 'Cliquez pour publier les dictionnaires',\n es: 'Haga clic para publicar el diccionario',\n }),\n },\n updateOrganizationToasts: {\n updated: {\n title: t({\n en: 'Organization updated',\n fr: 'Organisation mise à jour',\n es: 'Organización actualizada',\n }),\n description: t({\n en: 'Your organization has been updated successfully',\n fr: 'Votre organisation a été mise à jour avec succès',\n es: 'Su organización se ha actualizado con éxito',\n }),\n },\n failed: {\n title: t({\n en: 'Organization update failed',\n fr: \"La mise à jour de l'organisation a échoué\",\n es: 'La actualización de la organización ha fallado',\n }),\n },\n },\n },\n} satisfies DeclarationContent;\n"],"names":["t"],"mappings":";;AAEO,MAAM,sCAAsC;AAAA,EACjD,KAAK;AAAA,EACL,SAAS;AAAA,IACP,aAAa;AAAA,MACX,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,YAAY;AAAA,MACV,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,eAAe;AAAA,MACb,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,0BAA0B;AAAA,MACxB,SAAS;AAAA,QACP,OAAOA,SAAAA,EAAE;AAAA,UACP,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,QACD,aAAaA,SAAAA,EAAE;AAAA,UACb,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,MACH;AAAA,MACA,QAAQ;AAAA,QACN,OAAOA,SAAAA,EAAE;AAAA,UACP,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,MACH;AAAA,IACF;AAAA,EACF;AACF;;"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const intlayer = require("intlayer");
|
|
3
|
-
const validDictionaryChangeButtonsContent = {
|
|
4
|
-
key: "valid-dictionary-change-buttons",
|
|
5
|
-
content: {
|
|
6
|
-
resetButton: {
|
|
7
|
-
text: intlayer.t({
|
|
8
|
-
en: "Reset changes",
|
|
9
|
-
fr: "Réinitialiser les modifications",
|
|
10
|
-
es: "Restablecer cambios"
|
|
11
|
-
}),
|
|
12
|
-
label: intlayer.t({
|
|
13
|
-
en: "Click to reset changes",
|
|
14
|
-
fr: "Cliquez pour réinitialiser les modifications",
|
|
15
|
-
es: "Haga clic para restablecer los cambios"
|
|
16
|
-
})
|
|
17
|
-
},
|
|
18
|
-
saveButton: {
|
|
19
|
-
text: intlayer.t({
|
|
20
|
-
en: "Save changes",
|
|
21
|
-
fr: "Enregistrer les modifications",
|
|
22
|
-
es: "Guardar cambios"
|
|
23
|
-
}),
|
|
24
|
-
label: intlayer.t({
|
|
25
|
-
en: "Click to save changes",
|
|
26
|
-
fr: "Cliquez pour enregistrer les modifications",
|
|
27
|
-
es: "Haga clic para guardar los cambios"
|
|
28
|
-
})
|
|
29
|
-
},
|
|
30
|
-
publishButton: {
|
|
31
|
-
text: intlayer.t({
|
|
32
|
-
en: "Publish dictionary",
|
|
33
|
-
fr: "Publier le dictionnaire",
|
|
34
|
-
es: "Publicar diccionario"
|
|
35
|
-
}),
|
|
36
|
-
label: intlayer.t({
|
|
37
|
-
en: "Click to publish dictionary",
|
|
38
|
-
fr: "Cliquez pour publier les dictionnaires",
|
|
39
|
-
es: "Haga clic para publicar el diccionario"
|
|
40
|
-
})
|
|
41
|
-
},
|
|
42
|
-
updateDictionaryToasts: {
|
|
43
|
-
updated: {
|
|
44
|
-
title: intlayer.t({
|
|
45
|
-
en: "Dictionary updated",
|
|
46
|
-
fr: "Dictionnaire mis à jour",
|
|
47
|
-
es: "Diccionario actualizado"
|
|
48
|
-
}),
|
|
49
|
-
description: intlayer.t({
|
|
50
|
-
en: "Your dictionary has been updated successfully",
|
|
51
|
-
fr: "Votre dictionnaire a été mis à jour avec succès",
|
|
52
|
-
es: "Su diccionario se ha actualizado con éxito"
|
|
53
|
-
})
|
|
54
|
-
},
|
|
55
|
-
failed: {
|
|
56
|
-
title: intlayer.t({
|
|
57
|
-
en: "Dictionary update failed",
|
|
58
|
-
fr: "La mise à jour du dictionnaire a échoué",
|
|
59
|
-
es: "La actualización del diccionario ha fallado"
|
|
60
|
-
})
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
};
|
|
65
|
-
exports.validDictionaryChangeButtonsContent = validDictionaryChangeButtonsContent;
|
|
66
|
-
//# sourceMappingURL=validDictionaryChangeButtons.content-CAAscqJI.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validDictionaryChangeButtons.content-CAAscqJI.cjs","sources":["../src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const validDictionaryChangeButtonsContent = {\n key: 'valid-dictionary-change-buttons',\n content: {\n resetButton: {\n text: t({\n en: 'Reset changes',\n fr: 'Réinitialiser les modifications',\n es: 'Restablecer cambios',\n }),\n label: t({\n en: 'Click to reset changes',\n fr: 'Cliquez pour réinitialiser les modifications',\n es: 'Haga clic para restablecer los cambios',\n }),\n },\n saveButton: {\n text: t({\n en: 'Save changes',\n fr: 'Enregistrer les modifications',\n es: 'Guardar cambios',\n }),\n label: t({\n en: 'Click to save changes',\n fr: 'Cliquez pour enregistrer les modifications',\n es: 'Haga clic para guardar los cambios',\n }),\n },\n publishButton: {\n text: t({\n en: 'Publish dictionary',\n fr: 'Publier le dictionnaire',\n es: 'Publicar diccionario',\n }),\n label: t({\n en: 'Click to publish dictionary',\n fr: 'Cliquez pour publier les dictionnaires',\n es: 'Haga clic para publicar el diccionario',\n }),\n },\n updateDictionaryToasts: {\n updated: {\n title: t({\n en: 'Dictionary updated',\n fr: 'Dictionnaire mis à jour',\n es: 'Diccionario actualizado',\n }),\n description: t({\n en: 'Your dictionary has been updated successfully',\n fr: 'Votre dictionnaire a été mis à jour avec succès',\n es: 'Su diccionario se ha actualizado con éxito',\n }),\n },\n failed: {\n title: t({\n en: 'Dictionary update failed',\n fr: 'La mise à jour du dictionnaire a échoué',\n es: 'La actualización del diccionario ha fallado',\n }),\n },\n },\n },\n} satisfies DeclarationContent;\n"],"names":["t"],"mappings":";;AAEO,MAAM,sCAAsC;AAAA,EACjD,KAAK;AAAA,EACL,SAAS;AAAA,IACP,aAAa;AAAA,MACX,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,YAAY;AAAA,MACV,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,eAAe;AAAA,MACb,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,wBAAwB;AAAA,MACtB,SAAS;AAAA,QACP,OAAOA,SAAAA,EAAE;AAAA,UACP,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,QACD,aAAaA,SAAAA,EAAE;AAAA,UACb,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,MACH;AAAA,MACA,QAAQ;AAAA,QACN,OAAOA,SAAAA,EAAE;AAAA,UACP,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,MACH;AAAA,IACF;AAAA,EACF;AACF;;"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { t } from "intlayer";
|
|
2
|
-
const validDictionaryChangeButtonsContent = {
|
|
3
|
-
key: "valid-dictionary-change-buttons",
|
|
4
|
-
content: {
|
|
5
|
-
resetButton: {
|
|
6
|
-
text: t({
|
|
7
|
-
en: "Reset changes",
|
|
8
|
-
fr: "Réinitialiser les modifications",
|
|
9
|
-
es: "Restablecer cambios"
|
|
10
|
-
}),
|
|
11
|
-
label: t({
|
|
12
|
-
en: "Click to reset changes",
|
|
13
|
-
fr: "Cliquez pour réinitialiser les modifications",
|
|
14
|
-
es: "Haga clic para restablecer los cambios"
|
|
15
|
-
})
|
|
16
|
-
},
|
|
17
|
-
saveButton: {
|
|
18
|
-
text: t({
|
|
19
|
-
en: "Save changes",
|
|
20
|
-
fr: "Enregistrer les modifications",
|
|
21
|
-
es: "Guardar cambios"
|
|
22
|
-
}),
|
|
23
|
-
label: t({
|
|
24
|
-
en: "Click to save changes",
|
|
25
|
-
fr: "Cliquez pour enregistrer les modifications",
|
|
26
|
-
es: "Haga clic para guardar los cambios"
|
|
27
|
-
})
|
|
28
|
-
},
|
|
29
|
-
publishButton: {
|
|
30
|
-
text: t({
|
|
31
|
-
en: "Publish dictionary",
|
|
32
|
-
fr: "Publier le dictionnaire",
|
|
33
|
-
es: "Publicar diccionario"
|
|
34
|
-
}),
|
|
35
|
-
label: t({
|
|
36
|
-
en: "Click to publish dictionary",
|
|
37
|
-
fr: "Cliquez pour publier les dictionnaires",
|
|
38
|
-
es: "Haga clic para publicar el diccionario"
|
|
39
|
-
})
|
|
40
|
-
},
|
|
41
|
-
updateDictionaryToasts: {
|
|
42
|
-
updated: {
|
|
43
|
-
title: t({
|
|
44
|
-
en: "Dictionary updated",
|
|
45
|
-
fr: "Dictionnaire mis à jour",
|
|
46
|
-
es: "Diccionario actualizado"
|
|
47
|
-
}),
|
|
48
|
-
description: t({
|
|
49
|
-
en: "Your dictionary has been updated successfully",
|
|
50
|
-
fr: "Votre dictionnaire a été mis à jour avec succès",
|
|
51
|
-
es: "Su diccionario se ha actualizado con éxito"
|
|
52
|
-
})
|
|
53
|
-
},
|
|
54
|
-
failed: {
|
|
55
|
-
title: t({
|
|
56
|
-
en: "Dictionary update failed",
|
|
57
|
-
fr: "La mise à jour du dictionnaire a échoué",
|
|
58
|
-
es: "La actualización del diccionario ha fallado"
|
|
59
|
-
})
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
export {
|
|
65
|
-
validDictionaryChangeButtonsContent as v
|
|
66
|
-
};
|
|
67
|
-
//# sourceMappingURL=validDictionaryChangeButtons.content-D7AvoBdl.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validDictionaryChangeButtons.content-D7AvoBdl.js","sources":["../src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const validDictionaryChangeButtonsContent = {\n key: 'valid-dictionary-change-buttons',\n content: {\n resetButton: {\n text: t({\n en: 'Reset changes',\n fr: 'Réinitialiser les modifications',\n es: 'Restablecer cambios',\n }),\n label: t({\n en: 'Click to reset changes',\n fr: 'Cliquez pour réinitialiser les modifications',\n es: 'Haga clic para restablecer los cambios',\n }),\n },\n saveButton: {\n text: t({\n en: 'Save changes',\n fr: 'Enregistrer les modifications',\n es: 'Guardar cambios',\n }),\n label: t({\n en: 'Click to save changes',\n fr: 'Cliquez pour enregistrer les modifications',\n es: 'Haga clic para guardar los cambios',\n }),\n },\n publishButton: {\n text: t({\n en: 'Publish dictionary',\n fr: 'Publier le dictionnaire',\n es: 'Publicar diccionario',\n }),\n label: t({\n en: 'Click to publish dictionary',\n fr: 'Cliquez pour publier les dictionnaires',\n es: 'Haga clic para publicar el diccionario',\n }),\n },\n updateDictionaryToasts: {\n updated: {\n title: t({\n en: 'Dictionary updated',\n fr: 'Dictionnaire mis à jour',\n es: 'Diccionario actualizado',\n }),\n description: t({\n en: 'Your dictionary has been updated successfully',\n fr: 'Votre dictionnaire a été mis à jour avec succès',\n es: 'Su diccionario se ha actualizado con éxito',\n }),\n },\n failed: {\n title: t({\n en: 'Dictionary update failed',\n fr: 'La mise à jour du dictionnaire a échoué',\n es: 'La actualización del diccionario ha fallado',\n }),\n },\n },\n },\n} satisfies DeclarationContent;\n"],"names":[],"mappings":";AAEO,MAAM,sCAAsC;AAAA,EACjD,KAAK;AAAA,EACL,SAAS;AAAA,IACP,aAAa;AAAA,MACX,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,YAAY;AAAA,MACV,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,eAAe;AAAA,MACb,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,wBAAwB;AAAA,MACtB,SAAS;AAAA,QACP,OAAO,EAAE;AAAA,UACP,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,QACD,aAAa,EAAE;AAAA,UACb,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,MACH;AAAA,MACA,QAAQ;AAAA,QACN,OAAO,EAAE;AAAA,UACP,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,MACH;AAAA,IACF;AAAA,EACF;AACF;"}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const intlayer = require("intlayer");
|
|
3
|
-
const validDictionaryChangeButtonsContent = {
|
|
4
|
-
key: "valid-dictionary-change-buttons",
|
|
5
|
-
content: {
|
|
6
|
-
resetButton: {
|
|
7
|
-
text: intlayer.t({
|
|
8
|
-
en: "Reset changes",
|
|
9
|
-
fr: "Réinitialiser les modifications",
|
|
10
|
-
es: "Restablecer cambios"
|
|
11
|
-
}),
|
|
12
|
-
label: intlayer.t({
|
|
13
|
-
en: "Click to reset changes",
|
|
14
|
-
fr: "Cliquez pour réinitialiser les modifications",
|
|
15
|
-
es: "Haga clic para restablecer los cambios"
|
|
16
|
-
})
|
|
17
|
-
},
|
|
18
|
-
saveButton: {
|
|
19
|
-
text: intlayer.t({
|
|
20
|
-
en: "Save changes",
|
|
21
|
-
fr: "Enregistrer les modifications",
|
|
22
|
-
es: "Guardar cambios"
|
|
23
|
-
}),
|
|
24
|
-
label: intlayer.t({
|
|
25
|
-
en: "Click to save changes",
|
|
26
|
-
fr: "Cliquez pour enregistrer les modifications",
|
|
27
|
-
es: "Haga clic para guardar los cambios"
|
|
28
|
-
})
|
|
29
|
-
},
|
|
30
|
-
publishButton: {
|
|
31
|
-
text: intlayer.t({
|
|
32
|
-
en: "Publish dictionary",
|
|
33
|
-
fr: "Publier les dictionnaires",
|
|
34
|
-
es: "Publicar diccionario"
|
|
35
|
-
}),
|
|
36
|
-
label: intlayer.t({
|
|
37
|
-
en: "Click to publish dictionary",
|
|
38
|
-
fr: "Cliquez pour publier les dictionnaires",
|
|
39
|
-
es: "Haga clic para publicar el diccionario"
|
|
40
|
-
})
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
exports.validDictionaryChangeButtonsContent = validDictionaryChangeButtonsContent;
|
|
45
|
-
//# sourceMappingURL=validDictionaryChangeButtons.content-DQwoUNCC.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validDictionaryChangeButtons.content-DQwoUNCC.cjs","sources":["../src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const validDictionaryChangeButtonsContent = {\n key: 'valid-dictionary-change-buttons',\n content: {\n resetButton: {\n text: t({\n en: 'Reset changes',\n fr: 'Réinitialiser les modifications',\n es: 'Restablecer cambios',\n }),\n label: t({\n en: 'Click to reset changes',\n fr: 'Cliquez pour réinitialiser les modifications',\n es: 'Haga clic para restablecer los cambios',\n }),\n },\n saveButton: {\n text: t({\n en: 'Save changes',\n fr: 'Enregistrer les modifications',\n es: 'Guardar cambios',\n }),\n label: t({\n en: 'Click to save changes',\n fr: 'Cliquez pour enregistrer les modifications',\n es: 'Haga clic para guardar los cambios',\n }),\n },\n publishButton: {\n text: t({\n en: 'Publish dictionary',\n fr: 'Publier les dictionnaires',\n es: 'Publicar diccionario',\n }),\n label: t({\n en: 'Click to publish dictionary',\n fr: 'Cliquez pour publier les dictionnaires',\n es: 'Haga clic para publicar el diccionario',\n }),\n },\n },\n} satisfies DeclarationContent;\n"],"names":["t"],"mappings":";;AAEO,MAAM,sCAAsC;AAAA,EACjD,KAAK;AAAA,EACL,SAAS;AAAA,IACP,aAAa;AAAA,MACX,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,YAAY;AAAA,MACV,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,eAAe;AAAA,MACb,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,EACF;AACF;;"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { t } from "intlayer";
|
|
2
|
-
const validDictionaryChangeButtonsContent = {
|
|
3
|
-
key: "valid-dictionary-change-buttons",
|
|
4
|
-
content: {
|
|
5
|
-
resetButton: {
|
|
6
|
-
text: t({
|
|
7
|
-
en: "Reset changes",
|
|
8
|
-
fr: "Réinitialiser les modifications",
|
|
9
|
-
es: "Restablecer cambios"
|
|
10
|
-
}),
|
|
11
|
-
label: t({
|
|
12
|
-
en: "Click to reset changes",
|
|
13
|
-
fr: "Cliquez pour réinitialiser les modifications",
|
|
14
|
-
es: "Haga clic para restablecer los cambios"
|
|
15
|
-
})
|
|
16
|
-
},
|
|
17
|
-
saveButton: {
|
|
18
|
-
text: t({
|
|
19
|
-
en: "Save changes",
|
|
20
|
-
fr: "Enregistrer les modifications",
|
|
21
|
-
es: "Guardar cambios"
|
|
22
|
-
}),
|
|
23
|
-
label: t({
|
|
24
|
-
en: "Click to save changes",
|
|
25
|
-
fr: "Cliquez pour enregistrer les modifications",
|
|
26
|
-
es: "Haga clic para guardar los cambios"
|
|
27
|
-
})
|
|
28
|
-
},
|
|
29
|
-
publishButton: {
|
|
30
|
-
text: t({
|
|
31
|
-
en: "Publish dictionary",
|
|
32
|
-
fr: "Publier les dictionnaires",
|
|
33
|
-
es: "Publicar diccionario"
|
|
34
|
-
}),
|
|
35
|
-
label: t({
|
|
36
|
-
en: "Click to publish dictionary",
|
|
37
|
-
fr: "Cliquez pour publier les dictionnaires",
|
|
38
|
-
es: "Haga clic para publicar el diccionario"
|
|
39
|
-
})
|
|
40
|
-
},
|
|
41
|
-
updateDictionaryToasts: {
|
|
42
|
-
updated: {
|
|
43
|
-
title: t({
|
|
44
|
-
en: "Dictionary updated",
|
|
45
|
-
fr: "Dictionnaire mis à jour",
|
|
46
|
-
es: "Diccionario actualizado"
|
|
47
|
-
}),
|
|
48
|
-
description: t({
|
|
49
|
-
en: "Your dictionary has been updated successfully",
|
|
50
|
-
fr: "Votre dictionnaire a été mis à jour avec succès",
|
|
51
|
-
es: "Su diccionario se ha actualizado con éxito"
|
|
52
|
-
})
|
|
53
|
-
},
|
|
54
|
-
failed: {
|
|
55
|
-
title: t({
|
|
56
|
-
en: "Dictionary update failed",
|
|
57
|
-
fr: "La mise à jour du dictionnaire a échoué",
|
|
58
|
-
es: "La actualización del diccionario ha fallado"
|
|
59
|
-
})
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
export {
|
|
65
|
-
validDictionaryChangeButtonsContent as v
|
|
66
|
-
};
|
|
67
|
-
//# sourceMappingURL=validDictionaryChangeButtons.content-DQxPoIe6.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validDictionaryChangeButtons.content-DQxPoIe6.js","sources":["../src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const validDictionaryChangeButtonsContent = {\n key: 'valid-dictionary-change-buttons',\n content: {\n resetButton: {\n text: t({\n en: 'Reset changes',\n fr: 'Réinitialiser les modifications',\n es: 'Restablecer cambios',\n }),\n label: t({\n en: 'Click to reset changes',\n fr: 'Cliquez pour réinitialiser les modifications',\n es: 'Haga clic para restablecer los cambios',\n }),\n },\n saveButton: {\n text: t({\n en: 'Save changes',\n fr: 'Enregistrer les modifications',\n es: 'Guardar cambios',\n }),\n label: t({\n en: 'Click to save changes',\n fr: 'Cliquez pour enregistrer les modifications',\n es: 'Haga clic para guardar los cambios',\n }),\n },\n publishButton: {\n text: t({\n en: 'Publish dictionary',\n fr: 'Publier les dictionnaires',\n es: 'Publicar diccionario',\n }),\n label: t({\n en: 'Click to publish dictionary',\n fr: 'Cliquez pour publier les dictionnaires',\n es: 'Haga clic para publicar el diccionario',\n }),\n },\n updateDictionaryToasts: {\n updated: {\n title: t({\n en: 'Dictionary updated',\n fr: 'Dictionnaire mis à jour',\n es: 'Diccionario actualizado',\n }),\n description: t({\n en: 'Your dictionary has been updated successfully',\n fr: 'Votre dictionnaire a été mis à jour avec succès',\n es: 'Su diccionario se ha actualizado con éxito',\n }),\n },\n failed: {\n title: t({\n en: 'Dictionary update failed',\n fr: 'La mise à jour du dictionnaire a échoué',\n es: 'La actualización del diccionario ha fallado',\n }),\n },\n },\n },\n} satisfies DeclarationContent;\n"],"names":[],"mappings":";AAEO,MAAM,sCAAsC;AAAA,EACjD,KAAK;AAAA,EACL,SAAS;AAAA,IACP,aAAa;AAAA,MACX,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,YAAY;AAAA,MACV,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,eAAe;AAAA,MACb,MAAM,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAO,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,wBAAwB;AAAA,MACtB,SAAS;AAAA,QACP,OAAO,EAAE;AAAA,UACP,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,QACD,aAAa,EAAE;AAAA,UACb,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,MACH;AAAA,MACA,QAAQ;AAAA,QACN,OAAO,EAAE;AAAA,UACP,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,MACH;AAAA,IACF;AAAA,EACF;AACF;"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const intlayer = require("intlayer");
|
|
3
|
-
const validDictionaryChangeButtonsContent = {
|
|
4
|
-
key: "valid-dictionary-change-buttons",
|
|
5
|
-
content: {
|
|
6
|
-
resetButton: {
|
|
7
|
-
text: intlayer.t({
|
|
8
|
-
en: "Reset changes",
|
|
9
|
-
fr: "Réinitialiser les modifications",
|
|
10
|
-
es: "Restablecer cambios"
|
|
11
|
-
}),
|
|
12
|
-
label: intlayer.t({
|
|
13
|
-
en: "Click to reset changes",
|
|
14
|
-
fr: "Cliquez pour réinitialiser les modifications",
|
|
15
|
-
es: "Haga clic para restablecer los cambios"
|
|
16
|
-
})
|
|
17
|
-
},
|
|
18
|
-
saveButton: {
|
|
19
|
-
text: intlayer.t({
|
|
20
|
-
en: "Save changes",
|
|
21
|
-
fr: "Enregistrer les modifications",
|
|
22
|
-
es: "Guardar cambios"
|
|
23
|
-
}),
|
|
24
|
-
label: intlayer.t({
|
|
25
|
-
en: "Click to save changes",
|
|
26
|
-
fr: "Cliquez pour enregistrer les modifications",
|
|
27
|
-
es: "Haga clic para guardar los cambios"
|
|
28
|
-
})
|
|
29
|
-
},
|
|
30
|
-
publishButton: {
|
|
31
|
-
text: intlayer.t({
|
|
32
|
-
en: "Publish dictionary",
|
|
33
|
-
fr: "Publier les dictionnaires",
|
|
34
|
-
es: "Publicar diccionario"
|
|
35
|
-
}),
|
|
36
|
-
label: intlayer.t({
|
|
37
|
-
en: "Click to publish dictionary",
|
|
38
|
-
fr: "Cliquez pour publier les dictionnaires",
|
|
39
|
-
es: "Haga clic para publicar el diccionario"
|
|
40
|
-
})
|
|
41
|
-
},
|
|
42
|
-
updateDictionaryToasts: {
|
|
43
|
-
updated: {
|
|
44
|
-
title: intlayer.t({
|
|
45
|
-
en: "Dictionary updated",
|
|
46
|
-
fr: "Dictionnaire mis à jour",
|
|
47
|
-
es: "Diccionario actualizado"
|
|
48
|
-
}),
|
|
49
|
-
description: intlayer.t({
|
|
50
|
-
en: "Your dictionary has been updated successfully",
|
|
51
|
-
fr: "Votre dictionnaire a été mis à jour avec succès",
|
|
52
|
-
es: "Su diccionario se ha actualizado con éxito"
|
|
53
|
-
})
|
|
54
|
-
},
|
|
55
|
-
failed: {
|
|
56
|
-
title: intlayer.t({
|
|
57
|
-
en: "Dictionary update failed",
|
|
58
|
-
fr: "La mise à jour du dictionnaire a échoué",
|
|
59
|
-
es: "La actualización del diccionario ha fallado"
|
|
60
|
-
})
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
};
|
|
65
|
-
exports.validDictionaryChangeButtonsContent = validDictionaryChangeButtonsContent;
|
|
66
|
-
//# sourceMappingURL=validDictionaryChangeButtons.content-JUcjGdBx.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validDictionaryChangeButtons.content-JUcjGdBx.cjs","sources":["../src/components/DictionaryEditor/validDictionaryChangeButtons.content.tsx"],"sourcesContent":["import { t, type DeclarationContent } from 'intlayer';\n\nexport const validDictionaryChangeButtonsContent = {\n key: 'valid-dictionary-change-buttons',\n content: {\n resetButton: {\n text: t({\n en: 'Reset changes',\n fr: 'Réinitialiser les modifications',\n es: 'Restablecer cambios',\n }),\n label: t({\n en: 'Click to reset changes',\n fr: 'Cliquez pour réinitialiser les modifications',\n es: 'Haga clic para restablecer los cambios',\n }),\n },\n saveButton: {\n text: t({\n en: 'Save changes',\n fr: 'Enregistrer les modifications',\n es: 'Guardar cambios',\n }),\n label: t({\n en: 'Click to save changes',\n fr: 'Cliquez pour enregistrer les modifications',\n es: 'Haga clic para guardar los cambios',\n }),\n },\n publishButton: {\n text: t({\n en: 'Publish dictionary',\n fr: 'Publier les dictionnaires',\n es: 'Publicar diccionario',\n }),\n label: t({\n en: 'Click to publish dictionary',\n fr: 'Cliquez pour publier les dictionnaires',\n es: 'Haga clic para publicar el diccionario',\n }),\n },\n updateDictionaryToasts: {\n updated: {\n title: t({\n en: 'Dictionary updated',\n fr: 'Dictionnaire mis à jour',\n es: 'Diccionario actualizado',\n }),\n description: t({\n en: 'Your dictionary has been updated successfully',\n fr: 'Votre dictionnaire a été mis à jour avec succès',\n es: 'Su diccionario se ha actualizado con éxito',\n }),\n },\n failed: {\n title: t({\n en: 'Dictionary update failed',\n fr: 'La mise à jour du dictionnaire a échoué',\n es: 'La actualización del diccionario ha fallado',\n }),\n },\n },\n },\n} satisfies DeclarationContent;\n"],"names":["t"],"mappings":";;AAEO,MAAM,sCAAsC;AAAA,EACjD,KAAK;AAAA,EACL,SAAS;AAAA,IACP,aAAa;AAAA,MACX,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,YAAY;AAAA,MACV,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,eAAe;AAAA,MACb,MAAMA,SAAAA,EAAE;AAAA,QACN,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,MACD,OAAOA,SAAAA,EAAE;AAAA,QACP,IAAI;AAAA,QACJ,IAAI;AAAA,QACJ,IAAI;AAAA,MAAA,CACL;AAAA,IACH;AAAA,IACA,wBAAwB;AAAA,MACtB,SAAS;AAAA,QACP,OAAOA,SAAAA,EAAE;AAAA,UACP,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,QACD,aAAaA,SAAAA,EAAE;AAAA,UACb,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,MACH;AAAA,MACA,QAAQ;AAAA,QACN,OAAOA,SAAAA,EAAE;AAAA,UACP,IAAI;AAAA,UACJ,IAAI;AAAA,UACJ,IAAI;AAAA,QAAA,CACL;AAAA,MACH;AAAA,IACF;AAAA,EACF;AACF;;"}
|