@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
@@ -60998,7 +60998,7 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
60998
60998
 
60999
60999
  .e-list-item {
61000
61000
  list-style: none;
61001
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
61001
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
61002
61002
  padding: 2px 0;
61003
61003
  }
61004
61004
  @if $skin-name == 'fluent2' {
@@ -61006,13 +61006,12 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61006
61006
  }
61007
61007
 
61008
61008
  .e-ul {
61009
- margin: 2px 0 -2px;
61010
61009
  padding: $treeview-child-ul-padding;
61011
- @if $skin-name == 'tailwind' {
61012
- margin: 2px 0 0;
61010
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
61011
+ margin: 2px 0 -2px;
61013
61012
  }
61014
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
61015
- margin: 0;
61013
+ @if $skin-name == 'fluent2' {
61014
+ margin-top: 4px;
61016
61015
  }
61017
61016
  }
61018
61017
 
@@ -61049,6 +61048,45 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61049
61048
  .e-icons.e-icons-spinner::before {
61050
61049
  content: none;
61051
61050
  }
61051
+
61052
+ .e-text-content {
61053
+ .e-list-text {
61054
+ &:has(> .e-input-group) {
61055
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
61056
+ padding-top: 1px;
61057
+ padding-bottom: 1px;
61058
+ .e-input-group {
61059
+ height: 34px;
61060
+
61061
+ .e-input {
61062
+ line-height: 26px;
61063
+ min-height: 26px;
61064
+ }
61065
+ }
61066
+ }
61067
+ @if $skin-name == 'tailwind3' {
61068
+ padding-top: 4px;
61069
+ padding-bottom: 4px;
61070
+ }
61071
+ @if $skin-name == 'highcontrast' {
61072
+ padding-top: 3px;
61073
+ padding-bottom: 3px;
61074
+ }
61075
+ @if ($skin-name == 'FluentUI') {
61076
+ padding-top: 3px;
61077
+ padding-bottom: 3px;
61078
+ }
61079
+ @if $skin-name == 'bootstrap5.3' {
61080
+ padding-top: 2px;
61081
+ padding-bottom: 2px;
61082
+ }
61083
+ @if $skin-name == 'bootstrap4' {
61084
+ padding-top: 5px;
61085
+ padding-bottom: 5px;
61086
+ }
61087
+ }
61088
+ }
61089
+ }
61052
61090
  }
61053
61091
 
61054
61092
  .e-icons {
@@ -61066,11 +61104,14 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61066
61104
 
61067
61105
  .e-text-content {
61068
61106
  @include user-select;
61069
- border: 1px solid;
61070
61107
  cursor: pointer;
61071
61108
  margin: 0;
61072
61109
  padding: $treeview-text-wrap-padding;
61073
61110
 
61111
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
61112
+ border: 1px solid;
61113
+ }
61114
+
61074
61115
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
61075
61116
  border: none;
61076
61117
  }
@@ -61156,14 +61197,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61156
61197
 
61157
61198
  .e-input-group {
61158
61199
  height: $treeview-input-height;
61159
- @if ($skin-name == 'FluentUI') {
61160
- margin-top: 3px;
61161
- }
61162
- @else if($skin-name == 'tailwind') {
61163
- margin-bottom: 3px;
61200
+ @if ($skin-name == 'tailwind') {
61201
+ margin-top: 4px;
61202
+ margin-bottom: 4px;
61164
61203
  }
61165
61204
  @else if($skin-name == 'bootstrap5') {
61166
- margin-bottom: 2px;
61205
+ margin-bottom: 3px;
61206
+ margin-top: 3px;
61167
61207
  }
61168
61208
  @else {
61169
61209
  margin-bottom: 0;
@@ -61173,9 +61213,20 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61173
61213
  @if ($skin-name == 'fluent2') {
61174
61214
  border-color: $treeview-input-border-color;
61175
61215
  }
61176
- @if $skin-name != 'material' {
61177
- .e-input {
61216
+ .e-input {
61217
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
61178
61218
  height: 28px;
61219
+ padding-top: 6px;
61220
+ padding-bottom: 6px;
61221
+ }
61222
+ @if $skin-name == 'tailwind3' {
61223
+ line-height: 20px;
61224
+ height: 32px;
61225
+ }
61226
+ @if $skin-name == 'bootstrap5.3' {
61227
+ height: 32px;
61228
+ padding-top: 5px;
61229
+ padding-bottom: 5px;
61179
61230
  }
61180
61231
  }
61181
61232
  }
@@ -61767,13 +61818,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61767
61818
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
61768
61819
  color: $treeview-item-active-check-color;
61769
61820
  }
61770
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
61821
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
61771
61822
  border-color: $content-text-color-selected;
61772
61823
  }
61773
61824
  }
