@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
@@ -9811,6 +9811,29 @@ $float-label-rtl-value: -7px !default;
9811
9811
  border-bottom: transparent;
9812
9812
  }
9813
9813
  }
9814
+
9815
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9816
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9817
+ padding: 0;
9818
+
9819
+ input {
9820
+ padding: 14px 2px 5px 12px;
9821
+ }
9822
+
9823
+ label.e-float-text {
9824
+ padding-left: 12px;
9825
+ }
9826
+
9827
+ .e-input-in-wrap .e-input-group-icon {
9828
+ @if $input-skin-name == 'material' {
9829
+ padding-right: 17px;
9830
+ }
9831
+ @else {
9832
+ margin-right: 10px;
9833
+ }
9834
+ }
9835
+ }
9836
+ }
9814
9837
  }
9815
9838
 
9816
9839
 
@@ -38949,6 +38972,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38949
38972
  @else {
38950
38973
  box-shadow: $tbar-ext-btn-focus-box-shadow;
38951
38974
  }
38975
+ @if $skin-name == 'bootstrap5.3' {
38976
+ .e-tbar-btn-text,
38977
+ .e-icons.e-btn-icon {
38978
+ color: $tbar-default-icon-color;
38979
+ }
38980
+ }
38952
38981
  }
38953
38982
 
38954
38983
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38972,6 +39001,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38972
39001
  border-color: $tbar-ext-btn-hover-border-color;
38973
39002
  border-style: $tbar-border-nav-type;
38974
39003
  border-width: $tbar-btn-hover-border-size;
39004
+
39005
+ @if $skin-name == 'bootstrap5.3' {
39006
+ .e-tbar-btn-text,
39007
+ .e-icons.e-btn-icon {
39008
+ color: $tbar-btn-text-focus-color;
39009
+ }
39010
+ }
38975
39011
  }
38976
39012
 
38977
39013
  &:active {
@@ -45729,6 +45765,13 @@ $menu-caret-color: $icon-color-pressed !default;
45729
45765
  }
45730
45766
  @if $skin-name == 'fluent2' {
45731
45767
  border-radius: 4px;
45768
+ &:focus-visible {
45769
+ color: $content-text-color;
45770
+ & .e-caret,
45771
+ & .e-menu-icon {
45772
+ color: $icon-color;
45773
+ }
45774
+ }
45732
45775
  }
45733
45776
  }
45734
45777
  }
@@ -45779,9 +45822,11 @@ $menu-caret-color: $icon-color-pressed !default;
45779
45822
 
45780
45823
  &:focus-visible {
45781
45824
  @if $skin-name == 'fluent2' {
45782
- border-radius: 4px;
45783
- background-color: $content-bg-color;
45784
- box-shadow: $shadow-focus-ring1;
45825
+ &:not(.e-selected) {
45826
+ border-radius: 4px;
45827
+ background-color: $content-bg-color;
45828
+ box-shadow: $shadow-focus-ring1;
45829
+ }
45785
45830
  }
45786
45831
  @if $skin-name == 'tailwind3' {
45787
45832
  box-shadow: $shadow-focus-ring2;
@@ -45872,7 +45917,7 @@ $menu-caret-color: $icon-color-pressed !default;
45872
45917
 
45873
45918
  &:focus-visible {
45874
45919
  @if $skin-name == 'fluent2' {
45875
- background-color: $content-bg-color;
45920
+ background-color: $flyout-bg-color-focus;
45876
45921
  box-shadow: $shadow-focus-ring1;
45877
45922
  border-radius: 4px;
45878
45923
  }
@@ -103213,6 +103258,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
103213
103258
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
103214
103259
  top: calc(50% + 60px);
103215
103260
  }
103261
+
103262
+ .e-image-editor.e-control.e-readonly {
103263
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
103264
+ }
103216
103265
  }
103217
103266
 
103218
103267
 
@@ -10645,6 +10645,29 @@ $float-label-rtl-value: -7px !default;
10645
10645
  border-bottom: transparent;
10646
10646
  }
