@ni/nimble-components 30.1.5 → 30.1.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.
@@ -16032,7 +16032,7 @@
16032
16032
 
16033
16033
  /**
16034
16034
  * Do not edit directly
16035
- * Generated on Tue, 30 Jul 2024 18:01:26 GMT
16035
+ * Generated on Tue, 30 Jul 2024 20:04:50 GMT
16036
16036
  */
16037
16037
 
16038
16038
  const Information100DarkUi = "#a46eff";
@@ -65914,8 +65914,12 @@ focus outline in that case.
65914
65914
  }
65915
65915
 
65916
65916
  :host(${focusVisible}) {
65917
- outline: calc(2 * ${borderWidth}) solid ${borderHoverColor};
65918
- outline-offset: calc(-2 * ${borderWidth});
65917
+ outline: none;
65918
+ box-shadow:
65919
+ inset calc(2 * ${borderWidth}) calc(2 * ${borderWidth})
65920
+ ${borderHoverColor},
65921
+ inset calc(-2 * ${borderWidth}) calc(-2 * ${borderWidth})
65922
+ ${borderHoverColor};
65919
65923
  }
65920
65924
 
65921
65925
  .expand-collapse-button {
@@ -72654,7 +72658,6 @@ focus outline in that case.
72654
72658
  }
72655
72659
 
72656
72660
  nimble-menu-button {
72657
- height: ${controlSlimHeight};
72658
72661
  width: 100%;
72659
72662
  }
72660
72663