@syncfusion/blazor-themes 26.1.42 → 26.2.5

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 (308) hide show
  1. package/SCSS-Themes/base/fluent2-dark.scss +2 -2
  2. package/SCSS-Themes/base/fluent2-highcontrast.scss +12 -12
  3. package/SCSS-Themes/base/fluent2.scss +15 -13
  4. package/SCSS-Themes/bds-dark.scss +244 -67
  5. package/SCSS-Themes/bds.scss +244 -67
  6. package/SCSS-Themes/bootstrap-dark.scss +244 -67
  7. package/SCSS-Themes/bootstrap.scss +250 -73
  8. package/SCSS-Themes/bootstrap4.scss +250 -73
  9. package/SCSS-Themes/bootstrap5-dark.scss +252 -75
  10. package/SCSS-Themes/bootstrap5.scss +252 -75
  11. package/SCSS-Themes/buttons/button/bds-dark.scss +2 -2
  12. package/SCSS-Themes/buttons/button/bds.scss +2 -2
  13. package/SCSS-Themes/buttons/button/bootstrap-dark.scss +2 -2
  14. package/SCSS-Themes/buttons/button/bootstrap.scss +2 -2
  15. package/SCSS-Themes/buttons/button/bootstrap4.scss +2 -2
  16. package/SCSS-Themes/buttons/button/bootstrap5-dark.scss +2 -2
  17. package/SCSS-Themes/buttons/button/bootstrap5.scss +2 -2
  18. package/SCSS-Themes/buttons/button/fabric-dark.scss +2 -2
  19. package/SCSS-Themes/buttons/button/fabric.scss +2 -2
  20. package/SCSS-Themes/buttons/button/fluent-dark.scss +2 -2
  21. package/SCSS-Themes/buttons/button/fluent.scss +2 -2
  22. package/SCSS-Themes/buttons/button/fluent2-dark.scss +2 -2
  23. package/SCSS-Themes/buttons/button/fluent2.scss +2 -2
  24. package/SCSS-Themes/buttons/button/highcontrast.scss +2 -2
  25. package/SCSS-Themes/buttons/button/material-dark.scss +2 -2
  26. package/SCSS-Themes/buttons/button/material.scss +2 -2
  27. package/SCSS-Themes/buttons/button/material3-dark.scss +2 -2
  28. package/SCSS-Themes/buttons/button/material3.scss +2 -2
  29. package/SCSS-Themes/buttons/button/tailwind-dark.scss +2 -2
  30. package/SCSS-Themes/buttons/button/tailwind.scss +2 -2
  31. package/SCSS-Themes/buttons/speed-dial/bds-dark.scss +1 -0
  32. package/SCSS-Themes/buttons/speed-dial/bds.scss +1 -0
  33. package/SCSS-Themes/buttons/speed-dial/bootstrap-dark.scss +1 -0
  34. package/SCSS-Themes/buttons/speed-dial/bootstrap.scss +1 -0
  35. package/SCSS-Themes/buttons/speed-dial/bootstrap4.scss +1 -0
  36. package/SCSS-Themes/buttons/speed-dial/bootstrap5-dark.scss +1 -0
  37. package/SCSS-Themes/buttons/speed-dial/bootstrap5.scss +1 -0
  38. package/SCSS-Themes/buttons/speed-dial/fabric-dark.scss +1 -0
  39. package/SCSS-Themes/buttons/speed-dial/fabric.scss +1 -0
  40. package/SCSS-Themes/buttons/speed-dial/fluent-dark.scss +1 -0
  41. package/SCSS-Themes/buttons/speed-dial/fluent.scss +1 -0
  42. package/SCSS-Themes/buttons/speed-dial/fluent2-dark.scss +1 -0
  43. package/SCSS-Themes/buttons/speed-dial/fluent2.scss +1 -0
  44. package/SCSS-Themes/buttons/speed-dial/highcontrast.scss +1 -0
  45. package/SCSS-Themes/buttons/speed-dial/material-dark.scss +1 -0
  46. package/SCSS-Themes/buttons/speed-dial/material.scss +1 -0
  47. package/SCSS-Themes/buttons/speed-dial/material3-dark.scss +1 -0
  48. package/SCSS-Themes/buttons/speed-dial/material3.scss +1 -0
  49. package/SCSS-Themes/buttons/speed-dial/tailwind-dark.scss +1 -0
  50. package/SCSS-Themes/buttons/speed-dial/tailwind.scss +1 -0
  51. package/SCSS-Themes/dropdowns/list-box/bds-dark.scss +17 -13
  52. package/SCSS-Themes/dropdowns/list-box/bds.scss +17 -13
  53. package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +17 -13
  54. package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +17 -13
  55. package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +17 -13
  56. package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +17 -13
  57. package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +17 -13
  58. package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +17 -13
  59. package/SCSS-Themes/dropdowns/list-box/fabric.scss +17 -13
  60. package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +17 -13
  61. package/SCSS-Themes/dropdowns/list-box/fluent.scss +17 -13
  62. package/SCSS-Themes/dropdowns/list-box/fluent2-dark.scss +17 -13
  63. package/SCSS-Themes/dropdowns/list-box/fluent2.scss +17 -13
  64. package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +17 -13
  65. package/SCSS-Themes/dropdowns/list-box/material-dark.scss +17 -13
  66. package/SCSS-Themes/dropdowns/list-box/material.scss +17 -13
  67. package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +17 -13
  68. package/SCSS-Themes/dropdowns/list-box/material3.scss +17 -13
  69. package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +17 -13
  70. package/SCSS-Themes/dropdowns/list-box/tailwind.scss +17 -13
  71. package/SCSS-Themes/dropdowns/multi-select/material.scss +1 -1
  72. package/SCSS-Themes/fabric-dark.scss +244 -67
  73. package/SCSS-Themes/fabric.scss +247 -70
  74. package/SCSS-Themes/fluent-dark.scss +250 -73
  75. package/SCSS-Themes/fluent.scss +250 -73
  76. package/SCSS-Themes/fluent2-dark.scss +260 -83
  77. package/SCSS-Themes/fluent2-highcontrast.scss +12 -12
  78. package/SCSS-Themes/fluent2.scss +273 -94
  79. package/SCSS-Themes/grids/grid/bds-dark.scss +15 -10
  80. package/SCSS-Themes/grids/grid/bds.scss +15 -10
  81. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +15 -10
  82. package/SCSS-Themes/grids/grid/bootstrap.scss +21 -16
  83. package/SCSS-Themes/grids/grid/bootstrap4.scss +21 -16
  84. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +23 -18
  85. package/SCSS-Themes/grids/grid/bootstrap5.scss +23 -18
  86. package/SCSS-Themes/grids/grid/fabric-dark.scss +15 -10
  87. package/SCSS-Themes/grids/grid/fabric.scss +18 -13
  88. package/SCSS-Themes/grids/grid/fluent-dark.scss +21 -16
  89. package/SCSS-Themes/grids/grid/fluent.scss +21 -16
  90. package/SCSS-Themes/grids/grid/fluent2-dark.scss +27 -22
  91. package/SCSS-Themes/grids/grid/fluent2.scss +27 -22
  92. package/SCSS-Themes/grids/grid/highcontrast.scss +22 -17
  93. package/SCSS-Themes/grids/grid/material-dark.scss +15 -10
  94. package/SCSS-Themes/grids/grid/material.scss +16 -11
  95. package/SCSS-Themes/grids/grid/material3-dark.scss +20 -15
  96. package/SCSS-Themes/grids/grid/material3.scss +20 -15
  97. package/SCSS-Themes/grids/grid/tailwind-dark.scss +24 -19
  98. package/SCSS-Themes/grids/grid/tailwind.scss +24 -19
  99. package/SCSS-Themes/highcontrast.scss +251 -74
  100. package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +50 -1
  101. package/SCSS-Themes/image-editor/image-editor/bds.scss +50 -1
  102. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +50 -1
  103. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +50 -1
  104. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +50 -1
  105. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +50 -1
  106. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +50 -1
  107. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +50 -1
  108. package/SCSS-Themes/image-editor/image-editor/fabric.scss +50 -1
  109. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +50 -1
  110. package/SCSS-Themes/image-editor/image-editor/fluent.scss +50 -1
  111. package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +50 -1
  112. package/SCSS-Themes/image-editor/image-editor/fluent2.scss +50 -1
  113. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +50 -1
  114. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +50 -1
  115. package/SCSS-Themes/image-editor/image-editor/material.scss +50 -1
  116. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +50 -1
  117. package/SCSS-Themes/image-editor/image-editor/material3.scss +50 -1
  118. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +50 -1
  119. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +50 -1
  120. package/SCSS-Themes/inputs/input/bds-dark.scss +45 -21
  121. package/SCSS-Themes/inputs/input/bds.scss +45 -21
  122. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +45 -21
  123. package/SCSS-Themes/inputs/input/bootstrap.scss +45 -21
  124. package/SCSS-Themes/inputs/input/bootstrap4.scss +45 -21
  125. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +45 -21
  126. package/SCSS-Themes/inputs/input/bootstrap5.scss +45 -21
  127. package/SCSS-Themes/inputs/input/fabric-dark.scss +45 -21
  128. package/SCSS-Themes/inputs/input/fabric.scss +45 -21
  129. package/SCSS-Themes/inputs/input/fluent-dark.scss +45 -21
  130. package/SCSS-Themes/inputs/input/fluent.scss +45 -21
  131. package/SCSS-Themes/inputs/input/fluent2-dark.scss +45 -21
  132. package/SCSS-Themes/inputs/input/fluent2.scss +45 -21
  133. package/SCSS-Themes/inputs/input/highcontrast.scss +45 -21
  134. package/SCSS-Themes/inputs/input/material-dark.scss +45 -21
  135. package/SCSS-Themes/inputs/input/material.scss +45 -21
  136. package/SCSS-Themes/inputs/input/material3-dark.scss +45 -21
  137. package/SCSS-Themes/inputs/input/material3.scss +45 -21
  138. package/SCSS-Themes/inputs/input/tailwind-dark.scss +45 -21
  139. package/SCSS-Themes/inputs/input/tailwind.scss +45 -21
  140. package/SCSS-Themes/inputs/otp-input/bds-dark.scss +1 -1
  141. package/SCSS-Themes/inputs/otp-input/bds.scss +1 -1
  142. package/SCSS-Themes/inputs/otp-input/bootstrap-dark.scss +1 -1
  143. package/SCSS-Themes/inputs/otp-input/bootstrap.scss +1 -1
  144. package/SCSS-Themes/inputs/otp-input/bootstrap4.scss +1 -1
  145. package/SCSS-Themes/inputs/otp-input/bootstrap5-dark.scss +1 -1
  146. package/SCSS-Themes/inputs/otp-input/bootstrap5.scss +1 -1
  147. package/SCSS-Themes/inputs/otp-input/fabric-dark.scss +1 -1
  148. package/SCSS-Themes/inputs/otp-input/fabric.scss +1 -1
  149. package/SCSS-Themes/inputs/otp-input/fluent-dark.scss +1 -1
  150. package/SCSS-Themes/inputs/otp-input/fluent.scss +1 -1
  151. package/SCSS-Themes/inputs/otp-input/fluent2-dark.scss +1 -1
  152. package/SCSS-Themes/inputs/otp-input/fluent2.scss +1 -1
  153. package/SCSS-Themes/inputs/otp-input/highcontrast.scss +1 -1
  154. package/SCSS-Themes/inputs/otp-input/material-dark.scss +1 -1
  155. package/SCSS-Themes/inputs/otp-input/material.scss +1 -1
  156. package/SCSS-Themes/inputs/otp-input/material3-dark.scss +1 -1
  157. package/SCSS-Themes/inputs/otp-input/material3.scss +1 -1
  158. package/SCSS-Themes/inputs/otp-input/tailwind-dark.scss +1 -1
  159. package/SCSS-Themes/inputs/otp-input/tailwind.scss +1 -1
  160. package/SCSS-Themes/material-dark.scss +244 -67
  161. package/SCSS-Themes/material.scss +246 -69
  162. package/SCSS-Themes/material3-dark.scss +249 -72
  163. package/SCSS-Themes/material3.scss +249 -72
  164. package/SCSS-Themes/navigations/breadcrumb/bds-dark.scss +4 -2
  165. package/SCSS-Themes/navigations/breadcrumb/bds.scss +4 -2
  166. package/SCSS-Themes/navigations/breadcrumb/bootstrap-dark.scss +4 -2
  167. package/SCSS-Themes/navigations/breadcrumb/bootstrap.scss +4 -2
  168. package/SCSS-Themes/navigations/breadcrumb/bootstrap4.scss +4 -2
  169. package/SCSS-Themes/navigations/breadcrumb/bootstrap5-dark.scss +4 -2
  170. package/SCSS-Themes/navigations/breadcrumb/bootstrap5.scss +4 -2
  171. package/SCSS-Themes/navigations/breadcrumb/fabric-dark.scss +4 -2
  172. package/SCSS-Themes/navigations/breadcrumb/fabric.scss +4 -2
  173. package/SCSS-Themes/navigations/breadcrumb/fluent-dark.scss +4 -2
  174. package/SCSS-Themes/navigations/breadcrumb/fluent.scss +4 -2
  175. package/SCSS-Themes/navigations/breadcrumb/fluent2-dark.scss +4 -2
  176. package/SCSS-Themes/navigations/breadcrumb/fluent2.scss +4 -2
  177. package/SCSS-Themes/navigations/breadcrumb/highcontrast.scss +4 -2
  178. package/SCSS-Themes/navigations/breadcrumb/material-dark.scss +4 -2
  179. package/SCSS-Themes/navigations/breadcrumb/material.scss +4 -2
  180. package/SCSS-Themes/navigations/breadcrumb/material3-dark.scss +4 -2
  181. package/SCSS-Themes/navigations/breadcrumb/material3.scss +4 -2
  182. package/SCSS-Themes/navigations/breadcrumb/tailwind-dark.scss +4 -2
  183. package/SCSS-Themes/navigations/breadcrumb/tailwind.scss +4 -2
  184. package/SCSS-Themes/navigations/treeview/bds-dark.scss +2 -2
  185. package/SCSS-Themes/navigations/treeview/bds.scss +2 -2
  186. package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +2 -2
  187. package/SCSS-Themes/navigations/treeview/bootstrap.scss +2 -2
  188. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +2 -2
  189. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +2 -2
  190. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +2 -2
  191. package/SCSS-Themes/navigations/treeview/fabric-dark.scss +2 -2
  192. package/SCSS-Themes/navigations/treeview/fabric.scss +2 -2
  193. package/SCSS-Themes/navigations/treeview/fluent-dark.scss +2 -2
  194. package/SCSS-Themes/navigations/treeview/fluent.scss +2 -2
  195. package/SCSS-Themes/navigations/treeview/fluent2-dark.scss +2 -2
  196. package/SCSS-Themes/navigations/treeview/fluent2.scss +2 -2
  197. package/SCSS-Themes/navigations/treeview/highcontrast.scss +2 -2
  198. package/SCSS-Themes/navigations/treeview/material-dark.scss +2 -2
  199. package/SCSS-Themes/navigations/treeview/material.scss +2 -2
  200. package/SCSS-Themes/navigations/treeview/material3-dark.scss +2 -2
  201. package/SCSS-Themes/navigations/treeview/material3.scss +2 -2
  202. package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +2 -2
  203. package/SCSS-Themes/navigations/treeview/tailwind.scss +2 -2
  204. package/SCSS-Themes/notifications/message/fluent2-dark.scss +2 -2
  205. package/SCSS-Themes/notifications/message/fluent2.scss +2 -2
  206. package/SCSS-Themes/pdfviewer/pdfviewer/bds-dark.scss +56 -10
  207. package/SCSS-Themes/pdfviewer/pdfviewer/bds.scss +56 -10
  208. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +56 -10
  209. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +56 -10
  210. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +56 -10
  211. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +56 -10
  212. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +56 -10
  213. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +56 -10
  214. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +56 -10
  215. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +56 -10
  216. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +56 -10
  217. package/SCSS-Themes/pdfviewer/pdfviewer/fluent2-dark.scss +56 -10
  218. package/SCSS-Themes/pdfviewer/pdfviewer/fluent2.scss +56 -10
  219. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +56 -10
  220. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +56 -10
  221. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +56 -10
  222. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +56 -10
  223. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +56 -10
  224. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +56 -10
  225. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +56 -10
  226. package/SCSS-Themes/popups/dialog/bds-dark.scss +6 -0
  227. package/SCSS-Themes/popups/dialog/bds.scss +6 -0
  228. package/SCSS-Themes/popups/dialog/bootstrap-dark.scss +6 -0
  229. package/SCSS-Themes/popups/dialog/bootstrap.scss +6 -0
  230. package/SCSS-Themes/popups/dialog/bootstrap4.scss +6 -0
  231. package/SCSS-Themes/popups/dialog/bootstrap5-dark.scss +6 -0
  232. package/SCSS-Themes/popups/dialog/bootstrap5.scss +6 -0
  233. package/SCSS-Themes/popups/dialog/fabric-dark.scss +6 -0
  234. package/SCSS-Themes/popups/dialog/fabric.scss +6 -0
  235. package/SCSS-Themes/popups/dialog/fluent-dark.scss +6 -0
  236. package/SCSS-Themes/popups/dialog/fluent.scss +6 -0
  237. package/SCSS-Themes/popups/dialog/fluent2-dark.scss +6 -0
  238. package/SCSS-Themes/popups/dialog/fluent2.scss +6 -0
  239. package/SCSS-Themes/popups/dialog/highcontrast.scss +6 -0
  240. package/SCSS-Themes/popups/dialog/material-dark.scss +6 -0
  241. package/SCSS-Themes/popups/dialog/material.scss +6 -0
  242. package/SCSS-Themes/popups/dialog/material3-dark.scss +6 -0
  243. package/SCSS-Themes/popups/dialog/material3.scss +6 -0
  244. package/SCSS-Themes/popups/dialog/tailwind-dark.scss +6 -0
  245. package/SCSS-Themes/popups/dialog/tailwind.scss +6 -0
  246. package/SCSS-Themes/querybuilder/query-builder/bds-dark.scss +1 -1
  247. package/SCSS-Themes/querybuilder/query-builder/bds.scss +1 -1
  248. package/SCSS-Themes/querybuilder/query-builder/bootstrap-dark.scss +1 -1
  249. package/SCSS-Themes/querybuilder/query-builder/bootstrap.scss +1 -1
  250. package/SCSS-Themes/querybuilder/query-builder/bootstrap4.scss +1 -1
  251. package/SCSS-Themes/querybuilder/query-builder/bootstrap5-dark.scss +1 -1
  252. package/SCSS-Themes/querybuilder/query-builder/bootstrap5.scss +1 -1
  253. package/SCSS-Themes/querybuilder/query-builder/fabric-dark.scss +1 -1
  254. package/SCSS-Themes/querybuilder/query-builder/fabric.scss +1 -1
  255. package/SCSS-Themes/querybuilder/query-builder/fluent-dark.scss +1 -1
  256. package/SCSS-Themes/querybuilder/query-builder/fluent.scss +1 -1
  257. package/SCSS-Themes/querybuilder/query-builder/fluent2-dark.scss +1 -1
  258. package/SCSS-Themes/querybuilder/query-builder/fluent2.scss +1 -1
  259. package/SCSS-Themes/querybuilder/query-builder/highcontrast.scss +1 -1
  260. package/SCSS-Themes/querybuilder/query-builder/material-dark.scss +1 -1
  261. package/SCSS-Themes/querybuilder/query-builder/material.scss +1 -1
  262. package/SCSS-Themes/querybuilder/query-builder/material3-dark.scss +1 -1
  263. package/SCSS-Themes/querybuilder/query-builder/material3.scss +1 -1
  264. package/SCSS-Themes/querybuilder/query-builder/tailwind-dark.scss +1 -1
  265. package/SCSS-Themes/querybuilder/query-builder/tailwind.scss +1 -1
  266. package/SCSS-Themes/ribbon/ribbon/bds-dark.scss +38 -4
  267. package/SCSS-Themes/ribbon/ribbon/bds.scss +38 -4
  268. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +38 -4
  269. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +38 -4
  270. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +38 -4
  271. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +38 -4
  272. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +38 -4
  273. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +38 -4
  274. package/SCSS-Themes/ribbon/ribbon/fabric.scss +38 -4
  275. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +38 -4
  276. package/SCSS-Themes/ribbon/ribbon/fluent.scss +38 -4
  277. package/SCSS-Themes/ribbon/ribbon/fluent2-dark.scss +38 -4
  278. package/SCSS-Themes/ribbon/ribbon/fluent2.scss +38 -4
  279. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +38 -4
  280. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +38 -4
  281. package/SCSS-Themes/ribbon/ribbon/material.scss +38 -4
  282. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +38 -4
  283. package/SCSS-Themes/ribbon/ribbon/material3.scss +38 -4
  284. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +38 -4
  285. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +38 -4
  286. package/SCSS-Themes/splitbuttons/drop-down-button/bds-dark.scss +6 -0
  287. package/SCSS-Themes/splitbuttons/drop-down-button/bds.scss +6 -0
  288. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap-dark.scss +6 -0
  289. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap.scss +6 -0
  290. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap4.scss +6 -0
  291. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5-dark.scss +6 -0
  292. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5.scss +6 -0
  293. package/SCSS-Themes/splitbuttons/drop-down-button/fabric-dark.scss +6 -0
  294. package/SCSS-Themes/splitbuttons/drop-down-button/fabric.scss +6 -0
  295. package/SCSS-Themes/splitbuttons/drop-down-button/fluent-dark.scss +6 -0
  296. package/SCSS-Themes/splitbuttons/drop-down-button/fluent.scss +6 -0
  297. package/SCSS-Themes/splitbuttons/drop-down-button/fluent2-dark.scss +6 -0
  298. package/SCSS-Themes/splitbuttons/drop-down-button/fluent2.scss +6 -0
  299. package/SCSS-Themes/splitbuttons/drop-down-button/highcontrast.scss +6 -0
  300. package/SCSS-Themes/splitbuttons/drop-down-button/material-dark.scss +6 -0
  301. package/SCSS-Themes/splitbuttons/drop-down-button/material.scss +6 -0
  302. package/SCSS-Themes/splitbuttons/drop-down-button/material3-dark.scss +6 -0
  303. package/SCSS-Themes/splitbuttons/drop-down-button/material3.scss +6 -0
  304. package/SCSS-Themes/splitbuttons/drop-down-button/tailwind-dark.scss +6 -0
  305. package/SCSS-Themes/splitbuttons/drop-down-button/tailwind.scss +6 -0
  306. package/SCSS-Themes/tailwind-dark.scss +253 -76
  307. package/SCSS-Themes/tailwind.scss +253 -76
  308. package/package.json +1 -1
