@syncfusion/ej2-tailwind-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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-tailwind-dark-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-tailwind-dark-theme@34.1.30"
19
+ "_id": "@syncfusion/ej2-tailwind-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;
@@ -39447,6 +39447,28 @@ label[for*=_wholeWord_e-de-rtl] {
39447
39447
  display: flex;
39448
39448
  }
39449
39449
 
39450
+ .e-de-loading-dots::after {
39451
+ content: "";
39452
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
39453
+ }
39454
+
39455
+ @keyframes e-de-loading-dots-animation {
39456
+ 0% {
39457
+ content: "";
39458
+ }
39459
+ 25% {
39460
+ content: ".";
39461
+ }
39462
+ 50% {
39463
+ content: "..";
39464
+ }
39465
+ 75% {
39466
+ content: "...";
39467
+ }
39468
+ 100% {
39469
+ content: "";
39470
+ }
39471
+ }
39450
39472
  .e-dlg-spellcheck-listitem {
39451
39473
  font-size: 15px !important;
39452
39474
  }
@@ -50009,7 +50031,7 @@ li.e-separator.e-menu-item.e-excel-separator {
50009
50031
  background: #6b7280;
50010
50032
  color: #6b7280;
50011
50033
  }
50012
- .e-grid td:hover.e-cellselectionbackground {
50034
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
50013
50035
  background: #d1d5db;
50014
50036
  }
50015
50037
  .e-grid .e-filterbarcell,
@@ -76083,8 +76105,8 @@ span.e-pv-redaction-opactity-value {
76083
76105
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
76084
76106
  color: #d1d5db !important;
76085
76107
  }
76086
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
76087
- box-shadow: none !important;
76108
+ .e-pivotview .e-grid th.e-leftfreeze {
76109
+ border-left-width: 0 !important;
76088
76110
  }
76089
76111
  .e-pivotview .e-grid .e-pivot-content-loader {
76090
76112
  position: absolute;
@@ -99030,6 +99052,7 @@ span.e-pv-redaction-opactity-value {
99030
99052
  }
99031
99053
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
99032
99054
  min-width: 30px;
99055
+ max-height: 30px;
99033
99056
  }
99034
99057
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
99035
99058
  margin-right: 0;
@@ -99162,6 +99185,9 @@ span.e-pv-redaction-opactity-value {
99162
99185
  .e-inlineaiassist .e-response-text {
99163
99186
  color: #fff;
99164
99187
  }
99188
+ .e-inlineaiassist .e-assist-textarea {
99189
+ color: #fff;
99190
+ }
99165
99191
  .e-inlineaiassist .e-toolbar-item::after {
99166
99192
  background-color: transparent;
99167
99193
  }
@@ -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
  }
@@ -2002,6 +2002,27 @@ label[for*=_wholeWord_e-de-rtl] {
2002
2002
  display: -ms-flexbox;
2003
2003
  display: flex;
2004
2004
  }
2005
+ .e-de-loading-dots::after {
2006
+ content: "";
2007
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
2008
+ }
2009
+ @keyframes e-de-loading-dots-animation {
2010
+ 0% {
2011
+ content: "";
2012
+ }
2013
+ 25% {
2014
+ content: ".";
2015
+ }
2016
+ 50% {
2017
+ content: "..";
2018
+ }
2019
+ 75% {
2020
+ content: "...";
2021
+ }
2022
+ 100% {
2023
+ content: "";
2024
+ }
2025
+ }
2005
2026
  .e-dlg-spellcheck-listitem {
2006
2027
  font-size: 15px !important;
2007
2028
  }
@@ -2002,6 +2002,27 @@ label[for*=_wholeWord_e-de-rtl] {
2002
2002
  display: -ms-flexbox;
2003
2003
  display: flex;
2004
2004
  }
2005
+ .e-de-loading-dots::after {
2006
+ content: "";
2007
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
2008
+ }
2009
+ @keyframes e-de-loading-dots-animation {
2010
+ 0% {
2011
+ content: "";
2012
+ }
2013
+ 25% {
2014
+ content: ".";
2015
+ }
2016
+ 50% {
2017
+ content: "..";
2018
+ }
2019
+ 75% {
2020
+ content: "...";
2021
+ }
2022
+ 100% {
2023
+ content: "";
2024
+ }
2025
+ }
2005
2026
  .e-dlg-spellcheck-listitem {
2006
2027
  font-size: 15px !important;
2007
2028
  }
@@ -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
 
@@ -3409,7 +3409,7 @@
3409
3409
  background: #6b7280;
3410
3410
  color: #6b7280;
3411
3411
  }
3412
- .e-grid td:hover.e-cellselectionbackground {
3412
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3413
3413
  background: #374151;
3414
3414
  }
