@codacy/ui-components 0.62.9 → 0.62.10

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.
@@ -1 +1,2 @@
1
1
  export * from './Panel';
2
+ export * from './Panel.types';
@@ -1 +1,2 @@
1
- export * from './Panel';
1
+ export * from './Panel';
2
+ export * from './Panel.types';
@@ -29,6 +29,17 @@ export declare const baseColors: {
29
29
  'purple-700': string;
30
30
  'purple-800': string;
31
31
  'purple-900': string;
32
+ 'magenta-99': string;
33
+ 'magenta-95': string;
34
+ 'magenta-90': string;
35
+ 'magenta-80': string;
36
+ 'magenta-70': string;
37
+ 'magenta-60': string;
38
+ 'magenta-50': string;
39
+ 'magenta-40': string;
40
+ 'magenta-30': string;
41
+ 'magenta-20': string;
42
+ 'magenta-10': string;
32
43
  'turquoise-700': string;
33
44
  'turquoise-600': string;
34
45
  'turquoise-500': string;
@@ -82,6 +93,17 @@ export declare const functionalColorsFx: (colors: {
82
93
  "purple-700": string;
83
94
  "purple-800": string;
84
95
  "purple-900": string;
96
+ "magenta-99": string;
97
+ "magenta-95": string;
98
+ "magenta-90": string;
99
+ "magenta-80": string;
100
+ "magenta-70": string;
101
+ "magenta-60": string;
102
+ "magenta-50": string;
103
+ "magenta-40": string;
104
+ "magenta-30": string;
105
+ "magenta-20": string;
106
+ "magenta-10": string;
85
107
  "turquoise-700": string;
86
108
  "turquoise-600": string;
87
109
  "turquoise-500": string;
@@ -34,6 +34,18 @@ export var baseColors = {
34
34
  'purple-700': '#5A239E',
35
35
  'purple-800': '#421A75',
36
36
  'purple-900': '#2A114B',
37
+ // MAGENTA
38
+ 'magenta-99': '#fef2fc',
39
+ 'magenta-95': '#fcc8e9',
40
+ 'magenta-90': '#f99dd7',
41
+ 'magenta-80': '#ed4aa5',
42
+ 'magenta-70': '#d5348e',
43
+ 'magenta-60': '#b72974',
44
+ 'magenta-50': '#97215b',
45
+ 'magenta-40': '#731b46',
46
+ 'magenta-30': '#4e122e',
47
+ 'magenta-20': '#2a0b19',
48
+ 'magenta-10': '#17060d',
37
49
  // TURQUOISE
38
50
  'turquoise-700': '#176267',
39
51
  'turquoise-600': '#2E7D82',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codacy/ui-components",
3
- "version": "0.62.9",
3
+ "version": "0.62.10",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",