@namiml/web-sdk 3.4.6-dev.202607171631 → 3.4.6-dev.202607171903

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.
@@ -22,6 +22,12 @@ export type TRepeatingListSection = {
22
22
  header: TComponent[] | null;
23
23
  items: TComponent[][];
24
24
  };
25
+ /**
26
+ * Effective grid-column span for a slot in a feed with a fixed column count.
27
+ * "all" spans the full row; invalid values (non-integer, < 1, unknown strings)
28
+ * fall back to 1; values above the column count clamp to it.
29
+ */
30
+ export declare function clampSlotColumnSpan(raw: unknown, columns: number): number;
25
31
  /**
26
32
  * Partitions a repeating grid's loop source into sections. Blocks failing any
27
33
  * `loopSourceConditions` assertion are dropped first (evaluated per block, so