@ni/nimble-components 20.0.5 → 20.0.6

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 20:23:50 GMT
16291
+ * Generated on Wed, 02 Aug 2023 00:03:48 GMT
16292
16292
  */
16293
16293
 
16294
16294
  const Information100DarkUi = "#a46eff";
@@ -47925,6 +47925,9 @@
47925
47925
  __decorate$1([
47926
47926
  observable
47927
47927
  ], Table.prototype, "tableScrollableMinWidth", void 0);
47928
+ __decorate$1([
47929
+ observable
47930
+ ], Table.prototype, "documentShiftKeyDown", void 0);
47928
47931
  const nimbleTable = Table.compose({
47929
47932
  baseName: 'table',
47930
47933
  template: template$9,