@syncfusion/ej2-bootstrap4-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.
@@ -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
  }
@@ -2017,6 +2017,27 @@ label[for*=_wholeWord_e-de-rtl] {
2017
2017
  display: -ms-flexbox;
2018
2018
  display: flex;
2019
2019
  }
2020
+ .e-de-loading-dots::after {
2021
+ content: "";
2022
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
2023
+ }
2024
+ @keyframes e-de-loading-dots-animation {
2025
+ 0% {
2026
+ content: "";
2027
+ }
2028
+ 25% {
2029
+ content: ".";
2030
+ }
2031
+ 50% {
2032
+ content: "..";
2033
+ }
2034
+ 75% {
2035
+ content: "...";
2036
+ }
2037
+ 100% {
2038
+ content: "";
2039
+ }
2040
+ }
2020
2041
  .e-dlg-spellcheck-listitem {
2021
2042
  font-size: 15px !important;
2022
2043
  }
@@ -2017,6 +2017,27 @@ label[for*=_wholeWord_e-de-rtl] {
2017
2017
  display: -ms-flexbox;
2018
2018
  display: flex;
2019
2019
  }
2020
+ .e-de-loading-dots::after {
2021
+ content: "";
2022
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
2023
+ }
2024
+ @keyframes e-de-loading-dots-animation {
2025
+ 0% {
2026
+ content: "";
2027
+ }
2028
+ 25% {
2029
+ content: ".";
2030
+ }
2031
+ 50% {
2032
+ content: "..";
2033
+ }
2034
+ 75% {
2035
+ content: "...";
2036
+ }
2037
+ 100% {
2038
+ content: "";
2039
+ }
2040
+ }
2020
2041
  .e-dlg-spellcheck-listitem {
2021
2042
  font-size: 15px !important;
2022
2043
  }
@@ -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
 
@@ -3732,7 +3732,7 @@
3732
3732
  background: #e6e6e6;
3733
3733
  color: #333;
3734
3734
  }
3735
- .e-grid td:hover.e-cellselectionbackground {
3735
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3736
3736
  background: rgb(173, 181, 189);
3737
3737
  }
3738
3738
  .e-grid .e-filterbarcell,
@@ -3732,7 +3732,7 @@
3732
3732
  background: #e6e6e6;
3733
3733
  color: #333;
3734
3734
  }
3735
- .e-grid td:hover.e-cellselectionbackground {
3735
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3736
3736
  background: rgb(173, 181, 189);
3737
3737
  }
3738
3738
  .e-grid .e-filterbarcell,
@@ -25,6 +25,7 @@ $inline-ai-assist-send-font-size: 14px !default;
25
25
  $inline-ai-assist-popup-border: 1px solid $gray-400 !default;
26
26
  $inline-ai-assist-response-text-color: $msg-color !default;
27
27
  $inline-ai-assist-textarea-placeholder-color: $gray-500 !default;
28
+ $inline-ai-assist-textarea-color: $msg-color !default;
28
29
  $inline-ai-assist-footer-focused-border-color: rgba(97, 97, 97, 1) !default;
29
30
  $inline-ai-assist-send-color: $gray-600 !default;
30
31
  $inline-ai-assist-send-disabled-color: $gray-600 !default;
@@ -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 {
@@ -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: 30px;
134
+ max-height: 30px;
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: #212529;
263
264
  }
265
+ .e-inlineaiassist .e-assist-textarea {
266
+ color: #212529;
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: 30px;
134
+ max-height: 30px;
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: #212529;
263
264
  }
265
+ .e-inlineaiassist .e-assist-textarea {
266
+ color: #212529;
267
+ }
264
268
  .e-inlineaiassist .e-toolbar-item::after {
265
269
  background-color: transparent;
266
270
  }
@@ -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')
@@ -1066,8 +1066,8 @@
1066
1066
  color: rgba(255, 255, 255, 0.8) !important;
1067
1067
  color: #495057 !important;
1068
1068
  }
1069
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
1070
- box-shadow: none !important;
1069
+ .e-pivotview .e-grid th.e-leftfreeze {
1070
+ border-left-width: 0 !important;
1071
1071
  }
1072
1072
  .e-pivotview .e-grid .e-pivot-content-loader {
1073
1073
  position: absolute;
@@ -1066,8 +1066,8 @@
1066
1066
  color: rgba(255, 255, 255, 0.8) !important;
1067
1067
  color: #495057 !important;
1068
1068
  }
1069
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
1070
- box-shadow: none !important;
1069
+ .e-pivotview .e-grid th.e-leftfreeze {
1070
+ border-left-width: 0 !important;
1071
1071
  }
1072
1072
  .e-pivotview .e-grid .e-pivot-content-loader {
1073
1073
  position: absolute;