@festo-ui/web-essentials 7.2.0-dev.435 → 7.2.0-dev.436

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v7.2.0-dev.435 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v7.2.0-dev.436 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -15703,6 +15703,17 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
15703
15703
  border: 1px solid var(--fwe-control);
15704
15704
  }
15705
15705
 
15706
+ @media (prefers-reduced-motion: reduce) {
15707
+ .fwe-waiting-circle-1 {
15708
+ animation: non-motion-animation 1s infinite alternate !important;
15709
+ border-color: var(--fwe-hero) !important;
15710
+ }
15711
+ .fwe-waiting-circle-2,
15712
+ .fwe-waiting-circle-3,
15713
+ .fwe-waiting-circle-4 {
15714
+ display: none !important;
15715
+ }
15716
+ }
15706
15717
  .fwe-waiting-container {
15707
15718
  width: 100%;
15708
15719
  height: 100%;
@@ -15770,6 +15781,14 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
15770
15781
  width: 16px;
15771
15782
  border-width: 2px;
15772
15783
  }
15784
+ @keyframes non-motion-animation {
15785
+ 0% {
15786
+ opacity: 0.3;
15787
+ }
15788
+ 100% {
15789
+ opacity: 1;
15790
+ }
15791
+ }
15773
15792
  @keyframes fwe-wi-animation-1 {
15774
15793
  0% {
15775
15794
  transform: rotate(0deg);