@syncfusion/ej2-angular-documenteditor 26.2.5 → 26.2.6

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/README.md CHANGED
@@ -163,4 +163,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
163
163
 
164
164
  See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) for more info.
165
165
 
166
- © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
166
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
package/package.json CHANGED
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.2.5",
35
35
  "@syncfusion/ej2-base": "~26.2.5",
36
- "@syncfusion/ej2-documenteditor": "26.2.5",
36
+ "@syncfusion/ej2-documenteditor": "26.2.6",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -71,5 +71,5 @@
71
71
  "schematics": "./schematics/collection.json",
72
72
  "sideEffects": false,
73
73
  "typings": "syncfusion-ej2-angular-documenteditor.d.ts",
74
- "version": "26.2.5"
74
+ "version": "26.2.6"
75
75
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^26.2.4';
2
+ export const pkgVer = '^26.2.5';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~26.2.4';
4
+ export const themeVer = '~26.2.5';
@@ -1,2 +1,2 @@
1
-
1
+ @import 'ej2-base/styles/definition/material3-dark.scss';
2
2
  @import 'ej2-documenteditor/styles/document-editor/material3-dark.scss';
@@ -1,2 +1,2 @@
1
-
1
+ @import 'ej2-base/styles/definition/material3.scss';
2
2
  @import 'ej2-documenteditor/styles/document-editor/material3.scss';
@@ -1,2 +1,2 @@
1
-
1
+ @import 'ej2-base/styles/definition/material3-dark.scss';
2
2
  @import 'ej2-documenteditor/styles/document-editor-container/material3-dark.scss';
@@ -1,2 +1,2 @@
1
-
1
+ @import 'ej2-base/styles/definition/material3.scss';
2
2
  @import 'ej2-documenteditor/styles/document-editor-container/material3.scss';