@syncfusion/blazor-themes 22.2.11 → 23.1.36

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 (365) hide show
  1. package/SCSS-Themes/base/bootstrap-dark.scss +53 -1
  2. package/SCSS-Themes/base/bootstrap.scss +54 -1
  3. package/SCSS-Themes/base/bootstrap4.scss +23 -1
  4. package/SCSS-Themes/base/bootstrap5-dark.scss +18 -1
  5. package/SCSS-Themes/base/bootstrap5.scss +18 -1
  6. package/SCSS-Themes/base/fabric-dark.scss +54 -1
  7. package/SCSS-Themes/base/fabric.scss +54 -1
  8. package/SCSS-Themes/base/fluent-dark.scss +18 -1
  9. package/SCSS-Themes/base/fluent.scss +18 -1
  10. package/SCSS-Themes/base/highcontrast.scss +54 -1
  11. package/SCSS-Themes/base/material-dark.scss +53 -1
  12. package/SCSS-Themes/base/material.scss +54 -1
  13. package/SCSS-Themes/base/material3-dark.scss +18 -1
  14. package/SCSS-Themes/base/material3.scss +19 -1
  15. package/SCSS-Themes/base/tailwind-dark.scss +19 -1
  16. package/SCSS-Themes/base/tailwind.scss +19 -1
  17. package/SCSS-Themes/bootstrap-dark.scss +1759 -261
  18. package/SCSS-Themes/bootstrap.scss +1761 -262
  19. package/SCSS-Themes/bootstrap4.scss +1733 -265
  20. package/SCSS-Themes/bootstrap5-dark.scss +1729 -266
  21. package/SCSS-Themes/bootstrap5.scss +1729 -266
  22. package/SCSS-Themes/buttons/switch/bootstrap-dark.scss +11 -0
  23. package/SCSS-Themes/buttons/switch/bootstrap.scss +11 -0
  24. package/SCSS-Themes/buttons/switch/bootstrap4.scss +11 -0
  25. package/SCSS-Themes/buttons/switch/bootstrap5-dark.scss +11 -0
  26. package/SCSS-Themes/buttons/switch/bootstrap5.scss +11 -0
  27. package/SCSS-Themes/buttons/switch/fabric-dark.scss +11 -0
  28. package/SCSS-Themes/buttons/switch/fabric.scss +11 -0
  29. package/SCSS-Themes/buttons/switch/fluent-dark.scss +11 -0
  30. package/SCSS-Themes/buttons/switch/fluent.scss +11 -0
  31. package/SCSS-Themes/buttons/switch/highcontrast.scss +11 -0
  32. package/SCSS-Themes/buttons/switch/material-dark.scss +11 -0
  33. package/SCSS-Themes/buttons/switch/material.scss +11 -0
  34. package/SCSS-Themes/buttons/switch/material3-dark.scss +11 -0
  35. package/SCSS-Themes/buttons/switch/material3.scss +11 -0
  36. package/SCSS-Themes/buttons/switch/tailwind-dark.scss +11 -0
  37. package/SCSS-Themes/buttons/switch/tailwind.scss +11 -0
  38. package/SCSS-Themes/calendars/datepicker/bootstrap-dark.scss +39 -14
  39. package/SCSS-Themes/calendars/datepicker/bootstrap.scss +39 -14
  40. package/SCSS-Themes/calendars/datepicker/bootstrap4.scss +39 -14
  41. package/SCSS-Themes/calendars/datepicker/bootstrap5-dark.scss +40 -15
  42. package/SCSS-Themes/calendars/datepicker/bootstrap5.scss +40 -15
  43. package/SCSS-Themes/calendars/datepicker/fabric-dark.scss +38 -13
  44. package/SCSS-Themes/calendars/datepicker/fabric.scss +40 -15
  45. package/SCSS-Themes/calendars/datepicker/fluent-dark.scss +38 -13
  46. package/SCSS-Themes/calendars/datepicker/fluent.scss +38 -13
  47. package/SCSS-Themes/calendars/datepicker/highcontrast.scss +39 -14
  48. package/SCSS-Themes/calendars/datepicker/material-dark.scss +38 -13
  49. package/SCSS-Themes/calendars/datepicker/material.scss +38 -13
  50. package/SCSS-Themes/calendars/datepicker/material3-dark.scss +38 -13
  51. package/SCSS-Themes/calendars/datepicker/material3.scss +38 -13
  52. package/SCSS-Themes/calendars/datepicker/tailwind-dark.scss +42 -17
  53. package/SCSS-Themes/calendars/datepicker/tailwind.scss +42 -17
  54. package/SCSS-Themes/calendars/daterangepicker/bootstrap-dark.scss +52 -23
  55. package/SCSS-Themes/calendars/daterangepicker/bootstrap.scss +52 -23
  56. package/SCSS-Themes/calendars/daterangepicker/bootstrap4.scss +52 -23
  57. package/SCSS-Themes/calendars/daterangepicker/bootstrap5-dark.scss +52 -23
  58. package/SCSS-Themes/calendars/daterangepicker/bootstrap5.scss +52 -23
  59. package/SCSS-Themes/calendars/daterangepicker/fabric-dark.scss +52 -23
  60. package/SCSS-Themes/calendars/daterangepicker/fabric.scss +52 -23
  61. package/SCSS-Themes/calendars/daterangepicker/fluent-dark.scss +52 -23
  62. package/SCSS-Themes/calendars/daterangepicker/fluent.scss +52 -23
  63. package/SCSS-Themes/calendars/daterangepicker/highcontrast.scss +52 -23
  64. package/SCSS-Themes/calendars/daterangepicker/material-dark.scss +52 -23
  65. package/SCSS-Themes/calendars/daterangepicker/material.scss +52 -23
  66. package/SCSS-Themes/calendars/daterangepicker/material3-dark.scss +56 -24
  67. package/SCSS-Themes/calendars/daterangepicker/material3.scss +56 -24
  68. package/SCSS-Themes/calendars/daterangepicker/tailwind-dark.scss +53 -24
  69. package/SCSS-Themes/calendars/daterangepicker/tailwind.scss +53 -24
  70. package/SCSS-Themes/calendars/timepicker/bootstrap-dark.scss +19 -2
  71. package/SCSS-Themes/calendars/timepicker/bootstrap.scss +19 -2
  72. package/SCSS-Themes/calendars/timepicker/bootstrap4.scss +19 -2
  73. package/SCSS-Themes/calendars/timepicker/bootstrap5-dark.scss +19 -2
  74. package/SCSS-Themes/calendars/timepicker/bootstrap5.scss +19 -2
  75. package/SCSS-Themes/calendars/timepicker/fabric-dark.scss +19 -2
  76. package/SCSS-Themes/calendars/timepicker/fabric.scss +21 -4
  77. package/SCSS-Themes/calendars/timepicker/fluent-dark.scss +19 -2
  78. package/SCSS-Themes/calendars/timepicker/fluent.scss +19 -2
  79. package/SCSS-Themes/calendars/timepicker/highcontrast.scss +19 -2
  80. package/SCSS-Themes/calendars/timepicker/material-dark.scss +19 -2
  81. package/SCSS-Themes/calendars/timepicker/material.scss +19 -2
  82. package/SCSS-Themes/calendars/timepicker/material3-dark.scss +19 -2
  83. package/SCSS-Themes/calendars/timepicker/material3.scss +19 -2
  84. package/SCSS-Themes/calendars/timepicker/tailwind-dark.scss +19 -2
  85. package/SCSS-Themes/calendars/timepicker/tailwind.scss +19 -2
  86. package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +15 -0
  87. package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +15 -0
  88. package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +15 -0
  89. package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +15 -0
  90. package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +15 -0
  91. package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +15 -0
  92. package/SCSS-Themes/documenteditor/document-editor/fabric.scss +15 -0
  93. package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +15 -0
  94. package/SCSS-Themes/documenteditor/document-editor/fluent.scss +15 -0
  95. package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +15 -0
  96. package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +15 -0
  97. package/SCSS-Themes/documenteditor/document-editor/material.scss +15 -0
  98. package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +15 -0
  99. package/SCSS-Themes/documenteditor/document-editor/material3.scss +15 -0
  100. package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +15 -0
  101. package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +15 -0
  102. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap-dark.scss +2 -0
  103. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap.scss +2 -0
  104. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap4.scss +2 -0
  105. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5-dark.scss +2 -0
  106. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5.scss +2 -0
  107. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +2 -0
  108. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +2 -0
  109. package/SCSS-Themes/documenteditor/document-editor-container/fluent-dark.scss +2 -0
  110. package/SCSS-Themes/documenteditor/document-editor-container/fluent.scss +2 -0
  111. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +2 -0
  112. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +2 -0
  113. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +2 -0
  114. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +2 -0
  115. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +2 -0
  116. package/SCSS-Themes/documenteditor/document-editor-container/tailwind-dark.scss +2 -0
  117. package/SCSS-Themes/documenteditor/document-editor-container/tailwind.scss +2 -0
  118. package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +0 -6
  119. package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +0 -6
  120. package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +4 -10
  121. package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +0 -6
  122. package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +0 -6
  123. package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +0 -6
  124. package/SCSS-Themes/dropdowns/list-box/fabric.scss +0 -6
  125. package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +4 -10
  126. package/SCSS-Themes/dropdowns/list-box/fluent.scss +4 -10
  127. package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +0 -6
  128. package/SCSS-Themes/dropdowns/list-box/material-dark.scss +0 -6
  129. package/SCSS-Themes/dropdowns/list-box/material.scss +0 -6
  130. package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +4 -10
  131. package/SCSS-Themes/dropdowns/list-box/material3.scss +4 -10
  132. package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +3 -9
  133. package/SCSS-Themes/dropdowns/list-box/tailwind.scss +3 -9
  134. package/SCSS-Themes/fabric-dark.scss +1759 -260
  135. package/SCSS-Themes/fabric.scss +1763 -264
  136. package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +1 -1
  137. package/SCSS-Themes/filemanager/file-manager/material3.scss +1 -1
  138. package/SCSS-Themes/fluent-dark.scss +1729 -266
  139. package/SCSS-Themes/fluent.scss +1729 -266
  140. package/SCSS-Themes/gantt/gantt/bootstrap-dark.scss +130 -107
  141. package/SCSS-Themes/gantt/gantt/bootstrap.scss +130 -107
  142. package/SCSS-Themes/gantt/gantt/bootstrap4.scss +130 -107
  143. package/SCSS-Themes/gantt/gantt/bootstrap5-dark.scss +130 -107
  144. package/SCSS-Themes/gantt/gantt/bootstrap5.scss +130 -107
  145. package/SCSS-Themes/gantt/gantt/fabric-dark.scss +130 -107
  146. package/SCSS-Themes/gantt/gantt/fabric.scss +130 -107
  147. package/SCSS-Themes/gantt/gantt/fluent-dark.scss +130 -107
  148. package/SCSS-Themes/gantt/gantt/fluent.scss +130 -107
  149. package/SCSS-Themes/gantt/gantt/highcontrast.scss +130 -107
  150. package/SCSS-Themes/gantt/gantt/material-dark.scss +130 -107
  151. package/SCSS-Themes/gantt/gantt/material.scss +130 -107
  152. package/SCSS-Themes/gantt/gantt/material3-dark.scss +130 -107
  153. package/SCSS-Themes/gantt/gantt/material3.scss +130 -107
  154. package/SCSS-Themes/gantt/gantt/tailwind-dark.scss +130 -107
  155. package/SCSS-Themes/gantt/gantt/tailwind.scss +130 -107
  156. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +644 -34
  157. package/SCSS-Themes/grids/grid/bootstrap.scss +644 -34
  158. package/SCSS-Themes/grids/grid/bootstrap4.scss +644 -34
  159. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +644 -34
  160. package/SCSS-Themes/grids/grid/bootstrap5.scss +644 -34
  161. package/SCSS-Themes/grids/grid/fabric-dark.scss +644 -34
  162. package/SCSS-Themes/grids/grid/fabric.scss +644 -34
  163. package/SCSS-Themes/grids/grid/fluent-dark.scss +645 -35
  164. package/SCSS-Themes/grids/grid/fluent.scss +645 -35
  165. package/SCSS-Themes/grids/grid/highcontrast.scss +644 -34
  166. package/SCSS-Themes/grids/grid/material-dark.scss +646 -36
  167. package/SCSS-Themes/grids/grid/material.scss +644 -34
  168. package/SCSS-Themes/grids/grid/material3-dark.scss +645 -35
  169. package/SCSS-Themes/grids/grid/material3.scss +645 -35
  170. package/SCSS-Themes/grids/grid/tailwind-dark.scss +644 -34
  171. package/SCSS-Themes/grids/grid/tailwind.scss +644 -34
  172. package/SCSS-Themes/highcontrast.scss +1761 -262
  173. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +98 -2
  174. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +98 -2
  175. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +98 -2
  176. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +98 -2
  177. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +98 -2
  178. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +98 -2
  179. package/SCSS-Themes/image-editor/image-editor/fabric.scss +98 -2
  180. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +98 -2
  181. package/SCSS-Themes/image-editor/image-editor/fluent.scss +98 -2
  182. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +99 -3
  183. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +98 -2
  184. package/SCSS-Themes/image-editor/image-editor/material.scss +98 -2
  185. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +99 -3
  186. package/SCSS-Themes/image-editor/image-editor/material3.scss +99 -3
  187. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +98 -2
  188. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +98 -2
  189. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +89 -10
  190. package/SCSS-Themes/inputs/input/bootstrap.scss +89 -10
  191. package/SCSS-Themes/inputs/input/bootstrap4.scss +89 -10
  192. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +89 -10
  193. package/SCSS-Themes/inputs/input/bootstrap5.scss +89 -10
  194. package/SCSS-Themes/inputs/input/fabric-dark.scss +89 -10
  195. package/SCSS-Themes/inputs/input/fabric.scss +89 -10
  196. package/SCSS-Themes/inputs/input/fluent-dark.scss +89 -10
  197. package/SCSS-Themes/inputs/input/fluent.scss +89 -10
  198. package/SCSS-Themes/inputs/input/highcontrast.scss +89 -10
  199. package/SCSS-Themes/inputs/input/material-dark.scss +91 -12
  200. package/SCSS-Themes/inputs/input/material.scss +91 -12
  201. package/SCSS-Themes/inputs/input/material3-dark.scss +91 -12
  202. package/SCSS-Themes/inputs/input/material3.scss +91 -12
  203. package/SCSS-Themes/inputs/input/tailwind-dark.scss +89 -10
  204. package/SCSS-Themes/inputs/input/tailwind.scss +89 -10
  205. package/SCSS-Themes/inputs/rating/bootstrap-dark.scss +3 -8
  206. package/SCSS-Themes/inputs/rating/bootstrap.scss +3 -8
  207. package/SCSS-Themes/inputs/rating/bootstrap4.scss +3 -8
  208. package/SCSS-Themes/inputs/rating/bootstrap5-dark.scss +3 -8
  209. package/SCSS-Themes/inputs/rating/bootstrap5.scss +3 -8
  210. package/SCSS-Themes/inputs/rating/fabric-dark.scss +3 -8
  211. package/SCSS-Themes/inputs/rating/fabric.scss +3 -8
  212. package/SCSS-Themes/inputs/rating/fluent-dark.scss +3 -8
  213. package/SCSS-Themes/inputs/rating/fluent.scss +3 -8
  214. package/SCSS-Themes/inputs/rating/highcontrast.scss +3 -8
  215. package/SCSS-Themes/inputs/rating/material-dark.scss +3 -8
  216. package/SCSS-Themes/inputs/rating/material.scss +3 -8
  217. package/SCSS-Themes/inputs/rating/material3-dark.scss +3 -8
  218. package/SCSS-Themes/inputs/rating/material3.scss +3 -8
  219. package/SCSS-Themes/inputs/rating/tailwind-dark.scss +3 -8
  220. package/SCSS-Themes/inputs/rating/tailwind.scss +3 -8
  221. package/SCSS-Themes/material-dark.scss +1762 -264
  222. package/SCSS-Themes/material.scss +1761 -262
  223. package/SCSS-Themes/material3-dark.scss +1739 -272
  224. package/SCSS-Themes/material3.scss +1740 -272
  225. package/SCSS-Themes/navigations/accordion/bootstrap-dark.scss +1 -0
  226. package/SCSS-Themes/navigations/accordion/bootstrap.scss +1 -0
  227. package/SCSS-Themes/navigations/accordion/bootstrap4.scss +1 -0
  228. package/SCSS-Themes/navigations/accordion/bootstrap5-dark.scss +1 -0
  229. package/SCSS-Themes/navigations/accordion/bootstrap5.scss +1 -0
  230. package/SCSS-Themes/navigations/accordion/fabric-dark.scss +1 -0
  231. package/SCSS-Themes/navigations/accordion/fabric.scss +1 -0
  232. package/SCSS-Themes/navigations/accordion/fluent-dark.scss +1 -0
  233. package/SCSS-Themes/navigations/accordion/fluent.scss +1 -0
  234. package/SCSS-Themes/navigations/accordion/highcontrast.scss +1 -0
  235. package/SCSS-Themes/navigations/accordion/material-dark.scss +1 -0
  236. package/SCSS-Themes/navigations/accordion/material.scss +1 -0
  237. package/SCSS-Themes/navigations/accordion/material3-dark.scss +1 -0
  238. package/SCSS-Themes/navigations/accordion/material3.scss +1 -0
  239. package/SCSS-Themes/navigations/accordion/tailwind-dark.scss +1 -0
  240. package/SCSS-Themes/navigations/accordion/tailwind.scss +1 -0
  241. package/SCSS-Themes/navigations/menu/bootstrap-dark.scss +8 -3
  242. package/SCSS-Themes/navigations/menu/bootstrap.scss +8 -3
  243. package/SCSS-Themes/navigations/menu/bootstrap4.scss +8 -3
  244. package/SCSS-Themes/navigations/menu/bootstrap5-dark.scss +8 -3
  245. package/SCSS-Themes/navigations/menu/bootstrap5.scss +8 -3
  246. package/SCSS-Themes/navigations/menu/fabric-dark.scss +8 -3
  247. package/SCSS-Themes/navigations/menu/fabric.scss +8 -3
  248. package/SCSS-Themes/navigations/menu/fluent-dark.scss +8 -3
  249. package/SCSS-Themes/navigations/menu/fluent.scss +8 -3
  250. package/SCSS-Themes/navigations/menu/highcontrast.scss +8 -3
  251. package/SCSS-Themes/navigations/menu/material-dark.scss +8 -3
  252. package/SCSS-Themes/navigations/menu/material.scss +8 -3
  253. package/SCSS-Themes/navigations/menu/material3-dark.scss +8 -3
  254. package/SCSS-Themes/navigations/menu/material3.scss +8 -3
  255. package/SCSS-Themes/navigations/menu/tailwind-dark.scss +8 -3
  256. package/SCSS-Themes/navigations/menu/tailwind.scss +8 -3
  257. package/SCSS-Themes/navigations/tab/tailwind-dark.scss +2 -2
  258. package/SCSS-Themes/navigations/tab/tailwind.scss +2 -2
  259. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +4 -4
  260. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +4 -4
  261. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +1 -1
  262. package/SCSS-Themes/navigations/toolbar/material3.scss +1 -1
  263. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +2 -2
  264. package/SCSS-Themes/navigations/toolbar/tailwind.scss +2 -2
  265. package/SCSS-Themes/notifications/message/bootstrap-dark.scss +3 -1
  266. package/SCSS-Themes/notifications/message/bootstrap.scss +3 -1
  267. package/SCSS-Themes/notifications/message/bootstrap4.scss +3 -1
  268. package/SCSS-Themes/notifications/message/bootstrap5-dark.scss +3 -1
  269. package/SCSS-Themes/notifications/message/bootstrap5.scss +3 -1
  270. package/SCSS-Themes/notifications/message/fabric-dark.scss +3 -1
  271. package/SCSS-Themes/notifications/message/fabric.scss +3 -1
  272. package/SCSS-Themes/notifications/message/fluent-dark.scss +3 -1
  273. package/SCSS-Themes/notifications/message/fluent.scss +3 -1
  274. package/SCSS-Themes/notifications/message/highcontrast.scss +3 -1
  275. package/SCSS-Themes/notifications/message/material-dark.scss +3 -1
  276. package/SCSS-Themes/notifications/message/material.scss +3 -1
  277. package/SCSS-Themes/notifications/message/material3-dark.scss +3 -1
  278. package/SCSS-Themes/notifications/message/material3.scss +3 -1
  279. package/SCSS-Themes/notifications/message/tailwind-dark.scss +3 -1
  280. package/SCSS-Themes/notifications/message/tailwind.scss +3 -1
  281. package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +6 -1
  282. package/SCSS-Themes/notifications/toast/bootstrap.scss +6 -1
  283. package/SCSS-Themes/notifications/toast/bootstrap4.scss +6 -1
  284. package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +6 -1
  285. package/SCSS-Themes/notifications/toast/bootstrap5.scss +6 -1
  286. package/SCSS-Themes/notifications/toast/fabric-dark.scss +6 -1
  287. package/SCSS-Themes/notifications/toast/fabric.scss +6 -1
  288. package/SCSS-Themes/notifications/toast/fluent-dark.scss +6 -1
  289. package/SCSS-Themes/notifications/toast/fluent.scss +6 -1
  290. package/SCSS-Themes/notifications/toast/highcontrast.scss +6 -1
  291. package/SCSS-Themes/notifications/toast/material-dark.scss +6 -1
  292. package/SCSS-Themes/notifications/toast/material.scss +6 -1
  293. package/SCSS-Themes/notifications/toast/material3-dark.scss +6 -1
  294. package/SCSS-Themes/notifications/toast/material3.scss +6 -1
  295. package/SCSS-Themes/notifications/toast/tailwind-dark.scss +6 -1
  296. package/SCSS-Themes/notifications/toast/tailwind.scss +6 -1
  297. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +2 -3
  298. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +2 -3
  299. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +2 -3
  300. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +2 -3
  301. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +2 -3
  302. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +2 -3
  303. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +2 -3
  304. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +2 -3
  305. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +2 -3
  306. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +2 -3
  307. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +2 -3
  308. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +2 -3
  309. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +2 -3
  310. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +2 -3
  311. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +2 -3
  312. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +2 -3
  313. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +80 -40
  314. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +81 -41
  315. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +80 -40
  316. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +80 -40
  317. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +80 -40
  318. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +80 -40
  319. package/SCSS-Themes/pivotview/pivotview/fabric.scss +80 -40
  320. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +80 -40
  321. package/SCSS-Themes/pivotview/pivotview/fluent.scss +80 -40
  322. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +80 -40
  323. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +80 -40
  324. package/SCSS-Themes/pivotview/pivotview/material.scss +80 -40
  325. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +80 -40
  326. package/SCSS-Themes/pivotview/pivotview/material3.scss +80 -40
  327. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +80 -40
  328. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +80 -40
  329. package/SCSS-Themes/popups/dialog/fluent-dark.scss +1 -1
  330. package/SCSS-Themes/popups/dialog/fluent.scss +1 -1
  331. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +489 -6
  332. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +489 -6
  333. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +489 -6
  334. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +489 -6
  335. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +489 -6
  336. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +489 -6
  337. package/SCSS-Themes/ribbon/ribbon/fabric.scss +489 -6
  338. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +489 -6
  339. package/SCSS-Themes/ribbon/ribbon/fluent.scss +489 -6
  340. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +489 -6
  341. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +489 -6
  342. package/SCSS-Themes/ribbon/ribbon/material.scss +489 -6
  343. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +490 -6
  344. package/SCSS-Themes/ribbon/ribbon/material3.scss +490 -6
  345. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +489 -6
  346. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +489 -6
  347. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +15 -0
  348. package/SCSS-Themes/schedule/schedule/bootstrap.scss +15 -0
  349. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +15 -0
  350. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +15 -0
  351. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +15 -0
  352. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +15 -0
  353. package/SCSS-Themes/schedule/schedule/fabric.scss +15 -0
  354. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +15 -0
  355. package/SCSS-Themes/schedule/schedule/fluent.scss +15 -0
  356. package/SCSS-Themes/schedule/schedule/highcontrast.scss +15 -0
  357. package/SCSS-Themes/schedule/schedule/material-dark.scss +15 -0
  358. package/SCSS-Themes/schedule/schedule/material.scss +15 -0
  359. package/SCSS-Themes/schedule/schedule/material3-dark.scss +16 -1
  360. package/SCSS-Themes/schedule/schedule/material3.scss +16 -1
  361. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +15 -0
  362. package/SCSS-Themes/schedule/schedule/tailwind.scss +15 -0
  363. package/SCSS-Themes/tailwind-dark.scss +1736 -272
  364. package/SCSS-Themes/tailwind.scss +1736 -272
  365. package/package.json +1 -1
