@syncfusion/ej2-fluent-dark-theme 34.1.29 → 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.
Files changed (63) hide show
  1. package/package.json +2 -2
  2. package/styles/ai-assistview/index-lite.css +2 -1
  3. package/styles/ai-assistview/index-lite.scss +2 -1
  4. package/styles/ai-assistview/index.css +2 -1
  5. package/styles/ai-assistview/index.scss +2 -1
  6. package/styles/base/base.css +10 -1
  7. package/styles/button/_mixin.scss +1 -0
  8. package/styles/color-picker/_bigger.scss +3 -0
  9. package/styles/color-picker/_fluent-dark-definition.scss +1 -0
  10. package/styles/color-picker/_layout.scss +5 -0
  11. package/styles/color-picker/color-picker-lite.css +5 -0
  12. package/styles/color-picker/color-picker.css +10 -0
  13. package/styles/document-editor/_theme.scss +26 -0
  14. package/styles/document-editor/document-editor-lite.css +21 -0
  15. package/styles/document-editor/document-editor.css +21 -0
  16. package/styles/file-manager/_layout.scss +5 -0
  17. package/styles/file-manager/file-manager-lite.css +5 -0
  18. package/styles/file-manager/file-manager.css +5 -0
  19. package/styles/gantt/index-lite.css +1 -0
  20. package/styles/gantt/index-lite.scss +1 -0
  21. package/styles/gantt/index.css +1 -0
  22. package/styles/gantt/index.scss +1 -0
  23. package/styles/grid/_theme.scss +1 -1
  24. package/styles/grid/grid-lite.css +1 -1
  25. package/styles/grid/grid.css +1 -1
  26. package/styles/icons/fluent.css +10 -1
  27. package/styles/icons/fluent.scss +4 -1
  28. package/styles/inline-ai-assist/_fluent-dark-definition.scss +1 -0
  29. package/styles/inline-ai-assist/_layout.scss +1 -0
  30. package/styles/inline-ai-assist/_theme.scss +4 -0
  31. package/styles/inline-ai-assist/index-lite.css +1 -1
  32. package/styles/inline-ai-assist/index-lite.scss +1 -1
  33. package/styles/inline-ai-assist/index.css +1 -1
  34. package/styles/inline-ai-assist/index.scss +1 -1
  35. package/styles/inline-ai-assist/inline-ai-assist-lite.css +4 -0
  36. package/styles/inline-ai-assist/inline-ai-assist.css +4 -0
  37. package/styles/inplace-editor/index-lite.css +1 -0
  38. package/styles/inplace-editor/index-lite.scss +1 -0
  39. package/styles/inplace-editor/index.css +1 -0
  40. package/styles/inplace-editor/index.scss +1 -0
  41. package/styles/pager/_layout.scss +10 -0
  42. package/styles/pager/pager-lite.css +8 -0
  43. package/styles/pager/pager.css +8 -0
  44. package/styles/pdfviewer/_theme.scss +46 -24
  45. package/styles/pdfviewer/index-lite.css +1 -0
  46. package/styles/pdfviewer/index-lite.scss +1 -0
  47. package/styles/pdfviewer/index.css +1 -0
  48. package/styles/pdfviewer/index.scss +1 -0
  49. package/styles/pivotview/_theme.scss +2 -2
  50. package/styles/pivotview/pivotview-lite.css +2 -2
  51. package/styles/pivotview/pivotview.css +2 -2
  52. package/styles/rich-text-editor/index-lite.css +1 -0
  53. package/styles/rich-text-editor/index-lite.scss +1 -0
  54. package/styles/rich-text-editor/index.css +1 -0
  55. package/styles/rich-text-editor/index.scss +1 -0
  56. package/styles/smartpdfviewer/index-lite.css +1 -1
  57. package/styles/smartpdfviewer/index-lite.scss +1 -1
  58. package/styles/smartpdfviewer/index.css +1 -1
  59. package/styles/smartpdfviewer/index.scss +1 -1
  60. package/styles/spreadsheet/index-lite.css +1 -0
  61. package/styles/spreadsheet/index-lite.scss +1 -0
  62. package/styles/spreadsheet/index.css +1 -0
  63. package/styles/spreadsheet/index.scss +1 -0