@@ -6732,7 +6732,11 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
6732
6732
  .e-input-group.e-input-focus input.e-input,
6733
6733
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
6734
6734
  .e-float-input.e-control-wrapper.e-input-focus input,
6735
- .e-float-input.e-input-focus input,
6735
+ .e-float-input.e-input-focus input {
6736
+ padding-left: $input-text-indent;
6737
+ text-indent: 0;
6738
+ }
6739
+
6736
6740
  textarea.e-input#{$css},
6737
6741
  .e-input-group textarea.e-input,
6738
6742
  .e-input-group textarea,
@@ -6746,7 +6750,12 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
6746
6750
  .e-input-group.e-control-wrapper textarea.e-input:focus,
6747
6751
  .e-float-input.e-control-wrapper textarea:focus,
6748
6752
  .e-float-input textarea:focus {
6749
- padding-left: $input-text-indent;
6753
+ @if $input-skin-name == 'fluent2' {
6754
+ padding-left: 12px;
6755
+ }
6756
+ @else {
6757
+ padding-left: $input-text-indent;
6758
+ }
6750
6759
  text-indent: 0;
6751
6760
  }
6752
6761
 
@@ -7073,7 +7082,12 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
7073
7082
  .e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
7074
7083
  .e-bigger .e-float-input.e-control-wrapper textarea:focus,
