@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
@@ -9817,6 +9817,29 @@ $float-label-rtl-value: -7px !default;
9817
9817
  border-bottom: transparent;
9818
9818
  }
9819
9819
  }
9820
+
9821
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9822
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9823
+ padding: 0;
9824
+
9825
+ input {
9826
+ padding: 14px 2px 5px 12px;
9827
+ }
9828
+
9829
+ label.e-float-text {
9830
+ padding-left: 12px;
9831
+ }
9832
+
9833
+ .e-input-in-wrap .e-input-group-icon {
9834
+ @if $input-skin-name == 'material' {
9835
+ padding-right: 17px;
9836
+ }
9837
+ @else {
9838
+ margin-right: 10px;
9839
+ }
9840
+ }
9841
+ }
9842
+ }
9820
9843
  }
9821
9844
 
9822
9845
 
@@ -52232,6 +52255,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52232
52255
  @else {
52233
52256
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52234
52257
  }
52258
+ @if $skin-name == 'bootstrap5.3' {
52259
+ .e-tbar-btn-text,
52260
+ .e-icons.e-btn-icon {
52261
+ color: $tbar-default-icon-color;
52262
+ }
52263
+ }
52235
52264
  }
52236
52265
 
52237
52266
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52255,6 +52284,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52255
52284
  border-color: $tbar-ext-btn-hover-border-color;
52256
52285
  border-style: $tbar-border-nav-type;
52257
52286
  border-width: $tbar-btn-hover-border-size;
52287
+
52288
+ @if $skin-name == 'bootstrap5.3' {
52289
+ .e-tbar-btn-text,
52290
+ .e-icons.e-btn-icon {
52291
+ color: $tbar-btn-text-focus-color;
52292
+ }
52293
+ }
52258
52294
  }
52259
52295
 
52260
52296
  &:active {
@@ -61022,6 +61058,13 @@ $menu-header-icon-padding: 0 16px !default;
61022
61058
  }
61023
61059
  @if $skin-name == 'fluent2' {
61024
61060
  border-radius: 4px;
61061
+ &:focus-visible {
61062
+ color: $content-text-color;
61063
+ & .e-caret,
61064
+ & .e-menu-icon {
61065
+ color: $icon-color;
61066
+ }
61067
+ }
61025
61068
  }
61026
61069
  }
61027
61070
  }
@@ -61072,9 +61115,11 @@ $menu-header-icon-padding: 0 16px !default;
61072
61115
 
61073
61116
  &:focus-visible {
61074
61117
  @if $skin-name == 'fluent2' {
61075
- border-radius: 4px;
61076
- background-color: $content-bg-color;
61077
- box-shadow: $shadow-focus-ring1;
61118
+ &:not(.e-selected) {
61119
+ border-radius: 4px;
61120
+ background-color: $content-bg-color;
61121
+ box-shadow: $shadow-focus-ring1;
61122
+ }
61078
61123
  }
61079
61124
  @if $skin-name == 'tailwind3' {
61080
61125
  box-shadow: $shadow-focus-ring2;
@@ -61165,7 +61210,7 @@ $menu-header-icon-padding: 0 16px !default;
61165
61210
 
61166
61211
  &:focus-visible {
61167
61212
  @if $skin-name == 'fluent2' {
61168
- background-color: $content-bg-color;
61213
+ background-color: $flyout-bg-color-focus;
61169
61214
  box-shadow: $shadow-focus-ring1;
61170
61215
  border-radius: 4px;
61171
61216
  }
@@ -133259,6 +133304,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
133259
133304
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133260
133305
  top: calc(50% + 60px);
133261
133306
  }
133307
+
133308
+ .e-image-editor.e-control.e-readonly {
133309
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133310
+ }
133262
133311
  }
133263
133312
 
133264
133313
 
@@ -8970,6 +8970,29 @@ $float-label-rtl-value: -7px !default;
8970
8970
  border-bottom: transparent;
8971
8971
  }
8972
8972
  }
8973
+
8974
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8975
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
8976
+ padding: 0;
8977
+
8978
+ input {
8979
+ padding: 14px 2px 5px 12px;
8980
+ }
8981
+
8982
+ label.e-float-text {
8983
+ padding-left: 12px;
8984
+ }
8985
+
8986
+ .e-input-in-wrap .e-input-group-icon {
8987
+ @if $input-skin-name == 'material' {
8988
+ padding-right: 17px;
8989
+ }
8990
+ @else {
8991
+ margin-right: 10px;
8992
+ }
8993
+ }
8994
+ }
8995
+ }
8973
8996
  }
