@syncfusion/ej2-material3-dark-theme 34.1.30 → 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/button/_mixin.scss +1 -0
- package/styles/customized/material3-dark.css +29 -3
- 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/grid/_theme.scss +1 -1
- package/styles/grid/grid-lite.css +1 -1
- package/styles/grid/grid.css +1 -1
- package/styles/inline-ai-assist/_layout.scss +1 -0
- package/styles/inline-ai-assist/_material3-dark-definition.scss +1 -0
- package/styles/inline-ai-assist/_theme.scss +4 -0
- package/styles/inline-ai-assist/inline-ai-assist-lite.css +4 -0
- package/styles/inline-ai-assist/inline-ai-assist.css +4 -0
- package/styles/offline-theme/material3-dark.css +29 -3
- package/styles/pivotview/_theme.scss +2 -2
- package/styles/pivotview/pivotview-lite.css +2 -2
- package/styles/pivotview/pivotview.css +2 -2
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.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-material3-dark-theme@34.1.
|
|
19
|
+
"_id": "@syncfusion/ej2-material3-dark-theme@34.1.32"
|
|
20
20
|
}
|
|
@@ -362,6 +362,7 @@
|
|
|
362
362
|
background: $btn-outline-disabled-bgcolor !important; /* stylelint-disable-line declaration-no-important */
|
|
363
363
|
border-color: $btn-outline-disabled-border-color !important; /* stylelint-disable-line declaration-no-important */
|
|
364
364
|
color: $btn-outline-disabled-color !important; /* stylelint-disable-line declaration-no-important */
|
|
365
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
365
366
|
}
|
|
366
367
|
@else if $skin-name == 'tailwind3' {
|
|
367
368
|
border: 1px solid $secondary-border-color-disabled;
|
|
@@ -48716,6 +48716,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
48716
48716
|
display: flex;
|
|
48717
48717
|
}
|
|
48718
48718
|
|
|
48719
|
+
.e-de-loading-dots::after {
|
|
48720
|
+
content: "";
|
|
48721
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
48722
|
+
}
|
|
48723
|
+
|
|
48724
|
+
@keyframes e-de-loading-dots-animation {
|
|
48725
|
+
0% {
|
|
48726
|
+
content: "";
|
|
48727
|
+
}
|
|
48728
|
+
25% {
|
|
48729
|
+
content: ".";
|
|
48730
|
+
}
|
|
48731
|
+
50% {
|
|
48732
|
+
content: "..";
|
|
48733
|
+
}
|
|
48734
|
+
75% {
|
|
48735
|
+
content: "...";
|
|
48736
|
+
}
|
|
48737
|
+
100% {
|
|
48738
|
+
content: "";
|
|
48739
|
+
}
|
|
48740
|
+
}
|
|
48719
48741
|
.e-dlg-spellcheck-listitem {
|
|
48720
48742
|
font-size: 15px !important;
|
|
48721
48743
|
}
|
|
@@ -59240,7 +59262,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
59240
59262
|
background: rgba(var(--color-sf-primary-container), 0.65);
|
|
59241
59263
|
color: rgba(var(--color-sf-primary-container));
|
|
59242
59264
|
}
|
|
59243
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
59265
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
59244
59266
|
background: rgb(74, 61, 104);
|
|
59245
59267
|
}
|
|
59246
59268
|
.e-grid td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
|
|
@@ -85688,8 +85710,8 @@ span.e-pv-redaction-opactity-value {
|
|
|
85688
85710
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
85689
85711
|
color: rgba(var(--color-sf-on-surface-variant)) !important;
|
|
85690
85712
|
}
|
|
85691
|
-
.e-pivotview .e-grid th.e-
|
|
85692
|
-
|
|
85713
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
85714
|
+
border-left-width: 0 !important;
|
|
85693
85715
|
}
|
|
85694
85716
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
85695
85717
|
position: absolute;
|
|
@@ -108803,6 +108825,7 @@ span.e-pv-redaction-opactity-value {
|
|
|
108803
108825
|
}
|
|
108804
108826
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
|
|
108805
108827
|
min-width: 32px;
|
|
108828
|
+
max-height: 32px;
|
|
108806
108829
|
}
|
|
108807
108830
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
|
|
108808
108831
|
margin-right: 0;
|
|
@@ -108935,6 +108958,9 @@ span.e-pv-redaction-opactity-value {
|
|
|
108935
108958
|
.e-inlineaiassist .e-response-text {
|
|
108936
108959
|
color: rgba(var(--color-sf-on-surface));
|
|
108937
108960
|
}
|
|
108961
|
+
.e-inlineaiassist .e-assist-textarea {
|
|
108962
|
+
color: rgba(var(--color-sf-on-surface));
|
|
108963
|
+
}
|
|
108938
108964
|
.e-inlineaiassist .e-toolbar-item::after {
|
|
108939
108965
|
background-color: transparent;
|
|
108940
108966
|
}
|
|
@@ -1383,6 +1383,32 @@
|
|
|
1383
1383
|
margin-bottom: $de-spellcheck-container-gap;
|
|
1384
1384
|
display: flex;
|
|
1385
1385
|
}
|
|
1386
|
+
.e-de-loading-dots::after {
|
|
1387
|
+
content: '';
|
|
1388
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
@keyframes e-de-loading-dots-animation {
|
|
1392
|
+
0% {
|
|
1393
|
+
content: '';
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
25% {
|
|
1397
|
+
content: '.';
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
50% {
|
|
1401
|
+
content: '..';
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
75% {
|
|
1405
|
+
content: '...';
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
100% {
|
|
1409
|
+
content: '';
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1386
1412
|
.e-dlg-spellcheck-listitem {
|
|
1387
1413
|
font-size: $de-spellcheck--listitem-font-size !important;
|
|
1388
1414
|
}
|
|
@@ -1401,6 +1401,27 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1401
1401
|
display: -ms-flexbox;
|
|
1402
1402
|
display: flex;
|
|
1403
1403
|
}
|
|
1404
|
+
.e-de-loading-dots::after {
|
|
1405
|
+
content: "";
|
|
1406
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1407
|
+
}
|
|
1408
|
+
@keyframes e-de-loading-dots-animation {
|
|
1409
|
+
0% {
|
|
1410
|
+
content: "";
|
|
1411
|
+
}
|
|
1412
|
+
25% {
|
|
1413
|
+
content: ".";
|
|
1414
|
+
}
|
|
1415
|
+
50% {
|
|
1416
|
+
content: "..";
|
|
1417
|
+
}
|
|
1418
|
+
75% {
|
|
1419
|
+
content: "...";
|
|
1420
|
+
}
|
|
1421
|
+
100% {
|
|
1422
|
+
content: "";
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1404
1425
|
.e-dlg-spellcheck-listitem {
|
|
1405
1426
|
font-size: 15px !important;
|
|
1406
1427
|
}
|
|
@@ -1401,6 +1401,27 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1401
1401
|
display: -ms-flexbox;
|
|
1402
1402
|
display: flex;
|
|
1403
1403
|
}
|
|
1404
|
+
.e-de-loading-dots::after {
|
|
1405
|
+
content: "";
|
|
1406
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1407
|
+
}
|
|
1408
|
+
@keyframes e-de-loading-dots-animation {
|
|
1409
|
+
0% {
|
|
1410
|
+
content: "";
|
|
1411
|
+
}
|
|
1412
|
+
25% {
|
|
1413
|
+
content: ".";
|
|
1414
|
+
}
|
|
1415
|
+
50% {
|
|
1416
|
+
content: "..";
|
|
1417
|
+
}
|
|
1418
|
+
75% {
|
|
1419
|
+
content: "...";
|
|
1420
|
+
}
|
|
1421
|
+
100% {
|
|
1422
|
+
content: "";
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1404
1425
|
.e-dlg-spellcheck-listitem {
|
|
1405
1426
|
font-size: 15px !important;
|
|
1406
1427
|
}
|
package/styles/grid/_theme.scss
CHANGED
|
@@ -3468,7 +3468,7 @@
|
|
|
3468
3468
|
background: rgba(var(--color-sf-primary-container), 0.65);
|
|
3469
3469
|
color: rgba(var(--color-sf-primary-container));
|
|
3470
3470
|
}
|
|
3471
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
3471
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
3472
3472
|
background: rgb(74, 61, 104);
|
|
3473
3473
|
}
|
|
3474
3474
|
.e-grid td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
|
package/styles/grid/grid.css
CHANGED
|
@@ -3468,7 +3468,7 @@
|
|
|
3468
3468
|
background: rgba(var(--color-sf-primary-container), 0.65);
|
|
3469
3469
|
color: rgba(var(--color-sf-primary-container));
|
|
3470
3470
|
}
|
|
3471
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
3471
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
3472
3472
|
background: rgb(74, 61, 104);
|
|
3473
3473
|
}
|
|
3474
3474
|
.e-grid td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
|
|
@@ -25,6 +25,7 @@ $inline-ai-assist-send-font-size: 14px !default;
|
|
|
25
25
|
$inline-ai-assist-popup-border: 1px solid rgba($border-light) !default;
|
|
26
26
|
$inline-ai-assist-response-text-color: rgba($content-text-color) !default;
|
|
27
27
|
$inline-ai-assist-textarea-placeholder-color: rgba($placeholder-text-color) !default;
|
|
28
|
+
$inline-ai-assist-textarea-color: rgba($content-text-color) !default;
|
|
28
29
|
$inline-ai-assist-footer-focused-border-color: rgba(97, 97, 97, 1) !default;
|
|
29
30
|
$inline-ai-assist-send-color: $secondary-text-color !default;
|
|
30
31
|
$inline-ai-assist-send-disabled-color: $icon-color-disabled !default;
|
|
@@ -119,6 +119,7 @@
|
|
|
119
119
|
}
|
|
120
120
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
|
|
121
121
|
min-width: 32px;
|
|
122
|
+
max-height: 32px;
|
|
122
123
|
}
|
|
123
124
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
|
|
124
125
|
margin-right: 0;
|
|
@@ -249,6 +250,9 @@
|
|
|
249
250
|
.e-inlineaiassist .e-response-text {
|
|
250
251
|
color: rgba(var(--color-sf-on-surface));
|
|
251
252
|
}
|
|
253
|
+
.e-inlineaiassist .e-assist-textarea {
|
|
254
|
+
color: rgba(var(--color-sf-on-surface));
|
|
255
|
+
}
|
|
252
256
|
.e-inlineaiassist .e-toolbar-item::after {
|
|
253
257
|
background-color: transparent;
|
|
254
258
|
}
|
|
@@ -119,6 +119,7 @@
|
|
|
119
119
|
}
|
|
120
120
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
|
|
121
121
|
min-width: 32px;
|
|
122
|
+
max-height: 32px;
|
|
122
123
|
}
|
|
123
124
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
|
|
124
125
|
margin-right: 0;
|
|
@@ -249,6 +250,9 @@
|
|
|
249
250
|
.e-inlineaiassist .e-response-text {
|
|
250
251
|
color: rgba(var(--color-sf-on-surface));
|
|
251
252
|
}
|
|
253
|
+
.e-inlineaiassist .e-assist-textarea {
|
|
254
|
+
color: rgba(var(--color-sf-on-surface));
|
|
255
|
+
}
|
|
252
256
|
.e-inlineaiassist .e-toolbar-item::after {
|
|
253
257
|
background-color: transparent;
|
|
254
258
|
}
|
|
@@ -48716,6 +48716,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
48716
48716
|
display: flex;
|
|
48717
48717
|
}
|
|
48718
48718
|
|
|
48719
|
+
.e-de-loading-dots::after {
|
|
48720
|
+
content: "";
|
|
48721
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
48722
|
+
}
|
|
48723
|
+
|
|
48724
|
+
@keyframes e-de-loading-dots-animation {
|
|
48725
|
+
0% {
|
|
48726
|
+
content: "";
|
|
48727
|
+
}
|
|
48728
|
+
25% {
|
|
48729
|
+
content: ".";
|
|
48730
|
+
}
|
|
48731
|
+
50% {
|
|
48732
|
+
content: "..";
|
|
48733
|
+
}
|
|
48734
|
+
75% {
|
|
48735
|
+
content: "...";
|
|
48736
|
+
}
|
|
48737
|
+
100% {
|
|
48738
|
+
content: "";
|
|
48739
|
+
}
|
|
48740
|
+
}
|
|
48719
48741
|
.e-dlg-spellcheck-listitem {
|
|
48720
48742
|
font-size: 15px !important;
|
|
48721
48743
|
}
|
|
@@ -59240,7 +59262,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
59240
59262
|
background: rgba(var(--color-sf-primary-container), 0.65);
|
|
59241
59263
|
color: rgba(var(--color-sf-primary-container));
|
|
59242
59264
|
}
|
|
59243
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
59265
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
59244
59266
|
background: rgb(74, 61, 104);
|
|
59245
59267
|
}
|
|
59246
59268
|
.e-grid td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
|
|
@@ -85688,8 +85710,8 @@ span.e-pv-redaction-opactity-value {
|
|
|
85688
85710
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
85689
85711
|
color: rgba(var(--color-sf-on-surface-variant)) !important;
|
|
85690
85712
|
}
|
|
85691
|
-
.e-pivotview .e-grid th.e-
|
|
85692
|
-
|
|
85713
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
85714
|
+
border-left-width: 0 !important;
|
|
85693
85715
|
}
|
|
85694
85716
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
85695
85717
|
position: absolute;
|
|
@@ -108803,6 +108825,7 @@ span.e-pv-redaction-opactity-value {
|
|
|
108803
108825
|
}
|
|
108804
108826
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
|
|
108805
108827
|
min-width: 32px;
|
|
108828
|
+
max-height: 32px;
|
|
108806
108829
|
}
|
|
108807
108830
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
|
|
108808
108831
|
margin-right: 0;
|
|
@@ -108935,6 +108958,9 @@ span.e-pv-redaction-opactity-value {
|
|
|
108935
108958
|
.e-inlineaiassist .e-response-text {
|
|
108936
108959
|
color: rgba(var(--color-sf-on-surface));
|
|
108937
108960
|
}
|
|
108961
|
+
.e-inlineaiassist .e-assist-textarea {
|
|
108962
|
+
color: rgba(var(--color-sf-on-surface));
|
|
108963
|
+
}
|
|
108938
108964
|
.e-inlineaiassist .e-toolbar-item::after {
|
|
108939
108965
|
background-color: transparent;
|
|
108940
108966
|
}
|
|
@@ -914,8 +914,8 @@
|
|
|
914
914
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
915
915
|
color: rgba(var(--color-sf-on-surface-variant)) !important;
|
|
916
916
|
}
|
|
917
|
-
.e-pivotview .e-grid th.e-
|
|
918
|
-
|
|
917
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
918
|
+
border-left-width: 0 !important;
|
|
919
919
|
}
|
|
920
920
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
921
921
|
position: absolute;
|
|
@@ -914,8 +914,8 @@
|
|
|
914
914
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
915
915
|
color: rgba(var(--color-sf-on-surface-variant)) !important;
|
|
916
916
|
}
|
|
917
|
-
.e-pivotview .e-grid th.e-
|
|
918
|
-
|
|
917
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
918
|
+
border-left-width: 0 !important;
|
|
919
919
|
}
|
|
920
920
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
921
921
|
position: absolute;
|