@antscorp/antsomi-ui 1.3.2-beta.4 → 1.3.2-beta.6
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/index.js +1 -1
- package/dist/types/src/components/atoms/Button/Button.stories.d.ts +4 -4
- package/dist/types/src/components/atoms/Button/index.d.ts +2 -2
- package/dist/types/src/components/atoms/Message/Message.stories.d.ts +4 -4
- package/dist/types/src/components/atoms/Notification/Notification.stories.d.ts +4 -4
- package/dist/types/src/components/molecules/ColorSetting/styled.d.ts +3 -2
- package/dist/types/src/components/molecules/IconSelection/index.d.ts +1 -0
- package/dist/types/src/components/molecules/IconSelection/styled.d.ts +3 -2
- package/dist/types/src/components/molecules/UploadImage/MediaIcon.d.ts +1 -0
- package/dist/types/src/components/organism/Help/styled.d.ts +2 -2
- package/package.json +2 -2
|
@@ -4,8 +4,8 @@ declare const _default: ComponentMeta<React.ForwardRefExoticComponent<Partial<{
|
|
|
4
4
|
href: string;
|
|
5
5
|
target?: string | undefined;
|
|
6
6
|
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
7
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<
|
|
8
|
-
htmlType?: "button" | "
|
|
7
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
8
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
9
9
|
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
10
10
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
11
11
|
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
@@ -15,8 +15,8 @@ export declare const Default: ComponentStory<React.ForwardRefExoticComponent<Par
|
|
|
15
15
|
href: string;
|
|
16
16
|
target?: string | undefined;
|
|
17
17
|
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
18
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<
|
|
19
|
-
htmlType?: "button" | "
|
|
18
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
19
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
20
20
|
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
21
21
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
22
22
|
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
@@ -3,8 +3,8 @@ export declare const Button: import("react").ForwardRefExoticComponent<Partial<{
|
|
|
3
3
|
href: string;
|
|
4
4
|
target?: string | undefined;
|
|
5
5
|
onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
6
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<
|
|
7
|
-
htmlType?: "button" | "
|
|
6
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
7
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
8
8
|
onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
9
9
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & import("react").RefAttributes<HTMLElement>> & {
|
|
10
10
|
Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
|
|
@@ -4,8 +4,8 @@ declare const _default: ComponentMeta<React.ForwardRefExoticComponent<Partial<{
|
|
|
4
4
|
href: string;
|
|
5
5
|
target?: string | undefined;
|
|
6
6
|
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
7
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<
|
|
8
|
-
htmlType?: "button" | "
|
|
7
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
8
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
9
9
|
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
10
10
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
11
11
|
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
@@ -15,8 +15,8 @@ export declare const Basic: ComponentStory<React.ForwardRefExoticComponent<Parti
|
|
|
15
15
|
href: string;
|
|
16
16
|
target?: string | undefined;
|
|
17
17
|
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
18
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<
|
|
19
|
-
htmlType?: "button" | "
|
|
18
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
19
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
20
20
|
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
21
21
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
22
22
|
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
@@ -4,8 +4,8 @@ declare const _default: ComponentMeta<React.ForwardRefExoticComponent<Partial<{
|
|
|
4
4
|
href: string;
|
|
5
5
|
target?: string | undefined;
|
|
6
6
|
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
7
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<
|
|
8
|
-
htmlType?: "button" | "
|
|
7
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
8
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
9
9
|
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
10
10
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
11
11
|
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
@@ -15,8 +15,8 @@ export declare const Basic: ComponentStory<React.ForwardRefExoticComponent<Parti
|
|
|
15
15
|
href: string;
|
|
16
16
|
target?: string | undefined;
|
|
17
17
|
onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
18
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<
|
|
19
|
-
htmlType?: "button" | "
|
|
18
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
19
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
20
20
|
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
21
21
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & React.RefAttributes<HTMLElement>> & {
|
|
22
22
|
Group: React.FC<import("antd/es/button").ButtonGroupProps>;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const ColorSettingWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
3
|
export declare const PresetColor: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
4
|
export declare const ButtonPreset: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Partial<{
|
|
4
5
|
href: string;
|
|
5
6
|
target?: string | undefined;
|
|
6
7
|
onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
7
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<
|
|
8
|
-
htmlType?: "button" | "
|
|
8
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
9
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
9
10
|
onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
10
11
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & import("react").RefAttributes<HTMLElement>> & {
|
|
11
12
|
Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const IconSelectionWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
3
|
export declare const WrapperListRender: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
4
|
export declare const WrapperListItemRender: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -5,8 +6,8 @@ export declare const CustomButton: import("styled-components").StyledComponent<i
|
|
|
5
6
|
href: string;
|
|
6
7
|
target?: string | undefined;
|
|
7
8
|
onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
8
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<
|
|
9
|
-
htmlType?: "button" | "
|
|
9
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
10
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
10
11
|
onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
11
12
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & import("react").RefAttributes<HTMLElement>> & {
|
|
12
13
|
Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
|
|
@@ -7,8 +7,8 @@ export declare const ButtonFeedback: import("styled-components").StyledComponent
|
|
|
7
7
|
href: string;
|
|
8
8
|
target?: string | undefined;
|
|
9
9
|
onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
|
|
10
|
-
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<
|
|
11
|
-
htmlType?: "button" | "
|
|
10
|
+
} & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
|
|
11
|
+
htmlType?: "button" | "submit" | "reset" | undefined;
|
|
12
12
|
onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
13
13
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & import("react").RefAttributes<HTMLElement>> & {
|
|
14
14
|
Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antscorp/antsomi-ui",
|
|
3
|
-
"version": "1.3.2-beta.
|
|
3
|
+
"version": "1.3.2-beta.6",
|
|
4
4
|
"description": "An enterprise-class UI design language and React UI library.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@fortawesome/free-brands-svg-icons": "6.1.1",
|
|
42
42
|
"@fortawesome/free-regular-svg-icons": "6.1.1",
|
|
43
43
|
"@fortawesome/free-solid-svg-icons": "6.1.1",
|
|
44
|
-
"@fortawesome/react-fontawesome": "0.
|
|
44
|
+
"@fortawesome/react-fontawesome": "0.2.0",
|
|
45
45
|
"@tinymce/tinymce-react": "^3.7.0",
|
|
46
46
|
"antd": "^5.3.2",
|
|
47
47
|
"axios": "^1.4.0",
|