@syncfusion/ej2-react-documenteditor 22.2.12 → 23.1.38

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 (58) hide show
  1. package/CHANGELOG.md +36 -16
  2. package/dist/ej2-react-documenteditor.min.js +2 -2
  3. package/dist/ej2-react-documenteditor.umd.min.js +2 -2
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +6 -0
  6. package/styles/bootstrap.css +6 -0
  7. package/styles/bootstrap4.css +6 -0
  8. package/styles/bootstrap5-dark.css +6 -0
  9. package/styles/bootstrap5.css +6 -0
  10. package/styles/document-editor/bootstrap-dark.css +5 -0
  11. package/styles/document-editor/bootstrap.css +5 -0
  12. package/styles/document-editor/bootstrap4.css +5 -0
  13. package/styles/document-editor/bootstrap5-dark.css +5 -0
  14. package/styles/document-editor/bootstrap5.css +5 -0
  15. package/styles/document-editor/fabric-dark.css +5 -0
  16. package/styles/document-editor/fabric.css +5 -0
  17. package/styles/document-editor/fluent-dark.css +5 -0
  18. package/styles/document-editor/fluent.css +5 -0
  19. package/styles/document-editor/highcontrast.css +5 -0
  20. package/styles/document-editor/material-dark.css +5 -1
  21. package/styles/document-editor/material.css +5 -1
  22. package/styles/document-editor/material3-dark.css +10 -1
  23. package/styles/document-editor/material3-dark.scss +1 -1
  24. package/styles/document-editor/material3.css +10 -1
  25. package/styles/document-editor/material3.scss +1 -1
  26. package/styles/document-editor/tailwind-dark.css +5 -1
  27. package/styles/document-editor/tailwind.css +5 -1
  28. package/styles/document-editor-container/bootstrap-dark.css +1 -0
  29. package/styles/document-editor-container/bootstrap.css +1 -0
  30. package/styles/document-editor-container/bootstrap4.css +1 -0
  31. package/styles/document-editor-container/bootstrap5-dark.css +1 -0
  32. package/styles/document-editor-container/bootstrap5.css +1 -0
  33. package/styles/document-editor-container/fabric-dark.css +1 -0
  34. package/styles/document-editor-container/fabric.css +1 -0
  35. package/styles/document-editor-container/fluent-dark.css +1 -0
  36. package/styles/document-editor-container/fluent.css +1 -0
  37. package/styles/document-editor-container/highcontrast-light.css +1 -0
  38. package/styles/document-editor-container/highcontrast.css +1 -0
  39. package/styles/document-editor-container/material-dark.css +1 -1
  40. package/styles/document-editor-container/material.css +1 -1
  41. package/styles/document-editor-container/material3-dark.css +1 -1
  42. package/styles/document-editor-container/material3-dark.scss +1 -1
  43. package/styles/document-editor-container/material3.css +1 -1
  44. package/styles/document-editor-container/material3.scss +1 -1
  45. package/styles/document-editor-container/tailwind-dark.css +0 -1
  46. package/styles/document-editor-container/tailwind.css +0 -1
  47. package/styles/fabric-dark.css +6 -0
  48. package/styles/fabric.css +6 -0
  49. package/styles/fluent-dark.css +6 -0
  50. package/styles/fluent.css +6 -0
  51. package/styles/highcontrast-light.css +1 -0
  52. package/styles/highcontrast.css +6 -0
  53. package/styles/material-dark.css +6 -1
  54. package/styles/material.css +6 -1
  55. package/styles/material3-dark.css +11 -2
  56. package/styles/material3.css +11 -1
  57. package/styles/tailwind-dark.css +5 -2
  58. package/styles/tailwind.css +5 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,28 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I473464` - Resolve the destroy issue in document Editor.
10
+ - `#I490198` - Resolve the Page not responding while press TAB key continuously.
11
+ - `#I494676` - Content is missing after downloading the file as docx.
12
+ - `#I495070` - Issue with cursor position and indentation when in RTL mode.
13
+ - `#I495596` - Issue with pasting from Word to the editor in RTL mode.
14
+ - `#I497629` - Issue in Exported svg image.
15
+ - `#I504069` - Document editor insert image from URL facing issue in reopening the exported document.
16
+
17
+ ## 23.1.36 (2023-09-15)
18
+
19
+ ### Document Editor
20
+
21
+ #### New Features
22
+
23
+ - `#I471020` - Added support for table title and description.
24
+
25
+ ## 22.2.12 (2023-09-05)
26
+
27
+ ### Document Editor
28
+
29
+ #### Bug Fixes
30
+
9
31
  - `#I482661` - Auto fit table with preferred width table is layouted properly in Document editor
