@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
@@ -10719,6 +10719,29 @@ $input-error-text-color:$danger !default;
10719
10719
  border-bottom: transparent;
10720
10720
  }
10721
10721
  }
10722
+
10723
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10724
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
10725
+ padding: 0;
10726
+
10727
+ input {
10728
+ padding: 14px 2px 5px 12px;
10729
+ }
10730
+
10731
+ label.e-float-text {
10732
+ padding-left: 12px;
10733
+ }
10734
+
10735
+ .e-input-in-wrap .e-input-group-icon {
10736
+ @if $input-skin-name == 'material' {
10737
+ padding-right: 17px;
10738
+ }
10739
+ @else {
10740
+ margin-right: 10px;
10741
+ }
10742
+ }
10743
+ }
10744
+ }
10722
10745
  }
10723
10746
 
10724
10747
 
@@ -53617,6 +53640,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53617
53640
  @else {
53618
53641
  box-shadow: $tbar-ext-btn-focus-box-shadow;
53619
53642
  }
53643
+ @if $skin-name == 'bootstrap5.3' {
53644
+ .e-tbar-btn-text,
53645
+ .e-icons.e-btn-icon {
53646
+ color: $tbar-default-icon-color;
53647
+ }
53648
+ }
53620
53649
  }
53621
53650
 
53622
53651
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -53640,6 +53669,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53640
53669
  border-color: $tbar-ext-btn-hover-border-color;
53641
53670
  border-style: $tbar-border-nav-type;
53642
53671
  border-width: $tbar-btn-hover-border-size;
53672
+
53673
+ @if $skin-name == 'bootstrap5.3' {
53674
+ .e-tbar-btn-text,
53675
+ .e-icons.e-btn-icon {
53676
+ color: $tbar-btn-text-focus-color;
53677
+ }
53678
+ }
53643
53679
  }
53644
53680
 
53645
53681
  &:active {
@@ -62487,6 +62523,13 @@ $menu-caret-color: $cmenu-caret-color !default;
62487
62523
  }
62488
62524
  @if $skin-name == 'fluent2' {
62489
62525
  border-radius: 4px;
62526
+ &:focus-visible {
62527
+ color: $content-text-color;
62528
+ & .e-caret,
62529
+ & .e-menu-icon {
62530
+ color: $icon-color;
62531
+ }
62532
+ }
62490
62533
  }
62491
62534
  }
62492
62535
  }
@@ -62537,9 +62580,11 @@ $menu-caret-color: $cmenu-caret-color !default;
62537
62580
 
62538
62581
  &:focus-visible {
62539
62582
  @if $skin-name == 'fluent2' {
62540
- border-radius: 4px;
62541
- background-color: $content-bg-color;
62542
- box-shadow: $shadow-focus-ring1;
62583
+ &:not(.e-selected) {
62584
+ border-radius: 4px;
62585
+ background-color: $content-bg-color;
62586
+ box-shadow: $shadow-focus-ring1;
62587
+ }
62543
62588
  }
62544
62589
  @if $skin-name == 'tailwind3' {
62545
62590
  box-shadow: $shadow-focus-ring2;
@@ -62630,7 +62675,7 @@ $menu-caret-color: $cmenu-caret-color !default;
62630
62675
 
62631
62676
  &:focus-visible {
62632
62677
  @if $skin-name == 'fluent2' {
62633
- background-color: $content-bg-color;
62678
+ background-color: $flyout-bg-color-focus;
62634
62679
  box-shadow: $shadow-focus-ring1;
62635
62680
  border-radius: 4px;
62636
62681
  }
@@ -134891,6 +134936,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
134891
134936
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
134892
134937
  top: calc(50% + 60px);
134893
134938
  }
134939
+
134940
+ .e-image-editor.e-control.e-readonly {
134941
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
134942
+ }
134894
134943
  }
134895
134944
 
134896
134945
 
@@ -10180,6 +10180,29 @@ $input-error-text-color:$danger !default;
10180
10180
  border-bottom: transparent;
10181
10181
  }
10182
10182
  }
10183
+
10184
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10185
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
10186
+ padding: 0;
10187
+
10188
+ input {
10189
+ padding: 14px 2px 5px 12px;
10190
+ }
10191
+
10192
+ label.e-float-text {
10193
+ padding-left: 12px;
10194
+ }
10195
+
10196
+ .e-input-in-wrap .e-input-group-icon {
10197
+ @if $input-skin-name == 'material' {
10198
+ padding-right: 17px;
10199
+ }
10200
+ @else {
10201
+ margin-right: 10px;
10202
+ }
10203
+ }
10204
+ }
10205
+ }
10183
10206
  }