61774
61825
 
61775
61826
  .e-stop {
61776
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
61827
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
61777
61828
  border-color: $content-text-color-selected;
61778
61829
  }
61779
61830
  }
@@ -61824,6 +61875,11 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
61824
61875
  }
61825
61876
  }
61826
61877
  }
61878
+ @if ($theme-name == 'fluent2-highcontrast') {
61879
+ .e-checkbox-wrapper .e-frame.e-check {
61880
+ border-color: $content-text-color-hover;
61881
+ }
61882
+ }
61827
61883
  }
61828
61884
 
61829
61885
  .e-sibling {
@@ -62193,6 +62249,30 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
62193
62249
  min-height: $treeview-big-item-height;
62194
62250
  }
62195
62251
 
62252
+ @if $skin-name == 'bootstrap5.3' {
62253
+ padding: $treeview-big-text-padding;
62254
+ }
62255
+
62256
+ @if $skin-name == 'highcontrast' {
62257
+ padding-top: 11px;
62258
+ padding-bottom: 11px;
62259
+ }
62260
+
62261
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
62262
+ padding-top: 12px;
62263
+ padding-bottom: 12px;
62264
+ }
62265
+
62266
+ @if $skin-name == 'FluentUI' {
62267
+ padding-top: 10px;
62268
+ padding-bottom: 10px;
62269
+ }
62270
+
62271
+ @if $skin-name == 'bootstrap4' {
62272
+ padding-top: 13px;
62273
+ padding-bottom: 13px;
62274
+ }
62275
+
62196
62276
  .e-input-group {
62197
62277
  height: $treeview-big-input-height;
62198
62278
 
@@ -62201,6 +62281,69 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
62201
62281
  height: 36px;
62202
62282
  }
62203
62283
  }
62284
+
62285
+ @if $skin-name =='bootstrap5' {
62286
+ padding-top: 6px;
62287
+ padding-bottom: 6px;
62288
+ margin-top: 2px;
62289
+ margin-bottom: 2px;
62290
+ }
62291
+
62292
+ @if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
62293
+ line-height: 42px;
62294
+ min-height: 42px;
62295
+ }
62296
+
62297
+ .e-input {
62298
+ @if $skin-name =='tailwind3' {
62299
+ height: 40px;
62300
+ line-height: 24px;
62301
+ padding-top: 8px;
62302
+ padding-bottom: 8px;
62303
+ }
62304
+
62305
+ @if $skin-name =='bootstrap5' {
62306
+ height: 24px;
62307
+ }
62308
+
62309
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
62310
+ line-height: 28px;
62311
+ min-height: 28px;
62312
+ padding-top: 9px;
62313
+ padding-bottom: 5px;
62314
+ }
62315
+
62316
+ @if $skin-name == 'bootstrap5.3' {
62317
+ line-height: 24px;
62318
+ min-height: 24px;
62319
+ padding-top: 7px;
62320
+ padding-bottom: 7px;
62321
+ }
62322
+ }
62323
+ }
62324
+ }
62325
+
62326
+ .e-list-item .e-text-content .e-list-text {
62327
+ &:has(> .e-input-group) {
62328
+ @if $skin-name =='highcontrast' {
62329
+ padding-top: 4px;
62330
+ padding-bottom: 4px;
62331
+ }
62332
+
62333
+ @if $skin-name =='FluentUI' {
62334
+ padding-top: 2px;
62335
+ padding-bottom: 2px;
62336
+ }
62337
+
62338
+ @if $skin-name =='material' or $skin-name == 'material-dark' {
62339
+ padding-top: 3px;
62340
+ padding-bottom: 3px;
62341
+ }
62342
+
62343
+ @if $skin-name == 'bootstrap4' {
62344
+ padding-top: 6px;
62345
+ padding-bottom: 6px;
62346
+ }
62204
62347
  }
62205
62348
  }
62206
62349
 
