@syncfusion/blazor-themes 27.1.53 → 27.1.55

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 (185) hide show
  1. package/SCSS-Themes/bds-dark.scss +132 -23
  2. package/SCSS-Themes/bds.scss +132 -23
  3. package/SCSS-Themes/bootstrap-dark.scss +134 -25
  4. package/SCSS-Themes/bootstrap.scss +134 -25
  5. package/SCSS-Themes/bootstrap4.scss +137 -28
  6. package/SCSS-Themes/bootstrap5-dark.scss +138 -29
  7. package/SCSS-Themes/bootstrap5.3-dark.scss +136 -27
  8. package/SCSS-Themes/bootstrap5.3.scss +136 -27
  9. package/SCSS-Themes/bootstrap5.scss +138 -29
  10. package/SCSS-Themes/fabric-dark.scss +134 -25
  11. package/SCSS-Themes/fabric.scss +134 -25
  12. package/SCSS-Themes/fluent-dark.scss +137 -28
  13. package/SCSS-Themes/fluent.scss +137 -28
  14. package/SCSS-Themes/fluent2-dark.scss +134 -25
  15. package/SCSS-Themes/fluent2-highcontrast.scss +134 -25
  16. package/SCSS-Themes/fluent2.scss +134 -25
  17. package/SCSS-Themes/grids/grid/bds-dark.scss +95 -12
  18. package/SCSS-Themes/grids/grid/bds.scss +95 -12
  19. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +97 -14
  20. package/SCSS-Themes/grids/grid/bootstrap.scss +97 -14
  21. package/SCSS-Themes/grids/grid/bootstrap4.scss +100 -17
  22. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +101 -18
  23. package/SCSS-Themes/grids/grid/bootstrap5.3-dark.scss +99 -16
  24. package/SCSS-Themes/grids/grid/bootstrap5.3.scss +99 -16
  25. package/SCSS-Themes/grids/grid/bootstrap5.scss +101 -18
  26. package/SCSS-Themes/grids/grid/fabric-dark.scss +97 -14
  27. package/SCSS-Themes/grids/grid/fabric.scss +97 -14
  28. package/SCSS-Themes/grids/grid/fluent-dark.scss +100 -17
  29. package/SCSS-Themes/grids/grid/fluent.scss +100 -17
  30. package/SCSS-Themes/grids/grid/fluent2-dark.scss +97 -14
  31. package/SCSS-Themes/grids/grid/fluent2-highcontrast.scss +97 -14
  32. package/SCSS-Themes/grids/grid/fluent2.scss +97 -14
  33. package/SCSS-Themes/grids/grid/highcontrast.scss +102 -19
  34. package/SCSS-Themes/grids/grid/material-dark.scss +98 -15
  35. package/SCSS-Themes/grids/grid/material.scss +98 -15
  36. package/SCSS-Themes/grids/grid/material3-dark.scss +106 -23
  37. package/SCSS-Themes/grids/grid/material3.scss +106 -23
  38. package/SCSS-Themes/grids/grid/tailwind-dark.scss +100 -17
  39. package/SCSS-Themes/grids/grid/tailwind.scss +100 -17
  40. package/SCSS-Themes/highcontrast.scss +139 -30
  41. package/SCSS-Themes/interactive-chat/ai-assist-view/bds-dark.scss +10 -0
  42. package/SCSS-Themes/interactive-chat/ai-assist-view/bds.scss +10 -0
  43. package/SCSS-Themes/interactive-chat/ai-assist-view/bootstrap-dark.scss +10 -0
  44. package/SCSS-Themes/interactive-chat/ai-assist-view/bootstrap.scss +10 -0
  45. package/SCSS-Themes/interactive-chat/ai-assist-view/bootstrap4.scss +10 -0
  46. package/SCSS-Themes/interactive-chat/ai-assist-view/bootstrap5-dark.scss +10 -0
  47. package/SCSS-Themes/interactive-chat/ai-assist-view/bootstrap5.3-dark.scss +10 -0
  48. package/SCSS-Themes/interactive-chat/ai-assist-view/bootstrap5.3.scss +10 -0
  49. package/SCSS-Themes/interactive-chat/ai-assist-view/bootstrap5.scss +10 -0
  50. package/SCSS-Themes/interactive-chat/ai-assist-view/fabric-dark.scss +10 -0
  51. package/SCSS-Themes/interactive-chat/ai-assist-view/fabric.scss +10 -0
  52. package/SCSS-Themes/interactive-chat/ai-assist-view/fluent-dark.scss +10 -0
  53. package/SCSS-Themes/interactive-chat/ai-assist-view/fluent.scss +10 -0
  54. package/SCSS-Themes/interactive-chat/ai-assist-view/fluent2-dark.scss +10 -0
  55. package/SCSS-Themes/interactive-chat/ai-assist-view/fluent2-highcontrast.scss +10 -0
  56. package/SCSS-Themes/interactive-chat/ai-assist-view/fluent2.scss +10 -0
  57. package/SCSS-Themes/interactive-chat/ai-assist-view/highcontrast.scss +10 -0
  58. package/SCSS-Themes/interactive-chat/ai-assist-view/material-dark.scss +10 -0
  59. package/SCSS-Themes/interactive-chat/ai-assist-view/material.scss +10 -0
  60. package/SCSS-Themes/interactive-chat/ai-assist-view/material3-dark.scss +10 -0
  61. package/SCSS-Themes/interactive-chat/ai-assist-view/material3.scss +10 -0
  62. package/SCSS-Themes/interactive-chat/ai-assist-view/tailwind-dark.scss +10 -0
  63. package/SCSS-Themes/interactive-chat/ai-assist-view/tailwind.scss +10 -0
  64. package/SCSS-Themes/material-dark.scss +135 -26
  65. package/SCSS-Themes/material.scss +135 -26
  66. package/SCSS-Themes/material3-dark.scss +143 -34
  67. package/SCSS-Themes/material3.scss +143 -34
  68. package/SCSS-Themes/navigations/stepper/bds-dark.scss +2 -1
  69. package/SCSS-Themes/navigations/stepper/bds.scss +2 -1
  70. package/SCSS-Themes/navigations/stepper/bootstrap-dark.scss +2 -1
  71. package/SCSS-Themes/navigations/stepper/bootstrap.scss +2 -1
  72. package/SCSS-Themes/navigations/stepper/bootstrap4.scss +2 -1
  73. package/SCSS-Themes/navigations/stepper/bootstrap5-dark.scss +2 -1
  74. package/SCSS-Themes/navigations/stepper/bootstrap5.3-dark.scss +2 -1
  75. package/SCSS-Themes/navigations/stepper/bootstrap5.3.scss +2 -1
  76. package/SCSS-Themes/navigations/stepper/bootstrap5.scss +2 -1
  77. package/SCSS-Themes/navigations/stepper/fabric-dark.scss +2 -1
  78. package/SCSS-Themes/navigations/stepper/fabric.scss +2 -1
  79. package/SCSS-Themes/navigations/stepper/fluent-dark.scss +2 -1
  80. package/SCSS-Themes/navigations/stepper/fluent.scss +2 -1
  81. package/SCSS-Themes/navigations/stepper/fluent2-dark.scss +2 -1
  82. package/SCSS-Themes/navigations/stepper/fluent2-highcontrast.scss +2 -1
  83. package/SCSS-Themes/navigations/stepper/fluent2.scss +2 -1
  84. package/SCSS-Themes/navigations/stepper/highcontrast.scss +2 -1
  85. package/SCSS-Themes/navigations/stepper/material-dark.scss +2 -1
  86. package/SCSS-Themes/navigations/stepper/material.scss +2 -1
  87. package/SCSS-Themes/navigations/stepper/material3-dark.scss +2 -1
  88. package/SCSS-Themes/navigations/stepper/material3.scss +2 -1
  89. package/SCSS-Themes/navigations/stepper/tailwind-dark.scss +2 -1
  90. package/SCSS-Themes/navigations/stepper/tailwind.scss +2 -1
  91. package/SCSS-Themes/pivotview/pivotview/bds-dark.scss +7 -1
  92. package/SCSS-Themes/pivotview/pivotview/bds.scss +7 -1
  93. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +7 -1
  94. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +7 -1
  95. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +7 -1
  96. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +7 -1
  97. package/SCSS-Themes/pivotview/pivotview/bootstrap5.3-dark.scss +7 -1
  98. package/SCSS-Themes/pivotview/pivotview/bootstrap5.3.scss +7 -1
  99. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +7 -1
  100. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +7 -1
  101. package/SCSS-Themes/pivotview/pivotview/fabric.scss +7 -1
  102. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +7 -1
  103. package/SCSS-Themes/pivotview/pivotview/fluent.scss +7 -1
  104. package/SCSS-Themes/pivotview/pivotview/fluent2-dark.scss +7 -1
  105. package/SCSS-Themes/pivotview/pivotview/fluent2-highcontrast.scss +7 -1
  106. package/SCSS-Themes/pivotview/pivotview/fluent2.scss +7 -1
  107. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +7 -1
  108. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +7 -1
  109. package/SCSS-Themes/pivotview/pivotview/material.scss +7 -1
  110. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +7 -1
  111. package/SCSS-Themes/pivotview/pivotview/material3.scss +7 -1
  112. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +7 -1
  113. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +7 -1
  114. package/SCSS-Themes/popups/dialog/bds-dark.scss +8 -8
  115. package/SCSS-Themes/popups/dialog/bds.scss +8 -8
  116. package/SCSS-Themes/popups/dialog/bootstrap-dark.scss +8 -8
  117. package/SCSS-Themes/popups/dialog/bootstrap.scss +8 -8
  118. package/SCSS-Themes/popups/dialog/bootstrap4.scss +8 -8
  119. package/SCSS-Themes/popups/dialog/bootstrap5-dark.scss +8 -8
  120. package/SCSS-Themes/popups/dialog/bootstrap5.3-dark.scss +8 -8
  121. package/SCSS-Themes/popups/dialog/bootstrap5.3.scss +8 -8
  122. package/SCSS-Themes/popups/dialog/bootstrap5.scss +8 -8
  123. package/SCSS-Themes/popups/dialog/fabric-dark.scss +8 -8
  124. package/SCSS-Themes/popups/dialog/fabric.scss +8 -8
  125. package/SCSS-Themes/popups/dialog/fluent-dark.scss +8 -8
  126. package/SCSS-Themes/popups/dialog/fluent.scss +8 -8
  127. package/SCSS-Themes/popups/dialog/fluent2-dark.scss +8 -8
  128. package/SCSS-Themes/popups/dialog/fluent2-highcontrast.scss +8 -8
  129. package/SCSS-Themes/popups/dialog/fluent2.scss +8 -8
  130. package/SCSS-Themes/popups/dialog/highcontrast.scss +8 -8
  131. package/SCSS-Themes/popups/dialog/material-dark.scss +8 -8
  132. package/SCSS-Themes/popups/dialog/material.scss +8 -8
  133. package/SCSS-Themes/popups/dialog/material3-dark.scss +8 -8
  134. package/SCSS-Themes/popups/dialog/material3.scss +8 -8
  135. package/SCSS-Themes/popups/dialog/tailwind-dark.scss +8 -8
  136. package/SCSS-Themes/popups/dialog/tailwind.scss +8 -8
  137. package/SCSS-Themes/splitbuttons/drop-down-button/bds-dark.scss +4 -0
  138. package/SCSS-Themes/splitbuttons/drop-down-button/bds.scss +4 -0
  139. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap-dark.scss +4 -0
  140. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap.scss +4 -0
  141. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap4.scss +4 -0
  142. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5-dark.scss +4 -0
  143. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5.3-dark.scss +4 -0
  144. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5.3.scss +4 -0
  145. package/SCSS-Themes/splitbuttons/drop-down-button/bootstrap5.scss +4 -0
  146. package/SCSS-Themes/splitbuttons/drop-down-button/fabric-dark.scss +4 -0
  147. package/SCSS-Themes/splitbuttons/drop-down-button/fabric.scss +4 -0
  148. package/SCSS-Themes/splitbuttons/drop-down-button/fluent-dark.scss +4 -0
  149. package/SCSS-Themes/splitbuttons/drop-down-button/fluent.scss +4 -0
  150. package/SCSS-Themes/splitbuttons/drop-down-button/fluent2-dark.scss +4 -0
  151. package/SCSS-Themes/splitbuttons/drop-down-button/fluent2-highcontrast.scss +4 -0
  152. package/SCSS-Themes/splitbuttons/drop-down-button/fluent2.scss +4 -0
  153. package/SCSS-Themes/splitbuttons/drop-down-button/highcontrast.scss +4 -0
  154. package/SCSS-Themes/splitbuttons/drop-down-button/material-dark.scss +4 -0
  155. package/SCSS-Themes/splitbuttons/drop-down-button/material.scss +4 -0
  156. package/SCSS-Themes/splitbuttons/drop-down-button/material3-dark.scss +4 -0
  157. package/SCSS-Themes/splitbuttons/drop-down-button/material3.scss +4 -0
  158. package/SCSS-Themes/splitbuttons/drop-down-button/tailwind-dark.scss +4 -0
  159. package/SCSS-Themes/splitbuttons/drop-down-button/tailwind.scss +4 -0
  160. package/SCSS-Themes/tailwind-dark.scss +137 -28
  161. package/SCSS-Themes/tailwind.scss +137 -28
  162. package/SCSS-Themes/treegrid/treegrid/bds-dark.scss +6 -1
  163. package/SCSS-Themes/treegrid/treegrid/bds.scss +6 -1
  164. package/SCSS-Themes/treegrid/treegrid/bootstrap-dark.scss +6 -1
  165. package/SCSS-Themes/treegrid/treegrid/bootstrap.scss +6 -1
  166. package/SCSS-Themes/treegrid/treegrid/bootstrap4.scss +6 -1
  167. package/SCSS-Themes/treegrid/treegrid/bootstrap5-dark.scss +6 -1
  168. package/SCSS-Themes/treegrid/treegrid/bootstrap5.3-dark.scss +6 -1
  169. package/SCSS-Themes/treegrid/treegrid/bootstrap5.3.scss +6 -1
  170. package/SCSS-Themes/treegrid/treegrid/bootstrap5.scss +6 -1
  171. package/SCSS-Themes/treegrid/treegrid/fabric-dark.scss +6 -1
  172. package/SCSS-Themes/treegrid/treegrid/fabric.scss +6 -1
  173. package/SCSS-Themes/treegrid/treegrid/fluent-dark.scss +6 -1
  174. package/SCSS-Themes/treegrid/treegrid/fluent.scss +6 -1
  175. package/SCSS-Themes/treegrid/treegrid/fluent2-dark.scss +6 -1
  176. package/SCSS-Themes/treegrid/treegrid/fluent2-highcontrast.scss +6 -1
  177. package/SCSS-Themes/treegrid/treegrid/fluent2.scss +6 -1
  178. package/SCSS-Themes/treegrid/treegrid/highcontrast.scss +6 -1
  179. package/SCSS-Themes/treegrid/treegrid/material-dark.scss +6 -1
  180. package/SCSS-Themes/treegrid/treegrid/material.scss +6 -1
  181. package/SCSS-Themes/treegrid/treegrid/material3-dark.scss +6 -1
  182. package/SCSS-Themes/treegrid/treegrid/material3.scss +6 -1
  183. package/SCSS-Themes/treegrid/treegrid/tailwind-dark.scss +6 -1
  184. package/SCSS-Themes/treegrid/treegrid/tailwind.scss +6 -1
  185. package/package.json +1 -1
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 14px !default;
19
19
  $send-icon-bottom: 8px !default;
