@syncfusion/blazor-themes 23.2.7 → 24.1.43

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 +2775 -208
  18. package/SCSS-Themes/bootstrap.scss +2774 -208
  19. package/SCSS-Themes/bootstrap4.scss +2782 -215
  20. package/SCSS-Themes/bootstrap5-dark.scss +2778 -213
  21. package/SCSS-Themes/bootstrap5.scss +2778 -213
  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-base/bootstrap-dark.scss +0 -3
  87. package/SCSS-Themes/dropdowns/drop-down-base/bootstrap.scss +0 -3
  88. package/SCSS-Themes/dropdowns/drop-down-base/bootstrap4.scss +0 -3
  89. package/SCSS-Themes/dropdowns/drop-down-base/bootstrap5-dark.scss +0 -3
  90. package/SCSS-Themes/dropdowns/drop-down-base/bootstrap5.scss +0 -3
  91. package/SCSS-Themes/dropdowns/drop-down-base/fabric-dark.scss +0 -3
  92. package/SCSS-Themes/dropdowns/drop-down-base/fabric.scss +0 -3
  93. package/SCSS-Themes/dropdowns/drop-down-base/fluent-dark.scss +0 -3
  94. package/SCSS-Themes/dropdowns/drop-down-base/fluent.scss +0 -3
  95. package/SCSS-Themes/dropdowns/drop-down-base/highcontrast.scss +0 -3
  96. package/SCSS-Themes/dropdowns/drop-down-base/material-dark.scss +0 -3
  97. package/SCSS-Themes/dropdowns/drop-down-base/material.scss +0 -3
  98. package/SCSS-Themes/dropdowns/drop-down-base/material3-dark.scss +0 -3
  99. package/SCSS-Themes/dropdowns/drop-down-base/material3.scss +0 -3
  100. package/SCSS-Themes/dropdowns/drop-down-base/tailwind-dark.scss +0 -3
  101. package/SCSS-Themes/dropdowns/drop-down-base/tailwind.scss +0 -3
  102. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark.scss +6 -0
  103. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap.scss +6 -0
  104. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4.scss +6 -0
  105. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +6 -0
  106. package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +6 -0
  107. package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark.scss +6 -0
  108. package/SCSS-Themes/dropdowns/drop-down-tree/fabric.scss +6 -0
  109. package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark.scss +6 -0
  110. package/SCSS-Themes/dropdowns/drop-down-tree/fluent.scss +6 -0
  111. package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast.scss +6 -0
  112. package/SCSS-Themes/dropdowns/drop-down-tree/material-dark.scss +6 -0
  113. package/SCSS-Themes/dropdowns/drop-down-tree/material.scss +6 -0
  114. package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark.scss +6 -0
  115. package/SCSS-Themes/dropdowns/drop-down-tree/material3.scss +6 -0
  116. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark.scss +6 -0
  117. package/SCSS-Themes/dropdowns/drop-down-tree/tailwind.scss +6 -0
  118. package/SCSS-Themes/fabric-dark.scss +2773 -207
  119. package/SCSS-Themes/fabric.scss +2773 -207
  120. package/SCSS-Themes/filemanager/file-manager/bootstrap-dark.scss +6 -4
  121. package/SCSS-Themes/filemanager/file-manager/bootstrap.scss +6 -4
  122. package/SCSS-Themes/filemanager/file-manager/bootstrap4.scss +6 -4
  123. package/SCSS-Themes/filemanager/file-manager/bootstrap5-dark.scss +6 -4
  124. package/SCSS-Themes/filemanager/file-manager/bootstrap5.scss +6 -4
  125. package/SCSS-Themes/filemanager/file-manager/fabric-dark.scss +6 -4
  126. package/SCSS-Themes/filemanager/file-manager/fabric.scss +6 -4
  127. package/SCSS-Themes/filemanager/file-manager/fluent-dark.scss +6 -4
  128. package/SCSS-Themes/filemanager/file-manager/fluent.scss +6 -4
  129. package/SCSS-Themes/filemanager/file-manager/highcontrast.scss +6 -4
  130. package/SCSS-Themes/filemanager/file-manager/material-dark.scss +6 -4
  131. package/SCSS-Themes/filemanager/file-manager/material.scss +6 -4
  132. package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +11 -9
  133. package/SCSS-Themes/filemanager/file-manager/material3.scss +11 -9
  134. package/SCSS-Themes/filemanager/file-manager/tailwind-dark.scss +6 -4
  135. package/SCSS-Themes/filemanager/file-manager/tailwind.scss +6 -4
  136. package/SCSS-Themes/fluent-dark.scss +2791 -219
  137. package/SCSS-Themes/fluent.scss +2791 -219
  138. package/SCSS-Themes/gantt/gantt/bootstrap-dark.scss +109 -21
  139. package/SCSS-Themes/gantt/gantt/bootstrap.scss +109 -21
  140. package/SCSS-Themes/gantt/gantt/bootstrap4.scss +110 -21
  141. package/SCSS-Themes/gantt/gantt/bootstrap5-dark.scss +109 -21
  142. package/SCSS-Themes/gantt/gantt/bootstrap5.scss +109 -21
  143. package/SCSS-Themes/gantt/gantt/fabric-dark.scss +109 -21
  144. package/SCSS-Themes/gantt/gantt/fabric.scss +109 -21
  145. package/SCSS-Themes/gantt/gantt/fluent-dark.scss +109 -21
  146. package/SCSS-Themes/gantt/gantt/fluent.scss +109 -21
  147. package/SCSS-Themes/gantt/gantt/highcontrast.scss +109 -21
  148. package/SCSS-Themes/gantt/gantt/material-dark.scss +109 -21
  149. package/SCSS-Themes/gantt/gantt/material.scss +109 -21
  150. package/SCSS-Themes/gantt/gantt/material3-dark.scss +109 -21
  151. package/SCSS-Themes/gantt/gantt/material3.scss +109 -21
  152. package/SCSS-Themes/gantt/gantt/tailwind-dark.scss +109 -22
  153. package/SCSS-Themes/gantt/gantt/tailwind.scss +109 -22
  154. package/SCSS-Themes/grids/excel-filter/material3-dark.scss +1 -1
  155. package/SCSS-Themes/grids/excel-filter/material3.scss +1 -1
  156. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +267 -13
  157. package/SCSS-Themes/grids/grid/bootstrap.scss +267 -13
  158. package/SCSS-Themes/grids/grid/bootstrap4.scss +271 -17
  159. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +262 -11
  160. package/SCSS-Themes/grids/grid/bootstrap5.scss +262 -11
  161. package/SCSS-Themes/grids/grid/fabric-dark.scss +267 -13
  162. package/SCSS-Themes/grids/grid/fabric.scss +267 -13
  163. package/SCSS-Themes/grids/grid/fluent-dark.scss +271 -17
  164. package/SCSS-Themes/grids/grid/fluent.scss +271 -17
  165. package/SCSS-Themes/grids/grid/highcontrast.scss +266 -12
  166. package/SCSS-Themes/grids/grid/material-dark.scss +266 -12
  167. package/SCSS-Themes/grids/grid/material.scss +266 -12
  168. package/SCSS-Themes/grids/grid/material3-dark.scss +271 -14
  169. package/SCSS-Themes/grids/grid/material3.scss +271 -14
  170. package/SCSS-Themes/grids/grid/tailwind-dark.scss +265 -11
  171. package/SCSS-Themes/grids/grid/tailwind.scss +265 -11
  172. package/SCSS-Themes/highcontrast.scss +2774 -208
  173. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +203 -8
  174. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +203 -8
  175. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +203 -8
  176. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +203 -8
  177. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +203 -8
  178. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +203 -8
  179. package/SCSS-Themes/image-editor/image-editor/fabric.scss +203 -8
  180. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +209 -8
  181. package/SCSS-Themes/image-editor/image-editor/fluent.scss +209 -8
  182. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +203 -8
  183. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +203 -8
  184. package/SCSS-Themes/image-editor/image-editor/material.scss +203 -8
  185. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +203 -8
  186. package/SCSS-Themes/image-editor/image-editor/material3.scss +203 -8
  187. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +203 -8
  188. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +203 -8
  189. package/SCSS-Themes/inputs/color-picker/bootstrap-dark.scss +36 -0
  190. package/SCSS-Themes/inputs/color-picker/bootstrap.scss +36 -0
  191. package/SCSS-Themes/inputs/color-picker/bootstrap4.scss +36 -0
  192. package/SCSS-Themes/inputs/color-picker/bootstrap5-dark.scss +36 -0
  193. package/SCSS-Themes/inputs/color-picker/bootstrap5.scss +36 -0
  194. package/SCSS-Themes/inputs/color-picker/fabric-dark.scss +36 -0
  195. package/SCSS-Themes/inputs/color-picker/fabric.scss +36 -0
  196. package/SCSS-Themes/inputs/color-picker/fluent-dark.scss +36 -0
  197. package/SCSS-Themes/inputs/color-picker/fluent.scss +36 -0
  198. package/SCSS-Themes/inputs/color-picker/highcontrast.scss +36 -0
  199. package/SCSS-Themes/inputs/color-picker/material-dark.scss +36 -0
  200. package/SCSS-Themes/inputs/color-picker/material.scss +36 -0
  201. package/SCSS-Themes/inputs/color-picker/material3-dark.scss +36 -0
  202. package/SCSS-Themes/inputs/color-picker/material3.scss +36 -0
  203. package/SCSS-Themes/inputs/color-picker/tailwind-dark.scss +36 -0
  204. package/SCSS-Themes/inputs/color-picker/tailwind.scss +36 -0
  205. package/SCSS-Themes/inputs/data-form/bootstrap-dark.scss +307 -0
  206. package/SCSS-Themes/inputs/data-form/bootstrap.scss +306 -0
  207. package/SCSS-Themes/inputs/data-form/bootstrap4.scss +306 -0
  208. package/SCSS-Themes/inputs/data-form/bootstrap5-dark.scss +306 -0
  209. package/SCSS-Themes/inputs/data-form/bootstrap5.scss +306 -0
  210. package/SCSS-Themes/inputs/data-form/fabric-dark.scss +306 -0
  211. package/SCSS-Themes/inputs/data-form/fabric.scss +306 -0
  212. package/SCSS-Themes/inputs/data-form/fluent-dark.scss +306 -0
  213. package/SCSS-Themes/inputs/data-form/fluent.scss +306 -0
  214. package/SCSS-Themes/inputs/data-form/highcontrast.scss +306 -0
  215. package/SCSS-Themes/inputs/data-form/material-dark.scss +306 -0
  216. package/SCSS-Themes/inputs/data-form/material.scss +307 -0
  217. package/SCSS-Themes/inputs/data-form/material3-dark.scss +306 -0
  218. package/SCSS-Themes/inputs/data-form/material3.scss +306 -0
  219. package/SCSS-Themes/inputs/data-form/tailwind-dark.scss +306 -0
  220. package/SCSS-Themes/inputs/data-form/tailwind.scss +306 -0
  221. package/SCSS-Themes/inputs/rating/bootstrap-dark.scss +30 -9
  222. package/SCSS-Themes/inputs/rating/bootstrap.scss +30 -9
  223. package/SCSS-Themes/inputs/rating/bootstrap4.scss +30 -9
  224. package/SCSS-Themes/inputs/rating/bootstrap5-dark.scss +30 -9
  225. package/SCSS-Themes/inputs/rating/bootstrap5.scss +30 -9
  226. package/SCSS-Themes/inputs/rating/fabric-dark.scss +30 -9
  227. package/SCSS-Themes/inputs/rating/fabric.scss +30 -9
  228. package/SCSS-Themes/inputs/rating/fluent-dark.scss +30 -9
  229. package/SCSS-Themes/inputs/rating/fluent.scss +30 -9
  230. package/SCSS-Themes/inputs/rating/highcontrast.scss +30 -9
  231. package/SCSS-Themes/inputs/rating/material-dark.scss +30 -9
  232. package/SCSS-Themes/inputs/rating/material.scss +30 -9
  233. package/SCSS-Themes/inputs/rating/material3-dark.scss +30 -9
  234. package/SCSS-Themes/inputs/rating/material3.scss +30 -9
  235. package/SCSS-Themes/inputs/rating/tailwind-dark.scss +30 -9
  236. package/SCSS-Themes/inputs/rating/tailwind.scss +30 -9
  237. package/SCSS-Themes/inputs/slider/bootstrap-dark.scss +4 -0
  238. package/SCSS-Themes/inputs/slider/bootstrap.scss +4 -0
  239. package/SCSS-Themes/inputs/slider/bootstrap4.scss +4 -0
  240. package/SCSS-Themes/inputs/slider/bootstrap5-dark.scss +4 -0
  241. package/SCSS-Themes/inputs/slider/bootstrap5.scss +4 -0
  242. package/SCSS-Themes/inputs/slider/fabric-dark.scss +4 -0
  243. package/SCSS-Themes/inputs/slider/fabric.scss +4 -0
  244. package/SCSS-Themes/inputs/slider/fluent-dark.scss +4 -0
  245. package/SCSS-Themes/inputs/slider/fluent.scss +4 -0
  246. package/SCSS-Themes/inputs/slider/highcontrast.scss +4 -0
  247. package/SCSS-Themes/inputs/slider/material-dark.scss +4 -0
  248. package/SCSS-Themes/inputs/slider/material.scss +4 -0
  249. package/SCSS-Themes/inputs/slider/material3-dark.scss +4 -0
  250. package/SCSS-Themes/inputs/slider/material3.scss +4 -0
  251. package/SCSS-Themes/inputs/slider/tailwind-dark.scss +4 -0
  252. package/SCSS-Themes/inputs/slider/tailwind.scss +4 -0
  253. package/SCSS-Themes/lists/list-view/bootstrap4.scss +2 -2
  254. package/SCSS-Themes/lists/list-view/bootstrap5-dark.scss +1 -1
  255. package/SCSS-Themes/lists/list-view/bootstrap5.scss +1 -1
  256. package/SCSS-Themes/lists/list-view/material.scss +1 -1
  257. package/SCSS-Themes/lists/list-view/material3-dark.scss +1 -1
  258. package/SCSS-Themes/lists/list-view/material3.scss +1 -1
  259. package/SCSS-Themes/lists/list-view/tailwind-dark.scss +2 -2
  260. package/SCSS-Themes/lists/list-view/tailwind.scss +2 -2
  261. package/SCSS-Themes/material-dark.scss +2773 -207
  262. package/SCSS-Themes/material.scss +2775 -208
  263. package/SCSS-Themes/material3-dark.scss +2789 -221
  264. package/SCSS-Themes/material3.scss +2789 -221
  265. package/SCSS-Themes/navigations/pager/bootstrap-dark.scss +130 -0
  266. package/SCSS-Themes/navigations/pager/bootstrap.scss +130 -0
  267. package/SCSS-Themes/navigations/pager/bootstrap4.scss +130 -0
  268. package/SCSS-Themes/navigations/pager/bootstrap5-dark.scss +130 -0
  269. package/SCSS-Themes/navigations/pager/bootstrap5.scss +130 -0
  270. package/SCSS-Themes/navigations/pager/fabric-dark.scss +130 -0
  271. package/SCSS-Themes/navigations/pager/fabric.scss +130 -0
  272. package/SCSS-Themes/navigations/pager/fluent-dark.scss +130 -0
  273. package/SCSS-Themes/navigations/pager/fluent.scss +130 -0
  274. package/SCSS-Themes/navigations/pager/highcontrast.scss +130 -0
  275. package/SCSS-Themes/navigations/pager/material-dark.scss +130 -0
  276. package/SCSS-Themes/navigations/pager/material.scss +130 -0
  277. package/SCSS-Themes/navigations/pager/material3-dark.scss +130 -0
  278. package/SCSS-Themes/navigations/pager/material3.scss +130 -0
  279. package/SCSS-Themes/navigations/pager/tailwind-dark.scss +130 -0
  280. package/SCSS-Themes/navigations/pager/tailwind.scss +130 -0
  281. package/SCSS-Themes/navigations/stepper/bootstrap-dark.scss +876 -0
  282. package/SCSS-Themes/navigations/stepper/bootstrap.scss +876 -0
  283. package/SCSS-Themes/navigations/stepper/bootstrap4.scss +876 -0
  284. package/SCSS-Themes/navigations/stepper/bootstrap5-dark.scss +877 -0
  285. package/SCSS-Themes/navigations/stepper/bootstrap5.scss +877 -0
  286. package/SCSS-Themes/navigations/stepper/fabric-dark.scss +876 -0
  287. package/SCSS-Themes/navigations/stepper/fabric.scss +876 -0
  288. package/SCSS-Themes/navigations/stepper/fluent-dark.scss +876 -0
  289. package/SCSS-Themes/navigations/stepper/fluent.scss +876 -0
  290. package/SCSS-Themes/navigations/stepper/highcontrast.scss +876 -0
  291. package/SCSS-Themes/navigations/stepper/material-dark.scss +876 -0
  292. package/SCSS-Themes/navigations/stepper/material.scss +876 -0
  293. package/SCSS-Themes/navigations/stepper/material3-dark.scss +876 -0
  294. package/SCSS-Themes/navigations/stepper/material3.scss +876 -0
  295. package/SCSS-Themes/navigations/stepper/tailwind-dark.scss +876 -0
  296. package/SCSS-Themes/navigations/stepper/tailwind.scss +876 -0
  297. package/SCSS-Themes/navigations/tab/bootstrap-dark.scss +7 -1
  298. package/SCSS-Themes/navigations/tab/bootstrap.scss +7 -1
  299. package/SCSS-Themes/navigations/tab/bootstrap4.scss +7 -1
  300. package/SCSS-Themes/navigations/tab/bootstrap5-dark.scss +9 -2
  301. package/SCSS-Themes/navigations/tab/bootstrap5.scss +9 -2
  302. package/SCSS-Themes/navigations/tab/fabric-dark.scss +6 -0
  303. package/SCSS-Themes/navigations/tab/fabric.scss +6 -0
  304. package/SCSS-Themes/navigations/tab/fluent-dark.scss +7 -1
  305. package/SCSS-Themes/navigations/tab/fluent.scss +7 -1
  306. package/SCSS-Themes/navigations/tab/highcontrast.scss +7 -1
  307. package/SCSS-Themes/navigations/tab/material-dark.scss +7 -1
  308. package/SCSS-Themes/navigations/tab/material.scss +7 -1
  309. package/SCSS-Themes/navigations/tab/material3-dark.scss +6 -0
  310. package/SCSS-Themes/navigations/tab/material3.scss +6 -0
  311. package/SCSS-Themes/navigations/tab/tailwind-dark.scss +6 -0
  312. package/SCSS-Themes/navigations/tab/tailwind.scss +6 -0
  313. package/SCSS-Themes/notifications/message/bootstrap-dark.scss +257 -17
  314. package/SCSS-Themes/notifications/message/bootstrap.scss +257 -17
  315. package/SCSS-Themes/notifications/message/bootstrap4.scss +257 -17
  316. package/SCSS-Themes/notifications/message/bootstrap5-dark.scss +257 -17
  317. package/SCSS-Themes/notifications/message/bootstrap5.scss +257 -17
  318. package/SCSS-Themes/notifications/message/fabric-dark.scss +257 -17
  319. package/SCSS-Themes/notifications/message/fabric.scss +257 -17
  320. package/SCSS-Themes/notifications/message/fluent-dark.scss +257 -17
  321. package/SCSS-Themes/notifications/message/fluent.scss +257 -17
  322. package/SCSS-Themes/notifications/message/highcontrast.scss +257 -17
  323. package/SCSS-Themes/notifications/message/material-dark.scss +257 -17
  324. package/SCSS-Themes/notifications/message/material.scss +257 -17
  325. package/SCSS-Themes/notifications/message/material3-dark.scss +257 -17
  326. package/SCSS-Themes/notifications/message/material3.scss +257 -17
  327. package/SCSS-Themes/notifications/message/tailwind-dark.scss +257 -17
  328. package/SCSS-Themes/notifications/message/tailwind.scss +257 -17
  329. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +147 -0
  330. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +147 -0
  331. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +147 -0
  332. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +147 -0
  333. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +147 -0
  334. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +147 -0
  335. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +147 -0
  336. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +147 -0
  337. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +147 -0
  338. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +147 -0
  339. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +147 -0
  340. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +147 -0
  341. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +147 -0
  342. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +147 -0
  343. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +147 -0
  344. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +147 -0
  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 +2775 -210
  449. package/SCSS-Themes/tailwind.scss +2775 -210
  450. package/package.json +1 -1
