@ni/nimble-components 18.13.0 → 18.13.1

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.
@@ -16356,7 +16356,7 @@
16356
16356
 
16357
16357
  /**
16358
16358
  * Do not edit directly
16359
- * Generated on Mon, 01 May 2023 20:20:11 GMT
16359
+ * Generated on Fri, 05 May 2023 15:11:52 GMT
16360
16360
  */
16361
16361
  const Information100DarkUi = "#a46eff";
16362
16362
  const Information100LightUi = "#804ad9";
@@ -17261,7 +17261,7 @@
17261
17261
  }
17262
17262
 
17263
17263
  :host([content-hidden]) .control {
17264
- width: ${controlHeight};
17264
+ aspect-ratio: 1 / 1;
17265
17265
  padding: 0px;
17266
17266
  }
17267
17267
 
@@ -28248,7 +28248,6 @@
28248
28248
  }
28249
28249
 
28250
28250
  .collapse-all-button {
28251
- width: ${controlSlimHeight};
28252
28251
  height: ${controlSlimHeight};
28253
28252
  margin-left: calc(${smallPadding} * 2);
28254
28253
  visibility: hidden;
@@ -28495,6 +28494,8 @@
28495
28494
  margin-left: auto;
28496
28495
  flex-shrink: 0;
28497
28496
  flex-grow: 0;
28497
+ height: ${controlSlimHeight};
28498
+ align-self: center;
28498
28499
  }
28499
28500
  `;
28500
28501
 
@@ -28795,7 +28796,6 @@
28795
28796
  ${smallPadding} * 2 + ${standardPadding} * 2 *
28796
28797
  var(--ni-private-table-group-row-indent-level)
28797
28798
  );
28798
- width: ${controlSlimHeight};
28799
28799
  height: ${controlSlimHeight};
28800
28800
  }
28801
28801