10647
10647
  }
10648
+
10649
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10650
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
10651
+ padding: 0;
10652
+
10653
+ input {
10654
+ padding: 14px 2px 5px 12px;
10655
+ }
10656
+
10657
+ label.e-float-text {
10658
+ padding-left: 12px;
10659
+ }
10660
+
10661
+ .e-input-in-wrap .e-input-group-icon {
10662
+ @if $input-skin-name == 'material' {
10663
+ padding-right: 17px;
10664
+ }
10665
+ @else {
10666
+ margin-right: 10px;
10667
+ }
10668
+ }
10669
+ }
10670
+ }
10648
10671
  }
10649
10672
 
10650
10673
 
@@ -53193,6 +53216,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53193
53216
  @else {
53194
53217
  box-shadow: $tbar-ext-btn-focus-box-shadow;
53195
53218
  }
53219
+ @if $skin-name == 'bootstrap5.3' {
53220
+ .e-tbar-btn-text,
53221
+ .e-icons.e-btn-icon {
53222
+ color: $tbar-default-icon-color;
53223
+ }
53224
+ }
53196
53225
  }
53197
53226
 
53198
53227
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -53216,6 +53245,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53216
53245
  border-color: $tbar-ext-btn-hover-border-color;
53217
53246
  border-style: $tbar-border-nav-type;
53218
53247
  border-width: $tbar-btn-hover-border-size;
53248
+
53249
+ @if $skin-name == 'bootstrap5.3' {
53250
+ .e-tbar-btn-text,
53251
+ .e-icons.e-btn-icon {
53252
+ color: $tbar-btn-text-focus-color;
53253
+ }
53254
+ }
53219
53255
  }
53220
53256
 
53221
53257
  &:active {
@@ -61978,6 +62014,13 @@ $menu-caret-color: $icon-color-pressed !default;
61978
62014
  }
61979
62015
  @if $skin-name == 'fluent2' {
61980
62016
  border-radius: 4px;
62017
+ &:focus-visible {
62018
+ color: $content-text-color;
62019
+ & .e-caret,
62020
+ & .e-menu-icon {
62021
+ color: $icon-color;
62022
+ }
62023
+ }
61981
62024
  }
61982
62025
  }
61983
62026
  }
@@ -62028,9 +62071,11 @@ $menu-caret-color: $icon-color-pressed !default;
62028
62071
 
62029
62072
  &:focus-visible {
62030
62073
  @if $skin-name == 'fluent2' {
62031
- border-radius: 4px;
62032
- background-color: $content-bg-color;
62033
- box-shadow: $shadow-focus-ring1;
62074
+ &:not(.e-selected) {
62075
+ border-radius: 4px;
62076
+ background-color: $content-bg-color;
62077
+ box-shadow: $shadow-focus-ring1;
62078
+ }
62034
62079
  }
62035
62080
  @if $skin-name == 'tailwind3' {
62036
62081
  box-shadow: $shadow-focus-ring2;
@@ -62121,7 +62166,7 @@ $menu-caret-color: $icon-color-pressed !default;
62121
62166
 
62122
62167
  &:focus-visible {
62123
62168
  @if $skin-name == 'fluent2' {
62124
- background-color: $content-bg-color;
62169
+ background-color: $flyout-bg-color-focus;
62125
62170
  box-shadow: $shadow-focus-ring1;
62126
62171
  border-radius: 4px;
62127
62172
  }
@@ -134401,6 +134446,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
134401
134446
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
134402
134447
  top: calc(50% + 60px);
134403
134448
  }
134449
+
134450
+ .e-image-editor.e-control.e-readonly {
134451
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
134452
+ }
134404
134453
  }
134405
134454
 
134406
134455
 
@@ -10158,6 +10158,29 @@ $float-label-rtl-value: -7px !default;
10158
10158
  border-bottom: transparent;
10159
10159
  }
