@syncfusion/blazor-themes 23.1.44 → 23.2.5

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 (142) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +184 -17
  2. package/SCSS-Themes/bootstrap.scss +179 -17
  3. package/SCSS-Themes/bootstrap4.scss +179 -17
  4. package/SCSS-Themes/bootstrap5-dark.scss +181 -18
  5. package/SCSS-Themes/bootstrap5.scss +181 -18
  6. package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +7 -0
  7. package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +7 -0
  8. package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +7 -0
  9. package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +7 -0
  10. package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +7 -0
  11. package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +7 -0
  12. package/SCSS-Themes/documenteditor/document-editor/fabric.scss +7 -0
  13. package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +7 -0
  14. package/SCSS-Themes/documenteditor/document-editor/fluent.scss +7 -0
  15. package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +7 -0
  16. package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +7 -0
  17. package/SCSS-Themes/documenteditor/document-editor/material.scss +7 -0
  18. package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +7 -0
  19. package/SCSS-Themes/documenteditor/document-editor/material3.scss +7 -0
  20. package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +7 -0
  21. package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +7 -0
  22. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap-dark.scss +69 -0
  23. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap.scss +69 -0
  24. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap4.scss +69 -0
  25. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5-dark.scss +69 -0
  26. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5.scss +69 -0
  27. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +69 -0
  28. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +69 -0
  29. package/SCSS-Themes/documenteditor/document-editor-container/fluent-dark.scss +69 -0
  30. package/SCSS-Themes/documenteditor/document-editor-container/fluent.scss +69 -0
  31. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +69 -0
  32. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +69 -0
  33. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +69 -0
  34. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +69 -0
  35. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +69 -0
  36. package/SCSS-Themes/documenteditor/document-editor-container/tailwind-dark.scss +69 -0
  37. package/SCSS-Themes/documenteditor/document-editor-container/tailwind.scss +69 -0
  38. package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +5 -0
  39. package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +2 -1
  40. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +2 -1
  41. package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +5 -0
  42. package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +2 -1
  43. package/SCSS-Themes/dropdowns/multi-select/fluent.scss +2 -1
  44. package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +5 -0
  45. package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +2 -1
  46. package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +2 -1
  47. package/SCSS-Themes/fabric-dark.scss +184 -17
  48. package/SCSS-Themes/fabric.scss +179 -17
  49. package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +1 -1
  50. package/SCSS-Themes/filemanager/file-manager/material3.scss +1 -1
  51. package/SCSS-Themes/fluent-dark.scss +181 -18
  52. package/SCSS-Themes/fluent.scss +181 -18
  53. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +48 -2
  54. package/SCSS-Themes/grids/grid/bootstrap.scss +48 -2
  55. package/SCSS-Themes/grids/grid/bootstrap4.scss +48 -2
  56. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +48 -2
  57. package/SCSS-Themes/grids/grid/bootstrap5.scss +48 -2
  58. package/SCSS-Themes/grids/grid/fabric-dark.scss +48 -2
  59. package/SCSS-Themes/grids/grid/fabric.scss +48 -2
  60. package/SCSS-Themes/grids/grid/fluent-dark.scss +48 -2
  61. package/SCSS-Themes/grids/grid/fluent.scss +48 -2
  62. package/SCSS-Themes/grids/grid/highcontrast.scss +48 -2
  63. package/SCSS-Themes/grids/grid/material-dark.scss +48 -2
  64. package/SCSS-Themes/grids/grid/material.scss +48 -2
  65. package/SCSS-Themes/grids/grid/material3-dark.scss +48 -2
  66. package/SCSS-Themes/grids/grid/material3.scss +48 -2
  67. package/SCSS-Themes/grids/grid/tailwind-dark.scss +48 -2
  68. package/SCSS-Themes/grids/grid/tailwind.scss +48 -2
  69. package/SCSS-Themes/highcontrast.scss +184 -17
  70. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +25 -7
  71. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +25 -7
  72. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +25 -7
  73. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +25 -7
  74. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +25 -7
  75. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +25 -7
  76. package/SCSS-Themes/image-editor/image-editor/fabric.scss +25 -7
  77. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +25 -7
  78. package/SCSS-Themes/image-editor/image-editor/fluent.scss +25 -7
  79. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +25 -7
  80. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +25 -7
  81. package/SCSS-Themes/image-editor/image-editor/material.scss +25 -7
  82. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +25 -7
  83. package/SCSS-Themes/image-editor/image-editor/material3.scss +25 -7
  84. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +25 -7
  85. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +25 -7
  86. package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap-dark.scss +4 -4
  87. package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap.scss +4 -4
  88. package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap4.scss +4 -4
  89. package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap5-dark.scss +4 -4
  90. package/SCSS-Themes/inplace-editor/inplace-editor/bootstrap5.scss +4 -4
  91. package/SCSS-Themes/inplace-editor/inplace-editor/fabric-dark.scss +4 -4
  92. package/SCSS-Themes/inplace-editor/inplace-editor/fabric.scss +4 -4
  93. package/SCSS-Themes/inplace-editor/inplace-editor/fluent-dark.scss +4 -4
  94. package/SCSS-Themes/inplace-editor/inplace-editor/fluent.scss +4 -4
  95. package/SCSS-Themes/inplace-editor/inplace-editor/highcontrast.scss +4 -4
  96. package/SCSS-Themes/inplace-editor/inplace-editor/material-dark.scss +4 -4
  97. package/SCSS-Themes/inplace-editor/inplace-editor/material.scss +4 -4
  98. package/SCSS-Themes/inplace-editor/inplace-editor/material3-dark.scss +4 -4
  99. package/SCSS-Themes/inplace-editor/inplace-editor/material3.scss +4 -4
  100. package/SCSS-Themes/inplace-editor/inplace-editor/tailwind-dark.scss +4 -4
  101. package/SCSS-Themes/inplace-editor/inplace-editor/tailwind.scss +4 -4
  102. package/SCSS-Themes/material-dark.scss +179 -17
  103. package/SCSS-Themes/material.scss +179 -17
  104. package/SCSS-Themes/material3-dark.scss +181 -19
  105. package/SCSS-Themes/material3.scss +181 -19
  106. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +1 -1
  107. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +1 -1
  108. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +10 -3
  109. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +10 -3
  110. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +10 -3
  111. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +10 -3
  112. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +10 -3
  113. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +10 -3
  114. package/SCSS-Themes/ribbon/ribbon/fabric.scss +10 -3
  115. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +10 -3
  116. package/SCSS-Themes/ribbon/ribbon/fluent.scss +10 -3
  117. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +10 -3
  118. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +10 -3
  119. package/SCSS-Themes/ribbon/ribbon/material.scss +10 -3
  120. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +10 -3
  121. package/SCSS-Themes/ribbon/ribbon/material3.scss +10 -3
  122. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +10 -3
  123. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +10 -3
  124. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +16 -1
  125. package/SCSS-Themes/schedule/schedule/bootstrap.scss +16 -1
  126. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +16 -1
  127. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +16 -1
  128. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +16 -1
  129. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +16 -1
  130. package/SCSS-Themes/schedule/schedule/fabric.scss +16 -1
  131. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +16 -1
  132. package/SCSS-Themes/schedule/schedule/fluent.scss +16 -1
  133. package/SCSS-Themes/schedule/schedule/highcontrast.scss +16 -1
  134. package/SCSS-Themes/schedule/schedule/material-dark.scss +16 -1
  135. package/SCSS-Themes/schedule/schedule/material.scss +16 -1
  136. package/SCSS-Themes/schedule/schedule/material3-dark.scss +16 -1
  137. package/SCSS-Themes/schedule/schedule/material3.scss +16 -1
  138. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +16 -1
  139. package/SCSS-Themes/schedule/schedule/tailwind.scss +16 -1
  140. package/SCSS-Themes/tailwind-dark.scss +181 -18
  141. package/SCSS-Themes/tailwind.scss +181 -18
  142. package/package.json +1 -1
