@zidsa/zidmui 2.3.0-beta.0 → 2.3.1-beta.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/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -3
- package/dist/react/types/stories/css/Alert.stories.d.ts +0 -11
- package/dist/react/types/stories/css/Button.stories.d.ts +0 -15
- package/dist/react/types/stories/css/Card.stories.d.ts +0 -16
- package/dist/react/types/stories/css/Checkbox.stories.d.ts +0 -14
- package/dist/react/types/stories/css/ComponentReference.stories.d.ts +0 -13
- package/dist/react/types/stories/css/Input.stories.d.ts +0 -15
- package/dist/react/types/stories/css/ListItem.stories.d.ts +0 -15
- package/dist/react/types/stories/css/Modal.stories.d.ts +0 -14
- package/dist/react/types/stories/css/Radio.stories.d.ts +0 -13
- package/dist/react/types/stories/css/Select.stories.d.ts +0 -14
- package/dist/react/types/stories/css/Status.stories.d.ts +0 -11
- package/dist/react/types/stories/css/Switch.stories.d.ts +0 -14
- package/dist/react/types/stories/css/Table.stories.d.ts +0 -14
- package/dist/react/types/stories/css/Tooltip.stories.d.ts +0 -14
- package/dist/react/types/stories/css/Utilities.stories.d.ts +0 -12
- package/dist/react/types/stories/design/Colors.stories.d.ts +0 -12
- package/dist/react/types/stories/design/DeliveryLogos.stories.d.ts +0 -12
- package/dist/react/types/stories/design/Illustrations.stories.d.ts +0 -12
- package/dist/react/types/stories/design/PaymentLogos.stories.d.ts +0 -12
- package/dist/react/types/stories/design/Typography.stories.d.ts +0 -12
- package/dist/react/types/stories/design/spacing/CSS.stories.d.ts +0 -11
- package/dist/react/types/stories/design/spacing/React.stories.d.ts +0 -12
- package/dist/react/types/stories/react/AppAlert.stories.d.ts +0 -12
- package/dist/react/types/stories/react/AppButton.stories.d.ts +0 -42
- package/dist/react/types/stories/react/AppCheckbox.stories.d.ts +0 -32
- package/dist/react/types/stories/react/AppDialog.stories.d.ts +0 -31
- package/dist/react/types/stories/react/AppDialogWithFeatures.stories.d.ts +0 -22
- package/dist/react/types/stories/react/AppEmptyState.stories.d.ts +0 -39
- package/dist/react/types/stories/react/AppIconButton.stories.d.ts +0 -15
- package/dist/react/types/stories/react/AppIconWithTooltip.stories.d.ts +0 -26
- package/dist/react/types/stories/react/AppInputBase.stories.d.ts +0 -51
- package/dist/react/types/stories/react/AppInputBaseSearch.stories.d.ts +0 -38
- package/dist/react/types/stories/react/AppInputRadio.stories.d.ts +0 -55
- package/dist/react/types/stories/react/AppInputRadioCard.stories.d.ts +0 -37
- package/dist/react/types/stories/react/AppListItem.stories.d.ts +0 -31
- package/dist/react/types/stories/react/AppOverflownTextWithTooltip.stories.d.ts +0 -13
- package/dist/react/types/stories/react/AppPagination.stories.d.ts +0 -35
- package/dist/react/types/stories/react/AppRadioGroup.stories.d.ts +0 -44
- package/dist/react/types/stories/react/AppStatus.stories.d.ts +0 -18
- package/dist/react/types/stories/react/AppSwitch.stories.d.ts +0 -38
- package/dist/react/types/stories/react/AppTabs.stories.d.ts +0 -22
- package/dist/react/types/stories/react/AppTooltip.stories.d.ts +0 -25
- package/dist/react/types/stories/react/AppTypography.stories.d.ts +0 -39
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ row, name, label, helperText, options, size, color, labelPlacement, boxProps, error, disabled, radioProps, formControlProps, labelProps, ...props }: import('../../components/app-input-radio').AppInputRadioProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
parameters: {
|
|
6
|
-
layout: string;
|
|
7
|
-
};
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {
|
|
10
|
-
label: {
|
|
11
|
-
control: "text";
|
|
12
|
-
};
|
|
13
|
-
helperText: {
|
|
14
|
-
control: "text";
|
|
15
|
-
};
|
|
16
|
-
size: {
|
|
17
|
-
control: "select";
|
|
18
|
-
options: string[];
|
|
19
|
-
};
|
|
20
|
-
color: {
|
|
21
|
-
control: "select";
|
|
22
|
-
options: string[];
|
|
23
|
-
};
|
|
24
|
-
row: {
|
|
25
|
-
control: "boolean";
|
|
26
|
-
};
|
|
27
|
-
disabled: {
|
|
28
|
-
control: "boolean";
|
|
29
|
-
};
|
|
30
|
-
error: {
|
|
31
|
-
control: "boolean";
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
args: {
|
|
35
|
-
name: string;
|
|
36
|
-
label: string;
|
|
37
|
-
helperText: string;
|
|
38
|
-
size: "medium";
|
|
39
|
-
color: "primary";
|
|
40
|
-
row: true;
|
|
41
|
-
options: {
|
|
42
|
-
value: string;
|
|
43
|
-
label: string;
|
|
44
|
-
}[];
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
export default meta;
|
|
48
|
-
type Story = StoryObj<typeof meta>;
|
|
49
|
-
export declare const Default: Story;
|
|
50
|
-
export declare const SmallSize: Story;
|
|
51
|
-
export declare const MediumSize: Story;
|
|
52
|
-
export declare const LargeSize: Story;
|
|
53
|
-
export declare const ErrorStates: Story;
|
|
54
|
-
export declare const DisabledStates: Story;
|
|
55
|
-
export declare const Interactive: Story;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('react').FC<import('../../components/app-input-radio-card').AppInputRadioCardProps>;
|
|
5
|
-
parameters: {
|
|
6
|
-
layout: string;
|
|
7
|
-
};
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {
|
|
10
|
-
label: {
|
|
11
|
-
control: "text";
|
|
12
|
-
};
|
|
13
|
-
description: {
|
|
14
|
-
control: "text";
|
|
15
|
-
};
|
|
16
|
-
disabled: {
|
|
17
|
-
control: "boolean";
|
|
18
|
-
};
|
|
19
|
-
isLoading: {
|
|
20
|
-
control: "boolean";
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
args: {
|
|
24
|
-
name: string;
|
|
25
|
-
value: string;
|
|
26
|
-
label: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
export default meta;
|
|
30
|
-
type Story = StoryObj<typeof meta>;
|
|
31
|
-
export declare const Default: Story;
|
|
32
|
-
export declare const WithDescription: Story;
|
|
33
|
-
export declare const WithIcon: Story;
|
|
34
|
-
export declare const Loading: Story;
|
|
35
|
-
export declare const Disabled: Story;
|
|
36
|
-
export declare const RadioCardGroup: Story;
|
|
37
|
-
export declare const Interactive: Story;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ icon, iconProps, textLabel, textDescription, textLabelProps, textContent, textContentProps, children, labelSuffix, tooltip, ...props }: import('../../components/app-list-item').AppListItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
parameters: {
|
|
6
|
-
layout: string;
|
|
7
|
-
};
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {
|
|
10
|
-
textLabel: {
|
|
11
|
-
control: "text";
|
|
12
|
-
};
|
|
13
|
-
textDescription: {
|
|
14
|
-
control: "text";
|
|
15
|
-
};
|
|
16
|
-
textContent: {
|
|
17
|
-
control: "text";
|
|
18
|
-
};
|
|
19
|
-
tooltip: {
|
|
20
|
-
control: "text";
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
args: {
|
|
24
|
-
textLabel: string;
|
|
25
|
-
textDescription: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
export default meta;
|
|
29
|
-
type Story = StoryObj<typeof meta>;
|
|
30
|
-
export declare const Playground: Story;
|
|
31
|
-
export declare const Variants: Story;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('react').FC<import('../../components/app-overflown-text-with-tooltip').AppOverflownTextWithTooltipProps>;
|
|
5
|
-
parameters: {
|
|
6
|
-
layout: string;
|
|
7
|
-
};
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {};
|
|
10
|
-
};
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
export declare const Variants: Story;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: (props: import('../../components/app-pagination').AppPaginationProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
parameters: {
|
|
6
|
-
layout: string;
|
|
7
|
-
};
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {
|
|
10
|
-
count: {
|
|
11
|
-
control: "number";
|
|
12
|
-
};
|
|
13
|
-
page: {
|
|
14
|
-
control: "number";
|
|
15
|
-
};
|
|
16
|
-
size: {
|
|
17
|
-
control: "select";
|
|
18
|
-
options: string[];
|
|
19
|
-
};
|
|
20
|
-
disabled: {
|
|
21
|
-
control: "boolean";
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
args: {
|
|
25
|
-
count: number;
|
|
26
|
-
page: number;
|
|
27
|
-
size: "medium";
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
export default meta;
|
|
31
|
-
type Story = StoryObj<typeof meta>;
|
|
32
|
-
export declare const Default: Story;
|
|
33
|
-
export declare const SizeMedium: Story;
|
|
34
|
-
export declare const SizeLarge: Story;
|
|
35
|
-
export declare const Interactive: Story;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('react').FC<import('../../components/app-radio-group').AppRadioGroupProps>;
|
|
5
|
-
parameters: {
|
|
6
|
-
layout: string;
|
|
7
|
-
};
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {
|
|
10
|
-
label: {
|
|
11
|
-
control: "text";
|
|
12
|
-
};
|
|
13
|
-
radioSize: {
|
|
14
|
-
control: "select";
|
|
15
|
-
options: string[];
|
|
16
|
-
};
|
|
17
|
-
row: {
|
|
18
|
-
control: "boolean";
|
|
19
|
-
};
|
|
20
|
-
disabled: {
|
|
21
|
-
control: "boolean";
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
args: {
|
|
25
|
-
name: string;
|
|
26
|
-
label: string;
|
|
27
|
-
radioSize: "medium";
|
|
28
|
-
row: true;
|
|
29
|
-
disabled: false;
|
|
30
|
-
options: {
|
|
31
|
-
value: string;
|
|
32
|
-
label: string;
|
|
33
|
-
}[];
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
export default meta;
|
|
37
|
-
type Story = StoryObj<typeof meta>;
|
|
38
|
-
export declare const Default: Story;
|
|
39
|
-
export declare const Row: Story;
|
|
40
|
-
export declare const Column: Story;
|
|
41
|
-
export declare const Sizes: Story;
|
|
42
|
-
export declare const Disabled: Story;
|
|
43
|
-
export declare const NoLabel: Story;
|
|
44
|
-
export declare const Interactive: Story;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('react').FC<import('../../components/app-status').AppStatusProps>;
|
|
5
|
-
parameters: {
|
|
6
|
-
layout: string;
|
|
7
|
-
};
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {
|
|
10
|
-
color: {
|
|
11
|
-
control: "select";
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default meta;
|
|
16
|
-
type Story = StoryObj<typeof meta>;
|
|
17
|
-
export declare const Playground: Story;
|
|
18
|
-
export declare const Variants: Story;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('react').FC<import('../../components/app-switch').AppSwitchProps>;
|
|
5
|
-
parameters: {
|
|
6
|
-
layout: string;
|
|
7
|
-
};
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {
|
|
10
|
-
label: {
|
|
11
|
-
control: "text";
|
|
12
|
-
};
|
|
13
|
-
color: {
|
|
14
|
-
control: "select";
|
|
15
|
-
options: string[];
|
|
16
|
-
};
|
|
17
|
-
disabled: {
|
|
18
|
-
control: "boolean";
|
|
19
|
-
};
|
|
20
|
-
defaultChecked: {
|
|
21
|
-
control: "boolean";
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
args: {
|
|
25
|
-
name: string;
|
|
26
|
-
label: string;
|
|
27
|
-
color: "primary";
|
|
28
|
-
disabled: false;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
export default meta;
|
|
32
|
-
type Story = StoryObj<typeof meta>;
|
|
33
|
-
export declare const Default: Story;
|
|
34
|
-
export declare const ErrorColor: Story;
|
|
35
|
-
export declare const NoLabel: Story;
|
|
36
|
-
export declare const Disabled: Story;
|
|
37
|
-
export declare const SwitchGroup: Story;
|
|
38
|
-
export declare const DisabledSwitchGroup: Story;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ tabs, children, ...props }: import('../../components/app-tabs').AppTabsProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
parameters: {
|
|
6
|
-
layout: string;
|
|
7
|
-
};
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {
|
|
10
|
-
value: {
|
|
11
|
-
control: "number";
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default meta;
|
|
16
|
-
type Story = StoryObj<typeof meta>;
|
|
17
|
-
export declare const Interactive: Story;
|
|
18
|
-
export declare const Default: Story;
|
|
19
|
-
export declare const WithChip: Story;
|
|
20
|
-
export declare const WithIcon: Story;
|
|
21
|
-
export declare const WithIconAndChip: Story;
|
|
22
|
-
export declare const UsingChildren: Story;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { AppTooltipProps } from '../../components/app-tooltip';
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: ({ children, headline, headLintProps, description, descriptionProps, content, contentProps, disable, ...props }: AppTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
tags: string[];
|
|
10
|
-
argTypes: {
|
|
11
|
-
arrow: {
|
|
12
|
-
control: "boolean";
|
|
13
|
-
};
|
|
14
|
-
placement: {
|
|
15
|
-
control: "select";
|
|
16
|
-
options: string[];
|
|
17
|
-
};
|
|
18
|
-
children: {
|
|
19
|
-
control: "text";
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
export default meta;
|
|
24
|
-
type Story = StoryObj<typeof meta>;
|
|
25
|
-
export declare const Variants: Story;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('react').FC<import('../../components/app-typography').AppTypographyProps>;
|
|
5
|
-
parameters: {
|
|
6
|
-
layout: string;
|
|
7
|
-
};
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {
|
|
10
|
-
variant: {
|
|
11
|
-
control: "select";
|
|
12
|
-
options: string[];
|
|
13
|
-
};
|
|
14
|
-
color: {
|
|
15
|
-
control: "select";
|
|
16
|
-
options: string[];
|
|
17
|
-
};
|
|
18
|
-
align: {
|
|
19
|
-
control: "select";
|
|
20
|
-
options: string[];
|
|
21
|
-
};
|
|
22
|
-
tooltip: {
|
|
23
|
-
control: "text";
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export default meta;
|
|
28
|
-
type Story = StoryObj<typeof meta>;
|
|
29
|
-
export declare const Default: Story;
|
|
30
|
-
export declare const Headings: Story;
|
|
31
|
-
export declare const BodyText: Story;
|
|
32
|
-
export declare const WithTooltip: Story;
|
|
33
|
-
export declare const Colors: Story;
|
|
34
|
-
export declare const Alignment: Story;
|
|
35
|
-
export declare const ArabicHeadings: Story;
|
|
36
|
-
export declare const ArabicBodyText: Story;
|
|
37
|
-
export declare const ArabicWithTooltip: Story;
|
|
38
|
-
export declare const ArabicParagraph: Story;
|
|
39
|
-
export declare const MixedContent: Story;
|