10184
10207
 
10185
10208
 
@@ -39668,6 +39691,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
39668
39691
  @else {
39669
39692
  box-shadow: $tbar-ext-btn-focus-box-shadow;
39670
39693
  }
39694
+ @if $skin-name == 'bootstrap5.3' {
39695
+ .e-tbar-btn-text,
39696
+ .e-icons.e-btn-icon {
39697
+ color: $tbar-default-icon-color;
39698
+ }
39699
+ }
39671
39700
  }
39672
39701
 
39673
39702
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -39691,6 +39720,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
39691
39720
  border-color: $tbar-ext-btn-hover-border-color;
39692
39721
  border-style: $tbar-border-nav-type;
39693
39722
  border-width: $tbar-btn-hover-border-size;
39723
+
39724
+ @if $skin-name == 'bootstrap5.3' {
39725
+ .e-tbar-btn-text,
39726
+ .e-icons.e-btn-icon {
39727
+ color: $tbar-btn-text-focus-color;
39728
+ }
39729
+ }
39694
39730
  }
39695
39731
 
39696
39732
  &:active {
@@ -46533,6 +46569,13 @@ $menu-caret-color: $cmenu-caret-color !default;
46533
46569
  }
46534
46570
  @if $skin-name == 'fluent2' {
46535
46571
  border-radius: 4px;
46572
+ &:focus-visible {
46573
+ color: $content-text-color;
46574
+ & .e-caret,
46575
+ & .e-menu-icon {
46576
+ color: $icon-color;
46577
+ }
46578
+ }
46536
46579
  }
46537
46580
  }
46538
46581
  }
@@ -46583,9 +46626,11 @@ $menu-caret-color: $cmenu-caret-color !default;
46583
46626
 
46584
46627
  &:focus-visible {
46585
46628
  @if $skin-name == 'fluent2' {
46586
- border-radius: 4px;
46587
- background-color: $content-bg-color;
46588
- box-shadow: $shadow-focus-ring1;
46629
+ &:not(.e-selected) {
46630
+ border-radius: 4px;
46631
+ background-color: $content-bg-color;
46632
+ box-shadow: $shadow-focus-ring1;
46633
+ }
46589
46634
  }
46590
46635
  @if $skin-name == 'tailwind3' {
46591
46636
  box-shadow: $shadow-focus-ring2;
@@ -46676,7 +46721,7 @@ $menu-caret-color: $cmenu-caret-color !default;
46676
46721
 
46677
46722
  &:focus-visible {
46678
46723
  @if $skin-name == 'fluent2' {
46679
- background-color: $content-bg-color;
46724
+ background-color: $flyout-bg-color-focus;
46680
46725
  box-shadow: $shadow-focus-ring1;
46681
46726
  border-radius: 4px;
46682
46727
  }
@@ -103998,6 +104043,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
103998
104043
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
103999
104044
  top: calc(50% + 60px);
104000
104045
  }
104046
+
104047
+ .e-image-editor.e-control.e-readonly {
104048
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
104049
+ }
104001
104050
  }
104002
104051
 
104003
104052
 
@@ -11014,6 +11014,29 @@ $input-error-text-color:$danger !default;
11014
11014
  border-bottom: transparent;
11015
11015
  }
11016
11016
  }
11017
+
11018
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
11019
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
11020
+ padding: 0;
11021
+
11022
+ input {
11023
+ padding: 14px 2px 5px 12px;
11024
+ }
11025
+
11026
+ label.e-float-text {
11027
+ padding-left: 12px;
11028
+ }
11029
+
11030
+ .e-input-in-wrap .e-input-group-icon {
11031
+ @if $input-skin-name == 'material' {
11032
+ padding-right: 17px;
11033
+ }
11034
+ @else {
11035
+ margin-right: 10px;
11036
+ }
11037
+ }
11038
+ }
11039
+ }
11017
11040
  }
11018
11041
 
11019
11042
 
@@ -53912,6 +53935,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53912
53935
  @else {
53913
53936
  box-shadow: $tbar-ext-btn-focus-box-shadow;
53914
53937
  }
53938
+ @if $skin-name == 'bootstrap5.3' {
53939
+ .e-tbar-btn-text,
53940
+ .e-icons.e-btn-icon {
53941
+ color: $tbar-default-icon-color;
53942
+ }
53943
+ }
53915
53944
  }
53916
53945
 
53917
53946
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -53935,6 +53964,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53935
53964
  border-color: $tbar-ext-btn-hover-border-color;
53936
53965
  border-style: $tbar-border-nav-type;
53937
53966
  border-width: $tbar-btn-hover-border-size;
