@syncfusion/blazor-themes 22.2.12 → 23.1.38

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 (381) hide show
  1. package/SCSS-Themes/base/bootstrap-dark.scss +53 -1
  2. package/SCSS-Themes/base/bootstrap.scss +54 -1
  3. package/SCSS-Themes/base/bootstrap4.scss +23 -1
  4. package/SCSS-Themes/base/bootstrap5-dark.scss +18 -1
  5. package/SCSS-Themes/base/bootstrap5.scss +18 -1
  6. package/SCSS-Themes/base/fabric-dark.scss +54 -1
  7. package/SCSS-Themes/base/fabric.scss +54 -1
  8. package/SCSS-Themes/base/fluent-dark.scss +18 -1
  9. package/SCSS-Themes/base/fluent.scss +18 -1
  10. package/SCSS-Themes/base/highcontrast.scss +54 -1
  11. package/SCSS-Themes/base/material-dark.scss +53 -1
  12. package/SCSS-Themes/base/material.scss +54 -1
  13. package/SCSS-Themes/base/material3-dark.scss +18 -1
  14. package/SCSS-Themes/base/material3.scss +19 -1
  15. package/SCSS-Themes/base/tailwind-dark.scss +19 -1
  16. package/SCSS-Themes/base/tailwind.scss +19 -1
  17. package/SCSS-Themes/bootstrap-dark.scss +1769 -272
  18. package/SCSS-Themes/bootstrap.scss +1772 -274
  19. package/SCSS-Themes/bootstrap4.scss +1743 -276
  20. package/SCSS-Themes/bootstrap5-dark.scss +1739 -279
  21. package/SCSS-Themes/bootstrap5.scss +1739 -279
  22. package/SCSS-Themes/buttons/switch/bootstrap-dark.scss +11 -0
  23. package/SCSS-Themes/buttons/switch/bootstrap.scss +11 -0
  24. package/SCSS-Themes/buttons/switch/bootstrap4.scss +11 -0
  25. package/SCSS-Themes/buttons/switch/bootstrap5-dark.scss +11 -0
  26. package/SCSS-Themes/buttons/switch/bootstrap5.scss +11 -0
  27. package/SCSS-Themes/buttons/switch/fabric-dark.scss +11 -0
  28. package/SCSS-Themes/buttons/switch/fabric.scss +11 -0
  29. package/SCSS-Themes/buttons/switch/fluent-dark.scss +11 -0
  30. package/SCSS-Themes/buttons/switch/fluent.scss +11 -0
  31. package/SCSS-Themes/buttons/switch/highcontrast.scss +11 -0
  32. package/SCSS-Themes/buttons/switch/material-dark.scss +11 -0
  33. package/SCSS-Themes/buttons/switch/material.scss +11 -0
  34. package/SCSS-Themes/buttons/switch/material3-dark.scss +11 -0
  35. package/SCSS-Themes/buttons/switch/material3.scss +11 -0
  36. package/SCSS-Themes/buttons/switch/tailwind-dark.scss +11 -0
  37. package/SCSS-Themes/buttons/switch/tailwind.scss +11 -0
  38. package/SCSS-Themes/calendars/datepicker/bootstrap-dark.scss +39 -14
  39. package/SCSS-Themes/calendars/datepicker/bootstrap.scss +39 -14
  40. package/SCSS-Themes/calendars/datepicker/bootstrap4.scss +39 -14
  41. package/SCSS-Themes/calendars/datepicker/bootstrap5-dark.scss +40 -15
  42. package/SCSS-Themes/calendars/datepicker/bootstrap5.scss +40 -15
  43. package/SCSS-Themes/calendars/datepicker/fabric-dark.scss +38 -13
  44. package/SCSS-Themes/calendars/datepicker/fabric.scss +40 -15
  45. package/SCSS-Themes/calendars/datepicker/fluent-dark.scss +38 -13
  46. package/SCSS-Themes/calendars/datepicker/fluent.scss +38 -13
  47. package/SCSS-Themes/calendars/datepicker/highcontrast.scss +39 -14
  48. package/SCSS-Themes/calendars/datepicker/material-dark.scss +38 -13
  49. package/SCSS-Themes/calendars/datepicker/material.scss +38 -13
  50. package/SCSS-Themes/calendars/datepicker/material3-dark.scss +38 -13
  51. package/SCSS-Themes/calendars/datepicker/material3.scss +38 -13
  52. package/SCSS-Themes/calendars/datepicker/tailwind-dark.scss +42 -17
  53. package/SCSS-Themes/calendars/datepicker/tailwind.scss +42 -17
  54. package/SCSS-Themes/calendars/daterangepicker/bootstrap-dark.scss +52 -23
  55. package/SCSS-Themes/calendars/daterangepicker/bootstrap.scss +52 -23
  56. package/SCSS-Themes/calendars/daterangepicker/bootstrap4.scss +52 -23
  57. package/SCSS-Themes/calendars/daterangepicker/bootstrap5-dark.scss +52 -23
  58. package/SCSS-Themes/calendars/daterangepicker/bootstrap5.scss +52 -23
  59. package/SCSS-Themes/calendars/daterangepicker/fabric-dark.scss +52 -23
  60. package/SCSS-Themes/calendars/daterangepicker/fabric.scss +52 -23
  61. package/SCSS-Themes/calendars/daterangepicker/fluent-dark.scss +52 -23
  62. package/SCSS-Themes/calendars/daterangepicker/fluent.scss +52 -23
  63. package/SCSS-Themes/calendars/daterangepicker/highcontrast.scss +52 -23
  64. package/SCSS-Themes/calendars/daterangepicker/material-dark.scss +52 -23
  65. package/SCSS-Themes/calendars/daterangepicker/material.scss +52 -23
  66. package/SCSS-Themes/calendars/daterangepicker/material3-dark.scss +56 -24
  67. package/SCSS-Themes/calendars/daterangepicker/material3.scss +56 -24
  68. package/SCSS-Themes/calendars/daterangepicker/tailwind-dark.scss +53 -24
  69. package/SCSS-Themes/calendars/daterangepicker/tailwind.scss +53 -24
  70. package/SCSS-Themes/calendars/timepicker/bootstrap-dark.scss +19 -2
  71. package/SCSS-Themes/calendars/timepicker/bootstrap.scss +19 -2
  72. package/SCSS-Themes/calendars/timepicker/bootstrap4.scss +19 -2
  73. package/SCSS-Themes/calendars/timepicker/bootstrap5-dark.scss +19 -2
  74. package/SCSS-Themes/calendars/timepicker/bootstrap5.scss +19 -2
  75. package/SCSS-Themes/calendars/timepicker/fabric-dark.scss +19 -2
  76. package/SCSS-Themes/calendars/timepicker/fabric.scss +21 -4
  77. package/SCSS-Themes/calendars/timepicker/fluent-dark.scss +19 -2
  78. package/SCSS-Themes/calendars/timepicker/fluent.scss +19 -2
  79. package/SCSS-Themes/calendars/timepicker/highcontrast.scss +19 -2
  80. package/SCSS-Themes/calendars/timepicker/material-dark.scss +19 -2
  81. package/SCSS-Themes/calendars/timepicker/material.scss +19 -2
  82. package/SCSS-Themes/calendars/timepicker/material3-dark.scss +19 -2
  83. package/SCSS-Themes/calendars/timepicker/material3.scss +19 -2
  84. package/SCSS-Themes/calendars/timepicker/tailwind-dark.scss +19 -2
  85. package/SCSS-Themes/calendars/timepicker/tailwind.scss +19 -2
  86. package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +15 -0
  87. package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +15 -0
  88. package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +15 -0
  89. package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +15 -0
  90. package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +15 -0
  91. package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +15 -0
  92. package/SCSS-Themes/documenteditor/document-editor/fabric.scss +15 -0
  93. package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +15 -0
  94. package/SCSS-Themes/documenteditor/document-editor/fluent.scss +15 -0
  95. package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +15 -0
  96. package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +15 -0
  97. package/SCSS-Themes/documenteditor/document-editor/material.scss +15 -0
  98. package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +15 -0
  99. package/SCSS-Themes/documenteditor/document-editor/material3.scss +15 -0
  100. package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +15 -0
  101. package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +15 -0
  102. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap-dark.scss +2 -0
  103. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap.scss +2 -0
  104. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap4.scss +2 -0
  105. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5-dark.scss +2 -0
  106. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5.scss +2 -0
  107. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +2 -0
  108. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +2 -0
  109. package/SCSS-Themes/documenteditor/document-editor-container/fluent-dark.scss +2 -0
  110. package/SCSS-Themes/documenteditor/document-editor-container/fluent.scss +2 -0
  111. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +2 -0
  112. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +2 -0
  113. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +2 -0
  114. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +2 -0
  115. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +2 -0
  116. package/SCSS-Themes/documenteditor/document-editor-container/tailwind-dark.scss +2 -0
  117. package/SCSS-Themes/documenteditor/document-editor-container/tailwind.scss +2 -0
  118. package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +78 -15
  119. package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +79 -16
  120. package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +82 -19
  121. package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +78 -17
  122. package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +78 -17
  123. package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +78 -15
  124. package/SCSS-Themes/dropdowns/list-box/fabric.scss +78 -15
  125. package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +82 -21
  126. package/SCSS-Themes/dropdowns/list-box/fluent.scss +82 -21
  127. package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +78 -15
  128. package/SCSS-Themes/dropdowns/list-box/material-dark.scss +80 -17
  129. package/SCSS-Themes/dropdowns/list-box/material.scss +80 -17
  130. package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +82 -21
  131. package/SCSS-Themes/dropdowns/list-box/material3.scss +82 -21
  132. package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +81 -20
  133. package/SCSS-Themes/dropdowns/list-box/tailwind.scss +81 -20
  134. package/SCSS-Themes/fabric-dark.scss +1769 -271
  135. package/SCSS-Themes/fabric.scss +1773 -275
  136. package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +1 -1
  137. package/SCSS-Themes/filemanager/file-manager/material3.scss +1 -1
  138. package/SCSS-Themes/fluent-dark.scss +1739 -279
  139. package/SCSS-Themes/fluent.scss +1739 -279
  140. package/SCSS-Themes/gantt/gantt/bootstrap-dark.scss +130 -107
  141. package/SCSS-Themes/gantt/gantt/bootstrap.scss +130 -107
  142. package/SCSS-Themes/gantt/gantt/bootstrap4.scss +130 -107
  143. package/SCSS-Themes/gantt/gantt/bootstrap5-dark.scss +130 -107
  144. package/SCSS-Themes/gantt/gantt/bootstrap5.scss +130 -107
  145. package/SCSS-Themes/gantt/gantt/fabric-dark.scss +130 -107
  146. package/SCSS-Themes/gantt/gantt/fabric.scss +130 -107
  147. package/SCSS-Themes/gantt/gantt/fluent-dark.scss +130 -107
  148. package/SCSS-Themes/gantt/gantt/fluent.scss +130 -107
  149. package/SCSS-Themes/gantt/gantt/highcontrast.scss +130 -107
  150. package/SCSS-Themes/gantt/gantt/material-dark.scss +130 -107
  151. package/SCSS-Themes/gantt/gantt/material.scss +130 -107
  152. package/SCSS-Themes/gantt/gantt/material3-dark.scss +130 -107
  153. package/SCSS-Themes/gantt/gantt/material3.scss +130 -107
  154. package/SCSS-Themes/gantt/gantt/tailwind-dark.scss +130 -107
  155. package/SCSS-Themes/gantt/gantt/tailwind.scss +130 -107
  156. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +639 -34
  157. package/SCSS-Themes/grids/grid/bootstrap.scss +639 -34
  158. package/SCSS-Themes/grids/grid/bootstrap4.scss +639 -34
  159. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +639 -34
  160. package/SCSS-Themes/grids/grid/bootstrap5.scss +639 -34
  161. package/SCSS-Themes/grids/grid/fabric-dark.scss +639 -34
  162. package/SCSS-Themes/grids/grid/fabric.scss +639 -34
  163. package/SCSS-Themes/grids/grid/fluent-dark.scss +640 -35
  164. package/SCSS-Themes/grids/grid/fluent.scss +640 -35
  165. package/SCSS-Themes/grids/grid/highcontrast.scss +639 -34
  166. package/SCSS-Themes/grids/grid/material-dark.scss +641 -36
  167. package/SCSS-Themes/grids/grid/material.scss +639 -34
  168. package/SCSS-Themes/grids/grid/material3-dark.scss +640 -35
  169. package/SCSS-Themes/grids/grid/material3.scss +640 -35
  170. package/SCSS-Themes/grids/grid/tailwind-dark.scss +639 -34
  171. package/SCSS-Themes/grids/grid/tailwind.scss +639 -34
  172. package/SCSS-Themes/highcontrast.scss +1771 -273
  173. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +104 -2
  174. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +104 -2
  175. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +104 -2
  176. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +104 -2
  177. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +104 -2
  178. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +104 -2
  179. package/SCSS-Themes/image-editor/image-editor/fabric.scss +104 -2
  180. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +104 -2
  181. package/SCSS-Themes/image-editor/image-editor/fluent.scss +104 -2
  182. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +105 -3
  183. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +104 -2
  184. package/SCSS-Themes/image-editor/image-editor/material.scss +104 -2
  185. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +105 -3
  186. package/SCSS-Themes/image-editor/image-editor/material3.scss +105 -3
  187. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +104 -2
  188. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +104 -2
  189. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +1 -1
  190. package/SCSS-Themes/inputs/input/bootstrap.scss +1 -1
  191. package/SCSS-Themes/inputs/input/bootstrap4.scss +1 -1
  192. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +1 -1
  193. package/SCSS-Themes/inputs/input/bootstrap5.scss +1 -1
  194. package/SCSS-Themes/inputs/input/fabric-dark.scss +1 -1
  195. package/SCSS-Themes/inputs/input/fabric.scss +1 -1
  196. package/SCSS-Themes/inputs/input/fluent-dark.scss +1 -1
  197. package/SCSS-Themes/inputs/input/fluent.scss +1 -1
  198. package/SCSS-Themes/inputs/input/highcontrast.scss +1 -1
  199. package/SCSS-Themes/inputs/input/material-dark.scss +1 -1
  200. package/SCSS-Themes/inputs/input/material.scss +1 -1
  201. package/SCSS-Themes/inputs/input/material3-dark.scss +1 -1
  202. package/SCSS-Themes/inputs/input/material3.scss +1 -1
  203. package/SCSS-Themes/inputs/input/tailwind-dark.scss +1 -1
  204. package/SCSS-Themes/inputs/input/tailwind.scss +1 -1
  205. package/SCSS-Themes/inputs/rating/bootstrap-dark.scss +3 -8
  206. package/SCSS-Themes/inputs/rating/bootstrap.scss +3 -8
  207. package/SCSS-Themes/inputs/rating/bootstrap4.scss +3 -8
  208. package/SCSS-Themes/inputs/rating/bootstrap5-dark.scss +3 -8
  209. package/SCSS-Themes/inputs/rating/bootstrap5.scss +3 -8
  210. package/SCSS-Themes/inputs/rating/fabric-dark.scss +3 -8
  211. package/SCSS-Themes/inputs/rating/fabric.scss +3 -8
  212. package/SCSS-Themes/inputs/rating/fluent-dark.scss +3 -8
  213. package/SCSS-Themes/inputs/rating/fluent.scss +3 -8
  214. package/SCSS-Themes/inputs/rating/highcontrast.scss +3 -8
  215. package/SCSS-Themes/inputs/rating/material-dark.scss +3 -8
  216. package/SCSS-Themes/inputs/rating/material.scss +3 -8
  217. package/SCSS-Themes/inputs/rating/material3-dark.scss +3 -8
  218. package/SCSS-Themes/inputs/rating/material3.scss +3 -8
  219. package/SCSS-Themes/inputs/rating/tailwind-dark.scss +3 -8
  220. package/SCSS-Themes/inputs/rating/tailwind.scss +3 -8
  221. package/SCSS-Themes/material-dark.scss +1772 -275
  222. package/SCSS-Themes/material.scss +1771 -273
  223. package/SCSS-Themes/material3-dark.scss +1747 -283
  224. package/SCSS-Themes/material3.scss +1748 -283
  225. package/SCSS-Themes/navigations/accordion/bootstrap-dark.scss +1 -0
  226. package/SCSS-Themes/navigations/accordion/bootstrap.scss +1 -0
  227. package/SCSS-Themes/navigations/accordion/bootstrap4.scss +1 -0
  228. package/SCSS-Themes/navigations/accordion/bootstrap5-dark.scss +1 -0
  229. package/SCSS-Themes/navigations/accordion/bootstrap5.scss +1 -0
  230. package/SCSS-Themes/navigations/accordion/fabric-dark.scss +1 -0
  231. package/SCSS-Themes/navigations/accordion/fabric.scss +1 -0
  232. package/SCSS-Themes/navigations/accordion/fluent-dark.scss +1 -0
  233. package/SCSS-Themes/navigations/accordion/fluent.scss +1 -0
  234. package/SCSS-Themes/navigations/accordion/highcontrast.scss +1 -0
  235. package/SCSS-Themes/navigations/accordion/material-dark.scss +1 -0
  236. package/SCSS-Themes/navigations/accordion/material.scss +1 -0
  237. package/SCSS-Themes/navigations/accordion/material3-dark.scss +1 -0
  238. package/SCSS-Themes/navigations/accordion/material3.scss +1 -0
  239. package/SCSS-Themes/navigations/accordion/tailwind-dark.scss +1 -0
  240. package/SCSS-Themes/navigations/accordion/tailwind.scss +1 -0
  241. package/SCSS-Themes/navigations/menu/bootstrap-dark.scss +8 -3
  242. package/SCSS-Themes/navigations/menu/bootstrap.scss +8 -3
  243. package/SCSS-Themes/navigations/menu/bootstrap4.scss +8 -3
  244. package/SCSS-Themes/navigations/menu/bootstrap5-dark.scss +8 -3
  245. package/SCSS-Themes/navigations/menu/bootstrap5.scss +8 -3
  246. package/SCSS-Themes/navigations/menu/fabric-dark.scss +8 -3
  247. package/SCSS-Themes/navigations/menu/fabric.scss +8 -3
  248. package/SCSS-Themes/navigations/menu/fluent-dark.scss +8 -3
  249. package/SCSS-Themes/navigations/menu/fluent.scss +8 -3
  250. package/SCSS-Themes/navigations/menu/highcontrast.scss +8 -3
  251. package/SCSS-Themes/navigations/menu/material-dark.scss +8 -3
  252. package/SCSS-Themes/navigations/menu/material.scss +8 -3
  253. package/SCSS-Themes/navigations/menu/material3-dark.scss +8 -3
  254. package/SCSS-Themes/navigations/menu/material3.scss +8 -3
  255. package/SCSS-Themes/navigations/menu/tailwind-dark.scss +8 -3
  256. package/SCSS-Themes/navigations/menu/tailwind.scss +8 -3
  257. package/SCSS-Themes/navigations/tab/tailwind-dark.scss +2 -2
  258. package/SCSS-Themes/navigations/tab/tailwind.scss +2 -2
  259. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +4 -4
  260. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +4 -4
  261. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +1 -1
  262. package/SCSS-Themes/navigations/toolbar/material3.scss +1 -1
  263. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +2 -2
  264. package/SCSS-Themes/navigations/toolbar/tailwind.scss +2 -2
  265. package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +4 -1
  266. package/SCSS-Themes/navigations/treeview/bootstrap.scss +4 -1
  267. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +4 -1
  268. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +4 -1
  269. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +4 -1
  270. package/SCSS-Themes/navigations/treeview/fabric-dark.scss +4 -1
  271. package/SCSS-Themes/navigations/treeview/fabric.scss +4 -1
  272. package/SCSS-Themes/navigations/treeview/fluent-dark.scss +4 -1
  273. package/SCSS-Themes/navigations/treeview/fluent.scss +4 -1
  274. package/SCSS-Themes/navigations/treeview/highcontrast.scss +4 -1
  275. package/SCSS-Themes/navigations/treeview/material-dark.scss +4 -1
  276. package/SCSS-Themes/navigations/treeview/material.scss +4 -1
  277. package/SCSS-Themes/navigations/treeview/material3-dark.scss +4 -1
  278. package/SCSS-Themes/navigations/treeview/material3.scss +4 -1
  279. package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +4 -1
  280. package/SCSS-Themes/navigations/treeview/tailwind.scss +4 -1
  281. package/SCSS-Themes/notifications/message/bootstrap-dark.scss +3 -1
  282. package/SCSS-Themes/notifications/message/bootstrap.scss +3 -1
  283. package/SCSS-Themes/notifications/message/bootstrap4.scss +3 -1
  284. package/SCSS-Themes/notifications/message/bootstrap5-dark.scss +3 -1
  285. package/SCSS-Themes/notifications/message/bootstrap5.scss +3 -1
  286. package/SCSS-Themes/notifications/message/fabric-dark.scss +3 -1
  287. package/SCSS-Themes/notifications/message/fabric.scss +3 -1
  288. package/SCSS-Themes/notifications/message/fluent-dark.scss +3 -1
  289. package/SCSS-Themes/notifications/message/fluent.scss +3 -1
  290. package/SCSS-Themes/notifications/message/highcontrast.scss +3 -1
  291. package/SCSS-Themes/notifications/message/material-dark.scss +3 -1
  292. package/SCSS-Themes/notifications/message/material.scss +3 -1
  293. package/SCSS-Themes/notifications/message/material3-dark.scss +3 -1
  294. package/SCSS-Themes/notifications/message/material3.scss +3 -1
  295. package/SCSS-Themes/notifications/message/tailwind-dark.scss +3 -1
  296. package/SCSS-Themes/notifications/message/tailwind.scss +3 -1
  297. package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +6 -1
  298. package/SCSS-Themes/notifications/toast/bootstrap.scss +6 -1
  299. package/SCSS-Themes/notifications/toast/bootstrap4.scss +6 -1
  300. package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +6 -1
  301. package/SCSS-Themes/notifications/toast/bootstrap5.scss +6 -1
  302. package/SCSS-Themes/notifications/toast/fabric-dark.scss +6 -1
  303. package/SCSS-Themes/notifications/toast/fabric.scss +6 -1
  304. package/SCSS-Themes/notifications/toast/fluent-dark.scss +6 -1
  305. package/SCSS-Themes/notifications/toast/fluent.scss +6 -1
  306. package/SCSS-Themes/notifications/toast/highcontrast.scss +6 -1
  307. package/SCSS-Themes/notifications/toast/material-dark.scss +6 -1
  308. package/SCSS-Themes/notifications/toast/material.scss +6 -1
  309. package/SCSS-Themes/notifications/toast/material3-dark.scss +6 -1
  310. package/SCSS-Themes/notifications/toast/material3.scss +6 -1
  311. package/SCSS-Themes/notifications/toast/tailwind-dark.scss +6 -1
  312. package/SCSS-Themes/notifications/toast/tailwind.scss +6 -1
  313. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +5 -12
  314. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +5 -12
  315. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +5 -12
  316. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +5 -12
  317. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +5 -12
  318. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +5 -12
  319. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +5 -12
  320. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +5 -12
  321. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +5 -12
  322. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +5 -12
  323. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +5 -12
  324. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +5 -12
  325. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +5 -12
  326. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +5 -12
  327. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +5 -12
  328. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +5 -12
  329. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +92 -41
  330. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +93 -42
  331. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +92 -41
  332. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +92 -41
  333. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +92 -41
  334. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +92 -41
  335. package/SCSS-Themes/pivotview/pivotview/fabric.scss +92 -41
  336. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +92 -41
  337. package/SCSS-Themes/pivotview/pivotview/fluent.scss +92 -41
  338. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +92 -41
  339. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +92 -41
  340. package/SCSS-Themes/pivotview/pivotview/material.scss +92 -41
  341. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +92 -41
  342. package/SCSS-Themes/pivotview/pivotview/material3.scss +92 -41
  343. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +92 -41
  344. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +92 -41
  345. package/SCSS-Themes/popups/dialog/fluent-dark.scss +1 -1
  346. package/SCSS-Themes/popups/dialog/fluent.scss +1 -1
  347. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +489 -6
  348. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +489 -6
  349. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +489 -6
  350. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +489 -6
  351. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +489 -6
  352. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +489 -6
  353. package/SCSS-Themes/ribbon/ribbon/fabric.scss +489 -6
  354. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +489 -6
  355. package/SCSS-Themes/ribbon/ribbon/fluent.scss +489 -6
  356. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +489 -6
  357. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +489 -6
  358. package/SCSS-Themes/ribbon/ribbon/material.scss +489 -6
  359. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +490 -6
  360. package/SCSS-Themes/ribbon/ribbon/material3.scss +490 -6
  361. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +489 -6
  362. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +489 -6
  363. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +15 -0
  364. package/SCSS-Themes/schedule/schedule/bootstrap.scss +15 -0
  365. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +15 -0
  366. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +15 -0
  367. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +15 -0
  368. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +15 -0
  369. package/SCSS-Themes/schedule/schedule/fabric.scss +15 -0
  370. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +15 -0
  371. package/SCSS-Themes/schedule/schedule/fluent.scss +15 -0
  372. package/SCSS-Themes/schedule/schedule/highcontrast.scss +15 -0
  373. package/SCSS-Themes/schedule/schedule/material-dark.scss +15 -0
  374. package/SCSS-Themes/schedule/schedule/material.scss +15 -0
  375. package/SCSS-Themes/schedule/schedule/material3-dark.scss +16 -1
  376. package/SCSS-Themes/schedule/schedule/material3.scss +16 -1
  377. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +15 -0
  378. package/SCSS-Themes/schedule/schedule/tailwind.scss +15 -0
  379. package/SCSS-Themes/tailwind-dark.scss +1746 -285
  380. package/SCSS-Themes/tailwind.scss +1746 -285
  381. package/package.json +1 -1
