@galaxy-ds/core 1.1.52 → 1.1.53

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
@@ -33050,6 +33050,7 @@ var grey$2 = {
33050
33050
  50: '#FFFFFF'
33051
33051
  };
33052
33052
  var blue = {
33053
+ 200: '#ebf1f4',
33053
33054
  100: "#C2D8E7",
33054
33055
  50: "#E0ECF5"
33055
33056
  };
@@ -47825,6 +47826,22 @@ var themeWeb = createTheme({
47825
47826
  },
47826
47827
  },
47827
47828
  },
47829
+ MuiTableRow: {
47830
+ root: {
47831
+ '&.MuiTableRow-hover': {
47832
+ backgroundColor: 'transparent',
47833
+ '&:hover': {
47834
+ backgroundColor: '#f3f3f3',
47835
+ },
47836
+ },
47837
+ '&.Mui-selected': {
47838
+ backgroundColor: common.blue[200],
47839
+ '&:hover': {
47840
+ backgroundColor: common.blue[200],
47841
+ },
47842
+ },
47843
+ },
47844
+ },
47828
47845
  MuiToolbar: {
47829
47846
  root: {
47830
47847
  '&.gds-header-toolbar': {
@@ -47840,7 +47857,7 @@ var themeWeb = createTheme({
47840
47857
  },
47841
47858
  '&.with-title': {
47842
47859
  padding: 16,
47843
- }
47860
+ },
47844
47861
  },
47845
47862
  },
47846
47863
  },