@payloadcms/ui 3.41.0-canary.1 → 3.41.0-canary.2
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/exports/client/index.js +10 -10
- package/dist/exports/client/index.js.map +4 -4
- package/dist/fields/Relationship/Input.d.ts.map +1 -1
- package/dist/fields/Relationship/Input.js +118 -112
- package/dist/fields/Relationship/Input.js.map +1 -1
- package/dist/fields/Relationship/types.d.ts +2 -2
- package/dist/fields/Relationship/types.d.ts.map +1 -1
- package/dist/fields/Relationship/types.js.map +1 -1
- package/dist/forms/WatchChildErrors/index.js +1 -2
- package/dist/forms/WatchChildErrors/index.js.map +1 -1
- package/dist/providers/ListQuery/index.d.ts.map +1 -1
- package/dist/providers/ListQuery/index.js +2 -2
- package/dist/providers/ListQuery/index.js.map +1 -1
- package/dist/providers/TableColumns/index.js +4 -2
- package/dist/providers/TableColumns/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +16 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/ui",
|
|
3
|
-
"version": "3.41.0-canary.
|
|
3
|
+
"version": "3.41.0-canary.2",
|
|
4
4
|
"homepage": "https://payloadcms.com",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
"url": "https://payloadcms.com"
|
|
17
17
|
}
|
|
18
18
|
],
|
|
19
|
-
"sideEffects":
|
|
19
|
+
"sideEffects": [
|
|
20
|
+
"*.scss",
|
|
21
|
+
"*.css"
|
|
22
|
+
],
|
|
20
23
|
"type": "module",
|
|
21
24
|
"exports": {
|
|
22
25
|
".": {
|
|
@@ -133,29 +136,29 @@
|
|
|
133
136
|
"ts-essentials": "10.0.3",
|
|
134
137
|
"use-context-selector": "2.0.0",
|
|
135
138
|
"uuid": "10.0.0",
|
|
136
|
-
"@payloadcms/translations": "3.41.0-canary.
|
|
139
|
+
"@payloadcms/translations": "3.41.0-canary.2"
|
|
137
140
|
},
|
|
138
141
|
"devDependencies": {
|
|
139
|
-
"@babel/cli": "7.
|
|
140
|
-
"@babel/core": "7.
|
|
141
|
-
"@babel/preset-env": "7.
|
|
142
|
-
"@babel/preset-react": "7.
|
|
143
|
-
"@babel/preset-typescript": "7.
|
|
144
|
-
"@hyrious/esbuild-plugin-commonjs": "
|
|
142
|
+
"@babel/cli": "7.27.2",
|
|
143
|
+
"@babel/core": "7.27.3",
|
|
144
|
+
"@babel/preset-env": "7.27.2",
|
|
145
|
+
"@babel/preset-react": "7.27.1",
|
|
146
|
+
"@babel/preset-typescript": "7.27.1",
|
|
147
|
+
"@hyrious/esbuild-plugin-commonjs": "0.2.6",
|
|
145
148
|
"@types/react": "19.1.0",
|
|
146
149
|
"@types/react-dom": "19.1.2",
|
|
147
150
|
"@types/uuid": "10.0.0",
|
|
148
|
-
"babel-plugin-react-compiler": "19.
|
|
149
|
-
"esbuild": "0.
|
|
151
|
+
"babel-plugin-react-compiler": "19.1.0-rc.2",
|
|
152
|
+
"esbuild": "0.25.5",
|
|
150
153
|
"esbuild-sass-plugin": "3.3.1",
|
|
151
|
-
"payload": "3.41.0-canary.
|
|
154
|
+
"payload": "3.41.0-canary.2",
|
|
152
155
|
"@payloadcms/eslint-config": "3.28.0"
|
|
153
156
|
},
|
|
154
157
|
"peerDependencies": {
|
|
155
158
|
"next": "^15.2.3",
|
|
156
159
|
"react": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
|
|
157
160
|
"react-dom": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
|
|
158
|
-
"payload": "3.41.0-canary.
|
|
161
|
+
"payload": "3.41.0-canary.2"
|
|
159
162
|
},
|
|
160
163
|
"engines": {
|
|
161
164
|
"node": "^18.20.2 || >=20.9.0"
|