10160
10160
  }
10161
+
10162
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10163
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
10164
+ padding: 0;
10165
+
10166
+ input {
10167
+ padding: 14px 2px 5px 12px;
10168
+ }
10169
+
10170
+ label.e-float-text {
10171
+ padding-left: 12px;
10172
+ }
10173
+
10174
+ .e-input-in-wrap .e-input-group-icon {
10175
+ @if $input-skin-name == 'material' {
10176
+ padding-right: 17px;
10177
+ }
10178
+ @else {
10179
+ margin-right: 10px;
10180
+ }
10181
+ }
10182
+ }
10183
+ }
10161
10184
  }
10162
10185
 
10163
10186
 
@@ -39296,6 +39319,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
39296
39319
  @else {
39297
39320
  box-shadow: $tbar-ext-btn-focus-box-shadow;
39298
39321
  }
39322
+ @if $skin-name == 'bootstrap5.3' {
39323
+ .e-tbar-btn-text,
39324
+ .e-icons.e-btn-icon {
39325
+ color: $tbar-default-icon-color;
39326
+ }
39327
+ }
39299
39328
  }
39300
39329
 
39301
39330
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -39319,6 +39348,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
39319
39348
  border-color: $tbar-ext-btn-hover-border-color;
39320
39349
  border-style: $tbar-border-nav-type;
39321
39350
  border-width: $tbar-btn-hover-border-size;
39351
+
39352
+ @if $skin-name == 'bootstrap5.3' {
39353
+ .e-tbar-btn-text,
39354
+ .e-icons.e-btn-icon {
39355
+ color: $tbar-btn-text-focus-color;
39356
+ }
39357
+ }
39322
39358
  }
39323
39359
 
39324
39360
  &:active {
@@ -46076,6 +46112,13 @@ $menu-caret-color: $icon-color-pressed !default;
46076
46112
  }
46077
46113
  @if $skin-name == 'fluent2' {
46078
46114
  border-radius: 4px;
46115
+ &:focus-visible {
46116
+ color: $content-text-color;
46117
+ & .e-caret,
46118
+ & .e-menu-icon {
46119
+ color: $icon-color;
46120
+ }
46121
+ }
46079
46122
  }
46080
46123
  }
46081
46124
  }
@@ -46126,9 +46169,11 @@ $menu-caret-color: $icon-color-pressed !default;
46126
46169
 
46127
46170
  &:focus-visible {
46128
46171
  @if $skin-name == 'fluent2' {
46129
- border-radius: 4px;
46130
- background-color: $content-bg-color;
46131
- box-shadow: $shadow-focus-ring1;
46172
+ &:not(.e-selected) {
46173
+ border-radius: 4px;
46174
+ background-color: $content-bg-color;
46175
+ box-shadow: $shadow-focus-ring1;
46176
+ }
46132
46177
  }
46133
46178
  @if $skin-name == 'tailwind3' {
46134
46179
  box-shadow: $shadow-focus-ring2;
@@ -46219,7 +46264,7 @@ $menu-caret-color: $icon-color-pressed !default;
46219
46264
 
46220
46265
  &:focus-visible {
46221
46266
  @if $skin-name == 'fluent2' {
46222
- background-color: $content-bg-color;
46267
+ background-color: $flyout-bg-color-focus;
46223
46268
  box-shadow: $shadow-focus-ring1;
46224
46269
  border-radius: 4px;
46225
46270
  }
@@ -103560,6 +103605,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
103560
103605
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
103561
103606
  top: calc(50% + 60px);
103562
103607
  }
103608
+
103609
+ .e-image-editor.e-control.e-readonly {
103610
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
103611
+ }
103563
103612
  }
103564
103613
 
103565
103614
 
@@ -10992,6 +10992,29 @@ $float-label-rtl-value: -7px !default;
10992
10992
  border-bottom: transparent;
10993
10993
  }
