@ckeditor/ckeditor5-theme-lark 46.0.1-alpha.4 → 46.0.1-alpha.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-theme-lark",
3
- "version": "46.0.1-alpha.4",
3
+ "version": "46.0.1-alpha.6",
4
4
  "description": "A bright theme for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -9,7 +9,7 @@
9
9
  "ckeditor5-theme"
10
10
  ],
11
11
  "dependencies": {
12
- "@ckeditor/ckeditor5-ui": "46.0.1-alpha.4"
12
+ "@ckeditor/ckeditor5-ui": "46.0.1-alpha.6"
13
13
  },
14
14
  "author": "CKSource (http://cksource.com/)",
15
15
  "license": "SEE LICENSE IN LICENSE.md",
@@ -129,7 +129,7 @@
129
129
  .ck.ck-find-and-replace-form {
130
130
  width: 300px;
131
131
 
132
- /* Don't let the form overflow from the dialog (https://github.com/cksource/ckeditor5-commercial/issues/5913) */
132
+ /* Don't let the form overflow from the dialog (https://github.com/ckeditor/ckeditor5-commercial/issues/5913) */
133
133
  max-width: 100%;
134
134
 
135
135
  /* Styles specific for inputs area. */