@@ -834,6 +834,12 @@ $switch-bigger-small-ripple-width: 36px !default;
834
834
  }
835
835
  }
836
836
 
837
+ & .e-switch-handle:not(.e-switch-active) {
838
+ @if $skin-name == 'Material3' {
839
+ background-color: $switch-on-disabled-bg-color;
840
+ }
841
+ }
842
+
837
843
  & .e-switch-handle {
838
844
  background-color: $switch-handle-disabled-bg-color;
839
845
  box-shadow: $switch-handle-shadow-disabled;
@@ -892,6 +898,11 @@ $switch-bigger-small-ripple-width: 36px !default;
892
898
  border-color: $switch-border-disabled-bg-color;
893
899
  }
894
900
  }
901
+ & .e-switch-handle:not(.e-switch-active) {
902
+ @if $skin-name == 'Material3' {
903
+ background-color: $switch-on-disabled-bg-color;
904
+ }
905
+ }
895
906
 
896
907
  & .e-switch-inner {
897
908
  @if $skin-name == 'bootstrap4' {
@@ -832,6 +832,12 @@ $switch-bigger-small-ripple-width: 36px !default;
832
832
  }
833
833
  }
834
834
 
835
+ & .e-switch-handle:not(.e-switch-active) {
836
+ @if $skin-name == 'Material3' {
837
+ background-color: $switch-on-disabled-bg-color;
838
+ }
839
+ }
840
+
835
841
  & .e-switch-handle {
836
842
  background-color: $switch-handle-disabled-bg-color;
837
843
  box-shadow: $switch-handle-shadow-disabled;
@@ -890,6 +896,11 @@ $switch-bigger-small-ripple-width: 36px !default;
890
896
  border-color: $switch-border-disabled-bg-color;
891
897
  }
