@fattureincloud/fic-design-system 0.7.3 → 0.7.5-tmp

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,2 @@
1
- import { bwColor } from '../../types';
1
+ import { bwColor } from 'styles/types';
2
2
  export declare const black: bwColor;
@@ -1,2 +1,2 @@
1
- import { color } from '../../types';
1
+ import { color } from 'styles/types';
2
2
  export declare const blue: color;
@@ -1,2 +1,2 @@
1
- import { color } from '../../types';
1
+ import { color } from 'styles/types';
2
2
  export declare const cyan: color;
@@ -1,2 +1,2 @@
1
- import { color } from '../../types';
1
+ import { color } from 'styles/types';
2
2
  export declare const fuchsia: color;
@@ -1,2 +1,2 @@
1
- import { color } from '../../types';
1
+ import { color } from 'styles/types';
2
2
  export declare const green: color;
@@ -1,2 +1,2 @@
1
- import { color } from '../../types';
1
+ import { color } from 'styles/types';
2
2
  export declare const grey: color;
@@ -1,2 +1,2 @@
1
- import { color } from '../../types';
1
+ import { color } from 'styles/types';
2
2
  export declare const indigo: color;
@@ -1,2 +1,2 @@
1
- import { color } from '../../types';
1
+ import { color } from 'styles/types';
2
2
  export declare const orange: color;
@@ -1,2 +1,2 @@
1
- import { color } from '../../types';
1
+ import { color } from 'styles/types';
2
2
  export declare const pink: color;
@@ -1,2 +1,2 @@
1
- import { color } from '../../types';
1
+ import { color } from 'styles/types';
2
2
  export declare const red: color;
@@ -1,2 +1,2 @@
1
- import { bwColor } from '../../types';
1
+ import { bwColor } from 'styles/types';
2
2
  export declare const white: bwColor;
@@ -1,2 +1,2 @@
1
- import { color } from '../../types';
1
+ import { color } from 'styles/types';
2
2
  export declare const yellow: color;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fattureincloud/fic-design-system",
3
- "version": "0.7.3",
3
+ "version": "0.7.5-tmp",
4
4
  "description": "Fatture in Cloud and Danea design system",
5
5
  "repository": "git@bitbucket.org:fattureincloud/design-system.git",
6
6
  "license": "MIT",