@syncfusion/blazor-themes 28.2.3 → 28.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +5 -0
  2. package/Compiled-Themes/bds-dark.css +5 -0
  3. package/Compiled-Themes/bds-lite.css +5 -0
  4. package/Compiled-Themes/bds.css +5 -0
  5. package/Compiled-Themes/bootstrap-dark-lite.css +5 -0
  6. package/Compiled-Themes/bootstrap-dark.css +5 -0
  7. package/Compiled-Themes/bootstrap-lite.css +5 -0
  8. package/Compiled-Themes/bootstrap.css +5 -0
  9. package/Compiled-Themes/bootstrap4-lite.css +5 -0
  10. package/Compiled-Themes/bootstrap4.css +5 -0
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +5 -0
  12. package/Compiled-Themes/bootstrap5-dark.css +5 -0
  13. package/Compiled-Themes/bootstrap5-lite.css +5 -0
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +13 -0
  15. package/Compiled-Themes/bootstrap5.3-dark.css +13 -0
  16. package/Compiled-Themes/bootstrap5.3-lite.css +13 -0
  17. package/Compiled-Themes/bootstrap5.3.css +13 -0
  18. package/Compiled-Themes/bootstrap5.css +5 -0
  19. package/Compiled-Themes/fabric-dark-lite.css +5 -0
  20. package/Compiled-Themes/fabric-dark.css +5 -0
  21. package/Compiled-Themes/fabric-lite.css +5 -0
  22. package/Compiled-Themes/fabric.css +5 -0
  23. package/Compiled-Themes/fluent-dark-lite.css +5 -0
  24. package/Compiled-Themes/fluent-dark.css +5 -0
  25. package/Compiled-Themes/fluent-lite.css +5 -0
  26. package/Compiled-Themes/fluent.css +5 -0
  27. package/Compiled-Themes/fluent2-dark-lite.css +18 -4
  28. package/Compiled-Themes/fluent2-dark.css +18 -4
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +18 -4
  30. package/Compiled-Themes/fluent2-highcontrast.css +18 -4
  31. package/Compiled-Themes/fluent2-lite.css +18 -4
  32. package/Compiled-Themes/fluent2.css +18 -4
  33. package/Compiled-Themes/highcontrast-lite.css +5 -0
  34. package/Compiled-Themes/highcontrast.css +5 -0
  35. package/Compiled-Themes/material-dark-lite.css +18 -0
  36. package/Compiled-Themes/material-dark.css +18 -0
  37. package/Compiled-Themes/material-lite.css +18 -0
  38. package/Compiled-Themes/material.css +18 -0
  39. package/Compiled-Themes/material3-dark-lite.css +18 -0
  40. package/Compiled-Themes/material3-dark.css +18 -0
  41. package/Compiled-Themes/material3-lite.css +18 -0
  42. package/Compiled-Themes/material3.css +18 -0
  43. package/Compiled-Themes/tailwind-dark-lite.css +5 -0
  44. package/Compiled-Themes/tailwind-dark.css +5 -0
  45. package/Compiled-Themes/tailwind-lite.css +5 -0
  46. package/Compiled-Themes/tailwind.css +5 -0
  47. package/Compiled-Themes/tailwind3-dark-lite.css +5 -0
  48. package/Compiled-Themes/tailwind3-dark.css +5 -0
  49. package/Compiled-Themes/tailwind3-lite.css +5 -0
  50. package/Compiled-Themes/tailwind3.css +5 -0
  51. package/SCSS-Themes/bds-dark-lite.scss +53 -4
  52. package/SCSS-Themes/bds-dark.scss +53 -4
  53. package/SCSS-Themes/bds-lite.scss +53 -4
  54. package/SCSS-Themes/bds.scss +53 -4
  55. package/SCSS-Themes/bootstrap-dark-lite.scss +53 -4
  56. package/SCSS-Themes/bootstrap-dark.scss +53 -4
  57. package/SCSS-Themes/bootstrap-lite.scss +53 -4
  58. package/SCSS-Themes/bootstrap.scss +53 -4
  59. package/SCSS-Themes/bootstrap4-lite.scss +53 -4
  60. package/SCSS-Themes/bootstrap4.scss +53 -4
  61. package/SCSS-Themes/bootstrap5-dark-lite.scss +53 -4
  62. package/SCSS-Themes/bootstrap5-dark.scss +53 -4
  63. package/SCSS-Themes/bootstrap5-lite.scss +53 -4
  64. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +53 -4
  65. package/SCSS-Themes/bootstrap5.3-dark.scss +53 -4
  66. package/SCSS-Themes/bootstrap5.3-lite.scss +53 -4
  67. package/SCSS-Themes/bootstrap5.3.scss +53 -4
  68. package/SCSS-Themes/bootstrap5.scss +53 -4
  69. package/SCSS-Themes/fabric-dark-lite.scss +53 -4
  70. package/SCSS-Themes/fabric-dark.scss +53 -4
  71. package/SCSS-Themes/fabric-lite.scss +53 -4
  72. package/SCSS-Themes/fabric.scss +53 -4
  73. package/SCSS-Themes/fluent-dark-lite.scss +53 -4
  74. package/SCSS-Themes/fluent-dark.scss +53 -4
  75. package/SCSS-Themes/fluent-lite.scss +53 -4
  76. package/SCSS-Themes/fluent.scss +53 -4
  77. package/SCSS-Themes/fluent2-dark-lite.scss +54 -5
  78. package/SCSS-Themes/fluent2-dark.scss +54 -5
  79. package/SCSS-Themes/fluent2-highcontrast-lite.scss +54 -5
  80. package/SCSS-Themes/fluent2-highcontrast.scss +54 -5
  81. package/SCSS-Themes/fluent2-lite.scss +54 -5
  82. package/SCSS-Themes/fluent2.scss +54 -5
  83. package/SCSS-Themes/highcontrast-lite.scss +53 -4
  84. package/SCSS-Themes/highcontrast.scss +53 -4
  85. package/SCSS-Themes/image-editor/image-editor/bds-dark-lite.scss +4 -0
  86. package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +4 -0
  87. package/SCSS-Themes/image-editor/image-editor/bds-lite.scss +4 -0
  88. package/SCSS-Themes/image-editor/image-editor/bds.scss +4 -0
  89. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark-lite.scss +4 -0
  90. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +4 -0
  91. package/SCSS-Themes/image-editor/image-editor/bootstrap-lite.scss +4 -0
  92. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +4 -0
  93. package/SCSS-Themes/image-editor/image-editor/bootstrap4-lite.scss +4 -0
  94. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +4 -0
  95. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark-lite.scss +4 -0
  96. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +4 -0
  97. package/SCSS-Themes/image-editor/image-editor/bootstrap5-lite.scss +4 -0
  98. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark-lite.scss +4 -0
  99. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark.scss +4 -0
  100. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-lite.scss +4 -0
  101. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3.scss +4 -0
  102. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +4 -0
  103. package/SCSS-Themes/image-editor/image-editor/fabric-dark-lite.scss +4 -0
  104. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +4 -0
  105. package/SCSS-Themes/image-editor/image-editor/fabric-lite.scss +4 -0
  106. package/SCSS-Themes/image-editor/image-editor/fabric.scss +4 -0
  107. package/SCSS-Themes/image-editor/image-editor/fluent-dark-lite.scss +4 -0
  108. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +4 -0
  109. package/SCSS-Themes/image-editor/image-editor/fluent-lite.scss +4 -0
  110. package/SCSS-Themes/image-editor/image-editor/fluent.scss +4 -0
  111. package/SCSS-Themes/image-editor/image-editor/fluent2-dark-lite.scss +4 -0
  112. package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +4 -0
  113. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast-lite.scss +4 -0
  114. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast.scss +4 -0
  115. package/SCSS-Themes/image-editor/image-editor/fluent2-lite.scss +4 -0
  116. package/SCSS-Themes/image-editor/image-editor/fluent2.scss +4 -0
  117. package/SCSS-Themes/image-editor/image-editor/highcontrast-lite.scss +4 -0
  118. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +4 -0
  119. package/SCSS-Themes/image-editor/image-editor/material-dark-lite.scss +4 -0
  120. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +4 -0
  121. package/SCSS-Themes/image-editor/image-editor/material-lite.scss +4 -0
  122. package/SCSS-Themes/image-editor/image-editor/material.scss +4 -0
  123. package/SCSS-Themes/image-editor/image-editor/material3-dark-lite.scss +4 -0
  124. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +4 -0
  125. package/SCSS-Themes/image-editor/image-editor/material3-lite.scss +4 -0
  126. package/SCSS-Themes/image-editor/image-editor/material3.scss +4 -0
  127. package/SCSS-Themes/image-editor/image-editor/tailwind-dark-lite.scss +4 -0
  128. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +4 -0
  129. package/SCSS-Themes/image-editor/image-editor/tailwind-lite.scss +4 -0
  130. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +4 -0
  131. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark-lite.scss +4 -0
  132. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark.scss +4 -0
  133. package/SCSS-Themes/image-editor/image-editor/tailwind3-lite.scss +4 -0
  134. package/SCSS-Themes/image-editor/image-editor/tailwind3.scss +4 -0
  135. package/SCSS-Themes/inputs/input/bds-dark-lite.scss +23 -0
  136. package/SCSS-Themes/inputs/input/bds-dark.scss +23 -0
  137. package/SCSS-Themes/inputs/input/bds-lite.scss +23 -0
  138. package/SCSS-Themes/inputs/input/bds.scss +23 -0
  139. package/SCSS-Themes/inputs/input/bootstrap-dark-lite.scss +23 -0
  140. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +23 -0
  141. package/SCSS-Themes/inputs/input/bootstrap-lite.scss +23 -0
  142. package/SCSS-Themes/inputs/input/bootstrap.scss +23 -0
  143. package/SCSS-Themes/inputs/input/bootstrap4-lite.scss +23 -0
  144. package/SCSS-Themes/inputs/input/bootstrap4.scss +23 -0
  145. package/SCSS-Themes/inputs/input/bootstrap5-dark-lite.scss +23 -0
  146. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +23 -0
  147. package/SCSS-Themes/inputs/input/bootstrap5-lite.scss +23 -0
  148. package/SCSS-Themes/inputs/input/bootstrap5.3-dark-lite.scss +23 -0
  149. package/SCSS-Themes/inputs/input/bootstrap5.3-dark.scss +23 -0
  150. package/SCSS-Themes/inputs/input/bootstrap5.3-lite.scss +23 -0
  151. package/SCSS-Themes/inputs/input/bootstrap5.3.scss +23 -0
  152. package/SCSS-Themes/inputs/input/bootstrap5.scss +23 -0
  153. package/SCSS-Themes/inputs/input/fabric-dark-lite.scss +23 -0
  154. package/SCSS-Themes/inputs/input/fabric-dark.scss +23 -0
  155. package/SCSS-Themes/inputs/input/fabric-lite.scss +23 -0
  156. package/SCSS-Themes/inputs/input/fabric.scss +23 -0
  157. package/SCSS-Themes/inputs/input/fluent-dark-lite.scss +23 -0
  158. package/SCSS-Themes/inputs/input/fluent-dark.scss +23 -0
  159. package/SCSS-Themes/inputs/input/fluent-lite.scss +23 -0
  160. package/SCSS-Themes/inputs/input/fluent.scss +23 -0
  161. package/SCSS-Themes/inputs/input/fluent2-dark-lite.scss +23 -0
  162. package/SCSS-Themes/inputs/input/fluent2-dark.scss +23 -0
  163. package/SCSS-Themes/inputs/input/fluent2-highcontrast-lite.scss +23 -0
  164. package/SCSS-Themes/inputs/input/fluent2-highcontrast.scss +23 -0
  165. package/SCSS-Themes/inputs/input/fluent2-lite.scss +23 -0
  166. package/SCSS-Themes/inputs/input/fluent2.scss +23 -0
  167. package/SCSS-Themes/inputs/input/highcontrast-lite.scss +23 -0
  168. package/SCSS-Themes/inputs/input/highcontrast.scss +23 -0
  169. package/SCSS-Themes/inputs/input/material-dark-lite.scss +23 -0
  170. package/SCSS-Themes/inputs/input/material-dark.scss +23 -0
  171. package/SCSS-Themes/inputs/input/material-lite.scss +23 -0
  172. package/SCSS-Themes/inputs/input/material.scss +23 -0
  173. package/SCSS-Themes/inputs/input/material3-dark-lite.scss +23 -0
  174. package/SCSS-Themes/inputs/input/material3-dark.scss +23 -0
  175. package/SCSS-Themes/inputs/input/material3-lite.scss +23 -0
  176. package/SCSS-Themes/inputs/input/material3.scss +23 -0
  177. package/SCSS-Themes/inputs/input/tailwind-dark-lite.scss +23 -0
  178. package/SCSS-Themes/inputs/input/tailwind-dark.scss +23 -0
  179. package/SCSS-Themes/inputs/input/tailwind-lite.scss +23 -0
  180. package/SCSS-Themes/inputs/input/tailwind.scss +23 -0
  181. package/SCSS-Themes/inputs/input/tailwind3-dark-lite.scss +23 -0
  182. package/SCSS-Themes/inputs/input/tailwind3-dark.scss +23 -0
  183. package/SCSS-Themes/inputs/input/tailwind3-lite.scss +23 -0
  184. package/SCSS-Themes/inputs/input/tailwind3.scss +23 -0
  185. package/SCSS-Themes/kanban/kanban/fluent2-dark-lite.scss +1 -1
  186. package/SCSS-Themes/kanban/kanban/fluent2-dark.scss +1 -1
  187. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast-lite.scss +1 -1
  188. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast.scss +1 -1
  189. package/SCSS-Themes/kanban/kanban/fluent2-lite.scss +1 -1
  190. package/SCSS-Themes/kanban/kanban/fluent2.scss +1 -1
  191. package/SCSS-Themes/material-dark-lite.scss +53 -4
  192. package/SCSS-Themes/material-dark.scss +53 -4
  193. package/SCSS-Themes/material-lite.scss +53 -4
  194. package/SCSS-Themes/material.scss +53 -4
  195. package/SCSS-Themes/material3-dark-lite.scss +53 -4
  196. package/SCSS-Themes/material3-dark.scss +53 -4
  197. package/SCSS-Themes/material3-lite.scss +53 -4
  198. package/SCSS-Themes/material3.scss +53 -4
  199. package/SCSS-Themes/navigations/menu/bds-dark-lite.scss +13 -4
  200. package/SCSS-Themes/navigations/menu/bds-dark.scss +13 -4
  201. package/SCSS-Themes/navigations/menu/bds-lite.scss +13 -4
  202. package/SCSS-Themes/navigations/menu/bds.scss +13 -4
  203. package/SCSS-Themes/navigations/menu/bootstrap-dark-lite.scss +13 -4
  204. package/SCSS-Themes/navigations/menu/bootstrap-dark.scss +13 -4
  205. package/SCSS-Themes/navigations/menu/bootstrap-lite.scss +13 -4
  206. package/SCSS-Themes/navigations/menu/bootstrap.scss +13 -4
  207. package/SCSS-Themes/navigations/menu/bootstrap4-lite.scss +13 -4
  208. package/SCSS-Themes/navigations/menu/bootstrap4.scss +13 -4
  209. package/SCSS-Themes/navigations/menu/bootstrap5-dark-lite.scss +13 -4
  210. package/SCSS-Themes/navigations/menu/bootstrap5-dark.scss +13 -4
  211. package/SCSS-Themes/navigations/menu/bootstrap5-lite.scss +13 -4
  212. package/SCSS-Themes/navigations/menu/bootstrap5.3-dark-lite.scss +13 -4
  213. package/SCSS-Themes/navigations/menu/bootstrap5.3-dark.scss +13 -4
  214. package/SCSS-Themes/navigations/menu/bootstrap5.3-lite.scss +13 -4
  215. package/SCSS-Themes/navigations/menu/bootstrap5.3.scss +13 -4
  216. package/SCSS-Themes/navigations/menu/bootstrap5.scss +13 -4
  217. package/SCSS-Themes/navigations/menu/fabric-dark-lite.scss +13 -4
  218. package/SCSS-Themes/navigations/menu/fabric-dark.scss +13 -4
  219. package/SCSS-Themes/navigations/menu/fabric-lite.scss +13 -4
  220. package/SCSS-Themes/navigations/menu/fabric.scss +13 -4
  221. package/SCSS-Themes/navigations/menu/fluent-dark-lite.scss +13 -4
  222. package/SCSS-Themes/navigations/menu/fluent-dark.scss +13 -4
  223. package/SCSS-Themes/navigations/menu/fluent-lite.scss +13 -4
  224. package/SCSS-Themes/navigations/menu/fluent.scss +13 -4
  225. package/SCSS-Themes/navigations/menu/fluent2-dark-lite.scss +13 -4
  226. package/SCSS-Themes/navigations/menu/fluent2-dark.scss +13 -4
  227. package/SCSS-Themes/navigations/menu/fluent2-highcontrast-lite.scss +13 -4
  228. package/SCSS-Themes/navigations/menu/fluent2-highcontrast.scss +13 -4
  229. package/SCSS-Themes/navigations/menu/fluent2-lite.scss +13 -4
  230. package/SCSS-Themes/navigations/menu/fluent2.scss +13 -4
  231. package/SCSS-Themes/navigations/menu/highcontrast-lite.scss +13 -4
  232. package/SCSS-Themes/navigations/menu/highcontrast.scss +13 -4
  233. package/SCSS-Themes/navigations/menu/material-dark-lite.scss +13 -4
  234. package/SCSS-Themes/navigations/menu/material-dark.scss +13 -4
  235. package/SCSS-Themes/navigations/menu/material-lite.scss +13 -4
  236. package/SCSS-Themes/navigations/menu/material.scss +13 -4
  237. package/SCSS-Themes/navigations/menu/material3-dark-lite.scss +13 -4
  238. package/SCSS-Themes/navigations/menu/material3-dark.scss +13 -4
  239. package/SCSS-Themes/navigations/menu/material3-lite.scss +13 -4
  240. package/SCSS-Themes/navigations/menu/material3.scss +13 -4
  241. package/SCSS-Themes/navigations/menu/tailwind-dark-lite.scss +13 -4
  242. package/SCSS-Themes/navigations/menu/tailwind-dark.scss +13 -4
  243. package/SCSS-Themes/navigations/menu/tailwind-lite.scss +13 -4
  244. package/SCSS-Themes/navigations/menu/tailwind.scss +13 -4
  245. package/SCSS-Themes/navigations/menu/tailwind3-dark-lite.scss +13 -4
  246. package/SCSS-Themes/navigations/menu/tailwind3-dark.scss +13 -4
  247. package/SCSS-Themes/navigations/menu/tailwind3-lite.scss +13 -4
  248. package/SCSS-Themes/navigations/menu/tailwind3.scss +13 -4
  249. package/SCSS-Themes/navigations/toolbar/bds-dark-lite.scss +13 -0
  250. package/SCSS-Themes/navigations/toolbar/bds-dark.scss +13 -0
  251. package/SCSS-Themes/navigations/toolbar/bds-lite.scss +13 -0
  252. package/SCSS-Themes/navigations/toolbar/bds.scss +13 -0
  253. package/SCSS-Themes/navigations/toolbar/bootstrap-dark-lite.scss +13 -0
  254. package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +13 -0
  255. package/SCSS-Themes/navigations/toolbar/bootstrap-lite.scss +13 -0
  256. package/SCSS-Themes/navigations/toolbar/bootstrap.scss +13 -0
  257. package/SCSS-Themes/navigations/toolbar/bootstrap4-lite.scss +13 -0
  258. package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +13 -0
  259. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark-lite.scss +13 -0
  260. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +13 -0
  261. package/SCSS-Themes/navigations/toolbar/bootstrap5-lite.scss +13 -0
  262. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark-lite.scss +13 -0
  263. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark.scss +13 -0
  264. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-lite.scss +13 -0
  265. package/SCSS-Themes/navigations/toolbar/bootstrap5.3.scss +13 -0
  266. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +13 -0
  267. package/SCSS-Themes/navigations/toolbar/fabric-dark-lite.scss +13 -0
  268. package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +13 -0
  269. package/SCSS-Themes/navigations/toolbar/fabric-lite.scss +13 -0
  270. package/SCSS-Themes/navigations/toolbar/fabric.scss +13 -0
  271. package/SCSS-Themes/navigations/toolbar/fluent-dark-lite.scss +13 -0
  272. package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +13 -0
  273. package/SCSS-Themes/navigations/toolbar/fluent-lite.scss +13 -0
  274. package/SCSS-Themes/navigations/toolbar/fluent.scss +13 -0
  275. package/SCSS-Themes/navigations/toolbar/fluent2-dark-lite.scss +13 -0
  276. package/SCSS-Themes/navigations/toolbar/fluent2-dark.scss +13 -0
  277. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast-lite.scss +13 -0
  278. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast.scss +13 -0
  279. package/SCSS-Themes/navigations/toolbar/fluent2-lite.scss +13 -0
  280. package/SCSS-Themes/navigations/toolbar/fluent2.scss +13 -0
  281. package/SCSS-Themes/navigations/toolbar/highcontrast-lite.scss +13 -0
  282. package/SCSS-Themes/navigations/toolbar/highcontrast.scss +13 -0
  283. package/SCSS-Themes/navigations/toolbar/material-dark-lite.scss +13 -0
  284. package/SCSS-Themes/navigations/toolbar/material-dark.scss +13 -0
  285. package/SCSS-Themes/navigations/toolbar/material-lite.scss +13 -0
  286. package/SCSS-Themes/navigations/toolbar/material.scss +13 -0
  287. package/SCSS-Themes/navigations/toolbar/material3-dark-lite.scss +13 -0
  288. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +13 -0
  289. package/SCSS-Themes/navigations/toolbar/material3-lite.scss +13 -0
  290. package/SCSS-Themes/navigations/toolbar/material3.scss +13 -0
  291. package/SCSS-Themes/navigations/toolbar/tailwind-dark-lite.scss +13 -0
  292. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +13 -0
  293. package/SCSS-Themes/navigations/toolbar/tailwind-lite.scss +13 -0
  294. package/SCSS-Themes/navigations/toolbar/tailwind.scss +13 -0
  295. package/SCSS-Themes/navigations/toolbar/tailwind3-dark-lite.scss +13 -0
  296. package/SCSS-Themes/navigations/toolbar/tailwind3-dark.scss +13 -0
  297. package/SCSS-Themes/navigations/toolbar/tailwind3-lite.scss +13 -0
  298. package/SCSS-Themes/navigations/toolbar/tailwind3.scss +13 -0
  299. package/SCSS-Themes/tailwind-dark-lite.scss +53 -4
  300. package/SCSS-Themes/tailwind-dark.scss +53 -4
  301. package/SCSS-Themes/tailwind-lite.scss +53 -4
  302. package/SCSS-Themes/tailwind.scss +53 -4
  303. package/SCSS-Themes/tailwind3-dark-lite.scss +53 -4
  304. package/SCSS-Themes/tailwind3-dark.scss +53 -4
  305. package/SCSS-Themes/tailwind3-lite.scss +53 -4
  306. package/SCSS-Themes/tailwind3.scss +53 -4
  307. package/package.json +1 -1