892
898
  }
899
+ & .e-switch-handle:not(.e-switch-active) {
900
+ @if $skin-name == 'Material3' {
901
+ background-color: $switch-on-disabled-bg-color;
902
+ }
903
+ }
893
904
 
894
905
  & .e-switch-inner {
895
906
  @if $skin-name == 'bootstrap4' {
@@ -833,6 +833,12 @@ $switch-bigger-small-ripple-width: 36px !default;
833
833
  }
834
834
  }
835
835
 
836
+ & .e-switch-handle:not(.e-switch-active) {
837
+ @if $skin-name == 'Material3' {
838
+ background-color: $switch-on-disabled-bg-color;
839
+ }
840
+ }
841
+
836
842
  & .e-switch-handle {
837
843
  background-color: $switch-handle-disabled-bg-color;
838
844
  box-shadow: $switch-handle-shadow-disabled;
@@ -891,6 +897,11 @@ $switch-bigger-small-ripple-width: 36px !default;
891
897
  border-color: $switch-border-disabled-bg-color;
892
898
  }
893
899
  }
900
+ & .e-switch-handle:not(.e-switch-active) {
901
+ @if $skin-name == 'Material3' {
902
+ background-color: $switch-on-disabled-bg-color;
903
+ }
904
+ }
894
905
 
