@syncfusion/blazor-themes 23.2.6 → 24.1.41

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 (450) hide show
  1. package/SCSS-Themes/base/bootstrap-dark.scss +24 -1
  2. package/SCSS-Themes/base/bootstrap.scss +24 -1
  3. package/SCSS-Themes/base/bootstrap4.scss +25 -2
  4. package/SCSS-Themes/base/bootstrap5-dark.scss +25 -2
  5. package/SCSS-Themes/base/bootstrap5.scss +25 -2
  6. package/SCSS-Themes/base/fabric-dark.scss +24 -1
  7. package/SCSS-Themes/base/fabric.scss +24 -1
  8. package/SCSS-Themes/base/fluent-dark.scss +25 -2
  9. package/SCSS-Themes/base/fluent.scss +25 -2
  10. package/SCSS-Themes/base/highcontrast.scss +24 -1
  11. package/SCSS-Themes/base/material-dark.scss +24 -1
  12. package/SCSS-Themes/base/material.scss +24 -1
  13. package/SCSS-Themes/base/material3-dark.scss +24 -1
  14. package/SCSS-Themes/base/material3.scss +24 -1
  15. package/SCSS-Themes/base/tailwind-dark.scss +24 -1
  16. package/SCSS-Themes/base/tailwind.scss +24 -1
  17. package/SCSS-Themes/bootstrap-dark.scss +2836 -214
  18. package/SCSS-Themes/bootstrap.scss +2835 -214
  19. package/SCSS-Themes/bootstrap4.scss +2843 -221
  20. package/SCSS-Themes/bootstrap5-dark.scss +2839 -219
  21. package/SCSS-Themes/bootstrap5.scss +2839 -219
  22. package/SCSS-Themes/buttons/button/bootstrap-dark.scss +12 -12
  23. package/SCSS-Themes/buttons/button/bootstrap.scss +12 -12
  24. package/SCSS-Themes/buttons/button/bootstrap4.scss +12 -12
  25. package/SCSS-Themes/buttons/button/bootstrap5-dark.scss +12 -12
  26. package/SCSS-Themes/buttons/button/bootstrap5.scss +12 -12
  27. package/SCSS-Themes/buttons/button/fabric-dark.scss +12 -12
  28. package/SCSS-Themes/buttons/button/fabric.scss +12 -12
  29. package/SCSS-Themes/buttons/button/fluent-dark.scss +12 -12
  30. package/SCSS-Themes/buttons/button/fluent.scss +12 -12
  31. package/SCSS-Themes/buttons/button/highcontrast.scss +12 -12
  32. package/SCSS-Themes/buttons/button/material-dark.scss +12 -12
  33. package/SCSS-Themes/buttons/button/material.scss +12 -12
  34. package/SCSS-Themes/buttons/button/material3-dark.scss +12 -12
  35. package/SCSS-Themes/buttons/button/material3.scss +12 -12
  36. package/SCSS-Themes/buttons/button/tailwind-dark.scss +12 -12
  37. package/SCSS-Themes/buttons/button/tailwind.scss +12 -12
  38. package/SCSS-Themes/buttons/check-box/bootstrap-dark.scss +3 -0
  39. package/SCSS-Themes/buttons/check-box/bootstrap.scss +3 -0
  40. package/SCSS-Themes/buttons/check-box/bootstrap4.scss +3 -0
  41. package/SCSS-Themes/buttons/check-box/bootstrap5-dark.scss +3 -0
  42. package/SCSS-Themes/buttons/check-box/bootstrap5.scss +3 -0
  43. package/SCSS-Themes/buttons/check-box/fabric-dark.scss +3 -0
  44. package/SCSS-Themes/buttons/check-box/fabric.scss +3 -0
  45. package/SCSS-Themes/buttons/check-box/fluent-dark.scss +3 -0
  46. package/SCSS-Themes/buttons/check-box/fluent.scss +3 -0
  47. package/SCSS-Themes/buttons/check-box/highcontrast.scss +3 -0
  48. package/SCSS-Themes/buttons/check-box/material-dark.scss +3 -0
  49. package/SCSS-Themes/buttons/check-box/material.scss +3 -0
  50. package/SCSS-Themes/buttons/check-box/material3-dark.scss +3 -0
  51. package/SCSS-Themes/buttons/check-box/material3.scss +3 -0
  52. package/SCSS-Themes/buttons/check-box/tailwind-dark.scss +3 -0
  53. package/SCSS-Themes/buttons/check-box/tailwind.scss +3 -0
  54. package/SCSS-Themes/calendars/daterangepicker/bootstrap-dark.scss +11 -15
  55. package/SCSS-Themes/calendars/daterangepicker/bootstrap.scss +11 -15
  56. package/SCSS-Themes/calendars/daterangepicker/bootstrap4.scss +11 -15
  57. package/SCSS-Themes/calendars/daterangepicker/bootstrap5-dark.scss +11 -15
  58. package/SCSS-Themes/calendars/daterangepicker/bootstrap5.scss +11 -15
  59. package/SCSS-Themes/calendars/daterangepicker/fabric-dark.scss +11 -15
  60. package/SCSS-Themes/calendars/daterangepicker/fabric.scss +11 -15
  61. package/SCSS-Themes/calendars/daterangepicker/fluent-dark.scss +11 -15
  62. package/SCSS-Themes/calendars/daterangepicker/fluent.scss +11 -15
  63. package/SCSS-Themes/calendars/daterangepicker/highcontrast.scss +11 -15
  64. package/SCSS-Themes/calendars/daterangepicker/material-dark.scss +11 -15
  65. package/SCSS-Themes/calendars/daterangepicker/material.scss +11 -15
  66. package/SCSS-Themes/calendars/daterangepicker/material3-dark.scss +13 -16
  67. package/SCSS-Themes/calendars/daterangepicker/material3.scss +13 -16
  68. package/SCSS-Themes/calendars/daterangepicker/tailwind-dark.scss +11 -15
  69. package/SCSS-Themes/calendars/daterangepicker/tailwind.scss +11 -15
  70. package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +28 -0
  71. package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +28 -0
  72. package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +28 -0
  73. package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +28 -0
  74. package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +28 -0
  75. package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +28 -0
  76. package/SCSS-Themes/documenteditor/document-editor/fabric.scss +28 -0
  77. package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +28 -0
  78. package/SCSS-Themes/documenteditor/document-editor/fluent.scss +28 -0
  79. package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +28 -0
  80. package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +28 -0
  81. package/SCSS-Themes/documenteditor/document-editor/material.scss +28 -0
  82. package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +28 -0
  83. package/SCSS-Themes/documenteditor/document-editor/material3.scss +28 -0
  84. package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +28 -0
  85. package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +28 -0
  86. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark.scss +6 -0
  87. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap.scss +6 -0
  88. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4.scss +6 -0
  89. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +6 -0
  90. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +6 -0
  91. package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark.scss +6 -0
  92. package/SCSS-Themes/dropdowns/drop-down-tree/fabric.scss +6 -0
  93. package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark.scss +6 -0
  94. package/SCSS-Themes/dropdowns/drop-down-tree/fluent.scss +6 -0
  95. package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast.scss +6 -0
  96. package/SCSS-Themes/dropdowns/drop-down-tree/material-dark.scss +6 -0
  97. package/SCSS-Themes/dropdowns/drop-down-tree/material.scss +6 -0
  98. package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark.scss +6 -0
  99. package/SCSS-Themes/dropdowns/drop-down-tree/material3.scss +6 -0
  100. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark.scss +6 -0
  101. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind.scss +6 -0
  102. package/SCSS-Themes/fabric-dark.scss +2834 -213
  103. package/SCSS-Themes/fabric.scss +2834 -213
  104. package/SCSS-Themes/filemanager/file-manager/bootstrap-dark.scss +6 -4
  105. package/SCSS-Themes/filemanager/file-manager/bootstrap.scss +6 -4
  106. package/SCSS-Themes/filemanager/file-manager/bootstrap4.scss +6 -4
  107. package/SCSS-Themes/filemanager/file-manager/bootstrap5-dark.scss +6 -4
  108. package/SCSS-Themes/filemanager/file-manager/bootstrap5.scss +6 -4
  109. package/SCSS-Themes/filemanager/file-manager/fabric-dark.scss +6 -4
  110. package/SCSS-Themes/filemanager/file-manager/fabric.scss +6 -4
  111. package/SCSS-Themes/filemanager/file-manager/fluent-dark.scss +6 -4
  112. package/SCSS-Themes/filemanager/file-manager/fluent.scss +6 -4
  113. package/SCSS-Themes/filemanager/file-manager/highcontrast.scss +6 -4
  114. package/SCSS-Themes/filemanager/file-manager/material-dark.scss +6 -4
  115. package/SCSS-Themes/filemanager/file-manager/material.scss +6 -4
  116. package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +11 -9
  117. package/SCSS-Themes/filemanager/file-manager/material3.scss +11 -9
  118. package/SCSS-Themes/filemanager/file-manager/tailwind-dark.scss +6 -4
  119. package/SCSS-Themes/filemanager/file-manager/tailwind.scss +6 -4
  120. package/SCSS-Themes/fluent-dark.scss +2852 -225
  121. package/SCSS-Themes/fluent.scss +2852 -225
  122. package/SCSS-Themes/gantt/gantt/bootstrap-dark.scss +109 -21
  123. package/SCSS-Themes/gantt/gantt/bootstrap.scss +109 -21
  124. package/SCSS-Themes/gantt/gantt/bootstrap4.scss +110 -21
  125. package/SCSS-Themes/gantt/gantt/bootstrap5-dark.scss +109 -21
  126. package/SCSS-Themes/gantt/gantt/bootstrap5.scss +109 -21
  127. package/SCSS-Themes/gantt/gantt/fabric-dark.scss +109 -21
  128. package/SCSS-Themes/gantt/gantt/fabric.scss +109 -21
  129. package/SCSS-Themes/gantt/gantt/fluent-dark.scss +109 -21
  130. package/SCSS-Themes/gantt/gantt/fluent.scss +109 -21
  131. package/SCSS-Themes/gantt/gantt/highcontrast.scss +109 -21
  132. package/SCSS-Themes/gantt/gantt/material-dark.scss +109 -21
  133. package/SCSS-Themes/gantt/gantt/material.scss +109 -21
  134. package/SCSS-Themes/gantt/gantt/material3-dark.scss +109 -21
  135. package/SCSS-Themes/gantt/gantt/material3.scss +109 -21
  136. package/SCSS-Themes/gantt/gantt/tailwind-dark.scss +109 -22
  137. package/SCSS-Themes/gantt/gantt/tailwind.scss +109 -22
  138. package/SCSS-Themes/grids/excel-filter/material3-dark.scss +1 -1
  139. package/SCSS-Themes/grids/excel-filter/material3.scss +1 -1
  140. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +288 -13
  141. package/SCSS-Themes/grids/grid/bootstrap.scss +288 -13
  142. package/SCSS-Themes/grids/grid/bootstrap4.scss +292 -17
  143. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +283 -11
  144. package/SCSS-Themes/grids/grid/bootstrap5.scss +283 -11
  145. package/SCSS-Themes/grids/grid/fabric-dark.scss +288 -13
  146. package/SCSS-Themes/grids/grid/fabric.scss +288 -13
  147. package/SCSS-Themes/grids/grid/fluent-dark.scss +292 -17
  148. package/SCSS-Themes/grids/grid/fluent.scss +292 -17
  149. package/SCSS-Themes/grids/grid/highcontrast.scss +287 -12
  150. package/SCSS-Themes/grids/grid/material-dark.scss +287 -12
  151. package/SCSS-Themes/grids/grid/material.scss +287 -12
  152. package/SCSS-Themes/grids/grid/material3-dark.scss +292 -14
  153. package/SCSS-Themes/grids/grid/material3.scss +292 -14
  154. package/SCSS-Themes/grids/grid/tailwind-dark.scss +286 -11
  155. package/SCSS-Themes/grids/grid/tailwind.scss +286 -11
  156. package/SCSS-Themes/highcontrast.scss +2835 -214
  157. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +203 -8
  158. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +203 -8
  159. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +203 -8
  160. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +203 -8
  161. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +203 -8
  162. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +203 -8
  163. package/SCSS-Themes/image-editor/image-editor/fabric.scss +203 -8
  164. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +209 -8
  165. package/SCSS-Themes/image-editor/image-editor/fluent.scss +209 -8
  166. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +203 -8
  167. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +203 -8
  168. package/SCSS-Themes/image-editor/image-editor/material.scss +203 -8
  169. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +203 -8
  170. package/SCSS-Themes/image-editor/image-editor/material3.scss +203 -8
  171. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +203 -8
  172. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +203 -8
  173. package/SCSS-Themes/inputs/color-picker/bootstrap-dark.scss +36 -0
  174. package/SCSS-Themes/inputs/color-picker/bootstrap.scss +36 -0
  175. package/SCSS-Themes/inputs/color-picker/bootstrap4.scss +36 -0
  176. package/SCSS-Themes/inputs/color-picker/bootstrap5-dark.scss +36 -0
  177. package/SCSS-Themes/inputs/color-picker/bootstrap5.scss +36 -0
  178. package/SCSS-Themes/inputs/color-picker/fabric-dark.scss +36 -0
  179. package/SCSS-Themes/inputs/color-picker/fabric.scss +36 -0
  180. package/SCSS-Themes/inputs/color-picker/fluent-dark.scss +36 -0
  181. package/SCSS-Themes/inputs/color-picker/fluent.scss +36 -0
  182. package/SCSS-Themes/inputs/color-picker/highcontrast.scss +36 -0
  183. package/SCSS-Themes/inputs/color-picker/material-dark.scss +36 -0
  184. package/SCSS-Themes/inputs/color-picker/material.scss +36 -0
  185. package/SCSS-Themes/inputs/color-picker/material3-dark.scss +36 -0
  186. package/SCSS-Themes/inputs/color-picker/material3.scss +36 -0
  187. package/SCSS-Themes/inputs/color-picker/tailwind-dark.scss +36 -0
  188. package/SCSS-Themes/inputs/color-picker/tailwind.scss +36 -0
  189. package/SCSS-Themes/inputs/data-form/bootstrap-dark.scss +307 -0
  190. package/SCSS-Themes/inputs/data-form/bootstrap.scss +306 -0
  191. package/SCSS-Themes/inputs/data-form/bootstrap4.scss +306 -0
  192. package/SCSS-Themes/inputs/data-form/bootstrap5-dark.scss +306 -0
  193. package/SCSS-Themes/inputs/data-form/bootstrap5.scss +306 -0
  194. package/SCSS-Themes/inputs/data-form/fabric-dark.scss +306 -0
  195. package/SCSS-Themes/inputs/data-form/fabric.scss +306 -0
  196. package/SCSS-Themes/inputs/data-form/fluent-dark.scss +306 -0
  197. package/SCSS-Themes/inputs/data-form/fluent.scss +306 -0
  198. package/SCSS-Themes/inputs/data-form/highcontrast.scss +306 -0
  199. package/SCSS-Themes/inputs/data-form/material-dark.scss +306 -0
  200. package/SCSS-Themes/inputs/data-form/material.scss +307 -0
  201. package/SCSS-Themes/inputs/data-form/material3-dark.scss +306 -0
  202. package/SCSS-Themes/inputs/data-form/material3.scss +306 -0
  203. package/SCSS-Themes/inputs/data-form/tailwind-dark.scss +306 -0
  204. package/SCSS-Themes/inputs/data-form/tailwind.scss +306 -0
  205. package/SCSS-Themes/inputs/rating/bootstrap-dark.scss +30 -9
  206. package/SCSS-Themes/inputs/rating/bootstrap.scss +30 -9
  207. package/SCSS-Themes/inputs/rating/bootstrap4.scss +30 -9
  208. package/SCSS-Themes/inputs/rating/bootstrap5-dark.scss +30 -9
  209. package/SCSS-Themes/inputs/rating/bootstrap5.scss +30 -9
  210. package/SCSS-Themes/inputs/rating/fabric-dark.scss +30 -9
  211. package/SCSS-Themes/inputs/rating/fabric.scss +30 -9
  212. package/SCSS-Themes/inputs/rating/fluent-dark.scss +30 -9
  213. package/SCSS-Themes/inputs/rating/fluent.scss +30 -9
  214. package/SCSS-Themes/inputs/rating/highcontrast.scss +30 -9
  215. package/SCSS-Themes/inputs/rating/material-dark.scss +30 -9
  216. package/SCSS-Themes/inputs/rating/material.scss +30 -9
  217. package/SCSS-Themes/inputs/rating/material3-dark.scss +30 -9
  218. package/SCSS-Themes/inputs/rating/material3.scss +30 -9
  219. package/SCSS-Themes/inputs/rating/tailwind-dark.scss +30 -9
  220. package/SCSS-Themes/inputs/rating/tailwind.scss +30 -9
  221. package/SCSS-Themes/inputs/slider/bootstrap-dark.scss +4 -0
  222. package/SCSS-Themes/inputs/slider/bootstrap.scss +4 -0
  223. package/SCSS-Themes/inputs/slider/bootstrap4.scss +4 -0
  224. package/SCSS-Themes/inputs/slider/bootstrap5-dark.scss +4 -0
  225. package/SCSS-Themes/inputs/slider/bootstrap5.scss +4 -0
  226. package/SCSS-Themes/inputs/slider/fabric-dark.scss +4 -0
  227. package/SCSS-Themes/inputs/slider/fabric.scss +4 -0
  228. package/SCSS-Themes/inputs/slider/fluent-dark.scss +4 -0
  229. package/SCSS-Themes/inputs/slider/fluent.scss +4 -0
  230. package/SCSS-Themes/inputs/slider/highcontrast.scss +4 -0
  231. package/SCSS-Themes/inputs/slider/material-dark.scss +4 -0
  232. package/SCSS-Themes/inputs/slider/material.scss +4 -0
  233. package/SCSS-Themes/inputs/slider/material3-dark.scss +4 -0
  234. package/SCSS-Themes/inputs/slider/material3.scss +4 -0
  235. package/SCSS-Themes/inputs/slider/tailwind-dark.scss +4 -0
  236. package/SCSS-Themes/inputs/slider/tailwind.scss +4 -0
  237. package/SCSS-Themes/lists/list-view/bootstrap4.scss +2 -2
  238. package/SCSS-Themes/lists/list-view/bootstrap5-dark.scss +1 -1
  239. package/SCSS-Themes/lists/list-view/bootstrap5.scss +1 -1
  240. package/SCSS-Themes/lists/list-view/material.scss +1 -1
  241. package/SCSS-Themes/lists/list-view/material3-dark.scss +1 -1
  242. package/SCSS-Themes/lists/list-view/material3.scss +1 -1
  243. package/SCSS-Themes/lists/list-view/tailwind-dark.scss +2 -2
  244. package/SCSS-Themes/lists/list-view/tailwind.scss +2 -2
  245. package/SCSS-Themes/material-dark.scss +2835 -213
  246. package/SCSS-Themes/material.scss +2837 -214
  247. package/SCSS-Themes/material3-dark.scss +2851 -227
  248. package/SCSS-Themes/material3.scss +2851 -227
  249. package/SCSS-Themes/navigations/pager/bootstrap-dark.scss +130 -0
  250. package/SCSS-Themes/navigations/pager/bootstrap.scss +130 -0
  251. package/SCSS-Themes/navigations/pager/bootstrap4.scss +130 -0
  252. package/SCSS-Themes/navigations/pager/bootstrap5-dark.scss +130 -0
  253. package/SCSS-Themes/navigations/pager/bootstrap5.scss +130 -0
  254. package/SCSS-Themes/navigations/pager/fabric-dark.scss +130 -0
  255. package/SCSS-Themes/navigations/pager/fabric.scss +130 -0
  256. package/SCSS-Themes/navigations/pager/fluent-dark.scss +130 -0
  257. package/SCSS-Themes/navigations/pager/fluent.scss +130 -0
  258. package/SCSS-Themes/navigations/pager/highcontrast.scss +130 -0
  259. package/SCSS-Themes/navigations/pager/material-dark.scss +130 -0
  260. package/SCSS-Themes/navigations/pager/material.scss +130 -0
  261. package/SCSS-Themes/navigations/pager/material3-dark.scss +130 -0
  262. package/SCSS-Themes/navigations/pager/material3.scss +130 -0
  263. package/SCSS-Themes/navigations/pager/tailwind-dark.scss +130 -0
  264. package/SCSS-Themes/navigations/pager/tailwind.scss +130 -0
  265. package/SCSS-Themes/navigations/stepper/bootstrap-dark.scss +876 -0
  266. package/SCSS-Themes/navigations/stepper/bootstrap.scss +876 -0
  267. package/SCSS-Themes/navigations/stepper/bootstrap4.scss +876 -0
  268. package/SCSS-Themes/navigations/stepper/bootstrap5-dark.scss +877 -0
  269. package/SCSS-Themes/navigations/stepper/bootstrap5.scss +877 -0
  270. package/SCSS-Themes/navigations/stepper/fabric-dark.scss +876 -0
  271. package/SCSS-Themes/navigations/stepper/fabric.scss +876 -0
  272. package/SCSS-Themes/navigations/stepper/fluent-dark.scss +876 -0
  273. package/SCSS-Themes/navigations/stepper/fluent.scss +876 -0
  274. package/SCSS-Themes/navigations/stepper/highcontrast.scss +876 -0
  275. package/SCSS-Themes/navigations/stepper/material-dark.scss +876 -0
  276. package/SCSS-Themes/navigations/stepper/material.scss +876 -0
  277. package/SCSS-Themes/navigations/stepper/material3-dark.scss +876 -0
  278. package/SCSS-Themes/navigations/stepper/material3.scss +876 -0
  279. package/SCSS-Themes/navigations/stepper/tailwind-dark.scss +876 -0
  280. package/SCSS-Themes/navigations/stepper/tailwind.scss +876 -0
  281. package/SCSS-Themes/navigations/tab/bootstrap-dark.scss +7 -1
  282. package/SCSS-Themes/navigations/tab/bootstrap.scss +7 -1
  283. package/SCSS-Themes/navigations/tab/bootstrap4.scss +7 -1
  284. package/SCSS-Themes/navigations/tab/bootstrap5-dark.scss +9 -2
  285. package/SCSS-Themes/navigations/tab/bootstrap5.scss +9 -2
  286. package/SCSS-Themes/navigations/tab/fabric-dark.scss +6 -0
  287. package/SCSS-Themes/navigations/tab/fabric.scss +6 -0
  288. package/SCSS-Themes/navigations/tab/fluent-dark.scss +7 -1
  289. package/SCSS-Themes/navigations/tab/fluent.scss +7 -1
  290. package/SCSS-Themes/navigations/tab/highcontrast.scss +7 -1
  291. package/SCSS-Themes/navigations/tab/material-dark.scss +7 -1
  292. package/SCSS-Themes/navigations/tab/material.scss +7 -1
  293. package/SCSS-Themes/navigations/tab/material3-dark.scss +6 -0
  294. package/SCSS-Themes/navigations/tab/material3.scss +6 -0
  295. package/SCSS-Themes/navigations/tab/tailwind-dark.scss +6 -0
  296. package/SCSS-Themes/navigations/tab/tailwind.scss +6 -0
  297. package/SCSS-Themes/notifications/message/bootstrap-dark.scss +257 -17
  298. package/SCSS-Themes/notifications/message/bootstrap.scss +257 -17
  299. package/SCSS-Themes/notifications/message/bootstrap4.scss +257 -17
  300. package/SCSS-Themes/notifications/message/bootstrap5-dark.scss +257 -17
  301. package/SCSS-Themes/notifications/message/bootstrap5.scss +257 -17
  302. package/SCSS-Themes/notifications/message/fabric-dark.scss +257 -17
  303. package/SCSS-Themes/notifications/message/fabric.scss +257 -17
  304. package/SCSS-Themes/notifications/message/fluent-dark.scss +257 -17
  305. package/SCSS-Themes/notifications/message/fluent.scss +257 -17
  306. package/SCSS-Themes/notifications/message/highcontrast.scss +257 -17
  307. package/SCSS-Themes/notifications/message/material-dark.scss +257 -17
  308. package/SCSS-Themes/notifications/message/material.scss +257 -17
  309. package/SCSS-Themes/notifications/message/material3-dark.scss +257 -17
  310. package/SCSS-Themes/notifications/message/material3.scss +257 -17
  311. package/SCSS-Themes/notifications/message/tailwind-dark.scss +257 -17
  312. package/SCSS-Themes/notifications/message/tailwind.scss +257 -17
  313. package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +31 -0
  314. package/SCSS-Themes/notifications/toast/bootstrap.scss +31 -0
  315. package/SCSS-Themes/notifications/toast/bootstrap4.scss +31 -0
  316. package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +31 -0
  317. package/SCSS-Themes/notifications/toast/bootstrap5.scss +31 -0
  318. package/SCSS-Themes/notifications/toast/fabric-dark.scss +31 -0
  319. package/SCSS-Themes/notifications/toast/fabric.scss +31 -0
  320. package/SCSS-Themes/notifications/toast/fluent-dark.scss +31 -0
  321. package/SCSS-Themes/notifications/toast/fluent.scss +31 -0
  322. package/SCSS-Themes/notifications/toast/highcontrast.scss +31 -0
  323. package/SCSS-Themes/notifications/toast/material-dark.scss +32 -0
  324. package/SCSS-Themes/notifications/toast/material.scss +32 -0
  325. package/SCSS-Themes/notifications/toast/material3-dark.scss +32 -0
  326. package/SCSS-Themes/notifications/toast/material3.scss +32 -0
  327. package/SCSS-Themes/notifications/toast/tailwind-dark.scss +31 -0
  328. package/SCSS-Themes/notifications/toast/tailwind.scss +31 -0
  329. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +156 -9
  330. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +156 -9
  331. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +156 -9
  332. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +156 -9
  333. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +156 -9
  334. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +156 -9
  335. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +156 -9
  336. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +156 -9
  337. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +156 -9
  338. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +156 -9
  339. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +156 -9
  340. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +156 -9
  341. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +156 -9
  342. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +156 -9
  343. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +156 -9
  344. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +156 -9
  345. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +63 -29
  346. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +63 -29
  347. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +63 -29
  348. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +63 -29
  349. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +63 -29
  350. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +63 -29
  351. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +63 -29
  352. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +65 -31
  353. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +65 -31
  354. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +63 -29
  355. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +63 -29
  356. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +63 -29
  357. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +64 -30
  358. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +64 -30
  359. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +63 -29
  360. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +63 -29
  361. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +21 -27
  362. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +21 -27
  363. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +21 -27
  364. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +20 -26
  365. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +20 -26
  366. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +20 -26
  367. package/SCSS-Themes/pivotview/pivotview/fabric.scss +20 -26
  368. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +22 -28
  369. package/SCSS-Themes/pivotview/pivotview/fluent.scss +22 -28
  370. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +21 -27
  371. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +20 -26
  372. package/SCSS-Themes/pivotview/pivotview/material.scss +20 -26
  373. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +22 -28
  374. package/SCSS-Themes/pivotview/pivotview/material3.scss +22 -28
  375. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +20 -26
  376. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +20 -26
  377. package/SCSS-Themes/popups/tooltip/bootstrap5-dark.scss +2 -2
  378. package/SCSS-Themes/popups/tooltip/bootstrap5.scss +2 -2
  379. package/SCSS-Themes/popups/tooltip/fluent-dark.scss +1 -1
  380. package/SCSS-Themes/popups/tooltip/fluent.scss +1 -1
  381. package/SCSS-Themes/popups/tooltip/highcontrast.scss +1 -1
  382. package/SCSS-Themes/popups/tooltip/tailwind-dark.scss +1 -1
  383. package/SCSS-Themes/popups/tooltip/tailwind.scss +1 -1
  384. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +111 -18
  385. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +111 -18
  386. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +111 -18
  387. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +111 -18
  388. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +111 -18
  389. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +111 -18
  390. package/SCSS-Themes/ribbon/ribbon/fabric.scss +111 -18
  391. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +111 -18
  392. package/SCSS-Themes/ribbon/ribbon/fluent.scss +111 -18
  393. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +111 -18
  394. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +112 -19
  395. package/SCSS-Themes/ribbon/ribbon/material.scss +112 -19
  396. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +111 -20
  397. package/SCSS-Themes/ribbon/ribbon/material3.scss +111 -20
  398. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +111 -18
  399. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +111 -18
  400. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +82 -7
  401. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +82 -7
  402. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +82 -7
  403. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +83 -8
  404. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +83 -8
  405. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +82 -7
  406. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +82 -7
  407. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +83 -8
  408. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +83 -8
  409. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +82 -7
  410. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +82 -7
  411. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +82 -7
  412. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +82 -7
  413. package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +82 -7
  414. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +82 -7
  415. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +82 -7
  416. package/SCSS-Themes/schedule/recurrence-editor/bootstrap-dark.scss +6 -11
  417. package/SCSS-Themes/schedule/recurrence-editor/bootstrap.scss +6 -11
  418. package/SCSS-Themes/schedule/recurrence-editor/bootstrap4.scss +6 -11
  419. package/SCSS-Themes/schedule/recurrence-editor/bootstrap5-dark.scss +8 -13
  420. package/SCSS-Themes/schedule/recurrence-editor/bootstrap5.scss +8 -13
  421. package/SCSS-Themes/schedule/recurrence-editor/fabric-dark.scss +7 -12
  422. package/SCSS-Themes/schedule/recurrence-editor/fabric.scss +7 -12
  423. package/SCSS-Themes/schedule/recurrence-editor/fluent-dark.scss +7 -12
  424. package/SCSS-Themes/schedule/recurrence-editor/fluent.scss +7 -12
  425. package/SCSS-Themes/schedule/recurrence-editor/highcontrast.scss +6 -11
  426. package/SCSS-Themes/schedule/recurrence-editor/material-dark.scss +6 -11
  427. package/SCSS-Themes/schedule/recurrence-editor/material.scss +6 -11
  428. package/SCSS-Themes/schedule/recurrence-editor/material3-dark.scss +7 -12
  429. package/SCSS-Themes/schedule/recurrence-editor/material3.scss +7 -12
  430. package/SCSS-Themes/schedule/recurrence-editor/tailwind-dark.scss +8 -13
  431. package/SCSS-Themes/schedule/recurrence-editor/tailwind.scss +8 -13
  432. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +29 -12
  433. package/SCSS-Themes/schedule/schedule/bootstrap.scss +29 -12
  434. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +29 -12
  435. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +29 -12
  436. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +29 -12
  437. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +29 -12
  438. package/SCSS-Themes/schedule/schedule/fabric.scss +29 -12
  439. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +29 -12
  440. package/SCSS-Themes/schedule/schedule/fluent.scss +29 -12
  441. package/SCSS-Themes/schedule/schedule/highcontrast.scss +29 -12
  442. package/SCSS-Themes/schedule/schedule/material-dark.scss +29 -12
  443. package/SCSS-Themes/schedule/schedule/material.scss +29 -12
  444. package/SCSS-Themes/schedule/schedule/material3-dark.scss +29 -12
  445. package/SCSS-Themes/schedule/schedule/material3.scss +29 -12
  446. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +29 -12
  447. package/SCSS-Themes/schedule/schedule/tailwind.scss +29 -12
  448. package/SCSS-Themes/tailwind-dark.scss +2836 -216
  449. package/SCSS-Themes/tailwind.scss +2836 -216
  450. package/package.json +1 -1
