labsense-ui-kit 1.1.55 → 1.1.56

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.
@@ -50,6 +50,7 @@ export interface ThemeColorsInterface {
50
50
  light_2: string;
51
51
  light_3: string;
52
52
  light_4: string;
53
+ light_5: string;
53
54
  softBlue: string;
54
55
  extraSoftBlue: string;
55
56
  boldTransparent: string;
package/dist/index.js CHANGED
@@ -32,6 +32,7 @@ var light = {
32
32
  light_2: '#F5F8FA',
33
33
  light_3: '#F0F3F5',
34
34
  light_4: '#ECF0F4',
35
+ light_5: '#F0F0F3',
35
36
  softBlue: '#D4EEFF',
36
37
  extraSoftBlue: '#E4F4FF',
37
38
  boldTransparent: '#5E5E5E80',
@@ -101,6 +102,7 @@ var dark = {
101
102
  light_2: '#1F2327',
102
103
  light_3: '#F0F3F5',
103
104
  light_4: '#ECF0F4',
105
+ light_5: '#F0F0F3',
104
106
  softBlue: '#2C3E50',
105
107
  extraSoftBlue: '#34495E',
106
108
  boldTransparent: '#D3D3D380',