895
906
  & .e-switch-inner {
896
907
  @if $skin-name == 'bootstrap4' {
@@ -830,6 +830,12 @@ $switch-handle-off-hover-bg-color: $border !default;
830
830
  }
831
831
  }
832
832
 
833
+ & .e-switch-handle:not(.e-switch-active) {
834
+ @if $skin-name == 'Material3' {
835
+ background-color: $switch-on-disabled-bg-color;
836
+ }
837
+ }
838
+
833
839
  & .e-switch-handle {
834
840
  background-color: $switch-handle-disabled-bg-color;
835
841
  box-shadow: $switch-handle-shadow-disabled;
@@ -888,6 +894,11 @@ $switch-handle-off-hover-bg-color: $border !default;
888
894
  border-color: $switch-border-disabled-bg-color;
889
895
  }
890
896
  }
897
+ & .e-switch-handle:not(.e-switch-active) {
898
+ @if $skin-name == 'Material3' {
899
+ background-color: $switch-on-disabled-bg-color;
900
+ }
901
+ }
891
902
 
892
903
  & .e-switch-inner {
893
904
  @if $skin-name == 'bootstrap4' {
@@ -830,6 +830,12 @@ $switch-handle-off-hover-bg-color: $border !default;
830
830
  }
831
831
  }