8974
8997
 
8975
8998
 
@@ -37773,6 +37796,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37773
37796
  @else {
37774
37797
  box-shadow: $tbar-ext-btn-focus-box-shadow;
37775
37798
  }
37799
+ @if $skin-name == 'bootstrap5.3' {
37800
+ .e-tbar-btn-text,
37801
+ .e-icons.e-btn-icon {
37802
+ color: $tbar-default-icon-color;
37803
+ }
37804
+ }
37776
37805
  }
37777
37806
 
37778
37807
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -37796,6 +37825,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37796
37825
  border-color: $tbar-ext-btn-hover-border-color;
37797
37826
  border-style: $tbar-border-nav-type;
37798
37827
  border-width: $tbar-btn-hover-border-size;
37828
+
37829
+ @if $skin-name == 'bootstrap5.3' {
37830
+ .e-tbar-btn-text,
37831
+ .e-icons.e-btn-icon {
37832
+ color: $tbar-btn-text-focus-color;
37833
+ }
37834
+ }
37799
37835
  }
37800
37836
 
37801
37837
  &:active {
@@ -44559,6 +44595,13 @@ $menu-header-icon-padding: 0 16px !default;
44559
44595
  }
44560
44596
  @if $skin-name == 'fluent2' {
44561
44597
  border-radius: 4px;
44598
+ &:focus-visible {
44599
+ color: $content-text-color;
44600
+ & .e-caret,
44601
+ & .e-menu-icon {
44602
+ color: $icon-color;
44603
+ }
44604
+ }
44562
44605
  }
44563
44606
  }
44564
44607
  }
@@ -44609,9 +44652,11 @@ $menu-header-icon-padding: 0 16px !default;
44609
44652
 
44610
44653
  &:focus-visible {
44611
44654
  @if $skin-name == 'fluent2' {
44612
- border-radius: 4px;
44613
- background-color: $content-bg-color;
44614
- box-shadow: $shadow-focus-ring1;
44655
+ &:not(.e-selected) {
44656
+ border-radius: 4px;
44657
+ background-color: $content-bg-color;
44658
+ box-shadow: $shadow-focus-ring1;
44659
+ }
44615
44660
  }
44616
44661
  @if $skin-name == 'tailwind3' {
44617
44662
  box-shadow: $shadow-focus-ring2;
@@ -44702,7 +44747,7 @@ $menu-header-icon-padding: 0 16px !default;
44702
44747
 
44703
44748
  &:focus-visible {
44704
44749
  @if $skin-name == 'fluent2' {
44705
- background-color: $content-bg-color;
44750
+ background-color: $flyout-bg-color-focus;
44706
44751
  box-shadow: $shadow-focus-ring1;
44707
44752
  border-radius: 4px;
44708
44753
  }
@@ -101846,6 +101891,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
101846
101891
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
101847
101892
  top: calc(50% + 60px);
101848
101893
  }
101894
+
101895
+ .e-image-editor.e-control.e-readonly {
101896
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
101897
+ }
101849
101898
  }
101850
101899
 
101851
101900
 
@@ -9804,6 +9804,29 @@ $float-label-rtl-value: -7px !default;
9804
9804
  border-bottom: transparent;
9805
9805
  }
9806
9806
  }
9807
+
9808
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9809
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9810
+ padding: 0;
9811
+
9812
+ input {
9813
+ padding: 14px 2px 5px 12px;
9814
+ }
9815
+
9816
+ label.e-float-text {
9817
+ padding-left: 12px;
9818
+ }
9819
+
9820
+ .e-input-in-wrap .e-input-group-icon {
9821
+ @if $input-skin-name == 'material' {
9822
+ padding-right: 17px;
9823
+ }
9824
+ @else {
9825
+ margin-right: 10px;
9826
+ }
9827
+ }
9828
+ }
9829
+ }
9807
9830
  }
9808
9831
 
9809
9832
 
@@ -52017,6 +52040,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52017
52040
  @else {
52018
52041
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52019
52042
  }
52043
+ @if $skin-name == 'bootstrap5.3' {
52044
+ .e-tbar-btn-text,
52045
+ .e-icons.e-btn-icon {
52046
+ color: $tbar-default-icon-color;
52047
+ }
52048
+ }
52020
52049
  }
52021
52050
 
52022
52051
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52040,6 +52069,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52040
52069
  border-color: $tbar-ext-btn-hover-border-color;
52041
52070
  border-style: $tbar-border-nav-type;
52042
52071
  border-width: $tbar-btn-hover-border-size;
