@syncfusion/ej2-richtexteditor 29.2.4-803054 → 29.2.4-822566

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 (114) hide show
  1. package/dist/ej2-richtexteditor.umd.min.js +1 -1
  2. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-richtexteditor.es2015.js +1 -1
  4. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  5. package/dist/es6/ej2-richtexteditor.es5.js +1 -1
  6. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/editor-manager/base/constant.js +1 -1
  9. package/src/global.d.ts +1 -0
  10. package/styles/bds-lite.css +397 -3
  11. package/styles/bds.css +397 -3
  12. package/styles/bootstrap-dark-lite.css +398 -0
  13. package/styles/bootstrap-dark.css +398 -0
  14. package/styles/bootstrap-lite.css +398 -0
  15. package/styles/bootstrap.css +398 -0
  16. package/styles/bootstrap4-lite.css +387 -0
  17. package/styles/bootstrap4.css +387 -0
  18. package/styles/bootstrap5-dark-lite.css +394 -0
  19. package/styles/bootstrap5-dark.css +394 -0
  20. package/styles/bootstrap5-lite.css +387 -0
  21. package/styles/bootstrap5.3-lite.css +388 -1
  22. package/styles/bootstrap5.3.css +388 -1
  23. package/styles/bootstrap5.css +387 -0
  24. package/styles/fabric-dark-lite.css +394 -0
  25. package/styles/fabric-dark.css +394 -0
  26. package/styles/fabric-lite.css +394 -0
  27. package/styles/fabric.css +394 -0
  28. package/styles/fluent-dark-lite.css +394 -0
  29. package/styles/fluent-dark.css +394 -0
  30. package/styles/fluent-lite.css +394 -0
  31. package/styles/fluent.css +394 -0
  32. package/styles/fluent2-lite.css +394 -0
  33. package/styles/fluent2.css +394 -0
  34. package/styles/highcontrast-light-lite.css +394 -0
  35. package/styles/highcontrast-light.css +394 -0
  36. package/styles/highcontrast-lite.css +394 -0
  37. package/styles/highcontrast.css +394 -0
  38. package/styles/material-dark-lite.css +394 -0
  39. package/styles/material-dark.css +394 -0
  40. package/styles/material-lite.css +394 -0
  41. package/styles/material.css +394 -0
  42. package/styles/material3-dark-lite.css +394 -19
  43. package/styles/material3-dark.css +394 -19
  44. package/styles/material3-lite.css +394 -19
  45. package/styles/material3.css +394 -19
  46. package/styles/rich-text-editor/_bds-definition.scss +13 -9
  47. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +11 -7
  48. package/styles/rich-text-editor/_bootstrap-definition.scss +11 -7
  49. package/styles/rich-text-editor/_bootstrap4-definition.scss +11 -7
  50. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +11 -7
  51. package/styles/rich-text-editor/_bootstrap5-definition.scss +11 -7
  52. package/styles/rich-text-editor/_bootstrap5.3-definition.scss +12 -8
  53. package/styles/rich-text-editor/_fabric-dark-definition.scss +11 -7
  54. package/styles/rich-text-editor/_fabric-definition.scss +11 -7
  55. package/styles/rich-text-editor/_fluent-dark-definition.scss +11 -7
  56. package/styles/rich-text-editor/_fluent-definition.scss +11 -7
  57. package/styles/rich-text-editor/_fluent2-definition.scss +11 -7
  58. package/styles/rich-text-editor/_fusionnew-definition.scss +11 -7
  59. package/styles/rich-text-editor/_highcontrast-definition.scss +11 -7
  60. package/styles/rich-text-editor/_highcontrast-light-definition.scss +11 -7
  61. package/styles/rich-text-editor/_layout.scss +351 -7
  62. package/styles/rich-text-editor/_material-dark-definition.scss +11 -7
  63. package/styles/rich-text-editor/_material-definition.scss +11 -7
  64. package/styles/rich-text-editor/_material3-dark-definition.scss +11 -7
  65. package/styles/rich-text-editor/_material3-definition.scss +11 -7
  66. package/styles/rich-text-editor/_tailwind-dark-definition.scss +11 -7
  67. package/styles/rich-text-editor/_tailwind-definition.scss +11 -7
  68. package/styles/rich-text-editor/_tailwind3-definition.scss +11 -7
  69. package/styles/rich-text-editor/_theme.scss +4 -0
  70. package/styles/rich-text-editor/bds.css +397 -3
  71. package/styles/rich-text-editor/bootstrap-dark.css +398 -0
  72. package/styles/rich-text-editor/bootstrap.css +398 -0
  73. package/styles/rich-text-editor/bootstrap4.css +387 -0
  74. package/styles/rich-text-editor/bootstrap5-dark.css +394 -0
  75. package/styles/rich-text-editor/bootstrap5.3.css +388 -1
  76. package/styles/rich-text-editor/bootstrap5.css +387 -0
  77. package/styles/rich-text-editor/fabric-dark.css +394 -0
  78. package/styles/rich-text-editor/fabric.css +394 -0
  79. package/styles/rich-text-editor/fluent-dark.css +394 -0
  80. package/styles/rich-text-editor/fluent.css +394 -0
  81. package/styles/rich-text-editor/fluent2.css +394 -0
  82. package/styles/rich-text-editor/highcontrast-light.css +394 -0
  83. package/styles/rich-text-editor/highcontrast.css +394 -0
  84. package/styles/rich-text-editor/icons/_bds.scss +12 -0
  85. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +12 -0
  86. package/styles/rich-text-editor/icons/_bootstrap.scss +12 -0
  87. package/styles/rich-text-editor/icons/_bootstrap4.scss +12 -0
  88. package/styles/rich-text-editor/icons/_bootstrap5.3.scss +12 -0
  89. package/styles/rich-text-editor/icons/_bootstrap5.scss +12 -0
  90. package/styles/rich-text-editor/icons/_fabric-dark.scss +12 -0
  91. package/styles/rich-text-editor/icons/_fabric.scss +12 -0
  92. package/styles/rich-text-editor/icons/_fluent.scss +12 -0
  93. package/styles/rich-text-editor/icons/_fluent2.scss +12 -0
  94. package/styles/rich-text-editor/icons/_fusionnew.scss +12 -0
  95. package/styles/rich-text-editor/icons/_highcontrast-light.scss +12 -0
  96. package/styles/rich-text-editor/icons/_highcontrast.scss +12 -0
  97. package/styles/rich-text-editor/icons/_material-dark.scss +12 -0
  98. package/styles/rich-text-editor/icons/_material.scss +12 -0
  99. package/styles/rich-text-editor/icons/_material3.scss +12 -0
  100. package/styles/rich-text-editor/icons/_tailwind.scss +12 -0
  101. package/styles/rich-text-editor/icons/_tailwind3.scss +12 -0
  102. package/styles/rich-text-editor/material-dark.css +394 -0
  103. package/styles/rich-text-editor/material.css +394 -0
  104. package/styles/rich-text-editor/material3-dark.css +394 -19
  105. package/styles/rich-text-editor/material3.css +394 -19
  106. package/styles/rich-text-editor/tailwind-dark.css +394 -0
  107. package/styles/rich-text-editor/tailwind.css +394 -0
  108. package/styles/rich-text-editor/tailwind3.css +394 -0
  109. package/styles/tailwind-dark-lite.css +394 -0
  110. package/styles/tailwind-dark.css +394 -0
  111. package/styles/tailwind-lite.css +394 -0
  112. package/styles/tailwind.css +394 -0
  113. package/styles/tailwind3-lite.css +394 -0
  114. package/styles/tailwind3.css +394 -0