@@ -1,5 +1,6 @@
1
1
  $rating-li-font-size: $font-icon-20 !default;
2
2
  $rating-li-padding: 4px !default;
3
+ $rating-li-line-height: 3px !default;
3
4
  $rating-li-min-width-height: 28px !default;
4
5
  $rating-focus-border-radius: 4px !default;
5
6
  $rating-label-bottom-margin: 6px !default;
@@ -12,18 +13,21 @@ $rating-reset-font-size : $font-icon-16 !default;
12
13
  $rating-tooltip-tip-bottom-height: 8px !default;
13
14
 
14
15
  $rating-small-li-font-size: $font-icon-16 !default;
16
+ $rating-small-li-line-height: 10px !default;
15
17
  $rating-small-li-min-width-height: 24px !default;
16
18
  $rating-small-label-font-size: $text-xxs !default;
17
19
  $rating-small-label-line-height: 16px !default;
18
20
  $rating-small-reset-font-size : $font-icon-12 !default;
19
21
 
20
22
  $rating-bigger-li-font-size: $font-icon-24 !default;
23
+ $rating-bigger-li-line-height: 18px !default;
21
24
  $rating-bigger-li-min-width-height: 32px !default;
22
25
  $rating-bigger-label-font-size: $text-2xl !default;
23
26
  $rating-bigger-label-line-height: 22px !default;
