@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.
- package/dist/all-components-bundle.js +6 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3 -3
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +83 -83
- package/dist/custom-elements.md +24 -24
- package/dist/esm/switch/styles.js +7 -4
- package/dist/esm/switch/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -70383,9 +70383,6 @@ img.ProseMirror-separator {
|
|
|
70383
70383
|
--ni-private-switch-indicator-size: 24px;
|
|
70384
70384
|
--ni-private-switch-indicator-inner-size: 18px;
|
|
70385
70385
|
--ni-private-switch-indicator-margin: -2px;
|
|
70386
|
-
padding-bottom: calc(
|
|
70387
|
-
${controlHeight} - var(--ni-private-switch-height)
|
|
70388
|
-
);
|
|
70389
70386
|
}
|
|
70390
70387
|
|
|
70391
70388
|
:host([disabled]) {
|
|
@@ -70410,6 +70407,12 @@ img.ProseMirror-separator {
|
|
|
70410
70407
|
.switch-container {
|
|
70411
70408
|
display: flex;
|
|
70412
70409
|
align-items: center;
|
|
70410
|
+
${'' /*
|
|
70411
|
+
Reserve space around the 24px control to fill a 32px height until we have a switch 32 design.
|
|
70412
|
+
See: https://github.com/ni/nimble/issues/3013
|
|
70413
|
+
*/}
|
|
70414
|
+
padding-top: 2px;
|
|
70415
|
+
padding-bottom: 6px;
|
|
70413
70416
|
}
|
|
70414
70417
|
|
|
70415
70418
|
slot[name='unchecked-message']::slotted(*) {
|