@@ -48,6 +48,45 @@
48
48
  display: block;
49
49
  font-size: $rte-content-font-size;
50
50
  }
51
+ .e-row-wrapper,
52
+ .e-col-wrapper,
53
+ .e-table-wrapper {
54
+ user-select: none;
55
+ position: absolute;
56
+ cursor: pointer;
57
+ .e-icons.e-drag-and-drop {
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ border-radius: 4px 0 0 4px;
62
+ &.e-rtl {
63
+ border-radius: 0 4px 4px 0;
64
+ }
65
+ &:hover {
66
+ background: $rte-table-gripper-hover-bg;
67
+ }
68
+ &.e-active {
69
+ background-color: $rte-table-gripper-active-bg;
70
+ color: $rte-table-gripper-active-color;
71
+ }
72
+ }
73
+ .e-icons.e-move {
74
+ border-radius: 50%;
75
+ &:hover {
76
+ background: $rte-table-gripper-hover-bg;
77
+ }
78
+ &.e-active {
79
+ background-color: $rte-table-gripper-active-bg;
80
+ color: $rte-table-gripper-active-color;
81
+ }
82
+ }
83
+ }
84
+ .e-col-wrapper .e-icons.e-drag-and-drop {
85
+ border-radius: 4px 4px 0 0;
86
+ &::before {
87
+ transform: rotate(90deg);
88
+ }
89
+ }
51
90
  }
52
91
 
53
92
  .e-source-content {
@@ -783,6 +822,39 @@
783
822
  }
784
823
  }
785
824
 