@@ -62385,6 +62528,10 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
62385
62528
  .e-treeview.e-bigger {
62386
62529
  .e-list-text {
62387
62530
  font-size: $treeview-big-font-size;
62531
+ @if $skin-name == 'Material3' {
62532
+ padding: 12px;
62533
+ }
62534
+
62388
62535
  @if $skin-name == 'bootstrap4' {
62389
62536
  color: $treeview-big-text-color;
62390
62537
  }
@@ -111068,14 +111215,14 @@ $skeleton-card-color: $kanban-bg-color;
111068
111215
  $toast-icon-nrml-height: 20px !default;
111069
111216
  $toast-icon-nrml-width: 20px !default;
111070
111217
  $toast-icon-nrml-size: $text-base !default;
111071
- $toast-icon-nrml-right-margin: 12px !default;
111218
+ $toast-icon-nrml-right-margin: 10px !default;
111072
111219
  $toast-close-icon-nrml-height: 20px !default;
111073
111220
  $toast-close-icon-nrml-width: 20px !default;
111074
111221
  $toast-close-icon-nrml-size: $text-base !default;
111075
111222
  $toast-position-nrml-distance: 10px !default;
111076
111223
  $multitoast-nrml-gap-distance: 10px !default;
111077
111224
  $toast-nrml-min-height: 48px !default;
111078
- $toast-nrml-padding: 18px !default;
111225
+ $toast-nrml-padding: 16px !default;
111079
111226
  $toast-action-btn-nrml-padding: 8px 0 0 8px !default;
111080
111227
  $toast-action-btn-nrml-margin: 10px !default;
111081
111228
  $toast-progressbar-nrml-height: 4px !default;
@@ -111089,7 +111236,7 @@ $toast-title-font-nrml-size: $text-sm !default;
111089
111236
  //Touch Mode Start
111090
111237
  $toast-icon-bgr-height: 24px !default;
111091
111238
  $toast-icon-bgr-width: 24px !default;
111092
- $toast-icon-bgr-size: 18px !default;
111239
+ $toast-icon-bgr-size: 12px !default;
111093
111240
  $toast-icon-bgr-right-margin: 16px !default;
111094
111241
  $toast-close-icon-bgr-height: 24px !default;
111095
111242
  $toast-close-icon-bgr-width: 24px !default;
@@ -111298,10 +111445,10 @@ $toast-warning-icon: '\e703' !default;
111298
111445
  &:first-child {
111299
111446
  padding: 0;
111300
111447
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
111301
- padding-bottom: 12px;
111448
+ padding-bottom: 8px;
111302
111449
  padding-left: 12px;
111303
111450
  padding-right: 12px;
111304
- padding-top: 12px;
111451
+ padding-top: 8px;
111305
111452
  }
111306
111453
  }
111307
111454
 
@@ -111369,7 +111516,7 @@ $toast-warning-icon: '\e703' !default;
111369
111516
  .e-toast-content {
111370
111517
  &:first-child {
111371
111518
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
111372
- padding-left: 48px;
111519
+ padding-left: 44px;
111373
111520
  }
111374
111521
  }
111375
111522
  }
@@ -111416,9 +111563,14 @@ $toast-warning-icon: '\e703' !default;
111416
111563
  margin-right: $toast-icon-nrml-right-margin;
111417
111564
  width: $toast-icon-nrml-width;
111418
111565
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
111419
- left: 16px;
111420
- margin-left: 13px;
111421
- margin-top: 13px;
111566
+ left: 0;
111567
+ margin-left: 12px;
111568
+ margin-top: 10px;
111569
+ padding-bottom: 6px;
111570
+ position: absolute;
111571
+ }
111572
+ @if $skin-name == 'fluent2' {
111573
+ margin-top: 2px;
111422
111574
  }
111423
111575
  }
111424
111576
 
@@ -111890,8 +112042,9 @@ $toast-warning-icon: '\e703' !default;
111890
112042
  margin-right: $toast-icon-bgr-right-margin;
111891
112043
  width: $toast-icon-bgr-width;
111892
112044
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
111893
- left: 18px;
111894
- margin-top: 13px;
112045
+ left: 0;
112046
+ margin-top: 14px;
112047
+ margin-left: 12px;
111895
112048
  }
111896
112049
  }
111897
112050
 
@@ -45091,7 +45091,7 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
45091
45091
 
