@sinco/react 1.0.14-rc.8 → 1.0.14

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/index.js CHANGED
@@ -10546,9 +10546,9 @@ const components = {
10546
10546
  styleOverrides: {
10547
10547
  root: {
10548
10548
  boxShadow: "0px 3px 1px -2px rgba(24, 39, 75, 0.20), 0px 2px 2px 0px rgba(24, 39, 75, 0.14), 0px 1px 5px 0px rgba(24, 39, 75, 0.12)",
10549
- "&.MuiBackdrop-root": {
10550
- backgroundColor: "#f0f0f099",
10551
- backdropFilter: "blur(2px) !important"
10549
+ '-webkit-backdrop-filter': '#f0f0f099 !important',
10550
+ '.MuiBackdrop-root': {
10551
+ backgroundColor: '#F0f0f099 !important'
10552
10552
  }
10553
10553
  }
10554
10554
  }
@@ -10556,11 +10556,7 @@ const components = {
10556
10556
  MuiDialog: {
10557
10557
  styleOverrides: {
10558
10558
  root: {
10559
- boxShadow: " 0px 2px 1px -2px rgba(24, 39, 75, 0.20), 0px 1px 1px -1px rgba(24, 39, 75, 0.14), 0px 1px 3px 0px rgba(24, 39, 75, 0.12)",
10560
- ".MuiBackdrop-root": {
10561
- backgroundColor: "#f0f0f099",
10562
- backdropFilter: "blur(2px) !important"
10563
- }
10559
+ boxShadow: " 0px 2px 1px -2px rgba(24, 39, 75, 0.20), 0px 1px 1px -1px rgba(24, 39, 75, 0.14), 0px 1px 3px 0px rgba(24, 39, 75, 0.12)"
10564
10560
  }
10565
10561
  }
10566
10562
  },
@@ -10574,25 +10570,18 @@ const components = {
10574
10570
  },
10575
10571
  MuiCheckbox: {
10576
10572
  variants: [{
10577
- props: {
10578
- size: "xsmall"
10579
- },
10580
- style: {
10581
- padding: 2
10582
- }
10583
- }, {
10584
10573
  props: {
10585
10574
  size: "small"
10586
10575
  },
10587
10576
  style: {
10588
- padding: 4
10577
+ padding: 2
10589
10578
  }
10590
10579
  }, {
10591
10580
  props: {
10592
10581
  size: "medium"
10593
10582
  },
10594
10583
  style: {
10595
- padding: 11
10584
+ padding: 4
10596
10585
  }
10597
10586
  }],
10598
10587
  defaultProps: {
@@ -10600,35 +10589,30 @@ const components = {
10600
10589
  }
10601
10590
  },
10602
10591
  MuiChip: {
10603
- variants: [{
10604
- props: {
10605
- size: "xsmall"
10606
- },
10607
- style: {
10608
- height: 16
10609
- }
10610
- }],
10611
10592
  styleOverrides: {
10612
10593
  sizeSmall: {
10613
- height: 24
10594
+ fontFamily: "Roboto",
10595
+ fontSize: "10px",
10596
+ fontStyle: "normal",
10597
+ fontWeight: 400,
10598
+ lineHeight: "10px",
10599
+ letterSpacing: " 0.15px",
10600
+ color: "text.primary",
10601
+ height: 16
10614
10602
  },
10615
10603
  sizeMedium: {
10616
- height: 30
10604
+ height: 24
10617
10605
  },
10618
10606
  root: {
10619
10607
  height: "inherit",
10620
10608
  borderRadius: 4,
10621
- ".MuiChip-deleteIconXsmall": {
10609
+ ".MuiChip-deleteIconSmall": {
10622
10610
  height: 12,
10623
10611
  width: 12
10624
10612
  },
10625
- ".MuiChip-deleteIconSmall": {
10613
+ ".MuiChip-deleteIconMedium": {
10626
10614
  height: 16,
10627
10615
  widht: 16
10628
- },
10629
- ".MuiChip-deleteIconMedium": {
10630
- height: 20,
10631
- widht: 20
10632
10616
  }
10633
10617
  }
10634
10618
  }
@@ -10953,7 +10937,7 @@ const palette = {
10953
10937
  100: "#BCD0E3",
10954
10938
  200: "#8FB1D0",
10955
10939
  300: "#6392BD",
10956
- light: "417AAE",
10940
+ light: "#417AAE",
10957
10941
  main: "#2063A0",
10958
10942
  600: "#1C5B98",
10959
10943
  700: "#18518E",
@@ -11051,20 +11035,20 @@ const palette = {
11051
11035
  contrastText: "#ffffff"
11052
11036
  },
11053
11037
  grey: {
11054
- 50: "#FAFBFF",
11055
- 100: "#F4F6FA",
11056
- 200: "#EDEFF5",
11057
- 300: "#E6E8F0",
11058
- 400: "#D8DAE5",
11059
- 500: "#C1C4D6",
11060
- 600: "#8F95B2",
11061
- 700: "#696F8C",
11062
- 800: "#474D66",
11063
- 900: "#101840",
11064
- A100: "#D8DAE5",
11065
- A200: "#C1C4D6",
11066
- A400: "#696F8C",
11067
- A700: "#101840"
11038
+ 50: "#F7F7F8",
11039
+ 100: "#EAEBEC",
11040
+ 200: "#DCDEE0",
11041
+ 300: "#CED1D4",
11042
+ 400: "#C4C7CA",
11043
+ 500: "#B9BDC1",
11044
+ 600: "#B2B7BB",
11045
+ 700: "#AAAEB3",
11046
+ 800: "#A2A6AB",
11047
+ 900: "#93989E",
11048
+ A100: "#FFFFFF",
11049
+ A200: "#FFFFFF",
11050
+ A400: "#D4EAFF",
11051
+ A700: "#BBDDFF"
11068
11052
  },
11069
11053
  text: {
11070
11054
  primary: "#101840de",
@@ -11091,20 +11075,20 @@ const palette = {
11091
11075
  };
11092
11076
  const paletteADPRO = {
11093
11077
  primary: {
11094
- 50: "#e1f1f3",
11095
- 100: "#b4dde0",
11096
- 200: "#82c6cb",
11097
- 300: "#50afb6",
11098
- 400: "#2b9da7",
11099
- 500: "#058c97",
11100
- 600: "#04848f",
11078
+ 50: "#F8FAFB",
11079
+ 100: "#E6EFF0",
11080
+ 200: "#D2E3E4",
11081
+ 300: "#82C6CB",
11082
+ 400: "#2B9DA7",
11083
+ 500: "#058C97",
11084
+ 600: "#04848F",
11101
11085
  700: "#047984",
11102
- 800: "#036f7a",
11103
- 900: "#015c69",
11104
- A100: "#98f0ff",
11105
- A200: "#65e9ff",
11106
- A400: "#32e1ff",
11107
- A700: "#19ddff"
11086
+ 800: "#036F7A",
11087
+ 900: "#015C69",
11088
+ A100: "#98F0FF",
11089
+ A200: "#65E9FF",
11090
+ A400: "#32E1FF",
11091
+ A700: "#32E1FF"
11108
11092
  },
11109
11093
  secondary: {
11110
11094
  50: "#E0F7FA",
@@ -11213,12 +11197,12 @@ const paletteADPRO = {
11213
11197
  disabled: "#10184061"
11214
11198
  },
11215
11199
  action: {
11216
- active: "rgba(16, 24, 64, 0.54)",
11217
- hover: "rgba(16, 24, 64, 0.04)",
11218
- selected: "rgba(16, 24, 64, 0.08)",
11219
- disabled: "rgba(16, 24, 64, 0.26)",
11220
- disabledBackground: "rgba(16, 24, 64, 0.12)",
11221
- focus: "rgba(16, 24, 64, 0.12)"
11200
+ active: "#0a12288a",
11201
+ hover: "#0a122866",
11202
+ selected: "#0a1228cc",
11203
+ disabled: "#10184042",
11204
+ disabledBackground: "#1018401f",
11205
+ focus: "#1018401f"
11222
11206
  },
11223
11207
  background: {
11224
11208
  default: '#f5f5f5',
@@ -11228,7 +11212,7 @@ const paletteADPRO = {
11228
11212
  black: '#000',
11229
11213
  white: '#fff'
11230
11214
  },
11231
- divider: "rgba(16,24,64,0.12)"
11215
+ divider: "#0000001f"
11232
11216
  };
11233
11217
 
11234
11218
  const breakpoints = createBreakpoints({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.8",
3
+ "version": "1.0.14",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,12 +1,2 @@
1
1
  import { Components } from '@mui/material';
2
- declare module '@mui/material/Chip' {
3
- interface ChipPropsSizeOverrides {
4
- xsmall: true;
5
- }
6
- }
7
- declare module "@mui/material/Checkbox" {
8
- interface CheckboxPropsSizeOverrides {
9
- xsmall: true;
10
- }
11
- }
12
2
  export declare const components: Components;