825
+ .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item {
826
+ .e-colorpicker-wrapper,
827
+ .e-colorpicker-container {
828
+
829
+ &.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before,
830
+ &.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
831
+ display: block;
832
+ font-family: 'e-icons';
833
+ font-weight: $rte-color-picker-font-weight;
834
+ line-height: $rte-color-picker-line-height;
835
+ text-transform: none;
836
+ }
837
+
838
+ .e-split-btn-wrapper {
839
+ .e-split-colorpicker {
840
+ .e-selected-color {
841
+ background: none;
842
+ display: block;
843
+ margin-top: $rte-color-picker-margin-top;
844
+ width: $rte-color-picker-width;
845
+ height: $rte-color-picker-height;
846
+
847
+ .e-split-preview {
848
+ height: 3px;
849
+ bottom: 0;
850
+ top: unset;
851
+ }
852
+ }
853
+ }
854
+ }
855
+ }
856
+ }
857
+
786
858
  .e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
787
859
  font-family: $rte-font-family;
788
860
  }
@@ -1006,6 +1078,8 @@
1006
1078
  }
1007
1079
 
1008
1080
  .e-rte-image.e-imginline,
1081
+ .e-rte-image.e-img-inline,
1082
+ .e-img-caption-container.e-img-inline,
1009
1083
  .e-rte-audio.e-audio-inline,
1010
1084
  .e-rte-video.e-video-inline {
1011
1085
  margin-left: $rte-media-inline-elem-margin-left;
@@ -1018,6 +1092,10 @@
1018
1092
  }
1019
1093
 
1020
1094
  .e-rte-image.e-imgcenter,
1095
+ .e-rte-image.e-img-center,
1096
+ .e-rte-image.e-img-break,
1097
+ .e-img-caption-container.e-img-center,
1098
+ .e-img-caption-container.e-img-break,
1021
1099
  .e-rte-video.e-video-center {
1022
1100
  cursor: pointer;
1023
1101
  display: block;
@@ -1057,9 +1135,9 @@
1057
1135
 
1058
1136
  .e-rte-img-caption.e-caption-inline {
1059
1137
  display: inline-block;
1060
- margin: $rte-img-caption-inline-margin;
1061
- margin-left: $rte-img-caption-inline-margin-left;
1062
- margin-right: $rte-img-caption-inline-margin-right;
1138
+ margin: 5px auto;
1139
+ margin-left: 5px;
1140
+ margin-right: 5px;
1063
1141
  max-width: calc(100% - (2 * 5px));
1064
1142
  position: relative;
1065
1143
  text-align: center;
@@ -1075,22 +1153,22 @@
1075
1153
  .e-rte-img-caption.e-imgright {
1076
1154
  display: contents;
1077
1155
  margin-left: $rte-imgright-margin-left;
1078
- margin-right: $rte-img-caption-right-margin-right;
1156
+ margin-right: 0;
1079
1157
  }
1080
1158
 
1081
1159
  .e-rte-img-caption.e-imgleft {
1082
1160
  display: contents;
1083
- margin-left: $rte-img-caption-left-margin-left;
1161
+ margin-left: 0;
1084
1162
  margin-right: $rte-imgleft-margin-right;
1085
1163
  }
1086
1164
 
1087
1165
  .e-rte-img-caption .e-rte-image.e-imgright {
1088
- margin-left: $rte-image-imgright-margin-left;
1166
+ margin-left: auto;
1089
1167
  margin-right: $rte-img-caption-imgright-margin-right;
1090
1168
  }
1091
1169
 
1092
1170
  .e-rte-img-caption .e-rte-image.e-imgleft {
1093
- margin: $rte-img-caption-imgleft-margin;
1171
+ margin: 0;
1094
1172
  }
1095
1173
 
1096
1174
  .e-img-caption.e-rte-img-caption.e-imgbreak {
@@ -1176,6 +1254,12 @@
1176
1254
  color: $rte-insert-icon-color;
1177
1255
  }
1178
1256
 
1257
+ .e-rte-table-resize .e-circle::before,
1258
+ .e-rte-table-resize .e-circle-add::before {
1259
+ background-color: $rte-content-bg;
1260
+ border-radius: 50%;
1261
+ }
1262
+
1179
1263
  .e-rte-table-resize.e-tb-col-insert {
1180
1264
  width: 26px;
1181
1265
  height: 22px;
@@ -1196,6 +1280,7 @@
1196
1280
  line-height: 16px;
1197
1281
  border: 1px;
1198
1282
  position: absolute;
1283
+ z-index: 2;
1199
1284
  }
1200
1285
 
1201
1286
  .e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
@@ -1218,6 +1303,7 @@
1218
1303
  line-height: 8px;
1219
1304
  border: 1px;
1220
1305
  position: absolute;
1306
+ z-index: 2;
1221
1307
  }
1222
1308
 
1223
1309
  .e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
@@ -1251,6 +1337,69 @@
1251
1337
  height: 1px;
1252
1338
  }