@@ -60,6 +60,7 @@ $pv-page-container-margin: 0 !default;
60
60
  $pv-page-container-touch-action: pan-x pan-y !default;
61
61
  $pv-page-div-border: 1px !default;
62
62
  $pv-page-div-border-style: solid !default;
63
+ $pv-page-div-focus-style: rgb(0, 0, 0) 0 0 0 2px !default;
63
64
  $pv-page-div-border-color: $border-light !default;
64
65
  $pv-page-div-border-boxing: border-box !default;
65
66
  $pv-page-div-box-shadow: none !default;
@@ -70,6 +71,7 @@ $pv-icon-font-size: 16px !default;
70
71
  $pv-icon-margin: 7px 7.5px !default;
71
72
  $pv-icon-height: 18px !default;
72
73
  $pv-icon-width: 18px !default;
74
+ $gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
73
75
  $pv-toolbar-height: 38px !default;
74
76
  $pv-toolbar-height-big: $pv-toolbar-height !default;
75
77
  $pv-toolbar-border: solid $border-light !default;
@@ -475,6 +477,8 @@ $pv-comment-panel-bottom-color: $border-light !default;
475
477
  $pv-comments-content-container-bg: $content-bg-color-alt1 !default;
476
478
  $pv-comments-select-bg: $content-bg-color-hover !default;