832
832
 
833
+ & .e-switch-handle:not(.e-switch-active) {
834
+ @if $skin-name == 'Material3' {
835
+ background-color: $switch-on-disabled-bg-color;
836
+ }
837
+ }
838
+
833
839
  & .e-switch-handle {
834
840
  background-color: $switch-handle-disabled-bg-color;
835
841
  box-shadow: $switch-handle-shadow-disabled;
@@ -888,6 +894,11 @@ $switch-handle-off-hover-bg-color: $border !default;
888
894
  border-color: $switch-border-disabled-bg-color;
889
895
  }
890
896
  }
897
+ & .e-switch-handle:not(.e-switch-active) {
898
+ @if $skin-name == 'Material3' {
899
+ background-color: $switch-on-disabled-bg-color;
900
+ }
901
+ }
891
902
 
892
903
  & .e-switch-inner {
893
904
  @if $skin-name == 'bootstrap4' {
@@ -839,6 +839,12 @@ $switch-bigger-small-ripple-width: 36px !default;
839
839
  }
840
840
  }
841
841
 
842
+ & .e-switch-handle:not(.e-switch-active) {
843
+ @if $skin-name == 'Material3' {
844
+ background-color: $switch-on-disabled-bg-color;
845
+ }
846
+ }
847
+
842
848
  & .e-switch-handle {
843
849
  background-color: $switch-handle-disabled-bg-color;
844
850
  box-shadow: $switch-handle-shadow-disabled;
@@ -897,6 +903,11 @@ $switch-bigger-small-ripple-width: 36px !default;
897
903
  border-color: $switch-border-disabled-bg-color;
898
904
  }
899
905
  }
906
+ & .e-switch-handle:not(.e-switch-active) {
907
+ @if $skin-name == 'Material3' {
908
+ background-color: $switch-on-disabled-bg-color;
909
+ }
910
+ }
900
911
 
901
912
  & .e-switch-inner {
902
913
  @if $skin-name == 'bootstrap4' {
@@ -837,6 +837,12 @@ $switch-bigger-small-ripple-width: 36px !default;
837
837
  }
838
838
  }
839
839
 
840
+ & .e-switch-handle:not(.e-switch-active) {
841
+ @if $skin-name == 'Material3' {
842
+ background-color: $switch-on-disabled-bg-color;
843
+ }
844
+ }
845
+
840
846
  & .e-switch-handle {
841
847
  background-color: $switch-handle-disabled-bg-color;
842
848
  box-shadow: $switch-handle-shadow-disabled;
@@ -895,6 +901,11 @@ $switch-bigger-small-ripple-width: 36px !default;
895
901
  border-color: $switch-border-disabled-bg-color;
896
902
  }
897
903
  }
904
+ & .e-switch-handle:not(.e-switch-active) {
905
+ @if $skin-name == 'Material3' {
906
+ background-color: $switch-on-disabled-bg-color;
907
+ }
908
+ }
898
909
 
899
910
  & .e-switch-inner {
900
911
  @if $skin-name == 'bootstrap4' {
@@ -832,6 +832,12 @@ $switch-handle-off-hover-bg-color: $border-alt !default;
832
832
  }
833
833
  }
834
834
 
835
+ & .e-switch-handle:not(.e-switch-active) {
836
+ @if $skin-name == 'Material3' {
837
+ background-color: $switch-on-disabled-bg-color;
838
+ }
839
+ }
840
+
835
841
  & .e-switch-handle {
836
842
  background-color: $switch-handle-disabled-bg-color;
837
843
  box-shadow: $switch-handle-shadow-disabled;
@@ -890,6 +896,11 @@ $switch-handle-off-hover-bg-color: $border-alt !default;
890
896
  border-color: $switch-border-disabled-bg-color;
891
897
  }
892
898
  }
899
+ & .e-switch-handle:not(.e-switch-active) {
900
+ @if $skin-name == 'Material3' {
901
+ background-color: $switch-on-disabled-bg-color;
902
+ }
903
+ }
893
904
 
894
905
  & .e-switch-inner {
895
906
  @if $skin-name == 'bootstrap4' {
@@ -832,6 +832,12 @@ $switch-handle-off-hover-bg-color: $border-alt !default;
832
832
  }
833
833
  }
834
834
 
835
+ & .e-switch-handle:not(.e-switch-active) {
836
+ @if $skin-name == 'Material3' {
837
+ background-color: $switch-on-disabled-bg-color;
838
+ }
839
+ }
840
+
835
841
  & .e-switch-handle {
836
842
  background-color: $switch-handle-disabled-bg-color;
837
843
  box-shadow: $switch-handle-shadow-disabled;
@@ -890,6 +896,11 @@ $switch-handle-off-hover-bg-color: $border-alt !default;
890
896
  border-color: $switch-border-disabled-bg-color;
891
897
  }
892
898
  }
899
+ & .e-switch-handle:not(.e-switch-active) {
900
+ @if $skin-name == 'Material3' {
901
+ background-color: $switch-on-disabled-bg-color;
902
+ }
903
+ }
893
904
 