1253
1339
 
1340
+ .e-rte-image,
1341
+ .e-img-caption-container {
1342
+ &.e-img-left-wrap {
1343
+ float: left;
1344
+ margin: 5px 5px 5px 0;
1345
+ }
1346
+ &.e-img-right-wrap {
1347
+ float: right;
1348
+ margin: 5px 0 5px 5px;
1349
+ }
1350
+ &.e-img-left,
1351
+ &.e-img-right {
1352
+ margin-top: 5px;
1353
+ margin-bottom: 5px;
1354
+ }
1355
+ &.e-img-right {
1356
+ margin-right: 0;
1357
+ margin-left: auto;
1358
+ }
1359
+ &.e-img-left {
1360
+ margin-left: 0;
1361
+ margin-right: auto;
1362
+ }
1363
+ }
1364
+ .e-img-caption-container {
1365
+ &.e-img-left-wrap,
1366
+ &.e-img-right-wrap {
1367
+ display: inline-block;
1368
+ }
1369
+ &.e-img-left,
1370
+ &.e-img-right {
1371
+ display: block;
1372
+ }
1373
+ max-width: 100%;
1374
+ position: relative;
1375
+ .e-img-caption-text {
1376
+ box-sizing: border-box;
1377
+ display: block;
1378
+ font-size: $rte-toolbar-icon-size;
1379
+ font-weight: $rte-content-img-caption-font-weight;
1380
+ margin: auto;
1381
+ opacity: .9;
1382
+ position: relative;
1383
+ text-align: center;
1384
+ width: 100%;
1385
+ }
1386
+ &.e-img-left-wrap,
1387
+ &.e-img-right-wrap,
1388
+ &.e-img-left,
1389
+ &.e-img-right,
1390
+ &.e-img-center,
1391
+ &.e-img-break {
1392
+ .e-img-wrap img {
1393
+ margin-bottom: 0;
1394
+ }
1395
+ }
1396
+ &.e-img-center,
1397
+ &.e-img-break {
1398
+ margin-left: auto;
1399
+ margin-right: auto;
1400
+ }
1401
+ }
1402
+
1254
1403
  .e-richtexteditor,
1255
1404
  .e-rte-elements {
1256
1405
  .e-linkheader,
@@ -1495,6 +1644,118 @@
1495
1644
  }
1496
1645
  }
1497
1646
 
1647
+ .e-rte-edit-tablecell-dialog {
1648
+ .e-rte-edit-tablecell-row {
1649
+ display: flex;
1650
+ gap: $rte-edit-table-cell-gap;
1651
+
1652
+ &:first-child {
1653
+ .e-rte-edit-table-tablewidth,
1654
+ .e-rte-edit-table-tableheight {
1655
+ width: 50%;
1656
+ }
1657
+ }
1658
+
1659
+ &:not(:first-child) {
1660
+ .e-rte-edit-table-cellpadding,
1661
+ .e-rte-edit-table-bgcolor {
1662
+ width: 50%;
1663
+ }
1664
+ }
1665
+ }
1666
+
1667
+ .e-rte-edit-table-field-flex {
1668
+ display: flex;
1669
+ justify-content: space-between;
1670
+
1671
+ @if $theme-name == 'bootstrap' or $theme-name == 'bootstrap-dark' {
1672
+ .e-control-wrapper.e-numeric {
1673
+ width: 115px !important; /* stylelint-disable-line declaration-no-important */
1674
+ }
1675
+ }
1676
+ }
1677
+
1678
+ .e-rte-edit-table-widthValue,
1679
+ .e-rte-edit-table-heightValue {
1680
+ button {
1681
+ padding: 2px 8px;
1682
+
1683
+ @if $theme-name == 'highcontrast' or $theme-name == 'highcontrast-light' {
1684
+ margin-top: 0;
1685
+ }
1686
+ @else {
1687
+ margin-top: 2px;
1688
+ }
1689
+
1690
+ .e-rte-dropdown-btn-content-text {
1691
+ display: inline-block;
1692
+ width: 18px;
1693
+ white-space: nowrap;
1694
+ overflow: hidden;
1695
+ text-overflow: ellipsis;
1696
+ }
1697
+ }
1698
+ }
1699
+
1700
+ .e-rte-edit-tablecell-align-container {
1701
+ display: flex;
1702
+ gap: 24px;
1703
+
1704
+ .e-rte-edit-tablecell-horizontal-align,
1705
+ .e-rte-edit-tablecell-vertical-align {
1706
+ margin-top: 8px;
1707
+ width: 50%;
1708
+ }
1709
+
1710
+ .e-rte-edit-tablecell-btn-group {
1711
+ margin-top: 4px;
1712
+ }
1713
+
1714
+ .e-rte-tablecell-align-btn {
1715
+ width: auto;
1716
+ height: auto;
1717
+ padding: 12px;
1718
+ font-size: 14px;
1719
+ }
1720
+ }
1721
+
1722
+ .e-rte-edit-table-border {
1723
+ .e-rte-edit-table-borderfields {
1724
+ display: flex;
1725
+ justify-content: space-between;
1726
+
1727
+ .e-rte-edit-table-borderwidth {
1728
+ width: 37%;
1729
+ }
1730
+
1731
+ .e-rte-dropdown-btn-text-wrapper {
1732
+ width: 47px;
1733
+ }
1734
+ }
1735
+ }
1736
+
1737
+ .e-rte-edit-table-element {
1738
+ margin-top: $rte-table-element-margin-top;
1739
+ }
1740
+
1741
+ .e-rte-edit-table-field {
1742
+ margin-top: $rte-table-field-margin-top;
1743
+ }
1744
+
1745
+ .e-rte-dropdown-btn-text {
1746
+ font-weight: $rte-dropdown-btn-font-weight;
1747
+ }
1748
+
1749
+ .e-rte-edit-table-borderlabel {
1750
+ font-weight: $rte-edit-table-border-label-font-weight;
1751
+ font-style: semi-bold;
1752
+ }
1753
+
1754
+ .e-caret {
1755
+ opacity: .75;
1756
+ }
1757
+ }
1758
+
1498
1759
  .e-rte-emojipicker-popup.e-popup.e-popup-open {
1499
1760
  border: $rte-emoji-pop-border;
1500
1761
  // min-width: 120px; //Not affecting the UI after removal
@@ -2413,3 +2674,86 @@
2413
2674
  .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
2414
2675
  line-height: 2px;
2415
2676
  }