7075
7084
  .e-bigger .e-float-input textarea:focus {
7076
- padding-left: $input-bigger-text-indent;
7085
+ @if $input-skin-name == 'fluent2' {
7086
+ padding: $textarea-bigger-padding;
7087
+ }
7088
+ @else {
7089
+ padding-left: $input-bigger-text-indent;
7090
+ }
7077
7091
  text-indent: 0;
7078
7092
  }
7079
7093
 
@@ -7973,18 +7987,18 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
7973
7987
  }
7974
7988
  }
7975
7989
 
7976
- .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
7977
- .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
7978
- .e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
7979
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
7980
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
7981
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
7982
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
7983
- .e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
7984
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
7985
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
7986
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
7987
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
7990
+ .e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
7991
+ .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
7992
+ .e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
7993
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
7994
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
7995
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
7996
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
7997
+ .e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
7998
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
7999
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
8000
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
8001
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
7988
8002
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
7989
8003
  border-bottom-width: $input-group-border-width-hover;
7990
8004
  }
@@ -15139,7 +15153,7 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
15139
15153
  border-color: $input-box-border-color;
15140
15154
  }
15141
15155
 
15142
- .e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
15156
+ .e-bigger .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-textarea) {
15143
15157
  @if $input-skin-name == 'fluent2' {
15144
15158
  padding-bottom: 0;
15145
15159
  }
@@ -15174,6 +15188,20 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
15174
15188
  }