20
+ $clear-icon-bottom: 8px !default;
20
21
  $send-icon-bigger-bottom: 12px !default;
22
+ $clear-icon-bigger-bottom: 13px !default;
21
23
  $aiassist-bigger-header-height: 50px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: $neutral-lighter !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 14px !default;
19
19
  $send-icon-bottom: 9px !default;
20
+ $clear-icon-bottom: 10px !default;
20
21
  $send-icon-bigger-bottom: 11px !default;
22
+ $clear-icon-bigger-bottom: 11px !default;
21
23
  $aiassist-bigger-header-height: 50px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: transparent !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: transparent !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 14px !default;
19
19
  $send-icon-bottom: 9px !default;
20
+ $clear-icon-bottom: 10px !default;
20
21
  $send-icon-bigger-bottom: 11px !default;
22
+ $clear-icon-bigger-bottom: 11px !default;
21
23
  $aiassist-bigger-header-height: 50px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: transparent !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: transparent !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 14px !default;
19
19
  $send-icon-bottom: 10px !default;
20
+ $clear-icon-bottom: 9px !default;
20
21
  $send-icon-bigger-bottom: 11px !default;
22
+ $clear-icon-bigger-bottom: 10px !default;
21
23
  $aiassist-bigger-header-height: 50px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: transparent !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: transparent !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 14px !default;
