@xylabs/sdk-react 2.15.17 → 2.16.1

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/dist/docs.json +455 -455
  2. package/package.json +37 -32
package/package.json CHANGED
@@ -13,32 +13,34 @@
13
13
  "packages/*"
14
14
  ],
15
15
  "dependencies": {
16
- "@xylabs/react-accordion": "^2.15.17",
17
- "@xylabs/react-appbar": "^2.15.17",
18
- "@xylabs/react-button": "^2.15.17",
19
- "@xylabs/react-common": "^2.15.17",
20
- "@xylabs/react-cookie-consent": "^2.15.17",
21
- "@xylabs/react-crypto": "^2.15.17",
22
- "@xylabs/react-dialogs": "^2.15.17",
23
- "@xylabs/react-experiments": "^2.15.17",
24
- "@xylabs/react-flexbox": "^2.15.17",
25
- "@xylabs/react-identicon": "^2.15.17",
26
- "@xylabs/react-invertable-theme": "^2.15.17",
27
- "@xylabs/react-invertible-theme": "^2.15.17",
28
- "@xylabs/react-link": "^2.15.17",
29
- "@xylabs/react-number-status": "^2.15.17",
30
- "@xylabs/react-pixel": "^2.15.17",
31
- "@xylabs/react-pixel-debugger": "^2.15.17",
32
- "@xylabs/react-quick-tip-button": "^2.15.17",
33
- "@xylabs/react-rich-result": "^2.15.17",
34
- "@xylabs/react-scroll-to-top": "^2.15.17",
35
- "@xylabs/react-shared": "^2.15.17"
16
+ "@xylabs/react-accordion": "^2.16.1",
17
+ "@xylabs/react-appbar": "^2.16.1",
18
+ "@xylabs/react-button": "^2.16.1",
19
+ "@xylabs/react-common": "^2.16.1",
20
+ "@xylabs/react-cookie-consent": "^2.16.1",
21
+ "@xylabs/react-crypto": "^2.16.1",
22
+ "@xylabs/react-dialogs": "^2.16.1",
23
+ "@xylabs/react-experiments": "^2.16.1",
24
+ "@xylabs/react-flexbox": "^2.16.1",
25
+ "@xylabs/react-identicon": "^2.16.1",
26
+ "@xylabs/react-invertable-theme": "^2.16.1",
27
+ "@xylabs/react-invertible-theme": "^2.16.1",
28
+ "@xylabs/react-link": "^2.16.1",
29
+ "@xylabs/react-number-status": "^2.16.1",
30
+ "@xylabs/react-pixel": "^2.16.1",
31
+ "@xylabs/react-pixel-debugger": "^2.16.1",
32
+ "@xylabs/react-quick-tip-button": "^2.16.1",
33
+ "@xylabs/react-rich-result": "^2.16.1",
34
+ "@xylabs/react-scroll-to-top": "^2.16.1",
35
+ "@xylabs/react-shared": "^2.16.1"
36
36
  },
37
37
  "description": "Common React library for all XY Labs projects that use React",
38
38
  "devDependencies": {
39
39
  "@babel/core": "^7.20.12",
40
40
  "@babel/preset-env": "^7.20.2",
41
- "@mui/material": "^5.11.7",
41
+ "@emotion/react": "^11.10.5",
42
+ "@emotion/styled": "^11.10.5",
43
+ "@mui/material": "^5.11.8",
42
44
  "@storybook/addon-actions": "^6.5.16",
43
45
  "@storybook/addon-docs": "^6.5.16",
44
46
  "@storybook/addon-essentials": "^6.5.16",
@@ -53,17 +55,16 @@
53
55
  "@storybook/react": "^6.5.16",
54
56
  "@storybook/testing-library": "^0.0.13",
55
57
  "@storybook/theming": "^6.5.16",
56
- "@types/node": "^18.11.18",
58
+ "@types/node": "^18.13.0",
57
59
  "@types/react-dom": "^18.0.10",
58
- "@xylabs/assert": "2.6.16",
59
- "@xylabs/eslint-config-react": "^2.12.30",
60
- "@xylabs/pixel": "^1.4.11",
61
- "@xylabs/ts-scripts-yarn3": "^2.12.30",
62
- "@xylabs/tsconfig-dom": "^2.12.30",
60
+ "@xylabs/assert": "2.7.1",
61
+ "@xylabs/eslint-config-react": "^2.13.11",
62
+ "@xylabs/pixel": "^1.4.13",
63
+ "@xylabs/ts-scripts-yarn3": "^2.13.11",
64
+ "@xylabs/tsconfig-react": "^2.13.11",
63
65
  "async-mutex": "^0.4.0",
64
- "axios": "^1.3.1",
66
+ "axios": "^1.3.2",
65
67
  "bowser": "^2.11.0",
66
- "chromatic": "^6.15.0",
67
68
  "eslint": "^8.33.0",
68
69
  "js-cookie": "^3.0.1",
69
70
  "lodash": "^4.17.21",
@@ -73,12 +74,14 @@
73
74
  "react-dom": "^18.2.0",
74
75
  "require-from-string": "^2.0.2",
75
76
  "storybook-dark-mode": "^2.0.5",
76
- "ts-node": "^10.9.1",
77
77
  "typescript": "^4.9.5",
78
78
  "webpack": "^5.75.0"
79
79
  },
80
80
  "peerDependencies": {
81
+ "@mui/icons-material": "^5.11.0",
81
82
  "@mui/material": "^5.11.5",
83
+ "@mui/styles": "^5.11.7",
84
+ "@mui/system": "^5.11",
82
85
  "@xylabs/assert": "2.6.15",
83
86
  "@xylabs/pixel": "^1.4.9",
84
87
  "async-mutex": "^0.4.0",
@@ -89,7 +92,9 @@
89
92
  "md5": "^2.3.0",
90
93
  "randombytes": "^2.1.0",
91
94
  "react": "^18.2.0",
92
- "react-dom": "^18.2.0"
95
+ "react-dom": "^18.2.0",
96
+ "react-helmet": "^6.1.0",
97
+ "react-router-dom": "^6.8.1"
93
98
  },
94
99
  "browser": "dist/esm/index.js",
95
100
  "docs": "dist/docs.json",
@@ -132,7 +137,7 @@
132
137
  },
133
138
  "sideEffects": false,
134
139
  "types": "dist/types/index.d.ts",
135
- "version": "2.15.17",
140
+ "version": "2.16.1",
136
141
  "packageManager": "yarn@3.4.1",
137
142
  "volta": {
138
143
  "node": "18.13.0",