15175
15189
  }
15176
15190
 
15191
+ textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
15192
+ @if $input-skin-name == 'fluent2' {
15193
+ border-bottom-color: $input-active-border-color;
15194
+ padding-bottom: 4px;
15195
+ border-bottom-width: 0;
15196
+ }
15197
+ }
15198
+
15199
+ .e-bigger textarea.e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error) {
15200
+ @if $input-skin-name == 'fluent2' {
15201
+ padding-bottom: 6px;
15202
+ }
15203
+ }
15204
+
15177
15205
  .e-input-group .e-input#{$css}:focus:not(.e-success):not(.e-warning):not(.e-error),
15178
15206
  .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
15179
15207
  .e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
@@ -15289,15 +15317,11 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
15289
15317
  @if $input-skin-name == 'bootstrap4' {
15290
15318
  transition: $input-transition-shadow;
15291
15319
  }
15292
- @if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' {
15320
+ @if $input-skin-name == 'tailwind' or $input-skin-name == 'bootstrap5' or $input-skin-name == 'FluentUI' {
15293
15321
  border-color: $input-group-border-color-focus;
15294
15322
  border-radius: $input-groupo-focus-border-radius;
15295
15323
  box-shadow: $input-group-focus-box-shadow;
15296
15324
  }
15297
- @if $input-skin-name == 'FluentUI' {
15298
- border-radius: $input-groupo-focus-border-radius;
15299
- border-width: 2px;
15300
- }
15301
15325
  }
15302
15326
 
15303
15327
  .e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
@@ -19738,9 +19762,11 @@ $breadcrumb-popup-item-hover-outline: 0 solid $grey-700 !default;
19738
19762
  &:focus-visible {
19739
19763
  @if $skin-name == 'fluent2' {
19740
19764
  box-shadow: $secondary-shadow-focus;
19765
+ color: $breadcrumb-item-color !important; /* stylelint-disable-line declaration-no-important */
19741
19766
 
19742
- & .e-breadcrumb-icon {
19743
- color: $icon-color;
19767
+ & .e-breadcrumb-icon,
19768
+ &.e-breadcrumb-url .e-breadcrumb-icon {
19769
+ color: $icon-color !important; /* stylelint-disable-line declaration-no-important */
19744
19770
  }
19745
19771
  }
19746
19772
  }
@@ -23043,7 +23069,7 @@ $btn-focus-box-shadow: none !default;
23043
23069
  @if $skin-name == 'fluent2' {
23044
23070
  background: transparent;
23045
23071
  border-color: $secondary-border-color-hover;
23046
- color: $secondary-text-color-hover;
23072
+ color: $secondary-outline-button-text-color-pressed;
23047
23073
  }
23048
23074
 
23049
23075
  @if $skin-name == 'bootstrap5' {
@@ -23076,7 +23102,7 @@ $btn-focus-box-shadow: none !default;
23076
23102
  @include outline-active;
23077
23103
  @if $skin-name == 'fluent2' {
23078
23104
  background: transparent;
23079
- color: $secondary-text-color-selected;
23105
+ color: $secondary-outline-button-text-color-pressed;
23080
23106
  outline: 2px solid;
23081
23107
  outline-offset: -2px;
23082
23108
  }
@@ -23980,6 +24006,7 @@ $sd-active-font-color: $grey-dark-font !default;
23980
24006
  font-size: 12px;
23981
24007
  line-height: 16px;
23982
24008
  padding: 8px 16px;
24009
+ box-sizing: content-box;
23983
24010
  }
23984
24011
  }
23985
24012
  }
