@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
@@ -59812,8 +59812,8 @@ $treeview-font-size: $text-sm !default;
59812
59812
  $treeview-icon-font-size: $text-xl !default;
59813
59813
  $treeview-image-font-size: $text-xl !default;
59814
59814
  $treeview-item-height: 36px !default;
59815
- $treeview-text-height: 34px !default;
59816
- $treeview-input-height: 30px !default;
59815
+ $treeview-text-height: 22px !default;
59816
+ $treeview-input-height: 32px !default;
59817
59817
  $treeview-root-ul-padding: 0 0 0 12px !default;
59818
59818
  $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
59819
59819
  $treeview-child-ul-padding: 0 0 0 20px !default;
@@ -59825,7 +59825,7 @@ $treeview-big-icon-size: 24px !default;
59825
59825
  $treeview-icon-margin: 0 4px 0 -24px !default;
59826
59826
  $treeview-rtl-icon-margin: 0 -20px 0 0 !default;
59827
59827
  $treeview-icon-padding: 0px !default;
59828
- $treeview-text-padding: 0 8px !default;
59828
+ $treeview-text-padding: 7px 8px !default;
59829
59829
  $treeview-text-margin: 0 !default;
59830
59830
  $treeview-image-size: 18px !default;
59831
59831
  $treeview-image-margin: 0 0 0 8px !default;
@@ -59840,7 +59840,7 @@ $treeview-icon-image-margin: 0 0 0 8px !default;
59840
59840
  $treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
59841
59841
  $treeview-check-margin: 0 0 0 8px !default;
59842
59842
  $treeview-rtl-check-margin: 0 12px 0 0 !default;
59843
- $treeview-check-text-padding: 0 8px !default;
59843
+ $treeview-check-text-padding: 7px 8px !default;
59844
59844
  $treeview-check-image-margin: 0 0 0 8px !default;
59845
59845
  $treeview-rtl-check-image-margin: 0 8px 0 0 !default;
59846
59846
  $treeview-drop-count-border-size: 1px !default;
@@ -59855,9 +59855,9 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
59855
59855
  $treeview-big-font-size: $text-base !default;
59856
59856
  $treeview-big-icon-font-size: $text-2xl !default;
59857
59857
  $treeview-big-item-height: 42px !default;
59858
- $treeview-big-text-height: 40px !default;
59859
- $treeview-big-input-height: 40px !default;
59860
- $treeview-big-text-padding: 0 12px !default;
59858
+ $treeview-big-text-height: 24px !default;
59859
+ $treeview-big-input-height: 38px !default;
59860
+ $treeview-big-text-padding: 9px 12px !default;
59861
59861
  $treeview-big-input-padding: 0 9px !default;
59862
59862
  $treeview-big-icon-padding: 0px !default;
59863
59863
  $treeview-big-image-margin: 0 0 0 12px !default;
@@ -59880,7 +59880,7 @@ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
59880
59880
  $treeview-big-drag-icon-font-size: $text-2xl !default;
59881
59881
  $treeview-big-drag-item-text-padding-left: 24px !default;
59882
59882
  $treeview-big-drag-before-icon-padding: 6px !default;
59883
- $treeview-big-check-text-padding: 0 12px !default;
59883
+ $treeview-big-check-text-padding: 9px 12px !default;
59884
59884
  $treeview-big-check-wrap-width: calc(100% - 29px) !default;
59885
59885
  $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
59886
59886
  $treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
@@ -60092,7 +60092,7 @@ $treeview-item-active-check-color: $primary !default;
60092
60092
 
60093
60093
  .e-list-item {
60094
60094
  list-style: none;
60095
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
60095
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60096
60096
  padding: 2px 0;
60097
60097
  }
60098
60098
  @if $skin-name == 'fluent2' {
@@ -60100,13 +60100,12 @@ $treeview-item-active-check-color: $primary !default;
60100
60100
  }
60101
60101
 
60102
60102
  .e-ul {
60103
- margin: 2px 0 -2px;
60104
60103
  padding: $treeview-child-ul-padding;
60105
- @if $skin-name == 'tailwind' {
60106
- margin: 2px 0 0;
60104
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60105
+ margin: 2px 0 -2px;
60107
60106
  }
60108
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
60109
- margin: 0;
60107
+ @if $skin-name == 'fluent2' {
60108
+ margin-top: 4px;
60110
60109
  }
60111
60110
  }
60112
60111
 