@@ -164,7 +164,9 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
164
164
  justify-content: flex-end;
165
165
  }
166
166
 
167
- &.e-content-center {
167
+ &.e-content-center .e-msg-content-wrap {
168
+ display: flex;
169
+ flex: 1;
168
170
  justify-content: center;
169
171
  }
170
172
 
@@ -164,7 +164,9 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
164
164
  justify-content: flex-end;
165
165
  }
166
166
 
167
- &.e-content-center {
167
+ &.e-content-center .e-msg-content-wrap {
168
+ display: flex;
169
+ flex: 1;
168
170
  justify-content: center;
169
171
  }
170
172
 
@@ -164,7 +164,9 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
164
164
  justify-content: flex-end;
165
165
  }
166
166
 
167
- &.e-content-center {
167
+ &.e-content-center .e-msg-content-wrap {
168
+ display: flex;
169
+ flex: 1;
168
170
  justify-content: center;
169
171
  }
170
172
 
@@ -164,7 +164,9 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
164
164
  justify-content: flex-end;
165
165
  }
166
166
 
167
- &.e-content-center {
167
+ &.e-content-center .e-msg-content-wrap {
168
+ display: flex;
169
+ flex: 1;
168
170
  justify-content: center;
169
171
  }
170
172
 
@@ -164,7 +164,9 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
164
164
  justify-content: flex-end;
165
165
  }
