@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
@@ -22094,10 +22094,8 @@ body.e-colorpicker-overflow {
22094
22094
  }
22095
22095
  .e-treeview .e-list-item {
22096
22096
  list-style: none;
22097
- padding: 2px 0;
22098
22097
  }
22099
22098
  .e-treeview .e-list-item .e-ul {
22100
- margin: 2px 0 -2px;
22101
22099
  padding: 0 0 0 20px;
22102
22100
  }
22103
22101
  .e-treeview .e-list-item.e-disable > .e-text-content,
@@ -22135,7 +22133,6 @@ body.e-colorpicker-overflow {
22135
22133
  -ms-user-select: none;
22136
22134
  -webkit-user-select: none;
22137
22135
  user-select: none;
22138
- border: 1px solid;
22139
22136
  cursor: pointer;
22140
22137
  margin: 0;
22141
22138
  padding: 0 0 0 20px;
@@ -22193,12 +22190,15 @@ body.e-colorpicker-overflow {
22193
22190
  }
22194
22191
  .e-treeview .e-list-text .e-input-group {
22195
22192
  height: 30px;
22196
- margin-bottom: 2px;
22193
+ margin-bottom: 3px;
22194
+ margin-top: 3px;
22197
22195
  min-width: 150px;
22198
22196
  vertical-align: bottom;
22199
22197
  }
22200
22198
  .e-treeview .e-list-text .e-input-group .e-input {
22201
22199
  height: 28px;
22200
+ padding-top: 6px;
22201
+ padding-bottom: 6px;
22202
22202
  }
22203
22203
  .e-treeview .e-navigable-text {
22204
22204
  padding: 0 8px;
@@ -46687,10 +46687,10 @@ span.e-table-box.e-rbox-select {
46687
46687
  .e-toast-container .e-toast .e-toast-message .e-toast-title:first-child,
46688
46688
  .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child {
46689
46689
  padding: 0;
46690
- padding-bottom: 12px;
46690
+ padding-bottom: 8px;
46691
46691
  padding-left: 12px;
46692
46692
  padding-right: 12px;
46693
- padding-top: 12px;
46693
+ padding-top: 8px;
46694
46694
  }
46695
46695
  .e-toast-container .e-toast .e-toast-message .e-toast-title:last-child,
46696
46696
  .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child {
@@ -46730,7 +46730,7 @@ span.e-table-box.e-rbox-select {
46730
46730
  }
46731
46731
  .e-toast-container .e-toast.e-toast-header-icon .e-toast-message .e-toast-title:first-child,
46732
46732
  .e-toast-container .e-toast.e-toast-header-icon .e-toast-message .e-toast-content:first-child {
46733
- padding-left: 48px;
46733
+ padding-left: 44px;
46734
46734
  }
46735
46735
  .e-toast-container .e-toast.e-toast-header-close-icon .e-toast-message .e-toast-title:first-child,
46736
46736
  .e-toast-container .e-toast.e-toast-header-close-icon .e-toast-message .e-toast-content:first-child {
@@ -46751,14 +46751,16 @@ span.e-table-box.e-rbox-select {
46751
46751
  }
46752
46752
  .e-toast-container .e-toast .e-toast-icon {
46753
46753
  align-items: center;
46754
- font-size: 14px;
46755
- height: 20px;
46754
+ font-size: 18px;
46755
+ height: 18px;
46756
46756
  justify-content: center;
46757
46757
  margin-right: 14px;
46758
- width: 20px;
46759
- left: 16px;
46760
- margin-left: 13px;
46761
- margin-top: 13px;
46758
+ width: 18px;
46759
+ left: 0;
46760
+ margin-left: 12px;
46761
+ margin-top: 10px;
46762
+ padding-bottom: 6px;
46763
+ position: absolute;
46762
46764
  }
46763
46765
  .e-toast-container .e-toast .e-toast-progress {
46764
46766
  bottom: 0;
@@ -22432,10 +22432,8 @@ body.e-colorpicker-overflow {
22432
22432
  }
22433
22433
  .e-treeview .e-list-item {
22434
22434
  list-style: none;
22435
- padding: 2px 0;
22436
22435
  }
22437
22436
  .e-treeview .e-list-item .e-ul {
22438
- margin: 2px 0 -2px;
22439
22437
  padding: 0 0 0 20px;
22440
22438
  }
22441
22439
  .e-treeview .e-list-item.e-disable > .e-text-content,
@@ -22459,6 +22457,10 @@ body.e-colorpicker-overflow {
22459
22457
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
22460
22458
  content: none;
22461
22459
  }
22460
+ .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
22461
+ padding-top: 2px;
22462
+ padding-bottom: 2px;
22463
+ }
22462
22464
  .e-treeview .e-icons .e-spinner-pane {
22463
22465
  position: relative;
22464
22466
  }
@@ -22473,7 +22475,6 @@ body.e-colorpicker-overflow {
22473
22475
  -ms-user-select: none;
22474
22476
  -webkit-user-select: none;
22475
22477
  user-select: none;
22476
- border: 1px solid;
22477
22478
  cursor: pointer;
22478
22479
  margin: 0;
22479
22480
  padding: 0 0 0 20px;
@@ -22509,7 +22510,7 @@ body.e-colorpicker-overflow {
22509
22510
  margin: 0 0 0 8px;
22510
22511
  }
22511
22512
  .e-treeview .e-checkbox-wrapper + .e-list-text {
22512
- padding: 0 8px;
22513
+ padding: 7px 8px;
22513
22514
  }
22514
22515
  .e-treeview .e-checkbox-wrapper .e-ripple-container {
22515
22516
  bottom: -7px;
@@ -22522,24 +22523,29 @@ body.e-colorpicker-overflow {
22522
22523
  .e-treeview .e-list-text {
22523
22524
  box-sizing: border-box;
22524
22525
  display: inline-block;
22525
- line-height: 34px;
22526
+ line-height: 22px;
22526
22527
  margin: 0;
22527
- min-height: 34px;
22528
- padding: 0 8px;
22528
+ min-height: 22px;
22529
+ padding: 7px 8px;
22529
22530
  text-decoration: none;
22530
22531
  vertical-align: middle;
22531
22532
  }
22532
22533
  .e-treeview .e-list-text .e-input-group {
22533
- height: 30px;
22534
+ height: 32px;
22534
22535
  margin-bottom: 0;
22535
22536
  min-width: 150px;
22536
22537
  vertical-align: bottom;
22537
22538
  }
22538
22539
  .e-treeview .e-list-text .e-input-group .e-input {
22539
22540
  height: 28px;
22541
+ padding-top: 6px;
22542
+ padding-bottom: 6px;
22543
+ height: 32px;
22544
+ padding-top: 5px;
22545
+ padding-bottom: 5px;
22540
22546
  }
22541
22547
  .e-treeview .e-navigable-text {
22542
- padding: 0 8px;
22548
+ padding: 7px 8px;
22543
22549
  }
22544
22550
  .e-treeview .e-list-icon,
22545
22551
  .e-treeview .e-list-img {
@@ -22854,6 +22860,12 @@ body.e-colorpicker-overflow {
22854
22860
  .e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
22855
22861
  color: var(--color-sf-content-text-color-selected);
22856
22862
  }
22863
+ .e-treeview .e-list-item.e-active > .e-text-content .e-check {
22864
+ border-color: var(--color-sf-content-text-color-selected);
22865
+ }
22866
+ .e-treeview .e-list-item.e-active > .e-text-content .e-stop {
22867
+ border-color: var(--color-sf-content-text-color-selected);
22868
+ }
22857
22869
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
22858
22870
  background-color: var(--color-sf-content-bg-color-selected);
22859
22871
  border-color: var(--color-sf-content-bg-color-selected);
@@ -46962,10 +46974,10 @@ span.e-table-box.e-rbox-select {
46962
46974
  .e-toast-container .e-toast .e-toast-message .e-toast-title:first-child,
46963
46975
  .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child {
46964
46976
  padding: 0;
46965
- padding-bottom: 12px;
46977
+ padding-bottom: 8px;
46966
46978
  padding-left: 12px;
46967
46979
  padding-right: 12px;
46968
- padding-top: 12px;
46980
+ padding-top: 8px;
46969
46981
  }
46970
46982
  .e-toast-container .e-toast .e-toast-message .e-toast-title:last-child,
46971
46983
  .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child {
@@ -47005,7 +47017,7 @@ span.e-table-box.e-rbox-select {
47005
47017
  }
47006
47018
  .e-toast-container .e-toast.e-toast-header-icon .e-toast-message .e-toast-title:first-child,
47007
47019
  .e-toast-container .e-toast.e-toast-header-icon .e-toast-message .e-toast-content:first-child {
47008
- padding-left: 48px;
47020
+ padding-left: 44px;
47009
47021
  }
47010
47022
  .e-toast-container .e-toast.e-toast-header-close-icon .e-toast-message .e-toast-title:first-child,
47011
47023
  .e-toast-container .e-toast.e-toast-header-close-icon .e-toast-message .e-toast-content:first-child {
@@ -47026,14 +47038,16 @@ span.e-table-box.e-rbox-select {
47026
47038
  }
47027
47039
  .e-toast-container .e-toast .e-toast-icon {
47028
47040
  align-items: center;
47029
- font-size: 14px;
47030
- height: 20px;
47041
+ font-size: 18px;
47042
+ height: 18px;
47031
47043
  justify-content: center;
47032
47044
  margin-right: 14px;
47033
- width: 20px;
47034
- left: 16px;
47035
- margin-left: 13px;
47036
- margin-top: 13px;
47045
+ width: 18px;
47046
+ left: 0;
47047
+ margin-left: 12px;
47048
+ margin-top: 10px;
47049
+ padding-bottom: 6px;
47050
+ position: absolute;
47037
47051
  }
47038
47052
  .e-toast-container .e-toast .e-toast-progress {
47039
47053
  bottom: 0;
@@ -47113,7 +47127,7 @@ span.e-table-box.e-rbox-select {
47113
47127
  }
47114
47128
  .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title {
47115
47129
  color: var(--color-sf-info-dark);
47116
- border-color: var(--color-sf-info-dark);
47130
+ border-color: var(--color-sf-info);
47117
47131
  }
47118
47132
  .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content {
47119
47133
  color: var(--color-sf-info-dark);
@@ -47135,7 +47149,7 @@ span.e-table-box.e-rbox-select {
47135
47149
  }
47136
47150
  .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title {
47137
47151
  color: var(--color-sf-warning-dark);
47138
- border-color: var(--color-sf-warning-dark);
47152
+ border-color: var(--color-sf-border-warning);
47139
47153
  }
47140
47154
  .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content {
47141
47155
  color: var(--color-sf-warning-dark);
@@ -29964,10 +29964,8 @@ body.e-colorpicker-overflow {
29964
29964
  }
29965
29965
  .e-treeview .e-list-item {
29966
29966
  list-style: none;
29967
- padding: 2px 0;
29968
29967
  }
29969
29968
  .e-treeview .e-list-item .e-ul {
29970
- margin: 2px 0 -2px;
29971
29969
  padding: 0 0 0 20px;
29972
29970
  }
29973
29971
  .e-treeview .e-list-item.e-disable > .e-text-content,
@@ -29991,6 +29989,10 @@ body.e-colorpicker-overflow {
29991
29989
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
29992
29990
  content: none;
29993
29991
  }
29992
+ .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
29993
+ padding-top: 2px;
29994
+ padding-bottom: 2px;
29995
+ }
29994
29996
  .e-treeview .e-icons .e-spinner-pane {
29995
29997
  position: relative;
29996
29998
  }
@@ -30005,7 +30007,6 @@ body.e-colorpicker-overflow {
30005
30007
  -ms-user-select: none;
30006
30008
  -webkit-user-select: none;
30007
30009
  user-select: none;
30008
- border: 1px solid;
30009
30010
  cursor: pointer;
30010
30011
  margin: 0;
30011
30012
  padding: 0 0 0 20px;
@@ -30041,7 +30042,7 @@ body.e-colorpicker-overflow {
30041
30042
  margin: 0 0 0 8px;
30042
30043
  }
30043
30044
  .e-treeview .e-checkbox-wrapper + .e-list-text {
30044
- padding: 0 8px;
30045
+ padding: 7px 8px;
30045
30046
  }
30046
30047
  .e-treeview .e-checkbox-wrapper .e-ripple-container {
30047
30048
  bottom: -7px;
@@ -30054,24 +30055,29 @@ body.e-colorpicker-overflow {
30054
30055
  .e-treeview .e-list-text {
30055
30056
  box-sizing: border-box;
30056
30057
  display: inline-block;
30057
- line-height: 34px;
30058
+ line-height: 22px;
30058
30059
  margin: 0;
30059
- min-height: 34px;
30060
- padding: 0 8px;
30060
+ min-height: 22px;
30061
+ padding: 7px 8px;
30061
30062
  text-decoration: none;
30062
30063
  vertical-align: middle;
30063
30064
  }
30064
30065
  .e-treeview .e-list-text .e-input-group {
30065
- height: 30px;
30066
+ height: 32px;
30066
30067
  margin-bottom: 0;
30067
30068
  min-width: 150px;
30068
30069
  vertical-align: bottom;
30069
30070
  }
30070
30071
  .e-treeview .e-list-text .e-input-group .e-input {
30071
30072
  height: 28px;
30073
+ padding-top: 6px;
30074
+ padding-bottom: 6px;
30075
+ height: 32px;
30076
+ padding-top: 5px;
30077
+ padding-bottom: 5px;
30072
30078
  }
30073
30079
  .e-treeview .e-navigable-text {
30074
- padding: 0 8px;
30080
+ padding: 7px 8px;
30075
30081
  }
30076
30082
  .e-treeview .e-list-icon,
30077
30083
  .e-treeview .e-list-img {
@@ -30386,6 +30392,12 @@ body.e-colorpicker-overflow {
30386
30392
  .e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
30387
30393
  color: var(--color-sf-content-text-color-selected);
30388
30394
  }
30395
+ .e-treeview .e-list-item.e-active > .e-text-content .e-check {
30396
+ border-color: var(--color-sf-content-text-color-selected);
30397
+ }
30398
+ .e-treeview .e-list-item.e-active > .e-text-content .e-stop {
30399
+ border-color: var(--color-sf-content-text-color-selected);
30400
+ }
30389
30401
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
30390
30402
  background-color: var(--color-sf-content-bg-color-selected);
30391
30403
  border-color: var(--color-sf-content-bg-color-selected);
@@ -30568,17 +30580,25 @@ body.e-colorpicker-overflow {
30568
30580
  }
30569
30581
  .e-bigger .e-treeview .e-list-text,
30570
30582
  .e-treeview.e-bigger .e-list-text {
30571
- line-height: 40px;
30572
- min-height: 40px;
30583
+ line-height: 24px;
30584
+ min-height: 24px;
30585
+ padding: 9px 12px;
30573
30586
  }
30574
30587
  .e-bigger .e-treeview .e-list-text .e-input-group,
30575
30588
  .e-treeview.e-bigger .e-list-text .e-input-group {
30576
- height: 40px;
30589
+ height: 38px;
30577
30590
  }
30578
30591
  .e-bigger .e-treeview .e-list-text .e-input-group .e-input,
30579
30592
  .e-treeview.e-bigger .e-list-text .e-input-group .e-input {
30580
30593
  height: 36px;
30581
30594
  }
30595
+ .e-bigger .e-treeview .e-list-text .e-input-group .e-input,
30596
+ .e-treeview.e-bigger .e-list-text .e-input-group .e-input {
30597
+ line-height: 24px;
30598
+ min-height: 24px;
30599
+ padding-top: 7px;
30600
+ padding-bottom: 7px;
30601
+ }
30582
30602
  .e-bigger .e-treeview .e-checkbox-wrapper,
30583
30603
  .e-treeview.e-bigger .e-checkbox-wrapper {
30584
30604
  margin: 0 0 0 12px;
@@ -59893,10 +59913,10 @@ span.e-table-box.e-rbox-select {
59893
59913
  .e-toast-container .e-toast .e-toast-message .e-toast-title:first-child,
59894
59914
  .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child {
59895
59915
  padding: 0;
59896
- padding-bottom: 12px;
59916
+ padding-bottom: 8px;
59897
59917
  padding-left: 12px;
59898
59918
  padding-right: 12px;
59899
- padding-top: 12px;
59919
+ padding-top: 8px;
59900
59920
  }
59901
59921
  .e-toast-container .e-toast .e-toast-message .e-toast-title:last-child,
59902
59922
  .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child {
@@ -59936,7 +59956,7 @@ span.e-table-box.e-rbox-select {
59936
59956
  }
59937
59957
  .e-toast-container .e-toast.e-toast-header-icon .e-toast-message .e-toast-title:first-child,
59938
59958
  .e-toast-container .e-toast.e-toast-header-icon .e-toast-message .e-toast-content:first-child {
59939
- padding-left: 48px;
59959
+ padding-left: 44px;
59940
59960
  }
59941
59961
  .e-toast-container .e-toast.e-toast-header-close-icon .e-toast-message .e-toast-title:first-child,
59942
59962
  .e-toast-container .e-toast.e-toast-header-close-icon .e-toast-message .e-toast-content:first-child {
@@ -59957,14 +59977,16 @@ span.e-table-box.e-rbox-select {
59957
59977
  }
59958
59978
  .e-toast-container .e-toast .e-toast-icon {
59959
59979
  align-items: center;
59960
- font-size: 14px;
59961
- height: 20px;
59980
+ font-size: 18px;
59981
+ height: 18px;
59962
59982
  justify-content: center;
59963
59983
  margin-right: 14px;
59964
- width: 20px;
59965
- left: 16px;
59966
- margin-left: 13px;
59967
- margin-top: 13px;
59984
+ width: 18px;
59985
+ left: 0;
59986
+ margin-left: 12px;
59987
+ margin-top: 10px;
59988
+ padding-bottom: 6px;
59989
+ position: absolute;
59968
59990
  }
59969
59991
  .e-toast-container .e-toast .e-toast-progress {
59970
59992
  bottom: 0;
@@ -60044,7 +60066,7 @@ span.e-table-box.e-rbox-select {
60044
60066
  }
60045
60067
  .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title {
60046
60068
  color: var(--color-sf-info-dark);
60047
- border-color: var(--color-sf-info-dark);
60069
+ border-color: var(--color-sf-info);
60048
60070
  }
60049
60071
  .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content {
60050
60072
  color: var(--color-sf-info-dark);
@@ -60066,7 +60088,7 @@ span.e-table-box.e-rbox-select {
60066
60088
  }
60067
60089
  .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title {
60068
60090
  color: var(--color-sf-warning-dark);
60069
- border-color: var(--color-sf-warning-dark);
60091
+ border-color: var(--color-sf-border-warning);
60070
60092
  }
60071
60093
  .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content {
60072
60094
  color: var(--color-sf-warning-dark);
@@ -60267,12 +60289,13 @@ span.e-table-box.e-rbox-select {
60267
60289
  }
60268
60290
  .e-bigger .e-toast-container .e-toast .e-toast-icon,
60269
60291
  .e-toast-container.e-bigger .e-toast .e-toast-icon {
60270
- font-size: 18px;
60271
- height: 24px;
60292
+ font-size: 20px;
60293
+ height: 20px;
60272
60294
  margin-right: 16px;
60273
- width: 24px;
60274
- left: 18px;
60275
- margin-top: 13px;
60295
+ width: 20px;
60296
+ left: 0;
60297
+ margin-top: 14px;
60298
+ margin-left: 12px;
60276
60299
  }
60277
60300
  .e-bigger .e-toast-container .e-toast .e-toast-progress,
60278
60301
  .e-toast-container.e-bigger .e-toast .e-toast-progress {
@@ -22728,10 +22728,8 @@ body.e-colorpicker-overflow {
22728
22728
  }
22729
22729
  .e-treeview .e-list-item {
22730
22730
  list-style: none;
22731
- padding: 2px 0;
22732
22731
  }
22733
22732
  .e-treeview .e-list-item .e-ul {
22734
- margin: 2px 0 -2px;
22735
22733
  padding: 0 0 0 20px;
22736
22734
  }
22737
22735
  .e-treeview .e-list-item.e-disable > .e-text-content,
@@ -22755,6 +22753,10 @@ body.e-colorpicker-overflow {
22755
22753
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
22756
22754
  content: none;
22757
22755
  }
22756
+ .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
22757
+ padding-top: 2px;
22758
+ padding-bottom: 2px;
22759
+ }
22758
22760
  .e-treeview .e-icons .e-spinner-pane {
22759
22761
  position: relative;
22760
22762
  }
@@ -22769,7 +22771,6 @@ body.e-colorpicker-overflow {
22769
22771
  -ms-user-select: none;
22770
22772
  -webkit-user-select: none;
22771
22773
  user-select: none;
22772
- border: 1px solid;
22773
22774
  cursor: pointer;
22774
22775
  margin: 0;
22775
22776
  padding: 0 0 0 20px;
@@ -22805,7 +22806,7 @@ body.e-colorpicker-overflow {
22805
22806
  margin: 0 0 0 8px;
22806
22807
  }
22807
22808
  .e-treeview .e-checkbox-wrapper + .e-list-text {
22808
- padding: 0 8px;
22809
+ padding: 7px 8px;
22809
22810
  }
22810
22811
  .e-treeview .e-checkbox-wrapper .e-ripple-container {
22811
22812
  bottom: -7px;
@@ -22818,24 +22819,29 @@ body.e-colorpicker-overflow {
22818
22819
  .e-treeview .e-list-text {
22819
22820
  box-sizing: border-box;
22820
22821
  display: inline-block;
22821
- line-height: 34px;
22822
+ line-height: 22px;
22822
22823
  margin: 0;
22823
- min-height: 34px;
22824
- padding: 0 8px;
22824
+ min-height: 22px;
22825
+ padding: 7px 8px;
22825
22826
  text-decoration: none;
22826
22827
  vertical-align: middle;
22827
22828
  }
22828
22829
  .e-treeview .e-list-text .e-input-group {
22829
- height: 30px;
22830
+ height: 32px;
22830
22831
  margin-bottom: 0;
22831
22832
  min-width: 150px;
22832
22833
  vertical-align: bottom;
22833
22834
  }
22834
22835
  .e-treeview .e-list-text .e-input-group .e-input {
22835
22836
  height: 28px;
22837
+ padding-top: 6px;
22838
+ padding-bottom: 6px;
22839
+ height: 32px;
22840
+ padding-top: 5px;
22841
+ padding-bottom: 5px;
22836
22842
  }
22837
22843
  .e-treeview .e-navigable-text {
22838
- padding: 0 8px;
22844
+ padding: 7px 8px;
22839
22845
  }
22840
22846
  .e-treeview .e-list-icon,
22841
22847
  .e-treeview .e-list-img {
@@ -23150,6 +23156,12 @@ body.e-colorpicker-overflow {
23150
23156
  .e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
23151
23157
  color: var(--color-sf-content-text-color-selected);
23152
23158
  }
23159
+ .e-treeview .e-list-item.e-active > .e-text-content .e-check {
23160
+ border-color: var(--color-sf-content-text-color-selected);
23161
+ }
23162
+ .e-treeview .e-list-item.e-active > .e-text-content .e-stop {
23163
+ border-color: var(--color-sf-content-text-color-selected);
23164
+ }
23153
23165
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
23154
23166
  background-color: var(--color-sf-content-bg-color-selected);
23155
23167
  border-color: var(--color-sf-content-bg-color-selected);
@@ -47274,10 +47286,10 @@ span.e-table-box.e-rbox-select {
47274
47286
  .e-toast-container .e-toast .e-toast-message .e-toast-title:first-child,
47275
47287
  .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child {
47276
47288
  padding: 0;
47277
- padding-bottom: 12px;
47289
+ padding-bottom: 8px;
47278
47290
  padding-left: 12px;
47279
47291
  padding-right: 12px;
47280
- padding-top: 12px;
47292
+ padding-top: 8px;
47281
47293
  }
47282
47294
  .e-toast-container .e-toast .e-toast-message .e-toast-title:last-child,
47283
47295
  .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child {
@@ -47317,7 +47329,7 @@ span.e-table-box.e-rbox-select {
47317
47329
  }
47318
47330
  .e-toast-container .e-toast.e-toast-header-icon .e-toast-message .e-toast-title:first-child,
47319
47331
  .e-toast-container .e-toast.e-toast-header-icon .e-toast-message .e-toast-content:first-child {
47320
- padding-left: 48px;
47332
+ padding-left: 44px;
47321
47333
  }
47322
47334
  .e-toast-container .e-toast.e-toast-header-close-icon .e-toast-message .e-toast-title:first-child,
47323
47335
  .e-toast-container .e-toast.e-toast-header-close-icon .e-toast-message .e-toast-content:first-child {
@@ -47338,14 +47350,16 @@ span.e-table-box.e-rbox-select {
47338
47350
  }
47339
47351
  .e-toast-container .e-toast .e-toast-icon {
47340
47352
  align-items: center;
47341
- font-size: 14px;
47342
- height: 20px;
47353
+ font-size: 18px;
47354
+ height: 18px;
47343
47355
  justify-content: center;
47344
47356
  margin-right: 14px;
47345
- width: 20px;
47346
- left: 16px;
47347
- margin-left: 13px;
47348
- margin-top: 13px;
47357
+ width: 18px;
47358
+ left: 0;
47359
+ margin-left: 12px;
47360
+ margin-top: 10px;
47361
+ padding-bottom: 6px;
47362
+ position: absolute;
47349
47363
  }
47350
47364
  .e-toast-container .e-toast .e-toast-progress {
47351
47365
  bottom: 0;
@@ -47425,7 +47439,7 @@ span.e-table-box.e-rbox-select {
47425
47439
  }
47426
47440
  .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title {
47427
47441
  color: var(--color-sf-info-dark);
47428
- border-color: var(--color-sf-info-dark);
47442
+ border-color: var(--color-sf-info);
47429
47443
  }
47430
47444
  .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content {
47431
47445
  color: var(--color-sf-info-dark);
@@ -47447,7 +47461,7 @@ span.e-table-box.e-rbox-select {
47447
47461
  }
47448
47462
  .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title {
47449
47463
  color: var(--color-sf-warning-dark);
47450
- border-color: var(--color-sf-warning-dark);
47464
+ border-color: var(--color-sf-border-warning);
47451
47465
  }
47452
47466
  .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content {
47453
47467
  color: var(--color-sf-warning-dark);