@telicent-oss/ds 0.0.4-rc.12 → 0.1.0-rc3
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/ds.js +17009 -17986
- package/dist/ds.umd.cjs +119 -119
- package/dist/src/export.d.ts +6 -19
- package/dist/src/v1/components/data-display/Chip/Chip.d.ts +6 -0
- package/dist/src/v1/components/data-display/FontAwesomeIcons/DownArrowIcon.d.ts +6 -0
- package/dist/src/v1/components/data-display/FontAwesomeIcons/SearchIcon.d.ts +6 -0
- package/dist/src/v1/components/data-display/FontAwesomeIcons/index.d.ts +2 -0
- package/dist/src/v1/components/data-display/Icons/DataServiceIcon.d.ts +5 -0
- package/dist/src/v1/components/data-display/Icons/DataSetIcon.d.ts +5 -0
- package/dist/src/v1/components/data-display/Icons/TelicentMark.d.ts +9 -0
- package/dist/src/v1/components/data-display/Icons/UserIcon.d.ts +5 -0
- package/dist/src/v1/components/data-display/Icons/index.d.ts +3 -0
- package/dist/src/v1/components/data-display/Text/Heading.stories.d.ts +26 -0
- package/dist/src/v1/components/data-display/Text/Text.d.ts +42 -0
- package/dist/src/v1/components/data-display/Text/Text.stories.d.ts +19 -0
- package/dist/src/v1/components/data-display/TreeView/TreeView.d.ts +102 -0
- package/dist/src/v1/components/data-display/TreeView/TreeView.stories.d.ts +21 -0
- package/dist/src/v1/components/data-display/UserProfile/UserProfile.d.ts +7 -0
- package/dist/src/v1/components/data-display/UserStatus/UserStatus.d.ts +7 -0
- package/dist/src/v1/components/data-display/index.d.ts +12 -0
- package/dist/src/{v2/components → v1/components/feedback}/LinearProgress/LinearProgress.d.ts +1 -5
- package/dist/src/{v2/components → v1/components/feedback}/LinearProgress/LinearProgress.stories.d.ts +1 -4
- package/dist/src/v1/components/feedback/index.d.ts +2 -0
- package/dist/src/v1/components/inputs/Button/Button.d.ts +8 -0
- package/dist/src/v1/components/inputs/Button/PrimaryButton.d.ts +6 -0
- package/dist/src/v1/components/inputs/Button/SecondaryButton.d.ts +6 -0
- package/dist/src/v1/components/inputs/SearchBox/SearchBox.d.ts +46 -0
- package/dist/src/v1/components/inputs/SearchBox/SearchBox.stories.d.ts +22 -0
- package/dist/src/v1/components/inputs/index.d.ts +4 -0
- package/dist/src/v1/components/layout/AppChrome.d.ts +6 -0
- package/dist/src/v1/components/layout/Container/Container.d.ts +15 -0
- package/dist/src/v1/components/layout/Container/Container.stories.d.ts +15 -0
- package/dist/src/v1/components/layout/FlexBox.d.ts +5 -0
- package/dist/src/v1/components/layout/FlexGrid.d.ts +7 -0
- package/dist/src/v1/components/layout/index.d.ts +4 -0
- package/dist/src/v1/components/surfaces/AppBar/AppBar.d.ts +11 -0
- package/dist/src/v1/components/surfaces/AppBar/AppBar.stories.d.ts +9 -0
- package/dist/src/v1/components/surfaces/Card/Card.d.ts +11 -0
- package/dist/src/v1/components/surfaces/Card/Card.stories.d.ts +7 -0
- package/dist/src/v1/components/surfaces/Card/CardActions.d.ts +4 -0
- package/dist/src/v1/components/surfaces/Card/CardContent.d.ts +4 -0
- package/dist/src/v1/components/surfaces/Card/index.d.ts +4 -0
- package/dist/src/v1/components/surfaces/index.d.ts +2 -0
- package/dist/src/v1/theme/UIThemeProvider.d.ts +8 -0
- package/dist/src/v1/theme/colors/data-navy.d.ts +9 -0
- package/dist/src/v1/theme/colors/theme-colors.d.ts +12 -0
- package/dist/src/v1/theme/light-palette.d.ts +5 -0
- package/dist/src/v1/theme/style-overrides/component-overrides/avatar-overrides.d.ts +9 -0
- package/dist/src/v1/theme/style-overrides/component-overrides/button-overrides.d.ts +4 -0
- package/dist/src/v1/theme/style-overrides/component-overrides/card-overrides.d.ts +4 -0
- package/dist/src/v1/theme/style-overrides/component-overrides/index.d.ts +3 -0
- package/dist/src/v1/theme/style-overrides/components.d.ts +1400 -0
- package/dist/src/v1/theme/style-overrides/typography.d.ts +4 -0
- package/dist/src/v1/theme/theme.d.ts +5 -0
- package/dist/style.css +1 -1
- package/package.json +6 -3
- package/dist/src/v2/components/Button/Button.d.ts +0 -7
- package/dist/src/v2/components/Button/Button.stories.d.ts +0 -10
- package/dist/src/v2/components/ButtonBase/ButtonBase.d.ts +0 -3
- package/dist/src/v2/components/ButtonBase/ButtonBase.stories.d.ts +0 -8
- package/dist/src/v2/components/Chip/Chip.d.ts +0 -1
- package/dist/src/v2/components/Chip/Chip.stories.d.ts +0 -8
- package/dist/src/v2/components/Input/Input.d.ts +0 -3
- package/dist/src/v2/components/Input/Input.stories.d.ts +0 -9
- package/dist/src/v2/components/Input/stories/Simple.d.ts +0 -4
- package/dist/src/v2/components/Input/stories/index.d.ts +0 -1
- package/dist/src/v2/components/Text/Text.d.ts +0 -10
- package/dist/src/v2/components/Text/Text.stories.d.ts +0 -8
- package/dist/src/v2/components/TreeView/TopExpandedTreeView.d.ts +0 -7
- package/dist/src/v2/components/TreeView/TreeView.d.ts +0 -6
- package/dist/src/v2/components/TreeView/TreeView.stories.d.ts +0 -8
- package/dist/src/v2/icons/AccountIcon/AccountIcon.d.ts +0 -8
- package/dist/src/v2/icons/AccountIcon/AccountIcon.stories.d.ts +0 -10
- package/dist/src/v2/icons/SearchIcon/SearchIcon.d.ts +0 -8
- package/dist/src/v2/icons/SearchIcon/SearchIcon.stories.d.ts +0 -10
- package/dist/src/v2/layout/Box/Box.d.ts +0 -3
- package/dist/src/v2/layout/Box/Box.stories.d.ts +0 -8
- package/dist/src/v2/layout/Card/Card.d.ts +0 -3
- package/dist/src/v2/layout/Card/Card.stories.d.ts +0 -8
- package/dist/src/v2/layout/Container/Container.d.ts +0 -3
- package/dist/src/v2/layout/Container/Container.stories.d.ts +0 -9
- package/dist/src/v2/layout/Grid/Grid.d.ts +0 -3
- package/dist/src/v2/layout/Grid/Grid.stories.d.ts +0 -8
- package/dist/src/v2/layout/Paper/Paper.d.ts +0 -3
- package/dist/src/v2/layout/Paper/Paper.stories.d.ts +0 -8
- package/dist/src/v2/layout/Stack/Stack.d.ts +0 -3
- package/dist/src/v2/layout/Stack/Stack.stories.d.ts +0 -8
- package/dist/src/v2/layout/StandardAppChrome/StandardAppChrome.d.ts +0 -3
- package/dist/src/v2/layout/StandardAppChrome/StandardAppChrome.stories.d.ts +0 -8
- package/dist/src/v2/layout/examples.d.ts +0 -5
- package/dist/src/v2/utils/Popover/Popover.d.ts +0 -3
- package/dist/src/v2/utils/Popover/Popover.stories.d.ts +0 -9
- /package/dist/src/{v2/components → v1/components/data-display}/Divider/Divider.d.ts +0 -0
- /package/dist/src/{v2/components → v1/components/data-display}/Divider/Divider.stories.d.ts +0 -0
- /package/dist/src/{v2/components → v1/components/feedback}/Skeleton/Skeleton.d.ts +0 -0
- /package/dist/src/{v2/components → v1/components/feedback}/Skeleton/Skeleton.stories.d.ts +0 -0
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://github.com/telicent-oss/telicent-ds.git"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
|
-
"version": "0.0
|
|
10
|
+
"version": "0.1.0-rc3",
|
|
11
11
|
"private": false,
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@emotion/react": "^11.10.6",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"zod": "^3.21.4"
|
|
34
34
|
},
|
|
35
35
|
"resolutions": {
|
|
36
|
-
"jackspeak": "2.
|
|
36
|
+
"jackspeak": "2.1.1"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"lint": "eslint --resolve-plugins-relative-to src",
|
|
@@ -51,7 +51,9 @@
|
|
|
51
51
|
"chromatic": "chromatic --exit-zero-on-changes",
|
|
52
52
|
"css": "npx tailwindcss -i ./src/index.css -o ./src/main.css",
|
|
53
53
|
"prestart": "yarn run css",
|
|
54
|
-
"prebuild": "yarn clean"
|
|
54
|
+
"prebuild": "yarn clean",
|
|
55
|
+
"bump:prerelease": "yarn version --prerelease && git push && git push --tags",
|
|
56
|
+
"bump:pre": "yarn bump:prerelease"
|
|
55
57
|
},
|
|
56
58
|
"peerDependencies": {
|
|
57
59
|
"@tanstack/react-query": "^5.18.0",
|
|
@@ -83,6 +85,7 @@
|
|
|
83
85
|
"@storybook/blocks": "^7.6.7",
|
|
84
86
|
"@storybook/react": "^7.6.7",
|
|
85
87
|
"@storybook/react-vite": "^7.6.7",
|
|
88
|
+
"@storybook/test": "^8.1.2",
|
|
86
89
|
"@testing-library/dom": "^9.2.0",
|
|
87
90
|
"@testing-library/jest-dom": "^5.16.5",
|
|
88
91
|
"@testing-library/react": "^14.0.0",
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: import('react').FC<Omit<import('@mui/lab').LoadingButtonProps, "color"> & {
|
|
5
|
-
purpose?: import('@mui/types').OverridableStringUnion<"inherit" | "info" | "warning" | "error" | "primary" | "secondary" | "success", import('@mui/material').ButtonPropsColorOverrides> | undefined;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
8
|
-
export default meta;
|
|
9
|
-
export type ButtonStory = StoryObj<typeof meta>;
|
|
10
|
-
export declare const Basic: ButtonStory;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: import('react').FC<import('../../../components/TeliButton/TeliButtonBase').TeliButtonBaseProps>;
|
|
5
|
-
};
|
|
6
|
-
export default meta;
|
|
7
|
-
export type ButtonBaseStory = StoryObj<typeof meta>;
|
|
8
|
-
export declare const Basic: ButtonBaseStory;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Chip: import('@mui/material/OverridableComponent').OverridableComponent<import('@mui/material/Chip').ChipTypeMap<{}, "div">>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: import('@mui/material/OverridableComponent').OverridableComponent<import('@mui/material').ChipTypeMap<{}, "div">>;
|
|
5
|
-
};
|
|
6
|
-
export default meta;
|
|
7
|
-
export type ChipStory = StoryObj<typeof meta>;
|
|
8
|
-
export declare const Basic: ChipStory;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
export { Simple } from './stories';
|
|
4
|
-
declare const meta: {
|
|
5
|
-
component: typeof import('@mui/material').TextField;
|
|
6
|
-
};
|
|
7
|
-
export default meta;
|
|
8
|
-
export type InputStory = StoryObj<typeof meta>;
|
|
9
|
-
export declare const Basic: InputStory;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Simple';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { TypographyProps } from '@mui/material/Typography/Typography';
|
|
2
|
-
|
|
3
|
-
declare const Text: import('@mui/material/OverridableComponent').OverridableComponent<import('@mui/material/Typography').TypographyTypeMap<{}, "span">>;
|
|
4
|
-
export declare const H1: React.FC<Pick<TypographyProps, 'children'>>;
|
|
5
|
-
export declare const H2: React.FC<Pick<TypographyProps, 'children'>>;
|
|
6
|
-
export declare const H3: React.FC<Pick<TypographyProps, 'children'>>;
|
|
7
|
-
export declare const H4: React.FC<Pick<TypographyProps, 'children'>>;
|
|
8
|
-
export declare const H5: React.FC<Pick<TypographyProps, 'children'>>;
|
|
9
|
-
export declare const H6: React.FC<Pick<TypographyProps, 'children'>>;
|
|
10
|
-
export default Text;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: import('@mui/material/OverridableComponent').OverridableComponent<import('@mui/material').TypographyTypeMap<{}, "span">>;
|
|
5
|
-
};
|
|
6
|
-
export default meta;
|
|
7
|
-
export type TextStory = StoryObj<typeof meta>;
|
|
8
|
-
export declare const Basic: TextStory;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { RichTreeViewProps } from './TreeView';
|
|
2
|
-
|
|
3
|
-
type AlwaysExpanded = {
|
|
4
|
-
alwaysExpandedIds: string[];
|
|
5
|
-
};
|
|
6
|
-
export declare const TopExpandedTreeView: <DataItem extends {}, Multiple extends boolean | undefined>({ alwaysExpandedIds, ...props }: RichTreeViewProps<DataItem, Multiple> & AlwaysExpanded) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { RichTreeViewProps } from '@mui/x-tree-view/RichTreeView';
|
|
2
|
-
|
|
3
|
-
export type { TreeViewBaseItem } from '@mui/x-tree-view';
|
|
4
|
-
export type { RichTreeViewProps, RichTreeViewPropsBase, RichTreeViewSlots, RichTreeViewSlotProps, } from '@mui/x-tree-view/RichTreeView/RichTreeView.types';
|
|
5
|
-
export * from './TopExpandedTreeView';
|
|
6
|
-
export declare const TreeView: <DataItem extends {}, Multiple extends boolean | undefined>(props: RichTreeViewProps<DataItem, Multiple>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: <DataItem extends {}, Multiple extends boolean | undefined>(props: import('@mui/x-tree-view/RichTreeView/RichTreeView.types').RichTreeViewProps<DataItem, Multiple>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
};
|
|
6
|
-
export default meta;
|
|
7
|
-
export type TreeViewStory = StoryObj<typeof meta>;
|
|
8
|
-
export declare const Basic: TreeViewStory;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { FontAwesomeIconProps } from '@fortawesome/react-fontawesome';
|
|
2
|
-
import { ButtonProps } from '@mui/material/Button';
|
|
3
|
-
|
|
4
|
-
type Size = ButtonProps["size"];
|
|
5
|
-
declare const AccountIcon: (props: Pick<FontAwesomeIconProps, "color" | "fixedWidth" | "inverse" | "listItem" | "flip" | "pull" | "rotation" | "transform" | "title" | "titleId"> & {
|
|
6
|
-
size?: Size;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export default AccountIcon;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: (props: Pick<import('@fortawesome/react-fontawesome').FontAwesomeIconProps, "title" | "color" | "transform" | "flip" | "fixedWidth" | "inverse" | "listItem" | "pull" | "rotation" | "titleId"> & {
|
|
5
|
-
size?: import('@mui/types').OverridableStringUnion<"small" | "medium" | "large", import('@mui/material').ButtonPropsSizeOverrides> | undefined;
|
|
6
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default meta;
|
|
9
|
-
export type AccountIconStory = StoryObj<typeof meta>;
|
|
10
|
-
export declare const Basic: AccountIconStory;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { FontAwesomeIconProps } from '@fortawesome/react-fontawesome';
|
|
2
|
-
import { ButtonProps } from '@mui/material/Button';
|
|
3
|
-
|
|
4
|
-
type Size = ButtonProps["size"];
|
|
5
|
-
declare const SearchIcon: (props: Pick<FontAwesomeIconProps, "color" | "fixedWidth" | "inverse" | "listItem" | "flip" | "pull" | "rotation" | "transform" | "title" | "titleId"> & {
|
|
6
|
-
size?: Size;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export default SearchIcon;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: (props: Pick<import('@fortawesome/react-fontawesome').FontAwesomeIconProps, "title" | "color" | "transform" | "flip" | "fixedWidth" | "inverse" | "listItem" | "pull" | "rotation" | "titleId"> & {
|
|
5
|
-
size?: import('@mui/types').OverridableStringUnion<"small" | "medium" | "large", import('@mui/material').ButtonPropsSizeOverrides> | undefined;
|
|
6
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default meta;
|
|
9
|
-
export type SearchIconStory = StoryObj<typeof meta>;
|
|
10
|
-
export declare const Basic: SearchIconStory;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: import('@mui/types').OverridableComponent<import('@mui/system').BoxTypeMap<{}, "div", import('@mui/material').Theme>>;
|
|
5
|
-
};
|
|
6
|
-
export default meta;
|
|
7
|
-
export type BoxStory = StoryObj<typeof meta>;
|
|
8
|
-
export declare const Basic: BoxStory;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: import('@mui/material/OverridableComponent').OverridableComponent<import('@mui/material').CardTypeMap<{}, "div">>;
|
|
5
|
-
};
|
|
6
|
-
export default meta;
|
|
7
|
-
export type CardStory = StoryObj<typeof meta>;
|
|
8
|
-
export declare const Basic: CardStory;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
import { default as Container } from './Container';
|
|
3
|
-
|
|
4
|
-
declare const meta: {
|
|
5
|
-
component: import('@mui/material/OverridableComponent').OverridableComponent<import('@mui/material').ContainerTypeMap<{}, "div">>;
|
|
6
|
-
};
|
|
7
|
-
export default meta;
|
|
8
|
-
export type ContainerStory = StoryObj<typeof meta>;
|
|
9
|
-
export declare const Basic: StoryObj<typeof Container>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: import('@mui/types').OverridableComponent<import('@mui/material').Grid2TypeMap<{}, "div">>;
|
|
5
|
-
};
|
|
6
|
-
export default meta;
|
|
7
|
-
export type GridStory = StoryObj<typeof meta>;
|
|
8
|
-
export declare const Basic: GridStory;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: import('@mui/material/OverridableComponent').OverridableComponent<import('@mui/material').StackTypeMap<{}, "div">>;
|
|
5
|
-
};
|
|
6
|
-
export default meta;
|
|
7
|
-
export type StackStory = StoryObj<typeof meta>;
|
|
8
|
-
export declare const Basic: StackStory;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
component: import('react').FC<import('../../../layouts/TeliStandardLayout/TeliStandardLayout').TeliStandardLayoutProps>;
|
|
5
|
-
};
|
|
6
|
-
export default meta;
|
|
7
|
-
export type StandardAppChromeStory = StoryObj<typeof meta>;
|
|
8
|
-
export declare const Basic: StandardAppChromeStory;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
import { default as Popover } from './Popover';
|
|
3
|
-
|
|
4
|
-
declare const meta: {
|
|
5
|
-
component: typeof Popover;
|
|
6
|
-
};
|
|
7
|
-
export default meta;
|
|
8
|
-
export type PopoverStory = StoryObj<typeof meta>;
|
|
9
|
-
export declare const Basic: PopoverStory;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|