477
479
  $pv-comments-hover-bg: $content-bg-color-hover !default;
480
+ $pv-comments-div-focus-border: $content-text-color !default;
481
+ $pv-comments-div-focus-background: $content-bg-color-focus !default;
478
482
  $pv-annotation-thickness-drop-down-padding-top: 10px !default;
479
483
  $pv-stamp-container-border-radius: 2px !default;
480
484
  $pv-stamp-icon-margin-top: 0 !default;
@@ -898,6 +902,15 @@ $pv-eye-icon-margin-top: 3px !default;
898
902
  position: $pv-page-div-position;
899
903
  }
900
904
 
905
+ .e-pv-viewer-container .e-pv-page-div.e-focused {
906
+ box-shadow: $pv-page-div-focus-style;
907
+ }
908
+
909
+ .e-pv-viewer-container.e-focused
910
+ {
911
+ box-shadow: $pv-page-div-focus-style inset;
912
+ }
913
+
901
914
  .e-pv-toolbar,
902
915
  .e-pv-nav-toolbar,
903
916
  .e-pv-annotation-toolbar,
@@ -946,6 +959,29 @@ $pv-eye-icon-margin-top: 3px !default;
946
959
  display: none;
947
960
  }
948
961
 
962
+ .e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text
963
+ {
964
+ display: none;
965
+ }
966
+
967
+ .e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
968
+ display: none;
969
+ }
970
+
971
+ .e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
972
+ display: none;
973
+ }
974
+
975
+ .e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text
976
+ {
977
+ display: none;
978
+ }
979
+
980
+ .e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text
981
+ {
982
+ display: none;
983
+ }
984
+
949
985
  .e-pv-current-page-box.e-input-group.e-control-wrapper {
950
986
  height: $pv-current-page-height;
951
987
  @if $skin-name == 'bootstrap5' {
@@ -1115,6 +1151,12 @@ $pv-eye-icon-margin-top: 3px !default;
1115
1151
  }
1116
1152
  }
