@syncfusion/blazor-themes 31.1.19 → 31.1.20

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 (205) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +5 -5
  2. package/Compiled-Themes/bds-dark.css +5 -5
  3. package/Compiled-Themes/bds-lite.css +5 -5
  4. package/Compiled-Themes/bds.css +5 -5
  5. package/Compiled-Themes/bootstrap-dark-lite.css +4 -2
  6. package/Compiled-Themes/bootstrap-dark.css +4 -2
  7. package/Compiled-Themes/bootstrap-lite.css +4 -2
  8. package/Compiled-Themes/bootstrap.css +4 -2
  9. package/Compiled-Themes/bootstrap4-lite.css +11 -8
  10. package/Compiled-Themes/bootstrap4.css +22 -12
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +15 -13
  12. package/Compiled-Themes/bootstrap5-dark.css +31 -20
  13. package/Compiled-Themes/bootstrap5-lite.css +15 -13
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +34 -20
  15. package/Compiled-Themes/bootstrap5.3-dark.css +51 -28
  16. package/Compiled-Themes/bootstrap5.3-lite.css +34 -20
  17. package/Compiled-Themes/bootstrap5.3.css +51 -28
  18. package/Compiled-Themes/bootstrap5.css +31 -20
  19. package/Compiled-Themes/fabric-dark-lite.css +4 -2
  20. package/Compiled-Themes/fabric-dark.css +4 -2
  21. package/Compiled-Themes/fabric-lite.css +4 -2
  22. package/Compiled-Themes/fabric.css +4 -2
  23. package/Compiled-Themes/fluent-dark-lite.css +13 -10
  24. package/Compiled-Themes/fluent-dark.css +23 -13
  25. package/Compiled-Themes/fluent-lite.css +13 -10
  26. package/Compiled-Themes/fluent.css +23 -13
  27. package/Compiled-Themes/fluent2-dark-lite.css +7 -5
  28. package/Compiled-Themes/fluent2-dark.css +8 -6
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +10 -5
  30. package/Compiled-Themes/fluent2-highcontrast.css +11 -6
  31. package/Compiled-Themes/fluent2-lite.css +7 -5
  32. package/Compiled-Themes/fluent2.css +8 -6
  33. package/Compiled-Themes/highcontrast-lite.css +12 -9
  34. package/Compiled-Themes/highcontrast.css +24 -12
  35. package/Compiled-Themes/material-dark-lite.css +17 -12
  36. package/Compiled-Themes/material-dark.css +37 -16
  37. package/Compiled-Themes/material-lite.css +17 -9
  38. package/Compiled-Themes/material.css +34 -12
  39. package/Compiled-Themes/material3-dark-lite.css +5 -6
  40. package/Compiled-Themes/material3-dark.css +6 -6
  41. package/Compiled-Themes/material3-lite.css +5 -6
  42. package/Compiled-Themes/material3.css +6 -6
  43. package/Compiled-Themes/tailwind-dark-lite.css +4 -4
  44. package/Compiled-Themes/tailwind-dark.css +4 -4
  45. package/Compiled-Themes/tailwind-lite.css +4 -4
  46. package/Compiled-Themes/tailwind.css +4 -4
  47. package/Compiled-Themes/tailwind3-dark-lite.css +9 -4
  48. package/Compiled-Themes/tailwind3-dark.css +16 -4
  49. package/Compiled-Themes/tailwind3-lite.css +9 -4
  50. package/Compiled-Themes/tailwind3.css +16 -4
  51. package/SCSS-Themes/bds-dark-lite.scss +85 -24
  52. package/SCSS-Themes/bds-dark.scss +179 -26
  53. package/SCSS-Themes/bds-lite.scss +85 -24
  54. package/SCSS-Themes/bds.scss +179 -26
  55. package/SCSS-Themes/bootstrap-dark-lite.scss +84 -23
  56. package/SCSS-Themes/bootstrap-dark.scss +178 -25
  57. package/SCSS-Themes/bootstrap-lite.scss +84 -23
  58. package/SCSS-Themes/bootstrap.scss +178 -25
  59. package/SCSS-Themes/bootstrap4-lite.scss +91 -30
  60. package/SCSS-Themes/bootstrap4.scss +185 -32
  61. package/SCSS-Themes/bootstrap5-dark-lite.scss +92 -31
  62. package/SCSS-Themes/bootstrap5-dark.scss +186 -33
  63. package/SCSS-Themes/bootstrap5-lite.scss +92 -31
  64. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +100 -39
  65. package/SCSS-Themes/bootstrap5.3-dark.scss +194 -41
  66. package/SCSS-Themes/bootstrap5.3-lite.scss +100 -39
  67. package/SCSS-Themes/bootstrap5.3.scss +194 -41
  68. package/SCSS-Themes/bootstrap5.scss +186 -33
  69. package/SCSS-Themes/fabric-dark-lite.scss +84 -23
  70. package/SCSS-Themes/fabric-dark.scss +178 -25
  71. package/SCSS-Themes/fabric-lite.scss +84 -23
  72. package/SCSS-Themes/fabric.scss +178 -25
  73. package/SCSS-Themes/fluent-dark-lite.scss +90 -29
  74. package/SCSS-Themes/fluent-dark.scss +184 -31
  75. package/SCSS-Themes/fluent-lite.scss +90 -29
  76. package/SCSS-Themes/fluent.scss +184 -31
  77. package/SCSS-Themes/fluent2-dark-lite.scss +87 -26
  78. package/SCSS-Themes/fluent2-dark.scss +181 -28
  79. package/SCSS-Themes/fluent2-highcontrast-lite.scss +87 -26
  80. package/SCSS-Themes/fluent2-highcontrast.scss +181 -28
  81. package/SCSS-Themes/fluent2-lite.scss +87 -26
  82. package/SCSS-Themes/fluent2.scss +181 -28
  83. package/SCSS-Themes/highcontrast-lite.scss +90 -29
  84. package/SCSS-Themes/highcontrast.scss +184 -31
  85. package/SCSS-Themes/material-dark-lite.scss +91 -30
  86. package/SCSS-Themes/material-dark.scss +185 -32
  87. package/SCSS-Themes/material-lite.scss +90 -29
  88. package/SCSS-Themes/material.scss +184 -31
  89. package/SCSS-Themes/material3-dark-lite.scss +86 -25
  90. package/SCSS-Themes/material3-dark.scss +180 -27
  91. package/SCSS-Themes/material3-lite.scss +86 -25
  92. package/SCSS-Themes/material3.scss +180 -27
  93. package/SCSS-Themes/navigations/menu/material3-dark-lite.scss +1 -1
  94. package/SCSS-Themes/navigations/menu/material3-dark.scss +1 -1
  95. package/SCSS-Themes/navigations/menu/material3-lite.scss +1 -1
  96. package/SCSS-Themes/navigations/menu/material3.scss +1 -1
  97. package/SCSS-Themes/navigations/treeview/bds-dark-lite.scss +74 -18
  98. package/SCSS-Themes/navigations/treeview/bds-dark.scss +165 -18
  99. package/SCSS-Themes/navigations/treeview/bds-lite.scss +74 -18
  100. package/SCSS-Themes/navigations/treeview/bds.scss +165 -18
  101. package/SCSS-Themes/navigations/treeview/bootstrap-dark-lite.scss +73 -17
  102. package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +164 -17
  103. package/SCSS-Themes/navigations/treeview/bootstrap-lite.scss +73 -17
  104. package/SCSS-Themes/navigations/treeview/bootstrap.scss +164 -17
  105. package/SCSS-Themes/navigations/treeview/bootstrap4-lite.scss +80 -24
  106. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +171 -24
  107. package/SCSS-Themes/navigations/treeview/bootstrap5-dark-lite.scss +75 -19
  108. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +166 -19
  109. package/SCSS-Themes/navigations/treeview/bootstrap5-lite.scss +75 -19
  110. package/SCSS-Themes/navigations/treeview/bootstrap5.3-dark-lite.scss +81 -25
  111. package/SCSS-Themes/navigations/treeview/bootstrap5.3-dark.scss +172 -25
  112. package/SCSS-Themes/navigations/treeview/bootstrap5.3-lite.scss +81 -25
  113. package/SCSS-Themes/navigations/treeview/bootstrap5.3.scss +172 -25
  114. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +166 -19
  115. package/SCSS-Themes/navigations/treeview/fabric-dark-lite.scss +73 -17
  116. package/SCSS-Themes/navigations/treeview/fabric-dark.scss +164 -17
  117. package/SCSS-Themes/navigations/treeview/fabric-lite.scss +73 -17
  118. package/SCSS-Themes/navigations/treeview/fabric.scss +164 -17
  119. package/SCSS-Themes/navigations/treeview/fluent-dark-lite.scss +79 -23
  120. package/SCSS-Themes/navigations/treeview/fluent-dark.scss +170 -23
  121. package/SCSS-Themes/navigations/treeview/fluent-lite.scss +79 -23
  122. package/SCSS-Themes/navigations/treeview/fluent.scss +170 -23
  123. package/SCSS-Themes/navigations/treeview/fluent2-dark-lite.scss +73 -17
  124. package/SCSS-Themes/navigations/treeview/fluent2-dark.scss +164 -17
  125. package/SCSS-Themes/navigations/treeview/fluent2-highcontrast-lite.scss +73 -17
  126. package/SCSS-Themes/navigations/treeview/fluent2-highcontrast.scss +164 -17
  127. package/SCSS-Themes/navigations/treeview/fluent2-lite.scss +73 -17
  128. package/SCSS-Themes/navigations/treeview/fluent2.scss +164 -17
  129. package/SCSS-Themes/navigations/treeview/highcontrast-lite.scss +79 -23
  130. package/SCSS-Themes/navigations/treeview/highcontrast.scss +170 -23
  131. package/SCSS-Themes/navigations/treeview/material-dark-lite.scss +80 -24
  132. package/SCSS-Themes/navigations/treeview/material-dark.scss +171 -24
  133. package/SCSS-Themes/navigations/treeview/material-lite.scss +79 -23
  134. package/SCSS-Themes/navigations/treeview/material.scss +170 -23
  135. package/SCSS-Themes/navigations/treeview/material3-dark-lite.scss +73 -17
  136. package/SCSS-Themes/navigations/treeview/material3-dark.scss +164 -17
  137. package/SCSS-Themes/navigations/treeview/material3-lite.scss +73 -17
  138. package/SCSS-Themes/navigations/treeview/material3.scss +164 -17
  139. package/SCSS-Themes/navigations/treeview/tailwind-dark-lite.scss +73 -17
  140. package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +164 -17
  141. package/SCSS-Themes/navigations/treeview/tailwind-lite.scss +73 -17
  142. package/SCSS-Themes/navigations/treeview/tailwind.scss +164 -17
  143. package/SCSS-Themes/navigations/treeview/tailwind3-dark-lite.scss +74 -18
  144. package/SCSS-Themes/navigations/treeview/tailwind3-dark.scss +165 -18
  145. package/SCSS-Themes/navigations/treeview/tailwind3-lite.scss +74 -18
  146. package/SCSS-Themes/navigations/treeview/tailwind3.scss +165 -18
  147. package/SCSS-Themes/notifications/toast/bds-dark-lite.scss +11 -6
  148. package/SCSS-Themes/notifications/toast/bds-dark.scss +14 -8
  149. package/SCSS-Themes/notifications/toast/bds-lite.scss +11 -6
  150. package/SCSS-Themes/notifications/toast/bds.scss +14 -8
  151. package/SCSS-Themes/notifications/toast/bootstrap-dark-lite.scss +11 -6
  152. package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +14 -8
  153. package/SCSS-Themes/notifications/toast/bootstrap-lite.scss +11 -6
  154. package/SCSS-Themes/notifications/toast/bootstrap.scss +14 -8
  155. package/SCSS-Themes/notifications/toast/bootstrap4-lite.scss +11 -6
  156. package/SCSS-Themes/notifications/toast/bootstrap4.scss +14 -8
  157. package/SCSS-Themes/notifications/toast/bootstrap5-dark-lite.scss +17 -12
  158. package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +20 -14
  159. package/SCSS-Themes/notifications/toast/bootstrap5-lite.scss +17 -12
  160. package/SCSS-Themes/notifications/toast/bootstrap5.3-dark-lite.scss +19 -14
  161. package/SCSS-Themes/notifications/toast/bootstrap5.3-dark.scss +22 -16
  162. package/SCSS-Themes/notifications/toast/bootstrap5.3-lite.scss +19 -14
  163. package/SCSS-Themes/notifications/toast/bootstrap5.3.scss +22 -16
  164. package/SCSS-Themes/notifications/toast/bootstrap5.scss +20 -14
  165. package/SCSS-Themes/notifications/toast/fabric-dark-lite.scss +11 -6
  166. package/SCSS-Themes/notifications/toast/fabric-dark.scss +14 -8
  167. package/SCSS-Themes/notifications/toast/fabric-lite.scss +11 -6
  168. package/SCSS-Themes/notifications/toast/fabric.scss +14 -8
  169. package/SCSS-Themes/notifications/toast/fluent-dark-lite.scss +11 -6
  170. package/SCSS-Themes/notifications/toast/fluent-dark.scss +14 -8
  171. package/SCSS-Themes/notifications/toast/fluent-lite.scss +11 -6
  172. package/SCSS-Themes/notifications/toast/fluent.scss +14 -8
  173. package/SCSS-Themes/notifications/toast/fluent2-dark-lite.scss +14 -9
  174. package/SCSS-Themes/notifications/toast/fluent2-dark.scss +17 -11
  175. package/SCSS-Themes/notifications/toast/fluent2-highcontrast-lite.scss +14 -9
  176. package/SCSS-Themes/notifications/toast/fluent2-highcontrast.scss +17 -11
  177. package/SCSS-Themes/notifications/toast/fluent2-lite.scss +14 -9
  178. package/SCSS-Themes/notifications/toast/fluent2.scss +17 -11
  179. package/SCSS-Themes/notifications/toast/highcontrast-lite.scss +11 -6
  180. package/SCSS-Themes/notifications/toast/highcontrast.scss +14 -8
  181. package/SCSS-Themes/notifications/toast/material-dark-lite.scss +11 -6
  182. package/SCSS-Themes/notifications/toast/material-dark.scss +14 -8
  183. package/SCSS-Themes/notifications/toast/material-lite.scss +11 -6
  184. package/SCSS-Themes/notifications/toast/material.scss +14 -8
  185. package/SCSS-Themes/notifications/toast/material3-dark-lite.scss +12 -7
  186. package/SCSS-Themes/notifications/toast/material3-dark.scss +15 -9
  187. package/SCSS-Themes/notifications/toast/material3-lite.scss +12 -7
  188. package/SCSS-Themes/notifications/toast/material3.scss +15 -9
  189. package/SCSS-Themes/notifications/toast/tailwind-dark-lite.scss +11 -6
  190. package/SCSS-Themes/notifications/toast/tailwind-dark.scss +14 -8
  191. package/SCSS-Themes/notifications/toast/tailwind-lite.scss +11 -6
  192. package/SCSS-Themes/notifications/toast/tailwind.scss +14 -8
  193. package/SCSS-Themes/notifications/toast/tailwind3-dark-lite.scss +11 -6
  194. package/SCSS-Themes/notifications/toast/tailwind3-dark.scss +14 -8
  195. package/SCSS-Themes/notifications/toast/tailwind3-lite.scss +11 -6
  196. package/SCSS-Themes/notifications/toast/tailwind3.scss +14 -8
  197. package/SCSS-Themes/tailwind-dark-lite.scss +84 -23
  198. package/SCSS-Themes/tailwind-dark.scss +178 -25
  199. package/SCSS-Themes/tailwind-lite.scss +84 -23
  200. package/SCSS-Themes/tailwind.scss +178 -25
  201. package/SCSS-Themes/tailwind3-dark-lite.scss +85 -24
  202. package/SCSS-Themes/tailwind3-dark.scss +179 -26
  203. package/SCSS-Themes/tailwind3-lite.scss +85 -24
  204. package/SCSS-Themes/tailwind3.scss +179 -26
  205. package/package.json +1 -1
