@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.
|
@@ -70385,9 +70385,6 @@ img.ProseMirror-separator {
|
|
|
70385
70385
|
--ni-private-switch-indicator-size: 24px;
|
|
70386
70386
|
--ni-private-switch-indicator-inner-size: 18px;
|
|
70387
70387
|
--ni-private-switch-indicator-margin: -2px;
|
|
70388
|
-
padding-bottom: calc(
|
|
70389
|
-
${controlHeight} - var(--ni-private-switch-height)
|
|
70390
|
-
);
|
|
70391
70388
|
}
|
|
70392
70389
|
|
|
70393
70390
|
:host([disabled]) {
|
|
@@ -70412,6 +70409,12 @@ img.ProseMirror-separator {
|
|
|
70412
70409
|
.switch-container {
|
|
70413
70410
|
display: flex;
|
|
70414
70411
|
align-items: center;
|
|
70412
|
+
${'' /*
|
|
70413
|
+
Reserve space around the 24px control to fill a 32px height until we have a switch 32 design.
|
|
70414
|
+
See: https://github.com/ni/nimble/issues/3013
|
|
70415
|
+
*/}
|
|
70416
|
+
padding-top: 2px;
|
|
70417
|
+
padding-bottom: 6px;
|
|
70415
70418
|
}
|
|
70416
70419
|
|
|
70417
70420
|
slot[name='unchecked-message']::slotted(*) {
|