@syncfusion/ej2-material3-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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-material3-theme",
3
- "version": "34.1.30",
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-theme@34.1.30"
19
+ "_id": "@syncfusion/ej2-material3-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;
@@ -48766,6 +48766,28 @@ label[for*=_wholeWord_e-de-rtl] {
48766
48766
  display: flex;
48767
48767
  }
48768
48768
 
48769
+ .e-de-loading-dots::after {
48770
+ content: "";
48771
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
48772
+ }
48773
+
48774
+ @keyframes e-de-loading-dots-animation {
48775
+ 0% {
48776
+ content: "";
48777
+ }
48778
+ 25% {
48779
+ content: ".";
48780
+ }
48781
+ 50% {
48782
+ content: "..";
48783
+ }
48784
+ 75% {
48785
+ content: "...";
48786
+ }
48787
+ 100% {
48788
+ content: "";
48789
+ }
48790
+ }
48769
48791
  .e-dlg-spellcheck-listitem {
48770
48792
  font-size: 15px !important;
48771
48793
  }
@@ -59289,7 +59311,7 @@ li.e-separator.e-menu-item.e-excel-separator {
59289
59311
  background: rgba(var(--color-sf-primary-container), 0.65);
59290
59312
  color: rgba(var(--color-sf-primary-container));
59291
59313
  }
59292
- .e-grid td:hover.e-cellselectionbackground {
59314
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
59293
59315
  background: rgb(222, 215, 233);
59294
59316
  }
59295
59317
  .e-grid td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
@@ -85729,8 +85751,8 @@ span.e-pv-redaction-opactity-value {
85729
85751
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
85730
85752
  color: rgba(var(--color-sf-on-surface-variant)) !important;
85731
85753
  }
85732
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
85733
- box-shadow: none !important;
85754
+ .e-pivotview .e-grid th.e-leftfreeze {
85755
+ border-left-width: 0 !important;
85734
85756
  }
85735
85757
  .e-pivotview .e-grid .e-pivot-content-loader {
85736
85758
  position: absolute;
@@ -108838,6 +108860,7 @@ span.e-pv-redaction-opactity-value {
108838
108860
  }
108839
108861
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
108840
108862
  min-width: 32px;
108863
+ max-height: 32px;
108841
108864
  }
108842
108865
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
108843
108866
  margin-right: 0;
@@ -108970,6 +108993,9 @@ span.e-pv-redaction-opactity-value {
108970
108993
  .e-inlineaiassist .e-response-text {
108971
108994
  color: rgba(var(--color-sf-on-surface));
108972
108995
  }
108996
+ .e-inlineaiassist .e-assist-textarea {
108997
+ color: rgba(var(--color-sf-on-surface));
108998
+ }
108973
108999
  .e-inlineaiassist .e-toolbar-item::after {
108974
109000
  background-color: transparent;
108975
109001
  }
@@ -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
  }
@@ -1973,6 +1973,27 @@ label[for*=_wholeWord_e-de-rtl] {
1973
1973
  display: -ms-flexbox;
1974
1974
  display: flex;
1975
1975
  }
1976
+ .e-de-loading-dots::after {
1977
+ content: "";
1978
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1979
+ }
1980
+ @keyframes e-de-loading-dots-animation {
1981
+ 0% {
1982
+ content: "";
1983
+ }
1984
+ 25% {
1985
+ content: ".";
1986
+ }
1987
+ 50% {
1988
+ content: "..";
1989
+ }
1990
+ 75% {
1991
+ content: "...";
1992
+ }
1993
+ 100% {
1994
+ content: "";
1995
+ }
1996
+ }
1976
1997
  .e-dlg-spellcheck-listitem {
1977
1998
  font-size: 15px !important;
1978
1999
  }
@@ -1973,6 +1973,27 @@ label[for*=_wholeWord_e-de-rtl] {
1973
1973
  display: -ms-flexbox;
1974
1974
  display: flex;
1975
1975
  }
