@ni/nimble-components 11.13.0 → 11.13.1
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 +7 -9
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +7 -9
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/card-button/styles.js +7 -7
- package/dist/esm/card-button/styles.js.map +1 -1
- package/dist/esm/switch/styles.js +0 -2
- package/dist/esm/switch/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -16087,6 +16087,13 @@
|
|
|
16087
16087
|
outline: none;
|
|
16088
16088
|
border: none;
|
|
16089
16089
|
box-sizing: border-box;
|
|
16090
|
+
transition: box-shadow ${smallDelay};
|
|
16091
|
+
}
|
|
16092
|
+
|
|
16093
|
+
@media (prefers-reduced-motion) {
|
|
16094
|
+
:host {
|
|
16095
|
+
transition-duration: 0s;
|
|
16096
|
+
}
|
|
16090
16097
|
}
|
|
16091
16098
|
|
|
16092
16099
|
:host(:hover) {
|
|
@@ -16113,7 +16120,6 @@
|
|
|
16113
16120
|
cursor: inherit;
|
|
16114
16121
|
font: inherit;
|
|
16115
16122
|
outline: none;
|
|
16116
|
-
transition: box-shadow ${smallDelay};
|
|
16117
16123
|
padding: 0px;
|
|
16118
16124
|
}
|
|
16119
16125
|
|
|
@@ -16177,12 +16183,6 @@
|
|
|
16177
16183
|
slot[name='end'] {
|
|
16178
16184
|
display: none;
|
|
16179
16185
|
}
|
|
16180
|
-
|
|
16181
|
-
@media (prefers-reduced-motion) {
|
|
16182
|
-
.control {
|
|
16183
|
-
transition-duration: 0s;
|
|
16184
|
-
}
|
|
16185
|
-
}
|
|
16186
16186
|
`.withBehaviors(themeBehavior(Theme.light, css `
|
|
16187
16187
|
:host {
|
|
16188
16188
|
--ni-private-card-button-background-hover-color: ${hexToRgbaCssColor(White, 0.3)};
|
|
@@ -21095,7 +21095,6 @@
|
|
|
21095
21095
|
|
|
21096
21096
|
:host([aria-checked='true']) .checked-indicator-spacer {
|
|
21097
21097
|
flex-grow: 1;
|
|
21098
|
-
transition: flex-grow ${smallDelay} ease-in-out;
|
|
21099
21098
|
}
|
|
21100
21099
|
|
|
21101
21100
|
.checked-indicator {
|
|
@@ -21150,7 +21149,6 @@
|
|
|
21150
21149
|
|
|
21151
21150
|
:host([aria-checked='true']) .checked-indicator-inner {
|
|
21152
21151
|
opacity: 1;
|
|
21153
|
-
transition: opacity ${smallDelay} ease-in-out;
|
|
21154
21152
|
}
|
|
21155
21153
|
|
|
21156
21154
|
slot[name='checked-message']::slotted(*) {
|