52072
+
52073
+ @if $skin-name == 'bootstrap5.3' {
52074
+ .e-tbar-btn-text,
52075
+ .e-icons.e-btn-icon {
52076
+ color: $tbar-btn-text-focus-color;
52077
+ }
52078
+ }
52043
52079
  }
52044
52080
 
52045
52081
  &:active {
@@ -60808,6 +60844,13 @@ $menu-header-icon-padding: 0 16px !default;
60808
60844
  }
60809
60845
  @if $skin-name == 'fluent2' {
60810
60846
  border-radius: 4px;
60847
+ &:focus-visible {
60848
+ color: $content-text-color;
60849
+ & .e-caret,
60850
+ & .e-menu-icon {
60851
+ color: $icon-color;
60852
+ }
60853
+ }
60811
60854
  }
60812
60855
  }
60813
60856
  }
@@ -60858,9 +60901,11 @@ $menu-header-icon-padding: 0 16px !default;
60858
60901
 
60859
60902
  &:focus-visible {
60860
60903
  @if $skin-name == 'fluent2' {
60861
- border-radius: 4px;
60862
- background-color: $content-bg-color;
60863
- box-shadow: $shadow-focus-ring1;
60904
+ &:not(.e-selected) {
60905
+ border-radius: 4px;
60906
+ background-color: $content-bg-color;
60907
+ box-shadow: $shadow-focus-ring1;
60908
+ }
60864
60909
  }
60865
60910
  @if $skin-name == 'tailwind3' {
60866
60911
  box-shadow: $shadow-focus-ring2;
@@ -60951,7 +60996,7 @@ $menu-header-icon-padding: 0 16px !default;
60951
60996
 
60952
60997
  &:focus-visible {
60953
60998
  @if $skin-name == 'fluent2' {
60954
- background-color: $content-bg-color;
60999
+ background-color: $flyout-bg-color-focus;
60955
61000
  box-shadow: $shadow-focus-ring1;
60956
61001
  border-radius: 4px;
60957
61002
  }
@@ -133034,6 +133079,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
133034
133079
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133035
133080
  top: calc(50% + 60px);
133036
133081
  }
133082
+
133083
+ .e-image-editor.e-control.e-readonly {
133084
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133085
+ }
133037
133086
  }
133038
133087
 
133039
133088
 
@@ -9069,6 +9069,29 @@ $float-label-rtl-value: -10px !default;
9069
9069
  border-bottom: transparent;
9070
9070
  }
9071
9071
  }
9072
+
9073
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9074
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9075
+ padding: 0;
9076
+
9077
+ input {
9078
+ padding: 14px 2px 5px 12px;
9079
+ }
9080
+
9081
+ label.e-float-text {
9082
+ padding-left: 12px;
9083
+ }
9084
+
9085
+ .e-input-in-wrap .e-input-group-icon {
9086
+ @if $input-skin-name == 'material' {
9087
+ padding-right: 17px;
9088
+ }
9089
+ @else {
9090
+ margin-right: 10px;
9091
+ }
9092
+ }
9093
+ }
9094
+ }
9072
9095
  }
9073
9096
 
9074
9097
 
@@ -38258,6 +38281,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38258
38281
  @else {
38259
38282
  box-shadow: $tbar-ext-btn-focus-box-shadow;
38260
38283
  }
38284
+ @if $skin-name == 'bootstrap5.3' {
38285
+ .e-tbar-btn-text,
38286
+ .e-icons.e-btn-icon {
38287
+ color: $tbar-default-icon-color;
38288
+ }
38289
+ }
38261
38290
  }
38262
38291
 
38263
38292
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38281,6 +38310,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38281
38310
  border-color: $tbar-ext-btn-hover-border-color;
38282
38311
  border-style: $tbar-border-nav-type;
38283
38312
  border-width: $tbar-btn-hover-border-size;
38313
+
38314
+ @if $skin-name == 'bootstrap5.3' {
38315
+ .e-tbar-btn-text,
38316
+ .e-icons.e-btn-icon {
38317
+ color: $tbar-btn-text-focus-color;
38318
+ }
38319
+ }
38284
38320
  }
38285
38321
 
38286
38322
  &:active {
@@ -45048,6 +45084,13 @@ $menu-caret-color: $cmenu-caret-color !default;
45048
45084
  }
45049
45085
  @if $skin-name == 'fluent2' {
45050
45086
  border-radius: 4px;
45087
+ &:focus-visible {
45088
+ color: $content-text-color;
45089
+ & .e-caret,
45090
+ & .e-menu-icon {
45091
+ color: $icon-color;
45092
+ }
45093
+ }
45051
45094
  }
