jodit 4.2.19 → 4.2.21

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.
Files changed (69) hide show
  1. package/CHANGELOG.md +12 -5
  2. package/es2015/jodit.css +47 -1
  3. package/es2015/jodit.fat.min.css +1 -1
  4. package/es2015/jodit.fat.min.js +2 -2
  5. package/es2015/jodit.js +75 -63
  6. package/es2015/jodit.min.css +1 -1
  7. package/es2015/jodit.min.js +2 -2
  8. package/es2015/plugins/debug/debug.js +1 -1
  9. package/es2015/plugins/debug/debug.min.js +1 -1
  10. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  11. package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
  12. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  13. package/es2018/jodit.css +47 -1
  14. package/es2018/jodit.fat.min.css +1 -1
  15. package/es2018/jodit.fat.min.js +2 -2
  16. package/es2018/jodit.js +75 -63
  17. package/es2018/jodit.min.css +1 -1
  18. package/es2018/jodit.min.js +2 -2
  19. package/es2018/plugins/debug/debug.js +1 -1
  20. package/es2018/plugins/debug/debug.min.js +1 -1
  21. package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
  22. package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
  23. package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
  24. package/es2021/jodit.css +47 -1
  25. package/es2021/jodit.fat.min.css +1 -1
  26. package/es2021/jodit.fat.min.js +2 -2
  27. package/es2021/jodit.js +75 -63
  28. package/es2021/jodit.min.css +1 -1
  29. package/es2021/jodit.min.js +2 -2
  30. package/es2021/plugins/debug/debug.js +1 -1
  31. package/es2021/plugins/debug/debug.min.js +1 -1
  32. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  33. package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
  34. package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
  35. package/es2021.en/jodit.css +47 -1
  36. package/es2021.en/jodit.fat.min.css +1 -1
  37. package/es2021.en/jodit.fat.min.js +2 -2
  38. package/es2021.en/jodit.js +75 -63
  39. package/es2021.en/jodit.min.css +1 -1
  40. package/es2021.en/jodit.min.js +2 -2
  41. package/es2021.en/plugins/debug/debug.js +1 -1
  42. package/es2021.en/plugins/debug/debug.min.js +1 -1
  43. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  44. package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
  45. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  46. package/es5/jodit.css +77 -2
  47. package/es5/jodit.fat.min.css +1 -1
  48. package/es5/jodit.fat.min.js +2 -2
  49. package/es5/jodit.js +78 -62
  50. package/es5/jodit.min.css +3 -3
  51. package/es5/jodit.min.js +2 -2
  52. package/es5/plugins/debug/debug.js +1 -1
  53. package/es5/plugins/debug/debug.min.js +1 -1
  54. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  55. package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
  56. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  57. package/esm/core/constants.js +1 -1
  58. package/esm/core/ui/button/button/button.d.ts +1 -0
  59. package/esm/core/ui/button/button/button.js +7 -0
  60. package/esm/core/ui/button/tooltip/tooltip.d.ts +3 -4
  61. package/esm/core/ui/button/tooltip/tooltip.js +44 -44
  62. package/esm/modules/toolbar/button/button.d.ts +1 -0
  63. package/esm/modules/widget/tabs/tabs.js +21 -16
  64. package/esm/types/ui.d.ts +1 -0
  65. package/package.json +1 -1
  66. package/types/core/ui/button/button/button.d.ts +1 -0
  67. package/types/core/ui/button/tooltip/tooltip.d.ts +3 -4
  68. package/types/modules/toolbar/button/button.d.ts +1 -0
  69. package/types/types/ui.d.ts +1 -0
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.19
4
+ * Version: v4.2.21
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.19
4
+ * Version: v4.2.21
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.19
4
+ * Version: v4.2.21
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.19
4
+ * Version: v4.2.21
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.19
4
+ * Version: v4.2.21
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
package/es5/jodit.css CHANGED
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
4
- * Version: v4.2.19
4
+ * Version: v4.2.21
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
8
8
  /*!
9
9
  * jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
10
10
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
11
- * Version: v4.2.19
11
+ * Version: v4.2.21
12
12
  * Url: https://xdsoft.net/jodit/
13
13
  * License(s): MIT
14
14
  */
@@ -4220,6 +4220,7 @@ a + .jodit-file-browser-tree__source-title {
4220
4220
  font-size: 14px;
4221
4221
  }