2677
+
2678
+ // Styles for Blazor SmartRichTextEditor component
2679
+ .e-smartrichtexteditor {
2680
+ .e-rte-ai-selected-text {
2681
+ color: rgb(255, 255, 255);
2682
+ background: rgba(51, 103, 209);
2683
+ }
2684
+ .e-rte-aiquery-dialog {
2685
+ border: 0;
2686
+ }
2687
+ .e-rte-aiquery-dialog .e-dlg-content {
2688
+ min-height: 100px;
2689
+ overflow: hidden;
2690
+ display: flex !important; /* stylelint-disable-line declaration-no-important */
2691
+ flex-direction: column;
2692
+ padding: 0;
2693
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
2694
+
2695
+ .e-rte-ai-assit-content-container {
2696
+ flex: 1 1 auto;
2697
+ display: flex;
2698
+ flex-direction: column;
2699
+ min-height: 0;
2700
+ width: 100%;
2701
+ }
2702
+
2703
+ .e-aiassistview {
2704
+ flex: 1 1 auto;
2705
+ display: flex;
2706
+ flex-direction: column;
2707
+ min-height: 0;
2708
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
2709
+ .e-view-header {
2710
+ flex: 0 0 auto;
2711
+ }
2712
+ .e-view-content {
2713
+ flex: 1 1 auto;
2714
+ overflow-y: auto;
2715
+ overflow-x: hidden;
2716
+ min-height: 0;
2717
+ }
2718
+ .e-view-container {
2719
+ margin: auto;
2720
+ }
2721
+ .banner-content {
2722
+ display: flex;
2723
+ flex-direction: column;
2724
+ justify-content: center;
2725
+ height: 230px;
2726
+ text-align: center;
2727
+ & .e-assistview-icon::before {
2728
+ font-size: 35px;
2729
+ }
2730
+ }
2731
+ .e-footer {
2732
+ width: 85%;
2733
+ }
2734
+ }
2735
+ }
2736
+
2737
+ @if $theme-name != 'bootstrap4' and $theme-name != 'bootstrap5' and $theme-name != 'bootstrap5.3' {
2738
+ .e-rte-aiquery-dialog .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
2739
+ border: 1px solid transparent;
2740
+ background-color: transparent;
2741
+ background: transparent;
2742
+ box-shadow: none;
2743
+ }
2744
+ }
2745
+ .e-rte-aiquery-dialog .e-dlg-overlay {
2746
+ background-color: rgb(250, 250, 250);
2747
+ opacity: .6;
2748
+ }
2749
+ }
2750
+
2751
+ .e-smartrichtexteditor.e-dlg-target.e-scroll-disabled {
2752
+ overflow: initial !important; /* stylelint-disable-line declaration-no-important */
2753
+ }
2754
+
2755
+ .e-rte-ai-assist-history.e-rte-dropdown-menu.e-popup-open {
2756
+ visibility: hidden;
2757
+ max-height: 200px;
2758
+ overflow-y: auto;
2759
+ }
@@ -462,11 +462,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
462
462
  $rte-filemanager-label-padding-bottom: 8px !default;