19
19
  $send-icon-bottom: 10px !default;
20
+ $clear-icon-bottom: 9px !default;
20
21
  $send-icon-bigger-bottom: 11px !default;
22
+ $clear-icon-bigger-bottom: 10px !default;
21
23
  $aiassist-bigger-header-height: 50px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: transparent !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: transparent !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 14px !default;
19
19
  $send-icon-bottom: 10px !default;
20
+ $clear-icon-bottom: 9px !default;
20
21
  $send-icon-bigger-bottom: 11px !default;
22
+ $clear-icon-bigger-bottom: 10px !default;
21
23
  $aiassist-bigger-header-height: 50px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: transparent !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: transparent !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 14px !default;
19
19
  $send-icon-bottom: 8px !default;
20
+ $clear-icon-bottom: 8px !default;
20
21
  $send-icon-bigger-bottom: 11px !default;
22
+ $clear-icon-bigger-bottom: 13px !default;
21
23
  $aiassist-bigger-header-height: 56px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: transparent !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: transparent !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 14px !default;
19
19
  $send-icon-bottom: 7px !default;
20
+ $clear-icon-bottom: 7px !default;
20
21
  $send-icon-bigger-bottom: 13px !default;
22
+ $clear-icon-bigger-bottom: 14px !default;
21
23
  $aiassist-bigger-header-height: 58px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: rgba($grey-white, .1) !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 14px !default;
