@syncfusion/ej2-angular-documenteditor 22.2.12 → 23.1.36-ngcc
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/@syncfusion/ej2-angular-documenteditor.es5.js +583 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +553 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +3620 -0
- package/dist/ej2-angular-documenteditor.umd.js +1255 -0
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
- package/ej2-angular-documenteditor.d.ts +6 -0
- package/ej2-angular-documenteditor.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +0 -6
- package/src/document-editor/documenteditor.component.d.ts +0 -3
- package/src/document-editor/documenteditor.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +6 -0
- package/styles/bootstrap.css +6 -0
- package/styles/bootstrap4.css +6 -0
- package/styles/bootstrap5-dark.css +6 -0
- package/styles/bootstrap5.css +6 -0
- package/styles/document-editor/bootstrap-dark.css +5 -0
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +5 -0
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +5 -0
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +5 -0
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +5 -0
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +5 -0
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +5 -0
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +5 -0
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +5 -0
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +5 -0
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +5 -1
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +5 -1
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/material3-dark.css +10 -1
- package/styles/document-editor/material3-dark.scss +1 -4
- package/styles/document-editor/material3.css +10 -1
- package/styles/document-editor/material3.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +5 -1
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +5 -1
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +1 -0
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +1 -0
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +1 -0
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +1 -0
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +1 -0
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +1 -0
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +1 -0
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +1 -0
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +1 -0
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +1 -0
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +1 -0
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +1 -1
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +1 -1
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/material3-dark.css +1 -1
- package/styles/document-editor-container/material3-dark.scss +1 -5
- package/styles/document-editor-container/material3.css +1 -1
- package/styles/document-editor-container/material3.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +0 -1
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +0 -1
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +6 -0
- package/styles/fabric.css +6 -0
- package/styles/fluent-dark.css +6 -0
- package/styles/fluent.css +6 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast.css +6 -0
- package/styles/material-dark.css +6 -1
- package/styles/material.css +6 -1
- package/styles/material3-dark.css +66 -1
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +122 -1
- package/styles/material3.scss +0 -1
- package/styles/tailwind-dark.css +5 -2
- package/styles/tailwind.css +5 -2
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -116
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -269
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -516
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -516
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/styles/document-editor/_all.scss +0 -3
- package/styles/document-editor/_bootstrap-dark-definition.scss +0 -548
- package/styles/document-editor/_bootstrap-definition.scss +0 -547
- package/styles/document-editor/_bootstrap4-definition.scss +0 -560
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -561
- package/styles/document-editor/_fabric-dark-definition.scss +0 -550
- package/styles/document-editor/_fabric-definition.scss +0 -549
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -570
- package/styles/document-editor/_fusionnew-definition.scss +0 -561
- package/styles/document-editor/_highcontrast-definition.scss +0 -549
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2989
- package/styles/document-editor/_layout.scss +0 -224
- package/styles/document-editor/_material-dark-definition.scss +0 -566
- package/styles/document-editor/_material-definition.scss +0 -566
- package/styles/document-editor/_material3-dark-definition.scss +0 -1
- package/styles/document-editor/_material3-definition.scss +0 -561
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -558
- package/styles/document-editor/_theme.scss +0 -3539
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -660
- package/styles/document-editor/icons/_bootstrap.scss +0 -660
- package/styles/document-editor/icons/_bootstrap4.scss +0 -645
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -699
- package/styles/document-editor/icons/_fabric-dark.scss +0 -660
- package/styles/document-editor/icons/_fabric.scss +0 -660
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -702
- package/styles/document-editor/icons/_fusionnew.scss +0 -696
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -665
- package/styles/document-editor/icons/_highcontrast.scss +0 -660
- package/styles/document-editor/icons/_material-dark.scss +0 -653
- package/styles/document-editor/icons/_material.scss +0 -653
- package/styles/document-editor/icons/_material3-dark.scss +0 -1
- package/styles/document-editor/icons/_material3.scss +0 -696
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -696
- package/styles/document-editor/icons/_tailwind.scss +0 -699
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -174
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -133
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -133
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -149
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -159
- package/styles/document-editor-container/_definition.scss +0 -12
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -138
- package/styles/document-editor-container/_fabric-definition.scss +0 -135
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -160
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -159
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -136
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -139
- package/styles/document-editor-container/_layout.scss +0 -89
- package/styles/document-editor-container/_material-dark-definition.scss +0 -137
- package/styles/document-editor-container/_material-definition.scss +0 -136
- package/styles/document-editor-container/_material3-dark-definition.scss +0 -1
- package/styles/document-editor-container/_material3-definition.scss +0 -163
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -153
- package/styles/document-editor-container/_theme.scss +0 -2406
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -482
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -482
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -482
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -509
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -483
- package/styles/document-editor-container/icons/_fabric.scss +0 -482
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -508
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -508
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -482
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -482
- package/styles/document-editor-container/icons/_material-dark.scss +0 -484
- package/styles/document-editor-container/icons/_material.scss +0 -484
- package/styles/document-editor-container/icons/_material3-dark.scss +0 -1
- package/styles/document-editor-container/icons/_material3.scss +0 -507
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -508
- package/styles/document-editor-container/icons/_tailwind.scss +0 -508
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/fluent-dark-definition.scss';
|
|
3
|
-
@import 'fluent-dark-definition.scss';
|
|
4
|
-
@import 'icons/fluent-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/fluent-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/highcontrast-light.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/highcontrast.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
.e-de-ctnr-close::before {
|
|
3
2
|
content: "\eb36";
|
|
4
3
|
}
|
|
@@ -1200,6 +1199,7 @@
|
|
|
1200
1199
|
line-height: normal;
|
|
1201
1200
|
margin: 0;
|
|
1202
1201
|
outline: 0;
|
|
1202
|
+
background: #303030;
|
|
1203
1203
|
padding: 5px 0;
|
|
1204
1204
|
position: absolute;
|
|
1205
1205
|
width: auto;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/material-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
.e-de-ctnr-close::before {
|
|
3
2
|
content: "\eb36";
|
|
4
3
|
}
|
|
@@ -1205,6 +1204,7 @@
|
|
|
1205
1204
|
line-height: normal;
|
|
1206
1205
|
margin: 0;
|
|
1207
1206
|
outline: 0;
|
|
1207
|
+
background: #fafafa;
|
|
1208
1208
|
padding: 5px 0;
|
|
1209
1209
|
position: absolute;
|
|
1210
1210
|
width: auto;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/material-definition.scss';
|
|
3
|
-
@import 'material-definition.scss';
|
|
4
|
-
@import 'icons/material.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/material.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -1451,6 +1450,7 @@
|
|
|
1451
1450
|
line-height: normal;
|
|
1452
1451
|
margin: 0;
|
|
1453
1452
|
outline: 0;
|
|
1453
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1454
1454
|
padding: 10px 0;
|
|
1455
1455
|
position: absolute;
|
|
1456
1456
|
width: auto;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
@import 'ej2-base/styles/material3-dark-definition.scss';
|
|
2
1
|
|
|
3
|
-
@import '
|
|
4
|
-
@import 'material3-dark-definition.scss';
|
|
5
|
-
@import 'icons/material3-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-documenteditor/styles/document-editor-container/material3-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -1507,6 +1506,7 @@
|
|
|
1507
1506
|
line-height: normal;
|
|
1508
1507
|
margin: 0;
|
|
1509
1508
|
outline: 0;
|
|
1509
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1510
1510
|
padding: 10px 0;
|
|
1511
1511
|
position: absolute;
|
|
1512
1512
|
width: auto;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
@import 'ej2-base/styles/material3-definition.scss';
|
|
2
1
|
|
|
3
|
-
@import '
|
|
4
|
-
@import 'material3-definition.scss';
|
|
5
|
-
@import 'icons/material3.scss';
|
|
6
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-documenteditor/styles/document-editor-container/material3.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'tailwind-dark-definition.scss';
|
|
4
|
-
@import 'icons/tailwind-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/tailwind-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/tailwind-definition.scss';
|
|
3
|
-
@import 'tailwind-definition.scss';
|
|
4
|
-
@import 'icons/tailwind.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/tailwind.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2365,6 +2365,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2365
2365
|
width: auto !important;
|
|
2366
2366
|
}
|
|
2367
2367
|
|
|
2368
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2369
|
+
height: 40px !important;
|
|
2370
|
+
width: auto !important;
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2368
2373
|
.e-de-style-bold-button-size {
|
|
2369
2374
|
margin-left: 8px;
|
|
2370
2375
|
margin-right: 8px;
|
|
@@ -5030,6 +5035,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5030
5035
|
line-height: normal;
|
|
5031
5036
|
margin: 0;
|
|
5032
5037
|
outline: 0;
|
|
5038
|
+
background: #282727;
|
|
5033
5039
|
padding: 5px 0;
|
|
5034
5040
|
position: absolute;
|
|
5035
5041
|
width: auto;
|
package/styles/fabric.css
CHANGED
|
@@ -2365,6 +2365,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2365
2365
|
width: auto !important;
|
|
2366
2366
|
}
|
|
2367
2367
|
|
|
2368
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2369
|
+
height: 40px !important;
|
|
2370
|
+
width: auto !important;
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2368
2373
|
.e-de-style-bold-button-size {
|
|
2369
2374
|
margin-left: 8px;
|
|
2370
2375
|
margin-right: 8px;
|
|
@@ -5036,6 +5041,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5036
5041
|
line-height: normal;
|
|
5037
5042
|
margin: 0;
|
|
5038
5043
|
outline: 0;
|
|
5044
|
+
background: #fff;
|
|
5039
5045
|
padding: 5px 0;
|
|
5040
5046
|
position: absolute;
|
|
5041
5047
|
width: auto;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2455,6 +2455,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2455
2455
|
width: auto !important;
|
|
2456
2456
|
}
|
|
2457
2457
|
|
|
2458
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2459
|
+
height: 40px !important;
|
|
2460
|
+
width: auto !important;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2458
2463
|
.e-de-style-bold-button-size {
|
|
2459
2464
|
margin-left: 12px;
|
|
2460
2465
|
}
|
|
@@ -5190,6 +5195,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5190
5195
|
line-height: normal;
|
|
5191
5196
|
margin: 0;
|
|
5192
5197
|
outline: 0;
|
|
5198
|
+
background: #201f1e;
|
|
5193
5199
|
padding: 5px 0;
|
|
5194
5200
|
position: absolute;
|
|
5195
5201
|
width: auto;
|
package/styles/fluent.css
CHANGED
|
@@ -2455,6 +2455,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2455
2455
|
width: auto !important;
|
|
2456
2456
|
}
|
|
2457
2457
|
|
|
2458
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2459
|
+
height: 40px !important;
|
|
2460
|
+
width: auto !important;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2458
2463
|
.e-de-style-bold-button-size {
|
|
2459
2464
|
margin-left: 12px;
|
|
2460
2465
|
}
|
|
@@ -5190,6 +5195,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5190
5195
|
line-height: normal;
|
|
5191
5196
|
margin: 0;
|
|
5192
5197
|
outline: 0;
|
|
5198
|
+
background: #faf9f8;
|
|
5193
5199
|
padding: 5px 0;
|
|
5194
5200
|
position: absolute;
|
|
5195
5201
|
width: auto;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2364,6 +2364,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2364
2364
|
width: auto !important;
|
|
2365
2365
|
}
|
|
2366
2366
|
|
|
2367
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2368
|
+
height: 40px !important;
|
|
2369
|
+
width: auto !important;
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2367
2372
|
.e-de-style-bold-button-size {
|
|
2368
2373
|
margin-left: 8px;
|
|
2369
2374
|
margin-right: 8px;
|
|
@@ -5029,6 +5034,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5029
5034
|
line-height: normal;
|
|
5030
5035
|
margin: 0;
|
|
5031
5036
|
outline: 0;
|
|
5037
|
+
background: #000;
|
|
5032
5038
|
padding: 5px 0;
|
|
5033
5039
|
position: absolute;
|
|
5034
5040
|
width: auto;
|
package/styles/material-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
.e-documenteditor .e-close::before {
|
|
3
2
|
content: "\e825";
|
|
4
3
|
font-family: "e-icons";
|
|
@@ -2359,6 +2358,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2359
2358
|
width: auto !important;
|
|
2360
2359
|
}
|
|
2361
2360
|
|
|
2361
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2362
|
+
height: 40px !important;
|
|
2363
|
+
width: auto !important;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2362
2366
|
.e-de-style-bold-button-size {
|
|
2363
2367
|
margin-left: 8px;
|
|
2364
2368
|
margin-right: 8px;
|
|
@@ -5026,6 +5030,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5026
5030
|
line-height: normal;
|
|
5027
5031
|
margin: 0;
|
|
5028
5032
|
outline: 0;
|
|
5033
|
+
background: #303030;
|
|
5029
5034
|
padding: 5px 0;
|
|
5030
5035
|
position: absolute;
|
|
5031
5036
|
width: auto;
|
package/styles/material.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
.e-documenteditor .e-close::before {
|
|
3
2
|
content: "\e825";
|
|
4
3
|
font-family: "e-icons";
|
|
@@ -2359,6 +2358,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2359
2358
|
width: auto !important;
|
|
2360
2359
|
}
|
|
2361
2360
|
|
|
2361
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2362
|
+
height: 40px !important;
|
|
2363
|
+
width: auto !important;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2362
2366
|
.e-de-style-bold-button-size {
|
|
2363
2367
|
margin-left: 8px;
|
|
2364
2368
|
margin-right: 8px;
|
|
@@ -5031,6 +5035,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5031
5035
|
line-height: normal;
|
|
5032
5036
|
margin: 0;
|
|
5033
5037
|
outline: 0;
|
|
5038
|
+
background: #fafafa;
|
|
5034
5039
|
padding: 5px 0;
|
|
5035
5040
|
position: absolute;
|
|
5036
5041
|
width: auto;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -2488,6 +2487,16 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2488
2487
|
width: auto !important;
|
|
2489
2488
|
}
|
|
2490
2489
|
|
|
2490
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-group-button button,
|
|
2491
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-style-paragraph button {
|
|
2492
|
+
height: 40px !important;
|
|
2493
|
+
width: 44px !important;
|
|
2494
|
+
}
|
|
2495
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2496
|
+
height: 40px !important;
|
|
2497
|
+
width: auto !important;
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2491
2500
|
.e-bigger .e-rtl .e-de-style-font-group-button button,
|
|
2492
2501
|
.e-bigger .e-rtl .e-de-style-paragraph-indent-group-button button,
|
|
2493
2502
|
.e-bigger .e-rtl .e-de-style-paragraph-group-button button {
|
|
@@ -3978,6 +3987,61 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3978
3987
|
height: 145px;
|
|
3979
3988
|
}
|
|
3980
3989
|
|
|
3990
|
+
:root {
|
|
3991
|
+
--color-sf-black: 0, 0, 0;
|
|
3992
|
+
--color-sf-white: 255, 255, 255;
|
|
3993
|
+
--color-sf-primary: 208, 188, 255;
|
|
3994
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
3995
|
+
--color-sf-secondary: 204, 194, 220;
|
|
3996
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
3997
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
3998
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
3999
|
+
--color-sf-surface: 28, 27, 31;
|
|
4000
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
4001
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4002
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
4003
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
4004
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
4005
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
4006
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
4007
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4008
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
4009
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4010
|
+
--color-sf-on-background: 230, 225, 229;
|
|
4011
|
+
--color-sf-outline: 147, 143, 153;
|
|
4012
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
4013
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4014
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4015
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
4016
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4017
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
4018
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4019
|
+
--color-sf-error: 242, 184, 181;
|
|
4020
|
+
--color-sf-error-container: 140, 29, 24;
|
|
4021
|
+
--color-sf-on-error: 96, 20, 16;
|
|
4022
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
4023
|
+
--color-sf-success: 83, 202, 23;
|
|
4024
|
+
--color-sf-success-container: 22, 62, 2;
|
|
4025
|
+
--color-sf-on-success: 13, 39, 0;
|
|
4026
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
4027
|
+
--color-sf-info: 71, 172, 251;
|
|
4028
|
+
--color-sf-info-container: 0, 67, 120;
|
|
4029
|
+
--color-sf-on-info: 0, 51, 91;
|
|
4030
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
4031
|
+
--color-sf-warning: 245, 180, 130;
|
|
4032
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
4033
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
4034
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
4035
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4036
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4037
|
+
--color-sf-success-text: 0, 0, 0;
|
|
4038
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
4039
|
+
--color-sf-info-text: 0, 0, 0;
|
|
4040
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
4041
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4042
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4043
|
+
}
|
|
4044
|
+
|
|
3981
4045
|
.e-de-ctnr-close::before {
|
|
3982
4046
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
3983
4047
|
content: "\e7e7";
|
|
@@ -5375,6 +5439,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5375
5439
|
line-height: normal;
|
|
5376
5440
|
margin: 0;
|
|
5377
5441
|
outline: 0;
|
|
5442
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
5378
5443
|
padding: 10px 0;
|
|
5379
5444
|
position: absolute;
|
|
5380
5445
|
width: auto;
|
package/styles/material3.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -2544,6 +2543,16 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2544
2543
|
width: auto !important;
|
|
2545
2544
|
}
|
|
2546
2545
|
|
|
2546
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-group-button button,
|
|
2547
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-style-paragraph button {
|
|
2548
|
+
height: 40px !important;
|
|
2549
|
+
width: 44px !important;
|
|
2550
|
+
}
|
|
2551
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2552
|
+
height: 40px !important;
|
|
2553
|
+
width: auto !important;
|
|
2554
|
+
}
|
|
2555
|
+
|
|
2547
2556
|
.e-bigger .e-rtl .e-de-style-font-group-button button,
|
|
2548
2557
|
.e-bigger .e-rtl .e-de-style-paragraph-indent-group-button button,
|
|
2549
2558
|
.e-bigger .e-rtl .e-de-style-paragraph-group-button button {
|
|
@@ -4034,6 +4043,117 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4034
4043
|
height: 145px;
|
|
4035
4044
|
}
|
|
4036
4045
|
|
|
4046
|
+
:root {
|
|
4047
|
+
--color-sf-black: 0, 0, 0;
|
|
4048
|
+
--color-sf-white: 255, 255, 255;
|
|
4049
|
+
--color-sf-primary: 103, 80, 164;
|
|
4050
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
4051
|
+
--color-sf-secondary: 98, 91, 113;
|
|
4052
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
4053
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
4054
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
4055
|
+
--color-sf-surface: 255, 255, 255;
|
|
4056
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
4057
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4058
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
4059
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
4060
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
4061
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
4062
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
4063
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
4064
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
4065
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
4066
|
+
--color-sf-on-background: 28, 27, 31;
|
|
4067
|
+
--color-sf-outline: 121, 116, 126;
|
|
4068
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
4069
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4070
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
4071
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
4072
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
4073
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
4074
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4075
|
+
--color-sf-error: 179, 38, 30;
|
|
4076
|
+
--color-sf-error-container: 249, 222, 220;
|
|
4077
|
+
--color-sf-on-error: 255, 250, 250;
|
|
4078
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
4079
|
+
--color-sf-success: 32, 81, 7;
|
|
4080
|
+
--color-sf-success-container: 209, 255, 186;
|
|
4081
|
+
--color-sf-on-success: 244, 255, 239;
|
|
4082
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
4083
|
+
--color-sf-info: 1, 87, 155;
|
|
4084
|
+
--color-sf-info-container: 233, 245, 255;
|
|
4085
|
+
--color-sf-on-info: 250, 253, 255;
|
|
4086
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
4087
|
+
--color-sf-warning: 145, 76, 0;
|
|
4088
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
4089
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
4090
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
4091
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
4092
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
4093
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
4094
|
+
--color-sf-success-text: 255, 255, 255;
|
|
4095
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
4096
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
4097
|
+
--color-sf-info-text: 255, 255, 255;
|
|
4098
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
4099
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4102
|
+
.e-dark-mode {
|
|
4103
|
+
--color-sf-black: 0, 0, 0;
|
|
4104
|
+
--color-sf-white: 255, 255, 255;
|
|
4105
|
+
--color-sf-primary: 208, 188, 255;
|
|
4106
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
4107
|
+
--color-sf-secondary: 204, 194, 220;
|
|
4108
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
4109
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
4110
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
4111
|
+
--color-sf-surface: 28, 27, 31;
|
|
4112
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
4113
|
+
--color-sf-background: var(--color-sf-surface);
|
|
4114
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
4115
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
4116
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
4117
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
4118
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
4119
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
4120
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
4121
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
4122
|
+
--color-sf-on-background: 230, 225, 229;
|
|
4123
|
+
--color-sf-outline: 147, 143, 153;
|
|
4124
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
4125
|
+
--color-sf-shadow: 0, 0, 0;
|
|
4126
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
4127
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
4128
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
4129
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
4130
|
+
--color-sf-scrim: 0, 0, 0;
|
|
4131
|
+
--color-sf-error: 242, 184, 181;
|
|
4132
|
+
--color-sf-error-container: 140, 29, 24;
|
|
4133
|
+
--color-sf-on-error: 96, 20, 16;
|
|
4134
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
4135
|
+
--color-sf-success: 83, 202, 23;
|
|
4136
|
+
--color-sf-success-container: 22, 62, 2;
|
|
4137
|
+
--color-sf-on-success: 13, 39, 0;
|
|
4138
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
4139
|
+
--color-sf-info: 71, 172, 251;
|
|
4140
|
+
--color-sf-info-container: 0, 67, 120;
|
|
4141
|
+
--color-sf-on-info: 0, 51, 91;
|
|
4142
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
4143
|
+
--color-sf-warning: 245, 180, 130;
|
|
4144
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
4145
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
4146
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
4147
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
4148
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
4149
|
+
--color-sf-success-text: 0, 0, 0;
|
|
4150
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
4151
|
+
--color-sf-info-text: 0, 0, 0;
|
|
4152
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
4153
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
4154
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
4155
|
+
}
|
|
4156
|
+
|
|
4037
4157
|
.e-de-ctnr-close::before {
|
|
4038
4158
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
4039
4159
|
content: "\e7e7";
|
|
@@ -5431,6 +5551,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5431
5551
|
line-height: normal;
|
|
5432
5552
|
margin: 0;
|
|
5433
5553
|
outline: 0;
|
|
5554
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
5434
5555
|
padding: 10px 0;
|
|
5435
5556
|
position: absolute;
|
|
5436
5557
|
width: auto;
|
package/styles/material3.scss
CHANGED
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
1
|
.e-documenteditor .e-close::before {
|
|
4
2
|
color: #d1d5db;
|
|
5
3
|
content: "\e7e7";
|
|
@@ -2713,6 +2711,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2713
2711
|
width: auto !important;
|
|
2714
2712
|
}
|
|
2715
2713
|
|
|
2714
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2715
|
+
height: 40px !important;
|
|
2716
|
+
width: auto !important;
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2716
2719
|
.e-de-style-bold-button-size {
|
|
2717
2720
|
margin-left: 12px;
|
|
2718
2721
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
1
|
.e-documenteditor .e-close::before {
|
|
4
2
|
color: #6b7280;
|
|
5
3
|
content: "\e7e7";
|
|
@@ -2716,6 +2714,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2716
2714
|
width: auto !important;
|
|
2717
2715
|
}
|
|
2718
2716
|
|
|
2717
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2718
|
+
height: 40px !important;
|
|
2719
|
+
width: auto !important;
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2719
2722
|
.e-de-style-bold-button-size {
|
|
2720
2723
|
margin-left: 12px;
|
|
2721
2724
|
}
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|