10994
10994
  }
10995
+
10996
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10997
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
10998
+ padding: 0;
10999
+
11000
+ input {
11001
+ padding: 14px 2px 5px 12px;
11002
+ }
11003
+
11004
+ label.e-float-text {
11005
+ padding-left: 12px;
11006
+ }
11007
+
11008
+ .e-input-in-wrap .e-input-group-icon {
11009
+ @if $input-skin-name == 'material' {
11010
+ padding-right: 17px;
11011
+ }
11012
+ @else {
11013
+ margin-right: 10px;
11014
+ }
11015
+ }
11016
+ }
11017
+ }
10995
11018
  }
10996
11019
 
10997
11020
 
@@ -53540,6 +53563,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53540
53563
  @else {
53541
53564
  box-shadow: $tbar-ext-btn-focus-box-shadow;
53542
53565
  }
53566
+ @if $skin-name == 'bootstrap5.3' {
53567
+ .e-tbar-btn-text,
53568
+ .e-icons.e-btn-icon {
53569
+ color: $tbar-default-icon-color;
53570
+ }
53571
+ }
53543
53572
  }
53544
53573
 
53545
53574
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -53563,6 +53592,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
53563
53592
  border-color: $tbar-ext-btn-hover-border-color;
53564
53593
  border-style: $tbar-border-nav-type;
53565
53594
  border-width: $tbar-btn-hover-border-size;
53595
+
53596
+ @if $skin-name == 'bootstrap5.3' {
53597
+ .e-tbar-btn-text,
53598
+ .e-icons.e-btn-icon {
53599
+ color: $tbar-btn-text-focus-color;
53600
+ }
53601
+ }
53566
53602
  }
53567
53603
 
53568
53604
  &:active {
@@ -62325,6 +62361,13 @@ $menu-caret-color: $icon-color-pressed !default;
62325
62361
  }
62326
62362
  @if $skin-name == 'fluent2' {
62327
62363
  border-radius: 4px;
62364
+ &:focus-visible {
62365
+ color: $content-text-color;
62366
+ & .e-caret,
62367
+ & .e-menu-icon {
62368
+ color: $icon-color;
62369
+ }
62370
+ }
62328
62371
  }
62329
62372
  }
62330
62373
  }
@@ -62375,9 +62418,11 @@ $menu-caret-color: $icon-color-pressed !default;
62375
62418
 
62376
62419
  &:focus-visible {
62377
62420
  @if $skin-name == 'fluent2' {
62378
- border-radius: 4px;
62379
- background-color: $content-bg-color;
62380
- box-shadow: $shadow-focus-ring1;
62421
+ &:not(.e-selected) {
62422
+ border-radius: 4px;
62423
+ background-color: $content-bg-color;
62424
+ box-shadow: $shadow-focus-ring1;
62425
+ }
62381
62426
  }
62382
62427
  @if $skin-name == 'tailwind3' {
62383
62428
  box-shadow: $shadow-focus-ring2;
@@ -62468,7 +62513,7 @@ $menu-caret-color: $icon-color-pressed !default;
62468
62513
 
62469
62514
  &:focus-visible {
62470
62515
  @if $skin-name == 'fluent2' {
62471
- background-color: $content-bg-color;
62516
+ background-color: $flyout-bg-color-focus;
62472
62517
  box-shadow: $shadow-focus-ring1;
62473
62518
  border-radius: 4px;
62474
62519
  }
@@ -134748,6 +134793,10 @@ $image-editor-button-width-mobile: calc(65% - 30px) !default;
134748
134793
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
134749
134794
  top: calc(50% + 60px);
134750
134795
  }
134796
+
134797
+ .e-image-editor.e-control.e-readonly {
134798
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
134799
+ }
134751
134800
  }
134752
134801
 
134753
134802
 
@@ -9893,6 +9893,29 @@ $float-label-rtl-value: -7px !default;
9893
9893
  border-bottom: transparent;
9894
9894
  }