@@ -26991,6 +26991,15 @@ ejs-sidebar {
26991
26991
  .e-menu-container .e-menu .e-menu-item.e-focused .e-menu-icon {
26992
26992
  color: var(--color-sf-icon-color-pressed);
26993
26993
  }
26994
+ .e-menu-wrapper .e-menu .e-menu-item.e-focused:focus-visible,
26995
+ .e-menu-container .e-menu .e-menu-item.e-focused:focus-visible {
26996
+ color: var(--color-sf-content-text-color);
26997
+ }
26998
+ .e-menu-wrapper .e-menu .e-menu-item.e-focused:focus-visible .e-caret, .e-menu-wrapper .e-menu .e-menu-item.e-focused:focus-visible .e-menu-icon,
26999
+ .e-menu-container .e-menu .e-menu-item.e-focused:focus-visible .e-caret,
27000
+ .e-menu-container .e-menu .e-menu-item.e-focused:focus-visible .e-menu-icon {
27001
+ color: var(--color-sf-icon-color);
27002
+ }
26994
27003
  .e-menu-wrapper .e-menu .e-menu-item.e-selected, .e-menu-wrapper .e-menu .e-menu-item.e-active-item,
26995
27004
  .e-menu-container .e-menu .e-menu-item.e-selected,
26996
27005
  .e-menu-container .e-menu .e-menu-item.e-active-item {
@@ -27014,8 +27023,8 @@ ejs-sidebar {
27014
27023
  .e-menu-container .e-menu .e-menu-item.e-separator {
27015
27024
  border-bottom-color: var(--color-sf-border-light);
27016
27025
  }
27017
- .e-menu-wrapper .e-menu .e-menu-item:focus-visible,
27018
- .e-menu-container .e-menu .e-menu-item:focus-visible {
27026
+ .e-menu-wrapper .e-menu .e-menu-item:focus-visible:not(.e-selected),
27027
+ .e-menu-container .e-menu .e-menu-item:focus-visible:not(.e-selected) {
27019
27028
  border-radius: 4px;
27020
27029
  background-color: var(--color-sf-content-bg-color);
27021
27030
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
@@ -27081,7 +27090,7 @@ ejs-sidebar {
27081
27090
  }
27082
27091
  .e-menu-wrapper .e-ul .e-menu-item:focus-visible,
27083
27092
  .e-menu-container .e-ul .e-menu-item:focus-visible {
27084
- background-color: var(--color-sf-content-bg-color);
27093
+ background-color: var(--color-sf-flyout-bg-color-focus);
27085
27094
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
27086
27095
  border-radius: 4px;
27087
27096
  }
@@ -48794,7 +48803,7 @@ span.e-table-box.e-rbox-select {
48794
48803
  }
48795
48804
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:focus,
48796
48805
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:focus {
48797
- border: 1px solid transparent;
48806
+ border: 1px solid var(--color-sf-primary);
48798
48807
  border-left: 2px solid;
48799
48808
  }
48800
48809
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-kanban-dragged-card,
@@ -63943,6 +63952,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63943
63952
  top: calc(50% + 60px);
63944
63953
  }
63945
63954
 
63955
+ .e-image-editor.e-control.e-readonly {
63956
+ opacity: 1 !important;
63957
+ /* stylelint-disable-line declaration-no-important */
63958
+ }
63959
+
63946
63960
  .e-image-editor {
63947
63961
  background: var(--color-sf-content-bg-color-alt1);
63948
63962
  }
@@ -37095,6 +37095,15 @@ ejs-sidebar {
37095
37095
  .e-menu-container .e-menu .e-menu-item.e-focused .e-menu-icon {
37096
37096
  color: var(--color-sf-icon-color-pressed);
37097
37097
  }
37098
+ .e-menu-wrapper .e-menu .e-menu-item.e-focused:focus-visible,
37099
+ .e-menu-container .e-menu .e-menu-item.e-focused:focus-visible {
37100
+ color: var(--color-sf-content-text-color);
37101
+ }
37102
+ .e-menu-wrapper .e-menu .e-menu-item.e-focused:focus-visible .e-caret, .e-menu-wrapper .e-menu .e-menu-item.e-focused:focus-visible .e-menu-icon,
37103
+ .e-menu-container .e-menu .e-menu-item.e-focused:focus-visible .e-caret,
37104
+ .e-menu-container .e-menu .e-menu-item.e-focused:focus-visible .e-menu-icon {
37105
+ color: var(--color-sf-icon-color);
37106
+ }
37098
37107
  .e-menu-wrapper .e-menu .e-menu-item.e-selected, .e-menu-wrapper .e-menu .e-menu-item.e-active-item,
37099
37108
  .e-menu-container .e-menu .e-menu-item.e-selected,
37100
37109
  .e-menu-container .e-menu .e-menu-item.e-active-item {
@@ -37118,8 +37127,8 @@ ejs-sidebar {
37118
37127
  .e-menu-container .e-menu .e-menu-item.e-separator {
37119
37128
  border-bottom-color: var(--color-sf-border-light);
37120
37129
  }
37121
- .e-menu-wrapper .e-menu .e-menu-item:focus-visible,
37122
- .e-menu-container .e-menu .e-menu-item:focus-visible {
37130
+ .e-menu-wrapper .e-menu .e-menu-item:focus-visible:not(.e-selected),
37131
+ .e-menu-container .e-menu .e-menu-item:focus-visible:not(.e-selected) {
37123
37132
  border-radius: 4px;
37124
37133
  background-color: var(--color-sf-content-bg-color);
37125
37134
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
@@ -37185,7 +37194,7 @@ ejs-sidebar {
37185
37194
  }
37186
37195
  .e-menu-wrapper .e-ul .e-menu-item:focus-visible,
37187
37196
  .e-menu-container .e-ul .e-menu-item:focus-visible {
37188
- background-color: var(--color-sf-content-bg-color);
37197
+ background-color: var(--color-sf-flyout-bg-color-focus);
37189
37198
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
37190
37199
  border-radius: 4px;
37191
37200
  }
@@ -64443,7 +64452,7 @@ span.e-table-box.e-rbox-select {
64443
64452
  }
64444
64453
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:focus,
64445
64454
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:focus {
64446
- border: 1px solid transparent;
64455
+ border: 1px solid var(--color-sf-primary);
64447
64456
  border-left: 2px solid;
64448
64457
  }
64449
64458
  .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-kanban-dragged-card,
@@ -82816,6 +82825,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
82816
82825
  top: calc(50% + 60px);
82817
82826
  }
82818
82827
 
82828
+ .e-image-editor.e-control.e-readonly {
82829
+ opacity: 1 !important;
82830
+ /* stylelint-disable-line declaration-no-important */
82831
+ }
82832
+
82819
82833
  .e-image-editor {
82820
82834
  background: var(--color-sf-content-bg-color-alt1);
82821
82835
  }
@@ -59566,6 +59566,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
59566
59566
  top: calc(50% + 60px);
59567
59567
  }
59568
59568
 
59569
+ .e-image-editor.e-control.e-readonly {
59570
+ opacity: 1 !important;
59571
+ /* stylelint-disable-line declaration-no-important */
59572
+ }
59573
+
59569
59574
  .e-image-editor {
59570
59575
  background: #000;
59571
59576
  }
@@ -75238,6 +75238,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
75238
75238
  top: calc(50% + 60px);
75239
75239
  }
75240
75240
 
75241
+ .e-image-editor.e-control.e-readonly {
75242
+ opacity: 1 !important;
75243
+ /* stylelint-disable-line declaration-no-important */
75244
+ }
75245
+
75241
75246
  .e-image-editor {
75242
75247
  background: #000;
75243
75248
  }
@@ -8092,6 +8092,19 @@ textarea.e-outline,
8092
8092
  border-bottom: transparent;
8093
8093
  }
8094
8094
 
8095
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
8096
+ padding: 0;
8097
+ }
8098
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
8099
+ padding: 14px 2px 5px 12px;
8100
+ }
8101
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
8102
+ padding-left: 12px;
8103
+ }
8104
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
8105
+ padding-right: 17px;
8106
+ }
8107
+
8095
8108
  /* stylelint-disable-line no-empty-source */
8096
8109
  /*! input theme */
8097
8110
  input.e-input,
@@ -63861,6 +63874,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
63861
63874
  top: calc(50% + 60px);
63862
63875
  }