53967
+
53968
+ @if $skin-name == 'bootstrap5.3' {
53969
+ .e-tbar-btn-text,
53970
+ .e-icons.e-btn-icon {
53971
+ color: $tbar-btn-text-focus-color;
53972
+ }
53973
+ }
53938
53974
  }
53939
53975
 
53940
53976
  &:active {
@@ -62782,6 +62818,13 @@ $menu-caret-color: $cmenu-caret-color !default;
62782
62818
  }
62783
62819
  @if $skin-name == 'fluent2' {
62784
62820
  border-radius: 4px;
62821
+ &:focus-visible {
62822
+ color: $content-text-color;
62823
+ & .e-caret,
62824
+ & .e-menu-icon {
62825
+ color: $icon-color;
62826
+ }
62827
+ }
62785
62828
  }
62786
62829
  }
62787
62830
  }
@@ -62832,9 +62875,11 @@ $menu-caret-color: $cmenu-caret-color !default;
62832
62875
 
62833
62876
  &:focus-visible {
62834
62877
  @if $skin-name == 'fluent2' {
62835
- border-radius: 4px;
62836
- background-color: $content-bg-color;
62837
- box-shadow: $shadow-focus-ring1;
62878
+ &:not(.e-selected) {
62879
+ border-radius: 4px;
62880
+ background-color: $content-bg-color;
62881
+ box-shadow: $shadow-focus-ring1;
62882
+ }
62838
62883
  }
62839
62884
  @if $skin-name == 'tailwind3' {
62840
62885
  box-shadow: $shadow-focus-ring2;
@@ -62925,7 +62970,7 @@ $menu-caret-color: $cmenu-caret-color !default;
62925
62970
 
62926
62971
  &:focus-visible {
62927
62972
  @if $skin-name == 'fluent2' {
62928
- background-color: $content-bg-color;
62973
+ background-color: $flyout-bg-color-focus;
62929
62974
  box-shadow: $shadow-focus-ring1;
62930
62975
  border-radius: 4px;
62931
62976
  }
@@ -135186,6 +135231,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
135186
135231
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
135187
135232
  top: calc(50% + 60px);
135188
135233
  }
135234
+
135235
+ .e-image-editor.e-control.e-readonly {
135236
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
135237
+ }
135189
135238
  }
135190
135239
 
135191
135240
 
@@ -9035,6 +9035,29 @@ $float-label-rtl-value: -7px !default;
9035
9035
  border-bottom: transparent;
9036
9036
  }
9037
9037
  }
9038
+
9039
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9040
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9041
+ padding: 0;
9042
+
9043
+ input {
9044
+ padding: 14px 2px 5px 12px;
9045
+ }
9046
+
9047
+ label.e-float-text {
9048
+ padding-left: 12px;
9049
+ }
9050
+
9051
+ .e-input-in-wrap .e-input-group-icon {
9052
+ @if $input-skin-name == 'material' {
9053
+ padding-right: 17px;
9054
+ }
9055
+ @else {
9056
+ margin-right: 10px;
9057
+ }
9058
+ }
9059
+ }
9060
+ }
9038
9061
  }
9039
9062
 
9040
9063
 
@@ -38085,6 +38108,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38085
38108
  @else {
38086
38109
  box-shadow: $tbar-ext-btn-focus-box-shadow;
38087
38110
  }
38111
+ @if $skin-name == 'bootstrap5.3' {
38112
+ .e-tbar-btn-text,
38113
+ .e-icons.e-btn-icon {
38114
+ color: $tbar-default-icon-color;
38115
+ }
38116
+ }
38088
38117
  }
38089
38118
 
38090
38119
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38108,6 +38137,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38108
38137
  border-color: $tbar-ext-btn-hover-border-color;
38109
38138
  border-style: $tbar-border-nav-type;
38110
38139
  border-width: $tbar-btn-hover-border-size;
38140
+
38141
+ @if $skin-name == 'bootstrap5.3' {
38142
+ .e-tbar-btn-text,
38143
+ .e-icons.e-btn-icon {
38144
+ color: $tbar-btn-text-focus-color;
38145
+ }
38146
+ }
38111
38147
  }
38112
38148
 
38113
38149
  &:active {
@@ -44855,6 +44891,13 @@ $menu-header-icon-padding: 0 16px !default;
44855
44891
  }
44856
44892
  @if $skin-name == 'fluent2' {
44857
44893
  border-radius: 4px;
44894
+ &:focus-visible {
44895
+ color: $content-text-color;
44896
+ & .e-caret,
44897
+ & .e-menu-icon {
44898
+ color: $icon-color;
44899
+ }
44900
+ }
44858
44901
  }
44859
44902
  }
44860
44903
  }
@@ -44905,9 +44948,11 @@ $menu-header-icon-padding: 0 16px !default;
44905
44948
 
44906
44949
  &:focus-visible {
44907
44950
  @if $skin-name == 'fluent2' {
44908
- border-radius: 4px;
44909
- background-color: $content-bg-color;
44910
- box-shadow: $shadow-focus-ring1;
44951
+ &:not(.e-selected) {
44952
+ border-radius: 4px;
44953
+ background-color: $content-bg-color;
44954
+ box-shadow: $shadow-focus-ring1;
44955
+ }
44911
44956
  }
44912
44957
  @if $skin-name == 'tailwind3' {
44913
44958
  box-shadow: $shadow-focus-ring2;
@@ -44998,7 +45043,7 @@ $menu-header-icon-padding: 0 16px !default;
44998
45043
 
44999
45044
  &:focus-visible {
45000
45045
  @if $skin-name == 'fluent2' {
45001
- background-color: $content-bg-color;
45046
+ background-color: $flyout-bg-color-focus;
45002
45047
  box-shadow: $shadow-focus-ring1;
45003
45048
  border-radius: 4px;
45004
45049
  }
@@ -102215,6 +102260,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
102215
102260
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102216
102261
  top: calc(50% + 60px);
102217
102262
  }
102263
+
102264
+ .e-image-editor.e-control.e-readonly {
102265
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102266
+ }
102218
102267
  }
102219
102268
 
102220
102269
 
@@ -9869,6 +9869,29 @@ $float-label-rtl-value: -7px !default;
9869
9869
  border-bottom: transparent;
9870
9870
  }
9871
9871
  }
9872
+
9873
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9874
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9875
+ padding: 0;
9876
+
9877
+ input {
9878
+ padding: 14px 2px 5px 12px;
9879
+ }
9880
+
9881
+ label.e-float-text {
9882
+ padding-left: 12px;
9883
+ }
9884
+
9885
+ .e-input-in-wrap .e-input-group-icon {
9886
+ @if $input-skin-name == 'material' {
9887
+ padding-right: 17px;
9888
+ }
9889
+ @else {
9890
+ margin-right: 10px;
9891
+ }
9892
+ }
9893
+ }
9894
+ }
9872
9895
  }
9873
9896
 
9874
9897
 
@@ -52329,6 +52352,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52329
52352
  @else {
52330
52353
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52331
52354
  }
52355
+ @if $skin-name == 'bootstrap5.3' {
52356
+ .e-tbar-btn-text,
52357
+ .e-icons.e-btn-icon {
52358
+ color: $tbar-default-icon-color;
52359
+ }
52360
+ }
52332
52361
  }
52333
52362
 
52334
52363
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52352,6 +52381,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52352
52381
  border-color: $tbar-ext-btn-hover-border-color;
52353
52382
  border-style: $tbar-border-nav-type;
52354
52383
  border-width: $tbar-btn-hover-border-size;
52384
+
52385
+ @if $skin-name == 'bootstrap5.3' {
52386
+ .e-tbar-btn-text,
52387
+ .e-icons.e-btn-icon {
52388
+ color: $tbar-btn-text-focus-color;
52389
+ }
52390
+ }
52355
52391
  }
52356
52392
 
52357
52393
  &:active {
@@ -61104,6 +61140,13 @@ $menu-header-icon-padding: 0 16px !default;
61104
61140
  }
61105
61141
  @if $skin-name == 'fluent2' {
61106
61142
  border-radius: 4px;
61143
+ &:focus-visible {
61144
+ color: $content-text-color;
61145
+ & .e-caret,
61146
+ & .e-menu-icon {
61147
+ color: $icon-color;
61148
+ }
61149
+ }
61107
61150
  }
61108
61151
  }
61109
61152
  }
@@ -61154,9 +61197,11 @@ $menu-header-icon-padding: 0 16px !default;
61154
61197
 
61155
61198
  &:focus-visible {
61156
61199
  @if $skin-name == 'fluent2' {
61157
- border-radius: 4px;
61158
- background-color: $content-bg-color;
61159
- box-shadow: $shadow-focus-ring1;
61200
+ &:not(.e-selected) {
61201
+ border-radius: 4px;
61202
+ background-color: $content-bg-color;
61203
+ box-shadow: $shadow-focus-ring1;
61204
+ }
61160
61205
  }
61161
61206
  @if $skin-name == 'tailwind3' {
61162
61207
  box-shadow: $shadow-focus-ring2;
@@ -61247,7 +61292,7 @@ $menu-header-icon-padding: 0 16px !default;
61247
61292
 
61248
61293
  &:focus-visible {
61249
61294
  @if $skin-name == 'fluent2' {
61250
- background-color: $content-bg-color;
61295
+ background-color: $flyout-bg-color-focus;
61251
61296
  box-shadow: $shadow-focus-ring1;
61252
61297
  border-radius: 4px;
61253
61298
  }
@@ -133403,6 +133448,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
133403
133448
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133404
133449
  top: calc(50% + 60px);
133405
133450
  }
133451
+
133452
+ .e-image-editor.e-control.e-readonly {
133453
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133454
+ }
133406
133455
  }
133407
133456
 
133408
133457
 
@@ -9020,6 +9020,29 @@ $float-label-rtl-value: -7px !default;
9020
9020
  border-bottom: transparent;
9021
9021
  }
9022
9022
  }
9023
+
9024
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9025
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9026
+ padding: 0;
9027
+
9028
+ input {
9029
+ padding: 14px 2px 5px 12px;
9030
+ }
9031
+
9032
+ label.e-float-text {
9033
+ padding-left: 12px;
9034
+ }
9035
+
9036
+ .e-input-in-wrap .e-input-group-icon {
9037
+ @if $input-skin-name == 'material' {
9038
+ padding-right: 17px;
9039
+ }
9040
+ @else {
9041
+ margin-right: 10px;
9042
+ }
9043
+ }
9044
+ }
9045
+ }
9023
9046
  }
9024
9047
 
9025
9048
 
@@ -37859,6 +37882,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37859
37882
  @else {
37860
37883
  box-shadow: $tbar-ext-btn-focus-box-shadow;
37861
37884
  }
37885
+ @if $skin-name == 'bootstrap5.3' {
37886
+ .e-tbar-btn-text,
37887
+ .e-icons.e-btn-icon {
37888
+ color: $tbar-default-icon-color;
37889
+ }
37890
+ }
37862
37891
  }
37863
37892
 
37864
37893
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -37882,6 +37911,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37882
37911
  border-color: $tbar-ext-btn-hover-border-color;
37883
37912
  border-style: $tbar-border-nav-type;
37884
37913
  border-width: $tbar-btn-hover-border-size;
37914
+
37915
+ @if $skin-name == 'bootstrap5.3' {
37916
+ .e-tbar-btn-text,
37917
+ .e-icons.e-btn-icon {
37918
+ color: $tbar-btn-text-focus-color;
37919
+ }
37920
+ }
37885
37921
  }
37886
37922
 
37887
37923
  &:active {
@@ -44629,6 +44665,13 @@ $menu-header-icon-padding: 0 16px !default;
44629
44665
  }
44630
44666
  @if $skin-name == 'fluent2' {
44631
44667
  border-radius: 4px;
44668
+ &:focus-visible {
44669
+ color: $content-text-color;
44670
+ & .e-caret,
44671
+ & .e-menu-icon {
44672
+ color: $icon-color;
44673
+ }
44674
+ }
44632
44675
  }
44633
44676
  }
44634
44677
  }
@@ -44679,9 +44722,11 @@ $menu-header-icon-padding: 0 16px !default;
44679
44722
 
44680
44723
  &:focus-visible {
44681
44724
  @if $skin-name == 'fluent2' {
44682
- border-radius: 4px;
44683
- background-color: $content-bg-color;
44684
- box-shadow: $shadow-focus-ring1;
44725
+ &:not(.e-selected) {
44726
+ border-radius: 4px;
44727
+ background-color: $content-bg-color;
44728
+ box-shadow: $shadow-focus-ring1;
44729
+ }
44685
44730
  }
44686
44731
  @if $skin-name == 'tailwind3' {
44687
44732
  box-shadow: $shadow-focus-ring2;
@@ -44772,7 +44817,7 @@ $menu-header-icon-padding: 0 16px !default;
44772
44817
 
44773
44818
  &:focus-visible {
44774
44819
  @if $skin-name == 'fluent2' {
44775
- background-color: $content-bg-color;
44820
+ background-color: $flyout-bg-color-focus;
44776
44821
  box-shadow: $shadow-focus-ring1;
44777
44822
  border-radius: 4px;
44778
44823
  }
@@ -102034,6 +102079,10 @@ $image-editor-button-width-mobile: calc(66% - 30px) !default;
102034
102079
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102035
102080
  top: calc(50% + 60px);
102036
102081
  }
102082
+
102083
+ .e-image-editor.e-control.e-readonly {
102084
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102085
+ }
102037
102086
  }
102038
102087
 
102039
102088