@namiml/web-sdk 3.4.11-dev.202609151845 → 3.4.11-dev.202609152019

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.
@@ -335,7 +335,7 @@ declare class NamiResponsiveGrid extends NamiElement {
335
335
  private isGroupedHorizontal;
336
336
  private isTimelineActive;
337
337
  protected styles(): CSSResult;
338
- render(): lit_html.TemplateResult<1> | any[][] | lit_html.TemplateResult<1>[];
338
+ render(): any[][] | lit_html.TemplateResult<1> | lit_html.TemplateResult<1>[];
339
339
  protected updated(): void;
340
340
  private measureTimeline;
341
341
  private readTimelineGeometry;