1976
+ .e-de-loading-dots::after {
1977
+ content: "";
1978
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1979
+ }
1980
+ @keyframes e-de-loading-dots-animation {
1981
+ 0% {
1982
+ content: "";
1983
+ }
1984
+ 25% {
1985
+ content: ".";
1986
+ }
1987
+ 50% {
1988
+ content: "..";
1989
+ }
1990
+ 75% {
1991
+ content: "...";
1992
+ }
1993
+ 100% {
1994
+ content: "";
1995
+ }
1996
+ }
1976
1997
  .e-dlg-spellcheck-listitem {
1977
1998
  font-size: 15px !important;
1978
1999
  }
@@ -585,7 +585,7 @@
585
585
  color: $grid-cell-selection-color;
586
586
  }
587
587
 
588
- td:hover.e-cellselectionbackground {
588
+ &.e-gridhover td:hover.e-cellselectionbackground {
589
589
  background: $grid-cell-selection-hover-bg-color;
590
590
  }
591
591
 
@@ -3785,7 +3785,7 @@
3785
3785
  background: rgba(var(--color-sf-primary-container), 0.65);
3786
3786
  color: rgba(var(--color-sf-primary-container));
3787
3787
  }
3788
- .e-grid td:hover.e-cellselectionbackground {
3788
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3789
3789
  background: rgb(222, 215, 233);
3790
3790
  }
3791
3791
  .e-grid td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
@@ -3785,7 +3785,7 @@
3785
3785
  background: rgba(var(--color-sf-primary-container), 0.65);
3786
3786
  color: rgba(var(--color-sf-primary-container));
3787
3787
  }
3788
- .e-grid td:hover.e-cellselectionbackground {
3788
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3789
3789
  background: rgb(222, 215, 233);
3790
3790
  }
3791
3791
  .e-grid td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
@@ -121,6 +121,7 @@
121
121
  max-width: $inline-ai-assist-footer-tbar-min-height;
122
122
  .e-btn-icon {
123
123
  min-width: $inline-ai-assist-footer-tbar-min-height;
124
+ max-height: $inline-ai-assist-footer-tbar-min-height;
124
125
  }
125
126
  }
126
127
  .e-toolbar-right .e-toolbar-item:last-child {
@@ -25,6 +25,7 @@ $inline-ai-assist-send-font-size: 18px !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;
@@ -10,6 +10,10 @@
10
10
  color: $inline-ai-assist-response-text-color;
11
11
  }
12
12
 
13
+ .e-assist-textarea {
14
+ color: $inline-ai-assist-textarea-color;
15
+ }
16
+
13
17
  .e-toolbar-item::after {
14
18
  background-color: transparent;
15
19
  }
@@ -131,6 +131,7 @@
131
131
  }
132
132
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
133
133
  min-width: 32px;
134
+ max-height: 32px;
134
135
  }
135
136
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
136
137
  margin-right: 0;
@@ -261,6 +262,9 @@
261
262
  .e-inlineaiassist .e-response-text {
262
263
  color: rgba(var(--color-sf-on-surface));
263
264
  }
265
+ .e-inlineaiassist .e-assist-textarea {
266
+ color: rgba(var(--color-sf-on-surface));
267
+ }
264
268
  .e-inlineaiassist .e-toolbar-item::after {
265
269
  background-color: transparent;
266
270
  }
@@ -131,6 +131,7 @@
131
131
  }
132
132
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
133
133
  min-width: 32px;
134
+ max-height: 32px;
134
135
  }
135
136
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
136
137
  margin-right: 0;
@@ -261,6 +262,9 @@
261
262
  .e-inlineaiassist .e-response-text {
262
263
  color: rgba(var(--color-sf-on-surface));
263
264
  }
265
+ .e-inlineaiassist .e-assist-textarea {
266
+ color: rgba(var(--color-sf-on-surface));
267
+ }
264
268
  .e-inlineaiassist .e-toolbar-item::after {
265
269
  background-color: transparent;
266
270
  }
