@fattureincloud/fic-design-system 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,8 @@ declare type bwColorValues = 8 | 16 | 48 | 80 | 100;
3
3
  export declare type bwColor = {
4
4
  [k in bwColorValues]: paletteColor;
5
5
  };
6
- declare type colorValues = 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
6
+ export declare const colorValuesArray: readonly [50, 100, 200, 300, 400, 500, 600, 700, 800, 900];
7
+ export declare type colorValues = typeof colorValuesArray[number];
7
8
  export declare type color = {
8
9
  [k in colorValues]: paletteColor;
9
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fattureincloud/fic-design-system",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Fatture in Cloud and Danea design system",
5
5
  "repository": "git@bitbucket.org:fattureincloud/design-system.git",
6
6
  "license": "MIT",