@@ -30065,6 +30092,12 @@ $drop-down-btn-bigger-popup-margin-top: 0 !default;
30065
30092
  background: $drop-down-btn-li-bgcolor;
30066
30093
  }
30067
30094
  color: $drop-down-btn-li-selection-font-color;
30095
+ & .e-menu-icon,
30096
+ & .e-menu-url {
30097
+ @if $skin-name == 'fluent2' {
30098
+ color: $drop-down-btn-li-selection-font-color;
30099
+ }
30100
+ }
30068
30101
  }
30069
30102
 
30070
30103
  &:active,
@@ -45140,6 +45173,12 @@ $dialog-enable-resize-padding-bottom: 15px !default;
45140
45173
  box-sizing: border-box;
45141
45174
  }
45142
45175
 
45176
+ @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
45177
+ .e-dialog .e-dlg-content .e-richtexteditor .e-rte-container .e-rte-tb-float {
45178
+ top: -$dialog-content-padding-top !important; /* stylelint-disable-line declaration-no-important */
45179
+ }
45180
+ }
45181
+
45143
45182
 
45144
45183
  @include export-module('dialog-theme') {
45145
45184
  .e-dialog {
@@ -55207,8 +55246,8 @@ $ripple-width: 32px !default;
55207
55246
 
55208
55247
  .e-list-item {
55209
55248
 
55210
- div.e-icons.e-icon-expandable::before,
55211
- div.e-icons.e-icon-collapsible::before {
55249
+ div.e-icons:not(.e-icons-spinner).e-icon-expandable::before,
55250
+ div.e-icons:not(.e-icons-spinner).e-icon-collapsible::before {
55212
55251
  content: '\e22f';
55213
55252
  }
55214
55253
  }
@@ -63322,19 +63361,6 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 103px) !default;
63322
63361
  text-align: center;
63323
63362
  }
63324
63363
 
63325
- &:not(.e-list-template) .e-list-item,
63326
- .e-list-nrt,
63327
- .e-selectall-parent {
63328
- height: $listbox-item-height;
63329
- line-height: $listbox-item-line-height;
63330
- padding: $listbox-item-padding;
63331
- position: relative;
63332
- @if $skin-name == 'fluent2' {
63333
- font-size: 14px;
63334
- border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
63335
- }
63336
- }
63337
-
63338
63364
  .e-list-parent {
63339
63365
  height: 100%;
63340
63366
  min-height: $listbox-item-height;
@@ -63836,6 +63862,23 @@ $listbox-ej2-filterselect-bigger-height: calc(100% - 103px) !default;
63836
63862
  }
63837
63863
  }
63838
63864
 
63865
+ .e-listbox-wrapper,
63866
+ .e-listbox-container,
63867
+ .e-listboxtool-wrapper .e-listbox-wrapper {
63868
+ &:not(.e-list-template) .e-list-item,
63869
+ .e-list-nrt,
63870
+ .e-selectall-parent {
63871
+ height: $listbox-item-height;
63872
+ line-height: $listbox-item-line-height;
63873
+ padding: $listbox-item-padding;
63874
+ position: relative;
63875
+ @if $skin-name == 'fluent2' {
63876
+ font-size: 14px;
63877
+ border-radius: 4px !important; /* stylelint-disable-line declaration-no-important */
63878
+ }
63879
+ }
63880
+ }
63881
+
63839
63882
 
63840
63883
  @mixin avatar {
63841
63884
  height: $listbox-template-avatar-size;
@@ -76763,7 +76806,7 @@ $grid-checkmark-color: $accent-font !default;
76763
76806
  .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
76764
76807
  margin: $grid-rtl-bigger-sortnumber-withfilter-margin;
76765
76808
  @if $grid-skin == 'tailwind' {
76766
- margin-left: 4px;
76809
+ margin-left: 0;
76767
76810
  }
76768
76811
  }
76769
76812
 
@@ -78104,8 +78147,13 @@ $grid-checkmark-color: $accent-font !default;
78104
78147
  user-select: none;
78105
78148
  }
78106
78149
 
78107
- .e-rightalign:not(.e-fltr-icon) .e-headercelldiv {
78150
+ .e-rightalign:not(.e-fltr-icon) .e-headercelldiv,
78151
+ .e-leftalign:not(.e-fltr-icon) .e-headercelldiv,
78152
+ .e-centeralign:not(.e-fltr-icon) .e-headercelldiv{
78108
78153
  padding: 0 .4em ;
78154
+ @if $grid-skin == 'material' {
78155
+ padding: $grid-headercell-div-padding;
78156
+ }
78109
78157
  @if $grid-skin == 'fabric' {
78110
78158
  padding: 0 1px 0;
78111
78159
  }
@@ -78557,7 +78605,7 @@ $grid-checkmark-color: $accent-font !default;
78557
78605
  }
78558
78606
 
78559
78607
  &.e-default:not(.e-rtl) tr {
78560
- & td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-addfreezefirstchildborder),
78608
+ & td:first-child:not(.e-xlsel-left-border, .e-fixedfreeze.e-freezeleftborder, .e-rowcell-firstchild, .e-addfreezefirstchildborder),
78561
78609
  & th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),
78562
78610
  & th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
78563
78611
  border-left-width: 0;
@@ -78615,9 +78663,6 @@ $grid-checkmark-color: $accent-font !default;
78615
78663
  right: 2px;
78616
78664
  }
78617
78665
  }
78618
- &.e-rtl .e-sortfilter .e-rightalign .e-headercelldiv {
78619
- padding: $grid-headercelldiv-right-align-padding;
78620
- }
78621
78666
 
78622
78667
  .e-sortfilterdiv {
78623
78668
  float: right;
@@ -78664,7 +78709,7 @@ $grid-checkmark-color: $accent-font !default;
78664
78709
  }
78665
78710
 