166
166
 
167
- &.e-content-center {
167
+ &.e-content-center .e-msg-content-wrap {
168
+ display: flex;
169
+ flex: 1;
168
170
  justify-content: center;
169
171
  }
170
172
 
@@ -164,7 +164,9 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
164
164
  justify-content: flex-end;
165
165
  }
166
166
 
167
- &.e-content-center {
167
+ &.e-content-center .e-msg-content-wrap {
168
+ display: flex;
169
+ flex: 1;
168
170
  justify-content: center;
169
171
  }
170
172
 
@@ -164,7 +164,9 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
164
164
  justify-content: flex-end;
165
165
  }
166
166
 
167
- &.e-content-center {
167
+ &.e-content-center .e-msg-content-wrap {
168
+ display: flex;
169
+ flex: 1;
168
170
  justify-content: center;
169
171
  }
170
172
 
@@ -164,7 +164,9 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
164
164
  justify-content: flex-end;
165
165
  }
166
166
 
167
- &.e-content-center {
167
+ &.e-content-center .e-msg-content-wrap {
168
+ display: flex;
169
+ flex: 1;
168
170
  justify-content: center;
169
171
  }
170
172
 
@@ -164,7 +164,9 @@ $msg-filled-error-close-icon-color: $msg-danger-close-icon-color-alt2 !default;
164
164
  justify-content: flex-end;
165
165
  }