63863
63876
 
63877
+ .e-image-editor.e-control.e-readonly {
63878
+ opacity: 1 !important;
63879
+ /* stylelint-disable-line declaration-no-important */
63880
+ }
63881
+
63864
63882
  .e-image-editor {
63865
63883
  background: #292929;
63866
63884
  }
@@ -8273,6 +8273,19 @@ textarea.e-outline,
8273
8273
  border-bottom: transparent;
8274
8274
  }
8275
8275
 
8276
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
8277
+ padding: 0;
8278
+ }
8279
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
8280
+ padding: 14px 2px 5px 12px;
8281
+ }
8282
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
8283
+ padding-left: 12px;
8284
+ }
8285
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
8286
+ padding-right: 17px;
8287
+ }
8288
+
8276
8289
  /* stylelint-disable-line no-empty-source */
8277
8290
  /*! input theme */
8278
8291
  input.e-input,
@@ -83880,6 +83893,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
83880
83893
  top: calc(50% + 60px);
83881
83894
  }
83882
83895
 
83896
+ .e-image-editor.e-control.e-readonly {
83897
+ opacity: 1 !important;
83898
+ /* stylelint-disable-line declaration-no-important */
83899
+ }
83900
+
83883
83901
  .e-image-editor {
83884
83902
  background: #292929;
83885
83903
  }
