@syncfusion/ej2-angular-richtexteditor 21.2.9-ngcc → 21.2.9

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 (79) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +68 -0
  4. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +189 -0
  5. package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +282 -0
  8. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +282 -0
  10. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/src/rich-text-editor/richtexteditor-all.module.d.ts +6 -0
  13. package/src/rich-text-editor/richtexteditor.component.d.ts +3 -0
  14. package/src/rich-text-editor/richtexteditor.module.d.ts +6 -0
  15. package/styles/_all.scss +1 -0
  16. package/styles/rich-text-editor/_all.scss +2 -0
  17. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +235 -0
  18. package/styles/rich-text-editor/_bootstrap-definition.scss +290 -0
  19. package/styles/rich-text-editor/_bootstrap4-definition.scss +417 -0
  20. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +1 -0
  21. package/styles/rich-text-editor/_bootstrap5-definition.scss +219 -0
  22. package/styles/rich-text-editor/_fabric-dark-definition.scss +216 -0
  23. package/styles/rich-text-editor/_fabric-definition.scss +214 -0
  24. package/styles/rich-text-editor/_fluent-dark-definition.scss +1 -0
  25. package/styles/rich-text-editor/_fluent-definition.scss +222 -0
  26. package/styles/rich-text-editor/_fusionnew-definition.scss +219 -0
  27. package/styles/rich-text-editor/_highcontrast-definition.scss +214 -0
  28. package/styles/rich-text-editor/_highcontrast-light-definition.scss +214 -0
  29. package/styles/rich-text-editor/_layout.scss +1860 -0
  30. package/styles/rich-text-editor/_material-dark-definition.scss +219 -0
  31. package/styles/rich-text-editor/_material-definition.scss +216 -0
  32. package/styles/rich-text-editor/_tailwind-dark-definition.scss +1 -0
  33. package/styles/rich-text-editor/_tailwind-definition.scss +217 -0
  34. package/styles/rich-text-editor/_theme.scss +753 -0
  35. package/styles/rich-text-editor/bootstrap-dark.scss +4 -1
  36. package/styles/rich-text-editor/bootstrap.scss +4 -1
  37. package/styles/rich-text-editor/bootstrap4.scss +4 -1
  38. package/styles/rich-text-editor/bootstrap5-dark.scss +4 -1
  39. package/styles/rich-text-editor/bootstrap5.scss +4 -1
  40. package/styles/rich-text-editor/fabric-dark.scss +4 -1
  41. package/styles/rich-text-editor/fabric.scss +4 -1
  42. package/styles/rich-text-editor/fluent-dark.scss +4 -1
  43. package/styles/rich-text-editor/fluent.scss +4 -1
  44. package/styles/rich-text-editor/highcontrast-light.scss +4 -1
  45. package/styles/rich-text-editor/highcontrast.scss +4 -1
  46. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +349 -0
  47. package/styles/rich-text-editor/icons/_bootstrap.scss +349 -0
  48. package/styles/rich-text-editor/icons/_bootstrap4.scss +349 -0
  49. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -0
  50. package/styles/rich-text-editor/icons/_bootstrap5.scss +348 -0
  51. package/styles/rich-text-editor/icons/_fabric-dark.scss +349 -0
  52. package/styles/rich-text-editor/icons/_fabric.scss +349 -0
  53. package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -0
  54. package/styles/rich-text-editor/icons/_fluent.scss +348 -0
  55. package/styles/rich-text-editor/icons/_fusionnew.scss +348 -0
  56. package/styles/rich-text-editor/icons/_highcontrast-light.scss +349 -0
  57. package/styles/rich-text-editor/icons/_highcontrast.scss +349 -0
  58. package/styles/rich-text-editor/icons/_material-dark.scss +349 -0
  59. package/styles/rich-text-editor/icons/_material.scss +349 -0
  60. package/styles/rich-text-editor/icons/_material3.scss +348 -0
  61. package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -0
  62. package/styles/rich-text-editor/icons/_tailwind.scss +348 -0
  63. package/styles/rich-text-editor/material-dark.scss +4 -1
  64. package/styles/rich-text-editor/material.scss +4 -1
  65. package/styles/rich-text-editor/tailwind-dark.scss +4 -1
  66. package/styles/rich-text-editor/tailwind.scss +4 -1
  67. package/syncfusion-ej2-angular-richtexteditor.d.ts +5 -0
  68. package/@syncfusion/ej2-angular-richtexteditor.es5.js +0 -330
  69. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +0 -1
  70. package/@syncfusion/ej2-angular-richtexteditor.js +0 -311
  71. package/@syncfusion/ej2-angular-richtexteditor.js.map +0 -1
  72. package/CHANGELOG.md +0 -1313
  73. package/dist/ej2-angular-richtexteditor.umd.js +0 -806
  74. package/dist/ej2-angular-richtexteditor.umd.js.map +0 -1
  75. package/dist/ej2-angular-richtexteditor.umd.min.js +0 -11
  76. package/dist/ej2-angular-richtexteditor.umd.min.js.map +0 -1
  77. package/ej2-angular-richtexteditor.d.ts +0 -5
  78. package/ej2-angular-richtexteditor.metadata.json +0 -1
  79. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,219 @@
