@ckeditor/ckeditor5-block-quote 42.0.1-alpha.1 → 42.0.1-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,10 @@ margin-left: 0;
10
10
  margin-right: 0;
11
11
  font-style: italic;
12
12
  border-left: solid 5px hsl(0, 0%, 80%);
13
+
13
14
  }
14
15
  .ck-content[dir="rtl"] blockquote {
15
16
  border-left: 0;
16
17
  border-right: solid 5px hsl(0, 0%, 80%);
18
+
17
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-block-quote",
3
- "version": "42.0.1-alpha.1",
3
+ "version": "42.0.1-alpha.2",
4
4
  "description": "Block quote feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,7 +13,7 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "ckeditor5": "42.0.1-alpha.1"
16
+ "ckeditor5": "42.0.1-alpha.2"
17
17
  },
18
18
  "author": "CKSource (http://cksource.com/)",
19
19
  "license": "GPL-2.0-or-later",