@syncfusion/ej2-bootstrap-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/compatibility/bootstrap.css +1 -1
- 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/_bootstrap-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/pivotview/_theme.scss +2 -2
- package/styles/pivotview/pivotview-lite.css +2 -2
- package/styles/pivotview/pivotview.css +2 -2
|
@@ -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
|
}
|
|
@@ -1911,6 +1911,27 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1911
1911
|
display: -ms-flexbox;
|
|
1912
1912
|
display: flex;
|
|
1913
1913
|
}
|
|
1914
|
+
.e-de-loading-dots::after {
|
|
1915
|
+
content: "";
|
|
1916
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1917
|
+
}
|
|
1918
|
+
@keyframes e-de-loading-dots-animation {
|
|
1919
|
+
0% {
|
|
1920
|
+
content: "";
|
|
1921
|
+
}
|
|
1922
|
+
25% {
|
|
1923
|
+
content: ".";
|
|
1924
|
+
}
|
|
1925
|
+
50% {
|
|
1926
|
+
content: "..";
|
|
1927
|
+
}
|
|
1928
|
+
75% {
|
|
1929
|
+
content: "...";
|
|
1930
|
+
}
|
|
1931
|
+
100% {
|
|
1932
|
+
content: "";
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1914
1935
|
.e-dlg-spellcheck-listitem {
|
|
1915
1936
|
font-size: 15px !important;
|
|
1916
1937
|
}
|
|
@@ -1911,6 +1911,27 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1911
1911
|
display: -ms-flexbox;
|
|
1912
1912
|
display: flex;
|
|
1913
1913
|
}
|
|
1914
|
+
.e-de-loading-dots::after {
|
|
1915
|
+
content: "";
|
|
1916
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1917
|
+
}
|
|
1918
|
+
@keyframes e-de-loading-dots-animation {
|
|
1919
|
+
0% {
|
|
1920
|
+
content: "";
|
|
1921
|
+
}
|
|
1922
|
+
25% {
|
|
1923
|
+
content: ".";
|
|
1924
|
+
}
|
|
1925
|
+
50% {
|
|
1926
|
+
content: "..";
|
|
1927
|
+
}
|
|
1928
|
+
75% {
|
|
1929
|
+
content: "...";
|
|
1930
|
+
}
|
|
1931
|
+
100% {
|
|
1932
|
+
content: "";
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1914
1935
|
.e-dlg-spellcheck-listitem {
|
|
1915
1936
|
font-size: 15px !important;
|
|
1916
1937
|
}
|
package/styles/grid/_theme.scss
CHANGED
package/styles/grid/grid.css
CHANGED
|
@@ -25,6 +25,7 @@ $inline-ai-assist-send-font-size: 16px !default;
|
|
|
25
25
|
$inline-ai-assist-popup-border: 1px solid $grey-cc !default;
|
|
26
26
|
$inline-ai-assist-response-text-color: $grey-light-font !default;
|
|
27
27
|
$inline-ai-assist-textarea-placeholder-color: $grey-88 !default;
|
|
28
|
+
$inline-ai-assist-textarea-color: $grey-light-font !default;
|
|
28
29
|
$inline-ai-assist-footer-focused-border-color: rgba(97, 97, 97, 1) !default;
|
|
29
30
|
$inline-ai-assist-send-color: $grey-light-font !default;
|
|
30
31
|
$inline-ai-assist-send-disabled-color: $grey-dd !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: 34px;
|
|
134
|
+
max-height: 34px;
|
|
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: #333;
|
|
263
264
|
}
|
|
265
|
+
.e-inlineaiassist .e-assist-textarea {
|
|
266
|
+
color: #333;
|
|
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: 34px;
|
|
134
|
+
max-height: 34px;
|
|
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: #333;
|
|
263
264
|
}
|
|
265
|
+
.e-inlineaiassist .e-assist-textarea {
|
|
266
|
+
color: #333;
|
|
267
|
+
}
|
|
264
268
|
.e-inlineaiassist .e-toolbar-item::after {
|
|
265
269
|
background-color: transparent;
|
|
266
270
|
}
|
|
@@ -1018,8 +1018,8 @@
|
|
|
1018
1018
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
1019
1019
|
color: #333 !important;
|
|
1020
1020
|
}
|
|
1021
|
-
.e-pivotview .e-grid th.e-
|
|
1022
|
-
|
|
1021
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
1022
|
+
border-left-width: 0 !important;
|
|
1023
1023
|
}
|
|
1024
1024
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
1025
1025
|
position: absolute;
|
|
@@ -1018,8 +1018,8 @@
|
|
|
1018
1018
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
1019
1019
|
color: #333 !important;
|
|
1020
1020
|
}
|
|
1021
|
-
.e-pivotview .e-grid th.e-
|
|
1022
|
-
|
|
1021
|
+
.e-pivotview .e-grid th.e-leftfreeze {
|
|
1022
|
+
border-left-width: 0 !important;
|
|
1023
1023
|
}
|
|
1024
1024
|
.e-pivotview .e-grid .e-pivot-content-loader {
|
|
1025
1025
|
position: absolute;
|