45052
45095
  }
45053
45096
  }
@@ -45098,9 +45141,11 @@ $menu-caret-color: $cmenu-caret-color !default;
45098
45141
 
45099
45142
  &:focus-visible {
45100
45143
  @if $skin-name == 'fluent2' {
45101
- border-radius: 4px;
45102
- background-color: $content-bg-color;
45103
- box-shadow: $shadow-focus-ring1;
45144
+ &:not(.e-selected) {
45145
+ border-radius: 4px;
45146
+ background-color: $content-bg-color;
45147
+ box-shadow: $shadow-focus-ring1;
45148
+ }
45104
45149
  }
45105
45150
  @if $skin-name == 'tailwind3' {
45106
45151
  box-shadow: $shadow-focus-ring2;
@@ -45191,7 +45236,7 @@ $menu-caret-color: $cmenu-caret-color !default;
45191
45236
 
45192
45237
  &:focus-visible {
45193
45238
  @if $skin-name == 'fluent2' {
45194
- background-color: $content-bg-color;
45239
+ background-color: $flyout-bg-color-focus;
45195
45240
  box-shadow: $shadow-focus-ring1;
45196
45241
  border-radius: 4px;
45197
45242
  }
@@ -102525,6 +102570,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
102525
102570
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102526
102571
  top: calc(50% + 60px);
102527
102572
  }
102573
+
102574
+ .e-image-editor.e-control.e-readonly {
102575
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102576
+ }
102528
102577
  }
102529
102578
 
102530
102579
 
@@ -9903,6 +9903,29 @@ $float-label-rtl-value: -10px !default;
9903
9903
  border-bottom: transparent;
9904
9904
  }
9905
9905
  }
9906
+
9907
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9908
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9909
+ padding: 0;
9910
+
9911
+ input {
9912
+ padding: 14px 2px 5px 12px;
9913
+ }
9914
+
9915
+ label.e-float-text {
9916
+ padding-left: 12px;
9917
+ }
9918
+
9919
+ .e-input-in-wrap .e-input-group-icon {
9920
+ @if $input-skin-name == 'material' {
9921
+ padding-right: 17px;
9922
+ }
9923
+ @else {
9924
+ margin-right: 10px;
9925
+ }
9926
+ }
9927
+ }
9928
+ }
9906
9929
  }
9907
9930
 
9908
9931
 
@@ -52502,6 +52525,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52502
52525
  @else {
52503
52526
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52504
52527
  }
52528
+ @if $skin-name == 'bootstrap5.3' {
52529
+ .e-tbar-btn-text,
52530
+ .e-icons.e-btn-icon {
52531
+ color: $tbar-default-icon-color;
52532
+ }
52533
+ }
52505
52534
  }
52506
52535
 
52507
52536
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52525,6 +52554,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52525
52554
  border-color: $tbar-ext-btn-hover-border-color;
52526
52555
  border-style: $tbar-border-nav-type;
52527
52556
  border-width: $tbar-btn-hover-border-size;
52557
+
52558
+ @if $skin-name == 'bootstrap5.3' {
52559
+ .e-tbar-btn-text,
52560
+ .e-icons.e-btn-icon {
52561
+ color: $tbar-btn-text-focus-color;
52562
+ }
52563
+ }
52528
52564
  }
52529
52565
 
52530
52566
  &:active {
@@ -61297,6 +61333,13 @@ $menu-caret-color: $cmenu-caret-color !default;
61297
61333
  }
61298
61334
  @if $skin-name == 'fluent2' {
61299
61335
  border-radius: 4px;
61336
+ &:focus-visible {
61337
+ color: $content-text-color;
61338
+ & .e-caret,
61339
+ & .e-menu-icon {
61340
+ color: $icon-color;
61341
+ }
61342
+ }
61300
61343
  }
61301
61344
  }
61302
61345
  }
@@ -61347,9 +61390,11 @@ $menu-caret-color: $cmenu-caret-color !default;
61347
61390
 