1117
1153
 
1154
+ .e-pdfviewer .e-pv-open-document-icon .e-pv-icon .e-icons .e-btn-icon .e-icon-left {
1155
+ @if $skin-name == 'FluentUI' {
1156
+ padding: 0;
1157
+ }
1158
+ }
1159
+
1118
1160
  .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1119
1161
  .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1120
1162
  @if $skin-name == 'FluentUI' {
@@ -1802,6 +1844,30 @@ $pv-eye-icon-margin-top: 3px !default;
1802
1844
  padding: $pv-thumbnail-view-button-selection-padding;
1803
1845
  }
1804
1846
 
1847
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus
1848
+ {
1849
+ background: $pv-thumbnail-view-button-selection-background;
1850
+ border: $pv-thumbnail-view-button-selection-border;
1851
+ border-radius: $pv-thumbnail-border-selection-radius;
1852
+ @if $skin-name == 'bootstrap4' {
1853
+ color: $pv-thumbnail-border-selection-font-color;
1854
+ }
1855
+ line-height: $pv-thumbnail-view-button-selection-line-height;
1856
+ padding: $pv-thumbnail-view-button-selection-padding;
1857
+ }
1858
+
1859
+ .e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus
1860
+ {
1861
+ background: $pv-thumbnail-view-button-selection-background;
1862
+ border: $pv-thumbnail-view-button-selection-border;
1863
+ border-radius: $pv-thumbnail-border-selection-radius;
1864
+ @if $skin-name == 'bootstrap4' {
1865
+ color: $pv-thumbnail-border-selection-font-color;
1866
+ }
1867
+ line-height: $pv-thumbnail-view-button-selection-line-height;
1868
+ padding: $pv-thumbnail-view-button-selection-padding;
1869
+ }
1870
+
1805
1871
  .e-bigger .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1806
