@zealicsolutions/web-ui 0.3.4 → 0.3.5
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/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/atoms/Buttons/Buttons.stories.d.ts +1 -1
- package/dist/cjs/src/atoms/Buttons/TextButton.d.ts +1 -1
- package/dist/cjs/src/molecules/Columns/styles.d.ts +1 -1
- package/dist/cjs/src/molecules/Image/Image.d.ts +0 -1
- package/dist/cjs/src/molecules/Image/Image.stories.d.ts +0 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/atoms/Buttons/Buttons.stories.d.ts +1 -1
- package/dist/esm/src/atoms/Buttons/TextButton.d.ts +1 -1
- package/dist/esm/src/molecules/Columns/styles.d.ts +1 -1
- package/dist/esm/src/molecules/Image/Image.d.ts +0 -1
- package/dist/esm/src/molecules/Image/Image.stories.d.ts +0 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
@@ -5,7 +5,7 @@ import { IconButton as IconButtonComponent } from './IconButton';
|
|
5
5
|
import { TouchableOpacityProps } from './TouchableOpacity';
|
6
6
|
declare const _default: {
|
7
7
|
title: string;
|
8
|
-
component: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<import("../..").BaseButtonProps, "
|
8
|
+
component: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<import("../..").BaseButtonProps, "onClick" | "children" | "disabled" | "size" | "colorTheme"> & {
|
9
9
|
buttonLink?: string | undefined;
|
10
10
|
elementId?: string | undefined;
|
11
11
|
}, never>;
|
@@ -3,7 +3,7 @@ export declare type TextButtonProps = Pick<BaseButtonProps, 'disabled' | 'onClic
|
|
3
3
|
buttonLink?: string;
|
4
4
|
elementId?: string;
|
5
5
|
};
|
6
|
-
export declare const TextButton: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<BaseButtonProps, "
|
6
|
+
export declare const TextButton: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<BaseButtonProps, "onClick" | "children" | "disabled" | "size" | "colorTheme"> & {
|
7
7
|
buttonLink?: string | undefined;
|
8
8
|
elementId?: string | undefined;
|
9
9
|
}, never>;
|
@@ -2,7 +2,7 @@ export declare const ColumnWrapper: import("styled-components").StyledComponent<
|
|
2
2
|
isMobile: boolean;
|
3
3
|
}, never>;
|
4
4
|
export declare const InfoWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
5
|
-
export declare const Link: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<import("..").BaseButtonProps, "
|
5
|
+
export declare const Link: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<import("..").BaseButtonProps, "onClick" | "children" | "disabled" | "size" | "colorTheme"> & {
|
6
6
|
buttonLink?: string | undefined;
|
7
7
|
elementId?: string | undefined;
|
8
8
|
}, never>;
|
package/dist/index.d.ts
CHANGED
@@ -240,7 +240,7 @@ declare type TextButtonProps = Pick<BaseButtonProps$1, 'disabled' | 'onClick' |
|
|
240
240
|
buttonLink?: string;
|
241
241
|
elementId?: string;
|
242
242
|
};
|
243
|
-
declare const TextButton: styled_components.StyledComponent<"a", styled_components.DefaultTheme, Pick<BaseButtonProps$1, "
|
243
|
+
declare const TextButton: styled_components.StyledComponent<"a", styled_components.DefaultTheme, Pick<BaseButtonProps$1, "onClick" | "children" | "disabled" | "size" | "colorTheme"> & {
|
244
244
|
buttonLink?: string | undefined;
|
245
245
|
elementId?: string | undefined;
|
246
246
|
}, never>;
|