9895
9895
  }
9896
+
9897
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9898
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
9899
+ padding: 0;
9900
+
9901
+ input {
9902
+ padding: 14px 2px 5px 12px;
9903
+ }
9904
+
9905
+ label.e-float-text {
9906
+ padding-left: 12px;
9907
+ }
9908
+
9909
+ .e-input-in-wrap .e-input-group-icon {
9910
+ @if $input-skin-name == 'material' {
9911
+ padding-right: 17px;
9912
+ }
9913
+ @else {
9914
+ margin-right: 10px;
9915
+ }
9916
+ }
9917
+ }
9918
+ }
9896
9919
  }
9897
9920
 
9898
9921
 
@@ -52430,6 +52453,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52430
52453
  @else {
52431
52454
  box-shadow: $tbar-ext-btn-focus-box-shadow;
52432
52455
  }
52456
+ @if $skin-name == 'bootstrap5.3' {
52457
+ .e-tbar-btn-text,
52458
+ .e-icons.e-btn-icon {
52459
+ color: $tbar-default-icon-color;
52460
+ }
52461
+ }
52433
52462
  }
52434
52463
 
52435
52464
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -52453,6 +52482,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
52453
52482
  border-color: $tbar-ext-btn-hover-border-color;
52454
52483
  border-style: $tbar-border-nav-type;
52455
52484
  border-width: $tbar-btn-hover-border-size;
52485
+
52486
+ @if $skin-name == 'bootstrap5.3' {
52487
+ .e-tbar-btn-text,
52488
+ .e-icons.e-btn-icon {
52489
+ color: $tbar-btn-text-focus-color;
52490
+ }
52491
+ }
52456
52492
  }
52457
52493
 
52458
52494
  &:active {
@@ -61215,6 +61251,13 @@ $menu-caret-color: $cmenu-caret-color !default;
61215
61251
  }
61216
61252
  @if $skin-name == 'fluent2' {
61217
61253
  border-radius: 4px;
61254
+ &:focus-visible {
61255
+ color: $content-text-color;
61256
+ & .e-caret,
61257
+ & .e-menu-icon {
61258
+ color: $icon-color;
61259
+ }
61260
+ }
61218
61261
  }
61219
61262
  }
61220
61263
  }
@@ -61265,9 +61308,11 @@ $menu-caret-color: $cmenu-caret-color !default;
61265
61308
 
61266
61309
  &:focus-visible {
61267
61310
  @if $skin-name == 'fluent2' {
61268
- border-radius: 4px;
61269
- background-color: $content-bg-color;
61270
- box-shadow: $shadow-focus-ring1;
61311
+ &:not(.e-selected) {
61312
+ border-radius: 4px;
61313
+ background-color: $content-bg-color;
61314
+ box-shadow: $shadow-focus-ring1;
61315
+ }
61271
61316
  }
61272
61317
  @if $skin-name == 'tailwind3' {
61273
61318
  box-shadow: $shadow-focus-ring2;
@@ -61358,7 +61403,7 @@ $menu-caret-color: $cmenu-caret-color !default;
61358
61403
 
61359
61404
  &:focus-visible {
61360
61405
  @if $skin-name == 'fluent2' {
61361
- background-color: $content-bg-color;
61406
+ background-color: $flyout-bg-color-focus;
61362
61407
  box-shadow: $shadow-focus-ring1;
61363
61408
  border-radius: 4px;
61364
61409
  }
@@ -133611,6 +133656,10 @@ $image-editor-button-width-mobile: calc(67% - 30px) !default;
133611
133656
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
133612
133657
  top: calc(50% + 60px);
133613
133658
  }
133659
+
133660
+ .e-image-editor.e-control.e-readonly {
133661
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
133662
+ }
133614
133663
  }
133615
133664
 
133616
133665
 
@@ -8983,6 +8983,29 @@ $float-label-rtl-value: -7px !default;
8983
8983
  border-bottom: transparent;
8984
8984
  }
