@mparticle/aquarium 1.19.3 → 1.20.0

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/index.d.ts CHANGED
@@ -461,13 +461,7 @@ export declare interface IColorPickerProps extends ColorPickerProps {
461
461
 
462
462
  export { IColProps }
463
463
 
464
- export declare const Icon: {
465
- (props: IIconProps): JSX_2.Element;
466
- defaultProps: {
467
- color: "default";
468
- size: "lg";
469
- };
470
- };
464
+ export declare const Icon: (props: IIconProps) => JSX_2.Element;
471
465
 
472
466
  declare type IconColor = 'default' | 'primary' | 'success' | 'warning' | 'error' | 'info' | 'white' | 'black' | 'text' | 'strong' | 'brand';
473
467
 
package/dist/style.ts CHANGED
@@ -326,7 +326,7 @@ export const SizeXl = "32px";
326
326
  export const SizeLg = "24px";
327
327
  export const SizeMd = "20px";
328
328
  export const SizeMs = "16px";
329
- export const Size = "16rem";
329
+ export const Size = "16px";
330
330
  export const SizeSm = "12px";
331
331
  export const SizeXs = "8px";
332
332
  export const SizeXxs = "4px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mparticle/aquarium",
3
- "version": "1.19.3",
3
+ "version": "1.20.0",
4
4
  "description": "mParticle Component Library",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [