@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
@@ -9854,6 +9854,29 @@ $float-label-rtl-value: -7px !default;
9854
9854
  border-bottom: transparent;
9855
9855
  }
9856
9856
  }
9857
+
9858
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9859
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9860
+ padding: 0;
9861
+
9862
+ input {
9863
+ padding: 14px 2px 5px 12px;
9864
+ }
9865
+
9866
+ label.e-float-text {
9867
+ padding-left: 12px;
9868
+ }
9869
+
9870
+ .e-input-in-wrap .e-input-group-icon {
9871
+ @if $input-skin-name == 'material' {
9872
+ padding-right: 17px;
9873
+ }
9874
+ @else {
9875
+ margin-right: 10px;
9876
+ }
9877
+ }
9878
+ }
9879
+ }
9857
9880
  }
9858
9881
 
9859
9882
 
@@ -52103,6 +52126,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52103
52126
  @else {
52104
52127
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52105
52128
  }
52129
+ @if $skin-name == 'bootstrap5.3' {
52130
+ .e-tbar-btn-text,
52131
+ .e-icons.e-btn-icon {
52132
+ color: $tbar-default-icon-color;
52133
+ }
52134
+ }
52106
52135
  }
52107
52136
 
52108
52137
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52126,6 +52155,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52126
52155
  border-color: $tbar-ext-btn-hover-border-color;
52127
52156
  border-style: $tbar-border-nav-type;
52128
52157
  border-width: $tbar-btn-hover-border-size;
52158
+
52159
+ @if $skin-name == 'bootstrap5.3' {
52160
+ .e-tbar-btn-text,
52161
+ .e-icons.e-btn-icon {
52162
+ color: $tbar-btn-text-focus-color;
52163
+ }
52164
+ }
52129
52165
  }
52130
52166
 
52131
52167
  &:active {
@@ -60878,6 +60914,13 @@ $menu-header-icon-padding: 0 16px !default;
60878
60914
  }
60879
60915
  @if $skin-name == 'fluent2' {
60880
60916
  border-radius: 4px;
60917
+ &:focus-visible {
60918
+ color: $content-text-color;
60919
+ & .e-caret,
60920
+ & .e-menu-icon {
60921
+ color: $icon-color;
60922
+ }
60923
+ }
60881
60924
  }
60882
60925
  }
60883
60926
  }
@@ -60928,9 +60971,11 @@ $menu-header-icon-padding: 0 16px !default;
60928
60971
 
60929
60972
  &:focus-visible {
60930
60973
  @if $skin-name == 'fluent2' {
60931
- border-radius: 4px;
60932
- background-color: $content-bg-color;
60933
- box-shadow: $shadow-focus-ring1;
60974
+ &:not(.e-selected) {
60975
+ border-radius: 4px;
60976
+ background-color: $content-bg-color;
60977
+ box-shadow: $shadow-focus-ring1;
60978
+ }
60934
60979
  }
60935
60980
  @if $skin-name == 'tailwind3' {
60936
60981
  box-shadow: $shadow-focus-ring2;
@@ -61021,7 +61066,7 @@ $menu-header-icon-padding: 0 16px !default;
61021
61066
 
61022
61067
  &:focus-visible {
61023
61068
  @if $skin-name == 'fluent2' {
61024
- background-color: $content-bg-color;
61069
+ background-color: $flyout-bg-color-focus;
61025
61070
  box-shadow: $shadow-focus-ring1;
61026
61071
  border-radius: 4px;
61027
61072
  }
@@ -133222,6 +133267,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
133222
133267
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133223
133268
  top: calc(50% + 60px);
133224
133269
  }
133270
+
133271
+ .e-image-editor.e-control.e-readonly {
133272
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133273
+ }
133225
133274
  }
133226
133275
 
133227
133276
 
@@ -8865,6 +8865,29 @@ $float-label-rtl-value: -7px !default;
8865
8865
  border-bottom: transparent;
8866
8866
  }
8867
8867
  }
8868
+
8869
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8870
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
8871
+ padding: 0;
8872
+
8873
+ input {
8874
+ padding: 14px 2px 5px 12px;
8875
+ }
8876
+
8877
+ label.e-float-text {
8878
+ padding-left: 12px;
8879
+ }
8880
+
8881
+ .e-input-in-wrap .e-input-group-icon {
8882
+ @if $input-skin-name == 'material' {
8883
+ padding-right: 17px;
8884
+ }
8885
+ @else {
8886
+ margin-right: 10px;
8887
+ }
8888
+ }
8889
+ }
8890
+ }
8868
8891
  }
8869
8892
 
8870
8893
 
@@ -37830,6 +37853,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37830
37853
  @else {
37831
37854
  box-shadow: $tbar-ext-btn-focus-box-shadow;
37832
37855
  }
37856
+ @if $skin-name == 'bootstrap5.3' {
37857
+ .e-tbar-btn-text,
37858
+ .e-icons.e-btn-icon {
37859
+ color: $tbar-default-icon-color;
37860
+ }
37861
+ }
37833
37862
  }
37834
37863
 
37835
37864
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -37853,6 +37882,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37853
37882
  border-color: $tbar-ext-btn-hover-border-color;
37854
37883
  border-style: $tbar-border-nav-type;
37855
37884
  border-width: $tbar-btn-hover-border-size;
37885
+
37886
+ @if $skin-name == 'bootstrap5.3' {
37887
+ .e-tbar-btn-text,
37888
+ .e-icons.e-btn-icon {
37889
+ color: $tbar-btn-text-focus-color;
37890
+ }
37891
+ }
37856
37892
  }
37857
37893
 
37858
37894
  &:active {
@@ -44636,6 +44672,13 @@ $menu-header-icon-padding: 0 16px !default;
44636
44672
  }
44637
44673
  @if $skin-name == 'fluent2' {
44638
44674
  border-radius: 4px;
44675
+ &:focus-visible {
44676
+ color: $content-text-color;
44677
+ & .e-caret,
44678
+ & .e-menu-icon {
44679
+ color: $icon-color;
44680
+ }
44681
+ }
44639
44682
  }
44640
44683
  }
44641
44684
  }
@@ -44686,9 +44729,11 @@ $menu-header-icon-padding: 0 16px !default;
44686
44729
 
44687
44730
  &:focus-visible {
44688
44731
  @if $skin-name == 'fluent2' {
44689
- border-radius: 4px;
44690
- background-color: $content-bg-color;
44691
- box-shadow: $shadow-focus-ring1;
44732
+ &:not(.e-selected) {
44733
+ border-radius: 4px;
44734
+ background-color: $content-bg-color;
44735
+ box-shadow: $shadow-focus-ring1;
44736
+ }
44692
44737
  }
44693
44738
  @if $skin-name == 'tailwind3' {
44694
44739
  box-shadow: $shadow-focus-ring2;
@@ -44779,7 +44824,7 @@ $menu-header-icon-padding: 0 16px !default;
44779
44824
 
44780
44825
  &:focus-visible {
44781
44826
  @if $skin-name == 'fluent2' {
44782
- background-color: $content-bg-color;
44827
+ background-color: $flyout-bg-color-focus;
44783
44828
  box-shadow: $shadow-focus-ring1;
44784
44829
  border-radius: 4px;
44785
44830
  }
@@ -102268,6 +102313,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
102268
102313
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102269
102314
  top: calc(50% + 60px);
102270
102315
  }
102316
+
102317
+ .e-image-editor.e-control.e-readonly {
102318
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102319
+ }
102271
102320
  }
102272
102321
 
102273
102322
 
@@ -9699,6 +9699,29 @@ $float-label-rtl-value: -7px !default;
9699
9699
  border-bottom: transparent;
9700
9700
  }
9701
9701
  }
9702
+
9703
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9704
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9705
+ padding: 0;
9706
+
9707
+ input {
9708
+ padding: 14px 2px 5px 12px;
9709
+ }
9710
+
9711
+ label.e-float-text {
9712
+ padding-left: 12px;
9713
+ }
9714
+
9715
+ .e-input-in-wrap .e-input-group-icon {
9716
+ @if $input-skin-name == 'material' {
9717
+ padding-right: 17px;
9718
+ }
9719
+ @else {
9720
+ margin-right: 10px;
9721
+ }
9722
+ }
9723
+ }
9724
+ }
9702
9725
  }
9703
9726
 
9704
9727
 
@@ -52074,6 +52097,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52074
52097
  @else {
52075
52098
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52076
52099
  }
52100
+ @if $skin-name == 'bootstrap5.3' {
52101
+ .e-tbar-btn-text,
52102
+ .e-icons.e-btn-icon {
52103
+ color: $tbar-default-icon-color;
52104
+ }
52105
+ }
52077
52106
  }
52078
52107
 
52079
52108
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52097,6 +52126,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52097
52126
  border-color: $tbar-ext-btn-hover-border-color;
52098
52127
  border-style: $tbar-border-nav-type;
52099
52128
  border-width: $tbar-btn-hover-border-size;
52129
+
52130
+ @if $skin-name == 'bootstrap5.3' {
52131
+ .e-tbar-btn-text,
52132
+ .e-icons.e-btn-icon {
52133
+ color: $tbar-btn-text-focus-color;
52134
+ }
52135
+ }
52100
52136
  }
52101
52137
 
52102
52138
  &:active {
@@ -60885,6 +60921,13 @@ $menu-header-icon-padding: 0 16px !default;
60885
60921
  }
60886
60922
  @if $skin-name == 'fluent2' {
60887
60923
  border-radius: 4px;
60924
+ &:focus-visible {
60925
+ color: $content-text-color;
60926
+ & .e-caret,
60927
+ & .e-menu-icon {
60928
+ color: $icon-color;
60929
+ }
60930
+ }
60888
60931
  }
60889
60932
  }
60890
60933
  }
@@ -60935,9 +60978,11 @@ $menu-header-icon-padding: 0 16px !default;
60935
60978
 
60936
60979
  &:focus-visible {
60937
60980
  @if $skin-name == 'fluent2' {
60938
- border-radius: 4px;
60939
- background-color: $content-bg-color;
60940
- box-shadow: $shadow-focus-ring1;
60981
+ &:not(.e-selected) {
60982
+ border-radius: 4px;
60983
+ background-color: $content-bg-color;
60984
+ box-shadow: $shadow-focus-ring1;
60985
+ }
60941
60986
  }
60942
60987
  @if $skin-name == 'tailwind3' {
60943
60988
  box-shadow: $shadow-focus-ring2;
@@ -61028,7 +61073,7 @@ $menu-header-icon-padding: 0 16px !default;
61028
61073
 
61029
61074
  &:focus-visible {
61030
61075
  @if $skin-name == 'fluent2' {
61031
- background-color: $content-bg-color;
61076
+ background-color: $flyout-bg-color-focus;
61032
61077
  box-shadow: $shadow-focus-ring1;
61033
61078
  border-radius: 4px;
61034
61079
  }
@@ -133456,6 +133501,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
133456
133501
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133457
133502
  top: calc(50% + 60px);
133458
133503
  }
133504
+
133505
+ .e-image-editor.e-control.e-readonly {
133506
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133507
+ }
133459
133508
  }
133460
133509
 
133461
133510
 
@@ -9060,6 +9060,29 @@ $float-label-rtl-value: -7px !default;
9060
9060
  border-bottom: transparent;
9061
9061
  }
9062
9062
  }
9063
+
9064
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9065
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9066
+ padding: 0;
9067
+
9068
+ input {
9069
+ padding: 14px 2px 5px 12px;
9070
+ }
9071
+
9072
+ label.e-float-text {
9073
+ padding-left: 12px;
9074
+ }
9075
+
9076
+ .e-input-in-wrap .e-input-group-icon {
9077
+ @if $input-skin-name == 'material' {
9078
+ padding-right: 17px;
9079
+ }
9080
+ @else {
9081
+ margin-right: 10px;
9082
+ }
9083
+ }
9084
+ }
9085
+ }
9063
9086
  }
9064
9087
 
9065
9088
 
@@ -38187,6 +38210,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38187
38210
  @else {
38188
38211
  box-shadow: $tbar-ext-btn-focus-box-shadow;
38189
38212
  }
38213
+ @if $skin-name == 'bootstrap5.3' {
38214
+ .e-tbar-btn-text,
38215
+ .e-icons.e-btn-icon {
38216
+ color: $tbar-default-icon-color;
38217
+ }
38218
+ }
38190
38219
  }
38191
38220
 
38192
38221
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38210,6 +38239,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38210
38239
  border-color: $tbar-ext-btn-hover-border-color;
38211
38240
  border-style: $tbar-border-nav-type;
38212
38241
  border-width: $tbar-btn-hover-border-size;
38242
+
38243
+ @if $skin-name == 'bootstrap5.3' {
38244
+ .e-tbar-btn-text,
38245
+ .e-icons.e-btn-icon {
38246
+ color: $tbar-btn-text-focus-color;
38247
+ }
38248
+ }
38213
38249
  }
38214
38250
 
38215
38251
  &:active {
@@ -44967,6 +45003,13 @@ $menu-caret-color: $cmenu-caret-color !default;
44967
45003
  }
44968
45004
  @if $skin-name == 'fluent2' {
44969
45005
  border-radius: 4px;
45006
+ &:focus-visible {
45007
+ color: $content-text-color;
45008
+ & .e-caret,
45009
+ & .e-menu-icon {
45010
+ color: $icon-color;
45011
+ }
45012
+ }
44970
45013
  }
44971
45014
  }
44972
45015
  }
@@ -45017,9 +45060,11 @@ $menu-caret-color: $cmenu-caret-color !default;
45017
45060
 
45018
45061
  &:focus-visible {
45019
45062
  @if $skin-name == 'fluent2' {
45020
- border-radius: 4px;
45021
- background-color: $content-bg-color;
45022
- box-shadow: $shadow-focus-ring1;
45063
+ &:not(.e-selected) {
45064
+ border-radius: 4px;
45065
+ background-color: $content-bg-color;
45066
+ box-shadow: $shadow-focus-ring1;
45067
+ }
45023
45068
  }
45024
45069
  @if $skin-name == 'tailwind3' {
45025
45070
  box-shadow: $shadow-focus-ring2;
@@ -45110,7 +45155,7 @@ $menu-caret-color: $cmenu-caret-color !default;
45110
45155
 
45111
45156
  &:focus-visible {
45112
45157
  @if $skin-name == 'fluent2' {
45113
- background-color: $content-bg-color;
45158
+ background-color: $flyout-bg-color-focus;
45114
45159
  box-shadow: $shadow-focus-ring1;
45115
45160
  border-radius: 4px;
45116
45161
  }
@@ -102424,6 +102469,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
102424
102469
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102425
102470
  top: calc(50% + 60px);
102426
102471
  }
102472
+
102473
+ .e-image-editor.e-control.e-readonly {
102474
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102475
+ }
102427
102476
  }
102428
102477
 
102429
102478
 
@@ -9894,6 +9894,29 @@ $float-label-rtl-value: -7px !default;
9894
9894
  border-bottom: transparent;
9895
9895
  }
9896
9896
  }
9897
+
9898
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9899
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9900
+ padding: 0;
9901
+
9902
+ input {
9903
+ padding: 14px 2px 5px 12px;
9904
+ }
9905
+
9906
+ label.e-float-text {
9907
+ padding-left: 12px;
9908
+ }
9909
+
9910
+ .e-input-in-wrap .e-input-group-icon {
9911
+ @if $input-skin-name == 'material' {
9912
+ padding-right: 17px;
9913
+ }
9914
+ @else {
9915
+ margin-right: 10px;
9916
+ }
9917
+ }
9918
+ }
9919
+ }
9897
9920
  }
9898
9921
 
9899
9922
 
@@ -52431,6 +52454,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52431
52454
  @else {
52432
52455
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52433
52456
  }
52457
+ @if $skin-name == 'bootstrap5.3' {
52458
+ .e-tbar-btn-text,
52459
+ .e-icons.e-btn-icon {
52460
+ color: $tbar-default-icon-color;
52461
+ }
52462
+ }
52434
52463
  }
52435
52464
 
52436
52465
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52454,6 +52483,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52454
52483
  border-color: $tbar-ext-btn-hover-border-color;
52455
52484
  border-style: $tbar-border-nav-type;
52456
52485
  border-width: $tbar-btn-hover-border-size;
52486
+
52487
+ @if $skin-name == 'bootstrap5.3' {
52488
+ .e-tbar-btn-text,
52489
+ .e-icons.e-btn-icon {
52490
+ color: $tbar-btn-text-focus-color;
52491
+ }
52492
+ }
52457
52493
  }
52458
52494
 
52459
52495
  &:active {
@@ -61216,6 +61252,13 @@ $menu-caret-color: $cmenu-caret-color !default;
61216
61252
  }
61217
61253
  @if $skin-name == 'fluent2' {
61218
61254
  border-radius: 4px;
61255
+ &:focus-visible {
61256
+ color: $content-text-color;
61257
+ & .e-caret,
61258
+ & .e-menu-icon {
61259
+ color: $icon-color;
61260
+ }
61261
+ }
61219
61262
  }
61220
61263
  }
61221
61264
  }
@@ -61266,9 +61309,11 @@ $menu-caret-color: $cmenu-caret-color !default;
61266
61309
 