4222
4222
  .jodit-tabs .jodit-tabs__buttons {
4223
+ background-color: #f5f5f6;
4223
4224
  display: -webkit-box;
4224
4225
  display: -ms-flexbox;
4225
4226
  display: flex;
@@ -4228,6 +4229,42 @@ a + .jodit-file-browser-tree__source-title {
4228
4229
  justify-content: center;
4229
4230
  margin-top: calc(8px / 2);
4230
4231
  margin-bottom: 8px;
4232
+ padding: calc(8px / 2);
4233
+ border-radius: 3px;
4234
+ }
4235
+ .jodit-tabs .jodit-tabs__buttons .jodit-ui-button {
4236
+ color: #a5a5a5;
4237
+ }
4238
+ .jodit-tabs .jodit-tabs__buttons .jodit-ui-button svg {
4239
+ fill: #a5a5a5;
4240
+ }
4241
+ .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) {
4242
+ -webkit-box-shadow: 0 0 #0000, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
4243
+ box-shadow: 0 0 #0000, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
4244
+ color: rgba(0, 0, 0, 0.75);
4245
+ }
4246
+ .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) {
4247
+ -webkit-box-shadow: 0 0 #0000, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
4248
+ box-shadow: 0 0 #0000, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
4249
+ color: rgba(0, 0, 0, 0.75);
4250
+ }
4251
+ .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) {
4252
+ background-color: #fff;
4253
+ }
4254
+ .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) {
4255
+ background-color: #fff;
4256
+ }
4257
+ .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) .jodit-ui-button__text {
4258
+ background-color: #fff;
4259
+ }
4260
+ .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) .jodit-ui-button__text {
4261
+ background-color: #fff;
4262
+ }
4263
+ .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) svg {
4264
+ fill: rgba(0, 0, 0, 0.75);
4265
+ }
4266
+ .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) svg {
4267
+ fill: rgba(0, 0, 0, 0.75);
4231
4268
  }
4232
4269
  .jodit-tabs .jodit-tabs__buttons > * {
4233
4270
  margin-left: calc(8px / 2);
@@ -4267,6 +4304,38 @@ a + .jodit-file-browser-tree__source-title {
4267
4304
  min-width: 220px;
4268
4305
  min-height: 100px;
4269
4306
  }
4307
+ .jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons {
4308
+ background-color: #575757;
4309
+ border-radius: 3px;
4310
+ }
4311
+ .jodit_theme_dark .jodit-tabs .jodit-tabs__buttons {
4312
+ background-color: #575757;
4313
+ border-radius: 3px;
4314
+ }
4315
+ .jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) .jodit-ui-button__text {
4316
+ color: #5f5c5c;
4317
+ }
4318
+ .jodit_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) .jodit-ui-button__text {
4319
+ color: #5f5c5c;
4320
+ }
4321
+ .jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) .jodit-ui-button__text {
4322
+ color: #5f5c5c;
4323
+ }
4324
+ .jodit_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) .jodit-ui-button__text {
4325
+ color: #5f5c5c;
4326
+ }
4327
+ .jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) svg {
4328
+ fill: rgba(0, 0, 0, 0.75);
4329
+ }
4330
+ .jodit_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button:active:not([disabled]) svg {
4331
+ fill: rgba(0, 0, 0, 0.75);
4332
+ }
4333
+ .jodit-dialog_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) svg {
4334
+ fill: rgba(0, 0, 0, 0.75);
4335
+ }
4336
+ .jodit_theme_dark .jodit-tabs .jodit-tabs__buttons .jodit-ui-button[aria-pressed='true']:not([disabled]) svg {
4337
+ fill: rgba(0, 0, 0, 0.75);
4338
+ }
4270
4339
 
4271
4340
  /*!
4272
4341
  * Jodit Editor (https://xdsoft.net/jodit/)
@@ -4423,6 +4492,12 @@ html.jodit_fullsize-box_true {
4423
4492
  .jodit-ui-image-properties-form__tabsBox {
4424
4493
  padding: 0 8px;
4425
4494
  }
4495
+ .jodit-dialog_theme_dark .jodit-ui-image-properties-form__imageView {
4496
+ background-color: #575757;
4497
+ }
4498
+ .jodit_theme_dark .jodit-ui-image-properties-form__imageView {
4499
+ background-color: #575757;
4500
+ }
4426
4501
  .jodit-ui-image-properties-form_lock_true::before {
4427
4502
  content: '';
4428
4503
  left: 0;