@@ -60899,7 +60899,7 @@ $treeview-icon-font-size: $text-base !default;
60899
60899
  $treeview-image-font-size: $text-xl !default;
60900
60900
  $treeview-item-height: 40px !default;
60901
60901
  $treeview-text-height: 20px !default;
60902
- $treeview-input-height: 30px !default;
60902
+ $treeview-input-height: 32px !default;
60903
60903
  $treeview-root-ul-padding: 0 0 0 12px !default;
60904
60904
  $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
60905
60905
  $treeview-child-ul-padding: 0 0 0 20px !default;
@@ -61184,7 +61184,7 @@ $treeview-item-active-check-color: $primary !default;
61184
61184
 
61185
61185
  .e-list-item {
61186
61186
  list-style: none;
61187
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
61187
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
61188
61188
  padding: 2px 0;
61189
61189
  }
61190
61190
  @if $skin-name == 'fluent2' {
@@ -61192,13 +61192,12 @@ $treeview-item-active-check-color: $primary !default;
61192
61192
  }
61193
61193
 
61194
61194
  .e-ul {
61195
- margin: 2px 0 -2px;
61196
61195
  padding: $treeview-child-ul-padding;
61197
- @if $skin-name == 'tailwind' {
61198
- margin: 2px 0 0;
61196
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
61197
+ margin: 2px 0 -2px;
61199
61198
  }
61200
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
61201
- margin: 0;
61199
+ @if $skin-name == 'fluent2' {
61200
+ margin-top: 4px;
61202
61201
  }
61203
61202
  }