@@ -59873,7 +59873,8 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
59873
59873
  width: $ddl-chip-hooker-square;
59874
59874
  }
59875
59875
 
59876
- .e-multi-select-wrapper .e-searcher input[type = 'text'] {
59876
+ .e-multi-select-wrapper .e-searcher input[type = 'text'],
59877
+ .e-multi-select-wrapper .e-multi-searcher input[type = 'text'] {
59877
59878
  color: $content-text-color;
59878
59879
  height: 100%;
59879
59880
  }
@@ -64622,6 +64623,13 @@ $de-column-presets-font-size: $text-6xl !default;
64622
64623
  padding-left: 20px;
64623
64624
  padding-right: 20px;
64624
64625
  }
64626
+
64627
+ .e-de-para-tab {
64628
+ float: left;
64629
+ }
64630
+ .e-de-para-tab.e-rtl {
64631
+ float: right;
64632
+ }
64625
64633
 
64626
64634
  .e-de-column-label.e-de-rtl {
64627
64635
  font-size: $de-border-dlg-settinglabels-fontsize;
@@ -69109,6 +69117,14 @@ $e-de-ctnr-break-listview-margin-right-big: 16px !default;
69109
69117
  $e-de-ctnr-break-listview-margin-left: 10px !default;
69110
69118
  $e-de-ctnr-break-listview-margin-left-big: 16px !default;
69111
69119
  $de-tlbr-btn-height: calc(100% - 10px) !default;
69120
+ $de-ruler-background-color: $content-bg-color-alt2 !default;
69121
+ $de-ruler-margin-color: $content-bg-color !default;
69122
+ $de-ruler-tick-stroke: $icon-color !default;
69123
+ $de-ruler-label-fill: $content-text-color-alt1 !default;
69124
+ $de-ruler-indent-stroke: $icon-color !default;
69125
+ $de-ruler-indent-fill: $content-bg-color !default;
69126
+ $de-ruler-indent-hover: $content-bg-color-alt3 !default;
69127
+ $de-ruler-indent-active: $primary !default;
69112
69128
 
69113
69129
  // Subtract toolbar & statusbar height
69114
69130
  $de-tool-ctnr-editor-height: calc(100% - 115px) !default;
@@ -70918,6 +70934,62 @@ $de-hlt-clr-height-bigger: 24px;
70918
70934
  }
