@ni/nimble-components 16.1.6 → 16.1.7

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.
@@ -4272,6 +4272,7 @@ const zp=ve`
4272
4272
  --ni-private-active-indicator-width: 2px;
4273
4273
  --ni-private-focus-indicator-width: 1px;
4274
4274
  --ni-private-indicator-lines-gap: 1px;
4275
+ --ni-private-focus-indicator-inset-width: 3px;
4275
4276
  }
4276
4277
 
4277
4278
  :host(:hover) {
@@ -4327,7 +4328,7 @@ const zp=ve`
4327
4328
  }
4328
4329
 
4329
4330
  :host(${ys})::before {
4330
- width: 100%;
4331
+ width: calc(100% - 2 * var(--ni-private-focus-indicator-inset-width));
4331
4332
  }
4332
4333
 
4333
4334
  :host::after {