894
905
  & .e-switch-inner {
895
906
  @if $skin-name == 'bootstrap4' {
@@ -839,6 +839,12 @@ $switch-bigger-small-ripple-width: 36px !default;
839
839
  }
840
840
  }
841
841
 
842
+ & .e-switch-handle:not(.e-switch-active) {
843
+ @if $skin-name == 'Material3' {
844
+ background-color: $switch-on-disabled-bg-color;
845
+ }
846
+ }
847
+
842
848
  & .e-switch-handle {
843
849
  background-color: $switch-handle-disabled-bg-color;
844
850
  box-shadow: $switch-handle-shadow-disabled;
@@ -897,6 +903,11 @@ $switch-bigger-small-ripple-width: 36px !default;
897
903
  border-color: $switch-border-disabled-bg-color;
898
904
  }
899
905
  }
906
+ & .e-switch-handle:not(.e-switch-active) {
907
+ @if $skin-name == 'Material3' {
908
+ background-color: $switch-on-disabled-bg-color;
909
+ }
910
+ }
900
911
 
901
912
  & .e-switch-inner {
902
913
  @if $skin-name == 'bootstrap4' {
@@ -847,6 +847,12 @@ $switch-handle-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2),
847
847
  }
848
848
  }
849
849
 
850
+ & .e-switch-handle:not(.e-switch-active) {
851
+ @if $skin-name == 'Material3' {
852
+ background-color: $switch-on-disabled-bg-color;
853
+ }
854
+ }
855
+
850
856
  & .e-switch-handle {
851
857
  background-color: $switch-handle-disabled-bg-color;
852
858
  box-shadow: $switch-handle-shadow-disabled;
@@ -905,6 +911,11 @@ $switch-handle-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2),
905
911
  border-color: $switch-border-disabled-bg-color;
906
912
  }
907
913
  }
914
+ & .e-switch-handle:not(.e-switch-active) {
915
+ @if $skin-name == 'Material3' {
916
+ background-color: $switch-on-disabled-bg-color;
917
+ }
918
+ }
908
919
 
909
920
  & .e-switch-inner {
910
921
  @if $skin-name == 'bootstrap4' {
@@ -841,6 +841,12 @@ $switch-bigger-small-handle-to: 0 !default;
841
841
  }
842
842
  }
843
843
 
844
+ & .e-switch-handle:not(.e-switch-active) {
845
+ @if $skin-name == 'Material3' {
846
+ background-color: $switch-on-disabled-bg-color;
847
+ }
848
+ }
849
+
844
850
  & .e-switch-handle {
845
851
  background-color: $switch-handle-disabled-bg-color;
846
852
  box-shadow: $switch-handle-shadow-disabled;
@@ -899,6 +905,11 @@ $switch-bigger-small-handle-to: 0 !default;
899
905
  border-color: $switch-border-disabled-bg-color;
900
906
  }
901
907
  }
908
+ & .e-switch-handle:not(.e-switch-active) {
909
+ @if $skin-name == 'Material3' {
910
+ background-color: $switch-on-disabled-bg-color;
911
+ }
912
+ }
902
913
 
903
914
  & .e-switch-inner {
904
915
  @if $skin-name == 'bootstrap4' {
@@ -855,6 +855,12 @@ $switch-small-off-ripple-left: -7px !default;
855
855
  }
856
856
  }
857
857
 
858
+ & .e-switch-handle:not(.e-switch-active) {
859
+ @if $skin-name == 'Material3' {
860
+ background-color: $switch-on-disabled-bg-color;
861
+ }
862
+ }
863
+
858
864
  & .e-switch-handle {
859
865
  background-color: $switch-handle-disabled-bg-color;
860
866
  box-shadow: $switch-handle-shadow-disabled;
@@ -913,6 +919,11 @@ $switch-small-off-ripple-left: -7px !default;
913
919
  border-color: $switch-border-disabled-bg-color;
914
920
  }
915
921
  }
922
+ & .e-switch-handle:not(.e-switch-active) {
923
+ @if $skin-name == 'Material3' {
924
+ background-color: $switch-on-disabled-bg-color;
925
+ }
926
+ }
916
927
 
917
928
  & .e-switch-inner {
918
929
  @if $skin-name == 'bootstrap4' {
@@ -855,6 +855,12 @@ $switch-small-off-ripple-left: -7px !default;
855
855
  }
856
856
  }
857
857
 
858
+ & .e-switch-handle:not(.e-switch-active) {
859
+ @if $skin-name == 'Material3' {
860
+ background-color: $switch-on-disabled-bg-color;
861
+ }
862
+ }
863
+
858
864
  & .e-switch-handle {
859
865
  background-color: $switch-handle-disabled-bg-color;
860
866
  box-shadow: $switch-handle-shadow-disabled;
@@ -913,6 +919,11 @@ $switch-small-off-ripple-left: -7px !default;
913
919
  border-color: $switch-border-disabled-bg-color;
914
920
  }
915
921
  }
922
+ & .e-switch-handle:not(.e-switch-active) {
923
+ @if $skin-name == 'Material3' {
924
+ background-color: $switch-on-disabled-bg-color;
925
+ }
926
+ }
916
927
 
917
928
  & .e-switch-inner {
918
929
  @if $skin-name == 'bootstrap4' {
@@ -830,6 +830,12 @@ $switch-handle-off-hover-bg-color: $content-bg-color !default;
830
830
  }
831
831
  }
832
832
 
833
+ & .e-switch-handle:not(.e-switch-active) {
834
+ @if $skin-name == 'Material3' {
835
+ background-color: $switch-on-disabled-bg-color;
836
+ }
837
+ }
838
+
833
839
  & .e-switch-handle {
834
840
  background-color: $switch-handle-disabled-bg-color;
835
841
  box-shadow: $switch-handle-shadow-disabled;
@@ -888,6 +894,11 @@ $switch-handle-off-hover-bg-color: $content-bg-color !default;
888
894
  border-color: $switch-border-disabled-bg-color;
889
895
  }
890
896
  }
897
+ & .e-switch-handle:not(.e-switch-active) {
898
+ @if $skin-name == 'Material3' {
899
+ background-color: $switch-on-disabled-bg-color;
900
+ }
901
+ }
891
902
 
892
903
  & .e-switch-inner {
893
904
  @if $skin-name == 'bootstrap4' {
@@ -830,6 +830,12 @@ $switch-handle-off-hover-bg-color: $content-bg-color !default;
830
830
  }
831
831
  }
832
832
 
833
+ & .e-switch-handle:not(.e-switch-active) {
834
+ @if $skin-name == 'Material3' {
835
+ background-color: $switch-on-disabled-bg-color;
836
+ }
837
+ }
838
+
833
839
  & .e-switch-handle {
834
840
  background-color: $switch-handle-disabled-bg-color;
835
841
  box-shadow: $switch-handle-shadow-disabled;
@@ -888,6 +894,11 @@ $switch-handle-off-hover-bg-color: $content-bg-color !default;
888
894
  border-color: $switch-border-disabled-bg-color;
889
895
  }