70919
70935
  }
70920
70936
  }
70937
+ .e-de-hRuler {
70938
+ background-color: $de-ruler-background-color;
70939
+ @if $skin-name =='Material3' {
70940
+ background: $de-ruler-background-color;
70941
+ }
70942
+ border-bottom: 0.5px solid $de-panel-border;
70943
+ }
70944
+ .e-de-vRuler {
70945
+ background-color: $de-ruler-background-color;
70946
+ @if $skin-name =='Material3' {
70947
+ background: $de-ruler-background-color;
70948
+ }
70949
+ border-right: 0.5px solid $de-panel-border;
70950
+ }
70951
+ .e-de-ruler-margin {
70952
+ background-color: $de-ruler-margin-color;
70953
+ @if $skin-name =='Material3' {
70954
+ background: $de-ruler-margin-color;
70955
+ }
70956
+ }
70957
+ .e-de-ruler-tick {
70958
+ stroke: $de-ruler-tick-stroke;
70959
+ }
70960
+ .e-de-ruler-tick-label {
70961
+ fill: $de-ruler-label-fill
70962
+ }
70963
+ .e-de-ruler-markIndicator {
70964
+ background-color: $de-ruler-margin-color;
70965
+ }
70966
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
70967
+ fill: $de-ruler-tick-stroke;
70968
+ }
70969
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
70970
+ fill: $de-ruler-tick-stroke;
70971
+ }
70972
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
70973
+ fill: $de-ruler-indent-fill;
70974
+ stroke: $de-ruler-indent-stroke;
70975
+ }
70976
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
70977
+ fill: $de-ruler-indent-hover;
70978
+ stroke: $de-ruler-indent-stroke;
70979
+ }
70980
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
70981
+ fill: $de-ruler-indent-active;
70982
+ stroke: $de-ruler-indent-stroke;
70983
+ }
70984
+ .e-de-ruler-table-svg {
70985
+ fill: $de-ruler-indent-stroke;
70986
+ }
70987
+ .e-de-ruler-table-svg:hover {
70988
+ fill: $de-ruler-indent-hover;
70989
+ }
70990
+ .e-de-ruler-table-svg:active {
70991
+ fill: $de-ruler-indent-active;
70992
+ }
70921
70993
  .e-rtl {
70922
70994
  .e-listview .e-list-icon {
70923
70995
  height: 24px;
@@ -70930,6 +71002,11 @@ $de-hlt-clr-height-bigger: 24px;
70930
71002
  line-height: 22px;
70931
71003
  margin-left: $e-de-ctnr-break-listview-margin-left;
70932
71004
  }
71005
+ .e-de-vRuler {
71006
+ background-color: $de-ruler-background-color;
71007
+ border-right: none;
71008
+ border-left: 0.5px solid $de-panel-border;
71009
+ }
70933
71010
  }
