@zealicsolutions/web-ui 0.2.56 → 0.2.58

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.
@@ -3,3 +3,6 @@ export declare const HomeHeroImage: any;
3
3
  export declare const ProfileGraphic: any;
4
4
  export declare const PulseEmblem: any;
5
5
  export declare const Logo: any;
6
+ export declare const AppleLogo: any;
7
+ export declare const ModernaLogo: any;
8
+ export declare const PfizerLogo: any;
@@ -1,3 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { BaseColumnProps } from './types';
3
3
  export declare const Column: ({ item }: BaseColumnProps) => JSX.Element;
4
+ export declare const ImageContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
5
+ export declare const ColumnImage: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, import("atoms").ImageProps, never>;
@@ -3,6 +3,4 @@ import { BaseColumnProps } from './types';
3
3
  export declare type ColumnImageProps = BaseColumnProps & {
4
4
  isMobile: boolean;
5
5
  };
6
- export declare const ColumnImage: ({ item, isMobile }: BaseColumnProps & {
7
- isMobile: boolean;
8
- }) => JSX.Element;
6
+ export declare const ColumnImage: ({ item, isMobile }: ColumnImageProps) => JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import { CSSProperties } from 'react';
2
- import { ColumnsTemplateKeys } from './types';
3
2
  import { LinkButtonProps } from 'atoms';
3
+ import { ColumnsTemplateKeys } from './types';
4
4
  export declare type ColumnsProps = {
5
5
  type: 'columns';
6
6
  columns: ColumnItem[];
@@ -24,3 +24,4 @@ export declare const ColumnImageWrapper: import("styled-components").StyledCompo
24
24
  isMobile: boolean;
25
25
  }, never>;
26
26
  export declare const ColumnBackgroundImage: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, import("atoms").ImageProps, never>;
27
+ export declare const ColumnBackgroundImageOverlay: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.2.56",
3
+ "version": "0.2.58",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"