@zealicsolutions/web-ui 0.2.2 → 0.2.4

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.
@@ -19,4 +19,4 @@ export declare type AlertProps = {
19
19
  onDestinationHandler?: Callback;
20
20
  containerStyles?: CSSProperties;
21
21
  };
22
- export declare const Alert: ({ logo, title, withCloseIcon, description, style, fontColor, containerStyles, ...props }: AlertProps) => JSX.Element;
22
+ export declare const Alert: ({ logo, title, withCloseIcon, description, style, fontColor, containerStyles, isMobile, ...props }: AlertProps) => JSX.Element;
@@ -3,7 +3,7 @@ import type { ComponentStory } from '@storybook/react';
3
3
  import { Alert as AlertComponent, AlertProps } from './Alert';
4
4
  declare const _default: {
5
5
  title: string;
6
- component: ({ logo, title, withCloseIcon, description, style, fontColor, containerStyles, ...props }: AlertProps) => JSX.Element;
6
+ component: ({ logo, title, withCloseIcon, description, style, fontColor, containerStyles, isMobile, ...props }: AlertProps) => JSX.Element;
7
7
  };
8
8
  export default _default;
9
9
  export declare const Alert: ComponentStory<typeof AlertComponent>;
package/dist/index.d.ts CHANGED
@@ -599,7 +599,7 @@ declare type AlertProps = {
599
599
  onDestinationHandler?: Callback$1;
600
600
  containerStyles?: CSSProperties;
601
601
  };
602
- declare const Alert: ({ logo, title, withCloseIcon, description, style, fontColor, containerStyles, ...props }: AlertProps) => JSX.Element;
602
+ declare const Alert: ({ logo, title, withCloseIcon, description, style, fontColor, containerStyles, isMobile, ...props }: AlertProps) => JSX.Element;
603
603
 
604
604
  declare type OrientationType = 'horizontal' | 'vertical';
605
605
  declare type StepperProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"