24
27
  $rating-bigger-reset-font-size : $font-icon-20 !default;
25
28
 
26
29
  $rating-bigger-small-li-font-size: $font-icon-22 !default;
30
+ $rating-bigger-small-li-line-height: 15px !default;
27
31
  $rating-bigger-small-li-min-width-height: 30px !default;
28
32
  $rating-bigger-small-label-font-size: $text-xs !default;
29
33
  $rating-bigger-small-label-line-height: 18px !default;
@@ -60,7 +64,10 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
60
64
  margin: 4px;
61
65
 
62
66
  &:focus-visible:not(:hover) .e-rating-focus {
63
- outline: 1px solid;
67
+ &:not(:has(svg)),
68
+ .e-rating-item:has(svg) {
69
+ outline: 1px solid;
70
+ }
64
71
  }
65
72
 
66
73
  &:focus-visible {
@@ -74,6 +81,9 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
74
81
  }
75
82
 
76
83
  .e-rating-item-container {
84
+ &:has(svg) {
85
+ line-height: $rating-li-line-height;
86
+ }
77
87
  cursor: pointer;
78
88
  font-size: $rating-li-font-size;
79
89
  padding: $rating-li-padding;
@@ -88,12 +98,11 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
88
98
  }
89
99
  }
90
100
 