@@ -8098,6 +8098,19 @@ textarea.e-outline,
8098
8098
  border-bottom: transparent;
8099
8099
  }
8100
8100
 
8101
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
8102
+ padding: 0;
8103
+ }
8104
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
8105
+ padding: 14px 2px 5px 12px;
8106
+ }
8107
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
8108
+ padding-left: 12px;
8109
+ }
8110
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
8111
+ padding-right: 17px;
8112
+ }
8113
+
8101
8114
  /* stylelint-disable-line no-empty-source */
8102
8115
  /*! input theme */
8103
8116
  input.e-input,
@@ -64005,6 +64018,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
64005
64018
  top: calc(50% + 60px);
64006
64019
  }
64007
64020
 
64021
+ .e-image-editor.e-control.e-readonly {
64022
+ opacity: 1 !important;
64023
+ /* stylelint-disable-line declaration-no-important */
64024
+ }
64025
+
64008
64026
  .e-image-editor {
64009
64027
  background: #eee;
64010
64028
  }
@@ -8300,6 +8300,19 @@ textarea.e-outline,
8300
8300
  border-bottom: transparent;
8301
8301
  }
8302
8302
 
8303
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
8304
+ padding: 0;
8305
+ }
8306
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
8307
+ padding: 14px 2px 5px 12px;
8308
+ }
8309
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
8310
+ padding-left: 12px;
8311
+ }
8312
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
8313
+ padding-right: 17px;
8314
+ }
8315
+
8303
8316
  /* stylelint-disable-line no-empty-source */