3415
3415
  .e-grid .e-filterbarcell,
@@ -3409,7 +3409,7 @@
3409
3409
  background: #6b7280;
3410
3410
  color: #6b7280;
3411
3411
  }
3412
- .e-grid td:hover.e-cellselectionbackground {
3412
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3413
3413
  background: #374151;
3414
3414
  }
3415
3415
  .e-grid .e-filterbarcell,
@@ -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: 14px !default;
25
25
  $inline-ai-assist-popup-border: 1px solid $border-light !default;
26
26
  $inline-ai-assist-response-text-color: $content-text-color !default;
27
27
  $inline-ai-assist-textarea-placeholder-color: $placeholder-text-color !default;
28
+ $inline-ai-assist-textarea-color: $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-focus !default;
30
31
  $inline-ai-assist-send-disabled-color: $secondary-text-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
  }
@@ -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: 30px;
122
+ max-height: 30px;
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: #fff;
251
252
  }
253
+ .e-inlineaiassist .e-assist-textarea {
254
+ color: #fff;
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: 30px;
122
+ max-height: 30px;
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: #fff;
251
252
  }
253
+ .e-inlineaiassist .e-assist-textarea {
254
+ color: #fff;
255
+ }
252
256
  .e-inlineaiassist .e-toolbar-item::after {
253
257
  background-color: transparent;
254
258
  }
@@ -39447,6 +39447,28 @@ label[for*=_wholeWord_e-de-rtl] {
39447
39447
  display: flex;
39448
39448
  }
39449
39449
 
39450
+ .e-de-loading-dots::after {
39451
+ content: "";
39452
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
39453
+ }
39454
+
39455
+ @keyframes e-de-loading-dots-animation {
39456
+ 0% {
39457
+ content: "";
39458
+ }
39459
+ 25% {
39460
+ content: ".";
39461
+ }
39462
+ 50% {
39463
+ content: "..";
39464
+ }
39465
+ 75% {
39466
+ content: "...";
39467
+ }
39468
+ 100% {
39469
+ content: "";
39470
+ }
39471
+ }
39450
39472
  .e-dlg-spellcheck-listitem {
39451
39473
  font-size: 15px !important;
39452
39474
  }
@@ -50009,7 +50031,7 @@ li.e-separator.e-menu-item.e-excel-separator {
50009
50031
  background: #6b7280;
50010
50032
  color: #6b7280;
50011
50033
  }
50012
- .e-grid td:hover.e-cellselectionbackground {
50034
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
50013
50035
  background: #d1d5db;
50014
50036
  }
50015
50037
  .e-grid .e-filterbarcell,
@@ -76083,8 +76105,8 @@ span.e-pv-redaction-opactity-value {
76083
76105
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
76084
76106
  color: #d1d5db !important;
76085
76107
  }
76086
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
76087
- box-shadow: none !important;
76108
+ .e-pivotview .e-grid th.e-leftfreeze {
76109
+ border-left-width: 0 !important;
76088
76110
  }
76089
76111
  .e-pivotview .e-grid .e-pivot-content-loader {
76090
76112
  position: absolute;
@@ -99030,6 +99052,7 @@ span.e-pv-redaction-opactity-value {
99030
99052
  }
99031
99053
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
99032
99054
  min-width: 30px;
99055
+ max-height: 30px;
99033
99056
  }
99034
99057
  .e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
99035
99058
  margin-right: 0;
@@ -99162,6 +99185,9 @@ span.e-pv-redaction-opactity-value {
99162
99185
  .e-inlineaiassist .e-response-text {
99163
99186
  color: #fff;
99164
99187
  }
99188
+ .e-inlineaiassist .e-assist-textarea {
99189
+ color: #fff;
99190
+ }
99165
99191
  .e-inlineaiassist .e-toolbar-item::after {
99166
99192
  background-color: transparent;
99167
99193
  }
@@ -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')
@@ -1037,8 +1037,8 @@
1037
1037
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
1038
1038
  color: #d1d5db !important;
1039
1039
  }
1040
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
1041
- box-shadow: none !important;
1040
+ .e-pivotview .e-grid th.e-leftfreeze {
1041
+ border-left-width: 0 !important;
1042
1042
  }
1043
1043
  .e-pivotview .e-grid .e-pivot-content-loader {
1044
1044
  position: absolute;
@@ -1037,8 +1037,8 @@
1037
1037
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
1038
1038
  color: #d1d5db !important;
1039
1039
  }
1040
- .e-pivotview .e-grid th.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
1041
- box-shadow: none !important;
1040
+ .e-pivotview .e-grid th.e-leftfreeze {
1041
+ border-left-width: 0 !important;
1042
1042
  }
1043
1043
  .e-pivotview .e-grid .e-pivot-content-loader {
1044
1044
  position: absolute;