@syncfusion/ej2-material3-dark-theme 34.2.3 → 34.2.4
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/customized/material3-dark.css +4 -0
- package/styles/document-editor-container/_layout.scss +4 -0
- package/styles/document-editor-container/document-editor-container-lite.css +3 -0
- package/styles/document-editor-container/document-editor-container.css +3 -0
- package/styles/offline-theme/material3-dark.css +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-material3-dark-theme",
|
|
3
|
-
"version": "34.2.
|
|
3
|
+
"version": "34.2.4",
|
|
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-material3-dark-theme@34.2.
|
|
19
|
+
"_id": "@syncfusion/ej2-material3-dark-theme@34.2.4"
|
|
20
20
|
}
|
|
@@ -51459,6 +51459,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
51459
51459
|
display: block;
|
|
51460
51460
|
}
|
|
51461
51461
|
|
|
51462
|
+
.e-de-hidden-display {
|
|
51463
|
+
display: none;
|
|
51464
|
+
}
|
|
51465
|
+
|
|
51462
51466
|
.e-de-hidden {
|
|
51463
51467
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
51464
51468
|
}
|
|
@@ -51459,6 +51459,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
51459
51459
|
display: block;
|
|
51460
51460
|
}
|
|
51461
51461
|
|
|
51462
|
+
.e-de-hidden-display {
|
|
51463
|
+
display: none;
|
|
51464
|
+
}
|
|
51465
|
+
|
|
51462
51466
|
.e-de-hidden {
|
|
51463
51467
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
51464
51468
|
}
|