@zealicsolutions/web-ui 0.1.44 → 0.1.46

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.
@@ -9,6 +9,7 @@ export declare type AlertProps = {
9
9
  isMobile?: boolean;
10
10
  logo?: string;
11
11
  fullWidth?: boolean;
12
+ margins?: string;
12
13
  withCloseIcon?: {
13
14
  onClose: Callback;
14
15
  };
package/dist/index.d.ts CHANGED
@@ -544,6 +544,7 @@ declare type AlertProps = {
544
544
  isMobile?: boolean;
545
545
  logo?: string;
546
546
  fullWidth?: boolean;
547
+ margins?: string;
547
548
  withCloseIcon?: {
548
549
  onClose: Callback;
549
550
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.1.44",
3
+ "version": "0.1.46",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"