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

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 +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6651,12 +6651,12 @@ const paletteAdpro = {
6651
6651
  100: "#E6EFF0",
6652
6652
  200: "#D2E3E4",
6653
6653
  300: "#82C6CB",
6654
- 400: "#2B9DA7",
6655
- 500: "#058C97",
6654
+ light: "#2B9DA7",
6655
+ main: "#058C97",
6656
6656
  600: "#04848F",
6657
6657
  700: "#047984",
6658
6658
  800: "#036F7A",
6659
- 900: "#015C69",
6659
+ dark: "#015C69",
6660
6660
  A100: "#98F0FF",
6661
6661
  A200: "#65E9FF",
6662
6662
  A400: "#32E1FF",
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.3",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",