@databrainhq/plugin 0.14.92 → 0.14.93
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/webcomponents.es.js
CHANGED
|
@@ -172485,8 +172485,8 @@ const zoe = "_dbcLastCardLevel_kosld_4", Qoe = "_dbcLastMetricCardLevel_kosld_7"
|
|
|
172485
172485
|
cols: j ?? { lg: 12, md: 12, sm: 12, xs: 3, xxs: 2 },
|
|
172486
172486
|
containerPadding: [0, 10],
|
|
172487
172487
|
margin: [
|
|
172488
|
-
(LN = Ve == null ? void 0 : Ve.
|
|
172489
|
-
(cr = Ve == null ? void 0 : Ve.
|
|
172488
|
+
(LN = Ve == null ? void 0 : Ve.horizontalMargin) != null && LN.toString() ? Ve.horizontalMargin : 10,
|
|
172489
|
+
(cr = Ve == null ? void 0 : Ve.verticalMargin) != null && cr.toString() ? Ve.verticalMargin : 10
|
|
172490
172490
|
],
|
|
172491
172491
|
children: FN
|
|
172492
172492
|
}
|
|
@@ -178397,6 +178397,7 @@ const _De = (M) => {
|
|
|
178397
178397
|
{
|
|
178398
178398
|
type: "number",
|
|
178399
178399
|
min: 0,
|
|
178400
|
+
max: 20,
|
|
178400
178401
|
value: Le == null ? void 0 : Le.verticalMargin,
|
|
178401
178402
|
onChange: (ZM) => ve((Sn) => ({
|
|
178402
178403
|
...Sn,
|
|
@@ -178415,7 +178416,6 @@ const _De = (M) => {
|
|
|
178415
178416
|
{
|
|
178416
178417
|
type: "number",
|
|
178417
178418
|
min: 0,
|
|
178418
|
-
max: 20,
|
|
178419
178419
|
value: Le == null ? void 0 : Le.horizontalMargin,
|
|
178420
178420
|
onChange: (ZM) => ve((Sn) => ({
|
|
178421
178421
|
...Sn,
|