890
896
  }
897
+ & .e-switch-handle:not(.e-switch-active) {
898
+ @if $skin-name == 'Material3' {
899
+ background-color: $switch-on-disabled-bg-color;
900
+ }
901
+ }
891
902
 
892
903
  & .e-switch-inner {
893
904
  @if $skin-name == 'bootstrap4' {
@@ -43,7 +43,7 @@ $modal-month-line-height: 32px !default;
43
43
  $modal-portrait-year-font-size: 4vw !default;
44
44
  $modal-portrait-header-year-margin: 12vh 0 0 0 !default;
45
45
  $modal-portrait-month-font-size: 5vw !default;
46
- $modal-portrait-header-padding: 2vh 2vw !default;
46
+ $modal-portrait-header-padding: 2vh 6vw !default;
47
47
  $modal-portrait-month-header-padding: 2vh 2vw !default;
48
48
  $modal-month-header-line-height: 5vh !default;
49
49
  $modal-month-header-title-line-height: inherit !default;
@@ -58,7 +58,7 @@ $modal-portrait-cancel-icon-float-style: left !default;
58
58
  $modal-portrait-cancel-icon-padding: 2px !default;
59
59
  $modal-portrait-prev-icon-margin: 75vw !default;
60
60
  $modal-portrait-next-icon-margin: 0 !default;
61
- $modal-portrait-header-title-margin: 18vw !default;
61
+ $modal-portrait-header-title-margin: 22vw !default;
62
62
  $modal-portrait-header-title-position: absolute !default;
63
63
  $modal-portrait-header-title-text: center !default;
64
64
  $modal-portrait-header-title-width: 50vw !default;
@@ -72,7 +72,7 @@ $modal-portrait-footer-display-style: none !default;
72
72
  // Touch modal popup styles
73
73
  $modal-portrait-header-height: 20vh !default;
74
74
  $modal-portrait-header-month-height: 10vh !default;
75
- $modal-portrait-calendar-container-height: 85vh !default;
75
+ $modal-portrait-calendar-container-height: 79vh !default;
76
76
  $modal-portrait-calendar-min-height: 100% !default;
77
77
  $modal-portrait-calendar-min-width: 100% !default;
78
78
  $modal-portrait-calendar-height: 100% !default;
@@ -94,10 +94,10 @@ $modal-landscape-prev-icon-margin: 80vw !default;
94
94
  $modal-year-landscape-font-size: 3vw !default;
95
95
  $modal-month-landscape-font-size: 4vw !default;
96
96
  $datepicker-modal-landscape-overflow: visible !default;
97
- $modal-month-landscape-title-line-height: 8vh !default;
97
+ $modal-month-landscape-title-line-height: 12vh !default;
98
98
 
99
99
  // tablet device style changes for modal popup
100
- $modal-tablet-font-size: 24px !default;
100
+ $modal-tablet-font-size: 18px !default;
101
101
  $modal-tablet-content-dimension: 64px !default;
102
102
  $modal-tablet-table-header-height: 48px !default;
103
103
 
@@ -228,6 +228,11 @@ $modal-tablet-table-header-height: 48px !default;
228
228
  min-height: 40px;
229
229
  }
230
230
 
231
+ @media screen and (orientation: landscape) {
232
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
233
+ line-height: $modal-tablet-content-dimension;
234
+ }
235
+ }
231
236
 
232
237
  .e-datepick-mob-popup-wrap {
233
238
 
@@ -241,6 +246,13 @@ $modal-tablet-table-header-height: 48px !default;
241
246
  }
242
247
  }
243
248
 
249
+ #{if(&, '&', '*')} .e-model-header.e-blazor-device {
250
+ height: 15vh;
251
+ .e-popup-close {
252
+ float: right;
253
+ }
254
+ }
255
+
244
256
  #{if(&, '&', '*')} .e-model-header {
245
257
  height: $modal-portrait-header-height;
246
258
  padding: $modal-portrait-header-padding;
@@ -253,12 +265,19 @@ $modal-tablet-table-header-height: 48px !default;
253
265
  color: $modal-portrait-cancel-icon-color;
254
266
  float: $modal-portrait-cancel-icon-float-style;
255
267
  font-size: $datepicker-bigger-icon-font-size;
256
- padding: $modal-portrait-cancel-icon-padding;
257
268
  @media (min-device-width: 768px) {
258
269
  font-size: $modal-tablet-font-size;
259
270
  }
260
271
  }
261
272
 
273
+ #{if(&, '&', '*')} .e-btn.e-flat.e-popup-close {
274
+ background: transparent;
275
+ border-color: transparent;
276
+ box-shadow: none;
277
+ font-weight: 400;
278
+ padding: 0;
279
+ }
280
+
262
281
  #{if(&, '&', '*')} .e-today.e-flat.e-primary {
263
282
  color: $modal-today-text-color;
264
283
  float: $modal-portrait-today-float-style;
@@ -309,12 +328,16 @@ $modal-tablet-table-header-height: 48px !default;
309
328
 
310
329
  #{if(&, '&', '*')} .e-prev {
311
330
  margin-right: $modal-portrait-prev-icon-margin;
331
+ vertical-align: inherit;
332
+ height: 35px;
333
+ width: 35px;
312
334
  @media (min-device-width: 768px) {
313
- height: 34px;
314
- width: 34px;
335
+ height: 55px;
336
+ width: 55px;
315
337
  }
316
338
 
317
339
  #{if(&, '&', '*')} .e-icons {
340
+ vertical-align: inherit;
318
341
  @media (min-device-width: 768px) {
319
342
  font-size: $modal-tablet-font-size;
320
343
  }
@@ -323,8 +346,16 @@ $modal-tablet-table-header-height: 48px !default;
323
346
 
324
347
  #{if(&, '&', '*')} .e-next {
325
348
  margin-right: $modal-portrait-next-icon-margin;
349
+ vertical-align: inherit;
350
+ height: 35px;
351
+ width:35px;
352
+ @media (min-device-width: 768px) {
353
+ height: 55px;
354
+ width: 55px;
355
+ }
326
356
 
327
357
  #{if(&, '&', '*')} .e-icons {
358
+ vertical-align: inherit;
328
359
  @media (min-device-width: 768px) {
329
360
  font-size: $modal-tablet-font-size;
330
361
  }
@@ -363,11 +394,6 @@ $modal-tablet-table-header-height: 48px !default;
363
394
  display: $modal-portrait-footer-display-style;
364
395
  }
365
396
 
366
- .e-calendar-cell-container .e-footer-container {
367
- display: block;
368
- padding: 5px 0;
369
- }
370
-
371
397
  #{if(&, '&', '*')} .e-content.e-month