166
166
 
167
- &.e-content-center {
167
+ &.e-content-center .e-msg-content-wrap {
168
+ display: flex;
169
+ flex: 1;
168
170
  justify-content: center;
169
171
  }
170
172
 
@@ -578,7 +578,12 @@ $toast-danger-hover-box-shadow: 0 6px 12px rgba($base-font, .5) !default;
578
578
  &.e-blazor-toast-close-icon,
579
579
  &.e-blazor-toast-close-icon:focus,
580
580
  &.e-blazor-toast-close-icon:active {
581
- background-color: transparent;
581
+ @if $skin-name == 'Material3' {
582
+ background: transparent;
583
+ }
584
+ @else {
585
+ background-color: transparent;
586
+ }
582
587
  border: 0;
583
588
  box-shadow: none;
584
589
  outline: 0;
@@ -576,7 +576,12 @@ $toast-title-font-weight: bold !default;
576
576
  &.e-blazor-toast-close-icon,
577
577
  &.e-blazor-toast-close-icon:focus,
578
578
  &.e-blazor-toast-close-icon:active {
579
- background-color: transparent;
579
+ @if $skin-name == 'Material3' {
580
+ background: transparent;
581
+ }
582
+ @else {
583
+ background-color: transparent;
584
+ }
580
585
  border: 0;
581
586
  box-shadow: none;
582
587
  outline: 0;
@@ -577,7 +577,12 @@ $toast-title-font-weight: bold !default;
577
577
  &.e-blazor-toast-close-icon,
578
578
  &.e-blazor-toast-close-icon:focus,
579
579
  &.e-blazor-toast-close-icon:active {
580
- background-color: transparent;
580
+ @if $skin-name == 'Material3' {
581
+ background: transparent;
582
+ }
583
+ @else {
584
+ background-color: transparent;
585
+ }
581
586
  border: 0;
582
587
  box-shadow: none;
583
588
  outline: 0;
@@ -575,7 +575,12 @@ $toast-danger-hover-box-shadow: $shadow !default;
575
575
  &.e-blazor-toast-close-icon,
576
576
  &.e-blazor-toast-close-icon:focus,
577
577
  &.e-blazor-toast-close-icon:active {
578
- background-color: transparent;
578
+ @if $skin-name == 'Material3' {
579
+ background: transparent;
580
+ }
581
+ @else {
582
+ background-color: transparent;
583
+ }
579
584
  border: 0;
580
585
  box-shadow: none;
581
586
  outline: 0;
@@ -575,7 +575,12 @@ $toast-danger-hover-box-shadow: $shadow !default;
575
575
  &.e-blazor-toast-close-icon,
576
576
  &.e-blazor-toast-close-icon:focus,
577
577
  &.e-blazor-toast-close-icon:active {
578
- background-color: transparent;
578
+ @if $skin-name == 'Material3' {
579
+ background: transparent;
580
+ }
581
+ @else {
582
+ background-color: transparent;
583
+ }
579
584
  border: 0;
580
585
  box-shadow: none;
581
586
  outline: 0;
@@ -565,7 +565,12 @@ $toast-danger-hover-box-shadow: 0 3px 6px 0 rgba($neutral-black, .26) !default;
565
565
  &.e-blazor-toast-close-icon,
566
566
  &.e-blazor-toast-close-icon:focus,
567
567
  &.e-blazor-toast-close-icon:active {
568
- background-color: transparent;
568
+ @if $skin-name == 'Material3' {
569
+ background: transparent;
570
+ }
571
+ @else {
572
+ background-color: transparent;
573
+ }
569
574
  border: 0;
570
575
  box-shadow: none;
571
576
  outline: 0;
@@ -566,7 +566,12 @@ $toast-title-font-weight: bold !default;
566
566
  &.e-blazor-toast-close-icon,
567
567
  &.e-blazor-toast-close-icon:focus,
568
568
  &.e-blazor-toast-close-icon:active {
569
- background-color: transparent;
569
+ @if $skin-name == 'Material3' {
570
+ background: transparent;
571
+ }
572
+ @else {
573
+ background-color: transparent;
574
+ }
570
575
  border: 0;
571
576
  box-shadow: none;
572
577
  outline: 0;
@@ -571,7 +571,12 @@ $toast-danger-hover-box-shadow: $shadow !default;
571
571
  &.e-blazor-toast-close-icon,
572
572
  &.e-blazor-toast-close-icon:focus,
573
573
  &.e-blazor-toast-close-icon:active {
574
- background-color: transparent;
574
+ @if $skin-name == 'Material3' {
575
+ background: transparent;
576
+ }
577
+ @else {
578
+ background-color: transparent;
579
+ }
575
580
  border: 0;
576
581
  box-shadow: none;
577
582
  outline: 0;
@@ -571,7 +571,12 @@ $toast-danger-hover-box-shadow: $shadow !default;
571
571
  &.e-blazor-toast-close-icon,
572
572
  &.e-blazor-toast-close-icon:focus,
573
573
  &.e-blazor-toast-close-icon:active {
574
- background-color: transparent;
574
+ @if $skin-name == 'Material3' {
575
+ background: transparent;
576
+ }
577
+ @else {
578
+ background-color: transparent;
579
+ }
575
580
  border: 0;
576
581
  box-shadow: none;
577
582
  outline: 0;
@@ -576,7 +576,12 @@ $toast-title-font-weight: bold !default;
576
576
  &.e-blazor-toast-close-icon,
577
577
  &.e-blazor-toast-close-icon:focus,
578
578
  &.e-blazor-toast-close-icon:active {
579
- background-color: transparent;
579
+ @if $skin-name == 'Material3' {
580
+ background: transparent;
581
+ }
582
+ @else {
583
+ background-color: transparent;
584
+ }
580
585
  border: 0;
581
586
  box-shadow: none;
582
587
  outline: 0;
@@ -580,7 +580,12 @@ $toast-danger-hover-box-shadow: 0 3px 5px -1px rgba($grey-black, .2), 0 6px 10px
580
580
  &.e-blazor-toast-close-icon,
581
581
  &.e-blazor-toast-close-icon:focus,
582
582
  &.e-blazor-toast-close-icon:active {
583
- background-color: transparent;
583
+ @if $skin-name == 'Material3' {
584
+ background: transparent;
585
+ }
586
+ @else {
587
+ background-color: transparent;
588
+ }
584
589
  border: 0;
585
590
  box-shadow: none;
586
591
  outline: 0;
@@ -580,7 +580,12 @@ $toast-title-font-weight: bold !default;
580
580
  &.e-blazor-toast-close-icon,
581
581
  &.e-blazor-toast-close-icon:focus,
582
582
  &.e-blazor-toast-close-icon:active {
583
- background-color: transparent;
583
+ @if $skin-name == 'Material3' {
584
+ background: transparent;
585
+ }
586
+ @else {
587
+ background-color: transparent;
588
+ }
584
589
  border: 0;
585
590
  box-shadow: none;
586
591
  outline: 0;
@@ -582,7 +582,12 @@ $toast-warning-icon: '\e88b' !default;
582
582
  &.e-blazor-toast-close-icon,
583
583
  &.e-blazor-toast-close-icon:focus,
584
584
  &.e-blazor-toast-close-icon:active {
585
- background-color: transparent;
585
+ @if $skin-name == 'Material3' {
586
+ background: transparent;
587
+ }
588
+ @else {
589
+ background-color: transparent;
590
+ }
586
591
  border: 0;
587
592
  box-shadow: none;
588
593
  outline: 0;
@@ -582,7 +582,12 @@ $toast-warning-icon: '\e88b' !default;
582
582
  &.e-blazor-toast-close-icon,
583
583
  &.e-blazor-toast-close-icon:focus,
584
584
  &.e-blazor-toast-close-icon:active {
585
- background-color: transparent;
585
+ @if $skin-name == 'Material3' {
586
+ background: transparent;
587
+ }
588
+ @else {
589
+ background-color: transparent;
590
+ }
586
591
  border: 0;
587
592
  box-shadow: none;
588
593
  outline: 0;
@@ -571,7 +571,12 @@ $toast-danger-hover-box-shadow: $shadow !default;
571
571
  &.e-blazor-toast-close-icon,
572
572
  &.e-blazor-toast-close-icon:focus,
573
573
  &.e-blazor-toast-close-icon:active {
574
- background-color: transparent;
574
+ @if $skin-name == 'Material3' {
575
+ background: transparent;
576
+ }
577
+ @else {
578
+ background-color: transparent;
579
+ }
575
580
  border: 0;
576
581
  box-shadow: none;
577
582
  outline: 0;
@@ -571,7 +571,12 @@ $toast-danger-hover-box-shadow: $shadow !default;
571
571
  &.e-blazor-toast-close-icon,
572
572
  &.e-blazor-toast-close-icon:focus,
573
573
  &.e-blazor-toast-close-icon:active {
574
- background-color: transparent;
574
+ @if $skin-name == 'Material3' {
575
+ background: transparent;
576
+ }
577
+ @else {
578
+ background-color: transparent;
579
+ }
575
580
  border: 0;
576
581
  box-shadow: none;
577
582
  outline: 0;
@@ -488,13 +488,12 @@ $olap-bigger-tree-outer-div-width: 325px !default;
488
488
  .e-format-inner-div {
489
489
  width: 100% !important;
490
490
  }
491
- /* stylelint-enable */
492
-
493
491
  .e-format-condition-button {
494
492
  .e-add-icon {
495
- margin-left: 0;
493
+ margin-left: 0 !important;
496
494
  }
497
495
  }
496
+ /* stylelint-enable */
498
497
 
499
498
  .e-format-value1,
500
499
  .e-format-value2,
@@ -1834,6 +1833,9 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1834
1833
  @if ($skin-name == 'FluentUI') {
1835
1834
  border-top: 0;
1836
1835
  }
1836
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1837
+ padding: $field-list-editor-dialog-footer-padding;
1838
+ }
1837
1839
  }
1838
1840
 
1839
1841
  .e-dlg-content {
@@ -1982,15 +1984,6 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1982
1984
  padding: 9px 10px;
1983
1985
  }
1984
1986
 
1985
- .e-text-content {
1986
- .e-list-text {
1987
- line-height: 1.5em;
1988
- // @if ($field-list-skin == 'bootstrap4') {
1989
- // line-height: 0;
1990
- // }
1991
- }
1992
- }
1993
-
1994
1987
  &.e-drag-restrict {
1995
1988
  .e-no-drop {
1996
1989
  &::before {
@@ -470,13 +470,12 @@ $field-list-adaptive-outerdiv-height: 176px !default;
470
470
  .e-format-inner-div {
471
471
  width: 100% !important;
472
472
  }
473
- /* stylelint-enable */
474
-
475
473
  .e-format-condition-button {
476
474
  .e-add-icon {
477
- margin-left: 0;
475
+ margin-left: 0 !important;
478
476
  }
479
477
  }
478
+ /* stylelint-enable */
480
479
 
481
480
  .e-format-value1,
482
481
  .e-format-value2,
@@ -1816,6 +1815,9 @@ $field-list-adaptive-outerdiv-height: 176px !default;
1816
1815
  @if ($skin-name == 'FluentUI') {
1817
1816
  border-top: 0;
1818
1817
  }
1818
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1819
+ padding: $field-list-editor-dialog-footer-padding;
1820
+ }
1819
1821
  }
1820
1822
 
1821
1823
  .e-dlg-content {
@@ -1964,15 +1966,6 @@ $field-list-adaptive-outerdiv-height: 176px !default;
1964
1966
  padding: 9px 10px;
1965
1967
  }
1966
1968
 
1967
- .e-text-content {
1968
- .e-list-text {
1969
- line-height: 1.5em;
1970
- // @if ($field-list-skin == 'bootstrap4') {
1971
- // line-height: 0;
1972
- // }
1973
- }
1974
- }
1975
-
1976
1969
  &.e-drag-restrict {
1977
1970
  .e-no-drop {
1978
1971
  &::before {
@@ -470,13 +470,12 @@ $field-list-adaptive-outerdiv-height: 177px !default;
470
470
  .e-format-inner-div {
471
471
  width: 100% !important;
472
472
  }
473
- /* stylelint-enable */
474
-
475
473
  .e-format-condition-button {
476
474
  .e-add-icon {
477
- margin-left: 0;
475
+ margin-left: 0 !important;
478
476
  }
479
477
  }
478
+ /* stylelint-enable */
480
479
 
481
480
  .e-format-value1,
482
481
  .e-format-value2,
@@ -1816,6 +1815,9 @@ $field-list-adaptive-outerdiv-height: 177px !default;
1816
1815
  @if ($skin-name == 'FluentUI') {
1817
1816
  border-top: 0;
1818
1817
  }
1818
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1819
+ padding: $field-list-editor-dialog-footer-padding;
1820
+ }
1819
1821
  }
1820
1822
 
1821
1823
  .e-dlg-content {
@@ -1964,15 +1966,6 @@ $field-list-adaptive-outerdiv-height: 177px !default;
1964
1966
  padding: 9px 10px;
1965
1967
  }
1966
1968
 
1967
- .e-text-content {
1968
- .e-list-text {
1969
- line-height: 1.5em;
1970
- // @if ($field-list-skin == 'bootstrap4') {
1971
- // line-height: 0;
1972
- // }
1973
- }
1974
- }
1975
-
1976
1969
  &.e-drag-restrict {
1977
1970
  .e-no-drop {
1978
1971
  &::before {
@@ -474,13 +474,12 @@ $field-list-adaptive-outerdiv-height: 187px !default;
474
474
  .e-format-inner-div {
475
475
  width: 100% !important;
476
476
  }
477
- /* stylelint-enable */
478
-
479
477
  .e-format-condition-button {
480
478
  .e-add-icon {
481
- margin-left: 0;
479
+ margin-left: 0 !important;
482
480
  }
483
481
  }
482
+ /* stylelint-enable */
484
483
 
485
484
  .e-format-value1,
486
485
  .e-format-value2,
@@ -1820,6 +1819,9 @@ $field-list-adaptive-outerdiv-height: 187px !default;
1820
1819
  @if ($skin-name == 'FluentUI') {
1821
1820
  border-top: 0;
1822
1821
  }
1822
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1823
+ padding: $field-list-editor-dialog-footer-padding;
1824
+ }
1823
1825
  }
1824
1826
 
1825
1827
  .e-dlg-content {
@@ -1968,15 +1970,6 @@ $field-list-adaptive-outerdiv-height: 187px !default;
1968
1970
  padding: 9px 10px;
1969
1971
  }
1970
1972
 
1971
- .e-text-content {
1972
- .e-list-text {
1973
- line-height: 1.5em;
1974
- // @if ($field-list-skin == 'bootstrap4') {
1975
- // line-height: 0;
1976
- // }
1977
- }
1978
- }
1979
-
1980
1973
  &.e-drag-restrict {
1981
1974
  .e-no-drop {
1982
1975
  &::before {
@@ -474,13 +474,12 @@ $field-list-adaptive-outerdiv-height: 187px !default;
474
474
  .e-format-inner-div {
475
475
  width: 100% !important;
476
476
  }
477
- /* stylelint-enable */
478
-
479
477
  .e-format-condition-button {
480
478
  .e-add-icon {
481
- margin-left: 0;
479
+ margin-left: 0 !important;
482
480
  }
483
481
  }
482
+ /* stylelint-enable */
484
483
 
485
484
  .e-format-value1,
486
485
  .e-format-value2,
@@ -1820,6 +1819,9 @@ $field-list-adaptive-outerdiv-height: 187px !default;
1820
1819
  @if ($skin-name == 'FluentUI') {
1821
1820
  border-top: 0;
1822
1821
  }
1822
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1823
+ padding: $field-list-editor-dialog-footer-padding;
1824
+ }
1823
1825
  }
1824
1826
 
1825
1827
  .e-dlg-content {
@@ -1968,15 +1970,6 @@ $field-list-adaptive-outerdiv-height: 187px !default;
1968
1970
  padding: 9px 10px;
1969
1971
  }
1970
1972
 
1971
- .e-text-content {
1972
- .e-list-text {
1973
- line-height: 1.5em;
1974
- // @if ($field-list-skin == 'bootstrap4') {
1975
- // line-height: 0;
1976
- // }
1977
- }
1978
- }
1979
-
1980
1973
  &.e-drag-restrict {
1981
1974
  .e-no-drop {
1982
1975
  &::before {
@@ -476,13 +476,12 @@ $olap-bigger-tree-outer-div-width: 325px !default;
476
476
  .e-format-inner-div {
477
477
  width: 100% !important;
478
478
  }
479
- /* stylelint-enable */
480
-
481
479
  .e-format-condition-button {
482
480
  .e-add-icon {
483
- margin-left: 0;
481
+ margin-left: 0 !important;
484
482
  }
485
483
  }
484
+ /* stylelint-enable */
486
485
 
487
486
  .e-format-value1,
488
487
  .e-format-value2,
@@ -1822,6 +1821,9 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1822
1821
  @if ($skin-name == 'FluentUI') {
1823
1822
  border-top: 0;
1824
1823
  }
1824
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1825
+ padding: $field-list-editor-dialog-footer-padding;
1826
+ }
1825
1827
  }
1826
1828
 
1827
1829
  .e-dlg-content {
@@ -1970,15 +1972,6 @@ $olap-bigger-tree-outer-div-width: 325px !default;
1970
1972
  padding: 9px 10px;
1971
1973
  }
1972
1974
 
1973
- .e-text-content {
1974
- .e-list-text {
1975
- line-height: 1.5em;
1976
- // @if ($field-list-skin == 'bootstrap4') {
1977
- // line-height: 0;
1978
- // }
1979
- }
1980
- }
1981
-
1982
1975
  &.e-drag-restrict {
1983
1976
  .e-no-drop {
1984
1977
  &::before {
@@ -470,13 +470,12 @@ $field-list-adaptive-outerdiv-height: 166px !default;
470
470
  .e-format-inner-div {
471
471
  width: 100% !important;
472
472
  }
473
- /* stylelint-enable */
474
-
475
473
  .e-format-condition-button {
476
474
  .e-add-icon {
477
- margin-left: 0;
475
+ margin-left: 0 !important;
478
476
  }
479
477
  }
478
+ /* stylelint-enable */
480
479
 
481
480
  .e-format-value1,
482
481
  .e-format-value2,
@@ -1816,6 +1815,9 @@ $field-list-adaptive-outerdiv-height: 166px !default;
1816
1815
  @if ($skin-name == 'FluentUI') {
1817
1816
  border-top: 0;
1818
1817
  }
1818
+ @if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1819
+ padding: $field-list-editor-dialog-footer-padding;
1820
+ }
1819
1821
  }
1820
1822
 
1821
1823
  .e-dlg-content {
@@ -1964,15 +1966,6 @@ $field-list-adaptive-outerdiv-height: 166px !default;
1964
1966
  padding: 9px 10px;
1965
1967
  }
1966
1968
 
1967
- .e-text-content {
1968
- .e-list-text {
1969
- line-height: 1.5em;
1970
- // @if ($field-list-skin == 'bootstrap4') {
1971
- // line-height: 0;
1972
- // }
1973
- }
1974
- }
1975
-
1976
1969
  &.e-drag-restrict {
1977
1970
  .e-no-drop {
1978
1971
  &::before {