@ni/nimble-components 21.0.1 → 21.0.3

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.
@@ -16301,7 +16301,7 @@
16301
16301
 
16302
16302
  /**
16303
16303
  * Do not edit directly
16304
- * Generated on Tue, 23 Jan 2024 15:45:55 GMT
16304
+ * Generated on Wed, 24 Jan 2024 00:02:50 GMT
16305
16305
  */
16306
16306
 
16307
16307
  const Information100DarkUi = "#a46eff";
@@ -63504,6 +63504,7 @@ img.ProseMirror-separator {
63504
63504
  connect() {
63505
63505
  this.viewportResizeObserver.observe(this.table.viewport);
63506
63506
  this.updateVirtualizer();
63507
+ this.table.viewport.scrollTo({ top: this.virtualizer.scrollOffset });
63507
63508
  }
63508
63509
  disconnect() {
63509
63510
  this.viewportResizeObserver.disconnect();