@firecms/core 3.0.0-canary.132 → 3.0.0-canary.134
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/app/Drawer.d.ts +0 -1
- package/dist/index.es.js +9 -9
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +9 -9
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -5
- package/src/app/Drawer.tsx +0 -1
- package/src/components/HomePage/NavigationGroup.tsx +1 -1
- package/src/form/field_bindings/ArrayCustomShapedFieldBinding.tsx +1 -1
- package/src/form/field_bindings/ArrayOfReferencesFieldBinding.tsx +1 -1
- package/src/form/field_bindings/BlockFieldBinding.tsx +1 -1
- package/src/form/field_bindings/KeyValueFieldBinding.tsx +3 -3
- package/src/form/field_bindings/MapFieldBinding.tsx +1 -1
- package/src/form/field_bindings/RepeatFieldBinding.tsx +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -11209,7 +11209,7 @@
|
|
|
11209
11209
|
{
|
|
11210
11210
|
invisible: true,
|
|
11211
11211
|
titleClassName: "font-medium text-sm text-gray-600 dark:text-gray-400",
|
|
11212
|
-
|
|
11212
|
+
innerClassName: "py-4",
|
|
11213
11213
|
initiallyExpanded: !(userConfigurationPersistence?.collapsedGroups ?? []).includes(group ?? "ungrouped"),
|
|
11214
11214
|
onExpandedChange: (expanded) => {
|
|
11215
11215
|
if (userConfigurationPersistence) {
|
|
@@ -14278,7 +14278,7 @@
|
|
|
14278
14278
|
ui.ExpandablePanel,
|
|
14279
14279
|
{
|
|
14280
14280
|
titleClassName: ui.fieldBackgroundMixin,
|
|
14281
|
-
|
|
14281
|
+
innerClassName: ui.cls("px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2", ui.fieldBackgroundMixin),
|
|
14282
14282
|
initiallyExpanded: expanded,
|
|
14283
14283
|
title,
|
|
14284
14284
|
children: body
|
|
@@ -15383,7 +15383,7 @@
|
|
|
15383
15383
|
ui.ExpandablePanel,
|
|
15384
15384
|
{
|
|
15385
15385
|
initiallyExpanded: expanded,
|
|
15386
|
-
|
|
15386
|
+
innerClassName: "px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2 bg-white dark:bg-gray-900",
|
|
15387
15387
|
title,
|
|
15388
15388
|
children: mapFormView
|
|
15389
15389
|
}
|
|
@@ -15446,7 +15446,7 @@
|
|
|
15446
15446
|
{
|
|
15447
15447
|
initiallyExpanded: expanded,
|
|
15448
15448
|
title,
|
|
15449
|
-
|
|
15449
|
+
innerClassName: "px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",
|
|
15450
15450
|
children: mapFormView
|
|
15451
15451
|
}
|
|
15452
15452
|
),
|
|
@@ -15671,7 +15671,7 @@
|
|
|
15671
15671
|
ui.BooleanSwitchWithLabel,
|
|
15672
15672
|
{
|
|
15673
15673
|
value: entryValue2,
|
|
15674
|
-
size: "
|
|
15674
|
+
size: "small",
|
|
15675
15675
|
position: "start",
|
|
15676
15676
|
disabled: disabled || !fieldKey2,
|
|
15677
15677
|
onValueChange: (newValue) => {
|
|
@@ -15905,7 +15905,7 @@
|
|
|
15905
15905
|
ui.BooleanSwitchWithLabel,
|
|
15906
15906
|
{
|
|
15907
15907
|
value: entryValue,
|
|
15908
|
-
size: "
|
|
15908
|
+
size: "small",
|
|
15909
15909
|
position: "start",
|
|
15910
15910
|
onValueChange: (v) => {
|
|
15911
15911
|
setValue(v);
|
|
@@ -16112,7 +16112,7 @@
|
|
|
16112
16112
|
ui.ExpandablePanel,
|
|
16113
16113
|
{
|
|
16114
16114
|
initiallyExpanded: expanded,
|
|
16115
|
-
|
|
16115
|
+
innerClassName: "px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",
|
|
16116
16116
|
title,
|
|
16117
16117
|
children: arrayContainer
|
|
16118
16118
|
}
|
|
@@ -16203,7 +16203,7 @@
|
|
|
16203
16203
|
!minimalistView && /* @__PURE__ */ jsxRuntime.jsx(
|
|
16204
16204
|
ui.ExpandablePanel,
|
|
16205
16205
|
{
|
|
16206
|
-
|
|
16206
|
+
innerClassName: "px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",
|
|
16207
16207
|
initiallyExpanded: expanded,
|
|
16208
16208
|
title,
|
|
16209
16209
|
children: body
|
|
@@ -16514,7 +16514,7 @@
|
|
|
16514
16514
|
{
|
|
16515
16515
|
initiallyExpanded: expanded,
|
|
16516
16516
|
title,
|
|
16517
|
-
|
|
16517
|
+
innerClassName: "px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",
|
|
16518
16518
|
children: body
|
|
16519
16519
|
}
|
|
16520
16520
|
),
|