1872
  .e-bigger .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1807
1873
  @if $skin-name == 'bootstrap4' {
@@ -2637,19 +2703,31 @@ $pv-eye-icon-margin-top: 3px !default;
2637
2703
  font-size: 18px;
2638
2704
  }
2639
2705
 
2640
- .e-pv-annotation-color-container .e-btn,
2641
- .e-pv-annotation-opacity-container .e-btn,
2642
- .e-pv-annotation-stroke-container .e-btn,
2643
- .e-pv-custom-annotation-thickness-container .e-btn,
2644
- .e-pv-custom-annotation-opacity-container .e-btn,
2645
- .e-pv-annotation-thickness-container .e-btn,
2646
- .e-pv-annotation-textcolor-container .e-btn,
2647
- .e-pv-annotation-textalign-container .e-btn,
2648
- .e-pv-annotation-textprop-container .e-btn {
2706
+ .e-pv-annotation-color-container.e-icon-btn,
2707
+ .e-pv-annotation-opacity-container.e-icon-btn,
2708
+ .e-pv-annotation-stroke-container.e-icon-btn,
2709
+ .e-pv-custom-annotation-thickness-container.e-icon-btn,
2710
+ .e-pv-custom-annotation-opacity-container.e-icon-btn,
2711
+ .e-pv-annotation-thickness-container.e-icon-btn,
2712
+ .e-pv-annotation-textcolor-container.e-icon-btn,
2713
+ .e-pv-annotation-textalign-container.e-icon-btn,
2714
+ .e-pv-annotation-textprop-container.e-icon-btn {
2649
2715
  height: $pv-annotation-drop-down-height;
2650
2716
  width: $pv-annotation-drop-down-width;
2651
2717
  }
2652
2718
 
2719
+ .e-bigger .e-pv-annotation-color-container.e-icon-btn,
2720
+ .e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
2721
+ .e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
2722
+ .e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
2723
+ .e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
2724
+ .e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
2725
+ .e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
2726
+ .e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
2727
+ .e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
2728
+ white-space: nowrap;
2729
+ }
2730
+
2653
2731
  .e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
