@firecms/core 3.0.0-canary.133 → 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/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
- className: "py-4",
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
- className: ui.cls("px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2", ui.fieldBackgroundMixin),
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
- className: "px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2 bg-slate-50 bg-opacity-50 dark:bg-gray-900",
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
- className: "px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",
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: "medium",
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: "medium",
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
- className: "px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",
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
- className: "px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",
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
- className: "px-2 md:px-4 pb-2 md:pb-4 pt-1 md:pt-2",
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
  ),