@cgi-learning-hub/ui 1.6.0-dev.1749572967 → 1.6.0-dev.1750082787
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/stories/Alert.stories.d.ts +1 -1
- package/dist/components/stories/Autocomplete.stories.d.ts +1 -1
- package/dist/components/stories/Badge.stories.d.ts +1 -1
- package/dist/components/stories/Button.stories.d.ts +1 -1
- package/dist/components/stories/ButtonGroup.stories.d.ts +1 -1
- package/dist/components/stories/Card.stories.d.ts +1 -1
- package/dist/components/stories/Checkbox.stories.d.ts +1 -1
- package/dist/components/stories/Chip.stories.d.ts +1 -1
- package/dist/components/stories/DatePicker.stories.d.ts +1 -1
- package/dist/components/stories/Dialog.stories.d.ts +1 -1
- package/dist/components/stories/Divider.stories.d.ts +1 -1
- package/dist/components/stories/Dropzone.stories.d.ts +1 -1
- package/dist/components/stories/EllipsisWithTooltip.stories.d.ts +1 -1
- package/dist/components/stories/EmptyState.stories.d.ts +1 -1
- package/dist/components/stories/FileList.stories.d.ts +1 -1
- package/dist/components/stories/FolderCard.stories.d.ts +1 -1
- package/dist/components/stories/FormControlLabel.stories.d.ts +1 -1
- package/dist/components/stories/Heading.stories.d.ts +1 -1
- package/dist/components/stories/IconButton.stories.d.ts +1 -1
- package/dist/components/stories/ImagePicker.stories.d.ts +1 -1
- package/dist/components/stories/Link.stories.d.ts +1 -1
- package/dist/components/stories/Loader.stories.d.ts +1 -1
- package/dist/components/stories/LoaderBackdrop.stories.d.ts +1 -1
- package/dist/components/stories/Menu.stories.d.ts +1 -1
- package/dist/components/stories/Paper.stories.d.ts +1 -1
- package/dist/components/stories/PasswordInput.stories.d.ts +1 -1
- package/dist/components/stories/RadioGroup.stories.d.ts +1 -1
- package/dist/components/stories/ResourceCard.stories.d.ts +1 -1
- package/dist/components/stories/SearchInput.stories.d.ts +1 -1
- package/dist/components/stories/Select.stories.d.ts +1 -1
- package/dist/components/stories/Stepper.stories.d.ts +1 -1
- package/dist/components/stories/TabList.stories.d.ts +1 -1
- package/dist/components/stories/TextField.stories.d.ts +1 -1
- package/dist/components/stories/Tooltip.stories.d.ts +1 -1
- package/dist/components/stories/TreeView.stories.d.ts +1 -1
- package/dist/components/stories/Typography.stories.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as Badge } from '@mui/material/Badge';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const meta: Meta<typeof Badge>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof Badge>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CardProps } from '@mui/material/Card';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const Card: (props: CardProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof Card>;
|
|
5
5
|
export default meta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CheckboxProps } from '@mui/material/Checkbox';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const Checkbox: (props: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof Checkbox>;
|
|
5
5
|
export default meta;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
2
|
import { DialogProps } from '../Dialog';
|
|
3
3
|
declare const Dialog: (props: DialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof Dialog>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as Divider } from '@mui/material/Divider';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const meta: Meta<typeof Divider>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof Divider>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormControlLabelProps } from '@mui/material/FormControlLabel';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const FormControlLabel: (props: FormControlLabelProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof FormControlLabel>;
|
|
5
5
|
export default meta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as IconButton } from '@mui/material/IconButton';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const meta: Meta<typeof IconButton>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof IconButton>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LinkProps } from '@mui/material/Link';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const Link: (props: LinkProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof Link>;
|
|
5
5
|
export default meta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MenuProps } from '@mui/material/Menu';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const Menu: (props: MenuProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof Menu>;
|
|
5
5
|
export default meta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PaperProps } from '@mui/material/Paper';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const Paper: (props: PaperProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof Paper>;
|
|
5
5
|
export default meta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RadioGroupProps } from '@mui/material/RadioGroup';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const RadioGroup: (props: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof RadioGroup>;
|
|
5
5
|
export default meta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SelectProps } from '@mui/material/Select';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const Select: (props: SelectProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof Select>;
|
|
5
5
|
export default meta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as Stepper } from '@mui/material/Stepper';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const meta: Meta<typeof Stepper>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof Stepper>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TabListProps } from '@mui/lab/TabList';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const TabList: (props: TabListProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof TabList>;
|
|
5
5
|
export default meta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TextFieldProps } from '@mui/material/TextField';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const TextField: (props: TextFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof TextField>;
|
|
5
5
|
export default meta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TooltipProps } from '@mui/material/Tooltip';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const Tooltip: (props: TooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const meta: Meta<typeof Tooltip>;
|
|
5
5
|
export default meta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as Typography } from '@mui/material/Typography';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
3
3
|
declare const meta: Meta<typeof Typography>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof Typography>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cgi-learning-hub/ui",
|
|
3
|
-
"version": "1.6.0-dev.
|
|
3
|
+
"version": "1.6.0-dev.1750082787",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "CGI Learning-hub Team",
|
|
6
6
|
"description": "@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features",
|