@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/aquarium.js +539 -542
- package/dist/aquarium.umd.cjs +1 -1
- package/dist/index.d.ts +1 -7
- package/dist/style.ts +1 -1
- package/package.json +1 -1
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 = "
|
|
329
|
+
export const Size = "16px";
|
|
330
330
|
export const SizeSm = "12px";
|
|
331
331
|
export const SizeXs = "8px";
|
|
332
332
|
export const SizeXxs = "4px";
|