@sinco/react 1.1.1-rc.2 → 1.1.1-rc.4

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.
Files changed (2) hide show
  1. package/index.js +4 -14
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6647,20 +6647,10 @@ const palette = {
6647
6647
  };
6648
6648
  const paletteAdpro = {
6649
6649
  primary: {
6650
- 50: "#F8FAFB",
6651
- 100: "#E6EFF0",
6652
- 200: "#D2E3E4",
6653
- 300: "#82C6CB",
6654
- 400: "#2B9DA7",
6655
- 500: "#058C97",
6656
- 600: "#04848F",
6657
- 700: "#047984",
6658
- 800: "#036F7A",
6659
- 900: "#015C69",
6660
- A100: "#98F0FF",
6661
- A200: "#65E9FF",
6662
- A400: "#32E1FF",
6663
- A700: "#32E1FF"
6650
+ contrastText: "#ffffff",
6651
+ light: "#2B9DA7",
6652
+ main: "#058C97",
6653
+ dark: "#015C69"
6664
6654
  },
6665
6655
  secondary: {
6666
6656
  50: "#E0F7FA",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.1-rc.2",
3
+ "version": "1.1.1-rc.4",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",