463
463
 
464
464
  //margin
465
- $rte-img-caption-imgleft-margin: 0 !default;
466
465
  $rte-table-tablecell-small-margin: 0 !default;
467
466
  $rte-dialog-radio-small-margin: 0 !default;
468
467
  $rte-video-elem-margin: 0 !default;
469
468
  $rte-tbar-btn-small-margin: 0 !default;
469
+ $rte-table-gripper-active-bg: $primary !default;
470
+ $rte-table-gripper-active-color: $primary-font !default;
471
+ $rte-table-gripper-hover-bg: $primary-100 !default;
470
472
  $rte-table-dlg-content-small-margin: 0 !default;
471
473
  $rte-content-textarea-margin: 0 !default;
472
474
  $rte-quick-toolbar-horizontal-separator-margin: 0 !default;
@@ -493,7 +495,6 @@ $rte-img-video-right-margin: 0 auto !default;
493
495
  $rte-drop-text-margin: 0 auto !default;
494
496
  $rte-drop-text-mobile-margin: 0 auto !default;
495
497
  $rte-img-caption-margin: 5px auto !default;
496
- $rte-img-caption-inline-margin: 5px auto !default;
497
498
  $rte-droparea-browsebtn-margin: 0 auto 10px !default;
498
499
  $rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
499
500
  $rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
@@ -502,27 +503,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
502
503
  $rte-media-elem-margin: auto !default;
503
504
  $rte-content-img-caption-inner-margin: auto !default;
504
505
  $rte-img-wrap-margin: auto !default;
506
+ $rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
507
+ $rte-img-rightwrap-margin: 5px 0 5px 5px !default;
505
508
 
506
509
  //margin-left
507
510
  $rte-content-blockquote-margin-left: 0 !default;
508
511
  $rte-toolbar-multirow-margin-left: 0 !default;
509
512
  $rte-toolbar-item-first-child-margin-left: 0 !default;
510
- $rte-img-caption-left-margin-left: 0 !default;
513
+ $rte-imgleft-margin-left: 0 !default;
511
514
  $rte-uploadwrap-file-container-margin-left: 0 !default;
512
515
  $rte-toolbar-poup-extended-margin-left: 0 !default;
513
516
  $rte-media-inline-elem-margin-left: 5px !default;
514
517
  $rte-img-video-right-margin-left: 5px !default;
515
- $rte-img-caption-inline-margin-left: 5px !default;
516
518
  $rte-slash-menu-icon-margin-left: 15px !default;
517
519
  $rte-imgcenter-margin-left: auto !default;
518
520
  $rte-imgright-margin-left: auto !default;
519
- $rte-image-imgright-margin-left: auto !default;
520
521
 
521
522
  //margin-right
522
- $rte-img-caption-right-margin-right: 0 !default;
523
+ $rte-imgright-margin-right: 0 !default;
523
524
  $rte-toolbar-multirow-margin-right: 0 !default;
524
525
  $rte-img-caption-imgright-margin-right: 0 !default;
525
- $rte-img-caption-inline-margin-right: 5px !default;
526
526
  $rte-media-inline-elem-margin-right: 5px !default;
527
527
  $rte-img-video-left-margin-right: 5px !default;
528
528
  $rte-default-character-count-margin-right: 15px !default;
@@ -545,6 +545,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
545
545
  $rte-big-content-h4-h5-tag-margin-top: .6em !default;
546
546
  $rte-big-content-h5-h6-tag-margin-top: .6em !default;
547
547
  $rte-content-table-margin-top: 10px !default;
548
+ $rte-imgleft-margin-top: 5px !default;
548
549
 
549
550
  //margin-bottom
550
551
  $rte-tb-bottom-content-margin-bottom: 0 !default;
@@ -555,6 +556,9 @@ $rte-content-p-margin-bottom: 10px !default;
555
556
  $rte-content-li-margin-bottom: 10px !default;
556
557
  $rte-content-table-margin-bottom: 10px !default;
557
558
  $rte-resize-bar-margin-bottom: 20px !default;
559
+ $rte-img-leftwrap-inner-margin-bottom: 5px !default;
560
+ $rte-img-rightwrap-inner-margin-bottom: 5px !default;
561
+ $rte-img-wrap-img-margin-bottom: 0 !default;
558
562
 