@@ -60143,6 +60142,45 @@ $treeview-item-active-check-color: $primary !default;
60143
60142
  .e-icons.e-icons-spinner::before {
60144
60143
  content: none;
60145
60144
  }
60145
+
60146
+ .e-text-content {
60147
+ .e-list-text {
60148
+ &:has(> .e-input-group) {
60149
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
60150
+ padding-top: 1px;
60151
+ padding-bottom: 1px;
60152
+ .e-input-group {
60153
+ height: 34px;
60154
+
60155
+ .e-input {
60156
+ line-height: 26px;
60157
+ min-height: 26px;
60158
+ }
60159
+ }
60160
+ }
60161
+ @if $skin-name == 'tailwind3' {
60162
+ padding-top: 4px;
60163
+ padding-bottom: 4px;
60164
+ }
60165
+ @if $skin-name == 'highcontrast' {
60166
+ padding-top: 3px;
60167
+ padding-bottom: 3px;
60168
+ }
60169
+ @if ($skin-name == 'FluentUI') {
60170
+ padding-top: 3px;
60171
+ padding-bottom: 3px;
60172
+ }
60173
+ @if $skin-name == 'bootstrap5.3' {
60174
+ padding-top: 2px;
60175
+ padding-bottom: 2px;
60176
+ }
60177
+ @if $skin-name == 'bootstrap4' {
60178
+ padding-top: 5px;
60179
+ padding-bottom: 5px;
60180
+ }
60181
+ }
60182
+ }
60183
+ }
60146
60184
  }
60147
60185
 
60148
60186
  .e-icons {
@@ -60160,11 +60198,14 @@ $treeview-item-active-check-color: $primary !default;
60160
60198
 
60161
60199
  .e-text-content {
60162
60200
  @include user-select;
60163
- border: 1px solid;
60164
60201
  cursor: pointer;
60165
60202
  margin: 0;
60166
60203
  padding: $treeview-text-wrap-padding;
60167
60204
 
60205
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
60206
+ border: 1px solid;
60207
+ }
60208
+
60168
60209
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
60169
60210
  border: none;
60170
60211
  }
@@ -60250,14 +60291,13 @@ $treeview-item-active-check-color: $primary !default;
60250
60291
 
60251
60292
  .e-input-group {
60252
60293
  height: $treeview-input-height;
60253
- @if ($skin-name == 'FluentUI') {
60254
- margin-top: 3px;
60255
- }
60256
- @else if($skin-name == 'tailwind') {
60257
- margin-bottom: 3px;
60294
+ @if ($skin-name == 'tailwind') {
60295
+ margin-top: 4px;
60296
+ margin-bottom: 4px;
60258
60297
  }
60259
60298
  @else if($skin-name == 'bootstrap5') {
60260
- margin-bottom: 2px;
60299
+ margin-bottom: 3px;
60300
+ margin-top: 3px;
60261
60301
  }
60262
60302
  @else {
60263
60303
  margin-bottom: 0;
@@ -60267,9 +60307,20 @@ $treeview-item-active-check-color: $primary !default;
60267
60307
  @if ($skin-name == 'fluent2') {
60268
60308
  border-color: $treeview-input-border-color;
60269
60309
  }
60270
- @if $skin-name != 'material' {
60271
- .e-input {
60310
+ .e-input {
60311
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
60272
60312
  height: 28px;
60313
+ padding-top: 6px;
60314
+ padding-bottom: 6px;
60315
+ }
60316
+ @if $skin-name == 'tailwind3' {
60317
+ line-height: 20px;
60318
+ height: 32px;
60319
+ }
60320
+ @if $skin-name == 'bootstrap5.3' {
60321
+ height: 32px;
60322
+ padding-top: 5px;
60323
+ padding-bottom: 5px;
60273
60324
  }
60274
60325
  }
60275
60326
  }
@@ -60861,13 +60912,13 @@ $treeview-item-active-check-color: $primary !default;
60861
60912
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
60862
60913
  color: $treeview-item-active-check-color;
60863
60914
  }
60864
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60915
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60865
60916
  border-color: $content-text-color-selected;
60866
60917
  }
60867
60918
  }
60868
60919
 
60869
60920
  .e-stop {
60870
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
60921
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
60871
60922
  border-color: $content-text-color-selected;
60872
60923
  }
60873
60924
  }
@@ -60918,6 +60969,11 @@ $treeview-item-active-check-color: $primary !default;
60918
60969
  }
60919
60970
  }
