@zealicsolutions/web-ui 0.3.268 → 0.3.270
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/dist/cjs/index.js +155 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +155 -9
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zealicsolutions/web-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.270",
|
|
4
4
|
"testVersion": "0.3.266",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -91,22 +91,12 @@
|
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"react": "18.2.0",
|
|
93
93
|
"react-dom": "18.2.0",
|
|
94
|
-
"react-pdf": "6.2.2"
|
|
95
|
-
"react-router-dom": "6.3.0",
|
|
96
|
-
"@emotion/react": "^11.13.3",
|
|
97
|
-
"@emotion/styled": "^11.13.0",
|
|
98
|
-
"@mui/base": "^5.0.0-beta.60",
|
|
99
|
-
"@mui/joy": "^5.0.0-beta.48",
|
|
100
|
-
"@mui/material": "6.1.5",
|
|
101
|
-
"@mui/utils": "^6.1.5"
|
|
94
|
+
"react-pdf": "6.2.2"
|
|
102
95
|
},
|
|
103
96
|
"dependencies": {
|
|
104
97
|
"@emotion/react": "^11.13.3",
|
|
105
98
|
"@emotion/styled": "^11.13.0",
|
|
106
|
-
"@mui/base": "^5.0.0-beta.60",
|
|
107
|
-
"@mui/joy": "^5.0.0-beta.48",
|
|
108
99
|
"@mui/material": "6.1.5",
|
|
109
|
-
"@mui/utils": "^6.1.5",
|
|
110
100
|
"@types/react-dom": "18.0.6",
|
|
111
101
|
"date-fns": "2.29.3",
|
|
112
102
|
"rc-dropdown": "4.0.1",
|