61204
61203
 
@@ -61235,6 +61234,45 @@ $treeview-item-active-check-color: $primary !default;
61235
61234
  .e-icons.e-icons-spinner::before {
61236
61235
  content: none;
61237
61236
  }
61237
+
61238
+ .e-text-content {
61239
+ .e-list-text {
61240
+ &:has(> .e-input-group) {
61241
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
61242
+ padding-top: 1px;
61243
+ padding-bottom: 1px;
61244
+ .e-input-group {
61245
+ height: 34px;
61246
+
61247
+ .e-input {
61248
+ line-height: 26px;
61249
+ min-height: 26px;
61250
+ }
61251
+ }
61252
+ }
61253
+ @if $skin-name == 'tailwind3' {
61254
+ padding-top: 4px;
61255
+ padding-bottom: 4px;
61256
+ }
61257
+ @if $skin-name == 'highcontrast' {
61258
+ padding-top: 3px;
61259
+ padding-bottom: 3px;
61260
+ }
61261
+ @if ($skin-name == 'FluentUI') {
61262
+ padding-top: 3px;
61263
+ padding-bottom: 3px;
61264
+ }
61265
+ @if $skin-name == 'bootstrap5.3' {
61266
+ padding-top: 2px;
61267
+ padding-bottom: 2px;
61268
+ }
61269
+ @if $skin-name == 'bootstrap4' {
61270
+ padding-top: 5px;
61271
+ padding-bottom: 5px;
61272
+ }
61273
+ }
61274
+ }
61275
+ }
61238
61276
  }