19
19
  $send-icon-bottom: 7px !default;
20
+ $clear-icon-bottom: 7px !default;
20
21
  $send-icon-bigger-bottom: 13px !default;
22
+ $clear-icon-bigger-bottom: 14px !default;
21
23
  $aiassist-bigger-header-height: 58px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: rgba($grey-black, .12) !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: rgba($grey-black, .12) !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 16px !default;
19
19
  $send-icon-bottom: 7px !default;
20
+ $clear-icon-bottom: 6px !default;
20
21
  $send-icon-bigger-bottom: 11px !default;
22
+ $clear-icon-bigger-bottom: 10px !default;
21
23
  $aiassist-bigger-header-height: 58px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: transparent !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: transparent !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 16px !default;
19
19
  $send-icon-bottom: 7px !default;
20
+ $clear-icon-bottom: 6px !default;
20
21
  $send-icon-bigger-bottom: 11px !default;
22
+ $clear-icon-bigger-bottom: 10px !default;
21
23
  $aiassist-bigger-header-height: 58px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: transparent !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: transparent !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 14px !default;
19
19
  $send-icon-bottom: 9px !default;
20
+ $clear-icon-bottom: 7px !default;
20
21
  $send-icon-bigger-bottom: 10px !default;
22
+ $clear-icon-bigger-bottom: 8px !default;
21
23
  $aiassist-bigger-header-height: 50px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: transparent !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: transparent !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;
