@syncfusion/ej2-material3-dark-theme 34.1.32 → 34.1.33
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 +33 -1
- package/styles/document-editor/_theme.scss +22 -0
- package/styles/document-editor/document-editor-lite.css +22 -0
- package/styles/document-editor/document-editor.css +22 -0
- package/styles/document-editor-container/_material3-dark-definition.scss +1 -1
- package/styles/document-editor-container/document-editor-container.css +1 -1
- package/styles/mention/_layout.scss +3 -4
- package/styles/mention/mention.css +3 -0
- package/styles/offline-theme/material3-dark.css +33 -1
- package/styles/progress-button/_layout.scss +0 -1
- package/styles/progress-button/progress-button-lite.css +0 -1
- package/styles/progress-button/progress-button.css +0 -1
- package/styles/rich-text-editor/_layout.scss +1 -0
- package/styles/rich-text-editor/rich-text-editor-lite.css +1 -0
- package/styles/rich-text-editor/rich-text-editor.css +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-material3-dark-theme",
|
|
3
|
-
"version": "34.1.
|
|
3
|
+
"version": "34.1.33",
|
|
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.1.
|
|
19
|
+
"_id": "@syncfusion/ej2-material3-dark-theme@34.1.33"
|
|
20
20
|
}
|
|
@@ -47008,6 +47008,10 @@ ejs-listbox {
|
|
|
47008
47008
|
}
|
|
47009
47009
|
|
|
47010
47010
|
/* stylelint-disable-line no-empty-source */
|
|
47011
|
+
.e-mention-placeholder {
|
|
47012
|
+
display: block;
|
|
47013
|
+
}
|
|
47014
|
+
|
|
47011
47015
|
.e-de-dlg-container {
|
|
47012
47016
|
padding-bottom: 16px;
|
|
47013
47017
|
}
|
|
@@ -49934,6 +49938,34 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
49934
49938
|
width: 18px;
|
|
49935
49939
|
}
|
|
49936
49940
|
|
|
49941
|
+
.e-de-image-property-input {
|
|
49942
|
+
width: 100%;
|
|
49943
|
+
}
|
|
49944
|
+
|
|
49945
|
+
.e-de-cell-margin-input {
|
|
49946
|
+
width: 48px;
|
|
49947
|
+
}
|
|
49948
|
+
|
|
49949
|
+
.e-de-border-style-svg {
|
|
49950
|
+
width: 98%;
|
|
49951
|
+
}
|
|
49952
|
+
|
|
49953
|
+
.e-de-cell-margin-textbox {
|
|
49954
|
+
width: 100%;
|
|
49955
|
+
}
|
|
49956
|
+
|
|
49957
|
+
.e-de-gallery-normal {
|
|
49958
|
+
font-family: Calibri;
|
|
49959
|
+
font-size: 11pt;
|
|
49960
|
+
}
|
|
49961
|
+
|
|
49962
|
+
.e-de-gallery-heading1 {
|
|
49963
|
+
font-family: "Calibri Light";
|
|
49964
|
+
font-size: 16pt;
|
|
49965
|
+
color: rgb(47, 84, 150);
|
|
49966
|
+
font-weight: bold;
|
|
49967
|
+
}
|
|
49968
|
+
|
|
49937
49969
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
49938
49970
|
margin-top: 0;
|
|
49939
49971
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
@@ -64681,7 +64713,6 @@ ejs-filemanager {
|
|
|
64681
64713
|
}
|
|
64682
64714
|
.e-progress-btn.e-progress-active {
|
|
64683
64715
|
overflow: hidden;
|
|
64684
|
-
pointer-events: none;
|
|
64685
64716
|
}
|
|
64686
64717
|
.e-progress-btn.e-progress-active .e-progress {
|
|
64687
64718
|
opacity: 1;
|
|
@@ -65153,6 +65184,7 @@ ejs-filemanager {
|
|
|
65153
65184
|
position: relative;
|
|
65154
65185
|
}
|
|
65155
65186
|
.e-richtexteditor .e-rte-container {
|
|
65187
|
+
position: relative;
|
|
65156
65188
|
display: -ms-flexbox;
|
|
65157
65189
|
display: flex;
|
|
65158
65190
|
-ms-flex-direction: column;
|
|
@@ -2586,6 +2586,28 @@
|
|
|
2586
2586
|
margin-top: -8px;
|
|
2587
2587
|
}
|
|
2588
2588
|
}
|
|
2589
|
+
.e-de-image-property-input {
|
|
2590
|
+
width: 100%;
|
|
2591
|
+
}
|
|
2592
|
+
.e-de-cell-margin-input {
|
|
2593
|
+
width: 48px;
|
|
2594
|
+
}
|
|
2595
|
+
.e-de-border-style-svg {
|
|
2596
|
+
width: 98%;
|
|
2597
|
+
}
|
|
2598
|
+
.e-de-cell-margin-textbox {
|
|
2599
|
+
width: 100%;
|
|
2600
|
+
}
|
|
2601
|
+
.e-de-gallery-normal {
|
|
2602
|
+
font-family: Calibri;
|
|
2603
|
+
font-size: 11pt;
|
|
2604
|
+
}
|
|
2605
|
+
.e-de-gallery-heading1 {
|
|
2606
|
+
font-family: 'Calibri Light';
|
|
2607
|
+
font-size: 16pt;
|
|
2608
|
+
color: rgb(47, 84, 150);
|
|
2609
|
+
font-weight: bold;
|
|
2610
|
+
}
|
|
2589
2611
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
2590
2612
|
margin-top: $de-cp-option-margin-top;
|
|
2591
2613
|
background: $de-op-bg-color;
|
|
@@ -2409,6 +2409,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2409
2409
|
padding: 0;
|
|
2410
2410
|
width: 18px;
|
|
2411
2411
|
}
|
|
2412
|
+
.e-de-image-property-input {
|
|
2413
|
+
width: 100%;
|
|
2414
|
+
}
|
|
2415
|
+
.e-de-cell-margin-input {
|
|
2416
|
+
width: 48px;
|
|
2417
|
+
}
|
|
2418
|
+
.e-de-border-style-svg {
|
|
2419
|
+
width: 98%;
|
|
2420
|
+
}
|
|
2421
|
+
.e-de-cell-margin-textbox {
|
|
2422
|
+
width: 100%;
|
|
2423
|
+
}
|
|
2424
|
+
.e-de-gallery-normal {
|
|
2425
|
+
font-family: Calibri;
|
|
2426
|
+
font-size: 11pt;
|
|
2427
|
+
}
|
|
2428
|
+
.e-de-gallery-heading1 {
|
|
2429
|
+
font-family: "Calibri Light";
|
|
2430
|
+
font-size: 16pt;
|
|
2431
|
+
color: rgb(47, 84, 150);
|
|
2432
|
+
font-weight: bold;
|
|
2433
|
+
}
|
|
2412
2434
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
2413
2435
|
margin-top: 0;
|
|
2414
2436
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
@@ -2409,6 +2409,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2409
2409
|
padding: 0;
|
|
2410
2410
|
width: 18px;
|
|
2411
2411
|
}
|
|
2412
|
+
.e-de-image-property-input {
|
|
2413
|
+
width: 100%;
|
|
2414
|
+
}
|
|
2415
|
+
.e-de-cell-margin-input {
|
|
2416
|
+
width: 48px;
|
|
2417
|
+
}
|
|
2418
|
+
.e-de-border-style-svg {
|
|
2419
|
+
width: 98%;
|
|
2420
|
+
}
|
|
2421
|
+
.e-de-cell-margin-textbox {
|
|
2422
|
+
width: 100%;
|
|
2423
|
+
}
|
|
2424
|
+
.e-de-gallery-normal {
|
|
2425
|
+
font-family: Calibri;
|
|
2426
|
+
font-size: 11pt;
|
|
2427
|
+
}
|
|
2428
|
+
.e-de-gallery-heading1 {
|
|
2429
|
+
font-family: "Calibri Light";
|
|
2430
|
+
font-size: 16pt;
|
|
2431
|
+
color: rgb(47, 84, 150);
|
|
2432
|
+
font-weight: bold;
|
|
2433
|
+
}
|
|
2412
2434
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
2413
2435
|
margin-top: 0;
|
|
2414
2436
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
@@ -87,7 +87,7 @@ $de-pagenumber-text-border-radius: 2px;
|
|
|
87
87
|
$de-pagenumber-text-margin-top: -3px;
|
|
88
88
|
$e-de-pagenumber-input-margin-left: -2px;
|
|
89
89
|
$e-de-ctnr-pg-no-spellout-padd-top: 7px;
|
|
90
|
-
$e-de-ctnr-pg-no-spellout-padd-top-big:
|
|
90
|
+
$e-de-ctnr-pg-no-spellout-padd-top-big: 7px;
|
|
91
91
|
$e-de-status-bar-padding-top: 1px;
|
|
92
92
|
$e-de-status-bar-big-padding-top: 1px;
|
|
93
93
|
$e-de-review-pane-width: 380px;
|
|
@@ -47008,6 +47008,10 @@ ejs-listbox {
|
|
|
47008
47008
|
}
|
|
47009
47009
|
|
|
47010
47010
|
/* stylelint-disable-line no-empty-source */
|
|
47011
|
+
.e-mention-placeholder {
|
|
47012
|
+
display: block;
|
|
47013
|
+
}
|
|
47014
|
+
|
|
47011
47015
|
.e-de-dlg-container {
|
|
47012
47016
|
padding-bottom: 16px;
|
|
47013
47017
|
}
|
|
@@ -49934,6 +49938,34 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
49934
49938
|
width: 18px;
|
|
49935
49939
|
}
|
|
49936
49940
|
|
|
49941
|
+
.e-de-image-property-input {
|
|
49942
|
+
width: 100%;
|
|
49943
|
+
}
|
|
49944
|
+
|
|
49945
|
+
.e-de-cell-margin-input {
|
|
49946
|
+
width: 48px;
|
|
49947
|
+
}
|
|
49948
|
+
|
|
49949
|
+
.e-de-border-style-svg {
|
|
49950
|
+
width: 98%;
|
|
49951
|
+
}
|
|
49952
|
+
|
|
49953
|
+
.e-de-cell-margin-textbox {
|
|
49954
|
+
width: 100%;
|
|
49955
|
+
}
|
|
49956
|
+
|
|
49957
|
+
.e-de-gallery-normal {
|
|
49958
|
+
font-family: Calibri;
|
|
49959
|
+
font-size: 11pt;
|
|
49960
|
+
}
|
|
49961
|
+
|
|
49962
|
+
.e-de-gallery-heading1 {
|
|
49963
|
+
font-family: "Calibri Light";
|
|
49964
|
+
font-size: 16pt;
|
|
49965
|
+
color: rgb(47, 84, 150);
|
|
49966
|
+
font-weight: bold;
|
|
49967
|
+
}
|
|
49968
|
+
|
|
49937
49969
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
49938
49970
|
margin-top: 0;
|
|
49939
49971
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
@@ -64681,7 +64713,6 @@ ejs-filemanager {
|
|
|
64681
64713
|
}
|
|
64682
64714
|
.e-progress-btn.e-progress-active {
|
|
64683
64715
|
overflow: hidden;
|
|
64684
|
-
pointer-events: none;
|
|
64685
64716
|
}
|
|
64686
64717
|
.e-progress-btn.e-progress-active .e-progress {
|
|
64687
64718
|
opacity: 1;
|
|
@@ -65153,6 +65184,7 @@ ejs-filemanager {
|
|
|
65153
65184
|
position: relative;
|
|
65154
65185
|
}
|
|
65155
65186
|
.e-richtexteditor .e-rte-container {
|
|
65187
|
+
position: relative;
|
|
65156
65188
|
display: -ms-flexbox;
|
|
65157
65189
|
display: flex;
|
|
65158
65190
|
-ms-flex-direction: column;
|