@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.
@@ -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-TINY76JI.js.map
3457
- //# sourceMappingURL=chunk-TINY76JI.js.map
3456
+ //# sourceMappingURL=chunk-MOCMPGHB.js.map
3457
+ //# sourceMappingURL=chunk-MOCMPGHB.js.map