@fattureincloud/fic-design-system 0.5.0 → 0.5.2

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.
@@ -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.2",
4
4
  "description": "Fatture in Cloud and Danea design system",
5
5
  "repository": "git@bitbucket.org:fattureincloud/design-system.git",
6
6
  "license": "MIT",