@zealicsolutions/web-ui 0.3.265 → 0.3.266

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties } from 'styled-components';
2
2
  export declare const getSizeStyle: (size: number) => Pick<CSSProperties, 'maxWidth' | 'maxHeight' | 'minWidth' | 'minHeight'>;
3
3
  export declare const changeColorTint: (color: string, percent: number) => string;
4
- export declare const getTintColor: (color: string) => string;
4
+ export declare const getTintColor: (color: string, percent?: number) => string;
5
5
  export declare const getShadeColor: (color: string, percent?: number) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.265",
3
+ "version": "0.3.266",
4
4
  "testVersion": "0.3.264",
5
5
  "repository": {
6
6
  "type": "git",