8304
8317
  /*! input theme */
8305
8318
  input.e-input,
@@ -84087,6 +84100,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
84087
84100
  top: calc(50% + 60px);
84088
84101
  }
84089
84102
 
84103
+ .e-image-editor.e-control.e-readonly {
84104
+ opacity: 1 !important;
84105
+ /* stylelint-disable-line declaration-no-important */
84106
+ }
84107
+
84090
84108
  .e-image-editor {
84091
84109
  background: #eee;
84092
84110
  }
@@ -7324,6 +7324,19 @@ textarea.e-outline,
7324
7324
  border-width: 0 0 1px 0;
7325
7325
  }
7326
7326
 
7327
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
7328
+ padding: 0;
7329
+ }
7330
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
7331
+ padding: 14px 2px 5px 12px;
7332
+ }
7333
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
7334
+ padding-left: 12px;
7335
+ }
7336
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
7337
+ margin-right: 10px;
7338
+ }
7339
+
7327
7340
  /* stylelint-disable-line no-empty-source */
7328
7341
  /*! input theme */
7329
7342
  input.e-input,
@@ -64154,6 +64167,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
64154
64167
  top: calc(50% + 60px);
64155
64168
  }
64156
64169
 
64170
+ .e-image-editor.e-control.e-readonly {
64171
+ opacity: 1 !important;
64172
+ /* stylelint-disable-line declaration-no-important */
64173
+ }
64174
+
64157
64175
  .e-image-editor {
64158
64176
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
64159
64177
  }