61348
61391
  &:focus-visible {
61349
61392
  @if $skin-name == 'fluent2' {
61350
- border-radius: 4px;
61351
- background-color: $content-bg-color;
61352
- box-shadow: $shadow-focus-ring1;
61393
+ &:not(.e-selected) {
61394
+ border-radius: 4px;
61395
+ background-color: $content-bg-color;
61396
+ box-shadow: $shadow-focus-ring1;
61397
+ }
61353
61398
  }
61354
61399
  @if $skin-name == 'tailwind3' {
61355
61400
  box-shadow: $shadow-focus-ring2;
@@ -61440,7 +61485,7 @@ $menu-caret-color: $cmenu-caret-color !default;
61440
61485
 
61441
61486
  &:focus-visible {
61442
61487
  @if $skin-name == 'fluent2' {
61443
- background-color: $content-bg-color;
61488
+ background-color: $flyout-bg-color-focus;
61444
61489
  box-shadow: $shadow-focus-ring1;
61445
61490
  border-radius: 4px;
61446
61491
  }
@@ -133713,6 +133758,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
133713
133758
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133714
133759
  top: calc(50% + 60px);
133715
133760
  }
133761
+
133762
+ .e-image-editor.e-control.e-readonly {
133763
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133764
+ }
133716
133765
  }
133717
133766
 
133718
133767
 
@@ -9069,6 +9069,29 @@ $float-label-rtl-value: -10px !default;
9069
9069
  border-bottom: transparent;
9070
9070
  }
9071
9071
  }
9072
+
9073
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9074
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9075
+ padding: 0;
9076
+
9077
+ input {
9078
+ padding: 14px 2px 5px 12px;
9079
+ }
9080
+
9081
+ label.e-float-text {
9082
+ padding-left: 12px;
9083
+ }
9084
+
9085
+ .e-input-in-wrap .e-input-group-icon {
9086
+ @if $input-skin-name == 'material' {
9087
+ padding-right: 17px;
9088
+ }
9089
+ @else {
9090
+ margin-right: 10px;
9091
+ }
9092
+ }
9093
+ }
9094
+ }
9072
9095
  }
9073
9096
 
9074
9097
 
@@ -38258,6 +38281,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38258
38281
  @else {
38259
38282
  box-shadow: $tbar-ext-btn-focus-box-shadow;
38260
38283
  }
38284
+ @if $skin-name == 'bootstrap5.3' {
38285
+ .e-tbar-btn-text,
38286
+ .e-icons.e-btn-icon {
38287
+ color: $tbar-default-icon-color;
38288
+ }
38289
+ }
38261
38290
  }
38262
38291
 
38263
38292
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38281,6 +38310,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38281
38310
  border-color: $tbar-ext-btn-hover-border-color;
38282
38311
  border-style: $tbar-border-nav-type;
38283
38312
  border-width: $tbar-btn-hover-border-size;
38313
+
38314
+ @if $skin-name == 'bootstrap5.3' {
38315
+ .e-tbar-btn-text,
38316
+ .e-icons.e-btn-icon {
38317
+ color: $tbar-btn-text-focus-color;
38318
+ }
38319
+ }
38284
38320
  }
38285
38321
 
38286
38322
  &:active {
@@ -45048,6 +45084,13 @@ $menu-caret-color: $cmenu-caret-color !default;
45048
45084
  }
45049
45085
  @if $skin-name == 'fluent2' {
45050
45086
  border-radius: 4px;
45087
+ &:focus-visible {
45088
+ color: $content-text-color;
45089
+ & .e-caret,
45090
+ & .e-menu-icon {
45091
+ color: $icon-color;
45092
+ }
45093
+ }
45051
45094
  }
45052
45095
  }
45053
45096
  }
@@ -45098,9 +45141,11 @@ $menu-caret-color: $cmenu-caret-color !default;
45098
45141
 
45099
45142
  &:focus-visible {
45100
45143
  @if $skin-name == 'fluent2' {
45101
- border-radius: 4px;
45102
- background-color: $content-bg-color;
45103
- box-shadow: $shadow-focus-ring1;
45144
+ &:not(.e-selected) {
45145
+ border-radius: 4px;
45146
+ background-color: $content-bg-color;
45147
+ box-shadow: $shadow-focus-ring1;
45148
+ }
45104
45149
  }
45105
45150
  @if $skin-name == 'tailwind3' {
45106
45151
  box-shadow: $shadow-focus-ring2;
@@ -45191,7 +45236,7 @@ $menu-caret-color: $cmenu-caret-color !default;
45191
45236
 
45192
45237
  &:focus-visible {
45193
45238
  @if $skin-name == 'fluent2' {
45194
- background-color: $content-bg-color;
45239
+ background-color: $flyout-bg-color-focus;
45195
45240
  box-shadow: $shadow-focus-ring1;
45196
45241
  border-radius: 4px;
45197
45242
  }
@@ -102525,6 +102570,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
102525
102570
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102526
102571
  top: calc(50% + 60px);
102527
102572
  }
102573
+
102574
+ .e-image-editor.e-control.e-readonly {
102575
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102576
+ }
102528
102577
  }
102529
102578
 
102530
102579