@@ -17,7 +17,9 @@ $aiassist-icon-height: 30px !default;
17
17
  $aiassist-icon-width: 30px !default;
18
18
  $send-icon-size: 14px !default;
19
19
  $send-icon-bottom: 9px !default;
20
+ $clear-icon-bottom: 7px !default;
20
21
  $send-icon-bigger-bottom: 10px !default;
22
+ $clear-icon-bigger-bottom: 8px !default;
21
23
  $aiassist-bigger-header-height: 50px !default;
22
24
  $aiassist-bigger-icon-height: 40px !default;
23
25
  $aiassist-bigger-icon-width: 40px !default;
@@ -362,6 +364,11 @@ $tbar-header-hover-bg-color: transparent !default;
362
364
  .e-footer {
363
365
  position: relative;
364
366
  margin: 0 auto 24px;
367
+ .e-clear-icon:not(.e-clear-icon-hide) {
368
+ display: flex;
369
+ justify-content: flex-end;
370
+ padding-bottom: $clear-icon-bottom;
371
+ }
365
372
  textarea::-webkit-scrollbar-thumb {
366
373
  border-radius: 10px;
367
374
  }
@@ -854,6 +861,9 @@ $tbar-header-hover-bg-color: transparent !default;
854
861
  bottom: $send-icon-bigger-bottom;
855
862
  }
856
863
  .e-footer {
864
+ .e-clear-icon:not(.e-clear-icon-hide) {
865
+ padding-bottom: $clear-icon-bigger-bottom;
866
+ }
857
867
  .e-input-group.e-control-wrapper.e-multi-line-input {
858
868
  .e-textarea {
859
869
  min-height: 38px;