@vue-pdf-viewer/viewer 2.5.0-beta.16 → 2.5.0-beta.18

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,16 +1,16 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
2
2
  <style>
3
- @media not (prefers-reduced-motion) {
4
- @keyframes loadingRotate {
5
- from {
6
- rotate: 0;
7
- }
3
+ @keyframes loadingRotate {
4
+ from {
5
+ rotate: 0;
6
+ }
8
7
 
9
- to {
10
- rotate: 360deg
11
- }
8
+ to {
9
+ rotate: 360deg
12
10
  }
11
+ }
13
12
 
13
+ @media not (prefers-reduced-motion) {
14
14
  #circle-arrows {
15
15
  animation: loadingRotate 1.8s linear infinite;
16
16
  transform-origin: 50% 50%;