1
+ //default
2
+ $rte-border-size: 1px !default;
3
+ $rte-2px-border-size: 2px !default;
4
+ $rte-border-type: solid !default;
5
+
6
+ $rte-list-btn-flex: column !default;
7
+ $rte-list-btn-line-height: 1 !default;
8
+ $rte-split-btn-line-height: 25px !default;
9
+ $rte-big-split-btn-line-height: 35px !default;
10
+ $rte-btn-color: rgba($grey-dark-font, .22) !default;
11
+ $rte-border-color: $grey-700 !default;
12
+ $rte-content-bg: $grey-dark !default;
13
+ $rte-full-screen-bg: $grey-dark !default;
14
+ $rte-content-font-color: $grey-dark-font !default;
15
+ $rte-item-color: $grey-dark-font !default;
16
+ $rte-icons-color: $grey-dark-font !default;
17
+ $rte-tlbar-expand-active: $grey-dark-font !default;
18
+ $rte-hover-icons-color: $grey-dark-font !default;
19
+ $rte-content-padding: 16px !default;
20
+ $rte-table-popup-padding: 10px !default;
21
+ $rte-toolbar-icon-size: 16px !default;
22
+ $rte-toolbar-big-icon-size: 18px !default;
23
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
24
+
25
+ $font-weight: 500 !default;
26
+ $rte-table-popup-bdr-radius: 0 !default;
27
+ $rte-big-quick-item-btn-width: 39px !default;
28
+ $rte-quick-item-btn-width: 27px !default;
29
+ $rte-big-quick-item-btn-height: 34px !default;
30
+ $rte-quick-item-btn-height: 26px !default;
31
+ $rte-big-quick-item-padding: 0 !default;
32
+ $rte-quick-item-padding: 0 !default;
33
+ $rte-quick-item-icon-min-width: 24px !default;
34
+ $rte-big-quick-item-line-height: normal !default;
35
+ $rte-quick-item-line-height: 25px !default;
36
+ $rte-quick-item-active-bg: rgba($grey-dark-font, .22) !default;
37
+ $rte-quick-item-active-font-color: $grey-dark-font !default;
38
+ $rte-quick-item-border: 0 !default;
39
+ $rte-quick-item-hover-border-color: $grey-700 !default;
40
+ $rte-quick-item-active-border-color: $grey-700 !default;
41
+
42
+ $rte-big-quick-drop-btn-line-height: 33px !default;
43
+ $rte-quick-drop-btn-line-height: 24px !default;
44
+ $rte-big-quick-drop-btn-margin: 4px 0 !default;
45
+ $rte-quick-drop-btn-margin: 4px 0 !default;
46
+ $rte-big-quick-drop-btn-padding: 0 !default;
47
+ $rte-quick-drop-btn-padding: 1px 0 !default;
48
+ $rte-big-quick-drop-btn-icon-size: 16px !default;
49
+ $rte-quick-drop-btn-icon-size: 14px !default;
50
+ $rte-big-quick-drop-btn-caret-icon-size: 10px !default;
51
+ $rte-quick-drop-btn-caret-icon-size: 12px !default;
52
+ $rte-big-quick-drop-btn-caret-font-size: 12px !default;
53
+ $rte-quick-drop-btn-caret-font-size: 10px !default;
54
+ $rte-quick-drop-btn-border-color: $grey-700 !default;
55
+ $rte-quick-drop-btn-hover-border-color: $grey-700 !default;
56
+
57
+ $rte-quick-pop-border: 0 !default;
58
+ $rte-quick-tb-border: 0 !default;
59
+ $rte-quick-pop-bg: $grey-800 !default;
60
+ $rte-quick-vr-line-color: $grey-700 !default;
61
+ $rte-quick-pop-shadow: 0 2px 6px rgba($grey-black, .26) !default;
62
+ $rte-quick-pop-item-focus-bg: rgba($grey-white, .12) !default;
63
+ $rte-quick-tb-btn-hover: rgba($grey-white, .12) !default;
64
+ $rte-mob-drop-down-pop-shadow: rgba($grey-black, .12) !default;
65
+
66
+ $rte-big-tb-items-margin-left: 3px !default;
67
+ $rte-tb-items-margin-left: 7px !default;
68
+ $rte-big-tb-items-padding-left: 3px !default;
69
+ $rte-tb-items-padding-left: 7px !default;
70
+ $rte-big-active-tb-item-btn-padding: 0 6px !default;
71
+ $rte-active-tb-item-btn-padding: 0 1.5px !default;
72
+ $rte-tb-item-active-bg: rgba($grey-dark-font, .22) !default;
73
+ $rte-tb-active-font-color: $grey-dark-font !default;
74
+ $rte-tb-item-active-border: 0 !default;
75
+ $rte-expand-tb-border-bottom: $rte-border-size $rte-border-type $grey-700 !default;
76
+ $rte-color-picker-active-bg: inherit !default;
77
+ $rte-drop-btn-active-bg: rgba($grey-dark-font, .22) !default;
78
+ $rte-drop-btn-active-color: $grey-dark-font !default;
79
+ $rte-drop-btn-active-border-color: inherit !default;
80
+ $rte-split-btn-active-hover-font-color: $grey-dark-font !default;
81
+
82
+ $rte-split-btn-color: $grey-dark-font !default;
83
+ $rte-split-btn-active-color: $grey-dark-font !default;
84
+ $rte-split-btn-hover-bg: rgba($grey-dark-font, .12) !default;
85
+ $rte-split-btn-active-bg: rgba($grey-dark-font, .22) !default;
86
+ $rte-split-btn-span-hover-bg: rgba($grey-dark-font, .12) !default;
87
+ $rte-split-btn-span-focus-bg: rgba($grey-dark-font, .12) !default;
88
+ $rte-split-btn-span-active-bg: rgba($grey-dark-font, .22) !default;
89
+ $rte-split-btn-bar-bg: transparent !default;
90
+ $rte-split-btn-active-bar-bg: transparent !default;
91
+ $rte-split-btn-bar-size: 0 !default;
92
+ $rte-split-btn-active-border: 0 !default;
93
+ $rte-split-btn-active-color-icon-line-height: 25px !default;
94
+ $rte-big-split-btn-active-color-icon-line-height: 35px !default;
95
+
96
+ $rte-link-valid-color: #f00 !default;
97
+ $rte-img-popup-color: $grey-dark-font !default;
98
+ $rte-img-border-color: #ccc !default;
99
+ $rte-img-popup-border: 1px solid $rte-img-border-color !default;
100
+ $rte-img-popup-box-shadow: 0 2px 3px 1px rgba($rte-img-popup-color, .21) !default;
101
+ $rte-upload-drag-border-clr: rgba($rte-img-popup-color, .12) !default;
102
+ $rte-img-header-clr: $grey-dark-font !default;
103
+ $rte-drop-text-clr: rgba($grey-dark-font, .7) !default;
104
+ $rte-default-character-count-color: $grey-dark-font !default;
105
+ $rte-warning-character-count-color: $warning-font !default;
106
+ $rte-error-character-count-color: $error-font !default;
107
+ $rte-img-border: solid 2px #4a90e2 !default;
108
+ $rte-font-family: $font-family !default;
109
+ $rte-content-color: $rte-content-font-color !default;
110
+ $rte-content-blockquote-border-left-color: solid 2px $rte-content-font-color !default;
111
+ $rte-dropdown-selection-bgcolor: rgba($grey-dark-font, .18) !default;
112
+ $rte-format-btn-min-width: 0 !default;
113
+ $rte-font-name-btn-min-width: 0 !default;
114
+ $rte-font-size-btn-min-width: 0 !default;
115
+ $rte-drop-btn-padding-left: 7px !default;
116
+ $rte-drop-btn-padding-right: 2.5px !default;
117
+ $rte-drop-btn-action-padding-left: 7px !default;
118
+ $rte-drop-btn-action-padding-right: 2.5px !default;
119
+ $rte-big-drop-btn-padding-left: 10px !default;
120
+ $rte-big-drop-btn-padding-right: 6px !default;
121
+ $rte-big-drop-btn-action-padding-left: 10px !default;
122
+ $rte-big-drop-btn-action-padding-right: 6px !default;
123
+ $rte-ext-tbar-overlay-icons-color: rgba($grey-dark-font, .38) !default;
124
+ $rte-colorpicker-parent-padding: 0 !default;
125
+ $rte-colorpicker-parent-padding-hover: 0 !default;
126
+ $rte-colorpicker-parent-padding-active-hover: 0 !default;
127
+ $rte-overlay-color: #383838 !default;
128
+ $rte-dropdown-selection-color: $grey-dark-font !default;
129
+ $rte-font-icon-width: 30px !default;
130
+ $rte-font-arrow-width: 18px !default;
131
+ $rte-font-arrow-touch-width: 20px !default;
132
+ $rte-font-icon-line-height: 1 !default;
133
+ $rte-colorpicker-padding: .5px 0 !default;
134
+ $rte-anchor-color: #42a1ff !default;
135
+ $rte-ext-tbar-overlay-dropdown-color: rgba($rte-img-popup-color, .26) !default;
136
+ $rte-placeholder-line-height: 16px !default;
137
+ $rte-img-resize-back-color: #4a90e2 !default;
138
+ $rte-img-resize-color: #fff !default;
139
+ $rte-table-header-color: $grey-dark-font !default;
140
+ $rte-table-span-bg-color: $grey-800 !default;
141
+ $rte-table-span-border: 1px solid $grey-600 !default;
142
+ $rte-table-span-active-bg-color: rgba($accent, .2) !default;
143
+ $rte-table-span-active-border-color: $accent !default;
144
+ $rte-table-select-border-color: #0478d7 !default;
145
+ $rte-table-popup-bg: $grey-800 !default;
146
+ $rte-table-resize-back-color: $grey-800 !default;
147
+ $rte-table-popup-color: $grey-black !default;
148
+ $rte-table-popup-box: 0 3px 8px 0 rgba($grey-black, .26) !default;
149
+ $rte-table-border-color: rgba($grey-white, .5) !default;
150
+ $rte-table-alternate-color: #353535 !default;
151
+ $rte-table-header-bg: $grey-800 !default;
152
+
153
+ $rte-insert-dialog-label-padding-top: 20px !default;
154
+ $rte-insert-dialog-label-padding-bottom: 20px !default;
155
+ $rte-big-quick-tbar-item-min-height: 34px !default;
156
+ $rte-big-quick-tbar-item-min-width: 39px !default;
157
+ $rte-content-font-size: 14px !default;
158
+ $rte-dropdown-caret-icon-size: 12px !default;
159
+ $rte-big-dropdown-caret-icon-size: 12px !default;
160
+
161
+ $rte-big-inline-tmp-min-width: 48px;
162
+ $rte-inline-tmp-min-width: 55px;
163
+ $rte-big-inline-tmp-size-min-width: 59px;
164
+ $rte-inline-tmp-size-min-width: 66px;
165
+ $rte-big-inline-tmp-color-min-width: 50px;
166
+ $rte-inline-tmp-color-min-width: 55px;
167
+
168
+ $rte-resize-handler-width: 15px;
169
+ $rte-resize-handler-height: 15px;
170
+ $rte-resize-handler-position: 0;
171
+ $rte-default-character-count-opacity: .54;
172
+
173
+ $rte-big-color-list-span-common-padding-left-right: 0;
174
+ $rte-placeholder-padding: 16px !default;
175
+
176
+ $rte-img-dlg-max-height: 403px !default;
177
+ $rte-img-alt-dlg-max-height: 403px !default;
178
+ $rte-img-link-dlg-max-height: 198px !default;
179
+ $rte-img-size-dlg-max-height: 260px !default;
180
+ $rte-link-dlg-max-height: 365px !default;
181
+ $rte-file-browser-dlg-max-height: 557px !default;
182
+ $rte-table-dlg-max-height: 250px !default;
183
+ $rte-edit-table-dlg-max-height: 321px !default;
184
+
185
+ $rte-big-img-dlg-max-height: 451px !default;
186
+ $rte-big-img-alt-dlg-max-height: 451px !default;
187
+ $rte-big-img-link-dlg-max-height: 250px !default;
188
+ $rte-big-img-size-dlg-max-height: 312px !default;
189
+ $rte-big-link-dlg-max-height: 437px !default;
190
+ $rte-big-file-browser-dlg-max-height: 557px !default;
191
+ $rte-big-table-dlg-max-height: 312px !default;
192
+ $rte-big-edit-table-dlg-max-height: 385px !default;
193
+ $rte-drop-text-width: 300px !default;
194
+ $rte-drop-text-height: 185px !default;
195
+ $rte-drop-text-mobile-width: 250px !default;
196
+
197
+ $rte-tbar-default-bg: $grey-900;
198
+ $rte-droparea-line-height: 10;
199
+ $rte-droparea-browsebtn-height: 36px;
200
+ $rte-droparea-browsebtn-padding: 0 18px;
201
+ $rte-droparea-browsebtn-top: -50px;
202
+ $rte-insert-dialog-font-size: 15px;
203
+ $rte-big-insert-dialog-font-size: 15px;
204
+ $rte-table-popup-tablecell-height: 14px;
205
+ $rte-table-popup-tablecell-width: 14px;
206
+ $rte-table-popup-tablecell-margin: 1px;
207
+ $rte-table-popup-row-height : 16px;
208
+ $rte-border-top-left-radius: 0;
209
+ $rte-border-top-right-radius: 0;
210
+ $rte-border-bottom-right-radius: 0;
211
+ $rte-border-bottom-left-radius: 0;
212
+ $rte-big-border-radius: 0;
213
+ $rte-big-table-row-height : 18px;
214
+ $rte-big-tablecell-height : 16px;
215
+ $rte-big-tablecell-width : 16px;
216
+ $rte-toolbar-item-frist-last-child-margin: 0 6px;
217
+ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
218
+
219
+ //enddefult
@@ -0,0 +1,216 @@
1
+ $rte-border-size: 1px !default;
2
+ $rte-2px-border-size: 2px !default;
3
+ $rte-border-type: solid !default;
4
+
5
+ $rte-list-btn-flex: column !default;
6
+ $rte-list-btn-line-height: 1 !default;
7
+ $rte-split-btn-line-height: 25px !default;
8
+ $rte-big-split-btn-line-height: 35px !default;
9
+ $rte-btn-color: rgba($grey-black, .87) !default;
10
+ $rte-border-color: rgba($grey-black, .12) !default;
11
+ $rte-content-bg: $grey-white !default;
12
+ $rte-full-screen-bg: $grey-white !default;
13
+ $rte-content-font-color: #333 !default;
14
+ $rte-item-color: $grey-black !default;
15
+ $rte-icons-color: $grey-black !default;
16
+ $rte-tlbar-expand-active: $grey-black !default;
17
+ $rte-hover-icons-color: $grey-black !default;
18
+ $rte-content-padding: 16px !default;
19
+ $rte-table-popup-padding: 10px !default;
20
+
21
+ $rte-big-quick-item-btn-width: 39px !default;
22
+ $rte-quick-item-btn-width: 27px !default;
23
+ $rte-big-quick-item-btn-height: 34px !default;
24
+ $rte-quick-item-btn-height: 26px !default;
25
+ $rte-big-quick-item-padding: 0 !default;
26
+ $rte-quick-item-padding: 0 !default;
27
+ $rte-quick-item-icon-min-width: 24px !default;
28
+ $rte-big-quick-item-line-height: normal !default;
29
+ $rte-quick-item-line-height: 25px !default;
30
+ $rte-quick-item-active-bg: rgba($grey-black, .12) !default;
31
+ $rte-quick-item-active-font-color: $grey-black !default;
32
+ $rte-quick-item-border: 0 !default;
33
+ $rte-quick-item-hover-border-color: $grey-white !default;
34
+ $rte-quick-item-active-border-color: $grey-white !default;
35
+
36
+ $font-weight: 500 !default;
37
+ $rte-table-popup-bdr-radius: 0 !default;
38
+ $rte-big-quick-drop-btn-line-height: 33px !default;
39
+ $rte-quick-drop-btn-line-height: 24px !default;
40
+ $rte-big-quick-drop-btn-margin: 4px 0 !default;
41
+ $rte-quick-drop-btn-margin: 4px 0 !default;
42
+ $rte-big-quick-drop-btn-padding: 0 !default;
43
+ $rte-quick-drop-btn-padding: 1px 0 !default;
44
+ $rte-big-quick-drop-btn-icon-size: 16px !default;
45
+ $rte-quick-drop-btn-icon-size: 14px !default;
46
+ $rte-big-quick-drop-btn-caret-icon-size: 10px !default;
47
+ $rte-quick-drop-btn-caret-icon-size: 12px !default;
48
+ $rte-big-quick-drop-btn-caret-font-size: 12px !default;
49
+ $rte-quick-drop-btn-caret-font-size: 10px !default;
50
+ $rte-quick-drop-btn-border-color: $grey-white !default;
51
+ $rte-quick-drop-btn-hover-border-color: $grey-white !default;
52
+
53
+ $rte-quick-pop-border: 0 !default;
54
+ $rte-quick-tb-border: 0 !default;
55
+ $rte-quick-pop-bg: $grey-white !default;
56
+ $rte-quick-vr-line-color: rgba($grey-black, .05) !default;
57
+ $rte-quick-pop-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1px rgba($grey-black, .14), 0 3px 14px 2px rgba($grey-black, .12) !default;
58
+ $rte-quick-pop-item-focus-bg: rgba($grey-black, .12) !default;
59
+ $rte-quick-tb-btn-hover: rgba($grey-black, .12) !default;
60
+ $rte-mob-drop-down-pop-shadow: rgba($grey-black, .12) !default;
61
+
62
+ $rte-big-tb-items-margin-left: 3px !default;
63
+ $rte-tb-items-margin-left: 7px !default;
64
+ $rte-big-tb-items-padding-left: 3px !default;
65
+ $rte-tb-items-padding-left: 7px !default;
66
+ $rte-big-active-tb-item-btn-padding: 0 6px !default;
67
+ $rte-active-tb-item-btn-padding: 0 1.5px !default;
68
+ $rte-tb-item-active-bg: rgba($grey-black, .12) !default;
69
+ $rte-tb-active-font-color: $grey-black !default;
70
+ $rte-tb-item-active-border: 0 !default;
71
+ $rte-expand-tb-border-bottom: $rte-border-size $rte-border-type rgb(250, 250, 250) !default;
72
+ $rte-color-picker-active-bg: inherit !default;
73
+ $rte-drop-btn-active-bg: mix($rte-btn-color, $grey-50, 32%) !default;
74
+ $rte-drop-btn-active-color: $grey-black !default;
75
+ $rte-drop-btn-active-border-color: inherit !default;
76
+ $rte-split-btn-active-hover-font-color: $grey-black !default;
77
+
78
+ $rte-split-btn-color: $grey-black !default;
79
+ $rte-split-btn-active-color: $grey-black !default;
80
+ $rte-split-btn-hover-bg: rgba($grey-black, .04) !default;
81
+ $rte-split-btn-active-bg: rgba($grey-black, .36) !default;
82
+ $rte-split-btn-span-hover-bg: rgba($grey-black, .12) !default;
83
+ $rte-split-btn-span-focus-bg: rgba($grey-black, .24) !default;
84
+ $rte-split-btn-span-active-bg: rgba($grey-black, .36) !default;
85
+ $rte-split-btn-bar-bg: transparent !default;
86
+ $rte-split-btn-active-bar-bg: transparent !default;
87
+ $rte-split-btn-bar-size: 0 !default;
88
+ $rte-split-btn-active-border: 0 !default;
89
+ $rte-split-btn-active-color-icon-line-height: 25px !default;
90
+ $rte-big-split-btn-active-color-icon-line-height: 35px !default;
91
+
92
+ $rte-link-valid-color: #f00 !default;
93
+ $rte-img-popup-color: #000 !default;
94
+ $rte-img-border-color: #ccc !default;
95
+ $rte-img-popup-border: 1px solid $rte-img-border-color !default;
96
+ $rte-img-popup-box-shadow: 0 5px 5px -3px rgba($rte-img-popup-color, .2), 0 8px 10px 1px rgba($rte-img-popup-color, .14), 0 3px 14px 2px rgba($rte-img-popup-color, .12) !default;
97
+ $rte-upload-drag-border-clr: rgba($rte-img-popup-color, .12) !default;
98
+ $rte-img-header-clr: rgba($rte-img-popup-color, .87) !default;
99
+ $rte-drop-text-clr: rgba($rte-img-popup-color, .38) !default;
100
+ $rte-default-character-count-color: #000 !default;
101
+ $rte-warning-character-count-color: #ffb74d !default;
102
+ $rte-error-character-count-color: #c62828 !default;
103
+ $rte-img-border: solid 2px #4a90e2 !default;
104
+ $rte-font-family: $font-family !default;
105
+ $rte-content-color: $rte-content-font-color !default;
106
+ $rte-content-blockquote-border-left-color: solid 2px $rte-content-font-color !default;
107
+ $rte-dropdown-selection-bgcolor: $grey-400 !default;
108
+ $rte-format-btn-min-width: 0 !default;
109
+ $rte-font-name-btn-min-width: 0 !default;
110
+ $rte-font-size-btn-min-width: 0 !default;
111
+ $rte-drop-btn-padding-left: 7px !default;
112
+ $rte-drop-btn-padding-right: 2.5px !default;
113
+ $rte-drop-btn-action-padding-left: 7px !default;
114
+ $rte-drop-btn-action-padding-right: 2.5px !default;
115
+ $rte-big-drop-btn-padding-left: 10px !default;
116
+ $rte-big-drop-btn-padding-right: 6px !default;
117
+ $rte-big-drop-btn-action-padding-left: 10px !default;
118
+ $rte-big-drop-btn-action-padding-right: 6px !default;
119
+ $rte-ext-tbar-overlay-icons-color: rgba($grey-light-font, .26) !default;
120
+ $rte-colorpicker-parent-padding: 0 !default;
121
+ $rte-colorpicker-parent-padding-hover: 0 !default;
122
+ $rte-colorpicker-parent-padding-active-hover: 0 !default;
123
+ $rte-overlay-color: #383838 !default;
124
+ $rte-dropdown-selection-color: rgba($grey-black, .87) !default;
125
+ $rte-font-icon-width: 30px !default;
126
+ $rte-font-arrow-width: 18px !default;
127
+ $rte-font-arrow-touch-width: 20px !default;
128
+ $rte-font-icon-line-height: 1 !default;
129
+ $rte-colorpicker-padding: .5px 0 !default;
130
+ $rte-anchor-color: #2e2ef1 !default;
131
+ $rte-anchor-color: #2e2ef1 !default;
132
+ $rte-ext-tbar-overlay-dropdown-color: rgba($rte-img-popup-color, .26) !default;
133
+ $rte-placeholder-line-height: 16px !default;
134
+ $rte-img-resize-back-color: #4a90e2 !default;
135
+ $rte-img-resize-color: #fff !default;
136
+ $rte-table-header-color: rgba($grey-light-font, .87) !default;
137
+ $rte-table-span-bg-color: $grey-white !default;
138
+ $rte-table-span-border: 1px solid $grey-400 !default;
139
+ $rte-table-span-active-bg-color: rgba($accent, .2) !default;
140
+ $rte-table-span-active-border-color: $accent !default;
141
+ $rte-table-select-border-color: #0478d7 !default;
142
+ $rte-table-popup-bg: $grey-white !default;
143
+ $rte-table-resize-back-color: $grey-white !default;
144
+ $rte-table-popup-color: $grey-black !default;
145
+ $rte-table-popup-box: 0 3px 8px 0 rgba($grey-black, .26) !default;
146
+ $rte-table-border-color: #bdbdbd !default;
147
+ $rte-table-alternate-color: #f5f5f5 !default;
148
+ $rte-table-header-bg: #e0e0e0 !default;
149
+
150
+ $rte-insert-dialog-label-padding-top: 20px !default;
151
+ $rte-insert-dialog-label-padding-bottom: 20px !default;
152
+ $rte-big-quick-tbar-item-min-height: 34px !default;
153
+ $rte-big-quick-tbar-item-min-width: 39px !default;
154
+ $rte-content-font-size: 14px !default;
155
+ $rte-dropdown-caret-icon-size: 12px !default;
156
+ $rte-big-dropdown-caret-icon-size: 12px !default;
157
+ $rte-toolbar-icon-size: 16px !default;
158
+ $rte-toolbar-big-icon-size: 18px !default;
159
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
160
+
161
+ $rte-big-inline-tmp-min-width: 48px;
162
+ $rte-inline-tmp-min-width: 55px;
163
+ $rte-big-inline-tmp-size-min-width: 59px;
164
+ $rte-inline-tmp-size-min-width: 66px;
165
+ $rte-big-inline-tmp-color-min-width: 50px;
166
+ $rte-inline-tmp-color-min-width: 55px;
167
+
168
+ $rte-resize-handler-width: 15px;
169
+ $rte-resize-handler-height: 15px;
170
+ $rte-resize-handler-position: 0;
171
+ $rte-default-character-count-opacity: .54;
172
+
173
+ $rte-big-color-list-span-common-padding-left-right: 0;
174
+ $rte-placeholder-padding: 16px !default;
175
+
176
+ $rte-img-dlg-max-height: 403px !default;
177
+ $rte-img-alt-dlg-max-height: 403px !default;
178
+ $rte-img-link-dlg-max-height: 198px !default;
179
+ $rte-img-size-dlg-max-height: 260px !default;
180
+ $rte-link-dlg-max-height: 365px !default;
181
+ $rte-file-browser-dlg-max-height: 557px !default;
182
+ $rte-table-dlg-max-height: 250px !default;
183
+ $rte-edit-table-dlg-max-height: 321px !default;
184
+
185
+ $rte-big-img-dlg-max-height: 451px !default;
186
+ $rte-big-img-alt-dlg-max-height: 451px !default;
187
+ $rte-big-img-link-dlg-max-height: 250px !default;
188
+ $rte-big-img-size-dlg-max-height: 312px !default;
189
+ $rte-big-link-dlg-max-height: 437px !default;
190
+ $rte-big-file-browser-dlg-max-height: 557px !default;
191
+ $rte-big-table-dlg-max-height: 312px !default;
192
+ $rte-big-edit-table-dlg-max-height: 385px !default;
193
+ $rte-drop-text-width: 300px !default;
194
+ $rte-drop-text-height: 185px !default;
195
+ $rte-drop-text-mobile-width: 250px !default;
196
+ $rte-tbar-default-bg: $grey-50;
197
+ $rte-droparea-line-height: 10;
198
+ $rte-droparea-browsebtn-height: 36px;
199
+ $rte-droparea-browsebtn-padding: 0 18px;
200
+ $rte-droparea-browsebtn-top: -50px;
201
+ $rte-insert-dialog-font-size: 15px;
202
+ $rte-big-insert-dialog-font-size: 15px;
203
+ $rte-table-popup-tablecell-height: 14px;
204
+ $rte-table-popup-tablecell-width: 14px;
205
+ $rte-table-popup-tablecell-margin: 1px;
206
+ $rte-table-popup-row-height : 16px;
207
+ $rte-border-top-left-radius: 0;
208
+ $rte-border-top-right-radius: 0;
209
+ $rte-border-bottom-right-radius: 0;
210
+ $rte-border-bottom-left-radius: 0;
211
+ $rte-big-border-radius: 0;
212
+ $rte-big-table-row-height : 18px;
213
+ $rte-big-tablecell-height : 16px;
214
+ $rte-big-tablecell-width : 16px;
215
+ $rte-toolbar-item-frist-last-child-margin: 0 6px;
216
+ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
@@ -0,0 +1 @@
1
+ @import './tailwind-definition.scss';
@@ -0,0 +1,217 @@
1
+ //Layout Variables Start
2
+ $rte-border-size: 1px !default;
3
+ $rte-2px-border-size: 2px !default;
4
+ $rte-border-type: solid !default;
5
+ $rte-list-btn-flex: column !default;
6
+ $rte-list-btn-line-height: 1 !default;
7
+ $rte-split-btn-line-height: 30px !default;
8
+ $rte-big-split-btn-line-height: 38px !default;
9
+ $rte-big-quick-item-btn-width: 39px !default;
10
+ $rte-quick-item-btn-width: 27px !default;
11
+ $rte-big-quick-item-btn-height: 34px !default;
12
+ $rte-quick-item-btn-height: 26px !default;
13
+ $rte-big-quick-item-padding: 0 !default;
14
+ $rte-quick-item-padding: 0 !default;
15
+ $rte-quick-item-icon-min-width: 24px !default;
16
+ $rte-big-quick-item-line-height: $leading-normal !default;
17
+ $rte-content-padding: 12px !default;
18
+ $rte-toolbar-icon-size: $text-sm !default;
19
+ $rte-toolbar-big-icon-size: $text-base !default;
20
+ $rte-big-quick-drop-btn-line-height: 33px !default;
21
+ $rte-quick-drop-btn-line-height: 24px !default;
22
+ $rte-big-quick-drop-btn-margin: 4px 0 !default;
23
+ $rte-quick-drop-btn-margin: 4px 0 !default;
24
+ $rte-big-quick-drop-btn-padding: 0 !default;
25
+ $rte-quick-drop-btn-padding: 1px 0 !default;
26
+ $rte-big-quick-drop-btn-icon-size: 16px !default;
27
+ $rte-quick-drop-btn-icon-size: 14px !default;
28
+ $rte-big-quick-drop-btn-caret-icon-size: 10px !default;
29
+ $rte-quick-drop-btn-caret-icon-size: 12px !default;
30
+ $rte-big-quick-drop-btn-caret-font-size: $text-xs !default;
31
+ $rte-quick-drop-btn-caret-font-size: $text-xxs !default;
32
+ $rte-big-tb-items-margin-left: 3px !default;
33
+ $rte-tb-items-margin-left: 7px !default;
34
+ $rte-big-tb-items-padding-left: 3px !default;
35
+ $rte-tb-items-padding-left: 7px !default;
36
+ $rte-active-tb-item-btn-padding: 0 !default;
37
+ $rte-split-btn-bar-size: 0 !default;
38
+ $rte-split-btn-active-border: 0 !default;
39
+ $rte-split-btn-active-color-icon-line-height: 30px !default;
40
+ $rte-big-split-btn-active-color-icon-line-height: 35px !default;
41
+ $rte-format-btn-min-width: 0 !default;
42
+ $rte-font-name-btn-min-width: 0 !default;
43
+ $rte-font-size-btn-min-width: 0 !default;
44
+ $rte-drop-btn-padding-left: 7px !default;
45
+ $dropdown-btn-font-size: $text-sm;
46
+ $dropdown-btn-big-font-size: $text-base;
47
+ $rte-drop-btn-padding-right: 2.5px !default;
48
+ $rte-drop-btn-action-padding-left: 6px !default;
49
+ $rte-drop-btn-action-padding-right: 1.5px !default;
50
+ $rte-big-drop-btn-padding-left: 10px !default;
51
+ $rte-big-drop-btn-padding-right: 6px !default;
52
+ $rte-big-drop-btn-action-padding-left: 10px !default;
53
+ $rte-big-drop-btn-action-padding-right: 6px !default;
54
+ $rte-colorpicker-parent-padding: 1px !default;
55
+ $rte-colorpicker-parent-padding-hover: 0 !default;
56
+ $rte-colorpicker-parent-padding-active-hover: 0 !default;
57
+ $rte-font-icon-width: 30px !default;
58
+ $rte-font-arrow-width: 18px !default;
59
+ $rte-font-arrow-touch-width: 20px !default;
60
+ $rte-font-icon-line-height: $leading-tight !default;
61
+ $rte-placeholder-line-height: $leading-normal !default;
62
+ $rte-big-active-tb-item-btn-padding: 0 6px !default;
63
+ $rte-table-popup-padding: 18px 18px 8px 22px !default;
64
+ $rte-insert-dialog-label-padding-top: 12px !default;
65
+ $rte-insert-dialog-label-padding-bottom: 3px !default;
66
+ $rte-big-quick-tbar-item-min-height: 34px !default;
67
+ $rte-big-quick-tbar-item-min-width: 39px !default;
68
+ $rte-content-font-size: $text-sm !default;
69
+ $rte-dropdown-caret-icon-size: $text-xs !default;
70
+ $rte-big-dropdown-caret-icon-size: $text-sm !default;
71
+ $font-weight: $font-weight-normal !default;
72
+ $rte-table-popup-bdr-radius: 2px !default;
73
+ $rte-resize-handler-width: 15px;
74
+ $rte-resize-handler-height: 15px;
75
+ $rte-resize-handler-position: 0;
76
+ $rte-big-inline-tmp-min-width: 48px;
77
+ $rte-inline-tmp-min-width: 55px;
78
+ $rte-big-inline-tmp-size-min-width: 59px;
79
+ $rte-inline-tmp-size-min-width: 66px;
80
+ $rte-big-inline-tmp-color-min-width: 50px;
81
+ $rte-inline-tmp-color-min-width: 55px;
82
+ $rte-big-color-list-span-common-padding-left-right: 0;
83
+ $rte-placeholder-padding: 12px !default;
84
+ $rte-default-character-count-opacity: 1;
85
+ $rte-droparea-line-height: 10;
86
+ $rte-droparea-browsebtn-height: 36px;
87
+ $rte-droparea-browsebtn-padding: 0 18px;
88
+ $rte-droparea-browsebtn-top: -50px;
89
+ $rte-insert-dialog-font-size: 15px;
90
+ $rte-big-insert-dialog-font-size: 15px;
91
+ $rte-table-popup-tablecell-height: 14px;
92
+ $rte-table-popup-tablecell-width: 14px;
93
+ $rte-table-popup-tablecell-margin: 1px;
94
+ $rte-table-popup-row-height : 16px;
95
+ $rte-big-table-row-height : 18px;
96
+ $rte-big-tablecell-height : 16px;
97
+ $rte-big-tablecell-width : 16px;
98
+ $rte-toolbar-item-frist-last-child-margin: 0 6px;
99
+ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
100
+
101
+ //Layout Variables End
102
+
103
+ //Theme Variables Start
104
+ $rte-border-color: $border-light !default;
105
+ $rte-content-bg: $content-bg-color !default;
106
+ $rte-full-screen-bg: $content-bg-color !default;
107
+ $rte-content-font-color: $content-text-color !default;
108
+ $rte-item-color: $content-text-color !default;
109
+ $rte-icons-color: $icon-color !default;
110
+ $rte-tlbar-expand-active: $icon-color !default;
111
+ $rte-hover-icons-color: $icon-color !default;
112
+ $rte-img-popup-border: 1px solid $border-light !default;
113
+ $rte-img-popup-box-shadow: $shadow !default;
114
+ $rte-img-popup-color: $border-light !default;
115
+ $rte-quick-item-active-bg: $secondary-bg-color-pressed !default;
116
+ $rte-quick-item-active-font-color: $icon-color !default;
117
+ $rte-quick-item-border: 0 !default;
118
+ $rte-quick-item-hover-border-color: $secondary-border-color-hover !default;
119
+ $rte-quick-item-active-border-color: $secondary-border-color-pressed !default;
120
+ $rte-quick-drop-btn-border-color: $content-bg-color-alt2 !default;
121
+ $rte-quick-drop-btn-hover-border-color: $content-bg-color-alt2 !default;
122
+ $rte-extended-toolbar-background: $content-bg-color-alt2 !default;
123
+ $rte-quick-pop-border: none !default;
124
+ $rte-quick-tb-border: 1px solid $border-light !default;
125
+ $rte-quick-pop-bg: $content-bg-color-alt2 !default;
126
+ $rte-quick-vr-line-color: $border-light !default;
127
+ $rte-quick-pop-shadow: $shadow !default;
128
+ $rte-quick-pop-item-focus-bg: $secondary-bg-color-pressed !default;
129
+ $rte-quick-tb-btn-hover: $secondary-bg-color-pressed !default;
130
+ $rte-tb-item-active-bg: $secondary-bg-color-pressed !default;
131
+ $rte-tb-active-font-color: $icon-color !default;
132
+ $rte-tb-item-active-border: 1px solid $secondary-border-color-pressed !default;
133
+ $rte-expand-tb-border-bottom: $rte-border-size $rte-border-type $border-light !default;
134
+ $rte-color-picker-active-bg: inherit !default;
135
+ $rte-drop-btn-active-bg: $secondary-bg-color-pressed !default;
136
+ $rte-drop-btn-active-color: $icon-color !default;
137
+ $rte-drop-btn-active-border-color: $secondary-border-color-pressed !default;
138
+ $rte-split-btn-active-hover-font-color: $icon-color !default;
139
+ $rte-split-btn-color: $secondary-bg-color-pressed !default;
140
+ $rte-tb-hover-font-color: $icon-color !default;
141
+ $rte-split-btn-active-color: $icon-color !default;
142
+ $rte-split-btn-hover-bg: $secondary-bg-color-hover !default;
143
+ $rte-split-btn-active-bg: $secondary-bg-color-pressed !default;
144
+ $rte-split-btn-span-hover-bg: $secondary-bg-color-hover !default;
145
+ $rte-split-btn-span-focus-bg: $secondary-bg-color-hover !default;
146
+ $rte-split-btn-span-active-bg: $secondary-bg-color-pressed !default;
147
+ $rte-split-btn-bar-bg: $secondary-bg-color-hover !default;
148
+ $rte-split-btn-active-bar-bg: $content-bg-color !default;
149
+ $rte-split-btn-bar-size: 0 !default;
150
+ $rte-split-btn-active-border: 0 !default;
151
+ $rte-split-btn-active-color-icon-line-height: 30px !default;
152
+ $rte-big-split-btn-active-color-icon-line-height: 38px !default;
153
+
154
+ $rte-link-valid-color: $danger !default;
155
+ $rte-upload-drag-border-clr: $border-dark !default;
156
+ $rte-img-header-clr: $content-text-color-alt1 !default;
157
+ $rte-drop-text-clr: $content-text-color-alt2 !default;
158
+ $rte-default-character-count-color: $placeholder-text-color !default;
159
+ $rte-warning-character-count-color: $warning !default;
160
+ $rte-error-character-count-color: $danger !default;
161
+ $rte-img-border: solid 2px #4a90e2 !default;
162
+ $rte-font-family: $font-family !default;
163
+ $rte-content-color: $content-text-color !default;
164
+ $rte-content-blockquote-border-left-color: solid 2px $content-text-color !default;
165
+ $rte-dropdown-selection-bgcolor: $secondary-bg-color-pressed !default;
166
+ $rte-ext-tbar-overlay-icons-color: $icon-color-disabled !default;
167
+ $rte-overlay-color: $overlay-bg-color !default;
168
+ $rte-dropdown-selection-color: $content-text-color-selected !default;
169
+ $rte-anchor-color: $info !default;
170
+ $rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4 !default;
171
+ $rte-img-resize-back-color: $primary !default;
172
+ $rte-img-resize-color: $primary-text-color !default;
173
+ $rte-table-header-color: $content-text-color !default;
174
+ $rte-table-span-bg-color: $content-bg-color !default;
175
+ $rte-table-span-border: 1px solid $border-light !default;
176
+ $rte-table-span-active-bg-color: $primary-lighter !default;
177
+ $rte-table-span-active-border-color: $primary !default;
178
+ $rte-table-select-border-color: $primary !default;
179
+ $rte-table-popup-bg: $content-bg-color !default;
180
+ $rte-table-resize-back-color: $content-bg-color !default;
181
+ $rte-table-popup-color: $border-light !default;
182
+ $rte-table-popup-box: $shadow !default;
183
+ $rte-table-border-color: $border-light !default;
184
+ $rte-table-alternate-color: $content-bg-color-alt1 !default;
185
+ $rte-table-header-bg: $content-bg-color-alt1 !default;
186
+ $rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
187
+ $rte-border-top-left-radius: 0;
188
+ $rte-border-top-right-radius: 0;
189
+ $rte-border-bottom-right-radius: 0;
190
+ $rte-border-bottom-left-radius: 0;
191
+ $rte-big-border-radius: 0;
192
+
193
+ //Theme Variables End
194
+
195
+ $rte-tb-hover-bg-color: $content-bg-color-alt1 !default;
196
+
197
+ $rte-img-dlg-max-height: 363px !default;
198
+ $rte-img-alt-dlg-max-height: 363px !default;
199
+ $rte-img-link-dlg-max-height: 173px !default;
200
+ $rte-img-size-dlg-max-height: 236px !default;
201
+ $rte-link-dlg-max-height: 331px !default;
202
+ $rte-file-browser-dlg-max-height: 557px !default;
203
+ $rte-table-dlg-max-height: 232px !default;
204
+ $rte-edit-table-dlg-max-height: 340px !default;
205
+
206
+ $rte-big-img-dlg-max-height: 397px !default;
207
+ $rte-big-img-alt-dlg-max-height: 397px !default;
208
+ $rte-big-img-link-dlg-max-height: 211px !default;
209
+ $rte-big-img-size-dlg-max-height: 293px !default;
210
+ $rte-big-link-dlg-max-height: 378px !default;
211
+ $rte-big-file-browser-dlg-max-height: 557px !default;
212
+ $rte-big-table-dlg-max-height: 283px !default;
213
+ $rte-big-edit-table-dlg-max-height: 388px !default;
214
+ $rte-drop-text-width: 300px !default;
215
+ $rte-drop-text-height: 185px !default;
216
+ $rte-drop-text-mobile-width: 250px !default;
217
+ $rte-tbar-default-bg: $content-bg-color-alt2;