559
563
  //border
560
564
  $rte-content-pre-border: 0 !default;
@@ -462,11 +462,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
462
462
  $rte-filemanager-label-padding-bottom: 8px !default;
463
463
 
464
464
  //margin
465
- $rte-img-caption-imgleft-margin: 0 !default;
466
465
  $rte-table-tablecell-small-margin: 0 !default;
467
466
  $rte-dialog-radio-small-margin: 0 !default;
468
467
  $rte-video-elem-margin: 0 !default;
469
468
  $rte-tbar-btn-small-margin: 0 !default;
469
+ $rte-table-gripper-active-bg: $primary !default;
470
+ $rte-table-gripper-active-color: $primary-font !default;
471
+ $rte-table-gripper-hover-bg: $primary-100 !default;
470
472
  $rte-table-dlg-content-small-margin: 0 !default;
471
473
  $rte-content-textarea-margin: 0 !default;
472
474
  $rte-quick-toolbar-horizontal-separator-margin: 0 !default;
@@ -493,7 +495,6 @@ $rte-img-video-right-margin: 0 auto !default;
493
495
  $rte-drop-text-margin: 0 auto !default;
494
496
  $rte-drop-text-mobile-margin: 0 auto !default;
495
497
  $rte-img-caption-margin: 5px auto !default;
496
- $rte-img-caption-inline-margin: 5px auto !default;
497
498
  $rte-droparea-browsebtn-margin: 0 auto 10px !default;
498
499
  $rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
499
500
  $rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
@@ -502,27 +503,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
502
503
  $rte-media-elem-margin: auto !default;
503
504
  $rte-content-img-caption-inner-margin: auto !default;
504
505
  $rte-img-wrap-margin: auto !default;
506
+ $rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
507
+ $rte-img-rightwrap-margin: 5px 0 5px 5px !default;
505
508
 
506
509
  //margin-left
507
510
  $rte-content-blockquote-margin-left: 0 !default;
508
511
  $rte-toolbar-multirow-margin-left: 0 !default;
509
512
  $rte-toolbar-item-first-child-margin-left: 0 !default;
510
- $rte-img-caption-left-margin-left: 0 !default;
513
+ $rte-imgleft-margin-left: 0 !default;
511
514
  $rte-uploadwrap-file-container-margin-left: 0 !default;
512
515
  $rte-toolbar-poup-extended-margin-left: 0 !default;
513
516
  $rte-media-inline-elem-margin-left: 5px !default;
514
517
  $rte-img-video-right-margin-left: 5px !default;
515
- $rte-img-caption-inline-margin-left: 5px !default;
516
518
  $rte-slash-menu-icon-margin-left: 15px !default;
517
519
  $rte-imgcenter-margin-left: auto !default;
518
520
  $rte-imgright-margin-left: auto !default;
519
- $rte-image-imgright-margin-left: auto !default;
520
521
 
521
522
  //margin-right
522
- $rte-img-caption-right-margin-right: 0 !default;
523
+ $rte-imgright-margin-right: 0 !default;
523
524
  $rte-toolbar-multirow-margin-right: 0 !default;
524
525
  $rte-img-caption-imgright-margin-right: 0 !default;
525
- $rte-img-caption-inline-margin-right: 5px !default;
526
526
  $rte-media-inline-elem-margin-right: 5px !default;
527
527
  $rte-img-video-left-margin-right: 5px !default;
528
528
  $rte-default-character-count-margin-right: 15px !default;
@@ -545,6 +545,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
545
545
  $rte-big-content-h4-h5-tag-margin-top: .6em !default;
546
546
  $rte-big-content-h5-h6-tag-margin-top: .6em !default;
547
547
  $rte-content-table-margin-top: 10px !default;
548
+ $rte-imgleft-margin-top: 5px !default;
548
549
 
549
550
  //margin-bottom
550
551
  $rte-tb-bottom-content-margin-bottom: 0 !default;
@@ -555,6 +556,9 @@ $rte-content-p-margin-bottom: 10px !default;
555
556
  $rte-content-li-margin-bottom: 10px !default;
556
557
  $rte-content-table-margin-bottom: 10px !default;
557
558
  $rte-resize-bar-margin-bottom: 20px !default;
559
+ $rte-img-leftwrap-inner-margin-bottom: 5px !default;
560
+ $rte-img-rightwrap-inner-margin-bottom: 5px !default;
561
+ $rte-img-wrap-img-margin-bottom: 0 !default;
558
562
 
559
563
  //border
560
564
  $rte-content-pre-border: 0 !default;
@@ -469,11 +469,13 @@ $rte-video-url-wrapper-padding-bottom: 5px !default;
469
469
  $rte-filemanager-label-padding-bottom: 8px !default;