61239
61277
 
61240
61278
  .e-icons {
@@ -61252,11 +61290,14 @@ $treeview-item-active-check-color: $primary !default;
61252
61290
 
61253
61291
  .e-text-content {
61254
61292
  @include user-select;
61255
- border: 1px solid;
61256
61293
  cursor: pointer;
61257
61294
  margin: 0;
61258
61295
  padding: $treeview-text-wrap-padding;
61259
61296
 
61297
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
61298
+ border: 1px solid;
61299
+ }
61300
+
61260
61301
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
61261
61302
  border: none;
61262
61303
  }
@@ -61342,14 +61383,13 @@ $treeview-item-active-check-color: $primary !default;
61342
61383
 
61343
61384
  .e-input-group {
61344
61385
  height: $treeview-input-height;
61345
- @if ($skin-name == 'FluentUI') {
61346
- margin-top: 3px;
61347
- }
61348
- @else if($skin-name == 'tailwind') {
61349
- margin-bottom: 3px;
61386
+ @if ($skin-name == 'tailwind') {
61387
+ margin-top: 4px;
61388
+ margin-bottom: 4px;
61350
61389
  }
61351
61390
  @else if($skin-name == 'bootstrap5') {
61352
- margin-bottom: 2px;
61391
+ margin-bottom: 3px;
61392
+ margin-top: 3px;
61353
61393
  }
61354
61394
  @else {
61355
61395
  margin-bottom: 0;
@@ -61359,9 +61399,20 @@ $treeview-item-active-check-color: $primary !default;
61359
61399
  @if ($skin-name == 'fluent2') {
61360
61400
  border-color: $treeview-input-border-color;
61361
61401
  }
61362
- @if $skin-name != 'material' {
61363
- .e-input {
61402
+ .e-input {
61403
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
61364
61404
  height: 28px;
61405
+ padding-top: 6px;
61406
+ padding-bottom: 6px;
61407
+ }
61408
+ @if $skin-name == 'tailwind3' {
61409
+ line-height: 20px;
61410
+ height: 32px;
61411
+ }
61412
+ @if $skin-name == 'bootstrap5.3' {
61413
+ height: 32px;
61414
+ padding-top: 5px;
61415
+ padding-bottom: 5px;
61365
61416
  }
61366
61417
  }
61367
61418
  }
@@ -61953,13 +62004,13 @@ $treeview-item-active-check-color: $primary !default;
61953
62004
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
61954
62005
  color: $treeview-item-active-check-color;
61955
62006
  }
61956
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
62007
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
61957
62008
  border-color: $content-text-color-selected;
61958
62009
  }
61959
62010
  }
