@pos-360/horizon 0.29.1 → 0.30.0
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/{chunk-TINY76JI.js → chunk-MOCMPGHB.js} +3 -3
- package/dist/chunk-MOCMPGHB.js.map +1 -0
- package/dist/{chunk-PXBJSQUY.mjs → chunk-OWU2ABN4.mjs} +3 -3
- package/dist/chunk-OWU2ABN4.mjs.map +1 -0
- package/dist/index.js +106 -106
- package/dist/index.mjs +1 -1
- package/dist/primitives.d.mts +1 -1
- package/dist/primitives.d.ts +1 -1
- package/dist/primitives.js +106 -106
- package/dist/primitives.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-PXBJSQUY.mjs.map +0 -1
- package/dist/chunk-TINY76JI.js.map +0 -1
|
@@ -3148,7 +3148,7 @@ function MobileDataCard({
|
|
|
3148
3148
|
] });
|
|
3149
3149
|
const hasStats = stats && stats.length > 0 || !!statsRenderer;
|
|
3150
3150
|
const hasDetails = details && details.length > 0;
|
|
3151
|
-
const cols = statColumns ?? stats?.length ?? 2;
|
|
3151
|
+
const cols = statColumns ?? Math.max(2, Math.min(stats?.length ?? 2, 5));
|
|
3152
3152
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3153
3153
|
"div",
|
|
3154
3154
|
{
|
|
@@ -3453,5 +3453,5 @@ exports.useColumnVisibility = useColumnVisibility;
|
|
|
3453
3453
|
exports.useFormContext = useFormContext;
|
|
3454
3454
|
exports.useFormFieldContext = useFormFieldContext;
|
|
3455
3455
|
exports.useTableSelection = useTableSelection;
|
|
3456
|
-
//# sourceMappingURL=chunk-
|
|
3457
|
-
//# sourceMappingURL=chunk-
|
|
3456
|
+
//# sourceMappingURL=chunk-MOCMPGHB.js.map
|
|
3457
|
+
//# sourceMappingURL=chunk-MOCMPGHB.js.map
|