@intlayer/design-system 5.7.8 → 5.8.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/.vite/manifest.json +85 -57
- package/dist/{better-auth.8zoxzg-F-D8e0X4ys.js → better-auth.CMQ3rA-I-7umXOENE.js} +1 -7
- package/dist/better-auth.CMQ3rA-I-7umXOENE.js.map +1 -0
- package/dist/{better-auth.8zoxzg-F-BEBqzpjz.cjs → better-auth.CMQ3rA-I-C2nBKRMa.cjs} +1 -7
- package/dist/better-auth.CMQ3rA-I-C2nBKRMa.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.cjs +2 -2
- package/dist/components/Accordion/Accordion.cjs.map +1 -1
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.mjs +3 -3
- package/dist/components/Accordion/Accordion.mjs.map +1 -1
- package/dist/components/Badge/index.cjs +69 -12
- package/dist/components/Badge/index.cjs.map +1 -1
- package/dist/components/Badge/index.d.ts +18 -2
- package/dist/components/Badge/index.d.ts.map +1 -1
- package/dist/components/Badge/index.mjs +69 -12
- package/dist/components/Badge/index.mjs.map +1 -1
- package/dist/components/Breadcrumb/index.cjs +2 -2
- package/dist/components/Breadcrumb/index.cjs.map +1 -1
- package/dist/components/Breadcrumb/index.d.ts +2 -1
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.mjs +4 -4
- package/dist/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/components/Button/Button.cjs +95 -40
- package/dist/components/Button/Button.cjs.map +1 -1
- package/dist/components/Button/Button.d.ts +42 -1
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/Button.mjs +96 -41
- package/dist/components/Button/Button.mjs.map +1 -1
- package/dist/components/Button/index.cjs +5 -0
- package/dist/components/Button/index.cjs.map +1 -1
- package/dist/components/Button/index.mjs +7 -2
- package/dist/components/Container/index.cjs +67 -0
- package/dist/components/Container/index.cjs.map +1 -1
- package/dist/components/Container/index.d.ts +53 -0
- package/dist/components/Container/index.d.ts.map +1 -1
- package/dist/components/Container/index.mjs +67 -0
- package/dist/components/Container/index.mjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditor.cjs +3 -1
- package/dist/components/ContentEditor/ContentEditor.cjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditor.d.ts.map +1 -1
- package/dist/components/ContentEditor/ContentEditor.mjs +3 -1
- package/dist/components/ContentEditor/ContentEditor.mjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditorInput.cjs +7 -7
- package/dist/components/ContentEditor/ContentEditorInput.cjs.map +1 -1
- package/dist/components/ContentEditor/ContentEditorInput.d.ts +1 -1
- package/dist/components/ContentEditor/ContentEditorInput.d.ts.map +1 -1
- package/dist/components/ContentEditor/ContentEditorInput.mjs +9 -9
- package/dist/components/ContentEditor/ContentEditorInput.mjs.map +1 -1
- package/dist/components/CopyButton/index.cjs +3 -3
- package/dist/components/CopyButton/index.cjs.map +1 -1
- package/dist/components/CopyButton/index.d.ts.map +1 -1
- package/dist/components/CopyButton/index.mjs +4 -4
- package/dist/components/CopyButton/index.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs +26 -26
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +28 -28
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +3 -2
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +3 -2
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +2 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.cjs +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.mjs +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +4 -3
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -3
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +2 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.cjs +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +2 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +1 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.mjs +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +5 -5
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +7 -7
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs +7 -7
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +8 -8
- package/dist/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +2 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +1 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +13 -12
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +14 -13
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +2 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +1 -0
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs +9 -9
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs +10 -10
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs +2 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs +1 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs +4 -4
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +5 -5
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +2 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +1 -0
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +2 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +1 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +1 -0
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
- package/dist/components/DropDown/index.cjs +11 -2
- package/dist/components/DropDown/index.cjs.map +1 -1
- package/dist/components/DropDown/index.d.ts +7 -2
- package/dist/components/DropDown/index.d.ts.map +1 -1
- package/dist/components/DropDown/index.mjs +12 -3
- package/dist/components/DropDown/index.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.cjs +9 -9
- package/dist/components/EditableField/EditableFieldLayout.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.d.ts +1 -1
- package/dist/components/EditableField/EditableFieldLayout.d.ts.map +1 -1
- package/dist/components/EditableField/EditableFieldLayout.mjs +10 -10
- package/dist/components/EditableField/EditableFieldLayout.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.cjs +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.mjs +1 -1
- package/dist/components/Form/FormBase.cjs +1 -1
- package/dist/components/Form/FormBase.mjs +1 -1
- package/dist/components/Form/elements/FormElementWrapper.cjs +2 -2
- package/dist/components/Form/elements/FormElementWrapper.mjs +2 -2
- package/dist/components/IDE/CodeBlockClient.cjs +2 -2
- package/dist/components/IDE/CodeBlockClient.cjs.map +1 -1
- package/dist/components/IDE/CodeBlockClient.mjs +2 -2
- package/dist/components/IDE/CodeBlockClient.mjs.map +1 -1
- package/dist/components/IDE/CodeBlockServer.cjs +2 -2
- package/dist/components/IDE/CodeBlockServer.cjs.map +1 -1
- package/dist/components/IDE/CodeBlockServer.mjs +2 -2
- package/dist/components/IDE/CodeBlockServer.mjs.map +1 -1
- package/dist/components/IDE/CodeContext.cjs +1 -1
- package/dist/components/IDE/CodeContext.mjs +1 -1
- package/dist/components/IDE/CopyCode.cjs +1 -1
- package/dist/components/IDE/CopyCode.cjs.map +1 -1
- package/dist/components/IDE/CopyCode.mjs +2 -2
- package/dist/components/IDE/CopyCode.mjs.map +1 -1
- package/dist/components/Input/Checkbox.cjs +21 -0
- package/dist/components/Input/Checkbox.cjs.map +1 -1
- package/dist/components/Input/Checkbox.d.ts +21 -1
- package/dist/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/components/Input/Checkbox.mjs +21 -0
- package/dist/components/Input/Checkbox.mjs.map +1 -1
- package/dist/components/Input/Input.cjs +12 -0
- package/dist/components/Input/Input.cjs.map +1 -1
- package/dist/components/Input/Input.d.ts +13 -2
- package/dist/components/Input/Input.d.ts.map +1 -1
- package/dist/components/Input/Input.mjs +12 -0
- package/dist/components/Input/Input.mjs.map +1 -1
- package/dist/components/Input/index.cjs +4 -0
- package/dist/components/Input/index.cjs.map +1 -1
- package/dist/components/Input/index.mjs +6 -2
- package/dist/components/Link/Link.cjs +60 -19
- package/dist/components/Link/Link.cjs.map +1 -1
- package/dist/components/Link/Link.d.ts +27 -2
- package/dist/components/Link/Link.d.ts.map +1 -1
- package/dist/components/Link/Link.mjs +60 -19
- package/dist/components/Link/Link.mjs.map +1 -1
- package/dist/components/Link/index.cjs +3 -0
- package/dist/components/Link/index.cjs.map +1 -1
- package/dist/components/Link/index.mjs +4 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +7 -7
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +9 -9
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs +3 -3
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +4 -4
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs.map +1 -1
- package/dist/components/MarkDownRender/index.cjs +11 -24
- package/dist/components/MarkDownRender/index.cjs.map +1 -1
- package/dist/components/MarkDownRender/index.d.ts.map +1 -1
- package/dist/components/MarkDownRender/index.mjs +12 -25
- package/dist/components/MarkDownRender/index.mjs.map +1 -1
- package/dist/components/Modal/Modal.cjs +13 -4
- package/dist/components/Modal/Modal.cjs.map +1 -1
- package/dist/components/Modal/Modal.d.ts +10 -4
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/Modal/Modal.mjs +15 -6
- package/dist/components/Modal/Modal.mjs.map +1 -1
- package/dist/components/Modal/index.cjs +1 -0
- package/dist/components/Modal/index.cjs.map +1 -1
- package/dist/components/Modal/index.mjs +3 -2
- package/dist/components/Navbar/DesktopNavbar.cjs +1 -1
- package/dist/components/Navbar/DesktopNavbar.cjs.map +1 -1
- package/dist/components/Navbar/DesktopNavbar.d.ts.map +1 -1
- package/dist/components/Navbar/DesktopNavbar.mjs +2 -2
- package/dist/components/Navbar/DesktopNavbar.mjs.map +1 -1
- package/dist/components/Navbar/MobileNavbar.cjs +1 -1
- package/dist/components/Navbar/MobileNavbar.mjs +1 -1
- package/dist/components/Navbar/index.cjs +1 -1
- package/dist/components/Navbar/index.mjs +1 -1
- package/dist/components/Popover/index.cjs +12 -0
- package/dist/components/Popover/index.cjs.map +1 -1
- package/dist/components/Popover/index.d.ts +10 -2
- package/dist/components/Popover/index.d.ts.map +1 -1
- package/dist/components/Popover/index.mjs +13 -1
- package/dist/components/Popover/index.mjs.map +1 -1
- package/dist/components/RightDrawer/RightDrawer.cjs +5 -5
- package/dist/components/RightDrawer/RightDrawer.cjs.map +1 -1
- package/dist/components/RightDrawer/RightDrawer.mjs +6 -6
- package/dist/components/RightDrawer/RightDrawer.mjs.map +1 -1
- package/dist/components/Select/Multiselect.cjs +1 -1
- package/dist/components/Select/Multiselect.cjs.map +1 -1
- package/dist/components/Select/Multiselect.mjs +2 -2
- package/dist/components/Select/Multiselect.mjs.map +1 -1
- package/dist/components/Select/Select.cjs +12 -1
- package/dist/components/Select/Select.cjs.map +1 -1
- package/dist/components/Select/Select.d.ts +5 -1
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/components/Select/Select.mjs +12 -1
- package/dist/components/Select/Select.mjs.map +1 -1
- package/dist/components/Select/index.cjs +1 -0
- package/dist/components/Select/index.cjs.map +1 -1
- package/dist/components/Select/index.mjs +2 -1
- package/dist/components/SwitchSelector/index.cjs +89 -18
- package/dist/components/SwitchSelector/index.cjs.map +1 -1
- package/dist/components/SwitchSelector/index.d.ts +16 -2
- package/dist/components/SwitchSelector/index.d.ts.map +1 -1
- package/dist/components/SwitchSelector/index.mjs +90 -19
- package/dist/components/SwitchSelector/index.mjs.map +1 -1
- package/dist/components/TabSelector/TabSelector.cjs +12 -1
- package/dist/components/TabSelector/TabSelector.cjs.map +1 -1
- package/dist/components/TabSelector/TabSelector.d.ts +12 -1
- package/dist/components/TabSelector/TabSelector.d.ts.map +1 -1
- package/dist/components/TabSelector/TabSelector.mjs +13 -2
- package/dist/components/TabSelector/TabSelector.mjs.map +1 -1
- package/dist/components/TabSelector/index.cjs +1 -0
- package/dist/components/TabSelector/index.cjs.map +1 -1
- package/dist/components/TabSelector/index.d.ts +1 -0
- package/dist/components/TabSelector/index.d.ts.map +1 -1
- package/dist/components/TabSelector/index.mjs +3 -2
- package/dist/components/Table/Table.cjs +104 -0
- package/dist/components/Table/Table.cjs.map +1 -0
- package/dist/components/Table/Table.d.ts +5 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Table/Table.mjs +104 -0
- package/dist/components/Table/Table.mjs.map +1 -0
- package/dist/components/Table/index.cjs +5 -0
- package/dist/components/Table/index.cjs.map +1 -0
- package/dist/components/Table/index.d.ts +2 -0
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/components/Table/index.mjs +5 -0
- package/dist/components/Table/index.mjs.map +1 -0
- package/dist/components/Table/table.content.cjs +54 -0
- package/dist/components/Table/table.content.cjs.map +1 -0
- package/dist/components/Table/table.content.d.ts +106 -0
- package/dist/components/Table/table.content.d.ts.map +1 -0
- package/dist/components/Table/table.content.mjs +55 -0
- package/dist/components/Table/table.content.mjs.map +1 -0
- package/dist/components/Tag/index.cjs +131 -22
- package/dist/components/Tag/index.cjs.map +1 -1
- package/dist/components/Tag/index.d.ts +37 -5
- package/dist/components/Tag/index.d.ts.map +1 -1
- package/dist/components/Tag/index.mjs +132 -23
- package/dist/components/Tag/index.mjs.map +1 -1
- package/dist/components/TextArea/AutocompleteTextArea.cjs +1 -1
- package/dist/components/TextArea/AutocompleteTextArea.mjs +1 -1
- package/dist/components/TextArea/TextArea.cjs.map +1 -1
- package/dist/components/TextArea/TextArea.d.ts +5 -3
- package/dist/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/components/TextArea/TextArea.mjs.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs +1 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.map +1 -1
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +2 -2
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs.map +1 -1
- package/dist/components/index.cjs +34 -0
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.mjs +47 -13
- package/dist/hooks/auth.cjs +2 -2
- package/dist/hooks/auth.cjs.map +1 -1
- package/dist/hooks/auth.mjs +1 -1
- package/dist/hooks/auth.mjs.map +1 -1
- package/dist/hooks/intlayerAPIHooks.cjs +1 -1
- package/dist/hooks/intlayerAPIHooks.d.ts +1 -1
- package/dist/hooks/intlayerAPIHooks.d.ts.map +1 -1
- package/dist/hooks/intlayerAPIHooks.mjs +1 -1
- package/dist/hooks/useAsync/useAsync.cjs +6 -6
- package/dist/hooks/useAsync/useAsync.cjs.map +1 -1
- package/dist/hooks/useAsync/useAsync.mjs +6 -6
- package/dist/hooks/useAsync/useAsync.mjs.map +1 -1
- package/dist/hooks/useUser/index.cjs +1 -1
- package/dist/hooks/useUser/index.mjs +1 -1
- package/dist/index-BCuMWKyy.js.map +1 -1
- package/dist/index-BYzBot7l.cjs.map +1 -1
- package/dist/{parse-BJVwmz92.cjs → parse-Ltyyb1op.cjs} +9 -11
- package/dist/parse-Ltyyb1op.cjs.map +1 -0
- package/dist/{parse-pnJgclyf.js → parse-Vrm0h1r9.js} +30 -32
- package/dist/parse-Vrm0h1r9.js.map +1 -0
- package/dist/{schemas-BIuxHDyZ.js → schemas-DEXdAbCK.js} +75 -46
- package/dist/schemas-DEXdAbCK.js.map +1 -0
- package/dist/{schemas-Q6C7ZNs3.cjs → schemas-lh5OFOvX.cjs} +75 -46
- package/dist/schemas-lh5OFOvX.cjs.map +1 -0
- package/dist/{zod-K7y5gPX4.cjs → zod-BvUVjPTw.cjs} +11 -11
- package/dist/zod-BvUVjPTw.cjs.map +1 -0
- package/dist/{zod-D4WapgbL.js → zod-CJrbzxwg.js} +11 -11
- package/dist/zod-CJrbzxwg.js.map +1 -0
- package/package.json +38 -32
- package/dist/better-auth.8zoxzg-F-BEBqzpjz.cjs.map +0 -1
- package/dist/better-auth.8zoxzg-F-D8e0X4ys.js.map +0 -1
- package/dist/components/Headers/SectionScroller.cjs +0 -29
- package/dist/components/Headers/SectionScroller.cjs.map +0 -1
- package/dist/components/Headers/SectionScroller.d.ts +0 -2
- package/dist/components/Headers/SectionScroller.d.ts.map +0 -1
- package/dist/components/Headers/SectionScroller.mjs +0 -29
- package/dist/components/Headers/SectionScroller.mjs.map +0 -1
- package/dist/parse-BJVwmz92.cjs.map +0 -1
- package/dist/parse-pnJgclyf.js.map +0 -1
- package/dist/schemas-BIuxHDyZ.js.map +0 -1
- package/dist/schemas-Q6C7ZNs3.cjs.map +0 -1
- package/dist/zod-D4WapgbL.js.map +0 -1
- package/dist/zod-K7y5gPX4.cjs.map +0 -1
|
@@ -83,13 +83,27 @@ const components_SocialNetworks_YoutubeLogo = require("./SocialNetworks/YoutubeL
|
|
|
83
83
|
exports.Accordion = components_Accordion_Accordion.Accordion;
|
|
84
84
|
exports.Avatar = components_Avatar_index.Avatar;
|
|
85
85
|
exports.Badge = components_Badge_index.Badge;
|
|
86
|
+
exports.BadgeColor = components_Badge_index.BadgeColor;
|
|
87
|
+
exports.BadgeVariant = components_Badge_index.BadgeVariant;
|
|
86
88
|
exports.badgeVariants = components_Badge_index.badgeVariants;
|
|
87
89
|
exports.Breadcrumb = components_Breadcrumb_index.Breadcrumb;
|
|
88
90
|
exports.Button = components_Button_Button.Button;
|
|
91
|
+
exports.ButtonColor = components_Button_Button.ButtonColor;
|
|
92
|
+
exports.ButtonIconPosition = components_Button_Button.ButtonIconPosition;
|
|
93
|
+
exports.ButtonSize = components_Button_Button.ButtonSize;
|
|
94
|
+
exports.ButtonTextAlign = components_Button_Button.ButtonTextAlign;
|
|
95
|
+
exports.ButtonVariant = components_Button_Button.ButtonVariant;
|
|
89
96
|
exports.ClickOutsideDiv = components_ClickOutsideDiv_index.ClickOutsideDiv;
|
|
90
97
|
exports.Command = components_Command_index.Command;
|
|
91
98
|
exports.CommandRoot = components_Command_index.CommandRoot;
|
|
92
99
|
exports.Container = components_Container_index.Container;
|
|
100
|
+
exports.ContainerBackground = components_Container_index.ContainerBackground;
|
|
101
|
+
exports.ContainerBorderColor = components_Container_index.ContainerBorderColor;
|
|
102
|
+
exports.ContainerGap = components_Container_index.ContainerGap;
|
|
103
|
+
exports.ContainerPadding = components_Container_index.ContainerPadding;
|
|
104
|
+
exports.ContainerRoundedSize = components_Container_index.ContainerRoundedSize;
|
|
105
|
+
exports.ContainerSeparator = components_Container_index.ContainerSeparator;
|
|
106
|
+
exports.ContainerTransparency = components_Container_index.ContainerTransparency;
|
|
93
107
|
exports.containerVariants = components_Container_index.containerVariants;
|
|
94
108
|
exports.ContentSelector = components_ContentSelector_ContentSelector.ContentSelector;
|
|
95
109
|
exports.CopyButton = components_CopyButton_index.CopyButton;
|
|
@@ -101,6 +115,7 @@ exports.VersionSwitcher = components_DictionaryFieldEditor_VersionSwitcherDropDo
|
|
|
101
115
|
exports.VersionSwitcherProvider = components_DictionaryFieldEditor_VersionSwitcherDropDown_VersionSwitcherContext.VersionSwitcherProvider;
|
|
102
116
|
exports.useVersionSwitcher = components_DictionaryFieldEditor_VersionSwitcherDropDown_VersionSwitcherContext.useVersionSwitcher;
|
|
103
117
|
exports.DropDown = components_DropDown_index.DropDown;
|
|
118
|
+
exports.DropDownAlign = components_DropDown_index.DropDownAlign;
|
|
104
119
|
exports.EditableFieldInput = components_EditableField_EditableFieldInput.EditableFieldInput;
|
|
105
120
|
exports.EditableFieldTextArea = components_EditableField_EditableFieldTextArea.EditableFieldTextArea;
|
|
106
121
|
exports.Flag = components_Flags_Flag.Flag;
|
|
@@ -119,13 +134,20 @@ exports.IDE = components_IDE_IDE.IDE;
|
|
|
119
134
|
exports.FileList = components_IDE_FileList.FileList;
|
|
120
135
|
exports.InformationTag = components_InformationTag_index.InformationTag;
|
|
121
136
|
exports.Input = components_Input_Input.Input;
|
|
137
|
+
exports.InputSize = components_Input_Input.InputSize;
|
|
138
|
+
exports.InputVariant = components_Input_Input.InputVariant;
|
|
122
139
|
exports.inputVariants = components_Input_Input.inputVariants;
|
|
123
140
|
exports.InputPassword = components_Input_InputPassword.InputPassword;
|
|
124
141
|
exports.Checkbox = components_Input_Checkbox.Checkbox;
|
|
142
|
+
exports.CheckboxColor = components_Input_Checkbox.CheckboxColor;
|
|
143
|
+
exports.CheckboxSize = components_Input_Checkbox.CheckboxSize;
|
|
125
144
|
exports.checkboxVariants = components_Input_Checkbox.checkboxVariants;
|
|
126
145
|
exports.KeyboardScreenAdapter = components_KeyboardScreenAdapter_index.KeyboardScreenAdapter;
|
|
127
146
|
exports.Label = components_Label_index.Label;
|
|
128
147
|
exports.Link = components_Link_Link.Link;
|
|
148
|
+
exports.LinkColor = components_Link_Link.LinkColor;
|
|
149
|
+
exports.LinkUnderlined = components_Link_Link.LinkUnderlined;
|
|
150
|
+
exports.LinkVariant = components_Link_Link.LinkVariant;
|
|
129
151
|
exports.checkIsExternalLink = components_Link_Link.checkIsExternalLink;
|
|
130
152
|
exports.linkVariants = components_Link_Link.linkVariants;
|
|
131
153
|
exports.Loader = components_Loader_index.Loader;
|
|
@@ -141,23 +163,35 @@ exports.MarkdownRenderer = components_MarkDownRender_index.MarkdownRenderer;
|
|
|
141
163
|
exports.MaxHeightSmoother = components_MaxHeightSmoother_index.MaxHeightSmoother;
|
|
142
164
|
exports.MaxWidthSmoother = components_MaxWidthSmoother_index.MaxWidthSmoother;
|
|
143
165
|
exports.Modal = components_Modal_Modal.Modal;
|
|
166
|
+
exports.ModalSize = components_Modal_Modal.ModalSize;
|
|
144
167
|
exports.Navbar = components_Navbar_index.Navbar;
|
|
145
168
|
exports.GridPattern = components_Pattern_GridPattern.GridPattern;
|
|
146
169
|
exports.DotPattern = components_Pattern_DotPattern.DotPattern;
|
|
147
170
|
exports.Spotlight = components_Pattern_SpotLight.Spotlight;
|
|
148
171
|
exports.Popover = components_Popover_index.Popover;
|
|
172
|
+
exports.PopoverXAlign = components_Popover_index.PopoverXAlign;
|
|
173
|
+
exports.PopoverYAlign = components_Popover_index.PopoverYAlign;
|
|
149
174
|
exports.PressableSpan = components_PressableSpan_PressableSpan.PressableSpan;
|
|
150
175
|
exports.RightDrawer = components_RightDrawer_RightDrawer.RightDrawer;
|
|
151
176
|
exports.useRightDrawerStore = components_RightDrawer_useRightDrawerStore.useRightDrawerStore;
|
|
152
177
|
exports.MultiSelect = components_Select_Multiselect.MultiSelect;
|
|
153
178
|
exports.Select = components_Select_Select.Select;
|
|
154
179
|
exports.SelectContent = components_Select_Select.SelectContent;
|
|
180
|
+
exports.SelectContentPosition = components_Select_Select.SelectContentPosition;
|
|
155
181
|
exports.SelectLabel = components_Select_Select.SelectLabel;
|
|
156
182
|
exports.SelectSeparator = components_Select_Select.SelectSeparator;
|
|
157
183
|
exports.SocialNetworks = components_SocialNetworks_index.SocialNetworks;
|
|
158
184
|
exports.SwitchSelector = components_SwitchSelector_index.SwitchSelector;
|
|
185
|
+
exports.SwitchSelectorColor = components_SwitchSelector_index.SwitchSelectorColor;
|
|
186
|
+
exports.SwitchSelectorSize = components_SwitchSelector_index.SwitchSelectorSize;
|
|
159
187
|
exports.TabSelector = components_TabSelector_TabSelector.TabSelector;
|
|
188
|
+
exports.TabSelectorColor = components_TabSelector_TabSelector.TabSelectorColor;
|
|
160
189
|
exports.Tag = components_Tag_index.Tag;
|
|
190
|
+
exports.TagBackground = components_Tag_index.TagBackground;
|
|
191
|
+
exports.TagBorder = components_Tag_index.TagBorder;
|
|
192
|
+
exports.TagColor = components_Tag_index.TagColor;
|
|
193
|
+
exports.TagRoundedSize = components_Tag_index.TagRoundedSize;
|
|
194
|
+
exports.TagSize = components_Tag_index.TagSize;
|
|
161
195
|
exports.AutoSizedTextArea = components_TextArea_AutoSizeTextArea.AutoSizedTextArea;
|
|
162
196
|
exports.TextArea = components_TextArea_TextArea.TextArea;
|
|
163
197
|
exports.AutoCompleteTextarea = components_TextArea_AutocompleteTextArea.AutoCompleteTextarea;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Accordion } from "./Accordion/Accordion.mjs";
|
|
2
2
|
import { Avatar } from "./Avatar/index.mjs";
|
|
3
|
-
import { Badge, badgeVariants } from "./Badge/index.mjs";
|
|
3
|
+
import { Badge, BadgeColor, BadgeVariant, badgeVariants } from "./Badge/index.mjs";
|
|
4
4
|
import { Breadcrumb } from "./Breadcrumb/index.mjs";
|
|
5
|
-
import { Button } from "./Button/Button.mjs";
|
|
5
|
+
import { Button, ButtonColor, ButtonIconPosition, ButtonSize, ButtonTextAlign, ButtonVariant } from "./Button/Button.mjs";
|
|
6
6
|
import { ClickOutsideDiv } from "./ClickOutsideDiv/index.mjs";
|
|
7
7
|
import { Command, CommandRoot } from "./Command/index.mjs";
|
|
8
|
-
import { Container, containerVariants } from "./Container/index.mjs";
|
|
8
|
+
import { Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, containerVariants } from "./Container/index.mjs";
|
|
9
9
|
import { ContentSelector } from "./ContentSelector/ContentSelector.mjs";
|
|
10
10
|
import { CopyButton } from "./CopyButton/index.mjs";
|
|
11
11
|
import { CopyToClipboard } from "./CopyToClipboard/index.mjs";
|
|
@@ -14,7 +14,7 @@ import { DictionaryCreationForm } from "./DictionaryFieldEditor/DictionaryCreati
|
|
|
14
14
|
import { DictionaryFieldEditor } from "./DictionaryFieldEditor/DictionaryFieldEditor.mjs";
|
|
15
15
|
import { VersionSwitcher } from "./DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs";
|
|
16
16
|
import { VersionSwitcherProvider, useVersionSwitcher } from "./DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs";
|
|
17
|
-
import { DropDown } from "./DropDown/index.mjs";
|
|
17
|
+
import { DropDown, DropDownAlign } from "./DropDown/index.mjs";
|
|
18
18
|
import { EditableFieldInput } from "./EditableField/EditableFieldInput.mjs";
|
|
19
19
|
import { EditableFieldTextArea } from "./EditableField/EditableFieldTextArea.mjs";
|
|
20
20
|
import { Flag } from "./Flags/Flag.mjs";
|
|
@@ -28,12 +28,12 @@ import { Code } from "./IDE/Code.mjs";
|
|
|
28
28
|
import { IDE } from "./IDE/IDE.mjs";
|
|
29
29
|
import { FileList } from "./IDE/FileList.mjs";
|
|
30
30
|
import { InformationTag } from "./InformationTag/index.mjs";
|
|
31
|
-
import { Input, inputVariants } from "./Input/Input.mjs";
|
|
31
|
+
import { Input, InputSize, InputVariant, inputVariants } from "./Input/Input.mjs";
|
|
32
32
|
import { InputPassword } from "./Input/InputPassword.mjs";
|
|
33
|
-
import { Checkbox, checkboxVariants } from "./Input/Checkbox.mjs";
|
|
33
|
+
import { Checkbox, CheckboxColor, CheckboxSize, checkboxVariants } from "./Input/Checkbox.mjs";
|
|
34
34
|
import { KeyboardScreenAdapter } from "./KeyboardScreenAdapter/index.mjs";
|
|
35
35
|
import { Label } from "./Label/index.mjs";
|
|
36
|
-
import { Link, checkIsExternalLink, linkVariants } from "./Link/Link.mjs";
|
|
36
|
+
import { Link, LinkColor, LinkUnderlined, LinkVariant, checkIsExternalLink, linkVariants } from "./Link/Link.mjs";
|
|
37
37
|
import { Loader } from "./Loader/index.mjs";
|
|
38
38
|
import { LocaleSwitcherContent } from "./LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs";
|
|
39
39
|
import { LocaleSwitcherContentProvider, useLocaleSwitcherContent } from "./LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs";
|
|
@@ -45,21 +45,21 @@ import { LogoWithTextBelow } from "./Logo/LogoWithTextBelow.mjs";
|
|
|
45
45
|
import { MarkdownRenderer } from "./MarkDownRender/index.mjs";
|
|
46
46
|
import { MaxHeightSmoother } from "./MaxHeightSmoother/index.mjs";
|
|
47
47
|
import { MaxWidthSmoother } from "./MaxWidthSmoother/index.mjs";
|
|
48
|
-
import { Modal } from "./Modal/Modal.mjs";
|
|
48
|
+
import { Modal, ModalSize } from "./Modal/Modal.mjs";
|
|
49
49
|
import { Navbar } from "./Navbar/index.mjs";
|
|
50
50
|
import { GridPattern } from "./Pattern/GridPattern.mjs";
|
|
51
51
|
import { DotPattern } from "./Pattern/DotPattern.mjs";
|
|
52
52
|
import { Spotlight } from "./Pattern/SpotLight.mjs";
|
|
53
|
-
import { Popover } from "./Popover/index.mjs";
|
|
53
|
+
import { Popover, PopoverXAlign, PopoverYAlign } from "./Popover/index.mjs";
|
|
54
54
|
import { PressableSpan } from "./PressableSpan/PressableSpan.mjs";
|
|
55
55
|
import { RightDrawer } from "./RightDrawer/RightDrawer.mjs";
|
|
56
56
|
import { useRightDrawerStore } from "./RightDrawer/useRightDrawerStore.mjs";
|
|
57
57
|
import { MultiSelect } from "./Select/Multiselect.mjs";
|
|
58
|
-
import { Select, SelectContent, SelectLabel, SelectSeparator } from "./Select/Select.mjs";
|
|
58
|
+
import { Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator } from "./Select/Select.mjs";
|
|
59
59
|
import { SocialNetworks } from "./SocialNetworks/index.mjs";
|
|
60
|
-
import { SwitchSelector } from "./SwitchSelector/index.mjs";
|
|
61
|
-
import { TabSelector } from "./TabSelector/TabSelector.mjs";
|
|
62
|
-
import { Tag } from "./Tag/index.mjs";
|
|
60
|
+
import { SwitchSelector, SwitchSelectorColor, SwitchSelectorSize } from "./SwitchSelector/index.mjs";
|
|
61
|
+
import { TabSelector, TabSelectorColor } from "./TabSelector/TabSelector.mjs";
|
|
62
|
+
import { Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize } from "./Tag/index.mjs";
|
|
63
63
|
import { AutoSizedTextArea } from "./TextArea/AutoSizeTextArea.mjs";
|
|
64
64
|
import { TextArea } from "./TextArea/TextArea.mjs";
|
|
65
65
|
import { AutoCompleteTextarea, useDebounce } from "./TextArea/AutocompleteTextArea.mjs";
|
|
@@ -84,14 +84,30 @@ export {
|
|
|
84
84
|
AutoSizedTextArea,
|
|
85
85
|
Avatar,
|
|
86
86
|
Badge,
|
|
87
|
+
BadgeColor,
|
|
88
|
+
BadgeVariant,
|
|
87
89
|
Breadcrumb,
|
|
88
90
|
Button,
|
|
91
|
+
ButtonColor,
|
|
92
|
+
ButtonIconPosition,
|
|
93
|
+
ButtonSize,
|
|
94
|
+
ButtonTextAlign,
|
|
95
|
+
ButtonVariant,
|
|
89
96
|
Checkbox,
|
|
97
|
+
CheckboxColor,
|
|
98
|
+
CheckboxSize,
|
|
90
99
|
ClickOutsideDiv,
|
|
91
100
|
Code,
|
|
92
101
|
Command,
|
|
93
102
|
CommandRoot,
|
|
94
103
|
Container,
|
|
104
|
+
ContainerBackground,
|
|
105
|
+
ContainerBorderColor,
|
|
106
|
+
ContainerGap,
|
|
107
|
+
ContainerPadding,
|
|
108
|
+
ContainerRoundedSize,
|
|
109
|
+
ContainerSeparator,
|
|
110
|
+
ContainerTransparency,
|
|
95
111
|
ContentSelector,
|
|
96
112
|
CopyButton,
|
|
97
113
|
CopyToClipboard,
|
|
@@ -102,6 +118,7 @@ export {
|
|
|
102
118
|
DiscordLogo,
|
|
103
119
|
DotPattern,
|
|
104
120
|
DropDown,
|
|
121
|
+
DropDownAlign,
|
|
105
122
|
EditableFieldInput,
|
|
106
123
|
EditableFieldTextArea,
|
|
107
124
|
FacebookLogo,
|
|
@@ -120,10 +137,15 @@ export {
|
|
|
120
137
|
InformationTag,
|
|
121
138
|
Input,
|
|
122
139
|
InputPassword,
|
|
140
|
+
InputSize,
|
|
141
|
+
InputVariant,
|
|
123
142
|
InstagramLogo,
|
|
124
143
|
KeyboardScreenAdapter,
|
|
125
144
|
Label,
|
|
126
145
|
Link,
|
|
146
|
+
LinkColor,
|
|
147
|
+
LinkUnderlined,
|
|
148
|
+
LinkVariant,
|
|
127
149
|
LinkedInLogo,
|
|
128
150
|
Loader,
|
|
129
151
|
LocaleSwitcher,
|
|
@@ -138,22 +160,34 @@ export {
|
|
|
138
160
|
MaxWidthSmoother,
|
|
139
161
|
MobileThemeSwitcher,
|
|
140
162
|
Modal,
|
|
163
|
+
ModalSize,
|
|
141
164
|
Modes,
|
|
142
165
|
MultiSelect,
|
|
143
166
|
Navbar,
|
|
144
167
|
Popover,
|
|
168
|
+
PopoverXAlign,
|
|
169
|
+
PopoverYAlign,
|
|
145
170
|
PressableSpan,
|
|
146
171
|
ProductHuntLogo,
|
|
147
172
|
RightDrawer,
|
|
148
173
|
Select,
|
|
149
174
|
SelectContent,
|
|
175
|
+
SelectContentPosition,
|
|
150
176
|
SelectLabel,
|
|
151
177
|
SelectSeparator,
|
|
152
178
|
SocialNetworks,
|
|
153
179
|
Spotlight,
|
|
154
180
|
SwitchSelector,
|
|
181
|
+
SwitchSelectorColor,
|
|
182
|
+
SwitchSelectorSize,
|
|
155
183
|
TabSelector,
|
|
184
|
+
TabSelectorColor,
|
|
156
185
|
Tag,
|
|
186
|
+
TagBackground,
|
|
187
|
+
TagBorder,
|
|
188
|
+
TagColor,
|
|
189
|
+
TagRoundedSize,
|
|
190
|
+
TagSize,
|
|
157
191
|
TextArea,
|
|
158
192
|
TiktokLogo,
|
|
159
193
|
Toast,
|
package/dist/hooks/auth.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const configuration = require("@intlayer/config/built");
|
|
4
|
-
const
|
|
4
|
+
const betterAuth_CMQ3rAI = require("../better-auth.CMQ3rA-I-C2nBKRMa.cjs");
|
|
5
5
|
var __defProp = Object.defineProperty;
|
|
6
6
|
var __defProps = Object.defineProperties;
|
|
7
7
|
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
@@ -593,7 +593,7 @@ function getBaseURL(url, path, request) {
|
|
|
593
593
|
if (url) {
|
|
594
594
|
return withPath(url, path);
|
|
595
595
|
}
|
|
596
|
-
const fromEnv =
|
|
596
|
+
const fromEnv = betterAuth_CMQ3rAI.env.BETTER_AUTH_URL || betterAuth_CMQ3rAI.env.NEXT_PUBLIC_BETTER_AUTH_URL || betterAuth_CMQ3rAI.env.PUBLIC_BETTER_AUTH_URL || betterAuth_CMQ3rAI.env.NUXT_PUBLIC_BETTER_AUTH_URL || betterAuth_CMQ3rAI.env.NUXT_PUBLIC_AUTH_URL || (betterAuth_CMQ3rAI.env.BASE_URL !== "/" ? betterAuth_CMQ3rAI.env.BASE_URL : void 0);
|
|
597
597
|
if (fromEnv) {
|
|
598
598
|
return withPath(fromEnv, path);
|
|
599
599
|
}
|