@zealicsolutions/web-ui 0.3.5 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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, "onClick" | "children" | "disabled" | "size" | "colorTheme"> & {
8
+ component: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<import("../..").BaseButtonProps, "children" | "onClick" | "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, "onClick" | "children" | "disabled" | "size" | "colorTheme"> & {
6
+ export declare const TextButton: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & {
7
7
  buttonLink?: string | undefined;
8
8
  elementId?: string | undefined;
9
9
  }, never>;
@@ -6,9 +6,6 @@ import type { Nullable, StrictUnion } from 'typescript';
6
6
  export declare type ImageAttributes = {
7
7
  attributeType: 'image';
8
8
  imageSource: string;
9
- tags: {
10
- id: string;
11
- }[];
12
9
  };
13
10
  export interface TextAttributes {
14
11
  attributeType: 'text';
@@ -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, "onClick" | "children" | "disabled" | "size" | "colorTheme"> & {
5
+ export declare const Link: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<import("..").BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & {
6
6
  buttonLink?: string | undefined;
7
7
  elementId?: string | undefined;
8
8
  }, never>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { StylesType } from 'typescript';
2
3
  export declare type ImageProps = {
3
4
  src: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { StoryFn } from '@storybook/react';
2
3
  import { Image as ImageComponent } from './Image';
3
4
  declare const _default: {
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, "onClick" | "children" | "disabled" | "size" | "colorTheme"> & {
243
+ declare const TextButton: styled_components.StyledComponent<"a", styled_components.DefaultTheme, Pick<BaseButtonProps$1, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & {
244
244
  buttonLink?: string | undefined;
245
245
  elementId?: string | undefined;
246
246
  }, never>;
@@ -1367,9 +1367,6 @@ declare const ContainerComponent: ({ type, items, config, tabsProps }: Container
1367
1367
  declare type ImageAttributes = {
1368
1368
  attributeType: 'image';
1369
1369
  imageSource: string;
1370
- tags: {
1371
- id: string;
1372
- }[];
1373
1370
  };
1374
1371
  interface TextAttributes {
1375
1372
  attributeType: 'text';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"