@syncfusion/ej2-tailwind3-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/tailwind3-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/_tailwind3-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/tailwind3-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-tailwind3-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-tailwind3-dark-theme@34.1.
|
|
19
|
+
"_id": "@syncfusion/ej2-tailwind3-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;
|
|
@@ -44234,6 +44234,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
44234
44234
|
display: flex;
|
|
44235
44235
|
}
|
|
44236
44236
|
|
|
44237
|
+
.e-de-loading-dots::after {
|
|
44238
|
+
content: "";
|
|
44239
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
44240
|
+
}
|
|
44241
|
+
|
|
44242
|
+
@keyframes e-de-loading-dots-animation {
|
|
44243
|
+
0% {
|
|
44244
|
+
content: "";
|
|
44245
|
+
}
|
|
44246
|
+
25% {
|
|
44247
|
+
content: ".";
|
|
44248
|
+
}
|
|
44249
|
+
50% {
|
|
44250
|
+
content: "..";
|
|
44251
|
+
}
|
|
44252
|
+
75% {
|
|
44253
|
+
content: "...";
|
|
44254
|
+
}
|
|
44255
|
+
100% {
|
|
44256
|
+
content: "";
|
|
44257
|
+
}
|
|
44258
|
+
}
|
|
44237
44259
|
.e-dlg-spellcheck-listitem {
|
|
44238
44260
|
font-size: 15px !important;
|
|
44239
44261
|
}
|
|
@@ -54651,7 +54673,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
54651
54673
|
background: var(--color-sf-table-bg-color-selected);
|
|
54652
54674
|
color: var(--color-sf-content-bg-color-selected);
|
|
54653
54675
|
}
|
|
54654
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
54676
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
54655
54677
|
background: var(--color-sf-content-bg-color-alt5);
|
|
54656
54678
|
}
|
|
54657
54679
|
.e-grid .e-filterbarcell,
|
|
@@ -80814,8 +80836,8 @@ span.e-pv-redaction-opactity-value {
|
|
|
80814
80836
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
80815
80837
|
color: var(--color-sf-white) !important;
|
|
80816
80838
|
}
|
|
80817
|
-
.e-pivotview .e-grid th.e-
|
|
80818
|
-
|
|
80839
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
80840
|
+
border-left-width: 0 !important;
|
|
80819
80841
|
}
|
|
80820
80842
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
80821
80843
|
position: absolute;
|
|
@@ -104020,6 +104042,7 @@ span.e-pv-redaction-opactity-value {
|
|
|
104020
104042
|
}
|
|
104021
104043
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
|
|
104022
104044
|
min-width: 32px;
|
|
104045
|
+
max-height: 32px;
|
|
104023
104046
|
}
|
|
104024
104047
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
|
|
104025
104048
|
margin-right: 0;
|
|
@@ -104152,6 +104175,9 @@ span.e-pv-redaction-opactity-value {
|
|
|
104152
104175
|
.e-inlineaiassist .e-response-text {
|
|
104153
104176
|
color: var(--color-sf-flyout-text-color);
|
|
104154
104177
|
}
|
|
104178
|
+
.e-inlineaiassist .e-assist-textarea {
|
|
104179
|
+
color: var(--color-sf-content-text-color);
|
|
104180
|
+
}
|
|
104155
104181
|
.e-inlineaiassist .e-toolbar-item::after {
|
|
104156
104182
|
background-color: transparent;
|
|
104157
104183
|
}
|
|
@@ -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
|
}
|
|
@@ -1960,6 +1960,27 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1960
1960
|
display: -ms-flexbox;
|
|
1961
1961
|
display: flex;
|
|
1962
1962
|
}
|
|
1963
|
+
.e-de-loading-dots::after {
|
|
1964
|
+
content: "";
|
|
1965
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1966
|
+
}
|
|
1967
|
+
@keyframes e-de-loading-dots-animation {
|
|
1968
|
+
0% {
|
|
1969
|
+
content: "";
|
|
1970
|
+
}
|
|
1971
|
+
25% {
|
|
1972
|
+
content: ".";
|
|
1973
|
+
}
|
|
1974
|
+
50% {
|
|
1975
|
+
content: "..";
|
|
1976
|
+
}
|
|
1977
|
+
75% {
|
|
1978
|
+
content: "...";
|
|
1979
|
+
}
|
|
1980
|
+
100% {
|
|
1981
|
+
content: "";
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1963
1984
|
.e-dlg-spellcheck-listitem {
|
|
1964
1985
|
font-size: 15px !important;
|
|
1965
1986
|
}
|
|
@@ -1960,6 +1960,27 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1960
1960
|
display: -ms-flexbox;
|
|
1961
1961
|
display: flex;
|
|
1962
1962
|
}
|
|
1963
|
+
.e-de-loading-dots::after {
|
|
1964
|
+
content: "";
|
|
1965
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1966
|
+
}
|
|
1967
|
+
@keyframes e-de-loading-dots-animation {
|
|
1968
|
+
0% {
|
|
1969
|
+
content: "";
|
|
1970
|
+
}
|
|
1971
|
+
25% {
|
|
1972
|
+
content: ".";
|
|
1973
|
+
}
|
|
1974
|
+
50% {
|
|
1975
|
+
content: "..";
|
|
1976
|
+
}
|
|
1977
|
+
75% {
|
|
1978
|
+
content: "...";
|
|
1979
|
+
}
|
|
1980
|
+
100% {
|
|
1981
|
+
content: "";
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1963
1984
|
.e-dlg-spellcheck-listitem {
|
|
1964
1985
|
font-size: 15px !important;
|
|
1965
1986
|
}
|
package/styles/grid/_theme.scss
CHANGED
|
@@ -3734,7 +3734,7 @@
|
|
|
3734
3734
|
background: var(--color-sf-table-bg-color-selected);
|
|
3735
3735
|
color: var(--color-sf-content-bg-color-selected);
|
|
3736
3736
|
}
|
|
3737
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
3737
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
3738
3738
|
background: var(--color-sf-content-bg-color-alt5);
|
|
3739
3739
|
}
|
|
3740
3740
|
.e-grid .e-filterbarcell,
|
package/styles/grid/grid.css
CHANGED
|
@@ -3734,7 +3734,7 @@
|
|
|
3734
3734
|
background: var(--color-sf-table-bg-color-selected);
|
|
3735
3735
|
color: var(--color-sf-content-bg-color-selected);
|
|
3736
3736
|
}
|
|
3737
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
3737
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
3738
3738
|
background: var(--color-sf-content-bg-color-alt5);
|
|
3739
3739
|
}
|
|
3740
3740
|
.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 $border !default;
|
|
26
26
|
$inline-ai-assist-response-text-color: $flyout-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;
|
|
@@ -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: var(--color-sf-flyout-text-color);
|
|
263
264
|
}
|
|
265
|
+
.e-inlineaiassist .e-assist-textarea {
|
|
266
|
+
color: var(--color-sf-content-text-color);
|
|
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: var(--color-sf-flyout-text-color);
|
|
263
264
|
}
|
|
265
|
+
.e-inlineaiassist .e-assist-textarea {
|
|
266
|
+
color: var(--color-sf-content-text-color);
|
|
267
|
+
}
|
|
264
268
|
.e-inlineaiassist .e-toolbar-item::after {
|
|
265
269
|
background-color: transparent;
|
|
266
270
|
}
|
|
@@ -44234,6 +44234,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
44234
44234
|
display: flex;
|
|
44235
44235
|
}
|
|
44236
44236
|
|
|
44237
|
+
.e-de-loading-dots::after {
|
|
44238
|
+
content: "";
|
|
44239
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
44240
|
+
}
|
|
44241
|
+
|
|
44242
|
+
@keyframes e-de-loading-dots-animation {
|
|
44243
|
+
0% {
|
|
44244
|
+
content: "";
|
|
44245
|
+
}
|
|
44246
|
+
25% {
|
|
44247
|
+
content: ".";
|
|
44248
|
+
}
|
|
44249
|
+
50% {
|
|
44250
|
+
content: "..";
|
|
44251
|
+
}
|
|
44252
|
+
75% {
|
|
44253
|
+
content: "...";
|
|
44254
|
+
}
|
|
44255
|
+
100% {
|
|
44256
|
+
content: "";
|
|
44257
|
+
}
|
|
44258
|
+
}
|
|
44237
44259
|
.e-dlg-spellcheck-listitem {
|
|
44238
44260
|
font-size: 15px !important;
|
|
44239
44261
|
}
|
|
@@ -54651,7 +54673,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
54651
54673
|
background: var(--color-sf-table-bg-color-selected);
|
|
54652
54674
|
color: var(--color-sf-content-bg-color-selected);
|
|
54653
54675
|
}
|
|
54654
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
54676
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
54655
54677
|
background: var(--color-sf-content-bg-color-alt5);
|
|
54656
54678
|
}
|
|
54657
54679
|
.e-grid .e-filterbarcell,
|
|
@@ -80814,8 +80836,8 @@ span.e-pv-redaction-opactity-value {
|
|
|
80814
80836
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
80815
80837
|
color: var(--color-sf-white) !important;
|
|
80816
80838
|
}
|
|
80817
|
-
.e-pivotview .e-grid th.e-
|
|
80818
|
-
|
|
80839
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
80840
|
+
border-left-width: 0 !important;
|
|
80819
80841
|
}
|
|
80820
80842
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
80821
80843
|
position: absolute;
|
|
@@ -104020,6 +104042,7 @@ span.e-pv-redaction-opactity-value {
|
|
|
104020
104042
|
}
|
|
104021
104043
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-inline-stop) .e-btn-icon {
|
|
104022
104044
|
min-width: 32px;
|
|
104045
|
+
max-height: 32px;
|
|
104023
104046
|
}
|
|
104024
104047
|
.e-inlineaiassist .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
|
|
104025
104048
|
margin-right: 0;
|
|
@@ -104152,6 +104175,9 @@ span.e-pv-redaction-opactity-value {
|
|
|
104152
104175
|
.e-inlineaiassist .e-response-text {
|
|
104153
104176
|
color: var(--color-sf-flyout-text-color);
|
|
104154
104177
|
}
|
|
104178
|
+
.e-inlineaiassist .e-assist-textarea {
|
|
104179
|
+
color: var(--color-sf-content-text-color);
|
|
104180
|
+
}
|
|
104155
104181
|
.e-inlineaiassist .e-toolbar-item::after {
|
|
104156
104182
|
background-color: transparent;
|
|
104157
104183
|
}
|
|
@@ -1028,8 +1028,8 @@
|
|
|
1028
1028
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
1029
1029
|
color: var(--color-sf-white) !important;
|
|
1030
1030
|
}
|
|
1031
|
-
.e-pivotview .e-grid th.e-
|
|
1032
|
-
|
|
1031
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
1032
|
+
border-left-width: 0 !important;
|
|
1033
1033
|
}
|
|
1034
1034
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
1035
1035
|
position: absolute;
|
|
@@ -1028,8 +1028,8 @@
|
|
|
1028
1028
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
1029
1029
|
color: var(--color-sf-white) !important;
|
|
1030
1030
|
}
|
|
1031
|
-
.e-pivotview .e-grid th.e-
|
|
1032
|
-
|
|
1031
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
1032
|
+
border-left-width: 0 !important;
|
|
1033
1033
|
}
|
|
1034
1034
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
1035
1035
|
position: absolute;
|