@@ -7530,6 +7530,19 @@ textarea.e-outline,
7530
7530
  border-width: 0 0 1px 0;
7531
7531
  }
7532
7532
 
7533
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
7534
+ padding: 0;
7535
+ }
7536
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
7537
+ padding: 14px 2px 5px 12px;
7538
+ }
7539
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
7540
+ padding-left: 12px;
7541
+ }
7542
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
7543
+ margin-right: 10px;
7544
+ }
7545
+
7533
7546
  /* stylelint-disable-line no-empty-source */
7534
7547
  /*! input theme */
7535
7548
  input.e-input,
@@ -85028,6 +85041,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
85028
85041
  top: calc(50% + 60px);
85029
85042
  }
85030
85043
 
85044
+ .e-image-editor.e-control.e-readonly {
85045
+ opacity: 1 !important;
85046
+ /* stylelint-disable-line declaration-no-important */
85047
+ }
85048
+
85031
85049
  .e-image-editor {
85032
85050
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
85033
85051
  }
@@ -7380,6 +7380,19 @@ textarea.e-outline,
7380
7380
  border-width: 0 0 1px 0;
7381
7381
  }
7382
7382
 
7383
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
7384
+ padding: 0;
7385
+ }
7386
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
7387
+ padding: 14px 2px 5px 12px;
7388
+ }
7389
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
7390
+ padding-left: 12px;
7391
+ }
7392
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
7393
+ margin-right: 10px;
7394
+ }
7395
+
7383
7396
  /* stylelint-disable-line no-empty-source */