61960
62011
 
61961
62012
  .e-stop {
61962
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
62013
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
61963
62014
  border-color: $content-text-color-selected;
61964
62015
  }
61965
62016
  }
@@ -62010,6 +62061,11 @@ $treeview-item-active-check-color: $primary !default;
62010
62061
  }
62011
62062
  }
62012
62063
  }
62064
+ @if ($theme-name == 'fluent2-highcontrast') {
62065
+ .e-checkbox-wrapper .e-frame.e-check {
62066
+ border-color: $content-text-color-hover;
62067
+ }
62068
+ }
62013
62069
  }
62014
62070
 
62015
62071
  .e-sibling {
@@ -62379,6 +62435,30 @@ $treeview-item-active-check-color: $primary !default;
62379
62435
  min-height: $treeview-big-item-height;
62380
62436
  }
62381
62437
 
62438
+ @if $skin-name == 'bootstrap5.3' {
62439
+ padding: $treeview-big-text-padding;
62440
+ }
62441
+
62442
+ @if $skin-name == 'highcontrast' {
62443
+ padding-top: 11px;
62444
+ padding-bottom: 11px;
62445
+ }
62446
+
62447
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
62448
+ padding-top: 12px;
62449
+ padding-bottom: 12px;
62450
+ }
62451
+
62452
+ @if $skin-name == 'FluentUI' {
62453
+ padding-top: 10px;
62454
+ padding-bottom: 10px;
62455
+ }
62456
+
62457
+ @if $skin-name == 'bootstrap4' {
62458
+ padding-top: 13px;
62459
+ padding-bottom: 13px;
62460
+ }
62461
+
62382
62462
  .e-input-group {
62383
62463
  height: $treeview-big-input-height;
62384
62464
 
@@ -62387,6 +62467,69 @@ $treeview-item-active-check-color: $primary !default;
62387
62467
  height: 36px;
62388
62468
  }
