@ni/nimble-components 20.0.3 → 20.0.4

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.
@@ -16288,7 +16288,7 @@
16288
16288
 
16289
16289
  /**
16290
16290
  * Do not edit directly
16291
- * Generated on Tue, 01 Aug 2023 16:23:07 GMT
16291
+ * Generated on Tue, 01 Aug 2023 19:40:32 GMT
16292
16292
  */
16293
16293
 
16294
16294
  const Information100DarkUi = "#a46eff";
@@ -46639,7 +46639,7 @@
46639
46639
  ? Math.max(leftColumnInitialWidths.minPixelWidth
46640
46640
  - leftColumnInitialWidths.initialPixelWidth, currentDelta)
46641
46641
  : delta;
46642
- const actualDelta = Math.round(allowedDelta);
46642
+ const actualDelta = allowedDelta;
46643
46643
  const leftColumn = this.visibleColumns[leftColumnIndex];
46644
46644
  leftColumn.columnInternals.currentPixelWidth += actualDelta;
46645
46645
  if (actualDelta > currentDelta && leftColumnIndex > 0 && delta < 0) {
@@ -46654,7 +46654,7 @@
46654
46654
  ? Math.min(rightColumnInitialWidths.initialPixelWidth
46655
46655
  - rightColumnInitialWidths.minPixelWidth, currentDelta)
46656
46656
  : delta;
46657
- const actualDelta = Math.round(allowedDelta);
46657
+ const actualDelta = allowedDelta;
46658
46658
  const rightColumn = this.visibleColumns[rightColumnIndex];
46659
46659
  rightColumn.columnInternals.currentPixelWidth -= actualDelta;
46660
46660
  if (actualDelta < currentDelta