@syncfusion/ej2-material-theme 34.1.31 → 34.1.32
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/package.json +2 -2
- package/styles/blockeditor/index-lite.css +0 -1
- package/styles/blockeditor/index-lite.scss +0 -1
- package/styles/blockeditor/index.css +0 -1
- package/styles/blockeditor/index.scss +0 -1
- package/styles/chat-ui/index-lite.css +0 -1
- package/styles/chat-ui/index-lite.scss +0 -1
- package/styles/chat-ui/index.css +0 -1
- package/styles/chat-ui/index.scss +0 -1
- package/styles/compatibility/material.css +1 -1
- package/styles/customized/material.css +24 -2
- package/styles/document-editor/_theme.scss +26 -0
- package/styles/document-editor/document-editor-lite.css +21 -0
- package/styles/document-editor/document-editor.css +21 -0
- package/styles/gantt/index-lite.css +0 -1
- package/styles/gantt/index-lite.scss +0 -1
- package/styles/gantt/index.css +0 -1
- package/styles/gantt/index.scss +0 -1
- package/styles/inline-ai-assist/index-lite.css +0 -1
- package/styles/inline-ai-assist/index-lite.scss +0 -1
- package/styles/inline-ai-assist/index.css +0 -1
- package/styles/inline-ai-assist/index.scss +0 -1
- package/styles/inplace-editor/index-lite.css +0 -1
- package/styles/inplace-editor/index-lite.scss +0 -1
- package/styles/inplace-editor/index.css +0 -1
- package/styles/inplace-editor/index.scss +0 -1
- package/styles/material-lite.css +1 -0
- package/styles/material-lite.scss +1 -0
- package/styles/material.css +1 -0
- package/styles/material.scss +1 -0
- package/styles/mention/_all.scss +1 -0
- package/styles/mention/_layout.scss +7 -0
- package/styles/mention/_material-definition.scss +3 -0
- package/styles/mention/_variables.scss +2 -0
- package/styles/mention/index.css +1 -2
- package/styles/mention/index.scss +1 -2
- package/styles/mention/mention.css +0 -0
- package/styles/mention/mention.scss +2 -0
- package/styles/offline-theme/material.css +24 -2
- package/styles/pdfviewer/index-lite.css +0 -1
- package/styles/pdfviewer/index-lite.scss +0 -1
- package/styles/pdfviewer/index.css +0 -1
- package/styles/pdfviewer/index.scss +0 -1
- package/styles/pivotview/_theme.scss +2 -2
- package/styles/pivotview/pivotview-lite.css +2 -2
- package/styles/pivotview/pivotview.css +2 -2
- package/styles/rich-text-editor/index-lite.css +0 -1
- package/styles/rich-text-editor/index-lite.scss +0 -1
- package/styles/rich-text-editor/index.css +0 -1
- package/styles/rich-text-editor/index.scss +0 -1
- package/styles/smartpdfviewer/index-lite.css +0 -1
- package/styles/smartpdfviewer/index-lite.scss +0 -1
- package/styles/smartpdfviewer/index.css +0 -1
- package/styles/smartpdfviewer/index.scss +0 -1
- package/styles/mention/index-lite.css +0 -4
- package/styles/mention/index-lite.scss +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-material-theme",
|
|
3
|
-
"version": "34.1.
|
|
3
|
+
"version": "34.1.32",
|
|
4
4
|
"description": "A modern JavaScript UI toolkit that has been built from the ground up to be lightweight, responsive, modular and touch friendly. It is written in TypeScript and has no external dependencies.",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls"
|
|
17
17
|
},
|
|
18
18
|
"typings": "index.d.ts",
|
|
19
|
-
"_id": "@syncfusion/ej2-material-theme@34.1.
|
|
19
|
+
"_id": "@syncfusion/ej2-material-theme@34.1.32"
|
|
20
20
|
}
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
@import '../v-scroll/v-scroll-lite.css';
|
|
16
16
|
@import '../toolbar/toolbar-lite.css';
|
|
17
17
|
@import '../menu/menu-lite.css';
|
|
18
|
-
@import '../ej2-lists/ej2-lists.css';
|
|
19
18
|
@import '../drop-down-base/drop-down-base-lite.css';
|
|
20
19
|
@import '../mention/mention.css';
|
|
21
20
|
@import '../blockeditor/blockeditor-lite.css';
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
@use '../v-scroll/v-scroll-lite' as *;
|
|
16
16
|
@use '../toolbar/toolbar-lite' as *;
|
|
17
17
|
@use '../menu/menu-lite' as *;
|
|
18
|
-
@use '../ej2-lists/ej2-lists' as *;
|
|
19
18
|
@use '../drop-down-base/drop-down-base-lite' as *;
|
|
20
19
|
@use '../mention/mention' as *;
|
|
21
20
|
@use '../blockeditor/blockeditor-lite' as *;
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
@import '../v-scroll/v-scroll.css';
|
|
16
16
|
@import '../toolbar/toolbar.css';
|
|
17
17
|
@import '../menu/menu.css';
|
|
18
|
-
@import '../ej2-lists/ej2-lists.css';
|
|
19
18
|
@import '../drop-down-base/drop-down-base.css';
|
|
20
19
|
@import '../mention/mention.css';
|
|
21
20
|
@import '../blockeditor/blockeditor.css';
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
@use '../v-scroll/v-scroll' as *;
|
|
16
16
|
@use '../toolbar/toolbar' as *;
|
|
17
17
|
@use '../menu/menu' as *;
|
|
18
|
-
@use '../ej2-lists/ej2-lists' as *;
|
|
19
18
|
@use '../drop-down-base/drop-down-base' as *;
|
|
20
19
|
@use '../mention/mention' as *;
|
|
21
20
|
@use '../blockeditor/blockeditor' as *;
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
@import '../spinner/spinner.css';
|
|
11
11
|
@import '../floating-action-button/floating-action-button-lite.css';
|
|
12
12
|
@import '../drop-down-button/drop-down-button-lite.css';
|
|
13
|
-
@import '../ej2-lists/ej2-lists.css';
|
|
14
13
|
@import '../drop-down-base/drop-down-base-lite.css';
|
|
15
14
|
@import '../mention/mention.css';
|
|
16
15
|
@import '../chat-ui/chat-ui-lite.css';
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
@use '../spinner/spinner' as *;
|
|
11
11
|
@use '../floating-action-button/floating-action-button-lite' as *;
|
|
12
12
|
@use '../drop-down-button/drop-down-button-lite' as *;
|
|
13
|
-
@use '../ej2-lists/ej2-lists' as *;
|
|
14
13
|
@use '../drop-down-base/drop-down-base-lite' as *;
|
|
15
14
|
@use '../mention/mention' as *;
|
|
16
15
|
@use '../chat-ui/chat-ui-lite' as *;
|
package/styles/chat-ui/index.css
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
@import '../spinner/spinner.css';
|
|
11
11
|
@import '../floating-action-button/floating-action-button.css';
|
|
12
12
|
@import '../drop-down-button/drop-down-button.css';
|
|
13
|
-
@import '../ej2-lists/ej2-lists.css';
|
|
14
13
|
@import '../drop-down-base/drop-down-base.css';
|
|
15
14
|
@import '../mention/mention.css';
|
|
16
15
|
@import '../chat-ui/chat-ui.css';
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
@use '../spinner/spinner' as *;
|
|
11
11
|
@use '../floating-action-button/floating-action-button' as *;
|
|
12
12
|
@use '../drop-down-button/drop-down-button' as *;
|
|
13
|
-
@use '../ej2-lists/ej2-lists' as *;
|
|
14
13
|
@use '../drop-down-base/drop-down-base' as *;
|
|
15
14
|
@use '../mention/mention' as *;
|
|
16
15
|
@use '../chat-ui/chat-ui' as *;
|