2654
2732
  @if ($skin-name != 'bootstrap5') {
2655
2733
  padding-top: $pv-annotation-thickness-drop-down-padding-top;
@@ -2749,6 +2827,35 @@ $pv-eye-icon-margin-top: 3px !default;
2749
2827
  }
2750
2828
  }
2751
2829
 
2830
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
2831
+ background-color: $pv-annotation-dropdown-background-color-hover;
2832
+ border-color: $pv-annotation-dropdown-border-color-hover;
2833
+ outline: none;
2834
+ color: $pv-item-selection-color;
2835
+ }
2836
+
2837
+ .e-pv-annotation-color-container.e-btn:focus,
2838
+ .e-pv-annotation-opacity-container.e-btn:focus,
2839
+ .e-pv-annotation-stroke-container.e-btn:focus,
2840
+ .e-pv-annotation-thickness-container.e-btn:focus,
2841
+ .e-pv-annotation-shapes-container.e-btn:focus,
2842
+ .e-pv-annotation-calibrate-container.e-btn:focus,
2843
+ .e-pv-annotation-textcolor-container.e-btn:focus,
2844
+ .e-pv-annotation-textalign-container.e-btn:focus,
2845
+ .e-pv-annotation-handwritten-container.e-btn:focus,
2846
+ .e-pv-annotation-textprop-container.e-btn:focus {
2847
+ @if $skin-name == 'Material3' {
2848
+ background: $pv-annotation-dropdown-background-color-hover;
2849
+ border: $pv-annotation-dropdown-border-color-hover;
2850
+ outline: none;
2851
+ }
2852
+ @else {
2853
+ background-color: $pv-annotation-dropdown-background-color-hover;
2854
+ border-color: $pv-annotation-dropdown-border-color-hover;
2855
+ outline: none;
2856
+ }
2857
+ }
2858
+
2752
2859
  .e-pv-annotation-color-container.e-btn:active,
2753
2860
  .e-pv-annotation-opacity-container.e-btn:active,
2754
2861
  .e-pv-annotation-stroke-container.e-btn:active,
@@ -3750,6 +3857,17 @@ $pv-eye-icon-margin-top: 3px !default;
3750
3857
  }
3751
3858
  }
3752
3859
 
3860
+ .e-pv-reply-div.e-pv-comments-leave.e-focused
3861
+ {
3862
+ border: $pv-comments-div-focus-border;
3863
+ background: $pv-comments-div-focus-background;
3864
+ }
3865
+
3866
+ .e-pv-comments-div.e-focused {
3867
+ border: $pv-comments-div-focus-border;
3868
+ background: $pv-comments-div-focus-background;
3869
+ }
3870
+
3753
3871
  .e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
3754
3872
  float: right;
3755
3873
  padding-bottom: 7px;
@@ -4433,6 +4551,20 @@ $pv-eye-icon-margin-top: 3px !default;
4433
4551
  }
4434
4552
  }
4435
4553
 
4554
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
4555
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
4556
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
4557
+ @if ($skin-name == 'FluentUI') {
4558
+ height: 32px;
4559
+ }
4560
+ }
4561
+
4562
+ .e-pv-mobile-annotation-toolbar .e-toolbar-items .e-hscroll-bar {
4563
+ @if ($skin-name == 'FluentUI') {
4564
+ overflow-y: hidden;
4565
+ }
4566
+ }
4567
+
4436
4568
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused:hover,
4437
4569
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-selected {
4438
4570
  @if $skin-name == 'bootstrap5' {
@@ -5405,9 +5537,24 @@ $pv-eye-icon-margin-top: 3px !default;
5405
5537
  }
5406
5538
 
5407
5539
  .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
5540
+ justify-content: center;
5408
5541
  padding: 0 $pv-icon-padding-top;
5409
5542
  }
