@galaxy-ds/core 1.1.51 → 1.1.52

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.
package/dist/index.js CHANGED
@@ -128,7 +128,7 @@ var indigo = {
128
128
  };
129
129
  var indigo$1 = indigo;
130
130
 
131
- var blue = {
131
+ var blue$1 = {
132
132
  50: '#e3f2fd',
133
133
  100: '#bbdefb',
134
134
  200: '#90caf9',
@@ -144,7 +144,7 @@ var blue = {
144
144
  A400: '#2979ff',
145
145
  A700: '#2962ff'
146
146
  };
147
- var blue$1 = blue;
147
+ var blue$2 = blue$1;
148
148
 
149
149
  var green = {
150
150
  50: '#e8f5e9',
@@ -2412,9 +2412,9 @@ function createPalette(palette) {
2412
2412
  } : _palette$warning,
2413
2413
  _palette$info = palette.info,
2414
2414
  info = _palette$info === void 0 ? {
2415
- light: blue$1[300],
2416
- main: blue$1[500],
2417
- dark: blue$1[700]
2415
+ light: blue$2[300],
2416
+ main: blue$2[500],
2417
+ dark: blue$2[700]
2418
2418
  } : _palette$info,
2419
2419
  _palette$success = palette.success,
2420
2420
  success = _palette$success === void 0 ? {
@@ -33049,6 +33049,10 @@ var grey$2 = {
33049
33049
  100: '#eeeeee',
33050
33050
  50: '#FFFFFF'
33051
33051
  };
33052
+ var blue = {
33053
+ 100: "#C2D8E7",
33054
+ 50: "#E0ECF5"
33055
+ };
33052
33056
  var brand$2 = {
33053
33057
  primary: {
33054
33058
  main: '#1C365F',
@@ -33169,6 +33173,7 @@ var brand$2 = {
33169
33173
  }
33170
33174
  };
33171
33175
  var common = {
33176
+ blue: blue,
33172
33177
  brand: brand$2,
33173
33178
  grey: grey$2,
33174
33179
  opacity: opacity
@@ -49008,9 +49013,23 @@ var themeDesktop = createTheme({
49008
49013
  },
49009
49014
  },
49010
49015
  MuiTableRow: {
49016
+ root: {
49017
+ "&.MuiTableRow-hover": {
49018
+ backgroundColor: "transparent",
49019
+ "&:hover": {
49020
+ backgroundColor: "#f3f3f3",
49021
+ }
49022
+ },
49023
+ "&.Mui-selected": {
49024
+ backgroundColor: common.blue[50],
49025
+ "&:hover": {
49026
+ backgroundColor: common.blue[50],
49027
+ }
49028
+ }
49029
+ },
49011
49030
  footer: {
49012
49031
  borderBottom: 'none',
49013
- },
49032
+ }
49014
49033
  },
49015
49034
  MuiToolbar: {
49016
49035
  root: {
@@ -49045,12 +49064,13 @@ var themeDesktop = createTheme({
49045
49064
  MuiTooltip: {
49046
49065
  tooltip: {
49047
49066
  fontSize: typography.body2.fontSize,
49048
- borderRadius: 2,
49049
- backgroundColor: pallettes.grey[700],
49067
+ borderRadius: 1,
49068
+ color: pallettes.pallette.text.primary,
49069
+ backgroundColor: pallettes.grey[50],
49050
49070
  padding: 3,
49051
49071
  minHeight: 22,
49052
49072
  maxWidth: 'auto',
49053
- boxShadow: "0px 2px 3px rgba(0, 0, 0, " + opacity[600] + ")",
49073
+ boxShadow: '0px 2px 8px rgba(0, 0, 0, 0.21)',
49054
49074
  },
49055
49075
  tooltipPlacementTop: {
49056
49076
  margin: '5px 0 !important',