@ckeditor/ckeditor5-theme-lark 0.0.0-nightly-20240521.0 → 0.0.0-nightly-20240522.0

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.
@@ -1435,7 +1435,7 @@ margin-top: var(--ck-spacing-medium);
1435
1435
  .ck.ck-spinner-container {
1436
1436
  width: var(--ck-toolbar-spinner-size);
1437
1437
  height: var(--ck-toolbar-spinner-size);
1438
- animation: 1.5s infinite rotate linear;
1438
+ animation: 1.5s infinite ck-spinner-rotate linear;
1439
1439
  }
1440
1440
  .ck.ck-spinner {
1441
1441
  width: var(--ck-toolbar-spinner-size);
package/dist/index.css CHANGED
@@ -2566,7 +2566,7 @@ of the component, floating–point numbers have been used which, for the default
2566
2566
  .ck.ck-spinner-container {
2567
2567
  width: var(--ck-toolbar-spinner-size);
2568
2568
  height: var(--ck-toolbar-spinner-size);
2569
- animation: 1.5s infinite rotate linear;
2569
+ animation: 1.5s infinite ck-spinner-rotate linear;
2570
2570
  }
2571
2571
  @media (prefers-reduced-motion: reduce) {
2572
2572
  .ck.ck-spinner-container {
@@ -2580,7 +2580,7 @@ of the component, floating–point numbers have been used which, for the default
2580
2580
  border: 2px solid var(--ck-color-text);
2581
2581
  border-top-color: transparent;
2582
2582
  }
2583
- @keyframes rotate {
2583
+ @keyframes ck-spinner-rotate {
2584
2584
  to {
2585
2585
  transform: rotate(360deg)
2586
2586
  }