10
32
  - `#I458332` - Now, able to search a word & apply properties like alignment(left/right/center) inside shape.
11
33
  - `#I494044` - Resolved the exception issue while exporting a document in server side.
@@ -150,12 +172,21 @@
150
172
 
151
173
  ### Document Editor
152
174
 
153
- #### New Features
175
+ #### Bug Fixes
154
176
 
155
- - `#I397854`, `#I401771` - Added support for editing alternate text for images.
156
- - `#I370306`, `#I438565` - Added support for character spacing and scaling.
157
- - `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
158
- - `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
177
+ - `#I462679` - Resolved performance issue occurred when inserting Text.
178
+ - `#F182725` - Resolved the table with border color below 1pt.
179
+ - `#I470871` - Resolved the issue in displaying the page number in the header section.
180
+ - `#I471871` - Resolved the drag & drop shape issue.
181
+ - `#I464996` - Resolved the table formatting issue while undoing.
182
+ - `#I466554` - Resolved the table unresponsive issue when backspacing.
183
+ - `#I473944` - Resolved the font change when exporting a document in docx format.
184
+ - `#I471205` - Resolved the issue occurred when loading a document.
185
+ - `#FB44186` - Resolved the horizontal line appears issue in the page header.
186
+ - `#F182850` - Resolved the issue in docx exporting.
187
+ - `#I469096` - Resolved the loss of original text formatting while pasting.
188
+ - `#I464759` - Resolved the issue in shape rendering.
189
+ - `#I464934` - Resolved the issue in customize the page size after inserting next page break.
159
190
 
160
191
  ## 21.2.10 (2023-06-13)
161
192
 
@@ -3597,14 +3628,3 @@ The Document Editor component is used to create, edit, view, and print Word docu
3597
3628
  - Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.
3598
3629
 
3599
3630
 
3600
- ## 21.1.36 (2023-06-28)
3601
-
3602
- ### Document Editor
3603
-
3604
- #### New Features
3605
-
3606
- - `#I397854`, `#I401771` - Added support for editing alternate text for images.
3607
- - `#I370306`, `#I438565` - Added support for character spacing and scaling.
3608
- - `#I273864`, `#I318326`, `#I325320`, `#I331615`, `#I339872`, `#F164047` - Added support for linking to the previous header/footer.
3609
- - `#I445060`, `#I468741` - Added a property in the `selectionChanged` event arguments to identify whether the user has completed their selection.
3610
-
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.min.js
3
- * version : 22.2.12
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
3
+ * version : 23.1.38
4
+ * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.umd.min.js
3
- * version : 22.2.12
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
3
+ * version : 23.1.38
4
+ * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-documenteditor@*",
3
- "_id": "@syncfusion/ej2-react-documenteditor@22.2.11",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@23.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-NmxQKdk6ddZtK161dqGbKONYvnMZsOTHE7VhbuoKsWsr99DIRuXzrHKNTqcABuWRc+ckPmP9z+ujbSqmlC1Viw==",
5
+ "_integrity": "sha512-rAhXEtfHK2ZgCp8DZBQ14ieSKNbeUMdXtWJtWs+oRwQxXHZ2KbJrhOu5wypuecGONFUNSWhnzZjBTtW3GWFlVQ==",
6
6
  "_location": "/@syncfusion/ej2-react-documenteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-22.2.11.tgz",
23
- "_shasum": "a24c2459ca4206016236092916581ccab7c769b6",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-23.1.36.tgz",
23
+ "_shasum": "70155cb4be2ffe77754957f86a58eca6b39f528b",
24
24
  "_spec": "@syncfusion/ej2-react-documenteditor@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.2.12",