8985
8985
  }
8986
+
8987
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8988
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
8989
+ padding: 0;
8990
+
8991
+ input {
8992
+ padding: 14px 2px 5px 12px;
8993
+ }
8994
+
8995
+ label.e-float-text {
8996
+ padding-left: 12px;
8997
+ }
8998
+
8999
+ .e-input-in-wrap .e-input-group-icon {
9000
+ @if $input-skin-name == 'material' {
9001
+ padding-right: 17px;
9002
+ }
9003
+ @else {
9004
+ margin-right: 10px;
9005
+ }
9006
+ }
9007
+ }
9008
+ }
8986
9009
  }
8987
9010
 
8988
9011
 
@@ -37988,6 +38011,12 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
37988
38011
  @else {
37989
38012
  box-shadow: $tbar-ext-btn-focus-box-shadow;
37990
38013
  }
38014
+ @if $skin-name == 'bootstrap5.3' {
38015
+ .e-tbar-btn-text,
38016
+ .e-icons.e-btn-icon {
38017
+ color: $tbar-default-icon-color;
38018
+ }
38019
+ }
37991
38020
  }
37992
38021
 
37993
38022
  @if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
@@ -38011,6 +38040,13 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
38011
38040
  border-color: $tbar-ext-btn-hover-border-color;
38012
38041
  border-style: $tbar-border-nav-type;
38013
38042
  border-width: $tbar-btn-hover-border-size;
38043
+
38044
+ @if $skin-name == 'bootstrap5.3' {
38045
+ .e-tbar-btn-text,
38046
+ .e-icons.e-btn-icon {
38047
+ color: $tbar-btn-text-focus-color;
38048
+ }
38049
+ }
38014
38050
  }
38015
38051
 
38016
38052
  &:active {
@@ -44773,6 +44809,13 @@ $menu-header-icon-padding: 0 16px !default;
44773
44809
  }
44774
44810
  @if $skin-name == 'fluent2' {
44775
44811
  border-radius: 4px;
44812
+ &:focus-visible {
44813
+ color: $content-text-color;
44814
+ & .e-caret,
44815
+ & .e-menu-icon {
44816
+ color: $icon-color;
44817
+ }
44818
+ }
44776
44819
  }
44777
44820
  }
44778
44821
  }
@@ -44823,9 +44866,11 @@ $menu-header-icon-padding: 0 16px !default;
44823
44866
 
44824
44867
  &:focus-visible {
44825
44868
  @if $skin-name == 'fluent2' {
44826
- border-radius: 4px;
44827
- background-color: $content-bg-color;
44828
- box-shadow: $shadow-focus-ring1;
44869
+ &:not(.e-selected) {
44870
+ border-radius: 4px;
44871
+ background-color: $content-bg-color;
44872
+ box-shadow: $shadow-focus-ring1;
44873
+ }
44829
44874
  }
44830
44875
  @if $skin-name == 'tailwind3' {
44831
44876
  box-shadow: $shadow-focus-ring2;
@@ -44916,7 +44961,7 @@ $menu-header-icon-padding: 0 16px !default;
44916
44961
 
44917
44962
  &:focus-visible {
44918
44963
  @if $skin-name == 'fluent2' {
44919
- background-color: $content-bg-color;
44964
+ background-color: $flyout-bg-color-focus;
44920
44965
  box-shadow: $shadow-focus-ring1;
44921
44966
  border-radius: 4px;
44922
44967
  }
@@ -102071,6 +102116,10 @@ $image-editor-button-width-mobile: calc(64% - 30px) !default;
102071
102116
  .e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
102072
102117
  top: calc(50% + 60px);
102073
102118
  }
102119
+
102120
+ .e-image-editor.e-control.e-readonly {
102121
+ opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
102122
+ }
102074
102123
  }
102075
102124
 
102076
102125