70934
71011
  .e-bigger {
70935
71012
  @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' or $skin-name =='bootstrap4' {
@@ -76700,6 +76777,15 @@ $grid-dropitems-count-margin-left: -8px !default;
76700
76777
  border-bottom-width: $grid-border-bottom-width;
76701
76778
  }
76702
76779
 
76780
+ .e-bigger & .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell,
76781
+ &.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell,
76782
+ .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell {
76783
+ &.e-groupcaption,
76784
+ &.e-summarycell {
76785
+ border-bottom-width: 0;
76786
+ }
76787
+ }
76788
+
76703
76789
  & .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
76704
76790
  position: relative;
76705
76791
  left: -5px;
@@ -80020,7 +80106,7 @@ margin: $grid-group-animator-cell-margin;
80020
80106
  text-align: left;
80021
80107
  }
80022
80108
 
80023
- &.e-default table th:not([rowspan = '1']) {
80109
+ &.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
80024
80110
  border-width: $grid-headercell-both-border-width;
80025
80111
  }
80026
80112
 
@@ -80046,7 +80132,7 @@ margin: $grid-group-animator-cell-margin;
80046
80132
  border-right-width: 1px;
80047
80133
  }
80048
80134
 
80049
- &.e-rtl.e-default table th:not([rowspan = '1']) {
80135
+ &.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
80050
80136
  border-width: $grid-rtl-headercell-both-border-width;
80051
80137
  }
80052
80138
 
@@ -80088,6 +80174,29 @@ margin: $grid-group-animator-cell-margin;
80088
80174
  &.e-rtl.e-default.e-bothlines .e-detailheadercell {
80089
80175
  border-width: $grid-headercell-both-border-width;
80090
80176
  }
80177
+
80178
+ &.e-resize-lines,
80179
+ &.e-resize-lines.e-rtl {
80180
+
80181
+ & th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder),
80182
+ & th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
80183
+ border-left: 0;
80184
+ border-right: 0;
80185
+ border-top: 0;
80186
+ }
80187
+ }
80188
+
80189
+ &.e-default.e-bothlines .e-headercell,
80190
+ &.e-default.e-bothlines .e-detailheadercell {
80191
+ border-width: $grid-headercell-both-border-width;
80192
+ }
80193
+
80194
+ &.e-bothlines .e-gridheader th.e-stackedheadercell {
80195
+ border-bottom-style: $grid-border-type;
80196
+ border-bottom-width: $grid-border-size;
80197
+ border-left-style: $grid-border-type;
80198
+ border-left-width: $grid-border-size;
80199
+ }
80091
80200
 