35
- "@syncfusion/ej2-documenteditor": "22.2.12",
36
- "@syncfusion/ej2-react-base": "~22.2.5"
34
+ "@syncfusion/ej2-base": "~23.1.38",
35
+ "@syncfusion/ej2-documenteditor": "23.1.38",
36
+ "@syncfusion/ej2-react-base": "~23.1.36"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
@@ -53,6 +53,6 @@
53
53
  "type": "git",
54
54
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
55
55
  },
56
- "version": "22.2.12",
56
+ "version": "23.1.38",
57
57
  "sideEffects": false
58
58
  }
@@ -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;
@@ -5040,6 +5045,7 @@ label[for*=_wholeWord_e-de-rtl] {
5040
5045
  line-height: normal;
5041
5046
  margin: 0;
5042
5047
  outline: 0;
5048
+ background: #1a1a1a;
5043
5049
  padding: 5px 0;
5044
5050
  position: absolute;
5045
5051
  width: auto;
@@ -2360,6 +2360,11 @@ label[for*=_wholeWord_e-de-rtl] {
2360
2360
  width: auto !important;
2361
2361
  }
2362
2362
 
2363
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2364
+ height: 40px !important;
2365
+ width: auto !important;
2366
+ }
2367
+
2363
2368
  .e-de-style-bold-button-size {
2364
2369
  margin-left: 8px;
2365
2370
  margin-right: 8px;
@@ -5043,6 +5048,7 @@ label[for*=_wholeWord_e-de-rtl] {
5043
5048
  line-height: normal;
5044
5049
  margin: 0;
5045
5050
  outline: 0;
5051
+ background: #f8f8f8;
5046
5052
  padding: 5px 0;
5047
5053
  position: absolute;
5048
5054
  width: auto;
@@ -2508,6 +2508,11 @@ label[for*=_wholeWord_e-de-rtl] {
2508
2508
  width: auto !important;
2509
2509
  }
2510
2510
 
2511
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2512
+ height: 40px !important;
2513
+ width: auto !important;
2514
+ }
2515
+
2511
2516
  .e-de-style-bold-button-size {
2512
2517
  margin-left: 8px;
2513
2518
  margin-right: 8px;
@@ -5365,6 +5370,7 @@ textarea.e-de-cmt-textarea {
5365
5370
  line-height: normal;
5366
5371
  margin: 0;
5367
5372
  outline: 0;
5373
+ background: #f8f9fa;
5368
5374
  padding: 5px 0;
5369
5375
  position: absolute;
5370
5376
  width: auto;
@@ -2511,6 +2511,11 @@ label[for*=_wholeWord_e-de-rtl] {
2511
2511
  width: auto !important;
2512
2512
  }
2513
2513
 
2514
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2515
+ height: 40px !important;
2516
+ width: auto !important;
2517
+ }
2518
+
2514
2519
  .e-de-style-bold-button-size {
2515
2520
  margin-left: 6px;
2516
2521
  }
@@ -5347,6 +5352,7 @@ label[for*=_wholeWord_e-de-rtl] {
5347
5352
  line-height: normal;
5348
5353
  margin: 0;
5349
5354
  outline: 0;
5355
+ background: #282d31;
5350
5356
  padding: 5px 0;
5351
5357
  position: absolute;
5352
5358
  width: auto;
@@ -2511,6 +2511,11 @@ label[for*=_wholeWord_e-de-rtl] {
2511
2511
  width: auto !important;
2512
2512
  }
2513
2513
 
2514
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2515
+ height: 40px !important;
2516
+ width: auto !important;
2517
+ }
2518
+
2514
2519
  .e-de-style-bold-button-size {
2515
2520
  margin-left: 6px;
2516
2521
  }
@@ -5347,6 +5352,7 @@ label[for*=_wholeWord_e-de-rtl] {
5347
5352
  line-height: normal;
5348
5353
  margin: 0;
5349
5354
  outline: 0;
5355
+ background: #f8f9fa;
5350
5356
  padding: 5px 0;
5351
5357
  position: absolute;
5352
5358
  width: auto;
@@ -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;
@@ -2360,6 +2360,11 @@ label[for*=_wholeWord_e-de-rtl] {
2360
2360
  width: auto !important;
2361
2361
  }
2362
2362
 
2363
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2364
+ height: 40px !important;
2365
+ width: auto !important;
2366
+ }
2367
+
2363
2368
  .e-de-style-bold-button-size {
2364
2369
  margin-left: 8px;
2365
2370
  margin-right: 8px;
@@ -2508,6 +2508,11 @@ label[for*=_wholeWord_e-de-rtl] {
2508
2508
  width: auto !important;
2509
2509
  }
2510
2510
 
2511
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2512
+ height: 40px !important;
2513
+ width: auto !important;
2514
+ }
2515
+
2511
2516
  .e-de-style-bold-button-size {
2512
2517
  margin-left: 8px;
2513
2518
  margin-right: 8px;
@@ -2511,6 +2511,11 @@ label[for*=_wholeWord_e-de-rtl] {
2511
2511
  width: auto !important;
2512
2512
  }
2513
2513
 
2514
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2515
+ height: 40px !important;
2516
+ width: auto !important;
2517
+ }
2518
+
2514
2519
  .e-de-style-bold-button-size {
2515
2520
  margin-left: 6px;
2516
2521
  }
@@ -2511,6 +2511,11 @@ label[for*=_wholeWord_e-de-rtl] {
2511
2511
  width: auto !important;
2512
2512
  }
2513
2513
 
2514
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2515
+ height: 40px !important;
2516
+ width: auto !important;
2517
+ }
2518
+
2514
2519
  .e-de-style-bold-button-size {
2515
2520
  margin-left: 6px;
2516
2521
  }
@@ -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;
@@ -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;
@@ -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
  }