5410
5543
 
5544
+ .e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
5545
+ @if ($skin-name == 'bootstrap4') {
5546
+ margin-left: 0 !important;/* stylelint-disable-line declaration-no-important */
5547
+ width: 1em !important;/* stylelint-disable-line declaration-no-important */
5548
+ line-height: 22px !important;/* stylelint-disable-line declaration-no-important */
5549
+ padding: 0 !important;/* stylelint-disable-line declaration-no-important */
5550
+ }
5551
+ @else {
5552
+ margin-left: 0 !important;/* stylelint-disable-line declaration-no-important */
5553
+ width: 1em !important;/* stylelint-disable-line declaration-no-important */
5554
+ line-height: 22px !important;/* stylelint-disable-line declaration-no-important */
5555
+ }
5556
+ }
5557
+
5411
5558
  .e-pv-signature-window .e-dlg-content {
5412
5559
  @if ($skin-name == 'highcontrast') {
5413
5560
  padding: 16px;
@@ -60,6 +60,7 @@ $pv-page-container-margin: 0 !default;
60
60
  $pv-page-container-touch-action: pan-x pan-y !default;
61
61
  $pv-page-div-border: 1px !default;
62
62
  $pv-page-div-border-style: solid !default;
63
+ $pv-page-div-focus-style: #fff 0 0 0 2px !default;
63
64
  $pv-page-div-border-color: $neutral-tertiary !default;
64
65
  $pv-page-div-border-boxing: content-box !default;
65
66
  $pv-page-div-box-shadow: none !default;
@@ -71,6 +72,7 @@ $pv-icon-margin: 9px 7.5px !default;
71
72
  $pv-icon-height: 36px !default;
72
73
  $pv-icon-width: 36px !default;
73
74
  $pv-icon-padding-top: 7px !default;
75
+ $gantt-masked-table-background-color: rgba(225, 223, 221, 1) !default;
74
76
  $pv-toolbar-height: 52px !default;
75
77
  $pv-toolbar-height-big: $pv-toolbar-height !default;
76
78
  $pv-toolbar-border: 1px solid $neutral-tertiary-alt !default;
@@ -471,6 +473,8 @@ $pv-comment-panel-bottom-color: #6f6c6c !default;
471
473
  $pv-comments-content-container-bg: #333232 !default;
472
474
  $pv-comments-select-bg: #514f4f !default;
473
475
  $pv-comments-hover-bg: #414040 !default;
476
+ $pv-comments-div-focus-border: $neutral-secondary !default;
477
+ $pv-comments-div-focus-background: $neutral-light !default;
474
478
  $pv-annotation-thickness-drop-down-padding-top: 19px !default;
475
479
  $pv-stamp-container-border-radius: 0 !default;
476
480
  $pv-stamp-icon-margin-top: 0 !default;
@@ -901,6 +905,15 @@ $pv-eye-icon-margin-top: 3px !default;
901
905
  position: $pv-page-div-position;
902
906
  }
903
907
 
908
+ .e-pv-viewer-container .e-pv-page-div.e-focused {
909
+ box-shadow: $pv-page-div-focus-style;
910
+ }
911
+
912
+ .e-pv-viewer-container.e-focused
913
+ {
914
+ box-shadow: $pv-page-div-focus-style inset;
915
+ }
916
+
904
917
  .e-pv-toolbar,
905
918
  .e-pv-nav-toolbar,
906
919
  .e-pv-annotation-toolbar,
@@ -949,6 +962,29 @@ $pv-eye-icon-margin-top: 3px !default;
949
962
  display: none;
950
963
  }
951
964
 
965
+ .e-control.e-toolbar.e-lib.e-pv-annotation-toolbar.e-pv-toolbar-scroll.e-keyboard.e-toolpop .e-tbar-btn-text
966
+ {
967
+ display: none;
968
+ }
969
+
970
+ .e-dropdown-popup.e-control.e-pv-annotation-shapes-container .e-tbar-btn-text {
971
+ display: none;
972
+ }
973
+
974
+ .e-dropdown-popup.e-control.e-pv-annotation-calibrate-container .e-tbar-btn-text {
975
+ display: none;
976
+ }
977
+
978
+ .e-dropdown-popup.e-control.e-pv-annotation-textalign-container .e-tbar-btn-text
979
+ {
980
+ display: none;
981
+ }
982
+
983
+ .e-dropdown-popup.e-control.e-pv-annotation-textprop-container.e-caret-hide .e-tbar-btn-text
984
+ {
985
+ display: none;
986
+ }
987
+
952
988
  .e-pv-current-page-box.e-input-group.e-control-wrapper {
953
989
  height: $pv-current-page-height;
954
990
  @if $skin-name == 'bootstrap5' {
@@ -1118,6 +1154,12 @@ $pv-eye-icon-margin-top: 3px !default;
1118
1154
  }
1119
1155
  }
1120
1156
 
1157
+ .e-pdfviewer .e-pv-open-document-icon .e-pv-icon .e-icons .e-btn-icon .e-icon-left {
1158
+ @if $skin-name == 'FluentUI' {
1159
+ padding: 0;
1160
+ }
1161
+ }
1162
+
1121
1163
  .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
1122
1164
  .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1123
1165
  @if $skin-name == 'FluentUI' {
@@ -1805,6 +1847,30 @@ $pv-eye-icon-margin-top: 3px !default;
1805
1847
  padding: $pv-thumbnail-view-button-selection-padding;
1806
1848
  }
1807
1849
 
1850
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus
1851
+ {
1852
+ background: $pv-thumbnail-view-button-selection-background;
1853
+ border: $pv-thumbnail-view-button-selection-border;
1854
+ border-radius: $pv-thumbnail-border-selection-radius;
1855
+ @if $skin-name == 'bootstrap4' {
1856
+ color: $pv-thumbnail-border-selection-font-color;
1857
+ }
1858
+ line-height: $pv-thumbnail-view-button-selection-line-height;
1859
+ padding: $pv-thumbnail-view-button-selection-padding;
1860
+ }
1861
+
1862
+ .e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus
1863
+ {
1864
+ background: $pv-thumbnail-view-button-selection-background;
1865
+ border: $pv-thumbnail-view-button-selection-border;
1866
+ border-radius: $pv-thumbnail-border-selection-radius;
1867
+ @if $skin-name == 'bootstrap4' {
1868
+ color: $pv-thumbnail-border-selection-font-color;
1869
+ }
1870
+ line-height: $pv-thumbnail-view-button-selection-line-height;
1871
+ padding: $pv-thumbnail-view-button-selection-padding;
1872
+ }
1873
+
1808
1874
  .e-bigger .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1809
1875
  .e-bigger .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1810
1876
  @if $skin-name == 'bootstrap4' {
@@ -2640,19 +2706,31 @@ $pv-eye-icon-margin-top: 3px !default;
2640
2706
  font-size: 18px;
2641
2707
  }
2642
2708
 
