@xylabs/sdk-react 4.2.13 → 5.0.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 +30 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-react",
3
- "version": "4.2.13",
3
+ "version": "5.0.0",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -55,32 +55,31 @@
55
55
  ]
56
56
  },
57
57
  "dependencies": {
58
- "@xylabs/pixel": "^2.0.4",
59
- "@xylabs/react-accordion": "^4.2.13",
60
- "@xylabs/react-animation": "^4.2.13",
61
- "@xylabs/react-appbar": "^4.2.13",
62
- "@xylabs/react-async-effect": "^4.2.13",
63
- "@xylabs/react-button": "^4.2.13",
64
- "@xylabs/react-common": "^4.2.13",
65
- "@xylabs/react-cookie-consent": "^4.2.13",
66
- "@xylabs/react-crypto": "^4.2.13",
67
- "@xylabs/react-dialogs": "^4.2.13",
68
- "@xylabs/react-experiments": "^4.2.13",
69
- "@xylabs/react-flexbox": "^4.2.13",
70
- "@xylabs/react-hooks": "^4.2.13",
71
- "@xylabs/react-identicon": "^4.2.13",
72
- "@xylabs/react-invertible-theme": "^4.2.13",
73
- "@xylabs/react-link": "^4.2.13",
74
- "@xylabs/react-mixpanel": "^4.2.13",
75
- "@xylabs/react-number-status": "^4.2.13",
76
- "@xylabs/react-pixel": "^4.2.13",
77
- "@xylabs/react-pixel-debugger": "^4.2.13",
78
- "@xylabs/react-promise": "^4.2.13",
79
- "@xylabs/react-quick-tip-button": "^4.2.13",
80
- "@xylabs/react-render-spin-check": "^4.2.13",
81
- "@xylabs/react-rich-result": "^4.2.13",
82
- "@xylabs/react-scroll-to-top": "^4.2.13",
83
- "@xylabs/react-shared": "^4.2.13"
58
+ "@xylabs/react-accordion": "^5.0.0",
59
+ "@xylabs/react-animation": "^5.0.0",
60
+ "@xylabs/react-appbar": "^5.0.0",
61
+ "@xylabs/react-async-effect": "^5.0.0",
62
+ "@xylabs/react-button": "^5.0.0",
63
+ "@xylabs/react-common": "^5.0.0",
64
+ "@xylabs/react-cookie-consent": "^5.0.0",
65
+ "@xylabs/react-crypto": "^5.0.0",
66
+ "@xylabs/react-dialogs": "^5.0.0",
67
+ "@xylabs/react-experiments": "^5.0.0",
68
+ "@xylabs/react-flexbox": "^5.0.0",
69
+ "@xylabs/react-hooks": "^5.0.0",
70
+ "@xylabs/react-identicon": "^5.0.0",
71
+ "@xylabs/react-invertible-theme": "^5.0.0",
72
+ "@xylabs/react-link": "^5.0.0",
73
+ "@xylabs/react-mixpanel": "^5.0.0",
74
+ "@xylabs/react-number-status": "^5.0.0",
75
+ "@xylabs/react-pixel": "^5.0.0",
76
+ "@xylabs/react-pixel-debugger": "^5.0.0",
77
+ "@xylabs/react-promise": "^5.0.0",
78
+ "@xylabs/react-quick-tip-button": "^5.0.0",
79
+ "@xylabs/react-render-spin-check": "^5.0.0",
80
+ "@xylabs/react-rich-result": "^5.0.0",
81
+ "@xylabs/react-scroll-to-top": "^5.0.0",
82
+ "@xylabs/react-shared": "^5.0.0"
84
83
  },
85
84
  "devDependencies": {
86
85
  "@chromatic-com/storybook": "^1.9.0",
@@ -112,7 +111,7 @@
112
111
  "@xylabs/ts-scripts-yarn3": "^4.0.7",
113
112
  "@xylabs/tsconfig": "^4.0.7",
114
113
  "@xylabs/tsconfig-react": "^4.0.7",
115
- "@xyo-network/react-theme": "^3.0.15",
114
+ "@xyo-network/react-theme": "^4.0.0-rc.1",
116
115
  "axios": "^1.7.7",
117
116
  "buffer": "^6.0.3",
118
117
  "eslint": "^9.10.0",
@@ -129,14 +128,14 @@
129
128
  "vite": "^5.4.3"
130
129
  },
131
130
  "peerDependencies": {
132
- "@mui/icons-material": ">5",
133
- "@mui/material": ">5",
131
+ "@mui/icons-material": "^6",
132
+ "@mui/material": "^6",
134
133
  "axios": "^1",
135
134
  "react": "^18",
136
135
  "react-dom": "^18",
137
136
  "react-helmet": "^6"
138
137
  },
139
- "packageManager": "yarn@4.4.1",
138
+ "packageManager": "yarn@4.5.0",
140
139
  "volta": {
141
140
  "node": "22.3.0",
142
141
  "yarn": "4.3.1"