@firecms/user_management 3.0.0-canary.151 → 3.0.0-canary.152
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/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@firecms/user_management",
|
3
3
|
"type": "module",
|
4
|
-
"version": "3.0.0-canary.
|
4
|
+
"version": "3.0.0-canary.152",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
7
7
|
},
|
@@ -29,9 +29,9 @@
|
|
29
29
|
"types": "dist/index.d.ts",
|
30
30
|
"source": "src/index.ts",
|
31
31
|
"dependencies": {
|
32
|
-
"@firecms/core": "^3.0.0-canary.
|
33
|
-
"@firecms/formex": "^3.0.0-canary.
|
34
|
-
"@firecms/ui": "^3.0.0-canary.
|
32
|
+
"@firecms/core": "^3.0.0-canary.152",
|
33
|
+
"@firecms/formex": "^3.0.0-canary.152",
|
34
|
+
"@firecms/ui": "^3.0.0-canary.152",
|
35
35
|
"date-fns": "^3.6.0"
|
36
36
|
},
|
37
37
|
"peerDependencies": {
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"src",
|
56
56
|
"bin"
|
57
57
|
],
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "be8e639101ee20faccf85a5b0225a7ead151d2d9"
|
59
59
|
}
|
@@ -342,6 +342,7 @@ export function RolesDetailsForm({
|
|
342
342
|
<div className={"col-span-12 md:col-span-4"}>
|
343
343
|
<Select
|
344
344
|
error={touched.config && Boolean(errors.config)}
|
345
|
+
size={"large"}
|
345
346
|
id="createCollections"
|
346
347
|
name="createCollections"
|
347
348
|
label="Create collections"
|
@@ -364,6 +365,7 @@ export function RolesDetailsForm({
|
|
364
365
|
|
365
366
|
<div className={"col-span-12 md:col-span-4"}>
|
366
367
|
<Select
|
368
|
+
size={"large"}
|
367
369
|
error={touched.config && Boolean(errors.config)}
|
368
370
|
id="editCollections"
|
369
371
|
name="editCollections"
|
@@ -390,6 +392,7 @@ export function RolesDetailsForm({
|
|
390
392
|
|
391
393
|
<div className={"col-span-12 md:col-span-4"}>
|
392
394
|
<Select
|
395
|
+
size={"large"}
|
393
396
|
error={touched.config && Boolean(errors.config)}
|
394
397
|
id="deleteCollections"
|
395
398
|
name="deleteCollections"
|