cari-ui-kit 0.1.8 → 0.1.9
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/package.json
CHANGED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: (props: import('./Button').IButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
argTypes: {
|
|
6
|
-
type: {
|
|
7
|
-
control: "radio";
|
|
8
|
-
options: ("primary" | "secondary" | "tertiary")[];
|
|
9
|
-
};
|
|
10
|
-
size: {
|
|
11
|
-
control: "radio";
|
|
12
|
-
options: ("sm" | "md" | "lg")[];
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
parameters: {
|
|
16
|
-
layout: string;
|
|
17
|
-
};
|
|
18
|
-
tags: string[];
|
|
19
|
-
args: {
|
|
20
|
-
onClick: import('@vitest/spy').Mock<(...args: any[]) => any>;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
export default meta;
|
|
24
|
-
type Story = StoryObj<typeof meta>;
|
|
25
|
-
export declare const Primary: Story;
|
|
26
|
-
export declare const Secondary: Story;
|
|
27
|
-
export declare const Tertiary: Story;
|
|
28
|
-
export declare const Loading: Story;
|
|
29
|
-
export declare const Icon: Story;
|
|
30
|
-
export declare const IconPrefix: Story;
|
|
31
|
-
export declare const IconSuffix: Story;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: (props: import('./Loader').ILoaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
argTypes: {
|
|
6
|
-
size: {
|
|
7
|
-
control: "radio";
|
|
8
|
-
options: ("sm" | "md" | "lg")[];
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
parameters: {
|
|
12
|
-
layout: string;
|
|
13
|
-
};
|
|
14
|
-
tags: string[];
|
|
15
|
-
};
|
|
16
|
-
export default meta;
|
|
17
|
-
type Story = StoryObj<typeof meta>;
|
|
18
|
-
export declare const LoaderSmall: Story;
|
|
19
|
-
export declare const LoaderMedium: Story;
|
|
20
|
-
export declare const LoaderLarge: Story;
|