@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.
@@ -10658,8 +10658,12 @@ const KR="nimble-table-header",YR=Mt`
10658
10658
  }
10659
10659
 
10660
10660
  :host(${zs}) {
10661
- outline: calc(2 * ${Ml}) solid ${dl};
10662
- outline-offset: calc(-2 * ${Ml});
10661
+ outline: none;
10662
+ box-shadow:
10663
+ inset calc(2 * ${Ml}) calc(2 * ${Ml})
10664
+ ${dl},
10665
+ inset calc(-2 * ${Ml}) calc(-2 * ${Ml})
10666
+ ${dl};
10663
10667
  }
10664
10668
 
10665
10669
  .expand-collapse-button {
@@ -12040,7 +12044,6 @@ const sL=Q`
12040
12044
  }
12041
12045
 
12042
12046
  nimble-menu-button {
12043
- height: ${Cl};
12044
12047
  width: 100%;
12045
12048
  }
12046
12049