@ni/spright-components 6.21.5 → 6.21.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.
|
@@ -11896,9 +11896,6 @@ const SP=_t`
|
|
|
11896
11896
|
--ni-private-switch-indicator-size: 24px;
|
|
11897
11897
|
--ni-private-switch-indicator-inner-size: 18px;
|
|
11898
11898
|
--ni-private-switch-indicator-margin: -2px;
|
|
11899
|
-
padding-bottom: calc(
|
|
11900
|
-
${Ec} - var(--ni-private-switch-height)
|
|
11901
|
-
);
|
|
11902
11899
|
}
|
|
11903
11900
|
|
|
11904
11901
|
:host([disabled]) {
|
|
@@ -11923,6 +11920,9 @@ const SP=_t`
|
|
|
11923
11920
|
.switch-container {
|
|
11924
11921
|
display: flex;
|
|
11925
11922
|
align-items: center;
|
|
11923
|
+
${""}
|
|
11924
|
+
padding-top: 2px;
|
|
11925
|
+
padding-bottom: 6px;
|
|
11926
11926
|
}
|
|
11927
11927
|
|
|
11928
11928
|
slot[name='unchecked-message']::slotted(*) {
|