@ckeditor/ckeditor5-theme-lark 0.0.0-nightly-20240603.0 → 0.0.0-nightly-20240604.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.
package/README.md
CHANGED
@@ -11,12 +11,6 @@ This package implements lark theme – the default CKEditor 5 theme.
|
|
11
11
|
|
12
12
|
See the [`@ckeditor/ckeditor5-theme-lark` package](https://ckeditor.com/docs/ckeditor5/latest/api/theme-lark.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
|
13
13
|
|
14
|
-
## Installation
|
15
|
-
|
16
|
-
```bash
|
17
|
-
npm install ckeditor5
|
18
|
-
```
|
19
|
-
|
20
14
|
## License
|
21
15
|
|
22
16
|
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license).
|
package/dist/index-editor.css
CHANGED
@@ -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
|
1438
|
+
animation: 1.5s infinite 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
|
2569
|
+
animation: 1.5s infinite 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
|
2583
|
+
@keyframes rotate {
|
2584
2584
|
to {
|
2585
2585
|
transform: rotate(360deg)
|
2586
2586
|
}
|