78666
78711
  &.e-rtl .e-gridheader .e-sortfilter {
78667
- .e-centeralign.e-headercell[aria-sort="none"]:not(.e-centeralign),
78712
+ .e-centeralign.e-headercell[aria-sort="none"],
78668
78713
  .e-centeralign.e-headercell:not([aria-sort]) {
78669
78714
  .e-headercelldiv,
78670
78715
  .e-stackedheadercelldiv {
@@ -78997,7 +79042,10 @@ $grid-checkmark-color: $accent-font !default;
78997
79042
  border-top-color: $grid-columnchooser-footer-border-color;
78998
79043
  border-top-width: 1px;
78999
79044
  margin-top: 0;
79000
- overflow-x: hidden;
79045
+ overflow-x: auto;
79046
+ & .e-checkbox-wrapper .e-label.e-checkboxfiltertext{
79047
+ white-space: nowrap;
79048
+ }
79001
79049
  }
79002
79050
 
79003
79051
  @if $grid-skin == 'fluent2' {
@@ -80072,7 +80120,7 @@ $grid-checkmark-color: $accent-font !default;
80072
80120
  }
80073
80121
 
80074
80122
  & .e-headercelldiv {
80075
- padding: 0 1.6em 0 1.2em;
80123
+ padding: 0 25px 0 .7em;
80076
80124
 
80077
80125
  & .e-sortnumber {
80078
80126
  @include grid-flot-margin(right, $grid-bigger-sort-right-margin);
@@ -80266,7 +80314,7 @@ $grid-checkmark-color: $accent-font !default;
80266
80314
  }
80267
80315
 
80268
80316
  &.e-default {
80269
- & tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder),
80317
+ & tr td:last-child:not(.e-xlsel-left-border, .e-rowcell-lastchild, .e-addfreezefirstchildborder),
80270
80318
  & .e-gridheader table tr th:last-child:not(.e-firstcell) {
80271
80319
  border-left: 0;
80272
80320
  }
@@ -100132,14 +100180,14 @@ $lg-desktop: 1399.98;
100132
100180
  }
100133
100181
 
100134
100182
  .e-pv-diagram-resize-handle{
100135
- @if $theme-name == 'fluent2' {
100183
+ @if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
100136
100184
  fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
100137
100185
  }
100138
100186
  }
100139
100187
 
100140
100188
  .e-pv-diagram-border,
100141
100189
  .e-pv-diagram-resize-handle {
100142
- @if $theme-name=='fluent2' {
100190
+ @if $theme-name == 'fluent2' or $theme-name == 'bootstrap5.3' {
100143
100191
  stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
100144
100192
  }
100145
100193
  }
@@ -101814,6 +101862,15 @@ $lg-desktop: 1399.98;
101814
101862
  }
101815
101863
  }
101816
101864
 
101865
+ .e-pv-shapes-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover{
101866
+ @if $theme-name == 'bootstrap5.3' {
101867
+ color: var(--color-sf-secondary-text-color-pressed);
101868
+ }
101869
+ @if $theme-name == 'bootstrap5' {
101870
+ color: $pv-item-selection-color;
101871
+ }
101872
+ }
101873
+
101817
101874
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
101818
101875
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
101819
101876
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus {
@@ -102025,6 +102082,17 @@ $lg-desktop: 1399.98;
102025
102082
 
102026
102083
  .e-pv-search-input-mobile {
102027
102084
  height: $pv-search-input-height;
102085
+ max-height: 150px !important;/* stylelint-disable-line declaration-no-important */
102086
+ }
102087
+
102088
+ .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child,
102089
+ .e-bigger .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
102090
+ margin-left: 3px;
102091
+ }
102092
+
102093
+ .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:last-child,
102094
+ .e-bigger .e-pdfviewer.e-pv-mobile-view .e-pv-nav-toolbar.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:last-child {
102095
+ margin-right: 3px;
102028
102096
  }
102029
102097
 
102030
102098
  .e-pv-match-case-container {
@@ -102122,13 +102190,11 @@ $lg-desktop: 1399.98;
102122
102190
  }
102123
102191
 
102124
102192
  .e-pv-notification-popup {
102125
- height: $pv-notification-popup-height;
102126
102193
  margin: 0 10px;
102127
102194
  max-width: $pv-notification-popup-width;
102128
102195
  }
102129
102196
 
102130
102197
  .e-pv-notification-popup.e-pv-notification-large-content {
102131
- height: $pv-notification-popup-height-large-content;
102132
102198
  max-width: $pv-notification-popup-width-large-content;
102133
102199
  }
102134
102200
 
@@ -102534,6 +102600,13 @@ $lg-desktop: 1399.98;
102534
102600
  }
102535
102601
  }
102536
102602
 
102603
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) {
102604
+ @if $skin-name == 'fluent2' {
102605
+ background-color: $pv-annotation-dd-background-color-active;
102606
+ color: $pv-icon-color;
102607
+ }
102608
+ }
102609
+
102537
102610
  .e-pv-annotation-color-container.e-dropdown-btn.e-btn,
102538
102611
  .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
102539
102612
  .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
@@ -102695,6 +102768,7 @@ $lg-desktop: 1399.98;
102695
102768
  line-height: $pv-prop-color-picker-line-height;
102696
102769
  @if ($skin-name == 'bootstrap5') {
102697
102770
  background: $transparent;
102771
+ border: 1px solid $border-light;
102698
102772
  border-radius: 4px;
102699
102773
  box-sizing: border-box;
102700
102774
  color: $content-text-color;
@@ -102924,6 +102998,9 @@ $lg-desktop: 1399.98;
102924
102998
  @if $skin-name == 'FluentUI' {
102925
102999
  margin-left: 195px;
102926
103000
  }
103001
+ @if ($skin-name == 'bootstrap5') {
103002
+ margin-left: 145px !important;/* stylelint-disable-line declaration-no-important */
103003
+ }
102927
103004
  }
102928
103005
 
102929
103006
  .e-pv-properties-line-start,
@@ -103253,11 +103330,21 @@ $lg-desktop: 1399.98;
103253
103330
  }
103254
103331
 
103255
103332
  .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected {
103256
- @if $skin-name == 'bootstrap5' {
103333
+ @if $skin-name == 'bootstrap5' or $theme-name == 'bootstrap5.3' {
103257
103334
  background: $secondary-bg-color-pressed;
103258
103335
  }
103259
103336
  }
103260
103337
 
103338
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-pv-stamp-icon,
103339
+ .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected .e-caret {
103340
+ @if $theme-name == 'bootstrap5.3' {
103341
+ color: var(--color-sf-secondary-text-color-pressed);
103342
+ }
103343
+ @if $theme-name == 'bootstrap5' {
103344
+ color: $pv-item-selection-color;
103345
+ }
103346
+ }
103347
+
103261
103348
  .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
103262
103349
  .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
103263
103350
  height: $pv-toolbar-btn-height-big;
@@ -103353,7 +103440,7 @@ $lg-desktop: 1399.98;
103353
103440
 
103354
103441
  .e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
103355
103442
  @if $theme-name == 'fluent2' {
103356
- padding: 8px !important;/* stylelint-disable-line declaration-no-important */
103443
+ color: var(--color-sf-secondary-text-color);
103357
103444
  }
103358
103445
  }
103359
103446
 
@@ -103699,7 +103786,7 @@ $lg-desktop: 1399.98;
103699
103786
  }
103700
103787
 
103701
103788
  .e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