80092
80201
  .e-bigger #{&}.e-grid.sf-grid,
80093
80202
  #{&}.e-grid.sf-grid.e-bigger {
@@ -80331,6 +80440,20 @@ margin: $grid-group-animator-cell-margin;
80331
80440
  }
80332
80441
  }
80333
80442
 
80443
+ .e-bigger {
80444
+ &.e-grid.sf-grid.e-row-responsive,
80445
+ .e-grid.sf-grid.e-row-responsive {
80446
+ & .e-gridcontent,
80447
+ & .e-summarycontent {
80448
+ & td::before{
80449
+ @if $grid-skin == 'fluent' {
80450
+ overflow: hidden;
80451
+ }
80452
+ }
80453
+ }
80454
+ }
80455
+ }
80456
+
80334
80457
  .e-bigger .e-grid.e-row-responsive,
80335
80458
  .e-bigger.e-grid.e-row-responsive {
80336
80459
 
@@ -94184,12 +94307,12 @@ $editor-btn-icon-color: $icon-color !default;
94184
94307
  position: relative;
94185
94308
  width: auto;
94186
94309
 
94187
- .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
94310
+ .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
94188
94311
  display: block;
94189
94312
  visibility: hidden;
94190
94313
  }
94191
94314
 
94192
- .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide {
94315
+ .e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
94193
94316
  display: block;
94194
94317
  visibility: hidden;
94195
94318
  }
