@firecms/core 3.0.0-alpha.36 → 3.0.0-alpha.38
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/README.md +1 -1
- package/dist/index.es.js +367 -365
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +12 -12
- package/dist/index.umd.js.map +1 -1
- package/dist/types/plugins.d.ts +3 -2
- package/dist/ui/Dialog.d.ts +2 -1
- package/package.json +19 -20
- package/src/components/EntityCollectionView/EntityCollectionViewActions.tsx +14 -10
- package/src/preview/property_previews/MapPropertyPreview.tsx +0 -3
- package/src/types/plugins.tsx +4 -2
- package/src/ui/Dialog.tsx +6 -3
- package/src/ui/Select.tsx +4 -3
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ data.
|
|
|
83
83
|
|
|
84
84
|
### ✨ Robust Forms
|
|
85
85
|
|
|
86
|
-

|
|
87
87
|
|
|
88
88
|
When editing an entity, FireCMS offers a nested system of side dialogs for
|
|
89
89
|
navigating through **subcollections** and accessing custom views (such as custom
|