@galaxy-ds/core 1.1.54 → 1.1.55

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
@@ -47006,21 +47006,23 @@ var themeWeb = createTheme({
47006
47006
  top: 'unset',
47007
47007
  left: 'unset',
47008
47008
  },
47009
- '& input:focus': {
47010
- borderColor: pallettes$1.brand.primary.main,
47011
- boxShadow: "0 0 0 0.2rem " + pallettes$1.brand.primary.transparent,
47012
- },
47013
- '&$checked input': {
47014
- backgroundColor: '#fef7f0',
47015
- },
47016
- '&$checked input::after': {
47009
+ '& input::after': {
47017
47010
  content: '""',
47018
- display: 'block',
47011
+ display: 'none',
47019
47012
  position: 'absolute',
47020
47013
  top: -1,
47021
47014
  left: -1,
47022
47015
  width: 16,
47023
47016
  height: 16,
47017
+ backgroundColor: '#fef7f0',
47018
+ border: "1px solid " + pallettes$1.brand.utility.border,
47019
+ },
47020
+ '& input:focus': {
47021
+ borderColor: pallettes$1.brand.primary.main,
47022
+ boxShadow: "0 0 0 0.2rem " + pallettes$1.brand.primary.transparent,
47023
+ },
47024
+ '&$checked input::after': {
47025
+ display: 'block',
47024
47026
  backgroundImage: "url(\"data:image/svg+xml;chatset=uft8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolygon fill='%231C365F' points='4 6 7 9 12 4 12 7 7 12 4 9'%3E%3C/polygon%3E%3C/svg%3E\")",
47025
47027
  },
47026
47028
  '&$disabled': {
@@ -47030,6 +47032,12 @@ var themeWeb = createTheme({
47030
47032
  marginLeft: 8,
47031
47033
  },
47032
47034
  },
47035
+ indeterminate: {
47036
+ '& input::after': {
47037
+ display: 'block',
47038
+ backgroundImage: "url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect fill='%231C365F' x='3' y='7' width='10' height='2'/%3E%3C/svg%3E\")",
47039
+ },
47040
+ },
47033
47041
  },
47034
47042
  MuiChip: {
47035
47043
  root: {
@@ -48026,7 +48034,7 @@ var themeDesktop = createTheme({
48026
48034
  },
48027
48035
  '&$expanded': {
48028
48036
  margin: 0,
48029
- }
48037
+ },
48030
48038
  },
48031
48039
  },
48032
48040
  MuiAccordionSummary: {
@@ -48576,14 +48584,17 @@ var themeDesktop = createTheme({
48576
48584
  '&:hover input': {
48577
48585
  borderColor: pallettes.brand.primary.light,
48578
48586
  },
48579
- '&$checked input::after': {
48587
+ '& input::after': {
48580
48588
  content: '""',
48581
- display: 'block',
48589
+ display: 'none',
48582
48590
  position: 'absolute',
48583
48591
  top: -1,
48584
48592
  left: -1,
48585
48593
  width: 13,
48586
48594
  height: 13,
48595
+ },
48596
+ '&$checked input::after': {
48597
+ display: 'block',
48587
48598
  backgroundImage: "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.47177 9.17886L11.323 3.38169L10.677 2.6183L4.52824 7.82113L2.35356 5.64644L1.64645 6.35355L4.47177 9.17886Z' fill='currentColor'/%3E%3C/svg%3E\")",
48588
48599
  },
48589
48600
  '&$checked:hover input': {
@@ -48600,6 +48611,12 @@ var themeDesktop = createTheme({
48600
48611
  marginLeft: 10,
48601
48612
  },
48602
48613
  },
48614
+ indeterminate: {
48615
+ '& input::after': {
48616
+ display: 'block',
48617
+ backgroundImage: "url(\"data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='6' width='7' height='1' fill='currentColor'/%3E%3C/svg%3E%0A\")",
48618
+ },
48619
+ },
48603
48620
  },
48604
48621
  MuiFormControlLabel: {
48605
48622
  root: {
@@ -49031,22 +49048,22 @@ var themeDesktop = createTheme({
49031
49048
  },
49032
49049
  MuiTableRow: {
49033
49050
  root: {
49034
- "&.MuiTableRow-hover": {
49035
- backgroundColor: "transparent",
49036
- "&:hover": {
49037
- backgroundColor: "#f3f3f3",
49038
- }
49051
+ '&.MuiTableRow-hover': {
49052
+ backgroundColor: 'transparent',
49053
+ '&:hover': {
49054
+ backgroundColor: '#f3f3f3',
49055
+ },
49039
49056
  },
49040
- "&.Mui-selected": {
49057
+ '&.Mui-selected': {
49041
49058
  backgroundColor: common.blue[50],
49042
- "&:hover": {
49059
+ '&:hover': {
49043
49060
  backgroundColor: common.blue[50],
49044
- }
49045
- }
49061
+ },
49062
+ },
49046
49063
  },
49047
49064
  footer: {
49048
49065
  borderBottom: 'none',
49049
- }
49066
+ },
49050
49067
  },
49051
49068
  MuiToolbar: {
49052
49069
  root: {