@namiml/web-sdk 3.4.4-dev.202606241733 → 3.4.4-dev.202606241934

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.
@@ -287,7 +287,7 @@ declare class NamiResponsiveGrid extends NamiElement {
287
287
  private isGroupedHorizontal;
288
288
  private isTimelineActive;
289
289
  protected styles(): CSSResult;
290
- render(): lit_html.TemplateResult<1> | any[][] | lit_html.TemplateResult<1>[];
290
+ render(): any[][] | lit_html.TemplateResult<1> | lit_html.TemplateResult<1>[];
291
291
  protected updated(): void;
292
292
  private measureTimeline;
293
293
  private readTimelineGeometry;