@particle-network/ui-react 0.3.0-beta.1 → 0.3.0-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.3.0-beta.1",
3
+ "version": "0.3.0-beta.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -39,8 +39,8 @@
39
39
  "@types/react": "^19.1.10",
40
40
  "react": "^19.1.0",
41
41
  "typescript": "^5.8.3",
42
- "@particle-network/lintstaged-config": "0.1.0",
43
- "@particle-network/eslint-config": "0.3.0"
42
+ "@particle-network/eslint-config": "0.3.0",
43
+ "@particle-network/lintstaged-config": "0.1.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=16.9.0",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "ahooks": "^3.9.4",
51
- "@particle-network/ui-shared": "0.1.1"
51
+ "@particle-network/ui-shared": "0.2.0-beta.0"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "rslib build",
@@ -128,11 +128,11 @@ module.exports = {
128
128
  DEFAULT: '#FFFFFF',
129
129
  },
130
130
  background: {
131
- 200: '#E8E8ED',
132
- 300: '#F0F0F2',
133
- 400: '#F8F8FA',
131
+ 200: '#F0F0F2',
132
+ 300: '#F8F8FA',
133
+ 400: '#FFFFFF',
134
134
  500: '#FFFFFF',
135
- DEFAULT: '#FFFFFF',
135
+ DEFAULT: '#F8F8FA',
136
136
  },
137
137
  foreground: {
138
138
  100: '#C0C0C9',