@ni/spright-components 4.1.0 → 4.1.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.
@@ -22107,7 +22107,12 @@ so this becomes the fallback color for the slot */ ''}
22107
22107
 
22108
22108
  @keyframes ni-private-drawer-slide-in-right-keyframes {
22109
22109
  0% {
22110
- transform: translate(100%);
22110
+ ${
22111
+ /*
22112
+ Why 95% instead of 100%? See the following Safari bug:
22113
+ https://bugs.webkit.org/show_bug.cgi?id=279148
22114
+ */ ''}
22115
+ transform: translate(95%);
22111
22116
  }
22112
22117
  100% {
22113
22118
  transform: translate(0%);