@particle-network/ui-react 0.7.0-beta.21 → 0.7.0-beta.22

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.7.0-beta.21",
3
+ "version": "0.7.0-beta.22",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -37,8 +37,8 @@
37
37
  "@rslib/core": "^0.12.3",
38
38
  "@types/react": "^19.1.10",
39
39
  "react": "^19.1.0",
40
- "@particle-network/lintstaged-config": "0.2.0-beta.0",
41
- "@particle-network/eslint-config": "0.4.0-beta.0"
40
+ "@particle-network/eslint-config": "0.4.0-beta.1",
41
+ "@particle-network/lintstaged-config": "0.2.0-beta.1"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.9.0",
@@ -58,8 +58,8 @@
58
58
  "tailwind-variants": "^3.2.2",
59
59
  "values.js": "^2.1.1",
60
60
  "zustand": "^5.0.8",
61
- "@particle-network/icons": "0.7.0-beta.9",
62
- "@particle-network/ui-shared": "0.6.0-beta.2"
61
+ "@particle-network/icons": "0.7.0-beta.10",
62
+ "@particle-network/ui-shared": "0.6.0-beta.3"
63
63
  },
64
64
  "scripts": {
65
65
  "build": "rslib build",
@@ -724,7 +724,7 @@ module.exports = {
724
724
  foreground: '#000000',
725
725
  },
726
726
  secondary: {
727
- DEFAULT: '#C8C9D1',
727
+ DEFAULT: '#C4C5CC',
728
728
  foreground: '#000000',
729
729
  },
730
730
  tertiary: {