@xyo-network/react-appbar 7.5.11 → 7.6.0

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 (1) hide show
  1. package/package.json +83 -73
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-appbar",
3
- "version": "7.5.11",
3
+ "version": "7.6.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,109 +41,119 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-network": "~7.5.11"
44
+ "@xyo-network/react-network": "~7.6.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
48
  "@mui/icons-material": "^7.3.10",
49
49
  "@mui/material": "^7.3.10",
50
50
  "@opentelemetry/api": "^1.9.1",
51
- "@opentelemetry/sdk-trace-base": "^2.7.0",
51
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
52
+ "@react-spring/web": "~10.0.3",
52
53
  "@scure/base": "~2.2.0",
53
54
  "@scure/bip39": "~2.2.0",
54
- "@storybook/react-vite": "~10.3.5",
55
- "@types/node": "~25.6.0",
55
+ "@storybook/react-vite": "~10.3.6",
56
56
  "@types/react": "^19.2.14",
57
- "@xylabs/react-appbar": "~7.1.20",
58
- "@xylabs/react-async-effect": "~7.1.20",
59
- "@xylabs/react-button": "~7.1.20",
60
- "@xylabs/react-crypto": "~7.1.20",
61
- "@xylabs/react-dialogs": "~7.1.20",
62
- "@xylabs/react-flexbox": "~7.1.20",
63
- "@xylabs/react-hooks": "~7.1.20",
64
- "@xylabs/react-identicon": "~7.1.20",
65
- "@xylabs/react-link": "~7.1.20",
66
- "@xylabs/react-number-status": "~7.1.20",
67
- "@xylabs/react-promise": "~7.1.20",
68
- "@xylabs/react-quick-tip-button": "~7.1.20",
69
- "@xylabs/react-select": "~7.1.20",
70
- "@xylabs/react-shared": "~7.1.20",
71
- "@xylabs/react-theme": "~7.1.20",
72
- "@xylabs/sdk-js": "^5.0.100",
73
- "@xylabs/threads": "~5.0.100",
74
- "@xylabs/toolchain": "~7.11.9",
75
- "@xylabs/tsconfig": "^7.11.9",
76
- "@xylabs/tsconfig-dom": "^7.11.9",
77
- "@xylabs/tsconfig-react": "~7.11.9",
78
- "@xylabs/zod": "~5.0.100",
79
- "@xyo-network/account-model": "^5.5.1",
80
- "@xyo-network/boundwitness-model": "^5.5.1",
81
- "@xyo-network/boundwitness-validator": "^5.5.1",
82
- "@xyo-network/network": "~5.5.1",
83
- "@xyo-network/payload-builder": "^5.5.1",
84
- "@xyo-network/payload-model": "^5.5.1",
85
- "@xyo-network/wallet": "~5.5.1",
86
- "@xyo-network/wallet-model": "^5.5.1",
57
+ "@xylabs/pixel": "~5.1.1",
58
+ "@xylabs/react-appbar": "~7.2.3",
59
+ "@xylabs/react-button": "~7.2.3",
60
+ "@xylabs/react-crypto": "~7.2.3",
61
+ "@xylabs/react-flexbox": "~7.2.3",
62
+ "@xylabs/react-hooks": "~7.2.3",
63
+ "@xylabs/react-identicon": "~7.2.3",
64
+ "@xylabs/react-link": "~7.2.3",
65
+ "@xylabs/react-number-status": "~7.2.3",
66
+ "@xylabs/react-promise": "~7.2.3",
67
+ "@xylabs/react-select": "~7.2.3",
68
+ "@xylabs/react-shared": "~7.2.3",
69
+ "@xylabs/react-theme": "~7.2.3",
70
+ "@xylabs/sdk-js": "^5.1.1",
71
+ "@xylabs/threads": "~5.1.1",
72
+ "@xylabs/toolchain": "~7.13.4",
73
+ "@xylabs/tsconfig": "^7.13.4",
74
+ "@xylabs/tsconfig-dom": "^7.13.4",
75
+ "@xylabs/tsconfig-react": "~7.13.4",
76
+ "@xyo-network/account-model": "^5.6.2",
77
+ "@xyo-network/boundwitness-model": "^5.6.2",
78
+ "@xyo-network/boundwitness-validator": "^5.6.1",
79
+ "@xyo-network/network": "~5.6",
80
+ "@xyo-network/payload-builder": "^5.6.1",
81
+ "@xyo-network/payload-model": "^5.6.2",
82
+ "@xyo-network/wallet": "~5.6",
83
+ "@xyo-network/wallet-model": "^5.6.2",
87
84
  "async-mutex": "^0.5.0",
88
- "axios": "^1.15.2",
89
85
  "bn.js": "^5.2.3",
90
86
  "bowser": "^2.14.1",
91
87
  "buffer": "^6.0.3",
92
88
  "chalk": "^5.6.2",
93
89
  "debug": "~4.4.3",
94
- "esbuild": "~0.28.0",
95
- "eslint": "^10.2.1",
90
+ "eslint": "^10.3.0",
96
91
  "ethers": "^6.16.0",
97
92
  "fast-deep-equal": "~3.1.3",
98
93
  "hash-wasm": "~4.12.0",
99
94
  "js-cookie": "~3.0.5",
