@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.
@@ -1518,6 +1518,13 @@ const Ph=ut`
1518
1518
  outline: none;
1519
1519
  border: none;
1520
1520
  box-sizing: border-box;
1521
+ transition: box-shadow ${za};
1522
+ }
1523
+
1524
+ @media (prefers-reduced-motion) {
1525
+ :host {
1526
+ transition-duration: 0s;
1527
+ }
1521
1528
  }
1522
1529
 
1523
1530
  :host(:hover) {
@@ -1544,7 +1551,6 @@ const Ph=ut`
1544
1551
  cursor: inherit;
1545
1552
  font: inherit;
1546
1553
  outline: none;
1547
- transition: box-shadow ${za};
1548
1554
  padding: 0px;
1549
1555
  }
1550
1556
 
@@ -1608,12 +1614,6 @@ const Ph=ut`
1608
1614
  slot[name='end'] {
1609
1615
  display: none;
1610
1616
  }
1611
-
1612
- @media (prefers-reduced-motion) {
1613
- .control {
1614
- transition-duration: 0s;
1615
- }
1616
- }
1617
1617
  `.withBehaviors(Pa(Eo,ut`
1618
1618
  :host {
1619
1619
  --ni-private-card-button-background-hover-color: ${Io(uo,.3)};
@@ -3545,7 +3545,6 @@ const Su=ut`
3545
3545
 
3546
3546
  :host([aria-checked='true']) .checked-indicator-spacer {
3547
3547
  flex-grow: 1;
3548
- transition: flex-grow ${za} ease-in-out;
3549
3548
  }
3550
3549
 
3551
3550
  .checked-indicator {
@@ -3600,7 +3599,6 @@ const Su=ut`
3600
3599
 
3601
3600
  :host([aria-checked='true']) .checked-indicator-inner {
3602
3601
  opacity: 1;
3603
- transition: opacity ${za} ease-in-out;
3604
3602
  }
3605
3603
 
3606
3604
  slot[name='checked-message']::slotted(*) {