7384
7397
  /*! input theme */
7385
7398
  input.e-input,
@@ -64201,6 +64214,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
64201
64214
  top: calc(50% + 60px);
64202
64215
  }
64203
64216
 
64217
+ .e-image-editor.e-control.e-readonly {
64218
+ opacity: 1 !important;
64219
+ /* stylelint-disable-line declaration-no-important */
64220
+ }
64221
+
64204
64222
  .e-image-editor {
64205
64223
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
64206
64224
  }
@@ -7586,6 +7586,19 @@ textarea.e-outline,
7586
7586
  border-width: 0 0 1px 0;
7587
7587
  }
7588
7588
 
7589
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
7590
+ padding: 0;
7591
+ }
7592
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) input {
7593
+ padding: 14px 2px 5px 12px;
7594
+ }
7595
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) label.e-float-text {
7596
+ padding-left: 12px;
7597
+ }
7598
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) .e-input-in-wrap .e-input-group-icon {
7599
+ margin-right: 10px;
7600
+ }
7601
+
7589
7602
  /* stylelint-disable-line no-empty-source */
7590
7603
  /*! input theme */
7591
7604
  input.e-input,
@@ -85071,6 +85084,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
85071
85084
  top: calc(50% + 60px);
85072
85085
  }
85073
85086
 
85087
+ .e-image-editor.e-control.e-readonly {
85088
+ opacity: 1 !important;
85089
+ /* stylelint-disable-line declaration-no-important */
85090
+ }
85091
+
85074
85092
  .e-image-editor {
85075
85093
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
85076
85094
  }
@@ -59031,6 +59031,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
59031
59031
  top: calc(50% + 60px);
59032
59032
  }
59033
59033
 
59034
+ .e-image-editor.e-control.e-readonly {
59035
+ opacity: 1 !important;
59036
+ /* stylelint-disable-line declaration-no-important */
59037
+ }
59038
+
59034
59039
  .e-image-editor {
59035
59040
  background: #4b5563;
59036
59041
  }
@@ -75945,6 +75945,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
75945
75945
  top: calc(50% + 60px);
75946
75946
  }
75947
75947
 
75948
+ .e-image-editor.e-control.e-readonly {
75949
+ opacity: 1 !important;
75950
+ /* stylelint-disable-line declaration-no-important */
75951
+ }
75952
+
75948
75953
  .e-image-editor {
75949
75954
  background: #4b5563;
75950
75955
  }
@@ -59031,6 +59031,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
59031
59031
  top: calc(50% + 60px);
59032
59032
  }
59033
59033
 
59034
+ .e-image-editor.e-control.e-readonly {
59035
+ opacity: 1 !important;
59036
+ /* stylelint-disable-line declaration-no-important */
59037
+ }
59038
+
59034
59039
  .e-image-editor {
59035
59040
  background: #e5e7eb;
59036
59041
  }
@@ -75945,6 +75945,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
75945
75945
  top: calc(50% + 60px);
75946
75946
  }
75947
75947
 