45092
45092
  .e-list-item {
45093
45093
  list-style: none;
45094
- @if $skin-name != 'tailwind3' and $skin-name != 'tailwind' and $skin-name != 'Material3' and $skin-name != 'fluent2' {
45094
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
45095
45095
  padding: 2px 0;
45096
45096
  }
45097
45097
  @if $skin-name == 'fluent2' {
@@ -45099,13 +45099,12 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
45099
45099
  }
45100
45100
 
45101
45101
  .e-ul {
45102
- margin: 2px 0 -2px;
45103
45102
  padding: $treeview-child-ul-padding;
45104
- @if $skin-name == 'tailwind' {
45105
- margin: 2px 0 0;
45103
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
45104
+ margin: 2px 0 -2px;
45106
45105
  }
45107
- @else if $skin-name == 'tailwind3' or $skin-name == 'Material3' {
45108
- margin: 0;
45106
+ @if $skin-name == 'fluent2' {
45107
+ margin-top: 4px;
45109
45108
  }
45110
45109
  }
45111
45110
 
@@ -45142,6 +45141,45 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
45142
45141
  .e-icons.e-icons-spinner::before {
45143
45142
  content: none;
45144
45143
  }
45144
+
45145
+ .e-text-content {
45146
+ .e-list-text {
45147
+ &:has(> .e-input-group) {
45148
+ @if $skin-name == 'material' or $skin-name == 'material-dark' {
45149
+ padding-top: 1px;
45150
+ padding-bottom: 1px;
45151
+ .e-input-group {
45152
+ height: 34px;
45153
+
45154
+ .e-input {
45155
+ line-height: 26px;
45156
+ min-height: 26px;
45157
+ }
45158
+ }
45159
+ }
45160
+ @if $skin-name == 'tailwind3' {
45161
+ padding-top: 4px;
45162
+ padding-bottom: 4px;
45163
+ }
45164
+ @if $skin-name == 'highcontrast' {
45165
+ padding-top: 3px;
45166
+ padding-bottom: 3px;
45167
+ }
45168
+ @if ($skin-name == 'FluentUI') {
45169
+ padding-top: 3px;
45170
+ padding-bottom: 3px;
45171
+ }
45172
+ @if $skin-name == 'bootstrap5.3' {
45173
+ padding-top: 2px;
45174
+ padding-bottom: 2px;
45175
+ }
45176
+ @if $skin-name == 'bootstrap4' {
45177
+ padding-top: 5px;
45178
+ padding-bottom: 5px;
45179
+ }
45180
+ }
45181
+ }
45182
+ }
45145
45183
  }
45146
45184
 
45147
45185
  .e-icons {
@@ -45159,11 +45197,14 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
45159
45197
 
45160
45198
  .e-text-content {
45161
45199
  @include user-select;
45162
- border: 1px solid;
45163
45200
  cursor: pointer;
45164
45201
  margin: 0;
45165
45202
  padding: $treeview-text-wrap-padding;
45166
45203
 
45204
+ @if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
45205
+ border: 1px solid;
45206
+ }
45207
+
45167
45208
  @if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
45168
45209
  border: none;
45169
45210
  }
@@ -45249,14 +45290,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
45249
45290
 
45250
45291
  .e-input-group {
45251
45292
  height: $treeview-input-height;
45252
- @if ($skin-name == 'FluentUI') {
45253
- margin-top: 3px;
45254
- }
45255
- @else if($skin-name == 'tailwind') {
45256
- margin-bottom: 3px;
45293
+ @if ($skin-name == 'tailwind') {
45294
+ margin-top: 4px;
45295
+ margin-bottom: 4px;
45257
45296
  }
45258
45297
  @else if($skin-name == 'bootstrap5') {
45259
- margin-bottom: 2px;
45298
+ margin-bottom: 3px;
45299
+ margin-top: 3px;
45260
45300
  }
45261
45301
  @else {
45262
45302
  margin-bottom: 0;
@@ -45266,9 +45306,20 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
45266
45306
  @if ($skin-name == 'fluent2') {
45267
45307
  border-color: $treeview-input-border-color;
45268
45308
  }
45269
- @if $skin-name != 'material' {
45270
- .e-input {
45309
+ .e-input {
45310
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
45271
45311
  height: 28px;
45312
+ padding-top: 6px;
45313
+ padding-bottom: 6px;
45314
+ }
45315
+ @if $skin-name == 'tailwind3' {
45316
+ line-height: 20px;
45317
+ height: 32px;
45318
+ }
45319
+ @if $skin-name == 'bootstrap5.3' {
45320
+ height: 32px;
45321
+ padding-top: 5px;
45322
+ padding-bottom: 5px;
45272
45323
  }
45273
45324
  }
45274
45325
  }
@@ -45860,13 +45911,13 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
45860
45911
  @include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
45861
45912
  color: $treeview-item-active-check-color;
45862
45913
  }
45863
- @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
45914
+ @else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
45864
45915
  border-color: $content-text-color-selected;
45865
45916
  }
45866
45917
  }
45867
45918
 
45868
45919
  .e-stop {
45869
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
45920
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
45870
45921
  border-color: $content-text-color-selected;
45871
45922
  }
45872
45923
  }
