@ni/nimble-components 35.12.3 → 35.12.4

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.
@@ -11880,9 +11880,6 @@ const hP=_t`
11880
11880
  --ni-private-switch-indicator-size: 24px;
11881
11881
  --ni-private-switch-indicator-inner-size: 18px;
11882
11882
  --ni-private-switch-indicator-margin: -2px;
11883
- padding-bottom: calc(
11884
- ${yc} - var(--ni-private-switch-height)
11885
- );
11886
11883
  }
11887
11884
 
11888
11885
  :host([disabled]) {
@@ -11907,6 +11904,9 @@ const hP=_t`
11907
11904
  .switch-container {
11908
11905
  display: flex;
11909
11906
  align-items: center;
11907
+ ${""}
11908
+ padding-top: 2px;
11909
+ padding-bottom: 6px;
11910
11910
  }
11911
11911
 
11912
11912
  slot[name='unchecked-message']::slotted(*) {