60920
60971
  }
60972
+ @if ($theme-name == 'fluent2-highcontrast') {
60973
+ .e-checkbox-wrapper .e-frame.e-check {
60974
+ border-color: $content-text-color-hover;
60975
+ }
60976
+ }
60921
60977
  }
60922
60978
 
60923
60979
  .e-sibling {
@@ -61287,6 +61343,30 @@ $treeview-item-active-check-color: $primary !default;
61287
61343
  min-height: $treeview-big-item-height;
61288
61344
  }
61289
61345
 
61346
+ @if $skin-name == 'bootstrap5.3' {
61347
+ padding: $treeview-big-text-padding;
61348
+ }
61349
+
61350
+ @if $skin-name == 'highcontrast' {
61351
+ padding-top: 11px;
61352
+ padding-bottom: 11px;
61353
+ }
61354
+
61355
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
61356
+ padding-top: 12px;
61357
+ padding-bottom: 12px;
61358
+ }
61359
+
61360
+ @if $skin-name == 'FluentUI' {
61361
+ padding-top: 10px;
61362
+ padding-bottom: 10px;
61363
+ }
61364
+
61365
+ @if $skin-name == 'bootstrap4' {
61366
+ padding-top: 13px;
61367
+ padding-bottom: 13px;
61368
+ }
61369
+
61290
61370
  .e-input-group {
61291
61371
  height: $treeview-big-input-height;
61292
61372
 
@@ -61295,6 +61375,69 @@ $treeview-item-active-check-color: $primary !default;
61295
61375
  height: 36px;
61296
61376
  }
61297
61377
  }
61378
+
61379
+ @if $skin-name =='bootstrap5' {
61380
+ padding-top: 6px;
61381
+ padding-bottom: 6px;
61382
+ margin-top: 2px;
61383
+ margin-bottom: 2px;
61384
+ }
61385
+
61386
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
61387
+ line-height: 42px;
61388
+ min-height: 42px;
61389
+ }
61390
+
61391
+ .e-input {
61392
+ @if $skin-name =='tailwind3' {
61393
+ height: 40px;
61394
+ line-height: 24px;
61395
+ padding-top: 8px;
61396
+ padding-bottom: 8px;
61397
+ }
61398
+
61399
+ @if $skin-name =='bootstrap5' {
61400
+ height: 24px;
61401
+ }
61402
+
61403
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
61404
+ line-height: 28px;
61405
+ min-height: 28px;
61406
+ padding-top: 9px;
61407
+ padding-bottom: 5px;
61408
+ }
61409
+
61410
+ @if $skin-name == 'bootstrap5.3' {
61411
+ line-height: 24px;
61412
+ min-height: 24px;
61413
+ padding-top: 7px;
61414
+ padding-bottom: 7px;
61415
+ }
61416
+ }
61417
+ }
61418
+ }
61419
+
61420
+ .e-list-item .e-text-content .e-list-text {
61421
+ &:has(> .e-input-group) {
61422
+ @if $skin-name =='highcontrast' {
61423
+ padding-top: 4px;
61424
+ padding-bottom: 4px;
61425
+ }
61426
+
61427
+ @if $skin-name =='FluentUI' {
61428
+ padding-top: 2px;
61429
+ padding-bottom: 2px;
61430
+ }
61431
+
61432
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
61433
+ padding-top: 3px;
61434
+ padding-bottom: 3px;
61435
+ }
61436
+
61437
+ @if $skin-name == 'bootstrap4' {
61438
+ padding-top: 6px;
61439
+ padding-bottom: 6px;
61440
+ }
61298
61441
  }
61299
61442
  }
61300
61443
 