2643
- .e-pv-annotation-color-container .e-btn,
2644
- .e-pv-annotation-opacity-container .e-btn,
2645
- .e-pv-annotation-stroke-container .e-btn,
2646
- .e-pv-custom-annotation-thickness-container .e-btn,
2647
- .e-pv-custom-annotation-opacity-container .e-btn,
2648
- .e-pv-annotation-thickness-container .e-btn,
2649
- .e-pv-annotation-textcolor-container .e-btn,
2650
- .e-pv-annotation-textalign-container .e-btn,
2651
- .e-pv-annotation-textprop-container .e-btn {
2709
+ .e-pv-annotation-color-container.e-icon-btn,
2710
+ .e-pv-annotation-opacity-container.e-icon-btn,
2711
+ .e-pv-annotation-stroke-container.e-icon-btn,
2712
+ .e-pv-custom-annotation-thickness-container.e-icon-btn,
2713
+ .e-pv-custom-annotation-opacity-container.e-icon-btn,
2714
+ .e-pv-annotation-thickness-container.e-icon-btn,
2715
+ .e-pv-annotation-textcolor-container.e-icon-btn,
2716
+ .e-pv-annotation-textalign-container.e-icon-btn,
2717
+ .e-pv-annotation-textprop-container.e-icon-btn {
2652
2718
  height: $pv-annotation-drop-down-height;
2653
2719
  width: $pv-annotation-drop-down-width;
2654
2720
  }
2655
2721
 
2722
+ .e-bigger .e-pv-annotation-color-container.e-icon-btn,
2723
+ .e-bigger .e-pv-annotation-opacity-container.e-icon-btn,
2724
+ .e-bigger .e-pv-annotation-stroke-container.e-icon-btn,
2725
+ .e-bigger .e-pv-custom-annotation-thickness-container.e-icon-btn,
2726
+ .e-bigger .e-pv-custom-annotation-opacity-container.e-icon-btn,
2727
+ .e-bigger .e-pv-annotation-thickness-container.e-icon-btn,
2728
+ .e-bigger .e-pv-annotation-textcolor-container.e-icon-btn,
2729
+ .e-bigger .e-pv-annotation-textalign-container.e-icon-btn,
2730
+ .e-bigger .e-pv-annotation-textprop-container.e-icon-btn {
2731
+ white-space: nowrap;
2732
+ }
2733
+
2656
2734
  .e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn {
2657
2735
  @if ($skin-name != 'bootstrap5') {
2658
2736
  padding-top: $pv-annotation-thickness-drop-down-padding-top;
@@ -2752,6 +2830,35 @@ $pv-eye-icon-margin-top: 3px !default;
2752
2830
  }
2753
2831
  }
2754
2832
 
2833
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:focus {
2834
+ background-color: $pv-annotation-dropdown-background-color-hover;
2835
+ border-color: $pv-annotation-dropdown-border-color-hover;
2836
+ outline: none;
2837
+ color: $pv-item-selection-color;
2838
+ }
2839
+
2840
+ .e-pv-annotation-color-container.e-btn:focus,
2841
+ .e-pv-annotation-opacity-container.e-btn:focus,
2842
+ .e-pv-annotation-stroke-container.e-btn:focus,
2843
+ .e-pv-annotation-thickness-container.e-btn:focus,
2844
+ .e-pv-annotation-shapes-container.e-btn:focus,
2845
+ .e-pv-annotation-calibrate-container.e-btn:focus,
2846
+ .e-pv-annotation-textcolor-container.e-btn:focus,
2847
+ .e-pv-annotation-textalign-container.e-btn:focus,
2848
+ .e-pv-annotation-handwritten-container.e-btn:focus,
2849
+ .e-pv-annotation-textprop-container.e-btn:focus {
2850
+ @if $skin-name == 'Material3' {
2851
+ background: $pv-annotation-dropdown-background-color-hover;
2852
+ border: $pv-annotation-dropdown-border-color-hover;
2853
+ outline: none;
2854
+ }
2855
+ @else {
2856
+ background-color: $pv-annotation-dropdown-background-color-hover;
2857
+ border-color: $pv-annotation-dropdown-border-color-hover;
2858
+ outline: none;
2859
+ }
2860
+ }
2861
+
2755
2862
  .e-pv-annotation-color-container.e-btn:active,
2756
2863
  .e-pv-annotation-opacity-container.e-btn:active,
2757
2864
  .e-pv-annotation-stroke-container.e-btn:active,
@@ -3753,6 +3860,17 @@ $pv-eye-icon-margin-top: 3px !default;
3753
3860
  }
3754
3861
  }
3755
3862
 
3863
+ .e-pv-reply-div.e-pv-comments-leave.e-focused
3864
+ {
3865
+ border: $pv-comments-div-focus-border;
3866
+ background: $pv-comments-div-focus-background;
3867
+ }
3868
+
3869
+ .e-pv-comments-div.e-focused {
3870
+ border: $pv-comments-div-focus-border;
3871
+ background: $pv-comments-div-focus-background;
3872
+ }
3873
+
3756
3874
  .e-pdfviewer .e-inplaceeditor .e-editable-action-buttons {
3757
3875
  float: right;
3758
3876
  padding-bottom: 7px;
@@ -4436,6 +4554,20 @@ $pv-eye-icon-margin-top: 3px !default;
4436
4554
  }
4437
4555
  }
4438
4556
 
4557
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
4558
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
4559
+ .e-bigger .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
4560
+ @if ($skin-name == 'FluentUI') {
4561
+ height: 32px;
4562
+ }
4563
+ }
4564
+
4565
+ .e-pv-mobile-annotation-toolbar .e-toolbar-items .e-hscroll-bar {
4566
+ @if ($skin-name == 'FluentUI') {
4567
+ overflow-y: hidden;
4568
+ }
4569
+ }
4570
+
4439
4571
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused:hover,
4440
4572
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-selected {
4441
4573
  @if $skin-name == 'bootstrap5' {
@@ -5408,9 +5540,24 @@ $pv-eye-icon-margin-top: 3px !default;
5408
5540
  }
5409
5541
 
5410
5542
  .e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
5543
+ justify-content: center;
5411
5544
  padding: 0 $pv-icon-padding-top;
5412
5545
  }
5413
5546
 
5547
+ .e-pv-mobile-toolbar .e-mobile-more-option .e-pv-more-icon {
5548
+ @if ($skin-name == 'bootstrap4') {
5549
+ margin-left: 0 !important;/* stylelint-disable-line declaration-no-important */
5550
+ width: 1em !important;/* stylelint-disable-line declaration-no-important */
5551
+ line-height: 22px !important;/* stylelint-disable-line declaration-no-important */
5552
+ padding: 0 !important;/* stylelint-disable-line declaration-no-important */
5553
+ }
5554
+ @else {
5555
+ margin-left: 0 !important;/* stylelint-disable-line declaration-no-important */
5556
+ width: 1em !important;/* stylelint-disable-line declaration-no-important */
5557
+ line-height: 22px !important;/* stylelint-disable-line declaration-no-important */
5558
+ }
5559
+ }
5560
+
5414
5561
  .e-pv-signature-window .e-dlg-content {
5415
5562
  @if ($skin-name == 'highcontrast') {
5416
5563
  padding: 16px;