jodit 4.0.0-beta.49 → 4.0.0-beta.54
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/CHANGELOG.md +32 -6
- package/README.md +4 -4
- package/es2015/jodit.css +83 -98
- package/es2015/jodit.fat.css +4915 -0
- package/es2015/jodit.fat.js +38168 -0
- package/es2015/jodit.js +290 -320
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +4 -3
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2018/jodit.css +83 -98
- package/es2018/jodit.fat.min.css +1 -0
- package/es2018/jodit.fat.min.js +10 -0
- package/es2018/jodit.js +288 -321
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.js +1 -1
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.js +4 -3
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021/jodit.css +83 -98
- package/es2021/jodit.fat.css +4915 -0
- package/es2021/jodit.fat.js +38124 -0
- package/es2021/jodit.js +288 -321
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +4 -3
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021.en/jodit.css +83 -98
- package/es2021.en/jodit.fat.css +4915 -0
- package/es2021.en/jodit.fat.js +35944 -0
- package/es2021.en/jodit.js +288 -321
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +4 -3
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es5/jodit.css +76 -73
- package/es5/jodit.fat.css +4915 -0
- package/es5/jodit.fat.js +44900 -0
- package/es5/jodit.js +917 -950
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.js +2 -2
- package/es5/plugins/debug/debug.min.js +2 -2
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +4 -3
- package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/esm/config.js +2 -7
- package/esm/core/async/async.js +3 -5
- package/esm/core/constants.js +2 -1
- package/esm/core/create/create.js +1 -1
- package/esm/core/dom/dom.js +8 -7
- package/esm/core/global.js +6 -1
- package/esm/core/helpers/html/htmlspecialchars.js +0 -1
- package/esm/core/helpers/html/strip-tags.js +2 -1
- package/esm/core/helpers/utils/align.js +0 -1
- package/esm/core/helpers/utils/attr.js +0 -1
- package/esm/core/helpers/utils/print.js +1 -2
- package/esm/core/plugin/helpers/init-instance.js +10 -26
- package/esm/core/plugin/plugin-system.js +25 -16
- package/esm/core/plugin/plugin.js +3 -2
- package/esm/core/selection/selection.js +3 -21
- package/esm/core/selection/style/api/has-same-style.js +0 -1
- package/esm/core/selection/style/api/is-same-attributes.js +1 -1
- package/esm/core/selection/style/api/toggle-attributes.js +1 -1
- package/esm/core/selection/style/api/wrap.js +11 -11
- package/esm/core/selection/style/commit-style.js +0 -25
- package/esm/core/ui/icon.js +0 -1
- package/esm/index.js +1 -1
- package/esm/jodit.js +3 -21
- package/esm/{langs/index.js → languages.js} +22 -22
- package/esm/modules/file-browser/data-provider.js +2 -2
- package/esm/modules/history/history.js +0 -1
- package/esm/modules/messages/messages.js +0 -1
- package/esm/plugins/backspace/backspace.js +3 -5
- package/esm/plugins/backspace/cases/check-join-neighbors.js +3 -2
- package/esm/plugins/backspace/cases/check-remove-char.js +1 -1
- package/esm/plugins/bold/bold.js +7 -2
- package/esm/plugins/class-span/class-span.js +4 -2
- package/esm/plugins/clean-html/clean-html.js +3 -3
- package/esm/plugins/clean-html/helpers/remove-format/remove-format-for-selection.js +1 -1
- package/esm/plugins/color/color.js +14 -4
- package/esm/plugins/color/config.js +1 -1
- package/esm/plugins/copy-format/copy-format.js +5 -2
- package/esm/plugins/delete/delete.js +3 -5
- package/esm/plugins/drag-and-drop-element/drag-and-drop-element.js +1 -1
- package/esm/plugins/font/font.js +12 -4
- package/esm/plugins/format-block/format-block.js +1 -1
- package/esm/plugins/fullsize/fullsize.js +17 -17
- package/esm/plugins/inline-popup/config/items/cells.js +0 -1
- package/esm/plugins/inline-popup/config/items/img.js +3 -3
- package/esm/plugins/inline-popup/inline-popup.js +4 -3
- package/esm/plugins/justify/justify.js +0 -1
- package/esm/plugins/link/link.js +2 -2
- package/esm/plugins/ordered-list/ordered-list.js +7 -4
- package/esm/plugins/paste-from-word/paste-from-word.js +3 -5
- package/esm/plugins/placeholder/placeholder.js +0 -1
- package/esm/plugins/print/print.js +0 -1
- package/esm/plugins/resizer/config.js +2 -2
- package/esm/plugins/resizer/resizer.js +2 -3
- package/esm/plugins/select-cells/select-cells.js +3 -2
- package/esm/plugins/size/size.js +4 -3
- package/esm/plugins/source/editor/engines/area.js +0 -1
- package/esm/plugins/speech-recognize/config.js +92 -0
- package/esm/plugins/speech-recognize/constants.js +11 -0
- package/esm/plugins/speech-recognize/helpers/api.js +7 -0
- package/esm/plugins/speech-recognize/helpers/exec-spell-command.js +9 -0
- package/esm/plugins/speech-recognize/helpers/recognize-manager.js +168 -0
- package/esm/plugins/speech-recognize/helpers/sound.js +30 -0
- package/esm/plugins/speech-recognize/interface.js +6 -0
- package/esm/plugins/speech-recognize/langs/ar.js +14 -0
- package/esm/plugins/speech-recognize/langs/cs_cz.js +14 -0
- package/esm/plugins/speech-recognize/langs/de.js +14 -0
- package/esm/plugins/speech-recognize/langs/es.js +14 -0
- package/esm/plugins/speech-recognize/langs/fa.js +14 -0
- package/esm/plugins/speech-recognize/langs/fr.js +14 -0
- package/esm/plugins/speech-recognize/langs/he.js +14 -0
- package/esm/plugins/speech-recognize/langs/hu.js +14 -0
- package/esm/plugins/speech-recognize/langs/id.js +14 -0
- package/esm/plugins/speech-recognize/langs/index.js +1 -0
- package/esm/plugins/speech-recognize/langs/it.js +14 -0
- package/esm/plugins/speech-recognize/langs/ja.js +14 -0
- package/esm/plugins/speech-recognize/langs/ko.js +14 -0
- package/esm/plugins/speech-recognize/langs/mn.js +14 -0
- package/esm/plugins/speech-recognize/langs/nl.js +14 -0
- package/esm/plugins/speech-recognize/langs/pl.js +14 -0
- package/esm/plugins/speech-recognize/langs/pt_br.js +14 -0
- package/esm/plugins/speech-recognize/langs/ru.js +14 -0
- package/esm/plugins/speech-recognize/langs/tr.js +14 -0
- package/esm/plugins/speech-recognize/langs/zh_cn.js +14 -0
- package/esm/plugins/speech-recognize/langs/zh_tw.js +14 -0
- package/esm/plugins/speech-recognize/speech-recognize.js +115 -0
- package/esm/plugins/wrap-nodes/config.js +1 -1
- package/examples/arabic.lang.html +2 -2
- package/examples/color-picker.html +2 -2
- package/examples/custom-icons.html +2 -2
- package/examples/custom-toolbar.html +2 -2
- package/examples/example.default.html +2 -2
- package/examples/fullsize.html +2 -2
- package/examples/index.html +2 -2
- package/examples/inline-mode.html +2 -2
- package/examples/oneinstance.html +2 -2
- package/examples/theme.html +2 -2
- package/package.json +1 -1
- package/types/config.d.ts +2 -7
- package/types/core/constants.d.ts +1 -0
- package/types/core/create/create.d.ts +4 -1
- package/types/core/dom/dom.d.ts +0 -4
- package/types/core/global.d.ts +1 -1
- package/types/core/helpers/html/htmlspecialchars.d.ts +0 -1
- package/types/core/plugin/helpers/init-instance.d.ts +2 -7
- package/types/core/plugin/plugin-system.d.ts +1 -1
- package/types/core/plugin/plugin.d.ts +12 -2
- package/types/core/selection/selection.d.ts +1 -27
- package/types/jodit.d.ts +1 -7
- package/types/{langs/index.d.ts → languages.d.ts} +1 -1
- package/types/modules/history/history.d.ts +0 -4
- package/types/modules/toolbar/button/button.d.ts +1 -1
- package/types/plugins/backspace/backspace.d.ts +1 -1
- package/types/plugins/delete/delete.d.ts +1 -1
- package/types/plugins/enter/interface.d.ts +1 -0
- package/types/plugins/inline-popup/inline-popup.d.ts +1 -1
- package/types/plugins/paste-from-word/paste-from-word.d.ts +1 -1
- package/types/plugins/resizer/config.d.ts +2 -2
- package/types/plugins/select-cells/select-cells.d.ts +1 -1
- package/types/plugins/wrap-nodes/config.d.ts +2 -1
- package/types/tsconfig.json +3 -2
- package/types/types/create.d.ts +4 -1
- package/types/types/plugin.d.ts +10 -1
- package/types/types/select.d.ts +0 -8
- package/types/types/style.d.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -9,10 +9,36 @@
|
|
|
9
9
|
> - :house: [Internal]
|
|
10
10
|
> - :nail_care: [Polish]
|
|
11
11
|
|
|
12
|
+
## 4.0.0-beta.52
|
|
13
|
+
|
|
14
|
+
#### :boom: Breaking Change
|
|
15
|
+
|
|
16
|
+
- Removed deprecated selection.applyStyle method
|
|
17
|
+
- Changed Create.sandbox signature to return body,iframe tuple
|
|
18
|
+
- In the plugin system, the requires field has been removed from instances,
|
|
19
|
+
only the field in the constructor has been left
|
|
20
|
+
```js
|
|
21
|
+
class somePlugin extends Jodit.modulules.Plugin {
|
|
22
|
+
static requires = ['hotkeys']; // It still works
|
|
23
|
+
requires = ['hotkeys']; // Now it does not work
|
|
24
|
+
}
|
|
25
|
+
```
|
|
26
|
+
- Deprecated were removed
|
|
27
|
+
- `Dom.isTag` does not support array
|
|
28
|
+
- `Select.applyStyle` method was removed
|
|
29
|
+
- `history.observer` was removed
|
|
30
|
+
- `editorCssClass` removed
|
|
31
|
+
|
|
32
|
+
- `wrapNodes.exclude` changed from array to set
|
|
33
|
+
- `allowResizeTags` changed from array to set
|
|
34
|
+
- `resizer.useAspectRatio` changed from array to set
|
|
35
|
+
|
|
36
|
+
- All css variables renamed to kebab-case
|
|
37
|
+
|
|
12
38
|
## 4.0.0-beta.42
|
|
13
39
|
|
|
14
40
|
- Remove all languages from lang/index.js for ESM build
|
|
15
|
-
- Only base plugins list in plugins/index.js
|
|
41
|
+
- Only base plugins list in plugins/index.js for ESM build
|
|
16
42
|
- Remove polyfills from ESM build
|
|
17
43
|
- Remove `composer.json`
|
|
18
44
|
|
|
@@ -2139,11 +2165,11 @@ Related with https://github.com/xdan/jodit/issues/574. In some cases need to lim
|
|
|
2139
2165
|
- @property {IUIOption[]} link.selectOptionsClassName=[] The list of the option for the select (to use with
|
|
2140
2166
|
modeClassName="select")
|
|
2141
2167
|
- ex: [
|
|
2142
|
-
-
|
|
2143
|
-
-
|
|
2144
|
-
-
|
|
2145
|
-
-
|
|
2146
|
-
-
|
|
2168
|
+
- { value: "", text: "" },
|
|
2169
|
+
- { value: "val1", text: "text1" },
|
|
2170
|
+
- { value: "val2", text: "text2" },
|
|
2171
|
+
- { value: "val3", text: "text3" }
|
|
2172
|
+
- ]
|
|
2147
2173
|
PR: https://github.com/xdan/jodit/pull/577 Thanks @s-renier-taonix-fr
|
|
2148
2174
|
|
|
2149
2175
|
##### New option `statusbar: boolean = true`
|
package/README.md
CHANGED
|
@@ -107,9 +107,9 @@ You can connect the necessary plugins and languages yourself:
|
|
|
107
107
|
```html
|
|
108
108
|
<link
|
|
109
109
|
rel="stylesheet"
|
|
110
|
-
href="https://cdnjs.cloudflare.com/ajax/libs/jodit/4.0.0-beta.
|
|
110
|
+
href="https://cdnjs.cloudflare.com/ajax/libs/jodit/4.0.0-beta.54/es2021/jodit.min.css"
|
|
111
111
|
/>
|
|
112
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jodit/4.0.0-beta.
|
|
112
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jodit/4.0.0-beta.54/es2021/jodit.min.js"></script>
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
#### unpkg
|
|
@@ -118,9 +118,9 @@ You can connect the necessary plugins and languages yourself:
|
|
|
118
118
|
```html
|
|
119
119
|
<link
|
|
120
120
|
rel="stylesheet"
|
|
121
|
-
href="https://unpkg.com/jodit@4.0.0-beta.
|
|
121
|
+
href="https://unpkg.com/jodit@4.0.0-beta.54/es2021/jodit.min.css"
|
|
122
122
|
/>
|
|
123
|
-
<script src="https://unpkg.com/jodit@4.0.0-beta.
|
|
123
|
+
<script src="https://unpkg.com/jodit@4.0.0-beta.54/es2021/jodit.min.js"></script>
|
|
124
124
|
```
|
|
125
125
|
|
|
126
126
|
|
package/es2015/jodit.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.0.0-beta.
|
|
4
|
+
* Version: v4.0.0-beta.54
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
--jd-color-red: #ff3b3b;
|
|
27
27
|
--jd-color-light-red: rgba(255, 59, 59, 0.4);
|
|
28
28
|
--jd-color-default: var(--jd-color-dark);
|
|
29
|
-
--jd-color-text: #
|
|
29
|
+
--jd-color-text: #222;
|
|
30
30
|
--jd-color-label: var(--jd-color-gray-dark);
|
|
31
31
|
--jd-color-error: var(--jd-color-red);
|
|
32
32
|
--jd-color-border: var(--jd-color-gray);
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
--jd-color-background-filebrowser-folders: #3f3f3f;
|
|
51
51
|
--jd-color-background-active: #2196f3;
|
|
52
52
|
--jd-color-background-selection: #b5d6fd;
|
|
53
|
-
--jd-color-background-
|
|
53
|
+
--jd-color-background-selection-opacity50: rgba(181, 214, 253, 0.995);
|
|
54
54
|
--jd-color-source-area: #323232;
|
|
55
55
|
--jd-color-button-background-hover: #dcdcdc;
|
|
56
|
-
--jd-color-button-background-
|
|
57
|
-
--jd-color-button-background-
|
|
58
|
-
--jd-font-default: -apple-system,
|
|
59
|
-
|
|
56
|
+
--jd-color-button-background-hover-opacity40: rgba(220, 220, 220, 0.4);
|
|
57
|
+
--jd-color-button-background-hover-opacity60: rgba(220, 220, 220, 0.6);
|
|
58
|
+
--jd-font-default: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto,
|
|
59
|
+
oxygen-sans, ubuntu, cantarell, 'Helvetica Neue', sans-serif;
|
|
60
60
|
--jd-font-size-default: 14px;
|
|
61
61
|
--jd-font-size-small: 11px;
|
|
62
62
|
--jd-color-text-icons: rgba(0, 0, 0, 0.75);
|
|
@@ -70,23 +70,22 @@
|
|
|
70
70
|
--jd-z-index-context-menu: 30000005;
|
|
71
71
|
--jd-z-index-tooltip: 30000006;
|
|
72
72
|
--jd-icon-loader-size: 48px;
|
|
73
|
-
--jd-
|
|
74
|
-
--jd-
|
|
75
|
-
--jd-
|
|
76
|
-
--jd-dark-
|
|
77
|
-
--jd-
|
|
78
|
-
--jd-
|
|
79
|
-
--jd-
|
|
80
|
-
--jd-
|
|
81
|
-
--jd-
|
|
82
|
-
--jd-
|
|
83
|
-
--jd-
|
|
84
|
-
--jd-
|
|
85
|
-
--jd-
|
|
86
|
-
--jd-
|
|
87
|
-
--jd-
|
|
88
|
-
--jd-
|
|
89
|
-
--jd-dark_color-border-selected: #152f5f;
|
|
73
|
+
--jd-width-element-default: 18px;
|
|
74
|
+
--jd-height-element-default: 18px;
|
|
75
|
+
--jd-dark-background-color: #575757;
|
|
76
|
+
--jd-dark-background-ligher: #787878;
|
|
77
|
+
--jd-dark-background-darknes: #353535;
|
|
78
|
+
--jd-dark-border-color: #444;
|
|
79
|
+
--jd-dark-text-color: #d1cccc;
|
|
80
|
+
--jd-dark-text-color-opacity80: rgba(209, 204, 204, 0.8);
|
|
81
|
+
--jd-dark-text-color-opacity50: rgba(209, 204, 204, 0.5);
|
|
82
|
+
--jd-dark-icon-color: #c0c0c0;
|
|
83
|
+
--jd-dark-toolbar-color: #5f5c5c;
|
|
84
|
+
--jd-dark-toolbar-seperator-color1: rgba(81, 81, 81, 0.41);
|
|
85
|
+
--jd-dark-toolbar-seperator-color2: #686767;
|
|
86
|
+
--jd-dark-toolbar-seperator-color-opacity80: rgba(104, 103, 103, 0.8);
|
|
87
|
+
--jd-dark-toolbar-seperator-color3: rgba(104, 103, 103, 0.75);
|
|
88
|
+
--jd-dark-color-border-selected: #152f5f;
|
|
90
89
|
--jd-width-default: 180px;
|
|
91
90
|
--jd-width-input-min: var(--jd-width-default);
|
|
92
91
|
--jd-input-height: 32px;
|
|
@@ -130,11 +129,8 @@
|
|
|
130
129
|
.jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media::before {
|
|
131
130
|
position: absolute;
|
|
132
131
|
z-index: 1;
|
|
133
|
-
top: 0;
|
|
134
|
-
right: 0;
|
|
135
|
-
bottom: 0;
|
|
136
|
-
left: 0;
|
|
137
132
|
content: '';
|
|
133
|
+
inset: 0;
|
|
138
134
|
}
|
|
139
135
|
/*!
|
|
140
136
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -208,8 +204,6 @@
|
|
|
208
204
|
padding: 0 var(--jd-padding-default);
|
|
209
205
|
border: 1px solid var(--jd-color-border);
|
|
210
206
|
border-radius: 0;
|
|
211
|
-
-webkit-appearance: none;
|
|
212
|
-
-moz-appearance: none;
|
|
213
207
|
appearance: none;
|
|
214
208
|
background-color: var(--jd-color-white);
|
|
215
209
|
line-height: var(--jd-input-height);
|
|
@@ -323,16 +317,13 @@
|
|
|
323
317
|
}
|
|
324
318
|
.jodit-switcher .jodit-switcher__slider {
|
|
325
319
|
position: absolute;
|
|
326
|
-
top: 0;
|
|
327
|
-
right: 0;
|
|
328
|
-
bottom: 0;
|
|
329
|
-
left: 0;
|
|
330
320
|
border-radius: var(--jd-switche-height);
|
|
331
321
|
background-color: var(--jd-color-gray);
|
|
332
322
|
cursor: pointer;
|
|
323
|
+
inset: 0;
|
|
333
324
|
transition: 0.4s;
|
|
334
325
|
}
|
|
335
|
-
.jodit-switcher .jodit-switcher__slider
|
|
326
|
+
.jodit-switcher .jodit-switcher__slider::before {
|
|
336
327
|
position: absolute;
|
|
337
328
|
bottom: var(--jd-switche-slider-margin);
|
|
338
329
|
left: var(--jd-switche-slider-margin);
|
|
@@ -346,7 +337,7 @@
|
|
|
346
337
|
input:checked + .jodit-switcher__slider {
|
|
347
338
|
background-color: var(--jd-color-background-active);
|
|
348
339
|
}
|
|
349
|
-
input:checked + .jodit-switcher__slider
|
|
340
|
+
input:checked + .jodit-switcher__slider::before {
|
|
350
341
|
transform: translateX(calc(var(--jd-switche-width) - var(--jd-switche-slider-margin) * 2 - var(--jd-switche-slider-size)));
|
|
351
342
|
}
|
|
352
343
|
input:focus + .jodit-switcher__slider {
|
|
@@ -713,7 +704,7 @@ svg.jodit-icon {
|
|
|
713
704
|
width: 100%;
|
|
714
705
|
}
|
|
715
706
|
.jodit-context-menu_theme_dark .jodit-context-menu__content {
|
|
716
|
-
background-color: var(--jd-
|
|
707
|
+
background-color: var(--jd-dark-background-color);
|
|
717
708
|
}
|
|
718
709
|
|
|
719
710
|
/*!
|
|
@@ -1104,11 +1095,11 @@ svg.jodit-icon {
|
|
|
1104
1095
|
}
|
|
1105
1096
|
.jodit-ui-button:active:not([disabled]),
|
|
1106
1097
|
.jodit-ui-button[aria-pressed='true']:not([disabled]) {
|
|
1107
|
-
background-color: var(--jd-color-button-background-
|
|
1098
|
+
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
1108
1099
|
outline: 0;
|
|
1109
1100
|
}
|
|
1110
1101
|
.jodit-ui-button[aria-pressed='true']:hover:not([disabled]) {
|
|
1111
|
-
background-color: var(--jd-color-button-background-
|
|
1102
|
+
background-color: var(--jd-color-button-background-hover-opacity60);
|
|
1112
1103
|
}
|
|
1113
1104
|
.jodit-ui-button[disabled] {
|
|
1114
1105
|
opacity: 0.3;
|
|
@@ -1475,7 +1466,7 @@ svg.jodit-icon {
|
|
|
1475
1466
|
border-top-right-radius: 0;
|
|
1476
1467
|
}
|
|
1477
1468
|
.jodit-ui-button-group .jodit-ui-button + .jodit-ui-button {
|
|
1478
|
-
border-left: 1px solid var(--jd-color-button-background-
|
|
1469
|
+
border-left: 1px solid var(--jd-color-button-background-hover-opacity40);
|
|
1479
1470
|
border-bottom-left-radius: 0;
|
|
1480
1471
|
border-top-left-radius: 0;
|
|
1481
1472
|
}
|
|
@@ -1631,7 +1622,7 @@ svg.jodit-icon {
|
|
|
1631
1622
|
}
|
|
1632
1623
|
.jodit-dialog_theme_dark,
|
|
1633
1624
|
.jodit-dialog_theme_dark .jodit-dialog__panel {
|
|
1634
|
-
background-color: var(--jd-
|
|
1625
|
+
background-color: var(--jd-dark-background-darknes);
|
|
1635
1626
|
color: var(--jd-dark-text-color);
|
|
1636
1627
|
}
|
|
1637
1628
|
.jodit-dialog__header {
|
|
@@ -1924,8 +1915,6 @@ svg.jodit-icon {
|
|
|
1924
1915
|
padding: 0 var(--jd-padding-default);
|
|
1925
1916
|
border: 1px solid var(--jd-color-border);
|
|
1926
1917
|
border-radius: 0;
|
|
1927
|
-
-webkit-appearance: none;
|
|
1928
|
-
-moz-appearance: none;
|
|
1929
1918
|
appearance: none;
|
|
1930
1919
|
background-color: var(--jd-color-white);
|
|
1931
1920
|
line-height: var(--jd-input-height);
|
|
@@ -2029,8 +2018,6 @@ svg.jodit-icon {
|
|
|
2029
2018
|
padding: 0 var(--jd-padding-default);
|
|
2030
2019
|
border: 1px solid var(--jd-color-border);
|
|
2031
2020
|
border-radius: 0;
|
|
2032
|
-
-webkit-appearance: none;
|
|
2033
|
-
-moz-appearance: none;
|
|
2034
2021
|
appearance: none;
|
|
2035
2022
|
background-color: var(--jd-color-white);
|
|
2036
2023
|
line-height: var(--jd-input-height);
|
|
@@ -2158,8 +2145,6 @@ svg.jodit-icon {
|
|
|
2158
2145
|
padding: 0 var(--jd-padding-default);
|
|
2159
2146
|
border: 1px solid var(--jd-color-border);
|
|
2160
2147
|
border-radius: 0;
|
|
2161
|
-
-webkit-appearance: none;
|
|
2162
|
-
-moz-appearance: none;
|
|
2163
2148
|
appearance: none;
|
|
2164
2149
|
background-color: var(--jd-color-white);
|
|
2165
2150
|
line-height: var(--jd-input-height);
|
|
@@ -2674,11 +2659,11 @@ svg.jodit-icon {
|
|
|
2674
2659
|
}
|
|
2675
2660
|
.jodit-toolbar-button__button:active:not([disabled]),
|
|
2676
2661
|
.jodit-toolbar-button__button[aria-pressed='true']:not([disabled]) {
|
|
2677
|
-
background-color: var(--jd-color-button-background-
|
|
2662
|
+
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
2678
2663
|
outline: 0;
|
|
2679
2664
|
}
|
|
2680
2665
|
.jodit-toolbar-button__button[aria-pressed='true']:hover:not([disabled]) {
|
|
2681
|
-
background-color: var(--jd-color-button-background-
|
|
2666
|
+
background-color: var(--jd-color-button-background-hover-opacity60);
|
|
2682
2667
|
}
|
|
2683
2668
|
.jodit-toolbar-button__button[disabled] {
|
|
2684
2669
|
opacity: 0.3;
|
|
@@ -2702,11 +2687,11 @@ svg.jodit-icon {
|
|
|
2702
2687
|
}
|
|
2703
2688
|
.jodit-toolbar-button__trigger:active:not([disabled]),
|
|
2704
2689
|
.jodit-toolbar-button__trigger[aria-pressed='true']:not([disabled]) {
|
|
2705
|
-
background-color: var(--jd-color-button-background-
|
|
2690
|
+
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
2706
2691
|
outline: 0;
|
|
2707
2692
|
}
|
|
2708
2693
|
.jodit-toolbar-button__trigger[aria-pressed='true']:hover:not([disabled]) {
|
|
2709
|
-
background-color: var(--jd-color-button-background-
|
|
2694
|
+
background-color: var(--jd-color-button-background-hover-opacity60);
|
|
2710
2695
|
}
|
|
2711
2696
|
.jodit-toolbar-button__trigger[disabled] {
|
|
2712
2697
|
opacity: 0.3;
|
|
@@ -2787,11 +2772,11 @@ svg.jodit-icon {
|
|
|
2787
2772
|
}
|
|
2788
2773
|
.jodit-toolbar-content:active:not([disabled]),
|
|
2789
2774
|
.jodit-toolbar-content[aria-pressed='true']:not([disabled]) {
|
|
2790
|
-
background-color: var(--jd-color-button-background-
|
|
2775
|
+
background-color: var(--jd-color-button-background-hover-opacity40);
|
|
2791
2776
|
outline: 0;
|
|
2792
2777
|
}
|
|
2793
2778
|
.jodit-toolbar-content[aria-pressed='true']:hover:not([disabled]) {
|
|
2794
|
-
background-color: var(--jd-color-button-background-
|
|
2779
|
+
background-color: var(--jd-color-button-background-hover-opacity60);
|
|
2795
2780
|
}
|
|
2796
2781
|
.jodit-toolbar-content[disabled] {
|
|
2797
2782
|
opacity: 0.3;
|
|
@@ -3395,7 +3380,7 @@ svg.jodit-icon {
|
|
|
3395
3380
|
width: calc(var(--jd-padding-default) / 2);
|
|
3396
3381
|
}
|
|
3397
3382
|
.jodit-filebrowser-files::-webkit-scrollbar-track {
|
|
3398
|
-
|
|
3383
|
+
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
3399
3384
|
}
|
|
3400
3385
|
.jodit-filebrowser-files::-webkit-scrollbar-thumb {
|
|
3401
3386
|
background-color: darkgrey;
|
|
@@ -3578,7 +3563,7 @@ svg.jodit-icon {
|
|
|
3578
3563
|
width: calc(var(--jd-padding-default) / 2);
|
|
3579
3564
|
}
|
|
3580
3565
|
.jodit-filebrowser-tree::-webkit-scrollbar-track {
|
|
3581
|
-
|
|
3566
|
+
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
3582
3567
|
}
|
|
3583
3568
|
.jodit-filebrowser-tree::-webkit-scrollbar-thumb {
|
|
3584
3569
|
background-color: darkgrey;
|
|
@@ -4100,7 +4085,7 @@ html.jodit_fullsize-box_true {
|
|
|
4100
4085
|
white-space: pre;
|
|
4101
4086
|
}
|
|
4102
4087
|
.jodit-paste-storage > div:first-child a.jodit_active {
|
|
4103
|
-
background-color: var(--jd-
|
|
4088
|
+
background-color: var(--jd-dark-background-color);
|
|
4104
4089
|
color: var(--jd-color-white);
|
|
4105
4090
|
}
|
|
4106
4091
|
.jodit-paste-storage > div:first-child a:focus {
|
|
@@ -4382,7 +4367,7 @@ html.jodit_fullsize-box_true {
|
|
|
4382
4367
|
background-color: var(--jd-color-background-button-hover);
|
|
4383
4368
|
}
|
|
4384
4369
|
.jodit-ui-search__buttons button:focus {
|
|
4385
|
-
border: 1px solid var(--jd-color-background-
|
|
4370
|
+
border: 1px solid var(--jd-color-background-selection-opacity50);
|
|
4386
4371
|
}
|
|
4387
4372
|
.jodit-ui-search__buttons button:active {
|
|
4388
4373
|
border: 1px solid var(--jd-color-background-selection);
|
|
@@ -4564,14 +4549,14 @@ html.jodit_fullsize-box_true {
|
|
|
4564
4549
|
}
|
|
4565
4550
|
.jodit-symbols__table td a {
|
|
4566
4551
|
display: inline-block;
|
|
4567
|
-
width: calc(var(--jd-
|
|
4568
|
-
height: calc(var(--jd-
|
|
4552
|
+
width: calc(var(--jd-width-element-default) * 1.2);
|
|
4553
|
+
height: calc(var(--jd-height-element-default) * 1.2);
|
|
4569
4554
|
box-sizing: border-box;
|
|
4570
4555
|
border: 1px solid transparent;
|
|
4571
4556
|
color: var(--jd-color-default);
|
|
4572
4557
|
cursor: pointer;
|
|
4573
4558
|
font-size: 16px;
|
|
4574
|
-
line-height: calc(var(--jd-
|
|
4559
|
+
line-height: calc(var(--jd-height-element-default) * 1.2);
|
|
4575
4560
|
text-align: center;
|
|
4576
4561
|
text-decoration: none;
|
|
4577
4562
|
vertical-align: top;
|
|
@@ -4632,8 +4617,8 @@ html.jodit_fullsize-box_true {
|
|
|
4632
4617
|
}
|
|
4633
4618
|
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span {
|
|
4634
4619
|
display: inline-block;
|
|
4635
|
-
width: var(--jd-
|
|
4636
|
-
height: var(--jd-
|
|
4620
|
+
width: var(--jd-width-element-default);
|
|
4621
|
+
height: var(--jd-height-element-default);
|
|
4637
4622
|
box-sizing: border-box;
|
|
4638
4623
|
border: 1px solid var(--jd-color-border);
|
|
4639
4624
|
margin-bottom: 2px;
|
|
@@ -4728,25 +4713,25 @@ html.jodit_fullsize-box_true {
|
|
|
4728
4713
|
.jodit_theme_dark.jodit-container {
|
|
4729
4714
|
--jd-color-border: #6b6b6b;
|
|
4730
4715
|
border-color: var(--jd-color-border);
|
|
4731
|
-
background-color: var(--jd-
|
|
4716
|
+
background-color: var(--jd-dark-background-color);
|
|
4732
4717
|
}
|
|
4733
4718
|
.jodit-dialog_theme_dark.jodit-container.jodit_disabled,
|
|
4734
4719
|
.jodit_theme_dark.jodit-container.jodit_disabled {
|
|
4735
|
-
background-color: var(--jd-
|
|
4720
|
+
background-color: var(--jd-dark-background-color);
|
|
4736
4721
|
}
|
|
4737
4722
|
.jodit-dialog_theme_dark.jodit-container:not(.jodit_inline) .jodit-workplace,
|
|
4738
4723
|
.jodit_theme_dark.jodit-container:not(.jodit_inline) .jodit-workplace {
|
|
4739
|
-
border-color: var(--jd-
|
|
4724
|
+
border-color: var(--jd-dark-background-color);
|
|
4740
4725
|
}
|
|
4741
4726
|
.jodit-dialog_theme_dark .jodit-popup__content,
|
|
4742
4727
|
.jodit_theme_dark .jodit-popup__content {
|
|
4743
|
-
background: var(--jd-
|
|
4728
|
+
background: var(--jd-dark-background-ligher);
|
|
4744
4729
|
}
|
|
4745
4730
|
.jodit-dialog_theme_dark .jodit-ui-button__text,
|
|
4746
4731
|
.jodit_theme_dark .jodit-ui-button__text,
|
|
4747
4732
|
.jodit-dialog_theme_dark .jodit-toolbar-button__text,
|
|
4748
4733
|
.jodit_theme_dark .jodit-toolbar-button__text {
|
|
4749
|
-
color: var(--jd-
|
|
4734
|
+
color: var(--jd-dark-text-color);
|
|
4750
4735
|
}
|
|
4751
4736
|
.jodit-dialog_theme_dark .jodit-ui-button:hover:not([disabled]),
|
|
4752
4737
|
.jodit_theme_dark .jodit-ui-button:hover:not([disabled]),
|
|
@@ -4760,15 +4745,15 @@ html.jodit_fullsize-box_true {
|
|
|
4760
4745
|
.jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]),
|
|
4761
4746
|
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]),
|
|
4762
4747
|
.jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
|
|
4763
|
-
background-color: var(--jd-
|
|
4748
|
+
background-color: var(--jd-dark-background-ligher);
|
|
4764
4749
|
}
|
|
4765
4750
|
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
|
|
4766
4751
|
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
|
|
4767
4752
|
.jodit-dialog_theme_dark .jodit-status-bar,
|
|
4768
4753
|
.jodit_theme_dark .jodit-status-bar {
|
|
4769
4754
|
border-color: var(--jd-color-border);
|
|
4770
|
-
background-color: var(--jd-
|
|
4771
|
-
color: var(--jd-
|
|
4755
|
+
background-color: var(--jd-dark-toolbar-color);
|
|
4756
|
+
color: var(--jd-dark-text-color);
|
|
4772
4757
|
}
|
|
4773
4758
|
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link,
|
|
4774
4759
|
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link,
|
|
@@ -4782,7 +4767,7 @@ html.jodit_fullsize-box_true {
|
|
|
4782
4767
|
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link:visited,
|
|
4783
4768
|
.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited,
|
|
4784
4769
|
.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited {
|
|
4785
|
-
color: var(--jd-
|
|
4770
|
+
color: var(--jd-dark-text-color);
|
|
4786
4771
|
}
|
|
4787
4772
|
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
|
|
4788
4773
|
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty),
|
|
@@ -4796,11 +4781,11 @@ html.jodit_fullsize-box_true {
|
|
|
4796
4781
|
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) .jodit-status-bar__item span,
|
|
4797
4782
|
.jodit-dialog_theme_dark .jodit-status-bar .jodit-status-bar__item span,
|
|
4798
4783
|
.jodit_theme_dark .jodit-status-bar .jodit-status-bar__item span {
|
|
4799
|
-
color: var(--jd-
|
|
4784
|
+
color: var(--jd-dark-text-color);
|
|
4800
4785
|
}
|
|
4801
4786
|
.jodit-dialog_theme_dark .jodit-toolbar__box:not(:empty),
|
|
4802
4787
|
.jodit_theme_dark .jodit-toolbar__box:not(:empty) {
|
|
4803
|
-
background: var(--jd-
|
|
4788
|
+
background: var(--jd-dark-toolbar-color);
|
|
4804
4789
|
}
|
|
4805
4790
|
.jodit-dialog_theme_dark .jodit__upload-button svg,
|
|
4806
4791
|
.jodit_theme_dark .jodit__upload-button svg,
|
|
@@ -4808,19 +4793,19 @@ html.jodit_fullsize-box_true {
|
|
|
4808
4793
|
.jodit_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger,
|
|
4809
4794
|
.jodit-dialog_theme_dark .jodit-icon,
|
|
4810
4795
|
.jodit_theme_dark .jodit-icon {
|
|
4811
|
-
fill: var(--jd-
|
|
4812
|
-
stroke: var(--jd-
|
|
4796
|
+
fill: var(--jd-dark-icon-color);
|
|
4797
|
+
stroke: var(--jd-dark-icon-color);
|
|
4813
4798
|
}
|
|
4814
4799
|
.jodit-dialog_theme_dark .jodit-icon-close,
|
|
4815
4800
|
.jodit_theme_dark .jodit-icon-close {
|
|
4816
|
-
stroke: var(--jd-
|
|
4801
|
+
stroke: var(--jd-dark-icon-color);
|
|
4817
4802
|
}
|
|
4818
4803
|
.jodit-dialog_theme_dark .jodit-wysiwyg_iframe,
|
|
4819
4804
|
.jodit_theme_dark .jodit-wysiwyg_iframe,
|
|
4820
4805
|
.jodit-dialog_theme_dark .jodit-wysiwyg,
|
|
4821
4806
|
.jodit_theme_dark .jodit-wysiwyg {
|
|
4822
|
-
background-color: var(--jd-
|
|
4823
|
-
color: var(--jd-
|
|
4807
|
+
background-color: var(--jd-dark-background-color);
|
|
4808
|
+
color: var(--jd-dark-text-color);
|
|
4824
4809
|
}
|
|
4825
4810
|
.jodit-dialog_theme_dark .jodit-form textarea,
|
|
4826
4811
|
.jodit_theme_dark .jodit-form textarea,
|
|
@@ -4828,69 +4813,69 @@ html.jodit_fullsize-box_true {
|
|
|
4828
4813
|
.jodit_theme_dark .jodit-form input[type='url'],
|
|
4829
4814
|
.jodit-dialog_theme_dark .jodit-form input[type='text'],
|
|
4830
4815
|
.jodit_theme_dark .jodit-form input[type='text'] {
|
|
4831
|
-
border-color: var(--jd-
|
|
4832
|
-
background-color: var(--jd-
|
|
4833
|
-
color: var(--jd-
|
|
4816
|
+
border-color: var(--jd-dark-toolbar-seperator-color2);
|
|
4817
|
+
background-color: var(--jd-dark-toolbar-seperator-color1);
|
|
4818
|
+
color: var(--jd-dark-text-color);
|
|
4834
4819
|
}
|
|
4835
4820
|
.jodit-dialog_theme_dark .jodit-form button,
|
|
4836
4821
|
.jodit_theme_dark .jodit-form button {
|
|
4837
|
-
background-color: var(--jd-
|
|
4838
|
-
color: var(--jd-
|
|
4822
|
+
background-color: var(--jd-dark-toolbar-seperator-color3);
|
|
4823
|
+
color: var(--jd-dark-text-color);
|
|
4839
4824
|
}
|
|
4840
4825
|
.jodit-dialog_theme_dark .jodit-placeholder,
|
|
4841
4826
|
.jodit_theme_dark .jodit-placeholder {
|
|
4842
|
-
color: var(--jd-
|
|
4827
|
+
color: var(--jd-dark-text-color-opacity80);
|
|
4843
4828
|
}
|
|
4844
4829
|
.jodit-dialog_theme_dark .jodit-drag-and-drop__file-box,
|
|
4845
4830
|
.jodit_theme_dark .jodit-drag-and-drop__file-box,
|
|
4846
4831
|
.jodit-dialog_theme_dark .jodit_uploadfile_button,
|
|
4847
4832
|
.jodit_theme_dark .jodit_uploadfile_button {
|
|
4848
|
-
color: var(--jd-
|
|
4833
|
+
color: var(--jd-dark-text-color);
|
|
4849
4834
|
}
|
|
4850
4835
|
.jodit-dialog_theme_dark .jodit-drag-and-drop__file-box:hover,
|
|
4851
4836
|
.jodit_theme_dark .jodit-drag-and-drop__file-box:hover,
|
|
4852
4837
|
.jodit-dialog_theme_dark .jodit_uploadfile_button:hover,
|
|
4853
4838
|
.jodit_theme_dark .jodit_uploadfile_button:hover {
|
|
4854
|
-
background-color: var(--jd-
|
|
4839
|
+
background-color: var(--jd-dark-toolbar-seperator-color3);
|
|
4855
4840
|
}
|
|
4856
4841
|
.jodit-dialog_theme_dark .jodit-add-new-line::before,
|
|
4857
4842
|
.jodit_theme_dark .jodit-add-new-line::before {
|
|
4858
|
-
border-top-color: var(--jd-
|
|
4843
|
+
border-top-color: var(--jd-dark-toolbar-seperator-color2);
|
|
4859
4844
|
}
|
|
4860
4845
|
.jodit-dialog_theme_dark .jodit-add-new-line span,
|
|
4861
4846
|
.jodit_theme_dark .jodit-add-new-line span {
|
|
4862
|
-
border-color: var(--jd-
|
|
4863
|
-
background: var(--jd-
|
|
4847
|
+
border-color: var(--jd-dark-toolbar-seperator-color2);
|
|
4848
|
+
background: var(--jd-dark-toolbar-seperator-color3);
|
|
4864
4849
|
}
|
|
4865
4850
|
.jodit-dialog_theme_dark .jodit-add-new-line span svg,
|
|
4866
4851
|
.jodit_theme_dark .jodit-add-new-line span svg {
|
|
4867
|
-
fill: var(--jd-
|
|
4852
|
+
fill: var(--jd-dark-text-color);
|
|
4868
4853
|
}
|
|
4869
4854
|
.jodit-dialog_theme_dark .jodit-resizer > i,
|
|
4870
4855
|
.jodit_theme_dark .jodit-resizer > i {
|
|
4871
|
-
border-color: var(--jd-
|
|
4872
|
-
background: var(--jd-
|
|
4856
|
+
border-color: var(--jd-dark-icon-color);
|
|
4857
|
+
background: var(--jd-dark-toolbar-seperator-color3);
|
|
4873
4858
|
}
|
|
4874
4859
|
.jodit-dialog_theme_dark .jodit-select,
|
|
4875
4860
|
.jodit_theme_dark .jodit-select,
|
|
4876
4861
|
.jodit-dialog_theme_dark .jodit-input,
|
|
4877
4862
|
.jodit_theme_dark .jodit-input {
|
|
4878
|
-
border-color: var(--jd-
|
|
4879
|
-
background-color: var(--jd-
|
|
4880
|
-
color: var(--jd-
|
|
4863
|
+
border-color: var(--jd-dark-border-color);
|
|
4864
|
+
background-color: var(--jd-dark-background-ligher);
|
|
4865
|
+
color: var(--jd-dark-border-color);
|
|
4881
4866
|
}
|
|
4882
4867
|
.jodit-dialog_theme_dark.jodit-dialog,
|
|
4883
4868
|
.jodit_theme_dark.jodit-dialog {
|
|
4884
|
-
background-color: var(--jd-
|
|
4869
|
+
background-color: var(--jd-dark-background-color);
|
|
4885
4870
|
}
|
|
4886
4871
|
.jodit-dialog_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item,
|
|
4887
4872
|
.jodit_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item,
|
|
4888
4873
|
.jodit-dialog_theme_dark.jodit-dialog .jodit-dialog__header,
|
|
4889
4874
|
.jodit_theme_dark.jodit-dialog .jodit-dialog__header {
|
|
4890
|
-
border-color: var(--jd-
|
|
4875
|
+
border-color: var(--jd-dark-border-color);
|
|
4891
4876
|
}
|
|
4892
4877
|
.jodit-dialog_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item-info,
|
|
4893
4878
|
.jodit_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item-info {
|
|
4894
|
-
background-color: var(--jd-
|
|
4879
|
+
background-color: var(--jd-dark-text-color);
|
|
4895
4880
|
}
|
|
4896
4881
|
|