@@ -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
  }
@@ -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;
@@ -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;
@@ -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;
@@ -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 {
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
  @import 'ej2-documenteditor/styles/document-editor/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;
@@ -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 {
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
  @import 'ej2-documenteditor/styles/document-editor/material3.scss';
@@ -1,4 +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
1
  .e-documenteditor .e-close::before {
3
2
  color: #d1d5db;
4
3
  content: "\e7e7";
@@ -2712,6 +2711,11 @@ label[for*=_wholeWord_e-de-rtl] {
2712
2711
  width: auto !important;
2713
2712
  }
2714
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
+
2715
2719
  .e-de-style-bold-button-size {
2716
2720
  margin-left: 12px;
2717
2721
  }
@@ -1,4 +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
1
  .e-documenteditor .e-close::before {
3
2
  color: #6b7280;
4
3
  content: "\e7e7";
@@ -2715,6 +2714,11 @@ label[for*=_wholeWord_e-de-rtl] {
2715
2714
  width: auto !important;
2716
2715
  }
2717
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
+
2718
2722
  .e-de-style-bold-button-size {
2719
2723
  margin-left: 12px;
2720
2724
  }
@@ -1208,6 +1208,7 @@
1208
1208
  line-height: normal;
1209
1209
  margin: 0;
1210
1210
  outline: 0;
1211
+ background: #1a1a1a;
1211
1212
  padding: 5px 0;
1212
1213
  position: absolute;
1213
1214
  width: auto;
@@ -1210,6 +1210,7 @@
1210
1210
  line-height: normal;
1211
1211
  margin: 0;
1212
1212
  outline: 0;
1213
+ background: #f8f8f8;
1213
1214
  padding: 5px 0;
1214
1215
  position: absolute;
1215
1216
  width: auto;
@@ -1377,6 +1377,7 @@
1377
1377
  line-height: normal;
1378
1378
  margin: 0;
1379
1379
  outline: 0;
1380
+ background: #f8f9fa;
1380
1381
  padding: 5px 0;
1381
1382
  position: absolute;
1382
1383
  width: auto;
@@ -1417,6 +1417,7 @@
1417
1417
  line-height: normal;
1418
1418
  margin: 0;
1419
1419
  outline: 0;
1420
+ background: #282d31;
1420
1421
  padding: 5px 0;
1421
1422
  position: absolute;
1422
1423
  width: auto;
@@ -1417,6 +1417,7 @@
1417
1417
  line-height: normal;
1418
1418
  margin: 0;
1419
1419
  outline: 0;
1420
+ background: #f8f9fa;
1420
1421
  padding: 5px 0;
1421
1422
  position: absolute;
1422
1423
  width: auto;
@@ -1198,6 +1198,7 @@
1198
1198
  line-height: normal;
1199
1199
  margin: 0;
1200
1200
  outline: 0;
1201
+ background: #282727;
1201
1202
  padding: 5px 0;
1202
1203
  position: absolute;
1203
1204
  width: auto;
@@ -1200,6 +1200,7 @@
1200
1200
  line-height: normal;
1201
1201
  margin: 0;
1202
1202
  outline: 0;
1203
+ background: #fff;
1203
1204
  padding: 5px 0;
1204
1205
  position: absolute;
1205
1206
  width: auto;
@@ -1316,6 +1316,7 @@
1316
1316
  line-height: normal;
1317
1317
  margin: 0;
1318
1318
  outline: 0;
1319
+ background: #201f1e;
1319
1320
  padding: 5px 0;
1320
1321
  position: absolute;
1321
1322
  width: auto;
@@ -1316,6 +1316,7 @@
1316
1316
  line-height: normal;
1317
1317
  margin: 0;
1318
1318
  outline: 0;
1319
+ background: #faf9f8;
1319
1320
  padding: 5px 0;
1320
1321
  position: absolute;
1321
1322
  width: auto;
@@ -3235,6 +3235,7 @@ label[for=container_wholeWord] {
3235
3235
  line-height: normal;
3236
3236
  margin: 0;
3237
3237
  outline: 0;
3238
+ background: #fff;
3238
3239
  padding: 5px 0;
3239
3240
  position: absolute;
3240
3241
  width: auto;
@@ -1197,6 +1197,7 @@
1197
1197
  line-height: normal;
1198
1198
  margin: 0;
1199
1199
  outline: 0;
1200
+ background: #000;
1200
1201
  padding: 5px 0;
1201
1202
  position: absolute;
1202
1203
  width: auto;
@@ -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,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,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,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
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,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
  @import 'ej2-documenteditor/styles/document-editor-container/material3.scss';
@@ -1,4 +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
1
  .e-de-ctnr-close::before {
3
2
  color: #d1d5db;
4
3
  content: "\e7e7";
@@ -1,4 +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
1
  .e-de-ctnr-close::before {
3
2
  color: #6b7280;
4
3
  content: "\e7e7";
@@ -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;
@@ -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;
@@ -3992,6 +3992,7 @@ label[for=container_wholeWord] {
3992
3992
  line-height: normal;
3993
3993
  margin: 0;
3994
3994
  outline: 0;
3995
+ background: #fff;
3995
3996
  padding: 5px 0;
3996
3997
  position: absolute;
3997
3998
  width: auto;
@@ -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;
@@ -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;
@@ -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,5 +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
- @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");
3
1
  :root {
4
2
  --color-sf-black: 0, 0, 0;
5
3
  --color-sf-white: 255, 255, 255;
@@ -2489,6 +2487,16 @@ label[for*=_wholeWord_e-de-rtl] {
2489
2487
  width: auto !important;
2490
2488
  }
2491
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
+
2492
2500
  .e-bigger .e-rtl .e-de-style-font-group-button button,
2493
2501
  .e-bigger .e-rtl .e-de-style-paragraph-indent-group-button button,
2494
2502
  .e-bigger .e-rtl .e-de-style-paragraph-group-button button {
@@ -5431,6 +5439,7 @@ label[for*=_wholeWord_e-de-rtl] {
5431
5439
  line-height: normal;
5432
5440
  margin: 0;
5433
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));
5434
5443
  padding: 10px 0;
5435
5444
  position: absolute;
5436
5445
  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;
@@ -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 {
@@ -5542,6 +5551,7 @@ label[for*=_wholeWord_e-de-rtl] {
5542
5551
  line-height: normal;
5543
5552
  margin: 0;
5544
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));
5545
5555
  padding: 10px 0;
5546
5556
  position: absolute;
5547
5557
  width: auto;
@@ -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
  }
@@ -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
  }