62389
62469
  }
62470
+
62471
+ @if $skin-name =='bootstrap5' {
62472
+ padding-top: 6px;
62473
+ padding-bottom: 6px;
62474
+ margin-top: 2px;
62475
+ margin-bottom: 2px;
62476
+ }
62477
+
62478
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
62479
+ line-height: 42px;
62480
+ min-height: 42px;
62481
+ }
62482
+
62483
+ .e-input {
62484
+ @if $skin-name =='tailwind3' {
62485
+ height: 40px;
62486
+ line-height: 24px;
62487
+ padding-top: 8px;
62488
+ padding-bottom: 8px;
62489
+ }
62490
+
62491
+ @if $skin-name =='bootstrap5' {
62492
+ height: 24px;
62493
+ }
62494
+
62495
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
62496
+ line-height: 28px;
62497
+ min-height: 28px;
62498
+ padding-top: 9px;
62499
+ padding-bottom: 5px;
62500
+ }
62501
+
62502
+ @if $skin-name == 'bootstrap5.3' {
62503
+ line-height: 24px;
62504
+ min-height: 24px;
62505
+ padding-top: 7px;
62506
+ padding-bottom: 7px;
62507
+ }
62508
+ }
62509
+ }
62510
+ }
62511
+
62512
+ .e-list-item .e-text-content .e-list-text {
62513
+ &:has(> .e-input-group) {
62514
+ @if $skin-name =='highcontrast' {
62515
+ padding-top: 4px;
62516
+ padding-bottom: 4px;
62517
+ }
62518
+
62519
+ @if $skin-name =='FluentUI' {
62520
+ padding-top: 2px;
62521
+ padding-bottom: 2px;
62522
+ }
62523
+
62524
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
62525
+ padding-top: 3px;
62526
+ padding-bottom: 3px;
62527
+ }
62528
+
62529
+ @if $skin-name == 'bootstrap4' {
62530
+ padding-top: 6px;
62531
+ padding-bottom: 6px;
62532
+ }
62390
62533
  }
