@intlayer/design-system 8.11.3 → 8.12.0-canary.0
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/esm/api/hooks/project.mjs +110 -1
- package/dist/esm/api/hooks/project.mjs.map +1 -1
- package/dist/esm/api/index.mjs +2 -2
- package/dist/esm/api/useAuth/useOAuth2.mjs +1 -1
- package/dist/esm/api/useIntlayerAPI.mjs +1 -1
- package/dist/esm/components/Accordion/Accordion.mjs.map +1 -1
- package/dist/esm/components/Badge/index.mjs +18 -55
- package/dist/esm/components/Badge/index.mjs.map +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs +12 -12
- package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/esm/components/Browser/Browser.mjs +1 -1
- package/dist/esm/components/Browser/Browser.mjs.map +1 -1
- package/dist/esm/components/Button/Button.mjs +60 -117
- package/dist/esm/components/Button/Button.mjs.map +1 -1
- package/dist/esm/components/Button/index.mjs +2 -2
- package/dist/esm/components/Carousel/index.mjs +3 -3
- package/dist/esm/components/Carousel/index.mjs.map +1 -1
- package/dist/esm/components/Container/index.mjs +1 -71
- package/dist/esm/components/Container/index.mjs.map +1 -1
- package/dist/esm/components/ContentEditor/ContentEditor.mjs +0 -1
- package/dist/esm/components/ContentEditor/ContentEditor.mjs.map +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +2 -2
- package/dist/esm/components/ContentEditor/ContentEditorInput.mjs.map +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -1
- package/dist/esm/components/ContentEditor/index.mjs +1 -1
- package/dist/esm/components/CopyButton/index.mjs +4 -4
- package/dist/esm/components/CopyButton/index.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +6 -7
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +0 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +3 -4
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +3 -3
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +3 -3
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +2 -3
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +2 -3
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
- package/dist/esm/components/DropDown/index.mjs +3 -23
- package/dist/esm/components/DropDown/index.mjs.map +1 -1
- package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
- package/dist/esm/components/EditableField/EditableFieldLayout.mjs.map +1 -1
- package/dist/esm/components/EditableField/EditableFieldTextArea.mjs +1 -1
- package/dist/esm/components/IDE/CopyCode.mjs +0 -1
- package/dist/esm/components/IDE/CopyCode.mjs.map +1 -1
- package/dist/esm/components/Input/Checkbox.mjs +2 -22
- package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
- package/dist/esm/components/Input/Input.mjs +1 -11
- package/dist/esm/components/Input/Input.mjs.map +1 -1
- package/dist/esm/components/Input/Radio.mjs +82 -0
- package/dist/esm/components/Input/Radio.mjs.map +1 -0
- package/dist/esm/components/Input/index.mjs +4 -3
- package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +1 -52
- package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs.map +1 -1
- package/dist/esm/components/KeyboardShortcut/index.mjs +2 -2
- package/dist/esm/components/Link/Link.mjs +33 -85
- package/dist/esm/components/Link/Link.mjs.map +1 -1
- package/dist/esm/components/Link/index.mjs +2 -2
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownIframe.mjs +3 -3
- package/dist/esm/components/MarkDownRender/MarkDownIframe.mjs.map +1 -1
- package/dist/esm/components/Modal/Modal.mjs +3 -14
- package/dist/esm/components/Modal/Modal.mjs.map +1 -1
- package/dist/esm/components/Modal/index.mjs +2 -2
- package/dist/esm/components/Navbar/DesktopNavbar.mjs +1 -1
- package/dist/esm/components/Navbar/DesktopNavbar.mjs.map +1 -1
- package/dist/esm/components/Pagination/Pagination.mjs +2 -14
- package/dist/esm/components/Pagination/Pagination.mjs.map +1 -1
- package/dist/esm/components/Pagination/index.mjs +2 -2
- package/dist/esm/components/Pattern/DotPattern.mjs +1 -1
- package/dist/esm/components/Pattern/DotPattern.mjs.map +1 -1
- package/dist/esm/components/Popover/dynamic.mjs +4 -4
- package/dist/esm/components/Popover/dynamic.mjs.map +1 -1
- package/dist/esm/components/Popover/index.mjs +2 -2
- package/dist/esm/components/Popover/static.mjs +6 -28
- package/dist/esm/components/Popover/static.mjs.map +1 -1
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +1 -1
- package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
- package/dist/esm/components/Select/Multiselect.mjs +4 -4
- package/dist/esm/components/Select/Multiselect.mjs.map +1 -1
- package/dist/esm/components/Select/Select.mjs +3 -15
- package/dist/esm/components/Select/Select.mjs.map +1 -1
- package/dist/esm/components/Select/index.mjs +2 -2
- package/dist/esm/components/Steps/index.mjs +37 -27
- package/dist/esm/components/Steps/index.mjs.map +1 -1
- package/dist/esm/components/Steps/steps.content.mjs +55 -0
- package/dist/esm/components/Steps/steps.content.mjs.map +1 -0
- package/dist/esm/components/SwitchSelector/SwitchSelector.mjs +19 -35
- package/dist/esm/components/SwitchSelector/SwitchSelector.mjs.map +1 -1
- package/dist/esm/components/SwitchSelector/VerticalSwitchSelector.mjs +20 -20
- package/dist/esm/components/SwitchSelector/VerticalSwitchSelector.mjs.map +1 -1
- package/dist/esm/components/SwitchSelector/index.mjs +2 -2
- package/dist/esm/components/Tab/Tab.mjs +2 -2
- package/dist/esm/components/Tab/Tab.mjs.map +1 -1
- package/dist/esm/components/TabSelector/TabSelector.mjs +1 -11
- package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -1
- package/dist/esm/components/TabSelector/index.mjs +2 -2
- package/dist/esm/components/Table/ExpandButton.mjs +0 -1
- package/dist/esm/components/Table/ExpandButton.mjs.map +1 -1
- package/dist/esm/components/Table/SmartTable.mjs +1 -1
- package/dist/esm/components/Table/SmartTable.mjs.map +1 -1
- package/dist/esm/components/Tag/index.mjs +51 -205
- package/dist/esm/components/Tag/index.mjs.map +1 -1
- package/dist/esm/components/TechLogo/TechLogo.mjs +36 -37
- package/dist/esm/components/TechLogo/TechLogo.mjs.map +1 -1
- package/dist/esm/components/TechLogo/index.mjs +1 -2
- package/dist/esm/components/TechLogo/types.mjs +0 -44
- package/dist/esm/components/TextArea/AutoSizeTextArea.mjs +1 -1
- package/dist/esm/components/TextArea/AutoSizeTextArea.mjs.map +1 -1
- package/dist/esm/components/TextArea/ContentEditableTextArea.mjs.map +1 -1
- package/dist/esm/components/TextArea/TextArea.mjs +2 -2
- package/dist/esm/components/TextArea/TextArea.mjs.map +1 -1
- package/dist/esm/components/TextArea/index.mjs +2 -2
- package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -2
- package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs.map +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +0 -1
- package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs.map +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/index.mjs +1 -2
- package/dist/esm/components/ThemeSwitcherDropDown/types.mjs +0 -11
- package/dist/esm/components/index.mjs +24 -23
- package/dist/types/api/hooks/project.d.ts +8 -1
- package/dist/types/api/hooks/project.d.ts.map +1 -1
- package/dist/types/api/index.d.ts +2 -2
- package/dist/types/api/useIntlayerAPI.d.ts +10 -3
- package/dist/types/api/useIntlayerAPI.d.ts.map +1 -1
- package/dist/types/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/types/components/Badge/index.d.ts +6 -25
- package/dist/types/components/Badge/index.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/index.d.ts +1 -1
- package/dist/types/components/Browser/Browser.d.ts +1 -1
- package/dist/types/components/Browser/Browser.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +9 -45
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/Carousel/index.d.ts.map +1 -1
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- package/dist/types/components/Command/index.d.ts +3 -3
- package/dist/types/components/Command/index.d.ts.map +1 -1
- package/dist/types/components/Container/index.d.ts +11 -60
- package/dist/types/components/Container/index.d.ts.map +1 -1
- package/dist/types/components/ContentEditor/ContentEditor.d.ts.map +1 -1
- package/dist/types/components/CopyButton/index.d.ts +3 -3
- package/dist/types/components/CopyButton/index.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/ContentEditorView/SafeHtmlRenderer.d.ts +1 -1
- package/dist/types/components/DictionaryFieldEditor/ContentEditorView/SafeHtmlRenderer.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/StructureView/StructureView.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts.map +1 -1
- package/dist/types/components/DropDown/index.d.ts +4 -14
- package/dist/types/components/DropDown/index.d.ts.map +1 -1
- package/dist/types/components/Form/FormBase.d.ts +1 -1
- package/dist/types/components/Form/FormBase.d.ts.map +1 -1
- package/dist/types/components/Form/FormField.d.ts +1 -1
- package/dist/types/components/Form/FormField.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +1 -1
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +1 -1
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/FormElement.d.ts +1 -1
- package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/MultiselectElement.d.ts +1 -1
- package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/OTPElement.d.ts +1 -1
- package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/SelectElement.d.ts +1 -1
- package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +1 -1
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
- package/dist/types/components/IDE/CodeBlockHighlight.d.ts +1 -1
- package/dist/types/components/IDE/CodeBlockHighlight.d.ts.map +1 -1
- package/dist/types/components/Input/Checkbox.d.ts +4 -20
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +3 -9
- package/dist/types/components/Input/Input.d.ts.map +1 -1
- package/dist/types/components/Input/OTPInput.d.ts +1 -1
- package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
- package/dist/types/components/Input/Radio.d.ts +25 -0
- package/dist/types/components/Input/Radio.d.ts.map +1 -0
- package/dist/types/components/Input/SearchInput.d.ts +1 -1
- package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
- package/dist/types/components/Input/index.d.ts +2 -1
- package/dist/types/components/KeyboardShortcut/KeyboardShortcut.d.ts +1 -47
- package/dist/types/components/KeyboardShortcut/KeyboardShortcut.d.ts.map +1 -1
- package/dist/types/components/Link/Link.d.ts +8 -47
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/Loader/spinner.d.ts +1 -1
- package/dist/types/components/Loader/spinner.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.d.ts.map +1 -1
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts +44 -44
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
- package/dist/types/components/MaxWidthSmoother/index.d.ts +1 -1
- package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
- package/dist/types/components/Modal/Modal.d.ts +2 -8
- package/dist/types/components/Modal/Modal.d.ts.map +1 -1
- package/dist/types/components/Navbar/Burger.d.ts +1 -1
- package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
- package/dist/types/components/Navbar/DesktopNavbar.d.ts +1 -1
- package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/MobileNavbar.d.ts +1 -1
- package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/index.d.ts +1 -1
- package/dist/types/components/Navbar/index.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +2 -10
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Popover/dynamic.d.ts.map +1 -1
- package/dist/types/components/Popover/static.d.ts +5 -17
- package/dist/types/components/Popover/static.d.ts.map +1 -1
- package/dist/types/components/Select/Multiselect.d.ts +3 -3
- package/dist/types/components/Select/Select.d.ts +3 -8
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/SocialNetworks/index.d.ts +1 -1
- package/dist/types/components/Steps/index.d.ts +4 -4
- package/dist/types/components/Steps/index.d.ts.map +1 -1
- package/dist/types/components/Steps/steps.content.d.ts +52 -0
- package/dist/types/components/Steps/steps.content.d.ts.map +1 -0
- package/dist/types/components/SwitchSelector/SwitchSelector.d.ts +4 -16
- package/dist/types/components/SwitchSelector/SwitchSelector.d.ts.map +1 -1
- package/dist/types/components/SwitchSelector/VerticalSwitchSelector.d.ts +2 -2
- package/dist/types/components/SwitchSelector/VerticalSwitchSelector.d.ts.map +1 -1
- package/dist/types/components/Tab/Tab.d.ts +2 -2
- package/dist/types/components/Tab/Tab.d.ts.map +1 -1
- package/dist/types/components/TabSelector/TabSelector.d.ts +2 -10
- package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
- package/dist/types/components/Table/TableElements.d.ts +4 -4
- package/dist/types/components/Table/TableElements.d.ts.map +1 -1
- package/dist/types/components/Tag/index.d.ts +44 -83
- package/dist/types/components/Tag/index.d.ts.map +1 -1
- package/dist/types/components/TechLogo/TechLogo.d.ts.map +1 -1
- package/dist/types/components/TechLogo/index.d.ts +1 -1
- package/dist/types/components/TechLogo/logos/Lit.d.ts +1 -1
- package/dist/types/components/TechLogo/logos/Lit.d.ts.map +1 -1
- package/dist/types/components/TechLogo/logos/Vanilla.d.ts +1 -1
- package/dist/types/components/TechLogo/logos/Vanilla.d.ts.map +1 -1
- package/dist/types/components/TechLogo/types.d.ts +1 -38
- package/dist/types/components/TechLogo/types.d.ts.map +1 -1
- package/dist/types/components/TextArea/AutoSizeTextArea.d.ts +1 -1
- package/dist/types/components/TextArea/ContentEditableTextArea.d.ts +3 -3
- package/dist/types/components/TextArea/TextArea.d.ts +6 -6
- package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/types/components/ThemeSwitcherDropDown/types.d.ts +1 -5
- package/dist/types/components/ThemeSwitcherDropDown/types.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toast.d.ts +1 -1
- package/dist/types/components/Toaster/Toaster.d.ts +1 -1
- package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +5 -2
- package/package.json +23 -24
- package/dist/esm/components/TechLogo/types.mjs.map +0 -1
- package/dist/esm/components/ThemeSwitcherDropDown/types.mjs.map +0 -1
|
@@ -9,7 +9,7 @@ import { useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetC
|
|
|
9
9
|
import { useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects } from "./hooks/gitlab.js";
|
|
10
10
|
import { useGetNewsletterStatus, useSubscribeToNewsletter, useUnsubscribeFromNewsletter } from "./hooks/newsletter.js";
|
|
11
11
|
import { useAddOrganization, useAddOrganizationMember, useDeleteOrganization, useDeleteOrganizationById, useGetOrganizations, useSelectOrganization, useUnselectOrganization, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById } from "./hooks/organization.js";
|
|
12
|
-
import { useAddNewAccessKey, useAddProject, useDeleteAccessKey, useDeleteProject, useDeleteProjectById, useGetCIConfig, useGetProjects, usePushCIConfig, usePushProjectConfiguration, useRefreshAccessKey, useSelectProject, useTriggerBuild, useTriggerWebhook, useUnselectProject, useUpdateProject, useUpdateProjectMembers } from "./hooks/project.js";
|
|
12
|
+
import { useAddEnvironment, useAddNewAccessKey, useAddProject, useDeleteAccessKey, useDeleteEnvironment, useDeleteProject, useDeleteProjectById, useGetCIConfig, useGetProjects, useMigrateEnvironment, usePushCIConfig, usePushProjectConfiguration, useRefreshAccessKey, useResetToProductionEnvironment, useSelectEnvironment, useSelectProject, useTriggerBuild, useTriggerWebhook, useUnselectProject, useUpdateEnvironment, useUpdateMemberAccess, useUpdateProject, useUpdateProjectMembers } from "./hooks/project.js";
|
|
13
13
|
import { useContactReviewer, useCreateMission, useDeleteReviewerProfile, useEstimateMission, useGetAdminReviewers, useGetChatHistory, useGetMissionById, useGetMyMissions, useGetMyReviewerProfile, useGetReviewerById, useGetReviewerMarketplace, useGetReviewerPriceDistribution, useGetReviewerReviews, useRegisterAsReviewer, useSendReviewerMessage, useSubmitReview, useUpdateMissionStatus, useUpdateReviewerProfile, useUploadReviewerCoverPicture, useUploadReviewerMainPicture, useValidateReviewerProfile } from "./hooks/reviewer.js";
|
|
14
14
|
import { useSearchDoc } from "./hooks/search.js";
|
|
15
15
|
import { UseIntlayerAuthProps, useAiAPI, useAuditAPI, useBitbucketAPI, useDictionaryAPI, useEditorAPI, useGithubAPI, useGitlabAPI, useIntlayerAuth, useIntlayerOAuth, useIntlayerOAuthOptions, useNewsletterAPI, useOAuthAPI, useOrganizationAPI, useProjectAPI, useReviewerAPI, useSearchAPI, useShowcaseProjectAPI, useStripeAPI, useTagAPI, useTranslateAPI, useUserAPI } from "./useIntlayerAPI.js";
|
|
@@ -22,4 +22,4 @@ import { useAuth } from "./useAuth/useAuth.js";
|
|
|
22
22
|
import { useOAuth2 } from "./useAuth/useOAuth2.js";
|
|
23
23
|
import { UseSessionResult, useSession } from "./useAuth/useSession.js";
|
|
24
24
|
import { useUser } from "./useUser/index.js";
|
|
25
|
-
export { UseIntlayerAuthProps, UseSessionResult, useAcceptAffiliateInvitation, useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAiAPI, useAskDocQuestion, useAskResetPassword, useAuditAPI, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditScan, useAuditTag, useAuth, useAutocomplete, useBitbucketAPI, useBitbucketAuth, useBitbucketCheckConfig, useBitbucketGetConfigFile, useBitbucketRepos, useCancelSubscription, useChangePassword, useChat, useContactReviewer, useCreateMission, useCreatePortalSession, useCreatePromoCode, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeleteOrganizationById, useDeletePasskey, useDeleteProject, useDeleteProjectById, useDeletePromoCode, useDeleteReviewerProfile, useDeleteSSOProvider, useDeleteShowcaseProject, useDeleteTag, useDeleteUser, useDictionaryAPI, useDisableTwoFactor, useEditorAPI, useEnableTwoFactor, useEstimateMission, useFillAllTranslations, useGetAdminReviewers, useGetAffiliate, useGetAffiliateAccountSession, useGetAffiliateById, useGetAffiliateInvitation, useGetAffiliateInvitations, useGetAffiliateOnboardingLink, useGetAffiliatePromoCode, useGetAffiliateStats, useGetAffiliates, useGetCIConfig, useGetChatHistory, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetInvoices, useGetMissionById, useGetMyMissions, useGetMyReviewerProfile, useGetNewsletterStatus, useGetOrganizations, useGetOtherShowcaseProjects, useGetPaymentMethod, useGetPricing, useGetProjects, useGetPromoCodeById, useGetPromoCodes, useGetRecursiveAuditStatus, useGetReviewerById, useGetReviewerMarketplace, useGetReviewerPriceDistribution, useGetReviewerReviews, useGetShowcaseProjectById, useGetShowcaseProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useGithubAPI, useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetConfigFile, useGithubRepos, useGithubToken, useGitlabAPI, useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects, useGrantAffiliateAccess, useInfiniteGetDictionaries, useIntlayerAuth, useIntlayerOAuth, useIntlayerOAuthOptions, useLinkSocial, useListAccounts, useListPasskeys, useListSSOProviders, useLogin, useLogout, useNewsletterAPI, useOAuth2, useOAuthAPI, useOrganizationAPI, usePauseTranslationJob, useProjectAPI, usePushCIConfig, usePushDictionaries, usePushProjectConfiguration, useRefreshAccessKey, useRegister, useRegisterAsReviewer, useRegisterSSO, useResetPassword, useResumeTranslationJob, useReviewerAPI, useSearchAPI, useSearchDoc, useSelectOrganization, useSelectProject, useSendAffiliateInvitation, useSendReviewerMessage, useSession, useShowcaseProjectAPI, useSignInMagicLink, useSignInPasskey, useSignInSSO, useStartRecursiveAudit, useStopTranslationJob, useStripeAPI, useSubmitReview, useSubmitShowcaseProject, useSubscribeToNewsletter, useTagAPI, useToggleShowcaseDownvote, useToggleShowcaseUpvote, useTranslateAPI, useTranslateJSONDeclaration, useTriggerBuild, useTriggerWebhook, useUnlinkAccount, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateAffiliateStatus, useUpdateDictionary, useUpdateMissionStatus, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdatePromoCode, useUpdateReviewerProfile, useUpdateShowcaseProject, useUpdateTag, useUpdateUser, useUploadReviewerCoverPicture, useUploadReviewerMainPicture, useUploadUserAvatar, useUser, useUserAPI, useValidateReviewerProfile, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
25
|
+
export { UseIntlayerAuthProps, UseSessionResult, useAcceptAffiliateInvitation, useAddDictionary, useAddEnvironment, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAiAPI, useAskDocQuestion, useAskResetPassword, useAuditAPI, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditScan, useAuditTag, useAuth, useAutocomplete, useBitbucketAPI, useBitbucketAuth, useBitbucketCheckConfig, useBitbucketGetConfigFile, useBitbucketRepos, useCancelSubscription, useChangePassword, useChat, useContactReviewer, useCreateMission, useCreatePortalSession, useCreatePromoCode, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteEnvironment, useDeleteOrganization, useDeleteOrganizationById, useDeletePasskey, useDeleteProject, useDeleteProjectById, useDeletePromoCode, useDeleteReviewerProfile, useDeleteSSOProvider, useDeleteShowcaseProject, useDeleteTag, useDeleteUser, useDictionaryAPI, useDisableTwoFactor, useEditorAPI, useEnableTwoFactor, useEstimateMission, useFillAllTranslations, useGetAdminReviewers, useGetAffiliate, useGetAffiliateAccountSession, useGetAffiliateById, useGetAffiliateInvitation, useGetAffiliateInvitations, useGetAffiliateOnboardingLink, useGetAffiliatePromoCode, useGetAffiliateStats, useGetAffiliates, useGetCIConfig, useGetChatHistory, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetInvoices, useGetMissionById, useGetMyMissions, useGetMyReviewerProfile, useGetNewsletterStatus, useGetOrganizations, useGetOtherShowcaseProjects, useGetPaymentMethod, useGetPricing, useGetProjects, useGetPromoCodeById, useGetPromoCodes, useGetRecursiveAuditStatus, useGetReviewerById, useGetReviewerMarketplace, useGetReviewerPriceDistribution, useGetReviewerReviews, useGetShowcaseProjectById, useGetShowcaseProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useGithubAPI, useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetConfigFile, useGithubRepos, useGithubToken, useGitlabAPI, useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects, useGrantAffiliateAccess, useInfiniteGetDictionaries, useIntlayerAuth, useIntlayerOAuth, useIntlayerOAuthOptions, useLinkSocial, useListAccounts, useListPasskeys, useListSSOProviders, useLogin, useLogout, useMigrateEnvironment, useNewsletterAPI, useOAuth2, useOAuthAPI, useOrganizationAPI, usePauseTranslationJob, useProjectAPI, usePushCIConfig, usePushDictionaries, usePushProjectConfiguration, useRefreshAccessKey, useRegister, useRegisterAsReviewer, useRegisterSSO, useResetPassword, useResetToProductionEnvironment, useResumeTranslationJob, useReviewerAPI, useSearchAPI, useSearchDoc, useSelectEnvironment, useSelectOrganization, useSelectProject, useSendAffiliateInvitation, useSendReviewerMessage, useSession, useShowcaseProjectAPI, useSignInMagicLink, useSignInPasskey, useSignInSSO, useStartRecursiveAudit, useStopTranslationJob, useStripeAPI, useSubmitReview, useSubmitShowcaseProject, useSubscribeToNewsletter, useTagAPI, useToggleShowcaseDownvote, useToggleShowcaseUpvote, useTranslateAPI, useTranslateJSONDeclaration, useTriggerBuild, useTriggerWebhook, useUnlinkAccount, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateAffiliateStatus, useUpdateDictionary, useUpdateEnvironment, useUpdateMemberAccess, useUpdateMissionStatus, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdatePromoCode, useUpdateReviewerProfile, useUpdateShowcaseProject, useUpdateTag, useUpdateUser, useUploadReviewerCoverPicture, useUploadReviewerMainPicture, useUploadUserAvatar, useUser, useUserAPI, useValidateReviewerProfile, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
@@ -9,13 +9,13 @@ type UseIntlayerAuthProps = {
|
|
|
9
9
|
};
|
|
10
10
|
declare const useIntlayerOAuthOptions: (props?: UseIntlayerAuthProps) => {
|
|
11
11
|
options: {
|
|
12
|
-
method?: string;
|
|
13
|
-
mode?: RequestMode;
|
|
14
|
-
headers: HeadersInit;
|
|
15
12
|
cache?: RequestCache;
|
|
16
13
|
credentials?: RequestCredentials;
|
|
14
|
+
headers: HeadersInit;
|
|
17
15
|
integrity?: string;
|
|
18
16
|
keepalive?: boolean;
|
|
17
|
+
method?: string;
|
|
18
|
+
mode?: RequestMode;
|
|
19
19
|
priority?: RequestPriority;
|
|
20
20
|
redirect?: RequestRedirect;
|
|
21
21
|
referrer?: string;
|
|
@@ -59,6 +59,13 @@ declare const useProjectAPI: (props?: UseIntlayerAuthProps) => {
|
|
|
59
59
|
triggerWebhook: (webhookIndex: import("@intlayer/backend").TriggerWebhookBody["webhookIndex"], otherOptions?: FetcherOptions) => Promise<TriggerWebhookResult>;
|
|
60
60
|
getCIConfig: (otherOptions?: FetcherOptions) => Promise<ResponseData<any>>;
|
|
61
61
|
pushCIConfig: (otherOptions?: FetcherOptions) => Promise<ResponseData<any>>;
|
|
62
|
+
addEnvironment: (body: import("@intlayer/backend").AddEnvironmentBody, otherOptions?: FetcherOptions) => Promise<AddEnvironmentResult>;
|
|
63
|
+
updateEnvironment: (environmentId: string, body: import("@intlayer/backend").UpdateEnvironmentBody, otherOptions?: FetcherOptions) => Promise<UpdateEnvironmentResult>;
|
|
64
|
+
deleteEnvironment: (environmentId: string, otherOptions?: FetcherOptions) => Promise<DeleteEnvironmentResult>;
|
|
65
|
+
selectEnvironment: (environmentId: string, otherOptions?: FetcherOptions) => Promise<SelectEnvironmentResult>;
|
|
66
|
+
resetToProductionEnvironment: (otherOptions?: FetcherOptions) => Promise<ResetToProductionEnvironmentResult>;
|
|
67
|
+
migrateEnvironment: (body: import("@intlayer/backend").MigrateEnvironmentBody, otherOptions?: FetcherOptions) => Promise<MigrateEnvironmentResult>;
|
|
68
|
+
updateMemberAccess: (userId: string, body: import("@intlayer/backend").UpdateMemberAccessBody, otherOptions?: FetcherOptions) => Promise<UpdateMemberAccessResult>;
|
|
62
69
|
};
|
|
63
70
|
declare const useUserAPI: (props?: UseIntlayerAuthProps) => {
|
|
64
71
|
createUser: (user: import("@intlayer/backend").CreateUserBody, otherOptions?: FetcherOptions) => Promise<CreateUserResult>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useIntlayerAPI.d.ts","names":[],"sources":["../../../src/api/useIntlayerAPI.ts"],"mappings":";;;;;KA8BY,oBAAA;EACV,OAAA,GAAU,cAAA;EACV,qBAAA,GAAwB,cAAc;AAAA;AAAA,cAG3B,uBAAA,GAA2B,KAAA,GAAQ,oBAAA;;;;;;;;;;;;;;;;;;;;cAsBnC,gBAAA,GAAoB,KAAA,GAAQ,oBAAA,KAAuB,WAG/D;AAAA,cAEY,eAAA,GAAmB,KAAA,GAAQ,oBAAA,KAAuB,OAI9D;AAAA,cAEY,kBAAA,GAAsB,KAAA,GAAQ,oBAAA;2DAtD7B,sBAAA,EAAA,YAAA,GAAuC,cAAA,KAAA,OAAA,CAChC,sBAAA;uHAEF,cAAA,KAAA,OAAA,CAA6B,qBAAA;kGAEpB,cAAA,KAAA,OAAA,CACxB,qBAAA;sGACyB,cAAA,KAAA,OAAA,CACxB,2BAAA;wGAEF,cAAA,KAAA,OAAA,CAA6B,wBAAA;8GAED,cAAA,KAAA,OAAA,CAA6B,+BAAA;0IAKpD,cAAA,KAAA,OAAA,CACC,+BAAA;sCAGwB,cAAA,KAAA,OAAA,CAA6B,wBAAA;uEAEvB,cAAA,KAAA,OAAA,CAGnC,wBAAA;6HAID,cAAA,KAAA,OAAA,CACqB,wBAAA;wCAG4B,cAAA,KAAA,OAAA,CACtC,0BAAA;AAAA;AAAA,cAwBD,aAAA,GAAiB,KAAA,GAAQ,oBAAA;
|
|
1
|
+
{"version":3,"file":"useIntlayerAPI.d.ts","names":[],"sources":["../../../src/api/useIntlayerAPI.ts"],"mappings":";;;;;KA8BY,oBAAA;EACV,OAAA,GAAU,cAAA;EACV,qBAAA,GAAwB,cAAc;AAAA;AAAA,cAG3B,uBAAA,GAA2B,KAAA,GAAQ,oBAAA;;;;;;;;;;;;;;;;;;;;cAsBnC,gBAAA,GAAoB,KAAA,GAAQ,oBAAA,KAAuB,WAG/D;AAAA,cAEY,eAAA,GAAmB,KAAA,GAAQ,oBAAA,KAAuB,OAI9D;AAAA,cAEY,kBAAA,GAAsB,KAAA,GAAQ,oBAAA;2DAtD7B,sBAAA,EAAA,YAAA,GAAuC,cAAA,KAAA,OAAA,CAChC,sBAAA;uHAEF,cAAA,KAAA,OAAA,CAA6B,qBAAA;kGAEpB,cAAA,KAAA,OAAA,CACxB,qBAAA;sGACyB,cAAA,KAAA,OAAA,CACxB,2BAAA;wGAEF,cAAA,KAAA,OAAA,CAA6B,wBAAA;8GAED,cAAA,KAAA,OAAA,CAA6B,+BAAA;0IAKpD,cAAA,KAAA,OAAA,CACC,+BAAA;sCAGwB,cAAA,KAAA,OAAA,CAA6B,wBAAA;uEAEvB,cAAA,KAAA,OAAA,CAGnC,wBAAA;6HAID,cAAA,KAAA,OAAA,CACqB,wBAAA;wCAG4B,cAAA,KAAA,OAAA,CACtC,0BAAA;AAAA;AAAA,cAwBD,aAAA,GAAiB,KAAA,GAAQ,oBAAA;sDAzDpB,iBAAA,EAAA,YAAA,GAAkC,cAAA,KAAA,OAAA,CACpC,iBAAA;mFACkB,cAAA,KAAA,OAAA,CAC3B,gBAAA;yFACwB,cAAA,KAAA,OAAA,CAA6B,mBAAA;oGAEhC,cAAA,KAAA,OAAA,CAClB,0BAAA;4HAEe,cAAA,KAAA,OAAA,CAA6B,8BAAA;iCACK,cAAA,KAAA,OAAA,CACjC,mBAAA;6DAGd,cAAA,KAAA,OAAA,CACR,mBAAA;yGAIuB,cAAA,KAAA,OAAA,CAA6B,mBAAA;mCACpB,cAAA,KAAA,OAAA,CACf,qBAAA;+FAIN,cAAA,KAAA,OAAA,CACY,uBAAA;0GAMlB,cAAA,KAAA,OAAA,CAA6B,uBAAA;4GACqC,cAAA,KAAA,OAAA,CACjD,wBAAA;gCAClB,cAAA,KAAA,OAAA,CAA6B,kBAAA;gHAGvB,cAAA,KAAA,OAAA,CAGb,oBAAA;+BAAoD,cAAA,KAAA,OAAA,CACnD,YAAA;gCAAiD,cAAA,KAAA,OAAA,CACzC,YAAA;wFAGwB,cAAA,KAAA,OAAA,CAA6B,oBAAA;qHAGX,cAAA,KAAA,OAAA,CAG3C,uBAAA;4DACc,cAAA,KAAA,OAAA,CAA6B,uBAAA;4DAI5C,cAAA,KAAA,OAAA,CAA8B,uBAAA;gDACM,cAAA,KAAA,OAAA,CACzC,kCAAA;gGAGkD,cAAA,KAAA,OAAA,CACjC,wBAAA;gHAIX,cAAA,KAAA,OAAA,CAA6B,wBAAA;AAAA;AAAA,cALzB,UAAA,GAAc,KAAA,GAAQ,oBAAA;gFAhER,cAAA,KAAA,OAAA,CAA6B,gBAAA;mDACrB,cAAA,EAAA,YAAA,GACpB,cAAA,KAAA,OAAA,CAA6B,cAAA;gGAErC,cAAA,KAAA,OAAA,CAA6B,iBAAA;iFAGjB,cAAA,KAAA,OAAA;oGAEK,cAAA,KAAA,OAAA,CAA6B,oBAAA;gFAEnC,cAAA,KAAA,OAAA,CAA6B,gBAAA;8CACI,cAAA,KAAA,OAAA,CACjC,gBAAA;4CACI,cAAA,KAAA,OAAA,CAET,sBAAA;;;cAqDA,WAAA,GAAe,KAAA,GAAQ,oBAAA;wCAzED,cAAA,KAAA,OAAA,CAChC,oBAAA;yCACS,cAAA,KAAA,OAAA,CAA6B,2BAAA;mCACU,cAAA,KAAA,OAAA,CACvB,qBAAA;AAAA;AAAA,cA0Ef,gBAAA,GAAoB,KAAA,GAAQ,oBAAA;0DA3EH,qBAAA,EAAA,YAAA,GACf,cAAA,KAAA,OAAA,CAA6B,qBAAA;uCAEnD,cAAA,KAAA,OAAA,CAA6B,yBAAA;kDACW,cAAA,KAAA,OAAA,CAC1B,oCAAA;yIAEQ,kBAAA,aAAA,YAAA,GAA8C,cAAA,KAAA,OAAA,CAC1C,mBAAA;oHAEQ,cAAA,KAAA,OAAA,CAC9B,sBAAA;sFACgC,cAAA,KAAA,OAAA,CAC9B,mBAAA;kGAC4B,cAAA,KAAA,OAAA,CAC5B,sBAAA;2GAID,cAAA,KAAA,OAAA,CAA6B,sBAAA;AAAA;AAAA,cA6DtB,YAAA,GAAgB,KAAA,GAAQ,oBAAA;kDA/EjC,cAAA,EAAA,YAAA,GAA+B,cAAA,KAAA,OAAA,CAChC,gBAAA;uDAA4C,sBAAA,EAAA,YAAA,GACZ,cAAA,KAAA,OAAA,CACnC,wBAAA;sCACO,cAAA,KAAA,OAAA,CAA6B,wBAAA;+BACD,cAAA,KAAA,OAAA,CACxB,iBAAA;oCAAsD,cAAA,KAAA,OAAA,CACzC,sBAAA;uCACQ,cAAA,KAAA,OAAA,CAClB,yBAAA;oGAEV,cAAA,KAAA,OAAA,CAA6B,0BAAA;uDACL,mBAAA,EAAA,YAAA,GAC1B,cAAA,KAAA,OAAA,CAA6B,mBAAA;;;;;oBAGF,cAAA,KAAA,OAAA,CACR,sBAAA;gCAInB,cAAA,KAAA,OAAA,CAA6B,kBAAA;8CACV,cAAA,KAAA,OAAA,CACf,gCAAA;;;oBAKO,cAAA,KAAA,OAAA,CAA6B,gCAAA;qCAGb,cAAA,KAAA,OAAA,CAGR,uBAAA;iEACN,mBAAA,EAAA,YAAA,GAAoC,cAAA,KAAA,OAAA,CAGjD,6BAAA;0GADiC,cAAA,KAAA,OAAA,CAC3B,6BAAA;;;;;oBAKG,cAAA,KAAA,OAAA,CAA8B,4BAAA;;;;;;;;;oBAKiB,cAAA,KAAA,OAAA,CAC/C,+BAAA;;;;;iFAK0B,cAAA,KAAA,OAAA,CAA6B,2BAAA;gDAEhE,cAAA,KAAA,OAAA,CAA6B,sBAAA;;;oBAIzB,cAAA,KAAA,OAAA,CAA8B,mBAAA;0FACW,cAAA,KAAA,OAAA,CAGvB,qBAAA;;;OACF;EAAA;;sEACF,cAAA,KAAA,OAAA,CAGpB,qBAAA;;;;;oBAC8B,cAAA,KAAA,OAAA,CAA6B,qBAAA;+DAIpC,cAAA,KAAA,OAAA;AAAA;AAAA,cAUV,QAAA,GAAY,KAAA,GAAQ,oBAAA;mDAxEL,eAAA,EAAA,YAAA,GAAgC,cAAA,KAAA,OAAA,CACjC,iBAAA;qDACd,iBAAA,EAAA,YAAA,GAEJ,cAAA,KAAA,OAAA,CACP,mBAAA;+DAC0B,2BAAA,EAAA,YAAA,GAGF,cAAA,KAAA,OAAA,CAA6B,6BAAA;oEAEjD,gCAAA,EAAA,YAAA,GAEK,cAAA,KAAA,OAAA,CACS,kCAAA;uEAE8B,mCAAA,EAAA,YAAA,GAG/B,cAAA,KAAA,OAAA,CAGR,qCAAA;gDACT,YAAA,EAAA,YAAA,GAA6B,cAAA,KAAA,OAAA,CAA6B,cAAA;kDACrC,kBAAA,EAAA,YAAA,GAAmC,cAAA,KAAA,OAAA;wCACzB,QAAA,EAAA,YAAA,GAChC,cAAA,KAAA,OAAA;gDAA0D,gBAAA,EAAA,YAAA,GAEpC,cAAA,KAAA,OAAA,CAGb,oBAAA;wDAAiD,oBAAA,EAAA,YAAA,GAC5C,cAAA,KAAA,OAAA,CAA6B,oBAAA;AAAA;AAAA,cA6C/B,WAAA,GAAe,KAAA,GAAQ,oBAAA;kDArFK,kBAAA,EAAA,YAAA,GACtB,cAAA,KAAA,OAAA,yBAAA,kBAAA;2CACc,WAAA,EAAA,YAAA,GAA4B,cAAA,KAAA,OAAA;uDAE3D,uBAAA,EAAA,YAAA,GAAwC,cAAA,KAAA,OAAA,6BAAA,yBAAA;6DAEd,6BAAA,EAAA,YAAA,GACH,cAAA,KAAA,OAAA,6BAAA,6BAAA;0DACkC,uBAAA,EAAA,YAAA,GACtB,cAAA,KAAA,OAAA;;;yDAGL,uBAAA,EAAA,YAAA,GAEzB,cAAA,KAAA,OAAA;;;0DAG6C,uBAAA,EAAA,YAAA,GACnC,cAAA,KAAA,OAAA;;;;cAwEJ,SAAA,GAAa,KAAA,GAAQ,oBAAA;kDAjGc,aAAA,EAAA,YAAA,GACvB,cAAA,KAAA,OAAA,CACxB,aAAA;uEACI,cAAA,KAAA,OAAA,CAA6B,YAAA;0IAEjB,cAAA,KAAA,OAAA,CAA6B,eAAA;0FAE1C,cAAA,KAAA,OAAA,CAA6B,eAAA;AAAA;AAAA,cA+FpB,YAAA,GAAgB,KAAA,GAAQ,oBAAA;mDAtGrC,mBAAA,EAAA,YAAA,GAAoC,cAAA,KAAA,OAAA,CACxB,mBAAA;AAAA;AAAA,cA0GC,YAAA,GAAgB,KAAA,GAAQ,oBAAA;mCA1GnB,cAAA,KAAA,OAAA,CAAA,2BAAA;oCAEb,cAAA,KAAA,OAAA,CAAA,sBAAA;sEAEU,cAAA,KAAA,OAAA,CAA6B,6BAAA;AAAA;AAAA,cA2G/B,gBAAA,GAAoB,KAAA,GAAQ,oBAAA;uGA/GG,cAAA,KAAA,OAAA,CACxB,4BAAA;6GAEJ,cAAA,KAAA,OAAA,CAA6B,4BAAA;uCACiB,cAAA,KAAA,OAAA,CACpC,4BAAA;AAAA;AAAA,cA+Gb,YAAA,GAAgB,KAAA,GAAQ,oBAAA;mDAtGE,cAAA,KAAA,OAAA,yBAAA,sBAAA;8CAErB,cAAA,KAAA,OAAA,yBAAA,wBAAA;2CAGO,YAAA,GACE,cAAA,KAAA,OAAA,yBAAA,qBAAA;8GAKZ,YAAA,GAAuB,cAAA,KAAA,OAAA,yBAAA,uBAAA;wGAOtC,IAAA,WACO,YAAA,GAAuB,cAAA,KAAA,OAAA,yBAAA,yBAAA;4BAIrB,cAAA,KAAA,OAAA,yBAAA,oBAAA;AAAA;AAAA,cAoFI,YAAA,GAAgB,KAAA,GAAQ,oBAAA;0DA1Ge,YAAA,GAClC,cAAA,KAAA,OAAA,yBAAA,sBAAA;0EAIe,YAAA,GAGvB,cAAA,KAAA,OAAA,yBAAA,wBAAA;uCACG,WAAA,WAA6B,YAAA,GACrB,cAAA,KAAA,OAAA,yBAAA,wBAAA;8FAK4B,WAAA,WAC5C,YAAA,GAEM,cAAA,KAAA,OAAA,yBAAA,uBAAA;wFAI6B,IAAA,WAAe,WAAA,WAAsB,YAAA,GACvD,cAAA,KAAA,OAAA,yBAAA,yBAAA;AAAA;AAAA,cAwFT,eAAA,GAAmB,KAAA,GAAQ,oBAAA;mDA1GP,cAAA,KAAA,OAAA,yBAAA,yBAAA;8CAIpB,cAAA,KAAA,OAAA,yBAAA,2BAAA;2CAGH,YAAA,GACU,cAAA,KAAA,OAAA,yBAAA,wBAAA;gHAQV,YAAA,GAAuB,cAAA,KAAA,OAAA,yBAAA,0BAAA;0GAES,IAAA,WAAe,YAAA,GACpD,cAAA,KAAA,OAAA,yBAAA,4BAAA;AAAA;AAAA,cA4FQ,qBAAA,GAAyB,KAAA,GAAQ,oBAAA;wDA9HZ,qBAAA,EAAA,YAAA,GACjB,cAAA,KAAA,OAAA,CAA6B,yBAAA;4HAEY,cAAA,KAAA,OAAA,CAC1C,4BAAA;uGAEQ,cAAA,KAAA,OAAA,CAA6B,8BAAA;sGAEH,cAAA,KAAA,OAAA,CAC9B,2BAAA;oGAEnB,cAAA,KAAA,OAAA,CAA6B,0BAAA;wGAIA,cAAA,KAAA,OAAA,CAGjB,4BAAA;2HAEK,cAAA,KAAA,OAAA;;;;;wLAQW,cAAA,KAAA,OAAA,CAGR,2BAAA;AAAA;AAAA,cAoGR,eAAA,GAAmB,KAAA,GAAQ,oBAAA;sGAxID,cAAA,KAAA,OAAA,6BAAA,2BAAA;sDAEK,cAAA,KAAA,OAAA;;;;;uDAEkB,cAAA,KAAA,OAAA;;;;;qDAGjD,cAAA,KAAA,OAAA;;;;;sDAEK,cAAA,KAAA,OAAA;;;;;wDAE+B,cAAA,KAAA,OAAA;;;;;;cAkIpC,cAAA,GAAkB,KAAA,GAAQ,oBAAA;wDA5IM,mBAAA,EAAA,YAAA,GACjB,cAAA,KAAA,OAAA,CAA6B,iBAAA,CAC3C,kBAAA;kCACG,IAAA,6BAAA,mBAAA,2DAAA,YAAA,GACiC,cAAA,KAAA,OAAA,CAC1B,YAAA,CAAa,qBAAA;uDAEhC,cAAA,KAAA,OAAA,CAA6B,YAAA,CAAa,kBAAA;;;;oBAGnC,cAAA,KAAA,OAAA,CAA6B,iBAAA,CACzC,iBAAA;wCACU,cAAA,KAAA,OAAA,CAA6B,YAAA;8FAErC,cAAA,KAAA,OAAA,CAA6B,YAAA,CAAa,kBAAA;+FAGR,cAAA,KAAA,OAAA,CAElC,YAAA,CAAW,kBAAA;yCAGe,cAAA,KAAA,OAAA,CAA6B,YAAA;0FAEtC,cAAA,KAAA,OAAA,CAEf,YAAA,CAAc,eAAA;sFAGM,cAAA,KAAA,OAAA,CAA6B,YAAA,CAC/C,qBAAA;;;;;oBAMqB,cAAA,KAAA,OAAA,CAA6B,iBAAA,CAAkB,qBAAA;qDACF,cAAA,KAAA,OAAA,CAC9C,YAAA,CAAa,qBAAA;qHAGd,cAAA,KAAA,OAAA,CAGZ,YAAA,CAAY,qBAAA;uGACiB,cAAA,KAAA,OAAA,CACxC,YAAA,CAAY,iBAAA;;;oBAGsD,cAAA,KAAA,OAAA,CAC9C,YAAA;qDAE0B,cAAA,KAAA,OAAA,CAG3C,YAAA,CAAa,kBAAA;qGACyB,cAAA,KAAA,OAAA,CACzC,YAAA,CAAa,kBAAA;;iDAIH,cAAA,KAAA,OAAA,CAA6B,2BAAA;kDAEzC,cAAA,KAAA,OAAA,CAE0B,2BAAA;+DAC4B,cAAA,KAAA,OAAA,CACzC,YAAA,CAAa,kBAAA;;;;;oBAIuB,cAAA,KAAA,OAAA,CACxC,iBAAA,CAAiB,kBAAA;AAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.d.ts","names":[],"sources":["../../../../src/components/Accordion/Accordion.tsx"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","names":[],"sources":["../../../../src/components/Accordion/Accordion.tsx"],"mappings":";;;;UAeiB,cAAA,SACP,IAAA,CAAK,WAAA;;EAEb,MAAA,EAAQ,SAAA;EAHO;EAKf,QAAA,EAAU,SAAA;;EAEV,MAAA;EAJQ;EAMR,aAAA;EARQ;EAUR,QAAA,IAAY,MAAA;EAVA;EAYZ,QAAA;EAZa;EAcb,gBAAA;EAZQ;EAcR,eAAA;EAZU;EAcV,YAAA;EAVA;EAYA,SAAA;AAAA;;;;;;;AAAS;AAwCX;;;;AAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;cAA5B,SAAA,EAAW,EAAE,CAAC,cAAA"}
|
|
@@ -6,43 +6,24 @@ import { VariantProps } from "class-variance-authority";
|
|
|
6
6
|
* Badge color variants enum
|
|
7
7
|
* @description Defines the available color themes for the badge component
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
|
-
PRIMARY = "primary",
|
|
11
|
-
SECONDARY = "secondary",
|
|
12
|
-
SUCCESS = "success",
|
|
13
|
-
ERROR = "error",
|
|
14
|
-
NEUTRAL = "neutral",
|
|
15
|
-
LIGHT = "light",
|
|
16
|
-
DARK = "dark",
|
|
17
|
-
TEXT = "text",
|
|
18
|
-
CUSTOM = "custom"
|
|
19
|
-
}
|
|
9
|
+
type BadgeColor = 'primary' | 'secondary' | 'success' | 'error' | 'neutral' | 'light' | 'dark' | 'text' | 'custom';
|
|
20
10
|
/**
|
|
21
11
|
* Badge visual variants enum
|
|
22
12
|
* @description Defines the available visual styles for the badge component
|
|
23
13
|
*/
|
|
24
|
-
|
|
25
|
-
DEFAULT = "default",
|
|
26
|
-
NONE = "none",
|
|
27
|
-
OUTLINE = "outline",
|
|
28
|
-
HOVERABLE = "hoverable"
|
|
29
|
-
}
|
|
14
|
+
type BadgeVariant = 'default' | 'none' | 'outline' | 'hoverable';
|
|
30
15
|
/**
|
|
31
16
|
* Badge size variants enum
|
|
32
17
|
* @description Defines the available sizes for the badge component
|
|
33
18
|
*/
|
|
34
|
-
|
|
35
|
-
SMALL = "sm",
|
|
36
|
-
MEDIUM = "md",
|
|
37
|
-
LARGE = "lg"
|
|
38
|
-
}
|
|
19
|
+
type BadgeSize = 'sm' | 'md' | 'lg';
|
|
39
20
|
/**
|
|
40
21
|
* Badge component variants using class-variance-authority
|
|
41
22
|
* @description Defines the styling variants for different badge combinations
|
|
42
23
|
*/
|
|
43
24
|
declare const badgeVariants: (props?: {
|
|
44
|
-
color?: "error" | "
|
|
45
|
-
variant?: "default" | "
|
|
25
|
+
color?: "error" | "success" | "text" | "primary" | "secondary" | "neutral" | "light" | "dark" | "custom";
|
|
26
|
+
variant?: "default" | "none" | "outline" | "hoverable";
|
|
46
27
|
size?: "sm" | "md" | "lg";
|
|
47
28
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
48
29
|
/**
|
|
@@ -78,7 +59,7 @@ type BadgeVariantProps = VariantProps<typeof badgeVariants>;
|
|
|
78
59
|
* <Badge>New</Badge>
|
|
79
60
|
*
|
|
80
61
|
* // Colored badge
|
|
81
|
-
* <Badge color=
|
|
62
|
+
* <Badge color="error">Error</Badge>
|
|
82
63
|
*
|
|
83
64
|
* // Clickable badge
|
|
84
65
|
* <Badge clickable onClick={() => console.log('clicked')}>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Badge/index.tsx"],"mappings":";;;;;;AAQA;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Badge/index.tsx"],"mappings":";;;;;;AAQA;;KAAY,UAAA;;AAAU;AAetB;;KAAY,YAAA;;AAAY;AAMxB;;KAAY,SAAA;;AAAS;AAMrB;;cAAa,aAAA,GAAa,KAAA;;;;;;;;;KAyCd,UAAA,GAAa,cAAA,CAAe,WAAA;EAAlB,8CAEpB,QAAA,GAAW,KAAA,CAAM,SAAA,EAFqB;EAItC,KAAA,GAAQ,UAAA,MAAgB,UAAA,IAFb;EAIX,OAAA,GAAU,YAAA,MAAkB,YAAA,IAFJ;EAIxB,IAAA,GAAO,SAAA,MAAe,SAAA,IAFM;EAI5B,SAAA,YAFsB;EAItB,WAAA,YAEkB;EAAlB,OAAA,IAAW,KAAA,EAAO,KAAA,CAAM,UAAA,CAAW,WAAA,YAAD;EAElC,SAAA,eAhBsC;EAkBtC,YAAA,WAhBW;EAkBX,IAAA,oCAhBA;EAkBA,QAAA;AAAA;;;;KAMU,iBAAA,GAAoB,YAAY,QAAQ,aAAA;;;;;;;;;;;;;;;AAN1C;AAMV;;;;AAAiE;AA2BjE;;;;;cAAa,KAAA,EAAO,KAAA,CAAM,EAAE,CAAC,UAAA"}
|
|
@@ -23,7 +23,7 @@ declare const Browser: ({
|
|
|
23
23
|
ref,
|
|
24
24
|
domainRestriction,
|
|
25
25
|
...props
|
|
26
|
-
}: BrowserProps) => import("react
|
|
26
|
+
}: BrowserProps) => import("react").JSX.Element;
|
|
27
27
|
//#endregion
|
|
28
28
|
export { Browser, BrowserProps };
|
|
29
29
|
//# sourceMappingURL=Browser.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Browser.d.ts","names":[],"sources":["../../../../src/components/Browser/Browser.tsx"],"mappings":";;;KAsBY,YAAA;EACV,UAAA;EACA,IAAA;EACA,SAAA;EACA,KAAA,GAAQ,aAAA;EACR,IAAA;EACA,YAAA;EACA,OAAA;EACA,GAAA,GAAM,SAAA,CAAU,iBAAA;EAChB,iBAAA;AAAA,IACE,cAAA,CAAe,iBAAA;AAAA,cA2BN,OAAA;EAAW,UAAA;EAAA,IAAA;EAAA,SAAA;EAAA,KAAA;EAAA,IAAA;EAAA,cAAA,SAAA;EAAA,OAAA;EAAA,GAAA;EAAA,iBAAA;EAAA,GAAA;AAAA,GAWrB,YAAA,
|
|
1
|
+
{"version":3,"file":"Browser.d.ts","names":[],"sources":["../../../../src/components/Browser/Browser.tsx"],"mappings":";;;KAsBY,YAAA;EACV,UAAA;EACA,IAAA;EACA,SAAA;EACA,KAAA,GAAQ,aAAA;EACR,IAAA;EACA,YAAA;EACA,OAAA;EACA,GAAA,GAAM,SAAA,CAAU,iBAAA;EAChB,iBAAA;AAAA,IACE,cAAA,CAAe,iBAAA;AAAA,cA2BN,OAAA;EAAW,UAAA;EAAA,IAAA;EAAA,SAAA;EAAA,KAAA;EAAA,IAAA;EAAA,cAAA,SAAA;EAAA,OAAA;EAAA,GAAA;EAAA,iBAAA;EAAA,GAAA;AAAA,GAWrB,YAAA,qBAAY,GAAA,CAAA,OAAA"}
|
|
@@ -6,63 +6,27 @@ import { LucideIcon } from "lucide-react";
|
|
|
6
6
|
/**
|
|
7
7
|
* Button size variants for different use cases
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
|
-
XS = "xs",
|
|
11
|
-
SM = "sm",
|
|
12
|
-
MD = "md",
|
|
13
|
-
LG = "lg",
|
|
14
|
-
XL = "xl",
|
|
15
|
-
ICON_SM = "icon-sm",
|
|
16
|
-
ICON_MD = "icon-md",
|
|
17
|
-
ICON_LG = "icon-lg",
|
|
18
|
-
ICON_XL = "icon-xl"
|
|
19
|
-
}
|
|
9
|
+
type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'icon-sm' | 'icon-md' | 'icon-lg' | 'icon-xl';
|
|
20
10
|
/**
|
|
21
11
|
* Button visual style variants
|
|
22
12
|
*/
|
|
23
|
-
|
|
24
|
-
DEFAULT = "default",
|
|
25
|
-
NONE = "none",
|
|
26
|
-
OUTLINE = "outline",
|
|
27
|
-
LINK = "link",
|
|
28
|
-
INVISIBLE_LINK = "invisible-link",
|
|
29
|
-
HOVERABLE = "hoverable",
|
|
30
|
-
FADE = "fade",
|
|
31
|
-
INPUT = "input"
|
|
32
|
-
}
|
|
13
|
+
type ButtonVariant = 'default' | 'none' | 'outline' | 'link' | 'invisible-link' | 'hoverable' | 'fade' | 'input';
|
|
33
14
|
/**
|
|
34
15
|
* Button color themes that work with the design system
|
|
35
16
|
*/
|
|
36
|
-
|
|
37
|
-
PRIMARY = "primary",
|
|
38
|
-
SECONDARY = "secondary",
|
|
39
|
-
NEUTRAL = "neutral",
|
|
40
|
-
LIGHT = "light",
|
|
41
|
-
DARK = "dark",
|
|
42
|
-
TEXT = "text",
|
|
43
|
-
CARD = "card",
|
|
44
|
-
TEXT_INVERSE = "text-inverse",
|
|
45
|
-
CURRENT = "current",
|
|
46
|
-
ERROR = "error",
|
|
47
|
-
SUCCESS = "success",
|
|
48
|
-
CUSTOM = "custom"
|
|
49
|
-
}
|
|
17
|
+
type ButtonColor = 'primary' | 'secondary' | 'neutral' | 'light' | 'dark' | 'text' | 'card' | 'text-inverse' | 'current' | 'error' | 'success' | 'custom';
|
|
50
18
|
/**
|
|
51
19
|
* Text alignment options for button content
|
|
52
20
|
*/
|
|
53
|
-
|
|
54
|
-
LEFT = "left",
|
|
55
|
-
CENTER = "center",
|
|
56
|
-
RIGHT = "right"
|
|
57
|
-
}
|
|
21
|
+
type ButtonTextAlign = 'left' | 'center' | 'right';
|
|
58
22
|
/**
|
|
59
23
|
* Enhanced button variants with improved accessibility and focus states
|
|
60
24
|
*/
|
|
61
25
|
declare const buttonVariants: (props?: {
|
|
62
26
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
|
|
63
|
-
color?: "error" | "
|
|
64
|
-
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "
|
|
65
|
-
variant?: "
|
|
27
|
+
color?: "error" | "success" | "text" | "primary" | "secondary" | "neutral" | "card" | "light" | "dark" | "current" | "text-inverse" | "custom";
|
|
28
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "5xl" | "full";
|
|
29
|
+
variant?: "link" | "input" | "default" | "none" | "outline" | "invisible-link" | "hoverable" | "fade";
|
|
66
30
|
textAlign?: "left" | "center" | "right";
|
|
67
31
|
isFullWidth?: boolean;
|
|
68
32
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
@@ -149,8 +113,8 @@ type ButtonProps = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HT
|
|
|
149
113
|
*
|
|
150
114
|
* // Error action button
|
|
151
115
|
* <Button
|
|
152
|
-
* variant=
|
|
153
|
-
* color=
|
|
116
|
+
* variant="outline"
|
|
117
|
+
* color="error"
|
|
154
118
|
* label="Delete item permanently"
|
|
155
119
|
* aria-describedby="delete-warning"
|
|
156
120
|
* >
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","names":[],"sources":["../../../../src/components/Button/Button.tsx"],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"Button.d.ts","names":[],"sources":["../../../../src/components/Button/Button.tsx"],"mappings":";;;;;;;AASA;KAAY,UAAA;;;AAAU;KAiCV,aAAA;;;;KAaA,WAAA;AAAZ;;;AAAA,KAiBY,eAAA;AAjBW;AAiBvB;;AAjBuB,cAsBV,cAAA,GAAc,KAAA;;;;;;;;;;;KAqIf,WAAA,GAAc,iBAAA,CACxB,oBAAA,CAAqB,iBAAA,GACrB,iBAAA,IAEA,YAAA,QAAoB,cAAA;;;;;EAKlB,KAAA;EATQ;;;EAcR,IAAA,GAAO,EAAA,GAAK,UAAA;EAbd;;;EAkBE,SAAA,GAAY,EAAA,GAAK,UAAA;EAfnB;;;EAoBE,aAAA;EALiB;;;EAUjB,SAAA;EA5BF;;;EAiCE,QAAA;EA9BkB;;;EAmClB,UAAA;EAzBY;;;EA8BZ,WAAA;EApBA;;;EAyBA,kBAAA;EALA;;;EAUA,eAAA;EAkBA;;AAAc;EAbd,eAAA;EAoKH;;;EAvJG,cAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyCS,MAAA,EAAQ,EAAE,CAAC,WAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Carousel/index.tsx"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Carousel/index.tsx"],"mappings":";;;KAqGK,iBAAA,GAAoB,cAAA,CAAe,cAAA;EACtC,QAAA,EAAU,SAAA;AAAA;AAAA,KAgBP,uBAAA,GAA0B,cAAc,CAAC,cAAA;EAC5C,wBAAA;AAAA;AAAA,KAgHG,aAAA,GAAgB,cAAA,CAAe,cAAA;EAClC,QAAA,EAAU,SAAA;EACV,YAAA;EACA,aAAA,IAAiB,KAAA;AAAA;AAAA,cAsPN,QAAA,EAAQ,EAAA,CAAA,aAAA"}
|
|
@@ -4,8 +4,8 @@ import { VariantProps } from "class-variance-authority";
|
|
|
4
4
|
//#region src/components/CollapsibleTable/CollapsibleTable.d.ts
|
|
5
5
|
declare const collapsibleTableVariants: (props?: {
|
|
6
6
|
size?: "sm" | "md" | "lg" | "xl" | "full";
|
|
7
|
-
variant?: "default" | "
|
|
8
|
-
spacing?: "
|
|
7
|
+
variant?: "default" | "dark" | "ghost" | "outlined";
|
|
8
|
+
spacing?: "auto" | "sm" | "md" | "lg" | "none";
|
|
9
9
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
10
10
|
interface CollapsibleTableProps extends Omit<HTMLAttributes<HTMLElement>, 'title'>, VariantProps<typeof collapsibleTableVariants> {
|
|
11
11
|
/** Table title displayed in the header */
|
|
@@ -27,7 +27,7 @@ declare const Command: {
|
|
|
27
27
|
ref?: React.Ref<HTMLInputElement>;
|
|
28
28
|
} & {
|
|
29
29
|
asChild?: boolean;
|
|
30
|
-
}, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement> | "asChild">, "
|
|
30
|
+
}, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement> | "asChild">, "type" | "onChange" | "value"> & {
|
|
31
31
|
value?: string;
|
|
32
32
|
onValueChange?: (search: string) => void;
|
|
33
33
|
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -71,7 +71,7 @@ declare const Command: {
|
|
|
71
71
|
ref?: React.Ref<HTMLDivElement>;
|
|
72
72
|
} & {
|
|
73
73
|
asChild?: boolean;
|
|
74
|
-
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "
|
|
74
|
+
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "onSelect" | "disabled" | "value"> & {
|
|
75
75
|
disabled?: boolean;
|
|
76
76
|
onSelect?: (value: string) => void;
|
|
77
77
|
value?: string;
|
|
@@ -81,7 +81,7 @@ declare const Command: {
|
|
|
81
81
|
Shortcut: ({
|
|
82
82
|
className,
|
|
83
83
|
...props
|
|
84
|
-
}: HTMLAttributes<HTMLSpanElement>) => import("react
|
|
84
|
+
}: HTMLAttributes<HTMLSpanElement>) => import("react").JSX.Element;
|
|
85
85
|
propTypes?: any;
|
|
86
86
|
displayName?: string | undefined;
|
|
87
87
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Command/index.tsx"],"mappings":";;;;;cAaa,WAAA,EAAa,EAAA,CAAG,cAAA,QAAsB,SAAA;;AAAnD;;;;;;;;;;;;AAAmE;AAuHnE;;;cAAa,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA7BV,cAAA,CAAe,eAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Command/index.tsx"],"mappings":";;;;;cAaa,WAAA,EAAa,EAAA,CAAG,cAAA,QAAsB,SAAA;;AAAnD;;;;;;;;;;;;AAAmE;AAuHnE;;;cAAa,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA7BV,cAAA,CAAe,eAAA,sBAAgB,GAAA,CAAA,OAAA"}
|
|
@@ -7,78 +7,29 @@ import { VariantProps } from "class-variance-authority";
|
|
|
7
7
|
* Provides flexible styling options for background, padding, borders, and layout
|
|
8
8
|
*/
|
|
9
9
|
declare const containerVariants: (props?: {
|
|
10
|
-
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "
|
|
10
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "full";
|
|
11
11
|
transparency?: "xs" | "sm" | "md" | "lg" | "xl" | "none" | "full";
|
|
12
12
|
padding?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
|
|
13
|
-
separator?: "
|
|
13
|
+
separator?: "both" | "without" | "x" | "y";
|
|
14
14
|
border?: "with" | "none";
|
|
15
|
-
borderColor?: "error" | "
|
|
16
|
-
background?: "with" | "
|
|
15
|
+
borderColor?: "error" | "success" | "text" | "primary" | "secondary" | "neutral" | "card" | "warning";
|
|
16
|
+
background?: "with" | "none" | "hoverable";
|
|
17
17
|
gap?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
|
|
18
18
|
} & import("class-variance-authority/types").ClassProp) => string;
|
|
19
19
|
/** Available rounded corner sizes for the container */
|
|
20
|
-
|
|
21
|
-
NONE = "none",
|
|
22
|
-
SM = "sm",
|
|
23
|
-
MD = "md",
|
|
24
|
-
LG = "lg",
|
|
25
|
-
XL = "xl",
|
|
26
|
-
'2xl' = "2xl",
|
|
27
|
-
'3xl' = "3xl",
|
|
28
|
-
'4xl' = "4xl",
|
|
29
|
-
'5xl' = "5xl",
|
|
30
|
-
FULL = "full"
|
|
31
|
-
}
|
|
20
|
+
type ContainerRoundedSize = 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
32
21
|
/** Background transparency levels for the container */
|
|
33
|
-
|
|
34
|
-
NONE = "none",
|
|
35
|
-
SM = "sm",
|
|
36
|
-
MD = "md",
|
|
37
|
-
LG = "lg",
|
|
38
|
-
XL = "xl",
|
|
39
|
-
FULL = "full"
|
|
40
|
-
}
|
|
22
|
+
type ContainerTransparency = 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
41
23
|
/** Padding sizes for container content */
|
|
42
|
-
|
|
43
|
-
NONE = "none",
|
|
44
|
-
SM = "sm",
|
|
45
|
-
MD = "md",
|
|
46
|
-
LG = "lg",
|
|
47
|
-
XL = "xl"
|
|
48
|
-
}
|
|
24
|
+
type ContainerPadding = 'none' | 'sm' | 'md' | 'lg' | 'xl';
|
|
49
25
|
/** Separator options for dividing container children */
|
|
50
|
-
|
|
51
|
-
WITHOUT = "without",
|
|
52
|
-
X = "x",
|
|
53
|
-
Y = "y",
|
|
54
|
-
BOTH = "both"
|
|
55
|
-
}
|
|
26
|
+
type ContainerSeparator = 'without' | 'x' | 'y' | 'both';
|
|
56
27
|
/** Border color options for the container */
|
|
57
|
-
|
|
58
|
-
PRIMARY = "primary",
|
|
59
|
-
SECONDARY = "secondary",
|
|
60
|
-
NEUTRAL = "neutral",
|
|
61
|
-
CARD = "card",
|
|
62
|
-
TEXT = "text",
|
|
63
|
-
ERROR = "error",
|
|
64
|
-
WARNING = "warning",
|
|
65
|
-
SUCCESS = "success"
|
|
66
|
-
}
|
|
28
|
+
type ContainerBorderColor = 'primary' | 'secondary' | 'neutral' | 'card' | 'text' | 'error' | 'warning' | 'success';
|
|
67
29
|
/** Background interaction states for the container */
|
|
68
|
-
|
|
69
|
-
NONE = "none",
|
|
70
|
-
HOVERABLE = "hoverable",
|
|
71
|
-
WITH = "with"
|
|
72
|
-
}
|
|
30
|
+
type ContainerBackground = 'none' | 'hoverable' | 'with';
|
|
73
31
|
/** Gap sizes between container children */
|
|
74
|
-
|
|
75
|
-
NONE = "none",
|
|
76
|
-
SM = "sm",
|
|
77
|
-
MD = "md",
|
|
78
|
-
LG = "lg",
|
|
79
|
-
XL = "xl",
|
|
80
|
-
'2xl' = "2xl"
|
|
81
|
-
}
|
|
32
|
+
type ContainerGap = 'none' | 'sm' | 'md' | 'lg' | 'xl';
|
|
82
33
|
/** Container component props extending HTML div attributes */
|
|
83
34
|
type ContainerProps = PropsWithChildren<Omit<VariantProps<typeof containerVariants>, 'border'>> & DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> & {
|
|
84
35
|
/** Whether to show a border around the container */border?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Container/index.tsx"],"mappings":";;;;;;AAaA;;cAAa,iBAAA,GAAiB,KAAA;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Container/index.tsx"],"mappings":";;;;;;AAaA;;cAAa,iBAAA,GAAiB,KAAA;;;;;;;;;;;KAsFlB,oBAAA;;KASA,qBAAA;AATZ;AAAA,KAkBY,gBAAA;;KAQA,kBAAA;AA1BoB;AAAA,KAiCpB,oBAAA;;KAWA,mBAAA;;KAMA,YAAA;AAhCZ;AAAA,KAwCY,cAAA,GAAiB,iBAAA,CAC3B,IAAA,CAAK,YAAA,QAAoB,iBAAA,gBAEzB,iBAAA,CAAkB,cAAA,CAAe,cAAA,GAAiB,cAAA;sDAEhD,MAAA;AAAA;AArCJ;;;;AAA8B;AAO9B;;;;AAAgC;AAWhC;;;;AAA+B;AAM/B;;;;AAAwB;AAQxB;;;;;;;;;AAhCA,cAqEa,SAAA,EAAW,EAAE,CAAC,cAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentEditor.d.ts","names":[],"sources":["../../../../src/components/ContentEditor/ContentEditor.tsx"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"ContentEditor.d.ts","names":[],"sources":["../../../../src/components/ContentEditor/ContentEditor.tsx"],"mappings":";;;;;KAWY,kBAAA;EAAA,8CAEV,QAAA;EAEA,eAAA,GAAkB,OAAA,mBAFlB;EAIA,SAAA;AAAA,IACE,sBAAsB;;;;AAAA;AA2B1B;;;;AAAiD;;;;;;;;;;;;;;;;;cAApC,aAAA,EAAe,EAAE,CAAC,kBAAA"}
|
|
@@ -62,9 +62,9 @@ type CopyButtonProps = {
|
|
|
62
62
|
* <CopyButton
|
|
63
63
|
* content="https://example.com/api/endpoint"
|
|
64
64
|
* label="Copy API endpoint"
|
|
65
|
-
* variant=
|
|
66
|
-
* color=
|
|
67
|
-
* size=
|
|
65
|
+
* variant="outline"
|
|
66
|
+
* color="primary"
|
|
67
|
+
* size="icon-md"
|
|
68
68
|
* />
|
|
69
69
|
* ```
|
|
70
70
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/CopyButton/index.tsx"],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/CopyButton/index.tsx"],"mappings":";;;;;;;KAUK,eAAA;EAAe;;;;;;;EAQlB,OAAA;AAAA,IACE,OAAO,CAAC,WAAA;;;;AAuE+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA9B,UAAA,EAAY,EAAE,CAAC,eAAA"}
|
package/dist/types/components/DictionaryFieldEditor/ContentEditorView/SafeHtmlRenderer.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SafeHtmlRenderer.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/ContentEditorView/SafeHtmlRenderer.tsx"],"mappings":";cAIa,gBAAA;EAAoB;AAAA;EAAkB,UAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"SafeHtmlRenderer.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/ContentEditorView/SafeHtmlRenderer.tsx"],"mappings":";cAIa,gBAAA;EAAoB;AAAA;EAAkB,UAAA;AAAA,sBAAoB,GAAA,CAAA,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextEditor.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/ContentEditorView/TextEditor.tsx"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"TextEditor.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/ContentEditorView/TextEditor.tsx"],"mappings":";;;;;cAoFa,SAAA;AAAA,KA2ID,eAAA;EACV,UAAA,EAAY,UAAA;EACZ,OAAA,EAAS,OAAA;EACT,OAAA,EAAS,WAAA;EACT,UAAA;EACA,aAAA,IAAiB,OAAA,aAAoB,SAAA;EACrC,eAAA,IAAmB,QAAA;AAAA;AAAA,cAwrBR,UAAA,kBAAU,oBAAA,CAAA,eAAA;AAAA,cA8MV,mBAAA,kBAAmB,oBAAA,CAAA,eAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DictionaryCreationForm.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.tsx"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"DictionaryCreationForm.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.tsx"],"mappings":";;;KAaK,2BAAA;EACH,mBAAmB;AAAA;AAAA,cAGR,sBAAA,EAAwB,EAAE,CAAC,2BAAA"}
|
package/dist/types/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavigationViewNode.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.tsx"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"NavigationViewNode.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.tsx"],"mappings":";;;;;cAwBa,SAAA;AAAA,KAyBD,gBAAA;EACV,OAAA,EAAS,OAAA;EACT,OAAA,EAAS,WAAA;EACT,UAAA,EAAY,UAAA;AAAA;AAAA,cAGD,kBAAA,EAAoB,EAAE,CAAC,gBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SaveForm.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/SaveForm/SaveForm.tsx"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"SaveForm.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/SaveForm/SaveForm.tsx"],"mappings":";;;;KAgCK,sBAAA;EACH,UAAA,EAAY,UAAA;EACZ,IAAA;EACA,QAAA;EACA,MAAA;AAAA,IACE,iBAAA,CAAkB,kBAAA,CAAmB,eAAA,GAAkB,eAAA;AAAA,cAE9C,QAAA,EAAU,EAAE,CAAC,sBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StructureView.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/StructureView/StructureView.tsx"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"StructureView.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/StructureView/StructureView.tsx"],"mappings":";;;;;;KAgJK,gBAAA;EACH,UAAA;EACA,iBAAA,EAAmB,iBAAA;EACnB,OAAA,EAAS,OAAA;EACT,OAAA,EAAS,aAAA;AAAA;AAAA,cAGE,QAAA,EAAU,EAAE,CAAC,gBAAA;AAAA,KAgFrB,eAAA;EACH,iBAAA,EAAmB,iBAAA;EACnB,OAAA,EAAS,OAAA;EACT,OAAA,EAAS,aAAA;AAAA;AAAA,cAGE,UAAA,EAAY,EAAE,CAAC,eAAA;AAAA,KAqDvB,kBAAA;EACH,iBAAA,EAAmB,iBAAA;EACnB,OAAA,EAAS,OAAA;EACT,OAAA,EAAS,aAAA;AAAA;AAAA,cAGE,aAAA,EAAe,EAAE,CAAC,kBAAA"}
|
package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VersionSwitcher.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.tsx"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"VersionSwitcher.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.tsx"],"mappings":";;;;KAUY,oBAAA;EACV,UAAA,GAAa,IAAI,CAAC,UAAA;AAAA;AAAA,cAKP,eAAA,EAAiB,EAAE,CAAC,oBAAA"}
|
|
@@ -78,21 +78,11 @@ interface TriggerProps extends Partial<ButtonProps> {
|
|
|
78
78
|
/**
|
|
79
79
|
* Horizontal alignment options for the dropdown panel relative to the trigger
|
|
80
80
|
*/
|
|
81
|
-
|
|
82
|
-
/** Align panel to the start (left in LTR, right in RTL) of the trigger */
|
|
83
|
-
START = "start",
|
|
84
|
-
/** Align panel to the end (right in LTR, left in RTL) of the trigger */
|
|
85
|
-
END = "end"
|
|
86
|
-
}
|
|
81
|
+
type DropDownAlign = 'start' | 'end';
|
|
87
82
|
/**
|
|
88
83
|
* Vertical alignment options for the dropdown panel relative to the trigger
|
|
89
84
|
*/
|
|
90
|
-
|
|
91
|
-
/** Position panel below the trigger (default) */
|
|
92
|
-
BELOW = "below",
|
|
93
|
-
/** Position panel above the trigger */
|
|
94
|
-
ABOVE = "above"
|
|
95
|
-
}
|
|
85
|
+
type DropDownYAlign = 'below' | 'above';
|
|
96
86
|
/**
|
|
97
87
|
* Props for the DropDown.Panel component
|
|
98
88
|
*/
|
|
@@ -124,12 +114,12 @@ interface PanelProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
124
114
|
identifier: string;
|
|
125
115
|
/**
|
|
126
116
|
* Horizontal alignment of the panel relative to the trigger
|
|
127
|
-
* @default
|
|
117
|
+
* @default 'start'
|
|
128
118
|
*/
|
|
129
119
|
align?: DropDownAlign | `${DropDownAlign}`;
|
|
130
120
|
/**
|
|
131
121
|
* Vertical alignment of the panel relative to the trigger
|
|
132
|
-
* @default
|
|
122
|
+
* @default 'below'
|
|
133
123
|
*/
|
|
134
124
|
yAlign?: DropDownYAlign | `${DropDownYAlign}`;
|
|
135
125
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/DropDown/index.tsx"],"mappings":";;;;;;;UAQiB,aAAA,SAAsB,cAAc,CAAC,cAAA;EAAvB;;;;;;EAO7B,UAAA;AAAA;AAAA,KAGU,YAAA,GAAe,EAAA,CAAG,aAAA;EAC5B,OAAA,EAAS,EAAA,CAAG,YAAA;EACZ,KAAA,EAAO,EAAA,CAAG,UAAA;AAAA;;;;;;;;;;;;;;;;;AAAU;AAiDtB;;;;AAcC;AAKD;;;;;;;;AAKY;AAwDZ;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/DropDown/index.tsx"],"mappings":";;;;;;;UAQiB,aAAA,SAAsB,cAAc,CAAC,cAAA;EAAvB;;;;;;EAO7B,UAAA;AAAA;AAAA,KAGU,YAAA,GAAe,EAAA,CAAG,aAAA;EAC5B,OAAA,EAAS,EAAA,CAAG,YAAA;EACZ,KAAA,EAAO,EAAA,CAAG,UAAA;AAAA;;;;;;;;;;;;;;;;;AAAU;AAiDtB;;;;AAcC;AAKD;;;;;;;;AAKY;AAwDZ;;;;AAAyB;AAOzB;;;;AAA0B;AAO1B;;;;;cA9Fa,QAAA,EAAU,YActB;;;;UAKgB,YAAA,SAAqB,OAAO,CAAC,WAAA;EA2EI;;;;EAtEhD,UAAA;AAAA;;;;KAwDU,aAAA;;;;KAOA,cAAA;;AAsDO;;UA/CF,UAAA,SAAmB,cAAA,CAAe,cAAA;;;;;;EAMjD,WAAA;;;;;;;;EASA,QAAA;;;;;;EAOA,UAAA;;;;;EAMA,UAAA;;;;;EAMA,KAAA,GAAQ,aAAA,MAAmB,aAAA;;;;;EAM3B,MAAA,GAAS,cAAA,MAAoB,cAAA;;;;;;EAO7B,iBAAA;AAAA"}
|
|
@@ -22,7 +22,7 @@ declare const Form: <T extends ZodObject>({
|
|
|
22
22
|
...props
|
|
23
23
|
}: FormProps<T> & {
|
|
24
24
|
method?: string;
|
|
25
|
-
}) => import("react
|
|
25
|
+
}) => import("react").JSX.Element;
|
|
26
26
|
declare const useForm: <T extends ZodObject>(schema: T, props?: UseFormProps<z.infer<T>>) => {
|
|
27
27
|
form: import("react-hook-form").UseFormReturn<z.core.output<T>, any, z.core.output<T>>;
|
|
28
28
|
isSubmitting: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormBase.d.ts","names":[],"sources":["../../../../src/components/Form/FormBase.tsx"],"mappings":";;;;;KAcK,SAAA,WAAoB,SAAA,IAAa,cAAA,CAAe,eAAA,IACnD,iBAAA,CAAkB,CAAA,CAAE,KAAA,CAAM,CAAA;EACxB,MAAA,GAAS,CAAA;EACT,QAAA,IAAY,IAAA,EAAM,CAAA,CAAE,KAAA,CAAM,CAAA,aAAc,OAAA;EACxC,eAAA,IAAmB,IAAA,EAAM,CAAA,CAAE,KAAA,CAAM,CAAA,aAAc,OAAA;EAC/C,aAAA,IAAiB,KAAA,EAAO,KAAA,YAAiB,OAAA;EACzC,YAAA;AAAA;AAAA,cAcS,IAAA,aAAkB,SAAA;EAAW,MAAA;EAAA,QAAA,EAAA,YAAA;EAAA,eAAA,EAAA,mBAAA;EAAA,aAAA,EAAA,iBAAA;EAAA,SAAA;EAAA,QAAA;EAAA,YAAA;EAAA,MAAA;EAAA,GAAA;AAAA,GAUvC,SAAA,CAAU,CAAA;EAAO,MAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"FormBase.d.ts","names":[],"sources":["../../../../src/components/Form/FormBase.tsx"],"mappings":";;;;;KAcK,SAAA,WAAoB,SAAA,IAAa,cAAA,CAAe,eAAA,IACnD,iBAAA,CAAkB,CAAA,CAAE,KAAA,CAAM,CAAA;EACxB,MAAA,GAAS,CAAA;EACT,QAAA,IAAY,IAAA,EAAM,CAAA,CAAE,KAAA,CAAM,CAAA,aAAc,OAAA;EACxC,eAAA,IAAmB,IAAA,EAAM,CAAA,CAAE,KAAA,CAAM,CAAA,aAAc,OAAA;EAC/C,aAAA,IAAiB,KAAA,EAAO,KAAA,YAAiB,OAAA;EACzC,YAAA;AAAA;AAAA,cAcS,IAAA,aAAkB,SAAA;EAAW,MAAA;EAAA,QAAA,EAAA,YAAA;EAAA,eAAA,EAAA,mBAAA;EAAA,aAAA,EAAA,iBAAA;EAAA,SAAA;EAAA,QAAA;EAAA,YAAA;EAAA,MAAA;EAAA,GAAA;AAAA,GAUvC,SAAA,CAAU,CAAA;EAAO,MAAA;AAAA,sBAAiB,GAAA,CAAA,OAAA;AAAA,cAsCxB,OAAA,aAAqB,SAAA,EAChC,MAAA,EAAQ,CAAA,EACR,KAAA,GAAQ,YAAA,CAAa,CAAA,CAAE,KAAA,CAAM,CAAA"}
|
|
@@ -3,7 +3,7 @@ import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
|
|
|
3
3
|
//#region src/components/Form/FormField.d.ts
|
|
4
4
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
|
|
5
5
|
...props
|
|
6
|
-
}: ControllerProps<TFieldValues, TName>) => import("react
|
|
6
|
+
}: ControllerProps<TFieldValues, TName>) => import("react").JSX.Element;
|
|
7
7
|
declare const useFormField: () => {
|
|
8
8
|
invalid: boolean;
|
|
9
9
|
isDirty: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormField.d.ts","names":[],"sources":["../../../../src/components/Form/FormField.tsx"],"mappings":";;;cAuBa,SAAA,wBACU,WAAA,GAAc,WAAA,gBACrB,SAAA,CAAU,YAAA,IAAgB,SAAA,CAAU,YAAA;EAAA,GAClD;AAAA,GAEC,eAAA,CAAgB,YAAA,EAAc,KAAA,
|
|
1
|
+
{"version":3,"file":"FormField.d.ts","names":[],"sources":["../../../../src/components/Form/FormField.tsx"],"mappings":";;;cAuBa,SAAA,wBACU,WAAA,GAAc,WAAA,gBACrB,SAAA,CAAU,YAAA,IAAgB,SAAA,CAAU,YAAA;EAAA,GAClD;AAAA,GAEC,eAAA,CAAgB,YAAA,EAAc,KAAA,sBAAM,GAAA,CAAA,OAAA;AAAA,cAe1B,YAAA"}
|