95
+ "lru-cache": "^11.3.6",
96
+ "md5": "~2.3.0",
97
+ "mixpanel-browser": "~2.78.0",
98
+ "numeral": "~2.0.6",
100
99
  "observable-fns": "~0.6.1",
101
100
  "pako": "^2.1.0",
101
+ "query-string": "~9.3.1",
102
102
  "react": "^19.2.5",
103
103
  "react-dom": "^19.2.5",
104
104
  "react-icons": "~5.6.0",
105
105
  "react-is": "^19.2.5",
106
- "react-router-dom": "^7.14.2",
106
+ "react-router-dom": "^7.15.0",
107
+ "recharts": "~3.8.1",
107
108
  "spark-md5": "~3.0.2",
108
- "storybook": "^10.3.5",
109
+ "storybook": "^10.3.6",
109
110
  "typescript": "^5.9.3",
111
+ "viem": "~2.48.8",
110
112
  "vite": "^8.0.10",
111
113
  "wasm-feature-detect": "~1.8.0",
112
- "zod": "^4.3.6",
113
- "@xyo-network/react-storybook": "~7.5.11",
114
- "@xyo-network/react-wallet": "~7.5.11"
114
+ "zod": "^4.4.3",
115
+ "@xyo-network/react-storybook": "~7.6.0",
116
+ "@xyo-network/react-wallet": "~7.6.0"
115
117
  },
116
118
  "peerDependencies": {
117
- "@mui/icons-material": "^7.3.10",
118
- "@mui/material": "^7.3.10",
119
- "@opentelemetry/sdk-trace-base": "^2.7.0",
120
- "@xylabs/react-appbar": "~7.1.20",
121
- "@xylabs/react-async-effect": "~7.1.20",
122
- "@xylabs/react-button": "~7.1.20",
123
- "@xylabs/react-flexbox": "~7.1.20",
124
- "@xylabs/react-link": "~7.1.20",
125
- "@xylabs/react-select": "~7.1.20",
126
- "@xylabs/react-shared": "~7.1.20",
127
- "@xylabs/sdk-js": "^5.0.100",
128
- "@xylabs/zod": "~5.0.100",
129
- "@xyo-network/network": "~5.5.1",
130
- "@xyo-network/payload-builder": "^5.5.1",
131
- "async-mutex": "^0.5.0",
132
- "bn.js": "^5.2.3",
133
- "bowser": "^2.14.1",
134
- "buffer": "^6.0.3",
135
- "chalk": "^5.6.2",
136
- "ethers": "^6.16.0",
137
- "fast-deep-equal": "~3.1.3",
138
- "js-cookie": "~3.0.5",
139
- "pako": "^2.1.0",
140
- "react": "^19.2.5",
141
- "react-dom": "^19.2.5",
142
- "react-icons": "~5.6.0",
143
- "react-is": "^19.2.5",
144
- "react-router-dom": "^7.14.2",
145
- "spark-md5": "~3.0.2",
146
- "zod": "^4.3.6"
119
+ "@mui/icons-material": ">=7.3.10 <8",
120
+ "@mui/material": ">=7.3.10 <8",
121
+ "@opentelemetry/api": ">=1.9.1 <2",
122
+ "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
123
+ "@react-spring/web": ">=10.0.3 <10.1",
124
+ "@xylabs/pixel": ">=5.1.1 <5.2",
125
+ "@xylabs/react-appbar": ">=7.2.3 <7.3",
126
+ "@xylabs/react-button": ">=7.2.3 <7.3",
127
+ "@xylabs/react-flexbox": ">=7.2.3 <7.3",
128
+ "@xylabs/react-link": ">=7.2.3 <7.3",
129
+ "@xylabs/react-select": ">=7.2.3 <7.3",
130
+ "@xylabs/react-shared": ">=7.2.3 <7.3",
131
+ "@xylabs/sdk-js": ">=5.1.1 <6",
132
+ "@xylabs/threads": ">=5.1.1 <5.2",
133
+ "@xyo-network/network": ">=5.6.0 <5.7",
134
+ "async-mutex": ">=0.5.0 <1",
135
+ "bn.js": ">=5.2.3 <6",
136
+ "bowser": ">=2.14.1 <3",
137
+ "buffer": ">=6.0.3 <7",
138
+ "chalk": ">=5.6.2 <6",
139
+ "debug": ">=4.4.3 <4.5",
140
+ "ethers": ">=6.16.0 <7",
141
+ "fast-deep-equal": ">=3.1.3 <3.2",
142
+ "hash-wasm": ">=4.12.0 <4.13",
143
+ "js-cookie": ">=3.0.5 <3.1",
144
+ "mixpanel-browser": ">=2.78.0 <2.79",
145
+ "observable-fns": ">=0.6.1 <0.7",
146
+ "pako": ">=2.1.0 <3",
147
+ "query-string": ">=9.3.1 <9.4",
148
+ "react": ">=19.2.5 <20",
149
+ "react-dom": ">=19.2.5 <20",
150
+ "react-icons": ">=5.6.0 <5.7",
151
+ "react-is": ">=19.2.5 <20",
152
+ "react-router-dom": ">=7.15.0 <8",
153
+ "recharts": ">=3.8.1 <3.9",
154
+ "spark-md5": ">=3.0.2 <3.1",
155
+ "wasm-feature-detect": ">=1.8.0 <1.9",
156
+ "zod": ">=4.4.3 <5"
147
157
  },
148
158
  "publishConfig": {
149
159
  "access": "public"