@@ -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;
@@ -72,6 +72,9 @@
72
72
  @else {
73
73
  width: $cpicker-bigger-container-width;
74
74
  }
75
+ @media screen and (max-width: 480px) {
76
+ width: $cpicker-media-width;
77
+ }
75
78
 
76
79
  & .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
77
80
  @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
@@ -185,3 +185,4 @@ $show-value-palette-width: 270px !default;
185
185
  $color-half-border-width: .5px !default;
186
186
  $selected-value-float-text-right: -12px !default;
187
187
  $cpicker-cont-color-ctrl-btn-padding-top: 12px !default;
188
+ $cpicker-media-width: 344px !default;
@@ -221,6 +221,11 @@
221
221
  @else {
222
222
  width: $cpicker-container-width;
223
223
  }
224
+
225
+ @media screen and (max-width: 480px) {
226
+ width: $cpicker-media-width;
227
+ }
228
+
224
229
  @if $skin-name == 'bootstrap4' {
225
230
  background-color: $content-bg;
226
231
  border: 1px solid $cpicker-shadow;
@@ -110,6 +110,11 @@ body.e-colorpicker-overflow {
110
110
  .e-container.e-color-picker {
111
111
  width: 351px;
112
112
  }
113
+ @media screen and (max-width: 480px) {
114
+ .e-container.e-color-picker {
115
+ width: 344px;
116
+ }
117
+ }
113
118
  .e-container.e-color-picker .e-mode-switch-btn {
114
119
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
115
120
  }
@@ -110,6 +110,11 @@ body.e-colorpicker-overflow {
110
110
  .e-container.e-color-picker {
111
111
  width: 351px;
112
112
  }
113
+ @media screen and (max-width: 480px) {
114
+ .e-container.e-color-picker {
115
+ width: 344px;
116
+ }
117
+ }
113
118
  .e-container.e-color-picker .e-mode-switch-btn {
114
119
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
115
120
  }
@@ -615,6 +620,11 @@ body.e-colorpicker-overflow {
615
620
  .e-bigger .e-container.e-color-picker {
616
621
  width: 376px;
617
622
  }
623
+ @media screen and (max-width: 480px) {
624
+ .e-bigger .e-container.e-color-picker {
625
+ width: 344px;
626
+ }
627
+ }
618
628
  @media only screen and (max-width: 600px) {
619
629
  .e-bigger .e-container.e-color-picker {
620
630
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
@@ -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
  }
@@ -1377,6 +1377,27 @@ label[for*=_wholeWord_e-de-rtl] {
1377
1377
  display: -ms-flexbox;
1378
1378
  display: flex;
1379
1379
  }
1380
+ .e-de-loading-dots::after {
1381
+ content: "";
1382
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1383
+ }
1384
+ @keyframes e-de-loading-dots-animation {
1385
+ 0% {
1386
+ content: "";
1387
+ }
1388
+ 25% {
1389
+ content: ".";
1390
+ }
1391
+ 50% {
1392
+ content: "..";
1393
+ }
1394
+ 75% {
1395
+ content: "...";
1396
+ }
1397
+ 100% {
1398
+ content: "";
1399
+ }
1400
+ }
1380
1401
  .e-dlg-spellcheck-listitem {
1381
1402
  font-size: 15px !important;
1382
1403
  }
@@ -1377,6 +1377,27 @@ label[for*=_wholeWord_e-de-rtl] {
1377
1377
  display: -ms-flexbox;
1378
1378
  display: flex;
1379
1379
  }
1380
+ .e-de-loading-dots::after {
1381
+ content: "";
1382
+ animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
1383
+ }
1384
+ @keyframes e-de-loading-dots-animation {
1385
+ 0% {
1386
+ content: "";
1387
+ }
1388
+ 25% {
1389
+ content: ".";
1390
+ }
1391
+ 50% {
1392
+ content: "..";
1393
+ }
1394
+ 75% {
1395
+ content: "...";
1396
+ }
1397
+ 100% {
1398
+ content: "";
1399
+ }
1400
+ }
1380
1401
  .e-dlg-spellcheck-listitem {
1381
1402
  font-size: 15px !important;
1382
1403
  }
@@ -978,6 +978,11 @@
978
978
  text-align: center;
979
979
  top: 0;
980
980
  }
981
+ .e-fe-count.e-fm-template {
982
+ position: absolute;
983
+ right: -5px;
984
+ top: -5px;
985
+ }
981
986
  }
982
987
 
983
988
  &.e-rtl {
@@ -459,6 +459,11 @@ ejs-filemanager {
459
459
  text-align: center;
460
460
  top: 0;
461
461
  }
462
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
463
+ position: absolute;
464
+ right: -5px;
465
+ top: -5px;
466
+ }
462
467
  .e-filemanager.e-rtl .e-treeview > .e-ul {
463
468
  padding: 0 8px 0 0;
464
469
  }
@@ -459,6 +459,11 @@ ejs-filemanager {
459
459
  text-align: center;
460
460
  top: 0;
461
461
  }
462
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
463
+ position: absolute;
464
+ right: -5px;
465
+ top: -5px;
466
+ }
462
467
  .e-filemanager.e-rtl .e-treeview > .e-ul {
463
468
  padding: 0 8px 0 0;
464
469
  }
@@ -31,6 +31,7 @@
31
31
  @import '../uploader/uploader-lite.css';
32
32
  @import '../menu/menu-lite.css';
33
33
  @import '../ai-assistview/ai-assistview-lite.css';
34
+ @import '../floating-action-button/floating-action-button-lite.css';
34
35
  @import '../textarea/textarea.css';
35
36
  @import '../textbox/textbox-lite.css';
36
37
  @import '../skeleton/skeleton.css';
@@ -31,6 +31,7 @@
31
31
  @use '../uploader/uploader-lite' as *;
32
32
  @use '../menu/menu-lite' as *;
33
33
  @use '../ai-assistview/ai-assistview-lite' as *;
34
+ @use '../floating-action-button/floating-action-button-lite' as *;
34
35
  @use '../textarea/textarea' as *;
35
36
  @use '../textbox/textbox-lite' as *;
36
37
  @use '../skeleton/skeleton' as *;
@@ -31,6 +31,7 @@
31
31
  @import '../uploader/uploader.css';
32
32
  @import '../menu/menu.css';
33
33
  @import '../ai-assistview/ai-assistview.css';
34
+ @import '../floating-action-button/floating-action-button.css';
34
35
  @import '../textarea/textarea.css';
35
36
  @import '../textbox/textbox.css';
36
37
  @import '../skeleton/skeleton.css';
@@ -31,6 +31,7 @@
31
31
  @use '../uploader/uploader' as *;
32
32
  @use '../menu/menu' as *;
33
33
  @use '../ai-assistview/ai-assistview' as *;
34
+ @use '../floating-action-button/floating-action-button' as *;
34
35
  @use '../textarea/textarea' as *;
35
36
  @use '../textbox/textbox' as *;
36
37
  @use '../skeleton/skeleton' as *;
@@ -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
 
@@ -3403,7 +3403,7 @@
3403
3403
  background: #292827;
3404
3404
  color: #292827;
3405
3405
  }
3406
- .e-grid td:hover.e-cellselectionbackground {
3406
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3407
3407
  background: #323130;
3408
3408
  }
3409
3409
  .e-grid .e-filterbarcell,
@@ -3403,7 +3403,7 @@
3403
3403
  background: #292827;
3404
3404
  color: #292827;
3405
3405
  }
3406
- .e-grid td:hover.e-cellselectionbackground {
3406
+ .e-grid.e-gridhover td:hover.e-cellselectionbackground {
3407
3407
  background: #323130;
3408
3408
  }
3409
3409
  .e-grid .e-filterbarcell,