@ni/ok-components 1.6.5 → 1.6.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.
@@ -70393,9 +70393,6 @@ img.ProseMirror-separator {
70393
70393
  --ni-private-switch-indicator-size: 24px;
70394
70394
  --ni-private-switch-indicator-inner-size: 18px;
70395
70395
  --ni-private-switch-indicator-margin: -2px;
70396
- padding-bottom: calc(
70397
- ${controlHeight} - var(--ni-private-switch-height)
70398
- );
70399
70396
  }
70400
70397
 
70401
70398
  :host([disabled]) {
@@ -70420,6 +70417,12 @@ img.ProseMirror-separator {
70420
70417
  .switch-container {
70421
70418
  display: flex;
70422
70419
  align-items: center;
70420
+ ${'' /*
70421
+ Reserve space around the 24px control to fill a 32px height until we have a switch 32 design.
70422
+ See: https://github.com/ni/nimble/issues/3013
70423
+ */}
70424
+ padding-top: 2px;
70425
+ padding-bottom: 6px;
70423
70426
  }
70424
70427
 
70425
70428
  slot[name='unchecked-message']::slotted(*) {