470
470
 
471
471
  //margin
472
- $rte-img-caption-imgleft-margin: 0 !default;
473
472
  $rte-table-tablecell-small-margin: 0 !default;
474
473
  $rte-dialog-radio-small-margin: 0 !default;
475
474
  $rte-video-elem-margin: 0 !default;
476
475
  $rte-tbar-btn-small-margin: 0 !default;
476
+ $rte-table-gripper-active-bg: rgba($primary) !default;
477
+ $rte-table-gripper-active-color: rgba($primary-text-color) !default;
478
+ $rte-table-gripper-hover-bg: rgba($primary-light) !default;
477
479
  $rte-table-dlg-content-small-margin: 0 !default;
478
480
  $rte-content-textarea-margin: 0 !default;
479
481
  $rte-quick-toolbar-horizontal-separator-margin: 0 !default;
@@ -500,7 +502,6 @@ $rte-img-video-right-margin: 0 auto !default;
500
502
  $rte-drop-text-margin: 0 auto !default;
501
503
  $rte-drop-text-mobile-margin: 0 auto !default;
502
504
  $rte-img-caption-margin: 5px auto !default;
503
- $rte-img-caption-inline-margin: 5px auto !default;
504
505
  $rte-droparea-browsebtn-margin: 0 auto 10px !default;
505
506
  $rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
506
507
  $rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
@@ -509,27 +510,26 @@ $rte-big-quick-toolbar-item-margin: 0 !default;
509
510
  $rte-media-elem-margin: auto !default;
510
511
  $rte-content-img-caption-inner-margin: auto !default;
511
512
  $rte-img-wrap-margin: auto !default;
513
+ $rte-img-leftwrap-margin: 5px 5px 5px 0 !default;
514
+ $rte-img-rightwrap-margin: 5px 0 5px 5px !default;
512
515
 
513
516
  //margin-left
514
517
  $rte-content-blockquote-margin-left: 0 !default;
515
518
  $rte-toolbar-multirow-margin-left: 0 !default;
516
519
  $rte-toolbar-item-first-child-margin-left: 0 !default;
517
- $rte-img-caption-left-margin-left: 0 !default;
520
+ $rte-imgleft-margin-left: 0 !default;
518
521
  $rte-uploadwrap-file-container-margin-left: 0 !default;
519
522
  $rte-toolbar-poup-extended-margin-left: 0 !default;
520
523
  $rte-media-inline-elem-margin-left: 5px !default;
521
524
  $rte-img-video-right-margin-left: 5px !default;
522
- $rte-img-caption-inline-margin-left: 5px !default;
523
525
  $rte-slash-menu-icon-margin-left: 15px !default;
524
526
  $rte-imgcenter-margin-left: auto !default;
525
527
  $rte-imgright-margin-left: auto !default;
526
- $rte-image-imgright-margin-left: auto !default;
527
528
 
528
529
  //margin-right
529
- $rte-img-caption-right-margin-right: 0 !default;
530
+ $rte-imgright-margin-right: 0 !default;
530
531
  $rte-toolbar-multirow-margin-right: 0 !default;
531
532
  $rte-img-caption-imgright-margin-right: 0 !default;
532
- $rte-img-caption-inline-margin-right: 5px !default;
533
533
  $rte-media-inline-elem-margin-right: 5px !default;
534
534
  $rte-img-video-left-margin-right: 5px !default;
535
535
  $rte-default-character-count-margin-right: 15px !default;
@@ -552,6 +552,7 @@ $rte-big-content-h3-h4-tag-margin-top: .6em !default;
552
552
  $rte-big-content-h4-h5-tag-margin-top: .6em !default;
553
553
  $rte-big-content-h5-h6-tag-margin-top: .6em !default;
554
554
  $rte-content-table-margin-top: 10px !default;
555
+ $rte-imgleft-margin-top: 5px !default;
555
556
 
556
557
  //margin-bottom
557
558
  $rte-tb-bottom-content-margin-bottom: 0 !default;
@@ -562,6 +563,9 @@ $rte-content-p-margin-bottom: 10px !default;
562
563
  $rte-content-li-margin-bottom: 10px !default;
563
564
  $rte-content-table-margin-bottom: 10px !default;
564
565
  $rte-resize-bar-margin-bottom: 20px !default;
566
+ $rte-img-leftwrap-inner-margin-bottom: 5px !default;
567
+ $rte-img-rightwrap-inner-margin-bottom: 5px !default;
568
+ $rte-img-wrap-img-margin-bottom: 0 !default;
565
569
 
566
570
  //border
567
571
  $rte-content-pre-border: 0 !default;