@intlayer/design-system 7.5.9 → 7.5.11
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/README.md +9 -2
- package/dist/esm/components/Accordion/Accordion.mjs.map +1 -1
- package/dist/esm/components/Avatar/index.mjs.map +1 -1
- package/dist/esm/components/Badge/index.mjs.map +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/esm/components/Browser/Browser.mjs.map +1 -1
- package/dist/esm/components/Button/Button.mjs +1 -1
- package/dist/esm/components/Button/Button.mjs.map +1 -1
- package/dist/esm/components/Carousel/index.content.mjs +70 -0
- package/dist/esm/components/Carousel/index.content.mjs.map +1 -0
- package/dist/esm/components/Carousel/index.mjs +271 -0
- package/dist/esm/components/Carousel/index.mjs.map +1 -0
- package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs.map +1 -1
- package/dist/esm/components/Command/index.mjs.map +1 -1
- package/dist/esm/components/Container/index.mjs +8 -3
- package/dist/esm/components/Container/index.mjs.map +1 -1
- package/dist/esm/components/ContentEditor/ContentEditor.mjs.map +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs.map +1 -1
- package/dist/esm/components/CopyToClipboard/index.mjs.map +1 -1
- package/dist/esm/components/DictionaryEditor/ItemLayout.mjs.map +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +118 -104
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +1 -1
- package/dist/esm/components/DropDown/index.mjs.map +1 -1
- package/dist/esm/components/EditableField/EditableFieldLayout.mjs.map +1 -1
- package/dist/esm/components/ExpandCollapse/ExpandCollapse.mjs.map +1 -1
- package/dist/esm/components/Footer/index.mjs +1 -1
- package/dist/esm/components/Footer/index.mjs.map +1 -1
- package/dist/esm/components/Form/FormBase.mjs.map +1 -1
- package/dist/esm/components/Form/FormItem.mjs +3 -2
- package/dist/esm/components/Form/FormItem.mjs.map +1 -1
- package/dist/esm/components/Form/FormLabel.mjs.map +1 -1
- package/dist/esm/components/Form/elements/AutoSizeTextAreaElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/CheckboxElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/EditableFieldInputElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/EditableFieldTextAreaElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/InputElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/InputPasswordElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/MultiselectElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/OTPElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/SearchInputElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/SelectElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/SwitchSelectorElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/TextAreaElement.mjs.map +1 -1
- package/dist/esm/components/Form/layout/FormLabelLayout.mjs +1 -0
- package/dist/esm/components/Form/layout/FormLabelLayout.mjs.map +1 -1
- package/dist/esm/components/Headers/index.mjs.map +1 -1
- package/dist/esm/components/HeightResizer/index.mjs +1 -1
- package/dist/esm/components/HeightResizer/index.mjs.map +1 -1
- package/dist/esm/components/HideShow/index.mjs.map +1 -1
- package/dist/esm/components/IDE/Code.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeBlockClient.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeBlockServer.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeContext.mjs.map +1 -1
- package/dist/esm/components/IDE/CodeFormatSelector.mjs +4 -4
- package/dist/esm/components/IDE/CodeFormatSelector.mjs.map +1 -1
- package/dist/esm/components/IDE/ContentDeclarationFormatSelector.mjs +4 -4
- package/dist/esm/components/IDE/ContentDeclarationFormatSelector.mjs.map +1 -1
- package/dist/esm/components/IDE/CopyCode.mjs +1 -1
- package/dist/esm/components/IDE/FileTree.mjs.map +1 -1
- package/dist/esm/components/IDE/IDE.mjs.map +1 -1
- package/dist/esm/components/IDE/MonacoCode.mjs.map +1 -1
- package/dist/esm/components/IDE/PackageManagerSelector.mjs +5 -4
- package/dist/esm/components/IDE/PackageManagerSelector.mjs.map +1 -1
- package/dist/esm/components/IDE/selectors.content.mjs +120 -57
- package/dist/esm/components/IDE/selectors.content.mjs.map +1 -1
- package/dist/esm/components/InformationTag/index.mjs.map +1 -1
- package/dist/esm/components/Input/Checkbox.mjs.map +1 -1
- package/dist/esm/components/Input/OTPInput.mjs.map +1 -1
- package/dist/esm/components/Input/SearchInput.mjs.map +1 -1
- package/dist/esm/components/KeyboardScreenAdapter/index.mjs.map +1 -1
- package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +5 -3
- package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs.map +1 -1
- package/dist/esm/components/Label/index.mjs.map +1 -1
- package/dist/esm/components/LanguageBackground/index.mjs +88 -0
- package/dist/esm/components/LanguageBackground/index.mjs.map +1 -0
- package/dist/esm/components/Link/Link.mjs +10 -53
- package/dist/esm/components/Link/Link.mjs.map +1 -1
- package/dist/esm/components/Loader/index.mjs.map +1 -1
- package/dist/esm/components/Loader/spinner.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -1
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +2 -0
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
- package/dist/esm/components/MaxHeightSmoother/index.mjs.map +1 -1
- package/dist/esm/components/MaxWidthSmoother/index.mjs.map +1 -1
- package/dist/esm/components/Modal/Modal.mjs +22 -22
- package/dist/esm/components/Modal/Modal.mjs.map +1 -1
- package/dist/esm/components/Navbar/Burger.mjs.map +1 -1
- package/dist/esm/components/Navbar/MobileNavbar.mjs.map +1 -1
- package/dist/esm/components/Navbar/index.mjs.map +1 -1
- package/dist/esm/components/Pagination/Pagination.mjs.map +1 -1
- package/dist/esm/components/Pattern/DotPattern.mjs.map +1 -1
- package/dist/esm/components/Pattern/GridPattern.mjs.map +1 -1
- package/dist/esm/components/Pattern/SpotLight.mjs.map +1 -1
- package/dist/esm/components/Popover/static.mjs.map +1 -1
- package/dist/esm/components/PressableSpan/PressableSpan.mjs.map +1 -1
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +2 -2
- package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
- package/dist/esm/components/Select/Multiselect.mjs.map +1 -1
- package/dist/esm/components/Select/Select.mjs +1 -1
- package/dist/esm/components/Select/Select.mjs.map +1 -1
- package/dist/esm/components/SwitchSelector/index.mjs.map +1 -1
- package/dist/esm/components/Tab/Tab.mjs.map +1 -1
- package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
- package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -1
- package/dist/esm/components/Table/Table.mjs.map +1 -1
- package/dist/esm/components/Tag/index.mjs +2 -0
- package/dist/esm/components/Tag/index.mjs.map +1 -1
- package/dist/esm/components/Terminal/Terminal.mjs +2 -0
- package/dist/esm/components/Terminal/Terminal.mjs.map +1 -1
- package/dist/esm/components/TextArea/AutoSizeTextArea.mjs.map +1 -1
- package/dist/esm/components/TextArea/AutocompleteTextArea.mjs.map +1 -1
- package/dist/esm/components/TextArea/TextArea.mjs.map +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs.map +1 -1
- package/dist/esm/components/Toaster/Toast.mjs.map +1 -1
- package/dist/esm/components/WithResizer/index.mjs +1 -1
- package/dist/esm/components/WithResizer/index.mjs.map +1 -1
- package/dist/esm/components/index.mjs +6 -4
- package/dist/esm/hooks/index.mjs +7 -7
- package/dist/esm/hooks/reactQuery.mjs +143 -3
- package/dist/esm/hooks/reactQuery.mjs.map +1 -1
- package/dist/esm/hooks/useAuth/useSession.mjs +2 -2
- package/dist/esm/hooks/useAuth/useSession.mjs.map +1 -1
- package/dist/esm/providers/ReactQueryProvider.mjs +2 -2
- package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
- package/dist/types/components/Badge/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/types/components/Browser/Browser.d.ts +2 -2
- package/dist/types/components/Browser/Browser.d.ts.map +1 -1
- package/dist/types/components/Browser/browser.content.d.ts +17 -17
- package/dist/types/components/Browser/browser.content.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +5 -5
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/Carousel/index.content.d.ts +135 -0
- package/dist/types/components/Carousel/index.content.d.ts.map +1 -0
- package/dist/types/components/Carousel/index.d.ts +21 -0
- package/dist/types/components/Carousel/index.d.ts.map +1 -0
- package/dist/types/components/Command/index.d.ts +17 -17
- package/dist/types/components/Command/index.d.ts.map +1 -1
- package/dist/types/components/Container/index.d.ts +8 -8
- package/dist/types/components/Container/index.d.ts.map +1 -1
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
- 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/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/StructureView/StructureView.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts +1 -1
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +4 -4
- package/dist/types/components/Form/FormBase.d.ts +2 -2
- package/dist/types/components/Form/FormBase.d.ts.map +1 -1
- package/dist/types/components/Form/FormField.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts.map +1 -1
- package/dist/types/components/Form/elements/AutoSizeTextAreaElement.d.ts +1 -1
- package/dist/types/components/Form/elements/CheckboxElement.d.ts +1 -2
- package/dist/types/components/Form/elements/CheckboxElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +3 -3
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +3 -3
- package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
- package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/InputElement.d.ts +1 -2
- package/dist/types/components/Form/elements/InputElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/InputPasswordElement.d.ts +1 -2
- package/dist/types/components/Form/elements/InputPasswordElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/MultiselectElement.d.ts +3 -3
- package/dist/types/components/Form/elements/OTPElement.d.ts +3 -3
- package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/SearchInputElement.d.ts +1 -2
- package/dist/types/components/Form/elements/SearchInputElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/SelectElement.d.ts +3 -3
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +3 -3
- package/dist/types/components/Form/elements/TextAreaElement.d.ts +1 -1
- package/dist/types/components/HeightResizer/index.d.ts.map +1 -1
- package/dist/types/components/IDE/CodeContext.d.ts +2 -2
- package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
- package/dist/types/components/IDE/code.content.d.ts +5 -5
- package/dist/types/components/IDE/code.content.d.ts.map +1 -1
- package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
- package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
- package/dist/types/components/IDE/selectors.content.d.ts +130 -7
- package/dist/types/components/IDE/selectors.content.d.ts.map +1 -1
- package/dist/types/components/InformationTag/index.d.ts.map +1 -1
- package/dist/types/components/Input/Checkbox.d.ts +3 -3
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +2 -2
- package/dist/types/components/Input/OTPInput.d.ts +6 -6
- package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
- package/dist/types/components/KeyboardShortcut/KeyboardShortcut.d.ts +2 -0
- package/dist/types/components/KeyboardShortcut/KeyboardShortcut.d.ts.map +1 -1
- package/dist/types/components/LanguageBackground/index.d.ts +8 -0
- package/dist/types/components/LanguageBackground/index.d.ts.map +1 -0
- package/dist/types/components/Link/Link.d.ts +5 -91
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/Loader/index.content.d.ts +3 -3
- package/dist/types/components/Loader/index.content.d.ts.map +1 -1
- package/dist/types/components/Loader/spinner.d.ts +2 -2
- package/dist/types/components/Loader/spinner.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/MaxHeightSmoother/index.d.ts.map +1 -1
- package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
- package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
- package/dist/types/components/Modal/Modal.d.ts +4 -16
- package/dist/types/components/Modal/Modal.d.ts.map +1 -1
- package/dist/types/components/Navbar/Burger.d.ts +2 -2
- package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
- package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Navbar/index.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +3 -3
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
- package/dist/types/components/Pattern/DotPattern.d.ts.map +1 -1
- package/dist/types/components/Pattern/GridPattern.d.ts.map +1 -1
- package/dist/types/components/Pattern/SpotLight.d.ts.map +1 -1
- package/dist/types/components/PressableSpan/PressableSpan.d.ts.map +1 -1
- package/dist/types/components/RightDrawer/RightDrawer.d.ts.map +1 -1
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -1
- package/dist/types/components/Select/Select.d.ts +3 -3
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/SocialNetworks/index.d.ts +2 -2
- package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
- package/dist/types/components/SwitchSelector/index.d.ts +7 -7
- package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/types/components/Tab/Tab.d.ts +5 -5
- package/dist/types/components/Tab/Tab.d.ts.map +1 -1
- package/dist/types/components/Tab/TabContext.d.ts +2 -2
- package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
- package/dist/types/components/TabSelector/TabSelector.d.ts +6 -6
- package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
- package/dist/types/components/Table/Table.d.ts.map +1 -1
- package/dist/types/components/Table/table.content.d.ts +3 -3
- package/dist/types/components/Table/table.content.d.ts.map +1 -1
- package/dist/types/components/Tag/index.d.ts +6 -5
- package/dist/types/components/Tag/index.d.ts.map +1 -1
- package/dist/types/components/Terminal/Terminal.d.ts.map +1 -1
- package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
- package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toast.d.ts +2 -2
- package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/components/WithResizer/index.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +7 -5
- package/dist/types/hooks/index.d.ts +3 -3
- package/dist/types/hooks/reactQuery.d.ts +27 -1
- package/dist/types/hooks/reactQuery.d.ts.map +1 -1
- package/dist/types/hooks/useItemSelector.d.ts.map +1 -1
- package/package.json +17 -17
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAiBA;AAKC;AAGK,aARM,qBAAA;EAQK;EAAA,MAAA,GAAA,QAAA;EAAA;EAAA,YAAA,GAAA,cAAA;;AAAA,cADX,UAEmC,EAFzB,EAEyB,CAFzB,eAAA,CAAA,WAEyB,CAAA;cADnC,WACW,EADA,
|
|
1
|
+
{"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAiBA;AAKC;AAGK,aARM,qBAAA;EAQK;EAAA,MAAA,GAAA,QAAA;EAAA;EAAA,YAAA,GAAA,cAAA;;AAAA,cADX,UAEmC,EAFzB,EAEyB,CAFzB,eAAA,CAAA,WAEyB,CAAA;cADnC,WACW,EADA,MAAA,CAAA,yBACA,CADA,eAAA,CAAA,gBACA,GADA,MAAA,CAAA,aACA,CADA,cACA,CAAA,CAAA;cAAX,WAAW,EAAA,MAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,MAAA,CAAA,aAAA,CAAA,eAAA,CAAA,CAAA;;;;AAAA;;;;;AAmBM;;;;;AAuEO;;;;cAvExB,aA6F0B,EA7FX,EA6FW,CA5F9B,cA4F8B,CAAA,OA5FR,eAAA,CAAgB,OA4FR,CAAA,GAAA;EAgCnB;;;;;AA2Eb;;;;;EA0BM,sBAmBL,CAAA,EAAA,OAAA;CAnB0C,CAAA;;;;AAsC3C;;;;;AAWE,cA5MI,oBAiNS,EAjNa,EAiNb,CAhNb,cAgNa,CAAA,OAhNS,eAAA,CAAgB,cAgNzB,CAAA,CAAA;;;;;;;;;cA3LT,sBA2MS,EA3Me,EA2Mf,CA1Mb,cA0Ma,CAAA,OA1MS,eAAA,CAAgB,gBA0MzB,CAAA,CAAA;;;AA8Ff;;;;;;;;;;;;;;;;cAzQa,eAAe,GAC1B,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;cA0E3B,aAAa,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;cA0B7D,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;cAsC9C,iBAAiB,GAC5B,sBAAsB,eAAA,CAAgB;;;;KAenC,UAAA,UAAoB;;gBAET;;gBAEA;;kBAEE;;yBAEO;;2BAEE;;kBAET;;gBAEF;;eAED;;oBAEK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4FP,QAAuB"}
|
|
@@ -7,12 +7,12 @@ import { TiktokLogo } from "./TiktokLogo.js";
|
|
|
7
7
|
import { XLogo } from "./XLogo.js";
|
|
8
8
|
import { YoutubeLogo } from "./YoutubeLogo.js";
|
|
9
9
|
import { AnchorHTMLAttributes, DetailedHTMLProps, ReactNode } from "react";
|
|
10
|
-
import * as
|
|
10
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
11
11
|
|
|
12
12
|
//#region src/components/SocialNetworks/index.d.ts
|
|
13
13
|
declare const socialNetworks: {
|
|
14
14
|
href: string;
|
|
15
|
-
component:
|
|
15
|
+
component: react_jsx_runtime1.JSX.Element;
|
|
16
16
|
label: string;
|
|
17
17
|
}[];
|
|
18
18
|
type SocialNetworksProps = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SocialNetworks/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;cAeM;;aAyCL,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SocialNetworks/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;cAeM;;aAyCL,kBAAA,CAAA,GAAA,CAAA;;;KAEI,mBAAA;8BACyB,4BAA4B;IACtD,kBACF,qBAAqB,oBACrB;cA4BW;;;GAGV,wBAAmB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactNode } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types5 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/SwitchSelector/index.d.ts
|
|
7
7
|
type SwitchSelectorChoice<T = boolean> = {
|
|
@@ -28,17 +28,17 @@ declare enum SwitchSelectorColor {
|
|
|
28
28
|
TEXT = "text",
|
|
29
29
|
}
|
|
30
30
|
declare const switchSelectorVariant: (props?: {
|
|
31
|
-
color?: "
|
|
31
|
+
color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text";
|
|
32
32
|
disabled?: boolean;
|
|
33
|
-
} &
|
|
33
|
+
} & class_variance_authority_types5.ClassProp) => string;
|
|
34
34
|
declare enum SwitchSelectorSize {
|
|
35
35
|
SM = "sm",
|
|
36
36
|
MD = "md",
|
|
37
37
|
LG = "lg",
|
|
38
38
|
}
|
|
39
39
|
declare const choiceVariant: (props?: {
|
|
40
|
-
size?: "
|
|
41
|
-
} &
|
|
40
|
+
size?: "sm" | "md" | "lg";
|
|
41
|
+
} & class_variance_authority_types5.ClassProp) => string;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* Component that allows the user to select one of the provided choices.
|
|
@@ -66,7 +66,7 @@ declare const SwitchSelector: <T>({
|
|
|
66
66
|
className,
|
|
67
67
|
hoverable,
|
|
68
68
|
disabled
|
|
69
|
-
}: SwitchSelectorProps<T>) =>
|
|
69
|
+
}: SwitchSelectorProps<T>) => react_jsx_runtime2.JSX.Element;
|
|
70
70
|
//#endregion
|
|
71
71
|
export { SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize };
|
|
72
72
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/index.tsx"],"sourcesContent":[],"mappings":";;;;;;KAaY;WACD;SACF;IACL,eAAe;AAHP,KAIA,qBAJoB,CAAA,CAAA,CAAA,GAIO,oBAJP,CAI4B,CAJ5B,CAAA,EAAA;AACrB,KAUC,mBAVD,CAAA,IAAA,OAAA,CAAA,GAAA;EACF,OAAA,CAAA,EAUG,qBAVH,CAUyB,CAVzB,CAAA;EACU,KAAA,CAAA,EAUT,CAVS;EAAf,YAAA,CAAA,EAWa,CAXb;EAAc,QAAA,CAAA,EAAA,CAAA,MAAA,EAYI,CAZJ,EAAA,GAAA,IAAA;EACN,SAAA,CAAA,EAAA,MAAA;EAOA,SAAA,CAAA,EAAA,OAAA;EACsB,QAAA,CAAA,EAAA,OAAA;CAAtB,GAOR,YAPQ,CAAA,OAOY,qBAPZ,CAAA,GAQV,YARU,CAAA,OAQU,aARV,CAAA;AACF,aASE,mBAAA;EARK,OAAA,GAAA,SAAA;EACK,SAAA,GAAA,WAAA;EAIE,WAAA,GAAA,aAAA;EAApB,OAAA,GAAA,SAAA;EACkB,KAAA,GAAA,OAAA;EAApB,IAAA,GAAA,MAAA;EAAY,IAAA,GAAA,MAAA;AAEd;AAQC,cAEK,qBAwBL,EAAA,CAAA,KAsKA,CAtKA,EAAA;EAEW,KAAA,CAAA,EAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/index.tsx"],"sourcesContent":[],"mappings":";;;;;;KAaY;WACD;SACF;IACL,eAAe;AAHP,KAIA,qBAJoB,CAAA,CAAA,CAAA,GAIO,oBAJP,CAI4B,CAJ5B,CAAA,EAAA;AACrB,KAUC,mBAVD,CAAA,IAAA,OAAA,CAAA,GAAA;EACF,OAAA,CAAA,EAUG,qBAVH,CAUyB,CAVzB,CAAA;EACU,KAAA,CAAA,EAUT,CAVS;EAAf,YAAA,CAAA,EAWa,CAXb;EAAc,QAAA,CAAA,EAAA,CAAA,MAAA,EAYI,CAZJ,EAAA,GAAA,IAAA;EACN,SAAA,CAAA,EAAA,MAAA;EAOA,SAAA,CAAA,EAAA,OAAA;EACsB,QAAA,CAAA,EAAA,OAAA;CAAtB,GAOR,YAPQ,CAAA,OAOY,qBAPZ,CAAA,GAQV,YARU,CAAA,OAQU,aARV,CAAA;AACF,aASE,mBAAA;EARK,OAAA,GAAA,SAAA;EACK,SAAA,GAAA,WAAA;EAIE,WAAA,GAAA,aAAA;EAApB,OAAA,GAAA,SAAA;EACkB,KAAA,GAAA,OAAA;EAApB,IAAA,GAAA,MAAA;EAAY,IAAA,GAAA,MAAA;AAEd;AAQC,cAEK,qBAwBL,EAAA,CAAA,KAsKA,CAtKA,EAAA;EAEW,KAAA,CAAA,EAAA,SAAA,GAAA,WAAkB,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA,GAAA,MAAA;EAMxB,QAAA,CAAA,EAAA,OAcL;AA2CD,CAAA,GAjEC,+BAAA,CAAA,SAsKA,EAAA,GAAA,MAAA;AArGkC,aA/DvB,kBAAA;EA+DuB,EAAA,GAAA,IAAA;EAAA,EAAA,GAAA,IAAA;EAAA,EAAA,GAAA,IAAA;;cAzD7B,aAyD6B,EAAA,CAAA,KAAA,CAAA,EAAA;EAAA,IAAA,CAAA,EAAA,IAAA,GAAA,IAAA,GAAA,IAAA;CAAA,GA3ClC,+BAAA,CAAA,SA2CkC,EAAA,GAAA,MAAA;;;;;;;;;;;;;;;;;;cAAtB;;;;;;;;;;GAUV,oBAAoB,OAAE,kBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactNode } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types9 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Tab/Tab.d.ts
|
|
7
7
|
declare const tabContainerVariant: (props?: {
|
|
8
8
|
variant?: "default" | "ghost" | "bordered";
|
|
9
|
-
} &
|
|
9
|
+
} & class_variance_authority_types9.ClassProp) => string;
|
|
10
10
|
type TabProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof tabContainerVariant> & {
|
|
11
11
|
defaultTab?: string;
|
|
12
12
|
group?: string;
|
|
@@ -25,12 +25,12 @@ declare const Tab: (({
|
|
|
25
25
|
children,
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: TabProps) =>
|
|
28
|
+
}: TabProps) => react_jsx_runtime5.JSX.Element) & {
|
|
29
29
|
Item: {
|
|
30
30
|
({
|
|
31
31
|
children,
|
|
32
32
|
...props
|
|
33
|
-
}: TabItemProps):
|
|
33
|
+
}: TabItemProps): react_jsx_runtime5.JSX.Element;
|
|
34
34
|
displayName: string;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tab.d.ts","names":[],"sources":["../../../../src/components/Tab/Tab.tsx"],"sourcesContent":[],"mappings":";;;;;;cA0BM;;IAcL,
|
|
1
|
+
{"version":3,"file":"Tab.d.ts","names":[],"sources":["../../../../src/components/Tab/Tab.tsx"],"sourcesContent":[],"mappings":";;;;;;cA0BM;;IAcL,+BAAA,CAAA;KAEW,QAAA,GAAW,eAAe,kBACpC,oBAAoB;EAjBhB,UAAA,CAAA,EAAA,MAAA;EAgBM,KAAA,CAAA,EAAA,MAAQ;EAAkB,QAAA,EAIxB,SAJwB;CAAf;AACD,KAMV,YAAA,GAAe,cANL,CAMoB,cANpB,CAAA,GAAA;EAApB,KAAA,EAAA,MAAA;EAGY,KAAA,EAAA,MAAA;EAAS,QAAA,CAAA,EAAA,OAAA;EAGX,QAAA,EAIA,SAJY;CAAkB;AAAf,cAmLd,GAnLc,EAAA,CAAA,CAAA;EAAA,UAAA;EAAA,KAAA;EAAA,OAAA;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0CxB,QA1CwB,EAAA,GA0ChB,kBAAA,CAAA,GAAA,CAAA,OA1CgB,CAAA,GAAA;EAIf,IAAA,EAAA;IAAS,CAAA;MAAA,QAAA;MAAA,GAAA;IAAA,CAAA,EAOoB,YAPpB,CAAA,EAOgC,kBAAA,CAAA,GAAA,CAAA,OAPhC;IA+KR,WAEX,EAAA,MAAA;EAFc,CAAA;CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react1 from "react";
|
|
2
2
|
import { Dispatch, FC, PropsWithChildren, SetStateAction } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Tab/TabContext.d.ts
|
|
@@ -9,7 +9,7 @@ type TabContextValue = {
|
|
|
9
9
|
/**
|
|
10
10
|
* Context that store the current locale on the client side
|
|
11
11
|
*/
|
|
12
|
-
declare const TabContext:
|
|
12
|
+
declare const TabContext: react1.Context<TabContextValue>;
|
|
13
13
|
/**
|
|
14
14
|
* Hook that provides the current locale
|
|
15
15
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabContext.d.ts","names":[],"sources":["../../../../src/components/Tab/TabContext.tsx"],"sourcesContent":[],"mappings":";;;;KAYK,eAAA;cACS;iBACG,SAAS,eAAe;AAJ1B,CAAA;;;;AAIE,cAMJ,UANI,EAMM,
|
|
1
|
+
{"version":3,"file":"TabContext.d.ts","names":[],"sources":["../../../../src/components/Tab/TabContext.tsx"],"sourcesContent":[],"mappings":";;;;KAYK,eAAA;cACS;iBACG,SAAS,eAAe;AAJ1B,CAAA;;;;AAIE,cAMJ,UANI,EAMM,MAAA,CAAA,OANN,CAMM,eANN,CAAA;;AAMjB;AAQA;AAKa,cALA,aAKgB,EAAA,GAAA,GALH,eAKE;;;;cAAf,aAAa,GAAG"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ItemSelectorOrientation } from "../../hooks/useItemSelector.js";
|
|
2
1
|
import { HTMLAttributes, ReactElement } from "react";
|
|
3
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types7 from "class-variance-authority/types";
|
|
4
3
|
import { VariantProps } from "class-variance-authority";
|
|
5
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
5
|
+
import { ItemSelectorOrientation } from "@hooks/useItemSelector";
|
|
6
6
|
|
|
7
7
|
//#region src/components/TabSelector/TabSelector.d.ts
|
|
8
8
|
declare enum TabSelectorColor {
|
|
@@ -15,8 +15,8 @@ declare enum TabSelectorColor {
|
|
|
15
15
|
TEXT = "text",
|
|
16
16
|
}
|
|
17
17
|
declare const tabSelectorVariant: (props?: {
|
|
18
|
-
color?: "dark" | "primary" | "secondary" | "
|
|
19
|
-
} &
|
|
18
|
+
color?: "dark" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "text";
|
|
19
|
+
} & class_variance_authority_types7.ClassProp) => string;
|
|
20
20
|
type TabSelectorItemProps = HTMLAttributes<HTMLElement> & {
|
|
21
21
|
key: string | number;
|
|
22
22
|
};
|
|
@@ -54,7 +54,7 @@ declare const TabSelector: <T extends TabSelectorItemProps>({
|
|
|
54
54
|
hoverable,
|
|
55
55
|
orientation,
|
|
56
56
|
className
|
|
57
|
-
}: TabSelectorProps<T>) =>
|
|
57
|
+
}: TabSelectorProps<T>) => react_jsx_runtime3.JSX.Element;
|
|
58
58
|
//#endregion
|
|
59
59
|
export { TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps };
|
|
60
60
|
//# sourceMappingURL=TabSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"sourcesContent":[],"mappings":";;;;;;;aAiBY,gBAAA;;;;EAAA,OAAA,GAAA,SAAgB;EAUtB,KAAA,GAAA,OAAA;EA4CM,IAAA,GAAA,MAAA;EAIA,IAAA,GAAA,MAAA;;cAhDN,kBAiDe,EAAA,CAAA,KACH,CADG,EAAA;EAAb,KAAA,CAAA,EAAA,MAAA,GAAA,SAAA,GAAA,WAAA,GAAA,
|
|
1
|
+
{"version":3,"file":"TabSelector.d.ts","names":[],"sources":["../../../../src/components/TabSelector/TabSelector.tsx"],"sourcesContent":[],"mappings":";;;;;;;aAiBY,gBAAA;;;;EAAA,OAAA,GAAA,SAAgB;EAUtB,KAAA,GAAA,OAAA;EA4CM,IAAA,GAAA,MAAA;EAIA,IAAA,GAAA,MAAA;;cAhDN,kBAiDe,EAAA,CAAA,KACH,CADG,EAAA;EAAb,KAAA,CAAA,EAAA,MAAA,GAAA,SAAA,GAAA,WAAA,GAAA,aAAA,GAAA,SAAA,GAAA,OAAA,GAAA,MAAA;CACU,GAhCjB,+BAAA,CAAA,SAgCiB,EAAA,GAAA,MAAA;AACM,KAPZ,oBAAA,GAAuB,cAOX,CAP0B,WAO1B,CAAA,GAAA;EAER,GAAA,EAAA,MAAA,GAAA,MAAA;CACG;AAAf,KANQ,gBAMR,CAAA,UANmC,oBAMnC,CAAA,GAAA;EACuB,IAAA,EANnB,YAMmB,CANN,CAMM,CAAA,EAAA;EAApB,cAAA,EALW,CAKX,CAAA,KAAA,CAAA;EAAL,UAAA,CAAA,EAAA,CAAA,MAAA,EAJsB,CAItB,CAAA,KAAA,CAAA,EAAA,GAAA,IAAA;EACU,SAAA,CAAA,EAAA,OAAA;EAAsB,WAAA,CAAA,EAHlB,uBAGkB;CAAgB,GAF9C,cAE8C,CAF/B,WAE+B,CAAA,GADhD,IACgD,CAD3C,YAC2C,CAAA,OADvB,kBACuB,CAAA,EAAA,OAAA,CAAA,GAAA;EAoBrC,KAAA,CAAA,EApBD,gBAuFX,GAAA,GAvFiC,gBAuFjC,EAAA;CAnEqC;;;;;;;;;;;;;;;;;;cAAzB,wBAAyB;;;;;;;;GAQnC,iBAAiB,OAAE,kBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","names":[],"sources":["../../../../src/components/Table/Table.tsx"],"sourcesContent":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"Table.d.ts","names":[],"sources":["../../../../src/components/Table/Table.tsx"],"sourcesContent":[],"mappings":";;;;;;AAI+D;AAkM/D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA9IK,UAAA,GAAa,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8IpB,OAAO,GAAG"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types50 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/Table/table.content.d.ts
|
|
4
4
|
declare const tableContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
show:
|
|
7
|
+
show: _intlayer_types50.TypedNodeModel<_intlayer_types50.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
fr: string;
|
|
10
10
|
es: string;
|
|
@@ -23,7 +23,7 @@ declare const tableContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
}, {
|
|
26
|
-
nodeType:
|
|
26
|
+
nodeType: "translation" | _intlayer_types50.NodeType.Translation;
|
|
27
27
|
} & {
|
|
28
28
|
translation: {
|
|
29
29
|
en: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.content.d.ts","names":[],"sources":["../../../../src/components/Table/table.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,IAAA,
|
|
1
|
+
{"version":3,"file":"table.content.d.ts","names":[],"sources":["../../../../src/components/Table/table.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,IAAA,kCA2BgB,yCAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC, HTMLAttributes, PropsWithChildren } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types8 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
|
|
5
5
|
//#region src/components/Tag/index.d.ts
|
|
@@ -99,6 +99,7 @@ declare enum TagRoundedSize {
|
|
|
99
99
|
* ```
|
|
100
100
|
*/
|
|
101
101
|
declare enum TagColor {
|
|
102
|
+
PRIMARY = "primary",
|
|
102
103
|
SUCCESS = "success",
|
|
103
104
|
ERROR = "error",
|
|
104
105
|
WARNING = "warning",
|
|
@@ -185,12 +186,12 @@ declare enum TagBackground {
|
|
|
185
186
|
WITH = "with",
|
|
186
187
|
}
|
|
187
188
|
declare const containerVariants: (props?: {
|
|
188
|
-
roundedSize?: "
|
|
189
|
-
color?: "
|
|
190
|
-
size?: "
|
|
189
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
190
|
+
color?: "primary" | "neutral" | "text" | "error" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
|
|
191
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl";
|
|
191
192
|
border?: "none" | "with";
|
|
192
193
|
background?: "none" | "with";
|
|
193
|
-
} &
|
|
194
|
+
} & class_variance_authority_types8.ClassProp) => string;
|
|
194
195
|
/**
|
|
195
196
|
* Tag component for displaying labels, categories, status indicators, and badges
|
|
196
197
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Tag/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AACmE;;;;;;;AA+DnE;AAoCA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Tag/index.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AACmE;;;;;;;AA+DnE;AAoCA;AA2CA;AAuBA;AAoBA;AAGC;AA0JD;;;;;;;;;;;;;;;KArTK,QAAA,GAAW,kBAAkB,oBAAoB,sBACpD,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA6BL,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAoCA,QAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aA2CA,OAAA;;;;;;;;;;;;;;;;;;;;;;aAuBA,SAAA;;;;;;;;;;;;;;;;;;;aAoBA,aAAA;;;;cAKN;;;;;;IA+DJ,+BAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyFW,KAAK,GAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Terminal.d.ts","names":[],"sources":["../../../../src/components/Terminal/Terminal.tsx"],"sourcesContent":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Terminal.d.ts","names":[],"sources":["../../../../src/components/Terminal/Terminal.tsx"],"sourcesContent":[],"mappings":";;;KA4EY,aAAA;;EAAA,UAAA,CAAA,EAAA,OAAa;EAMD,KAAA,CAAA,EAAA,MAAA;EAAf,OAAA,CAAA,EAAA,GAAA,GAAA,IAAA;EAAL,QAAA,CAAA,EAAA,CAAA,KAAA,EAAA,MAAA,EAAA,GAAA,IAAA;CAAI,GAAJ,IAAI,CAAC,cAAD,CAAgB,cAAhB,CAAA,EAAA,UAAA,GAAA,UAAA,CAAA;AAEK,cAAA,QAAa,EAAH,EAAG,CAAA,aAAD,CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types53 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/Terminal/terminal.content.d.ts
|
|
4
4
|
declare const terminalContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
closeTab:
|
|
7
|
+
closeTab: _intlayer_types53.TypedNodeModel<_intlayer_types53.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
fr: string;
|
|
10
10
|
es: string;
|
|
@@ -23,7 +23,7 @@ declare const terminalContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
}, {
|
|
26
|
-
nodeType:
|
|
26
|
+
nodeType: "translation" | _intlayer_types53.NodeType.Translation;
|
|
27
27
|
} & {
|
|
28
28
|
translation: {
|
|
29
29
|
en: string;
|
|
@@ -45,7 +45,7 @@ declare const terminalContent: {
|
|
|
45
45
|
vi: string;
|
|
46
46
|
};
|
|
47
47
|
}>;
|
|
48
|
-
terminalInput:
|
|
48
|
+
terminalInput: _intlayer_types53.TypedNodeModel<_intlayer_types53.NodeType.Translation, {
|
|
49
49
|
en: string;
|
|
50
50
|
fr: string;
|
|
51
51
|
es: string;
|
|
@@ -64,7 +64,7 @@ declare const terminalContent: {
|
|
|
64
64
|
id: string;
|
|
65
65
|
vi: string;
|
|
66
66
|
}, {
|
|
67
|
-
nodeType:
|
|
67
|
+
nodeType: "translation" | _intlayer_types53.NodeType.Translation;
|
|
68
68
|
} & {
|
|
69
69
|
translation: {
|
|
70
70
|
en: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"terminal.content.d.ts","names":[],"sources":["../../../../src/components/Terminal/terminal.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,QAAA,
|
|
1
|
+
{"version":3,"file":"terminal.content.d.ts","names":[],"sources":["../../../../src/components/Terminal/terminal.content.ts"],"sourcesContent":[],"mappings":";;;cAEM;;;IAAA,QAAA,kCA0CgB,yCAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentProps, FC, ReactElement } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types12 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as ToastPrimitives from "@radix-ui/react-toast";
|
|
5
5
|
|
|
@@ -26,7 +26,7 @@ declare const ToastViewport: FC<ComponentProps<typeof ToastPrimitives.Viewport>>
|
|
|
26
26
|
*/
|
|
27
27
|
declare const toastVariants: (props?: {
|
|
28
28
|
variant?: "default" | "error" | "success";
|
|
29
|
-
} &
|
|
29
|
+
} & class_variance_authority_types12.ClassProp) => string;
|
|
30
30
|
/**
|
|
31
31
|
* Toast Component
|
|
32
32
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toast.tsx"],"sourcesContent":[],"mappings":";;;;;;cAQM,sBAAa;cAEb,eAAe,GAAG,sBAAsB,eAAA,CAAgB;;
|
|
1
|
+
{"version":3,"file":"Toast.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toast.tsx"],"sourcesContent":[],"mappings":";;;;;;cAQM,sBAAa;cAEb,eAAe,GAAG,sBAAsB,eAAA,CAAgB;;AAJA;AAEzB;;;;;AAEd;;;;;;;;AA0FR;;;cA3DT,aA2Ga,EAAA,CAAA,KA2BlB,CA3BkB,EAAA;EAAE,OAAA,CAAA,EAAA,SAAA,GAAA,OAAA,GAAA,SAAA;AAAA,CAAA,GAzFpB,gCAAA,CAAA,SAoHA,EAAA,GAAA,MAAA;;;;;AAdmB;;;;;AAiCA;;;;;AAqCM;AAYM;;;;;;;;;;;;;;;;;;;;;;;;cA/I1B,OAAO,GACX,sBAAsB,eAAA,CAAgB,QACpC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8ClB,aAAa,GAAG,sBAAsB,eAAA,CAAgB;cAatD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;cAiCrD,YAAY,GAAG,sBAAsB,eAAA,CAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqCrD,kBAAkB,GACtB,sBAAsB,eAAA,CAAgB;;;;;KAWnC,UAAA,GAAa,sBAAsB;;;;;KAMnC,kBAAA,GAAqB,oBAAoB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime8 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/Toaster/Toaster.d.ts
|
|
4
4
|
|
|
@@ -44,7 +44,7 @@ import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
|
44
44
|
*
|
|
45
45
|
* @returns JSX element rendering the toast viewport and active toasts
|
|
46
46
|
*/
|
|
47
|
-
declare const Toaster: () =>
|
|
47
|
+
declare const Toaster: () => react_jsx_runtime8.JSX.Element;
|
|
48
48
|
//#endregion
|
|
49
49
|
export { Toaster };
|
|
50
50
|
//# sourceMappingURL=Toaster.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/WithResizer/index.tsx"],"sourcesContent":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/WithResizer/index.tsx"],"sourcesContent":[],"mappings":";;;;;;AAUe;AAyJf;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAxHK,gBAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwHQ,aAAa,GAAG,kBAAkB"}
|
|
@@ -9,6 +9,7 @@ import "./Link/index.js";
|
|
|
9
9
|
import { Breadcrumb, BreadcrumbLink, BreadcrumbProps } from "./Breadcrumb/index.js";
|
|
10
10
|
import { Browser, BrowserProps } from "./Browser/Browser.js";
|
|
11
11
|
import "./Browser/index.js";
|
|
12
|
+
import { Carousel } from "./Carousel/index.js";
|
|
12
13
|
import { ClickOutsideDiv, ClickOutsideDivProps } from "./ClickOutsideDiv/index.js";
|
|
13
14
|
import { CollapsibleTable, CollapsibleTableProps } from "./CollapsibleTable/CollapsibleTable.js";
|
|
14
15
|
import "./CollapsibleTable/index.js";
|
|
@@ -36,10 +37,10 @@ import { DictionaryCreationForm } from "./DictionaryFieldEditor/DictionaryCreati
|
|
|
36
37
|
import { DictionaryFieldEditor } from "./DictionaryFieldEditor/DictionaryFieldEditor.js";
|
|
37
38
|
import { KeyPathBreadcrumb } from "./DictionaryFieldEditor/KeyPathBreadcrumb.js";
|
|
38
39
|
import { SaveForm } from "./DictionaryFieldEditor/SaveForm/SaveForm.js";
|
|
39
|
-
import { DropDown, DropDownAlign, DropDownProps, DropDownType, DropDownYAlign, PanelProps, TriggerProps } from "./DropDown/index.js";
|
|
40
40
|
import { VersionSwitcher, VersionSwitcherProps } from "./DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.js";
|
|
41
41
|
import { VersionSwitcherProvider, useVersionSwitcher } from "./DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.js";
|
|
42
42
|
import "./DictionaryFieldEditor/index.js";
|
|
43
|
+
import { DropDown, DropDownAlign, DropDownProps, DropDownType, DropDownYAlign, PanelProps, TriggerProps } from "./DropDown/index.js";
|
|
43
44
|
import { EditableFieldInput } from "./EditableField/EditableFieldInput.js";
|
|
44
45
|
import { EditableFieldTextArea } from "./EditableField/EditableFieldTextArea.js";
|
|
45
46
|
import "./EditableField/index.js";
|
|
@@ -49,9 +50,6 @@ import { Flag } from "./Flags/Flag.js";
|
|
|
49
50
|
import { flags_d_exports } from "./Flags/flags.js";
|
|
50
51
|
import "./Flags/index.js";
|
|
51
52
|
import { Footer, FooterLink, LinkGroup } from "./Footer/index.js";
|
|
52
|
-
import { MultiSelect } from "./Select/Multiselect.js";
|
|
53
|
-
import { Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator } from "./Select/Select.js";
|
|
54
|
-
import { SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize } from "./SwitchSelector/index.js";
|
|
55
53
|
import { useForm } from "./Form/FormBase.js";
|
|
56
54
|
import { useFormField } from "./Form/FormField.js";
|
|
57
55
|
import { Form } from "./Form/Form.js";
|
|
@@ -69,6 +67,7 @@ import { InformationTag } from "./InformationTag/index.js";
|
|
|
69
67
|
import { KeyboardScreenAdapter } from "./KeyboardScreenAdapter/index.js";
|
|
70
68
|
import { KeyList, KeyboardShortcut, KeyboardShortcutProps, KeyboardShortcutType } from "./KeyboardShortcut/KeyboardShortcut.js";
|
|
71
69
|
import "./KeyboardShortcut/index.js";
|
|
70
|
+
import { LanguageBackground, LanguageSection } from "./LanguageBackground/index.js";
|
|
72
71
|
import { Loader, LoaderProps } from "./Loader/index.js";
|
|
73
72
|
import { LocaleSwitcherContent, LocaleSwitcherContentProps } from "./LocaleSwitcherContentDropDown/LocaleSwitcherContent.js";
|
|
74
73
|
import { LocaleSwitcherContentProvider, useLocaleSwitcherContent } from "./LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.js";
|
|
@@ -105,6 +104,8 @@ import "./PressableSpan/index.js";
|
|
|
105
104
|
import { RightDrawer } from "./RightDrawer/RightDrawer.js";
|
|
106
105
|
import { useRightDrawerStore } from "./RightDrawer/useRightDrawerStore.js";
|
|
107
106
|
import "./RightDrawer/index.js";
|
|
107
|
+
import { MultiSelect } from "./Select/Multiselect.js";
|
|
108
|
+
import { Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator } from "./Select/Select.js";
|
|
108
109
|
import "./Select/index.js";
|
|
109
110
|
import { DiscordLogo } from "./SocialNetworks/DiscordLogo.js";
|
|
110
111
|
import { FacebookLogo } from "./SocialNetworks/FacebookLogo.js";
|
|
@@ -115,6 +116,7 @@ import { TiktokLogo } from "./SocialNetworks/TiktokLogo.js";
|
|
|
115
116
|
import { XLogo } from "./SocialNetworks/XLogo.js";
|
|
116
117
|
import { YoutubeLogo } from "./SocialNetworks/YoutubeLogo.js";
|
|
117
118
|
import { SocialNetworks } from "./SocialNetworks/index.js";
|
|
119
|
+
import { SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize } from "./SwitchSelector/index.js";
|
|
118
120
|
import { Tab, TabItemProps, TabProps } from "./Tab/Tab.js";
|
|
119
121
|
import "./Tab/index.js";
|
|
120
122
|
import { Table } from "./Table/Table.js";
|
|
@@ -131,4 +133,4 @@ import { Toaster } from "./Toaster/Toaster.js";
|
|
|
131
133
|
import { reducer, toast, useToast } from "./Toaster/useToast.js";
|
|
132
134
|
import "./Toaster/index.js";
|
|
133
135
|
import { WithResizer } from "./WithResizer/index.js";
|
|
134
|
-
export { Accordion, AccordionProps, AutoCompleteTextarea, AutoSizedTextArea, AutoSizedTextAreaProps, AutocompleteTextAreaProps, Avatar, AvatarProps, Badge, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BadgeVariantProps, Breadcrumb, BreadcrumbLink, BreadcrumbProps, Browser, BrowserProps, Button, ButtonColor, ButtonProps, ButtonSize, ButtonTextAlign, ButtonVariant, Checkbox, CheckboxColor, CheckboxProps, CheckboxSize, ClickOutsideDiv, ClickOutsideDivProps, Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, CollapsibleTable, CollapsibleTableProps, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerProps, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentEditor, ContentSelector, CopyButton, CopyToClipboard, CopyToClipboardProps, DesktopThemeSwitcher, Detail, DetailProps, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, DropDownProps, DropDownType, DropDownYAlign, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, ExpandCollapseProps, FacebookLogo, FileList, FileListProps, Flag, flags_d_exports as Flags, Footer, FooterLink, Form, GridPattern, H1, H2, H3, H4, H5, H6, HeadingProps, HeightResizer, HideShow, HideShowProps, IDE, IDEProps, InformationTag, Input, InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputPassword, InputProps, InputSize, InputVariant, InstagramLogo, KeyList, KeyPathBreadcrumb, KeyboardScreenAdapter, KeyboardShortcut, KeyboardShortcutProps, KeyboardShortcutType, Label, LabelProps, Link, LinkColor, LinkGroup, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LoaderProps, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProps, LocaleSwitcherContentProvider, LocaleSwitcherProps, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileThemeSwitcher, Modal, ModalSize, Modes, MultiSelect, Navbar, NumberItemsSelector, NumberItemsSelectorProps, OTPInput, OTPInputContext, OTPInputProps, Pagination, PaginationProps, PaginationSize, PaginationVariant, PanelProps, Popover, PopoverProps, PopoverStatic, PopoverType, PopoverXAlign, PopoverYAlign, PressableSpan, ProductHuntLogo, RenderProps, RightDrawer, SaveForm, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, ShowingResultsNumberItemsProps, SlotProps, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize, Tab, TabItemProps, TabProps, TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps, Table, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, Terminal, TerminalProps, TextArea, TextAreaProps, TextEditor, TextEditorContainer, TextEditorProps, TiktokLogo, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, TriggerProps, VersionSwitcher, VersionSwitcherProps, VersionSwitcherProvider, WithResizer, XLogo, YoutubeLogo, badgeVariants, buttonVariants, checkIsExternalLink, checkboxVariants, containerVariants, getCapitals, inputSlotVariants, inputVariants, isTextChildren, linkVariants, paginationVariants, reducer, toast, traceKeys, useCopyToClipboard, useDebounce, useForm, useFormField, useLocaleSwitcherContent, usePasswordManagerBadge, usePrevious, useRightDrawerStore, useToast, useVersionSwitcher };
|
|
136
|
+
export { Accordion, AccordionProps, AutoCompleteTextarea, AutoSizedTextArea, AutoSizedTextAreaProps, AutocompleteTextAreaProps, Avatar, AvatarProps, Badge, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BadgeVariantProps, Breadcrumb, BreadcrumbLink, BreadcrumbProps, Browser, BrowserProps, Button, ButtonColor, ButtonProps, ButtonSize, ButtonTextAlign, ButtonVariant, Carousel, Checkbox, CheckboxColor, CheckboxProps, CheckboxSize, ClickOutsideDiv, ClickOutsideDivProps, Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, CollapsibleTable, CollapsibleTableProps, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerProps, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentEditor, ContentSelector, CopyButton, CopyToClipboard, CopyToClipboardProps, DesktopThemeSwitcher, Detail, DetailProps, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, DropDownProps, DropDownType, DropDownYAlign, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, ExpandCollapseProps, FacebookLogo, FileList, FileListProps, Flag, flags_d_exports as Flags, Footer, FooterLink, Form, GridPattern, H1, H2, H3, H4, H5, H6, HeadingProps, HeightResizer, HideShow, HideShowProps, IDE, IDEProps, InformationTag, Input, InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputPassword, InputProps, InputSize, InputVariant, InstagramLogo, KeyList, KeyPathBreadcrumb, KeyboardScreenAdapter, KeyboardShortcut, KeyboardShortcutProps, KeyboardShortcutType, Label, LabelProps, LanguageBackground, LanguageSection, Link, LinkColor, LinkGroup, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LoaderProps, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProps, LocaleSwitcherContentProvider, LocaleSwitcherProps, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileThemeSwitcher, Modal, ModalSize, Modes, MultiSelect, Navbar, NumberItemsSelector, NumberItemsSelectorProps, OTPInput, OTPInputContext, OTPInputProps, Pagination, PaginationProps, PaginationSize, PaginationVariant, PanelProps, Popover, PopoverProps, PopoverStatic, PopoverType, PopoverXAlign, PopoverYAlign, PressableSpan, ProductHuntLogo, RenderProps, RightDrawer, SaveForm, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, ShowingResultsNumberItemsProps, SlotProps, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize, Tab, TabItemProps, TabProps, TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps, Table, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, Terminal, TerminalProps, TextArea, TextAreaProps, TextEditor, TextEditorContainer, TextEditorProps, TiktokLogo, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, TriggerProps, VersionSwitcher, VersionSwitcherProps, VersionSwitcherProvider, WithResizer, XLogo, YoutubeLogo, badgeVariants, buttonVariants, checkIsExternalLink, checkboxVariants, containerVariants, getCapitals, inputSlotVariants, inputVariants, isTextChildren, linkVariants, paginationVariants, reducer, toast, traceKeys, useCopyToClipboard, useDebounce, useForm, useFormField, useLocaleSwitcherContent, usePasswordManagerBadge, usePrevious, useRightDrawerStore, useToast, useVersionSwitcher };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useInfiniteGetDictionaries, useListPasskeys, useListSSOProviders, useLogin, useLogout, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary } from "./reactQuery.js";
|
|
1
|
+
import { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useBitbucketAuth, useBitbucketCheckConfig, useBitbucketGetConfigFile, useBitbucketRepos, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetCIConfig, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetConfigFile, useGithubRepos, useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects, useInfiniteGetDictionaries, useListPasskeys, useListSSOProviders, useLogin, useLogout, usePushCIConfig, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useTriggerBuild, useTriggerWebhook, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary } from "./reactQuery.js";
|
|
3
2
|
import { useAuth } from "./useAuth/useAuth.js";
|
|
4
3
|
import { useOAuth2 } from "./useAuth/useOAuth2.js";
|
|
5
4
|
import { UseSessionResult, useSession } from "./useAuth/useSession.js";
|
|
@@ -11,6 +10,7 @@ import { HorizontalSwipeConfig, HorizontalSwipeHook, useHorizontalSwipe } from "
|
|
|
11
10
|
import { useIntlayerAuth, useIntlayerOAuth } from "./useIntlayerAPI.js";
|
|
12
11
|
import { useIsDarkMode } from "./useIsDarkMode.js";
|
|
13
12
|
import { useIsMounted } from "./useIsMounted.js";
|
|
13
|
+
import { ItemSelectorOrientation, useItemSelector } from "./useItemSelector.js";
|
|
14
14
|
import { useKeyboardDetector } from "./useKeyboardDetector.js";
|
|
15
15
|
import { usePersistedStore } from "./usePersistedStore.js";
|
|
16
16
|
import { useScreenWidth } from "./useScreenWidth.js";
|
|
@@ -19,4 +19,4 @@ import { useScrollDetection } from "./useScrollDetection.js";
|
|
|
19
19
|
import { useScrollY } from "./useScrollY.js";
|
|
20
20
|
import { useSearch } from "./useSearch.js";
|
|
21
21
|
import { useUser } from "./useUser/index.js";
|
|
22
|
-
export { HorizontalSwipeConfig, HorizontalSwipeHook, ItemSelectorOrientation, SizeType, UseSessionResult, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAuth, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDevice, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetElementById, useGetElementOrWindow, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useHorizontalSwipe, useInfiniteGetDictionaries, useIntlayerAuth, useIntlayerOAuth, useIsDarkMode, useIsMounted, useItemSelector, useKeyboardDetector, useListPasskeys, useListSSOProviders, useLogin, useLogout, useOAuth2, usePersistedStore, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useScreenWidth, useScrollBlockage, useScrollDetection, useScrollY, useSearch, useSearchDoc, useSelectOrganization, useSelectProject, useSession, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
22
|
+
export { HorizontalSwipeConfig, HorizontalSwipeHook, ItemSelectorOrientation, SizeType, UseSessionResult, calculateIsMobile, checkIsIOS, checkIsIphoneOrSafariDevice, checkIsMac, checkIsMobileScreen, checkIsMobileUserAgent, getBreakpointFromSize, useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAuth, useAutocomplete, useBitbucketAuth, useBitbucketCheckConfig, useBitbucketGetConfigFile, useBitbucketRepos, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDevice, useDisableTwoFactor, useEnableTwoFactor, useGetCIConfig, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetElementById, useGetElementOrWindow, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetConfigFile, useGithubRepos, useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects, useHorizontalSwipe, useInfiniteGetDictionaries, useIntlayerAuth, useIntlayerOAuth, useIsDarkMode, useIsMounted, useItemSelector, useKeyboardDetector, useListPasskeys, useListSSOProviders, useLogin, useLogout, useOAuth2, usePersistedStore, usePushCIConfig, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useScreenWidth, useScrollBlockage, useScrollDetection, useScrollY, useSearch, useSearchDoc, useSelectOrganization, useSelectProject, useSession, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useTriggerBuild, useTriggerWebhook, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
@@ -62,6 +62,10 @@ declare const useUpdateProjectMembers: () => any;
|
|
|
62
62
|
declare const useDeleteProject: () => any;
|
|
63
63
|
declare const useSelectProject: () => any;
|
|
64
64
|
declare const useUnselectProject: () => any;
|
|
65
|
+
declare const useGetCIConfig: (options?: Partial<UseQueryOptions>) => QueryObserverResult<TData, TError>;
|
|
66
|
+
declare const usePushCIConfig: () => any;
|
|
67
|
+
declare const useTriggerBuild: () => any;
|
|
68
|
+
declare const useTriggerWebhook: () => any;
|
|
65
69
|
declare const useAddNewAccessKey: () => any;
|
|
66
70
|
declare const useDeleteAccessKey: () => any;
|
|
67
71
|
declare const useRefreshAccessKey: () => any;
|
|
@@ -114,11 +118,33 @@ declare const useSearchDoc: (params: SearchDocUtilParams) => QueryObserverResult
|
|
|
114
118
|
declare const useSubscribeToNewsletter: () => any;
|
|
115
119
|
declare const useUnsubscribeFromNewsletter: () => any;
|
|
116
120
|
declare const useGetNewsletterStatus: () => any;
|
|
121
|
+
/**
|
|
122
|
+
* GitHub
|
|
123
|
+
*/
|
|
124
|
+
declare const useGithubGetAuthUrl: () => any;
|
|
125
|
+
declare const useGithubAuth: () => any;
|
|
126
|
+
declare const useGithubRepos: (enabled?: boolean) => QueryObserverResult<TData, TError>;
|
|
127
|
+
declare const useGithubCheckConfig: () => any;
|
|
128
|
+
declare const useGithubGetConfigFile: () => any;
|
|
129
|
+
/**
|
|
130
|
+
* GitLab
|
|
131
|
+
*/
|
|
132
|
+
declare const useGitlabAuth: () => any;
|
|
133
|
+
declare const useGitlabProjects: (enabled?: boolean, instanceUrl?: string) => QueryObserverResult<TData, TError>;
|
|
134
|
+
declare const useGitlabCheckConfig: () => any;
|
|
135
|
+
declare const useGitlabGetConfigFile: () => any;
|
|
136
|
+
/**
|
|
137
|
+
* Bitbucket
|
|
138
|
+
*/
|
|
139
|
+
declare const useBitbucketAuth: () => any;
|
|
140
|
+
declare const useBitbucketRepos: (enabled?: boolean) => QueryObserverResult<TData, TError>;
|
|
141
|
+
declare const useBitbucketCheckConfig: () => any;
|
|
142
|
+
declare const useBitbucketGetConfigFile: () => any;
|
|
117
143
|
/**
|
|
118
144
|
* Editor
|
|
119
145
|
*/
|
|
120
146
|
declare const useGetEditorDictionaries: () => QueryObserverResult<TData, TError>;
|
|
121
147
|
declare const useWriteDictionary: () => any;
|
|
122
148
|
//#endregion
|
|
123
|
-
export { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useInfiniteGetDictionaries, useListPasskeys, useListSSOProviders, useLogin, useLogout, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
149
|
+
export { useAddDictionary, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAppQuery, useAskDocQuestion, useAskResetPassword, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditTag, useAutocomplete, useBitbucketAuth, useBitbucketCheckConfig, useBitbucketGetConfigFile, useBitbucketRepos, useCancelSubscription, useChangePassword, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteOrganization, useDeletePasskey, useDeleteProject, useDeleteSSOProvider, useDeleteTag, useDeleteUser, useDisableTwoFactor, useEnableTwoFactor, useGetCIConfig, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetNewsletterStatus, useGetOrganizations, useGetPricing, useGetProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetConfigFile, useGithubRepos, useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects, useInfiniteGetDictionaries, useListPasskeys, useListSSOProviders, useLogin, useLogout, usePushCIConfig, usePushDictionaries, useQueryClient, useRefreshAccessKey, useRegister, useRegisterSSO, useResetPassword, useSearchDoc, useSelectOrganization, useSelectProject, useSignInMagicLink, useSignInPasskey, useSignInSSO, useSubscribeToNewsletter, useTranslateJSONDeclaration, useTriggerBuild, useTriggerWebhook, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateDictionary, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdateTag, useUpdateUser, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
124
150
|
//# sourceMappingURL=reactQuery.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reactQuery.d.ts","names":[],"sources":["../../../src/hooks/reactQuery.ts"],"sourcesContent":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"reactQuery.d.ts","names":[],"sources":["../../../src/hooks/reactQuery.ts"],"sourcesContent":[],"mappings":";;;;cAyGa,uBACF;EADE,WAAA,CAAA,EAoBZ,OAAA;EAnBU,cAAA,CAAA,EAAA,OAAA;EAIR,mBAAA,CAAA,EAAA,OAAA;CAAA,EAAA,GAAA,mBAAA,CAAA,KAAA,EAAA,MAAA,CAAA;;;AAuBH;AAqBa,cArBA,QAqBA,EAQZ,GAAA,GAAA,GAAA;AAEY,cAVA,uBAqBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAbA,WA8BZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAnBA,SA2BZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAVA,iBAkBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAVA,mBAkBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAVA,gBAkBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAVA,cAkBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAVA,mBAiBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,kBAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,mBAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,aAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,mBAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,aAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,gBAgBZ,EAAA,GAAA,GAAA,GAAA;AAEY,cATA,gBAeZ,EAAA,GAAA,GAAA,GAAA;AAN2B,cAAf,eAAe,EAAA,GAAA,GAAA,mBAAA,CAAA,KAAA,EAAA,MAAA,CAAA;AAAA,cAQf,kBARe,EAAA,GAAA,GAAA,GAAA;AAAA,cAgBf,cAhBe,EAAA,GAAA,GAAA,GAAA;AAAA,cA6Bf,YA7Be,EAAA,GAAA,GAAA,GAAA;AAQf,cA8BA,mBAxBZ,EAAA,GAAA,GAwB+B,mBAxB/B,CAwB+B,KAxB/B,EAwB+B,MAxB/B,CAAA;AAEY,cA8BA,oBAnBZ,EAAA,GAAA,GAAA,GAAA;AAED;AASA;;AAAgC,cAyBnB,WAzBmB,EAAA,CAAA,OAAA,CAAA,EA0BpB,cA1BoB,EAAA,OAAA,CAAA,EA2BpB,OA3BoB,CA2BZ,eA3BY,CAAA,EAAA,GA2BI,mBA3BJ,CA2BI,KA3BJ,EA2BI,MA3BJ,CAAA;AAAA,cAwCnB,cAxCmB,EAAA,CAAA,MAAA,EAAA,MAAA,EAAA,GAwCa,mBAxCb,CAwCa,KAxCb,EAwCa,MAxCb,CAAA;AAAA,cAkDnB,aAlDmB,EAAA,GAAA,GAAA,GAAA;AAQnB,cAmDA,aAxCZ,EAAA,GAAA,GAAA,GAAA;AAMY,cA2CA,aA9BZ,EAAA,GAAA,GAAA,GAAA;;;;AAXmC,cAyDvB,mBAzDuB,EAAA,CAAA,OAAA,CAAA,EAyDU,sBAzDV,EAAA,GAyDgC,mBAzDhC,CAyDgC,KAzDhC,EAyDgC,MAzDhC,CAAA;AAAA,cAqEvB,kBArEuB,EAAA,GAAA,GAAA,GAAA;AAAA,cA+EvB,qBA/EuB,EAAA,GAAA,GAAA,GAAA;AAAA,cAyFvB,4BAzFuB,EAAA,GAAA,GAAA,GAAA;AAavB,cAyFA,gCAjFZ,EAAA,GAAA,GAAA,GAAA;AAR4C,cAgHhC,wBAhHgC,EAAA,GAAA,GAAA,GAAA;AAAA,cA6HhC,qBA7HgC,EAAA,GAAA,GAAA,GAAA;AAAA,cAyIhC,qBAzIgC,EAAA,GAAA,GAAA,GAAA;AAAA,cAwKhC,uBAxKgC,EAAA,GAAA,GAAA,GAAA;AAU7C;AASA;AASA;AAgBa,cA+JA,cArJZ,EAAA,CAAA,OAAA,CAAA,EAsJW,iBAtJX,EAAA,OAAA,CAAA,EAuJW,OAvJX,CAuJmB,eAvJnB,CAAA,EAAA,GAuJmC,mBAvJnC,CAuJmC,KAvJnC,EAuJmC,MAvJnC,CAAA;AAV6C,cAgLjC,aAhLiC,EAAA,GAAA,GAAA,GAAA;AAAsB,cA6LvD,gBA7LuD,EAAA,GAAA,GAAA,GAAA;AAAA,cA0MvD,uBA1MuD,EAAA,GAAA,GAAA,GAAA;AAAA,cAuNvD,gBAvNuD,EAAA,GAAA,GAAA,GAAA;AAAA,cAmOvD,gBAnOuD,EAAA,GAAA,GAAA,GAAA;AAYvD,cAqPA,kBA7OZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAwQA,cAhQZ,EAAA,CAAA,OAAA,CAAA,EAgQwC,OAhQxC,CAgQgD,eAhQhD,CAAA,EAAA,GAgQgE,mBAhQhE,CAgQgE,KAhQhE,EAgQgE,MAhQhE,CAAA;AAEY,cAyQA,eA9PZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAwQA,eAxQA,EAAA,GAqBZ,GAAA,GAAA;AAEY,cA6PA,iBAlPZ,EAAA,GAAA,GAAA,GAAA;AAEY,cA6PA,kBAnPZ,EAAA,GAAA,GAAA,GAAA;AAEY,cA8PA,kBAjOZ,EAAA,GAAA,GAAA,GAAA;AAEY,cA4OA,mBA/MZ,EAAA,GAAA,GAAA,GAAA;AAMD;;;AAEY,cAwNC,kBAxND,EAAA,CAAA,OAAA,CAAA,EAyNA,qBAzNA,EAAA,OAAA,CAAA,EA0NA,OA1NA,CA0NQ,eA1NR,CAAA,EAAA,GA0NwB,mBA1NxB,CA0NwB,KA1NxB,EA0NwB,MA1NxB,CAAA;AAAwB,cA0OvB,0BA1OuB,EAAA,CAAA,OAAA,CAAA,EA2OxB,IA3OwB,CA2OnB,qBA3OmB,EAAA,MAAA,CAAA,EAAA,OAAA,CAAA,EA4OxB,OA5OwB,CA4OhB,eA5OgB,CAAA,EAAA,GA4OA,kCA5OA,CA4OA,KA5OA,EA4OA,MA5OA,CAAA;AAAA,cA0QvB,sBA1QuB,EAAA,CAAA,OAAA,CAAA,EA0Qa,OA1Qb,CA0QqB,eA1QrB,CAAA,EAAA,GA0QqC,mBA1QrC,CA0QqC,KA1QrC,EA0QqC,MA1QrC,CAAA;AAAA,cAuRvB,gBAvRuB,EAAA,CAAA,aAAA,EAwRnB,mBAxRmB,CAAA,eAAA,CAAA,EAAA,OAAA,CAAA,EAyRxB,kBAzRwB,CAAA,SAAA,CAAA,EAAA,OAAA,CAAA,EA0RxB,OA1RwB,CA0RhB,eA1RgB,CAAA,EAAA,GA0RA,mBA1RA,CA0RA,KA1RA,EA0RA,MA1RA,CAAA;AAAA,cA2SvB,gBA3SuB,EAAA,GAAA,GAAA,GAAA;AAevB,cAySA,mBA9RZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAySA,mBA9RZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAySA,mBA9RZ,EAAA,GAAA,GAAA,GAAA;AAED;AAYA;AA8BA;AA6Ba,cAsOA,UA7NZ,EAAA,CAAA,OAAA,CAAA,EA8NW,aA9NX,EAAA,OAAA,CAAA,EA+NW,OA/NX,CA+NmB,eA/NnB,CAAA,EAAA,GA+NmC,mBA/NnC,CA+NmC,KA/NnC,EA+NmC,MA/NnC,CAAA;AATgD,cAuPpC,SAvPoC,EAAA,GAAA,GAAA,GAAA;AAAR,cAmQ5B,YAnQ4B,EAAA,GAAA,GAAA,GAAA;AAAwB,cAgRpD,YAhRoD,EAAA,GAAA,GAAA,GAAA;;;;AAWpD,cAqRA,aA3QZ,EAAA,CAAA,IAAA,EA4QO,cA5QP,EAAA,OAAA,CAAA,EA6QW,OA7QX,CA6QmB,eA7QnB,CA6QmC,gBA7QnC,CAAA,CAAA,EAAA,GA6QqD,mBA7QrD,CA6QqD,KA7QrD,EA6QqD,MA7QrD,CAAA;AAEY,cAsRA,kBA5QZ,EAAA,CAAA,IAAA,EA6QO,sBA7QP,EAAA,OAAA,CAAA,EA8QW,OA9QX,CA8QmB,eA9QnB,CAAA,EAAA,GA8QmC,mBA9QnC,CA8QmC,KA9QnC,EA8QmC,MA9QnC,CAAA;AAEY,cA0RA,qBA/QZ,EAAA,GAAA,GAAA,GAAA;AAED;AAaA;AAaA;AAiBa,cAkPA,2BAlOZ,EAAA,GAAA,GAAA,GAAA;AAfW,cA2PC,0BA3PD,EAAA,GAAA,GAAA,GAAA;AACQ,cAoQP,kCApQO,EAAA,GAAA,GAAA,GAAA;AAAR,cA8QC,+BA9QD,EAAA,GAAA,GAAA,GAAA;AAAwB,cAwRvB,WAxRuB,EAAA,GAAA,GAAA,GAAA;AAAA,cAiSvB,iBAjSuB,EAAA,GAAA,GAAA,GAAA;AAAA,cA2SvB,eA3SuB,EAAA,GAAA,GAAA,GAAA;;AAgBpC;;AACY,cAwSC,iBAxSD,EAAA,CAAA,MAAA,CAAA,EAySD,MAzSC,CAAA,MAAA,EAAA,MAAA,GAAA,MAAA,EAAA,GAAA,SAAA,CAAA,EAAA,OAAA,CAAA,EA0SA,OA1SA,CA0SQ,eA1SR,CAAA,EAAA,GA0SwB,mBA1SxB,CA0SwB,KA1SxB,EA0SwB,MA1SxB,CAAA;AACQ,cAsTP,qBAtTO,EAAA,CAAA,MAAA,CAAA,EAuTT,MAvTS,CAAA,MAAA,EAAA,MAAA,GAAA,MAAA,EAAA,GAAA,SAAA,CAAA,EAAA,OAAA,CAAA,EAwTR,OAxTQ,CAwTA,eAxTA,CAAA,EAAA,GAwTgB,mBAxThB,CAwTgB,KAxThB,EAwTgB,MAxThB,CAAA;;;;AAAgB,cA4UvB,YA5UuB,EAAA,CAAA,MAAA,EA4UC,mBA5UD,EAAA,GA4UoB,mBA5UpB,CA4UoB,KA5UpB,EA4UoB,MA5UpB,CAAA;;AA8BpC;;AAAiD,cA4TpC,wBA5ToC,EAAA,GAAA,GAAA,GAAA;AAAwB,cAsU5D,4BAtU4D,EAAA,GAAA,GAAA,GAAA;AAAA,cAgV5D,sBAhV4D,EAAA,GAAA,GAAA,GAAA;;;AAazE;AACiB,cA+UJ,mBA/UI,EAAA,GAAA,GAAA,GAAA;AACL,cAwVC,aAxVD,EAAA,GAAA,GAAA,GAAA;AACQ,cAgWP,cAhWO,EAAA,CAAA,OAAA,CAAA,EAAA,OAAA,EAAA,GAgWkC,mBAhWlC,CAgWkC,KAhWlC,EAgWkC,MAhWlC,CAAA;AAAR,cA0WC,oBA1WD,EAAA,GAAA,GAAA,GAAA;AAAwB,cA6XvB,sBA7XuB,EAAA,GAAA,GAAA,GAAA;;;;AAiBvB,cAqYA,aA1XZ,EAAA,GAAA,GAAA,GAAA;AAEY,cA0YA,iBA/XZ,EAAA,CAAA,OAAA,CAAA,EAAA,OAAA,EAAA,WAAA,CAAA,EAAA,MAAA,EAAA,GAiYqB,mBAjYrB,CAiYqB,KAjYrB,EAiYqB,MAjYrB,CAAA;AAEY,cA0YA,oBA/XZ,EAAA,GAAA,GAAA,GAAA;AAEY,cAgZA,sBArYZ,EAAA,GAAA,GAAA,GAAA;AAMD;;;AAEY,cAsZC,gBAtZD,EAAA,GAAA,GAAA,GAAA;AAAwB,cA+ZvB,iBA/ZuB,EAAA,CAAA,OAAA,CAAA,EAAA,OAAA,EAAA,GA+ZqB,mBA/ZrB,CA+ZqB,KA/ZrB,EA+ZqB,MA/ZrB,CAAA;AAAA,cAyavB,uBAzauB,EAAA,GAAA,GAAA,GAAA;AAAA,cA4bvB,yBA5buB,EAAA,GAAA,GAAA,GAAA;;AAepC;AAYA;AAaa,cA6aA,wBAnaZ,EAAA,GAAA,GAmaoC,mBAnapC,CAmaoC,KAnapC,EAmaoC,MAnapC,CAAA;AAMY,cAsaA,kBA3ZZ,EAAA,GAAA,GAAA,GAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useItemSelector.d.ts","names":[],"sources":["../../../src/hooks/useItemSelector.ts"],"sourcesContent":[],"mappings":";;;KAIY,uBAAA;KAEP,oBAAA;EAFO,IAAA,EAAA,MAAA;EAEP,KAAA,EAAA,MAAA;EAMA,OAAA,EAAA,MAAA;AAAkB,CAAA;AAMoC,KANtD,kBAAA,
|
|
1
|
+
{"version":3,"file":"useItemSelector.d.ts","names":[],"sources":["../../../src/hooks/useItemSelector.ts"],"sourcesContent":[],"mappings":";;;KAIY,uBAAA;KAEP,oBAAA;EAFO,IAAA,EAAA,MAAA;EAEP,KAAA,EAAA,MAAA;EAMA,OAAA,EAAA,MAAA;AAAkB,CAAA;AAMoC,KANtD,kBAAA,GAYiB;EAKT,GAAA,EAAA,MAAA;EACY,MAAA,EAAA,MAAA;EAAV,OAAA,EAAA,MAAA;CACb;KAbG,UAAA,GAAa,oBAahB,GAbuC,kBAavC;KARG,OAAA,GAQH;EAIG,QAAA,CAAA,EAAA,CAAA,MAAA,EAXiB,WAWjB,EAAA,KAAA,EAAA,MAAA,EAAA,GAAA,OAAA;;gBATW;;cAGH,+BACE,UAAU;;;;IAKpB"}
|