@namiml/web-sdk 3.4.5-dev.202607092259 → 3.4.5-dev.202607092317

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.
@@ -298,7 +298,7 @@ declare class NamiResponsiveGrid extends NamiElement {
298
298
  private isGroupedHorizontal;
299
299
  private isTimelineActive;
300
300
  protected styles(): CSSResult;
301
- render(): any[][] | lit_html.TemplateResult<1> | lit_html.TemplateResult<1>[];
301
+ render(): lit_html.TemplateResult<1> | any[][] | lit_html.TemplateResult<1>[];
302
302
  protected updated(): void;
303
303
  private measureTimeline;
304
304
  private readTimelineGeometry;