@ckeditor/ckeditor5-theme-lark 45.0.0-alpha.1 → 45.0.0-alpha.3

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": "45.0.0-alpha.1",
3
+ "version": "45.0.0-alpha.3",
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": "45.0.0-alpha.1"
12
+ "@ckeditor/ckeditor5-ui": "45.0.0-alpha.3"
13
13
  },
14
14
  "author": "CKSource (http://cksource.com/)",
15
15
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,6 +23,9 @@
23
23
  overflow: clip;
24
24
  overflow-clip-margin: var(--ck-widget-outline-thickness);
25
25
 
26
+ /* Resetting `border-collapse` property to the user agent styles. */
27
+ border-collapse: revert;
28
+
26
29
  /* The default table layout style in the editing view when the border is unset. */
27
30
  &:not(
28
31
  [style*="border:"],