372
398
  {
373
399
  height: $modal-portrait-calendar-content-height;
@@ -434,7 +460,6 @@ $modal-tablet-table-header-height: 48px !default;
434
460
 
435
461
  .e-popup-close {
436
462
  float: $modal-portrait-cancel-icon-float-style;
437
- padding: $modal-portrait-cancel-icon-padding;
438
463
  }
439
464
 
440
465
  .e-day-wrapper {
@@ -42,7 +42,7 @@ $modal-month-line-height: 32px !default;
42
42
  $modal-portrait-year-font-size: 4vw !default;
43
43
  $modal-portrait-header-year-margin: 12vh 0 0 0 !default;
44
44
  $modal-portrait-month-font-size: 5vw !default;
45
- $modal-portrait-header-padding: 2vh 2vw !default;
45
+ $modal-portrait-header-padding: 2vh 6vw !default;
46
46
  $modal-portrait-month-header-padding: 2vh 2vw !default;
47
47
  $modal-month-header-line-height: 5vh !default;
48
48
  $modal-month-header-title-line-height: inherit !default;
@@ -59,7 +59,7 @@ $modal-portrait-cancel-icon-float-style: left !default;
59
59
  $modal-portrait-cancel-icon-padding: 2px !default;
60
60
  $modal-portrait-prev-icon-margin: 75vw !default;
61
61
  $modal-portrait-next-icon-margin: 0 !default;
62
- $modal-portrait-header-title-margin: 18vw !default;
62
+ $modal-portrait-header-title-margin: 22vw !default;
63
63
  $modal-portrait-header-title-position: absolute !default;
64
64
  $modal-portrait-header-title-text: center !default;
65
65
  $modal-portrait-header-title-width: 50vw !default;
@@ -74,7 +74,7 @@ $modal-portrait-footer-display-style: none !default;
74
74
  // Touch modal popup styles
75
75
  $modal-portrait-header-height: 20vh !default;
76
76
  $modal-portrait-header-month-height: 10vh !default;
77
- $modal-portrait-calendar-container-height: 85vh !default;
77
+ $modal-portrait-calendar-container-height: 79vh !default;
78
78
  $modal-portrait-calendar-min-height: 100% !default;
79
79
  $modal-portrait-calendar-min-width: 100% !default;
80
80
  $modal-portrait-calendar-height: 100% !default;
@@ -93,10 +93,10 @@ $modal-landscape-prev-icon-margin: 80vw !default;
93
93
  $modal-year-landscape-font-size: 3vw !default;
94
94
  $modal-month-landscape-font-size: 4vw !default;
95
95
  $datepicker-modal-landscape-overflow: visible !default;
96
- $modal-month-landscape-title-line-height: 8vh !default;
96
+ $modal-month-landscape-title-line-height: 12vh !default;
97
97
 
98
98
  // tablet device style changes for modal popup
99
- $modal-tablet-font-size: 24px !default;
99
+ $modal-tablet-font-size: 18px !default;
100
100
  $modal-tablet-content-dimension: 64px !default;
101
101
  $modal-tablet-table-header-height: 48px !default;
102
102
 
@@ -227,6 +227,11 @@ $modal-tablet-table-header-height: 48px !default;
227
227
  min-height: 40px;
228
228
  }
229
229
 
230
+ @media screen and (orientation: landscape) {
231
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
232
+ line-height: $modal-tablet-content-dimension;
233
+ }
234
+ }
230
235
 
231
236
  .e-datepick-mob-popup-wrap {
232
237
 
@@ -240,6 +245,13 @@ $modal-tablet-table-header-height: 48px !default;
240
245
  }
241
246
  }
242
247
 
248
+ #{if(&, '&', '*')} .e-model-header.e-blazor-device {
249
+ height: 15vh;
250
+ .e-popup-close {
251
+ float: right;
252
+ }
253
+ }
254
+
243
255
  #{if(&, '&', '*')} .e-model-header {
244
256
  height: $modal-portrait-header-height;
245
257
  padding: $modal-portrait-header-padding;
@@ -252,12 +264,19 @@ $modal-tablet-table-header-height: 48px !default;
252
264
  color: $modal-portrait-cancel-icon-color;
253
265
  float: $modal-portrait-cancel-icon-float-style;
254
266
  font-size: $datepicker-bigger-icon-font-size;
255
- padding: $modal-portrait-cancel-icon-padding;
256
267
  @media (min-device-width: 768px) {
257
268
  font-size: $modal-tablet-font-size;
258
269
  }
259
270
  }
260
271
 
272
+ #{if(&, '&', '*')} .e-btn.e-flat.e-popup-close {
273
+ background: transparent;
274
+ border-color: transparent;
275
+ box-shadow: none;
276
+ font-weight: 400;
277
+ padding: 0;
278
+ }
279
+
261
280
  #{if(&, '&', '*')} .e-today.e-flat.e-primary {
262
281
  color: $modal-today-text-color;
263
282
  float: $modal-portrait-today-float-style;
@@ -308,12 +327,16 @@ $modal-tablet-table-header-height: 48px !default;
308
327
 
309
328
  #{if(&, '&', '*')} .e-prev {
310
329
  margin-right: $modal-portrait-prev-icon-margin;
330
+ vertical-align: inherit;
331
+ height: 35px;
332
+ width: 35px;
311
333
  @media (min-device-width: 768px) {
312
- height: 34px;
313
- width: 34px;
334
+ height: 55px;
335
+ width: 55px;
314
336
  }
315
337
 
316
338
  #{if(&, '&', '*')} .e-icons {
339
+ vertical-align: inherit;
317
340
  @media (min-device-width: 768px) {
318
341
  font-size: $modal-tablet-font-size;
319
342
  }
@@ -322,8 +345,16 @@ $modal-tablet-table-header-height: 48px !default;
322
345
 
323
346
  #{if(&, '&', '*')} .e-next {
324
347
  margin-right: $modal-portrait-next-icon-margin;
348
+ vertical-align: inherit;
349
+ height: 35px;
350
+ width:35px;
351
+ @media (min-device-width: 768px) {
352
+ height: 55px;
353
+ width: 55px;
354
+ }
325
355
 
326
356
  #{if(&, '&', '*')} .e-icons {
357
+ vertical-align: inherit;
327
358
  @media (min-device-width: 768px) {
328
359
  font-size: $modal-tablet-font-size;
329
360
  }
@@ -362,11 +393,6 @@ $modal-tablet-table-header-height: 48px !default;
362
393
  display: $modal-portrait-footer-display-style;
363
394
  }
364
395
 
365
- .e-calendar-cell-container .e-footer-container {
366
- display: block;
367
- padding: 5px 0;
368
- }
369
-
370
396
  #{if(&, '&', '*')} .e-content.e-month
371
397
  {
372
398
  height: $modal-portrait-calendar-content-height;
@@ -433,7 +459,6 @@ $modal-tablet-table-header-height: 48px !default;
433
459
 
434
460
  .e-popup-close {
435
461
  float: $modal-portrait-cancel-icon-float-style;
436
- padding: $modal-portrait-cancel-icon-padding;
437
462
  }
438
463
 
439
464
  .e-day-wrapper {