61267
61310
  &:focus-visible {
61268
61311
  @if $skin-name == 'fluent2' {
61269
- border-radius: 4px;
61270
- background-color: $content-bg-color;
61271
- box-shadow: $shadow-focus-ring1;
61312
+ &:not(.e-selected) {
61313
+ border-radius: 4px;
61314
+ background-color: $content-bg-color;
61315
+ box-shadow: $shadow-focus-ring1;
61316
+ }
61272
61317
  }
61273
61318
  @if $skin-name == 'tailwind3' {
61274
61319
  box-shadow: $shadow-focus-ring2;
@@ -61359,7 +61404,7 @@ $menu-caret-color: $cmenu-caret-color !default;
61359
61404
 
61360
61405
  &:focus-visible {
61361
61406
  @if $skin-name == 'fluent2' {
61362
- background-color: $content-bg-color;
61407
+ background-color: $flyout-bg-color-focus;
61363
61408
  box-shadow: $shadow-focus-ring1;
61364
61409
  border-radius: 4px;
61365
61410
  }
@@ -133612,6 +133657,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
133612
133657
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133613
133658
  top: calc(50% + 60px);
133614
133659
  }
133660
+
133661
+ .e-image-editor.e-control.e-readonly {
133662
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133663
+ }
133615
133664
  }
133616
133665
 
133617
133666
 
@@ -9059,6 +9059,29 @@ $float-label-rtl-value: -7px !default;
9059
9059
  border-bottom: transparent;
9060
9060
  }
9061
9061
  }
9062
+
9063
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9064
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9065
+ padding: 0;
9066
+
9067
+ input {
9068
+ padding: 14px 2px 5px 12px;
9069
+ }
9070
+
9071
+ label.e-float-text {
9072
+ padding-left: 12px;
9073
+ }
9074
+
9075
+ .e-input-in-wrap .e-input-group-icon {
9076
+ @if $input-skin-name == 'material' {
9077
+ padding-right: 17px;
9078
+ }
9079
+ @else {
9080
+ margin-right: 10px;
9081
+ }
9082
+ }
9083
+ }
9084
+ }
9062
9085
  }
9063
9086
 
9064
9087
 
@@ -38186,6 +38209,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38186
38209
  @else {
38187
38210
  box-shadow: $tbar-ext-btn-focus-box-shadow;
38188
38211
  }
38212
+ @if $skin-name == 'bootstrap5.3' {
38213
+ .e-tbar-btn-text,
38214
+ .e-icons.e-btn-icon {
38215
+ color: $tbar-default-icon-color;
38216
+ }
38217
+ }
38189
38218
  }
38190
38219
 
38191
38220
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38209,6 +38238,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38209
38238
  border-color: $tbar-ext-btn-hover-border-color;
38210
38239
  border-style: $tbar-border-nav-type;
38211
38240
  border-width: $tbar-btn-hover-border-size;
38241
+
38242
+ @if $skin-name == 'bootstrap5.3' {
38243
+ .e-tbar-btn-text,
38244
+ .e-icons.e-btn-icon {
38245
+ color: $tbar-btn-text-focus-color;
38246
+ }
38247
+ }
38212
38248
  }
38213
38249
 
38214
38250
  &:active {
@@ -44966,6 +45002,13 @@ $menu-caret-color: $cmenu-caret-color !default;
44966
45002
  }
44967
45003
  @if $skin-name == 'fluent2' {
44968
45004
  border-radius: 4px;
45005
+ &:focus-visible {
45006
+ color: $content-text-color;
45007
+ & .e-caret,
45008
+ & .e-menu-icon {
45009
+ color: $icon-color;
45010
+ }
45011
+ }
44969
45012
  }
44970
45013
  }
44971
45014
  }
@@ -45016,9 +45059,11 @@ $menu-caret-color: $cmenu-caret-color !default;
45016
45059
 
45017
45060
  &:focus-visible {
45018
45061
  @if $skin-name == 'fluent2' {
45019
- border-radius: 4px;
45020
- background-color: $content-bg-color;
45021
- box-shadow: $shadow-focus-ring1;
45062
+ &:not(.e-selected) {
45063
+ border-radius: 4px;
45064
+ background-color: $content-bg-color;
45065
+ box-shadow: $shadow-focus-ring1;
45066
+ }
45022
45067
  }
45023
45068
  @if $skin-name == 'tailwind3' {
45024
45069
  box-shadow: $shadow-focus-ring2;
@@ -45109,7 +45154,7 @@ $menu-caret-color: $cmenu-caret-color !default;
45109
45154
 
45110
45155
  &:focus-visible {
45111
45156
  @if $skin-name == 'fluent2' {
45112
- background-color: $content-bg-color;
45157
+ background-color: $flyout-bg-color-focus;
45113
45158
  box-shadow: $shadow-focus-ring1;
45114
45159
  border-radius: 4px;
45115
45160
  }
@@ -102423,6 +102468,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
102423
102468
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102424
102469
  top: calc(50% + 60px);
102425
102470
  }
102471
+
102472
+ .e-image-editor.e-control.e-readonly {
102473
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102474
+ }
102426
102475
  }
102427
102476
 
102428
102477