@@ -94601,8 +94724,8 @@ $editor-btn-icon-color: $icon-color !default;
94601
94724
  &.e-tooltip-wrap {
94602
94725
  max-width: 100%;
94603
94726
 
94604
- .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
94605
- .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide {
94727
+ .e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
94728
+ .e-input-group.e-control-container .e-clear-icon.e-clear-icon-hide {
94606
94729
  display: block;
94607
94730
  visibility: hidden;
94608
94731
  }
@@ -117391,7 +117514,18 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
117391
117514
  line-height: normal;
117392
117515
  }
117393
117516
 
117394
- .e-save-icon {
117517
+ .e-title-text {
117518
+ text-align: center;
117519
+ }
117520
+
117521
+ .e-save-icon,
117522
+ .e-back-icon,
117523
+ .e-delete-icon {
117524
+ width: 2.5em;
117525
+ }
117526
+
117527
+ .e-save-icon,
117528
+ .e-delete-icon {
117395
117529
  text-align: right;
117396
117530
  }
117397
117531
 
@@ -118904,6 +119038,10 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
118904
119038
  content: '\e7c8';
118905
119039
  }
118906
119040
 
119041
+ .e-delete-icon::before {
119042
+ content: '\e820';
119043
+ }
119044
+
118907
119045
  .e-recurrence-container {
118908
119046
  .e-recurrence-edit-button {
118909
119047
  .e-recurrence-edit.e-icons::before {
@@ -118989,6 +119127,10 @@ $image-editor-tbar-btn-fontsize: $text-lg !default;
118989
119127
  $image-editor-bigger-tbar-btn-fontsize: $text-xl !default;
118990
119128
  $image-editor-contextual-toolbar: $content-bg-color-alt2 !default;
118991
119129
  $image-editor-drop-border: 2px dashed $icon-color !default;
119130
+ $image-editor-dropdown-btn-preview-top: -2px !default;
119131
+ $image-editor-dropdown-btn-preview-left: -6px !default;
119132
+ $image-editor-bigger-dropdown-btn-preview-top: -2px !default;
119133
+ $image-editor-bigger-dropdown-btn-preview-left: -6px !default;
118992
119134
 
118993
119135
  @include export-module('image-editor-layout') {
118994
119136
 
@@ -119056,6 +119198,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
119056
119198
 
119057
119199
  & .e-fill.e-template,
119058
119200
  & .e-stroke.e-template,
119201
+ & .e-frame-stroke.e-template,
119059
119202
  & .e-pen-stroke-color.e-template,
119060
119203
  & .e-text-font-color.e-template,
119061
119204
  & .e-save.e-template {
@@ -119074,6 +119217,17 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
119074
119217
  }
119075
119218
  }
119076
119219
 
119220
+ & .e-btn-icon.e-dropdownbtn-preview {
119221
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
119222
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119223
+ }
119224
+
119225
+ & .e-dropdown-btn.e-icon-btn {
119226
+ @if $skin-name == 'Material3' {
119227
+ padding: 7px 15px;
119228
+ }
119229
+ }
119230
+
119077
119231
  & .e-dropdown-btn.e-image-popup {
119078
119232
  & .e-select,
119079
119233
  & .e-annotation,
@@ -119220,6 +119374,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
119220
119374
 
119221
119375
  & .e-fill.e-template,
119222
119376
  & .e-stroke.e-template,
119377
+ & .e-frame-stroke.e-template,
119223
119378
  & .e-pen-stroke-color.e-template,
119224
119379
  & .e-text-font-color.e-template,
119225
119380
  & .e-save.e-template {
@@ -119241,7 +119396,8 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
119241
119396
  & .e-btn-icon.e-dropdownbtn-preview {
119242
119397
  height: 18px;
119243
119398
  width: 18px;
119244
- margin-top: -4px;
119399
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
119400
+ margin-left: $image-editor-dropdown-btn-preview-left;
119245
119401
  }
119246
119402
 
119247
119403
  & .e-dropdown-btn.e-image-popup {
@@ -119313,6 +119469,11 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
119313
119469
  margin: 4px;
119314
119470
  text-align: center;
119315
119471
  }
119472
+
119473
+ & .e-dropdown-btn {
119474
+ margin: 0 auto;
119475
+ width: max-content;
119476
+ }
119316
119477
  }
119317
119478
 
119318
119479
  &.e-frame-wrapper {
@@ -119354,12 +119515,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
119354
119515
 
119355
119516
  & .e-slider-container {
119356
119517
  margin-left: calc(50% - 137px);
119357
- @if $skin-name == 'Material3' {
119358
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
119359
- }
119360
- @else {
119361
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
119362
- }
119518
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
119363
119519
  }
119364
119520
  }
119365
119521
  }
@@ -121722,6 +121878,10 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
121722
121878
  &:focus {
121723
121879
  outline: none;
121724
121880
  }
121881
+
121882
+ &.e-hidden {
121883
+ display: none;
121884
+ }
121725
121885
  }
121726
121886
 
121727
121887
  .e-ribbon-overall-of-btn {
@@ -121793,7 +121953,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
121793
121953
  padding-top: $ribbon-group-padding;
121794
121954
  height: $ribbon-group-height;
121795
121955
 
121796
- &.e-hidden {
121956
+ &.e-hidden,
121957
+ &.e-hide-group {
121797
121958
  display: none;
121798
121959
  }
121799
121960
 
@@ -122335,7 +122496,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
122335
122496
 
122336
122497
  .e-ribbon-overflow-target {
122337
122498
 
122338
- &.e-hidden {
122499
+ &.e-hidden,
122500
+ &.e-hide-group {
122339
122501
  display: none;
122340
122502
  }
122341
122503
 
@@ -122344,7 +122506,8 @@ $ribbon-group-button-dropdown-popup-box-shadow: none !default;
122344
122506
  }
122345
122507
 
122346
122508
  .e-ribbon-of-tab .e-ribbon-of-group-container {
122347
- &.e-hidden {
122509
+ &.e-hidden,
122510
+ &.e-hide-group {
122348
122511
  display: none;
122349
122512
  }
122350
122513
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@syncfusion/blazor-themes","version":"23.1.44","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
1
+ {"name":"@syncfusion/blazor-themes","version":"23.2.5","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}