@fattureincloud/fic-design-system 0.7.4 → 0.7.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/form/datepicker/types.d.ts +1 -0
- package/dist/components/newTable/components/header/styled.d.ts +1 -0
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles/defaultPalette/colors/black.d.ts +1 -1
- package/dist/styles/defaultPalette/colors/blue.d.ts +1 -1
- package/dist/styles/defaultPalette/colors/cyan.d.ts +1 -1
- package/dist/styles/defaultPalette/colors/fuchsia.d.ts +1 -1
- package/dist/styles/defaultPalette/colors/green.d.ts +1 -1
- package/dist/styles/defaultPalette/colors/grey.d.ts +1 -1
- package/dist/styles/defaultPalette/colors/indigo.d.ts +1 -1
- package/dist/styles/defaultPalette/colors/orange.d.ts +1 -1
- package/dist/styles/defaultPalette/colors/pink.d.ts +1 -1
- package/dist/styles/defaultPalette/colors/red.d.ts +1 -1
- package/dist/styles/defaultPalette/colors/white.d.ts +1 -1
- package/dist/styles/defaultPalette/colors/yellow.d.ts +1 -1
- package/package.json +1 -1
@@ -1,2 +1,2 @@
|
|
1
|
-
import { bwColor } from '
|
1
|
+
import { bwColor } from 'styles/types';
|
2
2
|
export declare const black: bwColor;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { color } from '
|
1
|
+
import { color } from 'styles/types';
|
2
2
|
export declare const blue: color;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { color } from '
|
1
|
+
import { color } from 'styles/types';
|
2
2
|
export declare const cyan: color;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { color } from '
|
1
|
+
import { color } from 'styles/types';
|
2
2
|
export declare const fuchsia: color;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { color } from '
|
1
|
+
import { color } from 'styles/types';
|
2
2
|
export declare const green: color;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { color } from '
|
1
|
+
import { color } from 'styles/types';
|
2
2
|
export declare const grey: color;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { color } from '
|
1
|
+
import { color } from 'styles/types';
|
2
2
|
export declare const indigo: color;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { color } from '
|
1
|
+
import { color } from 'styles/types';
|
2
2
|
export declare const orange: color;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { color } from '
|
1
|
+
import { color } from 'styles/types';
|
2
2
|
export declare const pink: color;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { color } from '
|
1
|
+
import { color } from 'styles/types';
|
2
2
|
export declare const red: color;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { bwColor } from '
|
1
|
+
import { bwColor } from 'styles/types';
|
2
2
|
export declare const white: bwColor;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { color } from '
|
1
|
+
import { color } from 'styles/types';
|
2
2
|
export declare const yellow: color;
|
package/package.json
CHANGED