@ckeditor/ckeditor5-block-quote 48.1.0 → 48.2.0-alpha.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/dist/index.css.map +1 -1
- package/package.json +8 -8
package/dist/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../theme/blockquote.css","index.css"],"names":[],"mappings":";;;;AAKA,CAAA,EAAA,CAAA,OAAA,CAAA,UAAA,CAAA;ACJA,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,GAAG;AAC7B,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;AAChB,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AACjB,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG;AACrB,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG;AACtB,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM;AACpB,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM;AAClB;;ADWA,CAAA,EAAA,CAAA,OAAA,CAAA,GAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,UAAA,CAAA;ACRA,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;AAChB,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,GAAG;AAC9B;;AAEA,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","file":"index.css.map","sourcesContent":["/*\n * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n.ck-content blockquote {\n\t/* See
|
|
1
|
+
{"version":3,"sources":["../theme/blockquote.css","index.css"],"names":[],"mappings":";;;;AAKA,CAAA,EAAA,CAAA,OAAA,CAAA,UAAA,CAAA;ACJA,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,GAAG;AAC7B,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;AAChB,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AACjB,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG;AACrB,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG;AACtB,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM;AACpB,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM;AAClB;;ADWA,CAAA,EAAA,CAAA,OAAA,CAAA,GAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,UAAA,CAAA;ACRA,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;AAChB,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,GAAG;AAC9B;;AAEA,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","file":"index.css.map","sourcesContent":["/*\n * Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.\n * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options\n */\n\n.ck-content blockquote {\n\t/* See https://github.com/ckeditor/ckeditor5-block-quote/issues/12 */\n\toverflow: hidden;\n\n\t/* https://github.com/ckeditor/ckeditor5-block-quote/issues/15 */\n\tpadding-right: 1.5em;\n\tpadding-left: 1.5em;\n\n\tmargin-left: 0;\n\tmargin-right: 0;\n\tfont-style: italic;\n\tborder-left: solid 5px hsl(0, 0%, 80%);\n}\n\n.ck-content[dir=\"rtl\"] blockquote {\n\tborder-left: 0;\n\tborder-right: solid 5px hsl(0, 0%, 80%);\n}\n",".ck-content blockquote {\n border-left: 5px solid #ccc;\n margin-left: 0;\n margin-right: 0;\n padding-left: 1.5em;\n padding-right: 1.5em;\n font-style: italic;\n overflow: hidden;\n}\n\n.ck-content[dir=\"rtl\"] blockquote {\n border-left: 0;\n border-right: 5px solid #ccc;\n}\n\n/*# sourceMappingURL=index.css.map */"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-block-quote",
|
|
3
|
-
"version": "48.
|
|
3
|
+
"version": "48.2.0-alpha.0",
|
|
4
4
|
"description": "Block quote feature for CKEditor 5.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"./package.json": "./package.json"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ckeditor/ckeditor5-core": "48.
|
|
30
|
-
"@ckeditor/ckeditor5-engine": "48.
|
|
31
|
-
"@ckeditor/ckeditor5-enter": "48.
|
|
32
|
-
"@ckeditor/ckeditor5-icons": "48.
|
|
33
|
-
"@ckeditor/ckeditor5-typing": "48.
|
|
34
|
-
"@ckeditor/ckeditor5-ui": "48.
|
|
35
|
-
"@ckeditor/ckeditor5-utils": "48.
|
|
29
|
+
"@ckeditor/ckeditor5-core": "48.2.0-alpha.0",
|
|
30
|
+
"@ckeditor/ckeditor5-engine": "48.2.0-alpha.0",
|
|
31
|
+
"@ckeditor/ckeditor5-enter": "48.2.0-alpha.0",
|
|
32
|
+
"@ckeditor/ckeditor5-icons": "48.2.0-alpha.0",
|
|
33
|
+
"@ckeditor/ckeditor5-typing": "48.2.0-alpha.0",
|
|
34
|
+
"@ckeditor/ckeditor5-ui": "48.2.0-alpha.0",
|
|
35
|
+
"@ckeditor/ckeditor5-utils": "48.2.0-alpha.0"
|
|
36
36
|
},
|
|
37
37
|
"files": [
|
|
38
38
|
"dist",
|