62391
62534
  }
62392
62535
 
@@ -62571,6 +62714,10 @@ $treeview-item-active-check-color: $primary !default;
62571
62714
  .e-treeview.e-bigger {
62572
62715
  .e-list-text {
62573
62716
  font-size: $treeview-big-font-size;
62717
+ @if $skin-name == 'Material3' {
62718
+ padding: 12px;
62719
+ }
62720
+
62574
62721
  @if $skin-name == 'bootstrap4' {
62575
62722
  color: $treeview-big-text-color;
62576
62723
  }
@@ -111159,10 +111306,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
111159
111306
  &:first-child {
111160
111307
  padding: 0;
111161
111308
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
111162
- padding-bottom: 12px;
111309
+ padding-bottom: 8px;
111163
111310
  padding-left: 12px;
111164
111311
  padding-right: 12px;
111165
- padding-top: 12px;
111312
+ padding-top: 8px;
111166
111313
  }
111167
111314
  }
111168
111315
 
@@ -111230,7 +111377,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
111230
111377
  .e-toast-content {
111231
111378
  &:first-child {
111232
111379
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
111233
- padding-left: 48px;
111380
+ padding-left: 44px;
111234
111381
  }
111235
111382
  }
111236
111383
  }
@@ -111277,9 +111424,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
111277
111424
  margin-right: $toast-icon-nrml-right-margin;
111278
111425
  width: $toast-icon-nrml-width;
111279
111426
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
111280
- left: 16px;
111281
- margin-left: 13px;
111282
- margin-top: 13px;
111427
+ left: 0;
111428
+ margin-left: 12px;
111429
+ margin-top: 10px;
111430
+ padding-bottom: 6px;
111431
+ position: absolute;
111432
+ }
111433
+ @if $skin-name == 'fluent2' {
111434
+ margin-top: 2px;
111283
111435
  }
111284
111436
  }
111285
111437
 
@@ -111751,8 +111903,9 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
111751
111903
  margin-right: $toast-icon-bgr-right-margin;
111752
111904
  width: $toast-icon-bgr-width;
111753
111905
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
111754
- left: 18px;
111755
- margin-top: 13px;
111906
+ left: 0;
111907
+ margin-top: 14px;
111908
+ margin-left: 12px;
111756
111909
  }
111757
111910
  }
111758
111911
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@syncfusion/blazor-themes","version":"31.1.19","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@gitea.syncfusion.com/syncfusion/blazor-samples"}}
1
+ {"name":"@syncfusion/blazor-themes","version":"31.1.20","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@gitea.syncfusion.com/syncfusion/blazor-samples"}}