@natoora-libs/core 0.2.16-packages-upgrade → 0.2.17
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/{TableDesktop-Z0KE59L4.d.cts → TableDesktop-wpKCBVE4.d.cts} +2 -1
- package/dist/{TableDesktop-Z0KE59L4.d.ts → TableDesktop-wpKCBVE4.d.ts} +2 -1
- package/dist/components/index.cjs +228 -183
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +10 -7
- package/dist/components/index.d.ts +10 -7
- package/dist/components/index.js +209 -163
- package/dist/components/index.js.map +1 -1
- package/dist/utils/index.d.cts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +31 -20
package/dist/utils/index.d.cts
CHANGED
package/dist/utils/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@natoora-libs/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.17",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -60,7 +60,8 @@
|
|
|
60
60
|
"react-phone-input-material-ui": "^2.18.1",
|
|
61
61
|
"react-window": "^1.8.6",
|
|
62
62
|
"tss-react": "^4.9.15",
|
|
63
|
-
"uuid": "^9.0.0"
|
|
63
|
+
"uuid": "^9.0.0",
|
|
64
|
+
"yup": "^0.32.9"
|
|
64
65
|
},
|
|
65
66
|
"devDependencies": {
|
|
66
67
|
"@emotion/react": "^11.14.0",
|
|
@@ -68,37 +69,46 @@
|
|
|
68
69
|
"@mui/icons-material": "^7.3.2",
|
|
69
70
|
"@mui/lab": "^7.0.0-beta.17",
|
|
70
71
|
"@mui/material": "^7.3.2",
|
|
72
|
+
"@mui/types": "^7.4.6",
|
|
71
73
|
"@mui/x-data-grid": "^8.11.3",
|
|
72
74
|
"@mui/x-date-pickers": "^8.11.3",
|
|
73
|
-
"@storybook/addon-docs": "^10.
|
|
74
|
-
"@storybook/addon-links": "^10.
|
|
75
|
-
"@storybook/addon-onboarding": "^10.
|
|
76
|
-
"@storybook/builder-webpack5": "^10.
|
|
77
|
-
"@storybook/react-webpack5": "^10.
|
|
75
|
+
"@storybook/addon-docs": "^10.0.8",
|
|
76
|
+
"@storybook/addon-links": "^10.0.8",
|
|
77
|
+
"@storybook/addon-onboarding": "^10.0.8",
|
|
78
|
+
"@storybook/builder-webpack5": "^10.0.8",
|
|
79
|
+
"@storybook/react-webpack5": "^10.0.8",
|
|
80
|
+
"@storybook/testing-library": "^0.2.0",
|
|
78
81
|
"@testing-library/jest-dom": "^6.6.3",
|
|
79
82
|
"@testing-library/react": "16.3.0",
|
|
80
83
|
"@testing-library/user-event": "^14.4.3",
|
|
84
|
+
"@types/classnames": "^2.3.1",
|
|
81
85
|
"@types/jest": "^30.0.0",
|
|
82
|
-
"@types/
|
|
83
|
-
"@types/
|
|
84
|
-
"@types/
|
|
86
|
+
"@types/lodash": "^4.17.0",
|
|
87
|
+
"@types/moment": "^2.13.0",
|
|
88
|
+
"@types/node": "^24.0.12",
|
|
89
|
+
"@types/react": "^19.0.0",
|
|
90
|
+
"@types/react-dom": "^19.0.0",
|
|
91
|
+
"@types/react-test-renderer": "^19.1.0",
|
|
92
|
+
"@types/redux": "^3.6.0",
|
|
85
93
|
"@types/uuid": "^10.0.0",
|
|
86
94
|
"babel-jest": "^30.2.0",
|
|
87
95
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
88
96
|
"jest": "^30.0.4",
|
|
89
97
|
"jest-environment-jsdom": "^30.0.4",
|
|
90
98
|
"mdi-material-ui": "^7.9.3",
|
|
91
|
-
"react": "19.
|
|
92
|
-
"react-dom": "19.
|
|
93
|
-
"react-hook-form": "^7.
|
|
99
|
+
"react": "19.0.0",
|
|
100
|
+
"react-dom": "19.0.0",
|
|
101
|
+
"react-hook-form": "^7.12.2",
|
|
94
102
|
"react-query": "^3.19.6",
|
|
95
|
-
"react-router": "^7.
|
|
96
|
-
"
|
|
103
|
+
"react-router": "^7.6.3",
|
|
104
|
+
"react-test-renderer": "^19.1.0",
|
|
105
|
+
"storybook": "^10.0.8",
|
|
97
106
|
"ts-jest": "^29.4.0",
|
|
98
107
|
"ts-loader": "^9.5.2",
|
|
99
108
|
"tsup": "^8.5.1",
|
|
100
109
|
"typescript": "^5.8.3",
|
|
101
|
-
"yalc": "^1.0.0-pre.53"
|
|
110
|
+
"yalc": "^1.0.0-pre.53",
|
|
111
|
+
"yup": "^0.32.9"
|
|
102
112
|
},
|
|
103
113
|
"peerDependencies": {
|
|
104
114
|
"@emotion/react": "^11.14.0",
|
|
@@ -109,10 +119,11 @@
|
|
|
109
119
|
"@mui/x-data-grid": "^8.11.3",
|
|
110
120
|
"@mui/x-date-pickers": "^8.11.3",
|
|
111
121
|
"mdi-material-ui": "^7.9.3",
|
|
112
|
-
"react": "19.
|
|
113
|
-
"react-dom": "19.
|
|
114
|
-
"react-hook-form": "^7.
|
|
122
|
+
"react": "19.0.0",
|
|
123
|
+
"react-dom": "19.0.0",
|
|
124
|
+
"react-hook-form": "^7.12.2",
|
|
115
125
|
"react-query": "^3.19.6",
|
|
116
|
-
"react-router": "^7.
|
|
126
|
+
"react-router": "^7.6.3",
|
|
127
|
+
"yup": "^0.32.9"
|
|
117
128
|
}
|
|
118
129
|
}
|