@syncfusion/ej2-fluent2-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 (67) 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/button/button-lite.css +1 -0
  9. package/styles/button/button.css +1 -0
  10. package/styles/button-group/button-group-lite.css +1 -0
  11. package/styles/button-group/button-group.css +1 -0
  12. package/styles/color-picker/_bigger.scss +3 -0
  13. package/styles/color-picker/_fluent2-definition.scss +1 -0
  14. package/styles/color-picker/_layout.scss +5 -0
  15. package/styles/color-picker/color-picker-lite.css +7 -0
  16. package/styles/color-picker/color-picker.css +12 -0
  17. package/styles/document-editor/_theme.scss +26 -0
  18. package/styles/document-editor/document-editor-lite.css +21 -0
  19. package/styles/document-editor/document-editor.css +21 -0
  20. package/styles/file-manager/_layout.scss +5 -0
  21. package/styles/file-manager/file-manager-lite.css +5 -0
  22. package/styles/file-manager/file-manager.css +5 -0
  23. package/styles/gantt/index-lite.css +1 -0
  24. package/styles/gantt/index-lite.scss +1 -0
  25. package/styles/gantt/index.css +1 -0
  26. package/styles/gantt/index.scss +1 -0
  27. package/styles/grid/_theme.scss +1 -1
  28. package/styles/grid/grid-lite.css +1 -1
  29. package/styles/grid/grid.css +1 -1
  30. package/styles/icons/fluent2.css +10 -1
  31. package/styles/icons/fluent2.scss +4 -1
  32. package/styles/inline-ai-assist/_fluent2-definition.scss +4 -3
  33. package/styles/inline-ai-assist/_layout.scss +1 -0
  34. package/styles/inline-ai-assist/_theme.scss +4 -0
  35. package/styles/inline-ai-assist/index-lite.css +1 -1
  36. package/styles/inline-ai-assist/index-lite.scss +1 -1
  37. package/styles/inline-ai-assist/index.css +1 -1
  38. package/styles/inline-ai-assist/index.scss +1 -1
  39. package/styles/inline-ai-assist/inline-ai-assist-lite.css +7 -3
  40. package/styles/inline-ai-assist/inline-ai-assist.css +7 -3
  41. package/styles/inplace-editor/index-lite.css +1 -0
  42. package/styles/inplace-editor/index-lite.scss +1 -0
  43. package/styles/inplace-editor/index.css +1 -0
  44. package/styles/inplace-editor/index.scss +1 -0
  45. package/styles/pager/_layout.scss +10 -0
  46. package/styles/pager/pager-lite.css +8 -0
  47. package/styles/pager/pager.css +8 -0
  48. package/styles/pdfviewer/_theme.scss +46 -24
  49. package/styles/pdfviewer/index-lite.css +1 -0
  50. package/styles/pdfviewer/index-lite.scss +1 -0
  51. package/styles/pdfviewer/index.css +1 -0
  52. package/styles/pdfviewer/index.scss +1 -0
  53. package/styles/pivotview/_theme.scss +2 -2
  54. package/styles/pivotview/pivotview-lite.css +2 -2
  55. package/styles/pivotview/pivotview.css +2 -2
  56. package/styles/rich-text-editor/index-lite.css +1 -0
  57. package/styles/rich-text-editor/index-lite.scss +1 -0
  58. package/styles/rich-text-editor/index.css +1 -0
  59. package/styles/rich-text-editor/index.scss +1 -0
  60. package/styles/smartpdfviewer/index-lite.css +1 -1
  61. package/styles/smartpdfviewer/index-lite.scss +1 -1
  62. package/styles/smartpdfviewer/index.css +1 -1
  63. package/styles/smartpdfviewer/index.scss +1 -1
  64. package/styles/spreadsheet/index-lite.css +1 -0
  65. package/styles/spreadsheet/index-lite.scss +1 -0
  66. package/styles/spreadsheet/index.css +1 -0
  67. 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;
@@ -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 {
@@ -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,
@@ -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' {
@@ -189,3 +189,4 @@ $show-value-palette-width: 270px !default;
189
189
  $color-half-border-width: .5px !default;
190
190
  $selected-value-float-text-right: -12px !default;
191
191
  $cpicker-cont-color-ctrl-btn-padding-top: 12px !default;
192
+ $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;
@@ -112,6 +112,13 @@ body.e-colorpicker-overflow {
112
112
  }
113
113
  .e-container.e-color-picker {
114
114
  width: 350px;
115
+ }
116
+ @media screen and (max-width: 480px) {
117
+ .e-container.e-color-picker {
118
+ width: 344px;
119
+ }
120
+ }
121
+ .e-container.e-color-picker {
115
122
  border: 1px solid 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
116
123
  }
117
124
  .e-container.e-color-picker .e-mode-switch-btn {
@@ -112,6 +112,13 @@ body.e-colorpicker-overflow {
112
112
  }
113
113
  .e-container.e-color-picker {
114
114
  width: 350px;
115
+ }
116
+ @media screen and (max-width: 480px) {
117
+ .e-container.e-color-picker {
118
+ width: 344px;
119
+ }
120
+ }
121
+ .e-container.e-color-picker {
115
122
  border: 1px solid 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
116
123
  }
117
124
  .e-container.e-color-picker .e-mode-switch-btn {
@@ -623,6 +630,11 @@ body.e-colorpicker-overflow {
623
630
  .e-bigger .e-container.e-color-picker {
624
631
  width: 401px;
625
632
  }
633
+ @media screen and (max-width: 480px) {
634
+ .e-bigger .e-container.e-color-picker {
635
+ width: 344px;
636
+ }
637
+ }
626
638
  .e-bigger .e-container.e-color-picker .e-switch-ctrl-btn {
627
639
  padding: 13px 12px;
628
640
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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 {
@@ -654,6 +654,11 @@ ejs-filemanager {
654
654
  text-align: center;
655
655
  top: 0;
656
656
  }
657
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
658
+ position: absolute;
659
+ right: -5px;
660
+ top: -5px;
661
+ }
657
662
  .e-filemanager.e-rtl .e-treeview > .e-ul {
658
663
  padding: 0 8px 0 0;
659
664
  }
@@ -654,6 +654,11 @@ ejs-filemanager {
654
654
  text-align: center;
655
655
  top: 0;
656
656
  }
657
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
658
+ position: absolute;
659
+ right: -5px;
660
+ top: -5px;
661
+ }
657
662
  .e-filemanager.e-rtl .e-treeview > .e-ul {
658
663
  padding: 0 8px 0 0;
659
664
  }
@@ -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
 
@@ -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,
@@ -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,