@@ -45917,6 +45968,11 @@ $treeview-drag-icon-color: $treeview-icon-color !default;
45917
45968
  }
45918
45969
  }
45919
45970
  }
45971
+ @if ($theme-name == 'fluent2-highcontrast') {
45972
+ .e-checkbox-wrapper .e-frame.e-check {
45973
+ border-color: $content-text-color-hover;
45974
+ }
45975
+ }
45920
45976
  }
45921
45977
 
45922
45978
  .e-sibling {
@@ -83668,14 +83724,14 @@ $skeleton-card-color: $kanban-bg-color;
83668
83724
  $toast-icon-nrml-height: 20px !default;
83669
83725
  $toast-icon-nrml-width: 20px !default;
83670
83726
  $toast-icon-nrml-size: $text-base !default;
83671
- $toast-icon-nrml-right-margin: 12px !default;
83727
+ $toast-icon-nrml-right-margin: 10px !default;
83672
83728
  $toast-close-icon-nrml-height: 20px !default;
83673
83729
  $toast-close-icon-nrml-width: 20px !default;
83674
83730
  $toast-close-icon-nrml-size: $text-base !default;
83675
83731
  $toast-position-nrml-distance: 10px !default;
83676
83732
  $multitoast-nrml-gap-distance: 10px !default;
83677
83733
  $toast-nrml-min-height: 48px !default;
83678
- $toast-nrml-padding: 18px !default;
83734
+ $toast-nrml-padding: 16px !default;
83679
83735
  $toast-action-btn-nrml-padding: 8px 0 0 8px !default;
83680
83736
  $toast-action-btn-nrml-margin: 10px !default;
83681
83737
  $toast-progressbar-nrml-height: 4px !default;
@@ -83689,7 +83745,7 @@ $toast-title-font-nrml-size: $text-sm !default;
83689
83745
  //Touch Mode Start
83690
83746
  $toast-icon-bgr-height: 24px !default;
83691
83747
  $toast-icon-bgr-width: 24px !default;
83692
- $toast-icon-bgr-size: 18px !default;
83748
+ $toast-icon-bgr-size: 12px !default;
83693
83749
  $toast-icon-bgr-right-margin: 16px !default;
83694
83750
  $toast-close-icon-bgr-height: 24px !default;
83695
83751
  $toast-close-icon-bgr-width: 24px !default;
@@ -83898,10 +83954,10 @@ $toast-warning-icon: '\e703' !default;
83898
83954
  &:first-child {
83899
83955
  padding: 0;
83900
83956
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83901
- padding-bottom: 12px;
83957
+ padding-bottom: 8px;
83902
83958
  padding-left: 12px;
83903
83959
  padding-right: 12px;
83904
- padding-top: 12px;
83960
+ padding-top: 8px;
83905
83961
  }
83906
83962
  }
83907
83963
 
@@ -83969,7 +84025,7 @@ $toast-warning-icon: '\e703' !default;
83969
84025
  .e-toast-content {
83970
84026
  &:first-child {
83971
84027
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
83972
- padding-left: 48px;
84028
+ padding-left: 44px;
83973
84029
  }
83974
84030
  }
83975
84031
  }
@@ -84016,9 +84072,14 @@ $toast-warning-icon: '\e703' !default;
84016
84072
  margin-right: $toast-icon-nrml-right-margin;
84017
84073
  width: $toast-icon-nrml-width;
84018
84074
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
84019
- left: 16px;
84020
- margin-left: 13px;
84021
- margin-top: 13px;
84075
+ left: 0;
84076
+ margin-left: 12px;
84077
+ margin-top: 10px;
84078
+ padding-bottom: 6px;
84079
+ position: absolute;
84080
+ }
84081
+ @if $skin-name == 'fluent2' {
84082
+ margin-top: 2px;
84022
84083
  }
84023
84084
  }
84024
84085