75948
+ .e-image-editor.e-control.e-readonly {
75949
+ opacity: 1 !important;
75950
+ /* stylelint-disable-line declaration-no-important */
75951
+ }
75952
+
75948
75953
  .e-image-editor {
75949
75954
  background: #e5e7eb;
75950
75955
  }
@@ -61886,6 +61886,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
61886
61886
  top: calc(50% + 60px);
61887
61887
  }
61888
61888
 
61889
+ .e-image-editor.e-control.e-readonly {
61890
+ opacity: 1 !important;
61891
+ /* stylelint-disable-line declaration-no-important */
61892
+ }
61893
+
61889
61894
  .e-image-editor {
61890
61895
  background: var(--color-sf-content-bg-color);
61891
61896
  }
@@ -80388,6 +80388,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
80388
80388
  top: calc(50% + 60px);
80389
80389
  }
80390
80390
 
80391
+ .e-image-editor.e-control.e-readonly {
80392
+ opacity: 1 !important;
80393
+ /* stylelint-disable-line declaration-no-important */
80394
+ }
80395
+
80391
80396
  .e-image-editor {
80392
80397
  background: var(--color-sf-content-bg-color);
80393
80398
  }
@@ -62289,6 +62289,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
62289
62289
  top: calc(50% + 60px);
62290
62290
  }
62291
62291
 
62292
+ .e-image-editor.e-control.e-readonly {
62293
+ opacity: 1 !important;
62294
+ /* stylelint-disable-line declaration-no-important */
62295
+ }
62296
+
62292
62297
  .e-image-editor {
62293
62298
  background: var(--color-sf-content-bg-color);
62294
62299
  }
@@ -80787,6 +80787,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
80787
80787
  top: calc(50% + 60px);
80788
80788
  }
80789
80789
 
80790
+ .e-image-editor.e-control.e-readonly {
80791
+ opacity: 1 !important;
80792
+ /* stylelint-disable-line declaration-no-important */
80793
+ }
80794
+
80790
80795
  .e-image-editor {
80791
80796
  background: var(--color-sf-content-bg-color);
80792
80797
  }
@@ -9885,6 +9885,29 @@ $input-error-text-color:$danger !default;
9885
9885
  border-bottom: transparent;
9886
9886
  }
9887
9887
  }
9888
+
9889
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9890
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9891
+ padding: 0;
9892
+
9893
+ input {
9894
+ padding: 14px 2px 5px 12px;
9895
+ }
9896
+
9897
+ label.e-float-text {
9898
+ padding-left: 12px;
9899
+ }
9900
+
9901
+ .e-input-in-wrap .e-input-group-icon {
9902
+ @if $input-skin-name == 'material' {
9903
+ padding-right: 17px;
9904
+ }
9905
+ @else {
9906
+ margin-right: 10px;
9907
+ }
9908
+ }
9909
+ }
9910
+ }
9888
9911
  }
9889
9912
 
9890
9913
 
@@ -39373,6 +39396,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
39373
39396
  @else {
39374
39397
  box-shadow: $tbar-ext-btn-focus-box-shadow;
39375
39398
  }
39399
+ @if $skin-name == 'bootstrap5.3' {
39400
+ .e-tbar-btn-text,
39401
+ .e-icons.e-btn-icon {
39402
+ color: $tbar-default-icon-color;
39403
+ }
39404
+ }
39376
39405
  }
39377
39406
 
39378
39407
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -39396,6 +39425,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
39396
39425
  border-color: $tbar-ext-btn-hover-border-color;
39397
39426
  border-style: $tbar-border-nav-type;
39398
39427
  border-width: $tbar-btn-hover-border-size;
39428
+
39429
+ @if $skin-name == 'bootstrap5.3' {
39430
+ .e-tbar-btn-text,
39431
+ .e-icons.e-btn-icon {
39432
+ color: $tbar-btn-text-focus-color;
39433
+ }
39434
+ }
39399
39435
  }
39400
39436
 
39401
39437
  &:active {
@@ -46238,6 +46274,13 @@ $menu-caret-color: $cmenu-caret-color !default;
46238
46274
  }
46239
46275
  @if $skin-name == 'fluent2' {
46240
46276
  border-radius: 4px;
46277
+ &:focus-visible {
46278
+ color: $content-text-color;
46279
+ & .e-caret,
46280
+ & .e-menu-icon {
46281
+ color: $icon-color;
46282
+ }
46283
+ }
46241
46284
  }
46242
46285
  }
46243
46286
  }
@@ -46288,9 +46331,11 @@ $menu-caret-color: $cmenu-caret-color !default;
46288
46331
 
46289
46332
  &:focus-visible {
46290
46333
  @if $skin-name == 'fluent2' {
46291
- border-radius: 4px;
46292
- background-color: $content-bg-color;
46293
- box-shadow: $shadow-focus-ring1;
46334
+ &:not(.e-selected) {
46335
+ border-radius: 4px;
46336
+ background-color: $content-bg-color;
46337
+ box-shadow: $shadow-focus-ring1;
46338
+ }
46294
46339
  }
46295
46340
  @if $skin-name == 'tailwind3' {
46296
46341
  box-shadow: $shadow-focus-ring2;
@@ -46381,7 +46426,7 @@ $menu-caret-color: $cmenu-caret-color !default;
46381
46426
 
46382
46427
  &:focus-visible {
46383
46428
  @if $skin-name == 'fluent2' {
46384
- background-color: $content-bg-color;
46429
+ background-color: $flyout-bg-color-focus;
46385
46430
  box-shadow: $shadow-focus-ring1;
46386
46431
  border-radius: 4px;
46387
46432
  }
@@ -103703,6 +103748,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
103703
103748
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
103704
103749
  top: calc(50% + 60px);
103705
103750
  }
103751
+
103752
+ .e-image-editor.e-control.e-readonly {
103753
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
103754
+ }
103706
103755
  }
103707
103756
 
103708
103757