labsense-ui-kit 1.2.35 → 1.2.36

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.
@@ -51,6 +51,7 @@ export interface ThemeColorsInterface {
51
51
  light_3: string;
52
52
  light_4: string;
53
53
  light_5: string;
54
+ light_6: string;
54
55
  softBlue: string;
55
56
  extraSoftBlue: string;
56
57
  boldTransparent: string;
package/dist/index.js CHANGED
@@ -4877,6 +4877,7 @@ var light = {
4877
4877
  light_3: '#F0F3F5',
4878
4878
  light_4: '#ECF0F4',
4879
4879
  light_5: '#F0F0F3',
4880
+ light_6: '#EFF8FF',
4880
4881
  softBlue: '#D4EEFF',
4881
4882
  extraSoftBlue: '#E4F4FF',
4882
4883
  boldTransparent: '#5E5E5E80',
@@ -4950,6 +4951,7 @@ var dark = {
4950
4951
  light_3: '#0F1214',
4951
4952
  light_4: '#101417',
4952
4953
  light_5: '#0F0F0C',
4954
+ light_6: '#0D3B66',
4953
4955
  softBlue: '#2C3E50',
4954
4956
  extraSoftBlue: '#34495E',
4955
4957
  boldTransparent: '#D3D3D380',