91
- &.e-rating-animation:not(.e-disabled) {
92
- .e-rating-item-container:hover .e-rating-item {
93
- transition: transform 150ms cubic-bezier(.4, 0, .2, 1) 0ms;
94
- transform: scale(1.4);
95
- pointer-events: none;
96
- }
101
+ &.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item,
102
+ &.e-rating-animation:not(.e-disabled, .e-rating-touch) .e-rating-item-container:hover .e-rating-item {
103
+ transition: transform 150ms cubic-bezier(.4, 0, .2, 1) 0ms;
104
+ transform: scale(1.4);
105
+ pointer-events: none;
97
106
  }
98
107
 
99
108
  &.e-disabled {
@@ -202,6 +211,9 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
202
211
  .e-small.e-rating-container,
203
212
  .e-small .e-rating-container {
204
213
  .e-rating-item-container {
214
+ &:has(svg) {
215
+ line-height: $rating-small-li-line-height;
216
+ }
205
217
  font-size: $rating-small-li-font-size;
206
218
  }
207
219
 
@@ -218,6 +230,9 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
218
230
  .e-bigger.e-rating-container,
219
231
  .e-bigger .e-rating-container {
220
232
  .e-rating-item-container {
233
+ &:has(svg) {
234
+ line-height: $rating-bigger-li-line-height;
235
+ }
221
236
  font-size: $rating-bigger-li-font-size;
222
237
  }
223
238
 
@@ -236,6 +251,9 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
236
251
  .e-bigger .e-small.e-rating-container,
237
252
  .e-small .e-bigger.e-rating-container {
238
253
  .e-rating-item-container {
254
+ &:has(svg) {
255
+ line-height: $rating-bigger-small-li-line-height;
256
+ }
239
257
  font-size: $rating-bigger-small-li-font-size;
240
258
  }
241
259
 
@@ -255,8 +273,11 @@ $rating-reset-disabled-icon-color: $icon-color-disabled !default;
255
273
  .e-rating-container {
256
274
  .e-rating-item-list {
257
275
  &:focus-visible:not(:hover) .e-rating-focus {
258
- outline-color: $rating-li-focus;
259
- border-radius: $rating-focus-border-radius;
276
+ &:not(:has(svg)),
277
+ .e-rating-item:has(svg) {
278
+ outline-color: $rating-li-focus;
279
+ border-radius: $rating-focus-border-radius;
280
+ }
260
281
  }
261
282
  }
262
283
 
@@ -317,24 +317,28 @@ $slider-scale-tick-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAE
317
317
  }
318
318
 
319
319
  &.e-slider-horizontal-before {
320
+ transform: rotate(45deg);
320
321
  .e-tip-content {
321
322
  transform: rotate(-45deg);
322
323
  }
323
324
  }
324
325
 
325
326
  &.e-slider-horizontal-after {
327
+ transform: rotate(225deg);
326
328
  .e-tip-content {
327
329
  transform: rotate(-225deg);
328
330
  }
329
331
  }
330
332
 
331
333
  &.e-slider-vertical-before {
334
+ transform: rotate(-45deg);
332
335
  .e-tip-content {
333
336
  transform: rotate(45deg);
334
337
  }
335
338
  }
336
339
 
337
340
  &.e-slider-vertical-after {
341
+ transform: rotate(-225deg);
338
342
  .e-tip-content {
339
343
  transform: rotate(225deg);
340
344
  }
@@ -313,24 +313,28 @@ $slider-tick-font-color: $grey-light-font !default;
313
313
  }
314
314
 
315
315
  &.e-slider-horizontal-before {
316
+ transform: rotate(45deg);
316
317
  .e-tip-content {
317
318
  transform: rotate(-45deg);
318
319
  }
319
320
  }
320
321
 
321
322
  &.e-slider-horizontal-after {
323
+ transform: rotate(225deg);
322
324
  .e-tip-content {
323
325
  transform: rotate(-225deg);
324
326
  }
325
327
  }
326
328
 
327
329
  &.e-slider-vertical-before {
330
+ transform: rotate(-45deg);
328
331
  .e-tip-content {
329
332
  transform: rotate(45deg);
330
333
  }
331
334
  }
332
335
 
333
336
  &.e-slider-vertical-after {
337
+ transform: rotate(-225deg);
334
338
  .e-tip-content {
335
339
  transform: rotate(225deg);
336
340
  }
@@ -308,24 +308,28 @@ $slider-disabled-track-color: $gray-300;
308
308
  }
309
309
 
310
310
  &.e-slider-horizontal-before {
311
+ transform: rotate(45deg);
311
312
  .e-tip-content {
312
313
  transform: rotate(-45deg);
313
314
  }
314
315
  }
315
316
 
316
317
  &.e-slider-horizontal-after {
318
+ transform: rotate(225deg);
317
319
  .e-tip-content {
318
320
  transform: rotate(-225deg);
319
321
  }
320
322
  }
321
323
 
322
324
  &.e-slider-vertical-before {
325
+ transform: rotate(-45deg);
323
326
  .e-tip-content {
324
327
  transform: rotate(45deg);
325
328
  }
326
329
  }
327
330
 
328
331
  &.e-slider-vertical-after {
332
+ transform: rotate(-225deg);
329
333
  .e-tip-content {
330
334
  transform: rotate(225deg);
331
335
  }
@@ -251,24 +251,28 @@ $slider-hover-handle-border-color: $primary-border-color-hover !default;
251
251
  }
252
252
 
253
253
  &.e-slider-horizontal-before {
254
+ transform: rotate(45deg);
254
255
  .e-tip-content {
255
256
  transform: rotate(-45deg);
256
257
  }
257
258
  }
258
259
 
259
260
  &.e-slider-horizontal-after {
261
+ transform: rotate(225deg);
260
262
  .e-tip-content {
261
263
  transform: rotate(-225deg);
262
264
  }
263
265
  }
264
266
 
265
267
  &.e-slider-vertical-before {
268
+ transform: rotate(-45deg);
266
269
  .e-tip-content {
267
270
  transform: rotate(45deg);
268
271
  }
269
272
  }
270
273
 
271
274
  &.e-slider-vertical-after {
275
+ transform: rotate(-225deg);
272
276
  .e-tip-content {
273
277
  transform: rotate(225deg);
274
278
  }
@@ -251,24 +251,28 @@ $slider-hover-handle-border-color: $primary-border-color-hover !default;
251
251
  }
252
252
 
253
253
  &.e-slider-horizontal-before {
254
+ transform: rotate(45deg);
254
255
  .e-tip-content {
255
256
  transform: rotate(-45deg);
256
257
  }
257
258
  }
258
259
 
259
260
  &.e-slider-horizontal-after {
261
+ transform: rotate(225deg);
260
262
  .e-tip-content {
261
263
  transform: rotate(-225deg);
262
264
  }
263
265
  }
264
266
 
265
267
  &.e-slider-vertical-before {
268
+ transform: rotate(-45deg);
266
269
  .e-tip-content {
267
270
  transform: rotate(45deg);
268
271
  }
269
272
  }
270
273
 
271
274
  &.e-slider-vertical-after {
275
+ transform: rotate(-225deg);
272
276
  .e-tip-content {
273
277
  transform: rotate(225deg);
274
278
  }
@@ -323,24 +323,28 @@ $slider-limit-bar-horizontal-height: 4px !default;
323
323
  }
324
324
 
325
325
  &.e-slider-horizontal-before {
326
+ transform: rotate(45deg);
326
327
  .e-tip-content {
327
328
  transform: rotate(-45deg);
328
329
  }
329
330
  }
330
331
 
331
332
  &.e-slider-horizontal-after {
333
+ transform: rotate(225deg);
332
334
  .e-tip-content {
333
335
  transform: rotate(-225deg);
334
336
  }
335
337
  }
336
338
 
337
339
  &.e-slider-vertical-before {
340
+ transform: rotate(-45deg);
338
341
  .e-tip-content {
339
342
  transform: rotate(45deg);
340
343
  }
341
344
  }
342
345
 
343
346
  &.e-slider-vertical-after {
347
+ transform: rotate(-225deg);
344
348
  .e-tip-content {
345
349
  transform: rotate(225deg);
346
350
  }
@@ -317,24 +317,28 @@ $slider-tick-font-color: $message-font !default;
317
317
  }
318
318
 
319
319
  &.e-slider-horizontal-before {
320
+ transform: rotate(45deg);
320
321
  .e-tip-content {
321
322
  transform: rotate(-45deg);
322
323
  }
323
324
  }
324
325
 
325
326
  &.e-slider-horizontal-after {
327
+ transform: rotate(225deg);
326
328
  .e-tip-content {
327
329
  transform: rotate(-225deg);
328
330
  }
329
331
  }
330
332
 
331
333
  &.e-slider-vertical-before {
334
+ transform: rotate(-45deg);
332
335
  .e-tip-content {
333
336
  transform: rotate(45deg);
334
337
  }
335
338
  }
336
339
 
337
340
  &.e-slider-vertical-after {
341
+ transform: rotate(-225deg);
338
342
  .e-tip-content {
339
343
  transform: rotate(225deg);
340
344
  }
@@ -235,24 +235,28 @@ $slider-hover-handle-border-color: $primary !default;
235
235
  }
236
236
 
237
237
  &.e-slider-horizontal-before {
238
+ transform: rotate(45deg);
238
239
  .e-tip-content {
239
240
  transform: rotate(-45deg);
240
241
  }
241
242
  }
242
243
 
243
244
  &.e-slider-horizontal-after {
245
+ transform: rotate(225deg);
244
246
  .e-tip-content {
245
247
  transform: rotate(-225deg);
246
248
  }
247
249
  }
248
250
 
249
251
  &.e-slider-vertical-before {
252
+ transform: rotate(-45deg);
250
253
  .e-tip-content {
251
254
  transform: rotate(45deg);
252
255
  }
253
256
  }
254
257
 
255
258
  &.e-slider-vertical-after {
259
+ transform: rotate(-225deg);
256
260
  .e-tip-content {
257
261
  transform: rotate(225deg);
258
262
  }
@@ -235,24 +235,28 @@ $slider-hover-handle-border-color: $primary !default;
235
235
  }
236
236
 
237
237
  &.e-slider-horizontal-before {
238
+ transform: rotate(45deg);
238
239
  .e-tip-content {
239
240
  transform: rotate(-45deg);
240
241
  }
241
242
  }
242
243
 
243
244
  &.e-slider-horizontal-after {
245
+ transform: rotate(225deg);
244
246
  .e-tip-content {
245
247
  transform: rotate(-225deg);
246
248
  }
247
249
  }
248
250
 
249
251
  &.e-slider-vertical-before {
252
+ transform: rotate(-45deg);
250
253
  .e-tip-content {
251
254
  transform: rotate(45deg);
252
255
  }
253
256
  }
254
257
 
255
258
  &.e-slider-vertical-after {
259
+ transform: rotate(-225deg);
256
260
  .e-tip-content {
257
261
  transform: rotate(225deg);
258
262
  }
@@ -306,24 +306,28 @@ $slider-limit-bar-color: rgba($bg-base-0, .25) !default;
306
306
  }
307
307
 
308
308
  &.e-slider-horizontal-before {
309
+ transform: rotate(45deg);
309
310
  .e-tip-content {
310
311
  transform: rotate(-45deg);
311
312
  }
312
313
  }
313
314
 
314
315
  &.e-slider-horizontal-after {
316
+ transform: rotate(225deg);
315
317
  .e-tip-content {
316
318
  transform: rotate(-225deg);
317
319
  }
318
320
  }
319
321
 
320
322
  &.e-slider-vertical-before {
323
+ transform: rotate(-45deg);
321
324
  .e-tip-content {
322
325
  transform: rotate(45deg);
323
326
  }
324
327
  }
325
328
 
326
329
  &.e-slider-vertical-after {
330
+ transform: rotate(-225deg);
327
331
  .e-tip-content {
328
332
  transform: rotate(225deg);
329
333
  }
@@ -320,24 +320,28 @@ $slider-button-vup-bg-image: none !default;
320
320
  }
321
321
 
322
322
  &.e-slider-horizontal-before {
323
+ transform: rotate(45deg);
323
324
  .e-tip-content {
324
325
  transform: rotate(-45deg);
325
326
  }
326
327
  }
327
328
 
328
329
  &.e-slider-horizontal-after {
330
+ transform: rotate(225deg);
329
331
  .e-tip-content {
330
332
  transform: rotate(-225deg);
331
333
  }
332
334
  }
333
335
 
334
336
  &.e-slider-vertical-before {
337
+ transform: rotate(-45deg);
335
338
  .e-tip-content {
336
339
  transform: rotate(45deg);
337
340
  }
338
341
  }
339
342
 
340
343
  &.e-slider-vertical-after {
344
+ transform: rotate(-225deg);
341
345
  .e-tip-content {
342
346
  transform: rotate(225deg);
343
347
  }
@@ -315,24 +315,28 @@ $slider-button-vup-bg-image: none !default;
315
315
  }
316
316
 
317
317
  &.e-slider-horizontal-before {
318
+ transform: rotate(45deg);
318
319
  .e-tip-content {
319
320
  transform: rotate(-45deg);
320
321
  }
321
322
  }
322
323
 
323
324
  &.e-slider-horizontal-after {
325
+ transform: rotate(225deg);
324
326
  .e-tip-content {
325
327
  transform: rotate(-225deg);
326
328
  }
327
329
  }
328
330
 
329
331
  &.e-slider-vertical-before {
332
+ transform: rotate(-45deg);
330
333
  .e-tip-content {
331
334
  transform: rotate(45deg);
332
335
  }
333
336
  }
334
337
 
335
338
  &.e-slider-vertical-after {
339
+ transform: rotate(-225deg);
336
340
  .e-tip-content {
337
341
  transform: rotate(225deg);
338
342
  }
@@ -258,24 +258,28 @@ $slider-button-vup-bg-image: none !default;
258
258
  }
259
259
 
260
260
  &.e-slider-horizontal-before {
261
+ transform: rotate(45deg);
261
262
  .e-tip-content {
262
263
  transform: rotate(-45deg);
263
264
  }
264
265
  }
265
266
 
266
267
  &.e-slider-horizontal-after {
268
+ transform: rotate(225deg);
267
269
  .e-tip-content {
268
270
  transform: rotate(-225deg);
269
271
  }
270
272
  }
271
273
 
272
274
  &.e-slider-vertical-before {
275
+ transform: rotate(-45deg);
273
276
  .e-tip-content {
274
277
  transform: rotate(45deg);
275
278
  }
276
279
  }
277
280
 
278
281
  &.e-slider-vertical-after {
282
+ transform: rotate(-225deg);
279
283
  .e-tip-content {
280
284
  transform: rotate(225deg);
281
285
  }
@@ -258,24 +258,28 @@ $slider-button-vup-bg-image: none !default;
258
258
  }
259
259
 
260
260
  &.e-slider-horizontal-before {
261
+ transform: rotate(45deg);
261
262
  .e-tip-content {
262
263
  transform: rotate(-45deg);
263
264
  }
264
265
  }
265
266
 
266
267
  &.e-slider-horizontal-after {
268
+ transform: rotate(225deg);
267
269
  .e-tip-content {
268
270
  transform: rotate(-225deg);
269
271
  }
270
272
  }
271
273
 
272
274
  &.e-slider-vertical-before {
275
+ transform: rotate(-45deg);
273
276
  .e-tip-content {
274
277
  transform: rotate(45deg);
275
278
  }
276
279
  }
277
280
 
278
281
  &.e-slider-vertical-after {
282
+ transform: rotate(-225deg);
279
283
  .e-tip-content {
280
284
  transform: rotate(225deg);
281
285
  }
@@ -245,24 +245,28 @@ $slider-tick-font-color: $content-text-color-alt1 !default;
245
245
  }
246
246
 
247
247
  &.e-slider-horizontal-before {
248
+ transform: rotate(45deg);
248
249
  .e-tip-content {
249
250
  transform: rotate(-45deg);
250
251
  }
251
252
  }
252
253
 
253
254
  &.e-slider-horizontal-after {
255
+ transform: rotate(225deg);
254
256
  .e-tip-content {
255
257
  transform: rotate(-225deg);
256
258
  }
257
259
  }
258
260
 
259
261
  &.e-slider-vertical-before {
262
+ transform: rotate(-45deg);
260
263
  .e-tip-content {
261
264
  transform: rotate(45deg);
262
265
  }
263
266
  }
264
267
 
265
268
  &.e-slider-vertical-after {
269
+ transform: rotate(-225deg);
266
270
  .e-tip-content {
267
271
  transform: rotate(225deg);
268
272
  }
@@ -245,24 +245,28 @@ $slider-tick-font-color: $content-text-color-alt1 !default;
245
245
  }
246
246
 
247
247
  &.e-slider-horizontal-before {
248
+ transform: rotate(45deg);
248
249
  .e-tip-content {
249
250
  transform: rotate(-45deg);
250
251
  }
251
252
  }
252
253
 
253
254
  &.e-slider-horizontal-after {
255
+ transform: rotate(225deg);
254
256
  .e-tip-content {
255
257
  transform: rotate(-225deg);
256
258
  }
257
259
  }
258
260
 
259
261
  &.e-slider-vertical-before {
262
+ transform: rotate(-45deg);
260
263
  .e-tip-content {
261
264
  transform: rotate(45deg);
262
265
  }
263
266
  }
264
267
 
265
268
  &.e-slider-vertical-after {
269
+ transform: rotate(-225deg);
266
270
  .e-tip-content {
267
271
  transform: rotate(225deg);
268
272
  }
@@ -13,7 +13,7 @@ $listview-background: $content-bg !default;
13
13
  $listview-line-color: rgba($black, .13) !default;
14
14
  $listview-item-hover-bg: darken($gray-100, 5%) !default;
15
15
  $listview-item-height: 40px !default;
16
- $listview-item-line-height: 1.5 !default;
16
+ $listview-item-line-height: 1.6 !default;
17
17
  $listview-item-padding: 8px 16px 8px 16px !default;
18
18
 
19
19
  $listview-root-border-color: rgba($black, .13);
@@ -64,7 +64,7 @@ $listview-back-padding-right: 10px !default;
64
64
  $listview-back-icon-height: 0 !default;
65
65
  $listview-back-icon-font-size: 14px !default;
66
66
  $listview-touch-item-height: 50px !default;
67
- $listview-touch-item-line-height: 1.5 !default;
67
+ $listview-touch-item-line-height: 1.6 !default;
68
68
  $listview-touch-item-font-size: 16px !default;
69
69
  $listview-touch-groupheader-height: 50px !default;
70
70
  $listview-touch-groupheader-line-height: 1.5 !default;
@@ -31,7 +31,7 @@ $listview-font-size: $text-sm !default;
31
31
  $listview-back-padding-right: 8px !default;
32
32
  $listview-back-icon-size: 20px !default;
33
33
  $listview-touch-item-height: 40px !default;
34
- $listview-touch-item-line-height: 21px !default;
34
+ $listview-touch-item-line-height: 24px !default;
35
35
  $listview-touch-item-size: 24px !default;
36
36
  $listview-touch-item-padding: 16px 14px 12px 16px !default;
37
37
  $listview-rtl-touch-item-padding: 12px 16px 12px 14px !default;
@@ -31,7 +31,7 @@ $listview-font-size: $text-sm !default;
31
31
  $listview-back-padding-right: 8px !default;
32
32
  $listview-back-icon-size: 20px !default;
33
33
  $listview-touch-item-height: 40px !default;
34
- $listview-touch-item-line-height: 21px !default;
34
+ $listview-touch-item-line-height: 24px !default;
35
35
  $listview-touch-item-size: 24px !default;
36
36
  $listview-touch-item-padding: 16px 14px 12px 16px !default;
37
37
  $listview-rtl-touch-item-padding: 12px 16px 12px 14px !default;
@@ -62,7 +62,7 @@ $listview-back-padding-right: 30px !default;
62
62
  $listview-back-icon-height: 1px !default;
63
63
  $listview-back-icon-font-size: auto !default;
64
64
  $listview-touch-item-height: 48px !default;
65
- $listview-touch-item-line-height: 45px !default;
65
+ $listview-touch-item-line-height: 42px !default;
66
66
  $listview-touch-item-font-size: 15px !default;
67
67
  $listview-touch-groupheader-height: 48px !default;
68
68
  $listview-touch-groupheader-line-height: 45px !default;
@@ -6,7 +6,7 @@ $listview-icon-back-margin: 0 !default;
6
6
  $listview-icon-back-margin-right: 14px !default;
7
7
  $listview-rtl-icon-back-margin: 0 !default;
8
8
  $listview-item-height: 40px !default;
9
- $listview-item-line-height: 20px !default;
9
+ $listview-item-line-height: 22px !default;
10
10
  $listview-item-padding: 10px 16px !default;
11
11
  $listview-rtl-item-padding: 7px 12px 7px 12px !default;
12
12
  $listview-header-padding: 6px 12px !default;
@@ -6,7 +6,7 @@ $listview-icon-back-margin: 0 !default;
6
6
  $listview-icon-back-margin-right: 14px !default;
7
7
  $listview-rtl-icon-back-margin: 0 !default;
8
8
  $listview-item-height: 40px !default;
9
- $listview-item-line-height: 20px !default;
9
+ $listview-item-line-height: 22px !default;
10
10
  $listview-item-padding: 10px 16px !default;
11
11
  $listview-rtl-item-padding: 7px 12px 7px 12px !default;
12
12
  $listview-header-padding: 6px 12px !default;
@@ -3,7 +3,7 @@
3
3
  //layout
4
4
  $listview-icon-margin-right: 2px !default;
5
5
  $listview-item-height: 38px !default;
6
- $listview-item-line-height: 22px !default;
6
+ $listview-item-line-height: 21px !default;
7
7
  $listview-item-padding: 8px 9px 8px 12px !default;
8
8
  $listview-rtl-item-padding: 8px 12px 8px 9px !default;
9
9
  $listview-header-padding: 6px 12px !default;
@@ -32,7 +32,7 @@ $listview-back-padding-right: 8px !default;
32
32
  $listview-back-icon-size: 20px !default;
33
33
  $listview-back-icon-font-size: $text-base !default;
34
34
  $listview-touch-item-height: 48px !default;
35
- $listview-touch-item-line-height: 24px !default;
35
+ $listview-touch-item-line-height: 23px !default;
36
36
  $listview-touch-item-size: 24px !default;
37
37
  $listview-touch-item-padding: 12px 14px 12px 16px !default;
38
38
  $listview-rtl-touch-item-padding: 12px 16px 12px 14px !default;