103702
- @if ($skin-name != 'bootstrap5' and $skin-name != 'Material3') {
103789
+ @if ($skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'Material3') {
103703
103790
  background-color: $pv-save-button-bg-color;
103704
103791
  border-radius: 2px;
103705
103792
  color: $pv-save-button-color;
@@ -103809,6 +103896,9 @@ $lg-desktop: 1399.98;
103809
103896
  @if $skin-name == 'bootstrap4' {
103810
103897
  color: $pv-title-close-color;
103811
103898
  }
103899
+ @if $skin-name == 'fluent2' {
103900
+ color: var(--color-sf-secondary-text-color);
103901
+ }
103812
103902
  height: $pv-title-close-height;
103813
103903
  position: $pv-title-close-position;
103814
103904
  right: 11px;
@@ -104106,7 +104196,7 @@ $lg-desktop: 1399.98;
104106
104196
 
104107
104197
  .e-pdfviewer .e-inplaceeditor .e-editable-value-container {
104108
104198
  background: transparent;
104109
- width: 229px;
104199
+ max-width: 229px;
104110
104200
  }
104111
104201
 
104112
104202
  .e-pv-status-div {
@@ -104122,7 +104212,7 @@ $lg-desktop: 1399.98;
104122
104212
  }
104123
104213
 
104124
104214
  .e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
104125
- @if $skin-name != 'bootstrap5' {
104215
+ @if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' {
104126
104216
  caret-color: $pv-comment-text-cursor-color;
104127
104217
  }
104128
104218
  }
@@ -104242,10 +104332,14 @@ $lg-desktop: 1399.98;
104242
104332
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
104243
104333
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,
104244
104334
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active {
104245
- @if $skin-name != 'bootstrap5' {
104335
+ @if $skin-name != 'bootstrap5' and $skin-name != 'fluent2' {
104246
104336
  background: $pv-signature-footer-color;
104247
104337
  border-color: $pv-signature-footer-color;
104248
104338
  }
104339
+ @else if ($skin-name == 'fluent2'){
104340
+ background: $pv-item-selection-background-color;
104341
+ border-color: $pv-annotation-dropdown-border-color-hover;
104342
+ }
104249
104343
  @else {
104250
104344
  background: $secondary-bg-color-pressed;
104251
104345
  border-color: $secondary-bg-color-pressed;
@@ -116229,7 +116323,7 @@ $qryblr-drag-icon-color: $grey-dark-font !default;
116229
116323
  .e-query-builder .e-btn.e-round.e-small {
116230
116324
  @if $theme-name == 'fluent2' {
116231
116325
  &:hover {
116232
- background: transparent !important; /* stylelint-disable-line declaration-no-important */
116326
+ background: $content-bg-color-hover !important; /* stylelint-disable-line declaration-no-important */
116233
116327
  }
116234
116328
 
116235
116329
  &:focus {
@@ -122398,6 +122492,12 @@ $image-editor-filter-canvas-focus: 1px solid $grey-white !default;
122398
122492
  margin-top: 5px !important; /* stylelint-disable-line declaration-no-important */
122399
122493
  }
122400
122494
  }
122495
+
122496
+ @if $skin-name == 'fluent2' {
122497
+ & .e-dropdown-btn.e-ie-ddb-popup {
122498
+ padding-left: 16px;
122499
+ }
122500
+ }
122401
122501
  }
122402
122502
 
122403
122503
  .e-image-editor {
@@ -122704,6 +122804,16 @@ $image-editor-filter-canvas-focus: 1px solid $grey-white !default;
122704
122804
  width: 16px !important; /* stylelint-disable-line declaration-no-important */
122705
122805
  }
122706
122806
  }
122807
+
122808
+ @if $skin-name == 'fluent2' {
122809
+ & .e-dropdown-btn.e-ie-ddb-popup {
122810
+ padding-left: 14px;
122811
+ }
122812
+ & .e-dropdown-btn,
122813
+ & .e-dropdown-btn span {
122814
+ font-weight: normal;
122815
+ }
122816
+ }
122707
122817
  }
122708
122818
 
122709
122819
  .e-ie-img-save-dlg .e-btn {
@@ -123174,10 +123284,13 @@ $image-editor-filter-canvas-focus: 1px solid $grey-white !default;
123174
123284
  background: inherit;
123175
123285
  border: none;
123176
123286
  margin-top: $image-editor-ddbtn-margin-top;
123177
- @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' $skin-name == 'bootstrap5-dark' {
123287
+ @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
123178
123288
  background: $tbar-default-bg;
123179
123289
  color: $tbar-default-icon-color;
123180
123290
  }
123291
+ @if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
123292
+ border: 2px solid #000;
123293
+ }
123181
123294
  @if $skin-name == 'Material3' {
123182
123295
  box-shadow: none;
123183
123296
  }
@@ -123196,6 +123309,36 @@ $image-editor-filter-canvas-focus: 1px solid $grey-white !default;
123196
123309
  background: $btn-focus-bgcolor;
123197
123310
  box-shadow: none;
123198
123311
  color: $btn-focus-color;
123312
+ @if $skin-name == 'FluentUI' {
123313
+ outline: none !important; /* stylelint-disable-line declaration-no-important */
123314
+ box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
123315
+ }
123316
+ @else if $skin-name == 'FluentUI' or $skin-name == 'fabric' or $skin-name == 'fabric-dark' {
123317
+ outline: none !important; /* stylelint-disable-line declaration-no-important */
123318
+ }
123319
+ @else if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
123320
+ outline: none !important; /* stylelint-disable-line declaration-no-important */
123321
+ border: 2px solid #fff !important; /* stylelint-disable-line declaration-no-important */
123322
+ }
123323
+ @else if $skin-name == 'bootstrap4' {
123324
+ $color-rgba: rgba(mix(lighten($btn-focus-bgcolor, 50%), $btn-focus-border-color, 15%), .5);
123325
+ box-shadow: 0 0 0 .25em $color-rgba !important; /* stylelint-disable-line declaration-no-important */
123326
+ }
123327
+ @else if $skin-name == 'bootstrap5' {
123328
+ box-shadow: $secondary-shadow-focus !important; /* stylelint-disable-line declaration-no-important */
123329
+ }
123330
+ @else if $skin-name == 'Material3' {
123331
+ box-shadow: $shadow-focus-ring1 !important; /* stylelint-disable-line declaration-no-important */
123332
+ }
123333
+ @else if $skin-name == 'tailwind' {
123334
+ box-shadow: 0 0 0 1px #4f46e5 !important; /* stylelint-disable-line declaration-no-important */
123335
+ }
123336
+ }
123337
+
123338
+ &:focus-visible {
123339
+ @if $skin-name == 'fluent2' {
123340
+ box-shadow: $keyboard-focus !important; /* stylelint-disable-line declaration-no-important */
123341
+ }
123199
123342
  }
123200
123343
 
123201
123344
  &:active {
@@ -125375,7 +125518,7 @@ $otp-input-disabled-border-color: $grey-700 !default;
125375
125518
  }
125376
125519
  &.e-outline {
125377
125520
  .e-otp-input-field {
125378
- border: 2px solid $otp-input-border-color;
125521
+ border: 1px solid $otp-input-border-color;
125379
125522
  }
125380
125523
  }
125381
125524
  &.e-outline,
@@ -125494,17 +125637,20 @@ $ribbon-large-items-icon-size: 32px !default;
125494
125637
  $ribbon-large-items-max-width: 10ch !default;
125495
125638
  $ribbon-large-items-icon-padding: 8px 6px 6px !default;
125496
125639
  $ribbon-large-items-btn-gap: 7px !default;
125640
+ $ribbon-large-items-min-width-height: 32px !default;
125497
125641
  $ribbon-items-border: none !default;
125498
125642
  $ribbon-items-border-radius: unset !default;
125499
125643
  $ribbon-items-font-weight: 400 !default;
125500
125644
  $ribbon-items-btn-size: 12px !default;
125501
125645
  $ribbon-items-label-size: 14px !default;
125502
125646
  $ribbon-items-btn-icon-size: 14px !default;
125647
+ $ribbon-overflow-items-min-width-height: $ribbon-items-btn-icon-size !default;
125503
125648
  $ribbon-items-caret-icon-size: 12px !default;
125504
125649
  $ribbon-items-margin: 8px !default;
125505
125650
  $ribbon-checkbox-margin: 10px 0 10px 12px !default;
125506
125651
  $ribbon-rtl-checkbox-margin: 10px 12px 10px 0 !default;
125507
125652
  $ribbon-items-height: 18px !default;
125653
+ $ribbon-items-min-width-height: 16px !default;
125508
125654
  $ribbon-items-checkbox-size: 12px !default;
125509
125655
  $ribbon-items-checkbox-padding: 0 8px !default;
125510
125656
  $ribbon-input-group-height: 32px !default;