@@ -48766,6 +48766,28 @@ label[for*=_wholeWord_e-de-rtl] {
48766
48766
  display: flex;
48767
48767
  }
48768
48768
 
48769
+ .e-de-loading-dots::after {
48770
+ content: "";
48771
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
48772
+ }
48773
+
48774
+ @keyframes e-de-loading-dots-animation {
48775
+ 0% {
48776
+ content: "";
48777
+ }
48778
+ 25% {
48779
+ content: ".";
48780
+ }
48781
+ 50% {
48782
+ content: "..";
48783
+ }
48784
+ 75% {
48785
+ content: "...";
48786
+ }
48787
+ 100% {
48788
+ content: "";
48789
+ }
48790
+ }
48769
48791
  .e-dlg-spellcheck-listitem {
48770
48792
  font-size: 15px !important;
48771
48793
  }
@@ -59289,7 +59311,7 @@ li.e-separator.e-menu-item.e-excel-separator {
59289
59311
  background: rgba(var(--color-sf-primary-container), 0.65);
59290
59312
  color: rgba(var(--color-sf-primary-container));
59291
59313
  }
59292
- .e-grid td:hover.e-cellselectionbackground {
59314
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
59293
59315
  background: rgb(222, 215, 233);
59294
59316
  }
59295
59317
  .e-grid td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
@@ -85729,8 +85751,8 @@ span.e-pv-redaction-opactity-value {
85729
85751
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
85730
85752
  color: rgba(var(--color-sf-on-surface-variant)) !important;
85731
85753
  }
85732
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
85733
- box-shadow: none !important;
85754
+ .e-pivotview .e-grid th.e-leftfreeze {
85755
+ border-left-width: 0 !important;
85734
85756
  }
85735
85757
  .e-pivotview .e-grid .e-pivot-content-loader {
85736
85758
  position: absolute;
@@ -108838,6 +108860,7 @@ span.e-pv-redaction-opactity-value {
108838
108860
  }
108839
108861
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
108840
108862
  min-width: 32px;
108863
+ max-height: 32px;
108841
108864
  }
108842
108865
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
108843
108866
  margin-right: 0;
@@ -108970,6 +108993,9 @@ span.e-pv-redaction-opactity-value {
108970
108993
  .e-inlineaiassist .e-response-text {
108971
108994
  color: rgba(var(--color-sf-on-surface));
108972
108995
  }
108996
+ .e-inlineaiassist .e-assist-textarea {
108997
+ color: rgba(var(--color-sf-on-surface));
108998
+ }
108973
108999
  .e-inlineaiassist .e-toolbar-item::after {
108974
109000
  background-color: transparent;
108975
109001
  }
@@ -383,8 +383,8 @@
383
383
 
384
384
  .e-grid {
385
385
 
386
- th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
387
- box-shadow: none !important;
386
+ th.e-leftfreeze {
387
+ border-left-width: 0 !important;
388
388
  }
389
389
 
390
390
  @if ($skin-name == 'bootstrap5.3')
@@ -1046,8 +1046,8 @@
1046
1046
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
1047
1047
  color: rgba(var(--color-sf-on-surface-variant)) !important;
1048
1048
  }
1049
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
1050
- box-shadow: none !important;
1049
+ .e-pivotview .e-grid th.e-leftfreeze {
1050
+ border-left-width: 0 !important;
1051
1051
  }
1052
1052
  .e-pivotview .e-grid .e-pivot-content-loader {
1053
1053
  position: absolute;
@@ -1046,8 +1046,8 @@
1046
1046
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
1047
1047
  color: rgba(var(--color-sf-on-surface-variant)) !important;
1048
1048
  }
1049
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
1050
- box-shadow: none !important;
1049
+ .e-pivotview .e-grid th.e-leftfreeze {
1050
+ border-left-width: 0 !important;
1051
1051
  }
1052
1052
  .e-pivotview .e-grid .e-pivot-content-loader {
1053
1053
  position: absolute;