@@ -61479,6 +61622,10 @@ $treeview-item-active-check-color: $primary !default;
61479
61622
  .e-treeview.e-bigger {
61480
61623
  .e-list-text {
61481
61624
  font-size: $treeview-big-font-size;
61625
+ @if $skin-name == 'Material3' {
61626
+ padding: 12px;
61627
+ }
61628
+
61482
61629
  @if $skin-name == 'bootstrap4' {
61483
61630
  color: $treeview-big-text-color;
61484
61631
  }
@@ -109816,9 +109963,9 @@ $skeleton-card-color: $content-bg-color-alt2;
109816
109963
 
109817
109964
  //Layout Variables Start
109818
109965
  //Mouse Mode Start
109819
- $toast-icon-nrml-height: 20px !default;
109820
- $toast-icon-nrml-width: 20px !default;
109821
- $toast-icon-nrml-size: $text-sm !default;
109966
+ $toast-icon-nrml-height: 18px !default;
109967
+ $toast-icon-nrml-width: 18px !default;
109968
+ $toast-icon-nrml-size: 18px !default;
109822
109969
  $toast-icon-nrml-right-margin: 14px !default;
109823
109970
  $toast-close-icon-nrml-height: 20px !default;
109824
109971
  $toast-close-icon-nrml-width: 20px !default;
@@ -109838,9 +109985,9 @@ $toast-title-font-nrml-size: $text-sm !default;
109838
109985
  //Mouse Mode End
109839
109986
 
109840
109987
  //Touch Mode Start
109841
- $toast-icon-bgr-height: 24px !default;
109842
- $toast-icon-bgr-width: 24px !default;
109843
- $toast-icon-bgr-size: 18px !default;
109988
+ $toast-icon-bgr-height: 20px !default;
109989
+ $toast-icon-bgr-width: 20px !default;
109990
+ $toast-icon-bgr-size: 20px !default;
109844
109991
  $toast-icon-bgr-right-margin: 16px !default;
109845
109992
  $toast-close-icon-bgr-height: 24px !default;
109846
109993
  $toast-close-icon-bgr-width: 24px !default;
@@ -109887,7 +110034,7 @@ $toast-success-hover-box-shadow: $shadow !default;
109887
110034
  $toast-info-bg-color: $info-light-alt !default;
109888
110035
  $toast-info-color: $info-dark !default;
109889
110036
  $toast-info-title-color: $info-dark !default;
109890
- $toast-info-title-border-color: $info-dark !default;
110037
+ $toast-info-title-border-color: $info !default;
109891
110038
  $toast-info-icon-color: $info-dark !default;
109892
110039
  $toast-info-content-color: $info-dark !default;
109893
110040
  $toast-info-hover-bg-color: $info-light-alt !default;
@@ -109897,7 +110044,7 @@ $toast-info-hover-box-shadow: $shadow !default;
109897
110044
  $toast-warning-bg-color: $warning-light-alt !default;
109898
110045
  $toast-warning-color: $warning-dark !default;
109899
110046
  $toast-warning-title-color: $warning-dark !default;
109900
- $toast-warning-title-border-color: $warning-dark !default;
110047
+ $toast-warning-title-border-color: $border-warning !default;
109901
110048
  $toast-warning-icon-color: $warning-dark !default;
109902
110049
  $toast-warning-content-color: $warning-dark !default;
109903
110050
  $toast-warning-hover-bg-color: $warning-light-alt !default;
@@ -110046,10 +110193,10 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110046
110193
  &:first-child {
110047
110194
  padding: 0;
110048
110195
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110049
- padding-bottom: 12px;
110196
+ padding-bottom: 8px;
110050
110197
  padding-left: 12px;
110051
110198
  padding-right: 12px;
110052
- padding-top: 12px;
110199
+ padding-top: 8px;
110053
110200
  }
110054
110201
  }
110055
110202
 
@@ -110117,7 +110264,7 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110117
110264
  .e-toast-content {
110118
110265
  &:first-child {
110119
110266
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110120
- padding-left: 48px;
110267
+ padding-left: 44px;
110121
110268
  }
110122
110269
  }
110123
110270
  }
@@ -110164,9 +110311,14 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110164
110311
  margin-right: $toast-icon-nrml-right-margin;
110165
110312
  width: $toast-icon-nrml-width;
110166
110313
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110167
- left: 16px;
110168
- margin-left: 13px;
110169
- margin-top: 13px;
110314
+ left: 0;
110315
+ margin-left: 12px;
110316
+ margin-top: 10px;
110317
+ padding-bottom: 6px;
110318
+ position: absolute;
110319
+ }
110320
+ @if $skin-name == 'fluent2' {
110321
+ margin-top: 2px;
110170
110322
  }
110171
110323
  }
110172
110324
 
@@ -110638,8 +110790,9 @@ $toast-close-icon-hover-color: $icon-color-hover !default;
110638
110790
  margin-right: $toast-icon-bgr-right-margin;
110639
110791
  width: $toast-icon-bgr-width;
110640
110792
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
110641
- left: 18px;
110642
- margin-top: 13px;
110793
+ left: 0;
110794
+ margin-top: 14px;
110795
+ margin-left: 12px;
110643
110796
  }
110644
110797
  }
110645
110798