@@ -125639,6 +125785,8 @@ $ribbon-bigger-large-items-icon-size: 36px !default;
125639
125785
  $ribbon-bigger-large-items-btn-padding: 0 5px !default;
125640
125786
  $ribbon-bigger-large-items-btn-size: 16px !default;
125641
125787
  $ribbon-bigger-large-items-btn-height: 24px !default;
125788
+ $ribbon-bigger-large-items-min-width-height: 36px !default;
125789
+ $ribbon-bigger-items-min-width-height: 20px;
125642
125790
  $ribbon-bigger-large-items-btn-gap: 6px !default;
125643
125791
  $ribbon-bigger-items-padding: 2px !default;
125644
125792
  $ribbon-bigger-items-btn-size: 14px !default;
@@ -125647,6 +125795,7 @@ $ribbon-bigger-items-height: 22px !default;
125647
125795
  $ribbon-bigger-items-icon-height: 20px !default;
125648
125796
  $ribbon-bigger-items-icon-size: 20px !default;
125649
125797
  $ribbon-bigger-items-btn-icon-size: 16px !default;
125798
+ $ribbon-bigger-overflow-items-min-width-height: $ribbon-bigger-items-btn-icon-size !default;
125650
125799
  $ribbon-bigger-items-margin: 8px !default;
125651
125800
  $ribbon-bigger-checkbox-margin: 12px 0 12px 16px !default;
125652
125801
  $ribbon-bigger-rtl-checkbox-margin: 12px 16px 12px 0 !default;
@@ -125865,6 +126014,14 @@ $ribbon-items-focus-box-shadow: none !default;
125865
126014
  line-height: $line-height;
125866
126015
  }
125867
126016
 
126017
+ @mixin ribbon-items-icon-images($items-size) {
126018
+ min-height: $items-size;
126019
+ min-width: $items-size;
126020
+ background-repeat: no-repeat;
126021
+ background-size: contain;
126022
+ background-position: center;
126023
+ }
126024
+
125868
126025
  @mixin ribbon-font-props($font-size, $line-height) {
125869
126026
  font-size: $font-size;
125870
126027
  line-height: $line-height;
@@ -126533,6 +126690,7 @@ $ribbon-items-focus-box-shadow: none !default;
126533
126690
  }
126534
126691
 
126535
126692
  .e-btn-icon:not(.e-caret) {
126693
+ @include ribbon-items-icon-images($ribbon-large-items-min-width-height);
126536
126694
  font-size: $ribbon-large-items-icon-size;
126537
126695
  font-weight: $ribbon-items-font-weight;
126538
126696
  padding: $ribbon-large-items-icon-padding;
@@ -126651,6 +126809,9 @@ $ribbon-items-focus-box-shadow: none !default;
126651
126809
  .e-btn-icon {
126652
126810
  @include ribbon-font-props(16px, 16px);
126653
126811
  margin: $ribbon-items-margin;
126812
+ &:not(.e-caret) {
126813
+ @include ribbon-items-icon-images($ribbon-items-min-width-height);
126814
+ }
126654
126815
  }
126655
126816
  }
126656
126817
 
@@ -126792,6 +126953,13 @@ $ribbon-items-focus-box-shadow: none !default;
126792
126953
  width: 100%;
126793
126954
  height: $ribbon-medium-item-height;
126794
126955
 
126956
+ .e-btn .e-btn-icon {
126957
+ &:not(.e-caret) {
126958
+ min-width: $ribbon-overflow-items-min-width-height;
126959
+ min-height: $ribbon-overflow-items-min-width-height;
126960
+ }
126961
+ }
126962
+
126795
126963
  .e-btn .e-btn-icon.e-icon-left {
126796
126964
  margin: 0;
126797
126965
  }
@@ -126830,7 +126998,7 @@ $ribbon-items-focus-box-shadow: none !default;
126830
126998
 
126831
126999
  &.e-ribbon-medium-item {
126832
127000
  .e-btn .e-btn-icon.e-icon-left {
126833
- padding: $ribbon-button-icon-padding;
127001
+ margin: $ribbon-button-icon-padding;
126834
127002
  }
126835
127003
 
126836
127004
  &:not(:has(.e-colorpicker-wrapper)) .e-btn {
@@ -126869,7 +127037,7 @@ $ribbon-items-focus-box-shadow: none !default;
126869
127037
 
126870
127038
  &.e-ribbon-medium-item {
126871
127039
  .e-btn .e-btn-icon.e-icon-left {
126872
- padding: $ribbon-rtl-button-icon-padding;
127040
+ margin: $ribbon-rtl-button-icon-padding;
126873
127041
  }
126874
127042
 
126875
127043
  &:not(:has(.e-colorpicker-wrapper)) .e-btn {
@@ -127321,6 +127489,7 @@ $ribbon-items-focus-box-shadow: none !default;
127321
127489
  max-width: $ribbon-bigger-large-items-max-width;
127322
127490
 
127323
127491
  .e-btn-icon:not(.e-caret) {
127492
+ @include ribbon-items-icon-images($ribbon-bigger-large-items-min-width-height);
127324
127493
  font-size: $ribbon-bigger-large-items-icon-size;
127325
127494
  padding: $ribbon-bigger-large-items-icon-padding;
127326
127495
  }
@@ -127351,6 +127520,10 @@ $ribbon-items-focus-box-shadow: none !default;
127351
127520
  .e-btn-icon {
127352
127521
  @include ribbon-font-props($ribbon-bigger-items-icon-size, $ribbon-bigger-items-icon-height);
127353
127522
  margin: $ribbon-bigger-items-margin;
127523
+ &:not(.e-caret) {
127524
+ min-width: $ribbon-bigger-items-min-width-height;
127525
+ min-height: $ribbon-bigger-items-min-width-height;
127526
+ }
127354
127527
  }
127355
127528
  }
127356
127529
 
@@ -127407,6 +127580,10 @@ $ribbon-items-focus-box-shadow: none !default;
127407
127580
  }
127408
127581
  .e-btn .e-btn-icon {
127409
127582
  font-size: $ribbon-bigger-items-btn-icon-size;
127583
+ &:not(.e-caret) {
127584
+ min-width: $ribbon-bigger-overflow-items-min-width-height;
127585
+ min-height: $ribbon-bigger-overflow-items-min-width-height;
127586
+ }
127410
127587
  &.e-icon-left {
127411
127588
  margin: 0;
127412
127589
  }
@@ -127443,7 +127620,7 @@ $ribbon-items-focus-box-shadow: none !default;
127443
127620
 
127444
127621
  &.e-ribbon-medium-item {
127445
127622
  .e-btn .e-btn-icon.e-icon-left {
127446
- padding: $ribbon-bigger-button-icon-padding;
127623
+ margin: $ribbon-bigger-button-icon-padding;
127447
127624
  }
127448
127625
 
127449
127626
  &:not(:has(.e-colorpicker-wrapper)) .e-btn {
@@ -127479,7 +127656,7 @@ $ribbon-items-focus-box-shadow: none !default;
127479
127656
 
127480
127657
  &.e-ribbon-medium-item {
127481
127658
  .e-btn .e-btn-icon.e-icon-left {
127482
- padding: $ribbon-bigger-rtl-button-icon-padding;
127659
+ margin: $ribbon-bigger-rtl-button-icon-padding;
127483
127660
  }
127484
127661
 
127485
127662
  &:not(:has(.e-colorpicker-wrapper)) .e-btn {