@syncfusion/ej2-fluent2-dark-theme 34.1.30 → 34.1.33
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/button/button-lite.css +1 -0
- package/styles/button/button.css +1 -0
- package/styles/button-group/button-group-lite.css +1 -0
- package/styles/button-group/button-group.css +1 -0
- package/styles/document-editor/_theme.scss +48 -0
- package/styles/document-editor/document-editor-lite.css +43 -0
- package/styles/document-editor/document-editor.css +43 -0
- package/styles/document-editor-container/_fluent2-definition.scss +1 -1
- package/styles/document-editor-container/document-editor-container-lite.css +2 -2
- package/styles/document-editor-container/document-editor-container.css +2 -2
- 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/_fluent2-definition.scss +1 -0
- package/styles/inline-ai-assist/_layout.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/mention/_layout.scss +3 -4
- package/styles/mention/mention.css +3 -0
- package/styles/pivotview/_theme.scss +2 -2
- package/styles/pivotview/pivotview-lite.css +2 -2
- package/styles/pivotview/pivotview.css +2 -2
- package/styles/progress-button/_layout.scss +0 -1
- package/styles/progress-button/progress-button-lite.css +0 -1
- package/styles/progress-button/progress-button.css +0 -1
- package/styles/rich-text-editor/_layout.scss +1 -0
- package/styles/rich-text-editor/rich-text-editor-lite.css +1 -0
- package/styles/rich-text-editor/rich-text-editor.css +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-fluent2-dark-theme",
|
|
3
|
-
"version": "34.1.
|
|
3
|
+
"version": "34.1.33",
|
|
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-fluent2-dark-theme@34.1.
|
|
19
|
+
"_id": "@syncfusion/ej2-fluent2-dark-theme@34.1.33"
|
|
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;
|
|
@@ -1042,6 +1042,7 @@
|
|
|
1042
1042
|
background: var(--color-sf-secondary-bg-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1043
1043
|
border-color: var(--color-sf-secondary-border-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1044
1044
|
color: var(--color-sf-secondary-text-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1045
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1045
1046
|
}
|
|
1046
1047
|
.e-btn.e-outline.e-primary,
|
|
1047
1048
|
.e-css.e-btn.e-outline.e-primary {
|
package/styles/button/button.css
CHANGED
|
@@ -1042,6 +1042,7 @@
|
|
|
1042
1042
|
background: var(--color-sf-secondary-bg-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1043
1043
|
border-color: var(--color-sf-secondary-border-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1044
1044
|
color: var(--color-sf-secondary-text-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1045
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1045
1046
|
}
|
|
1046
1047
|
.e-btn.e-outline.e-primary,
|
|
1047
1048
|
.e-css.e-btn.e-outline.e-primary {
|
|
@@ -594,6 +594,7 @@
|
|
|
594
594
|
background: var(--color-sf-secondary-bg-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
595
595
|
border-color: var(--color-sf-secondary-border-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
596
596
|
color: var(--color-sf-secondary-text-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
597
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
597
598
|
border-color: var(--color-sf-secondary-border-color);
|
|
598
599
|
}
|
|
599
600
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -594,6 +594,7 @@
|
|
|
594
594
|
background: var(--color-sf-secondary-bg-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
595
595
|
border-color: var(--color-sf-secondary-border-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
596
596
|
color: var(--color-sf-secondary-text-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
597
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
597
598
|
border-color: var(--color-sf-secondary-border-color);
|
|
598
599
|
}
|
|
599
600
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -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
|
}
|
|
@@ -2560,6 +2586,28 @@
|
|
|
2560
2586
|
margin-top: -8px;
|
|
2561
2587
|
}
|
|
2562
2588
|
}
|
|
2589
|
+
.e-de-image-property-input {
|
|
2590
|
+
width: 100%;
|
|
2591
|
+
}
|
|
2592
|
+
.e-de-cell-margin-input {
|
|
2593
|
+
width: 48px;
|
|
2594
|
+
}
|
|
2595
|
+
.e-de-border-style-svg {
|
|
2596
|
+
width: 98%;
|
|
2597
|
+
}
|
|
2598
|
+
.e-de-cell-margin-textbox {
|
|
2599
|
+
width: 100%;
|
|
2600
|
+
}
|
|
2601
|
+
.e-de-gallery-normal {
|
|
2602
|
+
font-family: Calibri;
|
|
2603
|
+
font-size: 11pt;
|
|
2604
|
+
}
|
|
2605
|
+
.e-de-gallery-heading1 {
|
|
2606
|
+
font-family: 'Calibri Light';
|
|
2607
|
+
font-size: 16pt;
|
|
2608
|
+
color: rgb(47, 84, 150);
|
|
2609
|
+
font-weight: bold;
|
|
2610
|
+
}
|
|
2563
2611
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
2564
2612
|
margin-top: $de-cp-option-margin-top;
|
|
2565
2613
|
background: $de-op-bg-color;
|
|
@@ -1956,6 +1956,27 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1956
1956
|
display: -ms-flexbox;
|
|
1957
1957
|
display: flex;
|
|
1958
1958
|
}
|
|
1959
|
+
.e-de-loading-dots::after {
|
|
1960
|
+
content: "";
|
|
1961
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1962
|
+
}
|
|
1963
|
+
@keyframes e-de-loading-dots-animation {
|
|
1964
|
+
0% {
|
|
1965
|
+
content: "";
|
|
1966
|
+
}
|
|
1967
|
+
25% {
|
|
1968
|
+
content: ".";
|
|
1969
|
+
}
|
|
1970
|
+
50% {
|
|
1971
|
+
content: "..";
|
|
1972
|
+
}
|
|
1973
|
+
75% {
|
|
1974
|
+
content: "...";
|
|
1975
|
+
}
|
|
1976
|
+
100% {
|
|
1977
|
+
content: "";
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1959
1980
|
.e-dlg-spellcheck-listitem {
|
|
1960
1981
|
font-size: 15px !important;
|
|
1961
1982
|
}
|
|
@@ -2955,6 +2976,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2955
2976
|
padding: 0;
|
|
2956
2977
|
width: 20px;
|
|
2957
2978
|
}
|
|
2979
|
+
.e-de-image-property-input {
|
|
2980
|
+
width: 100%;
|
|
2981
|
+
}
|
|
2982
|
+
.e-de-cell-margin-input {
|
|
2983
|
+
width: 48px;
|
|
2984
|
+
}
|
|
2985
|
+
.e-de-border-style-svg {
|
|
2986
|
+
width: 98%;
|
|
2987
|
+
}
|
|
2988
|
+
.e-de-cell-margin-textbox {
|
|
2989
|
+
width: 100%;
|
|
2990
|
+
}
|
|
2991
|
+
.e-de-gallery-normal {
|
|
2992
|
+
font-family: Calibri;
|
|
2993
|
+
font-size: 11pt;
|
|
2994
|
+
}
|
|
2995
|
+
.e-de-gallery-heading1 {
|
|
2996
|
+
font-family: "Calibri Light";
|
|
2997
|
+
font-size: 16pt;
|
|
2998
|
+
color: rgb(47, 84, 150);
|
|
2999
|
+
font-weight: bold;
|
|
3000
|
+
}
|
|
2958
3001
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
2959
3002
|
margin-top: 0;
|
|
2960
3003
|
background: var(--color-sf-content-bg-color-alt1);
|
|
@@ -1956,6 +1956,27 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1956
1956
|
display: -ms-flexbox;
|
|
1957
1957
|
display: flex;
|
|
1958
1958
|
}
|
|
1959
|
+
.e-de-loading-dots::after {
|
|
1960
|
+
content: "";
|
|
1961
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1962
|
+
}
|
|
1963
|
+
@keyframes e-de-loading-dots-animation {
|
|
1964
|
+
0% {
|
|
1965
|
+
content: "";
|
|
1966
|
+
}
|
|
1967
|
+
25% {
|
|
1968
|
+
content: ".";
|
|
1969
|
+
}
|
|
1970
|
+
50% {
|
|
1971
|
+
content: "..";
|
|
1972
|
+
}
|
|
1973
|
+
75% {
|
|
1974
|
+
content: "...";
|
|
1975
|
+
}
|
|
1976
|
+
100% {
|
|
1977
|
+
content: "";
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1959
1980
|
.e-dlg-spellcheck-listitem {
|
|
1960
1981
|
font-size: 15px !important;
|
|
1961
1982
|
}
|
|
@@ -2955,6 +2976,28 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2955
2976
|
padding: 0;
|
|
2956
2977
|
width: 20px;
|
|
2957
2978
|
}
|
|
2979
|
+
.e-de-image-property-input {
|
|
2980
|
+
width: 100%;
|
|
2981
|
+
}
|
|
2982
|
+
.e-de-cell-margin-input {
|
|
2983
|
+
width: 48px;
|
|
2984
|
+
}
|
|
2985
|
+
.e-de-border-style-svg {
|
|
2986
|
+
width: 98%;
|
|
2987
|
+
}
|
|
2988
|
+
.e-de-cell-margin-textbox {
|
|
2989
|
+
width: 100%;
|
|
2990
|
+
}
|
|
2991
|
+
.e-de-gallery-normal {
|
|
2992
|
+
font-family: Calibri;
|
|
2993
|
+
font-size: 11pt;
|
|
2994
|
+
}
|
|
2995
|
+
.e-de-gallery-heading1 {
|
|
2996
|
+
font-family: "Calibri Light";
|
|
2997
|
+
font-size: 16pt;
|
|
2998
|
+
color: rgb(47, 84, 150);
|
|
2999
|
+
font-weight: bold;
|
|
3000
|
+
}
|
|
2958
3001
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
2959
3002
|
margin-top: 0;
|
|
2960
3003
|
background: var(--color-sf-content-bg-color-alt1);
|
|
@@ -99,7 +99,7 @@ $de-layout-btn-bgr-font-size: $text-base;
|
|
|
99
99
|
$de-pagenumber-text-border-radius: 2px;
|
|
100
100
|
$de-pagenumber-text-margin-top: -3px;
|
|
101
101
|
$e-de-pagenumber-input-margin-left: -2px;
|
|
102
|
-
$e-de-ctnr-pg-no-spellout-padd-top:
|
|
102
|
+
$e-de-ctnr-pg-no-spellout-padd-top: 4px;
|
|
103
103
|
$e-de-ctnr-pg-no-spellout-padd-top-big: 7px;
|
|
104
104
|
$e-de-status-bar-padding-top: 4px;
|
|
105
105
|
$e-de-status-bar-big-padding-top: 6px;
|
|
@@ -1485,7 +1485,7 @@
|
|
|
1485
1485
|
display: inline-flex;
|
|
1486
1486
|
font-size: 14px;
|
|
1487
1487
|
height: 100%;
|
|
1488
|
-
padding-top:
|
|
1488
|
+
padding-top: 4px;
|
|
1489
1489
|
}
|
|
1490
1490
|
.e-de-ctnr-pg-no span {
|
|
1491
1491
|
border: 1px solid transparent;
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
display: inline-flex;
|
|
1497
1497
|
font-size: 14px;
|
|
1498
1498
|
height: 100%;
|
|
1499
|
-
padding-top:
|
|
1499
|
+
padding-top: 4px;
|
|
1500
1500
|
width: calc(100% - 170px);
|
|
1501
1501
|
}
|
|
1502
1502
|
.e-de-ctnr-pg-no-spellout span {
|
|
@@ -1485,7 +1485,7 @@
|
|
|
1485
1485
|
display: inline-flex;
|
|
1486
1486
|
font-size: 14px;
|
|
1487
1487
|
height: 100%;
|
|
1488
|
-
padding-top:
|
|
1488
|
+
padding-top: 4px;
|
|
1489
1489
|
}
|
|
1490
1490
|
.e-de-ctnr-pg-no span {
|
|
1491
1491
|
border: 1px solid transparent;
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
display: inline-flex;
|
|
1497
1497
|
font-size: 14px;
|
|
1498
1498
|
height: 100%;
|
|
1499
|
-
padding-top:
|
|
1499
|
+
padding-top: 4px;
|
|
1500
1500
|
width: calc(100% - 170px);
|
|
1501
1501
|
}
|
|
1502
1502
|
.e-de-ctnr-pg-no-spellout span {
|
package/styles/grid/_theme.scss
CHANGED
|
@@ -3770,7 +3770,7 @@
|
|
|
3770
3770
|
background: var(--color-sf-table-bg-color-selected);
|
|
3771
3771
|
color: var(--color-sf-content-bg-color-selected);
|
|
3772
3772
|
}
|
|
3773
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
3773
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
3774
3774
|
background: var(--color-sf-primary-light);
|
|
3775
3775
|
}
|
|
3776
3776
|
.e-grid td.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd).e-cellselectionbackground,
|
package/styles/grid/grid.css
CHANGED
|
@@ -3770,7 +3770,7 @@
|
|
|
3770
3770
|
background: var(--color-sf-table-bg-color-selected);
|
|
3771
3771
|
color: var(--color-sf-content-bg-color-selected);
|
|
3772
3772
|
}
|
|
3773
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
3773
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
3774
3774
|
background: var(--color-sf-primary-light);
|
|
3775
3775
|
}
|
|
3776
3776
|
.e-grid td.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd).e-cellselectionbackground,
|
|
@@ -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: $border-alt !default;
|
|
29
30
|
$inline-ai-assist-send-color: $icon-color !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-content-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-content-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
|
}
|
|
@@ -1032,8 +1032,8 @@
|
|
|
1032
1032
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
1033
1033
|
color: var(--color-sf-icon-color) !important;
|
|
1034
1034
|
}
|
|
1035
|
-
.e-pivotview .e-grid th.e-
|
|
1036
|
-
|
|
1035
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
1036
|
+
border-left-width: 0 !important;
|
|
1037
1037
|
}
|
|
1038
1038
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
1039
1039
|
position: absolute;
|
|
@@ -1032,8 +1032,8 @@
|
|
|
1032
1032
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
1033
1033
|
color: var(--color-sf-icon-color) !important;
|
|
1034
1034
|
}
|
|
1035
|
-
.e-pivotview .e-grid th.e-
|
|
1036
|
-
|
|
1035
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
1036
|
+
border-left-width: 0 !important;
|
|
1037
1037
|
}
|
|
1038
1038
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
1039
1039
|
position: absolute;
|