@internxt/ui 0.1.12 → 0.1.13
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/components/{list → data-display/list}/List.d.ts +1 -1
- package/dist/components/{list → data-display/list}/ListHeader.d.ts +1 -1
- package/dist/components/{list → data-display/list}/ListItem.d.ts +1 -1
- package/dist/components/index.d.ts +30 -30
- package/dist/components/{dropdown → navigation/dropdown}/Dropdown.d.ts +1 -1
- package/dist/components/{contextMenu → overlay/contextMenu}/ContextMenu.d.ts +1 -1
- package/dist/index.cjs.js +40 -40
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1813 -1813
- package/dist/index.es.js.map +1 -1
- package/dist/stories/components/avatar/Avatar.stories.d.ts +1 -1
- package/dist/stories/components/baseDialog/BaseDialog.stories.d.ts +1 -1
- package/dist/stories/components/breadcrumbs/breadcrumbs.stories.d.ts +1 -1
- package/dist/stories/components/button/Button.stories.d.ts +1 -1
- package/dist/stories/components/buttonCircle/ButtonCircle.stories.d.ts +1 -1
- package/dist/stories/components/card/Card.stories.d.ts +1 -1
- package/dist/stories/components/checkbox/Checkbox.stories.d.ts +1 -1
- package/dist/stories/components/copyable/Copyable.stories.d.ts +1 -1
- package/dist/stories/components/dialog/Dialog.stories.d.ts +1 -1
- package/dist/stories/components/dropdown/Dropdown.stories.d.ts +1 -1
- package/dist/stories/components/empty/Empty.stories.d.ts +1 -1
- package/dist/stories/components/header/Header.stories.d.ts +1 -1
- package/dist/stories/components/infiniteScroll/InfiniteScroll.stories.d.ts +1 -1
- package/dist/stories/components/input/Input.stories.d.ts +1 -1
- package/dist/stories/components/list/List.stories.d.ts +1 -1
- package/dist/stories/components/loader/Loader.stories.d.ts +1 -1
- package/dist/stories/components/menu/Menu.stories.d.ts +1 -1
- package/dist/stories/components/modal/Modal.stories.d.ts +1 -1
- package/dist/stories/components/modalTransparent/TransparentModal.stories.d.ts +1 -1
- package/dist/stories/components/popover/Popover.stories.d.ts +1 -1
- package/dist/stories/components/radioButton/RadioButton.stories.d.ts +1 -1
- package/dist/stories/components/sidenav/Sidenav.stories.d.ts +1 -1
- package/dist/stories/components/skeletonLoader/SkeletonLoader.stories.d.ts +1 -1
- package/dist/stories/components/slider/RangeSlider.stories.d.ts +1 -1
- package/dist/stories/components/switch/Switch.stories.d.ts +1 -1
- package/dist/stories/components/textArea/TextArea.stories.d.ts +1 -1
- package/dist/stories/components/tooltip/Tooltip.stories.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/components/{avatar → data-display/avatar}/Avatar.d.ts +0 -0
- /package/dist/components/{avatar → data-display/avatar}/components/DefaultAvatar.d.ts +0 -0
- /package/dist/components/{avatar → data-display/avatar}/components/PictureAvatar.d.ts +0 -0
- /package/dist/components/{avatar → data-display/avatar}/index.d.ts +0 -0
- /package/dist/components/{card → data-display/card}/Card.d.ts +0 -0
- /package/dist/components/{card → data-display/card}/index.d.ts +0 -0
- /package/dist/components/{list → data-display/list}/index.d.ts +0 -0
- /package/dist/components/{table → data-display/table}/Table.d.ts +0 -0
- /package/dist/components/{table → data-display/table}/index.d.ts +0 -0
- /package/dist/components/{empty → feedback/empty}/Empty.d.ts +0 -0
- /package/dist/components/{empty → feedback/empty}/index.d.ts +0 -0
- /package/dist/components/{loader → feedback/loader}/Loader.d.ts +0 -0
- /package/dist/components/{loader → feedback/loader}/index.d.ts +0 -0
- /package/dist/components/{skeletonLoader → feedback/skeletonLoader}/SkeletonLoader.d.ts +0 -0
- /package/dist/components/{skeletonLoader → feedback/skeletonLoader}/index.d.ts +0 -0
- /package/dist/components/{button → input/button}/Button.d.ts +0 -0
- /package/dist/components/{button → input/button}/index.d.ts +0 -0
- /package/dist/components/{buttonCircle → input/buttonCircle}/CircleButton.d.ts +0 -0
- /package/dist/components/{buttonCircle → input/buttonCircle}/index.d.ts +0 -0
- /package/dist/components/{checkbox → input/checkbox}/Checkbox.d.ts +0 -0
- /package/dist/components/{checkbox → input/checkbox}/index.d.ts +0 -0
- /package/dist/components/{copyable → input/copyable}/Copyable.d.ts +0 -0
- /package/dist/components/{copyable → input/copyable}/index.d.ts +0 -0
- /package/dist/components/input/{Input.d.ts → input/Input.d.ts} +0 -0
- /package/dist/components/input/{index.d.ts → input/index.d.ts} +0 -0
- /package/dist/components/{radioButton → input/radioButton}/RadioButton.d.ts +0 -0
- /package/dist/components/{radioButton → input/radioButton}/index.d.ts +0 -0
- /package/dist/components/{slider → input/slider}/RangeSlider.d.ts +0 -0
- /package/dist/components/{slider → input/slider}/index.d.ts +0 -0
- /package/dist/components/{switch → input/switch}/Switch.d.ts +0 -0
- /package/dist/components/{switch → input/switch}/index.d.ts +0 -0
- /package/dist/components/{textArea → input/textArea}/TextArea.d.ts +0 -0
- /package/dist/components/{textArea → input/textArea}/index.d.ts +0 -0
- /package/dist/components/{header → layout/header}/Header.d.ts +0 -0
- /package/dist/components/{header → layout/header}/index.d.ts +0 -0
- /package/dist/components/{infiniteScroll → layout/infiniteScroll}/InfiniteScroll.d.ts +0 -0
- /package/dist/components/{infiniteScroll → layout/infiniteScroll}/index.d.ts +0 -0
- /package/dist/components/{breadcrumbs → navigation/breadcrumbs}/Breadcrumbs.d.ts +0 -0
- /package/dist/components/{breadcrumbs → navigation/breadcrumbs}/BreadcrumbsItem.d.ts +0 -0
- /package/dist/components/{breadcrumbs → navigation/breadcrumbs}/index.d.ts +0 -0
- /package/dist/components/{dropdown → navigation/dropdown}/index.d.ts +0 -0
- /package/dist/components/{menu → navigation/menu}/Menu.d.ts +0 -0
- /package/dist/components/{menu → navigation/menu}/index.d.ts +0 -0
- /package/dist/components/{sidenav → navigation/sidenav}/Sidenav.d.ts +0 -0
- /package/dist/components/{sidenav → navigation/sidenav}/SidenavHeader.d.ts +0 -0
- /package/dist/components/{sidenav → navigation/sidenav}/SidenavItem.d.ts +0 -0
- /package/dist/components/{sidenav → navigation/sidenav}/SidenavOptions.d.ts +0 -0
- /package/dist/components/{sidenav → navigation/sidenav}/SidenavStorage.d.ts +0 -0
- /package/dist/components/{sidenav → navigation/sidenav}/index.d.ts +0 -0
- /package/dist/components/{suiteLauncher → navigation/suiteLauncher}/SuiteLauncher.d.ts +0 -0
- /package/dist/components/{suiteLauncher → navigation/suiteLauncher}/index.d.ts +0 -0
- /package/dist/components/{baseDialog → overlay/baseDialog}/BaseDialog.d.ts +0 -0
- /package/dist/components/{baseDialog → overlay/baseDialog}/index.d.ts +0 -0
- /package/dist/components/{contextMenu → overlay/contextMenu}/index.d.ts +0 -0
- /package/dist/components/{dialog → overlay/dialog}/Dialog.d.ts +0 -0
- /package/dist/components/{dialog → overlay/dialog}/index.d.ts +0 -0
- /package/dist/components/{modal → overlay/modal}/Modal.d.ts +0 -0
- /package/dist/components/{modal → overlay/modal}/index.d.ts +0 -0
- /package/dist/components/{modalTransparent → overlay/modalTransparent}/TransparentModal.d.ts +0 -0
- /package/dist/components/{modalTransparent → overlay/modalTransparent}/index.d.ts +0 -0
- /package/dist/components/{popover → overlay/popover}/Popover.d.ts +0 -0
- /package/dist/components/{popover → overlay/popover}/index.d.ts +0 -0
- /package/dist/components/{tooltip → overlay/tooltip}/Tooltip.d.ts +0 -0
- /package/dist/components/{tooltip → overlay/tooltip}/index.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Avatar } from '../../../components/avatar';
|
|
2
|
+
import { Avatar } from '../../../components/data-display/avatar';
|
|
3
3
|
declare const meta: Meta<typeof Avatar>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Breadcrumbs } from '../../../components/breadcrumbs';
|
|
2
|
+
import { Breadcrumbs } from '../../../components/navigation/breadcrumbs';
|
|
3
3
|
declare const meta: Meta<typeof Breadcrumbs>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/react-vite';
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: ({ children, variant, active, onClick, onClickToggleButton, className, dropdown, indicator, isOpen, handleOpen, handleClose, }: import('../../../components/buttonCircle').CircleButtonProps) => JSX.Element;
|
|
4
|
+
component: ({ children, variant, active, onClick, onClickToggleButton, className, dropdown, indicator, isOpen, handleOpen, handleClose, }: import('../../../components/input/buttonCircle').CircleButtonProps) => JSX.Element;
|
|
5
5
|
parameters: {
|
|
6
6
|
layout: string;
|
|
7
7
|
backgrounds: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Card } from '../../../components/card';
|
|
2
|
+
import { Card } from '../../../components/data-display/card';
|
|
3
3
|
declare const meta: Meta<typeof Card>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof Card>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Checkbox } from '../../../components/checkbox';
|
|
2
|
+
import { Checkbox } from '../../../components/input/checkbox';
|
|
3
3
|
declare const meta: Meta<typeof Checkbox>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Copyable } from '../../../components/copyable';
|
|
2
|
+
import { Copyable } from '../../../components/input/copyable';
|
|
3
3
|
declare const meta: Meta<typeof Copyable>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof Copyable>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Dialog } from '../../../components/dialog';
|
|
2
|
+
import { Dialog } from '../../../components/overlay/dialog';
|
|
3
3
|
declare const meta: Meta<typeof Dialog>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Dropdown } from '../../../components/dropdown';
|
|
2
|
+
import { Dropdown } from '../../../components/navigation/dropdown';
|
|
3
3
|
declare const meta: Meta<typeof Dropdown>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Empty } from '../../../components/empty';
|
|
2
|
+
import { Empty } from '../../../components/feedback/empty';
|
|
3
3
|
declare const meta: Meta<typeof Empty>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof Empty>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { InfiniteScroll } from '../../../components/infiniteScroll';
|
|
2
|
+
import { InfiniteScroll } from '../../../components/layout/infiniteScroll';
|
|
3
3
|
declare const meta: Meta<typeof InfiniteScroll>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Input } from '../../../components/input';
|
|
2
|
+
import { Input } from '../../../components/input/input';
|
|
3
3
|
declare const meta: Meta<typeof Input>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Loader } from '../../../components/loader';
|
|
2
|
+
import { Loader } from '../../../components/feedback/loader';
|
|
3
3
|
declare const meta: Meta<typeof Loader>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Menu, MenuProps } from '../../../components/menu';
|
|
2
|
+
import { Menu, MenuProps } from '../../../components/navigation/menu';
|
|
3
3
|
declare const meta: Meta<typeof Menu>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<MenuProps<unknown>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Modal } from '../../../components/modal';
|
|
2
|
+
import { Modal } from '../../../components/overlay/modal';
|
|
3
3
|
declare const meta: Meta<typeof Modal>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TransparentModal } from '../../../components/modalTransparent';
|
|
1
|
+
import { TransparentModal } from '../../../components/overlay/modalTransparent';
|
|
2
2
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const meta: Meta<typeof TransparentModal>;
|
|
4
4
|
export default meta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Popover } from '../../../components/popover';
|
|
2
|
+
import { Popover } from '../../../components/overlay/popover';
|
|
3
3
|
declare const meta: Meta<typeof Popover>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { RadioButton } from '../../../components/radioButton';
|
|
2
|
+
import { RadioButton } from '../../../components/input/radioButton';
|
|
3
3
|
declare const meta: Meta<typeof RadioButton>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof RadioButton>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Sidenav, SidenavProps } from '../../../components/sidenav';
|
|
2
|
+
import { Sidenav, SidenavProps } from '../../../components/navigation/sidenav';
|
|
3
3
|
declare const meta: Meta<typeof Sidenav>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<SidenavProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { SkeletonLoader } from '../../../components/skeletonLoader';
|
|
2
|
+
import { SkeletonLoader } from '../../../components/feedback/skeletonLoader';
|
|
3
3
|
declare const meta: Meta<typeof SkeletonLoader>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { RangeSlider } from '../../../components/slider';
|
|
2
|
+
import { RangeSlider } from '../../../components/input/slider';
|
|
3
3
|
declare const meta: Meta<typeof RangeSlider>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof RangeSlider>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { SwitchComponent } from '../../../components/switch';
|
|
2
|
+
import { SwitchComponent } from '../../../components/input/switch';
|
|
3
3
|
declare const meta: Meta<typeof SwitchComponent>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { TextArea } from '../../../components/textArea';
|
|
2
|
+
import { TextArea } from '../../../components/input/textArea';
|
|
3
3
|
declare const meta: Meta<typeof TextArea>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { Tooltip } from '../../../components/tooltip';
|
|
2
|
+
import { Tooltip } from '../../../components/overlay/tooltip';
|
|
3
3
|
declare const meta: Meta<typeof Tooltip>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof Tooltip>;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/{modalTransparent → overlay/modalTransparent}/TransparentModal.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|