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